@shwfed/config 3.0.18 → 3.0.19

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 (56) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/app.vue +4 -1
  3. package/dist/runtime/components/config/blocks/2026-07-17/com.shwfed.block.invoice.realestate.lease/config.d.vue.ts +6 -6
  4. package/dist/runtime/components/config/blocks/2026-07-17/com.shwfed.block.invoice.realestate.lease/config.vue.d.ts +6 -6
  5. package/dist/runtime/components/config/blocks/2026-07-17/com.shwfed.block.invoice.realestate.lease/runtime.d.vue.ts +6 -6
  6. package/dist/runtime/components/config/blocks/2026-07-17/com.shwfed.block.invoice.realestate.lease/runtime.vue.d.ts +6 -6
  7. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.d.vue.ts +2 -2
  8. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.vue.d.ts +2 -2
  9. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.d.vue.ts +4 -4
  10. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +4 -4
  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 +6 -6
  14. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +6 -6
  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 +2 -2
  18. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/config.vue.d.ts +2 -2
  19. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/config.d.vue.ts +2 -2
  20. package/dist/runtime/components/form/fields/2026-04-28/com.shwfed.form.field.numberrange/config.vue.d.ts +2 -2
  21. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.d.vue.ts +2 -2
  22. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.vue.d.ts +2 -2
  23. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.d.vue.ts +4 -4
  24. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +4 -4
  25. package/dist/runtime/components/modal.vue +2 -1
  26. package/dist/runtime/components/ui/date-picker/DatePicker.d.vue.ts +4 -10
  27. package/dist/runtime/components/ui/date-picker/DatePicker.vue +57 -40
  28. package/dist/runtime/components/ui/date-picker/DatePicker.vue.d.ts +4 -10
  29. package/dist/runtime/components/ui/date-picker/DatePickerInput.d.vue.ts +2 -0
  30. package/dist/runtime/components/ui/date-picker/DatePickerInput.vue +2 -1
  31. package/dist/runtime/components/ui/date-picker/DatePickerInput.vue.d.ts +2 -0
  32. package/dist/runtime/components/ui/date-picker/DatePickerPanels.d.vue.ts +23 -0
  33. package/dist/runtime/components/ui/date-picker/DatePickerPanels.vue +56 -0
  34. package/dist/runtime/components/ui/date-picker/DatePickerPanels.vue.d.ts +23 -0
  35. package/dist/runtime/components/ui/date-picker/DatePickerTimeInput.d.vue.ts +2 -2
  36. package/dist/runtime/components/ui/date-picker/DatePickerTimeInput.vue.d.ts +2 -2
  37. package/dist/runtime/components/ui/date-picker/index.d.ts +2 -2
  38. package/dist/runtime/components/ui/date-picker/types.d.ts +6 -0
  39. package/dist/runtime/components/ui/date-range-picker/DateRangePicker.d.vue.ts +2 -8
  40. package/dist/runtime/components/ui/date-range-picker/DateRangePicker.vue +59 -43
  41. package/dist/runtime/components/ui/date-range-picker/DateRangePicker.vue.d.ts +2 -8
  42. package/dist/runtime/components/ui/date-range-picker/DateRangePickerInput.d.vue.ts +2 -0
  43. package/dist/runtime/components/ui/date-range-picker/DateRangePickerInput.vue +3 -2
  44. package/dist/runtime/components/ui/date-range-picker/DateRangePickerInput.vue.d.ts +2 -0
  45. package/dist/runtime/components/ui/date-range-picker/DateRangePickerPanels.d.vue.ts +23 -0
  46. package/dist/runtime/components/ui/date-range-picker/DateRangePickerPanels.vue +60 -0
  47. package/dist/runtime/components/ui/date-range-picker/DateRangePickerPanels.vue.d.ts +23 -0
  48. package/dist/runtime/components/ui/date-range-picker/DateRangePickerTimeInput.d.vue.ts +2 -2
  49. package/dist/runtime/components/ui/date-range-picker/DateRangePickerTimeInput.vue.d.ts +2 -2
  50. package/dist/runtime/components/ui/date-range-picker/index.d.ts +2 -2
  51. package/dist/runtime/components/ui/date-range-picker/types.d.ts +6 -0
  52. package/dist/runtime/components/ui/input-group/InputGroupNumberField.vue +1 -1
  53. package/dist/runtime/components/ui/sidebar/SidebarProvider.vue +3 -2
  54. package/dist/runtime/composables/useIsMobile.d.ts +15 -0
  55. package/dist/runtime/composables/useIsMobile.js +12 -0
  56. package/package.json +1 -1
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shwfed",
3
3
  "configKey": "shwfed",
