@evercam/ui 0.0.55-beta.27 → 0.0.55-beta.28
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.
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import Vue from "vue";
|
|
2
2
|
declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, {
|
|
3
|
-
separatorStyle:
|
|
4
|
-
left: string;
|
|
5
|
-
};
|
|
3
|
+
separatorStyle: Record<string, any>;
|
|
6
4
|
}, {
|
|
7
5
|
xOffset: string | number;
|
|
8
6
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -566,9 +566,7 @@ export declare const components: {
|
|
|
566
566
|
moreTextWithPlaceholder: string;
|
|
567
567
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
568
568
|
ECompareSeparator: import("vue/types/vue").ExtendedVue<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, {
|
|
569
|
-
separatorStyle:
|
|
570
|
-
left: string;
|
|
571
|
-
};
|
|
569
|
+
separatorStyle: Record<string, any>;
|
|
572
570
|
}, {
|
|
573
571
|
xOffset: string | number;
|
|
574
572
|
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
package/dist/web-types.json
CHANGED