@shwfed/config 2.7.2 → 2.7.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.
- package/dist/mcp.mjs +1095 -1019
- package/dist/module.json +1 -1
- package/dist/preview/assets/{badge-CJpxWUkB.js → badge-CV7CwAKY.js} +1 -1
- package/dist/preview/assets/{config-BRiILJ2a.js → config-5JFmp62X.js} +1 -1
- package/dist/preview/assets/{config-CbMKku2N.js → config-BkS5uufU.js} +1 -1
- package/dist/preview/assets/{config-D8tXo17l.js → config-Bo4cd_u5.js} +1 -1
- package/dist/preview/assets/{config-QHRydAV_.js → config-BoVPp04e.js} +1 -1
- package/dist/preview/assets/{config-dtgP-3mj.js → config-CMcqX_mc.js} +1 -1
- package/dist/preview/assets/{config-OQtpit00.js → config-Ck5_8YaL.js} +1 -1
- package/dist/preview/assets/{config-DtCRvYa9.js → config-DE97oObU.js} +1 -1
- package/dist/preview/assets/{config-B-uvT_pb.js → config-L72ON8PT.js} +1 -1
- package/dist/preview/assets/{config-D9pA2oC8.js → config-dk7L4924.js} +1 -1
- package/dist/preview/assets/{definition.vue_vue_type_script_setup_true_lang-Dp8O3US_.js → definition.vue_vue_type_script_setup_true_lang-Cr7UNELp.js} +1 -1
- package/dist/preview/assets/index-C2PrdVxC.css +1 -0
- package/dist/preview/assets/{index-BBJQYeyQ.js → index-CTZy_nrf.js} +167 -167
- package/dist/preview/assets/index-CY99yvOi.js +1 -0
- package/dist/preview/assets/{index-BWNTkzpm.js → index-DumuGVME.js} +1 -1
- package/dist/preview/assets/{item-BpzTGOEt.js → item-BhBaPg4Z.js} +1 -1
- package/dist/preview/assets/{runtime-BDyVuoP3.js → runtime-BbGu9CHo.js} +1 -1
- package/dist/preview/assets/{runtime-C29fORZL.js → runtime-C6Pc6N3T.js} +1 -1
- package/dist/preview/assets/{runtime-DMsEFiBw.js → runtime-CILO8PDD.js} +1 -1
- package/dist/preview/assets/{runtime-By0VH4uC.js → runtime-CrNhb4dv.js} +1 -1
- package/dist/preview/assets/{runtime-DiTvLHpE.js → runtime-DZuxXJrv.js} +1 -1
- package/dist/preview/assets/{runtime-Busbr90M.js → runtime-DrxczhTW.js} +1 -1
- package/dist/preview/assets/{runtime-B5S6icpw.js → runtime-KTenCV-J.js} +1 -1
- package/dist/preview/assets/{runtime-DfP3qvGT.js → runtime-iR16bMIx.js} +1 -1
- package/dist/preview/assets/{runtime-BjB2wvFX.js → runtime-luMscNiE.js} +1 -1
- package/dist/preview/index.html +2 -2
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/config.d.vue.ts +2 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/config.vue +27 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/config.vue.d.ts +2 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/runtime.d.vue.ts +2 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/runtime.vue +18 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/runtime.vue.d.ts +2 -0
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/schema.d.ts +2 -1
- package/dist/runtime/components/config/blocks/2026-05-06/com.shwfed.block.markdown/schema.js +10 -1
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/config.d.vue.ts +34 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/config.vue +153 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/config.vue.d.ts +34 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/runtime.d.vue.ts +34 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/runtime.vue +41 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/runtime.vue.d.ts +34 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/schema.d.ts +33 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.icon/schema.js +45 -0
- package/dist/runtime/components/config/config.vue +135 -22
- package/dist/runtime/components/config/index.d.vue.ts +4 -0
- package/dist/runtime/components/config/index.vue +26 -2
- package/dist/runtime/components/config/index.vue.d.ts +4 -0
- package/dist/runtime/components/config/schema.d.ts +20 -0
- package/dist/runtime/components/config/schema.js +15 -1
- 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 +18 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +18 -18
- 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 +18 -18
- package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +18 -18
- 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 +18 -18
- package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +18 -18
- package/package.json +1 -1
- package/dist/preview/assets/index-ChitoGhE.js +0 -1
- package/dist/preview/assets/index-DFKLSxdT.css +0 -1
package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.vue.d.ts
CHANGED
|
@@ -41,27 +41,27 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
41
41
|
} | undefined;
|
|
42
42
|
readonly format?: string | undefined;
|
|
43
43
|
readonly valueFormat?: string | undefined;
|
|
44
|
-
readonly
|
|
45
|
-
readonly
|
|
44
|
+
readonly presets?: readonly {
|
|
45
|
+
readonly label: readonly [{
|
|
46
46
|
readonly locale: "zh";
|
|
47
47
|
readonly message: string;
|
|
48
48
|
}, ...{
|
|
49
49
|
readonly locale: "en" | "ja" | "ko";
|
|
50
50
|
readonly message: string;
|
|
51
51
|
}[]];
|
|
52
|
-
readonly
|
|
53
|
-
readonly
|
|
52
|
+
readonly id: string;
|
|
53
|
+
readonly value: string;
|
|
54
54
|
}[] | undefined;
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
55
|
+
readonly validations?: readonly {
|
|
56
|
+
readonly message: readonly [{
|
|
57
57
|
readonly locale: "zh";
|
|
58
58
|
readonly message: string;
|
|
59
59
|
}, ...{
|
|
60
60
|
readonly locale: "en" | "ja" | "ko";
|
|
61
61
|
readonly message: string;
|
|
62
62
|
}[]];
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
63
|
+
readonly warning?: boolean | undefined;
|
|
64
|
+
readonly when: string;
|
|
65
65
|
}[] | undefined;
|
|
66
66
|
}) => any;
|
|
67
67
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -103,27 +103,27 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
103
103
|
} | undefined;
|
|
104
104
|
readonly format?: string | undefined;
|
|
105
105
|
readonly valueFormat?: string | undefined;
|
|
106
|
-
readonly
|
|
107
|
-
readonly
|
|
106
|
+
readonly presets?: readonly {
|
|
107
|
+
readonly label: readonly [{
|
|
108
108
|
readonly locale: "zh";
|
|
109
109
|
readonly message: string;
|
|
110
110
|
}, ...{
|
|
111
111
|
readonly locale: "en" | "ja" | "ko";
|
|
112
112
|
readonly message: string;
|
|
113
113
|
}[]];
|
|
114
|
-
readonly
|
|
115
|
-
readonly
|
|
114
|
+
readonly id: string;
|
|
115
|
+
readonly value: string;
|
|
116
116
|
}[] | undefined;
|
|
117
|
-
readonly
|
|
118
|
-
readonly
|
|
117
|
+
readonly validations?: readonly {
|
|
118
|
+
readonly message: readonly [{
|
|
119
119
|
readonly locale: "zh";
|
|
120
120
|
readonly message: string;
|
|
121
121
|
}, ...{
|
|
122
122
|
readonly locale: "en" | "ja" | "ko";
|
|
123
123
|
readonly message: string;
|
|
124
124
|
}[]];
|
|
125
|
-
readonly
|
|
126
|
-
readonly
|
|
125
|
+
readonly warning?: boolean | undefined;
|
|
126
|
+
readonly when: string;
|
|
127
127
|
}[] | undefined;
|
|
128
128
|
}) => any) | undefined;
|
|
129
129
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -50,28 +50,28 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
50
50
|
readonly locale: "en" | "ja" | "ko";
|
|
51
51
|
readonly message: string;
|
|
52
52
|
}[]] | undefined;
|
|
53
|
-
readonly
|
|
54
|
-
readonly
|
|
53
|
+
readonly presets?: readonly {
|
|
54
|
+
readonly label: readonly [{
|
|
55
55
|
readonly locale: "zh";
|
|
56
56
|
readonly message: string;
|
|
57
57
|
}, ...{
|
|
58
58
|
readonly locale: "en" | "ja" | "ko";
|
|
59
59
|
readonly message: string;
|
|
60
60
|
}[]];
|
|
61
|
-
readonly
|
|
62
|
-
readonly
|
|
61
|
+
readonly id: string;
|
|
62
|
+
readonly end: string;
|
|
63
|
+
readonly start: string;
|
|
63
64
|
}[] | undefined;
|
|
64
|
-
readonly
|
|
65
|
-
readonly
|
|
65
|
+
readonly validations?: readonly {
|
|
66
|
+
readonly message: readonly [{
|
|
66
67
|
readonly locale: "zh";
|
|
67
68
|
readonly message: string;
|
|
68
69
|
}, ...{
|
|
69
70
|
readonly locale: "en" | "ja" | "ko";
|
|
70
71
|
readonly message: string;
|
|
71
72
|
}[]];
|
|
72
|
-
readonly
|
|
73
|
-
readonly
|
|
74
|
-
readonly start: string;
|
|
73
|
+
readonly warning?: boolean | undefined;
|
|
74
|
+
readonly when: string;
|
|
75
75
|
}[] | undefined;
|
|
76
76
|
}) => any;
|
|
77
77
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -122,28 +122,28 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
122
122
|
readonly locale: "en" | "ja" | "ko";
|
|
123
123
|
readonly message: string;
|
|
124
124
|
}[]] | undefined;
|
|
125
|
-
readonly
|
|
126
|
-
readonly
|
|
125
|
+
readonly presets?: readonly {
|
|
126
|
+
readonly label: readonly [{
|
|
127
127
|
readonly locale: "zh";
|
|
128
128
|
readonly message: string;
|
|
129
129
|
}, ...{
|
|
130
130
|
readonly locale: "en" | "ja" | "ko";
|
|
131
131
|
readonly message: string;
|
|
132
132
|
}[]];
|
|
133
|
-
readonly
|
|
134
|
-
readonly
|
|
133
|
+
readonly id: string;
|
|
134
|
+
readonly end: string;
|
|
135
|
+
readonly start: string;
|
|
135
136
|
}[] | undefined;
|
|
136
|
-
readonly
|
|
137
|
-
readonly
|
|
137
|
+
readonly validations?: readonly {
|
|
138
|
+
readonly message: readonly [{
|
|
138
139
|
readonly locale: "zh";
|
|
139
140
|
readonly message: string;
|
|
140
141
|
}, ...{
|
|
141
142
|
readonly locale: "en" | "ja" | "ko";
|
|
142
143
|
readonly message: string;
|
|
143
144
|
}[]];
|
|
144
|
-
readonly
|
|
145
|
-
readonly
|
|
146
|
-
readonly start: string;
|
|
145
|
+
readonly warning?: boolean | undefined;
|
|
146
|
+
readonly when: string;
|
|
147
147
|
}[] | undefined;
|
|
148
148
|
}) => any) | undefined;
|
|
149
149
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -50,28 +50,28 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
50
50
|
readonly locale: "en" | "ja" | "ko";
|
|
51
51
|
readonly message: string;
|
|
52
52
|
}[]] | undefined;
|
|
53
|
-
readonly
|
|
54
|
-
readonly
|
|
53
|
+
readonly presets?: readonly {
|
|
54
|
+
readonly label: readonly [{
|
|
55
55
|
readonly locale: "zh";
|
|
56
56
|
readonly message: string;
|
|
57
57
|
}, ...{
|
|
58
58
|
readonly locale: "en" | "ja" | "ko";
|
|
59
59
|
readonly message: string;
|
|
60
60
|
}[]];
|
|
61
|
-
readonly
|
|
62
|
-
readonly
|
|
61
|
+
readonly id: string;
|
|
62
|
+
readonly end: string;
|
|
63
|
+
readonly start: string;
|
|
63
64
|
}[] | undefined;
|
|
64
|
-
readonly
|
|
65
|
-
readonly
|
|
65
|
+
readonly validations?: readonly {
|
|
66
|
+
readonly message: readonly [{
|
|
66
67
|
readonly locale: "zh";
|
|
67
68
|
readonly message: string;
|
|
68
69
|
}, ...{
|
|
69
70
|
readonly locale: "en" | "ja" | "ko";
|
|
70
71
|
readonly message: string;
|
|
71
72
|
}[]];
|
|
72
|
-
readonly
|
|
73
|
-
readonly
|
|
74
|
-
readonly start: string;
|
|
73
|
+
readonly warning?: boolean | undefined;
|
|
74
|
+
readonly when: string;
|
|
75
75
|
}[] | undefined;
|
|
76
76
|
}) => any;
|
|
77
77
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -122,28 +122,28 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
122
122
|
readonly locale: "en" | "ja" | "ko";
|
|
123
123
|
readonly message: string;
|
|
124
124
|
}[]] | undefined;
|
|
125
|
-
readonly
|
|
126
|
-
readonly
|
|
125
|
+
readonly presets?: readonly {
|
|
126
|
+
readonly label: readonly [{
|
|
127
127
|
readonly locale: "zh";
|
|
128
128
|
readonly message: string;
|
|
129
129
|
}, ...{
|
|
130
130
|
readonly locale: "en" | "ja" | "ko";
|
|
131
131
|
readonly message: string;
|
|
132
132
|
}[]];
|
|
133
|
-
readonly
|
|
134
|
-
readonly
|
|
133
|
+
readonly id: string;
|
|
134
|
+
readonly end: string;
|
|
135
|
+
readonly start: string;
|
|
135
136
|
}[] | undefined;
|
|
136
|
-
readonly
|
|
137
|
-
readonly
|
|
137
|
+
readonly validations?: readonly {
|
|
138
|
+
readonly message: readonly [{
|
|
138
139
|
readonly locale: "zh";
|
|
139
140
|
readonly message: string;
|
|
140
141
|
}, ...{
|
|
141
142
|
readonly locale: "en" | "ja" | "ko";
|
|
142
143
|
readonly message: string;
|
|
143
144
|
}[]];
|
|
144
|
-
readonly
|
|
145
|
-
readonly
|
|
146
|
-
readonly start: string;
|
|
145
|
+
readonly warning?: boolean | undefined;
|
|
146
|
+
readonly when: string;
|
|
147
147
|
}[] | undefined;
|
|
148
148
|
}) => any) | undefined;
|
|
149
149
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -43,27 +43,27 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
43
43
|
readonly format?: string | undefined;
|
|
44
44
|
readonly valueFormat?: string | undefined;
|
|
45
45
|
readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
|
|
46
|
-
readonly
|
|
47
|
-
readonly
|
|
46
|
+
readonly presets?: readonly {
|
|
47
|
+
readonly label: readonly [{
|
|
48
48
|
readonly locale: "zh";
|
|
49
49
|
readonly message: string;
|
|
50
50
|
}, ...{
|
|
51
51
|
readonly locale: "en" | "ja" | "ko";
|
|
52
52
|
readonly message: string;
|
|
53
53
|
}[]];
|
|
54
|
-
readonly
|
|
55
|
-
readonly
|
|
54
|
+
readonly id: string;
|
|
55
|
+
readonly value: string;
|
|
56
56
|
}[] | undefined;
|
|
57
|
-
readonly
|
|
58
|
-
readonly
|
|
57
|
+
readonly validations?: readonly {
|
|
58
|
+
readonly message: readonly [{
|
|
59
59
|
readonly locale: "zh";
|
|
60
60
|
readonly message: string;
|
|
61
61
|
}, ...{
|
|
62
62
|
readonly locale: "en" | "ja" | "ko";
|
|
63
63
|
readonly message: string;
|
|
64
64
|
}[]];
|
|
65
|
-
readonly
|
|
66
|
-
readonly
|
|
65
|
+
readonly warning?: boolean | undefined;
|
|
66
|
+
readonly when: string;
|
|
67
67
|
}[] | undefined;
|
|
68
68
|
}) => any;
|
|
69
69
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -107,27 +107,27 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
107
107
|
readonly format?: string | undefined;
|
|
108
108
|
readonly valueFormat?: string | undefined;
|
|
109
109
|
readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
|
|
110
|
-
readonly
|
|
111
|
-
readonly
|
|
110
|
+
readonly presets?: readonly {
|
|
111
|
+
readonly label: readonly [{
|
|
112
112
|
readonly locale: "zh";
|
|
113
113
|
readonly message: string;
|
|
114
114
|
}, ...{
|
|
115
115
|
readonly locale: "en" | "ja" | "ko";
|
|
116
116
|
readonly message: string;
|
|
117
117
|
}[]];
|
|
118
|
-
readonly
|
|
119
|
-
readonly
|
|
118
|
+
readonly id: string;
|
|
119
|
+
readonly value: string;
|
|
120
120
|
}[] | undefined;
|
|
121
|
-
readonly
|
|
122
|
-
readonly
|
|
121
|
+
readonly validations?: readonly {
|
|
122
|
+
readonly message: readonly [{
|
|
123
123
|
readonly locale: "zh";
|
|
124
124
|
readonly message: string;
|
|
125
125
|
}, ...{
|
|
126
126
|
readonly locale: "en" | "ja" | "ko";
|
|
127
127
|
readonly message: string;
|
|
128
128
|
}[]];
|
|
129
|
-
readonly
|
|
130
|
-
readonly
|
|
129
|
+
readonly warning?: boolean | undefined;
|
|
130
|
+
readonly when: string;
|
|
131
131
|
}[] | undefined;
|
|
132
132
|
}) => any) | undefined;
|
|
133
133
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -43,27 +43,27 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
43
43
|
readonly format?: string | undefined;
|
|
44
44
|
readonly valueFormat?: string | undefined;
|
|
45
45
|
readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
|
|
46
|
-
readonly
|
|
47
|
-
readonly
|
|
46
|
+
readonly presets?: readonly {
|
|
47
|
+
readonly label: readonly [{
|
|
48
48
|
readonly locale: "zh";
|
|
49
49
|
readonly message: string;
|
|
50
50
|
}, ...{
|
|
51
51
|
readonly locale: "en" | "ja" | "ko";
|
|
52
52
|
readonly message: string;
|
|
53
53
|
}[]];
|
|
54
|
-
readonly
|
|
55
|
-
readonly
|
|
54
|
+
readonly id: string;
|
|
55
|
+
readonly value: string;
|
|
56
56
|
}[] | undefined;
|
|
57
|
-
readonly
|
|
58
|
-
readonly
|
|
57
|
+
readonly validations?: readonly {
|
|
58
|
+
readonly message: readonly [{
|
|
59
59
|
readonly locale: "zh";
|
|
60
60
|
readonly message: string;
|
|
61
61
|
}, ...{
|
|
62
62
|
readonly locale: "en" | "ja" | "ko";
|
|
63
63
|
readonly message: string;
|
|
64
64
|
}[]];
|
|
65
|
-
readonly
|
|
66
|
-
readonly
|
|
65
|
+
readonly warning?: boolean | undefined;
|
|
66
|
+
readonly when: string;
|
|
67
67
|
}[] | undefined;
|
|
68
68
|
}) => any;
|
|
69
69
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -107,27 +107,27 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
107
107
|
readonly format?: string | undefined;
|
|
108
108
|
readonly valueFormat?: string | undefined;
|
|
109
109
|
readonly timeGranularity?: "hour" | "minute" | "second" | undefined;
|
|
110
|
-
readonly
|
|
111
|
-
readonly
|
|
110
|
+
readonly presets?: readonly {
|
|
111
|
+
readonly label: readonly [{
|
|
112
112
|
readonly locale: "zh";
|
|
113
113
|
readonly message: string;
|
|
114
114
|
}, ...{
|
|
115
115
|
readonly locale: "en" | "ja" | "ko";
|
|
116
116
|
readonly message: string;
|
|
117
117
|
}[]];
|
|
118
|
-
readonly
|
|
119
|
-
readonly
|
|
118
|
+
readonly id: string;
|
|
119
|
+
readonly value: string;
|
|
120
120
|
}[] | undefined;
|
|
121
|
-
readonly
|
|
122
|
-
readonly
|
|
121
|
+
readonly validations?: readonly {
|
|
122
|
+
readonly message: readonly [{
|
|
123
123
|
readonly locale: "zh";
|
|
124
124
|
readonly message: string;
|
|
125
125
|
}, ...{
|
|
126
126
|
readonly locale: "en" | "ja" | "ko";
|
|
127
127
|
readonly message: string;
|
|
128
128
|
}[]];
|
|
129
|
-
readonly
|
|
130
|
-
readonly
|
|
129
|
+
readonly warning?: boolean | undefined;
|
|
130
|
+
readonly when: string;
|
|
131
131
|
}[] | undefined;
|
|
132
132
|
}) => any) | undefined;
|
|
133
133
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -52,28 +52,28 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
52
52
|
readonly locale: "en" | "ja" | "ko";
|
|
53
53
|
readonly message: string;
|
|
54
54
|
}[]] | undefined;
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
55
|
+
readonly presets?: readonly {
|
|
56
|
+
readonly label: readonly [{
|
|
57
57
|
readonly locale: "zh";
|
|
58
58
|
readonly message: string;
|
|
59
59
|
}, ...{
|
|
60
60
|
readonly locale: "en" | "ja" | "ko";
|
|
61
61
|
readonly message: string;
|
|
62
62
|
}[]];
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
63
|
+
readonly id: string;
|
|
64
|
+
readonly end: string;
|
|
65
|
+
readonly start: string;
|
|
65
66
|
}[] | undefined;
|
|
66
|
-
readonly
|
|
67
|
-
readonly
|
|
67
|
+
readonly validations?: readonly {
|
|
68
|
+
readonly message: readonly [{
|
|
68
69
|
readonly locale: "zh";
|
|
69
70
|
readonly message: string;
|
|
70
71
|
}, ...{
|
|
71
72
|
readonly locale: "en" | "ja" | "ko";
|
|
72
73
|
readonly message: string;
|
|
73
74
|
}[]];
|
|
74
|
-
readonly
|
|
75
|
-
readonly
|
|
76
|
-
readonly start: string;
|
|
75
|
+
readonly warning?: boolean | undefined;
|
|
76
|
+
readonly when: string;
|
|
77
77
|
}[] | undefined;
|
|
78
78
|
}) => any;
|
|
79
79
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -126,28 +126,28 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
126
126
|
readonly locale: "en" | "ja" | "ko";
|
|
127
127
|
readonly message: string;
|
|
128
128
|
}[]] | undefined;
|
|
129
|
-
readonly
|
|
130
|
-
readonly
|
|
129
|
+
readonly presets?: readonly {
|
|
130
|
+
readonly label: readonly [{
|
|
131
131
|
readonly locale: "zh";
|
|
132
132
|
readonly message: string;
|
|
133
133
|
}, ...{
|
|
134
134
|
readonly locale: "en" | "ja" | "ko";
|
|
135
135
|
readonly message: string;
|
|
136
136
|
}[]];
|
|
137
|
-
readonly
|
|
138
|
-
readonly
|
|
137
|
+
readonly id: string;
|
|
138
|
+
readonly end: string;
|
|
139
|
+
readonly start: string;
|
|
139
140
|
}[] | undefined;
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
141
|
+
readonly validations?: readonly {
|
|
142
|
+
readonly message: readonly [{
|
|
142
143
|
readonly locale: "zh";
|
|
143
144
|
readonly message: string;
|
|
144
145
|
}, ...{
|
|
145
146
|
readonly locale: "en" | "ja" | "ko";
|
|
146
147
|
readonly message: string;
|
|
147
148
|
}[]];
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
150
|
-
readonly start: string;
|
|
149
|
+
readonly warning?: boolean | undefined;
|
|
150
|
+
readonly when: string;
|
|
151
151
|
}[] | undefined;
|
|
152
152
|
}) => any) | undefined;
|
|
153
153
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -52,28 +52,28 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
52
52
|
readonly locale: "en" | "ja" | "ko";
|
|
53
53
|
readonly message: string;
|
|
54
54
|
}[]] | undefined;
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
55
|
+
readonly presets?: readonly {
|
|
56
|
+
readonly label: readonly [{
|
|
57
57
|
readonly locale: "zh";
|
|
58
58
|
readonly message: string;
|
|
59
59
|
}, ...{
|
|
60
60
|
readonly locale: "en" | "ja" | "ko";
|
|
61
61
|
readonly message: string;
|
|
62
62
|
}[]];
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
63
|
+
readonly id: string;
|
|
64
|
+
readonly end: string;
|
|
65
|
+
readonly start: string;
|
|
65
66
|
}[] | undefined;
|
|
66
|
-
readonly
|
|
67
|
-
readonly
|
|
67
|
+
readonly validations?: readonly {
|
|
68
|
+
readonly message: readonly [{
|
|
68
69
|
readonly locale: "zh";
|
|
69
70
|
readonly message: string;
|
|
70
71
|
}, ...{
|
|
71
72
|
readonly locale: "en" | "ja" | "ko";
|
|
72
73
|
readonly message: string;
|
|
73
74
|
}[]];
|
|
74
|
-
readonly
|
|
75
|
-
readonly
|
|
76
|
-
readonly start: string;
|
|
75
|
+
readonly warning?: boolean | undefined;
|
|
76
|
+
readonly when: string;
|
|
77
77
|
}[] | undefined;
|
|
78
78
|
}) => any;
|
|
79
79
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -126,28 +126,28 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
126
126
|
readonly locale: "en" | "ja" | "ko";
|
|
127
127
|
readonly message: string;
|
|
128
128
|
}[]] | undefined;
|
|
129
|
-
readonly
|
|
130
|
-
readonly
|
|
129
|
+
readonly presets?: readonly {
|
|
130
|
+
readonly label: readonly [{
|
|
131
131
|
readonly locale: "zh";
|
|
132
132
|
readonly message: string;
|
|
133
133
|
}, ...{
|
|
134
134
|
readonly locale: "en" | "ja" | "ko";
|
|
135
135
|
readonly message: string;
|
|
136
136
|
}[]];
|
|
137
|
-
readonly
|
|
138
|
-
readonly
|
|
137
|
+
readonly id: string;
|
|
138
|
+
readonly end: string;
|
|
139
|
+
readonly start: string;
|
|
139
140
|
}[] | undefined;
|
|
140
|
-
readonly
|
|
141
|
-
readonly
|
|
141
|
+
readonly validations?: readonly {
|
|
142
|
+
readonly message: readonly [{
|
|
142
143
|
readonly locale: "zh";
|
|
143
144
|
readonly message: string;
|
|
144
145
|
}, ...{
|
|
145
146
|
readonly locale: "en" | "ja" | "ko";
|
|
146
147
|
readonly message: string;
|
|
147
148
|
}[]];
|
|
148
|
-
readonly
|
|
149
|
-
readonly
|
|
150
|
-
readonly start: string;
|
|
149
|
+
readonly warning?: boolean | undefined;
|
|
150
|
+
readonly when: string;
|
|
151
151
|
}[] | undefined;
|
|
152
152
|
}) => any) | undefined;
|
|
153
153
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.d.vue.ts
CHANGED
|
@@ -41,27 +41,27 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
41
41
|
} | undefined;
|
|
42
42
|
readonly format?: string | undefined;
|
|
43
43
|
readonly valueFormat?: string | undefined;
|
|
44
|
-
readonly
|
|
45
|
-
readonly
|
|
44
|
+
readonly presets?: readonly {
|
|
45
|
+
readonly label: readonly [{
|
|
46
46
|
readonly locale: "zh";
|
|
47
47
|
readonly message: string;
|
|
48
48
|
}, ...{
|
|
49
49
|
readonly locale: "en" | "ja" | "ko";
|
|
50
50
|
readonly message: string;
|
|
51
51
|
}[]];
|
|
52
|
-
readonly
|
|
53
|
-
readonly
|
|
52
|
+
readonly id: string;
|
|
53
|
+
readonly value: string;
|
|
54
54
|
}[] | undefined;
|
|
55
|
-
readonly
|
|
56
|
-
readonly
|
|
55
|
+
readonly validations?: readonly {
|
|
56
|
+
readonly message: readonly [{
|
|
57
57
|
readonly locale: "zh";
|
|
58
58
|
readonly message: string;
|
|
59
59
|
}, ...{
|
|
60
60
|
readonly locale: "en" | "ja" | "ko";
|
|
61
61
|
readonly message: string;
|
|
62
62
|
}[]];
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
63
|
+
readonly warning?: boolean | undefined;
|
|
64
|
+
readonly when: string;
|
|
65
65
|
}[] | undefined;
|
|
66
66
|
}) => any;
|
|
67
67
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -103,27 +103,27 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
103
103
|
} | undefined;
|
|
104
104
|
readonly format?: string | undefined;
|
|
105
105
|
readonly valueFormat?: string | undefined;
|
|
106
|
-
readonly
|
|
107
|
-
readonly
|
|
106
|
+
readonly presets?: readonly {
|
|
107
|
+
readonly label: readonly [{
|
|
108
108
|
readonly locale: "zh";
|
|
109
109
|
readonly message: string;
|
|
110
110
|
}, ...{
|
|
111
111
|
readonly locale: "en" | "ja" | "ko";
|
|
112
112
|
readonly message: string;
|
|
113
113
|
}[]];
|
|
114
|
-
readonly
|
|
115
|
-
readonly
|
|
114
|
+
readonly id: string;
|
|
115
|
+
readonly value: string;
|
|
116
116
|
}[] | undefined;
|
|
117
|
-
readonly
|
|
118
|
-
readonly
|
|
117
|
+
readonly validations?: readonly {
|
|
118
|
+
readonly message: readonly [{
|
|
119
119
|
readonly locale: "zh";
|
|
120
120
|
readonly message: string;
|
|
121
121
|
}, ...{
|
|
122
122
|
readonly locale: "en" | "ja" | "ko";
|
|
123
123
|
readonly message: string;
|
|
124
124
|
}[]];
|
|
125
|
-
readonly
|
|
126
|
-
readonly
|
|
125
|
+
readonly warning?: boolean | undefined;
|
|
126
|
+
readonly when: string;
|
|
127
127
|
}[] | undefined;
|
|
128
128
|
}) => any) | undefined;
|
|
129
129
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|