x-runtime-lib 0.5.9 → 0.5.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/element/_common/items/btnVariantItems/v1/index.d.ts +2 -0
- package/dist/element/_common/items/densityItems/v1/index.d.ts +2 -0
- package/dist/element/_common/types/tableColumnAlignTypes/v1/index.d.ts +2 -0
- package/dist/{i18n-en-ruu6mpct.js → i18n-en-g5917ung.js} +11 -0
- package/dist/{i18n-zhHans-cgiqxbk0.js → i18n-zhHans-ehanwg1n.js} +11 -0
- package/dist/index.js +1114 -973
- package/package.json +1 -1
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
const e = {
|
|
2
2
|
"x-runtime-lib": {
|
|
3
3
|
alias: "Alias",
|
|
4
|
+
align: "Align",
|
|
4
5
|
auto: "Auto",
|
|
5
6
|
backgroundColor: "Background Color",
|
|
6
7
|
basic: "Basic",
|
|
@@ -8,6 +9,7 @@ const e = {
|
|
|
8
9
|
border: "Border",
|
|
9
10
|
bottom: "Bottom",
|
|
10
11
|
button: "Button",
|
|
12
|
+
center: "Center",
|
|
11
13
|
circularRef: "Circular Reference",
|
|
12
14
|
click: "Click",
|
|
13
15
|
combobox: "Combobox",
|
|
@@ -22,6 +24,10 @@ const e = {
|
|
|
22
24
|
density: "Density",
|
|
23
25
|
disabled: "Disabled",
|
|
24
26
|
elevated: "Elevated",
|
|
27
|
+
end: "End",
|
|
28
|
+
fixed: "Fixed",
|
|
29
|
+
fixedFooter: "Fixed Footer",
|
|
30
|
+
fixedHeader: "Fixed Header",
|
|
25
31
|
flat: "Flat",
|
|
26
32
|
globality: "Globality",
|
|
27
33
|
globalSettings: "Global Settings",
|
|
@@ -29,13 +35,16 @@ const e = {
|
|
|
29
35
|
height: "Height",
|
|
30
36
|
hideDetails: "Hide Details",
|
|
31
37
|
id: "ID",
|
|
38
|
+
items: "Items",
|
|
32
39
|
label: "Label",
|
|
33
40
|
left: "Left",
|
|
41
|
+
loading: "Loading",
|
|
34
42
|
margin: "Margin",
|
|
35
43
|
maxHeight: "Max Height",
|
|
36
44
|
maxWidth: "Max Width",
|
|
37
45
|
minHeight: "Min Height",
|
|
38
46
|
minWidth: "Min Width",
|
|
47
|
+
multiSort: "Multi Sort",
|
|
39
48
|
name: "Name",
|
|
40
49
|
numberInput: "Number Input",
|
|
41
50
|
outlined: "Outlined",
|
|
@@ -51,6 +60,8 @@ const e = {
|
|
|
51
60
|
settings: "Settings",
|
|
52
61
|
singleLine: "Sinle Line",
|
|
53
62
|
size: "Size",
|
|
63
|
+
sortable: "Sortable",
|
|
64
|
+
start: "Start",
|
|
54
65
|
style: "Style",
|
|
55
66
|
text: "Text",
|
|
56
67
|
textField: "Text Field",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
const e = {
|
|
2
2
|
"x-runtime-lib": {
|
|
3
3
|
alias: "别名",
|
|
4
|
+
align: "对齐",
|
|
4
5
|
auto: "自动",
|
|
5
6
|
backgroundColor: "背景颜色",
|
|
6
7
|
basic: "基本",
|
|
@@ -8,6 +9,7 @@ const e = {
|
|
|
8
9
|
border: "边框",
|
|
9
10
|
bottom: "底部",
|
|
10
11
|
button: "按钮",
|
|
12
|
+
center: "中心",
|
|
11
13
|
circularRef: "循环引用",
|
|
12
14
|
click: "单击",
|
|
13
15
|
combobox: "组合框",
|
|
@@ -22,6 +24,10 @@ const e = {
|
|
|
22
24
|
density: "密度",
|
|
23
25
|
disabled: "禁用",
|
|
24
26
|
elevated: "升高",
|
|
27
|
+
end: "结束",
|
|
28
|
+
fixed: "固定",
|
|
29
|
+
fixedFooter: "固定脚部",
|
|
30
|
+
fixedHeader: "固定头部",
|
|
25
31
|
flat: "扁平",
|
|
26
32
|
globality: "全局",
|
|
27
33
|
globalSettings: "全局设置",
|
|
@@ -29,13 +35,16 @@ const e = {
|
|
|
29
35
|
height: "高度",
|
|
30
36
|
hideDetails: "隐藏细节",
|
|
31
37
|
id: "ID",
|
|
38
|
+
items: "项目",
|
|
32
39
|
label: "标签",
|
|
33
40
|
left: "左边",
|
|
41
|
+
loading: "加载中",
|
|
34
42
|
margin: "外边距",
|
|
35
43
|
maxHeight: "最大高度",
|
|
36
44
|
maxWidth: "最大宽度",
|
|
37
45
|
minHeight: "最小高度",
|
|
38
46
|
minWidth: "最小宽度",
|
|
47
|
+
multiSort: "多重排序",
|
|
39
48
|
name: "名称",
|
|
40
49
|
numberInput: "数字输入",
|
|
41
50
|
outlined: "轮廓",
|
|
@@ -51,6 +60,8 @@ const e = {
|
|
|
51
60
|
settings: "设置",
|
|
52
61
|
singleLine: "单行",
|
|
53
62
|
size: "大小",
|
|
63
|
+
sortable: "可排序",
|
|
64
|
+
start: "开始",
|
|
54
65
|
style: "风格",
|
|
55
66
|
text: "文本",
|
|
56
67
|
textField: "文本字段",
|