x-runtime-lib 0.7.3 → 0.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/dist/components/element/index.d.ts +6 -1
  2. package/dist/components/element/regular/card/v1/index.vue.d.ts +2 -1
  3. package/dist/components/element/regular/chip/v1/index.vue.d.ts +2 -1
  4. package/dist/components/element/regular/colorPicker/v1/index.vue.d.ts +3 -0
  5. package/dist/components/element/regular/datePicker/v1/index.vue.d.ts +2 -0
  6. package/dist/components/element/regular/switch/v1/index.vue.d.ts +3 -0
  7. package/dist/components/element/regular/textarea/v1/index.vue.d.ts +2 -1
  8. package/dist/components/element/regular/window/v1/index.vue.d.ts +13 -0
  9. package/dist/components/element/regular/windowItem/v1/index.vue.d.ts +12 -0
  10. package/dist/element/_common/items/cardVariantItems/v1/index.d.ts +2 -0
  11. package/dist/element/_common/items/fieldVariantItems/v1/index.d.ts +2 -0
  12. package/dist/element/_common/items/index.d.ts +3 -1
  13. package/dist/element/_common/items/sheetVariantItems/v1/index.d.ts +2 -0
  14. package/dist/element/_common/items/sizeItems/v1/index.d.ts +2 -0
  15. package/dist/element/_common/items/textareaVariantItems/v1/index.d.ts +2 -0
  16. package/dist/element/_common/keys.d.ts +5 -0
  17. package/dist/element/regular/card/v1/spawn.d.ts +2 -0
  18. package/dist/element/regular/chip/v1/index.d.ts +1 -3
  19. package/dist/element/regular/colorPicker/v1/index.d.ts +1 -0
  20. package/dist/element/regular/colorPicker/v1/meta.d.ts +2 -0
  21. package/dist/element/regular/datePicker/v1/index.d.ts +1 -0
  22. package/dist/element/regular/datePicker/v1/meta.d.ts +2 -0
  23. package/dist/element/regular/index.d.ts +5 -0
  24. package/dist/element/regular/switch/v1/index.d.ts +1 -0
  25. package/dist/element/regular/switch/v1/meta.d.ts +2 -0
  26. package/dist/element/regular/textarea/v1/spawn.d.ts +2 -0
  27. package/dist/element/regular/window/v1/index.d.ts +1 -0
  28. package/dist/element/regular/window/v1/meta.d.ts +2 -0
  29. package/dist/element/regular/window/v1/spawn.d.ts +2 -0
  30. package/dist/element/regular/windowItem/v1/index.d.ts +1 -0
  31. package/dist/element/regular/windowItem/v1/meta.d.ts +2 -0
  32. package/dist/{i18n-en.kz954wu5.js → i18n-en.j7309mes.js} +25 -1
  33. package/dist/{i18n-zhHans.f0kmrfrp.js → i18n-zhHans.lunea4x9.js} +25 -1
  34. package/dist/index.js +2930 -2132
  35. package/dist/types/element.d.ts +1 -1
  36. package/package.json +1 -1
@@ -7,9 +7,11 @@ import ZBtnV1 from './regular/btn/v1/index.vue';
7
7
  import ZCardV1 from './regular/card/v1/index.vue';
8
8
  import ZCheckboxV1 from './regular/checkbox/v1/index.vue';
9
9
  import ZChipV1 from './regular/chip/v1/index.vue';
10
+ import ZColorPickerV1 from './regular/colorPicker/v1/index.vue';
10
11
  import ZComboboxV1 from './regular/combobox/v1/index.vue';
11
12
  import ZContainerV1 from './regular/container/v1/index.vue';
12
13
  import ZDataTableV1 from './regular/dataTable/v1/index.vue';
14
+ import ZDatePickerV1 from './regular/datePicker/v1/index.vue';
13
15
  import ZDialogV1 from './regular/dialog/v1/index.vue';
14
16
  import ZFileInputV1 from './regular/fileInput/v1/index.vue';
15
17
  import ZFlexLayoutV1 from './regular/flexLayout/v1/index.vue';
@@ -23,9 +25,12 @@ import ZRangeSliderV1 from './regular/rangeSlider/v1/index.vue';
23
25
  import ZRatingV1 from './regular/rating/v1/index.vue';
