@shwfed/config 2.7.1 → 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 +1205 -1018
- package/dist/module.json +1 -1
- package/dist/preview/assets/badge-CV7CwAKY.js +1 -0
- package/dist/preview/assets/config-5JFmp62X.js +1 -0
- package/dist/preview/assets/config-BkS5uufU.js +1 -0
- package/dist/preview/assets/config-Bo4cd_u5.js +1 -0
- package/dist/preview/assets/config-BoVPp04e.js +1 -0
- package/dist/preview/assets/config-CMcqX_mc.js +1 -0
- package/dist/preview/assets/config-Ck5_8YaL.js +1 -0
- package/dist/preview/assets/config-DE97oObU.js +1 -0
- package/dist/preview/assets/config-L72ON8PT.js +1 -0
- package/dist/preview/assets/config-dk7L4924.js +1 -0
- package/dist/preview/assets/definition.vue_vue_type_script_setup_true_lang-Cr7UNELp.js +1 -0
- package/dist/preview/assets/index-C2PrdVxC.css +1 -0
- package/dist/preview/assets/{index-BGFrUxgg.js → index-CTZy_nrf.js} +189 -189
- package/dist/preview/assets/index-CY99yvOi.js +1 -0
- package/dist/preview/assets/{index-Bw16PZhL.js → index-DumuGVME.js} +1 -1
- package/dist/preview/assets/{item-aVe51Gy6.js → item-BhBaPg4Z.js} +1 -1
- package/dist/preview/assets/{runtime-CYGmRjmI.js → runtime-BbGu9CHo.js} +1 -1
- package/dist/preview/assets/{runtime-DYj-R8SZ.js → runtime-C6Pc6N3T.js} +1 -1
- package/dist/preview/assets/runtime-CILO8PDD.js +1 -0
- package/dist/preview/assets/runtime-CrNhb4dv.js +1 -0
- package/dist/preview/assets/runtime-DZuxXJrv.js +1 -0
- package/dist/preview/assets/{runtime-CXQuhSAX.js → runtime-DrxczhTW.js} +1 -1
- package/dist/preview/assets/{runtime-3rNI0KDH.js → runtime-KTenCV-J.js} +1 -1
- package/dist/preview/assets/runtime-iR16bMIx.js +1 -0
- package/dist/preview/assets/{runtime-CfVt6IWe.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-05-17/com.shwfed.block.chart.xy/schema.d.ts +1 -1
- package/dist/runtime/components/config/blocks/2026-05-17/com.shwfed.block.chart.xy/schema.js +1 -1
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/badge.d.vue.ts +7 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/badge.vue +91 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/badge.vue.d.ts +7 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/config.d.vue.ts +96 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/config.vue +522 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/config.vue.d.ts +96 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/runtime.d.vue.ts +96 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/runtime.vue +72 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/runtime.vue.d.ts +96 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/schema.d.ts +121 -0
- package/dist/runtime/components/config/blocks/2026-06-02/com.shwfed.block.card/schema.js +100 -0
- 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/config.vue +10 -18
- 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/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.vue.d.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.d.vue.ts +2 -2
- package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.vue.d.ts +2 -2
- package/package.json +1 -1
- package/dist/preview/assets/config-B5FFtD0s.js +0 -1
- package/dist/preview/assets/config-BpWP2vu_.js +0 -1
- package/dist/preview/assets/config-C2OqUTNd.js +0 -1
- package/dist/preview/assets/config-D7cjMBeK.js +0 -1
- package/dist/preview/assets/config-DhORWTZC.js +0 -1
- package/dist/preview/assets/config-DuuYvFG_.js +0 -1
- package/dist/preview/assets/config-dpwN2-UY.js +0 -1
- package/dist/preview/assets/config-eP0EblYK.js +0 -1
- package/dist/preview/assets/config-hs_pZ5MM.js +0 -1
- package/dist/preview/assets/definition.vue_vue_type_script_setup_true_lang-B8-Uydoy.js +0 -1
- package/dist/preview/assets/index-BoGW90Pq.css +0 -1
- package/dist/preview/assets/index-CG261V86.js +0 -1
- package/dist/preview/assets/runtime-BOn8EwHL.js +0 -1
- package/dist/preview/assets/runtime-Bwr-rb58.js +0 -1
- package/dist/preview/assets/runtime-Ca79Fs6I.js +0 -1
- package/dist/preview/assets/runtime-Dd1GqYeP.js +0 -1
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>;
|
package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/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>;
|
|
@@ -49,28 +49,28 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
49
49
|
readonly locale: "en" | "ja" | "ko";
|
|
50
50
|
readonly message: string;
|
|
51
51
|
}[]] | undefined;
|
|
52
|
-
readonly
|
|
53
|
-
readonly
|
|
52
|
+
readonly presets?: readonly {
|
|
53
|
+
readonly label: readonly [{
|
|
54
54
|
readonly locale: "zh";
|
|
55
55
|
readonly message: string;
|
|
56
56
|
}, ...{
|
|
57
57
|
readonly locale: "en" | "ja" | "ko";
|
|
58
58
|
readonly message: string;
|
|
59
59
|
}[]];
|
|
60
|
-
readonly
|
|
61
|
-
readonly
|
|
60
|
+
readonly id: string;
|
|
61
|
+
readonly end: string;
|
|
62
|
+
readonly start: string;
|
|
62
63
|
}[] | undefined;
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
64
|
+
readonly validations?: readonly {
|
|
65
|
+
readonly message: readonly [{
|
|
65
66
|
readonly locale: "zh";
|
|
66
67
|
readonly message: string;
|
|
67
68
|
}, ...{
|
|
68
69
|
readonly locale: "en" | "ja" | "ko";
|
|
69
70
|
readonly message: string;
|
|
70
71
|
}[]];
|
|
71
|
-
readonly
|
|
72
|
-
readonly
|
|
73
|
-
readonly start: string;
|
|
72
|
+
readonly warning?: boolean | undefined;
|
|
73
|
+
readonly when: string;
|
|
74
74
|
}[] | undefined;
|
|
75
75
|
}) => any;
|
|
76
76
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -120,28 +120,28 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
120
120
|
readonly locale: "en" | "ja" | "ko";
|
|
121
121
|
readonly message: string;
|
|
122
122
|
}[]] | undefined;
|
|
123
|
-
readonly
|
|
124
|
-
readonly
|
|
123
|
+
readonly presets?: readonly {
|
|
124
|
+
readonly label: readonly [{
|
|
125
125
|
readonly locale: "zh";
|
|
126
126
|
readonly message: string;
|
|
127
127
|
}, ...{
|
|
128
128
|
readonly locale: "en" | "ja" | "ko";
|
|
129
129
|
readonly message: string;
|
|
130
130
|
}[]];
|
|
131
|
-
readonly
|
|
132
|
-
readonly
|
|
131
|
+
readonly id: string;
|
|
132
|
+
readonly end: string;
|
|
133
|
+
readonly start: string;
|
|
133
134
|
}[] | undefined;
|
|
134
|
-
readonly
|
|
135
|
-
readonly
|
|
135
|
+
readonly validations?: readonly {
|
|
136
|
+
readonly message: readonly [{
|
|
136
137
|
readonly locale: "zh";
|
|
137
138
|
readonly message: string;
|
|
138
139
|
}, ...{
|
|
139
140
|
readonly locale: "en" | "ja" | "ko";
|
|
140
141
|
readonly message: string;
|
|
141
142
|
}[]];
|
|
142
|
-
readonly
|
|
143
|
-
readonly
|
|
144
|
-
readonly start: string;
|
|
143
|
+
readonly warning?: boolean | undefined;
|
|
144
|
+
readonly when: string;
|
|
145
145
|
}[] | undefined;
|
|
146
146
|
}) => any) | undefined;
|
|
147
147
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -49,28 +49,28 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
49
49
|
readonly locale: "en" | "ja" | "ko";
|
|
50
50
|
readonly message: string;
|
|
51
51
|
}[]] | undefined;
|
|
52
|
-
readonly
|
|
53
|
-
readonly
|
|
52
|
+
readonly presets?: readonly {
|
|
53
|
+
readonly label: readonly [{
|
|
54
54
|
readonly locale: "zh";
|
|
55
55
|
readonly message: string;
|
|
56
56
|
}, ...{
|
|
57
57
|
readonly locale: "en" | "ja" | "ko";
|
|
58
58
|
readonly message: string;
|
|
59
59
|
}[]];
|
|
60
|
-
readonly
|
|
61
|
-
readonly
|
|
60
|
+
readonly id: string;
|
|
61
|
+
readonly end: string;
|
|
62
|
+
readonly start: string;
|
|
62
63
|
}[] | undefined;
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
64
|
+
readonly validations?: readonly {
|
|
65
|
+
readonly message: readonly [{
|
|
65
66
|
readonly locale: "zh";
|
|
66
67
|
readonly message: string;
|
|
67
68
|
}, ...{
|
|
68
69
|
readonly locale: "en" | "ja" | "ko";
|
|
69
70
|
readonly message: string;
|
|
70
71
|
}[]];
|
|
71
|
-
readonly
|
|
72
|
-
readonly
|
|
73
|
-
readonly start: string;
|
|
72
|
+
readonly warning?: boolean | undefined;
|
|
73
|
+
readonly when: string;
|
|
74
74
|
}[] | undefined;
|
|
75
75
|
}) => any;
|
|
76
76
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
@@ -120,28 +120,28 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
120
120
|
readonly locale: "en" | "ja" | "ko";
|
|
121
121
|
readonly message: string;
|
|
122
122
|
}[]] | undefined;
|
|
123
|
-
readonly
|
|
124
|
-
readonly
|
|
123
|
+
readonly presets?: readonly {
|
|
124
|
+
readonly label: readonly [{
|
|
125
125
|
readonly locale: "zh";
|
|
126
126
|
readonly message: string;
|
|
127
127
|
}, ...{
|
|
128
128
|
readonly locale: "en" | "ja" | "ko";
|
|
129
129
|
readonly message: string;
|
|
130
130
|
}[]];
|
|
131
|
-
readonly
|
|
132
|
-
readonly
|
|
131
|
+
readonly id: string;
|
|
132
|
+
readonly end: string;
|
|
133
|
+
readonly start: string;
|
|
133
134
|
}[] | undefined;
|
|
134
|
-
readonly
|
|
135
|
-
readonly
|
|
135
|
+
readonly validations?: readonly {
|
|
136
|
+
readonly message: readonly [{
|
|
136
137
|
readonly locale: "zh";
|
|
137
138
|
readonly message: string;
|
|
138
139
|
}, ...{
|
|
139
140
|
readonly locale: "en" | "ja" | "ko";
|
|
140
141
|
readonly message: string;
|
|
141
142
|
}[]];
|
|
142
|
-
readonly
|
|
143
|
-
readonly
|
|
144
|
-
readonly start: string;
|
|
143
|
+
readonly warning?: boolean | undefined;
|
|
144
|
+
readonly when: string;
|
|
145
145
|
}[] | undefined;
|
|
146
146
|
}) => any) | undefined;
|
|
147
147
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
@@ -50,9 +50,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
50
50
|
readonly locale: "en" | "ja" | "ko";
|
|
51
51
|
readonly message: string;
|
|
52
52
|
}[]];
|
|
53
|
+
readonly successMessage?: string | undefined;
|
|
53
54
|
readonly accessor: string;
|
|
54
55
|
readonly sortKey?: string | undefined;
|
|
55
|
-
readonly successMessage?: string | undefined;
|
|
56
56
|
}) => any;
|
|
57
57
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
58
58
|
"onUpdate:modelValue"?: ((value: {
|
|
@@ -102,9 +102,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
102
102
|
readonly locale: "en" | "ja" | "ko";
|
|
103
103
|
readonly message: string;
|
|
104
104
|
}[]];
|
|
105
|
+
readonly successMessage?: string | undefined;
|
|
105
106
|
readonly accessor: string;
|
|
106
107
|
readonly sortKey?: string | undefined;
|
|
107
|
-
readonly successMessage?: string | undefined;
|
|
108
108
|
}) => any) | undefined;
|
|
109
109
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
110
110
|
declare const _default: typeof __VLS_export;
|
|
@@ -50,9 +50,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
50
50
|
readonly locale: "en" | "ja" | "ko";
|
|
51
51
|
readonly message: string;
|
|
52
52
|
}[]];
|
|
53
|
+
readonly successMessage?: string | undefined;
|
|
53
54
|
readonly accessor: string;
|
|
54
55
|
readonly sortKey?: string | undefined;
|
|
55
|
-
readonly successMessage?: string | undefined;
|
|
56
56
|
}) => any;
|
|
57
57
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
58
58
|
"onUpdate:modelValue"?: ((value: {
|
|
@@ -102,9 +102,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
102
102
|
readonly locale: "en" | "ja" | "ko";
|
|
103
103
|
readonly message: string;
|
|
104
104
|
}[]];
|
|
105
|
+
readonly successMessage?: string | undefined;
|
|
105
106
|
readonly accessor: string;
|
|
106
107
|
readonly sortKey?: string | undefined;
|
|
107
|
-
readonly successMessage?: string | undefined;
|
|
108
108
|
}) => any) | undefined;
|
|
109
109
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
110
110
|
declare const _default: typeof __VLS_export;
|
|
@@ -64,9 +64,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
64
64
|
readonly readonly?: string | undefined;
|
|
65
65
|
readonly grow?: boolean | undefined;
|
|
66
66
|
readonly enableSorting?: boolean | undefined;
|
|
67
|
+
readonly successMessage?: string | undefined;
|
|
67
68
|
readonly accessor: string;
|
|
68
69
|
readonly sortKey?: string | undefined;
|
|
69
|
-
readonly successMessage?: string | undefined;
|
|
70
70
|
}) => any;
|
|
71
71
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
72
72
|
"onUpdate:modelValue"?: ((value: {
|
|
@@ -130,9 +130,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
130
130
|
readonly readonly?: string | undefined;
|
|
131
131
|
readonly grow?: boolean | undefined;
|
|
132
132
|
readonly enableSorting?: boolean | undefined;
|
|
133
|
+
readonly successMessage?: string | undefined;
|
|
133
134
|
readonly accessor: string;
|
|
134
135
|
readonly sortKey?: string | undefined;
|
|
135
|
-
readonly successMessage?: string | undefined;
|
|
136
136
|
}) => any) | undefined;
|
|
137
137
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
138
138
|
declare const _default: typeof __VLS_export;
|
|
@@ -64,9 +64,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
64
64
|
readonly readonly?: string | undefined;
|
|
65
65
|
readonly grow?: boolean | undefined;
|
|
66
66
|
readonly enableSorting?: boolean | undefined;
|
|
67
|
+
readonly successMessage?: string | undefined;
|
|
67
68
|
readonly accessor: string;
|
|
68
69
|
readonly sortKey?: string | undefined;
|
|
69
|
-
readonly successMessage?: string | undefined;
|
|
70
70
|
}) => any;
|
|
71
71
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
72
72
|
"onUpdate:modelValue"?: ((value: {
|
|
@@ -130,9 +130,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
130
130
|
readonly readonly?: string | undefined;
|
|
131
131
|
readonly grow?: boolean | undefined;
|
|
132
132
|
readonly enableSorting?: boolean | undefined;
|
|
133
|
+
readonly successMessage?: string | undefined;
|
|
133
134
|
readonly accessor: string;
|
|
134
135
|
readonly sortKey?: string | undefined;
|
|
135
|
-
readonly successMessage?: string | undefined;
|
|
136
136
|
}) => any) | undefined;
|
|
137
137
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
138
138
|
declare const _default: typeof __VLS_export;
|
|
@@ -50,9 +50,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
50
50
|
readonly locale: "en" | "ja" | "ko";
|
|
51
51
|
readonly message: string;
|
|
52
52
|
}[]];
|
|
53
|
+
readonly successMessage?: string | undefined;
|
|
53
54
|
readonly accessor: string;
|
|
54
55
|
readonly sortKey?: string | undefined;
|
|
55
|
-
readonly successMessage?: string | undefined;
|
|
56
56
|
}) => any;
|
|
57
57
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
58
58
|
"onUpdate:modelValue"?: ((value: {
|
|
@@ -102,9 +102,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
102
102
|
readonly locale: "en" | "ja" | "ko";
|
|
103
103
|
readonly message: string;
|
|
104
104
|
}[]];
|
|
105
|
+
readonly successMessage?: string | undefined;
|
|
105
106
|
readonly accessor: string;
|
|
106
107
|
readonly sortKey?: string | undefined;
|
|
107
|
-
readonly successMessage?: string | undefined;
|
|
108
108
|
}) => any) | undefined;
|
|
109
109
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
110
110
|
declare const _default: typeof __VLS_export;
|
|
@@ -50,9 +50,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
50
50
|
readonly locale: "en" | "ja" | "ko";
|
|
51
51
|
readonly message: string;
|
|
52
52
|
}[]];
|
|
53
|
+
readonly successMessage?: string | undefined;
|
|
53
54
|
readonly accessor: string;
|
|
54
55
|
readonly sortKey?: string | undefined;
|
|
55
|
-
readonly successMessage?: string | undefined;
|
|
56
56
|
}) => any;
|
|
57
57
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
58
58
|
"onUpdate:modelValue"?: ((value: {
|
|
@@ -102,9 +102,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
102
102
|
readonly locale: "en" | "ja" | "ko";
|
|
103
103
|
readonly message: string;
|
|
104
104
|
}[]];
|
|
105
|
+
readonly successMessage?: string | undefined;
|
|
105
106
|
readonly accessor: string;
|
|
106
107
|
readonly sortKey?: string | undefined;
|
|
107
|
-
readonly successMessage?: string | undefined;
|
|
108
108
|
}) => any) | undefined;
|
|
109
109
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
110
110
|
declare const _default: typeof __VLS_export;
|
|
@@ -64,9 +64,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
64
64
|
readonly readonly?: string | undefined;
|
|
65
65
|
readonly grow?: boolean | undefined;
|
|
66
66
|
readonly enableSorting?: boolean | undefined;
|
|
67
|
+
readonly successMessage?: string | undefined;
|
|
67
68
|
readonly accessor: string;
|
|
68
69
|
readonly sortKey?: string | undefined;
|
|
69
|
-
readonly successMessage?: string | undefined;
|
|
70
70
|
}) => any;
|
|
71
71
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
72
72
|
"onUpdate:modelValue"?: ((value: {
|
|
@@ -130,9 +130,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
130
130
|
readonly readonly?: string | undefined;
|
|
131
131
|
readonly grow?: boolean | undefined;
|
|
132
132
|
readonly enableSorting?: boolean | undefined;
|
|
133
|
+
readonly successMessage?: string | undefined;
|
|
133
134
|
readonly accessor: string;
|
|
134
135
|
readonly sortKey?: string | undefined;
|
|
135
|
-
readonly successMessage?: string | undefined;
|
|
136
136
|
}) => any) | undefined;
|
|
137
137
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
138
138
|
declare const _default: typeof __VLS_export;
|
|
@@ -64,9 +64,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
64
64
|
readonly readonly?: string | undefined;
|
|
65
65
|
readonly grow?: boolean | undefined;
|
|
66
66
|
readonly enableSorting?: boolean | undefined;
|
|
67
|
+
readonly successMessage?: string | undefined;
|
|
67
68
|
readonly accessor: string;
|
|
68
69
|
readonly sortKey?: string | undefined;
|
|
69
|
-
readonly successMessage?: string | undefined;
|
|
70
70
|
}) => any;
|
|
71
71
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
72
72
|
"onUpdate:modelValue"?: ((value: {
|
|
@@ -130,9 +130,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
130
130
|
readonly readonly?: string | undefined;
|
|
131
131
|
readonly grow?: boolean | undefined;
|
|
132
132
|
readonly enableSorting?: boolean | undefined;
|
|
133
|
+
readonly successMessage?: string | undefined;
|
|
133
134
|
readonly accessor: string;
|
|
134
135
|
readonly sortKey?: string | undefined;
|
|
135
|
-
readonly successMessage?: string | undefined;
|
|
136
136
|
}) => any) | undefined;
|
|
137
137
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
138
138
|
declare const _default: typeof __VLS_export;
|
|
@@ -79,9 +79,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
79
79
|
};
|
|
80
80
|
}[];
|
|
81
81
|
};
|
|
82
|
+
readonly successMessage?: string | undefined;
|
|
82
83
|
readonly accessor: string;
|
|
83
84
|
readonly sortKey?: string | undefined;
|
|
84
|
-
readonly successMessage?: string | undefined;
|
|
85
85
|
}) => any;
|
|
86
86
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
87
87
|
"onUpdate:modelValue"?: ((value: {
|
|
@@ -160,9 +160,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
160
160
|
};
|
|
161
161
|
}[];
|
|
162
162
|
};
|
|
163
|
+
readonly successMessage?: string | undefined;
|
|
163
164
|
readonly accessor: string;
|
|
164
165
|
readonly sortKey?: string | undefined;
|
|
165
|
-
readonly successMessage?: string | undefined;
|
|
166
166
|
}) => any) | undefined;
|
|
167
167
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
168
168
|
declare const _default: typeof __VLS_export;
|
|
@@ -79,9 +79,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
79
79
|
};
|
|
80
80
|
}[];
|
|
81
81
|
};
|
|
82
|
+
readonly successMessage?: string | undefined;
|
|
82
83
|
readonly accessor: string;
|
|
83
84
|
readonly sortKey?: string | undefined;
|
|
84
|
-
readonly successMessage?: string | undefined;
|
|
85
85
|
}) => any;
|
|
86
86
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
87
87
|
"onUpdate:modelValue"?: ((value: {
|
|
@@ -160,9 +160,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
160
160
|
};
|
|
161
161
|
}[];
|
|
162
162
|
};
|
|
163
|
+
readonly successMessage?: string | undefined;
|
|
163
164
|
readonly accessor: string;
|
|
164
165
|
readonly sortKey?: string | undefined;
|
|
165
|
-
readonly successMessage?: string | undefined;
|
|
166
166
|
}) => any) | undefined;
|
|
167
167
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
168
168
|
declare const _default: typeof __VLS_export;
|
|
@@ -79,9 +79,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
79
79
|
};
|
|
80
80
|
}[];
|
|
81
81
|
};
|
|
82
|
+
readonly successMessage?: string | undefined;
|
|
82
83
|
readonly accessor: string;
|
|
83
84
|
readonly sortKey?: string | undefined;
|
|
84
|
-
readonly successMessage?: string | undefined;
|
|
85
85
|
}) => any;
|
|
86
86
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
87
87
|
"onUpdate:modelValue"?: ((value: {
|
|
@@ -160,9 +160,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
160
160
|
};
|
|
161
161
|
}[];
|
|
162
162
|
};
|
|
163
|
+
readonly successMessage?: string | undefined;
|
|
163
164
|
readonly accessor: string;
|
|
164
165
|
readonly sortKey?: string | undefined;
|
|
165
|
-
readonly successMessage?: string | undefined;
|
|
166
166
|
}) => any) | undefined;
|
|
167
167
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
168
168
|
declare const _default: typeof __VLS_export;
|
|
@@ -79,9 +79,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
79
79
|
};
|
|
80
80
|
}[];
|
|
81
81
|
};
|
|
82
|
+
readonly successMessage?: string | undefined;
|
|
82
83
|
readonly accessor: string;
|
|
83
84
|
readonly sortKey?: string | undefined;
|
|
84
|
-
readonly successMessage?: string | undefined;
|
|
85
85
|
}) => any;
|
|
86
86
|
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
87
87
|
"onUpdate:modelValue"?: ((value: {
|
|
@@ -160,9 +160,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
160
160
|
};
|
|
161
161
|
}[];
|
|
162
162
|
};
|
|
163
|
+
readonly successMessage?: string | undefined;
|
|
163
164
|
readonly accessor: string;
|
|
164
165
|
readonly sortKey?: string | undefined;
|
|
165
|
-
readonly successMessage?: string | undefined;
|
|
166
166
|
}) => any) | undefined;
|
|
167
167
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
168
168
|
declare const _default: typeof __VLS_export;
|
|
@@ -43,8 +43,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
43
43
|
readonly target: string;
|
|
44
44
|
readonly operation: string;
|
|
45
45
|
}[] | undefined;
|
|
46
|
-
readonly accessor: string;
|
|
47
46
|
readonly successMessage?: string | undefined;
|
|
47
|
+
readonly accessor: string;
|
|
48
48
|
};
|
|
49
49
|
readonly grow?: boolean | undefined;
|
|
50
50
|
readonly enableSorting?: boolean | undefined;
|
|
@@ -132,8 +132,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
132
132
|
readonly target: string;
|
|
133
133
|
readonly operation: string;
|
|
134
134
|
}[] | undefined;
|
|
135
|
-
readonly accessor: string;
|
|
136
135
|
readonly successMessage?: string | undefined;
|
|
136
|
+
readonly accessor: string;
|
|
137
137
|
};
|
|
138
138
|
readonly grow?: boolean | undefined;
|
|
139
139
|
readonly enableSorting?: boolean | undefined;
|
|
@@ -43,8 +43,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
43
43
|
readonly target: string;
|
|
44
44
|
readonly operation: string;
|
|
45
45
|
}[] | undefined;
|
|
46
|
-
readonly accessor: string;
|
|
47
46
|
readonly successMessage?: string | undefined;
|
|
47
|
+
readonly accessor: string;
|
|
48
48
|
};
|
|
49
49
|
readonly grow?: boolean | undefined;
|
|
50
50
|
readonly enableSorting?: boolean | undefined;
|
|
@@ -132,8 +132,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
132
132
|
readonly target: string;
|
|
133
133
|
readonly operation: string;
|
|
134
134
|
}[] | undefined;
|
|
135
|
-
readonly accessor: string;
|
|
136
135
|
readonly successMessage?: string | undefined;
|
|
136
|
+
readonly accessor: string;
|
|
137
137
|
};
|
|
138
138
|
readonly grow?: boolean | undefined;
|
|
139
139
|
readonly enableSorting?: boolean | undefined;
|
|
@@ -43,8 +43,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
43
43
|
readonly target: string;
|
|
44
44
|
readonly operation: string;
|
|
45
45
|
}[] | undefined;
|
|
46
|
-
readonly accessor: string;
|
|
47
46
|
readonly successMessage?: string | undefined;
|
|
47
|
+
readonly accessor: string;
|
|
48
48
|
};
|
|
49
49
|
readonly grow?: boolean | undefined;
|
|
50
50
|
readonly enableSorting?: boolean | undefined;
|
|
@@ -132,8 +132,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
132
132
|
readonly target: string;
|
|
133
133
|
readonly operation: string;
|
|
134
134
|
}[] | undefined;
|
|
135
|
-
readonly accessor: string;
|
|
136
135
|
readonly successMessage?: string | undefined;
|
|
136
|
+
readonly accessor: string;
|
|
137
137
|
};
|
|
138
138
|
readonly grow?: boolean | undefined;
|
|
139
139
|
readonly enableSorting?: boolean | undefined;
|
|
@@ -43,8 +43,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
43
43
|
readonly target: string;
|
|
44
44
|
readonly operation: string;
|
|
45
45
|
}[] | undefined;
|
|
46
|
-
readonly accessor: string;
|
|
47
46
|
readonly successMessage?: string | undefined;
|
|
47
|
+
readonly accessor: string;
|
|
48
48
|
};
|
|
49
49
|
readonly grow?: boolean | undefined;
|
|
50
50
|
readonly enableSorting?: boolean | undefined;
|
|
@@ -132,8 +132,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
|
|
|
132
132
|
readonly target: string;
|
|
133
133
|
readonly operation: string;
|
|
134
134
|
}[] | undefined;
|
|
135
|
-
readonly accessor: string;
|
|
136
135
|
readonly successMessage?: string | undefined;
|
|
136
|
+
readonly accessor: string;
|
|
137
137
|
};
|
|
138
138
|
readonly grow?: boolean | undefined;
|
|
139
139
|
readonly enableSorting?: boolean | undefined;
|