@bluepic/embed 0.1.80 → 0.1.82
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 +21722 -21764
- package/lib/bluepic-embed.umd.js +130 -130
- package/lib/components/BluepicEmbeddedEditor.vue.d.ts +11 -0
- package/lib/components/BluepicEmbeddedEditor.vue.d.ts.map +1 -1
- package/lib/components/CollectionEntryFields.vue.d.ts +1 -0
- package/lib/components/CollectionEntryFields.vue.d.ts.map +1 -1
- package/lib/components/CollectionFieldPopup.vue.d.ts +1 -0
- package/lib/components/CollectionFieldPopup.vue.d.ts.map +1 -1
- package/lib/components/Fields.vue.d.ts +1 -0
- package/lib/components/Fields.vue.d.ts.map +1 -1
- package/lib/components/ImportData.vue.d.ts +8 -0
- package/lib/components/ImportData.vue.d.ts.map +1 -1
- package/lib/components/KioskField.vue.d.ts +1 -0
- package/lib/components/KioskField.vue.d.ts.map +1 -1
- package/lib/components/MobileFieldsSlide.vue.d.ts +1 -0
- package/lib/components/MobileFieldsSlide.vue.d.ts.map +1 -1
- package/lib/components/TableDataMatcher.vue.d.ts +8 -0
- package/lib/components/TableDataMatcher.vue.d.ts.map +1 -1
- package/lib/components/fields/Collection.vue.d.ts +1 -0
- package/lib/components/fields/Collection.vue.d.ts.map +1 -1
- package/lib/components/fields/Group.vue.d.ts +1 -0
- package/lib/components/fields/Group.vue.d.ts.map +1 -1
- package/lib/components/fields/ImageEdit.vue.d.ts.map +1 -1
- package/lib/style.css +1 -1
- package/lib/util/useTheme.d.ts +33 -0
- package/lib/util/useTheme.d.ts.map +1 -1
- package/package.json +2 -2
package/lib/util/useTheme.d.ts
CHANGED
|
@@ -84,6 +84,15 @@ export declare function useTheme(bluepicAppWrapperSelector?: string, darkmode?:
|
|
|
84
84
|
"slider-value-background-color-focus"?: string | undefined;
|
|
85
85
|
"progress-background-color"?: string | undefined;
|
|
86
86
|
"progress-value-color"?: string | undefined;
|
|
87
|
+
"radio-background-color"?: string | undefined;
|
|
88
|
+
"radio-background-color-active"?: string | undefined;
|
|
89
|
+
"radio-background-color-hover"?: string | undefined;
|
|
90
|
+
"radio-border"?: string | undefined;
|
|
91
|
+
"radio-border-active"?: string | undefined;
|
|
92
|
+
"radio-border-color-hover"?: string | undefined;
|
|
93
|
+
"radio-label-color"?: string | undefined;
|
|
94
|
+
"radio-label-color-active"?: string | undefined;
|
|
95
|
+
"radio-symbol-color"?: string | undefined;
|
|
87
96
|
"tab-color"?: string | undefined;
|
|
88
97
|
"tab-color-active"?: string | undefined;
|
|
89
98
|
"tab-segment-background-color"?: string | undefined;
|
|
@@ -124,6 +133,8 @@ export declare function useTheme(bluepicAppWrapperSelector?: string, darkmode?:
|
|
|
124
133
|
"editor-view-background-color"?: string | undefined;
|
|
125
134
|
"fields-view-background-color"?: string | undefined;
|
|
126
135
|
"live-view-background-color"?: string | undefined;
|
|
136
|
+
"tooltip-background-color"?: string | undefined;
|
|
137
|
+
"tooltip-text-color"?: string | undefined;
|
|
127
138
|
}, Partial<{
|
|
128
139
|
"primary-color-base": string;
|
|
129
140
|
"primary-color-light": string;
|
|
@@ -208,6 +219,15 @@ export declare function useTheme(bluepicAppWrapperSelector?: string, darkmode?:
|
|
|
208
219
|
"slider-value-background-color-focus": string;
|
|
209
220
|
"progress-background-color": string;
|
|
210
221
|
"progress-value-color": string;
|
|
222
|
+
"radio-background-color": string;
|
|
223
|
+
"radio-background-color-active": string;
|
|
224
|
+
"radio-background-color-hover": string;
|
|
225
|
+
"radio-border": string;
|
|
226
|
+
"radio-border-active": string;
|
|
227
|
+
"radio-border-color-hover": string;
|
|
228
|
+
"radio-label-color": string;
|
|
229
|
+
"radio-label-color-active": string;
|
|
230
|
+
"radio-symbol-color": string;
|
|
211
231
|
"tab-color": string;
|
|
212
232
|
"tab-color-active": string;
|
|
213
233
|
"tab-segment-background-color": string;
|
|
@@ -248,6 +268,8 @@ export declare function useTheme(bluepicAppWrapperSelector?: string, darkmode?:
|
|
|
248
268
|
"editor-view-background-color": string;
|
|
249
269
|
"fields-view-background-color": string;
|
|
250
270
|
"live-view-background-color": string;
|
|
271
|
+
"tooltip-background-color": string;
|
|
272
|
+
"tooltip-text-color": string;
|
|
251
273
|
}> | {
|
|
252
274
|
"primary-color-base"?: string | undefined;
|
|
253
275
|
"primary-color-light"?: string | undefined;
|
|
@@ -332,6 +354,15 @@ export declare function useTheme(bluepicAppWrapperSelector?: string, darkmode?:
|
|
|
332
354
|
"slider-value-background-color-focus"?: string | undefined;
|
|
333
355
|
"progress-background-color"?: string | undefined;
|
|
334
356
|
"progress-value-color"?: string | undefined;
|
|
357
|
+
"radio-background-color"?: string | undefined;
|
|
358
|
+
"radio-background-color-active"?: string | undefined;
|
|
359
|
+
"radio-background-color-hover"?: string | undefined;
|
|
360
|
+
"radio-border"?: string | undefined;
|
|
361
|
+
"radio-border-active"?: string | undefined;
|
|
362
|
+
"radio-border-color-hover"?: string | undefined;
|
|
363
|
+
"radio-label-color"?: string | undefined;
|
|
364
|
+
"radio-label-color-active"?: string | undefined;
|
|
365
|
+
"radio-symbol-color"?: string | undefined;
|
|
335
366
|
"tab-color"?: string | undefined;
|
|
336
367
|
"tab-color-active"?: string | undefined;
|
|
337
368
|
"tab-segment-background-color"?: string | undefined;
|
|
@@ -372,5 +403,7 @@ export declare function useTheme(bluepicAppWrapperSelector?: string, darkmode?:
|
|
|
372
403
|
"editor-view-background-color"?: string | undefined;
|
|
373
404
|
"fields-view-background-color"?: string | undefined;
|
|
374
405
|
"live-view-background-color"?: string | undefined;
|
|
406
|
+
"tooltip-background-color"?: string | undefined;
|
|
407
|
+
"tooltip-text-color"?: string | undefined;
|
|
375
408
|
}>;
|
|
376
409
|
//# sourceMappingURL=useTheme.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["useTheme.ts"],"names":[],"mappings":"AAEA,OAAO,EAAiB,GAAG,EAAsB,MAAM,KAAK,CAAC;AAM7D,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,0BAYzC;AASH,wBAAgB,QAAQ,CAAC,yBAAyB,SAA8B,EAAE,QAAQ,GAAE,OAAO,GAAG,MAAe
|
|
1
|
+
{"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["useTheme.ts"],"names":[],"mappings":"AAEA,OAAO,EAAiB,GAAG,EAAsB,MAAM,KAAK,CAAC;AAM7D,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,0BAYzC;AASH,wBAAgB,QAAQ,CAAC,yBAAyB,SAA8B,EAAE,QAAQ,GAAE,OAAO,GAAG,MAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCpH"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bluepic/embed",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.82",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"package.json",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"vue": "^3.4.27"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@bluepic/types": "^0.1.
|
|
63
|
+
"@bluepic/types": "^0.1.382",
|
|
64
64
|
"@types/css": "^0.0.38",
|
|
65
65
|
"@types/downloadjs": "^1.4.6",
|
|
66
66
|
"@types/lodash": "^4.17.14",
|