@vc-shell/framework 1.0.181 → 1.0.182

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 (149) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/framework.js +5196 -5182
  3. package/dist/index.css +1 -1
  4. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -1
  5. package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -1
  6. package/dist/tailwind.config.d.ts +1 -2
  7. package/dist/tailwind.config.d.ts.map +1 -1
  8. package/dist/tsconfig.tsbuildinfo +1 -1
  9. package/dist/ui/components/atoms/vc-badge/index.d.ts +1 -79
  10. package/dist/ui/components/atoms/vc-badge/index.d.ts.map +1 -1
  11. package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts +389 -6
  12. package/dist/ui/components/atoms/vc-badge/vc-badge.stories.d.ts.map +1 -1
  13. package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts +2295 -5
  14. package/dist/ui/components/atoms/vc-button/vc-button.stories.d.ts.map +1 -1
  15. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +1119 -5
  16. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -1
  17. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts +1778 -5
  18. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts.map +1 -1
  19. package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts +51 -5
  20. package/dist/ui/components/atoms/vc-col/vc-col.stories.d.ts.map +1 -1
  21. package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts +37 -5
  22. package/dist/ui/components/atoms/vc-hint/vc-hint.stories.d.ts.map +1 -1
  23. package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts +62 -5
  24. package/dist/ui/components/atoms/vc-icon/vc-icon.stories.d.ts.map +1 -1
  25. package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts +103 -5
  26. package/dist/ui/components/atoms/vc-image/vc-image.stories.d.ts.map +1 -1
  27. package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts +101 -5
  28. package/dist/ui/components/atoms/vc-label/vc-label.stories.d.ts.map +1 -1
  29. package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts +103 -5
  30. package/dist/ui/components/atoms/vc-link/vc-link.stories.d.ts.map +1 -1
  31. package/dist/ui/components/atoms/vc-loading/vc-loading.stories.d.ts +18 -5
  32. package/dist/ui/components/atoms/vc-loading/vc-loading.stories.d.ts.map +1 -1
  33. package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts +85 -5
  34. package/dist/ui/components/atoms/vc-progress/vc-progress.stories.d.ts.map +1 -1
  35. package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts +25 -5
  36. package/dist/ui/components/atoms/vc-row/vc-row.stories.d.ts.map +1 -1
  37. package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts +116 -5
  38. package/dist/ui/components/atoms/vc-status/vc-status.stories.d.ts.map +1 -1
  39. package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +53 -5
  40. package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts.map +1 -1
  41. package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts +59 -0
  42. package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts.map +1 -0
  43. package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts +42 -5
  44. package/dist/ui/components/atoms/vc-widget/vc-widget.stories.d.ts.map +1 -1
  45. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts +40 -5
  46. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.d.ts.map +1 -1
  47. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +179 -5
  48. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
  49. package/dist/ui/components/molecules/vc-field/vc-field.stories.d.ts +12 -0
  50. package/dist/ui/components/molecules/vc-field/vc-field.stories.d.ts.map +1 -0
  51. package/dist/ui/components/molecules/vc-file-upload/index.d.ts +19 -0
  52. package/dist/ui/components/molecules/vc-file-upload/index.d.ts.map +1 -1
  53. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts +182 -5
  54. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.stories.d.ts.map +1 -1
  55. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +4 -0
  56. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  57. package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts +29 -5
  58. package/dist/ui/components/molecules/vc-form/vc-form.stories.d.ts.map +1 -1
  59. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +347 -5
  60. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts.map +1 -1
  61. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +354 -5
  62. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts.map +1 -1
  63. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +889 -0
  64. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts.map +1 -0
  65. package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts +74 -5
  66. package/dist/ui/components/molecules/vc-pagination/vc-pagination.stories.d.ts.map +1 -1
  67. package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts +498 -5
  68. package/dist/ui/components/molecules/vc-rating/vc-rating.stories.d.ts.map +1 -1
  69. package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +2567 -5
  70. package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts.map +1 -1
  71. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  72. package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts +156 -5
  73. package/dist/ui/components/molecules/vc-slider/vc-slider.stories.d.ts.map +1 -1
  74. package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +1297 -5
  75. package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts.map +1 -1
  76. package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts +276 -5
  77. package/dist/ui/components/organisms/vc-app/vc-app.stories.d.ts.map +1 -1
  78. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +82 -3
  79. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  80. package/dist/ui/components/organisms/vc-blade/index.d.ts +1 -179
  81. package/dist/ui/components/organisms/vc-blade/index.d.ts.map +1 -1
  82. package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +209 -5
  83. package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts.map +1 -1
  84. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +6 -3
  85. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  86. package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts +155 -6
  87. package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts.map +1 -1
  88. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +0 -4
  89. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  90. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +13 -8
  91. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  92. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  93. package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +1272 -5
  94. package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -1
  95. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  96. package/package.json +6 -5
  97. package/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue +1 -0
  98. package/shared/components/popup-handler/composables/usePopup/index.ts +8 -7
  99. package/tailwind.config.ts +2 -46
  100. package/ui/components/atoms/vc-badge/index.ts +1 -13
  101. package/ui/components/atoms/vc-badge/vc-badge.stories.ts +48 -20
  102. package/ui/components/atoms/vc-button/vc-button.stories.ts +111 -19
  103. package/ui/components/atoms/vc-card/vc-card.stories.ts +96 -18
  104. package/ui/components/atoms/vc-checkbox/vc-checkbox.stories.ts +75 -16
  105. package/ui/components/atoms/vc-col/vc-col.stories.ts +16 -17
  106. package/ui/components/atoms/vc-hint/vc-hint.stories.ts +18 -16
  107. package/ui/components/atoms/vc-icon/vc-icon.stories.ts +57 -16
  108. package/ui/components/atoms/vc-image/vc-image.stories.ts +72 -24
  109. package/ui/components/atoms/vc-label/vc-label.stories.ts +26 -16
  110. package/ui/components/atoms/vc-link/vc-link.stories.ts +29 -16
  111. package/ui/components/atoms/vc-loading/vc-loading.stories.ts +11 -16
  112. package/ui/components/atoms/vc-progress/vc-progress.stories.ts +22 -16
  113. package/ui/components/atoms/vc-row/vc-row.stories.ts +14 -17
  114. package/ui/components/atoms/vc-status/vc-status.stories.ts +78 -16
  115. package/ui/components/atoms/vc-switch/vc-switch.stories.ts +18 -16
  116. package/ui/components/atoms/vc-video/vc-video.stories.ts +33 -0
  117. package/ui/components/atoms/vc-widget/vc-widget.stories.ts +13 -17
  118. package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.ts +22 -19
  119. package/ui/components/molecules/vc-editor/vc-editor.stories.ts +24 -16
  120. package/ui/components/molecules/vc-field/vc-field.stories.ts +114 -0
  121. package/ui/components/molecules/vc-file-upload/vc-file-upload.stories.ts +34 -16
  122. package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +3 -1
  123. package/ui/components/molecules/vc-form/vc-form.stories.ts +20 -16
  124. package/ui/components/molecules/vc-input/vc-input.stories.ts +144 -14
  125. package/ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts +61 -18
  126. package/ui/components/molecules/vc-multivalue/vc-multivalue.stories.ts +120 -0
  127. package/ui/components/molecules/vc-pagination/vc-pagination.stories.ts +17 -14
  128. package/ui/components/molecules/vc-rating/vc-rating.stories.ts +51 -15
  129. package/ui/components/molecules/vc-select/vc-select.stories.ts +605 -29
  130. package/ui/components/molecules/vc-select/vc-select.vue +0 -4
  131. package/ui/components/molecules/vc-slider/vc-slider.stories.ts +34 -21
  132. package/ui/components/molecules/vc-textarea/vc-textarea.stories.ts +46 -14
  133. package/ui/components/organisms/vc-app/vc-app.stories.ts +204 -51
  134. package/ui/components/organisms/vc-app/vc-app.vue +31 -24
  135. package/ui/components/organisms/vc-blade/index.ts +1 -11
  136. package/ui/components/organisms/vc-blade/vc-blade.stories.ts +60 -16
  137. package/ui/components/organisms/vc-blade/vc-blade.vue +7 -2
  138. package/ui/components/organisms/vc-gallery/vc-gallery.stories.ts +68 -24
  139. package/ui/components/organisms/vc-gallery/vc-gallery.vue +7 -6
  140. package/ui/components/organisms/vc-popup/vc-popup.vue +7 -1
  141. package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +1 -0
  142. package/ui/components/organisms/vc-table/vc-table.stories.ts +144 -30
  143. package/ui/components/organisms/vc-table/vc-table.vue +13 -7
  144. package/dist/ui/components/organisms/vc-login-form/vc-login-form.stories.d.ts +0 -7
  145. package/dist/ui/components/organisms/vc-login-form/vc-login-form.stories.d.ts.map +0 -1
  146. package/dist/ui/components/organisms/vc-popup/vc-popup.stories.d.ts +0 -7
  147. package/dist/ui/components/organisms/vc-popup/vc-popup.stories.d.ts.map +0 -1
  148. package/ui/components/organisms/vc-login-form/vc-login-form.stories.ts +0 -52
  149. package/ui/components/organisms/vc-popup/vc-popup.stories.ts +0 -21
