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/antd.css
CHANGED
@@ -19627,8 +19627,13 @@ readers do not read off random characters that represent icons */
|
|
19627
19627
|
--Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
|
19628
19628
|
--Collapse-header-bg: transparent;
|
19629
19629
|
--Collapse-header-onHover-bg: transparent;
|
19630
|
-
--Collapse-header-collapsed-
|
19630
|
+
--Collapse-header-collapsed-border: var(--borderWidth) solid
|
19631
19631
|
var(--Collapse-border-color);
|
19632
|
+
--Collapse-header-collapsed-borderTop: none;
|
19633
|
+
--Collapse-header-collapsed-borderBottom: var(
|
19634
|
+
--Collapse-header-collapsed-border
|
19635
|
+
);
|
19636
|
+
--Collapse-header-wrapper-direction: row;
|
19632
19637
|
--Collapse-content-padding: 1.125rem 0;
|
19633
19638
|
--Collapse-content-color: var(--body-color);
|
19634
19639
|
--Collapse-content-fontSize: var(--body-size);
|
@@ -20116,11 +20121,28 @@ readers do not read off random characters that represent icons */
|
|
20116
20121
|
--Panel-titleMarginTop: 0;
|
20117
20122
|
--Picker-iconColor: var(--icon-color);
|
20118
20123
|
--Picker-onHover-iconColor: var(--icon-onHover-color);
|
20124
|
+
--PickerColumns-bg: white;
|
20125
|
+
--PickerColumns-toolbar-height: 3.125rem;
|
20126
|
+
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
20127
|
+
--PickerColumns-title-lineHeight: 1.5;
|
20128
|
+
--PickerColumns-action-padding: 0 var(--gap-sm);
|
20129
|
+
--PickerColumns-action-fontSize: var(--fontSizeMd);
|
20130
|
+
--PickerColumns-confirmAction-color: var(--Button--info-bg);
|
20131
|
+
--PickerColumns-cancelAction-color: var(--Button--light-bg);
|
20132
|
+
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
20133
|
+
--PickerColumns-optionText-color: var(--text-color);
|
20134
|
+
--PickerColumns-optionDisabled-opacity: 0.3;
|
20135
|
+
--PickerColumns-loadingIcon-color: var(--icon-color);
|
20136
|
+
--PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
|
20119
20137
|
--PopOver-bg: white;
|
20120
20138
|
--PopOverAble-iconColor: inherit;
|
20121
20139
|
--PopOverAble-onHover-iconColor: inherit;
|
20122
20140
|
--Property-title-bg: #f2f2f2;
|
20123
20141
|
--Property-label-bg: #f7f7f7;
|
20142
|
+
--Portlet-borderColor: var(--borderColor);
|
20143
|
+
--Portlet-borderStyle: solid;
|
20144
|
+
--Portlet-borderWidth: var(--borderWidth);
|
20145
|
+
--Portlet-borderRadius: var(--borderRadius);
|
20124
20146
|
--QuickEdit-iconColor: inherit;
|
20125
20147
|
--QuickEdit-onFocus-borderColor: var(--info);
|
20126
20148
|
--QuickEdit-onFocus-borderWidth: var(--borderWidth);
|
@@ -20877,6 +20899,8 @@ readers do not read off random characters that represent icons */
|
|
20877
20899
|
width: 1em;
|
20878
20900
|
height: 1em;
|
20879
20901
|
fill: currentColor;
|
20902
|
+
position: relative;
|
20903
|
+
top: 0.125em;
|
20880
20904
|
}
|
20881
20905
|
|
20882
20906
|
.amis-scope svg.r90 {
|
@@ -20951,6 +20975,10 @@ readers do not read off random characters that represent icons */
|
|
20951
20975
|
height: 100%;
|
20952
20976
|
}
|
20953
20977
|
|
20978
|
+
.amis-scope .has-popover {
|
20979
|
+
position: relative;
|
20980
|
+
}
|
20981
|
+
|
20954
20982
|
.amis-scope,
|
20955
20983
|
.amis-scope {
|
20956
20984
|
width: 100%;
|
@@ -24094,6 +24122,140 @@ readers do not read off random characters that represent icons */
|
|
24094
24122
|
background: transparent;
|
24095
24123
|
}
|
24096
24124
|
|
24125
|
+
.amis-scope .antd-PopOver-isMobile .antd-PopOver-overlay {
|
24126
|
+
background: rgba(0, 0, 0, 0.3);
|
24127
|
+
}
|
24128
|
+
|
24129
|
+
.amis-scope .antd-PopOver--leftBottomLeftTop {
|
24130
|
+
margin-top: 0.25rem;
|
24131
|
+
}
|
24132
|
+
|
24133
|
+
.amis-scope .antd-PopOver--leftTopLeftBottom {
|
24134
|
+
margin-top: -0.25rem;
|
24135
|
+
}
|
24136
|
+
|
24137
|
+
.amis-scope .antd-PickerColumns {
|
24138
|
+
position: relative;
|
24139
|
+
background-color: var(--PickerColumns-bg);
|
24140
|
+
user-select: none;
|
24141
|
+
}
|
24142
|
+
|
24143
|
+
.amis-scope .antd-PickerColumns-popOver {
|
24144
|
+
position: fixed;
|
24145
|
+
bottom: 0;
|
24146
|
+
left: 0;
|
24147
|
+
width: 100%;
|
24148
|
+
padding: 0 var(--gap-sm);
|
24149
|
+
}
|
24150
|
+
|
24151
|
+
.amis-scope .antd-PickerColumns-toolbar {
|
24152
|
+
display: flex;
|
24153
|
+
align-items: center;
|
24154
|
+
justify-content: space-between;
|
24155
|
+
height: var(--PickerColumns-toolbar-height);
|
24156
|
+
}
|
24157
|
+
|
24158
|
+
.amis-scope .antd-PickerColumns-cancel,
|
24159
|
+
.amis-scope .antd-PickerColumns-confirm {
|
24160
|
+
height: 100%;
|
24161
|
+
padding: var(--PickerColumns-action-padding);
|
24162
|
+
font-size: var(--PickerColumns-action-fontSize);
|
24163
|
+
background-color: transparent;
|
24164
|
+
border: none;
|
24165
|
+
cursor: pointer;
|
24166
|
+
}
|
24167
|
+
|
24168
|
+
.amis-scope .antd-PickerColumns-cancel:active,
|
24169
|
+
.amis-scope .antd-PickerColumns-confirm:active {
|
24170
|
+
opacity: 0.7;
|
24171
|
+
}
|
24172
|
+
|
24173
|
+
.amis-scope .antd-PickerColumns-confirm {
|
24174
|
+
color: var(--PickerColumns-confirmAction-color);
|
24175
|
+
}
|
24176
|
+
|
24177
|
+
.amis-scope .antd-PickerColumns-cancel {
|
24178
|
+
color: var(--PickerColumns-cancelAction-color);
|
24179
|
+
}
|
24180
|
+
|
24181
|
+
.amis-scope .antd-PickerColumns-title {
|
24182
|
+
max-width: 50%;
|
24183
|
+
font-weight: 500;
|
24184
|
+
font-size: var(--PickerColumns-title-fontSize);
|
24185
|
+
line-height: var(--PickerColumns-title-lineHeight);
|
24186
|
+
text-align: center;
|
24187
|
+
}
|
24188
|
+
|
24189
|
+
.amis-scope .antd-PickerColumns-columns {
|
24190
|
+
touch-action: none;
|
24191
|
+
position: relative;
|
24192
|
+
display: flex;
|
24193
|
+
cursor: grab;
|
24194
|
+
}
|
24195
|
+
|
24196
|
+
.amis-scope .antd-PickerColumns-loading {
|
24197
|
+
position: absolute;
|
24198
|
+
top: 0;
|
24199
|
+
right: 0;
|
24200
|
+
bottom: 0;
|
24201
|
+
left: 0;
|
24202
|
+
z-index: 3;
|
24203
|
+
display: flex;
|
24204
|
+
align-items: center;
|
24205
|
+
justify-content: center;
|
24206
|
+
color: var(--PickerColumns-loadingIcon-color);
|
24207
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
24208
|
+
}
|
24209
|
+
|
24210
|
+
.amis-scope .antd-PickerColumns-frame {
|
24211
|
+
position: absolute;
|
24212
|
+
top: 50%;
|
24213
|
+
right: var(--gap-md);
|
24214
|
+
left: var(--gap-md);
|
24215
|
+
z-index: 2;
|
24216
|
+
transform: translateY(-50%);
|
24217
|
+
pointer-events: none;
|
24218
|
+
}
|
24219
|
+
|
24220
|
+
.amis-scope .antd-PickerColumns-mask {
|
24221
|
+
position: absolute;
|
24222
|
+
top: 0;
|
24223
|
+
left: 0;
|
24224
|
+
z-index: 1;
|
24225
|
+
width: 100%;
|
24226
|
+
height: 100%;
|
24227
|
+
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));
|
24228
|
+
background-repeat: no-repeat;
|
24229
|
+
background-position: top, bottom;
|
24230
|
+
transform: translateZ(0);
|
24231
|
+
pointer-events: none;
|
24232
|
+
}
|
24233
|
+
|
24234
|
+
.amis-scope .antd-PickerColumns-column {
|
24235
|
+
flex: 1;
|
24236
|
+
overflow: hidden;
|
24237
|
+
font-size: var(--PickerColumns-option-fontSize);
|
24238
|
+
}
|
24239
|
+
|
24240
|
+
.amis-scope .antd-PickerColumns-columnWrapper {
|
24241
|
+
margin: 0;
|
24242
|
+
padding: 0;
|
24243
|
+
list-style: none;
|
24244
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
24245
|
+
}
|
24246
|
+
|
24247
|
+
.amis-scope .antd-PickerColumns-columnItem {
|
24248
|
+
display: flex;
|
24249
|
+
align-items: center;
|
24250
|
+
justify-content: center;
|
24251
|
+
color: var(--PickerColumns-optionText-color);
|
24252
|
+
}
|
24253
|
+
|
24254
|
+
.amis-scope .antd-PickerColumns-columnItem.is-disabled {
|
24255
|
+
cursor: not-allowed;
|
24256
|
+
opacity: var(--PickerColumns-optionDisabled-opacity);
|
24257
|
+
}
|
24258
|
+
|
24097
24259
|
@keyframes bounceIn {
|
24098
24260
|
from, 20%, 40%, 60%, 80%, to {
|
24099
24261
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -25094,8 +25256,8 @@ readers do not read off random characters that represent icons */
|
|
25094
25256
|
cursor: move;
|
25095
25257
|
position: absolute;
|
25096
25258
|
left: 0;
|
25097
|
-
top: 0.6875rem;
|
25098
25259
|
display: none;
|
25260
|
+
line-height: 0;
|
25099
25261
|
}
|
25100
25262
|
|
25101
25263
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .icon,
|
@@ -25182,7 +25344,7 @@ readers do not read off random characters that represent icons */
|
|
25182
25344
|
border-color: var(--Nav-item-onHover-color);
|
25183
25345
|
text-decoration: none;
|
25184
25346
|
background: var(--Nav-item-onHover-bg);
|
25185
|
-
z-index:
|
25347
|
+
z-index: 1;
|
25186
25348
|
}
|
25187
25349
|
|
25188
25350
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover > .antd-Nav-itemDrager,
|
@@ -25969,13 +26131,14 @@ readers do not read off random characters that represent icons */
|
|
25969
26131
|
.amis-scope .antd-Spinner--icon {
|
25970
26132
|
background: transparent;
|
25971
26133
|
animation: spin 2s linear infinite;
|
25972
|
-
width:
|
25973
|
-
height:
|
26134
|
+
width: 16px;
|
26135
|
+
height: 16px;
|
25974
26136
|
}
|
25975
26137
|
|
25976
26138
|
.amis-scope .antd-Spinner--icon svg.icon {
|
25977
|
-
width:
|
25978
|
-
height:
|
26139
|
+
width: 16px;
|
26140
|
+
height: 16px;
|
26141
|
+
top: 0;
|
25979
26142
|
}
|
25980
26143
|
|
25981
26144
|
.amis-scope .antd-Spinner--overlay {
|
@@ -26236,7 +26399,7 @@ readers do not read off random characters that represent icons */
|
|
26236
26399
|
.amis-scope .antd-Collapse {
|
26237
26400
|
border: var(--Collapse-border);
|
26238
26401
|
padding: 0;
|
26239
|
-
|
26402
|
+
line-height: 1.25rem;
|
26240
26403
|
}
|
26241
26404
|
|
26242
26405
|
.amis-scope .antd-Collapse-header {
|
@@ -26246,9 +26409,19 @@ readers do not read off random characters that represent icons */
|
|
26246
26409
|
padding: var(--Collapse-header-padding);
|
26247
26410
|
margin: 0;
|
26248
26411
|
border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
|
26412
|
+
cursor: pointer;
|
26249
26413
|
background: var(--Collapse-header-bg);
|
26250
26414
|
}
|
26251
26415
|
|
26416
|
+
.amis-scope .antd-Collapse-header-wrapper {
|
26417
|
+
display: inline-flex;
|
26418
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
26419
|
+
}
|
26420
|
+
|
26421
|
+
.amis-scope .antd-Collapse-header-tpl {
|
26422
|
+
margin-right: 0.5rem;
|
26423
|
+
}
|
26424
|
+
|
26252
26425
|
.amis-scope .antd-Collapse-header:hover {
|
26253
26426
|
background: var(--Collapse-header-onHover-bg);
|
26254
26427
|
}
|
@@ -26257,8 +26430,7 @@ readers do not read off random characters that represent icons */
|
|
26257
26430
|
display: inline-block;
|
26258
26431
|
width: 1rem;
|
26259
26432
|
text-align: center;
|
26260
|
-
margin-right:
|
26261
|
-
cursor: pointer;
|
26433
|
+
margin-right: var(--gap-xs);
|
26262
26434
|
}
|
26263
26435
|
|
26264
26436
|
.amis-scope .antd-Collapse-arrow:before {
|
@@ -26267,49 +26439,67 @@ readers do not read off random characters that represent icons */
|
|
26267
26439
|
display: inline-block;
|
26268
26440
|
width: 0.375rem;
|
26269
26441
|
height: 0.375rem;
|
26270
|
-
top: -0.
|
26442
|
+
top: -0.125rem;
|
26271
26443
|
border-color: var(--text-color);
|
26272
26444
|
border-style: solid;
|
26273
26445
|
border-width: 0.0625rem 0.0625rem 0 0;
|
26274
|
-
transform: rotate(
|
26446
|
+
transform: rotate(45deg);
|
26275
26447
|
transform-origin: 50% 50%;
|
26276
26448
|
}
|
26277
26449
|
|
26278
|
-
.amis-scope .antd-Collapse-
|
26450
|
+
.amis-scope .antd-Collapse-icon-tranform {
|
26279
26451
|
display: inline-block;
|
26452
|
+
width: 1rem;
|
26453
|
+
text-align: center;
|
26454
|
+
margin-right: var(--gap-xs);
|
26280
26455
|
}
|
26281
26456
|
|
26282
|
-
.amis-scope .antd-Collapse
|
26283
|
-
|
26284
|
-
transform-origin: 0% 50%;
|
26457
|
+
.amis-scope .antd-Collapse .antd-TplField {
|
26458
|
+
display: inline-block;
|
26285
26459
|
}
|
26286
26460
|
|
26287
|
-
.amis-scope .antd-Collapse.is-
|
26288
|
-
|
26461
|
+
.amis-scope .antd-Collapse.is-active .antd-Collapse-arrow:before {
|
26462
|
+
transform: rotate(135deg);
|
26463
|
+
transform-origin: 50% 30%;
|
26289
26464
|
}
|
26290
26465
|
|
26291
|
-
.amis-scope .antd-Collapse
|
26292
|
-
|
26466
|
+
.amis-scope .antd-Collapse.is-active .antd-Collapse-icon-tranform {
|
26467
|
+
transform: rotate(90deg);
|
26468
|
+
}
|
26469
|
+
|
26470
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-header {
|
26471
|
+
cursor: not-allowed;
|
26293
26472
|
user-select: none;
|
26473
|
+
color: var(--text--muted-color);
|
26474
|
+
}
|
26475
|
+
|
26476
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-header:hover {
|
26477
|
+
background-color: var(--Collapse-header-bg-disabled-color);
|
26478
|
+
}
|
26479
|
+
|
26480
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-arrow:before {
|
26481
|
+
border-color: var(--text--muted-color);
|
26294
26482
|
}
|
26295
26483
|
|
26296
26484
|
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-header {
|
26297
26485
|
text-align: center;
|
26298
|
-
color: var(--link-color);
|
26299
|
-
border-left: none;
|
26300
26486
|
font-size: var(--fontSizeBase);
|
26487
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
26488
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
26301
26489
|
}
|
26302
26490
|
|
26303
|
-
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-
|
26304
|
-
top:
|
26305
|
-
transform: rotate(-45deg);
|
26306
|
-
transform-origin: 0% 50%;
|
26491
|
+
.amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-header {
|
26492
|
+
border-top: none;
|
26307
26493
|
}
|
26308
26494
|
|
26309
|
-
.amis-scope .antd-Collapse--title-bottom
|
26310
|
-
top: -0.
|
26495
|
+
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
|
26496
|
+
top: -0.25rem;
|
26311
26497
|
transform: rotate(135deg);
|
26312
|
-
|
26498
|
+
}
|
26499
|
+
|
26500
|
+
.amis-scope .antd-Collapse--title-bottom.is-active .antd-Collapse-arrow:before {
|
26501
|
+
top: 0;
|
26502
|
+
transform: rotate(-45deg);
|
26313
26503
|
}
|
26314
26504
|
|
26315
26505
|
.amis-scope .antd-Collapse-contentWrapper {
|
@@ -26329,6 +26519,10 @@ readers do not read off random characters that represent icons */
|
|
26329
26519
|
font-weight: var(--Collapse-content-fontWeight);
|
26330
26520
|
}
|
26331
26521
|
|
26522
|
+
.amis-scope .antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-arrow {
|
26523
|
+
float: right;
|
26524
|
+
}
|
26525
|
+
|
26332
26526
|
.amis-scope .antd-ColorField {
|
26333
26527
|
display: inline-block;
|
26334
26528
|
}
|
@@ -27517,6 +27711,10 @@ readers do not read off random characters that represent icons */
|
|
27517
27711
|
border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
|
27518
27712
|
}
|
27519
27713
|
|
27714
|
+
.amis-scope .antd-Table-table--checkOnItemClick > tbody > tr {
|
27715
|
+
cursor: pointer;
|
27716
|
+
}
|
27717
|
+
|
27520
27718
|
.amis-scope .antd-Table-table > thead > tr > th {
|
27521
27719
|
background: var(--Table-thead-bg);
|
27522
27720
|
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
|
@@ -28476,6 +28674,11 @@ readers do not read off random characters that represent icons */
|
|
28476
28674
|
cursor: move;
|
28477
28675
|
}
|
28478
28676
|
|
28677
|
+
.amis-scope .antd-Table-table > thead > tr > th.antd-Table-dragCell > svg,
|
28678
|
+
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-dragCell > svg {
|
28679
|
+
vertical-align: middle;
|
28680
|
+
}
|
28681
|
+
|
28479
28682
|
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell {
|
28480
28683
|
position: relative;
|
28481
28684
|
}
|
@@ -28843,6 +29046,10 @@ readers do not read off random characters that represent icons */
|
|
28843
29046
|
color: var(--icon-onHover-color);
|
28844
29047
|
}
|
28845
29048
|
|
29049
|
+
.amis-scope .antd-Table-dragBtn > svg {
|
29050
|
+
vertical-align: -2px;
|
29051
|
+
}
|
29052
|
+
|
28846
29053
|
.amis-scope .antd-Table-table > tbody > tr:hover .antd-Table-dragBtn,
|
28847
29054
|
.amis-scope .antd-Table-table > tbody > tr.is-dragging .antd-Table-dragBtn,
|
28848
29055
|
.amis-scope .antd-Table-table > tbody > tr.is-drop-allowed .antd-Table-dragBtn {
|
@@ -28860,6 +29067,28 @@ readers do not read off random characters that represent icons */
|
|
28860
29067
|
left: 0;
|
28861
29068
|
}
|
28862
29069
|
|
29070
|
+
.amis-scope .antd-Table--autoFillHeight {
|
29071
|
+
margin-bottom: 0;
|
29072
|
+
}
|
29073
|
+
|
29074
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table {
|
29075
|
+
border-top: none;
|
29076
|
+
}
|
29077
|
+
|
29078
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table thead {
|
29079
|
+
position: sticky;
|
29080
|
+
top: 0;
|
29081
|
+
z-index: 1;
|
29082
|
+
}
|
29083
|
+
|
29084
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-fixedTop {
|
29085
|
+
display: none;
|
29086
|
+
}
|
29087
|
+
|
29088
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-footToolbar {
|
29089
|
+
margin-bottom: 0;
|
29090
|
+
}
|
29091
|
+
|
28863
29092
|
.amis-scope .antd-InputTable-toolbar {
|
28864
29093
|
display: flex;
|
28865
29094
|
flex-direction: row;
|
@@ -29624,18 +29853,6 @@ readers do not read off random characters that represent icons */
|
|
29624
29853
|
margin-top: var(--gap-xs);
|
29625
29854
|
}
|
29626
29855
|
|
29627
|
-
.amis-scope .antd-Card-checkBtn {
|
29628
|
-
position: absolute;
|
29629
|
-
top: 0;
|
29630
|
-
right: 0;
|
29631
|
-
margin: var(--gap-sm);
|
29632
|
-
z-index: 1;
|
29633
|
-
}
|
29634
|
-
|
29635
|
-
.amis-scope .antd-Card-checkBtn .antd-Checkbox {
|
29636
|
-
margin-right: 0;
|
29637
|
-
}
|
29638
|
-
|
29639
29856
|
.amis-scope .antd-Card-dragBtn {
|
29640
29857
|
cursor: pointer;
|
29641
29858
|
float: right;
|
@@ -29643,7 +29860,8 @@ readers do not read off random characters that represent icons */
|
|
29643
29860
|
}
|
29644
29861
|
|
29645
29862
|
.amis-scope .antd-Card-heading {
|
29646
|
-
|
29863
|
+
display: flex;
|
29864
|
+
flex-direction: row;
|
29647
29865
|
padding: var(--gap-sm) var(--gap-base);
|
29648
29866
|
flex: 1 0 auto;
|
29649
29867
|
}
|
@@ -29675,12 +29893,17 @@ readers do not read off random characters that represent icons */
|
|
29675
29893
|
|
29676
29894
|
.amis-scope .antd-Card-meta {
|
29677
29895
|
display: block;
|
29896
|
+
flex-grow: 1;
|
29678
29897
|
height: 100%;
|
29679
|
-
overflow: hidden;
|
29680
29898
|
position: relative;
|
29681
29899
|
margin-right: var(--gap-md);
|
29682
29900
|
}
|
29683
29901
|
|
29902
|
+
.amis-scope .antd-Card-toolbar {
|
29903
|
+
margin-right: calc(-1 * var(--gap-base));
|
29904
|
+
text-align: right;
|
29905
|
+
}
|
29906
|
+
|
29684
29907
|
.amis-scope .antd-Card-highlight {
|
29685
29908
|
background: var(--success);
|
29686
29909
|
width: 0.5rem;
|
@@ -30169,7 +30392,7 @@ readers do not read off random characters that represent icons */
|
|
30169
30392
|
|
30170
30393
|
.amis-scope .antd-StatusField-label {
|
30171
30394
|
font-size: var(--fontSizeSm);
|
30172
|
-
margin-left: var(--gap-
|
30395
|
+
margin-left: var(--gap-xs);
|
30173
30396
|
}
|
30174
30397
|
|
30175
30398
|
@keyframes animation-rolling_red {
|
@@ -30904,6 +31127,16 @@ readers do not read off random characters that represent icons */
|
|
30904
31127
|
border-color: var(--Form-input-onFocused-borderColor);
|
30905
31128
|
}
|
30906
31129
|
|
31130
|
+
.amis-scope .antd-InputBox--borderHalf {
|
31131
|
+
border-left-color: transparent !important;
|
31132
|
+
border-right-color: transparent !important;
|
31133
|
+
border-top-color: transparent !important;
|
31134
|
+
}
|
31135
|
+
|
31136
|
+
.amis-scope .antd-InputBox--borderNone {
|
31137
|
+
border-color: transparent !important;
|
31138
|
+
}
|
31139
|
+
|
30907
31140
|
.amis-scope .antd-InputBox--inline {
|
30908
31141
|
display: inline-flex;
|
30909
31142
|
}
|
@@ -31005,6 +31238,16 @@ readers do not read off random characters that represent icons */
|
|
31005
31238
|
border-color: var(--Form-input-onFocused-borderColor);
|
31006
31239
|
}
|
31007
31240
|
|
31241
|
+
.amis-scope .antd-ResultBox--borderHalf {
|
31242
|
+
border-left-color: transparent !important;
|
31243
|
+
border-right-color: transparent !important;
|
31244
|
+
border-top-color: transparent !important;
|
31245
|
+
}
|
31246
|
+
|
31247
|
+
.amis-scope .antd-ResultBox--borderNone {
|
31248
|
+
border-color: transparent !important;
|
31249
|
+
}
|
31250
|
+
|
31008
31251
|
.amis-scope .antd-ResultBox.is-error {
|
31009
31252
|
border-color: var(--Form-input-onError-borderColor);
|
31010
31253
|
background: var(--Form-input-onError-bg);
|
@@ -31530,43 +31773,213 @@ readers do not read off random characters that represent icons */
|
|
31530
31773
|
border: 1px solid var(--Steps-status-success);
|
31531
31774
|
}
|
31532
31775
|
|
31533
|
-
.amis-scope
|
31534
|
-
|
31535
|
-
|
31536
|
-
|
31537
|
-
.amis-scope fieldset.antd-Collapse--xs {
|
31538
|
-
position: relative;
|
31776
|
+
.amis-scope .antd-Portlet {
|
31777
|
+
border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
|
31778
|
+
border-radius: var(--Portlet-borderRadius);
|
31779
|
+
padding: var(--gap-base);
|
31539
31780
|
}
|
31540
31781
|
|
31541
|
-
.amis-scope
|
31542
|
-
.amis-scope
|
31543
|
-
.amis-scope
|
31544
|
-
|
31545
|
-
|
31546
|
-
|
31547
|
-
pointer-events: none;
|
31548
|
-
border: 1px solid var(--borderColor);
|
31549
|
-
position: absolute;
|
31550
|
-
z-index: 0;
|
31551
|
-
top: 11px;
|
31552
|
-
left: 0;
|
31553
|
-
bottom: 0;
|
31554
|
-
right: 0;
|
31782
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active a:first-child,
|
31783
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
31784
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
31785
|
+
border: none !important;
|
31786
|
+
color: inherit !important;
|
31787
|
+
cursor: auto !important;
|
31555
31788
|
}
|
31556
31789
|
|
31557
|
-
.amis-scope
|
31558
|
-
|
31559
|
-
|
31560
|
-
|
31561
|
-
.amis-scope
|
31562
|
-
|
31563
|
-
|
31564
|
-
|
31565
|
-
|
31566
|
-
|
31567
|
-
|
31568
|
-
|
31569
|
-
|
31790
|
+
.amis-scope .antd-Portlet-tab.no-divider .antd-Tabs-links {
|
31791
|
+
border-bottom: none;
|
31792
|
+
}
|
31793
|
+
|
31794
|
+
.amis-scope .antd-Portlet .antd-Tabs-pane {
|
31795
|
+
padding: unset;
|
31796
|
+
}
|
31797
|
+
|
31798
|
+
.amis-scope .antd-Portlet-toolbar {
|
31799
|
+
display: inline-flex;
|
31800
|
+
float: right;
|
31801
|
+
justify-content: flex-end;
|
31802
|
+
}
|
31803
|
+
|
31804
|
+
.amis-scope .antd-Portlet-toolbar .antd-Button {
|
31805
|
+
margin-left: calc(var(--gap-xs));
|
31806
|
+
}
|
31807
|
+
|
31808
|
+
.amis-scope .antd-Portlet-header-desc {
|
31809
|
+
height: 100%;
|
31810
|
+
overflow: hidden;
|
31811
|
+
position: relative;
|
31812
|
+
margin-left: var(--gap-base);
|
31813
|
+
}
|
31814
|
+
|
31815
|
+
.amis-scope .antd-Portlet.no-header .antd-Portlet-tab .antd-Tabs-links {
|
31816
|
+
display: none;
|
31817
|
+
}
|
31818
|
+
|
31819
|
+
.amis-scope .u-hairline::after {
|
31820
|
+
position: absolute;
|
31821
|
+
box-sizing: border-box;
|
31822
|
+
content: " ";
|
31823
|
+
pointer-events: none;
|
31824
|
+
top: -50%;
|
31825
|
+
right: -50%;
|
31826
|
+
bottom: -50%;
|
31827
|
+
left: -50%;
|
31828
|
+
border: 0 solid var(--borderColorLight);
|
31829
|
+
z-index: 1;
|
31830
|
+
transform: scale(0.5);
|
31831
|
+
}
|
31832
|
+
|
31833
|
+
.amis-scope .antd-GridNav {
|
31834
|
+
display: flex;
|
31835
|
+
flex-wrap: wrap;
|
31836
|
+
}
|
31837
|
+
|
31838
|
+
.amis-scope .antd-GridNav-top {
|
31839
|
+
position: relative;
|
31840
|
+
}
|
31841
|
+
|
31842
|
+
.amis-scope .antd-GridNav-top::after {
|
31843
|
+
border-top-width: 0.0625rem;
|
31844
|
+
}
|
31845
|
+
|
31846
|
+
.amis-scope .antd-GridNavItem {
|
31847
|
+
position: relative;
|
31848
|
+
box-sizing: border-box;
|
31849
|
+
}
|
31850
|
+
|
31851
|
+
.amis-scope .antd-GridNavItem--square {
|
31852
|
+
height: 0;
|
31853
|
+
position: relative;
|
31854
|
+
}
|
31855
|
+
|
31856
|
+
.amis-scope .antd-GridNavItem-icon {
|
31857
|
+
width: var(--rv-grid-item-icon-size);
|
31858
|
+
}
|
31859
|
+
|
31860
|
+
.amis-scope .antd-GridNavItem-text {
|
31861
|
+
color: var(--text-color);
|
31862
|
+
font-size: var(--fontSizeSm);
|
31863
|
+
line-height: 1.5;
|
31864
|
+
word-break: break-all;
|
31865
|
+
flex-shrink: 0;
|
31866
|
+
}
|
31867
|
+
|
31868
|
+
.amis-scope .antd-GridNavItem-icon + .antd-GridNavItem-text {
|
31869
|
+
margin-top: 0.5rem;
|
31870
|
+
}
|
31871
|
+
|
31872
|
+
.amis-scope .antd-GridNavItem-image {
|
31873
|
+
display: inline-block;
|
31874
|
+
}
|
31875
|
+
|
31876
|
+
.amis-scope .antd-GridNavItem-image svg,
|
31877
|
+
.amis-scope .antd-GridNavItem-image img {
|
31878
|
+
max-width: 100%;
|
31879
|
+
display: block;
|
31880
|
+
width: 60%;
|
31881
|
+
margin: 0 auto;
|
31882
|
+
}
|
31883
|
+
|
31884
|
+
.amis-scope .antd-GridNavItem-content {
|
31885
|
+
display: flex;
|
31886
|
+
flex-direction: column;
|
31887
|
+
box-sizing: border-box;
|
31888
|
+
height: 100%;
|
31889
|
+
padding: var(--gap-md) var(--gap-sm);
|
31890
|
+
background-color: var(--white);
|
31891
|
+
position: relative;
|
31892
|
+
}
|
31893
|
+
|
31894
|
+
.amis-scope .antd-GridNavItem-content .antd-Badge-text {
|
31895
|
+
z-index: 10;
|
31896
|
+
}
|
31897
|
+
|
31898
|
+
.amis-scope .antd-GridNavItem-content--border::after {
|
31899
|
+
border-width: 0 var(--borderWidth) var(--borderWidth) 0;
|
31900
|
+
}
|
31901
|
+
|
31902
|
+
.amis-scope .antd-GridNavItem-content--square {
|
31903
|
+
position: absolute;
|
31904
|
+
top: 0;
|
31905
|
+
right: 0;
|
31906
|
+
left: 0;
|
31907
|
+
}
|
31908
|
+
|
31909
|
+
.amis-scope .antd-GridNavItem-content--center {
|
31910
|
+
align-items: center;
|
31911
|
+
justify-content: center;
|
31912
|
+
}
|
31913
|
+
|
31914
|
+
.amis-scope .antd-GridNavItem-content--horizontal {
|
31915
|
+
flex-direction: row;
|
31916
|
+
}
|
31917
|
+
|
31918
|
+
.amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-text {
|
31919
|
+
margin: 0 0 0 var(--gap-sm);
|
31920
|
+
}
|
31921
|
+
|
31922
|
+
.amis-scope .antd-GridNavItem-content--reverse {
|
31923
|
+
flex-direction: column-reverse;
|
31924
|
+
}
|
31925
|
+
|
31926
|
+
.amis-scope .antd-GridNavItem-content--reverse .antd-GridNavItem-text {
|
31927
|
+
margin: 0 0 var(--gap-sm);
|
31928
|
+
}
|
31929
|
+
|
31930
|
+
.amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-content--reverse {
|
31931
|
+
flex-direction: row-reverse;
|
31932
|
+
}
|
31933
|
+
|
31934
|
+
.amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-content--reverse .antd-GridNavItem-text {
|
31935
|
+
margin: 0 var(--gap-sm) 0 0;
|
31936
|
+
}
|
31937
|
+
|
31938
|
+
.amis-scope .antd-GridNavItem-content--surround::after {
|
31939
|
+
border-width: var(--borderWidth);
|
31940
|
+
}
|
31941
|
+
|
31942
|
+
.amis-scope .antd-GridNavItem-content--clickable {
|
31943
|
+
cursor: pointer;
|
31944
|
+
}
|
31945
|
+
|
31946
|
+
.amis-scope fieldset.antd-Collapse--lg,
|
31947
|
+
.amis-scope fieldset.antd-Collapse--md,
|
31948
|
+
.amis-scope fieldset.antd-Collapse--base,
|
31949
|
+
.amis-scope fieldset.antd-Collapse--sm,
|
31950
|
+
.amis-scope fieldset.antd-Collapse--xs {
|
31951
|
+
position: relative;
|
31952
|
+
}
|
31953
|
+
|
31954
|
+
.amis-scope fieldset.antd-Collapse--lg:after,
|
31955
|
+
.amis-scope fieldset.antd-Collapse--md:after,
|
31956
|
+
.amis-scope fieldset.antd-Collapse--base:after,
|
31957
|
+
.amis-scope fieldset.antd-Collapse--sm:after,
|
31958
|
+
.amis-scope fieldset.antd-Collapse--xs:after {
|
31959
|
+
content: "";
|
31960
|
+
pointer-events: none;
|
31961
|
+
border: 1px solid var(--borderColor);
|
31962
|
+
position: absolute;
|
31963
|
+
z-index: 0;
|
31964
|
+
top: 11px;
|
31965
|
+
left: 0;
|
31966
|
+
bottom: 0;
|
31967
|
+
right: 0;
|
31968
|
+
}
|
31969
|
+
|
31970
|
+
.amis-scope fieldset.antd-Collapse--lg > legend,
|
31971
|
+
.amis-scope fieldset.antd-Collapse--md > legend,
|
31972
|
+
.amis-scope fieldset.antd-Collapse--base > legend,
|
31973
|
+
.amis-scope fieldset.antd-Collapse--sm > legend,
|
31974
|
+
.amis-scope fieldset.antd-Collapse--xs > legend {
|
31975
|
+
position: absolute;
|
31976
|
+
top: 0;
|
31977
|
+
left: 0;
|
31978
|
+
display: inline-block;
|
31979
|
+
border: 0;
|
31980
|
+
width: auto;
|
31981
|
+
z-index: 1;
|
31982
|
+
background: var(--Fieldset-legend-bgColor);
|
31570
31983
|
border-left: 0 !important;
|
31571
31984
|
}
|
31572
31985
|
|
@@ -31588,11 +32001,16 @@ readers do not read off random characters that represent icons */
|
|
31588
32001
|
margin: var(--gap-base) 0;
|
31589
32002
|
padding: 0 0 0 14px;
|
31590
32003
|
cursor: pointer;
|
31591
|
-
border-bottom:
|
32004
|
+
border-bottom: none !important;
|
32005
|
+
background: transparent;
|
31592
32006
|
display: flex;
|
31593
32007
|
flex-direction: row;
|
31594
32008
|
}
|
31595
32009
|
|
32010
|
+
.amis-scope fieldset.antd-Collapse > legend:hover {
|
32011
|
+
background: transparent;
|
32012
|
+
}
|
32013
|
+
|
31596
32014
|
.amis-scope fieldset.antd-Collapse--xs {
|
31597
32015
|
padding: 20px 5px 5px 5px;
|
31598
32016
|
}
|
@@ -32674,7 +33092,7 @@ readers do not read off random characters that represent icons */
|
|
32674
33092
|
color: #999;
|
32675
33093
|
}
|
32676
33094
|
|
32677
|
-
.amis-scope .antd-
|
33095
|
+
.amis-scope .antd-Selection > .antd-Checkbox {
|
32678
33096
|
display: block;
|
32679
33097
|
height: var(--Form-input-height);
|
32680
33098
|
line-height: var(--Form-input-lineHeight);
|
@@ -32682,43 +33100,36 @@ readers do not read off random characters that represent icons */
|
|
32682
33100
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
|
32683
33101
|
}
|
32684
33102
|
|
32685
|
-
.amis-scope .antd-
|
33103
|
+
.amis-scope .antd-Selection--inline > .antd-Checkbox {
|
32686
33104
|
display: inline-block;
|
32687
33105
|
}
|
32688
33106
|
|
32689
|
-
.amis-scope .antd-
|
33107
|
+
.amis-scope .antd-Selection-addBtn {
|
32690
33108
|
display: block;
|
32691
33109
|
cursor: pointer;
|
32692
33110
|
}
|
32693
33111
|
|
32694
|
-
.amis-scope .antd-
|
33112
|
+
.amis-scope .antd-Selection-addBtn:hover {
|
32695
33113
|
text-decoration: none;
|
32696
33114
|
}
|
32697
33115
|
|
32698
|
-
.amis-scope .antd-
|
33116
|
+
.amis-scope .antd-Selection-addBtn > svg {
|
32699
33117
|
width: 0.875rem;
|
32700
33118
|
height: 0.875rem;
|
32701
33119
|
margin-right: var(--Checkbox-gap);
|
32702
33120
|
}
|
32703
33121
|
|
32704
|
-
.amis-scope .antd-
|
32705
|
-
.amis-scope .antd-ListCheckboxes-group:not(:first-child) > .antd-ListRadios-itemLabel,
|
32706
|
-
.amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListCheckboxes-itemLabel,
|
32707
|
-
.amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListRadios-itemLabel {
|
33122
|
+
.amis-scope .antd-GroupedSelection-group:not(:first-child) > .antd-GroupedSelection-itemLabel {
|
32708
33123
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
32709
33124
|
}
|
32710
33125
|
|
32711
|
-
.amis-scope .antd-
|
32712
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-itemLabel,
|
32713
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-itemLabel,
|
32714
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-itemLabel {
|
33126
|
+
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-itemLabel {
|
32715
33127
|
font-size: var(--fontSizeSm);
|
32716
33128
|
padding: var(--gap-xs) var(--gap-xs);
|
32717
33129
|
color: var(--text--muted-color);
|
32718
33130
|
}
|
32719
33131
|
|
32720
|
-
.amis-scope .antd-
|
32721
|
-
.amis-scope .antd-ListRadios-item {
|
33132
|
+
.amis-scope .antd-GroupedSelection-item {
|
32722
33133
|
display: flex;
|
32723
33134
|
height: var(--Form-input-height);
|
32724
33135
|
line-height: var(--Form-input-lineHeight);
|
@@ -32729,51 +33140,37 @@ readers do not read off random characters that represent icons */
|
|
32729
33140
|
user-select: none;
|
32730
33141
|
}
|
32731
33142
|
|
32732
|
-
.amis-scope .antd-
|
32733
|
-
.amis-scope .antd-ListRadios-item > .antd-Checkbox {
|
33143
|
+
.amis-scope .antd-GroupedSelection-item > .antd-Checkbox {
|
32734
33144
|
margin-right: 0;
|
32735
33145
|
}
|
32736
33146
|
|
32737
|
-
.amis-scope .antd-
|
32738
|
-
.amis-scope .antd-ListRadios-item.is-active {
|
33147
|
+
.amis-scope .antd-GroupedSelection-item.is-active {
|
32739
33148
|
color: var(--Form-select-menu-onActive-color);
|
32740
33149
|
background: var(--Form-select-menu-onActive-bg);
|
32741
33150
|
}
|
32742
33151
|
|
32743
|
-
.amis-scope .antd-
|
32744
|
-
.amis-scope .antd-ListRadios-item:hover {
|
33152
|
+
.amis-scope .antd-GroupedSelection-item:hover {
|
32745
33153
|
background: var(--Tree-item-onHover-bg);
|
32746
33154
|
}
|
32747
33155
|
|
32748
|
-
.amis-scope .antd-
|
32749
|
-
.amis-scope .antd-ListRadios-item.is-disabled {
|
33156
|
+
.amis-scope .antd-GroupedSelection-item.is-disabled {
|
32750
33157
|
pointer-events: none;
|
32751
33158
|
color: var(--text--muted-color);
|
32752
33159
|
}
|
32753
33160
|
|
32754
|
-
.amis-scope .antd-
|
32755
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
|
32756
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
|
32757
|
-
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListRadios-item,
|
32758
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListCheckboxes-item,
|
32759
|
-
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
|
32760
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
|
32761
|
-
.amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListRadios-item {
|
33161
|
+
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-items > .antd-GroupedSelection-item {
|
32762
33162
|
padding-left: var(--gap-base);
|
32763
33163
|
}
|
32764
33164
|
|
32765
|
-
.amis-scope .antd-
|
32766
|
-
.amis-scope .antd-ListRadios-itemLabel {
|
33165
|
+
.amis-scope .antd-GroupedSelection-itemLabel {
|
32767
33166
|
flex-grow: 1;
|
32768
33167
|
}
|
32769
33168
|
|
32770
|
-
.amis-scope .antd-
|
32771
|
-
.amis-scope .antd-ListRadios-itemLabel span {
|
33169
|
+
.amis-scope .antd-GroupedSelection-itemLabel span {
|
32772
33170
|
white-space: nowrap;
|
32773
33171
|
}
|
32774
33172
|
|
32775
|
-
.amis-scope .antd-
|
32776
|
-
.amis-scope .antd-ListRadios-placeholder {
|
33173
|
+
.amis-scope .antd-GroupedSelection-placeholder {
|
32777
33174
|
height: var(--Form-input-height);
|
32778
33175
|
line-height: var(--Form-input-lineHeight);
|
32779
33176
|
font-size: var(--Form-input-fontSize);
|
@@ -32781,52 +33178,54 @@ readers do not read off random characters that represent icons */
|
|
32781
33178
|
color: var(--text--muted-color);
|
32782
33179
|
}
|
32783
33180
|
|
32784
|
-
.amis-scope .antd-
|
33181
|
+
.amis-scope .antd-TableSelection .antd-Table-content {
|
32785
33182
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
32786
33183
|
}
|
32787
33184
|
|
32788
|
-
.amis-scope .antd-
|
32789
|
-
.amis-scope .antd-
|
33185
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th,
|
33186
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td {
|
32790
33187
|
font-size: var(--fontSizeSm);
|
32791
33188
|
padding-top: var(--gap-xs);
|
32792
33189
|
padding-bottom: 0.375rem;
|
32793
33190
|
vertical-align: middle;
|
32794
33191
|
}
|
32795
33192
|
|
32796
|
-
.amis-scope .antd-
|
33193
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th {
|
32797
33194
|
padding-top: 0.375rem;
|
32798
33195
|
}
|
32799
33196
|
|
32800
|
-
.amis-scope .antd-
|
32801
|
-
.amis-scope .antd-
|
33197
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:first-child,
|
33198
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:first-child {
|
32802
33199
|
padding-left: 0.625rem;
|
32803
33200
|
padding-right: 0;
|
32804
33201
|
}
|
32805
33202
|
|
32806
|
-
.amis-scope .antd-
|
32807
|
-
.amis-scope .antd-
|
33203
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:last-child,
|
33204
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:last-child {
|
32808
33205
|
padding-right: var(--gap-md);
|
32809
33206
|
}
|
32810
33207
|
|
32811
|
-
.amis-scope .antd-
|
33208
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr {
|
32812
33209
|
cursor: pointer;
|
32813
33210
|
}
|
32814
33211
|
|
32815
|
-
.amis-scope .antd-
|
32816
|
-
|
33212
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr.is-active {
|
33213
|
+
color: var(--Form-select-menu-onActive-color);
|
33214
|
+
background: var(--Form-select-menu-onActive-bg);
|
33215
|
+
}
|
33216
|
+
|
33217
|
+
.amis-scope .antd-TreeSelection .antd-Table-expandBtn {
|
32817
33218
|
color: var(--icon-color);
|
32818
33219
|
margin-right: 5px;
|
32819
33220
|
}
|
32820
33221
|
|
32821
|
-
.amis-scope .antd-
|
32822
|
-
.amis-scope .antd-TreeRadios-sublist {
|
33222
|
+
.amis-scope .antd-TreeSelection-sublist {
|
32823
33223
|
position: relative;
|
32824
33224
|
margin: 0 0 0 2.1875rem;
|
32825
33225
|
display: none;
|
32826
33226
|
}
|
32827
33227
|
|
32828
|
-
.amis-scope .antd-
|
32829
|
-
.amis-scope .antd-TreeRadios-sublist:before {
|
33228
|
+
.amis-scope .antd-TreeSelection-sublist:before {
|
32830
33229
|
width: 1px;
|
32831
33230
|
content: "";
|
32832
33231
|
display: block;
|
@@ -32837,29 +33236,19 @@ readers do not read off random characters that represent icons */
|
|
32837
33236
|
border-left: dashed 1px var(--icon-color);
|
32838
33237
|
}
|
32839
33238
|
|
32840
|
-
.amis-scope .antd-
|
32841
|
-
.amis-scope .antd-TreeRadios-item {
|
33239
|
+
.amis-scope .antd-TreeSelection-item {
|
32842
33240
|
position: relative;
|
32843
33241
|
}
|
32844
33242
|
|
32845
|
-
.amis-scope .antd-
|
32846
|
-
.amis-scope .antd-TreeCheckboxes-item.is-expanded > .antd-TreeRadios-sublist,
|
32847
|
-
.amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeCheckboxes-sublist,
|
32848
|
-
.amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeRadios-sublist {
|
33243
|
+
.amis-scope .antd-TreeSelection-item.is-expanded > .antd-TreeSelection-sublist {
|
32849
33244
|
display: block;
|
32850
33245
|
}
|
32851
33246
|
|
32852
|
-
.amis-scope .antd-
|
32853
|
-
.amis-scope .antd-TreeCheckboxes-item:not(:last-child) > .antd-TreeRadios-sublist:before,
|
32854
|
-
.amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeCheckboxes-sublist:before,
|
32855
|
-
.amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeRadios-sublist:before {
|
33247
|
+
.amis-scope .antd-TreeSelection-item:not(:last-child) > .antd-TreeSelection-sublist:before {
|
32856
33248
|
bottom: 0;
|
32857
33249
|
}
|
32858
33250
|
|
32859
|
-
.amis-scope .antd-
|
32860
|
-
.amis-scope .antd-TreeCheckboxes-sublist .antd-TreeRadios-item:before,
|
32861
|
-
.amis-scope .antd-TreeRadios-sublist .antd-TreeCheckboxes-item:before,
|
32862
|
-
.amis-scope .antd-TreeRadios-sublist .antd-TreeRadios-item:before {
|
33251
|
+
.amis-scope .antd-TreeSelection-sublist .antd-TreeSelection-item:before {
|
32863
33252
|
height: 1px;
|
32864
33253
|
content: "";
|
32865
33254
|
display: block;
|
@@ -32870,8 +33259,7 @@ readers do not read off random characters that represent icons */
|
|
32870
33259
|
border-top: dashed 1px var(--icon-color);
|
32871
33260
|
}
|
32872
33261
|
|
32873
|
-
.amis-scope .antd-
|
32874
|
-
.amis-scope .antd-TreeRadios-itemInner {
|
33262
|
+
.amis-scope .antd-TreeSelection-itemInner {
|
32875
33263
|
display: flex;
|
32876
33264
|
align-items: center;
|
32877
33265
|
height: var(--Form-input-height);
|
@@ -32884,20 +33272,17 @@ readers do not read off random characters that represent icons */
|
|
32884
33272
|
position: relative;
|
32885
33273
|
}
|
32886
33274
|
|
32887
|
-
.amis-scope .antd-
|
32888
|
-
.amis-scope .antd-TreeRadios-itemInner > .antd-Checkbox {
|
33275
|
+
.amis-scope .antd-TreeSelection-itemInner > .antd-Checkbox {
|
32889
33276
|
margin-right: 0;
|
32890
33277
|
margin-left: var(--gap-sm);
|
32891
33278
|
}
|
32892
33279
|
|
32893
|
-
.amis-scope .antd-
|
32894
|
-
.amis-scope .antd-TreeRadios-itemInner > * {
|
33280
|
+
.amis-scope .antd-TreeSelection-itemInner > * {
|
32895
33281
|
position: relative;
|
32896
33282
|
z-index: 2;
|
32897
33283
|
}
|
32898
33284
|
|
32899
|
-
.amis-scope .antd-
|
32900
|
-
.amis-scope .antd-TreeRadios-itemInner:hover:after {
|
33285
|
+
.amis-scope .antd-TreeSelection-itemInner:hover:after {
|
32901
33286
|
position: absolute;
|
32902
33287
|
content: "";
|
32903
33288
|
z-index: 1;
|
@@ -32908,24 +33293,20 @@ readers do not read off random characters that represent icons */
|
|
32908
33293
|
background: var(--Tree-item-onHover-bg);
|
32909
33294
|
}
|
32910
33295
|
|
32911
|
-
.amis-scope .antd-
|
32912
|
-
.amis-scope .antd-TreeRadios-itemInner.is-active {
|
33296
|
+
.amis-scope .antd-TreeSelection-itemInner.is-active {
|
32913
33297
|
color: var(--Form-select-menu-onActive-color);
|
32914
33298
|
}
|
32915
33299
|
|
32916
|
-
.amis-scope .antd-
|
32917
|
-
.amis-scope .antd-TreeRadios-itemInner.is-disabled {
|
33300
|
+
.amis-scope .antd-TreeSelection-itemInner.is-disabled {
|
32918
33301
|
pointer-events: none;
|
32919
33302
|
color: var(--text--muted-color);
|
32920
33303
|
}
|
32921
33304
|
|
32922
|
-
.amis-scope .antd-
|
32923
|
-
.amis-scope .antd-TreeRadios-itemLabel {
|
33305
|
+
.amis-scope .antd-TreeSelection-itemLabel {
|
32924
33306
|
flex-grow: 1;
|
32925
33307
|
}
|
32926
33308
|
|
32927
|
-
.amis-scope .antd-
|
32928
|
-
.amis-scope .antd-TreeRadios-placeholder {
|
33309
|
+
.amis-scope .antd-TreeSelection-placeholder {
|
32929
33310
|
height: var(--Form-input-height);
|
32930
33311
|
line-height: var(--Form-input-lineHeight);
|
32931
33312
|
font-size: var(--Form-input-fontSize);
|
@@ -32933,27 +33314,27 @@ readers do not read off random characters that represent icons */
|
|
32933
33314
|
color: var(--text--muted-color);
|
32934
33315
|
}
|
32935
33316
|
|
32936
|
-
.amis-scope .antd-
|
33317
|
+
.amis-scope .antd-ChainedSelection {
|
32937
33318
|
display: flex;
|
32938
33319
|
flex-direction: row;
|
32939
33320
|
}
|
32940
33321
|
|
32941
|
-
.amis-scope .antd-
|
33322
|
+
.amis-scope .antd-ChainedSelection-col {
|
32942
33323
|
flex-grow: 1;
|
32943
33324
|
min-width: 150px;
|
32944
33325
|
}
|
32945
33326
|
|
32946
|
-
.amis-scope .antd-
|
33327
|
+
.amis-scope .antd-ChainedSelection-col:not(:last-child) {
|
32947
33328
|
border-right: 1px solid var(--borderColor);
|
32948
33329
|
}
|
32949
33330
|
|
32950
|
-
.amis-scope .antd-
|
33331
|
+
.amis-scope .antd-ChainedSelection-subTitle {
|
32951
33332
|
font-size: var(--fontSizeSm);
|
32952
33333
|
padding: var(--gap-xs) var(--gap-xs);
|
32953
33334
|
color: var(--text--muted-color);
|
32954
33335
|
}
|
32955
33336
|
|
32956
|
-
.amis-scope .antd-
|
33337
|
+
.amis-scope .antd-ChainedSelection-item {
|
32957
33338
|
display: flex;
|
32958
33339
|
height: var(--Form-input-height);
|
32959
33340
|
line-height: var(--Form-input-lineHeight);
|
@@ -32964,29 +33345,29 @@ readers do not read off random characters that represent icons */
|
|
32964
33345
|
user-select: none;
|
32965
33346
|
}
|
32966
33347
|
|
32967
|
-
.amis-scope .antd-
|
33348
|
+
.amis-scope .antd-ChainedSelection-item > .antd-Checkbox {
|
32968
33349
|
margin-right: 0;
|
32969
33350
|
}
|
32970
33351
|
|
32971
|
-
.amis-scope .antd-
|
33352
|
+
.amis-scope .antd-ChainedSelection-item.is-active {
|
32972
33353
|
color: var(--Form-select-menu-onActive-color);
|
32973
33354
|
background: var(--Form-select-menu-onActive-bg);
|
32974
33355
|
}
|
32975
33356
|
|
32976
|
-
.amis-scope .antd-
|
33357
|
+
.amis-scope .antd-ChainedSelection-item:hover {
|
32977
33358
|
background: var(--Tree-item-onHover-bg);
|
32978
33359
|
}
|
32979
33360
|
|
32980
|
-
.amis-scope .antd-
|
33361
|
+
.amis-scope .antd-ChainedSelection-item.is-disabled {
|
32981
33362
|
pointer-events: none;
|
32982
33363
|
color: var(--text--muted-color);
|
32983
33364
|
}
|
32984
33365
|
|
32985
|
-
.amis-scope .antd-
|
33366
|
+
.amis-scope .antd-ChainedSelection-itemLabel {
|
32986
33367
|
flex-grow: 1;
|
32987
33368
|
}
|
32988
33369
|
|
32989
|
-
.amis-scope .antd-
|
33370
|
+
.amis-scope .antd-ChainedSelection-placeholder {
|
32990
33371
|
height: var(--Form-input-height);
|
32991
33372
|
line-height: var(--Form-input-lineHeight);
|
32992
33373
|
font-size: var(--Form-input-fontSize);
|
@@ -32994,34 +33375,35 @@ readers do not read off random characters that represent icons */
|
|
32994
33375
|
color: var(--text--muted-color);
|
32995
33376
|
}
|
32996
33377
|
|
32997
|
-
.amis-scope .antd-
|
33378
|
+
.amis-scope .antd-AssociatedSelection {
|
32998
33379
|
display: flex;
|
32999
33380
|
flex-direction: row;
|
33000
33381
|
}
|
33001
33382
|
|
33002
|
-
.amis-scope .antd-
|
33003
|
-
.amis-scope .antd-
|
33383
|
+
.amis-scope .antd-AssociatedSelection-left,
|
33384
|
+
.amis-scope .antd-AssociatedSelection-right {
|
33004
33385
|
flex-grow: 1;
|
33005
33386
|
width: 0;
|
33006
|
-
height:
|
33387
|
+
min-height: 12.5rem;
|
33388
|
+
max-height: 25rem;
|
33007
33389
|
overflow: auto;
|
33008
33390
|
}
|
33009
33391
|
|
33010
|
-
.amis-scope .antd-
|
33392
|
+
.amis-scope .antd-AssociatedSelection-left {
|
33011
33393
|
border-right: 1px solid var(--borderColor);
|
33012
33394
|
}
|
33013
33395
|
|
33014
|
-
.amis-scope .antd-
|
33396
|
+
.amis-scope .antd-AssociatedSelection-reload {
|
33015
33397
|
text-align: center;
|
33016
33398
|
color: var(--info);
|
33017
33399
|
margin: 20px 0 0;
|
33018
33400
|
}
|
33019
33401
|
|
33020
|
-
.amis-scope .antd-
|
33402
|
+
.amis-scope .antd-AssociatedSelection-reload.is-clickable {
|
33021
33403
|
cursor: pointer;
|
33022
33404
|
}
|
33023
33405
|
|
33024
|
-
.amis-scope .antd-
|
33406
|
+
.amis-scope .antd-AssociatedSelection-box {
|
33025
33407
|
line-height: var(--Form-input-lineHeight);
|
33026
33408
|
font-size: var(--fontSizeSm);
|
33027
33409
|
color: var(--text--muted-color);
|
@@ -33033,7 +33415,7 @@ readers do not read off random characters that represent icons */
|
|
33033
33415
|
height: 100%;
|
33034
33416
|
}
|
33035
33417
|
|
33036
|
-
.amis-scope .antd-
|
33418
|
+
.amis-scope .antd-AssociatedSelection-box > p {
|
33037
33419
|
text-align: center;
|
33038
33420
|
margin: 10px 0 20px;
|
33039
33421
|
color: var(--text--muted-color);
|
@@ -35068,6 +35450,17 @@ readers do not read off random characters that represent icons */
|
|
35068
35450
|
height: 100%;
|
35069
35451
|
}
|
35070
35452
|
|
35453
|
+
.amis-scope .antd-FileControl-templateInfo {
|
35454
|
+
display: block;
|
35455
|
+
margin-bottom: var(--gap-base);
|
35456
|
+
padding: var(--Button-paddingY) var(--Button-paddingX);
|
35457
|
+
cursor: pointer;
|
35458
|
+
}
|
35459
|
+
|
35460
|
+
.amis-scope .antd-FileControl-templateInfo > svg {
|
35461
|
+
margin-right: var(--gap-xs);
|
35462
|
+
}
|
35463
|
+
|
35071
35464
|
.amis-scope .antd-FileControl-dropzone {
|
35072
35465
|
outline: none;
|
35073
35466
|
}
|
@@ -35753,6 +36146,10 @@ readers do not read off random characters that represent icons */
|
|
35753
36146
|
pointer-events: none;
|
35754
36147
|
}
|
35755
36148
|
|
36149
|
+
.amis-scope .antd-Tree.is-draggable {
|
36150
|
+
position: relative;
|
36151
|
+
}
|
36152
|
+
|
35756
36153
|
.amis-scope .antd-Tree--outline .antd-Tree-sublist .antd-Tree-item--isLeaf:before {
|
35757
36154
|
position: absolute;
|
35758
36155
|
top: -8px;
|
@@ -35793,6 +36190,10 @@ readers do not read off random characters that represent icons */
|
|
35793
36190
|
left: -99999px;
|
35794
36191
|
}
|
35795
36192
|
|
36193
|
+
.amis-scope .antd-Tree.is-draggable .antd-Tree-itemLabel:hover::after {
|
36194
|
+
display: none;
|
36195
|
+
}
|
36196
|
+
|
35796
36197
|
.amis-scope .antd-Tree-item-icons {
|
35797
36198
|
visibility: hidden;
|
35798
36199
|
transition: visibility var(--animation-duration) ease;
|
@@ -35906,6 +36307,11 @@ readers do not read off random characters that represent icons */
|
|
35906
36307
|
width: calc(var(--Tree-itemArrowWidth) + var(--gap-xs));
|
35907
36308
|
}
|
35908
36309
|
|
36310
|
+
.amis-scope .antd-Tree-itemDrager {
|
36311
|
+
cursor: move;
|
36312
|
+
color: var(--icon-color);
|
36313
|
+
}
|
36314
|
+
|
35909
36315
|
.amis-scope .antd-Tree-spinner {
|
35910
36316
|
margin-right: var(--gap-xs);
|
35911
36317
|
}
|
@@ -35952,6 +36358,35 @@ readers do not read off random characters that represent icons */
|
|
35952
36358
|
color: var(--text--muted-color);
|
35953
36359
|
}
|
35954
36360
|
|
36361
|
+
.amis-scope .antd-Tree-dropIndicator {
|
36362
|
+
position: absolute;
|
36363
|
+
height: 0.125rem;
|
36364
|
+
background-color: var(--Tree-itemLabel--onChecked-color);
|
36365
|
+
border-radius: 0.0625rem;
|
36366
|
+
z-index: 1;
|
36367
|
+
}
|
36368
|
+
|
36369
|
+
.amis-scope .antd-Tree-dropIndicator::after {
|
36370
|
+
position: absolute;
|
36371
|
+
top: -0.1875rem;
|
36372
|
+
left: -0.375rem;
|
36373
|
+
width: 0.5rem;
|
36374
|
+
height: 0.5rem;
|
36375
|
+
background-color: transparent;
|
36376
|
+
border: 0.125rem solid var(--Tree-itemLabel--onChecked-color);
|
36377
|
+
border-radius: 50%;
|
36378
|
+
content: "";
|
36379
|
+
}
|
36380
|
+
|
36381
|
+
.amis-scope .antd-Tree-dropIndicator--hover {
|
36382
|
+
border-radius: 0;
|
36383
|
+
background-color: var(--Tree-item-onHover-bg);
|
36384
|
+
}
|
36385
|
+
|
36386
|
+
.amis-scope .antd-Tree-dropIndicator--hover::after {
|
36387
|
+
display: none;
|
36388
|
+
}
|
36389
|
+
|
35955
36390
|
.amis-scope .antd-TreeSelectControl {
|
35956
36391
|
position: relative;
|
35957
36392
|
}
|
@@ -36282,6 +36717,8 @@ readers do not read off random characters that represent icons */
|
|
36282
36717
|
|
36283
36718
|
.amis-scope .antd-Combo--hor .antd-Combo-itemDrager {
|
36284
36719
|
padding: var(--Combo--horizontal-dragger-top) 0.375rem 0 0;
|
36720
|
+
display: flex;
|
36721
|
+
align-items: center;
|
36285
36722
|
}
|
36286
36723
|
|
36287
36724
|
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder)::before,
|
@@ -36343,6 +36780,8 @@ readers do not read off random characters that represent icons */
|
|
36343
36780
|
position: absolute;
|
36344
36781
|
top: var(--Combo--horizontal-dragger-top);
|
36345
36782
|
left: -1.875rem;
|
36783
|
+
display: flex;
|
36784
|
+
align-items: center;
|
36346
36785
|
}
|
36347
36786
|
|
36348
36787
|
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder).is-draggable > .antd-Combo-items > .antd-Combo-item {
|
@@ -36971,19 +37410,19 @@ readers do not read off random characters that represent icons */
|
|
36971
37410
|
border-radius: var(--borderRadius);
|
36972
37411
|
}
|
36973
37412
|
|
36974
|
-
.amis-scope .antd-Transfer-select > .antd-Transfer-
|
36975
|
-
.amis-scope .antd-Transfer-result > .antd-Transfer-
|
37413
|
+
.amis-scope .antd-Transfer-select > .antd-Transfer-selection,
|
37414
|
+
.amis-scope .antd-Transfer-result > .antd-Transfer-value {
|
36976
37415
|
flex-grow: 1;
|
36977
37416
|
max-height: 100%;
|
36978
37417
|
overflow: auto;
|
36979
37418
|
position: relative;
|
36980
37419
|
}
|
36981
37420
|
|
36982
|
-
.amis-scope .antd-Transfer-search + .antd-Transfer-
|
37421
|
+
.amis-scope .antd-Transfer-search + .antd-Transfer-selection {
|
36983
37422
|
border-top: 1px solid var(--borderColor);
|
36984
37423
|
}
|
36985
37424
|
|
36986
|
-
.amis-scope .antd-Transfer-
|
37425
|
+
.amis-scope .antd-Transfer-selection .antd-ListSelection-placeholder {
|
36987
37426
|
height: 100%;
|
36988
37427
|
display: flex;
|
36989
37428
|
align-items: center;
|
@@ -37031,13 +37470,29 @@ readers do not read off random characters that represent icons */
|
|
37031
37470
|
color: var(--text--muted-color);
|
37032
37471
|
}
|
37033
37472
|
|
37034
|
-
.amis-scope .antd-Transfer-
|
37473
|
+
.amis-scope .antd-TabsTransfer .antd-Transfer-title {
|
37474
|
+
height: 40px;
|
37475
|
+
}
|
37476
|
+
|
37477
|
+
.amis-scope .antd-TabsTransfer-placeholder {
|
37478
|
+
height: var(--Form-input-height);
|
37479
|
+
line-height: var(--Form-input-lineHeight);
|
37480
|
+
font-size: var(--Form-input-fontSize);
|
37481
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
37482
|
+
color: var(--text--muted-color);
|
37483
|
+
}
|
37484
|
+
|
37485
|
+
.amis-scope .antd-TabsTransfer-tab {
|
37486
|
+
padding: 0;
|
37487
|
+
}
|
37488
|
+
|
37489
|
+
.amis-scope .antd-TabsTransfer-tabs {
|
37035
37490
|
display: flex;
|
37036
37491
|
flex-direction: column;
|
37037
37492
|
height: 100%;
|
37038
37493
|
}
|
37039
37494
|
|
37040
|
-
.amis-scope .antd-
|
37495
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links {
|
37041
37496
|
border-top: 0 none;
|
37042
37497
|
padding: 5px 0 0 5px;
|
37043
37498
|
display: flex;
|
@@ -37046,59 +37501,48 @@ readers do not read off random characters that represent icons */
|
|
37046
37501
|
align-items: center;
|
37047
37502
|
}
|
37048
37503
|
|
37049
|
-
.amis-scope .antd-
|
37504
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-Tabs-link > a:first-child {
|
37050
37505
|
font-size: 12px;
|
37051
37506
|
padding: 7px 8px;
|
37052
37507
|
}
|
37053
37508
|
|
37054
|
-
.amis-scope .antd-
|
37509
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links .antd-TabsTransfer-tabsMid {
|
37055
37510
|
flex-grow: 1;
|
37056
37511
|
}
|
37057
37512
|
|
37058
|
-
.amis-scope .antd-
|
37513
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox {
|
37059
37514
|
margin: -5px 5px 0 10px;
|
37060
37515
|
}
|
37061
37516
|
|
37062
|
-
.amis-scope .antd-
|
37517
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox.is-active {
|
37063
37518
|
width: 150px;
|
37064
37519
|
margin-right: 10px;
|
37065
37520
|
padding-left: 10px;
|
37066
37521
|
}
|
37067
37522
|
|
37068
|
-
.amis-scope .antd-
|
37523
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content {
|
37069
37524
|
flex-grow: 1;
|
37525
|
+
min-height: 0;
|
37070
37526
|
position: relative;
|
37071
37527
|
padding: 5px 0 0;
|
37072
37528
|
}
|
37073
37529
|
|
37074
|
-
.amis-scope .antd-
|
37530
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane {
|
37075
37531
|
position: relative;
|
37076
|
-
|
37532
|
+
height: 100%;
|
37077
37533
|
}
|
37078
37534
|
|
37079
|
-
.amis-scope .antd-
|
37535
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active {
|
37080
37536
|
display: flex;
|
37081
37537
|
flex-direction: column;
|
37082
37538
|
}
|
37083
37539
|
|
37084
|
-
.amis-scope .antd-
|
37540
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active > .antd-Transfer-selection {
|
37085
37541
|
flex-grow: 1;
|
37086
37542
|
max-height: 100%;
|
37087
37543
|
overflow: auto;
|
37088
37544
|
}
|
37089
37545
|
|
37090
|
-
.amis-scope .antd-TabsTransfer .antd-Transfer-title {
|
37091
|
-
height: 40px;
|
37092
|
-
}
|
37093
|
-
|
37094
|
-
.amis-scope .antd-TabsTransfer-placeholder {
|
37095
|
-
height: var(--Form-input-height);
|
37096
|
-
line-height: var(--Form-input-lineHeight);
|
37097
|
-
font-size: var(--Form-input-fontSize);
|
37098
|
-
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
37099
|
-
color: var(--text--muted-color);
|
37100
|
-
}
|
37101
|
-
|
37102
37546
|
.amis-scope .antd-TransferControl {
|
37103
37547
|
position: relative;
|
37104
37548
|
}
|
@@ -37107,6 +37551,57 @@ readers do not read off random characters that represent icons */
|
|
37107
37551
|
display: inline-block;
|
37108
37552
|
}
|
37109
37553
|
|
37554
|
+
.amis-scope .antd-TransferPicker-icon {
|
37555
|
+
transition: transform var(--animation-duration) ease-out;
|
37556
|
+
margin: 5px 5px 5px auto;
|
37557
|
+
display: flex;
|
37558
|
+
color: var(--Form-select-caret-iconColor);
|
37559
|
+
}
|
37560
|
+
|
37561
|
+
.amis-scope .antd-TransferPicker-icon:hover {
|
37562
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37563
|
+
}
|
37564
|
+
|
37565
|
+
.amis-scope .antd-TransferPicker-icon > svg {
|
37566
|
+
width: 0.75rem;
|
37567
|
+
height: 0.75rem;
|
37568
|
+
top: 0;
|
37569
|
+
}
|
37570
|
+
|
37571
|
+
.amis-scope .antd-TransferDropDown-icon {
|
37572
|
+
transition: transform var(--animation-duration) ease-out;
|
37573
|
+
margin: 5px 5px 5px auto;
|
37574
|
+
display: flex;
|
37575
|
+
color: var(--Form-select-caret-iconColor);
|
37576
|
+
}
|
37577
|
+
|
37578
|
+
.amis-scope .antd-TransferDropDown-icon:hover {
|
37579
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37580
|
+
}
|
37581
|
+
|
37582
|
+
.amis-scope .antd-TransferDropDown-icon > svg {
|
37583
|
+
width: 0.625rem;
|
37584
|
+
height: 0.625rem;
|
37585
|
+
top: 0;
|
37586
|
+
}
|
37587
|
+
|
37588
|
+
.amis-scope .antd-TransferDropDown.is-active .antd-TransferDropDown-icon {
|
37589
|
+
transform: rotate(180deg);
|
37590
|
+
}
|
37591
|
+
|
37592
|
+
.amis-scope .antd-TransferDropDown-content {
|
37593
|
+
min-height: 12.5rem;
|
37594
|
+
display: flex;
|
37595
|
+
flex-direction: column;
|
37596
|
+
}
|
37597
|
+
|
37598
|
+
.amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
|
37599
|
+
flex-grow: 1;
|
37600
|
+
max-height: 100%;
|
37601
|
+
overflow: auto;
|
37602
|
+
position: relative;
|
37603
|
+
}
|
37604
|
+
|
37110
37605
|
.amis-scope .antd-NestedSelectControl {
|
37111
37606
|
position: relative;
|
37112
37607
|
}
|
@@ -37810,12 +38305,61 @@ readers do not read off random characters that represent icons */
|
|
37810
38305
|
min-width: var(--Form-control-widthSm);
|
37811
38306
|
}
|
37812
38307
|
|
38308
|
+
.amis-scope .antd-Form--column {
|
38309
|
+
display: flex;
|
38310
|
+
flex-wrap: wrap;
|
38311
|
+
margin-left: calc(var(--Form-group-gutterWidth) / -2);
|
38312
|
+
margin-right: calc(var(--Form-group-gutterWidth) / -2);
|
38313
|
+
}
|
38314
|
+
|
38315
|
+
.amis-scope .antd-Form--column > .antd-Form-item {
|
38316
|
+
flex-grow: 1;
|
38317
|
+
padding-left: calc(var(--Form-group-gutterWidth) / 2);
|
38318
|
+
padding-right: calc(var(--Form-group-gutterWidth) / 2);
|
38319
|
+
}
|
38320
|
+
|
38321
|
+
.amis-scope .antd-Form--column-2 > .antd-Form-item {
|
38322
|
+
width: 50%;
|
38323
|
+
}
|
38324
|
+
|
38325
|
+
.amis-scope .antd-Form--column-3 > .antd-Form-item {
|
38326
|
+
width: 33%;
|
38327
|
+
}
|
38328
|
+
|
38329
|
+
.amis-scope .antd-Form--column-4 > .antd-Form-item {
|
38330
|
+
width: 25%;
|
38331
|
+
}
|
38332
|
+
|
38333
|
+
.amis-scope .antd-Form--column-5 > .antd-Form-item {
|
38334
|
+
width: 20%;
|
38335
|
+
}
|
38336
|
+
|
38337
|
+
.amis-scope .antd-Form--column-6 > .antd-Form-item {
|
38338
|
+
width: 16.6%;
|
38339
|
+
}
|
38340
|
+
|
38341
|
+
.amis-scope .antd-Form--column-7 > .antd-Form-item {
|
38342
|
+
width: 14.2%;
|
38343
|
+
}
|
38344
|
+
|
38345
|
+
.amis-scope .antd-Form--column-8 > .antd-Form-item {
|
38346
|
+
width: 12.5%;
|
38347
|
+
}
|
38348
|
+
|
38349
|
+
.amis-scope .antd-Form-column-9 > .antd-Form-item {
|
38350
|
+
width: 11.1%;
|
38351
|
+
}
|
38352
|
+
|
38353
|
+
.amis-scope .antd-Form-column-10 > .antd-Form-item {
|
38354
|
+
width: 10%;
|
38355
|
+
}
|
38356
|
+
|
37813
38357
|
.amis-scope .antd-AnchorNav {
|
37814
38358
|
display: flex;
|
37815
38359
|
height: 25rem;
|
37816
38360
|
}
|
37817
38361
|
|
37818
|
-
.amis-scope .antd-AnchorNav-link-wrap {
|
38362
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap {
|
37819
38363
|
margin: 0;
|
37820
38364
|
padding: 0;
|
37821
38365
|
width: var(--Tabs--vertical-width);
|
@@ -37823,12 +38367,12 @@ readers do not read off random characters that represent icons */
|
|
37823
38367
|
padding-bottom: 3.75rem;
|
37824
38368
|
}
|
37825
38369
|
|
37826
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
38370
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
37827
38371
|
position: relative;
|
37828
38372
|
display: block;
|
37829
38373
|
}
|
37830
38374
|
|
37831
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
38375
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
37832
38376
|
display: block;
|
37833
38377
|
border: var(--Tabs-borderWidth) solid transparent;
|
37834
38378
|
border-width: var(--AnchorNav-onActive-borderWidth);
|
@@ -37842,20 +38386,75 @@ readers do not read off random characters that represent icons */
|
|
37842
38386
|
margin: 0;
|
37843
38387
|
}
|
37844
38388
|
|
37845
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
38389
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
37846
38390
|
color: var(--primary);
|
37847
38391
|
}
|
37848
38392
|
|
37849
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
|
37850
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
38393
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
|
38394
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
37851
38395
|
color: var(--Tabs--vertical-onActive-color);
|
37852
38396
|
border-color: var(--Tabs--vertical-onActive-border);
|
37853
38397
|
}
|
37854
38398
|
|
38399
|
+
.amis-scope .antd-AnchorNav--horizontal {
|
38400
|
+
flex-direction: column;
|
38401
|
+
}
|
38402
|
+
|
38403
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap {
|
38404
|
+
user-select: none;
|
38405
|
+
margin: 0px;
|
38406
|
+
padding: 0px;
|
38407
|
+
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
38408
|
+
list-style: none;
|
38409
|
+
}
|
38410
|
+
|
38411
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
38412
|
+
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
38413
|
+
display: inline-block;
|
38414
|
+
position: relative;
|
38415
|
+
}
|
38416
|
+
|
38417
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child {
|
38418
|
+
font-size: var(--Tabs-linkFontSize);
|
38419
|
+
outline: 0;
|
38420
|
+
border: var(--Tabs-borderWidth) solid transparent;
|
38421
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38422
|
+
border-top-left-radius: var(--Tabs-borderRadius);
|
38423
|
+
border-top-right-radius: var(--Tabs-borderRadius);
|
38424
|
+
color: var(--Tabs-color);
|
38425
|
+
margin: var(--Tabs-linkMargin);
|
38426
|
+
padding: var(--Tabs-linkPadding);
|
38427
|
+
text-decoration: none;
|
38428
|
+
cursor: pointer;
|
38429
|
+
display: block;
|
38430
|
+
}
|
38431
|
+
|
38432
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:hover,
|
38433
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:focus {
|
38434
|
+
color: var(--primary);
|
38435
|
+
background: transparent;
|
38436
|
+
border-color: transparent;
|
38437
|
+
}
|
38438
|
+
|
38439
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link:last-child > a {
|
38440
|
+
margin: 0;
|
38441
|
+
}
|
38442
|
+
|
38443
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child,
|
38444
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:hover,
|
38445
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:focus {
|
38446
|
+
font-size: var(--Tabs-linkFontSize);
|
38447
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38448
|
+
border-color: var(--Tabs--line-onHover-borderColor);
|
38449
|
+
color: var(--Tabs--line-onHover-color);
|
38450
|
+
background: transparent;
|
38451
|
+
}
|
38452
|
+
|
37855
38453
|
.amis-scope .antd-AnchorNav-section-wrap {
|
37856
38454
|
border: none;
|
37857
38455
|
flex-grow: 1;
|
37858
38456
|
overflow: auto;
|
38457
|
+
scroll-behavior: smooth;
|
37859
38458
|
background: var(--Tabs-content-bg);
|
37860
38459
|
}
|
37861
38460
|
|
@@ -38134,6 +38733,14 @@ readers do not read off random characters that represent icons */
|
|
38134
38733
|
color: var(--text--muted-color);
|
38135
38734
|
}
|
38136
38735
|
|
38736
|
+
.amis-scope .antd-MappingField {
|
38737
|
+
margin-right: var(--gap-xs);
|
38738
|
+
}
|
38739
|
+
|
38740
|
+
.amis-scope .antd-MappingField:last-child {
|
38741
|
+
margin-right: 0;
|
38742
|
+
}
|
38743
|
+
|
38137
38744
|
/*
|
38138
38745
|
* utilities
|
38139
38746
|
*/
|