x-runtime-lib 0.7.11 → 0.7.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.
- package/dist/{i18n-en.dux6b905.js → i18n-en.kt9hy7ly.js} +3 -0
- package/dist/{i18n-zhHans.ikk18oss.js → i18n-zhHans.d5y1j94g.js} +3 -0
- package/dist/index.js +1562 -1554
- package/dist/types/basic.d.ts +1 -1
- package/dist/types/sandbox.d.ts +1 -0
- package/dist/utils/provideInject.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/basic.d.ts
CHANGED
package/dist/types/sandbox.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { Ref } from 'vue';
|
|
2
2
|
import { Data, Depends, Device, Env, Mode, Sandbox, Type } from '../types';
|
|
3
|
+
export declare function provideOrg(org: string): void;
|
|
4
|
+
export declare function injectOrg(): string;
|
|
3
5
|
export declare function provideEnv(env: Env): void;
|
|
4
6
|
export declare function injectEnv(): Env;
|
|
5
7
|
export declare function provideMode(mode: Mode): void;
|