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/lib/themes/antd-ie11.css
CHANGED
@@ -495,8 +495,13 @@
|
|
495
495
|
--Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
|
496
496
|
--Collapse-header-bg: transparent;
|
497
497
|
--Collapse-header-onHover-bg: transparent;
|
498
|
-
--Collapse-header-collapsed-
|
498
|
+
--Collapse-header-collapsed-border: var(--borderWidth) solid
|
499
499
|
var(--Collapse-border-color);
|
500
|
+
--Collapse-header-collapsed-borderTop: none;
|
501
|
+
--Collapse-header-collapsed-borderBottom: var(
|
502
|
+
--Collapse-header-collapsed-border
|
503
|
+
);
|
504
|
+
--Collapse-header-wrapper-direction: row;
|
500
505
|
--Collapse-content-padding: 1.125rem 0;
|
501
506
|
--Collapse-content-color: var(--body-color);
|
502
507
|
--Collapse-content-fontSize: var(--body-size);
|
@@ -984,11 +989,28 @@
|
|
984
989
|
--Panel-titleMarginTop: 0;
|
985
990
|
--Picker-iconColor: var(--icon-color);
|
986
991
|
--Picker-onHover-iconColor: var(--icon-onHover-color);
|
992
|
+
--PickerColumns-bg: white;
|
993
|
+
--PickerColumns-toolbar-height: 3.125rem;
|
994
|
+
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
995
|
+
--PickerColumns-title-lineHeight: 1.5;
|
996
|
+
--PickerColumns-action-padding: 0 var(--gap-sm);
|
997
|
+
--PickerColumns-action-fontSize: var(--fontSizeMd);
|
998
|
+
--PickerColumns-confirmAction-color: var(--Button--info-bg);
|
999
|
+
--PickerColumns-cancelAction-color: var(--Button--light-bg);
|
1000
|
+
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
1001
|
+
--PickerColumns-optionText-color: var(--text-color);
|
1002
|
+
--PickerColumns-optionDisabled-opacity: 0.3;
|
1003
|
+
--PickerColumns-loadingIcon-color: var(--icon-color);
|
1004
|
+
--PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
|
987
1005
|
--PopOver-bg: white;
|
988
1006
|
--PopOverAble-iconColor: inherit;
|
989
1007
|
--PopOverAble-onHover-iconColor: inherit;
|
990
1008
|
--Property-title-bg: #f2f2f2;
|
991
1009
|
--Property-label-bg: #f7f7f7;
|
1010
|
+
--Portlet-borderColor: var(--borderColor);
|
1011
|
+
--Portlet-borderStyle: solid;
|
1012
|
+
--Portlet-borderWidth: var(--borderWidth);
|
1013
|
+
--Portlet-borderRadius: var(--borderRadius);
|
992
1014
|
--QuickEdit-iconColor: inherit;
|
993
1015
|
--QuickEdit-onFocus-borderColor: var(--info);
|
994
1016
|
--QuickEdit-onFocus-borderWidth: var(--borderWidth);
|
@@ -1704,6 +1726,8 @@ svg.icon {
|
|
1704
1726
|
width: 1em;
|
1705
1727
|
height: 1em;
|
1706
1728
|
fill: currentColor;
|
1729
|
+
position: relative;
|
1730
|
+
top: 0.125em;
|
1707
1731
|
}
|
1708
1732
|
|
1709
1733
|
svg.r90 {
|
@@ -4545,6 +4569,123 @@ input[type=button].antd-Button--block {
|
|
4545
4569
|
bottom: 0;
|
4546
4570
|
background: transparent;
|
4547
4571
|
}
|
4572
|
+
.antd-PopOver-isMobile .antd-PopOver-overlay {
|
4573
|
+
background: rgba(0, 0, 0, 0.3);
|
4574
|
+
}
|
4575
|
+
.antd-PopOver--leftBottomLeftTop {
|
4576
|
+
margin-top: 0.25rem;
|
4577
|
+
}
|
4578
|
+
.antd-PopOver--leftTopLeftBottom {
|
4579
|
+
margin-top: -0.25rem;
|
4580
|
+
}
|
4581
|
+
|
4582
|
+
.has-popover {
|
4583
|
+
position: relative;
|
4584
|
+
}
|
4585
|
+
|
4586
|
+
.antd-PickerColumns {
|
4587
|
+
position: relative;
|
4588
|
+
background-color: var(--PickerColumns-bg);
|
4589
|
+
user-select: none;
|
4590
|
+
}
|
4591
|
+
.antd-PickerColumns-popOver {
|
4592
|
+
position: fixed;
|
4593
|
+
bottom: 0;
|
4594
|
+
left: 0;
|
4595
|
+
width: 100%;
|
4596
|
+
padding: 0 var(--gap-sm);
|
4597
|
+
}
|
4598
|
+
.antd-PickerColumns-toolbar {
|
4599
|
+
display: flex;
|
4600
|
+
align-items: center;
|
4601
|
+
justify-content: space-between;
|
4602
|
+
height: var(--PickerColumns-toolbar-height);
|
4603
|
+
}
|
4604
|
+
.antd-PickerColumns-cancel, .antd-PickerColumns-confirm {
|
4605
|
+
height: 100%;
|
4606
|
+
padding: var(--PickerColumns-action-padding);
|
4607
|
+
font-size: var(--PickerColumns-action-fontSize);
|
4608
|
+
background-color: transparent;
|
4609
|
+
border: none;
|
4610
|
+
cursor: pointer;
|
4611
|
+
}
|
4612
|
+
.antd-PickerColumns-cancel:active, .antd-PickerColumns-confirm:active {
|
4613
|
+
opacity: 0.7;
|
4614
|
+
}
|
4615
|
+
.antd-PickerColumns-confirm {
|
4616
|
+
color: var(--PickerColumns-confirmAction-color);
|
4617
|
+
}
|
4618
|
+
.antd-PickerColumns-cancel {
|
4619
|
+
color: var(--PickerColumns-cancelAction-color);
|
4620
|
+
}
|
4621
|
+
.antd-PickerColumns-title {
|
4622
|
+
max-width: 50%;
|
4623
|
+
font-weight: 500;
|
4624
|
+
font-size: var(--PickerColumns-title-fontSize);
|
4625
|
+
line-height: var(--PickerColumns-title-lineHeight);
|
4626
|
+
text-align: center;
|
4627
|
+
}
|
4628
|
+
.antd-PickerColumns-columns {
|
4629
|
+
position: relative;
|
4630
|
+
display: flex;
|
4631
|
+
cursor: grab;
|
4632
|
+
}
|
4633
|
+
.antd-PickerColumns-loading {
|
4634
|
+
position: absolute;
|
4635
|
+
top: 0;
|
4636
|
+
right: 0;
|
4637
|
+
bottom: 0;
|
4638
|
+
left: 0;
|
4639
|
+
z-index: 3;
|
4640
|
+
display: flex;
|
4641
|
+
align-items: center;
|
4642
|
+
justify-content: center;
|
4643
|
+
color: var(--PickerColumns-loadingIcon-color);
|
4644
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
4645
|
+
}
|
4646
|
+
.antd-PickerColumns-frame {
|
4647
|
+
position: absolute;
|
4648
|
+
top: 50%;
|
4649
|
+
right: var(--gap-md);
|
4650
|
+
left: var(--gap-md);
|
4651
|
+
z-index: 2;
|
4652
|
+
transform: translateY(-50%);
|
4653
|
+
pointer-events: none;
|
4654
|
+
}
|
4655
|
+
.antd-PickerColumns-mask {
|
4656
|
+
position: absolute;
|
4657
|
+
top: 0;
|
4658
|
+
left: 0;
|
4659
|
+
z-index: 1;
|
4660
|
+
width: 100%;
|
4661
|
+
height: 100%;
|
4662
|
+
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));
|
4663
|
+
background-repeat: no-repeat;
|
4664
|
+
background-position: top, bottom;
|
4665
|
+
transform: translateZ(0);
|
4666
|
+
pointer-events: none;
|
4667
|
+
}
|
4668
|
+
.antd-PickerColumns-column {
|
4669
|
+
flex: 1;
|
4670
|
+
overflow: hidden;
|
4671
|
+
font-size: var(--PickerColumns-option-fontSize);
|
4672
|
+
}
|
4673
|
+
.antd-PickerColumns-columnWrapper {
|
4674
|
+
margin: 0;
|
4675
|
+
padding: 0;
|
4676
|
+
list-style: none;
|
4677
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
4678
|
+
}
|
4679
|
+
.antd-PickerColumns-columnItem {
|
4680
|
+
display: flex;
|
4681
|
+
align-items: center;
|
4682
|
+
justify-content: center;
|
4683
|
+
color: var(--PickerColumns-optionText-color);
|
4684
|
+
}
|
4685
|
+
.antd-PickerColumns-columnItem.is-disabled {
|
4686
|
+
cursor: not-allowed;
|
4687
|
+
opacity: var(--PickerColumns-optionDisabled-opacity);
|
4688
|
+
}
|
4548
4689
|
|
4549
4690
|
@keyframes bounceIn {
|
4550
4691
|
from, 20%, 40%, 60%, 80%, to {
|
@@ -5425,7 +5566,7 @@ input[type=button].antd-Button--block {
|
|
5425
5566
|
border-color: var(--Nav-item-onHover-color);
|
5426
5567
|
text-decoration: none;
|
5427
5568
|
background: var(--Nav-item-onHover-bg);
|
5428
|
-
z-index:
|
5569
|
+
z-index: 1;
|
5429
5570
|
}
|
5430
5571
|
.antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover > .antd-Nav-itemDrager,
|
5431
5572
|
.antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus > .antd-Nav-itemDrager,
|
@@ -6293,6 +6434,13 @@ input[type=button].antd-Button--block {
|
|
6293
6434
|
border-bottom: var(--borderWidth) solid var(--Collapse-border-color);
|
6294
6435
|
background: var(--Collapse-header-bg);
|
6295
6436
|
}
|
6437
|
+
.antd-Collapse-header-wrapper {
|
6438
|
+
display: inline-flex;
|
6439
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
6440
|
+
}
|
6441
|
+
.antd-Collapse-header-tpl {
|
6442
|
+
margin-right: 0.5rem;
|
6443
|
+
}
|
6296
6444
|
.antd-Collapse-header:hover {
|
6297
6445
|
background: var(--Collapse-header-onHover-bg);
|
6298
6446
|
}
|
@@ -6324,7 +6472,7 @@ input[type=button].antd-Button--block {
|
|
6324
6472
|
transform-origin: 0% 50%;
|
6325
6473
|
}
|
6326
6474
|
.antd-Collapse.is-collapsed .antd-Collapse-header {
|
6327
|
-
border-bottom: var(--Collapse-header-collapsed-
|
6475
|
+
border-bottom: var(--Collapse-header-collapsed-border);
|
6328
6476
|
}
|
6329
6477
|
.antd-Collapse--collapsable .antd-Collapse-header {
|
6330
6478
|
cursor: pointer;
|
@@ -6335,6 +6483,11 @@ input[type=button].antd-Button--block {
|
|
6335
6483
|
color: var(--link-color);
|
6336
6484
|
border-left: none;
|
6337
6485
|
font-size: var(--fontSizeBase);
|
6486
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
6487
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
6488
|
+
}
|
6489
|
+
.antd-Collapse--title-bottom.is-collapsed .antd-Collapse-header {
|
6490
|
+
border-top: none;
|
6338
6491
|
}
|
6339
6492
|
.antd-Collapse--title-bottom .antd-Collapse-arrow:before {
|
6340
6493
|
top: 0.125rem;
|
@@ -7335,6 +7488,9 @@ input[type=button].antd-Button--block {
|
|
7335
7488
|
.antd-Table-table--withCombine > tbody > tr > td:not(:last-child) {
|
7336
7489
|
border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
|
7337
7490
|
}
|
7491
|
+
.antd-Table-table--checkOnItemClick > tbody > tr {
|
7492
|
+
cursor: pointer;
|
7493
|
+
}
|
7338
7494
|
.antd-Table-table > thead > tr > th {
|
7339
7495
|
background: var(--Table-thead-bg);
|
7340
7496
|
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
|
@@ -8366,6 +8522,23 @@ input[type=button].antd-Button--block {
|
|
8366
8522
|
top: 0;
|
8367
8523
|
left: 0;
|
8368
8524
|
}
|
8525
|
+
.antd-Table--autoFillHeight {
|
8526
|
+
margin-bottom: 0;
|
8527
|
+
}
|
8528
|
+
.antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table {
|
8529
|
+
border-top: none;
|
8530
|
+
}
|
8531
|
+
.antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table thead {
|
8532
|
+
position: sticky;
|
8533
|
+
top: 0;
|
8534
|
+
z-index: 1;
|
8535
|
+
}
|
8536
|
+
.antd-Table--autoFillHeight > .antd-Table-fixedTop {
|
8537
|
+
display: none;
|
8538
|
+
}
|
8539
|
+
.antd-Table--autoFillHeight > .antd-Table-footToolbar {
|
8540
|
+
margin-bottom: 0;
|
8541
|
+
}
|
8369
8542
|
|
8370
8543
|
.antd-InputTable-toolbar {
|
8371
8544
|
display: flex;
|
@@ -9004,23 +9177,14 @@ input[type=button].antd-Button--block {
|
|
9004
9177
|
.antd-Card-title + .antd-Card-subTitle {
|
9005
9178
|
margin-top: var(--gap-xs);
|
9006
9179
|
}
|
9007
|
-
.antd-Card-checkBtn {
|
9008
|
-
position: absolute;
|
9009
|
-
top: 0;
|
9010
|
-
right: 0;
|
9011
|
-
margin: var(--gap-sm);
|
9012
|
-
z-index: 1;
|
9013
|
-
}
|
9014
|
-
.antd-Card-checkBtn .antd-Checkbox {
|
9015
|
-
margin-right: 0;
|
9016
|
-
}
|
9017
9180
|
.antd-Card-dragBtn {
|
9018
9181
|
cursor: pointer;
|
9019
9182
|
float: right;
|
9020
9183
|
margin: var(--gap-sm);
|
9021
9184
|
}
|
9022
9185
|
.antd-Card-heading {
|
9023
|
-
|
9186
|
+
display: flex;
|
9187
|
+
flex-direction: row;
|
9024
9188
|
padding: var(--gap-sm) var(--gap-base);
|
9025
9189
|
flex: 1 0 auto;
|
9026
9190
|
}
|
@@ -9048,11 +9212,15 @@ input[type=button].antd-Button--block {
|
|
9048
9212
|
}
|
9049
9213
|
.antd-Card-meta {
|
9050
9214
|
display: block;
|
9215
|
+
flex-grow: 1;
|
9051
9216
|
height: 100%;
|
9052
|
-
overflow: hidden;
|
9053
9217
|
position: relative;
|
9054
9218
|
margin-right: var(--gap-md);
|
9055
9219
|
}
|
9220
|
+
.antd-Card-toolbar {
|
9221
|
+
margin-right: calc(-1 * var(--gap-base));
|
9222
|
+
text-align: right;
|
9223
|
+
}
|
9056
9224
|
.antd-Card-highlight {
|
9057
9225
|
background: var(--success);
|
9058
9226
|
width: 0.5rem;
|
@@ -9474,7 +9642,7 @@ input[type=button].antd-Button--block {
|
|
9474
9642
|
}
|
9475
9643
|
.antd-StatusField-label {
|
9476
9644
|
font-size: var(--fontSizeSm);
|
9477
|
-
margin-left: var(--gap-
|
9645
|
+
margin-left: var(--gap-xs);
|
9478
9646
|
}
|
9479
9647
|
@keyframes animation-rolling_red {
|
9480
9648
|
0% {
|
@@ -10611,6 +10779,42 @@ input[type=button].antd-Button--block {
|
|
10611
10779
|
border: 1px solid var(--Steps-status-success);
|
10612
10780
|
}
|
10613
10781
|
|
10782
|
+
.antd-Portlet {
|
10783
|
+
border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
|
10784
|
+
border-radius: var(--Portlet-borderRadius);
|
10785
|
+
padding: var(--gap-base);
|
10786
|
+
}
|
10787
|
+
.antd-Portlet-tab.unactive-select .is-active a:first-child, .antd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
10788
|
+
.antd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
10789
|
+
border: none !important;
|
10790
|
+
color: inherit !important;
|
10791
|
+
cursor: auto !important;
|
10792
|
+
}
|
10793
|
+
.antd-Portlet-tab.no-divider .antd-Tabs-links {
|
10794
|
+
border-bottom: none;
|
10795
|
+
}
|
10796
|
+
.antd-Portlet .antd-Tabs-pane {
|
10797
|
+
padding: unset;
|
10798
|
+
}
|
10799
|
+
.antd-Portlet-toolbar {
|
10800
|
+
display: inline-flex;
|
10801
|
+
float: right;
|
10802
|
+
justify-content: flex-end;
|
10803
|
+
}
|
10804
|
+
.antd-Portlet-toolbar .antd-Button {
|
10805
|
+
margin-left: calc(var(--gap-xs));
|
10806
|
+
}
|
10807
|
+
.antd-Portlet-header-desc {
|
10808
|
+
height: 100%;
|
10809
|
+
overflow: hidden;
|
10810
|
+
position: relative;
|
10811
|
+
margin-left: var(--gap-base);
|
10812
|
+
}
|
10813
|
+
|
10814
|
+
.antd-Portlet.no-header .antd-Portlet-tab .antd-Tabs-links {
|
10815
|
+
display: none;
|
10816
|
+
}
|
10817
|
+
|
10614
10818
|
fieldset.antd-Collapse--lg, fieldset.antd-Collapse--md, fieldset.antd-Collapse--base, fieldset.antd-Collapse--sm, fieldset.antd-Collapse--xs {
|
10615
10819
|
position: relative;
|
10616
10820
|
}
|
@@ -10650,10 +10854,14 @@ fieldset.antd-Collapse > legend {
|
|
10650
10854
|
margin: var(--gap-base) 0;
|
10651
10855
|
padding: 0 0 0 14px;
|
10652
10856
|
cursor: pointer;
|
10653
|
-
border-bottom:
|
10857
|
+
border-bottom: none !important;
|
10858
|
+
background: transparent;
|
10654
10859
|
display: flex;
|
10655
10860
|
flex-direction: row;
|
10656
10861
|
}
|
10862
|
+
fieldset.antd-Collapse > legend:hover {
|
10863
|
+
background: transparent;
|
10864
|
+
}
|
10657
10865
|
fieldset.antd-Collapse--xs {
|
10658
10866
|
padding: 20px 5px 5px 5px;
|
10659
10867
|
}
|
@@ -11549,45 +11757,38 @@ fieldset.antd-Collapse--lg:after {
|
|
11549
11757
|
color: #999;
|
11550
11758
|
}
|
11551
11759
|
|
11552
|
-
.antd-
|
11760
|
+
.antd-Selection > .antd-Checkbox {
|
11553
11761
|
display: block;
|
11554
11762
|
height: var(--Form-input-height);
|
11555
11763
|
line-height: var(--Form-input-lineHeight);
|
11556
11764
|
font-size: var(--Form-input-fontSize);
|
11557
11765
|
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));
|
11558
11766
|
}
|
11559
|
-
.antd-
|
11767
|
+
.antd-Selection--inline > .antd-Checkbox {
|
11560
11768
|
display: inline-block;
|
11561
11769
|
}
|
11562
|
-
.antd-
|
11770
|
+
.antd-Selection-addBtn {
|
11563
11771
|
display: block;
|
11564
11772
|
cursor: pointer;
|
11565
11773
|
}
|
11566
|
-
.antd-
|
11774
|
+
.antd-Selection-addBtn:hover {
|
11567
11775
|
text-decoration: none;
|
11568
11776
|
}
|
11569
|
-
.antd-
|
11777
|
+
.antd-Selection-addBtn > svg {
|
11570
11778
|
width: 0.875rem;
|
11571
11779
|
height: 0.875rem;
|
11572
11780
|
margin-right: var(--Checkbox-gap);
|
11573
11781
|
}
|
11574
11782
|
|
11575
|
-
.antd-
|
11576
|
-
.antd-ListCheckboxes-group:not(:first-child) > .antd-ListRadios-itemLabel,
|
11577
|
-
.antd-ListRadios-group:not(:first-child) > .antd-ListCheckboxes-itemLabel,
|
11578
|
-
.antd-ListRadios-group:not(:first-child) > .antd-ListRadios-itemLabel {
|
11783
|
+
.antd-GroupedSelection-group:not(:first-child) > .antd-GroupedSelection-itemLabel {
|
11579
11784
|
border-top: 0.0625rem solid var(--ListMenu-divider-color);
|
11580
11785
|
}
|
11581
|
-
.antd-
|
11582
|
-
.antd-ListCheckboxes-group > .antd-ListRadios-itemLabel,
|
11583
|
-
.antd-ListRadios-group > .antd-ListCheckboxes-itemLabel,
|
11584
|
-
.antd-ListRadios-group > .antd-ListRadios-itemLabel {
|
11786
|
+
.antd-GroupedSelection-group > .antd-GroupedSelection-itemLabel {
|
11585
11787
|
font-size: var(--fontSizeSm);
|
11586
11788
|
padding: var(--gap-xs) var(--gap-xs);
|
11587
11789
|
color: var(--text--muted-color);
|
11588
11790
|
}
|
11589
|
-
.antd-
|
11590
|
-
.antd-ListRadios-item {
|
11791
|
+
.antd-GroupedSelection-item {
|
11591
11792
|
display: flex;
|
11592
11793
|
height: var(--Form-input-height);
|
11593
11794
|
line-height: var(--Form-input-lineHeight);
|
@@ -11597,44 +11798,30 @@ fieldset.antd-Collapse--lg:after {
|
|
11597
11798
|
cursor: pointer;
|
11598
11799
|
user-select: none;
|
11599
11800
|
}
|
11600
|
-
.antd-
|
11601
|
-
.antd-ListRadios-item > .antd-Checkbox {
|
11801
|
+
.antd-GroupedSelection-item > .antd-Checkbox {
|
11602
11802
|
margin-right: 0;
|
11603
11803
|
}
|
11604
|
-
.antd-
|
11605
|
-
.antd-ListRadios-item.is-active {
|
11804
|
+
.antd-GroupedSelection-item.is-active {
|
11606
11805
|
color: var(--Form-select-menu-onActive-color);
|
11607
11806
|
background: var(--Form-select-menu-onActive-bg);
|
11608
11807
|
}
|
11609
|
-
.antd-
|
11610
|
-
.antd-ListRadios-item:hover {
|
11808
|
+
.antd-GroupedSelection-item:hover {
|
11611
11809
|
background: var(--Tree-item-onHover-bg);
|
11612
11810
|
}
|
11613
|
-
.antd-
|
11614
|
-
.antd-ListRadios-item.is-disabled {
|
11811
|
+
.antd-GroupedSelection-item.is-disabled {
|
11615
11812
|
pointer-events: none;
|
11616
11813
|
color: var(--text--muted-color);
|
11617
11814
|
}
|
11618
|
-
.antd-
|
11619
|
-
.antd-ListCheckboxes-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
|
11620
|
-
.antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
|
11621
|
-
.antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListRadios-item,
|
11622
|
-
.antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListCheckboxes-item,
|
11623
|
-
.antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
|
11624
|
-
.antd-ListRadios-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
|
11625
|
-
.antd-ListRadios-group > .antd-ListRadios-items > .antd-ListRadios-item {
|
11815
|
+
.antd-GroupedSelection-group > .antd-GroupedSelection-items > .antd-GroupedSelection-item {
|
11626
11816
|
padding-left: var(--gap-base);
|
11627
11817
|
}
|
11628
|
-
.antd-
|
11629
|
-
.antd-ListRadios-itemLabel {
|
11818
|
+
.antd-GroupedSelection-itemLabel {
|
11630
11819
|
flex-grow: 1;
|
11631
11820
|
}
|
11632
|
-
.antd-
|
11633
|
-
.antd-ListRadios-itemLabel span {
|
11821
|
+
.antd-GroupedSelection-itemLabel span {
|
11634
11822
|
white-space: nowrap;
|
11635
11823
|
}
|
11636
|
-
.antd-
|
11637
|
-
.antd-ListRadios-placeholder {
|
11824
|
+
.antd-GroupedSelection-placeholder {
|
11638
11825
|
height: var(--Form-input-height);
|
11639
11826
|
line-height: var(--Form-input-lineHeight);
|
11640
11827
|
font-size: var(--Form-input-fontSize);
|
@@ -11642,45 +11829,46 @@ fieldset.antd-Collapse--lg:after {
|
|
11642
11829
|
color: var(--text--muted-color);
|
11643
11830
|
}
|
11644
11831
|
|
11645
|
-
.antd-
|
11832
|
+
.antd-TableSelection .antd-Table-content {
|
11646
11833
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
11647
11834
|
}
|
11648
|
-
.antd-
|
11649
|
-
.antd-
|
11835
|
+
.antd-TableSelection .antd-Table-table > thead > tr > th,
|
11836
|
+
.antd-TableSelection .antd-Table-table > tbody > tr > td {
|
11650
11837
|
font-size: var(--fontSizeSm);
|
11651
11838
|
padding-top: var(--gap-xs);
|
11652
11839
|
padding-bottom: 0.375rem;
|
11653
11840
|
vertical-align: middle;
|
11654
11841
|
}
|
11655
|
-
.antd-
|
11842
|
+
.antd-TableSelection .antd-Table-table > thead > tr > th {
|
11656
11843
|
padding-top: 0.375rem;
|
11657
11844
|
}
|
11658
|
-
.antd-
|
11659
|
-
.antd-
|
11845
|
+
.antd-TableSelection .antd-Table-table > thead > tr > th:first-child,
|
11846
|
+
.antd-TableSelection .antd-Table-table > tbody > tr > td:first-child {
|
11660
11847
|
padding-left: 0.625rem;
|
11661
11848
|
padding-right: 0;
|
11662
11849
|
}
|
11663
|
-
.antd-
|
11664
|
-
.antd-
|
11850
|
+
.antd-TableSelection .antd-Table-table > thead > tr > th:last-child,
|
11851
|
+
.antd-TableSelection .antd-Table-table > tbody > tr > td:last-child {
|
11665
11852
|
padding-right: var(--gap-md);
|
11666
11853
|
}
|
11667
|
-
.antd-
|
11854
|
+
.antd-TableSelection .antd-Table-table > tbody > tr {
|
11668
11855
|
cursor: pointer;
|
11669
11856
|
}
|
11857
|
+
.antd-TableSelection .antd-Table-table > tbody > tr.is-active {
|
11858
|
+
color: var(--Form-select-menu-onActive-color);
|
11859
|
+
background: var(--Form-select-menu-onActive-bg);
|
11860
|
+
}
|
11670
11861
|
|
11671
|
-
.antd-
|
11672
|
-
.antd-TreeRadios .antd-Table-expandBtn {
|
11862
|
+
.antd-TreeSelection .antd-Table-expandBtn {
|
11673
11863
|
color: var(--icon-color);
|
11674
11864
|
margin-right: 5px;
|
11675
11865
|
}
|
11676
|
-
.antd-
|
11677
|
-
.antd-TreeRadios-sublist {
|
11866
|
+
.antd-TreeSelection-sublist {
|
11678
11867
|
position: relative;
|
11679
11868
|
margin: 0 0 0 2.1875rem;
|
11680
11869
|
display: none;
|
11681
11870
|
}
|
11682
|
-
.antd-
|
11683
|
-
.antd-TreeRadios-sublist:before {
|
11871
|
+
.antd-TreeSelection-sublist:before {
|
11684
11872
|
width: 1px;
|
11685
11873
|
content: "";
|
11686
11874
|
display: block;
|
@@ -11690,26 +11878,16 @@ fieldset.antd-Collapse--lg:after {
|
|
11690
11878
|
left: -19px;
|
11691
11879
|
border-left: dashed 1px var(--icon-color);
|
11692
11880
|
}
|
11693
|
-
.antd-
|
11694
|
-
.antd-TreeRadios-item {
|
11881
|
+
.antd-TreeSelection-item {
|
11695
11882
|
position: relative;
|
11696
11883
|
}
|
11697
|
-
.antd-
|
11698
|
-
.antd-TreeCheckboxes-item.is-expanded > .antd-TreeRadios-sublist,
|
11699
|
-
.antd-TreeRadios-item.is-expanded > .antd-TreeCheckboxes-sublist,
|
11700
|
-
.antd-TreeRadios-item.is-expanded > .antd-TreeRadios-sublist {
|
11884
|
+
.antd-TreeSelection-item.is-expanded > .antd-TreeSelection-sublist {
|
11701
11885
|
display: block;
|
11702
11886
|
}
|
11703
|
-
.antd-
|
11704
|
-
.antd-TreeCheckboxes-item:not(:last-child) > .antd-TreeRadios-sublist:before,
|
11705
|
-
.antd-TreeRadios-item:not(:last-child) > .antd-TreeCheckboxes-sublist:before,
|
11706
|
-
.antd-TreeRadios-item:not(:last-child) > .antd-TreeRadios-sublist:before {
|
11887
|
+
.antd-TreeSelection-item:not(:last-child) > .antd-TreeSelection-sublist:before {
|
11707
11888
|
bottom: 0;
|
11708
11889
|
}
|
11709
|
-
.antd-
|
11710
|
-
.antd-TreeCheckboxes-sublist .antd-TreeRadios-item:before,
|
11711
|
-
.antd-TreeRadios-sublist .antd-TreeCheckboxes-item:before,
|
11712
|
-
.antd-TreeRadios-sublist .antd-TreeRadios-item:before {
|
11890
|
+
.antd-TreeSelection-sublist .antd-TreeSelection-item:before {
|
11713
11891
|
height: 1px;
|
11714
11892
|
content: "";
|
11715
11893
|
display: block;
|
@@ -11719,8 +11897,7 @@ fieldset.antd-Collapse--lg:after {
|
|
11719
11897
|
left: -19px;
|
11720
11898
|
border-top: dashed 1px var(--icon-color);
|
11721
11899
|
}
|
11722
|
-
.antd-
|
11723
|
-
.antd-TreeRadios-itemInner {
|
11900
|
+
.antd-TreeSelection-itemInner {
|
11724
11901
|
display: flex;
|
11725
11902
|
align-items: center;
|
11726
11903
|
height: var(--Form-input-height);
|
@@ -11732,18 +11909,15 @@ fieldset.antd-Collapse--lg:after {
|
|
11732
11909
|
user-select: none;
|
11733
11910
|
position: relative;
|
11734
11911
|
}
|
11735
|
-
.antd-
|
11736
|
-
.antd-TreeRadios-itemInner > .antd-Checkbox {
|
11912
|
+
.antd-TreeSelection-itemInner > .antd-Checkbox {
|
11737
11913
|
margin-right: 0;
|
11738
11914
|
margin-left: var(--gap-sm);
|
11739
11915
|
}
|
11740
|
-
.antd-
|
11741
|
-
.antd-TreeRadios-itemInner > * {
|
11916
|
+
.antd-TreeSelection-itemInner > * {
|
11742
11917
|
position: relative;
|
11743
11918
|
z-index: 2;
|
11744
11919
|
}
|
11745
|
-
.antd-
|
11746
|
-
.antd-TreeRadios-itemInner:hover:after {
|
11920
|
+
.antd-TreeSelection-itemInner:hover:after {
|
11747
11921
|
position: absolute;
|
11748
11922
|
content: "";
|
11749
11923
|
z-index: 1;
|
@@ -11753,21 +11927,17 @@ fieldset.antd-Collapse--lg:after {
|
|
11753
11927
|
left: -99999px;
|
11754
11928
|
background: var(--Tree-item-onHover-bg);
|
11755
11929
|
}
|
11756
|
-
.antd-
|
11757
|
-
.antd-TreeRadios-itemInner.is-active {
|
11930
|
+
.antd-TreeSelection-itemInner.is-active {
|
11758
11931
|
color: var(--Form-select-menu-onActive-color);
|
11759
11932
|
}
|
11760
|
-
.antd-
|
11761
|
-
.antd-TreeRadios-itemInner.is-disabled {
|
11933
|
+
.antd-TreeSelection-itemInner.is-disabled {
|
11762
11934
|
pointer-events: none;
|
11763
11935
|
color: var(--text--muted-color);
|
11764
11936
|
}
|
11765
|
-
.antd-
|
11766
|
-
.antd-TreeRadios-itemLabel {
|
11937
|
+
.antd-TreeSelection-itemLabel {
|
11767
11938
|
flex-grow: 1;
|
11768
11939
|
}
|
11769
|
-
.antd-
|
11770
|
-
.antd-TreeRadios-placeholder {
|
11940
|
+
.antd-TreeSelection-placeholder {
|
11771
11941
|
height: var(--Form-input-height);
|
11772
11942
|
line-height: var(--Form-input-lineHeight);
|
11773
11943
|
font-size: var(--Form-input-fontSize);
|
@@ -11775,23 +11945,23 @@ fieldset.antd-Collapse--lg:after {
|
|
11775
11945
|
color: var(--text--muted-color);
|
11776
11946
|
}
|
11777
11947
|
|
11778
|
-
.antd-
|
11948
|
+
.antd-ChainedSelection {
|
11779
11949
|
display: flex;
|
11780
11950
|
flex-direction: row;
|
11781
11951
|
}
|
11782
|
-
.antd-
|
11952
|
+
.antd-ChainedSelection-col {
|
11783
11953
|
flex-grow: 1;
|
11784
11954
|
min-width: 150px;
|
11785
11955
|
}
|
11786
|
-
.antd-
|
11956
|
+
.antd-ChainedSelection-col:not(:last-child) {
|
11787
11957
|
border-right: 1px solid var(--borderColor);
|
11788
11958
|
}
|
11789
|
-
.antd-
|
11959
|
+
.antd-ChainedSelection-subTitle {
|
11790
11960
|
font-size: var(--fontSizeSm);
|
11791
11961
|
padding: var(--gap-xs) var(--gap-xs);
|
11792
11962
|
color: var(--text--muted-color);
|
11793
11963
|
}
|
11794
|
-
.antd-
|
11964
|
+
.antd-ChainedSelection-item {
|
11795
11965
|
display: flex;
|
11796
11966
|
height: var(--Form-input-height);
|
11797
11967
|
line-height: var(--Form-input-lineHeight);
|
@@ -11801,24 +11971,24 @@ fieldset.antd-Collapse--lg:after {
|
|
11801
11971
|
cursor: pointer;
|
11802
11972
|
user-select: none;
|
11803
11973
|
}
|
11804
|
-
.antd-
|
11974
|
+
.antd-ChainedSelection-item > .antd-Checkbox {
|
11805
11975
|
margin-right: 0;
|
11806
11976
|
}
|
11807
|
-
.antd-
|
11977
|
+
.antd-ChainedSelection-item.is-active {
|
11808
11978
|
color: var(--Form-select-menu-onActive-color);
|
11809
11979
|
background: var(--Form-select-menu-onActive-bg);
|
11810
11980
|
}
|
11811
|
-
.antd-
|
11981
|
+
.antd-ChainedSelection-item:hover {
|
11812
11982
|
background: var(--Tree-item-onHover-bg);
|
11813
11983
|
}
|
11814
|
-
.antd-
|
11984
|
+
.antd-ChainedSelection-item.is-disabled {
|
11815
11985
|
pointer-events: none;
|
11816
11986
|
color: var(--text--muted-color);
|
11817
11987
|
}
|
11818
|
-
.antd-
|
11988
|
+
.antd-ChainedSelection-itemLabel {
|
11819
11989
|
flex-grow: 1;
|
11820
11990
|
}
|
11821
|
-
.antd-
|
11991
|
+
.antd-ChainedSelection-placeholder {
|
11822
11992
|
height: var(--Form-input-height);
|
11823
11993
|
line-height: var(--Form-input-lineHeight);
|
11824
11994
|
font-size: var(--Form-input-fontSize);
|
@@ -11826,28 +11996,29 @@ fieldset.antd-Collapse--lg:after {
|
|
11826
11996
|
color: var(--text--muted-color);
|
11827
11997
|
}
|
11828
11998
|
|
11829
|
-
.antd-
|
11999
|
+
.antd-AssociatedSelection {
|
11830
12000
|
display: flex;
|
11831
12001
|
flex-direction: row;
|
11832
12002
|
}
|
11833
|
-
.antd-
|
12003
|
+
.antd-AssociatedSelection-left, .antd-AssociatedSelection-right {
|
11834
12004
|
flex-grow: 1;
|
11835
12005
|
width: 0;
|
11836
|
-
height:
|
12006
|
+
min-height: 12.5rem;
|
12007
|
+
max-height: 25rem;
|
11837
12008
|
overflow: auto;
|
11838
12009
|
}
|
11839
|
-
.antd-
|
12010
|
+
.antd-AssociatedSelection-left {
|
11840
12011
|
border-right: 1px solid var(--borderColor);
|
11841
12012
|
}
|
11842
|
-
.antd-
|
12013
|
+
.antd-AssociatedSelection-reload {
|
11843
12014
|
text-align: center;
|
11844
12015
|
color: var(--info);
|
11845
12016
|
margin: 20px 0 0;
|
11846
12017
|
}
|
11847
|
-
.antd-
|
12018
|
+
.antd-AssociatedSelection-reload.is-clickable {
|
11848
12019
|
cursor: pointer;
|
11849
12020
|
}
|
11850
|
-
.antd-
|
12021
|
+
.antd-AssociatedSelection-box {
|
11851
12022
|
line-height: var(--Form-input-lineHeight);
|
11852
12023
|
font-size: var(--fontSizeSm);
|
11853
12024
|
color: var(--text--muted-color);
|
@@ -11858,7 +12029,7 @@ fieldset.antd-Collapse--lg:after {
|
|
11858
12029
|
justify-content: center;
|
11859
12030
|
height: 100%;
|
11860
12031
|
}
|
11861
|
-
.antd-
|
12032
|
+
.antd-AssociatedSelection-box > p {
|
11862
12033
|
text-align: center;
|
11863
12034
|
margin: 10px 0 20px;
|
11864
12035
|
color: var(--text--muted-color);
|
@@ -15187,16 +15358,16 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15187
15358
|
flex-direction: column;
|
15188
15359
|
border-radius: var(--borderRadius);
|
15189
15360
|
}
|
15190
|
-
.antd-Transfer-select > .antd-Transfer-
|
15361
|
+
.antd-Transfer-select > .antd-Transfer-selection, .antd-Transfer-result > .antd-Transfer-value {
|
15191
15362
|
flex-grow: 1;
|
15192
15363
|
max-height: 100%;
|
15193
15364
|
overflow: auto;
|
15194
15365
|
position: relative;
|
15195
15366
|
}
|
15196
|
-
.antd-Transfer-search + .antd-Transfer-
|
15367
|
+
.antd-Transfer-search + .antd-Transfer-selection {
|
15197
15368
|
border-top: 1px solid var(--borderColor);
|
15198
15369
|
}
|
15199
|
-
.antd-Transfer-
|
15370
|
+
.antd-Transfer-selection .antd-ListSelection-placeholder {
|
15200
15371
|
height: 100%;
|
15201
15372
|
display: flex;
|
15202
15373
|
align-items: center;
|
@@ -15235,12 +15406,26 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15235
15406
|
pointer-events: none;
|
15236
15407
|
color: var(--text--muted-color);
|
15237
15408
|
}
|
15238
|
-
|
15409
|
+
|
15410
|
+
.antd-TabsTransfer .antd-Transfer-title {
|
15411
|
+
height: 40px;
|
15412
|
+
}
|
15413
|
+
.antd-TabsTransfer-placeholder {
|
15414
|
+
height: var(--Form-input-height);
|
15415
|
+
line-height: var(--Form-input-lineHeight);
|
15416
|
+
font-size: var(--Form-input-fontSize);
|
15417
|
+
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
15418
|
+
color: var(--text--muted-color);
|
15419
|
+
}
|
15420
|
+
.antd-TabsTransfer-tab {
|
15421
|
+
padding: 0;
|
15422
|
+
}
|
15423
|
+
.antd-TabsTransfer-tabs {
|
15239
15424
|
display: flex;
|
15240
15425
|
flex-direction: column;
|
15241
15426
|
height: 100%;
|
15242
15427
|
}
|
15243
|
-
.antd-
|
15428
|
+
.antd-TabsTransfer-tabs > .antd-Tabs-links {
|
15244
15429
|
border-top: 0 none;
|
15245
15430
|
padding: 5px 0 0 5px;
|
15246
15431
|
display: flex;
|
@@ -15248,51 +15433,41 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15248
15433
|
flex-wrap: wrap;
|
15249
15434
|
align-items: center;
|
15250
15435
|
}
|
15251
|
-
.antd-
|
15436
|
+
.antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-Tabs-link > a:first-child {
|
15252
15437
|
font-size: 12px;
|
15253
15438
|
padding: 7px 8px;
|
15254
15439
|
}
|
15255
|
-
.antd-
|
15440
|
+
.antd-TabsTransfer-tabs > .antd-Tabs-links .antd-TabsTransfer-tabsMid {
|
15256
15441
|
flex-grow: 1;
|
15257
15442
|
}
|
15258
|
-
.antd-
|
15443
|
+
.antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox {
|
15259
15444
|
margin: -5px 5px 0 10px;
|
15260
15445
|
}
|
15261
|
-
.antd-
|
15446
|
+
.antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox.is-active {
|
15262
15447
|
width: 150px;
|
15263
15448
|
margin-right: 10px;
|
15264
15449
|
padding-left: 10px;
|
15265
15450
|
}
|
15266
|
-
.antd-
|
15451
|
+
.antd-TabsTransfer-tabs > .antd-Tabs-content {
|
15267
15452
|
flex-grow: 1;
|
15453
|
+
min-height: 0;
|
15268
15454
|
position: relative;
|
15269
15455
|
padding: 5px 0 0;
|
15270
15456
|
}
|
15271
|
-
.antd-
|
15457
|
+
.antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane {
|
15272
15458
|
position: relative;
|
15273
|
-
|
15459
|
+
height: 100%;
|
15274
15460
|
}
|
15275
|
-
.antd-
|
15461
|
+
.antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active {
|
15276
15462
|
display: flex;
|
15277
15463
|
flex-direction: column;
|
15278
15464
|
}
|
15279
|
-
.antd-
|
15465
|
+
.antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active > .antd-Transfer-selection {
|
15280
15466
|
flex-grow: 1;
|
15281
15467
|
max-height: 100%;
|
15282
15468
|
overflow: auto;
|
15283
15469
|
}
|
15284
15470
|
|
15285
|
-
.antd-TabsTransfer .antd-Transfer-title {
|
15286
|
-
height: 40px;
|
15287
|
-
}
|
15288
|
-
.antd-TabsTransfer-placeholder {
|
15289
|
-
height: var(--Form-input-height);
|
15290
|
-
line-height: var(--Form-input-lineHeight);
|
15291
|
-
font-size: var(--Form-input-fontSize);
|
15292
|
-
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
15293
|
-
color: var(--text--muted-color);
|
15294
|
-
}
|
15295
|
-
|
15296
15471
|
.antd-TransferControl {
|
15297
15472
|
position: relative;
|
15298
15473
|
}
|
@@ -15300,6 +15475,51 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15300
15475
|
display: inline-block;
|
15301
15476
|
}
|
15302
15477
|
|
15478
|
+
.antd-TransferPicker-icon {
|
15479
|
+
transition: transform var(--animation-duration) ease-out;
|
15480
|
+
margin: 5px 5px 5px auto;
|
15481
|
+
display: flex;
|
15482
|
+
color: var(--Form-select-caret-iconColor);
|
15483
|
+
}
|
15484
|
+
.antd-TransferPicker-icon:hover {
|
15485
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
15486
|
+
}
|
15487
|
+
.antd-TransferPicker-icon > svg {
|
15488
|
+
width: 0.75rem;
|
15489
|
+
height: 0.75rem;
|
15490
|
+
top: 0;
|
15491
|
+
}
|
15492
|
+
|
15493
|
+
.antd-TransferDropDown-icon {
|
15494
|
+
transition: transform var(--animation-duration) ease-out;
|
15495
|
+
margin: 5px 5px 5px auto;
|
15496
|
+
display: flex;
|
15497
|
+
color: var(--Form-select-caret-iconColor);
|
15498
|
+
}
|
15499
|
+
.antd-TransferDropDown-icon:hover {
|
15500
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
15501
|
+
}
|
15502
|
+
.antd-TransferDropDown-icon > svg {
|
15503
|
+
width: 0.625rem;
|
15504
|
+
height: 0.625rem;
|
15505
|
+
top: 0;
|
15506
|
+
}
|
15507
|
+
.antd-TransferDropDown.is-active .antd-TransferDropDown-icon {
|
15508
|
+
transform: rotate(180deg);
|
15509
|
+
}
|
15510
|
+
|
15511
|
+
.antd-TransferDropDown-content {
|
15512
|
+
min-height: 12.5rem;
|
15513
|
+
display: flex;
|
15514
|
+
flex-direction: column;
|
15515
|
+
}
|
15516
|
+
.antd-TransferDropDown-content > .antd-Transfer-selection {
|
15517
|
+
flex-grow: 1;
|
15518
|
+
max-height: 100%;
|
15519
|
+
overflow: auto;
|
15520
|
+
position: relative;
|
15521
|
+
}
|
15522
|
+
|
15303
15523
|
.antd-NestedSelectControl {
|
15304
15524
|
position: relative;
|
15305
15525
|
}
|
@@ -15904,18 +16124,18 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15904
16124
|
display: flex;
|
15905
16125
|
height: 25rem;
|
15906
16126
|
}
|
15907
|
-
.antd-AnchorNav-link-wrap {
|
16127
|
+
.antd-AnchorNav--vertical .antd-AnchorNav-link-wrap {
|
15908
16128
|
margin: 0;
|
15909
16129
|
padding: 0;
|
15910
16130
|
width: var(--Tabs--vertical-width);
|
15911
16131
|
border-right: var(--AnchorNav-links-container-borderRight);
|
15912
16132
|
padding-bottom: 3.75rem;
|
15913
16133
|
}
|
15914
|
-
.antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
16134
|
+
.antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
15915
16135
|
position: relative;
|
15916
16136
|
display: block;
|
15917
16137
|
}
|
15918
|
-
.antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
16138
|
+
.antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
|
15919
16139
|
display: block;
|
15920
16140
|
border: var(--Tabs-borderWidth) solid transparent;
|
15921
16141
|
border-width: var(--AnchorNav-onActive-borderWidth);
|
@@ -15928,14 +16148,60 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15928
16148
|
cursor: pointer;
|
15929
16149
|
margin: 0;
|
15930
16150
|
}
|
15931
|
-
.antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
16151
|
+
.antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
|
15932
16152
|
color: var(--primary);
|
15933
16153
|
}
|
15934
|
-
.antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
|
15935
|
-
.antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
16154
|
+
.antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
|
16155
|
+
.antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
|
15936
16156
|
color: var(--Tabs--vertical-onActive-color);
|
15937
16157
|
border-color: var(--Tabs--vertical-onActive-border);
|
15938
16158
|
}
|
16159
|
+
.antd-AnchorNav--horizontal {
|
16160
|
+
flex-direction: column;
|
16161
|
+
}
|
16162
|
+
.antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap {
|
16163
|
+
user-select: none;
|
16164
|
+
margin: 0px;
|
16165
|
+
padding: 0px;
|
16166
|
+
border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
|
16167
|
+
list-style: none;
|
16168
|
+
}
|
16169
|
+
.antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
|
16170
|
+
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
16171
|
+
display: inline-block;
|
16172
|
+
position: relative;
|
16173
|
+
}
|
16174
|
+
.antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child {
|
16175
|
+
font-size: var(--Tabs-linkFontSize);
|
16176
|
+
outline: 0;
|
16177
|
+
border: var(--Tabs-borderWidth) solid transparent;
|
16178
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
16179
|
+
border-top-left-radius: var(--Tabs-borderRadius);
|
16180
|
+
border-top-right-radius: var(--Tabs-borderRadius);
|
16181
|
+
color: var(--Tabs-color);
|
16182
|
+
margin: var(--Tabs-linkMargin);
|
16183
|
+
padding: var(--Tabs-linkPadding);
|
16184
|
+
text-decoration: none;
|
16185
|
+
cursor: pointer;
|
16186
|
+
display: block;
|
16187
|
+
}
|
16188
|
+
.antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:hover, .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:focus {
|
16189
|
+
color: var(--primary);
|
16190
|
+
background: transparent;
|
16191
|
+
border-color: transparent;
|
16192
|
+
}
|
16193
|
+
.antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link:last-child > a {
|
16194
|
+
margin: 0;
|
16195
|
+
}
|
16196
|
+
.antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child,
|
16197
|
+
.antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:hover,
|
16198
|
+
.antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:focus {
|
16199
|
+
font-size: var(--Tabs-linkFontSize);
|
16200
|
+
border-width: 0 0 var(--Tabs--line-borderWidth) 0;
|
16201
|
+
border-color: var(--Tabs--line-onHover-borderColor);
|
16202
|
+
color: var(--Tabs--line-onHover-color);
|
16203
|
+
background: transparent;
|
16204
|
+
}
|
15939
16205
|
.antd-AnchorNav-section-wrap {
|
15940
16206
|
border: none;
|
15941
16207
|
flex-grow: 1;
|
@@ -16174,6 +16440,13 @@ td.rdtQuarter.rdtDisabled > span {
|
|
16174
16440
|
color: var(--text--muted-color);
|
16175
16441
|
}
|
16176
16442
|
|
16443
|
+
.antd-MappingField {
|
16444
|
+
margin-right: var(--gap-xs);
|
16445
|
+
}
|
16446
|
+
.antd-MappingField:last-child {
|
16447
|
+
margin-right: 0;
|
16448
|
+
}
|
16449
|
+
|
16177
16450
|
/*
|
16178
16451
|
* utilities
|
16179
16452
|
*/
|