24
26
  import ZSelectV1 from './regular/select/v1/index.vue';
25
27
  import ZSliderV1 from './regular/slider/v1/index.vue';
28
+ import ZSwitchV1 from './regular/switch/v1/index.vue';
26
29
  import ZTextV1 from './regular/text/v1/index.vue';
27
30
  import ZTextareaV1 from './regular/textarea/v1/index.vue';
28
31
  import ZTextFieldV1 from './regular/textField/v1/index.vue';
29
32
  import ZTimelineV1 from './regular/timeline/v1/index.vue';
30
33
  import ZTimelineItemV1 from './regular/timelineItem/v1/index.vue';
31
- export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBadgeV1, ZBtnV1, ZCardV1, ZCheckboxV1, ZChipV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1 };
34
+ import ZWindowV1 from './regular/window/v1/index.vue';
35
+ import ZWindowItemV1 from './regular/windowItem/v1/index.vue';
36
+ export { ZBarChartV1, ZLineChartV1, ZRefV1, ZSlotV1, ZBadgeV1, ZBtnV1, ZCardV1, ZCheckboxV1, ZChipV1, ZColorPickerV1, ZComboboxV1, ZContainerV1, ZDataTableV1, ZDatePickerV1, ZDialogV1, ZFileInputV1, ZFlexLayoutV1, ZFlexLayoutEntryV1, ZFormV1, ZMenuV1, ZNumberInputV1, ZRadioV1, ZRadioGroupV1, ZRangeSliderV1, ZRatingV1, ZSelectV1, ZSliderV1, ZSwitchV1, ZTextV1, ZTextareaV1, ZTextFieldV1, ZTimelineV1, ZTimelineItemV1, ZWindowV1, ZWindowItemV1 };
@@ -1,8 +1,9 @@
1
+ import { BaseProps } from '../../../../../types';
1
2
  declare var __VLS_6: {};
2
3
  type __VLS_Slots = {} & {
3
4
  default?: (props: typeof __VLS_6) => any;
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
+ 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>;
6
7
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ import { BaseProps } from '../../../../../types';
2
+ declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
3
  export default _default;
@@ -0,0 +1,3 @@
1
+ import { BaseProps } from '../../../../../types';
2
+ declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,3 @@
1
+ import { BaseProps } from '../../../../../types';
2
+ declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ import { BaseProps } from '../../../../../types';
2
+ declare const _default: import("vue").DefineComponent<BaseProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<BaseProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
3
  export default _default;
@@ -0,0 +1,13 @@
1
+ import { BaseProps } from '../../../../../types';
2
+ declare var __VLS_6: {};
3
+ type __VLS_Slots = {} & {
4
+ default?: (props: typeof __VLS_6) => any;
5
+ };
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
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
+ export default _default;
9
+ type __VLS_WithSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
@@ -0,0 +1,12 @@
1
+ declare var __VLS_6: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_6) => any;
4
+ };
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
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
7
+ export default _default;
8
+ type __VLS_WithSlots<T, S> = T & {
9
+ new (): {
10
+ $slots: S;
11
+ };
12
+ };
@@ -0,0 +1,2 @@
1
+ import { ZItem } from '../../../../../types';
2
+ export declare const cardVariantItemsV1: ZItem[];
@@ -0,0 +1,2 @@
1
+ import { ZItem } from '../../../../../types';
2
+ export declare const fieldVariantItemsV1: ZItem[];
@@ -1,15 +1,17 @@
1
1
  export * from './axisTypeItems/v1';
2
2
  export * from './borderStyleItems/v1';
3
- export * from './btnVariantItems/v1';
4
3
  export * from './colorModeItems/v1';
5
4
  export * from './densityItems/v1';
6
5
  export * from './directionItems/v1';
6
+ export * from './fieldVariantItems/v1';
7
7
  export * from './flexCrossAlignItems/v1';
8
8
  export * from './flexDirectionItems/v1';
9
9
  export * from './flexMainAlignItems/v1';
10
10
  export * from './flexWrapItems/v1';
11
11
  export * from './fontWeightItems/v1';
