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/cxd.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,
|
@@ -19151,7 +19151,7 @@ readers do not read off random characters that represent icons */
|
|
19151
19151
|
--danger: #e8684a;
|
19152
19152
|
--danger-onHover: #e44c28;
|
19153
19153
|
--danger-onActive: #e2421d;
|
19154
|
-
--light: #
|
19154
|
+
--light: #eaf6fe;
|
19155
19155
|
--dark: #343a40;
|
19156
19156
|
--fontFamilyMonospace: SFMono-Regular, Menlo, Monaco, Consolas,
|
19157
19157
|
"Liberation Mono", "Courier New", monospace;
|
@@ -19325,11 +19325,11 @@ readers do not read off random characters that represent icons */
|
|
19325
19325
|
--Button--light-bg: var(--light);
|
19326
19326
|
--Button--light-border: var(--borderColor);
|
19327
19327
|
--Button--light-color: var(--text-color);
|
19328
|
-
--Button--light-onActive-bg: #
|
19329
|
-
--Button--light-onActive-border: #
|
19328
|
+
--Button--light-onActive-bg: #b9e1fc;
|
19329
|
+
--Button--light-onActive-border: #addcfb;
|
19330
19330
|
--Button--light-onActive-color: var(--Button--light-color);
|
19331
|
-
--Button--light-onHover-bg: #
|
19332
|
-
--Button--light-onHover-border: #
|
19331
|
+
--Button--light-onHover-bg: #c5e6fc;
|
19332
|
+
--Button--light-onHover-border: #b9e1fc;
|
19333
19333
|
--Button--light-onHover-color: var(--Button--light-color);
|
19334
19334
|
--Button--link-color: var(--primary);
|
19335
19335
|
--Button--link-onDisabled-color: #4b5563;
|
@@ -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);
|
@@ -20062,7 +20068,7 @@ readers do not read off random characters that represent icons */
|
|
20062
20068
|
--Number-handler-onHover-color: var(--text-color);
|
20063
20069
|
--Number-handler-width: var(--gap-lg);
|
20064
20070
|
--Number-onDisabled-bg: var(--Form-input-bg);
|
20065
|
-
--Page-aside-bg: #
|
20071
|
+
--Page-aside-bg: #dcf0fd;
|
20066
20072
|
--Page-aside-maxWidth: 18.75rem;
|
20067
20073
|
--Page-aside-width: 12.5rem;
|
20068
20074
|
--Page-body-padding: var(--gap-base);
|
@@ -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;
|
@@ -20413,7 +20438,7 @@ readers do not read off random characters that represent icons */
|
|
20413
20438
|
--text-color: #151a26;
|
20414
20439
|
--text--muted-color: #b4b6ba;
|
20415
20440
|
--text--loud-color: #333;
|
20416
|
-
--link-onHover-decoration:
|
20441
|
+
--link-onHover-decoration: none;
|
20417
20442
|
--icon-color: #999;
|
20418
20443
|
--icon-onHover-color: var(--primary);
|
20419
20444
|
--Layout-header-boxShadow: none;
|
@@ -20544,14 +20569,17 @@ readers do not read off random characters that represent icons */
|
|
20544
20569
|
--ColorPicker-placeholderColor: #999;
|
20545
20570
|
--ColorPicker-onDisabled-bg: #f5f5f5;
|
20546
20571
|
--ColorPicker-onDisabled-color: #999;
|
20572
|
+
--ColorPicker-boxShadow: 0px 4px 6px 0px rgba(8, 14, 26, 0.06), 0px 1px 10px 0px rgba(8, 14, 26, 0.05), 0px 2px 4px -1px rgba(8, 14, 26, 0.04);
|
20547
20573
|
--Collapse-border: 0.0625rem solid #dadbdd;
|
20548
20574
|
--Collapse-border-color: #dadbdd;
|
20549
20575
|
--Collapse-header-fontSize: 14px;
|
20550
|
-
--Collapse-header-fontWeight:
|
20576
|
+
--Collapse-header-fontWeight: 400;
|
20551
20577
|
--Collapse-header-padding: 1rem;
|
20552
20578
|
--Collapse-header-bg: #f2f2f4;
|
20553
20579
|
--Collapse-header-onHover-bg: #e6e6e8;
|
20580
|
+
--Collapse-header-bg-disabled-color: #f2f2f4;
|
20554
20581
|
--Collapse-header-collapsed-borderBottom: none;
|
20582
|
+
--Collapse-header-wrapper-direction: row-reverse;
|
20555
20583
|
--Collapse-content-padding: 1rem;
|
20556
20584
|
--Collapse-content-color: #5e626a;
|
20557
20585
|
--Collapse-content-fontSize: 12px;
|
@@ -20754,6 +20782,8 @@ readers do not read off random characters that represent icons */
|
|
20754
20782
|
--TransferSelect--table-heading-bg: var(--white);
|
20755
20783
|
--TransferSelect--normal-heading-bg: #f6f7fb;
|
20756
20784
|
--TransferSelect-heading-borderBottom: 0;
|
20785
|
+
--Alert-fontColor: #5e626a;
|
20786
|
+
--Alert-title-fontColor: #151a26;
|
20757
20787
|
--Alert-height: 2.5rem;
|
20758
20788
|
--Alert-paddingX: 1rem;
|
20759
20789
|
--Alert-fontSize: 12px;
|
@@ -20772,15 +20802,14 @@ readers do not read off random characters that represent icons */
|
|
20772
20802
|
--Alert--warning-bg: #fff7e6;
|
20773
20803
|
--Alert--warning-borderColor: transparent;
|
20774
20804
|
--Toast-width: 18.75rem;
|
20775
|
-
--Toast-borderRadius: 0;
|
20805
|
+
--Toast-borderRadius: 0.25rem;
|
20776
20806
|
--Toast-paddingL: 1.625rem;
|
20807
|
+
--Toast-paddingX: 1rem;
|
20777
20808
|
--Toast--info-paddingL: 0;
|
20778
20809
|
--Toast-border-width: 0.0625rem;
|
20779
20810
|
--Toast-opacity: 1;
|
20780
20811
|
--Toast-title-display: inline;
|
20781
20812
|
--Toast-color: var(--white);
|
20782
|
-
--Toast-borderRadius: 0.25rem;
|
20783
|
-
--Toast-paddingX: 1rem;
|
20784
20813
|
--Toast--danger-color: #151a26;
|
20785
20814
|
--Toast--danger-bgColor: #ffffff;
|
20786
20815
|
--Toast--danger-borderColor: #ffffff;
|
@@ -21188,6 +21217,8 @@ readers do not read off random characters that represent icons */
|
|
21188
21217
|
width: 1em;
|
21189
21218
|
height: 1em;
|
21190
21219
|
fill: currentColor;
|
21220
|
+
position: relative;
|
21221
|
+
top: 0.125em;
|
21191
21222
|
}
|
21192
21223
|
|
21193
21224
|
.amis-scope svg.r90 {
|
@@ -21262,6 +21293,10 @@ readers do not read off random characters that represent icons */
|
|
21262
21293
|
height: 100%;
|
21263
21294
|
}
|
21264
21295
|
|
21296
|
+
.amis-scope .has-popover {
|
21297
|
+
position: relative;
|
21298
|
+
}
|
21299
|
+
|
21265
21300
|
.amis-scope,
|
21266
21301
|
.amis-scope {
|
21267
21302
|
width: 100%;
|
@@ -22824,6 +22859,13 @@ readers do not read off random characters that represent icons */
|
|
22824
22859
|
background: var(--Button-onDisabled-bg);
|
22825
22860
|
}
|
22826
22861
|
|
22862
|
+
.amis-scope .cxd-Button.is-disabled > svg,
|
22863
|
+
.amis-scope .cxd-Button.is-disabled > svg path,
|
22864
|
+
.amis-scope .cxd-Button:disabled > svg,
|
22865
|
+
.amis-scope .cxd-Button:disabled > svg path {
|
22866
|
+
fill: currentColor;
|
22867
|
+
}
|
22868
|
+
|
22827
22869
|
.amis-scope .cxd-Button:not(:disabled):not(.is-disabled) {
|
22828
22870
|
cursor: pointer;
|
22829
22871
|
}
|
@@ -23324,6 +23366,14 @@ readers do not read off random characters that represent icons */
|
|
23324
23366
|
margin-top: var(--gap-xs);
|
23325
23367
|
}
|
23326
23368
|
|
23369
|
+
.amis-scope .cxd-Action {
|
23370
|
+
display: inline-block;
|
23371
|
+
}
|
23372
|
+
|
23373
|
+
.amis-scope .cxd-Action:hover {
|
23374
|
+
cursor: pointer;
|
23375
|
+
}
|
23376
|
+
|
23327
23377
|
.amis-scope .cxd-Avatar {
|
23328
23378
|
background: var(--Avatar-bg);
|
23329
23379
|
width: var(--Avatar-width);
|
@@ -24405,6 +24455,140 @@ readers do not read off random characters that represent icons */
|
|
24405
24455
|
background: transparent;
|
24406
24456
|
}
|
24407
24457
|
|
24458
|
+
.amis-scope .cxd-PopOver-isMobile .cxd-PopOver-overlay {
|
24459
|
+
background: rgba(0, 0, 0, 0.3);
|
24460
|
+
}
|
24461
|
+
|
24462
|
+
.amis-scope .cxd-PopOver--leftBottomLeftTop {
|
24463
|
+
margin-top: 0.25rem;
|
24464
|
+
}
|
24465
|
+
|
24466
|
+
.amis-scope .cxd-PopOver--leftTopLeftBottom {
|
24467
|
+
margin-top: -0.25rem;
|
24468
|
+
}
|
24469
|
+
|
24470
|
+
.amis-scope .cxd-PickerColumns {
|
24471
|
+
position: relative;
|
24472
|
+
background-color: var(--PickerColumns-bg);
|
24473
|
+
user-select: none;
|
24474
|
+
}
|
24475
|
+
|
24476
|
+
.amis-scope .cxd-PickerColumns-popOver {
|
24477
|
+
position: fixed;
|
24478
|
+
bottom: 0;
|
24479
|
+
left: 0;
|
24480
|
+
width: 100%;
|
24481
|
+
padding: 0 var(--gap-sm);
|
24482
|
+
}
|
24483
|
+
|
24484
|
+
.amis-scope .cxd-PickerColumns-toolbar {
|
24485
|
+
display: flex;
|
24486
|
+
align-items: center;
|
24487
|
+
justify-content: space-between;
|
24488
|
+
height: var(--PickerColumns-toolbar-height);
|
24489
|
+
}
|
24490
|
+
|
24491
|
+
.amis-scope .cxd-PickerColumns-cancel,
|
24492
|
+
.amis-scope .cxd-PickerColumns-confirm {
|
24493
|
+
height: 100%;
|
24494
|
+
padding: var(--PickerColumns-action-padding);
|
24495
|
+
font-size: var(--PickerColumns-action-fontSize);
|
24496
|
+
background-color: transparent;
|
24497
|
+
border: none;
|
24498
|
+
cursor: pointer;
|
24499
|
+
}
|
24500
|
+
|
24501
|
+
.amis-scope .cxd-PickerColumns-cancel:active,
|
24502
|
+
.amis-scope .cxd-PickerColumns-confirm:active {
|
24503
|
+
opacity: 0.7;
|
24504
|
+
}
|
24505
|
+
|
24506
|
+
.amis-scope .cxd-PickerColumns-confirm {
|
24507
|
+
color: var(--PickerColumns-confirmAction-color);
|
24508
|
+
}
|
24509
|
+
|
24510
|
+
.amis-scope .cxd-PickerColumns-cancel {
|
24511
|
+
color: var(--PickerColumns-cancelAction-color);
|
24512
|
+
}
|
24513
|
+
|
24514
|
+
.amis-scope .cxd-PickerColumns-title {
|
24515
|
+
max-width: 50%;
|
24516
|
+
font-weight: 500;
|
24517
|
+
font-size: var(--PickerColumns-title-fontSize);
|
24518
|
+
line-height: var(--PickerColumns-title-lineHeight);
|
24519
|
+
text-align: center;
|
24520
|
+
}
|
24521
|
+
|
24522
|
+
.amis-scope .cxd-PickerColumns-columns {
|
24523
|
+
touch-action: none;
|
24524
|
+
position: relative;
|
24525
|
+
display: flex;
|
24526
|
+
cursor: grab;
|
24527
|
+
}
|
24528
|
+
|
24529
|
+
.amis-scope .cxd-PickerColumns-loading {
|
24530
|
+
position: absolute;
|
24531
|
+
top: 0;
|
24532
|
+
right: 0;
|
24533
|
+
bottom: 0;
|
24534
|
+
left: 0;
|
24535
|
+
z-index: 3;
|
24536
|
+
display: flex;
|
24537
|
+
align-items: center;
|
24538
|
+
justify-content: center;
|
24539
|
+
color: var(--PickerColumns-loadingIcon-color);
|
24540
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
24541
|
+
}
|
24542
|
+
|
24543
|
+
.amis-scope .cxd-PickerColumns-frame {
|
24544
|
+
position: absolute;
|
24545
|
+
top: 50%;
|
24546
|
+
right: var(--gap-md);
|
24547
|
+
left: var(--gap-md);
|
24548
|
+
z-index: 2;
|
24549
|
+
transform: translateY(-50%);
|
24550
|
+
pointer-events: none;
|
24551
|
+
}
|
24552
|
+
|
24553
|
+
.amis-scope .cxd-PickerColumns-mask {
|
24554
|
+
position: absolute;
|
24555
|
+
top: 0;
|
24556
|
+
left: 0;
|
24557
|
+
z-index: 1;
|
24558
|
+
width: 100%;
|
24559
|
+
height: 100%;
|
24560
|
+
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));
|
24561
|
+
background-repeat: no-repeat;
|
24562
|
+
background-position: top, bottom;
|
24563
|
+
transform: translateZ(0);
|
24564
|
+
pointer-events: none;
|
24565
|
+
}
|
24566
|
+
|
24567
|
+
.amis-scope .cxd-PickerColumns-column {
|
24568
|
+
flex: 1;
|
24569
|
+
overflow: hidden;
|
24570
|
+
font-size: var(--PickerColumns-option-fontSize);
|
24571
|
+
}
|
24572
|
+
|
24573
|
+
.amis-scope .cxd-PickerColumns-columnWrapper {
|
24574
|
+
margin: 0;
|
24575
|
+
padding: 0;
|
24576
|
+
list-style: none;
|
24577
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
24578
|
+
}
|
24579
|
+
|
24580
|
+
.amis-scope .cxd-PickerColumns-columnItem {
|
24581
|
+
display: flex;
|
24582
|
+
align-items: center;
|
24583
|
+
justify-content: center;
|
24584
|
+
color: var(--PickerColumns-optionText-color);
|
24585
|
+
}
|
24586
|
+
|
24587
|
+
.amis-scope .cxd-PickerColumns-columnItem.is-disabled {
|
24588
|
+
cursor: not-allowed;
|
24589
|
+
opacity: var(--PickerColumns-optionDisabled-opacity);
|
24590
|
+
}
|
24591
|
+
|
24408
24592
|
@keyframes bounceIn {
|
24409
24593
|
from, 20%, 40%, 60%, 80%, to {
|
24410
24594
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -24456,7 +24640,9 @@ readers do not read off random characters that represent icons */
|
|
24456
24640
|
|
24457
24641
|
.amis-scope .cxd-Toast {
|
24458
24642
|
display: flex;
|
24459
|
-
|
24643
|
+
flex-flow: row nowrap;
|
24644
|
+
justify-content: space-between;
|
24645
|
+
align-items: flex-start;
|
24460
24646
|
max-width: var(--Toast-width);
|
24461
24647
|
pointer-events: auto;
|
24462
24648
|
margin-bottom: var(--gap-xs);
|
@@ -24467,7 +24653,6 @@ readers do not read off random characters that represent icons */
|
|
24467
24653
|
color: var(--Toast-color);
|
24468
24654
|
position: relative;
|
24469
24655
|
opacity: var(--Toast-opacity);
|
24470
|
-
cursor: pointer;
|
24471
24656
|
opacity: 0;
|
24472
24657
|
transform: translateZ(0);
|
24473
24658
|
}
|
@@ -24494,10 +24679,15 @@ readers do not read off random characters that represent icons */
|
|
24494
24679
|
}
|
24495
24680
|
|
24496
24681
|
.amis-scope .cxd-Toast-close {
|
24497
|
-
color: var(--Toast-close-color);
|
24498
24682
|
display: inline-flex;
|
24499
|
-
|
24683
|
+
font-size: var(--fontSizeLg);
|
24684
|
+
line-height: var(--gap-xl);
|
24685
|
+
height: var(--gap-xl);
|
24686
|
+
color: var(--Toast-close-color);
|
24687
|
+
margin-left: var(--gap-sm);
|
24500
24688
|
opacity: 0.8;
|
24689
|
+
align-items: center;
|
24690
|
+
cursor: pointer;
|
24501
24691
|
}
|
24502
24692
|
|
24503
24693
|
.amis-scope .cxd-Toast-close:hover {
|
@@ -24505,11 +24695,33 @@ readers do not read off random characters that represent icons */
|
|
24505
24695
|
opacity: 1;
|
24506
24696
|
}
|
24507
24697
|
|
24508
|
-
.amis-scope .cxd-Toast-
|
24698
|
+
.amis-scope .cxd-Toast-close > svg {
|
24699
|
+
top: 0;
|
24700
|
+
}
|
24701
|
+
|
24702
|
+
.amis-scope .cxd-Toast-content {
|
24703
|
+
flex: 1;
|
24704
|
+
display: flex;
|
24705
|
+
flex-flow: column nowrap;
|
24706
|
+
justify-content: space-between;
|
24707
|
+
align-items: flex-start;
|
24708
|
+
}
|
24709
|
+
|
24710
|
+
.amis-scope .cxd-Toast-content .cxd-Toast-title {
|
24711
|
+
color: var(--text-color);
|
24712
|
+
font-size: var(--fontSizeBase);
|
24713
|
+
font-weight: 500;
|
24714
|
+
line-height: var(--gap-xl);
|
24715
|
+
margin-bottom: var(--gap-xs);
|
24716
|
+
}
|
24717
|
+
|
24718
|
+
.amis-scope .cxd-Toast-content .cxd-Toast-body {
|
24719
|
+
font-size: var(--fontSizeSm);
|
24509
24720
|
display: inline-block;
|
24510
24721
|
vertical-align: middle;
|
24511
24722
|
white-space: pre-wrap;
|
24512
24723
|
flex-grow: 1;
|
24724
|
+
line-height: var(--gap-xl);
|
24513
24725
|
}
|
24514
24726
|
|
24515
24727
|
.amis-scope .cxd-Toast-icon {
|
@@ -24517,7 +24729,10 @@ readers do not read off random characters that represent icons */
|
|
24517
24729
|
text-rendering: auto;
|
24518
24730
|
-webkit-font-smoothing: antialiased;
|
24519
24731
|
vertical-align: middle;
|
24520
|
-
margin-right: var(--gap-
|
24732
|
+
margin-right: var(--gap-sm);
|
24733
|
+
height: var(--gap-xl);
|
24734
|
+
line-height: var(--gap-xl);
|
24735
|
+
align-items: center;
|
24521
24736
|
}
|
24522
24737
|
|
24523
24738
|
.amis-scope .cxd-Toast-icon > svg {
|
@@ -24591,24 +24806,47 @@ readers do not read off random characters that represent icons */
|
|
24591
24806
|
border-radius: var(--Alert-borderRadius);
|
24592
24807
|
margin-bottom: var(--Alert-marginBottom);
|
24593
24808
|
position: relative;
|
24809
|
+
color: var(--Alert-fontColor);
|
24810
|
+
display: flex;
|
24811
|
+
flex-flow: row nowrap;
|
24812
|
+
justify-content: space-between;
|
24813
|
+
align-items: flex-start;
|
24814
|
+
}
|
24815
|
+
|
24816
|
+
.amis-scope .cxd-Alert-icon {
|
24817
|
+
margin-right: 0.5rem;
|
24818
|
+
font-size: var(--fontSizeLg);
|
24819
|
+
}
|
24820
|
+
|
24821
|
+
.amis-scope .cxd-Alert-content {
|
24822
|
+
flex: 1;
|
24823
|
+
}
|
24824
|
+
|
24825
|
+
.amis-scope .cxd-Alert-content .cxd-Alert-title {
|
24826
|
+
color: var(--text-color);
|
24827
|
+
font-size: var(--fontSizeBase);
|
24828
|
+
font-weight: 500;
|
24829
|
+
line-height: 1.5rem;
|
24830
|
+
margin-bottom: 0.25rem;
|
24831
|
+
}
|
24832
|
+
|
24833
|
+
.amis-scope .cxd-Alert-content .cxd-Alert-desc {
|
24834
|
+
line-height: 1.5rem;
|
24594
24835
|
}
|
24595
24836
|
|
24596
24837
|
.amis-scope .cxd-Alert-close {
|
24597
|
-
position: absolute;
|
24598
24838
|
outline: none;
|
24599
24839
|
padding: 0;
|
24600
24840
|
cursor: pointer;
|
24601
24841
|
background: transparent;
|
24602
24842
|
border: 0;
|
24603
|
-
float: right;
|
24604
24843
|
line-height: 1;
|
24605
24844
|
color: #000;
|
24606
24845
|
text-shadow: 0 1px 0 #fff;
|
24607
24846
|
filter: alpha(opacity=20);
|
24608
24847
|
opacity: 0.2;
|
24609
|
-
|
24610
|
-
|
24611
|
-
transform: translateY(-50%);
|
24848
|
+
margin-left: 0.5rem;
|
24849
|
+
line-height: 1.5rem;
|
24612
24850
|
}
|
24613
24851
|
|
24614
24852
|
.amis-scope .cxd-Alert-close:hover {
|
@@ -25405,8 +25643,8 @@ readers do not read off random characters that represent icons */
|
|
25405
25643
|
cursor: move;
|
25406
25644
|
position: absolute;
|
25407
25645
|
left: 0;
|
25408
|
-
top: 0.6875rem;
|
25409
25646
|
display: none;
|
25647
|
+
line-height: 0;
|
25410
25648
|
}
|
25411
25649
|
|
25412
25650
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .icon,
|
@@ -25520,13 +25758,6 @@ readers do not read off random characters that represent icons */
|
|
25520
25758
|
pointer-events: none;
|
25521
25759
|
}
|
25522
25760
|
|
25523
|
-
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active,
|
25524
|
-
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active,
|
25525
|
-
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active,
|
25526
|
-
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active {
|
25527
|
-
background: var(--Nav-item-onActive-bg) !important;
|
25528
|
-
}
|
25529
|
-
|
25530
25761
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a,
|
25531
25762
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions,
|
25532
25763
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > a,
|
@@ -25541,6 +25772,7 @@ readers do not read off random characters that represent icons */
|
|
25541
25772
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a {
|
25542
25773
|
color: var(--Nav-item-onActive-color);
|
25543
25774
|
position: relative;
|
25775
|
+
background: var(--Nav-item-onActive-bg);
|
25544
25776
|
}
|
25545
25777
|
|
25546
25778
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a::after,
|
@@ -25686,14 +25918,41 @@ readers do not read off random characters that represent icons */
|
|
25686
25918
|
padding: var(--gap-xs);
|
25687
25919
|
}
|
25688
25920
|
|
25921
|
+
.amis-scope .cxd-Page-asideResizor {
|
25922
|
+
position: absolute;
|
25923
|
+
right: -0.375rem;
|
25924
|
+
top: 50%;
|
25925
|
+
cursor: ew-resize;
|
25926
|
+
writing-mode: vertical-lr;
|
25927
|
+
width: 0.75rem;
|
25928
|
+
height: 1.5rem;
|
25929
|
+
margin-top: -0.75rem;
|
25930
|
+
border: 0.0625rem solid #dee2e6;
|
25931
|
+
background-color: #fff;
|
25932
|
+
border-radius: 0.142rem;
|
25933
|
+
font-size: 12px;
|
25934
|
+
line-height: 0.625rem;
|
25935
|
+
text-align: center;
|
25936
|
+
user-select: none;
|
25937
|
+
color: #666;
|
25938
|
+
}
|
25939
|
+
|
25940
|
+
.amis-scope .cxd-Page-asideResizor:hover {
|
25941
|
+
color: #000;
|
25942
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
25943
|
+
}
|
25944
|
+
|
25945
|
+
.amis-scope .cxd-Page-asideResizor:after {
|
25946
|
+
content: "···";
|
25947
|
+
}
|
25948
|
+
|
25689
25949
|
.amis-scope .cxd-Page-toolbar > * + * {
|
25690
25950
|
margin-left: var(--gap-xs);
|
25691
25951
|
}
|
25692
25952
|
|
25693
25953
|
@media (min-width: 768px) {
|
25694
25954
|
.amis-scope .cxd-Page-aside {
|
25695
|
-
|
25696
|
-
max-width: var(--Page-aside-maxWidth);
|
25955
|
+
width: var(--Page-aside-width);
|
25697
25956
|
border-right: var(--borderWidth) solid var(--borderColor);
|
25698
25957
|
}
|
25699
25958
|
|
@@ -25708,6 +25967,11 @@ readers do not read off random characters that represent icons */
|
|
25708
25967
|
border: inherit;
|
25709
25968
|
}
|
25710
25969
|
|
25970
|
+
.amis-scope .cxd-Page-aside--withWidth {
|
25971
|
+
min-width: var(--Page-aside-width);
|
25972
|
+
max-width: var(--Page-aside-maxWidth);
|
25973
|
+
}
|
25974
|
+
|
25711
25975
|
.amis-scope .cxd-Page--withSidebar {
|
25712
25976
|
display: flex;
|
25713
25977
|
flex-direction: row;
|
@@ -26280,13 +26544,14 @@ readers do not read off random characters that represent icons */
|
|
26280
26544
|
.amis-scope .cxd-Spinner--icon {
|
26281
26545
|
background: transparent;
|
26282
26546
|
animation: spin 2s linear infinite;
|
26283
|
-
width:
|
26284
|
-
height:
|
26547
|
+
width: 16px;
|
26548
|
+
height: 16px;
|
26285
26549
|
}
|
26286
26550
|
|
26287
26551
|
.amis-scope .cxd-Spinner--icon svg.icon {
|
26288
|
-
width:
|
26289
|
-
height:
|
26552
|
+
width: 16px;
|
26553
|
+
height: 16px;
|
26554
|
+
top: 0;
|
26290
26555
|
}
|
26291
26556
|
|
26292
26557
|
.amis-scope .cxd-Spinner--overlay {
|
@@ -26547,7 +26812,7 @@ readers do not read off random characters that represent icons */
|
|
26547
26812
|
.amis-scope .cxd-Collapse {
|
26548
26813
|
border: var(--Collapse-border);
|
26549
26814
|
padding: 0;
|
26550
|
-
|
26815
|
+
line-height: 1.25rem;
|
26551
26816
|
}
|
26552
26817
|
|
26553
26818
|
.amis-scope .cxd-Collapse-header {
|
@@ -26556,10 +26821,19 @@ readers do not read off random characters that represent icons */
|
|
26556
26821
|
color: var(--text--loud-color);
|
26557
26822
|
padding: var(--Collapse-header-padding);
|
26558
26823
|
margin: 0;
|
26559
|
-
|
26824
|
+
cursor: pointer;
|
26560
26825
|
background: var(--Collapse-header-bg);
|
26561
26826
|
}
|
26562
26827
|
|
26828
|
+
.amis-scope .cxd-Collapse-header-wrapper {
|
26829
|
+
display: inline-flex;
|
26830
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
26831
|
+
}
|
26832
|
+
|
26833
|
+
.amis-scope .cxd-Collapse-header-tpl {
|
26834
|
+
margin-right: 0.5rem;
|
26835
|
+
}
|
26836
|
+
|
26563
26837
|
.amis-scope .cxd-Collapse-header:hover {
|
26564
26838
|
background: var(--Collapse-header-onHover-bg);
|
26565
26839
|
}
|
@@ -26568,8 +26842,7 @@ readers do not read off random characters that represent icons */
|
|
26568
26842
|
display: inline-block;
|
26569
26843
|
width: 1rem;
|
26570
26844
|
text-align: center;
|
26571
|
-
margin-right:
|
26572
|
-
cursor: pointer;
|
26845
|
+
margin-right: var(--gap-sm);
|
26573
26846
|
}
|
26574
26847
|
|
26575
26848
|
.amis-scope .cxd-Collapse-arrow:before {
|
@@ -26578,49 +26851,67 @@ readers do not read off random characters that represent icons */
|
|
26578
26851
|
display: inline-block;
|
26579
26852
|
width: 0.375rem;
|
26580
26853
|
height: 0.375rem;
|
26581
|
-
top: -0.
|
26854
|
+
top: -0.125rem;
|
26582
26855
|
border-color: var(--text-color);
|
26583
26856
|
border-style: solid;
|
26584
26857
|
border-width: 0.0625rem 0.0625rem 0 0;
|
26585
|
-
transform: rotate(
|
26858
|
+
transform: rotate(45deg);
|
26586
26859
|
transform-origin: 50% 50%;
|
26587
26860
|
}
|
26588
26861
|
|
26589
|
-
.amis-scope .cxd-Collapse-
|
26862
|
+
.amis-scope .cxd-Collapse-icon-tranform {
|
26590
26863
|
display: inline-block;
|
26864
|
+
width: 1rem;
|
26865
|
+
text-align: center;
|
26866
|
+
margin-right: var(--gap-xs);
|
26591
26867
|
}
|
26592
26868
|
|
26593
|
-
.amis-scope .cxd-Collapse
|
26594
|
-
|
26595
|
-
transform-origin: 0% 50%;
|
26869
|
+
.amis-scope .cxd-Collapse .cxd-TplField {
|
26870
|
+
display: inline-block;
|
26596
26871
|
}
|
26597
26872
|
|
26598
|
-
.amis-scope .cxd-Collapse.is-
|
26599
|
-
|
26873
|
+
.amis-scope .cxd-Collapse.is-active .cxd-Collapse-arrow:before {
|
26874
|
+
transform: rotate(135deg);
|
26875
|
+
transform-origin: 50% 30%;
|
26600
26876
|
}
|
26601
26877
|
|
26602
|
-
.amis-scope .cxd-Collapse
|
26603
|
-
|
26878
|
+
.amis-scope .cxd-Collapse.is-active .cxd-Collapse-icon-tranform {
|
26879
|
+
transform: rotate(90deg);
|
26880
|
+
}
|
26881
|
+
|
26882
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-header {
|
26883
|
+
cursor: not-allowed;
|
26604
26884
|
user-select: none;
|
26885
|
+
color: var(--text--muted-color);
|
26605
26886
|
}
|
26606
26887
|
|
26607
|
-
.amis-scope .cxd-Collapse--
|
26608
|
-
|
26609
|
-
|
26610
|
-
|
26888
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-header:hover {
|
26889
|
+
background-color: var(--Collapse-header-bg-disabled-color);
|
26890
|
+
}
|
26891
|
+
|
26892
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-arrow:before {
|
26893
|
+
border-color: var(--text--muted-color);
|
26894
|
+
}
|
26895
|
+
|
26896
|
+
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-header {
|
26897
|
+
text-align: center;
|
26611
26898
|
font-size: var(--fontSizeBase);
|
26899
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
26900
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
26612
26901
|
}
|
26613
26902
|
|
26614
|
-
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-
|
26615
|
-
top:
|
26616
|
-
transform: rotate(-45deg);
|
26617
|
-
transform-origin: 0% 50%;
|
26903
|
+
.amis-scope .cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-header {
|
26904
|
+
border-top: none;
|
26618
26905
|
}
|
26619
26906
|
|
26620
|
-
.amis-scope .cxd-Collapse--title-bottom
|
26621
|
-
top: -0.
|
26907
|
+
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-arrow:before {
|
26908
|
+
top: -0.25rem;
|
26622
26909
|
transform: rotate(135deg);
|
26623
|
-
|
26910
|
+
}
|
26911
|
+
|
26912
|
+
.amis-scope .cxd-Collapse--title-bottom.is-active .cxd-Collapse-arrow:before {
|
26913
|
+
top: 0;
|
26914
|
+
transform: rotate(-45deg);
|
26624
26915
|
}
|
26625
26916
|
|
26626
26917
|
.amis-scope .cxd-Collapse-contentWrapper {
|
@@ -26640,6 +26931,14 @@ readers do not read off random characters that represent icons */
|
|
26640
26931
|
font-weight: var(--Collapse-content-fontWeight);
|
26641
26932
|
}
|
26642
26933
|
|
26934
|
+
.amis-scope .cxd-CollapseGroup .cxd-Collapse:not(:last-child) {
|
26935
|
+
border-bottom: none;
|
26936
|
+
}
|
26937
|
+
|
26938
|
+
.amis-scope .cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-arrow {
|
26939
|
+
float: right;
|
26940
|
+
}
|
26941
|
+
|
26643
26942
|
.amis-scope .cxd-ColorField {
|
26644
26943
|
display: inline-block;
|
26645
26944
|
}
|
@@ -27828,6 +28127,10 @@ readers do not read off random characters that represent icons */
|
|
27828
28127
|
border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
|
27829
28128
|
}
|
27830
28129
|
|
28130
|
+
.amis-scope .cxd-Table-table--checkOnItemClick > tbody > tr {
|
28131
|
+
cursor: pointer;
|
28132
|
+
}
|
28133
|
+
|
27831
28134
|
.amis-scope .cxd-Table-table > thead > tr > th {
|
27832
28135
|
background: var(--Table-thead-bg);
|
27833
28136
|
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
|
@@ -27952,33 +28255,33 @@ readers do not read off random characters that represent icons */
|
|
27952
28255
|
}
|
27953
28256
|
|
27954
28257
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light {
|
27955
|
-
background-color: #
|
28258
|
+
background-color: #eaf6fe;
|
27956
28259
|
color: #151a26;
|
27957
28260
|
}
|
27958
28261
|
|
27959
28262
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.lt,
|
27960
28263
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .lt {
|
27961
|
-
background: #
|
28264
|
+
background: #f4fafe;
|
27962
28265
|
}
|
27963
28266
|
|
27964
28267
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.lter,
|
27965
28268
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .lter {
|
27966
|
-
background: #
|
28269
|
+
background: #f9fcff;
|
27967
28270
|
}
|
27968
28271
|
|
27969
28272
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.dk,
|
27970
28273
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .dk {
|
27971
|
-
background: #
|
28274
|
+
background: #dbf0fe;
|
27972
28275
|
}
|
27973
28276
|
|
27974
28277
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.dker,
|
27975
28278
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .dker {
|
27976
|
-
background: #
|
28279
|
+
background: #d0ecfe;
|
27977
28280
|
}
|
27978
28281
|
|
27979
28282
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.bg,
|
27980
28283
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .bg {
|
27981
|
-
background-color: #
|
28284
|
+
background-color: #eaf6fe;
|
27982
28285
|
}
|
27983
28286
|
|
27984
28287
|
.amis-scope .cxd-Table-table > tbody > tr.bg-dark {
|
@@ -28787,6 +29090,11 @@ readers do not read off random characters that represent icons */
|
|
28787
29090
|
cursor: move;
|
28788
29091
|
}
|
28789
29092
|
|
29093
|
+
.amis-scope .cxd-Table-table > thead > tr > th.cxd-Table-dragCell > svg,
|
29094
|
+
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-dragCell > svg {
|
29095
|
+
vertical-align: middle;
|
29096
|
+
}
|
29097
|
+
|
28790
29098
|
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
|
28791
29099
|
position: relative;
|
28792
29100
|
}
|
@@ -29154,6 +29462,10 @@ readers do not read off random characters that represent icons */
|
|
29154
29462
|
color: var(--icon-onHover-color);
|
29155
29463
|
}
|
29156
29464
|
|
29465
|
+
.amis-scope .cxd-Table-dragBtn > svg {
|
29466
|
+
vertical-align: -2px;
|
29467
|
+
}
|
29468
|
+
|
29157
29469
|
.amis-scope .cxd-Table-table > tbody > tr:hover .cxd-Table-dragBtn,
|
29158
29470
|
.amis-scope .cxd-Table-table > tbody > tr.is-dragging .cxd-Table-dragBtn,
|
29159
29471
|
.amis-scope .cxd-Table-table > tbody > tr.is-drop-allowed .cxd-Table-dragBtn {
|
@@ -29171,6 +29483,28 @@ readers do not read off random characters that represent icons */
|
|
29171
29483
|
left: 0;
|
29172
29484
|
}
|
29173
29485
|
|
29486
|
+
.amis-scope .cxd-Table--autoFillHeight {
|
29487
|
+
margin-bottom: 0;
|
29488
|
+
}
|
29489
|
+
|
29490
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table {
|
29491
|
+
border-top: none;
|
29492
|
+
}
|
29493
|
+
|
29494
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table thead {
|
29495
|
+
position: sticky;
|
29496
|
+
top: 0;
|
29497
|
+
z-index: 1;
|
29498
|
+
}
|
29499
|
+
|
29500
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-fixedTop {
|
29501
|
+
display: none;
|
29502
|
+
}
|
29503
|
+
|
29504
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-footToolbar {
|
29505
|
+
margin-bottom: 0;
|
29506
|
+
}
|
29507
|
+
|
29174
29508
|
.amis-scope .cxd-InputTable-toolbar {
|
29175
29509
|
display: flex;
|
29176
29510
|
flex-direction: row;
|
@@ -29935,18 +30269,6 @@ readers do not read off random characters that represent icons */
|
|
29935
30269
|
margin-top: var(--gap-xs);
|
29936
30270
|
}
|
29937
30271
|
|
29938
|
-
.amis-scope .cxd-Card-checkBtn {
|
29939
|
-
position: absolute;
|
29940
|
-
top: 0;
|
29941
|
-
right: 0;
|
29942
|
-
margin: var(--gap-sm);
|
29943
|
-
z-index: 1;
|
29944
|
-
}
|
29945
|
-
|
29946
|
-
.amis-scope .cxd-Card-checkBtn .cxd-Checkbox {
|
29947
|
-
margin-right: 0;
|
29948
|
-
}
|
29949
|
-
|
29950
30272
|
.amis-scope .cxd-Card-dragBtn {
|
29951
30273
|
cursor: pointer;
|
29952
30274
|
float: right;
|
@@ -29954,7 +30276,8 @@ readers do not read off random characters that represent icons */
|
|
29954
30276
|
}
|
29955
30277
|
|
29956
30278
|
.amis-scope .cxd-Card-heading {
|
29957
|
-
|
30279
|
+
display: flex;
|
30280
|
+
flex-direction: row;
|
29958
30281
|
padding: var(--gap-sm) var(--gap-base);
|
29959
30282
|
flex: 1 0 auto;
|
29960
30283
|
}
|
@@ -29981,17 +30304,22 @@ readers do not read off random characters that represent icons */
|
|
29981
30304
|
float: left;
|
29982
30305
|
margin-right: var(--gap-base);
|
29983
30306
|
font-size: var(--fontSizeXl);
|
29984
|
-
text-transform: uppercase
|
30307
|
+
text-transform: uppercase;
|
29985
30308
|
}
|
29986
30309
|
|
29987
30310
|
.amis-scope .cxd-Card-meta {
|
29988
30311
|
display: block;
|
30312
|
+
flex-grow: 1;
|
29989
30313
|
height: 100%;
|
29990
|
-
overflow: hidden;
|
29991
30314
|
position: relative;
|
29992
30315
|
margin-right: var(--gap-md);
|
29993
30316
|
}
|
29994
30317
|
|
30318
|
+
.amis-scope .cxd-Card-toolbar {
|
30319
|
+
margin-right: calc(-1 * var(--gap-base));
|
30320
|
+
text-align: right;
|
30321
|
+
}
|
30322
|
+
|
29995
30323
|
.amis-scope .cxd-Card-highlight {
|
29996
30324
|
background: var(--success);
|
29997
30325
|
width: 0.5rem;
|
@@ -30237,35 +30565,140 @@ readers do not read off random characters that represent icons */
|
|
30237
30565
|
right: 0;
|
30238
30566
|
}
|
30239
30567
|
|
30240
|
-
.amis-scope .cxd-Progress {
|
30568
|
+
.amis-scope .cxd-Progress-line {
|
30569
|
+
display: inline-block;
|
30570
|
+
width: 100%;
|
30571
|
+
margin-right: calc(-2em + -8px);
|
30572
|
+
padding-right: calc(2em + 8px);
|
30573
|
+
}
|
30574
|
+
|
30575
|
+
.amis-scope .cxd-Progress-line-inter {
|
30241
30576
|
height: 10px;
|
30242
|
-
background:
|
30577
|
+
background-color: var(--Progress-bar-backgroundColor);
|
30243
30578
|
overflow: hidden;
|
30244
30579
|
border-radius: var(--Progress-borderRadius);
|
30245
30580
|
}
|
30246
30581
|
|
30247
|
-
.amis-scope .cxd-Progress-
|
30582
|
+
.amis-scope .cxd-Progress-line-no-label {
|
30583
|
+
padding-right: 0;
|
30584
|
+
margin-right: 0;
|
30585
|
+
}
|
30586
|
+
|
30587
|
+
.amis-scope .cxd-Progress-line-text {
|
30588
|
+
display: inline-block;
|
30589
|
+
width: 2em;
|
30590
|
+
margin-left: 8px;
|
30591
|
+
color: var(--text-color);
|
30592
|
+
font-size: var(--fontSizeXs);
|
30593
|
+
white-space: nowrap;
|
30594
|
+
text-align: left;
|
30595
|
+
word-break: normal;
|
30596
|
+
}
|
30597
|
+
|
30598
|
+
.amis-scope .cxd-Progress-line-text .icon {
|
30599
|
+
font-size: 15px;
|
30600
|
+
}
|
30601
|
+
|
30602
|
+
.amis-scope .cxd-Progress-line-bar {
|
30248
30603
|
float: left;
|
30249
30604
|
width: 0;
|
30250
30605
|
height: 100%;
|
30251
30606
|
font-size: 12px;
|
30252
30607
|
line-height: 10px;
|
30253
|
-
color: #fff;
|
30254
30608
|
text-align: center;
|
30255
30609
|
background: var(--primary);
|
30256
30610
|
transition: width var(--animation-duration) ease;
|
30257
|
-
border-radius: var(--Progress-borderRadius);
|
30258
30611
|
}
|
30259
30612
|
|
30260
|
-
.amis-scope .cxd-Progress-bar--stripe {
|
30613
|
+
.amis-scope .cxd-Progress-line-bar--stripe {
|
30261
30614
|
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);
|
30262
30615
|
background-size: 2rem 2rem;
|
30263
30616
|
}
|
30264
30617
|
|
30265
|
-
.amis-scope .cxd-Progress-bar--animate {
|
30618
|
+
.amis-scope .cxd-Progress-line-bar--animate {
|
30619
|
+
position: relative;
|
30620
|
+
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
|
30621
|
+
}
|
30622
|
+
|
30623
|
+
.amis-scope .cxd-Progress-line-bar--animate::before {
|
30624
|
+
position: absolute;
|
30625
|
+
top: 0;
|
30626
|
+
right: 0;
|
30627
|
+
bottom: 0;
|
30628
|
+
left: 0;
|
30629
|
+
background: var(--Progress-animate-backgroundColor);
|
30630
|
+
border-radius: 10px;
|
30631
|
+
opacity: 0;
|
30632
|
+
animation: progress-bar-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
|
30633
|
+
content: "";
|
30634
|
+
}
|
30635
|
+
|
30636
|
+
.amis-scope .cxd-Progress-line-bar--stripe-animate {
|
30266
30637
|
animation: progress-bar-stripes 1s linear infinite;
|
30267
30638
|
}
|
30268
30639
|
|
30640
|
+
.amis-scope .cxd-Progress-circle {
|
30641
|
+
width: 120px;
|
30642
|
+
height: 120px;
|
30643
|
+
position: relative;
|
30644
|
+
}
|
30645
|
+
|
30646
|
+
.amis-scope .cxd-Progress-circle-text {
|
30647
|
+
position: absolute;
|
30648
|
+
top: 50%;
|
30649
|
+
left: 50%;
|
30650
|
+
width: 100%;
|
30651
|
+
margin: 0;
|
30652
|
+
padding: 0;
|
30653
|
+
color: var(--text-color);
|
30654
|
+
font-size: 1em;
|
30655
|
+
line-height: 1;
|
30656
|
+
white-space: normal;
|
30657
|
+
text-align: center;
|
30658
|
+
transform: translate(-50%, -50%);
|
30659
|
+
}
|
30660
|
+
|
30661
|
+
.amis-scope .cxd-Progress-circle-text .icon {
|
30662
|
+
font-size: 1.2em;
|
30663
|
+
}
|
30664
|
+
|
30665
|
+
.amis-scope .cxd-Progress-circle .bg-warning-circle-path {
|
30666
|
+
stroke: var(--warning);
|
30667
|
+
}
|
30668
|
+
|
30669
|
+
.amis-scope .cxd-Progress-circle .bg-danger-circle-path {
|
30670
|
+
stroke: var(--danger);
|
30671
|
+
}
|
30672
|
+
|
30673
|
+
.amis-scope .cxd-Progress-circle .bg-info-circle-path {
|
30674
|
+
stroke: var(--info);
|
30675
|
+
}
|
30676
|
+
|
30677
|
+
.amis-scope .cxd-Progress-circle .bg-success-circle-path {
|
30678
|
+
stroke: var(--success);
|
30679
|
+
}
|
30680
|
+
|
30681
|
+
.amis-scope .cxd-Progress-circle .bg-primary-circle-path {
|
30682
|
+
stroke: var(--primary);
|
30683
|
+
}
|
30684
|
+
|
30685
|
+
@keyframes progress-bar-active {
|
30686
|
+
0% {
|
30687
|
+
transform: translateX(-100%) scaleX(0);
|
30688
|
+
opacity: 0.1;
|
30689
|
+
}
|
30690
|
+
|
30691
|
+
20% {
|
30692
|
+
transform: translateX(-100%) scaleX(0);
|
30693
|
+
opacity: 0.5;
|
30694
|
+
}
|
30695
|
+
|
30696
|
+
100% {
|
30697
|
+
transform: translateX(0) scaleX(1);
|
30698
|
+
opacity: 0;
|
30699
|
+
}
|
30700
|
+
}
|
30701
|
+
|
30269
30702
|
@keyframes progress-bar-stripes {
|
30270
30703
|
from {
|
30271
30704
|
background-position: 2rem 0;
|
@@ -30480,7 +30913,7 @@ readers do not read off random characters that represent icons */
|
|
30480
30913
|
|
30481
30914
|
.amis-scope .cxd-StatusField-label {
|
30482
30915
|
font-size: var(--fontSizeSm);
|
30483
|
-
margin-left: var(--gap-
|
30916
|
+
margin-left: var(--gap-xs);
|
30484
30917
|
}
|
30485
30918
|
|
30486
30919
|
@keyframes animation-rolling_red {
|
@@ -31150,6 +31583,7 @@ readers do not read off random characters that represent icons */
|
|
31150
31583
|
font-size: 1rem;
|
31151
31584
|
}
|
31152
31585
|
|
31586
|
+
.amis-scope .cxd-Image-origin:hover .cxd-Image-overlay,
|
31153
31587
|
.amis-scope .cxd-Image-thumbWrap:hover .cxd-Image-overlay {
|
31154
31588
|
display: flex;
|
31155
31589
|
}
|
@@ -31215,6 +31649,16 @@ readers do not read off random characters that represent icons */
|
|
31215
31649
|
border-color: var(--Form-input-onFocused-borderColor);
|
31216
31650
|
}
|
31217
31651
|
|
31652
|
+
.amis-scope .cxd-InputBox--borderHalf {
|
31653
|
+
border-left-color: transparent !important;
|
31654
|
+
border-right-color: transparent !important;
|
31655
|
+
border-top-color: transparent !important;
|
31656
|
+
}
|
31657
|
+
|
31658
|
+
.amis-scope .cxd-InputBox--borderNone {
|
31659
|
+
border-color: transparent !important;
|
31660
|
+
}
|
31661
|
+
|
31218
31662
|
.amis-scope .cxd-InputBox--inline {
|
31219
31663
|
display: inline-flex;
|
31220
31664
|
}
|
@@ -31316,6 +31760,16 @@ readers do not read off random characters that represent icons */
|
|
31316
31760
|
border-color: var(--Form-input-onFocused-borderColor);
|
31317
31761
|
}
|
31318
31762
|
|
31763
|
+
.amis-scope .cxd-ResultBox--borderHalf {
|
31764
|
+
border-left-color: transparent !important;
|
31765
|
+
border-right-color: transparent !important;
|
31766
|
+
border-top-color: transparent !important;
|
31767
|
+
}
|
31768
|
+
|
31769
|
+
.amis-scope .cxd-ResultBox--borderNone {
|
31770
|
+
border-color: transparent !important;
|
31771
|
+
}
|
31772
|
+
|
31319
31773
|
.amis-scope .cxd-ResultBox.is-error {
|
31320
31774
|
border-color: var(--Form-input-onError-borderColor);
|
31321
31775
|
background: var(--Form-input-onError-bg);
|
@@ -31841,6 +32295,176 @@ readers do not read off random characters that represent icons */
|
|
31841
32295
|
border: 1px solid var(--Steps-status-success);
|
31842
32296
|
}
|
31843
32297
|
|
32298
|
+
.amis-scope .cxd-Portlet {
|
32299
|
+
border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
|
32300
|
+
border-radius: var(--Portlet-borderRadius);
|
32301
|
+
padding: var(--gap-base);
|
32302
|
+
}
|
32303
|
+
|
32304
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active a:first-child,
|
32305
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
32306
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
32307
|
+
border: none !important;
|
32308
|
+
color: inherit !important;
|
32309
|
+
cursor: auto !important;
|
32310
|
+
}
|
32311
|
+
|
32312
|
+
.amis-scope .cxd-Portlet-tab.no-divider .cxd-Tabs-links {
|
32313
|
+
border-bottom: none;
|
32314
|
+
}
|
32315
|
+
|
32316
|
+
.amis-scope .cxd-Portlet .cxd-Tabs-pane {
|
32317
|
+
padding: unset;
|
32318
|
+
}
|
32319
|
+
|
32320
|
+
.amis-scope .cxd-Portlet-toolbar {
|
32321
|
+
display: inline-flex;
|
32322
|
+
float: right;
|
32323
|
+
justify-content: flex-end;
|
32324
|
+
}
|
32325
|
+
|
32326
|
+
.amis-scope .cxd-Portlet-toolbar .cxd-Button {
|
32327
|
+
margin-left: calc(var(--gap-xs));
|
32328
|
+
}
|
32329
|
+
|
32330
|
+
.amis-scope .cxd-Portlet-header-desc {
|
32331
|
+
height: 100%;
|
32332
|
+
overflow: hidden;
|
32333
|
+
position: relative;
|
32334
|
+
margin-left: var(--gap-base);
|
32335
|
+
}
|
32336
|
+
|
32337
|
+
.amis-scope .cxd-Portlet.no-header .cxd-Portlet-tab .cxd-Tabs-links {
|
32338
|
+
display: none;
|
32339
|
+
}
|
32340
|
+
|
32341
|
+
.amis-scope .u-hairline::after {
|
32342
|
+
position: absolute;
|
32343
|
+
box-sizing: border-box;
|
32344
|
+
content: " ";
|
32345
|
+
pointer-events: none;
|
32346
|
+
top: -50%;
|
32347
|
+
right: -50%;
|
32348
|
+
bottom: -50%;
|
32349
|
+
left: -50%;
|
32350
|
+
border: 0 solid var(--borderColorLight);
|
32351
|
+
z-index: 1;
|
32352
|
+
transform: scale(0.5);
|
32353
|
+
}
|
32354
|
+
|
32355
|
+
.amis-scope .cxd-GridNav {
|
32356
|
+
display: flex;
|
32357
|
+
flex-wrap: wrap;
|
32358
|
+
}
|
32359
|
+
|
32360
|
+
.amis-scope .cxd-GridNav-top {
|
32361
|
+
position: relative;
|
32362
|
+
}
|
32363
|
+
|
32364
|
+
.amis-scope .cxd-GridNav-top::after {
|
32365
|
+
border-top-width: 0.0625rem;
|
32366
|
+
}
|
32367
|
+
|
32368
|
+
.amis-scope .cxd-GridNavItem {
|
32369
|
+
position: relative;
|
32370
|
+
box-sizing: border-box;
|
32371
|
+
}
|
32372
|
+
|
32373
|
+
.amis-scope .cxd-GridNavItem--square {
|
32374
|
+
height: 0;
|
32375
|
+
position: relative;
|
32376
|
+
}
|
32377
|
+
|
32378
|
+
.amis-scope .cxd-GridNavItem-icon {
|
32379
|
+
width: var(--rv-grid-item-icon-size);
|
32380
|
+
}
|
32381
|
+
|
32382
|
+
.amis-scope .cxd-GridNavItem-text {
|
32383
|
+
color: var(--text-color);
|
32384
|
+
font-size: var(--fontSizeSm);
|
32385
|
+
line-height: 1.5;
|
32386
|
+
word-break: break-all;
|
32387
|
+
flex-shrink: 0;
|
32388
|
+
}
|
32389
|
+
|
32390
|
+
.amis-scope .cxd-GridNavItem-icon + .cxd-GridNavItem-text {
|
32391
|
+
margin-top: 0.5rem;
|
32392
|
+
}
|
32393
|
+
|
32394
|
+
.amis-scope .cxd-GridNavItem-image {
|
32395
|
+
display: inline-block;
|
32396
|
+
}
|
32397
|
+
|
32398
|
+
.amis-scope .cxd-GridNavItem-image svg,
|
32399
|
+
.amis-scope .cxd-GridNavItem-image img {
|
32400
|
+
max-width: 100%;
|
32401
|
+
display: block;
|
32402
|
+
width: 60%;
|
32403
|
+
margin: 0 auto;
|
32404
|
+
}
|
32405
|
+
|
32406
|
+
.amis-scope .cxd-GridNavItem-content {
|
32407
|
+
display: flex;
|
32408
|
+
flex-direction: column;
|
32409
|
+
box-sizing: border-box;
|
32410
|
+
height: 100%;
|
32411
|
+
padding: var(--gap-md) var(--gap-sm);
|
32412
|
+
background-color: var(--white);
|
32413
|
+
position: relative;
|
32414
|
+
}
|
32415
|
+
|
32416
|
+
.amis-scope .cxd-GridNavItem-content .cxd-Badge-text {
|
32417
|
+
z-index: 10;
|
32418
|
+
}
|
32419
|
+
|
32420
|
+
.amis-scope .cxd-GridNavItem-content--border::after {
|
32421
|
+
border-width: 0 var(--borderWidth) var(--borderWidth) 0;
|
32422
|
+
}
|
32423
|
+
|
32424
|
+
.amis-scope .cxd-GridNavItem-content--square {
|
32425
|
+
position: absolute;
|
32426
|
+
top: 0;
|
32427
|
+
right: 0;
|
32428
|
+
left: 0;
|
32429
|
+
}
|
32430
|
+
|
32431
|
+
.amis-scope .cxd-GridNavItem-content--center {
|
32432
|
+
align-items: center;
|
32433
|
+
justify-content: center;
|
32434
|
+
}
|
32435
|
+
|
32436
|
+
.amis-scope .cxd-GridNavItem-content--horizontal {
|
32437
|
+
flex-direction: row;
|
32438
|
+
}
|
32439
|
+
|
32440
|
+
.amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-text {
|
32441
|
+
margin: 0 0 0 var(--gap-sm);
|
32442
|
+
}
|
32443
|
+
|
32444
|
+
.amis-scope .cxd-GridNavItem-content--reverse {
|
32445
|
+
flex-direction: column-reverse;
|
32446
|
+
}
|
32447
|
+
|
32448
|
+
.amis-scope .cxd-GridNavItem-content--reverse .cxd-GridNavItem-text {
|
32449
|
+
margin: 0 0 var(--gap-sm);
|
32450
|
+
}
|
32451
|
+
|
32452
|
+
.amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-content--reverse {
|
32453
|
+
flex-direction: row-reverse;
|
32454
|
+
}
|
32455
|
+
|
32456
|
+
.amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-content--reverse .cxd-GridNavItem-text {
|
32457
|
+
margin: 0 var(--gap-sm) 0 0;
|
32458
|
+
}
|
32459
|
+
|
32460
|
+
.amis-scope .cxd-GridNavItem-content--surround::after {
|
32461
|
+
border-width: var(--borderWidth);
|
32462
|
+
}
|
32463
|
+
|
32464
|
+
.amis-scope .cxd-GridNavItem-content--clickable {
|
32465
|
+
cursor: pointer;
|
32466
|
+
}
|
32467
|
+
|
31844
32468
|
.amis-scope fieldset.cxd-Collapse--lg,
|
31845
32469
|
.amis-scope fieldset.cxd-Collapse--md,
|
31846
32470
|
.amis-scope fieldset.cxd-Collapse--base,
|
@@ -31889,6 +32513,10 @@ readers do not read off random characters that represent icons */
|
|
31889
32513
|
position: relative;
|
31890
32514
|
}
|
31891
32515
|
|
32516
|
+
.amis-scope fieldset.cxd-Collapse {
|
32517
|
+
margin-bottom: var(--Form-item-gap);
|
32518
|
+
}
|
32519
|
+
|
31892
32520
|
.amis-scope fieldset.cxd-Collapse > legend {
|
31893
32521
|
font-weight: var(--fontWeightNormal);
|
31894
32522
|
padding: var(--gap-xs) 0;
|
@@ -31899,11 +32527,16 @@ readers do not read off random characters that represent icons */
|
|
31899
32527
|
margin: var(--gap-base) 0;
|
31900
32528
|
padding: 0 0 0 14px;
|
31901
32529
|
cursor: pointer;
|
31902
|
-
border-bottom:
|
32530
|
+
border-bottom: none !important;
|
32531
|
+
background: transparent;
|
31903
32532
|
display: flex;
|
31904
32533
|
flex-direction: row;
|
31905
32534
|
}
|
31906
32535
|
|
32536
|
+
.amis-scope fieldset.cxd-Collapse > legend:hover {
|
32537
|
+
background: transparent;
|
32538
|
+
}
|
32539
|
+
|
31907
32540
|
.amis-scope fieldset.cxd-Collapse--xs {
|
31908
32541
|
padding: 20px 5px 5px 5px;
|
31909
32542
|
}
|
@@ -32985,7 +33618,7 @@ readers do not read off random characters that represent icons */
|
|
32985
33618
|
color: #999;
|
32986
33619
|
}
|
32987
33620
|
|
32988
|
-
.amis-scope .cxd-
|
33621
|
+
.amis-scope .cxd-Selection > .cxd-Checkbox {
|
32989
33622
|
display: block;
|
32990
33623
|
height: var(--Form-input-height);
|
32991
33624
|
line-height: var(--Form-input-lineHeight);
|
@@ -32993,43 +33626,36 @@ readers do not read off random characters that represent icons */
|
|
32993
33626
|
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));
|
32994
33627
|
}
|
32995
33628
|
|
32996
|
-
.amis-scope .cxd-
|
33629
|
+
.amis-scope .cxd-Selection--inline > .cxd-Checkbox {
|
32997
33630
|
display: inline-block;
|
32998
33631
|
}
|
32999
33632
|
|
33000
|
-
.amis-scope .cxd-
|
33633
|
+
.amis-scope .cxd-Selection-addBtn {
|
33001
33634
|
display: block;
|
33002
33635
|
cursor: pointer;
|
33003
33636
|
}
|
33004
33637
|
|
33005
|
-
.amis-scope .cxd-
|
33638
|
+
.amis-scope .cxd-Selection-addBtn:hover {
|
33006
33639
|
text-decoration: none;
|
33007
33640
|
}
|
33008
33641
|
|
33009
|
-
.amis-scope .cxd-
|
33642
|
+
.amis-scope .cxd-Selection-addBtn > svg {
|
33010
33643
|
width: 0.875rem;
|
33011
33644
|
height: 0.875rem;
|
33012
33645
|
margin-right: var(--Checkbox-gap);
|
33013
33646
|
}
|
33014
33647
|
|
33015
|
-
.amis-scope .cxd-
|
33016
|
-
.amis-scope .cxd-ListCheckboxes-group:not(:first-child) > .cxd-ListRadios-itemLabel,
|
33017
|
-
.amis-scope .cxd-ListRadios-group:not(:first-child) > .cxd-ListCheckboxes-itemLabel,
|
33018
|
-
.amis-scope .cxd-ListRadios-group:not(:first-child) > .cxd-ListRadios-itemLabel {
|
33648
|
+
.amis-scope .cxd-GroupedSelection-group:not(:first-child) > .cxd-GroupedSelection-itemLabel {
|
33019
33649
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
33020
33650
|
}
|
33021
33651
|
|
33022
|
-
.amis-scope .cxd-
|
33023
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-itemLabel,
|
33024
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-itemLabel,
|
33025
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-itemLabel {
|
33652
|
+
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
|
33026
33653
|
font-size: var(--fontSizeSm);
|
33027
33654
|
padding: var(--gap-xs) var(--gap-xs);
|
33028
33655
|
color: var(--text--muted-color);
|
33029
33656
|
}
|
33030
33657
|
|
33031
|
-
.amis-scope .cxd-
|
33032
|
-
.amis-scope .cxd-ListRadios-item {
|
33658
|
+
.amis-scope .cxd-GroupedSelection-item {
|
33033
33659
|
display: flex;
|
33034
33660
|
height: var(--Form-input-height);
|
33035
33661
|
line-height: var(--Form-input-lineHeight);
|
@@ -33040,51 +33666,37 @@ readers do not read off random characters that represent icons */
|
|
33040
33666
|
user-select: none;
|
33041
33667
|
}
|
33042
33668
|
|
33043
|
-
.amis-scope .cxd-
|
33044
|
-
.amis-scope .cxd-ListRadios-item > .cxd-Checkbox {
|
33669
|
+
.amis-scope .cxd-GroupedSelection-item > .cxd-Checkbox {
|
33045
33670
|
margin-right: 0;
|
33046
33671
|
}
|
33047
33672
|
|
33048
|
-
.amis-scope .cxd-
|
33049
|
-
.amis-scope .cxd-ListRadios-item.is-active {
|
33673
|
+
.amis-scope .cxd-GroupedSelection-item.is-active {
|
33050
33674
|
color: var(--Form-select-menu-onActive-color);
|
33051
33675
|
background: var(--Form-select-menu-onActive-bg);
|
33052
33676
|
}
|
33053
33677
|
|
33054
|
-
.amis-scope .cxd-
|
33055
|
-
.amis-scope .cxd-ListRadios-item:hover {
|
33678
|
+
.amis-scope .cxd-GroupedSelection-item:hover {
|
33056
33679
|
background: var(--Tree-item-onHover-bg);
|
33057
33680
|
}
|
33058
33681
|
|
33059
|
-
.amis-scope .cxd-
|
33060
|
-
.amis-scope .cxd-ListRadios-item.is-disabled {
|
33682
|
+
.amis-scope .cxd-GroupedSelection-item.is-disabled {
|
33061
33683
|
pointer-events: none;
|
33062
33684
|
color: var(--text--muted-color);
|
33063
33685
|
}
|
33064
33686
|
|
33065
|
-
.amis-scope .cxd-
|
33066
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
|
33067
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
|
33068
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListRadios-item,
|
33069
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListCheckboxes-item,
|
33070
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
|
33071
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
|
33072
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListRadios-item {
|
33687
|
+
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
|
33073
33688
|
padding-left: var(--gap-base);
|
33074
33689
|
}
|
33075
33690
|
|
33076
|
-
.amis-scope .cxd-
|
33077
|
-
.amis-scope .cxd-ListRadios-itemLabel {
|
33691
|
+
.amis-scope .cxd-GroupedSelection-itemLabel {
|
33078
33692
|
flex-grow: 1;
|
33079
33693
|
}
|
33080
33694
|
|
33081
|
-
.amis-scope .cxd-
|
33082
|
-
.amis-scope .cxd-ListRadios-itemLabel span {
|
33695
|
+
.amis-scope .cxd-GroupedSelection-itemLabel span {
|
33083
33696
|
white-space: nowrap;
|
33084
33697
|
}
|
33085
33698
|
|
33086
|
-
.amis-scope .cxd-
|
33087
|
-
.amis-scope .cxd-ListRadios-placeholder {
|
33699
|
+
.amis-scope .cxd-GroupedSelection-placeholder {
|
33088
33700
|
height: var(--Form-input-height);
|
33089
33701
|
line-height: var(--Form-input-lineHeight);
|
33090
33702
|
font-size: var(--Form-input-fontSize);
|
@@ -33092,52 +33704,54 @@ readers do not read off random characters that represent icons */
|
|
33092
33704
|
color: var(--text--muted-color);
|
33093
33705
|
}
|
33094
33706
|
|
33095
|
-
.amis-scope .cxd-
|
33707
|
+
.amis-scope .cxd-TableSelection .cxd-Table-content {
|
33096
33708
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
33097
33709
|
}
|
33098
33710
|
|
33099
|
-
.amis-scope .cxd-
|
33100
|
-
.amis-scope .cxd-
|
33711
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th,
|
33712
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td {
|
33101
33713
|
font-size: var(--fontSizeSm);
|
33102
33714
|
padding-top: var(--gap-xs);
|
33103
33715
|
padding-bottom: 0.375rem;
|
33104
33716
|
vertical-align: middle;
|
33105
33717
|
}
|
33106
33718
|
|
33107
|
-
.amis-scope .cxd-
|
33719
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th {
|
33108
33720
|
padding-top: 0.375rem;
|
33109
33721
|
}
|
33110
33722
|
|
33111
|
-
.amis-scope .cxd-
|
33112
|
-
.amis-scope .cxd-
|
33723
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:first-child,
|
33724
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:first-child {
|
33113
33725
|
padding-left: 0.625rem;
|
33114
33726
|
padding-right: 0;
|
33115
33727
|
}
|
33116
33728
|
|
33117
|
-
.amis-scope .cxd-
|
33118
|
-
.amis-scope .cxd-
|
33729
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child,
|
33730
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:last-child {
|
33119
33731
|
padding-right: var(--gap-md);
|
33120
33732
|
}
|
33121
33733
|
|
33122
|
-
.amis-scope .cxd-
|
33734
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr {
|
33123
33735
|
cursor: pointer;
|
33124
33736
|
}
|
33125
33737
|
|
33126
|
-
.amis-scope .cxd-
|
33127
|
-
|
33738
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-active {
|
33739
|
+
color: var(--Form-select-menu-onActive-color);
|
33740
|
+
background: var(--Form-select-menu-onActive-bg);
|
33741
|
+
}
|
33742
|
+
|
33743
|
+
.amis-scope .cxd-TreeSelection .cxd-Table-expandBtn {
|
33128
33744
|
color: var(--icon-color);
|
33129
33745
|
margin-right: 5px;
|
33130
33746
|
}
|
33131
33747
|
|
33132
|
-
.amis-scope .cxd-
|
33133
|
-
.amis-scope .cxd-TreeRadios-sublist {
|
33748
|
+
.amis-scope .cxd-TreeSelection-sublist {
|
33134
33749
|
position: relative;
|
33135
33750
|
margin: 0 0 0 2.1875rem;
|
33136
33751
|
display: none;
|
33137
33752
|
}
|
33138
33753
|
|
33139
|
-
.amis-scope .cxd-
|
33140
|
-
.amis-scope .cxd-TreeRadios-sublist:before {
|
33754
|
+
.amis-scope .cxd-TreeSelection-sublist:before {
|
33141
33755
|
width: 1px;
|
33142
33756
|
content: "";
|
33143
33757
|
display: block;
|
@@ -33148,29 +33762,19 @@ readers do not read off random characters that represent icons */
|
|
33148
33762
|
border-left: dashed 1px var(--icon-color);
|
33149
33763
|
}
|
33150
33764
|
|
33151
|
-
.amis-scope .cxd-
|
33152
|
-
.amis-scope .cxd-TreeRadios-item {
|
33765
|
+
.amis-scope .cxd-TreeSelection-item {
|
33153
33766
|
position: relative;
|
33154
33767
|
}
|
33155
33768
|
|
33156
|
-
.amis-scope .cxd-
|
33157
|
-
.amis-scope .cxd-TreeCheckboxes-item.is-expanded > .cxd-TreeRadios-sublist,
|
33158
|
-
.amis-scope .cxd-TreeRadios-item.is-expanded > .cxd-TreeCheckboxes-sublist,
|
33159
|
-
.amis-scope .cxd-TreeRadios-item.is-expanded > .cxd-TreeRadios-sublist {
|
33769
|
+
.amis-scope .cxd-TreeSelection-item.is-expanded > .cxd-TreeSelection-sublist {
|
33160
33770
|
display: block;
|
33161
33771
|
}
|
33162
33772
|
|
33163
|
-
.amis-scope .cxd-
|
33164
|
-
.amis-scope .cxd-TreeCheckboxes-item:not(:last-child) > .cxd-TreeRadios-sublist:before,
|
33165
|
-
.amis-scope .cxd-TreeRadios-item:not(:last-child) > .cxd-TreeCheckboxes-sublist:before,
|
33166
|
-
.amis-scope .cxd-TreeRadios-item:not(:last-child) > .cxd-TreeRadios-sublist:before {
|
33773
|
+
.amis-scope .cxd-TreeSelection-item:not(:last-child) > .cxd-TreeSelection-sublist:before {
|
33167
33774
|
bottom: 0;
|
33168
33775
|
}
|
33169
33776
|
|
33170
|
-
.amis-scope .cxd-
|
33171
|
-
.amis-scope .cxd-TreeCheckboxes-sublist .cxd-TreeRadios-item:before,
|
33172
|
-
.amis-scope .cxd-TreeRadios-sublist .cxd-TreeCheckboxes-item:before,
|
33173
|
-
.amis-scope .cxd-TreeRadios-sublist .cxd-TreeRadios-item:before {
|
33777
|
+
.amis-scope .cxd-TreeSelection-sublist .cxd-TreeSelection-item:before {
|
33174
33778
|
height: 1px;
|
33175
33779
|
content: "";
|
33176
33780
|
display: block;
|
@@ -33181,8 +33785,7 @@ readers do not read off random characters that represent icons */
|
|
33181
33785
|
border-top: dashed 1px var(--icon-color);
|
33182
33786
|
}
|
33183
33787
|
|
33184
|
-
.amis-scope .cxd-
|
33185
|
-
.amis-scope .cxd-TreeRadios-itemInner {
|
33788
|
+
.amis-scope .cxd-TreeSelection-itemInner {
|
33186
33789
|
display: flex;
|
33187
33790
|
align-items: center;
|
33188
33791
|
height: var(--Form-input-height);
|
@@ -33195,20 +33798,17 @@ readers do not read off random characters that represent icons */
|
|
33195
33798
|
position: relative;
|
33196
33799
|
}
|
33197
33800
|
|
33198
|
-
.amis-scope .cxd-
|
33199
|
-
.amis-scope .cxd-TreeRadios-itemInner > .cxd-Checkbox {
|
33801
|
+
.amis-scope .cxd-TreeSelection-itemInner > .cxd-Checkbox {
|
33200
33802
|
margin-right: 0;
|
33201
33803
|
margin-left: var(--gap-sm);
|
33202
33804
|
}
|
33203
33805
|
|
33204
|
-
.amis-scope .cxd-
|
33205
|
-
.amis-scope .cxd-TreeRadios-itemInner > * {
|
33806
|
+
.amis-scope .cxd-TreeSelection-itemInner > * {
|
33206
33807
|
position: relative;
|
33207
33808
|
z-index: 2;
|
33208
33809
|
}
|
33209
33810
|
|
33210
|
-
.amis-scope .cxd-
|
33211
|
-
.amis-scope .cxd-TreeRadios-itemInner:hover:after {
|
33811
|
+
.amis-scope .cxd-TreeSelection-itemInner:hover:after {
|
33212
33812
|
position: absolute;
|
33213
33813
|
content: "";
|
33214
33814
|
z-index: 1;
|
@@ -33219,24 +33819,20 @@ readers do not read off random characters that represent icons */
|
|
33219
33819
|
background: var(--Tree-item-onHover-bg);
|
33220
33820
|
}
|
33221
33821
|
|
33222
|
-
.amis-scope .cxd-
|
33223
|
-
.amis-scope .cxd-TreeRadios-itemInner.is-active {
|
33822
|
+
.amis-scope .cxd-TreeSelection-itemInner.is-active {
|
33224
33823
|
color: var(--Form-select-menu-onActive-color);
|
33225
33824
|
}
|
33226
33825
|
|
33227
|
-
.amis-scope .cxd-
|
33228
|
-
.amis-scope .cxd-TreeRadios-itemInner.is-disabled {
|
33826
|
+
.amis-scope .cxd-TreeSelection-itemInner.is-disabled {
|
33229
33827
|
pointer-events: none;
|
33230
33828
|
color: var(--text--muted-color);
|
33231
33829
|
}
|
33232
33830
|
|
33233
|
-
.amis-scope .cxd-
|
33234
|
-
.amis-scope .cxd-TreeRadios-itemLabel {
|
33831
|
+
.amis-scope .cxd-TreeSelection-itemLabel {
|
33235
33832
|
flex-grow: 1;
|
33236
33833
|
}
|
33237
33834
|
|
33238
|
-
.amis-scope .cxd-
|
33239
|
-
.amis-scope .cxd-TreeRadios-placeholder {
|
33835
|
+
.amis-scope .cxd-TreeSelection-placeholder {
|
33240
33836
|
height: var(--Form-input-height);
|
33241
33837
|
line-height: var(--Form-input-lineHeight);
|
33242
33838
|
font-size: var(--Form-input-fontSize);
|
@@ -33244,27 +33840,27 @@ readers do not read off random characters that represent icons */
|
|
33244
33840
|
color: var(--text--muted-color);
|
33245
33841
|
}
|
33246
33842
|
|
33247
|
-
.amis-scope .cxd-
|
33843
|
+
.amis-scope .cxd-ChainedSelection {
|
33248
33844
|
display: flex;
|
33249
33845
|
flex-direction: row;
|
33250
33846
|
}
|
33251
33847
|
|
33252
|
-
.amis-scope .cxd-
|
33848
|
+
.amis-scope .cxd-ChainedSelection-col {
|
33253
33849
|
flex-grow: 1;
|
33254
33850
|
min-width: 150px;
|
33255
33851
|
}
|
33256
33852
|
|
33257
|
-
.amis-scope .cxd-
|
33853
|
+
.amis-scope .cxd-ChainedSelection-col:not(:last-child) {
|
33258
33854
|
border-right: 1px solid var(--borderColor);
|
33259
33855
|
}
|
33260
33856
|
|
33261
|
-
.amis-scope .cxd-
|
33857
|
+
.amis-scope .cxd-ChainedSelection-subTitle {
|
33262
33858
|
font-size: var(--fontSizeSm);
|
33263
33859
|
padding: var(--gap-xs) var(--gap-xs);
|
33264
33860
|
color: var(--text--muted-color);
|
33265
33861
|
}
|
33266
33862
|
|
33267
|
-
.amis-scope .cxd-
|
33863
|
+
.amis-scope .cxd-ChainedSelection-item {
|
33268
33864
|
display: flex;
|
33269
33865
|
height: var(--Form-input-height);
|
33270
33866
|
line-height: var(--Form-input-lineHeight);
|
@@ -33275,29 +33871,29 @@ readers do not read off random characters that represent icons */
|
|
33275
33871
|
user-select: none;
|
33276
33872
|
}
|
33277
33873
|
|
33278
|
-
.amis-scope .cxd-
|
33874
|
+
.amis-scope .cxd-ChainedSelection-item > .cxd-Checkbox {
|
33279
33875
|
margin-right: 0;
|
33280
33876
|
}
|
33281
33877
|
|
33282
|
-
.amis-scope .cxd-
|
33878
|
+
.amis-scope .cxd-ChainedSelection-item.is-active {
|
33283
33879
|
color: var(--Form-select-menu-onActive-color);
|
33284
33880
|
background: var(--Form-select-menu-onActive-bg);
|
33285
33881
|
}
|
33286
33882
|
|
33287
|
-
.amis-scope .cxd-
|
33883
|
+
.amis-scope .cxd-ChainedSelection-item:hover {
|
33288
33884
|
background: var(--Tree-item-onHover-bg);
|
33289
33885
|
}
|
33290
33886
|
|
33291
|
-
.amis-scope .cxd-
|
33887
|
+
.amis-scope .cxd-ChainedSelection-item.is-disabled {
|
33292
33888
|
pointer-events: none;
|
33293
33889
|
color: var(--text--muted-color);
|
33294
33890
|
}
|
33295
33891
|
|
33296
|
-
.amis-scope .cxd-
|
33892
|
+
.amis-scope .cxd-ChainedSelection-itemLabel {
|
33297
33893
|
flex-grow: 1;
|
33298
33894
|
}
|
33299
33895
|
|
33300
|
-
.amis-scope .cxd-
|
33896
|
+
.amis-scope .cxd-ChainedSelection-placeholder {
|
33301
33897
|
height: var(--Form-input-height);
|
33302
33898
|
line-height: var(--Form-input-lineHeight);
|
33303
33899
|
font-size: var(--Form-input-fontSize);
|
@@ -33305,34 +33901,35 @@ readers do not read off random characters that represent icons */
|
|
33305
33901
|
color: var(--text--muted-color);
|
33306
33902
|
}
|
33307
33903
|
|
33308
|
-
.amis-scope .cxd-
|
33904
|
+
.amis-scope .cxd-AssociatedSelection {
|
33309
33905
|
display: flex;
|
33310
33906
|
flex-direction: row;
|
33311
33907
|
}
|
33312
33908
|
|
33313
|
-
.amis-scope .cxd-
|
33314
|
-
.amis-scope .cxd-
|
33909
|
+
.amis-scope .cxd-AssociatedSelection-left,
|
33910
|
+
.amis-scope .cxd-AssociatedSelection-right {
|
33315
33911
|
flex-grow: 1;
|
33316
33912
|
width: 0;
|
33317
|
-
height:
|
33913
|
+
min-height: 12.5rem;
|
33914
|
+
max-height: 25rem;
|
33318
33915
|
overflow: auto;
|
33319
33916
|
}
|
33320
33917
|
|
33321
|
-
.amis-scope .cxd-
|
33918
|
+
.amis-scope .cxd-AssociatedSelection-left {
|
33322
33919
|
border-right: 1px solid var(--borderColor);
|
33323
33920
|
}
|
33324
33921
|
|
33325
|
-
.amis-scope .cxd-
|
33922
|
+
.amis-scope .cxd-AssociatedSelection-reload {
|
33326
33923
|
text-align: center;
|
33327
33924
|
color: var(--info);
|
33328
33925
|
margin: 20px 0 0;
|
33329
33926
|
}
|
33330
33927
|
|
33331
|
-
.amis-scope .cxd-
|
33928
|
+
.amis-scope .cxd-AssociatedSelection-reload.is-clickable {
|
33332
33929
|
cursor: pointer;
|
33333
33930
|
}
|
33334
33931
|
|
33335
|
-
.amis-scope .cxd-
|
33932
|
+
.amis-scope .cxd-AssociatedSelection-box {
|
33336
33933
|
line-height: var(--Form-input-lineHeight);
|
33337
33934
|
font-size: var(--fontSizeSm);
|
33338
33935
|
color: var(--text--muted-color);
|
@@ -33344,7 +33941,7 @@ readers do not read off random characters that represent icons */
|
|
33344
33941
|
height: 100%;
|
33345
33942
|
}
|
33346
33943
|
|
33347
|
-
.amis-scope .cxd-
|
33944
|
+
.amis-scope .cxd-AssociatedSelection-box > p {
|
33348
33945
|
text-align: center;
|
33349
33946
|
margin: 10px 0 20px;
|
33350
33947
|
color: var(--text--muted-color);
|
@@ -34395,7 +34992,7 @@ readers do not read off random characters that represent icons */
|
|
34395
34992
|
.amis-scope .cxd-ColorPicker-preview {
|
34396
34993
|
display: flex;
|
34397
34994
|
align-items: center;
|
34398
|
-
margin-
|
34995
|
+
margin-right: var(--gap-sm);
|
34399
34996
|
cursor: pointer;
|
34400
34997
|
}
|
34401
34998
|
|
@@ -34428,14 +35025,42 @@ readers do not read off random characters that represent icons */
|
|
34428
35025
|
fill: var(--Form-input-onHover-iconColor);
|
34429
35026
|
}
|
34430
35027
|
|
35028
|
+
.amis-scope .cxd-ColorPicker-arrow {
|
35029
|
+
margin-right: var(--gap-xs);
|
35030
|
+
width: var(--gap-md);
|
35031
|
+
text-align: center;
|
35032
|
+
display: flex;
|
35033
|
+
align-items: center;
|
35034
|
+
justify-content: center;
|
35035
|
+
line-height: 1;
|
35036
|
+
}
|
35037
|
+
|
35038
|
+
.amis-scope .cxd-ColorPicker-arrow > svg {
|
35039
|
+
transition: transform var(--animation-duration);
|
35040
|
+
display: inline-block;
|
35041
|
+
color: var(--Form-select-caret-iconColor);
|
35042
|
+
width: 10px;
|
35043
|
+
height: 10px;
|
35044
|
+
top: 0;
|
35045
|
+
}
|
35046
|
+
|
35047
|
+
.amis-scope .cxd-ColorPicker.is-opened .cxd-ColorPicker-arrow > svg {
|
35048
|
+
transform: rotate(180deg);
|
35049
|
+
}
|
35050
|
+
|
35051
|
+
.amis-scope .cxd-ColorPicker-popover {
|
35052
|
+
border: none;
|
35053
|
+
box-shadow: none;
|
35054
|
+
}
|
35055
|
+
|
34431
35056
|
.amis-scope .cxd-ColorControl:not(.is-inline) > .cxd-ColorPicker {
|
34432
35057
|
display: flex;
|
34433
35058
|
}
|
34434
35059
|
|
34435
35060
|
.amis-scope .sketch-picker {
|
34436
|
-
box-shadow: none !important;
|
34437
|
-
border-radius: 0 !important;
|
34438
35061
|
border: none !important;
|
35062
|
+
border-radius: var(--borderRadius) !important;
|
35063
|
+
box-shadow: var(--ColorPicker-boxShadow) !important;
|
34439
35064
|
}
|
34440
35065
|
|
34441
35066
|
.amis-scope .cxd-DatePicker {
|
@@ -35379,6 +36004,17 @@ readers do not read off random characters that represent icons */
|
|
35379
36004
|
height: 100%;
|
35380
36005
|
}
|
35381
36006
|
|
36007
|
+
.amis-scope .cxd-FileControl-templateInfo {
|
36008
|
+
display: block;
|
36009
|
+
margin-bottom: var(--gap-base);
|
36010
|
+
padding: var(--Button-paddingY) var(--Button-paddingX);
|
36011
|
+
cursor: pointer;
|
36012
|
+
}
|
36013
|
+
|
36014
|
+
.amis-scope .cxd-FileControl-templateInfo > svg {
|
36015
|
+
margin-right: var(--gap-xs);
|
36016
|
+
}
|
36017
|
+
|
35382
36018
|
.amis-scope .cxd-FileControl-dropzone {
|
35383
36019
|
outline: none;
|
35384
36020
|
}
|
@@ -36064,6 +36700,10 @@ readers do not read off random characters that represent icons */
|
|
36064
36700
|
pointer-events: none;
|
36065
36701
|
}
|
36066
36702
|
|
36703
|
+
.amis-scope .cxd-Tree.is-draggable {
|
36704
|
+
position: relative;
|
36705
|
+
}
|
36706
|
+
|
36067
36707
|
.amis-scope .cxd-Tree--outline .cxd-Tree-sublist .cxd-Tree-item--isLeaf:before {
|
36068
36708
|
position: absolute;
|
36069
36709
|
top: -8px;
|
@@ -36104,6 +36744,10 @@ readers do not read off random characters that represent icons */
|
|
36104
36744
|
left: -99999px;
|
36105
36745
|
}
|
36106
36746
|
|
36747
|
+
.amis-scope .cxd-Tree.is-draggable .cxd-Tree-itemLabel:hover::after {
|
36748
|
+
display: none;
|
36749
|
+
}
|
36750
|
+
|
36107
36751
|
.amis-scope .cxd-Tree-item-icons {
|
36108
36752
|
visibility: hidden;
|
36109
36753
|
transition: visibility var(--animation-duration) ease;
|
@@ -36217,6 +36861,11 @@ readers do not read off random characters that represent icons */
|
|
36217
36861
|
width: calc(var(--Tree-itemArrowWidth) + var(--gap-xs));
|
36218
36862
|
}
|
36219
36863
|
|
36864
|
+
.amis-scope .cxd-Tree-itemDrager {
|
36865
|
+
cursor: move;
|
36866
|
+
color: var(--icon-color);
|
36867
|
+
}
|
36868
|
+
|
36220
36869
|
.amis-scope .cxd-Tree-spinner {
|
36221
36870
|
margin-right: var(--gap-xs);
|
36222
36871
|
}
|
@@ -36263,6 +36912,35 @@ readers do not read off random characters that represent icons */
|
|
36263
36912
|
color: var(--text--muted-color);
|
36264
36913
|
}
|
36265
36914
|
|
36915
|
+
.amis-scope .cxd-Tree-dropIndicator {
|
36916
|
+
position: absolute;
|
36917
|
+
height: 0.125rem;
|
36918
|
+
background-color: var(--Tree-itemLabel--onChecked-color);
|
36919
|
+
border-radius: 0.0625rem;
|
36920
|
+
z-index: 1;
|
36921
|
+
}
|
36922
|
+
|
36923
|
+
.amis-scope .cxd-Tree-dropIndicator::after {
|
36924
|
+
position: absolute;
|
36925
|
+
top: -0.1875rem;
|
36926
|
+
left: -0.375rem;
|
36927
|
+
width: 0.5rem;
|
36928
|
+
height: 0.5rem;
|
36929
|
+
background-color: transparent;
|
36930
|
+
border: 0.125rem solid var(--Tree-itemLabel--onChecked-color);
|
36931
|
+
border-radius: 50%;
|
36932
|
+
content: "";
|
36933
|
+
}
|
36934
|
+
|
36935
|
+
.amis-scope .cxd-Tree-dropIndicator--hover {
|
36936
|
+
border-radius: 0;
|
36937
|
+
background-color: var(--Tree-item-onHover-bg);
|
36938
|
+
}
|
36939
|
+
|
36940
|
+
.amis-scope .cxd-Tree-dropIndicator--hover::after {
|
36941
|
+
display: none;
|
36942
|
+
}
|
36943
|
+
|
36266
36944
|
.amis-scope .cxd-TreeSelectControl {
|
36267
36945
|
position: relative;
|
36268
36946
|
}
|
@@ -36593,6 +37271,8 @@ readers do not read off random characters that represent icons */
|
|
36593
37271
|
|
36594
37272
|
.amis-scope .cxd-Combo--hor .cxd-Combo-itemDrager {
|
36595
37273
|
padding: var(--Combo--horizontal-dragger-top) 0.375rem 0 0;
|
37274
|
+
display: flex;
|
37275
|
+
align-items: center;
|
36596
37276
|
}
|
36597
37277
|
|
36598
37278
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder)::before,
|
@@ -36654,6 +37334,8 @@ readers do not read off random characters that represent icons */
|
|
36654
37334
|
position: absolute;
|
36655
37335
|
top: var(--Combo--horizontal-dragger-top);
|
36656
37336
|
left: -1.875rem;
|
37337
|
+
display: flex;
|
37338
|
+
align-items: center;
|
36657
37339
|
}
|
36658
37340
|
|
36659
37341
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder).is-draggable > .cxd-Combo-items > .cxd-Combo-item {
|
@@ -37282,19 +37964,19 @@ readers do not read off random characters that represent icons */
|
|
37282
37964
|
border-radius: var(--borderRadius);
|
37283
37965
|
}
|
37284
37966
|
|
37285
|
-
.amis-scope .cxd-Transfer-select > .cxd-Transfer-
|
37286
|
-
.amis-scope .cxd-Transfer-result > .cxd-Transfer-
|
37967
|
+
.amis-scope .cxd-Transfer-select > .cxd-Transfer-selection,
|
37968
|
+
.amis-scope .cxd-Transfer-result > .cxd-Transfer-value {
|
37287
37969
|
flex-grow: 1;
|
37288
37970
|
max-height: 100%;
|
37289
37971
|
overflow: auto;
|
37290
37972
|
position: relative;
|
37291
37973
|
}
|
37292
37974
|
|
37293
|
-
.amis-scope .cxd-Transfer-search + .cxd-Transfer-
|
37975
|
+
.amis-scope .cxd-Transfer-search + .cxd-Transfer-selection {
|
37294
37976
|
border-top: 1px solid var(--borderColor);
|
37295
37977
|
}
|
37296
37978
|
|
37297
|
-
.amis-scope .cxd-Transfer-
|
37979
|
+
.amis-scope .cxd-Transfer-selection .cxd-ListSelection-placeholder {
|
37298
37980
|
height: 100%;
|
37299
37981
|
display: flex;
|
37300
37982
|
align-items: center;
|
@@ -37342,13 +38024,30 @@ readers do not read off random characters that represent icons */
|
|
37342
38024
|
color: var(--text--muted-color);
|
37343
38025
|
}
|
37344
38026
|
|
37345
|
-
.amis-scope .cxd-Transfer-
|
38027
|
+
.amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
|
38028
|
+
height: 40px;
|
38029
|
+
}
|
38030
|
+
|
38031
|
+
.amis-scope .cxd-TabsTransfer-placeholder {
|
38032
|
+
height: var(--Form-input-height);
|
38033
|
+
line-height: var(--Form-input-lineHeight);
|
38034
|
+
font-size: var(--Form-input-fontSize);
|
38035
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
38036
|
+
color: var(--text--muted-color);
|
38037
|
+
}
|
38038
|
+
|
38039
|
+
.amis-scope .cxd-TabsTransfer-tab {
|
38040
|
+
padding: 0;
|
38041
|
+
overflow: auto;
|
38042
|
+
}
|
38043
|
+
|
38044
|
+
.amis-scope .cxd-TabsTransfer-tabs {
|
37346
38045
|
display: flex;
|
37347
38046
|
flex-direction: column;
|
37348
38047
|
height: 100%;
|
37349
38048
|
}
|
37350
38049
|
|
37351
|
-
.amis-scope .cxd-
|
38050
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links {
|
37352
38051
|
border-top: 0 none;
|
37353
38052
|
padding: 5px 0 0 5px;
|
37354
38053
|
display: flex;
|
@@ -37357,59 +38056,48 @@ readers do not read off random characters that represent icons */
|
|
37357
38056
|
align-items: center;
|
37358
38057
|
}
|
37359
38058
|
|
37360
|
-
.amis-scope .cxd-
|
38059
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
|
37361
38060
|
font-size: 12px;
|
37362
38061
|
padding: 7px 8px;
|
37363
38062
|
}
|
37364
38063
|
|
37365
|
-
.amis-scope .cxd-
|
38064
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links .cxd-TabsTransfer-tabsMid {
|
37366
38065
|
flex-grow: 1;
|
37367
38066
|
}
|
37368
38067
|
|
37369
|
-
.amis-scope .cxd-
|
38068
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox {
|
37370
38069
|
margin: -5px 5px 0 10px;
|
37371
38070
|
}
|
37372
38071
|
|
37373
|
-
.amis-scope .cxd-
|
38072
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox.is-active {
|
37374
38073
|
width: 150px;
|
37375
38074
|
margin-right: 10px;
|
37376
38075
|
padding-left: 10px;
|
37377
38076
|
}
|
37378
38077
|
|
37379
|
-
.amis-scope .cxd-
|
38078
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content {
|
37380
38079
|
flex-grow: 1;
|
38080
|
+
min-height: 0;
|
37381
38081
|
position: relative;
|
37382
38082
|
padding: 5px 0 0;
|
37383
38083
|
}
|
37384
38084
|
|
37385
|
-
.amis-scope .cxd-
|
38085
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane {
|
37386
38086
|
position: relative;
|
37387
|
-
|
38087
|
+
height: 100%;
|
37388
38088
|
}
|
37389
38089
|
|
37390
|
-
.amis-scope .cxd-
|
38090
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active {
|
37391
38091
|
display: flex;
|
37392
38092
|
flex-direction: column;
|
37393
38093
|
}
|
37394
38094
|
|
37395
|
-
.amis-scope .cxd-
|
38095
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active > .cxd-Transfer-selection {
|
37396
38096
|
flex-grow: 1;
|
37397
38097
|
max-height: 100%;
|
37398
38098
|
overflow: auto;
|
37399
38099
|
}
|
37400
38100
|
|
37401
|
-
.amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
|
37402
|
-
height: 40px;
|
37403
|
-
}
|
37404
|
-
|
37405
|
-
.amis-scope .cxd-TabsTransfer-placeholder {
|
37406
|
-
height: var(--Form-input-height);
|
37407
|
-
line-height: var(--Form-input-lineHeight);
|
37408
|
-
font-size: var(--Form-input-fontSize);
|
37409
|
-
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
37410
|
-
color: var(--text--muted-color);
|
37411
|
-
}
|
37412
|
-
|
37413
38101
|
.amis-scope .cxd-TransferControl {
|
37414
38102
|
position: relative;
|
37415
38103
|
}
|
@@ -37418,6 +38106,57 @@ readers do not read off random characters that represent icons */
|
|
37418
38106
|
display: inline-block;
|
37419
38107
|
}
|
37420
38108
|
|
38109
|
+
.amis-scope .cxd-TransferPicker-icon {
|
38110
|
+
transition: transform var(--animation-duration) ease-out;
|
38111
|
+
margin: 5px 5px 5px auto;
|
38112
|
+
display: flex;
|
38113
|
+
color: var(--Form-select-caret-iconColor);
|
38114
|
+
}
|
38115
|
+
|
38116
|
+
.amis-scope .cxd-TransferPicker-icon:hover {
|
38117
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
38118
|
+
}
|
38119
|
+
|
38120
|
+
.amis-scope .cxd-TransferPicker-icon > svg {
|
38121
|
+
width: 0.75rem;
|
38122
|
+
height: 0.75rem;
|
38123
|
+
top: 0;
|
38124
|
+
}
|
38125
|
+
|
38126
|
+
.amis-scope .cxd-TransferDropDown-icon {
|
38127
|
+
transition: transform var(--animation-duration) ease-out;
|
38128
|
+
margin: 5px 5px 5px auto;
|
38129
|
+
display: flex;
|
38130
|
+
color: var(--Form-select-caret-iconColor);
|
38131
|
+
}
|
38132
|
+
|
38133
|
+
.amis-scope .cxd-TransferDropDown-icon:hover {
|
38134
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
38135
|
+
}
|
38136
|
+
|
38137
|
+
.amis-scope .cxd-TransferDropDown-icon > svg {
|
38138
|
+
width: 0.625rem;
|
38139
|
+
height: 0.625rem;
|
38140
|
+
top: 0;
|
38141
|
+
}
|
38142
|
+
|
38143
|
+
.amis-scope .cxd-TransferDropDown.is-active .cxd-TransferDropDown-icon {
|
38144
|
+
transform: rotate(180deg);
|
38145
|
+
}
|
38146
|
+
|
38147
|
+
.amis-scope .cxd-TransferDropDown-content {
|
38148
|
+
min-height: 12.5rem;
|
38149
|
+
display: flex;
|
38150
|
+
flex-direction: column;
|
38151
|
+
}
|
38152
|
+
|
38153
|
+
.amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
|
38154
|
+
flex-grow: 1;
|
38155
|
+
max-height: 100%;
|
38156
|
+
overflow: auto;
|
38157
|
+
position: relative;
|
38158
|
+
}
|
38159
|
+
|
37421
38160
|
.amis-scope .cxd-NestedSelectControl {
|
37422
38161
|
position: relative;
|
37423
38162
|
}
|
@@ -38121,12 +38860,61 @@ readers do not read off random characters that represent icons */
|
|
38121
38860
|
min-width: var(--Form-control-widthSm);
|
38122
38861
|
}
|
38123
38862
|
|
38863
|
+
.amis-scope .cxd-Form--column {
|
38864
|
+
display: flex;
|
38865
|
+
flex-wrap: wrap;
|
38866
|
+
margin-left: calc(var(--Form-group-gutterWidth) / -2);
|
38867
|
+
margin-right: calc(var(--Form-group-gutterWidth) / -2);
|
38868
|
+
}
|
38869
|
+
|
38870
|
+
.amis-scope .cxd-Form--column > .cxd-Form-item {
|
38871
|
+
flex-grow: 1;
|
38872
|
+
padding-left: calc(var(--Form-group-gutterWidth) / 2);
|
38873
|
+
padding-right: calc(var(--Form-group-gutterWidth) / 2);
|
38874
|
+
}
|
38875
|
+
|
38876
|
+
.amis-scope .cxd-Form--column-2 > .cxd-Form-item {
|
38877
|
+
width: 50%;
|
38878
|
+
}
|
38879
|
+
|
38880
|
+
.amis-scope .cxd-Form--column-3 > .cxd-Form-item {
|
38881
|
+
width: 33%;
|
38882
|
+
}
|
38883
|
+
|
38884
|
+
.amis-scope .cxd-Form--column-4 > .cxd-Form-item {
|
38885
|
+
width: 25%;
|
38886
|
+
}
|
38887
|
+
|
38888
|
+
.amis-scope .cxd-Form--column-5 > .cxd-Form-item {
|
38889
|
+
width: 20%;
|
38890
|
+
}
|
38891
|
+
|
38892
|
+
.amis-scope .cxd-Form--column-6 > .cxd-Form-item {
|
38893
|
+
width: 16.6%;
|
38894
|
+
}
|
38895
|
+
|
38896
|
+
.amis-scope .cxd-Form--column-7 > .cxd-Form-item {
|
38897
|
+
width: 14.2%;
|
38898
|
+
}
|
38899
|
+
|
38900
|
+
.amis-scope .cxd-Form--column-8 > .cxd-Form-item {
|
38901
|
+
width: 12.5%;
|
38902
|
+
}
|
38903
|
+
|
38904
|
+
.amis-scope .cxd-Form-column-9 > .cxd-Form-item {
|
38905
|
+
width: 11.1%;
|
38906
|
+
}
|
38907
|
+
|
38908
|
+
.amis-scope .cxd-Form-column-10 > .cxd-Form-item {
|
38909
|
+
width: 10%;
|
38910
|
+
}
|
38911
|
+
|
38124
38912
|
.amis-scope .cxd-AnchorNav {
|
38125
38913
|
display: flex;
|
38126
38914
|
height: 25rem;
|
38127
38915
|
}
|
38128
38916
|
|
38129
|
-
.amis-scope .cxd-AnchorNav-link-wrap {
|
38917
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap {
|
38130
38918
|
margin: 0;
|
38131
38919
|
padding: 0;
|
38132
38920
|
width: var(--Tabs--vertical-width);
|
@@ -38134,12 +38922,12 @@ readers do not read off random characters that represent icons */
|
|
38134
38922
|
padding-bottom: 3.75rem;
|
38135
38923
|
}
|
38136
38924
|
|
38137
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
38925
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
38138
38926
|
position: relative;
|
38139
38927
|
display: block;
|
38140
38928
|
}
|
38141
38929
|
|
38142
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
|
38930
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
|
38143
38931
|
display: block;
|
38144
38932
|
border: var(--Tabs-borderWidth) solid transparent;
|
38145
38933
|
border-width: var(--AnchorNav-onActive-borderWidth);
|
@@ -38153,20 +38941,75 @@ readers do not read off random characters that represent icons */
|
|
38153
38941
|
margin: 0;
|
38154
38942
|
}
|
38155
38943
|
|
38156
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
|
38944
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
|
38157
38945
|
color: var(--primary);
|
38158
38946
|
}
|
38159
38947
|
|
38160
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
|
38161
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
|
38948
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
|
38949
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
|
38162
38950
|
color: var(--Tabs--vertical-onActive-color);
|
38163
38951
|
border-color: var(--Tabs--vertical-onActive-border);
|
38164
38952
|
}
|
38165
38953
|
|
38954
|
+
.amis-scope .cxd-AnchorNav--horizontal {
|
38955
|
+
flex-direction: column;
|
38956
|
+
}
|
38957
|
+
|
38958
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap {
|
38959
|
+
user-select: none;
|
38960
|
+
margin: 0px;
|
38961
|
+
padding: 0px;
|
38962
|
+
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
38963
|
+
list-style: none;
|
38964
|
+
}
|
38965
|
+
|
38966
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
38967
|
+
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
38968
|
+
display: inline-block;
|
38969
|
+
position: relative;
|
38970
|
+
}
|
38971
|
+
|
38972
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child {
|
38973
|
+
font-size: var(--Tabs-linkFontSize);
|
38974
|
+
outline: 0;
|
38975
|
+
border: var(--Tabs-borderWidth) solid transparent;
|
38976
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38977
|
+
border-top-left-radius: var(--Tabs-borderRadius);
|
38978
|
+
border-top-right-radius: var(--Tabs-borderRadius);
|
38979
|
+
color: var(--Tabs-color);
|
38980
|
+
margin: var(--Tabs-linkMargin);
|
38981
|
+
padding: var(--Tabs-linkPadding);
|
38982
|
+
text-decoration: none;
|
38983
|
+
cursor: pointer;
|
38984
|
+
display: block;
|
38985
|
+
}
|
38986
|
+
|
38987
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:hover,
|
38988
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:focus {
|
38989
|
+
color: var(--primary);
|
38990
|
+
background: transparent;
|
38991
|
+
border-color: transparent;
|
38992
|
+
}
|
38993
|
+
|
38994
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link:last-child > a {
|
38995
|
+
margin: 0;
|
38996
|
+
}
|
38997
|
+
|
38998
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child,
|
38999
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:hover,
|
39000
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:focus {
|
39001
|
+
font-size: var(--Tabs-linkFontSize);
|
39002
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
39003
|
+
border-color: var(--Tabs--line-onHover-borderColor);
|
39004
|
+
color: var(--Tabs--line-onHover-color);
|
39005
|
+
background: transparent;
|
39006
|
+
}
|
39007
|
+
|
38166
39008
|
.amis-scope .cxd-AnchorNav-section-wrap {
|
38167
39009
|
border: none;
|
38168
39010
|
flex-grow: 1;
|
38169
39011
|
overflow: auto;
|
39012
|
+
scroll-behavior: smooth;
|
38170
39013
|
background: var(--Tabs-content-bg);
|
38171
39014
|
}
|
38172
39015
|
|
@@ -38458,33 +39301,33 @@ readers do not read off random characters that represent icons */
|
|
38458
39301
|
*/
|
38459
39302
|
|
38460
39303
|
.amis-scope .bg-light {
|
38461
|
-
background-color: #
|
39304
|
+
background-color: #eaf6fe;
|
38462
39305
|
color: #151a26;
|
38463
39306
|
}
|
38464
39307
|
|
38465
39308
|
.amis-scope .bg-light.lt,
|
38466
39309
|
.amis-scope .bg-light .lt {
|
38467
|
-
background: #
|
39310
|
+
background: #f4fafe;
|
38468
39311
|
}
|
38469
39312
|
|
38470
39313
|
.amis-scope .bg-light.lter,
|
38471
39314
|
.amis-scope .bg-light .lter {
|
38472
|
-
background: #
|
39315
|
+
background: #f9fcff;
|
38473
39316
|
}
|
38474
39317
|
|
38475
39318
|
.amis-scope .bg-light.dk,
|
38476
39319
|
.amis-scope .bg-light .dk {
|
38477
|
-
background: #
|
39320
|
+
background: #dbf0fe;
|
38478
39321
|
}
|
38479
39322
|
|
38480
39323
|
.amis-scope .bg-light.dker,
|
38481
39324
|
.amis-scope .bg-light .dker {
|
38482
|
-
background: #
|
39325
|
+
background: #d0ecfe;
|
38483
39326
|
}
|
38484
39327
|
|
38485
39328
|
.amis-scope .bg-light.bg,
|
38486
39329
|
.amis-scope .bg-light .bg {
|
38487
|
-
background-color: #
|
39330
|
+
background-color: #eaf6fe;
|
38488
39331
|
}
|
38489
39332
|
|
38490
39333
|
.amis-scope .bg-dark {
|
@@ -40843,23 +41686,15 @@ readers do not read off random characters that represent icons */
|
|
40843
41686
|
border: none;
|
40844
41687
|
}
|
40845
41688
|
|
40846
|
-
.amis-scope .cxd-Select .cxd-PopOver {
|
40847
|
-
top: calc(var(--Form-input-height) + 0.25rem) !important;
|
40848
|
-
}
|
40849
|
-
|
40850
41689
|
.amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu {
|
40851
41690
|
border-radius: 0.25rem;
|
40852
41691
|
}
|
40853
41692
|
|
40854
41693
|
.amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu .cxd-Select-option {
|
40855
|
-
height:
|
41694
|
+
line-height: 1.1;
|
40856
41695
|
padding: 0.3125rem 0.75rem;
|
40857
41696
|
}
|
40858
41697
|
|
40859
|
-
.amis-scope .cxd-NestedSelectControl .cxd-PopOver {
|
40860
|
-
top: calc(var(--Form-input-height) + 0.25rem) !important;
|
40861
|
-
}
|
40862
|
-
|
40863
41698
|
.amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu {
|
40864
41699
|
border-radius: 0.25rem;
|
40865
41700
|
}
|
@@ -40878,7 +41713,6 @@ readers do not read off random characters that represent icons */
|
|
40878
41713
|
}
|
40879
41714
|
|
40880
41715
|
.amis-scope .cxd-TreeSelectControl .cxd-PopOver {
|
40881
|
-
top: calc(var(--Form-input-height) + 0.25rem) !important;
|
40882
41716
|
box-shadow: var(--boxShadow);
|
40883
41717
|
}
|
40884
41718
|
|
@@ -40888,7 +41722,6 @@ readers do not read off random characters that represent icons */
|
|
40888
41722
|
}
|
40889
41723
|
|
40890
41724
|
.amis-scope .cxd-DropDown .cxd-DropDown-menu {
|
40891
|
-
top: calc(var(--Form-input-height) + 0.25rem) !important;
|
40892
41725
|
border: none;
|
40893
41726
|
}
|
40894
41727
|
|
@@ -40939,15 +41772,8 @@ readers do not read off random characters that represent icons */
|
|
40939
41772
|
color: #2d323c;
|
40940
41773
|
}
|
40941
41774
|
|
40942
|
-
.amis-scope .cxd-ColorPicker .cxd-PopOver {
|
40943
|
-
border: none;
|
40944
|
-
top: calc(var(--Form-input-height) + 0.25rem) !important;
|
40945
|
-
box-shadow: var(--boxShadow);
|
40946
|
-
}
|
40947
|
-
|
40948
41775
|
.amis-scope .cxd-IconPickerControl .cxd-IconPickerControl-input--withAC .cxd-IconPickerControl-sugsPanel {
|
40949
41776
|
border: none;
|
40950
|
-
top: calc(var(--Form-input-height) + 0.25rem) !important;
|
40951
41777
|
box-shadow: var(--boxShadow);
|
40952
41778
|
border-radius: 0.1875rem;
|
40953
41779
|
}
|
@@ -40958,7 +41784,6 @@ readers do not read off random characters that represent icons */
|
|
40958
41784
|
|
40959
41785
|
.amis-scope .cxd-LocationControl .cxd-PopOver {
|
40960
41786
|
border: none;
|
40961
|
-
top: calc(var(--Form-input-height) + 0.25rem) !important;
|
40962
41787
|
box-shadow: var(--boxShadow);
|
40963
41788
|
}
|
40964
41789
|
|
@@ -41010,6 +41835,10 @@ readers do not read off random characters that represent icons */
|
|
41010
41835
|
font-weight: 400;
|
41011
41836
|
}
|
41012
41837
|
|
41838
|
+
.amis-scope .cxd-Drawer--right .cxd-Drawer-header {
|
41839
|
+
border-radius: 0.375rem 0 0 0;
|
41840
|
+
}
|
41841
|
+
|
41013
41842
|
.amis-scope .cxd-Drawer--right .cxd-Drawer-footer {
|
41014
41843
|
justify-content: flex-end;
|
41015
41844
|
}
|
@@ -41018,11 +41847,22 @@ readers do not read off random characters that represent icons */
|
|
41018
41847
|
margin-left: 1rem;
|
41019
41848
|
}
|
41020
41849
|
|
41850
|
+
.amis-scope .cxd-Drawer--left .cxd-Drawer-header {
|
41851
|
+
border-radius: 0 0.375rem 0 0;
|
41852
|
+
}
|
41853
|
+
|
41021
41854
|
.amis-scope .cxd-Drawer--left .cxd-Drawer-footer .cxd-Button {
|
41022
41855
|
margin-left: 1rem;
|
41023
41856
|
}
|
41024
41857
|
|
41025
|
-
.amis-scope .cxd-Drawer--top .cxd-Drawer-footer .cxd-Button
|
41858
|
+
.amis-scope .cxd-Drawer--top .cxd-Drawer-footer .cxd-Button {
|
41859
|
+
margin-left: 1rem;
|
41860
|
+
}
|
41861
|
+
|
41862
|
+
.amis-scope .cxd-Drawer--bottom .cxd-Drawer-header {
|
41863
|
+
border-radius: 0.375rem 0.375rem 0 0;
|
41864
|
+
}
|
41865
|
+
|
41026
41866
|
.amis-scope .cxd-Drawer--bottom .cxd-Drawer-footer .cxd-Button {
|
41027
41867
|
margin-left: 1rem;
|
41028
41868
|
}
|
@@ -41042,6 +41882,7 @@ readers do not read off random characters that represent icons */
|
|
41042
41882
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon svg {
|
41043
41883
|
width: 0.75rem;
|
41044
41884
|
height: 0.75rem;
|
41885
|
+
top: 0;
|
41045
41886
|
}
|
41046
41887
|
|
41047
41888
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerIconWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
|
@@ -41089,10 +41930,6 @@ readers do not read off random characters that represent icons */
|
|
41089
41930
|
border: none;
|
41090
41931
|
}
|
41091
41932
|
|
41092
|
-
.amis-scope .cxd-Form .cxd-Collapse-arrow {
|
41093
|
-
margin-left: 0.5rem;
|
41094
|
-
}
|
41095
|
-
|
41096
41933
|
.amis-scope .cxd-Form .cxd-Collapse-header {
|
41097
41934
|
background-color: var(--white);
|
41098
41935
|
display: inline-flex;
|