@@ -1,7 +1,87 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
1
+ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcProgress } from "./";
3
- declare const meta: Meta<typeof VcProgress>;
4
- export default meta;
5
- type Story = StoryObj<typeof VcProgress>;
6
- export declare const Primary: Story;
3
+ declare const _default: {
4
+ title: string;
5
+ component: {
6
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
7
+ variant: {
8
+ type: import("vue").PropType<"default" | "striped">;
9
+ default: string;
10
+ };
11
+ value: {
12
+ type: import("vue").PropType<number>;
13
+ default: number;
14
+ };
15
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
16
+ variant: {
17
+ type: import("vue").PropType<"default" | "striped">;
18
+ default: string;
19
+ };
20
+ value: {
21
+ type: import("vue").PropType<number>;
22
+ default: number;
23
+ };
24
+ }>>, {
25
+ variant: "default" | "striped";
26
+ value: number;
27
+ }, true, {}, {}, {
28
+ P: {};
29
+ B: {};
30
+ D: {};
31
+ C: {};
32
+ M: {};
33
+ Defaults: {};
34
+ }, Readonly<import("vue").ExtractPropTypes<{
35
+ variant: {
36
+ type: import("vue").PropType<"default" | "striped">;
37
+ default: string;
38
+ };
39
+ value: {
40
+ type: import("vue").PropType<number>;
41
+ default: number;
42
+ };
43
+ }>>, {}, {}, {}, {}, {
44
+ variant: "default" | "striped";
45
+ value: number;
46
+ }>;
47
+ __isFragment?: undefined;
48
+ __isTeleport?: undefined;
49
+ __isSuspense?: undefined;
50
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
51
+ variant: {
52
+ type: import("vue").PropType<"default" | "striped">;
53
+ default: string;
54
+ };
55
+ value: {
56
+ type: import("vue").PropType<number>;
57
+ default: number;
58
+ };
59
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
60
+ variant: "default" | "striped";
61
+ value: number;
62
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
63
+ $slots: {
64
+ default: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
65
+ [key: string]: any;
66
+ }>[];
67
+ };
68
+ });
69
+ args: {
70
+ value: number;
71
+ variant: "striped";
72
+ };
73
+ argTypes: {
74
+ variant: {
75
+ control: string;
76
+ options: string[];
77
+ table: {
78
+ type: {
79
+ summary: string[];
80
+ };
81
+ };
82
+ };
83
+ };
84
+ };
85
+ export default _default;
86
+ export declare const Primary: StoryFn<typeof VcProgress>;
7
87
  //# sourceMappingURL=vc-progress.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-progress.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-progress/vc-progress.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;AAEhC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,UAAU,CAGjC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,UAAU,CAAC,CAAC;AAEzC,eAAO,MAAM,OAAO,EAAE,KAYrB,CAAC"}
