@vc-shell/framework 1.0.188 → 1.0.190

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 (181) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/core/plugins/moment/humanize.ts +6 -7
  3. package/core/types/index.ts +12 -1
  4. package/dist/core/plugins/moment/humanize.d.ts.map +1 -1
  5. package/dist/core/types/index.d.ts +1 -1
  6. package/dist/core/types/index.d.ts.map +1 -1
  7. package/dist/framework.js +30782 -20187
  8. package/dist/index.css +1 -1
  9. package/dist/shared/components/error-interceptor/interceptor.d.ts.map +1 -1
  10. package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +1 -1
  11. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +1 -1
  12. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +1 -1
  13. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +4 -1
  14. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +1 -1
  15. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -1
  16. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +1 -1
  17. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +1 -1
  18. package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +1 -1
  19. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +1 -1
  20. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +1 -1
  21. package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts.map +1 -1
  22. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +1 -1
  23. package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +417 -0
  24. package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts.map +1 -0
  25. package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +357 -0
  26. package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts.map +1 -0
  27. package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +398 -0
  28. package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts.map +1 -0
  29. package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +392 -0
  30. package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts.map +1 -0
  31. package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +407 -0
  32. package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts.map +1 -0
  33. package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +372 -0
  34. package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts.map +1 -0
  35. package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +391 -0
  36. package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts.map +1 -0
  37. package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +372 -0
  38. package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts.map +1 -0
  39. package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +439 -0
  40. package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts.map +1 -0
  41. package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +460 -0
  42. package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts.map +1 -0
  43. package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +459 -0
  44. package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts.map +1 -0
  45. package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +359 -0
  46. package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts.map +1 -0
  47. package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +507 -0
  48. package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts.map +1 -0
  49. package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +392 -0
  50. package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts.map +1 -0
  51. package/dist/shared/modules/dynamic/components/fields/storybook/SwitchField.stories.d.ts +14 -0
  52. package/dist/shared/modules/dynamic/components/fields/storybook/SwitchField.stories.d.ts.map +1 -0
  53. package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +407 -0
  54. package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts.map +1 -0
  55. package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +322 -0
  56. package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts.map +1 -0
  57. package/dist/shared/modules/dynamic/components/fields/storybook/common/args.d.ts +113 -0
  58. package/dist/shared/modules/dynamic/components/fields/storybook/common/args.d.ts.map +1 -0
  59. package/dist/shared/modules/dynamic/components/fields/storybook/common/templates.d.ts +3 -0
  60. package/dist/shared/modules/dynamic/components/fields/storybook/common/templates.d.ts.map +1 -0
  61. package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +235 -0
  62. package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts.map +1 -0
  63. package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceHighlighter.d.ts +4 -0
  64. package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceHighlighter.d.ts.map +1 -0
  65. package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceTransform.d.ts +3 -0
  66. package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceTransform.d.ts.map +1 -0
  67. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -1
  68. package/dist/shared/modules/dynamic/factories/types/index.d.ts +1 -0
  69. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
  70. package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +1 -1
  71. package/dist/shared/modules/dynamic/types/index.d.ts +88 -38
  72. package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
  73. package/dist/shared/modules/dynamic/types/models.d.ts.map +1 -1
  74. package/dist/tsconfig.tsbuildinfo +1 -1
  75. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +16 -16
  76. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
  77. package/dist/ui/components/atoms/vc-switch/index.d.ts +1 -39
  78. package/dist/ui/components/atoms/vc-switch/index.d.ts.map +1 -1
  79. package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +30 -11
  80. package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts.map +1 -1
  81. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +22 -3
  82. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -1
  83. package/dist/ui/components/atoms/vc-video/index.d.ts +1 -35
  84. package/dist/ui/components/atoms/vc-video/index.d.ts.map +1 -1
  85. package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts +5 -27
  86. package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts.map +1 -1
  87. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +3 -18
  88. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
  89. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +16 -4
  90. package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
  91. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +2 -1
  92. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
  93. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +30 -16
  94. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts.map +1 -1
  95. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +12 -12
  96. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
  97. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +252 -42
  98. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts.map +1 -1
  99. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +36 -6
  100. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
  101. package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +96 -32
  102. package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts.map +1 -1
  103. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +3 -3
  104. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  105. package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +63 -63
  106. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +6 -6
  107. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  108. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +1 -0
  109. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  110. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
  111. package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +8 -2
  112. package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -1
  113. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +3 -1
  114. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  115. package/package.json +8 -4
  116. package/shared/components/error-interceptor/interceptor.ts +1 -1
  117. package/shared/modules/dynamic/components/fields/Button.ts +5 -2
  118. package/shared/modules/dynamic/components/fields/Card.ts +4 -4
  119. package/shared/modules/dynamic/components/fields/ContentField.ts +1 -0
  120. package/shared/modules/dynamic/components/fields/DynamicProperty.ts +5 -6
  121. package/shared/modules/dynamic/components/fields/EditorField.ts +5 -3
  122. package/shared/modules/dynamic/components/fields/Fieldset.ts +1 -1
  123. package/shared/modules/dynamic/components/fields/GalleryField.ts +6 -3
  124. package/shared/modules/dynamic/components/fields/ImageField.ts +0 -1
  125. package/shared/modules/dynamic/components/fields/InputCurrency.ts +1 -1
  126. package/shared/modules/dynamic/components/fields/InputField.ts +1 -0
  127. package/shared/modules/dynamic/components/fields/MultivalueField.ts +3 -2
  128. package/shared/modules/dynamic/components/fields/SelectField.ts +1 -0
  129. package/shared/modules/dynamic/components/fields/StatusField.ts +20 -10
  130. package/shared/modules/dynamic/components/fields/TextareaField.ts +1 -0
  131. package/shared/modules/dynamic/components/fields/VideoField.ts +0 -1
  132. package/shared/modules/dynamic/components/fields/storybook/Button.stories.ts +247 -0
  133. package/shared/modules/dynamic/components/fields/storybook/Card.stories.ts +166 -0
  134. package/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.ts +185 -0
  135. package/shared/modules/dynamic/components/fields/storybook/ContentField.stories.ts +245 -0
  136. package/shared/modules/dynamic/components/fields/storybook/EditorField.stories.ts +192 -0
  137. package/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.ts +409 -0
  138. package/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.ts +239 -0
  139. package/shared/modules/dynamic/components/fields/storybook/ImageField.stories.ts +186 -0
  140. package/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.ts +267 -0
  141. package/shared/modules/dynamic/components/fields/storybook/InputField.stories.ts +298 -0
  142. package/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.ts +347 -0
  143. package/shared/modules/dynamic/components/fields/storybook/RatingField.stories.ts +131 -0
  144. package/shared/modules/dynamic/components/fields/storybook/SelectField.stories.ts +653 -0
  145. package/shared/modules/dynamic/components/fields/storybook/StatusField.stories.ts +202 -0
  146. package/shared/modules/dynamic/components/fields/storybook/SwitchField.stories.ts +178 -0
  147. package/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.ts +203 -0
  148. package/shared/modules/dynamic/components/fields/storybook/VideoField.stories.ts +92 -0
  149. package/shared/modules/dynamic/components/fields/storybook/common/args.ts +130 -0
  150. package/shared/modules/dynamic/components/fields/storybook/common/templates.ts +8 -0
  151. package/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.ts +54 -0
  152. package/shared/modules/dynamic/components/fields/storybook/utils/sourceHighlighter.ts +16 -0
  153. package/shared/modules/dynamic/components/fields/storybook/utils/sourceTransform.ts +41 -0
  154. package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +1 -0
  155. package/shared/modules/dynamic/factories/types/index.ts +2 -0
  156. package/shared/modules/dynamic/helpers/getters.ts +3 -0
  157. package/shared/modules/dynamic/helpers/nodeBuilder.ts +1 -1
  158. package/shared/modules/dynamic/helpers/setters.ts +1 -1
  159. package/shared/modules/dynamic/types/index.ts +93 -40
  160. package/shared/modules/dynamic/types/models.ts +8 -7
  161. package/shared/pages/LoginPage/components/login/Login.vue +1 -1
  162. package/ui/components/atoms/vc-card/vc-card.vue +12 -2
  163. package/ui/components/atoms/vc-switch/index.ts +1 -3
  164. package/ui/components/atoms/vc-switch/vc-switch.vue +10 -3
  165. package/ui/components/atoms/vc-video/index.ts +1 -3
  166. package/ui/components/atoms/vc-video/vc-video.stories.ts +1 -15
  167. package/ui/components/atoms/vc-video/vc-video.vue +4 -37
  168. package/ui/components/molecules/vc-editor/vc-editor.vue +47 -33
  169. package/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue +2 -2
  170. package/ui/components/molecules/vc-input/vc-input.stories.ts +14 -0
  171. package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +8 -0
  172. package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +21 -9
  173. package/ui/components/molecules/vc-select/vc-select.stories.ts +74 -3
  174. package/ui/components/molecules/vc-select/vc-select.vue +35 -38
  175. package/ui/components/molecules/vc-textarea/vc-textarea.stories.ts +1 -1
  176. package/ui/components/molecules/vc-textarea/vc-textarea.vue +5 -15
  177. package/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue +1 -1
  178. package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +140 -108
  179. package/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue +20 -6
  180. package/ui/components/organisms/vc-table/vc-table.stories.ts +6 -2
  181. package/ui/components/organisms/vc-table/vc-table.vue +176 -124
