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/sdk/antd-ie11.css
CHANGED
@@ -21148,6 +21148,13 @@ readers do not read off random characters that represent icons */
|
|
21148
21148
|
background: #f2f3f3;
|
21149
21149
|
}
|
21150
21150
|
|
21151
|
+
.amis-scope .antd-Button.is-disabled > svg,
|
21152
|
+
.amis-scope .antd-Button.is-disabled > svg path,
|
21153
|
+
.amis-scope .antd-Button:disabled > svg,
|
21154
|
+
.amis-scope .antd-Button:disabled > svg path {
|
21155
|
+
fill: currentColor;
|
21156
|
+
}
|
21157
|
+
|
21151
21158
|
.amis-scope .antd-Button:not(:disabled):not(.is-disabled) {
|
21152
21159
|
cursor: pointer;
|
21153
21160
|
}
|
@@ -22939,18 +22946,19 @@ readers do not read off random characters that represent icons */
|
|
22939
22946
|
|
22940
22947
|
.amis-scope .antd-Toast {
|
22941
22948
|
display: flex;
|
22942
|
-
|
22949
|
+
flex-flow: row nowrap;
|
22950
|
+
justify-content: space-between;
|
22951
|
+
align-items: flex-start;
|
22943
22952
|
max-width: 18.75rem;
|
22944
22953
|
pointer-events: auto;
|
22945
22954
|
margin-bottom: 0.25rem;
|
22946
|
-
padding: 0.25rem
|
22955
|
+
padding: 0.25rem 1rem;
|
22947
22956
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
22948
22957
|
border-radius: 0.428rem;
|
22949
22958
|
border: 0 solid;
|
22950
22959
|
color: #fff;
|
22951
22960
|
position: relative;
|
22952
22961
|
opacity: 0.8;
|
22953
|
-
cursor: pointer;
|
22954
22962
|
opacity: 0;
|
22955
22963
|
transform: translateZ(0);
|
22956
22964
|
}
|
@@ -22977,10 +22985,15 @@ readers do not read off random characters that represent icons */
|
|
22977
22985
|
}
|
22978
22986
|
|
22979
22987
|
.amis-scope .antd-Toast-close {
|
22980
|
-
color: #fff;
|
22981
22988
|
display: inline-flex;
|
22982
|
-
|
22989
|
+
font-size: 1rem;
|
22990
|
+
line-height: 1.5rem;
|
22991
|
+
height: 1.5rem;
|
22992
|
+
color: #fff;
|
22993
|
+
margin-left: 0.5rem;
|
22983
22994
|
opacity: 0.8;
|
22995
|
+
align-items: center;
|
22996
|
+
cursor: pointer;
|
22984
22997
|
}
|
22985
22998
|
|
22986
22999
|
.amis-scope .antd-Toast-close:hover {
|
@@ -22988,11 +23001,33 @@ readers do not read off random characters that represent icons */
|
|
22988
23001
|
opacity: 1;
|
22989
23002
|
}
|
22990
23003
|
|
22991
|
-
.amis-scope .antd-Toast-
|
23004
|
+
.amis-scope .antd-Toast-close > svg {
|
23005
|
+
top: 0;
|
23006
|
+
}
|
23007
|
+
|
23008
|
+
.amis-scope .antd-Toast-content {
|
23009
|
+
flex: 1;
|
23010
|
+
display: flex;
|
23011
|
+
flex-flow: column nowrap;
|
23012
|
+
justify-content: space-between;
|
23013
|
+
align-items: flex-start;
|
23014
|
+
}
|
23015
|
+
|
23016
|
+
.amis-scope .antd-Toast-content .antd-Toast-title {
|
23017
|
+
color: rgba(0, 0, 0, 0.85);
|
23018
|
+
font-size: 0.875rem;
|
23019
|
+
font-weight: 500;
|
23020
|
+
line-height: 1.5rem;
|
23021
|
+
margin-bottom: 0.25rem;
|
23022
|
+
}
|
23023
|
+
|
23024
|
+
.amis-scope .antd-Toast-content .antd-Toast-body {
|
23025
|
+
font-size: 0.75rem;
|
22992
23026
|
display: inline-block;
|
22993
23027
|
vertical-align: middle;
|
22994
23028
|
white-space: pre-wrap;
|
22995
23029
|
flex-grow: 1;
|
23030
|
+
line-height: 1.5rem;
|
22996
23031
|
}
|
22997
23032
|
|
22998
23033
|
.amis-scope .antd-Toast-icon {
|
@@ -23000,7 +23035,10 @@ readers do not read off random characters that represent icons */
|
|
23000
23035
|
text-rendering: auto;
|
23001
23036
|
-webkit-font-smoothing: antialiased;
|
23002
23037
|
vertical-align: middle;
|
23003
|
-
margin-right: 0.
|
23038
|
+
margin-right: 0.5rem;
|
23039
|
+
height: 1.5rem;
|
23040
|
+
line-height: 1.5rem;
|
23041
|
+
align-items: center;
|
23004
23042
|
}
|
23005
23043
|
|
23006
23044
|
.amis-scope .antd-Toast-icon > svg {
|
@@ -23074,24 +23112,47 @@ readers do not read off random characters that represent icons */
|
|
23074
23112
|
border-radius: 0.285rem;
|
23075
23113
|
margin-bottom: 1rem;
|
23076
23114
|
position: relative;
|
23115
|
+
color: var(--Alert-fontColor);
|
23116
|
+
display: flex;
|
23117
|
+
flex-flow: row nowrap;
|
23118
|
+
justify-content: space-between;
|
23119
|
+
align-items: flex-start;
|
23120
|
+
}
|
23121
|
+
|
23122
|
+
.amis-scope .antd-Alert-icon {
|
23123
|
+
margin-right: 0.5rem;
|
23124
|
+
font-size: 1rem;
|
23125
|
+
}
|
23126
|
+
|
23127
|
+
.amis-scope .antd-Alert-content {
|
23128
|
+
flex: 1;
|
23129
|
+
}
|
23130
|
+
|
23131
|
+
.amis-scope .antd-Alert-content .antd-Alert-title {
|
23132
|
+
color: rgba(0, 0, 0, 0.85);
|
23133
|
+
font-size: 0.875rem;
|
23134
|
+
font-weight: 500;
|
23135
|
+
line-height: 1.5rem;
|
23136
|
+
margin-bottom: 0.25rem;
|
23137
|
+
}
|
23138
|
+
|
23139
|
+
.amis-scope .antd-Alert-content .antd-Alert-desc {
|
23140
|
+
line-height: 1.5rem;
|
23077
23141
|
}
|
23078
23142
|
|
23079
23143
|
.amis-scope .antd-Alert-close {
|
23080
|
-
position: absolute;
|
23081
23144
|
outline: none;
|
23082
23145
|
padding: 0;
|
23083
23146
|
cursor: pointer;
|
23084
23147
|
background: transparent;
|
23085
23148
|
border: 0;
|
23086
|
-
float: right;
|
23087
23149
|
line-height: 1;
|
23088
23150
|
color: #000;
|
23089
23151
|
text-shadow: 0 1px 0 #fff;
|
23090
23152
|
filter: alpha(opacity=20);
|
23091
23153
|
opacity: 0.2;
|
23092
|
-
|
23093
|
-
|
23094
|
-
transform: translateY(-50%);
|
23154
|
+
margin-left: 0.5rem;
|
23155
|
+
line-height: 1.5rem;
|
23095
23156
|
}
|
23096
23157
|
|
23097
23158
|
.amis-scope .antd-Alert-close:hover {
|
@@ -24018,13 +24079,6 @@ readers do not read off random characters that represent icons */
|
|
24018
24079
|
pointer-events: none;
|
24019
24080
|
}
|
24020
24081
|
|
24021
|
-
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active,
|
24022
|
-
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active,
|
24023
|
-
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active,
|
24024
|
-
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active {
|
24025
|
-
background: #1890ff !important;
|
24026
|
-
}
|
24027
|
-
|
24028
24082
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a,
|
24029
24083
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions,
|
24030
24084
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a,
|
@@ -24039,6 +24093,7 @@ readers do not read off random characters that represent icons */
|
|
24039
24093
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a {
|
24040
24094
|
color: #fff;
|
24041
24095
|
position: relative;
|
24096
|
+
background: #1890ff;
|
24042
24097
|
}
|
24043
24098
|
|
24044
24099
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a::after,
|
@@ -24184,14 +24239,41 @@ readers do not read off random characters that represent icons */
|
|
24184
24239
|
padding: 0.25rem;
|
24185
24240
|
}
|
24186
24241
|
|
24242
|
+
.amis-scope .antd-Page-asideResizor {
|
24243
|
+
position: absolute;
|
24244
|
+
right: -0.375rem;
|
24245
|
+
top: 50%;
|
24246
|
+
cursor: ew-resize;
|
24247
|
+
writing-mode: vertical-lr;
|
24248
|
+
width: 0.75rem;
|
24249
|
+
height: 1.5rem;
|
24250
|
+
margin-top: -0.75rem;
|
24251
|
+
border: 0.0625rem solid #dee2e6;
|
24252
|
+
background-color: #fff;
|
24253
|
+
border-radius: 0.142rem;
|
24254
|
+
font-size: 12px;
|
24255
|
+
line-height: 0.625rem;
|
24256
|
+
text-align: center;
|
24257
|
+
user-select: none;
|
24258
|
+
color: #666;
|
24259
|
+
}
|
24260
|
+
|
24261
|
+
.amis-scope .antd-Page-asideResizor:hover {
|
24262
|
+
color: #000;
|
24263
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
24264
|
+
}
|
24265
|
+
|
24266
|
+
.amis-scope .antd-Page-asideResizor:after {
|
24267
|
+
content: "···";
|
24268
|
+
}
|
24269
|
+
|
24187
24270
|
.amis-scope .antd-Page-toolbar > * + * {
|
24188
24271
|
margin-left: 0.25rem;
|
24189
24272
|
}
|
24190
24273
|
|
24191
24274
|
@media (min-width: 768px) {
|
24192
24275
|
.amis-scope .antd-Page-aside {
|
24193
|
-
|
24194
|
-
max-width: 18.75rem;
|
24276
|
+
width: 12.5rem;
|
24195
24277
|
border-right: 0.0625rem solid #eceff8;
|
24196
24278
|
}
|
24197
24279
|
|
@@ -24206,6 +24288,11 @@ readers do not read off random characters that represent icons */
|
|
24206
24288
|
border: inherit;
|
24207
24289
|
}
|
24208
24290
|
|
24291
|
+
.amis-scope .antd-Page-aside--withWidth {
|
24292
|
+
min-width: 12.5rem;
|
24293
|
+
max-width: 18.75rem;
|
24294
|
+
}
|
24295
|
+
|
24209
24296
|
.amis-scope .antd-Page--withSidebar {
|
24210
24297
|
display: flex;
|
24211
24298
|
flex-direction: row;
|
@@ -25058,7 +25145,6 @@ readers do not read off random characters that represent icons */
|
|
25058
25145
|
color: #333;
|
25059
25146
|
padding: 1.125rem 0 0.25rem 0;
|
25060
25147
|
margin: 0;
|
25061
|
-
border-bottom: 0.0625rem solid #dfe2e6;
|
25062
25148
|
cursor: pointer;
|
25063
25149
|
background: transparent;
|
25064
25150
|
}
|
@@ -25080,7 +25166,7 @@ readers do not read off random characters that represent icons */
|
|
25080
25166
|
display: inline-block;
|
25081
25167
|
width: 1rem;
|
25082
25168
|
text-align: center;
|
25083
|
-
margin-right: 0.
|
25169
|
+
margin-right: 0.5rem;
|
25084
25170
|
}
|
25085
25171
|
|
25086
25172
|
.amis-scope .antd-Collapse-arrow:before {
|
@@ -25170,6 +25256,10 @@ readers do not read off random characters that represent icons */
|
|
25170
25256
|
font-weight: 400;
|
25171
25257
|
}
|
25172
25258
|
|
25259
|
+
.amis-scope .antd-CollapseGroup .antd-Collapse:not(:last-child) {
|
25260
|
+
border-bottom: none;
|
25261
|
+
}
|
25262
|
+
|
25173
25263
|
.amis-scope .antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-arrow {
|
25174
25264
|
float: right;
|
25175
25265
|
}
|
@@ -28554,7 +28644,7 @@ readers do not read off random characters that represent icons */
|
|
28554
28644
|
float: left;
|
28555
28645
|
margin-right: 0.75rem;
|
28556
28646
|
font-size: 1.25rem;
|
28557
|
-
text-transform: uppercase
|
28647
|
+
text-transform: uppercase;
|
28558
28648
|
}
|
28559
28649
|
|
28560
28650
|
.amis-scope .antd-Card-meta {
|
@@ -30668,6 +30758,10 @@ readers do not read off random characters that represent icons */
|
|
30668
30758
|
position: relative;
|
30669
30759
|
}
|
30670
30760
|
|
30761
|
+
.amis-scope fieldset.antd-Collapse {
|
30762
|
+
margin-bottom: 0.75rem;
|
30763
|
+
}
|
30764
|
+
|
30671
30765
|
.amis-scope fieldset.antd-Collapse > legend {
|
30672
30766
|
font-weight: 400;
|
30673
30767
|
padding: 0.25rem 0;
|
@@ -33197,7 +33291,7 @@ readers do not read off random characters that represent icons */
|
|
33197
33291
|
.amis-scope .antd-ColorPicker-preview {
|
33198
33292
|
display: flex;
|
33199
33293
|
align-items: center;
|
33200
|
-
margin-
|
33294
|
+
margin-right: 0.5rem;
|
33201
33295
|
cursor: pointer;
|
33202
33296
|
}
|
33203
33297
|
|
@@ -33230,14 +33324,42 @@ readers do not read off random characters that represent icons */
|
|
33230
33324
|
fill: #1f2329;
|
33231
33325
|
}
|
33232
33326
|
|
33327
|
+
.amis-scope .antd-ColorPicker-arrow {
|
33328
|
+
margin-right: 0.25rem;
|
33329
|
+
width: 1rem;
|
33330
|
+
text-align: center;
|
33331
|
+
display: flex;
|
33332
|
+
align-items: center;
|
33333
|
+
justify-content: center;
|
33334
|
+
line-height: 1;
|
33335
|
+
}
|
33336
|
+
|
33337
|
+
.amis-scope .antd-ColorPicker-arrow > svg {
|
33338
|
+
transition: transform 0s;
|
33339
|
+
display: inline-block;
|
33340
|
+
color: #999;
|
33341
|
+
width: 10px;
|
33342
|
+
height: 10px;
|
33343
|
+
top: 0;
|
33344
|
+
}
|
33345
|
+
|
33346
|
+
.amis-scope .antd-ColorPicker.is-opened .antd-ColorPicker-arrow > svg {
|
33347
|
+
transform: rotate(180deg);
|
33348
|
+
}
|
33349
|
+
|
33350
|
+
.amis-scope .antd-ColorPicker-popover {
|
33351
|
+
border: none;
|
33352
|
+
box-shadow: none;
|
33353
|
+
}
|
33354
|
+
|
33233
33355
|
.amis-scope .antd-ColorControl:not(.is-inline) > .antd-ColorPicker {
|
33234
33356
|
display: flex;
|
33235
33357
|
}
|
33236
33358
|
|
33237
33359
|
.amis-scope .sketch-picker {
|
33238
|
-
box-shadow: none !important;
|
33239
|
-
border-radius: 0 !important;
|
33240
33360
|
border: none !important;
|
33361
|
+
border-radius: 2px !important;
|
33362
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
|
33241
33363
|
}
|
33242
33364
|
|
33243
33365
|
.amis-scope .antd-DatePicker {
|
@@ -36283,6 +36405,7 @@ readers do not read off random characters that represent icons */
|
|
36283
36405
|
|
36284
36406
|
.amis-scope .antd-TabsTransfer-tab {
|
36285
36407
|
padding: 0;
|
36408
|
+
overflow: auto;
|
36286
36409
|
}
|
36287
36410
|
|
36288
36411
|
.amis-scope .antd-TabsTransfer-tabs {
|
package/sdk/antd.css
CHANGED
@@ -19582,6 +19582,7 @@ readers do not read off random characters that represent icons */
|
|
19582
19582
|
) / 2 - var(--ColorPicker-borderWidth)
|
19583
19583
|
);
|
19584
19584
|
--ColorPicker-placeholderColor: var(--Form-input-placeholderColor);
|
19585
|
+
--ColorPicker-boxShadow: var(--boxShadow);
|
19585
19586
|
--Combo--horizontal-dragger-top: var(--Form-label-paddingTop);
|
19586
19587
|
--Combo--horizontal-item-gap: var(--gap-xs);
|
19587
19588
|
--Combo--vertical-item-borderColor: var(--borderColor);
|
@@ -20341,7 +20342,7 @@ readers do not read off random characters that represent icons */
|
|
20341
20342
|
--Toast-icon-height: var(--Toast-icon-width);
|
20342
20343
|
--Toast-opacity: 0.8;
|
20343
20344
|
--Toast-paddingL: 2.5rem;
|
20344
|
-
--Toast-paddingX: var(--gap-
|
20345
|
+
--Toast-paddingX: var(--gap-md);
|
20345
20346
|
--Toast-paddingY: var(--gap-xs);
|
20346
20347
|
--Toast-title-display: block;
|
20347
20348
|
--Toast-width: 18.75rem;
|
@@ -22541,6 +22542,13 @@ readers do not read off random characters that represent icons */
|
|
22541
22542
|
background: var(--Button-onDisabled-bg);
|
22542
22543
|
}
|
22543
22544
|
|
22545
|
+
.amis-scope .antd-Button.is-disabled > svg,
|
22546
|
+
.amis-scope .antd-Button.is-disabled > svg path,
|
22547
|
+
.amis-scope .antd-Button:disabled > svg,
|
22548
|
+
.amis-scope .antd-Button:disabled > svg path {
|
22549
|
+
fill: currentColor;
|
22550
|
+
}
|
22551
|
+
|
22544
22552
|
.amis-scope .antd-Button:not(:disabled):not(.is-disabled) {
|
22545
22553
|
cursor: pointer;
|
22546
22554
|
}
|
@@ -24307,7 +24315,9 @@ readers do not read off random characters that represent icons */
|
|
24307
24315
|
|
24308
24316
|
.amis-scope .antd-Toast {
|
24309
24317
|
display: flex;
|
24310
|
-
|
24318
|
+
flex-flow: row nowrap;
|
24319
|
+
justify-content: space-between;
|
24320
|
+
align-items: flex-start;
|
24311
24321
|
max-width: var(--Toast-width);
|
24312
24322
|
pointer-events: auto;
|
24313
24323
|
margin-bottom: var(--gap-xs);
|
@@ -24318,7 +24328,6 @@ readers do not read off random characters that represent icons */
|
|
24318
24328
|
color: var(--Toast-color);
|
24319
24329
|
position: relative;
|
24320
24330
|
opacity: var(--Toast-opacity);
|
24321
|
-
cursor: pointer;
|
24322
24331
|
opacity: 0;
|
24323
24332
|
transform: translateZ(0);
|
24324
24333
|
}
|
@@ -24345,10 +24354,15 @@ readers do not read off random characters that represent icons */
|
|
24345
24354
|
}
|
24346
24355
|
|
24347
24356
|
.amis-scope .antd-Toast-close {
|
24348
|
-
color: var(--Toast-close-color);
|
24349
24357
|
display: inline-flex;
|
24350
|
-
|
24358
|
+
font-size: var(--fontSizeLg);
|
24359
|
+
line-height: var(--gap-xl);
|
24360
|
+
height: var(--gap-xl);
|
24361
|
+
color: var(--Toast-close-color);
|
24362
|
+
margin-left: var(--gap-sm);
|
24351
24363
|
opacity: 0.8;
|
24364
|
+
align-items: center;
|
24365
|
+
cursor: pointer;
|
24352
24366
|
}
|
24353
24367
|
|
24354
24368
|
.amis-scope .antd-Toast-close:hover {
|
@@ -24356,11 +24370,33 @@ readers do not read off random characters that represent icons */
|
|
24356
24370
|
opacity: 1;
|
24357
24371
|
}
|
24358
24372
|
|
24359
|
-
.amis-scope .antd-Toast-
|
24373
|
+
.amis-scope .antd-Toast-close > svg {
|
24374
|
+
top: 0;
|
24375
|
+
}
|
24376
|
+
|
24377
|
+
.amis-scope .antd-Toast-content {
|
24378
|
+
flex: 1;
|
24379
|
+
display: flex;
|
24380
|
+
flex-flow: column nowrap;
|
24381
|
+
justify-content: space-between;
|
24382
|
+
align-items: flex-start;
|
24383
|
+
}
|
24384
|
+
|
24385
|
+
.amis-scope .antd-Toast-content .antd-Toast-title {
|
24386
|
+
color: var(--text-color);
|
24387
|
+
font-size: var(--fontSizeBase);
|
24388
|
+
font-weight: 500;
|
24389
|
+
line-height: var(--gap-xl);
|
24390
|
+
margin-bottom: var(--gap-xs);
|
24391
|
+
}
|
24392
|
+
|
24393
|
+
.amis-scope .antd-Toast-content .antd-Toast-body {
|
24394
|
+
font-size: var(--fontSizeSm);
|
24360
24395
|
display: inline-block;
|
24361
24396
|
vertical-align: middle;
|
24362
24397
|
white-space: pre-wrap;
|
24363
24398
|
flex-grow: 1;
|
24399
|
+
line-height: var(--gap-xl);
|
24364
24400
|
}
|
24365
24401
|
|
24366
24402
|
.amis-scope .antd-Toast-icon {
|
@@ -24368,7 +24404,10 @@ readers do not read off random characters that represent icons */
|
|
24368
24404
|
text-rendering: auto;
|
24369
24405
|
-webkit-font-smoothing: antialiased;
|
24370
24406
|
vertical-align: middle;
|
24371
|
-
margin-right: var(--gap-
|
24407
|
+
margin-right: var(--gap-sm);
|
24408
|
+
height: var(--gap-xl);
|
24409
|
+
line-height: var(--gap-xl);
|
24410
|
+
align-items: center;
|
24372
24411
|
}
|
24373
24412
|
|
24374
24413
|
.amis-scope .antd-Toast-icon > svg {
|
@@ -24442,24 +24481,47 @@ readers do not read off random characters that represent icons */
|
|
24442
24481
|
border-radius: var(--Alert-borderRadius);
|
24443
24482
|
margin-bottom: var(--Alert-marginBottom);
|
24444
24483
|
position: relative;
|
24484
|
+
color: var(--Alert-fontColor);
|
24485
|
+
display: flex;
|
24486
|
+
flex-flow: row nowrap;
|
24487
|
+
justify-content: space-between;
|
24488
|
+
align-items: flex-start;
|
24489
|
+
}
|
24490
|
+
|
24491
|
+
.amis-scope .antd-Alert-icon {
|
24492
|
+
margin-right: 0.5rem;
|
24493
|
+
font-size: var(--fontSizeLg);
|
24494
|
+
}
|
24495
|
+
|
24496
|
+
.amis-scope .antd-Alert-content {
|
24497
|
+
flex: 1;
|
24498
|
+
}
|
24499
|
+
|
24500
|
+
.amis-scope .antd-Alert-content .antd-Alert-title {
|
24501
|
+
color: var(--text-color);
|
24502
|
+
font-size: var(--fontSizeBase);
|
24503
|
+
font-weight: 500;
|
24504
|
+
line-height: 1.5rem;
|
24505
|
+
margin-bottom: 0.25rem;
|
24506
|
+
}
|
24507
|
+
|
24508
|
+
.amis-scope .antd-Alert-content .antd-Alert-desc {
|
24509
|
+
line-height: 1.5rem;
|
24445
24510
|
}
|
24446
24511
|
|
24447
24512
|
.amis-scope .antd-Alert-close {
|
24448
|
-
position: absolute;
|
24449
24513
|
outline: none;
|
24450
24514
|
padding: 0;
|
24451
24515
|
cursor: pointer;
|
24452
24516
|
background: transparent;
|
24453
24517
|
border: 0;
|
24454
|
-
float: right;
|
24455
24518
|
line-height: 1;
|
24456
24519
|
color: #000;
|
24457
24520
|
text-shadow: 0 1px 0 #fff;
|
24458
24521
|
filter: alpha(opacity=20);
|
24459
24522
|
opacity: 0.2;
|
24460
|
-
|
24461
|
-
|
24462
|
-
transform: translateY(-50%);
|
24523
|
+
margin-left: 0.5rem;
|
24524
|
+
line-height: 1.5rem;
|
24463
24525
|
}
|
24464
24526
|
|
24465
24527
|
.amis-scope .antd-Alert-close:hover {
|
@@ -25371,13 +25433,6 @@ readers do not read off random characters that represent icons */
|
|
25371
25433
|
pointer-events: none;
|
25372
25434
|
}
|
25373
25435
|
|
25374
|
-
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active,
|
25375
|
-
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active,
|
25376
|
-
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active,
|
25377
|
-
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active {
|
25378
|
-
background: var(--Nav-item-onActive-bg) !important;
|
25379
|
-
}
|
25380
|
-
|
25381
25436
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a,
|
25382
25437
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions,
|
25383
25438
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a,
|
@@ -25392,6 +25447,7 @@ readers do not read off random characters that represent icons */
|
|
25392
25447
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a {
|
25393
25448
|
color: var(--Nav-item-onActive-color);
|
25394
25449
|
position: relative;
|
25450
|
+
background: var(--Nav-item-onActive-bg);
|
25395
25451
|
}
|
25396
25452
|
|
25397
25453
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a::after,
|
@@ -25537,14 +25593,41 @@ readers do not read off random characters that represent icons */
|
|
25537
25593
|
padding: var(--gap-xs);
|
25538
25594
|
}
|
25539
25595
|
|
25596
|
+
.amis-scope .antd-Page-asideResizor {
|
25597
|
+
position: absolute;
|
25598
|
+
right: -0.375rem;
|
25599
|
+
top: 50%;
|
25600
|
+
cursor: ew-resize;
|
25601
|
+
writing-mode: vertical-lr;
|
25602
|
+
width: 0.75rem;
|
25603
|
+
height: 1.5rem;
|
25604
|
+
margin-top: -0.75rem;
|
25605
|
+
border: 0.0625rem solid #dee2e6;
|
25606
|
+
background-color: #fff;
|
25607
|
+
border-radius: 0.142rem;
|
25608
|
+
font-size: 12px;
|
25609
|
+
line-height: 0.625rem;
|
25610
|
+
text-align: center;
|
25611
|
+
user-select: none;
|
25612
|
+
color: #666;
|
25613
|
+
}
|
25614
|
+
|
25615
|
+
.amis-scope .antd-Page-asideResizor:hover {
|
25616
|
+
color: #000;
|
25617
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
25618
|
+
}
|
25619
|
+
|
25620
|
+
.amis-scope .antd-Page-asideResizor:after {
|
25621
|
+
content: "···";
|
25622
|
+
}
|
25623
|
+
|
25540
25624
|
.amis-scope .antd-Page-toolbar > * + * {
|
25541
25625
|
margin-left: var(--gap-xs);
|
25542
25626
|
}
|
25543
25627
|
|
25544
25628
|
@media (min-width: 768px) {
|
25545
25629
|
.amis-scope .antd-Page-aside {
|
25546
|
-
|
25547
|
-
max-width: var(--Page-aside-maxWidth);
|
25630
|
+
width: var(--Page-aside-width);
|
25548
25631
|
border-right: var(--borderWidth) solid var(--borderColor);
|
25549
25632
|
}
|
25550
25633
|
|
@@ -25559,6 +25642,11 @@ readers do not read off random characters that represent icons */
|
|
25559
25642
|
border: inherit;
|
25560
25643
|
}
|
25561
25644
|
|
25645
|
+
.amis-scope .antd-Page-aside--withWidth {
|
25646
|
+
min-width: var(--Page-aside-width);
|
25647
|
+
max-width: var(--Page-aside-maxWidth);
|
25648
|
+
}
|
25649
|
+
|
25562
25650
|
.amis-scope .antd-Page--withSidebar {
|
25563
25651
|
display: flex;
|
25564
25652
|
flex-direction: row;
|
@@ -26408,7 +26496,6 @@ readers do not read off random characters that represent icons */
|
|
26408
26496
|
color: var(--text--loud-color);
|
26409
26497
|
padding: var(--Collapse-header-padding);
|
26410
26498
|
margin: 0;
|
26411
|
-
border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
|
26412
26499
|
cursor: pointer;
|
26413
26500
|
background: var(--Collapse-header-bg);
|
26414
26501
|
}
|
@@ -26430,7 +26517,7 @@ readers do not read off random characters that represent icons */
|
|
26430
26517
|
display: inline-block;
|
26431
26518
|
width: 1rem;
|
26432
26519
|
text-align: center;
|
26433
|
-
margin-right: var(--gap-
|
26520
|
+
margin-right: var(--gap-sm);
|
26434
26521
|
}
|
26435
26522
|
|
26436
26523
|
.amis-scope .antd-Collapse-arrow:before {
|
@@ -26519,6 +26606,10 @@ readers do not read off random characters that represent icons */
|
|
26519
26606
|
font-weight: var(--Collapse-content-fontWeight);
|
26520
26607
|
}
|
26521
26608
|
|
26609
|
+
.amis-scope .antd-CollapseGroup .antd-Collapse:not(:last-child) {
|
26610
|
+
border-bottom: none;
|
26611
|
+
}
|
26612
|
+
|
26522
26613
|
.amis-scope .antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-arrow {
|
26523
26614
|
float: right;
|
26524
26615
|
}
|
@@ -29888,7 +29979,7 @@ readers do not read off random characters that represent icons */
|
|
29888
29979
|
float: left;
|
29889
29980
|
margin-right: var(--gap-base);
|
29890
29981
|
font-size: var(--fontSizeXl);
|
29891
|
-
text-transform: uppercase
|
29982
|
+
text-transform: uppercase;
|
29892
29983
|
}
|
29893
29984
|
|
29894
29985
|
.amis-scope .antd-Card-meta {
|
@@ -31991,6 +32082,10 @@ readers do not read off random characters that represent icons */
|
|
31991
32082
|
position: relative;
|
31992
32083
|
}
|
31993
32084
|
|
32085
|
+
.amis-scope fieldset.antd-Collapse {
|
32086
|
+
margin-bottom: var(--Form-item-gap);
|
32087
|
+
}
|
32088
|
+
|
31994
32089
|
.amis-scope fieldset.antd-Collapse > legend {
|
31995
32090
|
font-weight: var(--fontWeightNormal);
|
31996
32091
|
padding: var(--gap-xs) 0;
|
@@ -34466,7 +34561,7 @@ readers do not read off random characters that represent icons */
|
|
34466
34561
|
.amis-scope .antd-ColorPicker-preview {
|
34467
34562
|
display: flex;
|
34468
34563
|
align-items: center;
|
34469
|
-
margin-
|
34564
|
+
margin-right: var(--gap-sm);
|
34470
34565
|
cursor: pointer;
|
34471
34566
|
}
|
34472
34567
|
|
@@ -34499,14 +34594,42 @@ readers do not read off random characters that represent icons */
|
|
34499
34594
|
fill: var(--Form-input-onHover-iconColor);
|
34500
34595
|
}
|
34501
34596
|
|
34597
|
+
.amis-scope .antd-ColorPicker-arrow {
|
34598
|
+
margin-right: var(--gap-xs);
|
34599
|
+
width: var(--gap-md);
|
34600
|
+
text-align: center;
|
34601
|
+
display: flex;
|
34602
|
+
align-items: center;
|
34603
|
+
justify-content: center;
|
34604
|
+
line-height: 1;
|
34605
|
+
}
|
34606
|
+
|
34607
|
+
.amis-scope .antd-ColorPicker-arrow > svg {
|
34608
|
+
transition: transform var(--animation-duration);
|
34609
|
+
display: inline-block;
|
34610
|
+
color: var(--Form-select-caret-iconColor);
|
34611
|
+
width: 10px;
|
34612
|
+
height: 10px;
|
34613
|
+
top: 0;
|
34614
|
+
}
|
34615
|
+
|
34616
|
+
.amis-scope .antd-ColorPicker.is-opened .antd-ColorPicker-arrow > svg {
|
34617
|
+
transform: rotate(180deg);
|
34618
|
+
}
|
34619
|
+
|
34620
|
+
.amis-scope .antd-ColorPicker-popover {
|
34621
|
+
border: none;
|
34622
|
+
box-shadow: none;
|
34623
|
+
}
|
34624
|
+
|
34502
34625
|
.amis-scope .antd-ColorControl:not(.is-inline) > .antd-ColorPicker {
|
34503
34626
|
display: flex;
|
34504
34627
|
}
|
34505
34628
|
|
34506
34629
|
.amis-scope .sketch-picker {
|
34507
|
-
box-shadow: none !important;
|
34508
|
-
border-radius: 0 !important;
|
34509
34630
|
border: none !important;
|
34631
|
+
border-radius: var(--borderRadius) !important;
|
34632
|
+
box-shadow: var(--ColorPicker-boxShadow) !important;
|
34510
34633
|
}
|
34511
34634
|
|
34512
34635
|
.amis-scope .antd-DatePicker {
|
@@ -37484,6 +37607,7 @@ readers do not read off random characters that represent icons */
|
|
37484
37607
|
|
37485
37608
|
.amis-scope .antd-TabsTransfer-tab {
|
37486
37609
|
padding: 0;
|
37610
|
+
overflow: auto;
|
37487
37611
|
}
|
37488
37612
|
|
37489
37613
|
.amis-scope .antd-TabsTransfer-tabs {
|