@tuya-sat/sdf-main-sdk 2.0.0-alpha.21 → 2.0.0-alpha.210

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.
Files changed (88) hide show
  1. package/README.md +83 -2
  2. package/dist/364.5460d578.chunk.js +2 -0
  3. package/dist/364.5460d578.chunk.js.map +1 -0
  4. package/dist/api/index.d.ts +7 -7
  5. package/dist/api/urls.d.ts +27 -0
  6. package/dist/components/403/index.d.ts +4 -1
  7. package/dist/components/BLayout/components/Logo.d.ts +4 -1
  8. package/dist/components/BLogin/component/UserName/index.d.ts +6 -3
  9. package/dist/components/BLogin/component/VerifyCode/VerifyCodeInput.d.ts +6 -0
  10. package/dist/components/BLogin/component/VerifyCode/index.d.ts +1 -1
  11. package/dist/components/IconFont/index.d.ts +7 -0
  12. package/dist/components/ImageUpload/index.d.ts +4 -0
  13. package/dist/components/ImageUpload/utils.d.ts +1 -0
  14. package/dist/components/Layout/antd/Header/index.d.ts +11 -1
  15. package/dist/components/Layout/antd/Menu/BaseMenu.d.ts +1 -1
  16. package/dist/components/Layout/antd/Menu/HorizontalMenu/index.d.ts +2 -0
  17. package/dist/components/Layout/antd/Menu/index.d.ts +3 -0
  18. package/dist/components/Layout/antd/Sider/index.d.ts +2 -0
  19. package/dist/components/Layout/antd/components/AppDownload/index.d.ts +2 -6
  20. package/dist/components/Layout/antd/components/DynamicNavs/index.d.ts +1 -0
  21. package/dist/components/Layout/antd/components/NavItem/index.d.ts +2 -1
  22. package/dist/components/Layout/antd/components/ProjectSelect/index.d.ts +4 -0
  23. package/dist/components/Layout/antd/components/ProjectSelect/useProjectInfo.d.ts +12 -0
  24. package/dist/components/Layout/antd/components/SwitchTheme/index.d.ts +8 -0
  25. package/dist/components/Layout/antd/components/UserAccount/UserAvatar.d.ts +9 -0
  26. package/dist/components/Layout/antd/components/UserAccount/index.d.ts +1 -0
  27. package/dist/components/Layout/antd/index.d.ts +2 -0
  28. package/dist/components/Layout/interface.d.ts +12 -28
  29. package/dist/components/MessageNotification/index.d.ts +13 -0
  30. package/dist/components/MessageNotification/manager.d.ts +13 -0
  31. package/dist/components/MessageNotification/messageNotificationManager.d.ts +3 -0
  32. package/dist/components/MicroComponent/Header/index.d.ts +17 -2
  33. package/dist/components/PEnterprise/EnterpriseList.d.ts +3 -0
  34. package/dist/components/PEnterprise/index.d.ts +1 -0
  35. package/dist/components/PSetting/AccountSetting.d.ts +11 -0
  36. package/dist/components/PSetting/index.d.ts +1 -2
  37. package/dist/components/Register/components/CountryRegionCascader/RegionCascader.d.ts +19 -0
  38. package/dist/components/Register/components/CountryRegionCascader/index.d.ts +10 -0
  39. package/dist/components/Register/components/CountryRegionCascader/services.d.ts +9 -0
  40. package/dist/components/Register/components/RegisterForm/AccountForm.d.ts +23 -0
  41. package/dist/components/Register/components/RegisterForm/EnterpriseForm.d.ts +2 -0
  42. package/dist/components/Register/components/RegisterForm/index.d.ts +7 -0
  43. package/dist/components/Register/components/RegisterResult/index.d.ts +3 -0
  44. package/dist/components/Register/index.d.ts +1 -0
  45. package/dist/constant/index.d.ts +9 -0
  46. package/dist/en.json +108 -8
  47. package/dist/hooks/index.d.ts +9 -4
  48. package/dist/hooks/useMultiLanguages.d.ts +8 -0
  49. package/dist/index.d.ts +20 -0
  50. package/dist/lang/utils.d.ts +1 -1
  51. package/dist/main.bundle.js +1 -1
  52. package/dist/main.bundle.js.LICENSE.txt +51 -11
  53. package/dist/main.bundle.js.map +1 -1
  54. package/dist/main.css +1393 -348
  55. package/dist/main.css.map +1 -1
  56. package/dist/manifest.json +7 -2
  57. package/dist/mqtt/business.d.ts +35 -0
  58. package/dist/pages/403.d.ts +4 -1
  59. package/dist/pages/home/enterprise/index.d.ts +5 -0
  60. package/dist/pages/home/notice/ConfirmCloseModal.d.ts +13 -0
  61. package/dist/pages/home/notice/MessageDetailModal.d.ts +37 -0
  62. package/dist/pages/home/notice/hooks.d.ts +14 -3
  63. package/dist/pages/home/notice/tools/index.d.ts +2 -1
  64. package/dist/qiankun/globalState.d.ts +6 -5
  65. package/dist/qiankun/index.d.ts +1 -2
  66. package/dist/qiankun/utils/index.d.ts +7 -5
  67. package/dist/static/img/7d9900e808e2197745be.png +0 -0
  68. package/dist/static/img/a10132bbdef90aa7baaf.png +0 -0
  69. package/dist/static/img/a20c372b6039996ba351.png +0 -0
  70. package/dist/static/img/b765d4caa82d7e5eae80.png +0 -0
  71. package/dist/static/img/f110c37284312f4d2af6.png +0 -0
  72. package/dist/utils/checkPass.d.ts +4 -0
  73. package/dist/utils/common.d.ts +10 -0
  74. package/dist/utils/index.d.ts +48 -7
  75. package/dist/utils/soundManager.d.ts +12 -0
  76. package/dist/utils/theme/antd5/InjectCssVariable.d.ts +3 -1
  77. package/dist/utils/theme/antd5/index.d.ts +362 -107
  78. package/dist/utils/theme/antd5/token.d.ts +275 -6
  79. package/dist/utils/theme/base.d.ts +2 -2
  80. package/dist/utils/theme/changeMenuCssVariable.d.ts +1 -1
  81. package/dist/utils/theme/index.d.ts +12 -6
  82. package/dist/utils/theme/store.d.ts +724 -214
  83. package/dist/zh.json +108 -6
  84. package/new-translations.json +68 -0
  85. package/package.json +16 -6
  86. package/webpack.config.js +1 -0
  87. package/dist/131.9ff515a6.chunk.js +0 -2
  88. package/dist/131.9ff515a6.chunk.js.map +0 -1
