x-runtime-lib 0.3.9 → 0.4.0

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.
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}>;
2
2
  export default _default;
@@ -3,14 +3,5 @@ interface Props extends BaseProps {
3
3
  id: string;
4
4
  refContext: RefContext;
5
5
  }
6
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<Props>>>, {}, {}>;
6
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
7
7
  export default _default;
8
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- type __VLS_TypePropsToOption<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
package/dist/index.js CHANGED
@@ -5259,7 +5259,7 @@ const Zs = /* @__PURE__ */ on({
5259
5259
  }
5260
5260
  ]
5261
5261
  };
5262
- for (let n in Ne) {
5262
+ for (const n in Ne) {
5263
5263
  const s = Ne[n];
5264
5264
  s.leaf || s.methods.unshift(rc);
5265
5265
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.3.9",
4
+ "version": "0.4.0",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -24,12 +24,12 @@
24
24
  "dependencies": {
25
25
  "js-interpreter": "^5.1.2",
26
26
  "lodash-es": "^4.17.21",
27
- "x-essential-lib": "^0.6.5"
27
+ "x-essential-lib": "^0.7.0"
28
28
  },
29
29
  "peerDependencies": {
30
- "vue": "^3.4.32",
31
- "vue-i18n": "^9.13.1",
32
- "vuetify": "^3.6.13"
30
+ "vue": "^3.5.0",
31
+ "vue-i18n": "^9.14.0",
32
+ "vuetify": "^3.7.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@rushstack/eslint-patch": "^1.10.3",
@@ -48,7 +48,7 @@
48
48
  "vite": "^5.3.3",
49
49
  "vite-plugin-css-injected-by-js": "^3.5.1",
50
50
  "vite-plugin-vuetify": "^2.0.3",
51
- "vue-router": "^4.4.0",
51
+ "vue-router": "^4.4.3",
52
52
  "vue-tsc": "^2.0.26"
53
53
  }
54
54
  }
@@ -1 +0,0 @@
1
- export declare function loadLocaleMessageElement(locale: string): Promise<object>;