x-runtime-lib 0.8.97 → 0.8.98
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/editor/picker/index.vue.d.ts +6 -6
- package/dist/components/editor/wrap/index.vue.d.ts +3 -3
- package/dist/components/element/3d/camera/orthographicCamera/v1/index.vue.d.ts +2 -2
- package/dist/components/element/3d/camera/perspectiveCamera/v1/index.vue.d.ts +2 -2
- package/dist/components/element/3d/light/ambientLight/v1/index.vue.d.ts +2 -2
- package/dist/components/element/3d/light/directionalLight/v1/index.vue.d.ts +2 -2
- package/dist/components/element/3d/light/pointLight/v1/index.vue.d.ts +2 -2
- package/dist/components/element/3d/light/spotLight/v1/index.vue.d.ts +2 -2
- package/dist/components/element/3d/object/group/v1/index.vue.d.ts +2 -2
- package/dist/components/element/3d/object/mesh/v1/index.vue.d.ts +2 -2
- package/dist/components/element/dynamic/multipleRef/v1/index.vue.d.ts +2 -5
- package/dist/components/element/dynamic/reference/v1/index.vue.d.ts +2 -5
- package/dist/components/element/dynamic/renderSwitch/v1/index.vue.d.ts +2 -2
- package/dist/components/element/dynamic/slot/v1/index.vue.d.ts +3 -3
- package/dist/components/element/regular/badge/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/btnGroup/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/btnToggle/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/card/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/chipGroup/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/container/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/dialog/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/menu/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/radioGroup/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/stepper/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/stepperHeader/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/stepperItem/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/stepperWindow/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/stepperWindowItem/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/tabs/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/timeline/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/timelineItem/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/window/v1/index.vue.d.ts +2 -2
- package/dist/components/element/regular/windowItem/v1/index.vue.d.ts +2 -2
- package/dist/index.js +1 -1
- package/dist/types/comp.d.ts +3 -0
- package/dist/vendor.nccqfajx.js +31675 -0
- package/package.json +16 -16
- package/dist/vendor.eh9kttp2.js +0 -47819
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-runtime-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.98",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -23,42 +23,42 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@sindresorhus/base62": "^1.0.0",
|
|
26
|
-
"@tresjs/cientos": "^5.1.
|
|
27
|
-
"@tresjs/core": "^5.1.
|
|
26
|
+
"@tresjs/cientos": "^5.1.1",
|
|
27
|
+
"@tresjs/core": "^5.1.1",
|
|
28
28
|
"axios": "^1.13.2",
|
|
29
29
|
"echarts": "^6.0.0",
|
|
30
30
|
"lodash-es": "^4.17.21",
|
|
31
31
|
"mitt": "^3.0.1",
|
|
32
32
|
"quickjs-emscripten": "^0.31.0",
|
|
33
|
-
"three": "^0.181.
|
|
34
|
-
"vue": "^3.5.
|
|
35
|
-
"vue-i18n": "^11.1
|
|
36
|
-
"vuetify": "^3.
|
|
33
|
+
"three": "^0.181.2",
|
|
34
|
+
"vue": "^3.5.25",
|
|
35
|
+
"vue-i18n": "^11.2.1",
|
|
36
|
+
"vuetify": "^3.11.1",
|
|
37
37
|
"x-error-lib": "^0.5.10",
|
|
38
|
-
"x-essential-lib": "^0.9.
|
|
38
|
+
"x-essential-lib": "^0.9.17"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@eslint/js": "^9.39.1",
|
|
42
42
|
"@types/lodash-es": "^4.17.12",
|
|
43
|
-
"@types/node": "^24.10.
|
|
43
|
+
"@types/node": "^24.10.1",
|
|
44
44
|
"@types/three": "^0.181.0",
|
|
45
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
45
|
+
"@vitejs/plugin-vue": "^6.0.2",
|
|
46
46
|
"eslint": "^9.39.1",
|
|
47
47
|
"eslint-config-prettier": "^10.1.8",
|
|
48
48
|
"eslint-plugin-prettier": "^5.5.4",
|
|
49
|
-
"eslint-plugin-vue": "^10.
|
|
49
|
+
"eslint-plugin-vue": "^10.6.0",
|
|
50
50
|
"globals": "^16.5.0",
|
|
51
51
|
"husky": "^9.1.7",
|
|
52
|
-
"lint-staged": "^16.2.
|
|
52
|
+
"lint-staged": "^16.2.7",
|
|
53
53
|
"prettier": "3.6.2",
|
|
54
|
-
"sass": "^1.
|
|
54
|
+
"sass": "^1.94.2",
|
|
55
55
|
"typescript": "^5.9.3",
|
|
56
|
-
"typescript-eslint": "^8.
|
|
57
|
-
"vite": "^7.2.
|
|
56
|
+
"typescript-eslint": "^8.48.0",
|
|
57
|
+
"vite": "^7.2.4",
|
|
58
58
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
59
59
|
"vite-plugin-vuetify": "^2.1.2",
|
|
60
60
|
"vue-eslint-parser": "^10.2.0",
|
|
61
61
|
"vue-router": "^4.6.3",
|
|
62
|
-
"vue-tsc": "^3.1.
|
|
62
|
+
"vue-tsc": "^3.1.5"
|
|
63
63
|
}
|
|
64
64
|
}
|