package/README.md CHANGED
@@ -183,8 +183,31 @@ export default (props: RegisterPageProps) => {
183
183
  }
184
184
  ```
185
185
 
186
+ #### 5. 自定义 `Layout`
187
+ 构建工具会读取 `/src/layout` 目录下的文件,作为自定义布局的实现。其类型定义如下:
188
+ ```tsx
189
+ interface LayoutProps {
190
+ // SaaS 标题
191
+ title: string;
192
+ // SaaS logo
193
+ logo: string;
194
+ bgImage: string;
195
+ currentLanguage: string;
196
+ supportLanguages: Array<{
197
+ label: string;
198
+ value: string;
199
+ }>;
200
+ // SaaS 菜单
201
+ menus: Array<IMenu>;
202
+ }
203
+
204
+ interface Layout extends FC<LayoutProps> {
205
+ Login?: FC<Partial<LayoutProps>>;
206
+ }
207
+ ```
208
+
186
209
  ### 头部自定义配置
187
- ##### 类型定义
210
+ #### 类型定义
188
211
  ```ts
189
212
  type NavProps = {
190
213
  extra?: {
@@ -209,7 +232,7 @@ type NavProps = {
209
232
  };
210
233
  ```
211
234
 
212
- ##### 示例
235
+ #### 示例
213
236
  ```tsx
214
237
  // ./src/nav/index.tsx
215
238
  import { MNav } from "@tuya-sat/sdf-main-sdk";
@@ -219,7 +242,31 @@ export default (props: NavProps) => {
219
242
  }
220
243
  ```
221
244
 
245
+ ### 主题色
246
+ 如果需要修改主题色,可以通过 `useTheme(initConfigs)`。如下:
247
+ ```tsx
248
+ import { ConfigProviderProps } from 'antd';
249
+ import { initialTheme, useTheme } from "@tuya-sat/sdf-main-sdk";
250
+
251
+ // 初始化亮暗色、主题色配置
252
+ initialTheme({
253
+ dark: {},
254
+ light: {},
255
+ });
256
+
257
+ export default function Layout() {
258
+ const { theme, changeTheme } = useTheme();
259
+
260
+ return (
261
+ <>
262
+ {theme}: <button onClick={() => changeTheme()}>切换主题<button>
263
+ </>
264
+ );
265
+ };
266
+ ```
267
+
222
268
  ### 多语言
269
+ #### 1. 新增词条 :bangbang:
223
270
  如果新增了自定义组件,那其多语言需要存放到 `./src/lang` 目录下,并且在组件内部需要引用 sdk 暴露的 i18n 方法进行翻译。如下:
224
271
 
225
272
  ```tsx
@@ -232,3 +279,37 @@ export default function CustomComponent() {
232
279
  )
233
280
  }
234
281
  ```
282
+
283
+ #### 2. 语言切换下拉框
284
+ 主应用 sdk 默认有导出语言下拉框,可以直接使用。方式如下:
285
+ ```tsx
286
+ import { SwitchLangSelect } from "@tuya-sat/sdf-main-sdk";
287
+
288
+ export default function Demo() {
289
+ return (
290
+ <>
291
+ <SwitchLangSelect />
292
+ </>
293
+ );
294
+ }
295
+ ```
296
+
297
+ 如果该组件无法满足需求,还可以通过 hook 方式获取 saas 语言信息,自己编写组件实现逻辑。如下:
298
+
299
+ ```tsx
300
+ import { useMultiLanguages } from "@tuya-sat/sdf-main-sdk";
301
+
302
+ export default function LanguageSelect() {
303
+ const {
304
+ currentLanguage,
305
+ supportLanguages,
306
+ switchLang,
307
+ } = useMultiLanguage();
308
+
309
+ return (
310
+ <>
311
+ {/* ......自定义业务逻辑 */}
312
+ </>
313
+ );
314
+ }
315
+ ```
@@ -0,0 +1,2 @@
1
+ "use strict";(self.webpackChunk_SDF=self.webpackChunk_SDF||[]).push([[364],{364:function(e,t,n){n.d(t,{getCLS:function(){return v},getFCP:function(){return g},getFID:function(){return F},getLCP:function(){return k},getTTFB:function(){return C}});var i,a,r,o,u=function(e,t){return{name:e,value:void 0===t?-1:t,delta:0,entries:[],id:"v1-".concat(Date.now(),"-").concat(Math.floor(8999999999999*Math.random())+1e12)}},c=function(e,t){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){if("first-input"===e&&!("PerformanceEventTiming"in self))return;var n=new PerformanceObserver(function(e){return e.getEntries().map(t)});return n.observe({type:e,buffered:!0}),n}}catch(e){}},f=function(e,t){var n=function n(i){"pagehide"!==i.type&&"hidden"!==document.visibilityState||(e(i),t&&(removeEventListener("visibilitychange",n,!0),removeEventListener("pagehide",n,!0)))};addEventListener("visibilitychange",n,!0),addEventListener("pagehide",n,!0)},s=function(e){addEventListener("pageshow",function(t){t.persisted&&e(t)},!0)},m="function"==typeof WeakSet?new WeakSet:new Set,p=function(e,t,n){var i;return function(){t.value>=0&&(n||m.has(t)||"hidden"===document.visibilityState)&&(t.delta=t.value-(i||0),(t.delta||void 0===i)&&(i=t.value,e(t)))}},v=function(e,t){var n,i=u("CLS",0),a=function(e){e.hadRecentInput||(i.value+=e.value,i.entries.push(e),n())},r=c("layout-shift",a);r&&(n=p(e,i,t),f(function(){r.takeRecords().map(a),n()}),s(function(){i=u("CLS",0),n=p(e,i,t)}))},d=-1,l=function(){return"hidden"===document.visibilityState?0:1/0},h=function(){f(function(e){var t=e.timeStamp;d=t},!0)},S=function(){return d<0&&(d=l(),h(),s(function(){setTimeout(function(){d=l(),h()},0)})),{get timeStamp(){return d}}},g=function(e,t){var n,i=S(),a=u("FCP"),r=function(e){"first-contentful-paint"===e.name&&(f&&f.disconnect(),e.startTime<i.timeStamp&&(a.value=e.startTime,a.entries.push(e),m.add(a),n()))},o=performance.getEntriesByName("first-contentful-paint")[0],f=o?null:c("paint",r);(o||f)&&(n=p(e,a,t),o&&r(o),s(function(i){a=u("FCP"),n=p(e,a,t),requestAnimationFrame(function(){requestAnimationFrame(function(){a.value=performance.now()-i.timeStamp,m.add(a),n()})})}))},y={passive:!0,capture:!0},E=new Date,w=function(e,t){i||(i=t,a=e,r=new Date,b(removeEventListener),L())},L=function(){if(a>=0&&a<r-E){var e={entryType:"first-input",name:i.type,target:i.target,cancelable:i.cancelable,startTime:i.timeStamp,processingStart:i.timeStamp+a};o.forEach(function(t){t(e)}),o=[]}},T=function(e){if(e.cancelable){var t=(e.timeStamp>1e12?new Date:performance.now())-e.timeStamp;"pointerdown"==e.type?function(e,t){var n=function(){w(e,t),a()},i=function(){a()},a=function(){removeEventListener("pointerup",n,y),removeEventListener("pointercancel",i,y)};addEventListener("pointerup",n,y),addEventListener("pointercancel",i,y)}(t,e):w(t,e)}},b=function(e){["mousedown","keydown","touchstart","pointerdown"].forEach(function(t){return e(t,T,y)})},F=function(e,t){var n,r=S(),v=u("FID"),d=function(e){e.startTime<r.timeStamp&&(v.value=e.processingStart-e.startTime,v.entries.push(e),m.add(v),n())},l=c("first-input",d);n=p(e,v,t),l&&f(function(){l.takeRecords().map(d),l.disconnect()},!0),l&&s(function(){var r;v=u("FID"),n=p(e,v,t),o=[],a=-1,i=null,b(addEventListener),r=d,o.push(r),L()})},k=function(e,t){var n,i=S(),a=u("LCP"),r=function(e){var t=e.startTime;t<i.timeStamp&&(a.value=t,a.entries.push(e)),n()},o=c("largest-contentful-paint",r);if(o){n=p(e,a,t);var v=function(){m.has(a)||(o.takeRecords().map(r),o.disconnect(),m.add(a),n())};["keydown","click"].forEach(function(e){addEventListener(e,v,{once:!0,capture:!0})}),f(v,!0),s(function(i){a=u("LCP"),n=p(e,a,t),requestAnimationFrame(function(){requestAnimationFrame(function(){a.value=performance.now()-i.timeStamp,m.add(a),n()})})})}},C=function(e){var t,n=u("TTFB");t=function(){try{var t=performance.getEntriesByType("navigation")[0]||function(){var e=performance.timing,t={entryType:"navigation",startTime:0};for(var n in e)"navigationStart"!==n&&"toJSON"!==n&&(t[n]=Math.max(e[n]-e.navigationStart,0));return t}();if(n.value=n.delta=t.responseStart,n.value<0)return;n.entries=[t],e(n)}catch(e){}},"complete"===document.readyState?setTimeout(t,0):addEventListener("pageshow",t)}}}]);
2
+ //# sourceMappingURL=364.5460d578.chunk.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"364.5460d578.chunk.js","mappings":"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","sources":["webpack://_SDF/./node_modules/web-vitals/dist/web-vitals.js"],"sourcesContent":["var e,t,n,i,a=function(e,t){return{name:e,value:void 0===t?-1:t,delta:0,entries:[],id:\"v1-\".concat(Date.now(),\"-\").concat(Math.floor(8999999999999*Math.random())+1e12)}},r=function(e,t){try{if(PerformanceObserver.supportedEntryTypes.includes(e)){if(\"first-input\"===e&&!(\"PerformanceEventTiming\"in self))return;var n=new PerformanceObserver((function(e){return e.getEntries().map(t)}));return n.observe({type:e,buffered:!0}),n}}catch(e){}},o=function(e,t){var n=function n(i){\"pagehide\"!==i.type&&\"hidden\"!==document.visibilityState||(e(i),t&&(removeEventListener(\"visibilitychange\",n,!0),removeEventListener(\"pagehide\",n,!0)))};addEventListener(\"visibilitychange\",n,!0),addEventListener(\"pagehide\",n,!0)},c=function(e){addEventListener(\"pageshow\",(function(t){t.persisted&&e(t)}),!0)},u=\"function\"==typeof WeakSet?new WeakSet:new Set,f=function(e,t,n){var i;return function(){t.value>=0&&(n||u.has(t)||\"hidden\"===document.visibilityState)&&(t.delta=t.value-(i||0),(t.delta||void 0===i)&&(i=t.value,e(t)))}},s=function(e,t){var n,i=a(\"CLS\",0),u=function(e){e.hadRecentInput||(i.value+=e.value,i.entries.push(e),n())},s=r(\"layout-shift\",u);s&&(n=f(e,i,t),o((function(){s.takeRecords().map(u),n()})),c((function(){i=a(\"CLS\",0),n=f(e,i,t)})))},m=-1,p=function(){return\"hidden\"===document.visibilityState?0:1/0},v=function(){o((function(e){var t=e.timeStamp;m=t}),!0)},d=function(){return m<0&&(m=p(),v(),c((function(){setTimeout((function(){m=p(),v()}),0)}))),{get timeStamp(){return m}}},l=function(e,t){var n,i=d(),o=a(\"FCP\"),s=function(e){\"first-contentful-paint\"===e.name&&(p&&p.disconnect(),e.startTime<i.timeStamp&&(o.value=e.startTime,o.entries.push(e),u.add(o),n()))},m=performance.getEntriesByName(\"first-contentful-paint\")[0],p=m?null:r(\"paint\",s);(m||p)&&(n=f(e,o,t),m&&s(m),c((function(i){o=a(\"FCP\"),n=f(e,o,t),requestAnimationFrame((function(){requestAnimationFrame((function(){o.value=performance.now()-i.timeStamp,u.add(o),n()}))}))})))},h={passive:!0,capture:!0},S=new Date,y=function(i,a){e||(e=a,t=i,n=new Date,w(removeEventListener),g())},g=function(){if(t>=0&&t<n-S){var a={entryType:\"first-input\",name:e.type,target:e.target,cancelable:e.cancelable,startTime:e.timeStamp,processingStart:e.timeStamp+t};i.forEach((function(e){e(a)})),i=[]}},E=function(e){if(e.cancelable){var t=(e.timeStamp>1e12?new Date:performance.now())-e.timeStamp;\"pointerdown\"==e.type?function(e,t){var n=function(){y(e,t),a()},i=function(){a()},a=function(){removeEventListener(\"pointerup\",n,h),removeEventListener(\"pointercancel\",i,h)};addEventListener(\"pointerup\",n,h),addEventListener(\"pointercancel\",i,h)}(t,e):y(t,e)}},w=function(e){[\"mousedown\",\"keydown\",\"touchstart\",\"pointerdown\"].forEach((function(t){return e(t,E,h)}))},L=function(n,s){var m,p=d(),v=a(\"FID\"),l=function(e){e.startTime<p.timeStamp&&(v.value=e.processingStart-e.startTime,v.entries.push(e),u.add(v),m())},h=r(\"first-input\",l);m=f(n,v,s),h&&o((function(){h.takeRecords().map(l),h.disconnect()}),!0),h&&c((function(){var r;v=a(\"FID\"),m=f(n,v,s),i=[],t=-1,e=null,w(addEventListener),r=l,i.push(r),g()}))},T=function(e,t){var n,i=d(),s=a(\"LCP\"),m=function(e){var t=e.startTime;t<i.timeStamp&&(s.value=t,s.entries.push(e)),n()},p=r(\"largest-contentful-paint\",m);if(p){n=f(e,s,t);var v=function(){u.has(s)||(p.takeRecords().map(m),p.disconnect(),u.add(s),n())};[\"keydown\",\"click\"].forEach((function(e){addEventListener(e,v,{once:!0,capture:!0})})),o(v,!0),c((function(i){s=a(\"LCP\"),n=f(e,s,t),requestAnimationFrame((function(){requestAnimationFrame((function(){s.value=performance.now()-i.timeStamp,u.add(s),n()}))}))}))}},b=function(e){var t,n=a(\"TTFB\");t=function(){try{var t=performance.getEntriesByType(\"navigation\")[0]||function(){var e=performance.timing,t={entryType:\"navigation\",startTime:0};for(var n in e)\"navigationStart\"!==n&&\"toJSON\"!==n&&(t[n]=Math.max(e[n]-e.navigationStart,0));return t}();if(n.value=n.delta=t.responseStart,n.value<0)return;n.entries=[t],e(n)}catch(e){}},\"complete\"===document.readyState?setTimeout(t,0):addEventListener(\"pageshow\",t)};export{s as getCLS,l as getFCP,L as getFID,T as getLCP,b as getTTFB};\n"],"names":["e","t","n","i","a","name","value","delta","entries","id","concat","Date","now","Math","floor","random","r","PerformanceObserver","supportedEntryTypes","includes","self","getEntries","map","observe","type","buffered","o","document","visibilityState","removeEventListener","addEventListener","c","persisted","u","WeakSet","Set","f","has","s","hadRecentInput","push","takeRecords","m","p","v","timeStamp","d","setTimeout","l","disconnect","startTime","add","performance","getEntriesByName","requestAnimationFrame","h","passive","capture","S","y","w","g","entryType","target","cancelable","processingStart","forEach","E","L","T","once","b","getEntriesByType","timing","max","navigationStart","responseStart","readyState"],"sourceRoot":""}
@@ -7,12 +7,12 @@ export interface ResData<T> {
7
7
  [keys: string]: any;
8
8
  }
9
9
  export interface IAxiosInstance extends AxiosInstance {
10
- request<T = any, R = ResData<T>>(config: AxiosRequestConfig): Promise<R>;
11
- get<T = any, R = ResData<T>>(url: string, config?: AxiosRequestConfig): Promise<R>;
12
- delete<T = any, R = ResData<T>>(url: string, config?: AxiosRequestConfig): Promise<R>;
13
- head<T = any, R = ResData<T>>(url: string, config?: AxiosRequestConfig): Promise<R>;
14
- post<T = any, R = ResData<T>>(url: string, data?: any, config?: AxiosRequestConfig): Promise<R>;
15
- put<T = any, R = ResData<T>>(url: string, data?: any, config?: AxiosRequestConfig): Promise<R>;
16
- patch<T = any, R = ResData<T>>(url: string, data?: any, config?: AxiosRequestConfig): Promise<R>;
10
+ request<T = any>(config: AxiosRequestConfig): Promise<T>;
11
+ get<T = any, R = T>(url: string, config?: AxiosRequestConfig): Promise<T>;
12
+ delete<T = any>(url: string, config?: AxiosRequestConfig): Promise<T>;
13
+ head<T = any>(url: string, config?: AxiosRequestConfig): Promise<T>;
14
+ post<T = any>(url: string, data?: any, config?: AxiosRequestConfig): Promise<T>;
15
+ put<T = any>(url: string, data?: any, config?: AxiosRequestConfig): Promise<T>;
16
+ patch<T = any>(url: string, data?: any, config?: AxiosRequestConfig): Promise<T>;
17
17
  }
18
18
  export declare const api: IAxiosInstance;
@@ -3,23 +3,36 @@ export declare const UNLOGIN_APIS: {
3
3
  CODE: string;
4
4
  TENANDCODE: string;
5
5
  REGISTER: string;
6
+ LOGIN_CAPTCHA: string;
6
7
  CAPTCHA: string;
7
8
  SAAS: string;
9
+ COUNTRY_LIST: string;
10
+ COUNTRY_PROVINCE_LIST: string;
11
+ ENTERPRISE_REGISTER: string;
12
+ ENTERPRISE_REGISTER_CAPTCHA: string;
8
13
  };
9
14
  export declare const URLS: {
10
15
  FORGET_PWD: string;
11
16
  CODE: string;
12
17
  TENANDCODE: string;
13
18
  REGISTER: string;
19
+ LOGIN_CAPTCHA: string;
14
20
  CAPTCHA: string;
15
21
  SAAS: string;
22
+ COUNTRY_LIST: string;
23
+ COUNTRY_PROVINCE_LIST: string;
24
+ ENTERPRISE_REGISTER: string;
25
+ ENTERPRISE_REGISTER_CAPTCHA: string;
16
26
  RESET_PWD: string;
17
27
  SAAS_INFO: string;
18
28
  QRCODE: string;
19
29
  MQTT: string;
30
+ MQTT_BUSINESS: string;
20
31
  ModifyPhoneAndEmail: string;
21
32
  USER_INFO: string;
22
33
  USER_INFO_V1: string;
34
+ USER_INFO_V3: string;
35
+ USER_CAPTCHA: string;
23
36
  NOTICE_QUERY_LIST_GET: string;
24
37
  NOTICE_HANDLE_READ_PUT: string;
25
38
  NOTICE_DELETE_DELETE: string;
@@ -27,6 +40,20 @@ export declare const URLS: {
27
40
  MODIFY_MOBILE: string;
28
41
  MODIFY_EMAIL: string;
29
42
  SAAS_LOCALES: string;
43
+ ENTERPRISES_LIST: string;
44
+ ENTERPRISES_DEFAULT: string;
45
+ ENTERPRISES_SWITCHER: string;
46
+ PROJECT_LIST: string;
47
+ PROJECT_SWITCH: string;
48
+ ACCOUNT_AVATAR: string;
49
+ UPLOAD_STEP1: string;
50
+ UPLOAD_STEP3: string;
51
+ UPLOAD_STEP4: string;
52
+ ENTERPRISE_TONE_GET: string;
53
+ ENTERPRISE_TONE_ENABLE: string;
54
+ OTHER_ENTERPRISE_MESSAGES_UNREAD_FLAG: string;
55
+ OTHER_ENTERPRISE_MESSAGES_UNREAD_COUNT: string;
56
+ CURRENT_ENTERPRISE_MESSAGES_UNREAD_COUNT: string;
30
57
  LOGIN: string;
31
58
  LOGOUT: string;
32
59
  };
@@ -1 +1,4 @@
1
- export default function Com403(): JSX.Element;
1
+ export default function Com403(props: {
2
+ title?: string | boolean;
3
+ description?: string;
4
+ }): JSX.Element;
@@ -1,2 +1,5 @@
1
- declare const Logo: () => JSX.Element;
1
+ import React from "react";
2
+ declare const Logo: (props: {
3
+ style?: React.CSSProperties;
4
+ }) => JSX.Element;
2
5
  export default Logo;
@@ -1,4 +1,7 @@
1
- declare const UserName: ({ label }: {
2
- label?: any;
3
- }) => JSX.Element;
1
+ import React from 'react';
2
+ interface UserNameProps {
3
+ label?: React.ReactNode;
4
+ showCountryCode?: boolean;
5
+ }
6
+ declare const UserName: (props: UserNameProps) => JSX.Element;
4
7
  export default UserName;
@@ -0,0 +1,6 @@
1
+ import { InputProps } from "antd";
2
+ interface VerifyCodeInputProps extends InputProps {
3
+ sendVerifyCode(secureKey: string): Promise<boolean | undefined>;
4
+ }
5
+ export default function VerifyCodeInput(props: VerifyCodeInputProps): JSX.Element;
6
+ export {};
@@ -1,6 +1,6 @@
1
1
  import { FormInstance } from 'antd';
2
2
  declare const VerifyCode: ({ form, action, }: {
3
3
  form: FormInstance;
4
- action: 'forgot' | 'register';
4
+ action: 'forgot' | 'register' | 'login';
5
5
  }) => JSX.Element;
6
6
  export default VerifyCode;
@@ -5,3 +5,10 @@ declare const IconFont: ({ type, className, style }: {
5
5
  style?: {};
6
6
  }) => JSX.Element;
7
7
  export default IconFont;
8
+ export declare function IconUser(props: any): JSX.Element;
9
+ export declare function IconLock(props: any): JSX.Element;
10
+ export declare function IconBell(props: any): JSX.Element;
11
+ export declare function IconMobile(props: any): JSX.Element;
12
+ export declare function IconGlobal(props: any): JSX.Element;
13
+ export declare function IconFullscreenExit(props: any): JSX.Element;
14
+ export declare function IconFullscreenOut(props: any): JSX.Element;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { ImageUploadProps } from './interface';
3
+ declare const ImageUpload: React.FC<ImageUploadProps>;
4
+ export default ImageUpload;
@@ -0,0 +1 @@
1
+ export declare const getFileNameFromURL: (url: string) => string;
@@ -1 +1,11 @@
1
- export default function LayoutHeader(props: any): JSX.Element;
1
+ import React from "react";
2
+ export default function LayoutHeader(props: {
3
+ className?: string;
4
+ style?: React.CSSProperties;
5
+ title: string;
6
+ logo: string;
7
+ menus: any[];
8
+ layoutMode: string;
9
+ requiredProject: boolean;
10
+ isSysSettings: boolean;
11
+ }): JSX.Element;
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import { MenuProps } from "antd";
2
+ import { MenuProps } from 'antd';
3
3
  import { IMenu } from "@/components/BLayout/components/Menu";
4
4
  declare const BaseMenu: React.FC<MenuProps & {
5
5
  items: IMenu[];
@@ -3,5 +3,7 @@ import { MenuProps } from "antd";
3
3
  import { IMenu } from "@/components/BLayout/components/Menu";
4
4
  declare const HorizontalMenu: React.FC<MenuProps & {
5
5
  items: IMenu[];
6
+ showHistory?: boolean;
7
+ layoutMode?: string;
6
8
  }>;
7
9
  export default HorizontalMenu;
@@ -1,7 +1,10 @@
1
+ import { MutableRefObject } from "react";
1
2
  export declare const modifySelectedMenu: (path: string) => void;
2
3
  export default function SiteMenu(props: {
3
4
  collapsed?: boolean;
4
5
  isInSider?: boolean;
5
6
  className?: string;
7
+ layoutMode?: string;
8
+ eleRef?: MutableRefObject<HTMLDivElement>;
6
9
  menus: any[];
7
10
  }): JSX.Element;
@@ -3,6 +3,8 @@ interface LayoutSiderProps {
3
3
  title: string;
4
4
  menus: any[];
5
5
  isSubSider?: boolean;
6
+ requiredProject?: boolean;
7
+ className?: string;
6
8
  }
7
9
  export default function LayoutSider(props: LayoutSiderProps): JSX.Element;
8
10
  export {};
@@ -1,10 +1,6 @@
1
1
  import React from "react";
2
- import { PopoverProps } from "antd";
3
- interface AppDownloadProps extends PopoverProps {
4
- className?: string;
5
- style?: React.CSSProperties;
6
- icon?: React.ReactNode;
7
- renderTxt?(): React.ReactNode;
2
+ import { NavItemProps } from "../NavItem";
3
+ interface AppDownloadProps extends NavItemProps {
8
4
  renderContent?(info: {
9
5
  tip: string;
10
6
  url: string;
@@ -2,6 +2,7 @@ import React from "react";
2
2
  import { PopoverProps } from "antd";
3
3
  interface DynamicNavsProps extends Omit<PopoverProps, 'content'> {
4
4
  isInAsider?: boolean;
5
+ afterSlot?: React.ReactNode;
5
6
  renderTxt?(): any;
6
7
  renderCollapsedTxt?(): any;
7
8
  }
@@ -1,11 +1,12 @@
1
1
  import React from "react";
2
2
  import { MenuProps, PopoverProps } from "antd";
3
- interface NavItemProps extends Omit<PopoverProps, 'content'> {
3
+ export interface NavItemProps extends Omit<PopoverProps, 'content'> {
4
4
  className?: string;
5
5
  style?: React.CSSProperties;
6
6
  icon?: React.ReactNode;
7
7
  url?: string;
8
8
  menu?: MenuProps;
9
+ enableEllipsis?: boolean;
9
10
  renderTxt?(): React.ReactNode;
10
11
  renderPopupContent?(): React.ReactNode;
11
12
  onClick?(): void;
@@ -0,0 +1,4 @@
1
+ export default function ProjectSelect(props: {
2
+ aside?: boolean;
3
+ collapsed?: boolean;
4
+ }): JSX.Element;
@@ -0,0 +1,12 @@
1
+ export interface ProjectInfo {
2
+ project_id: string;
3
+ project_name: string;
4
+ is_last_chosen: boolean;
5
+ }
6
+ export declare const getProjectId: () => string;
7
+ export declare const cacheProjectId: (id: string) => void;
8
+ export default function useProjectInfo(): {
9
+ loading: boolean;
10
+ list?: ProjectInfo[];
11
+ currentId?: string;
12
+ };
@@ -0,0 +1,8 @@
1
+ import React from "react";
2
+ interface SwitchThemeProps {
3
+ className?: string;
4
+ style?: React.CSSProperties;
5
+ renderTxt?(themeMode: 'dark' | 'light'): React.ReactNode;
6
+ }
7
+ declare const SwitchTheme: React.FC<SwitchThemeProps>;
8
+ export default SwitchTheme;
@@ -0,0 +1,9 @@
1
+ import React from "react";
2
+ export declare const AvatarSvg: (props: {
3
+ className?: string;
4
+ }) => JSX.Element;
5
+ export default function UserAvatar(props: {
6
+ avatar?: string;
7
+ style?: React.CSSProperties;
8
+ showBadge?: boolean;
9
+ }): JSX.Element;
@@ -8,6 +8,7 @@ interface UserAccountProps extends PopoverProps {
8
8
  className?: string;
9
9
  style?: React.CSSProperties;
10
10
  avatar?: string;
11
+ avatarStyle?: React.CSSProperties;
11
12
  renderTxt?(user: UserInfo): React.ReactNode;
12
13
  renderContent?(user: UserInfo): React.ReactNode;
13
14
  }
@@ -1,4 +1,6 @@
1
1
  import { LayoutProps } from "@/components/Layout/interface";
2
2
  export default function AntdLayout(props: Partial<LayoutProps & {
3
3
  children: any;
4
+ requiredProject: boolean;
5
+ isSysSettings: boolean;
4
6
  }>): JSX.Element;
@@ -1,41 +1,25 @@
1
- import { IMenu } from "@/components/BLayout/components/Menu";
1
+ import { IMenu } from "../BLayout/components/Menu";
2
+ import { ProjectInfo } from "./antd/components/ProjectSelect/useProjectInfo";
2
3
  export interface LayoutProps {
3
4
  layoutConfig: {
4
- mode: 'LT' | 'TB' | 'FS';
5
+ mode: 'LR' | 'TB' | 'TL';
5
6
  hideSider: boolean;
6
7
  hideHeader: boolean;
7
8
  enableSubSider: boolean;
9
+ hideLayoutPadding: boolean;
8
10
  };
9
- layoutMode: 'LR' | 'TB' | 'FS';
10
11
  title: string;
11
12
  logo: string;
12
13
  bgImage: string;
13
14
  menus: Array<IMenu>;
14
- recentlyVisited: Array<IMenu>;
15
- dynamicNavs: Array<{
16
- logo: string;
17
- url: string;
18
- text: string;
19
- }>;
20
- userInfo: {
21
- email: string;
22
- mobile: string;
23
- tenant_code: string;
24
- account_type: number;
25
- user_id: string;
26
- user_name: string;
27
- user_nick_name: string;
28
- roles: {
29
- role_code: string;
30
- role_name: string;
31
- }[];
32
- };
33
- supportNotification: boolean;
15
+ selectedMenu: IMenu;
16
+ isEmpty: boolean;
17
+ projectList: ProjectInfo[];
18
+ setLoading(loading: boolean): void;
19
+ updateQiankunProps(customProps: Record<string, any>): void;
20
+ currentLanguage: string;
34
21
  supportLanguages: Array<{
35
- code: string;
36
- name: string;
22
+ label: string;
23
+ value: string;
37
24
  }>;
38
- showAppDownload: boolean;
39
- currentLanguage: string;
40
- currentPhoneRegion: string;
41
25
  }
@@ -0,0 +1,13 @@
1
+ import React from 'react';
2
+ interface NotificationContentProps {
3
+ data: any;
4
+ onDetailClick: (data: any) => void;
5
+ onButtonClick: (operation: any, data: any) => void;
6
+ }
7
+ export declare const NotificationContent: React.FC<NotificationContentProps>;
8
+ interface NotificationTitleProps {
9
+ msgType: number | string;
10
+ title: string;
11
+ }
12
+ export declare const NotificationTitle: React.FC<NotificationTitleProps>;
13
+ export {};
@@ -0,0 +1,13 @@
1
+ import { IBusinessMessage } from '@/mqtt/business';
2
+ export declare class MessageNotificationManager {
3
+ private autoCloseDelay;
4
+ private currentNotificationKey;
5
+ private onDetailClickCallback?;
6
+ setOnDetailClickCallback(callback: (data: any) => void): void;
7
+ private parseOperationData;
8
+ private handleDetailClick;
9
+ private handleButtonClick;
10
+ handleMqttMessage(message: IBusinessMessage): void;
11
+ setAutoCloseDelay(seconds: number): void;
12
+ closeCurrentNotification(): void;
13
+ }
@@ -0,0 +1,3 @@
1
+ import { MessageNotificationManager } from './manager';
2
+ declare const messageNotificationManager: MessageNotificationManager;
3
+ export default messageNotificationManager;
@@ -6,6 +6,7 @@ export interface BreadcrumbInfo {
6
6
  name?: string;
7
7
  path?: string;
8
8
  render?(eleTitle: HTMLDivElement): React.ReactNode;
9
+ goBack?(): void;
9
10
  }
10
11
  export type BreadcrumbInfoInput = {
11
12
  type: 'auto' | 'root';
@@ -20,6 +21,15 @@ export type BreadcrumbInfoInput = {
20
21
  name: string;
21
22
  path: string;
22
23
  };
24
+ export type BreadcrumbActions = {
25
+ activeKey?: string;
26
+ onClick?(key: string): void;
27
+ options: Array<{
28
+ label: string;
29
+ value: string;
30
+ tooltip: string;
31
+ }>;
32
+ };
23
33
  interface MenuEntry {
24
34
  micro_app_name: string;
25
35
  oem_micro_app_id: string;
@@ -38,7 +48,8 @@ export declare function initHeaderInfoWithRouterChange(pathname: string, prevMic
38
48
  export declare function useHeader(): {
39
49
  prevMicroAppInfo: React.MutableRefObject<PrevMicroAppInfo>;
40
50
  headerInfo: BreadcrumbInfo[];
41
- setBreadcrumb: (breadcrumbInfos?: BreadcrumbInfoInput[]) => void;
51
+ actionsInfo: BreadcrumbActions;
52
+ setBreadcrumb: (breadcrumbInfos?: BreadcrumbInfoInput[], actions?: BreadcrumbActions) => void;
42
53
  };
43
54
  export type IBdbInfo = BreadcrumbInfo[];
44
55
  /**
@@ -48,6 +59,7 @@ export interface IMdb {
48
59
  bdbInfo: IBdbInfo;
49
60
  bdbProps?: BreadcrumbProps;
50
61
  itemBdbProps?: BreadcrumbItemProps;
62
+ actionsInfo?: BreadcrumbActions;
51
63
  hooks?: {
52
64
  /**
53
65
  * 功能:修改面包屑数据
@@ -55,5 +67,8 @@ export interface IMdb {
55
67
  modify: (bdbInfo: IBdbInfo) => void;
56
68
  };
57
69
  }
58
- export default function Header({ bdbInfo, bdbProps, itemBdbProps, hooks, }: IMdb): JSX.Element;
70
+ export declare const ArrowLeftIcon: (props: {
71
+ onClick?(): void;
72
+ }) => JSX.Element;
73
+ export default function Header(props: IMdb): JSX.Element;
59
74
  export {};
@@ -0,0 +1,3 @@
1
+ export default function EnterpriseList(props: {
2
+ afterSwitchEnterprise?(): void;
3
+ }): JSX.Element;
@@ -0,0 +1 @@
1
+ export default function PageEnterprise(props: any): JSX.Element;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { loadUserInfo } from "@/api/utils";
3
+ declare const AccountSetting: (props: {
4
+ userInfo?: Window['_SDF']['user'];
5
+ loadUserInfo?: () => Promise<void>;
6
+ extra?: {
7
+ beforeSlot?: React.FC;
8
+ afterSlot?: React.FC;
9
+ };
10
+ }) => JSX.Element;
11
+ export default AccountSetting;
@@ -1,2 +1 @@
1
- declare const SettingPage: (props: any) => JSX.Element;
2
- export default SettingPage;
1
+ export default function SettingPage(props: any): JSX.Element;
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ interface Option {
3
+ value?: string | number | null;
4
+ label: React.ReactNode;
5
+ children?: Option[];
6
+ isLeaf?: boolean;
7
+ }
8
+ interface RegionCascaderProps {
9
+ open?: boolean;
10
+ placeholder?: string;
11
+ value?: Array<string | number>;
12
+ defaultVal?: string;
13
+ onChange?: (value: Array<string | number>, selectedOptions?: Option[]) => void;
14
+ disabled?: boolean;
15
+ className?: string;
16
+ country?: string | number;
17
+ }
18
+ export default function RegionCascader(props: RegionCascaderProps): JSX.Element;
19
+ export {};
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ interface CountryRegionCascaderProps {
3
+ value?: string[] | number[];
4
+ placeholder?: string;
5
+ className?: string;
6
+ onChange?: (value: string[] | number[]) => void;
7
+ style?: React.CSSProperties;
8
+ }
9
+ export default function CountryRegionCascader(props: CountryRegionCascaderProps): JSX.Element;
10
+ export {};