1
+ {"version":3,"file":"vc-progress.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-progress/vc-progress.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEhC,wBAkBoC;AAEpC,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,UAAU,CAM7C,CAAC"}
@@ -1,7 +1,27 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
1
+ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcRow } from "./";
3
- declare const meta: Meta<typeof VcRow>;
4
- export default meta;
5
- type Story = StoryObj<typeof VcRow>;
6
- export declare const Primary: Story;
3
+ declare const _default: {
4
+ title: string;
5
+ component: {
6
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
7
+ P: {};
8
+ B: {};
9
+ D: {};
10
+ C: {};
11
+ M: {};
12
+ Defaults: {};
13
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, {}>;
14
+ __isFragment?: undefined;
15
+ __isTeleport?: undefined;
16
+ __isSuspense?: undefined;
17
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
18
+ $slots: Readonly<{
19
+ default: (props: any) => any;
20
+ }> & {
21
+ default: (props: any) => any;
22
+ };
23
+ });
24
+ };
25
+ export default _default;
26
+ export declare const Primary: StoryFn<typeof VcRow>;
7
27
  //# sourceMappingURL=vc-row.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-row.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-row/vc-row.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,KAAK,EAAE,MAAM,IAAI,CAAC;AAG3B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,KAAK,CAG5B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAC;AAEpC,eAAO,MAAM,OAAO,EAAE,KAUrB,CAAC"}
