amis 1.4.2-beta.1 → 1.4.2-beta.11
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 +9 -2
- 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/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/GroupedSelection.d.ts +907 -0
- package/lib/components/GroupedSelection.js +48 -0
- package/lib/components/GroupedSelection.js.map +13 -0
- 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/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/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 +487 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +489 -0
- package/lib/components/TransferPicker.js +60 -0
- package/lib/components/TransferPicker.js.map +13 -0
- package/lib/components/Tree.d.ts +84 -84
- 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/index.d.ts +8 -8
- package/lib/components/index.js +16 -16
- package/lib/components/index.js.map +2 -2
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +4 -0
- package/lib/factory.js +4 -2
- 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/index.d.ts +3 -0
- package/lib/index.js +4 -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 +2 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +4 -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.js +3 -2
- package/lib/renderers/Collapse.js.map +2 -2
- 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.js +10 -4
- 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.map +1 -1
- package/lib/renderers/Form/Options.js +13 -3
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +41 -4
- package/lib/renderers/Form/Select.js +23 -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 +3 -2
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TransferPicker.js +29 -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.js +1 -1
- 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/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 +64 -29
- 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/service.js +5 -4
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +2 -2
- package/lib/themes/ang-ie11.css +422 -149
- package/lib/themes/ang.css +422 -149
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +422 -149
- package/lib/themes/antd.css +422 -149
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +456 -182
- package/lib/themes/cxd.css +456 -182
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +422 -149
- package/lib/themes/dark.css +422 -149
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +456 -182
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +37 -0
- 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 +28 -12
- 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 +2 -0
- package/lib/utils/helper.js +11 -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 +3038 -790
- package/scss/_mixins.scss +1 -3
- package/scss/_properties.scss +25 -1
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +88 -29
- package/scss/components/_card.scss +8 -14
- package/scss/components/_collapse.scss +16 -1
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_nav.scss +1 -1
- package/scss/components/_picker-columns.scss +123 -0
- package/scss/components/_popover.scss +17 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_status.scss +1 -1
- package/scss/components/_table.scss +26 -0
- package/scss/components/form/_checks.scss +0 -351
- package/scss/components/form/_fieldset.scss +5 -1
- package/scss/components/form/_selection.scss +354 -0
- package/scss/components/form/_transfer.scss +75 -18
- package/scss/themes/_common.scss +4 -0
- package/scss/themes/_cxd-variables.scss +4 -1
- package/scss/themes/cxd.scss +16 -12
- package/sdk/ang-ie11.css +457 -152
- package/sdk/ang.css +480 -154
- package/sdk/antd-ie11.css +456 -151
- package/sdk/antd.css +480 -154
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +496 -194
- package/sdk/cxd.css +517 -190
- package/sdk/dark-ie11.css +457 -152
- package/sdk/dark.css +480 -154
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- 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 +496 -194
- package/sdk/sdk.css +517 -190
- package/sdk/sdk.js +1268 -1236
- 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 +14 -0
- package/src/components/AnchorNav.tsx +15 -4
- package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
- package/src/components/Badge.tsx +3 -3
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- 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/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/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +117 -0
- package/src/components/TransferPicker.tsx +84 -0
- 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/index.tsx +13 -13
- package/src/envOverwrite.ts +0 -1
- package/src/factory.tsx +18 -3
- 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/index.tsx +3 -0
- package/src/locale/de-DE.ts +2 -0
- package/src/locale/en-US.ts +2 -0
- package/src/locale/zh-CN.ts +4 -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 +4 -2
- package/src/renderers/DropDownButton.tsx +1 -1
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputFile.tsx +29 -20
- package/src/renderers/Form/InputImage.tsx +11 -3
- package/src/renderers/Form/Item.tsx +1 -1
- package/src/renderers/Form/Options.tsx +16 -2
- package/src/renderers/Form/Select.tsx +144 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +3 -2
- package/src/renderers/Form/TransferPicker.tsx +123 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +1 -1
- package/src/renderers/Form/wrapControl.tsx +26 -1
- 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 +87 -41
- 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/service.ts +5 -4
- package/src/types.ts +57 -0
- package/src/utils/api.ts +40 -20
- package/src/utils/dom.tsx +12 -0
- package/src/utils/helper.ts +8 -0
- package/src/utils/icon.tsx +4 -0
- 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/sdk.css
CHANGED
@@ -19151,7 +19151,7 @@ readers do not read off random characters that represent icons */
|
|
19151
19151
|
--danger: #e8684a;
|
19152
19152
|
--danger-onHover: #e44c28;
|
19153
19153
|
--danger-onActive: #e2421d;
|
19154
|
-
--light: #
|
19154
|
+
--light: #eaf6fe;
|
19155
19155
|
--dark: #343a40;
|
19156
19156
|
--fontFamilyMonospace: SFMono-Regular, Menlo, Monaco, Consolas,
|
19157
19157
|
"Liberation Mono", "Courier New", monospace;
|
@@ -19325,11 +19325,11 @@ readers do not read off random characters that represent icons */
|
|
19325
19325
|
--Button--light-bg: var(--light);
|
19326
19326
|
--Button--light-border: var(--borderColor);
|
19327
19327
|
--Button--light-color: var(--text-color);
|
19328
|
-
--Button--light-onActive-bg: #
|
19329
|
-
--Button--light-onActive-border: #
|
19328
|
+
--Button--light-onActive-bg: #b9e1fc;
|
19329
|
+
--Button--light-onActive-border: #addcfb;
|
19330
19330
|
--Button--light-onActive-color: var(--Button--light-color);
|
19331
|
-
--Button--light-onHover-bg: #
|
19332
|
-
--Button--light-onHover-border: #
|
19331
|
+
--Button--light-onHover-bg: #c5e6fc;
|
19332
|
+
--Button--light-onHover-border: #b9e1fc;
|
19333
19333
|
--Button--light-onHover-color: var(--Button--light-color);
|
19334
19334
|
--Button--link-color: var(--primary);
|
19335
19335
|
--Button--link-onDisabled-color: #4b5563;
|
@@ -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);
|
@@ -20062,7 +20067,7 @@ readers do not read off random characters that represent icons */
|
|
20062
20067
|
--Number-handler-onHover-color: var(--text-color);
|
20063
20068
|
--Number-handler-width: var(--gap-lg);
|
20064
20069
|
--Number-onDisabled-bg: var(--Form-input-bg);
|
20065
|
-
--Page-aside-bg: #
|
20070
|
+
--Page-aside-bg: #dcf0fd;
|
20066
20071
|
--Page-aside-maxWidth: 18.75rem;
|
20067
20072
|
--Page-aside-width: 12.5rem;
|
20068
20073
|
--Page-body-padding: var(--gap-base);
|
@@ -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);
|
@@ -20551,7 +20573,10 @@ readers do not read off random characters that represent icons */
|
|
20551
20573
|
--Collapse-header-padding: 1rem;
|
20552
20574
|
--Collapse-header-bg: #f2f2f4;
|
20553
20575
|
--Collapse-header-onHover-bg: #e6e6e8;
|
20576
|
+
--Collapse-header-collapsed-border: none;
|
20577
|
+
--Collapse-header-collapsed-borderTop: none;
|
20554
20578
|
--Collapse-header-collapsed-borderBottom: none;
|
20579
|
+
--Collapse-header-wrapper-direction: row-reverse;
|
20555
20580
|
--Collapse-content-padding: 1rem;
|
20556
20581
|
--Collapse-content-color: #5e626a;
|
20557
20582
|
--Collapse-content-fontSize: 12px;
|
@@ -21188,6 +21213,8 @@ readers do not read off random characters that represent icons */
|
|
21188
21213
|
width: 1em;
|
21189
21214
|
height: 1em;
|
21190
21215
|
fill: currentColor;
|
21216
|
+
position: relative;
|
21217
|
+
top: 0.125em;
|
21191
21218
|
}
|
21192
21219
|
|
21193
21220
|
.amis-scope svg.r90 {
|
@@ -24405,6 +24432,143 @@ readers do not read off random characters that represent icons */
|
|
24405
24432
|
background: transparent;
|
24406
24433
|
}
|
24407
24434
|
|
24435
|
+
.amis-scope .cxd-PopOver-isMobile .cxd-PopOver-overlay {
|
24436
|
+
background: rgba(0, 0, 0, 0.3);
|
24437
|
+
}
|
24438
|
+
|
24439
|
+
.amis-scope .cxd-PopOver--leftBottomLeftTop {
|
24440
|
+
margin-top: 0.25rem;
|
24441
|
+
}
|
24442
|
+
|
24443
|
+
.amis-scope .cxd-PopOver--leftTopLeftBottom {
|
24444
|
+
margin-top: -0.25rem;
|
24445
|
+
}
|
24446
|
+
|
24447
|
+
.amis-scope .has-popover {
|
24448
|
+
position: relative;
|
24449
|
+
}
|
24450
|
+
|
24451
|
+
.amis-scope .cxd-PickerColumns {
|
24452
|
+
position: relative;
|
24453
|
+
background-color: var(--PickerColumns-bg);
|
24454
|
+
user-select: none;
|
24455
|
+
}
|
24456
|
+
|
24457
|
+
.amis-scope .cxd-PickerColumns-popOver {
|
24458
|
+
position: fixed;
|
24459
|
+
bottom: 0;
|
24460
|
+
left: 0;
|
24461
|
+
width: 100%;
|
24462
|
+
padding: 0 var(--gap-sm);
|
24463
|
+
}
|
24464
|
+
|
24465
|
+
.amis-scope .cxd-PickerColumns-toolbar {
|
24466
|
+
display: flex;
|
24467
|
+
align-items: center;
|
24468
|
+
justify-content: space-between;
|
24469
|
+
height: var(--PickerColumns-toolbar-height);
|
24470
|
+
}
|
24471
|
+
|
24472
|
+
.amis-scope .cxd-PickerColumns-cancel,
|
24473
|
+
.amis-scope .cxd-PickerColumns-confirm {
|
24474
|
+
height: 100%;
|
24475
|
+
padding: var(--PickerColumns-action-padding);
|
24476
|
+
font-size: var(--PickerColumns-action-fontSize);
|
24477
|
+
background-color: transparent;
|
24478
|
+
border: none;
|
24479
|
+
cursor: pointer;
|
24480
|
+
}
|
24481
|
+
|
24482
|
+
.amis-scope .cxd-PickerColumns-cancel:active,
|
24483
|
+
.amis-scope .cxd-PickerColumns-confirm:active {
|
24484
|
+
opacity: 0.7;
|
24485
|
+
}
|
24486
|
+
|
24487
|
+
.amis-scope .cxd-PickerColumns-confirm {
|
24488
|
+
color: var(--PickerColumns-confirmAction-color);
|
24489
|
+
}
|
24490
|
+
|
24491
|
+
.amis-scope .cxd-PickerColumns-cancel {
|
24492
|
+
color: var(--PickerColumns-cancelAction-color);
|
24493
|
+
}
|
24494
|
+
|
24495
|
+
.amis-scope .cxd-PickerColumns-title {
|
24496
|
+
max-width: 50%;
|
24497
|
+
font-weight: 500;
|
24498
|
+
font-size: var(--PickerColumns-title-fontSize);
|
24499
|
+
line-height: var(--PickerColumns-title-lineHeight);
|
24500
|
+
text-align: center;
|
24501
|
+
}
|
24502
|
+
|
24503
|
+
.amis-scope .cxd-PickerColumns-columns {
|
24504
|
+
position: relative;
|
24505
|
+
display: flex;
|
24506
|
+
cursor: grab;
|
24507
|
+
}
|
24508
|
+
|
24509
|
+
.amis-scope .cxd-PickerColumns-loading {
|
24510
|
+
position: absolute;
|
24511
|
+
top: 0;
|
24512
|
+
right: 0;
|
24513
|
+
bottom: 0;
|
24514
|
+
left: 0;
|
24515
|
+
z-index: 3;
|
24516
|
+
display: flex;
|
24517
|
+
align-items: center;
|
24518
|
+
justify-content: center;
|
24519
|
+
color: var(--PickerColumns-loadingIcon-color);
|
24520
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
24521
|
+
}
|
24522
|
+
|
24523
|
+
.amis-scope .cxd-PickerColumns-frame {
|
24524
|
+
position: absolute;
|
24525
|
+
top: 50%;
|
24526
|
+
right: var(--gap-md);
|
24527
|
+
left: var(--gap-md);
|
24528
|
+
z-index: 2;
|
24529
|
+
transform: translateY(-50%);
|
24530
|
+
pointer-events: none;
|
24531
|
+
}
|
24532
|
+
|
24533
|
+
.amis-scope .cxd-PickerColumns-mask {
|
24534
|
+
position: absolute;
|
24535
|
+
top: 0;
|
24536
|
+
left: 0;
|
24537
|
+
z-index: 1;
|
24538
|
+
width: 100%;
|
24539
|
+
height: 100%;
|
24540
|
+
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));
|
24541
|
+
background-repeat: no-repeat;
|
24542
|
+
background-position: top, bottom;
|
24543
|
+
transform: translateZ(0);
|
24544
|
+
pointer-events: none;
|
24545
|
+
}
|
24546
|
+
|
24547
|
+
.amis-scope .cxd-PickerColumns-column {
|
24548
|
+
flex: 1;
|
24549
|
+
overflow: hidden;
|
24550
|
+
font-size: var(--PickerColumns-option-fontSize);
|
24551
|
+
}
|
24552
|
+
|
24553
|
+
.amis-scope .cxd-PickerColumns-columnWrapper {
|
24554
|
+
margin: 0;
|
24555
|
+
padding: 0;
|
24556
|
+
list-style: none;
|
24557
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
24558
|
+
}
|
24559
|
+
|
24560
|
+
.amis-scope .cxd-PickerColumns-columnItem {
|
24561
|
+
display: flex;
|
24562
|
+
align-items: center;
|
24563
|
+
justify-content: center;
|
24564
|
+
color: var(--PickerColumns-optionText-color);
|
24565
|
+
}
|
24566
|
+
|
24567
|
+
.amis-scope .cxd-PickerColumns-columnItem.is-disabled {
|
24568
|
+
cursor: not-allowed;
|
24569
|
+
opacity: var(--PickerColumns-optionDisabled-opacity);
|
24570
|
+
}
|
24571
|
+
|
24408
24572
|
@keyframes bounceIn {
|
24409
24573
|
from, 20%, 40%, 60%, 80%, to {
|
24410
24574
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -25493,7 +25657,7 @@ readers do not read off random characters that represent icons */
|
|
25493
25657
|
border-color: var(--Nav-item-onHover-color);
|
25494
25658
|
text-decoration: none;
|
25495
25659
|
background: var(--Nav-item-onHover-bg);
|
25496
|
-
z-index:
|
25660
|
+
z-index: 1;
|
25497
25661
|
}
|
25498
25662
|
|
25499
25663
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > a:hover > .cxd-Nav-itemDrager,
|
@@ -26560,6 +26724,15 @@ readers do not read off random characters that represent icons */
|
|
26560
26724
|
background: var(--Collapse-header-bg);
|
26561
26725
|
}
|
26562
26726
|
|
26727
|
+
.amis-scope .cxd-Collapse-header-wrapper {
|
26728
|
+
display: inline-flex;
|
26729
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
26730
|
+
}
|
26731
|
+
|
26732
|
+
.amis-scope .cxd-Collapse-header-tpl {
|
26733
|
+
margin-right: 0.5rem;
|
26734
|
+
}
|
26735
|
+
|
26563
26736
|
.amis-scope .cxd-Collapse-header:hover {
|
26564
26737
|
background: var(--Collapse-header-onHover-bg);
|
26565
26738
|
}
|
@@ -26596,7 +26769,7 @@ readers do not read off random characters that represent icons */
|
|
26596
26769
|
}
|
26597
26770
|
|
26598
26771
|
.amis-scope .cxd-Collapse.is-collapsed .cxd-Collapse-header {
|
26599
|
-
border-bottom: var(--Collapse-header-collapsed-
|
26772
|
+
border-bottom: var(--Collapse-header-collapsed-border);
|
26600
26773
|
}
|
26601
26774
|
|
26602
26775
|
.amis-scope .cxd-Collapse--collapsable .cxd-Collapse-header {
|
@@ -26609,6 +26782,12 @@ readers do not read off random characters that represent icons */
|
|
26609
26782
|
color: var(--link-color);
|
26610
26783
|
border-left: none;
|
26611
26784
|
font-size: var(--fontSizeBase);
|
26785
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
26786
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
26787
|
+
}
|
26788
|
+
|
26789
|
+
.amis-scope .cxd-Collapse--title-bottom.is-collapsed .cxd-Collapse-header {
|
26790
|
+
border-top: none;
|
26612
26791
|
}
|
26613
26792
|
|
26614
26793
|
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-arrow:before {
|
@@ -27828,6 +28007,10 @@ readers do not read off random characters that represent icons */
|
|
27828
28007
|
border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
|
27829
28008
|
}
|
27830
28009
|
|
28010
|
+
.amis-scope .cxd-Table-table--checkOnItemClick > tbody > tr {
|
28011
|
+
cursor: pointer;
|
28012
|
+
}
|
28013
|
+
|
27831
28014
|
.amis-scope .cxd-Table-table > thead > tr > th {
|
27832
28015
|
background: var(--Table-thead-bg);
|
27833
28016
|
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
|
@@ -27952,33 +28135,33 @@ readers do not read off random characters that represent icons */
|
|
27952
28135
|
}
|
27953
28136
|
|
27954
28137
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light {
|
27955
|
-
background-color: #
|
28138
|
+
background-color: #eaf6fe;
|
27956
28139
|
color: #151a26;
|
27957
28140
|
}
|
27958
28141
|
|
27959
28142
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.lt,
|
27960
28143
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .lt {
|
27961
|
-
background: #
|
28144
|
+
background: #f4fafe;
|
27962
28145
|
}
|
27963
28146
|
|
27964
28147
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.lter,
|
27965
28148
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .lter {
|
27966
|
-
background: #
|
28149
|
+
background: #f9fcff;
|
27967
28150
|
}
|
27968
28151
|
|
27969
28152
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.dk,
|
27970
28153
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .dk {
|
27971
|
-
background: #
|
28154
|
+
background: #dbf0fe;
|
27972
28155
|
}
|
27973
28156
|
|
27974
28157
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.dker,
|
27975
28158
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .dker {
|
27976
|
-
background: #
|
28159
|
+
background: #d0ecfe;
|
27977
28160
|
}
|
27978
28161
|
|
27979
28162
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.bg,
|
27980
28163
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light .bg {
|
27981
|
-
background-color: #
|
28164
|
+
background-color: #eaf6fe;
|
27982
28165
|
}
|
27983
28166
|
|
27984
28167
|
.amis-scope .cxd-Table-table > tbody > tr.bg-dark {
|
@@ -29171,6 +29354,28 @@ readers do not read off random characters that represent icons */
|
|
29171
29354
|
left: 0;
|
29172
29355
|
}
|
29173
29356
|
|
29357
|
+
.amis-scope .cxd-Table--autoFillHeight {
|
29358
|
+
margin-bottom: 0;
|
29359
|
+
}
|
29360
|
+
|
29361
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table {
|
29362
|
+
border-top: none;
|
29363
|
+
}
|
29364
|
+
|
29365
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table thead {
|
29366
|
+
position: sticky;
|
29367
|
+
top: 0;
|
29368
|
+
z-index: 1;
|
29369
|
+
}
|
29370
|
+
|
29371
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-fixedTop {
|
29372
|
+
display: none;
|
29373
|
+
}
|
29374
|
+
|
29375
|
+
.amis-scope .cxd-Table--autoFillHeight > .cxd-Table-footToolbar {
|
29376
|
+
margin-bottom: 0;
|
29377
|
+
}
|
29378
|
+
|
29174
29379
|
.amis-scope .cxd-InputTable-toolbar {
|
29175
29380
|
display: flex;
|
29176
29381
|
flex-direction: row;
|
@@ -29935,18 +30140,6 @@ readers do not read off random characters that represent icons */
|
|
29935
30140
|
margin-top: var(--gap-xs);
|
29936
30141
|
}
|
29937
30142
|
|
29938
|
-
.amis-scope .cxd-Card-checkBtn {
|
29939
|
-
position: absolute;
|
29940
|
-
top: 0;
|
29941
|
-
right: 0;
|
29942
|
-
margin: var(--gap-sm);
|
29943
|
-
z-index: 1;
|
29944
|
-
}
|
29945
|
-
|
29946
|
-
.amis-scope .cxd-Card-checkBtn .cxd-Checkbox {
|
29947
|
-
margin-right: 0;
|
29948
|
-
}
|
29949
|
-
|
29950
30143
|
.amis-scope .cxd-Card-dragBtn {
|
29951
30144
|
cursor: pointer;
|
29952
30145
|
float: right;
|
@@ -29954,7 +30147,8 @@ readers do not read off random characters that represent icons */
|
|
29954
30147
|
}
|
29955
30148
|
|
29956
30149
|
.amis-scope .cxd-Card-heading {
|
29957
|
-
|
30150
|
+
display: flex;
|
30151
|
+
flex-direction: row;
|
29958
30152
|
padding: var(--gap-sm) var(--gap-base);
|
29959
30153
|
flex: 1 0 auto;
|
29960
30154
|
}
|
@@ -29986,12 +30180,17 @@ readers do not read off random characters that represent icons */
|
|
29986
30180
|
|
29987
30181
|
.amis-scope .cxd-Card-meta {
|
29988
30182
|
display: block;
|
30183
|
+
flex-grow: 1;
|
29989
30184
|
height: 100%;
|
29990
|
-
overflow: hidden;
|
29991
30185
|
position: relative;
|
29992
30186
|
margin-right: var(--gap-md);
|
29993
30187
|
}
|
29994
30188
|
|
30189
|
+
.amis-scope .cxd-Card-toolbar {
|
30190
|
+
margin-right: calc(-1 * var(--gap-base));
|
30191
|
+
text-align: right;
|
30192
|
+
}
|
30193
|
+
|
29995
30194
|
.amis-scope .cxd-Card-highlight {
|
29996
30195
|
background: var(--success);
|
29997
30196
|
width: 0.5rem;
|
@@ -30480,7 +30679,7 @@ readers do not read off random characters that represent icons */
|
|
30480
30679
|
|
30481
30680
|
.amis-scope .cxd-StatusField-label {
|
30482
30681
|
font-size: var(--fontSizeSm);
|
30483
|
-
margin-left: var(--gap-
|
30682
|
+
margin-left: var(--gap-xs);
|
30484
30683
|
}
|
30485
30684
|
|
30486
30685
|
@keyframes animation-rolling_red {
|
@@ -31841,6 +32040,49 @@ readers do not read off random characters that represent icons */
|
|
31841
32040
|
border: 1px solid var(--Steps-status-success);
|
31842
32041
|
}
|
31843
32042
|
|
32043
|
+
.amis-scope .cxd-Portlet {
|
32044
|
+
border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
|
32045
|
+
border-radius: var(--Portlet-borderRadius);
|
32046
|
+
padding: var(--gap-base);
|
32047
|
+
}
|
32048
|
+
|
32049
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active a:first-child,
|
32050
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
32051
|
+
.amis-scope .cxd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
32052
|
+
border: none !important;
|
32053
|
+
color: inherit !important;
|
32054
|
+
cursor: auto !important;
|
32055
|
+
}
|
32056
|
+
|
32057
|
+
.amis-scope .cxd-Portlet-tab.no-divider .cxd-Tabs-links {
|
32058
|
+
border-bottom: none;
|
32059
|
+
}
|
32060
|
+
|
32061
|
+
.amis-scope .cxd-Portlet .cxd-Tabs-pane {
|
32062
|
+
padding: unset;
|
32063
|
+
}
|
32064
|
+
|
32065
|
+
.amis-scope .cxd-Portlet-toolbar {
|
32066
|
+
display: inline-flex;
|
32067
|
+
float: right;
|
32068
|
+
justify-content: flex-end;
|
32069
|
+
}
|
32070
|
+
|
32071
|
+
.amis-scope .cxd-Portlet-toolbar .cxd-Button {
|
32072
|
+
margin-left: calc(var(--gap-xs));
|
32073
|
+
}
|
32074
|
+
|
32075
|
+
.amis-scope .cxd-Portlet-header-desc {
|
32076
|
+
height: 100%;
|
32077
|
+
overflow: hidden;
|
32078
|
+
position: relative;
|
32079
|
+
margin-left: var(--gap-base);
|
32080
|
+
}
|
32081
|
+
|
32082
|
+
.amis-scope .cxd-Portlet.no-header .cxd-Portlet-tab .cxd-Tabs-links {
|
32083
|
+
display: none;
|
32084
|
+
}
|
32085
|
+
|
31844
32086
|
.amis-scope fieldset.cxd-Collapse--lg,
|
31845
32087
|
.amis-scope fieldset.cxd-Collapse--md,
|
31846
32088
|
.amis-scope fieldset.cxd-Collapse--base,
|
@@ -31899,11 +32141,16 @@ readers do not read off random characters that represent icons */
|
|
31899
32141
|
margin: var(--gap-base) 0;
|
31900
32142
|
padding: 0 0 0 14px;
|
31901
32143
|
cursor: pointer;
|
31902
|
-
border-bottom:
|
32144
|
+
border-bottom: none !important;
|
32145
|
+
background: transparent;
|
31903
32146
|
display: flex;
|
31904
32147
|
flex-direction: row;
|
31905
32148
|
}
|
31906
32149
|
|
32150
|
+
.amis-scope fieldset.cxd-Collapse > legend:hover {
|
32151
|
+
background: transparent;
|
32152
|
+
}
|
32153
|
+
|
31907
32154
|
.amis-scope fieldset.cxd-Collapse--xs {
|
31908
32155
|
padding: 20px 5px 5px 5px;
|
31909
32156
|
}
|
@@ -32985,7 +33232,7 @@ readers do not read off random characters that represent icons */
|
|
32985
33232
|
color: #999;
|
32986
33233
|
}
|
32987
33234
|
|
32988
|
-
.amis-scope .cxd-
|
33235
|
+
.amis-scope .cxd-Selection > .cxd-Checkbox {
|
32989
33236
|
display: block;
|
32990
33237
|
height: var(--Form-input-height);
|
32991
33238
|
line-height: var(--Form-input-lineHeight);
|
@@ -32993,43 +33240,36 @@ readers do not read off random characters that represent icons */
|
|
32993
33240
|
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));
|
32994
33241
|
}
|
32995
33242
|
|
32996
|
-
.amis-scope .cxd-
|
33243
|
+
.amis-scope .cxd-Selection--inline > .cxd-Checkbox {
|
32997
33244
|
display: inline-block;
|
32998
33245
|
}
|
32999
33246
|
|
33000
|
-
.amis-scope .cxd-
|
33247
|
+
.amis-scope .cxd-Selection-addBtn {
|
33001
33248
|
display: block;
|
33002
33249
|
cursor: pointer;
|
33003
33250
|
}
|
33004
33251
|
|
33005
|
-
.amis-scope .cxd-
|
33252
|
+
.amis-scope .cxd-Selection-addBtn:hover {
|
33006
33253
|
text-decoration: none;
|
33007
33254
|
}
|
33008
33255
|
|
33009
|
-
.amis-scope .cxd-
|
33256
|
+
.amis-scope .cxd-Selection-addBtn > svg {
|
33010
33257
|
width: 0.875rem;
|
33011
33258
|
height: 0.875rem;
|
33012
33259
|
margin-right: var(--Checkbox-gap);
|
33013
33260
|
}
|
33014
33261
|
|
33015
|
-
.amis-scope .cxd-
|
33016
|
-
.amis-scope .cxd-ListCheckboxes-group:not(:first-child) > .cxd-ListRadios-itemLabel,
|
33017
|
-
.amis-scope .cxd-ListRadios-group:not(:first-child) > .cxd-ListCheckboxes-itemLabel,
|
33018
|
-
.amis-scope .cxd-ListRadios-group:not(:first-child) > .cxd-ListRadios-itemLabel {
|
33262
|
+
.amis-scope .cxd-GroupedSelection-group:not(:first-child) > .cxd-GroupedSelection-itemLabel {
|
33019
33263
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
33020
33264
|
}
|
33021
33265
|
|
33022
|
-
.amis-scope .cxd-
|
33023
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-itemLabel,
|
33024
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-itemLabel,
|
33025
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-itemLabel {
|
33266
|
+
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
|
33026
33267
|
font-size: var(--fontSizeSm);
|
33027
33268
|
padding: var(--gap-xs) var(--gap-xs);
|
33028
33269
|
color: var(--text--muted-color);
|
33029
33270
|
}
|
33030
33271
|
|
33031
|
-
.amis-scope .cxd-
|
33032
|
-
.amis-scope .cxd-ListRadios-item {
|
33272
|
+
.amis-scope .cxd-GroupedSelection-item {
|
33033
33273
|
display: flex;
|
33034
33274
|
height: var(--Form-input-height);
|
33035
33275
|
line-height: var(--Form-input-lineHeight);
|
@@ -33040,51 +33280,37 @@ readers do not read off random characters that represent icons */
|
|
33040
33280
|
user-select: none;
|
33041
33281
|
}
|
33042
33282
|
|
33043
|
-
.amis-scope .cxd-
|
33044
|
-
.amis-scope .cxd-ListRadios-item > .cxd-Checkbox {
|
33283
|
+
.amis-scope .cxd-GroupedSelection-item > .cxd-Checkbox {
|
33045
33284
|
margin-right: 0;
|
33046
33285
|
}
|
33047
33286
|
|
33048
|
-
.amis-scope .cxd-
|
33049
|
-
.amis-scope .cxd-ListRadios-item.is-active {
|
33287
|
+
.amis-scope .cxd-GroupedSelection-item.is-active {
|
33050
33288
|
color: var(--Form-select-menu-onActive-color);
|
33051
33289
|
background: var(--Form-select-menu-onActive-bg);
|
33052
33290
|
}
|
33053
33291
|
|
33054
|
-
.amis-scope .cxd-
|
33055
|
-
.amis-scope .cxd-ListRadios-item:hover {
|
33292
|
+
.amis-scope .cxd-GroupedSelection-item:hover {
|
33056
33293
|
background: var(--Tree-item-onHover-bg);
|
33057
33294
|
}
|
33058
33295
|
|
33059
|
-
.amis-scope .cxd-
|
33060
|
-
.amis-scope .cxd-ListRadios-item.is-disabled {
|
33296
|
+
.amis-scope .cxd-GroupedSelection-item.is-disabled {
|
33061
33297
|
pointer-events: none;
|
33062
33298
|
color: var(--text--muted-color);
|
33063
33299
|
}
|
33064
33300
|
|
33065
|
-
.amis-scope .cxd-
|
33066
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
|
33067
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
|
33068
|
-
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListRadios-items > .cxd-ListRadios-item,
|
33069
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListCheckboxes-item,
|
33070
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListCheckboxes-items > .cxd-ListRadios-item,
|
33071
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListCheckboxes-item,
|
33072
|
-
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-items > .cxd-ListRadios-item {
|
33301
|
+
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
|
33073
33302
|
padding-left: var(--gap-base);
|
33074
33303
|
}
|
33075
33304
|
|
33076
|
-
.amis-scope .cxd-
|
33077
|
-
.amis-scope .cxd-ListRadios-itemLabel {
|
33305
|
+
.amis-scope .cxd-GroupedSelection-itemLabel {
|
33078
33306
|
flex-grow: 1;
|
33079
33307
|
}
|
33080
33308
|
|
33081
|
-
.amis-scope .cxd-
|
33082
|
-
.amis-scope .cxd-ListRadios-itemLabel span {
|
33309
|
+
.amis-scope .cxd-GroupedSelection-itemLabel span {
|
33083
33310
|
white-space: nowrap;
|
33084
33311
|
}
|
33085
33312
|
|
33086
|
-
.amis-scope .cxd-
|
33087
|
-
.amis-scope .cxd-ListRadios-placeholder {
|
33313
|
+
.amis-scope .cxd-GroupedSelection-placeholder {
|
33088
33314
|
height: var(--Form-input-height);
|
33089
33315
|
line-height: var(--Form-input-lineHeight);
|
33090
33316
|
font-size: var(--Form-input-fontSize);
|
@@ -33092,52 +33318,54 @@ readers do not read off random characters that represent icons */
|
|
33092
33318
|
color: var(--text--muted-color);
|
33093
33319
|
}
|
33094
33320
|
|
33095
|
-
.amis-scope .cxd-
|
33321
|
+
.amis-scope .cxd-TableSelection .cxd-Table-content {
|
33096
33322
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
33097
33323
|
}
|
33098
33324
|
|
33099
|
-
.amis-scope .cxd-
|
33100
|
-
.amis-scope .cxd-
|
33325
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th,
|
33326
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td {
|
33101
33327
|
font-size: var(--fontSizeSm);
|
33102
33328
|
padding-top: var(--gap-xs);
|
33103
33329
|
padding-bottom: 0.375rem;
|
33104
33330
|
vertical-align: middle;
|
33105
33331
|
}
|
33106
33332
|
|
33107
|
-
.amis-scope .cxd-
|
33333
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th {
|
33108
33334
|
padding-top: 0.375rem;
|
33109
33335
|
}
|
33110
33336
|
|
33111
|
-
.amis-scope .cxd-
|
33112
|
-
.amis-scope .cxd-
|
33337
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:first-child,
|
33338
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:first-child {
|
33113
33339
|
padding-left: 0.625rem;
|
33114
33340
|
padding-right: 0;
|
33115
33341
|
}
|
33116
33342
|
|
33117
|
-
.amis-scope .cxd-
|
33118
|
-
.amis-scope .cxd-
|
33343
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > thead > tr > th:last-child,
|
33344
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr > td:last-child {
|
33119
33345
|
padding-right: var(--gap-md);
|
33120
33346
|
}
|
33121
33347
|
|
33122
|
-
.amis-scope .cxd-
|
33348
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr {
|
33123
33349
|
cursor: pointer;
|
33124
33350
|
}
|
33125
33351
|
|
33126
|
-
.amis-scope .cxd-
|
33127
|
-
|
33352
|
+
.amis-scope .cxd-TableSelection .cxd-Table-table > tbody > tr.is-active {
|
33353
|
+
color: var(--Form-select-menu-onActive-color);
|
33354
|
+
background: var(--Form-select-menu-onActive-bg);
|
33355
|
+
}
|
33356
|
+
|
33357
|
+
.amis-scope .cxd-TreeSelection .cxd-Table-expandBtn {
|
33128
33358
|
color: var(--icon-color);
|
33129
33359
|
margin-right: 5px;
|
33130
33360
|
}
|
33131
33361
|
|
33132
|
-
.amis-scope .cxd-
|
33133
|
-
.amis-scope .cxd-TreeRadios-sublist {
|
33362
|
+
.amis-scope .cxd-TreeSelection-sublist {
|
33134
33363
|
position: relative;
|
33135
33364
|
margin: 0 0 0 2.1875rem;
|
33136
33365
|
display: none;
|
33137
33366
|
}
|
33138
33367
|
|
33139
|
-
.amis-scope .cxd-
|
33140
|
-
.amis-scope .cxd-TreeRadios-sublist:before {
|
33368
|
+
.amis-scope .cxd-TreeSelection-sublist:before {
|
33141
33369
|
width: 1px;
|
33142
33370
|
content: "";
|
33143
33371
|
display: block;
|
@@ -33148,29 +33376,19 @@ readers do not read off random characters that represent icons */
|
|
33148
33376
|
border-left: dashed 1px var(--icon-color);
|
33149
33377
|
}
|
33150
33378
|
|
33151
|
-
.amis-scope .cxd-
|
33152
|
-
.amis-scope .cxd-TreeRadios-item {
|
33379
|
+
.amis-scope .cxd-TreeSelection-item {
|
33153
33380
|
position: relative;
|
33154
33381
|
}
|
33155
33382
|
|
33156
|
-
.amis-scope .cxd-
|
33157
|
-
.amis-scope .cxd-TreeCheckboxes-item.is-expanded > .cxd-TreeRadios-sublist,
|
33158
|
-
.amis-scope .cxd-TreeRadios-item.is-expanded > .cxd-TreeCheckboxes-sublist,
|
33159
|
-
.amis-scope .cxd-TreeRadios-item.is-expanded > .cxd-TreeRadios-sublist {
|
33383
|
+
.amis-scope .cxd-TreeSelection-item.is-expanded > .cxd-TreeSelection-sublist {
|
33160
33384
|
display: block;
|
33161
33385
|
}
|
33162
33386
|
|
33163
|
-
.amis-scope .cxd-
|
33164
|
-
.amis-scope .cxd-TreeCheckboxes-item:not(:last-child) > .cxd-TreeRadios-sublist:before,
|
33165
|
-
.amis-scope .cxd-TreeRadios-item:not(:last-child) > .cxd-TreeCheckboxes-sublist:before,
|
33166
|
-
.amis-scope .cxd-TreeRadios-item:not(:last-child) > .cxd-TreeRadios-sublist:before {
|
33387
|
+
.amis-scope .cxd-TreeSelection-item:not(:last-child) > .cxd-TreeSelection-sublist:before {
|
33167
33388
|
bottom: 0;
|
33168
33389
|
}
|
33169
33390
|
|
33170
|
-
.amis-scope .cxd-
|
33171
|
-
.amis-scope .cxd-TreeCheckboxes-sublist .cxd-TreeRadios-item:before,
|
33172
|
-
.amis-scope .cxd-TreeRadios-sublist .cxd-TreeCheckboxes-item:before,
|
33173
|
-
.amis-scope .cxd-TreeRadios-sublist .cxd-TreeRadios-item:before {
|
33391
|
+
.amis-scope .cxd-TreeSelection-sublist .cxd-TreeSelection-item:before {
|
33174
33392
|
height: 1px;
|
33175
33393
|
content: "";
|
33176
33394
|
display: block;
|
@@ -33181,8 +33399,7 @@ readers do not read off random characters that represent icons */
|
|
33181
33399
|
border-top: dashed 1px var(--icon-color);
|
33182
33400
|
}
|
33183
33401
|
|
33184
|
-
.amis-scope .cxd-
|
33185
|
-
.amis-scope .cxd-TreeRadios-itemInner {
|
33402
|
+
.amis-scope .cxd-TreeSelection-itemInner {
|
33186
33403
|
display: flex;
|
33187
33404
|
align-items: center;
|
33188
33405
|
height: var(--Form-input-height);
|
@@ -33195,20 +33412,17 @@ readers do not read off random characters that represent icons */
|
|
33195
33412
|
position: relative;
|
33196
33413
|
}
|
33197
33414
|
|
33198
|
-
.amis-scope .cxd-
|
33199
|
-
.amis-scope .cxd-TreeRadios-itemInner > .cxd-Checkbox {
|
33415
|
+
.amis-scope .cxd-TreeSelection-itemInner > .cxd-Checkbox {
|
33200
33416
|
margin-right: 0;
|
33201
33417
|
margin-left: var(--gap-sm);
|
33202
33418
|
}
|
33203
33419
|
|
33204
|
-
.amis-scope .cxd-
|
33205
|
-
.amis-scope .cxd-TreeRadios-itemInner > * {
|
33420
|
+
.amis-scope .cxd-TreeSelection-itemInner > * {
|
33206
33421
|
position: relative;
|
33207
33422
|
z-index: 2;
|
33208
33423
|
}
|
33209
33424
|
|
33210
|
-
.amis-scope .cxd-
|
33211
|
-
.amis-scope .cxd-TreeRadios-itemInner:hover:after {
|
33425
|
+
.amis-scope .cxd-TreeSelection-itemInner:hover:after {
|
33212
33426
|
position: absolute;
|
33213
33427
|
content: "";
|
33214
33428
|
z-index: 1;
|
@@ -33219,24 +33433,20 @@ readers do not read off random characters that represent icons */
|
|
33219
33433
|
background: var(--Tree-item-onHover-bg);
|
33220
33434
|
}
|
33221
33435
|
|
33222
|
-
.amis-scope .cxd-
|
33223
|
-
.amis-scope .cxd-TreeRadios-itemInner.is-active {
|
33436
|
+
.amis-scope .cxd-TreeSelection-itemInner.is-active {
|
33224
33437
|
color: var(--Form-select-menu-onActive-color);
|
33225
33438
|
}
|
33226
33439
|
|
33227
|
-
.amis-scope .cxd-
|
33228
|
-
.amis-scope .cxd-TreeRadios-itemInner.is-disabled {
|
33440
|
+
.amis-scope .cxd-TreeSelection-itemInner.is-disabled {
|
33229
33441
|
pointer-events: none;
|
33230
33442
|
color: var(--text--muted-color);
|
33231
33443
|
}
|
33232
33444
|
|
33233
|
-
.amis-scope .cxd-
|
33234
|
-
.amis-scope .cxd-TreeRadios-itemLabel {
|
33445
|
+
.amis-scope .cxd-TreeSelection-itemLabel {
|
33235
33446
|
flex-grow: 1;
|
33236
33447
|
}
|
33237
33448
|
|
33238
|
-
.amis-scope .cxd-
|
33239
|
-
.amis-scope .cxd-TreeRadios-placeholder {
|
33449
|
+
.amis-scope .cxd-TreeSelection-placeholder {
|
33240
33450
|
height: var(--Form-input-height);
|
33241
33451
|
line-height: var(--Form-input-lineHeight);
|
33242
33452
|
font-size: var(--Form-input-fontSize);
|
@@ -33244,27 +33454,27 @@ readers do not read off random characters that represent icons */
|
|
33244
33454
|
color: var(--text--muted-color);
|
33245
33455
|
}
|
33246
33456
|
|
33247
|
-
.amis-scope .cxd-
|
33457
|
+
.amis-scope .cxd-ChainedSelection {
|
33248
33458
|
display: flex;
|
33249
33459
|
flex-direction: row;
|
33250
33460
|
}
|
33251
33461
|
|
33252
|
-
.amis-scope .cxd-
|
33462
|
+
.amis-scope .cxd-ChainedSelection-col {
|
33253
33463
|
flex-grow: 1;
|
33254
33464
|
min-width: 150px;
|
33255
33465
|
}
|
33256
33466
|
|
33257
|
-
.amis-scope .cxd-
|
33467
|
+
.amis-scope .cxd-ChainedSelection-col:not(:last-child) {
|
33258
33468
|
border-right: 1px solid var(--borderColor);
|
33259
33469
|
}
|
33260
33470
|
|
33261
|
-
.amis-scope .cxd-
|
33471
|
+
.amis-scope .cxd-ChainedSelection-subTitle {
|
33262
33472
|
font-size: var(--fontSizeSm);
|
33263
33473
|
padding: var(--gap-xs) var(--gap-xs);
|
33264
33474
|
color: var(--text--muted-color);
|
33265
33475
|
}
|
33266
33476
|
|
33267
|
-
.amis-scope .cxd-
|
33477
|
+
.amis-scope .cxd-ChainedSelection-item {
|
33268
33478
|
display: flex;
|
33269
33479
|
height: var(--Form-input-height);
|
33270
33480
|
line-height: var(--Form-input-lineHeight);
|
@@ -33275,29 +33485,29 @@ readers do not read off random characters that represent icons */
|
|
33275
33485
|
user-select: none;
|
33276
33486
|
}
|
33277
33487
|
|
33278
|
-
.amis-scope .cxd-
|
33488
|
+
.amis-scope .cxd-ChainedSelection-item > .cxd-Checkbox {
|
33279
33489
|
margin-right: 0;
|
33280
33490
|
}
|
33281
33491
|
|
33282
|
-
.amis-scope .cxd-
|
33492
|
+
.amis-scope .cxd-ChainedSelection-item.is-active {
|
33283
33493
|
color: var(--Form-select-menu-onActive-color);
|
33284
33494
|
background: var(--Form-select-menu-onActive-bg);
|
33285
33495
|
}
|
33286
33496
|
|
33287
|
-
.amis-scope .cxd-
|
33497
|
+
.amis-scope .cxd-ChainedSelection-item:hover {
|
33288
33498
|
background: var(--Tree-item-onHover-bg);
|
33289
33499
|
}
|
33290
33500
|
|
33291
|
-
.amis-scope .cxd-
|
33501
|
+
.amis-scope .cxd-ChainedSelection-item.is-disabled {
|
33292
33502
|
pointer-events: none;
|
33293
33503
|
color: var(--text--muted-color);
|
33294
33504
|
}
|
33295
33505
|
|
33296
|
-
.amis-scope .cxd-
|
33506
|
+
.amis-scope .cxd-ChainedSelection-itemLabel {
|
33297
33507
|
flex-grow: 1;
|
33298
33508
|
}
|
33299
33509
|
|
33300
|
-
.amis-scope .cxd-
|
33510
|
+
.amis-scope .cxd-ChainedSelection-placeholder {
|
33301
33511
|
height: var(--Form-input-height);
|
33302
33512
|
line-height: var(--Form-input-lineHeight);
|
33303
33513
|
font-size: var(--Form-input-fontSize);
|
@@ -33305,34 +33515,35 @@ readers do not read off random characters that represent icons */
|
|
33305
33515
|
color: var(--text--muted-color);
|
33306
33516
|
}
|
33307
33517
|
|
33308
|
-
.amis-scope .cxd-
|
33518
|
+
.amis-scope .cxd-AssociatedSelection {
|
33309
33519
|
display: flex;
|
33310
33520
|
flex-direction: row;
|
33311
33521
|
}
|
33312
33522
|
|
33313
|
-
.amis-scope .cxd-
|
33314
|
-
.amis-scope .cxd-
|
33523
|
+
.amis-scope .cxd-AssociatedSelection-left,
|
33524
|
+
.amis-scope .cxd-AssociatedSelection-right {
|
33315
33525
|
flex-grow: 1;
|
33316
33526
|
width: 0;
|
33317
|
-
height:
|
33527
|
+
min-height: 12.5rem;
|
33528
|
+
max-height: 25rem;
|
33318
33529
|
overflow: auto;
|
33319
33530
|
}
|
33320
33531
|
|
33321
|
-
.amis-scope .cxd-
|
33532
|
+
.amis-scope .cxd-AssociatedSelection-left {
|
33322
33533
|
border-right: 1px solid var(--borderColor);
|
33323
33534
|
}
|
33324
33535
|
|
33325
|
-
.amis-scope .cxd-
|
33536
|
+
.amis-scope .cxd-AssociatedSelection-reload {
|
33326
33537
|
text-align: center;
|
33327
33538
|
color: var(--info);
|
33328
33539
|
margin: 20px 0 0;
|
33329
33540
|
}
|
33330
33541
|
|
33331
|
-
.amis-scope .cxd-
|
33542
|
+
.amis-scope .cxd-AssociatedSelection-reload.is-clickable {
|
33332
33543
|
cursor: pointer;
|
33333
33544
|
}
|
33334
33545
|
|
33335
|
-
.amis-scope .cxd-
|
33546
|
+
.amis-scope .cxd-AssociatedSelection-box {
|
33336
33547
|
line-height: var(--Form-input-lineHeight);
|
33337
33548
|
font-size: var(--fontSizeSm);
|
33338
33549
|
color: var(--text--muted-color);
|
@@ -33344,7 +33555,7 @@ readers do not read off random characters that represent icons */
|
|
33344
33555
|
height: 100%;
|
33345
33556
|
}
|
33346
33557
|
|
33347
|
-
.amis-scope .cxd-
|
33558
|
+
.amis-scope .cxd-AssociatedSelection-box > p {
|
33348
33559
|
text-align: center;
|
33349
33560
|
margin: 10px 0 20px;
|
33350
33561
|
color: var(--text--muted-color);
|
@@ -37282,19 +37493,19 @@ readers do not read off random characters that represent icons */
|
|
37282
37493
|
border-radius: var(--borderRadius);
|
37283
37494
|
}
|
37284
37495
|
|
37285
|
-
.amis-scope .cxd-Transfer-select > .cxd-Transfer-
|
37286
|
-
.amis-scope .cxd-Transfer-result > .cxd-Transfer-
|
37496
|
+
.amis-scope .cxd-Transfer-select > .cxd-Transfer-selection,
|
37497
|
+
.amis-scope .cxd-Transfer-result > .cxd-Transfer-value {
|
37287
37498
|
flex-grow: 1;
|
37288
37499
|
max-height: 100%;
|
37289
37500
|
overflow: auto;
|
37290
37501
|
position: relative;
|
37291
37502
|
}
|
37292
37503
|
|
37293
|
-
.amis-scope .cxd-Transfer-search + .cxd-Transfer-
|
37504
|
+
.amis-scope .cxd-Transfer-search + .cxd-Transfer-selection {
|
37294
37505
|
border-top: 1px solid var(--borderColor);
|
37295
37506
|
}
|
37296
37507
|
|
37297
|
-
.amis-scope .cxd-Transfer-
|
37508
|
+
.amis-scope .cxd-Transfer-selection .cxd-ListSelection-placeholder {
|
37298
37509
|
height: 100%;
|
37299
37510
|
display: flex;
|
37300
37511
|
align-items: center;
|
@@ -37342,13 +37553,29 @@ readers do not read off random characters that represent icons */
|
|
37342
37553
|
color: var(--text--muted-color);
|
37343
37554
|
}
|
37344
37555
|
|
37345
|
-
.amis-scope .cxd-Transfer-
|
37556
|
+
.amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
|
37557
|
+
height: 40px;
|
37558
|
+
}
|
37559
|
+
|
37560
|
+
.amis-scope .cxd-TabsTransfer-placeholder {
|
37561
|
+
height: var(--Form-input-height);
|
37562
|
+
line-height: var(--Form-input-lineHeight);
|
37563
|
+
font-size: var(--Form-input-fontSize);
|
37564
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
37565
|
+
color: var(--text--muted-color);
|
37566
|
+
}
|
37567
|
+
|
37568
|
+
.amis-scope .cxd-TabsTransfer-tab {
|
37569
|
+
padding: 0;
|
37570
|
+
}
|
37571
|
+
|
37572
|
+
.amis-scope .cxd-TabsTransfer-tabs {
|
37346
37573
|
display: flex;
|
37347
37574
|
flex-direction: column;
|
37348
37575
|
height: 100%;
|
37349
37576
|
}
|
37350
37577
|
|
37351
|
-
.amis-scope .cxd-
|
37578
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links {
|
37352
37579
|
border-top: 0 none;
|
37353
37580
|
padding: 5px 0 0 5px;
|
37354
37581
|
display: flex;
|
@@ -37357,59 +37584,48 @@ readers do not read off random characters that represent icons */
|
|
37357
37584
|
align-items: center;
|
37358
37585
|
}
|
37359
37586
|
|
37360
|
-
.amis-scope .cxd-
|
37587
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
|
37361
37588
|
font-size: 12px;
|
37362
37589
|
padding: 7px 8px;
|
37363
37590
|
}
|
37364
37591
|
|
37365
|
-
.amis-scope .cxd-
|
37592
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links .cxd-TabsTransfer-tabsMid {
|
37366
37593
|
flex-grow: 1;
|
37367
37594
|
}
|
37368
37595
|
|
37369
|
-
.amis-scope .cxd-
|
37596
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox {
|
37370
37597
|
margin: -5px 5px 0 10px;
|
37371
37598
|
}
|
37372
37599
|
|
37373
|
-
.amis-scope .cxd-
|
37600
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-links > .cxd-SearchBox.is-active {
|
37374
37601
|
width: 150px;
|
37375
37602
|
margin-right: 10px;
|
37376
37603
|
padding-left: 10px;
|
37377
37604
|
}
|
37378
37605
|
|
37379
|
-
.amis-scope .cxd-
|
37606
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content {
|
37380
37607
|
flex-grow: 1;
|
37608
|
+
min-height: 0;
|
37381
37609
|
position: relative;
|
37382
37610
|
padding: 5px 0 0;
|
37383
37611
|
}
|
37384
37612
|
|
37385
|
-
.amis-scope .cxd-
|
37613
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane {
|
37386
37614
|
position: relative;
|
37387
|
-
|
37615
|
+
height: 100%;
|
37388
37616
|
}
|
37389
37617
|
|
37390
|
-
.amis-scope .cxd-
|
37618
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active {
|
37391
37619
|
display: flex;
|
37392
37620
|
flex-direction: column;
|
37393
37621
|
}
|
37394
37622
|
|
37395
|
-
.amis-scope .cxd-
|
37623
|
+
.amis-scope .cxd-TabsTransfer-tabs > .cxd-Tabs-content > .cxd-Tabs-pane.is-active > .cxd-Transfer-selection {
|
37396
37624
|
flex-grow: 1;
|
37397
37625
|
max-height: 100%;
|
37398
37626
|
overflow: auto;
|
37399
37627
|
}
|
37400
37628
|
|
37401
|
-
.amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
|
37402
|
-
height: 40px;
|
37403
|
-
}
|
37404
|
-
|
37405
|
-
.amis-scope .cxd-TabsTransfer-placeholder {
|
37406
|
-
height: var(--Form-input-height);
|
37407
|
-
line-height: var(--Form-input-lineHeight);
|
37408
|
-
font-size: var(--Form-input-fontSize);
|
37409
|
-
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
37410
|
-
color: var(--text--muted-color);
|
37411
|
-
}
|
37412
|
-
|
37413
37629
|
.amis-scope .cxd-TransferControl {
|
37414
37630
|
position: relative;
|
37415
37631
|
}
|
@@ -37418,6 +37634,57 @@ readers do not read off random characters that represent icons */
|
|
37418
37634
|
display: inline-block;
|
37419
37635
|
}
|
37420
37636
|
|
37637
|
+
.amis-scope .cxd-TransferPicker-icon {
|
37638
|
+
transition: transform var(--animation-duration) ease-out;
|
37639
|
+
margin: 5px 5px 5px auto;
|
37640
|
+
display: flex;
|
37641
|
+
color: var(--Form-select-caret-iconColor);
|
37642
|
+
}
|
37643
|
+
|
37644
|
+
.amis-scope .cxd-TransferPicker-icon:hover {
|
37645
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37646
|
+
}
|
37647
|
+
|
37648
|
+
.amis-scope .cxd-TransferPicker-icon > svg {
|
37649
|
+
width: 0.75rem;
|
37650
|
+
height: 0.75rem;
|
37651
|
+
top: 0;
|
37652
|
+
}
|
37653
|
+
|
37654
|
+
.amis-scope .cxd-TransferDropDown-icon {
|
37655
|
+
transition: transform var(--animation-duration) ease-out;
|
37656
|
+
margin: 5px 5px 5px auto;
|
37657
|
+
display: flex;
|
37658
|
+
color: var(--Form-select-caret-iconColor);
|
37659
|
+
}
|
37660
|
+
|
37661
|
+
.amis-scope .cxd-TransferDropDown-icon:hover {
|
37662
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
37663
|
+
}
|
37664
|
+
|
37665
|
+
.amis-scope .cxd-TransferDropDown-icon > svg {
|
37666
|
+
width: 0.625rem;
|
37667
|
+
height: 0.625rem;
|
37668
|
+
top: 0;
|
37669
|
+
}
|
37670
|
+
|
37671
|
+
.amis-scope .cxd-TransferDropDown.is-active .cxd-TransferDropDown-icon {
|
37672
|
+
transform: rotate(180deg);
|
37673
|
+
}
|
37674
|
+
|
37675
|
+
.amis-scope .cxd-TransferDropDown-content {
|
37676
|
+
min-height: 12.5rem;
|
37677
|
+
display: flex;
|
37678
|
+
flex-direction: column;
|
37679
|
+
}
|
37680
|
+
|
37681
|
+
.amis-scope .cxd-TransferDropDown-content > .cxd-Transfer-selection {
|
37682
|
+
flex-grow: 1;
|
37683
|
+
max-height: 100%;
|
37684
|
+
overflow: auto;
|
37685
|
+
position: relative;
|
37686
|
+
}
|
37687
|
+
|
37421
37688
|
.amis-scope .cxd-NestedSelectControl {
|
37422
37689
|
position: relative;
|
37423
37690
|
}
|
@@ -38126,7 +38393,7 @@ readers do not read off random characters that represent icons */
|
|
38126
38393
|
height: 25rem;
|
38127
38394
|
}
|
38128
38395
|
|
38129
|
-
.amis-scope .cxd-AnchorNav-link-wrap {
|
38396
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap {
|
38130
38397
|
margin: 0;
|
38131
38398
|
padding: 0;
|
38132
38399
|
width: var(--Tabs--vertical-width);
|
@@ -38134,12 +38401,12 @@ readers do not read off random characters that represent icons */
|
|
38134
38401
|
padding-bottom: 3.75rem;
|
38135
38402
|
}
|
38136
38403
|
|
38137
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
38404
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
38138
38405
|
position: relative;
|
38139
38406
|
display: block;
|
38140
38407
|
}
|
38141
38408
|
|
38142
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
|
38409
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a {
|
38143
38410
|
display: block;
|
38144
38411
|
border: var(--Tabs-borderWidth) solid transparent;
|
38145
38412
|
border-width: var(--AnchorNav-onActive-borderWidth);
|
@@ -38153,16 +38420,70 @@ readers do not read off random characters that represent icons */
|
|
38153
38420
|
margin: 0;
|
38154
38421
|
}
|
38155
38422
|
|
38156
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
|
38423
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
|
38157
38424
|
color: var(--primary);
|
38158
38425
|
}
|
38159
38426
|
|
38160
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
|
38161
|
-
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
|
38427
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
|
38428
|
+
.amis-scope .cxd-AnchorNav--vertical .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
|
38162
38429
|
color: var(--Tabs--vertical-onActive-color);
|
38163
38430
|
border-color: var(--Tabs--vertical-onActive-border);
|
38164
38431
|
}
|
38165
38432
|
|
38433
|
+
.amis-scope .cxd-AnchorNav--horizontal {
|
38434
|
+
flex-direction: column;
|
38435
|
+
}
|
38436
|
+
|
38437
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap {
|
38438
|
+
user-select: none;
|
38439
|
+
margin: 0px;
|
38440
|
+
padding: 0px;
|
38441
|
+
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
38442
|
+
list-style: none;
|
38443
|
+
}
|
38444
|
+
|
38445
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link {
|
38446
|
+
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
38447
|
+
display: inline-block;
|
38448
|
+
position: relative;
|
38449
|
+
}
|
38450
|
+
|
38451
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child {
|
38452
|
+
font-size: var(--Tabs-linkFontSize);
|
38453
|
+
outline: 0;
|
38454
|
+
border: var(--Tabs-borderWidth) solid transparent;
|
38455
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38456
|
+
border-top-left-radius: var(--Tabs-borderRadius);
|
38457
|
+
border-top-right-radius: var(--Tabs-borderRadius);
|
38458
|
+
color: var(--Tabs-color);
|
38459
|
+
margin: var(--Tabs-linkMargin);
|
38460
|
+
padding: var(--Tabs-linkPadding);
|
38461
|
+
text-decoration: none;
|
38462
|
+
cursor: pointer;
|
38463
|
+
display: block;
|
38464
|
+
}
|
38465
|
+
|
38466
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:hover,
|
38467
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:first-child:focus {
|
38468
|
+
color: var(--primary);
|
38469
|
+
background: transparent;
|
38470
|
+
border-color: transparent;
|
38471
|
+
}
|
38472
|
+
|
38473
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link:last-child > a {
|
38474
|
+
margin: 0;
|
38475
|
+
}
|
38476
|
+
|
38477
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child,
|
38478
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:hover,
|
38479
|
+
.amis-scope .cxd-AnchorNav--horizontal .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:first-child:focus {
|
38480
|
+
font-size: var(--Tabs-linkFontSize);
|
38481
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
38482
|
+
border-color: var(--Tabs--line-onHover-borderColor);
|
38483
|
+
color: var(--Tabs--line-onHover-color);
|
38484
|
+
background: transparent;
|
38485
|
+
}
|
38486
|
+
|
38166
38487
|
.amis-scope .cxd-AnchorNav-section-wrap {
|
38167
38488
|
border: none;
|
38168
38489
|
flex-grow: 1;
|
@@ -38445,38 +38766,46 @@ readers do not read off random characters that represent icons */
|
|
38445
38766
|
color: var(--text--muted-color);
|
38446
38767
|
}
|
38447
38768
|
|
38769
|
+
.amis-scope .cxd-MappingField {
|
38770
|
+
margin-right: var(--gap-xs);
|
38771
|
+
}
|
38772
|
+
|
38773
|
+
.amis-scope .cxd-MappingField:last-child {
|
38774
|
+
margin-right: 0;
|
38775
|
+
}
|
38776
|
+
|
38448
38777
|
/*
|
38449
38778
|
* utilities
|
38450
38779
|
*/
|
38451
38780
|
|
38452
38781
|
.amis-scope .bg-light {
|
38453
|
-
background-color: #
|
38782
|
+
background-color: #eaf6fe;
|
38454
38783
|
color: #151a26;
|
38455
38784
|
}
|
38456
38785
|
|
38457
38786
|
.amis-scope .bg-light.lt,
|
38458
38787
|
.amis-scope .bg-light .lt {
|
38459
|
-
background: #
|
38788
|
+
background: #f4fafe;
|
38460
38789
|
}
|
38461
38790
|
|
38462
38791
|
.amis-scope .bg-light.lter,
|
38463
38792
|
.amis-scope .bg-light .lter {
|
38464
|
-
background: #
|
38793
|
+
background: #f9fcff;
|
38465
38794
|
}
|
38466
38795
|
|
38467
38796
|
.amis-scope .bg-light.dk,
|
38468
38797
|
.amis-scope .bg-light .dk {
|
38469
|
-
background: #
|
38798
|
+
background: #dbf0fe;
|
38470
38799
|
}
|
38471
38800
|
|
38472
38801
|
.amis-scope .bg-light.dker,
|
38473
38802
|
.amis-scope .bg-light .dker {
|
38474
|
-
background: #
|
38803
|
+
background: #d0ecfe;
|
38475
38804
|
}
|
38476
38805
|
|
38477
38806
|
.amis-scope .bg-light.bg,
|
38478
38807
|
.amis-scope .bg-light .bg {
|
38479
|
-
background-color: #
|
38808
|
+
background-color: #eaf6fe;
|
38480
38809
|
}
|
38481
38810
|
|
38482
38811
|
.amis-scope .bg-dark {
|
@@ -40835,10 +41164,6 @@ readers do not read off random characters that represent icons */
|
|
40835
41164
|
border: none;
|
40836
41165
|
}
|
40837
41166
|
|
40838
|
-
.amis-scope .cxd-Select .cxd-PopOver {
|
40839
|
-
top: calc(var(--Form-input-height) + 0.25rem) !important;
|
40840
|
-
}
|
40841
|
-
|
40842
41167
|
.amis-scope .cxd-Select .cxd-PopOver .cxd-Select-menu {
|
40843
41168
|
border-radius: 0.25rem;
|
40844
41169
|
}
|
@@ -40848,10 +41173,6 @@ readers do not read off random characters that represent icons */
|
|
40848
41173
|
padding: 0.3125rem 0.75rem;
|
40849
41174
|
}
|
40850
41175
|
|
40851
|
-
.amis-scope .cxd-NestedSelectControl .cxd-PopOver {
|
40852
|
-
top: calc(var(--Form-input-height) + 0.25rem) !important;
|
40853
|
-
}
|
40854
|
-
|
40855
41176
|
.amis-scope .cxd-NestedSelectControl .cxd-PopOver .cxd-NestedSelect-menuOuter .cxd-NestedSelect-menu {
|
40856
41177
|
border-radius: 0.25rem;
|
40857
41178
|
}
|
@@ -40870,7 +41191,6 @@ readers do not read off random characters that represent icons */
|
|
40870
41191
|
}
|
40871
41192
|
|
40872
41193
|
.amis-scope .cxd-TreeSelectControl .cxd-PopOver {
|
40873
|
-
top: calc(var(--Form-input-height) + 0.25rem) !important;
|
40874
41194
|
box-shadow: var(--boxShadow);
|
40875
41195
|
}
|
40876
41196
|
|
@@ -40880,7 +41200,6 @@ readers do not read off random characters that represent icons */
|
|
40880
41200
|
}
|
40881
41201
|
|
40882
41202
|
.amis-scope .cxd-DropDown .cxd-DropDown-menu {
|
40883
|
-
top: calc(var(--Form-input-height) + 0.25rem) !important;
|
40884
41203
|
border: none;
|
40885
41204
|
}
|
40886
41205
|
|
@@ -40933,13 +41252,11 @@ readers do not read off random characters that represent icons */
|
|
40933
41252
|
|
40934
41253
|
.amis-scope .cxd-ColorPicker .cxd-PopOver {
|
40935
41254
|
border: none;
|
40936
|
-
top: calc(var(--Form-input-height) + 0.25rem) !important;
|
40937
41255
|
box-shadow: var(--boxShadow);
|
40938
41256
|
}
|
40939
41257
|
|
40940
41258
|
.amis-scope .cxd-IconPickerControl .cxd-IconPickerControl-input--withAC .cxd-IconPickerControl-sugsPanel {
|
40941
41259
|
border: none;
|
40942
|
-
top: calc(var(--Form-input-height) + 0.25rem) !important;
|
40943
41260
|
box-shadow: var(--boxShadow);
|
40944
41261
|
border-radius: 0.1875rem;
|
40945
41262
|
}
|
@@ -40950,7 +41267,6 @@ readers do not read off random characters that represent icons */
|
|
40950
41267
|
|
40951
41268
|
.amis-scope .cxd-LocationControl .cxd-PopOver {
|
40952
41269
|
border: none;
|
40953
|
-
top: calc(var(--Form-input-height) + 0.25rem) !important;
|
40954
41270
|
box-shadow: var(--boxShadow);
|
40955
41271
|
}
|
40956
41272
|
|
@@ -41002,6 +41318,10 @@ readers do not read off random characters that represent icons */
|
|
41002
41318
|
font-weight: 400;
|
41003
41319
|
}
|
41004
41320
|
|
41321
|
+
.amis-scope .cxd-Drawer--right .cxd-Drawer-header {
|
41322
|
+
border-radius: 0.375rem 0 0 0;
|
41323
|
+
}
|
41324
|
+
|
41005
41325
|
.amis-scope .cxd-Drawer--right .cxd-Drawer-footer {
|
41006
41326
|
justify-content: flex-end;
|
41007
41327
|
}
|
@@ -41010,11 +41330,22 @@ readers do not read off random characters that represent icons */
|
|
41010
41330
|
margin-left: 1rem;
|
41011
41331
|
}
|
41012
41332
|
|
41333
|
+
.amis-scope .cxd-Drawer--left .cxd-Drawer-header {
|
41334
|
+
border-radius: 0 0.375rem 0 0;
|
41335
|
+
}
|
41336
|
+
|
41013
41337
|
.amis-scope .cxd-Drawer--left .cxd-Drawer-footer .cxd-Button {
|
41014
41338
|
margin-left: 1rem;
|
41015
41339
|
}
|
41016
41340
|
|
41017
|
-
.amis-scope .cxd-Drawer--top .cxd-Drawer-footer .cxd-Button
|
41341
|
+
.amis-scope .cxd-Drawer--top .cxd-Drawer-footer .cxd-Button {
|
41342
|
+
margin-left: 1rem;
|
41343
|
+
}
|
41344
|
+
|
41345
|
+
.amis-scope .cxd-Drawer--bottom .cxd-Drawer-header {
|
41346
|
+
border-radius: 0.375rem 0.375rem 0 0;
|
41347
|
+
}
|
41348
|
+
|
41018
41349
|
.amis-scope .cxd-Drawer--bottom .cxd-Drawer-footer .cxd-Button {
|
41019
41350
|
margin-left: 1rem;
|
41020
41351
|
}
|
@@ -41081,10 +41412,6 @@ readers do not read off random characters that represent icons */
|
|
41081
41412
|
border: none;
|
41082
41413
|
}
|
41083
41414
|
|
41084
|
-
.amis-scope .cxd-Form .cxd-Collapse-arrow {
|
41085
|
-
margin-left: 0.5rem;
|
41086
|
-
}
|
41087
|
-
|
41088
41415
|
.amis-scope .cxd-Form .cxd-Collapse-header {
|
41089
41416
|
background-color: var(--white);
|
41090
41417
|
display: inline-flex;
|