@tuya-sat/sdf-main-sdk 6.0.17 → 6.1.0
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.a3cb83a3.chunk.js → 364.76c2a18c.chunk.js} +1 -1
- package/dist/{364.a3cb83a3.chunk.js.map → 364.76c2a18c.chunk.js.map} +1 -1
- package/dist/api/urls.d.ts +2 -0
- package/dist/components/Layout/antd/components/HomeSelect/useHomeInfo.d.ts +8 -5
- package/dist/components/Layout/interface.d.ts +1 -1
- package/dist/components/MicroComponent/Header/index.d.ts +2 -1
- package/dist/components/NoProjectPage/index.d.ts +4 -0
- package/dist/components/NoProjectPage/svg.d.ts +1 -0
- package/dist/en.json +8 -2
- package/dist/index.d.ts +27 -6
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +53 -5
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +2 -2
- package/dist/mqtt/index.d.ts +10 -5
- package/dist/pages/noProject.d.ts +5 -0
- package/dist/qiankun/xhook/index.d.ts +2 -0
- package/dist/utils/common.d.ts +2 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/switchHome.d.ts +19 -0
- package/dist/utils/theme/antd5/index.d.ts +4 -0
- package/dist/utils/theme/antd5/token.d.ts +4 -0
- package/dist/utils/theme/store.d.ts +8 -0
- package/dist/zh.json +9 -3
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -286,7 +286,7 @@ body.dark .purchaseCard__awz8N:nth-of-type(2)::after {
|
|
|
286
286
|
display: flex;
|
|
287
287
|
flex-direction: column;
|
|
288
288
|
width: 100%;
|
|
289
|
-
padding:
|
|
289
|
+
padding: 20px 28px;
|
|
290
290
|
}
|
|
291
291
|
.header__kcggd:after {
|
|
292
292
|
content: '';
|
|
@@ -319,7 +319,7 @@ body.dark .purchaseCard__awz8N:nth-of-type(2)::after {
|
|
|
319
319
|
justify-content: center;
|
|
320
320
|
position: absolute;
|
|
321
321
|
right: 28px;
|
|
322
|
-
top:
|
|
322
|
+
top: 20px;
|
|
323
323
|
width: 36px;
|
|
324
324
|
height: 36px;
|
|
325
325
|
border-radius: 8px;
|
|
@@ -1612,6 +1612,10 @@ body.light .trdMenu__gAY5a .main-menu-item-selected {
|
|
|
1612
1612
|
overflow: hidden;
|
|
1613
1613
|
cursor: pointer;
|
|
1614
1614
|
}
|
|
1615
|
+
.navItem__pMpDc > svg,
|
|
1616
|
+
.navItem__pMpDc > .anticon__Ybw7T {
|
|
1617
|
+
flex-shrink: 0;
|
|
1618
|
+
}
|
|
1615
1619
|
.navItem__pMpDc .anticon {
|
|
1616
1620
|
padding: 1px;
|
|
1617
1621
|
font-size: 14px;
|
|
@@ -2044,14 +2048,15 @@ body.light .circle__l8iGG .main-badge-count {
|
|
|
2044
2048
|
.layoutHeader__hSm9v {
|
|
2045
2049
|
display: flex;
|
|
2046
2050
|
align-items: center;
|
|
2047
|
-
height:
|
|
2051
|
+
height: 56px;
|
|
2048
2052
|
line-height: inherit;
|
|
2049
2053
|
padding: 0 28px;
|
|
2050
2054
|
flex-direction: row;
|
|
2051
2055
|
color: var(--main-app-navigate-text);
|
|
2052
|
-
background-color: var(--main-app-
|
|
2056
|
+
background-color: var(--main-app-menu-bg);
|
|
2053
2057
|
transition: all 0.2s;
|
|
2054
|
-
|
|
2058
|
+
z-index: 1;
|
|
2059
|
+
box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
|
|
2055
2060
|
}
|
|
2056
2061
|
.siteInfo__X3cGp {
|
|
2057
2062
|
flex: none;
|
|
@@ -2409,6 +2414,49 @@ body.light .foldBtnFixed__tZVuF:hover {
|
|
|
2409
2414
|
color: #fff !important;
|
|
2410
2415
|
}
|
|
2411
2416
|
|
|
2417
|
+
.container__C1vDv {
|
|
2418
|
+
text-align: center;
|
|
2419
|
+
/* NoProjectSvg 插图配色(亮色) */
|
|
2420
|
+
--np-ellipse: rgba(106, 118, 146, 0.05);
|
|
2421
|
+
--np-line: #c9cdd4;
|
|
2422
|
+
--np-muted: #e5e6eb;
|
|
2423
|
+
--np-surface: #f2f3f5;
|
|
2424
|
+
--np-panel: #ffffff;
|
|
2425
|
+
}
|
|
2426
|
+
.container__C1vDv svg {
|
|
2427
|
+
height: 100px;
|
|
2428
|
+
margin-bottom: 24px;
|
|
2429
|
+
}
|
|
2430
|
+
.img__XMB8V {
|
|
2431
|
+
width: 100px;
|
|
2432
|
+
height: 100px;
|
|
2433
|
+
}
|
|
2434
|
+
.title__GbWu6 {
|
|
2435
|
+
color: rgba(0, 0, 0, 0.85);
|
|
2436
|
+
font-size: 24px;
|
|
2437
|
+
line-height: 1.8;
|
|
2438
|
+
text-align: center;
|
|
2439
|
+
}
|
|
2440
|
+
.desc__wvzro {
|
|
2441
|
+
color: rgba(0, 0, 0, 0.45);
|
|
2442
|
+
font-size: 14px;
|
|
2443
|
+
line-height: 1.6;
|
|
2444
|
+
text-align: center;
|
|
2445
|
+
}
|
|
2446
|
+
body.dark .container__C1vDv {
|
|
2447
|
+
--np-ellipse: rgba(168, 176, 196, 0.12);
|
|
2448
|
+
--np-line: #636872;
|
|
2449
|
+
--np-muted: #3e424b;
|
|
2450
|
+
--np-surface: #2b2f3a;
|
|
2451
|
+
--np-panel: #383c46;
|
|
2452
|
+
}
|
|
2453
|
+
body.dark .title__GbWu6 {
|
|
2454
|
+
color: hsla(0, 0%, 100%, 0.85);
|
|
2455
|
+
}
|
|
2456
|
+
body.dark .desc__wvzro {
|
|
2457
|
+
color: hsla(0, 0%, 100%, 0.45);
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2412
2460
|
:global .ant-pagination .ant-pagination-item-active,
|
|
2413
2461
|
:global .main-pagination .main-pagination-item-active:hover {
|
|
2414
2462
|
border-color: transparent !important;
|