4
- "version": "3.0.18",
4
+ "version": "3.0.19",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "unknown"
@@ -118,7 +118,10 @@ useHead({
118
118
  <ConfigProvider>
119
119
  <TooltipProvider :delay-duration="120">
120
120
  <slot />
121
- <Toaster />
121
+ <Toaster
122
+ position="top-center"
123
+ rich-colors
124
+ />
122
125
  <ClientOnly>
123
126
  <template
124
127
  v-for="session in renderedSessions"
@@ -13,13 +13,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
13
13
  readonly id: string;
14
14
  readonly line: {
15
15
  readonly name: string;
16
- readonly certNo?: string | undefined;
17
- readonly areaUnit?: string | undefined;
18
16
  readonly quantity?: string | undefined;
19
17
  readonly unitPrice?: string | undefined;
20
18
  readonly amount: string;
21
19
  readonly taxRate?: string | undefined;
22
20
  readonly taxAmount?: string | undefined;
21
+ readonly certNo?: string | undefined;
22
+ readonly areaUnit?: string | undefined;
23
23
  };
24
24
  readonly hidden?: string | undefined;
25
25
  readonly displayName?: string | undefined;
@@ -45,9 +45,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
45
45
  readonly leasePeriod: string;
46
46
  readonly crossCity: string;
47
47
  };
48
- readonly kindLabel: string;
49
48
  readonly totalAmount: string;
50
49
  readonly totalTax: string;
50
+ readonly kindLabel: string;
51
51
  }) => any;
52
52
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
53
53
  "onUpdate:modelValue"?: ((value: {
@@ -55,13 +55,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
55
55
  readonly id: string;
56
56
  readonly line: {
57
57
  readonly name: string;
58
- readonly certNo?: string | undefined;
59
- readonly areaUnit?: string | undefined;
60
58
  readonly quantity?: string | undefined;
61
59
  readonly unitPrice?: string | undefined;
62
60
  readonly amount: string;
63
61
  readonly taxRate?: string | undefined;
64
62
  readonly taxAmount?: string | undefined;
63
+ readonly certNo?: string | undefined;
64
+ readonly areaUnit?: string | undefined;
65
65
  };
66
66
  readonly hidden?: string | undefined;
67
67
  readonly displayName?: string | undefined;
@@ -87,9 +87,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
87
87
  readonly leasePeriod: string;
88
88
  readonly crossCity: string;
89
89
  };
90
- readonly kindLabel: string;
91
90
  readonly totalAmount: string;
92
91
  readonly totalTax: string;
92
+ readonly kindLabel: string;
93
93
  }) => any) | undefined;
94
94
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
95
95
  declare const _default: typeof __VLS_export;
@@ -13,13 +13,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
13
13
  readonly id: string;
14
14
  readonly line: {
15
15
  readonly name: string;
16
- readonly certNo?: string | undefined;
17
- readonly areaUnit?: string | undefined;
18
16
  readonly quantity?: string | undefined;
19
17
  readonly unitPrice?: string | undefined;
20
18
  readonly amount: string;
21
19
  readonly taxRate?: string | undefined;
22
20
  readonly taxAmount?: string | undefined;
21
+ readonly certNo?: string | undefined;
22
+ readonly areaUnit?: string | undefined;
23
23
  };
