@opengis/form 0.0.152 → 0.0.154

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 (77) hide show
  1. package/README.md +61 -61
  2. package/dist/api/suggest/suggestions_list.json +7 -7
  3. package/dist/index-B_Xh8KNs.js +11102 -0
  4. package/dist/index.css +1 -1
  5. package/dist/index.js +25 -26
  6. package/dist/index.umd.cjs +21 -21
  7. package/dist/src/components/form/vs-compact-form.vue.d.ts +1 -1
  8. package/dist/src/components/form/vs-compact-form.vue.d.ts.map +1 -1
  9. package/dist/src/components/inputs/address/vs-input-address.vue.d.ts +1 -1
  10. package/dist/src/components/inputs/array/vs-input-array.vue.d.ts +2 -2
  11. package/dist/src/components/inputs/array-select/vs-input-array-select.vue.d.ts +3 -3
  12. package/dist/src/components/inputs/base/vs-input-color.vue.d.ts +2 -2
  13. package/dist/src/components/inputs/base/vs-input-email.vue.d.ts +2 -2
  14. package/dist/src/components/inputs/base/vs-input-mask.vue.d.ts +2 -2
  15. package/dist/src/components/inputs/base/vs-input-number.vue.d.ts +2 -2
  16. package/dist/src/components/inputs/base/vs-input-password.vue.d.ts +2 -2
  17. package/dist/src/components/inputs/base/vs-input-range.vue.d.ts +2 -2
  18. package/dist/src/components/inputs/base/vs-input-range.vue.d.ts.map +1 -1
  19. package/dist/src/components/inputs/base/vs-input-switcher.vue.d.ts +3 -3
  20. package/dist/src/components/inputs/base/vs-input-tel.vue.d.ts +2 -2
  21. package/dist/src/components/inputs/base/vs-input-text.vue.d.ts +2 -2
  22. package/dist/src/components/inputs/base/vs-input-textarea.vue.d.ts +2 -2
  23. package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts +2 -2
  24. package/dist/src/components/inputs/date/datepicker/Datepicker.vue.d.ts.map +1 -1
  25. package/dist/src/components/inputs/date/vs-date-text.vue.d.ts +1 -1
  26. package/dist/src/components/inputs/date/vs-input-date.vue.d.ts +2 -2
  27. package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts +2 -2
  28. package/dist/src/components/inputs/date/vs-input-date1.vue.d.ts.map +1 -1
  29. package/dist/src/components/inputs/date/vs-input-date2.vue.d.ts +2 -2
  30. package/dist/src/components/inputs/date/vs-input-time.vue.d.ts +2 -2
  31. package/dist/src/components/inputs/index.d.ts +55 -145
  32. package/dist/src/components/inputs/index.d.ts.map +1 -1
  33. package/dist/src/components/inputs/list/vs-input-dataform.vue.d.ts +1 -1
  34. package/dist/src/components/inputs/map/vs-input-map.vue.d.ts +1 -1
  35. package/dist/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts +1 -1
  36. package/dist/src/components/inputs/options/checkbox/vs-checkbox-buttons.vue.d.ts.map +1 -1
  37. package/dist/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts +2 -2
  38. package/dist/src/components/inputs/options/checkbox/vs-checkbox-default.vue.d.ts.map +1 -1
  39. package/dist/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts +2 -2
  40. package/dist/src/components/inputs/options/checkbox/vs-input-checkbox-item.vue.d.ts.map +1 -1
  41. package/dist/src/components/inputs/options/radio/index.d.ts +2 -2
  42. package/dist/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts +1 -1
  43. package/dist/src/components/inputs/options/radio/vs-input-radio-buttons.vue.d.ts.map +1 -1
  44. package/dist/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts +1 -1
  45. package/dist/src/components/inputs/options/radio/vs-input-radio-default.vue.d.ts.map +1 -1
  46. package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts +2 -2
  47. package/dist/src/components/inputs/richtext/vs-input-richtext.vue.d.ts.map +1 -1
  48. package/dist/src/components/inputs/table/vs-input-datatable.vue.d.ts.map +1 -1
  49. package/dist/src/components/inputs/tag/vs-input-tag.vue.d.ts +2 -2
  50. package/dist/src/components/inputs/vs-input-container.vue.d.ts +2 -2
  51. package/dist/src/components/inputs/vs-input-select.vue.d.ts +4 -4
  52. package/dist/src/components/inputs/vs-input-text-array.vue.d.ts +2 -2
  53. package/dist/src/components/inputs/vs-input-text-array.vue.d.ts.map +1 -1
  54. package/dist/src/components/layouts/index.d.ts +9 -9
  55. package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts +2 -2
  56. package/dist/src/components/layouts/vs-compact-form-layout.vue.d.ts.map +1 -1
  57. package/dist/src/components/layouts/vs-layout-horizontal.vue.d.ts +3 -3
  58. package/dist/src/composables/useInputOptions.d.ts +2 -2
  59. package/dist/src/composables/useInputOptions.d.ts.map +1 -1
  60. package/dist/src/index.d.ts +0 -1
  61. package/dist/src/index.d.ts.map +1 -1
  62. package/dist/src/richtext/components/shared-components/vs-form-color-picker.vue.d.ts +4 -4
  63. package/dist/src/richtext/components/shared-components/vs-popover.vue.d.ts +2 -2
  64. package/dist/src/richtext/components/shared-components/vs-text.vue.d.ts +3 -3
  65. package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts +1 -1
  66. package/dist/src/richtext/components/vs-markdown-richtext.vue.d.ts.map +1 -1
  67. package/dist/src/schema.d.ts.map +1 -1
  68. package/dist/src/types/form.d.ts +3 -0
  69. package/dist/src/types/form.d.ts.map +1 -1
  70. package/dist/src/utils/convertForm.d.ts.map +1 -1
  71. package/dist/{vs-richtext-DnZ7dUDV.js → vs-richtext-Cp0nNddl.js} +8 -8
  72. package/locales/en.json +34 -34
  73. package/locales/uk.json +34 -34
  74. package/package.json +79 -79
  75. package/dist/index-CbYNss3z.js +0 -11258
  76. package/dist/src/components/inputs/vs-input-inline-select.vue.d.ts +0 -30
  77. package/dist/src/components/inputs/vs-input-inline-select.vue.d.ts.map +0 -1
