@cloudtower/eagle 0.26.13 → 0.26.15
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/components/ExpandableList/ExpandIcon.d.ts +13 -0
- package/dist/components/ExpandableList/ExpandableContainer.d.ts +5 -0
- package/dist/components/ExpandableList/ExpandableItem.d.ts +9 -0
- package/dist/components/ExpandableList/RoundOrder.d.ts +6 -0
- package/dist/components/ExpandableList/__test__/h5_css.test.d.ts +1 -0
- package/dist/components.css +384 -339
- package/dist/esm/index.js +268 -196
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +11 -1
- package/dist/style.css +172 -127
- package/dist/umd/index.js +266 -194
- package/dist/umd/stats1.html +1 -1
- package/dist/variables.scss +1 -0
- package/package.json +5 -5
package/dist/style.css
CHANGED
|
@@ -29918,6 +29918,35 @@ html body {
|
|
|
29918
29918
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29919
29919
|
}
|
|
29920
29920
|
}
|
|
29921
|
+
.bpq0js6 {
|
|
29922
|
+
padding: 4px 11px;
|
|
29923
|
+
}
|
|
29924
|
+
|
|
29925
|
+
.b15sn34c {
|
|
29926
|
+
white-space: nowrap;
|
|
29927
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29928
|
+
}
|
|
29929
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29930
|
+
--color: #0080ff;
|
|
29931
|
+
}
|
|
29932
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
29933
|
+
--color: #0080ff;
|
|
29934
|
+
}
|
|
29935
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29936
|
+
margin-left: 1px;
|
|
29937
|
+
}
|
|
29938
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29939
|
+
border-top-right-radius: 0;
|
|
29940
|
+
border-bottom-right-radius: 0;
|
|
29941
|
+
}
|
|
29942
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29943
|
+
border-top-left-radius: 0;
|
|
29944
|
+
border-bottom-left-radius: 0;
|
|
29945
|
+
}
|
|
29946
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29947
|
+
border-radius: unset;
|
|
29948
|
+
}
|
|
29949
|
+
|
|
29921
29950
|
.buj61ew.ant-btn-icon-only {
|
|
29922
29951
|
justify-content: center;
|
|
29923
29952
|
}
|
|
@@ -30176,35 +30205,6 @@ html body {
|
|
|
30176
30205
|
padding: 0;
|
|
30177
30206
|
}
|
|
30178
30207
|
|
|
30179
|
-
.bpq0js6 {
|
|
30180
|
-
padding: 4px 11px;
|
|
30181
|
-
}
|
|
30182
|
-
|
|
30183
|
-
.b15sn34c {
|
|
30184
|
-
white-space: nowrap;
|
|
30185
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
30186
|
-
}
|
|
30187
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
30188
|
-
--color: #0080ff;
|
|
30189
|
-
}
|
|
30190
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
30191
|
-
--color: #0080ff;
|
|
30192
|
-
}
|
|
30193
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
30194
|
-
margin-left: 1px;
|
|
30195
|
-
}
|
|
30196
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
30197
|
-
border-top-right-radius: 0;
|
|
30198
|
-
border-bottom-right-radius: 0;
|
|
30199
|
-
}
|
|
30200
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
30201
|
-
border-top-left-radius: 0;
|
|
30202
|
-
border-bottom-left-radius: 0;
|
|
30203
|
-
}
|
|
30204
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
30205
|
-
border-radius: unset;
|
|
30206
|
-
}
|
|
30207
|
-
|
|
30208
30208
|
.fde5mpd {
|
|
30209
30209
|
width: 100%;
|
|
30210
30210
|
height: 100%;
|
|
@@ -30220,6 +30220,19 @@ html body {
|
|
|
30220
30220
|
font-size: 18px;
|
|
30221
30221
|
}
|
|
30222
30222
|
|
|
30223
|
+
.iap75of {
|
|
30224
|
+
height: 18px;
|
|
30225
|
+
line-height: 18px;
|
|
30226
|
+
padding: 0 4px;
|
|
30227
|
+
border-radius: 4px;
|
|
30228
|
+
background: rgba(235, 239, 245, 0.6);
|
|
30229
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30230
|
+
display: flex;
|
|
30231
|
+
align-items: center;
|
|
30232
|
+
white-space: nowrap;
|
|
30233
|
+
margin-right: 4px;
|
|
30234
|
+
}
|
|
30235
|
+
|
|
30223
30236
|
.i1mrf09m {
|
|
30224
30237
|
display: inline-flex;
|
|
30225
30238
|
align-items: center;
|
|
@@ -30238,19 +30251,6 @@ html body {
|
|
|
30238
30251
|
animation: rotate 680ms linear infinite;
|
|
30239
30252
|
}
|
|
30240
30253
|
|
|
30241
|
-
.iap75of {
|
|
30242
|
-
height: 18px;
|
|
30243
|
-
line-height: 18px;
|
|
30244
|
-
padding: 0 4px;
|
|
30245
|
-
border-radius: 4px;
|
|
30246
|
-
background: rgba(235, 239, 245, 0.6);
|
|
30247
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
30248
|
-
display: flex;
|
|
30249
|
-
align-items: center;
|
|
30250
|
-
white-space: nowrap;
|
|
30251
|
-
margin-right: 4px;
|
|
30252
|
-
}
|
|
30253
|
-
|
|
30254
30254
|
.obf05yr {
|
|
30255
30255
|
display: inline-block;
|
|
30256
30256
|
}
|
|
@@ -30489,63 +30489,6 @@ html body {
|
|
|
30489
30489
|
width: 36px;
|
|
30490
30490
|
}
|
|
30491
30491
|
|
|
30492
|
-
.p12gwtiw {
|
|
30493
|
-
display: flex;
|
|
30494
|
-
justify-content: space-between;
|
|
30495
|
-
align-items: center;
|
|
30496
|
-
padding: 10px 0;
|
|
30497
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30498
|
-
font-size: 12px;
|
|
30499
|
-
line-height: 24px;
|
|
30500
|
-
}
|
|
30501
|
-
.p12gwtiw .pagination-left {
|
|
30502
|
-
padding: 2px 8px;
|
|
30503
|
-
}
|
|
30504
|
-
.p12gwtiw .dropdown-trigger {
|
|
30505
|
-
display: flex;
|
|
30506
|
-
align-items: center;
|
|
30507
|
-
border-radius: 6px;
|
|
30508
|
-
cursor: pointer;
|
|
30509
|
-
transition: all 0.3s ease;
|
|
30510
|
-
}
|
|
30511
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30512
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30513
|
-
color: #0080ff;
|
|
30514
|
-
}
|
|
30515
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30516
|
-
margin-left: 4px;
|
|
30517
|
-
}
|
|
30518
|
-
.p12gwtiw .pagination-right {
|
|
30519
|
-
display: flex;
|
|
30520
|
-
align-items: center;
|
|
30521
|
-
color: #0080ff;
|
|
30522
|
-
font-weight: bold;
|
|
30523
|
-
}
|
|
30524
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
30525
|
-
margin-left: 4px;
|
|
30526
|
-
}
|
|
30527
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
30528
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
30529
|
-
padding: 0 8px;
|
|
30530
|
-
}
|
|
30531
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30532
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
30533
|
-
color: #0080ff;
|
|
30534
|
-
}
|
|
30535
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30536
|
-
transform: rotate(180deg);
|
|
30537
|
-
}
|
|
30538
|
-
|
|
30539
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30540
|
-
max-height: calc(100vh - 128px);
|
|
30541
|
-
overflow-y: auto;
|
|
30542
|
-
}
|
|
30543
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30544
|
-
padding: 4px 20px;
|
|
30545
|
-
font-size: 12px;
|
|
30546
|
-
line-height: 18px;
|
|
30547
|
-
}
|
|
30548
|
-
|
|
30549
30492
|
.cz04yix {
|
|
30550
30493
|
display: flex;
|
|
30551
30494
|
flex-direction: column;
|
|
@@ -31211,6 +31154,63 @@ input.rrg1fkn.ant-input {
|
|
|
31211
31154
|
border-bottom-left-radius: 0;
|
|
31212
31155
|
}
|
|
31213
31156
|
|
|
31157
|
+
.p12gwtiw {
|
|
31158
|
+
display: flex;
|
|
31159
|
+
justify-content: space-between;
|
|
31160
|
+
align-items: center;
|
|
31161
|
+
padding: 10px 0;
|
|
31162
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31163
|
+
font-size: 12px;
|
|
31164
|
+
line-height: 24px;
|
|
31165
|
+
}
|
|
31166
|
+
.p12gwtiw .pagination-left {
|
|
31167
|
+
padding: 2px 8px;
|
|
31168
|
+
}
|
|
31169
|
+
.p12gwtiw .dropdown-trigger {
|
|
31170
|
+
display: flex;
|
|
31171
|
+
align-items: center;
|
|
31172
|
+
border-radius: 6px;
|
|
31173
|
+
cursor: pointer;
|
|
31174
|
+
transition: all 0.3s ease;
|
|
31175
|
+
}
|
|
31176
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
31177
|
+
background: rgba(211, 218, 235, 0.6);
|
|
31178
|
+
color: #0080ff;
|
|
31179
|
+
}
|
|
31180
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
31181
|
+
margin-left: 4px;
|
|
31182
|
+
}
|
|
31183
|
+
.p12gwtiw .pagination-right {
|
|
31184
|
+
display: flex;
|
|
31185
|
+
align-items: center;
|
|
31186
|
+
color: #0080ff;
|
|
31187
|
+
font-weight: bold;
|
|
31188
|
+
}
|
|
31189
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
31190
|
+
margin-left: 4px;
|
|
31191
|
+
}
|
|
31192
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
31193
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
31194
|
+
padding: 0 8px;
|
|
31195
|
+
}
|
|
31196
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
31197
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
31198
|
+
color: #0080ff;
|
|
31199
|
+
}
|
|
31200
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
31201
|
+
transform: rotate(180deg);
|
|
31202
|
+
}
|
|
31203
|
+
|
|
31204
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
31205
|
+
max-height: calc(100vh - 128px);
|
|
31206
|
+
overflow-y: auto;
|
|
31207
|
+
}
|
|
31208
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
31209
|
+
padding: 4px 20px;
|
|
31210
|
+
font-size: 12px;
|
|
31211
|
+
line-height: 18px;
|
|
31212
|
+
}
|
|
31213
|
+
|
|
31214
31214
|
.s34f1qb.ant-switch {
|
|
31215
31215
|
min-width: 40px;
|
|
31216
31216
|
height: 24px;
|
|
@@ -32274,6 +32274,35 @@ input.rrg1fkn.ant-input {
|
|
|
32274
32274
|
margin-left: 24px;
|
|
32275
32275
|
}
|
|
32276
32276
|
|
|
32277
|
+
.c10crapj {
|
|
32278
|
+
border-radius: 8px;
|
|
32279
|
+
}
|
|
32280
|
+
.c10crapj .ant-card-body {
|
|
32281
|
+
padding: 20px 24px 24px 24px;
|
|
32282
|
+
}
|
|
32283
|
+
|
|
32284
|
+
.cav9p2m .ant-collapse-item {
|
|
32285
|
+
border: 0px;
|
|
32286
|
+
background-color: #fff;
|
|
32287
|
+
}
|
|
32288
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header {
|
|
32289
|
+
padding-top: 0px;
|
|
32290
|
+
padding-bottom: 0px;
|
|
32291
|
+
padding-left: 0px !important;
|
|
32292
|
+
padding-right: 24px;
|
|
32293
|
+
}
|
|
32294
|
+
.cav9p2m .ant-collapse-item .ant-collapse-header .ant-collapse-arrow {
|
|
32295
|
+
right: 0px;
|
|
32296
|
+
}
|
|
32297
|
+
.cav9p2m .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
|
|
32298
|
+
padding: 0px;
|
|
32299
|
+
}
|
|
32300
|
+
|
|
32301
|
+
.csf0p6c .ant-collapse-item .ant-collapse-header {
|
|
32302
|
+
padding-right: 0px;
|
|
32303
|
+
cursor: default;
|
|
32304
|
+
}
|
|
32305
|
+
|
|
32277
32306
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32278
32307
|
border-radius: 6px;
|
|
32279
32308
|
}
|
|
@@ -32611,6 +32640,10 @@ input.rrg1fkn.ant-input {
|
|
|
32611
32640
|
background: rgba(163, 180, 204, 0.18);
|
|
32612
32641
|
}
|
|
32613
32642
|
|
|
32643
|
+
.c1k4vanq {
|
|
32644
|
+
padding: 0 16px 14px 16px;
|
|
32645
|
+
}
|
|
32646
|
+
|
|
32614
32647
|
.c1udgdh2 {
|
|
32615
32648
|
color: #2d3a56;
|
|
32616
32649
|
padding: 12px 16px 10px 16px;
|
|
@@ -32651,10 +32684,6 @@ input.rrg1fkn.ant-input {
|
|
|
32651
32684
|
margin-right: 2px;
|
|
32652
32685
|
}
|
|
32653
32686
|
|
|
32654
|
-
.c1k4vanq {
|
|
32655
|
-
padding: 0 16px 14px 16px;
|
|
32656
|
-
}
|
|
32657
|
-
|
|
32658
32687
|
.bab9xum {
|
|
32659
32688
|
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32660
32689
|
}
|
|
@@ -32664,6 +32693,22 @@ input.rrg1fkn.ant-input {
|
|
|
32664
32693
|
background-color: white;
|
|
32665
32694
|
}
|
|
32666
32695
|
|
|
32696
|
+
.rrwcpby {
|
|
32697
|
+
display: flex;
|
|
32698
|
+
align-items: center;
|
|
32699
|
+
}
|
|
32700
|
+
.rrwcpby .order {
|
|
32701
|
+
height: 24px;
|
|
32702
|
+
width: 24px;
|
|
32703
|
+
border-radius: 20px;
|
|
32704
|
+
color: #0080ff;
|
|
32705
|
+
background: rgba(0, 136, 255, 0.1);
|
|
32706
|
+
display: flex;
|
|
32707
|
+
align-items: center;
|
|
32708
|
+
justify-content: center;
|
|
32709
|
+
margin-right: 6px;
|
|
32710
|
+
}
|
|
32711
|
+
|
|
32667
32712
|
.tc40oxa {
|
|
32668
32713
|
margin-bottom: 4px;
|
|
32669
32714
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32916,11 +32961,6 @@ input.rrg1fkn.ant-input {
|
|
|
32916
32961
|
height: 16px;
|
|
32917
32962
|
}
|
|
32918
32963
|
|
|
32919
|
-
.iwsze0q {
|
|
32920
|
-
margin-right: 4px;
|
|
32921
|
-
height: 16px;
|
|
32922
|
-
}
|
|
32923
|
-
|
|
32924
32964
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
32925
32965
|
display: var(--at4ovwe-0);
|
|
32926
32966
|
}
|
|
@@ -32967,6 +33007,30 @@ input.rrg1fkn.ant-input {
|
|
|
32967
33007
|
font-size: inherit;
|
|
32968
33008
|
}
|
|
32969
33009
|
|
|
33010
|
+
.iwsze0q {
|
|
33011
|
+
margin-right: 4px;
|
|
33012
|
+
height: 16px;
|
|
33013
|
+
}
|
|
33014
|
+
|
|
33015
|
+
.feau332.ant-form-item {
|
|
33016
|
+
margin-bottom: 0;
|
|
33017
|
+
}
|
|
33018
|
+
.feau332 .ant-form-item-explain {
|
|
33019
|
+
display: none;
|
|
33020
|
+
min-height: 18px;
|
|
33021
|
+
margin-top: 5px;
|
|
33022
|
+
font-family: "Inter";
|
|
33023
|
+
font-weight: 400;
|
|
33024
|
+
font-size: 12px;
|
|
33025
|
+
line-height: 18px;
|
|
33026
|
+
}
|
|
33027
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33028
|
+
white-space: pre-wrap;
|
|
33029
|
+
}
|
|
33030
|
+
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33031
|
+
display: block;
|
|
33032
|
+
}
|
|
33033
|
+
|
|
32970
33034
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
32971
33035
|
display: var(--a6dbbkm-0);
|
|
32972
33036
|
}
|
|
@@ -32996,23 +33060,4 @@ input.rrg1fkn.ant-input {
|
|
|
32996
33060
|
margin: 0;
|
|
32997
33061
|
height: auto;
|
|
32998
33062
|
font-size: inherit;
|
|
32999
|
-
}
|
|
33000
|
-
|
|
33001
|
-
.feau332.ant-form-item {
|
|
33002
|
-
margin-bottom: 0;
|
|
33003
|
-
}
|
|
33004
|
-
.feau332 .ant-form-item-explain {
|
|
33005
|
-
display: none;
|
|
33006
|
-
min-height: 18px;
|
|
33007
|
-
margin-top: 5px;
|
|
33008
|
-
font-family: "Inter";
|
|
33009
|
-
font-weight: 400;
|
|
33010
|
-
font-size: 12px;
|
|
33011
|
-
line-height: 18px;
|
|
33012
|
-
}
|
|
33013
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
|
|
33014
|
-
white-space: pre-wrap;
|
|
33015
|
-
}
|
|
33016
|
-
.feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
|
|
33017
|
-
display: block;
|
|
33018
33063
|
}
|