@@ -35,6 +35,9 @@ declare const _default: {
35
35
  placeholder: {
36
36
  type: import("vue").PropType<string>;
37
37
  };
38
+ maxlength: {
39
+ type: import("vue").PropType<string | number>;
40
+ };
38
41
  options: {
39
42
  type: import("vue").PropType<unknown[]>;
40
43
  required: true;
@@ -61,9 +64,6 @@ declare const _default: {
61
64
  autofocus: {
62
65
  type: import("vue").PropType<boolean>;
63
66
  };
64
- maxlength: {
65
- type: import("vue").PropType<string | number>;
66
- };
67
67
  optionValue: {
68
68
  type: import("vue").PropType<string | ((option: unknown) => string)>;
69
69
  };
@@ -110,6 +110,9 @@ declare const _default: {
110
110
  placeholder: {
111
111
  type: import("vue").PropType<string>;
112
112
  };
113
+ maxlength: {
114
+ type: import("vue").PropType<string | number>;
115
+ };
113
116
  options: {
114
117
  type: import("vue").PropType<unknown[]>;
115
118
  required: true;
@@ -136,9 +139,6 @@ declare const _default: {
136
139
  autofocus: {
137
140
  type: import("vue").PropType<boolean>;
138
141
  };
139
- maxlength: {
140
- type: import("vue").PropType<string | number>;
141
- };
142
142
  optionValue: {
143
143
  type: import("vue").PropType<string | ((option: unknown) => string)>;
144
144
  };
@@ -190,6 +190,9 @@ declare const _default: {
190
190
  placeholder: {
191
191
  type: import("vue").PropType<string>;
192
192
  };
193
+ maxlength: {
194
+ type: import("vue").PropType<string | number>;
195
+ };
193
196
  options: {
194
197
  type: import("vue").PropType<unknown[]>;
195
198
  required: true;
@@ -216,9 +219,6 @@ declare const _default: {
216
219
  autofocus: {
217
220
  type: import("vue").PropType<boolean>;
218
221
  };
219
- maxlength: {
220
- type: import("vue").PropType<string | number>;
221
- };
222
222
  optionValue: {
223
223
  type: import("vue").PropType<string | ((option: unknown) => string)>;
224
224
  };
@@ -267,6 +267,9 @@ declare const _default: {
267
267
  placeholder: {
268
268
  type: import("vue").PropType<string>;
269
269
  };
270
+ maxlength: {
271
+ type: import("vue").PropType<string | number>;
272
+ };
270
273
  options: {
271
274
  type: import("vue").PropType<unknown[]>;
272
275
  required: true;
@@ -293,9 +296,6 @@ declare const _default: {
293
296
  autofocus: {
294
297
  type: import("vue").PropType<boolean>;
295
298
  };
296
- maxlength: {
297
- type: import("vue").PropType<string | number>;
298
- };
299
299
  optionValue: {
300
300
  type: import("vue").PropType<string | ((option: unknown) => string)>;
301
301
  };
@@ -1 +1 @@
1
- {"version":3,"file":"vc-input-currency.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/vc-input-currency.vue.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"vc-input-currency.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input-currency/vc-input-currency.vue.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAExD,MAAM,WAAW,KAAK;IACpB;;OAEG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC5B;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,OAAO,EAAE,OAAO,EAAE,CAAC;IACnB;;;;;OAKG;IACH,WAAW,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAClC;;;;;OAKG;IACH,WAAW,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;CACnC;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,oBAAoB,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,CAAC;IACnE,CAAC,KAAK,EAAE,eAAe,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IAC/C,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,CAAC;CACxD;;;;;;;;;;;;;;;;IASC;;OAEG;;QAED;;WAEG;;;;IANL;;OAEG;;QAED;;WAEG;;;;AAgMP,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"}
@@ -55,14 +55,24 @@ export declare const Default: StoryFn<(<T extends {
55
55
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
56
56
  attrs: any;
57
57
  slots: Readonly<{
58
- item: (args: {
58
+ option: (args: {
59
59
  item: T;
60
60
  }) => any;
61
+ "selected-item": (args: {
62
+ value: string | T[keyof T];
63
+ item: T;
64
+ remove: () => void;
65
+ }) => any;
61
66
  hint: void;
62
67
  error: void;
63
68
  }> & {
64
- item: (args: {
69
+ option: (args: {
70
+ item: T;
71
+ }) => any;
72
+ "selected-item": (args: {
73
+ value: string | T[keyof T];
65
74
  item: T;
75
+ remove: () => void;
66
76
  }) => any;
67
77
  hint: void;
68
78
  error: void;
@@ -94,15 +104,25 @@ export declare const Default: StoryFn<(<T extends {
94
104
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
95
105
  attrs: any;
96
106
  slots: Readonly<{
97
- item: (args: {
107
+ option: (args: {
108
+ item: T;
109
+ }) => any;
110
+ "selected-item": (args: {
111
+ value: string | T[keyof T];
98
112
  item: T;
113
+ remove: () => void;
99
114
  }) => any;
100
115
  hint: void;
101
116
  error: void;
102
117
  }> & {
103
- item: (args: {
118
+ option: (args: {
104
119
  item: T;
105
120
  }) => any;
121
+ "selected-item": (args: {
122
+ value: string | T[keyof T];
123
+ item: T;
124
+ remove: () => void;
125
+ }) => any;
106
126
  hint: void;
107
127
  error: void;
108
128
  };
@@ -136,15 +156,25 @@ export declare const Default: StoryFn<(<T extends {
136
156
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
137
157
  attrs: any;
138
158
  slots: Readonly<{
139
- item: (args: {
159
+ option: (args: {
140
160
  item: T;
141
161
  }) => any;
162
+ "selected-item": (args: {
163
+ value: string | T[keyof T];
164
+ item: T;
165
+ remove: () => void;
166
+ }) => any;
142
167
  hint: void;
143
168
  error: void;
144
169
  }> & {
145
- item: (args: {
170
+ option: (args: {
146
171
  item: T;
147
172
  }) => any;
173
+ "selected-item": (args: {
174
+ value: string | T[keyof T];
175
+ item: T;
176
+ remove: () => void;
177
+ }) => any;
148
178
  hint: void;
149
179
  error: void;
150
180
  };
@@ -177,14 +207,24 @@ export declare const Error: StoryFn<(<T extends {
177
207
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
178
208
  attrs: any;
179
209
  slots: Readonly<{
180
- item: (args: {
210
+ option: (args: {
211
+ item: T;
212
+ }) => any;
213
+ "selected-item": (args: {
214
+ value: string | T[keyof T];
181
215
  item: T;
216
+ remove: () => void;
182
217
  }) => any;
183
218
  hint: void;
184
219
  error: void;
185
220
  }> & {
186
- item: (args: {
221
+ option: (args: {
222
+ item: T;
223
+ }) => any;
224
+ "selected-item": (args: {
225
+ value: string | T[keyof T];
187
226
  item: T;
227
+ remove: () => void;
188
228
  }) => any;
189
229
  hint: void;
190
230
  error: void;
@@ -216,15 +256,25 @@ export declare const Error: StoryFn<(<T extends {
216
256
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
217
257
  attrs: any;
218
258
  slots: Readonly<{
219
- item: (args: {
259
+ option: (args: {
220
260
  item: T;
221
261
  }) => any;
262
+ "selected-item": (args: {
263
+ value: string | T[keyof T];
264
+ item: T;
265
+ remove: () => void;
266
+ }) => any;
222
267
  hint: void;
223
268
  error: void;
224
269
  }> & {
225
- item: (args: {
270
+ option: (args: {
226
271
  item: T;
227
272
  }) => any;
273
+ "selected-item": (args: {
274
+ value: string | T[keyof T];
275
+ item: T;
276
+ remove: () => void;
277
+ }) => any;
228
278
  hint: void;
229
279
  error: void;
230
280
  };
@@ -258,14 +308,24 @@ export declare const Error: StoryFn<(<T extends {
258
308
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
259
309
  attrs: any;
260
310
  slots: Readonly<{
261
- item: (args: {
311
+ option: (args: {
312
+ item: T;
313
+ }) => any;
314
+ "selected-item": (args: {
315
+ value: string | T[keyof T];
262
316
  item: T;
317
+ remove: () => void;
263
318
  }) => any;
264
319
  hint: void;
265
320
  error: void;
266
321
  }> & {
267
- item: (args: {
322
+ option: (args: {
323
+ item: T;
324
+ }) => any;
325
+ "selected-item": (args: {
326
+ value: string | T[keyof T];
268
327
  item: T;
328
+ remove: () => void;
269
329
  }) => any;
270
330
  hint: void;
271
331
  error: void;
@@ -299,15 +359,25 @@ export declare const Disabled: StoryFn<(<T extends {
299
359
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
300
360
  attrs: any;
301
361
  slots: Readonly<{
302
- item: (args: {
362
+ option: (args: {
303
363
  item: T;
304
364
  }) => any;
365
+ "selected-item": (args: {
366
+ value: string | T[keyof T];
367
+ item: T;
368
+ remove: () => void;
369
+ }) => any;
305
370
  hint: void;
306
371
  error: void;
307
372
  }> & {
308
- item: (args: {
373
+ option: (args: {
309
374
  item: T;
310
375
  }) => any;
376
+ "selected-item": (args: {
377
+ value: string | T[keyof T];
378
+ item: T;
379
+ remove: () => void;
380
+ }) => any;
311
381
  hint: void;
312
382
  error: void;
313
383
  };
@@ -338,14 +408,24 @@ export declare const Disabled: StoryFn<(<T extends {
338
408
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
339
409
  attrs: any;
340
410
  slots: Readonly<{
341
- item: (args: {
411
+ option: (args: {
412
+ item: T;
413
+ }) => any;
414
+ "selected-item": (args: {
415
+ value: string | T[keyof T];
342
416
  item: T;
417
+ remove: () => void;
343
418
  }) => any;
344
419
  hint: void;
345
420
  error: void;
346
421
  }> & {
347
- item: (args: {
422
+ option: (args: {
423
+ item: T;
424
+ }) => any;
425
+ "selected-item": (args: {
426
+ value: string | T[keyof T];
348
427
  item: T;
428
+ remove: () => void;
349
429
  }) => any;
350
430
  hint: void;
351
431
  error: void;
@@ -380,15 +460,25 @@ export declare const Disabled: StoryFn<(<T extends {
380
460
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
381
461
  attrs: any;
382
462
  slots: Readonly<{
383
- item: (args: {
463
+ option: (args: {
384
464
  item: T;
385
465
  }) => any;
466
+ "selected-item": (args: {
467
+ value: string | T[keyof T];
468
+ item: T;
469
+ remove: () => void;
470
+ }) => any;
386
471
  hint: void;
387
472
  error: void;
388
473
  }> & {
389
- item: (args: {
474
+ option: (args: {
390
475
  item: T;
391
476
  }) => any;
477
+ "selected-item": (args: {
478
+ value: string | T[keyof T];
479
+ item: T;
480
+ remove: () => void;
481
+ }) => any;
392
482
  hint: void;
393
483
  error: void;
394
484
  };
@@ -421,14 +511,24 @@ export declare const Tooltip: StoryFn<(<T extends {
421
511
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
422
512
  attrs: any;
423
513
  slots: Readonly<{
424
- item: (args: {
514
+ option: (args: {
515
+ item: T;
516
+ }) => any;
517
+ "selected-item": (args: {
518
+ value: string | T[keyof T];
425
519
  item: T;
520
+ remove: () => void;
426
521
  }) => any;
427
522
  hint: void;
428
523
  error: void;
429
524
  }> & {
430
- item: (args: {
525
+ option: (args: {
526
+ item: T;
527
+ }) => any;
528
+ "selected-item": (args: {
529
+ value: string | T[keyof T];
431
530
  item: T;
531
+ remove: () => void;
432
532
  }) => any;
433
533
  hint: void;
434
534
  error: void;
@@ -460,15 +560,25 @@ export declare const Tooltip: StoryFn<(<T extends {
460
560
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
461
561
  attrs: any;
462
562
  slots: Readonly<{
463
- item: (args: {
563
+ option: (args: {
564
+ item: T;
565
+ }) => any;
566
+ "selected-item": (args: {
567
+ value: string | T[keyof T];
464
568
  item: T;
569
+ remove: () => void;
465
570
  }) => any;
466
571
  hint: void;
467
572
  error: void;
468
573
  }> & {
469
- item: (args: {
574
+ option: (args: {
470
575
  item: T;
471
576
  }) => any;
577
+ "selected-item": (args: {
578
+ value: string | T[keyof T];
579
+ item: T;
580
+ remove: () => void;
581
+ }) => any;
472
582
  hint: void;
473
583
  error: void;
474
584
  };
@@ -502,14 +612,24 @@ export declare const Tooltip: StoryFn<(<T extends {
502
612
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
503
613
  attrs: any;
504
614
  slots: Readonly<{
505
- item: (args: {
615
+ option: (args: {
616
+ item: T;
617
+ }) => any;
618
+ "selected-item": (args: {
619
+ value: string | T[keyof T];
506
620
  item: T;
621
+ remove: () => void;
507
622
  }) => any;
508
623
  hint: void;
509
624
  error: void;
510
625
  }> & {
511
- item: (args: {
626
+ option: (args: {
627
+ item: T;
628
+ }) => any;
629
+ "selected-item": (args: {
630
+ value: string | T[keyof T];
512
631
  item: T;
632
+ remove: () => void;
513
633
  }) => any;
514
634
  hint: void;
515
635
  error: void;
@@ -543,15 +663,25 @@ export declare const SingleValue: StoryFn<(<T extends {
543
663
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
544
664
  attrs: any;
545
665
  slots: Readonly<{
546
- item: (args: {
666
+ option: (args: {
547
667
  item: T;
548
668
  }) => any;
669
+ "selected-item": (args: {
670
+ value: string | T[keyof T];
671
+ item: T;
672
+ remove: () => void;
673
+ }) => any;
549
674
  hint: void;
550
675
  error: void;
551
676
  }> & {
552
- item: (args: {
677
+ option: (args: {
553
678
  item: T;
554
679
  }) => any;
680
+ "selected-item": (args: {
681
+ value: string | T[keyof T];
682
+ item: T;
683
+ remove: () => void;
684
+ }) => any;
555
685
  hint: void;
556
686
  error: void;
557
687
  };
@@ -582,14 +712,24 @@ export declare const SingleValue: StoryFn<(<T extends {
582
712
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
583
713
  attrs: any;
584
714
  slots: Readonly<{
585
- item: (args: {
715
+ option: (args: {
586
716
  item: T;
587
717
  }) => any;
718
+ "selected-item": (args: {
719
+ value: string | T[keyof T];
720
+ item: T;
721
+ remove: () => void;
722
+ }) => any;
588
723
  hint: void;
589
724
  error: void;
590
725
  }> & {
591
- item: (args: {
726
+ option: (args: {
727
+ item: T;
728
+ }) => any;
729
+ "selected-item": (args: {
730
+ value: string | T[keyof T];
592
731
  item: T;
732
+ remove: () => void;
593
733
  }) => any;
594
734
  hint: void;
595
735
  error: void;
@@ -624,15 +764,25 @@ export declare const SingleValue: StoryFn<(<T extends {
624
764
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
625
765
  attrs: any;
626
766
  slots: Readonly<{
627
- item: (args: {
767
+ option: (args: {
768
+ item: T;
769
+ }) => any;
770
+ "selected-item": (args: {
771
+ value: string | T[keyof T];
628
772
  item: T;
773
+ remove: () => void;
629
774
  }) => any;
630
775
  hint: void;
631
776
  error: void;
632
777
  }> & {
633
- item: (args: {
778
+ option: (args: {
634
779
  item: T;
635
780
  }) => any;
781
+ "selected-item": (args: {
782
+ value: string | T[keyof T];
783
+ item: T;
784
+ remove: () => void;
785
+ }) => any;
636
786
  hint: void;
637
787
  error: void;
638
788
  };
@@ -665,14 +815,24 @@ export declare const Hint: StoryFn<(<T extends {
665
815
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
666
816
  attrs: any;
667
817
  slots: Readonly<{
668
- item: (args: {
818
+ option: (args: {
669
819
  item: T;
670
820
  }) => any;
821
+ "selected-item": (args: {
822
+ value: string | T[keyof T];
823
+ item: T;
824
+ remove: () => void;
825
+ }) => any;
671
826
  hint: void;
672
827
  error: void;
673
828
  }> & {
674
- item: (args: {
829
+ option: (args: {
830
+ item: T;
831
+ }) => any;
832
+ "selected-item": (args: {
833
+ value: string | T[keyof T];
675
834
  item: T;
835
+ remove: () => void;
676
836
  }) => any;
677
837
  hint: void;
678
838
  error: void;
@@ -704,15 +864,25 @@ export declare const Hint: StoryFn<(<T extends {
704
864
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
705
865
  attrs: any;
706
866
  slots: Readonly<{
707
- item: (args: {
867
+ option: (args: {
868
+ item: T;
869
+ }) => any;
870
+ "selected-item": (args: {
871
+ value: string | T[keyof T];
708
872
  item: T;
873
+ remove: () => void;
709
874
  }) => any;
710
875
  hint: void;
711
876
  error: void;
712
877
  }> & {
713
- item: (args: {
878
+ option: (args: {
714
879
  item: T;
715
880
  }) => any;
881
+ "selected-item": (args: {
882
+ value: string | T[keyof T];
883
+ item: T;
884
+ remove: () => void;
885
+ }) => any;
716
886
  hint: void;
717
887
  error: void;
718
888
  };
@@ -746,14 +916,24 @@ export declare const Hint: StoryFn<(<T extends {
746
916
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
747
917
  attrs: any;
748
918
  slots: Readonly<{
749
- item: (args: {
919
+ option: (args: {
750
920
  item: T;
751
921
  }) => any;
922
+ "selected-item": (args: {
923
+ value: string | T[keyof T];
924
+ item: T;
925
+ remove: () => void;
926
+ }) => any;
752
927
  hint: void;
753
928
  error: void;
754
929
  }> & {
755
- item: (args: {
930
+ option: (args: {
931
+ item: T;
932
+ }) => any;
933
+ "selected-item": (args: {
934
+ value: string | T[keyof T];
756
935
  item: T;
936
+ remove: () => void;
757
937
  }) => any;
758
938
  hint: void;
759
939
  error: void;
@@ -787,15 +967,25 @@ export declare const Required: StoryFn<(<T extends {
787
967
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
788
968
  attrs: any;
789
969
  slots: Readonly<{
790
- item: (args: {
970
+ option: (args: {
971
+ item: T;
972
+ }) => any;
973
+ "selected-item": (args: {
974
+ value: string | T[keyof T];
791
975
  item: T;
976
+ remove: () => void;
792
977
  }) => any;
793
978
  hint: void;
794
979
  error: void;
795
980
  }> & {
796
- item: (args: {
981
+ option: (args: {
797
982
  item: T;
798
983
  }) => any;
984
+ "selected-item": (args: {
985
+ value: string | T[keyof T];
986
+ item: T;
987
+ remove: () => void;
988
+ }) => any;
799
989
  hint: void;
800
990
  error: void;
801
991
  };
@@ -826,14 +1016,24 @@ export declare const Required: StoryFn<(<T extends {
826
1016
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
827
1017
  attrs: any;
828
1018
  slots: Readonly<{
829
- item: (args: {
1019
+ option: (args: {
830
1020
  item: T;
831
1021
  }) => any;
1022
+ "selected-item": (args: {
1023
+ value: string | T[keyof T];
1024
+ item: T;
1025
+ remove: () => void;
1026
+ }) => any;
832
1027
  hint: void;
833
1028
  error: void;
834
1029
  }> & {
835
- item: (args: {
1030
+ option: (args: {
1031
+ item: T;
1032
+ }) => any;
1033
+ "selected-item": (args: {
1034
+ value: string | T[keyof T];
836
1035
  item: T;
1036
+ remove: () => void;
837
1037
  }) => any;
838
1038
  hint: void;
839
1039
  error: void;
@@ -868,14 +1068,24 @@ export declare const Required: StoryFn<(<T extends {
868
1068
  expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
869
1069
  attrs: any;
870
1070
  slots: Readonly<{
871
- item: (args: {
1071
+ option: (args: {
1072
+ item: T;
1073
+ }) => any;
1074
+ "selected-item": (args: {
1075
+ value: string | T[keyof T];
872
1076
  item: T;
1077
+ remove: () => void;
873
1078
  }) => any;
874
1079
  hint: void;
875
1080
  error: void;
876
1081
  }> & {
877
- item: (args: {
1082
+ option: (args: {
1083
+ item: T;
1084
+ }) => any;
1085
+ "selected-item": (args: {
1086
+ value: string | T[keyof T];
878
1087
  item: T;
1088
+ remove: () => void;
879
1089
  }) => any;
880
1090
  hint: void;
881
1091
  error: void;
@@ -1 +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
+ {"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"}