@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.
- package/CHANGELOG.md +26 -0
- package/core/plugins/moment/humanize.ts +6 -7
- package/core/types/index.ts +12 -1
- package/dist/core/plugins/moment/humanize.d.ts.map +1 -1
- package/dist/core/types/index.d.ts +1 -1
- package/dist/core/types/index.d.ts.map +1 -1
- package/dist/framework.js +30782 -20187
- package/dist/index.css +1 -1
- package/dist/shared/components/error-interceptor/interceptor.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +4 -1
- package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +417 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +357 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +398 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +392 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +407 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +372 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +391 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +372 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +439 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +460 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +459 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +359 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +507 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +392 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/SwitchField.stories.d.ts +14 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/SwitchField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +407 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +322 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/common/args.d.ts +113 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/common/args.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/common/templates.d.ts +3 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/common/templates.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +235 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceHighlighter.d.ts +4 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceHighlighter.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceTransform.d.ts +3 -0
- package/dist/shared/modules/dynamic/components/fields/storybook/utils/sourceTransform.d.ts.map +1 -0
- package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/factories/types/index.d.ts +1 -0
- package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/index.d.ts +88 -38
- package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
- package/dist/shared/modules/dynamic/types/models.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +16 -16
- package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/index.d.ts +1 -39
- package/dist/ui/components/atoms/vc-switch/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +30 -11
- package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +22 -3
- package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/index.d.ts +1 -35
- package/dist/ui/components/atoms/vc-video/index.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts +5 -27
- package/dist/ui/components/atoms/vc-video/vc-video.stories.d.ts.map +1 -1
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +3 -18
- package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts +16 -4
- package/dist/ui/components/molecules/vc-editor/vc-editor.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +2 -1
- package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +30 -16
- package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +12 -12
- package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +252 -42
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +36 -6
- package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +96 -32
- package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +3 -3
- package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +63 -63
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +6 -6
- package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +1 -0
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts +8 -2
- package/dist/ui/components/organisms/vc-table/vc-table.stories.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +3 -1
- package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
- package/package.json +8 -4
- package/shared/components/error-interceptor/interceptor.ts +1 -1
- package/shared/modules/dynamic/components/fields/Button.ts +5 -2
- package/shared/modules/dynamic/components/fields/Card.ts +4 -4
- package/shared/modules/dynamic/components/fields/ContentField.ts +1 -0
- package/shared/modules/dynamic/components/fields/DynamicProperty.ts +5 -6
- package/shared/modules/dynamic/components/fields/EditorField.ts +5 -3
- package/shared/modules/dynamic/components/fields/Fieldset.ts +1 -1
- package/shared/modules/dynamic/components/fields/GalleryField.ts +6 -3
- package/shared/modules/dynamic/components/fields/ImageField.ts +0 -1
- package/shared/modules/dynamic/components/fields/InputCurrency.ts +1 -1
- package/shared/modules/dynamic/components/fields/InputField.ts +1 -0
- package/shared/modules/dynamic/components/fields/MultivalueField.ts +3 -2
- package/shared/modules/dynamic/components/fields/SelectField.ts +1 -0
- package/shared/modules/dynamic/components/fields/StatusField.ts +20 -10
- package/shared/modules/dynamic/components/fields/TextareaField.ts +1 -0
- package/shared/modules/dynamic/components/fields/VideoField.ts +0 -1
- package/shared/modules/dynamic/components/fields/storybook/Button.stories.ts +247 -0
- package/shared/modules/dynamic/components/fields/storybook/Card.stories.ts +166 -0
- package/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.ts +185 -0
- package/shared/modules/dynamic/components/fields/storybook/ContentField.stories.ts +245 -0
- package/shared/modules/dynamic/components/fields/storybook/EditorField.stories.ts +192 -0
- package/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.ts +409 -0
- package/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.ts +239 -0
- package/shared/modules/dynamic/components/fields/storybook/ImageField.stories.ts +186 -0
- package/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.ts +267 -0
- package/shared/modules/dynamic/components/fields/storybook/InputField.stories.ts +298 -0
- package/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.ts +347 -0
- package/shared/modules/dynamic/components/fields/storybook/RatingField.stories.ts +131 -0
- package/shared/modules/dynamic/components/fields/storybook/SelectField.stories.ts +653 -0
- package/shared/modules/dynamic/components/fields/storybook/StatusField.stories.ts +202 -0
- package/shared/modules/dynamic/components/fields/storybook/SwitchField.stories.ts +178 -0
- package/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.ts +203 -0
- package/shared/modules/dynamic/components/fields/storybook/VideoField.stories.ts +92 -0
- package/shared/modules/dynamic/components/fields/storybook/common/args.ts +130 -0
- package/shared/modules/dynamic/components/fields/storybook/common/templates.ts +8 -0
- package/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.ts +54 -0
- package/shared/modules/dynamic/components/fields/storybook/utils/sourceHighlighter.ts +16 -0
- package/shared/modules/dynamic/components/fields/storybook/utils/sourceTransform.ts +41 -0
- package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +1 -0
- package/shared/modules/dynamic/factories/types/index.ts +2 -0
- package/shared/modules/dynamic/helpers/getters.ts +3 -0
- package/shared/modules/dynamic/helpers/nodeBuilder.ts +1 -1
- package/shared/modules/dynamic/helpers/setters.ts +1 -1
- package/shared/modules/dynamic/types/index.ts +93 -40
- package/shared/modules/dynamic/types/models.ts +8 -7
- package/shared/pages/LoginPage/components/login/Login.vue +1 -1
- package/ui/components/atoms/vc-card/vc-card.vue +12 -2
- package/ui/components/atoms/vc-switch/index.ts +1 -3
- package/ui/components/atoms/vc-switch/vc-switch.vue +10 -3
- package/ui/components/atoms/vc-video/index.ts +1 -3
- package/ui/components/atoms/vc-video/vc-video.stories.ts +1 -15
- package/ui/components/atoms/vc-video/vc-video.vue +4 -37
- package/ui/components/molecules/vc-editor/vc-editor.vue +47 -33
- package/ui/components/molecules/vc-field/_internal/vc-field-type/vc-field-type.vue +2 -2
- package/ui/components/molecules/vc-input/vc-input.stories.ts +14 -0
- package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +8 -0
- package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +21 -9
- package/ui/components/molecules/vc-select/vc-select.stories.ts +74 -3
- package/ui/components/molecules/vc-select/vc-select.vue +35 -38
- package/ui/components/molecules/vc-textarea/vc-textarea.stories.ts +1 -1
- package/ui/components/molecules/vc-textarea/vc-textarea.vue +5 -15
- package/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue +1 -1
- package/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue +140 -108
- package/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue +20 -6
- package/ui/components/organisms/vc-table/vc-table.stories.ts +6 -2
- package/ui/components/organisms/vc-table/vc-table.vue +176 -124
|
@@ -178,6 +178,10 @@ declare const _default: {
|
|
|
178
178
|
placeholder: {
|
|
179
179
|
type: import("vue").PropType<string>;
|
|
180
180
|
};
|
|
181
|
+
maxlength: {
|
|
182
|
+
type: import("vue").PropType<string | number>;
|
|
183
|
+
default: string;
|
|
184
|
+
};
|
|
181
185
|
hint: {
|
|
182
186
|
type: import("vue").PropType<string>;
|
|
183
187
|
};
|
|
@@ -199,10 +203,6 @@ declare const _default: {
|
|
|
199
203
|
autofocus: {
|
|
200
204
|
type: import("vue").PropType<boolean>;
|
|
201
205
|
};
|
|
202
|
-
maxlength: {
|
|
203
|
-
type: import("vue").PropType<string | number>;
|
|
204
|
-
default: string;
|
|
205
|
-
};
|
|
206
206
|
}>> & {
|
|
207
207
|
"onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
|
|
208
208
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -246,6 +246,10 @@ declare const _default: {
|
|
|
246
246
|
placeholder: {
|
|
247
247
|
type: import("vue").PropType<string>;
|
|
248
248
|
};
|
|
249
|
+
maxlength: {
|
|
250
|
+
type: import("vue").PropType<string | number>;
|
|
251
|
+
default: string;
|
|
252
|
+
};
|
|
249
253
|
hint: {
|
|
250
254
|
type: import("vue").PropType<string>;
|
|
251
255
|
};
|
|
@@ -267,10 +271,6 @@ declare const _default: {
|
|
|
267
271
|
autofocus: {
|
|
268
272
|
type: import("vue").PropType<boolean>;
|
|
269
273
|
};
|
|
270
|
-
maxlength: {
|
|
271
|
-
type: import("vue").PropType<string | number>;
|
|
272
|
-
default: string;
|
|
273
|
-
};
|
|
274
274
|
}>> & {
|
|
275
275
|
"onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
|
|
276
276
|
}, {
|
|
@@ -323,6 +323,10 @@ declare const _default: {
|
|
|
323
323
|
placeholder: {
|
|
324
324
|
type: import("vue").PropType<string>;
|
|
325
325
|
};
|
|
326
|
+
maxlength: {
|
|
327
|
+
type: import("vue").PropType<string | number>;
|
|
328
|
+
default: string;
|
|
329
|
+
};
|
|
326
330
|
hint: {
|
|
327
331
|
type: import("vue").PropType<string>;
|
|
328
332
|
};
|
|
@@ -344,10 +348,6 @@ declare const _default: {
|
|
|
344
348
|
autofocus: {
|
|
345
349
|
type: import("vue").PropType<boolean>;
|
|
346
350
|
};
|
|
347
|
-
maxlength: {
|
|
348
|
-
type: import("vue").PropType<string | number>;
|
|
349
|
-
default: string;
|
|
350
|
-
};
|
|
351
351
|
}>> & {
|
|
352
352
|
"onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
|
|
353
353
|
}, {}, {}, {}, {}, {
|
|
@@ -397,6 +397,10 @@ declare const _default: {
|
|
|
397
397
|
placeholder: {
|
|
398
398
|
type: import("vue").PropType<string>;
|
|
399
399
|
};
|
|
400
|
+
maxlength: {
|
|
401
|
+
type: import("vue").PropType<string | number>;
|
|
402
|
+
default: string;
|
|
403
|
+
};
|
|
400
404
|
hint: {
|
|
401
405
|
type: import("vue").PropType<string>;
|
|
402
406
|
};
|
|
@@ -418,10 +422,6 @@ declare const _default: {
|
|
|
418
422
|
autofocus: {
|
|
419
423
|
type: import("vue").PropType<boolean>;
|
|
420
424
|
};
|
|
421
|
-
maxlength: {
|
|
422
|
-
type: import("vue").PropType<string | number>;
|
|
423
|
-
default: string;
|
|
424
|
-
};
|
|
425
425
|
}>> & {
|
|
426
426
|
"onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
|
|
427
427
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-card.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-card/vc-card.vue.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;CAC5C;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI,CAAC;IAC9B,CAAC,KAAK,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,OAAO,GAAG,IAAI,CAAC;CAC7D;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"vc-card.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-card/vc-card.vue.ts"],"names":[],"mappings":"AAKA,MAAM,WAAW,KAAK;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;CAC5C;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,cAAc,GAAG,IAAI,CAAC;IAC9B,CAAC,KAAK,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,OAAO,GAAG,IAAI,CAAC;CAC7D;;;;;;;;;;;;;;;;;;;;AAyMD,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,40 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
modelValue: {
|
|
3
|
-
type: import("vue").PropType<boolean>;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
disabled: {
|
|
7
|
-
type: import("vue").PropType<boolean>;
|
|
8
|
-
};
|
|
9
|
-
tooltip: {
|
|
10
|
-
type: import("vue").PropType<string>;
|
|
11
|
-
};
|
|
12
|
-
required: {
|
|
13
|
-
type: import("vue").PropType<boolean>;
|
|
14
|
-
};
|
|
15
|
-
label: {
|
|
16
|
-
type: import("vue").PropType<string>;
|
|
17
|
-
};
|
|
18
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
19
|
-
"update:modelValue": (value: boolean) => void;
|
|
20
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
-
modelValue: {
|
|
22
|
-
type: import("vue").PropType<boolean>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
disabled: {
|
|
26
|
-
type: import("vue").PropType<boolean>;
|
|
27
|
-
};
|
|
28
|
-
tooltip: {
|
|
29
|
-
type: import("vue").PropType<string>;
|
|
30
|
-
};
|
|
31
|
-
required: {
|
|
32
|
-
type: import("vue").PropType<boolean>;
|
|
33
|
-
};
|
|
34
|
-
label: {
|
|
35
|
-
type: import("vue").PropType<string>;
|
|
36
|
-
};
|
|
37
|
-
}>> & {
|
|
38
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
39
|
-
}, {}, {}>;
|
|
1
|
+
export { default as VcSwitch } from "./vc-switch.vue";
|
|
40
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-switch/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-switch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -3,44 +3,63 @@ import { VcSwitch } from "./";
|
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
5
|
component: import("vue").DefineComponent<{
|
|
6
|
+
disabled: {
|
|
7
|
+
type: import("vue").PropType<boolean>;
|
|
8
|
+
};
|
|
9
|
+
label: {
|
|
10
|
+
type: import("vue").PropType<string>;
|
|
11
|
+
};
|
|
6
12
|
modelValue: {
|
|
7
13
|
type: import("vue").PropType<boolean>;
|
|
8
14
|
required: true;
|
|
9
15
|
};
|
|
10
|
-
|
|
16
|
+
required: {
|
|
11
17
|
type: import("vue").PropType<boolean>;
|
|
12
18
|
};
|
|
13
|
-
|
|
14
|
-
type: import("vue").PropType<
|
|
19
|
+
trueValue: {
|
|
20
|
+
type: import("vue").PropType<boolean>;
|
|
21
|
+
default: boolean;
|
|
15
22
|
};
|
|
16
|
-
|
|
23
|
+
falseValue: {
|
|
17
24
|
type: import("vue").PropType<boolean>;
|
|
25
|
+
default: boolean;
|
|
18
26
|
};
|
|
19
|
-
|
|
27
|
+
tooltip: {
|
|
20
28
|
type: import("vue").PropType<string>;
|
|
21
29
|
};
|
|
22
30
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
31
|
"update:modelValue": (value: boolean) => void;
|
|
24
32
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
|
+
disabled: {
|
|
34
|
+
type: import("vue").PropType<boolean>;
|
|
35
|
+
};
|
|
36
|
+
label: {
|
|
37
|
+
type: import("vue").PropType<string>;
|
|
38
|
+
};
|
|
25
39
|
modelValue: {
|
|
26
40
|
type: import("vue").PropType<boolean>;
|
|
27
41
|
required: true;
|
|
28
42
|
};
|
|
29
|
-
|
|
43
|
+
required: {
|
|
30
44
|
type: import("vue").PropType<boolean>;
|
|
31
45
|
};
|
|
32
|
-
|
|
33
|
-
type: import("vue").PropType<
|
|
46
|
+
trueValue: {
|
|
47
|
+
type: import("vue").PropType<boolean>;
|
|
48
|
+
default: boolean;
|
|
34
49
|
};
|
|
35
|
-
|
|
50
|
+
falseValue: {
|
|
36
51
|
type: import("vue").PropType<boolean>;
|
|
52
|
+
default: boolean;
|
|
37
53
|
};
|
|
38
|
-
|
|
54
|
+
tooltip: {
|
|
39
55
|
type: import("vue").PropType<string>;
|
|
40
56
|
};
|
|
41
57
|
}>> & {
|
|
42
58
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
43
|
-
}, {
|
|
59
|
+
}, {
|
|
60
|
+
trueValue: boolean;
|
|
61
|
+
falseValue: boolean;
|
|
62
|
+
}, {}>;
|
|
44
63
|
args: {
|
|
45
64
|
label: string;
|
|
46
65
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-switch.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-switch/vc-switch.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC
|
|
1
|
+
{"version":3,"file":"vc-switch.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-switch/vc-switch.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAG9B,wBAWkC;AAElC,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,QAAQ,CAM3C,CAAC"}
|
|
@@ -4,15 +4,26 @@ export interface Props {
|
|
|
4
4
|
tooltip?: string;
|
|
5
5
|
required?: boolean;
|
|
6
6
|
label?: string;
|
|
7
|
+
trueValue?: boolean;
|
|
8
|
+
falseValue?: boolean;
|
|
7
9
|
}
|
|
8
10
|
export interface Emits {
|
|
9
11
|
(event: "update:modelValue", value: boolean): void;
|
|
10
12
|
}
|
|
11
|
-
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
13
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
14
|
+
trueValue: boolean;
|
|
15
|
+
falseValue: boolean;
|
|
16
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
17
|
"update:modelValue": (value: boolean) => void;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
19
|
+
trueValue: boolean;
|
|
20
|
+
falseValue: boolean;
|
|
21
|
+
}>>> & {
|
|
14
22
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
15
|
-
}, {
|
|
23
|
+
}, {
|
|
24
|
+
trueValue: boolean;
|
|
25
|
+
falseValue: boolean;
|
|
26
|
+
}, {}>;
|
|
16
27
|
export default _default;
|
|
17
28
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
29
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -23,4 +34,12 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
23
34
|
required: true;
|
|
24
35
|
};
|
|
25
36
|
};
|
|
37
|
+
type __VLS_WithDefaults<P, D> = {
|
|
38
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
39
|
+
default: D[K];
|
|
40
|
+
}> : P[K];
|
|
41
|
+
};
|
|
42
|
+
type __VLS_Prettify<T> = {
|
|
43
|
+
[K in keyof T]: T[K];
|
|
44
|
+
} & {};
|
|
26
45
|
//# sourceMappingURL=vc-switch.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-switch.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-switch/vc-switch.vue.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,KAAK;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"vc-switch.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-switch/vc-switch.vue.ts"],"names":[],"mappings":"AAGA,MAAM,WAAW,KAAK;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACpD;;;;;;;;;;;;;;;AA4JD,wBAOG;AACH,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"}
|
|
@@ -1,36 +1,2 @@
|
|
|
1
|
-
export
|
|
2
|
-
label: {
|
|
3
|
-
type: import("vue").PropType<string>;
|
|
4
|
-
};
|
|
5
|
-
source: {
|
|
6
|
-
type: import("vue").PropType<string>;
|
|
7
|
-
};
|
|
8
|
-
size: {
|
|
9
|
-
type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "auto">;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
tooltip: {
|
|
13
|
-
type: import("vue").PropType<string>;
|
|
14
|
-
};
|
|
15
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
-
click: () => void;
|
|
17
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
-
label: {
|
|
19
|
-
type: import("vue").PropType<string>;
|
|
20
|
-
};
|
|
21
|
-
source: {
|
|
22
|
-
type: import("vue").PropType<string>;
|
|
23
|
-
};
|
|
24
|
-
size: {
|
|
25
|
-
type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "auto">;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
tooltip: {
|
|
29
|
-
type: import("vue").PropType<string>;
|
|
30
|
-
};
|
|
31
|
-
}>> & {
|
|
32
|
-
onClick?: (() => any) | undefined;
|
|
33
|
-
}, {
|
|
34
|
-
size: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "auto";
|
|
35
|
-
}, {}>;
|
|
1
|
+
export { default as VcVideo } from "./vc-video.vue";
|
|
36
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-video/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-video/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,gBAAgB,CAAC"}
|
|
@@ -6,14 +6,10 @@ declare const _default: {
|
|
|
6
6
|
label: {
|
|
7
7
|
type: import("vue").PropType<string>;
|
|
8
8
|
};
|
|
9
|
-
|
|
9
|
+
tooltip: {
|
|
10
10
|
type: import("vue").PropType<string>;
|
|
11
11
|
};
|
|
12
|
-
|
|
13
|
-
type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "auto">;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
tooltip: {
|
|
12
|
+
source: {
|
|
17
13
|
type: import("vue").PropType<string>;
|
|
18
14
|
};
|
|
19
15
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -22,37 +18,19 @@ declare const _default: {
|
|
|
22
18
|
label: {
|
|
23
19
|
type: import("vue").PropType<string>;
|
|
24
20
|
};
|
|
25
|
-
|
|
21
|
+
tooltip: {
|
|
26
22
|
type: import("vue").PropType<string>;
|
|
27
23
|
};
|
|
28
|
-
|
|
29
|
-
type: import("vue").PropType<"s" | "xs" | "m" | "l" | "xl" | "xxl" | "auto">;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
tooltip: {
|
|
24
|
+
source: {
|
|
33
25
|
type: import("vue").PropType<string>;
|
|
34
26
|
};
|
|
35
27
|
}>> & {
|
|
36
28
|
onClick?: (() => any) | undefined;
|
|
37
|
-
}, {
|
|
38
|
-
size: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "auto";
|
|
39
|
-
}, {}>;
|
|
29
|
+
}, {}, {}>;
|
|
40
30
|
args: {
|
|
41
31
|
source: string;
|
|
42
|
-
size: "auto";
|
|
43
32
|
label: string;
|
|
44
33
|
};
|
|
45
|
-
argTypes: {
|
|
46
|
-
size: {
|
|
47
|
-
options: string[];
|
|
48
|
-
control: string;
|
|
49
|
-
table: {
|
|
50
|
-
type: {
|
|
51
|
-
summary: string;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
34
|
};
|
|
57
35
|
export default _default;
|
|
58
36
|
export declare const Primary: StoryFn<typeof VcVideo>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-video.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-video/vc-video.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC
|
|
1
|
+
{"version":3,"file":"vc-video.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-video/vc-video.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAE7B,wBAOiC;AAEjC,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,OAAO,CAM1C,CAAC"}
|
|
@@ -2,22 +2,15 @@ export interface Props {
|
|
|
2
2
|
label?: string;
|
|
3
3
|
tooltip?: string;
|
|
4
4
|
source?: string;
|
|
5
|
-
size?: "auto" | "xs" | "s" | "m" | "l" | "xl" | "xxl";
|
|
6
5
|
}
|
|
7
6
|
export interface Emits {
|
|
8
7
|
(event: "click"): void;
|
|
9
8
|
}
|
|
10
|
-
declare const _default: import("vue").DefineComponent<
|
|
11
|
-
size: string;
|
|
12
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
10
|
click: () => void;
|
|
14
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<
|
|
15
|
-
size: string;
|
|
16
|
-
}>>> & {
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
|
|
17
12
|
onClick?: (() => any) | undefined;
|
|
18
|
-
}, {
|
|
19
|
-
size: "s" | "xs" | "m" | "l" | "xl" | "xxl" | "auto";
|
|
20
|
-
}, {}>;
|
|
13
|
+
}, {}, {}>;
|
|
21
14
|
export default _default;
|
|
22
15
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
23
16
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -28,12 +21,4 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
28
21
|
required: true;
|
|
29
22
|
};
|
|
30
23
|
};
|
|
31
|
-
type __VLS_WithDefaults<P, D> = {
|
|
32
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
33
|
-
default: D[K];
|
|
34
|
-
}> : P[K];
|
|
35
|
-
};
|
|
36
|
-
type __VLS_Prettify<T> = {
|
|
37
|
-
[K in keyof T]: T[K];
|
|
38
|
-
} & {};
|
|
39
24
|
//# sourceMappingURL=vc-video.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-video.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-video/vc-video.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"vc-video.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-video/vc-video.vue.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;;;;;;AAsJD,wBAOG;AACH,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"}
|
|
@@ -8,7 +8,7 @@ declare const _default: {
|
|
|
8
8
|
type: import("vue").PropType<string>;
|
|
9
9
|
};
|
|
10
10
|
modelValue: {
|
|
11
|
-
type: import("vue").PropType<string
|
|
11
|
+
type: import("vue").PropType<string>;
|
|
12
12
|
};
|
|
13
13
|
required: {
|
|
14
14
|
type: import("vue").PropType<boolean>;
|
|
@@ -35,6 +35,9 @@ declare const _default: {
|
|
|
35
35
|
currentLanguage: {
|
|
36
36
|
type: import("vue").PropType<string>;
|
|
37
37
|
};
|
|
38
|
+
maxlength: {
|
|
39
|
+
type: import("vue").PropType<number>;
|
|
40
|
+
};
|
|
38
41
|
}>> & {
|
|
39
42
|
"onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
|
|
40
43
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -44,7 +47,7 @@ declare const _default: {
|
|
|
44
47
|
type: import("vue").PropType<string>;
|
|
45
48
|
};
|
|
46
49
|
modelValue: {
|
|
47
|
-
type: import("vue").PropType<string
|
|
50
|
+
type: import("vue").PropType<string>;
|
|
48
51
|
};
|
|
49
52
|
required: {
|
|
50
53
|
type: import("vue").PropType<boolean>;
|
|
@@ -71,6 +74,9 @@ declare const _default: {
|
|
|
71
74
|
currentLanguage: {
|
|
72
75
|
type: import("vue").PropType<string>;
|
|
73
76
|
};
|
|
77
|
+
maxlength: {
|
|
78
|
+
type: import("vue").PropType<number>;
|
|
79
|
+
};
|
|
74
80
|
}>> & {
|
|
75
81
|
"onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
|
|
76
82
|
}, {}, true, {}, {}, {
|
|
@@ -85,7 +91,7 @@ declare const _default: {
|
|
|
85
91
|
type: import("vue").PropType<string>;
|
|
86
92
|
};
|
|
87
93
|
modelValue: {
|
|
88
|
-
type: import("vue").PropType<string
|
|
94
|
+
type: import("vue").PropType<string>;
|
|
89
95
|
};
|
|
90
96
|
required: {
|
|
91
97
|
type: import("vue").PropType<boolean>;
|
|
@@ -112,6 +118,9 @@ declare const _default: {
|
|
|
112
118
|
currentLanguage: {
|
|
113
119
|
type: import("vue").PropType<string>;
|
|
114
120
|
};
|
|
121
|
+
maxlength: {
|
|
122
|
+
type: import("vue").PropType<number>;
|
|
123
|
+
};
|
|
115
124
|
}>> & {
|
|
116
125
|
"onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
|
|
117
126
|
}, {}, {}, {}, {}, {}>;
|
|
@@ -123,7 +132,7 @@ declare const _default: {
|
|
|
123
132
|
type: import("vue").PropType<string>;
|
|
124
133
|
};
|
|
125
134
|
modelValue: {
|
|
126
|
-
type: import("vue").PropType<string
|
|
135
|
+
type: import("vue").PropType<string>;
|
|
127
136
|
};
|
|
128
137
|
required: {
|
|
129
138
|
type: import("vue").PropType<boolean>;
|
|
@@ -150,6 +159,9 @@ declare const _default: {
|
|
|
150
159
|
currentLanguage: {
|
|
151
160
|
type: import("vue").PropType<string>;
|
|
152
161
|
};
|
|
162
|
+
maxlength: {
|
|
163
|
+
type: import("vue").PropType<number>;
|
|
164
|
+
};
|
|
153
165
|
}>> & {
|
|
154
166
|
"onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
|
|
155
167
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -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,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,IAAI,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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "@vueup/vue-quill/dist/vue-quill.snow.css";
|
|
2
2
|
export interface Props {
|
|
3
3
|
placeholder?: string;
|
|
4
|
-
modelValue?: string
|
|
4
|
+
modelValue?: string;
|
|
5
5
|
required?: boolean;
|
|
6
6
|
disabled?: boolean;
|
|
7
7
|
label?: string;
|
|
@@ -10,6 +10,7 @@ export interface Props {
|
|
|
10
10
|
assetsFolder: string;
|
|
11
11
|
multilanguage?: boolean;
|
|
12
12
|
currentLanguage?: string;
|
|
13
|
+
maxlength?: number;
|
|
13
14
|
}
|
|
14
15
|
export interface Emits {
|
|
15
16
|
(event: "update:modelValue", value: string | number | Date | null | undefined): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-editor.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-editor/vc-editor.vue.ts"],"names":[],"mappings":"AAGA,OAAO,0CAA0C,CAAC;AAKlD,MAAM,WAAW,KAAK;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"vc-editor.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-editor/vc-editor.vue.ts"],"names":[],"mappings":"AAGA,OAAO,0CAA0C,CAAC;AAKlD,MAAM,WAAW,KAAK;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI,CAAC;CACtF;;;;;;;;;;AAwPD,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,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -42,6 +42,10 @@ declare const _default: {
|
|
|
42
42
|
placeholder: {
|
|
43
43
|
type: import("vue").PropType<string>;
|
|
44
44
|
};
|
|
45
|
+
maxlength: {
|
|
46
|
+
type: import("vue").PropType<string | number>;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
45
49
|
hint: {
|
|
46
50
|
type: import("vue").PropType<string>;
|
|
47
51
|
};
|
|
@@ -63,10 +67,6 @@ declare const _default: {
|
|
|
63
67
|
autofocus: {
|
|
64
68
|
type: import("vue").PropType<boolean>;
|
|
65
69
|
};
|
|
66
|
-
maxlength: {
|
|
67
|
-
type: import("vue").PropType<string | number>;
|
|
68
|
-
default: string;
|
|
69
|
-
};
|
|
70
70
|
}>> & {
|
|
71
71
|
"onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
|
|
72
72
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -110,6 +110,10 @@ 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
|
+
default: string;
|
|
116
|
+
};
|
|
113
117
|
hint: {
|
|
114
118
|
type: import("vue").PropType<string>;
|
|
115
119
|
};
|
|
@@ -131,10 +135,6 @@ declare const _default: {
|
|
|
131
135
|
autofocus: {
|
|
132
136
|
type: import("vue").PropType<boolean>;
|
|
133
137
|
};
|
|
134
|
-
maxlength: {
|
|
135
|
-
type: import("vue").PropType<string | number>;
|
|
136
|
-
default: string;
|
|
137
|
-
};
|
|
138
138
|
}>> & {
|
|
139
139
|
"onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
|
|
140
140
|
}, {
|
|
@@ -187,6 +187,10 @@ declare const _default: {
|
|
|
187
187
|
placeholder: {
|
|
188
188
|
type: import("vue").PropType<string>;
|
|
189
189
|
};
|
|
190
|
+
maxlength: {
|
|
191
|
+
type: import("vue").PropType<string | number>;
|
|
192
|
+
default: string;
|
|
193
|
+
};
|
|
190
194
|
hint: {
|
|
191
195
|
type: import("vue").PropType<string>;
|
|
192
196
|
};
|
|
@@ -208,10 +212,6 @@ declare const _default: {
|
|
|
208
212
|
autofocus: {
|
|
209
213
|
type: import("vue").PropType<boolean>;
|
|
210
214
|
};
|
|
211
|
-
maxlength: {
|
|
212
|
-
type: import("vue").PropType<string | number>;
|
|
213
|
-
default: string;
|
|
214
|
-
};
|
|
215
215
|
}>> & {
|
|
216
216
|
"onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
|
|
217
217
|
}, {}, {}, {}, {}, {
|
|
@@ -261,6 +261,10 @@ declare const _default: {
|
|
|
261
261
|
placeholder: {
|
|
262
262
|
type: import("vue").PropType<string>;
|
|
263
263
|
};
|
|
264
|
+
maxlength: {
|
|
265
|
+
type: import("vue").PropType<string | number>;
|
|
266
|
+
default: string;
|
|
267
|
+
};
|
|
264
268
|
hint: {
|
|
265
269
|
type: import("vue").PropType<string>;
|
|
266
270
|
};
|
|
@@ -282,10 +286,6 @@ declare const _default: {
|
|
|
282
286
|
autofocus: {
|
|
283
287
|
type: import("vue").PropType<boolean>;
|
|
284
288
|
};
|
|
285
|
-
maxlength: {
|
|
286
|
-
type: import("vue").PropType<string | number>;
|
|
287
|
-
default: string;
|
|
288
|
-
};
|
|
289
289
|
}>> & {
|
|
290
290
|
"onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
|
|
291
291
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -329,6 +329,20 @@ declare const _default: {
|
|
|
329
329
|
label: string;
|
|
330
330
|
placeholder: string;
|
|
331
331
|
};
|
|
332
|
+
argTypes: {
|
|
333
|
+
maxlength: {
|
|
334
|
+
description: string;
|
|
335
|
+
control: string;
|
|
336
|
+
table: {
|
|
337
|
+
type: {
|
|
338
|
+
summary: string;
|
|
339
|
+
};
|
|
340
|
+
defaultValue: {
|
|
341
|
+
summary: number;
|
|
342
|
+
};
|
|
343
|
+
};
|
|
344
|
+
};
|
|
345
|
+
};
|
|
332
346
|
};
|
|
333
347
|
export default _default;
|
|
334
348
|
export declare const Template: StoryFn<typeof VcInput>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vc-input.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input/vc-input.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC
|
|
1
|
+
{"version":3,"file":"vc-input.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input/vc-input.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,OAAO,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAG7B,wBAqBiC;AAEjC,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,OAAO,CAM3C,CAAC;AAEH,eAAO,MAAM,KAAK,EAAE,OAAO,CAAC,OAAO,OAAO,CAAqB,CAAC;AAMhE,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,OAAO,CAAqB,CAAC;AAKnE,eAAO,MAAM,IAAI,EAAE,OAAO,CAAC,OAAO,OAAO,CAAqB,CAAC;AAK/D,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,OAAO,CAAqB,CAAC;AAKlE,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,OAAO,CAAqB,CAAC;AAKnE,eAAO,MAAM,MAAM,EAAE,OAAO,CAAC,OAAO,OAAO,CAAqB,CAAC;AAKjE,eAAO,MAAM,MAAM,EAAE,OAAO,CAAC,OAAO,OAAO,CAAqB,CAAC;AAKjE,eAAO,MAAM,sBAAsB,EAAE,OAAO,CAAC,OAAO,OAAO,CAezD,CAAC;AAEH,eAAO,MAAM,iBAAiB,EAAE,OAAO,CAAC,OAAO,OAAO,CAWpD,CAAC;AAEH,eAAO,MAAM,gBAAgB,EAAE,OAAO,CAAC,OAAO,OAAO,CAWnD,CAAC;AAEH,eAAO,MAAM,sBAAsB,EAAE,OAAO,CAAC,OAAO,OAAO,CAWzD,CAAC;AAEH,eAAO,MAAM,qBAAqB,EAAE,OAAO,CAAC,OAAO,OAAO,CAWxD,CAAC;AAEH,eAAO,MAAM,eAAe,EAAE,OAAO,CAAC,OAAO,OAAO,CAWlD,CAAC;AAEH,eAAO,MAAM,cAAc,EAAE,OAAO,CAAC,OAAO,OAAO,CAWjD,CAAC"}
|