@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,7 +1,181 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
1
+ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcEditor } from "./";
3
- declare const meta: Meta<typeof VcEditor>;
4
- export default meta;
5
- type Story = StoryObj<typeof VcEditor>;
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
+ placeholder: {
8
+ type: import("vue").PropType<string>;
9
+ };
10
+ modelValue: {
11
+ type: import("vue").PropType<string | number | Date>;
12
+ };
13
+ required: {
14
+ type: import("vue").PropType<boolean>;
15
+ };
16
+ disabled: {
17
+ type: import("vue").PropType<boolean>;
18
+ };
19
+ label: {
20
+ type: import("vue").PropType<string>;
21
+ };
22
+ tooltip: {
23
+ type: import("vue").PropType<string>;
24
+ };
25
+ errorMessage: {
26
+ type: import("vue").PropType<string>;
27
+ };
28
+ assetsFolder: {
29
+ type: import("vue").PropType<string>;
30
+ required: true;
31
+ };
32
+ multilanguage: {
33
+ type: import("vue").PropType<boolean>;
34
+ };
35
+ currentLanguage: {
36
+ type: import("vue").PropType<string>;
37
+ };
38
+ }>> & {
39
+ "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
40
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
41
+ "update:modelValue": (value: string | number | Date | null | undefined) => void;
42
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
43
+ placeholder: {
44
+ type: import("vue").PropType<string>;
45
+ };
46
+ modelValue: {
47
+ type: import("vue").PropType<string | number | Date>;
48
+ };
49
+ required: {
50
+ type: import("vue").PropType<boolean>;
51
+ };
52
+ disabled: {
53
+ type: import("vue").PropType<boolean>;
54
+ };
55
+ label: {
56
+ type: import("vue").PropType<string>;
57
+ };
58
+ tooltip: {
59
+ type: import("vue").PropType<string>;
60
+ };
61
+ errorMessage: {
62
+ type: import("vue").PropType<string>;
63
+ };
64
+ assetsFolder: {
65
+ type: import("vue").PropType<string>;
66
+ required: true;
67
+ };
68
+ multilanguage: {
69
+ type: import("vue").PropType<boolean>;
70
+ };
71
+ currentLanguage: {
72
+ type: import("vue").PropType<string>;
73
+ };
74
+ }>> & {
75
+ "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
76
+ }, {}, true, {}, {}, {
77
+ P: {};
78
+ B: {};
79
+ D: {};
80
+ C: {};
81
+ M: {};
82
+ Defaults: {};
83
+ }, Readonly<import("vue").ExtractPropTypes<{
84
+ placeholder: {
85
+ type: import("vue").PropType<string>;
86
+ };
87
+ modelValue: {
88
+ type: import("vue").PropType<string | number | Date>;
89
+ };
90
+ required: {
91
+ type: import("vue").PropType<boolean>;
92
+ };
93
+ disabled: {
94
+ type: import("vue").PropType<boolean>;
95
+ };
96
+ label: {
97
+ type: import("vue").PropType<string>;
98
+ };
99
+ tooltip: {
100
+ type: import("vue").PropType<string>;
101
+ };
102
+ errorMessage: {
103
+ type: import("vue").PropType<string>;
104
+ };
105
+ assetsFolder: {
106
+ type: import("vue").PropType<string>;
107
+ required: true;
108
+ };
109
+ multilanguage: {
110
+ type: import("vue").PropType<boolean>;
111
+ };
112
+ currentLanguage: {
113
+ type: import("vue").PropType<string>;
114
+ };
115
+ }>> & {
116
+ "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
117
+ }, {}, {}, {}, {}, {}>;
118
+ __isFragment?: undefined;
119
+ __isTeleport?: undefined;
120
+ __isSuspense?: undefined;
121
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
122
+ placeholder: {
123
+ type: import("vue").PropType<string>;
124
+ };
125
+ modelValue: {
126
+ type: import("vue").PropType<string | number | Date>;
127
+ };
128
+ required: {
129
+ type: import("vue").PropType<boolean>;
130
+ };
131
+ disabled: {
132
+ type: import("vue").PropType<boolean>;
133
+ };
134
+ label: {
135
+ type: import("vue").PropType<string>;
136
+ };
137
+ tooltip: {
138
+ type: import("vue").PropType<string>;
139
+ };
140
+ errorMessage: {
141
+ type: import("vue").PropType<string>;
142
+ };
143
+ assetsFolder: {
144
+ type: import("vue").PropType<string>;
145
+ required: true;
146
+ };
147
+ multilanguage: {
148
+ type: import("vue").PropType<boolean>;
149
+ };
150
+ currentLanguage: {
151
+ type: import("vue").PropType<string>;
152
+ };
153
+ }>> & {
154
+ "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
155
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
156
+ "update:modelValue": (value: string | number | Date | null | undefined) => void;
157
+ }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
158
+ $slots: Readonly<{
159
+ error?: ((props: any) => any) | undefined;
160
+ }> & {
161
+ error?: ((props: any) => any) | undefined;
162
+ };
163
+ });
164
+ args: {
165
+ assetsFolder: string;
166
+ placeholder: string;
167
+ };
168
+ argTypes: {
169
+ modelValue: {
170
+ control: string;
171
+ table: {
172
+ type: {
173
+ summary: string;
174
+ };
175
+ };
176
+ };
177
+ };
178
+ };
179
+ export default _default;
180
+ export declare const Primary: StoryFn<typeof VcEditor>;
7
181
  //# sourceMappingURL=vc-editor.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-editor.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-editor/vc-editor.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,KASrB,CAAC"}
