@vc-shell/framework 1.0.198 → 1.0.199

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 (70) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/framework.js +9961 -9878
  3. package/dist/index.css +1 -1
  4. package/dist/locales/en.json +2 -1
  5. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +3 -3
  6. package/dist/shared/modules/dynamic/components/fields/Button.d.ts +1 -1
  7. package/dist/shared/modules/dynamic/components/fields/Card.d.ts +1 -1
  8. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +1 -1
  9. package/dist/shared/modules/dynamic/components/fields/ContentField.d.ts +1 -1
  10. package/dist/shared/modules/dynamic/components/fields/CustomComponent.d.ts +1 -1
  11. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +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 +1 -1
  14. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +1 -1
  15. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +1 -1
  16. package/dist/shared/modules/dynamic/components/fields/ImageField.d.ts +1 -1
  17. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +1 -1
  18. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +1 -1
  19. package/dist/shared/modules/dynamic/components/fields/MultivalueField.d.ts +1 -1
  20. package/dist/shared/modules/dynamic/components/fields/RatingField.d.ts +1 -1
  21. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +1 -1
  22. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +1 -1
  23. package/dist/shared/modules/dynamic/components/fields/SwitchField.d.ts +1 -1
  24. package/dist/shared/modules/dynamic/components/fields/Table.d.ts +1 -1
  25. package/dist/shared/modules/dynamic/components/fields/TextareaField.d.ts +1 -1
  26. package/dist/shared/modules/dynamic/components/fields/VideoField.d.ts +1 -1
  27. package/dist/shared/modules/dynamic/components/fields/props.d.ts +1 -1
  28. package/dist/shared/modules/dynamic/components/fields/storybook/Button.stories.d.ts +3 -3
  29. package/dist/shared/modules/dynamic/components/fields/storybook/Card.stories.d.ts +3 -3
  30. package/dist/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.d.ts +3 -3
  31. package/dist/shared/modules/dynamic/components/fields/storybook/ContentField.stories.d.ts +3 -3
  32. package/dist/shared/modules/dynamic/components/fields/storybook/EditorField.stories.d.ts +3 -3
  33. package/dist/shared/modules/dynamic/components/fields/storybook/Fieldset.stories.d.ts +3 -3
  34. package/dist/shared/modules/dynamic/components/fields/storybook/GalleryField.stories.d.ts +3 -3
  35. package/dist/shared/modules/dynamic/components/fields/storybook/ImageField.stories.d.ts +3 -3
  36. package/dist/shared/modules/dynamic/components/fields/storybook/InputCurrency.stories.d.ts +3 -3
  37. package/dist/shared/modules/dynamic/components/fields/storybook/InputField.stories.d.ts +3 -3
  38. package/dist/shared/modules/dynamic/components/fields/storybook/MultivalueField.stories.d.ts +3 -3
  39. package/dist/shared/modules/dynamic/components/fields/storybook/RatingField.stories.d.ts +3 -3
  40. package/dist/shared/modules/dynamic/components/fields/storybook/SelectField.stories.d.ts +3 -3
  41. package/dist/shared/modules/dynamic/components/fields/storybook/StatusField.stories.d.ts +3 -3
  42. package/dist/shared/modules/dynamic/components/fields/storybook/TextareaField.stories.d.ts +3 -3
  43. package/dist/shared/modules/dynamic/components/fields/storybook/VideoField.stories.d.ts +3 -3
  44. package/dist/shared/modules/dynamic/components/fields/storybook/pages/DynamicRender.d.ts +3 -3
  45. package/dist/shared/modules/dynamic/factories/types/index.d.ts +1 -1
  46. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
  47. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +1 -1
  48. package/dist/tsconfig.tsbuildinfo +1 -1
  49. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +26 -7
  50. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -1
  51. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
  52. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +26 -7
  53. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts.map +1 -1
  54. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +9 -2
  55. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  56. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +84 -63
  57. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts.map +1 -1
  58. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +14 -10
  59. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
  60. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  61. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +3 -9
  62. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  63. package/package.json +4 -4
  64. package/shared/modules/dynamic/components/fields/DynamicProperty.ts +7 -3
  65. package/shared/modules/dynamic/factories/types/index.ts +1 -1
  66. package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue +3 -2
  67. package/ui/components/molecules/vc-input/vc-input.vue +58 -18
  68. package/ui/components/molecules/vc-multivalue/vc-multivalue.vue +124 -83
  69. package/ui/components/molecules/vc-select/vc-select.vue +42 -17
  70. package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +44 -15
@@ -144,7 +144,7 @@ declare const _default: {
144
144
  type: import("vue").PropType<boolean>;
145
145
  };
146
146
  type: {
147
- type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
147
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer">;
148
148
  default: string;
149
149
  };
