x-runtime-lib 0.9.11 → 0.9.13

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.
@@ -4,5 +4,6 @@ export * from './name';
4
4
  export * from './node';
5
5
  export * from './property';
6
6
  export * from './provideInject';
7
+ export * from './render';
7
8
  export * from './sandbox';
8
9
  export * from './unifiedId';
@@ -15,7 +15,3 @@ export declare function fromDotString(target: string | string[]): string[];
15
15
  export declare function getField(object: any, keys: string | string[]): any;
16
16
  export declare function setField(object: any, keys: string | string[], value: any): void;
17
17
  export declare function addIndent(code: string, spaces?: number): string;
18
- export declare function isRenderSwitch(key: string): boolean;
19
- export declare function isRenderGroup(key: string): boolean;
20
- export declare function hasSlot(key: string): boolean;
21
- export declare function hasComp(key: string): boolean;
@@ -0,0 +1,4 @@
1
+ export declare function isRenderSwitch(key: string): boolean;
2
+ export declare function isRenderGroup(key: string): boolean;
3
+ export declare function hasSlot(key: string): boolean;
4
+ export declare function hasComp(key: string): boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-runtime-lib",
3
3
  "private": false,
4
- "version": "0.9.11",
4
+ "version": "0.9.13",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",