ablok-components 0.2.10 → 0.2.11

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.
@@ -56,6 +56,12 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
56
56
  type: BooleanConstructor;
57
57
  default: boolean;
58
58
  };
59
+ min: {
60
+ type: NumberConstructor;
61
+ };
62
+ max: {
63
+ type: NumberConstructor;
64
+ };
59
65
  maxlength: {
60
66
  type: NumberConstructor;
61
67
  };
@@ -122,6 +128,12 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
122
128
  type: BooleanConstructor;
123
129
  default: boolean;
124
130
  };
131
+ min: {
132
+ type: NumberConstructor;
133
+ };
134
+ max: {
135
+ type: NumberConstructor;
136
+ };
125
137
  maxlength: {
126
138
  type: NumberConstructor;
127
139
  };
@@ -78,6 +78,10 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
78
78
  type: StringConstructor;
79
79
  default: string;
80
80
  };
81
+ utcStore: {
82
+ type: BooleanConstructor;
83
+ default: boolean;
84
+ };
81
85
  }>, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {
82
86
  "update:modelValue": (...args: any[]) => void;
83
87
  "update:from": (...args: any[]) => void;
@@ -147,6 +151,10 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
147
151
  type: StringConstructor;
148
152
  default: string;
149
153
  };
154
+ utcStore: {
155
+ type: BooleanConstructor;
156
+ default: boolean;
157
+ };
150
158
  }>> & Readonly<{
151
159
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
152
160
  "onUpdate:from"?: ((...args: any[]) => any) | undefined;
@@ -168,6 +176,7 @@ declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js')
168
176
  textInput: boolean;
169
177
  picker: boolean;
170
178
  locale: string;
179
+ utcStore: boolean;
171
180
  }, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {}, HTMLDivElement>;
172
181
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
173
182
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ablok-components",
3
3
  "private": false,
4
- "version": "0.2.10",
4
+ "version": "0.2.11",
5
5
  "scripts": {
6
6
  "dev": "vite --host",
7
7
  "build": "vue-tsc --noEmit && vite build",