@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.
- package/dark-variable.less +1 -3
- package/dist/{131.95cff292.chunk.js → 131.40499d1c.chunk.js} +1 -1
- package/dist/{131.95cff292.chunk.js.map → 131.40499d1c.chunk.js.map} +1 -1
- package/dist/api/index.d.ts +7 -7
- package/dist/api/urls.d.ts +17 -0
- package/dist/components/403/index.d.ts +4 -1
- package/dist/components/BLayout/components/Logo.d.ts +4 -1
- package/dist/components/BLayout/components/MenuIcon.d.ts +2 -1
- package/dist/components/BLogin/component/UserName/index.d.ts +6 -3
- package/dist/components/BLogin/component/VerifyCode/VerifyCodeInput.d.ts +6 -0
- package/dist/components/ImageUpload/index.d.ts +4 -0
- package/dist/components/ImageUpload/utils.d.ts +1 -0
- package/dist/components/Layout/antd/Header/index.d.ts +11 -1
- package/dist/components/Layout/antd/Menu/BaseMenu.d.ts +1 -1
- package/dist/components/Layout/antd/Menu/HorizontalMenu/index.d.ts +1 -0
- package/dist/components/Layout/antd/Menu/index.d.ts +3 -0
- package/dist/components/Layout/antd/Sider/index.d.ts +2 -0
- package/dist/components/Layout/antd/components/AppDownload/index.d.ts +2 -6
- package/dist/components/Layout/antd/components/DynamicNavs/index.d.ts +1 -0
- package/dist/components/Layout/antd/components/NavItem/index.d.ts +2 -1
- package/dist/components/Layout/antd/components/ProjectSelect/index.d.ts +4 -0
- package/dist/components/Layout/antd/components/ProjectSelect/useOrgInfo.d.ts +44 -0
- package/dist/components/Layout/antd/components/UserAccount/UserAvatar.d.ts +8 -0
- package/dist/components/Layout/antd/components/UserAccount/index.d.ts +1 -0
- package/dist/components/Layout/antd/index.d.ts +2 -0
- package/dist/components/Layout/interface.d.ts +5 -1
- package/dist/components/MicroComponent/Header/index.d.ts +21 -2
- package/dist/components/PEnterprise/EnterpriseList.d.ts +3 -1
- package/dist/components/PSetting/AccountSetting.d.ts +10 -1
- package/dist/components/Register/components/CountryRegionCascader/RegionCascader.d.ts +19 -0
- package/dist/components/Register/components/CountryRegionCascader/index.d.ts +10 -0
- package/dist/components/Register/components/CountryRegionCascader/services.d.ts +9 -0
- package/dist/components/Register/components/RegisterForm/AccountForm.d.ts +23 -0
- package/dist/components/Register/components/RegisterForm/EnterpriseForm.d.ts +2 -0
- package/dist/components/Register/components/RegisterForm/index.d.ts +7 -0
- package/dist/components/Register/components/RegisterResult/index.d.ts +3 -0
- package/dist/components/Register/index.d.ts +1 -0
- package/dist/en.json +60 -6
- package/dist/hooks/index.d.ts +9 -4
- package/dist/index.d.ts +6 -1
- package/dist/lang/utils.d.ts +1 -1
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.LICENSE.txt +43 -0
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +739 -423
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +7 -2
- package/dist/pages/403.d.ts +4 -1
- package/dist/pages/home/notice/hooks.d.ts +2 -2
- package/dist/qiankun/utils/index.d.ts +7 -5
- package/dist/static/img/5ed883a35968f1f1cd89.png +0 -0
- package/dist/static/img/7d9900e808e2197745be.png +0 -0
- package/dist/static/img/a10132bbdef90aa7baaf.png +0 -0
- package/dist/static/img/a20c372b6039996ba351.png +0 -0
- package/dist/static/img/b765d4caa82d7e5eae80.png +0 -0
- package/dist/utils/common.d.ts +6 -0
- package/dist/utils/index.d.ts +87 -5
- package/dist/utils/theme/antd5/index.d.ts +57 -141
- package/dist/utils/theme/antd5/token.d.ts +65 -138
- package/dist/utils/theme/store.d.ts +114 -282
- package/dist/zh.json +56 -4
- 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
|
+
*/
|