24
24
  readonly hidden?: string | undefined;
25
25
  readonly displayName?: string | undefined;
@@ -45,9 +45,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
45
45
  readonly leasePeriod: string;
46
46
  readonly crossCity: string;
47
47
  };
48
- readonly kindLabel: string;
49
48
  readonly totalAmount: string;
50
49
  readonly totalTax: string;
50
+ readonly kindLabel: string;
51
51
  }) => any;
52
52
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
53
53
  "onUpdate:modelValue"?: ((value: {
@@ -55,13 +55,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
55
55
  readonly id: string;
56
56
  readonly line: {
57
57
  readonly name: string;
58
- readonly certNo?: string | undefined;
59
- readonly areaUnit?: string | undefined;
60
58
  readonly quantity?: string | undefined;
61
59
  readonly unitPrice?: string | undefined;
62
60
  readonly amount: string;
63
61
  readonly taxRate?: string | undefined;
64
62
  readonly taxAmount?: string | undefined;
63
+ readonly certNo?: string | undefined;
64
+ readonly areaUnit?: string | undefined;
65
65
  };
66
66
  readonly hidden?: string | undefined;
67
67
  readonly displayName?: string | undefined;
@@ -87,9 +87,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
87
87
  readonly leasePeriod: string;
88
88
  readonly crossCity: string;
89
89
  };
90
- readonly kindLabel: string;
91
90
  readonly totalAmount: string;
92
91
  readonly totalTax: string;
92
+ readonly kindLabel: string;
93
93
  }) => any) | undefined;
94
94
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
95
95
  declare const _default: typeof __VLS_export;
@@ -13,13 +13,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
13
13
  readonly id: string;
14
14
  readonly line: {
15
15
  readonly name: string;
16
- readonly certNo?: string | undefined;
17
- readonly areaUnit?: string | undefined;
18
16
  readonly quantity?: string | undefined;
19
17
  readonly unitPrice?: string | undefined;
20
18
  readonly amount: string;
21
19
  readonly taxRate?: string | undefined;
22
20
  readonly taxAmount?: string | undefined;
21
+ readonly certNo?: string | undefined;
22
+ readonly areaUnit?: string | undefined;
23
23
  };
24
24
  readonly hidden?: string | undefined;
25
25
  readonly displayName?: string | undefined;
@@ -45,9 +45,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
45
45
  readonly leasePeriod: string;
46
46
  readonly crossCity: string;
47
47
  };
48
- readonly kindLabel: string;
49
48
  readonly totalAmount: string;
50
49
  readonly totalTax: string;
50
+ readonly kindLabel: string;
51
51
  }) => any;
52
52
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
53
53
  "onUpdate:block"?: ((value: {
@@ -55,13 +55,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
55
55
  readonly id: string;
56
56
  readonly line: {
57
57
  readonly name: string;
58
- readonly certNo?: string | undefined;
59
- readonly areaUnit?: string | undefined;
60
58
  readonly quantity?: string | undefined;
61
59
  readonly unitPrice?: string | undefined;
62
60
  readonly amount: string;
63
61
  readonly taxRate?: string | undefined;
64
62
  readonly taxAmount?: string | undefined;
63
+ readonly certNo?: string | undefined;
64
+ readonly areaUnit?: string | undefined;
65
65
  };
66
66
  readonly hidden?: string | undefined;
67
67
  readonly displayName?: string | undefined;
@@ -87,9 +87,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
87
87
  readonly leasePeriod: string;
88
88
  readonly crossCity: string;
89
89
  };
90
- readonly kindLabel: string;
91
90
  readonly totalAmount: string;
92
91
  readonly totalTax: string;
92
+ readonly kindLabel: string;
93
93
  }) => any) | undefined;
