amis 1.4.2-beta.1 → 1.4.2-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Schema.d.ts +11 -3
- package/lib/Schema.js.map +1 -1
- package/lib/components/AnchorNav.d.ts +22 -21
- package/lib/components/AnchorNav.js +7 -3
- package/lib/components/AnchorNav.js.map +2 -2
- package/lib/components/ArrayInput.d.ts +84 -84
- package/lib/components/AssociatedSelection.d.ts +930 -0
- package/lib/components/AssociatedSelection.js +89 -0
- package/lib/components/AssociatedSelection.js.map +13 -0
- package/lib/components/Badge.js +2 -2
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
- package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
- package/lib/components/ChainedSelection.js.map +13 -0
- package/lib/components/Checkbox.d.ts +20 -20
- package/lib/components/Collapse.d.ts +51 -23
- package/lib/components/Collapse.js +69 -11
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/CollapseGroup.d.ts +88 -0
- package/lib/components/CollapseGroup.js +81 -0
- package/lib/components/CollapseGroup.js.map +13 -0
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GridNav.d.ts +52 -0
- package/lib/components/GridNav.js +123 -0
- package/lib/components/GridNav.js.map +13 -0
- package/lib/components/GroupedSelection.d.ts +907 -0
- package/lib/components/GroupedSelection.js +48 -0
- package/lib/components/GroupedSelection.js.map +13 -0
- package/lib/components/InputBox.d.ts +22 -21
- package/lib/components/InputBox.js +10 -2
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/Link.d.ts +29 -36
- package/lib/components/Link.js +14 -15
- package/lib/components/Link.js.map +2 -2
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/ModalManager.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/PickerColumn.d.ts +514 -0
- package/lib/components/PickerColumn.js +279 -0
- package/lib/components/PickerColumn.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +513 -0
- package/lib/components/PickerContainer.js +96 -0
- package/lib/components/PickerContainer.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -21
- package/lib/components/Radios.js +1 -0
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/ResultBox.js +10 -2
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/SearchBox.d.ts +84 -84
- package/lib/components/SearchBox.js +4 -4
- package/lib/components/SearchBox.js.map +2 -2
- package/lib/components/Select.d.ts +245 -237
- package/lib/components/Select.js +25 -4
- package/lib/components/Select.js.map +2 -2
- package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
- package/lib/components/Selection.js +134 -0
- package/lib/components/Selection.js.map +13 -0
- package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
- package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
- package/lib/components/TableSelection.js.map +13 -0
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/TabsTransfer.d.ts +84 -84
- package/lib/components/TabsTransfer.js +9 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +489 -0
- package/lib/components/TabsTransferPicker.js +60 -0
- package/lib/components/TabsTransferPicker.js.map +13 -0
- package/lib/components/Toast.d.ts +86 -85
- package/lib/components/Toast.js +6 -3
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/Transfer.d.ts +908 -274
- package/lib/components/Transfer.js +31 -24
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +488 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +493 -0
- package/lib/components/TransferPicker.js +60 -0
- package/lib/components/TransferPicker.js.map +13 -0
- package/lib/components/Tree.d.ts +115 -84
- package/lib/components/Tree.js +183 -30
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
- package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
- package/lib/components/TreeSelection.js.map +13 -0
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/condition-builder/Field.js +5 -2
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +8 -8
- package/lib/components/index.js +16 -16
- package/lib/components/index.js.map +2 -2
- package/lib/envOverwrite.d.ts +1 -1
- package/lib/envOverwrite.js +24 -9
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +15 -1
- package/lib/factory.js +35 -6
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/hooks/index.d.ts +5 -0
- package/lib/hooks/index.js +14 -0
- package/lib/hooks/index.js.map +13 -0
- package/lib/hooks/use-set-state.d.ts +2 -0
- package/lib/hooks/use-set-state.js +15 -0
- package/lib/hooks/use-set-state.js.map +13 -0
- package/lib/hooks/use-touch.d.ts +16 -0
- package/lib/hooks/use-touch.js +73 -0
- package/lib/hooks/use-touch.js.map +13 -0
- package/lib/hooks/use-update-effect.d.ts +3 -0
- package/lib/hooks/use-update-effect.js +17 -0
- package/lib/hooks/use-update-effect.js.map +13 -0
- package/lib/icons/download.js +7 -0
- package/lib/icons/drag-bar.js +10 -3
- package/lib/index.d.ts +5 -0
- package/lib/index.js +6 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +2 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +3 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +5 -2
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +4 -3
- package/lib/renderers/Action.js +17 -4
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/AnchorNav.d.ts +1 -0
- package/lib/renderers/AnchorNav.js +2 -2
- package/lib/renderers/AnchorNav.js.map +2 -2
- package/lib/renderers/Avatar.js +3 -3
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +9 -0
- package/lib/renderers/CRUD.js +24 -4
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +4 -0
- package/lib/renderers/Card.js +29 -23
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Chart.js +1 -1
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Collapse.d.ts +25 -20
- package/lib/renderers/Collapse.js +10 -72
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/CollapseGroup.d.ts +42 -0
- package/lib/renderers/CollapseGroup.js +33 -0
- package/lib/renderers/CollapseGroup.js.map +13 -0
- package/lib/renderers/DropDownButton.js +1 -1
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +4 -3
- package/lib/renderers/Form/Editor.d.ts +3 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +7 -6
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputFile.d.ts +6 -0
- package/lib/renderers/Form/InputFile.js +28 -8
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.js +11 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js +2 -1
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/Options.js +13 -3
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +42 -4
- package/lib/renderers/Form/Select.js +37 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TabsTransferPicker.js +29 -0
- package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
- package/lib/renderers/Form/Transfer.js +18 -3
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +52 -0
- package/lib/renderers/Form/TransferPicker.js +43 -0
- package/lib/renderers/Form/TransferPicker.js.map +13 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.d.ts +5 -0
- package/lib/renderers/Form/index.js +5 -3
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +13 -1
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/GridNav.d.ts +99 -0
- package/lib/renderers/GridNav.js +82 -0
- package/lib/renderers/GridNav.js.map +13 -0
- package/lib/renderers/IFrame.js +1 -3
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Json.d.ts +4 -0
- package/lib/renderers/Json.js +4 -13
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Link.d.ts +4 -2
- package/lib/renderers/Link.js +15 -6
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/List.js +1 -1
- package/lib/renderers/List.js.map +2 -2
- package/lib/renderers/Mapping.d.ts +9 -2
- package/lib/renderers/Mapping.js +18 -6
- package/lib/renderers/Mapping.js.map +2 -2
- package/lib/renderers/Nav.d.ts +21 -21
- package/lib/renderers/Nav.js +39 -21
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Portlet.d.ts +125 -0
- package/lib/renderers/Portlet.js +156 -0
- package/lib/renderers/Portlet.js.map +13 -0
- package/lib/renderers/Property.js +2 -1
- package/lib/renderers/Property.js.map +2 -2
- package/lib/renderers/SearchBox.d.ts +6 -1
- package/lib/renderers/SearchBox.js +19 -5
- package/lib/renderers/SearchBox.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +4 -1
- package/lib/renderers/Table/TableContent.js +21 -1
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +5 -1
- package/lib/renderers/Table/index.js +65 -30
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +9 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/WebComponent.js.map +2 -2
- package/lib/store/combo.d.ts +2 -16
- package/lib/store/crud.js +3 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -1
- package/lib/store/form.js +5 -6
- package/lib/store/form.js.map +2 -2
- package/lib/store/formItem.js +44 -4
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/service.js +5 -4
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +3 -2
- package/lib/store/table.js +35 -12
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +689 -175
- package/lib/themes/ang.css +689 -175
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +689 -175
- package/lib/themes/antd.css +689 -175
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +728 -213
- package/lib/themes/cxd.css +728 -213
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +689 -175
- package/lib/themes/dark.css +689 -175
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +728 -213
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +38 -1
- package/lib/types.js +0 -5
- package/lib/types.js.map +2 -2
- package/lib/utils/api.d.ts +4 -2
- package/lib/utils/api.js +104 -17
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/dom.d.ts +4 -0
- package/lib/utils/dom.js +11 -1
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/helper.d.ts +8 -0
- package/lib/utils/helper.js +28 -2
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/icon.js +3 -0
- package/lib/utils/icon.js.map +2 -2
- package/package.json +1 -1
- package/schema.json +3326 -836
- package/scss/_mixins.scss +1 -3
- package/scss/_properties.scss +25 -1
- package/scss/base/_common.scss +3 -0
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +89 -29
- package/scss/components/_card.scss +8 -14
- package/scss/components/_collapse-group.scss +11 -0
- package/scss/components/_collapse.scss +48 -22
- package/scss/components/_grid-nav.scss +128 -0
- package/scss/components/_input-box.scss +1 -0
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_nav.scss +2 -2
- package/scss/components/_picker-columns.scss +124 -0
- package/scss/components/_popover.scss +13 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_result-box.scss +1 -0
- package/scss/components/_spinner.scss +5 -4
- package/scss/components/_status.scss +1 -1
- package/scss/components/_table.scss +32 -0
- package/scss/components/form/_checks.scss +0 -351
- package/scss/components/form/_combo.scss +4 -0
- package/scss/components/form/_fieldset.scss +5 -1
- package/scss/components/form/_file.scss +11 -0
- package/scss/components/form/_form.scss +48 -0
- package/scss/components/form/_selection.scss +354 -0
- package/scss/components/form/_transfer.scss +75 -18
- package/scss/components/form/_tree.scss +42 -0
- package/scss/themes/_common.scss +7 -0
- package/scss/themes/_cxd-variables.scss +8 -6
- package/scss/themes/cxd.scss +17 -12
- package/sdk/ang-ie11.css +786 -196
- package/sdk/ang.css +820 -213
- package/sdk/antd-ie11.css +786 -196
- package/sdk/antd.css +820 -213
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +825 -236
- package/sdk/cxd.css +862 -254
- package/sdk/dark-ie11.css +787 -197
- package/sdk/dark.css +820 -213
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/iconfont.svg +2513 -0
- package/sdk/iconfont.ttf +0 -0
- package/sdk/iconfont.woff +0 -0
- package/sdk/locale/de-DE.js +2 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +20 -28
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +825 -236
- package/sdk/sdk.css +862 -254
- package/sdk/sdk.js +1243 -1175
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +19 -1
- package/src/components/AnchorNav.tsx +15 -4
- package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +43 -37
- package/src/components/Badge.tsx +3 -3
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/Collapse.tsx +144 -20
- package/src/components/CollapseGroup.tsx +130 -0
- package/src/components/GridNav.tsx +233 -0
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/InputBox.tsx +10 -9
- package/src/components/Link.tsx +28 -37
- package/src/components/ModalManager.ts +1 -1
- package/src/components/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/ResultBox.tsx +9 -9
- package/src/components/SearchBox.tsx +4 -5
- package/src/components/Select.tsx +57 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
- package/src/components/TabsTransfer.tsx +13 -7
- package/src/components/TabsTransferPicker.tsx +85 -0
- package/src/components/Toast.tsx +23 -16
- package/src/components/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +120 -0
- package/src/components/TransferPicker.tsx +91 -0
- package/src/components/Tree.tsx +194 -8
- package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
- package/src/components/WithRemoteConfig.tsx +7 -2
- package/src/components/condition-builder/Field.tsx +5 -5
- package/src/components/condition-builder/Func.tsx +3 -3
- package/src/components/condition-builder/InputSwitch.tsx +3 -3
- package/src/components/condition-builder/Item.tsx +5 -12
- package/src/components/icons.tsx +2 -0
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +20 -8
- package/src/factory.tsx +70 -9
- package/src/hooks/index.ts +5 -0
- package/src/hooks/use-set-state.ts +19 -0
- package/src/hooks/use-touch.ts +100 -0
- package/src/hooks/use-update-effect.ts +16 -0
- package/src/icons/download.svg +4 -0
- package/src/icons/drag-bar.svg +12 -6
- package/src/index.tsx +5 -0
- package/src/locale/de-DE.ts +2 -0
- package/src/locale/en-US.ts +3 -0
- package/src/locale/zh-CN.ts +5 -2
- package/src/renderers/Action.tsx +28 -2
- package/src/renderers/AnchorNav.tsx +4 -0
- package/src/renderers/Avatar.tsx +8 -4
- package/src/renderers/Breadcrumb.tsx +5 -1
- package/src/renderers/CRUD.tsx +33 -3
- package/src/renderers/Card.tsx +63 -34
- package/src/renderers/Chart.tsx +6 -2
- package/src/renderers/Collapse.tsx +70 -115
- package/src/renderers/CollapseGroup.tsx +80 -0
- package/src/renderers/DropDownButton.tsx +1 -1
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputFile.tsx +65 -24
- package/src/renderers/Form/InputImage.tsx +11 -3
- package/src/renderers/Form/Item.tsx +3 -2
- package/src/renderers/Form/Options.tsx +16 -2
- package/src/renderers/Form/Select.tsx +162 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +19 -4
- package/src/renderers/Form/TransferPicker.tsx +145 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +15 -2
- package/src/renderers/Form/wrapControl.tsx +26 -1
- package/src/renderers/GridNav.tsx +204 -0
- package/src/renderers/IFrame.tsx +2 -4
- package/src/renderers/Json.tsx +9 -9
- package/src/renderers/Link.tsx +27 -13
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Mapping.tsx +27 -11
- package/src/renderers/Nav.tsx +108 -60
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Property.tsx +3 -2
- package/src/renderers/SearchBox.tsx +23 -4
- package/src/renderers/Table/TableContent.tsx +40 -2
- package/src/renderers/Table/index.tsx +88 -43
- package/src/renderers/Tabs.tsx +9 -1
- package/src/renderers/WebComponent.tsx +2 -2
- package/src/store/crud.ts +3 -8
- package/src/store/form.ts +5 -10
- package/src/store/formItem.ts +94 -2
- package/src/store/service.ts +5 -4
- package/src/store/table.ts +55 -14
- package/src/types.ts +58 -1
- package/src/utils/api.ts +133 -26
- package/src/utils/dom.tsx +12 -0
- package/src/utils/helper.ts +27 -0
- package/src/utils/icon.tsx +4 -0
- package/tsconfig-for-declaration.json +1 -1
- package/dump.rdb +0 -0
- package/lib/components/AssociatedCheckboxes.d.ts +0 -762
- package/lib/components/AssociatedCheckboxes.js +0 -90
- package/lib/components/AssociatedCheckboxes.js.map +0 -13
- package/lib/components/ChainedCheckboxes.js.map +0 -13
- package/lib/components/Checkboxes.js +0 -101
- package/lib/components/Checkboxes.js.map +0 -13
- package/lib/components/ListCheckboxes.d.ts +0 -739
- package/lib/components/ListCheckboxes.js +0 -48
- package/lib/components/ListCheckboxes.js.map +0 -13
- package/lib/components/ListRadios.d.ts +0 -763
- package/lib/components/ListRadios.js +0 -86
- package/lib/components/ListRadios.js.map +0 -13
- package/lib/components/TableCheckboxes.js.map +0 -13
- package/lib/components/TreeCheckboxes.js.map +0 -13
- package/lib/components/TreeRadios.d.ts +0 -838
- package/lib/components/TreeRadios.js +0 -116
- package/lib/components/TreeRadios.js.map +0 -13
- package/src/components/ListRadios.tsx +0 -159
- package/src/components/TreeRadios.tsx +0 -202
package/sdk/dark.css
CHANGED
@@ -19623,8 +19623,13 @@ readers do not read off random characters that represent icons */
|
|
19623
19623
|
--Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
|
19624
19624
|
--Collapse-header-bg: transparent;
|
19625
19625
|
--Collapse-header-onHover-bg: transparent;
|
19626
|
-
--Collapse-header-collapsed-
|
19626
|
+
--Collapse-header-collapsed-border: var(--borderWidth) solid
|
19627
19627
|
var(--Collapse-border-color);
|
19628
|
+
--Collapse-header-collapsed-borderTop: none;
|
19629
|
+
--Collapse-header-collapsed-borderBottom: var(
|
19630
|
+
--Collapse-header-collapsed-border
|
19631
|
+
);
|
19632
|
+
--Collapse-header-wrapper-direction: row;
|
19628
19633
|
--Collapse-content-padding: 1.125rem 0;
|
19629
19634
|
--Collapse-content-color: var(--body-color);
|
19630
19635
|
--Collapse-content-fontSize: var(--body-size);
|
@@ -20112,11 +20117,28 @@ readers do not read off random characters that represent icons */
|
|
20112
20117
|
--Panel-titleMarginTop: 0;
|
20113
20118
|
--Picker-iconColor: var(--icon-color);
|
20114
20119
|
--Picker-onHover-iconColor: var(--icon-onHover-color);
|
20120
|
+
--PickerColumns-bg: white;
|
20121
|
+
--PickerColumns-toolbar-height: 3.125rem;
|
20122
|
+
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
20123
|
+
--PickerColumns-title-lineHeight: 1.5;
|
20124
|
+
--PickerColumns-action-padding: 0 var(--gap-sm);
|
20125
|
+
--PickerColumns-action-fontSize: var(--fontSizeMd);
|
20126
|
+
--PickerColumns-confirmAction-color: var(--Button--info-bg);
|
20127
|
+
--PickerColumns-cancelAction-color: var(--Button--light-bg);
|
20128
|
+
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
20129
|
+
--PickerColumns-optionText-color: var(--text-color);
|
20130
|
+
--PickerColumns-optionDisabled-opacity: 0.3;
|
20131
|
+
--PickerColumns-loadingIcon-color: var(--icon-color);
|
20132
|
+
--PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
|
20115
20133
|
--PopOver-bg: white;
|
20116
20134
|
--PopOverAble-iconColor: inherit;
|
20117
20135
|
--PopOverAble-onHover-iconColor: inherit;
|
20118
20136
|
--Property-title-bg: #f2f2f2;
|
20119
20137
|
--Property-label-bg: #f7f7f7;
|
20138
|
+
--Portlet-borderColor: var(--borderColor);
|
20139
|
+
--Portlet-borderStyle: solid;
|
20140
|
+
--Portlet-borderWidth: var(--borderWidth);
|
20141
|
+
--Portlet-borderRadius: var(--borderRadius);
|
20120
20142
|
--QuickEdit-iconColor: inherit;
|
20121
20143
|
--QuickEdit-onFocus-borderColor: var(--info);
|
20122
20144
|
--QuickEdit-onFocus-borderWidth: var(--borderWidth);
|
@@ -20853,6 +20875,8 @@ readers do not read off random characters that represent icons */
|
|
20853
20875
|
width: 1em;
|
20854
20876
|
height: 1em;
|
20855
20877
|
fill: currentColor;
|
20878
|
+
position: relative;
|
20879
|
+
top: 0.125em;
|
20856
20880
|
}
|
20857
20881
|
|
20858
20882
|
.amis-scope svg.r90 {
|
@@ -20927,6 +20951,10 @@ readers do not read off random characters that represent icons */
|
|
20927
20951
|
height: 100%;
|
20928
20952
|
}
|
20929
20953
|
|
20954
|
+
.amis-scope .has-popover {
|
20955
|
+
position: relative;
|
20956
|
+
}
|
20957
|
+
|
20930
20958
|
.amis-scope,
|
20931
20959
|
.amis-scope {
|
20932
20960
|
width: 100%;
|
@@ -24070,6 +24098,140 @@ readers do not read off random characters that represent icons */
|
|
24070
24098
|
background: transparent;
|
24071
24099
|
}
|
24072
24100
|
|
24101
|
+
.amis-scope .dark-PopOver-isMobile .dark-PopOver-overlay {
|
24102
|
+
background: rgba(0, 0, 0, 0.3);
|
24103
|
+
}
|
24104
|
+
|
24105
|
+
.amis-scope .dark-PopOver--leftBottomLeftTop {
|
24106
|
+
margin-top: 0.25rem;
|
24107
|
+
}
|
24108
|
+
|
24109
|
+
.amis-scope .dark-PopOver--leftTopLeftBottom {
|
24110
|
+
margin-top: -0.25rem;
|
24111
|
+
}
|
24112
|
+
|
24113
|
+
.amis-scope .dark-PickerColumns {
|
24114
|
+
position: relative;
|
24115
|
+
background-color: var(--PickerColumns-bg);
|
24116
|
+
user-select: none;
|
24117
|
+
}
|
24118
|
+
|
24119
|
+
.amis-scope .dark-PickerColumns-popOver {
|
24120
|
+
position: fixed;
|
24121
|
+
bottom: 0;
|
24122
|
+
left: 0;
|
24123
|
+
width: 100%;
|
24124
|
+
padding: 0 var(--gap-sm);
|
24125
|
+
}
|
24126
|
+
|
24127
|
+
.amis-scope .dark-PickerColumns-toolbar {
|
24128
|
+
display: flex;
|
24129
|
+
align-items: center;
|
24130
|
+
justify-content: space-between;
|
24131
|
+
height: var(--PickerColumns-toolbar-height);
|
24132
|
+
}
|
24133
|
+
|
24134
|
+
.amis-scope .dark-PickerColumns-cancel,
|
24135
|
+
.amis-scope .dark-PickerColumns-confirm {
|
24136
|
+
height: 100%;
|
24137
|
+
padding: var(--PickerColumns-action-padding);
|
24138
|
+
font-size: var(--PickerColumns-action-fontSize);
|
24139
|
+
background-color: transparent;
|
24140
|
+
border: none;
|
24141
|
+
cursor: pointer;
|
24142
|
+
}
|
24143
|
+
|
24144
|
+
.amis-scope .dark-PickerColumns-cancel:active,
|
24145
|
+
.amis-scope .dark-PickerColumns-confirm:active {
|
24146
|
+
opacity: 0.7;
|
24147
|
+
}
|
24148
|
+
|
24149
|
+
.amis-scope .dark-PickerColumns-confirm {
|
24150
|
+
color: var(--PickerColumns-confirmAction-color);
|
24151
|
+
}
|
24152
|
+
|
24153
|
+
.amis-scope .dark-PickerColumns-cancel {
|
24154
|
+
color: var(--PickerColumns-cancelAction-color);
|
24155
|
+
}
|
24156
|
+
|
24157
|
+
.amis-scope .dark-PickerColumns-title {
|
24158
|
+
max-width: 50%;
|
24159
|
+
font-weight: 500;
|
24160
|
+
font-size: var(--PickerColumns-title-fontSize);
|
24161
|
+
line-height: var(--PickerColumns-title-lineHeight);
|
24162
|
+
text-align: center;
|
24163
|
+
}
|
24164
|
+
|
24165
|
+
.amis-scope .dark-PickerColumns-columns {
|
24166
|
+
touch-action: none;
|
24167
|
+
position: relative;
|
24168
|
+
display: flex;
|
24169
|
+
cursor: grab;
|
24170
|
+
}
|
24171
|
+
|
24172
|
+
.amis-scope .dark-PickerColumns-loading {
|
24173
|
+
position: absolute;
|
24174
|
+
top: 0;
|
24175
|
+
right: 0;
|
24176
|
+
bottom: 0;
|
24177
|
+
left: 0;
|
24178
|
+
z-index: 3;
|
24179
|
+
display: flex;
|
24180
|
+
align-items: center;
|
24181
|
+
justify-content: center;
|
24182
|
+
color: var(--PickerColumns-loadingIcon-color);
|
24183
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
24184
|
+
}
|
24185
|
+
|
24186
|
+
.amis-scope .dark-PickerColumns-frame {
|
24187
|
+
position: absolute;
|
24188
|
+
top: 50%;
|
24189
|
+
right: var(--gap-md);
|
24190
|
+
left: var(--gap-md);
|
24191
|
+
z-index: 2;
|
24192
|
+
transform: translateY(-50%);
|
24193
|
+
pointer-events: none;
|
24194
|
+
}
|
24195
|
+
|
24196
|
+
.amis-scope .dark-PickerColumns-mask {
|
24197
|
+
position: absolute;
|
24198
|
+
top: 0;
|
24199
|
+
left: 0;
|
24200
|
+
z-index: 1;
|
24201
|
+
width: 100%;
|
24202
|
+
height: 100%;
|
24203
|
+
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));
|
24204
|
+
background-repeat: no-repeat;
|
24205
|
+
background-position: top, bottom;
|
24206
|
+
transform: translateZ(0);
|
24207
|
+
pointer-events: none;
|
24208
|
+
}
|
24209
|
+
|
24210
|
+
.amis-scope .dark-PickerColumns-column {
|
24211
|
+
flex: 1;
|
24212
|
+
overflow: hidden;
|
24213
|
+
font-size: var(--PickerColumns-option-fontSize);
|
24214
|
+
}
|
24215
|
+
|
24216
|
+
.amis-scope .dark-PickerColumns-columnWrapper {
|
24217
|
+
margin: 0;
|
24218
|
+
padding: 0;
|
24219
|
+
list-style: none;
|
24220
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
24221
|
+
}
|
24222
|
+
|
24223
|
+
.amis-scope .dark-PickerColumns-columnItem {
|
24224
|
+
display: flex;
|
24225
|
+
align-items: center;
|
24226
|
+
justify-content: center;
|
24227
|
+
color: var(--PickerColumns-optionText-color);
|
24228
|
+
}
|
24229
|
+
|
24230
|
+
.amis-scope .dark-PickerColumns-columnItem.is-disabled {
|
24231
|
+
cursor: not-allowed;
|
24232
|
+
opacity: var(--PickerColumns-optionDisabled-opacity);
|
24233
|
+
}
|
24234
|
+
|
24073
24235
|
@keyframes bounceIn {
|
24074
24236
|
from, 20%, 40%, 60%, 80%, to {
|
24075
24237
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -25070,8 +25232,8 @@ readers do not read off random characters that represent icons */
|
|
25070
25232
|
cursor: move;
|
25071
25233
|
position: absolute;
|
25072
25234
|
left: 0;
|
25073
|
-
top: 0.6875rem;
|
25074
25235
|
display: none;
|
25236
|
+
line-height: 0;
|
25075
25237
|
}
|
25076
25238
|
|
25077
25239
|
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item .dark-Nav-itemDrager > .icon,
|
@@ -25158,7 +25320,7 @@ readers do not read off random characters that represent icons */
|
|
25158
25320
|
border-color: var(--Nav-item-onHover-color);
|
25159
25321
|
text-decoration: none;
|
25160
25322
|
background: var(--Nav-item-onHover-bg);
|
25161
|
-
z-index:
|
25323
|
+
z-index: 1;
|
25162
25324
|
}
|
25163
25325
|
|
25164
25326
|
.amis-scope .dark-Nav .dark-Nav-list--stacked .dark-Nav-item > a:hover > .dark-Nav-itemDrager,
|
@@ -25945,13 +26107,14 @@ readers do not read off random characters that represent icons */
|
|
25945
26107
|
.amis-scope .dark-Spinner--icon {
|
25946
26108
|
background: transparent;
|
25947
26109
|
animation: spin 2s linear infinite;
|
25948
|
-
width:
|
25949
|
-
height:
|
26110
|
+
width: 16px;
|
26111
|
+
height: 16px;
|
25950
26112
|
}
|
25951
26113
|
|
25952
26114
|
.amis-scope .dark-Spinner--icon svg.icon {
|
25953
|
-
width:
|
25954
|
-
height:
|
26115
|
+
width: 16px;
|
26116
|
+
height: 16px;
|
26117
|
+
top: 0;
|
25955
26118
|
}
|
25956
26119
|
|
25957
26120
|
.amis-scope .dark-Spinner--overlay {
|
@@ -26212,7 +26375,7 @@ readers do not read off random characters that represent icons */
|
|
26212
26375
|
.amis-scope .dark-Collapse {
|
26213
26376
|
border: var(--Collapse-border);
|
26214
26377
|
padding: 0;
|
26215
|
-
|
26378
|
+
line-height: 1.25rem;
|
26216
26379
|
}
|
26217
26380
|
|
26218
26381
|
.amis-scope .dark-Collapse-header {
|
@@ -26222,9 +26385,19 @@ readers do not read off random characters that represent icons */
|
|
26222
26385
|
padding: var(--Collapse-header-padding);
|
26223
26386
|
margin: 0;
|
26224
26387
|
border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
|
26388
|
+
cursor: pointer;
|
26225
26389
|
background: var(--Collapse-header-bg);
|
26226
26390
|
}
|
26227
26391
|
|
26392
|
+
.amis-scope .dark-Collapse-header-wrapper {
|
26393
|
+
display: inline-flex;
|
26394
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
26395
|
+
}
|
26396
|
+
|
26397
|
+
.amis-scope .dark-Collapse-header-tpl {
|
26398
|
+
margin-right: 0.5rem;
|
26399
|
+
}
|
26400
|
+
|
26228
26401
|
.amis-scope .dark-Collapse-header:hover {
|
26229
26402
|
background: var(--Collapse-header-onHover-bg);
|
26230
26403
|
}
|
@@ -26233,8 +26406,7 @@ readers do not read off random characters that represent icons */
|
|
26233
26406
|
display: inline-block;
|
26234
26407
|
width: 1rem;
|
26235
26408
|
text-align: center;
|
26236
|
-
margin-right:
|
26237
|
-
cursor: pointer;
|
26409
|
+
margin-right: var(--gap-xs);
|
26238
26410
|
}
|
26239
26411
|
|
26240
26412
|
.amis-scope .dark-Collapse-arrow:before {
|
@@ -26243,49 +26415,67 @@ readers do not read off random characters that represent icons */
|
|
26243
26415
|
display: inline-block;
|
26244
26416
|
width: 0.375rem;
|
26245
26417
|
height: 0.375rem;
|
26246
|
-
top: -0.
|
26418
|
+
top: -0.125rem;
|
26247
26419
|
border-color: var(--text-color);
|
26248
26420
|
border-style: solid;
|
26249
26421
|
border-width: 0.0625rem 0.0625rem 0 0;
|
26250
|
-
transform: rotate(
|
26422
|
+
transform: rotate(45deg);
|
26251
26423
|
transform-origin: 50% 50%;
|
26252
26424
|
}
|
26253
26425
|
|
26254
|
-
.amis-scope .dark-Collapse-
|
26426
|
+
.amis-scope .dark-Collapse-icon-tranform {
|
26255
26427
|
display: inline-block;
|
26428
|
+
width: 1rem;
|
26429
|
+
text-align: center;
|
26430
|
+
margin-right: var(--gap-xs);
|
26256
26431
|
}
|
26257
26432
|
|
26258
|
-
.amis-scope .dark-Collapse
|
26259
|
-
|
26260
|
-
transform-origin: 0% 50%;
|
26433
|
+
.amis-scope .dark-Collapse .dark-TplField {
|
26434
|
+
display: inline-block;
|
26261
26435
|
}
|
26262
26436
|
|
26263
|
-
.amis-scope .dark-Collapse.is-
|
26264
|
-
|
26437
|
+
.amis-scope .dark-Collapse.is-active .dark-Collapse-arrow:before {
|
26438
|
+
transform: rotate(135deg);
|
26439
|
+
transform-origin: 50% 30%;
|
26265
26440
|
}
|
26266
26441
|
|
26267
|
-
.amis-scope .dark-Collapse
|
26268
|
-
|
26442
|
+
.amis-scope .dark-Collapse.is-active .dark-Collapse-icon-tranform {
|
26443
|
+
transform: rotate(90deg);
|
26444
|
+
}
|
26445
|
+
|
26446
|
+
.amis-scope .dark-Collapse--disabled .dark-Collapse-header {
|
26447
|
+
cursor: not-allowed;
|
26269
26448
|
user-select: none;
|
26449
|
+
color: var(--text--muted-color);
|
26450
|
+
}
|
26451
|
+
|
26452
|
+
.amis-scope .dark-Collapse--disabled .dark-Collapse-header:hover {
|
26453
|
+
background-color: var(--Collapse-header-bg-disabled-color);
|
26454
|
+
}
|
26455
|
+
|
26456
|
+
.amis-scope .dark-Collapse--disabled .dark-Collapse-arrow:before {
|
26457
|
+
border-color: var(--text--muted-color);
|
26270
26458
|
}
|
26271
26459
|
|
26272
26460
|
.amis-scope .dark-Collapse--title-bottom .dark-Collapse-header {
|
26273
26461
|
text-align: center;
|
26274
|
-
color: var(--link-color);
|
26275
|
-
border-left: none;
|
26276
26462
|
font-size: var(--fontSizeBase);
|
26463
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
26464
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
26277
26465
|
}
|
26278
26466
|
|
26279
|
-
.amis-scope .dark-Collapse--title-bottom .dark-Collapse-
|
26280
|
-
top:
|
26281
|
-
transform: rotate(-45deg);
|
26282
|
-
transform-origin: 0% 50%;
|
26467
|
+
.amis-scope .dark-Collapse--title-bottom.is-collapsed .dark-Collapse-header {
|
26468
|
+
border-top: none;
|
26283
26469
|
}
|
26284
26470
|
|
26285
|
-
.amis-scope .dark-Collapse--title-bottom
|
26286
|
-
top: -0.
|
26471
|
+
.amis-scope .dark-Collapse--title-bottom .dark-Collapse-arrow:before {
|
26472
|
+
top: -0.25rem;
|
26287
26473
|
transform: rotate(135deg);
|
26288
|
-
|
26474
|
+
}
|
26475
|
+
|
26476
|
+
.amis-scope .dark-Collapse--title-bottom.is-active .dark-Collapse-arrow:before {
|
26477
|
+
top: 0;
|
26478
|
+
transform: rotate(-45deg);
|
26289
26479
|
}
|
26290
26480
|
|
26291
26481
|
.amis-scope .dark-Collapse-contentWrapper {
|
@@ -26305,6 +26495,10 @@ readers do not read off random characters that represent icons */
|
|
26305
26495
|
font-weight: var(--Collapse-content-fontWeight);
|
26306
26496
|
}
|
26307
26497
|
|
26498
|
+
.amis-scope .dark-CollapseGroup.icon-position-right .dark-Collapse-header .dark-Collapse-arrow {
|
26499
|
+
float: right;
|
26500
|
+
}
|
26501
|
+
|
26308
26502
|
.amis-scope .dark-ColorField {
|
26309
26503
|
display: inline-block;
|
26310
26504
|
}
|
@@ -27493,6 +27687,10 @@ readers do not read off random characters that represent icons */
|
|
27493
27687
|
border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
|
27494
27688
|
}
|
27495
27689
|
|
27690
|
+
.amis-scope .dark-Table-table--checkOnItemClick > tbody > tr {
|
27691
|
+
cursor: pointer;
|
27692
|
+
}
|
27693
|
+
|
27496
27694
|
.amis-scope .dark-Table-table > thead > tr > th {
|
27497
27695
|
background: var(--Table-thead-bg);
|
27498
27696
|
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
|
@@ -28452,6 +28650,11 @@ readers do not read off random characters that represent icons */
|
|
28452
28650
|
cursor: move;
|
28453
28651
|
}
|
28454
28652
|
|
28653
|
+
.amis-scope .dark-Table-table > thead > tr > th.dark-Table-dragCell > svg,
|
28654
|
+
.amis-scope .dark-Table-table > tbody > tr > td.dark-Table-dragCell > svg {
|
28655
|
+
vertical-align: middle;
|
28656
|
+
}
|
28657
|
+
|
28455
28658
|
.amis-scope .dark-Table-table > tbody > tr > td.dark-Table-expandCell {
|
28456
28659
|
position: relative;
|
28457
28660
|
}
|
@@ -28819,6 +29022,10 @@ readers do not read off random characters that represent icons */
|
|
28819
29022
|
color: var(--icon-onHover-color);
|
28820
29023
|
}
|
28821
29024
|
|
29025
|
+
.amis-scope .dark-Table-dragBtn > svg {
|
29026
|
+
vertical-align: -2px;
|
29027
|
+
}
|
29028
|
+
|
28822
29029
|
.amis-scope .dark-Table-table > tbody > tr:hover .dark-Table-dragBtn,
|
28823
29030
|
.amis-scope .dark-Table-table > tbody > tr.is-dragging .dark-Table-dragBtn,
|
28824
29031
|
.amis-scope .dark-Table-table > tbody > tr.is-drop-allowed .dark-Table-dragBtn {
|
@@ -28836,6 +29043,28 @@ readers do not read off random characters that represent icons */
|
|
28836
29043
|
left: 0;
|
28837
29044
|
}
|
28838
29045
|
|
29046
|
+
.amis-scope .dark-Table--autoFillHeight {
|
29047
|
+
margin-bottom: 0;
|
29048
|
+
}
|
29049
|
+
|
29050
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-contentWrap > .dark-Table-content table {
|
29051
|
+
border-top: none;
|
29052
|
+
}
|
29053
|
+
|
29054
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-contentWrap > .dark-Table-content table thead {
|
29055
|
+
position: sticky;
|
29056
|
+
top: 0;
|
29057
|
+
z-index: 1;
|
29058
|
+
}
|
29059
|
+
|
29060
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-fixedTop {
|
29061
|
+
display: none;
|
29062
|
+
}
|
29063
|
+
|
29064
|
+
.amis-scope .dark-Table--autoFillHeight > .dark-Table-footToolbar {
|
29065
|
+
margin-bottom: 0;
|
29066
|
+
}
|
29067
|
+
|
28839
29068
|
.amis-scope .dark-InputTable-toolbar {
|
28840
29069
|
display: flex;
|
28841
29070
|
flex-direction: row;
|
@@ -29600,18 +29829,6 @@ readers do not read off random characters that represent icons */
|
|
29600
29829
|
margin-top: var(--gap-xs);
|
29601
29830
|
}
|
29602
29831
|
|
29603
|
-
.amis-scope .dark-Card-checkBtn {
|
29604
|
-
position: absolute;
|
29605
|
-
top: 0;
|
29606
|
-
right: 0;
|
29607
|
-
margin: var(--gap-sm);
|
29608
|
-
z-index: 1;
|
29609
|
-
}
|
29610
|
-
|
29611
|
-
.amis-scope .dark-Card-checkBtn .dark-Checkbox {
|
29612
|
-
margin-right: 0;
|
29613
|
-
}
|
29614
|
-
|
29615
29832
|
.amis-scope .dark-Card-dragBtn {
|
29616
29833
|
cursor: pointer;
|
29617
29834
|
float: right;
|
@@ -29619,7 +29836,8 @@ readers do not read off random characters that represent icons */
|
|
29619
29836
|
}
|
29620
29837
|
|
29621
29838
|
.amis-scope .dark-Card-heading {
|
29622
|
-
|
29839
|
+
display: flex;
|
29840
|
+
flex-direction: row;
|
29623
29841
|
padding: var(--gap-sm) var(--gap-base);
|
29624
29842
|
flex: 1 0 auto;
|
29625
29843
|
}
|
@@ -29651,12 +29869,17 @@ readers do not read off random characters that represent icons */
|
|
29651
29869
|
|
29652
29870
|
.amis-scope .dark-Card-meta {
|
29653
29871
|
display: block;
|
29872
|
+
flex-grow: 1;
|
29654
29873
|
height: 100%;
|
29655
|
-
overflow: hidden;
|
29656
29874
|
position: relative;
|
29657
29875
|
margin-right: var(--gap-md);
|
29658
29876
|
}
|
29659
29877
|
|
29878
|
+
.amis-scope .dark-Card-toolbar {
|
29879
|
+
margin-right: calc(-1 * var(--gap-base));
|
29880
|
+
text-align: right;
|
29881
|
+
}
|
29882
|
+
|
29660
29883
|
.amis-scope .dark-Card-highlight {
|
29661
29884
|
background: var(--success);
|
29662
29885
|
width: 0.5rem;
|
@@ -30145,7 +30368,7 @@ readers do not read off random characters that represent icons */
|
|
30145
30368
|
|
30146
30369
|
.amis-scope .dark-StatusField-label {
|
30147
30370
|
font-size: var(--fontSizeSm);
|
30148
|
-
margin-left: var(--gap-
|
30371
|
+
margin-left: var(--gap-xs);
|
30149
30372
|
}
|
30150
30373
|
|
30151
30374
|
@keyframes animation-rolling_red {
|
@@ -30880,6 +31103,16 @@ readers do not read off random characters that represent icons */
|
|
30880
31103
|
border-color: var(--Form-input-onFocused-borderColor);
|
30881
31104
|
}
|
30882
31105
|
|
31106
|
+
.amis-scope .dark-InputBox--borderHalf {
|
31107
|
+
border-left-color: transparent !important;
|
31108
|
+
border-right-color: transparent !important;
|
31109
|
+
border-top-color: transparent !important;
|
31110
|
+
}
|
31111
|
+
|
31112
|
+
.amis-scope .dark-InputBox--borderNone {
|
31113
|
+
border-color: transparent !important;
|
31114
|
+
}
|
31115
|
+
|
30883
31116
|
.amis-scope .dark-InputBox--inline {
|
30884
31117
|
display: inline-flex;
|
30885
31118
|
}
|
@@ -30981,6 +31214,16 @@ readers do not read off random characters that represent icons */
|
|
30981
31214
|
border-color: var(--Form-input-onFocused-borderColor);
|
30982
31215
|
}
|
30983
31216
|
|
31217
|
+
.amis-scope .dark-ResultBox--borderHalf {
|
31218
|
+
border-left-color: transparent !important;
|
31219
|
+
border-right-color: transparent !important;
|
31220
|
+
border-top-color: transparent !important;
|
31221
|
+
}
|
31222
|
+
|
31223
|
+
.amis-scope .dark-ResultBox--borderNone {
|
31224
|
+
border-color: transparent !important;
|
31225
|
+
}
|
31226
|
+
|
30984
31227
|
.amis-scope .dark-ResultBox.is-error {
|
30985
31228
|
border-color: var(--Form-input-onError-borderColor);
|
30986
31229
|
background: var(--Form-input-onError-bg);
|
@@ -31506,43 +31749,213 @@ readers do not read off random characters that represent icons */
|
|
31506
31749
|
border: 1px solid var(--Steps-status-success);
|
31507
31750
|
}
|
31508
31751
|
|
31509
|
-
.amis-scope
|
31510
|
-
|
31511
|
-
|
31512
|
-
|
31513
|
-
.amis-scope fieldset.dark-Collapse--xs {
|
31514
|
-
position: relative;
|
31752
|
+
.amis-scope .dark-Portlet {
|
31753
|
+
border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
|
31754
|
+
border-radius: var(--Portlet-borderRadius);
|
31755
|
+
padding: var(--gap-base);
|
31515
31756
|
}
|
31516
31757
|
|
31517
|
-
.amis-scope
|
31518
|
-
.amis-scope
|
31519
|
-
.amis-scope
|
31520
|
-
|
31521
|
-
|
31522
|
-
|
31523
|
-
pointer-events: none;
|
31524
|
-
border: 1px solid var(--borderColor);
|
31525
|
-
position: absolute;
|
31526
|
-
z-index: 0;
|
31527
|
-
top: 11px;
|
31528
|
-
left: 0;
|
31529
|
-
bottom: 0;
|
31530
|
-
right: 0;
|
31758
|
+
.amis-scope .dark-Portlet-tab.unactive-select .is-active a:first-child,
|
31759
|
+
.amis-scope .dark-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
31760
|
+
.amis-scope .dark-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
31761
|
+
border: none !important;
|
31762
|
+
color: inherit !important;
|
31763
|
+
cursor: auto !important;
|
31531
31764
|
}
|
31532
31765
|
|
31533
|
-
.amis-scope
|
31534
|
-
|
31535
|
-
|
31536
|
-
|
31537
|
-
.amis-scope
|
31538
|
-
|
31539
|
-
|
31540
|
-
|
31541
|
-
|
31542
|
-
|
31543
|
-
|
31544
|
-
|
31545
|
-
|
31766
|
+
.amis-scope .dark-Portlet-tab.no-divider .dark-Tabs-links {
|
31767
|
+
border-bottom: none;
|
31768
|
+
}
|
31769
|
+
|
31770
|
+
.amis-scope .dark-Portlet .dark-Tabs-pane {
|
31771
|
+
padding: unset;
|
31772
|
+
}
|
31773
|
+
|
31774
|
+
.amis-scope .dark-Portlet-toolbar {
|
31775
|
+
display: inline-flex;
|
31776
|
+
float: right;
|
31777
|
+
justify-content: flex-end;
|
31778
|
+
}
|
31779
|
+
|
31780
|
+
.amis-scope .dark-Portlet-toolbar .dark-Button {
|
31781
|
+
margin-left: calc(var(--gap-xs));
|
31782
|
+
}
|
31783
|
+
|
31784
|
+
.amis-scope .dark-Portlet-header-desc {
|
31785
|
+
height: 100%;
|
31786
|
+
overflow: hidden;
|
31787
|
+
position: relative;
|
31788
|
+
margin-left: var(--gap-base);
|
31789
|
+
}
|
31790
|
+
|
31791
|
+
.amis-scope .dark-Portlet.no-header .dark-Portlet-tab .dark-Tabs-links {
|
31792
|
+
display: none;
|
31793
|
+
}
|
31794
|
+
|
31795
|
+
.amis-scope .u-hairline::after {
|
31796
|
+
position: absolute;
|
31797
|
+
box-sizing: border-box;
|
31798
|
+
content: " ";
|
31799
|
+
pointer-events: none;
|
31800
|
+
top: -50%;
|
31801
|
+
right: -50%;
|
31802
|
+
bottom: -50%;
|
31803
|
+
left: -50%;
|
31804
|
+
border: 0 solid var(--borderColorLight);
|
31805
|
+
z-index: 1;
|
31806
|
+
transform: scale(0.5);
|
31807
|
+
}
|
31808
|
+
|
31809
|
+
.amis-scope .dark-GridNav {
|
31810
|
+
display: flex;
|
31811
|
+
flex-wrap: wrap;
|
31812
|
+
}
|
31813
|
+
|
31814
|
+
.amis-scope .dark-GridNav-top {
|
31815
|
+
position: relative;
|
31816
|
+
}
|
31817
|
+
|
31818
|
+
.amis-scope .dark-GridNav-top::after {
|
31819
|
+
border-top-width: 0.0625rem;
|
31820
|
+
}
|
31821
|
+
|
31822
|
+
.amis-scope .dark-GridNavItem {
|
31823
|
+
position: relative;
|
31824
|
+
box-sizing: border-box;
|
31825
|
+
}
|
31826
|
+
|
31827
|
+
.amis-scope .dark-GridNavItem--square {
|
31828
|
+
height: 0;
|
31829
|
+
position: relative;
|
31830
|
+
}
|
31831
|
+
|
31832
|
+
.amis-scope .dark-GridNavItem-icon {
|
31833
|
+
width: var(--rv-grid-item-icon-size);
|
31834
|
+
}
|
31835
|
+
|
31836
|
+
.amis-scope .dark-GridNavItem-text {
|
31837
|
+
color: var(--text-color);
|
31838
|
+
font-size: var(--fontSizeSm);
|
31839
|
+
line-height: 1.5;
|
31840
|
+
word-break: break-all;
|
31841
|
+
flex-shrink: 0;
|
31842
|
+
}
|
31843
|
+
|
31844
|
+
.amis-scope .dark-GridNavItem-icon + .dark-GridNavItem-text {
|
31845
|
+
margin-top: 0.5rem;
|
31846
|
+
}
|
31847
|
+
|
31848
|
+
.amis-scope .dark-GridNavItem-image {
|
31849
|
+
display: inline-block;
|
31850
|
+
}
|
31851
|
+
|
31852
|
+
.amis-scope .dark-GridNavItem-image svg,
|
31853
|
+
.amis-scope .dark-GridNavItem-image img {
|
31854
|
+
max-width: 100%;
|
31855
|
+
display: block;
|
31856
|
+
width: 60%;
|
31857
|
+
margin: 0 auto;
|
31858
|
+
}
|
31859
|
+
|
31860
|
+
.amis-scope .dark-GridNavItem-content {
|
31861
|
+
display: flex;
|
31862
|
+
flex-direction: column;
|
31863
|
+
box-sizing: border-box;
|
31864
|
+
height: 100%;
|
31865
|
+
padding: var(--gap-md) var(--gap-sm);
|
31866
|
+
background-color: var(--white);
|
31867
|
+
position: relative;
|
31868
|
+
}
|
31869
|
+
|
31870
|
+
.amis-scope .dark-GridNavItem-content .dark-Badge-text {
|
31871
|
+
z-index: 10;
|
31872
|
+
}
|
31873
|
+
|
31874
|
+
.amis-scope .dark-GridNavItem-content--border::after {
|
31875
|
+
border-width: 0 var(--borderWidth) var(--borderWidth) 0;
|
31876
|
+
}
|
31877
|
+
|
31878
|
+
.amis-scope .dark-GridNavItem-content--square {
|
31879
|
+
position: absolute;
|
31880
|
+
top: 0;
|
31881
|
+
right: 0;
|
31882
|
+
left: 0;
|
31883
|
+
}
|
31884
|
+
|
31885
|
+
.amis-scope .dark-GridNavItem-content--center {
|
31886
|
+
align-items: center;
|
31887
|
+
justify-content: center;
|
31888
|
+
}
|
31889
|
+
|
31890
|
+
.amis-scope .dark-GridNavItem-content--horizontal {
|
31891
|
+
flex-direction: row;
|
31892
|
+
}
|
31893
|
+
|
31894
|
+
.amis-scope .dark-GridNavItem-content--horizontal .dark-GridNavItem-text {
|
31895
|
+
margin: 0 0 0 var(--gap-sm);
|
31896
|
+
}
|
31897
|
+
|
31898
|
+
.amis-scope .dark-GridNavItem-content--reverse {
|
31899
|
+
flex-direction: column-reverse;
|
31900
|
+
}
|
31901
|
+
|
31902
|
+
.amis-scope .dark-GridNavItem-content--reverse .dark-GridNavItem-text {
|
31903
|
+
margin: 0 0 var(--gap-sm);
|
31904
|
+
}
|
31905
|
+
|
31906
|
+
.amis-scope .dark-GridNavItem-content--horizontal .dark-GridNavItem-content--reverse {
|
31907
|
+
flex-direction: row-reverse;
|
31908
|
+
}
|
31909
|
+
|
31910
|
+
.amis-scope .dark-GridNavItem-content--horizontal .dark-GridNavItem-content--reverse .dark-GridNavItem-text {
|
31911
|
+
margin: 0 var(--gap-sm) 0 0;
|
31912
|
+
}
|
31913
|
+
|
31914
|
+
.amis-scope .dark-GridNavItem-content--surround::after {
|
31915
|
+
border-width: var(--borderWidth);
|
31916
|
+
}
|
31917
|
+
|
31918
|
+
.amis-scope .dark-GridNavItem-content--clickable {
|
31919
|
+
cursor: pointer;
|
31920
|
+
}
|
31921
|
+
|
31922
|
+
.amis-scope fieldset.dark-Collapse--lg,
|
31923
|
+
.amis-scope fieldset.dark-Collapse--md,
|
31924
|
+
.amis-scope fieldset.dark-Collapse--base,
|
31925
|
+
.amis-scope fieldset.dark-Collapse--sm,
|
31926
|
+
.amis-scope fieldset.dark-Collapse--xs {
|
31927
|
+
position: relative;
|
31928
|
+
}
|
31929
|
+
|
31930
|
+
.amis-scope fieldset.dark-Collapse--lg:after,
|
31931
|
+
.amis-scope fieldset.dark-Collapse--md:after,
|
31932
|
+
.amis-scope fieldset.dark-Collapse--base:after,
|
31933
|
+
.amis-scope fieldset.dark-Collapse--sm:after,
|
31934
|
+
.amis-scope fieldset.dark-Collapse--xs:after {
|
31935
|
+
content: "";
|
31936
|
+
pointer-events: none;
|
31937
|
+
border: 1px solid var(--borderColor);
|
31938
|
+
position: absolute;
|
31939
|
+
z-index: 0;
|
31940
|
+
top: 11px;
|
31941
|
+
left: 0;
|
31942
|
+
bottom: 0;
|
31943
|
+
right: 0;
|
31944
|
+
}
|
31945
|
+
|
31946
|
+
.amis-scope fieldset.dark-Collapse--lg > legend,
|
31947
|
+
.amis-scope fieldset.dark-Collapse--md > legend,
|
31948
|
+
.amis-scope fieldset.dark-Collapse--base > legend,
|
31949
|
+
.amis-scope fieldset.dark-Collapse--sm > legend,
|
31950
|
+
.amis-scope fieldset.dark-Collapse--xs > legend {
|
31951
|
+
position: absolute;
|
31952
|
+
top: 0;
|
31953
|
+
left: 0;
|
31954
|
+
display: inline-block;
|
31955
|
+
border: 0;
|
31956
|
+
width: auto;
|
31957
|
+
z-index: 1;
|
31958
|
+
background: var(--Fieldset-legend-bgColor);
|
31546
31959
|
border-left: 0 !important;
|
31547
31960
|
}
|
31548
31961
|
|
@@ -31564,11 +31977,16 @@ readers do not read off random characters that represent icons */
|
|
31564
31977
|
margin: var(--gap-base) 0;
|
31565
31978
|
padding: 0 0 0 14px;
|
31566
31979
|
cursor: pointer;
|
31567
|
-
border-bottom:
|
31980
|
+
border-bottom: none !important;
|
31981
|
+
background: transparent;
|
31568
31982
|
display: flex;
|
31569
31983
|
flex-direction: row;
|
31570
31984
|
}
|
31571
31985
|
|
31986
|
+
.amis-scope fieldset.dark-Collapse > legend:hover {
|
31987
|
+
background: transparent;
|
31988
|
+
}
|
31989
|
+
|
31572
31990
|
.amis-scope fieldset.dark-Collapse--xs {
|
31573
31991
|
padding: 20px 5px 5px 5px;
|
31574
31992
|
}
|
@@ -32650,7 +33068,7 @@ readers do not read off random characters that represent icons */
|
|
32650
33068
|
color: #999;
|
32651
33069
|
}
|
32652
33070
|
|
32653
|
-
.amis-scope .dark-
|
33071
|
+
.amis-scope .dark-Selection > .dark-Checkbox {
|
32654
33072
|
display: block;
|
32655
33073
|
height: var(--Form-input-height);
|
32656
33074
|
line-height: var(--Form-input-lineHeight);
|
@@ -32658,43 +33076,36 @@ readers do not read off random characters that represent icons */
|
|
32658
33076
|
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));
|
32659
33077
|
}
|
32660
33078
|
|
32661
|
-
.amis-scope .dark-
|
33079
|
+
.amis-scope .dark-Selection--inline > .dark-Checkbox {
|
32662
33080
|
display: inline-block;
|
32663
33081
|
}
|
32664
33082
|
|
32665
|
-
.amis-scope .dark-
|
33083
|
+
.amis-scope .dark-Selection-addBtn {
|
32666
33084
|
display: block;
|
32667
33085
|
cursor: pointer;
|
32668
33086
|
}
|
32669
33087
|
|
32670
|
-
.amis-scope .dark-
|
33088
|
+
.amis-scope .dark-Selection-addBtn:hover {
|
32671
33089
|
text-decoration: none;
|
32672
33090
|
}
|
32673
33091
|
|
32674
|
-
.amis-scope .dark-
|
33092
|
+
.amis-scope .dark-Selection-addBtn > svg {
|
32675
33093
|
width: 0.875rem;
|
32676
33094
|
height: 0.875rem;
|
32677
33095
|
margin-right: var(--Checkbox-gap);
|
32678
33096
|
}
|
32679
33097
|
|
32680
|
-
.amis-scope .dark-
|
32681
|
-
.amis-scope .dark-ListCheckboxes-group:not(:first-child) > .dark-ListRadios-itemLabel,
|
32682
|
-
.amis-scope .dark-ListRadios-group:not(:first-child) > .dark-ListCheckboxes-itemLabel,
|
32683
|
-
.amis-scope .dark-ListRadios-group:not(:first-child) > .dark-ListRadios-itemLabel {
|
33098
|
+
.amis-scope .dark-GroupedSelection-group:not(:first-child) > .dark-GroupedSelection-itemLabel {
|
32684
33099
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
32685
33100
|
}
|
32686
33101
|
|
32687
|
-
.amis-scope .dark-
|
32688
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListRadios-itemLabel,
|
32689
|
-
.amis-scope .dark-ListRadios-group > .dark-ListCheckboxes-itemLabel,
|
32690
|
-
.amis-scope .dark-ListRadios-group > .dark-ListRadios-itemLabel {
|
33102
|
+
.amis-scope .dark-GroupedSelection-group > .dark-GroupedSelection-itemLabel {
|
32691
33103
|
font-size: var(--fontSizeSm);
|
32692
33104
|
padding: var(--gap-xs) var(--gap-xs);
|
32693
33105
|
color: var(--text--muted-color);
|
32694
33106
|
}
|
32695
33107
|
|
32696
|
-
.amis-scope .dark-
|
32697
|
-
.amis-scope .dark-ListRadios-item {
|
33108
|
+
.amis-scope .dark-GroupedSelection-item {
|
32698
33109
|
display: flex;
|
32699
33110
|
height: var(--Form-input-height);
|
32700
33111
|
line-height: var(--Form-input-lineHeight);
|
@@ -32705,51 +33116,37 @@ readers do not read off random characters that represent icons */
|
|
32705
33116
|
user-select: none;
|
32706
33117
|
}
|
32707
33118
|
|
32708
|
-
.amis-scope .dark-
|
32709
|
-
.amis-scope .dark-ListRadios-item > .dark-Checkbox {
|
33119
|
+
.amis-scope .dark-GroupedSelection-item > .dark-Checkbox {
|
32710
33120
|
margin-right: 0;
|
32711
33121
|
}
|
32712
33122
|
|
32713
|
-
.amis-scope .dark-
|
32714
|
-
.amis-scope .dark-ListRadios-item.is-active {
|
33123
|
+
.amis-scope .dark-GroupedSelection-item.is-active {
|
32715
33124
|
color: var(--Form-select-menu-onActive-color);
|
32716
33125
|
background: var(--Form-select-menu-onActive-bg);
|
32717
33126
|
}
|
32718
33127
|
|
32719
|
-
.amis-scope .dark-
|
32720
|
-
.amis-scope .dark-ListRadios-item:hover {
|
33128
|
+
.amis-scope .dark-GroupedSelection-item:hover {
|
32721
33129
|
background: var(--Tree-item-onHover-bg);
|
32722
33130
|
}
|
32723
33131
|
|
32724
|
-
.amis-scope .dark-
|
32725
|
-
.amis-scope .dark-ListRadios-item.is-disabled {
|
33132
|
+
.amis-scope .dark-GroupedSelection-item.is-disabled {
|
32726
33133
|
pointer-events: none;
|
32727
33134
|
color: var(--text--muted-color);
|
32728
33135
|
}
|
32729
33136
|
|
32730
|
-
.amis-scope .dark-
|
32731
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListCheckboxes-items > .dark-ListRadios-item,
|
32732
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListRadios-items > .dark-ListCheckboxes-item,
|
32733
|
-
.amis-scope .dark-ListCheckboxes-group > .dark-ListRadios-items > .dark-ListRadios-item,
|
32734
|
-
.amis-scope .dark-ListRadios-group > .dark-ListCheckboxes-items > .dark-ListCheckboxes-item,
|
32735
|
-
.amis-scope .dark-ListRadios-group > .dark-ListCheckboxes-items > .dark-ListRadios-item,
|
32736
|
-
.amis-scope .dark-ListRadios-group > .dark-ListRadios-items > .dark-ListCheckboxes-item,
|
32737
|
-
.amis-scope .dark-ListRadios-group > .dark-ListRadios-items > .dark-ListRadios-item {
|
33137
|
+
.amis-scope .dark-GroupedSelection-group > .dark-GroupedSelection-items > .dark-GroupedSelection-item {
|
32738
33138
|
padding-left: var(--gap-base);
|
32739
33139
|
}
|
32740
33140
|
|
32741
|
-
.amis-scope .dark-
|
32742
|
-
.amis-scope .dark-ListRadios-itemLabel {
|
33141
|
+
.amis-scope .dark-GroupedSelection-itemLabel {
|
32743
33142
|
flex-grow: 1;
|
32744
33143
|
}
|
32745
33144
|
|
32746
|
-
.amis-scope .dark-
|
32747
|
-
.amis-scope .dark-ListRadios-itemLabel span {
|
33145
|
+
.amis-scope .dark-GroupedSelection-itemLabel span {
|
32748
33146
|
white-space: nowrap;
|
32749
33147
|
}
|
32750
33148
|
|
32751
|
-
.amis-scope .dark-
|
32752
|
-
.amis-scope .dark-ListRadios-placeholder {
|
33149
|
+
.amis-scope .dark-GroupedSelection-placeholder {
|
32753
33150
|
height: var(--Form-input-height);
|
32754
33151
|
line-height: var(--Form-input-lineHeight);
|
32755
33152
|
font-size: var(--Form-input-fontSize);
|
@@ -32757,52 +33154,54 @@ readers do not read off random characters that represent icons */
|
|
32757
33154
|
color: var(--text--muted-color);
|
32758
33155
|
}
|
32759
33156
|
|
32760
|
-
.amis-scope .dark-
|
33157
|
+
.amis-scope .dark-TableSelection .dark-Table-content {
|
32761
33158
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
32762
33159
|
}
|
32763
33160
|
|
32764
|
-
.amis-scope .dark-
|
32765
|
-
.amis-scope .dark-
|
33161
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th,
|
33162
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr > td {
|
32766
33163
|
font-size: var(--fontSizeSm);
|
32767
33164
|
padding-top: var(--gap-xs);
|
32768
33165
|
padding-bottom: 0.375rem;
|
32769
33166
|
vertical-align: middle;
|
32770
33167
|
}
|
32771
33168
|
|
32772
|
-
.amis-scope .dark-
|
33169
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th {
|
32773
33170
|
padding-top: 0.375rem;
|
32774
33171
|
}
|
32775
33172
|
|
32776
|
-
.amis-scope .dark-
|
32777
|
-
.amis-scope .dark-
|
33173
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th:first-child,
|
33174
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr > td:first-child {
|
32778
33175
|
padding-left: 0.625rem;
|
32779
33176
|
padding-right: 0;
|
32780
33177
|
}
|
32781
33178
|
|
32782
|
-
.amis-scope .dark-
|
32783
|
-
.amis-scope .dark-
|
33179
|
+
.amis-scope .dark-TableSelection .dark-Table-table > thead > tr > th:last-child,
|
33180
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr > td:last-child {
|
32784
33181
|
padding-right: var(--gap-md);
|
32785
33182
|
}
|
32786
33183
|
|
32787
|
-
.amis-scope .dark-
|
33184
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr {
|
32788
33185
|
cursor: pointer;
|
32789
33186
|
}
|
32790
33187
|
|
32791
|
-
.amis-scope .dark-
|
32792
|
-
|
33188
|
+
.amis-scope .dark-TableSelection .dark-Table-table > tbody > tr.is-active {
|
33189
|
+
color: var(--Form-select-menu-onActive-color);
|
33190
|
+
background: var(--Form-select-menu-onActive-bg);
|
33191
|
+
}
|
33192
|
+
|
33193
|
+
.amis-scope .dark-TreeSelection .dark-Table-expandBtn {
|
32793
33194
|
color: var(--icon-color);
|
32794
33195
|
margin-right: 5px;
|
32795
33196
|
}
|
32796
33197
|
|
32797
|
-
.amis-scope .dark-
|
32798
|
-
.amis-scope .dark-TreeRadios-sublist {
|
33198
|
+
.amis-scope .dark-TreeSelection-sublist {
|
32799
33199
|
position: relative;
|
32800
33200
|
margin: 0 0 0 2.1875rem;
|
32801
33201
|
display: none;
|
32802
33202
|
}
|
32803
33203
|
|
32804
|
-
.amis-scope .dark-
|
32805
|
-
.amis-scope .dark-TreeRadios-sublist:before {
|
33204
|
+
.amis-scope .dark-TreeSelection-sublist:before {
|
32806
33205
|
width: 1px;
|
32807
33206
|
content: "";
|
32808
33207
|
display: block;
|
@@ -32813,29 +33212,19 @@ readers do not read off random characters that represent icons */
|
|
32813
33212
|
border-left: dashed 1px var(--icon-color);
|
32814
33213
|
}
|
32815
33214
|
|
32816
|
-
.amis-scope .dark-
|
32817
|
-
.amis-scope .dark-TreeRadios-item {
|
33215
|
+
.amis-scope .dark-TreeSelection-item {
|
32818
33216
|
position: relative;
|
32819
33217
|
}
|
32820
33218
|
|
32821
|
-
.amis-scope .dark-
|
32822
|
-
.amis-scope .dark-TreeCheckboxes-item.is-expanded > .dark-TreeRadios-sublist,
|
32823
|
-
.amis-scope .dark-TreeRadios-item.is-expanded > .dark-TreeCheckboxes-sublist,
|
32824
|
-
.amis-scope .dark-TreeRadios-item.is-expanded > .dark-TreeRadios-sublist {
|
33219
|
+
.amis-scope .dark-TreeSelection-item.is-expanded > .dark-TreeSelection-sublist {
|
32825
33220
|
display: block;
|
32826
33221
|
}
|
32827
33222
|
|
32828
|
-
.amis-scope .dark-
|
32829
|
-
.amis-scope .dark-TreeCheckboxes-item:not(:last-child) > .dark-TreeRadios-sublist:before,
|
32830
|
-
.amis-scope .dark-TreeRadios-item:not(:last-child) > .dark-TreeCheckboxes-sublist:before,
|
32831
|
-
.amis-scope .dark-TreeRadios-item:not(:last-child) > .dark-TreeRadios-sublist:before {
|
33223
|
+
.amis-scope .dark-TreeSelection-item:not(:last-child) > .dark-TreeSelection-sublist:before {
|
32832
33224
|
bottom: 0;
|
32833
33225
|
}
|
32834
33226
|
|
32835
|
-
.amis-scope .dark-
|
32836
|
-
.amis-scope .dark-TreeCheckboxes-sublist .dark-TreeRadios-item:before,
|
32837
|
-
.amis-scope .dark-TreeRadios-sublist .dark-TreeCheckboxes-item:before,
|
32838
|
-
.amis-scope .dark-TreeRadios-sublist .dark-TreeRadios-item:before {
|
33227
|
+
.amis-scope .dark-TreeSelection-sublist .dark-TreeSelection-item:before {
|
32839
33228
|
height: 1px;
|
32840
33229
|
content: "";
|
32841
33230
|
display: block;
|
@@ -32846,8 +33235,7 @@ readers do not read off random characters that represent icons */
|
|
32846
33235
|
border-top: dashed 1px var(--icon-color);
|
32847
33236
|
}
|
32848
33237
|
|
32849
|
-
.amis-scope .dark-
|
32850
|
-
.amis-scope .dark-TreeRadios-itemInner {
|
33238
|
+
.amis-scope .dark-TreeSelection-itemInner {
|
32851
33239
|
display: flex;
|
32852
33240
|
align-items: center;
|
32853
33241
|
height: var(--Form-input-height);
|
@@ -32860,20 +33248,17 @@ readers do not read off random characters that represent icons */
|
|
32860
33248
|
position: relative;
|
32861
33249
|
}
|
32862
33250
|
|
32863
|
-
.amis-scope .dark-
|
32864
|
-
.amis-scope .dark-TreeRadios-itemInner > .dark-Checkbox {
|
33251
|
+
.amis-scope .dark-TreeSelection-itemInner > .dark-Checkbox {
|
32865
33252
|
margin-right: 0;
|
32866
33253
|
margin-left: var(--gap-sm);
|
32867
33254
|
}
|
32868
33255
|
|
32869
|
-
.amis-scope .dark-
|
32870
|
-
.amis-scope .dark-TreeRadios-itemInner > * {
|
33256
|
+
.amis-scope .dark-TreeSelection-itemInner > * {
|
32871
33257
|
position: relative;
|
32872
33258
|
z-index: 2;
|
32873
33259
|
}
|
32874
33260
|
|
32875
|
-
.amis-scope .dark-
|
32876
|
-
.amis-scope .dark-TreeRadios-itemInner:hover:after {
|
33261
|
+
.amis-scope .dark-TreeSelection-itemInner:hover:after {
|
32877
33262
|
position: absolute;
|
32878
33263
|
content: "";
|
32879
33264
|
z-index: 1;
|
@@ -32884,24 +33269,20 @@ readers do not read off random characters that represent icons */
|
|
32884
33269
|
background: var(--Tree-item-onHover-bg);
|
32885
33270
|
}
|
32886
33271
|
|
32887
|
-
.amis-scope .dark-
|
32888
|
-
.amis-scope .dark-TreeRadios-itemInner.is-active {
|
33272
|
+
.amis-scope .dark-TreeSelection-itemInner.is-active {
|
32889
33273
|
color: var(--Form-select-menu-onActive-color);
|
32890
33274
|
}
|
32891
33275
|
|
32892
|
-
.amis-scope .dark-
|
32893
|
-
.amis-scope .dark-TreeRadios-itemInner.is-disabled {
|
33276
|
+
.amis-scope .dark-TreeSelection-itemInner.is-disabled {
|
32894
33277
|
pointer-events: none;
|
32895
33278
|
color: var(--text--muted-color);
|
32896
33279
|
}
|
32897
33280
|
|
32898
|
-
.amis-scope .dark-
|
32899
|
-
.amis-scope .dark-TreeRadios-itemLabel {
|
33281
|
+
.amis-scope .dark-TreeSelection-itemLabel {
|
32900
33282
|
flex-grow: 1;
|
32901
33283
|
}
|
32902
33284
|
|
32903
|
-
.amis-scope .dark-
|
32904
|
-
.amis-scope .dark-TreeRadios-placeholder {
|
33285
|
+
.amis-scope .dark-TreeSelection-placeholder {
|
32905
33286
|
height: var(--Form-input-height);
|
32906
33287
|
line-height: var(--Form-input-lineHeight);
|
32907
33288
|
font-size: var(--Form-input-fontSize);
|
@@ -32909,27 +33290,27 @@ readers do not read off random characters that represent icons */
|
|
32909
33290
|
color: var(--text--muted-color);
|
32910
33291
|
}
|
32911
33292
|
|
32912
|
-
.amis-scope .dark-
|
33293
|
+
.amis-scope .dark-ChainedSelection {
|
32913
33294
|
display: flex;
|
32914
33295
|
flex-direction: row;
|
32915
33296
|
}
|
32916
33297
|
|
32917
|
-
.amis-scope .dark-
|
33298
|
+
.amis-scope .dark-ChainedSelection-col {
|
32918
33299
|
flex-grow: 1;
|
32919
33300
|
min-width: 150px;
|
32920
33301
|
}
|
32921
33302
|
|
32922
|
-
.amis-scope .dark-
|
33303
|
+
.amis-scope .dark-ChainedSelection-col:not(:last-child) {
|
32923
33304
|
border-right: 1px solid var(--borderColor);
|
32924
33305
|
}
|
32925
33306
|
|
32926
|
-
.amis-scope .dark-
|
33307
|
+
.amis-scope .dark-ChainedSelection-subTitle {
|
32927
33308
|
font-size: var(--fontSizeSm);
|
32928
33309
|
padding: var(--gap-xs) var(--gap-xs);
|
32929
33310
|
color: var(--text--muted-color);
|
32930
33311
|
}
|
32931
33312
|
|
32932
|
-
.amis-scope .dark-
|
33313
|
+
.amis-scope .dark-ChainedSelection-item {
|
32933
33314
|
display: flex;
|
32934
33315
|
height: var(--Form-input-height);
|
32935
33316
|
line-height: var(--Form-input-lineHeight);
|
@@ -32940,29 +33321,29 @@ readers do not read off random characters that represent icons */
|
|
32940
33321
|
user-select: none;
|
32941
33322
|
}
|
32942
33323
|
|
32943
|
-
.amis-scope .dark-
|
33324
|
+
.amis-scope .dark-ChainedSelection-item > .dark-Checkbox {
|
32944
33325
|
margin-right: 0;
|
32945
33326
|
}
|
32946
33327
|
|
32947
|
-
.amis-scope .dark-
|
33328
|
+
.amis-scope .dark-ChainedSelection-item.is-active {
|
32948
33329
|
color: var(--Form-select-menu-onActive-color);
|
32949
33330
|
background: var(--Form-select-menu-onActive-bg);
|
32950
33331
|
}
|
32951
33332
|
|
32952
|
-
.amis-scope .dark-
|
33333
|
+
.amis-scope .dark-ChainedSelection-item:hover {
|
32953
33334
|
background: var(--Tree-item-onHover-bg);
|
32954
33335
|
}
|
32955
33336
|
|
32956
|
-
.amis-scope .dark-
|
33337
|
+
.amis-scope .dark-ChainedSelection-item.is-disabled {
|
32957
33338
|
pointer-events: none;
|
32958
33339
|
color: var(--text--muted-color);
|
32959
33340
|
}
|
32960
33341
|
|
32961
|
-
.amis-scope .dark-
|
33342
|
+
.amis-scope .dark-ChainedSelection-itemLabel {
|
32962
33343
|
flex-grow: 1;
|
32963
33344
|
}
|
32964
33345
|
|
32965
|
-
.amis-scope .dark-
|
33346
|
+
.amis-scope .dark-ChainedSelection-placeholder {
|
32966
33347
|
height: var(--Form-input-height);
|
32967
33348
|
line-height: var(--Form-input-lineHeight);
|
32968
33349
|
font-size: var(--Form-input-fontSize);
|
@@ -32970,34 +33351,35 @@ readers do not read off random characters that represent icons */
|
|
32970
33351
|
color: var(--text--muted-color);
|
32971
33352
|
}
|
32972
33353
|
|
32973
|
-
.amis-scope .dark-
|
33354
|
+
.amis-scope .dark-AssociatedSelection {
|
32974
33355
|
display: flex;
|
32975
33356
|
flex-direction: row;
|
32976
33357
|
}
|
32977
33358
|
|
32978
|
-
.amis-scope .dark-
|
32979
|
-
.amis-scope .dark-
|
33359
|
+
.amis-scope .dark-AssociatedSelection-left,
|
33360
|
+
.amis-scope .dark-AssociatedSelection-right {
|
32980
33361
|
flex-grow: 1;
|
32981
33362
|
width: 0;
|
32982
|
-
height:
|
33363
|
+
min-height: 12.5rem;
|
33364
|
+
max-height: 25rem;
|
32983
33365
|
overflow: auto;
|
32984
33366
|
}
|
32985
33367
|
|
32986
|
-
.amis-scope .dark-
|
33368
|
+
.amis-scope .dark-AssociatedSelection-left {
|
32987
33369
|
border-right: 1px solid var(--borderColor);
|
32988
33370
|
}
|
32989
33371
|
|
32990
|
-
.amis-scope .dark-
|
33372
|
+
.amis-scope .dark-AssociatedSelection-reload {
|
32991
33373
|
text-align: center;
|
32992
33374
|
color: var(--info);
|
32993
33375
|
margin: 20px 0 0;
|
32994
33376
|
}
|
32995
33377
|
|
32996
|
-
.amis-scope .dark-
|
33378
|
+
.amis-scope .dark-AssociatedSelection-reload.is-clickable {
|
32997
33379
|
cursor: pointer;
|
32998
33380
|
}
|
32999
33381
|
|
33000
|
-
.amis-scope .dark-
|
33382
|
+
.amis-scope .dark-AssociatedSelection-box {
|
33001
33383
|
line-height: var(--Form-input-lineHeight);
|
33002
33384
|
font-size: var(--fontSizeSm);
|
33003
33385
|
color: var(--text--muted-color);
|
@@ -33009,7 +33391,7 @@ readers do not read off random characters that represent icons */
|
|
33009
33391
|
height: 100%;
|
33010
33392
|
}
|
33011
33393
|
|
33012
|
-
.amis-scope .dark-
|
33394
|
+
.amis-scope .dark-AssociatedSelection-box > p {
|
33013
33395
|
text-align: center;
|
33014
33396
|
margin: 10px 0 20px;
|
33015
33397
|
color: var(--text--muted-color);
|
@@ -35044,6 +35426,17 @@ readers do not read off random characters that represent icons */
|
|
35044
35426
|
height: 100%;
|
35045
35427
|
}
|
35046
35428
|
|
35429
|
+
.amis-scope .dark-FileControl-templateInfo {
|
35430
|
+
display: block;
|
35431
|
+
margin-bottom: var(--gap-base);
|
35432
|
+
padding: var(--Button-paddingY) var(--Button-paddingX);
|
35433
|
+
cursor: pointer;
|
35434
|
+
}
|
35435
|
+
|
35436
|
+
.amis-scope .dark-FileControl-templateInfo > svg {
|
35437
|
+
margin-right: var(--gap-xs);
|
35438
|
+
}
|
35439
|
+
|
35047
35440
|
.amis-scope .dark-FileControl-dropzone {
|
35048
35441
|
outline: none;
|
35049
35442
|
}
|
@@ -35729,6 +36122,10 @@ readers do not read off random characters that represent icons */
|
|
35729
36122
|
pointer-events: none;
|
35730
36123
|
}
|
35731
36124
|
|
36125
|
+
.amis-scope .dark-Tree.is-draggable {
|
36126
|
+
position: relative;
|
36127
|
+
}
|
36128
|
+
|
35732
36129
|
.amis-scope .dark-Tree--outline .dark-Tree-sublist .dark-Tree-item--isLeaf:before {
|
35733
36130
|
position: absolute;
|
35734
36131
|
top: -8px;
|
@@ -35769,6 +36166,10 @@ readers do not read off random characters that represent icons */
|
|
35769
36166
|
left: -99999px;
|
35770
36167
|
}
|
35771
36168
|
|
36169
|
+
.amis-scope .dark-Tree.is-draggable .dark-Tree-itemLabel:hover::after {
|
36170
|
+
display: none;
|
36171
|
+
}
|
36172
|
+
|
35772
36173
|
.amis-scope .dark-Tree-item-icons {
|
35773
36174
|
visibility: hidden;
|
35774
36175
|
transition: visibility var(--animation-duration) ease;
|
@@ -35882,6 +36283,11 @@ readers do not read off random characters that represent icons */
|
|
35882
36283
|
width: calc(var(--Tree-itemArrowWidth) + var(--gap-xs));
|
35883
36284
|
}
|
35884
36285
|
|
36286
|
+
.amis-scope .dark-Tree-itemDrager {
|
36287
|
+
cursor: move;
|
36288
|
+
color: var(--icon-color);
|
36289
|
+
}
|
36290
|
+
|
35885
36291
|
.amis-scope .dark-Tree-spinner {
|
35886
36292
|
margin-right: var(--gap-xs);
|
35887
36293
|
}
|
@@ -35928,6 +36334,35 @@ readers do not read off random characters that represent icons */
|
|
35928
36334
|
color: var(--text--muted-color);
|
35929
36335
|
}
|
35930
36336
|
|
36337
|
+
.amis-scope .dark-Tree-dropIndicator {
|
36338
|
+
position: absolute;
|
36339
|
+
height: 0.125rem;
|
36340
|
+
background-color: var(--Tree-itemLabel--onChecked-color);
|
36341
|
+
border-radius: 0.0625rem;
|
36342
|
+
z-index: 1;
|
36343
|
+
}
|
36344
|
+
|
36345
|
+
.amis-scope .dark-Tree-dropIndicator::after {
|
36346
|
+
position: absolute;
|
36347
|
+
top: -0.1875rem;
|
36348
|
+
left: -0.375rem;
|
36349
|
+
width: 0.5rem;
|
36350
|
+
height: 0.5rem;
|
36351
|
+
background-color: transparent;
|
36352
|
+
border: 0.125rem solid var(--Tree-itemLabel--onChecked-color);
|
36353
|
+
border-radius: 50%;
|
36354
|
+
content: "";
|
36355
|
+
}
|
36356
|
+
|
36357
|
+
.amis-scope .dark-Tree-dropIndicator--hover {
|
36358
|
+
border-radius: 0;
|
36359
|
+
background-color: var(--Tree-item-onHover-bg);
|
36360
|
+
}
|
36361
|
+
|
36362
|
+
.amis-scope .dark-Tree-dropIndicator--hover::after {
|
36363
|
+
display: none;
|
36364
|
+
}
|
36365
|
+
|
35931
36366
|
.amis-scope .dark-TreeSelectControl {
|
35932
36367
|
position: relative;
|
35933
36368
|
}
|
@@ -36258,6 +36693,8 @@ readers do not read off random characters that represent icons */
|
|
36258
36693
|
|
36259
36694
|
.amis-scope .dark-Combo--hor .dark-Combo-itemDrager {
|
36260
36695
|
padding: var(--Combo--horizontal-dragger-top) 0.375rem 0 0;
|
36696
|
+
display: flex;
|
36697
|
+
align-items: center;
|
36261
36698
|
}
|
36262
36699
|
|
36263
36700
|
.amis-scope .dark-Combo--ver:not(.dark-Combo--noBorder)::before,
|
@@ -36319,6 +36756,8 @@ readers do not read off random characters that represent icons */
|
|
36319
36756
|
position: absolute;
|
36320
36757
|
top: var(--Combo--horizontal-dragger-top);
|
36321
36758
|
left: -1.875rem;
|
36759
|
+
display: flex;
|
36760
|
+
align-items: center;
|
36322
36761
|
}
|
36323
36762
|
|
36324
36763
|
.amis-scope .dark-Combo--ver:not(.dark-Combo--noBorder).is-draggable > .dark-Combo-items > .dark-Combo-item {
|
@@ -36947,19 +37386,19 @@ readers do not read off random characters that represent icons */
|
|
36947
37386
|
border-radius: var(--borderRadius);
|
36948
37387
|
}
|
36949
37388
|
|
36950
|
-
.amis-scope .dark-Transfer-select > .dark-Transfer-
|
36951
|
-
.amis-scope .dark-Transfer-result > .dark-Transfer-
|
37389
|
+
.amis-scope .dark-Transfer-select > .dark-Transfer-selection,
|
37390
|
+
.amis-scope .dark-Transfer-result > .dark-Transfer-value {
|
36952
37391
|
flex-grow: 1;
|
36953
37392
|
max-height: 100%;
|
36954
37393
|
overflow: auto;
|
36955
37394
|
position: relative;
|
36956
37395
|
}
|
36957
37396
|
|
36958
|
-
.amis-scope .dark-Transfer-search + .dark-Transfer-
|
37397
|
+
.amis-scope .dark-Transfer-search + .dark-Transfer-selection {
|
36959
37398
|
border-top: 1px solid var(--borderColor);
|
36960
37399
|
}
|
36961
37400
|
|
36962
|
-
.amis-scope .dark-Transfer-
|
37401
|
+
.amis-scope .dark-Transfer-selection .dark-ListSelection-placeholder {
|
36963
37402
|
height: 100%;
|
36964
37403
|
display: flex;
|
36965
37404
|
align-items: center;
|
@@ -37007,13 +37446,29 @@ readers do not read off random characters that represent icons */
|
|
37007
37446
|
color: var(--text--muted-color);
|
37008
37447
|
}
|
37009
37448
|
|
37010
|
-
.amis-scope .dark-Transfer-
|
37449
|
+
.amis-scope .dark-TabsTransfer .dark-Transfer-title {
|
37450
|
+
height: 40px;
|
37451
|
+
}
|
37452
|
+
|
37453
|
+
.amis-scope .dark-TabsTransfer-placeholder {
|
37454
|
+
height: var(--Form-input-height);
|
37455
|
+
line-height: var(--Form-input-lineHeight);
|
37456
|
+
font-size: var(--Form-input-fontSize);
|
37457
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
37458
|
+
color: var(--text--muted-color);
|
37459
|
+
}
|
37460
|
+
|
37461
|
+
.amis-scope .dark-TabsTransfer-tab {
|
37462
|
+
padding: 0;
|
37463
|
+
}
|
37464
|
+
|
37465
|
+
.amis-scope .dark-TabsTransfer-tabs {
|
37011
37466
|
display: flex;
|
37012
37467
|
flex-direction: column;
|
37013
37468
|
height: 100%;
|
37014
37469
|
}
|
37015
37470
|
|
37016
|
-
.amis-scope .dark-
|
37471
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links {
|
37017
37472
|
border-top: 0 none;
|
37018
37473
|
padding: 5px 0 0 5px;
|
37019
37474
|
display: flex;
|
@@ -37022,59 +37477,48 @@ readers do not read off random characters that represent icons */
|
|
37022
37477
|
align-items: center;
|
37023
37478
|
}
|
37024
37479
|
|
37025
|
-
.amis-scope .dark-
|
37480
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links > .dark-Tabs-link > a:first-child {
|
37026
37481
|
font-size: 12px;
|
37027
37482
|
padding: 7px 8px;
|
37028
37483
|
}
|
37029
37484
|
|
37030
|
-
.amis-scope .dark-
|
37485
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links .dark-TabsTransfer-tabsMid {
|
37031
37486
|
flex-grow: 1;
|
37032
37487
|
}
|
37033
37488
|
|
37034
|
-
.amis-scope .dark-
|
37489
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links > .dark-SearchBox {
|
37035
37490
|
margin: -5px 5px 0 10px;
|
37036
37491
|
}
|
37037
37492
|
|
37038
|
-
.amis-scope .dark-
|
37493
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-links > .dark-SearchBox.is-active {
|
37039
37494
|
width: 150px;
|
37040
37495
|
margin-right: 10px;
|
37041
37496
|
padding-left: 10px;
|
37042
37497
|
}
|
37043
37498
|
|
37044
|
-
.amis-scope .dark-
|
37499
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content {
|
37045
37500
|
flex-grow: 1;
|
37501
|
+
min-height: 0;
|
37046
37502
|
position: relative;
|
37047
37503
|
padding: 5px 0 0;
|
37048
37504
|
}
|
37049
37505
|
|
37050
|
-
.amis-scope .dark-
|
37506
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content > .dark-Tabs-pane {
|
37051
37507
|
position: relative;
|
37052
|
-
|
37508
|
+
height: 100%;
|
37053
37509
|
}
|
37054
37510
|
|
37055
|
-
.amis-scope .dark-
|
37511
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content > .dark-Tabs-pane.is-active {
|
37056
37512
|
display: flex;
|
37057
37513
|
flex-direction: column;
|
37058
37514
|
}
|
37059
37515
|
|
37060
|
-
.amis-scope .dark-
|
37516
|
+
.amis-scope .dark-TabsTransfer-tabs > .dark-Tabs-content > .dark-Tabs-pane.is-active > .dark-Transfer-selection {
|
37061
37517
|
flex-grow: 1;
|
37062
37518
|
max-height: 100%;
|
37063
37519
|
overflow: auto;
|
37064
37520
|
}
|
37065
37521
|
|
37066
|
-
.amis-scope .dark-TabsTransfer .dark-Transfer-title {
|
37067
|
-
height: 40px;
|
37068
|
-
}
|
37069
|
-
|
37070
|
-
.amis-scope .dark-TabsTransfer-placeholder {
|
37071
|
-
height: var(--Form-input-height);
|
37072
|
-
line-height: var(--Form-input-lineHeight);
|
37073
|
-
font-size: var(--Form-input-fontSize);
|
37074
|
-
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
37075
|
-
color: var(--text--muted-color);
|
37076
|
-
}
|
37077
|
-
|
37078
37522
|
.amis-scope .dark-TransferControl {
|
37079
37523
|
position: relative;
|
37080
37524
|
}
|
@@ -37083,6 +37527,57 @@ readers do not read off random characters that represent icons */
|
|
37083
37527
|
display: inline-block;
|
37084
37528
|
}
|
37085
37529
|
|
37530
|
+
.amis-scope .dark-TransferPicker-icon {
|
37531
|
+
transition: transform var(--animation-duration) ease-out;
|
37532
|
+
margin: 5px 5px 5px auto;
|
37533
|
+
display: flex;
|
37534
|
+
color: var(--Form-select-caret-iconColor);
|
37535
|
+
}
|
37536
|
+
|
37537
|
+
.amis-scope .dark-TransferPicker-icon:hover {
|
37538
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37539
|
+
}
|
37540
|
+
|
37541
|
+
.amis-scope .dark-TransferPicker-icon > svg {
|
37542
|
+
width: 0.75rem;
|
37543
|
+
height: 0.75rem;
|
37544
|
+
top: 0;
|
37545
|
+
}
|
37546
|
+
|
37547
|
+
.amis-scope .dark-TransferDropDown-icon {
|
37548
|
+
transition: transform var(--animation-duration) ease-out;
|
37549
|
+
margin: 5px 5px 5px auto;
|
37550
|
+
display: flex;
|
37551
|
+
color: var(--Form-select-caret-iconColor);
|
37552
|
+
}
|
37553
|
+
|
37554
|
+
.amis-scope .dark-TransferDropDown-icon:hover {
|
37555
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37556
|
+
}
|
37557
|
+
|
37558
|
+
.amis-scope .dark-TransferDropDown-icon > svg {
|
37559
|
+
width: 0.625rem;
|
37560
|
+
height: 0.625rem;
|
37561
|
+
top: 0;
|
37562
|
+
}
|
37563
|
+
|
37564
|
+
.amis-scope .dark-TransferDropDown.is-active .dark-TransferDropDown-icon {
|
37565
|
+
transform: rotate(180deg);
|
37566
|
+
}
|
37567
|
+
|
37568
|
+
.amis-scope .dark-TransferDropDown-content {
|
37569
|
+
min-height: 12.5rem;
|
37570
|
+
display: flex;
|
37571
|
+
flex-direction: column;
|
37572
|
+
}
|
37573
|
+
|
37574
|
+
.amis-scope .dark-TransferDropDown-content > .dark-Transfer-selection {
|
37575
|
+
flex-grow: 1;
|
37576
|
+
max-height: 100%;
|
37577
|
+
overflow: auto;
|
37578
|
+
position: relative;
|
37579
|
+
}
|
37580
|
+
|
37086
37581
|
.amis-scope .dark-NestedSelectControl {
|
37087
37582
|
position: relative;
|
37088
37583
|
}
|
@@ -37786,12 +38281,61 @@ readers do not read off random characters that represent icons */
|
|
37786
38281
|
min-width: var(--Form-control-widthSm);
|
37787
38282
|
}
|
37788
38283
|
|
38284
|
+
.amis-scope .dark-Form--column {
|
38285
|
+
display: flex;
|
38286
|
+
flex-wrap: wrap;
|
38287
|
+
margin-left: calc(var(--Form-group-gutterWidth) / -2);
|
38288
|
+
margin-right: calc(var(--Form-group-gutterWidth) / -2);
|
38289
|
+
}
|
38290
|
+
|
38291
|
+
.amis-scope .dark-Form--column > .dark-Form-item {
|
38292
|
+
flex-grow: 1;
|
38293
|
+
padding-left: calc(var(--Form-group-gutterWidth) / 2);
|
38294
|
+
padding-right: calc(var(--Form-group-gutterWidth) / 2);
|
38295
|
+
}
|
38296
|
+
|
38297
|
+
.amis-scope .dark-Form--column-2 > .dark-Form-item {
|
38298
|
+
width: 50%;
|
38299
|
+
}
|
38300
|
+
|
38301
|
+
.amis-scope .dark-Form--column-3 > .dark-Form-item {
|
38302
|
+
width: 33%;
|
38303
|
+
}
|
38304
|
+
|
38305
|
+
.amis-scope .dark-Form--column-4 > .dark-Form-item {
|
38306
|
+
width: 25%;
|
38307
|
+
}
|
38308
|
+
|
38309
|
+
.amis-scope .dark-Form--column-5 > .dark-Form-item {
|
38310
|
+
width: 20%;
|
38311
|
+
}
|
38312
|
+
|
38313
|
+
.amis-scope .dark-Form--column-6 > .dark-Form-item {
|
38314
|
+
width: 16.6%;
|
38315
|
+
}
|
38316
|
+
|
38317
|
+
.amis-scope .dark-Form--column-7 > .dark-Form-item {
|
38318
|
+
width: 14.2%;
|
38319
|
+
}
|
38320
|
+
|
38321
|
+
.amis-scope .dark-Form--column-8 > .dark-Form-item {
|
38322
|
+
width: 12.5%;
|
38323
|
+
}
|
38324
|
+
|
38325
|
+
.amis-scope .dark-Form-column-9 > .dark-Form-item {
|
38326
|
+
width: 11.1%;
|
38327
|
+
}
|
38328
|
+
|
38329
|
+
.amis-scope .dark-Form-column-10 > .dark-Form-item {
|
38330
|
+
width: 10%;
|
38331
|
+
}
|
38332
|
+
|
37789
38333
|
.amis-scope .dark-AnchorNav {
|
37790
38334
|
display: flex;
|
37791
38335
|
height: 25rem;
|
37792
38336
|
}
|
37793
38337
|
|
37794
|
-
.amis-scope .dark-AnchorNav-link-wrap {
|
38338
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap {
|
37795
38339
|
margin: 0;
|
37796
38340
|
padding: 0;
|
37797
38341
|
width: var(--Tabs--vertical-width);
|
@@ -37799,12 +38343,12 @@ readers do not read off random characters that represent icons */
|
|
37799
38343
|
padding-bottom: 3.75rem;
|
37800
38344
|
}
|
37801
38345
|
|
37802
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link {
|
38346
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link {
|
37803
38347
|
position: relative;
|
37804
38348
|
display: block;
|
37805
38349
|
}
|
37806
38350
|
|
37807
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a {
|
38351
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a {
|
37808
38352
|
display: block;
|
37809
38353
|
border: var(--Tabs-borderWidth) solid transparent;
|
37810
38354
|
border-width: var(--AnchorNav-onActive-borderWidth);
|
@@ -37818,20 +38362,75 @@ readers do not read off random characters that represent icons */
|
|
37818
38362
|
margin: 0;
|
37819
38363
|
}
|
37820
38364
|
|
37821
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:hover {
|
38365
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:hover {
|
37822
38366
|
color: var(--primary);
|
37823
38367
|
}
|
37824
38368
|
|
37825
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a,
|
37826
|
-
.amis-scope .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:hover {
|
38369
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a,
|
38370
|
+
.amis-scope .dark-AnchorNav--vertical .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:hover {
|
37827
38371
|
color: var(--Tabs--vertical-onActive-color);
|
37828
38372
|
border-color: var(--Tabs--vertical-onActive-border);
|
37829
38373
|
}
|
37830
38374
|
|
38375
|
+
.amis-scope .dark-AnchorNav--horizontal {
|
38376
|
+
flex-direction: column;
|
38377
|
+
}
|
38378
|
+
|
38379
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap {
|
38380
|
+
user-select: none;
|
38381
|
+
margin: 0px;
|
38382
|
+
padding: 0px;
|
38383
|
+
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
38384
|
+
list-style: none;
|
38385
|
+
}
|
38386
|
+
|
38387
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link {
|
38388
|
+
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
38389
|
+
display: inline-block;
|
38390
|
+
position: relative;
|
38391
|
+
}
|
38392
|
+
|
38393
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:first-child {
|
38394
|
+
font-size: var(--Tabs-linkFontSize);
|
38395
|
+
outline: 0;
|
38396
|
+
border: var(--Tabs-borderWidth) solid transparent;
|
38397
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38398
|
+
border-top-left-radius: var(--Tabs-borderRadius);
|
38399
|
+
border-top-right-radius: var(--Tabs-borderRadius);
|
38400
|
+
color: var(--Tabs-color);
|
38401
|
+
margin: var(--Tabs-linkMargin);
|
38402
|
+
padding: var(--Tabs-linkPadding);
|
38403
|
+
text-decoration: none;
|
38404
|
+
cursor: pointer;
|
38405
|
+
display: block;
|
38406
|
+
}
|
38407
|
+
|
38408
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:first-child:hover,
|
38409
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link > a:first-child:focus {
|
38410
|
+
color: var(--primary);
|
38411
|
+
background: transparent;
|
38412
|
+
border-color: transparent;
|
38413
|
+
}
|
38414
|
+
|
38415
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link:last-child > a {
|
38416
|
+
margin: 0;
|
38417
|
+
}
|
38418
|
+
|
38419
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:first-child,
|
38420
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:first-child:hover,
|
38421
|
+
.amis-scope .dark-AnchorNav--horizontal .dark-AnchorNav-link-wrap > .dark-AnchorNav-link.is-active > a:first-child:focus {
|
38422
|
+
font-size: var(--Tabs-linkFontSize);
|
38423
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38424
|
+
border-color: var(--Tabs--line-onHover-borderColor);
|
38425
|
+
color: var(--Tabs--line-onHover-color);
|
38426
|
+
background: transparent;
|
38427
|
+
}
|
38428
|
+
|
37831
38429
|
.amis-scope .dark-AnchorNav-section-wrap {
|
37832
38430
|
border: none;
|
37833
38431
|
flex-grow: 1;
|
37834
38432
|
overflow: auto;
|
38433
|
+
scroll-behavior: smooth;
|
37835
38434
|
background: var(--Tabs-content-bg);
|
37836
38435
|
}
|
37837
38436
|
|
@@ -38110,6 +38709,14 @@ readers do not read off random characters that represent icons */
|
|
38110
38709
|
color: var(--text--muted-color);
|
38111
38710
|
}
|
38112
38711
|
|
38712
|
+
.amis-scope .dark-MappingField {
|
38713
|
+
margin-right: var(--gap-xs);
|
38714
|
+
}
|
38715
|
+
|
38716
|
+
.amis-scope .dark-MappingField:last-child {
|
38717
|
+
margin-right: 0;
|
38718
|
+
}
|
38719
|
+
|
38113
38720
|
/*
|
38114
38721
|
* utilities
|
38115
38722
|
*/
|