x-prop-tree 0.7.24 → 0.7.25
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/values/slotSelect/slotList/index.vue.d.ts +1 -11
- package/dist/composables/slotList/index.d.ts +1 -2
- package/dist/i18n-en.gtpxr0k8.js +15 -0
- package/dist/i18n-zhHans.ev8iw0vp.js +15 -0
- package/dist/index.js +839 -806
- package/dist/utils/provideInject.d.ts +7 -1
- package/package.json +1 -1
- package/dist/components/values/slotSelect/slotList/group.vue.d.ts +0 -13
- package/dist/components/values/slotSelect/slotList/item.vue.d.ts +0 -11
- package/dist/i18n-en.fwi8tazn.js +0 -23
- package/dist/i18n-zhHans.ju37v3iz.js +0 -23
- /package/dist/components/values/adaptSlotSelect/{slotList → adaptSlotList}/group.vue.d.ts +0 -0
- /package/dist/components/values/adaptSlotSelect/{slotList → adaptSlotList}/index.vue.d.ts +0 -0
- /package/dist/components/values/adaptSlotSelect/{slotList → adaptSlotList}/item.vue.d.ts +0 -0
|
@@ -19,5 +19,11 @@ export declare function provideChangeEvent(changeEvent: ChangeEvent): void;
|
|
|
19
19
|
export declare function injectChangeEvent(): ChangeEvent;
|
|
20
20
|
export declare function provideCompList(compList: Ref<ListEntry[]>): void;
|
|
21
21
|
export declare function injectCompList(): Ref<ListEntry[]>;
|
|
22
|
-
export
|
|
22
|
+
export interface Slot {
|
|
23
|
+
id: string;
|
|
24
|
+
name: string;
|
|
25
|
+
}
|
|
26
|
+
export declare function provideSlotList(slotList: Ref<Slot[]>): void;
|
|
27
|
+
export declare function injectSlotList(): Ref<Slot[]>;
|
|
28
|
+
export declare function provideAdaptSlotList(adaptSlotList: Ref<ListEntry[]>): void;
|
|
23
29
|
export declare function injectAdaptSlotList(): Ref<ListEntry[]>;
|
package/package.json
CHANGED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
id: string;
|
|
3
|
-
title: string;
|
|
4
|
-
collapse: boolean;
|
|
5
|
-
count: number;
|
|
6
|
-
};
|
|
7
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
|
-
"x-click": (...args: any[]) => void;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
-
"onX-click"?: ((...args: any[]) => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
-
declare const _default: typeof __VLS_export;
|
|
13
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
id: string;
|
|
3
|
-
title: string;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
-
"x-click": (...args: any[]) => void;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
-
"onX-click"?: ((...args: any[]) => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
-
declare const _default: typeof __VLS_export;
|
|
11
|
-
export default _default;
|
package/dist/i18n-en.fwi8tazn.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
const t = {
|
|
2
|
-
"x-prop-tree": {
|
|
3
|
-
copy: "Copy",
|
|
4
|
-
dlg: {
|
|
5
|
-
compSelect: {
|
|
6
|
-
title: "Select Comp"
|
|
7
|
-
},
|
|
8
|
-
jsonEditor: {
|
|
9
|
-
title: "JSON Editor"
|
|
10
|
-
},
|
|
11
|
-
slotSelect: {
|
|
12
|
-
title: "Select Slot"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
noComp: "No Comp",
|
|
16
|
-
noSlot: "No Slot",
|
|
17
|
-
paste: "Paste",
|
|
18
|
-
reset: "Reset"
|
|
19
|
-
}
|
|
20
|
-
};
|
|
21
|
-
export {
|
|
22
|
-
t as default
|
|
23
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
const t = {
|
|
2
|
-
"x-prop-tree": {
|
|
3
|
-
copy: "复制",
|
|
4
|
-
dlg: {
|
|
5
|
-
compSelect: {
|
|
6
|
-
title: "选择组件"
|
|
7
|
-
},
|
|
8
|
-
jsonEditor: {
|
|
9
|
-
title: "JSON编辑器"
|
|
10
|
-
},
|
|
11
|
-
slotSelect: {
|
|
12
|
-
title: "选择插槽"
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
noComp: "没有组件",
|
|
16
|
-
noSlot: "没有插槽",
|
|
17
|
-
paste: "黏贴",
|
|
18
|
-
reset: "重置"
|
|
19
|
-
}
|
|
20
|
-
};
|
|
21
|
-
export {
|
|
22
|
-
t as default
|
|
23
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|