@volverjs/ui-vue 0.0.9-beta.5 → 0.0.9-beta.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.
@@ -15,10 +15,10 @@ declare const _default: Meta<{
15
15
  readonly modelValue?: string | unknown[] | undefined;
16
16
  readonly modifiers?: string | string[] | undefined;
17
17
  key?: string | number | symbol | undefined;
18
+ style?: unknown;
18
19
  ref_for?: boolean | undefined;
19
20
  ref_key?: string | undefined;
20
21
  class?: unknown;
21
- style?: unknown;
22
22
  readonly storeKey?: string | undefined;
23
23
  };
24
24
  $attrs: {
@@ -15,10 +15,10 @@ declare const _default: {
15
15
  readonly modelValue?: string | unknown[] | undefined;
16
16
  readonly modifiers?: string | string[] | undefined;
17
17
  key?: string | number | symbol | undefined;
18
+ style?: unknown;
18
19
  ref_for?: boolean | undefined;
19
20
  ref_key?: string | undefined;
20
21
  class?: unknown;
21
- style?: unknown;
22
22
  readonly storeKey?: string | undefined;
23
23
  } & {
24
24
  default?: import("vue").VNodeChild | ((_: {}) => any);
@@ -39,10 +39,10 @@ declare const _default: {
39
39
  readonly modelValue?: string | unknown[] | undefined;
40
40
  readonly modifiers?: string | string[] | undefined;
41
41
  key?: string | number | symbol | undefined;
42
+ style?: unknown;
42
43
  ref_for?: boolean | undefined;
43
44
  ref_key?: string | undefined;
44
45
  class?: unknown;
45
- style?: unknown;
46
46
  readonly storeKey?: string | undefined;
47
47
  };
48
48
  $attrs: {
@@ -162,10 +162,10 @@ declare const _default: {
162
162
  readonly modelValue?: string | unknown[] | undefined;
163
163
  readonly modifiers?: string | string[] | undefined;
164
164
  key?: string | number | symbol | undefined;
165
+ style?: unknown;
165
166
  ref_for?: boolean | undefined;
166
167
  ref_key?: string | undefined;
167
168
  class?: unknown;
168
- style?: unknown;
169
169
  readonly storeKey?: string | undefined;
170
170
  default?: import("vue").VNodeChild | ((_: {}) => any);
171
171
  }>[] | undefined;
@@ -185,10 +185,10 @@ declare const _default: {
185
185
  readonly modelValue?: string | unknown[] | undefined;
186
186
  readonly modifiers?: string | string[] | undefined;
187
187
  key?: string | number | symbol | undefined;
188
+ style?: unknown;
188
189
  ref_for?: boolean | undefined;
189
190
  ref_key?: string | undefined;
190
191
  class?: unknown;
191
- style?: unknown;
192
192
  readonly storeKey?: string | undefined;
193
193
  };
194
194
  $attrs: {
@@ -311,10 +311,10 @@ declare const _default: {
311
311
  readonly modelValue?: string | unknown[] | undefined;
312
312
  readonly modifiers?: string | string[] | undefined;
313
313
  key?: string | number | symbol | undefined;
314
+ style?: unknown;
314
315
  ref_for?: boolean | undefined;
315
316
  ref_key?: string | undefined;
316
317
  class?: unknown;
317
- style?: unknown;
318
318
  readonly storeKey?: string | undefined;
319
319
  };
320
320
  $attrs: {
@@ -437,10 +437,10 @@ declare const _default: {
437
437
  readonly modelValue?: string | unknown[] | undefined;
438
438
  readonly modifiers?: string | string[] | undefined;
439
439
  key?: string | number | symbol | undefined;
440
+ style?: unknown;
440
441
  ref_for?: boolean | undefined;
441
442
  ref_key?: string | undefined;
442
443
  class?: unknown;
443
- style?: unknown;
444
444
  readonly storeKey?: string | undefined;
445
445
  };
446
446
  $attrs: {
@@ -563,10 +563,10 @@ declare const _default: {
563
563
  readonly modelValue?: string | unknown[] | undefined;
564
564
  readonly modifiers?: string | string[] | undefined;
565
565
  key?: string | number | symbol | undefined;
566
+ style?: unknown;
566
567
  ref_for?: boolean | undefined;
567
568
  ref_key?: string | undefined;
568
569
  class?: unknown;
569
- style?: unknown;
570
570
  readonly storeKey?: string | undefined;
571
571
  };
572
572
  $attrs: {
@@ -38,6 +38,83 @@ export declare const argTypes: {
38
38
  };
39
39
  };
40
40
  };
41
+ noOptionsLabel: {
42
+ description: string;
43
+ control: {
44
+ type: string;
45
+ };
46
+ table: {
47
+ defaultValue: {
48
+ summary: string;
49
+ };
50
+ };
51
+ };
52
+ selectedHintLabel: {
53
+ description: string;
54
+ control: {
55
+ type: string;
56
+ };
57
+ table: {
58
+ defaultValue: {
59
+ summary: string;
60
+ };
61
+ };
62
+ };
63
+ deselectActionLabel: {
64
+ description: string;
65
+ control: {
66
+ type: string;
67
+ };
68
+ table: {
69
+ defaultValue: {
70
+ summary: string;
71
+ };
72
+ };
73
+ };
74
+ selectHintLabel: {
75
+ description: string;
76
+ control: {
77
+ type: string;
78
+ };
79
+ table: {
80
+ defaultValue: {
81
+ summary: string;
82
+ };
83
+ };
84
+ };
85
+ deselectHintLabel: {
86
+ description: string;
87
+ control: {
88
+ type: string;
89
+ };
90
+ table: {
91
+ defaultValue: {
92
+ summary: string;
93
+ };
94
+ };
95
+ };
96
+ closeLabel: {
97
+ description: string;
98
+ control: {
99
+ type: string;
100
+ };
101
+ table: {
102
+ defaultValue: {
103
+ summary: string;
104
+ };
105
+ };
106
+ };
107
+ loadingLabel: {
108
+ description: string;
109
+ control: {
110
+ type: string;
111
+ };
112
+ table: {
113
+ defaultValue: {
114
+ summary: string;
115
+ };
116
+ };
117
+ };
41
118
  placeholder: {
42
119
  description: string;
43
120
  control: {
@@ -57,6 +134,11 @@ export declare const argTypes: {
57
134
  control: {
58
135
  type: string;
59
136
  };
137
+ table: {
138
+ defaultValue: {
139
+ summary: string;
140
+ };
141
+ };
60
142
  };
61
143
  debounceSearch: {
62
144
  description: string;
@@ -113,6 +195,22 @@ export declare const argTypes: {
113
195
  type: string;
114
196
  };
115
197
  description: string;
198
+ table: {
199
+ defaultValue: {
200
+ summary: string;
201
+ };
202
+ };
203
+ };
204
+ transitionName: {
205
+ control: {
206
+ type: string;
207
+ };
208
+ description: string;
209
+ table: {
210
+ defaultValue: {
211
+ summary: string;
212
+ };
213
+ };
116
214
  };
117
215
  autoOpen: {
118
216
  description: string;
@@ -130,6 +228,14 @@ export declare const argTypes: {
130
228
  };
131
229
  };
132
230
  };
231
+ autofocusFirst: {
232
+ description: string;
233
+ table: {
234
+ defaultValue: {
235
+ summary: boolean;
236
+ };
237
+ };
238
+ };
133
239
  before: {
134
240
  control: {
135
241
  type: string;
@@ -242,12 +348,6 @@ export declare const argTypes: {
242
348
  };
243
349
  };
244
350
  };
245
- transitionName: {
246
- description: string;
247
- control: {
248
- type: string;
249
- };
250
- };
251
351
  offset: {
252
352
  description: string;
253
353
  control: {
@@ -438,12 +538,6 @@ export declare const argTypes: {
438
538
  };
439
539
  };
440
540
  };
441
- loadingLabel: {
442
- description: string;
443
- control: {
444
- type: string;
445
- };
446
- };
447
541
  hintLabel: {
448
542
  description: string;
449
543
  control: {
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.5",
22
+ "version": "0.0.9-beta.6",
23
23
  "engines": {
24
24
  "node": ">= 16.x"
25
25
  },
@@ -57,7 +57,7 @@
57
57
  "@babel/preset-env": "^7.22.4",
58
58
  "@babel/preset-typescript": "^7.21.5",
59
59
  "@iconify/types": "^2.0.0",
60
- "@iconify/utils": "^2.1.5",
60
+ "@iconify/utils": "^2.1.6",
61
61
  "@mdx-js/react": "^2.3.0",
62
62
  "@rushstack/eslint-patch": "^1.3.0",
63
63
  "@storybook/addon-a11y": "^7.0.18",
@@ -83,17 +83,17 @@
83
83
  "@types/jest-axe": "^3.5.5",
84
84
  "@types/jsdom": "^21.1.1",
85
85
  "@types/node": "^20.2.5",
86
- "@types/react": "^18.2.7",
86
+ "@types/react": "^18.2.8",
87
87
  "@types/yargs": "^17.0.24",
88
88
  "@vitejs/plugin-vue": "^4.2.3",
89
- "@volverjs/style": "0.1.12-beta.3",
89
+ "@volverjs/style": "0.1.12-beta.4",
90
90
  "@vue/compiler-sfc": "^3.3.4",
91
91
  "@vue/eslint-config-prettier": "^7.1.0",
92
92
  "@vue/eslint-config-typescript": "^11.0.3",
93
93
  "@vue/test-utils": "^2.3.2",
94
94
  "@vue/tsconfig": "^0.4.0",
95
95
  "change-case": "^4.1.2",
96
- "eslint": "^8.41.0",
96
+ "eslint": "^8.42.0",
97
97
  "eslint-config-prettier": "^8.8.0",
98
98
  "eslint-mdx": "^2.1.0",
99
99
  "eslint-plugin-mdx": "^2.1.0",
@@ -115,11 +115,11 @@
115
115
  "storybook-addon-markdown-docs": "^1.0.5",
116
116
  "storybook-dark-mode": "^3.0.0",
117
117
  "storybook-version": "^0.1.1",
118
- "terser": "^5.17.6",
118
+ "terser": "^5.17.7",
119
119
  "ts-node": "^10.9.1",
120
- "typescript": "~5.0.4",
120
+ "typescript": "~5.1.3",
121
121
  "unplugin-auto-import": "^0.16.4",
122
- "unplugin-vue-components": "^0.25.0",
122
+ "unplugin-vue-components": "^0.25.1",
123
123
  "vite": "^4.3.9",
124
124
  "vite-plugin-eslint": "^1.8.1",
125
125
  "vite-plugin-externalize-deps": "^0.6.0",