@evercam/ui 0.0.38-alpha.1 → 0.0.39
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 +1177 -1188
- 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 +6 -0
- package/dist/src/index.d.ts +6 -0
- package/dist/web-types.json +2 -2
- package/package.json +1 -1
|
@@ -99,6 +99,12 @@ 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
|
+
eventTooltipSlot: string;
|
|
107
|
+
};
|
|
102
108
|
labelRectWidth: number;
|
|
103
109
|
combinedXAxesHeight: number;
|
|
104
110
|
timelineHeight: number;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -251,6 +251,12 @@ 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
|
+
eventTooltipSlot: string;
|
|
259
|
+
};
|
|
254
260
|
labelRectWidth: number;
|
|
255
261
|
combinedXAxesHeight: number;
|
|
256
262
|
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.
|
|
5
|
+
"version": "0.0.39",
|
|
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"
|