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.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,
|
@@ -19578,6 +19578,7 @@ readers do not read off random characters that represent icons */
|
|
19578
19578
|
) / 2 - var(--ColorPicker-borderWidth)
|
19579
19579
|
);
|
19580
19580
|
--ColorPicker-placeholderColor: var(--Form-input-placeholderColor);
|
19581
|
+
--ColorPicker-boxShadow: var(--boxShadow);
|
19581
19582
|
--Combo--horizontal-dragger-top: var(--Form-label-paddingTop);
|
19582
19583
|
--Combo--horizontal-item-gap: var(--gap-xs);
|
19583
19584
|
--Combo--vertical-item-borderColor: var(--borderColor);
|
@@ -19623,8 +19624,13 @@ readers do not read off random characters that represent icons */
|
|
19623
19624
|
--Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
|
19624
19625
|
--Collapse-header-bg: transparent;
|
19625
19626
|
--Collapse-header-onHover-bg: transparent;
|
19626
|
-
--Collapse-header-collapsed-
|
19627
|
+
--Collapse-header-collapsed-border: var(--borderWidth) solid
|
19627
19628
|
var(--Collapse-border-color);
|
19629
|
+
--Collapse-header-collapsed-borderTop: none;
|
19630
|
+
--Collapse-header-collapsed-borderBottom: var(
|
19631
|
+
--Collapse-header-collapsed-border
|
19632
|
+
);
|
19633
|
+
--Collapse-header-wrapper-direction: row;
|
19628
19634
|
--Collapse-content-padding: 1.125rem 0;
|
19629
19635
|
--Collapse-content-color: var(--body-color);
|
19630
19636
|
--Collapse-content-fontSize: var(--body-size);
|
@@ -20112,11 +20118,28 @@ readers do not read off random characters that represent icons */
|
|
20112
20118
|
--Panel-titleMarginTop: 0;
|
20113
20119
|
--Picker-iconColor: var(--icon-color);
|
20114
20120
|
--Picker-onHover-iconColor: var(--icon-onHover-color);
|
20121
|
+
--PickerColumns-bg: white;
|
20122
|
+
--PickerColumns-toolbar-height: 3.125rem;
|
20123
|
+
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
20124
|
+
--PickerColumns-title-lineHeight: 1.5;
|
20125
|
+
--PickerColumns-action-padding: 0 var(--gap-sm);
|
20126
|
+
--PickerColumns-action-fontSize: var(--fontSizeMd);
|
20127
|
+
--PickerColumns-confirmAction-color: var(--Button--info-bg);
|
20128
|
+
--PickerColumns-cancelAction-color: var(--Button--light-bg);
|
20129
|
+
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
20130
|
+
--PickerColumns-optionText-color: var(--text-color);
|
20131
|
+
--PickerColumns-optionDisabled-opacity: 0.3;
|
20132
|
+
--PickerColumns-loadingIcon-color: var(--icon-color);
|
20133
|
+
--PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
|
20115
20134
|
--PopOver-bg: white;
|
20116
20135
|
--PopOverAble-iconColor: inherit;
|
20117
20136
|
--PopOverAble-onHover-iconColor: inherit;
|
20118
20137
|
--Property-title-bg: #f2f2f2;
|
20119
20138
|
--Property-label-bg: #f7f7f7;
|
20139
|
+
--Portlet-borderColor: var(--borderColor);
|
20140
|
+
--Portlet-borderStyle: solid;
|
20141
|
+
--Portlet-borderWidth: var(--borderWidth);
|
20142
|
+
--Portlet-borderRadius: var(--borderRadius);
|
20120
20143
|
--QuickEdit-iconColor: inherit;
|
20121
20144
|
--QuickEdit-onFocus-borderColor: var(--info);
|
20122
20145
|
--QuickEdit-onFocus-borderWidth: var(--borderWidth);
|
@@ -20293,29 +20316,29 @@ readers do not read off random characters that represent icons */
|
|
20293
20316
|
) / 2
|
20294
20317
|
);
|
20295
20318
|
--TagControl-sugTip-color: var(--info);
|
20296
|
-
--Toast
|
20297
|
-
--Toast--danger-
|
20319
|
+
--Toast-color: var(--text-color);
|
20320
|
+
--Toast--danger-bgColor: var(--background);
|
20321
|
+
--Toast--danger-borderColor: transparent;
|
20298
20322
|
--Toast--danger-color: var(--Toast-color);
|
20299
|
-
--Toast--info-bgColor: var(--
|
20300
|
-
--Toast--info-borderColor:
|
20323
|
+
--Toast--info-bgColor: var(--background);
|
20324
|
+
--Toast--info-borderColor: transparent;
|
20301
20325
|
--Toast--info-color: var(--Toast-color);
|
20302
|
-
--Toast--success-bgColor: var(--
|
20303
|
-
--Toast--success-borderColor:
|
20326
|
+
--Toast--success-bgColor: var(--background);
|
20327
|
+
--Toast--success-borderColor: transparent;
|
20304
20328
|
--Toast--success-color: var(--Toast-color);
|
20305
|
-
--Toast--warning-bgColor: var(--
|
20306
|
-
--Toast--warning-borderColor:
|
20329
|
+
--Toast--warning-bgColor: var(--background);
|
20330
|
+
--Toast--warning-borderColor: transparent;
|
20307
20331
|
--Toast--warning-color: var(--Toast-color);
|
20308
20332
|
--Toast-border-width: 0;
|
20309
|
-
--Toast-borderRadius:
|
20333
|
+
--Toast-borderRadius: 0.125rem;
|
20310
20334
|
--Toast-box-shadow: var(--boxShadow);
|
20335
|
+
--Toast-close-color: var(--icon-color);
|
20311
20336
|
--Toast-close--onHover-color: var(--Toast-close-color);
|
20312
|
-
--Toast-close-color: var(--white);
|
20313
|
-
--Toast-color: var(--white);
|
20314
20337
|
--Toast-icon-width: 1rem;
|
20315
20338
|
--Toast-icon-height: var(--Toast-icon-width);
|
20316
20339
|
--Toast-opacity: 0.8;
|
20317
20340
|
--Toast-paddingL: 2.5rem;
|
20318
|
-
--Toast-paddingX: var(--gap-
|
20341
|
+
--Toast-paddingX: var(--gap-md);
|
20319
20342
|
--Toast-paddingY: var(--gap-xs);
|
20320
20343
|
--Toast-title-display: block;
|
20321
20344
|
--Toast-width: 18.75rem;
|
@@ -20397,6 +20420,8 @@ readers do not read off random characters that represent icons */
|
|
20397
20420
|
--Steps-line-bg: var(--Steps-bg);
|
20398
20421
|
--Steps-line-success-bg: var(--Steps-status-success);
|
20399
20422
|
--Progress-borderRadius: var(--borderRadius);
|
20423
|
+
--Progress-animate-backgroundColor: #fff;
|
20424
|
+
--Progress-bar-backgroundColor: #d3d9e6;
|
20400
20425
|
--ColumnToggler-backgroundColor: var(--white);
|
20401
20426
|
--ColumnToggler-borderRadius: 0.25rem;
|
20402
20427
|
--ColumnToggler-lineHeight: 1.5rem;
|
@@ -20853,6 +20878,8 @@ readers do not read off random characters that represent icons */
|
|
20853
20878
|
width: 1em;
|
20854
20879
|
height: 1em;
|
20855
20880
|
fill: currentColor;
|
20881
|
+
position: relative;
|
20882
|
+
top: 0.125em;
|
20856
20883
|
}
|
20857
20884
|
|
20858
20885
|
.amis-scope svg.r90 {
|
@@ -20927,6 +20954,10 @@ readers do not read off random characters that represent icons */
|
|
20927
20954
|
height: 100%;
|
20928
20955
|
}
|
20929
20956
|
|
20957
|
+
.amis-scope .has-popover {
|
20958
|
+
position: relative;
|
20959
|
+
}
|
20960
|
+
|
20930
20961
|
.amis-scope,
|
20931
20962
|
.amis-scope {
|
20932
20963
|
width: 100%;
|
@@ -22489,6 +22520,13 @@ readers do not read off random characters that represent icons */
|
|
22489
22520
|
background: var(--Button-onDisabled-bg);
|
22490
22521
|
}
|
22491
22522
|
|
22523
|
+
.amis-scope .dark-Button.is-disabled > svg,
|
22524
|
+
.amis-scope .dark-Button.is-disabled > svg path,
|
22525
|
+
.amis-scope .dark-Button:disabled > svg,
|
22526
|
+
.amis-scope .dark-Button:disabled > svg path {
|
22527
|
+
fill: currentColor;
|
22528
|
+
}
|
22529
|
+
|
22492
22530
|
.amis-scope .dark-Button:not(:disabled):not(.is-disabled) {
|
22493
22531
|
cursor: pointer;
|
22494
22532
|
}
|
@@ -22989,6 +23027,14 @@ readers do not read off random characters that represent icons */
|
|
22989
23027
|
margin-top: var(--gap-xs);
|
22990
23028
|
}
|
22991
23029
|
|
23030
|
+
.amis-scope .dark-Action {
|
23031
|
+
display: inline-block;
|
23032
|
+
}
|
23033
|
+
|
23034
|
+
.amis-scope .dark-Action:hover {
|
23035
|
+
cursor: pointer;
|
23036
|
+
}
|
23037
|
+
|
22992
23038
|
.amis-scope .dark-Avatar {
|
22993
23039
|
background: var(--Avatar-bg);
|
22994
23040
|
width: var(--Avatar-width);
|
@@ -24070,6 +24116,140 @@ readers do not read off random characters that represent icons */
|
|
24070
24116
|
background: transparent;
|
24071
24117
|
}
|
24072
24118
|
|
24119
|
+
.amis-scope .dark-PopOver-isMobile .dark-PopOver-overlay {
|
24120
|
+
background: rgba(0, 0, 0, 0.3);
|
24121
|
+
}
|
24122
|
+
|
24123
|
+
.amis-scope .dark-PopOver--leftBottomLeftTop {
|
24124
|
+
margin-top: 0.25rem;
|
24125
|
+
}
|
24126
|
+
|
24127
|
+
.amis-scope .dark-PopOver--leftTopLeftBottom {
|
24128
|
+
margin-top: -0.25rem;
|
24129
|
+
}
|
24130
|
+
|
24131
|
+
.amis-scope .dark-PickerColumns {
|
24132
|
+
position: relative;
|
24133
|
+
background-color: var(--PickerColumns-bg);
|
24134
|
+
user-select: none;
|
24135
|
+
}
|
24136
|
+
|
24137
|
+
.amis-scope .dark-PickerColumns-popOver {
|
24138
|
+
position: fixed;
|
24139
|
+
bottom: 0;
|
24140
|
+
left: 0;
|
24141
|
+
width: 100%;
|
24142
|
+
padding: 0 var(--gap-sm);
|
24143
|
+
}
|
24144
|
+
|
24145
|
+
.amis-scope .dark-PickerColumns-toolbar {
|
24146
|
+
display: flex;
|
24147
|
+
align-items: center;
|
24148
|
+
justify-content: space-between;
|
24149
|
+
height: var(--PickerColumns-toolbar-height);
|
24150
|
+
}
|
24151
|
+
|
24152
|
+
.amis-scope .dark-PickerColumns-cancel,
|
24153
|
+
.amis-scope .dark-PickerColumns-confirm {
|
24154
|
+
height: 100%;
|
24155
|
+
padding: var(--PickerColumns-action-padding);
|
24156
|
+
font-size: var(--PickerColumns-action-fontSize);
|
24157
|
+
background-color: transparent;
|
24158
|
+
border: none;
|
24159
|
+
cursor: pointer;
|
24160
|
+
}
|
24161
|
+
|
24162
|
+
.amis-scope .dark-PickerColumns-cancel:active,
|
24163
|
+
.amis-scope .dark-PickerColumns-confirm:active {
|
24164
|
+
opacity: 0.7;
|
24165
|
+
}
|
24166
|
+
|
24167
|
+
.amis-scope .dark-PickerColumns-confirm {
|
24168
|
+
color: var(--PickerColumns-confirmAction-color);
|
24169
|
+
}
|
24170
|
+
|
24171
|
+
.amis-scope .dark-PickerColumns-cancel {
|
24172
|
+
color: var(--PickerColumns-cancelAction-color);
|
24173
|
+
}
|
24174
|
+
|
24175
|
+
.amis-scope .dark-PickerColumns-title {
|
24176
|
+
max-width: 50%;
|
24177
|
+
font-weight: 500;
|
24178
|
+
font-size: var(--PickerColumns-title-fontSize);
|
24179
|
+
line-height: var(--PickerColumns-title-lineHeight);
|
24180
|
+
text-align: center;
|
24181
|
+
}
|
24182
|
+
|
24183
|
+
.amis-scope .dark-PickerColumns-columns {
|
24184
|
+
touch-action: none;
|
24185
|
+
position: relative;
|
24186
|
+
display: flex;
|
24187
|
+
cursor: grab;
|
24188
|
+
}
|
24189
|
+
|
24190
|
+
.amis-scope .dark-PickerColumns-loading {
|
24191
|
+
position: absolute;
|
24192
|
+
top: 0;
|
24193
|
+
right: 0;
|
24194
|
+
bottom: 0;
|
24195
|
+
left: 0;
|
24196
|
+
z-index: 3;
|
24197
|
+
display: flex;
|
24198
|
+
align-items: center;
|
24199
|
+
justify-content: center;
|
24200
|
+
color: var(--PickerColumns-loadingIcon-color);
|
24201
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
24202
|
+
}
|
24203
|
+
|
24204
|
+
.amis-scope .dark-PickerColumns-frame {
|
24205
|
+
position: absolute;
|
24206
|
+
top: 50%;
|
24207
|
+
right: var(--gap-md);
|
24208
|
+
left: var(--gap-md);
|
24209
|
+
z-index: 2;
|
24210
|
+
transform: translateY(-50%);
|
24211
|
+
pointer-events: none;
|
24212
|
+
}
|
24213
|
+
|
24214
|
+
.amis-scope .dark-PickerColumns-mask {
|
24215
|
+
position: absolute;
|
24216
|
+
top: 0;
|
24217
|
+
left: 0;
|
24218
|
+
z-index: 1;
|
24219
|
+
width: 100%;
|
24220
|
+
height: 100%;
|
24221
|
+
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));
|
24222
|
+
background-repeat: no-repeat;
|
24223
|
+
background-position: top, bottom;
|
24224
|
+
transform: translateZ(0);
|
24225
|
+
pointer-events: none;
|
24226
|
+
}
|
24227
|
+
|
24228
|
+
.amis-scope .dark-PickerColumns-column {
|
24229
|
+
flex: 1;
|
24230
|
+
overflow: hidden;
|
24231
|
+
font-size: var(--PickerColumns-option-fontSize);
|
24232
|
+
}
|
24233
|
+
|
24234
|
+
.amis-scope .dark-PickerColumns-columnWrapper {
|
24235
|
+
margin: 0;
|
24236
|
+
padding: 0;
|
24237
|
+
list-style: none;
|
24238
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
24239
|
+
}
|
24240
|
+
|
24241
|
+
.amis-scope .dark-PickerColumns-columnItem {
|
24242
|
+
display: flex;
|
24243
|
+
align-items: center;
|
24244
|
+
justify-content: center;
|
24245
|
+
color: var(--PickerColumns-optionText-color);
|
24246
|
+
}
|
24247
|
+
|
24248
|
+
.amis-scope .dark-PickerColumns-columnItem.is-disabled {
|
24249
|
+
cursor: not-allowed;
|
24250
|
+
opacity: var(--PickerColumns-optionDisabled-opacity);
|
24251
|
+
}
|
24252
|
+
|
24073
24253
|
@keyframes bounceIn {
|
24074
24254
|
from, 20%, 40%, 60%, 80%, to {
|
24075
24255
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -24121,7 +24301,9 @@ readers do not read off random characters that represent icons */
|
|
24121
24301
|
|
24122
24302
|
.amis-scope .dark-Toast {
|
24123
24303
|
display: flex;
|
24124
|
-
|
24304
|
+
flex-flow: row nowrap;
|
24305
|
+
justify-content: space-between;
|
24306
|
+
align-items: flex-start;
|
24125
24307
|
max-width: var(--Toast-width);
|
24126
24308
|
pointer-events: auto;
|
24127
24309
|
margin-bottom: var(--gap-xs);
|
@@ -24132,7 +24314,6 @@ readers do not read off random characters that represent icons */
|
|
24132
24314
|
color: var(--Toast-color);
|
24133
24315
|
position: relative;
|
24134
24316
|
opacity: var(--Toast-opacity);
|
24135
|
-
cursor: pointer;
|
24136
24317
|
opacity: 0;
|
24137
24318
|
transform: translateZ(0);
|
24138
24319
|
}
|
@@ -24159,10 +24340,15 @@ readers do not read off random characters that represent icons */
|
|
24159
24340
|
}
|
24160
24341
|
|
24161
24342
|
.amis-scope .dark-Toast-close {
|
24162
|
-
color: var(--Toast-close-color);
|
24163
24343
|
display: inline-flex;
|
24164
|
-
|
24344
|
+
font-size: var(--fontSizeLg);
|
24345
|
+
line-height: var(--gap-xl);
|
24346
|
+
height: var(--gap-xl);
|
24347
|
+
color: var(--Toast-close-color);
|
24348
|
+
margin-left: var(--gap-sm);
|
24165
24349
|
opacity: 0.8;
|
24350
|
+
align-items: center;
|
24351
|
+
cursor: pointer;
|
24166
24352
|
}
|
24167
24353
|
|
24168
24354
|
.amis-scope .dark-Toast-close:hover {
|
@@ -24170,11 +24356,33 @@ readers do not read off random characters that represent icons */
|
|
24170
24356
|
opacity: 1;
|
24171
24357
|
}
|
24172
24358
|
|
24173
|
-
.amis-scope .dark-Toast-
|
24359
|
+
.amis-scope .dark-Toast-close > svg {
|
24360
|
+
top: 0;
|
24361
|
+
}
|
24362
|
+
|
24363
|
+
.amis-scope .dark-Toast-content {
|
24364
|
+
flex: 1;
|
24365
|
+
display: flex;
|
24366
|
+
flex-flow: column nowrap;
|
24367
|
+
justify-content: space-between;
|
24368
|
+
align-items: flex-start;
|
24369
|
+
}
|
24370
|
+
|
24371
|
+
.amis-scope .dark-Toast-content .dark-Toast-title {
|
24372
|
+
color: var(--text-color);
|
24373
|
+
font-size: var(--fontSizeBase);
|
24374
|
+
font-weight: 500;
|
24375
|
+
line-height: var(--gap-xl);
|
24376
|
+
margin-bottom: var(--gap-xs);
|
24377
|
+
}
|
24378
|
+
|
24379
|
+
.amis-scope .dark-Toast-content .dark-Toast-body {
|
24380
|
+
font-size: var(--fontSizeSm);
|
24174
24381
|
display: inline-block;
|
24175
24382
|
vertical-align: middle;
|
24176
24383
|
white-space: pre-wrap;
|
24177
24384
|
flex-grow: 1;
|
24385
|
+
line-height: var(--gap-xl);
|
24178
24386
|
}
|
24179
24387
|
|
24180
24388
|
.amis-scope .dark-Toast-icon {
|
@@ -24182,7 +24390,10 @@ readers do not read off random characters that represent icons */
|
|
24182
24390
|
text-rendering: auto;
|
24183
24391
|
-webkit-font-smoothing: antialiased;
|
24184
24392
|
vertical-align: middle;
|
24185
|
-
margin-right: var(--gap-
|
24393
|
+
margin-right: var(--gap-sm);
|
24394
|
+
height: var(--gap-xl);
|
24395
|
+
line-height: var(--gap-xl);
|
24396
|
+
align-items: center;
|
24186
24397
|
}
|
24187
24398
|
|
24188
24399
|
.amis-scope .dark-Toast-icon > svg {
|
@@ -24256,24 +24467,47 @@ readers do not read off random characters that represent icons */
|
|
24256
24467
|
border-radius: var(--Alert-borderRadius);
|
24257
24468
|
margin-bottom: var(--Alert-marginBottom);
|
24258
24469
|
position: relative;
|
24470
|
+
color: var(--Alert-fontColor);
|
24471
|
+
display: flex;
|
24472
|
+
flex-flow: row nowrap;
|
24473
|
+
justify-content: space-between;
|
24474
|
+
align-items: flex-start;
|
24475
|
+
}
|
24476
|
+
|
24477
|
+
.amis-scope .dark-Alert-icon {
|
24478
|
+
margin-right: 0.5rem;
|
24479
|
+
font-size: var(--fontSizeLg);
|
24480
|
+
}
|
24481
|
+
|
24482
|
+
.amis-scope .dark-Alert-content {
|
24483
|
+
flex: 1;
|
24484
|
+
}
|
24485
|
+
|
24486
|
+
.amis-scope .dark-Alert-content .dark-Alert-title {
|
24487
|
+
color: var(--text-color);
|
24488
|
+
font-size: var(--fontSizeBase);
|
24489
|
+
font-weight: 500;
|
24490
|
+
line-height: 1.5rem;
|
24491
|
+
margin-bottom: 0.25rem;
|
24492
|
+
}
|
24493
|
+
|
24494
|
+
.amis-scope .dark-Alert-content .dark-Alert-desc {
|
24495
|
+
line-height: 1.5rem;
|
24259
24496
|
}
|
24260
24497
|
|
24261
24498
|
.amis-scope .dark-Alert-close {
|
24262
|
-
position: absolute;
|
24263
24499
|
outline: none;
|
24264
24500
|
padding: 0;
|
24265
24501
|
cursor: pointer;
|
24266
24502
|
background: transparent;
|
24267
24503
|
border: 0;
|
24268
|
-
float: right;
|
24269
24504
|
line-height: 1;
|
24270
24505
|
color: #000;
|
24271
24506
|
text-shadow: 0 1px 0 #fff;
|
24272
24507
|
filter: alpha(opacity=20);
|
24273
24508
|
opacity: 0.2;
|
24274
|
-
|
24275
|
-
|
24276
|
-
transform: translateY(-50%);
|
24509
|
+
margin-left: 0.5rem;
|
24510
|
+
line-height: 1.5rem;
|
24277
24511
|
}
|
24278
24512
|
|
24279
24513
|
.amis-scope .dark-Alert-close:hover {
|
@@ -25070,8 +25304,8 @@ readers do not read off random characters that represent icons */
|
|
25070
25304
|
cursor: move;
|
25071
25305
|
position: absolute;
|
25072
25306
|
left: 0;
|
25073
|
-
top: 0.6875rem;
|
25074
25307
|
display: none;
|
25308
|
+
line-height: 0;
|
25075
25309
|
}
|
25076
25310
|
|
25077
25311
|
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item .dark-Nav-itemDrager > .icon,
|
@@ -25185,13 +25419,6 @@ readers do not read off random characters that represent icons */
|
|
25185
25419
|
pointer-events: none;
|
25186
25420
|
}
|
25187
25421
|
|
25188
|
-
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item.active,
|
25189
|
-
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item.is-active,
|
25190
|
-
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Badge.active,
|
25191
|
-
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Badge.is-active {
|
25192
|
-
background: var(--Nav-item-onActive-bg) !important;
|
25193
|
-
}
|
25194
|
-
|
25195
25422
|
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item.active > a,
|
25196
25423
|
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item.is-active > .dark-Nav-item-atcions,
|
25197
25424
|
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item.is-active > a,
|
@@ -25206,6 +25433,7 @@ readers do not read off random characters that represent icons */
|
|
25206
25433
|
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Badge.is-active > .dark-Badge > a {
|
25207
25434
|
color: var(--Nav-item-onActive-color);
|
25208
25435
|
position: relative;
|
25436
|
+
background: var(--Nav-item-onActive-bg);
|
25209
25437
|
}
|
25210
25438
|
|
25211
25439
|
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item.active > a::after,
|
@@ -25351,14 +25579,41 @@ readers do not read off random characters that represent icons */
|
|
25351
25579
|
padding: var(--gap-xs);
|
25352
25580
|
}
|
25353
25581
|
|
25582
|
+
.amis-scope .dark-Page-asideResizor {
|
25583
|
+
position: absolute;
|
25584
|
+
right: -0.375rem;
|
25585
|
+
top: 50%;
|
25586
|
+
cursor: ew-resize;
|
25587
|
+
writing-mode: vertical-lr;
|
25588
|
+
width: 0.75rem;
|
25589
|
+
height: 1.5rem;
|
25590
|
+
margin-top: -0.75rem;
|
25591
|
+
border: 0.0625rem solid #dee2e6;
|
25592
|
+
background-color: #fff;
|
25593
|
+
border-radius: 0.142rem;
|
25594
|
+
font-size: 12px;
|
25595
|
+
line-height: 0.625rem;
|
25596
|
+
text-align: center;
|
25597
|
+
user-select: none;
|
25598
|
+
color: #666;
|
25599
|
+
}
|
25600
|
+
|
25601
|
+
.amis-scope .dark-Page-asideResizor:hover {
|
25602
|
+
color: #000;
|
25603
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
25604
|
+
}
|
25605
|
+
|
25606
|
+
.amis-scope .dark-Page-asideResizor:after {
|
25607
|
+
content: "···";
|
25608
|
+
}
|
25609
|
+
|
25354
25610
|
.amis-scope .dark-Page-toolbar > * + * {
|
25355
25611
|
margin-left: var(--gap-xs);
|
25356
25612
|
}
|
25357
25613
|
|
25358
25614
|
@media (min-width: 768px) {
|
25359
25615
|
.amis-scope .dark-Page-aside {
|
25360
|
-
|
25361
|
-
max-width: var(--Page-aside-maxWidth);
|
25616
|
+
width: var(--Page-aside-width);
|
25362
25617
|
border-right: var(--borderWidth) solid var(--borderColor);
|
25363
25618
|
}
|
25364
25619
|
|
@@ -25373,6 +25628,11 @@ readers do not read off random characters that represent icons */
|
|
25373
25628
|
border: inherit;
|
25374
25629
|
}
|
25375
25630
|
|
25631
|
+
.amis-scope .dark-Page-aside--withWidth {
|
25632
|
+
min-width: var(--Page-aside-width);
|
25633
|
+
max-width: var(--Page-aside-maxWidth);
|
25634
|
+
}
|
25635
|
+
|
25376
25636
|
.amis-scope .dark-Page--withSidebar {
|
25377
25637
|
display: flex;
|
25378
25638
|
flex-direction: row;
|
@@ -25945,13 +26205,14 @@ readers do not read off random characters that represent icons */
|
|
25945
26205
|
.amis-scope .dark-Spinner--icon {
|
25946
26206
|
background: transparent;
|
25947
26207
|
animation: spin 2s linear infinite;
|
25948
|
-
width:
|
25949
|
-
height:
|
26208
|
+
width: 16px;
|
26209
|
+
height: 16px;
|
25950
26210
|
}
|
25951
26211
|
|
25952
26212
|
.amis-scope .dark-Spinner--icon svg.icon {
|
25953
|
-
width:
|
25954
|
-
height:
|
26213
|
+
width: 16px;
|
26214
|
+
height: 16px;
|
26215
|
+
top: 0;
|
25955
26216
|
}
|
25956
26217
|
|
25957
26218
|
.amis-scope .dark-Spinner--overlay {
|
@@ -26212,7 +26473,7 @@ readers do not read off random characters that represent icons */
|
|
26212
26473
|
.amis-scope .dark-Collapse {
|
26213
26474
|
border: var(--Collapse-border);
|
26214
26475
|
padding: 0;
|
26215
|
-
|
26476
|
+
line-height: 1.25rem;
|
26216
26477
|
}
|
26217
26478
|
|
26218
26479
|
.amis-scope .dark-Collapse-header {
|
@@ -26221,10 +26482,19 @@ readers do not read off random characters that represent icons */
|
|
26221
26482
|
color: var(--text--loud-color);
|
26222
26483
|
padding: var(--Collapse-header-padding);
|
26223
26484
|
margin: 0;
|
26224
|
-
|
26485
|
+
cursor: pointer;
|
26225
26486
|
background: var(--Collapse-header-bg);
|
26226
26487
|
}
|
26227
26488
|
|
26489
|
+
.amis-scope .dark-Collapse-header-wrapper {
|
26490
|
+
display: inline-flex;
|
26491
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
26492
|
+
}
|
26493
|
+
|
26494
|
+
.amis-scope .dark-Collapse-header-tpl {
|
26495
|
+
margin-right: 0.5rem;
|
26496
|
+
}
|
26497
|
+
|
26228
26498
|
.amis-scope .dark-Collapse-header:hover {
|
26229
26499
|
background: var(--Collapse-header-onHover-bg);
|
26230
26500
|
}
|
@@ -26233,8 +26503,7 @@ readers do not read off random characters that represent icons */
|
|
26233
26503
|
display: inline-block;
|
26234
26504
|
width: 1rem;
|
26235
26505
|
text-align: center;
|
26236
|
-
margin-right:
|
26237
|
-
cursor: pointer;
|
26506
|
+
margin-right: var(--gap-sm);
|
26238
26507
|
}
|
26239
26508
|
|
26240
26509
|
.amis-scope .dark-Collapse-arrow:before {
|
@@ -26243,49 +26512,67 @@ readers do not read off random characters that represent icons */
|
|
26243
26512
|
display: inline-block;
|
26244
26513
|
width: 0.375rem;
|
26245
26514
|
height: 0.375rem;
|
26246
|
-
top: -0.
|
26515
|
+
top: -0.125rem;
|
26247
26516
|
border-color: var(--text-color);
|
26248
26517
|
border-style: solid;
|
26249
26518
|
border-width: 0.0625rem 0.0625rem 0 0;
|
26250
|
-
transform: rotate(
|
26519
|
+
transform: rotate(45deg);
|
26251
26520
|
transform-origin: 50% 50%;
|
26252
26521
|
}
|
26253
26522
|
|
26254
|
-
.amis-scope .dark-Collapse-
|
26523
|
+
.amis-scope .dark-Collapse-icon-tranform {
|
26255
26524
|
display: inline-block;
|
26525
|
+
width: 1rem;
|
26526
|
+
text-align: center;
|
26527
|
+
margin-right: var(--gap-xs);
|
26256
26528
|
}
|
26257
26529
|
|
26258
|
-
.amis-scope .dark-Collapse
|
26259
|
-
|
26260
|
-
transform-origin: 0% 50%;
|
26530
|
+
.amis-scope .dark-Collapse .dark-TplField {
|
26531
|
+
display: inline-block;
|
26261
26532
|
}
|
26262
26533
|
|
26263
|
-
.amis-scope .dark-Collapse.is-
|
26264
|
-
|
26534
|
+
.amis-scope .dark-Collapse.is-active .dark-Collapse-arrow:before {
|
26535
|
+
transform: rotate(135deg);
|
26536
|
+
transform-origin: 50% 30%;
|
26265
26537
|
}
|
26266
26538
|
|
26267
|
-
.amis-scope .dark-Collapse
|
26268
|
-
|
26539
|
+
.amis-scope .dark-Collapse.is-active .dark-Collapse-icon-tranform {
|
26540
|
+
transform: rotate(90deg);
|
26541
|
+
}
|
26542
|
+
|
26543
|
+
.amis-scope .dark-Collapse--disabled .dark-Collapse-header {
|
26544
|
+
cursor: not-allowed;
|
26269
26545
|
user-select: none;
|
26546
|
+
color: var(--text--muted-color);
|
26547
|
+
}
|
26548
|
+
|
26549
|
+
.amis-scope .dark-Collapse--disabled .dark-Collapse-header:hover {
|
26550
|
+
background-color: var(--Collapse-header-bg-disabled-color);
|
26551
|
+
}
|
26552
|
+
|
26553
|
+
.amis-scope .dark-Collapse--disabled .dark-Collapse-arrow:before {
|
26554
|
+
border-color: var(--text--muted-color);
|
26270
26555
|
}
|
26271
26556
|
|
26272
26557
|
.amis-scope .dark-Collapse--title-bottom .dark-Collapse-header {
|
26273
26558
|
text-align: center;
|
26274
|
-
color: var(--link-color);
|
26275
|
-
border-left: none;
|
26276
26559
|
font-size: var(--fontSizeBase);
|
26560
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
26561
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
26277
26562
|
}
|
26278
26563
|
|
26279
|
-
.amis-scope .dark-Collapse--title-bottom .dark-Collapse-
|
26280
|
-
top:
|
26281
|
-
transform: rotate(-45deg);
|
26282
|
-
transform-origin: 0% 50%;
|
26564
|
+
.amis-scope .dark-Collapse--title-bottom.is-collapsed .dark-Collapse-header {
|
26565
|
+
border-top: none;
|
26283
26566
|
}
|
26284
26567
|
|
26285
|
-
.amis-scope .dark-Collapse--title-bottom
|
26286
|
-
top: -0.
|
26568
|
+
.amis-scope .dark-Collapse--title-bottom .dark-Collapse-arrow:before {
|
26569
|
+
top: -0.25rem;
|
26287
26570
|
transform: rotate(135deg);
|
26288
|
-
|
26571
|
+
}
|
26572
|
+
|
26573
|
+
.amis-scope .dark-Collapse--title-bottom.is-active .dark-Collapse-arrow:before {
|
26574
|
+
top: 0;
|
26575
|
+
transform: rotate(-45deg);
|
26289
26576
|
}
|
26290
26577
|
|
26291
26578
|
.amis-scope .dark-Collapse-contentWrapper {
|
@@ -26305,6 +26592,14 @@ readers do not read off random characters that represent icons */
|
|
26305
26592
|
font-weight: var(--Collapse-content-fontWeight);
|
26306
26593
|
}
|
26307
26594
|
|
26595
|
+
.amis-scope .dark-CollapseGroup .dark-Collapse:not(:last-child) {
|
26596
|
+
border-bottom: none;
|
26597
|
+
}
|
26598
|
+
|
26599
|
+
.amis-scope .dark-CollapseGroup.icon-position-right .dark-Collapse-header .dark-Collapse-arrow {
|
26600
|
+
float: right;
|
26601
|
+
}
|
26602
|
+
|
26308
26603
|
.amis-scope .dark-ColorField {
|
26309
26604
|
display: inline-block;
|
26310
26605
|
}
|
@@ -27493,6 +27788,10 @@ readers do not read off random characters that represent icons */
|
|
27493
27788
|
border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
|
27494
27789
|
}
|
27495
27790
|
|
27791
|
+
.amis-scope .dark-Table-table--checkOnItemClick > tbody > tr {
|
27792
|
+
cursor: pointer;
|
27793
|
+
}
|
27794
|
+
|
27496
27795
|
.amis-scope .dark-Table-table > thead > tr > th {
|
27497
27796
|
background: var(--Table-thead-bg);
|
27498
27797
|
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
|
@@ -28452,6 +28751,11 @@ readers do not read off random characters that represent icons */
|
|
28452
28751
|
cursor: move;
|
28453
28752
|
}
|
28454
28753
|
|
28754
|
+
.amis-scope .dark-Table-table > thead > tr > th.dark-Table-dragCell > svg,
|
28755
|
+
.amis-scope .dark-Table-table > tbody > tr > td.dark-Table-dragCell > svg {
|
28756
|
+
vertical-align: middle;
|
28757
|
+
}
|
28758
|
+
|
28455
28759
|
.amis-scope .dark-Table-table > tbody > tr > td.dark-Table-expandCell {
|
28456
28760
|
position: relative;
|
28457
28761
|
}
|
@@ -28819,6 +29123,10 @@ readers do not read off random characters that represent icons */
|
|
28819
29123
|
color: var(--icon-onHover-color);
|
28820
29124
|
}
|
28821
29125
|
|
29126
|
+
.amis-scope .dark-Table-dragBtn > svg {
|
29127
|
+
vertical-align: -2px;
|
29128
|
+
}
|
29129
|
+
|
28822
29130
|
.amis-scope .dark-Table-table > tbody > tr:hover .dark-Table-dragBtn,
|
28823
29131
|
.amis-scope .dark-Table-table > tbody > tr.is-dragging .dark-Table-dragBtn,
|
28824
29132
|
.amis-scope .dark-Table-table > tbody > tr.is-drop-allowed .dark-Table-dragBtn {
|
@@ -28836,6 +29144,28 @@ readers do not read off random characters that represent icons */
|
|
28836
29144
|
left: 0;
|
28837
29145
|
}
|
28838
29146
|
|
29147
|
+
.amis-scope .dark-Table--autoFillHeight {
|
29148
|
+
margin-bottom: 0;
|
29149
|
+
}
|
29150
|
+
|
29151
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-contentWrap > .dark-Table-content table {
|
29152
|
+
border-top: none;
|
29153
|
+
}
|
29154
|
+
|
29155
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-contentWrap > .dark-Table-content table thead {
|
29156
|
+
position: sticky;
|
29157
|
+
top: 0;
|
29158
|
+
z-index: 1;
|
29159
|
+
}
|
29160
|
+
|
29161
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-fixedTop {
|
29162
|
+
display: none;
|
29163
|
+
}
|
29164
|
+
|
29165
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-footToolbar {
|
29166
|
+
margin-bottom: 0;
|
29167
|
+
}
|
29168
|
+
|
28839
29169
|
.amis-scope .dark-InputTable-toolbar {
|
28840
29170
|
display: flex;
|
28841
29171
|
flex-direction: row;
|
@@ -29600,18 +29930,6 @@ readers do not read off random characters that represent icons */
|
|
29600
29930
|
margin-top: var(--gap-xs);
|
29601
29931
|
}
|
29602
29932
|
|
29603
|
-
.amis-scope .dark-Card-checkBtn {
|
29604
|
-
position: absolute;
|
29605
|
-
top: 0;
|
29606
|
-
right: 0;
|
29607
|
-
margin: var(--gap-sm);
|
29608
|
-
z-index: 1;
|
29609
|
-
}
|
29610
|
-
|
29611
|
-
.amis-scope .dark-Card-checkBtn .dark-Checkbox {
|
29612
|
-
margin-right: 0;
|
29613
|
-
}
|
29614
|
-
|
29615
29933
|
.amis-scope .dark-Card-dragBtn {
|
29616
29934
|
cursor: pointer;
|
29617
29935
|
float: right;
|
@@ -29619,7 +29937,8 @@ readers do not read off random characters that represent icons */
|
|
29619
29937
|
}
|
29620
29938
|
|
29621
29939
|
.amis-scope .dark-Card-heading {
|
29622
|
-
|
29940
|
+
display: flex;
|
29941
|
+
flex-direction: row;
|
29623
29942
|
padding: var(--gap-sm) var(--gap-base);
|
29624
29943
|
flex: 1 0 auto;
|
29625
29944
|
}
|
@@ -29646,17 +29965,22 @@ readers do not read off random characters that represent icons */
|
|
29646
29965
|
float: left;
|
29647
29966
|
margin-right: var(--gap-base);
|
29648
29967
|
font-size: var(--fontSizeXl);
|
29649
|
-
text-transform: uppercase
|
29968
|
+
text-transform: uppercase;
|
29650
29969
|
}
|
29651
29970
|
|
29652
29971
|
.amis-scope .dark-Card-meta {
|
29653
29972
|
display: block;
|
29973
|
+
flex-grow: 1;
|
29654
29974
|
height: 100%;
|
29655
|
-
overflow: hidden;
|
29656
29975
|
position: relative;
|
29657
29976
|
margin-right: var(--gap-md);
|
29658
29977
|
}
|
29659
29978
|
|
29979
|
+
.amis-scope .dark-Card-toolbar {
|
29980
|
+
margin-right: calc(-1 * var(--gap-base));
|
29981
|
+
text-align: right;
|
29982
|
+
}
|
29983
|
+
|
29660
29984
|
.amis-scope .dark-Card-highlight {
|
29661
29985
|
background: var(--success);
|
29662
29986
|
width: 0.5rem;
|
@@ -29902,35 +30226,140 @@ readers do not read off random characters that represent icons */
|
|
29902
30226
|
right: 0;
|
29903
30227
|
}
|
29904
30228
|
|
29905
|
-
.amis-scope .dark-Progress {
|
30229
|
+
.amis-scope .dark-Progress-line {
|
30230
|
+
display: inline-block;
|
30231
|
+
width: 100%;
|
30232
|
+
margin-right: calc(-2em + -8px);
|
30233
|
+
padding-right: calc(2em + 8px);
|
30234
|
+
}
|
30235
|
+
|
30236
|
+
.amis-scope .dark-Progress-line-inter {
|
29906
30237
|
height: 10px;
|
29907
|
-
background:
|
30238
|
+
background-color: var(--Progress-bar-backgroundColor);
|
29908
30239
|
overflow: hidden;
|
29909
30240
|
border-radius: var(--Progress-borderRadius);
|
29910
30241
|
}
|
29911
30242
|
|
29912
|
-
.amis-scope .dark-Progress-
|
30243
|
+
.amis-scope .dark-Progress-line-no-label {
|
30244
|
+
padding-right: 0;
|
30245
|
+
margin-right: 0;
|
30246
|
+
}
|
30247
|
+
|
30248
|
+
.amis-scope .dark-Progress-line-text {
|
30249
|
+
display: inline-block;
|
30250
|
+
width: 2em;
|
30251
|
+
margin-left: 8px;
|
30252
|
+
color: var(--text-color);
|
30253
|
+
font-size: var(--fontSizeXs);
|
30254
|
+
white-space: nowrap;
|
30255
|
+
text-align: left;
|
30256
|
+
word-break: normal;
|
30257
|
+
}
|
30258
|
+
|
30259
|
+
.amis-scope .dark-Progress-line-text .icon {
|
30260
|
+
font-size: 15px;
|
30261
|
+
}
|
30262
|
+
|
30263
|
+
.amis-scope .dark-Progress-line-bar {
|
29913
30264
|
float: left;
|
29914
30265
|
width: 0;
|
29915
30266
|
height: 100%;
|
29916
30267
|
font-size: 12px;
|
29917
30268
|
line-height: 10px;
|
29918
|
-
color: #fff;
|
29919
30269
|
text-align: center;
|
29920
30270
|
background: var(--primary);
|
29921
30271
|
transition: width var(--animation-duration) ease;
|
29922
|
-
border-radius: var(--Progress-borderRadius);
|
29923
30272
|
}
|
29924
30273
|
|
29925
|
-
.amis-scope .dark-Progress-bar--stripe {
|
30274
|
+
.amis-scope .dark-Progress-line-bar--stripe {
|
29926
30275
|
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);
|
29927
30276
|
background-size: 2rem 2rem;
|
29928
30277
|
}
|
29929
30278
|
|
29930
|
-
.amis-scope .dark-Progress-bar--animate {
|
30279
|
+
.amis-scope .dark-Progress-line-bar--animate {
|
30280
|
+
position: relative;
|
30281
|
+
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
|
30282
|
+
}
|
30283
|
+
|
30284
|
+
.amis-scope .dark-Progress-line-bar--animate::before {
|
30285
|
+
position: absolute;
|
30286
|
+
top: 0;
|
30287
|
+
right: 0;
|
30288
|
+
bottom: 0;
|
30289
|
+
left: 0;
|
30290
|
+
background: var(--Progress-animate-backgroundColor);
|
30291
|
+
border-radius: 10px;
|
30292
|
+
opacity: 0;
|
30293
|
+
animation: progress-bar-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
|
30294
|
+
content: "";
|
30295
|
+
}
|
30296
|
+
|
30297
|
+
.amis-scope .dark-Progress-line-bar--stripe-animate {
|
29931
30298
|
animation: progress-bar-stripes 1s linear infinite;
|
29932
30299
|
}
|
29933
30300
|
|
30301
|
+
.amis-scope .dark-Progress-circle {
|
30302
|
+
width: 120px;
|
30303
|
+
height: 120px;
|
30304
|
+
position: relative;
|
30305
|
+
}
|
30306
|
+
|
30307
|
+
.amis-scope .dark-Progress-circle-text {
|
30308
|
+
position: absolute;
|
30309
|
+
top: 50%;
|
30310
|
+
left: 50%;
|
30311
|
+
width: 100%;
|
30312
|
+
margin: 0;
|
30313
|
+
padding: 0;
|
30314
|
+
color: var(--text-color);
|
30315
|
+
font-size: 1em;
|
30316
|
+
line-height: 1;
|
30317
|
+
white-space: normal;
|
30318
|
+
text-align: center;
|
30319
|
+
transform: translate(-50%, -50%);
|
30320
|
+
}
|
30321
|
+
|
30322
|
+
.amis-scope .dark-Progress-circle-text .icon {
|
30323
|
+
font-size: 1.2em;
|
30324
|
+
}
|
30325
|
+
|
30326
|
+
.amis-scope .dark-Progress-circle .bg-warning-circle-path {
|
30327
|
+
stroke: var(--warning);
|
30328
|
+
}
|
30329
|
+
|
30330
|
+
.amis-scope .dark-Progress-circle .bg-danger-circle-path {
|
30331
|
+
stroke: var(--danger);
|
30332
|
+
}
|
30333
|
+
|
30334
|
+
.amis-scope .dark-Progress-circle .bg-info-circle-path {
|
30335
|
+
stroke: var(--info);
|
30336
|
+
}
|
30337
|
+
|
30338
|
+
.amis-scope .dark-Progress-circle .bg-success-circle-path {
|
30339
|
+
stroke: var(--success);
|
30340
|
+
}
|
30341
|
+
|
30342
|
+
.amis-scope .dark-Progress-circle .bg-primary-circle-path {
|
30343
|
+
stroke: var(--primary);
|
30344
|
+
}
|
30345
|
+
|
30346
|
+
@keyframes progress-bar-active {
|
30347
|
+
0% {
|
30348
|
+
transform: translateX(-100%) scaleX(0);
|
30349
|
+
opacity: 0.1;
|
30350
|
+
}
|
30351
|
+
|
30352
|
+
20% {
|
30353
|
+
transform: translateX(-100%) scaleX(0);
|
30354
|
+
opacity: 0.5;
|
30355
|
+
}
|
30356
|
+
|
30357
|
+
100% {
|
30358
|
+
transform: translateX(0) scaleX(1);
|
30359
|
+
opacity: 0;
|
30360
|
+
}
|
30361
|
+
}
|
30362
|
+
|
29934
30363
|
@keyframes progress-bar-stripes {
|
29935
30364
|
from {
|
29936
30365
|
background-position: 2rem 0;
|
@@ -30145,7 +30574,7 @@ readers do not read off random characters that represent icons */
|
|
30145
30574
|
|
30146
30575
|
.amis-scope .dark-StatusField-label {
|
30147
30576
|
font-size: var(--fontSizeSm);
|
30148
|
-
margin-left: var(--gap-
|
30577
|
+
margin-left: var(--gap-xs);
|
30149
30578
|
}
|
30150
30579
|
|
30151
30580
|
@keyframes animation-rolling_red {
|
@@ -30815,6 +31244,7 @@ readers do not read off random characters that represent icons */
|
|
30815
31244
|
font-size: 1rem;
|
30816
31245
|
}
|
30817
31246
|
|
31247
|
+
.amis-scope .dark-Image-origin:hover .dark-Image-overlay,
|
30818
31248
|
.amis-scope .dark-Image-thumbWrap:hover .dark-Image-overlay {
|
30819
31249
|
display: flex;
|
30820
31250
|
}
|
@@ -30880,6 +31310,16 @@ readers do not read off random characters that represent icons */
|
|
30880
31310
|
border-color: var(--Form-input-onFocused-borderColor);
|
30881
31311
|
}
|
30882
31312
|
|
31313
|
+
.amis-scope .dark-InputBox--borderHalf {
|
31314
|
+
border-left-color: transparent !important;
|
31315
|
+
border-right-color: transparent !important;
|
31316
|
+
border-top-color: transparent !important;
|
31317
|
+
}
|
31318
|
+
|
31319
|
+
.amis-scope .dark-InputBox--borderNone {
|
31320
|
+
border-color: transparent !important;
|
31321
|
+
}
|
31322
|
+
|
30883
31323
|
.amis-scope .dark-InputBox--inline {
|
30884
31324
|
display: inline-flex;
|
30885
31325
|
}
|
@@ -30981,6 +31421,16 @@ readers do not read off random characters that represent icons */
|
|
30981
31421
|
border-color: var(--Form-input-onFocused-borderColor);
|
30982
31422
|
}
|
30983
31423
|
|
31424
|
+
.amis-scope .dark-ResultBox--borderHalf {
|
31425
|
+
border-left-color: transparent !important;
|
31426
|
+
border-right-color: transparent !important;
|
31427
|
+
border-top-color: transparent !important;
|
31428
|
+
}
|
31429
|
+
|
31430
|
+
.amis-scope .dark-ResultBox--borderNone {
|
31431
|
+
border-color: transparent !important;
|
31432
|
+
}
|
31433
|
+
|
30984
31434
|
.amis-scope .dark-ResultBox.is-error {
|
30985
31435
|
border-color: var(--Form-input-onError-borderColor);
|
30986
31436
|
background: var(--Form-input-onError-bg);
|
@@ -31506,6 +31956,176 @@ readers do not read off random characters that represent icons */
|
|
31506
31956
|
border: 1px solid var(--Steps-status-success);
|
31507
31957
|
}
|
31508
31958
|
|
31959
|
+
.amis-scope .dark-Portlet {
|
31960
|
+
border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
|
31961
|
+
border-radius: var(--Portlet-borderRadius);
|
31962
|
+
padding: var(--gap-base);
|
31963
|
+
}
|
31964
|
+
|
31965
|
+
.amis-scope .dark-Portlet-tab.unactive-select .is-active a:first-child,
|
31966
|
+
.amis-scope .dark-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
31967
|
+
.amis-scope .dark-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
31968
|
+
border: none !important;
|
31969
|
+
color: inherit !important;
|
31970
|
+
cursor: auto !important;
|
31971
|
+
}
|
31972
|
+
|
31973
|
+
.amis-scope .dark-Portlet-tab.no-divider .dark-Tabs-links {
|
31974
|
+
border-bottom: none;
|
31975
|
+
}
|
31976
|
+
|
31977
|
+
.amis-scope .dark-Portlet .dark-Tabs-pane {
|
31978
|
+
padding: unset;
|
31979
|
+
}
|
31980
|
+
|
31981
|
+
.amis-scope .dark-Portlet-toolbar {
|
31982
|
+
display: inline-flex;
|
31983
|
+
float: right;
|
31984
|
+
justify-content: flex-end;
|
31985
|
+
}
|
31986
|
+
|
31987
|
+
.amis-scope .dark-Portlet-toolbar .dark-Button {
|
31988
|
+
margin-left: calc(var(--gap-xs));
|
31989
|
+
}
|
31990
|
+
|
31991
|
+
.amis-scope .dark-Portlet-header-desc {
|
31992
|
+
height: 100%;
|
31993
|
+
overflow: hidden;
|
31994
|
+
position: relative;
|
31995
|
+
margin-left: var(--gap-base);
|
31996
|
+
}
|
31997
|
+
|
31998
|
+
.amis-scope .dark-Portlet.no-header .dark-Portlet-tab .dark-Tabs-links {
|
31999
|
+
display: none;
|
32000
|
+
}
|
32001
|
+
|
32002
|
+
.amis-scope .u-hairline::after {
|
32003
|
+
position: absolute;
|
32004
|
+
box-sizing: border-box;
|
32005
|
+
content: " ";
|
32006
|
+
pointer-events: none;
|
32007
|
+
top: -50%;
|
32008
|
+
right: -50%;
|
32009
|
+
bottom: -50%;
|
32010
|
+
left: -50%;
|
32011
|
+
border: 0 solid var(--borderColorLight);
|
32012
|
+
z-index: 1;
|
32013
|
+
transform: scale(0.5);
|
32014
|
+
}
|
32015
|
+
|
32016
|
+
.amis-scope .dark-GridNav {
|
32017
|
+
display: flex;
|
32018
|
+
flex-wrap: wrap;
|
32019
|
+
}
|
32020
|
+
|
32021
|
+
.amis-scope .dark-GridNav-top {
|
32022
|
+
position: relative;
|
32023
|
+
}
|
32024
|
+
|
32025
|
+
.amis-scope .dark-GridNav-top::after {
|
32026
|
+
border-top-width: 0.0625rem;
|
32027
|
+
}
|
32028
|
+
|
32029
|
+
.amis-scope .dark-GridNavItem {
|
32030
|
+
position: relative;
|
32031
|
+
box-sizing: border-box;
|
32032
|
+
}
|
32033
|
+
|
32034
|
+
.amis-scope .dark-GridNavItem--square {
|
32035
|
+
height: 0;
|
32036
|
+
position: relative;
|
32037
|
+
}
|
32038
|
+
|
32039
|
+
.amis-scope .dark-GridNavItem-icon {
|
32040
|
+
width: var(--rv-grid-item-icon-size);
|
32041
|
+
}
|
32042
|
+
|
32043
|
+
.amis-scope .dark-GridNavItem-text {
|
32044
|
+
color: var(--text-color);
|
32045
|
+
font-size: var(--fontSizeSm);
|
32046
|
+
line-height: 1.5;
|
32047
|
+
word-break: break-all;
|
32048
|
+
flex-shrink: 0;
|
32049
|
+
}
|
32050
|
+
|
32051
|
+
.amis-scope .dark-GridNavItem-icon + .dark-GridNavItem-text {
|
32052
|
+
margin-top: 0.5rem;
|
32053
|
+
}
|
32054
|
+
|
32055
|
+
.amis-scope .dark-GridNavItem-image {
|
32056
|
+
display: inline-block;
|
32057
|
+
}
|
32058
|
+
|
32059
|
+
.amis-scope .dark-GridNavItem-image svg,
|
32060
|
+
.amis-scope .dark-GridNavItem-image img {
|
32061
|
+
max-width: 100%;
|
32062
|
+
display: block;
|
32063
|
+
width: 60%;
|
32064
|
+
margin: 0 auto;
|
32065
|
+
}
|
32066
|
+
|
32067
|
+
.amis-scope .dark-GridNavItem-content {
|
32068
|
+
display: flex;
|
32069
|
+
flex-direction: column;
|
32070
|
+
box-sizing: border-box;
|
32071
|
+
height: 100%;
|
32072
|
+
padding: var(--gap-md) var(--gap-sm);
|
32073
|
+
background-color: var(--white);
|
32074
|
+
position: relative;
|
32075
|
+
}
|
32076
|
+
|
32077
|
+
.amis-scope .dark-GridNavItem-content .dark-Badge-text {
|
32078
|
+
z-index: 10;
|
32079
|
+
}
|
32080
|
+
|
32081
|
+
.amis-scope .dark-GridNavItem-content--border::after {
|
32082
|
+
border-width: 0 var(--borderWidth) var(--borderWidth) 0;
|
32083
|
+
}
|
32084
|
+
|
32085
|
+
.amis-scope .dark-GridNavItem-content--square {
|
32086
|
+
position: absolute;
|
32087
|
+
top: 0;
|
32088
|
+
right: 0;
|
32089
|
+
left: 0;
|
32090
|
+
}
|
32091
|
+
|
32092
|
+
.amis-scope .dark-GridNavItem-content--center {
|
32093
|
+
align-items: center;
|
32094
|
+
justify-content: center;
|
32095
|
+
}
|
32096
|
+
|
32097
|
+
.amis-scope .dark-GridNavItem-content--horizontal {
|
32098
|
+
flex-direction: row;
|
32099
|
+
}
|
32100
|
+
|
32101
|
+
.amis-scope .dark-GridNavItem-content--horizontal .dark-GridNavItem-text {
|
32102
|
+
margin: 0 0 0 var(--gap-sm);
|
32103
|
+
}
|
32104
|
+
|
32105
|
+
.amis-scope .dark-GridNavItem-content--reverse {
|
32106
|
+
flex-direction: column-reverse;
|
32107
|
+
}
|
32108
|
+
|
32109
|
+
.amis-scope .dark-GridNavItem-content--reverse .dark-GridNavItem-text {
|
32110
|
+
margin: 0 0 var(--gap-sm);
|
32111
|
+
}
|
32112
|
+
|
32113
|
+
.amis-scope .dark-GridNavItem-content--horizontal .dark-GridNavItem-content--reverse {
|
32114
|
+
flex-direction: row-reverse;
|
32115
|
+
}
|
32116
|
+
|
32117
|
+
.amis-scope .dark-GridNavItem-content--horizontal .dark-GridNavItem-content--reverse .dark-GridNavItem-text {
|
32118
|
+
margin: 0 var(--gap-sm) 0 0;
|
32119
|
+
}
|
32120
|
+
|
32121
|
+
.amis-scope .dark-GridNavItem-content--surround::after {
|
32122
|
+
border-width: var(--borderWidth);
|
32123
|
+
}
|
32124
|
+
|
32125
|
+
.amis-scope .dark-GridNavItem-content--clickable {
|
32126
|
+
cursor: pointer;
|
32127
|
+
}
|
32128
|
+
|
31509
32129
|
.amis-scope fieldset.dark-Collapse--lg,
|
31510
32130
|
.amis-scope fieldset.dark-Collapse--md,
|
31511
32131
|
.amis-scope fieldset.dark-Collapse--base,
|
@@ -31554,6 +32174,10 @@ readers do not read off random characters that represent icons */
|
|
31554
32174
|
position: relative;
|
31555
32175
|
}
|
31556
32176
|
|
32177
|
+
.amis-scope fieldset.dark-Collapse {
|
32178
|
+
margin-bottom: var(--Form-item-gap);
|
32179
|
+
}
|
32180
|
+
|
31557
32181
|
.amis-scope fieldset.dark-Collapse > legend {
|
31558
32182
|
font-weight: var(--fontWeightNormal);
|
31559
32183
|
padding: var(--gap-xs) 0;
|
@@ -31564,11 +32188,16 @@ readers do not read off random characters that represent icons */
|
|
31564
32188
|
margin: var(--gap-base) 0;
|
31565
32189
|
padding: 0 0 0 14px;
|
31566
32190
|
cursor: pointer;
|
31567
|
-
border-bottom:
|
32191
|
+
border-bottom: none !important;
|
32192
|
+
background: transparent;
|
31568
32193
|
display: flex;
|
31569
32194
|
flex-direction: row;
|
31570
32195
|
}
|
31571
32196
|
|
32197
|
+
.amis-scope fieldset.dark-Collapse > legend:hover {
|
32198
|
+
background: transparent;
|
32199
|
+
}
|
32200
|
+
|
31572
32201
|
.amis-scope fieldset.dark-Collapse--xs {
|
31573
32202
|
padding: 20px 5px 5px 5px;
|
31574
32203
|
}
|
@@ -32650,7 +33279,7 @@ readers do not read off random characters that represent icons */
|
|
32650
33279
|
color: #999;
|
32651
33280
|
}
|
32652
33281
|
|
32653
|
-
.amis-scope .dark-
|
33282
|
+
.amis-scope .dark-Selection > .dark-Checkbox {
|
32654
33283
|
display: block;
|
32655
33284
|
height: var(--Form-input-height);
|
32656
33285
|
line-height: var(--Form-input-lineHeight);
|
@@ -32658,43 +33287,36 @@ readers do not read off random characters that represent icons */
|
|
32658
33287
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
|
32659
33288
|
}
|
32660
33289
|
|
32661
|
-
.amis-scope .dark-
|
33290
|
+
.amis-scope .dark-Selection--inline > .dark-Checkbox {
|
32662
33291
|
display: inline-block;
|
32663
33292
|
}
|
32664
33293
|
|
32665
|
-
.amis-scope .dark-
|
33294
|
+
.amis-scope .dark-Selection-addBtn {
|
32666
33295
|
display: block;
|
32667
33296
|
cursor: pointer;
|
32668
33297
|
}
|
32669
33298
|
|
32670
|
-
.amis-scope .dark-
|
33299
|
+
.amis-scope .dark-Selection-addBtn:hover {
|
32671
33300
|
text-decoration: none;
|
32672
33301
|
}
|
32673
33302
|
|
32674
|
-
.amis-scope .dark-
|
33303
|
+
.amis-scope .dark-Selection-addBtn > svg {
|
32675
33304
|
width: 0.875rem;
|
32676
33305
|
height: 0.875rem;
|
32677
33306
|
margin-right: var(--Checkbox-gap);
|
32678
33307
|
}
|
32679
33308
|
|
32680
|
-
.amis-scope .dark-
|
32681
|
-
.amis-scope .dark-ListCheckboxes-group:not(:first-child) > .dark-ListRadios-itemLabel,
|
32682
|
-
.amis-scope .dark-ListRadios-group:not(:first-child) > .dark-ListCheckboxes-itemLabel,
|
32683
|
-
.amis-scope .dark-ListRadios-group:not(:first-child) > .dark-ListRadios-itemLabel {
|
33309
|
+
.amis-scope .dark-GroupedSelection-group:not(:first-child) > .dark-GroupedSelection-itemLabel {
|
32684
33310
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
32685
33311
|
}
|
32686
33312
|
|
32687
|
-
.amis-scope .dark-
|
32688
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListRadios-itemLabel,
|
32689
|
-
.amis-scope .dark-ListRadios-group > .dark-ListCheckboxes-itemLabel,
|
32690
|
-
.amis-scope .dark-ListRadios-group > .dark-ListRadios-itemLabel {
|
33313
|
+
.amis-scope .dark-GroupedSelection-group > .dark-GroupedSelection-itemLabel {
|
32691
33314
|
font-size: var(--fontSizeSm);
|
32692
33315
|
padding: var(--gap-xs) var(--gap-xs);
|
32693
33316
|
color: var(--text--muted-color);
|
32694
33317
|
}
|
32695
33318
|
|
32696
|
-
.amis-scope .dark-
|
32697
|
-
.amis-scope .dark-ListRadios-item {
|
33319
|
+
.amis-scope .dark-GroupedSelection-item {
|
32698
33320
|
display: flex;
|
32699
33321
|
height: var(--Form-input-height);
|
32700
33322
|
line-height: var(--Form-input-lineHeight);
|
@@ -32705,51 +33327,37 @@ readers do not read off random characters that represent icons */
|
|
32705
33327
|
user-select: none;
|
32706
33328
|
}
|
32707
33329
|
|
32708
|
-
.amis-scope .dark-
|
32709
|
-
.amis-scope .dark-ListRadios-item > .dark-Checkbox {
|
33330
|
+
.amis-scope .dark-GroupedSelection-item > .dark-Checkbox {
|
32710
33331
|
margin-right: 0;
|
32711
33332
|
}
|
32712
33333
|
|
32713
|
-
.amis-scope .dark-
|
32714
|
-
.amis-scope .dark-ListRadios-item.is-active {
|
33334
|
+
.amis-scope .dark-GroupedSelection-item.is-active {
|
32715
33335
|
color: var(--Form-select-menu-onActive-color);
|
32716
33336
|
background: var(--Form-select-menu-onActive-bg);
|
32717
33337
|
}
|
32718
33338
|
|
32719
|
-
.amis-scope .dark-
|
32720
|
-
.amis-scope .dark-ListRadios-item:hover {
|
33339
|
+
.amis-scope .dark-GroupedSelection-item:hover {
|
32721
33340
|
background: var(--Tree-item-onHover-bg);
|
32722
33341
|
}
|
32723
33342
|
|
32724
|
-
.amis-scope .dark-
|
32725
|
-
.amis-scope .dark-ListRadios-item.is-disabled {
|
33343
|
+
.amis-scope .dark-GroupedSelection-item.is-disabled {
|
32726
33344
|
pointer-events: none;
|
32727
33345
|
color: var(--text--muted-color);
|
32728
33346
|
}
|
32729
33347
|
|
32730
|
-
.amis-scope .dark-
|
32731
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListCheckboxes-items > .dark-ListRadios-item,
|
32732
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListRadios-items > .dark-ListCheckboxes-item,
|
32733
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListRadios-items > .dark-ListRadios-item,
|
32734
|
-
.amis-scope .dark-ListRadios-group > .dark-ListCheckboxes-items > .dark-ListCheckboxes-item,
|
32735
|
-
.amis-scope .dark-ListRadios-group > .dark-ListCheckboxes-items > .dark-ListRadios-item,
|
32736
|
-
.amis-scope .dark-ListRadios-group > .dark-ListRadios-items > .dark-ListCheckboxes-item,
|
32737
|
-
.amis-scope .dark-ListRadios-group > .dark-ListRadios-items > .dark-ListRadios-item {
|
33348
|
+
.amis-scope .dark-GroupedSelection-group > .dark-GroupedSelection-items > .dark-GroupedSelection-item {
|
32738
33349
|
padding-left: var(--gap-base);
|
32739
33350
|
}
|
32740
33351
|
|
32741
|
-
.amis-scope .dark-
|
32742
|
-
.amis-scope .dark-ListRadios-itemLabel {
|
33352
|
+
.amis-scope .dark-GroupedSelection-itemLabel {
|
32743
33353
|
flex-grow: 1;
|
32744
33354
|
}
|
32745
33355
|
|
32746
|
-
.amis-scope .dark-
|
32747
|
-
.amis-scope .dark-ListRadios-itemLabel span {
|
33356
|
+
.amis-scope .dark-GroupedSelection-itemLabel span {
|
32748
33357
|
white-space: nowrap;
|
32749
33358
|
}
|
32750
33359
|
|
32751
|
-
.amis-scope .dark-
|
32752
|
-
.amis-scope .dark-ListRadios-placeholder {
|
33360
|
+
.amis-scope .dark-GroupedSelection-placeholder {
|
32753
33361
|
height: var(--Form-input-height);
|
32754
33362
|
line-height: var(--Form-input-lineHeight);
|
32755
33363
|
font-size: var(--Form-input-fontSize);
|
@@ -32757,52 +33365,54 @@ readers do not read off random characters that represent icons */
|
|
32757
33365
|
color: var(--text--muted-color);
|
32758
33366
|
}
|
32759
33367
|
|
32760
|
-
.amis-scope .dark-
|
33368
|
+
.amis-scope .dark-TableSelection .dark-Table-content {
|
32761
33369
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
32762
33370
|
}
|
32763
33371
|
|
32764
|
-
.amis-scope .dark-
|
32765
|
-
.amis-scope .dark-
|
33372
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th,
|
33373
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr > td {
|
32766
33374
|
font-size: var(--fontSizeSm);
|
32767
33375
|
padding-top: var(--gap-xs);
|
32768
33376
|
padding-bottom: 0.375rem;
|
32769
33377
|
vertical-align: middle;
|
32770
33378
|
}
|
32771
33379
|
|
32772
|
-
.amis-scope .dark-
|
33380
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th {
|
32773
33381
|
padding-top: 0.375rem;
|
32774
33382
|
}
|
32775
33383
|
|
32776
|
-
.amis-scope .dark-
|
32777
|
-
.amis-scope .dark-
|
33384
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th:first-child,
|
33385
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr > td:first-child {
|
32778
33386
|
padding-left: 0.625rem;
|
32779
33387
|
padding-right: 0;
|
32780
33388
|
}
|
32781
33389
|
|
32782
|
-
.amis-scope .dark-
|
32783
|
-
.amis-scope .dark-
|
33390
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th:last-child,
|
33391
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr > td:last-child {
|
32784
33392
|
padding-right: var(--gap-md);
|
32785
33393
|
}
|
32786
33394
|
|
32787
|
-
.amis-scope .dark-
|
33395
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr {
|
32788
33396
|
cursor: pointer;
|
32789
33397
|
}
|
32790
33398
|
|
32791
|
-
.amis-scope .dark-
|
32792
|
-
|
33399
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr.is-active {
|
33400
|
+
color: var(--Form-select-menu-onActive-color);
|
33401
|
+
background: var(--Form-select-menu-onActive-bg);
|
33402
|
+
}
|
33403
|
+
|
33404
|
+
.amis-scope .dark-TreeSelection .dark-Table-expandBtn {
|
32793
33405
|
color: var(--icon-color);
|
32794
33406
|
margin-right: 5px;
|
32795
33407
|
}
|
32796
33408
|
|
32797
|
-
.amis-scope .dark-
|
32798
|
-
.amis-scope .dark-TreeRadios-sublist {
|
33409
|
+
.amis-scope .dark-TreeSelection-sublist {
|
32799
33410
|
position: relative;
|
32800
33411
|
margin: 0 0 0 2.1875rem;
|
32801
33412
|
display: none;
|
32802
33413
|
}
|
32803
33414
|
|
32804
|
-
.amis-scope .dark-
|
32805
|
-
.amis-scope .dark-TreeRadios-sublist:before {
|
33415
|
+
.amis-scope .dark-TreeSelection-sublist:before {
|
32806
33416
|
width: 1px;
|
32807
33417
|
content: "";
|
32808
33418
|
display: block;
|
@@ -32813,29 +33423,19 @@ readers do not read off random characters that represent icons */
|
|
32813
33423
|
border-left: dashed 1px var(--icon-color);
|
32814
33424
|
}
|
32815
33425
|
|
32816
|
-
.amis-scope .dark-
|
32817
|
-
.amis-scope .dark-TreeRadios-item {
|
33426
|
+
.amis-scope .dark-TreeSelection-item {
|
32818
33427
|
position: relative;
|
32819
33428
|
}
|
32820
33429
|
|
32821
|
-
.amis-scope .dark-
|
32822
|
-
.amis-scope .dark-TreeCheckboxes-item.is-expanded > .dark-TreeRadios-sublist,
|
32823
|
-
.amis-scope .dark-TreeRadios-item.is-expanded > .dark-TreeCheckboxes-sublist,
|
32824
|
-
.amis-scope .dark-TreeRadios-item.is-expanded > .dark-TreeRadios-sublist {
|
33430
|
+
.amis-scope .dark-TreeSelection-item.is-expanded > .dark-TreeSelection-sublist {
|
32825
33431
|
display: block;
|
32826
33432
|
}
|
32827
33433
|
|
32828
|
-
.amis-scope .dark-
|
32829
|
-
.amis-scope .dark-TreeCheckboxes-item:not(:last-child) > .dark-TreeRadios-sublist:before,
|
32830
|
-
.amis-scope .dark-TreeRadios-item:not(:last-child) > .dark-TreeCheckboxes-sublist:before,
|
32831
|
-
.amis-scope .dark-TreeRadios-item:not(:last-child) > .dark-TreeRadios-sublist:before {
|
33434
|
+
.amis-scope .dark-TreeSelection-item:not(:last-child) > .dark-TreeSelection-sublist:before {
|
32832
33435
|
bottom: 0;
|
32833
33436
|
}
|
32834
33437
|
|
32835
|
-
.amis-scope .dark-
|
32836
|
-
.amis-scope .dark-TreeCheckboxes-sublist .dark-TreeRadios-item:before,
|
32837
|
-
.amis-scope .dark-TreeRadios-sublist .dark-TreeCheckboxes-item:before,
|
32838
|
-
.amis-scope .dark-TreeRadios-sublist .dark-TreeRadios-item:before {
|
33438
|
+
.amis-scope .dark-TreeSelection-sublist .dark-TreeSelection-item:before {
|
32839
33439
|
height: 1px;
|
32840
33440
|
content: "";
|
32841
33441
|
display: block;
|
@@ -32846,8 +33446,7 @@ readers do not read off random characters that represent icons */
|
|
32846
33446
|
border-top: dashed 1px var(--icon-color);
|
32847
33447
|
}
|
32848
33448
|
|
32849
|
-
.amis-scope .dark-
|
32850
|
-
.amis-scope .dark-TreeRadios-itemInner {
|
33449
|
+
.amis-scope .dark-TreeSelection-itemInner {
|
32851
33450
|
display: flex;
|
32852
33451
|
align-items: center;
|
32853
33452
|
height: var(--Form-input-height);
|
@@ -32860,20 +33459,17 @@ readers do not read off random characters that represent icons */
|
|
32860
33459
|
position: relative;
|
32861
33460
|
}
|
32862
33461
|
|
32863
|
-
.amis-scope .dark-
|
32864
|
-
.amis-scope .dark-TreeRadios-itemInner > .dark-Checkbox {
|
33462
|
+
.amis-scope .dark-TreeSelection-itemInner > .dark-Checkbox {
|
32865
33463
|
margin-right: 0;
|
32866
33464
|
margin-left: var(--gap-sm);
|
32867
33465
|
}
|
32868
33466
|
|
32869
|
-
.amis-scope .dark-
|
32870
|
-
.amis-scope .dark-TreeRadios-itemInner > * {
|
33467
|
+
.amis-scope .dark-TreeSelection-itemInner > * {
|
32871
33468
|
position: relative;
|
32872
33469
|
z-index: 2;
|
32873
33470
|
}
|
32874
33471
|
|
32875
|
-
.amis-scope .dark-
|
32876
|
-
.amis-scope .dark-TreeRadios-itemInner:hover:after {
|
33472
|
+
.amis-scope .dark-TreeSelection-itemInner:hover:after {
|
32877
33473
|
position: absolute;
|
32878
33474
|
content: "";
|
32879
33475
|
z-index: 1;
|
@@ -32884,24 +33480,20 @@ readers do not read off random characters that represent icons */
|
|
32884
33480
|
background: var(--Tree-item-onHover-bg);
|
32885
33481
|
}
|
32886
33482
|
|
32887
|
-
.amis-scope .dark-
|
32888
|
-
.amis-scope .dark-TreeRadios-itemInner.is-active {
|
33483
|
+
.amis-scope .dark-TreeSelection-itemInner.is-active {
|
32889
33484
|
color: var(--Form-select-menu-onActive-color);
|
32890
33485
|
}
|
32891
33486
|
|
32892
|
-
.amis-scope .dark-
|
32893
|
-
.amis-scope .dark-TreeRadios-itemInner.is-disabled {
|
33487
|
+
.amis-scope .dark-TreeSelection-itemInner.is-disabled {
|
32894
33488
|
pointer-events: none;
|
32895
33489
|
color: var(--text--muted-color);
|
32896
33490
|
}
|
32897
33491
|
|
32898
|
-
.amis-scope .dark-
|
32899
|
-
.amis-scope .dark-TreeRadios-itemLabel {
|
33492
|
+
.amis-scope .dark-TreeSelection-itemLabel {
|
32900
33493
|
flex-grow: 1;
|
32901
33494
|
}
|
32902
33495
|
|
32903
|
-
.amis-scope .dark-
|
32904
|
-
.amis-scope .dark-TreeRadios-placeholder {
|
33496
|
+
.amis-scope .dark-TreeSelection-placeholder {
|
32905
33497
|
height: var(--Form-input-height);
|
32906
33498
|
line-height: var(--Form-input-lineHeight);
|
32907
33499
|
font-size: var(--Form-input-fontSize);
|
@@ -32909,27 +33501,27 @@ readers do not read off random characters that represent icons */
|
|
32909
33501
|
color: var(--text--muted-color);
|
32910
33502
|
}
|
32911
33503
|
|
32912
|
-
.amis-scope .dark-
|
33504
|
+
.amis-scope .dark-ChainedSelection {
|
32913
33505
|
display: flex;
|
32914
33506
|
flex-direction: row;
|
32915
33507
|
}
|
32916
33508
|
|
32917
|
-
.amis-scope .dark-
|
33509
|
+
.amis-scope .dark-ChainedSelection-col {
|
32918
33510
|
flex-grow: 1;
|
32919
33511
|
min-width: 150px;
|
32920
33512
|
}
|
32921
33513
|
|
32922
|
-
.amis-scope .dark-
|
33514
|
+
.amis-scope .dark-ChainedSelection-col:not(:last-child) {
|
32923
33515
|
border-right: 1px solid var(--borderColor);
|
32924
33516
|
}
|
32925
33517
|
|
32926
|
-
.amis-scope .dark-
|
33518
|
+
.amis-scope .dark-ChainedSelection-subTitle {
|
32927
33519
|
font-size: var(--fontSizeSm);
|
32928
33520
|
padding: var(--gap-xs) var(--gap-xs);
|
32929
33521
|
color: var(--text--muted-color);
|
32930
33522
|
}
|
32931
33523
|
|
32932
|
-
.amis-scope .dark-
|
33524
|
+
.amis-scope .dark-ChainedSelection-item {
|
32933
33525
|
display: flex;
|
32934
33526
|
height: var(--Form-input-height);
|
32935
33527
|
line-height: var(--Form-input-lineHeight);
|
@@ -32940,29 +33532,29 @@ readers do not read off random characters that represent icons */
|
|
32940
33532
|
user-select: none;
|
32941
33533
|
}
|
32942
33534
|
|
32943
|
-
.amis-scope .dark-
|
33535
|
+
.amis-scope .dark-ChainedSelection-item > .dark-Checkbox {
|
32944
33536
|
margin-right: 0;
|
32945
33537
|
}
|
32946
33538
|
|
32947
|
-
.amis-scope .dark-
|
33539
|
+
.amis-scope .dark-ChainedSelection-item.is-active {
|
32948
33540
|
color: var(--Form-select-menu-onActive-color);
|
32949
33541
|
background: var(--Form-select-menu-onActive-bg);
|
32950
33542
|
}
|
32951
33543
|
|
32952
|
-
.amis-scope .dark-
|
33544
|
+
.amis-scope .dark-ChainedSelection-item:hover {
|
32953
33545
|
background: var(--Tree-item-onHover-bg);
|
32954
33546
|
}
|
32955
33547
|
|
32956
|
-
.amis-scope .dark-
|
33548
|
+
.amis-scope .dark-ChainedSelection-item.is-disabled {
|
32957
33549
|
pointer-events: none;
|
32958
33550
|
color: var(--text--muted-color);
|
32959
33551
|
}
|
32960
33552
|
|
32961
|
-
.amis-scope .dark-
|
33553
|
+
.amis-scope .dark-ChainedSelection-itemLabel {
|
32962
33554
|
flex-grow: 1;
|
32963
33555
|
}
|
32964
33556
|
|
32965
|
-
.amis-scope .dark-
|
33557
|
+
.amis-scope .dark-ChainedSelection-placeholder {
|
32966
33558
|
height: var(--Form-input-height);
|
32967
33559
|
line-height: var(--Form-input-lineHeight);
|
32968
33560
|
font-size: var(--Form-input-fontSize);
|
@@ -32970,34 +33562,35 @@ readers do not read off random characters that represent icons */
|
|
32970
33562
|
color: var(--text--muted-color);
|
32971
33563
|
}
|
32972
33564
|
|
32973
|
-
.amis-scope .dark-
|
33565
|
+
.amis-scope .dark-AssociatedSelection {
|
32974
33566
|
display: flex;
|
32975
33567
|
flex-direction: row;
|
32976
33568
|
}
|
32977
33569
|
|
32978
|
-
.amis-scope .dark-
|
32979
|
-
.amis-scope .dark-
|
33570
|
+
.amis-scope .dark-AssociatedSelection-left,
|
33571
|
+
.amis-scope .dark-AssociatedSelection-right {
|
32980
33572
|
flex-grow: 1;
|
32981
33573
|
width: 0;
|
32982
|
-
height:
|
33574
|
+
min-height: 12.5rem;
|
33575
|
+
max-height: 25rem;
|
32983
33576
|
overflow: auto;
|
32984
33577
|
}
|
32985
33578
|
|
32986
|
-
.amis-scope .dark-
|
33579
|
+
.amis-scope .dark-AssociatedSelection-left {
|
32987
33580
|
border-right: 1px solid var(--borderColor);
|
32988
33581
|
}
|
32989
33582
|
|
32990
|
-
.amis-scope .dark-
|
33583
|
+
.amis-scope .dark-AssociatedSelection-reload {
|
32991
33584
|
text-align: center;
|
32992
33585
|
color: var(--info);
|
32993
33586
|
margin: 20px 0 0;
|
32994
33587
|
}
|
32995
33588
|
|
32996
|
-
.amis-scope .dark-
|
33589
|
+
.amis-scope .dark-AssociatedSelection-reload.is-clickable {
|
32997
33590
|
cursor: pointer;
|
32998
33591
|
}
|
32999
33592
|
|
33000
|
-
.amis-scope .dark-
|
33593
|
+
.amis-scope .dark-AssociatedSelection-box {
|
33001
33594
|
line-height: var(--Form-input-lineHeight);
|
33002
33595
|
font-size: var(--fontSizeSm);
|
33003
33596
|
color: var(--text--muted-color);
|
@@ -33009,7 +33602,7 @@ readers do not read off random characters that represent icons */
|
|
33009
33602
|
height: 100%;
|
33010
33603
|
}
|
33011
33604
|
|
33012
|
-
.amis-scope .dark-
|
33605
|
+
.amis-scope .dark-AssociatedSelection-box > p {
|
33013
33606
|
text-align: center;
|
33014
33607
|
margin: 10px 0 20px;
|
33015
33608
|
color: var(--text--muted-color);
|
@@ -34060,7 +34653,7 @@ readers do not read off random characters that represent icons */
|
|
34060
34653
|
.amis-scope .dark-ColorPicker-preview {
|
34061
34654
|
display: flex;
|
34062
34655
|
align-items: center;
|
34063
|
-
margin-
|
34656
|
+
margin-right: var(--gap-sm);
|
34064
34657
|
cursor: pointer;
|
34065
34658
|
}
|
34066
34659
|
|
@@ -34093,14 +34686,42 @@ readers do not read off random characters that represent icons */
|
|
34093
34686
|
fill: var(--Form-input-onHover-iconColor);
|
34094
34687
|
}
|
34095
34688
|
|
34689
|
+
.amis-scope .dark-ColorPicker-arrow {
|
34690
|
+
margin-right: var(--gap-xs);
|
34691
|
+
width: var(--gap-md);
|
34692
|
+
text-align: center;
|
34693
|
+
display: flex;
|
34694
|
+
align-items: center;
|
34695
|
+
justify-content: center;
|
34696
|
+
line-height: 1;
|
34697
|
+
}
|
34698
|
+
|
34699
|
+
.amis-scope .dark-ColorPicker-arrow > svg {
|
34700
|
+
transition: transform var(--animation-duration);
|
34701
|
+
display: inline-block;
|
34702
|
+
color: var(--Form-select-caret-iconColor);
|
34703
|
+
width: 10px;
|
34704
|
+
height: 10px;
|
34705
|
+
top: 0;
|
34706
|
+
}
|
34707
|
+
|
34708
|
+
.amis-scope .dark-ColorPicker.is-opened .dark-ColorPicker-arrow > svg {
|
34709
|
+
transform: rotate(180deg);
|
34710
|
+
}
|
34711
|
+
|
34712
|
+
.amis-scope .dark-ColorPicker-popover {
|
34713
|
+
border: none;
|
34714
|
+
box-shadow: none;
|
34715
|
+
}
|
34716
|
+
|
34096
34717
|
.amis-scope .dark-ColorControl:not(.is-inline) > .dark-ColorPicker {
|
34097
34718
|
display: flex;
|
34098
34719
|
}
|
34099
34720
|
|
34100
34721
|
.amis-scope .sketch-picker {
|
34101
|
-
box-shadow: none !important;
|
34102
|
-
border-radius: 0 !important;
|
34103
34722
|
border: none !important;
|
34723
|
+
border-radius: var(--borderRadius) !important;
|
34724
|
+
box-shadow: var(--ColorPicker-boxShadow) !important;
|
34104
34725
|
}
|
34105
34726
|
|
34106
34727
|
.amis-scope .dark-DatePicker {
|
@@ -35044,6 +35665,17 @@ readers do not read off random characters that represent icons */
|
|
35044
35665
|
height: 100%;
|
35045
35666
|
}
|
35046
35667
|
|
35668
|
+
.amis-scope .dark-FileControl-templateInfo {
|
35669
|
+
display: block;
|
35670
|
+
margin-bottom: var(--gap-base);
|
35671
|
+
padding: var(--Button-paddingY) var(--Button-paddingX);
|
35672
|
+
cursor: pointer;
|
35673
|
+
}
|
35674
|
+
|
35675
|
+
.amis-scope .dark-FileControl-templateInfo > svg {
|
35676
|
+
margin-right: var(--gap-xs);
|
35677
|
+
}
|
35678
|
+
|
35047
35679
|
.amis-scope .dark-FileControl-dropzone {
|
35048
35680
|
outline: none;
|
35049
35681
|
}
|
@@ -35729,6 +36361,10 @@ readers do not read off random characters that represent icons */
|
|
35729
36361
|
pointer-events: none;
|
35730
36362
|
}
|
35731
36363
|
|
36364
|
+
.amis-scope .dark-Tree.is-draggable {
|
36365
|
+
position: relative;
|
36366
|
+
}
|
36367
|
+
|
35732
36368
|
.amis-scope .dark-Tree--outline .dark-Tree-sublist .dark-Tree-item--isLeaf:before {
|
35733
36369
|
position: absolute;
|
35734
36370
|
top: -8px;
|
@@ -35769,6 +36405,10 @@ readers do not read off random characters that represent icons */
|
|
35769
36405
|
left: -99999px;
|
35770
36406
|
}
|
35771
36407
|
|
36408
|
+
.amis-scope .dark-Tree.is-draggable .dark-Tree-itemLabel:hover::after {
|
36409
|
+
display: none;
|
36410
|
+
}
|
36411
|
+
|
35772
36412
|
.amis-scope .dark-Tree-item-icons {
|
35773
36413
|
visibility: hidden;
|
35774
36414
|
transition: visibility var(--animation-duration) ease;
|
@@ -35882,6 +36522,11 @@ readers do not read off random characters that represent icons */
|
|
35882
36522
|
width: calc(var(--Tree-itemArrowWidth) + var(--gap-xs));
|
35883
36523
|
}
|
35884
36524
|
|
36525
|
+
.amis-scope .dark-Tree-itemDrager {
|
36526
|
+
cursor: move;
|
36527
|
+
color: var(--icon-color);
|
36528
|
+
}
|
36529
|
+
|
35885
36530
|
.amis-scope .dark-Tree-spinner {
|
35886
36531
|
margin-right: var(--gap-xs);
|
35887
36532
|
}
|
@@ -35928,6 +36573,35 @@ readers do not read off random characters that represent icons */
|
|
35928
36573
|
color: var(--text--muted-color);
|
35929
36574
|
}
|
35930
36575
|
|
36576
|
+
.amis-scope .dark-Tree-dropIndicator {
|
36577
|
+
position: absolute;
|
36578
|
+
height: 0.125rem;
|
36579
|
+
background-color: var(--Tree-itemLabel--onChecked-color);
|
36580
|
+
border-radius: 0.0625rem;
|
36581
|
+
z-index: 1;
|
36582
|
+
}
|
36583
|
+
|
36584
|
+
.amis-scope .dark-Tree-dropIndicator::after {
|
36585
|
+
position: absolute;
|
36586
|
+
top: -0.1875rem;
|
36587
|
+
left: -0.375rem;
|
36588
|
+
width: 0.5rem;
|
36589
|
+
height: 0.5rem;
|
36590
|
+
background-color: transparent;
|
36591
|
+
border: 0.125rem solid var(--Tree-itemLabel--onChecked-color);
|
36592
|
+
border-radius: 50%;
|
36593
|
+
content: "";
|
36594
|
+
}
|
36595
|
+
|
36596
|
+
.amis-scope .dark-Tree-dropIndicator--hover {
|
36597
|
+
border-radius: 0;
|
36598
|
+
background-color: var(--Tree-item-onHover-bg);
|
36599
|
+
}
|
36600
|
+
|
36601
|
+
.amis-scope .dark-Tree-dropIndicator--hover::after {
|
36602
|
+
display: none;
|
36603
|
+
}
|
36604
|
+
|
35931
36605
|
.amis-scope .dark-TreeSelectControl {
|
35932
36606
|
position: relative;
|
35933
36607
|
}
|
@@ -36258,6 +36932,8 @@ readers do not read off random characters that represent icons */
|
|
36258
36932
|
|
36259
36933
|
.amis-scope .dark-Combo--hor .dark-Combo-itemDrager {
|
36260
36934
|
padding: var(--Combo--horizontal-dragger-top) 0.375rem 0 0;
|
36935
|
+
display: flex;
|
36936
|
+
align-items: center;
|
36261
36937
|
}
|
36262
36938
|
|
36263
36939
|
.amis-scope .dark-Combo--ver:not(.dark-Combo--noBorder)::before,
|
@@ -36319,6 +36995,8 @@ readers do not read off random characters that represent icons */
|
|
36319
36995
|
position: absolute;
|
36320
36996
|
top: var(--Combo--horizontal-dragger-top);
|
36321
36997
|
left: -1.875rem;
|
36998
|
+
display: flex;
|
36999
|
+
align-items: center;
|
36322
37000
|
}
|
36323
37001
|
|
36324
37002
|
.amis-scope .dark-Combo--ver:not(.dark-Combo--noBorder).is-draggable > .dark-Combo-items > .dark-Combo-item {
|
@@ -36947,19 +37625,19 @@ readers do not read off random characters that represent icons */
|
|
36947
37625
|
border-radius: var(--borderRadius);
|
36948
37626
|
}
|
36949
37627
|
|
36950
|
-
.amis-scope .dark-Transfer-select > .dark-Transfer-
|
36951
|
-
.amis-scope .dark-Transfer-result > .dark-Transfer-
|
37628
|
+
.amis-scope .dark-Transfer-select > .dark-Transfer-selection,
|
37629
|
+
.amis-scope .dark-Transfer-result > .dark-Transfer-value {
|
36952
37630
|
flex-grow: 1;
|
36953
37631
|
max-height: 100%;
|
36954
37632
|
overflow: auto;
|
36955
37633
|
position: relative;
|
36956
37634
|
}
|
36957
37635
|
|
36958
|
-
.amis-scope .dark-Transfer-search + .dark-Transfer-
|
37636
|
+
.amis-scope .dark-Transfer-search + .dark-Transfer-selection {
|
36959
37637
|
border-top: 1px solid var(--borderColor);
|
36960
37638
|
}
|
36961
37639
|
|
36962
|
-
.amis-scope .dark-Transfer-
|
37640
|
+
.amis-scope .dark-Transfer-selection .dark-ListSelection-placeholder {
|
36963
37641
|
height: 100%;
|
36964
37642
|
display: flex;
|
36965
37643
|
align-items: center;
|
@@ -37007,13 +37685,30 @@ readers do not read off random characters that represent icons */
|
|
37007
37685
|
color: var(--text--muted-color);
|
37008
37686
|
}
|
37009
37687
|
|
37010
|
-
.amis-scope .dark-Transfer-
|
37688
|
+
.amis-scope .dark-TabsTransfer .dark-Transfer-title {
|
37689
|
+
height: 40px;
|
37690
|
+
}
|
37691
|
+
|
37692
|
+
.amis-scope .dark-TabsTransfer-placeholder {
|
37693
|
+
height: var(--Form-input-height);
|
37694
|
+
line-height: var(--Form-input-lineHeight);
|
37695
|
+
font-size: var(--Form-input-fontSize);
|
37696
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
37697
|
+
color: var(--text--muted-color);
|
37698
|
+
}
|
37699
|
+
|
37700
|
+
.amis-scope .dark-TabsTransfer-tab {
|
37701
|
+
padding: 0;
|
37702
|
+
overflow: auto;
|
37703
|
+
}
|
37704
|
+
|
37705
|
+
.amis-scope .dark-TabsTransfer-tabs {
|
37011
37706
|
display: flex;
|
37012
37707
|
flex-direction: column;
|
37013
37708
|
height: 100%;
|
37014
37709
|
}
|
37015
37710
|
|
37016
|
-
.amis-scope .dark-
|
37711
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links {
|
37017
37712
|
border-top: 0 none;
|
37018
37713
|
padding: 5px 0 0 5px;
|
37019
37714
|
display: flex;
|
@@ -37022,59 +37717,48 @@ readers do not read off random characters that represent icons */
|
|
37022
37717
|
align-items: center;
|
37023
37718
|
}
|
37024
37719
|
|
37025
|
-
.amis-scope .dark-
|
37720
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links > .dark-Tabs-link > a:first-child {
|
37026
37721
|
font-size: 12px;
|
37027
37722
|
padding: 7px 8px;
|
37028
37723
|
}
|
37029
37724
|
|
37030
|
-
.amis-scope .dark-
|
37725
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links .dark-TabsTransfer-tabsMid {
|
37031
37726
|
flex-grow: 1;
|
37032
37727
|
}
|
37033
37728
|
|
37034
|
-
.amis-scope .dark-
|
37729
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links > .dark-SearchBox {
|
37035
37730
|
margin: -5px 5px 0 10px;
|
37036
37731
|
}
|
37037
37732
|
|
37038
|
-
.amis-scope .dark-
|
37733
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links > .dark-SearchBox.is-active {
|
37039
37734
|
width: 150px;
|
37040
37735
|
margin-right: 10px;
|
37041
37736
|
padding-left: 10px;
|
37042
37737
|
}
|
37043
37738
|
|
37044
|
-
.amis-scope .dark-
|
37739
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content {
|
37045
37740
|
flex-grow: 1;
|
37741
|
+
min-height: 0;
|
37046
37742
|
position: relative;
|
37047
37743
|
padding: 5px 0 0;
|
37048
37744
|
}
|
37049
37745
|
|
37050
|
-
.amis-scope .dark-
|
37746
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content > .dark-Tabs-pane {
|
37051
37747
|
position: relative;
|
37052
|
-
|
37748
|
+
height: 100%;
|
37053
37749
|
}
|
37054
37750
|
|
37055
|
-
.amis-scope .dark-
|
37751
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content > .dark-Tabs-pane.is-active {
|
37056
37752
|
display: flex;
|
37057
37753
|
flex-direction: column;
|
37058
37754
|
}
|
37059
37755
|
|
37060
|
-
.amis-scope .dark-
|
37756
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content > .dark-Tabs-pane.is-active > .dark-Transfer-selection {
|
37061
37757
|
flex-grow: 1;
|
37062
37758
|
max-height: 100%;
|
37063
37759
|
overflow: auto;
|
37064
37760
|
}
|
37065
37761
|
|
37066
|
-
.amis-scope .dark-TabsTransfer .dark-Transfer-title {
|
37067
|
-
height: 40px;
|
37068
|
-
}
|
37069
|
-
|
37070
|
-
.amis-scope .dark-TabsTransfer-placeholder {
|
37071
|
-
height: var(--Form-input-height);
|
37072
|
-
line-height: var(--Form-input-lineHeight);
|
37073
|
-
font-size: var(--Form-input-fontSize);
|
37074
|
-
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
37075
|
-
color: var(--text--muted-color);
|
37076
|
-
}
|
37077
|
-
|
37078
37762
|
.amis-scope .dark-TransferControl {
|
37079
37763
|
position: relative;
|
37080
37764
|
}
|
@@ -37083,6 +37767,57 @@ readers do not read off random characters that represent icons */
|
|
37083
37767
|
display: inline-block;
|
37084
37768
|
}
|
37085
37769
|
|
37770
|
+
.amis-scope .dark-TransferPicker-icon {
|
37771
|
+
transition: transform var(--animation-duration) ease-out;
|
37772
|
+
margin: 5px 5px 5px auto;
|
37773
|
+
display: flex;
|
37774
|
+
color: var(--Form-select-caret-iconColor);
|
37775
|
+
}
|
37776
|
+
|
37777
|
+
.amis-scope .dark-TransferPicker-icon:hover {
|
37778
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37779
|
+
}
|
37780
|
+
|
37781
|
+
.amis-scope .dark-TransferPicker-icon > svg {
|
37782
|
+
width: 0.75rem;
|
37783
|
+
height: 0.75rem;
|
37784
|
+
top: 0;
|
37785
|
+
}
|
37786
|
+
|
37787
|
+
.amis-scope .dark-TransferDropDown-icon {
|
37788
|
+
transition: transform var(--animation-duration) ease-out;
|
37789
|
+
margin: 5px 5px 5px auto;
|
37790
|
+
display: flex;
|
37791
|
+
color: var(--Form-select-caret-iconColor);
|
37792
|
+
}
|
37793
|
+
|
37794
|
+
.amis-scope .dark-TransferDropDown-icon:hover {
|
37795
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37796
|
+
}
|
37797
|
+
|
37798
|
+
.amis-scope .dark-TransferDropDown-icon > svg {
|
37799
|
+
width: 0.625rem;
|
37800
|
+
height: 0.625rem;
|
37801
|
+
top: 0;
|
37802
|
+
}
|
37803
|
+
|
37804
|
+
.amis-scope .dark-TransferDropDown.is-active .dark-TransferDropDown-icon {
|
37805
|
+
transform: rotate(180deg);
|
37806
|
+
}
|
37807
|
+
|
37808
|
+
.amis-scope .dark-TransferDropDown-content {
|
37809
|
+
min-height: 12.5rem;
|
37810
|
+
display: flex;
|
37811
|
+
flex-direction: column;
|
37812
|
+
}
|
37813
|
+
|
37814
|
+
.amis-scope .dark-TransferDropDown-content > .dark-Transfer-selection {
|
37815
|
+
flex-grow: 1;
|
37816
|
+
max-height: 100%;
|
37817
|
+
overflow: auto;
|
37818
|
+
position: relative;
|
37819
|
+
}
|
37820
|
+
|
37086
37821
|
.amis-scope .dark-NestedSelectControl {
|
37087
37822
|
position: relative;
|
37088
37823
|
}
|
@@ -37786,12 +38521,61 @@ readers do not read off random characters that represent icons */
|
|
37786
38521
|
min-width: var(--Form-control-widthSm);
|
37787
38522
|
}
|
37788
38523
|
|
38524
|
+
.amis-scope .dark-Form--column {
|
38525
|
+
display: flex;
|
38526
|
+
flex-wrap: wrap;
|
38527
|
+
margin-left: calc(var(--Form-group-gutterWidth) / -2);
|
38528
|
+
margin-right: calc(var(--Form-group-gutterWidth) / -2);
|
38529
|
+
}
|
38530
|
+
|
38531
|
+
.amis-scope .dark-Form--column > .dark-Form-item {
|
38532
|
+
flex-grow: 1;
|
38533
|
+
padding-left: calc(var(--Form-group-gutterWidth) / 2);
|
38534
|
+
padding-right: calc(var(--Form-group-gutterWidth) / 2);
|
38535
|
+
}
|
38536
|
+
|
38537
|
+
.amis-scope .dark-Form--column-2 > .dark-Form-item {
|
38538
|
+
width: 50%;
|
38539
|
+
}
|
38540
|
+
|
38541
|
+
.amis-scope .dark-Form--column-3 > .dark-Form-item {
|
38542
|
+
width: 33%;
|
38543
|
+
}
|
38544
|
+
|
38545
|
+
.amis-scope .dark-Form--column-4 > .dark-Form-item {
|
38546
|
+
width: 25%;
|
38547
|
+
}
|
38548
|
+
|
38549
|
+
.amis-scope .dark-Form--column-5 > .dark-Form-item {
|
38550
|
+
width: 20%;
|
38551
|
+
}
|
38552
|
+
|
38553
|
+
.amis-scope .dark-Form--column-6 > .dark-Form-item {
|
38554
|
+
width: 16.6%;
|
38555
|
+
}
|
38556
|
+
|
38557
|
+
.amis-scope .dark-Form--column-7 > .dark-Form-item {
|
38558
|
+
width: 14.2%;
|
38559
|
+
}
|
38560
|
+
|
38561
|
+
.amis-scope .dark-Form--column-8 > .dark-Form-item {
|
38562
|
+
width: 12.5%;
|
38563
|
+
}
|
38564
|
+
|
38565
|
+
.amis-scope .dark-Form-column-9 > .dark-Form-item {
|
38566
|
+
width: 11.1%;
|
38567
|
+
}
|
38568
|
+
|
38569
|
+
.amis-scope .dark-Form-column-10 > .dark-Form-item {
|
38570
|
+
width: 10%;
|
38571
|
+
}
|
38572
|
+
|
37789
38573
|
.amis-scope .dark-AnchorNav {
|
37790
38574
|
display: flex;
|
37791
38575
|
height: 25rem;
|
37792
38576
|
}
|
37793
38577
|
|
37794
|
-
.amis-scope .dark-AnchorNav-link-wrap {
|
38578
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap {
|
37795
38579
|
margin: 0;
|
37796
38580
|
padding: 0;
|
37797
38581
|
width: var(--Tabs--vertical-width);
|
@@ -37799,12 +38583,12 @@ readers do not read off random characters that represent icons */
|
|
37799
38583
|
padding-bottom: 3.75rem;
|
37800
38584
|
}
|
37801
38585
|
|
37802
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link {
|
38586
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link {
|
37803
38587
|
position: relative;
|
37804
38588
|
display: block;
|
37805
38589
|
}
|
37806
38590
|
|
37807
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a {
|
38591
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a {
|
37808
38592
|
display: block;
|
37809
38593
|
border: var(--Tabs-borderWidth) solid transparent;
|
37810
38594
|
border-width: var(--AnchorNav-onActive-borderWidth);
|
@@ -37818,20 +38602,75 @@ readers do not read off random characters that represent icons */
|
|
37818
38602
|
margin: 0;
|
37819
38603
|
}
|
37820
38604
|
|
37821
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:hover {
|
38605
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:hover {
|
37822
38606
|
color: var(--primary);
|
37823
38607
|
}
|
37824
38608
|
|
37825
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a,
|
37826
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:hover {
|
38609
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a,
|
38610
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:hover {
|
37827
38611
|
color: var(--Tabs--vertical-onActive-color);
|
37828
38612
|
border-color: var(--Tabs--vertical-onActive-border);
|
37829
38613
|
}
|
37830
38614
|
|
38615
|
+
.amis-scope .dark-AnchorNav--horizontal {
|
38616
|
+
flex-direction: column;
|
38617
|
+
}
|
38618
|
+
|
38619
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap {
|
38620
|
+
user-select: none;
|
38621
|
+
margin: 0px;
|
38622
|
+
padding: 0px;
|
38623
|
+
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
38624
|
+
list-style: none;
|
38625
|
+
}
|
38626
|
+
|
38627
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link {
|
38628
|
+
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
38629
|
+
display: inline-block;
|
38630
|
+
position: relative;
|
38631
|
+
}
|
38632
|
+
|
38633
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:first-child {
|
38634
|
+
font-size: var(--Tabs-linkFontSize);
|
38635
|
+
outline: 0;
|
38636
|
+
border: var(--Tabs-borderWidth) solid transparent;
|
38637
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38638
|
+
border-top-left-radius: var(--Tabs-borderRadius);
|
38639
|
+
border-top-right-radius: var(--Tabs-borderRadius);
|
38640
|
+
color: var(--Tabs-color);
|
38641
|
+
margin: var(--Tabs-linkMargin);
|
38642
|
+
padding: var(--Tabs-linkPadding);
|
38643
|
+
text-decoration: none;
|
38644
|
+
cursor: pointer;
|
38645
|
+
display: block;
|
38646
|
+
}
|
38647
|
+
|
38648
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:first-child:hover,
|
38649
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:first-child:focus {
|
38650
|
+
color: var(--primary);
|
38651
|
+
background: transparent;
|
38652
|
+
border-color: transparent;
|
38653
|
+
}
|
38654
|
+
|
38655
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link:last-child > a {
|
38656
|
+
margin: 0;
|
38657
|
+
}
|
38658
|
+
|
38659
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:first-child,
|
38660
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:first-child:hover,
|
38661
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:first-child:focus {
|
38662
|
+
font-size: var(--Tabs-linkFontSize);
|
38663
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38664
|
+
border-color: var(--Tabs--line-onHover-borderColor);
|
38665
|
+
color: var(--Tabs--line-onHover-color);
|
38666
|
+
background: transparent;
|
38667
|
+
}
|
38668
|
+
|
37831
38669
|
.amis-scope .dark-AnchorNav-section-wrap {
|
37832
38670
|
border: none;
|
37833
38671
|
flex-grow: 1;
|
37834
38672
|
overflow: auto;
|
38673
|
+
scroll-behavior: smooth;
|
37835
38674
|
background: var(--Tabs-content-bg);
|
37836
38675
|
}
|
37837
38676
|
|