x-prop-tree 0.6.28 → 0.6.30
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/propTree/components/common/entry.vue.d.ts +2 -16
- package/dist/index.js +887 -1596
- package/dist/vendor.h3srogcv.js +721 -0
- package/package.json +25 -23
- /package/dist/{i18n-en-n11iysmh.js → i18n-en.n11iysmh.js} +0 -0
- /package/dist/{i18n-zhHans-hr18mfah.js → i18n-zhHans.hr18mfah.js} +0 -0
|
@@ -1,24 +1,10 @@
|
|
|
1
|
-
import { CSSProperties } from 'vue';
|
|
2
1
|
interface Props {
|
|
3
2
|
minHeight: string;
|
|
4
3
|
}
|
|
5
|
-
declare const mouseOver: import("vue").Ref<boolean, boolean>;
|
|
6
|
-
declare const style: import("vue").ComputedRef<CSSProperties>;
|
|
7
|
-
declare const onContextMenu: (e: MouseEvent) => void;
|
|
8
|
-
declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
|
|
9
4
|
declare var __VLS_1: {};
|
|
10
|
-
type __VLS_Slots =
|
|
5
|
+
type __VLS_Slots = {} & {
|
|
11
6
|
default?: (props: typeof __VLS_1) => any;
|
|
12
|
-
}
|
|
13
|
-
declare const __VLS_self: import("vue").DefineComponent<Props, {
|
|
14
|
-
mouseOver: typeof mouseOver;
|
|
15
|
-
style: typeof style;
|
|
16
|
-
onContextMenu: typeof onContextMenu;
|
|
17
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
18
|
-
menu: (...args: any[]) => void;
|
|
19
|
-
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
20
|
-
onMenu?: ((...args: any[]) => any) | undefined;
|
|
21
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
};
|
|
22
8
|
declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
9
|
menu: (...args: any[]) => void;
|
|
24
10
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|