@@ -38,9 +38,9 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {
38
38
  "onUpdate:values"?: ((value: Record<string, any> | undefined) => any) | undefined;
39
39
  "onHandle-submit"?: ((formValues: Record<string, any>) => any) | undefined;
40
40
  }>, {
41
- style: object;
42
41
  schema: ISchemaItem[] | any;
43
42
  disabled: boolean;
43
+ style: object;
44
44
  layout: string;
45
45
  formId: string;
46
46
  navigation: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"vs-compact-form.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/vs-compact-form.vue"],"names":[],"mappings":"AAwMA,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAQ3D,UAAU,SAAS;IACjB,MAAM,EAAE,WAAW,EAAE,GAAG,GAAG,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE;QACR,SAAS,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,KAAK,WAAW,GAAG,SAAS,CAAC;AAqI7B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;CAC1C,CAAC;;;;;;;;;;;;;;;;;;;;WAtJQ,MAAM;YADN,WAAW,EAAE,GAAG,GAAG;cAKhB,OAAO;YAFT,MAAM;YACN,MAAM;gBAEF,OAAO;cACT,MAAM;;AAkSnB,wBASG"}
1
+ {"version":3,"file":"vs-compact-form.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/form/vs-compact-form.vue"],"names":[],"mappings":"AAwMA,OAAO,KAAK,EAAE,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAQ3D,UAAU,SAAS;IACjB,MAAM,EAAE,WAAW,EAAE,GAAG,GAAG,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE;QACR,SAAS,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,KAAK,WAAW,GAAG,SAAS,CAAC;AAqI7B,KAAK,iBAAiB,GAAG,WAAW,GAAG;IACvC,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACjC,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;CAC1C,CAAC;;;;;;;;;;;;;;;;;;;;YAvJQ,WAAW,EAAE,GAAG,GAAG;cAKhB,OAAO;WAJV,MAAM;YAEL,MAAM;YACN,MAAM;gBAEF,OAAO;cACT,MAAM;;AAkSnB,wBASG"}
@@ -10,12 +10,12 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
10
10
  "onUpdate:modelValue"?: ((...args: unknown[]) => any) | undefined;
11
11
  "onUpdate:geom"?: ((geom: any) => any) | undefined;
