(function (_, $module$react, kotlin_kotlin) { 'use strict'; //region block: imports var createElement = $module$react.createElement; var useEffect = $module$react.useEffect; var useMemo = $module$react.useMemo; var useContext = $module$react.useContext; var VOID = kotlin_kotlin.$_$.g; var Unit_getInstance = kotlin_kotlin.$_$.i6; var protoOf = kotlin_kotlin.$_$.bg; var THROW_CCE = kotlin_kotlin.$_$.nm; var Annotation = kotlin_kotlin.$_$.pl; var classMeta = kotlin_kotlin.$_$.me; var setMetadataFor = kotlin_kotlin.$_$.cg; var toString = kotlin_kotlin.$_$.w3; var toString_0 = kotlin_kotlin.$_$.gg; var IllegalArgumentException_init_$Create$ = kotlin_kotlin.$_$.g2; //endregion //region block: pre-declaration setMetadataFor(ElementBuilder, 'ElementBuilder', classMeta, VOID, [Annotation]); //endregion function get_CHILD_ARRAY() { _init_properties_ChildrenBuilder_kt__gexuom(); return CHILD_ARRAY; } var CHILD_ARRAY; function get_DEFAULT_KEY() { _init_properties_ChildrenBuilder_kt__gexuom(); return DEFAULT_KEY; } var DEFAULT_KEY; function addChildNode(_this__u8e3s4, node) { _init_properties_ChildrenBuilder_kt__gexuom(); // Inline function 'react.childArray' call // Inline function 'kotlin.js.asDynamic' call if (!(_this__u8e3s4[get_CHILD_ARRAY()] == null)) { // Inline function 'kotlin.js.asDynamic' call // Inline function 'react.childArray' call // Inline function 'kotlin.js.asDynamic' call _this__u8e3s4[get_CHILD_ARRAY()].push(node); } else { // Inline function 'react.childArray' call // Inline function 'kotlin.arrayOf' call // Inline function 'kotlin.js.unsafeCast' call // Inline function 'kotlin.js.asDynamic' call var value = [node]; // Inline function 'kotlin.js.asDynamic' call _this__u8e3s4[get_CHILD_ARRAY()] = value; } } function addChild(_this__u8e3s4, type, props) { _init_properties_ChildrenBuilder_kt__gexuom(); addChildElement(_this__u8e3s4, type, props, VOID, getDefaultKey(_this__u8e3s4)); } function addChild_0(_this__u8e3s4, type) { _init_properties_ChildrenBuilder_kt__gexuom(); addChildElement(_this__u8e3s4, type, VOID, VOID, getDefaultKey(_this__u8e3s4)); } function addChild_1(_this__u8e3s4, type, block) { _init_properties_ChildrenBuilder_kt__gexuom(); var defaultKey = getDefaultKey(_this__u8e3s4); // Inline function 'js.objects.jso' call // Inline function 'kotlin.apply' call // Inline function 'js.objects.jso' call var this_0 = {}; // Inline function 'kotlin.contracts.contract' call block(this_0); var props = this_0; addChildElement(_this__u8e3s4, type, props, getChildArray(props), defaultKey); } function addChild_2(_this__u8e3s4, provider, value, block) { _init_properties_ChildrenBuilder_kt__gexuom(); addChild_1(_this__u8e3s4, provider, addChild$lambda(value, block)); } function addChild_3(_this__u8e3s4, context, value, block) { _init_properties_ChildrenBuilder_kt__gexuom(); addChild_2(_this__u8e3s4, context.Provider, value, block); } function set_childArray(_this__u8e3s4, value) { _init_properties_ChildrenBuilder_kt__gexuom(); // Inline function 'kotlin.js.asDynamic' call _this__u8e3s4[get_CHILD_ARRAY()] = value; } function get_childArray(_this__u8e3s4) { _init_properties_ChildrenBuilder_kt__gexuom(); // Inline function 'kotlin.js.asDynamic' call return _this__u8e3s4[get_CHILD_ARRAY()]; } function addChildElement(_this__u8e3s4, type, props, children, defaultKey) { props = props === VOID ? null : props; children = children === VOID ? null : children; _init_properties_ChildrenBuilder_kt__gexuom(); var childProps_0 = childProps(props, defaultKey); var tmp; if (!(children == null)) { tmp = createElement.apply(null, [type, childProps_0].concat([].slice.call(children.slice()))); } else { tmp = createElement(type, childProps_0); } var element = tmp; addChildNode(_this__u8e3s4, element); } function getDefaultKey(_this__u8e3s4) { _init_properties_ChildrenBuilder_kt__gexuom(); // Inline function 'kotlin.js.asDynamic' call var key = _this__u8e3s4[get_DEFAULT_KEY()]; // Inline function 'kotlin.js.asDynamic' call delete(_this__u8e3s4[get_DEFAULT_KEY()]); return key; } function getChildArray(_this__u8e3s4) { _init_properties_ChildrenBuilder_kt__gexuom(); // Inline function 'kotlin.js.asDynamic' call return _this__u8e3s4[get_CHILD_ARRAY()]; } function childProps(props, defaultKey) { _init_properties_ChildrenBuilder_kt__gexuom(); if (defaultKey == null) return props; if (props == null) { // Inline function 'js.objects.jso' call // Inline function 'kotlin.apply' call // Inline function 'js.objects.jso' call var this_0 = {}; // Inline function 'kotlin.contracts.contract' call // Inline function 'react.childProps.' call this_0.key = defaultKey; return this_0; } if (!(props.key == null)) return props; // Inline function 'js.objects.jso' call // Inline function 'kotlin.apply' call // Inline function 'js.objects.jso' call var this_1 = {}; // Inline function 'kotlin.contracts.contract' call // Inline function 'react.childProps.' call // Inline function 'react.Props.unaryPlus' call Object.assign(this_1, props); this_1.key = defaultKey; return this_1; } function getChildArray_0(_this__u8e3s4) { _init_properties_ChildrenBuilder_kt__gexuom(); // Inline function 'kotlin.js.asDynamic' call return _this__u8e3s4[get_CHILD_ARRAY()]; } function addChild$lambda($value, $block) { return function ($this$addChild) { $this$addChild.value = $value; $block($this$addChild); return Unit_getInstance(); }; } var properties_initialized_ChildrenBuilder_kt_gby2z0; function _init_properties_ChildrenBuilder_kt__gexuom() { if (!properties_initialized_ChildrenBuilder_kt_gby2z0) { properties_initialized_ChildrenBuilder_kt_gby2z0 = true; CHILD_ARRAY = Symbol('@@child-array'); DEFAULT_KEY = Symbol('@@default-key'); } } function createEffectCallback(effect) { return createEffectCallback$lambda(effect); } function buildCleanup(cleanups) { // Inline function 'kotlin.collections.isEmpty' call if (cleanups.length === 0) return undefined; return buildCleanup$lambda(cleanups); } function createEffectCallback$lambda($effect) { return function () { // Inline function 'kotlin.arrayOf' call // Inline function 'kotlin.js.unsafeCast' call // Inline function 'kotlin.js.asDynamic' call var cleanups = []; // Inline function 'kotlin.js.unsafeCast' call // Inline function 'kotlin.js.asDynamic' call $effect(cleanups); return buildCleanup(cleanups); }; } function buildCleanup$lambda($cleanups) { return function () { var indexedObject = $cleanups; var inductionVariable = 0; var last = indexedObject.length; while (inductionVariable < last) { var cleanup = indexedObject[inductionVariable]; inductionVariable = inductionVariable + 1 | 0; cleanup(); } return Unit_getInstance(); }; } function ElementBuilder() { } protoOf(ElementBuilder).equals = function (other) { if (!(other instanceof ElementBuilder)) return false; other instanceof ElementBuilder || THROW_CCE(); return true; }; protoOf(ElementBuilder).hashCode = function () { return 0; }; protoOf(ElementBuilder).toString = function () { return '@react.ElementBuilder()'; }; function IntrinsicType(tagName) { // Inline function 'kotlin.js.unsafeCast' call // Inline function 'kotlin.js.asDynamic' call return tagName; } function ReactNode(source) { // Inline function 'kotlin.js.unsafeCast' call // Inline function 'kotlin.js.asDynamic' call return source; } function ReactNode_0(source) { // Inline function 'kotlin.js.unsafeCast' call // Inline function 'kotlin.js.asDynamic' call return source; } function ReactNode_1(source) { // Inline function 'kotlin.js.unsafeCast' call // Inline function 'kotlin.js.asDynamic' call return source; } function ReactNode_2(source) { // Inline function 'react.ReactNode' call // Inline function 'kotlin.js.unsafeCast' call // Inline function 'kotlin.js.asDynamic' call return toString(source); } function useEffect_0(dependencies, effect) { var callback = createEffectCallback(effect); useEffect(callback, dependencies); } function useEffect_1(effect) { var callback = createEffectCallback(effect); useEffect(callback); } function useMemo_0(dependencies, callback) { return useMemo(callback, dependencies); } function useRequiredContext(context) { var value = useContext(context); // Inline function 'kotlin.requireNotNull' call // Inline function 'kotlin.contracts.contract' call var tmp$ret$1; $l$block: { // Inline function 'kotlin.requireNotNull' call // Inline function 'kotlin.contracts.contract' call if (value == null) { // Inline function 'kotlin.requireNotNull.' call var message = 'Required value was null.'; throw IllegalArgumentException_init_$Create$(toString_0(message)); } else { tmp$ret$1 = value; break $l$block; } } return tmp$ret$1; } //region block: exports _.$_$ = _.$_$ || {}; _.$_$.a = addChildNode; _.$_$.b = addChild; _.$_$.c = addChild_0; _.$_$.d = addChild_3; _.$_$.e = addChild_1; _.$_$.f = getChildArray_0; _.$_$.g = getChildArray; _.$_$.h = useEffect_1; _.$_$.i = useEffect_0; _.$_$.j = useRequiredContext; //endregion return _; }(module.exports, require('react'), require('./kotlin-kotlin-stdlib.js'))); //# sourceMappingURL=kotlin-react-core.js.map