94
94
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
95
95
  declare const _default: typeof __VLS_export;
@@ -13,13 +13,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
13
13
  readonly id: string;
14
14
  readonly line: {
15
15
  readonly name: string;
16
- readonly certNo?: string | undefined;
17
- readonly areaUnit?: string | undefined;
18
16
  readonly quantity?: string | undefined;
19
17
  readonly unitPrice?: string | undefined;
20
18
  readonly amount: string;
21
19
  readonly taxRate?: string | undefined;
22
20
  readonly taxAmount?: string | undefined;
21
+ readonly certNo?: string | undefined;
22
+ readonly areaUnit?: string | undefined;
23
23
  };
24
24
  readonly hidden?: string | undefined;
25
25
  readonly displayName?: string | undefined;
@@ -45,9 +45,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
45
45
  readonly leasePeriod: string;
46
46
  readonly crossCity: string;
47
47
  };
48
- readonly kindLabel: string;
49
48
  readonly totalAmount: string;
50
49
  readonly totalTax: string;
50
+ readonly kindLabel: string;
51
51
  }) => any;
52
52
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
53
53
  "onUpdate:block"?: ((value: {
@@ -55,13 +55,13 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
55
55
  readonly id: string;
56
56
  readonly line: {
57
57
  readonly name: string;
58
- readonly certNo?: string | undefined;
59
- readonly areaUnit?: string | undefined;
60
58
  readonly quantity?: string | undefined;
61
59
  readonly unitPrice?: string | undefined;
62
60
  readonly amount: string;
63
61
  readonly taxRate?: string | undefined;
64
62
  readonly taxAmount?: string | undefined;
63
+ readonly certNo?: string | undefined;
64
+ readonly areaUnit?: string | undefined;
65
65
  };
66
66
  readonly hidden?: string | undefined;
67
67
  readonly displayName?: string | undefined;
@@ -87,9 +87,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
87
87
  readonly leasePeriod: string;
88
88
  readonly crossCity: string;
89
89
  };
90
- readonly kindLabel: string;
91
90
  readonly totalAmount: string;
92
91
  readonly totalTax: string;
92
+ readonly kindLabel: string;
93
93
  }) => any) | undefined;
94
94
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
95
95
  declare const _default: typeof __VLS_export;
@@ -40,8 +40,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
40
40
  readonly expression: string;
41
41
  } | undefined;
42
42
  readonly format?: string | undefined;
43
- readonly valueFormat?: string | undefined;
44
43
  readonly disabledDate?: string | undefined;
