@tuya-sat/sdf-main-sdk 2.0.0-alpha.99 → 2.0.1-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.
Files changed (62) hide show
  1. package/dark-variable.less +1 -3
  2. package/dist/{131.95cff292.chunk.js → 131.40499d1c.chunk.js} +1 -1
  3. package/dist/{131.95cff292.chunk.js.map → 131.40499d1c.chunk.js.map} +1 -1
  4. package/dist/api/index.d.ts +7 -7
  5. package/dist/api/urls.d.ts +17 -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/BLayout/components/MenuIcon.d.ts +2 -1
  9. package/dist/components/BLogin/component/UserName/index.d.ts +6 -3
  10. package/dist/components/BLogin/component/VerifyCode/VerifyCodeInput.d.ts +6 -0
  11. package/dist/components/ImageUpload/index.d.ts +4 -0
  12. package/dist/components/ImageUpload/utils.d.ts +1 -0
  13. package/dist/components/Layout/antd/Header/index.d.ts +11 -1
  14. package/dist/components/Layout/antd/Menu/BaseMenu.d.ts +1 -1
  15. package/dist/components/Layout/antd/Menu/HorizontalMenu/index.d.ts +1 -0
  16. package/dist/components/Layout/antd/Menu/index.d.ts +3 -0
  17. package/dist/components/Layout/antd/Sider/index.d.ts +2 -0
  18. package/dist/components/Layout/antd/components/AppDownload/index.d.ts +2 -6
  19. package/dist/components/Layout/antd/components/DynamicNavs/index.d.ts +1 -0
  20. package/dist/components/Layout/antd/components/NavItem/index.d.ts +2 -1
  21. package/dist/components/Layout/antd/components/ProjectSelect/index.d.ts +4 -0
  22. package/dist/components/Layout/antd/components/ProjectSelect/useOrgInfo.d.ts +44 -0
  23. package/dist/components/Layout/antd/components/UserAccount/UserAvatar.d.ts +8 -0
  24. package/dist/components/Layout/antd/components/UserAccount/index.d.ts +1 -0
  25. package/dist/components/Layout/antd/index.d.ts +2 -0
  26. package/dist/components/Layout/interface.d.ts +5 -1
  27. package/dist/components/MicroComponent/Header/index.d.ts +21 -2
  28. package/dist/components/PEnterprise/EnterpriseList.d.ts +3 -1
  29. package/dist/components/PSetting/AccountSetting.d.ts +10 -1
  30. package/dist/components/Register/components/CountryRegionCascader/RegionCascader.d.ts +19 -0
  31. package/dist/components/Register/components/CountryRegionCascader/index.d.ts +10 -0
  32. package/dist/components/Register/components/CountryRegionCascader/services.d.ts +9 -0
  33. package/dist/components/Register/components/RegisterForm/AccountForm.d.ts +23 -0
  34. package/dist/components/Register/components/RegisterForm/EnterpriseForm.d.ts +2 -0
  35. package/dist/components/Register/components/RegisterForm/index.d.ts +7 -0
  36. package/dist/components/Register/components/RegisterResult/index.d.ts +3 -0
  37. package/dist/components/Register/index.d.ts +1 -0
  38. package/dist/en.json +60 -6
  39. package/dist/hooks/index.d.ts +9 -4
  40. package/dist/index.d.ts +6 -1
  41. package/dist/lang/utils.d.ts +1 -1
  42. package/dist/main.bundle.js +1 -1
  43. package/dist/main.bundle.js.LICENSE.txt +43 -0
  44. package/dist/main.bundle.js.map +1 -1
  45. package/dist/main.css +739 -423
  46. package/dist/main.css.map +1 -1
  47. package/dist/manifest.json +7 -2
  48. package/dist/pages/403.d.ts +4 -1
  49. package/dist/pages/home/notice/hooks.d.ts +2 -2
  50. package/dist/qiankun/utils/index.d.ts +7 -5
  51. package/dist/static/img/5ed883a35968f1f1cd89.png +0 -0
  52. package/dist/static/img/7d9900e808e2197745be.png +0 -0
  53. package/dist/static/img/a10132bbdef90aa7baaf.png +0 -0
  54. package/dist/static/img/a20c372b6039996ba351.png +0 -0
  55. package/dist/static/img/b765d4caa82d7e5eae80.png +0 -0
  56. package/dist/utils/common.d.ts +6 -0
  57. package/dist/utils/index.d.ts +87 -5
  58. package/dist/utils/theme/antd5/index.d.ts +57 -141
  59. package/dist/utils/theme/antd5/token.d.ts +65 -138
  60. package/dist/utils/theme/store.d.ts +114 -282
  61. package/dist/zh.json +56 -4
  62. package/package.json +5 -1
@@ -36,6 +36,25 @@ PERFORMANCE OF THIS SOFTWARE.
36
36
 
37
37
  /*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
38
38
 
39
+ /**
40
+ * @license
41
+ * Lodash <https://lodash.com/>
42
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
43
+ * Released under MIT license <https://lodash.com/license>
44
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
45
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
46
+ */
47
+
48
+ /**
49
+ * @license React
50
+ * react-is.production.min.js
51
+ *
52
+ * Copyright (c) Facebook, Inc. and its affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
57
+
39
58
  /**
40
59
  * @license React
41
60
  * react-jsx-runtime.production.min.js
@@ -46,6 +65,21 @@ PERFORMANCE OF THIS SOFTWARE.
46
65
  * LICENSE file in the root directory of this source tree.
47
66
  */
48
67
 
68
+ /**
69
+ * Checks if an event is supported in the current execution environment.
70
+ *
71
+ * NOTE: This will not work correctly for non-generic events such as `change`,
72
+ * `reset`, `load`, `error`, and `select`.
73
+ *
74
+ * Borrows from Modernizr.
75
+ *
76
+ * @param {string} eventNameSuffix Event name, e.g. "click".
77
+ * @param {?boolean} capture Check if the capture phase is supported.
78
+ * @return {boolean} True if the event is supported.
79
+ * @internal
80
+ * @license Modernizr 3.0.0pre (Custom Build) | MIT
81
+ */
82
+
49
83
  /**
50
84
  * [js-sha256]{@link https://github.com/emn178/js-sha256}
51
85
  *
@@ -54,3 +88,12 @@ PERFORMANCE OF THIS SOFTWARE.
54
88
  * @copyright Chen, Yi-Cyuan 2014-2017
55
89
  * @license MIT
56
90
  */
91
+
92
+ /** @license React v16.13.1
93
+ * react-is.production.min.js
94
+ *
95
+ * Copyright (c) Facebook, Inc. and its affiliates.
96
+ *
97
+ * This source code is licensed under the MIT license found in the
98
+ * LICENSE file in the root directory of this source tree.
99
+ */