@mtngtools/frame-vue 0.0.14-experimental.0 → 0.0.15-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/{LoggedInOut-BwX5tOPA.js → LoggedInOut-B7U4ixiv.js} +7 -3
- package/dist/components/live/LiveFrame/LiveFrame.vue.d.ts +2 -0
- package/dist/components/live/LiveFrame/LiveFrame.vue.d.ts.map +1 -1
- package/dist/components/live/LiveFrame/helpers.test.d.ts +48 -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
|
@@ -341,7 +341,11 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
341
341
|
sidePanelMaxBottom: { default: "30vh" },
|
|
342
342
|
sidePanelMaxBottomTall: { default: "60vh" },
|
|
343
343
|
headerHideWidthThreshold: { default: "50rem" },
|
|
344
|
-
headerHideHeightThreshold: { default: "40rem" }
|
|
344
|
+
headerHideHeightThreshold: { default: "40rem" },
|
|
345
|
+
disableSidePanel: {
|
|
346
|
+
type: Boolean,
|
|
347
|
+
default: !1
|
|
348
|
+
}
|
|
345
349
|
},
|
|
346
350
|
emits: [
|
|
347
351
|
"update:sidePanelPosition",
|
|
@@ -365,7 +369,7 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
365
369
|
lg: 1024,
|
|
366
370
|
xl: 1280,
|
|
367
371
|
"2xl": 1536
|
|
368
|
-
}, j = computed(() => !!h.sidePanelContent), M = computed(() => !!h.header), N = computed(() => D.value.filter((e) => e !== "auto")), P = computed(() => Math.max(0, x.value - S.value)), F = computed(() => b.value < q(l.controlsOverlayOnly)), I = computed(() => b.value === 0 ? !1 : P.value / b.value > 1.1), ne = computed(() => E.value === "right" && O.value === "wide-right" ? l.sidePanelMaxRightWide : l.sidePanelMaxRight), re = computed(() => ge(l.mainContentAspectRatio, 16 / 9)), ie = computed(() => C.value > 0 ? C.value : Math.max(1, b.value)), ae = computed(() => ie.value / re.value + 20), oe = computed(() => Math.max(1, b.value) / re.value), se = computed(() => J(l.sidePanelMinBottom, b.value, x.value)), ce = computed(() => {
|
|
372
|
+
}, j = computed(() => !!h.sidePanelContent && !l.disableSidePanel), M = computed(() => !!h.header), N = computed(() => D.value.filter((e) => e !== "auto")), P = computed(() => Math.max(0, x.value - S.value)), F = computed(() => b.value < q(l.controlsOverlayOnly)), I = computed(() => b.value === 0 ? !1 : P.value / b.value > 1.1), ne = computed(() => E.value === "right" && O.value === "wide-right" ? l.sidePanelMaxRightWide : l.sidePanelMaxRight), re = computed(() => ge(l.mainContentAspectRatio, 16 / 9)), ie = computed(() => C.value > 0 ? C.value : Math.max(1, b.value)), ae = computed(() => ie.value / re.value + 20), oe = computed(() => Math.max(1, b.value) / re.value), se = computed(() => J(l.sidePanelMinBottom, b.value, x.value)), ce = computed(() => {
|
|
369
373
|
let e = oe.value + se.value;
|
|
370
374
|
return P.value >= e;
|
|
371
375
|
}), le = computed(() => Math.max(0, P.value - ae.value)), ue = computed(() => {
|
|
@@ -748,7 +752,7 @@ var _hoisted_1$4 = ["disabled"], SidePanelControlButton_default = /* @__PURE__ *
|
|
|
748
752
|
])], 4)) : createCommentVNode("", !0)
|
|
749
753
|
], 4)], 4));
|
|
750
754
|
}
|
|
751
|
-
}), [["__scopeId", "data-v-
|
|
755
|
+
}), [["__scopeId", "data-v-fe6e068c"]]), LoggedInOut_default = /* @__PURE__ */ defineComponent({
|
|
752
756
|
__name: "LoggedInOut",
|
|
753
757
|
props: {
|
|
754
758
|
initiallyLoggedIn: { type: Boolean },
|
|
@@ -16,6 +16,7 @@ type __VLS_Props = {
|
|
|
16
16
|
sidePanelMaxBottomTall?: string;
|
|
17
17
|
headerHideWidthThreshold?: string;
|
|
18
18
|
headerHideHeightThreshold?: string;
|
|
19
|
+
disableSidePanel?: boolean;
|
|
19
20
|
};
|
|
20
21
|
declare function __VLS_template(): {
|
|
21
22
|
attrs: Partial<{}>;
|
|
@@ -65,6 +66,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
65
66
|
sidePanelMaxBottomTall: string;
|
|
66
67
|
headerHideWidthThreshold: string;
|
|
67
68
|
headerHideHeightThreshold: string;
|
|
69
|
+
disableSidePanel: boolean;
|
|
68
70
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
69
71
|
rootRef: HTMLElement;
|
|
70
72
|
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":"AAg2BA,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,CAAA;CAC3B,CAAC;AAquBJ,iBAAS,cAAc;WAoJT,OAAO,IAA6B;;wBAftB,GAAG;yBACF,GAAG;kCACO,GAAG;;;;;;;;EAkBzC;AA+BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;eAl4BmB,MAAM;gBAAU,MAAM;;;;;;;eAAtB,MAAM;gBAAU,MAAM;;;uBA7CtC,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;;;;;eAy6B5B,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"}
|
|
@@ -75,6 +75,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
75
75
|
readonly sidePanelMaxBottomTall?: string | undefined;
|
|
76
76
|
readonly headerHideWidthThreshold?: string | undefined;
|
|
77
77
|
readonly headerHideHeightThreshold?: string | undefined;
|
|
78
|
+
readonly disableSidePanel?: boolean | undefined;
|
|
78
79
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
79
80
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
80
81
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -102,6 +103,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
102
103
|
readonly sidePanelMaxBottomTall?: string | undefined;
|
|
103
104
|
readonly headerHideWidthThreshold?: string | undefined;
|
|
104
105
|
readonly headerHideHeightThreshold?: string | undefined;
|
|
106
|
+
readonly disableSidePanel?: boolean | undefined;
|
|
105
107
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
106
108
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
107
109
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -148,6 +150,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
148
150
|
sidePanelMaxBottomTall?: string;
|
|
149
151
|
headerHideWidthThreshold?: string;
|
|
150
152
|
headerHideHeightThreshold?: string;
|
|
153
|
+
disableSidePanel?: boolean;
|
|
151
154
|
}> & Readonly<{
|
|
152
155
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
153
156
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -181,6 +184,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
181
184
|
sidePanelMaxBottomTall: string;
|
|
182
185
|
headerHideWidthThreshold: string;
|
|
183
186
|
headerHideHeightThreshold: string;
|
|
187
|
+
disableSidePanel: boolean;
|
|
184
188
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
185
189
|
beforeCreate?: (() => void) | (() => void)[];
|
|
186
190
|
created?: (() => void) | (() => void)[];
|
|
@@ -218,6 +222,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
218
222
|
sidePanelMaxBottomTall: string;
|
|
219
223
|
headerHideWidthThreshold: string;
|
|
220
224
|
headerHideHeightThreshold: string;
|
|
225
|
+
disableSidePanel: boolean;
|
|
221
226
|
}> & Omit<Readonly<{
|
|
222
227
|
sidePanelPosition?: import('..').SidePanelModeSelectable;
|
|
223
228
|
mainContentAspectRatio?: string | number;
|
|
@@ -235,6 +240,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
235
240
|
sidePanelMaxBottomTall?: string;
|
|
236
241
|
headerHideWidthThreshold?: string;
|
|
237
242
|
headerHideHeightThreshold?: string;
|
|
243
|
+
disableSidePanel?: boolean;
|
|
238
244
|
}> & Readonly<{
|
|
239
245
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
240
246
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -243,7 +249,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
243
249
|
width: number;
|
|
244
250
|
height: number;
|
|
245
251
|
}) => any) | undefined;
|
|
246
|
-
}>, "sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
252
|
+
}>, "sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "disableSidePanel"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
247
253
|
$slots: {
|
|
248
254
|
header?(_: {}): any;
|
|
249
255
|
default?(_: {}): any;
|
|
@@ -266,6 +272,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
266
272
|
readonly sidePanelMaxBottomTall?: string | undefined;
|
|
267
273
|
readonly headerHideWidthThreshold?: string | undefined;
|
|
268
274
|
readonly headerHideHeightThreshold?: string | undefined;
|
|
275
|
+
readonly disableSidePanel?: boolean | undefined;
|
|
269
276
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
270
277
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
271
278
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -293,6 +300,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
293
300
|
readonly sidePanelMaxBottomTall?: string | undefined;
|
|
294
301
|
readonly headerHideWidthThreshold?: string | undefined;
|
|
295
302
|
readonly headerHideHeightThreshold?: string | undefined;
|
|
303
|
+
readonly disableSidePanel?: boolean | undefined;
|
|
296
304
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
297
305
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
298
306
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -339,6 +347,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
339
347
|
sidePanelMaxBottomTall?: string;
|
|
340
348
|
headerHideWidthThreshold?: string;
|
|
341
349
|
headerHideHeightThreshold?: string;
|
|
350
|
+
disableSidePanel?: boolean;
|
|
342
351
|
}> & Readonly<{
|
|
343
352
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
344
353
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -372,6 +381,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
372
381
|
sidePanelMaxBottomTall: string;
|
|
373
382
|
headerHideWidthThreshold: string;
|
|
374
383
|
headerHideHeightThreshold: string;
|
|
384
|
+
disableSidePanel: boolean;
|
|
375
385
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
376
386
|
beforeCreate?: (() => void) | (() => void)[];
|
|
377
387
|
created?: (() => void) | (() => void)[];
|
|
@@ -409,6 +419,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
409
419
|
sidePanelMaxBottomTall: string;
|
|
410
420
|
headerHideWidthThreshold: string;
|
|
411
421
|
headerHideHeightThreshold: string;
|
|
422
|
+
disableSidePanel: boolean;
|
|
412
423
|
}> & Omit<Readonly<{
|
|
413
424
|
sidePanelPosition?: import('..').SidePanelModeSelectable;
|
|
414
425
|
mainContentAspectRatio?: string | number;
|
|
@@ -426,6 +437,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
426
437
|
sidePanelMaxBottomTall?: string;
|
|
427
438
|
headerHideWidthThreshold?: string;
|
|
428
439
|
headerHideHeightThreshold?: string;
|
|
440
|
+
disableSidePanel?: boolean;
|
|
429
441
|
}> & Readonly<{
|
|
430
442
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
431
443
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -434,7 +446,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
434
446
|
width: number;
|
|
435
447
|
height: number;
|
|
436
448
|
}) => any) | undefined;
|
|
437
|
-
}>, "sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
449
|
+
}>, "sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "disableSidePanel"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
438
450
|
$slots: {
|
|
439
451
|
header?(_: {}): any;
|
|
440
452
|
default?(_: {}): any;
|
|
@@ -457,6 +469,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
457
469
|
readonly sidePanelMaxBottomTall?: string | undefined;
|
|
458
470
|
readonly headerHideWidthThreshold?: string | undefined;
|
|
459
471
|
readonly headerHideHeightThreshold?: string | undefined;
|
|
472
|
+
readonly disableSidePanel?: boolean | undefined;
|
|
460
473
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
461
474
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
462
475
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -481,6 +494,7 @@ export declare function mountLiveFrameWithProps(props: Record<string, unknown>,
|
|
|
481
494
|
sidePanelMaxBottomTall?: string;
|
|
482
495
|
headerHideWidthThreshold?: string;
|
|
483
496
|
headerHideHeightThreshold?: string;
|
|
497
|
+
disableSidePanel?: boolean;
|
|
484
498
|
} | "onUpdate:sidePanelPosition" | "onSidePanelTransition" | "onSidePanelAvailableStates" | "onDefaultSlotResize">>>;
|
|
485
499
|
export declare function mountLiveFrame(): VueWrapper<{
|
|
486
500
|
readonly sidePanelPosition?: import('..').SidePanelModeSelectable | undefined;
|
|
@@ -499,6 +513,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
499
513
|
readonly sidePanelMaxBottomTall?: string | undefined;
|
|
500
514
|
readonly headerHideWidthThreshold?: string | undefined;
|
|
501
515
|
readonly headerHideHeightThreshold?: string | undefined;
|
|
516
|
+
readonly disableSidePanel?: boolean | undefined;
|
|
502
517
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
503
518
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
504
519
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -526,6 +541,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
526
541
|
readonly sidePanelMaxBottomTall?: string | undefined;
|
|
527
542
|
readonly headerHideWidthThreshold?: string | undefined;
|
|
528
543
|
readonly headerHideHeightThreshold?: string | undefined;
|
|
544
|
+
readonly disableSidePanel?: boolean | undefined;
|
|
529
545
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
530
546
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
531
547
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -572,6 +588,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
572
588
|
sidePanelMaxBottomTall?: string;
|
|
573
589
|
headerHideWidthThreshold?: string;
|
|
574
590
|
headerHideHeightThreshold?: string;
|
|
591
|
+
disableSidePanel?: boolean;
|
|
575
592
|
}> & Readonly<{
|
|
576
593
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
577
594
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -605,6 +622,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
605
622
|
sidePanelMaxBottomTall: string;
|
|
606
623
|
headerHideWidthThreshold: string;
|
|
607
624
|
headerHideHeightThreshold: string;
|
|
625
|
+
disableSidePanel: boolean;
|
|
608
626
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
609
627
|
beforeCreate?: (() => void) | (() => void)[];
|
|
610
628
|
created?: (() => void) | (() => void)[];
|
|
@@ -642,6 +660,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
642
660
|
sidePanelMaxBottomTall: string;
|
|
643
661
|
headerHideWidthThreshold: string;
|
|
644
662
|
headerHideHeightThreshold: string;
|
|
663
|
+
disableSidePanel: boolean;
|
|
645
664
|
}> & Omit<Readonly<{
|
|
646
665
|
sidePanelPosition?: import('..').SidePanelModeSelectable;
|
|
647
666
|
mainContentAspectRatio?: string | number;
|
|
@@ -659,6 +678,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
659
678
|
sidePanelMaxBottomTall?: string;
|
|
660
679
|
headerHideWidthThreshold?: string;
|
|
661
680
|
headerHideHeightThreshold?: string;
|
|
681
|
+
disableSidePanel?: boolean;
|
|
662
682
|
}> & Readonly<{
|
|
663
683
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
664
684
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -667,7 +687,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
667
687
|
width: number;
|
|
668
688
|
height: number;
|
|
669
689
|
}) => any) | undefined;
|
|
670
|
-
}>, "sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
690
|
+
}>, "sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "disableSidePanel"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
671
691
|
$slots: {
|
|
672
692
|
header?(_: {}): any;
|
|
673
693
|
default?(_: {}): any;
|
|
@@ -690,6 +710,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
690
710
|
readonly sidePanelMaxBottomTall?: string | undefined;
|
|
691
711
|
readonly headerHideWidthThreshold?: string | undefined;
|
|
692
712
|
readonly headerHideHeightThreshold?: string | undefined;
|
|
713
|
+
readonly disableSidePanel?: boolean | undefined;
|
|
693
714
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
694
715
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
695
716
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -717,6 +738,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
717
738
|
readonly sidePanelMaxBottomTall?: string | undefined;
|
|
718
739
|
readonly headerHideWidthThreshold?: string | undefined;
|
|
719
740
|
readonly headerHideHeightThreshold?: string | undefined;
|
|
741
|
+
readonly disableSidePanel?: boolean | undefined;
|
|
720
742
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
721
743
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
722
744
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -763,6 +785,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
763
785
|
sidePanelMaxBottomTall?: string;
|
|
764
786
|
headerHideWidthThreshold?: string;
|
|
765
787
|
headerHideHeightThreshold?: string;
|
|
788
|
+
disableSidePanel?: boolean;
|
|
766
789
|
}> & Readonly<{
|
|
767
790
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
768
791
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -796,6 +819,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
796
819
|
sidePanelMaxBottomTall: string;
|
|
797
820
|
headerHideWidthThreshold: string;
|
|
798
821
|
headerHideHeightThreshold: string;
|
|
822
|
+
disableSidePanel: boolean;
|
|
799
823
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
800
824
|
beforeCreate?: (() => void) | (() => void)[];
|
|
801
825
|
created?: (() => void) | (() => void)[];
|
|
@@ -833,6 +857,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
833
857
|
sidePanelMaxBottomTall: string;
|
|
834
858
|
headerHideWidthThreshold: string;
|
|
835
859
|
headerHideHeightThreshold: string;
|
|
860
|
+
disableSidePanel: boolean;
|
|
836
861
|
}> & Omit<Readonly<{
|
|
837
862
|
sidePanelPosition?: import('..').SidePanelModeSelectable;
|
|
838
863
|
mainContentAspectRatio?: string | number;
|
|
@@ -850,6 +875,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
850
875
|
sidePanelMaxBottomTall?: string;
|
|
851
876
|
headerHideWidthThreshold?: string;
|
|
852
877
|
headerHideHeightThreshold?: string;
|
|
878
|
+
disableSidePanel?: boolean;
|
|
853
879
|
}> & Readonly<{
|
|
854
880
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
855
881
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -858,7 +884,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
858
884
|
width: number;
|
|
859
885
|
height: number;
|
|
860
886
|
}) => any) | undefined;
|
|
861
|
-
}>, "sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
887
|
+
}>, "sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "disableSidePanel"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
862
888
|
$slots: {
|
|
863
889
|
header?(_: {}): any;
|
|
864
890
|
default?(_: {}): any;
|
|
@@ -881,6 +907,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
881
907
|
readonly sidePanelMaxBottomTall?: string | undefined;
|
|
882
908
|
readonly headerHideWidthThreshold?: string | undefined;
|
|
883
909
|
readonly headerHideHeightThreshold?: string | undefined;
|
|
910
|
+
readonly disableSidePanel?: boolean | undefined;
|
|
884
911
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
885
912
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
886
913
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -905,6 +932,7 @@ export declare function mountLiveFrame(): VueWrapper<{
|
|
|
905
932
|
sidePanelMaxBottomTall?: string;
|
|
906
933
|
headerHideWidthThreshold?: string;
|
|
907
934
|
headerHideHeightThreshold?: string;
|
|
935
|
+
disableSidePanel?: boolean;
|
|
908
936
|
} | "onUpdate:sidePanelPosition" | "onSidePanelTransition" | "onSidePanelAvailableStates" | "onDefaultSlotResize">>>;
|
|
909
937
|
export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
910
938
|
readonly sidePanelPosition?: import('..').SidePanelModeSelectable | undefined;
|
|
@@ -923,6 +951,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
923
951
|
readonly sidePanelMaxBottomTall?: string | undefined;
|
|
924
952
|
readonly headerHideWidthThreshold?: string | undefined;
|
|
925
953
|
readonly headerHideHeightThreshold?: string | undefined;
|
|
954
|
+
readonly disableSidePanel?: boolean | undefined;
|
|
926
955
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
927
956
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
928
957
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -950,6 +979,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
950
979
|
readonly sidePanelMaxBottomTall?: string | undefined;
|
|
951
980
|
readonly headerHideWidthThreshold?: string | undefined;
|
|
952
981
|
readonly headerHideHeightThreshold?: string | undefined;
|
|
982
|
+
readonly disableSidePanel?: boolean | undefined;
|
|
953
983
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
954
984
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
955
985
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -996,6 +1026,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
996
1026
|
sidePanelMaxBottomTall?: string;
|
|
997
1027
|
headerHideWidthThreshold?: string;
|
|
998
1028
|
headerHideHeightThreshold?: string;
|
|
1029
|
+
disableSidePanel?: boolean;
|
|
999
1030
|
}> & Readonly<{
|
|
1000
1031
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1001
1032
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -1029,6 +1060,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1029
1060
|
sidePanelMaxBottomTall: string;
|
|
1030
1061
|
headerHideWidthThreshold: string;
|
|
1031
1062
|
headerHideHeightThreshold: string;
|
|
1063
|
+
disableSidePanel: boolean;
|
|
1032
1064
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1033
1065
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1034
1066
|
created?: (() => void) | (() => void)[];
|
|
@@ -1066,6 +1098,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1066
1098
|
sidePanelMaxBottomTall: string;
|
|
1067
1099
|
headerHideWidthThreshold: string;
|
|
1068
1100
|
headerHideHeightThreshold: string;
|
|
1101
|
+
disableSidePanel: boolean;
|
|
1069
1102
|
}> & Omit<Readonly<{
|
|
1070
1103
|
sidePanelPosition?: import('..').SidePanelModeSelectable;
|
|
1071
1104
|
mainContentAspectRatio?: string | number;
|
|
@@ -1083,6 +1116,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1083
1116
|
sidePanelMaxBottomTall?: string;
|
|
1084
1117
|
headerHideWidthThreshold?: string;
|
|
1085
1118
|
headerHideHeightThreshold?: string;
|
|
1119
|
+
disableSidePanel?: boolean;
|
|
1086
1120
|
}> & Readonly<{
|
|
1087
1121
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1088
1122
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -1091,7 +1125,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1091
1125
|
width: number;
|
|
1092
1126
|
height: number;
|
|
1093
1127
|
}) => any) | undefined;
|
|
1094
|
-
}>, "sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1128
|
+
}>, "sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "disableSidePanel"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1095
1129
|
$slots: {
|
|
1096
1130
|
header?(_: {}): any;
|
|
1097
1131
|
default?(_: {}): any;
|
|
@@ -1114,6 +1148,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1114
1148
|
readonly sidePanelMaxBottomTall?: string | undefined;
|
|
1115
1149
|
readonly headerHideWidthThreshold?: string | undefined;
|
|
1116
1150
|
readonly headerHideHeightThreshold?: string | undefined;
|
|
1151
|
+
readonly disableSidePanel?: boolean | undefined;
|
|
1117
1152
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1118
1153
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
1119
1154
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -1141,6 +1176,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1141
1176
|
readonly sidePanelMaxBottomTall?: string | undefined;
|
|
1142
1177
|
readonly headerHideWidthThreshold?: string | undefined;
|
|
1143
1178
|
readonly headerHideHeightThreshold?: string | undefined;
|
|
1179
|
+
readonly disableSidePanel?: boolean | undefined;
|
|
1144
1180
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1145
1181
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
1146
1182
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -1187,6 +1223,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1187
1223
|
sidePanelMaxBottomTall?: string;
|
|
1188
1224
|
headerHideWidthThreshold?: string;
|
|
1189
1225
|
headerHideHeightThreshold?: string;
|
|
1226
|
+
disableSidePanel?: boolean;
|
|
1190
1227
|
}> & Readonly<{
|
|
1191
1228
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1192
1229
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -1220,6 +1257,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1220
1257
|
sidePanelMaxBottomTall: string;
|
|
1221
1258
|
headerHideWidthThreshold: string;
|
|
1222
1259
|
headerHideHeightThreshold: string;
|
|
1260
|
+
disableSidePanel: boolean;
|
|
1223
1261
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
1224
1262
|
beforeCreate?: (() => void) | (() => void)[];
|
|
1225
1263
|
created?: (() => void) | (() => void)[];
|
|
@@ -1257,6 +1295,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1257
1295
|
sidePanelMaxBottomTall: string;
|
|
1258
1296
|
headerHideWidthThreshold: string;
|
|
1259
1297
|
headerHideHeightThreshold: string;
|
|
1298
|
+
disableSidePanel: boolean;
|
|
1260
1299
|
}> & Omit<Readonly<{
|
|
1261
1300
|
sidePanelPosition?: import('..').SidePanelModeSelectable;
|
|
1262
1301
|
mainContentAspectRatio?: string | number;
|
|
@@ -1274,6 +1313,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1274
1313
|
sidePanelMaxBottomTall?: string;
|
|
1275
1314
|
headerHideWidthThreshold?: string;
|
|
1276
1315
|
headerHideHeightThreshold?: string;
|
|
1316
|
+
disableSidePanel?: boolean;
|
|
1277
1317
|
}> & Readonly<{
|
|
1278
1318
|
"onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1279
1319
|
onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
@@ -1282,7 +1322,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1282
1322
|
width: number;
|
|
1283
1323
|
height: number;
|
|
1284
1324
|
}) => any) | undefined;
|
|
1285
|
-
}>, "sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1325
|
+
}>, "sidePanelPosition" | "mainContentAspectRatio" | "autoBottomAspectRatioBreakpoint" | "autoRightAspectRatioBreakpoint" | "sidePanelBreakpoint" | "controlsOverlayOnly" | "autoHideTimeout" | "layoutDebounceMs" | "sidePanelMinRight" | "sidePanelMaxRight" | "sidePanelMaxRightWide" | "sidePanelMinBottom" | "sidePanelMaxBottom" | "sidePanelMaxBottomTall" | "headerHideWidthThreshold" | "headerHideHeightThreshold" | "disableSidePanel"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1286
1326
|
$slots: {
|
|
1287
1327
|
header?(_: {}): any;
|
|
1288
1328
|
default?(_: {}): any;
|
|
@@ -1305,6 +1345,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1305
1345
|
readonly sidePanelMaxBottomTall?: string | undefined;
|
|
1306
1346
|
readonly headerHideWidthThreshold?: string | undefined;
|
|
1307
1347
|
readonly headerHideHeightThreshold?: string | undefined;
|
|
1348
|
+
readonly disableSidePanel?: boolean | undefined;
|
|
1308
1349
|
readonly "onUpdate:sidePanelPosition"?: ((mode: import('..').SidePanelModeSelectable) => any) | undefined;
|
|
1309
1350
|
readonly onSidePanelTransition?: ((payload: import('..').SidePanelTransitionPayload) => any) | undefined;
|
|
1310
1351
|
readonly onSidePanelAvailableStates?: ((payload: import('..').SidePanelAvailableStatesPayload) => any) | undefined;
|
|
@@ -1329,6 +1370,7 @@ export declare function mountLiveFrameUsingBreakpoints(): VueWrapper<{
|
|
|
1329
1370
|
sidePanelMaxBottomTall?: string;
|
|
1330
1371
|
headerHideWidthThreshold?: string;
|
|
1331
1372
|
headerHideHeightThreshold?: string;
|
|
1373
|
+
disableSidePanel?: boolean;
|
|
1332
1374
|
} | "onUpdate:sidePanelPosition" | "onSidePanelTransition" | "onSidePanelAvailableStates" | "onDefaultSlotResize">>>;
|
|
1333
1375
|
export declare function setSizeClickButtonExpectToSeeButtons(describeLabel: string, size: LiveBrowserSize, controlButtonType: string, expectedButtons: string[]): MountAndRunScenariosConfig<VueWrapper>;
|
|
1334
1376
|
/** 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":"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"}
|
package/dist/components.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as SidePanelButtonGroup_default, i as SidePanelHeader_default, n as LiveFrame_default, o as SidePanelControlButton_default, r as SidePanelFrame_default, t as LoggedInOut_default } from "./LoggedInOut-
|
|
1
|
+
import { a as SidePanelButtonGroup_default, i as SidePanelHeader_default, n as LiveFrame_default, o as SidePanelControlButton_default, r as SidePanelFrame_default, t as LoggedInOut_default } from "./LoggedInOut-B7U4ixiv.js";
|
|
2
2
|
import "./useSimpleLoggedIn-CSv5Xy3J.js";
|
|
3
3
|
export { LiveFrame_default as LiveFrame, LoggedInOut_default as LoggedInOut, SidePanelButtonGroup_default as SidePanelButtonGroup, SidePanelControlButton_default as SidePanelControlButton, SidePanelFrame_default as SidePanelFrame, SidePanelHeader_default as SidePanelHeader };
|
package/dist/frame-vue.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
.slot-content-container>[data-v-
|
|
1
|
+
.slot-content-container>[data-v-fe6e068c-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 SidePanelButtonGroup_default, i as SidePanelHeader_default, n as LiveFrame_default, o as SidePanelControlButton_default, r as SidePanelFrame_default, t as LoggedInOut_default } from "./LoggedInOut-
|
|
1
|
+
import { a as SidePanelButtonGroup_default, i as SidePanelHeader_default, n as LiveFrame_default, o as SidePanelControlButton_default, r as SidePanelFrame_default, t as LoggedInOut_default } from "./LoggedInOut-B7U4ixiv.js";
|
|
2
2
|
import { t as useSimpleLoggedIn } from "./useSimpleLoggedIn-CSv5Xy3J.js";
|
|
3
3
|
import "./components.js";
|
|
4
4
|
import "./composables.js";
|
package/package.json
CHANGED