12
12
  }>, {
13
+ disabled: boolean;
13
14
  api: string;
14
15
  style: Record<string, any>;
15
16
  geom: string;
16
17
  includes: string[];
17
18
  error: string | null;
18
- disabled: boolean;
19
19
  customClass: string;
20
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
21
  export default _default;
@@ -8,6 +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: (string | number | null)[]) => any) | undefined;
10
10
  }>, {
11
+ placeholder: string;
12
+ disabled: boolean;
11
13
  count: number;
12
14
  limit: number;
13
15
  mask: string;
@@ -16,8 +18,6 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
16
18
  isAdded: boolean;
17
19
  style: Record<string, any>;
18
20
  error: string | null;
19
- disabled: boolean;
20
- placeholder: string;
21
21
  customClass: string;
22
22
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
23
  export default _default;
@@ -19,16 +19,16 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
19
19
  "onUpdate:modelValue"?: ((value: (string | number)[]) => any) | undefined;
20
20
  "onValue-selected"?: ((payload: SelectedPayload) => any) | undefined;
21
21
  }>, {
22
+ placeholder: string;
23
+ disabled: boolean;
24
+ api: string;
22
25
  options: IOption[];
23
26
  data: string;
24
- api: string;
25
27
  prefix: string;
26
28
  host: string;
27
29
  search: boolean;
28
30
  maxHeight: number;
29
31
  start: 0 | 1;
30
- disabled: boolean;
31
- placeholder: string;
32
32
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
33
33
  export default _default;
34
34
  //# sourceMappingURL=vs-input-array-select.vue.d.ts.map
@@ -4,9 +4,9 @@ declare const _default: import("vue").DefineComponent<IInputProps, {}, {}, {}, {
4
4
  }, string, import("vue").PublicProps, Readonly<IInputProps> & Readonly<{
5
5
  "onUpdate:modelValue"?: ((v: string) => any) | undefined;
6
6
  }>, {
7
- style: Record<string, any>;
8
- disabled: boolean;
9
7
  placeholder: string;
8
+ disabled: boolean;
9
+ style: Record<string, any>;
10
10
  customClass: string;
11
11
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
12
  export default _default;
@@ -8,10 +8,10 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
8
8
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & 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
  export default _default;
@@ -8,11 +8,11 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
8
8
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
9
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
10
10
  }>, {
11
+ placeholder: string;
12
+ disabled: boolean;
11
13
  mask: string;
12
14
  unmask: boolean;
13
15
  style: Record<string, any>;
14
- disabled: boolean;
15
- placeholder: string;
16
16
  customClass: string;
17
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
18
  export default _default;
@@ -60,12 +60,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
60
60
  }>> & Readonly<{
61
61
  "onUpdate:modelValue"?: ((value: number) => any) | undefined;
62
62
  }>, {
63
+ placeholder: string;
64
+ disabled: boolean;
63
65
  min: number;
64
66
  max: number;
65
67
  step: string | number;
66
68
  style: Record<string, any>;
67
- disabled: boolean;
68
- placeholder: string;
69
69
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
70
70
  export default _default;
71
71
  //# sourceMappingURL=vs-input-number.vue.d.ts.map
@@ -8,10 +8,10 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
8
8
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & 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
  export default _default;
@@ -9,12 +9,12 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
9
9
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
10
  "onUpdate:modelValue"?: ((v: number) => any) | undefined;
11
11
  }>, {
12
+ placeholder: string;
13
+ disabled: boolean;
12
14
  min: number;
13
15
  max: number;
14
16
  step: number;
15
17
  style: Record<string, any>;
16
- disabled: boolean;
17
- placeholder: string;
18
18
  customClass: string;
19
19
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
20
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"vs-input-range.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/base/vs-input-range.vue"],"names":[],"mappings":"AAsFA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;;;;;SAHM,MAAM;SACN,MAAM;UACL,MAAM;;;;;;AAsIf,wBAQG"}
1
+ {"version":3,"file":"vs-input-range.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/base/vs-input-range.vue"],"names":[],"mappings":"AAsFA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;;;;;;;;SAHM,MAAM;SACN,MAAM;UACL,MAAM;;;;AAsIf,wBAQG"}
@@ -9,13 +9,13 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
9
9
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
10
10
  }>, {
11
11
  text: string;
12
- style: Record<string, any>;
13
12
  rules: (string | object)[];
14
- view: string;
15
13
  label: string;
14
+ disabled: boolean;
15
+ style: Record<string, any>;
16
+ view: string;
16
17
  i: string;
17
18
  error: string | null;
18
- disabled: boolean;
19
19
  customClass: string;
20
20
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
21
  export default _default;
@@ -8,10 +8,10 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
8
8
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & 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
  export default _default;
@@ -8,10 +8,10 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
8
8
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & 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
  export default _default;
@@ -8,9 +8,9 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
8
8
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
9
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
10
10
  }>, {
11
- style: Record<string, any>;
12
- disabled: boolean;
13
11
  placeholder: string;
12
+ disabled: boolean;
13
+ style: Record<string, any>;
14
14
  customClass: string;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  export default _default;
@@ -357,9 +357,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
357
357
  onOpened?: (() => any) | undefined;
358
358
  onClosed?: (() => any) | undefined;
359
359
  }>, {
360
- clearable: boolean;
361
- disabled: boolean;
362
360
  placeholder: string;
361
+ disabled: boolean;
362
+ clearable: boolean;
363
363
  weekdayFormat: string;
364
364
  weekStartsOn: 0 | 1 | 2 | 3 | 4 | 5 | 6;
365
365
  allowOutsideInterval: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"Datepicker.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/datepicker/Datepicker.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Datepicker.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/inputs/date/datepicker/Datepicker.vue"],"names":[],"mappings":"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"}
