amis 1.4.2-beta.6 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Schema.d.ts +11 -3
- package/lib/Schema.js.map +1 -1
- package/lib/components/Alert2.d.ts +26 -21
- package/lib/components/Alert2.js +11 -4
- package/lib/components/Alert2.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.js +2 -2
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/Button.js +1 -1
- 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/Checkbox.d.ts +20 -20
- package/lib/components/Collapse.d.ts +51 -23
- package/lib/components/Collapse.js +70 -11
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/CollapseGroup.d.ts +88 -0
- package/lib/components/CollapseGroup.js +81 -0
- package/lib/components/CollapseGroup.js.map +13 -0
- package/lib/components/ColorPicker.d.ts +89 -85
- package/lib/components/ColorPicker.js +17 -4
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/Drawer.js +2 -2
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GridNav.d.ts +52 -0
- package/lib/components/GridNav.js +123 -0
- package/lib/components/GridNav.js.map +13 -0
- package/lib/components/GroupedSelection.d.ts +907 -0
- package/lib/components/GroupedSelection.js +48 -0
- package/lib/components/GroupedSelection.js.map +13 -0
- package/lib/components/InputBox.d.ts +22 -21
- package/lib/components/InputBox.js +10 -2
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/Link.d.ts +29 -36
- package/lib/components/Link.js +14 -15
- package/lib/components/Link.js.map +2 -2
- 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/NumberInput.d.ts +20 -20
- package/lib/components/Overlay.js +5 -0
- package/lib/components/Overlay.js.map +2 -2
- 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/PopOver.d.ts +1 -0
- package/lib/components/PopOver.js +12 -1
- package/lib/components/PopOver.js.map +2 -2
- package/lib/components/Progress.d.ts +85 -0
- package/lib/components/Progress.js +81 -0
- package/lib/components/Progress.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -21
- package/lib/components/Radios.js +1 -0
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/ResultBox.js +10 -2
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/SearchBox.d.ts +84 -84
- package/lib/components/Select.d.ts +245 -237
- package/lib/components/Select.js +25 -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/{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.d.ts +90 -87
- package/lib/components/Toast.js +15 -5
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/Transfer.d.ts +908 -274
- package/lib/components/Transfer.js +31 -24
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +488 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +493 -0
- package/lib/components/TransferPicker.js +60 -0
- package/lib/components/TransferPicker.js.map +13 -0
- package/lib/components/Tree.d.ts +115 -84
- package/lib/components/Tree.js +183 -30
- 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/condition-builder/Field.js +4 -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 +10 -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.d.ts +1 -1
- package/lib/envOverwrite.js +24 -9
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +15 -1
- package/lib/factory.js +35 -6
- 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/alert-danger.js +7 -0
- package/lib/icons/alert-info.js +7 -0
- package/lib/icons/alert-success.js +7 -0
- package/lib/icons/alert-warning.js +7 -0
- package/lib/icons/download.js +7 -0
- package/lib/icons/drag-bar.js +10 -3
- package/lib/index.d.ts +5 -0
- package/lib/index.js +6 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +2 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +3 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +5 -2
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +10 -5
- package/lib/renderers/Action.js +23 -5
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Alert.d.ts +21 -1
- package/lib/renderers/Alert.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 +5 -0
- package/lib/renderers/CRUD.js +25 -4
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +5 -0
- package/lib/renderers/Card.js +34 -23
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Collapse.d.ts +25 -20
- package/lib/renderers/Collapse.js +10 -72
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/CollapseGroup.d.ts +42 -0
- package/lib/renderers/CollapseGroup.js +33 -0
- package/lib/renderers/CollapseGroup.js.map +13 -0
- package/lib/renderers/Form/ConditionBuilder.js +2 -2
- package/lib/renderers/Form/ConditionBuilder.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 +86 -85
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputFile.d.ts +6 -0
- package/lib/renderers/Form/InputFile.js +28 -8
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +11 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js +2 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/Options.js +25 -4
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +42 -4
- package/lib/renderers/Form/Select.js +37 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TabsTransferPicker.js +29 -0
- package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
- package/lib/renderers/Form/Transfer.js +18 -3
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +52 -0
- package/lib/renderers/Form/TransferPicker.js +43 -0
- package/lib/renderers/Form/TransferPicker.js.map +13 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +5 -0
- package/lib/renderers/Form/index.js +5 -3
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +13 -1
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/GridNav.d.ts +99 -0
- package/lib/renderers/GridNav.js +82 -0
- package/lib/renderers/GridNav.js.map +13 -0
- package/lib/renderers/IFrame.js +1 -3
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Image.js +7 -5
- 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 +4 -2
- package/lib/renderers/Link.js +15 -8
- 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/Nav.d.ts +21 -21
- package/lib/renderers/Nav.js +37 -19
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.d.ts +18 -0
- package/lib/renderers/Page.js +53 -9
- 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/Progress.d.ts +23 -3
- package/lib/renderers/Progress.js +15 -19
- package/lib/renderers/Progress.js.map +2 -2
- package/lib/renderers/Property.js +1 -1
- package/lib/renderers/Property.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.js +1 -1
- package/lib/renderers/Table/ColumnToggler.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 +5 -1
- package/lib/renderers/Table/index.js +65 -30
- 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 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +3 -5
- package/lib/store/form.js.map +2 -2
- package/lib/store/formItem.js +44 -4
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/table.d.ts +3 -2
- package/lib/store/table.js +35 -12
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +934 -222
- package/lib/themes/ang.css +934 -222
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +934 -222
- package/lib/themes/antd.css +934 -222
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +970 -260
- package/lib/themes/cxd.css +970 -260
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +934 -222
- package/lib/themes/dark.css +934 -222
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +970 -260
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +38 -1
- 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 +90 -17
- 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/helper.d.ts +12 -23
- package/lib/utils/helper.js +62 -166
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/tpl-builtin.d.ts +2 -20
- package/lib/utils/tpl-builtin.js +25 -743
- package/lib/utils/tpl-builtin.js.map +2 -2
- package/lib/utils/tpl.js +24 -0
- package/lib/utils/tpl.js.map +2 -2
- package/package.json +5 -2
- package/schema.json +3966 -1263
- package/scss/_mixins.scss +1 -3
- package/scss/_properties.scss +42 -13
- package/scss/base/_common.scss +3 -0
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_alert.scss +28 -5
- package/scss/components/_anchor-nav.scss +89 -29
- package/scss/components/_button.scss +12 -0
- package/scss/components/_card.scss +9 -15
- package/scss/components/_collapse-group.scss +15 -0
- package/scss/components/_collapse.scss +48 -23
- package/scss/components/_grid-nav.scss +128 -0
- package/scss/components/_images.scss +1 -0
- package/scss/components/_input-box.scss +1 -0
- package/scss/components/_nav.scss +2 -7
- package/scss/components/_page.scss +35 -2
- package/scss/components/_picker-columns.scss +124 -0
- package/scss/components/_popover.scss +13 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_progress.scss +141 -33
- package/scss/components/_result-box.scss +1 -0
- package/scss/components/_spinner.scss +5 -4
- package/scss/components/_status.scss +1 -1
- package/scss/components/_table.scss +32 -0
- package/scss/components/_toast.scss +41 -11
- package/scss/components/form/_checks.scss +0 -351
- package/scss/components/form/_color.scss +32 -3
- package/scss/components/form/_combo.scss +4 -0
- package/scss/components/form/_fieldset.scss +6 -1
- package/scss/components/form/_file.scss +11 -0
- package/scss/components/form/_form.scss +48 -0
- package/scss/components/form/_selection.scss +354 -0
- package/scss/components/form/_transfer.scss +76 -18
- package/scss/components/form/_tree.scss +42 -0
- package/scss/themes/_common.scss +6 -0
- package/scss/themes/_cxd-variables.scss +13 -6
- package/scss/themes/cxd.scss +19 -20
- package/sdk/ang-ie11.css +1065 -246
- package/sdk/ang.css +1069 -230
- package/sdk/antd-ie11.css +1068 -249
- package/sdk/antd.css +1069 -230
- package/sdk/charts.js +17 -17
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +1081 -268
- package/sdk/cxd.css +1116 -279
- package/sdk/dark-ie11.css +1069 -250
- package/sdk/dark.css +1069 -230
- 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/locale/de-DE.js +2 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +20 -28
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1081 -268
- package/sdk/sdk.css +1116 -279
- package/sdk/sdk.js +1371 -1189
- package/sdk/thirds/hls.js/hls.js +18 -18
- package/sdk/thirds/mpegts.js/mpegts.js +2 -2
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +19 -1
- package/src/components/Alert2.tsx +32 -4
- package/src/components/AnchorNav.tsx +15 -4
- package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +43 -37
- package/src/components/Badge.tsx +3 -3
- package/src/components/Button.tsx +1 -0
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/Collapse.tsx +139 -20
- package/src/components/CollapseGroup.tsx +130 -0
- package/src/components/ColorPicker.tsx +32 -10
- package/src/components/Drawer.tsx +8 -6
- package/src/components/GridNav.tsx +233 -0
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/InputBox.tsx +10 -9
- package/src/components/Link.tsx +28 -37
- package/src/components/ModalManager.ts +1 -1
- package/src/components/Overlay.tsx +6 -0
- package/src/components/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/PopOver.tsx +15 -1
- package/src/components/Progress.tsx +140 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/ResultBox.tsx +9 -9
- package/src/components/Select.tsx +57 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- 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 +48 -21
- package/src/components/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +120 -0
- package/src/components/TransferPicker.tsx +91 -0
- package/src/components/Tree.tsx +194 -8
- package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
- package/src/components/condition-builder/Field.tsx +7 -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 +10 -0
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +20 -8
- package/src/factory.tsx +70 -9
- 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/alert-danger.svg +1 -0
- package/src/icons/alert-info.svg +1 -0
- package/src/icons/alert-success.svg +1 -0
- package/src/icons/alert-warning.svg +1 -0
- package/src/icons/download.svg +4 -0
- package/src/icons/drag-bar.svg +12 -6
- package/src/index.tsx +5 -0
- package/src/locale/de-DE.ts +2 -0
- package/src/locale/en-US.ts +3 -0
- package/src/locale/zh-CN.ts +5 -2
- package/src/renderers/Action.tsx +58 -3
- package/src/renderers/Alert.tsx +31 -1
- 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 +29 -3
- package/src/renderers/Card.tsx +76 -36
- package/src/renderers/Collapse.tsx +70 -115
- package/src/renderers/CollapseGroup.tsx +80 -0
- package/src/renderers/Form/ConditionBuilder.tsx +2 -2
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputColor.tsx +4 -2
- package/src/renderers/Form/InputFile.tsx +65 -24
- package/src/renderers/Form/InputImage.tsx +11 -3
- package/src/renderers/Form/Item.tsx +3 -2
- package/src/renderers/Form/Options.tsx +29 -3
- package/src/renderers/Form/Select.tsx +162 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +19 -4
- package/src/renderers/Form/TransferPicker.tsx +145 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +15 -2
- package/src/renderers/Form/wrapControl.tsx +26 -1
- package/src/renderers/GridNav.tsx +204 -0
- package/src/renderers/IFrame.tsx +2 -4
- package/src/renderers/Image.tsx +19 -15
- package/src/renderers/Json.tsx +9 -9
- package/src/renderers/Link.tsx +29 -16
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Nav.tsx +105 -56
- package/src/renderers/Page.tsx +62 -1
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Progress.tsx +56 -38
- package/src/renderers/Property.tsx +6 -4
- package/src/renderers/Table/ColumnToggler.tsx +1 -1
- package/src/renderers/Table/TableContent.tsx +40 -2
- package/src/renderers/Table/index.tsx +88 -43
- package/src/renderers/Tabs.tsx +9 -1
- package/src/renderers/WebComponent.tsx +2 -2
- package/src/store/form.ts +3 -9
- package/src/store/formItem.ts +94 -2
- package/src/store/table.ts +55 -14
- package/src/types.ts +58 -1
- package/src/utils/api.ts +120 -26
- package/src/utils/dom.tsx +12 -0
- package/src/utils/helper.ts +55 -185
- package/src/utils/tpl-builtin.ts +40 -866
- package/src/utils/tpl.ts +33 -0
- package/tsconfig-for-declaration.json +1 -1
- 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/dark-ie11.css
CHANGED
@@ -12953,14 +12953,11 @@ readers do not read off random characters that represent icons */
|
|
12953
12953
|
.tox-fullscreen {
|
12954
12954
|
border: 0;
|
12955
12955
|
height: 100%;
|
12956
|
-
left: 0;
|
12957
12956
|
margin: 0;
|
12958
12957
|
overflow: hidden;
|
12959
12958
|
-ms-scroll-chaining: none;
|
12960
12959
|
overscroll-behavior: none;
|
12961
12960
|
padding: 0;
|
12962
|
-
position: fixed;
|
12963
|
-
top: 0;
|
12964
12961
|
touch-action: pinch-zoom;
|
12965
12962
|
width: 100%;
|
12966
12963
|
}
|
@@ -12969,13 +12966,16 @@ readers do not read off random characters that represent icons */
|
|
12969
12966
|
display: none;
|
12970
12967
|
}
|
12971
12968
|
|
12972
|
-
.tox.tox-tinymce.tox-fullscreen
|
12973
|
-
|
12969
|
+
.tox.tox-tinymce.tox-fullscreen,
|
12970
|
+
.tox-shadowhost.tox-fullscreen {
|
12971
|
+
left: 0;
|
12972
|
+
position: fixed;
|
12973
|
+
top: 0;
|
12974
12974
|
z-index: 1200;
|
12975
12975
|
}
|
12976
12976
|
|
12977
|
-
.tox-
|
12978
|
-
|
12977
|
+
.tox.tox-tinymce.tox-fullscreen {
|
12978
|
+
background-color: transparent;
|
12979
12979
|
}
|
12980
12980
|
|
12981
12981
|
.tox-fullscreen .tox.tox-tinymce-aux,
|
@@ -19493,6 +19493,8 @@ readers do not read off random characters that represent icons */
|
|
19493
19493
|
width: 1em;
|
19494
19494
|
height: 1em;
|
19495
19495
|
fill: currentColor;
|
19496
|
+
position: relative;
|
19497
|
+
top: 0.125em;
|
19496
19498
|
}
|
19497
19499
|
|
19498
19500
|
.amis-scope svg.r90 {
|
@@ -19571,6 +19573,10 @@ readers do not read off random characters that represent icons */
|
|
19571
19573
|
height: 100%;
|
19572
19574
|
}
|
19573
19575
|
|
19576
|
+
.amis-scope .has-popover {
|
19577
|
+
position: relative;
|
19578
|
+
}
|
19579
|
+
|
19574
19580
|
.amis-scope,
|
19575
19581
|
.amis-scope {
|
19576
19582
|
width: 100%;
|
@@ -21142,6 +21148,13 @@ readers do not read off random characters that represent icons */
|
|
21142
21148
|
background: #f2f3f3;
|
21143
21149
|
}
|
21144
21150
|
|
21151
|
+
.amis-scope .dark-Button.is-disabled > svg,
|
21152
|
+
.amis-scope .dark-Button.is-disabled > svg path,
|
21153
|
+
.amis-scope .dark-Button:disabled > svg,
|
21154
|
+
.amis-scope .dark-Button:disabled > svg path {
|
21155
|
+
fill: currentColor;
|
21156
|
+
}
|
21157
|
+
|
21145
21158
|
.amis-scope .dark-Button:not(:disabled):not(.is-disabled) {
|
21146
21159
|
cursor: pointer;
|
21147
21160
|
}
|
@@ -21682,6 +21695,14 @@ readers do not read off random characters that represent icons */
|
|
21682
21695
|
margin-top: 0.25rem;
|
21683
21696
|
}
|
21684
21697
|
|
21698
|
+
.amis-scope .dark-Action {
|
21699
|
+
display: inline-block;
|
21700
|
+
}
|
21701
|
+
|
21702
|
+
.amis-scope .dark-Action:hover {
|
21703
|
+
cursor: pointer;
|
21704
|
+
}
|
21705
|
+
|
21685
21706
|
.amis-scope .dark-Avatar {
|
21686
21707
|
background: #d1d5db;
|
21687
21708
|
width: 2.5rem;
|
@@ -22768,6 +22789,140 @@ readers do not read off random characters that represent icons */
|
|
22768
22789
|
background: transparent;
|
22769
22790
|
}
|
22770
22791
|
|
22792
|
+
.amis-scope .dark-PopOver-isMobile .dark-PopOver-overlay {
|
22793
|
+
background: rgba(0, 0, 0, 0.3);
|
22794
|
+
}
|
22795
|
+
|
22796
|
+
.amis-scope .dark-PopOver--leftBottomLeftTop {
|
22797
|
+
margin-top: 0.25rem;
|
22798
|
+
}
|
22799
|
+
|
22800
|
+
.amis-scope .dark-PopOver--leftTopLeftBottom {
|
22801
|
+
margin-top: -0.25rem;
|
22802
|
+
}
|
22803
|
+
|
22804
|
+
.amis-scope .dark-PickerColumns {
|
22805
|
+
position: relative;
|
22806
|
+
background-color: white;
|
22807
|
+
user-select: none;
|
22808
|
+
}
|
22809
|
+
|
22810
|
+
.amis-scope .dark-PickerColumns-popOver {
|
22811
|
+
position: fixed;
|
22812
|
+
bottom: 0;
|
22813
|
+
left: 0;
|
22814
|
+
width: 100%;
|
22815
|
+
padding: 0 0.5rem;
|
22816
|
+
}
|
22817
|
+
|
22818
|
+
.amis-scope .dark-PickerColumns-toolbar {
|
22819
|
+
display: flex;
|
22820
|
+
align-items: center;
|
22821
|
+
justify-content: space-between;
|
22822
|
+
height: 3.125rem;
|
22823
|
+
}
|
22824
|
+
|
22825
|
+
.amis-scope .dark-PickerColumns-cancel,
|
22826
|
+
.amis-scope .dark-PickerColumns-confirm {
|
22827
|
+
height: 100%;
|
22828
|
+
padding: 0 0.5rem;
|
22829
|
+
font-size: 0.875rem;
|
22830
|
+
background-color: transparent;
|
22831
|
+
border: none;
|
22832
|
+
cursor: pointer;
|
22833
|
+
}
|
22834
|
+
|
22835
|
+
.amis-scope .dark-PickerColumns-cancel:active,
|
22836
|
+
.amis-scope .dark-PickerColumns-confirm:active {
|
22837
|
+
opacity: 0.7;
|
22838
|
+
}
|
22839
|
+
|
22840
|
+
.amis-scope .dark-PickerColumns-confirm {
|
22841
|
+
color: #2296f3;
|
22842
|
+
}
|
22843
|
+
|
22844
|
+
.amis-scope .dark-PickerColumns-cancel {
|
22845
|
+
color: #3a3a3a;
|
22846
|
+
}
|
22847
|
+
|
22848
|
+
.amis-scope .dark-PickerColumns-title {
|
22849
|
+
max-width: 50%;
|
22850
|
+
font-weight: 500;
|
22851
|
+
font-size: 1rem;
|
22852
|
+
line-height: 1.5;
|
22853
|
+
text-align: center;
|
22854
|
+
}
|
22855
|
+
|
22856
|
+
.amis-scope .dark-PickerColumns-columns {
|
22857
|
+
touch-action: none;
|
22858
|
+
position: relative;
|
22859
|
+
display: flex;
|
22860
|
+
cursor: grab;
|
22861
|
+
}
|
22862
|
+
|
22863
|
+
.amis-scope .dark-PickerColumns-loading {
|
22864
|
+
position: absolute;
|
22865
|
+
top: 0;
|
22866
|
+
right: 0;
|
22867
|
+
bottom: 0;
|
22868
|
+
left: 0;
|
22869
|
+
z-index: 3;
|
22870
|
+
display: flex;
|
22871
|
+
align-items: center;
|
22872
|
+
justify-content: center;
|
22873
|
+
color: #4b5563;
|
22874
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
22875
|
+
}
|
22876
|
+
|
22877
|
+
.amis-scope .dark-PickerColumns-frame {
|
22878
|
+
position: absolute;
|
22879
|
+
top: 50%;
|
22880
|
+
right: 1rem;
|
22881
|
+
left: 1rem;
|
22882
|
+
z-index: 2;
|
22883
|
+
transform: translateY(-50%);
|
22884
|
+
pointer-events: none;
|
22885
|
+
}
|
22886
|
+
|
22887
|
+
.amis-scope .dark-PickerColumns-mask {
|
22888
|
+
position: absolute;
|
22889
|
+
top: 0;
|
22890
|
+
left: 0;
|
22891
|
+
z-index: 1;
|
22892
|
+
width: 100%;
|
22893
|
+
height: 100%;
|
22894
|
+
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));
|
22895
|
+
background-repeat: no-repeat;
|
22896
|
+
background-position: top, bottom;
|
22897
|
+
transform: translateZ(0);
|
22898
|
+
pointer-events: none;
|
22899
|
+
}
|
22900
|
+
|
22901
|
+
.amis-scope .dark-PickerColumns-column {
|
22902
|
+
flex: 1;
|
22903
|
+
overflow: hidden;
|
22904
|
+
font-size: 1rem;
|
22905
|
+
}
|
22906
|
+
|
22907
|
+
.amis-scope .dark-PickerColumns-columnWrapper {
|
22908
|
+
margin: 0;
|
22909
|
+
padding: 0;
|
22910
|
+
list-style: none;
|
22911
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
22912
|
+
}
|
22913
|
+
|
22914
|
+
.amis-scope .dark-PickerColumns-columnItem {
|
22915
|
+
display: flex;
|
22916
|
+
align-items: center;
|
22917
|
+
justify-content: center;
|
22918
|
+
color: #f3f1f1;
|
22919
|
+
}
|
22920
|
+
|
22921
|
+
.amis-scope .dark-PickerColumns-columnItem.is-disabled {
|
22922
|
+
cursor: not-allowed;
|
22923
|
+
opacity: 0.3;
|
22924
|
+
}
|
22925
|
+
|
22771
22926
|
@keyframes bounceIn {
|
22772
22927
|
from, 20%, 40%, 60%, 80%, to {
|
22773
22928
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -22819,18 +22974,19 @@ readers do not read off random characters that represent icons */
|
|
22819
22974
|
|
22820
22975
|
.amis-scope .dark-Toast {
|
22821
22976
|
display: flex;
|
22822
|
-
|
22977
|
+
flex-flow: row nowrap;
|
22978
|
+
justify-content: space-between;
|
22979
|
+
align-items: flex-start;
|
22823
22980
|
max-width: 18.75rem;
|
22824
22981
|
pointer-events: auto;
|
22825
22982
|
margin-bottom: 0.25rem;
|
22826
|
-
padding: 0.25rem
|
22983
|
+
padding: 0.25rem 1rem;
|
22827
22984
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
22828
|
-
border-radius: 0.
|
22985
|
+
border-radius: 0.125rem;
|
22829
22986
|
border: 0 solid;
|
22830
|
-
color: #
|
22987
|
+
color: #f3f1f1;
|
22831
22988
|
position: relative;
|
22832
22989
|
opacity: 0.8;
|
22833
|
-
cursor: pointer;
|
22834
22990
|
opacity: 0;
|
22835
22991
|
transform: translateZ(0);
|
22836
22992
|
}
|
@@ -22857,22 +23013,49 @@ readers do not read off random characters that represent icons */
|
|
22857
23013
|
}
|
22858
23014
|
|
22859
23015
|
.amis-scope .dark-Toast-close {
|
22860
|
-
color: #fff;
|
22861
23016
|
display: inline-flex;
|
22862
|
-
|
23017
|
+
font-size: 1rem;
|
23018
|
+
line-height: 1.5rem;
|
23019
|
+
height: 1.5rem;
|
23020
|
+
color: #4b5563;
|
23021
|
+
margin-left: 0.5rem;
|
22863
23022
|
opacity: 0.8;
|
23023
|
+
align-items: center;
|
23024
|
+
cursor: pointer;
|
22864
23025
|
}
|
22865
23026
|
|
22866
23027
|
.amis-scope .dark-Toast-close:hover {
|
22867
|
-
color: #
|
23028
|
+
color: #4b5563;
|
22868
23029
|
opacity: 1;
|
22869
23030
|
}
|
22870
23031
|
|
22871
|
-
.amis-scope .dark-Toast-
|
23032
|
+
.amis-scope .dark-Toast-close > svg {
|
23033
|
+
top: 0;
|
23034
|
+
}
|
23035
|
+
|
23036
|
+
.amis-scope .dark-Toast-content {
|
23037
|
+
flex: 1;
|
23038
|
+
display: flex;
|
23039
|
+
flex-flow: column nowrap;
|
23040
|
+
justify-content: space-between;
|
23041
|
+
align-items: flex-start;
|
23042
|
+
}
|
23043
|
+
|
23044
|
+
.amis-scope .dark-Toast-content .dark-Toast-title {
|
23045
|
+
color: #f3f1f1;
|
23046
|
+
font-size: 0.875rem;
|
23047
|
+
font-weight: 500;
|
23048
|
+
line-height: 1.5rem;
|
23049
|
+
margin-bottom: 0.25rem;
|
23050
|
+
}
|
23051
|
+
|
23052
|
+
.amis-scope .dark-Toast-content .dark-Toast-body {
|
23053
|
+
font-size: 0.75rem;
|
22872
23054
|
display: inline-block;
|
22873
23055
|
vertical-align: middle;
|
22874
23056
|
white-space: pre-wrap;
|
22875
23057
|
flex-grow: 1;
|
23058
|
+
line-height: 1.5rem;
|
22876
23059
|
}
|
22877
23060
|
|
22878
23061
|
.amis-scope .dark-Toast-icon {
|
@@ -22880,7 +23063,10 @@ readers do not read off random characters that represent icons */
|
|
22880
23063
|
text-rendering: auto;
|
22881
23064
|
-webkit-font-smoothing: antialiased;
|
22882
23065
|
vertical-align: middle;
|
22883
|
-
margin-right: 0.
|
23066
|
+
margin-right: 0.5rem;
|
23067
|
+
height: 1.5rem;
|
23068
|
+
line-height: 1.5rem;
|
23069
|
+
align-items: center;
|
22884
23070
|
}
|
22885
23071
|
|
22886
23072
|
.amis-scope .dark-Toast-icon > svg {
|
@@ -22891,27 +23077,27 @@ readers do not read off random characters that represent icons */
|
|
22891
23077
|
}
|
22892
23078
|
|
22893
23079
|
.amis-scope .dark-Toast--error {
|
22894
|
-
color: #
|
22895
|
-
border-color:
|
22896
|
-
background: #
|
23080
|
+
color: #f3f1f1;
|
23081
|
+
border-color: transparent;
|
23082
|
+
background: #333538;
|
22897
23083
|
}
|
22898
23084
|
|
22899
23085
|
.amis-scope .dark-Toast--warning {
|
22900
|
-
color: #
|
22901
|
-
border-color:
|
22902
|
-
background: #
|
23086
|
+
color: #f3f1f1;
|
23087
|
+
border-color: transparent;
|
23088
|
+
background: #333538;
|
22903
23089
|
}
|
22904
23090
|
|
22905
23091
|
.amis-scope .dark-Toast--info {
|
22906
|
-
color: #
|
22907
|
-
border-color:
|
22908
|
-
background: #
|
23092
|
+
color: #f3f1f1;
|
23093
|
+
border-color: transparent;
|
23094
|
+
background: #333538;
|
22909
23095
|
}
|
22910
23096
|
|
22911
23097
|
.amis-scope .dark-Toast--success {
|
22912
|
-
color: #
|
22913
|
-
border-color:
|
22914
|
-
background: #
|
23098
|
+
color: #f3f1f1;
|
23099
|
+
border-color: transparent;
|
23100
|
+
background: #333538;
|
22915
23101
|
}
|
22916
23102
|
|
22917
23103
|
.amis-scope .dark-Toast-wrap--topRight {
|
@@ -22954,24 +23140,47 @@ readers do not read off random characters that represent icons */
|
|
22954
23140
|
border-radius: 0.285rem;
|
22955
23141
|
margin-bottom: 1rem;
|
22956
23142
|
position: relative;
|
23143
|
+
color: var(--Alert-fontColor);
|
23144
|
+
display: flex;
|
23145
|
+
flex-flow: row nowrap;
|
23146
|
+
justify-content: space-between;
|
23147
|
+
align-items: flex-start;
|
23148
|
+
}
|
23149
|
+
|
23150
|
+
.amis-scope .dark-Alert-icon {
|
23151
|
+
margin-right: 0.5rem;
|
23152
|
+
font-size: 1rem;
|
23153
|
+
}
|
23154
|
+
|
23155
|
+
.amis-scope .dark-Alert-content {
|
23156
|
+
flex: 1;
|
23157
|
+
}
|
23158
|
+
|
23159
|
+
.amis-scope .dark-Alert-content .dark-Alert-title {
|
23160
|
+
color: #f3f1f1;
|
23161
|
+
font-size: 0.875rem;
|
23162
|
+
font-weight: 500;
|
23163
|
+
line-height: 1.5rem;
|
23164
|
+
margin-bottom: 0.25rem;
|
23165
|
+
}
|
23166
|
+
|
23167
|
+
.amis-scope .dark-Alert-content .dark-Alert-desc {
|
23168
|
+
line-height: 1.5rem;
|
22957
23169
|
}
|
22958
23170
|
|
22959
23171
|
.amis-scope .dark-Alert-close {
|
22960
|
-
position: absolute;
|
22961
23172
|
outline: none;
|
22962
23173
|
padding: 0;
|
22963
23174
|
cursor: pointer;
|
22964
23175
|
background: transparent;
|
22965
23176
|
border: 0;
|
22966
|
-
float: right;
|
22967
23177
|
line-height: 1;
|
22968
23178
|
color: #000;
|
22969
23179
|
text-shadow: 0 1px 0 #fff;
|
22970
23180
|
filter: alpha(opacity=20);
|
22971
23181
|
opacity: 0.2;
|
22972
|
-
|
22973
|
-
|
22974
|
-
transform: translateY(-50%);
|
23182
|
+
margin-left: 0.5rem;
|
23183
|
+
line-height: 1.5rem;
|
22975
23184
|
}
|
22976
23185
|
|
22977
23186
|
.amis-scope .dark-Alert-close:hover {
|
@@ -23785,8 +23994,8 @@ readers do not read off random characters that represent icons */
|
|
23785
23994
|
cursor: move;
|
23786
23995
|
position: absolute;
|
23787
23996
|
left: 0;
|
23788
|
-
top: 0.6875rem;
|
23789
23997
|
display: none;
|
23998
|
+
line-height: 0;
|
23790
23999
|
}
|
23791
24000
|
|
23792
24001
|
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item .dark-Nav-itemDrager > .icon,
|
@@ -23900,13 +24109,6 @@ readers do not read off random characters that represent icons */
|
|
23900
24109
|
pointer-events: none;
|
23901
24110
|
}
|
23902
24111
|
|
23903
|
-
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item.active,
|
23904
|
-
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item.is-active,
|
23905
|
-
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Badge.active,
|
23906
|
-
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Badge.is-active {
|
23907
|
-
background: #2296f3 !important;
|
23908
|
-
}
|
23909
|
-
|
23910
24112
|
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item.active > a,
|
23911
24113
|
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item.is-active > .dark-Nav-item-atcions,
|
23912
24114
|
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item.is-active > a,
|
@@ -23921,6 +24123,7 @@ readers do not read off random characters that represent icons */
|
|
23921
24123
|
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Badge.is-active > .dark-Badge > a {
|
23922
24124
|
color: #fff;
|
23923
24125
|
position: relative;
|
24126
|
+
background: #2296f3;
|
23924
24127
|
}
|
23925
24128
|
|
23926
24129
|
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item.active > a::after,
|
@@ -24066,14 +24269,41 @@ readers do not read off random characters that represent icons */
|
|
24066
24269
|
padding: 0.25rem;
|
24067
24270
|
}
|
24068
24271
|
|
24272
|
+
.amis-scope .dark-Page-asideResizor {
|
24273
|
+
position: absolute;
|
24274
|
+
right: -0.375rem;
|
24275
|
+
top: 50%;
|
24276
|
+
cursor: ew-resize;
|
24277
|
+
writing-mode: vertical-lr;
|
24278
|
+
width: 0.75rem;
|
24279
|
+
height: 1.5rem;
|
24280
|
+
margin-top: -0.75rem;
|
24281
|
+
border: 0.0625rem solid #dee2e6;
|
24282
|
+
background-color: #fff;
|
24283
|
+
border-radius: 0.142rem;
|
24284
|
+
font-size: 12px;
|
24285
|
+
line-height: 0.625rem;
|
24286
|
+
text-align: center;
|
24287
|
+
user-select: none;
|
24288
|
+
color: #666;
|
24289
|
+
}
|
24290
|
+
|
24291
|
+
.amis-scope .dark-Page-asideResizor:hover {
|
24292
|
+
color: #000;
|
24293
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
24294
|
+
}
|
24295
|
+
|
24296
|
+
.amis-scope .dark-Page-asideResizor:after {
|
24297
|
+
content: "···";
|
24298
|
+
}
|
24299
|
+
|
24069
24300
|
.amis-scope .dark-Page-toolbar > * + * {
|
24070
24301
|
margin-left: 0.25rem;
|
24071
24302
|
}
|
24072
24303
|
|
24073
24304
|
@media (min-width: 768px) {
|
24074
24305
|
.amis-scope .dark-Page-aside {
|
24075
|
-
|
24076
|
-
max-width: 18.75rem;
|
24306
|
+
width: 12.5rem;
|
24077
24307
|
border-right: 0.0625rem solid #656565;
|
24078
24308
|
}
|
24079
24309
|
|
@@ -24088,6 +24318,11 @@ readers do not read off random characters that represent icons */
|
|
24088
24318
|
border: inherit;
|
24089
24319
|
}
|
24090
24320
|
|
24321
|
+
.amis-scope .dark-Page-aside--withWidth {
|
24322
|
+
min-width: 12.5rem;
|
24323
|
+
max-width: 18.75rem;
|
24324
|
+
}
|
24325
|
+
|
24091
24326
|
.amis-scope .dark-Page--withSidebar {
|
24092
24327
|
display: flex;
|
24093
24328
|
flex-direction: row;
|
@@ -24660,13 +24895,14 @@ readers do not read off random characters that represent icons */
|
|
24660
24895
|
.amis-scope .dark-Spinner--icon {
|
24661
24896
|
background: transparent;
|
24662
24897
|
animation: spin 2s linear infinite;
|
24663
|
-
width:
|
24664
|
-
height:
|
24898
|
+
width: 16px;
|
24899
|
+
height: 16px;
|
24665
24900
|
}
|
24666
24901
|
|
24667
24902
|
.amis-scope .dark-Spinner--icon svg.icon {
|
24668
|
-
width:
|
24669
|
-
height:
|
24903
|
+
width: 16px;
|
24904
|
+
height: 16px;
|
24905
|
+
top: 0;
|
24670
24906
|
}
|
24671
24907
|
|
24672
24908
|
.amis-scope .dark-Spinner--overlay {
|
@@ -24930,7 +25166,7 @@ readers do not read off random characters that represent icons */
|
|
24930
25166
|
.amis-scope .dark-Collapse {
|
24931
25167
|
border: none;
|
24932
25168
|
padding: 0;
|
24933
|
-
|
25169
|
+
line-height: 1.25rem;
|
24934
25170
|
}
|
24935
25171
|
|
24936
25172
|
.amis-scope .dark-Collapse-header {
|
@@ -24939,10 +25175,19 @@ readers do not read off random characters that represent icons */
|
|
24939
25175
|
color: #dbd6d6;
|
24940
25176
|
padding: 1.125rem 0 0.25rem 0;
|
24941
25177
|
margin: 0;
|
24942
|
-
|
25178
|
+
cursor: pointer;
|
24943
25179
|
background: transparent;
|
24944
25180
|
}
|
24945
25181
|
|
25182
|
+
.amis-scope .dark-Collapse-header-wrapper {
|
25183
|
+
display: inline-flex;
|
25184
|
+
flex-direction: row;
|
25185
|
+
}
|
25186
|
+
|
25187
|
+
.amis-scope .dark-Collapse-header-tpl {
|
25188
|
+
margin-right: 0.5rem;
|
25189
|
+
}
|
25190
|
+
|
24946
25191
|
.amis-scope .dark-Collapse-header:hover {
|
24947
25192
|
background: transparent;
|
24948
25193
|
}
|
@@ -24952,7 +25197,6 @@ readers do not read off random characters that represent icons */
|
|
24952
25197
|
width: 1rem;
|
24953
25198
|
text-align: center;
|
24954
25199
|
margin-right: 0.5rem;
|
24955
|
-
cursor: pointer;
|
24956
25200
|
}
|
24957
25201
|
|
24958
25202
|
.amis-scope .dark-Collapse-arrow:before {
|
@@ -24961,50 +25205,68 @@ readers do not read off random characters that represent icons */
|
|
24961
25205
|
display: inline-block;
|
24962
25206
|
width: 0.375rem;
|
24963
25207
|
height: 0.375rem;
|
24964
|
-
top: -0.
|
25208
|
+
top: -0.125rem;
|
24965
25209
|
border-color: #f3f1f1;
|
24966
25210
|
border-style: solid;
|
24967
25211
|
border-width: 0.0625rem 0.0625rem 0 0;
|
24968
|
-
transform: rotate(
|
25212
|
+
transform: rotate(45deg);
|
24969
25213
|
transform-origin: 50% 50%;
|
24970
25214
|
}
|
24971
25215
|
|
24972
|
-
.amis-scope .dark-Collapse-
|
25216
|
+
.amis-scope .dark-Collapse-icon-tranform {
|
25217
|
+
display: inline-block;
|
25218
|
+
width: 1rem;
|
25219
|
+
text-align: center;
|
25220
|
+
margin-right: 0.25rem;
|
25221
|
+
}
|
25222
|
+
|
25223
|
+
.amis-scope .dark-Collapse .dark-TplField {
|
24973
25224
|
display: inline-block;
|
24974
25225
|
}
|
24975
25226
|
|
24976
|
-
.amis-scope .dark-Collapse.is-
|
24977
|
-
transform: rotate(
|
24978
|
-
transform-origin:
|
25227
|
+
.amis-scope .dark-Collapse.is-active .dark-Collapse-arrow:before {
|
25228
|
+
transform: rotate(135deg);
|
25229
|
+
transform-origin: 50% 30%;
|
24979
25230
|
}
|
24980
25231
|
|
24981
|
-
.amis-scope .dark-Collapse.is-
|
24982
|
-
|
24983
|
-
#dfe2e6;
|
25232
|
+
.amis-scope .dark-Collapse.is-active .dark-Collapse-icon-tranform {
|
25233
|
+
transform: rotate(90deg);
|
24984
25234
|
}
|
24985
25235
|
|
24986
|
-
.amis-scope .dark-Collapse--
|
24987
|
-
cursor:
|
25236
|
+
.amis-scope .dark-Collapse--disabled .dark-Collapse-header {
|
25237
|
+
cursor: not-allowed;
|
24988
25238
|
user-select: none;
|
25239
|
+
color: white;
|
25240
|
+
}
|
25241
|
+
|
25242
|
+
.amis-scope .dark-Collapse--disabled .dark-Collapse-header:hover {
|
25243
|
+
background-color: var(--Collapse-header-bg-disabled-color);
|
25244
|
+
}
|
25245
|
+
|
25246
|
+
.amis-scope .dark-Collapse--disabled .dark-Collapse-arrow:before {
|
25247
|
+
border-color: white;
|
24989
25248
|
}
|
24990
25249
|
|
24991
25250
|
.amis-scope .dark-Collapse--title-bottom .dark-Collapse-header {
|
24992
25251
|
text-align: center;
|
24993
|
-
color: #2296f3;
|
24994
|
-
border-left: none;
|
24995
25252
|
font-size: 0.875rem;
|
25253
|
+
border-top: none;
|
25254
|
+
border-bottom: 0.0625rem solid
|
25255
|
+
#dfe2e6;
|
24996
25256
|
}
|
24997
25257
|
|
24998
|
-
.amis-scope .dark-Collapse--title-bottom .dark-Collapse-
|
24999
|
-
top:
|
25000
|
-
transform: rotate(-45deg);
|
25001
|
-
transform-origin: 0% 50%;
|
25258
|
+
.amis-scope .dark-Collapse--title-bottom.is-collapsed .dark-Collapse-header {
|
25259
|
+
border-top: none;
|
25002
25260
|
}
|
25003
25261
|
|
25004
|
-
.amis-scope .dark-Collapse--title-bottom
|
25005
|
-
top: -0.
|
25262
|
+
.amis-scope .dark-Collapse--title-bottom .dark-Collapse-arrow:before {
|
25263
|
+
top: -0.25rem;
|
25006
25264
|
transform: rotate(135deg);
|
25007
|
-
|
25265
|
+
}
|
25266
|
+
|
25267
|
+
.amis-scope .dark-Collapse--title-bottom.is-active .dark-Collapse-arrow:before {
|
25268
|
+
top: 0;
|
25269
|
+
transform: rotate(-45deg);
|
25008
25270
|
}
|
25009
25271
|
|
25010
25272
|
.amis-scope .dark-Collapse-contentWrapper {
|
@@ -25024,6 +25286,14 @@ readers do not read off random characters that represent icons */
|
|
25024
25286
|
font-weight: 400;
|
25025
25287
|
}
|
25026
25288
|
|
25289
|
+
.amis-scope .dark-CollapseGroup .dark-Collapse:not(:last-child) {
|
25290
|
+
border-bottom: none;
|
25291
|
+
}
|
25292
|
+
|
25293
|
+
.amis-scope .dark-CollapseGroup.icon-position-right .dark-Collapse-header .dark-Collapse-arrow {
|
25294
|
+
float: right;
|
25295
|
+
}
|
25296
|
+
|
25027
25297
|
.amis-scope .dark-ColorField {
|
25028
25298
|
display: inline-block;
|
25029
25299
|
}
|
@@ -26212,6 +26482,10 @@ readers do not read off random characters that represent icons */
|
|
26212
26482
|
border-right: 0.0625rem solid #656565;
|
26213
26483
|
}
|
26214
26484
|
|
26485
|
+
.amis-scope .dark-Table-table--checkOnItemClick > tbody > tr {
|
26486
|
+
cursor: pointer;
|
26487
|
+
}
|
26488
|
+
|
26215
26489
|
.amis-scope .dark-Table-table > thead > tr > th {
|
26216
26490
|
background: #2f2f2f;
|
26217
26491
|
padding: calc(
|
@@ -27177,6 +27451,11 @@ readers do not read off random characters that represent icons */
|
|
27177
27451
|
cursor: move;
|
27178
27452
|
}
|
27179
27453
|
|
27454
|
+
.amis-scope .dark-Table-table > thead > tr > th.dark-Table-dragCell > svg,
|
27455
|
+
.amis-scope .dark-Table-table > tbody > tr > td.dark-Table-dragCell > svg {
|
27456
|
+
vertical-align: middle;
|
27457
|
+
}
|
27458
|
+
|
27180
27459
|
.amis-scope .dark-Table-table > tbody > tr > td.dark-Table-expandCell {
|
27181
27460
|
position: relative;
|
27182
27461
|
}
|
@@ -27550,6 +27829,10 @@ readers do not read off random characters that represent icons */
|
|
27550
27829
|
color: #111827;
|
27551
27830
|
}
|
27552
27831
|
|
27832
|
+
.amis-scope .dark-Table-dragBtn > svg {
|
27833
|
+
vertical-align: -2px;
|
27834
|
+
}
|
27835
|
+
|
27553
27836
|
.amis-scope .dark-Table-table > tbody > tr:hover .dark-Table-dragBtn,
|
27554
27837
|
.amis-scope .dark-Table-table > tbody > tr.is-dragging .dark-Table-dragBtn,
|
27555
27838
|
.amis-scope .dark-Table-table > tbody > tr.is-drop-allowed .dark-Table-dragBtn {
|
@@ -27567,6 +27850,28 @@ readers do not read off random characters that represent icons */
|
|
27567
27850
|
left: 0;
|
27568
27851
|
}
|
27569
27852
|
|
27853
|
+
.amis-scope .dark-Table--autoFillHeight {
|
27854
|
+
margin-bottom: 0;
|
27855
|
+
}
|
27856
|
+
|
27857
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-contentWrap > .dark-Table-content table {
|
27858
|
+
border-top: none;
|
27859
|
+
}
|
27860
|
+
|
27861
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-contentWrap > .dark-Table-content table thead {
|
27862
|
+
position: sticky;
|
27863
|
+
top: 0;
|
27864
|
+
z-index: 1;
|
27865
|
+
}
|
27866
|
+
|
27867
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-fixedTop {
|
27868
|
+
display: none;
|
27869
|
+
}
|
27870
|
+
|
27871
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-footToolbar {
|
27872
|
+
margin-bottom: 0;
|
27873
|
+
}
|
27874
|
+
|
27570
27875
|
.amis-scope .dark-InputTable-toolbar {
|
27571
27876
|
display: flex;
|
27572
27877
|
flex-direction: row;
|
@@ -28334,18 +28639,6 @@ readers do not read off random characters that represent icons */
|
|
28334
28639
|
margin-top: 0.25rem;
|
28335
28640
|
}
|
28336
28641
|
|
28337
|
-
.amis-scope .dark-Card-checkBtn {
|
28338
|
-
position: absolute;
|
28339
|
-
top: 0;
|
28340
|
-
right: 0;
|
28341
|
-
margin: 0.5rem;
|
28342
|
-
z-index: 1;
|
28343
|
-
}
|
28344
|
-
|
28345
|
-
.amis-scope .dark-Card-checkBtn .dark-Checkbox {
|
28346
|
-
margin-right: 0;
|
28347
|
-
}
|
28348
|
-
|
28349
28642
|
.amis-scope .dark-Card-dragBtn {
|
28350
28643
|
cursor: pointer;
|
28351
28644
|
float: right;
|
@@ -28353,7 +28646,8 @@ readers do not read off random characters that represent icons */
|
|
28353
28646
|
}
|
28354
28647
|
|
28355
28648
|
.amis-scope .dark-Card-heading {
|
28356
|
-
|
28649
|
+
display: flex;
|
28650
|
+
flex-direction: row;
|
28357
28651
|
padding: 0.5rem 0.75rem;
|
28358
28652
|
flex: 1 0 auto;
|
28359
28653
|
}
|
@@ -28380,17 +28674,22 @@ readers do not read off random characters that represent icons */
|
|
28380
28674
|
float: left;
|
28381
28675
|
margin-right: 0.75rem;
|
28382
28676
|
font-size: 1.25rem;
|
28383
|
-
text-transform: uppercase
|
28677
|
+
text-transform: uppercase;
|
28384
28678
|
}
|
28385
28679
|
|
28386
28680
|
.amis-scope .dark-Card-meta {
|
28387
28681
|
display: block;
|
28682
|
+
flex-grow: 1;
|
28388
28683
|
height: 100%;
|
28389
|
-
overflow: hidden;
|
28390
28684
|
position: relative;
|
28391
28685
|
margin-right: 1rem;
|
28392
28686
|
}
|
28393
28687
|
|
28688
|
+
.amis-scope .dark-Card-toolbar {
|
28689
|
+
margin-right: calc(-1 * 0.75rem);
|
28690
|
+
text-align: right;
|
28691
|
+
}
|
28692
|
+
|
28394
28693
|
.amis-scope .dark-Card-highlight {
|
28395
28694
|
background: #32d74b;
|
28396
28695
|
width: 0.5rem;
|
@@ -28636,35 +28935,140 @@ readers do not read off random characters that represent icons */
|
|
28636
28935
|
right: 0;
|
28637
28936
|
}
|
28638
28937
|
|
28639
|
-
.amis-scope .dark-Progress {
|
28938
|
+
.amis-scope .dark-Progress-line {
|
28939
|
+
display: inline-block;
|
28940
|
+
width: 100%;
|
28941
|
+
margin-right: calc(-2em + -8px);
|
28942
|
+
padding-right: calc(2em + 8px);
|
28943
|
+
}
|
28944
|
+
|
28945
|
+
.amis-scope .dark-Progress-line-inter {
|
28640
28946
|
height: 10px;
|
28641
|
-
background: #
|
28947
|
+
background-color: #d3d9e6;
|
28642
28948
|
overflow: hidden;
|
28643
28949
|
border-radius: 0.142rem;
|
28644
28950
|
}
|
28645
28951
|
|
28646
|
-
.amis-scope .dark-Progress-
|
28952
|
+
.amis-scope .dark-Progress-line-no-label {
|
28953
|
+
padding-right: 0;
|
28954
|
+
margin-right: 0;
|
28955
|
+
}
|
28956
|
+
|
28957
|
+
.amis-scope .dark-Progress-line-text {
|
28958
|
+
display: inline-block;
|
28959
|
+
width: 2em;
|
28960
|
+
margin-left: 8px;
|
28961
|
+
color: #f3f1f1;
|
28962
|
+
font-size: 0.6875rem;
|
28963
|
+
white-space: nowrap;
|
28964
|
+
text-align: left;
|
28965
|
+
word-break: normal;
|
28966
|
+
}
|
28967
|
+
|
28968
|
+
.amis-scope .dark-Progress-line-text .icon {
|
28969
|
+
font-size: 15px;
|
28970
|
+
}
|
28971
|
+
|
28972
|
+
.amis-scope .dark-Progress-line-bar {
|
28647
28973
|
float: left;
|
28648
28974
|
width: 0;
|
28649
28975
|
height: 100%;
|
28650
28976
|
font-size: 12px;
|
28651
28977
|
line-height: 10px;
|
28652
|
-
color: #fff;
|
28653
28978
|
text-align: center;
|
28654
28979
|
background: #0983ff;
|
28655
28980
|
transition: width 0s ease;
|
28656
|
-
border-radius: 0.142rem;
|
28657
28981
|
}
|
28658
28982
|
|
28659
|
-
.amis-scope .dark-Progress-bar--stripe {
|
28983
|
+
.amis-scope .dark-Progress-line-bar--stripe {
|
28660
28984
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
28661
28985
|
background-size: 2rem 2rem;
|
28662
28986
|
}
|
28663
28987
|
|
28664
|
-
.amis-scope .dark-Progress-bar--animate {
|
28988
|
+
.amis-scope .dark-Progress-line-bar--animate {
|
28989
|
+
position: relative;
|
28990
|
+
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
|
28991
|
+
}
|
28992
|
+
|
28993
|
+
.amis-scope .dark-Progress-line-bar--animate::before {
|
28994
|
+
position: absolute;
|
28995
|
+
top: 0;
|
28996
|
+
right: 0;
|
28997
|
+
bottom: 0;
|
28998
|
+
left: 0;
|
28999
|
+
background: #fff;
|
29000
|
+
border-radius: 10px;
|
29001
|
+
opacity: 0;
|
29002
|
+
animation: progress-bar-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
|
29003
|
+
content: "";
|
29004
|
+
}
|
29005
|
+
|
29006
|
+
.amis-scope .dark-Progress-line-bar--stripe-animate {
|
28665
29007
|
animation: progress-bar-stripes 1s linear infinite;
|
28666
29008
|
}
|
28667
29009
|
|
29010
|
+
.amis-scope .dark-Progress-circle {
|
29011
|
+
width: 120px;
|
29012
|
+
height: 120px;
|
29013
|
+
position: relative;
|
29014
|
+
}
|
29015
|
+
|
29016
|
+
.amis-scope .dark-Progress-circle-text {
|
29017
|
+
position: absolute;
|
29018
|
+
top: 50%;
|
29019
|
+
left: 50%;
|
29020
|
+
width: 100%;
|
29021
|
+
margin: 0;
|
29022
|
+
padding: 0;
|
29023
|
+
color: #f3f1f1;
|
29024
|
+
font-size: 1em;
|
29025
|
+
line-height: 1;
|
29026
|
+
white-space: normal;
|
29027
|
+
text-align: center;
|
29028
|
+
transform: translate(-50%, -50%);
|
29029
|
+
}
|
29030
|
+
|
29031
|
+
.amis-scope .dark-Progress-circle-text .icon {
|
29032
|
+
font-size: 1.2em;
|
29033
|
+
}
|
29034
|
+
|
29035
|
+
.amis-scope .dark-Progress-circle .bg-warning-circle-path {
|
29036
|
+
stroke: #ff9f0b;
|
29037
|
+
}
|
29038
|
+
|
29039
|
+
.amis-scope .dark-Progress-circle .bg-danger-circle-path {
|
29040
|
+
stroke: #dc3545;
|
29041
|
+
}
|
29042
|
+
|
29043
|
+
.amis-scope .dark-Progress-circle .bg-info-circle-path {
|
29044
|
+
stroke: #2296f3;
|
29045
|
+
}
|
29046
|
+
|
29047
|
+
.amis-scope .dark-Progress-circle .bg-success-circle-path {
|
29048
|
+
stroke: #32d74b;
|
29049
|
+
}
|
29050
|
+
|
29051
|
+
.amis-scope .dark-Progress-circle .bg-primary-circle-path {
|
29052
|
+
stroke: #0983ff;
|
29053
|
+
}
|
29054
|
+
|
29055
|
+
@keyframes progress-bar-active {
|
29056
|
+
0% {
|
29057
|
+
transform: translateX(-100%) scaleX(0);
|
29058
|
+
opacity: 0.1;
|
29059
|
+
}
|
29060
|
+
|
29061
|
+
20% {
|
29062
|
+
transform: translateX(-100%) scaleX(0);
|
29063
|
+
opacity: 0.5;
|
29064
|
+
}
|
29065
|
+
|
29066
|
+
100% {
|
29067
|
+
transform: translateX(0) scaleX(1);
|
29068
|
+
opacity: 0;
|
29069
|
+
}
|
29070
|
+
}
|
29071
|
+
|
28668
29072
|
@keyframes progress-bar-stripes {
|
28669
29073
|
from {
|
28670
29074
|
background-position: 2rem 0;
|
@@ -28879,7 +29283,7 @@ readers do not read off random characters that represent icons */
|
|
28879
29283
|
|
28880
29284
|
.amis-scope .dark-StatusField-label {
|
28881
29285
|
font-size: 0.75rem;
|
28882
|
-
margin-left: 0.
|
29286
|
+
margin-left: 0.25rem;
|
28883
29287
|
}
|
28884
29288
|
|
28885
29289
|
@keyframes animation-rolling_red {
|
@@ -29549,6 +29953,7 @@ readers do not read off random characters that represent icons */
|
|
29549
29953
|
font-size: 1rem;
|
29550
29954
|
}
|
29551
29955
|
|
29956
|
+
.amis-scope .dark-Image-origin:hover .dark-Image-overlay,
|
29552
29957
|
.amis-scope .dark-Image-thumbWrap:hover .dark-Image-overlay {
|
29553
29958
|
display: flex;
|
29554
29959
|
}
|
@@ -29619,6 +30024,16 @@ readers do not read off random characters that represent icons */
|
|
29619
30024
|
border-color: #2296f3;
|
29620
30025
|
}
|
29621
30026
|
|
30027
|
+
.amis-scope .dark-InputBox--borderHalf {
|
30028
|
+
border-left-color: transparent !important;
|
30029
|
+
border-right-color: transparent !important;
|
30030
|
+
border-top-color: transparent !important;
|
30031
|
+
}
|
30032
|
+
|
30033
|
+
.amis-scope .dark-InputBox--borderNone {
|
30034
|
+
border-color: transparent !important;
|
30035
|
+
}
|
30036
|
+
|
29622
30037
|
.amis-scope .dark-InputBox--inline {
|
29623
30038
|
display: inline-flex;
|
29624
30039
|
}
|
@@ -29725,6 +30140,16 @@ readers do not read off random characters that represent icons */
|
|
29725
30140
|
border-color: #2296f3;
|
29726
30141
|
}
|
29727
30142
|
|
30143
|
+
.amis-scope .dark-ResultBox--borderHalf {
|
30144
|
+
border-left-color: transparent !important;
|
30145
|
+
border-right-color: transparent !important;
|
30146
|
+
border-top-color: transparent !important;
|
30147
|
+
}
|
30148
|
+
|
30149
|
+
.amis-scope .dark-ResultBox--borderNone {
|
30150
|
+
border-color: transparent !important;
|
30151
|
+
}
|
30152
|
+
|
29728
30153
|
.amis-scope .dark-ResultBox.is-error {
|
29729
30154
|
border-color: #dc3545;
|
29730
30155
|
background: #3c3c3c;
|
@@ -30226,29 +30651,199 @@ readers do not read off random characters that represent icons */
|
|
30226
30651
|
display: none;
|
30227
30652
|
}
|
30228
30653
|
|
30229
|
-
.amis-scope .dark-Steps .dark-StepsItem.is-wait .dark-StepsItem-icon {
|
30230
|
-
background-color: #fff;
|
30231
|
-
color: #b4bbc5;
|
30232
|
-
border: 1px solid #b4bbc5;
|
30654
|
+
.amis-scope .dark-Steps .dark-StepsItem.is-wait .dark-StepsItem-icon {
|
30655
|
+
background-color: #fff;
|
30656
|
+
color: #b4bbc5;
|
30657
|
+
border: 1px solid #b4bbc5;
|
30658
|
+
}
|
30659
|
+
|
30660
|
+
.amis-scope .dark-Steps .dark-StepsItem.is-error .dark-StepsItem-icon {
|
30661
|
+
background-color: #dc3545;
|
30662
|
+
color: #fff;
|
30663
|
+
border: 1px solid #dc3545;
|
30664
|
+
}
|
30665
|
+
|
30666
|
+
.amis-scope .dark-Steps .dark-StepsItem.is-error .dark-StepsItem-title,
|
30667
|
+
.amis-scope .dark-Steps .dark-StepsItem.is-error .dark-StepsItem-subTitle,
|
30668
|
+
.amis-scope .dark-Steps .dark-StepsItem.is-error .dark-StepsItem-description {
|
30669
|
+
color: #dc3545;
|
30670
|
+
}
|
30671
|
+
|
30672
|
+
.amis-scope .dark-Steps .dark-StepsItem.is-finish .dark-StepsItem-icon,
|
30673
|
+
.amis-scope .dark-Steps .dark-StepsItem.is-process .dark-StepsItem-icon {
|
30674
|
+
background-color: #2296f3;
|
30675
|
+
color: #fff;
|
30676
|
+
border: 1px solid #2296f3;
|
30677
|
+
}
|
30678
|
+
|
30679
|
+
.amis-scope .dark-Portlet {
|
30680
|
+
border: 0.0625rem solid #656565;
|
30681
|
+
border-radius: 0.142rem;
|
30682
|
+
padding: 0.75rem;
|
30683
|
+
}
|
30684
|
+
|
30685
|
+
.amis-scope .dark-Portlet-tab.unactive-select .is-active a:first-child,
|
30686
|
+
.amis-scope .dark-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
30687
|
+
.amis-scope .dark-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
30688
|
+
border: none !important;
|
30689
|
+
color: inherit !important;
|
30690
|
+
cursor: auto !important;
|
30691
|
+
}
|
30692
|
+
|
30693
|
+
.amis-scope .dark-Portlet-tab.no-divider .dark-Tabs-links {
|
30694
|
+
border-bottom: none;
|
30695
|
+
}
|
30696
|
+
|
30697
|
+
.amis-scope .dark-Portlet .dark-Tabs-pane {
|
30698
|
+
padding: unset;
|
30699
|
+
}
|
30700
|
+
|
30701
|
+
.amis-scope .dark-Portlet-toolbar {
|
30702
|
+
display: inline-flex;
|
30703
|
+
float: right;
|
30704
|
+
justify-content: flex-end;
|
30705
|
+
}
|
30706
|
+
|
30707
|
+
.amis-scope .dark-Portlet-toolbar .dark-Button {
|
30708
|
+
margin-left: calc(0.25rem);
|
30709
|
+
}
|
30710
|
+
|
30711
|
+
.amis-scope .dark-Portlet-header-desc {
|
30712
|
+
height: 100%;
|
30713
|
+
overflow: hidden;
|
30714
|
+
position: relative;
|
30715
|
+
margin-left: 0.75rem;
|
30716
|
+
}
|
30717
|
+
|
30718
|
+
.amis-scope .dark-Portlet.no-header .dark-Portlet-tab .dark-Tabs-links {
|
30719
|
+
display: none;
|
30720
|
+
}
|
30721
|
+
|
30722
|
+
.amis-scope .u-hairline::after {
|
30723
|
+
position: absolute;
|
30724
|
+
box-sizing: border-box;
|
30725
|
+
content: " ";
|
30726
|
+
pointer-events: none;
|
30727
|
+
top: -50%;
|
30728
|
+
right: -50%;
|
30729
|
+
bottom: -50%;
|
30730
|
+
left: -50%;
|
30731
|
+
border: 0 solid #dfe2e6;
|
30732
|
+
z-index: 1;
|
30733
|
+
transform: scale(0.5);
|
30734
|
+
}
|
30735
|
+
|
30736
|
+
.amis-scope .dark-GridNav {
|
30737
|
+
display: flex;
|
30738
|
+
flex-wrap: wrap;
|
30739
|
+
}
|
30740
|
+
|
30741
|
+
.amis-scope .dark-GridNav-top {
|
30742
|
+
position: relative;
|
30743
|
+
}
|
30744
|
+
|
30745
|
+
.amis-scope .dark-GridNav-top::after {
|
30746
|
+
border-top-width: 0.0625rem;
|
30747
|
+
}
|
30748
|
+
|
30749
|
+
.amis-scope .dark-GridNavItem {
|
30750
|
+
position: relative;
|
30751
|
+
box-sizing: border-box;
|
30752
|
+
}
|
30753
|
+
|
30754
|
+
.amis-scope .dark-GridNavItem--square {
|
30755
|
+
height: 0;
|
30756
|
+
position: relative;
|
30757
|
+
}
|
30758
|
+
|
30759
|
+
.amis-scope .dark-GridNavItem-icon {
|
30760
|
+
width: var(--rv-grid-item-icon-size);
|
30761
|
+
}
|
30762
|
+
|
30763
|
+
.amis-scope .dark-GridNavItem-text {
|
30764
|
+
color: #f3f1f1;
|
30765
|
+
font-size: 0.75rem;
|
30766
|
+
line-height: 1.5;
|
30767
|
+
word-break: break-all;
|
30768
|
+
flex-shrink: 0;
|
30769
|
+
}
|
30770
|
+
|
30771
|
+
.amis-scope .dark-GridNavItem-icon + .dark-GridNavItem-text {
|
30772
|
+
margin-top: 0.5rem;
|
30773
|
+
}
|
30774
|
+
|
30775
|
+
.amis-scope .dark-GridNavItem-image {
|
30776
|
+
display: inline-block;
|
30777
|
+
}
|
30778
|
+
|
30779
|
+
.amis-scope .dark-GridNavItem-image svg,
|
30780
|
+
.amis-scope .dark-GridNavItem-image img {
|
30781
|
+
max-width: 100%;
|
30782
|
+
display: block;
|
30783
|
+
width: 60%;
|
30784
|
+
margin: 0 auto;
|
30785
|
+
}
|
30786
|
+
|
30787
|
+
.amis-scope .dark-GridNavItem-content {
|
30788
|
+
display: flex;
|
30789
|
+
flex-direction: column;
|
30790
|
+
box-sizing: border-box;
|
30791
|
+
height: 100%;
|
30792
|
+
padding: 1rem 0.5rem;
|
30793
|
+
background-color: #fff;
|
30794
|
+
position: relative;
|
30795
|
+
}
|
30796
|
+
|
30797
|
+
.amis-scope .dark-GridNavItem-content .dark-Badge-text {
|
30798
|
+
z-index: 10;
|
30799
|
+
}
|
30800
|
+
|
30801
|
+
.amis-scope .dark-GridNavItem-content--border::after {
|
30802
|
+
border-width: 0 0.0625rem 0.0625rem 0;
|
30803
|
+
}
|
30804
|
+
|
30805
|
+
.amis-scope .dark-GridNavItem-content--square {
|
30806
|
+
position: absolute;
|
30807
|
+
top: 0;
|
30808
|
+
right: 0;
|
30809
|
+
left: 0;
|
30810
|
+
}
|
30811
|
+
|
30812
|
+
.amis-scope .dark-GridNavItem-content--center {
|
30813
|
+
align-items: center;
|
30814
|
+
justify-content: center;
|
30815
|
+
}
|
30816
|
+
|
30817
|
+
.amis-scope .dark-GridNavItem-content--horizontal {
|
30818
|
+
flex-direction: row;
|
30819
|
+
}
|
30820
|
+
|
30821
|
+
.amis-scope .dark-GridNavItem-content--horizontal .dark-GridNavItem-text {
|
30822
|
+
margin: 0 0 0 0.5rem;
|
30823
|
+
}
|
30824
|
+
|
30825
|
+
.amis-scope .dark-GridNavItem-content--reverse {
|
30826
|
+
flex-direction: column-reverse;
|
30827
|
+
}
|
30828
|
+
|
30829
|
+
.amis-scope .dark-GridNavItem-content--reverse .dark-GridNavItem-text {
|
30830
|
+
margin: 0 0 0.5rem;
|
30831
|
+
}
|
30832
|
+
|
30833
|
+
.amis-scope .dark-GridNavItem-content--horizontal .dark-GridNavItem-content--reverse {
|
30834
|
+
flex-direction: row-reverse;
|
30233
30835
|
}
|
30234
30836
|
|
30235
|
-
.amis-scope .dark-
|
30236
|
-
|
30237
|
-
color: #fff;
|
30238
|
-
border: 1px solid #dc3545;
|
30837
|
+
.amis-scope .dark-GridNavItem-content--horizontal .dark-GridNavItem-content--reverse .dark-GridNavItem-text {
|
30838
|
+
margin: 0 0.5rem 0 0;
|
30239
30839
|
}
|
30240
30840
|
|
30241
|
-
.amis-scope .dark-
|
30242
|
-
|
30243
|
-
.amis-scope .dark-Steps .dark-StepsItem.is-error .dark-StepsItem-description {
|
30244
|
-
color: #dc3545;
|
30841
|
+
.amis-scope .dark-GridNavItem-content--surround::after {
|
30842
|
+
border-width: 0.0625rem;
|
30245
30843
|
}
|
30246
30844
|
|
30247
|
-
.amis-scope .dark-
|
30248
|
-
|
30249
|
-
background-color: #2296f3;
|
30250
|
-
color: #fff;
|
30251
|
-
border: 1px solid #2296f3;
|
30845
|
+
.amis-scope .dark-GridNavItem-content--clickable {
|
30846
|
+
cursor: pointer;
|
30252
30847
|
}
|
30253
30848
|
|
30254
30849
|
.amis-scope fieldset.dark-Collapse--lg,
|
@@ -30299,6 +30894,10 @@ readers do not read off random characters that represent icons */
|
|
30299
30894
|
position: relative;
|
30300
30895
|
}
|
30301
30896
|
|
30897
|
+
.amis-scope fieldset.dark-Collapse {
|
30898
|
+
margin-bottom: 0.75rem;
|
30899
|
+
}
|
30900
|
+
|
30302
30901
|
.amis-scope fieldset.dark-Collapse > legend {
|
30303
30902
|
font-weight: 400;
|
30304
30903
|
padding: 0.25rem 0;
|
@@ -30309,11 +30908,16 @@ readers do not read off random characters that represent icons */
|
|
30309
30908
|
margin: 0.75rem 0;
|
30310
30909
|
padding: 0 0 0 14px;
|
30311
30910
|
cursor: pointer;
|
30312
|
-
border-bottom:
|
30911
|
+
border-bottom: none !important;
|
30912
|
+
background: transparent;
|
30313
30913
|
display: flex;
|
30314
30914
|
flex-direction: row;
|
30315
30915
|
}
|
30316
30916
|
|
30917
|
+
.amis-scope fieldset.dark-Collapse > legend:hover {
|
30918
|
+
background: transparent;
|
30919
|
+
}
|
30920
|
+
|
30317
30921
|
.amis-scope fieldset.dark-Collapse--xs {
|
30318
30922
|
padding: 20px 5px 5px 5px;
|
30319
30923
|
}
|
@@ -31435,7 +32039,7 @@ readers do not read off random characters that represent icons */
|
|
31435
32039
|
color: #999;
|
31436
32040
|
}
|
31437
32041
|
|
31438
|
-
.amis-scope .dark-
|
32042
|
+
.amis-scope .dark-Selection > .dark-Checkbox {
|
31439
32043
|
display: block;
|
31440
32044
|
height: 1.875rem;
|
31441
32045
|
line-height: 1.4285714286;
|
@@ -31443,43 +32047,36 @@ readers do not read off random characters that represent icons */
|
|
31443
32047
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
|
31444
32048
|
}
|
31445
32049
|
|
31446
|
-
.amis-scope .dark-
|
32050
|
+
.amis-scope .dark-Selection--inline > .dark-Checkbox {
|
31447
32051
|
display: inline-block;
|
31448
32052
|
}
|
31449
32053
|
|
31450
|
-
.amis-scope .dark-
|
32054
|
+
.amis-scope .dark-Selection-addBtn {
|
31451
32055
|
display: block;
|
31452
32056
|
cursor: pointer;
|
31453
32057
|
}
|
31454
32058
|
|
31455
|
-
.amis-scope .dark-
|
32059
|
+
.amis-scope .dark-Selection-addBtn:hover {
|
31456
32060
|
text-decoration: none;
|
31457
32061
|
}
|
31458
32062
|
|
31459
|
-
.amis-scope .dark-
|
32063
|
+
.amis-scope .dark-Selection-addBtn > svg {
|
31460
32064
|
width: 0.875rem;
|
31461
32065
|
height: 0.875rem;
|
31462
32066
|
margin-right: 0.25rem;
|
31463
32067
|
}
|
31464
32068
|
|
31465
|
-
.amis-scope .dark-
|
31466
|
-
.amis-scope .dark-ListCheckboxes-group:not(:first-child) > .dark-ListRadios-itemLabel,
|
31467
|
-
.amis-scope .dark-ListRadios-group:not(:first-child) > .dark-ListCheckboxes-itemLabel,
|
31468
|
-
.amis-scope .dark-ListRadios-group:not(:first-child) > .dark-ListRadios-itemLabel {
|
32069
|
+
.amis-scope .dark-GroupedSelection-group:not(:first-child) > .dark-GroupedSelection-itemLabel {
|
31469
32070
|
border-top: 0.0625rem solid #dfe2e6;
|
31470
32071
|
}
|
31471
32072
|
|
31472
|
-
.amis-scope .dark-
|
31473
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListRadios-itemLabel,
|
31474
|
-
.amis-scope .dark-ListRadios-group > .dark-ListCheckboxes-itemLabel,
|
31475
|
-
.amis-scope .dark-ListRadios-group > .dark-ListRadios-itemLabel {
|
32073
|
+
.amis-scope .dark-GroupedSelection-group > .dark-GroupedSelection-itemLabel {
|
31476
32074
|
font-size: 0.75rem;
|
31477
32075
|
padding: 0.25rem 0.25rem;
|
31478
32076
|
color: white;
|
31479
32077
|
}
|
31480
32078
|
|
31481
|
-
.amis-scope .dark-
|
31482
|
-
.amis-scope .dark-ListRadios-item {
|
32079
|
+
.amis-scope .dark-GroupedSelection-item {
|
31483
32080
|
display: flex;
|
31484
32081
|
height: 1.875rem;
|
31485
32082
|
line-height: 1.4285714286;
|
@@ -31490,51 +32087,37 @@ readers do not read off random characters that represent icons */
|
|
31490
32087
|
user-select: none;
|
31491
32088
|
}
|
31492
32089
|
|
31493
|
-
.amis-scope .dark-
|
31494
|
-
.amis-scope .dark-ListRadios-item > .dark-Checkbox {
|
32090
|
+
.amis-scope .dark-GroupedSelection-item > .dark-Checkbox {
|
31495
32091
|
margin-right: 0;
|
31496
32092
|
}
|
31497
32093
|
|
31498
|
-
.amis-scope .dark-
|
31499
|
-
.amis-scope .dark-ListRadios-item.is-active {
|
32094
|
+
.amis-scope .dark-GroupedSelection-item.is-active {
|
31500
32095
|
color: #2296f3;
|
31501
32096
|
background: transparent;
|
31502
32097
|
}
|
31503
32098
|
|
31504
|
-
.amis-scope .dark-
|
31505
|
-
.amis-scope .dark-ListRadios-item:hover {
|
32099
|
+
.amis-scope .dark-GroupedSelection-item:hover {
|
31506
32100
|
background: rgba(0, 126, 255, 0.08);
|
31507
32101
|
}
|
31508
32102
|
|
31509
|
-
.amis-scope .dark-
|
31510
|
-
.amis-scope .dark-ListRadios-item.is-disabled {
|
32103
|
+
.amis-scope .dark-GroupedSelection-item.is-disabled {
|
31511
32104
|
pointer-events: none;
|
31512
32105
|
color: white;
|
31513
32106
|
}
|
31514
32107
|
|
31515
|
-
.amis-scope .dark-
|
31516
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListCheckboxes-items > .dark-ListRadios-item,
|
31517
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListRadios-items > .dark-ListCheckboxes-item,
|
31518
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListRadios-items > .dark-ListRadios-item,
|
31519
|
-
.amis-scope .dark-ListRadios-group > .dark-ListCheckboxes-items > .dark-ListCheckboxes-item,
|
31520
|
-
.amis-scope .dark-ListRadios-group > .dark-ListCheckboxes-items > .dark-ListRadios-item,
|
31521
|
-
.amis-scope .dark-ListRadios-group > .dark-ListRadios-items > .dark-ListCheckboxes-item,
|
31522
|
-
.amis-scope .dark-ListRadios-group > .dark-ListRadios-items > .dark-ListRadios-item {
|
32108
|
+
.amis-scope .dark-GroupedSelection-group > .dark-GroupedSelection-items > .dark-GroupedSelection-item {
|
31523
32109
|
padding-left: 0.75rem;
|
31524
32110
|
}
|
31525
32111
|
|
31526
|
-
.amis-scope .dark-
|
31527
|
-
.amis-scope .dark-ListRadios-itemLabel {
|
32112
|
+
.amis-scope .dark-GroupedSelection-itemLabel {
|
31528
32113
|
flex-grow: 1;
|
31529
32114
|
}
|
31530
32115
|
|
31531
|
-
.amis-scope .dark-
|
31532
|
-
.amis-scope .dark-ListRadios-itemLabel span {
|
32116
|
+
.amis-scope .dark-GroupedSelection-itemLabel span {
|
31533
32117
|
white-space: nowrap;
|
31534
32118
|
}
|
31535
32119
|
|
31536
|
-
.amis-scope .dark-
|
31537
|
-
.amis-scope .dark-ListRadios-placeholder {
|
32120
|
+
.amis-scope .dark-GroupedSelection-placeholder {
|
31538
32121
|
height: 1.875rem;
|
31539
32122
|
line-height: 1.4285714286;
|
31540
32123
|
font-size: 0.875rem;
|
@@ -31542,52 +32125,54 @@ readers do not read off random characters that represent icons */
|
|
31542
32125
|
color: white;
|
31543
32126
|
}
|
31544
32127
|
|
31545
|
-
.amis-scope .dark-
|
32128
|
+
.amis-scope .dark-TableSelection .dark-Table-content {
|
31546
32129
|
border-top: 0.0625rem solid #656565;
|
31547
32130
|
}
|
31548
32131
|
|
31549
|
-
.amis-scope .dark-
|
31550
|
-
.amis-scope .dark-
|
32132
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th,
|
32133
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr > td {
|
31551
32134
|
font-size: 0.75rem;
|
31552
32135
|
padding-top: 0.25rem;
|
31553
32136
|
padding-bottom: 0.375rem;
|
31554
32137
|
vertical-align: middle;
|
31555
32138
|
}
|
31556
32139
|
|
31557
|
-
.amis-scope .dark-
|
32140
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th {
|
31558
32141
|
padding-top: 0.375rem;
|
31559
32142
|
}
|
31560
32143
|
|
31561
|
-
.amis-scope .dark-
|
31562
|
-
.amis-scope .dark-
|
32144
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th:first-child,
|
32145
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr > td:first-child {
|
31563
32146
|
padding-left: 0.625rem;
|
31564
32147
|
padding-right: 0;
|
31565
32148
|
}
|
31566
32149
|
|
31567
|
-
.amis-scope .dark-
|
31568
|
-
.amis-scope .dark-
|
32150
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th:last-child,
|
32151
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr > td:last-child {
|
31569
32152
|
padding-right: 1rem;
|
31570
32153
|
}
|
31571
32154
|
|
31572
|
-
.amis-scope .dark-
|
32155
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr {
|
31573
32156
|
cursor: pointer;
|
31574
32157
|
}
|
31575
32158
|
|
31576
|
-
.amis-scope .dark-
|
31577
|
-
|
32159
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr.is-active {
|
32160
|
+
color: #2296f3;
|
32161
|
+
background: transparent;
|
32162
|
+
}
|
32163
|
+
|
32164
|
+
.amis-scope .dark-TreeSelection .dark-Table-expandBtn {
|
31578
32165
|
color: #4b5563;
|
31579
32166
|
margin-right: 5px;
|
31580
32167
|
}
|
31581
32168
|
|
31582
|
-
.amis-scope .dark-
|
31583
|
-
.amis-scope .dark-TreeRadios-sublist {
|
32169
|
+
.amis-scope .dark-TreeSelection-sublist {
|
31584
32170
|
position: relative;
|
31585
32171
|
margin: 0 0 0 2.1875rem;
|
31586
32172
|
display: none;
|
31587
32173
|
}
|
31588
32174
|
|
31589
|
-
.amis-scope .dark-
|
31590
|
-
.amis-scope .dark-TreeRadios-sublist:before {
|
32175
|
+
.amis-scope .dark-TreeSelection-sublist:before {
|
31591
32176
|
width: 1px;
|
31592
32177
|
content: "";
|
31593
32178
|
display: block;
|
@@ -31598,29 +32183,19 @@ readers do not read off random characters that represent icons */
|
|
31598
32183
|
border-left: dashed 1px #4b5563;
|
31599
32184
|
}
|
31600
32185
|
|
31601
|
-
.amis-scope .dark-
|
31602
|
-
.amis-scope .dark-TreeRadios-item {
|
32186
|
+
.amis-scope .dark-TreeSelection-item {
|
31603
32187
|
position: relative;
|
31604
32188
|
}
|
31605
32189
|
|
31606
|
-
.amis-scope .dark-
|
31607
|
-
.amis-scope .dark-TreeCheckboxes-item.is-expanded > .dark-TreeRadios-sublist,
|
31608
|
-
.amis-scope .dark-TreeRadios-item.is-expanded > .dark-TreeCheckboxes-sublist,
|
31609
|
-
.amis-scope .dark-TreeRadios-item.is-expanded > .dark-TreeRadios-sublist {
|
32190
|
+
.amis-scope .dark-TreeSelection-item.is-expanded > .dark-TreeSelection-sublist {
|
31610
32191
|
display: block;
|
31611
32192
|
}
|
31612
32193
|
|
31613
|
-
.amis-scope .dark-
|
31614
|
-
.amis-scope .dark-TreeCheckboxes-item:not(:last-child) > .dark-TreeRadios-sublist:before,
|
31615
|
-
.amis-scope .dark-TreeRadios-item:not(:last-child) > .dark-TreeCheckboxes-sublist:before,
|
31616
|
-
.amis-scope .dark-TreeRadios-item:not(:last-child) > .dark-TreeRadios-sublist:before {
|
32194
|
+
.amis-scope .dark-TreeSelection-item:not(:last-child) > .dark-TreeSelection-sublist:before {
|
31617
32195
|
bottom: 0;
|
31618
32196
|
}
|
31619
32197
|
|
31620
|
-
.amis-scope .dark-
|
31621
|
-
.amis-scope .dark-TreeCheckboxes-sublist .dark-TreeRadios-item:before,
|
31622
|
-
.amis-scope .dark-TreeRadios-sublist .dark-TreeCheckboxes-item:before,
|
31623
|
-
.amis-scope .dark-TreeRadios-sublist .dark-TreeRadios-item:before {
|
32198
|
+
.amis-scope .dark-TreeSelection-sublist .dark-TreeSelection-item:before {
|
31624
32199
|
height: 1px;
|
31625
32200
|
content: "";
|
31626
32201
|
display: block;
|
@@ -31631,8 +32206,7 @@ readers do not read off random characters that represent icons */
|
|
31631
32206
|
border-top: dashed 1px #4b5563;
|
31632
32207
|
}
|
31633
32208
|
|
31634
|
-
.amis-scope .dark-
|
31635
|
-
.amis-scope .dark-TreeRadios-itemInner {
|
32209
|
+
.amis-scope .dark-TreeSelection-itemInner {
|
31636
32210
|
display: flex;
|
31637
32211
|
align-items: center;
|
31638
32212
|
height: 1.875rem;
|
@@ -31645,20 +32219,17 @@ readers do not read off random characters that represent icons */
|
|
31645
32219
|
position: relative;
|
31646
32220
|
}
|
31647
32221
|
|
31648
|
-
.amis-scope .dark-
|
31649
|
-
.amis-scope .dark-TreeRadios-itemInner > .dark-Checkbox {
|
32222
|
+
.amis-scope .dark-TreeSelection-itemInner > .dark-Checkbox {
|
31650
32223
|
margin-right: 0;
|
31651
32224
|
margin-left: 0.5rem;
|
31652
32225
|
}
|
31653
32226
|
|
31654
|
-
.amis-scope .dark-
|
31655
|
-
.amis-scope .dark-TreeRadios-itemInner > * {
|
32227
|
+
.amis-scope .dark-TreeSelection-itemInner > * {
|
31656
32228
|
position: relative;
|
31657
32229
|
z-index: 2;
|
31658
32230
|
}
|
31659
32231
|
|
31660
|
-
.amis-scope .dark-
|
31661
|
-
.amis-scope .dark-TreeRadios-itemInner:hover:after {
|
32232
|
+
.amis-scope .dark-TreeSelection-itemInner:hover:after {
|
31662
32233
|
position: absolute;
|
31663
32234
|
content: "";
|
31664
32235
|
z-index: 1;
|
@@ -31669,24 +32240,20 @@ readers do not read off random characters that represent icons */
|
|
31669
32240
|
background: rgba(0, 126, 255, 0.08);
|
31670
32241
|
}
|
31671
32242
|
|
31672
|
-
.amis-scope .dark-
|
31673
|
-
.amis-scope .dark-TreeRadios-itemInner.is-active {
|
32243
|
+
.amis-scope .dark-TreeSelection-itemInner.is-active {
|
31674
32244
|
color: #2296f3;
|
31675
32245
|
}
|
31676
32246
|
|
31677
|
-
.amis-scope .dark-
|
31678
|
-
.amis-scope .dark-TreeRadios-itemInner.is-disabled {
|
32247
|
+
.amis-scope .dark-TreeSelection-itemInner.is-disabled {
|
31679
32248
|
pointer-events: none;
|
31680
32249
|
color: white;
|
31681
32250
|
}
|
31682
32251
|
|
31683
|
-
.amis-scope .dark-
|
31684
|
-
.amis-scope .dark-TreeRadios-itemLabel {
|
32252
|
+
.amis-scope .dark-TreeSelection-itemLabel {
|
31685
32253
|
flex-grow: 1;
|
31686
32254
|
}
|
31687
32255
|
|
31688
|
-
.amis-scope .dark-
|
31689
|
-
.amis-scope .dark-TreeRadios-placeholder {
|
32256
|
+
.amis-scope .dark-TreeSelection-placeholder {
|
31690
32257
|
height: 1.875rem;
|
31691
32258
|
line-height: 1.4285714286;
|
31692
32259
|
font-size: 0.875rem;
|
@@ -31694,27 +32261,27 @@ readers do not read off random characters that represent icons */
|
|
31694
32261
|
color: white;
|
31695
32262
|
}
|
31696
32263
|
|
31697
|
-
.amis-scope .dark-
|
32264
|
+
.amis-scope .dark-ChainedSelection {
|
31698
32265
|
display: flex;
|
31699
32266
|
flex-direction: row;
|
31700
32267
|
}
|
31701
32268
|
|
31702
|
-
.amis-scope .dark-
|
32269
|
+
.amis-scope .dark-ChainedSelection-col {
|
31703
32270
|
flex-grow: 1;
|
31704
32271
|
min-width: 150px;
|
31705
32272
|
}
|
31706
32273
|
|
31707
|
-
.amis-scope .dark-
|
32274
|
+
.amis-scope .dark-ChainedSelection-col:not(:last-child) {
|
31708
32275
|
border-right: 1px solid #656565;
|
31709
32276
|
}
|
31710
32277
|
|
31711
|
-
.amis-scope .dark-
|
32278
|
+
.amis-scope .dark-ChainedSelection-subTitle {
|
31712
32279
|
font-size: 0.75rem;
|
31713
32280
|
padding: 0.25rem 0.25rem;
|
31714
32281
|
color: white;
|
31715
32282
|
}
|
31716
32283
|
|
31717
|
-
.amis-scope .dark-
|
32284
|
+
.amis-scope .dark-ChainedSelection-item {
|
31718
32285
|
display: flex;
|
31719
32286
|
height: 1.875rem;
|
31720
32287
|
line-height: 1.4285714286;
|
@@ -31725,29 +32292,29 @@ readers do not read off random characters that represent icons */
|
|
31725
32292
|
user-select: none;
|
31726
32293
|
}
|
31727
32294
|
|
31728
|
-
.amis-scope .dark-
|
32295
|
+
.amis-scope .dark-ChainedSelection-item > .dark-Checkbox {
|
31729
32296
|
margin-right: 0;
|
31730
32297
|
}
|
31731
32298
|
|
31732
|
-
.amis-scope .dark-
|
32299
|
+
.amis-scope .dark-ChainedSelection-item.is-active {
|
31733
32300
|
color: #2296f3;
|
31734
32301
|
background: transparent;
|
31735
32302
|
}
|
31736
32303
|
|
31737
|
-
.amis-scope .dark-
|
32304
|
+
.amis-scope .dark-ChainedSelection-item:hover {
|
31738
32305
|
background: rgba(0, 126, 255, 0.08);
|
31739
32306
|
}
|
31740
32307
|
|
31741
|
-
.amis-scope .dark-
|
32308
|
+
.amis-scope .dark-ChainedSelection-item.is-disabled {
|
31742
32309
|
pointer-events: none;
|
31743
32310
|
color: white;
|
31744
32311
|
}
|
31745
32312
|
|
31746
|
-
.amis-scope .dark-
|
32313
|
+
.amis-scope .dark-ChainedSelection-itemLabel {
|
31747
32314
|
flex-grow: 1;
|
31748
32315
|
}
|
31749
32316
|
|
31750
|
-
.amis-scope .dark-
|
32317
|
+
.amis-scope .dark-ChainedSelection-placeholder {
|
31751
32318
|
height: 1.875rem;
|
31752
32319
|
line-height: 1.4285714286;
|
31753
32320
|
font-size: 0.875rem;
|
@@ -31755,34 +32322,35 @@ readers do not read off random characters that represent icons */
|
|
31755
32322
|
color: white;
|
31756
32323
|
}
|
31757
32324
|
|
31758
|
-
.amis-scope .dark-
|
32325
|
+
.amis-scope .dark-AssociatedSelection {
|
31759
32326
|
display: flex;
|
31760
32327
|
flex-direction: row;
|
31761
32328
|
}
|
31762
32329
|
|
31763
|
-
.amis-scope .dark-
|
31764
|
-
.amis-scope .dark-
|
32330
|
+
.amis-scope .dark-AssociatedSelection-left,
|
32331
|
+
.amis-scope .dark-AssociatedSelection-right {
|
31765
32332
|
flex-grow: 1;
|
31766
32333
|
width: 0;
|
31767
|
-
height:
|
32334
|
+
min-height: 12.5rem;
|
32335
|
+
max-height: 25rem;
|
31768
32336
|
overflow: auto;
|
31769
32337
|
}
|
31770
32338
|
|
31771
|
-
.amis-scope .dark-
|
32339
|
+
.amis-scope .dark-AssociatedSelection-left {
|
31772
32340
|
border-right: 1px solid #656565;
|
31773
32341
|
}
|
31774
32342
|
|
31775
|
-
.amis-scope .dark-
|
32343
|
+
.amis-scope .dark-AssociatedSelection-reload {
|
31776
32344
|
text-align: center;
|
31777
32345
|
color: #2296f3;
|
31778
32346
|
margin: 20px 0 0;
|
31779
32347
|
}
|
31780
32348
|
|
31781
|
-
.amis-scope .dark-
|
32349
|
+
.amis-scope .dark-AssociatedSelection-reload.is-clickable {
|
31782
32350
|
cursor: pointer;
|
31783
32351
|
}
|
31784
32352
|
|
31785
|
-
.amis-scope .dark-
|
32353
|
+
.amis-scope .dark-AssociatedSelection-box {
|
31786
32354
|
line-height: 1.4285714286;
|
31787
32355
|
font-size: 0.75rem;
|
31788
32356
|
color: white;
|
@@ -31794,7 +32362,7 @@ readers do not read off random characters that represent icons */
|
|
31794
32362
|
height: 100%;
|
31795
32363
|
}
|
31796
32364
|
|
31797
|
-
.amis-scope .dark-
|
32365
|
+
.amis-scope .dark-AssociatedSelection-box > p {
|
31798
32366
|
text-align: center;
|
31799
32367
|
margin: 10px 0 20px;
|
31800
32368
|
color: white;
|
@@ -32858,7 +33426,7 @@ readers do not read off random characters that represent icons */
|
|
32858
33426
|
.amis-scope .dark-ColorPicker-preview {
|
32859
33427
|
display: flex;
|
32860
33428
|
align-items: center;
|
32861
|
-
margin-
|
33429
|
+
margin-right: 0.5rem;
|
32862
33430
|
cursor: pointer;
|
32863
33431
|
}
|
32864
33432
|
|
@@ -32891,14 +33459,42 @@ readers do not read off random characters that represent icons */
|
|
32891
33459
|
fill: #1f2329;
|
32892
33460
|
}
|
32893
33461
|
|
33462
|
+
.amis-scope .dark-ColorPicker-arrow {
|
33463
|
+
margin-right: 0.25rem;
|
33464
|
+
width: 1rem;
|
33465
|
+
text-align: center;
|
33466
|
+
display: flex;
|
33467
|
+
align-items: center;
|
33468
|
+
justify-content: center;
|
33469
|
+
line-height: 1;
|
33470
|
+
}
|
33471
|
+
|
33472
|
+
.amis-scope .dark-ColorPicker-arrow > svg {
|
33473
|
+
transition: transform 0s;
|
33474
|
+
display: inline-block;
|
33475
|
+
color: #4b5563;
|
33476
|
+
width: 10px;
|
33477
|
+
height: 10px;
|
33478
|
+
top: 0;
|
33479
|
+
}
|
33480
|
+
|
33481
|
+
.amis-scope .dark-ColorPicker.is-opened .dark-ColorPicker-arrow > svg {
|
33482
|
+
transform: rotate(180deg);
|
33483
|
+
}
|
33484
|
+
|
33485
|
+
.amis-scope .dark-ColorPicker-popover {
|
33486
|
+
border: none;
|
33487
|
+
box-shadow: none;
|
33488
|
+
}
|
33489
|
+
|
32894
33490
|
.amis-scope .dark-ColorControl:not(.is-inline) > .dark-ColorPicker {
|
32895
33491
|
display: flex;
|
32896
33492
|
}
|
32897
33493
|
|
32898
33494
|
.amis-scope .sketch-picker {
|
32899
|
-
box-shadow: none !important;
|
32900
|
-
border-radius: 0 !important;
|
32901
33495
|
border: none !important;
|
33496
|
+
border-radius: 0.142rem !important;
|
33497
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
|
32902
33498
|
}
|
32903
33499
|
|
32904
33500
|
.amis-scope .dark-DatePicker {
|
@@ -33866,6 +34462,22 @@ readers do not read off random characters that represent icons */
|
|
33866
34462
|
height: 100%;
|
33867
34463
|
}
|
33868
34464
|
|
34465
|
+
.amis-scope .dark-FileControl-templateInfo {
|
34466
|
+
display: block;
|
34467
|
+
margin-bottom: 0.75rem;
|
34468
|
+
padding: calc(
|
34469
|
+
(
|
34470
|
+
1.875rem - 0.0625rem * 2 -
|
34471
|
+
1.4285714286 * 0.875rem
|
34472
|
+
) / 2
|
34473
|
+
) 0.75rem;
|
34474
|
+
cursor: pointer;
|
34475
|
+
}
|
34476
|
+
|
34477
|
+
.amis-scope .dark-FileControl-templateInfo > svg {
|
34478
|
+
margin-right: 0.25rem;
|
34479
|
+
}
|
34480
|
+
|
33869
34481
|
.amis-scope .dark-FileControl-dropzone {
|
33870
34482
|
outline: none;
|
33871
34483
|
}
|
@@ -34555,6 +35167,10 @@ readers do not read off random characters that represent icons */
|
|
34555
35167
|
pointer-events: none;
|
34556
35168
|
}
|
34557
35169
|
|
35170
|
+
.amis-scope .dark-Tree.is-draggable {
|
35171
|
+
position: relative;
|
35172
|
+
}
|
35173
|
+
|
34558
35174
|
.amis-scope .dark-Tree--outline .dark-Tree-sublist .dark-Tree-item--isLeaf:before {
|
34559
35175
|
position: absolute;
|
34560
35176
|
top: -8px;
|
@@ -34595,6 +35211,10 @@ readers do not read off random characters that represent icons */
|
|
34595
35211
|
left: -99999px;
|
34596
35212
|
}
|
34597
35213
|
|
35214
|
+
.amis-scope .dark-Tree.is-draggable .dark-Tree-itemLabel:hover::after {
|
35215
|
+
display: none;
|
35216
|
+
}
|
35217
|
+
|
34598
35218
|
.amis-scope .dark-Tree-item-icons {
|
34599
35219
|
visibility: hidden;
|
34600
35220
|
transition: visibility 0s ease;
|
@@ -34708,6 +35328,11 @@ readers do not read off random characters that represent icons */
|
|
34708
35328
|
width: calc(0.75rem + 0.25rem);
|
34709
35329
|
}
|
34710
35330
|
|
35331
|
+
.amis-scope .dark-Tree-itemDrager {
|
35332
|
+
cursor: move;
|
35333
|
+
color: #4b5563;
|
35334
|
+
}
|
35335
|
+
|
34711
35336
|
.amis-scope .dark-Tree-spinner {
|
34712
35337
|
margin-right: 0.25rem;
|
34713
35338
|
}
|
@@ -34754,6 +35379,35 @@ readers do not read off random characters that represent icons */
|
|
34754
35379
|
color: white;
|
34755
35380
|
}
|
34756
35381
|
|
35382
|
+
.amis-scope .dark-Tree-dropIndicator {
|
35383
|
+
position: absolute;
|
35384
|
+
height: 0.125rem;
|
35385
|
+
background-color: #f3f1f1;
|
35386
|
+
border-radius: 0.0625rem;
|
35387
|
+
z-index: 1;
|
35388
|
+
}
|
35389
|
+
|
35390
|
+
.amis-scope .dark-Tree-dropIndicator::after {
|
35391
|
+
position: absolute;
|
35392
|
+
top: -0.1875rem;
|
35393
|
+
left: -0.375rem;
|
35394
|
+
width: 0.5rem;
|
35395
|
+
height: 0.5rem;
|
35396
|
+
background-color: transparent;
|
35397
|
+
border: 0.125rem solid #f3f1f1;
|
35398
|
+
border-radius: 50%;
|
35399
|
+
content: "";
|
35400
|
+
}
|
35401
|
+
|
35402
|
+
.amis-scope .dark-Tree-dropIndicator--hover {
|
35403
|
+
border-radius: 0;
|
35404
|
+
background-color: rgba(0, 126, 255, 0.08);
|
35405
|
+
}
|
35406
|
+
|
35407
|
+
.amis-scope .dark-Tree-dropIndicator--hover::after {
|
35408
|
+
display: none;
|
35409
|
+
}
|
35410
|
+
|
34757
35411
|
.amis-scope .dark-TreeSelectControl {
|
34758
35412
|
position: relative;
|
34759
35413
|
}
|
@@ -35111,6 +35765,8 @@ readers do not read off random characters that represent icons */
|
|
35111
35765
|
0.875rem
|
35112
35766
|
) / 2
|
35113
35767
|
) 0.375rem 0 0;
|
35768
|
+
display: flex;
|
35769
|
+
align-items: center;
|
35114
35770
|
}
|
35115
35771
|
|
35116
35772
|
.amis-scope .dark-Combo--ver:not(.dark-Combo--noBorder)::before,
|
@@ -35177,6 +35833,8 @@ readers do not read off random characters that represent icons */
|
|
35177
35833
|
) / 2
|
35178
35834
|
);
|
35179
35835
|
left: -1.875rem;
|
35836
|
+
display: flex;
|
35837
|
+
align-items: center;
|
35180
35838
|
}
|
35181
35839
|
|
35182
35840
|
.amis-scope .dark-Combo--ver:not(.dark-Combo--noBorder).is-draggable > .dark-Combo-items > .dark-Combo-item {
|
@@ -35818,19 +36476,19 @@ readers do not read off random characters that represent icons */
|
|
35818
36476
|
border-radius: 0.142rem;
|
35819
36477
|
}
|
35820
36478
|
|
35821
|
-
.amis-scope .dark-Transfer-select > .dark-Transfer-
|
35822
|
-
.amis-scope .dark-Transfer-result > .dark-Transfer-
|
36479
|
+
.amis-scope .dark-Transfer-select > .dark-Transfer-selection,
|
36480
|
+
.amis-scope .dark-Transfer-result > .dark-Transfer-value {
|
35823
36481
|
flex-grow: 1;
|
35824
36482
|
max-height: 100%;
|
35825
36483
|
overflow: auto;
|
35826
36484
|
position: relative;
|
35827
36485
|
}
|
35828
36486
|
|
35829
|
-
.amis-scope .dark-Transfer-search + .dark-Transfer-
|
36487
|
+
.amis-scope .dark-Transfer-search + .dark-Transfer-selection {
|
35830
36488
|
border-top: 1px solid #656565;
|
35831
36489
|
}
|
35832
36490
|
|
35833
|
-
.amis-scope .dark-Transfer-
|
36491
|
+
.amis-scope .dark-Transfer-selection .dark-ListSelection-placeholder {
|
35834
36492
|
height: 100%;
|
35835
36493
|
display: flex;
|
35836
36494
|
align-items: center;
|
@@ -35878,13 +36536,30 @@ readers do not read off random characters that represent icons */
|
|
35878
36536
|
color: white;
|
35879
36537
|
}
|
35880
36538
|
|
35881
|
-
.amis-scope .dark-Transfer-
|
36539
|
+
.amis-scope .dark-TabsTransfer .dark-Transfer-title {
|
36540
|
+
height: 40px;
|
36541
|
+
}
|
36542
|
+
|
36543
|
+
.amis-scope .dark-TabsTransfer-placeholder {
|
36544
|
+
height: 1.875rem;
|
36545
|
+
line-height: 1.4285714286;
|
36546
|
+
font-size: 0.875rem;
|
36547
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
36548
|
+
color: white;
|
36549
|
+
}
|
36550
|
+
|
36551
|
+
.amis-scope .dark-TabsTransfer-tab {
|
36552
|
+
padding: 0;
|
36553
|
+
overflow: auto;
|
36554
|
+
}
|
36555
|
+
|
36556
|
+
.amis-scope .dark-TabsTransfer-tabs {
|
35882
36557
|
display: flex;
|
35883
36558
|
flex-direction: column;
|
35884
36559
|
height: 100%;
|
35885
36560
|
}
|
35886
36561
|
|
35887
|
-
.amis-scope .dark-
|
36562
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links {
|
35888
36563
|
border-top: 0 none;
|
35889
36564
|
padding: 5px 0 0 5px;
|
35890
36565
|
display: flex;
|
@@ -35893,59 +36568,48 @@ readers do not read off random characters that represent icons */
|
|
35893
36568
|
align-items: center;
|
35894
36569
|
}
|
35895
36570
|
|
35896
|
-
.amis-scope .dark-
|
36571
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links > .dark-Tabs-link > a:first-child {
|
35897
36572
|
font-size: 12px;
|
35898
36573
|
padding: 7px 8px;
|
35899
36574
|
}
|
35900
36575
|
|
35901
|
-
.amis-scope .dark-
|
36576
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links .dark-TabsTransfer-tabsMid {
|
35902
36577
|
flex-grow: 1;
|
35903
36578
|
}
|
35904
36579
|
|
35905
|
-
.amis-scope .dark-
|
36580
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links > .dark-SearchBox {
|
35906
36581
|
margin: -5px 5px 0 10px;
|
35907
36582
|
}
|
35908
36583
|
|
35909
|
-
.amis-scope .dark-
|
36584
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links > .dark-SearchBox.is-active {
|
35910
36585
|
width: 150px;
|
35911
36586
|
margin-right: 10px;
|
35912
36587
|
padding-left: 10px;
|
35913
36588
|
}
|
35914
36589
|
|
35915
|
-
.amis-scope .dark-
|
36590
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content {
|
35916
36591
|
flex-grow: 1;
|
36592
|
+
min-height: 0;
|
35917
36593
|
position: relative;
|
35918
36594
|
padding: 5px 0 0;
|
35919
36595
|
}
|
35920
36596
|
|
35921
|
-
.amis-scope .dark-
|
36597
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content > .dark-Tabs-pane {
|
35922
36598
|
position: relative;
|
35923
|
-
|
36599
|
+
height: 100%;
|
35924
36600
|
}
|
35925
36601
|
|
35926
|
-
.amis-scope .dark-
|
36602
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content > .dark-Tabs-pane.is-active {
|
35927
36603
|
display: flex;
|
35928
36604
|
flex-direction: column;
|
35929
36605
|
}
|
35930
36606
|
|
35931
|
-
.amis-scope .dark-
|
36607
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content > .dark-Tabs-pane.is-active > .dark-Transfer-selection {
|
35932
36608
|
flex-grow: 1;
|
35933
36609
|
max-height: 100%;
|
35934
36610
|
overflow: auto;
|
35935
36611
|
}
|
35936
36612
|
|
35937
|
-
.amis-scope .dark-TabsTransfer .dark-Transfer-title {
|
35938
|
-
height: 40px;
|
35939
|
-
}
|
35940
|
-
|
35941
|
-
.amis-scope .dark-TabsTransfer-placeholder {
|
35942
|
-
height: 1.875rem;
|
35943
|
-
line-height: 1.4285714286;
|
35944
|
-
font-size: 0.875rem;
|
35945
|
-
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
35946
|
-
color: white;
|
35947
|
-
}
|
35948
|
-
|
35949
36613
|
.amis-scope .dark-TransferControl {
|
35950
36614
|
position: relative;
|
35951
36615
|
}
|
@@ -35954,6 +36618,57 @@ readers do not read off random characters that represent icons */
|
|
35954
36618
|
display: inline-block;
|
35955
36619
|
}
|
35956
36620
|
|
36621
|
+
.amis-scope .dark-TransferPicker-icon {
|
36622
|
+
transition: transform 0s ease-out;
|
36623
|
+
margin: 5px 5px 5px auto;
|
36624
|
+
display: flex;
|
36625
|
+
color: #4b5563;
|
36626
|
+
}
|
36627
|
+
|
36628
|
+
.amis-scope .dark-TransferPicker-icon:hover {
|
36629
|
+
color: #111827;
|
36630
|
+
}
|
36631
|
+
|
36632
|
+
.amis-scope .dark-TransferPicker-icon > svg {
|
36633
|
+
width: 0.75rem;
|
36634
|
+
height: 0.75rem;
|
36635
|
+
top: 0;
|
36636
|
+
}
|
36637
|
+
|
36638
|
+
.amis-scope .dark-TransferDropDown-icon {
|
36639
|
+
transition: transform 0s ease-out;
|
36640
|
+
margin: 5px 5px 5px auto;
|
36641
|
+
display: flex;
|
36642
|
+
color: #4b5563;
|
36643
|
+
}
|
36644
|
+
|
36645
|
+
.amis-scope .dark-TransferDropDown-icon:hover {
|
36646
|
+
color: #111827;
|
36647
|
+
}
|
36648
|
+
|
36649
|
+
.amis-scope .dark-TransferDropDown-icon > svg {
|
36650
|
+
width: 0.625rem;
|
36651
|
+
height: 0.625rem;
|
36652
|
+
top: 0;
|
36653
|
+
}
|
36654
|
+
|
36655
|
+
.amis-scope .dark-TransferDropDown.is-active .dark-TransferDropDown-icon {
|
36656
|
+
transform: rotate(180deg);
|
36657
|
+
}
|
36658
|
+
|
36659
|
+
.amis-scope .dark-TransferDropDown-content {
|
36660
|
+
min-height: 12.5rem;
|
36661
|
+
display: flex;
|
36662
|
+
flex-direction: column;
|
36663
|
+
}
|
36664
|
+
|
36665
|
+
.amis-scope .dark-TransferDropDown-content > .dark-Transfer-selection {
|
36666
|
+
flex-grow: 1;
|
36667
|
+
max-height: 100%;
|
36668
|
+
overflow: auto;
|
36669
|
+
position: relative;
|
36670
|
+
}
|
36671
|
+
|
35957
36672
|
.amis-scope .dark-NestedSelectControl {
|
35958
36673
|
position: relative;
|
35959
36674
|
}
|
@@ -36722,12 +37437,61 @@ readers do not read off random characters that represent icons */
|
|
36722
37437
|
min-width: 10rem;
|
36723
37438
|
}
|
36724
37439
|
|
37440
|
+
.amis-scope .dark-Form--column {
|
37441
|
+
display: flex;
|
37442
|
+
flex-wrap: wrap;
|
37443
|
+
margin-left: calc(1rem / -2);
|
37444
|
+
margin-right: calc(1rem / -2);
|
37445
|
+
}
|
37446
|
+
|
37447
|
+
.amis-scope .dark-Form--column > .dark-Form-item {
|
37448
|
+
flex-grow: 1;
|
37449
|
+
padding-left: calc(1rem / 2);
|
37450
|
+
padding-right: calc(1rem / 2);
|
37451
|
+
}
|
37452
|
+
|
37453
|
+
.amis-scope .dark-Form--column-2 > .dark-Form-item {
|
37454
|
+
width: 50%;
|
37455
|
+
}
|
37456
|
+
|
37457
|
+
.amis-scope .dark-Form--column-3 > .dark-Form-item {
|
37458
|
+
width: 33%;
|
37459
|
+
}
|
37460
|
+
|
37461
|
+
.amis-scope .dark-Form--column-4 > .dark-Form-item {
|
37462
|
+
width: 25%;
|
37463
|
+
}
|
37464
|
+
|
37465
|
+
.amis-scope .dark-Form--column-5 > .dark-Form-item {
|
37466
|
+
width: 20%;
|
37467
|
+
}
|
37468
|
+
|
37469
|
+
.amis-scope .dark-Form--column-6 > .dark-Form-item {
|
37470
|
+
width: 16.6%;
|
37471
|
+
}
|
37472
|
+
|
37473
|
+
.amis-scope .dark-Form--column-7 > .dark-Form-item {
|
37474
|
+
width: 14.2%;
|
37475
|
+
}
|
37476
|
+
|
37477
|
+
.amis-scope .dark-Form--column-8 > .dark-Form-item {
|
37478
|
+
width: 12.5%;
|
37479
|
+
}
|
37480
|
+
|
37481
|
+
.amis-scope .dark-Form-column-9 > .dark-Form-item {
|
37482
|
+
width: 11.1%;
|
37483
|
+
}
|
37484
|
+
|
37485
|
+
.amis-scope .dark-Form-column-10 > .dark-Form-item {
|
37486
|
+
width: 10%;
|
37487
|
+
}
|
37488
|
+
|
36725
37489
|
.amis-scope .dark-AnchorNav {
|
36726
37490
|
display: flex;
|
36727
37491
|
height: 25rem;
|
36728
37492
|
}
|
36729
37493
|
|
36730
|
-
.amis-scope .dark-AnchorNav-link-wrap {
|
37494
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap {
|
36731
37495
|
margin: 0;
|
36732
37496
|
padding: 0;
|
36733
37497
|
width: 8.75rem;
|
@@ -36735,12 +37499,12 @@ readers do not read off random characters that represent icons */
|
|
36735
37499
|
padding-bottom: 3.75rem;
|
36736
37500
|
}
|
36737
37501
|
|
36738
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link {
|
37502
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link {
|
36739
37503
|
position: relative;
|
36740
37504
|
display: block;
|
36741
37505
|
}
|
36742
37506
|
|
36743
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a {
|
37507
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a {
|
36744
37508
|
display: block;
|
36745
37509
|
border: 0.0625rem solid transparent;
|
36746
37510
|
border-width: 0 0.125rem 0 0;
|
@@ -36754,20 +37518,75 @@ readers do not read off random characters that represent icons */
|
|
36754
37518
|
margin: 0;
|
36755
37519
|
}
|
36756
37520
|
|
36757
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:hover {
|
37521
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:hover {
|
37522
|
+
color: #0983ff;
|
37523
|
+
}
|
37524
|
+
|
37525
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a,
|
37526
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:hover {
|
36758
37527
|
color: #0983ff;
|
37528
|
+
border-color: #0983ff;
|
37529
|
+
}
|
37530
|
+
|
37531
|
+
.amis-scope .dark-AnchorNav--horizontal {
|
37532
|
+
flex-direction: column;
|
37533
|
+
}
|
37534
|
+
|
37535
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap {
|
37536
|
+
user-select: none;
|
37537
|
+
margin: 0px;
|
37538
|
+
padding: 0px;
|
37539
|
+
border-bottom: 0.0625rem solid #656565;
|
37540
|
+
list-style: none;
|
37541
|
+
}
|
37542
|
+
|
37543
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link {
|
37544
|
+
margin-bottom: calc(0.0625rem * -1);
|
37545
|
+
display: inline-block;
|
37546
|
+
position: relative;
|
37547
|
+
}
|
37548
|
+
|
37549
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:first-child {
|
37550
|
+
font-size: 0.875rem;
|
37551
|
+
outline: 0;
|
37552
|
+
border: 0.0625rem solid transparent;
|
37553
|
+
border-width: 0 0 0.125rem 0;
|
37554
|
+
border-top-left-radius: 0.142rem;
|
37555
|
+
border-top-right-radius: 0.142rem;
|
37556
|
+
color: #f3f1f1;
|
37557
|
+
margin: 0 0.1875rem 0 0;
|
37558
|
+
padding: 0.5rem 0.75rem;
|
37559
|
+
text-decoration: none;
|
37560
|
+
cursor: pointer;
|
37561
|
+
display: block;
|
36759
37562
|
}
|
36760
37563
|
|
36761
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link
|
36762
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link
|
37564
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:first-child:hover,
|
37565
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:first-child:focus {
|
36763
37566
|
color: #0983ff;
|
37567
|
+
background: transparent;
|
37568
|
+
border-color: transparent;
|
37569
|
+
}
|
37570
|
+
|
37571
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link:last-child > a {
|
37572
|
+
margin: 0;
|
37573
|
+
}
|
37574
|
+
|
37575
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:first-child,
|
37576
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:first-child:hover,
|
37577
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:first-child:focus {
|
37578
|
+
font-size: 0.875rem;
|
37579
|
+
border-width: 0 0 0.125rem 0;
|
36764
37580
|
border-color: #0983ff;
|
37581
|
+
color: #0983ff;
|
37582
|
+
background: transparent;
|
36765
37583
|
}
|
36766
37584
|
|
36767
37585
|
.amis-scope .dark-AnchorNav-section-wrap {
|
36768
37586
|
border: none;
|
36769
37587
|
flex-grow: 1;
|
36770
37588
|
overflow: auto;
|
37589
|
+
scroll-behavior: smooth;
|
36771
37590
|
background: #302d2a;
|
36772
37591
|
}
|
36773
37592
|
|