ablok-components 0.1.178 → 0.1.180

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.
@@ -4,9 +4,11 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
4
4
  };
5
5
  name: {
6
6
  type: StringConstructor;
7
+ default: () => string;
7
8
  };
8
9
  label: {
9
10
  type: StringConstructor;
11
+ default: () => string;
10
12
  };
11
13
  error: {
12
14
  type: StringConstructor;
@@ -84,9 +86,11 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
84
86
  };
85
87
  name: {
86
88
  type: StringConstructor;
89
+ default: () => string;
87
90
  };
88
91
  label: {
89
92
  type: StringConstructor;
93
+ default: () => string;
90
94
  };
91
95
  error: {
92
96
  type: StringConstructor;
@@ -167,6 +171,8 @@ declare const _sfc_main: import('./vue/dist/vue.esm-bundler.js').DefineComponent
167
171
  disabled: boolean;
168
172
  outlined: boolean;
169
173
  required: boolean;
174
+ name: string;
175
+ label: string;
170
176
  placeholder: string;
171
177
  readOnly: boolean;
172
178
  multiple: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ablok-components",
3
3
  "private": false,
4
- "version": "0.1.178",
4
+ "version": "0.1.180",
5
5
  "scripts": {
6
6
  "dev": "vite --host",
7
7
  "build": "vue-tsc --noEmit && vite build",