@evercam/ui 0.0.38-alpha.1 → 0.0.38
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/index.mjs +1175 -1184
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +6 -6
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/ETimeline.vue.d.ts +5 -0
- package/dist/src/index.d.ts +5 -0
- package/dist/web-types.json +2 -2
- package/package.json +1 -1
|
@@ -99,6 +99,11 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
|
|
|
99
99
|
getLabelBackgroundColor(baseColor: string): string;
|
|
100
100
|
onDarkModeChange(): void;
|
|
101
101
|
}, {
|
|
102
|
+
classes: {
|
|
103
|
+
wrapper: string;
|
|
104
|
+
background: string;
|
|
105
|
+
tooltipSlot: string;
|
|
106
|
+
};
|
|
102
107
|
labelRectWidth: number;
|
|
103
108
|
combinedXAxesHeight: number;
|
|
104
109
|
timelineHeight: number;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -251,6 +251,11 @@ export declare const components: {
|
|
|
251
251
|
getLabelBackgroundColor(baseColor: string): string;
|
|
252
252
|
onDarkModeChange(): void;
|
|
253
253
|
}, {
|
|
254
|
+
classes: {
|
|
255
|
+
wrapper: string;
|
|
256
|
+
background: string;
|
|
257
|
+
tooltipSlot: string;
|
|
258
|
+
};
|
|
254
259
|
labelRectWidth: number;
|
|
255
260
|
combinedXAxesHeight: number;
|
|
256
261
|
timelineHeight: number;
|
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@evercam/ui",
|
|
5
|
-
"version": "0.0.38
|
|
5
|
+
"version": "0.0.38",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -535,7 +535,7 @@
|
|
|
535
535
|
{
|
|
536
536
|
"name": "x-axes-config",
|
|
537
537
|
"doc-url": "https://www.npmjs.com/package/@evercam/ui",
|
|
538
|
-
"default": "() =>
|
|
538
|
+
"default": "() => Rb",
|
|
539
539
|
"value": {
|
|
540
540
|
"kind": "expression",
|
|
541
541
|
"type": "object"
|