@shwfed/config 2.1.0 → 2.1.1

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 (65) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/form/ai/fields-button.d.vue.ts +13 -0
  3. package/dist/runtime/components/form/ai/fields-button.vue +458 -0
  4. package/dist/runtime/components/form/ai/fields-button.vue.d.ts +13 -0
  5. package/dist/runtime/components/form/ai/fields-task.md +71 -0
  6. package/dist/runtime/components/form/config.d.vue.ts +1 -1
  7. package/dist/runtime/components/form/config.vue +4 -36
  8. package/dist/runtime/components/form/config.vue.d.ts +1 -1
  9. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.d.vue.ts +18 -18
  10. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +18 -18
  11. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.d.vue.ts +4 -4
  12. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.vue.d.ts +4 -4
  13. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.d.vue.ts +22 -22
  14. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +22 -22
  15. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.time/config.d.vue.ts +2 -2
  16. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.time/config.vue.d.ts +2 -2
  17. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/config.d.vue.ts +4 -4
  18. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/config.vue.d.ts +4 -4
  19. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/config.d.vue.ts +12 -12
  20. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/config.vue +87 -11
  21. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/config.vue.d.ts +12 -12
  22. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/runtime.vue +18 -6
  23. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/schema.d.ts +1 -1
  24. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/schema.js +11 -4
  25. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/config.d.vue.ts +10 -10
  26. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/config.vue.d.ts +10 -10
  27. package/dist/runtime/components/form/fields/2026-05-12/com.shwfed.form.field.upload/config.d.vue.ts +12 -12
  28. package/dist/runtime/components/form/fields/2026-05-12/com.shwfed.form.field.upload/config.vue.d.ts +12 -12
  29. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/config.d.vue.ts +2 -2
  30. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/config.vue +15 -0
  31. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/config.vue.d.ts +2 -2
  32. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/row.d.vue.ts +1 -0
  33. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/row.vue +13 -4
  34. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/row.vue.d.ts +1 -0
  35. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/runtime.vue +1 -0
  36. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/schema.d.ts +1 -1
  37. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/schema.js +5 -1
  38. package/dist/runtime/components/form/index.vue +5 -4
  39. package/dist/runtime/components/form/unit-config.d.vue.ts +16 -0
  40. package/dist/runtime/components/form/unit-config.vue +30 -3
  41. package/dist/runtime/components/form/unit-config.vue.d.ts +16 -0
  42. package/dist/runtime/components/form/utils/cel-scope.d.ts +13 -0
  43. package/dist/runtime/components/form/utils/cel-scope.js +32 -0
  44. package/dist/runtime/components/form/utils/schema-meta.d.ts +13 -0
  45. package/dist/runtime/components/form/utils/schema-meta.js +15 -0
  46. package/dist/runtime/components/table/ai/columns-task.md +10 -1
  47. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.markdown/config.vue +2 -2
  48. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.markdown/runtime.vue +14 -4
  49. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.markdown/schema.js +3 -2
  50. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.text/config.vue +2 -2
  51. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.text/runtime.vue +14 -4
  52. package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.text/schema.js +3 -2
  53. package/dist/runtime/components/table/utils/shared.d.ts +2 -1
  54. package/dist/runtime/components/ui/date-range-picker/DateRangePickerDateTimePanel.d.vue.ts +1 -1
  55. package/dist/runtime/components/ui/date-range-picker/DateRangePickerDateTimePanel.vue.d.ts +1 -1
  56. package/dist/runtime/components/ui/date-range-picker/DateRangePickerTimeInput.d.vue.ts +1 -1
  57. package/dist/runtime/components/ui/date-range-picker/DateRangePickerTimeInput.vue.d.ts +1 -1
  58. package/dist/runtime/share/expression.d.ts +1 -2
  59. package/dist/runtime/share/slot-renderer.vue +7 -6
  60. package/dist/runtime/vendor/cel-js/CLAUDE.md +1 -1
  61. package/dist/runtime/vendor/cel-js/PROMPT.md +6 -1
  62. package/dist/runtime/vendor/cel-js/lib/http-builder.d.ts +3 -2
  63. package/dist/runtime/vendor/cel-js/lib/http-builtins.d.ts +4 -3
  64. package/dist/runtime/vendor/cel-js/lib/http-builtins.js +4 -0
  65. package/package.json +1 -1
