@vc-shell/framework 1.0.180 → 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 +18 -0
  2. package/dist/framework.js +5020 -5002
  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 +9 -3
  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,80 +1,2 @@
1
- import { VNode } from "vue";
2
- export declare const VcBadge: {
3
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- active: {
5
- type: import("vue").PropType<boolean>;
6
- };
7
- disabled: {
8
- type: import("vue").PropType<boolean>;
9
- };
10
- clickable: {
11
- type: import("vue").PropType<boolean>;
12
- };
13
- }>> & {
14
- onClick?: (() => any) | undefined;
15
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
- click: () => void;
17
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
18
- active: {
19
- type: import("vue").PropType<boolean>;
20
- };
21
- disabled: {
22
- type: import("vue").PropType<boolean>;
23
- };
24
- clickable: {
25
- type: import("vue").PropType<boolean>;
26
- };
27
- }>> & {
28
- onClick?: (() => any) | undefined;
29
- }, {}, true, {}, {}, {
30
- P: {};
31
- B: {};
32
- D: {};
33
- C: {};
34
- M: {};
35
- Defaults: {};
36
- }, Readonly<import("vue").ExtractPropTypes<{
37
- active: {
38
- type: import("vue").PropType<boolean>;
39
- };
40
- disabled: {
41
- type: import("vue").PropType<boolean>;
42
- };
43
- clickable: {
44
- type: import("vue").PropType<boolean>;
45
- };
46
- }>> & {
47
- onClick?: (() => any) | undefined;
48
- }, {}, {}, {}, {}, {}>;
49
- __isFragment?: undefined;
50
- __isTeleport?: undefined;
51
- __isSuspense?: undefined;
52
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
53
- active: {
54
- type: import("vue").PropType<boolean>;
55
- };
56
- disabled: {
57
- type: import("vue").PropType<boolean>;
58
- };
59
- clickable: {
60
- type: import("vue").PropType<boolean>;
61
- };
62
- }>> & {
63
- onClick?: (() => any) | undefined;
64
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
65
- click: () => void;
66
- }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
67
- $slots: Readonly<{
68
- default: void;
69
- }> & {
70
- default: void;
71
- };
72
- }) & (new () => {
73
- $slots: {
74
- /**
75
- * Slot for component content
76
- * */
77
- default: () => VNode[];
78
- };
79
- });
1
+ export { default as VcBadge } from "./vc-badge.vue";
80
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACV;IACN,MAAM,EAAE;QACN;;aAEK;QACL,OAAO,EAAE,MAAM,KAAK,EAAE,CAAC;KACxB,CAAC;CACH,CACF,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,gBAAgB,CAAC"}
@@ -1,7 +1,390 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
2
- import { VcBadge } from "./";
3
- declare const meta: Meta<typeof VcBadge>;
4
- export default meta;
5
- type Story = StoryObj<typeof VcBadge>;
6
- export declare const Primary: Story;
1
+ import type { StoryFn } from "@storybook/vue3";
2
+ declare const _default: {
3
+ title: string;
4
+ component: {
5
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
6
+ active: {
7
+ type: import("vue").PropType<boolean>;
8
+ };
9
+ disabled: {
10
+ type: import("vue").PropType<boolean>;
11
+ };
12
+ clickable: {
13
+ type: import("vue").PropType<boolean>;
14
+ };
15
+ }>> & {
16
+ onClick?: (() => any) | undefined;
17
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ click: () => void;
19
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
20
+ active: {
21
+ type: import("vue").PropType<boolean>;
22
+ };
23
+ disabled: {
24
+ type: import("vue").PropType<boolean>;
25
+ };
26
+ clickable: {
27
+ type: import("vue").PropType<boolean>;
28
+ };
29
+ }>> & {
30
+ onClick?: (() => any) | undefined;
31
+ }, {}, true, {}, {}, {
32
+ P: {};
33
+ B: {};
34
+ D: {};
35
+ C: {};
36
+ M: {};
37
+ Defaults: {};
38
+ }, Readonly<import("vue").ExtractPropTypes<{
39
+ active: {
40
+ type: import("vue").PropType<boolean>;
41
+ };
42
+ disabled: {
43
+ type: import("vue").PropType<boolean>;
44
+ };
45
+ clickable: {
46
+ type: import("vue").PropType<boolean>;
47
+ };
48
+ }>> & {
49
+ onClick?: (() => any) | undefined;
50
+ }, {}, {}, {}, {}, {}>;
51
+ __isFragment?: undefined;
52
+ __isTeleport?: undefined;
53
+ __isSuspense?: undefined;
54
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
55
+ active: {
56
+ type: import("vue").PropType<boolean>;
57
+ };
58
+ disabled: {
59
+ type: import("vue").PropType<boolean>;
60
+ };
61
+ clickable: {
62
+ type: import("vue").PropType<boolean>;
63
+ };
64
+ }>> & {
65
+ onClick?: (() => any) | undefined;
66
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
67
+ click: () => void;
68
+ }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
69
+ $slots: Readonly<{
70
+ default: void;
71
+ }> & {
72
+ default: void;
73
+ };
74
+ });
75
+ args: {
76
+ default: string;
77
+ };
78
+ argTypes: {
79
+ default: {
80
+ control: string;
81
+ };
82
+ active: {
83
+ control: string;
84
+ type: {
85
+ name: "boolean";
86
+ required: false;
87
+ };
88
+ };
89
+ disabled: {
90
+ control: string;
91
+ type: {
92
+ name: "boolean";
93
+ required: false;
94
+ };
95
+ };
96
+ clickable: {
97
+ control: string;
98
+ type: {
99
+ name: "boolean";
100
+ required: false;
101
+ };
102
+ };
103
+ };
104
+ };
105
+ export default _default;
106
+ export declare const Basic: StoryFn<{
107
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
108
+ active: {
109
+ type: import("vue").PropType<boolean>;
110
+ };
111
+ disabled: {
112
+ type: import("vue").PropType<boolean>;
113
+ };
114
+ clickable: {
115
+ type: import("vue").PropType<boolean>;
116
+ };
117
+ }>> & {
118
+ onClick?: (() => any) | undefined;
119
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
120
+ click: () => void;
121
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
122
+ active: {
123
+ type: import("vue").PropType<boolean>;
124
+ };
125
+ disabled: {
126
+ type: import("vue").PropType<boolean>;
127
+ };
128
+ clickable: {
129
+ type: import("vue").PropType<boolean>;
130
+ };
131
+ }>> & {
132
+ onClick?: (() => any) | undefined;
133
+ }, {}, true, {}, {}, {
134
+ P: {};
135
+ B: {};
136
+ D: {};
137
+ C: {};
138
+ M: {};
139
+ Defaults: {};
140
+ }, Readonly<import("vue").ExtractPropTypes<{
141
+ active: {
142
+ type: import("vue").PropType<boolean>;
143
+ };
144
+ disabled: {
145
+ type: import("vue").PropType<boolean>;
146
+ };
147
+ clickable: {
148
+ type: import("vue").PropType<boolean>;
149
+ };
150
+ }>> & {
151
+ onClick?: (() => any) | undefined;
152
+ }, {}, {}, {}, {}, {}>;
153
+ __isFragment?: undefined;
154
+ __isTeleport?: undefined;
155
+ __isSuspense?: undefined;
156
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
157
+ active: {
158
+ type: import("vue").PropType<boolean>;
159
+ };
160
+ disabled: {
161
+ type: import("vue").PropType<boolean>;
162
+ };
163
+ clickable: {
164
+ type: import("vue").PropType<boolean>;
165
+ };
166
+ }>> & {
167
+ onClick?: (() => any) | undefined;
168
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
169
+ click: () => void;
170
+ }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
171
+ $slots: Readonly<{
172
+ default: void;
173
+ }> & {
174
+ default: void;
175
+ };
176
+ })>;
177
+ export declare const Active: StoryFn<{
178
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
179
+ active: {
180
+ type: import("vue").PropType<boolean>;
181
+ };
182
+ disabled: {
183
+ type: import("vue").PropType<boolean>;
184
+ };
185
+ clickable: {
186
+ type: import("vue").PropType<boolean>;
187
+ };
188
+ }>> & {
189
+ onClick?: (() => any) | undefined;
190
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
191
+ click: () => void;
192
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
193
+ active: {
194
+ type: import("vue").PropType<boolean>;
195
+ };
196
+ disabled: {
197
+ type: import("vue").PropType<boolean>;
198
+ };
199
+ clickable: {
200
+ type: import("vue").PropType<boolean>;
201
+ };
202
+ }>> & {
203
+ onClick?: (() => any) | undefined;
204
+ }, {}, true, {}, {}, {
205
+ P: {};
206
+ B: {};
207
+ D: {};
208
+ C: {};
209
+ M: {};
210
+ Defaults: {};
211
+ }, Readonly<import("vue").ExtractPropTypes<{
212
+ active: {
213
+ type: import("vue").PropType<boolean>;
214
+ };
215
+ disabled: {
216
+ type: import("vue").PropType<boolean>;
217
+ };
218
+ clickable: {
219
+ type: import("vue").PropType<boolean>;
220
+ };
221
+ }>> & {
222
+ onClick?: (() => any) | undefined;
223
+ }, {}, {}, {}, {}, {}>;
224
+ __isFragment?: undefined;
225
+ __isTeleport?: undefined;
226
+ __isSuspense?: undefined;
227
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
228
+ active: {
229
+ type: import("vue").PropType<boolean>;
230
+ };
231
+ disabled: {
232
+ type: import("vue").PropType<boolean>;
233
+ };
234
+ clickable: {
235
+ type: import("vue").PropType<boolean>;
236
+ };
237
+ }>> & {
238
+ onClick?: (() => any) | undefined;
239
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
240
+ click: () => void;
241
+ }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
242
+ $slots: Readonly<{
243
+ default: void;
244
+ }> & {
245
+ default: void;
246
+ };
247
+ })>;
248
+ export declare const Disabled: StoryFn<{
249
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
250
+ active: {
251
+ type: import("vue").PropType<boolean>;
252
+ };
253
+ disabled: {
254
+ type: import("vue").PropType<boolean>;
255
+ };
256
+ clickable: {
257
+ type: import("vue").PropType<boolean>;
258
+ };
259
+ }>> & {
260
+ onClick?: (() => any) | undefined;
261
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
262
+ click: () => void;
263
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
264
+ active: {
265
+ type: import("vue").PropType<boolean>;
266
+ };
267
+ disabled: {
268
+ type: import("vue").PropType<boolean>;
269
+ };
270
+ clickable: {
271
+ type: import("vue").PropType<boolean>;
272
+ };
273
+ }>> & {
274
+ onClick?: (() => any) | undefined;
275
+ }, {}, true, {}, {}, {
276
+ P: {};
277
+ B: {};
278
+ D: {};
279
+ C: {};
280
+ M: {};
281
+ Defaults: {};
282
+ }, Readonly<import("vue").ExtractPropTypes<{
283
+ active: {
284
+ type: import("vue").PropType<boolean>;
285
+ };
286
+ disabled: {
287
+ type: import("vue").PropType<boolean>;
288
+ };
289
+ clickable: {
290
+ type: import("vue").PropType<boolean>;
291
+ };
292
+ }>> & {
293
+ onClick?: (() => any) | undefined;
294
+ }, {}, {}, {}, {}, {}>;
295
+ __isFragment?: undefined;
296
+ __isTeleport?: undefined;
297
+ __isSuspense?: undefined;
298
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
299
+ active: {
300
+ type: import("vue").PropType<boolean>;
301
+ };
302
+ disabled: {
303
+ type: import("vue").PropType<boolean>;
304
+ };
305
+ clickable: {
306
+ type: import("vue").PropType<boolean>;
307
+ };
308
+ }>> & {
309
+ onClick?: (() => any) | undefined;
310
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
311
+ click: () => void;
312
+ }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
313
+ $slots: Readonly<{
314
+ default: void;
315
+ }> & {
316
+ default: void;
317
+ };
318
+ })>;
319
+ export declare const Clickable: StoryFn<{
320
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
321
+ active: {
322
+ type: import("vue").PropType<boolean>;
323
+ };
324
+ disabled: {
325
+ type: import("vue").PropType<boolean>;
326
+ };
327
+ clickable: {
328
+ type: import("vue").PropType<boolean>;
329
+ };
330
+ }>> & {
331
+ onClick?: (() => any) | undefined;
332
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
333
+ click: () => void;
334
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
335
+ active: {
336
+ type: import("vue").PropType<boolean>;
337
+ };
338
+ disabled: {
339
+ type: import("vue").PropType<boolean>;
340
+ };
341
+ clickable: {
342
+ type: import("vue").PropType<boolean>;
343
+ };
344
+ }>> & {
345
+ onClick?: (() => any) | undefined;
346
+ }, {}, true, {}, {}, {
347
+ P: {};
348
+ B: {};
349
+ D: {};
350
+ C: {};
351
+ M: {};
352
+ Defaults: {};
353
+ }, Readonly<import("vue").ExtractPropTypes<{
354
+ active: {
355
+ type: import("vue").PropType<boolean>;
356
+ };
357
+ disabled: {
358
+ type: import("vue").PropType<boolean>;
359
+ };
360
+ clickable: {
361
+ type: import("vue").PropType<boolean>;
362
+ };
363
+ }>> & {
364
+ onClick?: (() => any) | undefined;
365
+ }, {}, {}, {}, {}, {}>;
366
+ __isFragment?: undefined;
367
+ __isTeleport?: undefined;
368
+ __isSuspense?: undefined;
369
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
370
+ active: {
371
+ type: import("vue").PropType<boolean>;
372
+ };
373
+ disabled: {
374
+ type: import("vue").PropType<boolean>;
375
+ };
376
+ clickable: {
377
+ type: import("vue").PropType<boolean>;
378
+ };
379
+ }>> & {
380
+ onClick?: (() => any) | undefined;
381
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
382
+ click: () => void;
383
+ }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
384
+ $slots: Readonly<{
385
+ default: void;
386
+ }> & {
387
+ default: void;
388
+ };
389
+ })>;
7
390
  //# sourceMappingURL=vc-badge.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-badge.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-badge/vc-badge.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC;AAE7B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,OAAO,CAG9B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,OAAO,CAAC,CAAC;AAEtC,eAAO,MAAM,OAAO,EAAE,KAarB,CAAC"}
1
+ {"version":3,"file":"vc-badge.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-badge/vc-badge.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGrD,wBAgCiC;AAQjC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAEvC,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGxC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG1C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC"}