amis 1.4.2-beta.17 → 1.4.2-beta.18
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/lib/components/Alert2.d.ts +26 -21
- package/lib/components/Alert2.js +11 -4
- package/lib/components/Alert2.js.map +2 -2
- package/lib/components/Button.js +1 -1
- package/lib/components/Button.js.map +2 -2
- package/lib/components/Collapse.js +3 -2
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +5 -1
- package/lib/components/ColorPicker.js +17 -4
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/Overlay.js +5 -0
- package/lib/components/Overlay.js.map +2 -2
- package/lib/components/PopOver.d.ts +1 -0
- package/lib/components/PopOver.js +12 -1
- package/lib/components/PopOver.js.map +2 -2
- package/lib/components/Toast.d.ts +4 -2
- package/lib/components/Toast.js +10 -3
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/condition-builder/Field.js +2 -3
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/icons.js +8 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/icons/alert-danger.js +7 -0
- package/lib/icons/alert-info.js +7 -0
- package/lib/icons/alert-success.js +7 -0
- package/lib/icons/alert-warning.js +7 -0
- package/lib/index.js +1 -1
- package/lib/renderers/Alert.d.ts +21 -1
- package/lib/renderers/Alert.js.map +2 -2
- package/lib/renderers/Card.d.ts +1 -0
- package/lib/renderers/Card.js +7 -2
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Form/ConditionBuilder.js +2 -2
- package/lib/renderers/Form/ConditionBuilder.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +2 -1
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Page.d.ts +18 -0
- package/lib/renderers/Page.js +53 -9
- package/lib/renderers/Page.js.map +2 -2
- package/lib/store/formItem.js +2 -18
- package/lib/store/formItem.js.map +2 -2
- package/lib/themes/ang-ie11.css +131 -23
- package/lib/themes/ang.css +131 -23
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +131 -23
- package/lib/themes/antd.css +131 -23
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +142 -36
- package/lib/themes/cxd.css +142 -36
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +131 -23
- package/lib/themes/dark.css +131 -23
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +142 -36
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/helper.d.ts +2 -0
- package/lib/utils/helper.js +16 -2
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/tpl-builtin.js +5 -0
- package/lib/utils/tpl-builtin.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +123 -15
- package/scss/_properties.scss +2 -1
- package/scss/components/_alert.scss +28 -5
- package/scss/components/_button.scss +5 -0
- package/scss/components/_card.scss +1 -1
- package/scss/components/_collapse-group.scss +4 -0
- package/scss/components/_collapse.scss +1 -2
- package/scss/components/_nav.scss +1 -6
- package/scss/components/_page.scss +35 -2
- package/scss/components/_toast.scss +41 -11
- package/scss/components/form/_color.scss +32 -3
- package/scss/components/form/_fieldset.scss +1 -0
- package/scss/components/form/_transfer.scss +1 -0
- package/scss/themes/_cxd-variables.scss +14 -8
- package/scss/themes/cxd.scss +0 -7
- package/sdk/ang-ie11.css +150 -27
- package/sdk/ang.css +151 -27
- package/sdk/antd-ie11.css +150 -27
- package/sdk/antd.css +151 -27
- package/sdk/charts.js +15 -15
- package/sdk/color-picker.js +69 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +158 -40
- package/sdk/cxd.css +162 -40
- package/sdk/dark-ie11.css +150 -27
- package/sdk/dark.css +151 -27
- package/sdk/exceljs.js +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +16 -20
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +158 -40
- package/sdk/sdk.css +162 -40
- package/sdk/sdk.js +1195 -1187
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/components/Alert2.tsx +32 -4
- package/src/components/Button.tsx +1 -0
- package/src/components/Collapse.tsx +3 -8
- package/src/components/ColorPicker.tsx +32 -10
- package/src/components/Overlay.tsx +6 -0
- package/src/components/PopOver.tsx +15 -1
- package/src/components/Toast.tsx +25 -5
- package/src/components/condition-builder/Field.tsx +3 -1
- package/src/components/icons.tsx +8 -0
- package/src/icons/alert-danger.svg +1 -0
- package/src/icons/alert-info.svg +1 -0
- package/src/icons/alert-success.svg +1 -0
- package/src/icons/alert-warning.svg +1 -0
- package/src/renderers/Alert.tsx +31 -1
- package/src/renderers/Card.tsx +13 -2
- package/src/renderers/Form/ConditionBuilder.tsx +2 -2
- package/src/renderers/Form/InputColor.tsx +4 -2
- package/src/renderers/Page.tsx +62 -1
- package/src/store/formItem.ts +1 -22
- package/src/utils/helper.ts +14 -0
- package/src/utils/tpl-builtin.ts +6 -0
package/lib/themes/antd-ie11.css
CHANGED
@@ -450,6 +450,7 @@
|
|
450
450
|
) / 2 - var(--ColorPicker-borderWidth)
|
451
451
|
);
|
452
452
|
--ColorPicker-placeholderColor: var(--Form-input-placeholderColor);
|
453
|
+
--ColorPicker-boxShadow: var(--boxShadow);
|
453
454
|
--Combo--horizontal-dragger-top: var(--Form-label-paddingTop);
|
454
455
|
--Combo--horizontal-item-gap: var(--gap-xs);
|
455
456
|
--Combo--vertical-item-borderColor: var(--borderColor);
|
@@ -1209,7 +1210,7 @@
|
|
1209
1210
|
--Toast-icon-height: var(--Toast-icon-width);
|
1210
1211
|
--Toast-opacity: 0.8;
|
1211
1212
|
--Toast-paddingL: 2.5rem;
|
1212
|
-
--Toast-paddingX: var(--gap-
|
1213
|
+
--Toast-paddingX: var(--gap-md);
|
1213
1214
|
--Toast-paddingY: var(--gap-xs);
|
1214
1215
|
--Toast-title-display: block;
|
1215
1216
|
--Toast-width: 18.75rem;
|
@@ -3194,6 +3195,9 @@ img.antd-AsideNav-itemIcon {
|
|
3194
3195
|
border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
|
3195
3196
|
background: var(--Button-onDisabled-bg);
|
3196
3197
|
}
|
3198
|
+
.antd-Button.is-disabled > svg, .antd-Button.is-disabled > svg path, .antd-Button:disabled > svg, .antd-Button:disabled > svg path {
|
3199
|
+
fill: currentColor;
|
3200
|
+
}
|
3197
3201
|
.antd-Button:not(:disabled):not(.is-disabled) {
|
3198
3202
|
cursor: pointer;
|
3199
3203
|
}
|
@@ -4729,7 +4733,9 @@ input[type=button].antd-Button--block {
|
|
4729
4733
|
}
|
4730
4734
|
.antd-Toast {
|
4731
4735
|
display: flex;
|
4732
|
-
|
4736
|
+
flex-flow: row nowrap;
|
4737
|
+
justify-content: space-between;
|
4738
|
+
align-items: flex-start;
|
4733
4739
|
max-width: var(--Toast-width);
|
4734
4740
|
pointer-events: auto;
|
4735
4741
|
margin-bottom: var(--gap-xs);
|
@@ -4740,7 +4746,6 @@ input[type=button].antd-Button--block {
|
|
4740
4746
|
color: var(--Toast-color);
|
4741
4747
|
position: relative;
|
4742
4748
|
opacity: var(--Toast-opacity);
|
4743
|
-
cursor: pointer;
|
4744
4749
|
opacity: 0;
|
4745
4750
|
transform: translateZ(0);
|
4746
4751
|
}
|
@@ -4761,27 +4766,54 @@ input[type=button].antd-Button--block {
|
|
4761
4766
|
animation-name: bounceOut;
|
4762
4767
|
}
|
4763
4768
|
.antd-Toast-close {
|
4764
|
-
color: var(--Toast-close-color);
|
4765
4769
|
display: inline-flex;
|
4766
|
-
|
4770
|
+
font-size: var(--fontSizeLg);
|
4771
|
+
line-height: var(--gap-xl);
|
4772
|
+
height: var(--gap-xl);
|
4773
|
+
color: var(--Toast-close-color);
|
4774
|
+
margin-left: var(--gap-sm);
|
4767
4775
|
opacity: 0.8;
|
4776
|
+
align-items: center;
|
4777
|
+
cursor: pointer;
|
4768
4778
|
}
|
4769
4779
|
.antd-Toast-close:hover {
|
4770
4780
|
color: var(--Toast-close--onHover-color);
|
4771
4781
|
opacity: 1;
|
4772
4782
|
}
|
4773
|
-
.antd-Toast-
|
4783
|
+
.antd-Toast-close > svg {
|
4784
|
+
top: 0;
|
4785
|
+
}
|
4786
|
+
.antd-Toast-content {
|
4787
|
+
flex: 1;
|
4788
|
+
display: flex;
|
4789
|
+
flex-flow: column nowrap;
|
4790
|
+
justify-content: space-between;
|
4791
|
+
align-items: flex-start;
|
4792
|
+
}
|
4793
|
+
.antd-Toast-content .antd-Toast-title {
|
4794
|
+
color: var(--text-color);
|
4795
|
+
font-size: var(--fontSizeBase);
|
4796
|
+
font-weight: 500;
|
4797
|
+
line-height: var(--gap-xl);
|
4798
|
+
margin-bottom: var(--gap-xs);
|
4799
|
+
}
|
4800
|
+
.antd-Toast-content .antd-Toast-body {
|
4801
|
+
font-size: var(--fontSizeSm);
|
4774
4802
|
display: inline-block;
|
4775
4803
|
vertical-align: middle;
|
4776
4804
|
white-space: pre-wrap;
|
4777
4805
|
flex-grow: 1;
|
4806
|
+
line-height: var(--gap-xl);
|
4778
4807
|
}
|
4779
4808
|
.antd-Toast-icon {
|
4780
4809
|
display: inline-flex;
|
4781
4810
|
text-rendering: auto;
|
4782
4811
|
-webkit-font-smoothing: antialiased;
|
4783
4812
|
vertical-align: middle;
|
4784
|
-
margin-right: var(--gap-
|
4813
|
+
margin-right: var(--gap-sm);
|
4814
|
+
height: var(--gap-xl);
|
4815
|
+
line-height: var(--gap-xl);
|
4816
|
+
align-items: center;
|
4785
4817
|
}
|
4786
4818
|
.antd-Toast-icon > svg {
|
4787
4819
|
top: 0;
|
@@ -4844,23 +4876,42 @@ input[type=button].antd-Button--block {
|
|
4844
4876
|
border-radius: var(--Alert-borderRadius);
|
4845
4877
|
margin-bottom: var(--Alert-marginBottom);
|
4846
4878
|
position: relative;
|
4879
|
+
color: var(--Alert-fontColor);
|
4880
|
+
display: flex;
|
4881
|
+
flex-flow: row nowrap;
|
4882
|
+
justify-content: space-between;
|
4883
|
+
align-items: flex-start;
|
4884
|
+
}
|
4885
|
+
.antd-Alert-icon {
|
4886
|
+
margin-right: 0.5rem;
|
4887
|
+
font-size: var(--fontSizeLg);
|
4888
|
+
}
|
4889
|
+
.antd-Alert-content {
|
4890
|
+
flex: 1;
|
4891
|
+
}
|
4892
|
+
.antd-Alert-content .antd-Alert-title {
|
4893
|
+
color: var(--text-color);
|
4894
|
+
font-size: var(--fontSizeBase);
|
4895
|
+
font-weight: 500;
|
4896
|
+
line-height: 1.5rem;
|
4897
|
+
margin-bottom: 0.25rem;
|
4898
|
+
}
|
4899
|
+
.antd-Alert-content .antd-Alert-desc {
|
4900
|
+
line-height: 1.5rem;
|
4847
4901
|
}
|
4848
4902
|
.antd-Alert-close {
|
4849
|
-
position: absolute;
|
4850
4903
|
outline: none;
|
4851
4904
|
padding: 0;
|
4852
4905
|
cursor: pointer;
|
4853
4906
|
background: transparent;
|
4854
4907
|
border: 0;
|
4855
|
-
float: right;
|
4856
4908
|
line-height: 1;
|
4857
4909
|
color: #000;
|
4858
4910
|
text-shadow: 0 1px 0 #fff;
|
4859
4911
|
filter: alpha(opacity=20);
|
4860
4912
|
opacity: 0.2;
|
4861
|
-
|
4862
|
-
|
4863
|
-
transform: translateY(-50%);
|
4913
|
+
margin-left: 0.5rem;
|
4914
|
+
line-height: 1.5rem;
|
4864
4915
|
}
|
4865
4916
|
.antd-Alert-close:hover {
|
4866
4917
|
color: #000;
|
@@ -5583,12 +5634,10 @@ input[type=button].antd-Button--block {
|
|
5583
5634
|
background: transparent;
|
5584
5635
|
pointer-events: none;
|
5585
5636
|
}
|
5586
|
-
.antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active, .antd-Nav .antd-Nav-list--stacked .antd-Badge.active, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active {
|
5587
|
-
background: var(--Nav-item-onActive-bg) !important;
|
5588
|
-
}
|
5589
5637
|
.antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > .antd-Badge > a, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > a, .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > a, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Nav-item-atcions, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > a, .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > .antd-Badge > a, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a {
|
5590
5638
|
color: var(--Nav-item-onActive-color);
|
5591
5639
|
position: relative;
|
5640
|
+
background: var(--Nav-item-onActive-bg);
|
5592
5641
|
}
|
5593
5642
|
.antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a::after, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions::after, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a::after, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > .antd-Badge > a::after, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions::after, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > a::after, .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > a::after, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Nav-item-atcions::after, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > a::after, .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > .antd-Badge > a::after, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions::after, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a::after {
|
5594
5643
|
transform: scaleY(1);
|
@@ -5692,6 +5741,31 @@ input[type=button].antd-Button--block {
|
|
5692
5741
|
.antd-Page-asideTplWrapper {
|
5693
5742
|
padding: var(--gap-xs);
|
5694
5743
|
}
|
5744
|
+
.antd-Page-asideResizor {
|
5745
|
+
position: absolute;
|
5746
|
+
right: -0.375rem;
|
5747
|
+
top: 50%;
|
5748
|
+
cursor: ew-resize;
|
5749
|
+
writing-mode: vertical-lr;
|
5750
|
+
width: 0.75rem;
|
5751
|
+
height: 1.5rem;
|
5752
|
+
margin-top: -0.75rem;
|
5753
|
+
border: 0.0625rem solid #dee2e6;
|
5754
|
+
background-color: #fff;
|
5755
|
+
border-radius: 0.142rem;
|
5756
|
+
font-size: 12px;
|
5757
|
+
line-height: 0.625rem;
|
5758
|
+
text-align: center;
|
5759
|
+
user-select: none;
|
5760
|
+
color: #666;
|
5761
|
+
}
|
5762
|
+
.antd-Page-asideResizor:hover {
|
5763
|
+
color: #000;
|
5764
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
5765
|
+
}
|
5766
|
+
.antd-Page-asideResizor:after {
|
5767
|
+
content: "···";
|
5768
|
+
}
|
5695
5769
|
|
5696
5770
|
.antd-Page-toolbar > * + * {
|
5697
5771
|
margin-left: var(--gap-xs);
|
@@ -5699,8 +5773,7 @@ input[type=button].antd-Button--block {
|
|
5699
5773
|
|
5700
5774
|
@media (min-width: 768px) {
|
5701
5775
|
.antd-Page-aside {
|
5702
|
-
|
5703
|
-
max-width: var(--Page-aside-maxWidth);
|
5776
|
+
width: var(--Page-aside-width);
|
5704
5777
|
border-right: var(--borderWidth) solid var(--borderColor);
|
5705
5778
|
}
|
5706
5779
|
.antd-Page-aside::before {
|
@@ -5713,6 +5786,10 @@ input[type=button].antd-Button--block {
|
|
5713
5786
|
background: inherit;
|
5714
5787
|
border: inherit;
|
5715
5788
|
}
|
5789
|
+
.antd-Page-aside--withWidth {
|
5790
|
+
min-width: var(--Page-aside-width);
|
5791
|
+
max-width: var(--Page-aside-maxWidth);
|
5792
|
+
}
|
5716
5793
|
|
5717
5794
|
.antd-Page--withSidebar {
|
5718
5795
|
display: flex;
|
@@ -6433,7 +6510,6 @@ input[type=button].antd-Button--block {
|
|
6433
6510
|
color: var(--text--loud-color);
|
6434
6511
|
padding: var(--Collapse-header-padding);
|
6435
6512
|
margin: 0;
|
6436
|
-
border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
|
6437
6513
|
cursor: pointer;
|
6438
6514
|
background: var(--Collapse-header-bg);
|
6439
6515
|
}
|
@@ -6451,7 +6527,7 @@ input[type=button].antd-Button--block {
|
|
6451
6527
|
display: inline-block;
|
6452
6528
|
width: 1rem;
|
6453
6529
|
text-align: center;
|
6454
|
-
margin-right: var(--gap-
|
6530
|
+
margin-right: var(--gap-sm);
|
6455
6531
|
}
|
6456
6532
|
.antd-Collapse-arrow:before {
|
6457
6533
|
content: "";
|
@@ -6524,6 +6600,9 @@ input[type=button].antd-Button--block {
|
|
6524
6600
|
font-weight: var(--Collapse-content-fontWeight);
|
6525
6601
|
}
|
6526
6602
|
|
6603
|
+
.antd-CollapseGroup .antd-Collapse:not(:last-child) {
|
6604
|
+
border-bottom: none;
|
6605
|
+
}
|
6527
6606
|
.antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-arrow {
|
6528
6607
|
float: right;
|
6529
6608
|
}
|
@@ -9230,7 +9309,7 @@ input[type=button].antd-Button--block {
|
|
9230
9309
|
float: left;
|
9231
9310
|
margin-right: var(--gap-base);
|
9232
9311
|
font-size: var(--fontSizeXl);
|
9233
|
-
text-transform: uppercase
|
9312
|
+
text-transform: uppercase;
|
9234
9313
|
}
|
9235
9314
|
.antd-Card-meta {
|
9236
9315
|
display: block;
|
@@ -10988,6 +11067,9 @@ fieldset.antd-Collapse--lg .collapse, fieldset.antd-Collapse--md .collapse, fiel
|
|
10988
11067
|
position: relative;
|
10989
11068
|
}
|
10990
11069
|
|
11070
|
+
fieldset.antd-Collapse {
|
11071
|
+
margin-bottom: var(--Form-item-gap);
|
11072
|
+
}
|
10991
11073
|
fieldset.antd-Collapse > legend {
|
10992
11074
|
font-weight: var(--fontWeightNormal);
|
10993
11075
|
padding: var(--gap-xs) 0;
|
@@ -13064,7 +13146,7 @@ fieldset.antd-Collapse--lg:after {
|
|
13064
13146
|
.antd-ColorPicker-preview {
|
13065
13147
|
display: flex;
|
13066
13148
|
align-items: center;
|
13067
|
-
margin-
|
13149
|
+
margin-right: var(--gap-sm);
|
13068
13150
|
cursor: pointer;
|
13069
13151
|
}
|
13070
13152
|
.antd-ColorPicker-previewIcon {
|
@@ -13092,15 +13174,40 @@ fieldset.antd-Collapse--lg:after {
|
|
13092
13174
|
.antd-ColorPicker-clear:hover svg {
|
13093
13175
|
fill: var(--Form-input-onHover-iconColor);
|
13094
13176
|
}
|
13177
|
+
.antd-ColorPicker-arrow {
|
13178
|
+
margin-right: var(--gap-xs);
|
13179
|
+
width: var(--gap-md);
|
13180
|
+
text-align: center;
|
13181
|
+
display: flex;
|
13182
|
+
align-items: center;
|
13183
|
+
justify-content: center;
|
13184
|
+
line-height: 1;
|
13185
|
+
}
|
13186
|
+
.antd-ColorPicker-arrow > svg {
|
13187
|
+
transition: transform var(--animation-duration);
|
13188
|
+
display: inline-block;
|
13189
|
+
color: var(--Form-select-caret-iconColor);
|
13190
|
+
width: 10px;
|
13191
|
+
height: 10px;
|
13192
|
+
top: 0;
|
13193
|
+
}
|
13194
|
+
.antd-ColorPicker.is-opened .antd-ColorPicker-arrow > svg {
|
13195
|
+
transform: rotate(180deg);
|
13196
|
+
}
|
13197
|
+
|
13198
|
+
.antd-ColorPicker-popover {
|
13199
|
+
border: none;
|
13200
|
+
box-shadow: none;
|
13201
|
+
}
|
13095
13202
|
|
13096
13203
|
.antd-ColorControl:not(.is-inline) > .antd-ColorPicker {
|
13097
13204
|
display: flex;
|
13098
13205
|
}
|
13099
13206
|
|
13100
13207
|
.sketch-picker {
|
13101
|
-
box-shadow: none !important;
|
13102
|
-
border-radius: 0 !important;
|
13103
13208
|
border: none !important;
|
13209
|
+
border-radius: var(--borderRadius) !important;
|
13210
|
+
box-shadow: var(--ColorPicker-boxShadow) !important;
|
13104
13211
|
}
|
13105
13212
|
|
13106
13213
|
.antd-DatePicker {
|
@@ -15611,6 +15718,7 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15611
15718
|
}
|
15612
15719
|
.antd-TabsTransfer-tab {
|
15613
15720
|
padding: 0;
|
15721
|
+
overflow: auto;
|
15614
15722
|
}
|
15615
15723
|
.antd-TabsTransfer-tabs {
|
15616
15724
|
display: flex;
|
package/lib/themes/antd.css
CHANGED
@@ -450,6 +450,7 @@
|
|
450
450
|
) / 2 - var(--ColorPicker-borderWidth)
|
451
451
|
);
|
452
452
|
--ColorPicker-placeholderColor: var(--Form-input-placeholderColor);
|
453
|
+
--ColorPicker-boxShadow: var(--boxShadow);
|
453
454
|
--Combo--horizontal-dragger-top: var(--Form-label-paddingTop);
|
454
455
|
--Combo--horizontal-item-gap: var(--gap-xs);
|
455
456
|
--Combo--vertical-item-borderColor: var(--borderColor);
|
@@ -1209,7 +1210,7 @@
|
|
1209
1210
|
--Toast-icon-height: var(--Toast-icon-width);
|
1210
1211
|
--Toast-opacity: 0.8;
|
1211
1212
|
--Toast-paddingL: 2.5rem;
|
1212
|
-
--Toast-paddingX: var(--gap-
|
1213
|
+
--Toast-paddingX: var(--gap-md);
|
1213
1214
|
--Toast-paddingY: var(--gap-xs);
|
1214
1215
|
--Toast-title-display: block;
|
1215
1216
|
--Toast-width: 18.75rem;
|
@@ -3194,6 +3195,9 @@ img.antd-AsideNav-itemIcon {
|
|
3194
3195
|
border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
|
3195
3196
|
background: var(--Button-onDisabled-bg);
|
3196
3197
|
}
|
3198
|
+
.antd-Button.is-disabled > svg, .antd-Button.is-disabled > svg path, .antd-Button:disabled > svg, .antd-Button:disabled > svg path {
|
3199
|
+
fill: currentColor;
|
3200
|
+
}
|
3197
3201
|
.antd-Button:not(:disabled):not(.is-disabled) {
|
3198
3202
|
cursor: pointer;
|
3199
3203
|
}
|
@@ -4729,7 +4733,9 @@ input[type=button].antd-Button--block {
|
|
4729
4733
|
}
|
4730
4734
|
.antd-Toast {
|
4731
4735
|
display: flex;
|
4732
|
-
|
4736
|
+
flex-flow: row nowrap;
|
4737
|
+
justify-content: space-between;
|
4738
|
+
align-items: flex-start;
|
4733
4739
|
max-width: var(--Toast-width);
|
4734
4740
|
pointer-events: auto;
|
4735
4741
|
margin-bottom: var(--gap-xs);
|
@@ -4740,7 +4746,6 @@ input[type=button].antd-Button--block {
|
|
4740
4746
|
color: var(--Toast-color);
|
4741
4747
|
position: relative;
|
4742
4748
|
opacity: var(--Toast-opacity);
|
4743
|
-
cursor: pointer;
|
4744
4749
|
opacity: 0;
|
4745
4750
|
transform: translateZ(0);
|
4746
4751
|
}
|
@@ -4761,27 +4766,54 @@ input[type=button].antd-Button--block {
|
|
4761
4766
|
animation-name: bounceOut;
|
4762
4767
|
}
|
4763
4768
|
.antd-Toast-close {
|
4764
|
-
color: var(--Toast-close-color);
|
4765
4769
|
display: inline-flex;
|
4766
|
-
|
4770
|
+
font-size: var(--fontSizeLg);
|
4771
|
+
line-height: var(--gap-xl);
|
4772
|
+
height: var(--gap-xl);
|
4773
|
+
color: var(--Toast-close-color);
|
4774
|
+
margin-left: var(--gap-sm);
|
4767
4775
|
opacity: 0.8;
|
4776
|
+
align-items: center;
|
4777
|
+
cursor: pointer;
|
4768
4778
|
}
|
4769
4779
|
.antd-Toast-close:hover {
|
4770
4780
|
color: var(--Toast-close--onHover-color);
|
4771
4781
|
opacity: 1;
|
4772
4782
|
}
|
4773
|
-
.antd-Toast-
|
4783
|
+
.antd-Toast-close > svg {
|
4784
|
+
top: 0;
|
4785
|
+
}
|
4786
|
+
.antd-Toast-content {
|
4787
|
+
flex: 1;
|
4788
|
+
display: flex;
|
4789
|
+
flex-flow: column nowrap;
|
4790
|
+
justify-content: space-between;
|
4791
|
+
align-items: flex-start;
|
4792
|
+
}
|
4793
|
+
.antd-Toast-content .antd-Toast-title {
|
4794
|
+
color: var(--text-color);
|
4795
|
+
font-size: var(--fontSizeBase);
|
4796
|
+
font-weight: 500;
|
4797
|
+
line-height: var(--gap-xl);
|
4798
|
+
margin-bottom: var(--gap-xs);
|
4799
|
+
}
|
4800
|
+
.antd-Toast-content .antd-Toast-body {
|
4801
|
+
font-size: var(--fontSizeSm);
|
4774
4802
|
display: inline-block;
|
4775
4803
|
vertical-align: middle;
|
4776
4804
|
white-space: pre-wrap;
|
4777
4805
|
flex-grow: 1;
|
4806
|
+
line-height: var(--gap-xl);
|
4778
4807
|
}
|
4779
4808
|
.antd-Toast-icon {
|
4780
4809
|
display: inline-flex;
|
4781
4810
|
text-rendering: auto;
|
4782
4811
|
-webkit-font-smoothing: antialiased;
|
4783
4812
|
vertical-align: middle;
|
4784
|
-
margin-right: var(--gap-
|
4813
|
+
margin-right: var(--gap-sm);
|
4814
|
+
height: var(--gap-xl);
|
4815
|
+
line-height: var(--gap-xl);
|
4816
|
+
align-items: center;
|
4785
4817
|
}
|
4786
4818
|
.antd-Toast-icon > svg {
|
4787
4819
|
top: 0;
|
@@ -4844,23 +4876,42 @@ input[type=button].antd-Button--block {
|
|
4844
4876
|
border-radius: var(--Alert-borderRadius);
|
4845
4877
|
margin-bottom: var(--Alert-marginBottom);
|
4846
4878
|
position: relative;
|
4879
|
+
color: var(--Alert-fontColor);
|
4880
|
+
display: flex;
|
4881
|
+
flex-flow: row nowrap;
|
4882
|
+
justify-content: space-between;
|
4883
|
+
align-items: flex-start;
|
4884
|
+
}
|
4885
|
+
.antd-Alert-icon {
|
4886
|
+
margin-right: 0.5rem;
|
4887
|
+
font-size: var(--fontSizeLg);
|
4888
|
+
}
|
4889
|
+
.antd-Alert-content {
|
4890
|
+
flex: 1;
|
4891
|
+
}
|
4892
|
+
.antd-Alert-content .antd-Alert-title {
|
4893
|
+
color: var(--text-color);
|
4894
|
+
font-size: var(--fontSizeBase);
|
4895
|
+
font-weight: 500;
|
4896
|
+
line-height: 1.5rem;
|
4897
|
+
margin-bottom: 0.25rem;
|
4898
|
+
}
|
4899
|
+
.antd-Alert-content .antd-Alert-desc {
|
4900
|
+
line-height: 1.5rem;
|
4847
4901
|
}
|
4848
4902
|
.antd-Alert-close {
|
4849
|
-
position: absolute;
|
4850
4903
|
outline: none;
|
4851
4904
|
padding: 0;
|
4852
4905
|
cursor: pointer;
|
4853
4906
|
background: transparent;
|
4854
4907
|
border: 0;
|
4855
|
-
float: right;
|
4856
4908
|
line-height: 1;
|
4857
4909
|
color: #000;
|
4858
4910
|
text-shadow: 0 1px 0 #fff;
|
4859
4911
|
filter: alpha(opacity=20);
|
4860
4912
|
opacity: 0.2;
|
4861
|
-
|
4862
|
-
|
4863
|
-
transform: translateY(-50%);
|
4913
|
+
margin-left: 0.5rem;
|
4914
|
+
line-height: 1.5rem;
|
4864
4915
|
}
|
4865
4916
|
.antd-Alert-close:hover {
|
4866
4917
|
color: #000;
|
@@ -5583,12 +5634,10 @@ input[type=button].antd-Button--block {
|
|
5583
5634
|
background: transparent;
|
5584
5635
|
pointer-events: none;
|
5585
5636
|
}
|
5586
|
-
.antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active, .antd-Nav .antd-Nav-list--stacked .antd-Badge.active, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active {
|
5587
|
-
background: var(--Nav-item-onActive-bg) !important;
|
5588
|
-
}
|
5589
5637
|
.antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > .antd-Badge > a, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > a, .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > a, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Nav-item-atcions, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > a, .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > .antd-Badge > a, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a {
|
5590
5638
|
color: var(--Nav-item-onActive-color);
|
5591
5639
|
position: relative;
|
5640
|
+
background: var(--Nav-item-onActive-bg);
|
5592
5641
|
}
|
5593
5642
|
.antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a::after, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions::after, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a::after, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > .antd-Badge > a::after, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions::after, .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > a::after, .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > a::after, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Nav-item-atcions::after, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > a::after, .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > .antd-Badge > a::after, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions::after, .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a::after {
|
5594
5643
|
transform: scaleY(1);
|
@@ -5692,6 +5741,31 @@ input[type=button].antd-Button--block {
|
|
5692
5741
|
.antd-Page-asideTplWrapper {
|
5693
5742
|
padding: var(--gap-xs);
|
5694
5743
|
}
|
5744
|
+
.antd-Page-asideResizor {
|
5745
|
+
position: absolute;
|
5746
|
+
right: -0.375rem;
|
5747
|
+
top: 50%;
|
5748
|
+
cursor: ew-resize;
|
5749
|
+
writing-mode: vertical-lr;
|
5750
|
+
width: 0.75rem;
|
5751
|
+
height: 1.5rem;
|
5752
|
+
margin-top: -0.75rem;
|
5753
|
+
border: 0.0625rem solid #dee2e6;
|
5754
|
+
background-color: #fff;
|
5755
|
+
border-radius: 0.142rem;
|
5756
|
+
font-size: 12px;
|
5757
|
+
line-height: 0.625rem;
|
5758
|
+
text-align: center;
|
5759
|
+
user-select: none;
|
5760
|
+
color: #666;
|
5761
|
+
}
|
5762
|
+
.antd-Page-asideResizor:hover {
|
5763
|
+
color: #000;
|
5764
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
5765
|
+
}
|
5766
|
+
.antd-Page-asideResizor:after {
|
5767
|
+
content: "···";
|
5768
|
+
}
|
5695
5769
|
|
5696
5770
|
.antd-Page-toolbar > * + * {
|
5697
5771
|
margin-left: var(--gap-xs);
|
@@ -5699,8 +5773,7 @@ input[type=button].antd-Button--block {
|
|
5699
5773
|
|
5700
5774
|
@media (min-width: 768px) {
|
5701
5775
|
.antd-Page-aside {
|
5702
|
-
|
5703
|
-
max-width: var(--Page-aside-maxWidth);
|
5776
|
+
width: var(--Page-aside-width);
|
5704
5777
|
border-right: var(--borderWidth) solid var(--borderColor);
|
5705
5778
|
}
|
5706
5779
|
.antd-Page-aside::before {
|
@@ -5713,6 +5786,10 @@ input[type=button].antd-Button--block {
|
|
5713
5786
|
background: inherit;
|
5714
5787
|
border: inherit;
|
5715
5788
|
}
|
5789
|
+
.antd-Page-aside--withWidth {
|
5790
|
+
min-width: var(--Page-aside-width);
|
5791
|
+
max-width: var(--Page-aside-maxWidth);
|
5792
|
+
}
|
5716
5793
|
|
5717
5794
|
.antd-Page--withSidebar {
|
5718
5795
|
display: flex;
|
@@ -6433,7 +6510,6 @@ input[type=button].antd-Button--block {
|
|
6433
6510
|
color: var(--text--loud-color);
|
6434
6511
|
padding: var(--Collapse-header-padding);
|
6435
6512
|
margin: 0;
|
6436
|
-
border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
|
6437
6513
|
cursor: pointer;
|
6438
6514
|
background: var(--Collapse-header-bg);
|
6439
6515
|
}
|
@@ -6451,7 +6527,7 @@ input[type=button].antd-Button--block {
|
|
6451
6527
|
display: inline-block;
|
6452
6528
|
width: 1rem;
|
6453
6529
|
text-align: center;
|
6454
|
-
margin-right: var(--gap-
|
6530
|
+
margin-right: var(--gap-sm);
|
6455
6531
|
}
|
6456
6532
|
.antd-Collapse-arrow:before {
|
6457
6533
|
content: "";
|
@@ -6524,6 +6600,9 @@ input[type=button].antd-Button--block {
|
|
6524
6600
|
font-weight: var(--Collapse-content-fontWeight);
|
6525
6601
|
}
|
6526
6602
|
|
6603
|
+
.antd-CollapseGroup .antd-Collapse:not(:last-child) {
|
6604
|
+
border-bottom: none;
|
6605
|
+
}
|
6527
6606
|
.antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-arrow {
|
6528
6607
|
float: right;
|
6529
6608
|
}
|
@@ -9230,7 +9309,7 @@ input[type=button].antd-Button--block {
|
|
9230
9309
|
float: left;
|
9231
9310
|
margin-right: var(--gap-base);
|
9232
9311
|
font-size: var(--fontSizeXl);
|
9233
|
-
text-transform: uppercase
|
9312
|
+
text-transform: uppercase;
|
9234
9313
|
}
|
9235
9314
|
.antd-Card-meta {
|
9236
9315
|
display: block;
|
@@ -10988,6 +11067,9 @@ fieldset.antd-Collapse--lg .collapse, fieldset.antd-Collapse--md .collapse, fiel
|
|
10988
11067
|
position: relative;
|
10989
11068
|
}
|
10990
11069
|
|
11070
|
+
fieldset.antd-Collapse {
|
11071
|
+
margin-bottom: var(--Form-item-gap);
|
11072
|
+
}
|
10991
11073
|
fieldset.antd-Collapse > legend {
|
10992
11074
|
font-weight: var(--fontWeightNormal);
|
10993
11075
|
padding: var(--gap-xs) 0;
|
@@ -13064,7 +13146,7 @@ fieldset.antd-Collapse--lg:after {
|
|
13064
13146
|
.antd-ColorPicker-preview {
|
13065
13147
|
display: flex;
|
13066
13148
|
align-items: center;
|
13067
|
-
margin-
|
13149
|
+
margin-right: var(--gap-sm);
|
13068
13150
|
cursor: pointer;
|
13069
13151
|
}
|
13070
13152
|
.antd-ColorPicker-previewIcon {
|
@@ -13092,15 +13174,40 @@ fieldset.antd-Collapse--lg:after {
|
|
13092
13174
|
.antd-ColorPicker-clear:hover svg {
|
13093
13175
|
fill: var(--Form-input-onHover-iconColor);
|
13094
13176
|
}
|
13177
|
+
.antd-ColorPicker-arrow {
|
13178
|
+
margin-right: var(--gap-xs);
|
13179
|
+
width: var(--gap-md);
|
13180
|
+
text-align: center;
|
13181
|
+
display: flex;
|
13182
|
+
align-items: center;
|
13183
|
+
justify-content: center;
|
13184
|
+
line-height: 1;
|
13185
|
+
}
|
13186
|
+
.antd-ColorPicker-arrow > svg {
|
13187
|
+
transition: transform var(--animation-duration);
|
13188
|
+
display: inline-block;
|
13189
|
+
color: var(--Form-select-caret-iconColor);
|
13190
|
+
width: 10px;
|
13191
|
+
height: 10px;
|
13192
|
+
top: 0;
|
13193
|
+
}
|
13194
|
+
.antd-ColorPicker.is-opened .antd-ColorPicker-arrow > svg {
|
13195
|
+
transform: rotate(180deg);
|
13196
|
+
}
|
13197
|
+
|
13198
|
+
.antd-ColorPicker-popover {
|
13199
|
+
border: none;
|
13200
|
+
box-shadow: none;
|
13201
|
+
}
|
13095
13202
|
|
13096
13203
|
.antd-ColorControl:not(.is-inline) > .antd-ColorPicker {
|
13097
13204
|
display: flex;
|
13098
13205
|
}
|
13099
13206
|
|
13100
13207
|
.sketch-picker {
|
13101
|
-
box-shadow: none !important;
|
13102
|
-
border-radius: 0 !important;
|
13103
13208
|
border: none !important;
|
13209
|
+
border-radius: var(--borderRadius) !important;
|
13210
|
+
box-shadow: var(--ColorPicker-boxShadow) !important;
|
13104
13211
|
}
|
13105
13212
|
|
13106
13213
|
.antd-DatePicker {
|
@@ -15611,6 +15718,7 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15611
15718
|
}
|
15612
15719
|
.antd-TabsTransfer-tab {
|
15613
15720
|
padding: 0;
|
15721
|
+
overflow: auto;
|
15614
15722
|
}
|
15615
15723
|
.antd-TabsTransfer-tabs {
|
15616
15724
|
display: flex;
|