sprof 0.2.6 → 0.2.7

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.
Files changed (63) hide show
  1. package/README.md +163 -11
  2. package/dist/{ExtractsList-Pj6MkURv.js → ExtractsList-BNHHbmEu.js} +1 -1
  3. package/dist/core/components/CarouselImages.vue.d.ts +1 -1
  4. package/dist/core/components/GeneralItem.vue.d.ts +1 -1
  5. package/dist/core/components/GridContainer.vue.d.ts +1 -1
  6. package/dist/core/components/InfoItem.vue.d.ts +3 -3
  7. package/dist/core/components/atoms/PBadge/PBadge.stories.d.ts +471 -0
  8. package/dist/core/components/atoms/PBadge/PBadge.test.d.ts +1 -0
  9. package/dist/core/components/atoms/PBadge/PBadge.vue.d.ts +84 -0
  10. package/dist/core/components/atoms/PButton/PButton.stories.d.ts +6 -6
  11. package/dist/core/components/atoms/PButton/PButton.vue.d.ts +1 -1
  12. package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +2 -2
  13. package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +1 -1
  14. package/dist/core/components/atoms/PChip/PChip.stories.d.ts +639 -0
  15. package/dist/core/components/atoms/PChip/PChip.test.d.ts +1 -0
  16. package/dist/core/components/atoms/PChip/PChip.vue.d.ts +85 -0
  17. package/dist/core/components/atoms/PDatePicker/PDatePicker.stories.d.ts +469 -0
  18. package/dist/core/components/atoms/PDialog/PDialog.stories.d.ts +235 -0
  19. package/dist/core/components/atoms/PDialog/PDialog.test.d.ts +1 -0
  20. package/dist/core/components/atoms/PDialog/PDialog.vue.d.ts +62 -0
  21. package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +6 -6
  22. package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +1 -1
  23. package/dist/core/components/atoms/PInput/PInput.stories.d.ts +6 -6
  24. package/dist/core/components/atoms/PInput/PInput.vue.d.ts +1 -1
  25. package/dist/core/components/atoms/PInputDate/PInputDate.stories.d.ts +2 -2
  26. package/dist/core/components/atoms/PInputDate/PInputDate.vue.d.ts +1 -1
  27. package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +6 -6
  28. package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +1 -1
  29. package/dist/core/components/atoms/PList/PList.stories.d.ts +6 -6
  30. package/dist/core/components/atoms/PList/PList.vue.d.ts +1 -1
  31. package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +2 -2
  32. package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +1 -1
  33. package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +6 -6
  34. package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +1 -1
  35. package/dist/core/components/atoms/PString/PString.stories.d.ts +2 -2
  36. package/dist/core/components/atoms/PString/PString.vue.d.ts +1 -1
  37. package/dist/core/components/atoms/PTable/{PTable.storeis.d.ts → PTable.stories.d.ts} +8 -9
  38. package/dist/core/components/atoms/PTable/PTable.vue.d.ts +1 -1
  39. package/dist/core/components/atoms/PToggle/PToggle.stories.d.ts +248 -0
  40. package/dist/core/components/atoms/PToggle/PToggle.test.d.ts +1 -0
  41. package/dist/core/components/atoms/PToggle/PToggle.vue.d.ts +71 -0
  42. package/dist/core/components/atoms/__consumer__/consumer-render.test.d.ts +1 -0
  43. package/dist/core/components/atoms/__consumer__/q-imports.test.d.ts +1 -0
  44. package/dist/core/components/atoms/index.d.ts +5 -1
  45. package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
  46. package/dist/core/components/molecules/PModal/PModal.vue.d.ts +2 -2
  47. package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +14 -14
  48. package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +7 -7
  49. package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
  50. package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
  51. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +9 -9
  52. package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +1 -1
  53. package/dist/global-components.d.ts +78 -0
  54. package/dist/{index-C6n-V_a8.js → index-T6suvcZB.js} +3311 -3115
  55. package/dist/index.d.ts +5 -0
  56. package/dist/modules/forms/components/Fields/DateField.vue.d.ts +1 -1
  57. package/dist/modules/forms/components/Fields/FieldsComponentsMap.d.ts +1 -1
  58. package/dist/modules/forms/components/admin/AdminFormPage.vue.d.ts +1 -1
  59. package/dist/sprof.js +20 -16
  60. package/dist/sprof.umd.cjs +10 -10
  61. package/dist/style.css +1 -1
  62. package/dist/test-utils/quasar-minimal.d.ts +6 -0
  63. package/package.json +15 -16