@@ -26,15 +26,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
26
26
  readonly compatibilityDate: "2026-04-27";
27
27
  readonly orientation?: "vertical" | "floating" | undefined;
28
28
  readonly readonly?: string | undefined;
29
- readonly binding?: string | readonly [string, string] | undefined;
30
- readonly derived?: {
31
- readonly mode: "formula" | "prefill";
32
- readonly expression: string;
33
- } | undefined;
34
- readonly format?: string | undefined;
35
- readonly numberOfMonths?: number | undefined;
36
- readonly valueFormat?: string | undefined;
37
- readonly rangeSeparatorIcon?: string | undefined;
38
29
  readonly startPlaceholder?: readonly [{
39
30
  readonly locale: "zh";
40
31
  readonly message: string;
@@ -49,6 +40,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
49
40
  readonly locale: "en" | "ja" | "ko";
50
41
  readonly message: string;
51
42
  }[]] | undefined;
43
+ readonly binding?: string | readonly [string, string] | undefined;
44
+ readonly derived?: {
45
+ readonly mode: "formula" | "prefill";
46
+ readonly expression: string;
47
+ } | undefined;
48
+ readonly format?: string | undefined;
49
+ readonly valueFormat?: string | undefined;
52
50
  readonly presets?: readonly {
53
51
  readonly label: readonly [{
54
52
  readonly locale: "zh";
@@ -61,6 +59,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
61
59
  readonly end: string;
62
60
  readonly start: string;
63
61
  }[] | undefined;
62
+ readonly rangeSeparatorIcon?: string | undefined;
63
+ readonly numberOfMonths?: number | undefined;
64
64
  }) => any;
