amis 1.10.1-beta.0 → 1.10.2
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/Schema.d.ts +1 -1
- package/lib/Schema.js.map +1 -1
- package/lib/components/Avatar.d.ts +10 -10
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/Range.js +8 -2
- package/lib/components/Range.js.map +2 -2
- package/lib/components/ResultBox.d.ts +41 -40
- package/lib/components/ResultBox.js +23 -19
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/Select.js +5 -3
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Steps.d.ts +1 -0
- package/lib/components/Steps.js +8 -6
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/condition-builder/index.d.ts +12 -2
- package/lib/components/condition-builder/index.js +40 -4
- package/lib/components/condition-builder/index.js.map +2 -2
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/VariableList.js +2 -2
- package/lib/components/formula/VariableList.js.map +2 -2
- package/lib/components/table/index.d.ts +9 -7
- package/lib/components/table/index.js +102 -102
- package/lib/components/table/index.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/renderers/Action.js +18 -11
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/ButtonGroup.d.ts +2 -2
- package/lib/renderers/ButtonGroup.js.map +1 -1
- package/lib/renderers/CRUD.js +2 -2
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/CRUD2.d.ts +213 -0
- package/lib/renderers/CRUD2.js +724 -0
- package/lib/renderers/CRUD2.js.map +13 -0
- package/lib/renderers/Card2.d.ts +1 -1
- package/lib/renderers/Card2.js +1 -2
- package/lib/renderers/Card2.js.map +2 -2
- package/lib/renderers/Cards.d.ts +3 -0
- package/lib/renderers/Cards.js +52 -5
- package/lib/renderers/Cards.js.map +2 -2
- package/lib/renderers/Form/ConditionBuilder.d.ts +10 -0
- package/lib/renderers/Form/ConditionBuilder.js +6 -2
- package/lib/renderers/Form/ConditionBuilder.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +66 -20
- package/lib/renderers/Form/Editor.d.ts +66 -20
- package/lib/renderers/Form/Item.d.ts +4 -0
- package/lib/renderers/Form/Item.js +1 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.d.ts +0 -1
- package/lib/renderers/Form/TreeSelect.js +1 -9
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +8 -4
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Icon.d.ts +1 -1
- package/lib/renderers/Icon.js +13 -8
- package/lib/renderers/Icon.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +1 -0
- package/lib/renderers/Table/index.js +19 -5
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Table-v2/index.d.ts +8 -5
- package/lib/renderers/Table-v2/index.js +83 -54
- package/lib/renderers/Table-v2/index.js.map +2 -2
- package/lib/store/combo.d.ts +72 -22
- package/lib/store/crud.d.ts +2 -0
- package/lib/store/crud.js +21 -1
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +30 -9
- package/lib/store/form.js +28 -10
- package/lib/store/form.js.map +2 -2
- package/lib/store/formItem.d.ts +3 -1
- package/lib/store/formItem.js +3 -5
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/list.d.ts +2 -0
- package/lib/store/list.js +8 -0
- package/lib/store/list.js.map +2 -2
- package/lib/store/table.d.ts +60 -18
- package/lib/themes/ang-ie11.css +166 -19
- package/lib/themes/ang.css +166 -19
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +166 -19
- package/lib/themes/antd.css +166 -19
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +166 -19
- package/lib/themes/cxd.css +166 -19
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +166 -19
- package/lib/themes/dark.css +166 -19
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +166 -19
- package/lib/themes/default.css +166 -19
- 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/icon.js +7 -0
- package/lib/utils/icon.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +28 -25
- package/scss/_mixins.scss +1 -1
- package/scss/components/_condition-builder.scss +11 -0
- package/scss/components/_crud.scss +8 -3
- package/scss/components/_crud2.scss +148 -0
- package/scss/components/_result-box.scss +27 -8
- package/scss/components/_steps.scss +21 -26
- package/scss/components/_table-v2.scss +1 -3
- package/scss/components/form/_select.scss +4 -0
- package/scss/themes/_common.scss +1 -0
- package/sdk/ang-ie11.css +203 -20
- package/sdk/ang.css +203 -20
- package/sdk/antd-ie11.css +203 -20
- package/sdk/antd.css +203 -20
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +203 -20
- package/sdk/cxd.css +203 -20
- package/sdk/dark-ie11.css +203 -20
- package/sdk/dark.css +203 -20
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +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 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +203 -20
- package/sdk/sdk.css +203 -20
- package/sdk/sdk.js +1344 -1340
- 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 +1 -0
- package/src/components/Range.tsx +14 -7
- package/src/components/ResultBox.tsx +65 -54
- package/src/components/Select.tsx +6 -5
- package/src/components/Steps.tsx +60 -18
- package/src/components/condition-builder/index.tsx +107 -8
- package/src/components/formula/Editor.tsx +1 -1
- package/src/components/formula/VariableList.tsx +2 -2
- package/src/components/table/index.tsx +190 -193
- package/src/index.tsx +1 -0
- package/src/renderers/Action.tsx +22 -11
- package/src/renderers/ButtonGroup.tsx +2 -2
- package/src/renderers/CRUD.tsx +2 -1
- package/src/renderers/CRUD2.tsx +1213 -0
- package/src/renderers/Card2.tsx +2 -3
- package/src/renderers/Cards.tsx +55 -10
- package/src/renderers/Form/ConditionBuilder.tsx +19 -2
- package/src/renderers/Form/Item.tsx +11 -1
- package/src/renderers/Form/TreeSelect.tsx +14 -16
- package/src/renderers/Form/index.tsx +11 -2
- package/src/renderers/Icon.tsx +8 -1
- package/src/renderers/Table/index.tsx +21 -5
- package/src/renderers/Table-v2/index.tsx +92 -72
- package/src/store/crud.ts +23 -1
- package/src/store/form.ts +31 -24
- package/src/store/formItem.ts +65 -52
- package/src/store/list.ts +10 -0
- package/src/types.ts +2 -1
- package/src/utils/icon.tsx +9 -0
package/sdk/ang.css
CHANGED
@@ -33431,6 +33431,17 @@ readers do not read off random characters that represent icons */
|
|
33431
33431
|
user-select: none;
|
33432
33432
|
}
|
33433
33433
|
|
33434
|
+
.amis-scope .a-CBPicker-trigger {
|
33435
|
+
cursor: pointer;
|
33436
|
+
transition: transform var(--animation-duration) ease-out;
|
33437
|
+
display: flex;
|
33438
|
+
color: var(--Form-select-caret-iconColor);
|
33439
|
+
}
|
33440
|
+
|
33441
|
+
.amis-scope .a-CBPicker-trigger:hover {
|
33442
|
+
color: var(--primary);
|
33443
|
+
}
|
33444
|
+
|
33434
33445
|
@keyframes contextMenuInSpecial {
|
33435
33446
|
from {
|
33436
33447
|
transform: scale3d(1, 1, 1);
|
@@ -33950,7 +33961,6 @@ readers do not read off random characters that represent icons */
|
|
33950
33961
|
}
|
33951
33962
|
|
33952
33963
|
.amis-scope .a-Crud-toolbar-item {
|
33953
|
-
margin-left: var(--Crud-toolbar-gap);
|
33954
33964
|
margin-top: var(--Crud-toolbar-gap);
|
33955
33965
|
line-height: var(--Crud-toolbar-lineHeight);
|
33956
33966
|
height: var(--Crud-toolbar-height);
|
@@ -33959,6 +33969,10 @@ readers do not read off random characters that represent icons */
|
|
33959
33969
|
align-items: center;
|
33960
33970
|
}
|
33961
33971
|
|
33972
|
+
.amis-scope .a-Crud-toolbar-item:not(:first-child) {
|
33973
|
+
margin-left: var(--Crud-toolbar-gap);
|
33974
|
+
}
|
33975
|
+
|
33962
33976
|
.amis-scope .a-Crud-toolbar-item--left {
|
33963
33977
|
float: left;
|
33964
33978
|
}
|
@@ -33998,7 +34012,6 @@ readers do not read off random characters that represent icons */
|
|
33998
34012
|
|
33999
34013
|
@media (min-width: 576px) {
|
34000
34014
|
.amis-scope .a-Crud-toolbar {
|
34001
|
-
margin-left: calc(var(--Crud-toolbar-gap) * -1);
|
34002
34015
|
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
34003
34016
|
flex-basis: 0;
|
34004
34017
|
flex-grow: 1;
|
@@ -34015,12 +34028,163 @@ readers do not read off random characters that represent icons */
|
|
34015
34028
|
}
|
34016
34029
|
|
34017
34030
|
.amis-scope .a-Crud-toolbar-item {
|
34031
|
+
line-height: var(--Crud-toolbar-lineHeight);
|
34032
|
+
height: var(--Crud-toolbar-height);
|
34033
|
+
vertical-align: middle;
|
34034
|
+
}
|
34035
|
+
|
34036
|
+
.amis-scope .a-Crud-toolbar-item:not(:first-child) {
|
34018
34037
|
margin-left: var(--Crud-toolbar-gap);
|
34038
|
+
}
|
34039
|
+
|
34040
|
+
.amis-scope .a-Crud-toolbar-item--left {
|
34041
|
+
float: left;
|
34042
|
+
}
|
34043
|
+
|
34044
|
+
.amis-scope .a-Crud-toolbar-item--right {
|
34045
|
+
float: right;
|
34046
|
+
}
|
34047
|
+
|
34048
|
+
.amis-scope .a-Crud-actions > * + .a-Button,
|
34049
|
+
.amis-scope .a-Crud-actions > * + .a-Button--disabled-wrap {
|
34050
|
+
margin-left: var(--Crud-toolbar-gap);
|
34051
|
+
}
|
34052
|
+
}
|
34053
|
+
|
34054
|
+
.amis-scope .a-Crud2 {
|
34055
|
+
position: relative;
|
34056
|
+
}
|
34057
|
+
|
34058
|
+
.amis-scope .a-Crud2-selection,
|
34059
|
+
.amis-scope .a-Crud2-toolbar,
|
34060
|
+
.amis-scope .a-Crud2-body {
|
34061
|
+
margin-bottom: var(--gap-base);
|
34062
|
+
}
|
34063
|
+
|
34064
|
+
.amis-scope .a-Crud2-selectionLabel {
|
34065
|
+
display: inline-block;
|
34066
|
+
vertical-align: top;
|
34067
|
+
margin-top: var(--gap-xs);
|
34068
|
+
}
|
34069
|
+
|
34070
|
+
.amis-scope .a-Crud2-value {
|
34071
|
+
cursor: pointer;
|
34072
|
+
vertical-align: middle;
|
34073
|
+
user-select: none;
|
34074
|
+
line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
|
34075
|
+
display: inline-block;
|
34076
|
+
font-size: var(--Form-selectValue-fontSize);
|
34077
|
+
color: var(--Form-selectValue-color);
|
34078
|
+
background: var(--Form-selectValue-bg);
|
34079
|
+
border: 0.0625rem solid var(--Form-selectValue-borderColor);
|
34080
|
+
border-radius: 2px;
|
34081
|
+
margin-right: var(--gap-xs);
|
34082
|
+
margin-top: var(--gap-xs);
|
34083
|
+
}
|
34084
|
+
|
34085
|
+
.amis-scope .a-Crud2-value:hover {
|
34086
|
+
background: var(--Form-selectValue-onHover-bg);
|
34087
|
+
}
|
34088
|
+
|
34089
|
+
.amis-scope .a-Crud2-value.is-disabled {
|
34090
|
+
pointer-events: none;
|
34091
|
+
opacity: var(--Button-onDisabled-opacity);
|
34092
|
+
}
|
34093
|
+
|
34094
|
+
.amis-scope .a-Crud2-valueIcon {
|
34095
|
+
cursor: pointer;
|
34096
|
+
border-right: 0.0625rem solid var(--Form-selectValue-borderColor);
|
34097
|
+
padding: 1px 5px;
|
34098
|
+
}
|
34099
|
+
|
34100
|
+
.amis-scope .a-Crud2-valueIcon:hover {
|
34101
|
+
background: var(--Form-selectValue-onHover-bg);
|
34102
|
+
}
|
34103
|
+
|
34104
|
+
.amis-scope .a-Crud2-valueLabel {
|
34105
|
+
padding: 0 var(--gap-xs);
|
34106
|
+
}
|
34107
|
+
|
34108
|
+
.amis-scope .a-Crud2-selectionClear {
|
34109
|
+
display: inline-block;
|
34110
|
+
cursor: pointer;
|
34111
|
+
user-select: none;
|
34112
|
+
margin-left: var(--gap-xs);
|
34113
|
+
margin-top: var(--gap-xs);
|
34114
|
+
vertical-align: middle;
|
34115
|
+
}
|
34116
|
+
|
34117
|
+
.amis-scope .a-Crud2-toolbar-item {
|
34118
|
+
margin-top: var(--Crud-toolbar-gap);
|
34119
|
+
line-height: var(--Crud-toolbar-lineHeight);
|
34120
|
+
height: var(--Crud-toolbar-height);
|
34121
|
+
vertical-align: middle;
|
34122
|
+
display: inline-flex;
|
34123
|
+
align-items: center;
|
34124
|
+
}
|
34125
|
+
|
34126
|
+
.amis-scope .a-Crud2-toolbar-item:not(:first-child) {
|
34127
|
+
margin-left: var(--Crud-toolbar-gap);
|
34128
|
+
}
|
34129
|
+
|
34130
|
+
.amis-scope .a-Crud2-toolbar-item--left {
|
34131
|
+
float: left;
|
34132
|
+
}
|
34133
|
+
|
34134
|
+
.amis-scope .a-Crud2-toolbar-item--right {
|
34135
|
+
float: right;
|
34136
|
+
}
|
34137
|
+
|
34138
|
+
.amis-scope .a-Crud2-actions > * + .a-Button,
|
34139
|
+
.amis-scope .a-Crud2-actions > * + .a-ButtonGroup,
|
34140
|
+
.amis-scope .a-Crud2-actions > * + .a-ButtonToolbar {
|
34141
|
+
margin-left: var(--Crud-toolbar-gap);
|
34142
|
+
}
|
34143
|
+
|
34144
|
+
.amis-scope .a-Crud2-statistics {
|
34145
|
+
line-height: var(--Crud-toolbar-height);
|
34146
|
+
vertical-align: middle;
|
34147
|
+
}
|
34148
|
+
|
34149
|
+
.amis-scope .a-Crud2-pageSwitch .a-Select {
|
34150
|
+
margin-left: var(--Crud-toolbar-gap);
|
34151
|
+
}
|
34152
|
+
|
34153
|
+
.amis-scope .a-Crud2-pager {
|
34154
|
+
align-self: flex-start;
|
34155
|
+
}
|
34156
|
+
|
34157
|
+
.amis-scope .a-Crud2-filter {
|
34158
|
+
margin-bottom: var(--gap-base);
|
34159
|
+
}
|
34160
|
+
|
34161
|
+
@media (min-width: 576px) {
|
34162
|
+
.amis-scope .a-Crud-toolbar {
|
34163
|
+
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
34164
|
+
flex-basis: 0;
|
34165
|
+
flex-grow: 1;
|
34166
|
+
}
|
34167
|
+
|
34168
|
+
.amis-scope .a-Crud-toolbar::before,
|
34169
|
+
.amis-scope .a-Crud-toolbar::after {
|
34170
|
+
display: table;
|
34171
|
+
content: "";
|
34172
|
+
}
|
34173
|
+
|
34174
|
+
.amis-scope .a-Crud-toolbar::after {
|
34175
|
+
clear: both;
|
34176
|
+
}
|
34177
|
+
|
34178
|
+
.amis-scope .a-Crud-toolbar-item {
|
34019
34179
|
line-height: var(--Crud-toolbar-lineHeight);
|
34020
34180
|
height: var(--Crud-toolbar-height);
|
34021
34181
|
vertical-align: middle;
|
34022
34182
|
}
|
34023
34183
|
|
34184
|
+
.amis-scope .a-Crud-toolbar-item:not(:first-child) {
|
34185
|
+
margin-left: var(--Crud-toolbar-gap);
|
34186
|
+
}
|
34187
|
+
|
34024
34188
|
.amis-scope .a-Crud-toolbar-item--left {
|
34025
34189
|
float: left;
|
34026
34190
|
}
|
@@ -37026,7 +37190,7 @@ readers do not read off random characters that represent icons */
|
|
37026
37190
|
|
37027
37191
|
.amis-scope .a-Table-v2.a-Table-resizable .a-Table-table > thead > tr > th .a-Table-thead-resizable {
|
37028
37192
|
position: absolute;
|
37029
|
-
width:
|
37193
|
+
width: 3px;
|
37030
37194
|
right: 0;
|
37031
37195
|
top: 0;
|
37032
37196
|
bottom: 0;
|
@@ -37090,8 +37254,6 @@ readers do not read off random characters that represent icons */
|
|
37090
37254
|
|
37091
37255
|
.amis-scope .a-Table-v2 .a-TableCell-searchBtn {
|
37092
37256
|
cursor: pointer;
|
37093
|
-
position: static;
|
37094
|
-
transform: translateY(-50%);
|
37095
37257
|
color: var(--text--muted-color);
|
37096
37258
|
margin-left: var(--TableCell-icon-gap);
|
37097
37259
|
}
|
@@ -39660,7 +39822,7 @@ readers do not read off random characters that represent icons */
|
|
39660
39822
|
}
|
39661
39823
|
|
39662
39824
|
.amis-scope .a-InputBox input {
|
39663
|
-
flex-basis:
|
39825
|
+
flex-basis: 1.875rem;
|
39664
39826
|
flex-grow: 1;
|
39665
39827
|
outline: none;
|
39666
39828
|
background: transparent;
|
@@ -40038,7 +40200,7 @@ readers do not read off random characters that represent icons */
|
|
40038
40200
|
font-size: var(--Form-input-fontSize);
|
40039
40201
|
flex-wrap: wrap;
|
40040
40202
|
justify-content: flex-start;
|
40041
|
-
flex-wrap:
|
40203
|
+
flex-wrap: nowrap;
|
40042
40204
|
padding: 0 0.3125rem;
|
40043
40205
|
min-height: var(--Form-input-height);
|
40044
40206
|
align-items: center;
|
@@ -40047,7 +40209,7 @@ readers do not read off random characters that represent icons */
|
|
40047
40209
|
}
|
40048
40210
|
|
40049
40211
|
.amis-scope .a-ResultBox input {
|
40050
|
-
flex-basis:
|
40212
|
+
flex-basis: 1.875rem;
|
40051
40213
|
flex-grow: 1;
|
40052
40214
|
outline: none;
|
40053
40215
|
background: transparent;
|
@@ -40076,10 +40238,6 @@ readers do not read off random characters that represent icons */
|
|
40076
40238
|
border-color: transparent !important;
|
40077
40239
|
}
|
40078
40240
|
|
40079
|
-
.amis-scope .a-ResultBox.is-clearable {
|
40080
|
-
padding-right: 3.4375rem;
|
40081
|
-
}
|
40082
|
-
|
40083
40241
|
.amis-scope .a-ResultBox.is-error {
|
40084
40242
|
border-color: var(--Form-input-onError-borderColor);
|
40085
40243
|
background: var(--Form-input-onError-bg);
|
@@ -40128,7 +40286,30 @@ readers do not read off random characters that represent icons */
|
|
40128
40286
|
padding-left: var(--gap-base);
|
40129
40287
|
}
|
40130
40288
|
|
40289
|
+
.amis-scope .a-ResultBox-value-wrap {
|
40290
|
+
flex-grow: 1;
|
40291
|
+
display: flex;
|
40292
|
+
align-items: center;
|
40293
|
+
flex-wrap: wrap;
|
40294
|
+
}
|
40295
|
+
|
40296
|
+
.amis-scope .a-ResultBox-actions {
|
40297
|
+
display: flex;
|
40298
|
+
align-items: center;
|
40299
|
+
flex-shrink: 0;
|
40300
|
+
}
|
40301
|
+
|
40302
|
+
.amis-scope .a-ResultBox-actions > *:first-child {
|
40303
|
+
margin-left: 0.3125rem;
|
40304
|
+
}
|
40305
|
+
|
40306
|
+
.amis-scope .a-ResultBox-actions > *:not(:last-child) {
|
40307
|
+
margin-right: 0.3125rem;
|
40308
|
+
}
|
40309
|
+
|
40131
40310
|
.amis-scope .a-ResultBox-singleValue {
|
40311
|
+
padding: 0 calc(var(--Form-input-paddingX) - 0.1875rem);
|
40312
|
+
flex-grow: 1;
|
40132
40313
|
display: inline-block;
|
40133
40314
|
max-width: 100%;
|
40134
40315
|
overflow: hidden;
|
@@ -40166,10 +40347,7 @@ readers do not read off random characters that represent icons */
|
|
40166
40347
|
margin-left: auto;
|
40167
40348
|
text-decoration: none;
|
40168
40349
|
height: 100%;
|
40169
|
-
padding: 0.25rem;
|
40170
40350
|
margin: auto 0;
|
40171
|
-
position: absolute;
|
40172
|
-
right: 10px;
|
40173
40351
|
background-color: unset;
|
40174
40352
|
}
|
40175
40353
|
|
@@ -40260,6 +40438,7 @@ readers do not read off random characters that represent icons */
|
|
40260
40438
|
|
40261
40439
|
.amis-scope .a-ResultBox-placeholder {
|
40262
40440
|
color: var(--Form-input-placeholderColor);
|
40441
|
+
flex-grow: 1;
|
40263
40442
|
user-select: none;
|
40264
40443
|
}
|
40265
40444
|
|
@@ -41746,7 +41925,7 @@ readers do not read off random characters that represent icons */
|
|
41746
41925
|
}
|
41747
41926
|
|
41748
41927
|
.amis-scope .a-TextControl-input input {
|
41749
|
-
flex-basis:
|
41928
|
+
flex-basis: 1.875rem;
|
41750
41929
|
flex-grow: 1;
|
41751
41930
|
outline: none;
|
41752
41931
|
background: transparent;
|
@@ -42128,7 +42307,7 @@ readers do not read off random characters that represent icons */
|
|
42128
42307
|
}
|
42129
42308
|
|
42130
42309
|
.amis-scope .a-TextareaControl-input input {
|
42131
|
-
flex-basis:
|
42310
|
+
flex-basis: 1.875rem;
|
42132
42311
|
flex-grow: 1;
|
42133
42312
|
outline: none;
|
42134
42313
|
background: transparent;
|
@@ -43649,6 +43828,10 @@ readers do not read off random characters that represent icons */
|
|
43649
43828
|
box-shadow: var(--Form-select-onFocus-boxShadow);
|
43650
43829
|
}
|
43651
43830
|
|
43831
|
+
.amis-scope .a-Select .a-PopOver.a-Select-popover .a-Select-menu {
|
43832
|
+
overflow-x: hidden;
|
43833
|
+
}
|
43834
|
+
|
43652
43835
|
.amis-scope .a-Select .a-PopOver.a-Select-popover .a-Select-menu .a-Select-option {
|
43653
43836
|
height: 2rem;
|
43654
43837
|
line-height: 1.375rem;
|
@@ -46923,7 +47106,7 @@ readers do not read off random characters that represent icons */
|
|
46923
47106
|
}
|
46924
47107
|
|
46925
47108
|
.amis-scope .a-TreeSelect-input input {
|
46926
|
-
flex-basis:
|
47109
|
+
flex-basis: 1.875rem;
|
46927
47110
|
flex-grow: 1;
|
46928
47111
|
outline: none;
|
46929
47112
|
background: transparent;
|
@@ -47539,7 +47722,7 @@ readers do not read off random characters that represent icons */
|
|
47539
47722
|
}
|
47540
47723
|
|
47541
47724
|
.amis-scope .a-Picker-input input {
|
47542
|
-
flex-basis:
|
47725
|
+
flex-basis: 1.875rem;
|
47543
47726
|
flex-grow: 1;
|
47544
47727
|
outline: none;
|
47545
47728
|
background: transparent;
|
@@ -48516,7 +48699,7 @@ readers do not read off random characters that represent icons */
|
|
48516
48699
|
}
|
48517
48700
|
|
48518
48701
|
.amis-scope .a-IconPickerControl-input input {
|
48519
|
-
flex-basis:
|
48702
|
+
flex-basis: 1.875rem;
|
48520
48703
|
flex-grow: 1;
|
48521
48704
|
outline: none;
|
48522
48705
|
background: transparent;
|
package/sdk/antd-ie11.css
CHANGED
@@ -31914,6 +31914,17 @@ readers do not read off random characters that represent icons */
|
|
31914
31914
|
user-select: none;
|
31915
31915
|
}
|
31916
31916
|
|
31917
|
+
.amis-scope .antd-CBPicker-trigger {
|
31918
|
+
cursor: pointer;
|
31919
|
+
transition: transform 0s ease-out;
|
31920
|
+
display: flex;
|
31921
|
+
color: #999;
|
31922
|
+
}
|
31923
|
+
|
31924
|
+
.amis-scope .antd-CBPicker-trigger:hover {
|
31925
|
+
color: #1890ff;
|
31926
|
+
}
|
31927
|
+
|
31917
31928
|
@keyframes contextMenuInSpecial {
|
31918
31929
|
from {
|
31919
31930
|
transform: scale3d(1, 1, 1);
|
@@ -32433,7 +32444,6 @@ readers do not read off random characters that represent icons */
|
|
32433
32444
|
}
|
32434
32445
|
|
32435
32446
|
.amis-scope .antd-Crud-toolbar-item {
|
32436
|
-
margin-left: 0.25rem;
|
32437
32447
|
margin-top: 0.25rem;
|
32438
32448
|
line-height: 1.57;
|
32439
32449
|
height: 1.875rem;
|
@@ -32442,6 +32452,10 @@ readers do not read off random characters that represent icons */
|
|
32442
32452
|
align-items: center;
|
32443
32453
|
}
|
32444
32454
|
|
32455
|
+
.amis-scope .antd-Crud-toolbar-item:not(:first-child) {
|
32456
|
+
margin-left: 0.25rem;
|
32457
|
+
}
|
32458
|
+
|
32445
32459
|
.amis-scope .antd-Crud-toolbar-item--left {
|
32446
32460
|
float: left;
|
32447
32461
|
}
|
@@ -32481,7 +32495,6 @@ readers do not read off random characters that represent icons */
|
|
32481
32495
|
|
32482
32496
|
@media (min-width: 576px) {
|
32483
32497
|
.amis-scope .antd-Crud-toolbar {
|
32484
|
-
margin-left: calc(0.25rem * -1);
|
32485
32498
|
margin-top: calc(0.25rem * -1);
|
32486
32499
|
flex-basis: 0;
|
32487
32500
|
flex-grow: 1;
|
@@ -32498,12 +32511,163 @@ readers do not read off random characters that represent icons */
|
|
32498
32511
|
}
|
32499
32512
|
|
32500
32513
|
.amis-scope .antd-Crud-toolbar-item {
|
32514
|
+
line-height: 1.57;
|
32515
|
+
height: 1.875rem;
|
32516
|
+
vertical-align: middle;
|
32517
|
+
}
|
32518
|
+
|
32519
|
+
.amis-scope .antd-Crud-toolbar-item:not(:first-child) {
|
32520
|
+
margin-left: 0.25rem;
|
32521
|
+
}
|
32522
|
+
|
32523
|
+
.amis-scope .antd-Crud-toolbar-item--left {
|
32524
|
+
float: left;
|
32525
|
+
}
|
32526
|
+
|
32527
|
+
.amis-scope .antd-Crud-toolbar-item--right {
|
32528
|
+
float: right;
|
32529
|
+
}
|
32530
|
+
|
32531
|
+
.amis-scope .antd-Crud-actions > * + .antd-Button,
|
32532
|
+
.amis-scope .antd-Crud-actions > * + .antd-Button--disabled-wrap {
|
32501
32533
|
margin-left: 0.25rem;
|
32534
|
+
}
|
32535
|
+
}
|
32536
|
+
|
32537
|
+
.amis-scope .antd-Crud2 {
|
32538
|
+
position: relative;
|
32539
|
+
}
|
32540
|
+
|
32541
|
+
.amis-scope .antd-Crud2-selection,
|
32542
|
+
.amis-scope .antd-Crud2-toolbar,
|
32543
|
+
.amis-scope .antd-Crud2-body {
|
32544
|
+
margin-bottom: 0.75rem;
|
32545
|
+
}
|
32546
|
+
|
32547
|
+
.amis-scope .antd-Crud2-selectionLabel {
|
32548
|
+
display: inline-block;
|
32549
|
+
vertical-align: top;
|
32550
|
+
margin-top: 0.25rem;
|
32551
|
+
}
|
32552
|
+
|
32553
|
+
.amis-scope .antd-Crud2-value {
|
32554
|
+
cursor: pointer;
|
32555
|
+
vertical-align: middle;
|
32556
|
+
user-select: none;
|
32557
|
+
line-height: calc( 1.4285714286 * 0.875rem - 0.125rem );
|
32558
|
+
display: inline-block;
|
32559
|
+
font-size: 0.75rem;
|
32560
|
+
color: #1890ff;
|
32561
|
+
background: #e4f2ff;
|
32562
|
+
border: 0.0625rem solid #b1daff;
|
32563
|
+
border-radius: 2px;
|
32564
|
+
margin-right: 0.25rem;
|
32565
|
+
margin-top: 0.25rem;
|
32566
|
+
}
|
32567
|
+
|
32568
|
+
.amis-scope .antd-Crud2-value:hover {
|
32569
|
+
background: #cbe6ff;
|
32570
|
+
}
|
32571
|
+
|
32572
|
+
.amis-scope .antd-Crud2-value.is-disabled {
|
32573
|
+
pointer-events: none;
|
32574
|
+
opacity: 0.65;
|
32575
|
+
}
|
32576
|
+
|
32577
|
+
.amis-scope .antd-Crud2-valueIcon {
|
32578
|
+
cursor: pointer;
|
32579
|
+
border-right: 0.0625rem solid #b1daff;
|
32580
|
+
padding: 1px 5px;
|
32581
|
+
}
|
32582
|
+
|
32583
|
+
.amis-scope .antd-Crud2-valueIcon:hover {
|
32584
|
+
background: #cbe6ff;
|
32585
|
+
}
|
32586
|
+
|
32587
|
+
.amis-scope .antd-Crud2-valueLabel {
|
32588
|
+
padding: 0 0.25rem;
|
32589
|
+
}
|
32590
|
+
|
32591
|
+
.amis-scope .antd-Crud2-selectionClear {
|
32592
|
+
display: inline-block;
|
32593
|
+
cursor: pointer;
|
32594
|
+
user-select: none;
|
32595
|
+
margin-left: 0.25rem;
|
32596
|
+
margin-top: 0.25rem;
|
32597
|
+
vertical-align: middle;
|
32598
|
+
}
|
32599
|
+
|
32600
|
+
.amis-scope .antd-Crud2-toolbar-item {
|
32601
|
+
margin-top: 0.25rem;
|
32602
|
+
line-height: 1.57;
|
32603
|
+
height: 1.875rem;
|
32604
|
+
vertical-align: middle;
|
32605
|
+
display: inline-flex;
|
32606
|
+
align-items: center;
|
32607
|
+
}
|
32608
|
+
|
32609
|
+
.amis-scope .antd-Crud2-toolbar-item:not(:first-child) {
|
32610
|
+
margin-left: 0.25rem;
|
32611
|
+
}
|
32612
|
+
|
32613
|
+
.amis-scope .antd-Crud2-toolbar-item--left {
|
32614
|
+
float: left;
|
32615
|
+
}
|
32616
|
+
|
32617
|
+
.amis-scope .antd-Crud2-toolbar-item--right {
|
32618
|
+
float: right;
|
32619
|
+
}
|
32620
|
+
|
32621
|
+
.amis-scope .antd-Crud2-actions > * + .antd-Button,
|
32622
|
+
.amis-scope .antd-Crud2-actions > * + .antd-ButtonGroup,
|
32623
|
+
.amis-scope .antd-Crud2-actions > * + .antd-ButtonToolbar {
|
32624
|
+
margin-left: 0.25rem;
|
32625
|
+
}
|
32626
|
+
|
32627
|
+
.amis-scope .antd-Crud2-statistics {
|
32628
|
+
line-height: 1.875rem;
|
32629
|
+
vertical-align: middle;
|
32630
|
+
}
|
32631
|
+
|
32632
|
+
.amis-scope .antd-Crud2-pageSwitch .antd-Select {
|
32633
|
+
margin-left: 0.25rem;
|
32634
|
+
}
|
32635
|
+
|
32636
|
+
.amis-scope .antd-Crud2-pager {
|
32637
|
+
align-self: flex-start;
|
32638
|
+
}
|
32639
|
+
|
32640
|
+
.amis-scope .antd-Crud2-filter {
|
32641
|
+
margin-bottom: 0.75rem;
|
32642
|
+
}
|
32643
|
+
|
32644
|
+
@media (min-width: 576px) {
|
32645
|
+
.amis-scope .antd-Crud-toolbar {
|
32646
|
+
margin-top: calc(0.25rem * -1);
|
32647
|
+
flex-basis: 0;
|
32648
|
+
flex-grow: 1;
|
32649
|
+
}
|
32650
|
+
|
32651
|
+
.amis-scope .antd-Crud-toolbar::before,
|
32652
|
+
.amis-scope .antd-Crud-toolbar::after {
|
32653
|
+
display: table;
|
32654
|
+
content: "";
|
32655
|
+
}
|
32656
|
+
|
32657
|
+
.amis-scope .antd-Crud-toolbar::after {
|
32658
|
+
clear: both;
|
32659
|
+
}
|
32660
|
+
|
32661
|
+
.amis-scope .antd-Crud-toolbar-item {
|
32502
32662
|
line-height: 1.57;
|
32503
32663
|
height: 1.875rem;
|
32504
32664
|
vertical-align: middle;
|
32505
32665
|
}
|
32506
32666
|
|
32667
|
+
.amis-scope .antd-Crud-toolbar-item:not(:first-child) {
|
32668
|
+
margin-left: 0.25rem;
|
32669
|
+
}
|
32670
|
+
|
32507
32671
|
.amis-scope .antd-Crud-toolbar-item--left {
|
32508
32672
|
float: left;
|
32509
32673
|
}
|
@@ -35566,7 +35730,7 @@ readers do not read off random characters that represent icons */
|
|
35566
35730
|
|
35567
35731
|
.amis-scope .antd-Table-v2.antd-Table-resizable .antd-Table-table > thead > tr > th .antd-Table-thead-resizable {
|
35568
35732
|
position: absolute;
|
35569
|
-
width:
|
35733
|
+
width: 3px;
|
35570
35734
|
right: 0;
|
35571
35735
|
top: 0;
|
35572
35736
|
bottom: 0;
|
@@ -35630,8 +35794,6 @@ readers do not read off random characters that represent icons */
|
|
35630
35794
|
|
35631
35795
|
.amis-scope .antd-Table-v2 .antd-TableCell-searchBtn {
|
35632
35796
|
cursor: pointer;
|
35633
|
-
position: static;
|
35634
|
-
transform: translateY(-50%);
|
35635
35797
|
color: #999;
|
35636
35798
|
margin-left: 0.5rem;
|
35637
35799
|
}
|
@@ -38208,7 +38370,7 @@ readers do not read off random characters that represent icons */
|
|
38208
38370
|
}
|
38209
38371
|
|
38210
38372
|
.amis-scope .antd-InputBox input {
|
38211
|
-
flex-basis:
|
38373
|
+
flex-basis: 1.875rem;
|
38212
38374
|
flex-grow: 1;
|
38213
38375
|
outline: none;
|
38214
38376
|
background: transparent;
|
@@ -38596,7 +38758,7 @@ readers do not read off random characters that represent icons */
|
|
38596
38758
|
font-size: 0.875rem;
|
38597
38759
|
flex-wrap: wrap;
|
38598
38760
|
justify-content: flex-start;
|
38599
|
-
flex-wrap:
|
38761
|
+
flex-wrap: nowrap;
|
38600
38762
|
padding: 0 0.3125rem;
|
38601
38763
|
min-height: 1.875rem;
|
38602
38764
|
align-items: center;
|
@@ -38605,7 +38767,7 @@ readers do not read off random characters that represent icons */
|
|
38605
38767
|
}
|
38606
38768
|
|
38607
38769
|
.amis-scope .antd-ResultBox input {
|
38608
|
-
flex-basis:
|
38770
|
+
flex-basis: 1.875rem;
|
38609
38771
|
flex-grow: 1;
|
38610
38772
|
outline: none;
|
38611
38773
|
background: transparent;
|
@@ -38634,10 +38796,6 @@ readers do not read off random characters that represent icons */
|
|
38634
38796
|
border-color: transparent !important;
|
38635
38797
|
}
|
38636
38798
|
|
38637
|
-
.amis-scope .antd-ResultBox.is-clearable {
|
38638
|
-
padding-right: 3.4375rem;
|
38639
|
-
}
|
38640
|
-
|
38641
38799
|
.amis-scope .antd-ResultBox.is-error {
|
38642
38800
|
border-color: #ff4d4f;
|
38643
38801
|
background: #fff;
|
@@ -38686,7 +38844,30 @@ readers do not read off random characters that represent icons */
|
|
38686
38844
|
padding-left: 0.75rem;
|
38687
38845
|
}
|
38688
38846
|
|
38847
|
+
.amis-scope .antd-ResultBox-value-wrap {
|
38848
|
+
flex-grow: 1;
|
38849
|
+
display: flex;
|
38850
|
+
align-items: center;
|
38851
|
+
flex-wrap: wrap;
|
38852
|
+
}
|
38853
|
+
|
38854
|
+
.amis-scope .antd-ResultBox-actions {
|
38855
|
+
display: flex;
|
38856
|
+
align-items: center;
|
38857
|
+
flex-shrink: 0;
|
38858
|
+
}
|
38859
|
+
|
38860
|
+
.amis-scope .antd-ResultBox-actions > *:first-child {
|
38861
|
+
margin-left: 0.3125rem;
|
38862
|
+
}
|
38863
|
+
|
38864
|
+
.amis-scope .antd-ResultBox-actions > *:not(:last-child) {
|
38865
|
+
margin-right: 0.3125rem;
|
38866
|
+
}
|
38867
|
+
|
38689
38868
|
.amis-scope .antd-ResultBox-singleValue {
|
38869
|
+
padding: 0 calc(0.5rem - 0.1875rem);
|
38870
|
+
flex-grow: 1;
|
38690
38871
|
display: inline-block;
|
38691
38872
|
max-width: 100%;
|
38692
38873
|
overflow: hidden;
|
@@ -38724,10 +38905,7 @@ readers do not read off random characters that represent icons */
|
|
38724
38905
|
margin-left: auto;
|
38725
38906
|
text-decoration: none;
|
38726
38907
|
height: 100%;
|
38727
|
-
padding: 0.25rem;
|
38728
38908
|
margin: auto 0;
|
38729
|
-
position: absolute;
|
38730
|
-
right: 10px;
|
38731
38909
|
background-color: unset;
|
38732
38910
|
}
|
38733
38911
|
|
@@ -38818,6 +38996,7 @@ readers do not read off random characters that represent icons */
|
|
38818
38996
|
|
38819
38997
|
.amis-scope .antd-ResultBox-placeholder {
|
38820
38998
|
color: #999;
|
38999
|
+
flex-grow: 1;
|
38821
39000
|
user-select: none;
|
38822
39001
|
}
|
38823
39002
|
|
@@ -40320,7 +40499,7 @@ readers do not read off random characters that represent icons */
|
|
40320
40499
|
}
|
40321
40500
|
|
40322
40501
|
.amis-scope .antd-TextControl-input input {
|
40323
|
-
flex-basis:
|
40502
|
+
flex-basis: 1.875rem;
|
40324
40503
|
flex-grow: 1;
|
40325
40504
|
outline: none;
|
40326
40505
|
background: transparent;
|
@@ -40717,7 +40896,7 @@ readers do not read off random characters that represent icons */
|
|
40717
40896
|
}
|
40718
40897
|
|
40719
40898
|
.amis-scope .antd-TextareaControl-input input {
|
40720
|
-
flex-basis:
|
40899
|
+
flex-basis: 1.875rem;
|
40721
40900
|
flex-grow: 1;
|
40722
40901
|
outline: none;
|
40723
40902
|
background: transparent;
|
@@ -42268,6 +42447,10 @@ readers do not read off random characters that represent icons */
|
|
42268
42447
|
box-shadow: 0 0 0 3px rgb(24 144 255 / 8%);
|
42269
42448
|
}
|
42270
42449
|
|
42450
|
+
.amis-scope .antd-Select .antd-PopOver.antd-Select-popover .antd-Select-menu {
|
42451
|
+
overflow-x: hidden;
|
42452
|
+
}
|
42453
|
+
|
42271
42454
|
.amis-scope .antd-Select .antd-PopOver.antd-Select-popover .antd-Select-menu .antd-Select-option {
|
42272
42455
|
height: 2rem;
|
42273
42456
|
line-height: 1.375rem;
|
@@ -45597,7 +45780,7 @@ readers do not read off random characters that represent icons */
|
|
45597
45780
|
}
|
45598
45781
|
|
45599
45782
|
.amis-scope .antd-TreeSelect-input input {
|
45600
|
-
flex-basis:
|
45783
|
+
flex-basis: 1.875rem;
|
45601
45784
|
flex-grow: 1;
|
45602
45785
|
outline: none;
|
45603
45786
|
background: transparent;
|
@@ -46243,7 +46426,7 @@ readers do not read off random characters that represent icons */
|
|
46243
46426
|
}
|
46244
46427
|
|
46245
46428
|
.amis-scope .antd-Picker-input input {
|
46246
|
-
flex-basis:
|
46429
|
+
flex-basis: 1.875rem;
|
46247
46430
|
flex-grow: 1;
|
46248
46431
|
outline: none;
|
46249
46432
|
background: transparent;
|
@@ -47232,7 +47415,7 @@ readers do not read off random characters that represent icons */
|
|
47232
47415
|
}
|
47233
47416
|
|
47234
47417
|
.amis-scope .antd-IconPickerControl-input input {
|
47235
|
-
flex-basis:
|
47418
|
+
flex-basis: 1.875rem;
|
47236
47419
|
flex-grow: 1;
|
47237
47420
|
outline: none;
|
47238
47421
|
background: transparent;
|