@@ -0,0 +1,639 @@
1
+ import { StoryFn } from '@storybook/vue3';
2
+ declare const _default: {
3
+ title: string;
4
+ component: {
5
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
6
+ label: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ color: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ textColor: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ outline: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ square: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ dense: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ removable: {
31
+ type: BooleanConstructor;
32
+ default: boolean;
33
+ };
34
+ }>> & Readonly<{
35
+ onRemove?: ((...args: any[]) => any) | undefined;
36
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
37
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
38
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
39
+ remove: (...args: any[]) => void;
40
+ "update:model-value": (...args: any[]) => void;
41
+ "update:selected": (...args: any[]) => void;
42
+ }, import('vue').PublicProps, {
43
+ color: string;
44
+ textColor: string;
45
+ label: string;
46
+ outline: boolean;
47
+ square: boolean;
48
+ dense: boolean;
49
+ removable: boolean;
50
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
51
+ P: {};
52
+ B: {};
53
+ D: {};
54
+ C: {};
55
+ M: {};
56
+ Defaults: {};
57
+ }, Readonly<globalThis.ExtractPropTypes<{
58
+ label: {
59
+ type: StringConstructor;
60
+ default: string;
61
+ };
62
+ color: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ };
66
+ textColor: {
67
+ type: StringConstructor;
68
+ default: string;
69
+ };
70
+ outline: {
71
+ type: BooleanConstructor;
72
+ default: boolean;
73
+ };
74
+ square: {
75
+ type: BooleanConstructor;
76
+ default: boolean;
77
+ };
78
+ dense: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
81
+ };
82
+ removable: {
83
+ type: BooleanConstructor;
84
+ default: boolean;
85
+ };
86
+ }>> & Readonly<{
87
+ onRemove?: ((...args: any[]) => any) | undefined;
88
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
89
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
90
+ }>, {}, {}, {}, {}, {
91
+ color: string;
92
+ textColor: string;
93
+ label: string;
94
+ outline: boolean;
95
+ square: boolean;
96
+ dense: boolean;
97
+ removable: boolean;
98
+ }>;
99
+ __isFragment?: undefined;
100
+ __isTeleport?: undefined;
101
+ __isSuspense?: undefined;
102
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
103
+ label: {
104
+ type: StringConstructor;
105
+ default: string;
106
+ };
107
+ color: {
108
+ type: StringConstructor;
109
+ default: string;
110
+ };
111
+ textColor: {
112
+ type: StringConstructor;
113
+ default: string;
114
+ };
115
+ outline: {
116
+ type: BooleanConstructor;
117
+ default: boolean;
118
+ };
119
+ square: {
120
+ type: BooleanConstructor;
121
+ default: boolean;
122
+ };
123
+ dense: {
124
+ type: BooleanConstructor;
125
+ default: boolean;
126
+ };
127
+ removable: {
128
+ type: BooleanConstructor;
129
+ default: boolean;
130
+ };
131
+ }>> & Readonly<{
132
+ onRemove?: ((...args: any[]) => any) | undefined;
133
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
134
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
135
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
136
+ remove: (...args: any[]) => void;
137
+ "update:model-value": (...args: any[]) => void;
138
+ "update:selected": (...args: any[]) => void;
139
+ }, string, {
140
+ color: string;
141
+ textColor: string;
142
+ label: string;
143
+ outline: boolean;
144
+ square: boolean;
145
+ dense: boolean;
146
+ removable: boolean;
147
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
148
+ $slots: {
149
+ default?(_: {}): any;
150
+ avatar?(_: {}): any;
151
+ remove?(_: {}): any;
152
+ };
153
+ });
154
+ tags: string[];
155
+ parameters: {
156
+ docs: {
157
+ description: {
158
+ component: string;
159
+ };
160
+ };
161
+ };
162
+ argTypes: {
163
+ label: {
164
+ control: string;
165
+ description: string;
166
+ };
167
+ color: {
168
+ control: string;
169
+ description: string;
170
+ };
171
+ textColor: {
172
+ control: string;
173
+ };
174
+ outline: {
175
+ control: string;
176
+ };
177
+ square: {
178
+ control: string;
179
+ };
180
+ dense: {
181
+ control: string;
182
+ };
183
+ removable: {
184
+ control: string;
185
+ description: string;
186
+ };
187
+ };
188
+ };
189
+ export default _default;
190
+ export declare const Default: StoryFn<{
191
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
192
+ label: {
193
+ type: StringConstructor;
194
+ default: string;
195
+ };
196
+ color: {
197
+ type: StringConstructor;
198
+ default: string;
199
+ };
200
+ textColor: {
201
+ type: StringConstructor;
202
+ default: string;
203
+ };
204
+ outline: {
205
+ type: BooleanConstructor;
206
+ default: boolean;
207
+ };
208
+ square: {
209
+ type: BooleanConstructor;
210
+ default: boolean;
211
+ };
212
+ dense: {
213
+ type: BooleanConstructor;
214
+ default: boolean;
215
+ };
216
+ removable: {
217
+ type: BooleanConstructor;
218
+ default: boolean;
219
+ };
220
+ }>> & Readonly<{
221
+ onRemove?: ((...args: any[]) => any) | undefined;
222
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
223
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
224
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
225
+ remove: (...args: any[]) => void;
226
+ "update:model-value": (...args: any[]) => void;
227
+ "update:selected": (...args: any[]) => void;
228
+ }, import('vue').PublicProps, {
229
+ color: string;
230
+ textColor: string;
231
+ label: string;
232
+ outline: boolean;
233
+ square: boolean;
234
+ dense: boolean;
235
+ removable: boolean;
236
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
237
+ P: {};
238
+ B: {};
239
+ D: {};
240
+ C: {};
241
+ M: {};
242
+ Defaults: {};
243
+ }, Readonly<globalThis.ExtractPropTypes<{
244
+ label: {
245
+ type: StringConstructor;
246
+ default: string;
247
+ };
248
+ color: {
249
+ type: StringConstructor;
250
+ default: string;
251
+ };
252
+ textColor: {
253
+ type: StringConstructor;
254
+ default: string;
255
+ };
256
+ outline: {
257
+ type: BooleanConstructor;
258
+ default: boolean;
259
+ };
260
+ square: {
261
+ type: BooleanConstructor;
262
+ default: boolean;
263
+ };
264
+ dense: {
265
+ type: BooleanConstructor;
266
+ default: boolean;
267
+ };
268
+ removable: {
269
+ type: BooleanConstructor;
270
+ default: boolean;
271
+ };
272
+ }>> & Readonly<{
273
+ onRemove?: ((...args: any[]) => any) | undefined;
274
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
275
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
276
+ }>, {}, {}, {}, {}, {
277
+ color: string;
278
+ textColor: string;
279
+ label: string;
280
+ outline: boolean;
281
+ square: boolean;
282
+ dense: boolean;
283
+ removable: boolean;
284
+ }>;
285
+ __isFragment?: undefined;
286
+ __isTeleport?: undefined;
287
+ __isSuspense?: undefined;
288
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
289
+ label: {
290
+ type: StringConstructor;
291
+ default: string;
292
+ };
293
+ color: {
294
+ type: StringConstructor;
295
+ default: string;
296
+ };
297
+ textColor: {
298
+ type: StringConstructor;
299
+ default: string;
300
+ };
301
+ outline: {
302
+ type: BooleanConstructor;
303
+ default: boolean;
304
+ };
305
+ square: {
306
+ type: BooleanConstructor;
307
+ default: boolean;
308
+ };
309
+ dense: {
310
+ type: BooleanConstructor;
311
+ default: boolean;
312
+ };
313
+ removable: {
314
+ type: BooleanConstructor;
315
+ default: boolean;
316
+ };
317
+ }>> & Readonly<{
318
+ onRemove?: ((...args: any[]) => any) | undefined;
319
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
320
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
321
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
322
+ remove: (...args: any[]) => void;
323
+ "update:model-value": (...args: any[]) => void;
324
+ "update:selected": (...args: any[]) => void;
325
+ }, string, {
326
+ color: string;
327
+ textColor: string;
328
+ label: string;
329
+ outline: boolean;
330
+ square: boolean;
331
+ dense: boolean;
332
+ removable: boolean;
333
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
334
+ $slots: {
335
+ default?(_: {}): any;
336
+ avatar?(_: {}): any;
337
+ remove?(_: {}): any;
338
+ };
339
+ })>;
340
+ export declare const Outline: StoryFn<{
341
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
342
+ label: {
343
+ type: StringConstructor;
344
+ default: string;
345
+ };
346
+ color: {
347
+ type: StringConstructor;
348
+ default: string;
349
+ };
350
+ textColor: {
351
+ type: StringConstructor;
352
+ default: string;
353
+ };
354
+ outline: {
355
+ type: BooleanConstructor;
356
+ default: boolean;
357
+ };
358
+ square: {
359
+ type: BooleanConstructor;
360
+ default: boolean;
361
+ };
362
+ dense: {
363
+ type: BooleanConstructor;
364
+ default: boolean;
365
+ };
366
+ removable: {
367
+ type: BooleanConstructor;
368
+ default: boolean;
369
+ };
370
+ }>> & Readonly<{
371
+ onRemove?: ((...args: any[]) => any) | undefined;
372
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
373
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
374
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
375
+ remove: (...args: any[]) => void;
376
+ "update:model-value": (...args: any[]) => void;
377
+ "update:selected": (...args: any[]) => void;
378
+ }, import('vue').PublicProps, {
379
+ color: string;
380
+ textColor: string;
381
+ label: string;
382
+ outline: boolean;
383
+ square: boolean;
384
+ dense: boolean;
385
+ removable: boolean;
386
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
387
+ P: {};
388
+ B: {};
389
+ D: {};
390
+ C: {};
391
+ M: {};
392
+ Defaults: {};
393
+ }, Readonly<globalThis.ExtractPropTypes<{
394
+ label: {
395
+ type: StringConstructor;
396
+ default: string;
397
+ };
398
+ color: {
399
+ type: StringConstructor;
400
+ default: string;
401
+ };
402
+ textColor: {
403
+ type: StringConstructor;
404
+ default: string;
405
+ };
406
+ outline: {
407
+ type: BooleanConstructor;
408
+ default: boolean;
409
+ };
410
+ square: {
411
+ type: BooleanConstructor;
412
+ default: boolean;
413
+ };
414
+ dense: {
415
+ type: BooleanConstructor;
416
+ default: boolean;
417
+ };
418
+ removable: {
419
+ type: BooleanConstructor;
420
+ default: boolean;
421
+ };
422
+ }>> & Readonly<{
423
+ onRemove?: ((...args: any[]) => any) | undefined;
424
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
425
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
426
+ }>, {}, {}, {}, {}, {
427
+ color: string;
428
+ textColor: string;
429
+ label: string;
430
+ outline: boolean;
431
+ square: boolean;
432
+ dense: boolean;
433
+ removable: boolean;
434
+ }>;
435
+ __isFragment?: undefined;
436
+ __isTeleport?: undefined;
437
+ __isSuspense?: undefined;
438
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
439
+ label: {
440
+ type: StringConstructor;
441
+ default: string;
442
+ };
443
+ color: {
444
+ type: StringConstructor;
445
+ default: string;
446
+ };
447
+ textColor: {
448
+ type: StringConstructor;
449
+ default: string;
450
+ };
451
+ outline: {
452
+ type: BooleanConstructor;
453
+ default: boolean;
454
+ };
455
+ square: {
456
+ type: BooleanConstructor;
457
+ default: boolean;
458
+ };
459
+ dense: {
460
+ type: BooleanConstructor;
461
+ default: boolean;
462
+ };
463
+ removable: {
464
+ type: BooleanConstructor;
465
+ default: boolean;
466
+ };
467
+ }>> & Readonly<{
468
+ onRemove?: ((...args: any[]) => any) | undefined;
469
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
470
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
471
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
472
+ remove: (...args: any[]) => void;
473
+ "update:model-value": (...args: any[]) => void;
474
+ "update:selected": (...args: any[]) => void;
475
+ }, string, {
476
+ color: string;
477
+ textColor: string;
478
+ label: string;
479
+ outline: boolean;
480
+ square: boolean;
481
+ dense: boolean;
482
+ removable: boolean;
483
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
484
+ $slots: {
485
+ default?(_: {}): any;
486
+ avatar?(_: {}): any;
487
+ remove?(_: {}): any;
488
+ };
489
+ })>;
490
+ export declare const Removable: StoryFn<{
491
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
492
+ label: {
493
+ type: StringConstructor;
494
+ default: string;
495
+ };
496
+ color: {
497
+ type: StringConstructor;
498
+ default: string;
499
+ };
500
+ textColor: {
501
+ type: StringConstructor;
502
+ default: string;
503
+ };
504
+ outline: {
505
+ type: BooleanConstructor;
506
+ default: boolean;
507
+ };
508
+ square: {
509
+ type: BooleanConstructor;
510
+ default: boolean;
511
+ };
512
+ dense: {
513
+ type: BooleanConstructor;
514
+ default: boolean;
515
+ };
516
+ removable: {
517
+ type: BooleanConstructor;
518
+ default: boolean;
519
+ };
520
+ }>> & Readonly<{
521
+ onRemove?: ((...args: any[]) => any) | undefined;
522
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
523
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
524
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
525
+ remove: (...args: any[]) => void;
526
+ "update:model-value": (...args: any[]) => void;
527
+ "update:selected": (...args: any[]) => void;
528
+ }, import('vue').PublicProps, {
529
+ color: string;
530
+ textColor: string;
531
+ label: string;
532
+ outline: boolean;
533
+ square: boolean;
534
+ dense: boolean;
535
+ removable: boolean;
536
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
537
+ P: {};
538
+ B: {};
539
+ D: {};
540
+ C: {};
541
+ M: {};
542
+ Defaults: {};
543
+ }, Readonly<globalThis.ExtractPropTypes<{
544
+ label: {
545
+ type: StringConstructor;
546
+ default: string;
547
+ };
548
+ color: {
549
+ type: StringConstructor;
550
+ default: string;
551
+ };
552
+ textColor: {
553
+ type: StringConstructor;
554
+ default: string;
555
+ };
556
+ outline: {
557
+ type: BooleanConstructor;
558
+ default: boolean;
559
+ };
560
+ square: {
561
+ type: BooleanConstructor;
562
+ default: boolean;
563
+ };
564
+ dense: {
565
+ type: BooleanConstructor;
566
+ default: boolean;
567
+ };
568
+ removable: {
569
+ type: BooleanConstructor;
570
+ default: boolean;
571
+ };
572
+ }>> & Readonly<{
573
+ onRemove?: ((...args: any[]) => any) | undefined;
574
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
575
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
576
+ }>, {}, {}, {}, {}, {
577
+ color: string;
578
+ textColor: string;
579
+ label: string;
580
+ outline: boolean;
581
+ square: boolean;
582
+ dense: boolean;
583
+ removable: boolean;
584
+ }>;
585
+ __isFragment?: undefined;
586
+ __isTeleport?: undefined;
587
+ __isSuspense?: undefined;
588
+ } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
589
+ label: {
590
+ type: StringConstructor;
591
+ default: string;
592
+ };
593
+ color: {
594
+ type: StringConstructor;
595
+ default: string;
596
+ };
597
+ textColor: {
598
+ type: StringConstructor;
599
+ default: string;
600
+ };
601
+ outline: {
602
+ type: BooleanConstructor;
603
+ default: boolean;
604
+ };
605
+ square: {
606
+ type: BooleanConstructor;
607
+ default: boolean;
608
+ };
609
+ dense: {
610
+ type: BooleanConstructor;
611
+ default: boolean;
612
+ };
613
+ removable: {
614
+ type: BooleanConstructor;
615
+ default: boolean;
616
+ };
617
+ }>> & Readonly<{
618
+ onRemove?: ((...args: any[]) => any) | undefined;
619
+ "onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
620
+ "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
621
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
622
+ remove: (...args: any[]) => void;
623
+ "update:model-value": (...args: any[]) => void;
624
+ "update:selected": (...args: any[]) => void;
625
+ }, string, {
626
+ color: string;
627
+ textColor: string;
628
+ label: string;
629
+ outline: boolean;
630
+ square: boolean;
631
+ dense: boolean;
632
+ removable: boolean;
633
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
634
+ $slots: {
635
+ default?(_: {}): any;
636
+ avatar?(_: {}): any;
637
+ remove?(_: {}): any;
638
+ };
639
+ })>;
@@ -0,0 +1 @@
1
+ export {};