1
+ {"version":3,"file":"vc-row.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-row/vc-row.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,KAAK,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;AAG3B,wBAG+B;AAE/B,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,KAAK,CAUxC,CAAC"}
@@ -1,7 +1,118 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
1
+ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcStatus } from "./";
3
- declare const meta: Meta<typeof VcStatus>;
4
- export default meta;
5
- type Story = StoryObj<typeof VcStatus>;
6
- export declare const Primary: Story;
3
+ declare const _default: {
4
+ title: string;
5
+ component: {
6
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
7
+ variant: {
8
+ type: import("vue").PropType<"warning" | "danger" | "success" | "info" | "light-danger">;
9
+ default: string;
10
+ };
11
+ outline: {
12
+ type: import("vue").PropType<boolean>;
13
+ default: boolean;
14
+ };
15
+ extend: {
16
+ type: import("vue").PropType<boolean>;
17
+ };
18
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
19
+ variant: {
20
+ type: import("vue").PropType<"warning" | "danger" | "success" | "info" | "light-danger">;
21
+ default: string;
22
+ };
23
+ outline: {
24
+ type: import("vue").PropType<boolean>;
25
+ default: boolean;
26
+ };
27
+ extend: {
28
+ type: import("vue").PropType<boolean>;
29
+ };
30
+ }>>, {
31
+ variant: "warning" | "danger" | "success" | "info" | "light-danger";
32
+ outline: boolean;
33
+ }, true, {}, {}, {
34
+ P: {};
35
+ B: {};
36
+ D: {};
37
+ C: {};
38
+ M: {};
39
+ Defaults: {};
40
+ }, Readonly<import("vue").ExtractPropTypes<{
41
+ variant: {
42
+ type: import("vue").PropType<"warning" | "danger" | "success" | "info" | "light-danger">;
43
+ default: string;
44
+ };
45
+ outline: {
46
+ type: import("vue").PropType<boolean>;
47
+ default: boolean;
48
+ };
49
+ extend: {
50
+ type: import("vue").PropType<boolean>;
51
+ };
52
+ }>>, {}, {}, {}, {}, {
53
+ variant: "warning" | "danger" | "success" | "info" | "light-danger";
54
+ outline: boolean;
55
+ }>;
56
+ __isFragment?: undefined;
57
+ __isTeleport?: undefined;
58
+ __isSuspense?: undefined;
59
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
60
+ variant: {
61
+ type: import("vue").PropType<"warning" | "danger" | "success" | "info" | "light-danger">;
62
+ default: string;
63
+ };
64
+ outline: {
65
+ type: import("vue").PropType<boolean>;
66
+ default: boolean;
67
+ };
68
+ extend: {
69
+ type: import("vue").PropType<boolean>;
70
+ };
71
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
72
+ variant: "warning" | "danger" | "success" | "info" | "light-danger";
73
+ outline: boolean;
74
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
75
+ $slots: Readonly<{
76
+ default: (props?: any) => any;
77
+ }> & {
78
+ default: (props?: any) => any;
79
+ };
80
+ });
81
+ args: {
82
+ variant: "info";
83
+ outline: true;
84
+ extend: false;
85
+ };
86
+ argTypes: {
87
+ variant: {
88
+ control: string;
89
+ options: string[];
90
+ table: {
91
+ type: {
92
+ summary: string[];
93
+ };
94
+ };
95
+ };
96
+ outline: {
97
+ control: string;
98
+ table: {
99
+ type: {
100
+ summary: string;
101
+ };
102
+ };
103
+ };
104
+ extend: {
105
+ control: string;
106
+ table: {
107
+ type: {
108
+ summary: string;
109
+ };
110
+ };
111
+ };
112
+ };
113
+ };
114
+ export default _default;
115
+ export declare const Primary: StoryFn<typeof VcStatus>;
116
+ export declare const Extended: StoryFn<typeof VcStatus>;
117
+ export declare const AllStates: StoryFn<typeof VcStatus>;
7
118
  //# sourceMappingURL=vc-status.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-status.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-status/vc-status.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC;AAE9B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,QAAQ,CAG/B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEvC,eAAO,MAAM,OAAO,EAAE,KAWrB,CAAC"}