12
+ export * from './sheetVariantItems/v1';
12
13
  export * from './showTicksItems/v1';
14
+ export * from './sizeItems/v1';
13
15
  export * from './textAlignItems/v1';
14
16
  export * from './textDecorationItems/v1';
15
17
  export * from './textEmphasisItems/v1';
@@ -0,0 +1,2 @@
1
+ import { ZItem } from '../../../../../types';
2
+ export declare const sheetVariantItemsV1: ZItem[];
@@ -0,0 +1,2 @@
1
+ import { ZItem } from '../../../../../types';
2
+ export declare const sizeItemsV1: ZItem[];
@@ -0,0 +1,2 @@
1
+ import { ZItem } from '../../../../../types';
2
+ export declare const textareaVariantItemsV1: ZItem[];
@@ -4,9 +4,11 @@ export declare const keyBtnV1 = "btn_v1";
4
4
  export declare const keyCardV1 = "card_v1";
5
5
  export declare const keyCheckboxV1 = "checkbox_v1";
6
6
  export declare const keyChipV1 = "chip_v1";
7
+ export declare const keyColorPickerV1 = "color_picker_v1";
7
8
  export declare const keyComboboxV1 = "combobox_v1";
8
9
  export declare const keyContainerV1 = "container_v1";
9
10
  export declare const keyDataTableV1 = "data_table_v1";
11
+ export declare const keyDatePickerV1 = "date_picker_v1";
10
12
  export declare const keyDialogV1 = "dialog_v1";
11
13
  export declare const keyFileInputV1 = "file_input_v1";
12
14
  export declare const keyFlexLayoutV1 = "flex_layout_v1";
@@ -24,8 +26,11 @@ export declare const keyRatingV1 = "rating_v1";
24
26
  export declare const keyRefV1 = "ref_v1";
25
27
  export declare const keySelectV1 = "select_v1";
26
28
  export declare const keySliderV1 = "slider_v1";
29
+ export declare const keySwitchV1 = "switch_v1";
27
30
  export declare const keyTextV1 = "text_v1";
28
31
  export declare const keyTextareaV1 = "textarea_v1";
29
32
  export declare const keyTextFieldV1 = "text_field_v1";
30
33
  export declare const keyTimelineV1 = "timeline_v1";
31
34
  export declare const keyTimelineItemV1 = "timeline_item_v1";
35
+ export declare const keyWindowV1 = "window_v1";
36
+ export declare const keyWindowItemV1 = "window_item_v1";
@@ -0,0 +1,2 @@
1
+ import { Node } from '../../../../types';
2
+ export declare function spawn(type: string, subtype: string): Node | undefined;
@@ -1,3 +1 @@
1
- import { ZElement } from '../../../../types';
2
- declare const element: ZElement;
3
- export default element;
1
+ export * from './meta';
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const colorPickerV1: ZElement;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const datePickerV1: ZElement;
@@ -3,9 +3,11 @@ export * from './btn/v1';
3
3
  export * from './card/v1';
4
4
  export * from './checkbox/v1';
5
5
  export * from './chip/v1';
6
+ export * from './colorPicker/v1';
6
7
  export * from './combobox/v1';
7
8
  export * from './container/v1';
8
9
  export * from './dataTable/v1';
10
+ export * from './datePicker/v1';
9
11
  export * from './dialog/v1';
10
12
  export * from './fileInput/v1';
11
13
  export * from './flexLayout/v1';
@@ -19,8 +21,11 @@ export * from './rangeSlider/v1';
19
21
  export * from './rating/v1';
20
22
  export * from './select/v1';
21
23
  export * from './slider/v1';
24
+ export * from './switch/v1';
22
25
  export * from './text/v1';
23
26
  export * from './textarea/v1';
24
27
  export * from './textField/v1';
25
28
  export * from './timeline/v1';
26
29
  export * from './timelineItem/v1';