65
65
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
66
66
  "onUpdate:modelValue"?: ((value: {
@@ -86,15 +86,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
86
86
  readonly compatibilityDate: "2026-04-27";
87
87
  readonly orientation?: "vertical" | "floating" | undefined;
88
88
  readonly readonly?: string | undefined;
89
- readonly binding?: string | readonly [string, string] | undefined;
90
- readonly derived?: {
91
- readonly mode: "formula" | "prefill";
92
- readonly expression: string;
93
- } | undefined;
94
- readonly format?: string | undefined;
95
- readonly numberOfMonths?: number | undefined;
96
- readonly valueFormat?: string | undefined;
97
- readonly rangeSeparatorIcon?: string | undefined;
98
89
  readonly startPlaceholder?: readonly [{
99
90
  readonly locale: "zh";
100
91
  readonly message: string;
@@ -109,6 +100,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
109
100
  readonly locale: "en" | "ja" | "ko";
110
101
  readonly message: string;
111
102
  }[]] | undefined;
103
+ readonly binding?: string | readonly [string, string] | undefined;
104
+ readonly derived?: {
105
+ readonly mode: "formula" | "prefill";
106
+ readonly expression: string;
107
+ } | undefined;
108
+ readonly format?: string | undefined;
109
+ readonly valueFormat?: string | undefined;
112
110
  readonly presets?: readonly {
113
111
  readonly label: readonly [{
114
112
  readonly locale: "zh";
@@ -121,6 +119,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
121
119
  readonly end: string;
122
120
  readonly start: string;
123
121
  }[] | undefined;
122
+ readonly rangeSeparatorIcon?: string | undefined;
123
+ readonly numberOfMonths?: number | undefined;
124
124
  }) => any) | undefined;
125
125
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
126
126
  declare const _default: typeof __VLS_export;
@@ -26,15 +26,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
26
26
  readonly compatibilityDate: "2026-04-27";
27
27
  readonly orientation?: "vertical" | "floating" | undefined;
28
28
  readonly readonly?: string | undefined;
29
- readonly binding?: string | readonly [string, string] | undefined;
30
- readonly derived?: {
31
- readonly mode: "formula" | "prefill";
32
- readonly expression: string;
33
- } | undefined;
34
- readonly format?: string | undefined;
35
- readonly numberOfMonths?: number | undefined;
36
- readonly valueFormat?: string | undefined;
37
- readonly rangeSeparatorIcon?: string | undefined;
38
29
  readonly startPlaceholder?: readonly [{
39
30
  readonly locale: "zh";
40
31
  readonly message: string;
@@ -49,6 +40,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
49
40
  readonly locale: "en" | "ja" | "ko";
50
41
  readonly message: string;
51
42
  }[]] | undefined;
43
+ readonly binding?: string | readonly [string, string] | undefined;
44
+ readonly derived?: {
45
+ readonly mode: "formula" | "prefill";
46
+ readonly expression: string;
47
+ } | undefined;
48
+ readonly format?: string | undefined;
49
+ readonly valueFormat?: string | undefined;
52
50
  readonly presets?: readonly {
53
51
  readonly label: readonly [{
54
52
  readonly locale: "zh";
@@ -61,6 +59,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
61
59
  readonly end: string;
62
60
  readonly start: string;
63
61
  }[] | undefined;
62
+ readonly rangeSeparatorIcon?: string | undefined;
63
+ readonly numberOfMonths?: number | undefined;
64
64
  }) => any;
65
65
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
66
66
  "onUpdate:modelValue"?: ((value: {
@@ -86,15 +86,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
86
86
  readonly compatibilityDate: "2026-04-27";
87
87
  readonly orientation?: "vertical" | "floating" | undefined;
88
88
  readonly readonly?: string | undefined;
89
- readonly binding?: string | readonly [string, string] | undefined;
90
- readonly derived?: {
91
- readonly mode: "formula" | "prefill";
92
- readonly expression: string;
93
- } | undefined;
94
- readonly format?: string | undefined;
95
- readonly numberOfMonths?: number | undefined;
96
- readonly valueFormat?: string | undefined;
97
- readonly rangeSeparatorIcon?: string | undefined;
98
89
  readonly startPlaceholder?: readonly [{
99
90
  readonly locale: "zh";
100
91
  readonly message: string;
@@ -109,6 +100,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
109
100
  readonly locale: "en" | "ja" | "ko";
110
101
  readonly message: string;
111
102
  }[]] | undefined;
103
+ readonly binding?: string | readonly [string, string] | undefined;
104
+ readonly derived?: {
105
+ readonly mode: "formula" | "prefill";
106
+ readonly expression: string;
107
+ } | undefined;
108
+ readonly format?: string | undefined;
109
+ readonly valueFormat?: string | undefined;
112
110
  readonly presets?: readonly {
113
111
  readonly label: readonly [{
114
112
  readonly locale: "zh";
@@ -121,6 +119,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
121
119
  readonly end: string;
122
120
  readonly start: string;
123
121
  }[] | undefined;
122
+ readonly rangeSeparatorIcon?: string | undefined;
123
+ readonly numberOfMonths?: number | undefined;
124
124
  }) => any) | undefined;
125
125
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
126
126
  declare const _default: typeof __VLS_export;
@@ -39,9 +39,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
39
39
  readonly expression: string;
40
40
  } | undefined;
41
41
  readonly format?: string | undefined;
42
- readonly hourCycle?: 12 | 24 | undefined;
43
42
  readonly valueFormat?: string | undefined;
44
- readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
45
43
  readonly presets?: readonly {
46
44
  readonly label: readonly [{
47
45
  readonly locale: "zh";
@@ -53,6 +51,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
51
  readonly id: string;
54
52
  readonly value: string;
55
53
  }[] | undefined;
54
+ readonly hourCycle?: 12 | 24 | undefined;
55
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
56
56
  }) => any;
57
57
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
58
58
  "onUpdate:modelValue"?: ((value: {
@@ -91,9 +91,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
91
91
  readonly expression: string;
92
92
  } | undefined;
93
93
  readonly format?: string | undefined;
94
- readonly hourCycle?: 12 | 24 | undefined;
95
94
  readonly valueFormat?: string | undefined;
96
- readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
97
95
  readonly presets?: readonly {
98
96
  readonly label: readonly [{
99
97
  readonly locale: "zh";
@@ -105,6 +103,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
105
103
  readonly id: string;
106
104
  readonly value: string;
107
105
  }[] | undefined;
106
+ readonly hourCycle?: 12 | 24 | undefined;
107
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
108
108
  }) => any) | undefined;
109
109
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
110
110
  declare const _default: typeof __VLS_export;
@@ -39,9 +39,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
39
39
  readonly expression: string;
40
40
  } | undefined;
41
41
  readonly format?: string | undefined;
42
- readonly hourCycle?: 12 | 24 | undefined;
43
42
  readonly valueFormat?: string | undefined;
44
- readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
45
43
  readonly presets?: readonly {
46
44
  readonly label: readonly [{
47
45
  readonly locale: "zh";
@@ -53,6 +51,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
51
  readonly id: string;
54
52
  readonly value: string;
55
53
  }[] | undefined;
54
+ readonly hourCycle?: 12 | 24 | undefined;
55
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
56
56
  }) => any;
57
57
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
58
58
  "onUpdate:modelValue"?: ((value: {
@@ -91,9 +91,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
91
91
  readonly expression: string;
92
92
  } | undefined;
93
93
  readonly format?: string | undefined;
94
- readonly hourCycle?: 12 | 24 | undefined;
95
94
  readonly valueFormat?: string | undefined;
96
- readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
97
95
  readonly presets?: readonly {
98
96
  readonly label: readonly [{
99
97
  readonly locale: "zh";
@@ -105,6 +103,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
105
103
  readonly id: string;
106
104
  readonly value: string;
107
105
  }[] | undefined;
106
+ readonly hourCycle?: 12 | 24 | undefined;
107
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
108
108
  }) => any) | undefined;
109
109
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
110
110
  declare const _default: typeof __VLS_export;
@@ -26,17 +26,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
26
26
  readonly compatibilityDate: "2026-04-27";
27
27
  readonly orientation?: "vertical" | "floating" | undefined;
28
28
  readonly readonly?: string | undefined;
29
- readonly binding?: string | readonly [string, string] | undefined;
30
- readonly derived?: {
31
- readonly mode: "formula" | "prefill";
32
- readonly expression: string;
33
- } | undefined;
34
- readonly format?: string | undefined;
35
- readonly numberOfMonths?: number | undefined;
36
- readonly hourCycle?: 12 | 24 | undefined;
37
- readonly valueFormat?: string | undefined;
38
- readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
39
- readonly rangeSeparatorIcon?: string | undefined;
40
29
  readonly startPlaceholder?: readonly [{
41
30
  readonly locale: "zh";
42
31
  readonly message: string;
@@ -51,6 +40,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
51
40
  readonly locale: "en" | "ja" | "ko";
52
41
  readonly message: string;
53
42
  }[]] | undefined;
43
+ readonly binding?: string | readonly [string, string] | undefined;
44
+ readonly derived?: {
45
+ readonly mode: "formula" | "prefill";
46
+ readonly expression: string;
47
+ } | undefined;
48
+ readonly format?: string | undefined;
49
+ readonly valueFormat?: string | undefined;
54
50
  readonly presets?: readonly {
55
51
  readonly label: readonly [{
56
52
  readonly locale: "zh";
@@ -63,6 +59,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
63
59
  readonly end: string;
64
60
  readonly start: string;
65
61
  }[] | undefined;
62
+ readonly rangeSeparatorIcon?: string | undefined;
63
+ readonly numberOfMonths?: number | undefined;
64
+ readonly hourCycle?: 12 | 24 | undefined;
65
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
66
66
  }) => any;
67
67
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
68
68
  "onUpdate:modelValue"?: ((value: {
@@ -88,17 +88,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
88
88
  readonly compatibilityDate: "2026-04-27";
89
89
  readonly orientation?: "vertical" | "floating" | undefined;
90
90
  readonly readonly?: string | undefined;
91
- readonly binding?: string | readonly [string, string] | undefined;
92
- readonly derived?: {
93
- readonly mode: "formula" | "prefill";
94
- readonly expression: string;
95
- } | undefined;
96
- readonly format?: string | undefined;
97
- readonly numberOfMonths?: number | undefined;
98
- readonly hourCycle?: 12 | 24 | undefined;
99
- readonly valueFormat?: string | undefined;
100
- readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
101
- readonly rangeSeparatorIcon?: string | undefined;
102
91
  readonly startPlaceholder?: readonly [{
103
92
  readonly locale: "zh";
104
93
  readonly message: string;
@@ -113,6 +102,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
113
102
  readonly locale: "en" | "ja" | "ko";
114
103
  readonly message: string;
115
104
  }[]] | undefined;
105
+ readonly binding?: string | readonly [string, string] | undefined;
106
+ readonly derived?: {
107
+ readonly mode: "formula" | "prefill";
108
+ readonly expression: string;
109
+ } | undefined;
110
+ readonly format?: string | undefined;
111
+ readonly valueFormat?: string | undefined;
116
112
  readonly presets?: readonly {
117
113
  readonly label: readonly [{
118
114
  readonly locale: "zh";
@@ -125,6 +121,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
125
121
  readonly end: string;
126
122
  readonly start: string;
127
123
  }[] | undefined;
124
+ readonly rangeSeparatorIcon?: string | undefined;
125
+ readonly numberOfMonths?: number | undefined;
126
+ readonly hourCycle?: 12 | 24 | undefined;
127
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
128
128
  }) => any) | undefined;
129
129
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
130
130
  declare const _default: typeof __VLS_export;
@@ -26,17 +26,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
26
26
  readonly compatibilityDate: "2026-04-27";
27
27
  readonly orientation?: "vertical" | "floating" | undefined;
28
28
  readonly readonly?: string | undefined;
29
- readonly binding?: string | readonly [string, string] | undefined;
30
- readonly derived?: {
31
- readonly mode: "formula" | "prefill";
32
- readonly expression: string;
33
- } | undefined;
34
- readonly format?: string | undefined;
35
- readonly numberOfMonths?: number | undefined;
36
- readonly hourCycle?: 12 | 24 | undefined;
37
- readonly valueFormat?: string | undefined;
38
- readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
39
- readonly rangeSeparatorIcon?: string | undefined;
40
29
  readonly startPlaceholder?: readonly [{
41
30
  readonly locale: "zh";
42
31
  readonly message: string;
@@ -51,6 +40,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
51
40
  readonly locale: "en" | "ja" | "ko";
52
41
  readonly message: string;
53
42
  }[]] | undefined;
43
+ readonly binding?: string | readonly [string, string] | undefined;
44
+ readonly derived?: {
45
+ readonly mode: "formula" | "prefill";
46
+ readonly expression: string;
47
+ } | undefined;
48
+ readonly format?: string | undefined;
49
+ readonly valueFormat?: string | undefined;
54
50
  readonly presets?: readonly {
55
51
  readonly label: readonly [{
56
52
  readonly locale: "zh";
@@ -63,6 +59,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
63
59
  readonly end: string;
64
60
  readonly start: string;
65
61
  }[] | undefined;
62
+ readonly rangeSeparatorIcon?: string | undefined;
63
+ readonly numberOfMonths?: number | undefined;
64
+ readonly hourCycle?: 12 | 24 | undefined;
65
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
66
66
  }) => any;
67
67
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
68
68
  "onUpdate:modelValue"?: ((value: {
@@ -88,17 +88,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
88
88
  readonly compatibilityDate: "2026-04-27";
89
89
  readonly orientation?: "vertical" | "floating" | undefined;
90
90
  readonly readonly?: string | undefined;
91
- readonly binding?: string | readonly [string, string] | undefined;
92
- readonly derived?: {
93
- readonly mode: "formula" | "prefill";
94
- readonly expression: string;
95
- } | undefined;
96
- readonly format?: string | undefined;
97
- readonly numberOfMonths?: number | undefined;
98
- readonly hourCycle?: 12 | 24 | undefined;
99
- readonly valueFormat?: string | undefined;
100
- readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
101
- readonly rangeSeparatorIcon?: string | undefined;
102
91
  readonly startPlaceholder?: readonly [{
103
92
  readonly locale: "zh";
104
93
  readonly message: string;
@@ -113,6 +102,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
113
102
  readonly locale: "en" | "ja" | "ko";
114
103
  readonly message: string;
115
104
  }[]] | undefined;
105
+ readonly binding?: string | readonly [string, string] | undefined;
106
+ readonly derived?: {
107
+ readonly mode: "formula" | "prefill";
108
+ readonly expression: string;
109
+ } | undefined;
110
+ readonly format?: string | undefined;
111
+ readonly valueFormat?: string | undefined;
116
112
  readonly presets?: readonly {
117
113
  readonly label: readonly [{
118
114
  readonly locale: "zh";
@@ -125,6 +121,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
125
121
  readonly end: string;
126
122
  readonly start: string;
127
123
  }[] | undefined;
124
+ readonly rangeSeparatorIcon?: string | undefined;
125
+ readonly numberOfMonths?: number | undefined;
126
+ readonly hourCycle?: 12 | 24 | undefined;
127
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
128
128
  }) => any) | undefined;
129
129
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
130
130
  declare const _default: typeof __VLS_export;
@@ -31,8 +31,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
31
31
  readonly mode: "formula" | "prefill";
32
32
  readonly expression: string;
33
33
  } | undefined;
34
- readonly hourCycle?: 12 | 24 | undefined;
35
34
  readonly valueFormat?: string | undefined;
35
+ readonly hourCycle?: 12 | 24 | undefined;
36
36
  readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
37
37
  }) => any;
38
38
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
@@ -64,8 +64,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
64
64
  readonly mode: "formula" | "prefill";
65
65
  readonly expression: string;
66
66
  } | undefined;
67
- readonly hourCycle?: 12 | 24 | undefined;
68
67
  readonly valueFormat?: string | undefined;
68
+ readonly hourCycle?: 12 | 24 | undefined;
69
69
  readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
70
70
  }) => any) | undefined;
71
71
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -31,8 +31,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
31
31
  readonly mode: "formula" | "prefill";
32
32
  readonly expression: string;
33
33
  } | undefined;
