@vc-shell/framework 1.0.320 → 1.0.322

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 (121) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/core/api/platform.ts +694 -471
  3. package/core/composables/useNotifications/index.ts +61 -3
  4. package/core/plugins/modularity/index.ts +23 -4
  5. package/core/plugins/signalR/index.ts +42 -10
  6. package/dist/{azuread-DkJALKeY.js → azuread-BhAhqR2s.js} +2 -2
  7. package/dist/core/api/platform.d.ts +186 -162
  8. package/dist/core/api/platform.d.ts.map +1 -1
  9. package/dist/core/composables/useNotifications/index.d.ts +1 -0
  10. package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
  11. package/dist/core/plugins/modularity/index.d.ts +3 -1
  12. package/dist/core/plugins/modularity/index.d.ts.map +1 -1
  13. package/dist/core/plugins/signalR/index.d.ts +2 -1
  14. package/dist/core/plugins/signalR/index.d.ts.map +1 -1
  15. package/dist/{external-provider-BfhXfWct.js → external-provider-CKRKv1EO.js} +1 -1
  16. package/dist/{external-provider.vue_vue_type_script_setup_true_lang-DnfCYH2u.js → external-provider.vue_vue_type_script_setup_true_lang-pVwhlqSS.js} +1 -1
  17. package/dist/external-providers-BuwRmZS6.js +4 -0
  18. package/dist/framework.js +221 -222
  19. package/dist/{index-C1ubuqpz.js → index-1iQcKZcz.js} +1 -1
  20. package/dist/{index-tIxFQ1Ps.js → index-2VvztI5V.js} +1 -1
  21. package/dist/{index-Rnb_pp-E.js → index-BpeR8MpE.js} +1 -1
  22. package/dist/{index-p2XOxNI9.js → index-BqFdtq0j.js} +1 -1
  23. package/dist/{index-a7HiHYrT.js → index-BscDURbV.js} +1 -1
  24. package/dist/{index-Dkh5IMF7.js → index-C280JcJo.js} +1 -1
  25. package/dist/{index-B93I3Agz.js → index-CWRP_8OR.js} +1 -1
  26. package/dist/{index-DY4Xi8u8.js → index-CbVaCsap.js} +1 -1
  27. package/dist/{index-BFdnt4xk.js → index-CecSOxnk.js} +1 -1
  28. package/dist/{index-DMRj0aJ8.js → index-CkzHOg6W.js} +1 -1
  29. package/dist/{index-Bf_KENtH.js → index-D6rLpqm5.js} +1 -1
  30. package/dist/{index-CuqIbypI.js → index-DfABrHB_.js} +40320 -34452
  31. package/dist/{index-B1dqCnPS.js → index-bZ0IrgAu.js} +1 -1
  32. package/dist/{index-kvc5Uc7s.js → index-fuILXn_w.js} +1 -1
  33. package/dist/{index-BXSEbnel.js → index-h2e4Cdwh.js} +1 -1
  34. package/dist/{index-Cp7h8UBT.js → index-jSMgkZQV.js} +1 -1
  35. package/dist/{index-Byl_hvr6.js → index-osebbY9y.js} +8 -8
  36. package/dist/index.css +1 -1
  37. package/dist/index.d.ts.map +1 -1
  38. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
  39. package/dist/shared/components/error-interceptor/index.d.ts +1 -9
  40. package/dist/shared/components/error-interceptor/index.d.ts.map +1 -1
  41. package/dist/shared/components/notification-template/index.d.ts +1 -18
  42. package/dist/shared/components/notification-template/index.d.ts.map +1 -1
  43. package/dist/shared/modules/dynamic/index.d.ts.map +1 -1
  44. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
  45. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +1 -1
  46. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -1
  47. package/dist/tsconfig.tsbuildinfo +1 -1
  48. package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +5 -100
  49. package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts.map +1 -1
  50. package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +13 -468
  51. package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts.map +1 -1
  52. package/dist/ui/components/atoms/vc-card/index.d.ts +1 -24
  53. package/dist/ui/components/atoms/vc-card/index.d.ts.map +1 -1
  54. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +12 -223
  55. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -1
  56. package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts +1 -6
  57. package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts.map +1 -1
  58. package/dist/ui/components/atoms/vc-container/index.d.ts +6 -13
  59. package/dist/ui/components/atoms/vc-container/index.d.ts.map +1 -1
  60. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +3 -0
  61. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
  62. package/dist/ui/components/atoms/vc-hint/index.d.ts +1 -1
  63. package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts +1 -1
  64. package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts +1 -15
  65. package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts.map +1 -1
  66. package/dist/ui/components/atoms/vc-link/index.d.ts +1 -13
  67. package/dist/ui/components/atoms/vc-link/index.d.ts.map +1 -1
  68. package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts +1 -13
  69. package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts.map +1 -1
  70. package/dist/ui/components/atoms/vc-progress/index.d.ts +1 -10
  71. package/dist/ui/components/atoms/vc-progress/index.d.ts.map +1 -1
  72. package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts +1 -10
  73. package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts.map +1 -1
  74. package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts +1 -1
  75. package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts +1 -13
  76. package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts.map +1 -1
  77. package/dist/ui/components/molecules/vc-checkbox/index.d.ts +1 -42
  78. package/dist/ui/components/molecules/vc-checkbox/index.d.ts.map +1 -1
  79. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.stories.d.ts +10 -420
  80. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.stories.d.ts.map +1 -1
  81. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +1 -41
  82. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
  83. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts +1 -35
  84. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts.map +1 -1
  85. package/dist/ui/components/molecules/vc-form/index.d.ts +1 -1
  86. package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts +1 -1
  87. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +6 -79
  88. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts.map +1 -1
  89. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +3 -0
  90. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  91. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +1 -80
  92. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts.map +1 -1
  93. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.stories.d.ts +4 -136
  94. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.stories.d.ts.map +1 -1
  95. package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts +4 -92
  96. package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts.map +1 -1
  97. package/dist/ui/components/molecules/vc-slider/index.d.ts +1 -20
  98. package/dist/ui/components/molecules/vc-slider/index.d.ts.map +1 -1
  99. package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts +1 -20
  100. package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts.map +1 -1
  101. package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +70 -294
  102. package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts.map +1 -1
  103. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +3 -1
  104. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  105. package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +1 -27
  106. package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts.map +1 -1
  107. package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +1 -38
  108. package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts.map +1 -1
  109. package/package.json +4 -4
  110. package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +13 -12
  111. package/shared/modules/dynamic/helpers/override.ts +8 -1
  112. package/shared/modules/dynamic/index.ts +22 -11
  113. package/shared/modules/dynamic/pages/dynamic-blade-form.vue +9 -11
  114. package/shared/modules/dynamic/pages/dynamic-blade-list.vue +0 -17
  115. package/ui/components/atoms/vc-button/vc-button.vue +2 -2
  116. package/ui/components/atoms/vc-container/vc-container.vue +6 -0
  117. package/ui/components/molecules/vc-input/vc-input.vue +6 -0
  118. package/ui/components/molecules/vc-textarea/vc-textarea.vue +8 -0
  119. package/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue +2 -2
  120. package/ui/components/organisms/vc-blade/vc-blade.vue +5 -5
  121. package/dist/external-providers-Dd3QYSAe.js +0 -4
