x-runtime-lib 0.8.161 → 0.8.163
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/components/element/ui/textField/v1/appendInnerSlot.vue.d.ts +18 -0
- package/dist/components/element/ui/textField/v1/appendSlot.vue.d.ts +7 -0
- package/dist/components/element/ui/textField/v1/prependInnerSlot.vue.d.ts +18 -0
- package/dist/components/element/ui/textField/v1/prependSlot.vue.d.ts +7 -0
- package/dist/composables/element/core/elementSlotProperty.d.ts +3 -1
- package/dist/{i18n-en.l7ddtvmr.js → i18n-en.lnh9uz5k.js} +7 -0
- package/dist/{i18n-zhHans.i9qon76g.js → i18n-zhHans.dh8fod7n.js} +7 -0
- package/dist/index.js +2480 -2099
- package/dist/sandbox/sandbox/hooks.d.ts +1 -0
- package/dist/sandbox/sandbox/index.d.ts +6 -1
- package/package.json +1 -1
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { RefContext } from '@/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
refContext: RefContext;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_ModelProps = {
|
|
6
|
+
'isActive': boolean;
|
|
7
|
+
'isFocused': boolean;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
10
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
"update:isActive": (value: boolean) => any;
|
|
12
|
+
"update:isFocused": (value: boolean) => any;
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
|
+
"onUpdate:isActive"?: ((value: boolean) => any) | undefined;
|
|
15
|
+
"onUpdate:isFocused"?: ((value: boolean) => any) | undefined;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { RefContext } from '@/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
refContext: RefContext;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { RefContext } from '@/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
refContext: RefContext;
|
|
4
|
+
};
|
|
5
|
+
type __VLS_ModelProps = {
|
|
6
|
+
'isActive': boolean;
|
|
7
|
+
'isFocused': boolean;
|
|
8
|
+
};
|
|
9
|
+
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
10
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
|
+
"update:isActive": (value: boolean) => any;
|
|
12
|
+
"update:isFocused": (value: boolean) => any;
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
|
+
"onUpdate:isActive"?: ((value: boolean) => any) | undefined;
|
|
15
|
+
"onUpdate:isFocused"?: ((value: boolean) => any) | undefined;
|
|
16
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: typeof __VLS_export;
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { RefContext } from '@/types';
|
|
2
|
+
type __VLS_Props = {
|
|
3
|
+
refContext: RefContext;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
@@ -28,6 +28,7 @@ const e = {
|
|
|
28
28
|
basic: "Basic",
|
|
29
29
|
black: "Black",
|
|
30
30
|
block: "Block",
|
|
31
|
+
blur: "Blur",
|
|
31
32
|
body1: "Body 1",
|
|
32
33
|
body2: "Body 2",
|
|
33
34
|
bold: "Bold",
|
|
@@ -132,6 +133,7 @@ const e = {
|
|
|
132
133
|
flat: "Flat",
|
|
133
134
|
flexLayout: "Flex Layout",
|
|
134
135
|
flexLayoutEntry: "Flex Layout Entry",
|
|
136
|
+
focus: "Focus",
|
|
135
137
|
form: "Form",
|
|
136
138
|
formRelated: "Form Related",
|
|
137
139
|
geometries: "Geometries",
|
|
@@ -164,7 +166,9 @@ const e = {
|
|
|
164
166
|
instance: "Instance",
|
|
165
167
|
instances: "Instances",
|
|
166
168
|
intensity: "Intensity",
|
|
169
|
+
isActive: "Is Active",
|
|
167
170
|
isDarkMode: "Is Dark Mode",
|
|
171
|
+
isFocused: "Is Focused",
|
|
168
172
|
italic: "Italic",
|
|
169
173
|
item: "Item",
|
|
170
174
|
items: "Items",
|
|
@@ -259,6 +263,8 @@ const e = {
|
|
|
259
263
|
refKey: "Reference Key",
|
|
260
264
|
regular: "Regular",
|
|
261
265
|
renderSwitch: "Render Switch",
|
|
266
|
+
reset: "Reset",
|
|
267
|
+
resetValidation: "Reset Validation",
|
|
262
268
|
result: "Result",
|
|
263
269
|
reverse: "Reverse",
|
|
264
270
|
right: "Right",
|
|
@@ -354,6 +360,7 @@ const e = {
|
|
|
354
360
|
underline: "Underline",
|
|
355
361
|
underlined: "Underlined",
|
|
356
362
|
valid: "Valid",
|
|
363
|
+
validate: "Validate",
|
|
357
364
|
value: "Value",
|
|
358
365
|
variant: "Variant",
|
|
359
366
|
vertical: "Vertical",
|
|
@@ -28,6 +28,7 @@ const e = {
|
|
|
28
28
|
basic: "基本",
|
|
29
29
|
black: "黑",
|
|
30
30
|
block: "块",
|
|
31
|
+
blur: "失焦",
|
|
31
32
|
body1: "主体1",
|
|
32
33
|
body2: "主体2",
|
|
33
34
|
bold: "粗",
|
|
@@ -132,6 +133,7 @@ const e = {
|
|
|
132
133
|
flat: "扁平",
|
|
133
134
|
flexLayout: "弹性布局",
|
|
134
135
|
flexLayoutEntry: "弹性布局条目",
|
|
136
|
+
focus: "聚焦",
|
|
135
137
|
form: "表单",
|
|
136
138
|
formRelated: "表单相关",
|
|
137
139
|
geometries: "几何体",
|
|
@@ -164,7 +166,9 @@ const e = {
|
|
|
164
166
|
instance: "实例",
|
|
165
167
|
instances: "实例",
|
|
166
168
|
intensity: "强度",
|
|
169
|
+
isActive: "是否激活",
|
|
167
170
|
isDarkMode: "是否暗模式",
|
|
171
|
+
isFocused: "是否聚集",
|
|
168
172
|
italic: "斜体",
|
|
169
173
|
item: "项目",
|
|
170
174
|
items: "项目",
|
|
@@ -259,6 +263,8 @@ const e = {
|
|
|
259
263
|
refKey: "引用键",
|
|
260
264
|
regular: "常规",
|
|
261
265
|
renderSwitch: "渲染开关",
|
|
266
|
+
reset: "重置",
|
|
267
|
+
resetValidation: "重置验证",
|
|
262
268
|
result: "结果",
|
|
263
269
|
reverse: "反向",
|
|
264
270
|
right: "右边",
|
|
@@ -354,6 +360,7 @@ const e = {
|
|
|
354
360
|
underline: "下划线",
|
|
355
361
|
underlined: "下划线",
|
|
356
362
|
valid: "有效",
|
|
363
|
+
validate: "验证",
|
|
357
364
|
value: "值",
|
|
358
365
|
variant: "变种",
|
|
359
366
|
vertical: "垂直",
|