34
- readonly hourCycle?: 12 | 24 | undefined;
35
34
  readonly valueFormat?: string | undefined;
35
+ readonly hourCycle?: 12 | 24 | undefined;
36
36
  readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
37
37
  }) => any;
38
38
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
@@ -64,8 +64,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
64
64
  readonly mode: "formula" | "prefill";
65
65
  readonly expression: string;
66
66
  } | undefined;
67
- readonly hourCycle?: 12 | 24 | undefined;
68
67
  readonly valueFormat?: string | undefined;
68
+ readonly hourCycle?: 12 | 24 | undefined;
69
69
  readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
70
70
  }) => any) | undefined;
71
71
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -31,10 +31,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
31
31
  readonly mode: "formula" | "prefill";
32
32
  readonly expression: string;
33
33
  } | undefined;
34
- readonly hourCycle?: 12 | 24 | undefined;
35
34
  readonly valueFormat?: string | undefined;
36
- readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
37
35
  readonly rangeSeparatorIcon?: string | undefined;
36
+ readonly hourCycle?: 12 | 24 | undefined;
37
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
38
38
  }) => any;
39
39
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
40
40
  "onUpdate:modelValue"?: ((value: {
@@ -65,10 +65,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
65
65
  readonly mode: "formula" | "prefill";
66
66
  readonly expression: string;
67
67
  } | undefined;
68
- readonly hourCycle?: 12 | 24 | undefined;
69
68
  readonly valueFormat?: string | undefined;
70
- readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
71
69
  readonly rangeSeparatorIcon?: string | undefined;
70
+ readonly hourCycle?: 12 | 24 | undefined;
71
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
72
72
  }) => any) | undefined;
