@bluepic/embed 0.1.148 → 0.1.150
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 +17180 -17109
- package/lib/bluepic-embed.umd.js +69 -70
- package/lib/components/BluepicEmbedded.vue.d.ts +10 -2
- package/lib/components/BluepicEmbedded.vue.d.ts.map +1 -1
- package/lib/components/BluepicEmbeddedEditor.vue.d.ts +164 -58
- package/lib/components/BluepicEmbeddedEditor.vue.d.ts.map +1 -1
- package/lib/components/BluepicLiveTemplate.vue.d.ts +30 -6
- package/lib/components/BluepicLiveTemplate.vue.d.ts.map +1 -1
- package/lib/components/BxDropdown.vue.d.ts +2 -14
- package/lib/components/BxDropdown.vue.d.ts.map +1 -1
- package/lib/components/BxInput.vue.d.ts +10 -0
- package/lib/components/BxInput.vue.d.ts.map +1 -1
- package/lib/components/BxPopover.vue.d.ts +1 -0
- package/lib/components/BxPopover.vue.d.ts.map +1 -1
- package/lib/components/BxSelect.vue.d.ts +5 -0
- package/lib/components/BxSelect.vue.d.ts.map +1 -1
- package/lib/components/BxTooltip.vue.d.ts +5 -0
- package/lib/components/BxTooltip.vue.d.ts.map +1 -1
- package/lib/components/CollectionEntryFields.vue.d.ts +10 -0
- package/lib/components/CollectionEntryFields.vue.d.ts.map +1 -1
- package/lib/components/CollectionFieldPopup.vue.d.ts +11 -14
- package/lib/components/CollectionFieldPopup.vue.d.ts.map +1 -1
- package/lib/components/Fields.vue.d.ts +5 -0
- package/lib/components/Fields.vue.d.ts.map +1 -1
- package/lib/components/FieldsList.vue.d.ts +5 -0
- package/lib/components/FieldsList.vue.d.ts.map +1 -1
- package/lib/components/ImageLibraries/Pexels.vue.d.ts +10 -0
- package/lib/components/ImageLibraries/Pexels.vue.d.ts.map +1 -1
- package/lib/components/ImageLibraryWrapper.vue.d.ts +10 -0
- package/lib/components/ImageLibraryWrapper.vue.d.ts.map +1 -1
- package/lib/components/ImportData.vue.d.ts +15 -0
- package/lib/components/ImportData.vue.d.ts.map +1 -1
- package/lib/components/MessageElement.vue.d.ts +8 -0
- package/lib/components/MessageElement.vue.d.ts.map +1 -1
- package/lib/components/MobileFieldsSlide.vue.d.ts +2 -14
- package/lib/components/MobileFieldsSlide.vue.d.ts.map +1 -1
- package/lib/components/PopoverElement.vue.d.ts +13 -1
- package/lib/components/PopoverElement.vue.d.ts.map +1 -1
- package/lib/components/Popup.vue.d.ts +1 -14
- package/lib/components/Popup.vue.d.ts.map +1 -1
- package/lib/components/PopupElement.vue.d.ts +9 -5
- package/lib/components/PopupElement.vue.d.ts.map +1 -1
- package/lib/components/SelectItem.vue.d.ts +5 -0
- package/lib/components/SelectItem.vue.d.ts.map +1 -1
- package/lib/components/SlidesNavigation.vue.d.ts +5 -0
- package/lib/components/SlidesNavigation.vue.d.ts.map +1 -1
- package/lib/components/TableDataMatcher.vue.d.ts +5 -0
- package/lib/components/TableDataMatcher.vue.d.ts.map +1 -1
- package/lib/components/directives/usePopup.d.ts +14 -2
- package/lib/components/directives/usePopup.d.ts.map +1 -1
- package/lib/components/fields/Collection.vue.d.ts +10 -0
- package/lib/components/fields/Collection.vue.d.ts.map +1 -1
- package/lib/components/fields/Group.vue.d.ts +10 -0
- package/lib/components/fields/Group.vue.d.ts.map +1 -1
- package/lib/components/fields/Image.vue.d.ts +13 -28
- package/lib/components/fields/Image.vue.d.ts.map +1 -1
- package/lib/components/fields/ImageAdjust.vue.d.ts +1 -14
- package/lib/components/fields/ImageAdjust.vue.d.ts.map +1 -1
- package/lib/components/fields/ImageEdit.vue.d.ts +18 -28
- package/lib/components/fields/ImageEdit.vue.d.ts.map +1 -1
- package/lib/components/fields/Map.vue.d.ts +1 -14
- package/lib/components/fields/Map.vue.d.ts.map +1 -1
- package/lib/components/fields/Select.vue.d.ts +5 -0
- package/lib/components/fields/Select.vue.d.ts.map +1 -1
- package/lib/components/fields/SelectColor.vue.d.ts +5 -0
- package/lib/components/fields/SelectColor.vue.d.ts.map +1 -1
- package/lib/components/fields/SelectImage.vue.d.ts +5 -0
- package/lib/components/fields/SelectImage.vue.d.ts.map +1 -1
- package/lib/components/fields/SelectText.vue.d.ts +5 -0
- package/lib/components/fields/SelectText.vue.d.ts.map +1 -1
- package/lib/components/fields/Text.vue.d.ts +10 -0
- package/lib/components/fields/Text.vue.d.ts.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/style.css +1 -1
- package/lib/util/RenderService.d.ts +2 -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/contextCapture.d.ts +2 -0
- package/lib/util/contextCapture.d.ts.map +1 -0
- package/package.json +2 -2
|
@@ -5,7 +5,11 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
5
5
|
type: StringConstructor;
|
|
6
6
|
required: true;
|
|
7
7
|
};
|
|
8
|
-
|
|
8
|
+
embedApiBaseUrl: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
required: true;
|
|
11
|
+
};
|
|
12
|
+
env: {
|
|
9
13
|
type: StringConstructor;
|
|
10
14
|
required: true;
|
|
11
15
|
};
|
|
@@ -87,7 +91,11 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
87
91
|
type: StringConstructor;
|
|
88
92
|
required: true;
|
|
89
93
|
};
|
|
90
|
-
|
|
94
|
+
embedApiBaseUrl: {
|
|
95
|
+
type: StringConstructor;
|
|
96
|
+
required: true;
|
|
97
|
+
};
|
|
98
|
+
env: {
|
|
91
99
|
type: StringConstructor;
|
|
92
100
|
required: true;
|
|
93
101
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BluepicEmbedded.vue.d.ts","sourceRoot":"","sources":["BluepicEmbedded.vue.ts"],"names":[],"mappings":"AAEA,OAAO,kBAAgE,MAAM,sBAAsB,CAAC;AACpG,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAU1C,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"BluepicEmbedded.vue.d.ts","sourceRoot":"","sources":["BluepicEmbedded.vue.ts"],"names":[],"mappings":"AAEA,OAAO,kBAAgE,MAAM,sBAAsB,CAAC;AACpG,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAU1C,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAuMqB;QAClC,IAAI,EAAE,WAAW,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,CAAC;QAC/D,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,IAAI,CAAC,EAAE;YAAE,CAAC,EAAE,MAAM,CAAC;YAAC,CAAC,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,CAAC;YAAC,MAAM,EAAE,MAAM,CAAA;SAAE,CAAC;KAChE,KAAG,QAAQ,IAAI,CAAC;qBAwBW,QAAQ,QAAQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAyL3C,CAAA;AACF,eAAe,SAAS,CAAA"}
|
|
@@ -42,7 +42,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
42
42
|
type: StringConstructor;
|
|
43
43
|
required: true;
|
|
44
44
|
};
|
|
45
|
-
|
|
45
|
+
embedApiBaseUrl: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
required: true;
|
|
48
|
+
};
|
|
49
|
+
env: {
|
|
46
50
|
type: StringConstructor;
|
|
47
51
|
required: true;
|
|
48
52
|
};
|
|
@@ -145,7 +149,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
145
149
|
type: StringConstructor;
|
|
146
150
|
required: true;
|
|
147
151
|
};
|
|
148
|
-
|
|
152
|
+
embedApiBaseUrl: {
|
|
153
|
+
type: StringConstructor;
|
|
154
|
+
required: true;
|
|
155
|
+
};
|
|
156
|
+
env: {
|
|
149
157
|
type: StringConstructor;
|
|
150
158
|
required: true;
|
|
151
159
|
};
|
|
@@ -241,7 +249,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
241
249
|
type: StringConstructor;
|
|
242
250
|
required: true;
|
|
243
251
|
};
|
|
244
|
-
|
|
252
|
+
embedApiBaseUrl: {
|
|
253
|
+
type: StringConstructor;
|
|
254
|
+
required: true;
|
|
255
|
+
};
|
|
256
|
+
env: {
|
|
245
257
|
type: StringConstructor;
|
|
246
258
|
required: true;
|
|
247
259
|
};
|
|
@@ -344,7 +356,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
344
356
|
type: StringConstructor;
|
|
345
357
|
required: true;
|
|
346
358
|
};
|
|
347
|
-
|
|
359
|
+
embedApiBaseUrl: {
|
|
360
|
+
type: StringConstructor;
|
|
361
|
+
required: true;
|
|
362
|
+
};
|
|
363
|
+
env: {
|
|
348
364
|
type: StringConstructor;
|
|
349
365
|
required: true;
|
|
350
366
|
};
|
|
@@ -1219,7 +1235,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1219
1235
|
type: StringConstructor;
|
|
1220
1236
|
required: true;
|
|
1221
1237
|
};
|
|
1222
|
-
|
|
1238
|
+
embedApiBaseUrl: {
|
|
1239
|
+
type: StringConstructor;
|
|
1240
|
+
required: true;
|
|
1241
|
+
};
|
|
1242
|
+
env: {
|
|
1223
1243
|
type: StringConstructor;
|
|
1224
1244
|
required: true;
|
|
1225
1245
|
};
|
|
@@ -1301,7 +1321,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1301
1321
|
type: StringConstructor;
|
|
1302
1322
|
required: true;
|
|
1303
1323
|
};
|
|
1304
|
-
|
|
1324
|
+
embedApiBaseUrl: {
|
|
1325
|
+
type: StringConstructor;
|
|
1326
|
+
required: true;
|
|
1327
|
+
};
|
|
1328
|
+
env: {
|
|
1305
1329
|
type: StringConstructor;
|
|
1306
1330
|
required: true;
|
|
1307
1331
|
};
|
|
@@ -1896,7 +1920,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1896
1920
|
type: StringConstructor;
|
|
1897
1921
|
required: true;
|
|
1898
1922
|
};
|
|
1899
|
-
|
|
1923
|
+
embedApiBaseUrl: {
|
|
1924
|
+
type: StringConstructor;
|
|
1925
|
+
required: true;
|
|
1926
|
+
};
|
|
1927
|
+
env: {
|
|
1900
1928
|
type: StringConstructor;
|
|
1901
1929
|
required: true;
|
|
1902
1930
|
};
|
|
@@ -1999,7 +2027,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1999
2027
|
type: StringConstructor;
|
|
2000
2028
|
required: true;
|
|
2001
2029
|
};
|
|
2002
|
-
|
|
2030
|
+
embedApiBaseUrl: {
|
|
2031
|
+
type: StringConstructor;
|
|
2032
|
+
required: true;
|
|
2033
|
+
};
|
|
2034
|
+
env: {
|
|
2003
2035
|
type: StringConstructor;
|
|
2004
2036
|
required: true;
|
|
2005
2037
|
};
|
|
@@ -2095,7 +2127,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2095
2127
|
type: StringConstructor;
|
|
2096
2128
|
required: true;
|
|
2097
2129
|
};
|
|
2098
|
-
|
|
2130
|
+
embedApiBaseUrl: {
|
|
2131
|
+
type: StringConstructor;
|
|
2132
|
+
required: true;
|
|
2133
|
+
};
|
|
2134
|
+
env: {
|
|
2099
2135
|
type: StringConstructor;
|
|
2100
2136
|
required: true;
|
|
2101
2137
|
};
|
|
@@ -2198,7 +2234,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
2198
2234
|
type: StringConstructor;
|
|
2199
2235
|
required: true;
|
|
2200
2236
|
};
|
|
2201
|
-
|
|
2237
|
+
embedApiBaseUrl: {
|
|
2238
|
+
type: StringConstructor;
|
|
2239
|
+
required: true;
|
|
2240
|
+
};
|
|
2241
|
+
env: {
|
|
2202
2242
|
type: StringConstructor;
|
|
2203
2243
|
required: true;
|
|
2204
2244
|
};
|
|
@@ -3073,7 +3113,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
3073
3113
|
type: StringConstructor;
|
|
3074
3114
|
required: true;
|
|
3075
3115
|
};
|
|
3076
|
-
|
|
3116
|
+
embedApiBaseUrl: {
|
|
3117
|
+
type: StringConstructor;
|
|
3118
|
+
required: true;
|
|
3119
|
+
};
|
|
3120
|
+
env: {
|
|
3077
3121
|
type: StringConstructor;
|
|
3078
3122
|
required: true;
|
|
3079
3123
|
};
|
|
@@ -3155,7 +3199,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
3155
3199
|
type: StringConstructor;
|
|
3156
3200
|
required: true;
|
|
3157
3201
|
};
|
|
3158
|
-
|
|
3202
|
+
embedApiBaseUrl: {
|
|
3203
|
+
type: StringConstructor;
|
|
3204
|
+
required: true;
|
|
3205
|
+
};
|
|
3206
|
+
env: {
|
|
3159
3207
|
type: StringConstructor;
|
|
3160
3208
|
required: true;
|
|
3161
3209
|
};
|
|
@@ -3743,7 +3791,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
3743
3791
|
type: StringConstructor;
|
|
3744
3792
|
required: true;
|
|
3745
3793
|
};
|
|
3746
|
-
|
|
3794
|
+
embedApiBaseUrl: {
|
|
3795
|
+
type: StringConstructor;
|
|
3796
|
+
required: true;
|
|
3797
|
+
};
|
|
3798
|
+
env: {
|
|
3747
3799
|
type: StringConstructor;
|
|
3748
3800
|
required: true;
|
|
3749
3801
|
};
|
|
@@ -3846,7 +3898,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
3846
3898
|
type: StringConstructor;
|
|
3847
3899
|
required: true;
|
|
3848
3900
|
};
|
|
3849
|
-
|
|
3901
|
+
embedApiBaseUrl: {
|
|
3902
|
+
type: StringConstructor;
|
|
3903
|
+
required: true;
|
|
3904
|
+
};
|
|
3905
|
+
env: {
|
|
3850
3906
|
type: StringConstructor;
|
|
3851
3907
|
required: true;
|
|
3852
3908
|
};
|
|
@@ -3942,7 +3998,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
3942
3998
|
type: StringConstructor;
|
|
3943
3999
|
required: true;
|
|
3944
4000
|
};
|
|
3945
|
-
|
|
4001
|
+
embedApiBaseUrl: {
|
|
4002
|
+
type: StringConstructor;
|
|
4003
|
+
required: true;
|
|
4004
|
+
};
|
|
4005
|
+
env: {
|
|
3946
4006
|
type: StringConstructor;
|
|
3947
4007
|
required: true;
|
|
3948
4008
|
};
|
|
@@ -4045,7 +4105,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
4045
4105
|
type: StringConstructor;
|
|
4046
4106
|
required: true;
|
|
4047
4107
|
};
|
|
4048
|
-
|
|
4108
|
+
embedApiBaseUrl: {
|
|
4109
|
+
type: StringConstructor;
|
|
4110
|
+
required: true;
|
|
4111
|
+
};
|
|
4112
|
+
env: {
|
|
4049
4113
|
type: StringConstructor;
|
|
4050
4114
|
required: true;
|
|
4051
4115
|
};
|
|
@@ -4920,7 +4984,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
4920
4984
|
type: StringConstructor;
|
|
4921
4985
|
required: true;
|
|
4922
4986
|
};
|
|
4923
|
-
|
|
4987
|
+
embedApiBaseUrl: {
|
|
4988
|
+
type: StringConstructor;
|
|
4989
|
+
required: true;
|
|
4990
|
+
};
|
|
4991
|
+
env: {
|
|
4924
4992
|
type: StringConstructor;
|
|
4925
4993
|
required: true;
|
|
4926
4994
|
};
|
|
@@ -5002,7 +5070,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5002
5070
|
type: StringConstructor;
|
|
5003
5071
|
required: true;
|
|
5004
5072
|
};
|
|
5005
|
-
|
|
5073
|
+
embedApiBaseUrl: {
|
|
5074
|
+
type: StringConstructor;
|
|
5075
|
+
required: true;
|
|
5076
|
+
};
|
|
5077
|
+
env: {
|
|
5006
5078
|
type: StringConstructor;
|
|
5007
5079
|
required: true;
|
|
5008
5080
|
};
|
|
@@ -5597,7 +5669,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5597
5669
|
type: StringConstructor;
|
|
5598
5670
|
required: true;
|
|
5599
5671
|
};
|
|
5600
|
-
|
|
5672
|
+
embedApiBaseUrl: {
|
|
5673
|
+
type: StringConstructor;
|
|
5674
|
+
required: true;
|
|
5675
|
+
};
|
|
5676
|
+
env: {
|
|
5601
5677
|
type: StringConstructor;
|
|
5602
5678
|
required: true;
|
|
5603
5679
|
};
|
|
@@ -5700,7 +5776,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5700
5776
|
type: StringConstructor;
|
|
5701
5777
|
required: true;
|
|
5702
5778
|
};
|
|
5703
|
-
|
|
5779
|
+
embedApiBaseUrl: {
|
|
5780
|
+
type: StringConstructor;
|
|
5781
|
+
required: true;
|
|
5782
|
+
};
|
|
5783
|
+
env: {
|
|
5704
5784
|
type: StringConstructor;
|
|
5705
5785
|
required: true;
|
|
5706
5786
|
};
|
|
@@ -5796,7 +5876,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5796
5876
|
type: StringConstructor;
|
|
5797
5877
|
required: true;
|
|
5798
5878
|
};
|
|
5799
|
-
|
|
5879
|
+
embedApiBaseUrl: {
|
|
5880
|
+
type: StringConstructor;
|
|
5881
|
+
required: true;
|
|
5882
|
+
};
|
|
5883
|
+
env: {
|
|
5800
5884
|
type: StringConstructor;
|
|
5801
5885
|
required: true;
|
|
5802
5886
|
};
|
|
@@ -5899,7 +5983,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
5899
5983
|
type: StringConstructor;
|
|
5900
5984
|
required: true;
|
|
5901
5985
|
};
|
|
5902
|
-
|
|
5986
|
+
embedApiBaseUrl: {
|
|
5987
|
+
type: StringConstructor;
|
|
5988
|
+
required: true;
|
|
5989
|
+
};
|
|
5990
|
+
env: {
|
|
5903
5991
|
type: StringConstructor;
|
|
5904
5992
|
required: true;
|
|
5905
5993
|
};
|
|
@@ -6774,7 +6862,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
6774
6862
|
type: StringConstructor;
|
|
6775
6863
|
required: true;
|
|
6776
6864
|
};
|
|
6777
|
-
|
|
6865
|
+
embedApiBaseUrl: {
|
|
6866
|
+
type: StringConstructor;
|
|
6867
|
+
required: true;
|
|
6868
|
+
};
|
|
6869
|
+
env: {
|
|
6778
6870
|
type: StringConstructor;
|
|
6779
6871
|
required: true;
|
|
6780
6872
|
};
|
|
@@ -6856,7 +6948,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
6856
6948
|
type: StringConstructor;
|
|
6857
6949
|
required: true;
|
|
6858
6950
|
};
|
|
6859
|
-
|
|
6951
|
+
embedApiBaseUrl: {
|
|
6952
|
+
type: StringConstructor;
|
|
6953
|
+
required: true;
|
|
6954
|
+
};
|
|
6955
|
+
env: {
|
|
6860
6956
|
type: StringConstructor;
|
|
6861
6957
|
required: true;
|
|
6862
6958
|
};
|
|
@@ -11569,7 +11665,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
11569
11665
|
type: StringConstructor;
|
|
11570
11666
|
required: true;
|
|
11571
11667
|
};
|
|
11572
|
-
|
|
11668
|
+
embedApiBaseUrl: {
|
|
11669
|
+
type: StringConstructor;
|
|
11670
|
+
required: true;
|
|
11671
|
+
};
|
|
11672
|
+
env: {
|
|
11573
11673
|
type: StringConstructor;
|
|
11574
11674
|
required: true;
|
|
11575
11675
|
};
|
|
@@ -11672,7 +11772,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
11672
11772
|
type: StringConstructor;
|
|
11673
11773
|
required: true;
|
|
11674
11774
|
};
|
|
11675
|
-
|
|
11775
|
+
embedApiBaseUrl: {
|
|
11776
|
+
type: StringConstructor;
|
|
11777
|
+
required: true;
|
|
11778
|
+
};
|
|
11779
|
+
env: {
|
|
11676
11780
|
type: StringConstructor;
|
|
11677
11781
|
required: true;
|
|
11678
11782
|
};
|
|
@@ -11768,7 +11872,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
11768
11872
|
type: StringConstructor;
|
|
11769
11873
|
required: true;
|
|
11770
11874
|
};
|
|
11771
|
-
|
|
11875
|
+
embedApiBaseUrl: {
|
|
11876
|
+
type: StringConstructor;
|
|
11877
|
+
required: true;
|
|
11878
|
+
};
|
|
11879
|
+
env: {
|
|
11772
11880
|
type: StringConstructor;
|
|
11773
11881
|
required: true;
|
|
11774
11882
|
};
|
|
@@ -11871,7 +11979,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
11871
11979
|
type: StringConstructor;
|
|
11872
11980
|
required: true;
|
|
11873
11981
|
};
|
|
11874
|
-
|
|
11982
|
+
embedApiBaseUrl: {
|
|
11983
|
+
type: StringConstructor;
|
|
11984
|
+
required: true;
|
|
11985
|
+
};
|
|
11986
|
+
env: {
|
|
11875
11987
|
type: StringConstructor;
|
|
11876
11988
|
required: true;
|
|
11877
11989
|
};
|
|
@@ -12746,7 +12858,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
12746
12858
|
type: StringConstructor;
|
|
12747
12859
|
required: true;
|
|
12748
12860
|
};
|
|
12749
|
-
|
|
12861
|
+
embedApiBaseUrl: {
|
|
12862
|
+
type: StringConstructor;
|
|
12863
|
+
required: true;
|
|
12864
|
+
};
|
|
12865
|
+
env: {
|
|
12750
12866
|
type: StringConstructor;
|
|
12751
12867
|
required: true;
|
|
12752
12868
|
};
|
|
@@ -12828,7 +12944,11 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
12828
12944
|
type: StringConstructor;
|
|
12829
12945
|
required: true;
|
|
12830
12946
|
};
|
|
12831
|
-
|
|
12947
|
+
embedApiBaseUrl: {
|
|
12948
|
+
type: StringConstructor;
|
|
12949
|
+
required: true;
|
|
12950
|
+
};
|
|
12951
|
+
env: {
|
|
12832
12952
|
type: StringConstructor;
|
|
12833
12953
|
required: true;
|
|
12834
12954
|
};
|
|
@@ -13854,6 +13974,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
13854
13974
|
waitForLeave: () => void;
|
|
13855
13975
|
latestTriggerElementsWithEventListener: Node[];
|
|
13856
13976
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
13977
|
+
capturedContext: Record<string | symbol, any>;
|
|
13857
13978
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13858
13979
|
show: {
|
|
13859
13980
|
type: BooleanConstructor;
|
|
@@ -14001,11 +14122,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14001
14122
|
required: false;
|
|
14002
14123
|
default: boolean;
|
|
14003
14124
|
};
|
|
14004
|
-
passInjections: {
|
|
14005
|
-
type: ArrayConstructor;
|
|
14006
|
-
required: false;
|
|
14007
|
-
default: () => never[];
|
|
14008
|
-
};
|
|
14009
14125
|
debug: {
|
|
14010
14126
|
type: BooleanConstructor;
|
|
14011
14127
|
required: false;
|
|
@@ -14023,9 +14139,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14023
14139
|
triggerVNodes: import("vue").ComputedRef<VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14024
14140
|
[key: string]: any;
|
|
14025
14141
|
}>[]>;
|
|
14026
|
-
|
|
14027
|
-
[k: string]: any;
|
|
14028
|
-
};
|
|
14142
|
+
capturedContext: Record<string | symbol, any>;
|
|
14029
14143
|
show: import("vue").WritableComputedRef<boolean, boolean>;
|
|
14030
14144
|
triggerPopupHandler: () => void;
|
|
14031
14145
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
@@ -14084,11 +14198,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14084
14198
|
required: false;
|
|
14085
14199
|
default: boolean;
|
|
14086
14200
|
};
|
|
14087
|
-
passInjections: {
|
|
14088
|
-
type: ArrayConstructor;
|
|
14089
|
-
required: false;
|
|
14090
|
-
default: () => never[];
|
|
14091
|
-
};
|
|
14092
14201
|
debug: {
|
|
14093
14202
|
type: BooleanConstructor;
|
|
14094
14203
|
required: false;
|
|
@@ -14107,7 +14216,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14107
14216
|
wrapperCustomClasses: unknown[];
|
|
14108
14217
|
fullLayer: boolean;
|
|
14109
14218
|
disableBackgroundEffect: boolean;
|
|
14110
|
-
passInjections: unknown[];
|
|
14111
14219
|
debug: boolean;
|
|
14112
14220
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
14113
14221
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {} | {
|
|
@@ -14202,6 +14310,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14202
14310
|
waitForLeave: () => void;
|
|
14203
14311
|
latestTriggerElementsWithEventListener: Node[];
|
|
14204
14312
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
14313
|
+
capturedContext: Record<string | symbol, any>;
|
|
14205
14314
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], import("vue").PublicProps, {
|
|
14206
14315
|
show: boolean;
|
|
14207
14316
|
darkenBackground: boolean;
|
|
@@ -14282,6 +14391,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14282
14391
|
waitForLeave: () => void;
|
|
14283
14392
|
latestTriggerElementsWithEventListener: Node[];
|
|
14284
14393
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
14394
|
+
capturedContext: Record<string | symbol, any>;
|
|
14285
14395
|
}, {}, {}, {}, {
|
|
14286
14396
|
show: boolean;
|
|
14287
14397
|
darkenBackground: boolean;
|
|
@@ -14355,6 +14465,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14355
14465
|
waitForLeave: () => void;
|
|
14356
14466
|
latestTriggerElementsWithEventListener: Node[];
|
|
14357
14467
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
14468
|
+
capturedContext: Record<string | symbol, any>;
|
|
14358
14469
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], import("vue").PublicProps, {
|
|
14359
14470
|
show: boolean;
|
|
14360
14471
|
darkenBackground: boolean;
|
|
@@ -14435,6 +14546,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14435
14546
|
waitForLeave: () => void;
|
|
14436
14547
|
latestTriggerElementsWithEventListener: Node[];
|
|
14437
14548
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
14549
|
+
capturedContext: Record<string | symbol, any>;
|
|
14438
14550
|
}, {}, {}, {}, {
|
|
14439
14551
|
show: boolean;
|
|
14440
14552
|
darkenBackground: boolean;
|
|
@@ -14527,6 +14639,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
14527
14639
|
waitForLeave: () => void;
|
|
14528
14640
|
latestTriggerElementsWithEventListener: Node[];
|
|
14529
14641
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
14642
|
+
capturedContext: Record<string | symbol, any>;
|
|
14530
14643
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14531
14644
|
show: {
|
|
14532
14645
|
type: BooleanConstructor;
|
|
@@ -16351,6 +16464,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
16351
16464
|
waitForLeave: () => void;
|
|
16352
16465
|
latestTriggerElementsWithEventListener: Node[];
|
|
16353
16466
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
16467
|
+
capturedContext: Record<string | symbol, any>;
|
|
16354
16468
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16355
16469
|
show: {
|
|
16356
16470
|
type: BooleanConstructor;
|
|
@@ -16498,11 +16612,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
16498
16612
|
required: false;
|
|
16499
16613
|
default: boolean;
|
|
16500
16614
|
};
|
|
16501
|
-
passInjections: {
|
|
16502
|
-
type: ArrayConstructor;
|
|
16503
|
-
required: false;
|
|
16504
|
-
default: () => never[];
|
|
16505
|
-
};
|
|
16506
16615
|
debug: {
|
|
16507
16616
|
type: BooleanConstructor;
|
|
16508
16617
|
required: false;
|
|
@@ -16520,9 +16629,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
16520
16629
|
triggerVNodes: import("vue").ComputedRef<VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
16521
16630
|
[key: string]: any;
|
|
16522
16631
|
}>[]>;
|
|
16523
|
-
|
|
16524
|
-
[k: string]: any;
|
|
16525
|
-
};
|
|
16632
|
+
capturedContext: Record<string | symbol, any>;
|
|
16526
16633
|
show: import("vue").WritableComputedRef<boolean, boolean>;
|
|
16527
16634
|
triggerPopupHandler: () => void;
|
|
16528
16635
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
@@ -16581,11 +16688,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
16581
16688
|
required: false;
|
|
16582
16689
|
default: boolean;
|
|
16583
16690
|
};
|
|
16584
|
-
passInjections: {
|
|
16585
|
-
type: ArrayConstructor;
|
|
16586
|
-
required: false;
|
|
16587
|
-
default: () => never[];
|
|
16588
|
-
};
|
|
16589
16691
|
debug: {
|
|
16590
16692
|
type: BooleanConstructor;
|
|
16591
16693
|
required: false;
|
|
@@ -16604,7 +16706,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
16604
16706
|
wrapperCustomClasses: unknown[];
|
|
16605
16707
|
fullLayer: boolean;
|
|
16606
16708
|
disableBackgroundEffect: boolean;
|
|
16607
|
-
passInjections: unknown[];
|
|
16608
16709
|
debug: boolean;
|
|
16609
16710
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
16610
16711
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {} | {
|
|
@@ -16950,6 +17051,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
16950
17051
|
waitForLeave: () => void;
|
|
16951
17052
|
latestTriggerElementsWithEventListener: Node[];
|
|
16952
17053
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
17054
|
+
capturedContext: Record<string | symbol, any>;
|
|
16953
17055
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], import("vue").PublicProps, {
|
|
16954
17056
|
show: boolean;
|
|
16955
17057
|
darkenBackground: boolean;
|
|
@@ -17030,6 +17132,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
17030
17132
|
waitForLeave: () => void;
|
|
17031
17133
|
latestTriggerElementsWithEventListener: Node[];
|
|
17032
17134
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
17135
|
+
capturedContext: Record<string | symbol, any>;
|
|
17033
17136
|
}, {}, {}, {}, {
|
|
17034
17137
|
show: boolean;
|
|
17035
17138
|
darkenBackground: boolean;
|
|
@@ -17103,6 +17206,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
17103
17206
|
waitForLeave: () => void;
|
|
17104
17207
|
latestTriggerElementsWithEventListener: Node[];
|
|
17105
17208
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
17209
|
+
capturedContext: Record<string | symbol, any>;
|
|
17106
17210
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], import("vue").PublicProps, {
|
|
17107
17211
|
show: boolean;
|
|
17108
17212
|
darkenBackground: boolean;
|
|
@@ -17183,6 +17287,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
17183
17287
|
waitForLeave: () => void;
|
|
17184
17288
|
latestTriggerElementsWithEventListener: Node[];
|
|
17185
17289
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
17290
|
+
capturedContext: Record<string | symbol, any>;
|
|
17186
17291
|
}, {}, {}, {}, {
|
|
17187
17292
|
show: boolean;
|
|
17188
17293
|
darkenBackground: boolean;
|
|
@@ -17261,6 +17366,7 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
17261
17366
|
waitForLeave: () => void;
|
|
17262
17367
|
latestTriggerElementsWithEventListener: Node[];
|
|
17263
17368
|
globalPopupProvider: import("../util/PopupProvider").default;
|
|
17369
|
+
capturedContext: Record<string | symbol, any>;
|
|
17264
17370
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:show"[], "update:show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17265
17371
|
show: {
|
|
17266
17372
|
type: BooleanConstructor;
|