x-runtime-lib 0.7.8 → 0.7.10
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/components/element/regular/badge/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/btnGroup/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/btnToggle/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/card/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/dialog/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/menu/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/radioGroup/v1/index.vue.d.ts +3 -3
- package/dist/components/element/regular/stepper/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/stepperHeader/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/stepperItem/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/stepperWindow/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/stepperWindowItem/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/tabs/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/timeline/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/timelineItem/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/window/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/windowItem/v1/index.vue.d.ts +2 -2
- package/dist/element/regular/btn/v1/spawn.d.ts +2 -0
- package/dist/element/regular/form/v1/spawn.d.ts +2 -0
- package/dist/element/regular/numberInput/v1/spawn.d.ts +2 -0
- package/dist/element/regular/text/v1/spawn.d.ts +2 -0
- package/dist/{i18n-en.j1cfu1p4.js → i18n-en.dux6b905.js} +10 -0
- package/dist/{i18n-zhHans.j9afm9l6.js → i18n-zhHans.ikk18oss.js} +15 -5
- package/dist/index.js +2194 -2716
- package/dist/{vendor.ifd9f8w2.js → vendor.gekjccxc.js} +3532 -3527
- package/package.json +20 -20
- package/dist/components/element/regular/stepperActions/v1/index.vue.d.ts +0 -2
- package/dist/element/_common/items/btnVariantItems/v1/index.d.ts +0 -2
- package/dist/element/_common/items/cardVariantItems/v1/index.d.ts +0 -2
- package/dist/element/_common/items/textareaVariantItems/v1/index.d.ts +0 -2
- package/dist/element/regular/stepperActions/v1/index.d.ts +0 -1
- package/dist/element/regular/stepperActions/v1/meta.d.ts +0 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseProps } from '../../../../../types';
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_7: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var __VLS_7: {};
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
|
-
default?: (props: typeof
|
|
3
|
+
default?: (props: typeof __VLS_7) => any;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseProps } from '../../../../../types';
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_7: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseProps } from '../../../../../types';
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_7: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseProps } from '../../../../../types';
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseProps } from '../../../../../types';
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { BaseProps } from '../../../../../types';
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_6: {}, __VLS_14: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_6) => any;
|
|
5
5
|
} & {
|
|
6
|
-
default?: (props: typeof
|
|
6
|
+
default?: (props: typeof __VLS_14) => any;
|
|
7
7
|
};
|
|
8
8
|
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
9
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseProps } from '../../../../../types';
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_7: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var __VLS_7: {};
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
|
-
default?: (props: typeof
|
|
3
|
+
default?: (props: typeof __VLS_7) => any;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseProps } from '../../../../../types';
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_7: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var __VLS_7: {};
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
|
-
default?: (props: typeof
|
|
3
|
+
default?: (props: typeof __VLS_7) => any;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseProps } from '../../../../../types';
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_7: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseProps } from '../../../../../types';
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_7: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseProps } from '../../../../../types';
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_7: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var __VLS_7: {};
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
|
-
default?: (props: typeof
|
|
3
|
+
default?: (props: typeof __VLS_7) => any;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseProps } from '../../../../../types';
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_7: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare var
|
|
1
|
+
declare var __VLS_7: {};
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
|
-
default?: (props: typeof
|
|
3
|
+
default?: (props: typeof __VLS_7) => any;
|
|
4
4
|
};
|
|
5
5
|
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
6
6
|
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
const e = {
|
|
2
2
|
"x-runtime-lib": {
|
|
3
|
+
addIcon: "Add Icon",
|
|
3
4
|
alias: "Alias",
|
|
4
5
|
align: "Align",
|
|
5
6
|
alignTabs: "Align Tabs",
|
|
@@ -89,6 +90,7 @@ const e = {
|
|
|
89
90
|
feedback: "Feedback",
|
|
90
91
|
fileInput: "File Input",
|
|
91
92
|
fill: "Fill",
|
|
93
|
+
filled: "Filled",
|
|
92
94
|
filter: "Filter",
|
|
93
95
|
fixed: "Fixed",
|
|
94
96
|
fixedFooter: "Fixed Footer",
|
|
@@ -170,6 +172,8 @@ const e = {
|
|
|
170
172
|
placeholder: "Placeholder",
|
|
171
173
|
plain: "Plain",
|
|
172
174
|
position: "Position",
|
|
175
|
+
precision: "Precision",
|
|
176
|
+
prefix: "Prefix",
|
|
173
177
|
prepend: "Prepend",
|
|
174
178
|
prependInner: "Prepend Inner",
|
|
175
179
|
primary: "Primary",
|
|
@@ -182,6 +186,7 @@ const e = {
|
|
|
182
186
|
regular: "Regular",
|
|
183
187
|
reverse: "Reverse",
|
|
184
188
|
right: "Right",
|
|
189
|
+
ripple: "Ripple",
|
|
185
190
|
roundRadius: "Round Radius",
|
|
186
191
|
row: "Row",
|
|
187
192
|
rowReverse: "Row Reverse",
|
|
@@ -203,6 +208,9 @@ const e = {
|
|
|
203
208
|
slots: "Slots",
|
|
204
209
|
small: "Small",
|
|
205
210
|
solid: "Solid",
|
|
211
|
+
solo: "Solo",
|
|
212
|
+
soloFilled: "Solo Filled",
|
|
213
|
+
soloInverted: "Solo Inverted",
|
|
206
214
|
sortable: "Sortable",
|
|
207
215
|
spaceAround: "Space Around",
|
|
208
216
|
spaceBetween: "Space Between",
|
|
@@ -222,6 +230,7 @@ const e = {
|
|
|
222
230
|
subtitle1: "Subtitle 1",
|
|
223
231
|
subtitle2: "Subtitle 2",
|
|
224
232
|
success: "Success",
|
|
233
|
+
suffix: "Suffix",
|
|
225
234
|
switch: "Switch",
|
|
226
235
|
tab: "Tab",
|
|
227
236
|
tabs: "Tabs",
|
|
@@ -253,6 +262,7 @@ const e = {
|
|
|
253
262
|
truncate: "Truncate",
|
|
254
263
|
type: "Type",
|
|
255
264
|
underline: "Underline",
|
|
265
|
+
underlined: "Underlined",
|
|
256
266
|
valid: "Valid",
|
|
257
267
|
value: "Value",
|
|
258
268
|
variant: "Variant",
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
const e = {
|
|
2
2
|
"x-runtime-lib": {
|
|
3
|
+
addIcon: "添加图标",
|
|
3
4
|
alias: "别名",
|
|
4
5
|
align: "对齐",
|
|
5
6
|
alignTabs: "对齐选项卡",
|
|
6
7
|
always: "总是",
|
|
7
|
-
append: "
|
|
8
|
-
appendInner: "
|
|
8
|
+
append: "后置添加",
|
|
9
|
+
appendInner: "后置添加/内部",
|
|
9
10
|
auto: "自动",
|
|
10
11
|
autoGrow: "自动增长",
|
|
11
12
|
background0: "背景0",
|
|
@@ -88,7 +89,8 @@ const e = {
|
|
|
88
89
|
fastFail: "快速失败",
|
|
89
90
|
feedback: "反馈",
|
|
90
91
|
fileInput: "文件输入",
|
|
91
|
-
fill: "
|
|
92
|
+
fill: "充满",
|
|
93
|
+
filled: "充满",
|
|
92
94
|
filter: "过滤",
|
|
93
95
|
fixed: "固定",
|
|
94
96
|
fixedFooter: "固定脚部",
|
|
@@ -170,8 +172,10 @@ const e = {
|
|
|
170
172
|
placeholder: "占位符",
|
|
171
173
|
plain: "朴素",
|
|
172
174
|
position: "位置",
|
|
173
|
-
|
|
174
|
-
|
|
175
|
+
precision: "精度",
|
|
176
|
+
prefix: "前缀",
|
|
177
|
+
prepend: "前置添加",
|
|
178
|
+
prependInner: "前置添加/内部",
|
|
175
179
|
primary: "首要",
|
|
176
180
|
radio: "单选",
|
|
177
181
|
radioGroup: "单选分组",
|
|
@@ -182,6 +186,7 @@ const e = {
|
|
|
182
186
|
regular: "常规",
|
|
183
187
|
reverse: "反向",
|
|
184
188
|
right: "右边",
|
|
189
|
+
ripple: "波纹",
|
|
185
190
|
roundRadius: "圆角半径",
|
|
186
191
|
row: "行",
|
|
187
192
|
rowReverse: "行反向",
|
|
@@ -203,6 +208,9 @@ const e = {
|
|
|
203
208
|
slots: "插槽",
|
|
204
209
|
small: "小",
|
|
205
210
|
solid: "实线",
|
|
211
|
+
solo: "独自",
|
|
212
|
+
soloFilled: "独自/充满",
|
|
213
|
+
soloInverted: "独自/倒置",
|
|
206
214
|
sortable: "可排序",
|
|
207
215
|
spaceAround: "环绕",
|
|
208
216
|
spaceBetween: "间隔",
|
|
@@ -222,6 +230,7 @@ const e = {
|
|
|
222
230
|
subtitle1: "子标题1",
|
|
223
231
|
subtitle2: "子标题2",
|
|
224
232
|
success: "成功",
|
|
233
|
+
suffix: "后缀",
|
|
225
234
|
switch: "开关",
|
|
226
235
|
tab: "选项卡项目",
|
|
227
236
|
tabs: "选项卡",
|
|
@@ -253,6 +262,7 @@ const e = {
|
|
|
253
262
|
truncate: "截断",
|
|
254
263
|
type: "类型",
|
|
255
264
|
underline: "下划线",
|
|
265
|
+
underlined: "下划线",
|
|
256
266
|
valid: "有效",
|
|
257
267
|
value: "值",
|
|
258
268
|
variant: "变种",
|