x-runtime-lib 0.6.34 → 0.6.35
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轴",
|
package/dist/index.js
CHANGED
|
@@ -6090,7 +6090,7 @@ const ep = /* @__PURE__ */ Bt(Zf, [["render", Qf]]), tp = { key: 0 }, rp = /* @_
|
|
|
6090
6090
|
}), n = R(() => {
|
|
6091
6091
|
var u;
|
|
6092
6092
|
const t = [], e = so(c.value.width), i = ot(e, (u = o.node.settings) == null ? void 0 : u.style);
|
|
6093
|
-
return i && t.push(`text-${i}`), v.value === "high" ? t.push("text-high-emphasis") : v.value === "medium" ? t.push("text-medium-emphasis") : v.value === "disabled" && t.push("text-disabled"), b.value && t.push(`font-${b}`), y.value && t.push(`font-decoration-${y.value}`), S.value && t.push(`font-weight-${S.value}`), x.value && t.push("font-italic"), t.join(" ");
|
|
6093
|
+
return i && t.push(`text-${i}`), v.value === "high" ? t.push("text-high-emphasis") : v.value === "medium" ? t.push("text-medium-emphasis") : v.value === "disabled" && t.push("text-disabled"), b.value && t.push(`font-${b.value}`), y.value && t.push(`font-decoration-${y.value}`), S.value && t.push(`font-weight-${S.value}`), x.value && t.push("font-italic"), t.join(" ");
|
|
6094
6094
|
});
|
|
6095
6095
|
return (t, e) => (j(), ae("span", {
|
|
6096
6096
|
class: fa(n.value)
|
|
@@ -7498,35 +7498,35 @@ const vi = {
|
|
|
7498
7498
|
children: [
|
|
7499
7499
|
{
|
|
7500
7500
|
key: "xs",
|
|
7501
|
-
name: "x-runtime-lib.xs",
|
|
7501
|
+
name: "x-runtime-lib.bp.xs",
|
|
7502
7502
|
ui: "select",
|
|
7503
7503
|
items: "textStyleItemsV1",
|
|
7504
7504
|
default: ""
|
|
7505
7505
|
},
|
|
7506
7506
|
{
|
|
7507
7507
|
key: "sm",
|
|
7508
|
-
name: "x-runtime-lib.sm",
|
|
7508
|
+
name: "x-runtime-lib.bp.sm",
|
|
7509
7509
|
ui: "select",
|
|
7510
7510
|
items: "textStyleItemsV1",
|
|
7511
7511
|
default: ""
|
|
7512
7512
|
},
|
|
7513
7513
|
{
|
|
7514
7514
|
key: "md",
|
|
7515
|
-
name: "x-runtime-lib.md",
|
|
7515
|
+
name: "x-runtime-lib.bp.md",
|
|
7516
7516
|
ui: "select",
|
|
7517
7517
|
items: "textStyleItemsV1",
|
|
7518
7518
|
default: ""
|
|
7519
7519
|
},
|
|
7520
7520
|
{
|
|
7521
7521
|
key: "lg",
|
|
7522
|
-
name: "x-runtime-lib.lg",
|
|
7522
|
+
name: "x-runtime-lib.bp.lg",
|
|
7523
7523
|
ui: "select",
|
|
7524
7524
|
items: "textStyleItemsV1",
|
|
7525
7525
|
default: ""
|
|
7526
7526
|
},
|
|
7527
7527
|
{
|
|
7528
7528
|
key: "xl",
|
|
7529
|
-
name: "x-runtime-lib.xl",
|
|
7529
|
+
name: "x-runtime-lib.bp.xl",
|
|
7530
7530
|
ui: "select",
|
|
7531
7531
|
items: "textStyleItemsV1",
|
|
7532
7532
|
default: ""
|
|
@@ -8121,7 +8121,7 @@ const id = (r, o, c) => {
|
|
|
8121
8121
|
});
|
|
8122
8122
|
};
|
|
8123
8123
|
async function Rd(r) {
|
|
8124
|
-
return (await id(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en-
|
|
8124
|
+
return (await id(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en-8nm0zvdm.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans-ckvgmwcn.js") }), `./locales/${r}/index.ts`, 4)).default;
|
|
8125
8125
|
}
|
|
8126
8126
|
export {
|
|
8127
8127
|
ao as breakpoints,
|