@vc-shell/framework 1.0.214 → 1.0.216

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 (112) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/core/composables/useSettings/index.ts +1 -1
  3. package/dist/core/composables/useSettings/index.d.ts.map +1 -1
  4. package/dist/framework.js +32321 -24260
  5. package/dist/index.css +1 -1
  6. package/dist/locales/en.json +8 -0
  7. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -1
  8. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts +1 -1
  9. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
  10. package/dist/shared/components/blade-navigation/types/index.d.ts +2 -0
  11. package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
  12. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +1 -1
  13. package/dist/shared/modules/dynamic/components/factories.d.ts +2 -1
  14. package/dist/shared/modules/dynamic/components/factories.d.ts.map +1 -1
  15. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -1
  16. package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts +121 -0
  17. package/dist/shared/modules/dynamic/components/fields/RadioButtonGroup.d.ts.map +1 -0
  18. package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts +362 -0
  19. package/dist/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.d.ts.map +1 -0
  20. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +1 -1
  21. package/dist/shared/modules/dynamic/factories/types/index.d.ts +1 -1
  22. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -1
  23. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -1
  24. package/dist/shared/modules/dynamic/types/index.d.ts +67 -3
  25. package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -1
  26. package/dist/shared/modules/dynamic/types/models.d.ts +4 -1
  27. package/dist/shared/modules/dynamic/types/models.d.ts.map +1 -1
  28. package/dist/tsconfig.tsbuildinfo +1 -1
  29. package/dist/ui/components/atoms/index.d.ts +0 -1
  30. package/dist/ui/components/atoms/index.d.ts.map +1 -1
  31. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts +40 -28
  32. package/dist/ui/components/atoms/vc-card/vc-card.stories.d.ts.map +1 -1
  33. package/dist/ui/components/atoms/vc-switch/vc-switch.stories.d.ts +6 -6
  34. package/dist/ui/components/molecules/index.d.ts +2 -0
  35. package/dist/ui/components/molecules/index.d.ts.map +1 -1
  36. package/dist/ui/components/{atoms → molecules}/vc-checkbox/index.d.ts +16 -16
  37. package/dist/ui/components/{atoms → molecules}/vc-checkbox/index.d.ts.map +1 -1
  38. package/dist/ui/components/{atoms → molecules}/vc-checkbox/vc-checkbox.stories.d.ts +160 -160
  39. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.stories.d.ts.map +1 -0
  40. package/dist/ui/components/molecules/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -0
  41. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts +40 -28
  42. package/dist/ui/components/molecules/vc-input/vc-input.stories.d.ts.map +1 -1
  43. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +10 -0
  44. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  45. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.stories.d.ts +28 -28
  46. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.stories.d.ts +63 -63
  47. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +9 -9
  48. package/dist/ui/components/molecules/vc-radio-button/index.d.ts +2 -0
  49. package/dist/ui/components/molecules/vc-radio-button/index.d.ts.map +1 -0
  50. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.stories.d.ts +687 -0
  51. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.stories.d.ts.map +1 -0
  52. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts +81 -0
  53. package/dist/ui/components/molecules/vc-radio-button/vc-radio-button.vue.d.ts.map +1 -0
  54. package/dist/ui/components/molecules/vc-select/vc-select.stories.d.ts +90 -90
  55. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +9 -9
  56. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  57. package/dist/ui/components/molecules/vc-textarea/vc-textarea.stories.d.ts +168 -168
  58. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +1 -0
  59. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
  60. package/dist/ui/components/organisms/vc-blade/vc-blade.stories.d.ts +4 -4
  61. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +1 -1
  62. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  63. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  64. package/dist/ui/components/organisms/vc-gallery/vc-gallery.stories.d.ts +6 -6
  65. package/dist/ui/components/organisms/vc-login-form/index.d.ts +1 -72
  66. package/dist/ui/components/organisms/vc-login-form/index.d.ts.map +1 -1
  67. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +4 -2
  68. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -1
  69. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +3 -0
  70. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
  71. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
  72. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  73. package/package.json +5 -4
  74. package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +71 -42
  75. package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +9 -3
  76. package/shared/components/blade-navigation/types/index.ts +2 -0
  77. package/shared/modules/dynamic/components/FIELD_MAP.ts +2 -0
  78. package/shared/modules/dynamic/components/factories.ts +10 -0
  79. package/shared/modules/dynamic/components/fields/InputCurrency.ts +4 -1
  80. package/shared/modules/dynamic/components/fields/RadioButtonGroup.ts +82 -0
  81. package/shared/modules/dynamic/components/fields/storybook/Checkbox.stories.ts +1 -1
  82. package/shared/modules/dynamic/components/fields/storybook/RadioButtonGroup.stories.ts +224 -0
  83. package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +202 -33
  84. package/shared/modules/dynamic/factories/types/index.ts +1 -1
  85. package/shared/modules/dynamic/pages/dynamic-blade-form.vue +3 -3
  86. package/shared/modules/dynamic/pages/dynamic-blade-list.vue +1 -1
  87. package/shared/modules/dynamic/types/index.ts +72 -3
  88. package/shared/modules/dynamic/types/models.ts +5 -0
  89. package/ui/components/atoms/index.ts +0 -1
  90. package/ui/components/atoms/vc-label/vc-label.vue +1 -1
  91. package/ui/components/molecules/index.ts +2 -0
  92. package/ui/components/{atoms → molecules}/vc-checkbox/vc-checkbox.stories.ts +3 -3
  93. package/ui/components/molecules/vc-checkbox/vc-checkbox.vue +204 -0
  94. package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +1 -1
  95. package/ui/components/molecules/vc-input/vc-input.vue +122 -33
  96. package/ui/components/molecules/vc-radio-button/index.ts +1 -0
  97. package/ui/components/molecules/vc-radio-button/vc-radio-button.stories.ts +97 -0
  98. package/ui/components/molecules/vc-radio-button/vc-radio-button.vue +197 -0
  99. package/ui/components/molecules/vc-select/vc-select.vue +1 -1
  100. package/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue +42 -0
  101. package/ui/components/organisms/vc-blade/vc-blade.vue +4 -2
  102. package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +4 -4
  103. package/ui/components/organisms/vc-login-form/index.ts +1 -10
  104. package/ui/components/organisms/vc-login-form/vc-login-form.vue +20 -0
  105. package/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue +8 -0
  106. package/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue +16 -22
  107. package/ui/components/organisms/vc-table/vc-table.vue +23 -3
  108. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.stories.d.ts.map +0 -1
  109. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +0 -1
  110. package/ui/components/atoms/vc-checkbox/vc-checkbox.vue +0 -146
  111. /package/dist/ui/components/{atoms → molecules}/vc-checkbox/vc-checkbox.vue.d.ts +0 -0
  112. /package/ui/components/{atoms → molecules}/vc-checkbox/index.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-checkbox.stories.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-checkbox/vc-checkbox.stories.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAQ,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,UAAU,EAAE,MAAM,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGhC,wBA6CoC;AAEpC,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,OAAO,UAAU,CAM9C,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAEvC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG1C,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG1C,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGvC,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGzC,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGvC,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAGtC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC;AAG3C,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAoB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-checkbox.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-checkbox/vc-checkbox.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,QAAQ,EAAmB,MAAM,KAAK,CAAC;AAGhD,MAAM,WAAW,KAAK;IACpB,UAAU,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC9B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACpD;;;;;;;;;;;;;;;;;;;;;;;;AA0MD,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"}
