amis 1.4.0 → 1.4.2-beta.12
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 +4 -3
- package/lib/components/Badge.js +42 -7
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/Button.d.ts +24 -22
- package/lib/components/Button.js +13 -7
- package/lib/components/Button.js.map +2 -2
- package/lib/components/{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.js +1 -1
- 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/RichText.d.ts +6 -1
- package/lib/components/RichText.js +207 -8
- 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 +487 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +489 -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/calendar/DaysView.js +2 -2
- package/lib/components/calendar/DaysView.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/loading-outline.js +7 -0
- package/lib/icons/status-close.js +11 -0
- package/lib/icons/status-fail.js +11 -0
- package/lib/icons/status-info.js +10 -0
- package/lib/icons/status-success.js +11 -0
- package/lib/icons/status-warning.js +10 -0
- package/lib/index.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 +4 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +7 -3
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +17 -1
- package/lib/renderers/Action.js +21 -8
- 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 +9 -1
- package/lib/renderers/DropDownButton.js +8 -4
- 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.js +12 -6
- 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 +41 -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 +48 -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 +81 -25
- package/lib/renderers/Nav.js +292 -31
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.js +1 -1
- package/lib/renderers/Page.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 +64 -6
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +1175 -255
- package/lib/themes/ang.css +1175 -255
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1175 -255
- package/lib/themes/antd.css +1175 -255
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1761 -514
- package/lib/themes/cxd.css +1761 -514
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1175 -255
- package/lib/themes/dark.css +1175 -255
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1761 -514
- 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 -2
- package/schema.json +3534 -1028
- package/scss/_mixins.scss +27 -0
- package/scss/_properties.scss +84 -13
- package/scss/_utilities.scss +4 -0
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +88 -29
- package/scss/components/_badge.scss +52 -1
- package/scss/components/_button.scss +34 -3
- 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/_image-gallery.scss +1 -1
- package/scss/components/_images.scss +2 -1
- package/scss/components/_link.scss +6 -0
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_nav.scss +236 -154
- package/scss/components/_page.scss +5 -4
- package/scss/components/_picker-columns.scss +123 -0
- package/scss/components/_popover.scss +17 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_progress.scss +2 -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 +5 -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 +6 -0
- package/scss/themes/_cxd-colors.scss +56 -0
- package/scss/themes/_cxd-variables.scss +219 -91
- package/scss/themes/cxd.scss +370 -0
- package/sdk/ang-ie11.css +1596 -515
- package/sdk/ang.css +1395 -256
- package/sdk/antd-ie11.css +1397 -318
- package/sdk/antd.css +1395 -256
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +2739 -1361
- package/sdk/cxd.css +2095 -588
- package/sdk/dark-ie11.css +1593 -512
- package/sdk/dark.css +1395 -256
- 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 +18 -32
- package/sdk/rich-text.js +62 -64
- package/sdk/sdk-ie11.css +2739 -1361
- package/sdk/sdk.css +2095 -588
- package/sdk/sdk.js +1189 -1133
- 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 +96 -28
- package/src/components/Button.tsx +23 -7
- 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 +1 -1
- 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/RichText.tsx +244 -3
- 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 +117 -0
- package/src/components/TransferPicker.tsx +84 -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/calendar/DaysView.tsx +2 -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/loading-outline.svg +4 -0
- package/src/icons/status-close.svg +10 -0
- package/src/icons/status-fail.svg +10 -0
- package/src/icons/status-info.svg +8 -0
- package/src/icons/status-success.svg +10 -0
- package/src/icons/status-warning.svg +8 -0
- package/src/index.tsx +3 -0
- package/src/locale/de-DE.ts +4 -0
- package/src/locale/en-US.ts +4 -0
- package/src/locale/zh-CN.ts +7 -3
- package/src/renderers/Action.tsx +99 -15
- 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 +26 -12
- 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 +30 -20
- package/src/renderers/Form/InputImage.tsx +16 -5
- package/src/renderers/Form/Item.tsx +1 -1
- package/src/renderers/Form/Options.tsx +32 -7
- package/src/renderers/Form/Picker.tsx +3 -2
- package/src/renderers/Form/Select.tsx +158 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +19 -4
- package/src/renderers/Form/TransferPicker.tsx +139 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +16 -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 +392 -60
- package/src/renderers/Page.tsx +1 -1
- 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 +94 -6
- 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 -3
- 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/src/components/ListRadios.tsx +0 -159
- package/src/components/TreeRadios.tsx +0 -202
package/sdk/sdk.css
CHANGED
@@ -19133,24 +19133,24 @@ readers do not read off random characters that represent icons */
|
|
19133
19133
|
:root {
|
19134
19134
|
--black: #000;
|
19135
19135
|
--white: #fff;
|
19136
|
-
--primary: #
|
19137
|
-
--primary-onHover: #
|
19138
|
-
--primary-onActive: #
|
19139
|
-
--secondary: #
|
19140
|
-
--secondary-onHover: #
|
19141
|
-
--secondary-onActive: #
|
19142
|
-
--success: #
|
19143
|
-
--success-onHover: #
|
19144
|
-
--success-onActive: #
|
19145
|
-
--info: #
|
19146
|
-
--info-onHover: #
|
19147
|
-
--info-onActive: #
|
19148
|
-
--warning: #
|
19149
|
-
--warning-onHover: #
|
19150
|
-
--warning-onActive: #
|
19151
|
-
--danger: #
|
19152
|
-
--danger-onHover: #
|
19153
|
-
--danger-onActive: #
|
19136
|
+
--primary: #2468f2;
|
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
|
+
--info: #2468f2;
|
19146
|
+
--info-onHover: #0d54e2;
|
19147
|
+
--info-onActive: #0d4fd6;
|
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,
|
@@ -19165,11 +19165,11 @@ readers do not read off random characters that represent icons */
|
|
19165
19165
|
--fontSizeXl: 1.25rem;
|
19166
19166
|
--fontSizeSm: 0.75rem;
|
19167
19167
|
--fontSizeXs: 0.6875rem;
|
19168
|
-
--text-color: #
|
19168
|
+
--text-color: #151a26;
|
19169
19169
|
--button-color: #fff;
|
19170
19170
|
--animation-duration: 0.2s;
|
19171
|
-
--text--muted-color: #
|
19172
|
-
--text--loud-color: #
|
19171
|
+
--text--muted-color: #425278;
|
19172
|
+
--text--loud-color: #030405;
|
19173
19173
|
--pre-color: var(--text-color);
|
19174
19174
|
--borderColor: #d1d5db;
|
19175
19175
|
--borderColorLight: #dfe2e6;
|
@@ -19219,7 +19219,7 @@ readers do not read off random characters that represent icons */
|
|
19219
19219
|
--Alert--danger-borderColor: #ebccd1;
|
19220
19220
|
--Alert--danger-color: #a94442;
|
19221
19221
|
--Alert--info-bg: #d9edf7;
|
19222
|
-
--Alert--info-borderColor: #
|
19222
|
+
--Alert--info-borderColor: #0e7eee;
|
19223
19223
|
--Alert--info-color: #31708f;
|
19224
19224
|
--Alert--success-bg: #dff0d8;
|
19225
19225
|
--Alert--success-borderColor: #d6e9c6;
|
@@ -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);
|
@@ -19295,18 +19295,18 @@ readers do not read off random characters that represent icons */
|
|
19295
19295
|
--Button--default-bg: var(--white);
|
19296
19296
|
--Button--default-border: var(--borderColor);
|
19297
19297
|
--Button--default-color: var(--text-color);
|
19298
|
-
--Button--default-onActive-bg:
|
19299
|
-
--Button--default-onActive-border:
|
19300
|
-
--Button--default-onActive-color: var(--
|
19301
|
-
--Button--default-onHover-bg:
|
19302
|
-
--Button--default-onHover-border:
|
19303
|
-
--Button--default-onHover-color: var(--
|
19298
|
+
--Button--default-onActive-bg: var(--white);
|
19299
|
+
--Button--default-onActive-border: var(--primary-onActive);
|
19300
|
+
--Button--default-onActive-color: var(--primary-onActive);
|
19301
|
+
--Button--default-onHover-bg: var(--white);
|
19302
|
+
--Button--default-onHover-border: var(--primary);
|
19303
|
+
--Button--default-onHover-color: var(--primary);
|
19304
19304
|
--Button--iconOnly-minWidthRate: 4 / 3;
|
19305
19305
|
--Button--info-bg: var(--info);
|
19306
19306
|
--Button--info-border: var(--Button--info-bg);
|
19307
19307
|
--Button--info-color: var(--button-color);
|
19308
19308
|
--Button--info-onActive-bg: var(--info-onActive);
|
19309
|
-
--Button--info-onActive-border: #
|
19309
|
+
--Button--info-onActive-border: #0c4bca;
|
19310
19310
|
--Button--info-onActive-color: var(--Button--info-color);
|
19311
19311
|
--Button--info-onHover-bg: var(--info-onHover);
|
19312
19312
|
--Button--info-onHover-border: var(--info-onActive);
|
@@ -19333,7 +19333,8 @@ readers do not read off random characters that represent icons */
|
|
19333
19333
|
--Button--light-onHover-color: var(--Button--light-color);
|
19334
19334
|
--Button--link-color: var(--primary);
|
19335
19335
|
--Button--link-onDisabled-color: #4b5563;
|
19336
|
-
--Button--link-onHover-color: var(--
|
19336
|
+
--Button--link-onHover-color: var(--primary-onHover);
|
19337
|
+
--Button--link-onActive-color: var(--primary-onActive);
|
19337
19338
|
--Button--md-fontSize: var(--Button-fontSize);
|
19338
19339
|
--Button--md-height: var(--Button-height);
|
19339
19340
|
--Button--md-lineHeight: var(--Button-lineHeight);
|
@@ -19348,16 +19349,16 @@ readers do not read off random characters that represent icons */
|
|
19348
19349
|
--Button--primary-border: var(--Button--primary-bg);
|
19349
19350
|
--Button--primary-color: var(--button-color);
|
19350
19351
|
--Button--primary-onActive-bg: var(--primary-onActive);
|
19351
|
-
--Button--primary-onActive-border:
|
19352
|
+
--Button--primary-onActive-border: var(--primary-onActive);
|
19352
19353
|
--Button--primary-onActive-color: var(--Button--primary-color);
|
19353
19354
|
--Button--primary-onHover-bg: var(--primary-onHover);
|
19354
|
-
--Button--primary-onHover-border: var(--primary-
|
19355
|
+
--Button--primary-onHover-border: var(--primary-onHover);
|
19355
19356
|
--Button--primary-onHover-color: var(--Button--primary-color);
|
19356
19357
|
--Button--secondary-bg: var(--secondary);
|
19357
19358
|
--Button--secondary-border: var(--Button--secondary-bg);
|
19358
19359
|
--Button--secondary-color: var(--button-color);
|
19359
19360
|
--Button--secondary-onActive-bg: var(--secondary-onActive);
|
19360
|
-
--Button--secondary-onActive-border: #
|
19361
|
+
--Button--secondary-onActive-border: #93969b;
|
19361
19362
|
--Button--secondary-onActive-color: var(--Button--secondary-color);
|
19362
19363
|
--Button--secondary-onHover-bg: var(--secondary-onHover);
|
19363
19364
|
--Button--secondary-onHover-border: var(--secondary-onActive);
|
@@ -19377,16 +19378,24 @@ readers do not read off random characters that represent icons */
|
|
19377
19378
|
--Button--success-border: var(--Button--success-bg);
|
19378
19379
|
--Button--success-color: var(--button-color);
|
19379
19380
|
--Button--success-onActive-bg: var(--success-onActive);
|
19380
|
-
--Button--success-onActive-border: #
|
19381
|
+
--Button--success-onActive-border: #08865c;
|
19381
19382
|
--Button--success-onActive-color: var(--Button--success-color);
|
19382
19383
|
--Button--success-onHover-bg: var(--success-onHover);
|
19383
19384
|
--Button--success-onHover-border: var(--success-onActive);
|
19384
19385
|
--Button--success-onHover-color: var(--Button--success-color);
|
19386
|
+
--Button--enhance-border: var(--primary);
|
19387
|
+
--Button--enhance-color: var(--primary);
|
19388
|
+
--Button--enhance-onActive-bg: var(--white);
|
19389
|
+
--Button--enhance-onActive-border: var(--primary-onActive);
|
19390
|
+
--Button--enhance-onActive-color: var(--primary-onActive);
|
19391
|
+
--Button--enhance-onHover-bg: var(--white);
|
19392
|
+
--Button--enhance-onHover-border: var(--primary-onHover);
|
19393
|
+
--Button--enhance-onHover-color: var(--primary-onHover);
|
19385
19394
|
--Button--warning-bg: var(--warning);
|
19386
19395
|
--Button--warning-border: var(--Button--warning-bg);
|
19387
19396
|
--Button--warning-color: var(--button-color);
|
19388
19397
|
--Button--warning-onActive-bg: var(--warning-onActive);
|
19389
|
-
--Button--warning-onActive-border: #
|
19398
|
+
--Button--warning-onActive-border: #bf8600;
|
19390
19399
|
--Button--warning-onActive-color: var(--Button--warning-color);
|
19391
19400
|
--Button--warning-onHover-bg: var(--warning-onHover);
|
19392
19401
|
--Button--warning-onHover-border: var(--warning-onActive);
|
@@ -19412,12 +19421,16 @@ readers do not read off random characters that represent icons */
|
|
19412
19421
|
--Button-lineHeight: var(--Form-input-lineHeight);
|
19413
19422
|
--Button-mimWidth: auto;
|
19414
19423
|
--Button-onActive-boxShadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
19424
|
+
--Button-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
19425
|
+
--Button-animation-spin: spin 1s infinite linear;
|
19415
19426
|
--Button-onActive-color: var(--primary);
|
19416
19427
|
--Button-onActive-border: var(--primary);
|
19417
19428
|
--Button-onDisabled-borderColor: #dee2e6;
|
19418
19429
|
--Button-onDisabled-opacity: 0.65;
|
19430
|
+
--Button-onDisabled-bg: #f2f3f3;
|
19419
19431
|
--Button-onFocus-boxShadow: none;
|
19420
19432
|
--Button-paddingX: 0.75rem;
|
19433
|
+
--Button-paddingX-right: 0.625rem;
|
19421
19434
|
--Button-paddingY: calc(
|
19422
19435
|
(
|
19423
19436
|
var(--Button-height) - var(--Button-borderWidth) * 2 -
|
@@ -19437,11 +19450,11 @@ readers do not read off random characters that represent icons */
|
|
19437
19450
|
--Calendar-btn-fontSize: var(--fontSizeSm);
|
19438
19451
|
--Calendar-btn-height: 1.875rem;
|
19439
19452
|
--Calendar-btn-lineHeight: var(--lineHeightBase);
|
19440
|
-
--Calendar-btn-onActive-bg: #
|
19441
|
-
--Calendar-btn-onActive-border: #
|
19453
|
+
--Calendar-btn-onActive-bg: #0d4fd6;
|
19454
|
+
--Calendar-btn-onActive-border: #0c4bca;
|
19442
19455
|
--Calendar-btn-onActive-color: var(--Calendar-btn-color);
|
19443
|
-
--Calendar-btn-onHover-bg: #
|
19444
|
-
--Calendar-btn-onHover-border: #
|
19456
|
+
--Calendar-btn-onHover-bg: #0d54e2;
|
19457
|
+
--Calendar-btn-onHover-border: #0d4fd6;
|
19445
19458
|
--Calendar-btn-onHover-color: var(--Calendar-btn-color);
|
19446
19459
|
--Calendar-btn-paddingX: 0.625rem;
|
19447
19460
|
--Calendar-btn-paddingY: calc(
|
@@ -19462,7 +19475,7 @@ readers do not read off random characters that represent icons */
|
|
19462
19475
|
--Calendar-btnCancel-onHover-color: var(--Button--default-onHover-color);
|
19463
19476
|
--Calendar-cell-bg: var(--white);
|
19464
19477
|
--Calendar-cell-onActive-bg: var(--info);
|
19465
|
-
--Calendar-cell-onBetween-bg: rgba(
|
19478
|
+
--Calendar-cell-onBetween-bg: rgba(36, 104, 242, 0.1);
|
19466
19479
|
--Calendar-cell-onDisabled-bg: var(--light);
|
19467
19480
|
--Calendar-cell-onHover-bg: #ededed;
|
19468
19481
|
--Calendar-color: var(--text-color);
|
@@ -19483,7 +19496,7 @@ readers do not read off random characters that represent icons */
|
|
19483
19496
|
);
|
19484
19497
|
--Calendar-shortcut-color: var(--info);
|
19485
19498
|
--Calendar-shortcut-decoration: none;
|
19486
|
-
--Calendar-shortcut-onHover-color: #
|
19499
|
+
--Calendar-shortcut-onHover-color: #0b46be;
|
19487
19500
|
--Calendar-shortcut-onHover-decoration: none;
|
19488
19501
|
--Calendar-shortcuts-bg: transparent;
|
19489
19502
|
--Calendar-shortcuts-height: 1.875rem;
|
@@ -19581,10 +19594,10 @@ readers do not read off random characters that represent icons */
|
|
19581
19594
|
--Combo-addBtn-fontSize: var(--Button--sm-fontSize);
|
19582
19595
|
--Combo-addBtn-height: 1.625rem;
|
19583
19596
|
--Combo-addBtn-lineHeight: var(--Button--sm-lineHeight);
|
19584
|
-
--Combo-addBtn-onActive-bg: #
|
19597
|
+
--Combo-addBtn-onActive-bg: #0d4fd6;
|
19585
19598
|
--Combo-addBtn-onActive-border: #adb4bf;
|
19586
19599
|
--Combo-addBtn-onActive-color: var(--Combo-addBtn-color);
|
19587
|
-
--Combo-addBtn-onHover-bg: #
|
19600
|
+
--Combo-addBtn-onHover-bg: #0d54e2;
|
19588
19601
|
--Combo-addBtn-onHover-border: #b4bbc5;
|
19589
19602
|
--Combo-addBtn-onHover-color: var(--Combo-addBtn-color);
|
19590
19603
|
--Combo-addBtn-paddingX: var(--Button--sm-paddingX);
|
@@ -19603,6 +19616,24 @@ readers do not read off random characters that represent icons */
|
|
19603
19616
|
--Combo-toolbarBtn-paddingY: 0.125rem;
|
19604
19617
|
--Copyable-iconColor: var(--icon-color);
|
19605
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);
|
19606
19637
|
--Crud-toolbar-gap: var(--gap-xs);
|
19607
19638
|
--Crud-toolbar-height: 1.875rem;
|
19608
19639
|
--Crud-toolbar-lineHeight: var(--lineHeightBase);
|
@@ -19628,6 +19659,7 @@ readers do not read off random characters that represent icons */
|
|
19628
19659
|
) / 2 - var(--DatePicker-borderWidth)
|
19629
19660
|
);
|
19630
19661
|
--DatePicker-placeholderColor: var(--Form-input-placeholderColor);
|
19662
|
+
--LocationPicker-borderRadius: var(--Form-input-borderWidth);
|
19631
19663
|
--Divider-borderStyle: dashed;
|
19632
19664
|
--Drawer-bg: var(--background);
|
19633
19665
|
--Drawer-body-padding: var(--gap-base);
|
@@ -19661,8 +19693,9 @@ readers do not read off random characters that represent icons */
|
|
19661
19693
|
--DropDown-menu-paddingX: 0;
|
19662
19694
|
--DropDown-menu-paddingY: var(--gap-xs);
|
19663
19695
|
--DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
|
19664
|
-
--DropDown-menuItem-
|
19665
|
-
--DropDown-menuItem-
|
19696
|
+
--DropDown-menuItem-color: var(--text-color);
|
19697
|
+
--DropDown-menuItem-onHover-color: var(--primary);
|
19698
|
+
--DropDown-menuItem-onActive-color: var(--primary);
|
19666
19699
|
--DropDown-menuItem-onDisabled-color: var(--text--muted-color);
|
19667
19700
|
--DropDown-menuItem-paddingX: var(--gap-sm);
|
19668
19701
|
--DropDown-menuItem-paddingY: calc(
|
@@ -19683,7 +19716,7 @@ readers do not read off random characters that represent icons */
|
|
19683
19716
|
--Form-control-widthMd: 15rem;
|
19684
19717
|
--Form-control-widthSm: 10rem;
|
19685
19718
|
--Form-control-widthXs: 5rem;
|
19686
|
-
--Form-description-color:
|
19719
|
+
--Form-description-color: #273047;
|
19687
19720
|
--Form-description-fontSize: var(--fontSizeSm);
|
19688
19721
|
--Form-fontSize: var(--fontSizeBase);
|
19689
19722
|
--Form-group--lg-gutterWidth: 2.5rem;
|
@@ -19724,6 +19757,7 @@ readers do not read off random characters that represent icons */
|
|
19724
19757
|
) / 2
|
19725
19758
|
);
|
19726
19759
|
--Form-input-placeholderColor: var(--text--muted-color);
|
19760
|
+
--Form-input-onDisabled-color: var(--text--muted-color);
|
19727
19761
|
--Form-item-gap: var(--gap-base);
|
19728
19762
|
--Form-label-paddingTop: calc(
|
19729
19763
|
(
|
@@ -19762,12 +19796,12 @@ readers do not read off random characters that represent icons */
|
|
19762
19796
|
--Form-select-popoverGap: 0;
|
19763
19797
|
--Form-select-search-height: var(--Form-select-menu-height);
|
19764
19798
|
--Form-selectOption-height: var(--Form-input-height);
|
19765
|
-
--Form-selectValue-bg: #
|
19766
|
-
--Form-selectValue-borderColor: #
|
19799
|
+
--Form-selectValue-bg: #e4edfe;
|
19800
|
+
--Form-selectValue-borderColor: #b3cbfc;
|
19767
19801
|
--Form-selectValue-color: var(--info);
|
19768
19802
|
--Form-selectValue-fontSize: var(--fontSizeSm);
|
19769
|
-
--Form-selectValue-onDisable-bg: #
|
19770
|
-
--Form-selectValue-onHover-bg: #
|
19803
|
+
--Form-selectValue-onDisable-bg: #fdfdff;
|
19804
|
+
--Form-selectValue-onHover-bg: #ccdcfd;
|
19771
19805
|
--Form-select-onFocus-boxShadow: none;
|
19772
19806
|
--IconPicker-content-maxHeight: 21.875rem;
|
19773
19807
|
--IconPicker-padding: var(--gap-xs);
|
@@ -19782,6 +19816,7 @@ readers do not read off random characters that represent icons */
|
|
19782
19816
|
--IconPicker-tabs-bg: #f0f3f4;
|
19783
19817
|
--ImageControl-addBtn-bg: var(--Button--default-bg);
|
19784
19818
|
--ImageControl-addBtn-border: var(--Button--default-border);
|
19819
|
+
--ImageControl-addBtn-borderRadius: 0;
|
19785
19820
|
--ImageControl-addBtn-color: var(--Button--default-color);
|
19786
19821
|
--ImageControl-addBtn-onActive-bg: #e6e6e6;
|
19787
19822
|
--ImageControl-addBtn-onActive-border: #adb4bf;
|
@@ -19794,6 +19829,8 @@ readers do not read off random characters that represent icons */
|
|
19794
19829
|
--ImageControl-addBtn-onHover-bg: #ececec;
|
19795
19830
|
--ImageControl-addBtn-onHover-border: #b4bbc5;
|
19796
19831
|
--ImageControl-addBtn-onHover-color: var(--Button--default-color);
|
19832
|
+
--ImageControl-progress-borderRadius: 0;
|
19833
|
+
--FileControl-progress-borderRadius: 0;
|
19797
19834
|
--InputGroup-addOn-bg: var(--Form-input-addOnBg);
|
19798
19835
|
--InputGroup-addOn-borderColor: var(--Form-input-borderColor);
|
19799
19836
|
--InputGroup-addOn-borderRadius: var(--Form-input-borderRadius);
|
@@ -19839,7 +19876,7 @@ readers do not read off random characters that represent icons */
|
|
19839
19876
|
--InputRange-slider-onDisabled-border: 0.0625rem solid var(--InputRange-onDisabled-color);
|
19840
19877
|
--InputRange-slider-onFocus-borderRadius: var(--borderRadiusMd);
|
19841
19878
|
--InputRange-slider-onFocus-boxShadow: 0 0 0
|
19842
|
-
var(--InputRange-slider-onFocus-borderRadius) rgba(
|
19879
|
+
var(--InputRange-slider-onFocus-borderRadius) rgba(36, 104, 242, 0.2);
|
19843
19880
|
--InputRange-slider-transition: transform var(--animation-duration) ease-out,
|
19844
19881
|
box-shadow var(--animation-duration) ease-out;
|
19845
19882
|
--InputRange-slider-width: 1.125rem;
|
@@ -19909,11 +19946,12 @@ readers do not read off random characters that represent icons */
|
|
19909
19946
|
--ListControl-item-bg: var(--white);
|
19910
19947
|
--ListControl-item-borderColor: var(--borderColor);
|
19911
19948
|
--ListControl-item-borderWidth: var(--borderWidth);
|
19949
|
+
--ListControl-item-borderRadius: 0.1875rem;
|
19912
19950
|
--ListControl-item-color: var(--text-color);
|
19913
19951
|
--ListControl-item-onActive-after-borderColor: var(--primary);
|
19914
19952
|
--ListControl-item-onActive-before-bg: var(--white);
|
19915
19953
|
--ListControl-item-onActive-bg: var(--primary);
|
19916
|
-
--ListControl-item-onActive-borderColor: #
|
19954
|
+
--ListControl-item-onActive-borderColor: #0d4fd6;
|
19917
19955
|
--ListControl-item-onActive-color: var(--white);
|
19918
19956
|
--ListControl-item-onActive-onHover-bg: var(--primary);
|
19919
19957
|
--ListControl-item-onDisabled-bg: var(--ListControl-item-bg);
|
@@ -20079,11 +20117,28 @@ readers do not read off random characters that represent icons */
|
|
20079
20117
|
--Panel-titleMarginTop: 0;
|
20080
20118
|
--Picker-iconColor: var(--icon-color);
|
20081
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);
|
20082
20133
|
--PopOver-bg: white;
|
20083
20134
|
--PopOverAble-iconColor: inherit;
|
20084
20135
|
--PopOverAble-onHover-iconColor: inherit;
|
20085
20136
|
--Property-title-bg: #f2f2f2;
|
20086
20137
|
--Property-label-bg: #f7f7f7;
|
20138
|
+
--Portlet-borderColor: var(--borderColor);
|
20139
|
+
--Portlet-borderStyle: solid;
|
20140
|
+
--Portlet-borderWidth: var(--borderWidth);
|
20141
|
+
--Portlet-borderRadius: var(--borderRadius);
|
20087
20142
|
--QuickEdit-iconColor: inherit;
|
20088
20143
|
--QuickEdit-onFocus-borderColor: var(--info);
|
20089
20144
|
--QuickEdit-onFocus-borderWidth: var(--borderWidth);
|
@@ -20117,7 +20172,7 @@ readers do not read off random characters that represent icons */
|
|
20117
20172
|
--Satus-icon-width: var(--gap-lg);
|
20118
20173
|
--Satus-icon-height: var(--Satus-icon-width);
|
20119
20174
|
--Sparkline-line-color: var(--info);
|
20120
|
-
--Sparkline-area-color: rgba(
|
20175
|
+
--Sparkline-area-color: rgba(36, 104, 242, 0.1);
|
20121
20176
|
--Spinner--lg-height: 3.125rem;
|
20122
20177
|
--Spinner--lg-width: 3.125rem;
|
20123
20178
|
--Spinner--sm-height: 1rem;
|
@@ -20176,6 +20231,8 @@ readers do not read off random characters that represent icons */
|
|
20176
20231
|
--Table-toolbar-marginX: 0;
|
20177
20232
|
--Table-toolbar-marginY: var(--gap-base);
|
20178
20233
|
--Table-tree-borderColor: var(--Table-borderColor);
|
20234
|
+
--Table-searchableForm-backgroundColor: #f6f7f8;
|
20235
|
+
--Table-searchableForm-borderRadius: 0.25rem;
|
20179
20236
|
--TableCell--edge-paddingX: var(--gap-md);
|
20180
20237
|
--TableCell-filterBtn--onActive-color: var(--primary);
|
20181
20238
|
--TableCell-filterBtn-width: 1rem;
|
@@ -20361,15 +20418,24 @@ readers do not read off random characters that represent icons */
|
|
20361
20418
|
--Steps-sub-title-color: var(--text-color);
|
20362
20419
|
--Steps-line-bg: var(--Steps-bg);
|
20363
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);
|
20364
20429
|
}
|
20365
20430
|
|
20366
20431
|
:root {
|
20367
20432
|
--borderColor: #eceff8;
|
20433
|
+
--borderRadius: 0.25rem;
|
20368
20434
|
--body-bg: #ffffff;
|
20369
|
-
--text-color: #
|
20370
|
-
--text--muted-color: #
|
20435
|
+
--text-color: #151a26;
|
20436
|
+
--text--muted-color: #b4b6ba;
|
20371
20437
|
--text--loud-color: #333;
|
20372
|
-
--link-onHover-decoration:
|
20438
|
+
--link-onHover-decoration: underline;
|
20373
20439
|
--icon-color: #999;
|
20374
20440
|
--icon-onHover-color: var(--primary);
|
20375
20441
|
--Layout-header-boxShadow: none;
|
@@ -20381,10 +20447,10 @@ readers do not read off random characters that represent icons */
|
|
20381
20447
|
--Layout-brand-color: #fff;
|
20382
20448
|
--Layout-asideLink-iconColor: rgba(255, 255, 255, 0.6);
|
20383
20449
|
--Layout-asideLink-color: #fff;
|
20384
|
-
--Layout-asideLink-onHover-color:
|
20385
|
-
--Layout-asideLink-onActive-color:
|
20450
|
+
--Layout-asideLink-onHover-color: var(--primary);
|
20451
|
+
--Layout-asideLink-onActive-color: var(--primary);
|
20386
20452
|
--Layout-asideLink-onHover-iconSize: 1rem;
|
20387
|
-
--Layout-asideLink-onHover-iconColor:
|
20453
|
+
--Layout-asideLink-onHover-iconColor: var(--primary);
|
20388
20454
|
--Layout-asideLink-fontSize: 0.75rem;
|
20389
20455
|
--Layout-asideLink-arrowFontSize: 0.75rem;
|
20390
20456
|
--Layout-asideLink-arrowColor: #8d99b0;
|
@@ -20402,16 +20468,21 @@ readers do not read off random characters that represent icons */
|
|
20402
20468
|
--Page-header-paddingX: var(--gap-md);
|
20403
20469
|
--Page-header-paddingY: 0.625rem;
|
20404
20470
|
--Form-item-gap: var(--gap-base);
|
20405
|
-
--Form-input-
|
20406
|
-
--Form-input-
|
20407
|
-
--Form-input-
|
20408
|
-
--Form-input-
|
20409
|
-
--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;
|
20410
20484
|
--Form-input-paddingX: 0.625rem;
|
20411
20485
|
--Form-description-color: #999;
|
20412
|
-
--Form-input-onError-bg: #fffbfb;
|
20413
|
-
--Form-input-onDisabled-bg: #f5f5f5;
|
20414
|
-
--Form-input-onDisabled-borderColor: #ebebeb;
|
20415
20486
|
--Form--horizontal-label-whiteSpace: normal;
|
20416
20487
|
--Form--horizontal-label-widthXs: 3.125rem;
|
20417
20488
|
--Form--horizontal-label-widthSm: 4.375rem;
|
@@ -20423,24 +20494,25 @@ readers do not read off random characters that represent icons */
|
|
20423
20494
|
--Form-input-onFocus-addOnColor: var(--primary);
|
20424
20495
|
--Form-input-addOnDividerBorderWidth: 0;
|
20425
20496
|
--Form-select-borderWidth: 0.0625rem;
|
20426
|
-
--Form-select-borderRadius: 0;
|
20427
|
-
--Form-select-borderColor: #
|
20497
|
+
--Form-select-borderRadius: 0.25rem;
|
20498
|
+
--Form-select-borderColor: #dadbdd;
|
20428
20499
|
--Form-select-bg: var(--white);
|
20429
20500
|
--Form-select-onHover-bg: var(--white);
|
20430
20501
|
--Form-select-onHover-borderColor: var(--primary);
|
20431
20502
|
--Form-select-placeholderColor: #999;
|
20432
20503
|
--Form-select-color: #000;
|
20433
|
-
--Form-select-caret-iconColor: #
|
20434
|
-
--Form-select-caret-onHover-iconColor:
|
20504
|
+
--Form-select-caret-iconColor: #83868c;
|
20505
|
+
--Form-select-caret-onHover-iconColor: #83868c;
|
20435
20506
|
--Form-select-caret-fontSize: 0.75rem;
|
20436
20507
|
--Form-select-outer-borderWidth: 0;
|
20437
20508
|
--Form-select-outer-top: 2rem;
|
20438
20509
|
--Form-select-outer-boxShadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
|
20439
|
-
--Form-select-menu-color: #
|
20440
|
-
--Form-select-menu-onHover-color: #
|
20441
|
-
--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;
|
20442
20514
|
--Form-select-menu-height: 1.5rem;
|
20443
|
-
--Form-select-popoverGap: 0.
|
20515
|
+
--Form-select-popoverGap: 0.25rem;
|
20444
20516
|
--Form-select-search-height: 1.875rem;
|
20445
20517
|
--Form-selectValue-color: var(--primary);
|
20446
20518
|
--InputGroup-select-borderWidth: 0.0625rem;
|
@@ -20474,14 +20546,19 @@ readers do not read off random characters that represent icons */
|
|
20474
20546
|
--Checkbox--sm--full-inner-size: 0.625rem;
|
20475
20547
|
--Radio-size: 1rem;
|
20476
20548
|
--Radio-inner-size: 0.625rem;
|
20477
|
-
--Switch-
|
20478
|
-
--Switch-
|
20479
|
-
--Switch-
|
20480
|
-
--Switch-
|
20481
|
-
--Switch-
|
20482
|
-
--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;
|
20483
20560
|
--ColorPicker-borderWidth: 0.0625rem;
|
20484
|
-
--ColorPicker-borderRadius: 0;
|
20561
|
+
--ColorPicker-borderRadius: 0.25rem;
|
20485
20562
|
--ColorPicker-bg: var(--white);
|
20486
20563
|
--ColorPicker-onHover-bg: var(--white);
|
20487
20564
|
--ColorPicker-onHover-borderColor: var(--primary);
|
@@ -20489,8 +20566,23 @@ readers do not read off random characters that represent icons */
|
|
20489
20566
|
--ColorPicker-placeholderColor: #999;
|
20490
20567
|
--ColorPicker-onDisabled-bg: #f5f5f5;
|
20491
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;
|
20492
20584
|
--DatePicker-borderWidth: 0.0625rem;
|
20493
|
-
--DatePicker-borderRadius: 0;
|
20585
|
+
--DatePicker-borderRadius: 0.25rem;
|
20494
20586
|
--DatePicker-bg: var(--white);
|
20495
20587
|
--DatePicker-onHover-bg: var(--white);
|
20496
20588
|
--DatePicker-color: #000;
|
@@ -20500,42 +20592,59 @@ readers do not read off random characters that represent icons */
|
|
20500
20592
|
--DatePicker-iconColor: #666;
|
20501
20593
|
--DatePicker-onHover-iconColor: var(--primary);
|
20502
20594
|
--DatePicker-onHover-borderColor: var(--primary);
|
20595
|
+
--LocationPicker-borderRadius: 0.25rem;
|
20503
20596
|
--Calendar-input-borderRadius: 0;
|
20597
|
+
--Calendar-input-borderRadius: 0.25rem;
|
20504
20598
|
--Calendar-shortcuts-bg: #f5f5f5;
|
20505
20599
|
--Calendar-shortcuts-height: 1.875rem;
|
20506
20600
|
--Button-borderWidth: 0.0625rem;
|
20507
20601
|
--Button-boxShadow: none;
|
20508
20602
|
--Button-onActive-boxShadow: none;
|
20509
|
-
--Button-borderRadius: 0;
|
20510
|
-
--Button
|
20511
|
-
--Button--sm-borderRadius: 0;
|
20512
|
-
--Button-paddingX: 0.625rem;
|
20603
|
+
--Button-borderRadius: 0.25rem;
|
20604
|
+
--Button-paddingX: 0.75rem;
|
20513
20605
|
--Button--lg-height: 2.5rem;
|
20514
20606
|
--Button--lg-fontSize: 0.875rem;
|
20515
|
-
--Button--
|
20516
|
-
--Button--
|
20517
|
-
--Button--default-
|
20518
|
-
--Button--default-
|
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;
|
20519
20613
|
--Button--default-onHover-border: var(--primary);
|
20520
20614
|
--Button--default-onHover-color: var(--primary);
|
20521
|
-
--Button--default-onActive-bg: #
|
20522
|
-
--Button--default-onActive-border:
|
20523
|
-
--Button--default-onActive-color:
|
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;
|
20524
20626
|
--Button--primary-bg: var(--primary);
|
20525
20627
|
--Button--primary-border: var(--primary);
|
20526
|
-
--Button--primary-onHover-bg: #
|
20527
|
-
--Button--primary-onHover-border:
|
20528
|
-
--Button--primary-onHover-color:
|
20529
|
-
--Button--primary-onActive-bg: #
|
20530
|
-
--Button--primary-onActive-border:
|
20531
|
-
--Button--primary-onActive-color:
|
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
|
/**
|
@@ -22685,6 +22814,17 @@ readers do not read off random characters that represent icons */
|
|
22685
22814
|
margin-left: var(--Button-paddingX);
|
22686
22815
|
}
|
22687
22816
|
|
22817
|
+
.amis-scope .cxd-Button .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
22818
|
+
.amis-scope .cxd-Button > svg.icon:not(:last-child):not(.pull-right),
|
22819
|
+
.amis-scope .cxd-Button > .pull-left {
|
22820
|
+
margin-right: var(--Button-paddingX);
|
22821
|
+
}
|
22822
|
+
|
22823
|
+
.amis-scope .cxd-Button .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
22824
|
+
.amis-scope .cxd-Button > .pull-right {
|
22825
|
+
margin-left: var(--Button-paddingX);
|
22826
|
+
}
|
22827
|
+
|
22688
22828
|
.amis-scope .cxd-Button img.cxd-Button-icon {
|
22689
22829
|
height: var(--Button-fontSize);
|
22690
22830
|
vertical-align: middle;
|
@@ -22702,16 +22842,24 @@ readers do not read off random characters that represent icons */
|
|
22702
22842
|
|
22703
22843
|
.amis-scope .cxd-Button.is-disabled,
|
22704
22844
|
.amis-scope .cxd-Button:disabled {
|
22705
|
-
opacity: var(--Button-onDisabled-opacity);
|
22706
22845
|
filter: grayscale(100%);
|
22707
22846
|
box-shadow: none;
|
22708
22847
|
cursor: not-allowed;
|
22848
|
+
color: var(--text--muted-color);
|
22849
|
+
pointer-events: auto;
|
22850
|
+
border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
|
22851
|
+
background: var(--Button-onDisabled-bg);
|
22709
22852
|
}
|
22710
22853
|
|
22711
22854
|
.amis-scope .cxd-Button:not(:disabled):not(.is-disabled) {
|
22712
22855
|
cursor: pointer;
|
22713
22856
|
}
|
22714
22857
|
|
22858
|
+
.amis-scope .cxd-Button.cxd-Button--link.is-disabled {
|
22859
|
+
background: transparent;
|
22860
|
+
border: none;
|
22861
|
+
}
|
22862
|
+
|
22715
22863
|
.amis-scope .cxd-Button > .pull-left,
|
22716
22864
|
.amis-scope .cxd-Button > .pull-right {
|
22717
22865
|
line-height: inherit;
|
@@ -22742,6 +22890,12 @@ readers do not read off random characters that represent icons */
|
|
22742
22890
|
border-color: var(--Button--primary-onHover-border);
|
22743
22891
|
}
|
22744
22892
|
|
22893
|
+
.amis-scope .cxd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
|
22894
|
+
color: var(--Button--primary-onActive-color);
|
22895
|
+
background: var(--Button--primary-onActive-bg);
|
22896
|
+
border-color: var(--Button--primary-onActive-border);
|
22897
|
+
}
|
22898
|
+
|
22745
22899
|
.amis-scope .cxd-Button--primary:hover:focus {
|
22746
22900
|
box-shadow: var(--Button-boxShadow);
|
22747
22901
|
}
|
@@ -22760,6 +22914,12 @@ readers do not read off random characters that represent icons */
|
|
22760
22914
|
border-color: var(--Button--secondary-onHover-border);
|
22761
22915
|
}
|
22762
22916
|
|
22917
|
+
.amis-scope .cxd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
|
22918
|
+
color: var(--Button--secondary-onActive-color);
|
22919
|
+
background: var(--Button--secondary-onActive-bg);
|
22920
|
+
border-color: var(--Button--secondary-onActive-border);
|
22921
|
+
}
|
22922
|
+
|
22763
22923
|
.amis-scope .cxd-Button--secondary:hover:focus {
|
22764
22924
|
box-shadow: var(--Button-boxShadow);
|
22765
22925
|
}
|
@@ -22778,10 +22938,40 @@ readers do not read off random characters that represent icons */
|
|
22778
22938
|
border-color: var(--Button--success-onHover-border);
|
22779
22939
|
}
|
22780
22940
|
|
22941
|
+
.amis-scope .cxd-Button--success:not(:disabled):not(.is-disabled):hover:active {
|
22942
|
+
color: var(--Button--success-onActive-color);
|
22943
|
+
background: var(--Button--success-onActive-bg);
|
22944
|
+
border-color: var(--Button--success-onActive-border);
|
22945
|
+
}
|
22946
|
+
|
22781
22947
|
.amis-scope .cxd-Button--success:hover:focus {
|
22782
22948
|
box-shadow: var(--Button-boxShadow);
|
22783
22949
|
}
|
22784
22950
|
|
22951
|
+
.amis-scope .cxd-Button--enhance {
|
22952
|
+
color: var(--Button--enhance-color);
|
22953
|
+
background: var(--Button--enhance-bg);
|
22954
|
+
border-color: var(--Button--enhance-border);
|
22955
|
+
box-shadow: var(--Button-boxShadow);
|
22956
|
+
text-shadow: var(--Button-textShadow);
|
22957
|
+
}
|
22958
|
+
|
22959
|
+
.amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover {
|
22960
|
+
color: var(--Button--enhance-onHover-color);
|
22961
|
+
background: var(--Button--enhance-onHover-bg);
|
22962
|
+
border-color: var(--Button--enhance-onHover-border);
|
22963
|
+
}
|
22964
|
+
|
22965
|
+
.amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
|
22966
|
+
color: var(--Button--enhance-onActive-color);
|
22967
|
+
background: var(--Button--enhance-onActive-bg);
|
22968
|
+
border-color: var(--Button--enhance-onActive-border);
|
22969
|
+
}
|
22970
|
+
|
22971
|
+
.amis-scope .cxd-Button--enhance:hover:focus {
|
22972
|
+
box-shadow: var(--Button-boxShadow);
|
22973
|
+
}
|
22974
|
+
|
22785
22975
|
.amis-scope .cxd-Button--info {
|
22786
22976
|
color: var(--Button--info-color);
|
22787
22977
|
background: var(--Button--info-bg);
|
@@ -22796,6 +22986,12 @@ readers do not read off random characters that represent icons */
|
|
22796
22986
|
border-color: var(--Button--info-onHover-border);
|
22797
22987
|
}
|
22798
22988
|
|
22989
|
+
.amis-scope .cxd-Button--info:not(:disabled):not(.is-disabled):hover:active {
|
22990
|
+
color: var(--Button--info-onActive-color);
|
22991
|
+
background: var(--Button--info-onActive-bg);
|
22992
|
+
border-color: var(--Button--info-onActive-border);
|
22993
|
+
}
|
22994
|
+
|
22799
22995
|
.amis-scope .cxd-Button--info:hover:focus {
|
22800
22996
|
box-shadow: var(--Button-boxShadow);
|
22801
22997
|
}
|
@@ -22814,6 +23010,12 @@ readers do not read off random characters that represent icons */
|
|
22814
23010
|
border-color: var(--Button--warning-onHover-border);
|
22815
23011
|
}
|
22816
23012
|
|
23013
|
+
.amis-scope .cxd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
|
23014
|
+
color: var(--Button--warning-onActive-color);
|
23015
|
+
background: var(--Button--warning-onActive-bg);
|
23016
|
+
border-color: var(--Button--warning-onActive-border);
|
23017
|
+
}
|
23018
|
+
|
22817
23019
|
.amis-scope .cxd-Button--warning:hover:focus {
|
22818
23020
|
box-shadow: var(--Button-boxShadow);
|
22819
23021
|
}
|
@@ -22832,6 +23034,12 @@ readers do not read off random characters that represent icons */
|
|
22832
23034
|
border-color: var(--Button--danger-onHover-border);
|
22833
23035
|
}
|
22834
23036
|
|
23037
|
+
.amis-scope .cxd-Button--danger:not(:disabled):not(.is-disabled):hover:active {
|
23038
|
+
color: var(--Button--danger-onActive-color);
|
23039
|
+
background: var(--Button--danger-onActive-bg);
|
23040
|
+
border-color: var(--Button--danger-onActive-border);
|
23041
|
+
}
|
23042
|
+
|
22835
23043
|
.amis-scope .cxd-Button--danger:hover:focus {
|
22836
23044
|
box-shadow: var(--Button-boxShadow);
|
22837
23045
|
}
|
@@ -22850,6 +23058,12 @@ readers do not read off random characters that represent icons */
|
|
22850
23058
|
border-color: var(--Button--light-onHover-border);
|
22851
23059
|
}
|
22852
23060
|
|
23061
|
+
.amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover:active {
|
23062
|
+
color: var(--Button--light-onActive-color);
|
23063
|
+
background: var(--Button--light-onActive-bg);
|
23064
|
+
border-color: var(--Button--light-onActive-border);
|
23065
|
+
}
|
23066
|
+
|
22853
23067
|
.amis-scope .cxd-Button--light:hover:focus {
|
22854
23068
|
box-shadow: var(--Button-boxShadow);
|
22855
23069
|
}
|
@@ -22868,6 +23082,12 @@ readers do not read off random characters that represent icons */
|
|
22868
23082
|
border-color: var(--Button--dark-onHover-border);
|
22869
23083
|
}
|
22870
23084
|
|
23085
|
+
.amis-scope .cxd-Button--dark:not(:disabled):not(.is-disabled):hover:active {
|
23086
|
+
color: var(--Button--dark-onActive-color);
|
23087
|
+
background: var(--Button--dark-onActive-bg);
|
23088
|
+
border-color: var(--Button--dark-onActive-border);
|
23089
|
+
}
|
23090
|
+
|
22871
23091
|
.amis-scope .cxd-Button--dark:hover:focus {
|
22872
23092
|
box-shadow: var(--Button-boxShadow);
|
22873
23093
|
}
|
@@ -22886,6 +23106,12 @@ readers do not read off random characters that represent icons */
|
|
22886
23106
|
border-color: var(--Button--default-onHover-border);
|
22887
23107
|
}
|
22888
23108
|
|
23109
|
+
.amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover:active {
|
23110
|
+
color: var(--Button--default-onActive-color);
|
23111
|
+
background: var(--Button--default-onActive-bg);
|
23112
|
+
border-color: var(--Button--default-onActive-border);
|
23113
|
+
}
|
23114
|
+
|
22889
23115
|
.amis-scope .cxd-Button--default:hover:focus {
|
22890
23116
|
box-shadow: var(--Button-boxShadow);
|
22891
23117
|
}
|
@@ -22909,6 +23135,17 @@ readers do not read off random characters that represent icons */
|
|
22909
23135
|
margin-left: var(--Button--xs-paddingX);
|
22910
23136
|
}
|
22911
23137
|
|
23138
|
+
.amis-scope .cxd-Button--xs .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
23139
|
+
.amis-scope .cxd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
|
23140
|
+
.amis-scope .cxd-Button--xs > .pull-left {
|
23141
|
+
margin-right: var(--Button--xs-paddingX);
|
23142
|
+
}
|
23143
|
+
|
23144
|
+
.amis-scope .cxd-Button--xs .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
23145
|
+
.amis-scope .cxd-Button--xs > .pull-right {
|
23146
|
+
margin-left: var(--Button--xs-paddingX);
|
23147
|
+
}
|
23148
|
+
|
22912
23149
|
.amis-scope .cxd-Button--xs img.cxd-Button-icon {
|
22913
23150
|
height: var(--Button-fontSize);
|
22914
23151
|
vertical-align: middle;
|
@@ -22937,6 +23174,17 @@ readers do not read off random characters that represent icons */
|
|
22937
23174
|
margin-left: var(--Button--sm-paddingX);
|
22938
23175
|
}
|
22939
23176
|
|
23177
|
+
.amis-scope .cxd-Button--sm .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
23178
|
+
.amis-scope .cxd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
|
23179
|
+
.amis-scope .cxd-Button--sm > .pull-left {
|
23180
|
+
margin-right: var(--Button--sm-paddingX);
|
23181
|
+
}
|
23182
|
+
|
23183
|
+
.amis-scope .cxd-Button--sm .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
23184
|
+
.amis-scope .cxd-Button--sm > .pull-right {
|
23185
|
+
margin-left: var(--Button--sm-paddingX);
|
23186
|
+
}
|
23187
|
+
|
22940
23188
|
.amis-scope .cxd-Button--sm img.cxd-Button-icon {
|
22941
23189
|
height: var(--Button-fontSize);
|
22942
23190
|
vertical-align: middle;
|
@@ -22965,6 +23213,17 @@ readers do not read off random characters that represent icons */
|
|
22965
23213
|
margin-left: var(--Button--md-paddingX);
|
22966
23214
|
}
|
22967
23215
|
|
23216
|
+
.amis-scope .cxd-Button--md .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
23217
|
+
.amis-scope .cxd-Button--md > svg.icon:not(:last-child):not(.pull-right),
|
23218
|
+
.amis-scope .cxd-Button--md > .pull-left {
|
23219
|
+
margin-right: var(--Button--md-paddingX);
|
23220
|
+
}
|
23221
|
+
|
23222
|
+
.amis-scope .cxd-Button--md .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
23223
|
+
.amis-scope .cxd-Button--md > .pull-right {
|
23224
|
+
margin-left: var(--Button--md-paddingX);
|
23225
|
+
}
|
23226
|
+
|
22968
23227
|
.amis-scope .cxd-Button--md img.cxd-Button-icon {
|
22969
23228
|
height: var(--Button-fontSize);
|
22970
23229
|
vertical-align: middle;
|
@@ -22993,6 +23252,17 @@ readers do not read off random characters that represent icons */
|
|
22993
23252
|
margin-left: var(--Button--lg-paddingX);
|
22994
23253
|
}
|
22995
23254
|
|
23255
|
+
.amis-scope .cxd-Button--lg .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
23256
|
+
.amis-scope .cxd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
|
23257
|
+
.amis-scope .cxd-Button--lg > .pull-left {
|
23258
|
+
margin-right: var(--Button--lg-paddingX);
|
23259
|
+
}
|
23260
|
+
|
23261
|
+
.amis-scope .cxd-Button--lg .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
23262
|
+
.amis-scope .cxd-Button--lg > .pull-right {
|
23263
|
+
margin-left: var(--Button--lg-paddingX);
|
23264
|
+
}
|
23265
|
+
|
22996
23266
|
.amis-scope .cxd-Button--lg img.cxd-Button-icon {
|
22997
23267
|
height: var(--Button-fontSize);
|
22998
23268
|
vertical-align: middle;
|
@@ -23021,6 +23291,14 @@ readers do not read off random characters that represent icons */
|
|
23021
23291
|
line-height: 1;
|
23022
23292
|
}
|
23023
23293
|
|
23294
|
+
.amis-scope .cxd-Button--loading {
|
23295
|
+
transition: --Button-transition;
|
23296
|
+
}
|
23297
|
+
|
23298
|
+
.amis-scope .cxd-Button--loading svg {
|
23299
|
+
animation: var(--Button-animation-spin);
|
23300
|
+
}
|
23301
|
+
|
23024
23302
|
.amis-scope .cxd-Button--link {
|
23025
23303
|
width: auto;
|
23026
23304
|
min-width: auto;
|
@@ -23033,7 +23311,11 @@ readers do not read off random characters that represent icons */
|
|
23033
23311
|
|
23034
23312
|
.amis-scope .cxd-Button--link:hover:focus {
|
23035
23313
|
color: var(--Button--link-onHover-color);
|
23036
|
-
|
23314
|
+
box-shadow: none;
|
23315
|
+
}
|
23316
|
+
|
23317
|
+
.amis-scope .cxd-Button--link:hover:active {
|
23318
|
+
color: var(--Button--link-onActive-color);
|
23037
23319
|
box-shadow: none;
|
23038
23320
|
}
|
23039
23321
|
|
@@ -23041,7 +23323,7 @@ readers do not read off random characters that represent icons */
|
|
23041
23323
|
.amis-scope .cxd-Button--link.is-disabled {
|
23042
23324
|
color: var(--text--muted-color);
|
23043
23325
|
pointer-events: none;
|
23044
|
-
background:
|
23326
|
+
background: var(--Button-onDisabled-bg);
|
23045
23327
|
}
|
23046
23328
|
|
23047
23329
|
.amis-scope .cxd-Button--block {
|
@@ -23120,7 +23402,8 @@ readers do not read off random characters that represent icons */
|
|
23120
23402
|
}
|
23121
23403
|
|
23122
23404
|
.amis-scope .cxd-Badge-text,
|
23123
|
-
.amis-scope .cxd-Badge-dot
|
23405
|
+
.amis-scope .cxd-Badge-dot,
|
23406
|
+
.amis-scope .cxd-Badge-ribbon {
|
23124
23407
|
background: var(--danger);
|
23125
23408
|
position: absolute;
|
23126
23409
|
top: 0;
|
@@ -23186,6 +23469,56 @@ readers do not read off random characters that represent icons */
|
|
23186
23469
|
border-radius: 50%;
|
23187
23470
|
}
|
23188
23471
|
|
23472
|
+
.amis-scope .cxd-Badge-ribbon-out {
|
23473
|
+
overflow: hidden;
|
23474
|
+
position: absolute;
|
23475
|
+
top: 0;
|
23476
|
+
bottom: 0;
|
23477
|
+
right: 0;
|
23478
|
+
}
|
23479
|
+
|
23480
|
+
.amis-scope .cxd-Badge-ribbon {
|
23481
|
+
color: var(--Badge-color);
|
23482
|
+
height: var(--Badge-size);
|
23483
|
+
line-height: var(--Badge-size);
|
23484
|
+
transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
|
23485
|
+
transform-origin: 50% 0;
|
23486
|
+
border-radius: 0;
|
23487
|
+
text-align: center;
|
23488
|
+
width: 62.5rem;
|
23489
|
+
top: 5px;
|
23490
|
+
}
|
23491
|
+
|
23492
|
+
.amis-scope .cxd-Badge-ribbon-out--top-left,
|
23493
|
+
.amis-scope .cxd-Badge-ribbon-out--bottom-left {
|
23494
|
+
left: 0;
|
23495
|
+
right: auto;
|
23496
|
+
}
|
23497
|
+
|
23498
|
+
.amis-scope .cxd-Badge-ribbon--top-left {
|
23499
|
+
transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
|
23500
|
+
left: 0;
|
23501
|
+
right: auto;
|
23502
|
+
}
|
23503
|
+
|
23504
|
+
.amis-scope .cxd-Badge-ribbon--bottom-left {
|
23505
|
+
transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
|
23506
|
+
transform-origin: 50% 100%;
|
23507
|
+
left: 0;
|
23508
|
+
right: auto;
|
23509
|
+
bottom: 5px;
|
23510
|
+
top: auto;
|
23511
|
+
}
|
23512
|
+
|
23513
|
+
.amis-scope .cxd-Badge-ribbon--bottom-right {
|
23514
|
+
transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
|
23515
|
+
transform-origin: 50% 100%;
|
23516
|
+
left: auto;
|
23517
|
+
right: 0;
|
23518
|
+
bottom: 5px;
|
23519
|
+
top: auto;
|
23520
|
+
}
|
23521
|
+
|
23189
23522
|
@keyframes badgeDotAnimation {
|
23190
23523
|
0% {
|
23191
23524
|
transform: scale(0.8);
|
@@ -24099,6 +24432,143 @@ readers do not read off random characters that represent icons */
|
|
24099
24432
|
background: transparent;
|
24100
24433
|
}
|
24101
24434
|
|
24435
|
+
.amis-scope .cxd-PopOver-isMobile .cxd-PopOver-overlay {
|
24436
|
+
background: rgba(0, 0, 0, 0.3);
|
24437
|
+
}
|
24438
|
+
|
24439
|
+
.amis-scope .cxd-PopOver--leftBottomLeftTop {
|
24440
|
+
margin-top: 0.25rem;
|
24441
|
+
}
|
24442
|
+
|
24443
|
+
.amis-scope .cxd-PopOver--leftTopLeftBottom {
|
24444
|
+
margin-top: -0.25rem;
|
24445
|
+
}
|
24446
|
+
|
24447
|
+
.amis-scope .has-popover {
|
24448
|
+
position: relative;
|
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
|
+
position: relative;
|
24505
|
+
display: flex;
|
24506
|
+
cursor: grab;
|
24507
|
+
}
|
24508
|
+
|
24509
|
+
.amis-scope .cxd-PickerColumns-loading {
|
24510
|
+
position: absolute;
|
24511
|
+
top: 0;
|
24512
|
+
right: 0;
|
24513
|
+
bottom: 0;
|
24514
|
+
left: 0;
|
24515
|
+
z-index: 3;
|
24516
|
+
display: flex;
|
24517
|
+
align-items: center;
|
24518
|
+
justify-content: center;
|
24519
|
+
color: var(--PickerColumns-loadingIcon-color);
|
24520
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
24521
|
+
}
|
24522
|
+
|
24523
|
+
.amis-scope .cxd-PickerColumns-frame {
|
24524
|
+
position: absolute;
|
24525
|
+
top: 50%;
|
24526
|
+
right: var(--gap-md);
|
24527
|
+
left: var(--gap-md);
|
24528
|
+
z-index: 2;
|
24529
|
+
transform: translateY(-50%);
|
24530
|
+
pointer-events: none;
|
24531
|
+
}
|
24532
|
+
|
24533
|
+
.amis-scope .cxd-PickerColumns-mask {
|
24534
|
+
position: absolute;
|
24535
|
+
top: 0;
|
24536
|
+
left: 0;
|
24537
|
+
z-index: 1;
|
24538
|
+
width: 100%;
|
24539
|
+
height: 100%;
|
24540
|
+
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));
|
24541
|
+
background-repeat: no-repeat;
|
24542
|
+
background-position: top, bottom;
|
24543
|
+
transform: translateZ(0);
|
24544
|
+
pointer-events: none;
|
24545
|
+
}
|
24546
|
+
|
24547
|
+
.amis-scope .cxd-PickerColumns-column {
|
24548
|
+
flex: 1;
|
24549
|
+
overflow: hidden;
|
24550
|
+
font-size: var(--PickerColumns-option-fontSize);
|
24551
|
+
}
|
24552
|
+
|
24553
|
+
.amis-scope .cxd-PickerColumns-columnWrapper {
|
24554
|
+
margin: 0;
|
24555
|
+
padding: 0;
|
24556
|
+
list-style: none;
|
24557
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
24558
|
+
}
|
24559
|
+
|
24560
|
+
.amis-scope .cxd-PickerColumns-columnItem {
|
24561
|
+
display: flex;
|
24562
|
+
align-items: center;
|
24563
|
+
justify-content: center;
|
24564
|
+
color: var(--PickerColumns-optionText-color);
|
24565
|
+
}
|
24566
|
+
|
24567
|
+
.amis-scope .cxd-PickerColumns-columnItem.is-disabled {
|
24568
|
+
cursor: not-allowed;
|
24569
|
+
opacity: var(--PickerColumns-optionDisabled-opacity);
|
24570
|
+
}
|
24571
|
+
|
24102
24572
|
@keyframes bounceIn {
|
24103
24573
|
from, 20%, 40%, 60%, 80%, to {
|
24104
24574
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -24408,6 +24878,17 @@ readers do not read off random characters that represent icons */
|
|
24408
24878
|
margin-left: var(--Combo-addBtn-paddingX);
|
24409
24879
|
}
|
24410
24880
|
|
24881
|
+
.amis-scope .cxd-ArrayInput-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
24882
|
+
.amis-scope .cxd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
|
24883
|
+
.amis-scope .cxd-ArrayInput-addBtn > .pull-left {
|
24884
|
+
margin-right: var(--Combo-addBtn-paddingX);
|
24885
|
+
}
|
24886
|
+
|
24887
|
+
.amis-scope .cxd-ArrayInput-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
24888
|
+
.amis-scope .cxd-ArrayInput-addBtn > .pull-right {
|
24889
|
+
margin-left: var(--Combo-addBtn-paddingX);
|
24890
|
+
}
|
24891
|
+
|
24411
24892
|
.amis-scope .cxd-ArrayInput-addBtn img.cxd-Button-icon {
|
24412
24893
|
height: var(--Button-fontSize);
|
24413
24894
|
vertical-align: middle;
|
@@ -24419,6 +24900,12 @@ readers do not read off random characters that represent icons */
|
|
24419
24900
|
border-color: var(--Combo-addBtn-onHover-border);
|
24420
24901
|
}
|
24421
24902
|
|
24903
|
+
.amis-scope .cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
24904
|
+
color: var(--Combo-addBtn-onActive-color);
|
24905
|
+
background: var(--Combo-addBtn-onActive-bg);
|
24906
|
+
border-color: var(--Combo-addBtn-onActive-border);
|
24907
|
+
}
|
24908
|
+
|
24422
24909
|
.amis-scope .cxd-ArrayInput-addBtn:hover:focus {
|
24423
24910
|
box-shadow: var(--Button-boxShadow);
|
24424
24911
|
}
|
@@ -24998,6 +25485,10 @@ readers do not read off random characters that represent icons */
|
|
24998
25485
|
}
|
24999
25486
|
|
25000
25487
|
.amis-scope .cxd-Nav {
|
25488
|
+
position: relative;
|
25489
|
+
}
|
25490
|
+
|
25491
|
+
.amis-scope .cxd-Nav .cxd-Nav-list {
|
25001
25492
|
list-style: none;
|
25002
25493
|
user-select: none;
|
25003
25494
|
margin: 0;
|
@@ -25005,25 +25496,26 @@ readers do not read off random characters that represent icons */
|
|
25005
25496
|
position: relative;
|
25006
25497
|
}
|
25007
25498
|
|
25008
|
-
.amis-scope .cxd-Nav .cxd-Nav-itemIcon {
|
25499
|
+
.amis-scope .cxd-Nav .cxd-Nav-list .cxd-Nav-itemIcon {
|
25009
25500
|
margin-right: var(--gap-sm);
|
25010
25501
|
}
|
25011
25502
|
|
25012
|
-
.amis-scope .cxd-Nav img.cxd-Nav-itemIcon {
|
25503
|
+
.amis-scope .cxd-Nav .cxd-Nav-list img.cxd-Nav-itemIcon {
|
25013
25504
|
height: var(--Tabs-linkFontSize);
|
25014
25505
|
vertical-align: middle;
|
25015
25506
|
}
|
25016
25507
|
|
25017
|
-
.amis-scope .cxd-Nav--tabs {
|
25508
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs {
|
25018
25509
|
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
25019
25510
|
}
|
25020
25511
|
|
25021
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item {
|
25512
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item {
|
25022
25513
|
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
25023
25514
|
display: inline-block;
|
25515
|
+
position: relative;
|
25024
25516
|
}
|
25025
25517
|
|
25026
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item > a {
|
25518
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item > a {
|
25027
25519
|
font-size: var(--Tabs-linkFontSize);
|
25028
25520
|
display: block;
|
25029
25521
|
outline: none;
|
@@ -25033,142 +25525,267 @@ readers do not read off random characters that represent icons */
|
|
25033
25525
|
color: var(--Tabs-color);
|
25034
25526
|
text-decoration: none;
|
25035
25527
|
margin-right: 0.125rem;
|
25036
|
-
padding: var(--gap-sm) var(--gap-
|
25528
|
+
padding: var(--gap-sm) var(--gap-xl);
|
25037
25529
|
cursor: pointer;
|
25038
25530
|
}
|
25039
25531
|
|
25040
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item:hover > a,
|
25041
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item > a:focus {
|
25532
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item:hover > a,
|
25533
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item > a:focus {
|
25042
25534
|
border-color: var(--Tabs-onHover-borderColor);
|
25043
25535
|
text-decoration: none;
|
25044
25536
|
}
|
25045
25537
|
|
25046
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item.disabled > a,
|
25047
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item.is-disabled > a {
|
25538
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.disabled > a,
|
25539
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.is-disabled > a {
|
25048
25540
|
color: var(--Tabs-onDisabled-color);
|
25049
25541
|
background: transparent;
|
25050
25542
|
border-color: transparent;
|
25051
25543
|
pointer-events: none;
|
25052
25544
|
}
|
25053
25545
|
|
25054
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item.active > a,
|
25055
|
-
.amis-scope .cxd-Nav--tabs .cxd-Nav-item.is-active > a {
|
25546
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.active > a,
|
25547
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--tabs .cxd-Nav-item.is-active > a {
|
25056
25548
|
color: var(--Tabs-onActive-color);
|
25057
25549
|
background: var(--Tabs-onActive-bg);
|
25058
25550
|
border-color: var(--Tabs-onActive-borderColor);
|
25059
25551
|
border-bottom-color: var(--Tabs-content-bg);
|
25060
25552
|
}
|
25061
25553
|
|
25062
|
-
.amis-scope .cxd-Nav--stacked {
|
25554
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked {
|
25063
25555
|
min-height: 3.125rem;
|
25064
25556
|
}
|
25065
25557
|
|
25066
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item
|
25558
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item,
|
25559
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge {
|
25067
25560
|
position: relative;
|
25068
|
-
|
25561
|
+
display: flex;
|
25562
|
+
flex-wrap: wrap;
|
25563
|
+
align-items: stretch;
|
25564
|
+
width: 100%;
|
25565
|
+
}
|
25069
25566
|
|
25070
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item
|
25071
|
-
|
25567
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager,
|
25568
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager {
|
25569
|
+
cursor: move;
|
25570
|
+
position: absolute;
|
25571
|
+
left: 0;
|
25572
|
+
top: 0.6875rem;
|
25573
|
+
display: none;
|
25574
|
+
}
|
25575
|
+
|
25576
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .icon,
|
25577
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge > .icon,
|
25578
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .icon,
|
25579
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge > .icon {
|
25580
|
+
color: var(--icon-color);
|
25581
|
+
}
|
25582
|
+
|
25583
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .icon:hover,
|
25584
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge > .icon:hover,
|
25585
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .icon:hover,
|
25586
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge > .icon:hover {
|
25587
|
+
color: var(--icon-onHover-color);
|
25588
|
+
}
|
25589
|
+
|
25590
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager svg,
|
25591
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemDrager svg {
|
25592
|
+
width: 1rem;
|
25593
|
+
height: 1rem;
|
25594
|
+
}
|
25595
|
+
|
25596
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Nav-item-badgeText,
|
25597
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Nav-item-badgeText {
|
25598
|
+
position: absolute;
|
25599
|
+
top: 0;
|
25600
|
+
bottom: 0;
|
25601
|
+
width: 2.1875rem;
|
25602
|
+
overflow: hidden;
|
25603
|
+
}
|
25604
|
+
|
25605
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Nav-item-badgeText > span,
|
25606
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Nav-item-badgeText > span {
|
25607
|
+
position: absolute;
|
25608
|
+
top: 0.125rem;
|
25609
|
+
left: -0.8125rem;
|
25610
|
+
transform: rotate(-45deg);
|
25611
|
+
width: 3.125rem;
|
25612
|
+
font-size: 12px;
|
25613
|
+
text-align: center;
|
25614
|
+
color: var(--white);
|
25615
|
+
background: var(--success);
|
25616
|
+
}
|
25617
|
+
|
25618
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Nav-item-atcions,
|
25619
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Nav-item-atcions {
|
25620
|
+
display: flex;
|
25621
|
+
align-items: center;
|
25622
|
+
}
|
25623
|
+
|
25624
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a,
|
25625
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a,
|
25626
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a,
|
25627
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a {
|
25628
|
+
display: flex;
|
25629
|
+
align-items: center;
|
25072
25630
|
outline: none;
|
25073
25631
|
color: var(--Nav-item-color);
|
25074
25632
|
text-decoration: none;
|
25075
|
-
padding: var(--gap-sm) var(--gap-
|
25633
|
+
padding: var(--gap-sm) var(--gap-sm);
|
25076
25634
|
cursor: pointer;
|
25077
25635
|
background: var(--Nav-item-bg);
|
25078
25636
|
border-radius: var(--Nav-item-borderRadius);
|
25079
25637
|
text-overflow: ellipsis;
|
25638
|
+
flex: 1;
|
25080
25639
|
}
|
25081
25640
|
|
25082
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > a
|
25083
|
-
|
25084
|
-
|
25085
|
-
|
25086
|
-
|
25087
|
-
|
25088
|
-
|
25089
|
-
|
25090
|
-
|
25091
|
-
|
25092
|
-
|
25093
|
-
|
25094
|
-
.amis-scope .cxd-Nav
|
25095
|
-
|
25096
|
-
|
25097
|
-
|
25098
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:hover,
|
25099
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:focus {
|
25641
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover,
|
25642
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:focus,
|
25643
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover + .cxd-Nav-item-atcions,
|
25644
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:focus + .cxd-Nav-item-atcions,
|
25645
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:hover,
|
25646
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:focus,
|
25647
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
|
25648
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
|
25649
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:hover,
|
25650
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:focus,
|
25651
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
|
25652
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
|
25653
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:hover,
|
25654
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:focus,
|
25655
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
|
25656
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:focus + .cxd-Nav-item-atcions {
|
25100
25657
|
border-color: var(--Nav-item-onHover-color);
|
25101
25658
|
text-decoration: none;
|
25102
25659
|
background: var(--Nav-item-onHover-bg);
|
25660
|
+
z-index: 1;
|
25661
|
+
}
|
25662
|
+
|
25663
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover > .cxd-Nav-itemDrager,
|
25664
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:focus > .cxd-Nav-itemDrager,
|
25665
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
|
25666
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Badge > a:focus > .cxd-Nav-itemDrager,
|
25667
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
|
25668
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > a:focus > .cxd-Nav-itemDrager,
|
25669
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
|
25670
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge > .cxd-Badge > a:focus > .cxd-Nav-itemDrager {
|
25671
|
+
display: block;
|
25103
25672
|
}
|
25104
25673
|
|
25105
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.disabled > a,
|
25106
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-disabled > a
|
25674
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.disabled > a,
|
25675
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-disabled > a,
|
25676
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.disabled > .cxd-Badge > a,
|
25677
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-disabled > .cxd-Badge > a,
|
25678
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.disabled > a,
|
25679
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-disabled > a,
|
25680
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.disabled > .cxd-Badge > a,
|
25681
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-disabled > .cxd-Badge > a {
|
25107
25682
|
color: var(--Nav-item-onDisabled-color);
|
25108
25683
|
background: transparent;
|
25109
25684
|
pointer-events: none;
|
25110
25685
|
}
|
25111
25686
|
|
25112
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.active
|
25113
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active
|
25687
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active,
|
25688
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active,
|
25689
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active,
|
25690
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active {
|
25691
|
+
background: var(--Nav-item-onActive-bg) !important;
|
25692
|
+
}
|
25693
|
+
|
25694
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a,
|
25695
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions,
|
25696
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > a,
|
25697
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > .cxd-Badge > a,
|
25698
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > .cxd-Nav-item-atcions,
|
25699
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > a,
|
25700
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > a,
|
25701
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Nav-item-atcions,
|
25702
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > a,
|
25703
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > .cxd-Badge > a,
|
25704
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > .cxd-Nav-item-atcions,
|
25705
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a {
|
25114
25706
|
color: var(--Nav-item-onActive-color);
|
25115
|
-
background: var(--Nav-item-onActive-bg);
|
25116
|
-
padding-left: 0.75rem;
|
25117
25707
|
position: relative;
|
25118
25708
|
}
|
25119
25709
|
|
25120
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > a::after,
|
25121
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active >
|
25710
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a::after,
|
25711
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions::after,
|
25712
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > a::after,
|
25713
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > .cxd-Badge > a::after,
|
25714
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > .cxd-Nav-item-atcions::after,
|
25715
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Badge > a::after,
|
25716
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > a::after,
|
25717
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Nav-item-atcions::after,
|
25718
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > a::after,
|
25719
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active > .cxd-Badge > a::after,
|
25720
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > .cxd-Nav-item-atcions::after,
|
25721
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a::after {
|
25122
25722
|
transform: scaleY(1);
|
25123
25723
|
}
|
25124
25724
|
|
25125
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-itemToggler
|
25725
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > a .cxd-Nav-itemToggler,
|
25726
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler,
|
25727
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > a .cxd-Nav-itemToggler,
|
25728
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler {
|
25126
25729
|
transform: rotate(180deg) scale(0.8);
|
25127
25730
|
}
|
25128
25731
|
|
25129
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-subItems
|
25732
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-subItems,
|
25733
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > .cxd-Nav-subItems,
|
25734
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > .cxd-Nav-subItems,
|
25735
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-unfolded > .cxd-Badge > .cxd-Nav-subItems {
|
25130
25736
|
display: block;
|
25131
25737
|
}
|
25132
25738
|
|
25133
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-spinner
|
25739
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-spinner,
|
25740
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-spinner {
|
25134
25741
|
position: absolute;
|
25135
25742
|
right: 0.625rem;
|
25136
25743
|
top: 0.5rem;
|
25137
25744
|
}
|
25138
25745
|
|
25139
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler
|
25140
|
-
|
25141
|
-
|
25142
|
-
|
25143
|
-
|
25144
|
-
height: 1.875rem;
|
25746
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemToggler,
|
25747
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemToggler {
|
25748
|
+
float: left;
|
25749
|
+
margin-right: 0.625rem;
|
25750
|
+
height: 1.5rem;
|
25145
25751
|
text-align: center;
|
25146
|
-
line-height: 1.
|
25752
|
+
line-height: 1.5rem;
|
25147
25753
|
vertical-align: middle;
|
25148
25754
|
cursor: pointer;
|
25149
25755
|
transform: scale(0.8);
|
25150
25756
|
transition: transform var(--animation-duration);
|
25151
25757
|
}
|
25152
25758
|
|
25153
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler > svg
|
25759
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemToggler > svg,
|
25760
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-itemToggler > svg {
|
25154
25761
|
width: 10px;
|
25155
25762
|
height: 10px;
|
25156
25763
|
top: 0;
|
25157
25764
|
}
|
25158
25765
|
|
25159
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-subItems
|
25766
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-subItems,
|
25767
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-subItems {
|
25160
25768
|
display: none;
|
25161
25769
|
padding-left: 0;
|
25162
25770
|
list-style: none;
|
25771
|
+
width: 100%;
|
25163
25772
|
}
|
25164
25773
|
|
25165
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-item
|
25774
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-item,
|
25775
|
+
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge .cxd-Nav-item {
|
25166
25776
|
font-size: var(--Nav-subItem-fontSize);
|
25167
25777
|
}
|
25168
25778
|
|
25779
|
+
.amis-scope .cxd-Nav .cxd-Nav-dropIndicator {
|
25780
|
+
position: absolute;
|
25781
|
+
background: var(--Nav-item-onActive-color);
|
25782
|
+
height: 2px;
|
25783
|
+
}
|
25784
|
+
|
25169
25785
|
.amis-scope .cxd-Page {
|
25170
25786
|
width: 100%;
|
25171
25787
|
height: 100%;
|
25788
|
+
background: var(--Page-main-bg);
|
25172
25789
|
}
|
25173
25790
|
|
25174
25791
|
.amis-scope .cxd-Page-header {
|
@@ -25176,7 +25793,6 @@ readers do not read off random characters that represent icons */
|
|
25176
25793
|
}
|
25177
25794
|
|
25178
25795
|
.amis-scope .cxd-Page-main {
|
25179
|
-
background: var(--Page-main-bg);
|
25180
25796
|
height: 100%;
|
25181
25797
|
display: flex;
|
25182
25798
|
flex-direction: column;
|
@@ -25191,11 +25807,9 @@ readers do not read off random characters that represent icons */
|
|
25191
25807
|
|
25192
25808
|
.amis-scope .cxd-Page-main > .cxd-Page-header {
|
25193
25809
|
border-bottom: var(--borderWidth) solid var(--borderColor);
|
25194
|
-
background: var(--Page-header-bg);
|
25195
25810
|
}
|
25196
25811
|
|
25197
25812
|
.amis-scope .cxd-Page-headerRow {
|
25198
|
-
background: var(--Page-header-bg);
|
25199
25813
|
border-bottom: var(--borderWidth) solid var(--borderColor);
|
25200
25814
|
display: flex;
|
25201
25815
|
flex-direction: row;
|
@@ -25240,10 +25854,6 @@ readers do not read off random characters that represent icons */
|
|
25240
25854
|
margin-left: var(--gap-xs);
|
25241
25855
|
}
|
25242
25856
|
|
25243
|
-
.amis-scope .cxd-Page-aside {
|
25244
|
-
background: var(--Page-aside-bg);
|
25245
|
-
}
|
25246
|
-
|
25247
25857
|
@media (min-width: 768px) {
|
25248
25858
|
.amis-scope .cxd-Page-aside {
|
25249
25859
|
min-width: var(--Page-aside-width);
|
@@ -26038,7 +26648,7 @@ readers do not read off random characters that represent icons */
|
|
26038
26648
|
height: var(--DropDown-menu-height);
|
26039
26649
|
vertical-align: middle;
|
26040
26650
|
user-select: none;
|
26041
|
-
color: var(--
|
26651
|
+
color: var(--DropDown-menuItem-color);
|
26042
26652
|
text-decoration: var(--link-decoration);
|
26043
26653
|
}
|
26044
26654
|
|
@@ -26050,6 +26660,7 @@ readers do not read off random characters that represent icons */
|
|
26050
26660
|
|
26051
26661
|
.amis-scope .cxd-DropDown-menuItem.is-active,
|
26052
26662
|
.amis-scope .cxd-DropDown-menu > li.is-active {
|
26663
|
+
background: var(--DropDown-menuItem-onHover-bg);
|
26053
26664
|
color: var(--DropDown-menuItem-onActive-color);
|
26054
26665
|
}
|
26055
26666
|
|
@@ -26098,24 +26709,39 @@ readers do not read off random characters that represent icons */
|
|
26098
26709
|
}
|
26099
26710
|
|
26100
26711
|
.amis-scope .cxd-Collapse {
|
26101
|
-
border:
|
26712
|
+
border: var(--Collapse-border);
|
26102
26713
|
padding: 0;
|
26103
26714
|
margin-bottom: var(--Form-item-gap);
|
26104
26715
|
}
|
26105
26716
|
|
26106
26717
|
.amis-scope .cxd-Collapse-header {
|
26107
|
-
font-size: var(--
|
26108
|
-
font-weight: var(--
|
26718
|
+
font-size: var(--Collapse-header-fontSize);
|
26719
|
+
font-weight: var(--Collapse-header-fontWeight);
|
26109
26720
|
color: var(--text--loud-color);
|
26110
|
-
padding: var(--
|
26111
|
-
|
26721
|
+
padding: var(--Collapse-header-padding);
|
26722
|
+
margin: 0;
|
26723
|
+
border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
|
26724
|
+
background: var(--Collapse-header-bg);
|
26725
|
+
}
|
26726
|
+
|
26727
|
+
.amis-scope .cxd-Collapse-header-wrapper {
|
26728
|
+
display: inline-flex;
|
26729
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
26730
|
+
}
|
26731
|
+
|
26732
|
+
.amis-scope .cxd-Collapse-header-tpl {
|
26733
|
+
margin-right: 0.5rem;
|
26734
|
+
}
|
26735
|
+
|
26736
|
+
.amis-scope .cxd-Collapse-header:hover {
|
26737
|
+
background: var(--Collapse-header-onHover-bg);
|
26112
26738
|
}
|
26113
26739
|
|
26114
26740
|
.amis-scope .cxd-Collapse-arrow {
|
26115
26741
|
display: inline-block;
|
26116
26742
|
width: 1rem;
|
26117
26743
|
text-align: center;
|
26118
|
-
margin-
|
26744
|
+
margin-right: 0.5rem;
|
26119
26745
|
cursor: pointer;
|
26120
26746
|
}
|
26121
26747
|
|
@@ -26133,11 +26759,19 @@ readers do not read off random characters that represent icons */
|
|
26133
26759
|
transform-origin: 50% 50%;
|
26134
26760
|
}
|
26135
26761
|
|
26762
|
+
.amis-scope .cxd-Collapse-TplField {
|
26763
|
+
display: inline-block;
|
26764
|
+
}
|
26765
|
+
|
26136
26766
|
.amis-scope .cxd-Collapse.is-collapsed .cxd-Collapse-arrow:before {
|
26137
26767
|
transform: rotate(45deg);
|
26138
26768
|
transform-origin: 0% 50%;
|
26139
26769
|
}
|
26140
26770
|
|
26771
|
+
.amis-scope .cxd-Collapse.is-collapsed .cxd-Collapse-header {
|
26772
|
+
border-bottom: var(--Collapse-header-collapsed-border);
|
26773
|
+
}
|
26774
|
+
|
26141
26775
|
.amis-scope .cxd-Collapse--collapsable .cxd-Collapse-header {
|
26142
26776
|
cursor: pointer;
|
26143
26777
|
user-select: none;
|
@@ -26148,6 +26782,12 @@ readers do not read off random characters that represent icons */
|
|
26148
26782
|
color: var(--link-color);
|
26149
26783
|
border-left: none;
|
26150
26784
|
font-size: var(--fontSizeBase);
|
26785
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
26786
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
26787
|
+
}
|
26788
|
+
|
26789
|
+
.amis-scope .cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-header {
|
26790
|
+
border-top: none;
|
26151
26791
|
}
|
26152
26792
|
|
26153
26793
|
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-arrow:before {
|
@@ -26162,16 +26802,23 @@ readers do not read off random characters that represent icons */
|
|
26162
26802
|
transform-origin: 0% 50%;
|
26163
26803
|
}
|
26164
26804
|
|
26165
|
-
.amis-scope .cxd-Collapse-
|
26805
|
+
.amis-scope .cxd-Collapse-contentWrapper {
|
26166
26806
|
transition: height var(--animation-duration) ease;
|
26167
26807
|
}
|
26168
26808
|
|
26169
|
-
.amis-scope .cxd-Collapse-
|
26170
|
-
.amis-scope .cxd-Collapse-
|
26809
|
+
.amis-scope .cxd-Collapse-contentWrapper.in,
|
26810
|
+
.amis-scope .cxd-Collapse-contentWrapper.out {
|
26171
26811
|
height: 0;
|
26172
26812
|
overflow: hidden;
|
26173
26813
|
}
|
26174
26814
|
|
26815
|
+
.amis-scope .cxd-Collapse-content {
|
26816
|
+
padding: var(--Collapse-content-padding);
|
26817
|
+
color: var(--body-color);
|
26818
|
+
font-size: var(--Collapse-content-fontSize);
|
26819
|
+
font-weight: var(--Collapse-content-fontWeight);
|
26820
|
+
}
|
26821
|
+
|
26175
26822
|
.amis-scope .cxd-ColorField {
|
26176
26823
|
display: inline-block;
|
26177
26824
|
}
|
@@ -26359,7 +27006,7 @@ readers do not read off random characters that represent icons */
|
|
26359
27006
|
left: 0;
|
26360
27007
|
right: 0;
|
26361
27008
|
bottom: 0;
|
26362
|
-
background: rgba(
|
27009
|
+
background: rgba(36, 104, 242, 0.2);
|
26363
27010
|
}
|
26364
27011
|
|
26365
27012
|
.amis-scope .cxd-CBGroupOrItem-dragbar {
|
@@ -27213,6 +27860,20 @@ readers do not read off random characters that represent icons */
|
|
27213
27860
|
text-align: center;
|
27214
27861
|
}
|
27215
27862
|
|
27863
|
+
.amis-scope .cxd-Table-searchableForm {
|
27864
|
+
background: var(--Table-searchableForm-backgroundColor);
|
27865
|
+
border-radius: var(--Table-searchableForm-borderRadius);
|
27866
|
+
}
|
27867
|
+
|
27868
|
+
.amis-scope .cxd-Table-searchableForm-footer {
|
27869
|
+
padding: var(--Panel-footerPadding);
|
27870
|
+
clear: both;
|
27871
|
+
}
|
27872
|
+
|
27873
|
+
.amis-scope .cxd-Table-searchableForm-checkbox > div > .cxd-CheckboxControl {
|
27874
|
+
padding-top: 0;
|
27875
|
+
}
|
27876
|
+
|
27216
27877
|
.amis-scope .cxd-Table-header {
|
27217
27878
|
padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
|
27218
27879
|
}
|
@@ -27346,6 +28007,10 @@ readers do not read off random characters that represent icons */
|
|
27346
28007
|
border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
|
27347
28008
|
}
|
27348
28009
|
|
28010
|
+
.amis-scope .cxd-Table-table--checkOnItemClick > tbody > tr {
|
28011
|
+
cursor: pointer;
|
28012
|
+
}
|
28013
|
+
|
27349
28014
|
.amis-scope .cxd-Table-table > thead > tr > th {
|
27350
28015
|
background: var(--Table-thead-bg);
|
27351
28016
|
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
|
@@ -27386,6 +28051,7 @@ readers do not read off random characters that represent icons */
|
|
27386
28051
|
}
|
27387
28052
|
|
27388
28053
|
.amis-scope .cxd-Table-table > tbody > tr {
|
28054
|
+
position: relative;
|
27389
28055
|
background: transparent;
|
27390
28056
|
}
|
27391
28057
|
|
@@ -27470,7 +28136,7 @@ readers do not read off random characters that represent icons */
|
|
27470
28136
|
|
27471
28137
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light {
|
27472
28138
|
background-color: #eaf6fe;
|
27473
|
-
color: #
|
28139
|
+
color: #151a26;
|
27474
28140
|
}
|
27475
28141
|
|
27476
28142
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.lt,
|
@@ -27545,11 +28211,11 @@ readers do not read off random characters that represent icons */
|
|
27545
28211
|
}
|
27546
28212
|
|
27547
28213
|
.amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-muted {
|
27548
|
-
color: #
|
28214
|
+
color: #030405 !important;
|
27549
28215
|
}
|
27550
28216
|
|
27551
28217
|
.amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-lt {
|
27552
|
-
color: #
|
28218
|
+
color: #425278 !important;
|
27553
28219
|
}
|
27554
28220
|
|
27555
28221
|
.amis-scope .cxd-Table-table > tbody > tr.bg-black {
|
@@ -27599,46 +28265,46 @@ readers do not read off random characters that represent icons */
|
|
27599
28265
|
}
|
27600
28266
|
|
27601
28267
|
.amis-scope .cxd-Table-table > tbody > tr.bg-black .text-muted {
|
27602
|
-
color: #
|
28268
|
+
color: #030405 !important;
|
27603
28269
|
}
|
27604
28270
|
|
27605
28271
|
.amis-scope .cxd-Table-table > tbody > tr.bg-black .text-lt {
|
27606
|
-
color: #
|
28272
|
+
color: #425278 !important;
|
27607
28273
|
}
|
27608
28274
|
|
27609
28275
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary {
|
27610
|
-
background-color: #
|
27611
|
-
color: #
|
28276
|
+
background-color: #2468f2;
|
28277
|
+
color: #e6edfc;
|
27612
28278
|
}
|
27613
28279
|
|
27614
28280
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary.lt,
|
27615
28281
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .lt {
|
27616
|
-
background: #
|
28282
|
+
background: #3f79f1;
|
27617
28283
|
}
|
27618
28284
|
|
27619
28285
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary.lter,
|
27620
28286
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .lter {
|
27621
|
-
background: #
|
28287
|
+
background: #598bf0;
|
27622
28288
|
}
|
27623
28289
|
|
27624
28290
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary.dk,
|
27625
28291
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .dk {
|
27626
|
-
background: #
|
28292
|
+
background: #0b57f2;
|
27627
28293
|
}
|
27628
28294
|
|
27629
28295
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary.dker,
|
27630
28296
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .dker {
|
27631
|
-
background: #
|
28297
|
+
background: #074ddc;
|
27632
28298
|
}
|
27633
28299
|
|
27634
28300
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary.bg,
|
27635
28301
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .bg {
|
27636
|
-
background-color: #
|
28302
|
+
background-color: #2468f2;
|
27637
28303
|
}
|
27638
28304
|
|
27639
28305
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary a,
|
27640
28306
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link {
|
27641
|
-
color:
|
28307
|
+
color: white;
|
27642
28308
|
}
|
27643
28309
|
|
27644
28310
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary a:hover,
|
@@ -27653,46 +28319,46 @@ readers do not read off random characters that represent icons */
|
|
27653
28319
|
}
|
27654
28320
|
|
27655
28321
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-muted {
|
27656
|
-
color: #
|
28322
|
+
color: #030405 !important;
|
27657
28323
|
}
|
27658
28324
|
|
27659
28325
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-lt {
|
27660
|
-
color: #
|
28326
|
+
color: #425278 !important;
|
27661
28327
|
}
|
27662
28328
|
|
27663
28329
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success {
|
27664
|
-
background-color: #
|
27665
|
-
color: #
|
28330
|
+
background-color: #0bc286;
|
28331
|
+
color: #a4f5da;
|
27666
28332
|
}
|
27667
28333
|
|
27668
28334
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success.lt,
|
27669
28335
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .lt {
|
27670
|
-
background: #
|
28336
|
+
background: #0fd796;
|
27671
28337
|
}
|
27672
28338
|
|
27673
28339
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success.lter,
|
27674
28340
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .lter {
|
27675
|
-
background: #
|
28341
|
+
background: #15eba5;
|
27676
28342
|
}
|
27677
28343
|
|
27678
28344
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success.dk,
|
27679
28345
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .dk {
|
27680
|
-
background: #
|
28346
|
+
background: #07ac76;
|
27681
28347
|
}
|
27682
28348
|
|
27683
28349
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success.dker,
|
27684
28350
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .dker {
|
27685
|
-
background: #
|
28351
|
+
background: #049666;
|
27686
28352
|
}
|
27687
28353
|
|
27688
28354
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success.bg,
|
27689
28355
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .bg {
|
27690
|
-
background-color: #
|
28356
|
+
background-color: #0bc286;
|
27691
28357
|
}
|
27692
28358
|
|
27693
28359
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success a,
|
27694
28360
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link {
|
27695
|
-
color: #
|
28361
|
+
color: #d2faed;
|
27696
28362
|
}
|
27697
28363
|
|
27698
28364
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success a:hover,
|
@@ -27707,46 +28373,46 @@ readers do not read off random characters that represent icons */
|
|
27707
28373
|
}
|
27708
28374
|
|
27709
28375
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .text-muted {
|
27710
|
-
color: #
|
28376
|
+
color: #030405 !important;
|
27711
28377
|
}
|
27712
28378
|
|
27713
28379
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .text-lt {
|
27714
|
-
color: #
|
28380
|
+
color: #425278 !important;
|
27715
28381
|
}
|
27716
28382
|
|
27717
28383
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info {
|
27718
|
-
background-color: #
|
27719
|
-
color: #
|
28384
|
+
background-color: #2468f2;
|
28385
|
+
color: #e6edfc;
|
27720
28386
|
}
|
27721
28387
|
|
27722
28388
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info.lt,
|
27723
28389
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .lt {
|
27724
|
-
background: #
|
28390
|
+
background: #3f79f1;
|
27725
28391
|
}
|
27726
28392
|
|
27727
28393
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info.lter,
|
27728
28394
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .lter {
|
27729
|
-
background: #
|
28395
|
+
background: #598bf0;
|
27730
28396
|
}
|
27731
28397
|
|
27732
28398
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info.dk,
|
27733
28399
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .dk {
|
27734
|
-
background: #
|
28400
|
+
background: #0b57f2;
|
27735
28401
|
}
|
27736
28402
|
|
27737
28403
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info.dker,
|
27738
28404
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .dker {
|
27739
|
-
background: #
|
28405
|
+
background: #074ddc;
|
27740
28406
|
}
|
27741
28407
|
|
27742
28408
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info.bg,
|
27743
28409
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .bg {
|
27744
|
-
background-color: #
|
28410
|
+
background-color: #2468f2;
|
27745
28411
|
}
|
27746
28412
|
|
27747
28413
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info a,
|
27748
28414
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link {
|
27749
|
-
color:
|
28415
|
+
color: white;
|
27750
28416
|
}
|
27751
28417
|
|
27752
28418
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info a:hover,
|
@@ -27761,46 +28427,46 @@ readers do not read off random characters that represent icons */
|
|
27761
28427
|
}
|
27762
28428
|
|
27763
28429
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .text-muted {
|
27764
|
-
color: #
|
28430
|
+
color: #030405 !important;
|
27765
28431
|
}
|
27766
28432
|
|
27767
28433
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .text-lt {
|
27768
|
-
color: #
|
28434
|
+
color: #425278 !important;
|
27769
28435
|
}
|
27770
28436
|
|
27771
28437
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning {
|
27772
|
-
background-color: #
|
27773
|
-
color: #
|
28438
|
+
background-color: #ffb200;
|
28439
|
+
color: #fcefcf;
|
27774
28440
|
}
|
27775
28441
|
|
27776
28442
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning.lt,
|
27777
28443
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .lt {
|
27778
|
-
background: #
|
28444
|
+
background: #fcb91c;
|
27779
28445
|
}
|
27780
28446
|
|
27781
28447
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning.lter,
|
27782
28448
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .lter {
|
27783
|
-
background: #
|
28449
|
+
background: #fabf38;
|
27784
28450
|
}
|
27785
28451
|
|
27786
28452
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning.dk,
|
27787
28453
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .dk {
|
27788
|
-
background: #
|
28454
|
+
background: #e6a000;
|
27789
28455
|
}
|
27790
28456
|
|
27791
28457
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning.dker,
|
27792
28458
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .dker {
|
27793
|
-
background: #
|
28459
|
+
background: #cc8e00;
|
27794
28460
|
}
|
27795
28461
|
|
27796
28462
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning.bg,
|
27797
28463
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .bg {
|
27798
|
-
background-color: #
|
28464
|
+
background-color: #ffb200;
|
27799
28465
|
}
|
27800
28466
|
|
27801
28467
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning a,
|
27802
28468
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .cxd-Button--link {
|
27803
|
-
color:
|
28469
|
+
color: white;
|
27804
28470
|
}
|
27805
28471
|
|
27806
28472
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning a:hover,
|
@@ -27815,41 +28481,41 @@ readers do not read off random characters that represent icons */
|
|
27815
28481
|
}
|
27816
28482
|
|
27817
28483
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-muted {
|
27818
|
-
color: #
|
28484
|
+
color: #030405 !important;
|
27819
28485
|
}
|
27820
28486
|
|
27821
28487
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-lt {
|
27822
|
-
color: #
|
28488
|
+
color: #425278 !important;
|
27823
28489
|
}
|
27824
28490
|
|
27825
28491
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger {
|
27826
|
-
background-color: #
|
27827
|
-
color:
|
28492
|
+
background-color: #e8684a;
|
28493
|
+
color: white;
|
27828
28494
|
}
|
27829
28495
|
|
27830
28496
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger.lt,
|
27831
28497
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .lt {
|
27832
|
-
background: #
|
28498
|
+
background: #e97c63;
|
27833
28499
|
}
|
27834
28500
|
|
27835
28501
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger.lter,
|
27836
28502
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .lter {
|
27837
|
-
background: #
|
28503
|
+
background: #ea907b;
|
27838
28504
|
}
|
27839
28505
|
|
27840
28506
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger.dk,
|
27841
28507
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .dk {
|
27842
|
-
background: #
|
28508
|
+
background: #e85331;
|
27843
28509
|
}
|
27844
28510
|
|
27845
28511
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger.dker,
|
27846
28512
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .dker {
|
27847
|
-
background: #
|
28513
|
+
background: #e93e16;
|
27848
28514
|
}
|
27849
28515
|
|
27850
28516
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger.bg,
|
27851
28517
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .bg {
|
27852
|
-
background-color: #
|
28518
|
+
background-color: #e8684a;
|
27853
28519
|
}
|
27854
28520
|
|
27855
28521
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger a,
|
@@ -27869,11 +28535,11 @@ readers do not read off random characters that represent icons */
|
|
27869
28535
|
}
|
27870
28536
|
|
27871
28537
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-muted {
|
27872
|
-
color: #
|
28538
|
+
color: #030405 !important;
|
27873
28539
|
}
|
27874
28540
|
|
27875
28541
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-lt {
|
27876
|
-
color: #
|
28542
|
+
color: #425278 !important;
|
27877
28543
|
}
|
27878
28544
|
|
27879
28545
|
.amis-scope .cxd-Table-table > tbody > tr.is-dragging {
|
@@ -28570,7 +29236,7 @@ readers do not read off random characters that represent icons */
|
|
28570
29236
|
top: var(--Table-borderWidth);
|
28571
29237
|
bottom: 0;
|
28572
29238
|
right: 0;
|
28573
|
-
padding-left:
|
29239
|
+
padding-left: 5rem;
|
28574
29240
|
padding-right: var(--TableCell-paddingX);
|
28575
29241
|
display: flex;
|
28576
29242
|
align-items: center;
|
@@ -28682,6 +29348,34 @@ readers do not read off random characters that represent icons */
|
|
28682
29348
|
position: absolute;
|
28683
29349
|
}
|
28684
29350
|
|
29351
|
+
.amis-scope .cxd-Table-badge {
|
29352
|
+
position: absolute;
|
29353
|
+
top: 0;
|
29354
|
+
left: 0;
|
29355
|
+
}
|
29356
|
+
|
29357
|
+
.amis-scope .cxd-Table--autoFillHeight {
|
29358
|
+
margin-bottom: 0;
|
29359
|
+
}
|
29360
|
+
|
29361
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table {
|
29362
|
+
border-top: none;
|
29363
|
+
}
|
29364
|
+
|
29365
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table thead {
|
29366
|
+
position: sticky;
|
29367
|
+
top: 0;
|
29368
|
+
z-index: 1;
|
29369
|
+
}
|
29370
|
+
|
29371
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-fixedTop {
|
29372
|
+
display: none;
|
29373
|
+
}
|
29374
|
+
|
29375
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-footToolbar {
|
29376
|
+
margin-bottom: 0;
|
29377
|
+
}
|
29378
|
+
|
28685
29379
|
.amis-scope .cxd-InputTable-toolbar {
|
28686
29380
|
display: flex;
|
28687
29381
|
flex-direction: row;
|
@@ -28711,100 +29405,341 @@ readers do not read off random characters that represent icons */
|
|
28711
29405
|
margin-right: 0.625rem;
|
28712
29406
|
}
|
28713
29407
|
|
28714
|
-
.amis-scope .cxd-
|
29408
|
+
.amis-scope .cxd-ColumnToggler {
|
28715
29409
|
position: relative;
|
29410
|
+
display: inline-block;
|
28716
29411
|
}
|
28717
29412
|
|
28718
|
-
.amis-scope .cxd-
|
28719
|
-
|
28720
|
-
|
28721
|
-
|
28722
|
-
|
29413
|
+
.amis-scope .cxd-ColumnToggler-caret {
|
29414
|
+
margin-left: var(--DropDown-caret-marginLeft);
|
29415
|
+
display: inline-block;
|
29416
|
+
vertical-align: top;
|
29417
|
+
transition: transform var(--animation-duration) ease;
|
28723
29418
|
}
|
28724
29419
|
|
28725
|
-
.amis-scope .cxd-
|
28726
|
-
|
28727
|
-
|
28728
|
-
|
29420
|
+
.amis-scope .cxd-ColumnToggler-caret > svg {
|
29421
|
+
width: 0.625rem;
|
29422
|
+
height: 0.625rem;
|
29423
|
+
top: 0.125em;
|
28729
29424
|
}
|
28730
29425
|
|
28731
|
-
.amis-scope .cxd-
|
28732
|
-
|
28733
|
-
display: table;
|
28734
|
-
content: "";
|
29426
|
+
.amis-scope .cxd-ColumnToggler.is-opened .cxd-ColumnToggler-caret {
|
29427
|
+
transform: rotate(180deg);
|
28735
29428
|
}
|
28736
29429
|
|
28737
|
-
.amis-scope .cxd-
|
28738
|
-
|
29430
|
+
.amis-scope .cxd-ColumnToggler.is-actived > .cxd-Button {
|
29431
|
+
color: var(--link-color);
|
28739
29432
|
}
|
28740
29433
|
|
28741
|
-
.amis-scope .cxd-
|
28742
|
-
display:
|
29434
|
+
.amis-scope .cxd-ColumnToggler--block {
|
29435
|
+
display: block;
|
28743
29436
|
}
|
28744
29437
|
|
28745
|
-
.amis-scope .cxd-
|
28746
|
-
|
29438
|
+
.amis-scope .cxd-ColumnToggler--block .cxd-Button {
|
29439
|
+
display: block;
|
28747
29440
|
}
|
28748
29441
|
|
28749
|
-
.amis-scope .cxd-
|
28750
|
-
|
29442
|
+
.amis-scope .cxd-ColumnToggler-menu {
|
29443
|
+
position: absolute;
|
29444
|
+
z-index: 1000;
|
29445
|
+
top: 100%;
|
29446
|
+
left: 0;
|
29447
|
+
margin: 0.0625rem 0 0;
|
29448
|
+
background: var(--DropDown-menu-bg);
|
29449
|
+
list-style: none;
|
29450
|
+
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
29451
|
+
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
29452
|
+
border-radius: var(--DropDown-menu-borderRadius);
|
29453
|
+
box-shadow: var(--DropDown-menu-boxShadow);
|
29454
|
+
min-width: var(--DropDown-menu-minWidth);
|
29455
|
+
text-align: left;
|
28751
29456
|
}
|
28752
29457
|
|
28753
|
-
.amis-scope .cxd-
|
28754
|
-
|
28755
|
-
|
28756
|
-
margin-left: var(--Crud-toolbar-gap);
|
29458
|
+
.amis-scope .cxd-ColumnToggler--alignRight .cxd-ColumnToggler-menu {
|
29459
|
+
left: auto;
|
29460
|
+
right: 0;
|
28757
29461
|
}
|
28758
29462
|
|
28759
|
-
.amis-scope .cxd-
|
28760
|
-
|
29463
|
+
.amis-scope .cxd-ColumnToggler-menuItem,
|
29464
|
+
.amis-scope .cxd-ColumnToggler-menu > li {
|
29465
|
+
padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
|
29466
|
+
white-space: nowrap;
|
29467
|
+
box-sizing: border-box;
|
29468
|
+
height: var(--DropDown-menu-height);
|
29469
|
+
vertical-align: middle;
|
29470
|
+
user-select: none;
|
29471
|
+
color: var(--link-color);
|
29472
|
+
text-decoration: var(--link-decoration);
|
28761
29473
|
}
|
28762
29474
|
|
28763
|
-
.amis-scope .cxd-
|
28764
|
-
|
29475
|
+
.amis-scope .cxd-ColumnToggler-menuItem:hover,
|
29476
|
+
.amis-scope .cxd-ColumnToggler-menu > li:hover {
|
29477
|
+
background: var(--DropDown-menuItem-onHover-bg);
|
29478
|
+
color: var(--DropDown-menuItem-onHover-color);
|
28765
29479
|
}
|
28766
29480
|
|
28767
|
-
.amis-scope .cxd-
|
28768
|
-
|
28769
|
-
|
28770
|
-
z-index: -1;
|
28771
|
-
opacity: 0;
|
28772
|
-
box-shadow: var(--List-fixedTop-boxShadow);
|
29481
|
+
.amis-scope .cxd-ColumnToggler-menuItem.is-active,
|
29482
|
+
.amis-scope .cxd-ColumnToggler-menu > li.is-active {
|
29483
|
+
color: var(--DropDown-menuItem-onActive-color);
|
28773
29484
|
}
|
28774
29485
|
|
28775
|
-
.amis-scope .cxd-
|
28776
|
-
|
28777
|
-
|
28778
|
-
|
29486
|
+
.amis-scope .cxd-ColumnToggler-menuItem:not(.is-disabled),
|
29487
|
+
.amis-scope .cxd-ColumnToggler-menuItem:not(.disabled),
|
29488
|
+
.amis-scope .cxd-ColumnToggler-menu > li:not(.is-disabled),
|
29489
|
+
.amis-scope .cxd-ColumnToggler-menu > li:not(.disabled) {
|
29490
|
+
cursor: pointer;
|
28779
29491
|
}
|
28780
29492
|
|
28781
|
-
.amis-scope .cxd-
|
28782
|
-
|
29493
|
+
.amis-scope .cxd-ColumnToggler-menuItem.is-disabled,
|
29494
|
+
.amis-scope .cxd-ColumnToggler-menu > li.is-disabled {
|
29495
|
+
cursor: not-allowed;
|
29496
|
+
color: var(--DropDown-menuItem-onDisabled-color);
|
29497
|
+
filter: grayscale(80%);
|
28783
29498
|
}
|
28784
29499
|
|
28785
|
-
.amis-scope .cxd-
|
28786
|
-
|
29500
|
+
.amis-scope .cxd-ColumnToggler-menuItem.cxd-DropDown-divider,
|
29501
|
+
.amis-scope .cxd-ColumnToggler-menu > li.cxd-DropDown-divider {
|
29502
|
+
height: 0.0625rem;
|
29503
|
+
margin: 0.5625rem 0;
|
29504
|
+
overflow: hidden;
|
29505
|
+
background: var(--DropDown-menu-borderColor);
|
29506
|
+
padding: 0;
|
28787
29507
|
}
|
28788
29508
|
|
28789
|
-
.amis-scope .cxd-
|
28790
|
-
|
28791
|
-
|
28792
|
-
|
28793
|
-
margin-bottom: var(--gap-sm);
|
29509
|
+
.amis-scope .cxd-ColumnToggler-menu > li a {
|
29510
|
+
color: inherit;
|
29511
|
+
display: block;
|
29512
|
+
text-decoration: none;
|
28794
29513
|
}
|
28795
29514
|
|
28796
|
-
.amis-scope .cxd-
|
28797
|
-
|
28798
|
-
|
28799
|
-
clear: both;
|
28800
|
-
margin-top: var(--gap-xs);
|
29515
|
+
.amis-scope .cxd-ColumnToggler-popover {
|
29516
|
+
border: none;
|
29517
|
+
box-shadow: none;
|
28801
29518
|
}
|
28802
29519
|
|
28803
|
-
.amis-scope .cxd-
|
28804
|
-
|
28805
|
-
|
28806
|
-
|
28807
|
-
|
29520
|
+
.amis-scope .cxd-ColumnToggler > .cxd-Button {
|
29521
|
+
min-width: unset;
|
29522
|
+
}
|
29523
|
+
|
29524
|
+
.amis-scope .cxd-ColumnToggler-modal {
|
29525
|
+
display: flex;
|
29526
|
+
flex-flow: column nowrap;
|
29527
|
+
justify-content: space-between;
|
29528
|
+
align-items: center;
|
29529
|
+
width: 25rem;
|
29530
|
+
padding: var(--ColumnToggler-lineHeight);
|
29531
|
+
margin-top: calc(50vh - 100px);
|
29532
|
+
border-radius: var(--ColumnToggler-borderRadius);
|
29533
|
+
background: var(--ColumnToggler-backgroundColor);
|
29534
|
+
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);
|
29535
|
+
}
|
29536
|
+
|
29537
|
+
.amis-scope .cxd-ColumnToggler-modal-header {
|
29538
|
+
width: 100%;
|
29539
|
+
display: flex;
|
29540
|
+
flex-flow: row nowrap;
|
29541
|
+
justify-content: space-between;
|
29542
|
+
align-items: center;
|
29543
|
+
}
|
29544
|
+
|
29545
|
+
.amis-scope .cxd-ColumnToggler-modal-header a,
|
29546
|
+
.amis-scope .cxd-ColumnToggler-modal-header span {
|
29547
|
+
display: inline-block;
|
29548
|
+
}
|
29549
|
+
|
29550
|
+
.amis-scope .cxd-ColumnToggler-modal-header .cxd-ColumnToggler-modal-title {
|
29551
|
+
opacity: 0.95;
|
29552
|
+
font-size: var(--fontSizeMd);
|
29553
|
+
color: var(--ColumnToggler-title-fontColor);
|
29554
|
+
line-height: var(--ColumnToggler-lineHeight);
|
29555
|
+
font-weight: bold;
|
29556
|
+
}
|
29557
|
+
|
29558
|
+
.amis-scope .cxd-ColumnToggler-modal-content {
|
29559
|
+
padding: 0;
|
29560
|
+
width: 100%;
|
29561
|
+
list-style: none;
|
29562
|
+
margin: 0.5rem 0;
|
29563
|
+
}
|
29564
|
+
|
29565
|
+
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem {
|
29566
|
+
color: var(--ColumnToggler-title-fontColor);
|
29567
|
+
background: var(--ColumnToggler-item-backgroundColor);
|
29568
|
+
border-radius: 0.125rem;
|
29569
|
+
font-size: var(--fontSizeSm);
|
29570
|
+
padding: 0.25rem 0.5rem;
|
29571
|
+
height: var(--ColumnToggler-lineHeight);
|
29572
|
+
width: calc((100% - 24px) / 3);
|
29573
|
+
float: left;
|
29574
|
+
margin: 0.25rem;
|
29575
|
+
text-overflow: ellipsis;
|
29576
|
+
white-space: nowrap;
|
29577
|
+
overflow: hidden;
|
29578
|
+
}
|
29579
|
+
|
29580
|
+
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem:hover {
|
29581
|
+
background: var(--ColumnToggler-item-backgroundColor-onHover);
|
29582
|
+
}
|
29583
|
+
|
29584
|
+
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem--dragging {
|
29585
|
+
border: 1px solid var(--link-color);
|
29586
|
+
}
|
29587
|
+
|
29588
|
+
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem label > i {
|
29589
|
+
height: var(--fontSizeLg);
|
29590
|
+
width: var(--fontSizeLg);
|
29591
|
+
vertical-align: top;
|
29592
|
+
}
|
29593
|
+
|
29594
|
+
.amis-scope .cxd-ColumnToggler-modal-content .cxd-ColumnToggler-menuItem-dragBar {
|
29595
|
+
margin-left: 0;
|
29596
|
+
margin-right: var(--gap-xs);
|
29597
|
+
cursor: move;
|
29598
|
+
color: #d8d8d8;
|
29599
|
+
}
|
29600
|
+
|
29601
|
+
.amis-scope .cxd-ColumnToggler-modal-footer {
|
29602
|
+
width: 100%;
|
29603
|
+
display: flex;
|
29604
|
+
flex-flow: row nowrap;
|
29605
|
+
justify-content: space-between;
|
29606
|
+
align-items: center;
|
29607
|
+
}
|
29608
|
+
|
29609
|
+
.amis-scope .cxd-ColumnToggler-modal-footer .cxd-ColumnToggler-modeSelect {
|
29610
|
+
color: var(--ColumnToggler-fontColor);
|
29611
|
+
font-size: var(--fontSizeSm);
|
29612
|
+
}
|
29613
|
+
|
29614
|
+
.amis-scope .cxd-ColumnToggler-modal-footer .cxd-ColumnToggler-modeSelect.is-actived {
|
29615
|
+
color: var(--link-color);
|
29616
|
+
}
|
29617
|
+
|
29618
|
+
.amis-scope .cxd-ColumnToggler-modal-footer > div {
|
29619
|
+
display: flex;
|
29620
|
+
flex-flow: row nowrap;
|
29621
|
+
justify-content: space-between;
|
29622
|
+
align-items: center;
|
29623
|
+
}
|
29624
|
+
|
29625
|
+
.amis-scope .cxd-ColumnToggler-modal-footer > div:first-child {
|
29626
|
+
justify-content: flex-start;
|
29627
|
+
}
|
29628
|
+
|
29629
|
+
.amis-scope .cxd-ColumnToggler-modal-footer > div:first-child a {
|
29630
|
+
display: inline-block;
|
29631
|
+
}
|
29632
|
+
|
29633
|
+
.amis-scope .cxd-ColumnToggler-modal-footer > div:last-child {
|
29634
|
+
justify-content: flex-end;
|
29635
|
+
}
|
29636
|
+
|
29637
|
+
.amis-scope .cxd-ColumnToggler-modal-footer > div:last-child button {
|
29638
|
+
width: 72px;
|
29639
|
+
}
|
29640
|
+
|
29641
|
+
.amis-scope .cxd-ColumnToggler-tooltip {
|
29642
|
+
border: none;
|
29643
|
+
}
|
29644
|
+
|
29645
|
+
.amis-scope .cxd-ColumnToggler-tooltip .cxd-Tooltip-arrow::before {
|
29646
|
+
border-top-color: transparent;
|
29647
|
+
}
|
29648
|
+
|
29649
|
+
.amis-scope .cxd-List {
|
29650
|
+
position: relative;
|
29651
|
+
}
|
29652
|
+
|
29653
|
+
.amis-scope .cxd-List-items {
|
29654
|
+
border-radius: var(--List-borderRadius);
|
29655
|
+
border: var(--List-borderWidth) solid var(--List-borderColor);
|
29656
|
+
background: var(--List-bg);
|
29657
|
+
margin-bottom: var(--gap-sm);
|
29658
|
+
}
|
29659
|
+
|
29660
|
+
.amis-scope .cxd-List-toolbar {
|
29661
|
+
display: flex;
|
29662
|
+
flex-wrap: wrap;
|
29663
|
+
margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
|
29664
|
+
}
|
29665
|
+
|
29666
|
+
.amis-scope .cxd-List-toolbar::before,
|
29667
|
+
.amis-scope .cxd-List-toolbar::after {
|
29668
|
+
display: table;
|
29669
|
+
content: "";
|
29670
|
+
}
|
29671
|
+
|
29672
|
+
.amis-scope .cxd-List-toolbar::after {
|
29673
|
+
clear: both;
|
29674
|
+
}
|
29675
|
+
|
29676
|
+
.amis-scope .cxd-List-actions {
|
29677
|
+
display: inline-block;
|
29678
|
+
}
|
29679
|
+
|
29680
|
+
.amis-scope .cxd-List-actions > * {
|
29681
|
+
margin-right: var(--Crud-toolbar-gap);
|
29682
|
+
}
|
29683
|
+
|
29684
|
+
.amis-scope .cxd-List-header {
|
29685
|
+
padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
|
29686
|
+
}
|
29687
|
+
|
29688
|
+
.amis-scope .cxd-List-header > * + .cxd-Button,
|
29689
|
+
.amis-scope .cxd-List-header > * + .cxd-ButtonGroup,
|
29690
|
+
.amis-scope .cxd-List-header > * + .cxd-ButtonToolbar {
|
29691
|
+
margin-left: var(--Crud-toolbar-gap);
|
29692
|
+
}
|
29693
|
+
|
29694
|
+
.amis-scope .cxd-List-header + .cxd-List-toolbar {
|
29695
|
+
padding-top: 0;
|
29696
|
+
}
|
29697
|
+
|
29698
|
+
.amis-scope .cxd-List-heading {
|
29699
|
+
padding: var(--gap-xs) 0;
|
29700
|
+
}
|
29701
|
+
|
29702
|
+
.amis-scope .cxd-List-fixedTop {
|
29703
|
+
position: absolute;
|
29704
|
+
background: var(--white);
|
29705
|
+
z-index: -1;
|
29706
|
+
opacity: 0;
|
29707
|
+
box-shadow: var(--List-fixedTop-boxShadow);
|
29708
|
+
}
|
29709
|
+
|
29710
|
+
.amis-scope .cxd-List-fixedTop.in {
|
29711
|
+
position: fixed;
|
29712
|
+
opacity: 1;
|
29713
|
+
z-index: 900;
|
29714
|
+
}
|
29715
|
+
|
29716
|
+
.amis-scope .cxd-List-fixedTop .cxd-Cards-toolbar {
|
29717
|
+
margin-bottom: 0;
|
29718
|
+
}
|
29719
|
+
|
29720
|
+
.amis-scope .cxd-List-fixedTop:empty {
|
29721
|
+
display: none;
|
29722
|
+
}
|
29723
|
+
|
29724
|
+
.amis-scope .cxd-List--unsaved .cxd-List-heading {
|
29725
|
+
background: var(--List--unsaved-heading-bg);
|
29726
|
+
color: var(--List--unsaved-heading-color);
|
29727
|
+
padding: var(--gap-xs) var(--gap-sm);
|
29728
|
+
margin-bottom: var(--gap-sm);
|
29729
|
+
}
|
29730
|
+
|
29731
|
+
.amis-scope .cxd-List-dragTip {
|
29732
|
+
width: 100%;
|
29733
|
+
color: var(--info);
|
29734
|
+
clear: both;
|
29735
|
+
margin-top: var(--gap-xs);
|
29736
|
+
}
|
29737
|
+
|
29738
|
+
.amis-scope .cxd-List-placeholder {
|
29739
|
+
color: var(--text--muted-color);
|
29740
|
+
text-align: center;
|
29741
|
+
min-height: var(--List-placeholder-height);
|
29742
|
+
line-height: var(--List-placeholder-height);
|
28808
29743
|
}
|
28809
29744
|
|
28810
29745
|
.amis-scope .cxd-ListGroup {
|
@@ -29205,18 +30140,6 @@ readers do not read off random characters that represent icons */
|
|
29205
30140
|
margin-top: var(--gap-xs);
|
29206
30141
|
}
|
29207
30142
|
|
29208
|
-
.amis-scope .cxd-Card-checkBtn {
|
29209
|
-
position: absolute;
|
29210
|
-
top: 0;
|
29211
|
-
right: 0;
|
29212
|
-
margin: var(--gap-sm);
|
29213
|
-
z-index: 1;
|
29214
|
-
}
|
29215
|
-
|
29216
|
-
.amis-scope .cxd-Card-checkBtn .cxd-Checkbox {
|
29217
|
-
margin-right: 0;
|
29218
|
-
}
|
29219
|
-
|
29220
30143
|
.amis-scope .cxd-Card-dragBtn {
|
29221
30144
|
cursor: pointer;
|
29222
30145
|
float: right;
|
@@ -29224,7 +30147,8 @@ readers do not read off random characters that represent icons */
|
|
29224
30147
|
}
|
29225
30148
|
|
29226
30149
|
.amis-scope .cxd-Card-heading {
|
29227
|
-
|
30150
|
+
display: flex;
|
30151
|
+
flex-direction: row;
|
29228
30152
|
padding: var(--gap-sm) var(--gap-base);
|
29229
30153
|
flex: 1 0 auto;
|
29230
30154
|
}
|
@@ -29256,12 +30180,17 @@ readers do not read off random characters that represent icons */
|
|
29256
30180
|
|
29257
30181
|
.amis-scope .cxd-Card-meta {
|
29258
30182
|
display: block;
|
30183
|
+
flex-grow: 1;
|
29259
30184
|
height: 100%;
|
29260
|
-
overflow: hidden;
|
29261
30185
|
position: relative;
|
29262
30186
|
margin-right: var(--gap-md);
|
29263
30187
|
}
|
29264
30188
|
|
30189
|
+
.amis-scope .cxd-Card-toolbar {
|
30190
|
+
margin-right: calc(-1 * var(--gap-base));
|
30191
|
+
text-align: right;
|
30192
|
+
}
|
30193
|
+
|
29265
30194
|
.amis-scope .cxd-Card-highlight {
|
29266
30195
|
background: var(--success);
|
29267
30196
|
width: 0.5rem;
|
@@ -29511,6 +30440,7 @@ readers do not read off random characters that represent icons */
|
|
29511
30440
|
height: 10px;
|
29512
30441
|
background: #ebebeb;
|
29513
30442
|
overflow: hidden;
|
30443
|
+
border-radius: var(--Progress-borderRadius);
|
29514
30444
|
}
|
29515
30445
|
|
29516
30446
|
.amis-scope .cxd-Progress-bar {
|
@@ -29523,6 +30453,7 @@ readers do not read off random characters that represent icons */
|
|
29523
30453
|
text-align: center;
|
29524
30454
|
background: var(--primary);
|
29525
30455
|
transition: width var(--animation-duration) ease;
|
30456
|
+
border-radius: var(--Progress-borderRadius);
|
29526
30457
|
}
|
29527
30458
|
|
29528
30459
|
.amis-scope .cxd-Progress-bar--stripe {
|
@@ -29748,7 +30679,7 @@ readers do not read off random characters that represent icons */
|
|
29748
30679
|
|
29749
30680
|
.amis-scope .cxd-StatusField-label {
|
29750
30681
|
font-size: var(--fontSizeSm);
|
29751
|
-
margin-left: var(--gap-
|
30682
|
+
margin-left: var(--gap-xs);
|
29752
30683
|
}
|
29753
30684
|
|
29754
30685
|
@keyframes animation-rolling_red {
|
@@ -30244,7 +31175,7 @@ readers do not read off random characters that represent icons */
|
|
30244
31175
|
}
|
30245
31176
|
|
30246
31177
|
.amis-scope .cxd-ImageGallery-item.is-active {
|
30247
|
-
border: 1px solid
|
31178
|
+
border: 1px solid var(--primary);
|
30248
31179
|
}
|
30249
31180
|
|
30250
31181
|
.amis-scope .cxd-ImageGallery-item.is-active:after {
|
@@ -30273,6 +31204,7 @@ readers do not read off random characters that represent icons */
|
|
30273
31204
|
|
30274
31205
|
.amis-scope .cxd-Image-thumbWrap {
|
30275
31206
|
position: relative;
|
31207
|
+
height: 100%;
|
30276
31208
|
}
|
30277
31209
|
|
30278
31210
|
.amis-scope .cxd-Image-image {
|
@@ -30388,7 +31320,7 @@ readers do not read off random characters that represent icons */
|
|
30388
31320
|
}
|
30389
31321
|
|
30390
31322
|
.amis-scope .cxd-Image-overlay {
|
30391
|
-
background: rgba(
|
31323
|
+
background: rgba(8, 14, 26, 0.5);
|
30392
31324
|
position: absolute;
|
30393
31325
|
width: 100%;
|
30394
31326
|
height: 100%;
|
@@ -31020,7 +31952,7 @@ readers do not read off random characters that represent icons */
|
|
31020
31952
|
height: 1px;
|
31021
31953
|
left: 100%;
|
31022
31954
|
width: 9999px;
|
31023
|
-
padding-right:
|
31955
|
+
padding-right: 0.625rem;
|
31024
31956
|
background-color: var(--Steps-line-bg);
|
31025
31957
|
}
|
31026
31958
|
|
@@ -31108,6 +32040,49 @@ readers do not read off random characters that represent icons */
|
|
31108
32040
|
border: 1px solid var(--Steps-status-success);
|
31109
32041
|
}
|
31110
32042
|
|
32043
|
+
.amis-scope .cxd-Portlet {
|
32044
|
+
border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
|
32045
|
+
border-radius: var(--Portlet-borderRadius);
|
32046
|
+
padding: var(--gap-base);
|
32047
|
+
}
|
32048
|
+
|
32049
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active a:first-child,
|
32050
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
32051
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
32052
|
+
border: none !important;
|
32053
|
+
color: inherit !important;
|
32054
|
+
cursor: auto !important;
|
32055
|
+
}
|
32056
|
+
|
32057
|
+
.amis-scope .cxd-Portlet-tab.no-divider .cxd-Tabs-links {
|
32058
|
+
border-bottom: none;
|
32059
|
+
}
|
32060
|
+
|
32061
|
+
.amis-scope .cxd-Portlet .cxd-Tabs-pane {
|
32062
|
+
padding: unset;
|
32063
|
+
}
|
32064
|
+
|
32065
|
+
.amis-scope .cxd-Portlet-toolbar {
|
32066
|
+
display: inline-flex;
|
32067
|
+
float: right;
|
32068
|
+
justify-content: flex-end;
|
32069
|
+
}
|
32070
|
+
|
32071
|
+
.amis-scope .cxd-Portlet-toolbar .cxd-Button {
|
32072
|
+
margin-left: calc(var(--gap-xs));
|
32073
|
+
}
|
32074
|
+
|
32075
|
+
.amis-scope .cxd-Portlet-header-desc {
|
32076
|
+
height: 100%;
|
32077
|
+
overflow: hidden;
|
32078
|
+
position: relative;
|
32079
|
+
margin-left: var(--gap-base);
|
32080
|
+
}
|
32081
|
+
|
32082
|
+
.amis-scope .cxd-Portlet.no-header .cxd-Portlet-tab .cxd-Tabs-links {
|
32083
|
+
display: none;
|
32084
|
+
}
|
32085
|
+
|
31111
32086
|
.amis-scope fieldset.cxd-Collapse--lg,
|
31112
32087
|
.amis-scope fieldset.cxd-Collapse--md,
|
31113
32088
|
.amis-scope fieldset.cxd-Collapse--base,
|
@@ -31166,11 +32141,14 @@ readers do not read off random characters that represent icons */
|
|
31166
32141
|
margin: var(--gap-base) 0;
|
31167
32142
|
padding: 0 0 0 14px;
|
31168
32143
|
cursor: pointer;
|
31169
|
-
border-bottom:
|
32144
|
+
border-bottom: none !important;
|
32145
|
+
background: transparent;
|
31170
32146
|
display: flex;
|
31171
32147
|
flex-direction: row;
|
31172
|
-
|
31173
|
-
|
32148
|
+
}
|
32149
|
+
|
32150
|
+
.amis-scope fieldset.cxd-Collapse > legend:hover {
|
32151
|
+
background: transparent;
|
31174
32152
|
}
|
31175
32153
|
|
31176
32154
|
.amis-scope fieldset.cxd-Collapse--xs {
|
@@ -31904,6 +32882,14 @@ readers do not read off random characters that represent icons */
|
|
31904
32882
|
color: var(--danger);
|
31905
32883
|
}
|
31906
32884
|
|
32885
|
+
.amis-scope .cxd-TextControl-input:hover {
|
32886
|
+
border-color: var(--Form-input-onHover-borderColor);
|
32887
|
+
}
|
32888
|
+
|
32889
|
+
.amis-scope .cxd-TextControl.is-disabled-input input {
|
32890
|
+
color: var(--Form-input-onDisabled-color);
|
32891
|
+
}
|
32892
|
+
|
31907
32893
|
.amis-scope .cxd-TextareaControl {
|
31908
32894
|
position: relative;
|
31909
32895
|
}
|
@@ -31935,12 +32921,21 @@ readers do not read off random characters that represent icons */
|
|
31935
32921
|
color: var(--Form-input-placeholderColor);
|
31936
32922
|
}
|
31937
32923
|
|
32924
|
+
.amis-scope .cxd-TextareaControl > textarea:hover {
|
32925
|
+
border-color: var(--Form-input-onHover-borderColor);
|
32926
|
+
}
|
32927
|
+
|
31938
32928
|
.amis-scope .cxd-TextareaControl > textarea:focus,
|
31939
32929
|
.amis-scope .cxd-TextareaControl.is-focused > textarea {
|
31940
32930
|
border-color: var(--Form-input-onFocused-borderColor);
|
31941
32931
|
box-shadow: var(--Form-input-boxShadow);
|
31942
32932
|
}
|
31943
32933
|
|
32934
|
+
.amis-scope .cxd-TextareaControl > textarea:focus:hover,
|
32935
|
+
.amis-scope .cxd-TextareaControl.is-focused > textarea:hover {
|
32936
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
32937
|
+
}
|
32938
|
+
|
31944
32939
|
.amis-scope .cxd-TextareaControl.is-disabled > textarea,
|
31945
32940
|
.amis-scope .cxd-TextareaControl > textarea[disabled] {
|
31946
32941
|
background: #e5e7eb;
|
@@ -32237,7 +33232,7 @@ readers do not read off random characters that represent icons */
|
|
32237
33232
|
color: #999;
|
32238
33233
|
}
|
32239
33234
|
|
32240
|
-
.amis-scope .cxd-
|
33235
|
+
.amis-scope .cxd-Selection > .cxd-Checkbox {
|
32241
33236
|
display: block;
|
32242
33237
|
height: var(--Form-input-height);
|
32243
33238
|
line-height: var(--Form-input-lineHeight);
|
@@ -32245,43 +33240,36 @@ readers do not read off random characters that represent icons */
|
|
32245
33240
|
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));
|
32246
33241
|
}
|
32247
33242
|
|
32248
|
-
.amis-scope .cxd-
|
33243
|
+
.amis-scope .cxd-Selection--inline > .cxd-Checkbox {
|
32249
33244
|
display: inline-block;
|
32250
33245
|
}
|
32251
33246
|
|
32252
|
-
.amis-scope .cxd-
|
33247
|
+
.amis-scope .cxd-Selection-addBtn {
|
32253
33248
|
display: block;
|
32254
33249
|
cursor: pointer;
|
32255
33250
|
}
|
32256
33251
|
|
32257
|
-
.amis-scope .cxd-
|
33252
|
+
.amis-scope .cxd-Selection-addBtn:hover {
|
32258
33253
|
text-decoration: none;
|
32259
33254
|
}
|
32260
33255
|
|
32261
|
-
.amis-scope .cxd-
|
33256
|
+
.amis-scope .cxd-Selection-addBtn > svg {
|
32262
33257
|
width: 0.875rem;
|
32263
33258
|
height: 0.875rem;
|
32264
33259
|
margin-right: var(--Checkbox-gap);
|
32265
33260
|
}
|
32266
33261
|
|
32267
|
-
.amis-scope .cxd-
|
32268
|
-
.amis-scope .cxd-ListCheckboxes-group:not(:first-child) > .cxd-ListRadios-itemLabel,
|
32269
|
-
.amis-scope .cxd-ListRadios-group:not(:first-child) > .cxd-ListCheckboxes-itemLabel,
|
32270
|
-
.amis-scope .cxd-ListRadios-group:not(:first-child) > .cxd-ListRadios-itemLabel {
|
33262
|
+
.amis-scope .cxd-GroupedSelection-group:not(:first-child) > .cxd-GroupedSelection-itemLabel {
|
32271
33263
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
32272
33264
|
}
|
32273
33265
|
|
32274
|
-
.amis-scope .cxd-
|
32275
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-itemLabel,
|
32276
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-itemLabel,
|
32277
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-itemLabel {
|
33266
|
+
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
|
32278
33267
|
font-size: var(--fontSizeSm);
|
32279
33268
|
padding: var(--gap-xs) var(--gap-xs);
|
32280
33269
|
color: var(--text--muted-color);
|
32281
33270
|
}
|
32282
33271
|
|
32283
|
-
.amis-scope .cxd-
|
32284
|
-
.amis-scope .cxd-ListRadios-item {
|
33272
|
+
.amis-scope .cxd-GroupedSelection-item {
|
32285
33273
|
display: flex;
|
32286
33274
|
height: var(--Form-input-height);
|
32287
33275
|
line-height: var(--Form-input-lineHeight);
|
@@ -32292,51 +33280,37 @@ readers do not read off random characters that represent icons */
|
|
32292
33280
|
user-select: none;
|
32293
33281
|
}
|
32294
33282
|
|
32295
|
-
.amis-scope .cxd-
|
32296
|
-
.amis-scope .cxd-ListRadios-item > .cxd-Checkbox {
|
33283
|
+
.amis-scope .cxd-GroupedSelection-item > .cxd-Checkbox {
|
32297
33284
|
margin-right: 0;
|
32298
33285
|
}
|
32299
33286
|
|
32300
|
-
.amis-scope .cxd-
|
32301
|
-
.amis-scope .cxd-ListRadios-item.is-active {
|
33287
|
+
.amis-scope .cxd-GroupedSelection-item.is-active {
|
32302
33288
|
color: var(--Form-select-menu-onActive-color);
|
32303
33289
|
background: var(--Form-select-menu-onActive-bg);
|
32304
33290
|
}
|
32305
33291
|
|
32306
|
-
.amis-scope .cxd-
|
32307
|
-
.amis-scope .cxd-ListRadios-item:hover {
|
33292
|
+
.amis-scope .cxd-GroupedSelection-item:hover {
|
32308
33293
|
background: var(--Tree-item-onHover-bg);
|
32309
33294
|
}
|
32310
33295
|
|
32311
|
-
.amis-scope .cxd-
|
32312
|
-
.amis-scope .cxd-ListRadios-item.is-disabled {
|
33296
|
+
.amis-scope .cxd-GroupedSelection-item.is-disabled {
|
32313
33297
|
pointer-events: none;
|
32314
33298
|
color: var(--text--muted-color);
|
32315
33299
|
}
|
32316
33300
|
|
32317
|
-
.amis-scope .cxd-
|
32318
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
|
32319
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
|
32320
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListRadios-item,
|
32321
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListCheckboxes-item,
|
32322
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
|
32323
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
|
32324
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListRadios-item {
|
33301
|
+
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
|
32325
33302
|
padding-left: var(--gap-base);
|
32326
33303
|
}
|
32327
33304
|
|
32328
|
-
.amis-scope .cxd-
|
32329
|
-
.amis-scope .cxd-ListRadios-itemLabel {
|
33305
|
+
.amis-scope .cxd-GroupedSelection-itemLabel {
|
32330
33306
|
flex-grow: 1;
|
32331
33307
|
}
|
32332
33308
|
|
32333
|
-
.amis-scope .cxd-
|
32334
|
-
.amis-scope .cxd-ListRadios-itemLabel span {
|
33309
|
+
.amis-scope .cxd-GroupedSelection-itemLabel span {
|
32335
33310
|
white-space: nowrap;
|
32336
33311
|
}
|
32337
33312
|
|
32338
|
-
.amis-scope .cxd-
|
32339
|
-
.amis-scope .cxd-ListRadios-placeholder {
|
33313
|
+
.amis-scope .cxd-GroupedSelection-placeholder {
|
32340
33314
|
height: var(--Form-input-height);
|
32341
33315
|
line-height: var(--Form-input-lineHeight);
|
32342
33316
|
font-size: var(--Form-input-fontSize);
|
@@ -32344,52 +33318,54 @@ readers do not read off random characters that represent icons */
|
|
32344
33318
|
color: var(--text--muted-color);
|
32345
33319
|
}
|
32346
33320
|
|
32347
|
-
.amis-scope .cxd-
|
33321
|
+
.amis-scope .cxd-TableSelection .cxd-Table-content {
|
32348
33322
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
32349
33323
|
}
|
32350
33324
|
|
32351
|
-
.amis-scope .cxd-
|
32352
|
-
.amis-scope .cxd-
|
33325
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th,
|
33326
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td {
|
32353
33327
|
font-size: var(--fontSizeSm);
|
32354
33328
|
padding-top: var(--gap-xs);
|
32355
33329
|
padding-bottom: 0.375rem;
|
32356
33330
|
vertical-align: middle;
|
32357
33331
|
}
|
32358
33332
|
|
32359
|
-
.amis-scope .cxd-
|
33333
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th {
|
32360
33334
|
padding-top: 0.375rem;
|
32361
33335
|
}
|
32362
33336
|
|
32363
|
-
.amis-scope .cxd-
|
32364
|
-
.amis-scope .cxd-
|
33337
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:first-child,
|
33338
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:first-child {
|
32365
33339
|
padding-left: 0.625rem;
|
32366
33340
|
padding-right: 0;
|
32367
33341
|
}
|
32368
33342
|
|
32369
|
-
.amis-scope .cxd-
|
32370
|
-
.amis-scope .cxd-
|
33343
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child,
|
33344
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:last-child {
|
32371
33345
|
padding-right: var(--gap-md);
|
32372
33346
|
}
|
32373
33347
|
|
32374
|
-
.amis-scope .cxd-
|
33348
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr {
|
32375
33349
|
cursor: pointer;
|
32376
33350
|
}
|
32377
33351
|
|
32378
|
-
.amis-scope .cxd-
|
32379
|
-
|
33352
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-active {
|
33353
|
+
color: var(--Form-select-menu-onActive-color);
|
33354
|
+
background: var(--Form-select-menu-onActive-bg);
|
33355
|
+
}
|
33356
|
+
|
33357
|
+
.amis-scope .cxd-TreeSelection .cxd-Table-expandBtn {
|
32380
33358
|
color: var(--icon-color);
|
32381
33359
|
margin-right: 5px;
|
32382
33360
|
}
|
32383
33361
|
|
32384
|
-
.amis-scope .cxd-
|
32385
|
-
.amis-scope .cxd-TreeRadios-sublist {
|
33362
|
+
.amis-scope .cxd-TreeSelection-sublist {
|
32386
33363
|
position: relative;
|
32387
33364
|
margin: 0 0 0 2.1875rem;
|
32388
33365
|
display: none;
|
32389
33366
|
}
|
32390
33367
|
|
32391
|
-
.amis-scope .cxd-
|
32392
|
-
.amis-scope .cxd-TreeRadios-sublist:before {
|
33368
|
+
.amis-scope .cxd-TreeSelection-sublist:before {
|
32393
33369
|
width: 1px;
|
32394
33370
|
content: "";
|
32395
33371
|
display: block;
|
@@ -32400,29 +33376,19 @@ readers do not read off random characters that represent icons */
|
|
32400
33376
|
border-left: dashed 1px var(--icon-color);
|
32401
33377
|
}
|
32402
33378
|
|
32403
|
-
.amis-scope .cxd-
|
32404
|
-
.amis-scope .cxd-TreeRadios-item {
|
33379
|
+
.amis-scope .cxd-TreeSelection-item {
|
32405
33380
|
position: relative;
|
32406
33381
|
}
|
32407
33382
|
|
32408
|
-
.amis-scope .cxd-
|
32409
|
-
.amis-scope .cxd-TreeCheckboxes-item.is-expanded > .cxd-TreeRadios-sublist,
|
32410
|
-
.amis-scope .cxd-TreeRadios-item.is-expanded > .cxd-TreeCheckboxes-sublist,
|
32411
|
-
.amis-scope .cxd-TreeRadios-item.is-expanded > .cxd-TreeRadios-sublist {
|
33383
|
+
.amis-scope .cxd-TreeSelection-item.is-expanded > .cxd-TreeSelection-sublist {
|
32412
33384
|
display: block;
|
32413
33385
|
}
|
32414
33386
|
|
32415
|
-
.amis-scope .cxd-
|
32416
|
-
.amis-scope .cxd-TreeCheckboxes-item:not(:last-child) > .cxd-TreeRadios-sublist:before,
|
32417
|
-
.amis-scope .cxd-TreeRadios-item:not(:last-child) > .cxd-TreeCheckboxes-sublist:before,
|
32418
|
-
.amis-scope .cxd-TreeRadios-item:not(:last-child) > .cxd-TreeRadios-sublist:before {
|
33387
|
+
.amis-scope .cxd-TreeSelection-item:not(:last-child) > .cxd-TreeSelection-sublist:before {
|
32419
33388
|
bottom: 0;
|
32420
33389
|
}
|
32421
33390
|
|
32422
|
-
.amis-scope .cxd-
|
32423
|
-
.amis-scope .cxd-TreeCheckboxes-sublist .cxd-TreeRadios-item:before,
|
32424
|
-
.amis-scope .cxd-TreeRadios-sublist .cxd-TreeCheckboxes-item:before,
|
32425
|
-
.amis-scope .cxd-TreeRadios-sublist .cxd-TreeRadios-item:before {
|
33391
|
+
.amis-scope .cxd-TreeSelection-sublist .cxd-TreeSelection-item:before {
|
32426
33392
|
height: 1px;
|
32427
33393
|
content: "";
|
32428
33394
|
display: block;
|
@@ -32433,8 +33399,7 @@ readers do not read off random characters that represent icons */
|
|
32433
33399
|
border-top: dashed 1px var(--icon-color);
|
32434
33400
|
}
|
32435
33401
|
|
32436
|
-
.amis-scope .cxd-
|
32437
|
-
.amis-scope .cxd-TreeRadios-itemInner {
|
33402
|
+
.amis-scope .cxd-TreeSelection-itemInner {
|
32438
33403
|
display: flex;
|
32439
33404
|
align-items: center;
|
32440
33405
|
height: var(--Form-input-height);
|
@@ -32447,20 +33412,17 @@ readers do not read off random characters that represent icons */
|
|
32447
33412
|
position: relative;
|
32448
33413
|
}
|
32449
33414
|
|
32450
|
-
.amis-scope .cxd-
|
32451
|
-
.amis-scope .cxd-TreeRadios-itemInner > .cxd-Checkbox {
|
33415
|
+
.amis-scope .cxd-TreeSelection-itemInner > .cxd-Checkbox {
|
32452
33416
|
margin-right: 0;
|
32453
33417
|
margin-left: var(--gap-sm);
|
32454
33418
|
}
|
32455
33419
|
|
32456
|
-
.amis-scope .cxd-
|
32457
|
-
.amis-scope .cxd-TreeRadios-itemInner > * {
|
33420
|
+
.amis-scope .cxd-TreeSelection-itemInner > * {
|
32458
33421
|
position: relative;
|
32459
33422
|
z-index: 2;
|
32460
33423
|
}
|
32461
33424
|
|
32462
|
-
.amis-scope .cxd-
|
32463
|
-
.amis-scope .cxd-TreeRadios-itemInner:hover:after {
|
33425
|
+
.amis-scope .cxd-TreeSelection-itemInner:hover:after {
|
32464
33426
|
position: absolute;
|
32465
33427
|
content: "";
|
32466
33428
|
z-index: 1;
|
@@ -32471,24 +33433,20 @@ readers do not read off random characters that represent icons */
|
|
32471
33433
|
background: var(--Tree-item-onHover-bg);
|
32472
33434
|
}
|
32473
33435
|
|
32474
|
-
.amis-scope .cxd-
|
32475
|
-
.amis-scope .cxd-TreeRadios-itemInner.is-active {
|
33436
|
+
.amis-scope .cxd-TreeSelection-itemInner.is-active {
|
32476
33437
|
color: var(--Form-select-menu-onActive-color);
|
32477
33438
|
}
|
32478
33439
|
|
32479
|
-
.amis-scope .cxd-
|
32480
|
-
.amis-scope .cxd-TreeRadios-itemInner.is-disabled {
|
33440
|
+
.amis-scope .cxd-TreeSelection-itemInner.is-disabled {
|
32481
33441
|
pointer-events: none;
|
32482
33442
|
color: var(--text--muted-color);
|
32483
33443
|
}
|
32484
33444
|
|
32485
|
-
.amis-scope .cxd-
|
32486
|
-
.amis-scope .cxd-TreeRadios-itemLabel {
|
33445
|
+
.amis-scope .cxd-TreeSelection-itemLabel {
|
32487
33446
|
flex-grow: 1;
|
32488
33447
|
}
|
32489
33448
|
|
32490
|
-
.amis-scope .cxd-
|
32491
|
-
.amis-scope .cxd-TreeRadios-placeholder {
|
33449
|
+
.amis-scope .cxd-TreeSelection-placeholder {
|
32492
33450
|
height: var(--Form-input-height);
|
32493
33451
|
line-height: var(--Form-input-lineHeight);
|
32494
33452
|
font-size: var(--Form-input-fontSize);
|
@@ -32496,27 +33454,27 @@ readers do not read off random characters that represent icons */
|
|
32496
33454
|
color: var(--text--muted-color);
|
32497
33455
|
}
|
32498
33456
|
|
32499
|
-
.amis-scope .cxd-
|
33457
|
+
.amis-scope .cxd-ChainedSelection {
|
32500
33458
|
display: flex;
|
32501
33459
|
flex-direction: row;
|
32502
33460
|
}
|
32503
33461
|
|
32504
|
-
.amis-scope .cxd-
|
33462
|
+
.amis-scope .cxd-ChainedSelection-col {
|
32505
33463
|
flex-grow: 1;
|
32506
33464
|
min-width: 150px;
|
32507
33465
|
}
|
32508
33466
|
|
32509
|
-
.amis-scope .cxd-
|
33467
|
+
.amis-scope .cxd-ChainedSelection-col:not(:last-child) {
|
32510
33468
|
border-right: 1px solid var(--borderColor);
|
32511
33469
|
}
|
32512
33470
|
|
32513
|
-
.amis-scope .cxd-
|
33471
|
+
.amis-scope .cxd-ChainedSelection-subTitle {
|
32514
33472
|
font-size: var(--fontSizeSm);
|
32515
33473
|
padding: var(--gap-xs) var(--gap-xs);
|
32516
33474
|
color: var(--text--muted-color);
|
32517
33475
|
}
|
32518
33476
|
|
32519
|
-
.amis-scope .cxd-
|
33477
|
+
.amis-scope .cxd-ChainedSelection-item {
|
32520
33478
|
display: flex;
|
32521
33479
|
height: var(--Form-input-height);
|
32522
33480
|
line-height: var(--Form-input-lineHeight);
|
@@ -32527,29 +33485,29 @@ readers do not read off random characters that represent icons */
|
|
32527
33485
|
user-select: none;
|
32528
33486
|
}
|
32529
33487
|
|
32530
|
-
.amis-scope .cxd-
|
33488
|
+
.amis-scope .cxd-ChainedSelection-item > .cxd-Checkbox {
|
32531
33489
|
margin-right: 0;
|
32532
33490
|
}
|
32533
33491
|
|
32534
|
-
.amis-scope .cxd-
|
33492
|
+
.amis-scope .cxd-ChainedSelection-item.is-active {
|
32535
33493
|
color: var(--Form-select-menu-onActive-color);
|
32536
33494
|
background: var(--Form-select-menu-onActive-bg);
|
32537
33495
|
}
|
32538
33496
|
|
32539
|
-
.amis-scope .cxd-
|
33497
|
+
.amis-scope .cxd-ChainedSelection-item:hover {
|
32540
33498
|
background: var(--Tree-item-onHover-bg);
|
32541
33499
|
}
|
32542
33500
|
|
32543
|
-
.amis-scope .cxd-
|
33501
|
+
.amis-scope .cxd-ChainedSelection-item.is-disabled {
|
32544
33502
|
pointer-events: none;
|
32545
33503
|
color: var(--text--muted-color);
|
32546
33504
|
}
|
32547
33505
|
|
32548
|
-
.amis-scope .cxd-
|
33506
|
+
.amis-scope .cxd-ChainedSelection-itemLabel {
|
32549
33507
|
flex-grow: 1;
|
32550
33508
|
}
|
32551
33509
|
|
32552
|
-
.amis-scope .cxd-
|
33510
|
+
.amis-scope .cxd-ChainedSelection-placeholder {
|
32553
33511
|
height: var(--Form-input-height);
|
32554
33512
|
line-height: var(--Form-input-lineHeight);
|
32555
33513
|
font-size: var(--Form-input-fontSize);
|
@@ -32557,34 +33515,35 @@ readers do not read off random characters that represent icons */
|
|
32557
33515
|
color: var(--text--muted-color);
|
32558
33516
|
}
|
32559
33517
|
|
32560
|
-
.amis-scope .cxd-
|
33518
|
+
.amis-scope .cxd-AssociatedSelection {
|
32561
33519
|
display: flex;
|
32562
33520
|
flex-direction: row;
|
32563
33521
|
}
|
32564
33522
|
|
32565
|
-
.amis-scope .cxd-
|
32566
|
-
.amis-scope .cxd-
|
33523
|
+
.amis-scope .cxd-AssociatedSelection-left,
|
33524
|
+
.amis-scope .cxd-AssociatedSelection-right {
|
32567
33525
|
flex-grow: 1;
|
32568
33526
|
width: 0;
|
32569
|
-
height:
|
33527
|
+
min-height: 12.5rem;
|
33528
|
+
max-height: 25rem;
|
32570
33529
|
overflow: auto;
|
32571
33530
|
}
|
32572
33531
|
|
32573
|
-
.amis-scope .cxd-
|
33532
|
+
.amis-scope .cxd-AssociatedSelection-left {
|
32574
33533
|
border-right: 1px solid var(--borderColor);
|
32575
33534
|
}
|
32576
33535
|
|
32577
|
-
.amis-scope .cxd-
|
33536
|
+
.amis-scope .cxd-AssociatedSelection-reload {
|
32578
33537
|
text-align: center;
|
32579
33538
|
color: var(--info);
|
32580
33539
|
margin: 20px 0 0;
|
32581
33540
|
}
|
32582
33541
|
|
32583
|
-
.amis-scope .cxd-
|
33542
|
+
.amis-scope .cxd-AssociatedSelection-reload.is-clickable {
|
32584
33543
|
cursor: pointer;
|
32585
33544
|
}
|
32586
33545
|
|
32587
|
-
.amis-scope .cxd-
|
33546
|
+
.amis-scope .cxd-AssociatedSelection-box {
|
32588
33547
|
line-height: var(--Form-input-lineHeight);
|
32589
33548
|
font-size: var(--fontSizeSm);
|
32590
33549
|
color: var(--text--muted-color);
|
@@ -32596,7 +33555,7 @@ readers do not read off random characters that represent icons */
|
|
32596
33555
|
height: 100%;
|
32597
33556
|
}
|
32598
33557
|
|
32599
|
-
.amis-scope .cxd-
|
33558
|
+
.amis-scope .cxd-AssociatedSelection-box > p {
|
32600
33559
|
text-align: center;
|
32601
33560
|
margin: 10px 0 20px;
|
32602
33561
|
color: var(--text--muted-color);
|
@@ -33333,6 +34292,7 @@ readers do not read off random characters that represent icons */
|
|
33333
34292
|
color: var(--ListControl-item-color);
|
33334
34293
|
transition: var(--ListControl-item-transition);
|
33335
34294
|
max-width: calc(12.5rem + 2 * var(--ListControl-item-paddingX));
|
34295
|
+
border-radius: var(--ListControl-item-borderRadius);
|
33336
34296
|
}
|
33337
34297
|
|
33338
34298
|
.amis-scope .cxd-ListControl-item:not(.is-disabled) {
|
@@ -33444,7 +34404,7 @@ readers do not read off random characters that represent icons */
|
|
33444
34404
|
white-space: nowrap;
|
33445
34405
|
color: var(--DatePicker-color);
|
33446
34406
|
background: var(--DatePicker-bg);
|
33447
|
-
border-radius: var(--
|
34407
|
+
border-radius: var(--LocationPicker-borderRadius);
|
33448
34408
|
}
|
33449
34409
|
|
33450
34410
|
.amis-scope .cxd-LocationPicker:not(.is-disabled) {
|
@@ -33596,6 +34556,7 @@ readers do not read off random characters that represent icons */
|
|
33596
34556
|
padding: var(--ColorPicker-paddingY) var(--ColorPicker-paddingX);
|
33597
34557
|
background: var(--ColorPicker-bg);
|
33598
34558
|
color: var(--ColorPicker-color);
|
34559
|
+
border-radius: var(--borderRadius);
|
33599
34560
|
}
|
33600
34561
|
|
33601
34562
|
.amis-scope .cxd-ColorPicker:not(.is-disabled) {
|
@@ -33757,7 +34718,9 @@ readers do not read off random characters that represent icons */
|
|
33757
34718
|
.amis-scope .cxd-DatePicker-toggler {
|
33758
34719
|
cursor: pointer;
|
33759
34720
|
color: var(--DatePicker-iconColor);
|
33760
|
-
|
34721
|
+
display: inline-flex;
|
34722
|
+
align-items: center;
|
34723
|
+
}
|
33761
34724
|
|
33762
34725
|
.amis-scope .cxd-DatePicker-toggler:hover {
|
33763
34726
|
color: var(--DatePicker-onHover-iconColor);
|
@@ -34050,6 +35013,12 @@ readers do not read off random characters that represent icons */
|
|
34050
35013
|
border-color: var(--Calendar-btn-onHover-border);
|
34051
35014
|
}
|
34052
35015
|
|
35016
|
+
.amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
|
35017
|
+
color: var(--Calendar-btn-onActive-color);
|
35018
|
+
background: var(--Calendar-btn-onActive-bg);
|
35019
|
+
border-color: var(--Calendar-btn-onActive-border);
|
35020
|
+
}
|
35021
|
+
|
34053
35022
|
.amis-scope .rdtBtn:hover:focus {
|
34054
35023
|
box-shadow: var(--Button-boxShadow);
|
34055
35024
|
}
|
@@ -34072,6 +35041,12 @@ readers do not read off random characters that represent icons */
|
|
34072
35041
|
border-color: var(--Calendar-btnCancel-onHover-border);
|
34073
35042
|
}
|
34074
35043
|
|
35044
|
+
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
|
35045
|
+
color: var(--Calendar-btnCancel-onActive-color);
|
35046
|
+
background: var(--Calendar-btnCancel-onActive-bg);
|
35047
|
+
border-color: var(--Calendar-btnCancel-onActive-border);
|
35048
|
+
}
|
35049
|
+
|
34075
35050
|
.amis-scope .rdtBtnCancel:hover:focus {
|
34076
35051
|
box-shadow: var(--Button-boxShadow);
|
34077
35052
|
}
|
@@ -34263,6 +35238,8 @@ readers do not read off random characters that represent icons */
|
|
34263
35238
|
.amis-scope .cxd-DateRangePicker-toggler {
|
34264
35239
|
cursor: pointer;
|
34265
35240
|
color: var(--DatePicker-iconColor);
|
35241
|
+
display: inline-flex;
|
35242
|
+
align-items: center;
|
34266
35243
|
}
|
34267
35244
|
|
34268
35245
|
.amis-scope .cxd-DateRangePicker-toggler:hover {
|
@@ -34378,9 +35355,11 @@ readers do not read off random characters that represent icons */
|
|
34378
35355
|
width: 7.5rem;
|
34379
35356
|
height: 7.5rem;
|
34380
35357
|
display: inline-flex;
|
35358
|
+
flex-direction: column;
|
34381
35359
|
justify-content: center;
|
34382
35360
|
align-items: center;
|
34383
35361
|
border: var(--borderWidth) solid var(--borderColor);
|
35362
|
+
border-radius: var(--ImageControl-addBtn-borderRadius);
|
34384
35363
|
cursor: pointer;
|
34385
35364
|
margin-right: var(--gap-base);
|
34386
35365
|
color: var(--ImageControl-addBtn-color);
|
@@ -34396,14 +35375,21 @@ readers do not read off random characters that represent icons */
|
|
34396
35375
|
border-color: var(--ImageControl-addBtn-onHover-border);
|
34397
35376
|
}
|
34398
35377
|
|
35378
|
+
.amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
35379
|
+
color: var(--ImageControl-addBtn-onActive-color);
|
35380
|
+
background: var(--ImageControl-addBtn-onActive-bg);
|
35381
|
+
border-color: var(--ImageControl-addBtn-onActive-border);
|
35382
|
+
}
|
35383
|
+
|
34399
35384
|
.amis-scope .cxd-ImageControl-addBtn:hover:focus {
|
34400
35385
|
box-shadow: var(--Button-boxShadow);
|
34401
35386
|
}
|
34402
35387
|
|
34403
35388
|
.amis-scope .cxd-ImageControl-addBtn > svg {
|
34404
|
-
width:
|
34405
|
-
height:
|
35389
|
+
width: 1.5rem;
|
35390
|
+
height: 1.5rem;
|
34406
35391
|
top: 0;
|
35392
|
+
margin-bottom: 0.5rem;
|
34407
35393
|
}
|
34408
35394
|
|
34409
35395
|
.amis-scope .cxd-ImageControl-addBtn.is-disabled {
|
@@ -34441,6 +35427,7 @@ readers do not read off random characters that represent icons */
|
|
34441
35427
|
|
34442
35428
|
.amis-scope .cxd-ImageControl-item {
|
34443
35429
|
border: var(--borderWidth) solid var(--borderColor);
|
35430
|
+
border-radius: var(--ImageControl-addBtn-borderRadius);
|
34444
35431
|
vertical-align: top;
|
34445
35432
|
padding: var(--gap-xs);
|
34446
35433
|
display: inline-block;
|
@@ -34498,6 +35485,7 @@ readers do not read off random characters that represent icons */
|
|
34498
35485
|
|
34499
35486
|
.amis-scope .cxd-ImageControl-progressValue {
|
34500
35487
|
height: 5px;
|
35488
|
+
border-radius: var(--ImageControl-progress-borderRadius);
|
34501
35489
|
display: block;
|
34502
35490
|
background: var(--info);
|
34503
35491
|
min-width: 10%;
|
@@ -34607,13 +35595,13 @@ readers do not read off random characters that represent icons */
|
|
34607
35595
|
}
|
34608
35596
|
|
34609
35597
|
.amis-scope .cxd-FileControl-selectBtn {
|
34610
|
-
|
35598
|
+
display: flex;
|
35599
|
+
align-items: center;
|
34611
35600
|
}
|
34612
35601
|
|
34613
35602
|
.amis-scope .cxd-FileControl-selectBtn > svg {
|
34614
|
-
|
34615
|
-
|
34616
|
-
height: pxrem(16px);
|
35603
|
+
width: 0.875rem;
|
35604
|
+
height: 0.875rem;
|
34617
35605
|
}
|
34618
35606
|
|
34619
35607
|
.amis-scope .cxd-FileControl-description {
|
@@ -34725,6 +35713,7 @@ readers do not read off random characters that represent icons */
|
|
34725
35713
|
.amis-scope .cxd-FileControl-progress > span {
|
34726
35714
|
display: block;
|
34727
35715
|
background: var(--info);
|
35716
|
+
border-radius: var(--FileControl-progress-borderRadius);
|
34728
35717
|
height: 100%;
|
34729
35718
|
min-width: 10%;
|
34730
35719
|
transition: ease-out width var(--animation-duration);
|
@@ -35678,6 +36667,17 @@ readers do not read off random characters that represent icons */
|
|
35678
36667
|
margin-left: var(--Combo-addBtn-paddingX);
|
35679
36668
|
}
|
35680
36669
|
|
36670
|
+
.amis-scope .cxd-Combo-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
36671
|
+
.amis-scope .cxd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
|
36672
|
+
.amis-scope .cxd-Combo-addBtn > .pull-left {
|
36673
|
+
margin-right: var(--Combo-addBtn-paddingX);
|
36674
|
+
}
|
36675
|
+
|
36676
|
+
.amis-scope .cxd-Combo-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
36677
|
+
.amis-scope .cxd-Combo-addBtn > .pull-right {
|
36678
|
+
margin-left: var(--Combo-addBtn-paddingX);
|
36679
|
+
}
|
36680
|
+
|
35681
36681
|
.amis-scope .cxd-Combo-addBtn img.cxd-Button-icon {
|
35682
36682
|
height: var(--Button-fontSize);
|
35683
36683
|
vertical-align: middle;
|
@@ -35689,6 +36689,12 @@ readers do not read off random characters that represent icons */
|
|
35689
36689
|
border-color: var(--Combo-addBtn-onHover-border);
|
35690
36690
|
}
|
35691
36691
|
|
36692
|
+
.amis-scope .cxd-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
36693
|
+
color: var(--Combo-addBtn-onActive-color);
|
36694
|
+
background: var(--Combo-addBtn-onActive-bg);
|
36695
|
+
border-color: var(--Combo-addBtn-onActive-border);
|
36696
|
+
}
|
36697
|
+
|
35692
36698
|
.amis-scope .cxd-Combo-addBtn:hover:focus {
|
35693
36699
|
box-shadow: var(--Button-boxShadow);
|
35694
36700
|
}
|
@@ -36359,6 +37365,17 @@ readers do not read off random characters that represent icons */
|
|
36359
37365
|
margin-left: var(--TagControl-sugBtn-paddingX);
|
36360
37366
|
}
|
36361
37367
|
|
37368
|
+
.amis-scope .cxd-TagControl-sugItem .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
|
37369
|
+
.amis-scope .cxd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
|
37370
|
+
.amis-scope .cxd-TagControl-sugItem > .pull-left {
|
37371
|
+
margin-right: var(--TagControl-sugBtn-paddingX);
|
37372
|
+
}
|
37373
|
+
|
37374
|
+
.amis-scope .cxd-TagControl-sugItem .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
|
37375
|
+
.amis-scope .cxd-TagControl-sugItem > .pull-right {
|
37376
|
+
margin-left: var(--TagControl-sugBtn-paddingX);
|
37377
|
+
}
|
37378
|
+
|
36362
37379
|
.amis-scope .cxd-TagControl-sugItem img.cxd-Button-icon {
|
36363
37380
|
height: var(--Button-fontSize);
|
36364
37381
|
vertical-align: middle;
|
@@ -36370,6 +37387,12 @@ readers do not read off random characters that represent icons */
|
|
36370
37387
|
border-color: var(--TagControl-sugBtn-onHover-border);
|
36371
37388
|
}
|
36372
37389
|
|
37390
|
+
.amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
|
37391
|
+
color: var(--TagControl-sugBtn-onActive-color);
|
37392
|
+
background: var(--TagControl-sugBtn-onActive-bg);
|
37393
|
+
border-color: var(--TagControl-sugBtn-onActive-border);
|
37394
|
+
}
|
37395
|
+
|
36373
37396
|
.amis-scope .cxd-TagControl-sugItem:hover:focus {
|
36374
37397
|
box-shadow: var(--Button-boxShadow);
|
36375
37398
|
}
|
@@ -36447,6 +37470,7 @@ readers do not read off random characters that represent icons */
|
|
36447
37470
|
font-size: var(--Form-input-fontSize);
|
36448
37471
|
padding: calc( ( 1.875rem - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
36449
37472
|
flex-direction: row;
|
37473
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
36450
37474
|
}
|
36451
37475
|
|
36452
37476
|
.amis-scope .cxd-Transfer-title--light {
|
@@ -36466,21 +37490,22 @@ readers do not read off random characters that represent icons */
|
|
36466
37490
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
36467
37491
|
display: flex;
|
36468
37492
|
flex-direction: column;
|
37493
|
+
border-radius: var(--borderRadius);
|
36469
37494
|
}
|
36470
37495
|
|
36471
|
-
.amis-scope .cxd-Transfer-select > .cxd-Transfer-
|
36472
|
-
.amis-scope .cxd-Transfer-result > .cxd-Transfer-
|
37496
|
+
.amis-scope .cxd-Transfer-select > .cxd-Transfer-selection,
|
37497
|
+
.amis-scope .cxd-Transfer-result > .cxd-Transfer-value {
|
36473
37498
|
flex-grow: 1;
|
36474
37499
|
max-height: 100%;
|
36475
37500
|
overflow: auto;
|
36476
37501
|
position: relative;
|
36477
37502
|
}
|
36478
37503
|
|
36479
|
-
.amis-scope .cxd-Transfer-search + .cxd-Transfer-
|
37504
|
+
.amis-scope .cxd-Transfer-search + .cxd-Transfer-selection {
|
36480
37505
|
border-top: 1px solid var(--borderColor);
|
36481
37506
|
}
|
36482
37507
|
|
36483
|
-
.amis-scope .cxd-Transfer-
|
37508
|
+
.amis-scope .cxd-Transfer-selection .cxd-ListSelection-placeholder {
|
36484
37509
|
height: 100%;
|
36485
37510
|
display: flex;
|
36486
37511
|
align-items: center;
|
@@ -36528,13 +37553,29 @@ readers do not read off random characters that represent icons */
|
|
36528
37553
|
color: var(--text--muted-color);
|
36529
37554
|
}
|
36530
37555
|
|
36531
|
-
.amis-scope .cxd-Transfer-
|
37556
|
+
.amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
|
37557
|
+
height: 40px;
|
37558
|
+
}
|
37559
|
+
|
37560
|
+
.amis-scope .cxd-TabsTransfer-placeholder {
|
37561
|
+
height: var(--Form-input-height);
|
37562
|
+
line-height: var(--Form-input-lineHeight);
|
37563
|
+
font-size: var(--Form-input-fontSize);
|
37564
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
37565
|
+
color: var(--text--muted-color);
|
37566
|
+
}
|
37567
|
+
|
37568
|
+
.amis-scope .cxd-TabsTransfer-tab {
|
37569
|
+
padding: 0;
|
37570
|
+
}
|
37571
|
+
|
37572
|
+
.amis-scope .cxd-TabsTransfer-tabs {
|
36532
37573
|
display: flex;
|
36533
37574
|
flex-direction: column;
|
36534
37575
|
height: 100%;
|
36535
37576
|
}
|
36536
37577
|
|
36537
|
-
.amis-scope .cxd-
|
37578
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links {
|
36538
37579
|
border-top: 0 none;
|
36539
37580
|
padding: 5px 0 0 5px;
|
36540
37581
|
display: flex;
|
@@ -36543,59 +37584,48 @@ readers do not read off random characters that represent icons */
|
|
36543
37584
|
align-items: center;
|
36544
37585
|
}
|
36545
37586
|
|
36546
|
-
.amis-scope .cxd-
|
37587
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
|
36547
37588
|
font-size: 12px;
|
36548
37589
|
padding: 7px 8px;
|
36549
37590
|
}
|
36550
37591
|
|
36551
|
-
.amis-scope .cxd-
|
37592
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links .cxd-TabsTransfer-tabsMid {
|
36552
37593
|
flex-grow: 1;
|
36553
37594
|
}
|
36554
37595
|
|
36555
|
-
.amis-scope .cxd-
|
37596
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox {
|
36556
37597
|
margin: -5px 5px 0 10px;
|
36557
37598
|
}
|
36558
37599
|
|
36559
|
-
.amis-scope .cxd-
|
37600
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox.is-active {
|
36560
37601
|
width: 150px;
|
36561
37602
|
margin-right: 10px;
|
36562
37603
|
padding-left: 10px;
|
36563
37604
|
}
|
36564
37605
|
|
36565
|
-
.amis-scope .cxd-
|
37606
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content {
|
36566
37607
|
flex-grow: 1;
|
37608
|
+
min-height: 0;
|
36567
37609
|
position: relative;
|
36568
37610
|
padding: 5px 0 0;
|
36569
37611
|
}
|
36570
37612
|
|
36571
|
-
.amis-scope .cxd-
|
37613
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane {
|
36572
37614
|
position: relative;
|
36573
|
-
|
37615
|
+
height: 100%;
|
36574
37616
|
}
|
36575
37617
|
|
36576
|
-
.amis-scope .cxd-
|
37618
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active {
|
36577
37619
|
display: flex;
|
36578
37620
|
flex-direction: column;
|
36579
37621
|
}
|
36580
37622
|
|
36581
|
-
.amis-scope .cxd-
|
37623
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active > .cxd-Transfer-selection {
|
36582
37624
|
flex-grow: 1;
|
36583
37625
|
max-height: 100%;
|
36584
37626
|
overflow: auto;
|
36585
37627
|
}
|
36586
37628
|
|
36587
|
-
.amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
|
36588
|
-
height: 40px;
|
36589
|
-
}
|
36590
|
-
|
36591
|
-
.amis-scope .cxd-TabsTransfer-placeholder {
|
36592
|
-
height: var(--Form-input-height);
|
36593
|
-
line-height: var(--Form-input-lineHeight);
|
36594
|
-
font-size: var(--Form-input-fontSize);
|
36595
|
-
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
36596
|
-
color: var(--text--muted-color);
|
36597
|
-
}
|
36598
|
-
|
36599
37629
|
.amis-scope .cxd-TransferControl {
|
36600
37630
|
position: relative;
|
36601
37631
|
}
|
@@ -36604,6 +37634,57 @@ readers do not read off random characters that represent icons */
|
|
36604
37634
|
display: inline-block;
|
36605
37635
|
}
|
36606
37636
|
|
37637
|
+
.amis-scope .cxd-TransferPicker-icon {
|
37638
|
+
transition: transform var(--animation-duration) ease-out;
|
37639
|
+
margin: 5px 5px 5px auto;
|
37640
|
+
display: flex;
|
37641
|
+
color: var(--Form-select-caret-iconColor);
|
37642
|
+
}
|
37643
|
+
|
37644
|
+
.amis-scope .cxd-TransferPicker-icon:hover {
|
37645
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37646
|
+
}
|
37647
|
+
|
37648
|
+
.amis-scope .cxd-TransferPicker-icon > svg {
|
37649
|
+
width: 0.75rem;
|
37650
|
+
height: 0.75rem;
|
37651
|
+
top: 0;
|
37652
|
+
}
|
37653
|
+
|
37654
|
+
.amis-scope .cxd-TransferDropDown-icon {
|
37655
|
+
transition: transform var(--animation-duration) ease-out;
|
37656
|
+
margin: 5px 5px 5px auto;
|
37657
|
+
display: flex;
|
37658
|
+
color: var(--Form-select-caret-iconColor);
|
37659
|
+
}
|
37660
|
+
|
37661
|
+
.amis-scope .cxd-TransferDropDown-icon:hover {
|
37662
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37663
|
+
}
|
37664
|
+
|
37665
|
+
.amis-scope .cxd-TransferDropDown-icon > svg {
|
37666
|
+
width: 0.625rem;
|
37667
|
+
height: 0.625rem;
|
37668
|
+
top: 0;
|
37669
|
+
}
|
37670
|
+
|
37671
|
+
.amis-scope .cxd-TransferDropDown.is-active .cxd-TransferDropDown-icon {
|
37672
|
+
transform: rotate(180deg);
|
37673
|
+
}
|
37674
|
+
|
37675
|
+
.amis-scope .cxd-TransferDropDown-content {
|
37676
|
+
min-height: 12.5rem;
|
37677
|
+
display: flex;
|
37678
|
+
flex-direction: column;
|
37679
|
+
}
|
37680
|
+
|
37681
|
+
.amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
|
37682
|
+
flex-grow: 1;
|
37683
|
+
max-height: 100%;
|
37684
|
+
overflow: auto;
|
37685
|
+
position: relative;
|
37686
|
+
}
|
37687
|
+
|
36607
37688
|
.amis-scope .cxd-NestedSelectControl {
|
36608
37689
|
position: relative;
|
36609
37690
|
}
|
@@ -37307,12 +38388,61 @@ readers do not read off random characters that represent icons */
|
|
37307
38388
|
min-width: var(--Form-control-widthSm);
|
37308
38389
|
}
|
37309
38390
|
|
38391
|
+
.amis-scope .cxd-Form--column {
|
38392
|
+
display: flex;
|
38393
|
+
flex-wrap: wrap;
|
38394
|
+
margin-left: calc(var(--Form-group-gutterWidth) / -2);
|
38395
|
+
margin-right: calc(var(--Form-group-gutterWidth) / -2);
|
38396
|
+
}
|
38397
|
+
|
38398
|
+
.amis-scope .cxd-Form--column > .cxd-Form-item {
|
38399
|
+
flex-grow: 1;
|
38400
|
+
padding-left: calc(var(--Form-group-gutterWidth) / 2);
|
38401
|
+
padding-right: calc(var(--Form-group-gutterWidth) / 2);
|
38402
|
+
}
|
38403
|
+
|
38404
|
+
.amis-scope .cxd-Form--column-2 > .cxd-Form-item {
|
38405
|
+
width: 50%;
|
38406
|
+
}
|
38407
|
+
|
38408
|
+
.amis-scope .cxd-Form--column-3 > .cxd-Form-item {
|
38409
|
+
width: 33%;
|
38410
|
+
}
|
38411
|
+
|
38412
|
+
.amis-scope .cxd-Form--column-4 > .cxd-Form-item {
|
38413
|
+
width: 25%;
|
38414
|
+
}
|
38415
|
+
|
38416
|
+
.amis-scope .cxd-Form--column-5 > .cxd-Form-item {
|
38417
|
+
width: 20%;
|
38418
|
+
}
|
38419
|
+
|
38420
|
+
.amis-scope .cxd-Form--column-6 > .cxd-Form-item {
|
38421
|
+
width: 16.6%;
|
38422
|
+
}
|
38423
|
+
|
38424
|
+
.amis-scope .cxd-Form--column-7 > .cxd-Form-item {
|
38425
|
+
width: 14.2%;
|
38426
|
+
}
|
38427
|
+
|
38428
|
+
.amis-scope .cxd-Form--column-8 > .cxd-Form-item {
|
38429
|
+
width: 12.5%;
|
38430
|
+
}
|
38431
|
+
|
38432
|
+
.amis-scope .cxd-Form-column-9 > .cxd-Form-item {
|
38433
|
+
width: 11.1%;
|
38434
|
+
}
|
38435
|
+
|
38436
|
+
.amis-scope .cxd-Form-column-10 > .cxd-Form-item {
|
38437
|
+
width: 10%;
|
38438
|
+
}
|
38439
|
+
|
37310
38440
|
.amis-scope .cxd-AnchorNav {
|
37311
38441
|
display: flex;
|
37312
38442
|
height: 25rem;
|
37313
38443
|
}
|
37314
38444
|
|
37315
|
-
.amis-scope .cxd-AnchorNav-link-wrap {
|
38445
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap {
|
37316
38446
|
margin: 0;
|
37317
38447
|
padding: 0;
|
37318
38448
|
width: var(--Tabs--vertical-width);
|
@@ -37320,12 +38450,12 @@ readers do not read off random characters that represent icons */
|
|
37320
38450
|
padding-bottom: 3.75rem;
|
37321
38451
|
}
|
37322
38452
|
|
37323
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
38453
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
37324
38454
|
position: relative;
|
37325
38455
|
display: block;
|
37326
38456
|
}
|
37327
38457
|
|
37328
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
|
38458
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
|
37329
38459
|
display: block;
|
37330
38460
|
border: var(--Tabs-borderWidth) solid transparent;
|
37331
38461
|
border-width: var(--AnchorNav-onActive-borderWidth);
|
@@ -37339,16 +38469,70 @@ readers do not read off random characters that represent icons */
|
|
37339
38469
|
margin: 0;
|
37340
38470
|
}
|
37341
38471
|
|
37342
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
|
38472
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
|
37343
38473
|
color: var(--primary);
|
37344
38474
|
}
|
37345
38475
|
|
37346
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
|
37347
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
|
38476
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
|
38477
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
|
37348
38478
|
color: var(--Tabs--vertical-onActive-color);
|
37349
38479
|
border-color: var(--Tabs--vertical-onActive-border);
|
37350
38480
|
}
|
37351
38481
|
|
38482
|
+
.amis-scope .cxd-AnchorNav--horizontal {
|
38483
|
+
flex-direction: column;
|
38484
|
+
}
|
38485
|
+
|
38486
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap {
|
38487
|
+
user-select: none;
|
38488
|
+
margin: 0px;
|
38489
|
+
padding: 0px;
|
38490
|
+
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
38491
|
+
list-style: none;
|
38492
|
+
}
|
38493
|
+
|
38494
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
38495
|
+
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
38496
|
+
display: inline-block;
|
38497
|
+
position: relative;
|
38498
|
+
}
|
38499
|
+
|
38500
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child {
|
38501
|
+
font-size: var(--Tabs-linkFontSize);
|
38502
|
+
outline: 0;
|
38503
|
+
border: var(--Tabs-borderWidth) solid transparent;
|
38504
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38505
|
+
border-top-left-radius: var(--Tabs-borderRadius);
|
38506
|
+
border-top-right-radius: var(--Tabs-borderRadius);
|
38507
|
+
color: var(--Tabs-color);
|
38508
|
+
margin: var(--Tabs-linkMargin);
|
38509
|
+
padding: var(--Tabs-linkPadding);
|
38510
|
+
text-decoration: none;
|
38511
|
+
cursor: pointer;
|
38512
|
+
display: block;
|
38513
|
+
}
|
38514
|
+
|
38515
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:hover,
|
38516
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:focus {
|
38517
|
+
color: var(--primary);
|
38518
|
+
background: transparent;
|
38519
|
+
border-color: transparent;
|
38520
|
+
}
|
38521
|
+
|
38522
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link:last-child > a {
|
38523
|
+
margin: 0;
|
38524
|
+
}
|
38525
|
+
|
38526
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child,
|
38527
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:hover,
|
38528
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:focus {
|
38529
|
+
font-size: var(--Tabs-linkFontSize);
|
38530
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38531
|
+
border-color: var(--Tabs--line-onHover-borderColor);
|
38532
|
+
color: var(--Tabs--line-onHover-color);
|
38533
|
+
background: transparent;
|
38534
|
+
}
|
38535
|
+
|
37352
38536
|
.amis-scope .cxd-AnchorNav-section-wrap {
|
37353
38537
|
border: none;
|
37354
38538
|
flex-grow: 1;
|
@@ -37626,13 +38810,26 @@ readers do not read off random characters that represent icons */
|
|
37626
38810
|
border-bottom-color: #eee;
|
37627
38811
|
}
|
37628
38812
|
|
38813
|
+
.amis-scope .cxd-Link.is-disabled {
|
38814
|
+
cursor: not-allowed;
|
38815
|
+
color: var(--text--muted-color);
|
38816
|
+
}
|
38817
|
+
|
38818
|
+
.amis-scope .cxd-MappingField {
|
38819
|
+
margin-right: var(--gap-xs);
|
38820
|
+
}
|
38821
|
+
|
38822
|
+
.amis-scope .cxd-MappingField:last-child {
|
38823
|
+
margin-right: 0;
|
38824
|
+
}
|
38825
|
+
|
37629
38826
|
/*
|
37630
38827
|
* utilities
|
37631
38828
|
*/
|
37632
38829
|
|
37633
38830
|
.amis-scope .bg-light {
|
37634
38831
|
background-color: #eaf6fe;
|
37635
|
-
color: #
|
38832
|
+
color: #151a26;
|
37636
38833
|
}
|
37637
38834
|
|
37638
38835
|
.amis-scope .bg-light.lt,
|
@@ -37707,11 +38904,11 @@ readers do not read off random characters that represent icons */
|
|
37707
38904
|
}
|
37708
38905
|
|
37709
38906
|
.amis-scope .bg-dark .text-muted {
|
37710
|
-
color: #
|
38907
|
+
color: #030405 !important;
|
37711
38908
|
}
|
37712
38909
|
|
37713
38910
|
.amis-scope .bg-dark .text-lt {
|
37714
|
-
color: #
|
38911
|
+
color: #425278 !important;
|
37715
38912
|
}
|
37716
38913
|
|
37717
38914
|
.amis-scope .bg-black {
|
@@ -37761,46 +38958,46 @@ readers do not read off random characters that represent icons */
|
|
37761
38958
|
}
|
37762
38959
|
|
37763
38960
|
.amis-scope .bg-black .text-muted {
|
37764
|
-
color: #
|
38961
|
+
color: #030405 !important;
|
37765
38962
|
}
|
37766
38963
|
|
37767
38964
|
.amis-scope .bg-black .text-lt {
|
37768
|
-
color: #
|
38965
|
+
color: #425278 !important;
|
37769
38966
|
}
|
37770
38967
|
|
37771
38968
|
.amis-scope .bg-primary {
|
37772
|
-
background-color: #
|
37773
|
-
color: #
|
38969
|
+
background-color: #2468f2;
|
38970
|
+
color: #e6edfc;
|
37774
38971
|
}
|
37775
38972
|
|
37776
38973
|
.amis-scope .bg-primary.lt,
|
37777
38974
|
.amis-scope .bg-primary .lt {
|
37778
|
-
background: #
|
38975
|
+
background: #3f79f1;
|
37779
38976
|
}
|
37780
38977
|
|
37781
38978
|
.amis-scope .bg-primary.lter,
|
37782
38979
|
.amis-scope .bg-primary .lter {
|
37783
|
-
background: #
|
38980
|
+
background: #598bf0;
|
37784
38981
|
}
|
37785
38982
|
|
37786
38983
|
.amis-scope .bg-primary.dk,
|
37787
38984
|
.amis-scope .bg-primary .dk {
|
37788
|
-
background: #
|
38985
|
+
background: #0b57f2;
|
37789
38986
|
}
|
37790
38987
|
|
37791
38988
|
.amis-scope .bg-primary.dker,
|
37792
38989
|
.amis-scope .bg-primary .dker {
|
37793
|
-
background: #
|
38990
|
+
background: #074ddc;
|
37794
38991
|
}
|
37795
38992
|
|
37796
38993
|
.amis-scope .bg-primary.bg,
|
37797
38994
|
.amis-scope .bg-primary .bg {
|
37798
|
-
background-color: #
|
38995
|
+
background-color: #2468f2;
|
37799
38996
|
}
|
37800
38997
|
|
37801
38998
|
.amis-scope .bg-primary a,
|
37802
38999
|
.amis-scope .bg-primary .cxd-Button--link {
|
37803
|
-
color:
|
39000
|
+
color: white;
|
37804
39001
|
}
|
37805
39002
|
|
37806
39003
|
.amis-scope .bg-primary a:hover,
|
@@ -37815,46 +39012,46 @@ readers do not read off random characters that represent icons */
|
|
37815
39012
|
}
|
37816
39013
|
|
37817
39014
|
.amis-scope .bg-primary .text-muted {
|
37818
|
-
color: #
|
39015
|
+
color: #030405 !important;
|
37819
39016
|
}
|
37820
39017
|
|
37821
39018
|
.amis-scope .bg-primary .text-lt {
|
37822
|
-
color: #
|
39019
|
+
color: #425278 !important;
|
37823
39020
|
}
|
37824
39021
|
|
37825
39022
|
.amis-scope .bg-success {
|
37826
|
-
background-color: #
|
37827
|
-
color: #
|
39023
|
+
background-color: #0bc286;
|
39024
|
+
color: #a4f5da;
|
37828
39025
|
}
|
37829
39026
|
|
37830
39027
|
.amis-scope .bg-success.lt,
|
37831
39028
|
.amis-scope .bg-success .lt {
|
37832
|
-
background: #
|
39029
|
+
background: #0fd796;
|
37833
39030
|
}
|
37834
39031
|
|
37835
39032
|
.amis-scope .bg-success.lter,
|
37836
39033
|
.amis-scope .bg-success .lter {
|
37837
|
-
background: #
|
39034
|
+
background: #15eba5;
|
37838
39035
|
}
|
37839
39036
|
|
37840
39037
|
.amis-scope .bg-success.dk,
|
37841
39038
|
.amis-scope .bg-success .dk {
|
37842
|
-
background: #
|
39039
|
+
background: #07ac76;
|
37843
39040
|
}
|
37844
39041
|
|
37845
39042
|
.amis-scope .bg-success.dker,
|
37846
39043
|
.amis-scope .bg-success .dker {
|
37847
|
-
background: #
|
39044
|
+
background: #049666;
|
37848
39045
|
}
|
37849
39046
|
|
37850
39047
|
.amis-scope .bg-success.bg,
|
37851
39048
|
.amis-scope .bg-success .bg {
|
37852
|
-
background-color: #
|
39049
|
+
background-color: #0bc286;
|
37853
39050
|
}
|
37854
39051
|
|
37855
39052
|
.amis-scope .bg-success a,
|
37856
39053
|
.amis-scope .bg-success .cxd-Button--link {
|
37857
|
-
color: #
|
39054
|
+
color: #d2faed;
|
37858
39055
|
}
|
37859
39056
|
|
37860
39057
|
.amis-scope .bg-success a:hover,
|
@@ -37869,46 +39066,46 @@ readers do not read off random characters that represent icons */
|
|
37869
39066
|
}
|
37870
39067
|
|
37871
39068
|
.amis-scope .bg-success .text-muted {
|
37872
|
-
color: #
|
39069
|
+
color: #030405 !important;
|
37873
39070
|
}
|
37874
39071
|
|
37875
39072
|
.amis-scope .bg-success .text-lt {
|
37876
|
-
color: #
|
39073
|
+
color: #425278 !important;
|
37877
39074
|
}
|
37878
39075
|
|
37879
39076
|
.amis-scope .bg-info {
|
37880
|
-
background-color: #
|
37881
|
-
color: #
|
39077
|
+
background-color: #2468f2;
|
39078
|
+
color: #e6edfc;
|
37882
39079
|
}
|
37883
39080
|
|
37884
39081
|
.amis-scope .bg-info.lt,
|
37885
39082
|
.amis-scope .bg-info .lt {
|
37886
|
-
background: #
|
39083
|
+
background: #3f79f1;
|
37887
39084
|
}
|
37888
39085
|
|
37889
39086
|
.amis-scope .bg-info.lter,
|
37890
39087
|
.amis-scope .bg-info .lter {
|
37891
|
-
background: #
|
39088
|
+
background: #598bf0;
|
37892
39089
|
}
|
37893
39090
|
|
37894
39091
|
.amis-scope .bg-info.dk,
|
37895
39092
|
.amis-scope .bg-info .dk {
|
37896
|
-
background: #
|
39093
|
+
background: #0b57f2;
|
37897
39094
|
}
|
37898
39095
|
|
37899
39096
|
.amis-scope .bg-info.dker,
|
37900
39097
|
.amis-scope .bg-info .dker {
|
37901
|
-
background: #
|
39098
|
+
background: #074ddc;
|
37902
39099
|
}
|
37903
39100
|
|
37904
39101
|
.amis-scope .bg-info.bg,
|
37905
39102
|
.amis-scope .bg-info .bg {
|
37906
|
-
background-color: #
|
39103
|
+
background-color: #2468f2;
|
37907
39104
|
}
|
37908
39105
|
|
37909
39106
|
.amis-scope .bg-info a,
|
37910
39107
|
.amis-scope .bg-info .cxd-Button--link {
|
37911
|
-
color:
|
39108
|
+
color: white;
|
37912
39109
|
}
|
37913
39110
|
|
37914
39111
|
.amis-scope .bg-info a:hover,
|
@@ -37923,46 +39120,46 @@ readers do not read off random characters that represent icons */
|
|
37923
39120
|
}
|
37924
39121
|
|
37925
39122
|
.amis-scope .bg-info .text-muted {
|
37926
|
-
color: #
|
39123
|
+
color: #030405 !important;
|
37927
39124
|
}
|
37928
39125
|
|
37929
39126
|
.amis-scope .bg-info .text-lt {
|
37930
|
-
color: #
|
39127
|
+
color: #425278 !important;
|
37931
39128
|
}
|
37932
39129
|
|
37933
39130
|
.amis-scope .bg-warning {
|
37934
|
-
background-color: #
|
37935
|
-
color: #
|
39131
|
+
background-color: #ffb200;
|
39132
|
+
color: #fcefcf;
|
37936
39133
|
}
|
37937
39134
|
|
37938
39135
|
.amis-scope .bg-warning.lt,
|
37939
39136
|
.amis-scope .bg-warning .lt {
|
37940
|
-
background: #
|
39137
|
+
background: #fcb91c;
|
37941
39138
|
}
|
37942
39139
|
|
37943
39140
|
.amis-scope .bg-warning.lter,
|
37944
39141
|
.amis-scope .bg-warning .lter {
|
37945
|
-
background: #
|
39142
|
+
background: #fabf38;
|
37946
39143
|
}
|
37947
39144
|
|
37948
39145
|
.amis-scope .bg-warning.dk,
|
37949
39146
|
.amis-scope .bg-warning .dk {
|
37950
|
-
background: #
|
39147
|
+
background: #e6a000;
|
37951
39148
|
}
|
37952
39149
|
|
37953
39150
|
.amis-scope .bg-warning.dker,
|
37954
39151
|
.amis-scope .bg-warning .dker {
|
37955
|
-
background: #
|
39152
|
+
background: #cc8e00;
|
37956
39153
|
}
|
37957
39154
|
|
37958
39155
|
.amis-scope .bg-warning.bg,
|
37959
39156
|
.amis-scope .bg-warning .bg {
|
37960
|
-
background-color: #
|
39157
|
+
background-color: #ffb200;
|
37961
39158
|
}
|
37962
39159
|
|
37963
39160
|
.amis-scope .bg-warning a,
|
37964
39161
|
.amis-scope .bg-warning .cxd-Button--link {
|
37965
|
-
color:
|
39162
|
+
color: white;
|
37966
39163
|
}
|
37967
39164
|
|
37968
39165
|
.amis-scope .bg-warning a:hover,
|
@@ -37977,41 +39174,41 @@ readers do not read off random characters that represent icons */
|
|
37977
39174
|
}
|
37978
39175
|
|
37979
39176
|
.amis-scope .bg-warning .text-muted {
|
37980
|
-
color: #
|
39177
|
+
color: #030405 !important;
|
37981
39178
|
}
|
37982
39179
|
|
37983
39180
|
.amis-scope .bg-warning .text-lt {
|
37984
|
-
color: #
|
39181
|
+
color: #425278 !important;
|
37985
39182
|
}
|
37986
39183
|
|
37987
39184
|
.amis-scope .bg-danger {
|
37988
|
-
background-color: #
|
37989
|
-
color:
|
39185
|
+
background-color: #e8684a;
|
39186
|
+
color: white;
|
37990
39187
|
}
|
37991
39188
|
|
37992
39189
|
.amis-scope .bg-danger.lt,
|
37993
39190
|
.amis-scope .bg-danger .lt {
|
37994
|
-
background: #
|
39191
|
+
background: #e97c63;
|
37995
39192
|
}
|
37996
39193
|
|
37997
39194
|
.amis-scope .bg-danger.lter,
|
37998
39195
|
.amis-scope .bg-danger .lter {
|
37999
|
-
background: #
|
39196
|
+
background: #ea907b;
|
38000
39197
|
}
|
38001
39198
|
|
38002
39199
|
.amis-scope .bg-danger.dk,
|
38003
39200
|
.amis-scope .bg-danger .dk {
|
38004
|
-
background: #
|
39201
|
+
background: #e85331;
|
38005
39202
|
}
|
38006
39203
|
|
38007
39204
|
.amis-scope .bg-danger.dker,
|
38008
39205
|
.amis-scope .bg-danger .dker {
|
38009
|
-
background: #
|
39206
|
+
background: #e93e16;
|
38010
39207
|
}
|
38011
39208
|
|
38012
39209
|
.amis-scope .bg-danger.bg,
|
38013
39210
|
.amis-scope .bg-danger .bg {
|
38014
|
-
background-color: #
|
39211
|
+
background-color: #e8684a;
|
38015
39212
|
}
|
38016
39213
|
|
38017
39214
|
.amis-scope .bg-danger a,
|
@@ -38031,16 +39228,16 @@ readers do not read off random characters that represent icons */
|
|
38031
39228
|
}
|
38032
39229
|
|
38033
39230
|
.amis-scope .bg-danger .text-muted {
|
38034
|
-
color: #
|
39231
|
+
color: #030405 !important;
|
38035
39232
|
}
|
38036
39233
|
|
38037
39234
|
.amis-scope .bg-danger .text-lt {
|
38038
|
-
color: #
|
39235
|
+
color: #425278 !important;
|
38039
39236
|
}
|
38040
39237
|
|
38041
39238
|
.amis-scope .bg-white {
|
38042
39239
|
background-color: #fff;
|
38043
|
-
color: #
|
39240
|
+
color: #151a26;
|
38044
39241
|
}
|
38045
39242
|
|
38046
39243
|
.amis-scope .bg-white.lt,
|
@@ -38072,144 +39269,148 @@ readers do not read off random characters that represent icons */
|
|
38072
39269
|
background: none !important;
|
38073
39270
|
}
|
38074
39271
|
|
39272
|
+
.cursor-pointer {
|
39273
|
+
cursor: pointer;
|
39274
|
+
}
|
39275
|
+
|
38075
39276
|
.amis-scope a.bg-primary:hover {
|
38076
|
-
background: #
|
39277
|
+
background: #0e58ee;
|
38077
39278
|
}
|
38078
39279
|
|
38079
39280
|
.amis-scope a.text-primary:hover {
|
38080
|
-
color: #
|
39281
|
+
color: #0e58ee;
|
38081
39282
|
}
|
38082
39283
|
|
38083
39284
|
.amis-scope .text-primary {
|
38084
|
-
color: #
|
39285
|
+
color: #2468f2;
|
38085
39286
|
}
|
38086
39287
|
|
38087
39288
|
.amis-scope .text-primary-lt {
|
38088
|
-
color: #
|
39289
|
+
color: #0e58ee;
|
38089
39290
|
}
|
38090
39291
|
|
38091
39292
|
.amis-scope .text-primary-lter {
|
38092
|
-
color: #
|
39293
|
+
color: #0d4fd6;
|
38093
39294
|
}
|
38094
39295
|
|
38095
39296
|
.amis-scope .text-primary-dk {
|
38096
|
-
color: #
|
39297
|
+
color: #0e58ee;
|
38097
39298
|
}
|
38098
39299
|
|
38099
39300
|
.amis-scope .text-primary-dker {
|
38100
|
-
color: #
|
39301
|
+
color: #0d4fd6;
|
38101
39302
|
}
|
38102
39303
|
|
38103
39304
|
.amis-scope a.bg-info:hover {
|
38104
|
-
background: #
|
39305
|
+
background: #0e58ee;
|
38105
39306
|
}
|
38106
39307
|
|
38107
39308
|
.amis-scope a.text-info:hover {
|
38108
|
-
color: #
|
39309
|
+
color: #0e58ee;
|
38109
39310
|
}
|
38110
39311
|
|
38111
39312
|
.amis-scope .text-info {
|
38112
|
-
color: #
|
39313
|
+
color: #2468f2;
|
38113
39314
|
}
|
38114
39315
|
|
38115
39316
|
.amis-scope .text-info-lt {
|
38116
|
-
color: #
|
39317
|
+
color: #0e58ee;
|
38117
39318
|
}
|
38118
39319
|
|
38119
39320
|
.amis-scope .text-info-lter {
|
38120
|
-
color: #
|
39321
|
+
color: #0d4fd6;
|
38121
39322
|
}
|
38122
39323
|
|
38123
39324
|
.amis-scope .text-info-dk {
|
38124
|
-
color: #
|
39325
|
+
color: #0e58ee;
|
38125
39326
|
}
|
38126
39327
|
|
38127
39328
|
.amis-scope .text-info-dker {
|
38128
|
-
color: #
|
39329
|
+
color: #0d4fd6;
|
38129
39330
|
}
|
38130
39331
|
|
38131
39332
|
.amis-scope a.bg-success:hover {
|
38132
|
-
background: #
|
39333
|
+
background: #0aaa75;
|
38133
39334
|
}
|
38134
39335
|
|
38135
39336
|
.amis-scope a.text-success:hover {
|
38136
|
-
color: #
|
39337
|
+
color: #0aaa75;
|
38137
39338
|
}
|
38138
39339
|
|
38139
39340
|
.amis-scope .text-success {
|
38140
|
-
color: #
|
39341
|
+
color: #0bc286;
|
38141
39342
|
}
|
38142
39343
|
|
38143
39344
|
.amis-scope .text-success-lt {
|
38144
|
-
color: #
|
39345
|
+
color: #0aaa75;
|
38145
39346
|
}
|
38146
39347
|
|
38147
39348
|
.amis-scope .text-success-lter {
|
38148
|
-
color: #
|
39349
|
+
color: #089265;
|
38149
39350
|
}
|
38150
39351
|
|
38151
39352
|
.amis-scope .text-success-dk {
|
38152
|
-
color: #
|
39353
|
+
color: #0aaa75;
|
38153
39354
|
}
|
38154
39355
|
|
38155
39356
|
.amis-scope .text-success-dker {
|
38156
|
-
color: #
|
39357
|
+
color: #089265;
|
38157
39358
|
}
|
38158
39359
|
|
38159
39360
|
.amis-scope a.bg-warning:hover {
|
38160
|
-
background: #
|
39361
|
+
background: #e6a000;
|
38161
39362
|
}
|
38162
39363
|
|
38163
39364
|
.amis-scope a.text-warning:hover {
|
38164
|
-
color: #
|
39365
|
+
color: #e6a000;
|
38165
39366
|
}
|
38166
39367
|
|
38167
39368
|
.amis-scope .text-warning {
|
38168
|
-
color: #
|
39369
|
+
color: #ffb200;
|
38169
39370
|
}
|
38170
39371
|
|
38171
39372
|
.amis-scope .text-warning-lt {
|
38172
|
-
color: #
|
39373
|
+
color: #e6a000;
|
38173
39374
|
}
|
38174
39375
|
|
38175
39376
|
.amis-scope .text-warning-lter {
|
38176
|
-
color: #
|
39377
|
+
color: #cc8e00;
|
38177
39378
|
}
|
38178
39379
|
|
38179
39380
|
.amis-scope .text-warning-dk {
|
38180
|
-
color: #
|
39381
|
+
color: #e6a000;
|
38181
39382
|
}
|
38182
39383
|
|
38183
39384
|
.amis-scope .text-warning-dker {
|
38184
|
-
color: #
|
39385
|
+
color: #cc8e00;
|
38185
39386
|
}
|
38186
39387
|
|
38187
39388
|
.amis-scope a.bg-danger:hover {
|
38188
|
-
background: #
|
39389
|
+
background: #e55533;
|
38189
39390
|
}
|
38190
39391
|
|
38191
39392
|
.amis-scope a.text-danger:hover {
|
38192
|
-
color: #
|
39393
|
+
color: #e55533;
|
38193
39394
|
}
|
38194
39395
|
|
38195
39396
|
.amis-scope .text-danger {
|
38196
|
-
color: #
|
39397
|
+
color: #e8684a;
|
38197
39398
|
}
|
38198
39399
|
|
38199
39400
|
.amis-scope .text-danger-lt {
|
38200
|
-
color: #
|
39401
|
+
color: #e55533;
|
38201
39402
|
}
|
38202
39403
|
|
38203
39404
|
.amis-scope .text-danger-lter {
|
38204
|
-
color: #
|
39405
|
+
color: #e2421d;
|
38205
39406
|
}
|
38206
39407
|
|
38207
39408
|
.amis-scope .text-danger-dk {
|
38208
|
-
color: #
|
39409
|
+
color: #e55533;
|
38209
39410
|
}
|
38210
39411
|
|
38211
39412
|
.amis-scope .text-danger-dker {
|
38212
|
-
color: #
|
39413
|
+
color: #e2421d;
|
38213
39414
|
}
|
38214
39415
|
|
38215
39416
|
.amis-scope a.bg-dark:hover {
|
@@ -39963,4 +41164,310 @@ readers do not read off random characters that represent icons */
|
|
39963
41164
|
.amis-scope .no-padder-xs {
|
39964
41165
|
padding: 0 !important;
|
39965
41166
|
}
|
41167
|
+
}
|
41168
|
+
|
41169
|
+
.amis-scope .cxd-Switch .text {
|
41170
|
+
margin: 0 0.5rem 0 1.5625rem;
|
41171
|
+
vertical-align: super;
|
41172
|
+
}
|
41173
|
+
|
41174
|
+
.amis-scope .cxd-Switch .slider:before {
|
41175
|
+
width: calc(var(--Switch-height) - 0.25rem);
|
41176
|
+
top: 0.125rem;
|
41177
|
+
bottom: 0.125rem;
|
41178
|
+
}
|
41179
|
+
|
41180
|
+
.amis-scope .cxd-Switch:active .slider::before {
|
41181
|
+
width: calc(var(--Switch-height) + 0.125rem);
|
41182
|
+
border-radius: 10px;
|
41183
|
+
}
|
41184
|
+
|
41185
|
+
.amis-scope .cxd-Switch:hover {
|
41186
|
+
background: var(--Switch-onHover-bgColor);
|
41187
|
+
}
|
41188
|
+
|
41189
|
+
.amis-scope .cxd-Switch.is-checked {
|
41190
|
+
background: var(--Switch-checked-bgColor);
|
41191
|
+
}
|
41192
|
+
|
41193
|
+
.amis-scope .cxd-Switch.is-checked .slider::before {
|
41194
|
+
right: 0.125rem;
|
41195
|
+
}
|
41196
|
+
|
41197
|
+
.amis-scope .cxd-Switch.is-checked .text {
|
41198
|
+
margin: 0 1.5625rem 0 0.5rem;
|
41199
|
+
}
|
41200
|
+
|
41201
|
+
.amis-scope .cxd-Switch.is-checked:hover {
|
41202
|
+
background: var(--Switch-checked-onHover-bgColor);
|
41203
|
+
}
|
41204
|
+
|
41205
|
+
.amis-scope .cxd-Switch.is-checked:active {
|
41206
|
+
background: var(--Switch-checked-onActive-bgColor);
|
41207
|
+
}
|
41208
|
+
|
41209
|
+
.amis-scope .cxd-TextControl-sugs {
|
41210
|
+
border-radius: 0.1875rem;
|
41211
|
+
top: calc(var(--Form-input-height) + 0.25rem);
|
41212
|
+
box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
|
41213
|
+
border: none;
|
41214
|
+
}
|
41215
|
+
|
41216
|
+
.amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu {
|
41217
|
+
border-radius: 0.25rem;
|
41218
|
+
}
|
41219
|
+
|
41220
|
+
.amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu .cxd-Select-option {
|
41221
|
+
height: var(--Form-input-height);
|
41222
|
+
padding: 0.3125rem 0.75rem;
|
41223
|
+
}
|
41224
|
+
|
41225
|
+
.amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu {
|
41226
|
+
border-radius: 0.25rem;
|
41227
|
+
}
|
41228
|
+
|
41229
|
+
.amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu .cxd-NestedSelect-option {
|
41230
|
+
height: var(--Form-input-height);
|
41231
|
+
padding: 0 0.75rem;
|
41232
|
+
}
|
41233
|
+
|
41234
|
+
.amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu .cxd-NestedSelect-option .cxd-NestedSelect-optionArrowRight {
|
41235
|
+
padding-right: 0;
|
41236
|
+
}
|
41237
|
+
|
41238
|
+
.amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu:not(:first-child) {
|
41239
|
+
margin-left: 2px;
|
41240
|
+
}
|
41241
|
+
|
41242
|
+
.amis-scope .cxd-TreeSelectControl .cxd-PopOver {
|
41243
|
+
box-shadow: var(--boxShadow);
|
41244
|
+
}
|
41245
|
+
|
41246
|
+
.amis-scope .cxd-TreeSelectControl .cxd-PopOver .cxd-Tree {
|
41247
|
+
border-radius: 0.25rem;
|
41248
|
+
border: none;
|
41249
|
+
}
|
41250
|
+
|
41251
|
+
.amis-scope .cxd-DropDown .cxd-DropDown-menu {
|
41252
|
+
border: none;
|
41253
|
+
}
|
41254
|
+
|
41255
|
+
.amis-scope .cxd-DropDown .cxd-DropDown-menu > li {
|
41256
|
+
color: #151a26;
|
41257
|
+
}
|
41258
|
+
|
41259
|
+
.amis-scope .cxd-DropDown .cxd-DropDown-menu > li.is-disabled {
|
41260
|
+
color: #b4b6ba;
|
41261
|
+
}
|
41262
|
+
|
41263
|
+
.amis-scope .cxd-Toast .cxd-Toast-icon {
|
41264
|
+
margin-right: 0.5rem;
|
41265
|
+
}
|
41266
|
+
|
41267
|
+
.amis-scope .cxd-Toast .cxd-Toast-close {
|
41268
|
+
margin-left: 0.5rem;
|
41269
|
+
cursor: pointer;
|
41270
|
+
}
|
41271
|
+
|
41272
|
+
.amis-scope .cxd-InputGroup .cxd-InputGroup-btn .cxd-Button {
|
41273
|
+
border-radius: 0.1875rem;
|
41274
|
+
}
|
41275
|
+
|
41276
|
+
.amis-scope .cxd-InputGroup .cxd-InputGroup-btn:last-child .cxd-Button {
|
41277
|
+
border-top-left-radius: 0;
|
41278
|
+
border-bottom-left-radius: 0;
|
41279
|
+
}
|
41280
|
+
|
41281
|
+
.amis-scope .cxd-Button--iconOnly {
|
41282
|
+
min-width: var(--Button-height);
|
41283
|
+
}
|
41284
|
+
|
41285
|
+
.amis-scope .cxd-Alert {
|
41286
|
+
font-weight: 400;
|
41287
|
+
}
|
41288
|
+
|
41289
|
+
.amis-scope .cxd-Alert .cxd-Alert-close {
|
41290
|
+
opacity: 1;
|
41291
|
+
color: #83868c;
|
41292
|
+
}
|
41293
|
+
|
41294
|
+
.amis-scope .cxd-Alert .cxd-Alert-close:hover {
|
41295
|
+
color: #5e626a;
|
41296
|
+
}
|
41297
|
+
|
41298
|
+
.amis-scope .cxd-Alert .cxd-Alert-close:active {
|
41299
|
+
color: #2d323c;
|
41300
|
+
}
|
41301
|
+
|
41302
|
+
.amis-scope .cxd-ColorPicker .cxd-PopOver {
|
41303
|
+
border: none;
|
41304
|
+
box-shadow: var(--boxShadow);
|
41305
|
+
}
|
41306
|
+
|
41307
|
+
.amis-scope .cxd-IconPickerControl .cxd-IconPickerControl-input--withAC .cxd-IconPickerControl-sugsPanel {
|
41308
|
+
border: none;
|
41309
|
+
box-shadow: var(--boxShadow);
|
41310
|
+
border-radius: 0.1875rem;
|
41311
|
+
}
|
41312
|
+
|
41313
|
+
.amis-scope .cxd-Combo .cxd-Combo-items .cxd-Combo-item .cxd-Combo-delBtn {
|
41314
|
+
padding-top: calc( (var(--Form-input-height) - var(--Form-input-lineHeight) * 10px) / 2 );
|
41315
|
+
}
|
41316
|
+
|
41317
|
+
.amis-scope .cxd-LocationControl .cxd-PopOver {
|
41318
|
+
border: none;
|
41319
|
+
box-shadow: var(--boxShadow);
|
41320
|
+
}
|
41321
|
+
|
41322
|
+
.amis-scope .cxd-Transfer-title {
|
41323
|
+
height: var(--Form-input-height);
|
41324
|
+
padding-left: 1rem;
|
41325
|
+
padding-right: 1rem;
|
41326
|
+
}
|
41327
|
+
|
41328
|
+
.amis-scope .cxd-Transfer .cxd-ListCheckboxes .cxd-ListCheckboxes-item {
|
41329
|
+
padding-left: 1rem;
|
41330
|
+
padding-right: 1rem;
|
41331
|
+
}
|
41332
|
+
|
41333
|
+
.amis-scope .cxd-Modal {
|
41334
|
+
box-shadow: var(--boxShadow);
|
41335
|
+
}
|
41336
|
+
|
41337
|
+
.amis-scope .cxd-Modal-content {
|
41338
|
+
padding: 1.5rem;
|
41339
|
+
border-radius: 0.375rem;
|
41340
|
+
}
|
41341
|
+
|
41342
|
+
.amis-scope .cxd-Modal-body {
|
41343
|
+
padding: 1rem 0 1.5rem 0;
|
41344
|
+
font-size: 12px;
|
41345
|
+
font-weight: 400;
|
41346
|
+
}
|
41347
|
+
|
41348
|
+
.amis-scope .cxd-Modal-footer .cxd-Button {
|
41349
|
+
margin-left: 1rem;
|
41350
|
+
}
|
41351
|
+
|
41352
|
+
.amis-scope .cxd-Drawer-content {
|
41353
|
+
border-radius: 0.375rem;
|
41354
|
+
}
|
41355
|
+
|
41356
|
+
.amis-scope .cxd-Drawer-header {
|
41357
|
+
border-radius: 0.375rem 0 0 0;
|
41358
|
+
}
|
41359
|
+
|
41360
|
+
.amis-scope .cxd-Drawer-title {
|
41361
|
+
font-size: 14px;
|
41362
|
+
font-weight: 500;
|
41363
|
+
}
|
41364
|
+
|
41365
|
+
.amis-scope .cxd-Drawer-body {
|
41366
|
+
font-size: 14px;
|
41367
|
+
font-weight: 400;
|
41368
|
+
}
|
41369
|
+
|
41370
|
+
.amis-scope .cxd-Drawer--right .cxd-Drawer-header {
|
41371
|
+
border-radius: 0.375rem 0 0 0;
|
41372
|
+
}
|
41373
|
+
|
41374
|
+
.amis-scope .cxd-Drawer--right .cxd-Drawer-footer {
|
41375
|
+
justify-content: flex-end;
|
41376
|
+
}
|
41377
|
+
|
41378
|
+
.amis-scope .cxd-Drawer--right .cxd-Drawer-footer .cxd-Button {
|
41379
|
+
margin-left: 1rem;
|
41380
|
+
}
|
41381
|
+
|
41382
|
+
.amis-scope .cxd-Drawer--left .cxd-Drawer-header {
|
41383
|
+
border-radius: 0 0.375rem 0 0;
|
41384
|
+
}
|
41385
|
+
|
41386
|
+
.amis-scope .cxd-Drawer--left .cxd-Drawer-footer .cxd-Button {
|
41387
|
+
margin-left: 1rem;
|
41388
|
+
}
|
41389
|
+
|
41390
|
+
.amis-scope .cxd-Drawer--top .cxd-Drawer-footer .cxd-Button {
|
41391
|
+
margin-left: 1rem;
|
41392
|
+
}
|
41393
|
+
|
41394
|
+
.amis-scope .cxd-Drawer--bottom .cxd-Drawer-header {
|
41395
|
+
border-radius: 0.375rem 0.375rem 0 0;
|
41396
|
+
}
|
41397
|
+
|
41398
|
+
.amis-scope .cxd-Drawer--bottom .cxd-Drawer-footer .cxd-Button {
|
41399
|
+
margin-left: 1rem;
|
41400
|
+
}
|
41401
|
+
|
41402
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon {
|
41403
|
+
padding-right: 0.5rem;
|
41404
|
+
}
|
41405
|
+
|
41406
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon {
|
41407
|
+
width: 1.5rem;
|
41408
|
+
height: 1.5rem;
|
41409
|
+
display: inline-flex;
|
41410
|
+
align-items: center;
|
41411
|
+
justify-content: center;
|
41412
|
+
}
|
41413
|
+
|
41414
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon svg {
|
41415
|
+
width: 0.75rem;
|
41416
|
+
height: 0.75rem;
|
41417
|
+
}
|
41418
|
+
|
41419
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerIconWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
|
41420
|
+
padding-right: 0.5rem;
|
41421
|
+
}
|
41422
|
+
|
41423
|
+
.amis-scope .cxd-Steps .cxd-StepsItem-containerIconWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
|
41424
|
+
padding-left: 0.5rem;
|
41425
|
+
}
|
41426
|
+
|
41427
|
+
.amis-scope .cxd-Steps--vertical .cxd-StepsItem-containerIcon > .cxd-StepsItem-icon:after {
|
41428
|
+
top: 1.75rem;
|
41429
|
+
left: 0.625rem;
|
41430
|
+
transform: translate(0.0625rem);
|
41431
|
+
}
|
41432
|
+
|
41433
|
+
.amis-scope .cxd-Steps .cxd-StepsItem.is-finish .cxd-StepsItem-icon {
|
41434
|
+
color: var(--Steps-status-success);
|
41435
|
+
background-color: var(--white);
|
41436
|
+
}
|
41437
|
+
|
41438
|
+
.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-icon {
|
41439
|
+
color: var(--Steps-status-error);
|
41440
|
+
background-color: var(--white);
|
41441
|
+
border: 1px solid var(--Steps-status-error);
|
41442
|
+
}
|
41443
|
+
|
41444
|
+
.amis-scope .cxd-Form-feedback {
|
41445
|
+
list-style-type: none;
|
41446
|
+
padding-left: 0;
|
41447
|
+
}
|
41448
|
+
|
41449
|
+
.amis-scope .cxd-Form-label {
|
41450
|
+
font-size: 14px;
|
41451
|
+
color: #5e626a;
|
41452
|
+
}
|
41453
|
+
|
41454
|
+
.amis-scope .cxd-Form-item--inline .cxd-Form-label {
|
41455
|
+
margin-right: 1rem;
|
41456
|
+
font-size: 14px;
|
41457
|
+
color: #5e626a;
|
41458
|
+
}
|
41459
|
+
|
41460
|
+
.amis-scope .cxd-Form .cxd-Collapse {
|
41461
|
+
border: none;
|
41462
|
+
}
|
41463
|
+
|
41464
|
+
.amis-scope .cxd-Form .cxd-Collapse-header {
|
41465
|
+
background-color: var(--white);
|
41466
|
+
display: inline-flex;
|
41467
|
+
justify-content: flex-end;
|
41468
|
+
flex-direction: row-reverse;
|
41469
|
+
}
|
41470
|
+
|
41471
|
+
.amis-scope .cxd-Form .cxd-Collapse-content {
|
41472
|
+
padding: 0;
|
39966
41473
|
}
|