44
+ readonly valueFormat?: string | undefined;
45
45
  readonly validations?: readonly {
46
46
  readonly message: readonly [{
47
47
  readonly locale: "zh";
@@ -103,8 +103,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
103
103
  readonly expression: string;
104
104
  } | undefined;
105
105
  readonly format?: string | undefined;
106
- readonly valueFormat?: string | undefined;
107
106
  readonly disabledDate?: string | undefined;
107
+ readonly valueFormat?: string | undefined;
108
108
  readonly validations?: readonly {
109
109
  readonly message: readonly [{
110
110
  readonly locale: "zh";
@@ -40,8 +40,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
40
40
  readonly expression: string;
41
41
  } | undefined;
42
42
  readonly format?: string | undefined;
43
- readonly valueFormat?: string | undefined;
44
43
  readonly disabledDate?: string | undefined;
44
+ readonly valueFormat?: string | undefined;
45
45
  readonly validations?: readonly {
46
46
  readonly message: readonly [{
47
47
  readonly locale: "zh";
@@ -103,8 +103,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
103
103
  readonly expression: string;
104
104
  } | undefined;
105
105
  readonly format?: string | undefined;
106
- readonly valueFormat?: string | undefined;
107
106
  readonly disabledDate?: string | undefined;
107
+ readonly valueFormat?: string | undefined;
108
108
  readonly validations?: readonly {
109
109
  readonly message: readonly [{
110
110
  readonly locale: "zh";
@@ -34,9 +34,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
34
34
  } | undefined;
35
35
  readonly numberOfMonths?: number | undefined;
36
36
  readonly format?: string | undefined;
37
- readonly valueFormat?: string | undefined;
38
37
  readonly disabledDate?: string | undefined;
39
- readonly rangeSeparatorIcon?: string | undefined;
38
+ readonly valueFormat?: string | undefined;
40
39
  readonly startPlaceholder?: readonly [{
41
40
  readonly locale: "zh";
42
41
  readonly message: string;
@@ -51,6 +50,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
51
50
  readonly locale: "en" | "ja" | "ko";
52
51
  readonly message: string;
53
52
  }[]] | undefined;
53
+ readonly rangeSeparatorIcon?: string | undefined;
54
54
  readonly validations?: readonly {
55
55
  readonly message: readonly [{
56
56
  readonly locale: "zh";
@@ -107,9 +107,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
107
107
  } | undefined;
108
108
  readonly numberOfMonths?: number | undefined;
109
109
  readonly format?: string | undefined;
110
- readonly valueFormat?: string | undefined;
111
110
  readonly disabledDate?: string | undefined;
112
- readonly rangeSeparatorIcon?: string | undefined;
111
+ readonly valueFormat?: string | undefined;
113
112
  readonly startPlaceholder?: readonly [{
114
113
  readonly locale: "zh";
115
114
  readonly message: string;
@@ -124,6 +123,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
124
123
  readonly locale: "en" | "ja" | "ko";
125
124
  readonly message: string;
126
125
  }[]] | undefined;
126
+ readonly rangeSeparatorIcon?: string | undefined;
127
127
  readonly validations?: readonly {
128
128
  readonly message: readonly [{
129
129
  readonly locale: "zh";
@@ -34,9 +34,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
34
34
  } | undefined;
35
35
  readonly numberOfMonths?: number | undefined;
36
36
  readonly format?: string | undefined;
37
- readonly valueFormat?: string | undefined;
38
37
  readonly disabledDate?: string | undefined;
39
- readonly rangeSeparatorIcon?: string | undefined;
38
+ readonly valueFormat?: string | undefined;
40
39
  readonly startPlaceholder?: readonly [{
41
40
  readonly locale: "zh";
42
41
  readonly message: string;
@@ -51,6 +50,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
51
50
  readonly locale: "en" | "ja" | "ko";
52
51
  readonly message: string;
53
52
  }[]] | undefined;
53
+ readonly rangeSeparatorIcon?: string | undefined;
54
54
  readonly validations?: readonly {
55
55
  readonly message: readonly [{
56
56
  readonly locale: "zh";
@@ -107,9 +107,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
107
107
  } | undefined;
108
108
  readonly numberOfMonths?: number | undefined;
109
109
  readonly format?: string | undefined;
110
- readonly valueFormat?: string | undefined;
111
110
  readonly disabledDate?: string | undefined;
112
- readonly rangeSeparatorIcon?: string | undefined;
111
+ readonly valueFormat?: string | undefined;
113
112
  readonly startPlaceholder?: readonly [{
114
113
  readonly locale: "zh";
115
114
  readonly message: string;
@@ -124,6 +123,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
124
123
  readonly locale: "en" | "ja" | "ko";
125
124
  readonly message: string;
126
125
  }[]] | undefined;
126
+ readonly rangeSeparatorIcon?: string | undefined;
127
127
  readonly validations?: readonly {
128
128
  readonly message: readonly [{
129
129
  readonly locale: "zh";
@@ -39,11 +39,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
39
39
  readonly mode: "formula" | "prefill";
40
40
  readonly expression: string;
41
41
  } | undefined;
42
- readonly hourCycle?: 12 | 24 | undefined;
43
42
  readonly format?: string | undefined;
44
- readonly valueFormat?: string | undefined;
43
+ readonly hourCycle?: 12 | 24 | undefined;
45
44
  readonly disabledDate?: string | undefined;
46
45
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
46
+ readonly valueFormat?: string | undefined;
47
47
  readonly validations?: readonly {
48
48
  readonly message: readonly [{
49
49
  readonly locale: "zh";
@@ -104,11 +104,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
104
104
  readonly mode: "formula" | "prefill";
105
105
  readonly expression: string;
106
106
  } | undefined;
107
- readonly hourCycle?: 12 | 24 | undefined;
108
107
  readonly format?: string | undefined;
109
- readonly valueFormat?: string | undefined;
108
+ readonly hourCycle?: 12 | 24 | undefined;
110
109
  readonly disabledDate?: string | undefined;
111
110
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
111
+ readonly valueFormat?: string | undefined;
112
112
  readonly validations?: readonly {
113
113
  readonly message: readonly [{
114
114
  readonly locale: "zh";
@@ -39,11 +39,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
39
39
  readonly mode: "formula" | "prefill";
40
40
  readonly expression: string;
41
41
  } | undefined;
42
- readonly hourCycle?: 12 | 24 | undefined;
43
42
  readonly format?: string | undefined;
44
- readonly valueFormat?: string | undefined;
43
+ readonly hourCycle?: 12 | 24 | undefined;
45
44
  readonly disabledDate?: string | undefined;
46
45
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
46
+ readonly valueFormat?: string | undefined;
47
47
  readonly validations?: readonly {
48
48
  readonly message: readonly [{
49
49
  readonly locale: "zh";
@@ -104,11 +104,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
104
104
  readonly mode: "formula" | "prefill";
105
105
  readonly expression: string;
106
106
  } | undefined;
107
- readonly hourCycle?: 12 | 24 | undefined;
108
107
  readonly format?: string | undefined;
109
- readonly valueFormat?: string | undefined;
108
+ readonly hourCycle?: 12 | 24 | undefined;
110
109
  readonly disabledDate?: string | undefined;
111
110
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
111
+ readonly valueFormat?: string | undefined;
112
112
  readonly validations?: readonly {
113
113
  readonly message: readonly [{
114
114
  readonly locale: "zh";
@@ -33,12 +33,11 @@ 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 hourCycle?: 12 | 24 | undefined;
37
36
  readonly format?: string | undefined;
38
- readonly valueFormat?: string | undefined;
37
+ readonly hourCycle?: 12 | 24 | undefined;
39
38
  readonly disabledDate?: string | undefined;
40
39
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
41
- readonly rangeSeparatorIcon?: string | undefined;
40
+ readonly valueFormat?: string | undefined;
42
41
  readonly startPlaceholder?: readonly [{
43
42
  readonly locale: "zh";
44
43
  readonly message: string;
@@ -53,6 +52,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
52
  readonly locale: "en" | "ja" | "ko";
54
53
  readonly message: string;
55
54
  }[]] | undefined;
55
+ readonly rangeSeparatorIcon?: string | undefined;
56
56
  readonly validations?: readonly {
57
57
  readonly message: readonly [{
58
58
  readonly locale: "zh";
@@ -108,12 +108,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
108
108
  readonly expression: string;
109
109
  } | undefined;
110
110
  readonly numberOfMonths?: number | undefined;
111
- readonly hourCycle?: 12 | 24 | undefined;
112
111
  readonly format?: string | undefined;
113
- readonly valueFormat?: string | undefined;
112
+ readonly hourCycle?: 12 | 24 | undefined;
114
113
  readonly disabledDate?: string | undefined;
115
114
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
116
- readonly rangeSeparatorIcon?: string | undefined;
115
+ readonly valueFormat?: string | undefined;
117
116
  readonly startPlaceholder?: readonly [{
118
117
  readonly locale: "zh";
119
118
  readonly message: string;
@@ -128,6 +127,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
128
127
  readonly locale: "en" | "ja" | "ko";
129
128
  readonly message: string;
130
129
  }[]] | undefined;
130
+ readonly rangeSeparatorIcon?: string | undefined;
131
131
  readonly validations?: readonly {
132
132
  readonly message: readonly [{
133
133
  readonly locale: "zh";
@@ -33,12 +33,11 @@ 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 hourCycle?: 12 | 24 | undefined;
37
36
  readonly format?: string | undefined;
38
- readonly valueFormat?: string | undefined;
37
+ readonly hourCycle?: 12 | 24 | undefined;
39
38
  readonly disabledDate?: string | undefined;
40
39
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
41
- readonly rangeSeparatorIcon?: string | undefined;
40
+ readonly valueFormat?: string | undefined;
42
41
  readonly startPlaceholder?: readonly [{
43
42
  readonly locale: "zh";
44
43
  readonly message: string;
@@ -53,6 +52,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
52
  readonly locale: "en" | "ja" | "ko";
54
53
  readonly message: string;
55
54
  }[]] | undefined;
55
+ readonly rangeSeparatorIcon?: string | undefined;
56
56
  readonly validations?: readonly {
57
57
  readonly message: readonly [{
58
58
  readonly locale: "zh";
@@ -108,12 +108,11 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
108
108
  readonly expression: string;
109
109
  } | undefined;
110
110
  readonly numberOfMonths?: number | undefined;
111
- readonly hourCycle?: 12 | 24 | undefined;
112
111
  readonly format?: string | undefined;
113
- readonly valueFormat?: string | undefined;
112
+ readonly hourCycle?: 12 | 24 | undefined;
114
113
  readonly disabledDate?: string | undefined;
115
114
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
116
- readonly rangeSeparatorIcon?: string | undefined;
115
+ readonly valueFormat?: string | undefined;
117
116
  readonly startPlaceholder?: readonly [{
118
117
  readonly locale: "zh";
119
118
  readonly message: string;
@@ -128,6 +127,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
128
127
  readonly locale: "en" | "ja" | "ko";
129
128
  readonly message: string;
130
129
  }[]] | undefined;
130
+ readonly rangeSeparatorIcon?: string | undefined;
131
131
  readonly validations?: readonly {
132
132
  readonly message: readonly [{
133
133
  readonly locale: "zh";
@@ -33,8 +33,8 @@ 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 valueFormat?: string | undefined;
37
36
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
37
+ readonly valueFormat?: string | undefined;
38
38
  readonly validations?: readonly {
39
39
  readonly message: readonly [{
40
40
  readonly locale: "zh";
@@ -78,8 +78,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
78
78
  readonly expression: string;
79
79
  } | undefined;
80
80
  readonly hourCycle?: 12 | 24 | undefined;
81
- readonly valueFormat?: string | undefined;
82
81
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
82
+ readonly valueFormat?: string | undefined;
83
83
  readonly validations?: readonly {
84
84
  readonly message: readonly [{
85
85
  readonly locale: "zh";
@@ -33,8 +33,8 @@ 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 valueFormat?: string | undefined;
37
36
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
37
+ readonly valueFormat?: string | undefined;
38
38
  readonly validations?: readonly {
39
39
  readonly message: readonly [{
40
40
  readonly locale: "zh";
@@ -78,8 +78,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
78
78
  readonly expression: string;
79
79
  } | undefined;
80
80
  readonly hourCycle?: 12 | 24 | undefined;
81
- readonly valueFormat?: string | undefined;
82
81
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
82
+ readonly valueFormat?: string | undefined;
83
83
  readonly validations?: readonly {
84
84
  readonly message: readonly [{
85
85
  readonly locale: "zh";
@@ -33,8 +33,8 @@ 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 valueFormat?: string | undefined;
37
36
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
37
+ readonly valueFormat?: string | undefined;
38
38
  readonly rangeSeparatorIcon?: string | undefined;
39
39
  readonly validations?: readonly {
40
40
  readonly message: readonly [{
@@ -79,8 +79,8 @@ 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 valueFormat?: string | undefined;
83
82
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
83
+ readonly valueFormat?: string | undefined;
84
84
  readonly rangeSeparatorIcon?: string | undefined;
85
85
  readonly validations?: readonly {
86
86
  readonly message: readonly [{
@@ -33,8 +33,8 @@ 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 valueFormat?: string | undefined;
37
36
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
37
+ readonly valueFormat?: string | undefined;
38
38
  readonly rangeSeparatorIcon?: string | undefined;
39
39
  readonly validations?: readonly {
40
40
  readonly message: readonly [{
@@ -79,8 +79,8 @@ 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 valueFormat?: string | undefined;
83
82
  readonly timeGranularity?: "second" | "minute" | "hour" | undefined;
83
+ readonly valueFormat?: string | undefined;
84
84
  readonly rangeSeparatorIcon?: string | undefined;
85
85
  readonly validations?: readonly {
86
86
  readonly message: readonly [{
@@ -35,7 +35,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
35
35
  readonly mode: "formula" | "prefill";
36
36
  readonly expression: string;
37
37
  } | undefined;
38
- readonly rangeSeparatorIcon?: string | undefined;
39
38
  readonly startPlaceholder?: readonly [{
40
39
  readonly locale: "zh";
41
40
  readonly message: string;
@@ -50,6 +49,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
50
49
  readonly locale: "en" | "ja" | "ko";
51
50
  readonly message: string;
52
51
  }[]] | undefined;
52
+ readonly rangeSeparatorIcon?: string | undefined;
53
53
  readonly validations?: readonly {
54
54
  readonly message: readonly [{
55
55
  readonly locale: "zh";
@@ -98,7 +98,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
98
98
  readonly mode: "formula" | "prefill";
99
99
  readonly expression: string;
100
100
  } | undefined;
101
- readonly rangeSeparatorIcon?: string | undefined;
102
101
  readonly startPlaceholder?: readonly [{
103
102
  readonly locale: "zh";
104
103
  readonly message: string;
@@ -113,6 +112,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
113
112
  readonly locale: "en" | "ja" | "ko";
114
113
  readonly message: string;
115
114
  }[]] | undefined;
115
+ readonly rangeSeparatorIcon?: string | undefined;
116
116
  readonly validations?: readonly {
117
117
  readonly message: readonly [{
118
118
  readonly locale: "zh";
@@ -35,7 +35,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
35
35
  readonly mode: "formula" | "prefill";
36
36
  readonly expression: string;
37
37
  } | undefined;
38
- readonly rangeSeparatorIcon?: string | undefined;
39
38
  readonly startPlaceholder?: readonly [{
40
39
  readonly locale: "zh";
41
40
  readonly message: string;
@@ -50,6 +49,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
50
49
  readonly locale: "en" | "ja" | "ko";
51
50
  readonly message: string;
52
51
  }[]] | undefined;
52
+ readonly rangeSeparatorIcon?: string | undefined;
53
53
  readonly validations?: readonly {
54
54
  readonly message: readonly [{
55
55
  readonly locale: "zh";
@@ -98,7 +98,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
98
98
  readonly mode: "formula" | "prefill";
99
99
  readonly expression: string;
100
100
  } | undefined;
101
- readonly rangeSeparatorIcon?: string | undefined;
102
101
  readonly startPlaceholder?: readonly [{
103
102
  readonly locale: "zh";
104
103
  readonly message: string;
@@ -113,6 +112,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
113
112
  readonly locale: "en" | "ja" | "ko";
114
113
  readonly message: string;
115
114
  }[]] | undefined;
115
+ readonly rangeSeparatorIcon?: string | undefined;
116
116
  readonly validations?: readonly {
117
117
  readonly message: readonly [{
118
118
  readonly locale: "zh";