1
+ {"version":3,"file":"vc-status.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-status/vc-status.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAK9B,wBAmCkC;AAElC,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,QAAQ,CAM3C,CAAC;AAEH,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,QAAQ,CAe5C,CAAC;AAEH,eAAO,MAAM,SAAS,EAAE,OAAO,CAAC,OAAO,QAAQ,CAgB7C,CAAC"}
@@ -1,7 +1,55 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
1
+ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcSwitch } from "./";
3
- declare const meta: Meta<typeof VcSwitch>;
4
- export default meta;
5
- type Story = StoryObj<typeof VcSwitch>;
6
- export declare const Primary: Story;
3
+ declare const _default: {
4
+ title: string;
5
+ component: import("vue").DefineComponent<{
6
+ modelValue: {
7
+ type: import("vue").PropType<boolean>;
8
+ required: true;
9
+ };
10
+ disabled: {
11
+ type: import("vue").PropType<boolean>;
12
+ };
13
+ tooltip: {
14
+ type: import("vue").PropType<string>;
15
+ };
16
+ required: {
17
+ type: import("vue").PropType<boolean>;
18
+ };
19
+ label: {
20
+ type: import("vue").PropType<string>;
21
+ };
22
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
+ "update:modelValue": (value: boolean) => void;
24
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
+ modelValue: {
26
+ type: import("vue").PropType<boolean>;
27
+ required: true;
28
+ };
29
+ disabled: {
30
+ type: import("vue").PropType<boolean>;
31
+ };
32
+ tooltip: {
33
+ type: import("vue").PropType<string>;
34
+ };
35
+ required: {
36
+ type: import("vue").PropType<boolean>;
37
+ };
38
+ label: {
39
+ type: import("vue").PropType<string>;
40
+ };
41
+ }>> & {
42
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
43
+ }, {}, {}>;
44
+ args: {
45
+ label: string;
46
+ };
47
+ argTypes: {
48
+ tooltip: {
49
+ control: string;
50
+ };
51
+ };
52
+ };
53
+ export default _default;
54
+ export declare const Primary: StoryFn<typeof VcSwitch>;
7
55
  //# sourceMappingURL=vc-switch.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-switch.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-switch/vc-switch.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC;AAG9B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,QAAQ,CAG/B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEvC,eAAO,MAAM,OAAO,EAAE,KASrB,CAAC"}
