amis 1.4.2-beta.6 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Schema.d.ts +11 -3
- package/lib/Schema.js.map +1 -1
- package/lib/components/Alert2.d.ts +26 -21
- package/lib/components/Alert2.js +11 -4
- package/lib/components/Alert2.js.map +2 -2
- package/lib/components/AnchorNav.d.ts +22 -21
- package/lib/components/AnchorNav.js +7 -3
- package/lib/components/AnchorNav.js.map +2 -2
- package/lib/components/ArrayInput.d.ts +84 -84
- package/lib/components/AssociatedSelection.d.ts +930 -0
- package/lib/components/AssociatedSelection.js +89 -0
- package/lib/components/AssociatedSelection.js.map +13 -0
- package/lib/components/Badge.js +2 -2
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/Button.js +1 -1
- package/lib/components/Button.js.map +2 -2
- package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
- package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
- package/lib/components/ChainedSelection.js.map +13 -0
- package/lib/components/Checkbox.d.ts +20 -20
- package/lib/components/Collapse.d.ts +51 -23
- package/lib/components/Collapse.js +70 -11
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/CollapseGroup.d.ts +88 -0
- package/lib/components/CollapseGroup.js +81 -0
- package/lib/components/CollapseGroup.js.map +13 -0
- package/lib/components/ColorPicker.d.ts +89 -85
- package/lib/components/ColorPicker.js +17 -4
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/Drawer.js +2 -2
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GridNav.d.ts +52 -0
- package/lib/components/GridNav.js +123 -0
- package/lib/components/GridNav.js.map +13 -0
- package/lib/components/GroupedSelection.d.ts +907 -0
- package/lib/components/GroupedSelection.js +48 -0
- package/lib/components/GroupedSelection.js.map +13 -0
- package/lib/components/InputBox.d.ts +22 -21
- package/lib/components/InputBox.js +10 -2
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/Link.d.ts +29 -36
- package/lib/components/Link.js +14 -15
- package/lib/components/Link.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/ModalManager.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/Overlay.js +5 -0
- package/lib/components/Overlay.js.map +2 -2
- package/lib/components/PickerColumn.d.ts +514 -0
- package/lib/components/PickerColumn.js +279 -0
- package/lib/components/PickerColumn.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +513 -0
- package/lib/components/PickerContainer.js +96 -0
- package/lib/components/PickerContainer.js.map +13 -0
- package/lib/components/PopOver.d.ts +1 -0
- package/lib/components/PopOver.js +12 -1
- package/lib/components/PopOver.js.map +2 -2
- package/lib/components/Progress.d.ts +85 -0
- package/lib/components/Progress.js +81 -0
- package/lib/components/Progress.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -21
- package/lib/components/Radios.js +1 -0
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/ResultBox.js +10 -2
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/SearchBox.d.ts +84 -84
- package/lib/components/Select.d.ts +245 -237
- package/lib/components/Select.js +25 -4
- package/lib/components/Select.js.map +2 -2
- package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
- package/lib/components/Selection.js +134 -0
- package/lib/components/Selection.js.map +13 -0
- package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
- package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
- package/lib/components/TableSelection.js.map +13 -0
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/TabsTransfer.d.ts +84 -84
- package/lib/components/TabsTransfer.js +9 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +489 -0
- package/lib/components/TabsTransferPicker.js +60 -0
- package/lib/components/TabsTransferPicker.js.map +13 -0
- package/lib/components/Toast.d.ts +90 -87
- package/lib/components/Toast.js +15 -5
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/Transfer.d.ts +908 -274
- package/lib/components/Transfer.js +31 -24
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +488 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +493 -0
- package/lib/components/TransferPicker.js +60 -0
- package/lib/components/TransferPicker.js.map +13 -0
- package/lib/components/Tree.d.ts +115 -84
- package/lib/components/Tree.js +183 -30
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
- package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
- package/lib/components/TreeSelection.js.map +13 -0
- package/lib/components/condition-builder/Field.js +4 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/icons.js +10 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +8 -8
- package/lib/components/index.js +16 -16
- package/lib/components/index.js.map +2 -2
- package/lib/envOverwrite.d.ts +1 -1
- package/lib/envOverwrite.js +24 -9
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +15 -1
- package/lib/factory.js +35 -6
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/hooks/index.d.ts +5 -0
- package/lib/hooks/index.js +14 -0
- package/lib/hooks/index.js.map +13 -0
- package/lib/hooks/use-set-state.d.ts +2 -0
- package/lib/hooks/use-set-state.js +15 -0
- package/lib/hooks/use-set-state.js.map +13 -0
- package/lib/hooks/use-touch.d.ts +16 -0
- package/lib/hooks/use-touch.js +73 -0
- package/lib/hooks/use-touch.js.map +13 -0
- package/lib/hooks/use-update-effect.d.ts +3 -0
- package/lib/hooks/use-update-effect.js +17 -0
- package/lib/hooks/use-update-effect.js.map +13 -0
- package/lib/icons/alert-danger.js +7 -0
- package/lib/icons/alert-info.js +7 -0
- package/lib/icons/alert-success.js +7 -0
- package/lib/icons/alert-warning.js +7 -0
- package/lib/icons/download.js +7 -0
- package/lib/icons/drag-bar.js +10 -3
- package/lib/index.d.ts +5 -0
- package/lib/index.js +6 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +2 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +3 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +5 -2
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +10 -5
- package/lib/renderers/Action.js +23 -5
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Alert.d.ts +21 -1
- package/lib/renderers/Alert.js.map +2 -2
- package/lib/renderers/AnchorNav.d.ts +1 -0
- package/lib/renderers/AnchorNav.js +2 -2
- package/lib/renderers/AnchorNav.js.map +2 -2
- package/lib/renderers/Avatar.js +3 -3
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +5 -0
- package/lib/renderers/CRUD.js +25 -4
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +5 -0
- package/lib/renderers/Card.js +34 -23
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Collapse.d.ts +25 -20
- package/lib/renderers/Collapse.js +10 -72
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/CollapseGroup.d.ts +42 -0
- package/lib/renderers/CollapseGroup.js +33 -0
- package/lib/renderers/CollapseGroup.js.map +13 -0
- package/lib/renderers/Form/ConditionBuilder.js +2 -2
- package/lib/renderers/Form/ConditionBuilder.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +4 -3
- package/lib/renderers/Form/Editor.d.ts +3 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +7 -6
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +86 -85
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputFile.d.ts +6 -0
- package/lib/renderers/Form/InputFile.js +28 -8
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +11 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js +2 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/Options.js +25 -4
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +42 -4
- package/lib/renderers/Form/Select.js +37 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TabsTransferPicker.js +29 -0
- package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
- package/lib/renderers/Form/Transfer.js +18 -3
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +52 -0
- package/lib/renderers/Form/TransferPicker.js +43 -0
- package/lib/renderers/Form/TransferPicker.js.map +13 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +5 -0
- package/lib/renderers/Form/index.js +5 -3
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +13 -1
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/GridNav.d.ts +99 -0
- package/lib/renderers/GridNav.js +82 -0
- package/lib/renderers/GridNav.js.map +13 -0
- package/lib/renderers/IFrame.js +1 -3
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Image.js +7 -5
- package/lib/renderers/Image.js.map +2 -2
- package/lib/renderers/Json.d.ts +4 -0
- package/lib/renderers/Json.js +4 -13
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Link.d.ts +4 -2
- package/lib/renderers/Link.js +15 -8
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/List.js +1 -1
- package/lib/renderers/List.js.map +2 -2
- package/lib/renderers/Nav.d.ts +21 -21
- package/lib/renderers/Nav.js +37 -19
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.d.ts +18 -0
- package/lib/renderers/Page.js +53 -9
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Portlet.d.ts +125 -0
- package/lib/renderers/Portlet.js +156 -0
- package/lib/renderers/Portlet.js.map +13 -0
- package/lib/renderers/Progress.d.ts +23 -3
- package/lib/renderers/Progress.js +15 -19
- package/lib/renderers/Progress.js.map +2 -2
- package/lib/renderers/Property.js +1 -1
- package/lib/renderers/Property.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.js +1 -1
- package/lib/renderers/Table/ColumnToggler.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +4 -1
- package/lib/renderers/Table/TableContent.js +21 -1
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +5 -1
- package/lib/renderers/Table/index.js +65 -30
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +9 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/WebComponent.js.map +2 -2
- package/lib/store/combo.d.ts +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +3 -5
- package/lib/store/form.js.map +2 -2
- package/lib/store/formItem.js +44 -4
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/table.d.ts +3 -2
- package/lib/store/table.js +35 -12
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +934 -222
- package/lib/themes/ang.css +934 -222
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +934 -222
- package/lib/themes/antd.css +934 -222
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +970 -260
- package/lib/themes/cxd.css +970 -260
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +934 -222
- package/lib/themes/dark.css +934 -222
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +970 -260
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +38 -1
- package/lib/types.js +0 -5
- package/lib/types.js.map +2 -2
- package/lib/utils/api.d.ts +3 -2
- package/lib/utils/api.js +90 -17
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/dom.d.ts +4 -0
- package/lib/utils/dom.js +11 -1
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/helper.d.ts +12 -23
- package/lib/utils/helper.js +62 -166
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/tpl-builtin.d.ts +2 -20
- package/lib/utils/tpl-builtin.js +25 -743
- package/lib/utils/tpl-builtin.js.map +2 -2
- package/lib/utils/tpl.js +24 -0
- package/lib/utils/tpl.js.map +2 -2
- package/package.json +5 -2
- package/schema.json +3966 -1263
- package/scss/_mixins.scss +1 -3
- package/scss/_properties.scss +42 -13
- package/scss/base/_common.scss +3 -0
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_alert.scss +28 -5
- package/scss/components/_anchor-nav.scss +89 -29
- package/scss/components/_button.scss +12 -0
- package/scss/components/_card.scss +9 -15
- package/scss/components/_collapse-group.scss +15 -0
- package/scss/components/_collapse.scss +48 -23
- package/scss/components/_grid-nav.scss +128 -0
- package/scss/components/_images.scss +1 -0
- package/scss/components/_input-box.scss +1 -0
- package/scss/components/_nav.scss +2 -7
- package/scss/components/_page.scss +35 -2
- package/scss/components/_picker-columns.scss +124 -0
- package/scss/components/_popover.scss +13 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_progress.scss +141 -33
- package/scss/components/_result-box.scss +1 -0
- package/scss/components/_spinner.scss +5 -4
- package/scss/components/_status.scss +1 -1
- package/scss/components/_table.scss +32 -0
- package/scss/components/_toast.scss +41 -11
- package/scss/components/form/_checks.scss +0 -351
- package/scss/components/form/_color.scss +32 -3
- package/scss/components/form/_combo.scss +4 -0
- package/scss/components/form/_fieldset.scss +6 -1
- package/scss/components/form/_file.scss +11 -0
- package/scss/components/form/_form.scss +48 -0
- package/scss/components/form/_selection.scss +354 -0
- package/scss/components/form/_transfer.scss +76 -18
- package/scss/components/form/_tree.scss +42 -0
- package/scss/themes/_common.scss +6 -0
- package/scss/themes/_cxd-variables.scss +13 -6
- package/scss/themes/cxd.scss +19 -20
- package/sdk/ang-ie11.css +1065 -246
- package/sdk/ang.css +1069 -230
- package/sdk/antd-ie11.css +1068 -249
- package/sdk/antd.css +1069 -230
- package/sdk/charts.js +17 -17
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +1081 -268
- package/sdk/cxd.css +1116 -279
- package/sdk/dark-ie11.css +1069 -250
- package/sdk/dark.css +1069 -230
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/iconfont.svg +2513 -0
- package/sdk/iconfont.ttf +0 -0
- package/sdk/iconfont.woff +0 -0
- package/sdk/locale/de-DE.js +2 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +20 -28
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1081 -268
- package/sdk/sdk.css +1116 -279
- package/sdk/sdk.js +1371 -1189
- package/sdk/thirds/hls.js/hls.js +18 -18
- package/sdk/thirds/mpegts.js/mpegts.js +2 -2
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +19 -1
- package/src/components/Alert2.tsx +32 -4
- package/src/components/AnchorNav.tsx +15 -4
- package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +43 -37
- package/src/components/Badge.tsx +3 -3
- package/src/components/Button.tsx +1 -0
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/Collapse.tsx +139 -20
- package/src/components/CollapseGroup.tsx +130 -0
- package/src/components/ColorPicker.tsx +32 -10
- package/src/components/Drawer.tsx +8 -6
- package/src/components/GridNav.tsx +233 -0
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/InputBox.tsx +10 -9
- package/src/components/Link.tsx +28 -37
- package/src/components/ModalManager.ts +1 -1
- package/src/components/Overlay.tsx +6 -0
- package/src/components/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/PopOver.tsx +15 -1
- package/src/components/Progress.tsx +140 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/ResultBox.tsx +9 -9
- package/src/components/Select.tsx +57 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
- package/src/components/TabsTransfer.tsx +13 -7
- package/src/components/TabsTransferPicker.tsx +85 -0
- package/src/components/Toast.tsx +48 -21
- package/src/components/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +120 -0
- package/src/components/TransferPicker.tsx +91 -0
- package/src/components/Tree.tsx +194 -8
- package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
- package/src/components/condition-builder/Field.tsx +7 -5
- package/src/components/condition-builder/Func.tsx +3 -3
- package/src/components/condition-builder/InputSwitch.tsx +3 -3
- package/src/components/condition-builder/Item.tsx +5 -12
- package/src/components/icons.tsx +10 -0
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +20 -8
- package/src/factory.tsx +70 -9
- package/src/hooks/index.ts +5 -0
- package/src/hooks/use-set-state.ts +19 -0
- package/src/hooks/use-touch.ts +100 -0
- package/src/hooks/use-update-effect.ts +16 -0
- package/src/icons/alert-danger.svg +1 -0
- package/src/icons/alert-info.svg +1 -0
- package/src/icons/alert-success.svg +1 -0
- package/src/icons/alert-warning.svg +1 -0
- package/src/icons/download.svg +4 -0
- package/src/icons/drag-bar.svg +12 -6
- package/src/index.tsx +5 -0
- package/src/locale/de-DE.ts +2 -0
- package/src/locale/en-US.ts +3 -0
- package/src/locale/zh-CN.ts +5 -2
- package/src/renderers/Action.tsx +58 -3
- package/src/renderers/Alert.tsx +31 -1
- package/src/renderers/AnchorNav.tsx +4 -0
- package/src/renderers/Avatar.tsx +8 -4
- package/src/renderers/Breadcrumb.tsx +5 -1
- package/src/renderers/CRUD.tsx +29 -3
- package/src/renderers/Card.tsx +76 -36
- package/src/renderers/Collapse.tsx +70 -115
- package/src/renderers/CollapseGroup.tsx +80 -0
- package/src/renderers/Form/ConditionBuilder.tsx +2 -2
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputColor.tsx +4 -2
- package/src/renderers/Form/InputFile.tsx +65 -24
- package/src/renderers/Form/InputImage.tsx +11 -3
- package/src/renderers/Form/Item.tsx +3 -2
- package/src/renderers/Form/Options.tsx +29 -3
- package/src/renderers/Form/Select.tsx +162 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +19 -4
- package/src/renderers/Form/TransferPicker.tsx +145 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +15 -2
- package/src/renderers/Form/wrapControl.tsx +26 -1
- package/src/renderers/GridNav.tsx +204 -0
- package/src/renderers/IFrame.tsx +2 -4
- package/src/renderers/Image.tsx +19 -15
- package/src/renderers/Json.tsx +9 -9
- package/src/renderers/Link.tsx +29 -16
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Nav.tsx +105 -56
- package/src/renderers/Page.tsx +62 -1
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Progress.tsx +56 -38
- package/src/renderers/Property.tsx +6 -4
- package/src/renderers/Table/ColumnToggler.tsx +1 -1
- package/src/renderers/Table/TableContent.tsx +40 -2
- package/src/renderers/Table/index.tsx +88 -43
- package/src/renderers/Tabs.tsx +9 -1
- package/src/renderers/WebComponent.tsx +2 -2
- package/src/store/form.ts +3 -9
- package/src/store/formItem.ts +94 -2
- package/src/store/table.ts +55 -14
- package/src/types.ts +58 -1
- package/src/utils/api.ts +120 -26
- package/src/utils/dom.tsx +12 -0
- package/src/utils/helper.ts +55 -185
- package/src/utils/tpl-builtin.ts +40 -866
- package/src/utils/tpl.ts +33 -0
- package/tsconfig-for-declaration.json +1 -1
- package/dump.rdb +0 -0
- package/lib/components/AssociatedCheckboxes.d.ts +0 -762
- package/lib/components/AssociatedCheckboxes.js +0 -90
- package/lib/components/AssociatedCheckboxes.js.map +0 -13
- package/lib/components/ChainedCheckboxes.js.map +0 -13
- package/lib/components/Checkboxes.js +0 -101
- package/lib/components/Checkboxes.js.map +0 -13
- package/lib/components/ListCheckboxes.d.ts +0 -739
- package/lib/components/ListCheckboxes.js +0 -48
- package/lib/components/ListCheckboxes.js.map +0 -13
- package/lib/components/ListRadios.d.ts +0 -763
- package/lib/components/ListRadios.js +0 -86
- package/lib/components/ListRadios.js.map +0 -13
- package/lib/components/TableCheckboxes.js.map +0 -13
- package/lib/components/TreeCheckboxes.js.map +0 -13
- package/lib/components/TreeRadios.d.ts +0 -838
- package/lib/components/TreeRadios.js +0 -116
- package/lib/components/TreeRadios.js.map +0 -13
- package/src/components/ListRadios.tsx +0 -159
- package/src/components/TreeRadios.tsx +0 -202
package/sdk/antd.css
CHANGED
@@ -12953,14 +12953,11 @@ readers do not read off random characters that represent icons */
|
|
12953
12953
|
.tox-fullscreen {
|
12954
12954
|
border: 0;
|
12955
12955
|
height: 100%;
|
12956
|
-
left: 0;
|
12957
12956
|
margin: 0;
|
12958
12957
|
overflow: hidden;
|
12959
12958
|
-ms-scroll-chaining: none;
|
12960
12959
|
overscroll-behavior: none;
|
12961
12960
|
padding: 0;
|
12962
|
-
position: fixed;
|
12963
|
-
top: 0;
|
12964
12961
|
touch-action: pinch-zoom;
|
12965
12962
|
width: 100%;
|
12966
12963
|
}
|
@@ -12969,13 +12966,16 @@ readers do not read off random characters that represent icons */
|
|
12969
12966
|
display: none;
|
12970
12967
|
}
|
12971
12968
|
|
12972
|
-
.tox.tox-tinymce.tox-fullscreen
|
12973
|
-
|
12969
|
+
.tox.tox-tinymce.tox-fullscreen,
|
12970
|
+
.tox-shadowhost.tox-fullscreen {
|
12971
|
+
left: 0;
|
12972
|
+
position: fixed;
|
12973
|
+
top: 0;
|
12974
12974
|
z-index: 1200;
|
12975
12975
|
}
|
12976
12976
|
|
12977
|
-
.tox-
|
12978
|
-
|
12977
|
+
.tox.tox-tinymce.tox-fullscreen {
|
12978
|
+
background-color: transparent;
|
12979
12979
|
}
|
12980
12980
|
|
12981
12981
|
.tox-fullscreen .tox.tox-tinymce-aux,
|
@@ -19582,6 +19582,7 @@ readers do not read off random characters that represent icons */
|
|
19582
19582
|
) / 2 - var(--ColorPicker-borderWidth)
|
19583
19583
|
);
|
19584
19584
|
--ColorPicker-placeholderColor: var(--Form-input-placeholderColor);
|
19585
|
+
--ColorPicker-boxShadow: var(--boxShadow);
|
19585
19586
|
--Combo--horizontal-dragger-top: var(--Form-label-paddingTop);
|
19586
19587
|
--Combo--horizontal-item-gap: var(--gap-xs);
|
19587
19588
|
--Combo--vertical-item-borderColor: var(--borderColor);
|
@@ -19627,8 +19628,13 @@ readers do not read off random characters that represent icons */
|
|
19627
19628
|
--Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
|
19628
19629
|
--Collapse-header-bg: transparent;
|
19629
19630
|
--Collapse-header-onHover-bg: transparent;
|
19630
|
-
--Collapse-header-collapsed-
|
19631
|
+
--Collapse-header-collapsed-border: var(--borderWidth) solid
|
19631
19632
|
var(--Collapse-border-color);
|
19633
|
+
--Collapse-header-collapsed-borderTop: none;
|
19634
|
+
--Collapse-header-collapsed-borderBottom: var(
|
19635
|
+
--Collapse-header-collapsed-border
|
19636
|
+
);
|
19637
|
+
--Collapse-header-wrapper-direction: row;
|
19632
19638
|
--Collapse-content-padding: 1.125rem 0;
|
19633
19639
|
--Collapse-content-color: var(--body-color);
|
19634
19640
|
--Collapse-content-fontSize: var(--body-size);
|
@@ -20116,11 +20122,28 @@ readers do not read off random characters that represent icons */
|
|
20116
20122
|
--Panel-titleMarginTop: 0;
|
20117
20123
|
--Picker-iconColor: var(--icon-color);
|
20118
20124
|
--Picker-onHover-iconColor: var(--icon-onHover-color);
|
20125
|
+
--PickerColumns-bg: white;
|
20126
|
+
--PickerColumns-toolbar-height: 3.125rem;
|
20127
|
+
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
20128
|
+
--PickerColumns-title-lineHeight: 1.5;
|
20129
|
+
--PickerColumns-action-padding: 0 var(--gap-sm);
|
20130
|
+
--PickerColumns-action-fontSize: var(--fontSizeMd);
|
20131
|
+
--PickerColumns-confirmAction-color: var(--Button--info-bg);
|
20132
|
+
--PickerColumns-cancelAction-color: var(--Button--light-bg);
|
20133
|
+
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
20134
|
+
--PickerColumns-optionText-color: var(--text-color);
|
20135
|
+
--PickerColumns-optionDisabled-opacity: 0.3;
|
20136
|
+
--PickerColumns-loadingIcon-color: var(--icon-color);
|
20137
|
+
--PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
|
20119
20138
|
--PopOver-bg: white;
|
20120
20139
|
--PopOverAble-iconColor: inherit;
|
20121
20140
|
--PopOverAble-onHover-iconColor: inherit;
|
20122
20141
|
--Property-title-bg: #f2f2f2;
|
20123
20142
|
--Property-label-bg: #f7f7f7;
|
20143
|
+
--Portlet-borderColor: var(--borderColor);
|
20144
|
+
--Portlet-borderStyle: solid;
|
20145
|
+
--Portlet-borderWidth: var(--borderWidth);
|
20146
|
+
--Portlet-borderRadius: var(--borderRadius);
|
20124
20147
|
--QuickEdit-iconColor: inherit;
|
20125
20148
|
--QuickEdit-onFocus-borderColor: var(--info);
|
20126
20149
|
--QuickEdit-onFocus-borderWidth: var(--borderWidth);
|
@@ -20297,29 +20320,29 @@ readers do not read off random characters that represent icons */
|
|
20297
20320
|
) / 2
|
20298
20321
|
);
|
20299
20322
|
--TagControl-sugTip-color: var(--info);
|
20300
|
-
--Toast
|
20301
|
-
--Toast--danger-
|
20323
|
+
--Toast-color: var(--text-color);
|
20324
|
+
--Toast--danger-bgColor: var(--background);
|
20325
|
+
--Toast--danger-borderColor: transparent;
|
20302
20326
|
--Toast--danger-color: var(--Toast-color);
|
20303
|
-
--Toast--info-bgColor: var(--
|
20304
|
-
--Toast--info-borderColor:
|
20327
|
+
--Toast--info-bgColor: var(--background);
|
20328
|
+
--Toast--info-borderColor: transparent;
|
20305
20329
|
--Toast--info-color: var(--Toast-color);
|
20306
|
-
--Toast--success-bgColor: var(--
|
20307
|
-
--Toast--success-borderColor:
|
20330
|
+
--Toast--success-bgColor: var(--background);
|
20331
|
+
--Toast--success-borderColor: transparent;
|
20308
20332
|
--Toast--success-color: var(--Toast-color);
|
20309
|
-
--Toast--warning-bgColor: var(--
|
20310
|
-
--Toast--warning-borderColor:
|
20333
|
+
--Toast--warning-bgColor: var(--background);
|
20334
|
+
--Toast--warning-borderColor: transparent;
|
20311
20335
|
--Toast--warning-color: var(--Toast-color);
|
20312
20336
|
--Toast-border-width: 0;
|
20313
|
-
--Toast-borderRadius:
|
20337
|
+
--Toast-borderRadius: 0.125rem;
|
20314
20338
|
--Toast-box-shadow: var(--boxShadow);
|
20339
|
+
--Toast-close-color: var(--icon-color);
|
20315
20340
|
--Toast-close--onHover-color: var(--Toast-close-color);
|
20316
|
-
--Toast-close-color: var(--white);
|
20317
|
-
--Toast-color: var(--white);
|
20318
20341
|
--Toast-icon-width: 1rem;
|
20319
20342
|
--Toast-icon-height: var(--Toast-icon-width);
|
20320
20343
|
--Toast-opacity: 0.8;
|
20321
20344
|
--Toast-paddingL: 2.5rem;
|
20322
|
-
--Toast-paddingX: var(--gap-
|
20345
|
+
--Toast-paddingX: var(--gap-md);
|
20323
20346
|
--Toast-paddingY: var(--gap-xs);
|
20324
20347
|
--Toast-title-display: block;
|
20325
20348
|
--Toast-width: 18.75rem;
|
@@ -20401,6 +20424,8 @@ readers do not read off random characters that represent icons */
|
|
20401
20424
|
--Steps-line-bg: var(--Steps-bg);
|
20402
20425
|
--Steps-line-success-bg: var(--Steps-status-success);
|
20403
20426
|
--Progress-borderRadius: var(--borderRadius);
|
20427
|
+
--Progress-animate-backgroundColor: #fff;
|
20428
|
+
--Progress-bar-backgroundColor: #d3d9e6;
|
20404
20429
|
--ColumnToggler-backgroundColor: var(--white);
|
20405
20430
|
--ColumnToggler-borderRadius: 0.25rem;
|
20406
20431
|
--ColumnToggler-lineHeight: 1.5rem;
|
@@ -20877,6 +20902,8 @@ readers do not read off random characters that represent icons */
|
|
20877
20902
|
width: 1em;
|
20878
20903
|
height: 1em;
|
20879
20904
|
fill: currentColor;
|
20905
|
+
position: relative;
|
20906
|
+
top: 0.125em;
|
20880
20907
|
}
|
20881
20908
|
|
20882
20909
|
.amis-scope svg.r90 {
|
@@ -20951,6 +20978,10 @@ readers do not read off random characters that represent icons */
|
|
20951
20978
|
height: 100%;
|
20952
20979
|
}
|
20953
20980
|
|
20981
|
+
.amis-scope .has-popover {
|
20982
|
+
position: relative;
|
20983
|
+
}
|
20984
|
+
|
20954
20985
|
.amis-scope,
|
20955
20986
|
.amis-scope {
|
20956
20987
|
width: 100%;
|
@@ -22513,6 +22544,13 @@ readers do not read off random characters that represent icons */
|
|
22513
22544
|
background: var(--Button-onDisabled-bg);
|
22514
22545
|
}
|
22515
22546
|
|
22547
|
+
.amis-scope .antd-Button.is-disabled > svg,
|
22548
|
+
.amis-scope .antd-Button.is-disabled > svg path,
|
22549
|
+
.amis-scope .antd-Button:disabled > svg,
|
22550
|
+
.amis-scope .antd-Button:disabled > svg path {
|
22551
|
+
fill: currentColor;
|
22552
|
+
}
|
22553
|
+
|
22516
22554
|
.amis-scope .antd-Button:not(:disabled):not(.is-disabled) {
|
22517
22555
|
cursor: pointer;
|
22518
22556
|
}
|
@@ -23013,6 +23051,14 @@ readers do not read off random characters that represent icons */
|
|
23013
23051
|
margin-top: var(--gap-xs);
|
23014
23052
|
}
|
23015
23053
|
|
23054
|
+
.amis-scope .antd-Action {
|
23055
|
+
display: inline-block;
|
23056
|
+
}
|
23057
|
+
|
23058
|
+
.amis-scope .antd-Action:hover {
|
23059
|
+
cursor: pointer;
|
23060
|
+
}
|
23061
|
+
|
23016
23062
|
.amis-scope .antd-Avatar {
|
23017
23063
|
background: var(--Avatar-bg);
|
23018
23064
|
width: var(--Avatar-width);
|
@@ -24094,6 +24140,140 @@ readers do not read off random characters that represent icons */
|
|
24094
24140
|
background: transparent;
|
24095
24141
|
}
|
24096
24142
|
|
24143
|
+
.amis-scope .antd-PopOver-isMobile .antd-PopOver-overlay {
|
24144
|
+
background: rgba(0, 0, 0, 0.3);
|
24145
|
+
}
|
24146
|
+
|
24147
|
+
.amis-scope .antd-PopOver--leftBottomLeftTop {
|
24148
|
+
margin-top: 0.25rem;
|
24149
|
+
}
|
24150
|
+
|
24151
|
+
.amis-scope .antd-PopOver--leftTopLeftBottom {
|
24152
|
+
margin-top: -0.25rem;
|
24153
|
+
}
|
24154
|
+
|
24155
|
+
.amis-scope .antd-PickerColumns {
|
24156
|
+
position: relative;
|
24157
|
+
background-color: var(--PickerColumns-bg);
|
24158
|
+
user-select: none;
|
24159
|
+
}
|
24160
|
+
|
24161
|
+
.amis-scope .antd-PickerColumns-popOver {
|
24162
|
+
position: fixed;
|
24163
|
+
bottom: 0;
|
24164
|
+
left: 0;
|
24165
|
+
width: 100%;
|
24166
|
+
padding: 0 var(--gap-sm);
|
24167
|
+
}
|
24168
|
+
|
24169
|
+
.amis-scope .antd-PickerColumns-toolbar {
|
24170
|
+
display: flex;
|
24171
|
+
align-items: center;
|
24172
|
+
justify-content: space-between;
|
24173
|
+
height: var(--PickerColumns-toolbar-height);
|
24174
|
+
}
|
24175
|
+
|
24176
|
+
.amis-scope .antd-PickerColumns-cancel,
|
24177
|
+
.amis-scope .antd-PickerColumns-confirm {
|
24178
|
+
height: 100%;
|
24179
|
+
padding: var(--PickerColumns-action-padding);
|
24180
|
+
font-size: var(--PickerColumns-action-fontSize);
|
24181
|
+
background-color: transparent;
|
24182
|
+
border: none;
|
24183
|
+
cursor: pointer;
|
24184
|
+
}
|
24185
|
+
|
24186
|
+
.amis-scope .antd-PickerColumns-cancel:active,
|
24187
|
+
.amis-scope .antd-PickerColumns-confirm:active {
|
24188
|
+
opacity: 0.7;
|
24189
|
+
}
|
24190
|
+
|
24191
|
+
.amis-scope .antd-PickerColumns-confirm {
|
24192
|
+
color: var(--PickerColumns-confirmAction-color);
|
24193
|
+
}
|
24194
|
+
|
24195
|
+
.amis-scope .antd-PickerColumns-cancel {
|
24196
|
+
color: var(--PickerColumns-cancelAction-color);
|
24197
|
+
}
|
24198
|
+
|
24199
|
+
.amis-scope .antd-PickerColumns-title {
|
24200
|
+
max-width: 50%;
|
24201
|
+
font-weight: 500;
|
24202
|
+
font-size: var(--PickerColumns-title-fontSize);
|
24203
|
+
line-height: var(--PickerColumns-title-lineHeight);
|
24204
|
+
text-align: center;
|
24205
|
+
}
|
24206
|
+
|
24207
|
+
.amis-scope .antd-PickerColumns-columns {
|
24208
|
+
touch-action: none;
|
24209
|
+
position: relative;
|
24210
|
+
display: flex;
|
24211
|
+
cursor: grab;
|
24212
|
+
}
|
24213
|
+
|
24214
|
+
.amis-scope .antd-PickerColumns-loading {
|
24215
|
+
position: absolute;
|
24216
|
+
top: 0;
|
24217
|
+
right: 0;
|
24218
|
+
bottom: 0;
|
24219
|
+
left: 0;
|
24220
|
+
z-index: 3;
|
24221
|
+
display: flex;
|
24222
|
+
align-items: center;
|
24223
|
+
justify-content: center;
|
24224
|
+
color: var(--PickerColumns-loadingIcon-color);
|
24225
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
24226
|
+
}
|
24227
|
+
|
24228
|
+
.amis-scope .antd-PickerColumns-frame {
|
24229
|
+
position: absolute;
|
24230
|
+
top: 50%;
|
24231
|
+
right: var(--gap-md);
|
24232
|
+
left: var(--gap-md);
|
24233
|
+
z-index: 2;
|
24234
|
+
transform: translateY(-50%);
|
24235
|
+
pointer-events: none;
|
24236
|
+
}
|
24237
|
+
|
24238
|
+
.amis-scope .antd-PickerColumns-mask {
|
24239
|
+
position: absolute;
|
24240
|
+
top: 0;
|
24241
|
+
left: 0;
|
24242
|
+
z-index: 1;
|
24243
|
+
width: 100%;
|
24244
|
+
height: 100%;
|
24245
|
+
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));
|
24246
|
+
background-repeat: no-repeat;
|
24247
|
+
background-position: top, bottom;
|
24248
|
+
transform: translateZ(0);
|
24249
|
+
pointer-events: none;
|
24250
|
+
}
|
24251
|
+
|
24252
|
+
.amis-scope .antd-PickerColumns-column {
|
24253
|
+
flex: 1;
|
24254
|
+
overflow: hidden;
|
24255
|
+
font-size: var(--PickerColumns-option-fontSize);
|
24256
|
+
}
|
24257
|
+
|
24258
|
+
.amis-scope .antd-PickerColumns-columnWrapper {
|
24259
|
+
margin: 0;
|
24260
|
+
padding: 0;
|
24261
|
+
list-style: none;
|
24262
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
24263
|
+
}
|
24264
|
+
|
24265
|
+
.amis-scope .antd-PickerColumns-columnItem {
|
24266
|
+
display: flex;
|
24267
|
+
align-items: center;
|
24268
|
+
justify-content: center;
|
24269
|
+
color: var(--PickerColumns-optionText-color);
|
24270
|
+
}
|
24271
|
+
|
24272
|
+
.amis-scope .antd-PickerColumns-columnItem.is-disabled {
|
24273
|
+
cursor: not-allowed;
|
24274
|
+
opacity: var(--PickerColumns-optionDisabled-opacity);
|
24275
|
+
}
|
24276
|
+
|
24097
24277
|
@keyframes bounceIn {
|
24098
24278
|
from, 20%, 40%, 60%, 80%, to {
|
24099
24279
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -24145,7 +24325,9 @@ readers do not read off random characters that represent icons */
|
|
24145
24325
|
|
24146
24326
|
.amis-scope .antd-Toast {
|
24147
24327
|
display: flex;
|
24148
|
-
|
24328
|
+
flex-flow: row nowrap;
|
24329
|
+
justify-content: space-between;
|
24330
|
+
align-items: flex-start;
|
24149
24331
|
max-width: var(--Toast-width);
|
24150
24332
|
pointer-events: auto;
|
24151
24333
|
margin-bottom: var(--gap-xs);
|
@@ -24156,7 +24338,6 @@ readers do not read off random characters that represent icons */
|
|
24156
24338
|
color: var(--Toast-color);
|
24157
24339
|
position: relative;
|
24158
24340
|
opacity: var(--Toast-opacity);
|
24159
|
-
cursor: pointer;
|
24160
24341
|
opacity: 0;
|
24161
24342
|
transform: translateZ(0);
|
24162
24343
|
}
|
@@ -24183,10 +24364,15 @@ readers do not read off random characters that represent icons */
|
|
24183
24364
|
}
|
24184
24365
|
|
24185
24366
|
.amis-scope .antd-Toast-close {
|
24186
|
-
color: var(--Toast-close-color);
|
24187
24367
|
display: inline-flex;
|
24188
|
-
|
24368
|
+
font-size: var(--fontSizeLg);
|
24369
|
+
line-height: var(--gap-xl);
|
24370
|
+
height: var(--gap-xl);
|
24371
|
+
color: var(--Toast-close-color);
|
24372
|
+
margin-left: var(--gap-sm);
|
24189
24373
|
opacity: 0.8;
|
24374
|
+
align-items: center;
|
24375
|
+
cursor: pointer;
|
24190
24376
|
}
|
24191
24377
|
|
24192
24378
|
.amis-scope .antd-Toast-close:hover {
|
@@ -24194,11 +24380,33 @@ readers do not read off random characters that represent icons */
|
|
24194
24380
|
opacity: 1;
|
24195
24381
|
}
|
24196
24382
|
|
24197
|
-
.amis-scope .antd-Toast-
|
24383
|
+
.amis-scope .antd-Toast-close > svg {
|
24384
|
+
top: 0;
|
24385
|
+
}
|
24386
|
+
|
24387
|
+
.amis-scope .antd-Toast-content {
|
24388
|
+
flex: 1;
|
24389
|
+
display: flex;
|
24390
|
+
flex-flow: column nowrap;
|
24391
|
+
justify-content: space-between;
|
24392
|
+
align-items: flex-start;
|
24393
|
+
}
|
24394
|
+
|
24395
|
+
.amis-scope .antd-Toast-content .antd-Toast-title {
|
24396
|
+
color: var(--text-color);
|
24397
|
+
font-size: var(--fontSizeBase);
|
24398
|
+
font-weight: 500;
|
24399
|
+
line-height: var(--gap-xl);
|
24400
|
+
margin-bottom: var(--gap-xs);
|
24401
|
+
}
|
24402
|
+
|
24403
|
+
.amis-scope .antd-Toast-content .antd-Toast-body {
|
24404
|
+
font-size: var(--fontSizeSm);
|
24198
24405
|
display: inline-block;
|
24199
24406
|
vertical-align: middle;
|
24200
24407
|
white-space: pre-wrap;
|
24201
24408
|
flex-grow: 1;
|
24409
|
+
line-height: var(--gap-xl);
|
24202
24410
|
}
|
24203
24411
|
|
24204
24412
|
.amis-scope .antd-Toast-icon {
|
@@ -24206,7 +24414,10 @@ readers do not read off random characters that represent icons */
|
|
24206
24414
|
text-rendering: auto;
|
24207
24415
|
-webkit-font-smoothing: antialiased;
|
24208
24416
|
vertical-align: middle;
|
24209
|
-
margin-right: var(--gap-
|
24417
|
+
margin-right: var(--gap-sm);
|
24418
|
+
height: var(--gap-xl);
|
24419
|
+
line-height: var(--gap-xl);
|
24420
|
+
align-items: center;
|
24210
24421
|
}
|
24211
24422
|
|
24212
24423
|
.amis-scope .antd-Toast-icon > svg {
|
@@ -24280,24 +24491,47 @@ readers do not read off random characters that represent icons */
|
|
24280
24491
|
border-radius: var(--Alert-borderRadius);
|
24281
24492
|
margin-bottom: var(--Alert-marginBottom);
|
24282
24493
|
position: relative;
|
24494
|
+
color: var(--Alert-fontColor);
|
24495
|
+
display: flex;
|
24496
|
+
flex-flow: row nowrap;
|
24497
|
+
justify-content: space-between;
|
24498
|
+
align-items: flex-start;
|
24499
|
+
}
|
24500
|
+
|
24501
|
+
.amis-scope .antd-Alert-icon {
|
24502
|
+
margin-right: 0.5rem;
|
24503
|
+
font-size: var(--fontSizeLg);
|
24504
|
+
}
|
24505
|
+
|
24506
|
+
.amis-scope .antd-Alert-content {
|
24507
|
+
flex: 1;
|
24508
|
+
}
|
24509
|
+
|
24510
|
+
.amis-scope .antd-Alert-content .antd-Alert-title {
|
24511
|
+
color: var(--text-color);
|
24512
|
+
font-size: var(--fontSizeBase);
|
24513
|
+
font-weight: 500;
|
24514
|
+
line-height: 1.5rem;
|
24515
|
+
margin-bottom: 0.25rem;
|
24516
|
+
}
|
24517
|
+
|
24518
|
+
.amis-scope .antd-Alert-content .antd-Alert-desc {
|
24519
|
+
line-height: 1.5rem;
|
24283
24520
|
}
|
24284
24521
|
|
24285
24522
|
.amis-scope .antd-Alert-close {
|
24286
|
-
position: absolute;
|
24287
24523
|
outline: none;
|
24288
24524
|
padding: 0;
|
24289
24525
|
cursor: pointer;
|
24290
24526
|
background: transparent;
|
24291
24527
|
border: 0;
|
24292
|
-
float: right;
|
24293
24528
|
line-height: 1;
|
24294
24529
|
color: #000;
|
24295
24530
|
text-shadow: 0 1px 0 #fff;
|
24296
24531
|
filter: alpha(opacity=20);
|
24297
24532
|
opacity: 0.2;
|
24298
|
-
|
24299
|
-
|
24300
|
-
transform: translateY(-50%);
|
24533
|
+
margin-left: 0.5rem;
|
24534
|
+
line-height: 1.5rem;
|
24301
24535
|
}
|
24302
24536
|
|
24303
24537
|
.amis-scope .antd-Alert-close:hover {
|
@@ -25094,8 +25328,8 @@ readers do not read off random characters that represent icons */
|
|
25094
25328
|
cursor: move;
|
25095
25329
|
position: absolute;
|
25096
25330
|
left: 0;
|
25097
|
-
top: 0.6875rem;
|
25098
25331
|
display: none;
|
25332
|
+
line-height: 0;
|
25099
25333
|
}
|
25100
25334
|
|
25101
25335
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .icon,
|
@@ -25209,13 +25443,6 @@ readers do not read off random characters that represent icons */
|
|
25209
25443
|
pointer-events: none;
|
25210
25444
|
}
|
25211
25445
|
|
25212
|
-
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active,
|
25213
|
-
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active,
|
25214
|
-
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active,
|
25215
|
-
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active {
|
25216
|
-
background: var(--Nav-item-onActive-bg) !important;
|
25217
|
-
}
|
25218
|
-
|
25219
25446
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a,
|
25220
25447
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions,
|
25221
25448
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a,
|
@@ -25230,6 +25457,7 @@ readers do not read off random characters that represent icons */
|
|
25230
25457
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a {
|
25231
25458
|
color: var(--Nav-item-onActive-color);
|
25232
25459
|
position: relative;
|
25460
|
+
background: var(--Nav-item-onActive-bg);
|
25233
25461
|
}
|
25234
25462
|
|
25235
25463
|
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a::after,
|
@@ -25375,14 +25603,41 @@ readers do not read off random characters that represent icons */
|
|
25375
25603
|
padding: var(--gap-xs);
|
25376
25604
|
}
|
25377
25605
|
|
25606
|
+
.amis-scope .antd-Page-asideResizor {
|
25607
|
+
position: absolute;
|
25608
|
+
right: -0.375rem;
|
25609
|
+
top: 50%;
|
25610
|
+
cursor: ew-resize;
|
25611
|
+
writing-mode: vertical-lr;
|
25612
|
+
width: 0.75rem;
|
25613
|
+
height: 1.5rem;
|
25614
|
+
margin-top: -0.75rem;
|
25615
|
+
border: 0.0625rem solid #dee2e6;
|
25616
|
+
background-color: #fff;
|
25617
|
+
border-radius: 0.142rem;
|
25618
|
+
font-size: 12px;
|
25619
|
+
line-height: 0.625rem;
|
25620
|
+
text-align: center;
|
25621
|
+
user-select: none;
|
25622
|
+
color: #666;
|
25623
|
+
}
|
25624
|
+
|
25625
|
+
.amis-scope .antd-Page-asideResizor:hover {
|
25626
|
+
color: #000;
|
25627
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
25628
|
+
}
|
25629
|
+
|
25630
|
+
.amis-scope .antd-Page-asideResizor:after {
|
25631
|
+
content: "···";
|
25632
|
+
}
|
25633
|
+
|
25378
25634
|
.amis-scope .antd-Page-toolbar > * + * {
|
25379
25635
|
margin-left: var(--gap-xs);
|
25380
25636
|
}
|
25381
25637
|
|
25382
25638
|
@media (min-width: 768px) {
|
25383
25639
|
.amis-scope .antd-Page-aside {
|
25384
|
-
|
25385
|
-
max-width: var(--Page-aside-maxWidth);
|
25640
|
+
width: var(--Page-aside-width);
|
25386
25641
|
border-right: var(--borderWidth) solid var(--borderColor);
|
25387
25642
|
}
|
25388
25643
|
|
@@ -25397,6 +25652,11 @@ readers do not read off random characters that represent icons */
|
|
25397
25652
|
border: inherit;
|
25398
25653
|
}
|
25399
25654
|
|
25655
|
+
.amis-scope .antd-Page-aside--withWidth {
|
25656
|
+
min-width: var(--Page-aside-width);
|
25657
|
+
max-width: var(--Page-aside-maxWidth);
|
25658
|
+
}
|
25659
|
+
|
25400
25660
|
.amis-scope .antd-Page--withSidebar {
|
25401
25661
|
display: flex;
|
25402
25662
|
flex-direction: row;
|
@@ -25969,13 +26229,14 @@ readers do not read off random characters that represent icons */
|
|
25969
26229
|
.amis-scope .antd-Spinner--icon {
|
25970
26230
|
background: transparent;
|
25971
26231
|
animation: spin 2s linear infinite;
|
25972
|
-
width:
|
25973
|
-
height:
|
26232
|
+
width: 16px;
|
26233
|
+
height: 16px;
|
25974
26234
|
}
|
25975
26235
|
|
25976
26236
|
.amis-scope .antd-Spinner--icon svg.icon {
|
25977
|
-
width:
|
25978
|
-
height:
|
26237
|
+
width: 16px;
|
26238
|
+
height: 16px;
|
26239
|
+
top: 0;
|
25979
26240
|
}
|
25980
26241
|
|
25981
26242
|
.amis-scope .antd-Spinner--overlay {
|
@@ -26236,7 +26497,7 @@ readers do not read off random characters that represent icons */
|
|
26236
26497
|
.amis-scope .antd-Collapse {
|
26237
26498
|
border: var(--Collapse-border);
|
26238
26499
|
padding: 0;
|
26239
|
-
|
26500
|
+
line-height: 1.25rem;
|
26240
26501
|
}
|
26241
26502
|
|
26242
26503
|
.amis-scope .antd-Collapse-header {
|
@@ -26245,10 +26506,19 @@ readers do not read off random characters that represent icons */
|
|
26245
26506
|
color: var(--text--loud-color);
|
26246
26507
|
padding: var(--Collapse-header-padding);
|
26247
26508
|
margin: 0;
|
26248
|
-
|
26509
|
+
cursor: pointer;
|
26249
26510
|
background: var(--Collapse-header-bg);
|
26250
26511
|
}
|
26251
26512
|
|
26513
|
+
.amis-scope .antd-Collapse-header-wrapper {
|
26514
|
+
display: inline-flex;
|
26515
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
26516
|
+
}
|
26517
|
+
|
26518
|
+
.amis-scope .antd-Collapse-header-tpl {
|
26519
|
+
margin-right: 0.5rem;
|
26520
|
+
}
|
26521
|
+
|
26252
26522
|
.amis-scope .antd-Collapse-header:hover {
|
26253
26523
|
background: var(--Collapse-header-onHover-bg);
|
26254
26524
|
}
|
@@ -26257,8 +26527,7 @@ readers do not read off random characters that represent icons */
|
|
26257
26527
|
display: inline-block;
|
26258
26528
|
width: 1rem;
|
26259
26529
|
text-align: center;
|
26260
|
-
margin-right:
|
26261
|
-
cursor: pointer;
|
26530
|
+
margin-right: var(--gap-sm);
|
26262
26531
|
}
|
26263
26532
|
|
26264
26533
|
.amis-scope .antd-Collapse-arrow:before {
|
@@ -26267,49 +26536,67 @@ readers do not read off random characters that represent icons */
|
|
26267
26536
|
display: inline-block;
|
26268
26537
|
width: 0.375rem;
|
26269
26538
|
height: 0.375rem;
|
26270
|
-
top: -0.
|
26539
|
+
top: -0.125rem;
|
26271
26540
|
border-color: var(--text-color);
|
26272
26541
|
border-style: solid;
|
26273
26542
|
border-width: 0.0625rem 0.0625rem 0 0;
|
26274
|
-
transform: rotate(
|
26543
|
+
transform: rotate(45deg);
|
26275
26544
|
transform-origin: 50% 50%;
|
26276
26545
|
}
|
26277
26546
|
|
26278
|
-
.amis-scope .antd-Collapse-
|
26547
|
+
.amis-scope .antd-Collapse-icon-tranform {
|
26279
26548
|
display: inline-block;
|
26549
|
+
width: 1rem;
|
26550
|
+
text-align: center;
|
26551
|
+
margin-right: var(--gap-xs);
|
26280
26552
|
}
|
26281
26553
|
|
26282
|
-
.amis-scope .antd-Collapse
|
26283
|
-
|
26284
|
-
transform-origin: 0% 50%;
|
26554
|
+
.amis-scope .antd-Collapse .antd-TplField {
|
26555
|
+
display: inline-block;
|
26285
26556
|
}
|
26286
26557
|
|
26287
|
-
.amis-scope .antd-Collapse.is-
|
26288
|
-
|
26558
|
+
.amis-scope .antd-Collapse.is-active .antd-Collapse-arrow:before {
|
26559
|
+
transform: rotate(135deg);
|
26560
|
+
transform-origin: 50% 30%;
|
26289
26561
|
}
|
26290
26562
|
|
26291
|
-
.amis-scope .antd-Collapse
|
26292
|
-
|
26563
|
+
.amis-scope .antd-Collapse.is-active .antd-Collapse-icon-tranform {
|
26564
|
+
transform: rotate(90deg);
|
26565
|
+
}
|
26566
|
+
|
26567
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-header {
|
26568
|
+
cursor: not-allowed;
|
26293
26569
|
user-select: none;
|
26570
|
+
color: var(--text--muted-color);
|
26571
|
+
}
|
26572
|
+
|
26573
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-header:hover {
|
26574
|
+
background-color: var(--Collapse-header-bg-disabled-color);
|
26575
|
+
}
|
26576
|
+
|
26577
|
+
.amis-scope .antd-Collapse--disabled .antd-Collapse-arrow:before {
|
26578
|
+
border-color: var(--text--muted-color);
|
26294
26579
|
}
|
26295
26580
|
|
26296
26581
|
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-header {
|
26297
26582
|
text-align: center;
|
26298
|
-
color: var(--link-color);
|
26299
|
-
border-left: none;
|
26300
26583
|
font-size: var(--fontSizeBase);
|
26584
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
26585
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
26301
26586
|
}
|
26302
26587
|
|
26303
|
-
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-
|
26304
|
-
top:
|
26305
|
-
transform: rotate(-45deg);
|
26306
|
-
transform-origin: 0% 50%;
|
26588
|
+
.amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-header {
|
26589
|
+
border-top: none;
|
26307
26590
|
}
|
26308
26591
|
|
26309
|
-
.amis-scope .antd-Collapse--title-bottom
|
26310
|
-
top: -0.
|
26592
|
+
.amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
|
26593
|
+
top: -0.25rem;
|
26311
26594
|
transform: rotate(135deg);
|
26312
|
-
|
26595
|
+
}
|
26596
|
+
|
26597
|
+
.amis-scope .antd-Collapse--title-bottom.is-active .antd-Collapse-arrow:before {
|
26598
|
+
top: 0;
|
26599
|
+
transform: rotate(-45deg);
|
26313
26600
|
}
|
26314
26601
|
|
26315
26602
|
.amis-scope .antd-Collapse-contentWrapper {
|
@@ -26329,6 +26616,14 @@ readers do not read off random characters that represent icons */
|
|
26329
26616
|
font-weight: var(--Collapse-content-fontWeight);
|
26330
26617
|
}
|
26331
26618
|
|
26619
|
+
.amis-scope .antd-CollapseGroup .antd-Collapse:not(:last-child) {
|
26620
|
+
border-bottom: none;
|
26621
|
+
}
|
26622
|
+
|
26623
|
+
.amis-scope .antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-arrow {
|
26624
|
+
float: right;
|
26625
|
+
}
|
26626
|
+
|
26332
26627
|
.amis-scope .antd-ColorField {
|
26333
26628
|
display: inline-block;
|
26334
26629
|
}
|
@@ -27517,6 +27812,10 @@ readers do not read off random characters that represent icons */
|
|
27517
27812
|
border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
|
27518
27813
|
}
|
27519
27814
|
|
27815
|
+
.amis-scope .antd-Table-table--checkOnItemClick > tbody > tr {
|
27816
|
+
cursor: pointer;
|
27817
|
+
}
|
27818
|
+
|
27520
27819
|
.amis-scope .antd-Table-table > thead > tr > th {
|
27521
27820
|
background: var(--Table-thead-bg);
|
27522
27821
|
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
|
@@ -28476,6 +28775,11 @@ readers do not read off random characters that represent icons */
|
|
28476
28775
|
cursor: move;
|
28477
28776
|
}
|
28478
28777
|
|
28778
|
+
.amis-scope .antd-Table-table > thead > tr > th.antd-Table-dragCell > svg,
|
28779
|
+
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-dragCell > svg {
|
28780
|
+
vertical-align: middle;
|
28781
|
+
}
|
28782
|
+
|
28479
28783
|
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell {
|
28480
28784
|
position: relative;
|
28481
28785
|
}
|
@@ -28843,6 +29147,10 @@ readers do not read off random characters that represent icons */
|
|
28843
29147
|
color: var(--icon-onHover-color);
|
28844
29148
|
}
|
28845
29149
|
|
29150
|
+
.amis-scope .antd-Table-dragBtn > svg {
|
29151
|
+
vertical-align: -2px;
|
29152
|
+
}
|
29153
|
+
|
28846
29154
|
.amis-scope .antd-Table-table > tbody > tr:hover .antd-Table-dragBtn,
|
28847
29155
|
.amis-scope .antd-Table-table > tbody > tr.is-dragging .antd-Table-dragBtn,
|
28848
29156
|
.amis-scope .antd-Table-table > tbody > tr.is-drop-allowed .antd-Table-dragBtn {
|
@@ -28860,6 +29168,28 @@ readers do not read off random characters that represent icons */
|
|
28860
29168
|
left: 0;
|
28861
29169
|
}
|
28862
29170
|
|
29171
|
+
.amis-scope .antd-Table--autoFillHeight {
|
29172
|
+
margin-bottom: 0;
|
29173
|
+
}
|
29174
|
+
|
29175
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table {
|
29176
|
+
border-top: none;
|
29177
|
+
}
|
29178
|
+
|
29179
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table thead {
|
29180
|
+
position: sticky;
|
29181
|
+
top: 0;
|
29182
|
+
z-index: 1;
|
29183
|
+
}
|
29184
|
+
|
29185
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-fixedTop {
|
29186
|
+
display: none;
|
29187
|
+
}
|
29188
|
+
|
29189
|
+
.amis-scope .antd-Table--autoFillHeight > .antd-Table-footToolbar {
|
29190
|
+
margin-bottom: 0;
|
29191
|
+
}
|
29192
|
+
|
28863
29193
|
.amis-scope .antd-InputTable-toolbar {
|
28864
29194
|
display: flex;
|
28865
29195
|
flex-direction: row;
|
@@ -29624,18 +29954,6 @@ readers do not read off random characters that represent icons */
|
|
29624
29954
|
margin-top: var(--gap-xs);
|
29625
29955
|
}
|
29626
29956
|
|
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
29957
|
.amis-scope .antd-Card-dragBtn {
|
29640
29958
|
cursor: pointer;
|
29641
29959
|
float: right;
|
@@ -29643,7 +29961,8 @@ readers do not read off random characters that represent icons */
|
|
29643
29961
|
}
|
29644
29962
|
|
29645
29963
|
.amis-scope .antd-Card-heading {
|
29646
|
-
|
29964
|
+
display: flex;
|
29965
|
+
flex-direction: row;
|
29647
29966
|
padding: var(--gap-sm) var(--gap-base);
|
29648
29967
|
flex: 1 0 auto;
|
29649
29968
|
}
|
@@ -29670,17 +29989,22 @@ readers do not read off random characters that represent icons */
|
|
29670
29989
|
float: left;
|
29671
29990
|
margin-right: var(--gap-base);
|
29672
29991
|
font-size: var(--fontSizeXl);
|
29673
|
-
text-transform: uppercase
|
29992
|
+
text-transform: uppercase;
|
29674
29993
|
}
|
29675
29994
|
|
29676
29995
|
.amis-scope .antd-Card-meta {
|
29677
29996
|
display: block;
|
29997
|
+
flex-grow: 1;
|
29678
29998
|
height: 100%;
|
29679
|
-
overflow: hidden;
|
29680
29999
|
position: relative;
|
29681
30000
|
margin-right: var(--gap-md);
|
29682
30001
|
}
|
29683
30002
|
|
30003
|
+
.amis-scope .antd-Card-toolbar {
|
30004
|
+
margin-right: calc(-1 * var(--gap-base));
|
30005
|
+
text-align: right;
|
30006
|
+
}
|
30007
|
+
|
29684
30008
|
.amis-scope .antd-Card-highlight {
|
29685
30009
|
background: var(--success);
|
29686
30010
|
width: 0.5rem;
|
@@ -29926,35 +30250,140 @@ readers do not read off random characters that represent icons */
|
|
29926
30250
|
right: 0;
|
29927
30251
|
}
|
29928
30252
|
|
29929
|
-
.amis-scope .antd-Progress {
|
30253
|
+
.amis-scope .antd-Progress-line {
|
30254
|
+
display: inline-block;
|
30255
|
+
width: 100%;
|
30256
|
+
margin-right: calc(-2em + -8px);
|
30257
|
+
padding-right: calc(2em + 8px);
|
30258
|
+
}
|
30259
|
+
|
30260
|
+
.amis-scope .antd-Progress-line-inter {
|
29930
30261
|
height: 10px;
|
29931
|
-
background:
|
30262
|
+
background-color: var(--Progress-bar-backgroundColor);
|
29932
30263
|
overflow: hidden;
|
29933
30264
|
border-radius: var(--Progress-borderRadius);
|
29934
30265
|
}
|
29935
30266
|
|
29936
|
-
.amis-scope .antd-Progress-
|
30267
|
+
.amis-scope .antd-Progress-line-no-label {
|
30268
|
+
padding-right: 0;
|
30269
|
+
margin-right: 0;
|
30270
|
+
}
|
30271
|
+
|
30272
|
+
.amis-scope .antd-Progress-line-text {
|
30273
|
+
display: inline-block;
|
30274
|
+
width: 2em;
|
30275
|
+
margin-left: 8px;
|
30276
|
+
color: var(--text-color);
|
30277
|
+
font-size: var(--fontSizeXs);
|
30278
|
+
white-space: nowrap;
|
30279
|
+
text-align: left;
|
30280
|
+
word-break: normal;
|
30281
|
+
}
|
30282
|
+
|
30283
|
+
.amis-scope .antd-Progress-line-text .icon {
|
30284
|
+
font-size: 15px;
|
30285
|
+
}
|
30286
|
+
|
30287
|
+
.amis-scope .antd-Progress-line-bar {
|
29937
30288
|
float: left;
|
29938
30289
|
width: 0;
|
29939
30290
|
height: 100%;
|
29940
30291
|
font-size: 12px;
|
29941
30292
|
line-height: 10px;
|
29942
|
-
color: #fff;
|
29943
30293
|
text-align: center;
|
29944
30294
|
background: var(--primary);
|
29945
30295
|
transition: width var(--animation-duration) ease;
|
29946
|
-
border-radius: var(--Progress-borderRadius);
|
29947
30296
|
}
|
29948
30297
|
|
29949
|
-
.amis-scope .antd-Progress-bar--stripe {
|
30298
|
+
.amis-scope .antd-Progress-line-bar--stripe {
|
29950
30299
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
29951
30300
|
background-size: 2rem 2rem;
|
29952
30301
|
}
|
29953
30302
|
|
29954
|
-
.amis-scope .antd-Progress-bar--animate {
|
30303
|
+
.amis-scope .antd-Progress-line-bar--animate {
|
30304
|
+
position: relative;
|
30305
|
+
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
|
30306
|
+
}
|
30307
|
+
|
30308
|
+
.amis-scope .antd-Progress-line-bar--animate::before {
|
30309
|
+
position: absolute;
|
30310
|
+
top: 0;
|
30311
|
+
right: 0;
|
30312
|
+
bottom: 0;
|
30313
|
+
left: 0;
|
30314
|
+
background: var(--Progress-animate-backgroundColor);
|
30315
|
+
border-radius: 10px;
|
30316
|
+
opacity: 0;
|
30317
|
+
animation: progress-bar-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
|
30318
|
+
content: "";
|
30319
|
+
}
|
30320
|
+
|
30321
|
+
.amis-scope .antd-Progress-line-bar--stripe-animate {
|
29955
30322
|
animation: progress-bar-stripes 1s linear infinite;
|
29956
30323
|
}
|
29957
30324
|
|
30325
|
+
.amis-scope .antd-Progress-circle {
|
30326
|
+
width: 120px;
|
30327
|
+
height: 120px;
|
30328
|
+
position: relative;
|
30329
|
+
}
|
30330
|
+
|
30331
|
+
.amis-scope .antd-Progress-circle-text {
|
30332
|
+
position: absolute;
|
30333
|
+
top: 50%;
|
30334
|
+
left: 50%;
|
30335
|
+
width: 100%;
|
30336
|
+
margin: 0;
|
30337
|
+
padding: 0;
|
30338
|
+
color: var(--text-color);
|
30339
|
+
font-size: 1em;
|
30340
|
+
line-height: 1;
|
30341
|
+
white-space: normal;
|
30342
|
+
text-align: center;
|
30343
|
+
transform: translate(-50%, -50%);
|
30344
|
+
}
|
30345
|
+
|
30346
|
+
.amis-scope .antd-Progress-circle-text .icon {
|
30347
|
+
font-size: 1.2em;
|
30348
|
+
}
|
30349
|
+
|
30350
|
+
.amis-scope .antd-Progress-circle .bg-warning-circle-path {
|
30351
|
+
stroke: var(--warning);
|
30352
|
+
}
|
30353
|
+
|
30354
|
+
.amis-scope .antd-Progress-circle .bg-danger-circle-path {
|
30355
|
+
stroke: var(--danger);
|
30356
|
+
}
|
30357
|
+
|
30358
|
+
.amis-scope .antd-Progress-circle .bg-info-circle-path {
|
30359
|
+
stroke: var(--info);
|
30360
|
+
}
|
30361
|
+
|
30362
|
+
.amis-scope .antd-Progress-circle .bg-success-circle-path {
|
30363
|
+
stroke: var(--success);
|
30364
|
+
}
|
30365
|
+
|
30366
|
+
.amis-scope .antd-Progress-circle .bg-primary-circle-path {
|
30367
|
+
stroke: var(--primary);
|
30368
|
+
}
|
30369
|
+
|
30370
|
+
@keyframes progress-bar-active {
|
30371
|
+
0% {
|
30372
|
+
transform: translateX(-100%) scaleX(0);
|
30373
|
+
opacity: 0.1;
|
30374
|
+
}
|
30375
|
+
|
30376
|
+
20% {
|
30377
|
+
transform: translateX(-100%) scaleX(0);
|
30378
|
+
opacity: 0.5;
|
30379
|
+
}
|
30380
|
+
|
30381
|
+
100% {
|
30382
|
+
transform: translateX(0) scaleX(1);
|
30383
|
+
opacity: 0;
|
30384
|
+
}
|
30385
|
+
}
|
30386
|
+
|
29958
30387
|
@keyframes progress-bar-stripes {
|
29959
30388
|
from {
|
29960
30389
|
background-position: 2rem 0;
|
@@ -30169,7 +30598,7 @@ readers do not read off random characters that represent icons */
|
|
30169
30598
|
|
30170
30599
|
.amis-scope .antd-StatusField-label {
|
30171
30600
|
font-size: var(--fontSizeSm);
|
30172
|
-
margin-left: var(--gap-
|
30601
|
+
margin-left: var(--gap-xs);
|
30173
30602
|
}
|
30174
30603
|
|
30175
30604
|
@keyframes animation-rolling_red {
|
@@ -30839,6 +31268,7 @@ readers do not read off random characters that represent icons */
|
|
30839
31268
|
font-size: 1rem;
|
30840
31269
|
}
|
30841
31270
|
|
31271
|
+
.amis-scope .antd-Image-origin:hover .antd-Image-overlay,
|
30842
31272
|
.amis-scope .antd-Image-thumbWrap:hover .antd-Image-overlay {
|
30843
31273
|
display: flex;
|
30844
31274
|
}
|
@@ -30904,6 +31334,16 @@ readers do not read off random characters that represent icons */
|
|
30904
31334
|
border-color: var(--Form-input-onFocused-borderColor);
|
30905
31335
|
}
|
30906
31336
|
|
31337
|
+
.amis-scope .antd-InputBox--borderHalf {
|
31338
|
+
border-left-color: transparent !important;
|
31339
|
+
border-right-color: transparent !important;
|
31340
|
+
border-top-color: transparent !important;
|
31341
|
+
}
|
31342
|
+
|
31343
|
+
.amis-scope .antd-InputBox--borderNone {
|
31344
|
+
border-color: transparent !important;
|
31345
|
+
}
|
31346
|
+
|
30907
31347
|
.amis-scope .antd-InputBox--inline {
|
30908
31348
|
display: inline-flex;
|
30909
31349
|
}
|
@@ -31005,6 +31445,16 @@ readers do not read off random characters that represent icons */
|
|
31005
31445
|
border-color: var(--Form-input-onFocused-borderColor);
|
31006
31446
|
}
|
31007
31447
|
|
31448
|
+
.amis-scope .antd-ResultBox--borderHalf {
|
31449
|
+
border-left-color: transparent !important;
|
31450
|
+
border-right-color: transparent !important;
|
31451
|
+
border-top-color: transparent !important;
|
31452
|
+
}
|
31453
|
+
|
31454
|
+
.amis-scope .antd-ResultBox--borderNone {
|
31455
|
+
border-color: transparent !important;
|
31456
|
+
}
|
31457
|
+
|
31008
31458
|
.amis-scope .antd-ResultBox.is-error {
|
31009
31459
|
border-color: var(--Form-input-onError-borderColor);
|
31010
31460
|
background: var(--Form-input-onError-bg);
|
@@ -31530,6 +31980,176 @@ readers do not read off random characters that represent icons */
|
|
31530
31980
|
border: 1px solid var(--Steps-status-success);
|
31531
31981
|
}
|
31532
31982
|
|
31983
|
+
.amis-scope .antd-Portlet {
|
31984
|
+
border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
|
31985
|
+
border-radius: var(--Portlet-borderRadius);
|
31986
|
+
padding: var(--gap-base);
|
31987
|
+
}
|
31988
|
+
|
31989
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active a:first-child,
|
31990
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
31991
|
+
.amis-scope .antd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
31992
|
+
border: none !important;
|
31993
|
+
color: inherit !important;
|
31994
|
+
cursor: auto !important;
|
31995
|
+
}
|
31996
|
+
|
31997
|
+
.amis-scope .antd-Portlet-tab.no-divider .antd-Tabs-links {
|
31998
|
+
border-bottom: none;
|
31999
|
+
}
|
32000
|
+
|
32001
|
+
.amis-scope .antd-Portlet .antd-Tabs-pane {
|
32002
|
+
padding: unset;
|
32003
|
+
}
|
32004
|
+
|
32005
|
+
.amis-scope .antd-Portlet-toolbar {
|
32006
|
+
display: inline-flex;
|
32007
|
+
float: right;
|
32008
|
+
justify-content: flex-end;
|
32009
|
+
}
|
32010
|
+
|
32011
|
+
.amis-scope .antd-Portlet-toolbar .antd-Button {
|
32012
|
+
margin-left: calc(var(--gap-xs));
|
32013
|
+
}
|
32014
|
+
|
32015
|
+
.amis-scope .antd-Portlet-header-desc {
|
32016
|
+
height: 100%;
|
32017
|
+
overflow: hidden;
|
32018
|
+
position: relative;
|
32019
|
+
margin-left: var(--gap-base);
|
32020
|
+
}
|
32021
|
+
|
32022
|
+
.amis-scope .antd-Portlet.no-header .antd-Portlet-tab .antd-Tabs-links {
|
32023
|
+
display: none;
|
32024
|
+
}
|
32025
|
+
|
32026
|
+
.amis-scope .u-hairline::after {
|
32027
|
+
position: absolute;
|
32028
|
+
box-sizing: border-box;
|
32029
|
+
content: " ";
|
32030
|
+
pointer-events: none;
|
32031
|
+
top: -50%;
|
32032
|
+
right: -50%;
|
32033
|
+
bottom: -50%;
|
32034
|
+
left: -50%;
|
32035
|
+
border: 0 solid var(--borderColorLight);
|
32036
|
+
z-index: 1;
|
32037
|
+
transform: scale(0.5);
|
32038
|
+
}
|
32039
|
+
|
32040
|
+
.amis-scope .antd-GridNav {
|
32041
|
+
display: flex;
|
32042
|
+
flex-wrap: wrap;
|
32043
|
+
}
|
32044
|
+
|
32045
|
+
.amis-scope .antd-GridNav-top {
|
32046
|
+
position: relative;
|
32047
|
+
}
|
32048
|
+
|
32049
|
+
.amis-scope .antd-GridNav-top::after {
|
32050
|
+
border-top-width: 0.0625rem;
|
32051
|
+
}
|
32052
|
+
|
32053
|
+
.amis-scope .antd-GridNavItem {
|
32054
|
+
position: relative;
|
32055
|
+
box-sizing: border-box;
|
32056
|
+
}
|
32057
|
+
|
32058
|
+
.amis-scope .antd-GridNavItem--square {
|
32059
|
+
height: 0;
|
32060
|
+
position: relative;
|
32061
|
+
}
|
32062
|
+
|
32063
|
+
.amis-scope .antd-GridNavItem-icon {
|
32064
|
+
width: var(--rv-grid-item-icon-size);
|
32065
|
+
}
|
32066
|
+
|
32067
|
+
.amis-scope .antd-GridNavItem-text {
|
32068
|
+
color: var(--text-color);
|
32069
|
+
font-size: var(--fontSizeSm);
|
32070
|
+
line-height: 1.5;
|
32071
|
+
word-break: break-all;
|
32072
|
+
flex-shrink: 0;
|
32073
|
+
}
|
32074
|
+
|
32075
|
+
.amis-scope .antd-GridNavItem-icon + .antd-GridNavItem-text {
|
32076
|
+
margin-top: 0.5rem;
|
32077
|
+
}
|
32078
|
+
|
32079
|
+
.amis-scope .antd-GridNavItem-image {
|
32080
|
+
display: inline-block;
|
32081
|
+
}
|
32082
|
+
|
32083
|
+
.amis-scope .antd-GridNavItem-image svg,
|
32084
|
+
.amis-scope .antd-GridNavItem-image img {
|
32085
|
+
max-width: 100%;
|
32086
|
+
display: block;
|
32087
|
+
width: 60%;
|
32088
|
+
margin: 0 auto;
|
32089
|
+
}
|
32090
|
+
|
32091
|
+
.amis-scope .antd-GridNavItem-content {
|
32092
|
+
display: flex;
|
32093
|
+
flex-direction: column;
|
32094
|
+
box-sizing: border-box;
|
32095
|
+
height: 100%;
|
32096
|
+
padding: var(--gap-md) var(--gap-sm);
|
32097
|
+
background-color: var(--white);
|
32098
|
+
position: relative;
|
32099
|
+
}
|
32100
|
+
|
32101
|
+
.amis-scope .antd-GridNavItem-content .antd-Badge-text {
|
32102
|
+
z-index: 10;
|
32103
|
+
}
|
32104
|
+
|
32105
|
+
.amis-scope .antd-GridNavItem-content--border::after {
|
32106
|
+
border-width: 0 var(--borderWidth) var(--borderWidth) 0;
|
32107
|
+
}
|
32108
|
+
|
32109
|
+
.amis-scope .antd-GridNavItem-content--square {
|
32110
|
+
position: absolute;
|
32111
|
+
top: 0;
|
32112
|
+
right: 0;
|
32113
|
+
left: 0;
|
32114
|
+
}
|
32115
|
+
|
32116
|
+
.amis-scope .antd-GridNavItem-content--center {
|
32117
|
+
align-items: center;
|
32118
|
+
justify-content: center;
|
32119
|
+
}
|
32120
|
+
|
32121
|
+
.amis-scope .antd-GridNavItem-content--horizontal {
|
32122
|
+
flex-direction: row;
|
32123
|
+
}
|
32124
|
+
|
32125
|
+
.amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-text {
|
32126
|
+
margin: 0 0 0 var(--gap-sm);
|
32127
|
+
}
|
32128
|
+
|
32129
|
+
.amis-scope .antd-GridNavItem-content--reverse {
|
32130
|
+
flex-direction: column-reverse;
|
32131
|
+
}
|
32132
|
+
|
32133
|
+
.amis-scope .antd-GridNavItem-content--reverse .antd-GridNavItem-text {
|
32134
|
+
margin: 0 0 var(--gap-sm);
|
32135
|
+
}
|
32136
|
+
|
32137
|
+
.amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-content--reverse {
|
32138
|
+
flex-direction: row-reverse;
|
32139
|
+
}
|
32140
|
+
|
32141
|
+
.amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-content--reverse .antd-GridNavItem-text {
|
32142
|
+
margin: 0 var(--gap-sm) 0 0;
|
32143
|
+
}
|
32144
|
+
|
32145
|
+
.amis-scope .antd-GridNavItem-content--surround::after {
|
32146
|
+
border-width: var(--borderWidth);
|
32147
|
+
}
|
32148
|
+
|
32149
|
+
.amis-scope .antd-GridNavItem-content--clickable {
|
32150
|
+
cursor: pointer;
|
32151
|
+
}
|
32152
|
+
|
31533
32153
|
.amis-scope fieldset.antd-Collapse--lg,
|
31534
32154
|
.amis-scope fieldset.antd-Collapse--md,
|
31535
32155
|
.amis-scope fieldset.antd-Collapse--base,
|
@@ -31578,6 +32198,10 @@ readers do not read off random characters that represent icons */
|
|
31578
32198
|
position: relative;
|
31579
32199
|
}
|
31580
32200
|
|
32201
|
+
.amis-scope fieldset.antd-Collapse {
|
32202
|
+
margin-bottom: var(--Form-item-gap);
|
32203
|
+
}
|
32204
|
+
|
31581
32205
|
.amis-scope fieldset.antd-Collapse > legend {
|
31582
32206
|
font-weight: var(--fontWeightNormal);
|
31583
32207
|
padding: var(--gap-xs) 0;
|
@@ -31588,11 +32212,16 @@ readers do not read off random characters that represent icons */
|
|
31588
32212
|
margin: var(--gap-base) 0;
|
31589
32213
|
padding: 0 0 0 14px;
|
31590
32214
|
cursor: pointer;
|
31591
|
-
border-bottom:
|
32215
|
+
border-bottom: none !important;
|
32216
|
+
background: transparent;
|
31592
32217
|
display: flex;
|
31593
32218
|
flex-direction: row;
|
31594
32219
|
}
|
31595
32220
|
|
32221
|
+
.amis-scope fieldset.antd-Collapse > legend:hover {
|
32222
|
+
background: transparent;
|
32223
|
+
}
|
32224
|
+
|
31596
32225
|
.amis-scope fieldset.antd-Collapse--xs {
|
31597
32226
|
padding: 20px 5px 5px 5px;
|
31598
32227
|
}
|
@@ -32674,7 +33303,7 @@ readers do not read off random characters that represent icons */
|
|
32674
33303
|
color: #999;
|
32675
33304
|
}
|
32676
33305
|
|
32677
|
-
.amis-scope .antd-
|
33306
|
+
.amis-scope .antd-Selection > .antd-Checkbox {
|
32678
33307
|
display: block;
|
32679
33308
|
height: var(--Form-input-height);
|
32680
33309
|
line-height: var(--Form-input-lineHeight);
|
@@ -32682,43 +33311,36 @@ readers do not read off random characters that represent icons */
|
|
32682
33311
|
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
33312
|
}
|
32684
33313
|
|
32685
|
-
.amis-scope .antd-
|
33314
|
+
.amis-scope .antd-Selection--inline > .antd-Checkbox {
|
32686
33315
|
display: inline-block;
|
32687
33316
|
}
|
32688
33317
|
|
32689
|
-
.amis-scope .antd-
|
33318
|
+
.amis-scope .antd-Selection-addBtn {
|
32690
33319
|
display: block;
|
32691
33320
|
cursor: pointer;
|
32692
33321
|
}
|
32693
33322
|
|
32694
|
-
.amis-scope .antd-
|
33323
|
+
.amis-scope .antd-Selection-addBtn:hover {
|
32695
33324
|
text-decoration: none;
|
32696
33325
|
}
|
32697
33326
|
|
32698
|
-
.amis-scope .antd-
|
33327
|
+
.amis-scope .antd-Selection-addBtn > svg {
|
32699
33328
|
width: 0.875rem;
|
32700
33329
|
height: 0.875rem;
|
32701
33330
|
margin-right: var(--Checkbox-gap);
|
32702
33331
|
}
|
32703
33332
|
|
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 {
|
33333
|
+
.amis-scope .antd-GroupedSelection-group:not(:first-child) > .antd-GroupedSelection-itemLabel {
|
32708
33334
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
32709
33335
|
}
|
32710
33336
|
|
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 {
|
33337
|
+
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-itemLabel {
|
32715
33338
|
font-size: var(--fontSizeSm);
|
32716
33339
|
padding: var(--gap-xs) var(--gap-xs);
|
32717
33340
|
color: var(--text--muted-color);
|
32718
33341
|
}
|
32719
33342
|
|
32720
|
-
.amis-scope .antd-
|
32721
|
-
.amis-scope .antd-ListRadios-item {
|
33343
|
+
.amis-scope .antd-GroupedSelection-item {
|
32722
33344
|
display: flex;
|
32723
33345
|
height: var(--Form-input-height);
|
32724
33346
|
line-height: var(--Form-input-lineHeight);
|
@@ -32729,51 +33351,37 @@ readers do not read off random characters that represent icons */
|
|
32729
33351
|
user-select: none;
|
32730
33352
|
}
|
32731
33353
|
|
32732
|
-
.amis-scope .antd-
|
32733
|
-
.amis-scope .antd-ListRadios-item > .antd-Checkbox {
|
33354
|
+
.amis-scope .antd-GroupedSelection-item > .antd-Checkbox {
|
32734
33355
|
margin-right: 0;
|
32735
33356
|
}
|
32736
33357
|
|
32737
|
-
.amis-scope .antd-
|
32738
|
-
.amis-scope .antd-ListRadios-item.is-active {
|
33358
|
+
.amis-scope .antd-GroupedSelection-item.is-active {
|
32739
33359
|
color: var(--Form-select-menu-onActive-color);
|
32740
33360
|
background: var(--Form-select-menu-onActive-bg);
|
32741
33361
|
}
|
32742
33362
|
|
32743
|
-
.amis-scope .antd-
|
32744
|
-
.amis-scope .antd-ListRadios-item:hover {
|
33363
|
+
.amis-scope .antd-GroupedSelection-item:hover {
|
32745
33364
|
background: var(--Tree-item-onHover-bg);
|
32746
33365
|
}
|
32747
33366
|
|
32748
|
-
.amis-scope .antd-
|
32749
|
-
.amis-scope .antd-ListRadios-item.is-disabled {
|
33367
|
+
.amis-scope .antd-GroupedSelection-item.is-disabled {
|
32750
33368
|
pointer-events: none;
|
32751
33369
|
color: var(--text--muted-color);
|
32752
33370
|
}
|
32753
33371
|
|
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 {
|
33372
|
+
.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-items > .antd-GroupedSelection-item {
|
32762
33373
|
padding-left: var(--gap-base);
|
32763
33374
|
}
|
32764
33375
|
|
32765
|
-
.amis-scope .antd-
|
32766
|
-
.amis-scope .antd-ListRadios-itemLabel {
|
33376
|
+
.amis-scope .antd-GroupedSelection-itemLabel {
|
32767
33377
|
flex-grow: 1;
|
32768
33378
|
}
|
32769
33379
|
|
32770
|
-
.amis-scope .antd-
|
32771
|
-
.amis-scope .antd-ListRadios-itemLabel span {
|
33380
|
+
.amis-scope .antd-GroupedSelection-itemLabel span {
|
32772
33381
|
white-space: nowrap;
|
32773
33382
|
}
|
32774
33383
|
|
32775
|
-
.amis-scope .antd-
|
32776
|
-
.amis-scope .antd-ListRadios-placeholder {
|
33384
|
+
.amis-scope .antd-GroupedSelection-placeholder {
|
32777
33385
|
height: var(--Form-input-height);
|
32778
33386
|
line-height: var(--Form-input-lineHeight);
|
32779
33387
|
font-size: var(--Form-input-fontSize);
|
@@ -32781,52 +33389,54 @@ readers do not read off random characters that represent icons */
|
|
32781
33389
|
color: var(--text--muted-color);
|
32782
33390
|
}
|
32783
33391
|
|
32784
|
-
.amis-scope .antd-
|
33392
|
+
.amis-scope .antd-TableSelection .antd-Table-content {
|
32785
33393
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
32786
33394
|
}
|
32787
33395
|
|
32788
|
-
.amis-scope .antd-
|
32789
|
-
.amis-scope .antd-
|
33396
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th,
|
33397
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td {
|
32790
33398
|
font-size: var(--fontSizeSm);
|
32791
33399
|
padding-top: var(--gap-xs);
|
32792
33400
|
padding-bottom: 0.375rem;
|
32793
33401
|
vertical-align: middle;
|
32794
33402
|
}
|
32795
33403
|
|
32796
|
-
.amis-scope .antd-
|
33404
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th {
|
32797
33405
|
padding-top: 0.375rem;
|
32798
33406
|
}
|
32799
33407
|
|
32800
|
-
.amis-scope .antd-
|
32801
|
-
.amis-scope .antd-
|
33408
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:first-child,
|
33409
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:first-child {
|
32802
33410
|
padding-left: 0.625rem;
|
32803
33411
|
padding-right: 0;
|
32804
33412
|
}
|
32805
33413
|
|
32806
|
-
.amis-scope .antd-
|
32807
|
-
.amis-scope .antd-
|
33414
|
+
.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:last-child,
|
33415
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:last-child {
|
32808
33416
|
padding-right: var(--gap-md);
|
32809
33417
|
}
|
32810
33418
|
|
32811
|
-
.amis-scope .antd-
|
33419
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr {
|
32812
33420
|
cursor: pointer;
|
32813
33421
|
}
|
32814
33422
|
|
32815
|
-
.amis-scope .antd-
|
32816
|
-
|
33423
|
+
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr.is-active {
|
33424
|
+
color: var(--Form-select-menu-onActive-color);
|
33425
|
+
background: var(--Form-select-menu-onActive-bg);
|
33426
|
+
}
|
33427
|
+
|
33428
|
+
.amis-scope .antd-TreeSelection .antd-Table-expandBtn {
|
32817
33429
|
color: var(--icon-color);
|
32818
33430
|
margin-right: 5px;
|
32819
33431
|
}
|
32820
33432
|
|
32821
|
-
.amis-scope .antd-
|
32822
|
-
.amis-scope .antd-TreeRadios-sublist {
|
33433
|
+
.amis-scope .antd-TreeSelection-sublist {
|
32823
33434
|
position: relative;
|
32824
33435
|
margin: 0 0 0 2.1875rem;
|
32825
33436
|
display: none;
|
32826
33437
|
}
|
32827
33438
|
|
32828
|
-
.amis-scope .antd-
|
32829
|
-
.amis-scope .antd-TreeRadios-sublist:before {
|
33439
|
+
.amis-scope .antd-TreeSelection-sublist:before {
|
32830
33440
|
width: 1px;
|
32831
33441
|
content: "";
|
32832
33442
|
display: block;
|
@@ -32837,29 +33447,19 @@ readers do not read off random characters that represent icons */
|
|
32837
33447
|
border-left: dashed 1px var(--icon-color);
|
32838
33448
|
}
|
32839
33449
|
|
32840
|
-
.amis-scope .antd-
|
32841
|
-
.amis-scope .antd-TreeRadios-item {
|
33450
|
+
.amis-scope .antd-TreeSelection-item {
|
32842
33451
|
position: relative;
|
32843
33452
|
}
|
32844
33453
|
|
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 {
|
33454
|
+
.amis-scope .antd-TreeSelection-item.is-expanded > .antd-TreeSelection-sublist {
|
32849
33455
|
display: block;
|
32850
33456
|
}
|
32851
33457
|
|
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 {
|
33458
|
+
.amis-scope .antd-TreeSelection-item:not(:last-child) > .antd-TreeSelection-sublist:before {
|
32856
33459
|
bottom: 0;
|
32857
33460
|
}
|
32858
33461
|
|
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 {
|
33462
|
+
.amis-scope .antd-TreeSelection-sublist .antd-TreeSelection-item:before {
|
32863
33463
|
height: 1px;
|
32864
33464
|
content: "";
|
32865
33465
|
display: block;
|
@@ -32870,8 +33470,7 @@ readers do not read off random characters that represent icons */
|
|
32870
33470
|
border-top: dashed 1px var(--icon-color);
|
32871
33471
|
}
|
32872
33472
|
|
32873
|
-
.amis-scope .antd-
|
32874
|
-
.amis-scope .antd-TreeRadios-itemInner {
|
33473
|
+
.amis-scope .antd-TreeSelection-itemInner {
|
32875
33474
|
display: flex;
|
32876
33475
|
align-items: center;
|
32877
33476
|
height: var(--Form-input-height);
|
@@ -32884,20 +33483,17 @@ readers do not read off random characters that represent icons */
|
|
32884
33483
|
position: relative;
|
32885
33484
|
}
|
32886
33485
|
|
32887
|
-
.amis-scope .antd-
|
32888
|
-
.amis-scope .antd-TreeRadios-itemInner > .antd-Checkbox {
|
33486
|
+
.amis-scope .antd-TreeSelection-itemInner > .antd-Checkbox {
|
32889
33487
|
margin-right: 0;
|
32890
33488
|
margin-left: var(--gap-sm);
|
32891
33489
|
}
|
32892
33490
|
|
32893
|
-
.amis-scope .antd-
|
32894
|
-
.amis-scope .antd-TreeRadios-itemInner > * {
|
33491
|
+
.amis-scope .antd-TreeSelection-itemInner > * {
|
32895
33492
|
position: relative;
|
32896
33493
|
z-index: 2;
|
32897
33494
|
}
|
32898
33495
|
|
32899
|
-
.amis-scope .antd-
|
32900
|
-
.amis-scope .antd-TreeRadios-itemInner:hover:after {
|
33496
|
+
.amis-scope .antd-TreeSelection-itemInner:hover:after {
|
32901
33497
|
position: absolute;
|
32902
33498
|
content: "";
|
32903
33499
|
z-index: 1;
|
@@ -32908,24 +33504,20 @@ readers do not read off random characters that represent icons */
|
|
32908
33504
|
background: var(--Tree-item-onHover-bg);
|
32909
33505
|
}
|
32910
33506
|
|
32911
|
-
.amis-scope .antd-
|
32912
|
-
.amis-scope .antd-TreeRadios-itemInner.is-active {
|
33507
|
+
.amis-scope .antd-TreeSelection-itemInner.is-active {
|
32913
33508
|
color: var(--Form-select-menu-onActive-color);
|
32914
33509
|
}
|
32915
33510
|
|
32916
|
-
.amis-scope .antd-
|
32917
|
-
.amis-scope .antd-TreeRadios-itemInner.is-disabled {
|
33511
|
+
.amis-scope .antd-TreeSelection-itemInner.is-disabled {
|
32918
33512
|
pointer-events: none;
|
32919
33513
|
color: var(--text--muted-color);
|
32920
33514
|
}
|
32921
33515
|
|
32922
|
-
.amis-scope .antd-
|
32923
|
-
.amis-scope .antd-TreeRadios-itemLabel {
|
33516
|
+
.amis-scope .antd-TreeSelection-itemLabel {
|
32924
33517
|
flex-grow: 1;
|
32925
33518
|
}
|
32926
33519
|
|
32927
|
-
.amis-scope .antd-
|
32928
|
-
.amis-scope .antd-TreeRadios-placeholder {
|
33520
|
+
.amis-scope .antd-TreeSelection-placeholder {
|
32929
33521
|
height: var(--Form-input-height);
|
32930
33522
|
line-height: var(--Form-input-lineHeight);
|
32931
33523
|
font-size: var(--Form-input-fontSize);
|
@@ -32933,27 +33525,27 @@ readers do not read off random characters that represent icons */
|
|
32933
33525
|
color: var(--text--muted-color);
|
32934
33526
|
}
|
32935
33527
|
|
32936
|
-
.amis-scope .antd-
|
33528
|
+
.amis-scope .antd-ChainedSelection {
|
32937
33529
|
display: flex;
|
32938
33530
|
flex-direction: row;
|
32939
33531
|
}
|
32940
33532
|
|
32941
|
-
.amis-scope .antd-
|
33533
|
+
.amis-scope .antd-ChainedSelection-col {
|
32942
33534
|
flex-grow: 1;
|
32943
33535
|
min-width: 150px;
|
32944
33536
|
}
|
32945
33537
|
|
32946
|
-
.amis-scope .antd-
|
33538
|
+
.amis-scope .antd-ChainedSelection-col:not(:last-child) {
|
32947
33539
|
border-right: 1px solid var(--borderColor);
|
32948
33540
|
}
|
32949
33541
|
|
32950
|
-
.amis-scope .antd-
|
33542
|
+
.amis-scope .antd-ChainedSelection-subTitle {
|
32951
33543
|
font-size: var(--fontSizeSm);
|
32952
33544
|
padding: var(--gap-xs) var(--gap-xs);
|
32953
33545
|
color: var(--text--muted-color);
|
32954
33546
|
}
|
32955
33547
|
|
32956
|
-
.amis-scope .antd-
|
33548
|
+
.amis-scope .antd-ChainedSelection-item {
|
32957
33549
|
display: flex;
|
32958
33550
|
height: var(--Form-input-height);
|
32959
33551
|
line-height: var(--Form-input-lineHeight);
|
@@ -32964,29 +33556,29 @@ readers do not read off random characters that represent icons */
|
|
32964
33556
|
user-select: none;
|
32965
33557
|
}
|
32966
33558
|
|
32967
|
-
.amis-scope .antd-
|
33559
|
+
.amis-scope .antd-ChainedSelection-item > .antd-Checkbox {
|
32968
33560
|
margin-right: 0;
|
32969
33561
|
}
|
32970
33562
|
|
32971
|
-
.amis-scope .antd-
|
33563
|
+
.amis-scope .antd-ChainedSelection-item.is-active {
|
32972
33564
|
color: var(--Form-select-menu-onActive-color);
|
32973
33565
|
background: var(--Form-select-menu-onActive-bg);
|
32974
33566
|
}
|
32975
33567
|
|
32976
|
-
.amis-scope .antd-
|
33568
|
+
.amis-scope .antd-ChainedSelection-item:hover {
|
32977
33569
|
background: var(--Tree-item-onHover-bg);
|
32978
33570
|
}
|
32979
33571
|
|
32980
|
-
.amis-scope .antd-
|
33572
|
+
.amis-scope .antd-ChainedSelection-item.is-disabled {
|
32981
33573
|
pointer-events: none;
|
32982
33574
|
color: var(--text--muted-color);
|
32983
33575
|
}
|
32984
33576
|
|
32985
|
-
.amis-scope .antd-
|
33577
|
+
.amis-scope .antd-ChainedSelection-itemLabel {
|
32986
33578
|
flex-grow: 1;
|
32987
33579
|
}
|
32988
33580
|
|
32989
|
-
.amis-scope .antd-
|
33581
|
+
.amis-scope .antd-ChainedSelection-placeholder {
|
32990
33582
|
height: var(--Form-input-height);
|
32991
33583
|
line-height: var(--Form-input-lineHeight);
|
32992
33584
|
font-size: var(--Form-input-fontSize);
|
@@ -32994,34 +33586,35 @@ readers do not read off random characters that represent icons */
|
|
32994
33586
|
color: var(--text--muted-color);
|
32995
33587
|
}
|
32996
33588
|
|
32997
|
-
.amis-scope .antd-
|
33589
|
+
.amis-scope .antd-AssociatedSelection {
|
32998
33590
|
display: flex;
|
32999
33591
|
flex-direction: row;
|
33000
33592
|
}
|
33001
33593
|
|
33002
|
-
.amis-scope .antd-
|
33003
|
-
.amis-scope .antd-
|
33594
|
+
.amis-scope .antd-AssociatedSelection-left,
|
33595
|
+
.amis-scope .antd-AssociatedSelection-right {
|
33004
33596
|
flex-grow: 1;
|
33005
33597
|
width: 0;
|
33006
|
-
height:
|
33598
|
+
min-height: 12.5rem;
|
33599
|
+
max-height: 25rem;
|
33007
33600
|
overflow: auto;
|
33008
33601
|
}
|
33009
33602
|
|
33010
|
-
.amis-scope .antd-
|
33603
|
+
.amis-scope .antd-AssociatedSelection-left {
|
33011
33604
|
border-right: 1px solid var(--borderColor);
|
33012
33605
|
}
|
33013
33606
|
|
33014
|
-
.amis-scope .antd-
|
33607
|
+
.amis-scope .antd-AssociatedSelection-reload {
|
33015
33608
|
text-align: center;
|
33016
33609
|
color: var(--info);
|
33017
33610
|
margin: 20px 0 0;
|
33018
33611
|
}
|
33019
33612
|
|
33020
|
-
.amis-scope .antd-
|
33613
|
+
.amis-scope .antd-AssociatedSelection-reload.is-clickable {
|
33021
33614
|
cursor: pointer;
|
33022
33615
|
}
|
33023
33616
|
|
33024
|
-
.amis-scope .antd-
|
33617
|
+
.amis-scope .antd-AssociatedSelection-box {
|
33025
33618
|
line-height: var(--Form-input-lineHeight);
|
33026
33619
|
font-size: var(--fontSizeSm);
|
33027
33620
|
color: var(--text--muted-color);
|
@@ -33033,7 +33626,7 @@ readers do not read off random characters that represent icons */
|
|
33033
33626
|
height: 100%;
|
33034
33627
|
}
|
33035
33628
|
|
33036
|
-
.amis-scope .antd-
|
33629
|
+
.amis-scope .antd-AssociatedSelection-box > p {
|
33037
33630
|
text-align: center;
|
33038
33631
|
margin: 10px 0 20px;
|
33039
33632
|
color: var(--text--muted-color);
|
@@ -34084,7 +34677,7 @@ readers do not read off random characters that represent icons */
|
|
34084
34677
|
.amis-scope .antd-ColorPicker-preview {
|
34085
34678
|
display: flex;
|
34086
34679
|
align-items: center;
|
34087
|
-
margin-
|
34680
|
+
margin-right: var(--gap-sm);
|
34088
34681
|
cursor: pointer;
|
34089
34682
|
}
|
34090
34683
|
|
@@ -34117,14 +34710,42 @@ readers do not read off random characters that represent icons */
|
|
34117
34710
|
fill: var(--Form-input-onHover-iconColor);
|
34118
34711
|
}
|
34119
34712
|
|
34713
|
+
.amis-scope .antd-ColorPicker-arrow {
|
34714
|
+
margin-right: var(--gap-xs);
|
34715
|
+
width: var(--gap-md);
|
34716
|
+
text-align: center;
|
34717
|
+
display: flex;
|
34718
|
+
align-items: center;
|
34719
|
+
justify-content: center;
|
34720
|
+
line-height: 1;
|
34721
|
+
}
|
34722
|
+
|
34723
|
+
.amis-scope .antd-ColorPicker-arrow > svg {
|
34724
|
+
transition: transform var(--animation-duration);
|
34725
|
+
display: inline-block;
|
34726
|
+
color: var(--Form-select-caret-iconColor);
|
34727
|
+
width: 10px;
|
34728
|
+
height: 10px;
|
34729
|
+
top: 0;
|
34730
|
+
}
|
34731
|
+
|
34732
|
+
.amis-scope .antd-ColorPicker.is-opened .antd-ColorPicker-arrow > svg {
|
34733
|
+
transform: rotate(180deg);
|
34734
|
+
}
|
34735
|
+
|
34736
|
+
.amis-scope .antd-ColorPicker-popover {
|
34737
|
+
border: none;
|
34738
|
+
box-shadow: none;
|
34739
|
+
}
|
34740
|
+
|
34120
34741
|
.amis-scope .antd-ColorControl:not(.is-inline) > .antd-ColorPicker {
|
34121
34742
|
display: flex;
|
34122
34743
|
}
|
34123
34744
|
|
34124
34745
|
.amis-scope .sketch-picker {
|
34125
|
-
box-shadow: none !important;
|
34126
|
-
border-radius: 0 !important;
|
34127
34746
|
border: none !important;
|
34747
|
+
border-radius: var(--borderRadius) !important;
|
34748
|
+
box-shadow: var(--ColorPicker-boxShadow) !important;
|
34128
34749
|
}
|
34129
34750
|
|
34130
34751
|
.amis-scope .antd-DatePicker {
|
@@ -35068,6 +35689,17 @@ readers do not read off random characters that represent icons */
|
|
35068
35689
|
height: 100%;
|
35069
35690
|
}
|
35070
35691
|
|
35692
|
+
.amis-scope .antd-FileControl-templateInfo {
|
35693
|
+
display: block;
|
35694
|
+
margin-bottom: var(--gap-base);
|
35695
|
+
padding: var(--Button-paddingY) var(--Button-paddingX);
|
35696
|
+
cursor: pointer;
|
35697
|
+
}
|
35698
|
+
|
35699
|
+
.amis-scope .antd-FileControl-templateInfo > svg {
|
35700
|
+
margin-right: var(--gap-xs);
|
35701
|
+
}
|
35702
|
+
|
35071
35703
|
.amis-scope .antd-FileControl-dropzone {
|
35072
35704
|
outline: none;
|
35073
35705
|
}
|
@@ -35753,6 +36385,10 @@ readers do not read off random characters that represent icons */
|
|
35753
36385
|
pointer-events: none;
|
35754
36386
|
}
|
35755
36387
|
|
36388
|
+
.amis-scope .antd-Tree.is-draggable {
|
36389
|
+
position: relative;
|
36390
|
+
}
|
36391
|
+
|
35756
36392
|
.amis-scope .antd-Tree--outline .antd-Tree-sublist .antd-Tree-item--isLeaf:before {
|
35757
36393
|
position: absolute;
|
35758
36394
|
top: -8px;
|
@@ -35793,6 +36429,10 @@ readers do not read off random characters that represent icons */
|
|
35793
36429
|
left: -99999px;
|
35794
36430
|
}
|
35795
36431
|
|
36432
|
+
.amis-scope .antd-Tree.is-draggable .antd-Tree-itemLabel:hover::after {
|
36433
|
+
display: none;
|
36434
|
+
}
|
36435
|
+
|
35796
36436
|
.amis-scope .antd-Tree-item-icons {
|
35797
36437
|
visibility: hidden;
|
35798
36438
|
transition: visibility var(--animation-duration) ease;
|
@@ -35906,6 +36546,11 @@ readers do not read off random characters that represent icons */
|
|
35906
36546
|
width: calc(var(--Tree-itemArrowWidth) + var(--gap-xs));
|
35907
36547
|
}
|
35908
36548
|
|
36549
|
+
.amis-scope .antd-Tree-itemDrager {
|
36550
|
+
cursor: move;
|
36551
|
+
color: var(--icon-color);
|
36552
|
+
}
|
36553
|
+
|
35909
36554
|
.amis-scope .antd-Tree-spinner {
|
35910
36555
|
margin-right: var(--gap-xs);
|
35911
36556
|
}
|
@@ -35952,6 +36597,35 @@ readers do not read off random characters that represent icons */
|
|
35952
36597
|
color: var(--text--muted-color);
|
35953
36598
|
}
|
35954
36599
|
|
36600
|
+
.amis-scope .antd-Tree-dropIndicator {
|
36601
|
+
position: absolute;
|
36602
|
+
height: 0.125rem;
|
36603
|
+
background-color: var(--Tree-itemLabel--onChecked-color);
|
36604
|
+
border-radius: 0.0625rem;
|
36605
|
+
z-index: 1;
|
36606
|
+
}
|
36607
|
+
|
36608
|
+
.amis-scope .antd-Tree-dropIndicator::after {
|
36609
|
+
position: absolute;
|
36610
|
+
top: -0.1875rem;
|
36611
|
+
left: -0.375rem;
|
36612
|
+
width: 0.5rem;
|
36613
|
+
height: 0.5rem;
|
36614
|
+
background-color: transparent;
|
36615
|
+
border: 0.125rem solid var(--Tree-itemLabel--onChecked-color);
|
36616
|
+
border-radius: 50%;
|
36617
|
+
content: "";
|
36618
|
+
}
|
36619
|
+
|
36620
|
+
.amis-scope .antd-Tree-dropIndicator--hover {
|
36621
|
+
border-radius: 0;
|
36622
|
+
background-color: var(--Tree-item-onHover-bg);
|
36623
|
+
}
|
36624
|
+
|
36625
|
+
.amis-scope .antd-Tree-dropIndicator--hover::after {
|
36626
|
+
display: none;
|
36627
|
+
}
|
36628
|
+
|
35955
36629
|
.amis-scope .antd-TreeSelectControl {
|
35956
36630
|
position: relative;
|
35957
36631
|
}
|
@@ -36282,6 +36956,8 @@ readers do not read off random characters that represent icons */
|
|
36282
36956
|
|
36283
36957
|
.amis-scope .antd-Combo--hor .antd-Combo-itemDrager {
|
36284
36958
|
padding: var(--Combo--horizontal-dragger-top) 0.375rem 0 0;
|
36959
|
+
display: flex;
|
36960
|
+
align-items: center;
|
36285
36961
|
}
|
36286
36962
|
|
36287
36963
|
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder)::before,
|
@@ -36343,6 +37019,8 @@ readers do not read off random characters that represent icons */
|
|
36343
37019
|
position: absolute;
|
36344
37020
|
top: var(--Combo--horizontal-dragger-top);
|
36345
37021
|
left: -1.875rem;
|
37022
|
+
display: flex;
|
37023
|
+
align-items: center;
|
36346
37024
|
}
|
36347
37025
|
|
36348
37026
|
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder).is-draggable > .antd-Combo-items > .antd-Combo-item {
|
@@ -36971,19 +37649,19 @@ readers do not read off random characters that represent icons */
|
|
36971
37649
|
border-radius: var(--borderRadius);
|
36972
37650
|
}
|
36973
37651
|
|
36974
|
-
.amis-scope .antd-Transfer-select > .antd-Transfer-
|
36975
|
-
.amis-scope .antd-Transfer-result > .antd-Transfer-
|
37652
|
+
.amis-scope .antd-Transfer-select > .antd-Transfer-selection,
|
37653
|
+
.amis-scope .antd-Transfer-result > .antd-Transfer-value {
|
36976
37654
|
flex-grow: 1;
|
36977
37655
|
max-height: 100%;
|
36978
37656
|
overflow: auto;
|
36979
37657
|
position: relative;
|
36980
37658
|
}
|
36981
37659
|
|
36982
|
-
.amis-scope .antd-Transfer-search + .antd-Transfer-
|
37660
|
+
.amis-scope .antd-Transfer-search + .antd-Transfer-selection {
|
36983
37661
|
border-top: 1px solid var(--borderColor);
|
36984
37662
|
}
|
36985
37663
|
|
36986
|
-
.amis-scope .antd-Transfer-
|
37664
|
+
.amis-scope .antd-Transfer-selection .antd-ListSelection-placeholder {
|
36987
37665
|
height: 100%;
|
36988
37666
|
display: flex;
|
36989
37667
|
align-items: center;
|
@@ -37031,13 +37709,30 @@ readers do not read off random characters that represent icons */
|
|
37031
37709
|
color: var(--text--muted-color);
|
37032
37710
|
}
|
37033
37711
|
|
37034
|
-
.amis-scope .antd-Transfer-
|
37712
|
+
.amis-scope .antd-TabsTransfer .antd-Transfer-title {
|
37713
|
+
height: 40px;
|
37714
|
+
}
|
37715
|
+
|
37716
|
+
.amis-scope .antd-TabsTransfer-placeholder {
|
37717
|
+
height: var(--Form-input-height);
|
37718
|
+
line-height: var(--Form-input-lineHeight);
|
37719
|
+
font-size: var(--Form-input-fontSize);
|
37720
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
37721
|
+
color: var(--text--muted-color);
|
37722
|
+
}
|
37723
|
+
|
37724
|
+
.amis-scope .antd-TabsTransfer-tab {
|
37725
|
+
padding: 0;
|
37726
|
+
overflow: auto;
|
37727
|
+
}
|
37728
|
+
|
37729
|
+
.amis-scope .antd-TabsTransfer-tabs {
|
37035
37730
|
display: flex;
|
37036
37731
|
flex-direction: column;
|
37037
37732
|
height: 100%;
|
37038
37733
|
}
|
37039
37734
|
|
37040
|
-
.amis-scope .antd-
|
37735
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links {
|
37041
37736
|
border-top: 0 none;
|
37042
37737
|
padding: 5px 0 0 5px;
|
37043
37738
|
display: flex;
|
@@ -37046,59 +37741,48 @@ readers do not read off random characters that represent icons */
|
|
37046
37741
|
align-items: center;
|
37047
37742
|
}
|
37048
37743
|
|
37049
|
-
.amis-scope .antd-
|
37744
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-Tabs-link > a:first-child {
|
37050
37745
|
font-size: 12px;
|
37051
37746
|
padding: 7px 8px;
|
37052
37747
|
}
|
37053
37748
|
|
37054
|
-
.amis-scope .antd-
|
37749
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links .antd-TabsTransfer-tabsMid {
|
37055
37750
|
flex-grow: 1;
|
37056
37751
|
}
|
37057
37752
|
|
37058
|
-
.amis-scope .antd-
|
37753
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox {
|
37059
37754
|
margin: -5px 5px 0 10px;
|
37060
37755
|
}
|
37061
37756
|
|
37062
|
-
.amis-scope .antd-
|
37757
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox.is-active {
|
37063
37758
|
width: 150px;
|
37064
37759
|
margin-right: 10px;
|
37065
37760
|
padding-left: 10px;
|
37066
37761
|
}
|
37067
37762
|
|
37068
|
-
.amis-scope .antd-
|
37763
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content {
|
37069
37764
|
flex-grow: 1;
|
37765
|
+
min-height: 0;
|
37070
37766
|
position: relative;
|
37071
37767
|
padding: 5px 0 0;
|
37072
37768
|
}
|
37073
37769
|
|
37074
|
-
.amis-scope .antd-
|
37770
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane {
|
37075
37771
|
position: relative;
|
37076
|
-
|
37772
|
+
height: 100%;
|
37077
37773
|
}
|
37078
37774
|
|
37079
|
-
.amis-scope .antd-
|
37775
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active {
|
37080
37776
|
display: flex;
|
37081
37777
|
flex-direction: column;
|
37082
37778
|
}
|
37083
37779
|
|
37084
|
-
.amis-scope .antd-
|
37780
|
+
.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active > .antd-Transfer-selection {
|
37085
37781
|
flex-grow: 1;
|
37086
37782
|
max-height: 100%;
|
37087
37783
|
overflow: auto;
|
37088
37784
|
}
|
37089
37785
|
|
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
37786
|
.amis-scope .antd-TransferControl {
|
37103
37787
|
position: relative;
|
37104
37788
|
}
|
@@ -37107,6 +37791,57 @@ readers do not read off random characters that represent icons */
|
|
37107
37791
|
display: inline-block;
|
37108
37792
|
}
|
37109
37793
|
|
37794
|
+
.amis-scope .antd-TransferPicker-icon {
|
37795
|
+
transition: transform var(--animation-duration) ease-out;
|
37796
|
+
margin: 5px 5px 5px auto;
|
37797
|
+
display: flex;
|
37798
|
+
color: var(--Form-select-caret-iconColor);
|
37799
|
+
}
|
37800
|
+
|
37801
|
+
.amis-scope .antd-TransferPicker-icon:hover {
|
37802
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37803
|
+
}
|
37804
|
+
|
37805
|
+
.amis-scope .antd-TransferPicker-icon > svg {
|
37806
|
+
width: 0.75rem;
|
37807
|
+
height: 0.75rem;
|
37808
|
+
top: 0;
|
37809
|
+
}
|
37810
|
+
|
37811
|
+
.amis-scope .antd-TransferDropDown-icon {
|
37812
|
+
transition: transform var(--animation-duration) ease-out;
|
37813
|
+
margin: 5px 5px 5px auto;
|
37814
|
+
display: flex;
|
37815
|
+
color: var(--Form-select-caret-iconColor);
|
37816
|
+
}
|
37817
|
+
|
37818
|
+
.amis-scope .antd-TransferDropDown-icon:hover {
|
37819
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37820
|
+
}
|
37821
|
+
|
37822
|
+
.amis-scope .antd-TransferDropDown-icon > svg {
|
37823
|
+
width: 0.625rem;
|
37824
|
+
height: 0.625rem;
|
37825
|
+
top: 0;
|
37826
|
+
}
|
37827
|
+
|
37828
|
+
.amis-scope .antd-TransferDropDown.is-active .antd-TransferDropDown-icon {
|
37829
|
+
transform: rotate(180deg);
|
37830
|
+
}
|
37831
|
+
|
37832
|
+
.amis-scope .antd-TransferDropDown-content {
|
37833
|
+
min-height: 12.5rem;
|
37834
|
+
display: flex;
|
37835
|
+
flex-direction: column;
|
37836
|
+
}
|
37837
|
+
|
37838
|
+
.amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
|
37839
|
+
flex-grow: 1;
|
37840
|
+
max-height: 100%;
|
37841
|
+
overflow: auto;
|
37842
|
+
position: relative;
|
37843
|
+
}
|
37844
|
+
|
37110
37845
|
.amis-scope .antd-NestedSelectControl {
|
37111
37846
|
position: relative;
|
37112
37847
|
}
|
@@ -37810,12 +38545,61 @@ readers do not read off random characters that represent icons */
|
|
37810
38545
|
min-width: var(--Form-control-widthSm);
|
37811
38546
|
}
|
37812
38547
|
|
38548
|
+
.amis-scope .antd-Form--column {
|
38549
|
+
display: flex;
|
38550
|
+
flex-wrap: wrap;
|
38551
|
+
margin-left: calc(var(--Form-group-gutterWidth) / -2);
|
38552
|
+
margin-right: calc(var(--Form-group-gutterWidth) / -2);
|
38553
|
+
}
|
38554
|
+
|
38555
|
+
.amis-scope .antd-Form--column > .antd-Form-item {
|
38556
|
+
flex-grow: 1;
|
38557
|
+
padding-left: calc(var(--Form-group-gutterWidth) / 2);
|
38558
|
+
padding-right: calc(var(--Form-group-gutterWidth) / 2);
|
38559
|
+
}
|
38560
|
+
|
38561
|
+
.amis-scope .antd-Form--column-2 > .antd-Form-item {
|
38562
|
+
width: 50%;
|
38563
|
+
}
|
38564
|
+
|
38565
|
+
.amis-scope .antd-Form--column-3 > .antd-Form-item {
|
38566
|
+
width: 33%;
|
38567
|
+
}
|
38568
|
+
|
38569
|
+
.amis-scope .antd-Form--column-4 > .antd-Form-item {
|
38570
|
+
width: 25%;
|
38571
|
+
}
|
38572
|
+
|
38573
|
+
.amis-scope .antd-Form--column-5 > .antd-Form-item {
|
38574
|
+
width: 20%;
|
38575
|
+
}
|
38576
|
+
|
38577
|
+
.amis-scope .antd-Form--column-6 > .antd-Form-item {
|
38578
|
+
width: 16.6%;
|
38579
|
+
}
|
38580
|
+
|
38581
|
+
.amis-scope .antd-Form--column-7 > .antd-Form-item {
|
38582
|
+
width: 14.2%;
|
38583
|
+
}
|
38584
|
+
|
38585
|
+
.amis-scope .antd-Form--column-8 > .antd-Form-item {
|
38586
|
+
width: 12.5%;
|
38587
|
+
}
|
38588
|
+
|
38589
|
+
.amis-scope .antd-Form-column-9 > .antd-Form-item {
|
38590
|
+
width: 11.1%;
|
38591
|
+
}
|
38592
|
+
|
38593
|
+
.amis-scope .antd-Form-column-10 > .antd-Form-item {
|
38594
|
+
width: 10%;
|
38595
|
+
}
|
38596
|
+
|
37813
38597
|
.amis-scope .antd-AnchorNav {
|
37814
38598
|
display: flex;
|
37815
38599
|
height: 25rem;
|
37816
38600
|
}
|
37817
38601
|
|
37818
|
-
.amis-scope .antd-AnchorNav-link-wrap {
|
38602
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap {
|
37819
38603
|
margin: 0;
|
37820
38604
|
padding: 0;
|
37821
38605
|
width: var(--Tabs--vertical-width);
|
@@ -37823,12 +38607,12 @@ readers do not read off random characters that represent icons */
|
|
37823
38607
|
padding-bottom: 3.75rem;
|
37824
38608
|
}
|
37825
38609
|
|
37826
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
38610
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
37827
38611
|
position: relative;
|
37828
38612
|
display: block;
|
37829
38613
|
}
|
37830
38614
|
|
37831
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
38615
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
37832
38616
|
display: block;
|
37833
38617
|
border: var(--Tabs-borderWidth) solid transparent;
|
37834
38618
|
border-width: var(--AnchorNav-onActive-borderWidth);
|
@@ -37842,20 +38626,75 @@ readers do not read off random characters that represent icons */
|
|
37842
38626
|
margin: 0;
|
37843
38627
|
}
|
37844
38628
|
|
37845
|
-
.amis-scope .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
38629
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
37846
38630
|
color: var(--primary);
|
37847
38631
|
}
|
37848
38632
|
|
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 {
|
38633
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
|
38634
|
+
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
37851
38635
|
color: var(--Tabs--vertical-onActive-color);
|
37852
38636
|
border-color: var(--Tabs--vertical-onActive-border);
|
37853
38637
|
}
|
37854
38638
|
|
38639
|
+
.amis-scope .antd-AnchorNav--horizontal {
|
38640
|
+
flex-direction: column;
|
38641
|
+
}
|
38642
|
+
|
38643
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap {
|
38644
|
+
user-select: none;
|
38645
|
+
margin: 0px;
|
38646
|
+
padding: 0px;
|
38647
|
+
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
38648
|
+
list-style: none;
|
38649
|
+
}
|
38650
|
+
|
38651
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
38652
|
+
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
38653
|
+
display: inline-block;
|
38654
|
+
position: relative;
|
38655
|
+
}
|
38656
|
+
|
38657
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child {
|
38658
|
+
font-size: var(--Tabs-linkFontSize);
|
38659
|
+
outline: 0;
|
38660
|
+
border: var(--Tabs-borderWidth) solid transparent;
|
38661
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38662
|
+
border-top-left-radius: var(--Tabs-borderRadius);
|
38663
|
+
border-top-right-radius: var(--Tabs-borderRadius);
|
38664
|
+
color: var(--Tabs-color);
|
38665
|
+
margin: var(--Tabs-linkMargin);
|
38666
|
+
padding: var(--Tabs-linkPadding);
|
38667
|
+
text-decoration: none;
|
38668
|
+
cursor: pointer;
|
38669
|
+
display: block;
|
38670
|
+
}
|
38671
|
+
|
38672
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:hover,
|
38673
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:focus {
|
38674
|
+
color: var(--primary);
|
38675
|
+
background: transparent;
|
38676
|
+
border-color: transparent;
|
38677
|
+
}
|
38678
|
+
|
38679
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link:last-child > a {
|
38680
|
+
margin: 0;
|
38681
|
+
}
|
38682
|
+
|
38683
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child,
|
38684
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:hover,
|
38685
|
+
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:focus {
|
38686
|
+
font-size: var(--Tabs-linkFontSize);
|
38687
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38688
|
+
border-color: var(--Tabs--line-onHover-borderColor);
|
38689
|
+
color: var(--Tabs--line-onHover-color);
|
38690
|
+
background: transparent;
|
38691
|
+
}
|
38692
|
+
|
37855
38693
|
.amis-scope .antd-AnchorNav-section-wrap {
|
37856
38694
|
border: none;
|
37857
38695
|
flex-grow: 1;
|
37858
38696
|
overflow: auto;
|
38697
|
+
scroll-behavior: smooth;
|
37859
38698
|
background: var(--Tabs-content-bg);
|
37860
38699
|
}
|
37861
38700
|
|