@volverjs/ui-vue 0.0.9-beta.15 → 0.0.9-beta.17

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.
@@ -183,6 +183,54 @@ export declare const argTypes: {
183
183
  };
184
184
  };
185
185
  };
186
+ autoWidth: {
187
+ description: string;
188
+ control: {
189
+ type: string;
190
+ };
191
+ table: {
192
+ defaultValue: {
193
+ summary: boolean;
194
+ };
195
+ type: {
196
+ summary: string;
197
+ };
198
+ };
199
+ };
200
+ hideActions: {
201
+ description: string;
202
+ control: {
203
+ type: string;
204
+ };
205
+ table: {
206
+ defaultValue: {
207
+ summary: boolean;
208
+ };
209
+ type: {
210
+ summary: string;
211
+ };
212
+ };
213
+ };
214
+ unit: {
215
+ description: string;
216
+ control: {
217
+ type: string;
218
+ };
219
+ };
220
+ selectOnFocus: {
221
+ description: string;
222
+ control: {
223
+ type: string;
224
+ };
225
+ table: {
226
+ defaultValue: {
227
+ summary: boolean;
228
+ };
229
+ type: {
230
+ summary: string;
231
+ };
232
+ };
233
+ };
186
234
  before: {
187
235
  control: {
188
236
  type: string;
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "bugs": {
20
20
  "url": "https://github.com/volverjs/ui-vue/issues"
21
21
  },
22
- "version": "0.0.9-beta.15",
22
+ "version": "0.0.9-beta.17",
23
23
  "engines": {
24
24
  "node": ">= 16.x"
25
25
  },