@fictjs/runtime 0.16.0 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/advanced.cjs +9 -9
- package/dist/advanced.js +4 -4
- package/dist/{chunk-CBRGOLTR.cjs → chunk-5FVWBK4M.cjs} +40 -40
- package/dist/{chunk-CBRGOLTR.cjs.map → chunk-5FVWBK4M.cjs.map} +1 -1
- package/dist/{chunk-BADX4WTQ.cjs → chunk-6DNYVH5U.cjs} +17 -17
- package/dist/{chunk-BADX4WTQ.cjs.map → chunk-6DNYVH5U.cjs.map} +1 -1
- package/dist/{chunk-MAHWGB55.js → chunk-CFAWL76V.js} +5 -5
- package/dist/{chunk-MAHWGB55.js.map → chunk-CFAWL76V.js.map} +1 -1
- package/dist/{chunk-WJMZ7X46.cjs → chunk-ECKYFH5Q.cjs} +5 -5
- package/dist/{chunk-WJMZ7X46.cjs.map → chunk-ECKYFH5Q.cjs.map} +1 -1
- package/dist/{chunk-ZJZ6LMDN.js → chunk-F5SDRX4J.js} +2 -2
- package/dist/{chunk-ZJZ6LMDN.js.map → chunk-F5SDRX4J.js.map} +1 -1
- package/dist/{chunk-4P4DYWLQ.js → chunk-IIWHTV23.js} +3 -3
- package/dist/{chunk-AR2T7JEX.cjs → chunk-INYTG4NG.cjs} +174 -174
- package/dist/{chunk-AR2T7JEX.cjs.map → chunk-INYTG4NG.cjs.map} +1 -1
- package/dist/{chunk-RK2WSQYL.js → chunk-M42N54LG.js} +3 -3
- package/dist/{chunk-ZWQLXWSV.js → chunk-UQTWIV3S.js} +3 -3
- package/dist/{chunk-ECNK25S4.cjs → chunk-WY4LI5PB.cjs} +8 -8
- package/dist/{chunk-ECNK25S4.cjs.map → chunk-WY4LI5PB.cjs.map} +1 -1
- package/dist/index.cjs +42 -42
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.dev.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/internal-list.cjs +4 -4
- package/dist/internal-list.js +3 -3
- package/dist/internal.cjs +5 -5
- package/dist/internal.d.cts +2 -2
- package/dist/internal.d.ts +2 -2
- package/dist/internal.js +4 -4
- package/dist/jsx-dev-runtime.cjs.map +1 -1
- package/dist/jsx-dev-runtime.d.cts +46 -0
- package/dist/jsx-dev-runtime.d.ts +46 -0
- package/dist/jsx-dev-runtime.js.map +1 -1
- package/dist/jsx-runtime.cjs.map +1 -1
- package/dist/jsx-runtime.d.cts +46 -0
- package/dist/jsx-runtime.d.ts +46 -0
- package/dist/jsx-runtime.js.map +1 -1
- package/dist/loader.cjs +143 -26
- package/dist/loader.cjs.map +1 -1
- package/dist/loader.d.cts +1 -1
- package/dist/loader.d.ts +1 -1
- package/dist/loader.js +122 -5
- package/dist/loader.js.map +1 -1
- package/dist/{props-DabFQwLR.d.ts → props-C04ScJgm.d.ts} +46 -0
- package/dist/{props-tImUZAty.d.cts → props-CdmuXCiu.d.cts} +46 -0
- package/dist/{resume-C5IKAIdh.d.ts → resume-C166aAVg.d.ts} +2 -2
- package/dist/{resume-DPZxmA95.d.cts → resume-C20cRVj9.d.cts} +2 -2
- package/package.json +1 -1
- package/src/jsx.ts +46 -0
- package/src/loader.ts +153 -4
- package/src/resume.ts +5 -5
- /package/dist/{chunk-4P4DYWLQ.js.map → chunk-IIWHTV23.js.map} +0 -0
- /package/dist/{chunk-RK2WSQYL.js.map → chunk-M42N54LG.js.map} +0 -0
- /package/dist/{chunk-ZWQLXWSV.js.map → chunk-UQTWIV3S.js.map} +0 -0
|
@@ -40,20 +40,20 @@
|
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
var
|
|
43
|
+
var _chunkECKYFH5Qcjs = require('./chunk-ECKYFH5Q.cjs');
|
|
44
44
|
|
|
45
45
|
// src/transition.ts
|
|
46
46
|
function startTransition(fn) {
|
|
47
|
-
const prev =
|
|
47
|
+
const prev = _chunkECKYFH5Qcjs.setTransitionContext.call(void 0, true);
|
|
48
48
|
try {
|
|
49
49
|
fn();
|
|
50
50
|
} finally {
|
|
51
|
-
|
|
52
|
-
|
|
51
|
+
_chunkECKYFH5Qcjs.setTransitionContext.call(void 0, prev);
|
|
52
|
+
_chunkECKYFH5Qcjs.scheduleFlush.call(void 0, );
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
function useTransition() {
|
|
56
|
-
const pending =
|
|
56
|
+
const pending = _chunkECKYFH5Qcjs.signal.call(void 0, false);
|
|
57
57
|
let pendingCount = 0;
|
|
58
58
|
const beginPending = () => {
|
|
59
59
|
pendingCount += 1;
|
|
@@ -104,10 +104,10 @@ function useTransition() {
|
|
|
104
104
|
return [() => pending(), start];
|
|
105
105
|
}
|
|
106
106
|
function useDeferredValue(getValue) {
|
|
107
|
-
const deferredValue =
|
|
108
|
-
|
|
107
|
+
const deferredValue = _chunkECKYFH5Qcjs.signal.call(void 0, getValue());
|
|
108
|
+
_chunkECKYFH5Qcjs.createEffect.call(void 0, () => {
|
|
109
109
|
const newValue = getValue();
|
|
110
|
-
const currentDeferred =
|
|
110
|
+
const currentDeferred = _chunkECKYFH5Qcjs.untrack.call(void 0, () => deferredValue());
|
|
111
111
|
if (currentDeferred !== newValue) {
|
|
112
112
|
startTransition(() => {
|
|
113
113
|
deferredValue(newValue);
|
|
@@ -119,10 +119,10 @@ function useDeferredValue(getValue) {
|
|
|
119
119
|
|
|
120
120
|
// src/scheduler.ts
|
|
121
121
|
function batch2(fn) {
|
|
122
|
-
return
|
|
122
|
+
return _chunkECKYFH5Qcjs.batch.call(void 0, fn);
|
|
123
123
|
}
|
|
124
124
|
function untrack2(fn) {
|
|
125
|
-
return
|
|
125
|
+
return _chunkECKYFH5Qcjs.untrack.call(void 0, fn);
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
// src/jsx.ts
|
|
@@ -426,14 +426,14 @@ function isExplicitReactiveFn(value) {
|
|
|
426
426
|
function isReactive(value) {
|
|
427
427
|
if (typeof value !== "function") return false;
|
|
428
428
|
if (isNonReactiveFn(value)) return false;
|
|
429
|
-
if (
|
|
429
|
+
if (_chunkECKYFH5Qcjs.isSignal.call(void 0, value) || _chunkECKYFH5Qcjs.isComputed.call(void 0, value)) return true;
|
|
430
430
|
if (isExplicitReactiveFn(value)) return true;
|
|
431
|
-
if (
|
|
431
|
+
if (_chunkECKYFH5Qcjs.isEffect.call(void 0, value) || _chunkECKYFH5Qcjs.isEffectScope.call(void 0, value)) return false;
|
|
432
432
|
return value.length === 0;
|
|
433
433
|
}
|
|
434
434
|
function isStrictlyReactive(value) {
|
|
435
435
|
if (typeof value !== "function") return false;
|
|
436
|
-
return
|
|
436
|
+
return _chunkECKYFH5Qcjs.isSignal.call(void 0, value) || _chunkECKYFH5Qcjs.isComputed.call(void 0, value) || isPropGetterFn(value) || isExplicitReactiveFn(value);
|
|
437
437
|
}
|
|
438
438
|
var PROP_GETTER_MARKER = Symbol.for("fict:prop-getter");
|
|
439
439
|
function isPropGetterFn(value) {
|
|
@@ -497,7 +497,7 @@ function createTextBinding(value, owner) {
|
|
|
497
497
|
const textOwnerDocument = owner && "nodeType" in owner ? owner.nodeType === 9 ? owner : _nullishCoalesce(owner.ownerDocument, () => ( document)) : document;
|
|
498
498
|
const text = textOwnerDocument.createTextNode("");
|
|
499
499
|
if (isReactive(value)) {
|
|
500
|
-
|
|
500
|
+
_chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => {
|
|
501
501
|
setText(text, value());
|
|
502
502
|
});
|
|
503
503
|
} else {
|
|
@@ -506,7 +506,7 @@ function createTextBinding(value, owner) {
|
|
|
506
506
|
return text;
|
|
507
507
|
}
|
|
508
508
|
function bindText(textNode, getValue) {
|
|
509
|
-
return
|
|
509
|
+
return _chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => setText(textNode, getValue()));
|
|
510
510
|
}
|
|
511
511
|
function setText(textNode, value) {
|
|
512
512
|
const next = formatTextValue(value);
|
|
@@ -526,7 +526,7 @@ function formatTextValue(value) {
|
|
|
526
526
|
}
|
|
527
527
|
function createAttributeBinding(el, key, value, setter) {
|
|
528
528
|
if (isReactive(value)) {
|
|
529
|
-
|
|
529
|
+
_chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => {
|
|
530
530
|
setter(el, key, value());
|
|
531
531
|
});
|
|
532
532
|
} else {
|
|
@@ -534,7 +534,7 @@ function createAttributeBinding(el, key, value, setter) {
|
|
|
534
534
|
}
|
|
535
535
|
}
|
|
536
536
|
function bindAttribute(el, key, getValue) {
|
|
537
|
-
return
|
|
537
|
+
return _chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => setAttr(el, key, getValue()));
|
|
538
538
|
}
|
|
539
539
|
function setAttr(el, key, value) {
|
|
540
540
|
const cacheTarget = el;
|
|
@@ -550,7 +550,7 @@ function setAttr(el, key, value) {
|
|
|
550
550
|
}
|
|
551
551
|
}
|
|
552
552
|
function bindProperty(el, key, getValue) {
|
|
553
|
-
return
|
|
553
|
+
return _chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => setProp(el, key, getValue()));
|
|
554
554
|
}
|
|
555
555
|
function setProp(el, key, value) {
|
|
556
556
|
const cacheTarget = el;
|
|
@@ -567,7 +567,7 @@ function setProp(el, key, value) {
|
|
|
567
567
|
}
|
|
568
568
|
function createStyleBinding(el, value) {
|
|
569
569
|
if (isReactive(value)) {
|
|
570
|
-
|
|
570
|
+
_chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => {
|
|
571
571
|
setStyle(el, value());
|
|
572
572
|
});
|
|
573
573
|
} else {
|
|
@@ -575,7 +575,7 @@ function createStyleBinding(el, value) {
|
|
|
575
575
|
}
|
|
576
576
|
}
|
|
577
577
|
function bindStyle(el, getValue) {
|
|
578
|
-
return
|
|
578
|
+
return _chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => setStyle(el, getValue()));
|
|
579
579
|
}
|
|
580
580
|
function setStyle(el, value) {
|
|
581
581
|
const target = el;
|
|
@@ -630,7 +630,7 @@ function applyStyle(el, value, prev) {
|
|
|
630
630
|
}
|
|
631
631
|
}
|
|
632
632
|
}
|
|
633
|
-
var isUnitlessStyleProperty = isDev ? (prop2) =>
|
|
633
|
+
var isUnitlessStyleProperty = isDev ? (prop2) => _chunkECKYFH5Qcjs.UnitlessStyles.has(prop2) : (prop2) => prop2 === "opacity" || prop2 === "zIndex";
|
|
634
634
|
function normalizeStyleProperty(prop2) {
|
|
635
635
|
const cached = STYLE_PROP_CACHE.get(prop2);
|
|
636
636
|
if (cached) return cached;
|
|
@@ -640,7 +640,7 @@ function normalizeStyleProperty(prop2) {
|
|
|
640
640
|
}
|
|
641
641
|
function createClassBinding(el, value) {
|
|
642
642
|
if (isReactive(value)) {
|
|
643
|
-
|
|
643
|
+
_chunkECKYFH5Qcjs.createRenderEffect.call(void 0,
|
|
644
644
|
() => setClass(el, value())
|
|
645
645
|
);
|
|
646
646
|
} else {
|
|
@@ -648,7 +648,7 @@ function createClassBinding(el, value) {
|
|
|
648
648
|
}
|
|
649
649
|
}
|
|
650
650
|
function bindClass(el, getValue) {
|
|
651
|
-
return
|
|
651
|
+
return _chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => setClass(el, getValue()));
|
|
652
652
|
}
|
|
653
653
|
function setClass(el, value) {
|
|
654
654
|
const cache = el;
|
|
@@ -709,7 +709,7 @@ function classList(node, value, prev = {}) {
|
|
|
709
709
|
return applyClass(node, value, prev);
|
|
710
710
|
}
|
|
711
711
|
function insert(parent, getValue, markerOrCreateElement, createElementFn) {
|
|
712
|
-
const hostRoot =
|
|
712
|
+
const hostRoot = _chunkECKYFH5Qcjs.getCurrentRoot.call(void 0, );
|
|
713
713
|
const parentOwnerDocument = _nullishCoalesce(parent.ownerDocument, () => ( document));
|
|
714
714
|
let marker;
|
|
715
715
|
let ownsMarker = false;
|
|
@@ -750,13 +750,13 @@ function insert(parent, getValue, markerOrCreateElement, createElementFn) {
|
|
|
750
750
|
insertNodesBefore(parentNode, [currentText], marker);
|
|
751
751
|
currentNodes = [currentText];
|
|
752
752
|
};
|
|
753
|
-
const dispose =
|
|
753
|
+
const dispose = _chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => {
|
|
754
754
|
const value = getValue();
|
|
755
755
|
const parentNode = marker.parentNode;
|
|
756
756
|
const isPrimitive = value == null || value === false || typeof value === "string" || typeof value === "number" || typeof value === "boolean";
|
|
757
757
|
if (isPrimitive) {
|
|
758
758
|
if (currentRoot) {
|
|
759
|
-
|
|
759
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, currentRoot);
|
|
760
760
|
currentRoot = null;
|
|
761
761
|
}
|
|
762
762
|
if (!parentNode) {
|
|
@@ -769,12 +769,12 @@ function insert(parent, getValue, markerOrCreateElement, createElementFn) {
|
|
|
769
769
|
return;
|
|
770
770
|
}
|
|
771
771
|
if (currentRoot) {
|
|
772
|
-
|
|
772
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, currentRoot);
|
|
773
773
|
currentRoot = null;
|
|
774
774
|
}
|
|
775
775
|
clearCurrentNodes();
|
|
776
|
-
const root =
|
|
777
|
-
const prev =
|
|
776
|
+
const root = _chunkECKYFH5Qcjs.createRootContext.call(void 0, hostRoot);
|
|
777
|
+
const prev = _chunkECKYFH5Qcjs.pushRoot.call(void 0, root);
|
|
778
778
|
let nodes;
|
|
779
779
|
let handledError = false;
|
|
780
780
|
try {
|
|
@@ -802,28 +802,28 @@ function insert(parent, getValue, markerOrCreateElement, createElementFn) {
|
|
|
802
802
|
nodes = toNodeArray(newNode, ownerDocument);
|
|
803
803
|
if (root.suspended) {
|
|
804
804
|
handledError = true;
|
|
805
|
-
|
|
805
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root);
|
|
806
806
|
return;
|
|
807
807
|
}
|
|
808
808
|
if (parentNode) {
|
|
809
809
|
insertNodesBefore(parentNode, nodes, marker);
|
|
810
810
|
}
|
|
811
811
|
} catch (err) {
|
|
812
|
-
if (
|
|
812
|
+
if (_chunkECKYFH5Qcjs.handleSuspend.call(void 0, err, root)) {
|
|
813
813
|
handledError = true;
|
|
814
|
-
|
|
814
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root);
|
|
815
815
|
return;
|
|
816
816
|
}
|
|
817
|
-
if (
|
|
817
|
+
if (_chunkECKYFH5Qcjs.handleError.call(void 0, err, { source: "renderChild" }, root)) {
|
|
818
818
|
handledError = true;
|
|
819
|
-
|
|
819
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root);
|
|
820
820
|
return;
|
|
821
821
|
}
|
|
822
822
|
throw err;
|
|
823
823
|
} finally {
|
|
824
|
-
|
|
824
|
+
_chunkECKYFH5Qcjs.popRoot.call(void 0, prev);
|
|
825
825
|
if (!handledError) {
|
|
826
|
-
|
|
826
|
+
_chunkECKYFH5Qcjs.flushOnMount.call(void 0, root);
|
|
827
827
|
}
|
|
828
828
|
}
|
|
829
829
|
currentRoot = root;
|
|
@@ -832,7 +832,7 @@ function insert(parent, getValue, markerOrCreateElement, createElementFn) {
|
|
|
832
832
|
return () => {
|
|
833
833
|
dispose();
|
|
834
834
|
if (currentRoot) {
|
|
835
|
-
|
|
835
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, currentRoot);
|
|
836
836
|
currentRoot = null;
|
|
837
837
|
}
|
|
838
838
|
clearCurrentNodes();
|
|
@@ -842,12 +842,12 @@ function insert(parent, getValue, markerOrCreateElement, createElementFn) {
|
|
|
842
842
|
};
|
|
843
843
|
}
|
|
844
844
|
function insertBetween(start, end, getValue, createElementFn) {
|
|
845
|
-
const hostRoot =
|
|
845
|
+
const hostRoot = _chunkECKYFH5Qcjs.getCurrentRoot.call(void 0, );
|
|
846
846
|
const markerOwnerDocument = _nullishCoalesce(_nullishCoalesce(start.ownerDocument, () => ( end.ownerDocument)), () => ( document));
|
|
847
847
|
let currentNodes = [];
|
|
848
848
|
let currentText = null;
|
|
849
849
|
let currentRoot = null;
|
|
850
|
-
let initialHydrating =
|
|
850
|
+
let initialHydrating = _chunkECKYFH5Qcjs.__fictIsHydrating.call(void 0, );
|
|
851
851
|
const collectBetween = () => {
|
|
852
852
|
const nodes = [];
|
|
853
853
|
let cursor = start.nextSibling;
|
|
@@ -883,7 +883,7 @@ function insertBetween(start, end, getValue, createElementFn) {
|
|
|
883
883
|
currentNodes = [currentText];
|
|
884
884
|
}
|
|
885
885
|
};
|
|
886
|
-
const dispose =
|
|
886
|
+
const dispose = _chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => {
|
|
887
887
|
const value = getValue();
|
|
888
888
|
const parentNode = start.parentNode;
|
|
889
889
|
const isPrimitive = value == null || value === false || typeof value === "string" || typeof value === "number" || typeof value === "boolean";
|
|
@@ -897,7 +897,7 @@ function insertBetween(start, end, getValue, createElementFn) {
|
|
|
897
897
|
}
|
|
898
898
|
}
|
|
899
899
|
if (currentRoot) {
|
|
900
|
-
|
|
900
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, currentRoot);
|
|
901
901
|
currentRoot = null;
|
|
902
902
|
}
|
|
903
903
|
if (!parentNode) {
|
|
@@ -911,12 +911,12 @@ function insertBetween(start, end, getValue, createElementFn) {
|
|
|
911
911
|
return;
|
|
912
912
|
}
|
|
913
913
|
if (currentRoot) {
|
|
914
|
-
|
|
914
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, currentRoot);
|
|
915
915
|
currentRoot = null;
|
|
916
916
|
}
|
|
917
917
|
clearCurrentNodes();
|
|
918
|
-
const root =
|
|
919
|
-
const prev =
|
|
918
|
+
const root = _chunkECKYFH5Qcjs.createRootContext.call(void 0, hostRoot);
|
|
919
|
+
const prev = _chunkECKYFH5Qcjs.pushRoot.call(void 0, root);
|
|
920
920
|
let nodes;
|
|
921
921
|
let handledError = false;
|
|
922
922
|
try {
|
|
@@ -956,28 +956,28 @@ function insertBetween(start, end, getValue, createElementFn) {
|
|
|
956
956
|
nodes = toNodeArray(newNode, ownerDocument);
|
|
957
957
|
if (root.suspended) {
|
|
958
958
|
handledError = true;
|
|
959
|
-
|
|
959
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root);
|
|
960
960
|
return;
|
|
961
961
|
}
|
|
962
962
|
if (parentNode && !initialHydrating) {
|
|
963
963
|
insertNodesBefore(parentNode, nodes, end);
|
|
964
964
|
}
|
|
965
965
|
} catch (err) {
|
|
966
|
-
if (
|
|
966
|
+
if (_chunkECKYFH5Qcjs.handleSuspend.call(void 0, err, root)) {
|
|
967
967
|
handledError = true;
|
|
968
|
-
|
|
968
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root);
|
|
969
969
|
return;
|
|
970
970
|
}
|
|
971
|
-
if (
|
|
971
|
+
if (_chunkECKYFH5Qcjs.handleError.call(void 0, err, { source: "renderChild" }, root)) {
|
|
972
972
|
handledError = true;
|
|
973
|
-
|
|
973
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root);
|
|
974
974
|
return;
|
|
975
975
|
}
|
|
976
976
|
throw err;
|
|
977
977
|
} finally {
|
|
978
|
-
|
|
978
|
+
_chunkECKYFH5Qcjs.popRoot.call(void 0, prev);
|
|
979
979
|
if (!handledError) {
|
|
980
|
-
|
|
980
|
+
_chunkECKYFH5Qcjs.flushOnMount.call(void 0, root);
|
|
981
981
|
}
|
|
982
982
|
}
|
|
983
983
|
currentRoot = root;
|
|
@@ -987,7 +987,7 @@ function insertBetween(start, end, getValue, createElementFn) {
|
|
|
987
987
|
return () => {
|
|
988
988
|
dispose();
|
|
989
989
|
if (currentRoot) {
|
|
990
|
-
|
|
990
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, currentRoot);
|
|
991
991
|
currentRoot = null;
|
|
992
992
|
}
|
|
993
993
|
clearCurrentNodes();
|
|
@@ -996,10 +996,10 @@ function insertBetween(start, end, getValue, createElementFn) {
|
|
|
996
996
|
function createChildBinding(parent, getValue, createElementFn) {
|
|
997
997
|
const marker = (_nullishCoalesce(parent.ownerDocument, () => ( document))).createComment("fict:child");
|
|
998
998
|
parent.appendChild(marker);
|
|
999
|
-
const hostRoot =
|
|
1000
|
-
const dispose =
|
|
1001
|
-
const root =
|
|
1002
|
-
const prev =
|
|
999
|
+
const hostRoot = _chunkECKYFH5Qcjs.getCurrentRoot.call(void 0, );
|
|
1000
|
+
const dispose = _chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => {
|
|
1001
|
+
const root = _chunkECKYFH5Qcjs.createRootContext.call(void 0, hostRoot);
|
|
1002
|
+
const prev = _chunkECKYFH5Qcjs.pushRoot.call(void 0, root);
|
|
1003
1003
|
let nodes = [];
|
|
1004
1004
|
let handledError = false;
|
|
1005
1005
|
try {
|
|
@@ -1014,25 +1014,25 @@ function createChildBinding(parent, getValue, createElementFn) {
|
|
|
1014
1014
|
insertNodesBefore(parentNode, nodes, marker);
|
|
1015
1015
|
}
|
|
1016
1016
|
return () => {
|
|
1017
|
-
|
|
1017
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root);
|
|
1018
1018
|
removeNodes(nodes);
|
|
1019
1019
|
};
|
|
1020
1020
|
} catch (err) {
|
|
1021
|
-
if (
|
|
1021
|
+
if (_chunkECKYFH5Qcjs.handleSuspend.call(void 0, err, root)) {
|
|
1022
1022
|
handledError = true;
|
|
1023
|
-
|
|
1023
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root);
|
|
1024
1024
|
return;
|
|
1025
1025
|
}
|
|
1026
|
-
if (
|
|
1026
|
+
if (_chunkECKYFH5Qcjs.handleError.call(void 0, err, { source: "renderChild" }, root)) {
|
|
1027
1027
|
handledError = true;
|
|
1028
|
-
|
|
1028
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root);
|
|
1029
1029
|
return;
|
|
1030
1030
|
}
|
|
1031
1031
|
throw err;
|
|
1032
1032
|
} finally {
|
|
1033
|
-
|
|
1033
|
+
_chunkECKYFH5Qcjs.popRoot.call(void 0, prev);
|
|
1034
1034
|
if (!handledError) {
|
|
1035
|
-
|
|
1035
|
+
_chunkECKYFH5Qcjs.flushOnMount.call(void 0, root);
|
|
1036
1036
|
}
|
|
1037
1037
|
}
|
|
1038
1038
|
});
|
|
@@ -1045,7 +1045,7 @@ function createChildBinding(parent, getValue, createElementFn) {
|
|
|
1045
1045
|
};
|
|
1046
1046
|
}
|
|
1047
1047
|
function delegateEvents(eventNames, doc = window.document) {
|
|
1048
|
-
const e = doc[
|
|
1048
|
+
const e = doc[_chunkECKYFH5Qcjs.$$EVENTS] || (doc[_chunkECKYFH5Qcjs.$$EVENTS] = /* @__PURE__ */ new Set());
|
|
1049
1049
|
for (let i = 0, l = eventNames.length; i < l; i++) {
|
|
1050
1050
|
const name = eventNames[i];
|
|
1051
1051
|
if (!e.has(name)) {
|
|
@@ -1055,12 +1055,12 @@ function delegateEvents(eventNames, doc = window.document) {
|
|
|
1055
1055
|
}
|
|
1056
1056
|
}
|
|
1057
1057
|
function clearDelegatedEvents(doc = window.document) {
|
|
1058
|
-
const e = doc[
|
|
1058
|
+
const e = doc[_chunkECKYFH5Qcjs.$$EVENTS];
|
|
1059
1059
|
if (e) {
|
|
1060
1060
|
for (const name of e.keys()) {
|
|
1061
1061
|
doc.removeEventListener(name, globalEventHandler);
|
|
1062
1062
|
}
|
|
1063
|
-
delete doc[
|
|
1063
|
+
delete doc[_chunkECKYFH5Qcjs.$$EVENTS];
|
|
1064
1064
|
}
|
|
1065
1065
|
}
|
|
1066
1066
|
function globalEventHandler(e) {
|
|
@@ -1210,8 +1210,8 @@ function removeStoredTupleEventListener(node, name) {
|
|
|
1210
1210
|
function bindEvent(el, eventName, handler, options) {
|
|
1211
1211
|
if (handler == null) return () => {
|
|
1212
1212
|
};
|
|
1213
|
-
const rootRef =
|
|
1214
|
-
const shouldDelegate = options == null &&
|
|
1213
|
+
const rootRef = _chunkECKYFH5Qcjs.getCurrentRoot.call(void 0, );
|
|
1214
|
+
const shouldDelegate = options == null && _chunkECKYFH5Qcjs.DelegatedEvents.has(eventName);
|
|
1215
1215
|
if (shouldDelegate) {
|
|
1216
1216
|
const key = `$$${eventName}`;
|
|
1217
1217
|
delegateEvents([eventName]);
|
|
@@ -1221,7 +1221,7 @@ function bindEvent(el, eventName, handler, options) {
|
|
|
1221
1221
|
const fn = resolveHandler();
|
|
1222
1222
|
callEventHandler(fn, args[0], el);
|
|
1223
1223
|
} catch (err) {
|
|
1224
|
-
if (!
|
|
1224
|
+
if (!_chunkECKYFH5Qcjs.handleError.call(void 0, err, { source: "event", eventName }, rootRef)) {
|
|
1225
1225
|
throw err;
|
|
1226
1226
|
}
|
|
1227
1227
|
}
|
|
@@ -1236,7 +1236,7 @@ function bindEvent(el, eventName, handler, options) {
|
|
|
1236
1236
|
const resolved = getHandler();
|
|
1237
1237
|
callEventHandler(resolved, event, el);
|
|
1238
1238
|
} catch (err) {
|
|
1239
|
-
if (
|
|
1239
|
+
if (_chunkECKYFH5Qcjs.handleError.call(void 0, err, { source: "event", eventName }, rootRef)) {
|
|
1240
1240
|
return;
|
|
1241
1241
|
}
|
|
1242
1242
|
throw err;
|
|
@@ -1244,7 +1244,7 @@ function bindEvent(el, eventName, handler, options) {
|
|
|
1244
1244
|
};
|
|
1245
1245
|
el.addEventListener(eventName, wrapped, options);
|
|
1246
1246
|
const cleanup = () => el.removeEventListener(eventName, wrapped, options);
|
|
1247
|
-
|
|
1247
|
+
_chunkECKYFH5Qcjs.registerRootCleanup.call(void 0, cleanup);
|
|
1248
1248
|
return cleanup;
|
|
1249
1249
|
}
|
|
1250
1250
|
function bindRef(el, ref) {
|
|
@@ -1264,11 +1264,11 @@ function bindRef(el, ref) {
|
|
|
1264
1264
|
const initialRef = getRef();
|
|
1265
1265
|
applyRef2(initialRef);
|
|
1266
1266
|
if (isReactive(ref)) {
|
|
1267
|
-
const cleanup2 =
|
|
1267
|
+
const cleanup2 = _chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => {
|
|
1268
1268
|
const currentRef = getRef();
|
|
1269
1269
|
applyRef2(currentRef);
|
|
1270
1270
|
});
|
|
1271
|
-
|
|
1271
|
+
_chunkECKYFH5Qcjs.registerRootCleanup.call(void 0, cleanup2);
|
|
1272
1272
|
const nullifyCleanup = () => {
|
|
1273
1273
|
const currentRef = getRef();
|
|
1274
1274
|
if (currentRef && typeof currentRef === "object" && "current" in currentRef) {
|
|
@@ -1276,7 +1276,7 @@ function bindRef(el, ref) {
|
|
|
1276
1276
|
currentRef.current = null;
|
|
1277
1277
|
}
|
|
1278
1278
|
};
|
|
1279
|
-
|
|
1279
|
+
_chunkECKYFH5Qcjs.registerRootCleanup.call(void 0, nullifyCleanup);
|
|
1280
1280
|
return () => {
|
|
1281
1281
|
cleanup2();
|
|
1282
1282
|
nullifyCleanup();
|
|
@@ -1289,7 +1289,7 @@ function bindRef(el, ref) {
|
|
|
1289
1289
|
refValue.current = null;
|
|
1290
1290
|
}
|
|
1291
1291
|
};
|
|
1292
|
-
|
|
1292
|
+
_chunkECKYFH5Qcjs.registerRootCleanup.call(void 0, cleanup);
|
|
1293
1293
|
return cleanup;
|
|
1294
1294
|
}
|
|
1295
1295
|
function spread(node, props = {}, isSVG = false, skipChildren = false, exclude = []) {
|
|
@@ -1301,21 +1301,21 @@ function spread(node, props = {}, isSVG = false, skipChildren = false, exclude =
|
|
|
1301
1301
|
return next;
|
|
1302
1302
|
};
|
|
1303
1303
|
if (!skipChildren) {
|
|
1304
|
-
|
|
1304
|
+
_chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => {
|
|
1305
1305
|
const nextProps = resolveProps();
|
|
1306
1306
|
if ("children" in nextProps) {
|
|
1307
1307
|
prevProps.children = nextProps.children;
|
|
1308
1308
|
}
|
|
1309
1309
|
});
|
|
1310
1310
|
}
|
|
1311
|
-
|
|
1311
|
+
_chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => {
|
|
1312
1312
|
const nextProps = resolveProps();
|
|
1313
1313
|
if (typeof nextProps.ref === "function") {
|
|
1314
1314
|
;
|
|
1315
1315
|
nextProps.ref(node);
|
|
1316
1316
|
}
|
|
1317
1317
|
});
|
|
1318
|
-
|
|
1318
|
+
_chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => {
|
|
1319
1319
|
assign(node, resolveProps(), isSVG, true, prevProps, true, excludedProps);
|
|
1320
1320
|
});
|
|
1321
1321
|
return prevProps;
|
|
@@ -1375,7 +1375,7 @@ function assignProp(node, prop2, value, prev, isSVG, skipRef, props) {
|
|
|
1375
1375
|
}
|
|
1376
1376
|
if (prop2.slice(0, 2) === "on") {
|
|
1377
1377
|
const eventName = prop2.slice(2).toLowerCase();
|
|
1378
|
-
const shouldDelegate =
|
|
1378
|
+
const shouldDelegate = _chunkECKYFH5Qcjs.DelegatedEvents.has(eventName);
|
|
1379
1379
|
if (!shouldDelegate && prev) {
|
|
1380
1380
|
if (Array.isArray(prev)) {
|
|
1381
1381
|
removeStoredTupleEventListener(node, eventName);
|
|
@@ -1416,9 +1416,9 @@ function assignProp(node, prop2, value, prev, isSVG, skipRef, props) {
|
|
|
1416
1416
|
}
|
|
1417
1417
|
const isCE = node.nodeName.includes("-") || "is" in props;
|
|
1418
1418
|
if (!isSVG) {
|
|
1419
|
-
const propAlias = isDev ?
|
|
1420
|
-
const isProperty = isDev ?
|
|
1421
|
-
const isChildProp = isDev ?
|
|
1419
|
+
const propAlias = isDev ? _chunkECKYFH5Qcjs.getPropAlias.call(void 0, prop2, node.tagName) : void 0;
|
|
1420
|
+
const isProperty = isDev ? _chunkECKYFH5Qcjs.Properties.has(prop2) : prop2 in node;
|
|
1421
|
+
const isChildProp = isDev ? _chunkECKYFH5Qcjs.ChildProperties.has(prop2) : prop2 === "innerHTML" || prop2 === "textContent" || prop2 === "innerText" || prop2 === "children";
|
|
1422
1422
|
if (propAlias || isProperty || isChildProp || isCE) {
|
|
1423
1423
|
const propName = propAlias || prop2;
|
|
1424
1424
|
if (isCE && !isProperty && !isChildProp && !propAlias) {
|
|
@@ -1433,7 +1433,7 @@ function assignProp(node, prop2, value, prev, isSVG, skipRef, props) {
|
|
|
1433
1433
|
}
|
|
1434
1434
|
if (isSVG && prop2.indexOf(":") > -1) {
|
|
1435
1435
|
const [prefix, name] = prop2.split(":");
|
|
1436
|
-
const ns =
|
|
1436
|
+
const ns = _chunkECKYFH5Qcjs.SVGNamespace[prefix];
|
|
1437
1437
|
if (ns) {
|
|
1438
1438
|
if (value == null) node.removeAttributeNS(ns, name);
|
|
1439
1439
|
else node.setAttributeNS(ns, name, String(value));
|
|
@@ -1450,7 +1450,7 @@ function toPropertyName(name) {
|
|
|
1450
1450
|
}
|
|
1451
1451
|
function createConditional(condition, renderTrue, createElementFn, renderFalse, startOverride, endOverride, options) {
|
|
1452
1452
|
const trackBranchReads = _optionalChain([options, 'optionalAccess', _22 => _22.trackBranchReads]) === true;
|
|
1453
|
-
const hostRoot =
|
|
1453
|
+
const hostRoot = _chunkECKYFH5Qcjs.getCurrentRoot.call(void 0, );
|
|
1454
1454
|
const useProvided = !!(startOverride && endOverride);
|
|
1455
1455
|
const markerOwnerDocument = _nullishCoalesce(_nullishCoalesce(_nullishCoalesce(_optionalChain([startOverride, 'optionalAccess', _23 => _23.ownerDocument]), () => ( _optionalChain([endOverride, 'optionalAccess', _24 => _24.ownerDocument]))), () => ( _optionalChain([hostRoot, 'optionalAccess', _25 => _25.ownerDocument]))), () => ( document));
|
|
1456
1456
|
const startMarker = useProvided ? startOverride : markerOwnerDocument.createComment("fict:cond:start");
|
|
@@ -1464,7 +1464,7 @@ function createConditional(condition, renderTrue, createElementFn, renderFalse,
|
|
|
1464
1464
|
let currentRoot = null;
|
|
1465
1465
|
let lastCondition = void 0;
|
|
1466
1466
|
let pendingRender = false;
|
|
1467
|
-
let initialHydrating =
|
|
1467
|
+
let initialHydrating = _chunkECKYFH5Qcjs.__fictIsHydrating.call(void 0, );
|
|
1468
1468
|
const collectBetween = () => {
|
|
1469
1469
|
const nodes = [];
|
|
1470
1470
|
let cursor = startMarker.nextSibling;
|
|
@@ -1474,7 +1474,7 @@ function createConditional(condition, renderTrue, createElementFn, renderFalse,
|
|
|
1474
1474
|
}
|
|
1475
1475
|
return nodes;
|
|
1476
1476
|
};
|
|
1477
|
-
const conditionMemo =
|
|
1477
|
+
const conditionMemo = _chunkECKYFH5Qcjs.computed.call(void 0, condition);
|
|
1478
1478
|
const runConditional = () => {
|
|
1479
1479
|
const cond = conditionMemo();
|
|
1480
1480
|
const parent = startMarker.parentNode;
|
|
@@ -1491,8 +1491,8 @@ function createConditional(condition, renderTrue, createElementFn, renderFalse,
|
|
|
1491
1491
|
currentNodes = collectBetween();
|
|
1492
1492
|
return;
|
|
1493
1493
|
}
|
|
1494
|
-
const root2 =
|
|
1495
|
-
const prev2 =
|
|
1494
|
+
const root2 = _chunkECKYFH5Qcjs.createRootContext.call(void 0, hostRoot);
|
|
1495
|
+
const prev2 = _chunkECKYFH5Qcjs.pushRoot.call(void 0, root2);
|
|
1496
1496
|
let handledError2 = false;
|
|
1497
1497
|
try {
|
|
1498
1498
|
withHydrationRange(
|
|
@@ -1500,7 +1500,7 @@ function createConditional(condition, renderTrue, createElementFn, renderFalse,
|
|
|
1500
1500
|
endMarker,
|
|
1501
1501
|
_nullishCoalesce(parent.ownerDocument, () => ( markerOwnerDocument)),
|
|
1502
1502
|
() => {
|
|
1503
|
-
const output = trackBranchReads ? render3() :
|
|
1503
|
+
const output = trackBranchReads ? render3() : _chunkECKYFH5Qcjs.untrack.call(void 0, render3);
|
|
1504
1504
|
if (output == null || output === false) {
|
|
1505
1505
|
return;
|
|
1506
1506
|
}
|
|
@@ -1509,21 +1509,21 @@ function createConditional(condition, renderTrue, createElementFn, renderFalse,
|
|
|
1509
1509
|
);
|
|
1510
1510
|
currentNodes = collectBetween();
|
|
1511
1511
|
} catch (err) {
|
|
1512
|
-
if (
|
|
1512
|
+
if (_chunkECKYFH5Qcjs.handleSuspend.call(void 0, err, root2)) {
|
|
1513
1513
|
handledError2 = true;
|
|
1514
|
-
|
|
1514
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root2);
|
|
1515
1515
|
return;
|
|
1516
1516
|
}
|
|
1517
|
-
if (
|
|
1517
|
+
if (_chunkECKYFH5Qcjs.handleError.call(void 0, err, { source: "renderChild" }, root2)) {
|
|
1518
1518
|
handledError2 = true;
|
|
1519
|
-
|
|
1519
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root2);
|
|
1520
1520
|
return;
|
|
1521
1521
|
}
|
|
1522
1522
|
throw err;
|
|
1523
1523
|
} finally {
|
|
1524
|
-
|
|
1524
|
+
_chunkECKYFH5Qcjs.popRoot.call(void 0, prev2);
|
|
1525
1525
|
if (!handledError2) {
|
|
1526
|
-
|
|
1526
|
+
_chunkECKYFH5Qcjs.flushOnMount.call(void 0, root2);
|
|
1527
1527
|
currentRoot = root2;
|
|
1528
1528
|
} else {
|
|
1529
1529
|
currentRoot = null;
|
|
@@ -1544,8 +1544,8 @@ function createConditional(condition, renderTrue, createElementFn, renderFalse,
|
|
|
1544
1544
|
return;
|
|
1545
1545
|
}
|
|
1546
1546
|
let patched = false;
|
|
1547
|
-
const scratchRoot =
|
|
1548
|
-
const prevScratch =
|
|
1547
|
+
const scratchRoot = _chunkECKYFH5Qcjs.createRootContext.call(void 0, hostRoot);
|
|
1548
|
+
const prevScratch = _chunkECKYFH5Qcjs.pushRoot.call(void 0, scratchRoot);
|
|
1549
1549
|
let handledPatchError = false;
|
|
1550
1550
|
let scratchOutput;
|
|
1551
1551
|
try {
|
|
@@ -1563,32 +1563,32 @@ function createConditional(condition, renderTrue, createElementFn, renderFalse,
|
|
|
1563
1563
|
}
|
|
1564
1564
|
}
|
|
1565
1565
|
} catch (err) {
|
|
1566
|
-
if (
|
|
1566
|
+
if (_chunkECKYFH5Qcjs.handleSuspend.call(void 0, err, scratchRoot)) {
|
|
1567
1567
|
handledPatchError = true;
|
|
1568
|
-
} else if (
|
|
1568
|
+
} else if (_chunkECKYFH5Qcjs.handleError.call(void 0, err, { source: "renderChild" }, scratchRoot)) {
|
|
1569
1569
|
handledPatchError = true;
|
|
1570
1570
|
} else {
|
|
1571
1571
|
throw err;
|
|
1572
1572
|
}
|
|
1573
1573
|
} finally {
|
|
1574
|
-
|
|
1574
|
+
_chunkECKYFH5Qcjs.popRoot.call(void 0, prevScratch);
|
|
1575
1575
|
}
|
|
1576
1576
|
if (handledPatchError) {
|
|
1577
|
-
|
|
1577
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, scratchRoot);
|
|
1578
1578
|
return;
|
|
1579
1579
|
}
|
|
1580
1580
|
if (patched) {
|
|
1581
|
-
|
|
1581
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, scratchRoot);
|
|
1582
1582
|
return;
|
|
1583
1583
|
}
|
|
1584
1584
|
lastCondition = cond;
|
|
1585
1585
|
if (currentRoot) {
|
|
1586
|
-
|
|
1586
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, currentRoot);
|
|
1587
1587
|
currentRoot = null;
|
|
1588
1588
|
}
|
|
1589
1589
|
removeNodes(currentNodes);
|
|
1590
1590
|
currentNodes = [];
|
|
1591
|
-
const prev2 =
|
|
1591
|
+
const prev2 = _chunkECKYFH5Qcjs.pushRoot.call(void 0, scratchRoot);
|
|
1592
1592
|
let handledError2 = false;
|
|
1593
1593
|
try {
|
|
1594
1594
|
if (scratchOutput == null || scratchOutput === false) {
|
|
@@ -1599,21 +1599,21 @@ function createConditional(condition, renderTrue, createElementFn, renderFalse,
|
|
|
1599
1599
|
insertNodesBefore(parent, nodes, endMarker);
|
|
1600
1600
|
currentNodes = nodes;
|
|
1601
1601
|
} catch (err) {
|
|
1602
|
-
if (
|
|
1602
|
+
if (_chunkECKYFH5Qcjs.handleSuspend.call(void 0, err, scratchRoot)) {
|
|
1603
1603
|
handledError2 = true;
|
|
1604
|
-
|
|
1604
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, scratchRoot);
|
|
1605
1605
|
return;
|
|
1606
1606
|
}
|
|
1607
|
-
if (
|
|
1607
|
+
if (_chunkECKYFH5Qcjs.handleError.call(void 0, err, { source: "renderChild" }, scratchRoot)) {
|
|
1608
1608
|
handledError2 = true;
|
|
1609
|
-
|
|
1609
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, scratchRoot);
|
|
1610
1610
|
return;
|
|
1611
1611
|
}
|
|
1612
1612
|
throw err;
|
|
1613
1613
|
} finally {
|
|
1614
|
-
|
|
1614
|
+
_chunkECKYFH5Qcjs.popRoot.call(void 0, prev2);
|
|
1615
1615
|
if (!handledError2) {
|
|
1616
|
-
|
|
1616
|
+
_chunkECKYFH5Qcjs.flushOnMount.call(void 0, scratchRoot);
|
|
1617
1617
|
currentRoot = scratchRoot;
|
|
1618
1618
|
} else {
|
|
1619
1619
|
currentRoot = null;
|
|
@@ -1623,7 +1623,7 @@ function createConditional(condition, renderTrue, createElementFn, renderFalse,
|
|
|
1623
1623
|
}
|
|
1624
1624
|
lastCondition = cond;
|
|
1625
1625
|
if (currentRoot) {
|
|
1626
|
-
|
|
1626
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, currentRoot);
|
|
1627
1627
|
currentRoot = null;
|
|
1628
1628
|
}
|
|
1629
1629
|
removeNodes(currentNodes);
|
|
@@ -1632,11 +1632,11 @@ function createConditional(condition, renderTrue, createElementFn, renderFalse,
|
|
|
1632
1632
|
if (!render2) {
|
|
1633
1633
|
return;
|
|
1634
1634
|
}
|
|
1635
|
-
const root =
|
|
1636
|
-
const prev =
|
|
1635
|
+
const root = _chunkECKYFH5Qcjs.createRootContext.call(void 0, hostRoot);
|
|
1636
|
+
const prev = _chunkECKYFH5Qcjs.pushRoot.call(void 0, root);
|
|
1637
1637
|
let handledError = false;
|
|
1638
1638
|
try {
|
|
1639
|
-
const output = trackBranchReads ? render2() :
|
|
1639
|
+
const output = trackBranchReads ? render2() : _chunkECKYFH5Qcjs.untrack.call(void 0, render2);
|
|
1640
1640
|
if (output == null || output === false) {
|
|
1641
1641
|
return;
|
|
1642
1642
|
}
|
|
@@ -1645,28 +1645,28 @@ function createConditional(condition, renderTrue, createElementFn, renderFalse,
|
|
|
1645
1645
|
insertNodesBefore(parent, nodes, endMarker);
|
|
1646
1646
|
currentNodes = nodes;
|
|
1647
1647
|
} catch (err) {
|
|
1648
|
-
if (
|
|
1648
|
+
if (_chunkECKYFH5Qcjs.handleSuspend.call(void 0, err, root)) {
|
|
1649
1649
|
handledError = true;
|
|
1650
|
-
|
|
1650
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root);
|
|
1651
1651
|
return;
|
|
1652
1652
|
}
|
|
1653
|
-
if (
|
|
1653
|
+
if (_chunkECKYFH5Qcjs.handleError.call(void 0, err, { source: "renderChild" }, root)) {
|
|
1654
1654
|
handledError = true;
|
|
1655
|
-
|
|
1655
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root);
|
|
1656
1656
|
return;
|
|
1657
1657
|
}
|
|
1658
1658
|
throw err;
|
|
1659
1659
|
} finally {
|
|
1660
|
-
|
|
1660
|
+
_chunkECKYFH5Qcjs.popRoot.call(void 0, prev);
|
|
1661
1661
|
if (!handledError) {
|
|
1662
|
-
|
|
1662
|
+
_chunkECKYFH5Qcjs.flushOnMount.call(void 0, root);
|
|
1663
1663
|
currentRoot = root;
|
|
1664
1664
|
} else {
|
|
1665
1665
|
currentRoot = null;
|
|
1666
1666
|
}
|
|
1667
1667
|
}
|
|
1668
1668
|
};
|
|
1669
|
-
const dispose =
|
|
1669
|
+
const dispose = _chunkECKYFH5Qcjs.createRenderEffect.call(void 0, runConditional);
|
|
1670
1670
|
return {
|
|
1671
1671
|
marker: fragment,
|
|
1672
1672
|
flush: () => {
|
|
@@ -1677,7 +1677,7 @@ function createConditional(condition, renderTrue, createElementFn, renderFalse,
|
|
|
1677
1677
|
dispose: () => {
|
|
1678
1678
|
dispose();
|
|
1679
1679
|
if (currentRoot) {
|
|
1680
|
-
|
|
1680
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, currentRoot);
|
|
1681
1681
|
}
|
|
1682
1682
|
removeNodes(currentNodes);
|
|
1683
1683
|
currentNodes = [];
|
|
@@ -1688,29 +1688,29 @@ function createConditional(condition, renderTrue, createElementFn, renderFalse,
|
|
|
1688
1688
|
}
|
|
1689
1689
|
function createShow(el, condition, displayValue) {
|
|
1690
1690
|
const originalDisplay = _nullishCoalesce(displayValue, () => ( el.style.display));
|
|
1691
|
-
|
|
1691
|
+
_chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => {
|
|
1692
1692
|
el.style.display = condition() ? originalDisplay : "none";
|
|
1693
1693
|
});
|
|
1694
1694
|
}
|
|
1695
1695
|
function createPortal(container, render2, createElementFn) {
|
|
1696
|
-
const parentRoot =
|
|
1696
|
+
const parentRoot = _chunkECKYFH5Qcjs.getCurrentRoot.call(void 0, );
|
|
1697
1697
|
const markerOwnerDocument = _nullishCoalesce(container.ownerDocument, () => ( document));
|
|
1698
1698
|
const marker = markerOwnerDocument.createComment("fict:portal");
|
|
1699
1699
|
container.appendChild(marker);
|
|
1700
1700
|
let currentNodes = [];
|
|
1701
1701
|
let currentRoot = null;
|
|
1702
|
-
const dispose =
|
|
1702
|
+
const dispose = _chunkECKYFH5Qcjs.createRenderEffect.call(void 0, () => {
|
|
1703
1703
|
if (currentRoot) {
|
|
1704
|
-
|
|
1704
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, currentRoot);
|
|
1705
1705
|
currentRoot = null;
|
|
1706
1706
|
}
|
|
1707
1707
|
if (currentNodes.length > 0) {
|
|
1708
1708
|
removeNodes(currentNodes);
|
|
1709
1709
|
currentNodes = [];
|
|
1710
1710
|
}
|
|
1711
|
-
const root =
|
|
1711
|
+
const root = _chunkECKYFH5Qcjs.createRootContext.call(void 0, parentRoot);
|
|
1712
1712
|
root.ownerDocument = _nullishCoalesce(_nullishCoalesce(container.ownerDocument, () => ( _optionalChain([parentRoot, 'optionalAccess', _34 => _34.ownerDocument]))), () => ( document));
|
|
1713
|
-
const prev =
|
|
1713
|
+
const prev = _chunkECKYFH5Qcjs.pushRoot.call(void 0, root);
|
|
1714
1714
|
let handledError = false;
|
|
1715
1715
|
try {
|
|
1716
1716
|
const output = render2();
|
|
@@ -1723,23 +1723,23 @@ function createPortal(container, render2, createElementFn) {
|
|
|
1723
1723
|
currentNodes = nodes;
|
|
1724
1724
|
}
|
|
1725
1725
|
} catch (err) {
|
|
1726
|
-
if (
|
|
1726
|
+
if (_chunkECKYFH5Qcjs.handleSuspend.call(void 0, err, root)) {
|
|
1727
1727
|
handledError = true;
|
|
1728
|
-
|
|
1728
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root);
|
|
1729
1729
|
currentNodes = [];
|
|
1730
1730
|
return;
|
|
1731
1731
|
}
|
|
1732
|
-
if (
|
|
1732
|
+
if (_chunkECKYFH5Qcjs.handleError.call(void 0, err, { source: "renderChild" }, root)) {
|
|
1733
1733
|
handledError = true;
|
|
1734
|
-
|
|
1734
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root);
|
|
1735
1735
|
currentNodes = [];
|
|
1736
1736
|
return;
|
|
1737
1737
|
}
|
|
1738
1738
|
throw err;
|
|
1739
1739
|
} finally {
|
|
1740
|
-
|
|
1740
|
+
_chunkECKYFH5Qcjs.popRoot.call(void 0, prev);
|
|
1741
1741
|
if (!handledError) {
|
|
1742
|
-
|
|
1742
|
+
_chunkECKYFH5Qcjs.flushOnMount.call(void 0, root);
|
|
1743
1743
|
currentRoot = root;
|
|
1744
1744
|
} else {
|
|
1745
1745
|
currentRoot = null;
|
|
@@ -1749,7 +1749,7 @@ function createPortal(container, render2, createElementFn) {
|
|
|
1749
1749
|
const portalDispose = () => {
|
|
1750
1750
|
dispose();
|
|
1751
1751
|
if (currentRoot) {
|
|
1752
|
-
|
|
1752
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, currentRoot);
|
|
1753
1753
|
}
|
|
1754
1754
|
if (currentNodes.length > 0) {
|
|
1755
1755
|
removeNodes(currentNodes);
|
|
@@ -1913,10 +1913,10 @@ function isExplicitReactiveFn2(value) {
|
|
|
1913
1913
|
function normalizePropsFunction(value) {
|
|
1914
1914
|
if (typeof value !== "function") return value;
|
|
1915
1915
|
if (value.length !== 0) return value;
|
|
1916
|
-
if (isPropGetter(value) ||
|
|
1916
|
+
if (isPropGetter(value) || _chunkECKYFH5Qcjs.isSignal.call(void 0, value) || _chunkECKYFH5Qcjs.isComputed.call(void 0, value) || isExplicitReactiveFn2(value)) {
|
|
1917
1917
|
return value;
|
|
1918
1918
|
}
|
|
1919
|
-
if (
|
|
1919
|
+
if (_chunkECKYFH5Qcjs.isEffect.call(void 0, value) || _chunkECKYFH5Qcjs.isEffectScope.call(void 0, value) || isNonReactiveFn2(value)) return value;
|
|
1920
1920
|
return markNonReactiveFn(value);
|
|
1921
1921
|
}
|
|
1922
1922
|
function createPropsProxy(props) {
|
|
@@ -2055,7 +2055,7 @@ function prop(getter, options) {
|
|
|
2055
2055
|
const fn = getter;
|
|
2056
2056
|
const unwrap2 = _optionalChain([options, 'optionalAccess', _42 => _42.unwrap]) !== false;
|
|
2057
2057
|
return __fictProp(
|
|
2058
|
-
|
|
2058
|
+
_chunkECKYFH5Qcjs.createMemo.call(void 0, () => {
|
|
2059
2059
|
const value = fn();
|
|
2060
2060
|
if (unwrap2 && isPropGetter(value)) {
|
|
2061
2061
|
return value();
|
|
@@ -2097,13 +2097,13 @@ function annotateComponentElements(elements, componentId, componentName) {
|
|
|
2097
2097
|
}
|
|
2098
2098
|
}
|
|
2099
2099
|
function render(view, container) {
|
|
2100
|
-
const root =
|
|
2100
|
+
const root = _chunkECKYFH5Qcjs.createRootContext.call(void 0, );
|
|
2101
2101
|
root.ownerDocument = _nullishCoalesce(container.ownerDocument, () => ( document));
|
|
2102
|
-
const prev =
|
|
2102
|
+
const prev = _chunkECKYFH5Qcjs.pushRoot.call(void 0, root);
|
|
2103
2103
|
let dom = void 0;
|
|
2104
2104
|
try {
|
|
2105
2105
|
const output = view();
|
|
2106
|
-
if (
|
|
2106
|
+
if (_chunkECKYFH5Qcjs.__fictIsHydrating.call(void 0, )) {
|
|
2107
2107
|
withHydration(container, () => {
|
|
2108
2108
|
dom = createElement(output);
|
|
2109
2109
|
});
|
|
@@ -2111,36 +2111,36 @@ function render(view, container) {
|
|
|
2111
2111
|
dom = createElement(output);
|
|
2112
2112
|
}
|
|
2113
2113
|
} finally {
|
|
2114
|
-
|
|
2114
|
+
_chunkECKYFH5Qcjs.popRoot.call(void 0, prev);
|
|
2115
2115
|
}
|
|
2116
|
-
if (!
|
|
2116
|
+
if (!_chunkECKYFH5Qcjs.__fictIsHydrating.call(void 0, )) {
|
|
2117
2117
|
container.replaceChildren(dom);
|
|
2118
2118
|
}
|
|
2119
2119
|
container.setAttribute("data-fict-fine-grained", "1");
|
|
2120
|
-
|
|
2120
|
+
_chunkECKYFH5Qcjs.flushOnMount.call(void 0, root);
|
|
2121
2121
|
const teardown = () => {
|
|
2122
|
-
|
|
2122
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root);
|
|
2123
2123
|
container.innerHTML = "";
|
|
2124
2124
|
};
|
|
2125
2125
|
return teardown;
|
|
2126
2126
|
}
|
|
2127
2127
|
function hydrateComponent(view, container) {
|
|
2128
|
-
const root =
|
|
2128
|
+
const root = _chunkECKYFH5Qcjs.createRootContext.call(void 0, );
|
|
2129
2129
|
root.ownerDocument = _nullishCoalesce(container.ownerDocument, () => ( document));
|
|
2130
|
-
const prev =
|
|
2131
|
-
|
|
2130
|
+
const prev = _chunkECKYFH5Qcjs.pushRoot.call(void 0, root);
|
|
2131
|
+
_chunkECKYFH5Qcjs.__fictEnterHydration.call(void 0, );
|
|
2132
2132
|
try {
|
|
2133
2133
|
withHydration(container, () => {
|
|
2134
2134
|
view();
|
|
2135
2135
|
});
|
|
2136
2136
|
} finally {
|
|
2137
|
-
|
|
2138
|
-
|
|
2137
|
+
_chunkECKYFH5Qcjs.__fictExitHydration.call(void 0, );
|
|
2138
|
+
_chunkECKYFH5Qcjs.popRoot.call(void 0, prev);
|
|
2139
2139
|
}
|
|
2140
2140
|
container.setAttribute("data-fict-fine-grained", "1");
|
|
2141
|
-
|
|
2141
|
+
_chunkECKYFH5Qcjs.flushOnMount.call(void 0, root);
|
|
2142
2142
|
const teardown = () => {
|
|
2143
|
-
|
|
2143
|
+
_chunkECKYFH5Qcjs.destroyRoot.call(void 0, root);
|
|
2144
2144
|
};
|
|
2145
2145
|
return teardown;
|
|
2146
2146
|
}
|
|
@@ -2152,11 +2152,11 @@ function resolveNamespace(tagName, namespace) {
|
|
|
2152
2152
|
if (tagName === "math") return "mathml";
|
|
2153
2153
|
if (namespace === "mathml") return "mathml";
|
|
2154
2154
|
if (namespace === "svg") return "svg";
|
|
2155
|
-
if (isDev2 &&
|
|
2155
|
+
if (isDev2 && _chunkECKYFH5Qcjs.SVGElements.has(tagName)) return "svg";
|
|
2156
2156
|
return null;
|
|
2157
2157
|
}
|
|
2158
2158
|
function resolveOwnerDocument(ownerDocument) {
|
|
2159
|
-
return _nullishCoalesce(_nullishCoalesce(ownerDocument, () => ( _optionalChain([
|
|
2159
|
+
return _nullishCoalesce(_nullishCoalesce(ownerDocument, () => ( _optionalChain([_chunkECKYFH5Qcjs.getCurrentRoot.call(void 0, ), 'optionalAccess', _45 => _45.ownerDocument]))), () => ( document));
|
|
2160
2160
|
}
|
|
2161
2161
|
function createElementWithContext(node, namespace, ownerDocument) {
|
|
2162
2162
|
if (node instanceof Node) {
|
|
@@ -2179,7 +2179,7 @@ function createElementWithContext(node, namespace, ownerDocument) {
|
|
|
2179
2179
|
if ("marker" in node) {
|
|
2180
2180
|
const handle = node;
|
|
2181
2181
|
if (typeof handle.dispose === "function") {
|
|
2182
|
-
|
|
2182
|
+
_chunkECKYFH5Qcjs.registerRootCleanup.call(void 0, handle.dispose);
|
|
2183
2183
|
}
|
|
2184
2184
|
if (typeof handle.flush === "function") {
|
|
2185
2185
|
const runFlush = () => handle.flush && handle.flush();
|
|
@@ -2230,14 +2230,14 @@ function createElementWithContext(node, namespace, ownerDocument) {
|
|
|
2230
2230
|
}
|
|
2231
2231
|
});
|
|
2232
2232
|
const props = createPropsProxy(baseProps);
|
|
2233
|
-
const hook = isDev2 ?
|
|
2233
|
+
const hook = isDev2 ? _chunkECKYFH5Qcjs.getDevtoolsHook.call(void 0, ) : void 0;
|
|
2234
2234
|
const componentName = vnode.type.name || "Anonymous";
|
|
2235
|
-
const parentId = hook ?
|
|
2235
|
+
const parentId = hook ? _chunkECKYFH5Qcjs.__fictGetCurrentComponentId.call(void 0, ) : void 0;
|
|
2236
2236
|
const componentId = hook ? nextComponentId++ : void 0;
|
|
2237
2237
|
if (_optionalChain([hook, 'optionalAccess', _46 => _46.registerComponent]) && componentId !== void 0) {
|
|
2238
2238
|
hook.registerComponent(componentId, componentName, parentId);
|
|
2239
2239
|
}
|
|
2240
|
-
const ctx =
|
|
2240
|
+
const ctx = _chunkECKYFH5Qcjs.__fictPushContext.call(void 0, );
|
|
2241
2241
|
if (componentId !== void 0) {
|
|
2242
2242
|
ctx.componentId = componentId;
|
|
2243
2243
|
if (parentId !== void 0) {
|
|
@@ -2251,12 +2251,12 @@ function createElementWithContext(node, namespace, ownerDocument) {
|
|
|
2251
2251
|
_optionalChain([hook, 'access', _47 => _47.componentRender, 'optionalCall', _48 => _48(componentId)]);
|
|
2252
2252
|
}
|
|
2253
2253
|
if (hook && componentId !== void 0) {
|
|
2254
|
-
|
|
2254
|
+
_chunkECKYFH5Qcjs.onMount.call(void 0, () => {
|
|
2255
2255
|
_optionalChain([hook, 'access', _49 => _49.componentMount, 'optionalCall', _50 => _50(componentId, mountElements)]);
|
|
2256
2256
|
});
|
|
2257
|
-
|
|
2257
|
+
_chunkECKYFH5Qcjs.onCleanup.call(void 0, () => _optionalChain([hook, 'access', _51 => _51.componentUnmount, 'optionalCall', _52 => _52(componentId)]));
|
|
2258
2258
|
}
|
|
2259
|
-
if (
|
|
2259
|
+
if (_chunkECKYFH5Qcjs.__fictIsResumable.call(void 0, ) && !_chunkECKYFH5Qcjs.__fictIsHydrating.call(void 0, )) {
|
|
2260
2260
|
const content = createElementWithContext(rendered, namespace, ownerDocument);
|
|
2261
2261
|
const host = namespace === "svg" ? ownerDocument.createElementNS(SVG_NS, "fict-host") : namespace === "mathml" ? ownerDocument.createElementNS(MATHML_NS, "fict-host") : ownerDocument.createElement("fict-host");
|
|
2262
2262
|
host.setAttribute("data-fict-host", "");
|
|
@@ -2266,7 +2266,7 @@ function createElementWithContext(node, namespace, ownerDocument) {
|
|
|
2266
2266
|
}
|
|
2267
2267
|
const meta = vnode.type.__fictMeta;
|
|
2268
2268
|
const typeKey = (_nullishCoalesce(_optionalChain([meta, 'optionalAccess', _53 => _53.id]), () => ( vnode.type.name))) || "Anonymous";
|
|
2269
|
-
|
|
2269
|
+
_chunkECKYFH5Qcjs.__fictRegisterScope.call(void 0, ctx, host, typeKey, rawProps);
|
|
2270
2270
|
if (_optionalChain([meta, 'optionalAccess', _54 => _54.resume])) {
|
|
2271
2271
|
host.setAttribute("data-fict-h", meta.resume);
|
|
2272
2272
|
}
|
|
@@ -2288,13 +2288,13 @@ function createElementWithContext(node, namespace, ownerDocument) {
|
|
|
2288
2288
|
}
|
|
2289
2289
|
return componentRoot;
|
|
2290
2290
|
} catch (err) {
|
|
2291
|
-
if (
|
|
2291
|
+
if (_chunkECKYFH5Qcjs.handleSuspend.call(void 0, err)) {
|
|
2292
2292
|
return ownerDocument.createComment("fict:suspend");
|
|
2293
2293
|
}
|
|
2294
|
-
|
|
2294
|
+
_chunkECKYFH5Qcjs.handleError.call(void 0, err, { source: "render", componentName: vnode.type.name });
|
|
2295
2295
|
throw err;
|
|
2296
2296
|
} finally {
|
|
2297
|
-
|
|
2297
|
+
_chunkECKYFH5Qcjs.__fictPopContext.call(void 0, );
|
|
2298
2298
|
}
|
|
2299
2299
|
}
|
|
2300
2300
|
if (vnode.type === Fragment) {
|
|
@@ -2451,9 +2451,9 @@ function applyRef(el, value) {
|
|
|
2451
2451
|
if (typeof value === "function") {
|
|
2452
2452
|
const refFn = value;
|
|
2453
2453
|
refFn(el);
|
|
2454
|
-
const root =
|
|
2454
|
+
const root = _chunkECKYFH5Qcjs.getCurrentRoot.call(void 0, );
|
|
2455
2455
|
if (root) {
|
|
2456
|
-
|
|
2456
|
+
_chunkECKYFH5Qcjs.registerRootCleanup.call(void 0, () => {
|
|
2457
2457
|
refFn(null);
|
|
2458
2458
|
});
|
|
2459
2459
|
} else if (isDev2) {
|
|
@@ -2464,9 +2464,9 @@ function applyRef(el, value) {
|
|
|
2464
2464
|
} else if (value && typeof value === "object" && "current" in value) {
|
|
2465
2465
|
const refObj = value;
|
|
2466
2466
|
refObj.current = el;
|
|
2467
|
-
const root =
|
|
2467
|
+
const root = _chunkECKYFH5Qcjs.getCurrentRoot.call(void 0, );
|
|
2468
2468
|
if (root) {
|
|
2469
|
-
|
|
2469
|
+
_chunkECKYFH5Qcjs.registerRootCleanup.call(void 0, () => {
|
|
2470
2470
|
refObj.current = null;
|
|
2471
2471
|
});
|
|
2472
2472
|
} else if (isDev2) {
|
|
@@ -2540,7 +2540,7 @@ function applyProps(el, props, isSVG = false) {
|
|
|
2540
2540
|
}
|
|
2541
2541
|
continue;
|
|
2542
2542
|
}
|
|
2543
|
-
if (isDev2 &&
|
|
2543
|
+
if (isDev2 && _chunkECKYFH5Qcjs.ChildProperties.has(key) || key === "innerHTML" || key === "textContent" || key === "innerText" || key === "children") {
|
|
2544
2544
|
createAttributeBinding(el, key, value, setProperty);
|
|
2545
2545
|
continue;
|
|
2546
2546
|
}
|
|
@@ -2556,8 +2556,8 @@ function applyProps(el, props, isSVG = false) {
|
|
|
2556
2556
|
createAttributeBinding(el, key.slice(5), value, setProperty);
|
|
2557
2557
|
continue;
|
|
2558
2558
|
}
|
|
2559
|
-
const propAlias = !isSVG && isDev2 ?
|
|
2560
|
-
const isProperty = !isSVG ? isDev2 ?
|
|
2559
|
+
const propAlias = !isSVG && isDev2 ? _chunkECKYFH5Qcjs.getPropAlias.call(void 0, key, tagName) : void 0;
|
|
2560
|
+
const isProperty = !isSVG ? isDev2 ? _chunkECKYFH5Qcjs.Properties.has(key) : key in el : false;
|
|
2561
2561
|
if (propAlias || isProperty || isCE && !isSVG) {
|
|
2562
2562
|
const propName = propAlias || key;
|
|
2563
2563
|
if (isCE && !isProperty && !propAlias) {
|
|
@@ -2574,7 +2574,7 @@ function applyProps(el, props, isSVG = false) {
|
|
|
2574
2574
|
}
|
|
2575
2575
|
if (isSVG && key.indexOf(":") > -1) {
|
|
2576
2576
|
const [prefix, name] = key.split(":");
|
|
2577
|
-
const ns =
|
|
2577
|
+
const ns = _chunkECKYFH5Qcjs.SVGNamespace[prefix];
|
|
2578
2578
|
if (ns) {
|
|
2579
2579
|
createAttributeBinding(
|
|
2580
2580
|
el,
|
|
@@ -2717,4 +2717,4 @@ function eventNameFromProp(key) {
|
|
|
2717
2717
|
|
|
2718
2718
|
|
|
2719
2719
|
exports.startTransition = startTransition; exports.useTransition = useTransition; exports.useDeferredValue = useDeferredValue; exports.batch = batch2; exports.untrack = untrack2; exports.Fragment = Fragment; exports.withHydrationRange = withHydrationRange; exports.isHydratingActive = isHydratingActive; exports.toNodeArray = toNodeArray; exports.insertNodesBefore = insertNodesBefore; exports.removeNodes = removeNodes; exports.getSlotEnd = getSlotEnd; exports.resolvePath = resolvePath; exports.isReactive = isReactive; exports.nonReactive = nonReactive; exports.reactive = reactive; exports.unwrap = unwrap; exports.callEventHandler = callEventHandler; exports.createTextBinding = createTextBinding; exports.bindText = bindText; exports.setText = setText; exports.createAttributeBinding = createAttributeBinding; exports.bindAttribute = bindAttribute; exports.setAttr = setAttr; exports.bindProperty = bindProperty; exports.setProp = setProp; exports.createStyleBinding = createStyleBinding; exports.bindStyle = bindStyle; exports.setStyle = setStyle; exports.createClassBinding = createClassBinding; exports.bindClass = bindClass; exports.setClass = setClass; exports.classList = classList; exports.insert = insert; exports.insertBetween = insertBetween; exports.createChildBinding = createChildBinding; exports.delegateEvents = delegateEvents; exports.clearDelegatedEvents = clearDelegatedEvents; exports.addEventListener = addEventListener; exports.bindEvent = bindEvent; exports.bindRef = bindRef; exports.spread = spread; exports.assign = assign; exports.createConditional = createConditional; exports.createShow = createShow; exports.createPortal = createPortal; exports.__fictProp = __fictProp; exports.createPropsProxy = createPropsProxy; exports.__fictPropsRest = __fictPropsRest; exports.mergeProps = mergeProps; exports.keyed = keyed; exports.prop = prop; exports.render = render; exports.hydrateComponent = hydrateComponent; exports.createElement = createElement; exports.template = template;
|
|
2720
|
-
//# sourceMappingURL=chunk-
|
|
2720
|
+
//# sourceMappingURL=chunk-INYTG4NG.cjs.map
|