@cloudtower/eagle 0.27.0-alpha.0 → 0.27.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/components.css +251 -215
- package/dist/core/AccordionCard/index.d.ts +16 -0
- package/dist/core/DetailCard/index.d.ts +4 -0
- package/dist/coreX/DropdownTransition/index.d.ts +6 -0
- package/dist/esm/index.js +908 -773
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/spec/base.d.ts +7 -1
- package/dist/spec/type.d.ts +15 -0
- package/dist/style.css +486 -450
- package/dist/umd/index.js +906 -773
- package/dist/umd/stats1.html +1 -1
- package/package.json +7 -5
package/dist/components.css
CHANGED
|
@@ -29843,14 +29843,10 @@ html body {
|
|
|
29843
29843
|
.buj61ew.ant-btn-icon-only {
|
|
29844
29844
|
justify-content: center;
|
|
29845
29845
|
}
|
|
29846
|
-
.buj61ew.ant-btn.ant-btn-link {
|
|
29847
|
-
padding: 0;
|
|
29848
|
-
}
|
|
29849
29846
|
.buj61ew.ant-btn {
|
|
29850
29847
|
display: inline-flex;
|
|
29851
29848
|
align-items: center;
|
|
29852
29849
|
justify-content: center;
|
|
29853
|
-
padding: 5px 12px;
|
|
29854
29850
|
height: 32px;
|
|
29855
29851
|
border-radius: 6px;
|
|
29856
29852
|
line-height: 22px;
|
|
@@ -29860,10 +29856,8 @@ html body {
|
|
|
29860
29856
|
.buj61ew.ant-btn.ant-btn-lg {
|
|
29861
29857
|
height: 40px;
|
|
29862
29858
|
line-height: 24px;
|
|
29863
|
-
padding: 8px 16px;
|
|
29864
29859
|
}
|
|
29865
29860
|
.buj61ew.ant-btn.ant-btn-sm {
|
|
29866
|
-
padding: 2px 8px;
|
|
29867
29861
|
height: 24px;
|
|
29868
29862
|
line-height: 20px;
|
|
29869
29863
|
}
|
|
@@ -30180,59 +30174,61 @@ html body {
|
|
|
30180
30174
|
position: absolute;
|
|
30181
30175
|
}
|
|
30182
30176
|
|
|
30183
|
-
.
|
|
30184
|
-
|
|
30185
|
-
|
|
30186
|
-
|
|
30187
|
-
|
|
30188
|
-
|
|
30189
|
-
|
|
30190
|
-
|
|
30191
|
-
}
|
|
30192
|
-
.s34f1qb.ant-switch-small {
|
|
30193
|
-
min-width: 26px;
|
|
30194
|
-
height: 16px;
|
|
30195
|
-
}
|
|
30196
|
-
.s34f1qb.ant-switch-large {
|
|
30197
|
-
min-width: 52px;
|
|
30198
|
-
height: 32px;
|
|
30177
|
+
.p12gwtiw {
|
|
30178
|
+
display: flex;
|
|
30179
|
+
justify-content: space-between;
|
|
30180
|
+
align-items: center;
|
|
30181
|
+
padding: 10px 0;
|
|
30182
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30183
|
+
font-size: 12px;
|
|
30184
|
+
line-height: 24px;
|
|
30199
30185
|
}
|
|
30200
|
-
.
|
|
30201
|
-
|
|
30202
|
-
width: 20px;
|
|
30186
|
+
.p12gwtiw .pagination-left {
|
|
30187
|
+
padding: 2px 8px;
|
|
30203
30188
|
}
|
|
30204
|
-
.
|
|
30205
|
-
|
|
30206
|
-
|
|
30189
|
+
.p12gwtiw .dropdown-trigger {
|
|
30190
|
+
display: flex;
|
|
30191
|
+
align-items: center;
|
|
30192
|
+
border-radius: 6px;
|
|
30193
|
+
cursor: pointer;
|
|
30194
|
+
transition: all 0.3s ease;
|
|
30207
30195
|
}
|
|
30208
|
-
.
|
|
30209
|
-
|
|
30210
|
-
|
|
30211
|
-
top: 1px;
|
|
30212
|
-
left: 1px;
|
|
30196
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30197
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30198
|
+
color: #0080ff;
|
|
30213
30199
|
}
|
|
30214
|
-
.
|
|
30215
|
-
|
|
30216
|
-
width: 28px;
|
|
30200
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30201
|
+
margin-left: 4px;
|
|
30217
30202
|
}
|
|
30218
|
-
.
|
|
30219
|
-
|
|
30203
|
+
.p12gwtiw .pagination-right {
|
|
30204
|
+
display: flex;
|
|
30205
|
+
align-items: center;
|
|
30206
|
+
color: #0080ff;
|
|
30207
|
+
font-weight: bold;
|
|
30220
30208
|
}
|
|
30221
|
-
.
|
|
30222
|
-
|
|
30209
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30210
|
+
margin-left: 4px;
|
|
30223
30211
|
}
|
|
30224
|
-
.
|
|
30225
|
-
|
|
30212
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30213
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30214
|
+
padding: 0 8px;
|
|
30226
30215
|
}
|
|
30227
|
-
.
|
|
30228
|
-
|
|
30216
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30217
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30218
|
+
color: #0080ff;
|
|
30229
30219
|
}
|
|
30230
|
-
.
|
|
30231
|
-
|
|
30220
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30221
|
+
transform: rotate(180deg);
|
|
30232
30222
|
}
|
|
30233
30223
|
|
|
30234
|
-
.
|
|
30235
|
-
|
|
30224
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30225
|
+
max-height: calc(100vh - 128px);
|
|
30226
|
+
overflow-y: auto;
|
|
30227
|
+
}
|
|
30228
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30229
|
+
padding: 4px 20px;
|
|
30230
|
+
font-size: 12px;
|
|
30231
|
+
line-height: 18px;
|
|
30236
30232
|
}
|
|
30237
30233
|
|
|
30238
30234
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -30381,63 +30377,6 @@ html body {
|
|
|
30381
30377
|
width: 36px;
|
|
30382
30378
|
}
|
|
30383
30379
|
|
|
30384
|
-
.p12gwtiw {
|
|
30385
|
-
display: flex;
|
|
30386
|
-
justify-content: space-between;
|
|
30387
|
-
align-items: center;
|
|
30388
|
-
padding: 10px 0;
|
|
30389
|
-
color: rgba(44, 56, 82, 0.6);
|
|
30390
|
-
font-size: 12px;
|
|
30391
|
-
line-height: 24px;
|
|
30392
|
-
}
|
|
30393
|
-
.p12gwtiw .pagination-left {
|
|
30394
|
-
padding: 2px 8px;
|
|
30395
|
-
}
|
|
30396
|
-
.p12gwtiw .dropdown-trigger {
|
|
30397
|
-
display: flex;
|
|
30398
|
-
align-items: center;
|
|
30399
|
-
border-radius: 6px;
|
|
30400
|
-
cursor: pointer;
|
|
30401
|
-
transition: all 0.3s ease;
|
|
30402
|
-
}
|
|
30403
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
30404
|
-
background: rgba(211, 218, 235, 0.6);
|
|
30405
|
-
color: #0080ff;
|
|
30406
|
-
}
|
|
30407
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30408
|
-
margin-left: 4px;
|
|
30409
|
-
}
|
|
30410
|
-
.p12gwtiw .pagination-right {
|
|
30411
|
-
display: flex;
|
|
30412
|
-
align-items: center;
|
|
30413
|
-
color: #0080ff;
|
|
30414
|
-
font-weight: bold;
|
|
30415
|
-
}
|
|
30416
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
30417
|
-
margin-left: 4px;
|
|
30418
|
-
}
|
|
30419
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
30420
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
30421
|
-
padding: 0 8px;
|
|
30422
|
-
}
|
|
30423
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30424
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
30425
|
-
color: #0080ff;
|
|
30426
|
-
}
|
|
30427
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30428
|
-
transform: rotate(180deg);
|
|
30429
|
-
}
|
|
30430
|
-
|
|
30431
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30432
|
-
max-height: calc(100vh - 128px);
|
|
30433
|
-
overflow-y: auto;
|
|
30434
|
-
}
|
|
30435
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30436
|
-
padding: 4px 20px;
|
|
30437
|
-
font-size: 12px;
|
|
30438
|
-
line-height: 18px;
|
|
30439
|
-
}
|
|
30440
|
-
|
|
30441
30380
|
.cz04yix {
|
|
30442
30381
|
display: flex;
|
|
30443
30382
|
flex-direction: column;
|
|
@@ -31050,6 +30989,61 @@ input.rrg1fkn.ant-input {
|
|
|
31050
30989
|
border-bottom-left-radius: 0;
|
|
31051
30990
|
}
|
|
31052
30991
|
|
|
30992
|
+
.s34f1qb.ant-switch {
|
|
30993
|
+
min-width: 40px;
|
|
30994
|
+
height: 24px;
|
|
30995
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30996
|
+
overflow: hidden;
|
|
30997
|
+
}
|
|
30998
|
+
.s34f1qb.ant-switch:focus {
|
|
30999
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
31000
|
+
}
|
|
31001
|
+
.s34f1qb.ant-switch-small {
|
|
31002
|
+
min-width: 26px;
|
|
31003
|
+
height: 16px;
|
|
31004
|
+
}
|
|
31005
|
+
.s34f1qb.ant-switch-large {
|
|
31006
|
+
min-width: 52px;
|
|
31007
|
+
height: 32px;
|
|
31008
|
+
}
|
|
31009
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
31010
|
+
height: 20px;
|
|
31011
|
+
width: 20px;
|
|
31012
|
+
}
|
|
31013
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
31014
|
+
border-radius: 10px;
|
|
31015
|
+
transition-delay: 120ms;
|
|
31016
|
+
}
|
|
31017
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
31018
|
+
height: 14px;
|
|
31019
|
+
width: 14px;
|
|
31020
|
+
top: 1px;
|
|
31021
|
+
left: 1px;
|
|
31022
|
+
}
|
|
31023
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
31024
|
+
height: 28px;
|
|
31025
|
+
width: 28px;
|
|
31026
|
+
}
|
|
31027
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
31028
|
+
border-radius: 14px;
|
|
31029
|
+
}
|
|
31030
|
+
.s34f1qb.ant-switch-checked {
|
|
31031
|
+
background-color: #00ba5d;
|
|
31032
|
+
}
|
|
31033
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
31034
|
+
left: calc(100% - 20px - 2px);
|
|
31035
|
+
}
|
|
31036
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
31037
|
+
left: calc(100% - 14px - 1px);
|
|
31038
|
+
}
|
|
31039
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
31040
|
+
left: calc(100% - 28px - 2px);
|
|
31041
|
+
}
|
|
31042
|
+
|
|
31043
|
+
.c1to9vb9 {
|
|
31044
|
+
margin-left: 5px;
|
|
31045
|
+
}
|
|
31046
|
+
|
|
31053
31047
|
.t1upn1sz {
|
|
31054
31048
|
height: 100%;
|
|
31055
31049
|
}
|
|
@@ -31974,6 +31968,61 @@ input.rrg1fkn.ant-input {
|
|
|
31974
31968
|
line-height: 12px;
|
|
31975
31969
|
}
|
|
31976
31970
|
|
|
31971
|
+
.c18gxmrl {
|
|
31972
|
+
border: 1px solid #d8deeb;
|
|
31973
|
+
border-radius: 4px;
|
|
31974
|
+
}
|
|
31975
|
+
.c18gxmrl + .c18gxmrl {
|
|
31976
|
+
margin-top: 8px;
|
|
31977
|
+
}
|
|
31978
|
+
.c18gxmrl:hover {
|
|
31979
|
+
border-color: #0080ff;
|
|
31980
|
+
}
|
|
31981
|
+
.c18gxmrl:hover > header {
|
|
31982
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31983
|
+
}
|
|
31984
|
+
.c18gxmrl.active header {
|
|
31985
|
+
border-bottom: 1px solid #d8deeb;
|
|
31986
|
+
}
|
|
31987
|
+
.c18gxmrl > header {
|
|
31988
|
+
padding: 8px 12px;
|
|
31989
|
+
}
|
|
31990
|
+
|
|
31991
|
+
.m15dvk92 {
|
|
31992
|
+
display: flex;
|
|
31993
|
+
justify-content: space-between;
|
|
31994
|
+
width: 100%;
|
|
31995
|
+
}
|
|
31996
|
+
.m15dvk92 .action {
|
|
31997
|
+
margin-left: 16px;
|
|
31998
|
+
}
|
|
31999
|
+
|
|
32000
|
+
.aql8iqz .ant-alert-message {
|
|
32001
|
+
width: 100%;
|
|
32002
|
+
}
|
|
32003
|
+
|
|
32004
|
+
.c1uzzomf {
|
|
32005
|
+
margin-bottom: 16px;
|
|
32006
|
+
}
|
|
32007
|
+
.c1uzzomf .card-title {
|
|
32008
|
+
font-size: 16px;
|
|
32009
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32010
|
+
font-weight: 700;
|
|
32011
|
+
line-height: 32px;
|
|
32012
|
+
}
|
|
32013
|
+
.c1uzzomf .card-body {
|
|
32014
|
+
padding: 24px;
|
|
32015
|
+
border-radius: 8px;
|
|
32016
|
+
background: #fff;
|
|
32017
|
+
}
|
|
32018
|
+
.c1uzzomf .empty {
|
|
32019
|
+
font-weight: 700;
|
|
32020
|
+
font-size: 14px;
|
|
32021
|
+
line-height: 22px;
|
|
32022
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32023
|
+
text-align: center;
|
|
32024
|
+
}
|
|
32025
|
+
|
|
31977
32026
|
.c198s9j3 {
|
|
31978
32027
|
color: #2d3a56;
|
|
31979
32028
|
line-height: 22px;
|
|
@@ -32045,19 +32094,6 @@ input.rrg1fkn.ant-input {
|
|
|
32045
32094
|
margin-left: 24px;
|
|
32046
32095
|
}
|
|
32047
32096
|
|
|
32048
|
-
.m15dvk92 {
|
|
32049
|
-
display: flex;
|
|
32050
|
-
justify-content: space-between;
|
|
32051
|
-
width: 100%;
|
|
32052
|
-
}
|
|
32053
|
-
.m15dvk92 .action {
|
|
32054
|
-
margin-left: 16px;
|
|
32055
|
-
}
|
|
32056
|
-
|
|
32057
|
-
.aql8iqz .ant-alert-message {
|
|
32058
|
-
width: 100%;
|
|
32059
|
-
}
|
|
32060
|
-
|
|
32061
32097
|
.c10crapj {
|
|
32062
32098
|
border-radius: 8px;
|
|
32063
32099
|
}
|
|
@@ -32087,6 +32123,31 @@ input.rrg1fkn.ant-input {
|
|
|
32087
32123
|
cursor: default;
|
|
32088
32124
|
}
|
|
32089
32125
|
|
|
32126
|
+
.n3qomhu {
|
|
32127
|
+
font-size: 90%;
|
|
32128
|
+
font-weight: bold;
|
|
32129
|
+
background-color: rgba(240, 243, 247, 0.6);
|
|
32130
|
+
padding: 1px 4px 1px;
|
|
32131
|
+
margin-left: 2px;
|
|
32132
|
+
margin-right: 2px;
|
|
32133
|
+
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32134
|
+
border-radius: 4px;
|
|
32135
|
+
word-break: break-all;
|
|
32136
|
+
}
|
|
32137
|
+
|
|
32138
|
+
.o8ocss1 {
|
|
32139
|
+
overflow: hidden;
|
|
32140
|
+
text-overflow: ellipsis;
|
|
32141
|
+
}
|
|
32142
|
+
|
|
32143
|
+
.n17syc35 {
|
|
32144
|
+
white-space: nowrap;
|
|
32145
|
+
}
|
|
32146
|
+
|
|
32147
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32148
|
+
display: flex;
|
|
32149
|
+
}
|
|
32150
|
+
|
|
32090
32151
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
32091
32152
|
border-radius: 6px;
|
|
32092
32153
|
}
|
|
@@ -32154,10 +32215,6 @@ input.rrg1fkn.ant-input {
|
|
|
32154
32215
|
color: rgba(44, 56, 82, 0.6);
|
|
32155
32216
|
}
|
|
32156
32217
|
|
|
32157
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32158
|
-
display: flex;
|
|
32159
|
-
}
|
|
32160
|
-
|
|
32161
32218
|
.s14dk8r1 {
|
|
32162
32219
|
margin: 0;
|
|
32163
32220
|
border-radius: 20px;
|
|
@@ -32318,27 +32375,6 @@ input.rrg1fkn.ant-input {
|
|
|
32318
32375
|
background-color: #7E41FF;
|
|
32319
32376
|
}
|
|
32320
32377
|
|
|
32321
|
-
.o8ocss1 {
|
|
32322
|
-
overflow: hidden;
|
|
32323
|
-
text-overflow: ellipsis;
|
|
32324
|
-
}
|
|
32325
|
-
|
|
32326
|
-
.n17syc35 {
|
|
32327
|
-
white-space: nowrap;
|
|
32328
|
-
}
|
|
32329
|
-
|
|
32330
|
-
.n3qomhu {
|
|
32331
|
-
font-size: 90%;
|
|
32332
|
-
font-weight: bold;
|
|
32333
|
-
background-color: rgba(240, 243, 247, 0.6);
|
|
32334
|
-
padding: 1px 4px 1px;
|
|
32335
|
-
margin-left: 2px;
|
|
32336
|
-
margin-right: 2px;
|
|
32337
|
-
border: 1px solid rgba(213, 219, 227, 0.6);
|
|
32338
|
-
border-radius: 4px;
|
|
32339
|
-
word-break: break-all;
|
|
32340
|
-
}
|
|
32341
|
-
|
|
32342
32378
|
.m1thnes4 {
|
|
32343
32379
|
color: rgba(44, 56, 82, 0.6);
|
|
32344
32380
|
text-align: center;
|
|
@@ -32775,6 +32811,23 @@ input.rrg1fkn.ant-input {
|
|
|
32775
32811
|
margin-right: 6px;
|
|
32776
32812
|
}
|
|
32777
32813
|
|
|
32814
|
+
.bab9xum {
|
|
32815
|
+
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);
|
|
32816
|
+
}
|
|
32817
|
+
|
|
32818
|
+
.cav4gt6 {
|
|
32819
|
+
border-radius: 8px;
|
|
32820
|
+
background-color: white;
|
|
32821
|
+
}
|
|
32822
|
+
.cav4gt6.hoverable {
|
|
32823
|
+
cursor: pointer;
|
|
32824
|
+
}
|
|
32825
|
+
.cav4gt6.hoverable:hover {
|
|
32826
|
+
transition: all 200ms ease;
|
|
32827
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32828
|
+
transform: translateY(-4px);
|
|
32829
|
+
}
|
|
32830
|
+
|
|
32778
32831
|
.f1p9ti6d {
|
|
32779
32832
|
width: 100%;
|
|
32780
32833
|
margin-bottom: 0 !important;
|
|
@@ -32806,73 +32859,6 @@ input.rrg1fkn.ant-input {
|
|
|
32806
32859
|
min-height: 0px;
|
|
32807
32860
|
}
|
|
32808
32861
|
|
|
32809
|
-
.bab9xum {
|
|
32810
|
-
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);
|
|
32811
|
-
}
|
|
32812
|
-
|
|
32813
|
-
.cav4gt6 {
|
|
32814
|
-
border-radius: 8px;
|
|
32815
|
-
background-color: white;
|
|
32816
|
-
}
|
|
32817
|
-
.cav4gt6.hoverable {
|
|
32818
|
-
cursor: pointer;
|
|
32819
|
-
}
|
|
32820
|
-
.cav4gt6.hoverable:hover {
|
|
32821
|
-
transition: all 200ms ease;
|
|
32822
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32823
|
-
transform: translateY(-4px);
|
|
32824
|
-
}
|
|
32825
|
-
|
|
32826
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
32827
|
-
display: var(--at4ovwe-0);
|
|
32828
|
-
}
|
|
32829
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
32830
|
-
padding: 5px 12px;
|
|
32831
|
-
display: inline-flex;
|
|
32832
|
-
line-height: 1.5715;
|
|
32833
|
-
height: 100%;
|
|
32834
|
-
width: 100%;
|
|
32835
|
-
}
|
|
32836
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32837
|
-
content: var(--at4ovwe-1);
|
|
32838
|
-
display: var(--at4ovwe-2);
|
|
32839
|
-
flex: none;
|
|
32840
|
-
align-items: center;
|
|
32841
|
-
margin-left: 4px;
|
|
32842
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32843
|
-
}
|
|
32844
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32845
|
-
content: var(--at4ovwe-3);
|
|
32846
|
-
display: var(--at4ovwe-4);
|
|
32847
|
-
flex: none;
|
|
32848
|
-
align-items: center;
|
|
32849
|
-
margin-right: 4px;
|
|
32850
|
-
cursor: auto;
|
|
32851
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32852
|
-
}
|
|
32853
|
-
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32854
|
-
border-radius: 0;
|
|
32855
|
-
}
|
|
32856
|
-
.at4ovwe.ant-input-number {
|
|
32857
|
-
width: 100%;
|
|
32858
|
-
border-radius: 6px;
|
|
32859
|
-
}
|
|
32860
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32861
|
-
border-color: #0096ff;
|
|
32862
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32863
|
-
z-index: 1;
|
|
32864
|
-
}
|
|
32865
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32866
|
-
border-color: #e75a3a;
|
|
32867
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32868
|
-
}
|
|
32869
|
-
.at4ovwe .ant-input-number-input {
|
|
32870
|
-
padding: 0;
|
|
32871
|
-
margin: 0;
|
|
32872
|
-
height: auto;
|
|
32873
|
-
font-size: inherit;
|
|
32874
|
-
}
|
|
32875
|
-
|
|
32876
32862
|
.tc40oxa {
|
|
32877
32863
|
margin-bottom: 4px;
|
|
32878
32864
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -33066,6 +33052,61 @@ input.rrg1fkn.ant-input {
|
|
|
33066
33052
|
margin-right: 8px;
|
|
33067
33053
|
}
|
|
33068
33054
|
|
|
33055
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
33056
|
+
display: var(--at4ovwe-0);
|
|
33057
|
+
}
|
|
33058
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
33059
|
+
padding: 5px 12px;
|
|
33060
|
+
display: inline-flex;
|
|
33061
|
+
line-height: 1.5715;
|
|
33062
|
+
height: 100%;
|
|
33063
|
+
width: 100%;
|
|
33064
|
+
}
|
|
33065
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
33066
|
+
content: var(--at4ovwe-1);
|
|
33067
|
+
display: var(--at4ovwe-2);
|
|
33068
|
+
flex: none;
|
|
33069
|
+
align-items: center;
|
|
33070
|
+
margin-left: 4px;
|
|
33071
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33072
|
+
}
|
|
33073
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
33074
|
+
content: var(--at4ovwe-3);
|
|
33075
|
+
display: var(--at4ovwe-4);
|
|
33076
|
+
flex: none;
|
|
33077
|
+
align-items: center;
|
|
33078
|
+
margin-right: 4px;
|
|
33079
|
+
cursor: auto;
|
|
33080
|
+
color: rgba(44, 56, 82, 0.6);
|
|
33081
|
+
}
|
|
33082
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
33083
|
+
border-radius: 0;
|
|
33084
|
+
}
|
|
33085
|
+
.at4ovwe.ant-input-number {
|
|
33086
|
+
width: 100%;
|
|
33087
|
+
border-radius: 6px;
|
|
33088
|
+
}
|
|
33089
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
33090
|
+
border-color: #0096ff;
|
|
33091
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
33092
|
+
z-index: 1;
|
|
33093
|
+
}
|
|
33094
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
33095
|
+
border-color: #e75a3a;
|
|
33096
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
33097
|
+
}
|
|
33098
|
+
.at4ovwe .ant-input-number-input {
|
|
33099
|
+
padding: 0;
|
|
33100
|
+
margin: 0;
|
|
33101
|
+
height: auto;
|
|
33102
|
+
font-size: inherit;
|
|
33103
|
+
}
|
|
33104
|
+
|
|
33105
|
+
.iwsze0q {
|
|
33106
|
+
margin-right: 4px;
|
|
33107
|
+
height: 16px;
|
|
33108
|
+
}
|
|
33109
|
+
|
|
33069
33110
|
.sut42l0 {
|
|
33070
33111
|
padding: 0 8px;
|
|
33071
33112
|
height: 18px;
|
|
@@ -33085,11 +33126,6 @@ input.rrg1fkn.ant-input {
|
|
|
33085
33126
|
height: 16px;
|
|
33086
33127
|
}
|
|
33087
33128
|
|
|
33088
|
-
.iwsze0q {
|
|
33089
|
-
margin-right: 4px;
|
|
33090
|
-
height: 16px;
|
|
33091
|
-
}
|
|
33092
|
-
|
|
33093
33129
|
.w1xcixj5.outside-tag {
|
|
33094
33130
|
padding-left: 0;
|
|
33095
33131
|
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export type CloseButtonProps = {
|
|
3
|
+
className?: string;
|
|
4
|
+
onClick?: (e: React.MouseEvent<HTMLElement, MouseEvent>) => void;
|
|
5
|
+
};
|
|
6
|
+
declare const AccordionCard: React.FC<{
|
|
7
|
+
header: React.ReactNode | ((active: boolean) => React.ReactNode);
|
|
8
|
+
expand: React.ReactNode;
|
|
9
|
+
className?: string;
|
|
10
|
+
defaultExpand?: boolean;
|
|
11
|
+
mountOnEnter?: boolean;
|
|
12
|
+
unmountOnExit?: boolean;
|
|
13
|
+
}> & {
|
|
14
|
+
CloseButton: React.FC<CloseButtonProps>;
|
|
15
|
+
};
|
|
16
|
+
export default AccordionCard;
|