@shwfed/config 2.12.5 → 2.12.7
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.
- package/dist/module.json +1 -1
- package/dist/module.mjs +5 -0
- package/dist/runtime/components/config/blocks/2026-06-17/com.shwfed.block.tree.single/runtime.vue +54 -50
- package/dist/runtime/components/config/index.vue +23 -3
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.text/config.d.vue.ts +22 -22
- package/dist/runtime/components/form/fields/2026-04-22/com.shwfed.form.field.text/config.vue.d.ts +22 -22
- package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.combobox.single/config.d.vue.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.combobox.single/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.d.vue.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.d.vue.ts +24 -24
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +24 -24
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.d.vue.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.d.vue.ts +26 -26
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +26 -26
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/config.d.vue.ts +2 -2
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/config.vue.d.ts +2 -2
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/config.d.vue.ts +30 -28
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/config.vue +38 -0
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/config.vue.d.ts +30 -28
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/runtime.vue +11 -2
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/schema.d.ts +3 -0
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.number/schema.js +7 -0
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/config.d.vue.ts +6 -6
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/config.vue.d.ts +6 -6
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/config.d.vue.ts +22 -22
- package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.switch/config.vue.d.ts +22 -22
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/config.d.vue.ts +16 -16
- package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.d.vue.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.vue.d.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.d.vue.ts +16 -16
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.d.vue.ts +24 -24
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +24 -24
- package/dist/runtime/components/form/fields/2026-05-25/com.shwfed.form.field.combobox.multi/config.d.vue.ts +16 -16
- package/dist/runtime/components/form/fields/2026-05-25/com.shwfed.form.field.combobox.multi/config.vue.d.ts +16 -16
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.d.vue.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.vue.d.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.d.vue.ts +10 -10
- package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.vue.d.ts +10 -10
- package/dist/runtime/components/sidebar/index.d.vue.ts +22 -3
- package/dist/runtime/components/sidebar/index.vue +66 -5
- package/dist/runtime/components/sidebar/index.vue.d.ts +22 -3
- package/dist/runtime/components/sidebar/node.d.vue.ts +1 -1
- package/dist/runtime/components/sidebar/node.vue +33 -13
- package/dist/runtime/components/sidebar/node.vue.d.ts +1 -1
- package/dist/runtime/components/sidebar/tree.vue +113 -83
- package/dist/runtime/components/sidebar/types.d.ts +8 -0
- package/dist/runtime/components/sidebar/types.js +1 -0
- package/dist/runtime/components/table/columns/2026-04-14/com.shwfed.table.column.number/runtime.vue +6 -73
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/config.vue +44 -0
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/runtime.vue +8 -2
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/schema.d.ts +3 -0
- package/dist/runtime/components/table/columns/2026-05-20/com.shwfed.table.column.number-input/schema.js +7 -0
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.d.vue.ts +6 -6
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.vue.d.ts +6 -6
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.d.vue.ts +6 -6
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.vue.d.ts +6 -6
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +10 -10
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +10 -10
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +10 -10
- package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +10 -10
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +10 -10
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +10 -10
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +10 -10
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +10 -10
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +10 -10
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +10 -10
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +10 -10
- package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +10 -10
- package/dist/runtime/components/table/utils/row-reorder.d.ts +3 -2
- package/dist/runtime/components/table/utils/row-reorder.js +1 -12
- package/dist/runtime/components/tabs/index.d.vue.ts +9 -0
- package/dist/runtime/components/tabs/index.vue +92 -0
- package/dist/runtime/components/tabs/index.vue.d.ts +9 -0
- package/dist/runtime/components/tabs/tab.d.vue.ts +22 -0
- package/dist/runtime/components/tabs/tab.vue +85 -0
- package/dist/runtime/components/tabs/tab.vue.d.ts +22 -0
- package/dist/runtime/components/tabs/types.d.ts +19 -0
- package/dist/runtime/components/tabs/types.js +0 -0
- package/dist/runtime/components/tabs/use-reorder.d.ts +10 -0
- package/dist/runtime/components/tabs/use-reorder.js +90 -0
- package/dist/runtime/components/tabs/use-tabs.d.ts +46 -0
- package/dist/runtime/components/tabs/use-tabs.js +101 -0
- package/dist/runtime/components/ui/date-picker/DatePickerInput.d.vue.ts +1 -1
- package/dist/runtime/components/ui/date-picker/DatePickerInput.vue.d.ts +1 -1
- package/dist/runtime/components/ui/date-picker/DatePickerTimeInput.d.vue.ts +1 -1
- package/dist/runtime/components/ui/date-picker/DatePickerTimeInput.vue.d.ts +1 -1
- package/dist/runtime/components/ui/date-range-picker/DateRangePickerInput.d.vue.ts +1 -1
- package/dist/runtime/components/ui/date-range-picker/DateRangePickerInput.vue.d.ts +1 -1
- package/dist/runtime/components/ui/date-range-picker/DateRangePickerTimeInput.d.vue.ts +2 -2
- package/dist/runtime/components/ui/date-range-picker/DateRangePickerTimeInput.vue.d.ts +2 -2
- package/dist/runtime/components/ui/sidebar/SidebarMenuAction.vue +1 -1
- package/dist/runtime/components/ui/sidebar/index.js +2 -2
- package/dist/runtime/share/number-format.d.ts +7 -0
- package/dist/runtime/share/number-format.js +72 -0
- package/dist/runtime/share/reorder.d.ts +2 -0
- package/dist/runtime/share/reorder.js +12 -0
- package/dist/runtime/utils/nav-registry.d.ts +19 -0
- package/dist/runtime/utils/nav-registry.js +14 -0
- package/dist/runtime/utils/page-title-registry.d.ts +3 -0
- package/dist/runtime/utils/page-title-registry.js +11 -0
- package/package.json +1 -1
|
@@ -33,10 +33,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
33
33
|
readonly expression: string;
|
|
34
34
|
} | undefined;
|
|
35
35
|
readonly numberOfMonths?: number | undefined;
|
|
36
|
-
readonly format?: string | undefined;
|
|
37
|
-
readonly valueFormat?: string | undefined;
|
|
38
|
-
readonly disabledDate?: string | undefined;
|
|
39
36
|
readonly rangeSeparatorIcon?: string | undefined;
|
|
37
|
+
readonly format?: string | undefined;
|
|
40
38
|
readonly startPlaceholder?: readonly [{
|
|
41
39
|
readonly locale: "zh";
|
|
42
40
|
readonly message: string;
|
|
@@ -51,28 +49,30 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
51
49
|
readonly locale: "en" | "ja" | "ko";
|
|
52
50
|
readonly message: string;
|
|
53
51
|
}[]] | undefined;
|
|
54
|
-
readonly
|
|
55
|
-
|
|
52
|
+
readonly valueFormat?: string | undefined;
|
|
53
|
+
readonly disabledDate?: string | undefined;
|
|
54
|
+
readonly validations?: readonly {
|
|
55
|
+
readonly message: readonly [{
|
|
56
56
|
readonly locale: "zh";
|
|
57
57
|
readonly message: string;
|
|
58
58
|
}, ...{
|
|
59
59
|
readonly locale: "en" | "ja" | "ko";
|
|
60
60
|
readonly message: string;
|
|
61
61
|
}[]];
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
64
|
-
readonly start: string;
|
|
62
|
+
readonly warning?: boolean | undefined;
|
|
63
|
+
readonly when: string;
|
|
65
64
|
}[] | undefined;
|
|
66
|
-
readonly
|
|
67
|
-
readonly
|
|
65
|
+
readonly presets?: readonly {
|
|
66
|
+
readonly label: readonly [{
|
|
68
67
|
readonly locale: "zh";
|
|
69
68
|
readonly message: string;
|
|
70
69
|
}, ...{
|
|
71
70
|
readonly locale: "en" | "ja" | "ko";
|
|
72
71
|
readonly message: string;
|
|
73
72
|
}[]];
|
|
74
|
-
readonly
|
|
75
|
-
readonly
|
|
73
|
+
readonly id: string;
|
|
74
|
+
readonly end: string;
|
|
75
|
+
readonly start: string;
|
|
76
76
|
}[] | undefined;
|
|
77
77
|
}) => any;
|
|
78
78
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -106,10 +106,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
106
106
|
readonly expression: string;
|
|
107
107
|
} | undefined;
|
|
108
108
|
readonly numberOfMonths?: number | undefined;
|
|
109
|
-
readonly format?: string | undefined;
|
|
110
|
-
readonly valueFormat?: string | undefined;
|
|
111
|
-
readonly disabledDate?: string | undefined;
|
|
112
109
|
readonly rangeSeparatorIcon?: string | undefined;
|
|
110
|
+
readonly format?: string | undefined;
|
|
113
111
|
readonly startPlaceholder?: readonly [{
|
|
114
112
|
readonly locale: "zh";
|
|
115
113
|
readonly message: string;
|
|
@@ -124,28 +122,30 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
124
122
|
readonly locale: "en" | "ja" | "ko";
|
|
125
123
|
readonly message: string;
|
|
126
124
|
}[]] | undefined;
|
|
127
|
-
readonly
|
|
128
|
-
|
|
125
|
+
readonly valueFormat?: string | undefined;
|
|
126
|
+
readonly disabledDate?: string | undefined;
|
|
127
|
+
readonly validations?: readonly {
|
|
128
|
+
readonly message: readonly [{
|
|
129
129
|
readonly locale: "zh";
|
|
130
130
|
readonly message: string;
|
|
131
131
|
}, ...{
|
|
132
132
|
readonly locale: "en" | "ja" | "ko";
|
|
133
133
|
readonly message: string;
|
|
134
134
|
}[]];
|
|
135
|
-
readonly
|
|
136
|
-
readonly
|
|
137
|
-
readonly start: string;
|
|
135
|
+
readonly warning?: boolean | undefined;
|
|
136
|
+
readonly when: string;
|
|
138
137
|
}[] | undefined;
|
|
139
|
-
readonly
|
|
140
|
-
readonly
|
|
138
|
+
readonly presets?: readonly {
|
|
139
|
+
readonly label: readonly [{
|
|
141
140
|
readonly locale: "zh";
|
|
142
141
|
readonly message: string;
|
|
143
142
|
}, ...{
|
|
144
143
|
readonly locale: "en" | "ja" | "ko";
|
|
145
144
|
readonly message: string;
|
|
146
145
|
}[]];
|
|
147
|
-
readonly
|
|
148
|
-
readonly
|
|
146
|
+
readonly id: string;
|
|
147
|
+
readonly end: string;
|
|
148
|
+
readonly start: string;
|
|
149
149
|
}[] | undefined;
|
|
150
150
|
}) => any) | undefined;
|
|
151
151
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -33,10 +33,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
33
33
|
readonly expression: string;
|
|
34
34
|
} | undefined;
|
|
35
35
|
readonly numberOfMonths?: number | undefined;
|
|
36
|
-
readonly format?: string | undefined;
|
|
37
|
-
readonly valueFormat?: string | undefined;
|
|
38
|
-
readonly disabledDate?: string | undefined;
|
|
39
36
|
readonly rangeSeparatorIcon?: string | undefined;
|
|
37
|
+
readonly format?: string | undefined;
|
|
40
38
|
readonly startPlaceholder?: readonly [{
|
|
41
39
|
readonly locale: "zh";
|
|
42
40
|
readonly message: string;
|
|
@@ -51,28 +49,30 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
51
49
|
readonly locale: "en" | "ja" | "ko";
|
|
52
50
|
readonly message: string;
|
|
53
51
|
}[]] | undefined;
|
|
54
|
-
readonly
|
|
55
|
-
|
|
52
|
+
readonly valueFormat?: string | undefined;
|
|
53
|
+
readonly disabledDate?: string | undefined;
|
|
54
|
+
readonly validations?: readonly {
|
|
55
|
+
readonly message: readonly [{
|
|
56
56
|
readonly locale: "zh";
|
|
57
57
|
readonly message: string;
|
|
58
58
|
}, ...{
|
|
59
59
|
readonly locale: "en" | "ja" | "ko";
|
|
60
60
|
readonly message: string;
|
|
61
61
|
}[]];
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
64
|
-
readonly start: string;
|
|
62
|
+
readonly warning?: boolean | undefined;
|
|
63
|
+
readonly when: string;
|
|
65
64
|
}[] | undefined;
|
|
66
|
-
readonly
|
|
67
|
-
readonly
|
|
65
|
+
readonly presets?: readonly {
|
|
66
|
+
readonly label: readonly [{
|
|
68
67
|
readonly locale: "zh";
|
|
69
68
|
readonly message: string;
|
|
70
69
|
}, ...{
|
|
71
70
|
readonly locale: "en" | "ja" | "ko";
|
|
72
71
|
readonly message: string;
|
|
73
72
|
}[]];
|
|
74
|
-
readonly
|
|
75
|
-
readonly
|
|
73
|
+
readonly id: string;
|
|
74
|
+
readonly end: string;
|
|
75
|
+
readonly start: string;
|
|
76
76
|
}[] | undefined;
|
|
77
77
|
}) => any;
|
|
78
78
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -106,10 +106,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
106
106
|
readonly expression: string;
|
|
107
107
|
} | undefined;
|
|
108
108
|
readonly numberOfMonths?: number | undefined;
|
|
109
|
-
readonly format?: string | undefined;
|
|
110
|
-
readonly valueFormat?: string | undefined;
|
|
111
|
-
readonly disabledDate?: string | undefined;
|
|
112
109
|
readonly rangeSeparatorIcon?: string | undefined;
|
|
110
|
+
readonly format?: string | undefined;
|
|
113
111
|
readonly startPlaceholder?: readonly [{
|
|
114
112
|
readonly locale: "zh";
|
|
115
113
|
readonly message: string;
|
|
@@ -124,28 +122,30 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
124
122
|
readonly locale: "en" | "ja" | "ko";
|
|
125
123
|
readonly message: string;
|
|
126
124
|
}[]] | undefined;
|
|
127
|
-
readonly
|
|
128
|
-
|
|
125
|
+
readonly valueFormat?: string | undefined;
|
|
126
|
+
readonly disabledDate?: string | undefined;
|
|
127
|
+
readonly validations?: readonly {
|
|
128
|
+
readonly message: readonly [{
|
|
129
129
|
readonly locale: "zh";
|
|
130
130
|
readonly message: string;
|
|
131
131
|
}, ...{
|
|
132
132
|
readonly locale: "en" | "ja" | "ko";
|
|
133
133
|
readonly message: string;
|
|
134
134
|
}[]];
|
|
135
|
-
readonly
|
|
136
|
-
readonly
|
|
137
|
-
readonly start: string;
|
|
135
|
+
readonly warning?: boolean | undefined;
|
|
136
|
+
readonly when: string;
|
|
138
137
|
}[] | undefined;
|
|
139
|
-
readonly
|
|
140
|
-
readonly
|
|
138
|
+
readonly presets?: readonly {
|
|
139
|
+
readonly label: readonly [{
|
|
141
140
|
readonly locale: "zh";
|
|
142
141
|
readonly message: string;
|
|
143
142
|
}, ...{
|
|
144
143
|
readonly locale: "en" | "ja" | "ko";
|
|
145
144
|
readonly message: string;
|
|
146
145
|
}[]];
|
|
147
|
-
readonly
|
|
148
|
-
readonly
|
|
146
|
+
readonly id: string;
|
|
147
|
+
readonly end: string;
|
|
148
|
+
readonly start: string;
|
|
149
149
|
}[] | undefined;
|
|
150
150
|
}) => any) | undefined;
|
|
151
151
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -44,27 +44,27 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
44
44
|
readonly valueFormat?: string | undefined;
|
|
45
45
|
readonly disabledDate?: string | undefined;
|
|
46
46
|
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
47
|
-
readonly
|
|
48
|
-
readonly
|
|
47
|
+
readonly validations?: readonly {
|
|
48
|
+
readonly message: readonly [{
|
|
49
49
|
readonly locale: "zh";
|
|
50
50
|
readonly message: string;
|
|
51
51
|
}, ...{
|
|
52
52
|
readonly locale: "en" | "ja" | "ko";
|
|
53
53
|
readonly message: string;
|
|
54
54
|
}[]];
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
55
|
+
readonly warning?: boolean | undefined;
|
|
56
|
+
readonly when: string;
|
|
57
57
|
}[] | undefined;
|
|
58
|
-
readonly
|
|
59
|
-
readonly
|
|
58
|
+
readonly presets?: readonly {
|
|
59
|
+
readonly label: readonly [{
|
|
60
60
|
readonly locale: "zh";
|
|
61
61
|
readonly message: string;
|
|
62
62
|
}, ...{
|
|
63
63
|
readonly locale: "en" | "ja" | "ko";
|
|
64
64
|
readonly message: string;
|
|
65
65
|
}[]];
|
|
66
|
-
readonly
|
|
67
|
-
readonly
|
|
66
|
+
readonly id: string;
|
|
67
|
+
readonly value: string;
|
|
68
68
|
}[] | undefined;
|
|
69
69
|
}) => any;
|
|
70
70
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -109,27 +109,27 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
109
109
|
readonly valueFormat?: string | undefined;
|
|
110
110
|
readonly disabledDate?: string | undefined;
|
|
111
111
|
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
112
|
-
readonly
|
|
113
|
-
readonly
|
|
112
|
+
readonly validations?: readonly {
|
|
113
|
+
readonly message: readonly [{
|
|
114
114
|
readonly locale: "zh";
|
|
115
115
|
readonly message: string;
|
|
116
116
|
}, ...{
|
|
117
117
|
readonly locale: "en" | "ja" | "ko";
|
|
118
118
|
readonly message: string;
|
|
119
119
|
}[]];
|
|
120
|
-
readonly
|
|
121
|
-
readonly
|
|
120
|
+
readonly warning?: boolean | undefined;
|
|
121
|
+
readonly when: string;
|
|
122
122
|
}[] | undefined;
|
|
123
|
-
readonly
|
|
124
|
-
readonly
|
|
123
|
+
readonly presets?: readonly {
|
|
124
|
+
readonly label: readonly [{
|
|
125
125
|
readonly locale: "zh";
|
|
126
126
|
readonly message: string;
|
|
127
127
|
}, ...{
|
|
128
128
|
readonly locale: "en" | "ja" | "ko";
|
|
129
129
|
readonly message: string;
|
|
130
130
|
}[]];
|
|
131
|
-
readonly
|
|
132
|
-
readonly
|
|
131
|
+
readonly id: string;
|
|
132
|
+
readonly value: string;
|
|
133
133
|
}[] | undefined;
|
|
134
134
|
}) => any) | undefined;
|
|
135
135
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -44,27 +44,27 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
44
44
|
readonly valueFormat?: string | undefined;
|
|
45
45
|
readonly disabledDate?: string | undefined;
|
|
46
46
|
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
47
|
-
readonly
|
|
48
|
-
readonly
|
|
47
|
+
readonly validations?: readonly {
|
|
48
|
+
readonly message: readonly [{
|
|
49
49
|
readonly locale: "zh";
|
|
50
50
|
readonly message: string;
|
|
51
51
|
}, ...{
|
|
52
52
|
readonly locale: "en" | "ja" | "ko";
|
|
53
53
|
readonly message: string;
|
|
54
54
|
}[]];
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
55
|
+
readonly warning?: boolean | undefined;
|
|
56
|
+
readonly when: string;
|
|
57
57
|
}[] | undefined;
|
|
58
|
-
readonly
|
|
59
|
-
readonly
|
|
58
|
+
readonly presets?: readonly {
|
|
59
|
+
readonly label: readonly [{
|
|
60
60
|
readonly locale: "zh";
|
|
61
61
|
readonly message: string;
|
|
62
62
|
}, ...{
|
|
63
63
|
readonly locale: "en" | "ja" | "ko";
|
|
64
64
|
readonly message: string;
|
|
65
65
|
}[]];
|
|
66
|
-
readonly
|
|
67
|
-
readonly
|
|
66
|
+
readonly id: string;
|
|
67
|
+
readonly value: string;
|
|
68
68
|
}[] | undefined;
|
|
69
69
|
}) => any;
|
|
70
70
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -109,27 +109,27 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
109
109
|
readonly valueFormat?: string | undefined;
|
|
110
110
|
readonly disabledDate?: string | undefined;
|
|
111
111
|
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
112
|
-
readonly
|
|
113
|
-
readonly
|
|
112
|
+
readonly validations?: readonly {
|
|
113
|
+
readonly message: readonly [{
|
|
114
114
|
readonly locale: "zh";
|
|
115
115
|
readonly message: string;
|
|
116
116
|
}, ...{
|
|
117
117
|
readonly locale: "en" | "ja" | "ko";
|
|
118
118
|
readonly message: string;
|
|
119
119
|
}[]];
|
|
120
|
-
readonly
|
|
121
|
-
readonly
|
|
120
|
+
readonly warning?: boolean | undefined;
|
|
121
|
+
readonly when: string;
|
|
122
122
|
}[] | undefined;
|
|
123
|
-
readonly
|
|
124
|
-
readonly
|
|
123
|
+
readonly presets?: readonly {
|
|
124
|
+
readonly label: readonly [{
|
|
125
125
|
readonly locale: "zh";
|
|
126
126
|
readonly message: string;
|
|
127
127
|
}, ...{
|
|
128
128
|
readonly locale: "en" | "ja" | "ko";
|
|
129
129
|
readonly message: string;
|
|
130
130
|
}[]];
|
|
131
|
-
readonly
|
|
132
|
-
readonly
|
|
131
|
+
readonly id: string;
|
|
132
|
+
readonly value: string;
|
|
133
133
|
}[] | undefined;
|
|
134
134
|
}) => any) | undefined;
|
|
135
135
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -34,11 +34,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
34
34
|
} | undefined;
|
|
35
35
|
readonly numberOfMonths?: number | undefined;
|
|
36
36
|
readonly hourCycle?: 12 | 24 | undefined;
|
|
37
|
-
readonly format?: string | undefined;
|
|
38
|
-
readonly valueFormat?: string | undefined;
|
|
39
|
-
readonly disabledDate?: string | undefined;
|
|
40
|
-
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
41
37
|
readonly rangeSeparatorIcon?: string | undefined;
|
|
38
|
+
readonly format?: string | undefined;
|
|
42
39
|
readonly startPlaceholder?: readonly [{
|
|
43
40
|
readonly locale: "zh";
|
|
44
41
|
readonly message: string;
|
|
@@ -53,28 +50,31 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
53
50
|
readonly locale: "en" | "ja" | "ko";
|
|
54
51
|
readonly message: string;
|
|
55
52
|
}[]] | undefined;
|
|
56
|
-
readonly
|
|
57
|
-
|
|
53
|
+
readonly valueFormat?: string | undefined;
|
|
54
|
+
readonly disabledDate?: string | undefined;
|
|
55
|
+
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
56
|
+
readonly validations?: readonly {
|
|
57
|
+
readonly message: readonly [{
|
|
58
58
|
readonly locale: "zh";
|
|
59
59
|
readonly message: string;
|
|
60
60
|
}, ...{
|
|
61
61
|
readonly locale: "en" | "ja" | "ko";
|
|
62
62
|
readonly message: string;
|
|
63
63
|
}[]];
|
|
64
|
-
readonly
|
|
65
|
-
readonly
|
|
66
|
-
readonly start: string;
|
|
64
|
+
readonly warning?: boolean | undefined;
|
|
65
|
+
readonly when: string;
|
|
67
66
|
}[] | undefined;
|
|
68
|
-
readonly
|
|
69
|
-
readonly
|
|
67
|
+
readonly presets?: readonly {
|
|
68
|
+
readonly label: readonly [{
|
|
70
69
|
readonly locale: "zh";
|
|
71
70
|
readonly message: string;
|
|
72
71
|
}, ...{
|
|
73
72
|
readonly locale: "en" | "ja" | "ko";
|
|
74
73
|
readonly message: string;
|
|
75
74
|
}[]];
|
|
76
|
-
readonly
|
|
77
|
-
readonly
|
|
75
|
+
readonly id: string;
|
|
76
|
+
readonly end: string;
|
|
77
|
+
readonly start: string;
|
|
78
78
|
}[] | undefined;
|
|
79
79
|
}) => any;
|
|
80
80
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -109,11 +109,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
109
109
|
} | undefined;
|
|
110
110
|
readonly numberOfMonths?: number | undefined;
|
|
111
111
|
readonly hourCycle?: 12 | 24 | undefined;
|
|
112
|
-
readonly format?: string | undefined;
|
|
113
|
-
readonly valueFormat?: string | undefined;
|
|
114
|
-
readonly disabledDate?: string | undefined;
|
|
115
|
-
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
116
112
|
readonly rangeSeparatorIcon?: string | undefined;
|
|
113
|
+
readonly format?: string | undefined;
|
|
117
114
|
readonly startPlaceholder?: readonly [{
|
|
118
115
|
readonly locale: "zh";
|
|
119
116
|
readonly message: string;
|
|
@@ -128,28 +125,31 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
128
125
|
readonly locale: "en" | "ja" | "ko";
|
|
129
126
|
readonly message: string;
|
|
130
127
|
}[]] | undefined;
|
|
131
|
-
readonly
|
|
132
|
-
|
|
128
|
+
readonly valueFormat?: string | undefined;
|
|
129
|
+
readonly disabledDate?: string | undefined;
|
|
130
|
+
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
131
|
+
readonly validations?: readonly {
|
|
132
|
+
readonly message: readonly [{
|
|
133
133
|
readonly locale: "zh";
|
|
134
134
|
readonly message: string;
|
|
135
135
|
}, ...{
|
|
136
136
|
readonly locale: "en" | "ja" | "ko";
|
|
137
137
|
readonly message: string;
|
|
138
138
|
}[]];
|
|
139
|
-
readonly
|
|
140
|
-
readonly
|
|
141
|
-
readonly start: string;
|
|
139
|
+
readonly warning?: boolean | undefined;
|
|
140
|
+
readonly when: string;
|
|
142
141
|
}[] | undefined;
|
|
143
|
-
readonly
|
|
144
|
-
readonly
|
|
142
|
+
readonly presets?: readonly {
|
|
143
|
+
readonly label: readonly [{
|
|
145
144
|
readonly locale: "zh";
|
|
146
145
|
readonly message: string;
|
|
147
146
|
}, ...{
|
|
148
147
|
readonly locale: "en" | "ja" | "ko";
|
|
149
148
|
readonly message: string;
|
|
150
149
|
}[]];
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
150
|
+
readonly id: string;
|
|
151
|
+
readonly end: string;
|
|
152
|
+
readonly start: string;
|
|
153
153
|
}[] | undefined;
|
|
154
154
|
}) => any) | undefined;
|
|
155
155
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -34,11 +34,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
34
34
|
} | undefined;
|
|
35
35
|
readonly numberOfMonths?: number | undefined;
|
|
36
36
|
readonly hourCycle?: 12 | 24 | undefined;
|
|
37
|
-
readonly format?: string | undefined;
|
|
38
|
-
readonly valueFormat?: string | undefined;
|
|
39
|
-
readonly disabledDate?: string | undefined;
|
|
40
|
-
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
41
37
|
readonly rangeSeparatorIcon?: string | undefined;
|
|
38
|
+
readonly format?: string | undefined;
|
|
42
39
|
readonly startPlaceholder?: readonly [{
|
|
43
40
|
readonly locale: "zh";
|
|
44
41
|
readonly message: string;
|
|
@@ -53,28 +50,31 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
53
50
|
readonly locale: "en" | "ja" | "ko";
|
|
54
51
|
readonly message: string;
|
|
55
52
|
}[]] | undefined;
|
|
56
|
-
readonly
|
|
57
|
-
|
|
53
|
+
readonly valueFormat?: string | undefined;
|
|
54
|
+
readonly disabledDate?: string | undefined;
|
|
55
|
+
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
56
|
+
readonly validations?: readonly {
|
|
57
|
+
readonly message: readonly [{
|
|
58
58
|
readonly locale: "zh";
|
|
59
59
|
readonly message: string;
|
|
60
60
|
}, ...{
|
|
61
61
|
readonly locale: "en" | "ja" | "ko";
|
|
62
62
|
readonly message: string;
|
|
63
63
|
}[]];
|
|
64
|
-
readonly
|
|
65
|
-
readonly
|
|
66
|
-
readonly start: string;
|
|
64
|
+
readonly warning?: boolean | undefined;
|
|
65
|
+
readonly when: string;
|
|
67
66
|
}[] | undefined;
|
|
68
|
-
readonly
|
|
69
|
-
readonly
|
|
67
|
+
readonly presets?: readonly {
|
|
68
|
+
readonly label: readonly [{
|
|
70
69
|
readonly locale: "zh";
|
|
71
70
|
readonly message: string;
|
|
72
71
|
}, ...{
|
|
73
72
|
readonly locale: "en" | "ja" | "ko";
|
|
74
73
|
readonly message: string;
|
|
75
74
|
}[]];
|
|
76
|
-
readonly
|
|
77
|
-
readonly
|
|
75
|
+
readonly id: string;
|
|
76
|
+
readonly end: string;
|
|
77
|
+
readonly start: string;
|
|
78
78
|
}[] | undefined;
|
|
79
79
|
}) => any;
|
|
80
80
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -109,11 +109,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
109
109
|
} | undefined;
|
|
110
110
|
readonly numberOfMonths?: number | undefined;
|
|
111
111
|
readonly hourCycle?: 12 | 24 | undefined;
|
|
112
|
-
readonly format?: string | undefined;
|
|
113
|
-
readonly valueFormat?: string | undefined;
|
|
114
|
-
readonly disabledDate?: string | undefined;
|
|
115
|
-
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
116
112
|
readonly rangeSeparatorIcon?: string | undefined;
|
|
113
|
+
readonly format?: string | undefined;
|
|
117
114
|
readonly startPlaceholder?: readonly [{
|
|
118
115
|
readonly locale: "zh";
|
|
119
116
|
readonly message: string;
|
|
@@ -128,28 +125,31 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
128
125
|
readonly locale: "en" | "ja" | "ko";
|
|
129
126
|
readonly message: string;
|
|
130
127
|
}[]] | undefined;
|
|
131
|
-
readonly
|
|
132
|
-
|
|
128
|
+
readonly valueFormat?: string | undefined;
|
|
129
|
+
readonly disabledDate?: string | undefined;
|
|
130
|
+
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
131
|
+
readonly validations?: readonly {
|
|
132
|
+
readonly message: readonly [{
|
|
133
133
|
readonly locale: "zh";
|
|
134
134
|
readonly message: string;
|
|
135
135
|
}, ...{
|
|
136
136
|
readonly locale: "en" | "ja" | "ko";
|
|
137
137
|
readonly message: string;
|
|
138
138
|
}[]];
|
|
139
|
-
readonly
|
|
140
|
-
readonly
|
|
141
|
-
readonly start: string;
|
|
139
|
+
readonly warning?: boolean | undefined;
|
|
140
|
+
readonly when: string;
|
|
142
141
|
}[] | undefined;
|
|
143
|
-
readonly
|
|
144
|
-
readonly
|
|
142
|
+
readonly presets?: readonly {
|
|
143
|
+
readonly label: readonly [{
|
|
145
144
|
readonly locale: "zh";
|
|
146
145
|
readonly message: string;
|
|
147
146
|
}, ...{
|
|
148
147
|
readonly locale: "en" | "ja" | "ko";
|
|
149
148
|
readonly message: string;
|
|
150
149
|
}[]];
|
|
151
|
-
readonly
|
|
152
|
-
readonly
|
|
150
|
+
readonly id: string;
|
|
151
|
+
readonly end: string;
|
|
152
|
+
readonly start: string;
|
|
153
153
|
}[] | undefined;
|
|
154
154
|
}) => any) | undefined;
|
|
155
155
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -33,9 +33,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
33
33
|
readonly expression: string;
|
|
34
34
|
} | undefined;
|
|
35
35
|
readonly hourCycle?: 12 | 24 | undefined;
|
|
36
|
+
readonly rangeSeparatorIcon?: string | undefined;
|
|
36
37
|
readonly valueFormat?: string | undefined;
|
|
37
38
|
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
38
|
-
readonly rangeSeparatorIcon?: string | undefined;
|
|
39
39
|
readonly validations?: readonly {
|
|
40
40
|
readonly message: readonly [{
|
|
41
41
|
readonly locale: "zh";
|
|
@@ -79,9 +79,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
79
79
|
readonly expression: string;
|
|
80
80
|
} | undefined;
|
|
81
81
|
readonly hourCycle?: 12 | 24 | undefined;
|
|
82
|
+
readonly rangeSeparatorIcon?: string | undefined;
|
|
82
83
|
readonly valueFormat?: string | undefined;
|
|
83
84
|
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
84
|
-
readonly rangeSeparatorIcon?: string | undefined;
|
|
85
85
|
readonly validations?: readonly {
|
|
86
86
|
readonly message: readonly [{
|
|
87
87
|
readonly locale: "zh";
|
|
@@ -33,9 +33,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
33
33
|
readonly expression: string;
|
|
34
34
|
} | undefined;
|
|
35
35
|
readonly hourCycle?: 12 | 24 | undefined;
|
|
36
|
+
readonly rangeSeparatorIcon?: string | undefined;
|
|
36
37
|
readonly valueFormat?: string | undefined;
|
|
37
38
|
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
38
|
-
readonly rangeSeparatorIcon?: string | undefined;
|
|
39
39
|
readonly validations?: readonly {
|
|
40
40
|
readonly message: readonly [{
|
|
41
41
|
readonly locale: "zh";
|
|
@@ -79,9 +79,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
79
79
|
readonly expression: string;
|
|
80
80
|
} | undefined;
|
|
81
81
|
readonly hourCycle?: 12 | 24 | undefined;
|
|
82
|
+
readonly rangeSeparatorIcon?: string | undefined;
|
|
82
83
|
readonly valueFormat?: string | undefined;
|
|
83
84
|
readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
|
|
84
|
-
readonly rangeSeparatorIcon?: string | undefined;
|
|
85
85
|
readonly validations?: readonly {
|
|
86
86
|
readonly message: readonly [{
|
|
87
87
|
readonly locale: "zh";
|