@@ -21,16 +21,10 @@ declare const _default: {
21
21
  modelValue: {
22
22
  type: import("vue").PropType<string | number | Date | null>;
23
23
  };
24
- required: {
25
- type: import("vue").PropType<boolean>;
26
- };
27
- errorMessage: {
28
- type: import("vue").PropType<string>;
29
- };
30
24
  tooltip: {
31
25
  type: import("vue").PropType<string>;
32
26
  };
33
- error: {
27
+ required: {
34
28
  type: import("vue").PropType<boolean>;
35
29
  };
36
30
  multilanguage: {
@@ -42,10 +36,16 @@ declare const _default: {
42
36
  placeholder: {
43
37
  type: import("vue").PropType<string>;
44
38
  };
39
+ errorMessage: {
40
+ type: import("vue").PropType<string>;
41
+ };
45
42
  maxlength: {
46
43
  type: import("vue").PropType<string | number>;
47
44
  default: string;
48
45
  };
46
+ error: {
47
+ type: import("vue").PropType<boolean>;
48
+ };
49
49
  step: {
50
50
  type: import("vue").PropType<string>;
51
51
  default: string;
@@ -71,6 +71,9 @@ declare const _default: {
71
71
  autofocus: {
72
72
  type: import("vue").PropType<boolean>;
73
73
  };
74
+ datePickerOptions: {
75
+ type: import("vue").PropType<import("@vuepic/vue-datepicker").VueDatePickerProps>;
76
+ };
74
77
  }>> & {
75
78
  "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
76
79
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -93,16 +96,10 @@ declare const _default: {
93
96
  modelValue: {
94
97
  type: import("vue").PropType<string | number | Date | null>;
95
98
  };
96
- required: {
97
- type: import("vue").PropType<boolean>;
98
- };
99
- errorMessage: {
100
- type: import("vue").PropType<string>;
101
- };
102
99
  tooltip: {
103
100
  type: import("vue").PropType<string>;
104
101
  };
105
- error: {
102
+ required: {
106
103
  type: import("vue").PropType<boolean>;
107
104
  };
108
105
  multilanguage: {
@@ -114,10 +111,16 @@ declare const _default: {
114
111
  placeholder: {
115
112
  type: import("vue").PropType<string>;
116
113
  };
114
+ errorMessage: {
115
+ type: import("vue").PropType<string>;
116
+ };
117
117
  maxlength: {
118
118
  type: import("vue").PropType<string | number>;
119
119
  default: string;
120
120
  };
121
+ error: {
122
+ type: import("vue").PropType<boolean>;
123
+ };
121
124
  step: {
122
125
  type: import("vue").PropType<string>;
123
126
  default: string;
@@ -143,6 +146,9 @@ declare const _default: {
143
146
  autofocus: {
144
147
  type: import("vue").PropType<boolean>;
145
148
  };
149
+ datePickerOptions: {
150
+ type: import("vue").PropType<import("@vuepic/vue-datepicker").VueDatePickerProps>;
151
+ };
146
152
  }>> & {
147
153
  "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
148
154
  }, {
@@ -175,16 +181,10 @@ declare const _default: {
175
181
  modelValue: {
176
182
  type: import("vue").PropType<string | number | Date | null>;
177
183
  };
178
- required: {
179
- type: import("vue").PropType<boolean>;
180
- };
181
- errorMessage: {
182
- type: import("vue").PropType<string>;
183
- };
184
184
  tooltip: {
185
185
  type: import("vue").PropType<string>;
186
186
  };
187
- error: {
187
+ required: {
188
188
  type: import("vue").PropType<boolean>;
189
189
  };
190
190
  multilanguage: {
@@ -196,10 +196,16 @@ declare const _default: {
196
196
  placeholder: {
197
197
  type: import("vue").PropType<string>;
198
198
  };
199
+ errorMessage: {
200
+ type: import("vue").PropType<string>;
201
+ };
199
202
  maxlength: {
200
203
  type: import("vue").PropType<string | number>;
201
204
  default: string;
202
205
  };
206
+ error: {
207
+ type: import("vue").PropType<boolean>;
208
+ };
203
209
  step: {
204
210
  type: import("vue").PropType<string>;
205
211
  default: string;
@@ -225,6 +231,9 @@ declare const _default: {
225
231
  autofocus: {
226
232
  type: import("vue").PropType<boolean>;
227
233
  };
234
+ datePickerOptions: {
235
+ type: import("vue").PropType<import("@vuepic/vue-datepicker").VueDatePickerProps>;
236
+ };
228
237
  }>> & {
229
238
  "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
230
239
  }, {}, {}, {}, {}, {
@@ -254,16 +263,10 @@ declare const _default: {
254
263
  modelValue: {
255
264
  type: import("vue").PropType<string | number | Date | null>;
256
265
  };
257
- required: {
258
- type: import("vue").PropType<boolean>;
259
- };
260
- errorMessage: {
261
- type: import("vue").PropType<string>;
262
- };
263
266
  tooltip: {
264
267
  type: import("vue").PropType<string>;
265
268
  };
266
- error: {
269
+ required: {
267
270
  type: import("vue").PropType<boolean>;
268
271
  };
269
272
  multilanguage: {
@@ -275,10 +278,16 @@ declare const _default: {
275
278
  placeholder: {
276
279
  type: import("vue").PropType<string>;
277
280
  };
281
+ errorMessage: {
282
+ type: import("vue").PropType<string>;
283
+ };
278
284
  maxlength: {
279
285
  type: import("vue").PropType<string | number>;
280
286
  default: string;
281
287
  };
288
+ error: {
289
+ type: import("vue").PropType<boolean>;
290
+ };
282
291
  step: {
283
292
  type: import("vue").PropType<string>;
284
293
  default: string;
@@ -304,6 +313,9 @@ declare const _default: {
304
313
  autofocus: {
305
314
  type: import("vue").PropType<boolean>;
306
315
  };
316
+ datePickerOptions: {
317
+ type: import("vue").PropType<import("@vuepic/vue-datepicker").VueDatePickerProps>;
318
+ };
307
319
  }>> & {
308
320
  "onUpdate:modelValue"?: ((value: string | number | Date | null | undefined) => any) | undefined;
309
321
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -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"}
@@ -1,3 +1,5 @@
1
+ import { VueDatePickerProps } from "@vuepic/vue-datepicker";
2
+ import "@vuepic/vue-datepicker/dist/main.css";
1
3
  export interface Props {
2
4
  /**
3
5
  * Model of the component; Use with a listener for 'update:model-value' event OR use v-model directive
@@ -86,6 +88,14 @@ export interface Props {
86
88
  * Input current language
87
89
  */
88
90
  currentLanguage?: string;
91
+ /**
92
+ * VueDatePicker options
93
+ *
94
+ * Used only when type is 'date' or 'datetime-local'
95
+ *
96
+ * @see https://vue3datepicker.com/
97
+ */
98
+ datePickerOptions?: VueDatePickerProps;
89
99
  }
90
100
  export interface Emits {
91
101
  /**
@@ -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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"}
@@ -20,21 +20,18 @@ declare const _default: {
20
20
  type: import("vue").PropType<number | null | undefined>;
21
21
  required: true;
22
22
  };
23
- required: {
24
- type: import("vue").PropType<boolean>;
25
- };
26
- errorMessage: {
27
- type: import("vue").PropType<string>;
28
- };
29
23
  tooltip: {
30
24
  type: import("vue").PropType<string>;
31
25
  };
32
- error: {
26
+ required: {
33
27
  type: import("vue").PropType<boolean>;
34
28
  };
35
29
  placeholder: {
36
30
  type: import("vue").PropType<string>;
37
31
  };
32
+ errorMessage: {
33
+ type: import("vue").PropType<string>;
34
+ };
38
35
  maxlength: {
39
36
  type: import("vue").PropType<string | number>;
40
37
  };
@@ -42,6 +39,9 @@ declare const _default: {
42
39
  type: import("vue").PropType<unknown[]>;
43
40
  required: true;
44
41
  };
42
+ error: {
43
+ type: import("vue").PropType<boolean>;
44
+ };
45
45
  hint: {
46
46
  type: import("vue").PropType<string>;
47
47
  };
@@ -99,21 +99,18 @@ declare const _default: {
99
99
  type: import("vue").PropType<number | null | undefined>;
100
100
  required: true;
101
101
  };
102
- required: {
103
- type: import("vue").PropType<boolean>;
104
- };
105
- errorMessage: {
106
- type: import("vue").PropType<string>;
107
- };
108
102
  tooltip: {
109
103
  type: import("vue").PropType<string>;
110
104
  };
111
- error: {
105
+ required: {
112
106
  type: import("vue").PropType<boolean>;
113
107
  };
114
108
  placeholder: {
115
109
  type: import("vue").PropType<string>;
116
110
  };
111
+ errorMessage: {
112
+ type: import("vue").PropType<string>;
113
+ };
117
114
  maxlength: {
118
115
  type: import("vue").PropType<string | number>;
119
116
  };
@@ -121,6 +118,9 @@ declare const _default: {
121
118
  type: import("vue").PropType<unknown[]>;
122
119
  required: true;
123
120
  };
121
+ error: {
122
+ type: import("vue").PropType<boolean>;
123
+ };
124
124
  hint: {
125
125
  type: import("vue").PropType<string>;
126
126
  };
@@ -184,21 +184,18 @@ declare const _default: {
184
184
  type: import("vue").PropType<number | null | undefined>;
185
185
  required: true;
186
186
  };
187
- required: {
188
- type: import("vue").PropType<boolean>;
189
- };
190
- errorMessage: {
191
- type: import("vue").PropType<string>;
192
- };
193
187
  tooltip: {
194
188
  type: import("vue").PropType<string>;
195
189
  };
196
- error: {
190
+ required: {
197
191
  type: import("vue").PropType<boolean>;
198
192
  };
199
193
  placeholder: {
200
194
  type: import("vue").PropType<string>;
201
195
  };
196
+ errorMessage: {
197
+ type: import("vue").PropType<string>;
198
+ };
202
199
  maxlength: {
203
200
  type: import("vue").PropType<string | number>;
204
201
  };
@@ -206,6 +203,9 @@ declare const _default: {
206
203
  type: import("vue").PropType<unknown[]>;
207
204
  required: true;
208
205
  };
206
+ error: {
207
+ type: import("vue").PropType<boolean>;
208
+ };
209
209
  hint: {
210
210
  type: import("vue").PropType<string>;
211
211
  };
@@ -266,21 +266,18 @@ declare const _default: {
266
266
  type: import("vue").PropType<number | null | undefined>;
267
267
  required: true;
268
268
  };
269
- required: {
270
- type: import("vue").PropType<boolean>;
271
- };
272
- errorMessage: {
273
- type: import("vue").PropType<string>;
274
- };
275
269
  tooltip: {
276
270
  type: import("vue").PropType<string>;
277
271
  };
278
- error: {
272
+ required: {
279
273
  type: import("vue").PropType<boolean>;
280
274
  };
281
275
  placeholder: {
282
276
  type: import("vue").PropType<string>;
283
277
  };
278
+ errorMessage: {
279
+ type: import("vue").PropType<string>;
280
+ };
284
281
  maxlength: {
285
282
  type: import("vue").PropType<string | number>;
286
283
  };
@@ -288,6 +285,9 @@ declare const _default: {
288
285
  type: import("vue").PropType<unknown[]>;
289
286
  required: true;
290
287
  };
288
+ error: {
289
+ type: import("vue").PropType<boolean>;
290
+ };
291
291
  hint: {
292
292
  type: import("vue").PropType<string>;
293
293
  };