@shwfed/config 2.12.2 → 2.12.3

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 (22) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.d.vue.ts +6 -6
  3. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +6 -6
  4. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.d.vue.ts +8 -8
  5. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +8 -8
  6. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/config.d.vue.ts +2 -2
  7. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.timerange/config.vue.d.ts +2 -2
  8. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.d.vue.ts +6 -6
  9. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +6 -6
  10. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.multi/runtime.vue +2 -2
  11. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.single/runtime.vue +2 -2
  12. package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/runtime.vue +2 -2
  13. package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/runtime.vue +2 -2
  14. package/dist/runtime/components/ui/date-picker/DatePickerInput.d.vue.ts +1 -1
  15. package/dist/runtime/components/ui/date-picker/DatePickerInput.vue.d.ts +1 -1
  16. package/dist/runtime/components/ui/date-picker/DatePickerTimeInput.d.vue.ts +1 -1
  17. package/dist/runtime/components/ui/date-picker/DatePickerTimeInput.vue.d.ts +1 -1
  18. package/dist/runtime/components/ui/date-range-picker/DateRangePickerInput.d.vue.ts +1 -1
  19. package/dist/runtime/components/ui/date-range-picker/DateRangePickerInput.vue.d.ts +1 -1
  20. package/dist/runtime/components/ui/date-range-picker/DateRangePickerTimeInput.d.vue.ts +2 -2
  21. package/dist/runtime/components/ui/date-range-picker/DateRangePickerTimeInput.vue.d.ts +2 -2
  22. 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": "2.12.2",
4
+ "version": "2.12.3",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "unknown"
@@ -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,6 +49,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
51
49
  readonly locale: "en" | "ja" | "ko";
52
50
  readonly message: string;
53
51
  }[]] | undefined;