150
150
  label: {
@@ -182,6 +182,10 @@ declare const _default: {
182
182
  type: import("vue").PropType<string | number>;
183
183
  default: string;
184
184
  };
185
+ step: {
186
+ type: import("vue").PropType<string>;
187
+ default: string;
188
+ };
185
189
  hint: {
186
190
  type: import("vue").PropType<string>;
187
191
  };
@@ -212,7 +216,7 @@ declare const _default: {
212
216
  type: import("vue").PropType<boolean>;
213
217
  };
214
218
  type: {
215
- type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
219
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer">;
216
220
  default: string;
217
221
  };
218
222
  label: {
@@ -250,6 +254,10 @@ declare const _default: {
250
254
  type: import("vue").PropType<string | number>;
251
255
  default: string;
252
256
  };
257
+ step: {
258
+ type: import("vue").PropType<string>;
259
+ default: string;
260
+ };
253
261
  hint: {
254
262
  type: import("vue").PropType<string>;
255
263
  };
@@ -274,9 +282,10 @@ declare const _default: {
274
282
  }>> & {
275
283
  "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
276
284
  }, {
277
- type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url";
285
+ type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer";
278
286
  name: string;
279
287
  maxlength: string | number;
288
+ step: string;
280
289
  }, true, {}, {}, {
281
290
  P: {};
282
291
  B: {};
@@ -289,7 +298,7 @@ declare const _default: {
289
298
  type: import("vue").PropType<boolean>;
290
299
  };
291
300
  type: {
292
- type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
301
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer">;
293
302
  default: string;
294
303
  };
295
304
  label: {
@@ -327,6 +336,10 @@ declare const _default: {
327
336
  type: import("vue").PropType<string | number>;
328
337
  default: string;
329
338
  };
339
+ step: {
340
+ type: import("vue").PropType<string>;
341
+ default: string;
342
+ };
330
343
  hint: {
331
344
  type: import("vue").PropType<string>;
332
345
  };
@@ -351,9 +364,10 @@ declare const _default: {
351
364
  }>> & {
352
365
  "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
353
366
  }, {}, {}, {}, {}, {
354
- type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url";
367
+ type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer";
355
368
  name: string;
356
369
  maxlength: string | number;
370
+ step: string;
357
371
  }>;
358
372
  __isFragment?: undefined;
359
373
  __isTeleport?: undefined;
@@ -363,7 +377,7 @@ declare const _default: {
363
377
  type: import("vue").PropType<boolean>;
364
378
  };
365
379
  type: {
366
- type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
380
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer">;
367
381
  default: string;
368
382
  };
369
383
  label: {
@@ -401,6 +415,10 @@ declare const _default: {
401
415
  type: import("vue").PropType<string | number>;
402
416
  default: string;
403
417
  };
418
+ step: {
419
+ type: import("vue").PropType<string>;
420
+ default: string;
421
+ };
404
422
  hint: {
405
423
  type: import("vue").PropType<string>;
406
424
  };
@@ -427,9 +445,10 @@ declare const _default: {
427
445
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
428
446
  "update:modelValue": (value: string | number | Date | null | undefined) => void;
429
447
  }, string, {
430
- type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url";
448
+ type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer";
431
449
  name: string;
432
450
  maxlength: string | number;
451
+ step: string;
433
452
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
434
453
  $slots: Readonly<{
435
454
  control: (scope: {
@@ -1 +1 @@
1
- {"version":3,"file":"vc-card.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-card/vc-card.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAY,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAM3B,wBAgCgC;AAEhC,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,MAAM,CAe1C,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGxC,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGtC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG7C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG3C,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGtC,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,MAAM,CAezC,CAAC;AAEH,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,MAAM,CAY1C,CAAC"}
1
+ {"version":3,"file":"vc-card.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/atoms/vc-card/vc-card.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAY,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,MAAM,EAAE,MAAM,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAM3B,wBAgCgC;AAEhC,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,MAAM,CAe1C,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGxC,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGtC,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG7C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG3C,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGtC,eAAO,MAAM,OAAO,EAAE,OAAO,CAAC,OAAO,MAAM,CAezC,CAAC;AAEH,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,MAAM,CAY1C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"vc-breadcrumbs.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAK/C,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,WAAW,EAAE,CAAC;IACtB,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC;CAC3D;;;;;;;;;;;;;;;;;AA8ND,wBAMG;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
+ {"version":3,"file":"vc-breadcrumbs.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAE7C,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAK/C,MAAM,WAAW,KAAK;IACpB,KAAK,CAAC,EAAE,WAAW,EAAE,CAAC;IACtB,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,CAAC;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,CAAC;CAC3D;;;;;;;;;;;;;;;;;AAqOD,wBAMG;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"}
@@ -8,7 +8,7 @@ declare const _default: {
8
8
  type: import("vue").PropType<boolean>;
9
9
  };
10
10
  type: {
11
- type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
11
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer">;
12
12
  default: string;
13
13
  };
14
14
  label: {
@@ -46,6 +46,10 @@ declare const _default: {
46
46
  type: import("vue").PropType<string | number>;
47
47
  default: string;
48
48
  };
49
+ step: {
50
+ type: import("vue").PropType<string>;
51
+ default: string;
52
+ };
49
53
  hint: {
50
54
  type: import("vue").PropType<string>;
51
55
  };
@@ -76,7 +80,7 @@ declare const _default: {
76
80
  type: import("vue").PropType<boolean>;
77
81
  };
78
82
  type: {
79
- type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
83
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer">;
80
84
  default: string;
81
85
  };
82
86
  label: {
@@ -114,6 +118,10 @@ declare const _default: {
114
118
  type: import("vue").PropType<string | number>;
115
119
  default: string;
116
120
  };
121
+ step: {
122
+ type: import("vue").PropType<string>;
123
+ default: string;
124
+ };
117
125
  hint: {
118
126
  type: import("vue").PropType<string>;
119
127
  };
@@ -138,9 +146,10 @@ declare const _default: {
138
146
  }>> & {
139
147
  "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
140
148
  }, {
141
- type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url";
149
+ type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer";
142
150
  name: string;
143
151
  maxlength: string | number;
152
+ step: string;
144
153
  }, true, {}, {}, {
145
154
  P: {};
146
155
  B: {};
@@ -153,7 +162,7 @@ declare const _default: {
153
162
  type: import("vue").PropType<boolean>;
154
163
  };
155
164
  type: {
156
- type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
165
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer">;
157
166
  default: string;
158
167
  };
159
168
  label: {
@@ -191,6 +200,10 @@ declare const _default: {
191
200
  type: import("vue").PropType<string | number>;
192
201
  default: string;
193
202
  };
203
+ step: {
204
+ type: import("vue").PropType<string>;
205
+ default: string;
206
+ };
194
207
  hint: {
195
208
  type: import("vue").PropType<string>;
196
209
  };
@@ -215,9 +228,10 @@ declare const _default: {
215
228
  }>> & {
216
229
  "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
217
230
  }, {}, {}, {}, {}, {
218
- type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url";
231
+ type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer";
219
232
  name: string;
220
233
  maxlength: string | number;
234
+ step: string;
221
235
  }>;
222
236
  __isFragment?: undefined;
223
237
  __isTeleport?: undefined;
@@ -227,7 +241,7 @@ declare const _default: {
227
241
  type: import("vue").PropType<boolean>;
228
242
  };
229
243
  type: {
230
- type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url">;
244
+ type: import("vue").PropType<"number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer">;
231
245
  default: string;
232
246
  };
233
247
  label: {
@@ -265,6 +279,10 @@ declare const _default: {
265
279
  type: import("vue").PropType<string | number>;
266
280
  default: string;
267
281
  };
282
+ step: {
283
+ type: import("vue").PropType<string>;
284
+ default: string;
285
+ };
268
286
  hint: {
269
287
  type: import("vue").PropType<string>;
270
288
  };
@@ -291,9 +309,10 @@ declare const _default: {
291
309
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
292
310
  "update:modelValue": (value: string | number | Date | null | undefined) => void;
293
311
  }, string, {
294
- type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url";
312
+ type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer";
295
313
  name: string;
296
314
  maxlength: string | number;
315
+ step: string;
297
316
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
298
317
  $slots: Readonly<{
299
318
  control: (scope: {
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
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"}
@@ -15,7 +15,11 @@ export interface Props {
15
15
  * Input type
16
16
  * Default value: text
17
17
  */
18
- type?: "text" | "password" | "email" | "tel" | "number" | "url" | "time" | "date" | "datetime-local";
18
+ type?: "text" | "password" | "email" | "tel" | "number" | "integer" | "url" | "time" | "date" | "datetime-local";
19
+ /**
20
+ * The step attribute is a number that specifies the granularity that the value must adhere to.
21
+ */
22
+ step?: string;
19
23
  /**
20
24
  * Input description (hint) text below input component
21
25
  */
@@ -93,18 +97,21 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
93
97
  type: string;
94
98
  name: string;
95
99
  maxlength: string;
100
+ step: string;
96
101
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
97
102
  "update:modelValue": (value: string | number | Date | null | undefined) => void;
98
103
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
99
104
  type: string;
100
105
  name: string;
101
106
  maxlength: string;
107
+ step: string;
102
108
  }>>> & {
103
109
  "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
104
110
  }, {
105
- type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url";
111
+ type: "number" | "time" | "text" | "date" | "datetime-local" | "email" | "password" | "tel" | "url" | "integer";
106
112
  name: string;
107
113
  maxlength: string | number;
114
+ step: string;
108
115
  }, {}>, Readonly<{
109
116
  /**
110
117
  * Slot for controls
@@ -1 +1 @@
1
- {"version":3,"file":"vc-input.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input/vc-input.vue.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"vc-input.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-input/vc-input.vue.ts"],"names":[],"mappings":"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"}