@tuya-sat/sdf-main-sdk 6.0.11 → 6.0.12-alpha.2
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/{364.ec3c8d7f.chunk.js → 364.12b7cb6b.chunk.js} +1 -1
- package/dist/{364.ec3c8d7f.chunk.js.map → 364.12b7cb6b.chunk.js.map} +1 -1
- package/dist/components/Layout/interface.d.ts +1 -1
- package/dist/index.d.ts +26 -6
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/manifest.json +2 -2
- package/dist/utils/common.d.ts +2 -1
- package/package.json +1 -1
package/dist/manifest.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"main.css": "auto/main.css",
|
|
3
3
|
"main.js": "auto/main.bundle.js",
|
|
4
|
-
"364.
|
|
4
|
+
"364.12b7cb6b.chunk.js": "auto/364.12b7cb6b.chunk.js",
|
|
5
5
|
"static/img/login3.png": "auto/static/img/dd06d35d98047203e715.png",
|
|
6
6
|
"static/img/reLogin.png": "auto/static/img/294142da390c5af23324.png",
|
|
7
7
|
"static/img/login2.png": "auto/static/img/47a523d0027c7b5af83f.png",
|
|
@@ -23,5 +23,5 @@
|
|
|
23
23
|
"static/img/tuya.png": "auto/static/img/328d8b5c342b13933c5c.png",
|
|
24
24
|
"main.css.map": "auto/main.css.map",
|
|
25
25
|
"main.bundle.js.map": "auto/main.bundle.js.map",
|
|
26
|
-
"364.
|
|
26
|
+
"364.12b7cb6b.chunk.js.map": "auto/364.12b7cb6b.chunk.js.map"
|
|
27
27
|
}
|
package/dist/utils/common.d.ts
CHANGED
|
@@ -39,7 +39,8 @@ export declare const isMultiTenant: () => boolean;
|
|
|
39
39
|
export declare const isSmartHomeFunc: () => boolean;
|
|
40
40
|
export declare const isSupportRegister: () => any;
|
|
41
41
|
export declare const isSupportMobileWithFallback: () => boolean;
|
|
42
|
-
export declare const
|
|
42
|
+
export declare const isV6Saas: () => boolean;
|
|
43
|
+
export declare const isSupportMultiProject: () => any;
|
|
43
44
|
export declare function getCustomConfig(configKey: string): any;
|
|
44
45
|
export declare const isOpenGt: () => boolean;
|
|
45
46
|
export declare const isMessageCt: () => boolean;
|