52
+ readonly valueFormat?: string | undefined;
53
+ readonly disabledDate?: string | undefined;
54
54
  readonly validations?: readonly {
55
55
  readonly message: readonly [{
56
56
  readonly locale: "zh";
@@ -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,6 +122,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
124
122
  readonly locale: "en" | "ja" | "ko";
125
123
  readonly message: string;
126
124
  }[]] | undefined;
125
+ readonly valueFormat?: string | undefined;
126
+ readonly disabledDate?: string | undefined;
127
127
  readonly validations?: readonly {
128
128
  readonly message: readonly [{
129
129
  readonly locale: "zh";
@@ -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,6 +49,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
51
49
  readonly locale: "en" | "ja" | "ko";
52
50
  readonly message: string;
53
51
  }[]] | undefined;
52
+ readonly valueFormat?: string | undefined;
53
+ readonly disabledDate?: string | undefined;
54
54
  readonly validations?: readonly {
55
55
  readonly message: readonly [{
56
56
  readonly locale: "zh";
@@ -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,6 +122,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
124
122
  readonly locale: "en" | "ja" | "ko";
125
123
  readonly message: string;
126
124
  }[]] | undefined;
125
+ readonly valueFormat?: string | undefined;
126
+ readonly disabledDate?: string | undefined;
127
127
  readonly validations?: readonly {
128
128
  readonly message: readonly [{
129
129
  readonly locale: "zh";
@@ -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?: "hour" | "minute" | "second" | 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,6 +50,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
50
  readonly locale: "en" | "ja" | "ko";
54
51
  readonly message: string;
55
52
  }[]] | undefined;
53
+ readonly valueFormat?: string | undefined;
54
+ readonly disabledDate?: string | undefined;
55
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
56
56
  readonly validations?: readonly {
57
57
  readonly message: readonly [{
58
58
  readonly locale: "zh";
@@ -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?: "hour" | "minute" | "second" | 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,6 +125,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
128
125
  readonly locale: "en" | "ja" | "ko";
129
126
  readonly message: string;
130
127
  }[]] | undefined;
128
+ readonly valueFormat?: string | undefined;
129
+ readonly disabledDate?: string | undefined;
130
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
131
131
  readonly validations?: readonly {
132
132
  readonly message: readonly [{
133
133
  readonly locale: "zh";
@@ -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?: "hour" | "minute" | "second" | 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,6 +50,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
50
  readonly locale: "en" | "ja" | "ko";
54
51
  readonly message: string;
55
52
  }[]] | undefined;
53
+ readonly valueFormat?: string | undefined;
54
+ readonly disabledDate?: string | undefined;
55
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
56
56
  readonly validations?: readonly {
57
57
  readonly message: readonly [{
58
58
  readonly locale: "zh";
@@ -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?: "hour" | "minute" | "second" | 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,6 +125,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
128
125
  readonly locale: "en" | "ja" | "ko";
129
126
  readonly message: string;
130
127
  }[]] | undefined;
128
+ readonly valueFormat?: string | undefined;
129
+ readonly disabledDate?: string | undefined;
130
+ readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
131
131
  readonly validations?: readonly {
132
132
  readonly message: readonly [{
133
133
  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?: "hour" | "minute" | "second" | 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?: "hour" | "minute" | "second" | 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?: "hour" | "minute" | "second" | 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?: "hour" | "minute" | "second" | undefined;
84
- readonly rangeSeparatorIcon?: string | undefined;
85
85
  readonly validations?: readonly {
86
86
  readonly message: readonly [{
87
87
  readonly locale: "zh";
@@ -32,10 +32,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
32
32
  readonly mode: "formula" | "prefill";
33
33
  readonly expression: string;
34
34
  } | undefined;
35
- readonly format?: string | undefined;
36
- readonly valueFormat?: string | undefined;
37
- readonly disabledDate?: string | undefined;
38
35
  readonly rangeSeparatorIcon?: string | undefined;
36
+ readonly format?: string | undefined;
39
37
  readonly startPlaceholder?: readonly [{
40
38
  readonly locale: "zh";
41
39
  readonly message: string;
@@ -50,6 +48,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
50
48
  readonly locale: "en" | "ja" | "ko";
51
49
  readonly message: string;
52
50
  }[]] | undefined;
51
+ readonly valueFormat?: string | undefined;
52
+ readonly disabledDate?: string | undefined;
53
53
  readonly validations?: readonly {
54
54
  readonly message: readonly [{
55
55
  readonly locale: "zh";
@@ -104,10 +104,8 @@ 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 format?: string | undefined;
108
- readonly valueFormat?: string | undefined;
109
- readonly disabledDate?: string | undefined;
110
107
  readonly rangeSeparatorIcon?: string | undefined;
108
+ readonly format?: string | undefined;
111
109
  readonly startPlaceholder?: readonly [{
112
110
  readonly locale: "zh";
113
111
  readonly message: string;
@@ -122,6 +120,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
122
120
  readonly locale: "en" | "ja" | "ko";
123
121
  readonly message: string;
124
122
  }[]] | undefined;
123
+ readonly valueFormat?: string | undefined;
124
+ readonly disabledDate?: string | undefined;
125
125
  readonly validations?: readonly {
126
126
  readonly message: readonly [{
127
127
  readonly locale: "zh";
@@ -32,10 +32,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
32
32
  readonly mode: "formula" | "prefill";
33
33
  readonly expression: string;
34
34
  } | undefined;
35
- readonly format?: string | undefined;
36
- readonly valueFormat?: string | undefined;
37
- readonly disabledDate?: string | undefined;
38
35
  readonly rangeSeparatorIcon?: string | undefined;
36
+ readonly format?: string | undefined;
39
37
  readonly startPlaceholder?: readonly [{
40
38
  readonly locale: "zh";
41
39
  readonly message: string;
@@ -50,6 +48,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
50
48
  readonly locale: "en" | "ja" | "ko";
51
49
  readonly message: string;
52
50
  }[]] | undefined;
51
+ readonly valueFormat?: string | undefined;
52
+ readonly disabledDate?: string | undefined;
53
53
  readonly validations?: readonly {
54
54
  readonly message: readonly [{
55
55
  readonly locale: "zh";
@@ -104,10 +104,8 @@ 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 format?: string | undefined;
108
- readonly valueFormat?: string | undefined;
109
- readonly disabledDate?: string | undefined;
110
107
  readonly rangeSeparatorIcon?: string | undefined;
108
+ readonly format?: string | undefined;
111
109
  readonly startPlaceholder?: readonly [{
112
110
  readonly locale: "zh";
113
111
  readonly message: string;
@@ -122,6 +120,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
122
120
  readonly locale: "en" | "ja" | "ko";
123
121
  readonly message: string;
124
122
  }[]] | undefined;
123
+ readonly valueFormat?: string | undefined;
124
+ readonly disabledDate?: string | undefined;
125
125
  readonly validations?: readonly {
126
126
  readonly message: readonly [{
127
127
  readonly locale: "zh";
@@ -251,7 +251,7 @@ publishSelection(
251
251
  props.fieldId,
252
252
  () => selectedEntries.value.length > 0 ? selectedEntries.value : void 0,
253
253
  {
254
- identity: (list) => list.map((e) => e.key).join("\0"),
254
+ identity: (list) => list.map((e) => `${e.key}\0${String(e.value)}`).join(""),
255
255
  raw: (list) => list.map((e) => e.raw)
256
256
  }
257
257
  );
@@ -259,7 +259,7 @@ publishOptions(
259
259
  props.fieldId,
260
260
  () => entries.value.length > 0 ? entries.value : void 0,
261
261
  {
262
- identity: (list) => list.map((e) => e.key).join(" "),
262
+ identity: (list) => list.map((e) => `${e.key}\0${String(e.value)}`).join(""),
263
263
  raw: (list) => list.map((e) => e.raw)
264
264
  }
265
265
  );
@@ -253,13 +253,13 @@ const selectedLabel = computed(() => selectedEntry.value?.label ?? "");
253
253
  publishSelection(
254
254
  props.fieldId,
255
255
  () => selectedEntry.value,
256
- { identity: (entry) => entry.key, raw: (entry) => entry.raw }
256
+ { identity: (entry) => `${entry.key}\0${String(entry.value)}`, raw: (entry) => entry.raw }
257
257
  );
258
258
  publishOptions(
259
259
  props.fieldId,
260
260
  () => entries.value.length > 0 ? entries.value : void 0,
261
261
  {
262
- identity: (list) => list.map((entry) => entry.key).join(" "),
262
+ identity: (list) => list.map((entry) => `${entry.key}\0${String(entry.value)}`).join(""),
263
263
  raw: (list) => list.map((entry) => entry.raw)
264
264
  }
265
265
  );
@@ -244,7 +244,7 @@ publishSelection(
244
244
  props.fieldId,
245
245
  () => selectedEntries.value.length > 0 ? selectedEntries.value : void 0,
246
246
  {
247
- identity: (list) => list.map((e) => e.key).join("\0"),
247
+ identity: (list) => list.map((e) => `${e.key}\0${String(e.value)}`).join(""),
248
248
  raw: (list) => list.map((e) => e.raw)
249
249
  }
250
250
  );
@@ -252,7 +252,7 @@ publishOptions(
252
252
  props.fieldId,
253
253
  () => entries.value.length > 0 ? entries.value : void 0,
254
254
  {
255
- identity: (list) => list.map((e) => e.key).join(" "),
255
+ identity: (list) => list.map((e) => `${e.key}\0${String(e.value)}`).join(""),
256
256
  raw: (list) => list.map((e) => e.raw)
257
257
  }
258
258
  );
@@ -256,13 +256,13 @@ const selectedLabel = computed(() => selectedEntry.value?.label ?? "");
256
256
  publishSelection(
257
257
  props.fieldId,
258
258
  () => selectedEntry.value,
259
- { identity: (entry) => entry.key, raw: (entry) => entry.raw }
259
+ { identity: (entry) => `${entry.key}\0${String(entry.value)}`, raw: (entry) => entry.raw }
260
260
  );
261
261
  publishOptions(
262
262
  props.fieldId,
263
263
  () => entries.value.length > 0 ? entries.value : void 0,
264
264
  {
265
- identity: (list) => list.map((entry) => entry.key).join(" "),
265
+ identity: (list) => list.map((entry) => `${entry.key}\0${String(entry.value)}`).join(""),
266
266
  raw: (list) => list.map((entry) => entry.raw)
267
267
  }
268
268
  );
@@ -28,8 +28,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
28
28
  "onUpdate:modelValue"?: ((args_0: Date | undefined) => any) | undefined;
29
29
  }>, {
30
30
  size: "sm" | "md" | "lg";
31
- clearable: boolean;
32
31
  clearIcon: string;
32
+ clearable: boolean;
33
33
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
34
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
35
35
  declare const _default: typeof __VLS_export;
@@ -28,8 +28,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {},
28
28
  "onUpdate:modelValue"?: ((args_0: Date | undefined) => any) | undefined;
29
29
  }>, {
30
30
  size: "sm" | "md" | "lg";
31
- clearable: boolean;
32
31
  clearIcon: string;
32
+ clearable: boolean;
33
33
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
34
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
35
35
  declare const _default: typeof __VLS_export;
@@ -22,8 +22,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
22
22
  size: "sm" | "md" | "lg";
23
23
  granularity: "hour" | "minute" | "second";
24
24
  hourCycle: 12 | 24;
25
- clearable: boolean;
26
25
  clearIcon: string;
26
+ clearable: boolean;
27
27
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
28
  declare const _default: typeof __VLS_export;
29
29
  export default _default;
@@ -22,8 +22,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
22
22
  size: "sm" | "md" | "lg";
23
23
  granularity: "hour" | "minute" | "second";
24
24
  hourCycle: 12 | 24;
25
- clearable: boolean;
26
25
  clearIcon: string;
26
+ clearable: boolean;
27
27
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
28
  declare const _default: typeof __VLS_export;
29
29
  export default _default;
@@ -29,8 +29,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
29
29
  "onUpdate:endValue"?: ((args_0: Date | undefined) => any) | undefined;
30
30
  }>, {
31
31
  size: "sm" | "md" | "lg";
32
- clearable: boolean;
33
32
  clearIcon: string;
33
+ clearable: boolean;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
35
  declare const _default: typeof __VLS_export;
36
36
  export default _default;
@@ -29,8 +29,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
29
29
  "onUpdate:endValue"?: ((args_0: Date | undefined) => any) | undefined;
30
30
  }>, {
31
31
  size: "sm" | "md" | "lg";
32
- clearable: boolean;
33
32
  clearIcon: string;
33
+ clearable: boolean;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
35
  declare const _default: typeof __VLS_export;
36
36
  export default _default;
@@ -26,9 +26,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
26
26
  size: "sm" | "md" | "lg";
27
27
  granularity: "hour" | "minute" | "second";
28
28
  hourCycle: 12 | 24;
29
- clearable: boolean;
30
- clearIcon: string;
31
29
  rangeSeparatorIcon: string;
30
+ clearIcon: string;
31
+ clearable: boolean;
32
32
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
33
33
  declare const _default: typeof __VLS_export;
34
34
  export default _default;
@@ -26,9 +26,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
26
26
  size: "sm" | "md" | "lg";
27
27
  granularity: "hour" | "minute" | "second";
28
28
  hourCycle: 12 | 24;
29
- clearable: boolean;
30
- clearIcon: string;
31
29
  rangeSeparatorIcon: string;
30
+ clearIcon: string;
31
+ clearable: boolean;
32
32
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
33
33
  declare const _default: typeof __VLS_export;
34
34
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shwfed/config",
3
- "version": "2.12.2",
3
+ "version": "2.12.3",
4
4
  "description": "Configurable UI for SHWFED",
5
5
  "type": "module",
6
6
  "publishConfig": {