x-prop-tree 0.7.16 → 0.7.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/propTree/index.vue.d.ts +2 -0
- package/dist/components/values/index.d.ts +7 -7
- package/dist/composables/compList/index.d.ts +1 -0
- package/dist/composables/slotList/index.d.ts +2 -0
- package/dist/{i18n-en.n11iysmh.js → i18n-en.fwi8tazn.js} +7 -3
- package/dist/{i18n-zhHans.hr18mfah.js → i18n-zhHans.ju37v3iz.js} +7 -3
- package/dist/index.js +905 -821
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/propertyState.d.ts +1 -1
- package/dist/utils/provideInject.d.ts +5 -1
- package/package.json +4 -4
- /package/dist/components/{common/entry.vue.d.ts → entry/index.vue.d.ts} +0 -0
- /package/dist/components/{common/menu.vue.d.ts → menu/index.vue.d.ts} +0 -0
- /package/dist/components/{common/title.vue.d.ts → title/index.vue.d.ts} +0 -0
- /package/dist/components/values/{colorPicker.vue.d.ts → colorPicker/index.vue.d.ts} +0 -0
- /package/dist/components/values/{multiTypes.vue.d.ts → multiTypes/index.vue.d.ts} +0 -0
- /package/dist/components/values/{numInput.vue.d.ts → numInput/index.vue.d.ts} +0 -0
- /package/dist/components/values/{select.vue.d.ts → select/index.vue.d.ts} +0 -0
- /package/dist/components/values/{strInput.vue.d.ts → strInput/index.vue.d.ts} +0 -0
- /package/dist/components/values/{switch.vue.d.ts → switch/index.vue.d.ts} +0 -0
- /package/dist/composables/{ui → uis}/index.d.ts +0 -0
- /package/dist/composables/{ui → uis}/uiColorPicker.d.ts +0 -0
- /package/dist/composables/{ui → uis}/uiCompSelect.d.ts +0 -0
- /package/dist/composables/{ui → uis}/uiDummy.d.ts +0 -0
- /package/dist/composables/{ui → uis}/uiJsonEditor.d.ts +0 -0
- /package/dist/composables/{ui → uis}/uiMultiTypes.d.ts +0 -0
- /package/dist/composables/{ui → uis}/uiNumInput.d.ts +0 -0
- /package/dist/composables/{ui → uis}/uiProperty.d.ts +0 -0
- /package/dist/composables/{ui → uis}/uiSelect.d.ts +0 -0
- /package/dist/composables/{ui → uis}/uiSlotSelect.d.ts +0 -0
- /package/dist/composables/{ui → uis}/uiStrInput.d.ts +0 -0
- /package/dist/composables/{ui → uis}/uiSwitch.d.ts +0 -0
- /package/dist/utils/{base.d.ts → misc.d.ts} +0 -0
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
import { ListEntry } from 'x-group-list';
|
|
3
3
|
import { ZProperty } from 'x-runtime-lib';
|
|
4
|
-
import { ChangeEvent } from './
|
|
4
|
+
import { ChangeEvent } from './misc';
|
|
5
5
|
import { PropertyStateMap } from './propertyState';
|
|
6
6
|
export declare function provideVersion(version: Ref<string>): void;
|
|
7
7
|
export declare function injectVersion(): Ref<string>;
|
|
8
|
+
export declare function provideType(type: Ref<string>): void;
|
|
9
|
+
export declare function injectType(): Ref<string>;
|
|
10
|
+
export declare function provideSubtype(version: Ref<string>): void;
|
|
11
|
+
export declare function injectSubtype(): Ref<string>;
|
|
8
12
|
export declare function provideConfig(config: Ref<ZProperty[]>): void;
|
|
9
13
|
export declare function injectConfig(): Ref<ZProperty[]>;
|
|
10
14
|
export declare function provideObject(object: Ref<any>): void;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-prop-tree",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.18",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"vue": "^3.5.23",
|
|
27
27
|
"vue-i18n": "^11.1.12",
|
|
28
28
|
"vuetify": "^3.10.9",
|
|
29
|
-
"x-block-lib": "^0.8.
|
|
29
|
+
"x-block-lib": "^0.8.48",
|
|
30
30
|
"x-essential-lib": "^0.9.3",
|
|
31
31
|
"x-group-list": "^0.4.7",
|
|
32
|
-
"x-runtime-lib": "^0.8.
|
|
33
|
-
"x-state-lib": "^0.3.
|
|
32
|
+
"x-runtime-lib": "^0.8.90",
|
|
33
|
+
"x-state-lib": "^0.3.25"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@eslint/js": "^9.39.1",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|