x-runtime-lib 0.8.122 → 0.8.123
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/dynamic/index.d.ts +2 -2
- package/dist/components/element/dynamic/multipleRef/v1/entry.vue.d.ts +3 -0
- package/dist/components/element/dynamic/multipleSlot/v1/entry.vue.d.ts +3 -0
- package/dist/components/element/dynamic/multipleSlot/v1/index.vue.d.ts +2 -1
- package/dist/components/element/dynamic/slot/v1/index.vue.d.ts +1 -4
- package/dist/element/dynamic/index.d.ts +1 -1
- package/dist/{i18n-en.n7xw9wi5.js → i18n-en.j7m2twl8.js} +2 -1
- package/dist/{i18n-zhHans.k2zqwnwx.js → i18n-zhHans.1e6ewafg.js} +2 -1
- package/dist/index.js +2072 -1977
- package/dist/types/element.d.ts +1 -1
- package/dist/types/kind.d.ts +4 -4
- package/dist/types/props.d.ts +1 -1
- package/dist/utils/provideInject.d.ts +2 -0
- package/package.json +1 -1
- /package/dist/components/element/dynamic/{reference → ref}/v1/index.vue.d.ts +0 -0
- /package/dist/element/dynamic/{reference → ref}/v1/index.d.ts +0 -0
- /package/dist/element/dynamic/{reference → ref}/v1/meta.d.ts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ZMultipleRefV1 from './multipleRef/v1/index.vue';
|
|
2
2
|
import ZMultipleSlotV1 from './multipleSlot/v1/index.vue';
|
|
3
|
-
import
|
|
3
|
+
import ZRefV1 from './ref/v1/index.vue';
|
|
4
4
|
import ZRenderSwitchV1 from './renderSwitch/v1/index.vue';
|
|
5
5
|
import ZSlotV1 from './slot/v1/index.vue';
|
|
6
|
-
export { ZMultipleRefV1, ZMultipleSlotV1,
|
|
6
|
+
export { ZMultipleRefV1, ZMultipleSlotV1, ZRefV1, ZRenderSwitchV1, ZSlotV1 };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
declare const _default: typeof __VLS_export;
|
|
3
|
+
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { ElementProps } from '@/types';
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
2
3
|
declare const _default: typeof __VLS_export;
|
|
3
4
|
export default _default;
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
import { ElementProps } from '@/types';
|
|
2
|
-
|
|
3
|
-
nowrap?: boolean;
|
|
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>;
|
|
2
|
+
declare const __VLS_export: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
6
3
|
declare const _default: typeof __VLS_export;
|
|
7
4
|
export default _default;
|
|
@@ -58,7 +58,7 @@ const e = {
|
|
|
58
58
|
checkbox: "Checkbox",
|
|
59
59
|
chip: "Chip",
|
|
60
60
|
chipGroup: "Chip Group",
|
|
61
|
-
|
|
61
|
+
circularReference: "Circular Reference",
|
|
62
62
|
clearable: "Clearable",
|
|
63
63
|
click: "Click",
|
|
64
64
|
clickAppend: "Click / Append",
|
|
@@ -160,6 +160,7 @@ const e = {
|
|
|
160
160
|
info: "Info",
|
|
161
161
|
inline: "Inline",
|
|
162
162
|
inset: "Inset",
|
|
163
|
+
instanceKeys: "Instance Keys",
|
|
163
164
|
intensity: "Intensity",
|
|
164
165
|
isDarkMode: "Is Dark Mode",
|
|
165
166
|
italic: "Italic",
|
|
@@ -58,7 +58,7 @@ const e = {
|
|
|
58
58
|
checkbox: "复选框",
|
|
59
59
|
chip: "纸片",
|
|
60
60
|
chipGroup: "纸片分组",
|
|
61
|
-
|
|
61
|
+
circularReference: "循环引用",
|
|
62
62
|
clearable: "可清除",
|
|
63
63
|
click: "单击",
|
|
64
64
|
clickAppend: "单击 / 追加",
|
|
@@ -160,6 +160,7 @@ const e = {
|
|
|
160
160
|
info: "信息",
|
|
161
161
|
inline: "内联",
|
|
162
162
|
inset: "内嵌",
|
|
163
|
+
instanceKeys: "实例键(s)",
|
|
163
164
|
intensity: "强度",
|
|
164
165
|
isDarkMode: "是否暗模式",
|
|
165
166
|
italic: "斜体",
|