x-runtime-lib 0.6.13 → 0.6.15
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/composables/element/common/border/v1/index.d.ts +2 -2
- package/dist/element/_common/types/borderWidthTypes/v1/index.d.ts +2 -0
- package/dist/{i18n-en-ghwtx5bb.js → i18n-en-gk1u42wl.js} +5 -2
- package/dist/{i18n-zhHans-o6ob6egv.js → i18n-zhHans-mhlcmbyg.js} +5 -1
- package/dist/index.js +857 -810
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { CSSProperties } from 'vue';
|
|
1
|
+
import { CSSProperties, Ref } from 'vue';
|
|
2
2
|
import { BaseProps } from '../../../../../types';
|
|
3
|
-
export declare function useBorderV1(props: BaseProps): {
|
|
3
|
+
export declare function useBorderV1(dark: Ref<boolean>, props: BaseProps): {
|
|
4
4
|
borderStyle: import("vue").ComputedRef<any>;
|
|
5
5
|
borderWidth: import("vue").ComputedRef<any>;
|
|
6
6
|
borderColor: import("vue").ComputedRef<any>;
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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: "色调",
|