@vc-shell/framework 1.0.181 → 1.0.183

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 +13 -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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-multivalue.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-multivalue/vc-multivalue.stories.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,GAAG,CAAC;AACjC,OAAO,EAAE,OAAO,EAAa,MAAM,iBAAiB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIrD,wBA4BsC;AAatC,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAEzC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGvC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG1C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGzC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAK7C,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAKtC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAK1C,eAAO,MAAM,sBAAsB,EAAE,OAAO,CAAC,OAAO,YAAY,CAgB9D,CAAC;AAEH,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,OAAO,YAAY,CAatD,CAAC;AAEH,eAAO,MAAM,eAAe,EAAE,OAAO,CAAC,OAAO,YAAY,CAavD,CAAC"}
@@ -1,7 +1,76 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
1
+ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcPagination } from "./";
3
- declare const meta: Meta<typeof VcPagination>;
4
- export default meta;
5
- type Story = StoryObj<typeof VcPagination>;
6
- export declare const Primary: Story;
3
+ declare const _default: {
4
+ title: string;
5
+ component: import("vue").DefineComponent<{
6
+ expanded: {
7
+ type: import("vue").PropType<boolean>;
8
+ };
9
+ pages: {
10
+ type: import("vue").PropType<number>;
11
+ default: number;
12
+ };
13
+ currentPage: {
14
+ type: import("vue").PropType<number>;
15
+ default: number;
16
+ };
17
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
+ itemClick: (pages: number) => void;
19
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
+ expanded: {
21
+ type: import("vue").PropType<boolean>;
22
+ };
23
+ pages: {
24
+ type: import("vue").PropType<number>;
25
+ default: number;
26
+ };
27
+ currentPage: {
28
+ type: import("vue").PropType<number>;
29
+ default: number;
30
+ };
31
+ }>> & {
32
+ onItemClick?: ((pages: number) => any) | undefined;
33
+ }, {
34
+ pages: number;
35
+ currentPage: number;
36
+ }, {}>;
37
+ args: {
38
+ pages: number;
39
+ currentPage: number;
40
+ };
41
+ };
42
+ export default _default;
43
+ export declare const Template: StoryFn<typeof VcPagination>;
44
+ export declare const Expanded: StoryFn<import("vue").DefineComponent<{
45
+ expanded: {
46
+ type: import("vue").PropType<boolean>;
47
+ };
48
+ pages: {
49
+ type: import("vue").PropType<number>;
50
+ default: number;
51
+ };
52
+ currentPage: {
53
+ type: import("vue").PropType<number>;
54
+ default: number;
55
+ };
56
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
57
+ itemClick: (pages: number) => void;
58
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
59
+ expanded: {
60
+ type: import("vue").PropType<boolean>;
61
+ };
62
+ pages: {
63
+ type: import("vue").PropType<number>;
64
+ default: number;
65
+ };
66
+ currentPage: {
67
+ type: import("vue").PropType<number>;
68
+ default: number;
69
+ };
70
+ }>> & {
71
+ onItemClick?: ((pages: number) => any) | undefined;
72
+ }, {
73
+ pages: number;
74
+ currentPage: number;
75
+ }, {}>>;
7
76
  //# sourceMappingURL=vc-pagination.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-pagination.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-pagination/vc-pagination.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,YAAY,EAAE,MAAM,IAAI,CAAC;AAElC,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,YAAY,CAGnC,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,YAAY,CAAC,CAAC;AAE3C,eAAO,MAAM,OAAO,EAAE,KASrB,CAAC"}
