@cloudtower/eagle 0.25.22 → 0.25.23
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 +54 -54
- package/dist/esm/index.js +4 -3
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +1 -0
- package/dist/style.css +247 -247
- package/dist/umd/index.js +4 -3
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -3245,6 +3245,10 @@ input.rrg1fkn.ant-input {
|
|
|
3245
3245
|
background: #fff;
|
|
3246
3246
|
}
|
|
3247
3247
|
|
|
3248
|
+
.i1e4sgug {
|
|
3249
|
+
display: inline-block;
|
|
3250
|
+
}
|
|
3251
|
+
|
|
3248
3252
|
.s1fc623g {
|
|
3249
3253
|
width: 430px !important;
|
|
3250
3254
|
}
|
|
@@ -3326,10 +3330,6 @@ input.rrg1fkn.ant-input {
|
|
|
3326
3330
|
opacity: 0;
|
|
3327
3331
|
}
|
|
3328
3332
|
|
|
3329
|
-
.i1e4sgug {
|
|
3330
|
-
display: inline-block;
|
|
3331
|
-
}
|
|
3332
|
-
|
|
3333
3333
|
.d6j0lbj {
|
|
3334
3334
|
font-family: Inter;
|
|
3335
3335
|
font-style: normal;
|
|
@@ -3886,10 +3886,6 @@ input.rrg1fkn.ant-input {
|
|
|
3886
3886
|
color: rgba(44, 56, 82, 0.6);
|
|
3887
3887
|
}
|
|
3888
3888
|
|
|
3889
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3890
|
-
display: flex;
|
|
3891
|
-
}
|
|
3892
|
-
|
|
3893
3889
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3894
3890
|
border-radius: 6px;
|
|
3895
3891
|
}
|
|
@@ -3945,6 +3941,10 @@ input.rrg1fkn.ant-input {
|
|
|
3945
3941
|
transform: rotate(180deg);
|
|
3946
3942
|
}
|
|
3947
3943
|
|
|
3944
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3945
|
+
display: flex;
|
|
3946
|
+
}
|
|
3947
|
+
|
|
3948
3948
|
.m1thnes4 {
|
|
3949
3949
|
color: rgba(44, 56, 82, 0.6);
|
|
3950
3950
|
text-align: center;
|
|
@@ -4167,6 +4167,52 @@ input.rrg1fkn.ant-input {
|
|
|
4167
4167
|
min-height: 0px;
|
|
4168
4168
|
}
|
|
4169
4169
|
|
|
4170
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4171
|
+
display: var(--at4ovwe-0);
|
|
4172
|
+
}
|
|
4173
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4174
|
+
padding: 5px 12px;
|
|
4175
|
+
display: inline-flex;
|
|
4176
|
+
line-height: 1.5715;
|
|
4177
|
+
height: 100%;
|
|
4178
|
+
width: 100%;
|
|
4179
|
+
}
|
|
4180
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4181
|
+
content: var(--at4ovwe-1);
|
|
4182
|
+
display: var(--at4ovwe-2);
|
|
4183
|
+
flex: none;
|
|
4184
|
+
align-items: center;
|
|
4185
|
+
margin-left: 4px;
|
|
4186
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4187
|
+
}
|
|
4188
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4189
|
+
content: var(--at4ovwe-3);
|
|
4190
|
+
display: var(--at4ovwe-4);
|
|
4191
|
+
flex: none;
|
|
4192
|
+
align-items: center;
|
|
4193
|
+
margin-right: 4px;
|
|
4194
|
+
cursor: auto;
|
|
4195
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4196
|
+
}
|
|
4197
|
+
.at4ovwe.ant-input-number {
|
|
4198
|
+
width: 100%;
|
|
4199
|
+
border-radius: 6px;
|
|
4200
|
+
}
|
|
4201
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4202
|
+
border-color: #0096ff;
|
|
4203
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4204
|
+
}
|
|
4205
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4206
|
+
border-color: #e75a3a;
|
|
4207
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4208
|
+
}
|
|
4209
|
+
.at4ovwe .ant-input-number-input {
|
|
4210
|
+
padding: 0;
|
|
4211
|
+
margin: 0;
|
|
4212
|
+
height: auto;
|
|
4213
|
+
font-size: inherit;
|
|
4214
|
+
}
|
|
4215
|
+
|
|
4170
4216
|
.tc40oxa {
|
|
4171
4217
|
margin-bottom: 4px;
|
|
4172
4218
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4363,52 +4409,6 @@ input.rrg1fkn.ant-input {
|
|
|
4363
4409
|
margin-right: 8px;
|
|
4364
4410
|
}
|
|
4365
4411
|
|
|
4366
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4367
|
-
display: var(--at4ovwe-0);
|
|
4368
|
-
}
|
|
4369
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4370
|
-
padding: 5px 12px;
|
|
4371
|
-
display: inline-flex;
|
|
4372
|
-
line-height: 1.5715;
|
|
4373
|
-
height: 100%;
|
|
4374
|
-
width: 100%;
|
|
4375
|
-
}
|
|
4376
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4377
|
-
content: var(--at4ovwe-1);
|
|
4378
|
-
display: var(--at4ovwe-2);
|
|
4379
|
-
flex: none;
|
|
4380
|
-
align-items: center;
|
|
4381
|
-
margin-left: 4px;
|
|
4382
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4383
|
-
}
|
|
4384
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4385
|
-
content: var(--at4ovwe-3);
|
|
4386
|
-
display: var(--at4ovwe-4);
|
|
4387
|
-
flex: none;
|
|
4388
|
-
align-items: center;
|
|
4389
|
-
margin-right: 4px;
|
|
4390
|
-
cursor: auto;
|
|
4391
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4392
|
-
}
|
|
4393
|
-
.at4ovwe.ant-input-number {
|
|
4394
|
-
width: 100%;
|
|
4395
|
-
border-radius: 6px;
|
|
4396
|
-
}
|
|
4397
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4398
|
-
border-color: #0096ff;
|
|
4399
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4400
|
-
}
|
|
4401
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4402
|
-
border-color: #e75a3a;
|
|
4403
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4404
|
-
}
|
|
4405
|
-
.at4ovwe .ant-input-number-input {
|
|
4406
|
-
padding: 0;
|
|
4407
|
-
margin: 0;
|
|
4408
|
-
height: auto;
|
|
4409
|
-
font-size: inherit;
|
|
4410
|
-
}
|
|
4411
|
-
|
|
4412
4412
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4413
4413
|
display: var(--a6dbbkm-0);
|
|
4414
4414
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -3632,7 +3632,8 @@ const Table = props => {
|
|
|
3632
3632
|
initLoading,
|
|
3633
3633
|
rowKey,
|
|
3634
3634
|
wrapper,
|
|
3635
|
-
pagination
|
|
3635
|
+
pagination,
|
|
3636
|
+
onRow
|
|
3636
3637
|
} = props;
|
|
3637
3638
|
const orderRef = useRef(null);
|
|
3638
3639
|
const hasScrollBard = useTableBodyHasScrollBar(wrapper, dataSource);
|
|
@@ -3674,9 +3675,9 @@ const Table = props => {
|
|
|
3674
3675
|
onSorterChange == null ? void 0 : onSorterChange(orderRef.current, sorter.columnKey);
|
|
3675
3676
|
}
|
|
3676
3677
|
},
|
|
3677
|
-
onRow: (record, index) => ({
|
|
3678
|
+
onRow: (record, index) => __spreadValues$9({
|
|
3678
3679
|
onClick: evt => onRowClick == null ? void 0 : onRowClick(record, index, evt)
|
|
3679
|
-
}),
|
|
3680
|
+
}, onRow == null ? void 0 : onRow(record, index)),
|
|
3680
3681
|
rowClassName,
|
|
3681
3682
|
scroll,
|
|
3682
3683
|
rowSelection: rowSelection && __spreadProps$9(__spreadValues$9({}, rowSelection), {
|