@@ -40,42 +40,7 @@ declare const _default: {
40
40
  onClick?: ((value: Event) => any) | undefined;
41
41
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
42
42
  click: (value: Event) => void;
43
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
44
- disabled: {
45
- type: import("vue").PropType<boolean>;
46
- };
47
- small: {
48
- type: import("vue").PropType<boolean>;
49
- };
50
- text: {
51
- type: import("vue").PropType<boolean>;
52
- };
53
- icon: {
54
- type: import("vue").PropType<string>;
55
- };
56
- variant: {
57
- type: import("vue").PropType<"warning" | "danger" | "primary">;
58
- default: string;
59
- };
60
- iconClass: {
61
- type: import("vue").PropType<string>;
62
- };
63
- iconSize: {
64
- type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
65
- default: string;
66
- };
67
- outline: {
68
- type: import("vue").PropType<boolean>;
69
- };
70
- selected: {
71
- type: import("vue").PropType<boolean>;
72
- };
73
- raised: {
74
- type: import("vue").PropType<boolean>;
75
- };
76
- }>> & Readonly<{
77
- onClick?: ((value: Event) => any) | undefined;
78
- }>, {
43
+ }, import("vue").PublicProps, {
79
44
  variant: "warning" | "danger" | "primary";
80
45
  iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
81
46
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -267,42 +232,7 @@ export declare const Basic: StoryFn<{
267
232
  onClick?: ((value: Event) => any) | undefined;
268
233
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
269
234
  click: (value: Event) => void;
270
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
271
- disabled: {
272
- type: import("vue").PropType<boolean>;
273
- };
274
- small: {
275
- type: import("vue").PropType<boolean>;
276
- };
277
- text: {
278
- type: import("vue").PropType<boolean>;
279
- };
280
- icon: {
281
- type: import("vue").PropType<string>;
282
- };
283
- variant: {
284
- type: import("vue").PropType<"warning" | "danger" | "primary">;
285
- default: string;
286
- };
287
- iconClass: {
288
- type: import("vue").PropType<string>;
289
- };
290
- iconSize: {
291
- type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
292
- default: string;
293
- };
294
- outline: {
295
- type: import("vue").PropType<boolean>;
296
- };
297
- selected: {
298
- type: import("vue").PropType<boolean>;
299
- };
300
- raised: {
301
- type: import("vue").PropType<boolean>;
302
- };
303
- }>> & Readonly<{
304
- onClick?: ((value: Event) => any) | undefined;
305
- }>, {
235
+ }, import("vue").PublicProps, {
306
236
  variant: "warning" | "danger" | "primary";
307
237
  iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
308
238
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -439,42 +369,7 @@ export declare const Disabled: StoryFn<{
439
369
  onClick?: ((value: Event) => any) | undefined;
440
370
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
441
371
  click: (value: Event) => void;
442
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
443
- disabled: {
444
- type: import("vue").PropType<boolean>;
445
- };
446
- small: {
447
- type: import("vue").PropType<boolean>;
448
- };
449
- text: {
450
- type: import("vue").PropType<boolean>;
451
- };
452
- icon: {
453
- type: import("vue").PropType<string>;
454
- };
455
- variant: {
456
- type: import("vue").PropType<"warning" | "danger" | "primary">;
457
- default: string;
458
- };
459
- iconClass: {
460
- type: import("vue").PropType<string>;
461
- };
462
- iconSize: {
463
- type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
464
- default: string;
465
- };
466
- outline: {
467
- type: import("vue").PropType<boolean>;
468
- };
469
- selected: {
470
- type: import("vue").PropType<boolean>;
471
- };
472
- raised: {
473
- type: import("vue").PropType<boolean>;
474
- };
475
- }>> & Readonly<{
476
- onClick?: ((value: Event) => any) | undefined;
477
- }>, {
372
+ }, import("vue").PublicProps, {
478
373
  variant: "warning" | "danger" | "primary";
479
374
  iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
480
375
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -611,42 +506,7 @@ export declare const Small: StoryFn<{
611
506
  onClick?: ((value: Event) => any) | undefined;
612
507
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
613
508
  click: (value: Event) => void;
614
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
615
- disabled: {
616
- type: import("vue").PropType<boolean>;
617
- };
618
- small: {
619
- type: import("vue").PropType<boolean>;
620
- };
621
- text: {
622
- type: import("vue").PropType<boolean>;
623
- };
624
- icon: {
625
- type: import("vue").PropType<string>;
626
- };
627
- variant: {
628
- type: import("vue").PropType<"warning" | "danger" | "primary">;
629
- default: string;
630
- };
631
- iconClass: {
632
- type: import("vue").PropType<string>;
633
- };
634
- iconSize: {
635
- type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
636
- default: string;
637
- };
638
- outline: {
639
- type: import("vue").PropType<boolean>;
640
- };
641
- selected: {
642
- type: import("vue").PropType<boolean>;
643
- };
644
- raised: {
645
- type: import("vue").PropType<boolean>;
646
- };
647
- }>> & Readonly<{
648
- onClick?: ((value: Event) => any) | undefined;
649
- }>, {
509
+ }, import("vue").PublicProps, {
650
510
  variant: "warning" | "danger" | "primary";
651
511
  iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
652
512
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -783,42 +643,7 @@ export declare const Outline: StoryFn<{
783
643
  onClick?: ((value: Event) => any) | undefined;
784
644
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
785
645
  click: (value: Event) => void;
786
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
787
- disabled: {
788
- type: import("vue").PropType<boolean>;
789
- };
790
- small: {
791
- type: import("vue").PropType<boolean>;
792
- };
793
- text: {
794
- type: import("vue").PropType<boolean>;
795
- };
796
- icon: {
797
- type: import("vue").PropType<string>;
798
- };
799
- variant: {
800
- type: import("vue").PropType<"warning" | "danger" | "primary">;
801
- default: string;
802
- };
803
- iconClass: {
804
- type: import("vue").PropType<string>;
805
- };
806
- iconSize: {
807
- type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
808
- default: string;
809
- };
810
- outline: {
811
- type: import("vue").PropType<boolean>;
812
- };
813
- selected: {
814
- type: import("vue").PropType<boolean>;
815
- };
816
- raised: {
817
- type: import("vue").PropType<boolean>;
818
- };
819
- }>> & Readonly<{
820
- onClick?: ((value: Event) => any) | undefined;
821
- }>, {
646
+ }, import("vue").PublicProps, {
822
647
  variant: "warning" | "danger" | "primary";
823
648
  iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
824
649
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -955,42 +780,7 @@ export declare const Selected: StoryFn<{
955
780
  onClick?: ((value: Event) => any) | undefined;
956
781
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
957
782
  click: (value: Event) => void;
958
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
959
- disabled: {
960
- type: import("vue").PropType<boolean>;
961
- };
962
- small: {
963
- type: import("vue").PropType<boolean>;
964
- };
965
- text: {
966
- type: import("vue").PropType<boolean>;
967
- };
968
- icon: {
969
- type: import("vue").PropType<string>;
970
- };
971
- variant: {
972
- type: import("vue").PropType<"warning" | "danger" | "primary">;
973
- default: string;
974
- };
975
- iconClass: {
976
- type: import("vue").PropType<string>;
977
- };
978
- iconSize: {
979
- type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
980
- default: string;
981
- };
982
- outline: {
983
- type: import("vue").PropType<boolean>;
984
- };
985
- selected: {
986
- type: import("vue").PropType<boolean>;
987
- };
988
- raised: {
989
- type: import("vue").PropType<boolean>;
990
- };
991
- }>> & Readonly<{
992
- onClick?: ((value: Event) => any) | undefined;
993
- }>, {
783
+ }, import("vue").PublicProps, {
994
784
  variant: "warning" | "danger" | "primary";
995
785
  iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
996
786
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1127,42 +917,7 @@ export declare const Text: StoryFn<{
1127
917
  onClick?: ((value: Event) => any) | undefined;
1128
918
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1129
919
  click: (value: Event) => void;
1130
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1131
- disabled: {
1132
- type: import("vue").PropType<boolean>;
1133
- };
1134
- small: {
1135
- type: import("vue").PropType<boolean>;
1136
- };
1137
- text: {
1138
- type: import("vue").PropType<boolean>;
1139
- };
1140
- icon: {
1141
- type: import("vue").PropType<string>;
1142
- };
1143
- variant: {
1144
- type: import("vue").PropType<"warning" | "danger" | "primary">;
1145
- default: string;
1146
- };
1147
- iconClass: {
1148
- type: import("vue").PropType<string>;
1149
- };
1150
- iconSize: {
1151
- type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1152
- default: string;
1153
- };
1154
- outline: {
1155
- type: import("vue").PropType<boolean>;
1156
- };
1157
- selected: {
1158
- type: import("vue").PropType<boolean>;
1159
- };
1160
- raised: {
1161
- type: import("vue").PropType<boolean>;
1162
- };
1163
- }>> & Readonly<{
1164
- onClick?: ((value: Event) => any) | undefined;
1165
- }>, {
920
+ }, import("vue").PublicProps, {
1166
921
  variant: "warning" | "danger" | "primary";
1167
922
  iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1168
923
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1299,42 +1054,7 @@ export declare const Raised: StoryFn<{
1299
1054
  onClick?: ((value: Event) => any) | undefined;
1300
1055
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1301
1056
  click: (value: Event) => void;
1302
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1303
- disabled: {
1304
- type: import("vue").PropType<boolean>;
1305
- };
1306
- small: {
1307
- type: import("vue").PropType<boolean>;
1308
- };
1309
- text: {
1310
- type: import("vue").PropType<boolean>;
1311
- };
1312
- icon: {
1313
- type: import("vue").PropType<string>;
1314
- };
1315
- variant: {
1316
- type: import("vue").PropType<"warning" | "danger" | "primary">;
1317
- default: string;
1318
- };
1319
- iconClass: {
1320
- type: import("vue").PropType<string>;
1321
- };
1322
- iconSize: {
1323
- type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1324
- default: string;
1325
- };
1326
- outline: {
1327
- type: import("vue").PropType<boolean>;
1328
- };
1329
- selected: {
1330
- type: import("vue").PropType<boolean>;
1331
- };
1332
- raised: {
1333
- type: import("vue").PropType<boolean>;
1334
- };
1335
- }>> & Readonly<{
1336
- onClick?: ((value: Event) => any) | undefined;
1337
- }>, {
1057
+ }, import("vue").PublicProps, {
1338
1058
  variant: "warning" | "danger" | "primary";
1339
1059
  iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1340
1060
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1471,42 +1191,7 @@ export declare const Icon: StoryFn<{
1471
1191
  onClick?: ((value: Event) => any) | undefined;
1472
1192
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1473
1193
  click: (value: Event) => void;
1474
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1475
- disabled: {
1476
- type: import("vue").PropType<boolean>;
1477
- };
1478
- small: {
1479
- type: import("vue").PropType<boolean>;
1480
- };
1481
- text: {
1482
- type: import("vue").PropType<boolean>;
1483
- };
1484
- icon: {
1485
- type: import("vue").PropType<string>;
1486
- };
1487
- variant: {
1488
- type: import("vue").PropType<"warning" | "danger" | "primary">;
1489
- default: string;
1490
- };
1491
- iconClass: {
1492
- type: import("vue").PropType<string>;
1493
- };
1494
- iconSize: {
1495
- type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1496
- default: string;
1497
- };
1498
- outline: {
1499
- type: import("vue").PropType<boolean>;
1500
- };
1501
- selected: {
1502
- type: import("vue").PropType<boolean>;
1503
- };
1504
- raised: {
1505
- type: import("vue").PropType<boolean>;
1506
- };
1507
- }>> & Readonly<{
1508
- onClick?: ((value: Event) => any) | undefined;
1509
- }>, {
1194
+ }, import("vue").PublicProps, {
1510
1195
  variant: "warning" | "danger" | "primary";
1511
1196
  iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1512
1197
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1643,42 +1328,7 @@ export declare const IconClass: StoryFn<{
1643
1328
  onClick?: ((value: Event) => any) | undefined;
1644
1329
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1645
1330
  click: (value: Event) => void;
1646
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1647
- disabled: {
1648
- type: import("vue").PropType<boolean>;
1649
- };
1650
- small: {
1651
- type: import("vue").PropType<boolean>;
1652
- };
1653
- text: {
1654
- type: import("vue").PropType<boolean>;
1655
- };
1656
- icon: {
1657
- type: import("vue").PropType<string>;
1658
- };
1659
- variant: {
1660
- type: import("vue").PropType<"warning" | "danger" | "primary">;
1661
- default: string;
1662
- };
1663
- iconClass: {
1664
- type: import("vue").PropType<string>;
1665
- };
1666
- iconSize: {
1667
- type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1668
- default: string;
1669
- };
1670
- outline: {
1671
- type: import("vue").PropType<boolean>;
1672
- };
1673
- selected: {
1674
- type: import("vue").PropType<boolean>;
1675
- };
1676
- raised: {
1677
- type: import("vue").PropType<boolean>;
1678
- };
1679
- }>> & Readonly<{
1680
- onClick?: ((value: Event) => any) | undefined;
1681
- }>, {
1331
+ }, import("vue").PublicProps, {
1682
1332
  variant: "warning" | "danger" | "primary";
1683
1333
  iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1684
1334
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1815,42 +1465,7 @@ export declare const IconSize: StoryFn<{
1815
1465
  onClick?: ((value: Event) => any) | undefined;
1816
1466
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1817
1467
  click: (value: Event) => void;
1818
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1819
- disabled: {
1820
- type: import("vue").PropType<boolean>;
1821
- };
1822
- small: {
1823
- type: import("vue").PropType<boolean>;
1824
- };
1825
- text: {
1826
- type: import("vue").PropType<boolean>;
1827
- };
1828
- icon: {
1829
- type: import("vue").PropType<string>;
1830
- };
1831
- variant: {
1832
- type: import("vue").PropType<"warning" | "danger" | "primary">;
1833
- default: string;
1834
- };
1835
- iconClass: {
1836
- type: import("vue").PropType<string>;
1837
- };
1838
- iconSize: {
1839
- type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
1840
- default: string;
1841
- };
1842
- outline: {
1843
- type: import("vue").PropType<boolean>;
1844
- };
1845
- selected: {
1846
- type: import("vue").PropType<boolean>;
1847
- };
1848
- raised: {
1849
- type: import("vue").PropType<boolean>;
1850
- };
1851
- }>> & Readonly<{
1852
- onClick?: ((value: Event) => any) | undefined;
1853
- }>, {
1468
+ }, import("vue").PublicProps, {
1854
1469
  variant: "warning" | "danger" | "primary";
1855
1470
  iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
1856
1471
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1987,42 +1602,7 @@ export declare const Warning: StoryFn<{
1987
1602
  onClick?: ((value: Event) => any) | undefined;
1988
1603
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1989
1604
  click: (value: Event) => void;
1990
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1991
- disabled: {
1992
- type: import("vue").PropType<boolean>;
1993
- };
1994
- small: {
1995
- type: import("vue").PropType<boolean>;
1996
- };
1997
- text: {
1998
- type: import("vue").PropType<boolean>;
1999
- };
2000
- icon: {
2001
- type: import("vue").PropType<string>;
2002
- };
2003
- variant: {
2004
- type: import("vue").PropType<"warning" | "danger" | "primary">;
2005
- default: string;
2006
- };
2007
- iconClass: {
2008
- type: import("vue").PropType<string>;
2009
- };
2010
- iconSize: {
2011
- type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
2012
- default: string;
2013
- };
2014
- outline: {
2015
- type: import("vue").PropType<boolean>;
2016
- };
2017
- selected: {
2018
- type: import("vue").PropType<boolean>;
2019
- };
2020
- raised: {
2021
- type: import("vue").PropType<boolean>;
2022
- };
2023
- }>> & Readonly<{
2024
- onClick?: ((value: Event) => any) | undefined;
2025
- }>, {
1605
+ }, import("vue").PublicProps, {
2026
1606
  variant: "warning" | "danger" | "primary";
2027
1607
  iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
2028
1608
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -2159,42 +1739,7 @@ export declare const Danger: StoryFn<{
2159
1739
  onClick?: ((value: Event) => any) | undefined;
2160
1740
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2161
1741
  click: (value: Event) => void;
2162
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2163
- disabled: {
2164
- type: import("vue").PropType<boolean>;
2165
- };
2166
- small: {
2167
- type: import("vue").PropType<boolean>;
2168
- };
2169
- text: {
2170
- type: import("vue").PropType<boolean>;
2171
- };
2172
- icon: {
2173
- type: import("vue").PropType<string>;
2174
- };
2175
- variant: {
2176
- type: import("vue").PropType<"warning" | "danger" | "primary">;
2177
- default: string;
2178
- };
2179
- iconClass: {
2180
- type: import("vue").PropType<string>;
2181
- };
2182
- iconSize: {
2183
- type: import("vue").PropType<"s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl">;
2184
- default: string;
2185
- };
2186
- outline: {
2187
- type: import("vue").PropType<boolean>;
2188
- };
2189
- selected: {
2190
- type: import("vue").PropType<boolean>;
2191
- };
2192
- raised: {
2193
- type: import("vue").PropType<boolean>;
2194
- };
2195
- }>> & Readonly<{
2196
- onClick?: ((value: Event) => any) | undefined;
2197
- }>, {
1742
+ }, import("vue").PublicProps, {
2198
1743
  variant: "warning" | "danger" | "primary";
2199
1744
  iconSize: "s" | "m" | "xs" | "l" | "xl" | "xxl" | "xxxl";
2200
1745
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1 +1 @@
1
- {"version":3,"file":"vc-button.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-button/vc-button.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQ9B,wBAuCkC;AAElC,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,QAAQ,CAM5C,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAEvC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG1C,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGvC,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGzC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG1C,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGtC,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGxC,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGtC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG3C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG1C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGzC,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGxC,eAAO,MAAM,SAAS,EAAE,OAAO,CAAC,OAAO,QAAQ,CAwB7C,CAAC"}
1
+ {"version":3,"file":"vc-button.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-button/vc-button.stories.ts"],"names":[],"mappings":"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"}
@@ -25,30 +25,7 @@ export declare const VcCard: {
25
25
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
26
26
  "header:click": () => void;
27
27
  "state:collapsed": (isCollapsedState: boolean) => void;
28
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
29
- fill: {
30
- type: import("vue").PropType<boolean>;
31
- };
32
- header: {
33
- type: import("vue").PropType<string>;
34
- };
35
- icon: {
36
- type: import("vue").PropType<string>;
37
- };
38
- variant: {
39
- type: import("vue").PropType<"default" | "danger" | "success">;
40
- default: string;
41
- };
42
- isCollapsable: {
43
- type: import("vue").PropType<boolean>;
44
- };
45
- isCollapsed: {
46
- type: import("vue").PropType<boolean>;
47
- };
48
- }>> & Readonly<{
49
- "onHeader:click"?: (() => any) | undefined;
50
- "onState:collapsed"?: ((isCollapsedState: boolean) => any) | undefined;
51
- }>, {
28
+ }, import("vue").PublicProps, {
52
29
  variant: "default" | "danger" | "success";
53
30
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
54
31
  P: {};
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-card/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-card/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAAwB,CAAC"}