@@ -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: any) => any) | undefined;
10
10
  }>, {
11
- style: Record<string, any>;
12
11
  disabled: boolean;
12
+ style: Record<string, any>;
13
13
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
14
  export default _default;
15
15
  //# sourceMappingURL=vs-date-text.vue.d.ts.map
@@ -4,14 +4,14 @@ declare const _default: import("vue").DefineComponent<IInputDateProps, {}, {}, {
4
4
  }, string, import("vue").PublicProps, Readonly<IInputDateProps> & Readonly<{
5
5
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
6
6
  }>, {
7
+ placeholder: string;
8
+ disabled: boolean;
7
9
  style: Record<string, any>;
8
10
  clearable: boolean;
9
11
  now: boolean;
10
12
  editable: boolean;
11
13
  time: boolean;
12
14
  isInfinity: boolean;
13
- disabled: boolean;
14
- placeholder: string;
15
15
  modelValue: any;
16
16
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
17
  export default _default;
@@ -7,10 +7,10 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
7
7
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
8
8
  "onUpdate:modelValue"?: ((v: string | null) => any) | undefined;
9
9
  }>, {
10
+ placeholder: string;
11
+ disabled: boolean;
10
12
  style: Record<string, any>;
11
13
  mode: "datetime" | "month" | "week" | "time" | "date";
12
- disabled: boolean;
13
- placeholder: string;
14
14
  customClass: string;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"vs-input-date1.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/date/vs-input-date1.vue"],"names":[],"mappings":"AAgEA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,IAAI,CAAC,EAAE,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;CACvD,CAAC;;;;;;;UADO,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM;;;;;AAoGxD,wBAQG"}
1
+ {"version":3,"file":"vs-input-date1.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/inputs/date/vs-input-date1.vue"],"names":[],"mappings":"AAgEA,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAElD,KAAK,WAAW,GAAG,WAAW,GAAG;IAC/B,IAAI,CAAC,EAAE,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,CAAA;CACvD,CAAC;;;;;;;;;UADO,UAAU,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM;;;AAoGxD,wBAQG"}
@@ -4,13 +4,13 @@ declare const _default: import("vue").DefineComponent<IInputDateProps, {}, {}, {
4
4
  }, string, import("vue").PublicProps, Readonly<IInputDateProps> & Readonly<{
5
5
  "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
6
6
  }>, {
7
+ placeholder: string;
8
+ disabled: boolean;
7
9
  style: Record<string, any>;
8
10
  clearable: boolean;
9
11
  editable: boolean;
10
12
  mode: "datetime" | "month" | "week" | "time" | "date" | "year";
11
13
  error: string | null;
12
- disabled: boolean;
13
- placeholder: string;
14
14
  customClass: string;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  export default _default;
@@ -8,9 +8,9 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
8
8
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
9
9
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
10
10
  }>, {
11
- style: Record<string, any>;
12
- disabled: boolean;
13
11
  placeholder: string;
12
+ disabled: boolean;
13
+ style: Record<string, any>;
14
14
  customClass: string;
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  export default _default;