amis 1.4.2-beta.1 → 1.4.2-beta.15
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/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/{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 +69 -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 +84 -84
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.d.ts +84 -84
- 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/PickerColumn.d.ts +514 -0
- package/lib/components/PickerColumn.js +279 -0
- package/lib/components/PickerColumn.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +513 -0
- package/lib/components/PickerContainer.js +96 -0
- package/lib/components/PickerContainer.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -21
- package/lib/components/Radios.js +1 -0
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/ResultBox.js +10 -2
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/SearchBox.d.ts +84 -84
- package/lib/components/SearchBox.js +4 -4
- package/lib/components/SearchBox.js.map +2 -2
- package/lib/components/Select.d.ts +245 -237
- package/lib/components/Select.js +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 +86 -85
- package/lib/components/Toast.js +6 -3
- 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/WithRemoteConfig.js +1 -1
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/condition-builder/Field.js +5 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/icons.js +2 -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/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 +4 -3
- package/lib/renderers/Action.js +17 -4
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/AnchorNav.d.ts +1 -0
- package/lib/renderers/AnchorNav.js +2 -2
- package/lib/renderers/AnchorNav.js.map +2 -2
- package/lib/renderers/Avatar.js +3 -3
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +9 -0
- package/lib/renderers/CRUD.js +24 -4
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +4 -0
- package/lib/renderers/Card.js +29 -23
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Chart.js +1 -1
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Collapse.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/DropDownButton.js +1 -1
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +4 -3
- package/lib/renderers/Form/Editor.d.ts +3 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +7 -6
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputFile.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 +13 -3
- 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/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 -6
- 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/Mapping.d.ts +9 -2
- package/lib/renderers/Mapping.js +18 -6
- package/lib/renderers/Mapping.js.map +2 -2
- package/lib/renderers/Nav.d.ts +21 -21
- package/lib/renderers/Nav.js +39 -21
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Portlet.d.ts +125 -0
- package/lib/renderers/Portlet.js +156 -0
- package/lib/renderers/Portlet.js.map +13 -0
- package/lib/renderers/Property.js +2 -1
- package/lib/renderers/Property.js.map +2 -2
- package/lib/renderers/SearchBox.d.ts +6 -1
- package/lib/renderers/SearchBox.js +19 -5
- package/lib/renderers/SearchBox.js.map +2 -2
- package/lib/renderers/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 -16
- package/lib/store/crud.js +3 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -6
- package/lib/store/form.js.map +2 -2
- package/lib/store/formItem.js +44 -4
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/service.js +5 -4
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +3 -2
- package/lib/store/table.js +35 -12
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +689 -175
- package/lib/themes/ang.css +689 -175
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +689 -175
- package/lib/themes/antd.css +689 -175
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +728 -213
- package/lib/themes/cxd.css +728 -213
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +689 -175
- package/lib/themes/dark.css +689 -175
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +728 -213
- 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 +4 -2
- package/lib/utils/api.js +104 -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 +8 -0
- package/lib/utils/helper.js +28 -2
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/icon.js +3 -0
- package/lib/utils/icon.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +3326 -836
- package/scss/_mixins.scss +1 -3
- package/scss/_properties.scss +25 -1
- package/scss/base/_common.scss +3 -0
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +89 -29
- package/scss/components/_card.scss +8 -14
- package/scss/components/_collapse-group.scss +11 -0
- package/scss/components/_collapse.scss +48 -22
- package/scss/components/_grid-nav.scss +128 -0
- package/scss/components/_input-box.scss +1 -0
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_nav.scss +2 -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/_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/form/_checks.scss +0 -351
- package/scss/components/form/_combo.scss +4 -0
- package/scss/components/form/_fieldset.scss +5 -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 +75 -18
- package/scss/components/form/_tree.scss +42 -0
- package/scss/themes/_common.scss +7 -0
- package/scss/themes/_cxd-variables.scss +8 -6
- package/scss/themes/cxd.scss +17 -12
- package/sdk/ang-ie11.css +786 -196
- package/sdk/ang.css +820 -213
- package/sdk/antd-ie11.css +786 -196
- package/sdk/antd.css +820 -213
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +825 -236
- package/sdk/cxd.css +862 -254
- package/sdk/dark-ie11.css +787 -197
- package/sdk/dark.css +820 -213
- 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 +825 -236
- package/sdk/sdk.css +862 -254
- package/sdk/sdk.js +1243 -1175
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +19 -1
- 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/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/Collapse.tsx +144 -20
- package/src/components/CollapseGroup.tsx +130 -0
- 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/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/ResultBox.tsx +9 -9
- package/src/components/SearchBox.tsx +4 -5
- 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 +23 -16
- 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/WithRemoteConfig.tsx +7 -2
- package/src/components/condition-builder/Field.tsx +5 -5
- package/src/components/condition-builder/Func.tsx +3 -3
- package/src/components/condition-builder/InputSwitch.tsx +3 -3
- package/src/components/condition-builder/Item.tsx +5 -12
- package/src/components/icons.tsx +2 -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/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 +28 -2
- 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 +33 -3
- package/src/renderers/Card.tsx +63 -34
- package/src/renderers/Chart.tsx +6 -2
- package/src/renderers/Collapse.tsx +70 -115
- package/src/renderers/CollapseGroup.tsx +80 -0
- package/src/renderers/DropDownButton.tsx +1 -1
- package/src/renderers/Form/InputCity.tsx +4 -8
- 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 +16 -2
- 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/Json.tsx +9 -9
- package/src/renderers/Link.tsx +27 -13
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Mapping.tsx +27 -11
- package/src/renderers/Nav.tsx +108 -60
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Property.tsx +3 -2
- package/src/renderers/SearchBox.tsx +23 -4
- 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/crud.ts +3 -8
- package/src/store/form.ts +5 -10
- package/src/store/formItem.ts +94 -2
- package/src/store/service.ts +5 -4
- package/src/store/table.ts +55 -14
- package/src/types.ts +58 -1
- package/src/utils/api.ts +133 -26
- package/src/utils/dom.tsx +12 -0
- package/src/utils/helper.ts +27 -0
- package/src/utils/icon.tsx +4 -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
@@ -19493,6 +19493,8 @@ readers do not read off random characters that represent icons */
|
|
19493
19493
|
width: 1em;
|
19494
19494
|
height: 1em;
|
19495
19495
|
fill: currentColor;
|
19496
|
+
position: relative;
|
19497
|
+
top: 0.125em;
|
19496
19498
|
}
|
19497
19499
|
|
19498
19500
|
.amis-scope svg.r90 {
|
@@ -19571,6 +19573,10 @@ readers do not read off random characters that represent icons */
|
|
19571
19573
|
height: 100%;
|
19572
19574
|
}
|
19573
19575
|
|
19576
|
+
.amis-scope .has-popover {
|
19577
|
+
position: relative;
|
19578
|
+
}
|
19579
|
+
|
19574
19580
|
.amis-scope,
|
19575
19581
|
.amis-scope {
|
19576
19582
|
width: 100%;
|
@@ -21336,22 +21342,22 @@ readers do not read off random characters that represent icons */
|
|
21336
21342
|
|
21337
21343
|
.amis-scope .cxd-Button--light {
|
21338
21344
|
color: #fff;
|
21339
|
-
background: #
|
21340
|
-
border-color: #
|
21345
|
+
background: #eaf6fe;
|
21346
|
+
border-color: #eaf6fe;
|
21341
21347
|
box-shadow: none;
|
21342
21348
|
text-shadow: none;
|
21343
21349
|
}
|
21344
21350
|
|
21345
21351
|
.amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover {
|
21346
21352
|
color: #fff;
|
21347
|
-
background: #
|
21348
|
-
border-color: #
|
21353
|
+
background: #c5e6fc;
|
21354
|
+
border-color: #b9e1fc;
|
21349
21355
|
}
|
21350
21356
|
|
21351
21357
|
.amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover:active {
|
21352
21358
|
color: #fff;
|
21353
|
-
background: #
|
21354
|
-
border-color: #
|
21359
|
+
background: #b9e1fc;
|
21360
|
+
border-color: #addcfb;
|
21355
21361
|
}
|
21356
21362
|
|
21357
21363
|
.amis-scope .cxd-Button--light:hover:focus {
|
@@ -22742,6 +22748,140 @@ readers do not read off random characters that represent icons */
|
|
22742
22748
|
background: transparent;
|
22743
22749
|
}
|
22744
22750
|
|
22751
|
+
.amis-scope .cxd-PopOver-isMobile .cxd-PopOver-overlay {
|
22752
|
+
background: rgba(0, 0, 0, 0.3);
|
22753
|
+
}
|
22754
|
+
|
22755
|
+
.amis-scope .cxd-PopOver--leftBottomLeftTop {
|
22756
|
+
margin-top: 0.25rem;
|
22757
|
+
}
|
22758
|
+
|
22759
|
+
.amis-scope .cxd-PopOver--leftTopLeftBottom {
|
22760
|
+
margin-top: -0.25rem;
|
22761
|
+
}
|
22762
|
+
|
22763
|
+
.amis-scope .cxd-PickerColumns {
|
22764
|
+
position: relative;
|
22765
|
+
background-color: white;
|
22766
|
+
user-select: none;
|
22767
|
+
}
|
22768
|
+
|
22769
|
+
.amis-scope .cxd-PickerColumns-popOver {
|
22770
|
+
position: fixed;
|
22771
|
+
bottom: 0;
|
22772
|
+
left: 0;
|
22773
|
+
width: 100%;
|
22774
|
+
padding: 0 0.5rem;
|
22775
|
+
}
|
22776
|
+
|
22777
|
+
.amis-scope .cxd-PickerColumns-toolbar {
|
22778
|
+
display: flex;
|
22779
|
+
align-items: center;
|
22780
|
+
justify-content: space-between;
|
22781
|
+
height: 3.125rem;
|
22782
|
+
}
|
22783
|
+
|
22784
|
+
.amis-scope .cxd-PickerColumns-cancel,
|
22785
|
+
.amis-scope .cxd-PickerColumns-confirm {
|
22786
|
+
height: 100%;
|
22787
|
+
padding: 0 0.5rem;
|
22788
|
+
font-size: 0.875rem;
|
22789
|
+
background-color: transparent;
|
22790
|
+
border: none;
|
22791
|
+
cursor: pointer;
|
22792
|
+
}
|
22793
|
+
|
22794
|
+
.amis-scope .cxd-PickerColumns-cancel:active,
|
22795
|
+
.amis-scope .cxd-PickerColumns-confirm:active {
|
22796
|
+
opacity: 0.7;
|
22797
|
+
}
|
22798
|
+
|
22799
|
+
.amis-scope .cxd-PickerColumns-confirm {
|
22800
|
+
color: #2468f2;
|
22801
|
+
}
|
22802
|
+
|
22803
|
+
.amis-scope .cxd-PickerColumns-cancel {
|
22804
|
+
color: #eaf6fe;
|
22805
|
+
}
|
22806
|
+
|
22807
|
+
.amis-scope .cxd-PickerColumns-title {
|
22808
|
+
max-width: 50%;
|
22809
|
+
font-weight: 500;
|
22810
|
+
font-size: 1rem;
|
22811
|
+
line-height: 1.5;
|
22812
|
+
text-align: center;
|
22813
|
+
}
|
22814
|
+
|
22815
|
+
.amis-scope .cxd-PickerColumns-columns {
|
22816
|
+
touch-action: none;
|
22817
|
+
position: relative;
|
22818
|
+
display: flex;
|
22819
|
+
cursor: grab;
|
22820
|
+
}
|
22821
|
+
|
22822
|
+
.amis-scope .cxd-PickerColumns-loading {
|
22823
|
+
position: absolute;
|
22824
|
+
top: 0;
|
22825
|
+
right: 0;
|
22826
|
+
bottom: 0;
|
22827
|
+
left: 0;
|
22828
|
+
z-index: 3;
|
22829
|
+
display: flex;
|
22830
|
+
align-items: center;
|
22831
|
+
justify-content: center;
|
22832
|
+
color: #999;
|
22833
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
22834
|
+
}
|
22835
|
+
|
22836
|
+
.amis-scope .cxd-PickerColumns-frame {
|
22837
|
+
position: absolute;
|
22838
|
+
top: 50%;
|
22839
|
+
right: 1rem;
|
22840
|
+
left: 1rem;
|
22841
|
+
z-index: 2;
|
22842
|
+
transform: translateY(-50%);
|
22843
|
+
pointer-events: none;
|
22844
|
+
}
|
22845
|
+
|
22846
|
+
.amis-scope .cxd-PickerColumns-mask {
|
22847
|
+
position: absolute;
|
22848
|
+
top: 0;
|
22849
|
+
left: 0;
|
22850
|
+
z-index: 1;
|
22851
|
+
width: 100%;
|
22852
|
+
height: 100%;
|
22853
|
+
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));
|
22854
|
+
background-repeat: no-repeat;
|
22855
|
+
background-position: top, bottom;
|
22856
|
+
transform: translateZ(0);
|
22857
|
+
pointer-events: none;
|
22858
|
+
}
|
22859
|
+
|
22860
|
+
.amis-scope .cxd-PickerColumns-column {
|
22861
|
+
flex: 1;
|
22862
|
+
overflow: hidden;
|
22863
|
+
font-size: 1rem;
|
22864
|
+
}
|
22865
|
+
|
22866
|
+
.amis-scope .cxd-PickerColumns-columnWrapper {
|
22867
|
+
margin: 0;
|
22868
|
+
padding: 0;
|
22869
|
+
list-style: none;
|
22870
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
22871
|
+
}
|
22872
|
+
|
22873
|
+
.amis-scope .cxd-PickerColumns-columnItem {
|
22874
|
+
display: flex;
|
22875
|
+
align-items: center;
|
22876
|
+
justify-content: center;
|
22877
|
+
color: #151a26;
|
22878
|
+
}
|
22879
|
+
|
22880
|
+
.amis-scope .cxd-PickerColumns-columnItem.is-disabled {
|
22881
|
+
cursor: not-allowed;
|
22882
|
+
opacity: 0.3;
|
22883
|
+
}
|
22884
|
+
|
22745
22885
|
@keyframes bounceIn {
|
22746
22886
|
from, 20%, 40%, 60%, 80%, to {
|
22747
22887
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -23757,8 +23897,8 @@ readers do not read off random characters that represent icons */
|
|
23757
23897
|
cursor: move;
|
23758
23898
|
position: absolute;
|
23759
23899
|
left: 0;
|
23760
|
-
top: 0.6875rem;
|
23761
23900
|
display: none;
|
23901
|
+
line-height: 0;
|
23762
23902
|
}
|
23763
23903
|
|
23764
23904
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .icon,
|
@@ -23845,7 +23985,7 @@ readers do not read off random characters that represent icons */
|
|
23845
23985
|
border-color: #333;
|
23846
23986
|
text-decoration: none;
|
23847
23987
|
background: rgba(0, 0, 0, 0.05);
|
23848
|
-
z-index:
|
23988
|
+
z-index: 1;
|
23849
23989
|
}
|
23850
23990
|
|
23851
23991
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover > .cxd-Nav-itemDrager,
|
@@ -24632,13 +24772,14 @@ readers do not read off random characters that represent icons */
|
|
24632
24772
|
.amis-scope .cxd-Spinner--icon {
|
24633
24773
|
background: transparent;
|
24634
24774
|
animation: spin 2s linear infinite;
|
24635
|
-
width:
|
24636
|
-
height:
|
24775
|
+
width: 16px;
|
24776
|
+
height: 16px;
|
24637
24777
|
}
|
24638
24778
|
|
24639
24779
|
.amis-scope .cxd-Spinner--icon svg.icon {
|
24640
|
-
width:
|
24641
|
-
height:
|
24780
|
+
width: 16px;
|
24781
|
+
height: 16px;
|
24782
|
+
top: 0;
|
24642
24783
|
}
|
24643
24784
|
|
24644
24785
|
.amis-scope .cxd-Spinner--overlay {
|
@@ -24900,31 +25041,40 @@ readers do not read off random characters that represent icons */
|
|
24900
25041
|
}
|
24901
25042
|
|
24902
25043
|
.amis-scope .cxd-Collapse {
|
24903
|
-
border: 0.0625rem solid #
|
25044
|
+
border: 0.0625rem solid #EBEDF5;
|
24904
25045
|
padding: 0;
|
24905
|
-
|
25046
|
+
line-height: 1.25rem;
|
24906
25047
|
}
|
24907
25048
|
|
24908
25049
|
.amis-scope .cxd-Collapse-header {
|
24909
25050
|
font-size: 14px;
|
24910
25051
|
font-weight: 500;
|
24911
25052
|
color: #333;
|
24912
|
-
padding:
|
25053
|
+
padding: 0.875rem;
|
24913
25054
|
margin: 0;
|
24914
|
-
border-bottom: 0.0625rem solid #
|
24915
|
-
|
25055
|
+
border-bottom: 0.0625rem solid #EBEDF5;
|
25056
|
+
cursor: pointer;
|
25057
|
+
background: #F6F7FA;
|
25058
|
+
}
|
25059
|
+
|
25060
|
+
.amis-scope .cxd-Collapse-header-wrapper {
|
25061
|
+
display: inline-flex;
|
25062
|
+
flex-direction: row-reverse;
|
25063
|
+
}
|
25064
|
+
|
25065
|
+
.amis-scope .cxd-Collapse-header-tpl {
|
25066
|
+
margin-right: 0.5rem;
|
24916
25067
|
}
|
24917
25068
|
|
24918
25069
|
.amis-scope .cxd-Collapse-header:hover {
|
24919
|
-
background: #
|
25070
|
+
background: #F3F9FE;
|
24920
25071
|
}
|
24921
25072
|
|
24922
25073
|
.amis-scope .cxd-Collapse-arrow {
|
24923
25074
|
display: inline-block;
|
24924
25075
|
width: 1rem;
|
24925
25076
|
text-align: center;
|
24926
|
-
margin-right: 0.
|
24927
|
-
cursor: pointer;
|
25077
|
+
margin-right: 0.25rem;
|
24928
25078
|
}
|
24929
25079
|
|
24930
25080
|
.amis-scope .cxd-Collapse-arrow:before {
|
@@ -24933,49 +25083,67 @@ readers do not read off random characters that represent icons */
|
|
24933
25083
|
display: inline-block;
|
24934
25084
|
width: 0.375rem;
|
24935
25085
|
height: 0.375rem;
|
24936
|
-
top: -0.
|
25086
|
+
top: -0.125rem;
|
24937
25087
|
border-color: #151a26;
|
24938
25088
|
border-style: solid;
|
24939
25089
|
border-width: 0.0625rem 0.0625rem 0 0;
|
24940
|
-
transform: rotate(
|
25090
|
+
transform: rotate(45deg);
|
24941
25091
|
transform-origin: 50% 50%;
|
24942
25092
|
}
|
24943
25093
|
|
24944
|
-
.amis-scope .cxd-Collapse-
|
25094
|
+
.amis-scope .cxd-Collapse-icon-tranform {
|
24945
25095
|
display: inline-block;
|
25096
|
+
width: 1rem;
|
25097
|
+
text-align: center;
|
25098
|
+
margin-right: 0.25rem;
|
24946
25099
|
}
|
24947
25100
|
|
24948
|
-
.amis-scope .cxd-Collapse
|
24949
|
-
|
24950
|
-
transform-origin: 0% 50%;
|
25101
|
+
.amis-scope .cxd-Collapse .cxd-TplField {
|
25102
|
+
display: inline-block;
|
24951
25103
|
}
|
24952
25104
|
|
24953
|
-
.amis-scope .cxd-Collapse.is-
|
24954
|
-
|
25105
|
+
.amis-scope .cxd-Collapse.is-active .cxd-Collapse-arrow:before {
|
25106
|
+
transform: rotate(135deg);
|
25107
|
+
transform-origin: 50% 30%;
|
24955
25108
|
}
|
24956
25109
|
|
24957
|
-
.amis-scope .cxd-Collapse
|
24958
|
-
|
25110
|
+
.amis-scope .cxd-Collapse.is-active .cxd-Collapse-icon-tranform {
|
25111
|
+
transform: rotate(90deg);
|
25112
|
+
}
|
25113
|
+
|
25114
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-header {
|
25115
|
+
cursor: not-allowed;
|
24959
25116
|
user-select: none;
|
25117
|
+
color: #b4b6ba;
|
25118
|
+
}
|
25119
|
+
|
25120
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-header:hover {
|
25121
|
+
background-color: #F6F7FA;
|
25122
|
+
}
|
25123
|
+
|
25124
|
+
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-arrow:before {
|
25125
|
+
border-color: #b4b6ba;
|
24960
25126
|
}
|
24961
25127
|
|
24962
25128
|
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-header {
|
24963
25129
|
text-align: center;
|
24964
|
-
color: #2468f2;
|
24965
|
-
border-left: none;
|
24966
25130
|
font-size: 0.875rem;
|
25131
|
+
border-top: none;
|
25132
|
+
border-bottom: none;
|
24967
25133
|
}
|
24968
25134
|
|
24969
|
-
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-
|
24970
|
-
top:
|
24971
|
-
transform: rotate(-45deg);
|
24972
|
-
transform-origin: 0% 50%;
|
25135
|
+
.amis-scope .cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-header {
|
25136
|
+
border-top: none;
|
24973
25137
|
}
|
24974
25138
|
|
24975
|
-
.amis-scope .cxd-Collapse--title-bottom
|
24976
|
-
top: -0.
|
25139
|
+
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-arrow:before {
|
25140
|
+
top: -0.25rem;
|
24977
25141
|
transform: rotate(135deg);
|
24978
|
-
|
25142
|
+
}
|
25143
|
+
|
25144
|
+
.amis-scope .cxd-Collapse--title-bottom.is-active .cxd-Collapse-arrow:before {
|
25145
|
+
top: 0;
|
25146
|
+
transform: rotate(-45deg);
|
24979
25147
|
}
|
24980
25148
|
|
24981
25149
|
.amis-scope .cxd-Collapse-contentWrapper {
|
@@ -24995,6 +25163,10 @@ readers do not read off random characters that represent icons */
|
|
24995
25163
|
font-weight: 400;
|
24996
25164
|
}
|
24997
25165
|
|
25166
|
+
.amis-scope .cxd-CollapseGroup.icon-position-right .cxd-Collapse-header .cxd-Collapse-arrow {
|
25167
|
+
float: right;
|
25168
|
+
}
|
25169
|
+
|
24998
25170
|
.amis-scope .cxd-ColorField {
|
24999
25171
|
display: inline-block;
|
25000
25172
|
}
|
@@ -26183,6 +26355,10 @@ readers do not read off random characters that represent icons */
|
|
26183
26355
|
border-right: 0.0625rem solid #f5f5f5;
|
26184
26356
|
}
|
26185
26357
|
|
26358
|
+
.amis-scope .cxd-Table-table--checkOnItemClick > tbody > tr {
|
26359
|
+
cursor: pointer;
|
26360
|
+
}
|
26361
|
+
|
26186
26362
|
.amis-scope .cxd-Table-table > thead > tr > th {
|
26187
26363
|
background: #f5f5f5;
|
26188
26364
|
padding: calc(
|
@@ -26313,33 +26489,33 @@ readers do not read off random characters that represent icons */
|
|
26313
26489
|
}
|
26314
26490
|
|
26315
26491
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light {
|
26316
|
-
background-color: #
|
26492
|
+
background-color: #eaf6fe;
|
26317
26493
|
color: #151a26;
|
26318
26494
|
}
|
26319
26495
|
|
26320
26496
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.lt,
|
26321
26497
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .lt {
|
26322
|
-
background: #
|
26498
|
+
background: #f4fafe;
|
26323
26499
|
}
|
26324
26500
|
|
26325
26501
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.lter,
|
26326
26502
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .lter {
|
26327
|
-
background: #
|
26503
|
+
background: #f9fcff;
|
26328
26504
|
}
|
26329
26505
|
|
26330
26506
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.dk,
|
26331
26507
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .dk {
|
26332
|
-
background: #
|
26508
|
+
background: #dbf0fe;
|
26333
26509
|
}
|
26334
26510
|
|
26335
26511
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.dker,
|
26336
26512
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .dker {
|
26337
|
-
background: #
|
26513
|
+
background: #d0ecfe;
|
26338
26514
|
}
|
26339
26515
|
|
26340
26516
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.bg,
|
26341
26517
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .bg {
|
26342
|
-
background-color: #
|
26518
|
+
background-color: #eaf6fe;
|
26343
26519
|
}
|
26344
26520
|
|
26345
26521
|
.amis-scope .cxd-Table-table > tbody > tr.bg-dark {
|
@@ -27148,6 +27324,11 @@ readers do not read off random characters that represent icons */
|
|
27148
27324
|
cursor: move;
|
27149
27325
|
}
|
27150
27326
|
|
27327
|
+
.amis-scope .cxd-Table-table > thead > tr > th.cxd-Table-dragCell > svg,
|
27328
|
+
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-dragCell > svg {
|
27329
|
+
vertical-align: middle;
|
27330
|
+
}
|
27331
|
+
|
27151
27332
|
.amis-scope .cxd-Table-table > tbody > tr > td.cxd-Table-expandCell {
|
27152
27333
|
position: relative;
|
27153
27334
|
}
|
@@ -27382,12 +27563,12 @@ readers do not read off random characters that represent icons */
|
|
27382
27563
|
}
|
27383
27564
|
|
27384
27565
|
.amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider:hover {
|
27385
|
-
background: #
|
27566
|
+
background: #eaf6fe;
|
27386
27567
|
color: #2468f2;
|
27387
27568
|
}
|
27388
27569
|
|
27389
27570
|
.amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider.is-selected {
|
27390
|
-
background: #
|
27571
|
+
background: #eaf6fe;
|
27391
27572
|
color: #2468f2;
|
27392
27573
|
}
|
27393
27574
|
|
@@ -27521,6 +27702,10 @@ readers do not read off random characters that represent icons */
|
|
27521
27702
|
color: #2468f2;
|
27522
27703
|
}
|
27523
27704
|
|
27705
|
+
.amis-scope .cxd-Table-dragBtn > svg {
|
27706
|
+
vertical-align: -2px;
|
27707
|
+
}
|
27708
|
+
|
27524
27709
|
.amis-scope .cxd-Table-table > tbody > tr:hover .cxd-Table-dragBtn,
|
27525
27710
|
.amis-scope .cxd-Table-table > tbody > tr.is-dragging .cxd-Table-dragBtn,
|
27526
27711
|
.amis-scope .cxd-Table-table > tbody > tr.is-drop-allowed .cxd-Table-dragBtn {
|
@@ -27538,6 +27723,28 @@ readers do not read off random characters that represent icons */
|
|
27538
27723
|
left: 0;
|
27539
27724
|
}
|
27540
27725
|
|
27726
|
+
.amis-scope .cxd-Table--autoFillHeight {
|
27727
|
+
margin-bottom: 0;
|
27728
|
+
}
|
27729
|
+
|
27730
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table {
|
27731
|
+
border-top: none;
|
27732
|
+
}
|
27733
|
+
|
27734
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table thead {
|
27735
|
+
position: sticky;
|
27736
|
+
top: 0;
|
27737
|
+
z-index: 1;
|
27738
|
+
}
|
27739
|
+
|
27740
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-fixedTop {
|
27741
|
+
display: none;
|
27742
|
+
}
|
27743
|
+
|
27744
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-footToolbar {
|
27745
|
+
margin-bottom: 0;
|
27746
|
+
}
|
27747
|
+
|
27541
27748
|
.amis-scope .cxd-InputTable-toolbar {
|
27542
27749
|
display: flex;
|
27543
27750
|
flex-direction: row;
|
@@ -28305,18 +28512,6 @@ readers do not read off random characters that represent icons */
|
|
28305
28512
|
margin-top: 0.25rem;
|
28306
28513
|
}
|
28307
28514
|
|
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
28515
|
.amis-scope .cxd-Card-dragBtn {
|
28321
28516
|
cursor: pointer;
|
28322
28517
|
float: right;
|
@@ -28324,7 +28519,8 @@ readers do not read off random characters that represent icons */
|
|
28324
28519
|
}
|
28325
28520
|
|
28326
28521
|
.amis-scope .cxd-Card-heading {
|
28327
|
-
|
28522
|
+
display: flex;
|
28523
|
+
flex-direction: row;
|
28328
28524
|
padding: 0.5rem 0.75rem;
|
28329
28525
|
flex: 1 0 auto;
|
28330
28526
|
}
|
@@ -28356,12 +28552,17 @@ readers do not read off random characters that represent icons */
|
|
28356
28552
|
|
28357
28553
|
.amis-scope .cxd-Card-meta {
|
28358
28554
|
display: block;
|
28555
|
+
flex-grow: 1;
|
28359
28556
|
height: 100%;
|
28360
|
-
overflow: hidden;
|
28361
28557
|
position: relative;
|
28362
28558
|
margin-right: 1rem;
|
28363
28559
|
}
|
28364
28560
|
|
28561
|
+
.amis-scope .cxd-Card-toolbar {
|
28562
|
+
margin-right: calc(-1 * 0.75rem);
|
28563
|
+
text-align: right;
|
28564
|
+
}
|
28565
|
+
|
28365
28566
|
.amis-scope .cxd-Card-highlight {
|
28366
28567
|
background: #0bc286;
|
28367
28568
|
width: 0.5rem;
|
@@ -28850,7 +29051,7 @@ readers do not read off random characters that represent icons */
|
|
28850
29051
|
|
28851
29052
|
.amis-scope .cxd-StatusField-label {
|
28852
29053
|
font-size: 0.75rem;
|
28853
|
-
margin-left: 0.
|
29054
|
+
margin-left: 0.25rem;
|
28854
29055
|
}
|
28855
29056
|
|
28856
29057
|
@keyframes animation-rolling_red {
|
@@ -29590,6 +29791,16 @@ readers do not read off random characters that represent icons */
|
|
29590
29791
|
border-color: #1c53c1;
|
29591
29792
|
}
|
29592
29793
|
|
29794
|
+
.amis-scope .cxd-InputBox--borderHalf {
|
29795
|
+
border-left-color: transparent !important;
|
29796
|
+
border-right-color: transparent !important;
|
29797
|
+
border-top-color: transparent !important;
|
29798
|
+
}
|
29799
|
+
|
29800
|
+
.amis-scope .cxd-InputBox--borderNone {
|
29801
|
+
border-color: transparent !important;
|
29802
|
+
}
|
29803
|
+
|
29593
29804
|
.amis-scope .cxd-InputBox--inline {
|
29594
29805
|
display: inline-flex;
|
29595
29806
|
}
|
@@ -29696,6 +29907,16 @@ readers do not read off random characters that represent icons */
|
|
29696
29907
|
border-color: #1c53c1;
|
29697
29908
|
}
|
29698
29909
|
|
29910
|
+
.amis-scope .cxd-ResultBox--borderHalf {
|
29911
|
+
border-left-color: transparent !important;
|
29912
|
+
border-right-color: transparent !important;
|
29913
|
+
border-top-color: transparent !important;
|
29914
|
+
}
|
29915
|
+
|
29916
|
+
.amis-scope .cxd-ResultBox--borderNone {
|
29917
|
+
border-color: transparent !important;
|
29918
|
+
}
|
29919
|
+
|
29699
29920
|
.amis-scope .cxd-ResultBox.is-error {
|
29700
29921
|
border-color: #e8684a;
|
29701
29922
|
background: #ffffff;
|
@@ -30222,18 +30443,188 @@ readers do not read off random characters that represent icons */
|
|
30222
30443
|
border: 1px solid #2468f2;
|
30223
30444
|
}
|
30224
30445
|
|
30225
|
-
.amis-scope
|
30226
|
-
.
|
30227
|
-
|
30228
|
-
|
30229
|
-
.amis-scope fieldset.cxd-Collapse--xs {
|
30230
|
-
position: relative;
|
30446
|
+
.amis-scope .cxd-Portlet {
|
30447
|
+
border: 0.0625rem solid #eceff8;
|
30448
|
+
border-radius: 0.25rem;
|
30449
|
+
padding: 0.75rem;
|
30231
30450
|
}
|
30232
30451
|
|
30233
|
-
.amis-scope
|
30234
|
-
.amis-scope
|
30235
|
-
.amis-scope
|
30236
|
-
|
30452
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active a:first-child,
|
30453
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
30454
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
30455
|
+
border: none !important;
|
30456
|
+
color: inherit !important;
|
30457
|
+
cursor: auto !important;
|
30458
|
+
}
|
30459
|
+
|
30460
|
+
.amis-scope .cxd-Portlet-tab.no-divider .cxd-Tabs-links {
|
30461
|
+
border-bottom: none;
|
30462
|
+
}
|
30463
|
+
|
30464
|
+
.amis-scope .cxd-Portlet .cxd-Tabs-pane {
|
30465
|
+
padding: unset;
|
30466
|
+
}
|
30467
|
+
|
30468
|
+
.amis-scope .cxd-Portlet-toolbar {
|
30469
|
+
display: inline-flex;
|
30470
|
+
float: right;
|
30471
|
+
justify-content: flex-end;
|
30472
|
+
}
|
30473
|
+
|
30474
|
+
.amis-scope .cxd-Portlet-toolbar .cxd-Button {
|
30475
|
+
margin-left: calc(0.25rem);
|
30476
|
+
}
|
30477
|
+
|
30478
|
+
.amis-scope .cxd-Portlet-header-desc {
|
30479
|
+
height: 100%;
|
30480
|
+
overflow: hidden;
|
30481
|
+
position: relative;
|
30482
|
+
margin-left: 0.75rem;
|
30483
|
+
}
|
30484
|
+
|
30485
|
+
.amis-scope .cxd-Portlet.no-header .cxd-Portlet-tab .cxd-Tabs-links {
|
30486
|
+
display: none;
|
30487
|
+
}
|
30488
|
+
|
30489
|
+
.amis-scope .u-hairline::after {
|
30490
|
+
position: absolute;
|
30491
|
+
box-sizing: border-box;
|
30492
|
+
content: " ";
|
30493
|
+
pointer-events: none;
|
30494
|
+
top: -50%;
|
30495
|
+
right: -50%;
|
30496
|
+
bottom: -50%;
|
30497
|
+
left: -50%;
|
30498
|
+
border: 0 solid #dfe2e6;
|
30499
|
+
z-index: 1;
|
30500
|
+
transform: scale(0.5);
|
30501
|
+
}
|
30502
|
+
|
30503
|
+
.amis-scope .cxd-GridNav {
|
30504
|
+
display: flex;
|
30505
|
+
flex-wrap: wrap;
|
30506
|
+
}
|
30507
|
+
|
30508
|
+
.amis-scope .cxd-GridNav-top {
|
30509
|
+
position: relative;
|
30510
|
+
}
|
30511
|
+
|
30512
|
+
.amis-scope .cxd-GridNav-top::after {
|
30513
|
+
border-top-width: 0.0625rem;
|
30514
|
+
}
|
30515
|
+
|
30516
|
+
.amis-scope .cxd-GridNavItem {
|
30517
|
+
position: relative;
|
30518
|
+
box-sizing: border-box;
|
30519
|
+
}
|
30520
|
+
|
30521
|
+
.amis-scope .cxd-GridNavItem--square {
|
30522
|
+
height: 0;
|
30523
|
+
position: relative;
|
30524
|
+
}
|
30525
|
+
|
30526
|
+
.amis-scope .cxd-GridNavItem-icon {
|
30527
|
+
width: var(--rv-grid-item-icon-size);
|
30528
|
+
}
|
30529
|
+
|
30530
|
+
.amis-scope .cxd-GridNavItem-text {
|
30531
|
+
color: #151a26;
|
30532
|
+
font-size: 0.75rem;
|
30533
|
+
line-height: 1.5;
|
30534
|
+
word-break: break-all;
|
30535
|
+
flex-shrink: 0;
|
30536
|
+
}
|
30537
|
+
|
30538
|
+
.amis-scope .cxd-GridNavItem-icon + .cxd-GridNavItem-text {
|
30539
|
+
margin-top: 0.5rem;
|
30540
|
+
}
|
30541
|
+
|
30542
|
+
.amis-scope .cxd-GridNavItem-image {
|
30543
|
+
display: inline-block;
|
30544
|
+
}
|
30545
|
+
|
30546
|
+
.amis-scope .cxd-GridNavItem-image svg,
|
30547
|
+
.amis-scope .cxd-GridNavItem-image img {
|
30548
|
+
max-width: 100%;
|
30549
|
+
display: block;
|
30550
|
+
width: 60%;
|
30551
|
+
margin: 0 auto;
|
30552
|
+
}
|
30553
|
+
|
30554
|
+
.amis-scope .cxd-GridNavItem-content {
|
30555
|
+
display: flex;
|
30556
|
+
flex-direction: column;
|
30557
|
+
box-sizing: border-box;
|
30558
|
+
height: 100%;
|
30559
|
+
padding: 1rem 0.5rem;
|
30560
|
+
background-color: #fff;
|
30561
|
+
position: relative;
|
30562
|
+
}
|
30563
|
+
|
30564
|
+
.amis-scope .cxd-GridNavItem-content .cxd-Badge-text {
|
30565
|
+
z-index: 10;
|
30566
|
+
}
|
30567
|
+
|
30568
|
+
.amis-scope .cxd-GridNavItem-content--border::after {
|
30569
|
+
border-width: 0 0.0625rem 0.0625rem 0;
|
30570
|
+
}
|
30571
|
+
|
30572
|
+
.amis-scope .cxd-GridNavItem-content--square {
|
30573
|
+
position: absolute;
|
30574
|
+
top: 0;
|
30575
|
+
right: 0;
|
30576
|
+
left: 0;
|
30577
|
+
}
|
30578
|
+
|
30579
|
+
.amis-scope .cxd-GridNavItem-content--center {
|
30580
|
+
align-items: center;
|
30581
|
+
justify-content: center;
|
30582
|
+
}
|
30583
|
+
|
30584
|
+
.amis-scope .cxd-GridNavItem-content--horizontal {
|
30585
|
+
flex-direction: row;
|
30586
|
+
}
|
30587
|
+
|
30588
|
+
.amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-text {
|
30589
|
+
margin: 0 0 0 0.5rem;
|
30590
|
+
}
|
30591
|
+
|
30592
|
+
.amis-scope .cxd-GridNavItem-content--reverse {
|
30593
|
+
flex-direction: column-reverse;
|
30594
|
+
}
|
30595
|
+
|
30596
|
+
.amis-scope .cxd-GridNavItem-content--reverse .cxd-GridNavItem-text {
|
30597
|
+
margin: 0 0 0.5rem;
|
30598
|
+
}
|
30599
|
+
|
30600
|
+
.amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-content--reverse {
|
30601
|
+
flex-direction: row-reverse;
|
30602
|
+
}
|
30603
|
+
|
30604
|
+
.amis-scope .cxd-GridNavItem-content--horizontal .cxd-GridNavItem-content--reverse .cxd-GridNavItem-text {
|
30605
|
+
margin: 0 0.5rem 0 0;
|
30606
|
+
}
|
30607
|
+
|
30608
|
+
.amis-scope .cxd-GridNavItem-content--surround::after {
|
30609
|
+
border-width: 0.0625rem;
|
30610
|
+
}
|
30611
|
+
|
30612
|
+
.amis-scope .cxd-GridNavItem-content--clickable {
|
30613
|
+
cursor: pointer;
|
30614
|
+
}
|
30615
|
+
|
30616
|
+
.amis-scope fieldset.cxd-Collapse--lg,
|
30617
|
+
.amis-scope fieldset.cxd-Collapse--md,
|
30618
|
+
.amis-scope fieldset.cxd-Collapse--base,
|
30619
|
+
.amis-scope fieldset.cxd-Collapse--sm,
|
30620
|
+
.amis-scope fieldset.cxd-Collapse--xs {
|
30621
|
+
position: relative;
|
30622
|
+
}
|
30623
|
+
|
30624
|
+
.amis-scope fieldset.cxd-Collapse--lg:after,
|
30625
|
+
.amis-scope fieldset.cxd-Collapse--md:after,
|
30626
|
+
.amis-scope fieldset.cxd-Collapse--base:after,
|
30627
|
+
.amis-scope fieldset.cxd-Collapse--sm:after,
|
30237
30628
|
.amis-scope fieldset.cxd-Collapse--xs:after {
|
30238
30629
|
content: "";
|
30239
30630
|
pointer-events: none;
|
@@ -30280,11 +30671,16 @@ readers do not read off random characters that represent icons */
|
|
30280
30671
|
margin: 0.75rem 0;
|
30281
30672
|
padding: 0 0 0 14px;
|
30282
30673
|
cursor: pointer;
|
30283
|
-
border-bottom:
|
30674
|
+
border-bottom: none !important;
|
30675
|
+
background: transparent;
|
30284
30676
|
display: flex;
|
30285
30677
|
flex-direction: row;
|
30286
30678
|
}
|
30287
30679
|
|
30680
|
+
.amis-scope fieldset.cxd-Collapse > legend:hover {
|
30681
|
+
background: transparent;
|
30682
|
+
}
|
30683
|
+
|
30288
30684
|
.amis-scope fieldset.cxd-Collapse--xs {
|
30289
30685
|
padding: 20px 5px 5px 5px;
|
30290
30686
|
}
|
@@ -31406,7 +31802,7 @@ readers do not read off random characters that represent icons */
|
|
31406
31802
|
color: #999;
|
31407
31803
|
}
|
31408
31804
|
|
31409
|
-
.amis-scope .cxd-
|
31805
|
+
.amis-scope .cxd-Selection > .cxd-Checkbox {
|
31410
31806
|
display: block;
|
31411
31807
|
height: 2rem;
|
31412
31808
|
line-height: 1.4285714286;
|
@@ -31414,43 +31810,36 @@ readers do not read off random characters that represent icons */
|
|
31414
31810
|
padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
|
31415
31811
|
}
|
31416
31812
|
|
31417
|
-
.amis-scope .cxd-
|
31813
|
+
.amis-scope .cxd-Selection--inline > .cxd-Checkbox {
|
31418
31814
|
display: inline-block;
|
31419
31815
|
}
|
31420
31816
|
|
31421
|
-
.amis-scope .cxd-
|
31817
|
+
.amis-scope .cxd-Selection-addBtn {
|
31422
31818
|
display: block;
|
31423
31819
|
cursor: pointer;
|
31424
31820
|
}
|
31425
31821
|
|
31426
|
-
.amis-scope .cxd-
|
31822
|
+
.amis-scope .cxd-Selection-addBtn:hover {
|
31427
31823
|
text-decoration: none;
|
31428
31824
|
}
|
31429
31825
|
|
31430
|
-
.amis-scope .cxd-
|
31826
|
+
.amis-scope .cxd-Selection-addBtn > svg {
|
31431
31827
|
width: 0.875rem;
|
31432
31828
|
height: 0.875rem;
|
31433
31829
|
margin-right: 0.25rem;
|
31434
31830
|
}
|
31435
31831
|
|
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 {
|
31832
|
+
.amis-scope .cxd-GroupedSelection-group:not(:first-child) > .cxd-GroupedSelection-itemLabel {
|
31440
31833
|
border-top: 0.0625rem solid #dfe2e6;
|
31441
31834
|
}
|
31442
31835
|
|
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 {
|
31836
|
+
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
|
31447
31837
|
font-size: 0.75rem;
|
31448
31838
|
padding: 0.25rem 0.25rem;
|
31449
31839
|
color: #b4b6ba;
|
31450
31840
|
}
|
31451
31841
|
|
31452
|
-
.amis-scope .cxd-
|
31453
|
-
.amis-scope .cxd-ListRadios-item {
|
31842
|
+
.amis-scope .cxd-GroupedSelection-item {
|
31454
31843
|
display: flex;
|
31455
31844
|
height: 2rem;
|
31456
31845
|
line-height: 1.4285714286;
|
@@ -31461,51 +31850,37 @@ readers do not read off random characters that represent icons */
|
|
31461
31850
|
user-select: none;
|
31462
31851
|
}
|
31463
31852
|
|
31464
|
-
.amis-scope .cxd-
|
31465
|
-
.amis-scope .cxd-ListRadios-item > .cxd-Checkbox {
|
31853
|
+
.amis-scope .cxd-GroupedSelection-item > .cxd-Checkbox {
|
31466
31854
|
margin-right: 0;
|
31467
31855
|
}
|
31468
31856
|
|
31469
|
-
.amis-scope .cxd-
|
31470
|
-
.amis-scope .cxd-ListRadios-item.is-active {
|
31857
|
+
.amis-scope .cxd-GroupedSelection-item.is-active {
|
31471
31858
|
color: #2468f2;
|
31472
31859
|
background: transparent;
|
31473
31860
|
}
|
31474
31861
|
|
31475
|
-
.amis-scope .cxd-
|
31476
|
-
.amis-scope .cxd-ListRadios-item:hover {
|
31862
|
+
.amis-scope .cxd-GroupedSelection-item:hover {
|
31477
31863
|
background: rgba(0, 126, 255, 0.08);
|
31478
31864
|
}
|
31479
31865
|
|
31480
|
-
.amis-scope .cxd-
|
31481
|
-
.amis-scope .cxd-ListRadios-item.is-disabled {
|
31866
|
+
.amis-scope .cxd-GroupedSelection-item.is-disabled {
|
31482
31867
|
pointer-events: none;
|
31483
31868
|
color: #b4b6ba;
|
31484
31869
|
}
|
31485
31870
|
|
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 {
|
31871
|
+
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
|
31494
31872
|
padding-left: 0.75rem;
|
31495
31873
|
}
|
31496
31874
|
|
31497
|
-
.amis-scope .cxd-
|
31498
|
-
.amis-scope .cxd-ListRadios-itemLabel {
|
31875
|
+
.amis-scope .cxd-GroupedSelection-itemLabel {
|
31499
31876
|
flex-grow: 1;
|
31500
31877
|
}
|
31501
31878
|
|
31502
|
-
.amis-scope .cxd-
|
31503
|
-
.amis-scope .cxd-ListRadios-itemLabel span {
|
31879
|
+
.amis-scope .cxd-GroupedSelection-itemLabel span {
|
31504
31880
|
white-space: nowrap;
|
31505
31881
|
}
|
31506
31882
|
|
31507
|
-
.amis-scope .cxd-
|
31508
|
-
.amis-scope .cxd-ListRadios-placeholder {
|
31883
|
+
.amis-scope .cxd-GroupedSelection-placeholder {
|
31509
31884
|
height: 2rem;
|
31510
31885
|
line-height: 1.4285714286;
|
31511
31886
|
font-size: 0.875rem;
|
@@ -31513,52 +31888,54 @@ readers do not read off random characters that represent icons */
|
|
31513
31888
|
color: #b4b6ba;
|
31514
31889
|
}
|
31515
31890
|
|
31516
|
-
.amis-scope .cxd-
|
31891
|
+
.amis-scope .cxd-TableSelection .cxd-Table-content {
|
31517
31892
|
border-top: 0.0625rem solid #f5f5f5;
|
31518
31893
|
}
|
31519
31894
|
|
31520
|
-
.amis-scope .cxd-
|
31521
|
-
.amis-scope .cxd-
|
31895
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th,
|
31896
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td {
|
31522
31897
|
font-size: 0.75rem;
|
31523
31898
|
padding-top: 0.25rem;
|
31524
31899
|
padding-bottom: 0.375rem;
|
31525
31900
|
vertical-align: middle;
|
31526
31901
|
}
|
31527
31902
|
|
31528
|
-
.amis-scope .cxd-
|
31903
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th {
|
31529
31904
|
padding-top: 0.375rem;
|
31530
31905
|
}
|
31531
31906
|
|
31532
|
-
.amis-scope .cxd-
|
31533
|
-
.amis-scope .cxd-
|
31907
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:first-child,
|
31908
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:first-child {
|
31534
31909
|
padding-left: 0.625rem;
|
31535
31910
|
padding-right: 0;
|
31536
31911
|
}
|
31537
31912
|
|
31538
|
-
.amis-scope .cxd-
|
31539
|
-
.amis-scope .cxd-
|
31913
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child,
|
31914
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:last-child {
|
31540
31915
|
padding-right: 1rem;
|
31541
31916
|
}
|
31542
31917
|
|
31543
|
-
.amis-scope .cxd-
|
31918
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr {
|
31544
31919
|
cursor: pointer;
|
31545
31920
|
}
|
31546
31921
|
|
31547
|
-
.amis-scope .cxd-
|
31548
|
-
|
31922
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-active {
|
31923
|
+
color: #2468f2;
|
31924
|
+
background: transparent;
|
31925
|
+
}
|
31926
|
+
|
31927
|
+
.amis-scope .cxd-TreeSelection .cxd-Table-expandBtn {
|
31549
31928
|
color: #999;
|
31550
31929
|
margin-right: 5px;
|
31551
31930
|
}
|
31552
31931
|
|
31553
|
-
.amis-scope .cxd-
|
31554
|
-
.amis-scope .cxd-TreeRadios-sublist {
|
31932
|
+
.amis-scope .cxd-TreeSelection-sublist {
|
31555
31933
|
position: relative;
|
31556
31934
|
margin: 0 0 0 2.1875rem;
|
31557
31935
|
display: none;
|
31558
31936
|
}
|
31559
31937
|
|
31560
|
-
.amis-scope .cxd-
|
31561
|
-
.amis-scope .cxd-TreeRadios-sublist:before {
|
31938
|
+
.amis-scope .cxd-TreeSelection-sublist:before {
|
31562
31939
|
width: 1px;
|
31563
31940
|
content: "";
|
31564
31941
|
display: block;
|
@@ -31569,29 +31946,19 @@ readers do not read off random characters that represent icons */
|
|
31569
31946
|
border-left: dashed 1px #999;
|
31570
31947
|
}
|
31571
31948
|
|
31572
|
-
.amis-scope .cxd-
|
31573
|
-
.amis-scope .cxd-TreeRadios-item {
|
31949
|
+
.amis-scope .cxd-TreeSelection-item {
|
31574
31950
|
position: relative;
|
31575
31951
|
}
|
31576
31952
|
|
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 {
|
31953
|
+
.amis-scope .cxd-TreeSelection-item.is-expanded > .cxd-TreeSelection-sublist {
|
31581
31954
|
display: block;
|
31582
31955
|
}
|
31583
31956
|
|
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 {
|
31957
|
+
.amis-scope .cxd-TreeSelection-item:not(:last-child) > .cxd-TreeSelection-sublist:before {
|
31588
31958
|
bottom: 0;
|
31589
31959
|
}
|
31590
31960
|
|
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 {
|
31961
|
+
.amis-scope .cxd-TreeSelection-sublist .cxd-TreeSelection-item:before {
|
31595
31962
|
height: 1px;
|
31596
31963
|
content: "";
|
31597
31964
|
display: block;
|
@@ -31602,8 +31969,7 @@ readers do not read off random characters that represent icons */
|
|
31602
31969
|
border-top: dashed 1px #999;
|
31603
31970
|
}
|
31604
31971
|
|
31605
|
-
.amis-scope .cxd-
|
31606
|
-
.amis-scope .cxd-TreeRadios-itemInner {
|
31972
|
+
.amis-scope .cxd-TreeSelection-itemInner {
|
31607
31973
|
display: flex;
|
31608
31974
|
align-items: center;
|
31609
31975
|
height: 2rem;
|
@@ -31616,20 +31982,17 @@ readers do not read off random characters that represent icons */
|
|
31616
31982
|
position: relative;
|
31617
31983
|
}
|
31618
31984
|
|
31619
|
-
.amis-scope .cxd-
|
31620
|
-
.amis-scope .cxd-TreeRadios-itemInner > .cxd-Checkbox {
|
31985
|
+
.amis-scope .cxd-TreeSelection-itemInner > .cxd-Checkbox {
|
31621
31986
|
margin-right: 0;
|
31622
31987
|
margin-left: 0.5rem;
|
31623
31988
|
}
|
31624
31989
|
|
31625
|
-
.amis-scope .cxd-
|
31626
|
-
.amis-scope .cxd-TreeRadios-itemInner > * {
|
31990
|
+
.amis-scope .cxd-TreeSelection-itemInner > * {
|
31627
31991
|
position: relative;
|
31628
31992
|
z-index: 2;
|
31629
31993
|
}
|
31630
31994
|
|
31631
|
-
.amis-scope .cxd-
|
31632
|
-
.amis-scope .cxd-TreeRadios-itemInner:hover:after {
|
31995
|
+
.amis-scope .cxd-TreeSelection-itemInner:hover:after {
|
31633
31996
|
position: absolute;
|
31634
31997
|
content: "";
|
31635
31998
|
z-index: 1;
|
@@ -31640,24 +32003,20 @@ readers do not read off random characters that represent icons */
|
|
31640
32003
|
background: rgba(0, 126, 255, 0.08);
|
31641
32004
|
}
|
31642
32005
|
|
31643
|
-
.amis-scope .cxd-
|
31644
|
-
.amis-scope .cxd-TreeRadios-itemInner.is-active {
|
32006
|
+
.amis-scope .cxd-TreeSelection-itemInner.is-active {
|
31645
32007
|
color: #2468f2;
|
31646
32008
|
}
|
31647
32009
|
|
31648
|
-
.amis-scope .cxd-
|
31649
|
-
.amis-scope .cxd-TreeRadios-itemInner.is-disabled {
|
32010
|
+
.amis-scope .cxd-TreeSelection-itemInner.is-disabled {
|
31650
32011
|
pointer-events: none;
|
31651
32012
|
color: #b4b6ba;
|
31652
32013
|
}
|
31653
32014
|
|
31654
|
-
.amis-scope .cxd-
|
31655
|
-
.amis-scope .cxd-TreeRadios-itemLabel {
|
32015
|
+
.amis-scope .cxd-TreeSelection-itemLabel {
|
31656
32016
|
flex-grow: 1;
|
31657
32017
|
}
|
31658
32018
|
|
31659
|
-
.amis-scope .cxd-
|
31660
|
-
.amis-scope .cxd-TreeRadios-placeholder {
|
32019
|
+
.amis-scope .cxd-TreeSelection-placeholder {
|
31661
32020
|
height: 2rem;
|
31662
32021
|
line-height: 1.4285714286;
|
31663
32022
|
font-size: 0.875rem;
|
@@ -31665,27 +32024,27 @@ readers do not read off random characters that represent icons */
|
|
31665
32024
|
color: #b4b6ba;
|
31666
32025
|
}
|
31667
32026
|
|
31668
|
-
.amis-scope .cxd-
|
32027
|
+
.amis-scope .cxd-ChainedSelection {
|
31669
32028
|
display: flex;
|
31670
32029
|
flex-direction: row;
|
31671
32030
|
}
|
31672
32031
|
|
31673
|
-
.amis-scope .cxd-
|
32032
|
+
.amis-scope .cxd-ChainedSelection-col {
|
31674
32033
|
flex-grow: 1;
|
31675
32034
|
min-width: 150px;
|
31676
32035
|
}
|
31677
32036
|
|
31678
|
-
.amis-scope .cxd-
|
32037
|
+
.amis-scope .cxd-ChainedSelection-col:not(:last-child) {
|
31679
32038
|
border-right: 1px solid #eceff8;
|
31680
32039
|
}
|
31681
32040
|
|
31682
|
-
.amis-scope .cxd-
|
32041
|
+
.amis-scope .cxd-ChainedSelection-subTitle {
|
31683
32042
|
font-size: 0.75rem;
|
31684
32043
|
padding: 0.25rem 0.25rem;
|
31685
32044
|
color: #b4b6ba;
|
31686
32045
|
}
|
31687
32046
|
|
31688
|
-
.amis-scope .cxd-
|
32047
|
+
.amis-scope .cxd-ChainedSelection-item {
|
31689
32048
|
display: flex;
|
31690
32049
|
height: 2rem;
|
31691
32050
|
line-height: 1.4285714286;
|
@@ -31696,29 +32055,29 @@ readers do not read off random characters that represent icons */
|
|
31696
32055
|
user-select: none;
|
31697
32056
|
}
|
31698
32057
|
|
31699
|
-
.amis-scope .cxd-
|
32058
|
+
.amis-scope .cxd-ChainedSelection-item > .cxd-Checkbox {
|
31700
32059
|
margin-right: 0;
|
31701
32060
|
}
|
31702
32061
|
|
31703
|
-
.amis-scope .cxd-
|
32062
|
+
.amis-scope .cxd-ChainedSelection-item.is-active {
|
31704
32063
|
color: #2468f2;
|
31705
32064
|
background: transparent;
|
31706
32065
|
}
|
31707
32066
|
|
31708
|
-
.amis-scope .cxd-
|
32067
|
+
.amis-scope .cxd-ChainedSelection-item:hover {
|
31709
32068
|
background: rgba(0, 126, 255, 0.08);
|
31710
32069
|
}
|
31711
32070
|
|
31712
|
-
.amis-scope .cxd-
|
32071
|
+
.amis-scope .cxd-ChainedSelection-item.is-disabled {
|
31713
32072
|
pointer-events: none;
|
31714
32073
|
color: #b4b6ba;
|
31715
32074
|
}
|
31716
32075
|
|
31717
|
-
.amis-scope .cxd-
|
32076
|
+
.amis-scope .cxd-ChainedSelection-itemLabel {
|
31718
32077
|
flex-grow: 1;
|
31719
32078
|
}
|
31720
32079
|
|
31721
|
-
.amis-scope .cxd-
|
32080
|
+
.amis-scope .cxd-ChainedSelection-placeholder {
|
31722
32081
|
height: 2rem;
|
31723
32082
|
line-height: 1.4285714286;
|
31724
32083
|
font-size: 0.875rem;
|
@@ -31726,34 +32085,35 @@ readers do not read off random characters that represent icons */
|
|
31726
32085
|
color: #b4b6ba;
|
31727
32086
|
}
|
31728
32087
|
|
31729
|
-
.amis-scope .cxd-
|
32088
|
+
.amis-scope .cxd-AssociatedSelection {
|
31730
32089
|
display: flex;
|
31731
32090
|
flex-direction: row;
|
31732
32091
|
}
|
31733
32092
|
|
31734
|
-
.amis-scope .cxd-
|
31735
|
-
.amis-scope .cxd-
|
32093
|
+
.amis-scope .cxd-AssociatedSelection-left,
|
32094
|
+
.amis-scope .cxd-AssociatedSelection-right {
|
31736
32095
|
flex-grow: 1;
|
31737
32096
|
width: 0;
|
31738
|
-
height:
|
32097
|
+
min-height: 12.5rem;
|
32098
|
+
max-height: 25rem;
|
31739
32099
|
overflow: auto;
|
31740
32100
|
}
|
31741
32101
|
|
31742
|
-
.amis-scope .cxd-
|
32102
|
+
.amis-scope .cxd-AssociatedSelection-left {
|
31743
32103
|
border-right: 1px solid #eceff8;
|
31744
32104
|
}
|
31745
32105
|
|
31746
|
-
.amis-scope .cxd-
|
32106
|
+
.amis-scope .cxd-AssociatedSelection-reload {
|
31747
32107
|
text-align: center;
|
31748
32108
|
color: #2468f2;
|
31749
32109
|
margin: 20px 0 0;
|
31750
32110
|
}
|
31751
32111
|
|
31752
|
-
.amis-scope .cxd-
|
32112
|
+
.amis-scope .cxd-AssociatedSelection-reload.is-clickable {
|
31753
32113
|
cursor: pointer;
|
31754
32114
|
}
|
31755
32115
|
|
31756
|
-
.amis-scope .cxd-
|
32116
|
+
.amis-scope .cxd-AssociatedSelection-box {
|
31757
32117
|
line-height: 1.4285714286;
|
31758
32118
|
font-size: 0.75rem;
|
31759
32119
|
color: #b4b6ba;
|
@@ -31765,7 +32125,7 @@ readers do not read off random characters that represent icons */
|
|
31765
32125
|
height: 100%;
|
31766
32126
|
}
|
31767
32127
|
|
31768
|
-
.amis-scope .cxd-
|
32128
|
+
.amis-scope .cxd-AssociatedSelection-box > p {
|
31769
32129
|
text-align: center;
|
31770
32130
|
margin: 10px 0 20px;
|
31771
32131
|
color: #b4b6ba;
|
@@ -33071,7 +33431,7 @@ readers do not read off random characters that represent icons */
|
|
33071
33431
|
|
33072
33432
|
.amis-scope .rdt .rdtPicker td.rdtDisabled,
|
33073
33433
|
.amis-scope .rdt .rdtPicker td.rdtDisabled:hover {
|
33074
|
-
background: #
|
33434
|
+
background: #eaf6fe;
|
33075
33435
|
}
|
33076
33436
|
|
33077
33437
|
.amis-scope .rdt thead tr:first-child th {
|
@@ -33266,7 +33626,7 @@ readers do not read off random characters that represent icons */
|
|
33266
33626
|
|
33267
33627
|
.amis-scope .rdtBtnCancel {
|
33268
33628
|
color: #151a26;
|
33269
|
-
background: #
|
33629
|
+
background: #eaf6fe;
|
33270
33630
|
border-color: #dadbdd;
|
33271
33631
|
box-shadow: none;
|
33272
33632
|
text-shadow: none;
|
@@ -33831,6 +34191,22 @@ readers do not read off random characters that represent icons */
|
|
33831
34191
|
height: 100%;
|
33832
34192
|
}
|
33833
34193
|
|
34194
|
+
.amis-scope .cxd-FileControl-templateInfo {
|
34195
|
+
display: block;
|
34196
|
+
margin-bottom: 0.75rem;
|
34197
|
+
padding: calc(
|
34198
|
+
(
|
34199
|
+
2rem - 0.0625rem * 2 -
|
34200
|
+
1.4285714286 * 0.875rem
|
34201
|
+
) / 2
|
34202
|
+
) 0.75rem;
|
34203
|
+
cursor: pointer;
|
34204
|
+
}
|
34205
|
+
|
34206
|
+
.amis-scope .cxd-FileControl-templateInfo > svg {
|
34207
|
+
margin-right: 0.25rem;
|
34208
|
+
}
|
34209
|
+
|
33834
34210
|
.amis-scope .cxd-FileControl-dropzone {
|
33835
34211
|
outline: none;
|
33836
34212
|
}
|
@@ -34520,6 +34896,10 @@ readers do not read off random characters that represent icons */
|
|
34520
34896
|
pointer-events: none;
|
34521
34897
|
}
|
34522
34898
|
|
34899
|
+
.amis-scope .cxd-Tree.is-draggable {
|
34900
|
+
position: relative;
|
34901
|
+
}
|
34902
|
+
|
34523
34903
|
.amis-scope .cxd-Tree--outline .cxd-Tree-sublist .cxd-Tree-item--isLeaf:before {
|
34524
34904
|
position: absolute;
|
34525
34905
|
top: -8px;
|
@@ -34560,6 +34940,10 @@ readers do not read off random characters that represent icons */
|
|
34560
34940
|
left: -99999px;
|
34561
34941
|
}
|
34562
34942
|
|
34943
|
+
.amis-scope .cxd-Tree.is-draggable .cxd-Tree-itemLabel:hover::after {
|
34944
|
+
display: none;
|
34945
|
+
}
|
34946
|
+
|
34563
34947
|
.amis-scope .cxd-Tree-item-icons {
|
34564
34948
|
visibility: hidden;
|
34565
34949
|
transition: visibility 0s ease;
|
@@ -34673,6 +35057,11 @@ readers do not read off random characters that represent icons */
|
|
34673
35057
|
width: calc(0.75rem + 0.25rem);
|
34674
35058
|
}
|
34675
35059
|
|
35060
|
+
.amis-scope .cxd-Tree-itemDrager {
|
35061
|
+
cursor: move;
|
35062
|
+
color: #999;
|
35063
|
+
}
|
35064
|
+
|
34676
35065
|
.amis-scope .cxd-Tree-spinner {
|
34677
35066
|
margin-right: 0.25rem;
|
34678
35067
|
}
|
@@ -34719,6 +35108,35 @@ readers do not read off random characters that represent icons */
|
|
34719
35108
|
color: #b4b6ba;
|
34720
35109
|
}
|
34721
35110
|
|
35111
|
+
.amis-scope .cxd-Tree-dropIndicator {
|
35112
|
+
position: absolute;
|
35113
|
+
height: 0.125rem;
|
35114
|
+
background-color: #2468f2;
|
35115
|
+
border-radius: 0.0625rem;
|
35116
|
+
z-index: 1;
|
35117
|
+
}
|
35118
|
+
|
35119
|
+
.amis-scope .cxd-Tree-dropIndicator::after {
|
35120
|
+
position: absolute;
|
35121
|
+
top: -0.1875rem;
|
35122
|
+
left: -0.375rem;
|
35123
|
+
width: 0.5rem;
|
35124
|
+
height: 0.5rem;
|
35125
|
+
background-color: transparent;
|
35126
|
+
border: 0.125rem solid #2468f2;
|
35127
|
+
border-radius: 50%;
|
35128
|
+
content: "";
|
35129
|
+
}
|
35130
|
+
|
35131
|
+
.amis-scope .cxd-Tree-dropIndicator--hover {
|
35132
|
+
border-radius: 0;
|
35133
|
+
background-color: rgba(0, 126, 255, 0.08);
|
35134
|
+
}
|
35135
|
+
|
35136
|
+
.amis-scope .cxd-Tree-dropIndicator--hover::after {
|
35137
|
+
display: none;
|
35138
|
+
}
|
35139
|
+
|
34722
35140
|
.amis-scope .cxd-TreeSelectControl {
|
34723
35141
|
position: relative;
|
34724
35142
|
}
|
@@ -35069,6 +35487,8 @@ readers do not read off random characters that represent icons */
|
|
35069
35487
|
|
35070
35488
|
.amis-scope .cxd-Combo--hor .cxd-Combo-itemDrager {
|
35071
35489
|
padding: 0.25rem 0.375rem 0 0;
|
35490
|
+
display: flex;
|
35491
|
+
align-items: center;
|
35072
35492
|
}
|
35073
35493
|
|
35074
35494
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder)::before,
|
@@ -35130,6 +35550,8 @@ readers do not read off random characters that represent icons */
|
|
35130
35550
|
position: absolute;
|
35131
35551
|
top: 0.25rem;
|
35132
35552
|
left: -1.875rem;
|
35553
|
+
display: flex;
|
35554
|
+
align-items: center;
|
35133
35555
|
}
|
35134
35556
|
|
35135
35557
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder).is-draggable > .cxd-Combo-items > .cxd-Combo-item {
|
@@ -35769,19 +36191,19 @@ readers do not read off random characters that represent icons */
|
|
35769
36191
|
border-radius: 0.25rem;
|
35770
36192
|
}
|
35771
36193
|
|
35772
|
-
.amis-scope .cxd-Transfer-select > .cxd-Transfer-
|
35773
|
-
.amis-scope .cxd-Transfer-result > .cxd-Transfer-
|
36194
|
+
.amis-scope .cxd-Transfer-select > .cxd-Transfer-selection,
|
36195
|
+
.amis-scope .cxd-Transfer-result > .cxd-Transfer-value {
|
35774
36196
|
flex-grow: 1;
|
35775
36197
|
max-height: 100%;
|
35776
36198
|
overflow: auto;
|
35777
36199
|
position: relative;
|
35778
36200
|
}
|
35779
36201
|
|
35780
|
-
.amis-scope .cxd-Transfer-search + .cxd-Transfer-
|
36202
|
+
.amis-scope .cxd-Transfer-search + .cxd-Transfer-selection {
|
35781
36203
|
border-top: 1px solid #eceff8;
|
35782
36204
|
}
|
35783
36205
|
|
35784
|
-
.amis-scope .cxd-Transfer-
|
36206
|
+
.amis-scope .cxd-Transfer-selection .cxd-ListSelection-placeholder {
|
35785
36207
|
height: 100%;
|
35786
36208
|
display: flex;
|
35787
36209
|
align-items: center;
|
@@ -35829,13 +36251,29 @@ readers do not read off random characters that represent icons */
|
|
35829
36251
|
color: #b4b6ba;
|
35830
36252
|
}
|
35831
36253
|
|
35832
|
-
.amis-scope .cxd-Transfer-
|
36254
|
+
.amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
|
36255
|
+
height: 40px;
|
36256
|
+
}
|
36257
|
+
|
36258
|
+
.amis-scope .cxd-TabsTransfer-placeholder {
|
36259
|
+
height: 2rem;
|
36260
|
+
line-height: 1.4285714286;
|
36261
|
+
font-size: 0.875rem;
|
36262
|
+
padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
36263
|
+
color: #b4b6ba;
|
36264
|
+
}
|
36265
|
+
|
36266
|
+
.amis-scope .cxd-TabsTransfer-tab {
|
36267
|
+
padding: 0;
|
36268
|
+
}
|
36269
|
+
|
36270
|
+
.amis-scope .cxd-TabsTransfer-tabs {
|
35833
36271
|
display: flex;
|
35834
36272
|
flex-direction: column;
|
35835
36273
|
height: 100%;
|
35836
36274
|
}
|
35837
36275
|
|
35838
|
-
.amis-scope .cxd-
|
36276
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links {
|
35839
36277
|
border-top: 0 none;
|
35840
36278
|
padding: 5px 0 0 5px;
|
35841
36279
|
display: flex;
|
@@ -35844,59 +36282,48 @@ readers do not read off random characters that represent icons */
|
|
35844
36282
|
align-items: center;
|
35845
36283
|
}
|
35846
36284
|
|
35847
|
-
.amis-scope .cxd-
|
36285
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
|
35848
36286
|
font-size: 12px;
|
35849
36287
|
padding: 7px 8px;
|
35850
36288
|
}
|
35851
36289
|
|
35852
|
-
.amis-scope .cxd-
|
36290
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links .cxd-TabsTransfer-tabsMid {
|
35853
36291
|
flex-grow: 1;
|
35854
36292
|
}
|
35855
36293
|
|
35856
|
-
.amis-scope .cxd-
|
36294
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox {
|
35857
36295
|
margin: -5px 5px 0 10px;
|
35858
36296
|
}
|
35859
36297
|
|
35860
|
-
.amis-scope .cxd-
|
36298
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox.is-active {
|
35861
36299
|
width: 150px;
|
35862
36300
|
margin-right: 10px;
|
35863
36301
|
padding-left: 10px;
|
35864
36302
|
}
|
35865
36303
|
|
35866
|
-
.amis-scope .cxd-
|
36304
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content {
|
35867
36305
|
flex-grow: 1;
|
36306
|
+
min-height: 0;
|
35868
36307
|
position: relative;
|
35869
36308
|
padding: 5px 0 0;
|
35870
36309
|
}
|
35871
36310
|
|
35872
|
-
.amis-scope .cxd-
|
36311
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane {
|
35873
36312
|
position: relative;
|
35874
|
-
|
36313
|
+
height: 100%;
|
35875
36314
|
}
|
35876
36315
|
|
35877
|
-
.amis-scope .cxd-
|
36316
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active {
|
35878
36317
|
display: flex;
|
35879
36318
|
flex-direction: column;
|
35880
36319
|
}
|
35881
36320
|
|
35882
|
-
.amis-scope .cxd-
|
36321
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active > .cxd-Transfer-selection {
|
35883
36322
|
flex-grow: 1;
|
35884
36323
|
max-height: 100%;
|
35885
36324
|
overflow: auto;
|
35886
36325
|
}
|
35887
36326
|
|
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
36327
|
.amis-scope .cxd-TransferControl {
|
35901
36328
|
position: relative;
|
35902
36329
|
}
|
@@ -35905,6 +36332,57 @@ readers do not read off random characters that represent icons */
|
|
35905
36332
|
display: inline-block;
|
35906
36333
|
}
|
35907
36334
|
|
36335
|
+
.amis-scope .cxd-TransferPicker-icon {
|
36336
|
+
transition: transform 0s ease-out;
|
36337
|
+
margin: 5px 5px 5px auto;
|
36338
|
+
display: flex;
|
36339
|
+
color: #83868c;
|
36340
|
+
}
|
36341
|
+
|
36342
|
+
.amis-scope .cxd-TransferPicker-icon:hover {
|
36343
|
+
color: #83868c;
|
36344
|
+
}
|
36345
|
+
|
36346
|
+
.amis-scope .cxd-TransferPicker-icon > svg {
|
36347
|
+
width: 0.75rem;
|
36348
|
+
height: 0.75rem;
|
36349
|
+
top: 0;
|
36350
|
+
}
|
36351
|
+
|
36352
|
+
.amis-scope .cxd-TransferDropDown-icon {
|
36353
|
+
transition: transform 0s ease-out;
|
36354
|
+
margin: 5px 5px 5px auto;
|
36355
|
+
display: flex;
|
36356
|
+
color: #83868c;
|
36357
|
+
}
|
36358
|
+
|
36359
|
+
.amis-scope .cxd-TransferDropDown-icon:hover {
|
36360
|
+
color: #83868c;
|
36361
|
+
}
|
36362
|
+
|
36363
|
+
.amis-scope .cxd-TransferDropDown-icon > svg {
|
36364
|
+
width: 0.625rem;
|
36365
|
+
height: 0.625rem;
|
36366
|
+
top: 0;
|
36367
|
+
}
|
36368
|
+
|
36369
|
+
.amis-scope .cxd-TransferDropDown.is-active .cxd-TransferDropDown-icon {
|
36370
|
+
transform: rotate(180deg);
|
36371
|
+
}
|
36372
|
+
|
36373
|
+
.amis-scope .cxd-TransferDropDown-content {
|
36374
|
+
min-height: 12.5rem;
|
36375
|
+
display: flex;
|
36376
|
+
flex-direction: column;
|
36377
|
+
}
|
36378
|
+
|
36379
|
+
.amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
|
36380
|
+
flex-grow: 1;
|
36381
|
+
max-height: 100%;
|
36382
|
+
overflow: auto;
|
36383
|
+
position: relative;
|
36384
|
+
}
|
36385
|
+
|
35908
36386
|
.amis-scope .cxd-NestedSelectControl {
|
35909
36387
|
position: relative;
|
35910
36388
|
}
|
@@ -36673,12 +37151,61 @@ readers do not read off random characters that represent icons */
|
|
36673
37151
|
min-width: 10rem;
|
36674
37152
|
}
|
36675
37153
|
|
37154
|
+
.amis-scope .cxd-Form--column {
|
37155
|
+
display: flex;
|
37156
|
+
flex-wrap: wrap;
|
37157
|
+
margin-left: calc(1rem / -2);
|
37158
|
+
margin-right: calc(1rem / -2);
|
37159
|
+
}
|
37160
|
+
|
37161
|
+
.amis-scope .cxd-Form--column > .cxd-Form-item {
|
37162
|
+
flex-grow: 1;
|
37163
|
+
padding-left: calc(1rem / 2);
|
37164
|
+
padding-right: calc(1rem / 2);
|
37165
|
+
}
|
37166
|
+
|
37167
|
+
.amis-scope .cxd-Form--column-2 > .cxd-Form-item {
|
37168
|
+
width: 50%;
|
37169
|
+
}
|
37170
|
+
|
37171
|
+
.amis-scope .cxd-Form--column-3 > .cxd-Form-item {
|
37172
|
+
width: 33%;
|
37173
|
+
}
|
37174
|
+
|
37175
|
+
.amis-scope .cxd-Form--column-4 > .cxd-Form-item {
|
37176
|
+
width: 25%;
|
37177
|
+
}
|
37178
|
+
|
37179
|
+
.amis-scope .cxd-Form--column-5 > .cxd-Form-item {
|
37180
|
+
width: 20%;
|
37181
|
+
}
|
37182
|
+
|
37183
|
+
.amis-scope .cxd-Form--column-6 > .cxd-Form-item {
|
37184
|
+
width: 16.6%;
|
37185
|
+
}
|
37186
|
+
|
37187
|
+
.amis-scope .cxd-Form--column-7 > .cxd-Form-item {
|
37188
|
+
width: 14.2%;
|
37189
|
+
}
|
37190
|
+
|
37191
|
+
.amis-scope .cxd-Form--column-8 > .cxd-Form-item {
|
37192
|
+
width: 12.5%;
|
37193
|
+
}
|
37194
|
+
|
37195
|
+
.amis-scope .cxd-Form-column-9 > .cxd-Form-item {
|
37196
|
+
width: 11.1%;
|
37197
|
+
}
|
37198
|
+
|
37199
|
+
.amis-scope .cxd-Form-column-10 > .cxd-Form-item {
|
37200
|
+
width: 10%;
|
37201
|
+
}
|
37202
|
+
|
36676
37203
|
.amis-scope .cxd-AnchorNav {
|
36677
37204
|
display: flex;
|
36678
37205
|
height: 25rem;
|
36679
37206
|
}
|
36680
37207
|
|
36681
|
-
.amis-scope .cxd-AnchorNav-link-wrap {
|
37208
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap {
|
36682
37209
|
margin: 0;
|
36683
37210
|
padding: 0;
|
36684
37211
|
width: 8.75rem;
|
@@ -36686,12 +37213,12 @@ readers do not read off random characters that represent icons */
|
|
36686
37213
|
padding-bottom: 3.75rem;
|
36687
37214
|
}
|
36688
37215
|
|
36689
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
37216
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
36690
37217
|
position: relative;
|
36691
37218
|
display: block;
|
36692
37219
|
}
|
36693
37220
|
|
36694
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
|
37221
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
|
36695
37222
|
display: block;
|
36696
37223
|
border: 0.0625rem solid transparent;
|
36697
37224
|
border-width: 0 0.125rem 0 0;
|
@@ -36705,20 +37232,75 @@ readers do not read off random characters that represent icons */
|
|
36705
37232
|
margin: 0;
|
36706
37233
|
}
|
36707
37234
|
|
36708
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
|
37235
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
|
36709
37236
|
color: #2468f2;
|
36710
37237
|
}
|
36711
37238
|
|
36712
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
|
36713
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
|
37239
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
|
37240
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
|
36714
37241
|
color: #2468f2;
|
36715
37242
|
border-color: #2468f2;
|
36716
37243
|
}
|
36717
37244
|
|
37245
|
+
.amis-scope .cxd-AnchorNav--horizontal {
|
37246
|
+
flex-direction: column;
|
37247
|
+
}
|
37248
|
+
|
37249
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap {
|
37250
|
+
user-select: none;
|
37251
|
+
margin: 0px;
|
37252
|
+
padding: 0px;
|
37253
|
+
border-bottom: 0.0625rem solid #eceff8;
|
37254
|
+
list-style: none;
|
37255
|
+
}
|
37256
|
+
|
37257
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
37258
|
+
margin-bottom: calc(0.0625rem * -1);
|
37259
|
+
display: inline-block;
|
37260
|
+
position: relative;
|
37261
|
+
}
|
37262
|
+
|
37263
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child {
|
37264
|
+
font-size: 0.875rem;
|
37265
|
+
outline: 0;
|
37266
|
+
border: 0.0625rem solid transparent;
|
37267
|
+
border-width: 0 0 0.125rem 0;
|
37268
|
+
border-top-left-radius: 0.25rem;
|
37269
|
+
border-top-right-radius: 0.25rem;
|
37270
|
+
color: #151a26;
|
37271
|
+
margin: 0 0.1875rem 0 0;
|
37272
|
+
padding: 0.5rem 0.75rem;
|
37273
|
+
text-decoration: none;
|
37274
|
+
cursor: pointer;
|
37275
|
+
display: block;
|
37276
|
+
}
|
37277
|
+
|
37278
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:hover,
|
37279
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:focus {
|
37280
|
+
color: #2468f2;
|
37281
|
+
background: transparent;
|
37282
|
+
border-color: transparent;
|
37283
|
+
}
|
37284
|
+
|
37285
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link:last-child > a {
|
37286
|
+
margin: 0;
|
37287
|
+
}
|
37288
|
+
|
37289
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child,
|
37290
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:hover,
|
37291
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:focus {
|
37292
|
+
font-size: 0.875rem;
|
37293
|
+
border-width: 0 0 0.125rem 0;
|
37294
|
+
border-color: #2468f2;
|
37295
|
+
color: #2468f2;
|
37296
|
+
background: transparent;
|
37297
|
+
}
|
37298
|
+
|
36718
37299
|
.amis-scope .cxd-AnchorNav-section-wrap {
|
36719
37300
|
border: none;
|
36720
37301
|
flex-grow: 1;
|
36721
37302
|
overflow: auto;
|
37303
|
+
scroll-behavior: smooth;
|
36722
37304
|
background: #fff;
|
36723
37305
|
}
|
36724
37306
|
|
@@ -36997,38 +37579,46 @@ readers do not read off random characters that represent icons */
|
|
36997
37579
|
color: #b4b6ba;
|
36998
37580
|
}
|
36999
37581
|
|
37582
|
+
.amis-scope .cxd-MappingField {
|
37583
|
+
margin-right: 0.25rem;
|
37584
|
+
}
|
37585
|
+
|
37586
|
+
.amis-scope .cxd-MappingField:last-child {
|
37587
|
+
margin-right: 0;
|
37588
|
+
}
|
37589
|
+
|
37000
37590
|
/*
|
37001
37591
|
* utilities
|
37002
37592
|
*/
|
37003
37593
|
|
37004
37594
|
.amis-scope .bg-light {
|
37005
|
-
background-color: #
|
37595
|
+
background-color: #eaf6fe;
|
37006
37596
|
color: #151a26;
|
37007
37597
|
}
|
37008
37598
|
|
37009
37599
|
.amis-scope .bg-light.lt,
|
37010
37600
|
.amis-scope .bg-light .lt {
|
37011
|
-
background: #
|
37601
|
+
background: #f4fafe;
|
37012
37602
|
}
|
37013
37603
|
|
37014
37604
|
.amis-scope .bg-light.lter,
|
37015
37605
|
.amis-scope .bg-light .lter {
|
37016
|
-
background: #
|
37606
|
+
background: #f9fcff;
|
37017
37607
|
}
|
37018
37608
|
|
37019
37609
|
.amis-scope .bg-light.dk,
|
37020
37610
|
.amis-scope .bg-light .dk {
|
37021
|
-
background: #
|
37611
|
+
background: #dbf0fe;
|
37022
37612
|
}
|
37023
37613
|
|
37024
37614
|
.amis-scope .bg-light.dker,
|
37025
37615
|
.amis-scope .bg-light .dker {
|
37026
|
-
background: #
|
37616
|
+
background: #d0ecfe;
|
37027
37617
|
}
|
37028
37618
|
|
37029
37619
|
.amis-scope .bg-light.bg,
|
37030
37620
|
.amis-scope .bg-light .bg {
|
37031
|
-
background-color: #
|
37621
|
+
background-color: #eaf6fe;
|
37032
37622
|
}
|
37033
37623
|
|
37034
37624
|
.amis-scope .bg-dark {
|
@@ -38067,7 +38657,7 @@ readers do not read off random characters that represent icons */
|
|
38067
38657
|
}
|
38068
38658
|
|
38069
38659
|
.amis-scope .b-light {
|
38070
|
-
border-color: #
|
38660
|
+
border-color: #eaf6fe;
|
38071
38661
|
}
|
38072
38662
|
|
38073
38663
|
.amis-scope .b-dark {
|
@@ -38107,7 +38697,7 @@ readers do not read off random characters that represent icons */
|
|
38107
38697
|
}
|
38108
38698
|
|
38109
38699
|
.amis-scope .b-l-light {
|
38110
|
-
border-left-color: #
|
38700
|
+
border-left-color: #eaf6fe;
|
38111
38701
|
}
|
38112
38702
|
|
38113
38703
|
.amis-scope .b-l-dark {
|
@@ -39387,10 +39977,6 @@ readers do not read off random characters that represent icons */
|
|
39387
39977
|
border: none;
|
39388
39978
|
}
|
39389
39979
|
|
39390
|
-
.amis-scope .cxd-Select .cxd-PopOver {
|
39391
|
-
top: calc(2rem + 0.25rem) !important;
|
39392
|
-
}
|
39393
|
-
|
39394
39980
|
.amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu {
|
39395
39981
|
border-radius: 0.25rem;
|
39396
39982
|
}
|
@@ -39400,10 +39986,6 @@ readers do not read off random characters that represent icons */
|
|
39400
39986
|
padding: 0.3125rem 0.75rem;
|
39401
39987
|
}
|
39402
39988
|
|
39403
|
-
.amis-scope .cxd-NestedSelectControl .cxd-PopOver {
|
39404
|
-
top: calc(2rem + 0.25rem) !important;
|
39405
|
-
}
|
39406
|
-
|
39407
39989
|
.amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu {
|
39408
39990
|
border-radius: 0.25rem;
|
39409
39991
|
}
|
@@ -39422,7 +40004,6 @@ readers do not read off random characters that represent icons */
|
|
39422
40004
|
}
|
39423
40005
|
|
39424
40006
|
.amis-scope .cxd-TreeSelectControl .cxd-PopOver {
|
39425
|
-
top: calc(2rem + 0.25rem) !important;
|
39426
40007
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
39427
40008
|
}
|
39428
40009
|
|
@@ -39432,7 +40013,6 @@ readers do not read off random characters that represent icons */
|
|
39432
40013
|
}
|
39433
40014
|
|
39434
40015
|
.amis-scope .cxd-DropDown .cxd-DropDown-menu {
|
39435
|
-
top: calc(2rem + 0.25rem) !important;
|
39436
40016
|
border: none;
|
39437
40017
|
}
|
39438
40018
|
|
@@ -39485,13 +40065,11 @@ readers do not read off random characters that represent icons */
|
|
39485
40065
|
|
39486
40066
|
.amis-scope .cxd-ColorPicker .cxd-PopOver {
|
39487
40067
|
border: none;
|
39488
|
-
top: calc(2rem + 0.25rem) !important;
|
39489
40068
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
39490
40069
|
}
|
39491
40070
|
|
39492
40071
|
.amis-scope .cxd-IconPickerControl .cxd-IconPickerControl-input--withAC .cxd-IconPickerControl-sugsPanel {
|
39493
40072
|
border: none;
|
39494
|
-
top: calc(2rem + 0.25rem) !important;
|
39495
40073
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
39496
40074
|
border-radius: 0.1875rem;
|
39497
40075
|
}
|
@@ -39502,7 +40080,6 @@ readers do not read off random characters that represent icons */
|
|
39502
40080
|
|
39503
40081
|
.amis-scope .cxd-LocationControl .cxd-PopOver {
|
39504
40082
|
border: none;
|
39505
|
-
top: calc(2rem + 0.25rem) !important;
|
39506
40083
|
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
39507
40084
|
}
|
39508
40085
|
|
@@ -39554,6 +40131,10 @@ readers do not read off random characters that represent icons */
|
|
39554
40131
|
font-weight: 400;
|
39555
40132
|
}
|
39556
40133
|
|
40134
|
+
.amis-scope .cxd-Drawer--right .cxd-Drawer-header {
|
40135
|
+
border-radius: 0.375rem 0 0 0;
|
40136
|
+
}
|
40137
|
+
|
39557
40138
|
.amis-scope .cxd-Drawer--right .cxd-Drawer-footer {
|
39558
40139
|
justify-content: flex-end;
|
39559
40140
|
}
|
@@ -39562,11 +40143,22 @@ readers do not read off random characters that represent icons */
|
|
39562
40143
|
margin-left: 1rem;
|
39563
40144
|
}
|
39564
40145
|
|
40146
|
+
.amis-scope .cxd-Drawer--left .cxd-Drawer-header {
|
40147
|
+
border-radius: 0 0.375rem 0 0;
|
40148
|
+
}
|
40149
|
+
|
39565
40150
|
.amis-scope .cxd-Drawer--left .cxd-Drawer-footer .cxd-Button {
|
39566
40151
|
margin-left: 1rem;
|
39567
40152
|
}
|
39568
40153
|
|
39569
|
-
.amis-scope .cxd-Drawer--top .cxd-Drawer-footer .cxd-Button
|
40154
|
+
.amis-scope .cxd-Drawer--top .cxd-Drawer-footer .cxd-Button {
|
40155
|
+
margin-left: 1rem;
|
40156
|
+
}
|
40157
|
+
|
40158
|
+
.amis-scope .cxd-Drawer--bottom .cxd-Drawer-header {
|
40159
|
+
border-radius: 0.375rem 0.375rem 0 0;
|
40160
|
+
}
|
40161
|
+
|
39570
40162
|
.amis-scope .cxd-Drawer--bottom .cxd-Drawer-footer .cxd-Button {
|
39571
40163
|
margin-left: 1rem;
|
39572
40164
|
}
|
@@ -39586,6 +40178,7 @@ readers do not read off random characters that represent icons */
|
|
39586
40178
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon svg {
|
39587
40179
|
width: 0.75rem;
|
39588
40180
|
height: 0.75rem;
|
40181
|
+
top: 0;
|
39589
40182
|
}
|
39590
40183
|
|
39591
40184
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerIconWrapper .cxd-StepsItem-body .cxd-StepsItem-title:after {
|
@@ -39633,10 +40226,6 @@ readers do not read off random characters that represent icons */
|
|
39633
40226
|
border: none;
|
39634
40227
|
}
|
39635
40228
|
|
39636
|
-
.amis-scope .cxd-Form .cxd-Collapse-arrow {
|
39637
|
-
margin-left: 0.5rem;
|
39638
|
-
}
|
39639
|
-
|
39640
40229
|
.amis-scope .cxd-Form .cxd-Collapse-header {
|
39641
40230
|
background-color: #fff;
|
39642
40231
|
display: inline-flex;
|