x-runtime-lib 0.6.13 → 0.6.14

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.
@@ -0,0 +1,2 @@
1
+ import { ZType } from '../../../../../types';
2
+ export declare const borderWidthTypes: ZType[];
@@ -63,10 +63,12 @@ const e = {
63
63
  margin: "Margin",
64
64
  maxHeight: "Max Height",
65
65
  maxWidth: "Max Width",
66
+ medium: "Medium",
66
67
  minHeight: "Min Height",
67
68
  minWidth: "Min Width",
68
69
  multiSort: "Multi Sort",
69
70
  name: "Name",
71
+ notSet: "Not Set",
70
72
  numberInput: "Number Input",
71
73
  outlined: "Outlined",
72
74
  padding: "Padding",
@@ -77,12 +79,11 @@ const e = {
77
79
  position: "Position",
78
80
  prepend: "Prepend",
79
81
  prependInner: "Prepend Inner",
80
- radius: "Radius",
81
82
  rating: "Rating",
82
83
  readonly: "Readonly",
83
84
  ref: "Reference",
84
85
  right: "Right",
85
- roundCorner: "Round Corner",
86
+ roundRadius: "Round Radius",
86
87
  select: "Select",
87
88
  series: "Series",
88
89
  settings: "Settings",
@@ -98,6 +99,8 @@ const e = {
98
99
  text: "Text",
99
100
  textArea: "Text Area",
100
101
  textField: "Text Field",
102
+ thin: "Thin",
103
+ thick: "Thick",
101
104
  time: "Time",
102
105
  title: "Title",
103
106
  tonal: "Tonal",
@@ -63,10 +63,12 @@ const e = {
63
63
  margin: "外边距",
64
64
  maxHeight: "最大高度",
65
65
  maxWidth: "最大宽度",
66
+ medium: "中",
66
67
  minHeight: "最小高度",
67
68
  minWidth: "最小宽度",
68
69
  multiSort: "多重排序",
69
70
  name: "名称",
71
+ notSet: "未设置",
70
72
  numberInput: "数字输入",
71
73
  outlined: "轮廓",
72
74
  padding: "内边距",
@@ -82,7 +84,7 @@ const e = {
82
84
  readonly: "只读",
83
85
  ref: "引用",
84
86
  right: "右边",
85
- roundCorner: "圆角",
87
+ roundRadius: "圆角半径",
86
88
  select: "选择",
87
89
  series: "系列",
88
90
  settings: "设置",
@@ -98,6 +100,8 @@ const e = {
98
100
  text: "文本",
99
101
  textArea: "文本区域",
100
102
  textField: "文本字段",
103
+ thin: "细",
104
+ thick: "粗",
101
105
  time: "时间",
102
106
  title: "标题",
103
107
  tonal: "色调",