@vc-shell/framework 1.0.232 → 1.0.234

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 (75) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/core/types/index.ts +14 -1
  3. package/dist/core/types/index.d.ts +12 -2
  4. package/dist/core/types/index.d.ts.map +1 -1
  5. package/dist/framework.js +14813 -14535
  6. package/dist/index.css +1 -1
  7. package/dist/locales/en.json +8 -2
  8. package/dist/shared/components/notifications/components/notification-container/index.d.ts +1 -1
  9. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
  10. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -1
  11. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +1 -1
  12. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
  13. package/dist/shared/modules/dynamic/types/index.d.ts +9 -4
  14. package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
  15. package/dist/tsconfig.tsbuildinfo +1 -1
  16. package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +187 -17
  17. package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts.map +1 -1
  18. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +19 -3
  19. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  20. package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +91 -91
  21. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +1 -1
  22. package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +9 -9
  23. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +1 -1
  24. package/dist/ui/components/atoms/vc-image/index.d.ts +12 -3
  25. package/dist/ui/components/atoms/vc-image/index.d.ts.map +1 -1
  26. package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts +12 -3
  27. package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts.map +1 -1
  28. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +5 -1
  29. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
  30. package/dist/ui/components/atoms/vc-widget/index.d.ts +6 -0
  31. package/dist/ui/components/atoms/vc-widget/index.d.ts.map +1 -1
  32. package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts +6 -0
  33. package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts.map +1 -1
  34. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +1 -0
  35. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
  36. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +3 -3
  37. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +1 -1
  38. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
  39. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +1 -0
  40. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts.map +1 -1
  41. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +1 -0
  42. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
  43. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
  44. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  45. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +1 -1
  46. package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +2 -0
  47. package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts.map +1 -1
  48. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +2 -0
  49. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  50. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +3 -0
  51. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
  52. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  53. package/package.json +4 -4
  54. package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +1 -1
  55. package/shared/components/user-dropdown-button/user-dropdown-button.vue +11 -3
  56. package/shared/modules/dynamic/components/fields/Card.ts +1 -1
  57. package/shared/modules/dynamic/components/fields/GalleryField.ts +1 -0
  58. package/shared/modules/dynamic/components/fields/StatusField.ts +39 -3
  59. package/shared/modules/dynamic/pages/dynamic-blade-form.vue +17 -22
  60. package/shared/modules/dynamic/types/index.ts +14 -6
  61. package/ui/components/atoms/vc-badge/vc-badge.stories.ts +3 -3
  62. package/ui/components/atoms/vc-badge/vc-badge.vue +58 -10
  63. package/ui/components/atoms/vc-container/vc-container.vue +2 -2
  64. package/ui/components/atoms/vc-image/vc-image.vue +3 -1
  65. package/ui/components/atoms/vc-widget/vc-widget.vue +42 -22
  66. package/ui/components/molecules/vc-editor/vc-editor.vue +5 -1
  67. package/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue +1 -1
  68. package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue +21 -10
  69. package/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue +3 -0
  70. package/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue +60 -9
  71. package/ui/components/organisms/vc-app/vc-app.vue +0 -1
  72. package/ui/components/organisms/vc-blade/vc-blade.vue +89 -2
  73. package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +1 -0
  74. package/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue +27 -7
  75. package/ui/components/organisms/vc-table/vc-table.vue +123 -53
@@ -24,7 +24,7 @@ declare const _default: {
24
24
  type: import("vue").PropType<string>;
25
25
  };
26
26
  iconSize: {
27
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
27
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
28
28
  default: string;
29
29
  };