30
+ export * from './window/v1';
31
+ export * from './windowItem/v1';
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const switchV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { Node } from '../../../../types';
2
+ export declare function spawn(type: string, subtype: string): Node | undefined;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const windowV1: ZElement;
@@ -0,0 +1,2 @@
1
+ import { Node } from '../../../../types';
2
+ export declare function spawn(type: string, subtype: string): Node | undefined;
@@ -0,0 +1 @@
1
+ export * from './meta';
@@ -0,0 +1,2 @@
1
+ import { ZElement } from '../../../../types';
2
+ export declare const windowItemV1: ZElement;
@@ -6,6 +6,7 @@ const e = {
6
6
  append: "Append",
7
7
  appendInner: "Append Inner",
8
8
  auto: "Auto",
9
+ autoGrow: "Auto Grow",
9
10
  background0: "Background 0",
10
11
  background1: "Background 1",
11
12
  background2: "Background 2",
@@ -20,6 +21,7 @@ const e = {
20
21
  body2: "Body 2",
21
22
  bold: "Bold",
22
23
  border: "Border",
24
+ both: "Both",
23
25
  bottom: "Bottom",
24
26
  bottomLeft: "Bottom Left",
25
27
  bottomRight: "Bottom Right",
@@ -36,11 +38,13 @@ const e = {
36
38
  category: "Category",
37
39
  center: "Center",
38
40
  chart: "Chart",
41
+ checkbox: "Checkbox",
39
42
  chip: "Chip",
40
43
  circularRef: "Circular Reference",
41
44
  clearable: "Clearable",
42
45
  click: "Click",
43
46
  color: "Color",
47
+ colorPicker: "Color Picker",
44
48
  column: "Column",
45
49
  columnReverse: "Column Reverse",
46
50
  combobox: "Combobox",
@@ -50,6 +54,7 @@ const e = {
50
54
  compact: "Compact",
51
55
  container: "Container",
52
56
  containment: "Containment",
57
+ continuous: "Continuous",
53
58
  crossAxisAlign: "Cross Axis Align",
54
59
  custom: "Custom",
55
60
  dark: "Dark",
@@ -58,13 +63,15 @@ const e = {
58
63
  dataDisplay: "Data Display",
59
64
  dataTable: "Data Table",
60
65
  dataTableServer: "Data Table Server",
66
+ datePicker: "Date Picker",
61
67
  decoration: "Decoration",
62
68
  default: "Default",
63
69
  density: "Density",
64
- dotted: "Dotted",
65
70
  dialog: "Dialog",
66
71
  direction: "Direction",
67
72
  disabled: "Disabled",
73
+ dot: "Dot",
74
+ dotted: "Dotted",
68
75
  elevated: "Elevated",
69
76
  emphasis: "Emphasis",
70
77
  end: "End",
@@ -73,6 +80,7 @@ const e = {
73
80
  fastFail: "Fast Fail",
74
81
  feedback: "Feedback",
75
82
  fileInput: "File Input",
83
+ fill: "Fill",
76
84
  fixed: "Fixed",
77
85
  fixedFooter: "Fixed Footer",
78
86
  fixedHeader: "Fixed Header",
@@ -94,12 +102,14 @@ const e = {
94
102
  headers: "Headers",
95
103
  height: "Height",
96
104
  hideDetails: "Hide Details",
105
+ hideOppoSite: "Hide Opposite",
97
106
  high: "High",
98
107
  horizontal: "Horizontal",
99
108
  hover: "Hover",
100
109
  id: "ID",
101
110
  info: "Info",
102
111
  inline: "Inline",
112
+ inset: "Inset",
103
113
  italic: "Italic",
104
114
  item: "Item",
105
115
  items: "Items",
@@ -109,6 +119,7 @@ const e = {
109
119
  legend: "Legend",
110
120
  length: "Length",
111
121
  light: "Light",
122
+ line: "Line",
112
123
  lineChart: "Line Chart",
113
124
  lineThrough: "Line Through",
114
125
  loading: "Loading",
@@ -117,6 +128,7 @@ const e = {
117
128
  margin: "Margin",
118
129
  max: "Max",
119
130
  maxHeight: "Max Height",
131
+ maxRows: "Max Rows",
120
132
  maxWidth: "Max Width",
121
133
  medium: "Medium",
122
134
  menu: "Menu",
@@ -134,6 +146,7 @@ const e = {
134
146
  outlined: "Outlined",
135
147
  padding: "Padding",
136
148
  percent: "Percent",
149
+ pickers: "Pickers",
137
150
  pixel: "Pixel",
138
151
  placeholder: "Placeholder",
139
152
  plain: "Plain",
@@ -153,13 +166,17 @@ const e = {
153
166
  roundRadius: "Round Radius",
154
167
  row: "Row",
155
168
  rowReverse: "Row Reverse",
169
+ rows: "Rows",
156
170
  secondary: "Secondary",
157
171
  select: "Select",
172
+ selection: "Selection",
158
173
  series: "Series",
159
174
  settings: "Settings",
160
175
  show: "Show",
176
+ showArrows: "Show Arrows",
161
177
  showTicks: "Show Ticks",
162
178
  shrink: "Shrink",
179
+ side: "Side",
163
180
  singleLine: "Sinle Line",
164
181
  size: "Size",
165
182
  slider: "Slider",
@@ -174,15 +191,18 @@ const e = {
174
191
  stretch: "Stretch",
175
192
  style: "Style",
176
193
  subtext: "Subtext",
194
+ subtitle: "Subtitle",
177
195
  subtitle1: "Subtitle 1",
178
196
  subtitle2: "Subtitle 2",
179
197
  success: "Success",
198
+ switch: "Switch",
180
199
  text: "Text",
181
200
  textarea: "Textarea",
182
201
  textField: "Text Field",
183
202
  theme: "Theme",
184
203
  thin: "Thin",
185
204
  thick: "Thick",
205
+ thickness: "Thickness",
186
206
  thumbColor: "Thumb Color",
187
207
  thumbLabel: "Thumb Label",
188
208
  thumbSize: "Thumb Size",
@@ -196,8 +216,10 @@ const e = {
196
216
  top: "Top",
197
217
  topLeft: "Top Left",
198
218
  topRight: "Top Right",
219
+ touch: "Touch",
199
220
  trackColor: "Track Color",
200
221
  true: "True",
222
+ truncate: "Truncate",
201
223
  type: "Type",
202
224
  underline: "Underline",
203
225
  valid: "Valid",
@@ -207,6 +229,8 @@ const e = {
207
229
  warning: "Warning",
208
230
  weight: "Weight",
209
231
  width: "Width",
232
+ window: "Window",
233
+ windowItem: "Window Item",
210
234
  wrap: "Wrap",
211
235
  xAxis: "X Axis",
212
236
  yAxis: "Y Axis",
@@ -6,6 +6,7 @@ const e = {
6
6
  append: "追加",
7
7
  appendInner: "内部追加",
8
8
  auto: "自动",
9
+ autoGrow: "自动增长",
9
10
  background0: "背景0",
10
11
  background1: "背景1",
11
12
  background2: "背景2",
@@ -20,6 +21,7 @@ const e = {
20
21
  body2: "主体2",
21
22
  bold: "粗",
22
23
  border: "边框",
24
+ both: "两者",
23
25
  bottom: "底部",
24
26
  bottomLeft: "底左",
25
27
  bottomRight: "底右",
@@ -36,11 +38,13 @@ const e = {
36
38
  category: "类目",
37
39
  center: "中心",
38
40
  chart: "图表",
41
+ checkbox: "复选框",
39
42
  chip: "纸片",
40
43
  circularRef: "循环引用",
41
44
  clearable: "可清除",
42
45
  click: "单击",
43
46
  color: "颜色",
47
+ colorPicker: "颜色拾取器",
44
48
  column: "列",
45
49
  columnReverse: "列反向",
46
50
  combobox: "组合框",
@@ -50,6 +54,7 @@ const e = {
50
54
  compact: "紧凑",
51
55
  container: "容器",
52
56
  containment: "容器类",
57
+ continuous: "连续",
53
58
  crossAxisAlign: "交叉轴对齐",
54
59
  custom: "自定义",
55
60
  dark: "暗",
@@ -58,13 +63,15 @@ const e = {
58
63
  dataDisplay: "数据展示",
59
64
  dataTable: "数据表",
60
65
  dataTableServer: "服务端数据表",
66
+ datePicker: "日期拾取器",
61
67
  decoration: "装饰",
62
68
  default: "缺省",
63
69
  density: "密度",
64
- dotted: "点画线",
65
70
  dialog: "对话框",
66
71
  direction: "方向",
67
72
  disabled: "禁用",
73
+ dot: "点",
74
+ dotted: "点画线",
68
75
  elevated: "升高",
69
76
  emphasis: "强调",
70
77
  end: "结束",
@@ -73,6 +80,7 @@ const e = {
73
80
  fastFail: "快速失败",
74
81
  feedback: "反馈",
75
82
  fileInput: "文件输入",
83
+ fill: "填满",
76
84
  fixed: "固定",
77
85
  fixedFooter: "固定脚部",
78
86
  fixedHeader: "固定头部",
@@ -94,12 +102,14 @@ const e = {
94
102
  headers: "头部",
95
103
  height: "高度",
96
104
  hideDetails: "隐藏细节",
105
+ hideOpposite: "隐藏对面",
97
106
  high: "高",
98
107
  horizontal: "水平",
99
108
  hover: "悬浮",
100
109
  id: "ID",
101
110
  info: "信息",
102
111
  inline: "内联",
112
+ inset: "内嵌",
103
113
  italic: "斜体",
104
114
  item: "项目",
105
115
  items: "项目",
@@ -109,6 +119,7 @@ const e = {
109
119
  legend: "图例",
110
120
  length: "长度",
111
121
  light: "亮",
122
+ line: "线",
112
123
  lineChart: "折线图",
113
124
  lineThrough: "中划线",
114
125
  loading: "加载中",
@@ -117,6 +128,7 @@ const e = {
117
128
  margin: "外边距",
118
129
  max: "最大值",
119
130
  maxHeight: "最大高度",
131
+ maxRows: "最大行",
120
132
  maxWidth: "最大宽度",
121
133
  medium: "中",
122
134
  menu: "菜单",
@@ -134,6 +146,7 @@ const e = {
134
146
  outlined: "轮廓",
135
147
  padding: "内边距",
136
148
  percent: "百分比",
149
+ pickers: "拾取器",
137
150
  pixel: "像素",
138
151
  placeholder: "占位符",
139
152
  plain: "朴素",
@@ -153,13 +166,17 @@ const e = {
153
166
  roundRadius: "圆角半径",
154
167
  row: "行",
155
168
  rowReverse: "行反向",
169
+ rows: "行",
156
170
  secondary: "次要",
157
171
  select: "选择",
172
+ selection: "选择",
158
173
  series: "系列",
159
174
  settings: "设置",
160
175
  show: "显示",
176
+ showArrows: "显示箭头",
161
177
  showTicks: "显示刻度",
162
178
  shrink: "收缩",
179
+ side: "侧面",
163
180
  singleLine: "单行",
164
181
  size: "大小",
165
182
  slider: "滑动条",
@@ -174,15 +191,18 @@ const e = {
174
191
  stretch: "伸展",
175
192
  style: "风格",
176
193
  subtext: "子文本",
194
+ subtitle: "子标题",
177
195
  subtitle1: "子标题1",
178
196
  subtitle2: "子标题2",
179
197
  success: "成功",
198
+ switch: "开关",
180
199
  text: "文本",
181
200
  textarea: "文本区域",
182
201
  textField: "文本字段",
183
202
  theme: "主题",
184
203
  thin: "细",
185
204
  thick: "粗",
205
+ thickness: "粗细",
186
206
  thumbColor: "拇指颜色",
187
207
  thumbLabel: "拇指标签",
188
208
  thumbSize: "拇指大小",
@@ -196,8 +216,10 @@ const e = {
196
216
  top: "顶部",
197
217
  topLeft: "顶左",
198
218
  topRight: "顶右",
219
+ touch: "触摸",
199
220
  trackColor: "轨道颜色",
200
221
  true: "真",
222
+ truncate: "截断",
201
223
  type: "类型",
202
224
  underline: "下划线",
203
225
  valid: "有效",
@@ -207,6 +229,8 @@ const e = {
207
229
  warning: "警告",
208
230
  weight: "重量",
209
231
  width: "宽度",
232
+ window: "窗口",
233
+ windowItem: "窗口项目",
210
234
  wrap: "换行",
211
235
  xAxis: "x轴",
212
236
  yAxis: "y轴",