1
+ {"version":3,"file":"vc-switch.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-switch/vc-switch.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAG9B,wBAWkC;AAElC,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,QAAQ,CAM3C,CAAC"}
@@ -0,0 +1,59 @@
1
+ import type { StoryFn } from "@storybook/vue3";
2
+ import { VcVideo } from "./";
3
+ declare const _default: {
4
+ title: string;
5
+ component: import("vue").DefineComponent<{
6
+ label: {
7
+ type: import("vue").PropType<string>;
8
+ };
9
+ source: {
10
+ type: import("vue").PropType<string>;
11
+ };
12
+ size: {
13
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "auto">;
14
+ default: string;
15
+ };
16
+ tooltip: {
17
+ type: import("vue").PropType<string>;
18
+ };
19
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ click: () => void;
21
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
+ label: {
23
+ type: import("vue").PropType<string>;
24
+ };
25
+ source: {
26
+ type: import("vue").PropType<string>;
27
+ };
28
+ size: {
29
+ type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "auto">;
30
+ default: string;
31
+ };
32
+ tooltip: {
33
+ type: import("vue").PropType<string>;
34
+ };
35
+ }>> & {
36
+ onClick?: (() => any) | undefined;
37
+ }, {
38
+ size: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "auto";
39
+ }, {}>;
40
+ args: {
41
+ source: string;
42
+ size: "auto";
43
+ label: string;
44
+ };
45
+ argTypes: {
46
+ size: {
47
+ options: string[];
48
+ control: string;
49
+ table: {
50
+ type: {
51
+ summary: string;
52
+ };
53
+ };
54
+ };
55
+ };
56
+ };
57
+ export default _default;
58
+ export declare const Primary: StoryFn<typeof VcVideo>;
59
+ //# sourceMappingURL=vc-video.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-video.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-video/vc-video.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAI7B,wBAmBiC;AAEjC,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,OAAO,CAM1C,CAAC"}
@@ -1,7 +1,44 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
1
+ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcWidget } from "./";
3
- declare const meta: Meta<typeof VcWidget>;
4
- export default meta;
5
- type Story = StoryObj<typeof VcWidget>;
6
- export declare const Primary: Story;
3
+ declare const _default: {
4
+ title: string;
5
+ component: import("vue").DefineComponent<{
6
+ icon: {
7
+ type: import("vue").PropType<string>;
8
+ };
9
+ title: {
10
+ type: import("vue").PropType<string>;
11
+ };
12
+ value: {
13
+ type: import("vue").PropType<string | number>;
14
+ };
15
+ disabled: {
16
+ type: import("vue").PropType<boolean>;
17
+ };
18
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ click: () => void;
20
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ icon: {
22
+ type: import("vue").PropType<string>;
23
+ };
24
+ title: {
25
+ type: import("vue").PropType<string>;
26
+ };
27
+ value: {
28
+ type: import("vue").PropType<string | number>;
29
+ };
30
+ disabled: {
31
+ type: import("vue").PropType<boolean>;
32
+ };
33
+ }>> & {
34
+ onClick?: (() => any) | undefined;
35
+ }, {}, {}>;
36
+ args: {
37
+ icon: string;
38
+ title: string;
39
+ value: number;
40
+ };
41
+ };
42
+ export default _default;
43
+ export declare const Primary: StoryFn<typeof VcWidget>;
7
44
  //# sourceMappingURL=vc-widget.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-widget.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-widget/vc-widget.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC;AAE9B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,QAAQ,CAG/B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEvC,eAAO,MAAM,OAAO,EAAE,KAYrB,CAAC"}
1
+ {"version":3,"file":"vc-widget.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-widget/vc-widget.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE9B,wBAQkC;AAElC,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,QAAQ,CAM3C,CAAC"}
@@ -1,7 +1,42 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
1
+ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcBreadcrumbs } from "./";
3
- declare const meta: Meta<typeof VcBreadcrumbs>;
4
- export default meta;
5
- type Story = StoryObj<typeof VcBreadcrumbs>;
6
- export declare const Primary: Story;
3
+ declare const _default: {
4
+ title: string;
5
+ component: import("vue").DefineComponent<{
6
+ items: {
7
+ type: import("vue").PropType<import("../../../types").Breadcrumbs[]>;
8
+ default: () => never[];
9
+ };
10
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
+ items: {
12
+ type: import("vue").PropType<import("../../../types").Breadcrumbs[]>;
13
+ default: () => never[];
14
+ };
15
+ }>>, {
16
+ items: import("../../../types").Breadcrumbs[];
17
+ }, {}>;
18
+ args: {
19
+ items: ({
20
+ id: string;
21
+ title: string;
22
+ icon: string;
23
+ } | {
24
+ id: string;
25
+ title: string;
26
+ icon?: undefined;
27
+ })[];
28
+ };
29
+ argTypes: {
30
+ items: {
31
+ control: string;
32
+ table: {
33
+ type: {
34
+ summary: string;
35
+ };
36
+ };
37
+ };
38
+ };
39
+ };
40
+ export default _default;
41
+ export declare const Primary: StoryFn<typeof VcBreadcrumbs>;
7
42
  //# sourceMappingURL=vc-breadcrumbs.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-breadcrumbs.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,IAAI,CAAC;AAEnC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,aAAa,CAGpC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,aAAa,CAAC,CAAC;AAE5C,eAAO,MAAM,OAAO,EAAE,KA4BrB,CAAC"}
1
+ {"version":3,"file":"vc-breadcrumbs.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,aAAa,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEnC,wBA+BuC;AAEvC,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,aAAa,CAMhD,CAAC"}