@bluepic/embed 0.1.161 → 0.1.162
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/lib/bluepic-embed.es.js +13881 -14329
- package/lib/bluepic-embed.umd.js +80 -74
- package/lib/components/BluepicEmbedded.vue.d.ts +3 -12
- package/lib/components/BluepicEmbedded.vue.d.ts.map +1 -1
- package/lib/components/BluepicEmbeddedEditor.vue.d.ts +83 -225
- package/lib/components/BluepicEmbeddedEditor.vue.d.ts.map +1 -1
- package/lib/components/BluepicLiveTemplate.vue.d.ts +11 -40
- package/lib/components/BluepicLiveTemplate.vue.d.ts.map +1 -1
- package/lib/components/BxDropdown.vue.d.ts +14 -2
- package/lib/components/BxDropdown.vue.d.ts.map +1 -1
- package/lib/components/BxInput.vue.d.ts +0 -21
- package/lib/components/BxInput.vue.d.ts.map +1 -1
- package/lib/components/BxMenu.vue.d.ts +0 -12
- package/lib/components/BxMenu.vue.d.ts.map +1 -1
- package/lib/components/BxPopover.vue.d.ts +0 -1
- package/lib/components/BxPopover.vue.d.ts.map +1 -1
- package/lib/components/BxSelect.vue.d.ts +0 -16
- package/lib/components/BxSelect.vue.d.ts.map +1 -1
- package/lib/components/BxTooltip.vue.d.ts +0 -5
- package/lib/components/BxTooltip.vue.d.ts.map +1 -1
- package/lib/components/CollectionEntryFields.vue.d.ts +0 -10
- package/lib/components/CollectionEntryFields.vue.d.ts.map +1 -1
- package/lib/components/CollectionFieldPopup.vue.d.ts +14 -11
- package/lib/components/CollectionFieldPopup.vue.d.ts.map +1 -1
- package/lib/components/Fields.vue.d.ts +0 -5
- package/lib/components/Fields.vue.d.ts.map +1 -1
- package/lib/components/FieldsList.vue.d.ts +0 -5
- package/lib/components/FieldsList.vue.d.ts.map +1 -1
- package/lib/components/ImageLibraries/Pexels.vue.d.ts +0 -21
- package/lib/components/ImageLibraries/Pexels.vue.d.ts.map +1 -1
- package/lib/components/ImageLibraryWrapper.vue.d.ts +0 -21
- package/lib/components/ImageLibraryWrapper.vue.d.ts.map +1 -1
- package/lib/components/ImportData.vue.d.ts +0 -37
- package/lib/components/ImportData.vue.d.ts.map +1 -1
- package/lib/components/MessageElement.vue.d.ts +0 -8
- package/lib/components/MessageElement.vue.d.ts.map +1 -1
- package/lib/components/MobileFieldsSlide.vue.d.ts +14 -2
- package/lib/components/MobileFieldsSlide.vue.d.ts.map +1 -1
- package/lib/components/PopoverElement.vue.d.ts +1 -13
- package/lib/components/PopoverElement.vue.d.ts.map +1 -1
- package/lib/components/Popup.vue.d.ts +14 -1
- package/lib/components/Popup.vue.d.ts.map +1 -1
- package/lib/components/PopupElement.vue.d.ts +5 -9
- package/lib/components/PopupElement.vue.d.ts.map +1 -1
- package/lib/components/SelectItem.vue.d.ts +0 -16
- package/lib/components/SelectItem.vue.d.ts.map +1 -1
- package/lib/components/SlidesNavigation.vue.d.ts +0 -16
- package/lib/components/SlidesNavigation.vue.d.ts.map +1 -1
- package/lib/components/TableDataMatcher.vue.d.ts +0 -16
- package/lib/components/TableDataMatcher.vue.d.ts.map +1 -1
- package/lib/components/directives/usePopup.d.ts +2 -14
- package/lib/components/directives/usePopup.d.ts.map +1 -1
- package/lib/components/fields/Collection.vue.d.ts +0 -10
- package/lib/components/fields/Collection.vue.d.ts.map +1 -1
- package/lib/components/fields/Group.vue.d.ts +0 -10
- package/lib/components/fields/Group.vue.d.ts.map +1 -1
- package/lib/components/fields/Image.vue.d.ts +28 -24
- package/lib/components/fields/Image.vue.d.ts.map +1 -1
- package/lib/components/fields/ImageAdjust.vue.d.ts +14 -1
- package/lib/components/fields/ImageAdjust.vue.d.ts.map +1 -1
- package/lib/components/fields/ImageEdit.vue.d.ts +28 -40
- package/lib/components/fields/ImageEdit.vue.d.ts.map +1 -1
- package/lib/components/fields/Map.vue.d.ts +14 -1
- package/lib/components/fields/Map.vue.d.ts.map +1 -1
- package/lib/components/fields/Select.vue.d.ts +0 -16
- package/lib/components/fields/Select.vue.d.ts.map +1 -1
- package/lib/components/fields/SelectColor.vue.d.ts +0 -16
- package/lib/components/fields/SelectColor.vue.d.ts.map +1 -1
- package/lib/components/fields/SelectImage.vue.d.ts +0 -16
- package/lib/components/fields/SelectImage.vue.d.ts.map +1 -1
- package/lib/components/fields/SelectText.vue.d.ts +0 -16
- package/lib/components/fields/SelectText.vue.d.ts.map +1 -1
- package/lib/components/fields/Text.vue.d.ts +0 -21
- package/lib/components/fields/Text.vue.d.ts.map +1 -1
- package/lib/index.d.ts +1 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/style.css +1 -1
- package/lib/util/RenderService.d.ts +3 -2
- package/lib/util/RenderService.d.ts.map +1 -1
- package/lib/util/bluepicEmbed.d.ts +8 -8
- package/lib/util/bluepicEmbed.d.ts.map +1 -1
- package/lib/util/fields.d.ts.map +1 -1
- package/package.json +2 -2
- package/lib/components/icons/SelectImage.vue.d.ts +0 -3
- package/lib/components/icons/SelectImage.vue.d.ts.map +0 -1
- package/lib/components/icons/SelectText.vue.d.ts +0 -3
- package/lib/components/icons/SelectText.vue.d.ts.map +0 -1
- package/lib/util/BrowserFingerprint.d.ts +0 -95
- package/lib/util/BrowserFingerprint.d.ts.map +0 -1
- package/lib/util/contextCapture.d.ts +0 -2
- package/lib/util/contextCapture.d.ts.map +0 -1
|
@@ -42,11 +42,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
42
42
|
type: StringConstructor;
|
|
43
43
|
required: true;
|
|
44
44
|
};
|
|
45
|
-
|
|
46
|
-
type: StringConstructor;
|
|
47
|
-
required: true;
|
|
48
|
-
};
|
|
49
|
-
env: {
|
|
45
|
+
studioResourcesBaseUrl: {
|
|
50
46
|
type: StringConstructor;
|
|
51
47
|
required: true;
|
|
52
48
|
};
|
|
@@ -102,8 +98,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
102
98
|
}>, {
|
|
103
99
|
props: any;
|
|
104
100
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
105
|
-
|
|
106
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
101
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
107
102
|
maxTries: number;
|
|
108
103
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
109
104
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -150,11 +145,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
150
145
|
type: StringConstructor;
|
|
151
146
|
required: true;
|
|
152
147
|
};
|
|
153
|
-
|
|
154
|
-
type: StringConstructor;
|
|
155
|
-
required: true;
|
|
156
|
-
};
|
|
157
|
-
env: {
|
|
148
|
+
studioResourcesBaseUrl: {
|
|
158
149
|
type: StringConstructor;
|
|
159
150
|
required: true;
|
|
160
151
|
};
|
|
@@ -210,8 +201,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
210
201
|
}>, {
|
|
211
202
|
props: any;
|
|
212
203
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
213
|
-
|
|
214
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
204
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
215
205
|
maxTries: number;
|
|
216
206
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
217
207
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -251,11 +241,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
251
241
|
type: StringConstructor;
|
|
252
242
|
required: true;
|
|
253
243
|
};
|
|
254
|
-
|
|
255
|
-
type: StringConstructor;
|
|
256
|
-
required: true;
|
|
257
|
-
};
|
|
258
|
-
env: {
|
|
244
|
+
studioResourcesBaseUrl: {
|
|
259
245
|
type: StringConstructor;
|
|
260
246
|
required: true;
|
|
261
247
|
};
|
|
@@ -311,8 +297,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
311
297
|
}>, {
|
|
312
298
|
props: any;
|
|
313
299
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
314
|
-
|
|
315
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
300
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
316
301
|
maxTries: number;
|
|
317
302
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
318
303
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -359,11 +344,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
359
344
|
type: StringConstructor;
|
|
360
345
|
required: true;
|
|
361
346
|
};
|
|
362
|
-
|
|
363
|
-
type: StringConstructor;
|
|
364
|
-
required: true;
|
|
365
|
-
};
|
|
366
|
-
env: {
|
|
347
|
+
studioResourcesBaseUrl: {
|
|
367
348
|
type: StringConstructor;
|
|
368
349
|
required: true;
|
|
369
350
|
};
|
|
@@ -419,8 +400,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
419
400
|
}>, {
|
|
420
401
|
props: any;
|
|
421
402
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
422
|
-
|
|
423
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
403
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
424
404
|
maxTries: number;
|
|
425
405
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
426
406
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -1239,11 +1219,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1239
1219
|
type: StringConstructor;
|
|
1240
1220
|
required: true;
|
|
1241
1221
|
};
|
|
1242
|
-
|
|
1243
|
-
type: StringConstructor;
|
|
1244
|
-
required: true;
|
|
1245
|
-
};
|
|
1246
|
-
env: {
|
|
1222
|
+
studioResourcesBaseUrl: {
|
|
1247
1223
|
type: StringConstructor;
|
|
1248
1224
|
required: true;
|
|
1249
1225
|
};
|
|
@@ -1293,8 +1269,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1293
1269
|
}>, {
|
|
1294
1270
|
props: any;
|
|
1295
1271
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
1296
|
-
|
|
1297
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
1272
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
1298
1273
|
maxTries: number;
|
|
1299
1274
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
1300
1275
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -1326,11 +1301,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1326
1301
|
type: StringConstructor;
|
|
1327
1302
|
required: true;
|
|
1328
1303
|
};
|
|
1329
|
-
|
|
1330
|
-
type: StringConstructor;
|
|
1331
|
-
required: true;
|
|
1332
|
-
};
|
|
1333
|
-
env: {
|
|
1304
|
+
studioResourcesBaseUrl: {
|
|
1334
1305
|
type: StringConstructor;
|
|
1335
1306
|
required: true;
|
|
1336
1307
|
};
|
|
@@ -1925,11 +1896,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1925
1896
|
type: StringConstructor;
|
|
1926
1897
|
required: true;
|
|
1927
1898
|
};
|
|
1928
|
-
|
|
1929
|
-
type: StringConstructor;
|
|
1930
|
-
required: true;
|
|
1931
|
-
};
|
|
1932
|
-
env: {
|
|
1899
|
+
studioResourcesBaseUrl: {
|
|
1933
1900
|
type: StringConstructor;
|
|
1934
1901
|
required: true;
|
|
1935
1902
|
};
|
|
@@ -1985,8 +1952,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1985
1952
|
}>, {
|
|
1986
1953
|
props: any;
|
|
1987
1954
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
1988
|
-
|
|
1989
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
1955
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
1990
1956
|
maxTries: number;
|
|
1991
1957
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
1992
1958
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -2033,11 +1999,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2033
1999
|
type: StringConstructor;
|
|
2034
2000
|
required: true;
|
|
2035
2001
|
};
|
|
2036
|
-
|
|
2037
|
-
type: StringConstructor;
|
|
2038
|
-
required: true;
|
|
2039
|
-
};
|
|
2040
|
-
env: {
|
|
2002
|
+
studioResourcesBaseUrl: {
|
|
2041
2003
|
type: StringConstructor;
|
|
2042
2004
|
required: true;
|
|
2043
2005
|
};
|
|
@@ -2093,8 +2055,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2093
2055
|
}>, {
|
|
2094
2056
|
props: any;
|
|
2095
2057
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
2096
|
-
|
|
2097
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
2058
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
2098
2059
|
maxTries: number;
|
|
2099
2060
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
2100
2061
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -2134,11 +2095,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2134
2095
|
type: StringConstructor;
|
|
2135
2096
|
required: true;
|
|
2136
2097
|
};
|
|
2137
|
-
|
|
2138
|
-
type: StringConstructor;
|
|
2139
|
-
required: true;
|
|
2140
|
-
};
|
|
2141
|
-
env: {
|
|
2098
|
+
studioResourcesBaseUrl: {
|
|
2142
2099
|
type: StringConstructor;
|
|
2143
2100
|
required: true;
|
|
2144
2101
|
};
|
|
@@ -2194,8 +2151,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2194
2151
|
}>, {
|
|
2195
2152
|
props: any;
|
|
2196
2153
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
2197
|
-
|
|
2198
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
2154
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
2199
2155
|
maxTries: number;
|
|
2200
2156
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
2201
2157
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -2242,11 +2198,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2242
2198
|
type: StringConstructor;
|
|
2243
2199
|
required: true;
|
|
2244
2200
|
};
|
|
2245
|
-
|
|
2246
|
-
type: StringConstructor;
|
|
2247
|
-
required: true;
|
|
2248
|
-
};
|
|
2249
|
-
env: {
|
|
2201
|
+
studioResourcesBaseUrl: {
|
|
2250
2202
|
type: StringConstructor;
|
|
2251
2203
|
required: true;
|
|
2252
2204
|
};
|
|
@@ -2302,8 +2254,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2302
2254
|
}>, {
|
|
2303
2255
|
props: any;
|
|
2304
2256
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
2305
|
-
|
|
2306
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
2257
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
2307
2258
|
maxTries: number;
|
|
2308
2259
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
2309
2260
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -3122,11 +3073,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
3122
3073
|
type: StringConstructor;
|
|
3123
3074
|
required: true;
|
|
3124
3075
|
};
|
|
3125
|
-
|
|
3126
|
-
type: StringConstructor;
|
|
3127
|
-
required: true;
|
|
3128
|
-
};
|
|
3129
|
-
env: {
|
|
3076
|
+
studioResourcesBaseUrl: {
|
|
3130
3077
|
type: StringConstructor;
|
|
3131
3078
|
required: true;
|
|
3132
3079
|
};
|
|
@@ -3176,8 +3123,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
3176
3123
|
}>, {
|
|
3177
3124
|
props: any;
|
|
3178
3125
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
3179
|
-
|
|
3180
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
3126
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
3181
3127
|
maxTries: number;
|
|
3182
3128
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
3183
3129
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -3209,11 +3155,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
3209
3155
|
type: StringConstructor;
|
|
3210
3156
|
required: true;
|
|
3211
3157
|
};
|
|
3212
|
-
|
|
3213
|
-
type: StringConstructor;
|
|
3214
|
-
required: true;
|
|
3215
|
-
};
|
|
3216
|
-
env: {
|
|
3158
|
+
studioResourcesBaseUrl: {
|
|
3217
3159
|
type: StringConstructor;
|
|
3218
3160
|
required: true;
|
|
3219
3161
|
};
|
|
@@ -3801,11 +3743,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
3801
3743
|
type: StringConstructor;
|
|
3802
3744
|
required: true;
|
|
3803
3745
|
};
|
|
3804
|
-
|
|
3805
|
-
type: StringConstructor;
|
|
3806
|
-
required: true;
|
|
3807
|
-
};
|
|
3808
|
-
env: {
|
|
3746
|
+
studioResourcesBaseUrl: {
|
|
3809
3747
|
type: StringConstructor;
|
|
3810
3748
|
required: true;
|
|
3811
3749
|
};
|
|
@@ -3861,8 +3799,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
3861
3799
|
}>, {
|
|
3862
3800
|
props: any;
|
|
3863
3801
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
3864
|
-
|
|
3865
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
3802
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
3866
3803
|
maxTries: number;
|
|
3867
3804
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
3868
3805
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -3909,11 +3846,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
3909
3846
|
type: StringConstructor;
|
|
3910
3847
|
required: true;
|
|
3911
3848
|
};
|
|
3912
|
-
|
|
3913
|
-
type: StringConstructor;
|
|
3914
|
-
required: true;
|
|
3915
|
-
};
|
|
3916
|
-
env: {
|
|
3849
|
+
studioResourcesBaseUrl: {
|
|
3917
3850
|
type: StringConstructor;
|
|
3918
3851
|
required: true;
|
|
3919
3852
|
};
|
|
@@ -3969,8 +3902,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
3969
3902
|
}>, {
|
|
3970
3903
|
props: any;
|
|
3971
3904
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
3972
|
-
|
|
3973
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
3905
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
3974
3906
|
maxTries: number;
|
|
3975
3907
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
3976
3908
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -4010,11 +3942,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
4010
3942
|
type: StringConstructor;
|
|
4011
3943
|
required: true;
|
|
4012
3944
|
};
|
|
4013
|
-
|
|
4014
|
-
type: StringConstructor;
|
|
4015
|
-
required: true;
|
|
4016
|
-
};
|
|
4017
|
-
env: {
|
|
3945
|
+
studioResourcesBaseUrl: {
|
|
4018
3946
|
type: StringConstructor;
|
|
4019
3947
|
required: true;
|
|
4020
3948
|
};
|
|
@@ -4070,8 +3998,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
4070
3998
|
}>, {
|
|
4071
3999
|
props: any;
|
|
4072
4000
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
4073
|
-
|
|
4074
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
4001
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
4075
4002
|
maxTries: number;
|
|
4076
4003
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
4077
4004
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -4118,11 +4045,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
4118
4045
|
type: StringConstructor;
|
|
4119
4046
|
required: true;
|
|
4120
4047
|
};
|
|
4121
|
-
|
|
4122
|
-
type: StringConstructor;
|
|
4123
|
-
required: true;
|
|
4124
|
-
};
|
|
4125
|
-
env: {
|
|
4048
|
+
studioResourcesBaseUrl: {
|
|
4126
4049
|
type: StringConstructor;
|
|
4127
4050
|
required: true;
|
|
4128
4051
|
};
|
|
@@ -4178,8 +4101,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
4178
4101
|
}>, {
|
|
4179
4102
|
props: any;
|
|
4180
4103
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
4181
|
-
|
|
4182
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
4104
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
4183
4105
|
maxTries: number;
|
|
4184
4106
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
4185
4107
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -4998,11 +4920,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
4998
4920
|
type: StringConstructor;
|
|
4999
4921
|
required: true;
|
|
5000
4922
|
};
|
|
5001
|
-
|
|
5002
|
-
type: StringConstructor;
|
|
5003
|
-
required: true;
|
|
5004
|
-
};
|
|
5005
|
-
env: {
|
|
4923
|
+
studioResourcesBaseUrl: {
|
|
5006
4924
|
type: StringConstructor;
|
|
5007
4925
|
required: true;
|
|
5008
4926
|
};
|
|
@@ -5052,8 +4970,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5052
4970
|
}>, {
|
|
5053
4971
|
props: any;
|
|
5054
4972
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
5055
|
-
|
|
5056
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
4973
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
5057
4974
|
maxTries: number;
|
|
5058
4975
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
5059
4976
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -5085,11 +5002,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5085
5002
|
type: StringConstructor;
|
|
5086
5003
|
required: true;
|
|
5087
5004
|
};
|
|
5088
|
-
|
|
5089
|
-
type: StringConstructor;
|
|
5090
|
-
required: true;
|
|
5091
|
-
};
|
|
5092
|
-
env: {
|
|
5005
|
+
studioResourcesBaseUrl: {
|
|
5093
5006
|
type: StringConstructor;
|
|
5094
5007
|
required: true;
|
|
5095
5008
|
};
|
|
@@ -5684,11 +5597,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5684
5597
|
type: StringConstructor;
|
|
5685
5598
|
required: true;
|
|
5686
5599
|
};
|
|
5687
|
-
|
|
5688
|
-
type: StringConstructor;
|
|
5689
|
-
required: true;
|
|
5690
|
-
};
|
|
5691
|
-
env: {
|
|
5600
|
+
studioResourcesBaseUrl: {
|
|
5692
5601
|
type: StringConstructor;
|
|
5693
5602
|
required: true;
|
|
5694
5603
|
};
|
|
@@ -5744,8 +5653,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5744
5653
|
}>, {
|
|
5745
5654
|
props: any;
|
|
5746
5655
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
5747
|
-
|
|
5748
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
5656
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
5749
5657
|
maxTries: number;
|
|
5750
5658
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
5751
5659
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -5792,11 +5700,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5792
5700
|
type: StringConstructor;
|
|
5793
5701
|
required: true;
|
|
5794
5702
|
};
|
|
5795
|
-
|
|
5796
|
-
type: StringConstructor;
|
|
5797
|
-
required: true;
|
|
5798
|
-
};
|
|
5799
|
-
env: {
|
|
5703
|
+
studioResourcesBaseUrl: {
|
|
5800
5704
|
type: StringConstructor;
|
|
5801
5705
|
required: true;
|
|
5802
5706
|
};
|
|
@@ -5852,8 +5756,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5852
5756
|
}>, {
|
|
5853
5757
|
props: any;
|
|
5854
5758
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
5855
|
-
|
|
5856
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
5759
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
5857
5760
|
maxTries: number;
|
|
5858
5761
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
5859
5762
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -5893,11 +5796,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5893
5796
|
type: StringConstructor;
|
|
5894
5797
|
required: true;
|
|
5895
5798
|
};
|
|
5896
|
-
|
|
5897
|
-
type: StringConstructor;
|
|
5898
|
-
required: true;
|
|
5899
|
-
};
|
|
5900
|
-
env: {
|
|
5799
|
+
studioResourcesBaseUrl: {
|
|
5901
5800
|
type: StringConstructor;
|
|
5902
5801
|
required: true;
|
|
5903
5802
|
};
|
|
@@ -5953,8 +5852,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5953
5852
|
}>, {
|
|
5954
5853
|
props: any;
|
|
5955
5854
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
5956
|
-
|
|
5957
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
5855
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
5958
5856
|
maxTries: number;
|
|
5959
5857
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
5960
5858
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -6001,11 +5899,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
6001
5899
|
type: StringConstructor;
|
|
6002
5900
|
required: true;
|
|
6003
5901
|
};
|
|
6004
|
-
|
|
6005
|
-
type: StringConstructor;
|
|
6006
|
-
required: true;
|
|
6007
|
-
};
|
|
6008
|
-
env: {
|
|
5902
|
+
studioResourcesBaseUrl: {
|
|
6009
5903
|
type: StringConstructor;
|
|
6010
5904
|
required: true;
|
|
6011
5905
|
};
|
|
@@ -6061,8 +5955,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
6061
5955
|
}>, {
|
|
6062
5956
|
props: any;
|
|
6063
5957
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
6064
|
-
|
|
6065
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
5958
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
6066
5959
|
maxTries: number;
|
|
6067
5960
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
6068
5961
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -6881,11 +6774,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
6881
6774
|
type: StringConstructor;
|
|
6882
6775
|
required: true;
|
|
6883
6776
|
};
|
|
6884
|
-
|
|
6885
|
-
type: StringConstructor;
|
|
6886
|
-
required: true;
|
|
6887
|
-
};
|
|
6888
|
-
env: {
|
|
6777
|
+
studioResourcesBaseUrl: {
|
|
6889
6778
|
type: StringConstructor;
|
|
6890
6779
|
required: true;
|
|
6891
6780
|
};
|
|
@@ -6935,8 +6824,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
6935
6824
|
}>, {
|
|
6936
6825
|
props: any;
|
|
6937
6826
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
6938
|
-
|
|
6939
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
6827
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
6940
6828
|
maxTries: number;
|
|
6941
6829
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
6942
6830
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -6968,11 +6856,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
6968
6856
|
type: StringConstructor;
|
|
6969
6857
|
required: true;
|
|
6970
6858
|
};
|
|
6971
|
-
|
|
6972
|
-
type: StringConstructor;
|
|
6973
|
-
required: true;
|
|
6974
|
-
};
|
|
6975
|
-
env: {
|
|
6859
|
+
studioResourcesBaseUrl: {
|
|
6976
6860
|
type: StringConstructor;
|
|
6977
6861
|
required: true;
|
|
6978
6862
|
};
|
|
@@ -11685,11 +11569,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
11685
11569
|
type: StringConstructor;
|
|
11686
11570
|
required: true;
|
|
11687
11571
|
};
|
|
11688
|
-
|
|
11689
|
-
type: StringConstructor;
|
|
11690
|
-
required: true;
|
|
11691
|
-
};
|
|
11692
|
-
env: {
|
|
11572
|
+
studioResourcesBaseUrl: {
|
|
11693
11573
|
type: StringConstructor;
|
|
11694
11574
|
required: true;
|
|
11695
11575
|
};
|
|
@@ -11745,8 +11625,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
11745
11625
|
}>, {
|
|
11746
11626
|
props: any;
|
|
11747
11627
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
11748
|
-
|
|
11749
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
11628
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
11750
11629
|
maxTries: number;
|
|
11751
11630
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
11752
11631
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -11793,11 +11672,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
11793
11672
|
type: StringConstructor;
|
|
11794
11673
|
required: true;
|
|
11795
11674
|
};
|
|
11796
|
-
|
|
11797
|
-
type: StringConstructor;
|
|
11798
|
-
required: true;
|
|
11799
|
-
};
|
|
11800
|
-
env: {
|
|
11675
|
+
studioResourcesBaseUrl: {
|
|
11801
11676
|
type: StringConstructor;
|
|
11802
11677
|
required: true;
|
|
11803
11678
|
};
|
|
@@ -11853,8 +11728,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
11853
11728
|
}>, {
|
|
11854
11729
|
props: any;
|
|
11855
11730
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
11856
|
-
|
|
11857
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
11731
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
11858
11732
|
maxTries: number;
|
|
11859
11733
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
11860
11734
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -11894,11 +11768,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
11894
11768
|
type: StringConstructor;
|
|
11895
11769
|
required: true;
|
|
11896
11770
|
};
|
|
11897
|
-
|
|
11898
|
-
type: StringConstructor;
|
|
11899
|
-
required: true;
|
|
11900
|
-
};
|
|
11901
|
-
env: {
|
|
11771
|
+
studioResourcesBaseUrl: {
|
|
11902
11772
|
type: StringConstructor;
|
|
11903
11773
|
required: true;
|
|
11904
11774
|
};
|
|
@@ -11954,8 +11824,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
11954
11824
|
}>, {
|
|
11955
11825
|
props: any;
|
|
11956
11826
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
11957
|
-
|
|
11958
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
11827
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
11959
11828
|
maxTries: number;
|
|
11960
11829
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
11961
11830
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -12002,11 +11871,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
12002
11871
|
type: StringConstructor;
|
|
12003
11872
|
required: true;
|
|
12004
11873
|
};
|
|
12005
|
-
|
|
12006
|
-
type: StringConstructor;
|
|
12007
|
-
required: true;
|
|
12008
|
-
};
|
|
12009
|
-
env: {
|
|
11874
|
+
studioResourcesBaseUrl: {
|
|
12010
11875
|
type: StringConstructor;
|
|
12011
11876
|
required: true;
|
|
12012
11877
|
};
|
|
@@ -12062,8 +11927,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
12062
11927
|
}>, {
|
|
12063
11928
|
props: any;
|
|
12064
11929
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
12065
|
-
|
|
12066
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
11930
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
12067
11931
|
maxTries: number;
|
|
12068
11932
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
12069
11933
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -12882,11 +12746,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
12882
12746
|
type: StringConstructor;
|
|
12883
12747
|
required: true;
|
|
12884
12748
|
};
|
|
12885
|
-
|
|
12886
|
-
type: StringConstructor;
|
|
12887
|
-
required: true;
|
|
12888
|
-
};
|
|
12889
|
-
env: {
|
|
12749
|
+
studioResourcesBaseUrl: {
|
|
12890
12750
|
type: StringConstructor;
|
|
12891
12751
|
required: true;
|
|
12892
12752
|
};
|
|
@@ -12936,8 +12796,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
12936
12796
|
}>, {
|
|
12937
12797
|
props: any;
|
|
12938
12798
|
emit: (event: "update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope", ...args: any[]) => void;
|
|
12939
|
-
|
|
12940
|
-
asyncSerialIsFinallyEnabled: import("vue").ComputedRef<any>;
|
|
12799
|
+
asyncSerialIsEnabled: import("vue").ComputedRef<any>;
|
|
12941
12800
|
maxTries: number;
|
|
12942
12801
|
serialPromise: Promise<Template.Serial> | undefined;
|
|
12943
12802
|
frameURL: import("vue").ComputedRef<string>;
|
|
@@ -12969,11 +12828,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
12969
12828
|
type: StringConstructor;
|
|
12970
12829
|
required: true;
|
|
12971
12830
|
};
|
|
12972
|
-
|
|
12973
|
-
type: StringConstructor;
|
|
12974
|
-
required: true;
|
|
12975
|
-
};
|
|
12976
|
-
env: {
|
|
12831
|
+
studioResourcesBaseUrl: {
|
|
12977
12832
|
type: StringConstructor;
|
|
12978
12833
|
required: true;
|
|
12979
12834
|
};
|
|
@@ -13999,7 +13854,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
13999
13854
|
waitForLeave: () => void;
|
|
14000
13855
|
latestTriggerElementsWithEventListener: Node[];
|
|
14001
13856
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
14002
|
-
capturedContext: Record<string | symbol, any>;
|
|
14003
13857
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14004
13858
|
show: {
|
|
14005
13859
|
type: BooleanConstructor;
|
|
@@ -14147,6 +14001,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14147
14001
|
required: false;
|
|
14148
14002
|
default: boolean;
|
|
14149
14003
|
};
|
|
14004
|
+
passInjections: {
|
|
14005
|
+
type: ArrayConstructor;
|
|
14006
|
+
required: false;
|
|
14007
|
+
default: () => never[];
|
|
14008
|
+
};
|
|
14150
14009
|
debug: {
|
|
14151
14010
|
type: BooleanConstructor;
|
|
14152
14011
|
required: false;
|
|
@@ -14164,7 +14023,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14164
14023
|
triggerVNodes: import("vue").ComputedRef<VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14165
14024
|
[key: string]: any;
|
|
14166
14025
|
}>[]>;
|
|
14167
|
-
|
|
14026
|
+
injections: {
|
|
14027
|
+
[k: string]: any;
|
|
14028
|
+
};
|
|
14168
14029
|
show: import("vue").WritableComputedRef<boolean, boolean>;
|
|
14169
14030
|
triggerPopupHandler: () => void;
|
|
14170
14031
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
@@ -14223,6 +14084,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14223
14084
|
required: false;
|
|
14224
14085
|
default: boolean;
|
|
14225
14086
|
};
|
|
14087
|
+
passInjections: {
|
|
14088
|
+
type: ArrayConstructor;
|
|
14089
|
+
required: false;
|
|
14090
|
+
default: () => never[];
|
|
14091
|
+
};
|
|
14226
14092
|
debug: {
|
|
14227
14093
|
type: BooleanConstructor;
|
|
14228
14094
|
required: false;
|
|
@@ -14241,6 +14107,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14241
14107
|
wrapperCustomClasses: unknown[];
|
|
14242
14108
|
fullLayer: boolean;
|
|
14243
14109
|
disableBackgroundEffect: boolean;
|
|
14110
|
+
passInjections: unknown[];
|
|
14244
14111
|
debug: boolean;
|
|
14245
14112
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14246
14113
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {} | {
|
|
@@ -14335,7 +14202,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14335
14202
|
waitForLeave: () => void;
|
|
14336
14203
|
latestTriggerElementsWithEventListener: Node[];
|
|
14337
14204
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
14338
|
-
capturedContext: Record<string | symbol, any>;
|
|
14339
14205
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], import("vue").PublicProps, {
|
|
14340
14206
|
show: boolean;
|
|
14341
14207
|
darkenBackground: boolean;
|
|
@@ -14416,7 +14282,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14416
14282
|
waitForLeave: () => void;
|
|
14417
14283
|
latestTriggerElementsWithEventListener: Node[];
|
|
14418
14284
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
14419
|
-
capturedContext: Record<string | symbol, any>;
|
|
14420
14285
|
}, {}, {}, {}, {
|
|
14421
14286
|
show: boolean;
|
|
14422
14287
|
darkenBackground: boolean;
|
|
@@ -14490,7 +14355,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14490
14355
|
waitForLeave: () => void;
|
|
14491
14356
|
latestTriggerElementsWithEventListener: Node[];
|
|
14492
14357
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
14493
|
-
capturedContext: Record<string | symbol, any>;
|
|
14494
14358
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], import("vue").PublicProps, {
|
|
14495
14359
|
show: boolean;
|
|
14496
14360
|
darkenBackground: boolean;
|
|
@@ -14571,7 +14435,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14571
14435
|
waitForLeave: () => void;
|
|
14572
14436
|
latestTriggerElementsWithEventListener: Node[];
|
|
14573
14437
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
14574
|
-
capturedContext: Record<string | symbol, any>;
|
|
14575
14438
|
}, {}, {}, {}, {
|
|
14576
14439
|
show: boolean;
|
|
14577
14440
|
darkenBackground: boolean;
|
|
@@ -14664,7 +14527,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14664
14527
|
waitForLeave: () => void;
|
|
14665
14528
|
latestTriggerElementsWithEventListener: Node[];
|
|
14666
14529
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
14667
|
-
capturedContext: Record<string | symbol, any>;
|
|
14668
14530
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14669
14531
|
show: {
|
|
14670
14532
|
type: BooleanConstructor;
|
|
@@ -14732,11 +14594,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14732
14594
|
required: false;
|
|
14733
14595
|
default: boolean;
|
|
14734
14596
|
};
|
|
14735
|
-
showActiveSymbol: {
|
|
14736
|
-
type: BooleanConstructor;
|
|
14737
|
-
required: false;
|
|
14738
|
-
default: boolean;
|
|
14739
|
-
};
|
|
14740
14597
|
}>, {
|
|
14741
14598
|
props: any;
|
|
14742
14599
|
emit: (event: "action", ...args: any[]) => void;
|
|
@@ -14773,17 +14630,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14773
14630
|
required: false;
|
|
14774
14631
|
default: boolean;
|
|
14775
14632
|
};
|
|
14776
|
-
showActiveSymbol: {
|
|
14777
|
-
type: BooleanConstructor;
|
|
14778
|
-
required: false;
|
|
14779
|
-
default: boolean;
|
|
14780
|
-
};
|
|
14781
14633
|
}>> & Readonly<{
|
|
14782
14634
|
onAction?: ((...args: any[]) => any) | undefined;
|
|
14783
14635
|
}>, {
|
|
14784
14636
|
secondary: boolean;
|
|
14785
14637
|
primary: boolean;
|
|
14786
|
-
showActiveSymbol: boolean;
|
|
14787
14638
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14788
14639
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:show")[], "update:modelValue" | "update:show", import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
14789
14640
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -16500,7 +16351,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
16500
16351
|
waitForLeave: () => void;
|
|
16501
16352
|
latestTriggerElementsWithEventListener: Node[];
|
|
16502
16353
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
16503
|
-
capturedContext: Record<string | symbol, any>;
|
|
16504
16354
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16505
16355
|
show: {
|
|
16506
16356
|
type: BooleanConstructor;
|
|
@@ -16648,6 +16498,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
16648
16498
|
required: false;
|
|
16649
16499
|
default: boolean;
|
|
16650
16500
|
};
|
|
16501
|
+
passInjections: {
|
|
16502
|
+
type: ArrayConstructor;
|
|
16503
|
+
required: false;
|
|
16504
|
+
default: () => never[];
|
|
16505
|
+
};
|
|
16651
16506
|
debug: {
|
|
16652
16507
|
type: BooleanConstructor;
|
|
16653
16508
|
required: false;
|
|
@@ -16665,7 +16520,9 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
16665
16520
|
triggerVNodes: import("vue").ComputedRef<VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16666
16521
|
[key: string]: any;
|
|
16667
16522
|
}>[]>;
|
|
16668
|
-
|
|
16523
|
+
injections: {
|
|
16524
|
+
[k: string]: any;
|
|
16525
|
+
};
|
|
16669
16526
|
show: import("vue").WritableComputedRef<boolean, boolean>;
|
|
16670
16527
|
triggerPopupHandler: () => void;
|
|
16671
16528
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
@@ -16724,6 +16581,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
16724
16581
|
required: false;
|
|
16725
16582
|
default: boolean;
|
|
16726
16583
|
};
|
|
16584
|
+
passInjections: {
|
|
16585
|
+
type: ArrayConstructor;
|
|
16586
|
+
required: false;
|
|
16587
|
+
default: () => never[];
|
|
16588
|
+
};
|
|
16727
16589
|
debug: {
|
|
16728
16590
|
type: BooleanConstructor;
|
|
16729
16591
|
required: false;
|
|
@@ -16742,6 +16604,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
16742
16604
|
wrapperCustomClasses: unknown[];
|
|
16743
16605
|
fullLayer: boolean;
|
|
16744
16606
|
disableBackgroundEffect: boolean;
|
|
16607
|
+
passInjections: unknown[];
|
|
16745
16608
|
debug: boolean;
|
|
16746
16609
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16747
16610
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {} | {
|
|
@@ -17087,7 +16950,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
17087
16950
|
waitForLeave: () => void;
|
|
17088
16951
|
latestTriggerElementsWithEventListener: Node[];
|
|
17089
16952
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
17090
|
-
capturedContext: Record<string | symbol, any>;
|
|
17091
16953
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], import("vue").PublicProps, {
|
|
17092
16954
|
show: boolean;
|
|
17093
16955
|
darkenBackground: boolean;
|
|
@@ -17168,7 +17030,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
17168
17030
|
waitForLeave: () => void;
|
|
17169
17031
|
latestTriggerElementsWithEventListener: Node[];
|
|
17170
17032
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
17171
|
-
capturedContext: Record<string | symbol, any>;
|
|
17172
17033
|
}, {}, {}, {}, {
|
|
17173
17034
|
show: boolean;
|
|
17174
17035
|
darkenBackground: boolean;
|
|
@@ -17242,7 +17103,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
17242
17103
|
waitForLeave: () => void;
|
|
17243
17104
|
latestTriggerElementsWithEventListener: Node[];
|
|
17244
17105
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
17245
|
-
capturedContext: Record<string | symbol, any>;
|
|
17246
17106
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], import("vue").PublicProps, {
|
|
17247
17107
|
show: boolean;
|
|
17248
17108
|
darkenBackground: boolean;
|
|
@@ -17323,7 +17183,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
17323
17183
|
waitForLeave: () => void;
|
|
17324
17184
|
latestTriggerElementsWithEventListener: Node[];
|
|
17325
17185
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
17326
|
-
capturedContext: Record<string | symbol, any>;
|
|
17327
17186
|
}, {}, {}, {}, {
|
|
17328
17187
|
show: boolean;
|
|
17329
17188
|
darkenBackground: boolean;
|
|
@@ -17402,7 +17261,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
17402
17261
|
waitForLeave: () => void;
|
|
17403
17262
|
latestTriggerElementsWithEventListener: Node[];
|
|
17404
17263
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
17405
|
-
capturedContext: Record<string | symbol, any>;
|
|
17406
17264
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17407
17265
|
show: {
|
|
17408
17266
|
type: BooleanConstructor;
|