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-ie11.css
CHANGED
@@ -12953,14 +12953,11 @@ readers do not read off random characters that represent icons */
|
|
12953
12953
|
.tox-fullscreen {
|
12954
12954
|
border: 0;
|
12955
12955
|
height: 100%;
|
12956
|
-
left: 0;
|
12957
12956
|
margin: 0;
|
12958
12957
|
overflow: hidden;
|
12959
12958
|
-ms-scroll-chaining: none;
|
12960
12959
|
overscroll-behavior: none;
|
12961
12960
|
padding: 0;
|
12962
|
-
position: fixed;
|
12963
|
-
top: 0;
|
12964
12961
|
touch-action: pinch-zoom;
|
12965
12962
|
width: 100%;
|
12966
12963
|
}
|
@@ -12969,13 +12966,16 @@ readers do not read off random characters that represent icons */
|
|
12969
12966
|
display: none;
|
12970
12967
|
}
|
12971
12968
|
|
12972
|
-
.tox.tox-tinymce.tox-fullscreen
|
12973
|
-
|
12969
|
+
.tox.tox-tinymce.tox-fullscreen,
|
12970
|
+
.tox-shadowhost.tox-fullscreen {
|
12971
|
+
left: 0;
|
12972
|
+
position: fixed;
|
12973
|
+
top: 0;
|
12974
12974
|
z-index: 1200;
|
12975
12975
|
}
|
12976
12976
|
|
12977
|
-
.tox-
|
12978
|
-
|
12977
|
+
.tox.tox-tinymce.tox-fullscreen {
|
12978
|
+
background-color: transparent;
|
12979
12979
|
}
|
12980
12980
|
|
12981
12981
|
.tox-fullscreen .tox.tox-tinymce-aux,
|
@@ -19493,6 +19493,8 @@ readers do not read off random characters that represent icons */
|
|
19493
19493
|
width: 1em;
|
19494
19494
|
height: 1em;
|
19495
19495
|
fill: currentColor;
|
19496
|
+
position: relative;
|
19497
|
+
top: 0.125em;
|
19496
19498
|
}
|
19497
19499
|
|
19498
19500
|
.amis-scope svg.r90 {
|
@@ -19536,7 +19538,7 @@ readers do not read off random characters that represent icons */
|
|
19536
19538
|
|
19537
19539
|
.amis-scope a:hover {
|
19538
19540
|
color: #0d54e2;
|
19539
|
-
text-decoration:
|
19541
|
+
text-decoration: none;
|
19540
19542
|
}
|
19541
19543
|
|
19542
19544
|
.amis-scope label {
|
@@ -19571,6 +19573,10 @@ readers do not read off random characters that represent icons */
|
|
19571
19573
|
height: 100%;
|
19572
19574
|
}
|
19573
19575
|
|
19576
|
+
.amis-scope .has-popover {
|
19577
|
+
position: relative;
|
19578
|
+
}
|
19579
|
+
|
19574
19580
|
.amis-scope,
|
19575
19581
|
.amis-scope {
|
19576
19582
|
width: 100%;
|
@@ -21141,6 +21147,13 @@ readers do not read off random characters that represent icons */
|
|
21141
21147
|
background: #e6e6e8;
|
21142
21148
|
}
|
21143
21149
|
|
21150
|
+
.amis-scope .cxd-Button.is-disabled > svg,
|
21151
|
+
.amis-scope .cxd-Button.is-disabled > svg path,
|
21152
|
+
.amis-scope .cxd-Button:disabled > svg,
|
21153
|
+
.amis-scope .cxd-Button:disabled > svg path {
|
21154
|
+
fill: currentColor;
|
21155
|
+
}
|
21156
|
+
|
21144
21157
|
.amis-scope .cxd-Button:not(:disabled):not(.is-disabled) {
|
21145
21158
|
cursor: pointer;
|
21146
21159
|
}
|
@@ -21336,22 +21349,22 @@ readers do not read off random characters that represent icons */
|
|
21336
21349
|
|
21337
21350
|
.amis-scope .cxd-Button--light {
|
21338
21351
|
color: #fff;
|
21339
|
-
background: #
|
21340
|
-
border-color: #
|
21352
|
+
background: #eaf6fe;
|
21353
|
+
border-color: #eaf6fe;
|
21341
21354
|
box-shadow: none;
|
21342
21355
|
text-shadow: none;
|
21343
21356
|
}
|
21344
21357
|
|
21345
21358
|
.amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover {
|
21346
21359
|
color: #fff;
|
21347
|
-
background: #
|
21348
|
-
border-color: #
|
21360
|
+
background: #c5e6fc;
|
21361
|
+
border-color: #b9e1fc;
|
21349
21362
|
}
|
21350
21363
|
|
21351
21364
|
.amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover:active {
|
21352
21365
|
color: #fff;
|
21353
|
-
background: #
|
21354
|
-
border-color: #
|
21366
|
+
background: #b9e1fc;
|
21367
|
+
border-color: #addcfb;
|
21355
21368
|
}
|
21356
21369
|
|
21357
21370
|
.amis-scope .cxd-Button--light:hover:focus {
|
@@ -21661,6 +21674,14 @@ readers do not read off random characters that represent icons */
|
|
21661
21674
|
margin-top: 0.25rem;
|
21662
21675
|
}
|
21663
21676
|
|
21677
|
+
.amis-scope .cxd-Action {
|
21678
|
+
display: inline-block;
|
21679
|
+
}
|
21680
|
+
|
21681
|
+
.amis-scope .cxd-Action:hover {
|
21682
|
+
cursor: pointer;
|
21683
|
+
}
|
21684
|
+
|
21664
21685
|
.amis-scope .cxd-Avatar {
|
21665
21686
|
background: #d1d5db;
|
21666
21687
|
width: 2.5rem;
|
@@ -22742,6 +22763,140 @@ readers do not read off random characters that represent icons */
|
|
22742
22763
|
background: transparent;
|
22743
22764
|
}
|
22744
22765
|
|
22766
|
+
.amis-scope .cxd-PopOver-isMobile .cxd-PopOver-overlay {
|
22767
|
+
background: rgba(0, 0, 0, 0.3);
|
22768
|
+
}
|
22769
|
+
|
22770
|
+
.amis-scope .cxd-PopOver--leftBottomLeftTop {
|
22771
|
+
margin-top: 0.25rem;
|
22772
|
+
}
|
22773
|
+
|
22774
|
+
.amis-scope .cxd-PopOver--leftTopLeftBottom {
|
22775
|
+
margin-top: -0.25rem;
|
22776
|
+
}
|
22777
|
+
|
22778
|
+
.amis-scope .cxd-PickerColumns {
|
22779
|
+
position: relative;
|
22780
|
+
background-color: white;
|
22781
|
+
user-select: none;
|
22782
|
+
}
|
22783
|
+
|
22784
|
+
.amis-scope .cxd-PickerColumns-popOver {
|
22785
|
+
position: fixed;
|
22786
|
+
bottom: 0;
|
22787
|
+
left: 0;
|
22788
|
+
width: 100%;
|
22789
|
+
padding: 0 0.5rem;
|
22790
|
+
}
|
22791
|
+
|
22792
|
+
.amis-scope .cxd-PickerColumns-toolbar {
|
22793
|
+
display: flex;
|
22794
|
+
align-items: center;
|
22795
|
+
justify-content: space-between;
|
22796
|
+
height: 3.125rem;
|
22797
|
+
}
|
22798
|
+
|
22799
|
+
.amis-scope .cxd-PickerColumns-cancel,
|
22800
|
+
.amis-scope .cxd-PickerColumns-confirm {
|
22801
|
+
height: 100%;
|
22802
|
+
padding: 0 0.5rem;
|
22803
|
+
font-size: 0.875rem;
|
22804
|
+
background-color: transparent;
|
22805
|
+
border: none;
|
22806
|
+
cursor: pointer;
|
22807
|
+
}
|
22808
|
+
|
22809
|
+
.amis-scope .cxd-PickerColumns-cancel:active,
|
22810
|
+
.amis-scope .cxd-PickerColumns-confirm:active {
|
22811
|
+
opacity: 0.7;
|
22812
|
+
}
|
22813
|
+
|
22814
|
+
.amis-scope .cxd-PickerColumns-confirm {
|
22815
|
+
color: #2468f2;
|
22816
|
+
}
|
22817
|
+
|
22818
|
+
.amis-scope .cxd-PickerColumns-cancel {
|
22819
|
+
color: #eaf6fe;
|
22820
|
+
}
|
22821
|
+
|
22822
|
+
.amis-scope .cxd-PickerColumns-title {
|
22823
|
+
max-width: 50%;
|
22824
|
+
font-weight: 500;
|
22825
|
+
font-size: 1rem;
|
22826
|
+
line-height: 1.5;
|
22827
|
+
text-align: center;
|
22828
|
+
}
|
22829
|
+
|
22830
|
+
.amis-scope .cxd-PickerColumns-columns {
|
22831
|
+
touch-action: none;
|
22832
|
+
position: relative;
|
22833
|
+
display: flex;
|
22834
|
+
cursor: grab;
|
22835
|
+
}
|
22836
|
+
|
22837
|
+
.amis-scope .cxd-PickerColumns-loading {
|
22838
|
+
position: absolute;
|
22839
|
+
top: 0;
|
22840
|
+
right: 0;
|
22841
|
+
bottom: 0;
|
22842
|
+
left: 0;
|
22843
|
+
z-index: 3;
|
22844
|
+
display: flex;
|
22845
|
+
align-items: center;
|
22846
|
+
justify-content: center;
|
22847
|
+
color: #999;
|
22848
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
22849
|
+
}
|
22850
|
+
|
22851
|
+
.amis-scope .cxd-PickerColumns-frame {
|
22852
|
+
position: absolute;
|
22853
|
+
top: 50%;
|
22854
|
+
right: 1rem;
|
22855
|
+
left: 1rem;
|
22856
|
+
z-index: 2;
|
22857
|
+
transform: translateY(-50%);
|
22858
|
+
pointer-events: none;
|
22859
|
+
}
|
22860
|
+
|
22861
|
+
.amis-scope .cxd-PickerColumns-mask {
|
22862
|
+
position: absolute;
|
22863
|
+
top: 0;
|
22864
|
+
left: 0;
|
22865
|
+
z-index: 1;
|
22866
|
+
width: 100%;
|
22867
|
+
height: 100%;
|
22868
|
+
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));
|
22869
|
+
background-repeat: no-repeat;
|
22870
|
+
background-position: top, bottom;
|
22871
|
+
transform: translateZ(0);
|
22872
|
+
pointer-events: none;
|
22873
|
+
}
|
22874
|
+
|
22875
|
+
.amis-scope .cxd-PickerColumns-column {
|
22876
|
+
flex: 1;
|
22877
|
+
overflow: hidden;
|
22878
|
+
font-size: 1rem;
|
22879
|
+
}
|
22880
|
+
|
22881
|
+
.amis-scope .cxd-PickerColumns-columnWrapper {
|
22882
|
+
margin: 0;
|
22883
|
+
padding: 0;
|
22884
|
+
list-style: none;
|
22885
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
22886
|
+
}
|
22887
|
+
|
22888
|
+
.amis-scope .cxd-PickerColumns-columnItem {
|
22889
|
+
display: flex;
|
22890
|
+
align-items: center;
|
22891
|
+
justify-content: center;
|
22892
|
+
color: #151a26;
|
22893
|
+
}
|
22894
|
+
|
22895
|
+
.amis-scope .cxd-PickerColumns-columnItem.is-disabled {
|
22896
|
+
cursor: not-allowed;
|
22897
|
+
opacity: 0.3;
|
22898
|
+
}
|
22899
|
+
|
22745
22900
|
@keyframes bounceIn {
|
22746
22901
|
from, 20%, 40%, 60%, 80%, to {
|
22747
22902
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -22793,7 +22948,9 @@ readers do not read off random characters that represent icons */
|
|
22793
22948
|
|
22794
22949
|
.amis-scope .cxd-Toast {
|
22795
22950
|
display: flex;
|
22796
|
-
|
22951
|
+
flex-flow: row nowrap;
|
22952
|
+
justify-content: space-between;
|
22953
|
+
align-items: flex-start;
|
22797
22954
|
max-width: 18.75rem;
|
22798
22955
|
pointer-events: auto;
|
22799
22956
|
margin-bottom: 0.25rem;
|
@@ -22804,7 +22961,6 @@ readers do not read off random characters that represent icons */
|
|
22804
22961
|
color: #fff;
|
22805
22962
|
position: relative;
|
22806
22963
|
opacity: 1;
|
22807
|
-
cursor: pointer;
|
22808
22964
|
opacity: 0;
|
22809
22965
|
transform: translateZ(0);
|
22810
22966
|
}
|
@@ -22831,10 +22987,15 @@ readers do not read off random characters that represent icons */
|
|
22831
22987
|
}
|
22832
22988
|
|
22833
22989
|
.amis-scope .cxd-Toast-close {
|
22834
|
-
color: #999;
|
22835
22990
|
display: inline-flex;
|
22836
|
-
|
22991
|
+
font-size: 1rem;
|
22992
|
+
line-height: 1.5rem;
|
22993
|
+
height: 1.5rem;
|
22994
|
+
color: #999;
|
22995
|
+
margin-left: 0.5rem;
|
22837
22996
|
opacity: 0.8;
|
22997
|
+
align-items: center;
|
22998
|
+
cursor: pointer;
|
22838
22999
|
}
|
22839
23000
|
|
22840
23001
|
.amis-scope .cxd-Toast-close:hover {
|
@@ -22842,11 +23003,33 @@ readers do not read off random characters that represent icons */
|
|
22842
23003
|
opacity: 1;
|
22843
23004
|
}
|
22844
23005
|
|
22845
|
-
.amis-scope .cxd-Toast-
|
23006
|
+
.amis-scope .cxd-Toast-close > svg {
|
23007
|
+
top: 0;
|
23008
|
+
}
|
23009
|
+
|
23010
|
+
.amis-scope .cxd-Toast-content {
|
23011
|
+
flex: 1;
|
23012
|
+
display: flex;
|
23013
|
+
flex-flow: column nowrap;
|
23014
|
+
justify-content: space-between;
|
23015
|
+
align-items: flex-start;
|
23016
|
+
}
|
23017
|
+
|
23018
|
+
.amis-scope .cxd-Toast-content .cxd-Toast-title {
|
23019
|
+
color: #151a26;
|
23020
|
+
font-size: 0.875rem;
|
23021
|
+
font-weight: 500;
|
23022
|
+
line-height: 1.5rem;
|
23023
|
+
margin-bottom: 0.25rem;
|
23024
|
+
}
|
23025
|
+
|
23026
|
+
.amis-scope .cxd-Toast-content .cxd-Toast-body {
|
23027
|
+
font-size: 0.75rem;
|
22846
23028
|
display: inline-block;
|
22847
23029
|
vertical-align: middle;
|
22848
23030
|
white-space: pre-wrap;
|
22849
23031
|
flex-grow: 1;
|
23032
|
+
line-height: 1.5rem;
|
22850
23033
|
}
|
22851
23034
|
|
22852
23035
|
.amis-scope .cxd-Toast-icon {
|
@@ -22854,7 +23037,10 @@ readers do not read off random characters that represent icons */
|
|
22854
23037
|
text-rendering: auto;
|
22855
23038
|
-webkit-font-smoothing: antialiased;
|
22856
23039
|
vertical-align: middle;
|
22857
|
-
margin-right: 0.
|
23040
|
+
margin-right: 0.5rem;
|
23041
|
+
height: 1.5rem;
|
23042
|
+
line-height: 1.5rem;
|
23043
|
+
align-items: center;
|
22858
23044
|
}
|
22859
23045
|
|
22860
23046
|
.amis-scope .cxd-Toast-icon > svg {
|
@@ -22928,24 +23114,47 @@ readers do not read off random characters that represent icons */
|
|
22928
23114
|
border-radius: 0.25rem;
|
22929
23115
|
margin-bottom: var(--Alert-md);
|
22930
23116
|
position: relative;
|
23117
|
+
color: #5e626a;
|
23118
|
+
display: flex;
|
23119
|
+
flex-flow: row nowrap;
|
23120
|
+
justify-content: space-between;
|
23121
|
+
align-items: flex-start;
|
23122
|
+
}
|
23123
|
+
|
23124
|
+
.amis-scope .cxd-Alert-icon {
|
23125
|
+
margin-right: 0.5rem;
|
23126
|
+
font-size: 1rem;
|
23127
|
+
}
|
23128
|
+
|
23129
|
+
.amis-scope .cxd-Alert-content {
|
23130
|
+
flex: 1;
|
23131
|
+
}
|
23132
|
+
|
23133
|
+
.amis-scope .cxd-Alert-content .cxd-Alert-title {
|
23134
|
+
color: #151a26;
|
23135
|
+
font-size: 0.875rem;
|
23136
|
+
font-weight: 500;
|
23137
|
+
line-height: 1.5rem;
|
23138
|
+
margin-bottom: 0.25rem;
|
23139
|
+
}
|
23140
|
+
|
23141
|
+
.amis-scope .cxd-Alert-content .cxd-Alert-desc {
|
23142
|
+
line-height: 1.5rem;
|
22931
23143
|
}
|
22932
23144
|
|
22933
23145
|
.amis-scope .cxd-Alert-close {
|
22934
|
-
position: absolute;
|
22935
23146
|
outline: none;
|
22936
23147
|
padding: 0;
|
22937
23148
|
cursor: pointer;
|
22938
23149
|
background: transparent;
|
22939
23150
|
border: 0;
|
22940
|
-
float: right;
|
22941
23151
|
line-height: 1;
|
22942
23152
|
color: #000;
|
22943
23153
|
text-shadow: 0 1px 0 #fff;
|
22944
23154
|
filter: alpha(opacity=20);
|
22945
23155
|
opacity: 0.2;
|
22946
|
-
|
22947
|
-
|
22948
|
-
transform: translateY(-50%);
|
23156
|
+
margin-left: 0.5rem;
|
23157
|
+
line-height: 1.5rem;
|
22949
23158
|
}
|
22950
23159
|
|
22951
23160
|
.amis-scope .cxd-Alert-close:hover {
|
@@ -23757,8 +23966,8 @@ readers do not read off random characters that represent icons */
|
|
23757
23966
|
cursor: move;
|
23758
23967
|
position: absolute;
|
23759
23968
|
left: 0;
|
23760
|
-
top: 0.6875rem;
|
23761
23969
|
display: none;
|
23970
|
+
line-height: 0;
|
23762
23971
|
}
|
23763
23972
|
|
23764
23973
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .icon,
|
@@ -23872,13 +24081,6 @@ readers do not read off random characters that represent icons */
|
|
23872
24081
|
pointer-events: none;
|
23873
24082
|
}
|
23874
24083
|
|
23875
|
-
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active,
|
23876
|
-
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active,
|
23877
|
-
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.active,
|
23878
|
-
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active {
|
23879
|
-
background: #f6f7fb !important;
|
23880
|
-
}
|
23881
|
-
|
23882
24084
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a,
|
23883
24085
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions,
|
23884
24086
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.is-active > a,
|
@@ -23893,6 +24095,7 @@ readers do not read off random characters that represent icons */
|
|
23893
24095
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-active > .cxd-Badge > a {
|
23894
24096
|
color: #2468f2;
|
23895
24097
|
position: relative;
|
24098
|
+
background: #f6f7fb;
|
23896
24099
|
}
|
23897
24100
|
|
23898
24101
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item.active > a::after,
|
@@ -24038,14 +24241,41 @@ readers do not read off random characters that represent icons */
|
|
24038
24241
|
padding: 0.25rem;
|
24039
24242
|
}
|
24040
24243
|
|
24244
|
+
.amis-scope .cxd-Page-asideResizor {
|
24245
|
+
position: absolute;
|
24246
|
+
right: -0.375rem;
|
24247
|
+
top: 50%;
|
24248
|
+
cursor: ew-resize;
|
24249
|
+
writing-mode: vertical-lr;
|
24250
|
+
width: 0.75rem;
|
24251
|
+
height: 1.5rem;
|
24252
|
+
margin-top: -0.75rem;
|
24253
|
+
border: 0.0625rem solid #dee2e6;
|
24254
|
+
background-color: #fff;
|
24255
|
+
border-radius: 0.142rem;
|
24256
|
+
font-size: 12px;
|
24257
|
+
line-height: 0.625rem;
|
24258
|
+
text-align: center;
|
24259
|
+
user-select: none;
|
24260
|
+
color: #666;
|
24261
|
+
}
|
24262
|
+
|
24263
|
+
.amis-scope .cxd-Page-asideResizor:hover {
|
24264
|
+
color: #000;
|
24265
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
24266
|
+
}
|
24267
|
+
|
24268
|
+
.amis-scope .cxd-Page-asideResizor:after {
|
24269
|
+
content: "···";
|
24270
|
+
}
|
24271
|
+
|
24041
24272
|
.amis-scope .cxd-Page-toolbar > * + * {
|
24042
24273
|
margin-left: 0.25rem;
|
24043
24274
|
}
|
24044
24275
|
|
24045
24276
|
@media (min-width: 768px) {
|
24046
24277
|
.amis-scope .cxd-Page-aside {
|
24047
|
-
|
24048
|
-
max-width: 18.75rem;
|
24278
|
+
width: 10rem;
|
24049
24279
|
border-right: 0.0625rem solid #eceff8;
|
24050
24280
|
}
|
24051
24281
|
|
@@ -24060,6 +24290,11 @@ readers do not read off random characters that represent icons */
|
|
24060
24290
|
border: inherit;
|
24061
24291
|
}
|
24062
24292
|
|
24293
|
+
.amis-scope .cxd-Page-aside--withWidth {
|
24294
|
+
min-width: 10rem;
|
24295
|
+
max-width: 18.75rem;
|
24296
|
+
}
|
24297
|
+
|
24063
24298
|
.amis-scope .cxd-Page--withSidebar {
|
24064
24299
|
display: flex;
|
24065
24300
|
flex-direction: row;
|
@@ -24632,13 +24867,14 @@ readers do not read off random characters that represent icons */
|
|
24632
24867
|
.amis-scope .cxd-Spinner--icon {
|
24633
24868
|
background: transparent;
|
24634
24869
|
animation: spin 2s linear infinite;
|
24635
|
-
width:
|
24636
|
-
height:
|
24870
|
+
width: 16px;
|
24871
|
+
height: 16px;
|
24637
24872
|
}
|
24638
24873
|
|
24639
24874
|
.amis-scope .cxd-Spinner--icon svg.icon {
|
24640
|
-
width:
|
24641
|
-
height:
|
24875
|
+
width: 16px;
|
24876
|
+
height: 16px;
|
24877
|
+
top: 0;
|
24642
24878
|
}
|
24643
24879
|
|
24644
24880
|
.amis-scope .cxd-Spinner--overlay {
|
@@ -24902,19 +25138,28 @@ readers do not read off random characters that represent icons */
|
|
24902
25138
|
.amis-scope .cxd-Collapse {
|
24903
25139
|
border: 0.0625rem solid #dadbdd;
|
24904
25140
|
padding: 0;
|
24905
|
-
|
25141
|
+
line-height: 1.25rem;
|
24906
25142
|
}
|
24907
25143
|
|
24908
25144
|
.amis-scope .cxd-Collapse-header {
|
24909
25145
|
font-size: 14px;
|
24910
|
-
font-weight:
|
25146
|
+
font-weight: 400;
|
24911
25147
|
color: #333;
|
24912
25148
|
padding: 1rem;
|
24913
25149
|
margin: 0;
|
24914
|
-
|
25150
|
+
cursor: pointer;
|
24915
25151
|
background: #f2f2f4;
|
24916
25152
|
}
|
24917
25153
|
|
25154
|
+
.amis-scope .cxd-Collapse-header-wrapper {
|
25155
|
+
display: inline-flex;
|
25156
|
+
flex-direction: row-reverse;
|
25157
|
+
}
|
25158
|
+
|
25159
|
+
.amis-scope .cxd-Collapse-header-tpl {
|
25160
|
+
margin-right: 0.5rem;
|
25161
|
+
}
|
25162
|
+
|
24918
25163
|
.amis-scope .cxd-Collapse-header:hover {
|
24919
25164
|
background: #e6e6e8;
|
24920
25165
|
}
|
@@ -24924,7 +25169,6 @@ readers do not read off random characters that represent icons */
|
|
24924
25169
|
width: 1rem;
|
24925
25170
|
text-align: center;
|
24926
25171
|
margin-right: 0.5rem;
|
24927
|
-
cursor: pointer;
|
24928
25172
|
}
|
24929
25173
|
|
24930
25174
|
.amis-scope .cxd-Collapse-arrow:before {
|
@@ -24933,49 +25177,67 @@ readers do not read off random characters that represent icons */
|
|
24933
25177
|
display: inline-block;
|
24934
25178
|
width: 0.375rem;
|
24935
25179
|
height: 0.375rem;
|
24936
|
-
top: -0.
|
25180
|
+
top: -0.125rem;
|
24937
25181
|
border-color: #151a26;
|
24938
25182
|
border-style: solid;
|
24939
25183
|
border-width: 0.0625rem 0.0625rem 0 0;
|
24940
|
-
transform: rotate(
|
25184
|
+
transform: rotate(45deg);
|
24941
25185
|
transform-origin: 50% 50%;
|
24942
25186
|
}
|
24943
25187
|
|
24944
|
-
.amis-scope .cxd-Collapse-
|
25188
|
+
.amis-scope .cxd-Collapse-icon-tranform {
|
24945
25189
|
display: inline-block;
|
25190
|
+
width: 1rem;
|
25191
|
+
text-align: center;
|
25192
|
+
margin-right: 0.25rem;
|
24946
25193
|
}
|
24947
25194
|
|
24948
|
-
.amis-scope .cxd-Collapse
|
24949
|
-
|
24950
|
-
transform-origin: 0% 50%;
|
25195
|
+
.amis-scope .cxd-Collapse .cxd-TplField {
|
25196
|
+
display: inline-block;
|
24951
25197
|
}
|
24952
25198
|
|
24953
|
-
.amis-scope .cxd-Collapse.is-
|
24954
|
-
|
25199
|
+
.amis-scope .cxd-Collapse.is-active .cxd-Collapse-arrow:before {
|
25200
|
+
transform: rotate(135deg);
|
25201
|
+
transform-origin: 50% 30%;
|
24955
25202
|
}
|
24956
25203
|
|
24957
|
-
.amis-scope .cxd-Collapse
|
24958
|
-
|
25204
|
+
.amis-scope .cxd-Collapse.is-active .cxd-Collapse-icon-tranform {
|
25205
|
+
transform: rotate(90deg);
|
25206
|
+
}
|
25207
|
+
|
25208
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-header {
|
25209
|
+
cursor: not-allowed;
|
24959
25210
|
user-select: none;
|
25211
|
+
color: #b4b6ba;
|
25212
|
+
}
|
25213
|
+
|
25214
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-header:hover {
|
25215
|
+
background-color: #f2f2f4;
|
25216
|
+
}
|
25217
|
+
|
25218
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-arrow:before {
|
25219
|
+
border-color: #b4b6ba;
|
24960
25220
|
}
|
24961
25221
|
|
24962
25222
|
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-header {
|
24963
25223
|
text-align: center;
|
24964
|
-
color: #2468f2;
|
24965
|
-
border-left: none;
|
24966
25224
|
font-size: 0.875rem;
|
25225
|
+
border-top: none;
|
25226
|
+
border-bottom: none;
|
24967
25227
|
}
|
24968
25228
|
|
24969
|
-
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-
|
24970
|
-
top:
|
24971
|
-
transform: rotate(-45deg);
|
24972
|
-
transform-origin: 0% 50%;
|
25229
|
+
.amis-scope .cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-header {
|
25230
|
+
border-top: none;
|
24973
25231
|
}
|
24974
25232
|
|
24975
|
-
.amis-scope .cxd-Collapse--title-bottom
|
24976
|
-
top: -0.
|
25233
|
+
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-arrow:before {
|
25234
|
+
top: -0.25rem;
|
24977
25235
|
transform: rotate(135deg);
|
24978
|
-
|
25236
|
+
}
|
25237
|
+
|
25238
|
+
.amis-scope .cxd-Collapse--title-bottom.is-active .cxd-Collapse-arrow:before {
|
25239
|
+
top: 0;
|
25240
|
+
transform: rotate(-45deg);
|
24979
25241
|
}
|
24980
25242
|
|
24981
25243
|
.amis-scope .cxd-Collapse-contentWrapper {
|
@@ -24995,6 +25257,14 @@ readers do not read off random characters that represent icons */
|
|
24995
25257
|
font-weight: 400;
|
24996
25258
|
}
|
24997
25259
|
|
25260
|
+
.amis-scope .cxd-CollapseGroup .cxd-Collapse:not(:last-child) {
|
25261
|
+
border-bottom: none;
|
25262
|
+
}
|
25263
|
+
|
25264
|
+
.amis-scope .cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-arrow {
|
25265
|
+
float: right;
|
25266
|
+
}
|
25267
|
+
|
24998
25268
|
.amis-scope .cxd-ColorField {
|
24999
25269
|
display: inline-block;
|
25000
25270
|
}
|
@@ -26183,6 +26453,10 @@ readers do not read off random characters that represent icons */
|
|
26183
26453
|
border-right: 0.0625rem solid #f5f5f5;
|
26184
26454
|
}
|
26185
26455
|
|
26456
|
+
.amis-scope .cxd-Table-table--checkOnItemClick > tbody > tr {
|
26457
|
+
cursor: pointer;
|
26458
|
+
}
|
26459
|
+
|
26186
26460
|
.amis-scope .cxd-Table-table > thead > tr > th {
|
26187
26461
|
background: #f5f5f5;
|
26188
26462
|
padding: calc(
|
@@ -26313,33 +26587,33 @@ readers do not read off random characters that represent icons */
|
|
26313
26587
|
}
|
26314
26588
|
|
26315
26589
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light {
|
26316
|
-
background-color: #
|
26590
|
+
background-color: #eaf6fe;
|
26317
26591
|
color: #151a26;
|
26318
26592
|
}
|
26319
26593
|
|
26320
26594
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.lt,
|
26321
26595
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .lt {
|
26322
|
-
background: #
|
26596
|
+
background: #f4fafe;
|
26323
26597
|
}
|
26324
26598
|
|
26325
26599
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.lter,
|
26326
26600
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .lter {
|
26327
|
-
background: #
|
26601
|
+
background: #f9fcff;
|
26328
26602
|
}
|
26329
26603
|
|
26330
26604
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.dk,
|
26331
26605
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .dk {
|
26332
|
-
background: #
|
26606
|
+
background: #dbf0fe;
|
26333
26607
|
}
|
26334
26608
|
|
26335
26609
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.dker,
|
26336
26610
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .dker {
|
26337
|
-
background: #
|
26611
|
+
background: #d0ecfe;
|
26338
26612
|
}
|
26339
26613
|
|
26340
26614
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.bg,
|
26341
26615
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .bg {
|
26342
|
-
background-color: #
|
26616
|
+
background-color: #eaf6fe;
|
26343
26617
|
}
|
26344
26618
|
|
26345
26619
|
.amis-scope .cxd-Table-table > tbody > tr.bg-dark {
|
@@ -27148,6 +27422,11 @@ readers do not read off random characters that represent icons */
|
|
27148
27422
|
cursor: move;
|
27149
27423
|
}
|
27150
27424
|
|
27425
|
+
.amis-scope .cxd-Table-table > thead > tr > th.cxd-Table-dragCell > svg,
|
27426
|
+
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-dragCell > svg {
|
27427
|
+
vertical-align: middle;
|
27428
|
+
}
|
27429
|
+
|
27151
27430
|
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
|
27152
27431
|
position: relative;
|
27153
27432
|
}
|
@@ -27382,12 +27661,12 @@ readers do not read off random characters that represent icons */
|
|
27382
27661
|
}
|
27383
27662
|
|
27384
27663
|
.amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider:hover {
|
27385
|
-
background: #
|
27664
|
+
background: #eaf6fe;
|
27386
27665
|
color: #2468f2;
|
27387
27666
|
}
|
27388
27667
|
|
27389
27668
|
.amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider.is-selected {
|
27390
|
-
background: #
|
27669
|
+
background: #eaf6fe;
|
27391
27670
|
color: #2468f2;
|
27392
27671
|
}
|
27393
27672
|
|
@@ -27429,7 +27708,7 @@ readers do not read off random characters that represent icons */
|
|
27429
27708
|
|
27430
27709
|
.amis-scope .cxd-Table-itemActions a:hover {
|
27431
27710
|
color: #0d54e2;
|
27432
|
-
text-decoration:
|
27711
|
+
text-decoration: none;
|
27433
27712
|
}
|
27434
27713
|
|
27435
27714
|
.amis-scope .cxd-Table-itemActions a.is-disabled {
|
@@ -27521,6 +27800,10 @@ readers do not read off random characters that represent icons */
|
|
27521
27800
|
color: #2468f2;
|
27522
27801
|
}
|
27523
27802
|
|
27803
|
+
.amis-scope .cxd-Table-dragBtn > svg {
|
27804
|
+
vertical-align: -2px;
|
27805
|
+
}
|
27806
|
+
|
27524
27807
|
.amis-scope .cxd-Table-table > tbody > tr:hover .cxd-Table-dragBtn,
|
27525
27808
|
.amis-scope .cxd-Table-table > tbody > tr.is-dragging .cxd-Table-dragBtn,
|
27526
27809
|
.amis-scope .cxd-Table-table > tbody > tr.is-drop-allowed .cxd-Table-dragBtn {
|
@@ -27538,6 +27821,28 @@ readers do not read off random characters that represent icons */
|
|
27538
27821
|
left: 0;
|
27539
27822
|
}
|
27540
27823
|
|
27824
|
+
.amis-scope .cxd-Table--autoFillHeight {
|
27825
|
+
margin-bottom: 0;
|
27826
|
+
}
|
27827
|
+
|
27828
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table {
|
27829
|
+
border-top: none;
|
27830
|
+
}
|
27831
|
+
|
27832
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table thead {
|
27833
|
+
position: sticky;
|
27834
|
+
top: 0;
|
27835
|
+
z-index: 1;
|
27836
|
+
}
|
27837
|
+
|
27838
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-fixedTop {
|
27839
|
+
display: none;
|
27840
|
+
}
|
27841
|
+
|
27842
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-footToolbar {
|
27843
|
+
margin-bottom: 0;
|
27844
|
+
}
|
27845
|
+
|
27541
27846
|
.amis-scope .cxd-InputTable-toolbar {
|
27542
27847
|
display: flex;
|
27543
27848
|
flex-direction: row;
|
@@ -28305,18 +28610,6 @@ readers do not read off random characters that represent icons */
|
|
28305
28610
|
margin-top: 0.25rem;
|
28306
28611
|
}
|
28307
28612
|
|
28308
|
-
.amis-scope .cxd-Card-checkBtn {
|
28309
|
-
position: absolute;
|
28310
|
-
top: 0;
|
28311
|
-
right: 0;
|
28312
|
-
margin: 0.5rem;
|
28313
|
-
z-index: 1;
|
28314
|
-
}
|
28315
|
-
|
28316
|
-
.amis-scope .cxd-Card-checkBtn .cxd-Checkbox {
|
28317
|
-
margin-right: 0;
|
28318
|
-
}
|
28319
|
-
|
28320
28613
|
.amis-scope .cxd-Card-dragBtn {
|
28321
28614
|
cursor: pointer;
|
28322
28615
|
float: right;
|
@@ -28324,7 +28617,8 @@ readers do not read off random characters that represent icons */
|
|
28324
28617
|
}
|
28325
28618
|
|
28326
28619
|
.amis-scope .cxd-Card-heading {
|
28327
|
-
|
28620
|
+
display: flex;
|
28621
|
+
flex-direction: row;
|
28328
28622
|
padding: 0.5rem 0.75rem;
|
28329
28623
|
flex: 1 0 auto;
|
28330
28624
|
}
|
@@ -28351,17 +28645,22 @@ readers do not read off random characters that represent icons */
|
|
28351
28645
|
float: left;
|
28352
28646
|
margin-right: 0.75rem;
|
28353
28647
|
font-size: 1.25rem;
|
28354
|
-
text-transform: uppercase
|
28648
|
+
text-transform: uppercase;
|
28355
28649
|
}
|
28356
28650
|
|
28357
28651
|
.amis-scope .cxd-Card-meta {
|
28358
28652
|
display: block;
|
28653
|
+
flex-grow: 1;
|
28359
28654
|
height: 100%;
|
28360
|
-
overflow: hidden;
|
28361
28655
|
position: relative;
|
28362
28656
|
margin-right: 1rem;
|
28363
28657
|
}
|
28364
28658
|
|
28659
|
+
.amis-scope .cxd-Card-toolbar {
|
28660
|
+
margin-right: calc(-1 * 0.75rem);
|
28661
|
+
text-align: right;
|
28662
|
+
}
|
28663
|
+
|
28365
28664
|
.amis-scope .cxd-Card-highlight {
|
28366
28665
|
background: #0bc286;
|
28367
28666
|
width: 0.5rem;
|
@@ -28607,35 +28906,140 @@ readers do not read off random characters that represent icons */
|
|
28607
28906
|
right: 0;
|
28608
28907
|
}
|
28609
28908
|
|
28610
|
-
.amis-scope .cxd-Progress {
|
28909
|
+
.amis-scope .cxd-Progress-line {
|
28910
|
+
display: inline-block;
|
28911
|
+
width: 100%;
|
28912
|
+
margin-right: calc(-2em + -8px);
|
28913
|
+
padding-right: calc(2em + 8px);
|
28914
|
+
}
|
28915
|
+
|
28916
|
+
.amis-scope .cxd-Progress-line-inter {
|
28611
28917
|
height: 10px;
|
28612
|
-
background: #
|
28918
|
+
background-color: #d3d9e6;
|
28613
28919
|
overflow: hidden;
|
28614
28920
|
border-radius: 1rem;
|
28615
28921
|
}
|
28616
28922
|
|
28617
|
-
.amis-scope .cxd-Progress-
|
28923
|
+
.amis-scope .cxd-Progress-line-no-label {
|
28924
|
+
padding-right: 0;
|
28925
|
+
margin-right: 0;
|
28926
|
+
}
|
28927
|
+
|
28928
|
+
.amis-scope .cxd-Progress-line-text {
|
28929
|
+
display: inline-block;
|
28930
|
+
width: 2em;
|
28931
|
+
margin-left: 8px;
|
28932
|
+
color: #151a26;
|
28933
|
+
font-size: 0.6875rem;
|
28934
|
+
white-space: nowrap;
|
28935
|
+
text-align: left;
|
28936
|
+
word-break: normal;
|
28937
|
+
}
|
28938
|
+
|
28939
|
+
.amis-scope .cxd-Progress-line-text .icon {
|
28940
|
+
font-size: 15px;
|
28941
|
+
}
|
28942
|
+
|
28943
|
+
.amis-scope .cxd-Progress-line-bar {
|
28618
28944
|
float: left;
|
28619
28945
|
width: 0;
|
28620
28946
|
height: 100%;
|
28621
28947
|
font-size: 12px;
|
28622
28948
|
line-height: 10px;
|
28623
|
-
color: #fff;
|
28624
28949
|
text-align: center;
|
28625
28950
|
background: #2468f2;
|
28626
28951
|
transition: width 0s ease;
|
28627
|
-
border-radius: 1rem;
|
28628
28952
|
}
|
28629
28953
|
|
28630
|
-
.amis-scope .cxd-Progress-bar--stripe {
|
28954
|
+
.amis-scope .cxd-Progress-line-bar--stripe {
|
28631
28955
|
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);
|
28632
28956
|
background-size: 2rem 2rem;
|
28633
28957
|
}
|
28634
28958
|
|
28635
|
-
.amis-scope .cxd-Progress-bar--animate {
|
28959
|
+
.amis-scope .cxd-Progress-line-bar--animate {
|
28960
|
+
position: relative;
|
28961
|
+
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
|
28962
|
+
}
|
28963
|
+
|
28964
|
+
.amis-scope .cxd-Progress-line-bar--animate::before {
|
28965
|
+
position: absolute;
|
28966
|
+
top: 0;
|
28967
|
+
right: 0;
|
28968
|
+
bottom: 0;
|
28969
|
+
left: 0;
|
28970
|
+
background: #fff;
|
28971
|
+
border-radius: 10px;
|
28972
|
+
opacity: 0;
|
28973
|
+
animation: progress-bar-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
|
28974
|
+
content: "";
|
28975
|
+
}
|
28976
|
+
|
28977
|
+
.amis-scope .cxd-Progress-line-bar--stripe-animate {
|
28636
28978
|
animation: progress-bar-stripes 1s linear infinite;
|
28637
28979
|
}
|
28638
28980
|
|
28981
|
+
.amis-scope .cxd-Progress-circle {
|
28982
|
+
width: 120px;
|
28983
|
+
height: 120px;
|
28984
|
+
position: relative;
|
28985
|
+
}
|
28986
|
+
|
28987
|
+
.amis-scope .cxd-Progress-circle-text {
|
28988
|
+
position: absolute;
|
28989
|
+
top: 50%;
|
28990
|
+
left: 50%;
|
28991
|
+
width: 100%;
|
28992
|
+
margin: 0;
|
28993
|
+
padding: 0;
|
28994
|
+
color: #151a26;
|
28995
|
+
font-size: 1em;
|
28996
|
+
line-height: 1;
|
28997
|
+
white-space: normal;
|
28998
|
+
text-align: center;
|
28999
|
+
transform: translate(-50%, -50%);
|
29000
|
+
}
|
29001
|
+
|
29002
|
+
.amis-scope .cxd-Progress-circle-text .icon {
|
29003
|
+
font-size: 1.2em;
|
29004
|
+
}
|
29005
|
+
|
29006
|
+
.amis-scope .cxd-Progress-circle .bg-warning-circle-path {
|
29007
|
+
stroke: #ffb200;
|
29008
|
+
}
|
29009
|
+
|
29010
|
+
.amis-scope .cxd-Progress-circle .bg-danger-circle-path {
|
29011
|
+
stroke: #e8684a;
|
29012
|
+
}
|
29013
|
+
|
29014
|
+
.amis-scope .cxd-Progress-circle .bg-info-circle-path {
|
29015
|
+
stroke: #2468f2;
|
29016
|
+
}
|
29017
|
+
|
29018
|
+
.amis-scope .cxd-Progress-circle .bg-success-circle-path {
|
29019
|
+
stroke: #0bc286;
|
29020
|
+
}
|
29021
|
+
|
29022
|
+
.amis-scope .cxd-Progress-circle .bg-primary-circle-path {
|
29023
|
+
stroke: #2468f2;
|
29024
|
+
}
|
29025
|
+
|
29026
|
+
@keyframes progress-bar-active {
|
29027
|
+
0% {
|
29028
|
+
transform: translateX(-100%) scaleX(0);
|
29029
|
+
opacity: 0.1;
|
29030
|
+
}
|
29031
|
+
|
29032
|
+
20% {
|
29033
|
+
transform: translateX(-100%) scaleX(0);
|
29034
|
+
opacity: 0.5;
|
29035
|
+
}
|
29036
|
+
|
29037
|
+
100% {
|
29038
|
+
transform: translateX(0) scaleX(1);
|
29039
|
+
opacity: 0;
|
29040
|
+
}
|
29041
|
+
}
|
29042
|
+
|
28639
29043
|
@keyframes progress-bar-stripes {
|
28640
29044
|
from {
|
28641
29045
|
background-position: 2rem 0;
|
@@ -28850,7 +29254,7 @@ readers do not read off random characters that represent icons */
|
|
28850
29254
|
|
28851
29255
|
.amis-scope .cxd-StatusField-label {
|
28852
29256
|
font-size: 0.75rem;
|
28853
|
-
margin-left: 0.
|
29257
|
+
margin-left: 0.25rem;
|
28854
29258
|
}
|
28855
29259
|
|
28856
29260
|
@keyframes animation-rolling_red {
|
@@ -29520,6 +29924,7 @@ readers do not read off random characters that represent icons */
|
|
29520
29924
|
font-size: 1rem;
|
29521
29925
|
}
|
29522
29926
|
|
29927
|
+
.amis-scope .cxd-Image-origin:hover .cxd-Image-overlay,
|
29523
29928
|
.amis-scope .cxd-Image-thumbWrap:hover .cxd-Image-overlay {
|
29524
29929
|
display: flex;
|
29525
29930
|
}
|
@@ -29590,6 +29995,16 @@ readers do not read off random characters that represent icons */
|
|
29590
29995
|
border-color: #1c53c1;
|
29591
29996
|
}
|
29592
29997
|
|
29998
|
+
.amis-scope .cxd-InputBox--borderHalf {
|
29999
|
+
border-left-color: transparent !important;
|
30000
|
+
border-right-color: transparent !important;
|
30001
|
+
border-top-color: transparent !important;
|
30002
|
+
}
|
30003
|
+
|
30004
|
+
.amis-scope .cxd-InputBox--borderNone {
|
30005
|
+
border-color: transparent !important;
|
30006
|
+
}
|
30007
|
+
|
29593
30008
|
.amis-scope .cxd-InputBox--inline {
|
29594
30009
|
display: inline-flex;
|
29595
30010
|
}
|
@@ -29696,6 +30111,16 @@ readers do not read off random characters that represent icons */
|
|
29696
30111
|
border-color: #1c53c1;
|
29697
30112
|
}
|
29698
30113
|
|
30114
|
+
.amis-scope .cxd-ResultBox--borderHalf {
|
30115
|
+
border-left-color: transparent !important;
|
30116
|
+
border-right-color: transparent !important;
|
30117
|
+
border-top-color: transparent !important;
|
30118
|
+
}
|
30119
|
+
|
30120
|
+
.amis-scope .cxd-ResultBox--borderNone {
|
30121
|
+
border-color: transparent !important;
|
30122
|
+
}
|
30123
|
+
|
29699
30124
|
.amis-scope .cxd-ResultBox.is-error {
|
29700
30125
|
border-color: #e8684a;
|
29701
30126
|
background: #ffffff;
|
@@ -30222,6 +30647,176 @@ readers do not read off random characters that represent icons */
|
|
30222
30647
|
border: 1px solid #2468f2;
|
30223
30648
|
}
|
30224
30649
|
|
30650
|
+
.amis-scope .cxd-Portlet {
|
30651
|
+
border: 0.0625rem solid #eceff8;
|
30652
|
+
border-radius: 0.25rem;
|
30653
|
+
padding: 0.75rem;
|
30654
|
+
}
|
30655
|
+
|
30656
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active a:first-child,
|
30657
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
30658
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
30659
|
+
border: none !important;
|
30660
|
+
color: inherit !important;
|
30661
|
+
cursor: auto !important;
|
30662
|
+
}
|
30663
|
+
|
30664
|
+
.amis-scope .cxd-Portlet-tab.no-divider .cxd-Tabs-links {
|
30665
|
+
border-bottom: none;
|
30666
|
+
}
|
30667
|
+
|
30668
|
+
.amis-scope .cxd-Portlet .cxd-Tabs-pane {
|
30669
|
+
padding: unset;
|
30670
|
+
}
|
30671
|
+
|
30672
|
+
.amis-scope .cxd-Portlet-toolbar {
|
30673
|
+
display: inline-flex;
|
30674
|
+
float: right;
|
30675
|
+
justify-content: flex-end;
|
30676
|
+
}
|
30677
|
+
|
30678
|
+
.amis-scope .cxd-Portlet-toolbar .cxd-Button {
|
30679
|
+
margin-left: calc(0.25rem);
|
30680
|
+
}
|
30681
|
+
|
30682
|
+
.amis-scope .cxd-Portlet-header-desc {
|
30683
|
+
height: 100%;
|
30684
|
+
overflow: hidden;
|
30685
|
+
position: relative;
|
30686
|
+
margin-left: 0.75rem;
|
30687
|
+
}
|
30688
|
+
|
30689
|
+
.amis-scope .cxd-Portlet.no-header .cxd-Portlet-tab .cxd-Tabs-links {
|
30690
|
+
display: none;
|
30691
|
+
}
|
30692
|
+
|
30693
|
+
.amis-scope .u-hairline::after {
|
30694
|
+
position: absolute;
|
30695
|
+
box-sizing: border-box;
|
30696
|
+
content: " ";
|
30697
|
+
pointer-events: none;
|
30698
|
+
top: -50%;
|
30699
|
+
right: -50%;
|
30700
|
+
bottom: -50%;
|
30701
|
+
left: -50%;
|
30702
|
+
border: 0 solid #dfe2e6;
|
30703
|
+
z-index: 1;
|
30704
|
+
transform: scale(0.5);
|
30705
|
+
}
|
30706
|
+
|
30707
|
+
.amis-scope .cxd-GridNav {
|
30708
|
+
display: flex;
|
30709
|
+
flex-wrap: wrap;
|
30710
|
+
}
|
30711
|
+
|
30712
|
+
.amis-scope .cxd-GridNav-top {
|
30713
|
+
position: relative;
|
30714
|
+
}
|
30715
|
+
|
30716
|
+
.amis-scope .cxd-GridNav-top::after {
|
30717
|
+
border-top-width: 0.0625rem;
|
30718
|
+
}
|
30719
|
+
|
30720
|
+
.amis-scope .cxd-GridNavItem {
|
30721
|
+
position: relative;
|
30722
|
+
box-sizing: border-box;
|
30723
|
+
}
|
30724
|
+
|
30725
|
+
.amis-scope .cxd-GridNavItem--square {
|
30726
|
+
height: 0;
|
30727
|
+
position: relative;
|
30728
|
+
}
|
30729
|
+
|
30730
|
+
.amis-scope .cxd-GridNavItem-icon {
|
30731
|
+
width: var(--rv-grid-item-icon-size);
|
30732
|
+
}
|
30733
|
+
|
30734
|
+
.amis-scope .cxd-GridNavItem-text {
|
30735
|
+
color: #151a26;
|
30736
|
+
font-size: 0.75rem;
|
30737
|
+
line-height: 1.5;
|
30738
|
+
word-break: break-all;
|
30739
|
+
flex-shrink: 0;
|
30740
|
+
}
|
30741
|
+
|
30742
|
+
.amis-scope .cxd-GridNavItem-icon + .cxd-GridNavItem-text {
|
30743
|
+
margin-top: 0.5rem;
|
30744
|
+
}
|
30745
|
+
|
30746
|
+
.amis-scope .cxd-GridNavItem-image {
|
30747
|
+
display: inline-block;
|
30748
|
+
}
|
30749
|
+
|
30750
|
+
.amis-scope .cxd-GridNavItem-image svg,
|
30751
|
+
.amis-scope .cxd-GridNavItem-image img {
|
30752
|
+
max-width: 100%;
|
30753
|
+
display: block;
|
30754
|
+
width: 60%;
|
30755
|
+
margin: 0 auto;
|
30756
|
+
}
|
30757
|
+
|
30758
|
+
.amis-scope .cxd-GridNavItem-content {
|
30759
|
+
display: flex;
|
30760
|
+
flex-direction: column;
|
30761
|
+
box-sizing: border-box;
|
30762
|
+
height: 100%;
|
30763
|
+
padding: 1rem 0.5rem;
|
30764
|
+
background-color: #fff;
|
30765
|
+
position: relative;
|
30766
|
+
}
|
30767
|
+
|
30768
|
+
.amis-scope .cxd-GridNavItem-content .cxd-Badge-text {
|
30769
|
+
z-index: 10;
|
30770
|
+
}
|
30771
|
+
|
30772
|
+
.amis-scope .cxd-GridNavItem-content--border::after {
|
30773
|
+
border-width: 0 0.0625rem 0.0625rem 0;
|
30774
|
+
}
|
30775
|
+
|
30776
|
+
.amis-scope .cxd-GridNavItem-content--square {
|
30777
|
+
position: absolute;
|
30778
|
+
top: 0;
|
30779
|
+
right: 0;
|
30780
|
+
left: 0;
|
30781
|
+
}
|
30782
|
+
|
30783
|
+
.amis-scope .cxd-GridNavItem-content--center {
|
30784
|
+
align-items: center;
|
30785
|
+
justify-content: center;
|
30786
|
+
}
|
30787
|
+
|
30788
|
+
.amis-scope .cxd-GridNavItem-content--horizontal {
|
30789
|
+
flex-direction: row;
|
30790
|
+
}
|
30791
|
+
|
30792
|
+
.amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-text {
|
30793
|
+
margin: 0 0 0 0.5rem;
|
30794
|
+
}
|
30795
|
+
|
30796
|
+
.amis-scope .cxd-GridNavItem-content--reverse {
|
30797
|
+
flex-direction: column-reverse;
|
30798
|
+
}
|
30799
|
+
|
30800
|
+
.amis-scope .cxd-GridNavItem-content--reverse .cxd-GridNavItem-text {
|
30801
|
+
margin: 0 0 0.5rem;
|
30802
|
+
}
|
30803
|
+
|
30804
|
+
.amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-content--reverse {
|
30805
|
+
flex-direction: row-reverse;
|
30806
|
+
}
|
30807
|
+
|
30808
|
+
.amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-content--reverse .cxd-GridNavItem-text {
|
30809
|
+
margin: 0 0.5rem 0 0;
|
30810
|
+
}
|
30811
|
+
|
30812
|
+
.amis-scope .cxd-GridNavItem-content--surround::after {
|
30813
|
+
border-width: 0.0625rem;
|
30814
|
+
}
|
30815
|
+
|
30816
|
+
.amis-scope .cxd-GridNavItem-content--clickable {
|
30817
|
+
cursor: pointer;
|
30818
|
+
}
|
30819
|
+
|
30225
30820
|
.amis-scope fieldset.cxd-Collapse--lg,
|
30226
30821
|
.amis-scope fieldset.cxd-Collapse--md,
|
30227
30822
|
.amis-scope fieldset.cxd-Collapse--base,
|
@@ -30270,6 +30865,10 @@ readers do not read off random characters that represent icons */
|
|
30270
30865
|
position: relative;
|
30271
30866
|
}
|
30272
30867
|
|
30868
|
+
.amis-scope fieldset.cxd-Collapse {
|
30869
|
+
margin-bottom: 0.75rem;
|
30870
|
+
}
|
30871
|
+
|
30273
30872
|
.amis-scope fieldset.cxd-Collapse > legend {
|
30274
30873
|
font-weight: 400;
|
30275
30874
|
padding: 0.25rem 0;
|
@@ -30280,11 +30879,16 @@ readers do not read off random characters that represent icons */
|
|
30280
30879
|
margin: 0.75rem 0;
|
30281
30880
|
padding: 0 0 0 14px;
|
30282
30881
|
cursor: pointer;
|
30283
|
-
border-bottom:
|
30882
|
+
border-bottom: none !important;
|
30883
|
+
background: transparent;
|
30284
30884
|
display: flex;
|
30285
30885
|
flex-direction: row;
|
30286
30886
|
}
|
30287
30887
|
|
30888
|
+
.amis-scope fieldset.cxd-Collapse > legend:hover {
|
30889
|
+
background: transparent;
|
30890
|
+
}
|
30891
|
+
|
30288
30892
|
.amis-scope fieldset.cxd-Collapse--xs {
|
30289
30893
|
padding: 20px 5px 5px 5px;
|
30290
30894
|
}
|
@@ -31406,7 +32010,7 @@ readers do not read off random characters that represent icons */
|
|
31406
32010
|
color: #999;
|
31407
32011
|
}
|
31408
32012
|
|
31409
|
-
.amis-scope .cxd-
|
32013
|
+
.amis-scope .cxd-Selection > .cxd-Checkbox {
|
31410
32014
|
display: block;
|
31411
32015
|
height: 2rem;
|
31412
32016
|
line-height: 1.4285714286;
|
@@ -31414,43 +32018,36 @@ readers do not read off random characters that represent icons */
|
|
31414
32018
|
padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
|
31415
32019
|
}
|
31416
32020
|
|
31417
|
-
.amis-scope .cxd-
|
32021
|
+
.amis-scope .cxd-Selection--inline > .cxd-Checkbox {
|
31418
32022
|
display: inline-block;
|
31419
32023
|
}
|
31420
32024
|
|
31421
|
-
.amis-scope .cxd-
|
32025
|
+
.amis-scope .cxd-Selection-addBtn {
|
31422
32026
|
display: block;
|
31423
32027
|
cursor: pointer;
|
31424
32028
|
}
|
31425
32029
|
|
31426
|
-
.amis-scope .cxd-
|
32030
|
+
.amis-scope .cxd-Selection-addBtn:hover {
|
31427
32031
|
text-decoration: none;
|
31428
32032
|
}
|
31429
32033
|
|
31430
|
-
.amis-scope .cxd-
|
32034
|
+
.amis-scope .cxd-Selection-addBtn > svg {
|
31431
32035
|
width: 0.875rem;
|
31432
32036
|
height: 0.875rem;
|
31433
32037
|
margin-right: 0.25rem;
|
31434
32038
|
}
|
31435
32039
|
|
31436
|
-
.amis-scope .cxd-
|
31437
|
-
.amis-scope .cxd-ListCheckboxes-group:not(:first-child) > .cxd-ListRadios-itemLabel,
|
31438
|
-
.amis-scope .cxd-ListRadios-group:not(:first-child) > .cxd-ListCheckboxes-itemLabel,
|
31439
|
-
.amis-scope .cxd-ListRadios-group:not(:first-child) > .cxd-ListRadios-itemLabel {
|
32040
|
+
.amis-scope .cxd-GroupedSelection-group:not(:first-child) > .cxd-GroupedSelection-itemLabel {
|
31440
32041
|
border-top: 0.0625rem solid #dfe2e6;
|
31441
32042
|
}
|
31442
32043
|
|
31443
|
-
.amis-scope .cxd-
|
31444
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-itemLabel,
|
31445
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-itemLabel,
|
31446
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-itemLabel {
|
32044
|
+
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
|
31447
32045
|
font-size: 0.75rem;
|
31448
32046
|
padding: 0.25rem 0.25rem;
|
31449
32047
|
color: #b4b6ba;
|
31450
32048
|
}
|
31451
32049
|
|
31452
|
-
.amis-scope .cxd-
|
31453
|
-
.amis-scope .cxd-ListRadios-item {
|
32050
|
+
.amis-scope .cxd-GroupedSelection-item {
|
31454
32051
|
display: flex;
|
31455
32052
|
height: 2rem;
|
31456
32053
|
line-height: 1.4285714286;
|
@@ -31461,51 +32058,37 @@ readers do not read off random characters that represent icons */
|
|
31461
32058
|
user-select: none;
|
31462
32059
|
}
|
31463
32060
|
|
31464
|
-
.amis-scope .cxd-
|
31465
|
-
.amis-scope .cxd-ListRadios-item > .cxd-Checkbox {
|
32061
|
+
.amis-scope .cxd-GroupedSelection-item > .cxd-Checkbox {
|
31466
32062
|
margin-right: 0;
|
31467
32063
|
}
|
31468
32064
|
|
31469
|
-
.amis-scope .cxd-
|
31470
|
-
.amis-scope .cxd-ListRadios-item.is-active {
|
32065
|
+
.amis-scope .cxd-GroupedSelection-item.is-active {
|
31471
32066
|
color: #2468f2;
|
31472
32067
|
background: transparent;
|
31473
32068
|
}
|
31474
32069
|
|
31475
|
-
.amis-scope .cxd-
|
31476
|
-
.amis-scope .cxd-ListRadios-item:hover {
|
32070
|
+
.amis-scope .cxd-GroupedSelection-item:hover {
|
31477
32071
|
background: rgba(0, 126, 255, 0.08);
|
31478
32072
|
}
|
31479
32073
|
|
31480
|
-
.amis-scope .cxd-
|
31481
|
-
.amis-scope .cxd-ListRadios-item.is-disabled {
|
32074
|
+
.amis-scope .cxd-GroupedSelection-item.is-disabled {
|
31482
32075
|
pointer-events: none;
|
31483
32076
|
color: #b4b6ba;
|
31484
32077
|
}
|
31485
32078
|
|
31486
|
-
.amis-scope .cxd-
|
31487
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
|
31488
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
|
31489
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListRadios-item,
|
31490
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListCheckboxes-item,
|
31491
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
|
31492
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
|
31493
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListRadios-item {
|
32079
|
+
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
|
31494
32080
|
padding-left: 0.75rem;
|
31495
32081
|
}
|
31496
32082
|
|
31497
|
-
.amis-scope .cxd-
|
31498
|
-
.amis-scope .cxd-ListRadios-itemLabel {
|
32083
|
+
.amis-scope .cxd-GroupedSelection-itemLabel {
|
31499
32084
|
flex-grow: 1;
|
31500
32085
|
}
|
31501
32086
|
|
31502
|
-
.amis-scope .cxd-
|
31503
|
-
.amis-scope .cxd-ListRadios-itemLabel span {
|
32087
|
+
.amis-scope .cxd-GroupedSelection-itemLabel span {
|
31504
32088
|
white-space: nowrap;
|
31505
32089
|
}
|
31506
32090
|
|
31507
|
-
.amis-scope .cxd-
|
31508
|
-
.amis-scope .cxd-ListRadios-placeholder {
|
32091
|
+
.amis-scope .cxd-GroupedSelection-placeholder {
|
31509
32092
|
height: 2rem;
|
31510
32093
|
line-height: 1.4285714286;
|
31511
32094
|
font-size: 0.875rem;
|
@@ -31513,52 +32096,54 @@ readers do not read off random characters that represent icons */
|
|
31513
32096
|
color: #b4b6ba;
|
31514
32097
|
}
|
31515
32098
|
|
31516
|
-
.amis-scope .cxd-
|
32099
|
+
.amis-scope .cxd-TableSelection .cxd-Table-content {
|
31517
32100
|
border-top: 0.0625rem solid #f5f5f5;
|
31518
32101
|
}
|
31519
32102
|
|
31520
|
-
.amis-scope .cxd-
|
31521
|
-
.amis-scope .cxd-
|
32103
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th,
|
32104
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td {
|
31522
32105
|
font-size: 0.75rem;
|
31523
32106
|
padding-top: 0.25rem;
|
31524
32107
|
padding-bottom: 0.375rem;
|
31525
32108
|
vertical-align: middle;
|
31526
32109
|
}
|
31527
32110
|
|
31528
|
-
.amis-scope .cxd-
|
32111
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th {
|
31529
32112
|
padding-top: 0.375rem;
|
31530
32113
|
}
|
31531
32114
|
|
31532
|
-
.amis-scope .cxd-
|
31533
|
-
.amis-scope .cxd-
|
32115
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:first-child,
|
32116
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:first-child {
|
31534
32117
|
padding-left: 0.625rem;
|
31535
32118
|
padding-right: 0;
|
31536
32119
|
}
|
31537
32120
|
|
31538
|
-
.amis-scope .cxd-
|
31539
|
-
.amis-scope .cxd-
|
32121
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child,
|
32122
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:last-child {
|
31540
32123
|
padding-right: 1rem;
|
31541
32124
|
}
|
31542
32125
|
|
31543
|
-
.amis-scope .cxd-
|
32126
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr {
|
31544
32127
|
cursor: pointer;
|
31545
32128
|
}
|
31546
32129
|
|
31547
|
-
.amis-scope .cxd-
|
31548
|
-
|
32130
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-active {
|
32131
|
+
color: #2468f2;
|
32132
|
+
background: transparent;
|
32133
|
+
}
|
32134
|
+
|
32135
|
+
.amis-scope .cxd-TreeSelection .cxd-Table-expandBtn {
|
31549
32136
|
color: #999;
|
31550
32137
|
margin-right: 5px;
|
31551
32138
|
}
|
31552
32139
|
|
31553
|
-
.amis-scope .cxd-
|
31554
|
-
.amis-scope .cxd-TreeRadios-sublist {
|
32140
|
+
.amis-scope .cxd-TreeSelection-sublist {
|
31555
32141
|
position: relative;
|
31556
32142
|
margin: 0 0 0 2.1875rem;
|
31557
32143
|
display: none;
|
31558
32144
|
}
|
31559
32145
|
|
31560
|
-
.amis-scope .cxd-
|
31561
|
-
.amis-scope .cxd-TreeRadios-sublist:before {
|
32146
|
+
.amis-scope .cxd-TreeSelection-sublist:before {
|
31562
32147
|
width: 1px;
|
31563
32148
|
content: "";
|
31564
32149
|
display: block;
|
@@ -31569,29 +32154,19 @@ readers do not read off random characters that represent icons */
|
|
31569
32154
|
border-left: dashed 1px #999;
|
31570
32155
|
}
|
31571
32156
|
|
31572
|
-
.amis-scope .cxd-
|
31573
|
-
.amis-scope .cxd-TreeRadios-item {
|
32157
|
+
.amis-scope .cxd-TreeSelection-item {
|
31574
32158
|
position: relative;
|
31575
32159
|
}
|
31576
32160
|
|
31577
|
-
.amis-scope .cxd-
|
31578
|
-
.amis-scope .cxd-TreeCheckboxes-item.is-expanded > .cxd-TreeRadios-sublist,
|
31579
|
-
.amis-scope .cxd-TreeRadios-item.is-expanded > .cxd-TreeCheckboxes-sublist,
|
31580
|
-
.amis-scope .cxd-TreeRadios-item.is-expanded > .cxd-TreeRadios-sublist {
|
32161
|
+
.amis-scope .cxd-TreeSelection-item.is-expanded > .cxd-TreeSelection-sublist {
|
31581
32162
|
display: block;
|
31582
32163
|
}
|
31583
32164
|
|
31584
|
-
.amis-scope .cxd-
|
31585
|
-
.amis-scope .cxd-TreeCheckboxes-item:not(:last-child) > .cxd-TreeRadios-sublist:before,
|
31586
|
-
.amis-scope .cxd-TreeRadios-item:not(:last-child) > .cxd-TreeCheckboxes-sublist:before,
|
31587
|
-
.amis-scope .cxd-TreeRadios-item:not(:last-child) > .cxd-TreeRadios-sublist:before {
|
32165
|
+
.amis-scope .cxd-TreeSelection-item:not(:last-child) > .cxd-TreeSelection-sublist:before {
|
31588
32166
|
bottom: 0;
|
31589
32167
|
}
|
31590
32168
|
|
31591
|
-
.amis-scope .cxd-
|
31592
|
-
.amis-scope .cxd-TreeCheckboxes-sublist .cxd-TreeRadios-item:before,
|
31593
|
-
.amis-scope .cxd-TreeRadios-sublist .cxd-TreeCheckboxes-item:before,
|
31594
|
-
.amis-scope .cxd-TreeRadios-sublist .cxd-TreeRadios-item:before {
|
32169
|
+
.amis-scope .cxd-TreeSelection-sublist .cxd-TreeSelection-item:before {
|
31595
32170
|
height: 1px;
|
31596
32171
|
content: "";
|
31597
32172
|
display: block;
|
@@ -31602,8 +32177,7 @@ readers do not read off random characters that represent icons */
|
|
31602
32177
|
border-top: dashed 1px #999;
|
31603
32178
|
}
|
31604
32179
|
|
31605
|
-
.amis-scope .cxd-
|
31606
|
-
.amis-scope .cxd-TreeRadios-itemInner {
|
32180
|
+
.amis-scope .cxd-TreeSelection-itemInner {
|
31607
32181
|
display: flex;
|
31608
32182
|
align-items: center;
|
31609
32183
|
height: 2rem;
|
@@ -31616,20 +32190,17 @@ readers do not read off random characters that represent icons */
|
|
31616
32190
|
position: relative;
|
31617
32191
|
}
|
31618
32192
|
|
31619
|
-
.amis-scope .cxd-
|
31620
|
-
.amis-scope .cxd-TreeRadios-itemInner > .cxd-Checkbox {
|
32193
|
+
.amis-scope .cxd-TreeSelection-itemInner > .cxd-Checkbox {
|
31621
32194
|
margin-right: 0;
|
31622
32195
|
margin-left: 0.5rem;
|
31623
32196
|
}
|
31624
32197
|
|
31625
|
-
.amis-scope .cxd-
|
31626
|
-
.amis-scope .cxd-TreeRadios-itemInner > * {
|
32198
|
+
.amis-scope .cxd-TreeSelection-itemInner > * {
|
31627
32199
|
position: relative;
|
31628
32200
|
z-index: 2;
|
31629
32201
|
}
|
31630
32202
|
|
31631
|
-
.amis-scope .cxd-
|
31632
|
-
.amis-scope .cxd-TreeRadios-itemInner:hover:after {
|
32203
|
+
.amis-scope .cxd-TreeSelection-itemInner:hover:after {
|
31633
32204
|
position: absolute;
|
31634
32205
|
content: "";
|
31635
32206
|
z-index: 1;
|
@@ -31640,24 +32211,20 @@ readers do not read off random characters that represent icons */
|
|
31640
32211
|
background: rgba(0, 126, 255, 0.08);
|
31641
32212
|
}
|
31642
32213
|
|
31643
|
-
.amis-scope .cxd-
|
31644
|
-
.amis-scope .cxd-TreeRadios-itemInner.is-active {
|
32214
|
+
.amis-scope .cxd-TreeSelection-itemInner.is-active {
|
31645
32215
|
color: #2468f2;
|
31646
32216
|
}
|
31647
32217
|
|
31648
|
-
.amis-scope .cxd-
|
31649
|
-
.amis-scope .cxd-TreeRadios-itemInner.is-disabled {
|
32218
|
+
.amis-scope .cxd-TreeSelection-itemInner.is-disabled {
|
31650
32219
|
pointer-events: none;
|
31651
32220
|
color: #b4b6ba;
|
31652
32221
|
}
|
31653
32222
|
|
31654
|
-
.amis-scope .cxd-
|
31655
|
-
.amis-scope .cxd-TreeRadios-itemLabel {
|
32223
|
+
.amis-scope .cxd-TreeSelection-itemLabel {
|
31656
32224
|
flex-grow: 1;
|
31657
32225
|
}
|
31658
32226
|
|
31659
|
-
.amis-scope .cxd-
|
31660
|
-
.amis-scope .cxd-TreeRadios-placeholder {
|
32227
|
+
.amis-scope .cxd-TreeSelection-placeholder {
|
31661
32228
|
height: 2rem;
|
31662
32229
|
line-height: 1.4285714286;
|
31663
32230
|
font-size: 0.875rem;
|
@@ -31665,27 +32232,27 @@ readers do not read off random characters that represent icons */
|
|
31665
32232
|
color: #b4b6ba;
|
31666
32233
|
}
|
31667
32234
|
|
31668
|
-
.amis-scope .cxd-
|
32235
|
+
.amis-scope .cxd-ChainedSelection {
|
31669
32236
|
display: flex;
|
31670
32237
|
flex-direction: row;
|
31671
32238
|
}
|
31672
32239
|
|
31673
|
-
.amis-scope .cxd-
|
32240
|
+
.amis-scope .cxd-ChainedSelection-col {
|
31674
32241
|
flex-grow: 1;
|
31675
32242
|
min-width: 150px;
|
31676
32243
|
}
|
31677
32244
|
|
31678
|
-
.amis-scope .cxd-
|
32245
|
+
.amis-scope .cxd-ChainedSelection-col:not(:last-child) {
|
31679
32246
|
border-right: 1px solid #eceff8;
|
31680
32247
|
}
|
31681
32248
|
|
31682
|
-
.amis-scope .cxd-
|
32249
|
+
.amis-scope .cxd-ChainedSelection-subTitle {
|
31683
32250
|
font-size: 0.75rem;
|
31684
32251
|
padding: 0.25rem 0.25rem;
|
31685
32252
|
color: #b4b6ba;
|
31686
32253
|
}
|
31687
32254
|
|
31688
|
-
.amis-scope .cxd-
|
32255
|
+
.amis-scope .cxd-ChainedSelection-item {
|
31689
32256
|
display: flex;
|
31690
32257
|
height: 2rem;
|
31691
32258
|
line-height: 1.4285714286;
|
@@ -31696,29 +32263,29 @@ readers do not read off random characters that represent icons */
|
|
31696
32263
|
user-select: none;
|
31697
32264
|
}
|
31698
32265
|
|
31699
|
-
.amis-scope .cxd-
|
32266
|
+
.amis-scope .cxd-ChainedSelection-item > .cxd-Checkbox {
|
31700
32267
|
margin-right: 0;
|
31701
32268
|
}
|
31702
32269
|
|
31703
|
-
.amis-scope .cxd-
|
32270
|
+
.amis-scope .cxd-ChainedSelection-item.is-active {
|
31704
32271
|
color: #2468f2;
|
31705
32272
|
background: transparent;
|
31706
32273
|
}
|
31707
32274
|
|
31708
|
-
.amis-scope .cxd-
|
32275
|
+
.amis-scope .cxd-ChainedSelection-item:hover {
|
31709
32276
|
background: rgba(0, 126, 255, 0.08);
|
31710
32277
|
}
|
31711
32278
|
|
31712
|
-
.amis-scope .cxd-
|
32279
|
+
.amis-scope .cxd-ChainedSelection-item.is-disabled {
|
31713
32280
|
pointer-events: none;
|
31714
32281
|
color: #b4b6ba;
|
31715
32282
|
}
|
31716
32283
|
|
31717
|
-
.amis-scope .cxd-
|
32284
|
+
.amis-scope .cxd-ChainedSelection-itemLabel {
|
31718
32285
|
flex-grow: 1;
|
31719
32286
|
}
|
31720
32287
|
|
31721
|
-
.amis-scope .cxd-
|
32288
|
+
.amis-scope .cxd-ChainedSelection-placeholder {
|
31722
32289
|
height: 2rem;
|
31723
32290
|
line-height: 1.4285714286;
|
31724
32291
|
font-size: 0.875rem;
|
@@ -31726,34 +32293,35 @@ readers do not read off random characters that represent icons */
|
|
31726
32293
|
color: #b4b6ba;
|
31727
32294
|
}
|
31728
32295
|
|
31729
|
-
.amis-scope .cxd-
|
32296
|
+
.amis-scope .cxd-AssociatedSelection {
|
31730
32297
|
display: flex;
|
31731
32298
|
flex-direction: row;
|
31732
32299
|
}
|
31733
32300
|
|
31734
|
-
.amis-scope .cxd-
|
31735
|
-
.amis-scope .cxd-
|
32301
|
+
.amis-scope .cxd-AssociatedSelection-left,
|
32302
|
+
.amis-scope .cxd-AssociatedSelection-right {
|
31736
32303
|
flex-grow: 1;
|
31737
32304
|
width: 0;
|
31738
|
-
height:
|
32305
|
+
min-height: 12.5rem;
|
32306
|
+
max-height: 25rem;
|
31739
32307
|
overflow: auto;
|
31740
32308
|
}
|
31741
32309
|
|
31742
|
-
.amis-scope .cxd-
|
32310
|
+
.amis-scope .cxd-AssociatedSelection-left {
|
31743
32311
|
border-right: 1px solid #eceff8;
|
31744
32312
|
}
|
31745
32313
|
|
31746
|
-
.amis-scope .cxd-
|
32314
|
+
.amis-scope .cxd-AssociatedSelection-reload {
|
31747
32315
|
text-align: center;
|
31748
32316
|
color: #2468f2;
|
31749
32317
|
margin: 20px 0 0;
|
31750
32318
|
}
|
31751
32319
|
|
31752
|
-
.amis-scope .cxd-
|
32320
|
+
.amis-scope .cxd-AssociatedSelection-reload.is-clickable {
|
31753
32321
|
cursor: pointer;
|
31754
32322
|
}
|
31755
32323
|
|
31756
|
-
.amis-scope .cxd-
|
32324
|
+
.amis-scope .cxd-AssociatedSelection-box {
|
31757
32325
|
line-height: 1.4285714286;
|
31758
32326
|
font-size: 0.75rem;
|
31759
32327
|
color: #b4b6ba;
|
@@ -31765,7 +32333,7 @@ readers do not read off random characters that represent icons */
|
|
31765
32333
|
height: 100%;
|
31766
32334
|
}
|
31767
32335
|
|
31768
|
-
.amis-scope .cxd-
|
32336
|
+
.amis-scope .cxd-AssociatedSelection-box > p {
|
31769
32337
|
text-align: center;
|
31770
32338
|
margin: 10px 0 20px;
|
31771
32339
|
color: #b4b6ba;
|
@@ -32829,7 +33397,7 @@ readers do not read off random characters that represent icons */
|
|
32829
33397
|
.amis-scope .cxd-ColorPicker-preview {
|
32830
33398
|
display: flex;
|
32831
33399
|
align-items: center;
|
32832
|
-
margin-
|
33400
|
+
margin-right: 0.5rem;
|
32833
33401
|
cursor: pointer;
|
32834
33402
|
}
|
32835
33403
|
|
@@ -32862,14 +33430,42 @@ readers do not read off random characters that represent icons */
|
|
32862
33430
|
fill: #1f2329;
|
32863
33431
|
}
|
32864
33432
|
|
33433
|
+
.amis-scope .cxd-ColorPicker-arrow {
|
33434
|
+
margin-right: 0.25rem;
|
33435
|
+
width: 1rem;
|
33436
|
+
text-align: center;
|
33437
|
+
display: flex;
|
33438
|
+
align-items: center;
|
33439
|
+
justify-content: center;
|
33440
|
+
line-height: 1;
|
33441
|
+
}
|
33442
|
+
|
33443
|
+
.amis-scope .cxd-ColorPicker-arrow > svg {
|
33444
|
+
transition: transform 0s;
|
33445
|
+
display: inline-block;
|
33446
|
+
color: #83868c;
|
33447
|
+
width: 10px;
|
33448
|
+
height: 10px;
|
33449
|
+
top: 0;
|
33450
|
+
}
|
33451
|
+
|
33452
|
+
.amis-scope .cxd-ColorPicker.is-opened .cxd-ColorPicker-arrow > svg {
|
33453
|
+
transform: rotate(180deg);
|
33454
|
+
}
|
33455
|
+
|
33456
|
+
.amis-scope .cxd-ColorPicker-popover {
|
33457
|
+
border: none;
|
33458
|
+
box-shadow: none;
|
33459
|
+
}
|
33460
|
+
|
32865
33461
|
.amis-scope .cxd-ColorControl:not(.is-inline) > .cxd-ColorPicker {
|
32866
33462
|
display: flex;
|
32867
33463
|
}
|
32868
33464
|
|
32869
33465
|
.amis-scope .sketch-picker {
|
32870
|
-
box-shadow: none !important;
|
32871
|
-
border-radius: 0 !important;
|
32872
33466
|
border: none !important;
|
33467
|
+
border-radius: 0.25rem !important;
|
33468
|
+
box-shadow: 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) !important;
|
32873
33469
|
}
|
32874
33470
|
|
32875
33471
|
.amis-scope .cxd-DatePicker {
|
@@ -33071,7 +33667,7 @@ readers do not read off random characters that represent icons */
|
|
33071
33667
|
|
33072
33668
|
.amis-scope .rdt .rdtPicker td.rdtDisabled,
|
33073
33669
|
.amis-scope .rdt .rdtPicker td.rdtDisabled:hover {
|
33074
|
-
background: #
|
33670
|
+
background: #eaf6fe;
|
33075
33671
|
}
|
33076
33672
|
|
33077
33673
|
.amis-scope .rdt thead tr:first-child th {
|
@@ -33266,7 +33862,7 @@ readers do not read off random characters that represent icons */
|
|
33266
33862
|
|
33267
33863
|
.amis-scope .rdtBtnCancel {
|
33268
33864
|
color: #151a26;
|
33269
|
-
background: #
|
33865
|
+
background: #eaf6fe;
|
33270
33866
|
border-color: #dadbdd;
|
33271
33867
|
box-shadow: none;
|
33272
33868
|
text-shadow: none;
|
@@ -33831,6 +34427,22 @@ readers do not read off random characters that represent icons */
|
|
33831
34427
|
height: 100%;
|
33832
34428
|
}
|
33833
34429
|
|
34430
|
+
.amis-scope .cxd-FileControl-templateInfo {
|
34431
|
+
display: block;
|
34432
|
+
margin-bottom: 0.75rem;
|
34433
|
+
padding: calc(
|
34434
|
+
(
|
34435
|
+
2rem - 0.0625rem * 2 -
|
34436
|
+
1.4285714286 * 0.875rem
|
34437
|
+
) / 2
|
34438
|
+
) 0.75rem;
|
34439
|
+
cursor: pointer;
|
34440
|
+
}
|
34441
|
+
|
34442
|
+
.amis-scope .cxd-FileControl-templateInfo > svg {
|
34443
|
+
margin-right: 0.25rem;
|
34444
|
+
}
|
34445
|
+
|
33834
34446
|
.amis-scope .cxd-FileControl-dropzone {
|
33835
34447
|
outline: none;
|
33836
34448
|
}
|
@@ -34520,6 +35132,10 @@ readers do not read off random characters that represent icons */
|
|
34520
35132
|
pointer-events: none;
|
34521
35133
|
}
|
34522
35134
|
|
35135
|
+
.amis-scope .cxd-Tree.is-draggable {
|
35136
|
+
position: relative;
|
35137
|
+
}
|
35138
|
+
|
34523
35139
|
.amis-scope .cxd-Tree--outline .cxd-Tree-sublist .cxd-Tree-item--isLeaf:before {
|
34524
35140
|
position: absolute;
|
34525
35141
|
top: -8px;
|
@@ -34560,6 +35176,10 @@ readers do not read off random characters that represent icons */
|
|
34560
35176
|
left: -99999px;
|
34561
35177
|
}
|
34562
35178
|
|
35179
|
+
.amis-scope .cxd-Tree.is-draggable .cxd-Tree-itemLabel:hover::after {
|
35180
|
+
display: none;
|
35181
|
+
}
|
35182
|
+
|
34563
35183
|
.amis-scope .cxd-Tree-item-icons {
|
34564
35184
|
visibility: hidden;
|
34565
35185
|
transition: visibility 0s ease;
|
@@ -34673,6 +35293,11 @@ readers do not read off random characters that represent icons */
|
|
34673
35293
|
width: calc(0.75rem + 0.25rem);
|
34674
35294
|
}
|
34675
35295
|
|
35296
|
+
.amis-scope .cxd-Tree-itemDrager {
|
35297
|
+
cursor: move;
|
35298
|
+
color: #999;
|
35299
|
+
}
|
35300
|
+
|
34676
35301
|
.amis-scope .cxd-Tree-spinner {
|
34677
35302
|
margin-right: 0.25rem;
|
34678
35303
|
}
|
@@ -34719,6 +35344,35 @@ readers do not read off random characters that represent icons */
|
|
34719
35344
|
color: #b4b6ba;
|
34720
35345
|
}
|
34721
35346
|
|
35347
|
+
.amis-scope .cxd-Tree-dropIndicator {
|
35348
|
+
position: absolute;
|
35349
|
+
height: 0.125rem;
|
35350
|
+
background-color: #2468f2;
|
35351
|
+
border-radius: 0.0625rem;
|
35352
|
+
z-index: 1;
|
35353
|
+
}
|
35354
|
+
|
35355
|
+
.amis-scope .cxd-Tree-dropIndicator::after {
|
35356
|
+
position: absolute;
|
35357
|
+
top: -0.1875rem;
|
35358
|
+
left: -0.375rem;
|
35359
|
+
width: 0.5rem;
|
35360
|
+
height: 0.5rem;
|
35361
|
+
background-color: transparent;
|
35362
|
+
border: 0.125rem solid #2468f2;
|
35363
|
+
border-radius: 50%;
|
35364
|
+
content: "";
|
35365
|
+
}
|
35366
|
+
|
35367
|
+
.amis-scope .cxd-Tree-dropIndicator--hover {
|
35368
|
+
border-radius: 0;
|
35369
|
+
background-color: rgba(0, 126, 255, 0.08);
|
35370
|
+
}
|
35371
|
+
|
35372
|
+
.amis-scope .cxd-Tree-dropIndicator--hover::after {
|
35373
|
+
display: none;
|
35374
|
+
}
|
35375
|
+
|
34722
35376
|
.amis-scope .cxd-TreeSelectControl {
|
34723
35377
|
position: relative;
|
34724
35378
|
}
|
@@ -35069,6 +35723,8 @@ readers do not read off random characters that represent icons */
|
|
35069
35723
|
|
35070
35724
|
.amis-scope .cxd-Combo--hor .cxd-Combo-itemDrager {
|
35071
35725
|
padding: 0.25rem 0.375rem 0 0;
|
35726
|
+
display: flex;
|
35727
|
+
align-items: center;
|
35072
35728
|
}
|
35073
35729
|
|
35074
35730
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder)::before,
|
@@ -35130,6 +35786,8 @@ readers do not read off random characters that represent icons */
|
|
35130
35786
|
position: absolute;
|
35131
35787
|
top: 0.25rem;
|
35132
35788
|
left: -1.875rem;
|
35789
|
+
display: flex;
|
35790
|
+
align-items: center;
|
35133
35791
|
}
|
35134
35792
|
|
35135
35793
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder).is-draggable > .cxd-Combo-items > .cxd-Combo-item {
|
@@ -35304,7 +35962,7 @@ readers do not read off random characters that represent icons */
|
|
35304
35962
|
|
35305
35963
|
.amis-scope .cxd-SubForm-addBtn:hover:focus {
|
35306
35964
|
color: #209bfd;
|
35307
|
-
text-decoration:
|
35965
|
+
text-decoration: none;
|
35308
35966
|
box-shadow: none;
|
35309
35967
|
}
|
35310
35968
|
|
@@ -35769,19 +36427,19 @@ readers do not read off random characters that represent icons */
|
|
35769
36427
|
border-radius: 0.25rem;
|
35770
36428
|
}
|
35771
36429
|
|
35772
|
-
.amis-scope .cxd-Transfer-select > .cxd-Transfer-
|
35773
|
-
.amis-scope .cxd-Transfer-result > .cxd-Transfer-
|
36430
|
+
.amis-scope .cxd-Transfer-select > .cxd-Transfer-selection,
|
36431
|
+
.amis-scope .cxd-Transfer-result > .cxd-Transfer-value {
|
35774
36432
|
flex-grow: 1;
|
35775
36433
|
max-height: 100%;
|
35776
36434
|
overflow: auto;
|
35777
36435
|
position: relative;
|
35778
36436
|
}
|
35779
36437
|
|
35780
|
-
.amis-scope .cxd-Transfer-search + .cxd-Transfer-
|
36438
|
+
.amis-scope .cxd-Transfer-search + .cxd-Transfer-selection {
|
35781
36439
|
border-top: 1px solid #eceff8;
|
35782
36440
|
}
|
35783
36441
|
|
35784
|
-
.amis-scope .cxd-Transfer-
|
36442
|
+
.amis-scope .cxd-Transfer-selection .cxd-ListSelection-placeholder {
|
35785
36443
|
height: 100%;
|
35786
36444
|
display: flex;
|
35787
36445
|
align-items: center;
|
@@ -35829,13 +36487,30 @@ readers do not read off random characters that represent icons */
|
|
35829
36487
|
color: #b4b6ba;
|
35830
36488
|
}
|
35831
36489
|
|
35832
|
-
.amis-scope .cxd-Transfer-
|
36490
|
+
.amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
|
36491
|
+
height: 40px;
|
36492
|
+
}
|
36493
|
+
|
36494
|
+
.amis-scope .cxd-TabsTransfer-placeholder {
|
36495
|
+
height: 2rem;
|
36496
|
+
line-height: 1.4285714286;
|
36497
|
+
font-size: 0.875rem;
|
36498
|
+
padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
36499
|
+
color: #b4b6ba;
|
36500
|
+
}
|
36501
|
+
|
36502
|
+
.amis-scope .cxd-TabsTransfer-tab {
|
36503
|
+
padding: 0;
|
36504
|
+
overflow: auto;
|
36505
|
+
}
|
36506
|
+
|
36507
|
+
.amis-scope .cxd-TabsTransfer-tabs {
|
35833
36508
|
display: flex;
|
35834
36509
|
flex-direction: column;
|
35835
36510
|
height: 100%;
|
35836
36511
|
}
|
35837
36512
|
|
35838
|
-
.amis-scope .cxd-
|
36513
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links {
|
35839
36514
|
border-top: 0 none;
|
35840
36515
|
padding: 5px 0 0 5px;
|
35841
36516
|
display: flex;
|
@@ -35844,59 +36519,48 @@ readers do not read off random characters that represent icons */
|
|
35844
36519
|
align-items: center;
|
35845
36520
|
}
|
35846
36521
|
|
35847
|
-
.amis-scope .cxd-
|
36522
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
|
35848
36523
|
font-size: 12px;
|
35849
36524
|
padding: 7px 8px;
|
35850
36525
|
}
|
35851
36526
|
|
35852
|
-
.amis-scope .cxd-
|
36527
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links .cxd-TabsTransfer-tabsMid {
|
35853
36528
|
flex-grow: 1;
|
35854
36529
|
}
|
35855
36530
|
|
35856
|
-
.amis-scope .cxd-
|
36531
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox {
|
35857
36532
|
margin: -5px 5px 0 10px;
|
35858
36533
|
}
|
35859
36534
|
|
35860
|
-
.amis-scope .cxd-
|
36535
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox.is-active {
|
35861
36536
|
width: 150px;
|
35862
36537
|
margin-right: 10px;
|
35863
36538
|
padding-left: 10px;
|
35864
36539
|
}
|
35865
36540
|
|
35866
|
-
.amis-scope .cxd-
|
36541
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content {
|
35867
36542
|
flex-grow: 1;
|
36543
|
+
min-height: 0;
|
35868
36544
|
position: relative;
|
35869
36545
|
padding: 5px 0 0;
|
35870
36546
|
}
|
35871
36547
|
|
35872
|
-
.amis-scope .cxd-
|
36548
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane {
|
35873
36549
|
position: relative;
|
35874
|
-
|
36550
|
+
height: 100%;
|
35875
36551
|
}
|
35876
36552
|
|
35877
|
-
.amis-scope .cxd-
|
36553
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active {
|
35878
36554
|
display: flex;
|
35879
36555
|
flex-direction: column;
|
35880
36556
|
}
|
35881
36557
|
|
35882
|
-
.amis-scope .cxd-
|
36558
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active > .cxd-Transfer-selection {
|
35883
36559
|
flex-grow: 1;
|
35884
36560
|
max-height: 100%;
|
35885
36561
|
overflow: auto;
|
35886
36562
|
}
|
35887
36563
|
|
35888
|
-
.amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
|
35889
|
-
height: 40px;
|
35890
|
-
}
|
35891
|
-
|
35892
|
-
.amis-scope .cxd-TabsTransfer-placeholder {
|
35893
|
-
height: 2rem;
|
35894
|
-
line-height: 1.4285714286;
|
35895
|
-
font-size: 0.875rem;
|
35896
|
-
padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
35897
|
-
color: #b4b6ba;
|
35898
|
-
}
|
35899
|
-
|
35900
36564
|
.amis-scope .cxd-TransferControl {
|
35901
36565
|
position: relative;
|
35902
36566
|
}
|
@@ -35905,6 +36569,57 @@ readers do not read off random characters that represent icons */
|
|
35905
36569
|
display: inline-block;
|
35906
36570
|
}
|
35907
36571
|
|
36572
|
+
.amis-scope .cxd-TransferPicker-icon {
|
36573
|
+
transition: transform 0s ease-out;
|
36574
|
+
margin: 5px 5px 5px auto;
|
36575
|
+
display: flex;
|
36576
|
+
color: #83868c;
|
36577
|
+
}
|
36578
|
+
|
36579
|
+
.amis-scope .cxd-TransferPicker-icon:hover {
|
36580
|
+
color: #83868c;
|
36581
|
+
}
|
36582
|
+
|
36583
|
+
.amis-scope .cxd-TransferPicker-icon > svg {
|
36584
|
+
width: 0.75rem;
|
36585
|
+
height: 0.75rem;
|
36586
|
+
top: 0;
|
36587
|
+
}
|
36588
|
+
|
36589
|
+
.amis-scope .cxd-TransferDropDown-icon {
|
36590
|
+
transition: transform 0s ease-out;
|
36591
|
+
margin: 5px 5px 5px auto;
|
36592
|
+
display: flex;
|
36593
|
+
color: #83868c;
|
36594
|
+
}
|
36595
|
+
|
36596
|
+
.amis-scope .cxd-TransferDropDown-icon:hover {
|
36597
|
+
color: #83868c;
|
36598
|
+
}
|
36599
|
+
|
36600
|
+
.amis-scope .cxd-TransferDropDown-icon > svg {
|
36601
|
+
width: 0.625rem;
|
36602
|
+
height: 0.625rem;
|
36603
|
+
top: 0;
|
36604
|
+
}
|
36605
|
+
|
36606
|
+
.amis-scope .cxd-TransferDropDown.is-active .cxd-TransferDropDown-icon {
|
36607
|
+
transform: rotate(180deg);
|
36608
|
+
}
|
36609
|
+
|
36610
|
+
.amis-scope .cxd-TransferDropDown-content {
|
36611
|
+
min-height: 12.5rem;
|
36612
|
+
display: flex;
|
36613
|
+
flex-direction: column;
|
36614
|
+
}
|
36615
|
+
|
36616
|
+
.amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
|
36617
|
+
flex-grow: 1;
|
36618
|
+
max-height: 100%;
|
36619
|
+
overflow: auto;
|
36620
|
+
position: relative;
|
36621
|
+
}
|
36622
|
+
|
35908
36623
|
.amis-scope .cxd-NestedSelectControl {
|
35909
36624
|
position: relative;
|
35910
36625
|
}
|
@@ -36673,12 +37388,61 @@ readers do not read off random characters that represent icons */
|
|
36673
37388
|
min-width: 10rem;
|
36674
37389
|
}
|
36675
37390
|
|
37391
|
+
.amis-scope .cxd-Form--column {
|
37392
|
+
display: flex;
|
37393
|
+
flex-wrap: wrap;
|
37394
|
+
margin-left: calc(1rem / -2);
|
37395
|
+
margin-right: calc(1rem / -2);
|
37396
|
+
}
|
37397
|
+
|
37398
|
+
.amis-scope .cxd-Form--column > .cxd-Form-item {
|
37399
|
+
flex-grow: 1;
|
37400
|
+
padding-left: calc(1rem / 2);
|
37401
|
+
padding-right: calc(1rem / 2);
|
37402
|
+
}
|
37403
|
+
|
37404
|
+
.amis-scope .cxd-Form--column-2 > .cxd-Form-item {
|
37405
|
+
width: 50%;
|
37406
|
+
}
|
37407
|
+
|
37408
|
+
.amis-scope .cxd-Form--column-3 > .cxd-Form-item {
|
37409
|
+
width: 33%;
|
37410
|
+
}
|
37411
|
+
|
37412
|
+
.amis-scope .cxd-Form--column-4 > .cxd-Form-item {
|
37413
|
+
width: 25%;
|
37414
|
+
}
|
37415
|
+
|
37416
|
+
.amis-scope .cxd-Form--column-5 > .cxd-Form-item {
|
37417
|
+
width: 20%;
|
37418
|
+
}
|
37419
|
+
|
37420
|
+
.amis-scope .cxd-Form--column-6 > .cxd-Form-item {
|
37421
|
+
width: 16.6%;
|
37422
|
+
}
|
37423
|
+
|
37424
|
+
.amis-scope .cxd-Form--column-7 > .cxd-Form-item {
|
37425
|
+
width: 14.2%;
|
37426
|
+
}
|
37427
|
+
|
37428
|
+
.amis-scope .cxd-Form--column-8 > .cxd-Form-item {
|
37429
|
+
width: 12.5%;
|
37430
|
+
}
|
37431
|
+
|
37432
|
+
.amis-scope .cxd-Form-column-9 > .cxd-Form-item {
|
37433
|
+
width: 11.1%;
|
37434
|
+
}
|
37435
|
+
|
37436
|
+
.amis-scope .cxd-Form-column-10 > .cxd-Form-item {
|
37437
|
+
width: 10%;
|
37438
|
+
}
|
37439
|
+
|
36676
37440
|
.amis-scope .cxd-AnchorNav {
|
36677
37441
|
display: flex;
|
36678
37442
|
height: 25rem;
|
36679
37443
|
}
|
36680
37444
|
|
36681
|
-
.amis-scope .cxd-AnchorNav-link-wrap {
|
37445
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap {
|
36682
37446
|
margin: 0;
|
36683
37447
|
padding: 0;
|
36684
37448
|
width: 8.75rem;
|
@@ -36686,12 +37450,12 @@ readers do not read off random characters that represent icons */
|
|
36686
37450
|
padding-bottom: 3.75rem;
|
36687
37451
|
}
|
36688
37452
|
|
36689
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
37453
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
36690
37454
|
position: relative;
|
36691
37455
|
display: block;
|
36692
37456
|
}
|
36693
37457
|
|
36694
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
|
37458
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
|
36695
37459
|
display: block;
|
36696
37460
|
border: 0.0625rem solid transparent;
|
36697
37461
|
border-width: 0 0.125rem 0 0;
|
@@ -36705,20 +37469,75 @@ readers do not read off random characters that represent icons */
|
|
36705
37469
|
margin: 0;
|
36706
37470
|
}
|
36707
37471
|
|
36708
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
|
37472
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
|
37473
|
+
color: #2468f2;
|
37474
|
+
}
|
37475
|
+
|
37476
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
|
37477
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
|
36709
37478
|
color: #2468f2;
|
37479
|
+
border-color: #2468f2;
|
37480
|
+
}
|
37481
|
+
|
37482
|
+
.amis-scope .cxd-AnchorNav--horizontal {
|
37483
|
+
flex-direction: column;
|
37484
|
+
}
|
37485
|
+
|
37486
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap {
|
37487
|
+
user-select: none;
|
37488
|
+
margin: 0px;
|
37489
|
+
padding: 0px;
|
37490
|
+
border-bottom: 0.0625rem solid #eceff8;
|
37491
|
+
list-style: none;
|
37492
|
+
}
|
37493
|
+
|
37494
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
37495
|
+
margin-bottom: calc(0.0625rem * -1);
|
37496
|
+
display: inline-block;
|
37497
|
+
position: relative;
|
37498
|
+
}
|
37499
|
+
|
37500
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child {
|
37501
|
+
font-size: 0.875rem;
|
37502
|
+
outline: 0;
|
37503
|
+
border: 0.0625rem solid transparent;
|
37504
|
+
border-width: 0 0 0.125rem 0;
|
37505
|
+
border-top-left-radius: 0.25rem;
|
37506
|
+
border-top-right-radius: 0.25rem;
|
37507
|
+
color: #151a26;
|
37508
|
+
margin: 0 0.1875rem 0 0;
|
37509
|
+
padding: 0.5rem 0.75rem;
|
37510
|
+
text-decoration: none;
|
37511
|
+
cursor: pointer;
|
37512
|
+
display: block;
|
36710
37513
|
}
|
36711
37514
|
|
36712
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link
|
36713
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link
|
37515
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:hover,
|
37516
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:focus {
|
36714
37517
|
color: #2468f2;
|
37518
|
+
background: transparent;
|
37519
|
+
border-color: transparent;
|
37520
|
+
}
|
37521
|
+
|
37522
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link:last-child > a {
|
37523
|
+
margin: 0;
|
37524
|
+
}
|
37525
|
+
|
37526
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child,
|
37527
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:hover,
|
37528
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:focus {
|
37529
|
+
font-size: 0.875rem;
|
37530
|
+
border-width: 0 0 0.125rem 0;
|
36715
37531
|
border-color: #2468f2;
|
37532
|
+
color: #2468f2;
|
37533
|
+
background: transparent;
|
36716
37534
|
}
|
36717
37535
|
|
36718
37536
|
.amis-scope .cxd-AnchorNav-section-wrap {
|
36719
37537
|
border: none;
|
36720
37538
|
flex-grow: 1;
|
36721
37539
|
overflow: auto;
|
37540
|
+
scroll-behavior: smooth;
|
36722
37541
|
background: #fff;
|
36723
37542
|
}
|
36724
37543
|
|
@@ -37010,33 +37829,33 @@ readers do not read off random characters that represent icons */
|
|
37010
37829
|
*/
|
37011
37830
|
|
37012
37831
|
.amis-scope .bg-light {
|
37013
|
-
background-color: #
|
37832
|
+
background-color: #eaf6fe;
|
37014
37833
|
color: #151a26;
|
37015
37834
|
}
|
37016
37835
|
|
37017
37836
|
.amis-scope .bg-light.lt,
|
37018
37837
|
.amis-scope .bg-light .lt {
|
37019
|
-
background: #
|
37838
|
+
background: #f4fafe;
|
37020
37839
|
}
|
37021
37840
|
|
37022
37841
|
.amis-scope .bg-light.lter,
|
37023
37842
|
.amis-scope .bg-light .lter {
|
37024
|
-
background: #
|
37843
|
+
background: #f9fcff;
|
37025
37844
|
}
|
37026
37845
|
|
37027
37846
|
.amis-scope .bg-light.dk,
|
37028
37847
|
.amis-scope .bg-light .dk {
|
37029
|
-
background: #
|
37848
|
+
background: #dbf0fe;
|
37030
37849
|
}
|
37031
37850
|
|
37032
37851
|
.amis-scope .bg-light.dker,
|
37033
37852
|
.amis-scope .bg-light .dker {
|
37034
|
-
background: #
|
37853
|
+
background: #d0ecfe;
|
37035
37854
|
}
|
37036
37855
|
|
37037
37856
|
.amis-scope .bg-light.bg,
|
37038
37857
|
.amis-scope .bg-light .bg {
|
37039
|
-
background-color: #
|
37858
|
+
background-color: #eaf6fe;
|
37040
37859
|
}
|
37041
37860
|
|
37042
37861
|
.amis-scope .bg-dark {
|
@@ -38075,7 +38894,7 @@ readers do not read off random characters that represent icons */
|
|
38075
38894
|
}
|
38076
38895
|
|
38077
38896
|
.amis-scope .b-light {
|
38078
|
-
border-color: #
|
38897
|
+
border-color: #eaf6fe;
|
38079
38898
|
}
|
38080
38899
|
|
38081
38900
|
.amis-scope .b-dark {
|
@@ -38115,7 +38934,7 @@ readers do not read off random characters that represent icons */
|
|
38115
38934
|
}
|
38116
38935
|
|
38117
38936
|
.amis-scope .b-l-light {
|
38118
|
-
border-left-color: #
|
38937
|
+
border-left-color: #eaf6fe;
|
38119
38938
|
}
|
38120
38939
|
|
38121
38940
|
.amis-scope .b-l-dark {
|
@@ -39395,23 +40214,15 @@ readers do not read off random characters that represent icons */
|
|
39395
40214
|
border: none;
|
39396
40215
|
}
|
39397
40216
|
|
39398
|
-
.amis-scope .cxd-Select .cxd-PopOver {
|
39399
|
-
top: calc(2rem + 0.25rem) !important;
|
39400
|
-
}
|
39401
|
-
|
39402
40217
|
.amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu {
|
39403
40218
|
border-radius: 0.25rem;
|
39404
40219
|
}
|
39405
40220
|
|
39406
40221
|
.amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu .cxd-Select-option {
|
39407
|
-
height:
|
40222
|
+
line-height: 1.1;
|
39408
40223
|
padding: 0.3125rem 0.75rem;
|
39409
40224
|
}
|
39410
40225
|
|
39411
|
-
.amis-scope .cxd-NestedSelectControl .cxd-PopOver {
|
39412
|
-
top: calc(2rem + 0.25rem) !important;
|
39413
|
-
}
|
39414
|
-
|
39415
40226
|
.amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu {
|
39416
40227
|
border-radius: 0.25rem;
|
39417
40228
|
}
|
@@ -39430,7 +40241,6 @@ readers do not read off random characters that represent icons */
|
|
39430
40241
|
}
|
39431
40242
|
|
39432
40243
|
.amis-scope .cxd-TreeSelectControl .cxd-PopOver {
|
39433
|
-
top: calc(2rem + 0.25rem) !important;
|
39434
40244
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
39435
40245
|
}
|
39436
40246
|
|
@@ -39440,7 +40250,6 @@ readers do not read off random characters that represent icons */
|
|
39440
40250
|
}
|
39441
40251
|
|
39442
40252
|
.amis-scope .cxd-DropDown .cxd-DropDown-menu {
|
39443
|
-
top: calc(2rem + 0.25rem) !important;
|
39444
40253
|
border: none;
|
39445
40254
|
}
|
39446
40255
|
|
@@ -39491,15 +40300,8 @@ readers do not read off random characters that represent icons */
|
|
39491
40300
|
color: #2d323c;
|
39492
40301
|
}
|
39493
40302
|
|
39494
|
-
.amis-scope .cxd-ColorPicker .cxd-PopOver {
|
39495
|
-
border: none;
|
39496
|
-
top: calc(2rem + 0.25rem) !important;
|
39497
|
-
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
39498
|
-
}
|
39499
|
-
|
39500
40303
|
.amis-scope .cxd-IconPickerControl .cxd-IconPickerControl-input--withAC .cxd-IconPickerControl-sugsPanel {
|
39501
40304
|
border: none;
|
39502
|
-
top: calc(2rem + 0.25rem) !important;
|
39503
40305
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
39504
40306
|
border-radius: 0.1875rem;
|
39505
40307
|
}
|
@@ -39510,7 +40312,6 @@ readers do not read off random characters that represent icons */
|
|
39510
40312
|
|
39511
40313
|
.amis-scope .cxd-LocationControl .cxd-PopOver {
|
39512
40314
|
border: none;
|
39513
|
-
top: calc(2rem + 0.25rem) !important;
|
39514
40315
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
39515
40316
|
}
|
39516
40317
|
|
@@ -39562,6 +40363,10 @@ readers do not read off random characters that represent icons */
|
|
39562
40363
|
font-weight: 400;
|
39563
40364
|
}
|
39564
40365
|
|
40366
|
+
.amis-scope .cxd-Drawer--right .cxd-Drawer-header {
|
40367
|
+
border-radius: 0.375rem 0 0 0;
|
40368
|
+
}
|
40369
|
+
|
39565
40370
|
.amis-scope .cxd-Drawer--right .cxd-Drawer-footer {
|
39566
40371
|
justify-content: flex-end;
|
39567
40372
|
}
|
@@ -39570,11 +40375,22 @@ readers do not read off random characters that represent icons */
|
|
39570
40375
|
margin-left: 1rem;
|
39571
40376
|
}
|
39572
40377
|
|
40378
|
+
.amis-scope .cxd-Drawer--left .cxd-Drawer-header {
|
40379
|
+
border-radius: 0 0.375rem 0 0;
|
40380
|
+
}
|
40381
|
+
|
39573
40382
|
.amis-scope .cxd-Drawer--left .cxd-Drawer-footer .cxd-Button {
|
39574
40383
|
margin-left: 1rem;
|
39575
40384
|
}
|
39576
40385
|
|
39577
|
-
.amis-scope .cxd-Drawer--top .cxd-Drawer-footer .cxd-Button
|
40386
|
+
.amis-scope .cxd-Drawer--top .cxd-Drawer-footer .cxd-Button {
|
40387
|
+
margin-left: 1rem;
|
40388
|
+
}
|
40389
|
+
|
40390
|
+
.amis-scope .cxd-Drawer--bottom .cxd-Drawer-header {
|
40391
|
+
border-radius: 0.375rem 0.375rem 0 0;
|
40392
|
+
}
|
40393
|
+
|
39578
40394
|
.amis-scope .cxd-Drawer--bottom .cxd-Drawer-footer .cxd-Button {
|
39579
40395
|
margin-left: 1rem;
|
39580
40396
|
}
|
@@ -39594,6 +40410,7 @@ readers do not read off random characters that represent icons */
|
|
39594
40410
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon svg {
|
39595
40411
|
width: 0.75rem;
|
39596
40412
|
height: 0.75rem;
|
40413
|
+
top: 0;
|
39597
40414
|
}
|
39598
40415
|
|
39599
40416
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerIconWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
|
@@ -39641,10 +40458,6 @@ readers do not read off random characters that represent icons */
|
|
39641
40458
|
border: none;
|
39642
40459
|
}
|
39643
40460
|
|
39644
|
-
.amis-scope .cxd-Form .cxd-Collapse-arrow {
|
39645
|
-
margin-left: 0.5rem;
|
39646
|
-
}
|
39647
|
-
|
39648
40461
|
.amis-scope .cxd-Form .cxd-Collapse-header {
|
39649
40462
|
background-color: #fff;
|
39650
40463
|
display: inline-flex;
|