x-runtime-lib 0.7.23 → 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/element/regular/chipGroup/v1/index.vue.d.ts +2 -2
- package/dist/composables/element/common/color/v1/index.d.ts +3 -3
- package/dist/composables/element/common/theme/v1/index.d.ts +4 -0
- package/dist/composables/element/core/method.d.ts +2 -0
- package/dist/composables/element/core/prop.d.ts +4 -0
- package/dist/composables/element/core/reactive.d.ts +3 -0
- package/dist/composables/element/core/theme.d.ts +4 -0
- package/dist/composables/element/index.d.ts +3 -1
- package/dist/index.js +2564 -2398
- package/dist/interpreter/bind/base.d.ts +1 -2
- package/dist/interpreter/bind/compute.d.ts +1 -2
- package/dist/interpreter/bind/reactivity.d.ts +3 -0
- package/dist/interpreter/bind/view.d.ts +1 -2
- package/dist/types/meta.d.ts +3 -3
- package/package.json +15 -15
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import Interpreter from 'js-interpreter';
|
|
2
2
|
import { SandboxContext } from '../../types';
|
|
3
|
-
declare function bindView(context: SandboxContext, interpreter: Interpreter, globalObject: object): void;
|
|
4
|
-
export default bindView;
|
|
3
|
+
export declare function bindView(context: SandboxContext, interpreter: Interpreter, globalObject: object): void;
|
package/dist/types/meta.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ export type Field = {
|
|
|
6
6
|
type: FieldType;
|
|
7
7
|
desc: string;
|
|
8
8
|
};
|
|
9
|
-
export type
|
|
9
|
+
export type State = {
|
|
10
10
|
id: string;
|
|
11
11
|
name: string;
|
|
12
12
|
type: FieldType;
|
|
@@ -21,7 +21,7 @@ export type Argument = {
|
|
|
21
21
|
export type PageMeta = {
|
|
22
22
|
version: string;
|
|
23
23
|
arguments: Argument[];
|
|
24
|
-
|
|
24
|
+
states: State[];
|
|
25
25
|
};
|
|
26
26
|
export type Property = {
|
|
27
27
|
id: string;
|
|
@@ -47,5 +47,5 @@ export type CompMeta = {
|
|
|
47
47
|
properties: Property[];
|
|
48
48
|
methods: Method[];
|
|
49
49
|
events: Event[];
|
|
50
|
-
|
|
50
|
+
states: State[];
|
|
51
51
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x-runtime-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.25",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -29,31 +29,31 @@
|
|
|
29
29
|
"mitt": "^3.0.1",
|
|
30
30
|
"vue": "^3.5.18",
|
|
31
31
|
"vue-i18n": "^11.1.11",
|
|
32
|
-
"vuetify": "^3.9.
|
|
33
|
-
"x-error-lib": "^0.5.
|
|
34
|
-
"x-essential-lib": "^0.8.
|
|
32
|
+
"vuetify": "^3.9.4",
|
|
33
|
+
"x-error-lib": "^0.5.6",
|
|
34
|
+
"x-essential-lib": "^0.8.28"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@eslint/js": "^9.
|
|
37
|
+
"@eslint/js": "^9.33.0",
|
|
38
38
|
"@types/lodash-es": "^4.17.12",
|
|
39
|
-
"@types/node": "^24.1
|
|
39
|
+
"@types/node": "^24.2.1",
|
|
40
40
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
41
|
-
"eslint": "^9.
|
|
41
|
+
"eslint": "^9.33.0",
|
|
42
42
|
"eslint-config-prettier": "^10.1.8",
|
|
43
|
-
"eslint-plugin-prettier": "^5.5.
|
|
44
|
-
"eslint-plugin-vue": "^10.
|
|
43
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
44
|
+
"eslint-plugin-vue": "^10.4.0",
|
|
45
45
|
"globals": "^16.3.0",
|
|
46
46
|
"husky": "^9.1.7",
|
|
47
|
-
"lint-staged": "^16.1.
|
|
47
|
+
"lint-staged": "^16.1.5",
|
|
48
48
|
"prettier": "3.6.2",
|
|
49
|
-
"sass": "^1.
|
|
50
|
-
"typescript": "^5.
|
|
51
|
-
"typescript-eslint": "^8.
|
|
52
|
-
"vite": "^7.
|
|
49
|
+
"sass": "^1.90.0",
|
|
50
|
+
"typescript": "^5.9.2",
|
|
51
|
+
"typescript-eslint": "^8.39.1",
|
|
52
|
+
"vite": "^7.1.2",
|
|
53
53
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
54
54
|
"vite-plugin-vuetify": "^2.1.2",
|
|
55
55
|
"vue-eslint-parser": "^10.2.0",
|
|
56
56
|
"vue-router": "^4.5.1",
|
|
57
|
-
"vue-tsc": "^3.0.
|
|
57
|
+
"vue-tsc": "^3.0.5"
|
|
58
58
|
}
|
|
59
59
|
}
|