@tuya-sat/sdf-main-sdk 2.0.3-outdoorSpaceUi → 2.0.4-outdoorSpaceUi

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,7 +1,7 @@
1
1
  {
2
2
  "main.css": "auto/main.css",
3
3
  "main.js": "auto/main.bundle.js",
4
- "131.7bbba0d6.chunk.js": "auto/131.7bbba0d6.chunk.js",
4
+ "131.f3b309a9.chunk.js": "auto/131.f3b309a9.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",
@@ -20,5 +20,5 @@
20
20
  "static/img/logo.png": "auto/static/img/5ed883a35968f1f1cd89.png",
21
21
  "main.css.map": "auto/main.css.map",
22
22
  "main.bundle.js.map": "auto/main.bundle.js.map",
23
- "131.7bbba0d6.chunk.js.map": "auto/131.7bbba0d6.chunk.js.map"
23
+ "131.f3b309a9.chunk.js.map": "auto/131.f3b309a9.chunk.js.map"
24
24
  }
@@ -1,6 +1,8 @@
1
1
  /// <reference types="node" />
2
2
  import { EventEmitter } from 'events';
3
3
  import type { IMenu } from '@/components/BLayout/components/Menu';
4
+ export declare const checkOemMicroAppIdExists: (data: any, targetId: any) => boolean;
5
+ export declare const removeByOemMicroAppId: (data: any, targetId: any) => any;
4
6
  /**
5
7
  * 检查menus数组是否带标签
6
8
  * @param menus 菜单数组
@@ -16,6 +18,7 @@ export declare const eventNames: {
16
18
  SHOW_TOP_MICRO_MENUS: string;
17
19
  HIDE_TOP_MICRO_MENUS: string;
18
20
  SIDER_VISIBLE: string;
21
+ BDB_VISIBLE: string;
19
22
  HEADER_VISIBLE: string;
20
23
  HIDE_LAYOUT_PADDING: string;
21
24
  UNMOUNT_MICRO_APP: string;
package/dist/zh.json CHANGED
@@ -208,6 +208,7 @@
208
208
  "global.saas.expired.tips2": "您的 SaaS 服务即将在 {{day}} 天后到期。如需继续使用,请前往涂鸦开发者平台续费。",
209
209
  "dynamicNav.more.unfold": "展开",
210
210
  "dynamicNav.more.fold": "折叠",
211
+ "org.title": "组织管理",
211
212
  "enterprise.modal.title": "企业列表",
212
213
  "enterprise.meta.status.current": "当前",
213
214
  "enterprise.meta.status.expired": "已过期",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-sat/sdf-main-sdk",
3
- "version": "2.0.3-outdoorSpaceUi",
3
+ "version": "2.0.4-outdoorSpaceUi",
4
4
  "main": "./dist/main.bundle.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "MIT",