@bluepic/embed 0.1.68 → 0.1.69
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 +7850 -7838
- package/lib/bluepic-embed.umd.js +57 -52
- package/lib/components/BluepicEmbedded.vue.d.ts +0 -11
- package/lib/components/BluepicEmbedded.vue.d.ts.map +1 -1
- package/lib/components/BluepicEmbeddedEditor.vue.d.ts +0 -175
- package/lib/components/BluepicEmbeddedEditor.vue.d.ts.map +1 -1
- package/lib/components/BluepicLiveTemplate.vue.d.ts +0 -35
- package/lib/components/BluepicLiveTemplate.vue.d.ts.map +1 -1
- package/lib/style.css +1 -1
- package/lib/util/bluepicEmbed.d.ts +2 -2
- package/lib/util/bluepicEmbed.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -32,11 +32,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
32
32
|
type: StringConstructor;
|
|
33
33
|
required: true;
|
|
34
34
|
};
|
|
35
|
-
publishedVersionSlug: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
required: false;
|
|
38
|
-
default: string;
|
|
39
|
-
};
|
|
40
35
|
bxCoreVersion: {
|
|
41
36
|
type: StringConstructor;
|
|
42
37
|
required: false;
|
|
@@ -114,7 +109,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
114
109
|
renderSVG: () => Promise<Document>;
|
|
115
110
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope")[], import("vue").PublicProps, {
|
|
116
111
|
data: Record<string, any>;
|
|
117
|
-
publishedVersionSlug: string;
|
|
118
112
|
bxCoreVersion: string;
|
|
119
113
|
authorization: string;
|
|
120
114
|
fonts: unknown[];
|
|
@@ -141,11 +135,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
141
135
|
type: StringConstructor;
|
|
142
136
|
required: true;
|
|
143
137
|
};
|
|
144
|
-
publishedVersionSlug: {
|
|
145
|
-
type: StringConstructor;
|
|
146
|
-
required: false;
|
|
147
|
-
default: string;
|
|
148
|
-
};
|
|
149
138
|
bxCoreVersion: {
|
|
150
139
|
type: StringConstructor;
|
|
151
140
|
required: false;
|
|
@@ -223,7 +212,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
223
212
|
renderSVG: () => Promise<Document>;
|
|
224
213
|
}, {}, {}, {}, {
|
|
225
214
|
data: Record<string, any>;
|
|
226
|
-
publishedVersionSlug: string;
|
|
227
215
|
bxCoreVersion: string;
|
|
228
216
|
authorization: string;
|
|
229
217
|
fonts: unknown[];
|
|
@@ -243,11 +231,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
243
231
|
type: StringConstructor;
|
|
244
232
|
required: true;
|
|
245
233
|
};
|
|
246
|
-
publishedVersionSlug: {
|
|
247
|
-
type: StringConstructor;
|
|
248
|
-
required: false;
|
|
249
|
-
default: string;
|
|
250
|
-
};
|
|
251
234
|
bxCoreVersion: {
|
|
252
235
|
type: StringConstructor;
|
|
253
236
|
required: false;
|
|
@@ -325,7 +308,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
325
308
|
renderSVG: () => Promise<Document>;
|
|
326
309
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:data" | "update:serial" | "update:ready" | "error" | "update:globalScope")[], import("vue").PublicProps, {
|
|
327
310
|
data: Record<string, any>;
|
|
328
|
-
publishedVersionSlug: string;
|
|
329
311
|
bxCoreVersion: string;
|
|
330
312
|
authorization: string;
|
|
331
313
|
fonts: unknown[];
|
|
@@ -352,11 +334,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
352
334
|
type: StringConstructor;
|
|
353
335
|
required: true;
|
|
354
336
|
};
|
|
355
|
-
publishedVersionSlug: {
|
|
356
|
-
type: StringConstructor;
|
|
357
|
-
required: false;
|
|
358
|
-
default: string;
|
|
359
|
-
};
|
|
360
337
|
bxCoreVersion: {
|
|
361
338
|
type: StringConstructor;
|
|
362
339
|
required: false;
|
|
@@ -434,7 +411,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
434
411
|
renderSVG: () => Promise<Document>;
|
|
435
412
|
}, {}, {}, {}, {
|
|
436
413
|
data: Record<string, any>;
|
|
437
|
-
publishedVersionSlug: string;
|
|
438
414
|
bxCoreVersion: string;
|
|
439
415
|
authorization: string;
|
|
440
416
|
fonts: unknown[];
|
|
@@ -1233,11 +1209,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1233
1209
|
type: StringConstructor;
|
|
1234
1210
|
required: true;
|
|
1235
1211
|
};
|
|
1236
|
-
publishedVersionSlug: {
|
|
1237
|
-
type: StringConstructor;
|
|
1238
|
-
required: false;
|
|
1239
|
-
default: string;
|
|
1240
|
-
};
|
|
1241
1212
|
bxCoreVersion: {
|
|
1242
1213
|
type: StringConstructor;
|
|
1243
1214
|
required: false;
|
|
@@ -1320,11 +1291,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1320
1291
|
type: StringConstructor;
|
|
1321
1292
|
required: true;
|
|
1322
1293
|
};
|
|
1323
|
-
publishedVersionSlug: {
|
|
1324
|
-
type: StringConstructor;
|
|
1325
|
-
required: false;
|
|
1326
|
-
default: string;
|
|
1327
|
-
};
|
|
1328
1294
|
bxCoreVersion: {
|
|
1329
1295
|
type: StringConstructor;
|
|
1330
1296
|
required: false;
|
|
@@ -1372,7 +1338,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
1372
1338
|
"onUpdate:globalScope"?: ((...args: any[]) => any) | undefined;
|
|
1373
1339
|
}>, {
|
|
1374
1340
|
data: Record<string, any>;
|
|
1375
|
-
publishedVersionSlug: string;
|
|
1376
1341
|
bxCoreVersion: string;
|
|
1377
1342
|
authorization: string;
|
|
1378
1343
|
fonts: unknown[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BluepicLiveTemplate.vue.d.ts","sourceRoot":"","sources":["BluepicLiveTemplate.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAoE,KAAK,GAAG,EAAU,MAAM,KAAK,CAAC;AAEzG,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAI1C,OAAO,qBAAqB,CAAC;AAM7B,MAAM,MAAM,SAAS,GAAG;IACtB,CAAC,EAAE,MAAM,CAAC;IACV,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAGF,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"BluepicLiveTemplate.vue.d.ts","sourceRoot":"","sources":["BluepicLiveTemplate.vue.ts"],"names":[],"mappings":"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"}
|