@opengis/form 0.0.153 → 0.0.155

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 (67) hide show
  1. package/dist/{index-COzdgpYA.js → index-_7bsXqQK.js} +4481 -4199
  2. package/dist/index.js +26 -25
  3. package/dist/index.umd.cjs +22 -22
  4. package/dist/src/components/form/vs-compact-form.vue.d.ts +1 -1
  5. package/dist/src/components/form/vs-compact-form.vue.d.ts.map +1 -1
  6. package/dist/src/components/inputs/address/vs-input-address.vue.d.ts +1 -1
  7. package/dist/src/components/inputs/array/vs-input-array.vue.d.ts +2 -2
  8. package/dist/src/components/inputs/array-select/vs-input-array-select.vue.d.ts +3 -3
  9. package/dist/src/components/inputs/base/vs-input-color.vue.d.ts +2 -2
  10. package/dist/src/components/inputs/base/vs-input-email.vue.d.ts +2 -2
  11. package/dist/src/components/inputs/base/vs-input-mask.vue.d.ts +2 -2
  12. package/dist/src/components/inputs/base/vs-input-number.vue.d.ts +2 -2
  13. package/dist/src/components/inputs/base/vs-input-password.vue.d.ts +2 -2
  14. package/dist/src/components/inputs/base/vs-input-range.vue.d.ts +2 -2
  15. package/dist/src/components/inputs/base/vs-input-range.vue.d.ts.map +1 -1
  16. package/dist/src/components/inputs/base/vs-input-switcher.vue.d.ts +3 -3
  17. package/dist/src/components/inputs/base/vs-input-tel.vue.d.ts +2 -2
  18. package/dist/src/components/inputs/base/vs-input-text.vue.d.ts +2 -2
  19. package/dist/src/components/inputs/base/vs-input-textarea.vue.d.ts +2 -2
  20. package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts +2 -2
  21. package/dist/src/components/inputs/date/vs-date-text.vue.d.ts +1 -1
  22. package/dist/src/components/inputs/date/vs-input-date.vue.d.ts +2 -2
  23. package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts +2 -2
  24. package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -1
  25. package/dist/src/components/inputs/date/vs-input-date2.vue.d.ts +2 -2
  26. package/dist/src/components/inputs/date/vs-input-time.vue.d.ts +2 -2
  27. package/dist/src/components/inputs/index.d.ts +144 -54
  28. package/dist/src/components/inputs/index.d.ts.map +1 -1
  29. package/dist/src/components/inputs/list/vs-input-dataform.vue.d.ts +1 -1
  30. package/dist/src/components/inputs/map/vs-input-map.vue.d.ts +1 -1
  31. package/dist/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +1 -1
  32. package/dist/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -1
  33. package/dist/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +2 -2
  34. package/dist/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -1
  35. package/dist/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +2 -2
  36. package/dist/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -1
  37. package/dist/src/components/inputs/options/radio/index.d.ts +2 -2
  38. package/dist/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +1 -1
  39. package/dist/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -1
  40. package/dist/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts +1 -1
  41. package/dist/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -1
  42. package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts +2 -2
  43. package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts.map +1 -1
  44. package/dist/src/components/inputs/tag/vs-input-tag.vue.d.ts +2 -2
  45. package/dist/src/components/inputs/vs-input-container.vue.d.ts +2 -2
  46. package/dist/src/components/inputs/vs-input-inline-select.vue.d.ts +30 -0
  47. package/dist/src/components/inputs/vs-input-inline-select.vue.d.ts.map +1 -0
  48. package/dist/src/components/inputs/vs-input-select.vue.d.ts +4 -4
  49. package/dist/src/components/inputs/vs-input-text-array.vue.d.ts +2 -2
  50. package/dist/src/components/inputs/vs-input-text-array.vue.d.ts.map +1 -1
  51. package/dist/src/components/layouts/index.d.ts +9 -9
  52. package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts +2 -2
  53. package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -1
  54. package/dist/src/components/layouts/vs-layout-horizontal.vue.d.ts +3 -3
  55. package/dist/src/index.d.ts +1 -0
  56. package/dist/src/index.d.ts.map +1 -1
  57. package/dist/src/richtext/components/shared-components/vs-form-color-picker.vue.d.ts +4 -4
  58. package/dist/src/richtext/components/shared-components/vs-popover.vue.d.ts +2 -2
  59. package/dist/src/richtext/components/shared-components/vs-text.vue.d.ts +3 -3
  60. package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts +1 -1
  61. package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts.map +1 -1
  62. package/dist/src/schema.d.ts.map +1 -1
  63. package/dist/src/types/form.d.ts +3 -0
  64. package/dist/src/types/form.d.ts.map +1 -1
  65. package/dist/src/utils/convertForm.d.ts.map +1 -1
  66. package/dist/{vs-richtext-BJZllwDF.js → vs-richtext-B0sui0px.js} +1 -1
  67. package/package.json +1 -1
