amis 1.4.2-beta.12 → 1.4.2-beta.17
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/Schema.d.ts +4 -3
- package/lib/Schema.js.map +1 -1
- package/lib/components/AssociatedSelection.js +2 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/Checkbox.d.ts +20 -20
- package/lib/components/Collapse.d.ts +51 -23
- package/lib/components/Collapse.js +69 -11
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/CollapseGroup.d.ts +88 -0
- package/lib/components/CollapseGroup.js +81 -0
- package/lib/components/CollapseGroup.js.map +13 -0
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GridNav.d.ts +52 -0
- package/lib/components/GridNav.js +123 -0
- package/lib/components/GridNav.js.map +13 -0
- package/lib/components/InputBox.d.ts +22 -21
- package/lib/components/InputBox.js +10 -2
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/ResultBox.js +10 -2
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/TabsTransfer.d.ts +84 -84
- package/lib/components/Toast.d.ts +86 -85
- package/lib/components/Toast.js +6 -3
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/Transfer.d.ts +84 -84
- package/lib/components/TransferDropDown.d.ts +85 -84
- package/lib/components/TransferDropDown.js +2 -2
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/TransferPicker.d.ts +4 -0
- package/lib/components/TransferPicker.js +2 -2
- package/lib/components/TransferPicker.js.map +2 -2
- package/lib/components/Tree.d.ts +115 -84
- package/lib/components/Tree.js +183 -30
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/envOverwrite.d.ts +1 -1
- package/lib/envOverwrite.js +24 -9
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +11 -1
- package/lib/factory.js +31 -4
- package/lib/factory.js.map +2 -2
- package/lib/icons/download.js +7 -0
- package/lib/icons/drag-bar.js +10 -3
- package/lib/index.d.ts +2 -0
- package/lib/index.js +3 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Collapse.d.ts +25 -20
- package/lib/renderers/Collapse.js +10 -73
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/CollapseGroup.d.ts +42 -0
- package/lib/renderers/CollapseGroup.js +33 -0
- package/lib/renderers/CollapseGroup.js.map +13 -0
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputFile.d.ts +6 -0
- package/lib/renderers/Form/InputFile.js +18 -4
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/Item.js +2 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +1 -0
- package/lib/renderers/Form/Select.js +2 -2
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +4 -0
- package/lib/renderers/Form/TransferPicker.js +2 -2
- package/lib/renderers/Form/TransferPicker.js.map +2 -2
- package/lib/renderers/Form/index.js +1 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/GridNav.d.ts +99 -0
- package/lib/renderers/GridNav.js +82 -0
- package/lib/renderers/GridNav.js.map +13 -0
- package/lib/store/formItem.js +60 -4
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/table.js +5 -5
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +224 -31
- package/lib/themes/ang.css +224 -31
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +224 -31
- package/lib/themes/antd.css +224 -31
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +231 -38
- package/lib/themes/cxd.css +231 -38
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +224 -31
- package/lib/themes/dark.css +224 -31
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +231 -38
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +1 -1
- package/lib/types.js.map +1 -1
- package/lib/utils/api.d.ts +1 -0
- package/lib/utils/api.js +77 -6
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/helper.d.ts +6 -0
- package/lib/utils/helper.js +18 -1
- package/lib/utils/helper.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +278 -48
- package/scss/base/_common.scss +3 -0
- package/scss/components/_anchor-nav.scss +1 -0
- package/scss/components/_collapse-group.scss +11 -0
- package/scss/components/_collapse.scss +33 -22
- package/scss/components/_grid-nav.scss +128 -0
- package/scss/components/_input-box.scss +1 -0
- package/scss/components/_nav.scss +1 -1
- package/scss/components/_picker-columns.scss +1 -0
- package/scss/components/_popover.scss +0 -4
- package/scss/components/_result-box.scss +1 -0
- package/scss/components/_spinner.scss +5 -4
- package/scss/components/_table.scss +6 -0
- package/scss/components/form/_combo.scss +4 -0
- package/scss/components/form/_file.scss +11 -0
- package/scss/components/form/_tree.scss +42 -0
- package/scss/themes/_common.scss +3 -0
- package/scss/themes/_cxd-variables.scss +6 -7
- package/scss/themes/cxd.scss +1 -0
- package/sdk/ang-ie11.css +268 -32
- package/sdk/ang.css +263 -31
- package/sdk/antd-ie11.css +268 -32
- package/sdk/antd.css +263 -31
- package/sdk/charts.js +15 -15
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +274 -36
- package/sdk/cxd.css +270 -38
- package/sdk/dark-ie11.css +268 -32
- package/sdk/dark.css +263 -31
- 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 +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +274 -36
- package/sdk/sdk.css +270 -38
- package/sdk/sdk.js +1179 -1143
- 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/Schema.ts +5 -1
- package/src/components/AssociatedSelection.tsx +3 -1
- package/src/components/Collapse.tsx +144 -20
- package/src/components/CollapseGroup.tsx +130 -0
- package/src/components/GridNav.tsx +233 -0
- package/src/components/InputBox.tsx +10 -9
- package/src/components/ResultBox.tsx +9 -9
- package/src/components/Toast.tsx +23 -16
- package/src/components/TransferDropDown.tsx +4 -1
- package/src/components/TransferPicker.tsx +7 -0
- package/src/components/Tree.tsx +194 -8
- package/src/components/icons.tsx +2 -0
- package/src/envOverwrite.ts +20 -7
- package/src/factory.tsx +52 -6
- package/src/icons/download.svg +4 -0
- package/src/icons/drag-bar.svg +12 -6
- package/src/index.tsx +2 -0
- package/src/locale/en-US.ts +1 -0
- package/src/locale/zh-CN.ts +1 -0
- package/src/renderers/Collapse.tsx +70 -117
- package/src/renderers/CollapseGroup.tsx +80 -0
- package/src/renderers/Form/InputFile.tsx +36 -4
- package/src/renderers/Form/Item.tsx +2 -1
- package/src/renderers/Form/Select.tsx +6 -2
- package/src/renderers/Form/TransferPicker.tsx +7 -1
- package/src/renderers/Form/index.tsx +1 -2
- package/src/renderers/GridNav.tsx +204 -0
- package/src/store/formItem.ts +116 -3
- package/src/store/table.ts +9 -5
- package/src/types.ts +1 -1
- package/src/utils/api.ts +93 -6
- package/src/utils/helper.ts +19 -0
- package/tsconfig-for-declaration.json +1 -1
package/sdk/antd-ie11.css
CHANGED
@@ -19576,6 +19576,10 @@ readers do not read off random characters that represent icons */
|
|
19576
19576
|
height: 100%;
|
19577
19577
|
}
|
19578
19578
|
|
19579
|
+
.amis-scope .has-popover {
|
19580
|
+
position: relative;
|
19581
|
+
}
|
19582
|
+
|
19579
19583
|
.amis-scope,
|
19580
19584
|
.amis-scope {
|
19581
19585
|
width: 100%;
|
@@ -22762,10 +22766,6 @@ readers do not read off random characters that represent icons */
|
|
22762
22766
|
margin-top: -0.25rem;
|
22763
22767
|
}
|
22764
22768
|
|
22765
|
-
.amis-scope .has-popover {
|
22766
|
-
position: relative;
|
22767
|
-
}
|
22768
|
-
|
22769
22769
|
.amis-scope .antd-PickerColumns {
|
22770
22770
|
position: relative;
|
22771
22771
|
background-color: white;
|
@@ -22819,6 +22819,7 @@ readers do not read off random characters that represent icons */
|
|
22819
22819
|
}
|
22820
22820
|
|
22821
22821
|
.amis-scope .antd-PickerColumns-columns {
|
22822
|
+
touch-action: none;
|
22822
22823
|
position: relative;
|
22823
22824
|
display: flex;
|
22824
22825
|
cursor: grab;
|
@@ -23902,8 +23903,8 @@ readers do not read off random characters that represent icons */
|
|
23902
23903
|
cursor: move;
|
23903
23904
|
position: absolute;
|
23904
23905
|
left: 0;
|
23905
|
-
top: 0.6875rem;
|
23906
23906
|
display: none;
|
23907
|
+
line-height: 0;
|
23907
23908
|
}
|
23908
23909
|
|
23909
23910
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .icon,
|
@@ -24777,13 +24778,14 @@ readers do not read off random characters that represent icons */
|
|
24777
24778
|
.amis-scope .antd-Spinner--icon {
|
24778
24779
|
background: transparent;
|
24779
24780
|
animation: spin 2s linear infinite;
|
24780
|
-
width:
|
24781
|
-
height:
|
24781
|
+
width: 16px;
|
24782
|
+
height: 16px;
|
24782
24783
|
}
|
24783
24784
|
|
24784
24785
|
.amis-scope .antd-Spinner--icon svg.icon {
|
24785
|
-
width:
|
24786
|
-
height:
|
24786
|
+
width: 16px;
|
24787
|
+
height: 16px;
|
24788
|
+
top: 0;
|
24787
24789
|
}
|
24788
24790
|
|
24789
24791
|
.amis-scope .antd-Spinner--overlay {
|
@@ -25047,7 +25049,7 @@ readers do not read off random characters that represent icons */
|
|
25047
25049
|
.amis-scope .antd-Collapse {
|
25048
25050
|
border: none;
|
25049
25051
|
padding: 0;
|
25050
|
-
|
25052
|
+
line-height: 1.25rem;
|
25051
25053
|
}
|
25052
25054
|
|
25053
25055
|
.amis-scope .antd-Collapse-header {
|
@@ -25057,6 +25059,7 @@ readers do not read off random characters that represent icons */
|
|
25057
25059
|
padding: 1.125rem 0 0.25rem 0;
|
25058
25060
|
margin: 0;
|
25059
25061
|
border-bottom: 0.0625rem solid #dfe2e6;
|
25062
|
+
cursor: pointer;
|
25060
25063
|
background: transparent;
|
25061
25064
|
}
|
25062
25065
|
|
@@ -25077,8 +25080,7 @@ readers do not read off random characters that represent icons */
|
|
25077
25080
|
display: inline-block;
|
25078
25081
|
width: 1rem;
|
25079
25082
|
text-align: center;
|
25080
|
-
margin-right: 0.
|
25081
|
-
cursor: pointer;
|
25083
|
+
margin-right: 0.25rem;
|
25082
25084
|
}
|
25083
25085
|
|
25084
25086
|
.amis-scope .antd-Collapse-arrow:before {
|
@@ -25087,37 +25089,50 @@ readers do not read off random characters that represent icons */
|
|
25087
25089
|
display: inline-block;
|
25088
25090
|
width: 0.375rem;
|
25089
25091
|
height: 0.375rem;
|
25090
|
-
top: -0.
|
25092
|
+
top: -0.125rem;
|
25091
25093
|
border-color: rgba(0, 0, 0, 0.85);
|
25092
25094
|
border-style: solid;
|
25093
25095
|
border-width: 0.0625rem 0.0625rem 0 0;
|
25094
|
-
transform: rotate(
|
25096
|
+
transform: rotate(45deg);
|
25095
25097
|
transform-origin: 50% 50%;
|
25096
25098
|
}
|
25097
25099
|
|
25098
|
-
.amis-scope .antd-Collapse-
|
25100
|
+
.amis-scope .antd-Collapse-icon-tranform {
|
25099
25101
|
display: inline-block;
|
25102
|
+
width: 1rem;
|
25103
|
+
text-align: center;
|
25104
|
+
margin-right: 0.25rem;
|
25100
25105
|
}
|
25101
25106
|
|
25102
|
-
.amis-scope .antd-Collapse
|
25103
|
-
|
25104
|
-
transform-origin: 0% 50%;
|
25107
|
+
.amis-scope .antd-Collapse .antd-TplField {
|
25108
|
+
display: inline-block;
|
25105
25109
|
}
|
25106
25110
|
|
25107
|
-
.amis-scope .antd-Collapse.is-
|
25108
|
-
|
25109
|
-
|
25111
|
+
.amis-scope .antd-Collapse.is-active .antd-Collapse-arrow:before {
|
25112
|
+
transform: rotate(135deg);
|
25113
|
+
transform-origin: 50% 30%;
|
25110
25114
|
}
|
25111
25115
|
|
25112
|
-
.amis-scope .antd-Collapse
|
25113
|
-
|
25116
|
+
.amis-scope .antd-Collapse.is-active .antd-Collapse-icon-tranform {
|
25117
|
+
transform: rotate(90deg);
|
25118
|
+
}
|
25119
|
+
|
25120
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-header {
|
25121
|
+
cursor: not-allowed;
|
25114
25122
|
user-select: none;
|
25123
|
+
color: #999;
|
25124
|
+
}
|
25125
|
+
|
25126
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-header:hover {
|
25127
|
+
background-color: var(--Collapse-header-bg-disabled-color);
|
25128
|
+
}
|
25129
|
+
|
25130
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-arrow:before {
|
25131
|
+
border-color: #999;
|
25115
25132
|
}
|
25116
25133
|
|
25117
25134
|
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-header {
|
25118
25135
|
text-align: center;
|
25119
|
-
color: #1890ff;
|
25120
|
-
border-left: none;
|
25121
25136
|
font-size: 0.875rem;
|
25122
25137
|
border-top: none;
|
25123
25138
|
border-bottom: 0.0625rem solid
|
@@ -25129,15 +25144,13 @@ readers do not read off random characters that represent icons */
|
|
25129
25144
|
}
|
25130
25145
|
|
25131
25146
|
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
|
25132
|
-
top: 0.
|
25133
|
-
transform: rotate(
|
25134
|
-
transform-origin: 0% 50%;
|
25147
|
+
top: -0.25rem;
|
25148
|
+
transform: rotate(135deg);
|
25135
25149
|
}
|
25136
25150
|
|
25137
|
-
.amis-scope .antd-Collapse--title-bottom.is-
|
25138
|
-
top:
|
25139
|
-
transform: rotate(
|
25140
|
-
transform-origin: 0% 50%;
|
25151
|
+
.amis-scope .antd-Collapse--title-bottom.is-active .antd-Collapse-arrow:before {
|
25152
|
+
top: 0;
|
25153
|
+
transform: rotate(-45deg);
|
25141
25154
|
}
|
25142
25155
|
|
25143
25156
|
.amis-scope .antd-Collapse-contentWrapper {
|
@@ -25157,6 +25170,10 @@ readers do not read off random characters that represent icons */
|
|
25157
25170
|
font-weight: 400;
|
25158
25171
|
}
|
25159
25172
|
|
25173
|
+
.amis-scope .antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-arrow {
|
25174
|
+
float: right;
|
25175
|
+
}
|
25176
|
+
|
25160
25177
|
.amis-scope .antd-ColorField {
|
25161
25178
|
display: inline-block;
|
25162
25179
|
}
|
@@ -27314,6 +27331,11 @@ readers do not read off random characters that represent icons */
|
|
27314
27331
|
cursor: move;
|
27315
27332
|
}
|
27316
27333
|
|
27334
|
+
.amis-scope .antd-Table-table > thead > tr > th.antd-Table-dragCell > svg,
|
27335
|
+
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-dragCell > svg {
|
27336
|
+
vertical-align: middle;
|
27337
|
+
}
|
27338
|
+
|
27317
27339
|
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell {
|
27318
27340
|
position: relative;
|
27319
27341
|
}
|
@@ -27687,6 +27709,10 @@ readers do not read off random characters that represent icons */
|
|
27687
27709
|
color: #1890ff;
|
27688
27710
|
}
|
27689
27711
|
|
27712
|
+
.amis-scope .antd-Table-dragBtn > svg {
|
27713
|
+
vertical-align: -2px;
|
27714
|
+
}
|
27715
|
+
|
27690
27716
|
.amis-scope .antd-Table-table > tbody > tr:hover .antd-Table-dragBtn,
|
27691
27717
|
.amis-scope .antd-Table-table > tbody > tr.is-dragging .antd-Table-dragBtn,
|
27692
27718
|
.amis-scope .antd-Table-table > tbody > tr.is-drop-allowed .antd-Table-dragBtn {
|
@@ -29772,6 +29798,16 @@ readers do not read off random characters that represent icons */
|
|
29772
29798
|
border-color: #40a9ff;
|
29773
29799
|
}
|
29774
29800
|
|
29801
|
+
.amis-scope .antd-InputBox--borderHalf {
|
29802
|
+
border-left-color: transparent !important;
|
29803
|
+
border-right-color: transparent !important;
|
29804
|
+
border-top-color: transparent !important;
|
29805
|
+
}
|
29806
|
+
|
29807
|
+
.amis-scope .antd-InputBox--borderNone {
|
29808
|
+
border-color: transparent !important;
|
29809
|
+
}
|
29810
|
+
|
29775
29811
|
.amis-scope .antd-InputBox--inline {
|
29776
29812
|
display: inline-flex;
|
29777
29813
|
}
|
@@ -29878,6 +29914,16 @@ readers do not read off random characters that represent icons */
|
|
29878
29914
|
border-color: #40a9ff;
|
29879
29915
|
}
|
29880
29916
|
|
29917
|
+
.amis-scope .antd-ResultBox--borderHalf {
|
29918
|
+
border-left-color: transparent !important;
|
29919
|
+
border-right-color: transparent !important;
|
29920
|
+
border-top-color: transparent !important;
|
29921
|
+
}
|
29922
|
+
|
29923
|
+
.amis-scope .antd-ResultBox--borderNone {
|
29924
|
+
border-color: transparent !important;
|
29925
|
+
}
|
29926
|
+
|
29881
29927
|
.amis-scope .antd-ResultBox.is-error {
|
29882
29928
|
border-color: #ff4d4f;
|
29883
29929
|
background: #fff;
|
@@ -30447,6 +30493,133 @@ readers do not read off random characters that represent icons */
|
|
30447
30493
|
display: none;
|
30448
30494
|
}
|
30449
30495
|
|
30496
|
+
.amis-scope .u-hairline::after {
|
30497
|
+
position: absolute;
|
30498
|
+
box-sizing: border-box;
|
30499
|
+
content: " ";
|
30500
|
+
pointer-events: none;
|
30501
|
+
top: -50%;
|
30502
|
+
right: -50%;
|
30503
|
+
bottom: -50%;
|
30504
|
+
left: -50%;
|
30505
|
+
border: 0 solid #dfe2e6;
|
30506
|
+
z-index: 1;
|
30507
|
+
transform: scale(0.5);
|
30508
|
+
}
|
30509
|
+
|
30510
|
+
.amis-scope .antd-GridNav {
|
30511
|
+
display: flex;
|
30512
|
+
flex-wrap: wrap;
|
30513
|
+
}
|
30514
|
+
|
30515
|
+
.amis-scope .antd-GridNav-top {
|
30516
|
+
position: relative;
|
30517
|
+
}
|
30518
|
+
|
30519
|
+
.amis-scope .antd-GridNav-top::after {
|
30520
|
+
border-top-width: 0.0625rem;
|
30521
|
+
}
|
30522
|
+
|
30523
|
+
.amis-scope .antd-GridNavItem {
|
30524
|
+
position: relative;
|
30525
|
+
box-sizing: border-box;
|
30526
|
+
}
|
30527
|
+
|
30528
|
+
.amis-scope .antd-GridNavItem--square {
|
30529
|
+
height: 0;
|
30530
|
+
position: relative;
|
30531
|
+
}
|
30532
|
+
|
30533
|
+
.amis-scope .antd-GridNavItem-icon {
|
30534
|
+
width: var(--rv-grid-item-icon-size);
|
30535
|
+
}
|
30536
|
+
|
30537
|
+
.amis-scope .antd-GridNavItem-text {
|
30538
|
+
color: rgba(0, 0, 0, 0.85);
|
30539
|
+
font-size: 0.75rem;
|
30540
|
+
line-height: 1.5;
|
30541
|
+
word-break: break-all;
|
30542
|
+
flex-shrink: 0;
|
30543
|
+
}
|
30544
|
+
|
30545
|
+
.amis-scope .antd-GridNavItem-icon + .antd-GridNavItem-text {
|
30546
|
+
margin-top: 0.5rem;
|
30547
|
+
}
|
30548
|
+
|
30549
|
+
.amis-scope .antd-GridNavItem-image {
|
30550
|
+
display: inline-block;
|
30551
|
+
}
|
30552
|
+
|
30553
|
+
.amis-scope .antd-GridNavItem-image svg,
|
30554
|
+
.amis-scope .antd-GridNavItem-image img {
|
30555
|
+
max-width: 100%;
|
30556
|
+
display: block;
|
30557
|
+
width: 60%;
|
30558
|
+
margin: 0 auto;
|
30559
|
+
}
|
30560
|
+
|
30561
|
+
.amis-scope .antd-GridNavItem-content {
|
30562
|
+
display: flex;
|
30563
|
+
flex-direction: column;
|
30564
|
+
box-sizing: border-box;
|
30565
|
+
height: 100%;
|
30566
|
+
padding: 1rem 0.5rem;
|
30567
|
+
background-color: #fff;
|
30568
|
+
position: relative;
|
30569
|
+
}
|
30570
|
+
|
30571
|
+
.amis-scope .antd-GridNavItem-content .antd-Badge-text {
|
30572
|
+
z-index: 10;
|
30573
|
+
}
|
30574
|
+
|
30575
|
+
.amis-scope .antd-GridNavItem-content--border::after {
|
30576
|
+
border-width: 0 0.0625rem 0.0625rem 0;
|
30577
|
+
}
|
30578
|
+
|
30579
|
+
.amis-scope .antd-GridNavItem-content--square {
|
30580
|
+
position: absolute;
|
30581
|
+
top: 0;
|
30582
|
+
right: 0;
|
30583
|
+
left: 0;
|
30584
|
+
}
|
30585
|
+
|
30586
|
+
.amis-scope .antd-GridNavItem-content--center {
|
30587
|
+
align-items: center;
|
30588
|
+
justify-content: center;
|
30589
|
+
}
|
30590
|
+
|
30591
|
+
.amis-scope .antd-GridNavItem-content--horizontal {
|
30592
|
+
flex-direction: row;
|
30593
|
+
}
|
30594
|
+
|
30595
|
+
.amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-text {
|
30596
|
+
margin: 0 0 0 0.5rem;
|
30597
|
+
}
|
30598
|
+
|
30599
|
+
.amis-scope .antd-GridNavItem-content--reverse {
|
30600
|
+
flex-direction: column-reverse;
|
30601
|
+
}
|
30602
|
+
|
30603
|
+
.amis-scope .antd-GridNavItem-content--reverse .antd-GridNavItem-text {
|
30604
|
+
margin: 0 0 0.5rem;
|
30605
|
+
}
|
30606
|
+
|
30607
|
+
.amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-content--reverse {
|
30608
|
+
flex-direction: row-reverse;
|
30609
|
+
}
|
30610
|
+
|
30611
|
+
.amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-content--reverse .antd-GridNavItem-text {
|
30612
|
+
margin: 0 0.5rem 0 0;
|
30613
|
+
}
|
30614
|
+
|
30615
|
+
.amis-scope .antd-GridNavItem-content--surround::after {
|
30616
|
+
border-width: 0.0625rem;
|
30617
|
+
}
|
30618
|
+
|
30619
|
+
.amis-scope .antd-GridNavItem-content--clickable {
|
30620
|
+
cursor: pointer;
|
30621
|
+
}
|
30622
|
+
|
30450
30623
|
.amis-scope fieldset.antd-Collapse--lg,
|
30451
30624
|
.amis-scope fieldset.antd-Collapse--md,
|
30452
30625
|
.amis-scope fieldset.antd-Collapse--base,
|
@@ -34026,6 +34199,22 @@ readers do not read off random characters that represent icons */
|
|
34026
34199
|
height: 100%;
|
34027
34200
|
}
|
34028
34201
|
|
34202
|
+
.amis-scope .antd-FileControl-templateInfo {
|
34203
|
+
display: block;
|
34204
|
+
margin-bottom: 0.75rem;
|
34205
|
+
padding: calc(
|
34206
|
+
(
|
34207
|
+
1.875rem - 0.0625rem * 2 -
|
34208
|
+
1.4285714286 * 0.875rem
|
34209
|
+
) / 2
|
34210
|
+
) 0.75rem;
|
34211
|
+
cursor: pointer;
|
34212
|
+
}
|
34213
|
+
|
34214
|
+
.amis-scope .antd-FileControl-templateInfo > svg {
|
34215
|
+
margin-right: 0.25rem;
|
34216
|
+
}
|
34217
|
+
|
34029
34218
|
.amis-scope .antd-FileControl-dropzone {
|
34030
34219
|
outline: none;
|
34031
34220
|
}
|
@@ -34715,6 +34904,10 @@ readers do not read off random characters that represent icons */
|
|
34715
34904
|
pointer-events: none;
|
34716
34905
|
}
|
34717
34906
|
|
34907
|
+
.amis-scope .antd-Tree.is-draggable {
|
34908
|
+
position: relative;
|
34909
|
+
}
|
34910
|
+
|
34718
34911
|
.amis-scope .antd-Tree--outline .antd-Tree-sublist .antd-Tree-item--isLeaf:before {
|
34719
34912
|
position: absolute;
|
34720
34913
|
top: -8px;
|
@@ -34755,6 +34948,10 @@ readers do not read off random characters that represent icons */
|
|
34755
34948
|
left: -99999px;
|
34756
34949
|
}
|
34757
34950
|
|
34951
|
+
.amis-scope .antd-Tree.is-draggable .antd-Tree-itemLabel:hover::after {
|
34952
|
+
display: none;
|
34953
|
+
}
|
34954
|
+
|
34758
34955
|
.amis-scope .antd-Tree-item-icons {
|
34759
34956
|
visibility: hidden;
|
34760
34957
|
transition: visibility 0s ease;
|
@@ -34868,6 +35065,11 @@ readers do not read off random characters that represent icons */
|
|
34868
35065
|
width: calc(0.75rem + 0.25rem);
|
34869
35066
|
}
|
34870
35067
|
|
35068
|
+
.amis-scope .antd-Tree-itemDrager {
|
35069
|
+
cursor: move;
|
35070
|
+
color: inherit;
|
35071
|
+
}
|
35072
|
+
|
34871
35073
|
.amis-scope .antd-Tree-spinner {
|
34872
35074
|
margin-right: 0.25rem;
|
34873
35075
|
}
|
@@ -34914,6 +35116,35 @@ readers do not read off random characters that represent icons */
|
|
34914
35116
|
color: #999;
|
34915
35117
|
}
|
34916
35118
|
|
35119
|
+
.amis-scope .antd-Tree-dropIndicator {
|
35120
|
+
position: absolute;
|
35121
|
+
height: 0.125rem;
|
35122
|
+
background-color: #1890ff;
|
35123
|
+
border-radius: 0.0625rem;
|
35124
|
+
z-index: 1;
|
35125
|
+
}
|
35126
|
+
|
35127
|
+
.amis-scope .antd-Tree-dropIndicator::after {
|
35128
|
+
position: absolute;
|
35129
|
+
top: -0.1875rem;
|
35130
|
+
left: -0.375rem;
|
35131
|
+
width: 0.5rem;
|
35132
|
+
height: 0.5rem;
|
35133
|
+
background-color: transparent;
|
35134
|
+
border: 0.125rem solid #1890ff;
|
35135
|
+
border-radius: 50%;
|
35136
|
+
content: "";
|
35137
|
+
}
|
35138
|
+
|
35139
|
+
.amis-scope .antd-Tree-dropIndicator--hover {
|
35140
|
+
border-radius: 0;
|
35141
|
+
background-color: rgba(0, 126, 255, 0.08);
|
35142
|
+
}
|
35143
|
+
|
35144
|
+
.amis-scope .antd-Tree-dropIndicator--hover::after {
|
35145
|
+
display: none;
|
35146
|
+
}
|
35147
|
+
|
34917
35148
|
.amis-scope .antd-TreeSelectControl {
|
34918
35149
|
position: relative;
|
34919
35150
|
}
|
@@ -35269,6 +35500,8 @@ readers do not read off random characters that represent icons */
|
|
35269
35500
|
0.875rem
|
35270
35501
|
) / 2
|
35271
35502
|
) 0.375rem 0 0;
|
35503
|
+
display: flex;
|
35504
|
+
align-items: center;
|
35272
35505
|
}
|
35273
35506
|
|
35274
35507
|
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder)::before,
|
@@ -35335,6 +35568,8 @@ readers do not read off random characters that represent icons */
|
|
35335
35568
|
) / 2
|
35336
35569
|
);
|
35337
35570
|
left: -1.875rem;
|
35571
|
+
display: flex;
|
35572
|
+
align-items: center;
|
35338
35573
|
}
|
35339
35574
|
|
35340
35575
|
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder).is-draggable > .antd-Combo-items > .antd-Combo-item {
|
@@ -37084,6 +37319,7 @@ readers do not read off random characters that represent icons */
|
|
37084
37319
|
border: none;
|
37085
37320
|
flex-grow: 1;
|
37086
37321
|
overflow: auto;
|
37322
|
+
scroll-behavior: smooth;
|
37087
37323
|
background: #fff;
|
37088
37324
|
}
|
37089
37325
|
|