x-runtime-lib 0.9.16 → 0.9.18
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/dialog/v1/index.vue.d.ts +2 -2
- package/dist/components/element/ui/menu/v1/index.vue.d.ts +2 -2
- package/dist/components/element/ui/tooltip/v1/activator.vue.d.ts +2 -2
- package/dist/components/element/ui/tooltip/v1/index.vue.d.ts +1 -1
- package/dist/composables/element/core/delayAttach.d.ts +3 -0
- package/dist/composables/element/core/index.d.ts +1 -0
- package/dist/{i18n-en.nibpd6gu.js → i18n-en.c4o3ow1m.js} +1 -0
- package/dist/{i18n-zhHans.opk2rx0g.js → i18n-zhHans.ooj6bjm3.js} +1 -0
- package/dist/index.js +1096 -1112
- package/dist/utils/render.d.ts +6 -1
- package/package.json +1 -1
- package/dist/components/element/ui/dialog/v1/slotContent.vue.d.ts +0 -15
- package/dist/components/element/ui/menu/v1/slotContent.vue.d.ts +0 -15
- package/dist/components/element/ui/tooltip/v1/slotContent.vue.d.ts +0 -15
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ElementProps } from '@/types';
|
|
2
|
-
declare var __VLS_15: {},
|
|
2
|
+
declare var __VLS_15: {}, __VLS_17: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
activator?: (props: typeof __VLS_15) => any;
|
|
5
5
|
} & {
|
|
6
|
-
default?: (props: typeof
|
|
6
|
+
default?: (props: typeof __VLS_17) => any;
|
|
7
7
|
};
|
|
8
8
|
declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
9
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ElementProps } from '@/types';
|
|
2
|
-
declare var __VLS_15: {},
|
|
2
|
+
declare var __VLS_15: {}, __VLS_17: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
activator?: (props: typeof __VLS_15) => any;
|
|
5
5
|
} & {
|
|
6
|
-
default?: (props: typeof
|
|
6
|
+
default?: (props: typeof __VLS_17) => any;
|
|
7
7
|
};
|
|
8
8
|
declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
9
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
type __VLS_Props = {
|
|
2
2
|
props: Record<string, any>;
|
|
3
3
|
};
|
|
4
|
-
declare var
|
|
4
|
+
declare var __VLS_1: {};
|
|
5
5
|
type __VLS_Slots = {} & {
|
|
6
|
-
default?: (props: typeof
|
|
6
|
+
default?: (props: typeof __VLS_1) => any;
|
|
7
7
|
};
|
|
8
8
|
declare const __VLS_base: 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>;
|
|
9
9
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ElementProps } from '@/types';
|
|
2
2
|
declare var __VLS_15: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
|
|
4
|
+
activator?: (props: typeof __VLS_15) => any;
|
|
5
5
|
};
|
|
6
6
|
declare const __VLS_base: import("vue").DefineComponent<ElementProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ElementProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|