@mtngtools/frame-vue 0.0.27-experimental.0 → 0.0.29-experimental.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/{FetchCard-IAJlHt45.js → FetchCard-DrWMtxCr.js} +47 -39
- package/dist/components/live/LiveFrame/LiveFrame.vue.d.ts +3 -0
- package/dist/components/live/LiveFrame/LiveFrame.vue.d.ts.map +1 -1
- package/dist/components/live/LiveFrame/helpers.test.d.ts +78 -6
- package/dist/components/live/LiveFrame/helpers.test.d.ts.map +1 -1
- package/dist/components.js +1 -1
- package/dist/frame-vue.css +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -554,7 +554,12 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
554
554
|
type: Boolean,
|
|
555
555
|
default: !1
|
|
556
556
|
},
|
|
557
|
-
autoRefreshInterval: { default: 2e3 }
|
|
557
|
+
autoRefreshInterval: { default: 2e3 },
|
|
558
|
+
refreshOnWindowEvent: {},
|
|
559
|
+
shouldConsoleDebug: {
|
|
560
|
+
type: Boolean,
|
|
561
|
+
default: !1
|
|
562
|
+
}
|
|
558
563
|
},
|
|
559
564
|
emits: [
|
|
560
565
|
"update:sidePanelPosition",
|
|
@@ -569,7 +574,7 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
569
574
|
if (!e) return;
|
|
570
575
|
let t = r.enforceSlotSizingQuerySelector ? Array.from(e.querySelectorAll(r.enforceSlotSizingQuerySelector)) : Array.from(e.children), n = `${x.value}px`;
|
|
571
576
|
t.forEach((e) => {
|
|
572
|
-
e.style.height !== n && (e.style.height = n);
|
|
577
|
+
e.style.height !== n && (e.style.height = n, r.shouldConsoleDebug && console.debug("[LiveFrame] enforceSlotChildSizing", n));
|
|
573
578
|
});
|
|
574
579
|
}
|
|
575
580
|
let w = ref("none"), T = ref("none"), E = ref([]), D = ref("none"), O = ref(!0), k = ref(!1), A = {
|
|
@@ -582,20 +587,20 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
582
587
|
if (typeof window < "u" && r.displaySidePanelWindowFn && typeof window[r.displaySidePanelWindowFn] == "function") return !!window[r.displaySidePanelWindowFn]();
|
|
583
588
|
let e = unref(r.displaySidePanel);
|
|
584
589
|
return typeof e == "function" ? e() : !!e;
|
|
585
|
-
}), M = computed(() => !!a.sidePanelContent && j.value), N = computed(() => !!a.header), oe = computed(() => E.value.filter((e) => e !== "auto")), P = computed(() => Math.max(0, v.value - y.value)), F = computed(() => g.value < Se(r.controlsOverlayOnly)), se = computed(() => g.value === 0 ? !1 : P.value / g.value > 1.1), ce = computed(() => T.value === "right" && D.value === "wide-right" ? r.sidePanelMaxRightWide : r.sidePanelMaxRight),
|
|
586
|
-
let e =
|
|
590
|
+
}), M = computed(() => !!a.sidePanelContent && j.value), N = computed(() => !!a.header), oe = computed(() => E.value.filter((e) => e !== "auto")), P = computed(() => Math.max(0, v.value - y.value)), F = computed(() => g.value < Se(r.controlsOverlayOnly)), se = computed(() => g.value === 0 ? !1 : P.value / g.value > 1.1), ce = computed(() => T.value === "right" && D.value === "wide-right" ? r.sidePanelMaxRightWide : r.sidePanelMaxRight), I = computed(() => Ce(r.mainContentAspectRatio, 16 / 9)), le = computed(() => b.value > 0 ? b.value : Math.max(1, g.value)), ue = computed(() => le.value / I.value + 20), de = computed(() => Math.max(1, g.value) / I.value), fe = computed(() => K(r.sidePanelMinBottom, g.value, v.value)), pe = computed(() => {
|
|
591
|
+
let e = de.value + fe.value;
|
|
587
592
|
return P.value >= e;
|
|
588
|
-
}),
|
|
593
|
+
}), me = computed(() => Math.max(0, P.value - ue.value)), he = computed(() => {
|
|
589
594
|
if (T.value !== "bottom") return r.sidePanelMinBottom;
|
|
590
|
-
let e = K(r.sidePanelMinBottom, g.value, v.value), t = Math.min(e,
|
|
595
|
+
let e = K(r.sidePanelMinBottom, g.value, v.value), t = Math.min(e, L.value);
|
|
591
596
|
return `${Math.max(0, Math.floor(t))}px`;
|
|
592
|
-
}),
|
|
597
|
+
}), L = computed(() => {
|
|
593
598
|
let e = K(T.value === "bottom" && D.value === "tall-bottom" ? r.sidePanelMaxBottomTall : r.sidePanelMaxBottom, g.value, v.value);
|
|
594
|
-
return Math.max(0, Math.min(e,
|
|
595
|
-
}),
|
|
599
|
+
return Math.max(0, Math.min(e, me.value));
|
|
600
|
+
}), R = computed(() => T.value === "bottom" ? `${Math.max(0, Math.floor(L.value))}px` : r.sidePanelMaxBottom), ge = computed(() => T.value === "right" || T.value === "bottom" ? {} : T.value === "full" && !F.value ? {
|
|
596
601
|
opacity: 0,
|
|
597
602
|
pointerEvents: "none"
|
|
598
|
-
} : {}),
|
|
603
|
+
} : {}), z = computed(() => !M.value || F.value || T.value === "none" || T.value === "minimized" || T.value === "right" || T.value === "bottom" ? null : {
|
|
599
604
|
position: "absolute",
|
|
600
605
|
top: 0,
|
|
601
606
|
right: 0,
|
|
@@ -603,16 +608,16 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
603
608
|
left: 0,
|
|
604
609
|
zIndex: 10,
|
|
605
610
|
pointerEvents: "none"
|
|
606
|
-
}),
|
|
611
|
+
}), B = computed(() => !M.value || T.value === "none" || T.value === "full" ? { gridTemplate: "1fr / 1fr" } : T.value === "right" ? {
|
|
607
612
|
gridTemplateRows: "1fr",
|
|
608
613
|
gridTemplateColumns: `minmax(0, 1fr) max(${r.sidePanelMinRight}, ${ce.value})`
|
|
609
614
|
} : T.value === "bottom" ? {
|
|
610
|
-
gridTemplateRows: `minmax(0, 1fr) ${
|
|
615
|
+
gridTemplateRows: `minmax(0, 1fr) ${R.value}`,
|
|
611
616
|
gridTemplateColumns: "1fr"
|
|
612
617
|
} : T.value === "minimized" ? {
|
|
613
618
|
gridTemplateRows: "1fr max-content",
|
|
614
619
|
gridTemplateColumns: "1fr"
|
|
615
|
-
} : { gridTemplate: "1fr / 1fr" }),
|
|
620
|
+
} : { gridTemplate: "1fr / 1fr" }), _e = computed(() => {
|
|
616
621
|
let e = {
|
|
617
622
|
minWidth: 0,
|
|
618
623
|
minHeight: 0,
|
|
@@ -638,7 +643,7 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
638
643
|
gridColumn: "1 / 2",
|
|
639
644
|
gridRow: "2 / 3"
|
|
640
645
|
};
|
|
641
|
-
}),
|
|
646
|
+
}), ve = computed(() => {
|
|
642
647
|
let e = {
|
|
643
648
|
position: "fixed",
|
|
644
649
|
top: 0,
|
|
@@ -655,11 +660,11 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
655
660
|
...e,
|
|
656
661
|
display: "block"
|
|
657
662
|
};
|
|
658
|
-
}),
|
|
663
|
+
}), ye = computed(() => N.value ? {
|
|
659
664
|
position: "relative",
|
|
660
665
|
zIndex: 0,
|
|
661
666
|
display: "grid",
|
|
662
|
-
...
|
|
667
|
+
...B.value,
|
|
663
668
|
gridRow: "2 / 3",
|
|
664
669
|
minWidth: 0,
|
|
665
670
|
minHeight: 0,
|
|
@@ -668,7 +673,7 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
668
673
|
position: "absolute",
|
|
669
674
|
zIndex: 0,
|
|
670
675
|
display: "grid",
|
|
671
|
-
...
|
|
676
|
+
...B.value,
|
|
672
677
|
minWidth: 0,
|
|
673
678
|
minHeight: 0,
|
|
674
679
|
overflow: "hidden",
|
|
@@ -676,7 +681,7 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
676
681
|
right: "0",
|
|
677
682
|
bottom: "0",
|
|
678
683
|
left: "0"
|
|
679
|
-
}),
|
|
684
|
+
}), be = computed(() => !F.value || O.value), V = null, H, U, W = null, xe = "", G = !1;
|
|
680
685
|
function Se(e) {
|
|
681
686
|
let t = A[e];
|
|
682
687
|
if (t !== void 0) return t;
|
|
@@ -715,7 +720,7 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
715
720
|
return Number.isFinite(i) ? i : 0;
|
|
716
721
|
}
|
|
717
722
|
function we() {
|
|
718
|
-
let e = Math.max(1, g.value), t = Math.max(1, P.value), n = e / t, i = e / t, a = Se(r.sidePanelBreakpoint), o =
|
|
723
|
+
let e = Math.max(1, g.value), t = Math.max(1, P.value), n = e / t, i = e / t, a = Se(r.sidePanelBreakpoint), o = pe.value;
|
|
719
724
|
return n < r.autoBottomAspectRatioBreakpoint && o ? (D.value = "tall-bottom", {
|
|
720
725
|
states: [
|
|
721
726
|
"auto",
|
|
@@ -776,7 +781,7 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
776
781
|
}
|
|
777
782
|
G = !1;
|
|
778
783
|
let n = JSON.stringify(t);
|
|
779
|
-
!e && n ===
|
|
784
|
+
!e && n === xe || (xe = n, i("sidePanelAvailableStates", t));
|
|
780
785
|
}
|
|
781
786
|
function J(e) {
|
|
782
787
|
let t = T.value;
|
|
@@ -790,11 +795,11 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
790
795
|
r !== "auto" && !E.value.includes(r) ? (w.value = "auto", i("update:sidePanelPosition", "auto")) : w.value = r, T.value = w.value === "auto" ? n.resolved : w.value, Te(t, T.value, e), q(k.value === !1);
|
|
791
796
|
}
|
|
792
797
|
function Y(e, t = !1) {
|
|
793
|
-
if (
|
|
798
|
+
if (H &&= (clearTimeout(H), void 0), t || !k.value) {
|
|
794
799
|
J(e);
|
|
795
800
|
return;
|
|
796
801
|
}
|
|
797
|
-
|
|
802
|
+
H = setTimeout(() => {
|
|
798
803
|
J(e);
|
|
799
804
|
}, r.layoutDebounceMs);
|
|
800
805
|
}
|
|
@@ -807,14 +812,14 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
807
812
|
!M.value || !F.value || Ee("minimized");
|
|
808
813
|
}
|
|
809
814
|
function X() {
|
|
810
|
-
|
|
815
|
+
U &&= (clearTimeout(U), void 0);
|
|
811
816
|
}
|
|
812
817
|
function Oe() {
|
|
813
818
|
if (X(), !F.value || se.value || T.value === "none") {
|
|
814
819
|
O.value = !0;
|
|
815
820
|
return;
|
|
816
821
|
}
|
|
817
|
-
|
|
822
|
+
U = setTimeout(() => {
|
|
818
823
|
O.value = !1;
|
|
819
824
|
}, r.autoHideTimeout);
|
|
820
825
|
}
|
|
@@ -833,7 +838,7 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
833
838
|
Z();
|
|
834
839
|
};
|
|
835
840
|
for (let n of e) p.value.addEventListener(n, t, { passive: !0 });
|
|
836
|
-
|
|
841
|
+
W = () => {
|
|
837
842
|
if (p.value) for (let n of e) p.value.removeEventListener(n, t);
|
|
838
843
|
};
|
|
839
844
|
}
|
|
@@ -843,7 +848,10 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
843
848
|
function $() {
|
|
844
849
|
try {
|
|
845
850
|
if (typeof window > "u") return;
|
|
846
|
-
g.value = window.innerWidth, v.value = window.innerHeight, y.value = m.value?.offsetHeight ?? 0, b.value = h.value?.offsetWidth ?? 0, x.value = h.value?.offsetHeight ?? 0,
|
|
851
|
+
g.value = window.innerWidth, v.value = window.innerHeight, y.value = m.value?.offsetHeight ?? 0, b.value = h.value?.offsetWidth ?? 0, x.value = h.value?.offsetHeight ?? 0, r.shouldConsoleDebug && console.debug("[LiveFrame] Refreshing frame", {
|
|
852
|
+
defaultWidth: b.value,
|
|
853
|
+
defaultHeight: x.value
|
|
854
|
+
}), S(), Y("manual-refresh", !0);
|
|
847
855
|
} catch (e) {
|
|
848
856
|
console.warn("[LiveFrame] Error during refresh cycle:", e);
|
|
849
857
|
}
|
|
@@ -894,16 +902,16 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
894
902
|
height: x.value
|
|
895
903
|
});
|
|
896
904
|
}), onMounted(async () => {
|
|
897
|
-
k.value = !0, Q(), window.addEventListener("resize", Q), ke(), Z(), await nextTick(),
|
|
905
|
+
k.value = !0, Q(), window.addEventListener("resize", Q), ke(), Z(), r.refreshOnWindowEvent && window.addEventListener(r.refreshOnWindowEvent, $), await nextTick(), V = new ResizeObserver(() => {
|
|
898
906
|
y.value = m.value?.offsetHeight ?? 0, b.value = h.value?.offsetWidth ?? 0, x.value = h.value?.offsetHeight ?? 0, S(), Y("slot-measure");
|
|
899
|
-
}), m.value &&
|
|
907
|
+
}), m.value && V.observe(m.value), h.value && (V.observe(h.value), b.value = h.value.offsetWidth, x.value = h.value.offsetHeight), y.value = m.value?.offsetHeight ?? 0, Y("mounted", !0);
|
|
900
908
|
}), onBeforeUnmount(() => {
|
|
901
|
-
window.removeEventListener("resize", Q),
|
|
909
|
+
window.removeEventListener("resize", Q), r.refreshOnWindowEvent && window.removeEventListener(r.refreshOnWindowEvent, $), W?.(), W = null, V?.disconnect(), V = null, X(), H &&= (clearTimeout(H), void 0);
|
|
902
910
|
}), (t, n) => (openBlock(), createElementBlock("section", {
|
|
903
911
|
ref_key: "rootRef",
|
|
904
912
|
ref: p,
|
|
905
913
|
class: "bg-black text-neutral-100",
|
|
906
|
-
style: normalizeStyle({ ...
|
|
914
|
+
style: normalizeStyle({ ...ve.value })
|
|
907
915
|
}, [N.value ? withDirectives((openBlock(), createElementBlock("header", {
|
|
908
916
|
key: 0,
|
|
909
917
|
ref_key: "headerRef",
|
|
@@ -918,9 +926,9 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
918
926
|
}, [(openBlock(), createBlock(resolveDynamicComponent("style"), null, {
|
|
919
927
|
default: withCtx(() => [createTextVNode(" #header-outer { display: none; } @media (min-width: " + toDisplayString(r.headerHideWidthThreshold) + ") and (min-height: " + toDisplayString(r.headerHideHeightThreshold) + ") { #header-outer { display: block; } } ", 1)]),
|
|
920
928
|
_: 1
|
|
921
|
-
})), createElementVNode("div", _hoisted_1$1, [renderSlot(t.$slots, "header")])], 512)), [[vShow,
|
|
929
|
+
})), createElementVNode("div", _hoisted_1$1, [renderSlot(t.$slots, "header")])], 512)), [[vShow, be.value]]) : createCommentVNode("", !0), createElementVNode("article", {
|
|
922
930
|
class: "",
|
|
923
|
-
style: normalizeStyle({ ...
|
|
931
|
+
style: normalizeStyle({ ...ye.value })
|
|
924
932
|
}, [
|
|
925
933
|
createElementVNode("main", {
|
|
926
934
|
ref_key: "defaultRef",
|
|
@@ -938,14 +946,14 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
938
946
|
gridColumn: "1 / 2",
|
|
939
947
|
gridRow: "1 / 2",
|
|
940
948
|
zIndex: 0,
|
|
941
|
-
...
|
|
949
|
+
...ge.value
|
|
942
950
|
})
|
|
943
951
|
}, [renderSlot(t.$slots, "default")], 4),
|
|
944
|
-
|
|
952
|
+
z.value ? (openBlock(), createElementBlock("div", {
|
|
945
953
|
key: 0,
|
|
946
954
|
class: "bg-black",
|
|
947
955
|
style: normalizeStyle({
|
|
948
|
-
...
|
|
956
|
+
...z.value,
|
|
949
957
|
gridColumn: "1 / 2",
|
|
950
958
|
gridRow: "1 / 2"
|
|
951
959
|
})
|
|
@@ -953,7 +961,7 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
953
961
|
M.value && T.value !== "none" ? (openBlock(), createElementBlock("div", {
|
|
954
962
|
key: 1,
|
|
955
963
|
class: "",
|
|
956
|
-
style: normalizeStyle(
|
|
964
|
+
style: normalizeStyle(_e.value)
|
|
957
965
|
}, [createVNode(SidePanelFrame_default, {
|
|
958
966
|
"side-panel-mode": w.value,
|
|
959
967
|
"side-panel-mode-resolved": T.value,
|
|
@@ -962,8 +970,8 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
962
970
|
"hide-icons": e.hideSidePanelIcons,
|
|
963
971
|
"min-width": e.sidePanelMinRight,
|
|
964
972
|
"max-width": ce.value,
|
|
965
|
-
"min-height":
|
|
966
|
-
"max-height":
|
|
973
|
+
"min-height": he.value,
|
|
974
|
+
"max-height": R.value,
|
|
967
975
|
onSetSidePanelMode: Ee,
|
|
968
976
|
onCloseSidePanel: De
|
|
969
977
|
}, {
|
|
@@ -982,7 +990,7 @@ var _hoisted_1$5 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
982
990
|
])], 4)) : createCommentVNode("", !0)
|
|
983
991
|
], 4)], 4));
|
|
984
992
|
}
|
|
985
|
-
}), [["__scopeId", "data-v-
|
|
993
|
+
}), [["__scopeId", "data-v-00ff8648"]]), LoggedInOut_default = /* @__PURE__ */ defineComponent({
|
|
986
994
|
__name: "LoggedInOut",
|
|
987
995
|
props: {
|
|
988
996
|
initiallyLoggedIn: { type: Boolean },
|
|
@@ -23,6 +23,8 @@ type __VLS_Props = {
|
|
|
23
23
|
enforceSlotSizingQuerySelector?: string;
|
|
24
24
|
autoRefresh?: boolean;
|
|
25
25
|
autoRefreshInterval?: number;
|
|
26
|
+
refreshOnWindowEvent?: string;
|
|
27
|
+
shouldConsoleDebug?: boolean;
|
|
26
28
|
};
|
|
27
29
|
declare function refresh(): void;
|
|
28
30
|
declare function __VLS_template(): {
|
|
@@ -79,6 +81,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
79
81
|
hideSidePanelIcons: boolean;
|
|
80
82
|
autoRefresh: boolean;
|
|
81
83
|
autoRefreshInterval: number;
|
|
84
|
+
shouldConsoleDebug: boolean;
|
|
82
85
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
83
86
|
rootRef: HTMLElement;
|
|
84
87
|
headerRef: HTMLElement;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LiveFrame.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/live/LiveFrame/LiveFrame.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"LiveFrame.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/live/LiveFrame/LiveFrame.vue"],"names":[],"mappings":"AA26BA,OAAO,EAAmG,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AAI/H,OAAO,KAAK,EACV,+BAA+B,EAG/B,uBAAuB,EACvB,0BAA0B,EAC3B,MAAM,UAAU,CAAA;AAEjB,KAAK,WAAW,GAAG;IACf,iBAAiB,CAAC,EAAE,uBAAuB,CAAA;IAC3C,sBAAsB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxC,+BAA+B,CAAC,EAAE,MAAM,CAAA;IACxC,8BAA8B,CAAC,EAAE,MAAM,CAAA;IACvC,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAA;IACzB,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,iBAAiB,CAAC,EAAE,MAAM,CAAA;IAC1B,qBAAqB,CAAC,EAAE,MAAM,CAAA;IAC9B,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAA;IAC3B,sBAAsB,CAAC,EAAE,MAAM,CAAA;IAC/B,wBAAwB,CAAC,EAAE,MAAM,CAAA;IACjC,yBAAyB,CAAC,EAAE,MAAM,CAAA;IAClC,gBAAgB,CAAC,EAAE,OAAO,GAAG,CAAC,MAAM,OAAO,CAAC,GAAG,GAAG,CAAC,OAAO,CAAC,CAAA;IAC3D,wBAAwB,CAAC,EAAE,MAAM,CAAA;IACjC,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,8BAA8B,CAAC,EAAE,MAAM,CAAA;IACvC,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,oBAAoB,CAAC,EAAE,MAAM,CAAA;IAC7B,kBAAkB,CAAC,EAAE,OAAO,CAAA;CAC7B,CAAC;AAqnBJ,iBAAS,OAAO,SAiBf;AAyKD,iBAAS,cAAc;WAsJT,OAAO,IAA6B;;wBAftB,GAAG;yBACF,GAAG;kCACO,GAAG;;;;;;;;EAkBzC;AA+BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;eA18BmB,MAAM;gBAAU,MAAM;;;;;;;eAAtB,MAAM;gBAAU,MAAM;;;uBAxDtC,uBAAuB;4BAClB,MAAM,GAAG,MAAM;qCACN,MAAM;oCACP,MAAM;yBACjB,MAAM;yBACN,MAAM;qBACV,MAAM;sBACL,MAAM;uBACL,MAAM;uBACN,MAAM;2BACF,MAAM;wBACT,MAAM;wBACN,MAAM;4BACF,MAAM;8BACJ,MAAM;+BACL,MAAM;sBACf,OAAO,GAAG,CAAC,MAAM,OAAO,CAAC,GAAG,GAAG,CAAC,OAAO,CAAC;wBAEtC,OAAO;iBAEd,OAAO;yBACC,MAAM;wBAEP,OAAO;;;;;eAs/B9B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -83,6 +83,8 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
83
83
|
readonly enforceSlotSizingQuerySelector?: string | undefined;
|
|
84
84
|
readonly autoRefresh?: boolean | undefined;
|
|
85
85
|
readonly autoRefreshInterval?: number | undefined;
|
|
86
|
+
readonly refreshOnWindowEvent?: string | undefined;
|
|
87
|
+
readonly shouldConsoleDebug?: boolean | undefined;
|
|
86
88
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
87
89
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
88
90
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -116,6 +118,8 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
116
118
|
readonly enforceSlotSizingQuerySelector?: string | undefined;
|
|
117
119
|
readonly autoRefresh?: boolean | undefined;
|
|
118
120
|
readonly autoRefreshInterval?: number | undefined;
|
|
121
|
+
readonly refreshOnWindowEvent?: string | undefined;
|
|
122
|
+
readonly shouldConsoleDebug?: boolean | undefined;
|
|
119
123
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
120
124
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
121
125
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -168,6 +172,8 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
168
172
|
enforceSlotSizingQuerySelector?: string;
|
|
169
173
|
autoRefresh?: boolean;
|
|
170
174
|
autoRefreshInterval?: number;
|
|
175
|
+
refreshOnWindowEvent?: string;
|
|
176
|
+
shouldConsoleDebug?: boolean;
|
|
171
177
|
}> & Readonly<{
|
|
172
178
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
173
179
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -207,6 +213,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
207
213
|
hideSidePanelIcons: boolean;
|
|
208
214
|
autoRefresh: boolean;
|
|
209
215
|
autoRefreshInterval: number;
|
|
216
|
+
shouldConsoleDebug: boolean;
|
|
210
217
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
211
218
|
beforeCreate?: (() => void) | (() => void)[];
|
|
212
219
|
created?: (() => void) | (() => void)[];
|
|
@@ -248,6 +255,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
248
255
|
hideSidePanelIcons: boolean;
|
|
249
256
|
autoRefresh: boolean;
|
|
250
257
|
autoRefreshInterval: number;
|
|
258
|
+
shouldConsoleDebug: boolean;
|
|
251
259
|
}> & Omit<Readonly<{
|
|
252
260
|
sidePanelPosition?: import('..').SidePanelModeSelectable;
|
|
253
261
|
mainContentAspectRatio?: string | number;
|
|
@@ -271,6 +279,8 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
271
279
|
enforceSlotSizingQuerySelector?: string;
|
|
272
280
|
autoRefresh?: boolean;
|
|
273
281
|
autoRefreshInterval?: number;
|
|
282
|
+
refreshOnWindowEvent?: string;
|
|
283
|
+
shouldConsoleDebug?: boolean;
|
|
274
284
|
}> & Readonly<{
|
|
275
285
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
276
286
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -279,7 +289,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
279
289
|
width: number;
|
|
280
290
|
height: number;
|
|
281
291
|
}) => any) | undefined;
|
|
282
|
-
}>, "refresh" | ("sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "displaySidePanel" | "hideSidePanelIcons" | "autoRefresh" | "autoRefreshInterval")> & import('vue').ShallowUnwrapRef<{
|
|
292
|
+
}>, "refresh" | ("sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "displaySidePanel" | "hideSidePanelIcons" | "autoRefresh" | "autoRefreshInterval" | "shouldConsoleDebug")> & import('vue').ShallowUnwrapRef<{
|
|
283
293
|
refresh: () => void;
|
|
284
294
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
285
295
|
$slots: {
|
|
@@ -310,6 +320,8 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
310
320
|
readonly enforceSlotSizingQuerySelector?: string | undefined;
|
|
311
321
|
readonly autoRefresh?: boolean | undefined;
|
|
312
322
|
readonly autoRefreshInterval?: number | undefined;
|
|
323
|
+
readonly refreshOnWindowEvent?: string | undefined;
|
|
324
|
+
readonly shouldConsoleDebug?: boolean | undefined;
|
|
313
325
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
314
326
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
315
327
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -343,6 +355,8 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
343
355
|
readonly enforceSlotSizingQuerySelector?: string | undefined;
|
|
344
356
|
readonly autoRefresh?: boolean | undefined;
|
|
345
357
|
readonly autoRefreshInterval?: number | undefined;
|
|
358
|
+
readonly refreshOnWindowEvent?: string | undefined;
|
|
359
|
+
readonly shouldConsoleDebug?: boolean | undefined;
|
|
346
360
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
347
361
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
348
362
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -395,6 +409,8 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
395
409
|
enforceSlotSizingQuerySelector?: string;
|
|
396
410
|
autoRefresh?: boolean;
|
|
397
411
|
autoRefreshInterval?: number;
|
|
412
|
+
refreshOnWindowEvent?: string;
|
|
413
|
+
shouldConsoleDebug?: boolean;
|
|
398
414
|
}> & Readonly<{
|
|
399
415
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
400
416
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -434,6 +450,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
434
450
|
hideSidePanelIcons: boolean;
|
|
435
451
|
autoRefresh: boolean;
|
|
436
452
|
autoRefreshInterval: number;
|
|
453
|
+
shouldConsoleDebug: boolean;
|
|
437
454
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
438
455
|
beforeCreate?: (() => void) | (() => void)[];
|
|
439
456
|
created?: (() => void) | (() => void)[];
|
|
@@ -475,6 +492,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
475
492
|
hideSidePanelIcons: boolean;
|
|
476
493
|
autoRefresh: boolean;
|
|
477
494
|
autoRefreshInterval: number;
|
|
495
|
+
shouldConsoleDebug: boolean;
|
|
478
496
|
}> & Omit<Readonly<{
|
|
479
497
|
sidePanelPosition?: import('..').SidePanelModeSelectable;
|
|
480
498
|
mainContentAspectRatio?: string | number;
|
|
@@ -498,6 +516,8 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
498
516
|
enforceSlotSizingQuerySelector?: string;
|
|
499
517
|
autoRefresh?: boolean;
|
|
500
518
|
autoRefreshInterval?: number;
|
|
519
|
+
refreshOnWindowEvent?: string;
|
|
520
|
+
shouldConsoleDebug?: boolean;
|
|
501
521
|
}> & Readonly<{
|
|
502
522
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
503
523
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -506,7 +526,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
506
526
|
width: number;
|
|
507
527
|
height: number;
|
|
508
528
|
}) => any) | undefined;
|
|
509
|
-
}>, "refresh" | ("sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "displaySidePanel" | "hideSidePanelIcons" | "autoRefresh" | "autoRefreshInterval")> & import('vue').ShallowUnwrapRef<{
|
|
529
|
+
}>, "refresh" | ("sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "displaySidePanel" | "hideSidePanelIcons" | "autoRefresh" | "autoRefreshInterval" | "shouldConsoleDebug")> & import('vue').ShallowUnwrapRef<{
|
|
510
530
|
refresh: () => void;
|
|
511
531
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
512
532
|
$slots: {
|
|
@@ -537,6 +557,8 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
537
557
|
readonly enforceSlotSizingQuerySelector?: string | undefined;
|
|
538
558
|
readonly autoRefresh?: boolean | undefined;
|
|
539
559
|
readonly autoRefreshInterval?: number | undefined;
|
|
560
|
+
readonly refreshOnWindowEvent?: string | undefined;
|
|
561
|
+
readonly shouldConsoleDebug?: boolean | undefined;
|
|
540
562
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
541
563
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
542
564
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -567,6 +589,8 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
567
589
|
enforceSlotSizingQuerySelector?: string;
|
|
568
590
|
autoRefresh?: boolean;
|
|
569
591
|
autoRefreshInterval?: number;
|
|
592
|
+
refreshOnWindowEvent?: string;
|
|
593
|
+
shouldConsoleDebug?: boolean;
|
|
570
594
|
} | "onUpdate:sidePanelPosition" | "onSidePanelTransition" | "onSidePanelAvailableStates" | "onDefaultSlotResize">>>;
|
|
571
595
|
export declare function mountLiveFrame(): VueWrapper<{
|
|
572
596
|
readonly sidePanelPosition?: import('..').SidePanelModeSelectable | undefined;
|
|
@@ -591,6 +615,8 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
591
615
|
readonly enforceSlotSizingQuerySelector?: string | undefined;
|
|
592
616
|
readonly autoRefresh?: boolean | undefined;
|
|
593
617
|
readonly autoRefreshInterval?: number | undefined;
|
|
618
|
+
readonly refreshOnWindowEvent?: string | undefined;
|
|
619
|
+
readonly shouldConsoleDebug?: boolean | undefined;
|
|
594
620
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
595
621
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
596
622
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -624,6 +650,8 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
624
650
|
readonly enforceSlotSizingQuerySelector?: string | undefined;
|
|
625
651
|
readonly autoRefresh?: boolean | undefined;
|
|
626
652
|
readonly autoRefreshInterval?: number | undefined;
|
|
653
|
+
readonly refreshOnWindowEvent?: string | undefined;
|
|
654
|
+
readonly shouldConsoleDebug?: boolean | undefined;
|
|
627
655
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
628
656
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
629
657
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -676,6 +704,8 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
676
704
|
enforceSlotSizingQuerySelector?: string;
|
|
677
705
|
autoRefresh?: boolean;
|
|
678
706
|
autoRefreshInterval?: number;
|
|
707
|
+
refreshOnWindowEvent?: string;
|
|
708
|
+
shouldConsoleDebug?: boolean;
|
|
679
709
|
}> & Readonly<{
|
|
680
710
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
681
711
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -715,6 +745,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
715
745
|
hideSidePanelIcons: boolean;
|
|
716
746
|
autoRefresh: boolean;
|
|
717
747
|
autoRefreshInterval: number;
|
|
748
|
+
shouldConsoleDebug: boolean;
|
|
718
749
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
719
750
|
beforeCreate?: (() => void) | (() => void)[];
|
|
720
751
|
created?: (() => void) | (() => void)[];
|
|
@@ -756,6 +787,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
756
787
|
hideSidePanelIcons: boolean;
|
|
757
788
|
autoRefresh: boolean;
|
|
758
789
|
autoRefreshInterval: number;
|
|
790
|
+
shouldConsoleDebug: boolean;
|
|
759
791
|
}> & Omit<Readonly<{
|
|
760
792
|
sidePanelPosition?: import('..').SidePanelModeSelectable;
|
|
761
793
|
mainContentAspectRatio?: string | number;
|
|
@@ -779,6 +811,8 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
779
811
|
enforceSlotSizingQuerySelector?: string;
|
|
780
812
|
autoRefresh?: boolean;
|
|
781
813
|
autoRefreshInterval?: number;
|
|
814
|
+
refreshOnWindowEvent?: string;
|
|
815
|
+
shouldConsoleDebug?: boolean;
|
|
782
816
|
}> & Readonly<{
|
|
783
817
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
784
818
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -787,7 +821,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
787
821
|
width: number;
|
|
788
822
|
height: number;
|
|
789
823
|
}) => any) | undefined;
|
|
790
|
-
}>, "refresh" | ("sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "displaySidePanel" | "hideSidePanelIcons" | "autoRefresh" | "autoRefreshInterval")> & import('vue').ShallowUnwrapRef<{
|
|
824
|
+
}>, "refresh" | ("sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "displaySidePanel" | "hideSidePanelIcons" | "autoRefresh" | "autoRefreshInterval" | "shouldConsoleDebug")> & import('vue').ShallowUnwrapRef<{
|
|
791
825
|
refresh: () => void;
|
|
792
826
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
793
827
|
$slots: {
|
|
@@ -818,6 +852,8 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
818
852
|
readonly enforceSlotSizingQuerySelector?: string | undefined;
|
|
819
853
|
readonly autoRefresh?: boolean | undefined;
|
|
820
854
|
readonly autoRefreshInterval?: number | undefined;
|
|
855
|
+
readonly refreshOnWindowEvent?: string | undefined;
|
|
856
|
+
readonly shouldConsoleDebug?: boolean | undefined;
|
|
821
857
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
822
858
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
823
859
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -851,6 +887,8 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
851
887
|
readonly enforceSlotSizingQuerySelector?: string | undefined;
|
|
852
888
|
readonly autoRefresh?: boolean | undefined;
|
|
853
889
|
readonly autoRefreshInterval?: number | undefined;
|
|
890
|
+
readonly refreshOnWindowEvent?: string | undefined;
|
|
891
|
+
readonly shouldConsoleDebug?: boolean | undefined;
|
|
854
892
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
855
893
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
856
894
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -903,6 +941,8 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
903
941
|
enforceSlotSizingQuerySelector?: string;
|
|
904
942
|
autoRefresh?: boolean;
|
|
905
943
|
autoRefreshInterval?: number;
|
|
944
|
+
refreshOnWindowEvent?: string;
|
|
945
|
+
shouldConsoleDebug?: boolean;
|
|
906
946
|
}> & Readonly<{
|
|
907
947
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
908
948
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -942,6 +982,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
942
982
|
hideSidePanelIcons: boolean;
|
|
943
983
|
autoRefresh: boolean;
|
|
944
984
|
autoRefreshInterval: number;
|
|
985
|
+
shouldConsoleDebug: boolean;
|
|
945
986
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
946
987
|
beforeCreate?: (() => void) | (() => void)[];
|
|
947
988
|
created?: (() => void) | (() => void)[];
|
|
@@ -983,6 +1024,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
983
1024
|
hideSidePanelIcons: boolean;
|
|
984
1025
|
autoRefresh: boolean;
|
|
985
1026
|
autoRefreshInterval: number;
|
|
1027
|
+
shouldConsoleDebug: boolean;
|
|
986
1028
|
}> & Omit<Readonly<{
|
|
987
1029
|
sidePanelPosition?: import('..').SidePanelModeSelectable;
|
|
988
1030
|
mainContentAspectRatio?: string | number;
|
|
@@ -1006,6 +1048,8 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
1006
1048
|
enforceSlotSizingQuerySelector?: string;
|
|
1007
1049
|
autoRefresh?: boolean;
|
|
1008
1050
|
autoRefreshInterval?: number;
|
|
1051
|
+
refreshOnWindowEvent?: string;
|
|
1052
|
+
shouldConsoleDebug?: boolean;
|
|
1009
1053
|
}> & Readonly<{
|
|
1010
1054
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1011
1055
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -1014,7 +1058,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
1014
1058
|
width: number;
|
|
1015
1059
|
height: number;
|
|
1016
1060
|
}) => any) | undefined;
|
|
1017
|
-
}>, "refresh" | ("sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "displaySidePanel" | "hideSidePanelIcons" | "autoRefresh" | "autoRefreshInterval")> & import('vue').ShallowUnwrapRef<{
|
|
1061
|
+
}>, "refresh" | ("sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "displaySidePanel" | "hideSidePanelIcons" | "autoRefresh" | "autoRefreshInterval" | "shouldConsoleDebug")> & import('vue').ShallowUnwrapRef<{
|
|
1018
1062
|
refresh: () => void;
|
|
1019
1063
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1020
1064
|
$slots: {
|
|
@@ -1045,6 +1089,8 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
1045
1089
|
readonly enforceSlotSizingQuerySelector?: string | undefined;
|
|
1046
1090
|
readonly autoRefresh?: boolean | undefined;
|
|
1047
1091
|
readonly autoRefreshInterval?: number | undefined;
|
|
1092
|
+
readonly refreshOnWindowEvent?: string | undefined;
|
|
1093
|
+
readonly shouldConsoleDebug?: boolean | undefined;
|
|
1048
1094
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1049
1095
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
1050
1096
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -1075,6 +1121,8 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
1075
1121
|
enforceSlotSizingQuerySelector?: string;
|
|
1076
1122
|
autoRefresh?: boolean;
|
|
1077
1123
|
autoRefreshInterval?: number;
|
|
1124
|
+
refreshOnWindowEvent?: string;
|
|
1125
|
+
shouldConsoleDebug?: boolean;
|
|
1078
1126
|
} | "onUpdate:sidePanelPosition" | "onSidePanelTransition" | "onSidePanelAvailableStates" | "onDefaultSlotResize">>>;
|
|
1079
1127
|
export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
1080
1128
|
readonly sidePanelPosition?: import('..').SidePanelModeSelectable | undefined;
|
|
@@ -1099,6 +1147,8 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1099
1147
|
readonly enforceSlotSizingQuerySelector?: string | undefined;
|
|
1100
1148
|
readonly autoRefresh?: boolean | undefined;
|
|
1101
1149
|
readonly autoRefreshInterval?: number | undefined;
|
|
1150
|
+
readonly refreshOnWindowEvent?: string | undefined;
|
|
1151
|
+
readonly shouldConsoleDebug?: boolean | undefined;
|
|
1102
1152
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1103
1153
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
1104
1154
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -1132,6 +1182,8 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1132
1182
|
readonly enforceSlotSizingQuerySelector?: string | undefined;
|
|
1133
1183
|
readonly autoRefresh?: boolean | undefined;
|
|
1134
1184
|
readonly autoRefreshInterval?: number | undefined;
|
|
1185
|
+
readonly refreshOnWindowEvent?: string | undefined;
|
|
1186
|
+
readonly shouldConsoleDebug?: boolean | undefined;
|
|
1135
1187
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1136
1188
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
1137
1189
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -1184,6 +1236,8 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1184
1236
|
enforceSlotSizingQuerySelector?: string;
|
|
1185
1237
|
autoRefresh?: boolean;
|
|
1186
1238
|
autoRefreshInterval?: number;
|
|
1239
|
+
refreshOnWindowEvent?: string;
|
|
1240
|
+
shouldConsoleDebug?: boolean;
|
|
1187
1241
|
}> & Readonly<{
|
|
1188
1242
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1189
1243
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -1223,6 +1277,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1223
1277
|
hideSidePanelIcons: boolean;
|
|
1224
1278
|
autoRefresh: boolean;
|
|
1225
1279
|
autoRefreshInterval: number;
|
|
1280
|
+
shouldConsoleDebug: boolean;
|
|
1226
1281
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1227
1282
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1228
1283
|
created?: (() => void) | (() => void)[];
|
|
@@ -1264,6 +1319,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1264
1319
|
hideSidePanelIcons: boolean;
|
|
1265
1320
|
autoRefresh: boolean;
|
|
1266
1321
|
autoRefreshInterval: number;
|
|
1322
|
+
shouldConsoleDebug: boolean;
|
|
1267
1323
|
}> & Omit<Readonly<{
|
|
1268
1324
|
sidePanelPosition?: import('..').SidePanelModeSelectable;
|
|
1269
1325
|
mainContentAspectRatio?: string | number;
|
|
@@ -1287,6 +1343,8 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1287
1343
|
enforceSlotSizingQuerySelector?: string;
|
|
1288
1344
|
autoRefresh?: boolean;
|
|
1289
1345
|
autoRefreshInterval?: number;
|
|
1346
|
+
refreshOnWindowEvent?: string;
|
|
1347
|
+
shouldConsoleDebug?: boolean;
|
|
1290
1348
|
}> & Readonly<{
|
|
1291
1349
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1292
1350
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -1295,7 +1353,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1295
1353
|
width: number;
|
|
1296
1354
|
height: number;
|
|
1297
1355
|
}) => any) | undefined;
|
|
1298
|
-
}>, "refresh" | ("sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "displaySidePanel" | "hideSidePanelIcons" | "autoRefresh" | "autoRefreshInterval")> & import('vue').ShallowUnwrapRef<{
|
|
1356
|
+
}>, "refresh" | ("sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "displaySidePanel" | "hideSidePanelIcons" | "autoRefresh" | "autoRefreshInterval" | "shouldConsoleDebug")> & import('vue').ShallowUnwrapRef<{
|
|
1299
1357
|
refresh: () => void;
|
|
1300
1358
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1301
1359
|
$slots: {
|
|
@@ -1326,6 +1384,8 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1326
1384
|
readonly enforceSlotSizingQuerySelector?: string | undefined;
|
|
1327
1385
|
readonly autoRefresh?: boolean | undefined;
|
|
1328
1386
|
readonly autoRefreshInterval?: number | undefined;
|
|
1387
|
+
readonly refreshOnWindowEvent?: string | undefined;
|
|
1388
|
+
readonly shouldConsoleDebug?: boolean | undefined;
|
|
1329
1389
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1330
1390
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
1331
1391
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -1359,6 +1419,8 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1359
1419
|
readonly enforceSlotSizingQuerySelector?: string | undefined;
|
|
1360
1420
|
readonly autoRefresh?: boolean | undefined;
|
|
1361
1421
|
readonly autoRefreshInterval?: number | undefined;
|
|
1422
|
+
readonly refreshOnWindowEvent?: string | undefined;
|
|
1423
|
+
readonly shouldConsoleDebug?: boolean | undefined;
|
|
1362
1424
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1363
1425
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
1364
1426
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -1411,6 +1473,8 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1411
1473
|
enforceSlotSizingQuerySelector?: string;
|
|
1412
1474
|
autoRefresh?: boolean;
|
|
1413
1475
|
autoRefreshInterval?: number;
|
|
1476
|
+
refreshOnWindowEvent?: string;
|
|
1477
|
+
shouldConsoleDebug?: boolean;
|
|
1414
1478
|
}> & Readonly<{
|
|
1415
1479
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1416
1480
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -1450,6 +1514,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1450
1514
|
hideSidePanelIcons: boolean;
|
|
1451
1515
|
autoRefresh: boolean;
|
|
1452
1516
|
autoRefreshInterval: number;
|
|
1517
|
+
shouldConsoleDebug: boolean;
|
|
1453
1518
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1454
1519
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1455
1520
|
created?: (() => void) | (() => void)[];
|
|
@@ -1491,6 +1556,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1491
1556
|
hideSidePanelIcons: boolean;
|
|
1492
1557
|
autoRefresh: boolean;
|
|
1493
1558
|
autoRefreshInterval: number;
|
|
1559
|
+
shouldConsoleDebug: boolean;
|
|
1494
1560
|
}> & Omit<Readonly<{
|
|
1495
1561
|
sidePanelPosition?: import('..').SidePanelModeSelectable;
|
|
1496
1562
|
mainContentAspectRatio?: string | number;
|
|
@@ -1514,6 +1580,8 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1514
1580
|
enforceSlotSizingQuerySelector?: string;
|
|
1515
1581
|
autoRefresh?: boolean;
|
|
1516
1582
|
autoRefreshInterval?: number;
|
|
1583
|
+
refreshOnWindowEvent?: string;
|
|
1584
|
+
shouldConsoleDebug?: boolean;
|
|
1517
1585
|
}> & Readonly<{
|
|
1518
1586
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1519
1587
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -1522,7 +1590,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1522
1590
|
width: number;
|
|
1523
1591
|
height: number;
|
|
1524
1592
|
}) => any) | undefined;
|
|
1525
|
-
}>, "refresh" | ("sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "displaySidePanel" | "hideSidePanelIcons" | "autoRefresh" | "autoRefreshInterval")> & import('vue').ShallowUnwrapRef<{
|
|
1593
|
+
}>, "refresh" | ("sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "displaySidePanel" | "hideSidePanelIcons" | "autoRefresh" | "autoRefreshInterval" | "shouldConsoleDebug")> & import('vue').ShallowUnwrapRef<{
|
|
1526
1594
|
refresh: () => void;
|
|
1527
1595
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1528
1596
|
$slots: {
|
|
@@ -1553,6 +1621,8 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1553
1621
|
readonly enforceSlotSizingQuerySelector?: string | undefined;
|
|
1554
1622
|
readonly autoRefresh?: boolean | undefined;
|
|
1555
1623
|
readonly autoRefreshInterval?: number | undefined;
|
|
1624
|
+
readonly refreshOnWindowEvent?: string | undefined;
|
|
1625
|
+
readonly shouldConsoleDebug?: boolean | undefined;
|
|
1556
1626
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1557
1627
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
1558
1628
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -1583,6 +1653,8 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1583
1653
|
enforceSlotSizingQuerySelector?: string;
|
|
1584
1654
|
autoRefresh?: boolean;
|
|
1585
1655
|
autoRefreshInterval?: number;
|
|
1656
|
+
refreshOnWindowEvent?: string;
|
|
1657
|
+
shouldConsoleDebug?: boolean;
|
|
1586
1658
|
} | "onUpdate:sidePanelPosition" | "onSidePanelTransition" | "onSidePanelAvailableStates" | "onDefaultSlotResize">>>;
|
|
1587
1659
|
export declare function setSizeClickButtonExpectToSeeButtons(describeLabel: string, size: LiveBrowserSize, controlButtonType: string, expectedButtons: string[]): MountAndRunScenariosConfig<VueWrapper>;
|
|
1588
1660
|
/** Label of the frame header expand (auto) button when minimized (SidePanelHeader default title). */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.test.d.ts","sourceRoot":"","sources":["../../../../src/components/live/LiveFrame/helpers.test.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"helpers.test.d.ts","sourceRoot":"","sources":["../../../../src/components/live/LiveFrame/helpers.test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAA;AAC9B,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAIxD,OAAO,EAEL,KAAK,eAAe,EAEpB,KAAK,uBAAuB,EAC5B,KAAK,0BAA0B,EAChC,MAAM,uCAAuC,CAAA;AAE9C,qBAAa,kBAAkB;IAC7B,MAAM,CAAC,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,GAAG,EAAE,KAAK,IAAI,CAAC,GAAG,IAAI,CAAO;gBAC7C,EAAE,EAAE,CAAC,OAAO,EAAE,GAAG,EAAE,KAAK,IAAI;IAGxC,OAAO;IACP,UAAU;IAGV,SAAS;CACV;AAED,KAAK,UAAU,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAA;AAErD,KAAK,cAAc,GAAG,IAAI,GAAG,KAAK,GAAG,IAAI,GAAG,KAAK,GAAG,IAAI,CAAA;AACxD,KAAK,wBAAwB,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,GAAG,WAAW,CAAA;AACzE,KAAK,wBAAwB,GACzB,yBAAyB,GACzB,uBAAuB,GACvB,oDAAoD,GACpD,iDAAiD,GACjD,4DAA4D,CAAA;AAEhE,UAAU,oBAAoB;IAC5B,OAAO,EAAE,UAAU,CAAA;IACnB,WAAW,EAAE,WAAW,CAAA;IACxB,cAAc,EAAE,WAAW,CAAA;IAC3B,wFAAwF;IACxF,gBAAgB,EAAE,WAAW,GAAG,IAAI,CAAA;IACpC,cAAc,EAAE,WAAW,CAAA;IAC3B,eAAe,EAAE,WAAW,CAAA;CAC7B;AAED,MAAM,WAAW,4BAA4B;IAC3C,eAAe,EAAE,MAAM,EAAE,CAAA;IACzB,aAAa,EAAE,MAAM,CAAA;IACrB,qBAAqB,EAAE,MAAM,CAAA;IAC7B,WAAW,EAAE,OAAO,CAAA;CACrB;AAED,MAAM,WAAW,sBAAsB;IACrC,aAAa,EAAE,MAAM,CAAA;IACrB,MAAM,EAAE,wBAAwB,CAAA;IAChC,IAAI,EAAE,eAAe,CAAA;IACrB,iBAAiB,EAAE,OAAO,CAAA;IAC1B,wBAAwB,EAAE,wBAAwB,CAAA;CACnD;AAED,MAAM,WAAW,sBAAsB;IACrC,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,CAAC,GAAG,EAAE,oBAAoB,KAAK,IAAI,CAAA;CACzC;AAmND,wBAAgB,8CAA8C,CAC5D,WAAW,EAAE,UAAU,EACvB,aAAa,EAAE,UAAU,EACzB,UAAU,EAAE,cAAc,EAC1B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,GACjD,sBAAsB,CA6BxB;AAED,wBAAgB,6CAA6C,CAC3D,WAAW,EAAE,UAAU,EACvB,aAAa,EAAE,UAAU,EACzB,UAAU,EAAE,cAAc,EAC1B,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE;IAAE,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,GACjD,sBAAsB,CA4BxB;AAED,wBAAgB,kCAAkC,CAChD,OAAO,EAAE,UAAU,EACnB,UAAU,EAAE,sBAAsB,EAAE,EACpC,OAAO,CAAC,EAAE;IAAE,uBAAuB,CAAC,EAAE,OAAO,CAAA;CAAE,QAiChD;AAED,wBAAgB,4BAA4B,CAAC,OAAO,EAAE,UAAU,GAAG,4BAA4B,CAS9F;AAED,uKAAuK;AACvK,wBAAsB,qBAAqB,CACzC,OAAO,EAAE,UAAU,EACnB,QAAQ,SAAK,GACZ,OAAO,CAAC,IAAI,CAAC,CAWf;AAED,6HAA6H;AAC7H,wBAAgB,4CAA4C,IAAI,uBAAuB,CAAC,UAAU,CAAC,CAclG;AAED,wBAAgB,0CAA0C,IAAI,sBAAsB,EAAE,CAyHrF;AAYD,wBAAgB,wCAAwC,CACtD,UAAU,EAAE,sBAAsB,EAAE,EACpC,OAAO,CAAC,EAAE;IAAE,uBAAuB,CAAC,EAAE,OAAO,CAAA;CAAE,GAC9C,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,CAAC,CAgB5C;AAED,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,uEAIlE;AAED,wBAAgB,wBAAwB,CAAC,OAAO,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,EAAE,QAS7E;AAED,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAmKrE,GAAG,8CACZ,GAAG,yBAAyB,GAAG,6DACzB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAFA,GAAG,8CACZ,GAAG,yBAAyB,GAAG,6DACzB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qHA/H7B;AAED,wBAAgB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCA2HA,GAAG,8CACZ,GAAG,yBAAyB,GAAG,6DACzB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAFA,GAAG,8CACZ,GAAG,yBAAyB,GAAG,6DACzB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qHAzH7B;AAED,wBAAgB,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAqHhB,GAAG,8CACZ,GAAG,yBAAyB,GAAG,6DACzB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAFA,GAAG,8CACZ,GAAG,yBAAyB,GAAG,6DACzB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qHAlH7B;AAED,wBAAgB,oCAAoC,CAClD,aAAa,EAAE,MAAM,EACrB,IAAI,EAAE,eAAe,EACrB,iBAAiB,EAAE,MAAM,EACzB,eAAe,EAAE,MAAM,EAAE,GACxB,0BAA0B,CAAC,UAAU,CAAC,CAkCxC;AAED,qGAAqG;AACrG,eAAO,MAAM,qCAAqC,qBAAqB,CAAA;AAEvE;;;;;GAKG;AACH,wBAAgB,yBAAyB,CACvC,QAAQ,EAAE,sBAAsB,EAChC,oBAAoB,EAAE,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,CAAC,EAChE,aAAa,EAAE,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,CAAC,EACzD,sBAAsB,EAAE,MAAM,EAAE,EAChC,eAAe,EAAE,MAAM,EAAE,GACxB,0BAA0B,CAAC,UAAU,CAAC,CA6FxC;AAED,wBAAgB,8BAA8B,CAC5C,mBAAmB,EAAE,CAAC,QAAQ,EAAE,sBAAsB,KAAK,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,CAAC,QAsCzG"}
|
package/dist/components.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as SidePanelFrame_default, c as SidePanelControlButton_default, i as LiveFrame_default, n as VanillaIf_default, o as SidePanelHeader_default, r as LoggedInOut_default, s as SidePanelButtonGroup_default, t as FetchCard_default } from "./FetchCard-
|
|
1
|
+
import { a as SidePanelFrame_default, c as SidePanelControlButton_default, i as LiveFrame_default, n as VanillaIf_default, o as SidePanelHeader_default, r as LoggedInOut_default, s as SidePanelButtonGroup_default, t as FetchCard_default } from "./FetchCard-DrWMtxCr.js";
|
|
2
2
|
import { i as IconPanelRight_default, n as IconPanelFull_default, r as IconPanelBottom_default, t as IconClose_default } from "./IconClose-B7WnTow-.js";
|
|
3
3
|
import "./icons.js";
|
|
4
4
|
import "./useSimpleLoggedIn-DT4aMAWu.js";
|
package/dist/frame-vue.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.slot-content-container>[data-v-
|
|
1
|
+
.slot-content-container>[data-v-00ff8648-s]{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;max-height:100%!important;display:block!important}
|
|
2
2
|
/*$vite$:1*/
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as SidePanelFrame_default, c as SidePanelControlButton_default, i as LiveFrame_default, n as VanillaIf_default, o as SidePanelHeader_default, r as LoggedInOut_default, s as SidePanelButtonGroup_default, t as FetchCard_default } from "./FetchCard-
|
|
1
|
+
import { a as SidePanelFrame_default, c as SidePanelControlButton_default, i as LiveFrame_default, n as VanillaIf_default, o as SidePanelHeader_default, r as LoggedInOut_default, s as SidePanelButtonGroup_default, t as FetchCard_default } from "./FetchCard-DrWMtxCr.js";
|
|
2
2
|
import { i as IconPanelRight_default, n as IconPanelFull_default, r as IconPanelBottom_default, t as IconClose_default } from "./IconClose-B7WnTow-.js";
|
|
3
3
|
import { n as useSimpleLoggedIn, t as __resetStateForTesting } from "./useSimpleLoggedIn-DT4aMAWu.js";
|
|
4
4
|
import "./components.js";
|
package/package.json
CHANGED