@shwfed/nuxt 0.9.2 → 0.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.json +1 -1
- package/dist/runtime/components/fields.d.vue.ts +75 -3
- package/dist/runtime/components/fields.vue +2 -0
- package/dist/runtime/components/fields.vue.d.ts +75 -3
- package/dist/runtime/components/ui/field/FieldError.vue +1 -1
- package/dist/runtime/components/ui/field/index.js +1 -1
- package/dist/runtime/components/ui/fields/Fields.d.vue.ts +147 -2
- package/dist/runtime/components/ui/fields/Fields.vue +107 -9
- package/dist/runtime/components/ui/fields/Fields.vue.d.ts +147 -2
- package/dist/runtime/components/ui/fields/schema.d.ts +127 -2
- package/dist/runtime/components/ui/fields/schema.js +37 -1
- package/dist/runtime/components/ui/fields-configurator/FieldsConfiguratorDialog.d.vue.ts +70 -0
- package/dist/runtime/components/ui/fields-configurator/FieldsConfiguratorDialog.vue +692 -151
- package/dist/runtime/components/ui/fields-configurator/FieldsConfiguratorDialog.vue.d.ts +70 -0
- package/dist/runtime/components/ui/input-group/index.js +2 -2
- package/package.json +1 -1
|
@@ -1,14 +1,31 @@
|
|
|
1
1
|
import z from "zod";
|
|
2
2
|
import { dotPropC, expressionC, localeC } from "../../../utils/coders.js";
|
|
3
|
+
const fieldIdC = z.uuid().describe("\u5B57\u6BB5\u552F\u4E00\u6807\u8BC6\uFF0C\u5FC5\u987B\u662F UUID");
|
|
3
4
|
export const ValidationRuleC = z.object({
|
|
4
5
|
expression: expressionC("bool", { value: "dyn", form: "map<string, dyn>" }).describe("\u8FD4\u56DE\u5E03\u5C14\u503C\u7684 CEL \u8868\u8FBE\u5F0F\uFF0C\u53EF\u4F7F\u7528 value \u548C form \u53D8\u91CF"),
|
|
5
6
|
message: z.string().describe("\u6821\u9A8C\u5931\u8D25\u65F6\u5C55\u793A\u7684 Markdown \u6D88\u606F\uFF0C\u53EF\u5728 {{ expression }} \u4E2D\u4F7F\u7528 value \u548C form \u53D8\u91CF")
|
|
6
7
|
}).readonly();
|
|
7
8
|
export const validationC = z.array(ValidationRuleC).readonly().optional().describe("\u5B57\u6BB5\u5931\u7126\u65F6\u6309\u987A\u5E8F\u6267\u884C\u7684\u6821\u9A8C\u89C4\u5219\uFF0C\u547D\u4E2D\u7B2C\u4E00\u4E2A\u5931\u8D25\u89C4\u5219\u540E\u505C\u6B62");
|
|
8
9
|
export const StringFieldC = z.object({
|
|
10
|
+
id: fieldIdC,
|
|
9
11
|
type: z.literal("string").describe("\u5355\u884C\u6587\u672C\u8F93\u5165\u5B57\u6BB5\uFF0C\u7ED1\u5B9A string \u7C7B\u578B\u7684\u503C"),
|
|
10
12
|
path: dotPropC,
|
|
11
13
|
title: localeC.describe("\u5B57\u6BB5\u6807\u7B7E\u7684\u672C\u5730\u5316\u663E\u793A\u6587\u672C"),
|
|
14
|
+
required: z.boolean().optional().describe("\u4E3A true \u65F6\uFF0C\u4EC5\u5728\u5B57\u6BB5\u6807\u7B7E\u540E\u663E\u793A\u5FC5\u586B\u63D0\u793A\u661F\u53F7\uFF0C\u4E0D\u5F71\u54CD\u5B9E\u9645\u6821\u9A8C\u903B\u8F91"),
|
|
15
|
+
icon: z.string().optional().describe("Iconify \u56FE\u6807\u6807\u8BC6\u7B26\uFF0C\u663E\u793A\u5728\u8F93\u5165\u6846\u5185\u4FA7"),
|
|
16
|
+
style: z.string().optional().describe("CSS \u6837\u5F0F\u5BF9\u8C61\u8868\u8FBE\u5F0F\uFF0C\u63A7\u5236\u5B57\u6BB5\u7684\u5E03\u5C40\u4E0E\u5916\u89C2"),
|
|
17
|
+
discardEmptyString: z.boolean().optional().describe("\u4E3A true \u65F6\uFF0C\u7A7A\u5B57\u7B26\u4E32\u4F5C\u4E3A\u6709\u6548\u503C\u5B58\u50A8\uFF1B\u5426\u5219\u6E05\u7A7A\u8F93\u5165\u5C06\u5220\u9664\u5BF9\u5E94\u5C5E\u6027"),
|
|
18
|
+
maxLength: expressionC("int").optional().describe('\u8FD4\u56DE\u6574\u6570\u7684 CEL \u8868\u8FBE\u5F0F\uFF0C\u9650\u5236\u8F93\u5165\u7684\u6700\u5927\u5B57\u7B26\u6570\uFF0C\u5982 "100"'),
|
|
19
|
+
hidden: expressionC("bool", { form: "map<string, dyn>" }).optional().describe("\u4E3A true \u65F6\uFF0C\u9690\u85CF\u8FD9\u4E2A\u5B57\u6BB5"),
|
|
20
|
+
disabled: expressionC("bool", { form: "map<string, dyn>" }).optional().describe("\u4E3A true \u65F6\uFF0C\u7981\u7528\u8FD9\u4E2A\u5B57\u6BB5"),
|
|
21
|
+
validation: validationC
|
|
22
|
+
});
|
|
23
|
+
export const TextareaFieldC = z.object({
|
|
24
|
+
id: fieldIdC,
|
|
25
|
+
type: z.literal("textarea").describe("\u591A\u884C\u6587\u672C\u8F93\u5165\u5B57\u6BB5\uFF0C\u7ED1\u5B9A string \u7C7B\u578B\u7684\u503C"),
|
|
26
|
+
path: dotPropC,
|
|
27
|
+
title: localeC.describe("\u5B57\u6BB5\u6807\u7B7E\u7684\u672C\u5730\u5316\u663E\u793A\u6587\u672C"),
|
|
28
|
+
required: z.boolean().optional().describe("\u4E3A true \u65F6\uFF0C\u4EC5\u5728\u5B57\u6BB5\u6807\u7B7E\u540E\u663E\u793A\u5FC5\u586B\u63D0\u793A\u661F\u53F7\uFF0C\u4E0D\u5F71\u54CD\u5B9E\u9645\u6821\u9A8C\u903B\u8F91"),
|
|
12
29
|
icon: z.string().optional().describe("Iconify \u56FE\u6807\u6807\u8BC6\u7B26\uFF0C\u663E\u793A\u5728\u8F93\u5165\u6846\u5185\u4FA7"),
|
|
13
30
|
style: z.string().optional().describe("CSS \u6837\u5F0F\u5BF9\u8C61\u8868\u8FBE\u5F0F\uFF0C\u63A7\u5236\u5B57\u6BB5\u7684\u5E03\u5C40\u4E0E\u5916\u89C2"),
|
|
14
31
|
discardEmptyString: z.boolean().optional().describe("\u4E3A true \u65F6\uFF0C\u7A7A\u5B57\u7B26\u4E32\u4F5C\u4E3A\u6709\u6548\u503C\u5B58\u50A8\uFF1B\u5426\u5219\u6E05\u7A7A\u8F93\u5165\u5C06\u5220\u9664\u5BF9\u5E94\u5C5E\u6027"),
|
|
@@ -18,9 +35,11 @@ export const StringFieldC = z.object({
|
|
|
18
35
|
validation: validationC
|
|
19
36
|
});
|
|
20
37
|
export const NumberFieldC = z.object({
|
|
38
|
+
id: fieldIdC,
|
|
21
39
|
type: z.literal("number").describe("\u6570\u5B57\u8F93\u5165\u5B57\u6BB5\uFF0C\u7ED1\u5B9A number \u7C7B\u578B\u7684\u503C"),
|
|
22
40
|
path: dotPropC,
|
|
23
41
|
title: localeC.describe("\u5B57\u6BB5\u6807\u7B7E\u7684\u672C\u5730\u5316\u663E\u793A\u6587\u672C"),
|
|
42
|
+
required: z.boolean().optional().describe("\u4E3A true \u65F6\uFF0C\u4EC5\u5728\u5B57\u6BB5\u6807\u7B7E\u540E\u663E\u793A\u5FC5\u586B\u63D0\u793A\u661F\u53F7\uFF0C\u4E0D\u5F71\u54CD\u5B9E\u9645\u6821\u9A8C\u903B\u8F91"),
|
|
24
43
|
icon: z.string().optional().describe("Iconify \u56FE\u6807\u6807\u8BC6\u7B26\uFF0C\u663E\u793A\u5728\u8F93\u5165\u6846\u5185\u4FA7"),
|
|
25
44
|
style: z.string().optional().describe("CSS \u6837\u5F0F\u5BF9\u8C61\u8868\u8FBE\u5F0F\uFF0C\u63A7\u5236\u5B57\u6BB5\u7684\u5E03\u5C40\u4E0E\u5916\u89C2"),
|
|
26
45
|
min: expressionC("double").optional().describe('\u8FD4\u56DE\u6D6E\u70B9\u6570\u7684 CEL \u8868\u8FBE\u5F0F\uFF0C\u9650\u5236\u5141\u8BB8\u7684\u6700\u5C0F\u503C\uFF0C\u5982 "0.0"'),
|
|
@@ -31,9 +50,11 @@ export const NumberFieldC = z.object({
|
|
|
31
50
|
validation: validationC
|
|
32
51
|
});
|
|
33
52
|
export const SelectFieldC = z.object({
|
|
53
|
+
id: fieldIdC,
|
|
34
54
|
type: z.literal("select").describe("\u4E0B\u62C9\u9009\u62E9\u5B57\u6BB5\uFF0C\u4ECE\u9884\u5B9A\u4E49\u9009\u9879\u4E2D\u9009\u53D6\u4E00\u4E2A\u503C"),
|
|
35
55
|
path: dotPropC,
|
|
36
56
|
title: localeC.describe("\u5B57\u6BB5\u6807\u7B7E\u7684\u672C\u5730\u5316\u663E\u793A\u6587\u672C"),
|
|
57
|
+
required: z.boolean().optional().describe("\u4E3A true \u65F6\uFF0C\u4EC5\u5728\u5B57\u6BB5\u6807\u7B7E\u540E\u663E\u793A\u5FC5\u586B\u63D0\u793A\u661F\u53F7\uFF0C\u4E0D\u5F71\u54CD\u5B9E\u9645\u6821\u9A8C\u903B\u8F91"),
|
|
37
58
|
icon: z.string().optional().describe("Iconify \u56FE\u6807\u6807\u8BC6\u7B26\uFF0C\u663E\u793A\u5728\u8F93\u5165\u6846\u5185\u4FA7"),
|
|
38
59
|
options: expressionC(/^list/).describe("\u5168\u90E8\u5019\u9009\u9879"),
|
|
39
60
|
label: expressionC("string", { option: "dyn" }).describe("\u8FD4\u56DE\u5B57\u7B26\u4E32\u7684 CEL \u8868\u8FBE\u5F0F\uFF0C\u63D0\u4F9B option \u53D8\u91CF\uFF0C\u751F\u6210\u8BE5\u9009\u9879\u7684\u663E\u793A\u6587\u672C"),
|
|
@@ -45,9 +66,11 @@ export const SelectFieldC = z.object({
|
|
|
45
66
|
validation: validationC
|
|
46
67
|
});
|
|
47
68
|
export const CalendarFieldC = z.object({
|
|
69
|
+
id: fieldIdC,
|
|
48
70
|
type: z.literal("calendar").describe("\u65E5\u671F\u9009\u62E9\u5B57\u6BB5\uFF0C\u901A\u8FC7\u5F39\u51FA\u65E5\u5386\u9762\u677F\u9009\u62E9\u65E5\u671F"),
|
|
49
71
|
path: dotPropC,
|
|
50
72
|
title: localeC.describe("\u5B57\u6BB5\u6807\u7B7E\u7684\u672C\u5730\u5316\u663E\u793A\u6587\u672C"),
|
|
73
|
+
required: z.boolean().optional().describe("\u4E3A true \u65F6\uFF0C\u4EC5\u5728\u5B57\u6BB5\u6807\u7B7E\u540E\u663E\u793A\u5FC5\u586B\u63D0\u793A\u661F\u53F7\uFF0C\u4E0D\u5F71\u54CD\u5B9E\u9645\u6821\u9A8C\u903B\u8F91"),
|
|
51
74
|
icon: z.string().optional().describe("Iconify \u56FE\u6807\u6807\u8BC6\u7B26\uFF0C\u663E\u793A\u5728\u8F93\u5165\u6846\u5185\u4FA7"),
|
|
52
75
|
style: z.string().optional().describe("CSS \u6837\u5F0F\u5BF9\u8C61\u8868\u8FBE\u5F0F\uFF0C\u63A7\u5236\u5B57\u6BB5\u7684\u5E03\u5C40\u4E0E\u5916\u89C2"),
|
|
53
76
|
mode: z.enum(["year", "month", "date"]).describe("\u65E5\u5386\u9009\u62E9\u7CBE\u5EA6\uFF1Ayear \u4EC5\u9009\u5E74\uFF0Cmonth \u9009\u5E74\u6708\uFF0Cdate \u9009\u5E74\u6708\u65E5"),
|
|
@@ -58,11 +81,24 @@ export const CalendarFieldC = z.object({
|
|
|
58
81
|
disabled: expressionC("bool", { form: "map<string, dyn>" }).optional().describe("\u4E3A true \u65F6\uFF0C\u7981\u7528\u8FD9\u4E2A\u5B57\u6BB5"),
|
|
59
82
|
validation: validationC
|
|
60
83
|
});
|
|
84
|
+
export const SlotFieldC = z.strictObject({
|
|
85
|
+
id: fieldIdC,
|
|
86
|
+
type: z.literal("slot").describe("\u5177\u540D\u63D2\u69FD\u5B57\u6BB5\uFF0C\u901A\u8FC7\u5B57\u6BB5 id \u5BF9\u5E94\u7684\u5177\u540D\u63D2\u69FD\u6E32\u67D3\u5185\u5BB9"),
|
|
87
|
+
style: z.string().optional().describe("CSS \u6837\u5F0F\u5BF9\u8C61\u8868\u8FBE\u5F0F\uFF0C\u6C42\u503C\u540E\u901A\u8FC7 scoped slot \u7684 style prop \u4F20\u7ED9\u6D88\u8D39\u8005")
|
|
88
|
+
});
|
|
89
|
+
export const EmptyFieldC = z.strictObject({
|
|
90
|
+
id: fieldIdC,
|
|
91
|
+
type: z.literal("empty").describe("\u7A7A\u767D\u5B57\u6BB5\uFF0C\u6309\u987A\u5E8F\u6E32\u67D3\u4E00\u4E2A\u7A7A div\uFF0C\u53EA\u80FD\u901A\u8FC7 style \u63A7\u5236\u5E03\u5C40"),
|
|
92
|
+
style: z.string().optional().describe("CSS \u6837\u5F0F\u5BF9\u8C61\u8868\u8FBE\u5F0F\uFF0C\u6C42\u503C\u540E\u4F5C\u4E3A\u7A7A div \u7684\u5185\u8054\u6837\u5F0F")
|
|
93
|
+
});
|
|
61
94
|
export const FieldC = z.discriminatedUnion("type", [
|
|
62
95
|
StringFieldC,
|
|
96
|
+
TextareaFieldC,
|
|
63
97
|
NumberFieldC,
|
|
64
98
|
SelectFieldC,
|
|
65
|
-
CalendarFieldC
|
|
99
|
+
CalendarFieldC,
|
|
100
|
+
SlotFieldC,
|
|
101
|
+
EmptyFieldC
|
|
66
102
|
]);
|
|
67
103
|
export const FieldsOrientationC = z.enum(["horizontal", "vertical", "floating"]);
|
|
68
104
|
export const FieldsStyleC = expressionC(/^map/, {
|
|
@@ -10,12 +10,14 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
10
10
|
"update:open": (value: boolean) => any;
|
|
11
11
|
confirm: (args_0: Readonly<{
|
|
12
12
|
fields: readonly ({
|
|
13
|
+
id: string;
|
|
13
14
|
type: "string";
|
|
14
15
|
path: string;
|
|
15
16
|
title: readonly {
|
|
16
17
|
locale: "zh" | "ja" | "en" | "ko";
|
|
17
18
|
message: string;
|
|
18
19
|
}[];
|
|
20
|
+
required?: boolean | undefined;
|
|
19
21
|
icon?: string | undefined;
|
|
20
22
|
style?: string | undefined;
|
|
21
23
|
discardEmptyString?: boolean | undefined;
|
|
@@ -27,12 +29,33 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
27
29
|
message: string;
|
|
28
30
|
}>[] | undefined;
|
|
29
31
|
} | {
|
|
32
|
+
id: string;
|
|
33
|
+
type: "textarea";
|
|
34
|
+
path: string;
|
|
35
|
+
title: readonly {
|
|
36
|
+
locale: "zh" | "ja" | "en" | "ko";
|
|
37
|
+
message: string;
|
|
38
|
+
}[];
|
|
39
|
+
required?: boolean | undefined;
|
|
40
|
+
icon?: string | undefined;
|
|
41
|
+
style?: string | undefined;
|
|
42
|
+
discardEmptyString?: boolean | undefined;
|
|
43
|
+
maxLength?: string | undefined;
|
|
44
|
+
hidden?: string | undefined;
|
|
45
|
+
disabled?: string | undefined;
|
|
46
|
+
validation?: readonly Readonly<{
|
|
47
|
+
expression: string;
|
|
48
|
+
message: string;
|
|
49
|
+
}>[] | undefined;
|
|
50
|
+
} | {
|
|
51
|
+
id: string;
|
|
30
52
|
type: "number";
|
|
31
53
|
path: string;
|
|
32
54
|
title: readonly {
|
|
33
55
|
locale: "zh" | "ja" | "en" | "ko";
|
|
34
56
|
message: string;
|
|
35
57
|
}[];
|
|
58
|
+
required?: boolean | undefined;
|
|
36
59
|
icon?: string | undefined;
|
|
37
60
|
style?: string | undefined;
|
|
38
61
|
min?: string | undefined;
|
|
@@ -45,6 +68,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
45
68
|
message: string;
|
|
46
69
|
}>[] | undefined;
|
|
47
70
|
} | {
|
|
71
|
+
id: string;
|
|
48
72
|
type: "select";
|
|
49
73
|
path: string;
|
|
50
74
|
title: readonly {
|
|
@@ -55,6 +79,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
55
79
|
label: string;
|
|
56
80
|
value: string;
|
|
57
81
|
key: string;
|
|
82
|
+
required?: boolean | undefined;
|
|
58
83
|
icon?: string | undefined;
|
|
59
84
|
style?: string | undefined;
|
|
60
85
|
hidden?: string | undefined;
|
|
@@ -64,6 +89,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
64
89
|
message: string;
|
|
65
90
|
}>[] | undefined;
|
|
66
91
|
} | {
|
|
92
|
+
id: string;
|
|
67
93
|
type: "calendar";
|
|
68
94
|
path: string;
|
|
69
95
|
title: readonly {
|
|
@@ -72,6 +98,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
72
98
|
}[];
|
|
73
99
|
mode: "date" | "month" | "year";
|
|
74
100
|
value: string;
|
|
101
|
+
required?: boolean | undefined;
|
|
75
102
|
icon?: string | undefined;
|
|
76
103
|
style?: string | undefined;
|
|
77
104
|
display?: string | undefined;
|
|
@@ -82,6 +109,14 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
82
109
|
expression: string;
|
|
83
110
|
message: string;
|
|
84
111
|
}>[] | undefined;
|
|
112
|
+
} | {
|
|
113
|
+
id: string;
|
|
114
|
+
type: "slot";
|
|
115
|
+
style?: string | undefined;
|
|
116
|
+
} | {
|
|
117
|
+
id: string;
|
|
118
|
+
type: "empty";
|
|
119
|
+
style?: string | undefined;
|
|
85
120
|
})[];
|
|
86
121
|
orientation?: "vertical" | "horizontal" | "floating" | undefined;
|
|
87
122
|
style?: string | undefined;
|
|
@@ -90,12 +125,14 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
90
125
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
91
126
|
onConfirm?: ((args_0: Readonly<{
|
|
92
127
|
fields: readonly ({
|
|
128
|
+
id: string;
|
|
93
129
|
type: "string";
|
|
94
130
|
path: string;
|
|
95
131
|
title: readonly {
|
|
96
132
|
locale: "zh" | "ja" | "en" | "ko";
|
|
97
133
|
message: string;
|
|
98
134
|
}[];
|
|
135
|
+
required?: boolean | undefined;
|
|
99
136
|
icon?: string | undefined;
|
|
100
137
|
style?: string | undefined;
|
|
101
138
|
discardEmptyString?: boolean | undefined;
|
|
@@ -107,12 +144,33 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
107
144
|
message: string;
|
|
108
145
|
}>[] | undefined;
|
|
109
146
|
} | {
|
|
147
|
+
id: string;
|
|
148
|
+
type: "textarea";
|
|
149
|
+
path: string;
|
|
150
|
+
title: readonly {
|
|
151
|
+
locale: "zh" | "ja" | "en" | "ko";
|
|
152
|
+
message: string;
|
|
153
|
+
}[];
|
|
154
|
+
required?: boolean | undefined;
|
|
155
|
+
icon?: string | undefined;
|
|
156
|
+
style?: string | undefined;
|
|
157
|
+
discardEmptyString?: boolean | undefined;
|
|
158
|
+
maxLength?: string | undefined;
|
|
159
|
+
hidden?: string | undefined;
|
|
160
|
+
disabled?: string | undefined;
|
|
161
|
+
validation?: readonly Readonly<{
|
|
162
|
+
expression: string;
|
|
163
|
+
message: string;
|
|
164
|
+
}>[] | undefined;
|
|
165
|
+
} | {
|
|
166
|
+
id: string;
|
|
110
167
|
type: "number";
|
|
111
168
|
path: string;
|
|
112
169
|
title: readonly {
|
|
113
170
|
locale: "zh" | "ja" | "en" | "ko";
|
|
114
171
|
message: string;
|
|
115
172
|
}[];
|
|
173
|
+
required?: boolean | undefined;
|
|
116
174
|
icon?: string | undefined;
|
|
117
175
|
style?: string | undefined;
|
|
118
176
|
min?: string | undefined;
|
|
@@ -125,6 +183,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
125
183
|
message: string;
|
|
126
184
|
}>[] | undefined;
|
|
127
185
|
} | {
|
|
186
|
+
id: string;
|
|
128
187
|
type: "select";
|
|
129
188
|
path: string;
|
|
130
189
|
title: readonly {
|
|
@@ -135,6 +194,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
135
194
|
label: string;
|
|
136
195
|
value: string;
|
|
137
196
|
key: string;
|
|
197
|
+
required?: boolean | undefined;
|
|
138
198
|
icon?: string | undefined;
|
|
139
199
|
style?: string | undefined;
|
|
140
200
|
hidden?: string | undefined;
|
|
@@ -144,6 +204,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
144
204
|
message: string;
|
|
145
205
|
}>[] | undefined;
|
|
146
206
|
} | {
|
|
207
|
+
id: string;
|
|
147
208
|
type: "calendar";
|
|
148
209
|
path: string;
|
|
149
210
|
title: readonly {
|
|
@@ -152,6 +213,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
152
213
|
}[];
|
|
153
214
|
mode: "date" | "month" | "year";
|
|
154
215
|
value: string;
|
|
216
|
+
required?: boolean | undefined;
|
|
155
217
|
icon?: string | undefined;
|
|
156
218
|
style?: string | undefined;
|
|
157
219
|
display?: string | undefined;
|
|
@@ -162,6 +224,14 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
|
|
|
162
224
|
expression: string;
|
|
163
225
|
message: string;
|
|
164
226
|
}>[] | undefined;
|
|
227
|
+
} | {
|
|
228
|
+
id: string;
|
|
229
|
+
type: "slot";
|
|
230
|
+
style?: string | undefined;
|
|
231
|
+
} | {
|
|
232
|
+
id: string;
|
|
233
|
+
type: "empty";
|
|
234
|
+
style?: string | undefined;
|
|
165
235
|
})[];
|
|
166
236
|
orientation?: "vertical" | "horizontal" | "floating" | undefined;
|
|
167
237
|
style?: string | undefined;
|