73
73
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
74
74
  declare const _default: typeof __VLS_export;
@@ -31,10 +31,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
31
31
  readonly mode: "formula" | "prefill";
32
32
  readonly expression: string;
33
33
  } | undefined;
34
- readonly hourCycle?: 12 | 24 | undefined;
35
34
  readonly valueFormat?: string | undefined;
36
- readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
37
35
  readonly rangeSeparatorIcon?: string | undefined;
36
+ readonly hourCycle?: 12 | 24 | undefined;
37
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
38
38
  }) => any;
39
39
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
40
40
  "onUpdate:modelValue"?: ((value: {
@@ -65,10 +65,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
65
65
  readonly mode: "formula" | "prefill";
66
66
  readonly expression: string;
67
67
  } | undefined;
68
- readonly hourCycle?: 12 | 24 | undefined;
69
68
  readonly valueFormat?: string | undefined;
70
- readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
71
69
  readonly rangeSeparatorIcon?: string | undefined;
70
+ readonly hourCycle?: 12 | 24 | undefined;
71
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
72
72
  }) => any) | undefined;
73
73
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
74
74
  declare const _default: typeof __VLS_export;
@@ -29,12 +29,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
29
29
  readonly max?: string | undefined;
30
30
  readonly step?: number | undefined;
31
31
  readonly readonly?: string | undefined;