@@ -8,10 +8,10 @@ declare const _default: {
8
8
  }> & Readonly<{
9
9
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
10
10
  }>, {
11
+ placeholder: string;
12
+ disabled: boolean;
11
13
  style: Record<string, any>;
12
14
  error: string | null;
13
- disabled: boolean;
14
- placeholder: string;
15
15
  customClass: string;
16
16
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
17
  VsInputRadio: import("vue").DefineComponent<import("../../types/form.js").IInputRadioProps & {
@@ -26,6 +26,36 @@ declare const _default: {
26
26
  view: string;
27
27
  position: string;
28
28
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
+ VsInputInlineSelect: import("vue").DefineComponent<import("../../types/form.js").IInputSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
30
+ change: (value: string | number | null) => any;
31
+ "update:modelValue": (value: string | number | null) => any;
32
+ "value-selected": (payload: {
33
+ name?: string;
34
+ value: number | string | null;
35
+ option: import("../../types/form.js").IOption | null;
36
+ }) => any;
37
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputSelectProps> & Readonly<{
38
+ onChange?: ((value: string | number | null) => any) | undefined;
39
+ "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
40
+ "onValue-selected"?: ((payload: {
41
+ name?: string;
42
+ value: number | string | null;
43
+ option: import("../../types/form.js").IOption | null;
44
+ }) => any) | undefined;
45
+ }>, {
46
+ placeholder: string;
47
+ disabled: boolean;
48
+ api: string;
49
+ options: import("../../types/form.js").IOption[];
50
+ data: string;
51
+ prefix: string;
52
+ host: string;
53
+ start: 0 | 1;
54
+ style: Record<string, any>;
55
+ error: string | null;
56
+ teleport: string;
57
+ customClass: string;
58
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
59
  'vs-input-text': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
30
60
  modelValue?: string;
31
61
  }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -35,10 +65,10 @@ declare const _default: {
35
65
  }> & Readonly<{
36
66
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
37
67
  }>, {
68
+ placeholder: string;
69
+ disabled: boolean;
38
70
  style: Record<string, any>;
39
71
  error: string | null;
40
- disabled: boolean;
41
- placeholder: string;
42
72
  customClass: string;
43
73
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
44
74
  'vs-input-password': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
@@ -50,10 +80,10 @@ declare const _default: {
50
80
  }> & Readonly<{
51
81
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
52
82
  }>, {
83
+ placeholder: string;
84
+ disabled: boolean;
53
85
  style: Record<string, any>;
54
86
  error: string | null;
55
- disabled: boolean;
56
- placeholder: string;
57
87
  customClass: string;
58
88
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
59
89
  'vs-input-textarea': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
@@ -65,9 +95,9 @@ declare const _default: {
65
95
  }> & Readonly<{
66
96
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
67
97
  }>, {
68
- style: Record<string, any>;
69
- disabled: boolean;
70
98
  placeholder: string;
99
+ disabled: boolean;
100
+ style: Record<string, any>;
71
101
  customClass: string;
72
102
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
73
103
  'vs-input-richtext': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
@@ -85,10 +115,10 @@ declare const _default: {
85
115
  }> & Readonly<{
86
116
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
87
117
  }>, {
118
+ placeholder: string;
119
+ disabled: boolean;
88
120
  style: Record<string, any>;
89
121
  format: "html" | "md";
90
- disabled: boolean;
91
- placeholder: string;
92
122
  customClass: string;
93
123
  richtextProps: Record<string, any>;
94
124
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -101,11 +131,11 @@ declare const _default: {
101
131
  }> & Readonly<{
102
132
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
103
133
  }>, {
134
+ placeholder: string;
135
+ disabled: boolean;
104
136
  mask: string;
105
137
  unmask: boolean;
106
138
  style: Record<string, any>;
107
- disabled: boolean;
108
- placeholder: string;
109
139
  customClass: string;
110
140
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
111
141
  'vs-input-number': import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -169,12 +199,12 @@ declare const _default: {
169
199
  }>> & Readonly<{
170
200
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
171
201
  }>, {
202
+ placeholder: string;
203
+ disabled: boolean;
172
204
  min: number;
173
205
  max: number;
174
206
  step: string | number;
175
207
  style: Record<string, any>;
176
- disabled: boolean;
177
- placeholder: string;
178
208
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
179
209
  'vs-input-radio': import("vue").DefineComponent<import("../../types/form.js").IInputRadioProps & {
180
210
  modelValue?: string;
@@ -205,21 +235,81 @@ declare const _default: {
205
235
  option: import("../../types/form.js").IOption | null;
206
236
  }) => any) | undefined;
207
237
  }>, {
238
+ placeholder: string;
239
+ multiple: boolean;
240
+ disabled: boolean;
241
+ api: string;
208
242
  options: import("../../types/form.js").IOption[];
209
243
  data: string;
210
- api: string;
211
244
  prefix: string;
212
245
  host: string;
213
246
  search: boolean;
214
247
  maxHeight: number;
215
248
  start: 0 | 1;
216
249
  style: Record<string, any>;
217
- multiple: boolean;
218
250
  error: string | null;
219
251
  teleport: string;
252
+ auto: 0 | 1;
253
+ customClass: string;
254
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
255
+ 'vs-input-inline-select': import("vue").DefineComponent<import("../../types/form.js").IInputSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
256
+ change: (value: string | number | null) => any;
257
+ "update:modelValue": (value: string | number | null) => any;
258
+ "value-selected": (payload: {
259
+ name?: string;
260
+ value: number | string | null;
261
+ option: import("../../types/form.js").IOption | null;
262
+ }) => any;
263
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputSelectProps> & Readonly<{
264
+ onChange?: ((value: string | number | null) => any) | undefined;
265
+ "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
266
+ "onValue-selected"?: ((payload: {
267
+ name?: string;
268
+ value: number | string | null;
269
+ option: import("../../types/form.js").IOption | null;
270
+ }) => any) | undefined;
271
+ }>, {
272
+ placeholder: string;
220
273
  disabled: boolean;
274
+ api: string;
275
+ options: import("../../types/form.js").IOption[];
276
+ data: string;
277
+ prefix: string;
278
+ host: string;
279
+ start: 0 | 1;
280
+ style: Record<string, any>;
281
+ error: string | null;
282
+ teleport: string;
283
+ customClass: string;
284
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
285
+ 'inline-select': import("vue").DefineComponent<import("../../types/form.js").IInputSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
286
+ change: (value: string | number | null) => any;
287
+ "update:modelValue": (value: string | number | null) => any;
288
+ "value-selected": (payload: {
289
+ name?: string;
290
+ value: number | string | null;
291
+ option: import("../../types/form.js").IOption | null;
292
+ }) => any;
293
+ }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputSelectProps> & Readonly<{
294
+ onChange?: ((value: string | number | null) => any) | undefined;
295
+ "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
296
+ "onValue-selected"?: ((payload: {
297
+ name?: string;
298
+ value: number | string | null;
299
+ option: import("../../types/form.js").IOption | null;
300
+ }) => any) | undefined;
301
+ }>, {
221
302
  placeholder: string;
222
- auto: 0 | 1;
303
+ disabled: boolean;
304
+ api: string;
305
+ options: import("../../types/form.js").IOption[];
306
+ data: string;
307
+ prefix: string;
308
+ host: string;
309
+ start: 0 | 1;
310
+ style: Record<string, any>;
311
+ error: string | null;
312
+ teleport: string;
223
313
  customClass: string;
224
314
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
225
315
  'vs-input-switcher': import("vue").DefineComponent<import("../../types/form.js").IInputSwitchProps & {
@@ -232,13 +322,13 @@ declare const _default: {
232
322
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
233
323
  }>, {
234
324
  text: string;
235
- style: Record<string, any>;
236
325
  rules: (string | object)[];
237
- view: string;
238
326
  label: string;
327
+ disabled: boolean;
328
+ style: Record<string, any>;
329
+ view: string;
239
330
  i: string;
240
331
  error: string | null;
241
- disabled: boolean;
242
332
  customClass: string;
243
333
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
244
334
  'vs-input-static': import("vue").DefineComponent<import("../../types/form.js").IInputStaticProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputStaticProps> & Readonly<{}>, {
@@ -289,11 +379,11 @@ declare const _default: {
289
379
  default: () => never[];
290
380
  };
291
381
  }>> & Readonly<{}>, {
382
+ name: string;
383
+ schema: import("../../types/form.js").ISchemaItem[];
292
384
  title: string;
293
385
  style: Record<string, any>;
294
386
  view: string;
295
- schema: import("../../types/form.js").ISchemaItem[];
296
- name: string;
297
387
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
298
388
  'vs-input-date': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
299
389
  mode?: "datetime" | "month" | "week" | "time" | "date";
@@ -304,10 +394,10 @@ declare const _default: {
304
394
  }> & Readonly<{
305
395
  "onUpdate:modelValue"?: ((v: string | null) => any) | undefined;
306
396
  }>, {
397
+ placeholder: string;
398
+ disabled: boolean;
307
399
  style: Record<string, any>;
308
400
  mode: "datetime" | "month" | "week" | "time" | "date";
309
- disabled: boolean;
310
- placeholder: string;
311
401
  customClass: string;
312
402
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
313
403
  'vs-input-checkbox': import("vue").DefineComponent<import("../../types/form.js").IInputCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -456,10 +546,10 @@ declare const _default: {
456
546
  }> & Readonly<{
457
547
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
458
548
  }>, {
549
+ placeholder: string;
550
+ disabled: boolean;
459
551
  style: Record<string, any>;
460
552
  error: string | null;
461
- disabled: boolean;
462
- placeholder: string;
463
553
  customClass: string;
464
554
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
465
555
  'vs-input-tel': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
@@ -471,10 +561,10 @@ declare const _default: {
471
561
  }> & Readonly<{
472
562
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
473
563
  }>, {
564
+ placeholder: string;
565
+ disabled: boolean;
474
566
  style: Record<string, any>;
475
567
  error: string | null;
476
- disabled: boolean;
477
- placeholder: string;
478
568
  customClass: string;
479
569
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
480
570
  'vs-input-datatable': {
@@ -531,9 +621,9 @@ declare const _default: {
531
621
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
532
622
  onValueSelected?: ((...args: any[]) => any) | undefined;
533
623
  }>, {
624
+ multiple: boolean;
534
625
  prefix: string;
535
626
  multi: boolean;
536
- multiple: boolean;
537
627
  handleZoom: boolean;
538
628
  ctrlZoom: boolean;
539
629
  geomType: string[];
@@ -561,10 +651,10 @@ declare const _default: {
561
651
  }> & Readonly<{
562
652
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
563
653
  }>, {
654
+ placeholder: string;
655
+ disabled: boolean;
564
656
  style: Record<string, any>;
565
657
  unique: boolean;
566
- disabled: boolean;
567
- placeholder: string;
568
658
  customClass: string;
569
659
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
570
660
  'vs-input-slug': import("vue").DefineComponent<{
@@ -629,11 +719,11 @@ declare const _default: {
629
719
  }> & Readonly<{
630
720
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
631
721
  }>, {
722
+ placeholder: string;
723
+ disabled: boolean;
632
724
  mask: string;
633
725
  inputType: string;
634
726
  addButtonText: string;
635
- disabled: boolean;
636
- placeholder: string;
637
727
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
638
728
  'vs-input-range': import("vue").DefineComponent<import("../../types/form.js").IInputProps & {
639
729
  min?: number;
@@ -648,12 +738,12 @@ declare const _default: {
648
738
  }> & Readonly<{
649
739
  "onUpdate:modelValue"?: ((v: number) => any) | undefined;
650
740
  }>, {
741
+ placeholder: string;
742
+ disabled: boolean;
651
743
  min: number;
652
744
  max: number;
653
745
  step: number;
654
746
  style: Record<string, any>;
655
- disabled: boolean;
656
- placeholder: string;
657
747
  customClass: string;
658
748
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
659
749
  'vs-input-color': import("vue").DefineComponent<import("../../types/form.js").IInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
@@ -661,9 +751,9 @@ declare const _default: {
661
751
  }, string, import("vue").PublicProps, Readonly<import("../../types/form.js").IInputProps> & Readonly<{
662
752
  "onUpdate:modelValue"?: ((v: string) => any) | undefined;
663
753
  }>, {
664
- style: Record<string, any>;
665
- disabled: boolean;
666
754
  placeholder: string;
755
+ disabled: boolean;
756
+ style: Record<string, any>;
667
757
  customClass: string;
668
758
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
669
759
  'vs-input-native-select': import("vue").DefineComponent<import("../../types/form.js").IInputSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
@@ -683,20 +773,20 @@ declare const _default: {
683
773
  option: import("../../types/form.js").IOption | null;
684
774
  }) => any) | undefined;
685
775
  }>, {
776
+ placeholder: string;
777
+ multiple: boolean;
778
+ disabled: boolean;
779
+ api: string;
686
780
  options: import("../../types/form.js").IOption[];
687
781
  data: string;
688
- api: string;
689
782
  prefix: string;
690
783
  host: string;
691
784
  search: boolean;
692
785
  maxHeight: number;
693
786
  start: 0 | 1;
694
787
  style: Record<string, any>;
695
- multiple: boolean;
696
788
  error: string | null;
697
789
  teleport: string;
698
- disabled: boolean;
699
- placeholder: string;
700
790
  auto: 0 | 1;
701
791
  customClass: string;
702
792
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -723,16 +813,16 @@ declare const _default: {
723
813
  option: import("../../types/form.js").IOption | null;
724
814
  }) => any) | undefined;
725
815
  }>, {
816
+ placeholder: string;
817
+ disabled: boolean;
818
+ api: string;
726
819
  options: import("../../types/form.js").IOption[];
727
820
  data: string;
728
- api: string;
729
821
  prefix: string;
730
822
  host: string;
731
823
  search: boolean;
732
824
  maxHeight: number;
733
825
  start: 0 | 1;
734
- disabled: boolean;
735
- placeholder: string;
736
826
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
737
827
  'vs-input-array': import("vue").DefineComponent<import("../../types/form.js").IInputArrayProps & {
738
828
  modelValue?: (string | number | null)[];
@@ -743,6 +833,8 @@ declare const _default: {
743
833
  }> & Readonly<{
744
834
  "onUpdate:modelValue"?: ((value: (string | number | null)[]) => any) | undefined;
745
835
  }>, {
836
+ placeholder: string;
837
+ disabled: boolean;
746
838
  count: number;
747
839
  limit: number;
748
840
  mask: string;
@@ -751,8 +843,6 @@ declare const _default: {
751
843
  isAdded: boolean;
752
844
  style: Record<string, any>;
753
845
  error: string | null;
754
- disabled: boolean;
755
- placeholder: string;
756
846
  customClass: string;
757
847
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
758
848
  'vs-input-array-select': import("vue").DefineComponent<import("../../types/form.js").IInputArraySelectProps & {
@@ -778,16 +868,16 @@ declare const _default: {
778
868
  option: import("../../types/form.js").IOption | null;
779
869
  }) => any) | undefined;
780
870
  }>, {
871
+ placeholder: string;
872
+ disabled: boolean;
873
+ api: string;
781
874
  options: import("../../types/form.js").IOption[];
782
875
  data: string;
783
- api: string;
784
876
  prefix: string;
785
877
  host: string;
786
878
  search: boolean;
787
879
  maxHeight: number;
788
880
  start: 0 | 1;
789
- disabled: boolean;
790
- placeholder: string;
791
881
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
792
882
  'array-select': import("vue").DefineComponent<import("../../types/form.js").IInputArraySelectProps & {
793
883
  modelValue?: Array<string | number>;
@@ -812,16 +902,16 @@ declare const _default: {
812
902
  option: import("../../types/form.js").IOption | null;
813
903
  }) => any) | undefined;
814
904
  }>, {
905
+ placeholder: string;
906
+ disabled: boolean;
907
+ api: string;
815
908
  options: import("../../types/form.js").IOption[];
816
909
  data: string;
817
- api: string;
818
910
  prefix: string;
819
911
  host: string;
820
912
  search: boolean;
821
913
  maxHeight: number;
822
914
  start: 0 | 1;
823
- disabled: boolean;
824
- placeholder: string;
825
915
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
826
916
  'vs-input-address': import("vue").DefineComponent<import("../../types/form.js").IInputAddressProps & {
827
917
  modelValue?: string;
@@ -834,12 +924,12 @@ declare const _default: {
834
924
  "onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
835
925
  "onUpdate:geom"?: ((geom: any) => any) | undefined;
836
926
  }>, {
927
+ disabled: boolean;
837
928
  api: string;
838
929
  style: Record<string, any>;
839
930
  geom: string;
840
931
  includes: string[];
841
932
  error: string | null;
842
- disabled: boolean;
843
933
  customClass: string;
844
934
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
845
935
  'vs-input-datalist': import("vue").DefineComponent<import("../../types/form.js").IInputDataListProps & {
@@ -866,8 +956,8 @@ declare const _default: {
866
956
  }> & Readonly<{
867
957
  "onUpdate:modelValue"?: ((value: Record<string, any>[]) => any) | undefined;
868
958
  }>, {
869
- view: "default" | "accordion";
870
959
  schema: import("../../types/form.js").ISchemaItem[];
960
+ view: "default" | "accordion";
871
961
  minGroups: number;
872
962
  maxGroups: number;
873
963
  addButtonText: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuCA,wBA0CE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwCA,wBA6CE"}
@@ -8,8 +8,8 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
8
8
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
9
  "onUpdate:modelValue"?: ((value: Record<string, any>[]) => any) | undefined;
10
10
  }>, {
11
- view: "default" | "accordion";
12
11
  schema: ISchemaItem[];
12
+ view: "default" | "accordion";
13
13
  minGroups: number;
14
14
  maxGroups: number;
15
15
  addButtonText: string;
@@ -6,9 +6,9 @@ declare const _default: import("vue").DefineComponent<IInputMapProps, {}, {}, {}
6
6
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
7
7
  onValueSelected?: ((...args: any[]) => any) | undefined;
8
8
  }>, {
9
+ multiple: boolean;
9
10
  prefix: string;
10
11
  multi: boolean;
11
- multiple: boolean;
12
12
  handleZoom: boolean;
13
13
  ctrlZoom: boolean;
14
14
  geomType: string[];
@@ -20,8 +20,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
20
20
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
21
21
  "onUpdate:modelValue"?: ((value: ModelState) => any) | undefined;
22
22
  }>, {
23
- html: string;
24
23
  label: string | number;
24
+ html: string;
25
25
  modelValue: any;
26
26
  value: string | number | boolean;
27
27
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"vs-checkbox-buttons.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/checkbox/vs-checkbox-buttons.vue"],"names":[],"mappings":"AA8HE,KAAK,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;AAE3D,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC;AAkLD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA+B/C,QAAA,MAAM,eAAe;;;;;UA3NZ,MAAM;WADL,MAAM,GAAG,MAAM;gBAEV,GAAG;WAHR,MAAM,GAAG,MAAM,GAAG,OAAO;6EAqOjC,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"vs-checkbox-buttons.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/checkbox/vs-checkbox-buttons.vue"],"names":[],"mappings":"AA8HE,KAAK,UAAU,GAAG,MAAM,GAAG,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;AAE3D,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC;AAkLD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA+B/C,QAAA,MAAM,eAAe;;;;;WA5NX,MAAM,GAAG,MAAM;UAChB,MAAM;gBACA,GAAG;WAHR,MAAM,GAAG,MAAM,GAAG,OAAO;6EAqOjC,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -18,10 +18,10 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
18
18
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
19
19
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
20
20
  }>, {
21
- html: string;
22
21
  label: string | number;
23
- option: Record<string, any> | null;
24
22
  disabled: boolean;
23
+ html: string;
24
+ option: Record<string, any> | null;
25
25
  modelValue: any;
26
26
  value: string | number;
27
27
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"vs-checkbox-default.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/checkbox/vs-checkbox-default.vue"],"names":[],"mappings":"AAgHA,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,UAAU,EAAE,GAAG,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC;AAmMD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA+B/C,QAAA,MAAM,eAAe;;;;;UA3OZ,MAAM;WADN,MAAM,GAAG,MAAM;YAOb,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI;cALzB,OAAO;gBAEL,GAAG;WALR,MAAM,GAAG,MAAM;6EAqPtB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"vs-checkbox-default.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/checkbox/vs-checkbox-default.vue"],"names":[],"mappings":"AAgHA,UAAU,KAAK;IACb,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IACpB,UAAU,EAAE,GAAG,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC;AAmMD,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AA+B/C,QAAA,MAAM,eAAe;;;;;WA5OZ,MAAM,GAAG,MAAM;cAEZ,OAAO;UADV,MAAM;YAMJ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI;gBAHvB,GAAG;WALR,MAAM,GAAG,MAAM;6EAqPtB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -17,10 +17,10 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
17
17
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
18
18
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
19
19
  }>, {
20
- view: string;
21
20
  label: string | number;
22
- error: string;
23
21
  disabled: boolean;
22
+ view: string;
23
+ error: string;
24
24
  modelValue: boolean | (string | number)[] | undefined;
25
25
  value: string | number;
26
26
  labelHtml: string;
@@ -1 +1 @@
1
- {"version":3,"file":"vs-input-checkbox-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/checkbox/vs-input-checkbox-item.vue"],"names":[],"mappings":"AAwFA,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,GAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAE,MAAM,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC;IACtD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAA;IACX,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAA;IACnC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;;;;;;UARQ,MAAM;WAHL,MAAM,GAAE,MAAM;WAUd,MAAM;cARH,OAAO;gBAEN,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS;WAL7C,MAAM,GAAE,MAAM;eAEV,MAAM;;AA2IpB,wBAQG"}
1
+ {"version":3,"file":"vs-input-checkbox-item.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/checkbox/vs-input-checkbox-item.vue"],"names":[],"mappings":"AAwFA,UAAU,KAAK;IACb,KAAK,CAAC,EAAE,MAAM,GAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,GAAE,MAAM,CAAA;IACtB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC;IACtD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,GAAG,CAAA;IACX,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAA;IACnC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;;;;;;WAXS,MAAM,GAAE,MAAM;cAEX,OAAO;UACX,MAAM;WAOL,MAAM;gBANF,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC,EAAE,GAAG,SAAS;WAL7C,MAAM,GAAE,MAAM;eAEV,MAAM;;AA2IpB,wBAQG"}
@@ -18,9 +18,9 @@ declare const _default: {
18
18
  }> & Readonly<{
19
19
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
20
20
  }>, {
21
+ disabled: boolean;
21
22
  html: string;
22
23
  option: Record<string, any> | null;
23
- disabled: boolean;
24
24
  customClass: string;
25
25
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
26
  'vs-input-radio-buttons': import("vue").DefineComponent<import("../../../../types/form.js").IInputProps & {
@@ -42,9 +42,9 @@ declare const _default: {
42
42
  }> & Readonly<{
43
43
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
44
44
  }>, {
45
+ disabled: boolean;
45
46
  html: string;
46
47
  option: Record<string, any> | null;
47
- disabled: boolean;
48
48
  customClass: string;
49
49
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
50
50
  };
@@ -13,9 +13,9 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
13
13
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
14
14
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
15
15
  }>, {
16
+ disabled: boolean;
16
17
  html: string;
17
18
  option: Record<string, any> | null;
18
- disabled: boolean;
19
19
  customClass: string;
20
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
21
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"vs-input-radio-buttons.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/radio/vs-input-radio-buttons.vue"],"names":[],"mappings":"AA4EA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAO7D,KAAK,WAAW,GAAG,WAAW,GAAC;IAC7B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC,CAAC;AA4CF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;UAhDO,MAAM;YACJ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI;;;;AAiLrC,wBAQG"}
1
+ {"version":3,"file":"vs-input-radio-buttons.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/radio/vs-input-radio-buttons.vue"],"names":[],"mappings":"AA4EA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAO7D,KAAK,WAAW,GAAG,WAAW,GAAC;IAC7B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC,CAAC;AA4CF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;UAhDO,MAAM;YACJ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI;;;AAiLrC,wBAQG"}
@@ -13,9 +13,9 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
13
13
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
14
14
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
15
15
  }>, {
16
+ disabled: boolean;
16
17
  html: string;
17
18
  option: Record<string, any> | null;
18
- disabled: boolean;
19
19
  customClass: string;
20
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
21
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"vs-input-radio-default.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/radio/vs-input-radio-default.vue"],"names":[],"mappings":"AAkFA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAO7D,KAAK,WAAW,GAAG,WAAW,GAAE;IAC9B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC,CAAC;AA4CF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;UAhDO,MAAM;YACJ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI;;;;AAkMrC,wBAQG"}
1
+ {"version":3,"file":"vs-input-radio-default.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/options/radio/vs-input-radio-default.vue"],"names":[],"mappings":"AAkFA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAC;AAO7D,KAAK,WAAW,GAAG,WAAW,GAAE;IAC9B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC;CACrC,CAAC;AA4CF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;UAhDO,MAAM;YACJ,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI;;;AAkMrC,wBAQG"}
@@ -11,10 +11,10 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
11
11
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
12
12
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
13
13
  }>, {
14
+ placeholder: string;
15
+ disabled: boolean;
14
16
  style: Record<string, any>;
15
17
  format: "html" | "md";
16
- disabled: boolean;
17
- placeholder: string;
18
18
  customClass: string;
19
19
  richtextProps: Record<string, any>;
20
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"vs-input-richtext.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/richtext/vs-input-richtext.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAIvD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACrC,CAAC;AAuCF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;YA3CS,MAAM,GAAG,IAAI;;;;mBACN,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;AAkGrC,wBAQG"}
1
+ {"version":3,"file":"vs-input-richtext.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/richtext/vs-input-richtext.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAIvD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACrC,CAAC;AAuCF,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,UAAU,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;;;;;;;;;YA3CS,MAAM,GAAG,IAAI;;mBACN,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;AAkGrC,wBAQG"}
@@ -10,10 +10,10 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
10
10
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
11
11
  "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
12
12
  }>, {
13
+ placeholder: string;
14
+ disabled: boolean;
13
15
  style: Record<string, any>;
14
16
  unique: boolean;
15
- disabled: boolean;
16
- placeholder: string;
17
17
  customClass: string;
18
18
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
19
  export default _default;