1
+ {"version":3,"file":"vc-pagination.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-pagination/vc-pagination.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAElC,wBAOsC;AAEtC,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,YAAY,CAMhD,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAoB,CAAC"}
@@ -1,7 +1,500 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
1
+ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcRating } from "./";
3
- declare const meta: Meta<typeof VcRating>;
4
- export default meta;
5
- type Story = StoryObj<typeof VcRating>;
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
+ label: {
8
+ type: import("vue").PropType<string>;
9
+ };
10
+ variant: {
11
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
12
+ default: string;
13
+ };
14
+ modelValue: {
15
+ type: import("vue").PropType<number>;
16
+ required: true;
17
+ };
18
+ tooltip: {
19
+ type: import("vue").PropType<string>;
20
+ };
21
+ placeholder: {
22
+ type: import("vue").PropType<string>;
23
+ };
24
+ max: {
25
+ type: import("vue").PropType<number>;
26
+ default: number;
27
+ };
28
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
29
+ label: {
30
+ type: import("vue").PropType<string>;
31
+ };
32
+ variant: {
33
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
34
+ default: string;
35
+ };
36
+ modelValue: {
37
+ type: import("vue").PropType<number>;
38
+ required: true;
39
+ };
40
+ tooltip: {
41
+ type: import("vue").PropType<string>;
42
+ };
43
+ placeholder: {
44
+ type: import("vue").PropType<string>;
45
+ };
46
+ max: {
47
+ type: import("vue").PropType<number>;
48
+ default: number;
49
+ };
50
+ }>>, {
51
+ variant: "text" | "stars" | "star-and-text";
52
+ max: number;
53
+ }, true, {}, {}, {
54
+ P: {};
55
+ B: {};
56
+ D: {};
57
+ C: {};
58
+ M: {};
59
+ Defaults: {};
60
+ }, Readonly<import("vue").ExtractPropTypes<{
61
+ label: {
62
+ type: import("vue").PropType<string>;
63
+ };
64
+ variant: {
65
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
66
+ default: string;
67
+ };
68
+ modelValue: {
69
+ type: import("vue").PropType<number>;
70
+ required: true;
71
+ };
72
+ tooltip: {
73
+ type: import("vue").PropType<string>;
74
+ };
75
+ placeholder: {
76
+ type: import("vue").PropType<string>;
77
+ };
78
+ max: {
79
+ type: import("vue").PropType<number>;
80
+ default: number;
81
+ };
82
+ }>>, {}, {}, {}, {}, {
83
+ variant: "text" | "stars" | "star-and-text";
84
+ max: number;
85
+ }>;
86
+ __isFragment?: undefined;
87
+ __isTeleport?: undefined;
88
+ __isSuspense?: undefined;
89
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
90
+ label: {
91
+ type: import("vue").PropType<string>;
92
+ };
93
+ variant: {
94
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
95
+ default: string;
96
+ };
97
+ modelValue: {
98
+ type: import("vue").PropType<number>;
99
+ required: true;
100
+ };
101
+ tooltip: {
102
+ type: import("vue").PropType<string>;
103
+ };
104
+ placeholder: {
105
+ type: import("vue").PropType<string>;
106
+ };
107
+ max: {
108
+ type: import("vue").PropType<number>;
109
+ default: number;
110
+ };
111
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
112
+ variant: "text" | "stars" | "star-and-text";
113
+ max: number;
114
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
115
+ $slots: Readonly<{
116
+ details: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
117
+ [key: string]: any;
118
+ }>[];
119
+ }> & {
120
+ details: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
121
+ [key: string]: any;
122
+ }>[];
123
+ };
124
+ });
125
+ args: {
126
+ modelValue: number;
127
+ max: number;
128
+ variant: "stars";
129
+ };
130
+ argTypes: {
131
+ variant: {
132
+ control: string;
133
+ options: string[];
134
+ };
135
+ };
136
+ };
137
+ export default _default;
138
+ export declare const Template: StoryFn<typeof VcRating>;
139
+ export declare const Label: StoryFn<{
140
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
141
+ label: {
142
+ type: import("vue").PropType<string>;
143
+ };
144
+ variant: {
145
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
146
+ default: string;
147
+ };
148
+ modelValue: {
149
+ type: import("vue").PropType<number>;
150
+ required: true;
151
+ };
152
+ tooltip: {
153
+ type: import("vue").PropType<string>;
154
+ };
155
+ placeholder: {
156
+ type: import("vue").PropType<string>;
157
+ };
158
+ max: {
159
+ type: import("vue").PropType<number>;
160
+ default: number;
161
+ };
162
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
163
+ label: {
164
+ type: import("vue").PropType<string>;
165
+ };
166
+ variant: {
167
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
168
+ default: string;
169
+ };
170
+ modelValue: {
171
+ type: import("vue").PropType<number>;
172
+ required: true;
173
+ };
174
+ tooltip: {
175
+ type: import("vue").PropType<string>;
176
+ };
177
+ placeholder: {
178
+ type: import("vue").PropType<string>;
179
+ };
180
+ max: {
181
+ type: import("vue").PropType<number>;
182
+ default: number;
183
+ };
184
+ }>>, {
185
+ variant: "text" | "stars" | "star-and-text";
186
+ max: number;
187
+ }, true, {}, {}, {
188
+ P: {};
189
+ B: {};
190
+ D: {};
191
+ C: {};
192
+ M: {};
193
+ Defaults: {};
194
+ }, Readonly<import("vue").ExtractPropTypes<{
195
+ label: {
196
+ type: import("vue").PropType<string>;
197
+ };
198
+ variant: {
199
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
200
+ default: string;
201
+ };
202
+ modelValue: {
203
+ type: import("vue").PropType<number>;
204
+ required: true;
205
+ };
206
+ tooltip: {
207
+ type: import("vue").PropType<string>;
208
+ };
209
+ placeholder: {
210
+ type: import("vue").PropType<string>;
211
+ };
212
+ max: {
213
+ type: import("vue").PropType<number>;
214
+ default: number;
215
+ };
216
+ }>>, {}, {}, {}, {}, {
217
+ variant: "text" | "stars" | "star-and-text";
218
+ max: number;
219
+ }>;
220
+ __isFragment?: undefined;
221
+ __isTeleport?: undefined;
222
+ __isSuspense?: undefined;
223
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
224
+ label: {
225
+ type: import("vue").PropType<string>;
226
+ };
227
+ variant: {
228
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
229
+ default: string;
230
+ };
231
+ modelValue: {
232
+ type: import("vue").PropType<number>;
233
+ required: true;
234
+ };
235
+ tooltip: {
236
+ type: import("vue").PropType<string>;
237
+ };
238
+ placeholder: {
239
+ type: import("vue").PropType<string>;
240
+ };
241
+ max: {
242
+ type: import("vue").PropType<number>;
243
+ default: number;
244
+ };
245
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
246
+ variant: "text" | "stars" | "star-and-text";
247
+ max: number;
248
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
249
+ $slots: Readonly<{
250
+ details: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
251
+ [key: string]: any;
252
+ }>[];
253
+ }> & {
254
+ details: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
255
+ [key: string]: any;
256
+ }>[];
257
+ };
258
+ })>;
259
+ export declare const Tooltip: StoryFn<{
260
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
261
+ label: {
262
+ type: import("vue").PropType<string>;
263
+ };
264
+ variant: {
265
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
266
+ default: string;
267
+ };
268
+ modelValue: {
269
+ type: import("vue").PropType<number>;
270
+ required: true;
271
+ };
272
+ tooltip: {
273
+ type: import("vue").PropType<string>;
274
+ };
275
+ placeholder: {
276
+ type: import("vue").PropType<string>;
277
+ };
278
+ max: {
279
+ type: import("vue").PropType<number>;
280
+ default: number;
281
+ };
282
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
283
+ label: {
284
+ type: import("vue").PropType<string>;
285
+ };
286
+ variant: {
287
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
288
+ default: string;
289
+ };
290
+ modelValue: {
291
+ type: import("vue").PropType<number>;
292
+ required: true;
293
+ };
294
+ tooltip: {
295
+ type: import("vue").PropType<string>;
296
+ };
297
+ placeholder: {
298
+ type: import("vue").PropType<string>;
299
+ };
300
+ max: {
301
+ type: import("vue").PropType<number>;
302
+ default: number;
303
+ };
304
+ }>>, {
305
+ variant: "text" | "stars" | "star-and-text";
306
+ max: number;
307
+ }, true, {}, {}, {
308
+ P: {};
309
+ B: {};
310
+ D: {};
311
+ C: {};
312
+ M: {};
313
+ Defaults: {};
314
+ }, Readonly<import("vue").ExtractPropTypes<{
315
+ label: {
316
+ type: import("vue").PropType<string>;
317
+ };
318
+ variant: {
319
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
320
+ default: string;
321
+ };
322
+ modelValue: {
323
+ type: import("vue").PropType<number>;
324
+ required: true;
325
+ };
326
+ tooltip: {
327
+ type: import("vue").PropType<string>;
328
+ };
329
+ placeholder: {
330
+ type: import("vue").PropType<string>;
331
+ };
332
+ max: {
333
+ type: import("vue").PropType<number>;
334
+ default: number;
335
+ };
336
+ }>>, {}, {}, {}, {}, {
337
+ variant: "text" | "stars" | "star-and-text";
338
+ max: number;
339
+ }>;
340
+ __isFragment?: undefined;
341
+ __isTeleport?: undefined;
342
+ __isSuspense?: undefined;
343
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
344
+ label: {
345
+ type: import("vue").PropType<string>;
346
+ };
347
+ variant: {
348
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
349
+ default: string;
350
+ };
351
+ modelValue: {
352
+ type: import("vue").PropType<number>;
353
+ required: true;
354
+ };
355
+ tooltip: {
356
+ type: import("vue").PropType<string>;
357
+ };
358
+ placeholder: {
359
+ type: import("vue").PropType<string>;
360
+ };
361
+ max: {
362
+ type: import("vue").PropType<number>;
363
+ default: number;
364
+ };
365
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
366
+ variant: "text" | "stars" | "star-and-text";
367
+ max: number;
368
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
369
+ $slots: Readonly<{
370
+ details: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
371
+ [key: string]: any;
372
+ }>[];
373
+ }> & {
374
+ details: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
375
+ [key: string]: any;
376
+ }>[];
377
+ };
378
+ })>;
379
+ export declare const Placeholder: StoryFn<{
380
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
381
+ label: {
382
+ type: import("vue").PropType<string>;
383
+ };
384
+ variant: {
385
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
386
+ default: string;
387
+ };
388
+ modelValue: {
389
+ type: import("vue").PropType<number>;
390
+ required: true;
391
+ };
392
+ tooltip: {
393
+ type: import("vue").PropType<string>;
394
+ };
395
+ placeholder: {
396
+ type: import("vue").PropType<string>;
397
+ };
398
+ max: {
399
+ type: import("vue").PropType<number>;
400
+ default: number;
401
+ };
402
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
403
+ label: {
404
+ type: import("vue").PropType<string>;
405
+ };
406
+ variant: {
407
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
408
+ default: string;
409
+ };
410
+ modelValue: {
411
+ type: import("vue").PropType<number>;
412
+ required: true;
413
+ };
414
+ tooltip: {
415
+ type: import("vue").PropType<string>;
416
+ };
417
+ placeholder: {
418
+ type: import("vue").PropType<string>;
419
+ };
420
+ max: {
421
+ type: import("vue").PropType<number>;
422
+ default: number;
423
+ };
424
+ }>>, {
425
+ variant: "text" | "stars" | "star-and-text";
426
+ max: number;
427
+ }, true, {}, {}, {
428
+ P: {};
429
+ B: {};
430
+ D: {};
431
+ C: {};
432
+ M: {};
433
+ Defaults: {};
434
+ }, Readonly<import("vue").ExtractPropTypes<{
435
+ label: {
436
+ type: import("vue").PropType<string>;
437
+ };
438
+ variant: {
439
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
440
+ default: string;
441
+ };
442
+ modelValue: {
443
+ type: import("vue").PropType<number>;
444
+ required: true;
445
+ };
446
+ tooltip: {
447
+ type: import("vue").PropType<string>;
448
+ };
449
+ placeholder: {
450
+ type: import("vue").PropType<string>;
451
+ };
452
+ max: {
453
+ type: import("vue").PropType<number>;
454
+ default: number;
455
+ };
456
+ }>>, {}, {}, {}, {}, {
457
+ variant: "text" | "stars" | "star-and-text";
458
+ max: number;
459
+ }>;
460
+ __isFragment?: undefined;
461
+ __isTeleport?: undefined;
462
+ __isSuspense?: undefined;
463
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
464
+ label: {
465
+ type: import("vue").PropType<string>;
466
+ };
467
+ variant: {
468
+ type: import("vue").PropType<"text" | "stars" | "star-and-text">;
469
+ default: string;
470
+ };
471
+ modelValue: {
472
+ type: import("vue").PropType<number>;
473
+ required: true;
474
+ };
475
+ tooltip: {
476
+ type: import("vue").PropType<string>;
477
+ };
478
+ placeholder: {
479
+ type: import("vue").PropType<string>;
480
+ };
481
+ max: {
482
+ type: import("vue").PropType<number>;
483
+ default: number;
484
+ };
485
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
486
+ variant: "text" | "stars" | "star-and-text";
487
+ max: number;
488
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
489
+ $slots: Readonly<{
490
+ details: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
491
+ [key: string]: any;
492
+ }>[];
493
+ }> & {
494
+ details: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
495
+ [key: string]: any;
496
+ }>[];
497
+ };
498
+ })>;
499
+ export declare const AllVariants: StoryFn<typeof VcRating>;
7
500
  //# sourceMappingURL=vc-rating.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-rating.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-rating/vc-rating.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-rating.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-rating/vc-rating.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAI9B,wBAckC;AAElC,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,QAAQ,CAM5C,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAKvC,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAKzC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAM7C,eAAO,MAAM,WAAW,EAAE,OAAO,CAAC,OAAO,QAAQ,CAa/C,CAAC"}