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/sdk-ie11.css
CHANGED
@@ -21568,7 +21568,6 @@ readers do not read off random characters that represent icons */
|
|
21568
21568
|
transform-origin: 100% 0;
|
21569
21569
|
z-index: auto;
|
21570
21570
|
border-radius: calc(1rem / 2);
|
21571
|
-
box-shadow: 0 0 0 1px #fff;
|
21572
21571
|
}
|
21573
21572
|
|
21574
21573
|
.amis-scope .cxd-Badge--top-left {
|
@@ -21594,6 +21593,22 @@ readers do not read off random characters that represent icons */
|
|
21594
21593
|
transform: translate(50%, 50%);
|
21595
21594
|
}
|
21596
21595
|
|
21596
|
+
.amis-scope .cxd-Badge--danger {
|
21597
|
+
background: #ea2e2e;
|
21598
|
+
}
|
21599
|
+
|
21600
|
+
.amis-scope .cxd-Badge--info {
|
21601
|
+
background: #108cee;
|
21602
|
+
}
|
21603
|
+
|
21604
|
+
.amis-scope .cxd-Badge--success {
|
21605
|
+
background: #5fb333;
|
21606
|
+
}
|
21607
|
+
|
21608
|
+
.amis-scope .cxd-Badge--warning {
|
21609
|
+
background: #f39000;
|
21610
|
+
}
|
21611
|
+
|
21597
21612
|
.amis-scope .cxd-Badge-text {
|
21598
21613
|
color: #fff;
|
21599
21614
|
height: 1rem;
|
@@ -24278,8 +24293,13 @@ readers do not read off random characters that represent icons */
|
|
24278
24293
|
.amis-scope .cxd-Spinner--icon {
|
24279
24294
|
background: transparent;
|
24280
24295
|
animation: spin 2s linear infinite;
|
24281
|
-
width:
|
24282
|
-
height:
|
24296
|
+
width: 1rem;
|
24297
|
+
height: 1rem;
|
24298
|
+
}
|
24299
|
+
|
24300
|
+
.amis-scope .cxd-Spinner--icon svg.icon {
|
24301
|
+
width: 1rem;
|
24302
|
+
height: 1rem;
|
24283
24303
|
}
|
24284
24304
|
|
24285
24305
|
.amis-scope .cxd-Spinner--overlay {
|
@@ -29722,6 +29742,10 @@ readers do not read off random characters that represent icons */
|
|
29722
29742
|
margin-bottom: 0.75rem;
|
29723
29743
|
}
|
29724
29744
|
|
29745
|
+
.amis-scope .cxd-Form-group:last-child {
|
29746
|
+
margin-bottom: 0;
|
29747
|
+
}
|
29748
|
+
|
29725
29749
|
.amis-scope .cxd-Form-value > .cxd-Form-group {
|
29726
29750
|
margin-bottom: 0.375rem;
|
29727
29751
|
}
|
@@ -35993,6 +36017,271 @@ readers do not read off random characters that represent icons */
|
|
35993
36017
|
padding: 0.75rem;
|
35994
36018
|
}
|
35995
36019
|
|
36020
|
+
.amis-scope .cxd-Markdown strong {
|
36021
|
+
font-weight: bolder;
|
36022
|
+
}
|
36023
|
+
|
36024
|
+
.amis-scope .cxd-Markdown img {
|
36025
|
+
border-style: none;
|
36026
|
+
}
|
36027
|
+
|
36028
|
+
.amis-scope .cxd-Markdown svg:not(:root) {
|
36029
|
+
overflow: hidden;
|
36030
|
+
}
|
36031
|
+
|
36032
|
+
.amis-scope .cxd-Markdown button:-moz-focusring,
|
36033
|
+
.amis-scope .cxd-Markdown [type=button]:-moz-focusring,
|
36034
|
+
.amis-scope .cxd-Markdown [type=reset]:-moz-focusring,
|
36035
|
+
.amis-scope .cxd-Markdown [type=submit]:-moz-focusring {
|
36036
|
+
outline: 1px dotted ButtonText;
|
36037
|
+
}
|
36038
|
+
|
36039
|
+
.amis-scope .cxd-Markdown [type=checkbox] {
|
36040
|
+
box-sizing: border-box;
|
36041
|
+
padding: 0;
|
36042
|
+
}
|
36043
|
+
|
36044
|
+
.amis-scope .cxd-Markdown table {
|
36045
|
+
border-spacing: 0;
|
36046
|
+
border-collapse: collapse;
|
36047
|
+
}
|
36048
|
+
|
36049
|
+
.amis-scope .cxd-Markdown table td,
|
36050
|
+
.amis-scope .cxd-Markdown table th {
|
36051
|
+
padding: 0;
|
36052
|
+
}
|
36053
|
+
|
36054
|
+
.amis-scope .cxd-Markdown hr {
|
36055
|
+
height: 0;
|
36056
|
+
margin: 15px 0;
|
36057
|
+
overflow: hidden;
|
36058
|
+
background: transparent;
|
36059
|
+
border: 0;
|
36060
|
+
border-bottom: 1px solid #ddd;
|
36061
|
+
}
|
36062
|
+
|
36063
|
+
.amis-scope .cxd-Markdown hr::before {
|
36064
|
+
display: table;
|
36065
|
+
content: "";
|
36066
|
+
}
|
36067
|
+
|
36068
|
+
.amis-scope .cxd-Markdown hr::after {
|
36069
|
+
display: table;
|
36070
|
+
clear: both;
|
36071
|
+
content: "";
|
36072
|
+
}
|
36073
|
+
|
36074
|
+
.amis-scope .cxd-Markdown p {
|
36075
|
+
margin-top: 0;
|
36076
|
+
margin-bottom: 10px;
|
36077
|
+
}
|
36078
|
+
|
36079
|
+
.amis-scope .cxd-Markdown blockquote {
|
36080
|
+
margin: 0;
|
36081
|
+
}
|
36082
|
+
|
36083
|
+
.amis-scope .cxd-Markdown ul,
|
36084
|
+
.amis-scope .cxd-Markdown ol {
|
36085
|
+
padding-left: 0;
|
36086
|
+
margin-top: 0;
|
36087
|
+
margin-bottom: 0;
|
36088
|
+
}
|
36089
|
+
|
36090
|
+
.amis-scope .cxd-Markdown ol ol,
|
36091
|
+
.amis-scope .cxd-Markdown ul ol {
|
36092
|
+
list-style-type: lower-roman;
|
36093
|
+
}
|
36094
|
+
|
36095
|
+
.amis-scope .cxd-Markdown ul ul ol,
|
36096
|
+
.amis-scope .cxd-Markdown ul ol ol,
|
36097
|
+
.amis-scope .cxd-Markdown ol ul ol,
|
36098
|
+
.amis-scope .cxd-Markdown ol ol ol {
|
36099
|
+
list-style-type: lower-alpha;
|
36100
|
+
}
|
36101
|
+
|
36102
|
+
.amis-scope .cxd-Markdown dd {
|
36103
|
+
margin-left: 0;
|
36104
|
+
}
|
36105
|
+
|
36106
|
+
.amis-scope .cxd-Markdown p,
|
36107
|
+
.amis-scope .cxd-Markdown blockquote,
|
36108
|
+
.amis-scope .cxd-Markdown ul,
|
36109
|
+
.amis-scope .cxd-Markdown ol,
|
36110
|
+
.amis-scope .cxd-Markdown dl,
|
36111
|
+
.amis-scope .cxd-Markdown table,
|
36112
|
+
.amis-scope .cxd-Markdown pre {
|
36113
|
+
margin-top: 0;
|
36114
|
+
margin-bottom: 16px;
|
36115
|
+
}
|
36116
|
+
|
36117
|
+
.amis-scope .cxd-Markdown hr {
|
36118
|
+
height: 4px;
|
36119
|
+
padding: 0;
|
36120
|
+
margin: 16px 0;
|
36121
|
+
background-color: #e7e7e7;
|
36122
|
+
border: 0 none;
|
36123
|
+
}
|
36124
|
+
|
36125
|
+
.amis-scope .cxd-Markdown ul:not(.dropdown-menu):not(.nav),
|
36126
|
+
.amis-scope .cxd-Markdown ol {
|
36127
|
+
padding-left: 2em;
|
36128
|
+
}
|
36129
|
+
|
36130
|
+
.amis-scope .cxd-Markdown ul ul,
|
36131
|
+
.amis-scope .cxd-Markdown ul ol,
|
36132
|
+
.amis-scope .cxd-Markdown ol ol,
|
36133
|
+
.amis-scope .cxd-Markdown ol ul {
|
36134
|
+
margin-top: 0;
|
36135
|
+
margin-bottom: 0;
|
36136
|
+
}
|
36137
|
+
|
36138
|
+
.amis-scope .cxd-Markdown li > p {
|
36139
|
+
margin-top: 16px;
|
36140
|
+
}
|
36141
|
+
|
36142
|
+
.amis-scope .cxd-Markdown dl {
|
36143
|
+
padding: 0;
|
36144
|
+
}
|
36145
|
+
|
36146
|
+
.amis-scope .cxd-Markdown dl dt {
|
36147
|
+
padding: 0;
|
36148
|
+
margin-top: 16px;
|
36149
|
+
font-size: 1em;
|
36150
|
+
font-style: italic;
|
36151
|
+
font-weight: bold;
|
36152
|
+
}
|
36153
|
+
|
36154
|
+
.amis-scope .cxd-Markdown dl dd {
|
36155
|
+
padding: 0 16px;
|
36156
|
+
margin-bottom: 16px;
|
36157
|
+
}
|
36158
|
+
|
36159
|
+
.amis-scope .cxd-Markdown blockquote {
|
36160
|
+
padding: 0 15px;
|
36161
|
+
color: #777;
|
36162
|
+
border-left: 4px solid #ddd;
|
36163
|
+
}
|
36164
|
+
|
36165
|
+
.amis-scope .cxd-Markdown blockquote > :first-child {
|
36166
|
+
margin-top: 0;
|
36167
|
+
}
|
36168
|
+
|
36169
|
+
.amis-scope .cxd-Markdown blockquote > :last-child {
|
36170
|
+
margin-bottom: 0;
|
36171
|
+
}
|
36172
|
+
|
36173
|
+
.amis-scope .cxd-Markdown table {
|
36174
|
+
display: block;
|
36175
|
+
width: 100%;
|
36176
|
+
overflow: auto;
|
36177
|
+
word-break: normal;
|
36178
|
+
}
|
36179
|
+
|
36180
|
+
.amis-scope .cxd-Markdown table th {
|
36181
|
+
font-weight: bold;
|
36182
|
+
}
|
36183
|
+
|
36184
|
+
.amis-scope .cxd-Markdown table th,
|
36185
|
+
.amis-scope .cxd-Markdown table td {
|
36186
|
+
padding: 6px 13px;
|
36187
|
+
border: 1px solid #ddd;
|
36188
|
+
}
|
36189
|
+
|
36190
|
+
.amis-scope .cxd-Markdown table tr {
|
36191
|
+
background-color: #fff;
|
36192
|
+
border-top: 1px solid #ccc;
|
36193
|
+
}
|
36194
|
+
|
36195
|
+
.amis-scope .cxd-Markdown table tr:nth-child(2n) {
|
36196
|
+
background-color: #f8f8f8;
|
36197
|
+
}
|
36198
|
+
|
36199
|
+
@media (min-width: 1200px) {
|
36200
|
+
.amis-scope .cxd-Markdown img {
|
36201
|
+
max-width: 800px;
|
36202
|
+
}
|
36203
|
+
}
|
36204
|
+
|
36205
|
+
.amis-scope .cxd-Markdown code {
|
36206
|
+
padding: 0;
|
36207
|
+
padding-top: 0.2em;
|
36208
|
+
padding-bottom: 0.2em;
|
36209
|
+
margin: 0;
|
36210
|
+
background-color: rgba(0, 0, 0, 0.04);
|
36211
|
+
border-radius: 3px;
|
36212
|
+
}
|
36213
|
+
|
36214
|
+
.amis-scope .cxd-Markdown code:before,
|
36215
|
+
.amis-scope .cxd-Markdown code:after {
|
36216
|
+
letter-spacing: -0.2em;
|
36217
|
+
content: " ";
|
36218
|
+
}
|
36219
|
+
|
36220
|
+
.amis-scope .cxd-Markdown pre > code {
|
36221
|
+
padding: 0;
|
36222
|
+
margin: 0;
|
36223
|
+
word-break: normal;
|
36224
|
+
white-space: pre;
|
36225
|
+
background: transparent;
|
36226
|
+
border: 0;
|
36227
|
+
}
|
36228
|
+
|
36229
|
+
.amis-scope .cxd-Markdown .highlight {
|
36230
|
+
margin-bottom: 16px;
|
36231
|
+
}
|
36232
|
+
|
36233
|
+
.amis-scope .cxd-Markdown .highlight pre,
|
36234
|
+
.amis-scope .cxd-Markdown pre {
|
36235
|
+
padding: 16px;
|
36236
|
+
overflow: auto;
|
36237
|
+
line-height: 1.45;
|
36238
|
+
background-color: #f7f7f7;
|
36239
|
+
border-radius: 3px;
|
36240
|
+
}
|
36241
|
+
|
36242
|
+
.amis-scope .cxd-Markdown .highlight pre {
|
36243
|
+
margin-bottom: 0;
|
36244
|
+
word-break: normal;
|
36245
|
+
}
|
36246
|
+
|
36247
|
+
.amis-scope .cxd-Markdown pre {
|
36248
|
+
word-wrap: normal;
|
36249
|
+
}
|
36250
|
+
|
36251
|
+
.amis-scope .cxd-Markdown pre code {
|
36252
|
+
display: inline;
|
36253
|
+
max-width: initial;
|
36254
|
+
padding: 0;
|
36255
|
+
margin: 0;
|
36256
|
+
overflow: initial;
|
36257
|
+
line-height: inherit;
|
36258
|
+
word-wrap: normal;
|
36259
|
+
background-color: transparent;
|
36260
|
+
border: 0;
|
36261
|
+
}
|
36262
|
+
|
36263
|
+
.amis-scope .cxd-Markdown pre code:before,
|
36264
|
+
.amis-scope .cxd-Markdown pre code:after {
|
36265
|
+
content: normal;
|
36266
|
+
}
|
36267
|
+
|
36268
|
+
.amis-scope .cxd-Markdown kbd {
|
36269
|
+
display: inline-block;
|
36270
|
+
padding: 3px 5px;
|
36271
|
+
line-height: 10px;
|
36272
|
+
color: #555;
|
36273
|
+
vertical-align: middle;
|
36274
|
+
background-color: #fcfcfc;
|
36275
|
+
border: solid 1px #ccc;
|
36276
|
+
border-bottom-color: #bbb;
|
36277
|
+
border-radius: 3px;
|
36278
|
+
box-shadow: inset 0 -1px 0 #bbb;
|
36279
|
+
}
|
36280
|
+
|
36281
|
+
.amis-scope .cxd-Markdown hr {
|
36282
|
+
border-bottom-color: #eee;
|
36283
|
+
}
|
36284
|
+
|
35996
36285
|
/*
|
35997
36286
|
* utilities
|
35998
36287
|
*/
|
package/sdk/sdk.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);
|
@@ -23125,7 +23129,6 @@ readers do not read off random characters that represent icons */
|
|
23125
23129
|
transform-origin: 100% 0;
|
23126
23130
|
z-index: auto;
|
23127
23131
|
border-radius: calc(var(--Badge-size) / 2);
|
23128
|
-
box-shadow: 0 0 0 1px #fff;
|
23129
23132
|
}
|
23130
23133
|
|
23131
23134
|
.amis-scope .cxd-Badge--top-left {
|
@@ -23151,6 +23154,22 @@ readers do not read off random characters that represent icons */
|
|
23151
23154
|
transform: translate(50%, 50%);
|
23152
23155
|
}
|
23153
23156
|
|
23157
|
+
.amis-scope .cxd-Badge--danger {
|
23158
|
+
background: var(--Badge--danger-bg);
|
23159
|
+
}
|
23160
|
+
|
23161
|
+
.amis-scope .cxd-Badge--info {
|
23162
|
+
background: var(--Badge--info-bg);
|
23163
|
+
}
|
23164
|
+
|
23165
|
+
.amis-scope .cxd-Badge--success {
|
23166
|
+
background: var(--Badge--success-bg);
|
23167
|
+
}
|
23168
|
+
|
23169
|
+
.amis-scope .cxd-Badge--warning {
|
23170
|
+
background: var(--Badge--warning-bg);
|
23171
|
+
}
|
23172
|
+
|
23154
23173
|
.amis-scope .cxd-Badge-text {
|
23155
23174
|
color: var(--Badge-color);
|
23156
23175
|
height: var(--Badge-size);
|
@@ -25815,8 +25834,13 @@ readers do not read off random characters that represent icons */
|
|
25815
25834
|
.amis-scope .cxd-Spinner--icon {
|
25816
25835
|
background: transparent;
|
25817
25836
|
animation: spin 2s linear infinite;
|
25818
|
-
width:
|
25819
|
-
height:
|
25837
|
+
width: var(--fontSizeLg);
|
25838
|
+
height: var(--fontSizeLg);
|
25839
|
+
}
|
25840
|
+
|
25841
|
+
.amis-scope .cxd-Spinner--icon svg.icon {
|
25842
|
+
width: var(--fontSizeLg);
|
25843
|
+
height: var(--fontSizeLg);
|
25820
25844
|
}
|
25821
25845
|
|
25822
25846
|
.amis-scope .cxd-Spinner--overlay {
|
@@ -31233,6 +31257,10 @@ readers do not read off random characters that represent icons */
|
|
31233
31257
|
margin-bottom: var(--Form-item-gap);
|
31234
31258
|
}
|
31235
31259
|
|
31260
|
+
.amis-scope .cxd-Form-group:last-child {
|
31261
|
+
margin-bottom: 0;
|
31262
|
+
}
|
31263
|
+
|
31236
31264
|
.amis-scope .cxd-Form-value > .cxd-Form-group {
|
31237
31265
|
margin-bottom: var(--Form-input-marginBottom);
|
31238
31266
|
}
|
@@ -37333,6 +37361,271 @@ readers do not read off random characters that represent icons */
|
|
37333
37361
|
padding: var(--gap-base);
|
37334
37362
|
}
|
37335
37363
|
|
37364
|
+
.amis-scope .cxd-Markdown strong {
|
37365
|
+
font-weight: bolder;
|
37366
|
+
}
|
37367
|
+
|
37368
|
+
.amis-scope .cxd-Markdown img {
|
37369
|
+
border-style: none;
|
37370
|
+
}
|
37371
|
+
|
37372
|
+
.amis-scope .cxd-Markdown svg:not(:root) {
|
37373
|
+
overflow: hidden;
|
37374
|
+
}
|
37375
|
+
|
37376
|
+
.amis-scope .cxd-Markdown button:-moz-focusring,
|
37377
|
+
.amis-scope .cxd-Markdown [type=button]:-moz-focusring,
|
37378
|
+
.amis-scope .cxd-Markdown [type=reset]:-moz-focusring,
|
37379
|
+
.amis-scope .cxd-Markdown [type=submit]:-moz-focusring {
|
37380
|
+
outline: 1px dotted ButtonText;
|
37381
|
+
}
|
37382
|
+
|
37383
|
+
.amis-scope .cxd-Markdown [type=checkbox] {
|
37384
|
+
box-sizing: border-box;
|
37385
|
+
padding: 0;
|
37386
|
+
}
|
37387
|
+
|
37388
|
+
.amis-scope .cxd-Markdown table {
|
37389
|
+
border-spacing: 0;
|
37390
|
+
border-collapse: collapse;
|
37391
|
+
}
|
37392
|
+
|
37393
|
+
.amis-scope .cxd-Markdown table td,
|
37394
|
+
.amis-scope .cxd-Markdown table th {
|
37395
|
+
padding: 0;
|
37396
|
+
}
|
37397
|
+
|
37398
|
+
.amis-scope .cxd-Markdown hr {
|
37399
|
+
height: 0;
|
37400
|
+
margin: 15px 0;
|
37401
|
+
overflow: hidden;
|
37402
|
+
background: transparent;
|
37403
|
+
border: 0;
|
37404
|
+
border-bottom: 1px solid #ddd;
|
37405
|
+
}
|
37406
|
+
|
37407
|
+
.amis-scope .cxd-Markdown hr::before {
|
37408
|
+
display: table;
|
37409
|
+
content: "";
|
37410
|
+
}
|
37411
|
+
|
37412
|
+
.amis-scope .cxd-Markdown hr::after {
|
37413
|
+
display: table;
|
37414
|
+
clear: both;
|
37415
|
+
content: "";
|
37416
|
+
}
|
37417
|
+
|
37418
|
+
.amis-scope .cxd-Markdown p {
|
37419
|
+
margin-top: 0;
|
37420
|
+
margin-bottom: 10px;
|
37421
|
+
}
|
37422
|
+
|
37423
|
+
.amis-scope .cxd-Markdown blockquote {
|
37424
|
+
margin: 0;
|
37425
|
+
}
|
37426
|
+
|
37427
|
+
.amis-scope .cxd-Markdown ul,
|
37428
|
+
.amis-scope .cxd-Markdown ol {
|
37429
|
+
padding-left: 0;
|
37430
|
+
margin-top: 0;
|
37431
|
+
margin-bottom: 0;
|
37432
|
+
}
|
37433
|
+
|
37434
|
+
.amis-scope .cxd-Markdown ol ol,
|
37435
|
+
.amis-scope .cxd-Markdown ul ol {
|
37436
|
+
list-style-type: lower-roman;
|
37437
|
+
}
|
37438
|
+
|
37439
|
+
.amis-scope .cxd-Markdown ul ul ol,
|
37440
|
+
.amis-scope .cxd-Markdown ul ol ol,
|
37441
|
+
.amis-scope .cxd-Markdown ol ul ol,
|
37442
|
+
.amis-scope .cxd-Markdown ol ol ol {
|
37443
|
+
list-style-type: lower-alpha;
|
37444
|
+
}
|
37445
|
+
|
37446
|
+
.amis-scope .cxd-Markdown dd {
|
37447
|
+
margin-left: 0;
|
37448
|
+
}
|
37449
|
+
|
37450
|
+
.amis-scope .cxd-Markdown p,
|
37451
|
+
.amis-scope .cxd-Markdown blockquote,
|
37452
|
+
.amis-scope .cxd-Markdown ul,
|
37453
|
+
.amis-scope .cxd-Markdown ol,
|
37454
|
+
.amis-scope .cxd-Markdown dl,
|
37455
|
+
.amis-scope .cxd-Markdown table,
|
37456
|
+
.amis-scope .cxd-Markdown pre {
|
37457
|
+
margin-top: 0;
|
37458
|
+
margin-bottom: 16px;
|
37459
|
+
}
|
37460
|
+
|
37461
|
+
.amis-scope .cxd-Markdown hr {
|
37462
|
+
height: 4px;
|
37463
|
+
padding: 0;
|
37464
|
+
margin: 16px 0;
|
37465
|
+
background-color: #e7e7e7;
|
37466
|
+
border: 0 none;
|
37467
|
+
}
|
37468
|
+
|
37469
|
+
.amis-scope .cxd-Markdown ul:not(.dropdown-menu):not(.nav),
|
37470
|
+
.amis-scope .cxd-Markdown ol {
|
37471
|
+
padding-left: 2em;
|
37472
|
+
}
|
37473
|
+
|
37474
|
+
.amis-scope .cxd-Markdown ul ul,
|
37475
|
+
.amis-scope .cxd-Markdown ul ol,
|
37476
|
+
.amis-scope .cxd-Markdown ol ol,
|
37477
|
+
.amis-scope .cxd-Markdown ol ul {
|
37478
|
+
margin-top: 0;
|
37479
|
+
margin-bottom: 0;
|
37480
|
+
}
|
37481
|
+
|
37482
|
+
.amis-scope .cxd-Markdown li > p {
|
37483
|
+
margin-top: 16px;
|
37484
|
+
}
|
37485
|
+
|
37486
|
+
.amis-scope .cxd-Markdown dl {
|
37487
|
+
padding: 0;
|
37488
|
+
}
|
37489
|
+
|
37490
|
+
.amis-scope .cxd-Markdown dl dt {
|
37491
|
+
padding: 0;
|
37492
|
+
margin-top: 16px;
|
37493
|
+
font-size: 1em;
|
37494
|
+
font-style: italic;
|
37495
|
+
font-weight: bold;
|
37496
|
+
}
|
37497
|
+
|
37498
|
+
.amis-scope .cxd-Markdown dl dd {
|
37499
|
+
padding: 0 16px;
|
37500
|
+
margin-bottom: 16px;
|
37501
|
+
}
|
37502
|
+
|
37503
|
+
.amis-scope .cxd-Markdown blockquote {
|
37504
|
+
padding: 0 15px;
|
37505
|
+
color: #777;
|
37506
|
+
border-left: 4px solid #ddd;
|
37507
|
+
}
|
37508
|
+
|
37509
|
+
.amis-scope .cxd-Markdown blockquote > :first-child {
|
37510
|
+
margin-top: 0;
|
37511
|
+
}
|
37512
|
+
|
37513
|
+
.amis-scope .cxd-Markdown blockquote > :last-child {
|
37514
|
+
margin-bottom: 0;
|
37515
|
+
}
|
37516
|
+
|
37517
|
+
.amis-scope .cxd-Markdown table {
|
37518
|
+
display: block;
|
37519
|
+
width: 100%;
|
37520
|
+
overflow: auto;
|
37521
|
+
word-break: normal;
|
37522
|
+
}
|
37523
|
+
|
37524
|
+
.amis-scope .cxd-Markdown table th {
|
37525
|
+
font-weight: bold;
|
37526
|
+
}
|
37527
|
+
|
37528
|
+
.amis-scope .cxd-Markdown table th,
|
37529
|
+
.amis-scope .cxd-Markdown table td {
|
37530
|
+
padding: 6px 13px;
|
37531
|
+
border: 1px solid #ddd;
|
37532
|
+
}
|
37533
|
+
|
37534
|
+
.amis-scope .cxd-Markdown table tr {
|
37535
|
+
background-color: #fff;
|
37536
|
+
border-top: 1px solid #ccc;
|
37537
|
+
}
|
37538
|
+
|
37539
|
+
.amis-scope .cxd-Markdown table tr:nth-child(2n) {
|
37540
|
+
background-color: #f8f8f8;
|
37541
|
+
}
|
37542
|
+
|
37543
|
+
@media (min-width: 1200px) {
|
37544
|
+
.amis-scope .cxd-Markdown img {
|
37545
|
+
max-width: 800px;
|
37546
|
+
}
|
37547
|
+
}
|
37548
|
+
|
37549
|
+
.amis-scope .cxd-Markdown code {
|
37550
|
+
padding: 0;
|
37551
|
+
padding-top: 0.2em;
|
37552
|
+
padding-bottom: 0.2em;
|
37553
|
+
margin: 0;
|
37554
|
+
background-color: rgba(0, 0, 0, 0.04);
|
37555
|
+
border-radius: 3px;
|
37556
|
+
}
|
37557
|
+
|
37558
|
+
.amis-scope .cxd-Markdown code:before,
|
37559
|
+
.amis-scope .cxd-Markdown code:after {
|
37560
|
+
letter-spacing: -0.2em;
|
37561
|
+
content: " ";
|
37562
|
+
}
|
37563
|
+
|
37564
|
+
.amis-scope .cxd-Markdown pre > code {
|
37565
|
+
padding: 0;
|
37566
|
+
margin: 0;
|
37567
|
+
word-break: normal;
|
37568
|
+
white-space: pre;
|
37569
|
+
background: transparent;
|
37570
|
+
border: 0;
|
37571
|
+
}
|
37572
|
+
|
37573
|
+
.amis-scope .cxd-Markdown .highlight {
|
37574
|
+
margin-bottom: 16px;
|
37575
|
+
}
|
37576
|
+
|
37577
|
+
.amis-scope .cxd-Markdown .highlight pre,
|
37578
|
+
.amis-scope .cxd-Markdown pre {
|
37579
|
+
padding: 16px;
|
37580
|
+
overflow: auto;
|
37581
|
+
line-height: 1.45;
|
37582
|
+
background-color: #f7f7f7;
|
37583
|
+
border-radius: 3px;
|
37584
|
+
}
|
37585
|
+
|
37586
|
+
.amis-scope .cxd-Markdown .highlight pre {
|
37587
|
+
margin-bottom: 0;
|
37588
|
+
word-break: normal;
|
37589
|
+
}
|
37590
|
+
|
37591
|
+
.amis-scope .cxd-Markdown pre {
|
37592
|
+
word-wrap: normal;
|
37593
|
+
}
|
37594
|
+
|
37595
|
+
.amis-scope .cxd-Markdown pre code {
|
37596
|
+
display: inline;
|
37597
|
+
max-width: initial;
|
37598
|
+
padding: 0;
|
37599
|
+
margin: 0;
|
37600
|
+
overflow: initial;
|
37601
|
+
line-height: inherit;
|
37602
|
+
word-wrap: normal;
|
37603
|
+
background-color: transparent;
|
37604
|
+
border: 0;
|
37605
|
+
}
|
37606
|
+
|
37607
|
+
.amis-scope .cxd-Markdown pre code:before,
|
37608
|
+
.amis-scope .cxd-Markdown pre code:after {
|
37609
|
+
content: normal;
|
37610
|
+
}
|
37611
|
+
|
37612
|
+
.amis-scope .cxd-Markdown kbd {
|
37613
|
+
display: inline-block;
|
37614
|
+
padding: 3px 5px;
|
37615
|
+
line-height: 10px;
|
37616
|
+
color: #555;
|
37617
|
+
vertical-align: middle;
|
37618
|
+
background-color: #fcfcfc;
|
37619
|
+
border: solid 1px #ccc;
|
37620
|
+
border-bottom-color: #bbb;
|
37621
|
+
border-radius: 3px;
|
37622
|
+
box-shadow: inset 0 -1px 0 #bbb;
|
37623
|
+
}
|
37624
|
+
|
37625
|
+
.amis-scope .cxd-Markdown hr {
|
37626
|
+
border-bottom-color: #eee;
|
37627
|
+
}
|
37628
|
+
|
37336
37629
|
/*
|
37337
37630
|
* utilities
|
37338
37631
|
*/
|