32
- readonly binding?: string | undefined;
33
- readonly derived?: {
34
- readonly mode: "formula" | "prefill";
35
- readonly expression: string;
36
- } | undefined;
37
- readonly rangeSeparatorIcon?: string | undefined;
38
32
  readonly startPlaceholder?: readonly [{
39
33
  readonly locale: "zh";
40
34
  readonly message: string;
@@ -49,8 +43,14 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
49
43
  readonly locale: "en" | "ja" | "ko";
50
44
  readonly message: string;
51
45
  }[]] | undefined;
46
+ readonly binding?: string | readonly [string, string] | undefined;
47
+ readonly derived?: {
48
+ readonly mode: "formula" | "prefill";
49
+ readonly expression: string;
50
+ } | undefined;
52
51
  readonly precision?: number | undefined;
53
52
  readonly roundingMode?: "round" | "floor" | "ceil" | undefined;
53
+ readonly rangeSeparatorIcon?: string | undefined;
54
54
  }) => any;
55
55
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
56
56
  "onUpdate:modelValue"?: ((value: {
@@ -79,12 +79,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
79
79
  readonly max?: string | undefined;
80
80
  readonly step?: number | undefined;
81
81
  readonly readonly?: string | undefined;
82
- readonly binding?: string | undefined;
83
- readonly derived?: {
84
- readonly mode: "formula" | "prefill";
85
- readonly expression: string;
86
- } | undefined;
87
- readonly rangeSeparatorIcon?: string | undefined;
88
82
  readonly startPlaceholder?: readonly [{
89
83
  readonly locale: "zh";
90
84
  readonly message: string;
@@ -99,8 +93,14 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
99
93
  readonly locale: "en" | "ja" | "ko";
100
94
  readonly message: string;
101
95
  }[]] | undefined;
96
+ readonly binding?: string | readonly [string, string] | undefined;
97
+ readonly derived?: {
98
+ readonly mode: "formula" | "prefill";
99
+ readonly expression: string;
100
+ } | undefined;
102
101
  readonly precision?: number | undefined;
103
102
  readonly roundingMode?: "round" | "floor" | "ceil" | undefined;
103
+ readonly rangeSeparatorIcon?: string | undefined;
104
104
  }) => any) | undefined;
105
105
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
106
106
  declare const _default: typeof __VLS_export;