x-runtime-lib 0.6.34 → 0.6.36
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.
|
@@ -12,9 +12,11 @@ const e = {
|
|
|
12
12
|
barChart: "Bar Chart",
|
|
13
13
|
baseline: "Baseline",
|
|
14
14
|
basic: "Basic",
|
|
15
|
+
black: "Black",
|
|
15
16
|
block: "Block",
|
|
16
17
|
body1: "Body 1",
|
|
17
18
|
body2: "Body 2",
|
|
19
|
+
bold: "Bold",
|
|
18
20
|
border: "Border",
|
|
19
21
|
bottom: "Bottom",
|
|
20
22
|
bottomLeft: "Bottom Left",
|
|
@@ -51,6 +53,7 @@ const e = {
|
|
|
51
53
|
data: "Data",
|
|
52
54
|
dataTable: "Data Table",
|
|
53
55
|
dataTableServer: "Data Table Server",
|
|
56
|
+
decoration: "Decoration",
|
|
54
57
|
default: "Default",
|
|
55
58
|
density: "Density",
|
|
56
59
|
dotted: "Dotted",
|
|
@@ -58,6 +61,7 @@ const e = {
|
|
|
58
61
|
direction: "Direction",
|
|
59
62
|
disabled: "Disabled",
|
|
60
63
|
elevated: "Elevated",
|
|
64
|
+
emphasis: "Emphasis",
|
|
61
65
|
end: "End",
|
|
62
66
|
error: "Error",
|
|
63
67
|
false: "False",
|
|
@@ -78,15 +82,19 @@ const e = {
|
|
|
78
82
|
headers: "Headers",
|
|
79
83
|
height: "Height",
|
|
80
84
|
hideDetails: "Hide Details",
|
|
85
|
+
high: "High",
|
|
81
86
|
id: "ID",
|
|
82
87
|
info: "Info",
|
|
88
|
+
italic: "Italic",
|
|
83
89
|
item: "Item",
|
|
84
90
|
items: "Items",
|
|
91
|
+
justify: "Justify",
|
|
85
92
|
label: "Label",
|
|
86
93
|
left: "Left",
|
|
87
94
|
legend: "Legend",
|
|
88
95
|
light: "Light",
|
|
89
96
|
lineChart: "Line Chart",
|
|
97
|
+
lineThrough: "Line Through",
|
|
90
98
|
loading: "Loading",
|
|
91
99
|
log: "Log",
|
|
92
100
|
mainAxisAlign: "Main Axis Align",
|
|
@@ -101,6 +109,7 @@ const e = {
|
|
|
101
109
|
multiSort: "Multi Sort",
|
|
102
110
|
name: "Name",
|
|
103
111
|
no: "No",
|
|
112
|
+
none: "None",
|
|
104
113
|
notSet: "Not Set",
|
|
105
114
|
numberInput: "Number Input",
|
|
106
115
|
overline: "Overline",
|
|
@@ -117,6 +126,7 @@ const e = {
|
|
|
117
126
|
rating: "Rating",
|
|
118
127
|
readonly: "Readonly",
|
|
119
128
|
ref: "Reference",
|
|
129
|
+
regular: "Regular",
|
|
120
130
|
reverse: "Reverse",
|
|
121
131
|
right: "Right",
|
|
122
132
|
roundRadius: "Round Radius",
|
|
@@ -156,9 +166,11 @@ const e = {
|
|
|
156
166
|
topRight: "Top Right",
|
|
157
167
|
true: "True",
|
|
158
168
|
type: "Type",
|
|
169
|
+
underline: "Underline",
|
|
159
170
|
value: "Value",
|
|
160
171
|
variant: "Variant",
|
|
161
172
|
warning: "Warning",
|
|
173
|
+
weight: "Weight",
|
|
162
174
|
width: "Width",
|
|
163
175
|
wrap: "Wrap",
|
|
164
176
|
xAxis: "X Axis",
|
|
@@ -12,9 +12,11 @@ const e = {
|
|
|
12
12
|
barChart: "柱状图",
|
|
13
13
|
baseline: "基线",
|
|
14
14
|
basic: "基本",
|
|
15
|
+
black: "黑",
|
|
15
16
|
block: "块",
|
|
16
17
|
body1: "主体1",
|
|
17
18
|
body2: "主体2",
|
|
19
|
+
bold: "粗",
|
|
18
20
|
border: "边框",
|
|
19
21
|
bottom: "底部",
|
|
20
22
|
bottomLeft: "底左",
|
|
@@ -51,6 +53,7 @@ const e = {
|
|
|
51
53
|
data: "数据",
|
|
52
54
|
dataTable: "数据表",
|
|
53
55
|
dataTableServer: "服务端数据表",
|
|
56
|
+
decoration: "装饰",
|
|
54
57
|
default: "缺省",
|
|
55
58
|
density: "密度",
|
|
56
59
|
dotted: "点画线",
|
|
@@ -58,6 +61,7 @@ const e = {
|
|
|
58
61
|
direction: "方向",
|
|
59
62
|
disabled: "禁用",
|
|
60
63
|
elevated: "升高",
|
|
64
|
+
emphasis: "强调",
|
|
61
65
|
end: "结束",
|
|
62
66
|
error: "错误",
|
|
63
67
|
false: "假",
|
|
@@ -78,15 +82,19 @@ const e = {
|
|
|
78
82
|
headers: "头部",
|
|
79
83
|
height: "高度",
|
|
80
84
|
hideDetails: "隐藏细节",
|
|
85
|
+
high: "高",
|
|
81
86
|
id: "ID",
|
|
82
87
|
info: "信息",
|
|
88
|
+
italic: "斜体",
|
|
83
89
|
item: "项目",
|
|
84
90
|
items: "项目",
|
|
91
|
+
justify: "公正",
|
|
85
92
|
label: "标签",
|
|
86
93
|
left: "左边",
|
|
87
94
|
legend: "图例",
|
|
88
95
|
light: "亮",
|
|
89
96
|
lineChart: "折线图",
|
|
97
|
+
lineThrough: "中划线",
|
|
90
98
|
loading: "加载中",
|
|
91
99
|
log: "对数",
|
|
92
100
|
mainAxisAlign: "主轴对齐",
|
|
@@ -101,6 +109,7 @@ const e = {
|
|
|
101
109
|
multiSort: "多重排序",
|
|
102
110
|
name: "名称",
|
|
103
111
|
no: "否",
|
|
112
|
+
none: "没有",
|
|
104
113
|
notSet: "未设置",
|
|
105
114
|
numberInput: "数字输入",
|
|
106
115
|
overline: "上划线",
|
|
@@ -117,6 +126,7 @@ const e = {
|
|
|
117
126
|
rating: "评级",
|
|
118
127
|
readonly: "只读",
|
|
119
128
|
ref: "引用",
|
|
129
|
+
regular: "常规",
|
|
120
130
|
reverse: "反向",
|
|
121
131
|
right: "右边",
|
|
122
132
|
roundRadius: "圆角半径",
|
|
@@ -156,9 +166,11 @@ const e = {
|
|
|
156
166
|
topRight: "顶右",
|
|
157
167
|
true: "真",
|
|
158
168
|
type: "类型",
|
|
169
|
+
underline: "下划线",
|
|
159
170
|
value: "值",
|
|
160
171
|
variant: "变种",
|
|
161
172
|
warning: "警告",
|
|
173
|
+
weight: "重量",
|
|
162
174
|
width: "宽度",
|
|
163
175
|
wrap: "换行",
|
|
164
176
|
xAxis: "x轴",
|