amis 1.4.1 → 1.4.2-beta.13
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 +26 -2
- 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/AnchorNav.d.ts +22 -21
- package/lib/components/AnchorNav.js +7 -3
- package/lib/components/AnchorNav.js.map +2 -2
- package/lib/components/ArrayInput.d.ts +84 -84
- package/lib/components/AssociatedSelection.d.ts +930 -0
- package/lib/components/AssociatedSelection.js +89 -0
- package/lib/components/AssociatedSelection.js.map +13 -0
- package/lib/components/Badge.d.ts +2 -2
- package/lib/components/Badge.js +13 -7
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
- package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
- package/lib/components/ChainedSelection.js.map +13 -0
- package/lib/components/Collapse.js +1 -1
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GroupedSelection.d.ts +907 -0
- package/lib/components/GroupedSelection.js +48 -0
- package/lib/components/GroupedSelection.js.map +13 -0
- package/lib/components/InputBox.d.ts +22 -21
- package/lib/components/InputBox.js +11 -3
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/Link.d.ts +84 -0
- package/lib/components/Link.js +43 -0
- package/lib/components/Link.js.map +13 -0
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/ModalManager.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/MonthRangePicker.js +1 -1
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/PickerColumn.d.ts +514 -0
- package/lib/components/PickerColumn.js +279 -0
- package/lib/components/PickerColumn.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +513 -0
- package/lib/components/PickerContainer.js +96 -0
- package/lib/components/PickerContainer.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -21
- package/lib/components/Radios.js +1 -0
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/ResultBox.js +10 -2
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/RichText.js +17 -53
- package/lib/components/RichText.js.map +2 -2
- package/lib/components/SearchBox.d.ts +84 -84
- package/lib/components/SearchBox.js +4 -4
- package/lib/components/SearchBox.js.map +2 -2
- package/lib/components/Select.d.ts +245 -237
- package/lib/components/Select.js +28 -4
- package/lib/components/Select.js.map +2 -2
- package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
- package/lib/components/Selection.js +134 -0
- package/lib/components/Selection.js.map +13 -0
- 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/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
- package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
- package/lib/components/TableSelection.js.map +13 -0
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/TabsTransfer.d.ts +84 -84
- package/lib/components/TabsTransfer.js +9 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +489 -0
- package/lib/components/TabsTransferPicker.js +60 -0
- package/lib/components/TabsTransferPicker.js.map +13 -0
- package/lib/components/Toast.js +2 -2
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/Transfer.d.ts +908 -274
- package/lib/components/Transfer.js +31 -24
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +488 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +493 -0
- package/lib/components/TransferPicker.js +60 -0
- package/lib/components/TransferPicker.js.map +13 -0
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/Tree.js +5 -3
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
- package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
- package/lib/components/TreeSelection.js.map +13 -0
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/condition-builder/Field.js +5 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/icons.js +14 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +8 -8
- package/lib/components/index.js +16 -16
- package/lib/components/index.js.map +2 -2
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +4 -0
- package/lib/factory.js +4 -2
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/hooks/index.d.ts +5 -0
- package/lib/hooks/index.js +14 -0
- package/lib/hooks/index.js.map +13 -0
- package/lib/hooks/use-set-state.d.ts +2 -0
- package/lib/hooks/use-set-state.js +15 -0
- package/lib/hooks/use-set-state.js.map +13 -0
- package/lib/hooks/use-touch.d.ts +16 -0
- package/lib/hooks/use-touch.js +73 -0
- package/lib/hooks/use-touch.js.map +13 -0
- package/lib/hooks/use-update-effect.d.ts +3 -0
- package/lib/hooks/use-update-effect.js +17 -0
- package/lib/hooks/use-update-effect.js.map +13 -0
- package/lib/icons/clock.js +10 -0
- package/lib/icons/download.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.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +4 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +5 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +8 -3
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +8 -0
- package/lib/renderers/Action.js +17 -4
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/AnchorNav.d.ts +1 -0
- package/lib/renderers/AnchorNav.js +2 -2
- package/lib/renderers/AnchorNav.js.map +2 -2
- package/lib/renderers/Avatar.js +3 -3
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +9 -0
- package/lib/renderers/CRUD.js +43 -8
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +4 -0
- package/lib/renderers/Card.js +29 -23
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Chart.js +1 -1
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Collapse.js +3 -2
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/Dialog.js +0 -3
- 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 +5 -1
- package/lib/renderers/DropDownButton.js +8 -6
- package/lib/renderers/DropDownButton.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 +4 -3
- package/lib/renderers/Form/Editor.d.ts +3 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +7 -6
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputFile.d.ts +6 -0
- package/lib/renderers/Form/InputFile.js +30 -10
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +16 -7
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js.map +1 -1
- package/lib/renderers/Form/Options.js +19 -6
- 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/Select.d.ts +42 -4
- package/lib/renderers/Form/Select.js +37 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TabsTransferPicker.js +29 -0
- package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
- package/lib/renderers/Form/Transfer.js +18 -3
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +52 -0
- package/lib/renderers/Form/TransferPicker.js +43 -0
- package/lib/renderers/Form/TransferPicker.js.map +13 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +5 -0
- package/lib/renderers/Form/index.js +5 -3
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +15 -3
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/IFrame.js +3 -5
- 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.d.ts +4 -0
- package/lib/renderers/Json.js +4 -13
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Link.d.ts +18 -3
- package/lib/renderers/Link.js +27 -15
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/List.js +1 -1
- package/lib/renderers/List.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/Mapping.d.ts +9 -2
- package/lib/renderers/Mapping.js +18 -6
- package/lib/renderers/Mapping.js.map +2 -2
- package/lib/renderers/Nav.d.ts +62 -36
- package/lib/renderers/Nav.js +272 -96
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Portlet.d.ts +125 -0
- package/lib/renderers/Portlet.js +156 -0
- package/lib/renderers/Portlet.js.map +13 -0
- package/lib/renderers/Property.js +2 -1
- package/lib/renderers/Property.js.map +2 -2
- package/lib/renderers/SearchBox.d.ts +6 -1
- package/lib/renderers/SearchBox.js +19 -5
- package/lib/renderers/SearchBox.js.map +2 -2
- package/lib/renderers/SparkLine.d.ts +4 -0
- package/lib/renderers/SparkLine.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 +4 -0
- package/lib/renderers/Table/TableCell.js +3 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +4 -1
- package/lib/renderers/Table/TableContent.js +21 -1
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +19 -2
- package/lib/renderers/Table/index.js +172 -57
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +9 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/WebComponent.js.map +2 -2
- package/lib/store/combo.d.ts +2 -16
- package/lib/store/crud.js +3 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -6
- package/lib/store/form.js.map +2 -2
- package/lib/store/service.js +5 -4
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +260 -3
- package/lib/store/table.js +69 -11
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +888 -238
- package/lib/themes/ang.css +888 -238
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +888 -238
- package/lib/themes/antd.css +888 -238
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1446 -457
- package/lib/themes/cxd.css +1446 -457
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +888 -238
- package/lib/themes/dark.css +888 -238
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1446 -457
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +37 -0
- package/lib/types.js +0 -5
- package/lib/types.js.map +2 -2
- package/lib/utils/api.d.ts +3 -2
- package/lib/utils/api.js +31 -15
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/dom.d.ts +4 -0
- package/lib/utils/dom.js +11 -1
- package/lib/utils/dom.js.map +2 -2
- 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 +3 -1
- package/lib/utils/helper.js +14 -5
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/icon.js +3 -0
- package/lib/utils/icon.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/package.json +1 -1
- package/schema.json +3341 -998
- package/scss/_mixins.scss +1 -3
- package/scss/_properties.scss +63 -4
- package/scss/_utilities.scss +4 -0
- package/scss/base/_common.scss +3 -0
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +88 -29
- package/scss/components/_button.scss +4 -5
- package/scss/components/_card.scss +8 -14
- package/scss/components/_collapse.scss +41 -8
- package/scss/components/_column-toggler.scss +234 -0
- package/scss/components/_dropdown.scss +2 -1
- package/scss/components/_images.scss +2 -1
- package/scss/components/_input-box.scss +1 -0
- package/scss/components/_link.scss +6 -0
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_nav.scss +231 -223
- package/scss/components/_page.scss +5 -4
- package/scss/components/_picker-columns.scss +124 -0
- package/scss/components/_popover.scss +13 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_progress.scss +2 -0
- package/scss/components/_result-box.scss +1 -0
- package/scss/components/_status.scss +1 -1
- package/scss/components/_steps.scss +1 -1
- package/scss/components/_table.scss +51 -1
- package/scss/components/form/_checks.scss +0 -351
- 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 +6 -3
- package/scss/components/form/_file.scss +16 -4
- package/scss/components/form/_form.scss +48 -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/_selection.scss +354 -0
- package/scss/components/form/_text.scss +13 -0
- package/scss/components/form/_textarea.scss +10 -0
- package/scss/components/form/_transfer.scss +77 -18
- package/scss/themes/_common.scss +7 -0
- package/scss/themes/_cxd-colors.scss +56 -0
- package/scss/themes/_cxd-variables.scss +217 -89
- package/scss/themes/cxd.scss +370 -0
- package/sdk/ang-ie11.css +1117 -392
- package/sdk/ang.css +1110 -342
- package/sdk/antd-ie11.css +1105 -380
- package/sdk/antd.css +1110 -342
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +2086 -1062
- package/sdk/cxd.css +1643 -495
- package/sdk/dark-ie11.css +1117 -392
- package/sdk/dark.css +1110 -342
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/iconfont.svg +2513 -0
- package/sdk/iconfont.ttf +0 -0
- package/sdk/iconfont.woff +0 -0
- package/sdk/ie11-patch.css +1 -0
- package/sdk/locale/de-DE.js +4 -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 +20 -28
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +2086 -1062
- package/sdk/sdk.css +1643 -495
- package/sdk/sdk.js +1219 -1165
- 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 +32 -0
- package/src/components/Alert.tsx +3 -1
- package/src/components/AnchorNav.tsx +15 -4
- package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
- package/src/components/Badge.tsx +38 -26
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/Collapse.tsx +14 -9
- package/src/components/DatePicker.tsx +1 -1
- package/src/components/DateRangePicker.tsx +23 -11
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/InputBox.tsx +11 -10
- package/src/components/Link.tsx +85 -0
- package/src/components/ModalManager.ts +1 -1
- package/src/components/MonthRangePicker.tsx +10 -2
- package/src/components/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/ResultBox.tsx +9 -9
- package/src/components/RichText.tsx +17 -57
- package/src/components/SearchBox.tsx +4 -5
- package/src/components/Select.tsx +60 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- package/src/components/SparkLine.tsx +4 -1
- package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
- package/src/components/TabsTransfer.tsx +13 -7
- package/src/components/TabsTransferPicker.tsx +85 -0
- package/src/components/Toast.tsx +5 -5
- package/src/components/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +120 -0
- package/src/components/TransferPicker.tsx +91 -0
- package/src/components/Tree.tsx +6 -8
- package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
- package/src/components/WithRemoteConfig.tsx +7 -2
- package/src/components/condition-builder/Field.tsx +5 -5
- package/src/components/condition-builder/Func.tsx +3 -3
- package/src/components/condition-builder/InputSwitch.tsx +3 -3
- package/src/components/condition-builder/Item.tsx +5 -12
- package/src/components/icons.tsx +15 -0
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +0 -1
- package/src/factory.tsx +18 -3
- package/src/hooks/index.ts +5 -0
- package/src/hooks/use-set-state.ts +19 -0
- package/src/hooks/use-touch.ts +100 -0
- package/src/hooks/use-update-effect.ts +16 -0
- package/src/icons/clock.svg +1 -0
- package/src/icons/download.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/index.tsx +3 -0
- package/src/locale/de-DE.ts +4 -0
- package/src/locale/en-US.ts +5 -0
- package/src/locale/zh-CN.ts +8 -3
- package/src/renderers/Action.tsx +33 -2
- package/src/renderers/AnchorNav.tsx +4 -0
- package/src/renderers/Avatar.tsx +8 -4
- package/src/renderers/Breadcrumb.tsx +5 -1
- package/src/renderers/CRUD.tsx +63 -28
- package/src/renderers/Card.tsx +63 -34
- package/src/renderers/Chart.tsx +6 -2
- package/src/renderers/Collapse.tsx +4 -2
- package/src/renderers/Dialog.tsx +0 -4
- package/src/renderers/Drawer.tsx +0 -4
- package/src/renderers/DropDownButton.tsx +18 -13
- package/src/renderers/Form/Checkbox.tsx +8 -0
- package/src/renderers/Form/Combo.tsx +2 -3
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputFile.tsx +66 -24
- package/src/renderers/Form/InputImage.tsx +16 -5
- package/src/renderers/Form/Item.tsx +3 -2
- package/src/renderers/Form/Options.tsx +32 -7
- package/src/renderers/Form/Picker.tsx +3 -2
- package/src/renderers/Form/Select.tsx +162 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +19 -4
- package/src/renderers/Form/TransferPicker.tsx +145 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +15 -2
- package/src/renderers/Form/wrapControl.tsx +28 -3
- package/src/renderers/IFrame.tsx +4 -5
- package/src/renderers/Image.tsx +10 -0
- package/src/renderers/Json.tsx +9 -9
- package/src/renderers/Link.tsx +53 -14
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Log.tsx +16 -3
- package/src/renderers/Mapping.tsx +27 -11
- package/src/renderers/Nav.tsx +325 -122
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Property.tsx +3 -2
- package/src/renderers/SearchBox.tsx +23 -4
- package/src/renderers/SparkLine.tsx +5 -0
- package/src/renderers/Table/ColumnToggler.tsx +544 -0
- package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
- package/src/renderers/Table/TableCell.tsx +16 -1
- package/src/renderers/Table/TableContent.tsx +40 -2
- package/src/renderers/Table/index.tsx +257 -80
- package/src/renderers/Tabs.tsx +9 -1
- package/src/renderers/WebComponent.tsx +2 -2
- package/src/store/crud.ts +3 -8
- package/src/store/form.ts +5 -10
- package/src/store/service.ts +5 -4
- package/src/store/table.ts +103 -11
- package/src/types.ts +57 -0
- package/src/utils/api.ts +52 -23
- package/src/utils/dom.tsx +12 -0
- package/src/utils/handleAction.ts +41 -0
- package/src/utils/helper.ts +12 -4
- package/src/utils/icon.tsx +4 -0
- package/src/utils/tpl-builtin.ts +48 -17
- package/dump.rdb +0 -0
- package/lib/components/AssociatedCheckboxes.d.ts +0 -762
- package/lib/components/AssociatedCheckboxes.js +0 -90
- package/lib/components/AssociatedCheckboxes.js.map +0 -13
- package/lib/components/ChainedCheckboxes.js.map +0 -13
- package/lib/components/Checkboxes.js +0 -101
- package/lib/components/Checkboxes.js.map +0 -13
- package/lib/components/ListCheckboxes.d.ts +0 -739
- package/lib/components/ListCheckboxes.js +0 -48
- package/lib/components/ListCheckboxes.js.map +0 -13
- package/lib/components/ListRadios.d.ts +0 -763
- package/lib/components/ListRadios.js +0 -86
- package/lib/components/ListRadios.js.map +0 -13
- package/lib/components/TableCheckboxes.js.map +0 -13
- package/lib/components/TreeCheckboxes.js.map +0 -13
- package/lib/components/TreeRadios.d.ts +0 -838
- package/lib/components/TreeRadios.js +0 -116
- package/lib/components/TreeRadios.js.map +0 -13
- package/sdk.zip +0 -0
- package/src/components/ListRadios.tsx +0 -159
- package/src/components/TreeRadios.tsx +0 -202
package/sdk/sdk.css
CHANGED
@@ -19134,23 +19134,23 @@ readers do not read off random characters that represent icons */
|
|
19134
19134
|
--black: #000;
|
19135
19135
|
--white: #fff;
|
19136
19136
|
--primary: #2468f2;
|
19137
|
-
--primary-onHover: #
|
19138
|
-
--primary-onActive: #
|
19139
|
-
--secondary: #
|
19140
|
-
--secondary-onHover: #
|
19141
|
-
--secondary-onActive: #
|
19142
|
-
--success: #
|
19143
|
-
--success-onHover: #
|
19144
|
-
--success-onActive: #
|
19137
|
+
--primary-onHover: #4f86f4;
|
19138
|
+
--primary-onActive: #1c53c1;
|
19139
|
+
--secondary: #b4b6ba;
|
19140
|
+
--secondary-onHover: #a0a3a8;
|
19141
|
+
--secondary-onActive: #999ca2;
|
19142
|
+
--success: #0bc286;
|
19143
|
+
--success-onHover: #099e6d;
|
19144
|
+
--success-onActive: #089265;
|
19145
19145
|
--info: #2468f2;
|
19146
19146
|
--info-onHover: #0d54e2;
|
19147
19147
|
--info-onActive: #0d4fd6;
|
19148
|
-
--warning: #
|
19149
|
-
--warning-onHover: #
|
19150
|
-
--warning-onActive: #
|
19151
|
-
--danger: #
|
19152
|
-
--danger-onHover: #
|
19153
|
-
--danger-onActive: #
|
19148
|
+
--warning: #ffb200;
|
19149
|
+
--warning-onHover: #d99700;
|
19150
|
+
--warning-onActive: #cc8e00;
|
19151
|
+
--danger: #e8684a;
|
19152
|
+
--danger-onHover: #e44c28;
|
19153
|
+
--danger-onActive: #e2421d;
|
19154
19154
|
--light: #eaf6fe;
|
19155
19155
|
--dark: #343a40;
|
19156
19156
|
--fontFamilyMonospace: SFMono-Regular, Menlo, Monaco, Consolas,
|
@@ -19278,7 +19278,7 @@ readers do not read off random characters that represent icons */
|
|
19278
19278
|
--Button--danger-border: var(--Button--danger-bg);
|
19279
19279
|
--Button--danger-color: var(--button-color);
|
19280
19280
|
--Button--danger-onActive-bg: var(--danger-onActive);
|
19281
|
-
--Button--danger-onActive-border: #
|
19281
|
+
--Button--danger-onActive-border: #d73f1b;
|
19282
19282
|
--Button--danger-onActive-color: var(--Button--danger-color);
|
19283
19283
|
--Button--danger-onHover-bg: var(--danger-onHover);
|
19284
19284
|
--Button--danger-onHover-border: var(--danger-onActive);
|
@@ -19358,7 +19358,7 @@ readers do not read off random characters that represent icons */
|
|
19358
19358
|
--Button--secondary-border: var(--Button--secondary-bg);
|
19359
19359
|
--Button--secondary-color: var(--button-color);
|
19360
19360
|
--Button--secondary-onActive-bg: var(--secondary-onActive);
|
19361
|
-
--Button--secondary-onActive-border: #
|
19361
|
+
--Button--secondary-onActive-border: #93969b;
|
19362
19362
|
--Button--secondary-onActive-color: var(--Button--secondary-color);
|
19363
19363
|
--Button--secondary-onHover-bg: var(--secondary-onHover);
|
19364
19364
|
--Button--secondary-onHover-border: var(--secondary-onActive);
|
@@ -19378,7 +19378,7 @@ readers do not read off random characters that represent icons */
|
|
19378
19378
|
--Button--success-border: var(--Button--success-bg);
|
19379
19379
|
--Button--success-color: var(--button-color);
|
19380
19380
|
--Button--success-onActive-bg: var(--success-onActive);
|
19381
|
-
--Button--success-onActive-border: #
|
19381
|
+
--Button--success-onActive-border: #08865c;
|
19382
19382
|
--Button--success-onActive-color: var(--Button--success-color);
|
19383
19383
|
--Button--success-onHover-bg: var(--success-onHover);
|
19384
19384
|
--Button--success-onHover-border: var(--success-onActive);
|
@@ -19395,7 +19395,7 @@ readers do not read off random characters that represent icons */
|
|
19395
19395
|
--Button--warning-border: var(--Button--warning-bg);
|
19396
19396
|
--Button--warning-color: var(--button-color);
|
19397
19397
|
--Button--warning-onActive-bg: var(--warning-onActive);
|
19398
|
-
--Button--warning-onActive-border: #
|
19398
|
+
--Button--warning-onActive-border: #bf8600;
|
19399
19399
|
--Button--warning-onActive-color: var(--Button--warning-color);
|
19400
19400
|
--Button--warning-onHover-bg: var(--warning-onHover);
|
19401
19401
|
--Button--warning-onHover-border: var(--warning-onActive);
|
@@ -19427,6 +19427,7 @@ readers do not read off random characters that represent icons */
|
|
19427
19427
|
--Button-onActive-border: var(--primary);
|
19428
19428
|
--Button-onDisabled-borderColor: #dee2e6;
|
19429
19429
|
--Button-onDisabled-opacity: 0.65;
|
19430
|
+
--Button-onDisabled-bg: #f2f3f3;
|
19430
19431
|
--Button-onFocus-boxShadow: none;
|
19431
19432
|
--Button-paddingX: 0.75rem;
|
19432
19433
|
--Button-paddingX-right: 0.625rem;
|
@@ -19615,6 +19616,24 @@ readers do not read off random characters that represent icons */
|
|
19615
19616
|
--Combo-toolbarBtn-paddingY: 0.125rem;
|
19616
19617
|
--Copyable-iconColor: var(--icon-color);
|
19617
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-border: var(--borderWidth) solid
|
19627
|
+
var(--Collapse-border-color);
|
19628
|
+
--Collapse-header-collapsed-borderTop: none;
|
19629
|
+
--Collapse-header-collapsed-borderBottom: var(
|
19630
|
+
--Collapse-header-collapsed-border
|
19631
|
+
);
|
19632
|
+
--Collapse-header-wrapper-direction: row;
|
19633
|
+
--Collapse-content-padding: 1.125rem 0;
|
19634
|
+
--Collapse-content-color: var(--body-color);
|
19635
|
+
--Collapse-content-fontSize: var(--body-size);
|
19636
|
+
--Collapse-content-fontWeight: var(--body-weight);
|
19618
19637
|
--Crud-toolbar-gap: var(--gap-xs);
|
19619
19638
|
--Crud-toolbar-height: 1.875rem;
|
19620
19639
|
--Crud-toolbar-lineHeight: var(--lineHeightBase);
|
@@ -19640,6 +19659,7 @@ readers do not read off random characters that represent icons */
|
|
19640
19659
|
) / 2 - var(--DatePicker-borderWidth)
|
19641
19660
|
);
|
19642
19661
|
--DatePicker-placeholderColor: var(--Form-input-placeholderColor);
|
19662
|
+
--LocationPicker-borderRadius: var(--Form-input-borderWidth);
|
19643
19663
|
--Divider-borderStyle: dashed;
|
19644
19664
|
--Drawer-bg: var(--background);
|
19645
19665
|
--Drawer-body-padding: var(--gap-base);
|
@@ -19673,8 +19693,9 @@ readers do not read off random characters that represent icons */
|
|
19673
19693
|
--DropDown-menu-paddingX: 0;
|
19674
19694
|
--DropDown-menu-paddingY: var(--gap-xs);
|
19675
19695
|
--DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
|
19676
|
-
--DropDown-menuItem-
|
19677
|
-
--DropDown-menuItem-
|
19696
|
+
--DropDown-menuItem-color: var(--text-color);
|
19697
|
+
--DropDown-menuItem-onHover-color: var(--primary);
|
19698
|
+
--DropDown-menuItem-onActive-color: var(--primary);
|
19678
19699
|
--DropDown-menuItem-onDisabled-color: var(--text--muted-color);
|
19679
19700
|
--DropDown-menuItem-paddingX: var(--gap-sm);
|
19680
19701
|
--DropDown-menuItem-paddingY: calc(
|
@@ -19736,6 +19757,7 @@ readers do not read off random characters that represent icons */
|
|
19736
19757
|
) / 2
|
19737
19758
|
);
|
19738
19759
|
--Form-input-placeholderColor: var(--text--muted-color);
|
19760
|
+
--Form-input-onDisabled-color: var(--text--muted-color);
|
19739
19761
|
--Form-item-gap: var(--gap-base);
|
19740
19762
|
--Form-label-paddingTop: calc(
|
19741
19763
|
(
|
@@ -19794,6 +19816,7 @@ readers do not read off random characters that represent icons */
|
|
19794
19816
|
--IconPicker-tabs-bg: #f0f3f4;
|
19795
19817
|
--ImageControl-addBtn-bg: var(--Button--default-bg);
|
19796
19818
|
--ImageControl-addBtn-border: var(--Button--default-border);
|
19819
|
+
--ImageControl-addBtn-borderRadius: 0;
|
19797
19820
|
--ImageControl-addBtn-color: var(--Button--default-color);
|
19798
19821
|
--ImageControl-addBtn-onActive-bg: #e6e6e6;
|
19799
19822
|
--ImageControl-addBtn-onActive-border: #adb4bf;
|
@@ -19806,6 +19829,8 @@ readers do not read off random characters that represent icons */
|
|
19806
19829
|
--ImageControl-addBtn-onHover-bg: #ececec;
|
19807
19830
|
--ImageControl-addBtn-onHover-border: #b4bbc5;
|
19808
19831
|
--ImageControl-addBtn-onHover-color: var(--Button--default-color);
|
19832
|
+
--ImageControl-progress-borderRadius: 0;
|
19833
|
+
--FileControl-progress-borderRadius: 0;
|
19809
19834
|
--InputGroup-addOn-bg: var(--Form-input-addOnBg);
|
19810
19835
|
--InputGroup-addOn-borderColor: var(--Form-input-borderColor);
|
19811
19836
|
--InputGroup-addOn-borderRadius: var(--Form-input-borderRadius);
|
@@ -19921,6 +19946,7 @@ readers do not read off random characters that represent icons */
|
|
19921
19946
|
--ListControl-item-bg: var(--white);
|
19922
19947
|
--ListControl-item-borderColor: var(--borderColor);
|
19923
19948
|
--ListControl-item-borderWidth: var(--borderWidth);
|
19949
|
+
--ListControl-item-borderRadius: 0.1875rem;
|
19924
19950
|
--ListControl-item-color: var(--text-color);
|
19925
19951
|
--ListControl-item-onActive-after-borderColor: var(--primary);
|
19926
19952
|
--ListControl-item-onActive-before-bg: var(--white);
|
@@ -20091,11 +20117,28 @@ readers do not read off random characters that represent icons */
|
|
20091
20117
|
--Panel-titleMarginTop: 0;
|
20092
20118
|
--Picker-iconColor: var(--icon-color);
|
20093
20119
|
--Picker-onHover-iconColor: var(--icon-onHover-color);
|
20120
|
+
--PickerColumns-bg: white;
|
20121
|
+
--PickerColumns-toolbar-height: 3.125rem;
|
20122
|
+
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
20123
|
+
--PickerColumns-title-lineHeight: 1.5;
|
20124
|
+
--PickerColumns-action-padding: 0 var(--gap-sm);
|
20125
|
+
--PickerColumns-action-fontSize: var(--fontSizeMd);
|
20126
|
+
--PickerColumns-confirmAction-color: var(--Button--info-bg);
|
20127
|
+
--PickerColumns-cancelAction-color: var(--Button--light-bg);
|
20128
|
+
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
20129
|
+
--PickerColumns-optionText-color: var(--text-color);
|
20130
|
+
--PickerColumns-optionDisabled-opacity: 0.3;
|
20131
|
+
--PickerColumns-loadingIcon-color: var(--icon-color);
|
20132
|
+
--PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
|
20094
20133
|
--PopOver-bg: white;
|
20095
20134
|
--PopOverAble-iconColor: inherit;
|
20096
20135
|
--PopOverAble-onHover-iconColor: inherit;
|
20097
20136
|
--Property-title-bg: #f2f2f2;
|
20098
20137
|
--Property-label-bg: #f7f7f7;
|
20138
|
+
--Portlet-borderColor: var(--borderColor);
|
20139
|
+
--Portlet-borderStyle: solid;
|
20140
|
+
--Portlet-borderWidth: var(--borderWidth);
|
20141
|
+
--Portlet-borderRadius: var(--borderRadius);
|
20099
20142
|
--QuickEdit-iconColor: inherit;
|
20100
20143
|
--QuickEdit-onFocus-borderColor: var(--info);
|
20101
20144
|
--QuickEdit-onFocus-borderWidth: var(--borderWidth);
|
@@ -20188,6 +20231,8 @@ readers do not read off random characters that represent icons */
|
|
20188
20231
|
--Table-toolbar-marginX: 0;
|
20189
20232
|
--Table-toolbar-marginY: var(--gap-base);
|
20190
20233
|
--Table-tree-borderColor: var(--Table-borderColor);
|
20234
|
+
--Table-searchableForm-backgroundColor: #f6f7f8;
|
20235
|
+
--Table-searchableForm-borderRadius: 0.25rem;
|
20191
20236
|
--TableCell--edge-paddingX: var(--gap-md);
|
20192
20237
|
--TableCell-filterBtn--onActive-color: var(--primary);
|
20193
20238
|
--TableCell-filterBtn-width: 1rem;
|
@@ -20373,15 +20418,24 @@ readers do not read off random characters that represent icons */
|
|
20373
20418
|
--Steps-sub-title-color: var(--text-color);
|
20374
20419
|
--Steps-line-bg: var(--Steps-bg);
|
20375
20420
|
--Steps-line-success-bg: var(--Steps-status-success);
|
20421
|
+
--Progress-borderRadius: var(--borderRadius);
|
20422
|
+
--ColumnToggler-backgroundColor: var(--white);
|
20423
|
+
--ColumnToggler-borderRadius: 0.25rem;
|
20424
|
+
--ColumnToggler-lineHeight: 1.5rem;
|
20425
|
+
--ColumnToggler-title-fontColor: #080e1a;
|
20426
|
+
--ColumnToggler-fontColor: #151a26;
|
20427
|
+
--ColumnToggler-item-backgroundColor: #f6f7f8;
|
20428
|
+
--ColumnToggler-item-backgroundColor-onHover: rgba(36, 104, 242, 0.1);
|
20376
20429
|
}
|
20377
20430
|
|
20378
20431
|
:root {
|
20379
20432
|
--borderColor: #eceff8;
|
20433
|
+
--borderRadius: 0.25rem;
|
20380
20434
|
--body-bg: #ffffff;
|
20381
20435
|
--text-color: #151a26;
|
20382
20436
|
--text--muted-color: #b4b6ba;
|
20383
20437
|
--text--loud-color: #333;
|
20384
|
-
--link-onHover-decoration:
|
20438
|
+
--link-onHover-decoration: underline;
|
20385
20439
|
--icon-color: #999;
|
20386
20440
|
--icon-onHover-color: var(--primary);
|
20387
20441
|
--Layout-header-boxShadow: none;
|
@@ -20414,16 +20468,21 @@ readers do not read off random characters that represent icons */
|
|
20414
20468
|
--Page-header-paddingX: var(--gap-md);
|
20415
20469
|
--Page-header-paddingY: 0.625rem;
|
20416
20470
|
--Form-item-gap: var(--gap-base);
|
20417
|
-
--Form-input-
|
20418
|
-
--Form-input-
|
20419
|
-
--Form-input-
|
20420
|
-
--Form-input-
|
20421
|
-
--Form-input-
|
20471
|
+
--Form-input-bg: #ffffff;
|
20472
|
+
--Form-input-color: #151a26;
|
20473
|
+
--Form-input-height: 2rem;
|
20474
|
+
--Form-input-borderColor: #dadbdd;
|
20475
|
+
--Form-input-borderRadius: 0.25rem;
|
20476
|
+
--Form-input-onHover-borderColor: #2468f2;
|
20477
|
+
--Form-input-onFocused-bg: #ffffff;
|
20478
|
+
--Form-input-onFocused-borderColor: #1c53c1;
|
20479
|
+
--Form-input-onError-borderColor: #e8684a;
|
20480
|
+
--Form-input-onError-bg: #ffffff;
|
20481
|
+
--Form-input-onDisabled-bg: #f2f2f4;
|
20482
|
+
--Form-input-onDisabled-borderColor: #dadbdd;
|
20483
|
+
--Form-input-onDisabled-color: #83868c;
|
20422
20484
|
--Form-input-paddingX: 0.625rem;
|
20423
20485
|
--Form-description-color: #999;
|
20424
|
-
--Form-input-onError-bg: #fffbfb;
|
20425
|
-
--Form-input-onDisabled-bg: #f5f5f5;
|
20426
|
-
--Form-input-onDisabled-borderColor: #ebebeb;
|
20427
20486
|
--Form--horizontal-label-whiteSpace: normal;
|
20428
20487
|
--Form--horizontal-label-widthXs: 3.125rem;
|
20429
20488
|
--Form--horizontal-label-widthSm: 4.375rem;
|
@@ -20435,24 +20494,25 @@ readers do not read off random characters that represent icons */
|
|
20435
20494
|
--Form-input-onFocus-addOnColor: var(--primary);
|
20436
20495
|
--Form-input-addOnDividerBorderWidth: 0;
|
20437
20496
|
--Form-select-borderWidth: 0.0625rem;
|
20438
|
-
--Form-select-borderRadius: 0;
|
20439
|
-
--Form-select-borderColor: #
|
20497
|
+
--Form-select-borderRadius: 0.25rem;
|
20498
|
+
--Form-select-borderColor: #dadbdd;
|
20440
20499
|
--Form-select-bg: var(--white);
|
20441
20500
|
--Form-select-onHover-bg: var(--white);
|
20442
20501
|
--Form-select-onHover-borderColor: var(--primary);
|
20443
20502
|
--Form-select-placeholderColor: #999;
|
20444
20503
|
--Form-select-color: #000;
|
20445
|
-
--Form-select-caret-iconColor: #
|
20446
|
-
--Form-select-caret-onHover-iconColor:
|
20504
|
+
--Form-select-caret-iconColor: #83868c;
|
20505
|
+
--Form-select-caret-onHover-iconColor: #83868c;
|
20447
20506
|
--Form-select-caret-fontSize: 0.75rem;
|
20448
20507
|
--Form-select-outer-borderWidth: 0;
|
20449
20508
|
--Form-select-outer-top: 2rem;
|
20450
20509
|
--Form-select-outer-boxShadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
|
20451
|
-
--Form-select-menu-color: #
|
20452
|
-
--Form-select-menu-onHover-color: #
|
20453
|
-
--Form-select-menu-onHover-bg: #
|
20510
|
+
--Form-select-menu-color: #151a26;
|
20511
|
+
--Form-select-menu-onHover-color: #151a26;
|
20512
|
+
--Form-select-menu-onHover-bg: #e9f0fd;
|
20513
|
+
--Form-select-menu-onActive-color: #2468f2;
|
20454
20514
|
--Form-select-menu-height: 1.5rem;
|
20455
|
-
--Form-select-popoverGap: 0.
|
20515
|
+
--Form-select-popoverGap: 0.25rem;
|
20456
20516
|
--Form-select-search-height: 1.875rem;
|
20457
20517
|
--Form-selectValue-color: var(--primary);
|
20458
20518
|
--InputGroup-select-borderWidth: 0.0625rem;
|
@@ -20486,14 +20546,19 @@ readers do not read off random characters that represent icons */
|
|
20486
20546
|
--Checkbox--sm--full-inner-size: 0.625rem;
|
20487
20547
|
--Radio-size: 1rem;
|
20488
20548
|
--Radio-inner-size: 0.625rem;
|
20489
|
-
--Switch-
|
20490
|
-
--Switch-
|
20491
|
-
--Switch-
|
20492
|
-
--Switch-
|
20493
|
-
--Switch-
|
20494
|
-
--Switch-
|
20549
|
+
--Switch-height: 1.25rem;
|
20550
|
+
--Switch-width: 2.75rem;
|
20551
|
+
--Switch-valueColor: #ffffff;
|
20552
|
+
--Switch-bgColor: #cecfd1;
|
20553
|
+
--Switch-onActive-bgColor: #b4b6ba;
|
20554
|
+
--Switch-onHover-bgColor: #b4b6ba;
|
20555
|
+
--Switch-checked-bgColor: var(--primary);
|
20556
|
+
--Switch-checked-onHover-bgColor: #1c53c1;
|
20557
|
+
--Switch-checked-onActive-bgColor: #1c53c1;
|
20558
|
+
--Switch-onDisabled-bgColor: #d3e0fc;
|
20559
|
+
--Switch-onDisabled-color: #ffffff;
|
20495
20560
|
--ColorPicker-borderWidth: 0.0625rem;
|
20496
|
-
--ColorPicker-borderRadius: 0;
|
20561
|
+
--ColorPicker-borderRadius: 0.25rem;
|
20497
20562
|
--ColorPicker-bg: var(--white);
|
20498
20563
|
--ColorPicker-onHover-bg: var(--white);
|
20499
20564
|
--ColorPicker-onHover-borderColor: var(--primary);
|
@@ -20501,8 +20566,23 @@ readers do not read off random characters that represent icons */
|
|
20501
20566
|
--ColorPicker-placeholderColor: #999;
|
20502
20567
|
--ColorPicker-onDisabled-bg: #f5f5f5;
|
20503
20568
|
--ColorPicker-onDisabled-color: #999;
|
20569
|
+
--Collapse-border: 0.0625rem solid #dadbdd;
|
20570
|
+
--Collapse-border-color: #dadbdd;
|
20571
|
+
--Collapse-header-fontSize: 14px;
|
20572
|
+
--Collapse-header-fontWeight: 500;
|
20573
|
+
--Collapse-header-padding: 1rem;
|
20574
|
+
--Collapse-header-bg: #f2f2f4;
|
20575
|
+
--Collapse-header-onHover-bg: #e6e6e8;
|
20576
|
+
--Collapse-header-collapsed-border: none;
|
20577
|
+
--Collapse-header-collapsed-borderTop: none;
|
20578
|
+
--Collapse-header-collapsed-borderBottom: none;
|
20579
|
+
--Collapse-header-wrapper-direction: row-reverse;
|
20580
|
+
--Collapse-content-padding: 1rem;
|
20581
|
+
--Collapse-content-color: #5e626a;
|
20582
|
+
--Collapse-content-fontSize: 12px;
|
20583
|
+
--Collapse-content-fontWeight: 400;
|
20504
20584
|
--DatePicker-borderWidth: 0.0625rem;
|
20505
|
-
--DatePicker-borderRadius: 0;
|
20585
|
+
--DatePicker-borderRadius: 0.25rem;
|
20506
20586
|
--DatePicker-bg: var(--white);
|
20507
20587
|
--DatePicker-onHover-bg: var(--white);
|
20508
20588
|
--DatePicker-color: #000;
|
@@ -20512,30 +20592,59 @@ readers do not read off random characters that represent icons */
|
|
20512
20592
|
--DatePicker-iconColor: #666;
|
20513
20593
|
--DatePicker-onHover-iconColor: var(--primary);
|
20514
20594
|
--DatePicker-onHover-borderColor: var(--primary);
|
20595
|
+
--LocationPicker-borderRadius: 0.25rem;
|
20515
20596
|
--Calendar-input-borderRadius: 0;
|
20597
|
+
--Calendar-input-borderRadius: 0.25rem;
|
20516
20598
|
--Calendar-shortcuts-bg: #f5f5f5;
|
20517
20599
|
--Calendar-shortcuts-height: 1.875rem;
|
20518
20600
|
--Button-borderWidth: 0.0625rem;
|
20519
20601
|
--Button-boxShadow: none;
|
20520
20602
|
--Button-onActive-boxShadow: none;
|
20521
|
-
--Button
|
20522
|
-
--Button
|
20523
|
-
--Button-paddingX: 0.625rem;
|
20603
|
+
--Button-borderRadius: 0.25rem;
|
20604
|
+
--Button-paddingX: 0.75rem;
|
20524
20605
|
--Button--lg-height: 2.5rem;
|
20525
20606
|
--Button--lg-fontSize: 0.875rem;
|
20526
|
-
--Button--
|
20527
|
-
--Button--
|
20607
|
+
--Button--lg-lineHeight: 30 / 20;
|
20608
|
+
--Button--lg-paddingX: 1rem;
|
20609
|
+
--Button--default-bg: #ffffff;
|
20610
|
+
--Button--default-border: #dadbdd;
|
20611
|
+
--Button--default-color: #151a26;
|
20612
|
+
--Button--default-onHover-bg: #ffffff;
|
20613
|
+
--Button--default-onHover-border: var(--primary);
|
20614
|
+
--Button--default-onHover-color: var(--primary);
|
20615
|
+
--Button--default-onActive-bg: #ffffff;
|
20616
|
+
--Button--default-onActive-border: #1c53c1;
|
20617
|
+
--Button--default-onActive-color: #1c53c1;
|
20618
|
+
--Button--emphasize-bg: #ffffff;
|
20619
|
+
--Button--emphasize-color: var(--primary);
|
20620
|
+
--Button--emphasize-onHover-bg: #ffffff;
|
20621
|
+
--Button--emphasize-onHover-border: var(--primary);
|
20622
|
+
--Button--emphasize-onHover-color: #4f86f4;
|
20623
|
+
--Button--emphasize-onActive-bg: #ffffff;
|
20624
|
+
--Button--emphasize-onActive-border: #1c53c1;
|
20625
|
+
--Button--emphasize-onActive-color: #1c53c1;
|
20528
20626
|
--Button--primary-bg: var(--primary);
|
20529
20627
|
--Button--primary-border: var(--primary);
|
20530
|
-
--Button--primary-onHover-
|
20531
|
-
--Button--primary-
|
20628
|
+
--Button--primary-onHover-bg: #4f86f4;
|
20629
|
+
--Button--primary-onHover-border: #4f86f4;
|
20630
|
+
--Button--primary-onHover-color: #ffffff;
|
20631
|
+
--Button--primary-onActive-bg: #1c53c1;
|
20632
|
+
--Button--primary-onActive-border: #1c53c1;
|
20633
|
+
--Button--primary-onActive-color: #ffffff;
|
20634
|
+
--Button--light-border: var(--light);
|
20635
|
+
--Button--light-color: var(--button-color);
|
20636
|
+
--Button-onDisabled-borderColor: #e6e6e8;
|
20637
|
+
--Button-onDisabled-opacity: 0.65;
|
20638
|
+
--Button-onDisabled-bg: #e6e6e8;
|
20532
20639
|
--Button--danger-bg: #ea2e2e;
|
20533
20640
|
--Button--danger-onHover-bg: #f64545;
|
20641
|
+
--Button--danger-onHover-border: #f64545;
|
20534
20642
|
--Button--danger-onActive-bg: #d72b2b;
|
20643
|
+
--Button--danger-onActive-border: #d72b2b;
|
20535
20644
|
--ButtonGroup-divider-width: 0.0625rem;
|
20536
20645
|
--ButtonGroup-divider-color: #fff;
|
20537
20646
|
--ButtonGroup--primary-isActive-color: var(--primary);
|
20538
|
-
--ButtonGroup--primary-isActive-bg:
|
20647
|
+
--ButtonGroup--primary-isActive-bg: #ffffff;
|
20539
20648
|
--Button--link-color: var(--primary);
|
20540
20649
|
--Button--link-onHover-color: #209bfd;
|
20541
20650
|
--Spinner-bg: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIKImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB3aWR0aD0iMTkycHgiIGhlaWdodD0iMTkycHgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMzQuNSA2MC41IEw5NiAyNC41IEwxNTguNSA2MC41IFYxMzIgTDk2LjUgMTY3LjUgTDM0LjUgMTMyIEwzNC41IDYwLjUgWiIgc3Ryb2tlPSIjMTA4Y2VlIgpzdHlsZT0ic3Ryb2tlLXdpZHRoOiAxNnB4OwogICAgICAgc3Ryb2tlLW9wYWNpdHk6IDE7CiAgICAgICBmaWxsLW9wYWNpdHk6IDA7CiAgICAgICBzdHJva2UtZGFzaGFycmF5OiA4MDAgODAwOwogICAgICAgc3Ryb2tlLWRhc2hvZmZzZXQ6IDgwMDsiPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuNSAwIC41IDEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNoYXJyYXkiIGlkPSJsaW5lIiBmcm9tPSI4MDAgODAwIiB0bz0iODAwIDgwMCIgYmVnaW49ImZpcnN0LmVuZCIgZHVyPSIxLjJzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuNSAwIC41IDEiIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1kYXNob2Zmc2V0IiBmcm9tPSI4MDAiIHRvPSItODAwIiBiZWdpbj0iZmlyc3QuZW5kIiBkdXI9IjEuMnMiIGZpbGwgPSAiZnJlZXplIi8+PC9wYXRoPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGlkPSJmaXJzdCIgdG89IjM0LjUiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiB0bz0iNjAuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGlkPSJzZWNvbmQiIGZyb209IjM0LjUiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209IjYwLjUiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIHRvPSIyNC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjIwIiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iMjQuNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjEwIiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iOTYuNSIgY3k9Ijk2LjUiIHI9IjEwIiBmaWxsPSIjMTA4Y2VlIj48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZnJvbT0iOTYuNSIgdG89IjE1OC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iOTYuNSIgdG89IjYwLjUiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMjAiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIxNTguNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iNjAuNSIgdG89Ijk2LjUiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJyIiAgdG89IjEwIiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iOTYuNSIgY3k9Ijk2LjUiIHI9IjEwIiBmaWxsPSIjMTA4Y2VlIj48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZnJvbT0iOTYuNSIgdG89IjE1OC41IiBiZWdpbj0iMHM7IHNlY29uZC5lbmQgKyAwLjciIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48YW5pbWF0ZSBjYWxjTW9kZT0ic3BsaW5lIiBrZXlUaW1lcz0iMDsgMSIga2V5U3BsaW5lcz0iLjkgMCAuMyAxIiBhdHRyaWJ1dGVOYW1lPSJjeSIgZnJvbT0iOTYuNSIgdG89IjEzMiIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE1OC41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiBmcm9tPSIxMzIiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9Ijk2LjUiIGN5PSI5Ni41IiByPSIxMCIgZmlsbD0iIzEwOGNlZSI+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209Ijk2LjUiIHRvPSIxNjcuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIyMCIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209IjE2Ny41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMTAiIGJlZ2luPSJmaXJzdC5lbmQgKyAxLjIiIGR1cj0iMC41cyIgZmlsbCA9ICJmcmVlemUiLz48L2NpcmNsZT48Y2lyY2xlIGN4PSI5Ni41IiBjeT0iOTYuNSIgcj0iMTAiIGZpbGw9IiMxMDhjZWUiPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSI5Ni41IiB0bz0iMzQuNSIgYmVnaW49IjBzOyBzZWNvbmQuZW5kICsgMC43IiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iY3kiIGZyb209Ijk2LjUiIHRvPSIxMzIiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9InIiICB0bz0iMjAiIGJlZ2luPSIwczsgc2Vjb25kLmVuZCArIDAuNyIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIzNC41IiB0bz0iOTYuNSIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjxhbmltYXRlIGNhbGNNb2RlPSJzcGxpbmUiIGtleVRpbWVzPSIwOyAxIiBrZXlTcGxpbmVzPSIuOSAwIC4zIDEiIGF0dHJpYnV0ZU5hbWU9ImN5IiBmcm9tPSIxMzIiIHRvPSI5Ni41IiBiZWdpbj0iZmlyc3QuZW5kICsgMS4yIiBkdXI9IjAuNXMiIGZpbGwgPSAiZnJlZXplIi8+PGFuaW1hdGUgY2FsY01vZGU9InNwbGluZSIga2V5VGltZXM9IjA7IDEiIGtleVNwbGluZXM9Ii45IDAgLjMgMSIgYXR0cmlidXRlTmFtZT0iciIgIHRvPSIxMCIgYmVnaW49ImZpcnN0LmVuZCArIDEuMiIgZHVyPSIwLjVzIiBmaWxsID0gImZyZWV6ZSIvPjwvY2lyY2xlPjwvc3ZnPg==");
|
@@ -20566,24 +20675,26 @@ readers do not read off random characters that represent icons */
|
|
20566
20675
|
--TableCell-filterPopOver-dropDownItem-padding: 0 0.625rem;
|
20567
20676
|
--ListControl-item-borderWidth: 0.0625rem;
|
20568
20677
|
--ListControl-item-borderColor: #ccc;
|
20678
|
+
--ListControl-item-borderRadius: 0.25rem;
|
20569
20679
|
--ListControl-item-paddingX: 0.625rem;
|
20570
20680
|
--ListControl-item-bg: var(--Button--default-bg);
|
20571
20681
|
--ListControl-item-color: var(--Button--default-color);
|
20572
20682
|
--ListControl-item-onHover-color: var(--primary);
|
20573
20683
|
--ListControl-item-onHover-bg: var(--Button--default-onHover-bg);
|
20574
20684
|
--ListControl-item-onHover-borderColor: var(--primary);
|
20575
|
-
--ListControl-item-onActive-bg:
|
20576
|
-
--ListControl-item-onActive-onHover-bg:
|
20577
|
-
--ListControl-item-onActive-color:
|
20578
|
-
--ListControl-item-onActive-borderColor:
|
20579
|
-
--ListControl-item-onActive-before-bg:
|
20580
|
-
--ListControl-item-onActive-after-borderColor:
|
20685
|
+
--ListControl-item-onActive-bg: #ffffff;
|
20686
|
+
--ListControl-item-onActive-onHover-bg: #ffffff;
|
20687
|
+
--ListControl-item-onActive-color: #1c53c1;
|
20688
|
+
--ListControl-item-onActive-borderColor: #1c53c1;
|
20689
|
+
--ListControl-item-onActive-before-bg: #1c53c1;
|
20690
|
+
--ListControl-item-onActive-after-borderColor: #ffffff;
|
20581
20691
|
--ListControl-item-onDisabled-opacity: 1;
|
20582
|
-
--ListControl-item-onDisabled-bg: #
|
20583
|
-
--ListControl-item-onDisabled-color: #
|
20584
|
-
--ListControl-item-onDisabled-borderColor: #
|
20692
|
+
--ListControl-item-onDisabled-bg: #e6e6e8;
|
20693
|
+
--ListControl-item-onDisabled-color: #b4b6ba;
|
20694
|
+
--ListControl-item-onDisabled-borderColor: #e6e6e8;
|
20585
20695
|
--ImageControl-addBtn-bg: #fff;
|
20586
20696
|
--ImageControl-addBtn-border: #dbdbdb;
|
20697
|
+
--ImageControl-addBtn-borderRadius: 0.25rem;
|
20587
20698
|
--ImageControl-addBtn-color: #666;
|
20588
20699
|
--ImageControl-addBtn-onHover-bg: var(--ImageControl-addBtn-bg);
|
20589
20700
|
--ImageControl-addBtn-onHover-border: var(--primary);
|
@@ -20594,19 +20705,30 @@ readers do not read off random characters that represent icons */
|
|
20594
20705
|
--ImageControl-addBtn-onDisabled-bg: #f5f5f5;
|
20595
20706
|
--ImageControl-addBtn-onDisabled-border: #ebebeb;
|
20596
20707
|
--ImageControl-addBtn-onDisabled-color: #ccc;
|
20708
|
+
--ImageControl-progress-borderRadius: 0.125rem;
|
20709
|
+
--FileControl-progress-borderRadius: 0.125rem;
|
20710
|
+
--Modal-title-fontSize: 14px;
|
20711
|
+
--Modal-title-color: 500;
|
20712
|
+
--Modal-title-fontWeight: #151a26;
|
20597
20713
|
--Modal-overlay-bg: rgba(0, 0, 0, 0.7);
|
20598
20714
|
--Modal-content-borderWidth: 0;
|
20599
20715
|
--Modal-content-borderRadius: 0;
|
20600
20716
|
--Modal-content-minHeight: 12.0625rem;
|
20601
|
-
--Modal-header-bg: #
|
20717
|
+
--Modal-header-bg: #fff;
|
20718
|
+
--Modal-header-paddingY: 0;
|
20719
|
+
--Modal-header-paddingX: 0;
|
20602
20720
|
--Modal-title-color: #333;
|
20603
20721
|
--Modal-body-paddingY: var(--gap-md);
|
20604
20722
|
--Modal-body-paddingX: var(--gap-md);
|
20605
20723
|
--Modal-body-borderTop: none;
|
20606
|
-
--Modal-body-borderBottom:
|
20607
|
-
--Modal-footer-marginX:
|
20608
|
-
--Modal-footer-
|
20724
|
+
--Modal-body-borderBottom: none;
|
20725
|
+
--Modal-footer-marginX: 0;
|
20726
|
+
--Modal-footer-marginY: 0;
|
20727
|
+
--Modal-footer-padding: 0;
|
20728
|
+
--Drawer-header-padding: 1rem 1.5rem;
|
20609
20729
|
--Drawer-widthBase: 25rem;
|
20730
|
+
--Drawer-header-bg: #fff;
|
20731
|
+
--Drawer-body-padding: 1.5rem;
|
20610
20732
|
--Remark-icon-fontSize: 0.75rem;
|
20611
20733
|
--Remark-iconColor: #999;
|
20612
20734
|
--Remark-onHover-iconColor: #fff;
|
@@ -20644,7 +20766,7 @@ readers do not read off random characters that represent icons */
|
|
20644
20766
|
--Pagination-onActive-backgroundColor: var(--white);
|
20645
20767
|
--Pagination-onActive-color: var(--primary);
|
20646
20768
|
--Pagination-onActive-border: 0.0625rem solid var(--primary);
|
20647
|
-
--Panel-borderRadius: 0;
|
20769
|
+
--Panel-borderRadius: 0.25rem;
|
20648
20770
|
--Panel-fixedBottom-boxShadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.05);
|
20649
20771
|
--Panel--default-bg: #f5f5f5;
|
20650
20772
|
--Nav-item-fontSize: 1rem;
|
@@ -20657,21 +20779,22 @@ readers do not read off random characters that represent icons */
|
|
20657
20779
|
--TransferSelect--table-heading-bg: var(--white);
|
20658
20780
|
--TransferSelect--normal-heading-bg: #f6f7fb;
|
20659
20781
|
--TransferSelect-heading-borderBottom: 0;
|
20660
|
-
--Alert-height:
|
20661
|
-
--Alert-
|
20662
|
-
--Alert-
|
20782
|
+
--Alert-height: 2.5rem;
|
20783
|
+
--Alert-paddingX: 1rem;
|
20784
|
+
--Alert-fontSize: 12px;
|
20785
|
+
--Alert-borderRadius: 0.25rem;
|
20663
20786
|
--Alert-marginBottom: var(--Alert-md);
|
20664
|
-
--Alert--danger-color: #
|
20665
|
-
--Alert--danger-bg: #
|
20787
|
+
--Alert--danger-color: #5e626a;
|
20788
|
+
--Alert--danger-bg: #fdf0ee;
|
20666
20789
|
--Alert--danger-borderColor: transparent;
|
20667
|
-
--Alert--info-color: #
|
20668
|
-
--Alert--info-bg: #
|
20790
|
+
--Alert--info-color: #5e626a;
|
20791
|
+
--Alert--info-bg: #e9f0fd;
|
20669
20792
|
--Alert--info-borderColor: transparent;
|
20670
|
-
--Alert--success-color: #
|
20671
|
-
--Alert--success-bg: #
|
20793
|
+
--Alert--success-color: #5e626a;
|
20794
|
+
--Alert--success-bg: #e7f9f2;
|
20672
20795
|
--Alert--success-borderColor: transparent;
|
20673
|
-
--Alert--warning-color: #
|
20674
|
-
--Alert--warning-bg: #
|
20796
|
+
--Alert--warning-color: #5e626a;
|
20797
|
+
--Alert--warning-bg: #fff7e6;
|
20675
20798
|
--Alert--warning-borderColor: transparent;
|
20676
20799
|
--Toast-width: 18.75rem;
|
20677
20800
|
--Toast-borderRadius: 0;
|
@@ -20681,18 +20804,20 @@ readers do not read off random characters that represent icons */
|
|
20681
20804
|
--Toast-opacity: 1;
|
20682
20805
|
--Toast-title-display: inline;
|
20683
20806
|
--Toast-color: var(--white);
|
20684
|
-
--Toast
|
20685
|
-
--Toast
|
20686
|
-
--Toast--danger-
|
20687
|
-
--Toast--
|
20688
|
-
--Toast--
|
20689
|
-
--Toast--info-
|
20690
|
-
--Toast--
|
20691
|
-
--Toast--
|
20692
|
-
--Toast--success-
|
20693
|
-
--Toast--
|
20694
|
-
--Toast--
|
20695
|
-
--Toast--warning-
|
20807
|
+
--Toast-borderRadius: 0.25rem;
|
20808
|
+
--Toast-paddingX: 1rem;
|
20809
|
+
--Toast--danger-color: #151a26;
|
20810
|
+
--Toast--danger-bgColor: #ffffff;
|
20811
|
+
--Toast--danger-borderColor: #ffffff;
|
20812
|
+
--Toast--info-color: #151a26;
|
20813
|
+
--Toast--info-bgColor: #ffffff;
|
20814
|
+
--Toast--info-borderColor: #ffffff;
|
20815
|
+
--Toast--success-color: #151a26;
|
20816
|
+
--Toast--success-bgColor: #ffffff;
|
20817
|
+
--Toast--success-borderColor: #ffffff;
|
20818
|
+
--Toast--warning-color: #151a26;
|
20819
|
+
--Toast--warning-bgColor: #ffffff;
|
20820
|
+
--Toast--warning-borderColor: #ffffff;
|
20696
20821
|
--Toast-close-color: var(--icon-color);
|
20697
20822
|
--Toast-close--onHover-color: var(--icon-onHover-color);
|
20698
20823
|
--TagControl-sugTip-color: var(--primary);
|
@@ -20721,6 +20846,8 @@ readers do not read off random characters that represent icons */
|
|
20721
20846
|
--ListItem-onChecked-fieldLabel-color: #0052cc;
|
20722
20847
|
--Transfer-title-bg: var(--Table-thead-bg);
|
20723
20848
|
--Satus-icon-width: 0.875rem;
|
20849
|
+
--Tree-itemHeight: 2rem;
|
20850
|
+
--Progress-borderRadius: 1rem;
|
20724
20851
|
}
|
20725
20852
|
|
20726
20853
|
/* Reset
|
@@ -21086,6 +21213,8 @@ readers do not read off random characters that represent icons */
|
|
21086
21213
|
width: 1em;
|
21087
21214
|
height: 1em;
|
21088
21215
|
fill: currentColor;
|
21216
|
+
position: relative;
|
21217
|
+
top: 0.125em;
|
21089
21218
|
}
|
21090
21219
|
|
21091
21220
|
.amis-scope svg.r90 {
|
@@ -21093,11 +21222,11 @@ readers do not read off random characters that represent icons */
|
|
21093
21222
|
}
|
21094
21223
|
|
21095
21224
|
.amis-scope svg.icon-success {
|
21096
|
-
color: #
|
21225
|
+
color: #0bc286;
|
21097
21226
|
}
|
21098
21227
|
|
21099
21228
|
.amis-scope svg.icon-fail {
|
21100
|
-
color: #
|
21229
|
+
color: #e8684a;
|
21101
21230
|
}
|
21102
21231
|
|
21103
21232
|
/**
|
@@ -21160,6 +21289,10 @@ readers do not read off random characters that represent icons */
|
|
21160
21289
|
height: 100%;
|
21161
21290
|
}
|
21162
21291
|
|
21292
|
+
.amis-scope .has-popover {
|
21293
|
+
position: relative;
|
21294
|
+
}
|
21295
|
+
|
21163
21296
|
.amis-scope,
|
21164
21297
|
.amis-scope {
|
21165
21298
|
width: 100%;
|
@@ -22718,8 +22851,8 @@ readers do not read off random characters that represent icons */
|
|
22718
22851
|
cursor: not-allowed;
|
22719
22852
|
color: var(--text--muted-color);
|
22720
22853
|
pointer-events: auto;
|
22721
|
-
border:
|
22722
|
-
background:
|
22854
|
+
border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
|
22855
|
+
background: var(--Button-onDisabled-bg);
|
22723
22856
|
}
|
22724
22857
|
|
22725
22858
|
.amis-scope .cxd-Button:not(:disabled):not(.is-disabled) {
|
@@ -22728,6 +22861,7 @@ readers do not read off random characters that represent icons */
|
|
22728
22861
|
|
22729
22862
|
.amis-scope .cxd-Button.cxd-Button--link.is-disabled {
|
22730
22863
|
background: transparent;
|
22864
|
+
border: none;
|
22731
22865
|
}
|
22732
22866
|
|
22733
22867
|
.amis-scope .cxd-Button > .pull-left,
|
@@ -23193,7 +23327,7 @@ readers do not read off random characters that represent icons */
|
|
23193
23327
|
.amis-scope .cxd-Button--link.is-disabled {
|
23194
23328
|
color: var(--text--muted-color);
|
23195
23329
|
pointer-events: none;
|
23196
|
-
background:
|
23330
|
+
background: var(--Button-onDisabled-bg);
|
23197
23331
|
}
|
23198
23332
|
|
23199
23333
|
.amis-scope .cxd-Button--block {
|
@@ -24302,6 +24436,140 @@ readers do not read off random characters that represent icons */
|
|
24302
24436
|
background: transparent;
|
24303
24437
|
}
|
24304
24438
|
|
24439
|
+
.amis-scope .cxd-PopOver-isMobile .cxd-PopOver-overlay {
|
24440
|
+
background: rgba(0, 0, 0, 0.3);
|
24441
|
+
}
|
24442
|
+
|
24443
|
+
.amis-scope .cxd-PopOver--leftBottomLeftTop {
|
24444
|
+
margin-top: 0.25rem;
|
24445
|
+
}
|
24446
|
+
|
24447
|
+
.amis-scope .cxd-PopOver--leftTopLeftBottom {
|
24448
|
+
margin-top: -0.25rem;
|
24449
|
+
}
|
24450
|
+
|
24451
|
+
.amis-scope .cxd-PickerColumns {
|
24452
|
+
position: relative;
|
24453
|
+
background-color: var(--PickerColumns-bg);
|
24454
|
+
user-select: none;
|
24455
|
+
}
|
24456
|
+
|
24457
|
+
.amis-scope .cxd-PickerColumns-popOver {
|
24458
|
+
position: fixed;
|
24459
|
+
bottom: 0;
|
24460
|
+
left: 0;
|
24461
|
+
width: 100%;
|
24462
|
+
padding: 0 var(--gap-sm);
|
24463
|
+
}
|
24464
|
+
|
24465
|
+
.amis-scope .cxd-PickerColumns-toolbar {
|
24466
|
+
display: flex;
|
24467
|
+
align-items: center;
|
24468
|
+
justify-content: space-between;
|
24469
|
+
height: var(--PickerColumns-toolbar-height);
|
24470
|
+
}
|
24471
|
+
|
24472
|
+
.amis-scope .cxd-PickerColumns-cancel,
|
24473
|
+
.amis-scope .cxd-PickerColumns-confirm {
|
24474
|
+
height: 100%;
|
24475
|
+
padding: var(--PickerColumns-action-padding);
|
24476
|
+
font-size: var(--PickerColumns-action-fontSize);
|
24477
|
+
background-color: transparent;
|
24478
|
+
border: none;
|
24479
|
+
cursor: pointer;
|
24480
|
+
}
|
24481
|
+
|
24482
|
+
.amis-scope .cxd-PickerColumns-cancel:active,
|
24483
|
+
.amis-scope .cxd-PickerColumns-confirm:active {
|
24484
|
+
opacity: 0.7;
|
24485
|
+
}
|
24486
|
+
|
24487
|
+
.amis-scope .cxd-PickerColumns-confirm {
|
24488
|
+
color: var(--PickerColumns-confirmAction-color);
|
24489
|
+
}
|
24490
|
+
|
24491
|
+
.amis-scope .cxd-PickerColumns-cancel {
|
24492
|
+
color: var(--PickerColumns-cancelAction-color);
|
24493
|
+
}
|
24494
|
+
|
24495
|
+
.amis-scope .cxd-PickerColumns-title {
|
24496
|
+
max-width: 50%;
|
24497
|
+
font-weight: 500;
|
24498
|
+
font-size: var(--PickerColumns-title-fontSize);
|
24499
|
+
line-height: var(--PickerColumns-title-lineHeight);
|
24500
|
+
text-align: center;
|
24501
|
+
}
|
24502
|
+
|
24503
|
+
.amis-scope .cxd-PickerColumns-columns {
|
24504
|
+
touch-action: none;
|
24505
|
+
position: relative;
|
24506
|
+
display: flex;
|
24507
|
+
cursor: grab;
|
24508
|
+
}
|
24509
|
+
|
24510
|
+
.amis-scope .cxd-PickerColumns-loading {
|
24511
|
+
position: absolute;
|
24512
|
+
top: 0;
|
24513
|
+
right: 0;
|
24514
|
+
bottom: 0;
|
24515
|
+
left: 0;
|
24516
|
+
z-index: 3;
|
24517
|
+
display: flex;
|
24518
|
+
align-items: center;
|
24519
|
+
justify-content: center;
|
24520
|
+
color: var(--PickerColumns-loadingIcon-color);
|
24521
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
24522
|
+
}
|
24523
|
+
|
24524
|
+
.amis-scope .cxd-PickerColumns-frame {
|
24525
|
+
position: absolute;
|
24526
|
+
top: 50%;
|
24527
|
+
right: var(--gap-md);
|
24528
|
+
left: var(--gap-md);
|
24529
|
+
z-index: 2;
|
24530
|
+
transform: translateY(-50%);
|
24531
|
+
pointer-events: none;
|
24532
|
+
}
|
24533
|
+
|
24534
|
+
.amis-scope .cxd-PickerColumns-mask {
|
24535
|
+
position: absolute;
|
24536
|
+
top: 0;
|
24537
|
+
left: 0;
|
24538
|
+
z-index: 1;
|
24539
|
+
width: 100%;
|
24540
|
+
height: 100%;
|
24541
|
+
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
|
24542
|
+
background-repeat: no-repeat;
|
24543
|
+
background-position: top, bottom;
|
24544
|
+
transform: translateZ(0);
|
24545
|
+
pointer-events: none;
|
24546
|
+
}
|
24547
|
+
|
24548
|
+
.amis-scope .cxd-PickerColumns-column {
|
24549
|
+
flex: 1;
|
24550
|
+
overflow: hidden;
|
24551
|
+
font-size: var(--PickerColumns-option-fontSize);
|
24552
|
+
}
|
24553
|
+
|
24554
|
+
.amis-scope .cxd-PickerColumns-columnWrapper {
|
24555
|
+
margin: 0;
|
24556
|
+
padding: 0;
|
24557
|
+
list-style: none;
|
24558
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
24559
|
+
}
|
24560
|
+
|
24561
|
+
.amis-scope .cxd-PickerColumns-columnItem {
|
24562
|
+
display: flex;
|
24563
|
+
align-items: center;
|
24564
|
+
justify-content: center;
|
24565
|
+
color: var(--PickerColumns-optionText-color);
|
24566
|
+
}
|
24567
|
+
|
24568
|
+
.amis-scope .cxd-PickerColumns-columnItem.is-disabled {
|
24569
|
+
cursor: not-allowed;
|
24570
|
+
opacity: var(--PickerColumns-optionDisabled-opacity);
|
24571
|
+
}
|
24572
|
+
|
24305
24573
|
@keyframes bounceIn {
|
24306
24574
|
from, 20%, 40%, 60%, 80%, to {
|
24307
24575
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -25218,6 +25486,10 @@ readers do not read off random characters that represent icons */
|
|
25218
25486
|
}
|
25219
25487
|
|
25220
25488
|
.amis-scope .cxd-Nav {
|
25489
|
+
position: relative;
|
25490
|
+
}
|
25491
|
+
|
25492
|
+
.amis-scope .cxd-Nav .cxd-Nav-list {
|
25221
25493
|
list-style: none;
|
25222
25494
|
user-select: none;
|
25223
25495
|
margin: 0;
|
@@ -25225,26 +25497,26 @@ readers do not read off random characters that represent icons */
|
|
25225
25497
|
position: relative;
|
25226
25498
|
}
|
25227
25499
|
|
25228
|
-
.amis-scope .cxd-Nav .cxd-Nav-itemIcon {
|
25500
|
+
.amis-scope .cxd-Nav .cxd-Nav-list .cxd-Nav-itemIcon {
|
25229
25501
|
margin-right: var(--gap-sm);
|
25230
25502
|
}
|
25231
25503
|
|
25232
|
-
.amis-scope .cxd-Nav img.cxd-Nav-itemIcon {
|
25504
|
+
.amis-scope .cxd-Nav .cxd-Nav-list img.cxd-Nav-itemIcon {
|
25233
25505
|
height: var(--Tabs-linkFontSize);
|
25234
25506
|
vertical-align: middle;
|
25235
25507
|
}
|
25236
25508
|
|
25237
|
-
.amis-scope .cxd-Nav--tabs {
|
25509
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs {
|
25238
25510
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
25239
25511
|
}
|
25240
25512
|
|
25241
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item {
|
25513
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item {
|
25242
25514
|
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
25243
25515
|
display: inline-block;
|
25244
25516
|
position: relative;
|
25245
25517
|
}
|
25246
25518
|
|
25247
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item > a {
|
25519
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item > a {
|
25248
25520
|
font-size: var(--Tabs-linkFontSize);
|
25249
25521
|
display: block;
|
25250
25522
|
outline: none;
|
@@ -25258,34 +25530,34 @@ readers do not read off random characters that represent icons */
|
|
25258
25530
|
cursor: pointer;
|
25259
25531
|
}
|
25260
25532
|
|
25261
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item:hover > a,
|
25262
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item > a:focus {
|
25533
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item:hover > a,
|
25534
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item > a:focus {
|
25263
25535
|
border-color: var(--Tabs-onHover-borderColor);
|
25264
25536
|
text-decoration: none;
|
25265
25537
|
}
|
25266
25538
|
|
25267
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item.disabled > a,
|
25268
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item.is-disabled > a {
|
25539
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.disabled > a,
|
25540
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.is-disabled > a {
|
25269
25541
|
color: var(--Tabs-onDisabled-color);
|
25270
25542
|
background: transparent;
|
25271
25543
|
border-color: transparent;
|
25272
25544
|
pointer-events: none;
|
25273
25545
|
}
|
25274
25546
|
|
25275
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item.active > a,
|
25276
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item.is-active > a {
|
25547
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.active > a,
|
25548
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.is-active > a {
|
25277
25549
|
color: var(--Tabs-onActive-color);
|
25278
25550
|
background: var(--Tabs-onActive-bg);
|
25279
25551
|
border-color: var(--Tabs-onActive-borderColor);
|
25280
25552
|
border-bottom-color: var(--Tabs-content-bg);
|
25281
25553
|
}
|
25282
25554
|
|
25283
|
-
.amis-scope .cxd-Nav--stacked {
|
25555
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked {
|
25284
25556
|
min-height: 3.125rem;
|
25285
25557
|
}
|
25286
25558
|
|
25287
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item,
|
25288
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge {
|
25559
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item,
|
25560
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge {
|
25289
25561
|
position: relative;
|
25290
25562
|
display: flex;
|
25291
25563
|
flex-wrap: wrap;
|
@@ -25293,8 +25565,8 @@ readers do not read off random characters that represent icons */
|
|
25293
25565
|
width: 100%;
|
25294
25566
|
}
|
25295
25567
|
|
25296
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager,
|
25297
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager {
|
25568
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager,
|
25569
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager {
|
25298
25570
|
cursor: move;
|
25299
25571
|
position: absolute;
|
25300
25572
|
left: 0;
|
@@ -25302,28 +25574,28 @@ readers do not read off random characters that represent icons */
|
|
25302
25574
|
display: none;
|
25303
25575
|
}
|
25304
25576
|
|
25305
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager >
|
25306
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge >
|
25307
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager >
|
25308
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge >
|
25577
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .icon,
|
25578
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge > .icon,
|
25579
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .icon,
|
25580
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge > .icon {
|
25309
25581
|
color: var(--icon-color);
|
25310
25582
|
}
|
25311
25583
|
|
25312
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager >
|
25313
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge >
|
25314
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager >
|
25315
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge >
|
25584
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .icon:hover,
|
25585
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge > .icon:hover,
|
25586
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .icon:hover,
|
25587
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge > .icon:hover {
|
25316
25588
|
color: var(--icon-onHover-color);
|
25317
25589
|
}
|
25318
25590
|
|
25319
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager svg,
|
25320
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager svg {
|
25591
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager svg,
|
25592
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager svg {
|
25321
25593
|
width: 1rem;
|
25322
25594
|
height: 1rem;
|
25323
25595
|
}
|
25324
25596
|
|
25325
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Nav-item-badgeText,
|
25326
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Nav-item-badgeText {
|
25597
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Nav-item-badgeText,
|
25598
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Nav-item-badgeText {
|
25327
25599
|
position: absolute;
|
25328
25600
|
top: 0;
|
25329
25601
|
bottom: 0;
|
@@ -25331,8 +25603,8 @@ readers do not read off random characters that represent icons */
|
|
25331
25603
|
overflow: hidden;
|
25332
25604
|
}
|
25333
25605
|
|
25334
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Nav-item-badgeText > span,
|
25335
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Nav-item-badgeText > span {
|
25606
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Nav-item-badgeText > span,
|
25607
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Nav-item-badgeText > span {
|
25336
25608
|
position: absolute;
|
25337
25609
|
top: 0.125rem;
|
25338
25610
|
left: -0.8125rem;
|
@@ -25344,16 +25616,16 @@ readers do not read off random characters that represent icons */
|
|
25344
25616
|
background: var(--success);
|
25345
25617
|
}
|
25346
25618
|
|
25347
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Nav-item-atcions,
|
25348
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Nav-item-atcions {
|
25619
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Nav-item-atcions,
|
25620
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Nav-item-atcions {
|
25349
25621
|
display: flex;
|
25350
25622
|
align-items: center;
|
25351
25623
|
}
|
25352
25624
|
|
25353
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > a,
|
25354
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a,
|
25355
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > a,
|
25356
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a {
|
25625
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a,
|
25626
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a,
|
25627
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a,
|
25628
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a {
|
25357
25629
|
display: flex;
|
25358
25630
|
align-items: center;
|
25359
25631
|
outline: none;
|
@@ -25367,115 +25639,115 @@ readers do not read off random characters that represent icons */
|
|
25367
25639
|
flex: 1;
|
25368
25640
|
}
|
25369
25641
|
|
25370
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:hover,
|
25371
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:focus,
|
25372
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:hover + .cxd-Nav-item-atcions,
|
25373
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:focus + .cxd-Nav-item-atcions,
|
25374
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:hover,
|
25375
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:focus,
|
25376
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
|
25377
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
|
25378
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > a:hover,
|
25379
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > a:focus,
|
25380
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
|
25381
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
|
25382
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:hover,
|
25383
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:focus,
|
25384
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
|
25385
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:focus + .cxd-Nav-item-atcions {
|
25642
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover,
|
25643
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:focus,
|
25644
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover + .cxd-Nav-item-atcions,
|
25645
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:focus + .cxd-Nav-item-atcions,
|
25646
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:hover,
|
25647
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:focus,
|
25648
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
|
25649
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
|
25650
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:hover,
|
25651
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:focus,
|
25652
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
|
25653
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
|
25654
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:hover,
|
25655
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:focus,
|
25656
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
|
25657
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:focus + .cxd-Nav-item-atcions {
|
25386
25658
|
border-color: var(--Nav-item-onHover-color);
|
25387
25659
|
text-decoration: none;
|
25388
25660
|
background: var(--Nav-item-onHover-bg);
|
25389
|
-
z-index:
|
25661
|
+
z-index: 1;
|
25390
25662
|
}
|
25391
25663
|
|
25392
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:hover > .cxd-Nav-itemDrager,
|
25393
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:focus > .cxd-Nav-itemDrager,
|
25394
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
|
25395
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:focus > .cxd-Nav-itemDrager,
|
25396
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
|
25397
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > a:focus > .cxd-Nav-itemDrager,
|
25398
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
|
25399
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:focus > .cxd-Nav-itemDrager {
|
25664
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover > .cxd-Nav-itemDrager,
|
25665
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:focus > .cxd-Nav-itemDrager,
|
25666
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
|
25667
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:focus > .cxd-Nav-itemDrager,
|
25668
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
|
25669
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:focus > .cxd-Nav-itemDrager,
|
25670
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
|
25671
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:focus > .cxd-Nav-itemDrager {
|
25400
25672
|
display: block;
|
25401
25673
|
}
|
25402
25674
|
|
25403
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.disabled > a,
|
25404
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-disabled > a,
|
25405
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.disabled > .cxd-Badge > a,
|
25406
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-disabled > .cxd-Badge > a,
|
25407
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.disabled > a,
|
25408
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.is-disabled > a,
|
25409
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.disabled > .cxd-Badge > a,
|
25410
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.is-disabled > .cxd-Badge > a {
|
25675
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.disabled > a,
|
25676
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-disabled > a,
|
25677
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.disabled > .cxd-Badge > a,
|
25678
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-disabled > .cxd-Badge > a,
|
25679
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.disabled > a,
|
25680
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-disabled > a,
|
25681
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.disabled > .cxd-Badge > a,
|
25682
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-disabled > .cxd-Badge > a {
|
25411
25683
|
color: var(--Nav-item-onDisabled-color);
|
25412
25684
|
background: transparent;
|
25413
25685
|
pointer-events: none;
|
25414
25686
|
}
|
25415
25687
|
|
25416
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.active,
|
25417
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active,
|
25418
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.active,
|
25419
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.is-active {
|
25688
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active,
|
25689
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active,
|
25690
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active,
|
25691
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active {
|
25420
25692
|
background: var(--Nav-item-onActive-bg) !important;
|
25421
25693
|
}
|
25422
25694
|
|
25423
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > a,
|
25424
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions,
|
25425
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > a,
|
25426
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > .cxd-Badge > a,
|
25427
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Badge > .cxd-Nav-item-atcions,
|
25428
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Badge > a,
|
25429
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.active > a,
|
25430
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Nav-item-atcions,
|
25431
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > a,
|
25432
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.active > .cxd-Badge > a,
|
25433
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Badge > .cxd-Nav-item-atcions,
|
25434
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Badge > a {
|
25695
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a,
|
25696
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions,
|
25697
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > a,
|
25698
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > .cxd-Badge > a,
|
25699
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > .cxd-Nav-item-atcions,
|
25700
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > a,
|
25701
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > a,
|
25702
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Nav-item-atcions,
|
25703
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > a,
|
25704
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > .cxd-Badge > a,
|
25705
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > .cxd-Nav-item-atcions,
|
25706
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a {
|
25435
25707
|
color: var(--Nav-item-onActive-color);
|
25436
25708
|
position: relative;
|
25437
25709
|
}
|
25438
25710
|
|
25439
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > a::after,
|
25440
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions::after,
|
25441
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > a::after,
|
25442
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > .cxd-Badge > a::after,
|
25443
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Badge > .cxd-Nav-item-atcions::after,
|
25444
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Badge > a::after,
|
25445
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.active > a::after,
|
25446
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Nav-item-atcions::after,
|
25447
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > a::after,
|
25448
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.active > .cxd-Badge > a::after,
|
25449
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Badge > .cxd-Nav-item-atcions::after,
|
25450
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Badge > a::after {
|
25711
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a::after,
|
25712
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions::after,
|
25713
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > a::after,
|
25714
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > .cxd-Badge > a::after,
|
25715
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > .cxd-Nav-item-atcions::after,
|
25716
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > a::after,
|
25717
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > a::after,
|
25718
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Nav-item-atcions::after,
|
25719
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > a::after,
|
25720
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > .cxd-Badge > a::after,
|
25721
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > .cxd-Nav-item-atcions::after,
|
25722
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a::after {
|
25451
25723
|
transform: scaleY(1);
|
25452
25724
|
}
|
25453
25725
|
|
25454
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > a .cxd-Nav-itemToggler,
|
25455
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler,
|
25456
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.is-unfolded > a .cxd-Nav-itemToggler,
|
25457
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler {
|
25726
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > a .cxd-Nav-itemToggler,
|
25727
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler,
|
25728
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > a .cxd-Nav-itemToggler,
|
25729
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler {
|
25458
25730
|
transform: rotate(180deg) scale(0.8);
|
25459
25731
|
}
|
25460
25732
|
|
25461
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-subItems,
|
25462
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > .cxd-Nav-subItems,
|
25463
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.is-unfolded > .cxd-Nav-subItems,
|
25464
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge.is-unfolded > .cxd-Badge > .cxd-Nav-subItems {
|
25733
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-subItems,
|
25734
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > .cxd-Nav-subItems,
|
25735
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > .cxd-Nav-subItems,
|
25736
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > .cxd-Badge > .cxd-Nav-subItems {
|
25465
25737
|
display: block;
|
25466
25738
|
}
|
25467
25739
|
|
25468
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-spinner,
|
25469
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-spinner {
|
25740
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-spinner,
|
25741
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-spinner {
|
25470
25742
|
position: absolute;
|
25471
25743
|
right: 0.625rem;
|
25472
25744
|
top: 0.5rem;
|
25473
25745
|
}
|
25474
25746
|
|
25475
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler,
|
25476
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemToggler {
|
25747
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemToggler,
|
25748
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemToggler {
|
25477
25749
|
float: left;
|
25478
|
-
|
25750
|
+
margin-right: 0.625rem;
|
25479
25751
|
height: 1.5rem;
|
25480
25752
|
text-align: center;
|
25481
25753
|
line-height: 1.5rem;
|
@@ -25485,29 +25757,36 @@ readers do not read off random characters that represent icons */
|
|
25485
25757
|
transition: transform var(--animation-duration);
|
25486
25758
|
}
|
25487
25759
|
|
25488
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler > svg,
|
25489
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemToggler > svg {
|
25760
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemToggler > svg,
|
25761
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemToggler > svg {
|
25490
25762
|
width: 10px;
|
25491
25763
|
height: 10px;
|
25492
25764
|
top: 0;
|
25493
25765
|
}
|
25494
25766
|
|
25495
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-subItems,
|
25496
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-subItems {
|
25767
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-subItems,
|
25768
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-subItems {
|
25497
25769
|
display: none;
|
25498
25770
|
padding-left: 0;
|
25499
25771
|
list-style: none;
|
25500
25772
|
width: 100%;
|
25501
25773
|
}
|
25502
25774
|
|
25503
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-item,
|
25504
|
-
.amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-item {
|
25775
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-item,
|
25776
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-item {
|
25505
25777
|
font-size: var(--Nav-subItem-fontSize);
|
25506
25778
|
}
|
25507
25779
|
|
25780
|
+
.amis-scope .cxd-Nav .cxd-Nav-dropIndicator {
|
25781
|
+
position: absolute;
|
25782
|
+
background: var(--Nav-item-onActive-color);
|
25783
|
+
height: 2px;
|
25784
|
+
}
|
25785
|
+
|
25508
25786
|
.amis-scope .cxd-Page {
|
25509
25787
|
width: 100%;
|
25510
25788
|
height: 100%;
|
25789
|
+
background: var(--Page-main-bg);
|
25511
25790
|
}
|
25512
25791
|
|
25513
25792
|
.amis-scope .cxd-Page-header {
|
@@ -25515,7 +25794,6 @@ readers do not read off random characters that represent icons */
|
|
25515
25794
|
}
|
25516
25795
|
|
25517
25796
|
.amis-scope .cxd-Page-main {
|
25518
|
-
background: var(--Page-main-bg);
|
25519
25797
|
height: 100%;
|
25520
25798
|
display: flex;
|
25521
25799
|
flex-direction: column;
|
@@ -25530,11 +25808,9 @@ readers do not read off random characters that represent icons */
|
|
25530
25808
|
|
25531
25809
|
.amis-scope .cxd-Page-main > .cxd-Page-header {
|
25532
25810
|
border-bottom: var(--borderWidth) solid var(--borderColor);
|
25533
|
-
background: var(--Page-header-bg);
|
25534
25811
|
}
|
25535
25812
|
|
25536
25813
|
.amis-scope .cxd-Page-headerRow {
|
25537
|
-
background: var(--Page-header-bg);
|
25538
25814
|
border-bottom: var(--borderWidth) solid var(--borderColor);
|
25539
25815
|
display: flex;
|
25540
25816
|
flex-direction: row;
|
@@ -25579,10 +25855,6 @@ readers do not read off random characters that represent icons */
|
|
25579
25855
|
margin-left: var(--gap-xs);
|
25580
25856
|
}
|
25581
25857
|
|
25582
|
-
.amis-scope .cxd-Page-aside {
|
25583
|
-
background: var(--Page-aside-bg);
|
25584
|
-
}
|
25585
|
-
|
25586
25858
|
@media (min-width: 768px) {
|
25587
25859
|
.amis-scope .cxd-Page-aside {
|
25588
25860
|
min-width: var(--Page-aside-width);
|
@@ -26377,7 +26649,7 @@ readers do not read off random characters that represent icons */
|
|
26377
26649
|
height: var(--DropDown-menu-height);
|
26378
26650
|
vertical-align: middle;
|
26379
26651
|
user-select: none;
|
26380
|
-
color: var(--
|
26652
|
+
color: var(--DropDown-menuItem-color);
|
26381
26653
|
text-decoration: var(--link-decoration);
|
26382
26654
|
}
|
26383
26655
|
|
@@ -26389,6 +26661,7 @@ readers do not read off random characters that represent icons */
|
|
26389
26661
|
|
26390
26662
|
.amis-scope .cxd-DropDown-menuItem.is-active,
|
26391
26663
|
.amis-scope .cxd-DropDown-menu > li.is-active {
|
26664
|
+
background: var(--DropDown-menuItem-onHover-bg);
|
26392
26665
|
color: var(--DropDown-menuItem-onActive-color);
|
26393
26666
|
}
|
26394
26667
|
|
@@ -26437,24 +26710,39 @@ readers do not read off random characters that represent icons */
|
|
26437
26710
|
}
|
26438
26711
|
|
26439
26712
|
.amis-scope .cxd-Collapse {
|
26440
|
-
border:
|
26713
|
+
border: var(--Collapse-border);
|
26441
26714
|
padding: 0;
|
26442
26715
|
margin-bottom: var(--Form-item-gap);
|
26443
26716
|
}
|
26444
26717
|
|
26445
26718
|
.amis-scope .cxd-Collapse-header {
|
26446
|
-
font-size: var(--
|
26447
|
-
font-weight: var(--
|
26719
|
+
font-size: var(--Collapse-header-fontSize);
|
26720
|
+
font-weight: var(--Collapse-header-fontWeight);
|
26448
26721
|
color: var(--text--loud-color);
|
26449
|
-
padding: var(--
|
26450
|
-
|
26722
|
+
padding: var(--Collapse-header-padding);
|
26723
|
+
margin: 0;
|
26724
|
+
border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
|
26725
|
+
background: var(--Collapse-header-bg);
|
26726
|
+
}
|
26727
|
+
|
26728
|
+
.amis-scope .cxd-Collapse-header-wrapper {
|
26729
|
+
display: inline-flex;
|
26730
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
26731
|
+
}
|
26732
|
+
|
26733
|
+
.amis-scope .cxd-Collapse-header-tpl {
|
26734
|
+
margin-right: 0.5rem;
|
26735
|
+
}
|
26736
|
+
|
26737
|
+
.amis-scope .cxd-Collapse-header:hover {
|
26738
|
+
background: var(--Collapse-header-onHover-bg);
|
26451
26739
|
}
|
26452
26740
|
|
26453
26741
|
.amis-scope .cxd-Collapse-arrow {
|
26454
26742
|
display: inline-block;
|
26455
26743
|
width: 1rem;
|
26456
26744
|
text-align: center;
|
26457
|
-
margin-
|
26745
|
+
margin-right: 0.5rem;
|
26458
26746
|
cursor: pointer;
|
26459
26747
|
}
|
26460
26748
|
|
@@ -26472,11 +26760,19 @@ readers do not read off random characters that represent icons */
|
|
26472
26760
|
transform-origin: 50% 50%;
|
26473
26761
|
}
|
26474
26762
|
|
26763
|
+
.amis-scope .cxd-Collapse-TplField {
|
26764
|
+
display: inline-block;
|
26765
|
+
}
|
26766
|
+
|
26475
26767
|
.amis-scope .cxd-Collapse.is-collapsed .cxd-Collapse-arrow:before {
|
26476
26768
|
transform: rotate(45deg);
|
26477
26769
|
transform-origin: 0% 50%;
|
26478
26770
|
}
|
26479
26771
|
|
26772
|
+
.amis-scope .cxd-Collapse.is-collapsed .cxd-Collapse-header {
|
26773
|
+
border-bottom: var(--Collapse-header-collapsed-border);
|
26774
|
+
}
|
26775
|
+
|
26480
26776
|
.amis-scope .cxd-Collapse--collapsable .cxd-Collapse-header {
|
26481
26777
|
cursor: pointer;
|
26482
26778
|
user-select: none;
|
@@ -26487,6 +26783,12 @@ readers do not read off random characters that represent icons */
|
|
26487
26783
|
color: var(--link-color);
|
26488
26784
|
border-left: none;
|
26489
26785
|
font-size: var(--fontSizeBase);
|
26786
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
26787
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
26788
|
+
}
|
26789
|
+
|
26790
|
+
.amis-scope .cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-header {
|
26791
|
+
border-top: none;
|
26490
26792
|
}
|
26491
26793
|
|
26492
26794
|
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-arrow:before {
|
@@ -26501,16 +26803,23 @@ readers do not read off random characters that represent icons */
|
|
26501
26803
|
transform-origin: 0% 50%;
|
26502
26804
|
}
|
26503
26805
|
|
26504
|
-
.amis-scope .cxd-Collapse-
|
26806
|
+
.amis-scope .cxd-Collapse-contentWrapper {
|
26505
26807
|
transition: height var(--animation-duration) ease;
|
26506
26808
|
}
|
26507
26809
|
|
26508
|
-
.amis-scope .cxd-Collapse-
|
26509
|
-
.amis-scope .cxd-Collapse-
|
26810
|
+
.amis-scope .cxd-Collapse-contentWrapper.in,
|
26811
|
+
.amis-scope .cxd-Collapse-contentWrapper.out {
|
26510
26812
|
height: 0;
|
26511
26813
|
overflow: hidden;
|
26512
26814
|
}
|
26513
26815
|
|
26816
|
+
.amis-scope .cxd-Collapse-content {
|
26817
|
+
padding: var(--Collapse-content-padding);
|
26818
|
+
color: var(--body-color);
|
26819
|
+
font-size: var(--Collapse-content-fontSize);
|
26820
|
+
font-weight: var(--Collapse-content-fontWeight);
|
26821
|
+
}
|
26822
|
+
|
26514
26823
|
.amis-scope .cxd-ColorField {
|
26515
26824
|
display: inline-block;
|
26516
26825
|
}
|
@@ -27552,6 +27861,20 @@ readers do not read off random characters that represent icons */
|
|
27552
27861
|
text-align: center;
|
27553
27862
|
}
|
27554
27863
|
|
27864
|
+
.amis-scope .cxd-Table-searchableForm {
|
27865
|
+
background: var(--Table-searchableForm-backgroundColor);
|
27866
|
+
border-radius: var(--Table-searchableForm-borderRadius);
|
27867
|
+
}
|
27868
|
+
|
27869
|
+
.amis-scope .cxd-Table-searchableForm-footer {
|
27870
|
+
padding: var(--Panel-footerPadding);
|
27871
|
+
clear: both;
|
27872
|
+
}
|
27873
|
+
|
27874
|
+
.amis-scope .cxd-Table-searchableForm-checkbox > div > .cxd-CheckboxControl {
|
27875
|
+
padding-top: 0;
|
27876
|
+
}
|
27877
|
+
|
27555
27878
|
.amis-scope .cxd-Table-header {
|
27556
27879
|
padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
|
27557
27880
|
}
|
@@ -27685,6 +28008,10 @@ readers do not read off random characters that represent icons */
|
|
27685
28008
|
border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
|
27686
28009
|
}
|
27687
28010
|
|
28011
|
+
.amis-scope .cxd-Table-table--checkOnItemClick > tbody > tr {
|
28012
|
+
cursor: pointer;
|
28013
|
+
}
|
28014
|
+
|
27688
28015
|
.amis-scope .cxd-Table-table > thead > tr > th {
|
27689
28016
|
background: var(--Table-thead-bg);
|
27690
28017
|
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
|
@@ -27725,6 +28052,7 @@ readers do not read off random characters that represent icons */
|
|
27725
28052
|
}
|
27726
28053
|
|
27727
28054
|
.amis-scope .cxd-Table-table > tbody > tr {
|
28055
|
+
position: relative;
|
27728
28056
|
background: transparent;
|
27729
28057
|
}
|
27730
28058
|
|
@@ -28000,38 +28328,38 @@ readers do not read off random characters that represent icons */
|
|
28000
28328
|
}
|
28001
28329
|
|
28002
28330
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success {
|
28003
|
-
background-color: #
|
28004
|
-
color: #
|
28331
|
+
background-color: #0bc286;
|
28332
|
+
color: #a4f5da;
|
28005
28333
|
}
|
28006
28334
|
|
28007
28335
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success.lt,
|
28008
28336
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .lt {
|
28009
|
-
background: #
|
28337
|
+
background: #0fd796;
|
28010
28338
|
}
|
28011
28339
|
|
28012
28340
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success.lter,
|
28013
28341
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .lter {
|
28014
|
-
background: #
|
28342
|
+
background: #15eba5;
|
28015
28343
|
}
|
28016
28344
|
|
28017
28345
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success.dk,
|
28018
28346
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .dk {
|
28019
|
-
background: #
|
28347
|
+
background: #07ac76;
|
28020
28348
|
}
|
28021
28349
|
|
28022
28350
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success.dker,
|
28023
28351
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .dker {
|
28024
|
-
background: #
|
28352
|
+
background: #049666;
|
28025
28353
|
}
|
28026
28354
|
|
28027
28355
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success.bg,
|
28028
28356
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .bg {
|
28029
|
-
background-color: #
|
28357
|
+
background-color: #0bc286;
|
28030
28358
|
}
|
28031
28359
|
|
28032
28360
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success a,
|
28033
28361
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link {
|
28034
|
-
color: #
|
28362
|
+
color: #d2faed;
|
28035
28363
|
}
|
28036
28364
|
|
28037
28365
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success a:hover,
|
@@ -28108,38 +28436,38 @@ readers do not read off random characters that represent icons */
|
|
28108
28436
|
}
|
28109
28437
|
|
28110
28438
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning {
|
28111
|
-
background-color: #
|
28112
|
-
color: #
|
28439
|
+
background-color: #ffb200;
|
28440
|
+
color: #fcefcf;
|
28113
28441
|
}
|
28114
28442
|
|
28115
28443
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning.lt,
|
28116
28444
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .lt {
|
28117
|
-
background: #
|
28445
|
+
background: #fcb91c;
|
28118
28446
|
}
|
28119
28447
|
|
28120
28448
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning.lter,
|
28121
28449
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .lter {
|
28122
|
-
background: #
|
28450
|
+
background: #fabf38;
|
28123
28451
|
}
|
28124
28452
|
|
28125
28453
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning.dk,
|
28126
28454
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .dk {
|
28127
|
-
background: #
|
28455
|
+
background: #e6a000;
|
28128
28456
|
}
|
28129
28457
|
|
28130
28458
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning.dker,
|
28131
28459
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .dker {
|
28132
|
-
background: #
|
28460
|
+
background: #cc8e00;
|
28133
28461
|
}
|
28134
28462
|
|
28135
28463
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning.bg,
|
28136
28464
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .bg {
|
28137
|
-
background-color: #
|
28465
|
+
background-color: #ffb200;
|
28138
28466
|
}
|
28139
28467
|
|
28140
28468
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning a,
|
28141
28469
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link {
|
28142
|
-
color:
|
28470
|
+
color: white;
|
28143
28471
|
}
|
28144
28472
|
|
28145
28473
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning a:hover,
|
@@ -28162,33 +28490,33 @@ readers do not read off random characters that represent icons */
|
|
28162
28490
|
}
|
28163
28491
|
|
28164
28492
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger {
|
28165
|
-
background-color: #
|
28166
|
-
color:
|
28493
|
+
background-color: #e8684a;
|
28494
|
+
color: white;
|
28167
28495
|
}
|
28168
28496
|
|
28169
28497
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger.lt,
|
28170
28498
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .lt {
|
28171
|
-
background: #
|
28499
|
+
background: #e97c63;
|
28172
28500
|
}
|
28173
28501
|
|
28174
28502
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger.lter,
|
28175
28503
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .lter {
|
28176
|
-
background: #
|
28504
|
+
background: #ea907b;
|
28177
28505
|
}
|
28178
28506
|
|
28179
28507
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger.dk,
|
28180
28508
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .dk {
|
28181
|
-
background: #
|
28509
|
+
background: #e85331;
|
28182
28510
|
}
|
28183
28511
|
|
28184
28512
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger.dker,
|
28185
28513
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .dker {
|
28186
|
-
background: #
|
28514
|
+
background: #e93e16;
|
28187
28515
|
}
|
28188
28516
|
|
28189
28517
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger.bg,
|
28190
28518
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .bg {
|
28191
|
-
background-color: #
|
28519
|
+
background-color: #e8684a;
|
28192
28520
|
}
|
28193
28521
|
|
28194
28522
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger a,
|
@@ -28909,7 +29237,7 @@ readers do not read off random characters that represent icons */
|
|
28909
29237
|
top: var(--Table-borderWidth);
|
28910
29238
|
bottom: 0;
|
28911
29239
|
right: 0;
|
28912
|
-
padding-left:
|
29240
|
+
padding-left: 5rem;
|
28913
29241
|
padding-right: var(--TableCell-paddingX);
|
28914
29242
|
display: flex;
|
28915
29243
|
align-items: center;
|
@@ -29021,6 +29349,34 @@ readers do not read off random characters that represent icons */
|
|
29021
29349
|
position: absolute;
|
29022
29350
|
}
|
29023
29351
|
|
29352
|
+
.amis-scope .cxd-Table-badge {
|
29353
|
+
position: absolute;
|
29354
|
+
top: 0;
|
29355
|
+
left: 0;
|
29356
|
+
}
|
29357
|
+
|
29358
|
+
.amis-scope .cxd-Table--autoFillHeight {
|
29359
|
+
margin-bottom: 0;
|
29360
|
+
}
|
29361
|
+
|
29362
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table {
|
29363
|
+
border-top: none;
|
29364
|
+
}
|
29365
|
+
|
29366
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table thead {
|
29367
|
+
position: sticky;
|
29368
|
+
top: 0;
|
29369
|
+
z-index: 1;
|
29370
|
+
}
|
29371
|
+
|
29372
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-fixedTop {
|
29373
|
+
display: none;
|
29374
|
+
}
|
29375
|
+
|
29376
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-footToolbar {
|
29377
|
+
margin-bottom: 0;
|
29378
|
+
}
|
29379
|
+
|
29024
29380
|
.amis-scope .cxd-InputTable-toolbar {
|
29025
29381
|
display: flex;
|
29026
29382
|
flex-direction: row;
|
@@ -29050,60 +29406,301 @@ readers do not read off random characters that represent icons */
|
|
29050
29406
|
margin-right: 0.625rem;
|
29051
29407
|
}
|
29052
29408
|
|
29053
|
-
.amis-scope .cxd-
|
29409
|
+
.amis-scope .cxd-ColumnToggler {
|
29054
29410
|
position: relative;
|
29411
|
+
display: inline-block;
|
29055
29412
|
}
|
29056
29413
|
|
29057
|
-
.amis-scope .cxd-
|
29058
|
-
|
29059
|
-
|
29060
|
-
|
29061
|
-
|
29062
|
-
}
|
29063
|
-
|
29064
|
-
.amis-scope .cxd-List-toolbar {
|
29065
|
-
display: flex;
|
29066
|
-
flex-wrap: wrap;
|
29067
|
-
margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
|
29068
|
-
}
|
29069
|
-
|
29070
|
-
.amis-scope .cxd-List-toolbar::before,
|
29071
|
-
.amis-scope .cxd-List-toolbar::after {
|
29072
|
-
display: table;
|
29073
|
-
content: "";
|
29414
|
+
.amis-scope .cxd-ColumnToggler-caret {
|
29415
|
+
margin-left: var(--DropDown-caret-marginLeft);
|
29416
|
+
display: inline-block;
|
29417
|
+
vertical-align: top;
|
29418
|
+
transition: transform var(--animation-duration) ease;
|
29074
29419
|
}
|
29075
29420
|
|
29076
|
-
.amis-scope .cxd-
|
29077
|
-
|
29421
|
+
.amis-scope .cxd-ColumnToggler-caret > svg {
|
29422
|
+
width: 0.625rem;
|
29423
|
+
height: 0.625rem;
|
29424
|
+
top: 0.125em;
|
29078
29425
|
}
|
29079
29426
|
|
29080
|
-
.amis-scope .cxd-
|
29081
|
-
|
29427
|
+
.amis-scope .cxd-ColumnToggler.is-opened .cxd-ColumnToggler-caret {
|
29428
|
+
transform: rotate(180deg);
|
29082
29429
|
}
|
29083
29430
|
|
29084
|
-
.amis-scope .cxd-
|
29085
|
-
|
29431
|
+
.amis-scope .cxd-ColumnToggler.is-actived > .cxd-Button {
|
29432
|
+
color: var(--link-color);
|
29086
29433
|
}
|
29087
29434
|
|
29088
|
-
.amis-scope .cxd-
|
29089
|
-
|
29435
|
+
.amis-scope .cxd-ColumnToggler--block {
|
29436
|
+
display: block;
|
29090
29437
|
}
|
29091
29438
|
|
29092
|
-
.amis-scope .cxd-
|
29093
|
-
|
29094
|
-
.amis-scope .cxd-List-header > * + .cxd-ButtonToolbar {
|
29095
|
-
margin-left: var(--Crud-toolbar-gap);
|
29439
|
+
.amis-scope .cxd-ColumnToggler--block .cxd-Button {
|
29440
|
+
display: block;
|
29096
29441
|
}
|
29097
29442
|
|
29098
|
-
.amis-scope .cxd-
|
29099
|
-
|
29443
|
+
.amis-scope .cxd-ColumnToggler-menu {
|
29444
|
+
position: absolute;
|
29445
|
+
z-index: 1000;
|
29446
|
+
top: 100%;
|
29447
|
+
left: 0;
|
29448
|
+
margin: 0.0625rem 0 0;
|
29449
|
+
background: var(--DropDown-menu-bg);
|
29450
|
+
list-style: none;
|
29451
|
+
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
29452
|
+
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
29453
|
+
border-radius: var(--DropDown-menu-borderRadius);
|
29454
|
+
box-shadow: var(--DropDown-menu-boxShadow);
|
29455
|
+
min-width: var(--DropDown-menu-minWidth);
|
29456
|
+
text-align: left;
|
29100
29457
|
}
|
29101
29458
|
|
29102
|
-
.amis-scope .cxd-
|
29103
|
-
|
29459
|
+
.amis-scope .cxd-ColumnToggler--alignRight .cxd-ColumnToggler-menu {
|
29460
|
+
left: auto;
|
29461
|
+
right: 0;
|
29104
29462
|
}
|
29105
29463
|
|
29106
|
-
.amis-scope .cxd-
|
29464
|
+
.amis-scope .cxd-ColumnToggler-menuItem,
|
29465
|
+
.amis-scope .cxd-ColumnToggler-menu > li {
|
29466
|
+
padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
|
29467
|
+
white-space: nowrap;
|
29468
|
+
box-sizing: border-box;
|
29469
|
+
height: var(--DropDown-menu-height);
|
29470
|
+
vertical-align: middle;
|
29471
|
+
user-select: none;
|
29472
|
+
color: var(--link-color);
|
29473
|
+
text-decoration: var(--link-decoration);
|
29474
|
+
}
|
29475
|
+
|
29476
|
+
.amis-scope .cxd-ColumnToggler-menuItem:hover,
|
29477
|
+
.amis-scope .cxd-ColumnToggler-menu > li:hover {
|
29478
|
+
background: var(--DropDown-menuItem-onHover-bg);
|
29479
|
+
color: var(--DropDown-menuItem-onHover-color);
|
29480
|
+
}
|
29481
|
+
|
29482
|
+
.amis-scope .cxd-ColumnToggler-menuItem.is-active,
|
29483
|
+
.amis-scope .cxd-ColumnToggler-menu > li.is-active {
|
29484
|
+
color: var(--DropDown-menuItem-onActive-color);
|
29485
|
+
}
|
29486
|
+
|
29487
|
+
.amis-scope .cxd-ColumnToggler-menuItem:not(.is-disabled),
|
29488
|
+
.amis-scope .cxd-ColumnToggler-menuItem:not(.disabled),
|
29489
|
+
.amis-scope .cxd-ColumnToggler-menu > li:not(.is-disabled),
|
29490
|
+
.amis-scope .cxd-ColumnToggler-menu > li:not(.disabled) {
|
29491
|
+
cursor: pointer;
|
29492
|
+
}
|
29493
|
+
|
29494
|
+
.amis-scope .cxd-ColumnToggler-menuItem.is-disabled,
|
29495
|
+
.amis-scope .cxd-ColumnToggler-menu > li.is-disabled {
|
29496
|
+
cursor: not-allowed;
|
29497
|
+
color: var(--DropDown-menuItem-onDisabled-color);
|
29498
|
+
filter: grayscale(80%);
|
29499
|
+
}
|
29500
|
+
|
29501
|
+
.amis-scope .cxd-ColumnToggler-menuItem.cxd-DropDown-divider,
|
29502
|
+
.amis-scope .cxd-ColumnToggler-menu > li.cxd-DropDown-divider {
|
29503
|
+
height: 0.0625rem;
|
29504
|
+
margin: 0.5625rem 0;
|
29505
|
+
overflow: hidden;
|
29506
|
+
background: var(--DropDown-menu-borderColor);
|
29507
|
+
padding: 0;
|
29508
|
+
}
|
29509
|
+
|
29510
|
+
.amis-scope .cxd-ColumnToggler-menu > li a {
|
29511
|
+
color: inherit;
|
29512
|
+
display: block;
|
29513
|
+
text-decoration: none;
|
29514
|
+
}
|
29515
|
+
|
29516
|
+
.amis-scope .cxd-ColumnToggler-popover {
|
29517
|
+
border: none;
|
29518
|
+
box-shadow: none;
|
29519
|
+
}
|
29520
|
+
|
29521
|
+
.amis-scope .cxd-ColumnToggler > .cxd-Button {
|
29522
|
+
min-width: unset;
|
29523
|
+
}
|
29524
|
+
|
29525
|
+
.amis-scope .cxd-ColumnToggler-modal {
|
29526
|
+
display: flex;
|
29527
|
+
flex-flow: column nowrap;
|
29528
|
+
justify-content: space-between;
|
29529
|
+
align-items: center;
|
29530
|
+
width: 25rem;
|
29531
|
+
padding: var(--ColumnToggler-lineHeight);
|
29532
|
+
margin-top: calc(50vh - 100px);
|
29533
|
+
border-radius: var(--ColumnToggler-borderRadius);
|
29534
|
+
background: var(--ColumnToggler-backgroundColor);
|
29535
|
+
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);
|
29536
|
+
}
|
29537
|
+
|
29538
|
+
.amis-scope .cxd-ColumnToggler-modal-header {
|
29539
|
+
width: 100%;
|
29540
|
+
display: flex;
|
29541
|
+
flex-flow: row nowrap;
|
29542
|
+
justify-content: space-between;
|
29543
|
+
align-items: center;
|
29544
|
+
}
|
29545
|
+
|
29546
|
+
.amis-scope .cxd-ColumnToggler-modal-header a,
|
29547
|
+
.amis-scope .cxd-ColumnToggler-modal-header span {
|
29548
|
+
display: inline-block;
|
29549
|
+
}
|
29550
|
+
|
29551
|
+
.amis-scope .cxd-ColumnToggler-modal-header .cxd-ColumnToggler-modal-title {
|
29552
|
+
opacity: 0.95;
|
29553
|
+
font-size: var(--fontSizeMd);
|
29554
|
+
color: var(--ColumnToggler-title-fontColor);
|
29555
|
+
line-height: var(--ColumnToggler-lineHeight);
|
29556
|
+
font-weight: bold;
|
29557
|
+
}
|
29558
|
+
|
29559
|
+
.amis-scope .cxd-ColumnToggler-modal-content {
|
29560
|
+
padding: 0;
|
29561
|
+
width: 100%;
|
29562
|
+
list-style: none;
|
29563
|
+
margin: 0.5rem 0;
|
29564
|
+
}
|
29565
|
+
|
29566
|
+
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem {
|
29567
|
+
color: var(--ColumnToggler-title-fontColor);
|
29568
|
+
background: var(--ColumnToggler-item-backgroundColor);
|
29569
|
+
border-radius: 0.125rem;
|
29570
|
+
font-size: var(--fontSizeSm);
|
29571
|
+
padding: 0.25rem 0.5rem;
|
29572
|
+
height: var(--ColumnToggler-lineHeight);
|
29573
|
+
width: calc((100% - 24px) / 3);
|
29574
|
+
float: left;
|
29575
|
+
margin: 0.25rem;
|
29576
|
+
text-overflow: ellipsis;
|
29577
|
+
white-space: nowrap;
|
29578
|
+
overflow: hidden;
|
29579
|
+
}
|
29580
|
+
|
29581
|
+
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem:hover {
|
29582
|
+
background: var(--ColumnToggler-item-backgroundColor-onHover);
|
29583
|
+
}
|
29584
|
+
|
29585
|
+
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem--dragging {
|
29586
|
+
border: 1px solid var(--link-color);
|
29587
|
+
}
|
29588
|
+
|
29589
|
+
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem label > i {
|
29590
|
+
height: var(--fontSizeLg);
|
29591
|
+
width: var(--fontSizeLg);
|
29592
|
+
vertical-align: top;
|
29593
|
+
}
|
29594
|
+
|
29595
|
+
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-dragBar {
|
29596
|
+
margin-left: 0;
|
29597
|
+
margin-right: var(--gap-xs);
|
29598
|
+
cursor: move;
|
29599
|
+
color: #d8d8d8;
|
29600
|
+
}
|
29601
|
+
|
29602
|
+
.amis-scope .cxd-ColumnToggler-modal-footer {
|
29603
|
+
width: 100%;
|
29604
|
+
display: flex;
|
29605
|
+
flex-flow: row nowrap;
|
29606
|
+
justify-content: space-between;
|
29607
|
+
align-items: center;
|
29608
|
+
}
|
29609
|
+
|
29610
|
+
.amis-scope .cxd-ColumnToggler-modal-footer .cxd-ColumnToggler-modeSelect {
|
29611
|
+
color: var(--ColumnToggler-fontColor);
|
29612
|
+
font-size: var(--fontSizeSm);
|
29613
|
+
}
|
29614
|
+
|
29615
|
+
.amis-scope .cxd-ColumnToggler-modal-footer .cxd-ColumnToggler-modeSelect.is-actived {
|
29616
|
+
color: var(--link-color);
|
29617
|
+
}
|
29618
|
+
|
29619
|
+
.amis-scope .cxd-ColumnToggler-modal-footer > div {
|
29620
|
+
display: flex;
|
29621
|
+
flex-flow: row nowrap;
|
29622
|
+
justify-content: space-between;
|
29623
|
+
align-items: center;
|
29624
|
+
}
|
29625
|
+
|
29626
|
+
.amis-scope .cxd-ColumnToggler-modal-footer > div:first-child {
|
29627
|
+
justify-content: flex-start;
|
29628
|
+
}
|
29629
|
+
|
29630
|
+
.amis-scope .cxd-ColumnToggler-modal-footer > div:first-child a {
|
29631
|
+
display: inline-block;
|
29632
|
+
}
|
29633
|
+
|
29634
|
+
.amis-scope .cxd-ColumnToggler-modal-footer > div:last-child {
|
29635
|
+
justify-content: flex-end;
|
29636
|
+
}
|
29637
|
+
|
29638
|
+
.amis-scope .cxd-ColumnToggler-modal-footer > div:last-child button {
|
29639
|
+
width: 72px;
|
29640
|
+
}
|
29641
|
+
|
29642
|
+
.amis-scope .cxd-ColumnToggler-tooltip {
|
29643
|
+
border: none;
|
29644
|
+
}
|
29645
|
+
|
29646
|
+
.amis-scope .cxd-ColumnToggler-tooltip .cxd-Tooltip-arrow::before {
|
29647
|
+
border-top-color: transparent;
|
29648
|
+
}
|
29649
|
+
|
29650
|
+
.amis-scope .cxd-List {
|
29651
|
+
position: relative;
|
29652
|
+
}
|
29653
|
+
|
29654
|
+
.amis-scope .cxd-List-items {
|
29655
|
+
border-radius: var(--List-borderRadius);
|
29656
|
+
border: var(--List-borderWidth) solid var(--List-borderColor);
|
29657
|
+
background: var(--List-bg);
|
29658
|
+
margin-bottom: var(--gap-sm);
|
29659
|
+
}
|
29660
|
+
|
29661
|
+
.amis-scope .cxd-List-toolbar {
|
29662
|
+
display: flex;
|
29663
|
+
flex-wrap: wrap;
|
29664
|
+
margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
|
29665
|
+
}
|
29666
|
+
|
29667
|
+
.amis-scope .cxd-List-toolbar::before,
|
29668
|
+
.amis-scope .cxd-List-toolbar::after {
|
29669
|
+
display: table;
|
29670
|
+
content: "";
|
29671
|
+
}
|
29672
|
+
|
29673
|
+
.amis-scope .cxd-List-toolbar::after {
|
29674
|
+
clear: both;
|
29675
|
+
}
|
29676
|
+
|
29677
|
+
.amis-scope .cxd-List-actions {
|
29678
|
+
display: inline-block;
|
29679
|
+
}
|
29680
|
+
|
29681
|
+
.amis-scope .cxd-List-actions > * {
|
29682
|
+
margin-right: var(--Crud-toolbar-gap);
|
29683
|
+
}
|
29684
|
+
|
29685
|
+
.amis-scope .cxd-List-header {
|
29686
|
+
padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
|
29687
|
+
}
|
29688
|
+
|
29689
|
+
.amis-scope .cxd-List-header > * + .cxd-Button,
|
29690
|
+
.amis-scope .cxd-List-header > * + .cxd-ButtonGroup,
|
29691
|
+
.amis-scope .cxd-List-header > * + .cxd-ButtonToolbar {
|
29692
|
+
margin-left: var(--Crud-toolbar-gap);
|
29693
|
+
}
|
29694
|
+
|
29695
|
+
.amis-scope .cxd-List-header + .cxd-List-toolbar {
|
29696
|
+
padding-top: 0;
|
29697
|
+
}
|
29698
|
+
|
29699
|
+
.amis-scope .cxd-List-heading {
|
29700
|
+
padding: var(--gap-xs) 0;
|
29701
|
+
}
|
29702
|
+
|
29703
|
+
.amis-scope .cxd-List-fixedTop {
|
29107
29704
|
position: absolute;
|
29108
29705
|
background: var(--white);
|
29109
29706
|
z-index: -1;
|
@@ -29544,18 +30141,6 @@ readers do not read off random characters that represent icons */
|
|
29544
30141
|
margin-top: var(--gap-xs);
|
29545
30142
|
}
|
29546
30143
|
|
29547
|
-
.amis-scope .cxd-Card-checkBtn {
|
29548
|
-
position: absolute;
|
29549
|
-
top: 0;
|
29550
|
-
right: 0;
|
29551
|
-
margin: var(--gap-sm);
|
29552
|
-
z-index: 1;
|
29553
|
-
}
|
29554
|
-
|
29555
|
-
.amis-scope .cxd-Card-checkBtn .cxd-Checkbox {
|
29556
|
-
margin-right: 0;
|
29557
|
-
}
|
29558
|
-
|
29559
30144
|
.amis-scope .cxd-Card-dragBtn {
|
29560
30145
|
cursor: pointer;
|
29561
30146
|
float: right;
|
@@ -29563,7 +30148,8 @@ readers do not read off random characters that represent icons */
|
|
29563
30148
|
}
|
29564
30149
|
|
29565
30150
|
.amis-scope .cxd-Card-heading {
|
29566
|
-
|
30151
|
+
display: flex;
|
30152
|
+
flex-direction: row;
|
29567
30153
|
padding: var(--gap-sm) var(--gap-base);
|
29568
30154
|
flex: 1 0 auto;
|
29569
30155
|
}
|
@@ -29595,12 +30181,17 @@ readers do not read off random characters that represent icons */
|
|
29595
30181
|
|
29596
30182
|
.amis-scope .cxd-Card-meta {
|
29597
30183
|
display: block;
|
30184
|
+
flex-grow: 1;
|
29598
30185
|
height: 100%;
|
29599
|
-
overflow: hidden;
|
29600
30186
|
position: relative;
|
29601
30187
|
margin-right: var(--gap-md);
|
29602
30188
|
}
|
29603
30189
|
|
30190
|
+
.amis-scope .cxd-Card-toolbar {
|
30191
|
+
margin-right: calc(-1 * var(--gap-base));
|
30192
|
+
text-align: right;
|
30193
|
+
}
|
30194
|
+
|
29604
30195
|
.amis-scope .cxd-Card-highlight {
|
29605
30196
|
background: var(--success);
|
29606
30197
|
width: 0.5rem;
|
@@ -29850,6 +30441,7 @@ readers do not read off random characters that represent icons */
|
|
29850
30441
|
height: 10px;
|
29851
30442
|
background: #ebebeb;
|
29852
30443
|
overflow: hidden;
|
30444
|
+
border-radius: var(--Progress-borderRadius);
|
29853
30445
|
}
|
29854
30446
|
|
29855
30447
|
.amis-scope .cxd-Progress-bar {
|
@@ -29862,6 +30454,7 @@ readers do not read off random characters that represent icons */
|
|
29862
30454
|
text-align: center;
|
29863
30455
|
background: var(--primary);
|
29864
30456
|
transition: width var(--animation-duration) ease;
|
30457
|
+
border-radius: var(--Progress-borderRadius);
|
29865
30458
|
}
|
29866
30459
|
|
29867
30460
|
.amis-scope .cxd-Progress-bar--stripe {
|
@@ -30087,7 +30680,7 @@ readers do not read off random characters that represent icons */
|
|
30087
30680
|
|
30088
30681
|
.amis-scope .cxd-StatusField-label {
|
30089
30682
|
font-size: var(--fontSizeSm);
|
30090
|
-
margin-left: var(--gap-
|
30683
|
+
margin-left: var(--gap-xs);
|
30091
30684
|
}
|
30092
30685
|
|
30093
30686
|
@keyframes animation-rolling_red {
|
@@ -30612,6 +31205,7 @@ readers do not read off random characters that represent icons */
|
|
30612
31205
|
|
30613
31206
|
.amis-scope .cxd-Image-thumbWrap {
|
30614
31207
|
position: relative;
|
31208
|
+
height: 100%;
|
30615
31209
|
}
|
30616
31210
|
|
30617
31211
|
.amis-scope .cxd-Image-image {
|
@@ -30727,7 +31321,7 @@ readers do not read off random characters that represent icons */
|
|
30727
31321
|
}
|
30728
31322
|
|
30729
31323
|
.amis-scope .cxd-Image-overlay {
|
30730
|
-
background: rgba(
|
31324
|
+
background: rgba(8, 14, 26, 0.5);
|
30731
31325
|
position: absolute;
|
30732
31326
|
width: 100%;
|
30733
31327
|
height: 100%;
|
@@ -30821,6 +31415,16 @@ readers do not read off random characters that represent icons */
|
|
30821
31415
|
border-color: var(--Form-input-onFocused-borderColor);
|
30822
31416
|
}
|
30823
31417
|
|
31418
|
+
.amis-scope .cxd-InputBox--borderHalf {
|
31419
|
+
border-left-color: transparent !important;
|
31420
|
+
border-right-color: transparent !important;
|
31421
|
+
border-top-color: transparent !important;
|
31422
|
+
}
|
31423
|
+
|
31424
|
+
.amis-scope .cxd-InputBox--borderNone {
|
31425
|
+
border-color: transparent !important;
|
31426
|
+
}
|
31427
|
+
|
30824
31428
|
.amis-scope .cxd-InputBox--inline {
|
30825
31429
|
display: inline-flex;
|
30826
31430
|
}
|
@@ -30922,6 +31526,16 @@ readers do not read off random characters that represent icons */
|
|
30922
31526
|
border-color: var(--Form-input-onFocused-borderColor);
|
30923
31527
|
}
|
30924
31528
|
|
31529
|
+
.amis-scope .cxd-ResultBox--borderHalf {
|
31530
|
+
border-left-color: transparent !important;
|
31531
|
+
border-right-color: transparent !important;
|
31532
|
+
border-top-color: transparent !important;
|
31533
|
+
}
|
31534
|
+
|
31535
|
+
.amis-scope .cxd-ResultBox--borderNone {
|
31536
|
+
border-color: transparent !important;
|
31537
|
+
}
|
31538
|
+
|
30925
31539
|
.amis-scope .cxd-ResultBox.is-error {
|
30926
31540
|
border-color: var(--Form-input-onError-borderColor);
|
30927
31541
|
background: var(--Form-input-onError-bg);
|
@@ -31359,7 +31973,7 @@ readers do not read off random characters that represent icons */
|
|
31359
31973
|
height: 1px;
|
31360
31974
|
left: 100%;
|
31361
31975
|
width: 9999px;
|
31362
|
-
padding-right:
|
31976
|
+
padding-right: 0.625rem;
|
31363
31977
|
background-color: var(--Steps-line-bg);
|
31364
31978
|
}
|
31365
31979
|
|
@@ -31447,6 +32061,49 @@ readers do not read off random characters that represent icons */
|
|
31447
32061
|
border: 1px solid var(--Steps-status-success);
|
31448
32062
|
}
|
31449
32063
|
|
32064
|
+
.amis-scope .cxd-Portlet {
|
32065
|
+
border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
|
32066
|
+
border-radius: var(--Portlet-borderRadius);
|
32067
|
+
padding: var(--gap-base);
|
32068
|
+
}
|
32069
|
+
|
32070
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active a:first-child,
|
32071
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
32072
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
32073
|
+
border: none !important;
|
32074
|
+
color: inherit !important;
|
32075
|
+
cursor: auto !important;
|
32076
|
+
}
|
32077
|
+
|
32078
|
+
.amis-scope .cxd-Portlet-tab.no-divider .cxd-Tabs-links {
|
32079
|
+
border-bottom: none;
|
32080
|
+
}
|
32081
|
+
|
32082
|
+
.amis-scope .cxd-Portlet .cxd-Tabs-pane {
|
32083
|
+
padding: unset;
|
32084
|
+
}
|
32085
|
+
|
32086
|
+
.amis-scope .cxd-Portlet-toolbar {
|
32087
|
+
display: inline-flex;
|
32088
|
+
float: right;
|
32089
|
+
justify-content: flex-end;
|
32090
|
+
}
|
32091
|
+
|
32092
|
+
.amis-scope .cxd-Portlet-toolbar .cxd-Button {
|
32093
|
+
margin-left: calc(var(--gap-xs));
|
32094
|
+
}
|
32095
|
+
|
32096
|
+
.amis-scope .cxd-Portlet-header-desc {
|
32097
|
+
height: 100%;
|
32098
|
+
overflow: hidden;
|
32099
|
+
position: relative;
|
32100
|
+
margin-left: var(--gap-base);
|
32101
|
+
}
|
32102
|
+
|
32103
|
+
.amis-scope .cxd-Portlet.no-header .cxd-Portlet-tab .cxd-Tabs-links {
|
32104
|
+
display: none;
|
32105
|
+
}
|
32106
|
+
|
31450
32107
|
.amis-scope fieldset.cxd-Collapse--lg,
|
31451
32108
|
.amis-scope fieldset.cxd-Collapse--md,
|
31452
32109
|
.amis-scope fieldset.cxd-Collapse--base,
|
@@ -31505,11 +32162,14 @@ readers do not read off random characters that represent icons */
|
|
31505
32162
|
margin: var(--gap-base) 0;
|
31506
32163
|
padding: 0 0 0 14px;
|
31507
32164
|
cursor: pointer;
|
31508
|
-
border-bottom:
|
32165
|
+
border-bottom: none !important;
|
32166
|
+
background: transparent;
|
31509
32167
|
display: flex;
|
31510
32168
|
flex-direction: row;
|
31511
|
-
|
31512
|
-
|
32169
|
+
}
|
32170
|
+
|
32171
|
+
.amis-scope fieldset.cxd-Collapse > legend:hover {
|
32172
|
+
background: transparent;
|
31513
32173
|
}
|
31514
32174
|
|
31515
32175
|
.amis-scope fieldset.cxd-Collapse--xs {
|
@@ -32243,8 +32903,16 @@ readers do not read off random characters that represent icons */
|
|
32243
32903
|
color: var(--danger);
|
32244
32904
|
}
|
32245
32905
|
|
32246
|
-
.amis-scope .cxd-
|
32247
|
-
|
32906
|
+
.amis-scope .cxd-TextControl-input:hover {
|
32907
|
+
border-color: var(--Form-input-onHover-borderColor);
|
32908
|
+
}
|
32909
|
+
|
32910
|
+
.amis-scope .cxd-TextControl.is-disabled-input input {
|
32911
|
+
color: var(--Form-input-onDisabled-color);
|
32912
|
+
}
|
32913
|
+
|
32914
|
+
.amis-scope .cxd-TextareaControl {
|
32915
|
+
position: relative;
|
32248
32916
|
}
|
32249
32917
|
|
32250
32918
|
.amis-scope .cxd-TextareaControl > textarea {
|
@@ -32274,12 +32942,21 @@ readers do not read off random characters that represent icons */
|
|
32274
32942
|
color: var(--Form-input-placeholderColor);
|
32275
32943
|
}
|
32276
32944
|
|
32945
|
+
.amis-scope .cxd-TextareaControl > textarea:hover {
|
32946
|
+
border-color: var(--Form-input-onHover-borderColor);
|
32947
|
+
}
|
32948
|
+
|
32277
32949
|
.amis-scope .cxd-TextareaControl > textarea:focus,
|
32278
32950
|
.amis-scope .cxd-TextareaControl.is-focused > textarea {
|
32279
32951
|
border-color: var(--Form-input-onFocused-borderColor);
|
32280
32952
|
box-shadow: var(--Form-input-boxShadow);
|
32281
32953
|
}
|
32282
32954
|
|
32955
|
+
.amis-scope .cxd-TextareaControl > textarea:focus:hover,
|
32956
|
+
.amis-scope .cxd-TextareaControl.is-focused > textarea:hover {
|
32957
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
32958
|
+
}
|
32959
|
+
|
32283
32960
|
.amis-scope .cxd-TextareaControl.is-disabled > textarea,
|
32284
32961
|
.amis-scope .cxd-TextareaControl > textarea[disabled] {
|
32285
32962
|
background: #e5e7eb;
|
@@ -32576,7 +33253,7 @@ readers do not read off random characters that represent icons */
|
|
32576
33253
|
color: #999;
|
32577
33254
|
}
|
32578
33255
|
|
32579
|
-
.amis-scope .cxd-
|
33256
|
+
.amis-scope .cxd-Selection > .cxd-Checkbox {
|
32580
33257
|
display: block;
|
32581
33258
|
height: var(--Form-input-height);
|
32582
33259
|
line-height: var(--Form-input-lineHeight);
|
@@ -32584,43 +33261,36 @@ readers do not read off random characters that represent icons */
|
|
32584
33261
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
|
32585
33262
|
}
|
32586
33263
|
|
32587
|
-
.amis-scope .cxd-
|
33264
|
+
.amis-scope .cxd-Selection--inline > .cxd-Checkbox {
|
32588
33265
|
display: inline-block;
|
32589
33266
|
}
|
32590
33267
|
|
32591
|
-
.amis-scope .cxd-
|
33268
|
+
.amis-scope .cxd-Selection-addBtn {
|
32592
33269
|
display: block;
|
32593
33270
|
cursor: pointer;
|
32594
33271
|
}
|
32595
33272
|
|
32596
|
-
.amis-scope .cxd-
|
33273
|
+
.amis-scope .cxd-Selection-addBtn:hover {
|
32597
33274
|
text-decoration: none;
|
32598
33275
|
}
|
32599
33276
|
|
32600
|
-
.amis-scope .cxd-
|
33277
|
+
.amis-scope .cxd-Selection-addBtn > svg {
|
32601
33278
|
width: 0.875rem;
|
32602
33279
|
height: 0.875rem;
|
32603
33280
|
margin-right: var(--Checkbox-gap);
|
32604
33281
|
}
|
32605
33282
|
|
32606
|
-
.amis-scope .cxd-
|
32607
|
-
.amis-scope .cxd-ListCheckboxes-group:not(:first-child) > .cxd-ListRadios-itemLabel,
|
32608
|
-
.amis-scope .cxd-ListRadios-group:not(:first-child) > .cxd-ListCheckboxes-itemLabel,
|
32609
|
-
.amis-scope .cxd-ListRadios-group:not(:first-child) > .cxd-ListRadios-itemLabel {
|
33283
|
+
.amis-scope .cxd-GroupedSelection-group:not(:first-child) > .cxd-GroupedSelection-itemLabel {
|
32610
33284
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
32611
33285
|
}
|
32612
33286
|
|
32613
|
-
.amis-scope .cxd-
|
32614
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-itemLabel,
|
32615
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-itemLabel,
|
32616
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-itemLabel {
|
33287
|
+
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
|
32617
33288
|
font-size: var(--fontSizeSm);
|
32618
33289
|
padding: var(--gap-xs) var(--gap-xs);
|
32619
33290
|
color: var(--text--muted-color);
|
32620
33291
|
}
|
32621
33292
|
|
32622
|
-
.amis-scope .cxd-
|
32623
|
-
.amis-scope .cxd-ListRadios-item {
|
33293
|
+
.amis-scope .cxd-GroupedSelection-item {
|
32624
33294
|
display: flex;
|
32625
33295
|
height: var(--Form-input-height);
|
32626
33296
|
line-height: var(--Form-input-lineHeight);
|
@@ -32631,51 +33301,37 @@ readers do not read off random characters that represent icons */
|
|
32631
33301
|
user-select: none;
|
32632
33302
|
}
|
32633
33303
|
|
32634
|
-
.amis-scope .cxd-
|
32635
|
-
.amis-scope .cxd-ListRadios-item > .cxd-Checkbox {
|
33304
|
+
.amis-scope .cxd-GroupedSelection-item > .cxd-Checkbox {
|
32636
33305
|
margin-right: 0;
|
32637
33306
|
}
|
32638
33307
|
|
32639
|
-
.amis-scope .cxd-
|
32640
|
-
.amis-scope .cxd-ListRadios-item.is-active {
|
33308
|
+
.amis-scope .cxd-GroupedSelection-item.is-active {
|
32641
33309
|
color: var(--Form-select-menu-onActive-color);
|
32642
33310
|
background: var(--Form-select-menu-onActive-bg);
|
32643
33311
|
}
|
32644
33312
|
|
32645
|
-
.amis-scope .cxd-
|
32646
|
-
.amis-scope .cxd-ListRadios-item:hover {
|
33313
|
+
.amis-scope .cxd-GroupedSelection-item:hover {
|
32647
33314
|
background: var(--Tree-item-onHover-bg);
|
32648
33315
|
}
|
32649
33316
|
|
32650
|
-
.amis-scope .cxd-
|
32651
|
-
.amis-scope .cxd-ListRadios-item.is-disabled {
|
33317
|
+
.amis-scope .cxd-GroupedSelection-item.is-disabled {
|
32652
33318
|
pointer-events: none;
|
32653
33319
|
color: var(--text--muted-color);
|
32654
33320
|
}
|
32655
33321
|
|
32656
|
-
.amis-scope .cxd-
|
32657
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
|
32658
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
|
32659
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListRadios-item,
|
32660
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListCheckboxes-item,
|
32661
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
|
32662
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
|
32663
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListRadios-item {
|
33322
|
+
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
|
32664
33323
|
padding-left: var(--gap-base);
|
32665
33324
|
}
|
32666
33325
|
|
32667
|
-
.amis-scope .cxd-
|
32668
|
-
.amis-scope .cxd-ListRadios-itemLabel {
|
33326
|
+
.amis-scope .cxd-GroupedSelection-itemLabel {
|
32669
33327
|
flex-grow: 1;
|
32670
33328
|
}
|
32671
33329
|
|
32672
|
-
.amis-scope .cxd-
|
32673
|
-
.amis-scope .cxd-ListRadios-itemLabel span {
|
33330
|
+
.amis-scope .cxd-GroupedSelection-itemLabel span {
|
32674
33331
|
white-space: nowrap;
|
32675
33332
|
}
|
32676
33333
|
|
32677
|
-
.amis-scope .cxd-
|
32678
|
-
.amis-scope .cxd-ListRadios-placeholder {
|
33334
|
+
.amis-scope .cxd-GroupedSelection-placeholder {
|
32679
33335
|
height: var(--Form-input-height);
|
32680
33336
|
line-height: var(--Form-input-lineHeight);
|
32681
33337
|
font-size: var(--Form-input-fontSize);
|
@@ -32683,52 +33339,54 @@ readers do not read off random characters that represent icons */
|
|
32683
33339
|
color: var(--text--muted-color);
|
32684
33340
|
}
|
32685
33341
|
|
32686
|
-
.amis-scope .cxd-
|
33342
|
+
.amis-scope .cxd-TableSelection .cxd-Table-content {
|
32687
33343
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
32688
33344
|
}
|
32689
33345
|
|
32690
|
-
.amis-scope .cxd-
|
32691
|
-
.amis-scope .cxd-
|
33346
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th,
|
33347
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td {
|
32692
33348
|
font-size: var(--fontSizeSm);
|
32693
33349
|
padding-top: var(--gap-xs);
|
32694
33350
|
padding-bottom: 0.375rem;
|
32695
33351
|
vertical-align: middle;
|
32696
33352
|
}
|
32697
33353
|
|
32698
|
-
.amis-scope .cxd-
|
33354
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th {
|
32699
33355
|
padding-top: 0.375rem;
|
32700
33356
|
}
|
32701
33357
|
|
32702
|
-
.amis-scope .cxd-
|
32703
|
-
.amis-scope .cxd-
|
33358
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:first-child,
|
33359
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:first-child {
|
32704
33360
|
padding-left: 0.625rem;
|
32705
33361
|
padding-right: 0;
|
32706
33362
|
}
|
32707
33363
|
|
32708
|
-
.amis-scope .cxd-
|
32709
|
-
.amis-scope .cxd-
|
33364
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child,
|
33365
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:last-child {
|
32710
33366
|
padding-right: var(--gap-md);
|
32711
33367
|
}
|
32712
33368
|
|
32713
|
-
.amis-scope .cxd-
|
33369
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr {
|
32714
33370
|
cursor: pointer;
|
32715
33371
|
}
|
32716
33372
|
|
32717
|
-
.amis-scope .cxd-
|
32718
|
-
|
33373
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-active {
|
33374
|
+
color: var(--Form-select-menu-onActive-color);
|
33375
|
+
background: var(--Form-select-menu-onActive-bg);
|
33376
|
+
}
|
33377
|
+
|
33378
|
+
.amis-scope .cxd-TreeSelection .cxd-Table-expandBtn {
|
32719
33379
|
color: var(--icon-color);
|
32720
33380
|
margin-right: 5px;
|
32721
33381
|
}
|
32722
33382
|
|
32723
|
-
.amis-scope .cxd-
|
32724
|
-
.amis-scope .cxd-TreeRadios-sublist {
|
33383
|
+
.amis-scope .cxd-TreeSelection-sublist {
|
32725
33384
|
position: relative;
|
32726
33385
|
margin: 0 0 0 2.1875rem;
|
32727
33386
|
display: none;
|
32728
33387
|
}
|
32729
33388
|
|
32730
|
-
.amis-scope .cxd-
|
32731
|
-
.amis-scope .cxd-TreeRadios-sublist:before {
|
33389
|
+
.amis-scope .cxd-TreeSelection-sublist:before {
|
32732
33390
|
width: 1px;
|
32733
33391
|
content: "";
|
32734
33392
|
display: block;
|
@@ -32739,29 +33397,19 @@ readers do not read off random characters that represent icons */
|
|
32739
33397
|
border-left: dashed 1px var(--icon-color);
|
32740
33398
|
}
|
32741
33399
|
|
32742
|
-
.amis-scope .cxd-
|
32743
|
-
.amis-scope .cxd-TreeRadios-item {
|
33400
|
+
.amis-scope .cxd-TreeSelection-item {
|
32744
33401
|
position: relative;
|
32745
33402
|
}
|
32746
33403
|
|
32747
|
-
.amis-scope .cxd-
|
32748
|
-
.amis-scope .cxd-TreeCheckboxes-item.is-expanded > .cxd-TreeRadios-sublist,
|
32749
|
-
.amis-scope .cxd-TreeRadios-item.is-expanded > .cxd-TreeCheckboxes-sublist,
|
32750
|
-
.amis-scope .cxd-TreeRadios-item.is-expanded > .cxd-TreeRadios-sublist {
|
33404
|
+
.amis-scope .cxd-TreeSelection-item.is-expanded > .cxd-TreeSelection-sublist {
|
32751
33405
|
display: block;
|
32752
33406
|
}
|
32753
33407
|
|
32754
|
-
.amis-scope .cxd-
|
32755
|
-
.amis-scope .cxd-TreeCheckboxes-item:not(:last-child) > .cxd-TreeRadios-sublist:before,
|
32756
|
-
.amis-scope .cxd-TreeRadios-item:not(:last-child) > .cxd-TreeCheckboxes-sublist:before,
|
32757
|
-
.amis-scope .cxd-TreeRadios-item:not(:last-child) > .cxd-TreeRadios-sublist:before {
|
33408
|
+
.amis-scope .cxd-TreeSelection-item:not(:last-child) > .cxd-TreeSelection-sublist:before {
|
32758
33409
|
bottom: 0;
|
32759
33410
|
}
|
32760
33411
|
|
32761
|
-
.amis-scope .cxd-
|
32762
|
-
.amis-scope .cxd-TreeCheckboxes-sublist .cxd-TreeRadios-item:before,
|
32763
|
-
.amis-scope .cxd-TreeRadios-sublist .cxd-TreeCheckboxes-item:before,
|
32764
|
-
.amis-scope .cxd-TreeRadios-sublist .cxd-TreeRadios-item:before {
|
33412
|
+
.amis-scope .cxd-TreeSelection-sublist .cxd-TreeSelection-item:before {
|
32765
33413
|
height: 1px;
|
32766
33414
|
content: "";
|
32767
33415
|
display: block;
|
@@ -32772,8 +33420,7 @@ readers do not read off random characters that represent icons */
|
|
32772
33420
|
border-top: dashed 1px var(--icon-color);
|
32773
33421
|
}
|
32774
33422
|
|
32775
|
-
.amis-scope .cxd-
|
32776
|
-
.amis-scope .cxd-TreeRadios-itemInner {
|
33423
|
+
.amis-scope .cxd-TreeSelection-itemInner {
|
32777
33424
|
display: flex;
|
32778
33425
|
align-items: center;
|
32779
33426
|
height: var(--Form-input-height);
|
@@ -32786,20 +33433,17 @@ readers do not read off random characters that represent icons */
|
|
32786
33433
|
position: relative;
|
32787
33434
|
}
|
32788
33435
|
|
32789
|
-
.amis-scope .cxd-
|
32790
|
-
.amis-scope .cxd-TreeRadios-itemInner > .cxd-Checkbox {
|
33436
|
+
.amis-scope .cxd-TreeSelection-itemInner > .cxd-Checkbox {
|
32791
33437
|
margin-right: 0;
|
32792
33438
|
margin-left: var(--gap-sm);
|
32793
33439
|
}
|
32794
33440
|
|
32795
|
-
.amis-scope .cxd-
|
32796
|
-
.amis-scope .cxd-TreeRadios-itemInner > * {
|
33441
|
+
.amis-scope .cxd-TreeSelection-itemInner > * {
|
32797
33442
|
position: relative;
|
32798
33443
|
z-index: 2;
|
32799
33444
|
}
|
32800
33445
|
|
32801
|
-
.amis-scope .cxd-
|
32802
|
-
.amis-scope .cxd-TreeRadios-itemInner:hover:after {
|
33446
|
+
.amis-scope .cxd-TreeSelection-itemInner:hover:after {
|
32803
33447
|
position: absolute;
|
32804
33448
|
content: "";
|
32805
33449
|
z-index: 1;
|
@@ -32810,24 +33454,20 @@ readers do not read off random characters that represent icons */
|
|
32810
33454
|
background: var(--Tree-item-onHover-bg);
|
32811
33455
|
}
|
32812
33456
|
|
32813
|
-
.amis-scope .cxd-
|
32814
|
-
.amis-scope .cxd-TreeRadios-itemInner.is-active {
|
33457
|
+
.amis-scope .cxd-TreeSelection-itemInner.is-active {
|
32815
33458
|
color: var(--Form-select-menu-onActive-color);
|
32816
33459
|
}
|
32817
33460
|
|
32818
|
-
.amis-scope .cxd-
|
32819
|
-
.amis-scope .cxd-TreeRadios-itemInner.is-disabled {
|
33461
|
+
.amis-scope .cxd-TreeSelection-itemInner.is-disabled {
|
32820
33462
|
pointer-events: none;
|
32821
33463
|
color: var(--text--muted-color);
|
32822
33464
|
}
|
32823
33465
|
|
32824
|
-
.amis-scope .cxd-
|
32825
|
-
.amis-scope .cxd-TreeRadios-itemLabel {
|
33466
|
+
.amis-scope .cxd-TreeSelection-itemLabel {
|
32826
33467
|
flex-grow: 1;
|
32827
33468
|
}
|
32828
33469
|
|
32829
|
-
.amis-scope .cxd-
|
32830
|
-
.amis-scope .cxd-TreeRadios-placeholder {
|
33470
|
+
.amis-scope .cxd-TreeSelection-placeholder {
|
32831
33471
|
height: var(--Form-input-height);
|
32832
33472
|
line-height: var(--Form-input-lineHeight);
|
32833
33473
|
font-size: var(--Form-input-fontSize);
|
@@ -32835,27 +33475,27 @@ readers do not read off random characters that represent icons */
|
|
32835
33475
|
color: var(--text--muted-color);
|
32836
33476
|
}
|
32837
33477
|
|
32838
|
-
.amis-scope .cxd-
|
33478
|
+
.amis-scope .cxd-ChainedSelection {
|
32839
33479
|
display: flex;
|
32840
33480
|
flex-direction: row;
|
32841
33481
|
}
|
32842
33482
|
|
32843
|
-
.amis-scope .cxd-
|
33483
|
+
.amis-scope .cxd-ChainedSelection-col {
|
32844
33484
|
flex-grow: 1;
|
32845
33485
|
min-width: 150px;
|
32846
33486
|
}
|
32847
33487
|
|
32848
|
-
.amis-scope .cxd-
|
33488
|
+
.amis-scope .cxd-ChainedSelection-col:not(:last-child) {
|
32849
33489
|
border-right: 1px solid var(--borderColor);
|
32850
33490
|
}
|
32851
33491
|
|
32852
|
-
.amis-scope .cxd-
|
33492
|
+
.amis-scope .cxd-ChainedSelection-subTitle {
|
32853
33493
|
font-size: var(--fontSizeSm);
|
32854
33494
|
padding: var(--gap-xs) var(--gap-xs);
|
32855
33495
|
color: var(--text--muted-color);
|
32856
33496
|
}
|
32857
33497
|
|
32858
|
-
.amis-scope .cxd-
|
33498
|
+
.amis-scope .cxd-ChainedSelection-item {
|
32859
33499
|
display: flex;
|
32860
33500
|
height: var(--Form-input-height);
|
32861
33501
|
line-height: var(--Form-input-lineHeight);
|
@@ -32866,29 +33506,29 @@ readers do not read off random characters that represent icons */
|
|
32866
33506
|
user-select: none;
|
32867
33507
|
}
|
32868
33508
|
|
32869
|
-
.amis-scope .cxd-
|
33509
|
+
.amis-scope .cxd-ChainedSelection-item > .cxd-Checkbox {
|
32870
33510
|
margin-right: 0;
|
32871
33511
|
}
|
32872
33512
|
|
32873
|
-
.amis-scope .cxd-
|
33513
|
+
.amis-scope .cxd-ChainedSelection-item.is-active {
|
32874
33514
|
color: var(--Form-select-menu-onActive-color);
|
32875
33515
|
background: var(--Form-select-menu-onActive-bg);
|
32876
33516
|
}
|
32877
33517
|
|
32878
|
-
.amis-scope .cxd-
|
33518
|
+
.amis-scope .cxd-ChainedSelection-item:hover {
|
32879
33519
|
background: var(--Tree-item-onHover-bg);
|
32880
33520
|
}
|
32881
33521
|
|
32882
|
-
.amis-scope .cxd-
|
33522
|
+
.amis-scope .cxd-ChainedSelection-item.is-disabled {
|
32883
33523
|
pointer-events: none;
|
32884
33524
|
color: var(--text--muted-color);
|
32885
33525
|
}
|
32886
33526
|
|
32887
|
-
.amis-scope .cxd-
|
33527
|
+
.amis-scope .cxd-ChainedSelection-itemLabel {
|
32888
33528
|
flex-grow: 1;
|
32889
33529
|
}
|
32890
33530
|
|
32891
|
-
.amis-scope .cxd-
|
33531
|
+
.amis-scope .cxd-ChainedSelection-placeholder {
|
32892
33532
|
height: var(--Form-input-height);
|
32893
33533
|
line-height: var(--Form-input-lineHeight);
|
32894
33534
|
font-size: var(--Form-input-fontSize);
|
@@ -32896,34 +33536,35 @@ readers do not read off random characters that represent icons */
|
|
32896
33536
|
color: var(--text--muted-color);
|
32897
33537
|
}
|
32898
33538
|
|
32899
|
-
.amis-scope .cxd-
|
33539
|
+
.amis-scope .cxd-AssociatedSelection {
|
32900
33540
|
display: flex;
|
32901
33541
|
flex-direction: row;
|
32902
33542
|
}
|
32903
33543
|
|
32904
|
-
.amis-scope .cxd-
|
32905
|
-
.amis-scope .cxd-
|
33544
|
+
.amis-scope .cxd-AssociatedSelection-left,
|
33545
|
+
.amis-scope .cxd-AssociatedSelection-right {
|
32906
33546
|
flex-grow: 1;
|
32907
33547
|
width: 0;
|
32908
|
-
height:
|
33548
|
+
min-height: 12.5rem;
|
33549
|
+
max-height: 25rem;
|
32909
33550
|
overflow: auto;
|
32910
33551
|
}
|
32911
33552
|
|
32912
|
-
.amis-scope .cxd-
|
33553
|
+
.amis-scope .cxd-AssociatedSelection-left {
|
32913
33554
|
border-right: 1px solid var(--borderColor);
|
32914
33555
|
}
|
32915
33556
|
|
32916
|
-
.amis-scope .cxd-
|
33557
|
+
.amis-scope .cxd-AssociatedSelection-reload {
|
32917
33558
|
text-align: center;
|
32918
33559
|
color: var(--info);
|
32919
33560
|
margin: 20px 0 0;
|
32920
33561
|
}
|
32921
33562
|
|
32922
|
-
.amis-scope .cxd-
|
33563
|
+
.amis-scope .cxd-AssociatedSelection-reload.is-clickable {
|
32923
33564
|
cursor: pointer;
|
32924
33565
|
}
|
32925
33566
|
|
32926
|
-
.amis-scope .cxd-
|
33567
|
+
.amis-scope .cxd-AssociatedSelection-box {
|
32927
33568
|
line-height: var(--Form-input-lineHeight);
|
32928
33569
|
font-size: var(--fontSizeSm);
|
32929
33570
|
color: var(--text--muted-color);
|
@@ -32935,7 +33576,7 @@ readers do not read off random characters that represent icons */
|
|
32935
33576
|
height: 100%;
|
32936
33577
|
}
|
32937
33578
|
|
32938
|
-
.amis-scope .cxd-
|
33579
|
+
.amis-scope .cxd-AssociatedSelection-box > p {
|
32939
33580
|
text-align: center;
|
32940
33581
|
margin: 10px 0 20px;
|
32941
33582
|
color: var(--text--muted-color);
|
@@ -33672,6 +34313,7 @@ readers do not read off random characters that represent icons */
|
|
33672
34313
|
color: var(--ListControl-item-color);
|
33673
34314
|
transition: var(--ListControl-item-transition);
|
33674
34315
|
max-width: calc(12.5rem + 2 * var(--ListControl-item-paddingX));
|
34316
|
+
border-radius: var(--ListControl-item-borderRadius);
|
33675
34317
|
}
|
33676
34318
|
|
33677
34319
|
.amis-scope .cxd-ListControl-item:not(.is-disabled) {
|
@@ -33783,7 +34425,7 @@ readers do not read off random characters that represent icons */
|
|
33783
34425
|
white-space: nowrap;
|
33784
34426
|
color: var(--DatePicker-color);
|
33785
34427
|
background: var(--DatePicker-bg);
|
33786
|
-
border-radius: var(--
|
34428
|
+
border-radius: var(--LocationPicker-borderRadius);
|
33787
34429
|
}
|
33788
34430
|
|
33789
34431
|
.amis-scope .cxd-LocationPicker:not(.is-disabled) {
|
@@ -33935,6 +34577,7 @@ readers do not read off random characters that represent icons */
|
|
33935
34577
|
padding: var(--ColorPicker-paddingY) var(--ColorPicker-paddingX);
|
33936
34578
|
background: var(--ColorPicker-bg);
|
33937
34579
|
color: var(--ColorPicker-color);
|
34580
|
+
border-radius: var(--borderRadius);
|
33938
34581
|
}
|
33939
34582
|
|
33940
34583
|
.amis-scope .cxd-ColorPicker:not(.is-disabled) {
|
@@ -34096,6 +34739,8 @@ readers do not read off random characters that represent icons */
|
|
34096
34739
|
.amis-scope .cxd-DatePicker-toggler {
|
34097
34740
|
cursor: pointer;
|
34098
34741
|
color: var(--DatePicker-iconColor);
|
34742
|
+
display: inline-flex;
|
34743
|
+
align-items: center;
|
34099
34744
|
}
|
34100
34745
|
|
34101
34746
|
.amis-scope .cxd-DatePicker-toggler:hover {
|
@@ -34614,6 +35259,8 @@ readers do not read off random characters that represent icons */
|
|
34614
35259
|
.amis-scope .cxd-DateRangePicker-toggler {
|
34615
35260
|
cursor: pointer;
|
34616
35261
|
color: var(--DatePicker-iconColor);
|
35262
|
+
display: inline-flex;
|
35263
|
+
align-items: center;
|
34617
35264
|
}
|
34618
35265
|
|
34619
35266
|
.amis-scope .cxd-DateRangePicker-toggler:hover {
|
@@ -34729,9 +35376,11 @@ readers do not read off random characters that represent icons */
|
|
34729
35376
|
width: 7.5rem;
|
34730
35377
|
height: 7.5rem;
|
34731
35378
|
display: inline-flex;
|
35379
|
+
flex-direction: column;
|
34732
35380
|
justify-content: center;
|
34733
35381
|
align-items: center;
|
34734
35382
|
border: var(--borderWidth) solid var(--borderColor);
|
35383
|
+
border-radius: var(--ImageControl-addBtn-borderRadius);
|
34735
35384
|
cursor: pointer;
|
34736
35385
|
margin-right: var(--gap-base);
|
34737
35386
|
color: var(--ImageControl-addBtn-color);
|
@@ -34758,9 +35407,10 @@ readers do not read off random characters that represent icons */
|
|
34758
35407
|
}
|
34759
35408
|
|
34760
35409
|
.amis-scope .cxd-ImageControl-addBtn > svg {
|
34761
|
-
width:
|
34762
|
-
height:
|
35410
|
+
width: 1.5rem;
|
35411
|
+
height: 1.5rem;
|
34763
35412
|
top: 0;
|
35413
|
+
margin-bottom: 0.5rem;
|
34764
35414
|
}
|
34765
35415
|
|
34766
35416
|
.amis-scope .cxd-ImageControl-addBtn.is-disabled {
|
@@ -34798,6 +35448,7 @@ readers do not read off random characters that represent icons */
|
|
34798
35448
|
|
34799
35449
|
.amis-scope .cxd-ImageControl-item {
|
34800
35450
|
border: var(--borderWidth) solid var(--borderColor);
|
35451
|
+
border-radius: var(--ImageControl-addBtn-borderRadius);
|
34801
35452
|
vertical-align: top;
|
34802
35453
|
padding: var(--gap-xs);
|
34803
35454
|
display: inline-block;
|
@@ -34855,6 +35506,7 @@ readers do not read off random characters that represent icons */
|
|
34855
35506
|
|
34856
35507
|
.amis-scope .cxd-ImageControl-progressValue {
|
34857
35508
|
height: 5px;
|
35509
|
+
border-radius: var(--ImageControl-progress-borderRadius);
|
34858
35510
|
display: block;
|
34859
35511
|
background: var(--info);
|
34860
35512
|
min-width: 10%;
|
@@ -34959,18 +35611,29 @@ readers do not read off random characters that represent icons */
|
|
34959
35611
|
height: 100%;
|
34960
35612
|
}
|
34961
35613
|
|
35614
|
+
.amis-scope .cxd-FileControl-templateInfo {
|
35615
|
+
display: block;
|
35616
|
+
margin-bottom: var(--gap-base);
|
35617
|
+
padding: var(--Button-paddingY) var(--Button-paddingX);
|
35618
|
+
cursor: pointer;
|
35619
|
+
}
|
35620
|
+
|
35621
|
+
.amis-scope .cxd-FileControl-templateInfo > svg {
|
35622
|
+
margin-right: var(--gap-xs);
|
35623
|
+
}
|
35624
|
+
|
34962
35625
|
.amis-scope .cxd-FileControl-dropzone {
|
34963
35626
|
outline: none;
|
34964
35627
|
}
|
34965
35628
|
|
34966
35629
|
.amis-scope .cxd-FileControl-selectBtn {
|
34967
|
-
|
35630
|
+
display: flex;
|
35631
|
+
align-items: center;
|
34968
35632
|
}
|
34969
35633
|
|
34970
35634
|
.amis-scope .cxd-FileControl-selectBtn > svg {
|
34971
|
-
|
34972
|
-
|
34973
|
-
height: pxrem(16px);
|
35635
|
+
width: 0.875rem;
|
35636
|
+
height: 0.875rem;
|
34974
35637
|
}
|
34975
35638
|
|
34976
35639
|
.amis-scope .cxd-FileControl-description {
|
@@ -35082,6 +35745,7 @@ readers do not read off random characters that represent icons */
|
|
35082
35745
|
.amis-scope .cxd-FileControl-progress > span {
|
35083
35746
|
display: block;
|
35084
35747
|
background: var(--info);
|
35748
|
+
border-radius: var(--FileControl-progress-borderRadius);
|
35085
35749
|
height: 100%;
|
35086
35750
|
min-width: 10%;
|
35087
35751
|
transition: ease-out width var(--animation-duration);
|
@@ -36838,6 +37502,7 @@ readers do not read off random characters that represent icons */
|
|
36838
37502
|
font-size: var(--Form-input-fontSize);
|
36839
37503
|
padding: calc( ( 1.875rem - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
36840
37504
|
flex-direction: row;
|
37505
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
36841
37506
|
}
|
36842
37507
|
|
36843
37508
|
.amis-scope .cxd-Transfer-title--light {
|
@@ -36857,21 +37522,22 @@ readers do not read off random characters that represent icons */
|
|
36857
37522
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
36858
37523
|
display: flex;
|
36859
37524
|
flex-direction: column;
|
37525
|
+
border-radius: var(--borderRadius);
|
36860
37526
|
}
|
36861
37527
|
|
36862
|
-
.amis-scope .cxd-Transfer-select > .cxd-Transfer-
|
36863
|
-
.amis-scope .cxd-Transfer-result > .cxd-Transfer-
|
37528
|
+
.amis-scope .cxd-Transfer-select > .cxd-Transfer-selection,
|
37529
|
+
.amis-scope .cxd-Transfer-result > .cxd-Transfer-value {
|
36864
37530
|
flex-grow: 1;
|
36865
37531
|
max-height: 100%;
|
36866
37532
|
overflow: auto;
|
36867
37533
|
position: relative;
|
36868
37534
|
}
|
36869
37535
|
|
36870
|
-
.amis-scope .cxd-Transfer-search + .cxd-Transfer-
|
37536
|
+
.amis-scope .cxd-Transfer-search + .cxd-Transfer-selection {
|
36871
37537
|
border-top: 1px solid var(--borderColor);
|
36872
37538
|
}
|
36873
37539
|
|
36874
|
-
.amis-scope .cxd-Transfer-
|
37540
|
+
.amis-scope .cxd-Transfer-selection .cxd-ListSelection-placeholder {
|
36875
37541
|
height: 100%;
|
36876
37542
|
display: flex;
|
36877
37543
|
align-items: center;
|
@@ -36919,13 +37585,29 @@ readers do not read off random characters that represent icons */
|
|
36919
37585
|
color: var(--text--muted-color);
|
36920
37586
|
}
|
36921
37587
|
|
36922
|
-
.amis-scope .cxd-Transfer-
|
37588
|
+
.amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
|
37589
|
+
height: 40px;
|
37590
|
+
}
|
37591
|
+
|
37592
|
+
.amis-scope .cxd-TabsTransfer-placeholder {
|
37593
|
+
height: var(--Form-input-height);
|
37594
|
+
line-height: var(--Form-input-lineHeight);
|
37595
|
+
font-size: var(--Form-input-fontSize);
|
37596
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
37597
|
+
color: var(--text--muted-color);
|
37598
|
+
}
|
37599
|
+
|
37600
|
+
.amis-scope .cxd-TabsTransfer-tab {
|
37601
|
+
padding: 0;
|
37602
|
+
}
|
37603
|
+
|
37604
|
+
.amis-scope .cxd-TabsTransfer-tabs {
|
36923
37605
|
display: flex;
|
36924
37606
|
flex-direction: column;
|
36925
37607
|
height: 100%;
|
36926
37608
|
}
|
36927
37609
|
|
36928
|
-
.amis-scope .cxd-
|
37610
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links {
|
36929
37611
|
border-top: 0 none;
|
36930
37612
|
padding: 5px 0 0 5px;
|
36931
37613
|
display: flex;
|
@@ -36934,59 +37616,48 @@ readers do not read off random characters that represent icons */
|
|
36934
37616
|
align-items: center;
|
36935
37617
|
}
|
36936
37618
|
|
36937
|
-
.amis-scope .cxd-
|
37619
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
|
36938
37620
|
font-size: 12px;
|
36939
37621
|
padding: 7px 8px;
|
36940
37622
|
}
|
36941
37623
|
|
36942
|
-
.amis-scope .cxd-
|
37624
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links .cxd-TabsTransfer-tabsMid {
|
36943
37625
|
flex-grow: 1;
|
36944
37626
|
}
|
36945
37627
|
|
36946
|
-
.amis-scope .cxd-
|
37628
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox {
|
36947
37629
|
margin: -5px 5px 0 10px;
|
36948
37630
|
}
|
36949
37631
|
|
36950
|
-
.amis-scope .cxd-
|
37632
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox.is-active {
|
36951
37633
|
width: 150px;
|
36952
37634
|
margin-right: 10px;
|
36953
37635
|
padding-left: 10px;
|
36954
37636
|
}
|
36955
37637
|
|
36956
|
-
.amis-scope .cxd-
|
37638
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content {
|
36957
37639
|
flex-grow: 1;
|
37640
|
+
min-height: 0;
|
36958
37641
|
position: relative;
|
36959
37642
|
padding: 5px 0 0;
|
36960
37643
|
}
|
36961
37644
|
|
36962
|
-
.amis-scope .cxd-
|
37645
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane {
|
36963
37646
|
position: relative;
|
36964
|
-
|
37647
|
+
height: 100%;
|
36965
37648
|
}
|
36966
37649
|
|
36967
|
-
.amis-scope .cxd-
|
37650
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active {
|
36968
37651
|
display: flex;
|
36969
37652
|
flex-direction: column;
|
36970
37653
|
}
|
36971
37654
|
|
36972
|
-
.amis-scope .cxd-
|
37655
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active > .cxd-Transfer-selection {
|
36973
37656
|
flex-grow: 1;
|
36974
37657
|
max-height: 100%;
|
36975
37658
|
overflow: auto;
|
36976
37659
|
}
|
36977
37660
|
|
36978
|
-
.amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
|
36979
|
-
height: 40px;
|
36980
|
-
}
|
36981
|
-
|
36982
|
-
.amis-scope .cxd-TabsTransfer-placeholder {
|
36983
|
-
height: var(--Form-input-height);
|
36984
|
-
line-height: var(--Form-input-lineHeight);
|
36985
|
-
font-size: var(--Form-input-fontSize);
|
36986
|
-
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
36987
|
-
color: var(--text--muted-color);
|
36988
|
-
}
|
36989
|
-
|
36990
37661
|
.amis-scope .cxd-TransferControl {
|
36991
37662
|
position: relative;
|
36992
37663
|
}
|
@@ -36995,6 +37666,57 @@ readers do not read off random characters that represent icons */
|
|
36995
37666
|
display: inline-block;
|
36996
37667
|
}
|
36997
37668
|
|
37669
|
+
.amis-scope .cxd-TransferPicker-icon {
|
37670
|
+
transition: transform var(--animation-duration) ease-out;
|
37671
|
+
margin: 5px 5px 5px auto;
|
37672
|
+
display: flex;
|
37673
|
+
color: var(--Form-select-caret-iconColor);
|
37674
|
+
}
|
37675
|
+
|
37676
|
+
.amis-scope .cxd-TransferPicker-icon:hover {
|
37677
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37678
|
+
}
|
37679
|
+
|
37680
|
+
.amis-scope .cxd-TransferPicker-icon > svg {
|
37681
|
+
width: 0.75rem;
|
37682
|
+
height: 0.75rem;
|
37683
|
+
top: 0;
|
37684
|
+
}
|
37685
|
+
|
37686
|
+
.amis-scope .cxd-TransferDropDown-icon {
|
37687
|
+
transition: transform var(--animation-duration) ease-out;
|
37688
|
+
margin: 5px 5px 5px auto;
|
37689
|
+
display: flex;
|
37690
|
+
color: var(--Form-select-caret-iconColor);
|
37691
|
+
}
|
37692
|
+
|
37693
|
+
.amis-scope .cxd-TransferDropDown-icon:hover {
|
37694
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37695
|
+
}
|
37696
|
+
|
37697
|
+
.amis-scope .cxd-TransferDropDown-icon > svg {
|
37698
|
+
width: 0.625rem;
|
37699
|
+
height: 0.625rem;
|
37700
|
+
top: 0;
|
37701
|
+
}
|
37702
|
+
|
37703
|
+
.amis-scope .cxd-TransferDropDown.is-active .cxd-TransferDropDown-icon {
|
37704
|
+
transform: rotate(180deg);
|
37705
|
+
}
|
37706
|
+
|
37707
|
+
.amis-scope .cxd-TransferDropDown-content {
|
37708
|
+
min-height: 12.5rem;
|
37709
|
+
display: flex;
|
37710
|
+
flex-direction: column;
|
37711
|
+
}
|
37712
|
+
|
37713
|
+
.amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
|
37714
|
+
flex-grow: 1;
|
37715
|
+
max-height: 100%;
|
37716
|
+
overflow: auto;
|
37717
|
+
position: relative;
|
37718
|
+
}
|
37719
|
+
|
36998
37720
|
.amis-scope .cxd-NestedSelectControl {
|
36999
37721
|
position: relative;
|
37000
37722
|
}
|
@@ -37698,12 +38420,61 @@ readers do not read off random characters that represent icons */
|
|
37698
38420
|
min-width: var(--Form-control-widthSm);
|
37699
38421
|
}
|
37700
38422
|
|
38423
|
+
.amis-scope .cxd-Form--column {
|
38424
|
+
display: flex;
|
38425
|
+
flex-wrap: wrap;
|
38426
|
+
margin-left: calc(var(--Form-group-gutterWidth) / -2);
|
38427
|
+
margin-right: calc(var(--Form-group-gutterWidth) / -2);
|
38428
|
+
}
|
38429
|
+
|
38430
|
+
.amis-scope .cxd-Form--column > .cxd-Form-item {
|
38431
|
+
flex-grow: 1;
|
38432
|
+
padding-left: calc(var(--Form-group-gutterWidth) / 2);
|
38433
|
+
padding-right: calc(var(--Form-group-gutterWidth) / 2);
|
38434
|
+
}
|
38435
|
+
|
38436
|
+
.amis-scope .cxd-Form--column-2 > .cxd-Form-item {
|
38437
|
+
width: 50%;
|
38438
|
+
}
|
38439
|
+
|
38440
|
+
.amis-scope .cxd-Form--column-3 > .cxd-Form-item {
|
38441
|
+
width: 33%;
|
38442
|
+
}
|
38443
|
+
|
38444
|
+
.amis-scope .cxd-Form--column-4 > .cxd-Form-item {
|
38445
|
+
width: 25%;
|
38446
|
+
}
|
38447
|
+
|
38448
|
+
.amis-scope .cxd-Form--column-5 > .cxd-Form-item {
|
38449
|
+
width: 20%;
|
38450
|
+
}
|
38451
|
+
|
38452
|
+
.amis-scope .cxd-Form--column-6 > .cxd-Form-item {
|
38453
|
+
width: 16.6%;
|
38454
|
+
}
|
38455
|
+
|
38456
|
+
.amis-scope .cxd-Form--column-7 > .cxd-Form-item {
|
38457
|
+
width: 14.2%;
|
38458
|
+
}
|
38459
|
+
|
38460
|
+
.amis-scope .cxd-Form--column-8 > .cxd-Form-item {
|
38461
|
+
width: 12.5%;
|
38462
|
+
}
|
38463
|
+
|
38464
|
+
.amis-scope .cxd-Form-column-9 > .cxd-Form-item {
|
38465
|
+
width: 11.1%;
|
38466
|
+
}
|
38467
|
+
|
38468
|
+
.amis-scope .cxd-Form-column-10 > .cxd-Form-item {
|
38469
|
+
width: 10%;
|
38470
|
+
}
|
38471
|
+
|
37701
38472
|
.amis-scope .cxd-AnchorNav {
|
37702
38473
|
display: flex;
|
37703
38474
|
height: 25rem;
|
37704
38475
|
}
|
37705
38476
|
|
37706
|
-
.amis-scope .cxd-AnchorNav-link-wrap {
|
38477
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap {
|
37707
38478
|
margin: 0;
|
37708
38479
|
padding: 0;
|
37709
38480
|
width: var(--Tabs--vertical-width);
|
@@ -37711,12 +38482,12 @@ readers do not read off random characters that represent icons */
|
|
37711
38482
|
padding-bottom: 3.75rem;
|
37712
38483
|
}
|
37713
38484
|
|
37714
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
38485
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
37715
38486
|
position: relative;
|
37716
38487
|
display: block;
|
37717
38488
|
}
|
37718
38489
|
|
37719
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
|
38490
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
|
37720
38491
|
display: block;
|
37721
38492
|
border: var(--Tabs-borderWidth) solid transparent;
|
37722
38493
|
border-width: var(--AnchorNav-onActive-borderWidth);
|
@@ -37730,16 +38501,70 @@ readers do not read off random characters that represent icons */
|
|
37730
38501
|
margin: 0;
|
37731
38502
|
}
|
37732
38503
|
|
37733
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
|
38504
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
|
37734
38505
|
color: var(--primary);
|
37735
38506
|
}
|
37736
38507
|
|
37737
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
|
37738
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
|
38508
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
|
38509
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
|
37739
38510
|
color: var(--Tabs--vertical-onActive-color);
|
37740
38511
|
border-color: var(--Tabs--vertical-onActive-border);
|
37741
38512
|
}
|
37742
38513
|
|
38514
|
+
.amis-scope .cxd-AnchorNav--horizontal {
|
38515
|
+
flex-direction: column;
|
38516
|
+
}
|
38517
|
+
|
38518
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap {
|
38519
|
+
user-select: none;
|
38520
|
+
margin: 0px;
|
38521
|
+
padding: 0px;
|
38522
|
+
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
38523
|
+
list-style: none;
|
38524
|
+
}
|
38525
|
+
|
38526
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
38527
|
+
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
38528
|
+
display: inline-block;
|
38529
|
+
position: relative;
|
38530
|
+
}
|
38531
|
+
|
38532
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child {
|
38533
|
+
font-size: var(--Tabs-linkFontSize);
|
38534
|
+
outline: 0;
|
38535
|
+
border: var(--Tabs-borderWidth) solid transparent;
|
38536
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38537
|
+
border-top-left-radius: var(--Tabs-borderRadius);
|
38538
|
+
border-top-right-radius: var(--Tabs-borderRadius);
|
38539
|
+
color: var(--Tabs-color);
|
38540
|
+
margin: var(--Tabs-linkMargin);
|
38541
|
+
padding: var(--Tabs-linkPadding);
|
38542
|
+
text-decoration: none;
|
38543
|
+
cursor: pointer;
|
38544
|
+
display: block;
|
38545
|
+
}
|
38546
|
+
|
38547
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:hover,
|
38548
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:focus {
|
38549
|
+
color: var(--primary);
|
38550
|
+
background: transparent;
|
38551
|
+
border-color: transparent;
|
38552
|
+
}
|
38553
|
+
|
38554
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link:last-child > a {
|
38555
|
+
margin: 0;
|
38556
|
+
}
|
38557
|
+
|
38558
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child,
|
38559
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:hover,
|
38560
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:focus {
|
38561
|
+
font-size: var(--Tabs-linkFontSize);
|
38562
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38563
|
+
border-color: var(--Tabs--line-onHover-borderColor);
|
38564
|
+
color: var(--Tabs--line-onHover-color);
|
38565
|
+
background: transparent;
|
38566
|
+
}
|
38567
|
+
|
37743
38568
|
.amis-scope .cxd-AnchorNav-section-wrap {
|
37744
38569
|
border: none;
|
37745
38570
|
flex-grow: 1;
|
@@ -38017,6 +38842,19 @@ readers do not read off random characters that represent icons */
|
|
38017
38842
|
border-bottom-color: #eee;
|
38018
38843
|
}
|
38019
38844
|
|
38845
|
+
.amis-scope .cxd-Link.is-disabled {
|
38846
|
+
cursor: not-allowed;
|
38847
|
+
color: var(--text--muted-color);
|
38848
|
+
}
|
38849
|
+
|
38850
|
+
.amis-scope .cxd-MappingField {
|
38851
|
+
margin-right: var(--gap-xs);
|
38852
|
+
}
|
38853
|
+
|
38854
|
+
.amis-scope .cxd-MappingField:last-child {
|
38855
|
+
margin-right: 0;
|
38856
|
+
}
|
38857
|
+
|
38020
38858
|
/*
|
38021
38859
|
* utilities
|
38022
38860
|
*/
|
@@ -38214,38 +39052,38 @@ readers do not read off random characters that represent icons */
|
|
38214
39052
|
}
|
38215
39053
|
|
38216
39054
|
.amis-scope .bg-success {
|
38217
|
-
background-color: #
|
38218
|
-
color: #
|
39055
|
+
background-color: #0bc286;
|
39056
|
+
color: #a4f5da;
|
38219
39057
|
}
|
38220
39058
|
|
38221
39059
|
.amis-scope .bg-success.lt,
|
38222
39060
|
.amis-scope .bg-success .lt {
|
38223
|
-
background: #
|
39061
|
+
background: #0fd796;
|
38224
39062
|
}
|
38225
39063
|
|
38226
39064
|
.amis-scope .bg-success.lter,
|
38227
39065
|
.amis-scope .bg-success .lter {
|
38228
|
-
background: #
|
39066
|
+
background: #15eba5;
|
38229
39067
|
}
|
38230
39068
|
|
38231
39069
|
.amis-scope .bg-success.dk,
|
38232
39070
|
.amis-scope .bg-success .dk {
|
38233
|
-
background: #
|
39071
|
+
background: #07ac76;
|
38234
39072
|
}
|
38235
39073
|
|
38236
39074
|
.amis-scope .bg-success.dker,
|
38237
39075
|
.amis-scope .bg-success .dker {
|
38238
|
-
background: #
|
39076
|
+
background: #049666;
|
38239
39077
|
}
|
38240
39078
|
|
38241
39079
|
.amis-scope .bg-success.bg,
|
38242
39080
|
.amis-scope .bg-success .bg {
|
38243
|
-
background-color: #
|
39081
|
+
background-color: #0bc286;
|
38244
39082
|
}
|
38245
39083
|
|
38246
39084
|
.amis-scope .bg-success a,
|
38247
39085
|
.amis-scope .bg-success .cxd-Button--link {
|
38248
|
-
color: #
|
39086
|
+
color: #d2faed;
|
38249
39087
|
}
|
38250
39088
|
|
38251
39089
|
.amis-scope .bg-success a:hover,
|
@@ -38322,38 +39160,38 @@ readers do not read off random characters that represent icons */
|
|
38322
39160
|
}
|
38323
39161
|
|
38324
39162
|
.amis-scope .bg-warning {
|
38325
|
-
background-color: #
|
38326
|
-
color: #
|
39163
|
+
background-color: #ffb200;
|
39164
|
+
color: #fcefcf;
|
38327
39165
|
}
|
38328
39166
|
|
38329
39167
|
.amis-scope .bg-warning.lt,
|
38330
39168
|
.amis-scope .bg-warning .lt {
|
38331
|
-
background: #
|
39169
|
+
background: #fcb91c;
|
38332
39170
|
}
|
38333
39171
|
|
38334
39172
|
.amis-scope .bg-warning.lter,
|
38335
39173
|
.amis-scope .bg-warning .lter {
|
38336
|
-
background: #
|
39174
|
+
background: #fabf38;
|
38337
39175
|
}
|
38338
39176
|
|
38339
39177
|
.amis-scope .bg-warning.dk,
|
38340
39178
|
.amis-scope .bg-warning .dk {
|
38341
|
-
background: #
|
39179
|
+
background: #e6a000;
|
38342
39180
|
}
|
38343
39181
|
|
38344
39182
|
.amis-scope .bg-warning.dker,
|
38345
39183
|
.amis-scope .bg-warning .dker {
|
38346
|
-
background: #
|
39184
|
+
background: #cc8e00;
|
38347
39185
|
}
|
38348
39186
|
|
38349
39187
|
.amis-scope .bg-warning.bg,
|
38350
39188
|
.amis-scope .bg-warning .bg {
|
38351
|
-
background-color: #
|
39189
|
+
background-color: #ffb200;
|
38352
39190
|
}
|
38353
39191
|
|
38354
39192
|
.amis-scope .bg-warning a,
|
38355
39193
|
.amis-scope .bg-warning .cxd-Button--link {
|
38356
|
-
color:
|
39194
|
+
color: white;
|
38357
39195
|
}
|
38358
39196
|
|
38359
39197
|
.amis-scope .bg-warning a:hover,
|
@@ -38376,33 +39214,33 @@ readers do not read off random characters that represent icons */
|
|
38376
39214
|
}
|
38377
39215
|
|
38378
39216
|
.amis-scope .bg-danger {
|
38379
|
-
background-color: #
|
38380
|
-
color:
|
39217
|
+
background-color: #e8684a;
|
39218
|
+
color: white;
|
38381
39219
|
}
|
38382
39220
|
|
38383
39221
|
.amis-scope .bg-danger.lt,
|
38384
39222
|
.amis-scope .bg-danger .lt {
|
38385
|
-
background: #
|
39223
|
+
background: #e97c63;
|
38386
39224
|
}
|
38387
39225
|
|
38388
39226
|
.amis-scope .bg-danger.lter,
|
38389
39227
|
.amis-scope .bg-danger .lter {
|
38390
|
-
background: #
|
39228
|
+
background: #ea907b;
|
38391
39229
|
}
|
38392
39230
|
|
38393
39231
|
.amis-scope .bg-danger.dk,
|
38394
39232
|
.amis-scope .bg-danger .dk {
|
38395
|
-
background: #
|
39233
|
+
background: #e85331;
|
38396
39234
|
}
|
38397
39235
|
|
38398
39236
|
.amis-scope .bg-danger.dker,
|
38399
39237
|
.amis-scope .bg-danger .dker {
|
38400
|
-
background: #
|
39238
|
+
background: #e93e16;
|
38401
39239
|
}
|
38402
39240
|
|
38403
39241
|
.amis-scope .bg-danger.bg,
|
38404
39242
|
.amis-scope .bg-danger .bg {
|
38405
|
-
background-color: #
|
39243
|
+
background-color: #e8684a;
|
38406
39244
|
}
|
38407
39245
|
|
38408
39246
|
.amis-scope .bg-danger a,
|
@@ -38463,6 +39301,10 @@ readers do not read off random characters that represent icons */
|
|
38463
39301
|
background: none !important;
|
38464
39302
|
}
|
38465
39303
|
|
39304
|
+
.cursor-pointer {
|
39305
|
+
cursor: pointer;
|
39306
|
+
}
|
39307
|
+
|
38466
39308
|
.amis-scope a.bg-primary:hover {
|
38467
39309
|
background: #0e58ee;
|
38468
39310
|
}
|
@@ -38520,87 +39362,87 @@ readers do not read off random characters that represent icons */
|
|
38520
39362
|
}
|
38521
39363
|
|
38522
39364
|
.amis-scope a.bg-success:hover {
|
38523
|
-
background: #
|
39365
|
+
background: #0aaa75;
|
38524
39366
|
}
|
38525
39367
|
|
38526
39368
|
.amis-scope a.text-success:hover {
|
38527
|
-
color: #
|
39369
|
+
color: #0aaa75;
|
38528
39370
|
}
|
38529
39371
|
|
38530
39372
|
.amis-scope .text-success {
|
38531
|
-
color: #
|
39373
|
+
color: #0bc286;
|
38532
39374
|
}
|
38533
39375
|
|
38534
39376
|
.amis-scope .text-success-lt {
|
38535
|
-
color: #
|
39377
|
+
color: #0aaa75;
|
38536
39378
|
}
|
38537
39379
|
|
38538
39380
|
.amis-scope .text-success-lter {
|
38539
|
-
color: #
|
39381
|
+
color: #089265;
|
38540
39382
|
}
|
38541
39383
|
|
38542
39384
|
.amis-scope .text-success-dk {
|
38543
|
-
color: #
|
39385
|
+
color: #0aaa75;
|
38544
39386
|
}
|
38545
39387
|
|
38546
39388
|
.amis-scope .text-success-dker {
|
38547
|
-
color: #
|
39389
|
+
color: #089265;
|
38548
39390
|
}
|
38549
39391
|
|
38550
39392
|
.amis-scope a.bg-warning:hover {
|
38551
|
-
background: #
|
39393
|
+
background: #e6a000;
|
38552
39394
|
}
|
38553
39395
|
|
38554
39396
|
.amis-scope a.text-warning:hover {
|
38555
|
-
color: #
|
39397
|
+
color: #e6a000;
|
38556
39398
|
}
|
38557
39399
|
|
38558
39400
|
.amis-scope .text-warning {
|
38559
|
-
color: #
|
39401
|
+
color: #ffb200;
|
38560
39402
|
}
|
38561
39403
|
|
38562
39404
|
.amis-scope .text-warning-lt {
|
38563
|
-
color: #
|
39405
|
+
color: #e6a000;
|
38564
39406
|
}
|
38565
39407
|
|
38566
39408
|
.amis-scope .text-warning-lter {
|
38567
|
-
color: #
|
39409
|
+
color: #cc8e00;
|
38568
39410
|
}
|
38569
39411
|
|
38570
39412
|
.amis-scope .text-warning-dk {
|
38571
|
-
color: #
|
39413
|
+
color: #e6a000;
|
38572
39414
|
}
|
38573
39415
|
|
38574
39416
|
.amis-scope .text-warning-dker {
|
38575
|
-
color: #
|
39417
|
+
color: #cc8e00;
|
38576
39418
|
}
|
38577
39419
|
|
38578
39420
|
.amis-scope a.bg-danger:hover {
|
38579
|
-
background: #
|
39421
|
+
background: #e55533;
|
38580
39422
|
}
|
38581
39423
|
|
38582
39424
|
.amis-scope a.text-danger:hover {
|
38583
|
-
color: #
|
39425
|
+
color: #e55533;
|
38584
39426
|
}
|
38585
39427
|
|
38586
39428
|
.amis-scope .text-danger {
|
38587
|
-
color: #
|
39429
|
+
color: #e8684a;
|
38588
39430
|
}
|
38589
39431
|
|
38590
39432
|
.amis-scope .text-danger-lt {
|
38591
|
-
color: #
|
39433
|
+
color: #e55533;
|
38592
39434
|
}
|
38593
39435
|
|
38594
39436
|
.amis-scope .text-danger-lter {
|
38595
|
-
color: #
|
39437
|
+
color: #e2421d;
|
38596
39438
|
}
|
38597
39439
|
|
38598
39440
|
.amis-scope .text-danger-dk {
|
38599
|
-
color: #
|
39441
|
+
color: #e55533;
|
38600
39442
|
}
|
38601
39443
|
|
38602
39444
|
.amis-scope .text-danger-dker {
|
38603
|
-
color: #
|
39445
|
+
color: #e2421d;
|
38604
39446
|
}
|
38605
39447
|
|
38606
39448
|
.amis-scope a.bg-dark:hover {
|
@@ -40354,4 +41196,310 @@ readers do not read off random characters that represent icons */
|
|
40354
41196
|
.amis-scope .no-padder-xs {
|
40355
41197
|
padding: 0 !important;
|
40356
41198
|
}
|
41199
|
+
}
|
41200
|
+
|
41201
|
+
.amis-scope .cxd-Switch .text {
|
41202
|
+
margin: 0 0.5rem 0 1.5625rem;
|
41203
|
+
vertical-align: super;
|
41204
|
+
}
|
41205
|
+
|
41206
|
+
.amis-scope .cxd-Switch .slider:before {
|
41207
|
+
width: calc(var(--Switch-height) - 0.25rem);
|
41208
|
+
top: 0.125rem;
|
41209
|
+
bottom: 0.125rem;
|
41210
|
+
}
|
41211
|
+
|
41212
|
+
.amis-scope .cxd-Switch:active .slider::before {
|
41213
|
+
width: calc(var(--Switch-height) + 0.125rem);
|
41214
|
+
border-radius: 10px;
|
41215
|
+
}
|
41216
|
+
|
41217
|
+
.amis-scope .cxd-Switch:hover {
|
41218
|
+
background: var(--Switch-onHover-bgColor);
|
41219
|
+
}
|
41220
|
+
|
41221
|
+
.amis-scope .cxd-Switch.is-checked {
|
41222
|
+
background: var(--Switch-checked-bgColor);
|
41223
|
+
}
|
41224
|
+
|
41225
|
+
.amis-scope .cxd-Switch.is-checked .slider::before {
|
41226
|
+
right: 0.125rem;
|
41227
|
+
}
|
41228
|
+
|
41229
|
+
.amis-scope .cxd-Switch.is-checked .text {
|
41230
|
+
margin: 0 1.5625rem 0 0.5rem;
|
41231
|
+
}
|
41232
|
+
|
41233
|
+
.amis-scope .cxd-Switch.is-checked:hover {
|
41234
|
+
background: var(--Switch-checked-onHover-bgColor);
|
41235
|
+
}
|
41236
|
+
|
41237
|
+
.amis-scope .cxd-Switch.is-checked:active {
|
41238
|
+
background: var(--Switch-checked-onActive-bgColor);
|
41239
|
+
}
|
41240
|
+
|
41241
|
+
.amis-scope .cxd-TextControl-sugs {
|
41242
|
+
border-radius: 0.1875rem;
|
41243
|
+
top: calc(var(--Form-input-height) + 0.25rem);
|
41244
|
+
box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
|
41245
|
+
border: none;
|
41246
|
+
}
|
41247
|
+
|
41248
|
+
.amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu {
|
41249
|
+
border-radius: 0.25rem;
|
41250
|
+
}
|
41251
|
+
|
41252
|
+
.amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu .cxd-Select-option {
|
41253
|
+
height: var(--Form-input-height);
|
41254
|
+
padding: 0.3125rem 0.75rem;
|
41255
|
+
}
|
41256
|
+
|
41257
|
+
.amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu {
|
41258
|
+
border-radius: 0.25rem;
|
41259
|
+
}
|
41260
|
+
|
41261
|
+
.amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu .cxd-NestedSelect-option {
|
41262
|
+
height: var(--Form-input-height);
|
41263
|
+
padding: 0 0.75rem;
|
41264
|
+
}
|
41265
|
+
|
41266
|
+
.amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu .cxd-NestedSelect-option .cxd-NestedSelect-optionArrowRight {
|
41267
|
+
padding-right: 0;
|
41268
|
+
}
|
41269
|
+
|
41270
|
+
.amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu:not(:first-child) {
|
41271
|
+
margin-left: 2px;
|
41272
|
+
}
|
41273
|
+
|
41274
|
+
.amis-scope .cxd-TreeSelectControl .cxd-PopOver {
|
41275
|
+
box-shadow: var(--boxShadow);
|
41276
|
+
}
|
41277
|
+
|
41278
|
+
.amis-scope .cxd-TreeSelectControl .cxd-PopOver .cxd-Tree {
|
41279
|
+
border-radius: 0.25rem;
|
41280
|
+
border: none;
|
41281
|
+
}
|
41282
|
+
|
41283
|
+
.amis-scope .cxd-DropDown .cxd-DropDown-menu {
|
41284
|
+
border: none;
|
41285
|
+
}
|
41286
|
+
|
41287
|
+
.amis-scope .cxd-DropDown .cxd-DropDown-menu > li {
|
41288
|
+
color: #151a26;
|
41289
|
+
}
|
41290
|
+
|
41291
|
+
.amis-scope .cxd-DropDown .cxd-DropDown-menu > li.is-disabled {
|
41292
|
+
color: #b4b6ba;
|
41293
|
+
}
|
41294
|
+
|
41295
|
+
.amis-scope .cxd-Toast .cxd-Toast-icon {
|
41296
|
+
margin-right: 0.5rem;
|
41297
|
+
}
|
41298
|
+
|
41299
|
+
.amis-scope .cxd-Toast .cxd-Toast-close {
|
41300
|
+
margin-left: 0.5rem;
|
41301
|
+
cursor: pointer;
|
41302
|
+
}
|
41303
|
+
|
41304
|
+
.amis-scope .cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
|
41305
|
+
border-radius: 0.1875rem;
|
41306
|
+
}
|
41307
|
+
|
41308
|
+
.amis-scope .cxd-InputGroup .cxd-InputGroup-btn:last-child .cxd-Button {
|
41309
|
+
border-top-left-radius: 0;
|
41310
|
+
border-bottom-left-radius: 0;
|
41311
|
+
}
|
41312
|
+
|
41313
|
+
.amis-scope .cxd-Button--iconOnly {
|
41314
|
+
min-width: var(--Button-height);
|
41315
|
+
}
|
41316
|
+
|
41317
|
+
.amis-scope .cxd-Alert {
|
41318
|
+
font-weight: 400;
|
41319
|
+
}
|
41320
|
+
|
41321
|
+
.amis-scope .cxd-Alert .cxd-Alert-close {
|
41322
|
+
opacity: 1;
|
41323
|
+
color: #83868c;
|
41324
|
+
}
|
41325
|
+
|
41326
|
+
.amis-scope .cxd-Alert .cxd-Alert-close:hover {
|
41327
|
+
color: #5e626a;
|
41328
|
+
}
|
41329
|
+
|
41330
|
+
.amis-scope .cxd-Alert .cxd-Alert-close:active {
|
41331
|
+
color: #2d323c;
|
41332
|
+
}
|
41333
|
+
|
41334
|
+
.amis-scope .cxd-ColorPicker .cxd-PopOver {
|
41335
|
+
border: none;
|
41336
|
+
box-shadow: var(--boxShadow);
|
41337
|
+
}
|
41338
|
+
|
41339
|
+
.amis-scope .cxd-IconPickerControl .cxd-IconPickerControl-input--withAC .cxd-IconPickerControl-sugsPanel {
|
41340
|
+
border: none;
|
41341
|
+
box-shadow: var(--boxShadow);
|
41342
|
+
border-radius: 0.1875rem;
|
41343
|
+
}
|
41344
|
+
|
41345
|
+
.amis-scope .cxd-Combo .cxd-Combo-items .cxd-Combo-item .cxd-Combo-delBtn {
|
41346
|
+
padding-top: calc( (var(--Form-input-height) - var(--Form-input-lineHeight) * 10px) / 2 );
|
41347
|
+
}
|
41348
|
+
|
41349
|
+
.amis-scope .cxd-LocationControl .cxd-PopOver {
|
41350
|
+
border: none;
|
41351
|
+
box-shadow: var(--boxShadow);
|
41352
|
+
}
|
41353
|
+
|
41354
|
+
.amis-scope .cxd-Transfer-title {
|
41355
|
+
height: var(--Form-input-height);
|
41356
|
+
padding-left: 1rem;
|
41357
|
+
padding-right: 1rem;
|
41358
|
+
}
|
41359
|
+
|
41360
|
+
.amis-scope .cxd-Transfer .cxd-ListCheckboxes .cxd-ListCheckboxes-item {
|
41361
|
+
padding-left: 1rem;
|
41362
|
+
padding-right: 1rem;
|
41363
|
+
}
|
41364
|
+
|
41365
|
+
.amis-scope .cxd-Modal {
|
41366
|
+
box-shadow: var(--boxShadow);
|
41367
|
+
}
|
41368
|
+
|
41369
|
+
.amis-scope .cxd-Modal-content {
|
41370
|
+
padding: 1.5rem;
|
41371
|
+
border-radius: 0.375rem;
|
41372
|
+
}
|
41373
|
+
|
41374
|
+
.amis-scope .cxd-Modal-body {
|
41375
|
+
padding: 1rem 0 1.5rem 0;
|
41376
|
+
font-size: 12px;
|
41377
|
+
font-weight: 400;
|
41378
|
+
}
|
41379
|
+
|
41380
|
+
.amis-scope .cxd-Modal-footer .cxd-Button {
|
41381
|
+
margin-left: 1rem;
|
41382
|
+
}
|
41383
|
+
|
41384
|
+
.amis-scope .cxd-Drawer-content {
|
41385
|
+
border-radius: 0.375rem;
|
41386
|
+
}
|
41387
|
+
|
41388
|
+
.amis-scope .cxd-Drawer-header {
|
41389
|
+
border-radius: 0.375rem 0 0 0;
|
41390
|
+
}
|
41391
|
+
|
41392
|
+
.amis-scope .cxd-Drawer-title {
|
41393
|
+
font-size: 14px;
|
41394
|
+
font-weight: 500;
|
41395
|
+
}
|
41396
|
+
|
41397
|
+
.amis-scope .cxd-Drawer-body {
|
41398
|
+
font-size: 14px;
|
41399
|
+
font-weight: 400;
|
41400
|
+
}
|
41401
|
+
|
41402
|
+
.amis-scope .cxd-Drawer--right .cxd-Drawer-header {
|
41403
|
+
border-radius: 0.375rem 0 0 0;
|
41404
|
+
}
|
41405
|
+
|
41406
|
+
.amis-scope .cxd-Drawer--right .cxd-Drawer-footer {
|
41407
|
+
justify-content: flex-end;
|
41408
|
+
}
|
41409
|
+
|
41410
|
+
.amis-scope .cxd-Drawer--right .cxd-Drawer-footer .cxd-Button {
|
41411
|
+
margin-left: 1rem;
|
41412
|
+
}
|
41413
|
+
|
41414
|
+
.amis-scope .cxd-Drawer--left .cxd-Drawer-header {
|
41415
|
+
border-radius: 0 0.375rem 0 0;
|
41416
|
+
}
|
41417
|
+
|
41418
|
+
.amis-scope .cxd-Drawer--left .cxd-Drawer-footer .cxd-Button {
|
41419
|
+
margin-left: 1rem;
|
41420
|
+
}
|
41421
|
+
|
41422
|
+
.amis-scope .cxd-Drawer--top .cxd-Drawer-footer .cxd-Button {
|
41423
|
+
margin-left: 1rem;
|
41424
|
+
}
|
41425
|
+
|
41426
|
+
.amis-scope .cxd-Drawer--bottom .cxd-Drawer-header {
|
41427
|
+
border-radius: 0.375rem 0.375rem 0 0;
|
41428
|
+
}
|
41429
|
+
|
41430
|
+
.amis-scope .cxd-Drawer--bottom .cxd-Drawer-footer .cxd-Button {
|
41431
|
+
margin-left: 1rem;
|
41432
|
+
}
|
41433
|
+
|
41434
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon {
|
41435
|
+
padding-right: 0.5rem;
|
41436
|
+
}
|
41437
|
+
|
41438
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon {
|
41439
|
+
width: 1.5rem;
|
41440
|
+
height: 1.5rem;
|
41441
|
+
display: inline-flex;
|
41442
|
+
align-items: center;
|
41443
|
+
justify-content: center;
|
41444
|
+
}
|
41445
|
+
|
41446
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon svg {
|
41447
|
+
width: 0.75rem;
|
41448
|
+
height: 0.75rem;
|
41449
|
+
}
|
41450
|
+
|
41451
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerIconWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
|
41452
|
+
padding-right: 0.5rem;
|
41453
|
+
}
|
41454
|
+
|
41455
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerIconWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
|
41456
|
+
padding-left: 0.5rem;
|
41457
|
+
}
|
41458
|
+
|
41459
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon > .cxd-StepsItem-icon:after {
|
41460
|
+
top: 1.75rem;
|
41461
|
+
left: 0.625rem;
|
41462
|
+
transform: translate(0.0625rem);
|
41463
|
+
}
|
41464
|
+
|
41465
|
+
.amis-scope .cxd-Steps .cxd-StepsItem.is-finish .cxd-StepsItem-icon {
|
41466
|
+
color: var(--Steps-status-success);
|
41467
|
+
background-color: var(--white);
|
41468
|
+
}
|
41469
|
+
|
41470
|
+
.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-icon {
|
41471
|
+
color: var(--Steps-status-error);
|
41472
|
+
background-color: var(--white);
|
41473
|
+
border: 1px solid var(--Steps-status-error);
|
41474
|
+
}
|
41475
|
+
|
41476
|
+
.amis-scope .cxd-Form-feedback {
|
41477
|
+
list-style-type: none;
|
41478
|
+
padding-left: 0;
|
41479
|
+
}
|
41480
|
+
|
41481
|
+
.amis-scope .cxd-Form-label {
|
41482
|
+
font-size: 14px;
|
41483
|
+
color: #5e626a;
|
41484
|
+
}
|
41485
|
+
|
41486
|
+
.amis-scope .cxd-Form-item--inline .cxd-Form-label {
|
41487
|
+
margin-right: 1rem;
|
41488
|
+
font-size: 14px;
|
41489
|
+
color: #5e626a;
|
41490
|
+
}
|
41491
|
+
|
41492
|
+
.amis-scope .cxd-Form .cxd-Collapse {
|
41493
|
+
border: none;
|
41494
|
+
}
|
41495
|
+
|
41496
|
+
.amis-scope .cxd-Form .cxd-Collapse-header {
|
41497
|
+
background-color: var(--white);
|
41498
|
+
display: inline-flex;
|
41499
|
+
justify-content: flex-end;
|
41500
|
+
flex-direction: row-reverse;
|
41501
|
+
}
|
41502
|
+
|
41503
|
+
.amis-scope .cxd-Form .cxd-Collapse-content {
|
41504
|
+
padding: 0;
|
40357
41505
|
}
|