(function (_, kotlin_kotlin, kotlin_org_jetbrains_compose_runtime_runtime) { 'use strict'; //region block: imports var protoOf = kotlin_kotlin.$_$.bg; var interfaceMeta = kotlin_kotlin.$_$.cf; var setMetadataFor = kotlin_kotlin.$_$.cg; var classMeta = kotlin_kotlin.$_$.me; var VOID = kotlin_kotlin.$_$.g; var toMutableMap = kotlin_kotlin.$_$.sc; var LinkedHashMap_init_$Create$ = kotlin_kotlin.$_$.a1; var isBlank = kotlin_kotlin.$_$.bj; var toString = kotlin_kotlin.$_$.gg; var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.g2; var ArrayList_init_$Create$ = kotlin_kotlin.$_$.q; var ArrayList_init_$Create$_0 = kotlin_kotlin.$_$.p; var IllegalStateException_init_$Create$ = kotlin_kotlin.$_$.m2; var arrayListOf = kotlin_kotlin.$_$.q7; var staticCompositionLocalOf = kotlin_org_jetbrains_compose_runtime_runtime.$_$.e1; //endregion //region block: pre-declaration setMetadataFor(Entry, 'Entry', interfaceMeta); setMetadataFor(SaveableStateRegistry, 'SaveableStateRegistry', interfaceMeta); setMetadataFor(SaveableStateRegistryImpl$registerProvider$3, VOID, classMeta, VOID, [Entry]); setMetadataFor(SaveableStateRegistryImpl, 'SaveableStateRegistryImpl', classMeta, VOID, [SaveableStateRegistry]); setMetadataFor(Saver, 'Saver', interfaceMeta); setMetadataFor(SaverScope, 'SaverScope', interfaceMeta); setMetadataFor(Saver$1, VOID, classMeta, VOID, [Saver]); //endregion function get_MaxSupportedRadix() { return MaxSupportedRadix; } var MaxSupportedRadix; function get_LocalSaveableStateRegistry() { _init_properties_SaveableStateRegistry_kt__lr5zhh(); return LocalSaveableStateRegistry; } var LocalSaveableStateRegistry; function Entry() { } function SaveableStateRegistry() { } function SaveableStateRegistry_0(restoredValues, canBeSaved) { _init_properties_SaveableStateRegistry_kt__lr5zhh(); return new SaveableStateRegistryImpl(restoredValues, canBeSaved); } function _get_canBeSaved__pps3rd($this) { return $this.canBeSaved_1; } function _get_restored__60hukr($this) { return $this.restored_1; } function _get_valueProviders__d74c8q($this) { return $this.valueProviders_1; } function SaveableStateRegistryImpl$registerProvider$3(this$0, $key, $valueProvider) { this.this$0__1 = this$0; this.$key_1 = $key; this.$valueProvider_1 = $valueProvider; } protoOf(SaveableStateRegistryImpl$registerProvider$3).unregister_ib976c_k$ = function () { var list = this.this$0__1.valueProviders_1.remove_gppy8k_k$(this.$key_1); if (list == null) null; else list.remove_cedx0m_k$(this.$valueProvider_1); var tmp; if (!(list == null)) { // Inline function 'kotlin.collections.isNotEmpty' call tmp = !list.isEmpty_y1axqb_k$(); } else { tmp = false; } if (tmp) { // Inline function 'kotlin.collections.set' call var this_0 = this.this$0__1.valueProviders_1; var key = this.$key_1; this_0.put_4fpzoq_k$(key, list); } }; function SaveableStateRegistryImpl(restored, canBeSaved) { this.canBeSaved_1 = canBeSaved; var tmp = this; var tmp1_elvis_lhs = restored == null ? null : toMutableMap(restored); var tmp_0; if (tmp1_elvis_lhs == null) { // Inline function 'kotlin.collections.mutableMapOf' call tmp_0 = LinkedHashMap_init_$Create$(); } else { tmp_0 = tmp1_elvis_lhs; } tmp.restored_1 = tmp_0; var tmp_1 = this; // Inline function 'kotlin.collections.mutableMapOf' call tmp_1.valueProviders_1 = LinkedHashMap_init_$Create$(); } protoOf(SaveableStateRegistryImpl).canBeSaved_nnajrq_k$ = function (value) { return this.canBeSaved_1(value); }; protoOf(SaveableStateRegistryImpl).consumeRestored_yfjzaw_k$ = function (key) { var list = this.restored_1.remove_gppy8k_k$(key); var tmp; var tmp_0; if (!(list == null)) { // Inline function 'kotlin.collections.isNotEmpty' call tmp_0 = !list.isEmpty_y1axqb_k$(); } else { tmp_0 = false; } if (tmp_0) { if (list.get_size_woubt6_k$() > 1) { // Inline function 'kotlin.collections.set' call var this_0 = this.restored_1; var value = list.subList_xle3r2_k$(1, list.get_size_woubt6_k$()); this_0.put_4fpzoq_k$(key, value); } tmp = list.get_c1px32_k$(0); } else { tmp = null; } return tmp; }; protoOf(SaveableStateRegistryImpl).registerProvider_22k33k_k$ = function (key, valueProvider) { // Inline function 'kotlin.require' call // Inline function 'kotlin.text.isNotBlank' call // Inline function 'kotlin.contracts.contract' call if (!!isBlank(key)) { // Inline function 'androidx.compose.runtime.saveable.SaveableStateRegistryImpl.registerProvider.' call var message = 'Registered key is empty or blank'; throw IllegalArgumentException_init_$Create$(toString(message)); } // Inline function 'kotlin.collections.getOrPut' call var this_0 = this.valueProviders_1; var value = this_0.get_wei43m_k$(key); var tmp; if (value == null) { // Inline function 'androidx.compose.runtime.saveable.SaveableStateRegistryImpl.registerProvider.' call // Inline function 'kotlin.collections.mutableListOf' call var answer = ArrayList_init_$Create$(); this_0.put_4fpzoq_k$(key, answer); tmp = answer; } else { tmp = value; } tmp.add_utx5q5_k$(valueProvider); return new SaveableStateRegistryImpl$registerProvider$3(this, key, valueProvider); }; protoOf(SaveableStateRegistryImpl).performSave_ohn24i_k$ = function () { var map = toMutableMap(this.restored_1); // Inline function 'kotlin.collections.forEach' call // Inline function 'kotlin.collections.iterator' call var tmp0_iterator = this.valueProviders_1.get_entries_p20ztl_k$().iterator_jk1svi_k$(); while (tmp0_iterator.hasNext_bitz1p_k$()) { var element = tmp0_iterator.next_20eer_k$(); // Inline function 'androidx.compose.runtime.saveable.SaveableStateRegistryImpl.performSave.' call // Inline function 'kotlin.collections.component1' call var key = element.get_key_18j28a_k$(); // Inline function 'kotlin.collections.component2' call var list = element.get_value_j01efc_k$(); if (list.get_size_woubt6_k$() === 1) { var value = list.get_c1px32_k$(0)(); if (!(value == null)) { // Inline function 'kotlin.check' call // Inline function 'kotlin.contracts.contract' call // Inline function 'kotlin.check' call // Inline function 'kotlin.contracts.contract' call if (!this.canBeSaved_nnajrq_k$(value)) { // Inline function 'kotlin.check.' call var message = 'Check failed.'; throw IllegalStateException_init_$Create$(toString(message)); } // Inline function 'kotlin.collections.set' call var value_0 = arrayListOf([value]); map.put_4fpzoq_k$(key, value_0); } } else { // Inline function 'kotlin.collections.set' call // Inline function 'kotlin.collections.List' call // Inline function 'kotlin.collections.MutableList' call var size = list.get_size_woubt6_k$(); var list_0 = ArrayList_init_$Create$_0(size); // Inline function 'kotlin.repeat' call // Inline function 'kotlin.contracts.contract' call var inductionVariable = 0; if (inductionVariable < size) do { var index = inductionVariable; inductionVariable = inductionVariable + 1 | 0; // Inline function 'kotlin.collections.MutableList.' call // Inline function 'androidx.compose.runtime.saveable.SaveableStateRegistryImpl.performSave..' call var value_1 = list.get_c1px32_k$(index)(); if (!(value_1 == null)) { // Inline function 'kotlin.check' call // Inline function 'kotlin.contracts.contract' call // Inline function 'kotlin.check' call // Inline function 'kotlin.contracts.contract' call if (!this.canBeSaved_nnajrq_k$(value_1)) { // Inline function 'kotlin.check.' call var message_0 = 'Check failed.'; throw IllegalStateException_init_$Create$(toString(message_0)); } } list_0.add_utx5q5_k$(value_1); } while (inductionVariable < size); map.put_4fpzoq_k$(key, list_0); } } return map; }; function LocalSaveableStateRegistry$lambda() { _init_properties_SaveableStateRegistry_kt__lr5zhh(); return null; } var properties_initialized_SaveableStateRegistry_kt_4lrdzt; function _init_properties_SaveableStateRegistry_kt__lr5zhh() { if (!properties_initialized_SaveableStateRegistry_kt_4lrdzt) { properties_initialized_SaveableStateRegistry_kt_4lrdzt = true; LocalSaveableStateRegistry = staticCompositionLocalOf(LocalSaveableStateRegistry$lambda); } } function get_AutoSaver() { _init_properties_Saver_kt__z47nhf(); return AutoSaver; } var AutoSaver; function Saver() { } function Saver_0(save, restore) { _init_properties_Saver_kt__z47nhf(); return new Saver$1(save, restore); } function SaverScope() { } function AutoSaver$lambda($this$Saver, it) { _init_properties_Saver_kt__z47nhf(); return it; } function AutoSaver$lambda_0(it) { _init_properties_Saver_kt__z47nhf(); return it; } function Saver$1($save, $restore) { this.$save_1 = $save; this.$restore_1 = $restore; } protoOf(Saver$1).save_khi2yu_k$ = function (_this__u8e3s4, value) { return this.$save_1(_this__u8e3s4, value); }; protoOf(Saver$1).restore_fyjq85_k$ = function (value) { return this.$restore_1(value); }; var properties_initialized_Saver_kt_ch40dh; function _init_properties_Saver_kt__z47nhf() { if (!properties_initialized_Saver_kt_ch40dh) { properties_initialized_Saver_kt_ch40dh = true; var tmp = AutoSaver$lambda; AutoSaver = Saver_0(tmp, AutoSaver$lambda_0); } } //region block: init MaxSupportedRadix = 36; //endregion //region block: exports _.$_$ = _.$_$ || {}; _.$_$.a = SaveableStateRegistry_0; _.$_$.b = SaveableStateRegistry; _.$_$.c = Saver_0; //endregion return _; }(module.exports, require('./kotlin-kotlin-stdlib.js'), require('./compose-multiplatform-core-runtime.js')));