amis 1.3.5-beta.7 → 1.4.0
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/Badge.d.ts +13 -1
- package/lib/components/Badge.js +16 -2
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/Checkbox.d.ts +1 -1
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- package/lib/components/Select.d.ts +7 -0
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Steps.d.ts +3 -3
- package/lib/components/Steps.js.map +1 -1
- package/lib/components/WithRemoteConfig.d.ts +8 -0
- package/lib/components/WithRemoteConfig.js +28 -2
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/condition-builder/Field.js +0 -1
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Value.js +2 -1
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/types.d.ts +5 -0
- package/lib/components/condition-builder/types.js.map +1 -1
- package/lib/factory.d.ts +5 -1
- package/lib/factory.js +9 -4
- package/lib/factory.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +2 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +2 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/CRUD.js +5 -15
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Collapse.d.ts +1 -1
- package/lib/renderers/Collapse.js +5 -1
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +0 -252
- package/lib/renderers/Dialog.js +1 -1
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +4 -0
- package/lib/renderers/DropDownButton.js +2 -2
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +0 -2
- package/lib/renderers/Form/Editor.d.ts +0 -2
- package/lib/renderers/Form/Editor.js +1 -1
- package/lib/renderers/Form/Editor.js.map +2 -2
- package/lib/renderers/Form/InputExcel.d.ts +5 -0
- package/lib/renderers/Form/InputExcel.js +24 -3
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +8 -0
- package/lib/renderers/Form/InputImage.js +2 -1
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputTable.d.ts +23 -5
- package/lib/renderers/Form/InputTable.js +32 -3
- package/lib/renderers/Form/InputTable.js.map +2 -2
- package/lib/renderers/Json.js +5 -1
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Page.js +3 -0
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Service.d.ts +10 -1
- package/lib/renderers/Service.js +85 -3
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Steps.d.ts +4 -4
- package/lib/renderers/Steps.js +5 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/TableBody.d.ts +1 -1
- package/lib/renderers/Table/TableBody.js.map +1 -1
- package/lib/renderers/Table/TableContent.d.ts +1 -1
- package/lib/renderers/Table/TableContent.js.map +1 -1
- package/lib/renderers/Table/index.d.ts +8 -3
- package/lib/renderers/Table/index.js +80 -45
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/store/app.d.ts +0 -1
- package/lib/store/combo.d.ts +0 -2
- package/lib/store/crud.d.ts +0 -1
- package/lib/store/form.d.ts +0 -1
- package/lib/store/modal.d.ts +1 -1
- package/lib/store/modal.js +4 -0
- package/lib/store/modal.js.map +2 -2
- package/lib/store/root.d.ts +0 -1
- package/lib/store/service.d.ts +0 -1
- package/lib/store/service.js +0 -13
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +1 -2
- package/lib/store/table.js +44 -3
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +247 -3
- package/lib/themes/ang.css +247 -3
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +247 -3
- package/lib/themes/antd.css +247 -3
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +247 -3
- package/lib/themes/cxd.css +247 -3
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +247 -3
- package/lib/themes/dark.css +247 -3
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +247 -3
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/api.js +12 -0
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/attachmentAdpator.d.ts +7 -0
- package/lib/utils/attachmentAdpator.js +82 -0
- package/lib/utils/attachmentAdpator.js.map +13 -0
- package/lib/utils/validations.js +62 -5
- package/lib/utils/validations.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +150 -36
- package/scss/_properties.scss +4 -0
- package/scss/components/_badge.scss +15 -1
- package/scss/components/_markdown.scss +266 -0
- package/scss/components/_spinner.scss +6 -2
- package/scss/components/form/_group.scss +4 -0
- package/scss/themes/_common.scss +1 -0
- package/sdk/ang-ie11.css +292 -3
- package/sdk/ang.css +296 -3
- package/sdk/antd-ie11.css +292 -3
- package/sdk/antd.css +296 -3
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +292 -3
- package/sdk/cxd.css +296 -3
- package/sdk/dark-ie11.css +292 -3
- package/sdk/dark.css +296 -3
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +1 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +27 -23
- package/sdk/rich-text.js +63 -63
- package/sdk/sdk-ie11.css +292 -3
- package/sdk/sdk.css +296 -3
- package/sdk/sdk.js +1144 -1142
- 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/Badge.tsx +41 -6
- package/src/components/Checkbox.tsx +5 -2
- package/src/components/Drawer.tsx +3 -2
- package/src/components/Modal.tsx +3 -2
- package/src/components/Select.tsx +1 -0
- package/src/components/Steps.tsx +3 -3
- package/src/components/WithRemoteConfig.tsx +37 -2
- package/src/components/condition-builder/Field.tsx +1 -2
- package/src/components/condition-builder/Value.tsx +3 -0
- package/src/components/condition-builder/types.ts +6 -0
- package/src/factory.tsx +13 -3
- package/src/locale/de-DE.ts +1 -0
- package/src/locale/en-US.ts +2 -1
- package/src/locale/zh-CN.ts +2 -1
- package/src/renderers/CRUD.tsx +7 -28
- package/src/renderers/Collapse.tsx +5 -1
- package/src/renderers/Dialog.tsx +1 -1
- package/src/renderers/DropDownButton.tsx +8 -0
- package/src/renderers/Form/Editor.tsx +19 -20
- package/src/renderers/Form/InputExcel.tsx +28 -3
- package/src/renderers/Form/InputImage.tsx +23 -8
- package/src/renderers/Form/InputTable.tsx +88 -9
- package/src/renderers/Json.tsx +10 -1
- package/src/renderers/Page.tsx +2 -0
- package/src/renderers/Service.tsx +101 -3
- package/src/renderers/Steps.tsx +12 -9
- package/src/renderers/Table/TableBody.tsx +1 -1
- package/src/renderers/Table/TableContent.tsx +1 -1
- package/src/renderers/Table/index.tsx +61 -13
- package/src/store/modal.ts +4 -0
- package/src/store/service.ts +0 -19
- package/src/store/table.ts +48 -0
- package/src/utils/api.ts +11 -0
- package/src/utils/attachmentAdpator.ts +90 -0
- package/src/utils/validations.ts +80 -12
package/sdk/ang.css
CHANGED
@@ -19270,6 +19270,10 @@ readers do not read off random characters that represent icons */
|
|
19270
19270
|
--Avatar-width: 2.5rem;
|
19271
19271
|
--Badge-size: var(--gap-md);
|
19272
19272
|
--Badge-color: var(--white);
|
19273
|
+
--Badge--success-bg: var(--success);
|
19274
|
+
--Badge--info-bg: var(--info);
|
19275
|
+
--Badge--warning-bg: var(--warning);
|
19276
|
+
--Badge--danger-bg: var(--danger);
|
19273
19277
|
--Button--danger-bg: var(--danger);
|
19274
19278
|
--Button--danger-border: var(--Button--danger-bg);
|
19275
19279
|
--Button--danger-color: var(--button-color);
|
@@ -22765,7 +22769,6 @@ readers do not read off random characters that represent icons */
|
|
22765
22769
|
transform-origin: 100% 0;
|
22766
22770
|
z-index: auto;
|
22767
22771
|
border-radius: calc(var(--Badge-size) / 2);
|
22768
|
-
box-shadow: 0 0 0 1px #fff;
|
22769
22772
|
}
|
22770
22773
|
|
22771
22774
|
.amis-scope .a-Badge--top-left {
|
@@ -22791,6 +22794,22 @@ readers do not read off random characters that represent icons */
|
|
22791
22794
|
transform: translate(50%, 50%);
|
22792
22795
|
}
|
22793
22796
|
|
22797
|
+
.amis-scope .a-Badge--danger {
|
22798
|
+
background: var(--Badge--danger-bg);
|
22799
|
+
}
|
22800
|
+
|
22801
|
+
.amis-scope .a-Badge--info {
|
22802
|
+
background: var(--Badge--info-bg);
|
22803
|
+
}
|
22804
|
+
|
22805
|
+
.amis-scope .a-Badge--success {
|
22806
|
+
background: var(--Badge--success-bg);
|
22807
|
+
}
|
22808
|
+
|
22809
|
+
.amis-scope .a-Badge--warning {
|
22810
|
+
background: var(--Badge--warning-bg);
|
22811
|
+
}
|
22812
|
+
|
22794
22813
|
.amis-scope .a-Badge-text {
|
22795
22814
|
color: var(--Badge-color);
|
22796
22815
|
height: var(--Badge-size);
|
@@ -25455,8 +25474,13 @@ readers do not read off random characters that represent icons */
|
|
25455
25474
|
.amis-scope .a-Spinner--icon {
|
25456
25475
|
background: transparent;
|
25457
25476
|
animation: spin 2s linear infinite;
|
25458
|
-
width:
|
25459
|
-
height:
|
25477
|
+
width: var(--fontSizeLg);
|
25478
|
+
height: var(--fontSizeLg);
|
25479
|
+
}
|
25480
|
+
|
25481
|
+
.amis-scope .a-Spinner--icon svg.icon {
|
25482
|
+
width: var(--fontSizeLg);
|
25483
|
+
height: var(--fontSizeLg);
|
25460
25484
|
}
|
25461
25485
|
|
25462
25486
|
.amis-scope .a-Spinner--overlay {
|
@@ -30873,6 +30897,10 @@ readers do not read off random characters that represent icons */
|
|
30873
30897
|
margin-bottom: var(--Form-item-gap);
|
30874
30898
|
}
|
30875
30899
|
|
30900
|
+
.amis-scope .a-Form-group:last-child {
|
30901
|
+
margin-bottom: 0;
|
30902
|
+
}
|
30903
|
+
|
30876
30904
|
.amis-scope .a-Form-value > .a-Form-group {
|
30877
30905
|
margin-bottom: var(--Form-input-marginBottom);
|
30878
30906
|
}
|
@@ -36973,6 +37001,271 @@ readers do not read off random characters that represent icons */
|
|
36973
37001
|
padding: var(--gap-base);
|
36974
37002
|
}
|
36975
37003
|
|
37004
|
+
.amis-scope .a-Markdown strong {
|
37005
|
+
font-weight: bolder;
|
37006
|
+
}
|
37007
|
+
|
37008
|
+
.amis-scope .a-Markdown img {
|
37009
|
+
border-style: none;
|
37010
|
+
}
|
37011
|
+
|
37012
|
+
.amis-scope .a-Markdown svg:not(:root) {
|
37013
|
+
overflow: hidden;
|
37014
|
+
}
|
37015
|
+
|
37016
|
+
.amis-scope .a-Markdown button:-moz-focusring,
|
37017
|
+
.amis-scope .a-Markdown [type=button]:-moz-focusring,
|
37018
|
+
.amis-scope .a-Markdown [type=reset]:-moz-focusring,
|
37019
|
+
.amis-scope .a-Markdown [type=submit]:-moz-focusring {
|
37020
|
+
outline: 1px dotted ButtonText;
|
37021
|
+
}
|
37022
|
+
|
37023
|
+
.amis-scope .a-Markdown [type=checkbox] {
|
37024
|
+
box-sizing: border-box;
|
37025
|
+
padding: 0;
|
37026
|
+
}
|
37027
|
+
|
37028
|
+
.amis-scope .a-Markdown table {
|
37029
|
+
border-spacing: 0;
|
37030
|
+
border-collapse: collapse;
|
37031
|
+
}
|
37032
|
+
|
37033
|
+
.amis-scope .a-Markdown table td,
|
37034
|
+
.amis-scope .a-Markdown table th {
|
37035
|
+
padding: 0;
|
37036
|
+
}
|
37037
|
+
|
37038
|
+
.amis-scope .a-Markdown hr {
|
37039
|
+
height: 0;
|
37040
|
+
margin: 15px 0;
|
37041
|
+
overflow: hidden;
|
37042
|
+
background: transparent;
|
37043
|
+
border: 0;
|
37044
|
+
border-bottom: 1px solid #ddd;
|
37045
|
+
}
|
37046
|
+
|
37047
|
+
.amis-scope .a-Markdown hr::before {
|
37048
|
+
display: table;
|
37049
|
+
content: "";
|
37050
|
+
}
|
37051
|
+
|
37052
|
+
.amis-scope .a-Markdown hr::after {
|
37053
|
+
display: table;
|
37054
|
+
clear: both;
|
37055
|
+
content: "";
|
37056
|
+
}
|
37057
|
+
|
37058
|
+
.amis-scope .a-Markdown p {
|
37059
|
+
margin-top: 0;
|
37060
|
+
margin-bottom: 10px;
|
37061
|
+
}
|
37062
|
+
|
37063
|
+
.amis-scope .a-Markdown blockquote {
|
37064
|
+
margin: 0;
|
37065
|
+
}
|
37066
|
+
|
37067
|
+
.amis-scope .a-Markdown ul,
|
37068
|
+
.amis-scope .a-Markdown ol {
|
37069
|
+
padding-left: 0;
|
37070
|
+
margin-top: 0;
|
37071
|
+
margin-bottom: 0;
|
37072
|
+
}
|
37073
|
+
|
37074
|
+
.amis-scope .a-Markdown ol ol,
|
37075
|
+
.amis-scope .a-Markdown ul ol {
|
37076
|
+
list-style-type: lower-roman;
|
37077
|
+
}
|
37078
|
+
|
37079
|
+
.amis-scope .a-Markdown ul ul ol,
|
37080
|
+
.amis-scope .a-Markdown ul ol ol,
|
37081
|
+
.amis-scope .a-Markdown ol ul ol,
|
37082
|
+
.amis-scope .a-Markdown ol ol ol {
|
37083
|
+
list-style-type: lower-alpha;
|
37084
|
+
}
|
37085
|
+
|
37086
|
+
.amis-scope .a-Markdown dd {
|
37087
|
+
margin-left: 0;
|
37088
|
+
}
|
37089
|
+
|
37090
|
+
.amis-scope .a-Markdown p,
|
37091
|
+
.amis-scope .a-Markdown blockquote,
|
37092
|
+
.amis-scope .a-Markdown ul,
|
37093
|
+
.amis-scope .a-Markdown ol,
|
37094
|
+
.amis-scope .a-Markdown dl,
|
37095
|
+
.amis-scope .a-Markdown table,
|
37096
|
+
.amis-scope .a-Markdown pre {
|
37097
|
+
margin-top: 0;
|
37098
|
+
margin-bottom: 16px;
|
37099
|
+
}
|
37100
|
+
|
37101
|
+
.amis-scope .a-Markdown hr {
|
37102
|
+
height: 4px;
|
37103
|
+
padding: 0;
|
37104
|
+
margin: 16px 0;
|
37105
|
+
background-color: #e7e7e7;
|
37106
|
+
border: 0 none;
|
37107
|
+
}
|
37108
|
+
|
37109
|
+
.amis-scope .a-Markdown ul:not(.dropdown-menu):not(.nav),
|
37110
|
+
.amis-scope .a-Markdown ol {
|
37111
|
+
padding-left: 2em;
|
37112
|
+
}
|
37113
|
+
|
37114
|
+
.amis-scope .a-Markdown ul ul,
|
37115
|
+
.amis-scope .a-Markdown ul ol,
|
37116
|
+
.amis-scope .a-Markdown ol ol,
|
37117
|
+
.amis-scope .a-Markdown ol ul {
|
37118
|
+
margin-top: 0;
|
37119
|
+
margin-bottom: 0;
|
37120
|
+
}
|
37121
|
+
|
37122
|
+
.amis-scope .a-Markdown li > p {
|
37123
|
+
margin-top: 16px;
|
37124
|
+
}
|
37125
|
+
|
37126
|
+
.amis-scope .a-Markdown dl {
|
37127
|
+
padding: 0;
|
37128
|
+
}
|
37129
|
+
|
37130
|
+
.amis-scope .a-Markdown dl dt {
|
37131
|
+
padding: 0;
|
37132
|
+
margin-top: 16px;
|
37133
|
+
font-size: 1em;
|
37134
|
+
font-style: italic;
|
37135
|
+
font-weight: bold;
|
37136
|
+
}
|
37137
|
+
|
37138
|
+
.amis-scope .a-Markdown dl dd {
|
37139
|
+
padding: 0 16px;
|
37140
|
+
margin-bottom: 16px;
|
37141
|
+
}
|
37142
|
+
|
37143
|
+
.amis-scope .a-Markdown blockquote {
|
37144
|
+
padding: 0 15px;
|
37145
|
+
color: #777;
|
37146
|
+
border-left: 4px solid #ddd;
|
37147
|
+
}
|
37148
|
+
|
37149
|
+
.amis-scope .a-Markdown blockquote > :first-child {
|
37150
|
+
margin-top: 0;
|
37151
|
+
}
|
37152
|
+
|
37153
|
+
.amis-scope .a-Markdown blockquote > :last-child {
|
37154
|
+
margin-bottom: 0;
|
37155
|
+
}
|
37156
|
+
|
37157
|
+
.amis-scope .a-Markdown table {
|
37158
|
+
display: block;
|
37159
|
+
width: 100%;
|
37160
|
+
overflow: auto;
|
37161
|
+
word-break: normal;
|
37162
|
+
}
|
37163
|
+
|
37164
|
+
.amis-scope .a-Markdown table th {
|
37165
|
+
font-weight: bold;
|
37166
|
+
}
|
37167
|
+
|
37168
|
+
.amis-scope .a-Markdown table th,
|
37169
|
+
.amis-scope .a-Markdown table td {
|
37170
|
+
padding: 6px 13px;
|
37171
|
+
border: 1px solid #ddd;
|
37172
|
+
}
|
37173
|
+
|
37174
|
+
.amis-scope .a-Markdown table tr {
|
37175
|
+
background-color: #fff;
|
37176
|
+
border-top: 1px solid #ccc;
|
37177
|
+
}
|
37178
|
+
|
37179
|
+
.amis-scope .a-Markdown table tr:nth-child(2n) {
|
37180
|
+
background-color: #f8f8f8;
|
37181
|
+
}
|
37182
|
+
|
37183
|
+
@media (min-width: 1200px) {
|
37184
|
+
.amis-scope .a-Markdown img {
|
37185
|
+
max-width: 800px;
|
37186
|
+
}
|
37187
|
+
}
|
37188
|
+
|
37189
|
+
.amis-scope .a-Markdown code {
|
37190
|
+
padding: 0;
|
37191
|
+
padding-top: 0.2em;
|
37192
|
+
padding-bottom: 0.2em;
|
37193
|
+
margin: 0;
|
37194
|
+
background-color: rgba(0, 0, 0, 0.04);
|
37195
|
+
border-radius: 3px;
|
37196
|
+
}
|
37197
|
+
|
37198
|
+
.amis-scope .a-Markdown code:before,
|
37199
|
+
.amis-scope .a-Markdown code:after {
|
37200
|
+
letter-spacing: -0.2em;
|
37201
|
+
content: " ";
|
37202
|
+
}
|
37203
|
+
|
37204
|
+
.amis-scope .a-Markdown pre > code {
|
37205
|
+
padding: 0;
|
37206
|
+
margin: 0;
|
37207
|
+
word-break: normal;
|
37208
|
+
white-space: pre;
|
37209
|
+
background: transparent;
|
37210
|
+
border: 0;
|
37211
|
+
}
|
37212
|
+
|
37213
|
+
.amis-scope .a-Markdown .highlight {
|
37214
|
+
margin-bottom: 16px;
|
37215
|
+
}
|
37216
|
+
|
37217
|
+
.amis-scope .a-Markdown .highlight pre,
|
37218
|
+
.amis-scope .a-Markdown pre {
|
37219
|
+
padding: 16px;
|
37220
|
+
overflow: auto;
|
37221
|
+
line-height: 1.45;
|
37222
|
+
background-color: #f7f7f7;
|
37223
|
+
border-radius: 3px;
|
37224
|
+
}
|
37225
|
+
|
37226
|
+
.amis-scope .a-Markdown .highlight pre {
|
37227
|
+
margin-bottom: 0;
|
37228
|
+
word-break: normal;
|
37229
|
+
}
|
37230
|
+
|
37231
|
+
.amis-scope .a-Markdown pre {
|
37232
|
+
word-wrap: normal;
|
37233
|
+
}
|
37234
|
+
|
37235
|
+
.amis-scope .a-Markdown pre code {
|
37236
|
+
display: inline;
|
37237
|
+
max-width: initial;
|
37238
|
+
padding: 0;
|
37239
|
+
margin: 0;
|
37240
|
+
overflow: initial;
|
37241
|
+
line-height: inherit;
|
37242
|
+
word-wrap: normal;
|
37243
|
+
background-color: transparent;
|
37244
|
+
border: 0;
|
37245
|
+
}
|
37246
|
+
|
37247
|
+
.amis-scope .a-Markdown pre code:before,
|
37248
|
+
.amis-scope .a-Markdown pre code:after {
|
37249
|
+
content: normal;
|
37250
|
+
}
|
37251
|
+
|
37252
|
+
.amis-scope .a-Markdown kbd {
|
37253
|
+
display: inline-block;
|
37254
|
+
padding: 3px 5px;
|
37255
|
+
line-height: 10px;
|
37256
|
+
color: #555;
|
37257
|
+
vertical-align: middle;
|
37258
|
+
background-color: #fcfcfc;
|
37259
|
+
border: solid 1px #ccc;
|
37260
|
+
border-bottom-color: #bbb;
|
37261
|
+
border-radius: 3px;
|
37262
|
+
box-shadow: inset 0 -1px 0 #bbb;
|
37263
|
+
}
|
37264
|
+
|
37265
|
+
.amis-scope .a-Markdown hr {
|
37266
|
+
border-bottom-color: #eee;
|
37267
|
+
}
|
37268
|
+
|
36976
37269
|
/*
|
36977
37270
|
* utilities
|
36978
37271
|
*/
|
package/sdk/antd-ie11.css
CHANGED
@@ -21569,7 +21569,6 @@ readers do not read off random characters that represent icons */
|
|
21569
21569
|
transform-origin: 100% 0;
|
21570
21570
|
z-index: auto;
|
21571
21571
|
border-radius: calc(1rem / 2);
|
21572
|
-
box-shadow: 0 0 0 1px #fff;
|
21573
21572
|
}
|
21574
21573
|
|
21575
21574
|
.amis-scope .antd-Badge--top-left {
|
@@ -21595,6 +21594,22 @@ readers do not read off random characters that represent icons */
|
|
21595
21594
|
transform: translate(50%, 50%);
|
21596
21595
|
}
|
21597
21596
|
|
21597
|
+
.amis-scope .antd-Badge--danger {
|
21598
|
+
background: #ff4d4f;
|
21599
|
+
}
|
21600
|
+
|
21601
|
+
.amis-scope .antd-Badge--info {
|
21602
|
+
background: #1890ff;
|
21603
|
+
}
|
21604
|
+
|
21605
|
+
.amis-scope .antd-Badge--success {
|
21606
|
+
background: #52c41a;
|
21607
|
+
}
|
21608
|
+
|
21609
|
+
.amis-scope .antd-Badge--warning {
|
21610
|
+
background: #faad14;
|
21611
|
+
}
|
21612
|
+
|
21598
21613
|
.amis-scope .antd-Badge-text {
|
21599
21614
|
color: #fff;
|
21600
21615
|
height: 1rem;
|
@@ -24279,8 +24294,13 @@ readers do not read off random characters that represent icons */
|
|
24279
24294
|
.amis-scope .antd-Spinner--icon {
|
24280
24295
|
background: transparent;
|
24281
24296
|
animation: spin 2s linear infinite;
|
24282
|
-
width:
|
24283
|
-
height:
|
24297
|
+
width: 1rem;
|
24298
|
+
height: 1rem;
|
24299
|
+
}
|
24300
|
+
|
24301
|
+
.amis-scope .antd-Spinner--icon svg.icon {
|
24302
|
+
width: 1rem;
|
24303
|
+
height: 1rem;
|
24284
24304
|
}
|
24285
24305
|
|
24286
24306
|
.amis-scope .antd-Spinner--overlay {
|
@@ -29723,6 +29743,10 @@ readers do not read off random characters that represent icons */
|
|
29723
29743
|
margin-bottom: 0.75rem;
|
29724
29744
|
}
|
29725
29745
|
|
29746
|
+
.amis-scope .antd-Form-group:last-child {
|
29747
|
+
margin-bottom: 0;
|
29748
|
+
}
|
29749
|
+
|
29726
29750
|
.amis-scope .antd-Form-value > .antd-Form-group {
|
29727
29751
|
margin-bottom: 0.375rem;
|
29728
29752
|
}
|
@@ -36006,6 +36030,271 @@ readers do not read off random characters that represent icons */
|
|
36006
36030
|
padding: 0.75rem;
|
36007
36031
|
}
|
36008
36032
|
|
36033
|
+
.amis-scope .antd-Markdown strong {
|
36034
|
+
font-weight: bolder;
|
36035
|
+
}
|
36036
|
+
|
36037
|
+
.amis-scope .antd-Markdown img {
|
36038
|
+
border-style: none;
|
36039
|
+
}
|
36040
|
+
|
36041
|
+
.amis-scope .antd-Markdown svg:not(:root) {
|
36042
|
+
overflow: hidden;
|
36043
|
+
}
|
36044
|
+
|
36045
|
+
.amis-scope .antd-Markdown button:-moz-focusring,
|
36046
|
+
.amis-scope .antd-Markdown [type=button]:-moz-focusring,
|
36047
|
+
.amis-scope .antd-Markdown [type=reset]:-moz-focusring,
|
36048
|
+
.amis-scope .antd-Markdown [type=submit]:-moz-focusring {
|
36049
|
+
outline: 1px dotted ButtonText;
|
36050
|
+
}
|
36051
|
+
|
36052
|
+
.amis-scope .antd-Markdown [type=checkbox] {
|
36053
|
+
box-sizing: border-box;
|
36054
|
+
padding: 0;
|
36055
|
+
}
|
36056
|
+
|
36057
|
+
.amis-scope .antd-Markdown table {
|
36058
|
+
border-spacing: 0;
|
36059
|
+
border-collapse: collapse;
|
36060
|
+
}
|
36061
|
+
|
36062
|
+
.amis-scope .antd-Markdown table td,
|
36063
|
+
.amis-scope .antd-Markdown table th {
|
36064
|
+
padding: 0;
|
36065
|
+
}
|
36066
|
+
|
36067
|
+
.amis-scope .antd-Markdown hr {
|
36068
|
+
height: 0;
|
36069
|
+
margin: 15px 0;
|
36070
|
+
overflow: hidden;
|
36071
|
+
background: transparent;
|
36072
|
+
border: 0;
|
36073
|
+
border-bottom: 1px solid #ddd;
|
36074
|
+
}
|
36075
|
+
|
36076
|
+
.amis-scope .antd-Markdown hr::before {
|
36077
|
+
display: table;
|
36078
|
+
content: "";
|
36079
|
+
}
|
36080
|
+
|
36081
|
+
.amis-scope .antd-Markdown hr::after {
|
36082
|
+
display: table;
|
36083
|
+
clear: both;
|
36084
|
+
content: "";
|
36085
|
+
}
|
36086
|
+
|
36087
|
+
.amis-scope .antd-Markdown p {
|
36088
|
+
margin-top: 0;
|
36089
|
+
margin-bottom: 10px;
|
36090
|
+
}
|
36091
|
+
|
36092
|
+
.amis-scope .antd-Markdown blockquote {
|
36093
|
+
margin: 0;
|
36094
|
+
}
|
36095
|
+
|
36096
|
+
.amis-scope .antd-Markdown ul,
|
36097
|
+
.amis-scope .antd-Markdown ol {
|
36098
|
+
padding-left: 0;
|
36099
|
+
margin-top: 0;
|
36100
|
+
margin-bottom: 0;
|
36101
|
+
}
|
36102
|
+
|
36103
|
+
.amis-scope .antd-Markdown ol ol,
|
36104
|
+
.amis-scope .antd-Markdown ul ol {
|
36105
|
+
list-style-type: lower-roman;
|
36106
|
+
}
|
36107
|
+
|
36108
|
+
.amis-scope .antd-Markdown ul ul ol,
|
36109
|
+
.amis-scope .antd-Markdown ul ol ol,
|
36110
|
+
.amis-scope .antd-Markdown ol ul ol,
|
36111
|
+
.amis-scope .antd-Markdown ol ol ol {
|
36112
|
+
list-style-type: lower-alpha;
|
36113
|
+
}
|
36114
|
+
|
36115
|
+
.amis-scope .antd-Markdown dd {
|
36116
|
+
margin-left: 0;
|
36117
|
+
}
|
36118
|
+
|
36119
|
+
.amis-scope .antd-Markdown p,
|
36120
|
+
.amis-scope .antd-Markdown blockquote,
|
36121
|
+
.amis-scope .antd-Markdown ul,
|
36122
|
+
.amis-scope .antd-Markdown ol,
|
36123
|
+
.amis-scope .antd-Markdown dl,
|
36124
|
+
.amis-scope .antd-Markdown table,
|
36125
|
+
.amis-scope .antd-Markdown pre {
|
36126
|
+
margin-top: 0;
|
36127
|
+
margin-bottom: 16px;
|
36128
|
+
}
|
36129
|
+
|
36130
|
+
.amis-scope .antd-Markdown hr {
|
36131
|
+
height: 4px;
|
36132
|
+
padding: 0;
|
36133
|
+
margin: 16px 0;
|
36134
|
+
background-color: #e7e7e7;
|
36135
|
+
border: 0 none;
|
36136
|
+
}
|
36137
|
+
|
36138
|
+
.amis-scope .antd-Markdown ul:not(.dropdown-menu):not(.nav),
|
36139
|
+
.amis-scope .antd-Markdown ol {
|
36140
|
+
padding-left: 2em;
|
36141
|
+
}
|
36142
|
+
|
36143
|
+
.amis-scope .antd-Markdown ul ul,
|
36144
|
+
.amis-scope .antd-Markdown ul ol,
|
36145
|
+
.amis-scope .antd-Markdown ol ol,
|
36146
|
+
.amis-scope .antd-Markdown ol ul {
|
36147
|
+
margin-top: 0;
|
36148
|
+
margin-bottom: 0;
|
36149
|
+
}
|
36150
|
+
|
36151
|
+
.amis-scope .antd-Markdown li > p {
|
36152
|
+
margin-top: 16px;
|
36153
|
+
}
|
36154
|
+
|
36155
|
+
.amis-scope .antd-Markdown dl {
|
36156
|
+
padding: 0;
|
36157
|
+
}
|
36158
|
+
|
36159
|
+
.amis-scope .antd-Markdown dl dt {
|
36160
|
+
padding: 0;
|
36161
|
+
margin-top: 16px;
|
36162
|
+
font-size: 1em;
|
36163
|
+
font-style: italic;
|
36164
|
+
font-weight: bold;
|
36165
|
+
}
|
36166
|
+
|
36167
|
+
.amis-scope .antd-Markdown dl dd {
|
36168
|
+
padding: 0 16px;
|
36169
|
+
margin-bottom: 16px;
|
36170
|
+
}
|
36171
|
+
|
36172
|
+
.amis-scope .antd-Markdown blockquote {
|
36173
|
+
padding: 0 15px;
|
36174
|
+
color: #777;
|
36175
|
+
border-left: 4px solid #ddd;
|
36176
|
+
}
|
36177
|
+
|
36178
|
+
.amis-scope .antd-Markdown blockquote > :first-child {
|
36179
|
+
margin-top: 0;
|
36180
|
+
}
|
36181
|
+
|
36182
|
+
.amis-scope .antd-Markdown blockquote > :last-child {
|
36183
|
+
margin-bottom: 0;
|
36184
|
+
}
|
36185
|
+
|
36186
|
+
.amis-scope .antd-Markdown table {
|
36187
|
+
display: block;
|
36188
|
+
width: 100%;
|
36189
|
+
overflow: auto;
|
36190
|
+
word-break: normal;
|
36191
|
+
}
|
36192
|
+
|
36193
|
+
.amis-scope .antd-Markdown table th {
|
36194
|
+
font-weight: bold;
|
36195
|
+
}
|
36196
|
+
|
36197
|
+
.amis-scope .antd-Markdown table th,
|
36198
|
+
.amis-scope .antd-Markdown table td {
|
36199
|
+
padding: 6px 13px;
|
36200
|
+
border: 1px solid #ddd;
|
36201
|
+
}
|
36202
|
+
|
36203
|
+
.amis-scope .antd-Markdown table tr {
|
36204
|
+
background-color: #fff;
|
36205
|
+
border-top: 1px solid #ccc;
|
36206
|
+
}
|
36207
|
+
|
36208
|
+
.amis-scope .antd-Markdown table tr:nth-child(2n) {
|
36209
|
+
background-color: #f8f8f8;
|
36210
|
+
}
|
36211
|
+
|
36212
|
+
@media (min-width: 1200px) {
|
36213
|
+
.amis-scope .antd-Markdown img {
|
36214
|
+
max-width: 800px;
|
36215
|
+
}
|
36216
|
+
}
|
36217
|
+
|
36218
|
+
.amis-scope .antd-Markdown code {
|
36219
|
+
padding: 0;
|
36220
|
+
padding-top: 0.2em;
|
36221
|
+
padding-bottom: 0.2em;
|
36222
|
+
margin: 0;
|
36223
|
+
background-color: rgba(0, 0, 0, 0.04);
|
36224
|
+
border-radius: 3px;
|
36225
|
+
}
|
36226
|
+
|
36227
|
+
.amis-scope .antd-Markdown code:before,
|
36228
|
+
.amis-scope .antd-Markdown code:after {
|
36229
|
+
letter-spacing: -0.2em;
|
36230
|
+
content: " ";
|
36231
|
+
}
|
36232
|
+
|
36233
|
+
.amis-scope .antd-Markdown pre > code {
|
36234
|
+
padding: 0;
|
36235
|
+
margin: 0;
|
36236
|
+
word-break: normal;
|
36237
|
+
white-space: pre;
|
36238
|
+
background: transparent;
|
36239
|
+
border: 0;
|
36240
|
+
}
|
36241
|
+
|
36242
|
+
.amis-scope .antd-Markdown .highlight {
|
36243
|
+
margin-bottom: 16px;
|
36244
|
+
}
|
36245
|
+
|
36246
|
+
.amis-scope .antd-Markdown .highlight pre,
|
36247
|
+
.amis-scope .antd-Markdown pre {
|
36248
|
+
padding: 16px;
|
36249
|
+
overflow: auto;
|
36250
|
+
line-height: 1.45;
|
36251
|
+
background-color: #f7f7f7;
|
36252
|
+
border-radius: 3px;
|
36253
|
+
}
|
36254
|
+
|
36255
|
+
.amis-scope .antd-Markdown .highlight pre {
|
36256
|
+
margin-bottom: 0;
|
36257
|
+
word-break: normal;
|
36258
|
+
}
|
36259
|
+
|
36260
|
+
.amis-scope .antd-Markdown pre {
|
36261
|
+
word-wrap: normal;
|
36262
|
+
}
|
36263
|
+
|
36264
|
+
.amis-scope .antd-Markdown pre code {
|
36265
|
+
display: inline;
|
36266
|
+
max-width: initial;
|
36267
|
+
padding: 0;
|
36268
|
+
margin: 0;
|
36269
|
+
overflow: initial;
|
36270
|
+
line-height: inherit;
|
36271
|
+
word-wrap: normal;
|
36272
|
+
background-color: transparent;
|
36273
|
+
border: 0;
|
36274
|
+
}
|
36275
|
+
|
36276
|
+
.amis-scope .antd-Markdown pre code:before,
|
36277
|
+
.amis-scope .antd-Markdown pre code:after {
|
36278
|
+
content: normal;
|
36279
|
+
}
|
36280
|
+
|
36281
|
+
.amis-scope .antd-Markdown kbd {
|
36282
|
+
display: inline-block;
|
36283
|
+
padding: 3px 5px;
|
36284
|
+
line-height: 10px;
|
36285
|
+
color: #555;
|
36286
|
+
vertical-align: middle;
|
36287
|
+
background-color: #fcfcfc;
|
36288
|
+
border: solid 1px #ccc;
|
36289
|
+
border-bottom-color: #bbb;
|
36290
|
+
border-radius: 3px;
|
36291
|
+
box-shadow: inset 0 -1px 0 #bbb;
|
36292
|
+
}
|
36293
|
+
|
36294
|
+
.amis-scope .antd-Markdown hr {
|
36295
|
+
border-bottom-color: #eee;
|
36296
|
+
}
|
36297
|
+
|
36009
36298
|
/*
|
36010
36299
|
* utilities
|
36011
36300
|
*/
|