amis 1.3.5-beta.6 → 1.4.2-beta.1
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/README.md +1 -1
- package/lib/Schema.d.ts +17 -0
- package/lib/Schema.js.map +1 -1
- package/lib/components/Alert.js +3 -1
- package/lib/components/Alert.js.map +2 -2
- package/lib/components/Badge.d.ts +16 -3
- package/lib/components/Badge.js +53 -4
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/Button.d.ts +24 -22
- package/lib/components/Button.js +13 -7
- package/lib/components/Button.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/Collapse.js +1 -1
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/Link.d.ts +91 -0
- package/lib/components/Link.js +44 -0
- package/lib/components/Link.js.map +13 -0
- package/lib/components/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- package/lib/components/MonthRangePicker.js +1 -1
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/RichText.d.ts +6 -1
- package/lib/components/RichText.js +207 -8
- package/lib/components/RichText.js.map +2 -2
- package/lib/components/Select.d.ts +7 -0
- package/lib/components/Select.js +3 -0
- package/lib/components/Select.js.map +2 -2
- package/lib/components/SparkLine.d.ts +85 -84
- package/lib/components/SparkLine.js +2 -2
- package/lib/components/SparkLine.js.map +2 -2
- package/lib/components/Steps.d.ts +3 -3
- package/lib/components/Steps.js.map +1 -1
- package/lib/components/Toast.js +2 -2
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/Tree.js +5 -3
- package/lib/components/Tree.js.map +2 -2
- 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/calendar/DaysView.js +2 -2
- package/lib/components/calendar/DaysView.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/components/icons.js +14 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/factory.d.ts +5 -1
- package/lib/factory.js +9 -4
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/icons/clock.js +10 -0
- package/lib/icons/loading-outline.js +7 -0
- package/lib/icons/status-close.js +11 -0
- package/lib/icons/status-fail.js +11 -0
- package/lib/icons/status-info.js +10 -0
- package/lib/icons/status-success.js +11 -0
- package/lib/icons/status-warning.js +10 -0
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +3 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +4 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +5 -2
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +16 -1
- package/lib/renderers/Action.js +5 -5
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +2 -2
- package/lib/renderers/CRUD.js +32 -26
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Collapse.d.ts +1 -1
- package/lib/renderers/Collapse.js +7 -3
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +0 -252
- package/lib/renderers/Dialog.js +1 -4
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.js +0 -3
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +13 -1
- package/lib/renderers/DropDownButton.js +9 -5
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/ButtonGroupSelect.js +3 -0
- package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +5 -0
- package/lib/renderers/Form/Checkbox.js +4 -0
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Combo.js +2 -2
- package/lib/renderers/Form/Combo.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/InputFile.js +2 -2
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +8 -0
- package/lib/renderers/Form/InputImage.js +7 -4
- 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/Form/Options.js +6 -3
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Picker.js +2 -2
- package/lib/renderers/Form/Picker.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +2 -2
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/IFrame.js +2 -2
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Image.d.ts +1 -0
- package/lib/renderers/Image.js +15 -1
- package/lib/renderers/Image.js.map +2 -2
- package/lib/renderers/Json.js +5 -1
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Link.d.ts +16 -3
- package/lib/renderers/Link.js +16 -13
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/Log.d.ts +2 -2
- package/lib/renderers/Log.js +7 -1
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/Nav.d.ts +81 -25
- package/lib/renderers/Nav.js +272 -29
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.js +4 -1
- 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/SparkLine.d.ts +4 -0
- package/lib/renderers/SparkLine.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/ColumnToggler.d.ts +113 -0
- package/lib/renderers/Table/ColumnToggler.js +216 -0
- package/lib/renderers/Table/ColumnToggler.js.map +13 -0
- package/lib/renderers/Table/ItemActionsWrapper.d.ts +11 -0
- package/lib/renderers/Table/ItemActionsWrapper.js +31 -0
- package/lib/renderers/Table/ItemActionsWrapper.js.map +13 -0
- package/lib/renderers/Table/TableBody.d.ts +5 -1
- package/lib/renderers/Table/TableBody.js +5 -1
- package/lib/renderers/Table/TableBody.js.map +2 -2
- package/lib/renderers/Table/TableCell.js +3 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +1 -1
- package/lib/renderers/Table/TableContent.js +4 -0
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +22 -4
- package/lib/renderers/Table/index.js +196 -81
- 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 +3 -3
- package/lib/store/crud.js +41 -36
- package/lib/store/crud.js.map +2 -2
- 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 +258 -3
- package/lib/store/table.js +83 -7
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +941 -98
- package/lib/themes/ang.css +941 -98
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +941 -98
- package/lib/themes/antd.css +941 -98
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1580 -411
- package/lib/themes/cxd.css +1580 -411
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +941 -98
- package/lib/themes/dark.css +941 -98
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1580 -411
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/api.js +16 -4
- 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/handleAction.d.ts +7 -0
- package/lib/utils/handleAction.js +30 -0
- package/lib/utils/handleAction.js.map +13 -0
- package/lib/utils/helper.d.ts +1 -1
- package/lib/utils/helper.js +3 -3
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/tpl-builtin.d.ts +1 -1
- package/lib/utils/tpl-builtin.js +25 -15
- package/lib/utils/tpl-builtin.js.map +2 -2
- package/lib/utils/validations.js +62 -5
- package/lib/utils/validations.js.map +2 -2
- package/package.json +1 -2
- package/schema.json +633 -273
- package/scss/_mixins.scss +29 -0
- package/scss/_properties.scss +64 -13
- package/scss/_utilities.scss +4 -0
- package/scss/components/_badge.scss +67 -2
- package/scss/components/_button.scss +34 -3
- package/scss/components/_collapse.scss +26 -8
- package/scss/components/_column-toggler.scss +234 -0
- package/scss/components/_dropdown.scss +2 -1
- package/scss/components/_image-gallery.scss +1 -1
- package/scss/components/_images.scss +2 -1
- package/scss/components/_link.scss +6 -0
- package/scss/components/_markdown.scss +266 -0
- package/scss/components/_nav.scss +236 -154
- package/scss/components/_page.scss +5 -4
- package/scss/components/_progress.scss +2 -0
- package/scss/components/_spinner.scss +6 -2
- package/scss/components/_steps.scss +1 -1
- package/scss/components/_table.scss +25 -1
- package/scss/components/form/_color.scss +1 -0
- package/scss/components/form/_date-range.scss +2 -0
- package/scss/components/form/_date.scss +2 -0
- package/scss/components/form/_fieldset.scss +1 -2
- package/scss/components/form/_file.scss +5 -4
- package/scss/components/form/_group.scss +4 -0
- package/scss/components/form/_image.scss +7 -2
- package/scss/components/form/_list.scss +1 -0
- package/scss/components/form/_location.scss +1 -1
- package/scss/components/form/_text.scss +13 -0
- package/scss/components/form/_textarea.scss +10 -0
- package/scss/components/form/_transfer.scss +2 -0
- package/scss/themes/_common.scss +3 -0
- package/scss/themes/_cxd-colors.scss +56 -0
- package/scss/themes/_cxd-variables.scss +217 -92
- package/scss/themes/cxd.scss +366 -0
- package/sdk/ang-ie11.css +1192 -176
- package/sdk/ang.css +1175 -118
- package/sdk/antd-ie11.css +1177 -163
- package/sdk/antd.css +1175 -118
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +67 -67
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +2538 -1222
- package/sdk/cxd.css +1825 -401
- package/sdk/dark-ie11.css +1192 -176
- package/sdk/dark.css +1175 -118
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/ie11-patch.css +1 -0
- package/sdk/locale/de-DE.js +3 -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 +22 -24
- package/sdk/rich-text.js +62 -64
- package/sdk/sdk-ie11.css +2538 -1222
- package/sdk/sdk.css +1825 -401
- package/sdk/sdk.js +1139 -1113
- 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 +18 -0
- package/src/components/Alert.tsx +3 -1
- package/src/components/Badge.tsx +124 -21
- package/src/components/Button.tsx +23 -7
- package/src/components/Checkbox.tsx +5 -2
- package/src/components/Collapse.tsx +14 -9
- package/src/components/DatePicker.tsx +1 -1
- package/src/components/DateRangePicker.tsx +23 -11
- package/src/components/Drawer.tsx +3 -2
- package/src/components/InputBox.tsx +1 -1
- package/src/components/Link.tsx +94 -0
- package/src/components/Modal.tsx +3 -2
- package/src/components/MonthRangePicker.tsx +10 -2
- package/src/components/RichText.tsx +244 -3
- package/src/components/Select.tsx +4 -0
- package/src/components/SparkLine.tsx +4 -1
- package/src/components/Steps.tsx +3 -3
- package/src/components/Toast.tsx +5 -5
- package/src/components/Tree.tsx +6 -8
- package/src/components/WithRemoteConfig.tsx +37 -2
- package/src/components/calendar/DaysView.tsx +2 -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/components/icons.tsx +15 -0
- package/src/factory.tsx +13 -3
- package/src/icons/clock.svg +1 -0
- package/src/icons/loading-outline.svg +4 -0
- package/src/icons/status-close.svg +10 -0
- package/src/icons/status-fail.svg +10 -0
- package/src/icons/status-info.svg +8 -0
- package/src/icons/status-success.svg +10 -0
- package/src/icons/status-warning.svg +8 -0
- package/src/locale/de-DE.ts +3 -0
- package/src/locale/en-US.ts +4 -1
- package/src/locale/zh-CN.ts +5 -2
- package/src/renderers/Action.tsx +71 -13
- package/src/renderers/CRUD.tsx +44 -59
- package/src/renderers/Collapse.tsx +6 -2
- package/src/renderers/Dialog.tsx +1 -5
- package/src/renderers/Drawer.tsx +0 -4
- package/src/renderers/DropDownButton.tsx +34 -12
- package/src/renderers/Form/ButtonGroupSelect.tsx +3 -0
- package/src/renderers/Form/Checkbox.tsx +8 -0
- package/src/renderers/Form/Combo.tsx +2 -3
- package/src/renderers/Form/Editor.tsx +19 -20
- package/src/renderers/Form/InputExcel.tsx +28 -3
- package/src/renderers/Form/InputFile.tsx +2 -1
- package/src/renderers/Form/InputImage.tsx +28 -10
- package/src/renderers/Form/InputTable.tsx +88 -9
- package/src/renderers/Form/Options.tsx +16 -5
- package/src/renderers/Form/Picker.tsx +3 -2
- package/src/renderers/Form/wrapControl.tsx +2 -2
- package/src/renderers/IFrame.tsx +2 -1
- package/src/renderers/Image.tsx +10 -0
- package/src/renderers/Json.tsx +10 -1
- package/src/renderers/Link.tsx +36 -11
- package/src/renderers/Log.tsx +16 -3
- package/src/renderers/Nav.tsx +340 -56
- package/src/renderers/Page.tsx +3 -1
- package/src/renderers/Service.tsx +101 -3
- package/src/renderers/SparkLine.tsx +5 -0
- package/src/renderers/Steps.tsx +12 -9
- package/src/renderers/Table/ColumnToggler.tsx +544 -0
- package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
- package/src/renderers/Table/TableBody.tsx +3 -2
- package/src/renderers/Table/TableCell.tsx +16 -1
- package/src/renderers/Table/TableContent.tsx +3 -1
- package/src/renderers/Table/index.tsx +240 -60
- package/src/store/crud.ts +34 -38
- package/src/store/modal.ts +4 -0
- package/src/store/service.ts +0 -19
- package/src/store/table.ts +103 -4
- package/src/utils/api.ts +24 -4
- package/src/utils/attachmentAdpator.ts +90 -0
- package/src/utils/handleAction.ts +41 -0
- package/src/utils/helper.ts +4 -3
- package/src/utils/tpl-builtin.ts +48 -17
- package/src/utils/validations.ts +80 -12
package/sdk/ang.css
CHANGED
@@ -19134,8 +19134,8 @@ readers do not read off random characters that represent icons */
|
|
19134
19134
|
--black: #1c2b36;
|
19135
19135
|
--white: #fff;
|
19136
19136
|
--primary: #7266ba;
|
19137
|
-
--primary-onHover: #
|
19138
|
-
--primary-onActive: #
|
19137
|
+
--primary-onHover: #4f86f4;
|
19138
|
+
--primary-onActive: #1c53c1;
|
19139
19139
|
--secondary: #6c757d;
|
19140
19140
|
--secondary-onHover: #5a6268;
|
19141
19141
|
--secondary-onActive: #545b62;
|
@@ -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);
|
@@ -19291,12 +19295,12 @@ readers do not read off random characters that represent icons */
|
|
19291
19295
|
--Button--default-bg: var(--white);
|
19292
19296
|
--Button--default-border: var(--borderColor);
|
19293
19297
|
--Button--default-color: var(--text-color);
|
19294
|
-
--Button--default-onActive-bg:
|
19295
|
-
--Button--default-onActive-border:
|
19296
|
-
--Button--default-onActive-color: var(--
|
19297
|
-
--Button--default-onHover-bg:
|
19298
|
-
--Button--default-onHover-border:
|
19299
|
-
--Button--default-onHover-color: var(--
|
19298
|
+
--Button--default-onActive-bg: var(--white);
|
19299
|
+
--Button--default-onActive-border: var(--primary-onActive);
|
19300
|
+
--Button--default-onActive-color: var(--primary-onActive);
|
19301
|
+
--Button--default-onHover-bg: var(--white);
|
19302
|
+
--Button--default-onHover-border: var(--primary);
|
19303
|
+
--Button--default-onHover-color: var(--primary);
|
19300
19304
|
--Button--iconOnly-minWidthRate: 4 / 3;
|
19301
19305
|
--Button--info-bg: var(--info);
|
19302
19306
|
--Button--info-border: var(--Button--info-bg);
|
@@ -19329,7 +19333,8 @@ readers do not read off random characters that represent icons */
|
|
19329
19333
|
--Button--light-onHover-color: var(--Button--light-color);
|
19330
19334
|
--Button--link-color: var(--primary);
|
19331
19335
|
--Button--link-onDisabled-color: #4b5563;
|
19332
|
-
--Button--link-onHover-color: var(--
|
19336
|
+
--Button--link-onHover-color: var(--primary-onHover);
|
19337
|
+
--Button--link-onActive-color: var(--primary-onActive);
|
19333
19338
|
--Button--md-fontSize: var(--Button-fontSize);
|
19334
19339
|
--Button--md-height: var(--Button-height);
|
19335
19340
|
--Button--md-lineHeight: var(--Button-lineHeight);
|
@@ -19344,10 +19349,10 @@ readers do not read off random characters that represent icons */
|
|
19344
19349
|
--Button--primary-border: var(--Button--primary-bg);
|
19345
19350
|
--Button--primary-color: var(--button-color);
|
19346
19351
|
--Button--primary-onActive-bg: var(--primary-onActive);
|
19347
|
-
--Button--primary-onActive-border:
|
19352
|
+
--Button--primary-onActive-border: var(--primary-onActive);
|
19348
19353
|
--Button--primary-onActive-color: var(--Button--primary-color);
|
19349
19354
|
--Button--primary-onHover-bg: var(--primary-onHover);
|
19350
|
-
--Button--primary-onHover-border: var(--primary-
|
19355
|
+
--Button--primary-onHover-border: var(--primary-onHover);
|
19351
19356
|
--Button--primary-onHover-color: var(--Button--primary-color);
|
19352
19357
|
--Button--secondary-bg: var(--secondary);
|
19353
19358
|
--Button--secondary-border: var(--Button--secondary-bg);
|
@@ -19378,6 +19383,14 @@ readers do not read off random characters that represent icons */
|
|
19378
19383
|
--Button--success-onHover-bg: var(--success-onHover);
|
19379
19384
|
--Button--success-onHover-border: var(--success-onActive);
|
19380
19385
|
--Button--success-onHover-color: var(--Button--success-color);
|
19386
|
+
--Button--enhance-border: var(--primary);
|
19387
|
+
--Button--enhance-color: var(--primary);
|
19388
|
+
--Button--enhance-onActive-bg: var(--white);
|
19389
|
+
--Button--enhance-onActive-border: var(--primary-onActive);
|
19390
|
+
--Button--enhance-onActive-color: var(--primary-onActive);
|
19391
|
+
--Button--enhance-onHover-bg: var(--white);
|
19392
|
+
--Button--enhance-onHover-border: var(--primary-onHover);
|
19393
|
+
--Button--enhance-onHover-color: var(--primary-onHover);
|
19381
19394
|
--Button--warning-bg: var(--warning);
|
19382
19395
|
--Button--warning-border: var(--Button--warning-bg);
|
19383
19396
|
--Button--warning-color: var(--button-color);
|
@@ -19408,12 +19421,16 @@ readers do not read off random characters that represent icons */
|
|
19408
19421
|
--Button-lineHeight: var(--Form-input-lineHeight);
|
19409
19422
|
--Button-mimWidth: auto;
|
19410
19423
|
--Button-onActive-boxShadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
19424
|
+
--Button-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
19425
|
+
--Button-animation-spin: spin 1s infinite linear;
|
19411
19426
|
--Button-onActive-color: var(--primary);
|
19412
19427
|
--Button-onActive-border: var(--primary);
|
19413
19428
|
--Button-onDisabled-borderColor: #dee2e6;
|
19414
19429
|
--Button-onDisabled-opacity: 0.65;
|
19430
|
+
--Button-onDisabled-bg: #f2f3f3;
|
19415
19431
|
--Button-onFocus-boxShadow: none;
|
19416
19432
|
--Button-paddingX: 0.75rem;
|
19433
|
+
--Button-paddingX-right: 0.625rem;
|
19417
19434
|
--Button-paddingY: calc(
|
19418
19435
|
(
|
19419
19436
|
var(--Button-height) - var(--Button-borderWidth) * 2 -
|
@@ -19599,6 +19616,19 @@ readers do not read off random characters that represent icons */
|
|
19599
19616
|
--Combo-toolbarBtn-paddingY: 0.125rem;
|
19600
19617
|
--Copyable-iconColor: var(--icon-color);
|
19601
19618
|
--Copyable-onHover-iconColor: var(--icon-onHover-color);
|
19619
|
+
--Collapse-border: none;
|
19620
|
+
--Collapse-border-color: var(--borderColorLight);
|
19621
|
+
--Collapse-header-fontSize: var(--fontSizeMd);
|
19622
|
+
--Collapse-header-fontWeight: var(--fontWeightNormal);
|
19623
|
+
--Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
|
19624
|
+
--Collapse-header-bg: transparent;
|
19625
|
+
--Collapse-header-onHover-bg: transparent;
|
19626
|
+
--Collapse-header-collapsed-borderBottom: var(--borderWidth) solid
|
19627
|
+
var(--Collapse-border-color);
|
19628
|
+
--Collapse-content-padding: 1.125rem 0;
|
19629
|
+
--Collapse-content-color: var(--body-color);
|
19630
|
+
--Collapse-content-fontSize: var(--body-size);
|
19631
|
+
--Collapse-content-fontWeight: var(--body-weight);
|
19602
19632
|
--Crud-toolbar-gap: var(--gap-xs);
|
19603
19633
|
--Crud-toolbar-height: 1.875rem;
|
19604
19634
|
--Crud-toolbar-lineHeight: var(--lineHeightBase);
|
@@ -19624,6 +19654,7 @@ readers do not read off random characters that represent icons */
|
|
19624
19654
|
) / 2 - var(--DatePicker-borderWidth)
|
19625
19655
|
);
|
19626
19656
|
--DatePicker-placeholderColor: var(--Form-input-placeholderColor);
|
19657
|
+
--LocationPicker-borderRadius: var(--Form-input-borderWidth);
|
19627
19658
|
--Divider-borderStyle: dashed;
|
19628
19659
|
--Drawer-bg: var(--background);
|
19629
19660
|
--Drawer-body-padding: var(--gap-base);
|
@@ -19657,8 +19688,9 @@ readers do not read off random characters that represent icons */
|
|
19657
19688
|
--DropDown-menu-paddingX: 0;
|
19658
19689
|
--DropDown-menu-paddingY: var(--gap-xs);
|
19659
19690
|
--DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
|
19660
|
-
--DropDown-menuItem-
|
19661
|
-
--DropDown-menuItem-
|
19691
|
+
--DropDown-menuItem-color: var(--text-color);
|
19692
|
+
--DropDown-menuItem-onHover-color: var(--primary);
|
19693
|
+
--DropDown-menuItem-onActive-color: var(--primary);
|
19662
19694
|
--DropDown-menuItem-onDisabled-color: var(--text--muted-color);
|
19663
19695
|
--DropDown-menuItem-paddingX: var(--gap-sm);
|
19664
19696
|
--DropDown-menuItem-paddingY: calc(
|
@@ -19720,6 +19752,7 @@ readers do not read off random characters that represent icons */
|
|
19720
19752
|
) / 2
|
19721
19753
|
);
|
19722
19754
|
--Form-input-placeholderColor: var(--text--muted-color);
|
19755
|
+
--Form-input-onDisabled-color: var(--text--muted-color);
|
19723
19756
|
--Form-item-gap: var(--gap-base);
|
19724
19757
|
--Form-label-paddingTop: calc(
|
19725
19758
|
(
|
@@ -19778,6 +19811,7 @@ readers do not read off random characters that represent icons */
|
|
19778
19811
|
--IconPicker-tabs-bg: #f0f3f4;
|
19779
19812
|
--ImageControl-addBtn-bg: var(--Button--default-bg);
|
19780
19813
|
--ImageControl-addBtn-border: var(--Button--default-border);
|
19814
|
+
--ImageControl-addBtn-borderRadius: 0;
|
19781
19815
|
--ImageControl-addBtn-color: var(--Button--default-color);
|
19782
19816
|
--ImageControl-addBtn-onActive-bg: #e6e6e6;
|
19783
19817
|
--ImageControl-addBtn-onActive-border: #adb4bf;
|
@@ -19790,6 +19824,8 @@ readers do not read off random characters that represent icons */
|
|
19790
19824
|
--ImageControl-addBtn-onHover-bg: #ececec;
|
19791
19825
|
--ImageControl-addBtn-onHover-border: #b4bbc5;
|
19792
19826
|
--ImageControl-addBtn-onHover-color: var(--Button--default-color);
|
19827
|
+
--ImageControl-progress-borderRadius: 0;
|
19828
|
+
--FileControl-progress-borderRadius: 0;
|
19793
19829
|
--InputGroup-addOn-bg: var(--Form-input-addOnBg);
|
19794
19830
|
--InputGroup-addOn-borderColor: var(--Form-input-borderColor);
|
19795
19831
|
--InputGroup-addOn-borderRadius: var(--Form-input-borderRadius);
|
@@ -19905,6 +19941,7 @@ readers do not read off random characters that represent icons */
|
|
19905
19941
|
--ListControl-item-bg: var(--white);
|
19906
19942
|
--ListControl-item-borderColor: var(--borderColor);
|
19907
19943
|
--ListControl-item-borderWidth: var(--borderWidth);
|
19944
|
+
--ListControl-item-borderRadius: 0.1875rem;
|
19908
19945
|
--ListControl-item-color: var(--text-color);
|
19909
19946
|
--ListControl-item-onActive-after-borderColor: var(--primary);
|
19910
19947
|
--ListControl-item-onActive-before-bg: var(--white);
|
@@ -20172,6 +20209,8 @@ readers do not read off random characters that represent icons */
|
|
20172
20209
|
--Table-toolbar-marginX: 0;
|
20173
20210
|
--Table-toolbar-marginY: var(--gap-base);
|
20174
20211
|
--Table-tree-borderColor: var(--Table-borderColor);
|
20212
|
+
--Table-searchableForm-backgroundColor: #f6f7f8;
|
20213
|
+
--Table-searchableForm-borderRadius: 0.25rem;
|
20175
20214
|
--TableCell--edge-paddingX: var(--gap-md);
|
20176
20215
|
--TableCell-filterBtn--onActive-color: var(--primary);
|
20177
20216
|
--TableCell-filterBtn-width: 1rem;
|
@@ -20357,6 +20396,14 @@ readers do not read off random characters that represent icons */
|
|
20357
20396
|
--Steps-sub-title-color: var(--text-color);
|
20358
20397
|
--Steps-line-bg: var(--Steps-bg);
|
20359
20398
|
--Steps-line-success-bg: var(--Steps-status-success);
|
20399
|
+
--Progress-borderRadius: var(--borderRadius);
|
20400
|
+
--ColumnToggler-backgroundColor: var(--white);
|
20401
|
+
--ColumnToggler-borderRadius: 0.25rem;
|
20402
|
+
--ColumnToggler-lineHeight: 1.5rem;
|
20403
|
+
--ColumnToggler-title-fontColor: #080e1a;
|
20404
|
+
--ColumnToggler-fontColor: #151a26;
|
20405
|
+
--ColumnToggler-item-backgroundColor: #f6f7f8;
|
20406
|
+
--ColumnToggler-item-backgroundColor-onHover: rgba(36, 104, 242, 0.1);
|
20360
20407
|
}
|
20361
20408
|
|
20362
20409
|
/* Reset
|
@@ -22321,6 +22368,17 @@ readers do not read off random characters that represent icons */
|
|
22321
22368
|
margin-left: var(--Button-paddingX);
|
22322
22369
|
}
|
22323
22370
|
|
22371
|
+
.amis-scope .a-Button .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
22372
|
+
.amis-scope .a-Button > svg.icon:not(:last-child):not(.pull-right),
|
22373
|
+
.amis-scope .a-Button > .pull-left {
|
22374
|
+
margin-right: var(--Button-paddingX);
|
22375
|
+
}
|
22376
|
+
|
22377
|
+
.amis-scope .a-Button .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
22378
|
+
.amis-scope .a-Button > .pull-right {
|
22379
|
+
margin-left: var(--Button-paddingX);
|
22380
|
+
}
|
22381
|
+
|
22324
22382
|
.amis-scope .a-Button img.a-Button-icon {
|
22325
22383
|
height: var(--Button-fontSize);
|
22326
22384
|
vertical-align: middle;
|
@@ -22338,16 +22396,24 @@ readers do not read off random characters that represent icons */
|
|
22338
22396
|
|
22339
22397
|
.amis-scope .a-Button.is-disabled,
|
22340
22398
|
.amis-scope .a-Button:disabled {
|
22341
|
-
opacity: var(--Button-onDisabled-opacity);
|
22342
22399
|
filter: grayscale(100%);
|
22343
22400
|
box-shadow: none;
|
22344
22401
|
cursor: not-allowed;
|
22402
|
+
color: var(--text--muted-color);
|
22403
|
+
pointer-events: auto;
|
22404
|
+
border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
|
22405
|
+
background: var(--Button-onDisabled-bg);
|
22345
22406
|
}
|
22346
22407
|
|
22347
22408
|
.amis-scope .a-Button:not(:disabled):not(.is-disabled) {
|
22348
22409
|
cursor: pointer;
|
22349
22410
|
}
|
22350
22411
|
|
22412
|
+
.amis-scope .a-Button.cxd-Button--link.is-disabled {
|
22413
|
+
background: transparent;
|
22414
|
+
border: none;
|
22415
|
+
}
|
22416
|
+
|
22351
22417
|
.amis-scope .a-Button > .pull-left,
|
22352
22418
|
.amis-scope .a-Button > .pull-right {
|
22353
22419
|
line-height: inherit;
|
@@ -22378,6 +22444,12 @@ readers do not read off random characters that represent icons */
|
|
22378
22444
|
border-color: var(--Button--primary-onHover-border);
|
22379
22445
|
}
|
22380
22446
|
|
22447
|
+
.amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover:active {
|
22448
|
+
color: var(--Button--primary-onActive-color);
|
22449
|
+
background: var(--Button--primary-onActive-bg);
|
22450
|
+
border-color: var(--Button--primary-onActive-border);
|
22451
|
+
}
|
22452
|
+
|
22381
22453
|
.amis-scope .a-Button--primary:hover:focus {
|
22382
22454
|
box-shadow: var(--Button-boxShadow);
|
22383
22455
|
}
|
@@ -22396,6 +22468,12 @@ readers do not read off random characters that represent icons */
|
|
22396
22468
|
border-color: var(--Button--secondary-onHover-border);
|
22397
22469
|
}
|
22398
22470
|
|
22471
|
+
.amis-scope .a-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
|
22472
|
+
color: var(--Button--secondary-onActive-color);
|
22473
|
+
background: var(--Button--secondary-onActive-bg);
|
22474
|
+
border-color: var(--Button--secondary-onActive-border);
|
22475
|
+
}
|
22476
|
+
|
22399
22477
|
.amis-scope .a-Button--secondary:hover:focus {
|
22400
22478
|
box-shadow: var(--Button-boxShadow);
|
22401
22479
|
}
|
@@ -22414,10 +22492,40 @@ readers do not read off random characters that represent icons */
|
|
22414
22492
|
border-color: var(--Button--success-onHover-border);
|
22415
22493
|
}
|
22416
22494
|
|
22495
|
+
.amis-scope .a-Button--success:not(:disabled):not(.is-disabled):hover:active {
|
22496
|
+
color: var(--Button--success-onActive-color);
|
22497
|
+
background: var(--Button--success-onActive-bg);
|
22498
|
+
border-color: var(--Button--success-onActive-border);
|
22499
|
+
}
|
22500
|
+
|
22417
22501
|
.amis-scope .a-Button--success:hover:focus {
|
22418
22502
|
box-shadow: var(--Button-boxShadow);
|
22419
22503
|
}
|
22420
22504
|
|
22505
|
+
.amis-scope .a-Button--enhance {
|
22506
|
+
color: var(--Button--enhance-color);
|
22507
|
+
background: var(--Button--enhance-bg);
|
22508
|
+
border-color: var(--Button--enhance-border);
|
22509
|
+
box-shadow: var(--Button-boxShadow);
|
22510
|
+
text-shadow: var(--Button-textShadow);
|
22511
|
+
}
|
22512
|
+
|
22513
|
+
.amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover {
|
22514
|
+
color: var(--Button--enhance-onHover-color);
|
22515
|
+
background: var(--Button--enhance-onHover-bg);
|
22516
|
+
border-color: var(--Button--enhance-onHover-border);
|
22517
|
+
}
|
22518
|
+
|
22519
|
+
.amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
|
22520
|
+
color: var(--Button--enhance-onActive-color);
|
22521
|
+
background: var(--Button--enhance-onActive-bg);
|
22522
|
+
border-color: var(--Button--enhance-onActive-border);
|
22523
|
+
}
|
22524
|
+
|
22525
|
+
.amis-scope .a-Button--enhance:hover:focus {
|
22526
|
+
box-shadow: var(--Button-boxShadow);
|
22527
|
+
}
|
22528
|
+
|
22421
22529
|
.amis-scope .a-Button--info {
|
22422
22530
|
color: var(--Button--info-color);
|
22423
22531
|
background: var(--Button--info-bg);
|
@@ -22432,6 +22540,12 @@ readers do not read off random characters that represent icons */
|
|
22432
22540
|
border-color: var(--Button--info-onHover-border);
|
22433
22541
|
}
|
22434
22542
|
|
22543
|
+
.amis-scope .a-Button--info:not(:disabled):not(.is-disabled):hover:active {
|
22544
|
+
color: var(--Button--info-onActive-color);
|
22545
|
+
background: var(--Button--info-onActive-bg);
|
22546
|
+
border-color: var(--Button--info-onActive-border);
|
22547
|
+
}
|
22548
|
+
|
22435
22549
|
.amis-scope .a-Button--info:hover:focus {
|
22436
22550
|
box-shadow: var(--Button-boxShadow);
|
22437
22551
|
}
|
@@ -22450,6 +22564,12 @@ readers do not read off random characters that represent icons */
|
|
22450
22564
|
border-color: var(--Button--warning-onHover-border);
|
22451
22565
|
}
|
22452
22566
|
|
22567
|
+
.amis-scope .a-Button--warning:not(:disabled):not(.is-disabled):hover:active {
|
22568
|
+
color: var(--Button--warning-onActive-color);
|
22569
|
+
background: var(--Button--warning-onActive-bg);
|
22570
|
+
border-color: var(--Button--warning-onActive-border);
|
22571
|
+
}
|
22572
|
+
|
22453
22573
|
.amis-scope .a-Button--warning:hover:focus {
|
22454
22574
|
box-shadow: var(--Button-boxShadow);
|
22455
22575
|
}
|
@@ -22468,6 +22588,12 @@ readers do not read off random characters that represent icons */
|
|
22468
22588
|
border-color: var(--Button--danger-onHover-border);
|
22469
22589
|
}
|
22470
22590
|
|
22591
|
+
.amis-scope .a-Button--danger:not(:disabled):not(.is-disabled):hover:active {
|
22592
|
+
color: var(--Button--danger-onActive-color);
|
22593
|
+
background: var(--Button--danger-onActive-bg);
|
22594
|
+
border-color: var(--Button--danger-onActive-border);
|
22595
|
+
}
|
22596
|
+
|
22471
22597
|
.amis-scope .a-Button--danger:hover:focus {
|
22472
22598
|
box-shadow: var(--Button-boxShadow);
|
22473
22599
|
}
|
@@ -22486,6 +22612,12 @@ readers do not read off random characters that represent icons */
|
|
22486
22612
|
border-color: var(--Button--light-onHover-border);
|
22487
22613
|
}
|
22488
22614
|
|
22615
|
+
.amis-scope .a-Button--light:not(:disabled):not(.is-disabled):hover:active {
|
22616
|
+
color: var(--Button--light-onActive-color);
|
22617
|
+
background: var(--Button--light-onActive-bg);
|
22618
|
+
border-color: var(--Button--light-onActive-border);
|
22619
|
+
}
|
22620
|
+
|
22489
22621
|
.amis-scope .a-Button--light:hover:focus {
|
22490
22622
|
box-shadow: var(--Button-boxShadow);
|
22491
22623
|
}
|
@@ -22504,6 +22636,12 @@ readers do not read off random characters that represent icons */
|
|
22504
22636
|
border-color: var(--Button--dark-onHover-border);
|
22505
22637
|
}
|
22506
22638
|
|
22639
|
+
.amis-scope .a-Button--dark:not(:disabled):not(.is-disabled):hover:active {
|
22640
|
+
color: var(--Button--dark-onActive-color);
|
22641
|
+
background: var(--Button--dark-onActive-bg);
|
22642
|
+
border-color: var(--Button--dark-onActive-border);
|
22643
|
+
}
|
22644
|
+
|
22507
22645
|
.amis-scope .a-Button--dark:hover:focus {
|
22508
22646
|
box-shadow: var(--Button-boxShadow);
|
22509
22647
|
}
|
@@ -22522,6 +22660,12 @@ readers do not read off random characters that represent icons */
|
|
22522
22660
|
border-color: var(--Button--default-onHover-border);
|
22523
22661
|
}
|
22524
22662
|
|
22663
|
+
.amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover:active {
|
22664
|
+
color: var(--Button--default-onActive-color);
|
22665
|
+
background: var(--Button--default-onActive-bg);
|
22666
|
+
border-color: var(--Button--default-onActive-border);
|
22667
|
+
}
|
22668
|
+
|
22525
22669
|
.amis-scope .a-Button--default:hover:focus {
|
22526
22670
|
box-shadow: var(--Button-boxShadow);
|
22527
22671
|
}
|
@@ -22545,6 +22689,17 @@ readers do not read off random characters that represent icons */
|
|
22545
22689
|
margin-left: var(--Button--xs-paddingX);
|
22546
22690
|
}
|
22547
22691
|
|
22692
|
+
.amis-scope .a-Button--xs .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
22693
|
+
.amis-scope .a-Button--xs > svg.icon:not(:last-child):not(.pull-right),
|
22694
|
+
.amis-scope .a-Button--xs > .pull-left {
|
22695
|
+
margin-right: var(--Button--xs-paddingX);
|
22696
|
+
}
|
22697
|
+
|
22698
|
+
.amis-scope .a-Button--xs .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
22699
|
+
.amis-scope .a-Button--xs > .pull-right {
|
22700
|
+
margin-left: var(--Button--xs-paddingX);
|
22701
|
+
}
|
22702
|
+
|
22548
22703
|
.amis-scope .a-Button--xs img.a-Button-icon {
|
22549
22704
|
height: var(--Button-fontSize);
|
22550
22705
|
vertical-align: middle;
|
@@ -22573,6 +22728,17 @@ readers do not read off random characters that represent icons */
|
|
22573
22728
|
margin-left: var(--Button--sm-paddingX);
|
22574
22729
|
}
|
22575
22730
|
|
22731
|
+
.amis-scope .a-Button--sm .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
22732
|
+
.amis-scope .a-Button--sm > svg.icon:not(:last-child):not(.pull-right),
|
22733
|
+
.amis-scope .a-Button--sm > .pull-left {
|
22734
|
+
margin-right: var(--Button--sm-paddingX);
|
22735
|
+
}
|
22736
|
+
|
22737
|
+
.amis-scope .a-Button--sm .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
22738
|
+
.amis-scope .a-Button--sm > .pull-right {
|
22739
|
+
margin-left: var(--Button--sm-paddingX);
|
22740
|
+
}
|
22741
|
+
|
22576
22742
|
.amis-scope .a-Button--sm img.a-Button-icon {
|
22577
22743
|
height: var(--Button-fontSize);
|
22578
22744
|
vertical-align: middle;
|
@@ -22601,6 +22767,17 @@ readers do not read off random characters that represent icons */
|
|
22601
22767
|
margin-left: var(--Button--md-paddingX);
|
22602
22768
|
}
|
22603
22769
|
|
22770
|
+
.amis-scope .a-Button--md .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
22771
|
+
.amis-scope .a-Button--md > svg.icon:not(:last-child):not(.pull-right),
|
22772
|
+
.amis-scope .a-Button--md > .pull-left {
|
22773
|
+
margin-right: var(--Button--md-paddingX);
|
22774
|
+
}
|
22775
|
+
|
22776
|
+
.amis-scope .a-Button--md .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
22777
|
+
.amis-scope .a-Button--md > .pull-right {
|
22778
|
+
margin-left: var(--Button--md-paddingX);
|
22779
|
+
}
|
22780
|
+
|
22604
22781
|
.amis-scope .a-Button--md img.a-Button-icon {
|
22605
22782
|
height: var(--Button-fontSize);
|
22606
22783
|
vertical-align: middle;
|
@@ -22629,6 +22806,17 @@ readers do not read off random characters that represent icons */
|
|
22629
22806
|
margin-left: var(--Button--lg-paddingX);
|
22630
22807
|
}
|
22631
22808
|
|
22809
|
+
.amis-scope .a-Button--lg .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
22810
|
+
.amis-scope .a-Button--lg > svg.icon:not(:last-child):not(.pull-right),
|
22811
|
+
.amis-scope .a-Button--lg > .pull-left {
|
22812
|
+
margin-right: var(--Button--lg-paddingX);
|
22813
|
+
}
|
22814
|
+
|
22815
|
+
.amis-scope .a-Button--lg .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
22816
|
+
.amis-scope .a-Button--lg > .pull-right {
|
22817
|
+
margin-left: var(--Button--lg-paddingX);
|
22818
|
+
}
|
22819
|
+
|
22632
22820
|
.amis-scope .a-Button--lg img.a-Button-icon {
|
22633
22821
|
height: var(--Button-fontSize);
|
22634
22822
|
vertical-align: middle;
|
@@ -22657,6 +22845,14 @@ readers do not read off random characters that represent icons */
|
|
22657
22845
|
line-height: 1;
|
22658
22846
|
}
|
22659
22847
|
|
22848
|
+
.amis-scope .a-Button--loading {
|
22849
|
+
transition: --Button-transition;
|
22850
|
+
}
|
22851
|
+
|
22852
|
+
.amis-scope .a-Button--loading svg {
|
22853
|
+
animation: var(--Button-animation-spin);
|
22854
|
+
}
|
22855
|
+
|
22660
22856
|
.amis-scope .a-Button--link {
|
22661
22857
|
width: auto;
|
22662
22858
|
min-width: auto;
|
@@ -22669,7 +22865,11 @@ readers do not read off random characters that represent icons */
|
|
22669
22865
|
|
22670
22866
|
.amis-scope .a-Button--link:hover:focus {
|
22671
22867
|
color: var(--Button--link-onHover-color);
|
22672
|
-
|
22868
|
+
box-shadow: none;
|
22869
|
+
}
|
22870
|
+
|
22871
|
+
.amis-scope .a-Button--link:hover:active {
|
22872
|
+
color: var(--Button--link-onActive-color);
|
22673
22873
|
box-shadow: none;
|
22674
22874
|
}
|
22675
22875
|
|
@@ -22677,7 +22877,7 @@ readers do not read off random characters that represent icons */
|
|
22677
22877
|
.amis-scope .a-Button--link.is-disabled {
|
22678
22878
|
color: var(--text--muted-color);
|
22679
22879
|
pointer-events: none;
|
22680
|
-
background:
|
22880
|
+
background: var(--Button-onDisabled-bg);
|
22681
22881
|
}
|
22682
22882
|
|
22683
22883
|
.amis-scope .a-Button--block {
|
@@ -22756,7 +22956,8 @@ readers do not read off random characters that represent icons */
|
|
22756
22956
|
}
|
22757
22957
|
|
22758
22958
|
.amis-scope .a-Badge-text,
|
22759
|
-
.amis-scope .a-Badge-dot
|
22959
|
+
.amis-scope .a-Badge-dot,
|
22960
|
+
.amis-scope .a-Badge-ribbon {
|
22760
22961
|
background: var(--danger);
|
22761
22962
|
position: absolute;
|
22762
22963
|
top: 0;
|
@@ -22765,7 +22966,6 @@ readers do not read off random characters that represent icons */
|
|
22765
22966
|
transform-origin: 100% 0;
|
22766
22967
|
z-index: auto;
|
22767
22968
|
border-radius: calc(var(--Badge-size) / 2);
|
22768
|
-
box-shadow: 0 0 0 1px #fff;
|
22769
22969
|
}
|
22770
22970
|
|
22771
22971
|
.amis-scope .a-Badge--top-left {
|
@@ -22791,6 +22991,22 @@ readers do not read off random characters that represent icons */
|
|
22791
22991
|
transform: translate(50%, 50%);
|
22792
22992
|
}
|
22793
22993
|
|
22994
|
+
.amis-scope .a-Badge--danger {
|
22995
|
+
background: var(--Badge--danger-bg);
|
22996
|
+
}
|
22997
|
+
|
22998
|
+
.amis-scope .a-Badge--info {
|
22999
|
+
background: var(--Badge--info-bg);
|
23000
|
+
}
|
23001
|
+
|
23002
|
+
.amis-scope .a-Badge--success {
|
23003
|
+
background: var(--Badge--success-bg);
|
23004
|
+
}
|
23005
|
+
|
23006
|
+
.amis-scope .a-Badge--warning {
|
23007
|
+
background: var(--Badge--warning-bg);
|
23008
|
+
}
|
23009
|
+
|
22794
23010
|
.amis-scope .a-Badge-text {
|
22795
23011
|
color: var(--Badge-color);
|
22796
23012
|
height: var(--Badge-size);
|
@@ -22807,6 +23023,56 @@ readers do not read off random characters that represent icons */
|
|
22807
23023
|
border-radius: 50%;
|
22808
23024
|
}
|
22809
23025
|
|
23026
|
+
.amis-scope .a-Badge-ribbon-out {
|
23027
|
+
overflow: hidden;
|
23028
|
+
position: absolute;
|
23029
|
+
top: 0;
|
23030
|
+
bottom: 0;
|
23031
|
+
right: 0;
|
23032
|
+
}
|
23033
|
+
|
23034
|
+
.amis-scope .a-Badge-ribbon {
|
23035
|
+
color: var(--Badge-color);
|
23036
|
+
height: var(--Badge-size);
|
23037
|
+
line-height: var(--Badge-size);
|
23038
|
+
transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
|
23039
|
+
transform-origin: 50% 0;
|
23040
|
+
border-radius: 0;
|
23041
|
+
text-align: center;
|
23042
|
+
width: 62.5rem;
|
23043
|
+
top: 5px;
|
23044
|
+
}
|
23045
|
+
|
23046
|
+
.amis-scope .a-Badge-ribbon-out--top-left,
|
23047
|
+
.amis-scope .a-Badge-ribbon-out--bottom-left {
|
23048
|
+
left: 0;
|
23049
|
+
right: auto;
|
23050
|
+
}
|
23051
|
+
|
23052
|
+
.amis-scope .a-Badge-ribbon--top-left {
|
23053
|
+
transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
|
23054
|
+
left: 0;
|
23055
|
+
right: auto;
|
23056
|
+
}
|
23057
|
+
|
23058
|
+
.amis-scope .a-Badge-ribbon--bottom-left {
|
23059
|
+
transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
|
23060
|
+
transform-origin: 50% 100%;
|
23061
|
+
left: 0;
|
23062
|
+
right: auto;
|
23063
|
+
bottom: 5px;
|
23064
|
+
top: auto;
|
23065
|
+
}
|
23066
|
+
|
23067
|
+
.amis-scope .a-Badge-ribbon--bottom-right {
|
23068
|
+
transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
|
23069
|
+
transform-origin: 50% 100%;
|
23070
|
+
left: auto;
|
23071
|
+
right: 0;
|
23072
|
+
bottom: 5px;
|
23073
|
+
top: auto;
|
23074
|
+
}
|
23075
|
+
|
22810
23076
|
@keyframes badgeDotAnimation {
|
22811
23077
|
0% {
|
22812
23078
|
transform: scale(0.8);
|
@@ -24029,6 +24295,17 @@ readers do not read off random characters that represent icons */
|
|
24029
24295
|
margin-left: var(--Combo-addBtn-paddingX);
|
24030
24296
|
}
|
24031
24297
|
|
24298
|
+
.amis-scope .a-ArrayInput-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
24299
|
+
.amis-scope .a-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
|
24300
|
+
.amis-scope .a-ArrayInput-addBtn > .pull-left {
|
24301
|
+
margin-right: var(--Combo-addBtn-paddingX);
|
24302
|
+
}
|
24303
|
+
|
24304
|
+
.amis-scope .a-ArrayInput-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
24305
|
+
.amis-scope .a-ArrayInput-addBtn > .pull-right {
|
24306
|
+
margin-left: var(--Combo-addBtn-paddingX);
|
24307
|
+
}
|
24308
|
+
|
24032
24309
|
.amis-scope .a-ArrayInput-addBtn img.a-Button-icon {
|
24033
24310
|
height: var(--Button-fontSize);
|
24034
24311
|
vertical-align: middle;
|
@@ -24040,6 +24317,12 @@ readers do not read off random characters that represent icons */
|
|
24040
24317
|
border-color: var(--Combo-addBtn-onHover-border);
|
24041
24318
|
}
|
24042
24319
|
|
24320
|
+
.amis-scope .a-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
24321
|
+
color: var(--Combo-addBtn-onActive-color);
|
24322
|
+
background: var(--Combo-addBtn-onActive-bg);
|
24323
|
+
border-color: var(--Combo-addBtn-onActive-border);
|
24324
|
+
}
|
24325
|
+
|
24043
24326
|
.amis-scope .a-ArrayInput-addBtn:hover:focus {
|
24044
24327
|
box-shadow: var(--Button-boxShadow);
|
24045
24328
|
}
|
@@ -24619,6 +24902,10 @@ readers do not read off random characters that represent icons */
|
|
24619
24902
|
}
|
24620
24903
|
|
24621
24904
|
.amis-scope .a-Nav {
|
24905
|
+
position: relative;
|
24906
|
+
}
|
24907
|
+
|
24908
|
+
.amis-scope .a-Nav .a-Nav-list {
|
24622
24909
|
list-style: none;
|
24623
24910
|
user-select: none;
|
24624
24911
|
margin: 0;
|
@@ -24626,25 +24913,26 @@ readers do not read off random characters that represent icons */
|
|
24626
24913
|
position: relative;
|
24627
24914
|
}
|
24628
24915
|
|
24629
|
-
.amis-scope .a-Nav .a-Nav-itemIcon {
|
24916
|
+
.amis-scope .a-Nav .a-Nav-list .a-Nav-itemIcon {
|
24630
24917
|
margin-right: var(--gap-sm);
|
24631
24918
|
}
|
24632
24919
|
|
24633
|
-
.amis-scope .a-Nav img.a-Nav-itemIcon {
|
24920
|
+
.amis-scope .a-Nav .a-Nav-list img.a-Nav-itemIcon {
|
24634
24921
|
height: var(--Tabs-linkFontSize);
|
24635
24922
|
vertical-align: middle;
|
24636
24923
|
}
|
24637
24924
|
|
24638
|
-
.amis-scope .a-Nav--tabs {
|
24925
|
+
.amis-scope .a-Nav .a-Nav-list--tabs {
|
24639
24926
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
24640
24927
|
}
|
24641
24928
|
|
24642
|
-
.amis-scope .a-Nav--tabs .a-Nav-item {
|
24929
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item {
|
24643
24930
|
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
24644
24931
|
display: inline-block;
|
24932
|
+
position: relative;
|
24645
24933
|
}
|
24646
24934
|
|
24647
|
-
.amis-scope .a-Nav--tabs .a-Nav-item > a {
|
24935
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a {
|
24648
24936
|
font-size: var(--Tabs-linkFontSize);
|
24649
24937
|
display: block;
|
24650
24938
|
outline: none;
|
@@ -24654,142 +24942,267 @@ readers do not read off random characters that represent icons */
|
|
24654
24942
|
color: var(--Tabs-color);
|
24655
24943
|
text-decoration: none;
|
24656
24944
|
margin-right: 0.125rem;
|
24657
|
-
padding: var(--gap-sm) var(--gap-
|
24945
|
+
padding: var(--gap-sm) var(--gap-xl);
|
24658
24946
|
cursor: pointer;
|
24659
24947
|
}
|
24660
24948
|
|
24661
|
-
.amis-scope .a-Nav--tabs .a-Nav-item:hover > a,
|
24662
|
-
.amis-scope .a-Nav--tabs .a-Nav-item > a:focus {
|
24949
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item:hover > a,
|
24950
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a:focus {
|
24663
24951
|
border-color: var(--Tabs-onHover-borderColor);
|
24664
24952
|
text-decoration: none;
|
24665
24953
|
}
|
24666
24954
|
|
24667
|
-
.amis-scope .a-Nav--tabs .a-Nav-item.disabled > a,
|
24668
|
-
.amis-scope .a-Nav--tabs .a-Nav-item.is-disabled > a {
|
24955
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.disabled > a,
|
24956
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-disabled > a {
|
24669
24957
|
color: var(--Tabs-onDisabled-color);
|
24670
24958
|
background: transparent;
|
24671
24959
|
border-color: transparent;
|
24672
24960
|
pointer-events: none;
|
24673
24961
|
}
|
24674
24962
|
|
24675
|
-
.amis-scope .a-Nav--tabs .a-Nav-item.active > a,
|
24676
|
-
.amis-scope .a-Nav--tabs .a-Nav-item.is-active > a {
|
24963
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.active > a,
|
24964
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-active > a {
|
24677
24965
|
color: var(--Tabs-onActive-color);
|
24678
24966
|
background: var(--Tabs-onActive-bg);
|
24679
24967
|
border-color: var(--Tabs-onActive-borderColor);
|
24680
24968
|
border-bottom-color: var(--Tabs-content-bg);
|
24681
24969
|
}
|
24682
24970
|
|
24683
|
-
.amis-scope .a-Nav--stacked {
|
24971
|
+
.amis-scope .a-Nav .a-Nav-list--stacked {
|
24684
24972
|
min-height: 3.125rem;
|
24685
24973
|
}
|
24686
24974
|
|
24687
|
-
.amis-scope .a-Nav--stacked .a-Nav-item
|
24975
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item,
|
24976
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge {
|
24688
24977
|
position: relative;
|
24978
|
+
display: flex;
|
24979
|
+
flex-wrap: wrap;
|
24980
|
+
align-items: stretch;
|
24981
|
+
width: 100%;
|
24689
24982
|
}
|
24690
24983
|
|
24691
|
-
.amis-scope .a-Nav--stacked .a-Nav-item
|
24692
|
-
|
24984
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager,
|
24985
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager {
|
24986
|
+
cursor: move;
|
24987
|
+
position: absolute;
|
24988
|
+
left: 0;
|
24989
|
+
top: 0.6875rem;
|
24990
|
+
display: none;
|
24991
|
+
}
|
24992
|
+
|
24993
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon,
|
24994
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon,
|
24995
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon,
|
24996
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon {
|
24997
|
+
color: var(--icon-color);
|
24998
|
+
}
|
24999
|
+
|
25000
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon:hover,
|
25001
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon:hover,
|
25002
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon:hover,
|
25003
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon:hover {
|
25004
|
+
color: var(--icon-onHover-color);
|
25005
|
+
}
|
25006
|
+
|
25007
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager svg,
|
25008
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager svg {
|
25009
|
+
width: 1rem;
|
25010
|
+
height: 1rem;
|
25011
|
+
}
|
25012
|
+
|
25013
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText,
|
25014
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText {
|
25015
|
+
position: absolute;
|
25016
|
+
top: 0;
|
25017
|
+
bottom: 0;
|
25018
|
+
width: 2.1875rem;
|
25019
|
+
overflow: hidden;
|
25020
|
+
}
|
25021
|
+
|
25022
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText > span,
|
25023
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText > span {
|
25024
|
+
position: absolute;
|
25025
|
+
top: 0.125rem;
|
25026
|
+
left: -0.8125rem;
|
25027
|
+
transform: rotate(-45deg);
|
25028
|
+
width: 3.125rem;
|
25029
|
+
font-size: 12px;
|
25030
|
+
text-align: center;
|
25031
|
+
color: var(--white);
|
25032
|
+
background: var(--success);
|
25033
|
+
}
|
25034
|
+
|
25035
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-atcions,
|
25036
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-atcions {
|
25037
|
+
display: flex;
|
25038
|
+
align-items: center;
|
25039
|
+
}
|
25040
|
+
|
25041
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a,
|
25042
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a,
|
25043
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a,
|
25044
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a {
|
25045
|
+
display: flex;
|
25046
|
+
align-items: center;
|
24693
25047
|
outline: none;
|
24694
25048
|
color: var(--Nav-item-color);
|
24695
25049
|
text-decoration: none;
|
24696
|
-
padding: var(--gap-sm) var(--gap-
|
25050
|
+
padding: var(--gap-sm) var(--gap-sm);
|
24697
25051
|
cursor: pointer;
|
24698
25052
|
background: var(--Nav-item-bg);
|
24699
25053
|
border-radius: var(--Nav-item-borderRadius);
|
24700
25054
|
text-overflow: ellipsis;
|
25055
|
+
flex: 1;
|
24701
25056
|
}
|
24702
25057
|
|
24703
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > a
|
24704
|
-
|
24705
|
-
|
24706
|
-
|
24707
|
-
|
24708
|
-
|
24709
|
-
|
24710
|
-
|
24711
|
-
|
24712
|
-
|
24713
|
-
|
24714
|
-
|
24715
|
-
.amis-scope .a-Nav
|
24716
|
-
|
24717
|
-
|
24718
|
-
|
24719
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > a:hover,
|
24720
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > a:focus {
|
25058
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover,
|
25059
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus,
|
25060
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover + .a-Nav-item-atcions,
|
25061
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus + .a-Nav-item-atcions,
|
25062
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover,
|
25063
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus,
|
25064
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover + .a-Nav-item-atcions,
|
25065
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus + .a-Nav-item-atcions,
|
25066
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover,
|
25067
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus,
|
25068
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover + .a-Nav-item-atcions,
|
25069
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus + .a-Nav-item-atcions,
|
25070
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover,
|
25071
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus,
|
25072
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover + .a-Nav-item-atcions,
|
25073
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus + .a-Nav-item-atcions {
|
24721
25074
|
border-color: var(--Nav-item-onHover-color);
|
24722
25075
|
text-decoration: none;
|
24723
25076
|
background: var(--Nav-item-onHover-bg);
|
25077
|
+
z-index: 9999;
|
24724
25078
|
}
|
24725
25079
|
|
24726
|
-
.amis-scope .a-Nav--stacked .a-Nav-item
|
24727
|
-
.amis-scope .a-Nav--stacked .a-Nav-item
|
25080
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
|
25081
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus > .a-Nav-itemDrager,
|
25082
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover > .a-Nav-itemDrager,
|
25083
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus > .a-Nav-itemDrager,
|
25084
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover > .a-Nav-itemDrager,
|
25085
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus > .a-Nav-itemDrager,
|
25086
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover > .a-Nav-itemDrager,
|
25087
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus > .a-Nav-itemDrager {
|
25088
|
+
display: block;
|
25089
|
+
}
|
25090
|
+
|
25091
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > a,
|
25092
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > a,
|
25093
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > .a-Badge > a,
|
25094
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > .a-Badge > a,
|
25095
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > a,
|
25096
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > a,
|
25097
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > .a-Badge > a,
|
25098
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > .a-Badge > a {
|
24728
25099
|
color: var(--Nav-item-onDisabled-color);
|
24729
25100
|
background: transparent;
|
24730
25101
|
pointer-events: none;
|
24731
25102
|
}
|
24732
25103
|
|
24733
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.active
|
24734
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-active
|
25104
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active,
|
25105
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active,
|
25106
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active,
|
25107
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active {
|
25108
|
+
background: var(--Nav-item-onActive-bg) !important;
|
25109
|
+
}
|
25110
|
+
|
25111
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a,
|
25112
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions,
|
25113
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a,
|
25114
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a,
|
25115
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions,
|
25116
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a,
|
25117
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a,
|
25118
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions,
|
25119
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a,
|
25120
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a,
|
25121
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions,
|
25122
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a {
|
24735
25123
|
color: var(--Nav-item-onActive-color);
|
24736
|
-
background: var(--Nav-item-onActive-bg);
|
24737
|
-
padding-left: 0.75rem;
|
24738
25124
|
position: relative;
|
24739
25125
|
}
|
24740
25126
|
|
24741
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.active > a::after,
|
24742
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > a::after
|
25127
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a::after,
|
25128
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions::after,
|
25129
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a::after,
|
25130
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a::after,
|
25131
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions::after,
|
25132
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a::after,
|
25133
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a::after,
|
25134
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions::after,
|
25135
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a::after,
|
25136
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a::after,
|
25137
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions::after,
|
25138
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a::after {
|
24743
25139
|
transform: scaleY(1);
|
24744
25140
|
}
|
24745
25141
|
|
24746
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-itemToggler
|
25142
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > a .a-Nav-itemToggler,
|
25143
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > a .a-Nav-itemToggler,
|
25144
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > a .a-Nav-itemToggler,
|
25145
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > a .a-Nav-itemToggler {
|
24747
25146
|
transform: rotate(180deg) scale(0.8);
|
24748
25147
|
}
|
24749
25148
|
|
24750
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems
|
25149
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems,
|
25150
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > .a-Nav-subItems,
|
25151
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Nav-subItems,
|
25152
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > .a-Nav-subItems {
|
24751
25153
|
display: block;
|
24752
25154
|
}
|
24753
25155
|
|
24754
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-spinner
|
25156
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-spinner,
|
25157
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-spinner {
|
24755
25158
|
position: absolute;
|
24756
25159
|
right: 0.625rem;
|
24757
25160
|
top: 0.5rem;
|
24758
25161
|
}
|
24759
25162
|
|
24760
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler
|
24761
|
-
|
24762
|
-
|
24763
|
-
|
24764
|
-
|
24765
|
-
height: 1.875rem;
|
25163
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler,
|
25164
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler {
|
25165
|
+
float: left;
|
25166
|
+
margin-right: 0.625rem;
|
25167
|
+
height: 1.5rem;
|
24766
25168
|
text-align: center;
|
24767
|
-
line-height: 1.
|
25169
|
+
line-height: 1.5rem;
|
24768
25170
|
vertical-align: middle;
|
24769
25171
|
cursor: pointer;
|
24770
25172
|
transform: scale(0.8);
|
24771
25173
|
transition: transform var(--animation-duration);
|
24772
25174
|
}
|
24773
25175
|
|
24774
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler > svg
|
25176
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler > svg,
|
25177
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler > svg {
|
24775
25178
|
width: 10px;
|
24776
25179
|
height: 10px;
|
24777
25180
|
top: 0;
|
24778
25181
|
}
|
24779
25182
|
|
24780
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-subItems
|
25183
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-subItems,
|
25184
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-subItems {
|
24781
25185
|
display: none;
|
24782
25186
|
padding-left: 0;
|
24783
25187
|
list-style: none;
|
25188
|
+
width: 100%;
|
24784
25189
|
}
|
24785
25190
|
|
24786
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item
|
25191
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-item,
|
25192
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-item {
|
24787
25193
|
font-size: var(--Nav-subItem-fontSize);
|
24788
25194
|
}
|
24789
25195
|
|
25196
|
+
.amis-scope .a-Nav .a-Nav-dropIndicator {
|
25197
|
+
position: absolute;
|
25198
|
+
background: var(--Nav-item-onActive-color);
|
25199
|
+
height: 2px;
|
25200
|
+
}
|
25201
|
+
|
24790
25202
|
.amis-scope .a-Page {
|
24791
25203
|
width: 100%;
|
24792
25204
|
height: 100%;
|
25205
|
+
background: var(--Page-main-bg);
|
24793
25206
|
}
|
24794
25207
|
|
24795
25208
|
.amis-scope .a-Page-header {
|
@@ -24797,7 +25210,6 @@ readers do not read off random characters that represent icons */
|
|
24797
25210
|
}
|
24798
25211
|
|
24799
25212
|
.amis-scope .a-Page-main {
|
24800
|
-
background: var(--Page-main-bg);
|
24801
25213
|
height: 100%;
|
24802
25214
|
display: flex;
|
24803
25215
|
flex-direction: column;
|
@@ -24812,11 +25224,9 @@ readers do not read off random characters that represent icons */
|
|
24812
25224
|
|
24813
25225
|
.amis-scope .a-Page-main > .a-Page-header {
|
24814
25226
|
border-bottom: var(--borderWidth) solid var(--borderColor);
|
24815
|
-
background: var(--Page-header-bg);
|
24816
25227
|
}
|
24817
25228
|
|
24818
25229
|
.amis-scope .a-Page-headerRow {
|
24819
|
-
background: var(--Page-header-bg);
|
24820
25230
|
border-bottom: var(--borderWidth) solid var(--borderColor);
|
24821
25231
|
display: flex;
|
24822
25232
|
flex-direction: row;
|
@@ -24861,10 +25271,6 @@ readers do not read off random characters that represent icons */
|
|
24861
25271
|
margin-left: var(--gap-xs);
|
24862
25272
|
}
|
24863
25273
|
|
24864
|
-
.amis-scope .a-Page-aside {
|
24865
|
-
background: var(--Page-aside-bg);
|
24866
|
-
}
|
24867
|
-
|
24868
25274
|
@media (min-width: 768px) {
|
24869
25275
|
.amis-scope .a-Page-aside {
|
24870
25276
|
min-width: var(--Page-aside-width);
|
@@ -25455,8 +25861,13 @@ readers do not read off random characters that represent icons */
|
|
25455
25861
|
.amis-scope .a-Spinner--icon {
|
25456
25862
|
background: transparent;
|
25457
25863
|
animation: spin 2s linear infinite;
|
25458
|
-
width:
|
25459
|
-
height:
|
25864
|
+
width: var(--fontSizeLg);
|
25865
|
+
height: var(--fontSizeLg);
|
25866
|
+
}
|
25867
|
+
|
25868
|
+
.amis-scope .a-Spinner--icon svg.icon {
|
25869
|
+
width: var(--fontSizeLg);
|
25870
|
+
height: var(--fontSizeLg);
|
25460
25871
|
}
|
25461
25872
|
|
25462
25873
|
.amis-scope .a-Spinner--overlay {
|
@@ -25654,7 +26065,7 @@ readers do not read off random characters that represent icons */
|
|
25654
26065
|
height: var(--DropDown-menu-height);
|
25655
26066
|
vertical-align: middle;
|
25656
26067
|
user-select: none;
|
25657
|
-
color: var(--
|
26068
|
+
color: var(--DropDown-menuItem-color);
|
25658
26069
|
text-decoration: var(--link-decoration);
|
25659
26070
|
}
|
25660
26071
|
|
@@ -25666,6 +26077,7 @@ readers do not read off random characters that represent icons */
|
|
25666
26077
|
|
25667
26078
|
.amis-scope .a-DropDown-menuItem.is-active,
|
25668
26079
|
.amis-scope .a-DropDown-menu > li.is-active {
|
26080
|
+
background: var(--DropDown-menuItem-onHover-bg);
|
25669
26081
|
color: var(--DropDown-menuItem-onActive-color);
|
25670
26082
|
}
|
25671
26083
|
|
@@ -25714,24 +26126,30 @@ readers do not read off random characters that represent icons */
|
|
25714
26126
|
}
|
25715
26127
|
|
25716
26128
|
.amis-scope .a-Collapse {
|
25717
|
-
border:
|
26129
|
+
border: var(--Collapse-border);
|
25718
26130
|
padding: 0;
|
25719
26131
|
margin-bottom: var(--Form-item-gap);
|
25720
26132
|
}
|
25721
26133
|
|
25722
26134
|
.amis-scope .a-Collapse-header {
|
25723
|
-
font-size: var(--
|
25724
|
-
font-weight: var(--
|
26135
|
+
font-size: var(--Collapse-header-fontSize);
|
26136
|
+
font-weight: var(--Collapse-header-fontWeight);
|
25725
26137
|
color: var(--text--loud-color);
|
25726
|
-
padding: var(--
|
25727
|
-
|
26138
|
+
padding: var(--Collapse-header-padding);
|
26139
|
+
margin: 0;
|
26140
|
+
border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
|
26141
|
+
background: var(--Collapse-header-bg);
|
26142
|
+
}
|
26143
|
+
|
26144
|
+
.amis-scope .a-Collapse-header:hover {
|
26145
|
+
background: var(--Collapse-header-onHover-bg);
|
25728
26146
|
}
|
25729
26147
|
|
25730
26148
|
.amis-scope .a-Collapse-arrow {
|
25731
26149
|
display: inline-block;
|
25732
26150
|
width: 1rem;
|
25733
26151
|
text-align: center;
|
25734
|
-
margin-
|
26152
|
+
margin-right: 0.5rem;
|
25735
26153
|
cursor: pointer;
|
25736
26154
|
}
|
25737
26155
|
|
@@ -25749,11 +26167,19 @@ readers do not read off random characters that represent icons */
|
|
25749
26167
|
transform-origin: 50% 50%;
|
25750
26168
|
}
|
25751
26169
|
|
26170
|
+
.amis-scope .a-Collapse-TplField {
|
26171
|
+
display: inline-block;
|
26172
|
+
}
|
26173
|
+
|
25752
26174
|
.amis-scope .a-Collapse.is-collapsed .a-Collapse-arrow:before {
|
25753
26175
|
transform: rotate(45deg);
|
25754
26176
|
transform-origin: 0% 50%;
|
25755
26177
|
}
|
25756
26178
|
|
26179
|
+
.amis-scope .a-Collapse.is-collapsed .a-Collapse-header {
|
26180
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
26181
|
+
}
|
26182
|
+
|
25757
26183
|
.amis-scope .a-Collapse--collapsable .a-Collapse-header {
|
25758
26184
|
cursor: pointer;
|
25759
26185
|
user-select: none;
|
@@ -25778,16 +26204,23 @@ readers do not read off random characters that represent icons */
|
|
25778
26204
|
transform-origin: 0% 50%;
|
25779
26205
|
}
|
25780
26206
|
|
25781
|
-
.amis-scope .a-Collapse-
|
26207
|
+
.amis-scope .a-Collapse-contentWrapper {
|
25782
26208
|
transition: height var(--animation-duration) ease;
|
25783
26209
|
}
|
25784
26210
|
|
25785
|
-
.amis-scope .a-Collapse-
|
25786
|
-
.amis-scope .a-Collapse-
|
26211
|
+
.amis-scope .a-Collapse-contentWrapper.in,
|
26212
|
+
.amis-scope .a-Collapse-contentWrapper.out {
|
25787
26213
|
height: 0;
|
25788
26214
|
overflow: hidden;
|
25789
26215
|
}
|
25790
26216
|
|
26217
|
+
.amis-scope .a-Collapse-content {
|
26218
|
+
padding: var(--Collapse-content-padding);
|
26219
|
+
color: var(--body-color);
|
26220
|
+
font-size: var(--Collapse-content-fontSize);
|
26221
|
+
font-weight: var(--Collapse-content-fontWeight);
|
26222
|
+
}
|
26223
|
+
|
25791
26224
|
.amis-scope .a-ColorField {
|
25792
26225
|
display: inline-block;
|
25793
26226
|
}
|
@@ -26829,6 +27262,20 @@ readers do not read off random characters that represent icons */
|
|
26829
27262
|
text-align: center;
|
26830
27263
|
}
|
26831
27264
|
|
27265
|
+
.amis-scope .a-Table-searchableForm {
|
27266
|
+
background: var(--Table-searchableForm-backgroundColor);
|
27267
|
+
border-radius: var(--Table-searchableForm-borderRadius);
|
27268
|
+
}
|
27269
|
+
|
27270
|
+
.amis-scope .a-Table-searchableForm-footer {
|
27271
|
+
padding: var(--Panel-footerPadding);
|
27272
|
+
clear: both;
|
27273
|
+
}
|
27274
|
+
|
27275
|
+
.amis-scope .a-Table-searchableForm-checkbox > div > .a-CheckboxControl {
|
27276
|
+
padding-top: 0;
|
27277
|
+
}
|
27278
|
+
|
26832
27279
|
.amis-scope .a-Table-header {
|
26833
27280
|
padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
|
26834
27281
|
}
|
@@ -27002,6 +27449,7 @@ readers do not read off random characters that represent icons */
|
|
27002
27449
|
}
|
27003
27450
|
|
27004
27451
|
.amis-scope .a-Table-table > tbody > tr {
|
27452
|
+
position: relative;
|
27005
27453
|
background: transparent;
|
27006
27454
|
}
|
27007
27455
|
|
@@ -28186,7 +28634,7 @@ readers do not read off random characters that represent icons */
|
|
28186
28634
|
top: var(--Table-borderWidth);
|
28187
28635
|
bottom: 0;
|
28188
28636
|
right: 0;
|
28189
|
-
padding-left:
|
28637
|
+
padding-left: 5rem;
|
28190
28638
|
padding-right: var(--TableCell-paddingX);
|
28191
28639
|
display: flex;
|
28192
28640
|
align-items: center;
|
@@ -28298,6 +28746,12 @@ readers do not read off random characters that represent icons */
|
|
28298
28746
|
position: absolute;
|
28299
28747
|
}
|
28300
28748
|
|
28749
|
+
.amis-scope .a-Table-badge {
|
28750
|
+
position: absolute;
|
28751
|
+
top: 0;
|
28752
|
+
left: 0;
|
28753
|
+
}
|
28754
|
+
|
28301
28755
|
.amis-scope .a-InputTable-toolbar {
|
28302
28756
|
display: flex;
|
28303
28757
|
flex-direction: row;
|
@@ -28305,26 +28759,267 @@ readers do not read off random characters that represent icons */
|
|
28305
28759
|
justify-content: space-between;
|
28306
28760
|
}
|
28307
28761
|
|
28308
|
-
.amis-scope .a-InputTable-pager {
|
28309
|
-
margin-left: auto;
|
28762
|
+
.amis-scope .a-InputTable-pager {
|
28763
|
+
margin-left: auto;
|
28764
|
+
}
|
28765
|
+
|
28766
|
+
.amis-scope .a-OperationField {
|
28767
|
+
margin: -0.1875rem;
|
28768
|
+
}
|
28769
|
+
|
28770
|
+
.amis-scope .a-OperationField > .a-Button,
|
28771
|
+
.amis-scope .a-OperationField > .a-Button--disabled-wrap > .a-Button {
|
28772
|
+
margin: 0.1875rem;
|
28773
|
+
}
|
28774
|
+
|
28775
|
+
.amis-scope .a-OperationField > .a-Button--disabled-wrap > .a-Button--link {
|
28776
|
+
padding: 0;
|
28777
|
+
}
|
28778
|
+
|
28779
|
+
.amis-scope .a-OperationField > .a-Button--link {
|
28780
|
+
padding: 0;
|
28781
|
+
margin-right: 0.625rem;
|
28782
|
+
}
|
28783
|
+
|
28784
|
+
.amis-scope .a-ColumnToggler {
|
28785
|
+
position: relative;
|
28786
|
+
display: inline-block;
|
28787
|
+
}
|
28788
|
+
|
28789
|
+
.amis-scope .a-ColumnToggler-caret {
|
28790
|
+
margin-left: var(--DropDown-caret-marginLeft);
|
28791
|
+
display: inline-block;
|
28792
|
+
vertical-align: top;
|
28793
|
+
transition: transform var(--animation-duration) ease;
|
28794
|
+
}
|
28795
|
+
|
28796
|
+
.amis-scope .a-ColumnToggler-caret > svg {
|
28797
|
+
width: 0.625rem;
|
28798
|
+
height: 0.625rem;
|
28799
|
+
top: 0.125em;
|
28800
|
+
}
|
28801
|
+
|
28802
|
+
.amis-scope .a-ColumnToggler.is-opened .a-ColumnToggler-caret {
|
28803
|
+
transform: rotate(180deg);
|
28804
|
+
}
|
28805
|
+
|
28806
|
+
.amis-scope .a-ColumnToggler.is-actived > .a-Button {
|
28807
|
+
color: var(--link-color);
|
28808
|
+
}
|
28809
|
+
|
28810
|
+
.amis-scope .a-ColumnToggler--block {
|
28811
|
+
display: block;
|
28812
|
+
}
|
28813
|
+
|
28814
|
+
.amis-scope .a-ColumnToggler--block .a-Button {
|
28815
|
+
display: block;
|
28816
|
+
}
|
28817
|
+
|
28818
|
+
.amis-scope .a-ColumnToggler-menu {
|
28819
|
+
position: absolute;
|
28820
|
+
z-index: 1000;
|
28821
|
+
top: 100%;
|
28822
|
+
left: 0;
|
28823
|
+
margin: 0.0625rem 0 0;
|
28824
|
+
background: var(--DropDown-menu-bg);
|
28825
|
+
list-style: none;
|
28826
|
+
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
28827
|
+
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
28828
|
+
border-radius: var(--DropDown-menu-borderRadius);
|
28829
|
+
box-shadow: var(--DropDown-menu-boxShadow);
|
28830
|
+
min-width: var(--DropDown-menu-minWidth);
|
28831
|
+
text-align: left;
|
28832
|
+
}
|
28833
|
+
|
28834
|
+
.amis-scope .a-ColumnToggler--alignRight .a-ColumnToggler-menu {
|
28835
|
+
left: auto;
|
28836
|
+
right: 0;
|
28837
|
+
}
|
28838
|
+
|
28839
|
+
.amis-scope .a-ColumnToggler-menuItem,
|
28840
|
+
.amis-scope .a-ColumnToggler-menu > li {
|
28841
|
+
padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
|
28842
|
+
white-space: nowrap;
|
28843
|
+
box-sizing: border-box;
|
28844
|
+
height: var(--DropDown-menu-height);
|
28845
|
+
vertical-align: middle;
|
28846
|
+
user-select: none;
|
28847
|
+
color: var(--link-color);
|
28848
|
+
text-decoration: var(--link-decoration);
|
28849
|
+
}
|
28850
|
+
|
28851
|
+
.amis-scope .a-ColumnToggler-menuItem:hover,
|
28852
|
+
.amis-scope .a-ColumnToggler-menu > li:hover {
|
28853
|
+
background: var(--DropDown-menuItem-onHover-bg);
|
28854
|
+
color: var(--DropDown-menuItem-onHover-color);
|
28855
|
+
}
|
28856
|
+
|
28857
|
+
.amis-scope .a-ColumnToggler-menuItem.is-active,
|
28858
|
+
.amis-scope .a-ColumnToggler-menu > li.is-active {
|
28859
|
+
color: var(--DropDown-menuItem-onActive-color);
|
28860
|
+
}
|
28861
|
+
|
28862
|
+
.amis-scope .a-ColumnToggler-menuItem:not(.is-disabled),
|
28863
|
+
.amis-scope .a-ColumnToggler-menuItem:not(.disabled),
|
28864
|
+
.amis-scope .a-ColumnToggler-menu > li:not(.is-disabled),
|
28865
|
+
.amis-scope .a-ColumnToggler-menu > li:not(.disabled) {
|
28866
|
+
cursor: pointer;
|
28867
|
+
}
|
28868
|
+
|
28869
|
+
.amis-scope .a-ColumnToggler-menuItem.is-disabled,
|
28870
|
+
.amis-scope .a-ColumnToggler-menu > li.is-disabled {
|
28871
|
+
cursor: not-allowed;
|
28872
|
+
color: var(--DropDown-menuItem-onDisabled-color);
|
28873
|
+
filter: grayscale(80%);
|
28874
|
+
}
|
28875
|
+
|
28876
|
+
.amis-scope .a-ColumnToggler-menuItem.a-DropDown-divider,
|
28877
|
+
.amis-scope .a-ColumnToggler-menu > li.a-DropDown-divider {
|
28878
|
+
height: 0.0625rem;
|
28879
|
+
margin: 0.5625rem 0;
|
28880
|
+
overflow: hidden;
|
28881
|
+
background: var(--DropDown-menu-borderColor);
|
28882
|
+
padding: 0;
|
28883
|
+
}
|
28884
|
+
|
28885
|
+
.amis-scope .a-ColumnToggler-menu > li a {
|
28886
|
+
color: inherit;
|
28887
|
+
display: block;
|
28888
|
+
text-decoration: none;
|
28889
|
+
}
|
28890
|
+
|
28891
|
+
.amis-scope .a-ColumnToggler-popover {
|
28892
|
+
border: none;
|
28893
|
+
box-shadow: none;
|
28894
|
+
}
|
28895
|
+
|
28896
|
+
.amis-scope .a-ColumnToggler > .a-Button {
|
28897
|
+
min-width: unset;
|
28898
|
+
}
|
28899
|
+
|
28900
|
+
.amis-scope .a-ColumnToggler-modal {
|
28901
|
+
display: flex;
|
28902
|
+
flex-flow: column nowrap;
|
28903
|
+
justify-content: space-between;
|
28904
|
+
align-items: center;
|
28905
|
+
width: 25rem;
|
28906
|
+
padding: var(--ColumnToggler-lineHeight);
|
28907
|
+
margin-top: calc(50vh - 100px);
|
28908
|
+
border-radius: var(--ColumnToggler-borderRadius);
|
28909
|
+
background: var(--ColumnToggler-backgroundColor);
|
28910
|
+
box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
|
28911
|
+
}
|
28912
|
+
|
28913
|
+
.amis-scope .a-ColumnToggler-modal-header {
|
28914
|
+
width: 100%;
|
28915
|
+
display: flex;
|
28916
|
+
flex-flow: row nowrap;
|
28917
|
+
justify-content: space-between;
|
28918
|
+
align-items: center;
|
28919
|
+
}
|
28920
|
+
|
28921
|
+
.amis-scope .a-ColumnToggler-modal-header a,
|
28922
|
+
.amis-scope .a-ColumnToggler-modal-header span {
|
28923
|
+
display: inline-block;
|
28924
|
+
}
|
28925
|
+
|
28926
|
+
.amis-scope .a-ColumnToggler-modal-header .a-ColumnToggler-modal-title {
|
28927
|
+
opacity: 0.95;
|
28928
|
+
font-size: var(--fontSizeMd);
|
28929
|
+
color: var(--ColumnToggler-title-fontColor);
|
28930
|
+
line-height: var(--ColumnToggler-lineHeight);
|
28931
|
+
font-weight: bold;
|
28932
|
+
}
|
28933
|
+
|
28934
|
+
.amis-scope .a-ColumnToggler-modal-content {
|
28935
|
+
padding: 0;
|
28936
|
+
width: 100%;
|
28937
|
+
list-style: none;
|
28938
|
+
margin: 0.5rem 0;
|
28939
|
+
}
|
28940
|
+
|
28941
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem {
|
28942
|
+
color: var(--ColumnToggler-title-fontColor);
|
28943
|
+
background: var(--ColumnToggler-item-backgroundColor);
|
28944
|
+
border-radius: 0.125rem;
|
28945
|
+
font-size: var(--fontSizeSm);
|
28946
|
+
padding: 0.25rem 0.5rem;
|
28947
|
+
height: var(--ColumnToggler-lineHeight);
|
28948
|
+
width: calc((100% - 24px) / 3);
|
28949
|
+
float: left;
|
28950
|
+
margin: 0.25rem;
|
28951
|
+
text-overflow: ellipsis;
|
28952
|
+
white-space: nowrap;
|
28953
|
+
overflow: hidden;
|
28954
|
+
}
|
28955
|
+
|
28956
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem:hover {
|
28957
|
+
background: var(--ColumnToggler-item-backgroundColor-onHover);
|
28958
|
+
}
|
28959
|
+
|
28960
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem--dragging {
|
28961
|
+
border: 1px solid var(--link-color);
|
28962
|
+
}
|
28963
|
+
|
28964
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem label > i {
|
28965
|
+
height: var(--fontSizeLg);
|
28966
|
+
width: var(--fontSizeLg);
|
28967
|
+
vertical-align: top;
|
28968
|
+
}
|
28969
|
+
|
28970
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-dragBar {
|
28971
|
+
margin-left: 0;
|
28972
|
+
margin-right: var(--gap-xs);
|
28973
|
+
cursor: move;
|
28974
|
+
color: #d8d8d8;
|
28975
|
+
}
|
28976
|
+
|
28977
|
+
.amis-scope .a-ColumnToggler-modal-footer {
|
28978
|
+
width: 100%;
|
28979
|
+
display: flex;
|
28980
|
+
flex-flow: row nowrap;
|
28981
|
+
justify-content: space-between;
|
28982
|
+
align-items: center;
|
28983
|
+
}
|
28984
|
+
|
28985
|
+
.amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect {
|
28986
|
+
color: var(--ColumnToggler-fontColor);
|
28987
|
+
font-size: var(--fontSizeSm);
|
28988
|
+
}
|
28989
|
+
|
28990
|
+
.amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect.is-actived {
|
28991
|
+
color: var(--link-color);
|
28992
|
+
}
|
28993
|
+
|
28994
|
+
.amis-scope .a-ColumnToggler-modal-footer > div {
|
28995
|
+
display: flex;
|
28996
|
+
flex-flow: row nowrap;
|
28997
|
+
justify-content: space-between;
|
28998
|
+
align-items: center;
|
28999
|
+
}
|
29000
|
+
|
29001
|
+
.amis-scope .a-ColumnToggler-modal-footer > div:first-child {
|
29002
|
+
justify-content: flex-start;
|
28310
29003
|
}
|
28311
29004
|
|
28312
|
-
.amis-scope .a-
|
28313
|
-
|
29005
|
+
.amis-scope .a-ColumnToggler-modal-footer > div:first-child a {
|
29006
|
+
display: inline-block;
|
28314
29007
|
}
|
28315
29008
|
|
28316
|
-
.amis-scope .a-
|
28317
|
-
|
28318
|
-
margin: 0.1875rem;
|
29009
|
+
.amis-scope .a-ColumnToggler-modal-footer > div:last-child {
|
29010
|
+
justify-content: flex-end;
|
28319
29011
|
}
|
28320
29012
|
|
28321
|
-
.amis-scope .a-
|
28322
|
-
|
29013
|
+
.amis-scope .a-ColumnToggler-modal-footer > div:last-child button {
|
29014
|
+
width: 72px;
|
28323
29015
|
}
|
28324
29016
|
|
28325
|
-
.amis-scope .a-
|
28326
|
-
|
28327
|
-
|
29017
|
+
.amis-scope .a-ColumnToggler-tooltip {
|
29018
|
+
border: none;
|
29019
|
+
}
|
29020
|
+
|
29021
|
+
.amis-scope .a-ColumnToggler-tooltip .a-Tooltip-arrow::before {
|
29022
|
+
border-top-color: transparent;
|
28328
29023
|
}
|
28329
29024
|
|
28330
29025
|
.amis-scope .a-List {
|
@@ -29127,6 +29822,7 @@ readers do not read off random characters that represent icons */
|
|
29127
29822
|
height: 10px;
|
29128
29823
|
background: #ebebeb;
|
29129
29824
|
overflow: hidden;
|
29825
|
+
border-radius: var(--Progress-borderRadius);
|
29130
29826
|
}
|
29131
29827
|
|
29132
29828
|
.amis-scope .a-Progress-bar {
|
@@ -29139,6 +29835,7 @@ readers do not read off random characters that represent icons */
|
|
29139
29835
|
text-align: center;
|
29140
29836
|
background: var(--primary);
|
29141
29837
|
transition: width var(--animation-duration) ease;
|
29838
|
+
border-radius: var(--Progress-borderRadius);
|
29142
29839
|
}
|
29143
29840
|
|
29144
29841
|
.amis-scope .a-Progress-bar--stripe {
|
@@ -29860,7 +30557,7 @@ readers do not read off random characters that represent icons */
|
|
29860
30557
|
}
|
29861
30558
|
|
29862
30559
|
.amis-scope .a-ImageGallery-item.is-active {
|
29863
|
-
border: 1px solid
|
30560
|
+
border: 1px solid var(--primary);
|
29864
30561
|
}
|
29865
30562
|
|
29866
30563
|
.amis-scope .a-ImageGallery-item.is-active:after {
|
@@ -29889,6 +30586,7 @@ readers do not read off random characters that represent icons */
|
|
29889
30586
|
|
29890
30587
|
.amis-scope .a-Image-thumbWrap {
|
29891
30588
|
position: relative;
|
30589
|
+
height: 100%;
|
29892
30590
|
}
|
29893
30591
|
|
29894
30592
|
.amis-scope .a-Image-image {
|
@@ -30004,7 +30702,7 @@ readers do not read off random characters that represent icons */
|
|
30004
30702
|
}
|
30005
30703
|
|
30006
30704
|
.amis-scope .a-Image-overlay {
|
30007
|
-
background: rgba(
|
30705
|
+
background: rgba(8, 14, 26, 0.5);
|
30008
30706
|
position: absolute;
|
30009
30707
|
width: 100%;
|
30010
30708
|
height: 100%;
|
@@ -30636,7 +31334,7 @@ readers do not read off random characters that represent icons */
|
|
30636
31334
|
height: 1px;
|
30637
31335
|
left: 100%;
|
30638
31336
|
width: 9999px;
|
30639
|
-
padding-right:
|
31337
|
+
padding-right: 0.625rem;
|
30640
31338
|
background-color: var(--Steps-line-bg);
|
30641
31339
|
}
|
30642
31340
|
|
@@ -30785,8 +31483,6 @@ readers do not read off random characters that represent icons */
|
|
30785
31483
|
border-bottom: 0;
|
30786
31484
|
display: flex;
|
30787
31485
|
flex-direction: row;
|
30788
|
-
justify-content: space-between;
|
30789
|
-
width: 100%;
|
30790
31486
|
}
|
30791
31487
|
|
30792
31488
|
.amis-scope fieldset.a-Collapse--xs {
|
@@ -30873,6 +31569,10 @@ readers do not read off random characters that represent icons */
|
|
30873
31569
|
margin-bottom: var(--Form-item-gap);
|
30874
31570
|
}
|
30875
31571
|
|
31572
|
+
.amis-scope .a-Form-group:last-child {
|
31573
|
+
margin-bottom: 0;
|
31574
|
+
}
|
31575
|
+
|
30876
31576
|
.amis-scope .a-Form-value > .a-Form-group {
|
30877
31577
|
margin-bottom: var(--Form-input-marginBottom);
|
30878
31578
|
}
|
@@ -31516,6 +32216,14 @@ readers do not read off random characters that represent icons */
|
|
31516
32216
|
color: var(--danger);
|
31517
32217
|
}
|
31518
32218
|
|
32219
|
+
.amis-scope .a-TextControl-input:hover {
|
32220
|
+
border-color: var(--Form-input-onHover-borderColor);
|
32221
|
+
}
|
32222
|
+
|
32223
|
+
.amis-scope .a-TextControl.is-disabled-input input {
|
32224
|
+
color: var(--Form-input-onDisabled-color);
|
32225
|
+
}
|
32226
|
+
|
31519
32227
|
.amis-scope .a-TextareaControl {
|
31520
32228
|
position: relative;
|
31521
32229
|
}
|
@@ -31547,12 +32255,21 @@ readers do not read off random characters that represent icons */
|
|
31547
32255
|
color: var(--Form-input-placeholderColor);
|
31548
32256
|
}
|
31549
32257
|
|
32258
|
+
.amis-scope .a-TextareaControl > textarea:hover {
|
32259
|
+
border-color: var(--Form-input-onHover-borderColor);
|
32260
|
+
}
|
32261
|
+
|
31550
32262
|
.amis-scope .a-TextareaControl > textarea:focus,
|
31551
32263
|
.amis-scope .a-TextareaControl.is-focused > textarea {
|
31552
32264
|
border-color: var(--Form-input-onFocused-borderColor);
|
31553
32265
|
box-shadow: var(--Form-input-boxShadow);
|
31554
32266
|
}
|
31555
32267
|
|
32268
|
+
.amis-scope .a-TextareaControl > textarea:focus:hover,
|
32269
|
+
.amis-scope .a-TextareaControl.is-focused > textarea:hover {
|
32270
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
32271
|
+
}
|
32272
|
+
|
31556
32273
|
.amis-scope .a-TextareaControl.is-disabled > textarea,
|
31557
32274
|
.amis-scope .a-TextareaControl > textarea[disabled] {
|
31558
32275
|
background: #e5e7eb;
|
@@ -32945,6 +33662,7 @@ readers do not read off random characters that represent icons */
|
|
32945
33662
|
color: var(--ListControl-item-color);
|
32946
33663
|
transition: var(--ListControl-item-transition);
|
32947
33664
|
max-width: calc(12.5rem + 2 * var(--ListControl-item-paddingX));
|
33665
|
+
border-radius: var(--ListControl-item-borderRadius);
|
32948
33666
|
}
|
32949
33667
|
|
32950
33668
|
.amis-scope .a-ListControl-item:not(.is-disabled) {
|
@@ -33056,7 +33774,7 @@ readers do not read off random characters that represent icons */
|
|
33056
33774
|
white-space: nowrap;
|
33057
33775
|
color: var(--DatePicker-color);
|
33058
33776
|
background: var(--DatePicker-bg);
|
33059
|
-
border-radius: var(--
|
33777
|
+
border-radius: var(--LocationPicker-borderRadius);
|
33060
33778
|
}
|
33061
33779
|
|
33062
33780
|
.amis-scope .a-LocationPicker:not(.is-disabled) {
|
@@ -33208,6 +33926,7 @@ readers do not read off random characters that represent icons */
|
|
33208
33926
|
padding: var(--ColorPicker-paddingY) var(--ColorPicker-paddingX);
|
33209
33927
|
background: var(--ColorPicker-bg);
|
33210
33928
|
color: var(--ColorPicker-color);
|
33929
|
+
border-radius: var(--borderRadius);
|
33211
33930
|
}
|
33212
33931
|
|
33213
33932
|
.amis-scope .a-ColorPicker:not(.is-disabled) {
|
@@ -33369,6 +34088,8 @@ readers do not read off random characters that represent icons */
|
|
33369
34088
|
.amis-scope .a-DatePicker-toggler {
|
33370
34089
|
cursor: pointer;
|
33371
34090
|
color: var(--DatePicker-iconColor);
|
34091
|
+
display: inline-flex;
|
34092
|
+
align-items: center;
|
33372
34093
|
}
|
33373
34094
|
|
33374
34095
|
.amis-scope .a-DatePicker-toggler:hover {
|
@@ -33662,6 +34383,12 @@ readers do not read off random characters that represent icons */
|
|
33662
34383
|
border-color: var(--Calendar-btn-onHover-border);
|
33663
34384
|
}
|
33664
34385
|
|
34386
|
+
.amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
|
34387
|
+
color: var(--Calendar-btn-onActive-color);
|
34388
|
+
background: var(--Calendar-btn-onActive-bg);
|
34389
|
+
border-color: var(--Calendar-btn-onActive-border);
|
34390
|
+
}
|
34391
|
+
|
33665
34392
|
.amis-scope .rdtBtn:hover:focus {
|
33666
34393
|
box-shadow: var(--Button-boxShadow);
|
33667
34394
|
}
|
@@ -33684,6 +34411,12 @@ readers do not read off random characters that represent icons */
|
|
33684
34411
|
border-color: var(--Calendar-btnCancel-onHover-border);
|
33685
34412
|
}
|
33686
34413
|
|
34414
|
+
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
|
34415
|
+
color: var(--Calendar-btnCancel-onActive-color);
|
34416
|
+
background: var(--Calendar-btnCancel-onActive-bg);
|
34417
|
+
border-color: var(--Calendar-btnCancel-onActive-border);
|
34418
|
+
}
|
34419
|
+
|
33687
34420
|
.amis-scope .rdtBtnCancel:hover:focus {
|
33688
34421
|
box-shadow: var(--Button-boxShadow);
|
33689
34422
|
}
|
@@ -33875,6 +34608,8 @@ readers do not read off random characters that represent icons */
|
|
33875
34608
|
.amis-scope .a-DateRangePicker-toggler {
|
33876
34609
|
cursor: pointer;
|
33877
34610
|
color: var(--DatePicker-iconColor);
|
34611
|
+
display: inline-flex;
|
34612
|
+
align-items: center;
|
33878
34613
|
}
|
33879
34614
|
|
33880
34615
|
.amis-scope .a-DateRangePicker-toggler:hover {
|
@@ -33990,9 +34725,11 @@ readers do not read off random characters that represent icons */
|
|
33990
34725
|
width: 7.5rem;
|
33991
34726
|
height: 7.5rem;
|
33992
34727
|
display: inline-flex;
|
34728
|
+
flex-direction: column;
|
33993
34729
|
justify-content: center;
|
33994
34730
|
align-items: center;
|
33995
34731
|
border: var(--borderWidth) solid var(--borderColor);
|
34732
|
+
border-radius: var(--ImageControl-addBtn-borderRadius);
|
33996
34733
|
cursor: pointer;
|
33997
34734
|
margin-right: var(--gap-base);
|
33998
34735
|
color: var(--ImageControl-addBtn-color);
|
@@ -34008,14 +34745,21 @@ readers do not read off random characters that represent icons */
|
|
34008
34745
|
border-color: var(--ImageControl-addBtn-onHover-border);
|
34009
34746
|
}
|
34010
34747
|
|
34748
|
+
.amis-scope .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
34749
|
+
color: var(--ImageControl-addBtn-onActive-color);
|
34750
|
+
background: var(--ImageControl-addBtn-onActive-bg);
|
34751
|
+
border-color: var(--ImageControl-addBtn-onActive-border);
|
34752
|
+
}
|
34753
|
+
|
34011
34754
|
.amis-scope .a-ImageControl-addBtn:hover:focus {
|
34012
34755
|
box-shadow: var(--Button-boxShadow);
|
34013
34756
|
}
|
34014
34757
|
|
34015
34758
|
.amis-scope .a-ImageControl-addBtn > svg {
|
34016
|
-
width:
|
34017
|
-
height:
|
34759
|
+
width: 1.5rem;
|
34760
|
+
height: 1.5rem;
|
34018
34761
|
top: 0;
|
34762
|
+
margin-bottom: 0.5rem;
|
34019
34763
|
}
|
34020
34764
|
|
34021
34765
|
.amis-scope .a-ImageControl-addBtn.is-disabled {
|
@@ -34053,6 +34797,7 @@ readers do not read off random characters that represent icons */
|
|
34053
34797
|
|
34054
34798
|
.amis-scope .a-ImageControl-item {
|
34055
34799
|
border: var(--borderWidth) solid var(--borderColor);
|
34800
|
+
border-radius: var(--ImageControl-addBtn-borderRadius);
|
34056
34801
|
vertical-align: top;
|
34057
34802
|
padding: var(--gap-xs);
|
34058
34803
|
display: inline-block;
|
@@ -34110,6 +34855,7 @@ readers do not read off random characters that represent icons */
|
|
34110
34855
|
|
34111
34856
|
.amis-scope .a-ImageControl-progressValue {
|
34112
34857
|
height: 5px;
|
34858
|
+
border-radius: var(--ImageControl-progress-borderRadius);
|
34113
34859
|
display: block;
|
34114
34860
|
background: var(--info);
|
34115
34861
|
min-width: 10%;
|
@@ -34219,13 +34965,13 @@ readers do not read off random characters that represent icons */
|
|
34219
34965
|
}
|
34220
34966
|
|
34221
34967
|
.amis-scope .a-FileControl-selectBtn {
|
34222
|
-
|
34968
|
+
display: flex;
|
34969
|
+
align-items: center;
|
34223
34970
|
}
|
34224
34971
|
|
34225
34972
|
.amis-scope .a-FileControl-selectBtn > svg {
|
34226
|
-
|
34227
|
-
|
34228
|
-
height: pxrem(16px);
|
34973
|
+
width: 0.875rem;
|
34974
|
+
height: 0.875rem;
|
34229
34975
|
}
|
34230
34976
|
|
34231
34977
|
.amis-scope .a-FileControl-description {
|
@@ -34337,6 +35083,7 @@ readers do not read off random characters that represent icons */
|
|
34337
35083
|
.amis-scope .a-FileControl-progress > span {
|
34338
35084
|
display: block;
|
34339
35085
|
background: var(--info);
|
35086
|
+
border-radius: var(--FileControl-progress-borderRadius);
|
34340
35087
|
height: 100%;
|
34341
35088
|
min-width: 10%;
|
34342
35089
|
transition: ease-out width var(--animation-duration);
|
@@ -35290,6 +36037,17 @@ readers do not read off random characters that represent icons */
|
|
35290
36037
|
margin-left: var(--Combo-addBtn-paddingX);
|
35291
36038
|
}
|
35292
36039
|
|
36040
|
+
.amis-scope .a-Combo-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
36041
|
+
.amis-scope .a-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
|
36042
|
+
.amis-scope .a-Combo-addBtn > .pull-left {
|
36043
|
+
margin-right: var(--Combo-addBtn-paddingX);
|
36044
|
+
}
|
36045
|
+
|
36046
|
+
.amis-scope .a-Combo-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
36047
|
+
.amis-scope .a-Combo-addBtn > .pull-right {
|
36048
|
+
margin-left: var(--Combo-addBtn-paddingX);
|
36049
|
+
}
|
36050
|
+
|
35293
36051
|
.amis-scope .a-Combo-addBtn img.a-Button-icon {
|
35294
36052
|
height: var(--Button-fontSize);
|
35295
36053
|
vertical-align: middle;
|
@@ -35301,6 +36059,12 @@ readers do not read off random characters that represent icons */
|
|
35301
36059
|
border-color: var(--Combo-addBtn-onHover-border);
|
35302
36060
|
}
|
35303
36061
|
|
36062
|
+
.amis-scope .a-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
36063
|
+
color: var(--Combo-addBtn-onActive-color);
|
36064
|
+
background: var(--Combo-addBtn-onActive-bg);
|
36065
|
+
border-color: var(--Combo-addBtn-onActive-border);
|
36066
|
+
}
|
36067
|
+
|
35304
36068
|
.amis-scope .a-Combo-addBtn:hover:focus {
|
35305
36069
|
box-shadow: var(--Button-boxShadow);
|
35306
36070
|
}
|
@@ -35971,6 +36735,17 @@ readers do not read off random characters that represent icons */
|
|
35971
36735
|
margin-left: var(--TagControl-sugBtn-paddingX);
|
35972
36736
|
}
|
35973
36737
|
|
36738
|
+
.amis-scope .a-TagControl-sugItem .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
36739
|
+
.amis-scope .a-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
|
36740
|
+
.amis-scope .a-TagControl-sugItem > .pull-left {
|
36741
|
+
margin-right: var(--TagControl-sugBtn-paddingX);
|
36742
|
+
}
|
36743
|
+
|
36744
|
+
.amis-scope .a-TagControl-sugItem .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
36745
|
+
.amis-scope .a-TagControl-sugItem > .pull-right {
|
36746
|
+
margin-left: var(--TagControl-sugBtn-paddingX);
|
36747
|
+
}
|
36748
|
+
|
35974
36749
|
.amis-scope .a-TagControl-sugItem img.a-Button-icon {
|
35975
36750
|
height: var(--Button-fontSize);
|
35976
36751
|
vertical-align: middle;
|
@@ -35982,6 +36757,12 @@ readers do not read off random characters that represent icons */
|
|
35982
36757
|
border-color: var(--TagControl-sugBtn-onHover-border);
|
35983
36758
|
}
|
35984
36759
|
|
36760
|
+
.amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
|
36761
|
+
color: var(--TagControl-sugBtn-onActive-color);
|
36762
|
+
background: var(--TagControl-sugBtn-onActive-bg);
|
36763
|
+
border-color: var(--TagControl-sugBtn-onActive-border);
|
36764
|
+
}
|
36765
|
+
|
35985
36766
|
.amis-scope .a-TagControl-sugItem:hover:focus {
|
35986
36767
|
box-shadow: var(--Button-boxShadow);
|
35987
36768
|
}
|
@@ -36059,6 +36840,7 @@ readers do not read off random characters that represent icons */
|
|
36059
36840
|
font-size: var(--Form-input-fontSize);
|
36060
36841
|
padding: calc( ( 1.875rem - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
36061
36842
|
flex-direction: row;
|
36843
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
36062
36844
|
}
|
36063
36845
|
|
36064
36846
|
.amis-scope .a-Transfer-title--light {
|
@@ -36078,6 +36860,7 @@ readers do not read off random characters that represent icons */
|
|
36078
36860
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
36079
36861
|
display: flex;
|
36080
36862
|
flex-direction: column;
|
36863
|
+
border-radius: var(--borderRadius);
|
36081
36864
|
}
|
36082
36865
|
|
36083
36866
|
.amis-scope .a-Transfer-select > .a-Transfer-checkboxes,
|
@@ -36973,6 +37756,276 @@ readers do not read off random characters that represent icons */
|
|
36973
37756
|
padding: var(--gap-base);
|
36974
37757
|
}
|
36975
37758
|
|
37759
|
+
.amis-scope .a-Markdown strong {
|
37760
|
+
font-weight: bolder;
|
37761
|
+
}
|
37762
|
+
|
37763
|
+
.amis-scope .a-Markdown img {
|
37764
|
+
border-style: none;
|
37765
|
+
}
|
37766
|
+
|
37767
|
+
.amis-scope .a-Markdown svg:not(:root) {
|
37768
|
+
overflow: hidden;
|
37769
|
+
}
|
37770
|
+
|
37771
|
+
.amis-scope .a-Markdown button:-moz-focusring,
|
37772
|
+
.amis-scope .a-Markdown [type=button]:-moz-focusring,
|
37773
|
+
.amis-scope .a-Markdown [type=reset]:-moz-focusring,
|
37774
|
+
.amis-scope .a-Markdown [type=submit]:-moz-focusring {
|
37775
|
+
outline: 1px dotted ButtonText;
|
37776
|
+
}
|
37777
|
+
|
37778
|
+
.amis-scope .a-Markdown [type=checkbox] {
|
37779
|
+
box-sizing: border-box;
|
37780
|
+
padding: 0;
|
37781
|
+
}
|
37782
|
+
|
37783
|
+
.amis-scope .a-Markdown table {
|
37784
|
+
border-spacing: 0;
|
37785
|
+
border-collapse: collapse;
|
37786
|
+
}
|
37787
|
+
|
37788
|
+
.amis-scope .a-Markdown table td,
|
37789
|
+
.amis-scope .a-Markdown table th {
|
37790
|
+
padding: 0;
|
37791
|
+
}
|
37792
|
+
|
37793
|
+
.amis-scope .a-Markdown hr {
|
37794
|
+
height: 0;
|
37795
|
+
margin: 15px 0;
|
37796
|
+
overflow: hidden;
|
37797
|
+
background: transparent;
|
37798
|
+
border: 0;
|
37799
|
+
border-bottom: 1px solid #ddd;
|
37800
|
+
}
|
37801
|
+
|
37802
|
+
.amis-scope .a-Markdown hr::before {
|
37803
|
+
display: table;
|
37804
|
+
content: "";
|
37805
|
+
}
|
37806
|
+
|
37807
|
+
.amis-scope .a-Markdown hr::after {
|
37808
|
+
display: table;
|
37809
|
+
clear: both;
|
37810
|
+
content: "";
|
37811
|
+
}
|
37812
|
+
|
37813
|
+
.amis-scope .a-Markdown p {
|
37814
|
+
margin-top: 0;
|
37815
|
+
margin-bottom: 10px;
|
37816
|
+
}
|
37817
|
+
|
37818
|
+
.amis-scope .a-Markdown blockquote {
|
37819
|
+
margin: 0;
|
37820
|
+
}
|
37821
|
+
|
37822
|
+
.amis-scope .a-Markdown ul,
|
37823
|
+
.amis-scope .a-Markdown ol {
|
37824
|
+
padding-left: 0;
|
37825
|
+
margin-top: 0;
|
37826
|
+
margin-bottom: 0;
|
37827
|
+
}
|
37828
|
+
|
37829
|
+
.amis-scope .a-Markdown ol ol,
|
37830
|
+
.amis-scope .a-Markdown ul ol {
|
37831
|
+
list-style-type: lower-roman;
|
37832
|
+
}
|
37833
|
+
|
37834
|
+
.amis-scope .a-Markdown ul ul ol,
|
37835
|
+
.amis-scope .a-Markdown ul ol ol,
|
37836
|
+
.amis-scope .a-Markdown ol ul ol,
|
37837
|
+
.amis-scope .a-Markdown ol ol ol {
|
37838
|
+
list-style-type: lower-alpha;
|
37839
|
+
}
|
37840
|
+
|
37841
|
+
.amis-scope .a-Markdown dd {
|
37842
|
+
margin-left: 0;
|
37843
|
+
}
|
37844
|
+
|
37845
|
+
.amis-scope .a-Markdown p,
|
37846
|
+
.amis-scope .a-Markdown blockquote,
|
37847
|
+
.amis-scope .a-Markdown ul,
|
37848
|
+
.amis-scope .a-Markdown ol,
|
37849
|
+
.amis-scope .a-Markdown dl,
|
37850
|
+
.amis-scope .a-Markdown table,
|
37851
|
+
.amis-scope .a-Markdown pre {
|
37852
|
+
margin-top: 0;
|
37853
|
+
margin-bottom: 16px;
|
37854
|
+
}
|
37855
|
+
|
37856
|
+
.amis-scope .a-Markdown hr {
|
37857
|
+
height: 4px;
|
37858
|
+
padding: 0;
|
37859
|
+
margin: 16px 0;
|
37860
|
+
background-color: #e7e7e7;
|
37861
|
+
border: 0 none;
|
37862
|
+
}
|
37863
|
+
|
37864
|
+
.amis-scope .a-Markdown ul:not(.dropdown-menu):not(.nav),
|
37865
|
+
.amis-scope .a-Markdown ol {
|
37866
|
+
padding-left: 2em;
|
37867
|
+
}
|
37868
|
+
|
37869
|
+
.amis-scope .a-Markdown ul ul,
|
37870
|
+
.amis-scope .a-Markdown ul ol,
|
37871
|
+
.amis-scope .a-Markdown ol ol,
|
37872
|
+
.amis-scope .a-Markdown ol ul {
|
37873
|
+
margin-top: 0;
|
37874
|
+
margin-bottom: 0;
|
37875
|
+
}
|
37876
|
+
|
37877
|
+
.amis-scope .a-Markdown li > p {
|
37878
|
+
margin-top: 16px;
|
37879
|
+
}
|
37880
|
+
|
37881
|
+
.amis-scope .a-Markdown dl {
|
37882
|
+
padding: 0;
|
37883
|
+
}
|
37884
|
+
|
37885
|
+
.amis-scope .a-Markdown dl dt {
|
37886
|
+
padding: 0;
|
37887
|
+
margin-top: 16px;
|
37888
|
+
font-size: 1em;
|
37889
|
+
font-style: italic;
|
37890
|
+
font-weight: bold;
|
37891
|
+
}
|
37892
|
+
|
37893
|
+
.amis-scope .a-Markdown dl dd {
|
37894
|
+
padding: 0 16px;
|
37895
|
+
margin-bottom: 16px;
|
37896
|
+
}
|
37897
|
+
|
37898
|
+
.amis-scope .a-Markdown blockquote {
|
37899
|
+
padding: 0 15px;
|
37900
|
+
color: #777;
|
37901
|
+
border-left: 4px solid #ddd;
|
37902
|
+
}
|
37903
|
+
|
37904
|
+
.amis-scope .a-Markdown blockquote > :first-child {
|
37905
|
+
margin-top: 0;
|
37906
|
+
}
|
37907
|
+
|
37908
|
+
.amis-scope .a-Markdown blockquote > :last-child {
|
37909
|
+
margin-bottom: 0;
|
37910
|
+
}
|
37911
|
+
|
37912
|
+
.amis-scope .a-Markdown table {
|
37913
|
+
display: block;
|
37914
|
+
width: 100%;
|
37915
|
+
overflow: auto;
|
37916
|
+
word-break: normal;
|
37917
|
+
}
|
37918
|
+
|
37919
|
+
.amis-scope .a-Markdown table th {
|
37920
|
+
font-weight: bold;
|
37921
|
+
}
|
37922
|
+
|
37923
|
+
.amis-scope .a-Markdown table th,
|
37924
|
+
.amis-scope .a-Markdown table td {
|
37925
|
+
padding: 6px 13px;
|
37926
|
+
border: 1px solid #ddd;
|
37927
|
+
}
|
37928
|
+
|
37929
|
+
.amis-scope .a-Markdown table tr {
|
37930
|
+
background-color: #fff;
|
37931
|
+
border-top: 1px solid #ccc;
|
37932
|
+
}
|
37933
|
+
|
37934
|
+
.amis-scope .a-Markdown table tr:nth-child(2n) {
|
37935
|
+
background-color: #f8f8f8;
|
37936
|
+
}
|
37937
|
+
|
37938
|
+
@media (min-width: 1200px) {
|
37939
|
+
.amis-scope .a-Markdown img {
|
37940
|
+
max-width: 800px;
|
37941
|
+
}
|
37942
|
+
}
|
37943
|
+
|
37944
|
+
.amis-scope .a-Markdown code {
|
37945
|
+
padding: 0;
|
37946
|
+
padding-top: 0.2em;
|
37947
|
+
padding-bottom: 0.2em;
|
37948
|
+
margin: 0;
|
37949
|
+
background-color: rgba(0, 0, 0, 0.04);
|
37950
|
+
border-radius: 3px;
|
37951
|
+
}
|
37952
|
+
|
37953
|
+
.amis-scope .a-Markdown code:before,
|
37954
|
+
.amis-scope .a-Markdown code:after {
|
37955
|
+
letter-spacing: -0.2em;
|
37956
|
+
content: " ";
|
37957
|
+
}
|
37958
|
+
|
37959
|
+
.amis-scope .a-Markdown pre > code {
|
37960
|
+
padding: 0;
|
37961
|
+
margin: 0;
|
37962
|
+
word-break: normal;
|
37963
|
+
white-space: pre;
|
37964
|
+
background: transparent;
|
37965
|
+
border: 0;
|
37966
|
+
}
|
37967
|
+
|
37968
|
+
.amis-scope .a-Markdown .highlight {
|
37969
|
+
margin-bottom: 16px;
|
37970
|
+
}
|
37971
|
+
|
37972
|
+
.amis-scope .a-Markdown .highlight pre,
|
37973
|
+
.amis-scope .a-Markdown pre {
|
37974
|
+
padding: 16px;
|
37975
|
+
overflow: auto;
|
37976
|
+
line-height: 1.45;
|
37977
|
+
background-color: #f7f7f7;
|
37978
|
+
border-radius: 3px;
|
37979
|
+
}
|
37980
|
+
|
37981
|
+
.amis-scope .a-Markdown .highlight pre {
|
37982
|
+
margin-bottom: 0;
|
37983
|
+
word-break: normal;
|
37984
|
+
}
|
37985
|
+
|
37986
|
+
.amis-scope .a-Markdown pre {
|
37987
|
+
word-wrap: normal;
|
37988
|
+
}
|
37989
|
+
|
37990
|
+
.amis-scope .a-Markdown pre code {
|
37991
|
+
display: inline;
|
37992
|
+
max-width: initial;
|
37993
|
+
padding: 0;
|
37994
|
+
margin: 0;
|
37995
|
+
overflow: initial;
|
37996
|
+
line-height: inherit;
|
37997
|
+
word-wrap: normal;
|
37998
|
+
background-color: transparent;
|
37999
|
+
border: 0;
|
38000
|
+
}
|
38001
|
+
|
38002
|
+
.amis-scope .a-Markdown pre code:before,
|
38003
|
+
.amis-scope .a-Markdown pre code:after {
|
38004
|
+
content: normal;
|
38005
|
+
}
|
38006
|
+
|
38007
|
+
.amis-scope .a-Markdown kbd {
|
38008
|
+
display: inline-block;
|
38009
|
+
padding: 3px 5px;
|
38010
|
+
line-height: 10px;
|
38011
|
+
color: #555;
|
38012
|
+
vertical-align: middle;
|
38013
|
+
background-color: #fcfcfc;
|
38014
|
+
border: solid 1px #ccc;
|
38015
|
+
border-bottom-color: #bbb;
|
38016
|
+
border-radius: 3px;
|
38017
|
+
box-shadow: inset 0 -1px 0 #bbb;
|
38018
|
+
}
|
38019
|
+
|
38020
|
+
.amis-scope .a-Markdown hr {
|
38021
|
+
border-bottom-color: #eee;
|
38022
|
+
}
|
38023
|
+
|
38024
|
+
.amis-scope .a-Link.is-disabled {
|
38025
|
+
cursor: not-allowed;
|
38026
|
+
color: var(--text--muted-color);
|
38027
|
+
}
|
38028
|
+
|
36976
38029
|
/*
|
36977
38030
|
* utilities
|
36978
38031
|
*/
|
@@ -37419,6 +38472,10 @@ readers do not read off random characters that represent icons */
|
|
37419
38472
|
background: none !important;
|
37420
38473
|
}
|
37421
38474
|
|
38475
|
+
.cursor-pointer {
|
38476
|
+
cursor: pointer;
|
38477
|
+
}
|
38478
|
+
|
37422
38479
|
.amis-scope a.bg-primary:hover {
|
37423
38480
|
background: #6254b2;
|
37424
38481
|
}
|