1
+ {"version":3,"file":"vc-editor.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-editor/vc-editor.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE9B,wBAiBkC;AAElC,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,QAAQ,CAM3C,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { StoryFn, Meta } from "@storybook/vue3";
2
+ declare const _default: Meta;
3
+ export default _default;
4
+ export declare const Default: StoryFn;
5
+ export declare const DateType: StoryFn;
6
+ export declare const DateAgo: StoryFn;
7
+ export declare const Link: StoryFn;
8
+ export declare const LinkCopyable: StoryFn;
9
+ export declare const Email: StoryFn;
10
+ export declare const Horizontal: StoryFn;
11
+ export declare const HorizontalAspectRatio: StoryFn;
12
+ //# sourceMappingURL=vc-field.stories.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-field.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-field/vc-field.stories.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;;AAMhD,wBAwCU;AAaV,eAAO,MAAM,OAAO,SAAoB,CAAC;AAOzC,eAAO,MAAM,QAAQ,SAAoB,CAAC;AAO1C,eAAO,MAAM,OAAO,SAAoB,CAAC;AAOzC,eAAO,MAAM,IAAI,SAAoB,CAAC;AAOtC,eAAO,MAAM,YAAY,SAAoB,CAAC;AAQ9C,eAAO,MAAM,KAAK,SAAoB,CAAC;AAOvC,eAAO,MAAM,UAAU,SAAoB,CAAC;AAM5C,eAAO,MAAM,qBAAqB,SAAoB,CAAC"}
@@ -1,6 +1,10 @@
1
1
  import { VNode } from "vue";
2
2
  export declare const VcFileUpload: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
+ icon: {
5
+ type: import("vue").PropType<string>;
6
+ default: string;
7
+ };
4
8
  variant: {
5
9
  type: import("vue").PropType<"gallery" | "file-upload">;
6
10
  default: string;
@@ -27,6 +31,10 @@ export declare const VcFileUpload: {
27
31
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
32
  upload: (files: FileList) => void;
29
33
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
34
+ icon: {
35
+ type: import("vue").PropType<string>;
36
+ default: string;
37
+ };
30
38
  variant: {
31
39
  type: import("vue").PropType<"gallery" | "file-upload">;
32
40
  default: string;
@@ -51,6 +59,7 @@ export declare const VcFileUpload: {
51
59
  }>> & {
52
60
  onUpload?: ((files: FileList) => any) | undefined;
53
61
  }, {
62
+ icon: string;
54
63
  variant: "gallery" | "file-upload";
55
64
  name: string;
56
65
  accept: string;
@@ -62,6 +71,10 @@ export declare const VcFileUpload: {
62
71
  M: {};
63
72
  Defaults: {};
64
73
  }, Readonly<import("vue").ExtractPropTypes<{
74
+ icon: {
75
+ type: import("vue").PropType<string>;
76
+ default: string;
77
+ };
65
78
  variant: {
66
79
  type: import("vue").PropType<"gallery" | "file-upload">;
67
80
  default: string;
@@ -86,6 +99,7 @@ export declare const VcFileUpload: {
86
99
  }>> & {
87
100
  onUpload?: ((files: FileList) => any) | undefined;
88
101
  }, {}, {}, {}, {}, {
102
+ icon: string;
89
103
  variant: "gallery" | "file-upload";
90
104
  name: string;
91
105
  accept: string;
@@ -94,6 +108,10 @@ export declare const VcFileUpload: {
94
108
  __isTeleport?: undefined;
95
109
  __isSuspense?: undefined;
96
110
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
111
+ icon: {
112
+ type: import("vue").PropType<string>;
113
+ default: string;
114
+ };
97
115
  variant: {
98
116
  type: import("vue").PropType<"gallery" | "file-upload">;
99
117
  default: string;
@@ -120,6 +138,7 @@ export declare const VcFileUpload: {
120
138
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
121
139
  upload: (files: FileList) => void;
122
140
  }, string, {
141
+ icon: string;
123
142
  variant: "gallery" | "file-upload";
124
143
  name: string;
125
144
  accept: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-file-upload/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACf;IACN,MAAM,EAAE;QACN,KAAK,CAAC,EAAE,MAAM,KAAK,EAAE,CAAC;KACvB,CAAC;CACH,CACF,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-file-upload/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,CAAC;AAG5B,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBACf;IACN,MAAM,EAAE;QACN,KAAK,CAAC,EAAE,MAAM,KAAK,EAAE,CAAC;KACvB,CAAC;CACH,CACF,CAAC"}
@@ -1,7 +1,184 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
1
+ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcFileUpload } from "./";
3
- declare const meta: Meta<typeof VcFileUpload>;
4
- export default meta;
5
- type Story = StoryObj<typeof VcFileUpload>;
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
+ icon: {
8
+ type: import("vue").PropType<string>;
9
+ default: string;
10
+ };
11
+ variant: {
12
+ type: import("vue").PropType<"gallery" | "file-upload">;
13
+ default: string;
14
+ };
15
+ name: {
16
+ type: import("vue").PropType<string>;
17
+ default: string;
18
+ };
19
+ loading: {
20
+ type: import("vue").PropType<boolean>;
21
+ };
22
+ rules: {
23
+ type: import("vue").PropType<import("../../../..").IValidationRules | keyof import("../../../..").IValidationRules>;
24
+ };
25
+ multiple: {
26
+ type: import("vue").PropType<boolean>;
27
+ };
28
+ accept: {
29
+ type: import("vue").PropType<string>;
30
+ default: string;
31
+ };
32
+ }>> & {
33
+ onUpload?: ((files: FileList) => any) | undefined;
34
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
+ upload: (files: FileList) => void;
36
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
37
+ icon: {
38
+ type: import("vue").PropType<string>;
39
+ default: string;
40
+ };
41
+ variant: {
42
+ type: import("vue").PropType<"gallery" | "file-upload">;
43
+ default: string;
44
+ };
45
+ name: {
46
+ type: import("vue").PropType<string>;
47
+ default: string;
48
+ };
49
+ loading: {
50
+ type: import("vue").PropType<boolean>;
51
+ };
52
+ rules: {
53
+ type: import("vue").PropType<import("../../../..").IValidationRules | keyof import("../../../..").IValidationRules>;
54
+ };
55
+ multiple: {
56
+ type: import("vue").PropType<boolean>;
57
+ };
58
+ accept: {
59
+ type: import("vue").PropType<string>;
60
+ default: string;
61
+ };
62
+ }>> & {
63
+ onUpload?: ((files: FileList) => any) | undefined;
64
+ }, {
65
+ icon: string;
66
+ variant: "gallery" | "file-upload";
67
+ name: string;
68
+ accept: string;
69
+ }, true, {}, {}, {
70
+ P: {};
71
+ B: {};
72
+ D: {};
73
+ C: {};
74
+ M: {};
75
+ Defaults: {};
76
+ }, Readonly<import("vue").ExtractPropTypes<{
77
+ icon: {
78
+ type: import("vue").PropType<string>;
79
+ default: string;
80
+ };
81
+ variant: {
82
+ type: import("vue").PropType<"gallery" | "file-upload">;
83
+ default: string;
84
+ };
85
+ name: {
86
+ type: import("vue").PropType<string>;
87
+ default: string;
88
+ };
89
+ loading: {
90
+ type: import("vue").PropType<boolean>;
91
+ };
92
+ rules: {
93
+ type: import("vue").PropType<import("../../../..").IValidationRules | keyof import("../../../..").IValidationRules>;
94
+ };
95
+ multiple: {
96
+ type: import("vue").PropType<boolean>;
97
+ };
98
+ accept: {
99
+ type: import("vue").PropType<string>;
100
+ default: string;
101
+ };
102
+ }>> & {
103
+ onUpload?: ((files: FileList) => any) | undefined;
104
+ }, {}, {}, {}, {}, {
105
+ icon: string;
106
+ variant: "gallery" | "file-upload";
107
+ name: string;
108
+ accept: string;
109
+ }>;
110
+ __isFragment?: undefined;
111
+ __isTeleport?: undefined;
112
+ __isSuspense?: undefined;
113
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
114
+ icon: {
115
+ type: import("vue").PropType<string>;
116
+ default: string;
117
+ };
118
+ variant: {
119
+ type: import("vue").PropType<"gallery" | "file-upload">;
120
+ default: string;
121
+ };
122
+ name: {
123
+ type: import("vue").PropType<string>;
124
+ default: string;
125
+ };
126
+ loading: {
127
+ type: import("vue").PropType<boolean>;
128
+ };
129
+ rules: {
130
+ type: import("vue").PropType<import("../../../..").IValidationRules | keyof import("../../../..").IValidationRules>;
131
+ };
132
+ multiple: {
133
+ type: import("vue").PropType<boolean>;
134
+ };
135
+ accept: {
136
+ type: import("vue").PropType<string>;
137
+ default: string;
138
+ };
139
+ }>> & {
140
+ onUpload?: ((files: FileList) => any) | undefined;
141
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
142
+ upload: (files: FileList) => void;
143
+ }, string, {
144
+ icon: string;
145
+ variant: "gallery" | "file-upload";
146
+ name: string;
147
+ accept: string;
148
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
149
+ $slots: {
150
+ error?(_: {}): any;
151
+ };
152
+ }) & (new () => {
153
+ $slots: {
154
+ error?: (() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
155
+ [key: string]: any;
156
+ }>[]) | undefined;
157
+ };
158
+ });
159
+ args: {
160
+ variant: "gallery";
161
+ };
162
+ argTypes: {
163
+ variant: {
164
+ control: string;
165
+ options: string[];
166
+ table: {
167
+ type: {
168
+ summary: string;
169
+ };
170
+ };
171
+ };
172
+ rules: {
173
+ control: string;
174
+ table: {
175
+ type: {
176
+ summary: string;
177
+ };
178
+ };
179
+ };
180
+ };
181
+ };
182
+ export default _default;
183
+ export declare const Primary: StoryFn<typeof VcFileUpload>;
7
184
  //# sourceMappingURL=vc-file-upload.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-file-upload.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-file-upload/vc-file-upload.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-file-upload.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-file-upload/vc-file-upload.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAIlC,wBAyBsC;AAEtC,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,YAAY,CAM/C,CAAC"}
@@ -6,6 +6,7 @@ export interface Props {
6
6
  multiple?: boolean;
7
7
  rules?: keyof IValidationRules | IValidationRules;
8
8
  name?: string;
9
+ icon?: string;
9
10
  }
10
11
  export interface Emits {
11
12
  (event: "upload", files: FileList): void;
@@ -14,15 +15,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
14
15
  variant: string;
15
16
  accept: string;
16
17
  name: string;
18
+ icon: string;
17
19
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
20
  upload: (files: FileList) => void;
19
21
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
20
22
  variant: string;
21
23
  accept: string;
22
24
  name: string;
25
+ icon: string;
23
26
  }>>> & {
24
27
  onUpload?: ((files: FileList) => any) | undefined;
25
28
  }, {
29
+ icon: string;
26
30
  variant: "gallery" | "file-upload";
27
31
  name: string;
28
32
  accept: string;
@@ -1 +1 @@
1
- {"version":3,"file":"vc-file-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-file-upload/vc-file-upload.vue.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAE5D,MAAM,WAAW,KAAK;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;IAClD,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC1C;;;;;;;;;;;;;;;;;;;;AA2QD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"vc-file-upload.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-file-upload/vc-file-upload.vue.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAE5D,MAAM,WAAW,KAAK;IACpB,OAAO,CAAC,EAAE,SAAS,GAAG,aAAa,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,gBAAgB,GAAG,gBAAgB,CAAC;IAClD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,QAAQ,GAAG,IAAI,CAAC;CAC1C;;;;;;;;;;;;;;;;;;;;;;;AA6QD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -1,7 +1,31 @@
1
- import type { Meta, StoryObj } from "@storybook/vue3";
1
+ import type { StoryFn } from "@storybook/vue3";
2
2
  import { VcForm } from "./";
3
- declare const meta: Meta<typeof VcForm>;
4
- export default meta;
5
- type Story = StoryObj<typeof VcForm>;
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: {
19
+ default?(_: {}): any;
20
+ };
21
+ }) & (new () => {
22
+ $slots: {
23
+ default: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
+ [key: string]: any;
25
+ }>[];
26
+ };
27
+ });
28
+ };
29
+ export default _default;
30
+ export declare const Primary: StoryFn<typeof VcForm>;
7
31
  //# sourceMappingURL=vc-form.stories.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"vc-form.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-form/vc-form.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,CAAC;AAE5B,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,OAAO,MAAM,CAG7B,CAAC;AAEF,eAAe,IAAI,CAAC;AACpB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,MAAM,CAAC,CAAC;AAErC,eAAO,MAAM,OAAO,EAAE,KASrB,CAAC"}
1
+ {"version":3,"file":"vc-form.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-form/vc-form.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,MAAM,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;AAG5B,wBAGgC;AAEhC,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,MAAM,CAezC,CAAC"}