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/sdk-ie11.css
CHANGED
@@ -19573,6 +19573,10 @@ readers do not read off random characters that represent icons */
|
|
19573
19573
|
height: 100%;
|
19574
19574
|
}
|
19575
19575
|
|
19576
|
+
.amis-scope .has-popover {
|
19577
|
+
position: relative;
|
19578
|
+
}
|
19579
|
+
|
19576
19580
|
.amis-scope,
|
19577
19581
|
.amis-scope {
|
19578
19582
|
width: 100%;
|
@@ -22756,10 +22760,6 @@ readers do not read off random characters that represent icons */
|
|
22756
22760
|
margin-top: -0.25rem;
|
22757
22761
|
}
|
22758
22762
|
|
22759
|
-
.amis-scope .has-popover {
|
22760
|
-
position: relative;
|
22761
|
-
}
|
22762
|
-
|
22763
22763
|
.amis-scope .cxd-PickerColumns {
|
22764
22764
|
position: relative;
|
22765
22765
|
background-color: white;
|
@@ -22813,6 +22813,7 @@ readers do not read off random characters that represent icons */
|
|
22813
22813
|
}
|
22814
22814
|
|
22815
22815
|
.amis-scope .cxd-PickerColumns-columns {
|
22816
|
+
touch-action: none;
|
22816
22817
|
position: relative;
|
22817
22818
|
display: flex;
|
22818
22819
|
cursor: grab;
|
@@ -23896,8 +23897,8 @@ readers do not read off random characters that represent icons */
|
|
23896
23897
|
cursor: move;
|
23897
23898
|
position: absolute;
|
23898
23899
|
left: 0;
|
23899
|
-
top: 0.6875rem;
|
23900
23900
|
display: none;
|
23901
|
+
line-height: 0;
|
23901
23902
|
}
|
23902
23903
|
|
23903
23904
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .icon,
|
@@ -24771,13 +24772,14 @@ readers do not read off random characters that represent icons */
|
|
24771
24772
|
.amis-scope .cxd-Spinner--icon {
|
24772
24773
|
background: transparent;
|
24773
24774
|
animation: spin 2s linear infinite;
|
24774
|
-
width:
|
24775
|
-
height:
|
24775
|
+
width: 16px;
|
24776
|
+
height: 16px;
|
24776
24777
|
}
|
24777
24778
|
|
24778
24779
|
.amis-scope .cxd-Spinner--icon svg.icon {
|
24779
|
-
width:
|
24780
|
-
height:
|
24780
|
+
width: 16px;
|
24781
|
+
height: 16px;
|
24782
|
+
top: 0;
|
24781
24783
|
}
|
24782
24784
|
|
24783
24785
|
.amis-scope .cxd-Spinner--overlay {
|
@@ -25039,19 +25041,20 @@ readers do not read off random characters that represent icons */
|
|
25039
25041
|
}
|
25040
25042
|
|
25041
25043
|
.amis-scope .cxd-Collapse {
|
25042
|
-
border: 0.0625rem solid #
|
25044
|
+
border: 0.0625rem solid #EBEDF5;
|
25043
25045
|
padding: 0;
|
25044
|
-
|
25046
|
+
line-height: 1.25rem;
|
25045
25047
|
}
|
25046
25048
|
|
25047
25049
|
.amis-scope .cxd-Collapse-header {
|
25048
25050
|
font-size: 14px;
|
25049
25051
|
font-weight: 500;
|
25050
25052
|
color: #333;
|
25051
|
-
padding:
|
25053
|
+
padding: 0.875rem;
|
25052
25054
|
margin: 0;
|
25053
|
-
border-bottom: 0.0625rem solid #
|
25054
|
-
|
25055
|
+
border-bottom: 0.0625rem solid #EBEDF5;
|
25056
|
+
cursor: pointer;
|
25057
|
+
background: #F6F7FA;
|
25055
25058
|
}
|
25056
25059
|
|
25057
25060
|
.amis-scope .cxd-Collapse-header-wrapper {
|
@@ -25064,15 +25067,14 @@ readers do not read off random characters that represent icons */
|
|
25064
25067
|
}
|
25065
25068
|
|
25066
25069
|
.amis-scope .cxd-Collapse-header:hover {
|
25067
|
-
background: #
|
25070
|
+
background: #F3F9FE;
|
25068
25071
|
}
|
25069
25072
|
|
25070
25073
|
.amis-scope .cxd-Collapse-arrow {
|
25071
25074
|
display: inline-block;
|
25072
25075
|
width: 1rem;
|
25073
25076
|
text-align: center;
|
25074
|
-
margin-right: 0.
|
25075
|
-
cursor: pointer;
|
25077
|
+
margin-right: 0.25rem;
|
25076
25078
|
}
|
25077
25079
|
|
25078
25080
|
.amis-scope .cxd-Collapse-arrow:before {
|
@@ -25081,36 +25083,50 @@ readers do not read off random characters that represent icons */
|
|
25081
25083
|
display: inline-block;
|
25082
25084
|
width: 0.375rem;
|
25083
25085
|
height: 0.375rem;
|
25084
|
-
top: -0.
|
25086
|
+
top: -0.125rem;
|
25085
25087
|
border-color: #151a26;
|
25086
25088
|
border-style: solid;
|
25087
25089
|
border-width: 0.0625rem 0.0625rem 0 0;
|
25088
|
-
transform: rotate(
|
25090
|
+
transform: rotate(45deg);
|
25089
25091
|
transform-origin: 50% 50%;
|
25090
25092
|
}
|
25091
25093
|
|
25092
|
-
.amis-scope .cxd-Collapse-
|
25094
|
+
.amis-scope .cxd-Collapse-icon-tranform {
|
25093
25095
|
display: inline-block;
|
25096
|
+
width: 1rem;
|
25097
|
+
text-align: center;
|
25098
|
+
margin-right: 0.25rem;
|
25094
25099
|
}
|
25095
25100
|
|
25096
|
-
.amis-scope .cxd-Collapse
|
25097
|
-
|
25098
|
-
transform-origin: 0% 50%;
|
25101
|
+
.amis-scope .cxd-Collapse .cxd-TplField {
|
25102
|
+
display: inline-block;
|
25099
25103
|
}
|
25100
25104
|
|
25101
|
-
.amis-scope .cxd-Collapse.is-
|
25102
|
-
|
25105
|
+
.amis-scope .cxd-Collapse.is-active .cxd-Collapse-arrow:before {
|
25106
|
+
transform: rotate(135deg);
|
25107
|
+
transform-origin: 50% 30%;
|
25103
25108
|
}
|
25104
25109
|
|
25105
|
-
.amis-scope .cxd-Collapse
|
25106
|
-
|
25110
|
+
.amis-scope .cxd-Collapse.is-active .cxd-Collapse-icon-tranform {
|
25111
|
+
transform: rotate(90deg);
|
25112
|
+
}
|
25113
|
+
|
25114
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-header {
|
25115
|
+
cursor: not-allowed;
|
25107
25116
|
user-select: none;
|
25117
|
+
color: #b4b6ba;
|
25118
|
+
}
|
25119
|
+
|
25120
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-header:hover {
|
25121
|
+
background-color: #F6F7FA;
|
25122
|
+
}
|
25123
|
+
|
25124
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-arrow:before {
|
25125
|
+
border-color: #b4b6ba;
|
25108
25126
|
}
|
25109
25127
|
|
25110
25128
|
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-header {
|
25111
25129
|
text-align: center;
|
25112
|
-
color: #2468f2;
|
25113
|
-
border-left: none;
|
25114
25130
|
font-size: 0.875rem;
|
25115
25131
|
border-top: none;
|
25116
25132
|
border-bottom: none;
|
@@ -25121,15 +25137,13 @@ readers do not read off random characters that represent icons */
|
|
25121
25137
|
}
|
25122
25138
|
|
25123
25139
|
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-arrow:before {
|
25124
|
-
top: 0.
|
25125
|
-
transform: rotate(
|
25126
|
-
transform-origin: 0% 50%;
|
25140
|
+
top: -0.25rem;
|
25141
|
+
transform: rotate(135deg);
|
25127
25142
|
}
|
25128
25143
|
|
25129
|
-
.amis-scope .cxd-Collapse--title-bottom.is-
|
25130
|
-
top:
|
25131
|
-
transform: rotate(
|
25132
|
-
transform-origin: 0% 50%;
|
25144
|
+
.amis-scope .cxd-Collapse--title-bottom.is-active .cxd-Collapse-arrow:before {
|
25145
|
+
top: 0;
|
25146
|
+
transform: rotate(-45deg);
|
25133
25147
|
}
|
25134
25148
|
|
25135
25149
|
.amis-scope .cxd-Collapse-contentWrapper {
|
@@ -25149,6 +25163,10 @@ readers do not read off random characters that represent icons */
|
|
25149
25163
|
font-weight: 400;
|
25150
25164
|
}
|
25151
25165
|
|
25166
|
+
.amis-scope .cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-arrow {
|
25167
|
+
float: right;
|
25168
|
+
}
|
25169
|
+
|
25152
25170
|
.amis-scope .cxd-ColorField {
|
25153
25171
|
display: inline-block;
|
25154
25172
|
}
|
@@ -27306,6 +27324,11 @@ readers do not read off random characters that represent icons */
|
|
27306
27324
|
cursor: move;
|
27307
27325
|
}
|
27308
27326
|
|
27327
|
+
.amis-scope .cxd-Table-table > thead > tr > th.cxd-Table-dragCell > svg,
|
27328
|
+
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-dragCell > svg {
|
27329
|
+
vertical-align: middle;
|
27330
|
+
}
|
27331
|
+
|
27309
27332
|
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
|
27310
27333
|
position: relative;
|
27311
27334
|
}
|
@@ -27679,6 +27702,10 @@ readers do not read off random characters that represent icons */
|
|
27679
27702
|
color: #2468f2;
|
27680
27703
|
}
|
27681
27704
|
|
27705
|
+
.amis-scope .cxd-Table-dragBtn > svg {
|
27706
|
+
vertical-align: -2px;
|
27707
|
+
}
|
27708
|
+
|
27682
27709
|
.amis-scope .cxd-Table-table > tbody > tr:hover .cxd-Table-dragBtn,
|
27683
27710
|
.amis-scope .cxd-Table-table > tbody > tr.is-dragging .cxd-Table-dragBtn,
|
27684
27711
|
.amis-scope .cxd-Table-table > tbody > tr.is-drop-allowed .cxd-Table-dragBtn {
|
@@ -29764,6 +29791,16 @@ readers do not read off random characters that represent icons */
|
|
29764
29791
|
border-color: #1c53c1;
|
29765
29792
|
}
|
29766
29793
|
|
29794
|
+
.amis-scope .cxd-InputBox--borderHalf {
|
29795
|
+
border-left-color: transparent !important;
|
29796
|
+
border-right-color: transparent !important;
|
29797
|
+
border-top-color: transparent !important;
|
29798
|
+
}
|
29799
|
+
|
29800
|
+
.amis-scope .cxd-InputBox--borderNone {
|
29801
|
+
border-color: transparent !important;
|
29802
|
+
}
|
29803
|
+
|
29767
29804
|
.amis-scope .cxd-InputBox--inline {
|
29768
29805
|
display: inline-flex;
|
29769
29806
|
}
|
@@ -29870,6 +29907,16 @@ readers do not read off random characters that represent icons */
|
|
29870
29907
|
border-color: #1c53c1;
|
29871
29908
|
}
|
29872
29909
|
|
29910
|
+
.amis-scope .cxd-ResultBox--borderHalf {
|
29911
|
+
border-left-color: transparent !important;
|
29912
|
+
border-right-color: transparent !important;
|
29913
|
+
border-top-color: transparent !important;
|
29914
|
+
}
|
29915
|
+
|
29916
|
+
.amis-scope .cxd-ResultBox--borderNone {
|
29917
|
+
border-color: transparent !important;
|
29918
|
+
}
|
29919
|
+
|
29873
29920
|
.amis-scope .cxd-ResultBox.is-error {
|
29874
29921
|
border-color: #e8684a;
|
29875
29922
|
background: #ffffff;
|
@@ -30439,6 +30486,133 @@ readers do not read off random characters that represent icons */
|
|
30439
30486
|
display: none;
|
30440
30487
|
}
|
30441
30488
|
|
30489
|
+
.amis-scope .u-hairline::after {
|
30490
|
+
position: absolute;
|
30491
|
+
box-sizing: border-box;
|
30492
|
+
content: " ";
|
30493
|
+
pointer-events: none;
|
30494
|
+
top: -50%;
|
30495
|
+
right: -50%;
|
30496
|
+
bottom: -50%;
|
30497
|
+
left: -50%;
|
30498
|
+
border: 0 solid #dfe2e6;
|
30499
|
+
z-index: 1;
|
30500
|
+
transform: scale(0.5);
|
30501
|
+
}
|
30502
|
+
|
30503
|
+
.amis-scope .cxd-GridNav {
|
30504
|
+
display: flex;
|
30505
|
+
flex-wrap: wrap;
|
30506
|
+
}
|
30507
|
+
|
30508
|
+
.amis-scope .cxd-GridNav-top {
|
30509
|
+
position: relative;
|
30510
|
+
}
|
30511
|
+
|
30512
|
+
.amis-scope .cxd-GridNav-top::after {
|
30513
|
+
border-top-width: 0.0625rem;
|
30514
|
+
}
|
30515
|
+
|
30516
|
+
.amis-scope .cxd-GridNavItem {
|
30517
|
+
position: relative;
|
30518
|
+
box-sizing: border-box;
|
30519
|
+
}
|
30520
|
+
|
30521
|
+
.amis-scope .cxd-GridNavItem--square {
|
30522
|
+
height: 0;
|
30523
|
+
position: relative;
|
30524
|
+
}
|
30525
|
+
|
30526
|
+
.amis-scope .cxd-GridNavItem-icon {
|
30527
|
+
width: var(--rv-grid-item-icon-size);
|
30528
|
+
}
|
30529
|
+
|
30530
|
+
.amis-scope .cxd-GridNavItem-text {
|
30531
|
+
color: #151a26;
|
30532
|
+
font-size: 0.75rem;
|
30533
|
+
line-height: 1.5;
|
30534
|
+
word-break: break-all;
|
30535
|
+
flex-shrink: 0;
|
30536
|
+
}
|
30537
|
+
|
30538
|
+
.amis-scope .cxd-GridNavItem-icon + .cxd-GridNavItem-text {
|
30539
|
+
margin-top: 0.5rem;
|
30540
|
+
}
|
30541
|
+
|
30542
|
+
.amis-scope .cxd-GridNavItem-image {
|
30543
|
+
display: inline-block;
|
30544
|
+
}
|
30545
|
+
|
30546
|
+
.amis-scope .cxd-GridNavItem-image svg,
|
30547
|
+
.amis-scope .cxd-GridNavItem-image img {
|
30548
|
+
max-width: 100%;
|
30549
|
+
display: block;
|
30550
|
+
width: 60%;
|
30551
|
+
margin: 0 auto;
|
30552
|
+
}
|
30553
|
+
|
30554
|
+
.amis-scope .cxd-GridNavItem-content {
|
30555
|
+
display: flex;
|
30556
|
+
flex-direction: column;
|
30557
|
+
box-sizing: border-box;
|
30558
|
+
height: 100%;
|
30559
|
+
padding: 1rem 0.5rem;
|
30560
|
+
background-color: #fff;
|
30561
|
+
position: relative;
|
30562
|
+
}
|
30563
|
+
|
30564
|
+
.amis-scope .cxd-GridNavItem-content .cxd-Badge-text {
|
30565
|
+
z-index: 10;
|
30566
|
+
}
|
30567
|
+
|
30568
|
+
.amis-scope .cxd-GridNavItem-content--border::after {
|
30569
|
+
border-width: 0 0.0625rem 0.0625rem 0;
|
30570
|
+
}
|
30571
|
+
|
30572
|
+
.amis-scope .cxd-GridNavItem-content--square {
|
30573
|
+
position: absolute;
|
30574
|
+
top: 0;
|
30575
|
+
right: 0;
|
30576
|
+
left: 0;
|
30577
|
+
}
|
30578
|
+
|
30579
|
+
.amis-scope .cxd-GridNavItem-content--center {
|
30580
|
+
align-items: center;
|
30581
|
+
justify-content: center;
|
30582
|
+
}
|
30583
|
+
|
30584
|
+
.amis-scope .cxd-GridNavItem-content--horizontal {
|
30585
|
+
flex-direction: row;
|
30586
|
+
}
|
30587
|
+
|
30588
|
+
.amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-text {
|
30589
|
+
margin: 0 0 0 0.5rem;
|
30590
|
+
}
|
30591
|
+
|
30592
|
+
.amis-scope .cxd-GridNavItem-content--reverse {
|
30593
|
+
flex-direction: column-reverse;
|
30594
|
+
}
|
30595
|
+
|
30596
|
+
.amis-scope .cxd-GridNavItem-content--reverse .cxd-GridNavItem-text {
|
30597
|
+
margin: 0 0 0.5rem;
|
30598
|
+
}
|
30599
|
+
|
30600
|
+
.amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-content--reverse {
|
30601
|
+
flex-direction: row-reverse;
|
30602
|
+
}
|
30603
|
+
|
30604
|
+
.amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-content--reverse .cxd-GridNavItem-text {
|
30605
|
+
margin: 0 0.5rem 0 0;
|
30606
|
+
}
|
30607
|
+
|
30608
|
+
.amis-scope .cxd-GridNavItem-content--surround::after {
|
30609
|
+
border-width: 0.0625rem;
|
30610
|
+
}
|
30611
|
+
|
30612
|
+
.amis-scope .cxd-GridNavItem-content--clickable {
|
30613
|
+
cursor: pointer;
|
30614
|
+
}
|
30615
|
+
|
30442
30616
|
.amis-scope fieldset.cxd-Collapse--lg,
|
30443
30617
|
.amis-scope fieldset.cxd-Collapse--md,
|
30444
30618
|
.amis-scope fieldset.cxd-Collapse--base,
|
@@ -34017,6 +34191,22 @@ readers do not read off random characters that represent icons */
|
|
34017
34191
|
height: 100%;
|
34018
34192
|
}
|
34019
34193
|
|
34194
|
+
.amis-scope .cxd-FileControl-templateInfo {
|
34195
|
+
display: block;
|
34196
|
+
margin-bottom: 0.75rem;
|
34197
|
+
padding: calc(
|
34198
|
+
(
|
34199
|
+
2rem - 0.0625rem * 2 -
|
34200
|
+
1.4285714286 * 0.875rem
|
34201
|
+
) / 2
|
34202
|
+
) 0.75rem;
|
34203
|
+
cursor: pointer;
|
34204
|
+
}
|
34205
|
+
|
34206
|
+
.amis-scope .cxd-FileControl-templateInfo > svg {
|
34207
|
+
margin-right: 0.25rem;
|
34208
|
+
}
|
34209
|
+
|
34020
34210
|
.amis-scope .cxd-FileControl-dropzone {
|
34021
34211
|
outline: none;
|
34022
34212
|
}
|
@@ -34706,6 +34896,10 @@ readers do not read off random characters that represent icons */
|
|
34706
34896
|
pointer-events: none;
|
34707
34897
|
}
|
34708
34898
|
|
34899
|
+
.amis-scope .cxd-Tree.is-draggable {
|
34900
|
+
position: relative;
|
34901
|
+
}
|
34902
|
+
|
34709
34903
|
.amis-scope .cxd-Tree--outline .cxd-Tree-sublist .cxd-Tree-item--isLeaf:before {
|
34710
34904
|
position: absolute;
|
34711
34905
|
top: -8px;
|
@@ -34746,6 +34940,10 @@ readers do not read off random characters that represent icons */
|
|
34746
34940
|
left: -99999px;
|
34747
34941
|
}
|
34748
34942
|
|
34943
|
+
.amis-scope .cxd-Tree.is-draggable .cxd-Tree-itemLabel:hover::after {
|
34944
|
+
display: none;
|
34945
|
+
}
|
34946
|
+
|
34749
34947
|
.amis-scope .cxd-Tree-item-icons {
|
34750
34948
|
visibility: hidden;
|
34751
34949
|
transition: visibility 0s ease;
|
@@ -34859,6 +35057,11 @@ readers do not read off random characters that represent icons */
|
|
34859
35057
|
width: calc(0.75rem + 0.25rem);
|
34860
35058
|
}
|
34861
35059
|
|
35060
|
+
.amis-scope .cxd-Tree-itemDrager {
|
35061
|
+
cursor: move;
|
35062
|
+
color: #999;
|
35063
|
+
}
|
35064
|
+
|
34862
35065
|
.amis-scope .cxd-Tree-spinner {
|
34863
35066
|
margin-right: 0.25rem;
|
34864
35067
|
}
|
@@ -34905,6 +35108,35 @@ readers do not read off random characters that represent icons */
|
|
34905
35108
|
color: #b4b6ba;
|
34906
35109
|
}
|
34907
35110
|
|
35111
|
+
.amis-scope .cxd-Tree-dropIndicator {
|
35112
|
+
position: absolute;
|
35113
|
+
height: 0.125rem;
|
35114
|
+
background-color: #2468f2;
|
35115
|
+
border-radius: 0.0625rem;
|
35116
|
+
z-index: 1;
|
35117
|
+
}
|
35118
|
+
|
35119
|
+
.amis-scope .cxd-Tree-dropIndicator::after {
|
35120
|
+
position: absolute;
|
35121
|
+
top: -0.1875rem;
|
35122
|
+
left: -0.375rem;
|
35123
|
+
width: 0.5rem;
|
35124
|
+
height: 0.5rem;
|
35125
|
+
background-color: transparent;
|
35126
|
+
border: 0.125rem solid #2468f2;
|
35127
|
+
border-radius: 50%;
|
35128
|
+
content: "";
|
35129
|
+
}
|
35130
|
+
|
35131
|
+
.amis-scope .cxd-Tree-dropIndicator--hover {
|
35132
|
+
border-radius: 0;
|
35133
|
+
background-color: rgba(0, 126, 255, 0.08);
|
35134
|
+
}
|
35135
|
+
|
35136
|
+
.amis-scope .cxd-Tree-dropIndicator--hover::after {
|
35137
|
+
display: none;
|
35138
|
+
}
|
35139
|
+
|
34908
35140
|
.amis-scope .cxd-TreeSelectControl {
|
34909
35141
|
position: relative;
|
34910
35142
|
}
|
@@ -35255,6 +35487,8 @@ readers do not read off random characters that represent icons */
|
|
35255
35487
|
|
35256
35488
|
.amis-scope .cxd-Combo--hor .cxd-Combo-itemDrager {
|
35257
35489
|
padding: 0.25rem 0.375rem 0 0;
|
35490
|
+
display: flex;
|
35491
|
+
align-items: center;
|
35258
35492
|
}
|
35259
35493
|
|
35260
35494
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder)::before,
|
@@ -35316,6 +35550,8 @@ readers do not read off random characters that represent icons */
|
|
35316
35550
|
position: absolute;
|
35317
35551
|
top: 0.25rem;
|
35318
35552
|
left: -1.875rem;
|
35553
|
+
display: flex;
|
35554
|
+
align-items: center;
|
35319
35555
|
}
|
35320
35556
|
|
35321
35557
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder).is-draggable > .cxd-Combo-items > .cxd-Combo-item {
|
@@ -37064,6 +37300,7 @@ readers do not read off random characters that represent icons */
|
|
37064
37300
|
border: none;
|
37065
37301
|
flex-grow: 1;
|
37066
37302
|
overflow: auto;
|
37303
|
+
scroll-behavior: smooth;
|
37067
37304
|
background: #fff;
|
37068
37305
|
}
|
37069
37306
|
|
@@ -39941,6 +40178,7 @@ readers do not read off random characters that represent icons */
|
|
39941
40178
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon svg {
|
39942
40179
|
width: 0.75rem;
|
39943
40180
|
height: 0.75rem;
|
40181
|
+
top: 0;
|
39944
40182
|
}
|
39945
40183
|
|
39946
40184
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerIconWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
|