30
30
  outline: {
@@ -61,7 +61,7 @@ declare const _default: {
61
61
  type: import("vue").PropType<string>;
62
62
  };
63
63
  iconSize: {
64
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
64
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
65
65
  default: string;
66
66
  };
67
67
  outline: {
@@ -77,7 +77,7 @@ declare const _default: {
77
77
  onClick?: ((value: Event) => any) | undefined;
78
78
  }, {
79
79
  variant: "warning" | "danger" | "primary";
80
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
80
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
81
81
  }, true, {}, {}, {
82
82
  P: {};
83
83
  B: {};
@@ -106,7 +106,7 @@ declare const _default: {
106
106
  type: import("vue").PropType<string>;
107
107
  };
108
108
  iconSize: {
109
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
109
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
110
110
  default: string;
111
111
  };
112
112
  outline: {
@@ -122,7 +122,7 @@ declare const _default: {
122
122
  onClick?: ((value: Event) => any) | undefined;
123
123
  }, {}, {}, {}, {}, {
124
124
  variant: "warning" | "danger" | "primary";
125
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
125
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
126
126
  }>;
127
127
  __isFragment?: undefined;
128
128
  __isTeleport?: undefined;
@@ -148,7 +148,7 @@ declare const _default: {
148
148
  type: import("vue").PropType<string>;
149
149
  };
150
150
  iconSize: {
151
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
151
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
152
152
  default: string;
153
153
  };
154
154
  outline: {
@@ -166,7 +166,7 @@ declare const _default: {
166
166
  click: (value: Event) => void;
167
167
  }, string, {
168
168
  variant: "warning" | "danger" | "primary";
169
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
169
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
170
170
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
171
171
  $slots: Readonly<{
172
172
  default: (props?: any) => any;
@@ -251,7 +251,7 @@ export declare const Basic: StoryFn<{
251
251
  type: import("vue").PropType<string>;
252
252
  };
253
253
  iconSize: {
254
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
254
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
255
255
  default: string;
256
256
  };
257
257
  outline: {
@@ -288,7 +288,7 @@ export declare const Basic: StoryFn<{
288
288
  type: import("vue").PropType<string>;
289
289
  };
290
290
  iconSize: {
291
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
291
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
292
292
  default: string;
293
293
  };
294
294
  outline: {
@@ -304,7 +304,7 @@ export declare const Basic: StoryFn<{
304
304
  onClick?: ((value: Event) => any) | undefined;
305
305
  }, {
306
306
  variant: "warning" | "danger" | "primary";
307
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
307
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
308
308
  }, true, {}, {}, {
309
309
  P: {};
310
310
  B: {};
@@ -333,7 +333,7 @@ export declare const Basic: StoryFn<{
333
333
  type: import("vue").PropType<string>;
334
334
  };
335
335
  iconSize: {
336
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
336
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
337
337
  default: string;
338
338
  };
339
339
  outline: {
@@ -349,7 +349,7 @@ export declare const Basic: StoryFn<{
349
349
  onClick?: ((value: Event) => any) | undefined;
350
350
  }, {}, {}, {}, {}, {
351
351
  variant: "warning" | "danger" | "primary";
352
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
352
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
353
353
  }>;
354
354
  __isFragment?: undefined;
355
355
  __isTeleport?: undefined;
@@ -375,7 +375,7 @@ export declare const Basic: StoryFn<{
375
375
  type: import("vue").PropType<string>;
376
376
  };
377
377
  iconSize: {
378
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
378
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
379
379
  default: string;
380
380
  };
381
381
  outline: {
@@ -393,7 +393,7 @@ export declare const Basic: StoryFn<{
393
393
  click: (value: Event) => void;
394
394
  }, string, {
395
395
  variant: "warning" | "danger" | "primary";
396
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
396
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
397
397
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
398
398
  $slots: Readonly<{
399
399
  default: (props?: any) => any;
@@ -423,7 +423,7 @@ export declare const Disabled: StoryFn<{
423
423
  type: import("vue").PropType<string>;
424
424
  };
425
425
  iconSize: {
426
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
426
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
427
427
  default: string;
428
428
  };
429
429
  outline: {
@@ -460,7 +460,7 @@ export declare const Disabled: StoryFn<{
460
460
  type: import("vue").PropType<string>;
461
461
  };
462
462
  iconSize: {
463
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
463
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
464
464
  default: string;
465
465
  };
466
466
  outline: {
@@ -476,7 +476,7 @@ export declare const Disabled: StoryFn<{
476
476
  onClick?: ((value: Event) => any) | undefined;
477
477
  }, {
478
478
  variant: "warning" | "danger" | "primary";
479
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
479
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
480
480
  }, true, {}, {}, {
481
481
  P: {};
482
482
  B: {};
@@ -505,7 +505,7 @@ export declare const Disabled: StoryFn<{
505
505
  type: import("vue").PropType<string>;
506
506
  };
507
507
  iconSize: {
508
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
508
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
509
509
  default: string;
510
510
  };
511
511
  outline: {
@@ -521,7 +521,7 @@ export declare const Disabled: StoryFn<{
521
521
  onClick?: ((value: Event) => any) | undefined;
522
522
  }, {}, {}, {}, {}, {
523
523
  variant: "warning" | "danger" | "primary";
524
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
524
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
525
525
  }>;
526
526
  __isFragment?: undefined;
527
527
  __isTeleport?: undefined;
@@ -547,7 +547,7 @@ export declare const Disabled: StoryFn<{
547
547
  type: import("vue").PropType<string>;
548
548
  };
549
549
  iconSize: {
550
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
550
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
551
551
  default: string;
552
552
  };
553
553
  outline: {
@@ -565,7 +565,7 @@ export declare const Disabled: StoryFn<{
565
565
  click: (value: Event) => void;
566
566
  }, string, {
567
567
  variant: "warning" | "danger" | "primary";
568
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
568
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
569
569
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
570
570
  $slots: Readonly<{
571
571
  default: (props?: any) => any;
@@ -595,7 +595,7 @@ export declare const Small: StoryFn<{
595
595
  type: import("vue").PropType<string>;
596
596
  };
597
597
  iconSize: {
598
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
598
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
599
599
  default: string;
600
600
  };
601
601
  outline: {
@@ -632,7 +632,7 @@ export declare const Small: StoryFn<{
632
632
  type: import("vue").PropType<string>;
633
633
  };
634
634
  iconSize: {
635
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
635
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
636
636
  default: string;
637
637
  };
638
638
  outline: {
@@ -648,7 +648,7 @@ export declare const Small: StoryFn<{
648
648
  onClick?: ((value: Event) => any) | undefined;
649
649
  }, {
650
650
  variant: "warning" | "danger" | "primary";
651
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
651
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
652
652
  }, true, {}, {}, {
653
653
  P: {};
654
654
  B: {};
@@ -677,7 +677,7 @@ export declare const Small: StoryFn<{
677
677
  type: import("vue").PropType<string>;
678
678
  };
679
679
  iconSize: {
680
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
680
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
681
681
  default: string;
682
682
  };
683
683
  outline: {
@@ -693,7 +693,7 @@ export declare const Small: StoryFn<{
693
693
  onClick?: ((value: Event) => any) | undefined;
694
694
  }, {}, {}, {}, {}, {
695
695
  variant: "warning" | "danger" | "primary";
696
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
696
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
697
697
  }>;
698
698
  __isFragment?: undefined;
699
699
  __isTeleport?: undefined;
@@ -719,7 +719,7 @@ export declare const Small: StoryFn<{
719
719
  type: import("vue").PropType<string>;
720
720
  };
721
721
  iconSize: {
722
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
722
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
723
723
  default: string;
724
724
  };
725
725
  outline: {
@@ -737,7 +737,7 @@ export declare const Small: StoryFn<{
737
737
  click: (value: Event) => void;
738
738
  }, string, {
739
739
  variant: "warning" | "danger" | "primary";
740
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
740
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
741
741
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
742
742
  $slots: Readonly<{
743
743
  default: (props?: any) => any;
@@ -767,7 +767,7 @@ export declare const Outline: StoryFn<{
767
767
  type: import("vue").PropType<string>;
768
768
  };
769
769
  iconSize: {
770
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
770
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
771
771
  default: string;
772
772
  };
773
773
  outline: {
@@ -804,7 +804,7 @@ export declare const Outline: StoryFn<{
804
804
  type: import("vue").PropType<string>;
805
805
  };
806
806
  iconSize: {
807
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
807
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
808
808
  default: string;
809
809
  };
810
810
  outline: {
@@ -820,7 +820,7 @@ export declare const Outline: StoryFn<{
820
820
  onClick?: ((value: Event) => any) | undefined;
821
821
  }, {
822
822
  variant: "warning" | "danger" | "primary";
823
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
823
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
824
824
  }, true, {}, {}, {
825
825
  P: {};
826
826
  B: {};
@@ -849,7 +849,7 @@ export declare const Outline: StoryFn<{
849
849
  type: import("vue").PropType<string>;
850
850
  };
851
851
  iconSize: {
852
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
852
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
853
853
  default: string;
854
854
  };
855
855
  outline: {
@@ -865,7 +865,7 @@ export declare const Outline: StoryFn<{
865
865
  onClick?: ((value: Event) => any) | undefined;
866
866
  }, {}, {}, {}, {}, {
867
867
  variant: "warning" | "danger" | "primary";
868
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
868
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
869
869
  }>;
870
870
  __isFragment?: undefined;
871
871
  __isTeleport?: undefined;
@@ -891,7 +891,7 @@ export declare const Outline: StoryFn<{
891
891
  type: import("vue").PropType<string>;
892
892
  };
893
893
  iconSize: {
894
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
894
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
895
895
  default: string;
896
896
  };
897
897
  outline: {
@@ -909,7 +909,7 @@ export declare const Outline: StoryFn<{
909
909
  click: (value: Event) => void;
910
910
  }, string, {
911
911
  variant: "warning" | "danger" | "primary";
912
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
912
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
913
913
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
914
914
  $slots: Readonly<{
915
915
  default: (props?: any) => any;
@@ -939,7 +939,7 @@ export declare const Selected: StoryFn<{
939
939
  type: import("vue").PropType<string>;
940
940
  };
941
941
  iconSize: {
942
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
942
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
943
943
  default: string;
944
944
  };
945
945
  outline: {
@@ -976,7 +976,7 @@ export declare const Selected: StoryFn<{
976
976
  type: import("vue").PropType<string>;
977
977
  };
978
978
  iconSize: {
979
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
979
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
980
980
  default: string;
981
981
  };
982
982
  outline: {
@@ -992,7 +992,7 @@ export declare const Selected: StoryFn<{
992
992
  onClick?: ((value: Event) => any) | undefined;
993
993
  }, {
994
994
  variant: "warning" | "danger" | "primary";
995
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
995
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
996
996
  }, true, {}, {}, {
997
997
  P: {};
998
998
  B: {};
@@ -1021,7 +1021,7 @@ export declare const Selected: StoryFn<{
1021
1021
  type: import("vue").PropType<string>;
1022
1022
  };
1023
1023
  iconSize: {
1024
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1024
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1025
1025
  default: string;
1026
1026
  };
1027
1027
  outline: {
@@ -1037,7 +1037,7 @@ export declare const Selected: StoryFn<{
1037
1037
  onClick?: ((value: Event) => any) | undefined;
1038
1038
  }, {}, {}, {}, {}, {
1039
1039
  variant: "warning" | "danger" | "primary";
1040
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1040
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1041
1041
  }>;
1042
1042
  __isFragment?: undefined;
1043
1043
  __isTeleport?: undefined;
@@ -1063,7 +1063,7 @@ export declare const Selected: StoryFn<{
1063
1063
  type: import("vue").PropType<string>;
1064
1064
  };
1065
1065
  iconSize: {
1066
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1066
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1067
1067
  default: string;
1068
1068
  };
1069
1069
  outline: {
@@ -1081,7 +1081,7 @@ export declare const Selected: StoryFn<{
1081
1081
  click: (value: Event) => void;
1082
1082
  }, string, {
1083
1083
  variant: "warning" | "danger" | "primary";
1084
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1084
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1085
1085
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1086
1086
  $slots: Readonly<{
1087
1087
  default: (props?: any) => any;
@@ -1111,7 +1111,7 @@ export declare const Text: StoryFn<{
1111
1111
  type: import("vue").PropType<string>;
1112
1112
  };
1113
1113
  iconSize: {
1114
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1114
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1115
1115
  default: string;
1116
1116
  };
1117
1117
  outline: {
@@ -1148,7 +1148,7 @@ export declare const Text: StoryFn<{
1148
1148
  type: import("vue").PropType<string>;
1149
1149
  };
1150
1150
  iconSize: {
1151
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1151
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1152
1152
  default: string;
1153
1153
  };
1154
1154
  outline: {
@@ -1164,7 +1164,7 @@ export declare const Text: StoryFn<{
1164
1164
  onClick?: ((value: Event) => any) | undefined;
1165
1165
  }, {
1166
1166
  variant: "warning" | "danger" | "primary";
1167
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1167
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1168
1168
  }, true, {}, {}, {
1169
1169
  P: {};
1170
1170
  B: {};
@@ -1193,7 +1193,7 @@ export declare const Text: StoryFn<{
1193
1193
  type: import("vue").PropType<string>;
1194
1194
  };
1195
1195
  iconSize: {
1196
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1196
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1197
1197
  default: string;
1198
1198
  };
1199
1199
  outline: {
@@ -1209,7 +1209,7 @@ export declare const Text: StoryFn<{
1209
1209
  onClick?: ((value: Event) => any) | undefined;
1210
1210
  }, {}, {}, {}, {}, {
1211
1211
  variant: "warning" | "danger" | "primary";
1212
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1212
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1213
1213
  }>;
1214
1214
  __isFragment?: undefined;
1215
1215
  __isTeleport?: undefined;
@@ -1235,7 +1235,7 @@ export declare const Text: StoryFn<{
1235
1235
  type: import("vue").PropType<string>;
1236
1236
  };
1237
1237
  iconSize: {
1238
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1238
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1239
1239
  default: string;
1240
1240
  };
1241
1241
  outline: {
@@ -1253,7 +1253,7 @@ export declare const Text: StoryFn<{
1253
1253
  click: (value: Event) => void;
1254
1254
  }, string, {
1255
1255
  variant: "warning" | "danger" | "primary";
1256
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1256
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1257
1257
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1258
1258
  $slots: Readonly<{
1259
1259
  default: (props?: any) => any;
@@ -1283,7 +1283,7 @@ export declare const Raised: StoryFn<{
1283
1283
  type: import("vue").PropType<string>;
1284
1284
  };
1285
1285
  iconSize: {
1286
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1286
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1287
1287
  default: string;
1288
1288
  };
1289
1289
  outline: {
@@ -1320,7 +1320,7 @@ export declare const Raised: StoryFn<{
1320
1320
  type: import("vue").PropType<string>;
1321
1321
  };
1322
1322
  iconSize: {
1323
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1323
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1324
1324
  default: string;
1325
1325
  };
1326
1326
  outline: {
@@ -1336,7 +1336,7 @@ export declare const Raised: StoryFn<{
1336
1336
  onClick?: ((value: Event) => any) | undefined;
1337
1337
  }, {
1338
1338
  variant: "warning" | "danger" | "primary";
1339
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1339
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1340
1340
  }, true, {}, {}, {
1341
1341
  P: {};
1342
1342
  B: {};
@@ -1365,7 +1365,7 @@ export declare const Raised: StoryFn<{
1365
1365
  type: import("vue").PropType<string>;
1366
1366
  };
1367
1367
  iconSize: {
1368
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1368
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1369
1369
  default: string;
1370
1370
  };
1371
1371
  outline: {
@@ -1381,7 +1381,7 @@ export declare const Raised: StoryFn<{
1381
1381
  onClick?: ((value: Event) => any) | undefined;
1382
1382
  }, {}, {}, {}, {}, {
1383
1383
  variant: "warning" | "danger" | "primary";
1384
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1384
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1385
1385
  }>;
1386
1386
  __isFragment?: undefined;
1387
1387
  __isTeleport?: undefined;
@@ -1407,7 +1407,7 @@ export declare const Raised: StoryFn<{
1407
1407
  type: import("vue").PropType<string>;
1408
1408
  };
1409
1409
  iconSize: {
1410
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1410
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1411
1411
  default: string;
1412
1412
  };
1413
1413
  outline: {
@@ -1425,7 +1425,7 @@ export declare const Raised: StoryFn<{
1425
1425
  click: (value: Event) => void;
1426
1426
  }, string, {
1427
1427
  variant: "warning" | "danger" | "primary";
1428
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1428
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1429
1429
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1430
1430
  $slots: Readonly<{
1431
1431
  default: (props?: any) => any;
@@ -1455,7 +1455,7 @@ export declare const Icon: StoryFn<{
1455
1455
  type: import("vue").PropType<string>;
1456
1456
  };
1457
1457
  iconSize: {
1458
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1458
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1459
1459
  default: string;
1460
1460
  };
1461
1461
  outline: {
@@ -1492,7 +1492,7 @@ export declare const Icon: StoryFn<{
1492
1492
  type: import("vue").PropType<string>;
1493
1493
  };
1494
1494
  iconSize: {
1495
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1495
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1496
1496
  default: string;
1497
1497
  };
1498
1498
  outline: {
@@ -1508,7 +1508,7 @@ export declare const Icon: StoryFn<{
1508
1508
  onClick?: ((value: Event) => any) | undefined;
1509
1509
  }, {
1510
1510
  variant: "warning" | "danger" | "primary";
1511
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1511
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1512
1512
  }, true, {}, {}, {
1513
1513
  P: {};
1514
1514
  B: {};
@@ -1537,7 +1537,7 @@ export declare const Icon: StoryFn<{
1537
1537
  type: import("vue").PropType<string>;
1538
1538
  };
1539
1539
  iconSize: {
1540
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1540
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1541
1541
  default: string;
1542
1542
  };
1543
1543
  outline: {
@@ -1553,7 +1553,7 @@ export declare const Icon: StoryFn<{
1553
1553
  onClick?: ((value: Event) => any) | undefined;
1554
1554
  }, {}, {}, {}, {}, {
1555
1555
  variant: "warning" | "danger" | "primary";
1556
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1556
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1557
1557
  }>;
1558
1558
  __isFragment?: undefined;
1559
1559
  __isTeleport?: undefined;
@@ -1579,7 +1579,7 @@ export declare const Icon: StoryFn<{
1579
1579
  type: import("vue").PropType<string>;
1580
1580
  };
1581
1581
  iconSize: {
1582
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1582
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1583
1583
  default: string;
1584
1584
  };
1585
1585
  outline: {
@@ -1597,7 +1597,7 @@ export declare const Icon: StoryFn<{
1597
1597
  click: (value: Event) => void;
1598
1598
  }, string, {
1599
1599
  variant: "warning" | "danger" | "primary";
1600
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1600
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1601
1601
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1602
1602
  $slots: Readonly<{
1603
1603
  default: (props?: any) => any;
@@ -1627,7 +1627,7 @@ export declare const IconClass: StoryFn<{
1627
1627
  type: import("vue").PropType<string>;
1628
1628
  };
1629
1629
  iconSize: {
1630
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1630
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1631
1631
  default: string;
1632
1632
  };
1633
1633
  outline: {
@@ -1664,7 +1664,7 @@ export declare const IconClass: StoryFn<{
1664
1664
  type: import("vue").PropType<string>;
1665
1665
  };
1666
1666
  iconSize: {
1667
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1667
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1668
1668
  default: string;
1669
1669
  };
1670
1670
  outline: {
@@ -1680,7 +1680,7 @@ export declare const IconClass: StoryFn<{
1680
1680
  onClick?: ((value: Event) => any) | undefined;
1681
1681
  }, {
1682
1682
  variant: "warning" | "danger" | "primary";
1683
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1683
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1684
1684
  }, true, {}, {}, {
1685
1685
  P: {};
1686
1686
  B: {};
@@ -1709,7 +1709,7 @@ export declare const IconClass: StoryFn<{
1709
1709
  type: import("vue").PropType<string>;
1710
1710
  };
1711
1711
  iconSize: {
1712
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1712
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1713
1713
  default: string;
1714
1714
  };
1715
1715
  outline: {
@@ -1725,7 +1725,7 @@ export declare const IconClass: StoryFn<{
1725
1725
  onClick?: ((value: Event) => any) | undefined;
1726
1726
  }, {}, {}, {}, {}, {
1727
1727
  variant: "warning" | "danger" | "primary";
1728
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1728
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1729
1729
  }>;
1730
1730
  __isFragment?: undefined;
1731
1731
  __isTeleport?: undefined;
@@ -1751,7 +1751,7 @@ export declare const IconClass: StoryFn<{
1751
1751
  type: import("vue").PropType<string>;
1752
1752
  };
1753
1753
  iconSize: {
1754
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1754
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1755
1755
  default: string;
1756
1756
  };
1757
1757
  outline: {
@@ -1769,7 +1769,7 @@ export declare const IconClass: StoryFn<{
1769
1769
  click: (value: Event) => void;
1770
1770
  }, string, {
1771
1771
  variant: "warning" | "danger" | "primary";
1772
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1772
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1773
1773
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1774
1774
  $slots: Readonly<{
1775
1775
  default: (props?: any) => any;
@@ -1799,7 +1799,7 @@ export declare const IconSize: StoryFn<{
1799
1799
  type: import("vue").PropType<string>;
1800
1800
  };
1801
1801
  iconSize: {
1802
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1802
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1803
1803
  default: string;
1804
1804
  };
1805
1805
  outline: {
@@ -1836,7 +1836,7 @@ export declare const IconSize: StoryFn<{
1836
1836
  type: import("vue").PropType<string>;
1837
1837
  };
1838
1838
  iconSize: {
1839
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1839
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1840
1840
  default: string;
1841
1841
  };
1842
1842
  outline: {
@@ -1852,7 +1852,7 @@ export declare const IconSize: StoryFn<{
1852
1852
  onClick?: ((value: Event) => any) | undefined;
1853
1853
  }, {
1854
1854
  variant: "warning" | "danger" | "primary";
1855
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1855
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1856
1856
  }, true, {}, {}, {
1857
1857
  P: {};
1858
1858
  B: {};
@@ -1881,7 +1881,7 @@ export declare const IconSize: StoryFn<{
1881
1881
  type: import("vue").PropType<string>;
1882
1882
  };
1883
1883
  iconSize: {
1884
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1884
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1885
1885
  default: string;
1886
1886
  };
1887
1887
  outline: {
@@ -1897,7 +1897,7 @@ export declare const IconSize: StoryFn<{
1897
1897
  onClick?: ((value: Event) => any) | undefined;
1898
1898
  }, {}, {}, {}, {}, {
1899
1899
  variant: "warning" | "danger" | "primary";
1900
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1900
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1901
1901
  }>;
1902
1902
  __isFragment?: undefined;
1903
1903
  __isTeleport?: undefined;
@@ -1923,7 +1923,7 @@ export declare const IconSize: StoryFn<{
1923
1923
  type: import("vue").PropType<string>;
1924
1924
  };
1925
1925
  iconSize: {
1926
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1926
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1927
1927
  default: string;
1928
1928
  };
1929
1929
  outline: {
@@ -1941,7 +1941,7 @@ export declare const IconSize: StoryFn<{
1941
1941
  click: (value: Event) => void;
1942
1942
  }, string, {
1943
1943
  variant: "warning" | "danger" | "primary";
1944
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
1944
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1945
1945
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1946
1946
  $slots: Readonly<{
1947
1947
  default: (props?: any) => any;
@@ -1971,7 +1971,7 @@ export declare const Warning: StoryFn<{
1971
1971
  type: import("vue").PropType<string>;
1972
1972
  };
1973
1973
  iconSize: {
1974
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
1974
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1975
1975
  default: string;
1976
1976
  };
1977
1977
  outline: {
@@ -2008,7 +2008,7 @@ export declare const Warning: StoryFn<{
2008
2008
  type: import("vue").PropType<string>;
2009
2009
  };
2010
2010
  iconSize: {
2011
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
2011
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
2012
2012
  default: string;
2013
2013
  };
2014
2014
  outline: {
@@ -2024,7 +2024,7 @@ export declare const Warning: StoryFn<{
2024
2024
  onClick?: ((value: Event) => any) | undefined;
2025
2025
  }, {
2026
2026
  variant: "warning" | "danger" | "primary";
2027
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
2027
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
2028
2028
  }, true, {}, {}, {
2029
2029
  P: {};
2030
2030
  B: {};
@@ -2053,7 +2053,7 @@ export declare const Warning: StoryFn<{
2053
2053
  type: import("vue").PropType<string>;
2054
2054
  };
2055
2055
  iconSize: {
2056
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
2056
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
2057
2057
  default: string;
2058
2058
  };
2059
2059
  outline: {
@@ -2069,7 +2069,7 @@ export declare const Warning: StoryFn<{
2069
2069
  onClick?: ((value: Event) => any) | undefined;
2070
2070
  }, {}, {}, {}, {}, {
2071
2071
  variant: "warning" | "danger" | "primary";
2072
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
2072
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
2073
2073
  }>;
2074
2074
  __isFragment?: undefined;
2075
2075
  __isTeleport?: undefined;
@@ -2095,7 +2095,7 @@ export declare const Warning: StoryFn<{
2095
2095
  type: import("vue").PropType<string>;
2096
2096
  };
2097
2097
  iconSize: {
2098
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
2098
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
2099
2099
  default: string;
2100
2100
  };
2101
2101
  outline: {
@@ -2113,7 +2113,7 @@ export declare const Warning: StoryFn<{
2113
2113
  click: (value: Event) => void;
2114
2114
  }, string, {
2115
2115
  variant: "warning" | "danger" | "primary";
2116
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
2116
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
2117
2117
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2118
2118
  $slots: Readonly<{
2119
2119
  default: (props?: any) => any;
@@ -2143,7 +2143,7 @@ export declare const Danger: StoryFn<{
2143
2143
  type: import("vue").PropType<string>;
2144
2144
  };
2145
2145
  iconSize: {
2146
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
2146
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
2147
2147
  default: string;
2148
2148
  };
2149
2149
  outline: {
@@ -2180,7 +2180,7 @@ export declare const Danger: StoryFn<{
2180
2180
  type: import("vue").PropType<string>;
2181
2181
  };
2182
2182
  iconSize: {
2183
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
2183
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
2184
2184
  default: string;
2185
2185
  };
2186
2186
  outline: {
@@ -2196,7 +2196,7 @@ export declare const Danger: StoryFn<{
2196
2196
  onClick?: ((value: Event) => any) | undefined;
2197
2197
  }, {
2198
2198
  variant: "warning" | "danger" | "primary";
2199
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
2199
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
2200
2200
  }, true, {}, {}, {
2201
2201
  P: {};
2202
2202
  B: {};
@@ -2225,7 +2225,7 @@ export declare const Danger: StoryFn<{
2225
2225
  type: import("vue").PropType<string>;
2226
2226
  };
2227
2227
  iconSize: {
2228
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
2228
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
2229
2229
  default: string;
2230
2230
  };
2231
2231
  outline: {
@@ -2241,7 +2241,7 @@ export declare const Danger: StoryFn<{
2241
2241
  onClick?: ((value: Event) => any) | undefined;
2242
2242
  }, {}, {}, {}, {}, {
2243
2243
  variant: "warning" | "danger" | "primary";
2244
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
2244
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
2245
2245
  }>;
2246
2246
  __isFragment?: undefined;
2247
2247
  __isTeleport?: undefined;
@@ -2267,7 +2267,7 @@ export declare const Danger: StoryFn<{
2267
2267
  type: import("vue").PropType<string>;
2268
2268
  };
2269
2269
  iconSize: {
2270
- type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl">;
2270
+ type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
2271
2271
  default: string;
2272
2272
  };
2273
2273
  outline: {
@@ -2285,7 +2285,7 @@ export declare const Danger: StoryFn<{
2285
2285
  click: (value: Event) => void;
2286
2286
  }, string, {
2287
2287
  variant: "warning" | "danger" | "primary";
2288
- iconSize: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "xxxl";
2288
+ iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
2289
2289
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
2290
2290
  $slots: Readonly<{
2291
2291
  default: (props?: any) => any;