x-prop-tree 0.8.6 → 0.8.7
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/index.d.ts +10 -5
- package/dist/index.js +575 -575
- package/package.json +10 -6
- package/dist/components/entry/index.vue.d.ts +0 -20
- package/dist/components/index.d.ts +0 -4
- package/dist/components/menu/index.vue.d.ts +0 -3
- package/dist/components/propTree/index.vue.d.ts +0 -15
- package/dist/components/propTree/main.vue.d.ts +0 -3
- package/dist/components/title/index.vue.d.ts +0 -20
- package/dist/components/values/adaptSlotSelect/adaptSlotList/group.vue.d.ts +0 -13
- package/dist/components/values/adaptSlotSelect/adaptSlotList/index.vue.d.ts +0 -13
- package/dist/components/values/adaptSlotSelect/adaptSlotList/item.vue.d.ts +0 -11
- package/dist/components/values/adaptSlotSelect/index.vue.d.ts +0 -17
- package/dist/components/values/colorPicker/index.vue.d.ts +0 -17
- package/dist/components/values/compSelect/compList/group.vue.d.ts +0 -13
- package/dist/components/values/compSelect/compList/index.vue.d.ts +0 -13
- package/dist/components/values/compSelect/compList/item.vue.d.ts +0 -11
- package/dist/components/values/compSelect/index.vue.d.ts +0 -17
- package/dist/components/values/iconSelect/index.vue.d.ts +0 -11
- package/dist/components/values/iconSelect/item.vue.d.ts +0 -3
- package/dist/components/values/iconSelect/materialDesignIcons.d.ts +0 -11
- package/dist/components/values/index.d.ts +0 -12
- package/dist/components/values/jsonEditor/editor.vue.d.ts +0 -18
- package/dist/components/values/jsonEditor/index.vue.d.ts +0 -17
- package/dist/components/values/multiTypes/index.vue.d.ts +0 -18
- package/dist/components/values/numInput/index.vue.d.ts +0 -21
- package/dist/components/values/select/index.vue.d.ts +0 -18
- package/dist/components/values/slotSelect/index.vue.d.ts +0 -17
- package/dist/components/values/slotSelect/slotList/index.vue.d.ts +0 -13
- package/dist/components/values/slotSelect/slotList/item.vue.d.ts +0 -11
- package/dist/components/values/strInput/index.vue.d.ts +0 -17
- package/dist/components/values/switch/index.vue.d.ts +0 -17
- package/dist/composables/adaptSlotList/index.d.ts +0 -1
- package/dist/composables/compList/index.d.ts +0 -1
- package/dist/composables/slotList/index.d.ts +0 -1
- package/dist/composables/uis/index.d.ts +0 -12
- package/dist/composables/uis/uiAdaptSlotSelect.d.ts +0 -7
- package/dist/composables/uis/uiColorPicker.d.ts +0 -7
- package/dist/composables/uis/uiCompSelect.d.ts +0 -7
- package/dist/composables/uis/uiDummy.d.ts +0 -5
- package/dist/composables/uis/uiJsonEditor.d.ts +0 -7
- package/dist/composables/uis/uiMultiTypes.d.ts +0 -7
- package/dist/composables/uis/uiNumInput.d.ts +0 -7
- package/dist/composables/uis/uiProperty.d.ts +0 -7
- package/dist/composables/uis/uiSelect.d.ts +0 -7
- package/dist/composables/uis/uiSlotSelect.d.ts +0 -7
- package/dist/composables/uis/uiStrInput.d.ts +0 -7
- package/dist/composables/uis/uiSwitch.d.ts +0 -7
- package/dist/i18n/index.d.ts +0 -1
- package/dist/utils/collapseState.d.ts +0 -10
- package/dist/utils/common.d.ts +0 -8
- package/dist/utils/copyPaste.d.ts +0 -2
- package/dist/utils/index.d.ts +0 -5
- package/dist/utils/propertyState.d.ts +0 -15
- package/dist/utils/provideInject.d.ts +0 -32
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-prop-tree",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.7",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -28,21 +28,24 @@
|
|
|
28
28
|
"vuetify": "^4.0.2"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"x-block-lib": "^0.10.
|
|
32
|
-
"x-error-lib": "^0.5.
|
|
33
|
-
"x-essential-lib": "^0.9.
|
|
31
|
+
"x-block-lib": "^0.10.25",
|
|
32
|
+
"x-error-lib": "^0.5.17",
|
|
33
|
+
"x-essential-lib": "^0.9.30",
|
|
34
34
|
"x-group-list": "^0.4.12",
|
|
35
|
-
"x-runtime-lib": "^0.9.
|
|
36
|
-
"x-state-lib": "^0.3.
|
|
35
|
+
"x-runtime-lib": "^0.9.32",
|
|
36
|
+
"x-state-lib": "^0.3.43"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@eslint/js": "^10.0.1",
|
|
40
|
+
"@tsconfig/node24": "^24.0.4",
|
|
40
41
|
"@types/lodash-es": "^4.17.12",
|
|
41
42
|
"@types/node": "^25.4.0",
|
|
42
43
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
44
|
+
"@vue/tsconfig": "^0.9.1",
|
|
43
45
|
"eslint": "^10.0.3",
|
|
44
46
|
"eslint-config-prettier": "^10.1.8",
|
|
45
47
|
"eslint-plugin-prettier": "^5.5.5",
|
|
48
|
+
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
46
49
|
"eslint-plugin-vue": "^10.8.0",
|
|
47
50
|
"globals": "^17.4.0",
|
|
48
51
|
"husky": "^9.1.7",
|
|
@@ -53,6 +56,7 @@
|
|
|
53
56
|
"typescript-eslint": "^8.57.0",
|
|
54
57
|
"vite": "^8.0.0",
|
|
55
58
|
"vite-plugin-css-injected-by-js": "^4.0.1",
|
|
59
|
+
"vite-plugin-dts": "^4.5.4",
|
|
56
60
|
"vite-plugin-vuetify": "^2.1.3",
|
|
57
61
|
"vue-eslint-parser": "^10.4.0",
|
|
58
62
|
"vue-router": "^5.0.3",
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
minHeight: string;
|
|
3
|
-
};
|
|
4
|
-
declare var __VLS_1: {};
|
|
5
|
-
type __VLS_Slots = {} & {
|
|
6
|
-
default?: (props: typeof __VLS_1) => any;
|
|
7
|
-
};
|
|
8
|
-
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
-
menu: (...args: any[]) => void;
|
|
10
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
11
|
-
onMenu?: ((...args: any[]) => any) | undefined;
|
|
12
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
-
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
16
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
17
|
-
new (): {
|
|
18
|
-
$slots: S;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
@@ -1,3 +0,0 @@
|
|
|
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,15 +0,0 @@
|
|
|
1
|
-
import { ZProperty } from 'x-runtime-lib';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
config: ZProperty[];
|
|
4
|
-
object: any;
|
|
5
|
-
version: string;
|
|
6
|
-
type: string;
|
|
7
|
-
subtype: string;
|
|
8
|
-
};
|
|
9
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
-
change: (...args: any[]) => void;
|
|
11
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
12
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
13
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
15
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
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,20 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
title: string;
|
|
3
|
-
collapse: boolean;
|
|
4
|
-
hasCreate?: boolean;
|
|
5
|
-
hasDelete?: boolean;
|
|
6
|
-
index?: number;
|
|
7
|
-
};
|
|
8
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
-
collapse: (...args: any[]) => void;
|
|
10
|
-
menu: (...args: any[]) => void;
|
|
11
|
-
create: (...args: any[]) => void;
|
|
12
|
-
delete: (...args: any[]) => void;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
14
|
-
onCollapse?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
onMenu?: ((...args: any[]) => any) | undefined;
|
|
16
|
-
onCreate?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
onDelete?: ((...args: any[]) => any) | undefined;
|
|
18
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
-
declare const _default: typeof __VLS_export;
|
|
20
|
-
export default _default;
|
|
@@ -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,13 +0,0 @@
|
|
|
1
|
-
type __VLS_ModelProps = {
|
|
2
|
-
modelValue?: string;
|
|
3
|
-
'open': boolean;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
-
"update:modelValue": (value: string | undefined) => any;
|
|
7
|
-
"update:open": (value: boolean) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
9
|
-
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
10
|
-
"onUpdate:open"?: ((value: boolean) => 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;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
hasDelete?: boolean;
|
|
3
|
-
readonly?: boolean;
|
|
4
|
-
};
|
|
5
|
-
type __VLS_ModelProps = {
|
|
6
|
-
modelValue?: string;
|
|
7
|
-
};
|
|
8
|
-
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
-
delete: (...args: any[]) => void;
|
|
11
|
-
"update:modelValue": (value: string | undefined) => void;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
|
-
onDelete?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
17
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
hasDelete?: boolean;
|
|
3
|
-
readonly?: boolean;
|
|
4
|
-
};
|
|
5
|
-
type __VLS_ModelProps = {
|
|
6
|
-
modelValue?: string;
|
|
7
|
-
};
|
|
8
|
-
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
-
delete: (...args: any[]) => void;
|
|
11
|
-
"update:modelValue": (value: string | undefined) => void;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
|
-
onDelete?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
17
|
-
export default _default;
|
|
@@ -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,13 +0,0 @@
|
|
|
1
|
-
type __VLS_ModelProps = {
|
|
2
|
-
modelValue?: string;
|
|
3
|
-
'open': boolean;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
-
"update:modelValue": (value: string | undefined) => any;
|
|
7
|
-
"update:open": (value: boolean) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
9
|
-
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
10
|
-
"onUpdate:open"?: ((value: boolean) => 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;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
hasDelete?: boolean;
|
|
3
|
-
readonly?: boolean;
|
|
4
|
-
};
|
|
5
|
-
type __VLS_ModelProps = {
|
|
6
|
-
modelValue?: string;
|
|
7
|
-
};
|
|
8
|
-
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
-
delete: (...args: any[]) => void;
|
|
11
|
-
"update:modelValue": (value: string | undefined) => void;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
|
-
onDelete?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
17
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
hasDelete?: boolean;
|
|
3
|
-
readonly?: boolean;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
-
delete: (...args: any[]) => void;
|
|
7
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
8
|
-
onDelete?: ((...args: any[]) => any) | undefined;
|
|
9
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
-
declare const _default: typeof __VLS_export;
|
|
11
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
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,12 +0,0 @@
|
|
|
1
|
-
import XAdaptSlotSelect from './adaptSlotSelect/index.vue';
|
|
2
|
-
import XColorPicker from './colorPicker/index.vue';
|
|
3
|
-
import XCompSelect from './compSelect/index.vue';
|
|
4
|
-
import XIconSelect from './iconSelect/index.vue';
|
|
5
|
-
import XJsonEditor from './jsonEditor/index.vue';
|
|
6
|
-
import XMultiTypes from './multiTypes/index.vue';
|
|
7
|
-
import XNumInput from './numInput/index.vue';
|
|
8
|
-
import XSelect from './select/index.vue';
|
|
9
|
-
import XSlotSelect from './slotSelect/index.vue';
|
|
10
|
-
import XStrInput from './strInput/index.vue';
|
|
11
|
-
import XSwitch from './switch/index.vue';
|
|
12
|
-
export { XAdaptSlotSelect, XColorPicker, XCompSelect, XIconSelect, XJsonEditor, XMultiTypes, XNumInput, XSelect, XSlotSelect, XStrInput, XSwitch };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
type __VLS_ModelProps = {
|
|
2
|
-
modelValue: string;
|
|
3
|
-
'lock': boolean;
|
|
4
|
-
'scale': number;
|
|
5
|
-
};
|
|
6
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {
|
|
7
|
-
save: () => void;
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
|
-
"update:modelValue": (value: string) => any;
|
|
10
|
-
"update:lock": (value: boolean) => any;
|
|
11
|
-
"update:scale": (value: number) => any;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
13
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14
|
-
"onUpdate:lock"?: ((value: boolean) => any) | undefined;
|
|
15
|
-
"onUpdate:scale"?: ((value: number) => any) | undefined;
|
|
16
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
declare const _default: typeof __VLS_export;
|
|
18
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
hasDelete?: boolean;
|
|
3
|
-
readonly?: boolean;
|
|
4
|
-
};
|
|
5
|
-
type __VLS_ModelProps = {
|
|
6
|
-
modelValue: string;
|
|
7
|
-
};
|
|
8
|
-
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
-
delete: (...args: any[]) => void;
|
|
11
|
-
"update:modelValue": (value: string) => void;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
|
-
onDelete?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
17
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
hasDelete?: boolean;
|
|
3
|
-
readonly?: boolean;
|
|
4
|
-
types: string;
|
|
5
|
-
};
|
|
6
|
-
type __VLS_ModelProps = {
|
|
7
|
-
modelValue?: string;
|
|
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
|
-
delete: (...args: any[]) => void;
|
|
12
|
-
"update:modelValue": (value: string | undefined) => void;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
|
-
onDelete?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
16
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
declare const _default: typeof __VLS_export;
|
|
18
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
hasDelete?: boolean;
|
|
3
|
-
precision?: number;
|
|
4
|
-
min?: number;
|
|
5
|
-
max?: number;
|
|
6
|
-
step?: number;
|
|
7
|
-
readonly?: boolean;
|
|
8
|
-
};
|
|
9
|
-
type __VLS_ModelProps = {
|
|
10
|
-
modelValue: number;
|
|
11
|
-
};
|
|
12
|
-
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
13
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
-
delete: (...args: any[]) => void;
|
|
15
|
-
"update:modelValue": (value: number) => void;
|
|
16
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
17
|
-
onDelete?: ((...args: any[]) => any) | undefined;
|
|
18
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
19
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
|
-
declare const _default: typeof __VLS_export;
|
|
21
|
-
export default _default;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
hasDelete?: boolean;
|
|
3
|
-
readonly?: boolean;
|
|
4
|
-
items: string;
|
|
5
|
-
};
|
|
6
|
-
type __VLS_ModelProps = {
|
|
7
|
-
modelValue?: string;
|
|
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
|
-
delete: (...args: any[]) => void;
|
|
12
|
-
"update:modelValue": (value: string | undefined) => void;
|
|
13
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
14
|
-
onDelete?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
16
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
declare const _default: typeof __VLS_export;
|
|
18
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
hasDelete?: boolean;
|
|
3
|
-
readonly?: boolean;
|
|
4
|
-
};
|
|
5
|
-
type __VLS_ModelProps = {
|
|
6
|
-
modelValue?: string;
|
|
7
|
-
};
|
|
8
|
-
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
-
delete: (...args: any[]) => void;
|
|
11
|
-
"update:modelValue": (value: string | undefined) => void;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
|
-
onDelete?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
17
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
type __VLS_ModelProps = {
|
|
2
|
-
modelValue?: string;
|
|
3
|
-
'open': boolean;
|
|
4
|
-
};
|
|
5
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
-
"update:modelValue": (value: string | undefined) => any;
|
|
7
|
-
"update:open": (value: boolean) => any;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
|
|
9
|
-
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
10
|
-
"onUpdate:open"?: ((value: boolean) => 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;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
hasDelete?: boolean;
|
|
3
|
-
readonly?: boolean;
|
|
4
|
-
};
|
|
5
|
-
type __VLS_ModelProps = {
|
|
6
|
-
modelValue: string;
|
|
7
|
-
};
|
|
8
|
-
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
-
delete: (...args: any[]) => void;
|
|
11
|
-
"update:modelValue": (value: string) => void;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
|
-
onDelete?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
17
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
hasDelete?: boolean;
|
|
3
|
-
readonly?: boolean;
|
|
4
|
-
};
|
|
5
|
-
type __VLS_ModelProps = {
|
|
6
|
-
modelValue?: boolean;
|
|
7
|
-
};
|
|
8
|
-
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
9
|
-
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
-
delete: (...args: any[]) => void;
|
|
11
|
-
"update:modelValue": (value: boolean | undefined) => void;
|
|
12
|
-
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
13
|
-
onDelete?: ((...args: any[]) => any) | undefined;
|
|
14
|
-
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
|
|
15
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
-
declare const _default: typeof __VLS_export;
|
|
17
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function useAdaptSlotList(): void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function useCompList(): void;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function useSlotList(): void;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export * from './uiAdaptSlotSelect';
|
|
2
|
-
export * from './uiColorPicker';
|
|
3
|
-
export * from './uiCompSelect';
|
|
4
|
-
export * from './uiDummy';
|
|
5
|
-
export * from './uiJsonEditor';
|
|
6
|
-
export * from './uiMultiTypes';
|
|
7
|
-
export * from './uiNumInput';
|
|
8
|
-
export * from './uiProperty';
|
|
9
|
-
export * from './uiSelect';
|
|
10
|
-
export * from './uiSlotSelect';
|
|
11
|
-
export * from './uiStrInput';
|
|
12
|
-
export * from './uiSwitch';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ZProperty } from 'x-runtime-lib';
|
|
2
|
-
import { PropertyKey } from '@/utils';
|
|
3
|
-
export declare function useUiAdaptSlotSelect(): {
|
|
4
|
-
renderUiAdaptSlotSelect: (keys: PropertyKey[], property: ZProperty, object: any, arrayIndex: number | undefined, isBranch: boolean) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}>;
|
|
7
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ZProperty } from 'x-runtime-lib';
|
|
2
|
-
import { PropertyKey } from '@/utils';
|
|
3
|
-
export declare function useUiColorPicker(): {
|
|
4
|
-
renderUiColorPicker: (keys: PropertyKey[], property: ZProperty, object: any, arrayIndex: number | undefined, isBranch: boolean) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}>;
|
|
7
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ZProperty } from 'x-runtime-lib';
|
|
2
|
-
import { PropertyKey } from '@/utils';
|
|
3
|
-
export declare function useUiCompSelect(): {
|
|
4
|
-
renderUiCompSelect: (keys: PropertyKey[], property: ZProperty, object: any, arrayIndex: number | undefined, isBranch: boolean) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}>;
|
|
7
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ZProperty } from 'x-runtime-lib';
|
|
2
|
-
import { PropertyKey } from '@/utils';
|
|
3
|
-
export declare function useUiJsonEditor(): {
|
|
4
|
-
renderUiJsonEditor: (keys: PropertyKey[], property: ZProperty, object: any, arrayIndex: number | undefined, isBranch: boolean) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}>;
|
|
7
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ZProperty } from 'x-runtime-lib';
|
|
2
|
-
import { PropertyKey } from '@/utils';
|
|
3
|
-
export declare function useUiMultiTypes(): {
|
|
4
|
-
renderUiMultiTypes: (keys: PropertyKey[], property: ZProperty, object: any, arrayIndex: number | undefined, isBranch: boolean) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}>;
|
|
7
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ZProperty } from 'x-runtime-lib';
|
|
2
|
-
import { PropertyKey } from '@/utils';
|
|
3
|
-
export declare function useUiNumInput(): {
|
|
4
|
-
renderUiNumInput: (keys: PropertyKey[], property: ZProperty, object: any, arrayIndex: number | undefined, isBranch: boolean) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}>;
|
|
7
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ZProperty } from 'x-runtime-lib';
|
|
2
|
-
import { PropertyKey } from '@/utils';
|
|
3
|
-
export declare function useUiProperty(): {
|
|
4
|
-
renderProperty: (keys: PropertyKey[], property: ZProperty, node: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}>;
|
|
7
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ZProperty } from 'x-runtime-lib';
|
|
2
|
-
import { PropertyKey } from '@/utils';
|
|
3
|
-
export declare function useUiSelect(): {
|
|
4
|
-
renderUiSelect: (keys: PropertyKey[], property: ZProperty, object: any, arrayIndex: number | undefined, isBranch: boolean) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}>;
|
|
7
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ZProperty } from 'x-runtime-lib';
|
|
2
|
-
import { PropertyKey } from '@/utils';
|
|
3
|
-
export declare function useUiSlotSelect(): {
|
|
4
|
-
renderUiSlotSelect: (keys: PropertyKey[], property: ZProperty, object: any, arrayIndex: number | undefined, isBranch: boolean) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}>;
|
|
7
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ZProperty } from 'x-runtime-lib';
|
|
2
|
-
import { PropertyKey } from '@/utils';
|
|
3
|
-
export declare function useUiStrInput(): {
|
|
4
|
-
renderUiStrInput: (keys: PropertyKey[], property: ZProperty, object: any, arrayIndex: number | undefined, isBranch: boolean) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}>;
|
|
7
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { ZProperty } from 'x-runtime-lib';
|
|
2
|
-
import { PropertyKey } from '@/utils';
|
|
3
|
-
export declare function useUiSwitch(): {
|
|
4
|
-
renderUiSwitch: (keys: PropertyKey[], property: ZProperty, object: any, arrayIndex: number | undefined, isBranch: boolean) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
|
-
[key: string]: any;
|
|
6
|
-
}>;
|
|
7
|
-
};
|
package/dist/i18n/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function loadLocaleMessagePropTree(locale: string): Promise<object>;
|