x-runtime-lib 0.6.11 → 0.6.13

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.
@@ -11,6 +11,8 @@ const e = {
11
11
  block: "Block",
12
12
  border: "Border",
13
13
  bottom: "Bottom",
14
+ bottomLeft: "Bottom Left",
15
+ bottomRight: "Bottom Right",
14
16
  button: "Button",
15
17
  card: "Card",
16
18
  category: "Category",
@@ -19,6 +21,7 @@ const e = {
19
21
  chip: "Chip",
20
22
  circularRef: "Circular Reference",
21
23
  click: "Click",
24
+ color: "Color",
22
25
  column: "Column",
23
26
  combobox: "Combobox",
24
27
  comfortable: "Comfortable",
@@ -26,11 +29,14 @@ const e = {
26
29
  compNotAvail: "Comp Not Available",
27
30
  compact: "Compact",
28
31
  container: "Container",
32
+ dark: "Dark",
33
+ dashed: "Dashed",
29
34
  data: "Data",
30
35
  dataTable: "Data Table",
31
36
  dataTableServer: "Data Table Server",
32
37
  default: "Default",
33
38
  density: "Density",
39
+ dotted: "Dotted",
34
40
  dialog: "Dialog",
35
41
  disabled: "Disabled",
36
42
  elevated: "Elevated",
@@ -50,6 +56,7 @@ const e = {
50
56
  label: "Label",
51
57
  left: "Left",
52
58
  legend: "Legend",
59
+ light: "Light",
53
60
  lineChart: "Line Chart",
54
61
  loading: "Loading",
55
62
  log: "Log",
@@ -70,10 +77,12 @@ const e = {
70
77
  position: "Position",
71
78
  prepend: "Prepend",
72
79
  prependInner: "Prepend Inner",
80
+ radius: "Radius",
73
81
  rating: "Rating",
74
82
  readonly: "Readonly",
75
83
  ref: "Reference",
76
84
  right: "Right",
85
+ roundCorner: "Round Corner",
77
86
  select: "Select",
78
87
  series: "Series",
79
88
  settings: "Settings",
@@ -81,6 +90,7 @@ const e = {
81
90
  singleLine: "Sinle Line",
82
91
  size: "Size",
83
92
  slots: "Slots",
93
+ solid: "Solid",
84
94
  sortable: "Sortable",
85
95
  start: "Start",
86
96
  style: "Style",
@@ -92,6 +102,8 @@ const e = {
92
102
  title: "Title",
93
103
  tonal: "Tonal",
94
104
  top: "Top",
105
+ topLeft: "Top Left",
106
+ topRight: "Top Right",
95
107
  type: "Type",
96
108
  value: "Value",
97
109
  variant: "Variant",
@@ -11,6 +11,8 @@ const e = {
11
11
  block: "块",
12
12
  border: "边框",
13
13
  bottom: "底部",
14
+ bottomLeft: "底左",
15
+ bottomRight: "底右",
14
16
  button: "按钮",
15
17
  card: "卡片",
16
18
  category: "类目",
@@ -19,6 +21,7 @@ const e = {
19
21
  chip: "纸片",
20
22
  circularRef: "循环引用",
21
23
  click: "单击",
24
+ color: "颜色",
22
25
  column: "列",
23
26
  combobox: "组合框",
24
27
  comfortable: "舒适",
@@ -26,11 +29,14 @@ const e = {
26
29
  compNotAvail: "组件不可用",
27
30
  compact: "紧凑",
28
31
  container: "容器",
32
+ dark: "暗",
33
+ dashed: "虚线",
29
34
  data: "数据",
30
35
  dataTable: "数据表",
31
36
  dataTableServer: "服务端数据表",
32
37
  default: "缺省",
33
38
  density: "密度",
39
+ dotted: "点画线",
34
40
  dialog: "对话框",
35
41
  disabled: "禁用",
36
42
  elevated: "升高",
@@ -50,6 +56,7 @@ const e = {
50
56
  label: "标签",
51
57
  left: "左边",
52
58
  legend: "图例",
59
+ light: "亮",
53
60
  lineChart: "折线图",
54
61
  loading: "加载中",
55
62
  log: "对数",
@@ -70,10 +77,12 @@ const e = {
70
77
  position: "位置",
71
78
  prepend: "预追加",
72
79
  prependInner: "内部预追加",
80
+ radius: "半径",
73
81
  rating: "评级",
74
82
  readonly: "只读",
75
83
  ref: "引用",
76
84
  right: "右边",
85
+ roundCorner: "圆角",
77
86
  select: "选择",
78
87
  series: "系列",
79
88
  settings: "设置",
@@ -81,6 +90,7 @@ const e = {
81
90
  singleLine: "单行",
82
91
  size: "大小",
83
92
  slots: "插槽",
93
+ solid: "实线",
84
94
  sortable: "可排序",
85
95
  start: "开始",
86
96
  style: "风格",
@@ -92,6 +102,8 @@ const e = {
92
102
  title: "标题",
93
103
  tonal: "色调",
94
104
  top: "顶部",
105
+ topLeft: "顶左",
106
+ topRight: "顶右",
95
107
  type: "类型",
96
108
  value: "值",
97
109
  variant: "变种",