ablok-components 0.2.5 → 0.2.6
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.
|
@@ -63,6 +63,10 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
63
63
|
type: StringConstructor;
|
|
64
64
|
default: string;
|
|
65
65
|
};
|
|
66
|
+
utcStore: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
66
70
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:from" | "update:to")[], "update:modelValue" | "update:from" | "update:to", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
67
71
|
modelValue: {
|
|
68
72
|
type: null;
|
|
@@ -128,6 +132,10 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
128
132
|
type: StringConstructor;
|
|
129
133
|
default: string;
|
|
130
134
|
};
|
|
135
|
+
utcStore: {
|
|
136
|
+
type: BooleanConstructor;
|
|
137
|
+
default: boolean;
|
|
138
|
+
};
|
|
131
139
|
}>> & {
|
|
132
140
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
133
141
|
"onUpdate:from"?: ((...args: any[]) => any) | undefined;
|
|
@@ -149,5 +157,6 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
|
|
|
149
157
|
textInput: boolean;
|
|
150
158
|
picker: boolean;
|
|
151
159
|
locale: string;
|
|
160
|
+
utcStore: boolean;
|
|
152
161
|
}, {}>;
|
|
153
162
|
export default _sfc_main;
|