amis-ui 3.1.1 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.d.ts +122 -122
- package/esm/components/Alert.js +55 -17
- package/esm/components/Alert2.d.ts +20 -20
- package/esm/components/Alert2.js +5 -8
- package/esm/components/AnchorNav.d.ts +20 -20
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.d.ts +40 -40
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.d.ts +120 -120
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/Avatar.d.ts +102 -101
- package/esm/components/Avatar.js +4 -3
- package/esm/components/Badge.d.ts +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +27 -23
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +5 -9
- package/esm/components/Button.d.ts +20 -20
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.d.ts +41 -40
- package/esm/components/CalendarMobile.js +21 -5
- package/esm/components/Card.d.ts +100 -100
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.d.ts +4 -3
- package/esm/components/Cascader.js +106 -105
- package/esm/components/ChainedDropdownSelection.d.ts +559 -0
- package/esm/components/ChainedDropdownSelection.js +104 -0
- package/esm/components/ChainedSelection.d.ts +120 -120
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.d.ts +11 -10
- package/esm/components/Checkbox.js +3 -2
- package/esm/components/CityArea.js +3 -3
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.d.ts +162 -140
- package/esm/components/Collapse.js +11 -7
- package/esm/components/CollapseGroup.d.ts +53 -31
- package/esm/components/CollapseGroup.js +19 -14
- package/esm/components/ColorPicker.d.ts +84 -80
- package/esm/components/ColorPicker.js +32 -5
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.d.ts +82 -81
- package/esm/components/ConfirmBox.js +11 -4
- package/esm/components/ContextMenu.d.ts +2 -2
- package/esm/components/ContextMenu.js +25 -10
- package/esm/components/DatePicker.d.ts +85 -81
- package/esm/components/DatePicker.js +9 -6
- package/esm/components/DateRangePicker.d.ts +120 -120
- package/esm/components/DateRangePicker.js +38 -17
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.d.ts +30 -30
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.d.ts +555 -0
- package/esm/components/DropDownSelection.js +77 -0
- package/esm/components/Editor.d.ts +120 -120
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.d.ts +120 -120
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.d.ts +40 -40
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +11 -10
- package/esm/components/InputBox.js +5 -3
- package/esm/components/InputBoxWithSuggestion.d.ts +1 -0
- package/esm/components/InputBoxWithSuggestion.js +4 -4
- package/esm/components/InputTable.js +3 -3
- package/esm/components/Layout.d.ts +10 -10
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +5 -4
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.d.ts +81 -80
- package/esm/components/ListMenu.js +6 -5
- package/esm/components/LocationPicker.d.ts +44 -40
- package/esm/components/LocationPicker.js +35 -8
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.d.ts +80 -80
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +120 -120
- package/esm/components/MultilineText.d.ts +40 -40
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +22 -25
- package/esm/components/NumberInput.js +14 -7
- package/esm/components/Pagination.d.ts +86 -81
- package/esm/components/Pagination.js +13 -4
- package/esm/components/Picker.js +3 -3
- package/esm/components/PickerColumn.d.ts +1 -1
- package/esm/components/PickerColumn.js +2 -2
- package/esm/components/PickerContainer.d.ts +1 -0
- package/esm/components/PickerContainer.js +4 -4
- package/esm/components/PopOverContainer.d.ts +3 -0
- package/esm/components/PopOverContainer.js +14 -3
- package/esm/components/PopUp.d.ts +120 -120
- package/esm/components/PopUp.js +3 -3
- package/esm/components/Progress.d.ts +30 -30
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.d.ts +11 -10
- package/esm/components/Radios.js +7 -6
- package/esm/components/Range.d.ts +2 -1
- package/esm/components/Range.js +67 -16
- package/esm/components/Rating.d.ts +20 -20
- package/esm/components/Rating.js +2 -2
- package/esm/components/ResultBox.d.ts +83 -41
- package/esm/components/ResultBox.js +6 -5
- package/esm/components/ResultList.d.ts +40 -40
- package/esm/components/ResultList.js +2 -2
- package/esm/components/ResultTableList.d.ts +120 -120
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.d.ts +40 -40
- package/esm/components/ResultTreeList.js +4 -2
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +83 -82
- package/esm/components/SearchBox.js +8 -7
- package/esm/components/Select.d.ts +1353 -1353
- package/esm/components/Select.js +16 -9
- package/esm/components/SelectMobile.d.ts +37 -0
- package/esm/components/SelectMobile.js +362 -0
- package/esm/components/Selection.d.ts +120 -120
- package/esm/components/Selection.js +1 -1
- package/esm/components/SparkLine.d.ts +40 -40
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +50 -50
- package/esm/components/Spinner.js +4 -4
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.d.ts +10 -10
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.d.ts +120 -120
- package/esm/components/TableSelection.js +3 -2
- package/esm/components/Tabs.d.ts +92 -80
- package/esm/components/Tabs.js +88 -13
- package/esm/components/TabsTransfer.d.ts +41 -40
- package/esm/components/TabsTransfer.js +7 -6
- package/esm/components/TabsTransferPicker.d.ts +2 -0
- package/esm/components/TabsTransferPicker.js +8 -8
- package/esm/components/Tag.d.ts +80 -80
- package/esm/components/Tag.js +5 -10
- package/esm/components/Textarea.d.ts +41 -40
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.d.ts +1 -1
- package/esm/components/TimelineItem.js +4 -3
- package/esm/components/Tinymce.d.ts +1 -0
- package/esm/components/Tinymce.js +7 -3
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.d.ts +80 -80
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +31 -31
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +134 -132
- package/esm/components/Transfer.js +26 -16
- package/esm/components/TransferDropDown.d.ts +124 -120
- package/esm/components/TransferDropDown.js +52 -18
- package/esm/components/TransferPicker.d.ts +2 -0
- package/esm/components/TransferPicker.js +8 -8
- package/esm/components/TransferSearch.js +3 -3
- package/esm/components/Tree.d.ts +161 -160
- package/esm/components/Tree.js +58 -23
- package/esm/components/TreeSelection.d.ts +120 -120
- package/esm/components/TreeSelection.js +3 -3
- package/esm/components/UserSelect.d.ts +40 -40
- package/esm/components/UserSelect.js +17 -9
- package/esm/components/UserTabSelect.d.ts +40 -40
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +7 -7
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +2 -0
- package/esm/components/calendar/Calendar.js +8 -4
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.d.ts +3 -0
- package/esm/components/calendar/DaysView.js +17 -5
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.d.ts +11 -0
- package/esm/components/calendar/QuartersView.js +47 -5
- package/esm/components/calendar/TimeView.js +4 -2
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.d.ts +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.d.ts +3 -7
- package/esm/components/condition-builder/Field.js +14 -72
- package/esm/components/condition-builder/Formula.js +2 -2
- package/esm/components/condition-builder/Func.js +2 -2
- package/esm/components/condition-builder/Group.d.ts +10 -1
- package/esm/components/condition-builder/Group.js +9 -5
- package/esm/components/condition-builder/GroupOrItem.d.ts +10 -1
- package/esm/components/condition-builder/GroupOrItem.js +9 -6
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.d.ts +1 -1
- package/esm/components/condition-builder/Item.js +5 -6
- package/esm/components/condition-builder/Value.js +13 -8
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.d.ts +10 -1
- package/esm/components/condition-builder/index.js +8 -4
- package/esm/components/formula/Editor.d.ts +57 -40
- package/esm/components/formula/Editor.js +124 -24
- package/esm/components/formula/FuncList.js +24 -10
- package/esm/components/formula/Input.d.ts +272 -0
- package/esm/components/formula/Input.js +115 -0
- package/esm/components/formula/Picker.d.ts +64 -45
- package/esm/components/formula/Picker.js +120 -28
- package/esm/components/formula/VariableList.d.ts +1 -0
- package/esm/components/formula/VariableList.js +127 -23
- package/esm/components/formula/plugin.d.ts +4 -2
- package/esm/components/formula/plugin.js +49 -25
- package/esm/components/icons.d.ts +11 -2
- package/esm/components/icons.js +64 -22
- package/esm/components/json-schema/Array.js +6 -4
- package/esm/components/json-schema/Item.js +4 -4
- package/esm/components/json-schema/Object.js +9 -5
- package/esm/components/json-schema/index.d.ts +1 -0
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +3 -2
- package/esm/components/menu/SubMenu.js +3 -3
- package/esm/components/menu/index.d.ts +65 -60
- package/esm/components/menu/index.js +34 -14
- package/esm/components/schema-editor/Array.js +3 -3
- package/esm/components/schema-editor/Common.d.ts +1 -0
- package/esm/components/schema-editor/Common.js +7 -7
- package/esm/components/schema-editor/Item.d.ts +1 -0
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +5 -5
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +41 -40
- package/esm/components/schema-editor/index.js +3 -3
- package/esm/components/table/Cell.d.ts +80 -80
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.d.ts +40 -40
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.d.ts +40 -40
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.d.ts +5 -2
- package/esm/components/table/HeadCellSort.js +11 -11
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +121 -121
- package/esm/components/table/index.js +1 -1
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +15 -8
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locale/de-DE.js +7 -2
- package/esm/locale/en-US.js +7 -2
- package/esm/locale/zh-CN.js +8 -3
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/createSuper.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/extends.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -1
- package/esm/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -1
- package/esm/node_modules/rc-overflow/es/Item.js +1 -1
- package/esm/node_modules/rc-overflow/es/Overflow.js +4 -3
- package/esm/node_modules/rc-overflow/es/RawItem.js +2 -2
- package/esm/node_modules/rc-overflow/es/context.js +10 -0
- package/esm/node_modules/rc-overflow/es/hooks/channelUpdate.js +1 -1
- package/esm/node_modules/rc-overflow/es/hooks/useEffectState.js +1 -1
- package/esm/node_modules/rc-overflow/es/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/Collection.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/SingleObserver/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/index.js +1 -1
- package/esm/node_modules/rc-resize-observer/es/utils/observerUtil.js +1 -1
- package/esm/node_modules/rc-util/es/Children/toArray.js +3 -4
- package/esm/node_modules/rc-util/es/Dom/canUseDom.js +1 -1
- package/esm/node_modules/rc-util/es/Dom/findDOMNode.js +1 -1
- package/esm/node_modules/rc-util/es/hooks/useEvent.js +1 -1
- package/esm/node_modules/rc-util/es/hooks/useLayoutEffect.js +16 -2
- package/esm/node_modules/rc-util/es/raf.js +1 -1
- package/esm/node_modules/rc-util/es/ref.js +3 -4
- package/esm/node_modules/rc-util/es/warning.js +1 -1
- package/esm/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +1 -1
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.js +12 -13
- package/lib/components/Alert.d.ts +122 -122
- package/lib/components/Alert.js +64 -27
- package/lib/components/Alert2.d.ts +20 -20
- package/lib/components/Alert2.js +13 -17
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AnchorNav.js +10 -12
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +17 -14
- package/lib/components/AsideNav.d.ts +10 -10
- package/lib/components/AsideNav.js +13 -15
- package/lib/components/AssociatedSelection.d.ts +80 -80
- package/lib/components/AssociatedSelection.js +11 -17
- package/lib/components/Avatar.d.ts +102 -101
- package/lib/components/Avatar.js +10 -6
- package/lib/components/Badge.d.ts +1 -1
- package/lib/components/Badge.js +13 -13
- package/lib/components/BaiduMapPicker.js +41 -34
- package/lib/components/BarCode.js +5 -5
- package/lib/components/Breadcrumb.js +21 -25
- package/lib/components/Button.d.ts +30 -30
- package/lib/components/Button.js +7 -8
- package/lib/components/CalendarMobile.d.ts +81 -80
- package/lib/components/CalendarMobile.js +55 -41
- package/lib/components/Card.d.ts +110 -110
- package/lib/components/Card.js +22 -19
- package/lib/components/Cascader.d.ts +4 -3
- package/lib/components/Cascader.js +114 -114
- package/lib/components/ChainedDropdownSelection.d.ts +559 -0
- package/lib/components/ChainedDropdownSelection.js +116 -0
- package/lib/components/ChainedSelection.d.ts +80 -80
- package/lib/components/ChainedSelection.js +23 -20
- package/lib/components/Checkbox.d.ts +11 -10
- package/lib/components/Checkbox.js +10 -10
- package/lib/components/CityArea.js +10 -11
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +5 -2
- package/lib/components/Collapse.d.ts +152 -130
- package/lib/components/Collapse.js +19 -17
- package/lib/components/CollapseGroup.d.ts +53 -31
- package/lib/components/CollapseGroup.js +22 -19
- package/lib/components/ColorPicker.d.ts +84 -80
- package/lib/components/ColorPicker.js +44 -19
- package/lib/components/Combo.js +16 -73
- package/lib/components/ConfirmBox.d.ts +82 -81
- package/lib/components/ConfirmBox.js +31 -21
- package/lib/components/ContextMenu.d.ts +2 -2
- package/lib/components/ContextMenu.js +37 -19
- package/lib/components/DatePicker.d.ts +125 -121
- package/lib/components/DatePicker.js +28 -27
- package/lib/components/DateRangePicker.d.ts +280 -280
- package/lib/components/DateRangePicker.js +67 -48
- package/lib/components/DndContainer.js +6 -8
- package/lib/components/Drawer.d.ts +30 -30
- package/lib/components/Drawer.js +13 -15
- package/lib/components/DropDownSelection.d.ts +555 -0
- package/lib/components/DropDownSelection.js +84 -0
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +9 -11
- package/lib/components/Form.js +8 -5
- package/lib/components/FormField.js +20 -21
- package/lib/components/GaodeMapPicker.js +10 -7
- package/lib/components/GridNav.js +15 -16
- package/lib/components/GroupedSelection.d.ts +80 -80
- package/lib/components/GroupedSelection.js +22 -19
- package/lib/components/Html.js +5 -7
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +28 -25
- package/lib/components/Input.js +6 -3
- package/lib/components/InputBox.d.ts +21 -20
- package/lib/components/InputBox.js +11 -6
- package/lib/components/InputBoxWithSuggestion.d.ts +1 -0
- package/lib/components/InputBoxWithSuggestion.js +12 -9
- package/lib/components/InputTable.js +25 -22
- package/lib/components/Layout.d.ts +10 -10
- package/lib/components/Layout.js +13 -26
- package/lib/components/Link.js +8 -4
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +8 -5
- package/lib/components/ListMenu.d.ts +81 -80
- package/lib/components/ListMenu.js +14 -10
- package/lib/components/LocationPicker.d.ts +84 -80
- package/lib/components/LocationPicker.js +45 -15
- package/lib/components/Markdown.js +5 -2
- package/lib/components/Modal.d.ts +40 -40
- package/lib/components/Modal.js +15 -17
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +200 -200
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +9 -6
- package/lib/components/NumberInput.d.ts +32 -35
- package/lib/components/NumberInput.js +20 -10
- package/lib/components/Pagination.d.ts +86 -81
- package/lib/components/Pagination.js +40 -28
- package/lib/components/Picker.js +13 -14
- package/lib/components/PickerColumn.d.ts +1 -1
- package/lib/components/PickerColumn.js +7 -5
- package/lib/components/PickerContainer.d.ts +1 -0
- package/lib/components/PickerContainer.js +8 -5
- package/lib/components/PopOverContainer.d.ts +3 -0
- package/lib/components/PopOverContainer.js +19 -5
- package/lib/components/PopUp.d.ts +80 -80
- package/lib/components/PopUp.js +18 -20
- package/lib/components/Progress.d.ts +80 -80
- package/lib/components/Progress.js +14 -11
- package/lib/components/PullRefresh.js +8 -14
- package/lib/components/Radios.d.ts +41 -40
- package/lib/components/Radios.js +13 -24
- package/lib/components/Range.d.ts +2 -1
- package/lib/components/Range.js +83 -34
- package/lib/components/Rating.d.ts +30 -30
- package/lib/components/Rating.js +14 -15
- package/lib/components/ResultBox.d.ts +123 -81
- package/lib/components/ResultBox.js +34 -30
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +19 -15
- package/lib/components/ResultTableList.d.ts +80 -80
- package/lib/components/ResultTableList.js +13 -13
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +21 -13
- package/lib/components/RichText.js +6 -8
- package/lib/components/SearchBox.d.ts +83 -82
- package/lib/components/SearchBox.js +28 -24
- package/lib/components/Select.d.ts +1933 -1933
- package/lib/components/Select.js +66 -62
- package/lib/components/SelectMobile.d.ts +37 -0
- package/lib/components/SelectMobile.js +374 -0
- package/lib/components/Selection.d.ts +80 -80
- package/lib/components/Selection.js +7 -9
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +8 -5
- package/lib/components/Spinner.d.ts +50 -50
- package/lib/components/Spinner.js +13 -16
- package/lib/components/Steps.js +20 -21
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +8 -10
- package/lib/components/TableSelection.d.ts +80 -80
- package/lib/components/TableSelection.js +35 -29
- package/lib/components/Tabs.d.ts +92 -80
- package/lib/components/Tabs.js +122 -49
- package/lib/components/TabsTransfer.d.ts +41 -40
- package/lib/components/TabsTransfer.js +20 -16
- package/lib/components/TabsTransferPicker.d.ts +2 -0
- package/lib/components/TabsTransferPicker.js +10 -7
- package/lib/components/Tag.d.ts +90 -90
- package/lib/components/Tag.js +12 -17
- package/lib/components/Textarea.d.ts +41 -40
- package/lib/components/Textarea.js +9 -6
- package/lib/components/Timeline.js +6 -7
- package/lib/components/TimelineItem.d.ts +1 -1
- package/lib/components/TimelineItem.js +18 -14
- package/lib/components/Tinymce.d.ts +1 -0
- package/lib/components/Tinymce.js +11 -4
- package/lib/components/TitleBar.js +10 -16
- package/lib/components/Toast.d.ts +120 -120
- package/lib/components/Toast.js +14 -16
- package/lib/components/Tooltip.js +8 -10
- package/lib/components/TooltipWrapper.d.ts +31 -31
- package/lib/components/TooltipWrapper.js +6 -8
- package/lib/components/Transfer.d.ts +174 -172
- package/lib/components/Transfer.js +61 -42
- package/lib/components/TransferDropDown.d.ts +164 -160
- package/lib/components/TransferDropDown.js +59 -26
- package/lib/components/TransferPicker.d.ts +2 -0
- package/lib/components/TransferPicker.js +10 -7
- package/lib/components/TransferSearch.js +10 -6
- package/lib/components/Tree.d.ts +241 -240
- package/lib/components/Tree.js +104 -84
- package/lib/components/TreeSelection.d.ts +80 -80
- package/lib/components/TreeSelection.js +17 -18
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +98 -91
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +17 -18
- package/lib/components/WithRemoteConfig.js +11 -8
- package/lib/components/WithStore.js +5 -2
- package/lib/components/calendar/Calendar.d.ts +2 -0
- package/lib/components/calendar/Calendar.js +12 -5
- package/lib/components/calendar/CalendarContainer.js +5 -2
- package/lib/components/calendar/DaysView.d.ts +3 -0
- package/lib/components/calendar/DaysView.js +70 -56
- package/lib/components/calendar/MonthsView.js +18 -15
- package/lib/components/calendar/QuartersView.d.ts +11 -0
- package/lib/components/calendar/QuartersView.js +59 -14
- package/lib/components/calendar/TimeView.js +35 -30
- package/lib/components/calendar/YearsView.js +18 -15
- package/lib/components/condition-builder/Expression.d.ts +1 -1
- package/lib/components/condition-builder/Expression.js +10 -7
- package/lib/components/condition-builder/Field.d.ts +3 -7
- package/lib/components/condition-builder/Field.js +16 -71
- package/lib/components/condition-builder/Formula.js +6 -3
- package/lib/components/condition-builder/Func.js +16 -13
- package/lib/components/condition-builder/Group.d.ts +10 -1
- package/lib/components/condition-builder/Group.js +27 -20
- package/lib/components/condition-builder/GroupOrItem.d.ts +10 -1
- package/lib/components/condition-builder/GroupOrItem.js +19 -13
- package/lib/components/condition-builder/InputSwitch.js +10 -11
- package/lib/components/condition-builder/Item.d.ts +1 -1
- package/lib/components/condition-builder/Item.js +19 -17
- package/lib/components/condition-builder/Value.js +18 -10
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +10 -1
- package/lib/components/condition-builder/index.js +13 -6
- package/lib/components/formula/Editor.d.ts +57 -40
- package/lib/components/formula/Editor.js +128 -25
- package/lib/components/formula/FuncList.js +33 -16
- package/lib/components/formula/Input.d.ts +272 -0
- package/lib/components/formula/Input.js +128 -0
- package/lib/components/formula/Picker.d.ts +64 -45
- package/lib/components/formula/Picker.js +140 -44
- package/lib/components/formula/VariableList.d.ts +1 -0
- package/lib/components/formula/VariableList.js +128 -21
- package/lib/components/formula/plugin.d.ts +4 -2
- package/lib/components/formula/plugin.js +48 -24
- package/lib/components/icons.d.ts +11 -2
- package/lib/components/icons.js +76 -30
- package/lib/components/json-schema/Array.js +18 -13
- package/lib/components/json-schema/Item.js +11 -12
- package/lib/components/json-schema/Object.js +22 -15
- package/lib/components/json-schema/index.d.ts +1 -0
- package/lib/components/json-schema/index.js +6 -7
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +18 -19
- package/lib/components/menu/SubMenu.js +19 -21
- package/lib/components/menu/index.d.ts +75 -70
- package/lib/components/menu/index.js +46 -28
- package/lib/components/schema-editor/Array.js +11 -8
- package/lib/components/schema-editor/Common.d.ts +1 -0
- package/lib/components/schema-editor/Common.js +20 -17
- package/lib/components/schema-editor/Item.d.ts +1 -0
- package/lib/components/schema-editor/Item.js +5 -2
- package/lib/components/schema-editor/Object.js +16 -13
- package/lib/components/schema-editor/SchemaVariableList.js +9 -6
- package/lib/components/schema-editor/SchemaVariableListPicker.js +7 -4
- package/lib/components/schema-editor/index.d.ts +41 -40
- package/lib/components/schema-editor/index.js +7 -7
- package/lib/components/table/Cell.d.ts +40 -40
- package/lib/components/table/Cell.js +5 -6
- package/lib/components/table/HeadCellDropDown.js +8 -9
- package/lib/components/table/HeadCellFilter.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +12 -13
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +6 -7
- package/lib/components/table/HeadCellSort.d.ts +5 -2
- package/lib/components/table/HeadCellSort.js +19 -20
- package/lib/components/table/ItemActionsWrapper.js +5 -2
- package/lib/components/table/index.d.ts +81 -81
- package/lib/components/table/index.js +62 -63
- package/lib/components/virtual-list/AutoSizer.js +5 -2
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +6 -6
- package/lib/helper.css +159 -0
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +7 -24
- package/lib/icons/alert-info.svg.js +7 -24
- package/lib/icons/alert-success.svg.js +7 -24
- package/lib/icons/alert-warning.svg.js +7 -24
- package/lib/icons/back.svg.js +7 -24
- package/lib/icons/calendar.svg.js +11 -28
- package/lib/icons/caret.svg.js +7 -24
- package/lib/icons/check.svg.js +7 -24
- package/lib/icons/clock.svg.js +9 -26
- package/lib/icons/close-small.svg.js +8 -25
- package/lib/icons/close.svg.js +7 -24
- package/lib/icons/cloud-upload.svg.js +7 -24
- package/lib/icons/column-filter.svg.js +7 -24
- package/lib/icons/columns.svg.js +7 -24
- package/lib/icons/compress-alt.svg.js +7 -24
- package/lib/icons/copy.svg.js +9 -26
- package/lib/icons/date.svg.js +9 -26
- package/lib/icons/department.svg.js +12 -29
- package/lib/icons/desk-empty.svg.js +19 -36
- package/lib/icons/dot.svg.js +10 -27
- package/lib/icons/down-arrow-bold.svg.js +7 -24
- package/lib/icons/down.svg.js +7 -24
- package/lib/icons/download.svg.js +7 -24
- package/lib/icons/drag-bar.svg.js +15 -32
- package/lib/icons/drag.svg.js +7 -24
- package/lib/icons/edit.svg.js +7 -24
- package/lib/icons/ellipsis-v.svg.js +7 -24
- package/lib/icons/enter.svg.js +7 -24
- package/lib/icons/exchange.svg.js +7 -24
- package/lib/icons/expand-alt.svg.js +7 -24
- package/lib/icons/fail.svg.js +9 -26
- package/lib/icons/file.svg.js +8 -25
- package/lib/icons/filter.svg.js +7 -24
- package/lib/icons/folder.svg.js +9 -26
- package/lib/icons/function.svg.js +20 -30
- package/lib/icons/home.svg.js +7 -24
- package/lib/icons/image.svg.js +7 -24
- package/lib/icons/info-circle.svg.js +7 -24
- package/lib/icons/info.svg.js +8 -25
- package/lib/icons/input-clear.svg.js +7 -24
- package/lib/icons/invisible.svg.js +7 -24
- package/lib/icons/left-arrow.svg.js +7 -24
- package/lib/icons/loading-outline.svg.js +7 -24
- package/lib/icons/location.svg.js +7 -24
- package/lib/icons/menu.svg.js +7 -24
- package/lib/icons/minus.svg.js +7 -24
- package/lib/icons/move.svg.js +7 -24
- package/lib/icons/mute.svg.js +7 -24
- package/lib/icons/new-edit.svg.js +7 -24
- package/lib/icons/pause.svg.js +7 -24
- package/lib/icons/pencil.svg.js +7 -24
- package/lib/icons/play.svg.js +7 -24
- package/lib/icons/plus-cicle.svg.js +7 -24
- package/lib/icons/plus-fine.svg.js +7 -24
- package/lib/icons/plus.svg.js +7 -24
- package/lib/icons/post.svg.js +12 -29
- package/lib/icons/question-mark.svg.js +8 -25
- package/lib/icons/question.svg.js +7 -24
- package/lib/icons/redo.svg.js +7 -24
- package/lib/icons/refresh.svg.js +7 -24
- package/lib/icons/reload.svg.js +7 -24
- package/lib/icons/remove.svg.js +7 -24
- package/lib/icons/retry.svg.js +9 -26
- package/lib/icons/right-arrow-bold.svg.js +7 -24
- package/lib/icons/right-arrow.svg.js +7 -24
- package/lib/icons/right-double-arrow.svg.js +7 -24
- package/lib/icons/role.svg.js +11 -28
- package/lib/icons/rotate-left.svg.js +8 -25
- package/lib/icons/rotate-right.svg.js +8 -25
- package/lib/icons/scale-origin.svg.js +9 -26
- package/lib/icons/schedule.svg.js +9 -26
- package/lib/icons/search.svg.js +7 -24
- package/lib/icons/setting.svg.js +7 -24
- package/lib/icons/slider-handle-icon.svg.js +7 -24
- package/lib/icons/sort-asc.svg.js +7 -24
- package/lib/icons/sort-default.svg.js +8 -25
- package/lib/icons/sort-desc.svg.js +7 -24
- package/lib/icons/star.svg.js +7 -24
- package/lib/icons/status-close.svg.js +7 -24
- package/lib/icons/steps-finsh.svg.js +7 -24
- package/lib/icons/success.svg.js +9 -26
- package/lib/icons/transparent.svg.js +12 -29
- package/lib/icons/trash.svg.js +7 -24
- package/lib/icons/tree-down.svg.js +7 -24
- package/lib/icons/undo.svg.js +7 -24
- package/lib/icons/upload.svg.js +7 -24
- package/lib/icons/user-remove.svg.js +9 -26
- package/lib/icons/view.svg.js +7 -24
- package/lib/icons/volume.svg.js +8 -25
- package/lib/icons/warning-mark.svg.js +8 -25
- package/lib/icons/warning.svg.js +7 -24
- package/lib/icons/window-restore.svg.js +7 -24
- package/lib/icons/zoom-in.svg.js +7 -24
- package/lib/icons/zoom-out.svg.js +7 -24
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +7 -2
- package/lib/locale/en-US.js +7 -2
- package/lib/locale/zh-CN.js +8 -3
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/createSuper.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/extends.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -1
- package/lib/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -1
- package/lib/node_modules/rc-overflow/es/Item.js +1 -1
- package/lib/node_modules/rc-overflow/es/Overflow.js +5 -5
- package/lib/node_modules/rc-overflow/es/RawItem.js +7 -7
- package/lib/node_modules/rc-overflow/es/context.js +18 -0
- package/lib/node_modules/rc-overflow/es/hooks/channelUpdate.js +1 -1
- package/lib/node_modules/rc-overflow/es/hooks/useEffectState.js +1 -1
- package/lib/node_modules/rc-overflow/es/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/Collection.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/SingleObserver/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/index.js +1 -1
- package/lib/node_modules/rc-resize-observer/es/utils/observerUtil.js +1 -1
- package/lib/node_modules/rc-util/es/Children/toArray.js +3 -4
- package/lib/node_modules/rc-util/es/Dom/canUseDom.js +1 -1
- package/lib/node_modules/rc-util/es/Dom/findDOMNode.js +1 -1
- package/lib/node_modules/rc-util/es/hooks/useEvent.js +1 -1
- package/lib/node_modules/rc-util/es/hooks/useLayoutEffect.js +16 -2
- package/lib/node_modules/rc-util/es/raf.js +1 -1
- package/lib/node_modules/rc-util/es/ref.js +3 -4
- package/lib/node_modules/rc-util/es/warning.js +1 -1
- package/lib/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.js +1 -1
- package/lib/packages/amis-ui/scss/helper.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/ang.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/antd.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/cxd.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/dark.scss.js +1 -1
- package/lib/packages/amis-ui/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +1280 -691
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +1280 -691
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +1280 -691
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +1280 -691
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +1280 -691
- package/package.json +10 -5
- package/scss/_components.scss +20 -9
- package/scss/_mixins.scss +0 -1
- package/scss/_properties.scss +30 -4
- package/scss/_variables.scss +20 -0
- package/scss/base/_common.scss +4 -0
- package/scss/components/_button-group.scss +1 -0
- package/scss/components/_calendar.scss +24 -14
- package/scss/components/_cards.scss +3 -10
- package/scss/components/_cascader.scss +26 -3
- package/scss/components/_city-area.scss +6 -0
- package/scss/components/_collapse-group.scss +11 -1
- package/scss/components/_collapse.scss +34 -1
- package/scss/components/_column-toggler.scss +11 -9
- package/scss/components/_condition-builder.scss +30 -4
- package/scss/components/_crud.scss +22 -12
- package/scss/components/_debug.scss +34 -1
- package/scss/components/_drawer.scss +10 -1
- package/scss/components/_dropdown.scss +13 -9
- package/scss/components/_formula.scss +139 -37
- package/scss/components/_input-box.scss +26 -1
- package/scss/components/_json-schema-editor.scss +2 -2
- package/scss/components/_json-schema.scss +30 -2
- package/scss/components/_list-menu.scss +40 -0
- package/scss/components/_list.scss +3 -10
- package/scss/components/_menu.scss +1 -0
- package/scss/components/_nav.scss +1 -0
- package/scss/components/_panel.scss +1 -1
- package/scss/components/_picker-columns.scss +2 -4
- package/scss/components/_popup.scss +8 -1
- package/scss/components/_progress.scss +1 -1
- package/scss/components/_result-box.scss +5 -0
- package/scss/components/_search-box.scss +12 -0
- package/scss/components/_steps.scss +5 -3
- package/scss/components/_table.scss +127 -129
- package/scss/components/_tabs.scss +12 -0
- package/scss/components/_timeline.scss +2 -1
- package/scss/components/form/_checks.scss +11 -1
- package/scss/components/form/_color.scss +31 -5
- package/scss/components/form/_combo.scss +27 -0
- package/scss/components/form/_date-range.scss +24 -5
- package/scss/components/form/_date.scss +13 -10
- package/scss/components/form/_editor.scss +4 -0
- package/scss/components/form/_fieldset.scss +13 -0
- package/scss/components/form/_form.scss +259 -109
- package/scss/components/form/_input-group.scss +6 -0
- package/scss/components/form/_list.scss +1 -1
- package/scss/components/form/_location.scss +39 -0
- package/scss/components/form/_matrix.scss +2 -0
- package/scss/components/form/_nested-select.scss +9 -3
- package/scss/components/form/_number.scss +8 -0
- package/scss/components/form/_picker.scss +12 -0
- package/scss/components/form/_range.scss +47 -5
- package/scss/components/form/_select.scss +39 -1
- package/scss/components/form/_selection.scss +46 -2
- package/scss/components/form/_text.scss +5 -6
- package/scss/components/form/_transfer.scss +50 -1
- package/scss/components/form/_tree.scss +34 -4
- package/scss/components/react-datetime.scss +8 -0
- package/scss/helper/sizing/_width.md +105 -94
- package/scss/helper/sizing/_width.scss +16 -0
- package/esm/_virtual/index.js +0 -8
- package/esm/_virtual/react-is.development.js +0 -8
- package/esm/_virtual/react-is.production.min.js +0 -8
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +0 -195
- package/esm/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +0 -31
- package/esm/node_modules/rc-util/node_modules/react-is/index.js +0 -17
- package/lib/_virtual/index.js +0 -12
- package/lib/_virtual/react-is.development.js +0 -12
- package/lib/_virtual/react-is.production.min.js +0 -12
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.js +0 -199
- package/lib/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.js +0 -35
- package/lib/node_modules/rc-util/node_modules/react-is/index.js +0 -19
package/lib/themes/antd.css
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/* 此处放置需要override的变量,因为部分变量已经在variables.scss中定义 */
|
|
3
|
-
:root
|
|
3
|
+
:root,
|
|
4
|
+
.AMISCSSWrapper {
|
|
4
5
|
--white: var(--colors-neutral-text-11);
|
|
5
6
|
--primary: var(--colors-brand-5);
|
|
6
7
|
--primary-onHover: var(--colors-brand-6);
|
|
7
8
|
--primary-onActive: var(--colors-brand-4);
|
|
8
|
-
--secondary: var(--colors-neutral-text-4);
|
|
9
|
+
--secondary: var(--colors-neutral-text-4); /* secondary 颜色需进一步确认 */
|
|
9
10
|
--secondary-onHover: var(--colors-neutral-text-6);
|
|
10
11
|
--secondary-onActive: var(--colors-neutral-text-4);
|
|
11
12
|
--success: var(--colors-success-5);
|
|
@@ -202,6 +203,7 @@
|
|
|
202
203
|
--ColorPicker-fontSize: var(--Form-input-fontSize);
|
|
203
204
|
--ColorPicker-height: var(--Form-input-height);
|
|
204
205
|
--ColorPicker-lineHeight: var(--Form-input-lineHeight);
|
|
206
|
+
--ColorPicker-height: var(--sizes-base-16);
|
|
205
207
|
--ColorPicker-onDisabled-bg: var(--colors-neutral-fill-8);
|
|
206
208
|
--ColorPicker-onDisabled-color: var(--text--muted-color);
|
|
207
209
|
--ColorPicker-onFocused-borderColor: var(--Form-input-onFocused-borderColor);
|
|
@@ -418,7 +420,7 @@
|
|
|
418
420
|
--ListControl-item-borderRadius: var(--borders-radius-3);
|
|
419
421
|
--ListControl-item-color: var(--colors-neutral-text-2);
|
|
420
422
|
--ListControl-item-onActive-after-borderColor: var(--colors-neutral-line-11);
|
|
421
|
-
--ListControl-item-onActive-before-bg: var(--colors-brand-
|
|
423
|
+
--ListControl-item-onActive-before-bg: var(--colors-brand-5);
|
|
422
424
|
--ListControl-item-onActive-bg: var(--colors-neutral-fill-11);
|
|
423
425
|
--ListControl-item-onActive-borderColor: var(--colors-brand-4);
|
|
424
426
|
--ListControl-item-onActive-color: var(--colors-brand-4);
|
|
@@ -463,6 +465,10 @@
|
|
|
463
465
|
--ListMenu-item-bg: var(--colors-neutral-fill-11);
|
|
464
466
|
--ListMenu-item-color: var(--colors-neutral-text-2);
|
|
465
467
|
--ListMenu-item-height: var(--sizes-base-15);
|
|
468
|
+
--ListMenu-item-mobile-margin: 0.3125rem;
|
|
469
|
+
--ListMenu-item-mobile-width: 5.625rem;
|
|
470
|
+
--ListMenu-item-mobile-bg: #f5f5f5;
|
|
471
|
+
--ListMenu-item-mobile-active-bg: #e7f1ff;
|
|
466
472
|
--Log-bg: #222;
|
|
467
473
|
--Log-padding: var(--gap-sm) 0;
|
|
468
474
|
--Log-line-padding: 0 var(--gap-sm);
|
|
@@ -559,6 +565,7 @@
|
|
|
559
565
|
--PopOverAble-iconColor: inherit;
|
|
560
566
|
--PopOverAble-onHover-iconColor: inherit;
|
|
561
567
|
--PopUp-cancelAction-color: #666;
|
|
568
|
+
--PopUp-confirmAction-color: var(--primary);
|
|
562
569
|
--Property-title-bg: #f2f2f2;
|
|
563
570
|
--Property-label-bg: #f7f7f7;
|
|
564
571
|
--Portlet-borderColor: var(--borderColor);
|
|
@@ -669,15 +676,30 @@
|
|
|
669
676
|
--ColumnToggler-item-margin: 0.25rem;
|
|
670
677
|
--ColumnToggler-item-dragBar-color: #d8d8d8;
|
|
671
678
|
--InputFormula-header-bgColor: #fafafa;
|
|
672
|
-
--InputFormula-icon-size: 1.
|
|
679
|
+
--InputFormula-icon-size: 1.125rem;
|
|
673
680
|
--InputFormula-icon-color-onActive: var(--colors-brand-5);
|
|
674
681
|
--InputFormula-code-bgColor: var(--colors-neutral-fill-10);
|
|
682
|
+
--InputFormula-input-schema-height: var(--sizes-base-12);
|
|
675
683
|
--UserSelect--post-bg: var(--colors-brand-6);
|
|
676
684
|
--UserSelect--department-bg: #ffab52;
|
|
677
685
|
--UserSelect--role-bg: #0bc286;
|
|
678
686
|
--UserSelect--border-color: #f7f7f9;
|
|
679
687
|
--UserSelect--content-bg: #f5f7f8;
|
|
680
688
|
--UserSelect--bread-color: #5e626a;
|
|
689
|
+
--Cascader-border-color: #f7f7f9;
|
|
690
|
+
--Cascader-border-active-bg-color: #f7f7f9;
|
|
691
|
+
--Cascader-option-disable-color: #b8babf;
|
|
692
|
+
--Tag-content-fontSize: var(--fontSizeSm);
|
|
693
|
+
--Tag-height: 1.5rem;
|
|
694
|
+
--Tag-borderRadius: 0.125rem;
|
|
695
|
+
--Tag-fontColor: #151a26;
|
|
696
|
+
--Tag-default-color: #f2f2f4;
|
|
697
|
+
--Tag-inactive-color: #b8babf;
|
|
698
|
+
--Tag-active-color: var(--colors-brand-5);
|
|
699
|
+
--Tag-processing-color: var(--colors-brand-6);
|
|
700
|
+
--Tag-success-color: var(--colors-success-5);
|
|
701
|
+
--Tag-error-color: var(--colors-error-5);
|
|
702
|
+
--Tag-warning-color: var(--colors-warning-5);
|
|
681
703
|
--Tag-checkable-bgColor: #f2f2f4;
|
|
682
704
|
--Tag-checkable-bgColor-onDisable: #e6e6e8;
|
|
683
705
|
--Tag-checkable-bgColor-onHover: #e6e6e8;
|
|
@@ -738,7 +760,8 @@
|
|
|
738
760
|
--fontSizeBase: var(--fontSizeLg);
|
|
739
761
|
}
|
|
740
762
|
}
|
|
741
|
-
:root
|
|
763
|
+
:root,
|
|
764
|
+
.AMISCSSWrapper {
|
|
742
765
|
--button-default-default-top-border-color: var(--colors-neutral-line-8);
|
|
743
766
|
--button-default-default-top-border-style: var(--borders-style-2);
|
|
744
767
|
--button-default-default-top-border-width: var(--borders-width-2);
|
|
@@ -1895,8 +1918,8 @@
|
|
|
1895
1918
|
);
|
|
1896
1919
|
--inputNumber-enhance-default-paddingTop: var(--sizes-size-3);
|
|
1897
1920
|
--inputNumber-enhance-default-paddingBottom: var(--sizes-size-3);
|
|
1898
|
-
--inputNumber-enhance-default-paddingLeft: var(--sizes-size-
|
|
1899
|
-
--inputNumber-enhance-default-paddingRight: var(--sizes-size-
|
|
1921
|
+
--inputNumber-enhance-default-paddingLeft: var(--sizes-size-5);
|
|
1922
|
+
--inputNumber-enhance-default-paddingRight: var(--sizes-size-5);
|
|
1900
1923
|
--inputNumber-enhance-default-bg-color: var(--colors-neutral-fill-11);
|
|
1901
1924
|
--inputNumber-enhance-hover-top-border-color: var(--colors-brand-5);
|
|
1902
1925
|
--inputNumber-enhance-hover-top-border-width: var(--borders-width-2);
|
|
@@ -2009,6 +2032,11 @@
|
|
|
2009
2032
|
);
|
|
2010
2033
|
--inputNumber-enhance-leftIcon-default-icon: '<svg viewBox="0 0 12 2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon icon-minus"><g id="minus" fill="currentColor" fill-rule="nonzero"><polygon id="path-1" points="0 1.6 0 0.4 12 0.4 12 1.6"></polygon></g></svg>';
|
|
2011
2034
|
--inputNumber-enhance-rightIcon-default-icon: '<svg viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" class="icon icon-plus"><path d="M6.6 6.6V12H5.4V6.6H0V5.4h5.4V0h1.2v5.4H12v1.2z" fill="currentColor" fill-rule="nonzero"></path></svg>';
|
|
2035
|
+
--inputNumber-enhance-mobile-input-width: 3.5rem;
|
|
2036
|
+
--inputNumber-enhance-mobile-icon-width: 1.75rem;
|
|
2037
|
+
--inputNumber-enhance-mobile-icon-height: 1.75rem;
|
|
2038
|
+
--inputNumber-enhance-mobile-icon-inner-width: 1.6875rem;
|
|
2039
|
+
--inputNumber-enhance-mobile-icon-inner-height: 1.6875rem;
|
|
2012
2040
|
--Form-input-onHover-borderColor: var(--colors-brand-5);
|
|
2013
2041
|
--Form-input-onFocused-borderColor: var(--colors-brand-5);
|
|
2014
2042
|
--checkbox-checkbox-default-height: var(--sizes-size-9);
|
|
@@ -2317,7 +2345,7 @@
|
|
|
2317
2345
|
--ListControl-item-onActive-color: var(
|
|
2318
2346
|
--listSelect-base-active-top-border-color
|
|
2319
2347
|
);
|
|
2320
|
-
--ListControl-item-onActive-before-bg: var(--colors-brand-
|
|
2348
|
+
--ListControl-item-onActive-before-bg: var(--colors-brand-5);
|
|
2321
2349
|
--ListControl-item-color: var(--listSelect-base-default-color);
|
|
2322
2350
|
--ListControl-item-onDisabled-color: var(--listSelect-base-disabled-color);
|
|
2323
2351
|
--ListControl-item-paddingX: var(--listSelect-base-default-paddingLeft);
|
|
@@ -2351,6 +2379,7 @@
|
|
|
2351
2379
|
--link-decoration: var(--link-text-decoration);
|
|
2352
2380
|
--link-onHover-decoration: var(--link-onClick-text-decoration);
|
|
2353
2381
|
--Form-item-gap: var(--sizes-base-12);
|
|
2382
|
+
--Form-item-mobile-gap: var(--sizes-base-4);
|
|
2354
2383
|
--Form-item-color: var(--colors-neutral-text-4);
|
|
2355
2384
|
--Form-item-fontColor: var(--Form-item-color);
|
|
2356
2385
|
--Form-item-fontSize: var(--fonts-size-7);
|
|
@@ -2394,6 +2423,8 @@
|
|
|
2394
2423
|
--InputRange-track-onActive-bg: var(--colors-brand-5);
|
|
2395
2424
|
--InputRange-handle-height: var(--sizes-size-9);
|
|
2396
2425
|
--InputRange-handle-width: var(--sizes-size-9);
|
|
2426
|
+
--InputRange-handle-mobile-height: var(--sizes-base-10);
|
|
2427
|
+
--InputRange-handle-mobile-width: var(--sizes-base-10);
|
|
2397
2428
|
--InputRange-handle-bg: var(--colors-neutral-fill-11);
|
|
2398
2429
|
--InputRange-handle-top-border-color: var(--colors-brand-5);
|
|
2399
2430
|
--InputRange-handle-top-border-width: 0.0625rem;
|
|
@@ -2410,7 +2441,7 @@
|
|
|
2410
2441
|
--InputRange-handle-onFocus-borderRadius: var(
|
|
2411
2442
|
--InputRange-handle-border-radius
|
|
2412
2443
|
);
|
|
2413
|
-
--InputRange-padding:
|
|
2444
|
+
--InputRange-padding: 1rem;
|
|
2414
2445
|
--InputRange-handle-icon-width: var(--sizes-size-5);
|
|
2415
2446
|
--InputRange-handle-icon-height: var(--sizes-size-5);
|
|
2416
2447
|
--InputRange-handle-icon-color: var(--colors-brand-9);
|
|
@@ -2448,6 +2479,7 @@
|
|
|
2448
2479
|
);
|
|
2449
2480
|
--InputRange-label-position-bottom: calc(100% + 8px);
|
|
2450
2481
|
--InputRange-input-width: var(--sizes-base-40);
|
|
2482
|
+
--InputRange-input-mobile-width: var(--sizes-base-20);
|
|
2451
2483
|
--InputRange-input-marginTop: var(--sizes-size-0);
|
|
2452
2484
|
--InputRange-input-marginBottom: var(--sizes-size-0);
|
|
2453
2485
|
--InputRange-input-marginLeft: var(--sizes-size-5);
|
|
@@ -3508,6 +3540,7 @@
|
|
|
3508
3540
|
--select-tree-hover-bg-color: var(--colors-neutral-fill-10);
|
|
3509
3541
|
--select-tree-active-bg-color: var(--colors-brand-10);
|
|
3510
3542
|
--Form-select-bg: var(--select-base-default-bg-color);
|
|
3543
|
+
--Form-select-mobile-icon-check-color: var(--colors-brand-5);
|
|
3511
3544
|
--Form-select-height: var(--Form-select-outer-top);
|
|
3512
3545
|
--Form-select-borderColor: var(--select-base-default-top-border-color)
|
|
3513
3546
|
var(--select-base-default-right-border-color)
|
|
@@ -4151,7 +4184,7 @@
|
|
|
4151
4184
|
--Toast--danger-bottom-left-border-radius: var(--borders-radius-3);
|
|
4152
4185
|
--Toast--danger-bgColor: var(--colors-neutral-fill-11);
|
|
4153
4186
|
--Toast--info-color: var(--colors-neutral-text-2);
|
|
4154
|
-
--Toast--info-fontSize: var(--fonts-size-
|
|
4187
|
+
--Toast--info-fontSize: var(--fonts-size-7);
|
|
4155
4188
|
--Toast--info-fontWeight: var(--fonts-weight-6);
|
|
4156
4189
|
--Toast--info-top-border-color: var(--colors-neutral-line-11);
|
|
4157
4190
|
--Toast--info-top-border-width: var(--borders-width-2);
|
|
@@ -4608,9 +4641,9 @@
|
|
|
4608
4641
|
--Table-color: var(--table-body-color);
|
|
4609
4642
|
--Table-expandBtn-color: var(--colors-neutral-text-5);
|
|
4610
4643
|
--Table-fixed-zIndex: 5;
|
|
4611
|
-
--Table-fixedLeft-boxShadow:
|
|
4612
|
-
--Table-fixedRight-boxShadow: -
|
|
4613
|
-
--Table-fixedTop-boxShadow:
|
|
4644
|
+
--Table-fixedLeft-boxShadow: inset 10px 0 8px -8px rgba(5, 5, 5, 0.06);
|
|
4645
|
+
--Table-fixedRight-boxShadow: inset -10px 0 8px -8px rgba(5, 5, 5, 0.06);
|
|
4646
|
+
--Table-fixedTop-boxShadow: inset 0 10px 8px -8px rgba(5, 5, 5, 0.06);
|
|
4614
4647
|
--Table-fontSize: var(--table-body-fontSize);
|
|
4615
4648
|
--Table-heading-bg: var(--table-title-bg-color);
|
|
4616
4649
|
--Table-heading-height: 2.5rem;
|
|
@@ -9614,6 +9647,10 @@ button::-moz-focus-inner {
|
|
|
9614
9647
|
display: flex;
|
|
9615
9648
|
flex: 0 0 auto;
|
|
9616
9649
|
}
|
|
9650
|
+
.tox .tox-bottom-anchorbar {
|
|
9651
|
+
display: flex;
|
|
9652
|
+
flex: 0 0 auto;
|
|
9653
|
+
}
|
|
9617
9654
|
.tox .tox-bar {
|
|
9618
9655
|
display: flex;
|
|
9619
9656
|
flex: 0 0 auto;
|
|
@@ -10736,8 +10773,14 @@ button::-moz-focus-inner {
|
|
|
10736
10773
|
align-items: flex-start;
|
|
10737
10774
|
display: flex;
|
|
10738
10775
|
flex-direction: column;
|
|
10776
|
+
flex-shrink: 0;
|
|
10739
10777
|
padding: 16px 16px;
|
|
10740
10778
|
}
|
|
10779
|
+
@media only screen and (min-width: 768px) {
|
|
10780
|
+
.tox .tox-dialog__body-nav {
|
|
10781
|
+
max-width: 11em;
|
|
10782
|
+
}
|
|
10783
|
+
}
|
|
10741
10784
|
@media only screen and (max-width: 767px) {
|
|
10742
10785
|
body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
|
|
10743
10786
|
flex-direction: row;
|
|
@@ -10750,11 +10793,12 @@ button::-moz-focus-inner {
|
|
|
10750
10793
|
border-bottom: 2px solid transparent;
|
|
10751
10794
|
color: rgba(34, 47, 62, 0.7);
|
|
10752
10795
|
display: inline-block;
|
|
10796
|
+
flex-shrink: 0;
|
|
10753
10797
|
font-size: 14px;
|
|
10754
10798
|
line-height: 1.3;
|
|
10755
10799
|
margin-bottom: 8px;
|
|
10800
|
+
max-width: 13em;
|
|
10756
10801
|
text-decoration: none;
|
|
10757
|
-
white-space: nowrap;
|
|
10758
10802
|
}
|
|
10759
10803
|
.tox .tox-dialog__body-nav-item:focus {
|
|
10760
10804
|
background-color: rgba(0, 108, 231, 0.1);
|
|
@@ -10768,7 +10812,7 @@ button::-moz-focus-inner {
|
|
|
10768
10812
|
display: flex;
|
|
10769
10813
|
flex: 1;
|
|
10770
10814
|
flex-direction: column;
|
|
10771
|
-
max-height: 650px;
|
|
10815
|
+
max-height: min(650px, 100vh - 110px);
|
|
10772
10816
|
overflow: auto;
|
|
10773
10817
|
-webkit-overflow-scrolling: touch;
|
|
10774
10818
|
padding: 16px 16px;
|
|
@@ -10804,16 +10848,30 @@ button::-moz-focus-inner {
|
|
|
10804
10848
|
.tox .tox-dialog__body-content svg {
|
|
10805
10849
|
fill: #222f3e;
|
|
10806
10850
|
}
|
|
10851
|
+
.tox .tox-dialog__body-content strong {
|
|
10852
|
+
font-weight: bold;
|
|
10853
|
+
}
|
|
10807
10854
|
.tox .tox-dialog__body-content ul {
|
|
10808
|
-
display: block;
|
|
10809
10855
|
list-style-type: disc;
|
|
10856
|
+
}
|
|
10857
|
+
.tox .tox-dialog__body-content ul,
|
|
10858
|
+
.tox .tox-dialog__body-content ol,
|
|
10859
|
+
.tox .tox-dialog__body-content dd {
|
|
10860
|
+
padding-inline-start: 2.5rem;
|
|
10861
|
+
}
|
|
10862
|
+
.tox .tox-dialog__body-content ul,
|
|
10863
|
+
.tox .tox-dialog__body-content ol,
|
|
10864
|
+
.tox .tox-dialog__body-content dl {
|
|
10810
10865
|
margin-bottom: 16px;
|
|
10811
|
-
|
|
10812
|
-
|
|
10813
|
-
|
|
10814
|
-
|
|
10815
|
-
|
|
10816
|
-
|
|
10866
|
+
}
|
|
10867
|
+
.tox .tox-dialog__body-content ul,
|
|
10868
|
+
.tox .tox-dialog__body-content ol,
|
|
10869
|
+
.tox .tox-dialog__body-content dl,
|
|
10870
|
+
.tox .tox-dialog__body-content dd,
|
|
10871
|
+
.tox .tox-dialog__body-content dt {
|
|
10872
|
+
display: block;
|
|
10873
|
+
margin-inline-end: 0;
|
|
10874
|
+
margin-inline-start: 0;
|
|
10817
10875
|
}
|
|
10818
10876
|
.tox .tox-dialog__body-content .tox-form__group h1 {
|
|
10819
10877
|
color: #222f3e;
|
|
@@ -10854,6 +10912,12 @@ button::-moz-focus-inner {
|
|
|
10854
10912
|
margin-bottom: 0;
|
|
10855
10913
|
margin-top: 0;
|
|
10856
10914
|
}
|
|
10915
|
+
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center {
|
|
10916
|
+
text-align: center;
|
|
10917
|
+
}
|
|
10918
|
+
.tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end {
|
|
10919
|
+
text-align: end;
|
|
10920
|
+
}
|
|
10857
10921
|
.tox .tox-dialog--width-lg {
|
|
10858
10922
|
height: 650px;
|
|
10859
10923
|
max-width: 1200px;
|
|
@@ -10922,9 +10986,16 @@ button::-moz-focus-inner {
|
|
|
10922
10986
|
.tox .tox-dialog__table td:first-child {
|
|
10923
10987
|
padding-right: 8px;
|
|
10924
10988
|
}
|
|
10989
|
+
.tox .tox-dialog__iframe {
|
|
10990
|
+
min-height: 200px;
|
|
10991
|
+
}
|
|
10925
10992
|
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
|
10926
10993
|
background: #fff;
|
|
10927
10994
|
}
|
|
10995
|
+
.tox .tox-dialog__iframe.tox-dialog__iframe--bordered {
|
|
10996
|
+
border: 1px solid #eeeeee;
|
|
10997
|
+
border-radius: 6px;
|
|
10998
|
+
}
|
|
10928
10999
|
.tox .tox-dialog__popups {
|
|
10929
11000
|
position: absolute;
|
|
10930
11001
|
width: 100%;
|
|
@@ -11326,6 +11397,7 @@ body.tox-dialog__disable-scroll {
|
|
|
11326
11397
|
cursor: not-allowed;
|
|
11327
11398
|
}
|
|
11328
11399
|
.tox .tox-textfield:focus,
|
|
11400
|
+
.tox .tox-dialog__iframe.tox-dialog__iframe--bordered:focus-within,
|
|
11329
11401
|
.tox .tox-listboxfield .tox-listbox--select:focus,
|
|
11330
11402
|
.tox .tox-textarea-wrap:focus-within,
|
|
11331
11403
|
.tox .tox-textarea:focus,
|
|
@@ -11686,10 +11758,8 @@ body.tox-dialog__disable-scroll {
|
|
|
11686
11758
|
background-color: #fff;
|
|
11687
11759
|
grid-column: 2;
|
|
11688
11760
|
grid-row: 1;
|
|
11689
|
-
-
|
|
11690
|
-
|
|
11691
|
-
-webkit-padding-start: 4px;
|
|
11692
|
-
padding-inline-start: 4px;
|
|
11761
|
+
padding-inline-end: 8px;
|
|
11762
|
+
padding-inline-start: 4px;
|
|
11693
11763
|
padding-top: 5px;
|
|
11694
11764
|
}
|
|
11695
11765
|
.tox .tox-promotion-link {
|
|
@@ -12101,16 +12171,13 @@ body.tox-dialog__disable-scroll {
|
|
|
12101
12171
|
width: 14px;
|
|
12102
12172
|
}
|
|
12103
12173
|
.tox .tox-form__controls-h-stack > .tox-slider:not(:first-of-type) {
|
|
12104
|
-
-
|
|
12105
|
-
margin-inline-start: 8px;
|
|
12174
|
+
margin-inline-start: 8px;
|
|
12106
12175
|
}
|
|
12107
12176
|
.tox .tox-form__controls-h-stack > .tox-form__group + .tox-slider {
|
|
12108
|
-
-
|
|
12109
|
-
margin-inline-start: 32px;
|
|
12177
|
+
margin-inline-start: 32px;
|
|
12110
12178
|
}
|
|
12111
12179
|
.tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group {
|
|
12112
|
-
-
|
|
12113
|
-
margin-inline-start: 32px;
|
|
12180
|
+
margin-inline-start: 32px;
|
|
12114
12181
|
}
|
|
12115
12182
|
.tox .tox-source-code {
|
|
12116
12183
|
overflow: auto;
|
|
@@ -12308,6 +12375,9 @@ body.tox-dialog__disable-scroll {
|
|
|
12308
12375
|
.tox .tox-tbtn:active svg {
|
|
12309
12376
|
fill: #222f3e;
|
|
12310
12377
|
}
|
|
12378
|
+
.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
|
|
12379
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12380
|
+
}
|
|
12311
12381
|
.tox .tox-tbtn--disabled,
|
|
12312
12382
|
.tox .tox-tbtn--disabled:hover,
|
|
12313
12383
|
.tox .tox-tbtn:disabled,
|
|
@@ -12341,6 +12411,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12341
12411
|
/* stylelint-disable-line no-descending-specificity */
|
|
12342
12412
|
fill: #222f3e;
|
|
12343
12413
|
}
|
|
12414
|
+
.tox .tox-tbtn--enabled.tox-tbtn--disabled svg,
|
|
12415
|
+
.tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg {
|
|
12416
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12417
|
+
}
|
|
12344
12418
|
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
|
|
12345
12419
|
color: #222f3e;
|
|
12346
12420
|
}
|
|
@@ -12408,6 +12482,13 @@ body.tox-dialog__disable-scroll {
|
|
|
12408
12482
|
background: #fff;
|
|
12409
12483
|
color: #222f3e;
|
|
12410
12484
|
}
|
|
12485
|
+
.tox .tox-number-input input:disabled {
|
|
12486
|
+
background: transparent;
|
|
12487
|
+
border: 0;
|
|
12488
|
+
box-shadow: none;
|
|
12489
|
+
color: rgba(34, 47, 62, 0.5);
|
|
12490
|
+
cursor: not-allowed;
|
|
12491
|
+
}
|
|
12411
12492
|
.tox .tox-number-input button {
|
|
12412
12493
|
background: #f7f7f7;
|
|
12413
12494
|
color: #222f3e;
|
|
@@ -12442,6 +12523,16 @@ body.tox-dialog__disable-scroll {
|
|
|
12442
12523
|
.tox .tox-number-input button:active svg {
|
|
12443
12524
|
fill: #222f3e;
|
|
12444
12525
|
}
|
|
12526
|
+
.tox .tox-number-input button:disabled {
|
|
12527
|
+
background: transparent;
|
|
12528
|
+
border: 0;
|
|
12529
|
+
box-shadow: none;
|
|
12530
|
+
color: rgba(34, 47, 62, 0.5);
|
|
12531
|
+
cursor: not-allowed;
|
|
12532
|
+
}
|
|
12533
|
+
.tox .tox-number-input button:disabled svg {
|
|
12534
|
+
fill: rgba(34, 47, 62, 0.5);
|
|
12535
|
+
}
|
|
12445
12536
|
.tox .tox-number-input button.minus {
|
|
12446
12537
|
border-radius: 3px 0 0 3px;
|
|
12447
12538
|
}
|
|
@@ -12479,8 +12570,7 @@ body.tox-dialog__disable-scroll {
|
|
|
12479
12570
|
background: #f7f7f7;
|
|
12480
12571
|
}
|
|
12481
12572
|
.tox .tox-tbtn--bespoke + .tox-tbtn--bespoke {
|
|
12482
|
-
-
|
|
12483
|
-
margin-inline-start: 4px;
|
|
12573
|
+
margin-inline-start: 4px;
|
|
12484
12574
|
}
|
|
12485
12575
|
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
|
|
12486
12576
|
overflow: hidden;
|
|
@@ -12488,6 +12578,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12488
12578
|
white-space: nowrap;
|
|
12489
12579
|
width: 7em;
|
|
12490
12580
|
}
|
|
12581
|
+
.tox .tox-tbtn--disabled .tox-tbtn__select-label,
|
|
12582
|
+
.tox .tox-tbtn--select:disabled .tox-tbtn__select-label {
|
|
12583
|
+
cursor: not-allowed;
|
|
12584
|
+
}
|
|
12491
12585
|
.tox .tox-split-button {
|
|
12492
12586
|
border: 0;
|
|
12493
12587
|
border-radius: 3px;
|
|
@@ -12533,6 +12627,10 @@ body.tox-dialog__disable-scroll {
|
|
|
12533
12627
|
.tox.tox-platform-touch .tox-split-button__chevron {
|
|
12534
12628
|
width: 20px;
|
|
12535
12629
|
}
|
|
12630
|
+
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-text-color__color,
|
|
12631
|
+
.tox .tox-split-button.tox-tbtn--disabled svg #tox-icon-highlight-bg-color__color {
|
|
12632
|
+
opacity: 0.6;
|
|
12633
|
+
}
|
|
12536
12634
|
.tox .tox-toolbar-overlord {
|
|
12537
12635
|
background-color: #fff;
|
|
12538
12636
|
}
|
|
@@ -12815,9 +12913,6 @@ body.tox-dialog__disable-scroll {
|
|
|
12815
12913
|
flex-direction: column;
|
|
12816
12914
|
/* stylelint-disable no-descending-specificity */
|
|
12817
12915
|
}
|
|
12818
|
-
.tox .tox-tree .tox-tree--directory.tox-tree--directory--expanded > .tox-tree--directory__label .tox-chevron {
|
|
12819
|
-
transform: rotate(90deg);
|
|
12820
|
-
}
|
|
12821
12916
|
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label {
|
|
12822
12917
|
font-weight: bold;
|
|
12823
12918
|
}
|
|
@@ -12844,9 +12939,13 @@ body.tox-dialog__disable-scroll {
|
|
|
12844
12939
|
}
|
|
12845
12940
|
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron {
|
|
12846
12941
|
margin-right: 6px;
|
|
12942
|
+
}
|
|
12943
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
|
12944
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--shrinking) .tox-chevron {
|
|
12847
12945
|
transition: transform 0.5s ease-in-out;
|
|
12848
12946
|
}
|
|
12849
|
-
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label.tox-tree--
|
|
12947
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--growing) .tox-chevron,
|
|
12948
|
+
.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has(+ .tox-tree--directory__children--open) .tox-chevron {
|
|
12850
12949
|
transform: rotate(90deg);
|
|
12851
12950
|
}
|
|
12852
12951
|
.tox .tox-tree .tox-tree--leaf__label {
|
|
@@ -14117,6 +14216,12 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14117
14216
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
14118
14217
|
border: 1px solid #f9f9f9;
|
|
14119
14218
|
}
|
|
14219
|
+
.rdtPicker.is-mobile-year {
|
|
14220
|
+
width: 11.5rem;
|
|
14221
|
+
}
|
|
14222
|
+
.rdtPicker.is-mobile-embed {
|
|
14223
|
+
width: 15rem;
|
|
14224
|
+
}
|
|
14120
14225
|
.rdtPickerNotDays {
|
|
14121
14226
|
width: 192px;
|
|
14122
14227
|
}
|
|
@@ -14717,6 +14822,9 @@ samp {
|
|
|
14717
14822
|
.is-keyword {
|
|
14718
14823
|
color: var(--primary-onActive);
|
|
14719
14824
|
}
|
|
14825
|
+
.visibility-sensor {
|
|
14826
|
+
min-height: 5px;
|
|
14827
|
+
}
|
|
14720
14828
|
html,
|
|
14721
14829
|
body {
|
|
14722
14830
|
width: 100%;
|
|
@@ -17527,11 +17635,16 @@ input[type=button].antd-Button--block {
|
|
|
17527
17635
|
fill: var(--Drawer-close-onHover-color);
|
|
17528
17636
|
}
|
|
17529
17637
|
.antd-Drawer-body {
|
|
17530
|
-
padding:
|
|
17638
|
+
padding: 0 var(--drawer-content-paddingRight) var(--drawer-content-paddingBottom) var(--drawer-content-paddingLeft);
|
|
17531
17639
|
flex-basis: 0;
|
|
17532
17640
|
flex-grow: 1;
|
|
17533
17641
|
overflow: auto;
|
|
17534
17642
|
}
|
|
17643
|
+
.antd-Drawer-body:before {
|
|
17644
|
+
content: "";
|
|
17645
|
+
display: block;
|
|
17646
|
+
height: var(--drawer-content-paddingTop);
|
|
17647
|
+
}
|
|
17535
17648
|
.antd-Drawer-footer {
|
|
17536
17649
|
display: flex;
|
|
17537
17650
|
align-items: flex-end;
|
|
@@ -18376,7 +18489,9 @@ input[type=button].antd-Button--block {
|
|
|
18376
18489
|
margin-left: var(--gap-sm);
|
|
18377
18490
|
}
|
|
18378
18491
|
.antd-PopUp-confirm {
|
|
18492
|
+
color: var(--PopUp-confirmAction-color);
|
|
18379
18493
|
margin-right: var(--gap-sm);
|
|
18494
|
+
border: none;
|
|
18380
18495
|
}
|
|
18381
18496
|
.antd-PopUp-content {
|
|
18382
18497
|
overflow-y: auto;
|
|
@@ -18384,6 +18499,9 @@ input[type=button].antd-Button--block {
|
|
|
18384
18499
|
display: flex;
|
|
18385
18500
|
flex: 1;
|
|
18386
18501
|
}
|
|
18502
|
+
.antd-PopUp-content > div {
|
|
18503
|
+
flex: 1;
|
|
18504
|
+
}
|
|
18387
18505
|
.antd-PopUp > * {
|
|
18388
18506
|
position: relative;
|
|
18389
18507
|
z-index: 2;
|
|
@@ -18407,7 +18525,8 @@ input[type=button].antd-Button--block {
|
|
|
18407
18525
|
margin-top: -0.25rem;
|
|
18408
18526
|
}
|
|
18409
18527
|
.antd-PopUp-safearea {
|
|
18410
|
-
|
|
18528
|
+
padding-bottom: constant(safe-area-inset-bottom);
|
|
18529
|
+
padding-bottom: env(safe-area-inset-bottom);
|
|
18411
18530
|
}
|
|
18412
18531
|
.antd-PickerColumns {
|
|
18413
18532
|
position: relative;
|
|
@@ -18443,10 +18562,10 @@ input[type=button].antd-Button--block {
|
|
|
18443
18562
|
background-color: none !important;
|
|
18444
18563
|
}
|
|
18445
18564
|
.antd-PickerColumns-confirm {
|
|
18446
|
-
color: var(--PickerColumns-confirmAction-color)
|
|
18565
|
+
color: var(--PickerColumns-confirmAction-color);
|
|
18447
18566
|
}
|
|
18448
18567
|
.antd-PickerColumns-cancel {
|
|
18449
|
-
color: var(--PickerColumns-cancelAction-color)
|
|
18568
|
+
color: var(--PickerColumns-cancelAction-color);
|
|
18450
18569
|
}
|
|
18451
18570
|
.antd-PickerColumns-title {
|
|
18452
18571
|
max-width: 50%;
|
|
@@ -19149,6 +19268,16 @@ input[type=button].antd-Button--block {
|
|
|
19149
19268
|
height: 100%;
|
|
19150
19269
|
overflow-x: hidden;
|
|
19151
19270
|
}
|
|
19271
|
+
.antd-Tabs-linksContainer-wrapper .antd-Tabs-linksContainer-main .antd-Tabs-links.is-mobile {
|
|
19272
|
+
overflow-x: auto;
|
|
19273
|
+
-ms-overflow-style: none;
|
|
19274
|
+
overflow: -moz-scrollbars-none;
|
|
19275
|
+
}
|
|
19276
|
+
.antd-Tabs-linksContainer-wrapper .antd-Tabs-linksContainer-main .antd-Tabs-links.is-mobile::-webkit-scrollbar {
|
|
19277
|
+
display: none;
|
|
19278
|
+
width: 0 !important;
|
|
19279
|
+
height: 0 !important;
|
|
19280
|
+
}
|
|
19152
19281
|
.antd-Tabs-linksContainer-wrapper .antd-Tabs-linksContainer-main .antd-Tabs-links .antd-Tabs-links-drag {
|
|
19153
19282
|
position: absolute;
|
|
19154
19283
|
height: 100%;
|
|
@@ -20089,6 +20218,7 @@ input[type=button].antd-Button--block {
|
|
|
20089
20218
|
background-color: var(--Layout-light-backgroundColor);
|
|
20090
20219
|
font-size: var(--Nav-item-fontSize);
|
|
20091
20220
|
line-height: var(--Nav-Item-height);
|
|
20221
|
+
min-height: 10px;
|
|
20092
20222
|
}
|
|
20093
20223
|
.antd-Nav-horizontal {
|
|
20094
20224
|
line-height: var(--Nav-Item-height--horizontal);
|
|
@@ -20626,9 +20756,6 @@ input[type=button].antd-Button--block {
|
|
|
20626
20756
|
box-shadow: none;
|
|
20627
20757
|
margin: 0 calc(var(--Panel-body-paddingTop) * -1) calc(var(--Panel-marginBottom) / 2);
|
|
20628
20758
|
}
|
|
20629
|
-
.antd-Panel--form .antd-Panel-body {
|
|
20630
|
-
padding: 0 var(--gap-md) var(--gap-md);
|
|
20631
|
-
}
|
|
20632
20759
|
.antd-Panel--form > .antd-Panel-heading {
|
|
20633
20760
|
background: none;
|
|
20634
20761
|
border: none;
|
|
@@ -20827,6 +20954,7 @@ input[type=button].antd-Button--block {
|
|
|
20827
20954
|
position: relative;
|
|
20828
20955
|
display: inline-flex;
|
|
20829
20956
|
vertical-align: middle;
|
|
20957
|
+
flex-wrap: wrap;
|
|
20830
20958
|
}
|
|
20831
20959
|
.antd-ButtonGroup > .antd-Button {
|
|
20832
20960
|
position: relative;
|
|
@@ -20960,15 +21088,16 @@ input[type=button].antd-Button--block {
|
|
|
20960
21088
|
margin-left: var(--DropDown-caret-marginLeft);
|
|
20961
21089
|
display: inline-block;
|
|
20962
21090
|
vertical-align: top;
|
|
20963
|
-
transition: transform var(--animation-duration) ease;
|
|
20964
21091
|
}
|
|
20965
21092
|
.antd-DropDown-caret > svg {
|
|
20966
21093
|
width: 0.625rem;
|
|
20967
21094
|
height: 0.625rem;
|
|
20968
|
-
top: 0
|
|
21095
|
+
top: 0;
|
|
21096
|
+
transform: rotate(90deg);
|
|
21097
|
+
transition: transform var(--animation-duration) ease;
|
|
20969
21098
|
}
|
|
20970
|
-
.antd-DropDown.is-opened .antd-DropDown-caret {
|
|
20971
|
-
transform: rotate(
|
|
21099
|
+
.antd-DropDown.is-opened .antd-DropDown-caret svg {
|
|
21100
|
+
transform: rotate(270deg);
|
|
20972
21101
|
}
|
|
20973
21102
|
.antd-DropDown.is-actived .antd-Button {
|
|
20974
21103
|
color: var(--link-color);
|
|
@@ -21022,10 +21151,6 @@ input[type=button].antd-Button--block {
|
|
|
21022
21151
|
-webkit-text-decoration: var(--link-decoration);
|
|
21023
21152
|
text-decoration: var(--link-decoration);
|
|
21024
21153
|
}
|
|
21025
|
-
.antd-DropDown-menuItem:hover, .antd-DropDown-menu > li:hover {
|
|
21026
|
-
background: var(--DropDown-menuItem-onHover-bg);
|
|
21027
|
-
color: var(--DropDown-menuItem-onHover-color);
|
|
21028
|
-
}
|
|
21029
21154
|
.antd-DropDown-menuItem.is-active, .antd-DropDown-menu > li.is-active {
|
|
21030
21155
|
background: var(--DropDown-menuItem-onHover-bg);
|
|
21031
21156
|
color: var(--DropDown-menuItem-onActive-color);
|
|
@@ -21063,6 +21188,10 @@ input[type=button].antd-Button--block {
|
|
|
21063
21188
|
.antd-DropDown-menuItem.antd-DropDown-groupTitle ~ .antd-DropDown-button, .antd-DropDown-menu > li.antd-DropDown-groupTitle ~ .antd-DropDown-button {
|
|
21064
21189
|
padding-left: var(--gap-lg);
|
|
21065
21190
|
}
|
|
21191
|
+
.antd-DropDown-menuItem:hover, .antd-DropDown-menu:not(.is-mobile) > li:hover {
|
|
21192
|
+
background: var(--DropDown-menuItem-onHover-bg);
|
|
21193
|
+
color: var(--DropDown-menuItem-onHover-color);
|
|
21194
|
+
}
|
|
21066
21195
|
.antd-DropDown-menu > li a {
|
|
21067
21196
|
color: inherit;
|
|
21068
21197
|
display: block;
|
|
@@ -21180,7 +21309,8 @@ input[type=button].antd-Button--block {
|
|
|
21180
21309
|
.antd-CalendarMobile {
|
|
21181
21310
|
height: 100%;
|
|
21182
21311
|
width: 100%;
|
|
21183
|
-
overflow: scroll;
|
|
21312
|
+
overflow-y: scroll;
|
|
21313
|
+
overflow-x: hidden;
|
|
21184
21314
|
}
|
|
21185
21315
|
.antd-CalendarMobile-pop {
|
|
21186
21316
|
position: fixed;
|
|
@@ -21193,11 +21323,19 @@ input[type=button].antd-Button--block {
|
|
|
21193
21323
|
overflow: hidden;
|
|
21194
21324
|
border-width: 0;
|
|
21195
21325
|
}
|
|
21326
|
+
.antd-CalendarMobile-pop--quarters, .antd-CalendarMobile-pop--months {
|
|
21327
|
+
height: 25rem;
|
|
21328
|
+
}
|
|
21196
21329
|
.antd-CalendarMobile-pop--time {
|
|
21197
|
-
height:
|
|
21198
|
-
height: fit-content;
|
|
21330
|
+
height: 22.5rem;
|
|
21199
21331
|
max-height: 90vh;
|
|
21200
21332
|
}
|
|
21333
|
+
.antd-CalendarMobile-pop--time .antd-PopUp-content {
|
|
21334
|
+
overflow: hidden;
|
|
21335
|
+
}
|
|
21336
|
+
.antd-CalendarMobile-pop--years {
|
|
21337
|
+
height: 22.5rem;
|
|
21338
|
+
}
|
|
21201
21339
|
.antd-CalendarMobile-wrap {
|
|
21202
21340
|
display: flex;
|
|
21203
21341
|
flex-direction: column;
|
|
@@ -21263,6 +21401,7 @@ input[type=button].antd-Button--block {
|
|
|
21263
21401
|
overflow-y: scroll;
|
|
21264
21402
|
}
|
|
21265
21403
|
.antd-CalendarMobile-body table {
|
|
21404
|
+
padding: 0;
|
|
21266
21405
|
border-spacing: 0 0.25rem;
|
|
21267
21406
|
}
|
|
21268
21407
|
.antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
|
@@ -21289,14 +21428,15 @@ input[type=button].antd-Button--block {
|
|
|
21289
21428
|
background: transparent;
|
|
21290
21429
|
}
|
|
21291
21430
|
.antd-CalendarMobile-body .calendar-wrap {
|
|
21292
|
-
position: relative;
|
|
21293
21431
|
width: 3.125rem;
|
|
21432
|
+
position: relative;
|
|
21294
21433
|
height: 100%;
|
|
21295
21434
|
text-align: center;
|
|
21296
21435
|
display: inline-flex;
|
|
21297
21436
|
align-items: center;
|
|
21298
21437
|
justify-content: center;
|
|
21299
21438
|
border-radius: 0.25rem;
|
|
21439
|
+
padding: 0 0.625rem;
|
|
21300
21440
|
}
|
|
21301
21441
|
.antd-CalendarMobile-embed .antd-CalendarMobile-body .calendar-wrap {
|
|
21302
21442
|
width: auto;
|
|
@@ -21306,6 +21446,7 @@ input[type=button].antd-Button--block {
|
|
|
21306
21446
|
flex-shrink: 0;
|
|
21307
21447
|
}
|
|
21308
21448
|
.antd-CalendarMobile-footer .date-range-confirm {
|
|
21449
|
+
width: 100%;
|
|
21309
21450
|
height: 2.25rem;
|
|
21310
21451
|
margin: 0.4375rem 0;
|
|
21311
21452
|
border-radius: var(--borderRadiusMd);
|
|
@@ -21313,13 +21454,6 @@ input[type=button].antd-Button--block {
|
|
|
21313
21454
|
justify-content: center;
|
|
21314
21455
|
align-items: center;
|
|
21315
21456
|
}
|
|
21316
|
-
.antd-CalendarMobile-footer .is-disabled {
|
|
21317
|
-
opacity: 0.5;
|
|
21318
|
-
color: var(--Button--primary-color);
|
|
21319
|
-
background: var(--Button--primary-bg);
|
|
21320
|
-
border-color: var(--Button--primary-bg);
|
|
21321
|
-
filter: none;
|
|
21322
|
-
}
|
|
21323
21457
|
.antd-CalendarMobile-footer-toolbar {
|
|
21324
21458
|
padding: 0 1rem;
|
|
21325
21459
|
}
|
|
@@ -21333,11 +21467,11 @@ input[type=button].antd-Button--block {
|
|
|
21333
21467
|
line-height: 3rem;
|
|
21334
21468
|
}
|
|
21335
21469
|
.antd-CalendarMobile-footer .antd-DateRangePicker-rangers {
|
|
21336
|
-
|
|
21470
|
+
padding-left: revert;
|
|
21337
21471
|
white-space: nowrap;
|
|
21338
|
-
|
|
21339
|
-
|
|
21340
|
-
|
|
21472
|
+
line-height: inherit;
|
|
21473
|
+
display: flex;
|
|
21474
|
+
justify-content: space-between;
|
|
21341
21475
|
}
|
|
21342
21476
|
.antd-CalendarMobile-footer .antd-DatePicker-shortcuts {
|
|
21343
21477
|
width: auto;
|
|
@@ -21475,6 +21609,15 @@ input[type=button].antd-Button--block {
|
|
|
21475
21609
|
background: var(--Collapse-header-onHover-bg);
|
|
21476
21610
|
color: var(--collapse-default-header-hover-color);
|
|
21477
21611
|
}
|
|
21612
|
+
.antd-Collapse-header.is-mobile {
|
|
21613
|
+
background: none;
|
|
21614
|
+
border-radius: 0 !important;
|
|
21615
|
+
position: relative;
|
|
21616
|
+
padding-left: 0;
|
|
21617
|
+
}
|
|
21618
|
+
.antd-Collapse-header.is-mobile:hover {
|
|
21619
|
+
background: none;
|
|
21620
|
+
}
|
|
21478
21621
|
.antd-Collapse .Collapse-arrow {
|
|
21479
21622
|
content: var(--collapse-icon-icon);
|
|
21480
21623
|
}
|
|
@@ -21548,6 +21691,24 @@ input[type=button].antd-Button--block {
|
|
|
21548
21691
|
line-height: var(--collapse-default-content-lineHeight);
|
|
21549
21692
|
background: var(--collapse-default-bg-color);
|
|
21550
21693
|
}
|
|
21694
|
+
.antd-Collapse.is-mobile {
|
|
21695
|
+
border-top: none;
|
|
21696
|
+
border-left: none;
|
|
21697
|
+
border-right: none;
|
|
21698
|
+
}
|
|
21699
|
+
.antd-Collapse.is-mobile:last-child {
|
|
21700
|
+
border-bottom: none;
|
|
21701
|
+
}
|
|
21702
|
+
.antd-Collapse.is-mobile .antd-Collapse-icon-tranform,
|
|
21703
|
+
.antd-Collapse.is-mobile .antd-Collapse-arrow-wrap {
|
|
21704
|
+
margin-right: -1.125rem;
|
|
21705
|
+
float: right;
|
|
21706
|
+
margin-top: 0.125rem;
|
|
21707
|
+
}
|
|
21708
|
+
.antd-Collapse.is-mobile .antd-Collapse-content {
|
|
21709
|
+
padding-left: 0;
|
|
21710
|
+
padding-right: 0;
|
|
21711
|
+
}
|
|
21551
21712
|
.antd-Form .antd-Collapse {
|
|
21552
21713
|
border: none;
|
|
21553
21714
|
}
|
|
@@ -21582,7 +21743,7 @@ input[type=button].antd-Button--block {
|
|
|
21582
21743
|
.antd-CollapseGroup .antd-Collapse:first-child:nth-last-child(1) > .antd-Collapse-header {
|
|
21583
21744
|
border-radius: 4px;
|
|
21584
21745
|
}
|
|
21585
|
-
.antd-CollapseGroup .antd-Collapse:not(:last-child) {
|
|
21746
|
+
.antd-CollapseGroup .antd-Collapse:not(:last-child):not(.is-mobile) {
|
|
21586
21747
|
border-bottom: none;
|
|
21587
21748
|
}
|
|
21588
21749
|
.antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-arrow-wrap {
|
|
@@ -21592,6 +21753,9 @@ input[type=button].antd-Button--block {
|
|
|
21592
21753
|
.antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-icon-tranform {
|
|
21593
21754
|
float: right;
|
|
21594
21755
|
}
|
|
21756
|
+
.antd-CollapseGroup.is-mobile.icon-position-right .antd-Collapse-header .antd-Collapse-arrow-wrap {
|
|
21757
|
+
margin-right: -1.125rem;
|
|
21758
|
+
}
|
|
21595
21759
|
.antd-ColorField {
|
|
21596
21760
|
display: inline-block;
|
|
21597
21761
|
}
|
|
@@ -21608,6 +21772,9 @@ input[type=button].antd-Button--block {
|
|
|
21608
21772
|
margin-left: 10px;
|
|
21609
21773
|
vertical-align: middle;
|
|
21610
21774
|
}
|
|
21775
|
+
.antd-ConditionBuilderControl.is-mobile {
|
|
21776
|
+
overflow-x: auto;
|
|
21777
|
+
}
|
|
21611
21778
|
.antd-CBGroup {
|
|
21612
21779
|
font-size: var(--fontSizeSm);
|
|
21613
21780
|
position: relative;
|
|
@@ -21766,6 +21933,7 @@ input[type=button].antd-Button--block {
|
|
|
21766
21933
|
width: 0.625rem;
|
|
21767
21934
|
height: 0.625rem;
|
|
21768
21935
|
top: 0;
|
|
21936
|
+
transform: rotate(90deg);
|
|
21769
21937
|
}
|
|
21770
21938
|
.antd-CBGroup-fieldInput.is-active .antd-CBGroup-fieldCaret, .antd-CBGroup-operatorInput.is-active .antd-CBGroup-operatorCaret {
|
|
21771
21939
|
transform: rotate(180deg);
|
|
@@ -21828,7 +21996,7 @@ input[type=button].antd-Button--block {
|
|
|
21828
21996
|
padding: 10px;
|
|
21829
21997
|
margin: -10px 0px;
|
|
21830
21998
|
background: #fff;
|
|
21831
|
-
z-index:
|
|
21999
|
+
z-index: 2;
|
|
21832
22000
|
}
|
|
21833
22001
|
.antd-CBGroupOrItem-body-group > .antd-CBGroupOrItem-dragbar {
|
|
21834
22002
|
left: -0.3125rem;
|
|
@@ -21868,7 +22036,12 @@ input[type=button].antd-Button--block {
|
|
|
21868
22036
|
.antd-CBGroupOrItem > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-group > .antd-CBGroupOrItem-dragbar, .antd-CBGroupOrItem > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-item > .antd-CBGroupOrItem-dragbar, .antd-CBGroupOrItem > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-item > .antd-CBDelete {
|
|
21869
22037
|
opacity: 0;
|
|
21870
22038
|
}
|
|
21871
|
-
.antd-CBGroupOrItem:
|
|
22039
|
+
.antd-CBGroupOrItem:is(.is-mobile) > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-group > .antd-CBGroupOrItem-dragbar,
|
|
22040
|
+
.antd-CBGroupOrItem:is(.is-mobile) > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-item > .antd-CBGroupOrItem-dragbar,
|
|
22041
|
+
.antd-CBGroupOrItem:is(.is-mobile) > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-item > .antd-CBDelete {
|
|
22042
|
+
opacity: 1;
|
|
22043
|
+
}
|
|
22044
|
+
.antd-CBGroupOrItem:not(.is-mobile):hover > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-item > .antd-CBGroupOrItem-dragbar, .antd-CBGroupOrItem:not(.is-mobile):hover > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-body-item > .antd-CBDelete {
|
|
21872
22045
|
opacity: 1;
|
|
21873
22046
|
}
|
|
21874
22047
|
.antd-CBGroupOrItem-simple {
|
|
@@ -22411,6 +22584,9 @@ input[type=button].antd-Button--block {
|
|
|
22411
22584
|
display: inline-flex;
|
|
22412
22585
|
align-items: center;
|
|
22413
22586
|
}
|
|
22587
|
+
.antd-Crud-toolbar-item.is-mobile {
|
|
22588
|
+
margin-top: 0;
|
|
22589
|
+
}
|
|
22414
22590
|
.antd-Crud-toolbar-item--left:not(:first-child) {
|
|
22415
22591
|
margin-left: var(--Crud-toolbar-gap);
|
|
22416
22592
|
}
|
|
@@ -22446,139 +22622,8 @@ input[type=button].antd-Button--block {
|
|
|
22446
22622
|
.antd-Crud-filter {
|
|
22447
22623
|
margin-bottom: var(--gap-base);
|
|
22448
22624
|
}
|
|
22449
|
-
|
|
22450
|
-
|
|
22451
|
-
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
|
22452
|
-
flex-basis: 0;
|
|
22453
|
-
flex-grow: 1;
|
|
22454
|
-
}
|
|
22455
|
-
.antd-Crud-toolbar::before, .antd-Crud-toolbar::after {
|
|
22456
|
-
display: table;
|
|
22457
|
-
content: "";
|
|
22458
|
-
}
|
|
22459
|
-
.antd-Crud-toolbar::after {
|
|
22460
|
-
clear: both;
|
|
22461
|
-
}
|
|
22462
|
-
.antd-Crud-toolbar-item {
|
|
22463
|
-
line-height: var(--Crud-toolbar-lineHeight);
|
|
22464
|
-
height: var(--Crud-toolbar-height);
|
|
22465
|
-
vertical-align: middle;
|
|
22466
|
-
}
|
|
22467
|
-
.antd-Crud-toolbar-item--left:not(:first-child) {
|
|
22468
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22469
|
-
}
|
|
22470
|
-
.antd-Crud-toolbar-item--right:not(:last-child) {
|
|
22471
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22472
|
-
}
|
|
22473
|
-
.antd-Crud-toolbar-item--left {
|
|
22474
|
-
float: left;
|
|
22475
|
-
}
|
|
22476
|
-
.antd-Crud-toolbar-item--right {
|
|
22477
|
-
float: right;
|
|
22478
|
-
}
|
|
22479
|
-
.antd-Crud-actions > * + .antd-Button,
|
|
22480
|
-
.antd-Crud-actions > * + .antd-Button--disabled-wrap {
|
|
22481
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22482
|
-
}
|
|
22483
|
-
}
|
|
22484
|
-
.antd-Crud2 {
|
|
22485
|
-
position: relative;
|
|
22486
|
-
}
|
|
22487
|
-
.antd-Crud2-selection, .antd-Crud2-toolbar, .antd-Crud2-body {
|
|
22488
|
-
margin-bottom: var(--gap-base);
|
|
22489
|
-
}
|
|
22490
|
-
.antd-Crud2-selectionLabel {
|
|
22491
|
-
display: inline-block;
|
|
22492
|
-
vertical-align: top;
|
|
22493
|
-
margin-top: var(--gap-xs);
|
|
22494
|
-
}
|
|
22495
|
-
.antd-Crud2-value {
|
|
22496
|
-
cursor: pointer;
|
|
22497
|
-
vertical-align: middle;
|
|
22498
|
-
-webkit-user-select: none;
|
|
22499
|
-
-moz-user-select: none;
|
|
22500
|
-
user-select: none;
|
|
22501
|
-
line-height: calc(
|
|
22502
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22503
|
-
);
|
|
22504
|
-
display: inline-block;
|
|
22505
|
-
font-size: var(--Pick-base-value-fontSize);
|
|
22506
|
-
color: var(--Pick-base-value-color);
|
|
22507
|
-
font-weight: var(--Pick-base-value-fontWeight);
|
|
22508
|
-
background: var(--Pick-base-value-bgColor);
|
|
22509
|
-
border-width: var(--Pick-base-value-top-border-width) var(--Pick-base-value-right-border-width) var(--Pick-base-value-bottom-border-width) var(--Pick-base-value-left-border-width);
|
|
22510
|
-
border-style: var(--Pick-base-value-top-border-style) var(--Pick-base-value-right-border-style) var(--Pick-base-value-bottom-border-style) var(--Pick-base-value-left-border-style);
|
|
22511
|
-
border-color: var(--Pick-base-value-top-border-color) var(--Pick-base-value-right-border-color) var(--Pick-base-value-bottom-border-color) var(--Pick-base-value-left-border-color);
|
|
22512
|
-
border-radius: var(--Pick-base-top-left-border-radius) var(--Pick-base-top-right-border-radius) var(--Pick-base-bottom-right-border-radius) var(--Pick-base-bottom-left-border-radius);
|
|
22513
|
-
margin-right: var(--gap-xs);
|
|
22514
|
-
margin-top: var(--gap-xs);
|
|
22515
|
-
}
|
|
22516
|
-
.antd-Crud2-value:hover {
|
|
22517
|
-
background: var(--Form-selectValue-onHover-bg);
|
|
22518
|
-
}
|
|
22519
|
-
.antd-Crud2-value.is-disabled {
|
|
22520
|
-
pointer-events: none;
|
|
22521
|
-
opacity: var(--Button-onDisabled-opacity);
|
|
22522
|
-
}
|
|
22523
|
-
.antd-Crud2-valueIcon {
|
|
22524
|
-
color: var(--Pick-base-value-icon-color);
|
|
22525
|
-
cursor: pointer;
|
|
22526
|
-
border-right: 0.0625rem solid var(--Form-selectValue-borderColor);
|
|
22527
|
-
padding: 1px 5px;
|
|
22528
|
-
}
|
|
22529
|
-
.antd-Crud2-valueIcon:hover {
|
|
22530
|
-
background: var(--Form-selectValue-onHover-bg);
|
|
22531
|
-
}
|
|
22532
|
-
.antd-Crud2-valueLabel {
|
|
22533
|
-
padding: 0 var(--gap-xs);
|
|
22534
|
-
}
|
|
22535
|
-
.antd-Crud2-selectionClear {
|
|
22536
|
-
display: inline-block;
|
|
22537
|
-
cursor: pointer;
|
|
22538
|
-
-webkit-user-select: none;
|
|
22539
|
-
-moz-user-select: none;
|
|
22540
|
-
user-select: none;
|
|
22541
|
-
margin-left: var(--gap-xs);
|
|
22542
|
-
margin-top: var(--gap-xs);
|
|
22543
|
-
vertical-align: middle;
|
|
22544
|
-
}
|
|
22545
|
-
.antd-Crud2-toolbar-item {
|
|
22546
|
-
margin-top: var(--Crud-toolbar-gap);
|
|
22547
|
-
line-height: var(--Crud-toolbar-lineHeight);
|
|
22548
|
-
height: var(--Crud-toolbar-height);
|
|
22549
|
-
vertical-align: middle;
|
|
22550
|
-
display: inline-flex;
|
|
22551
|
-
align-items: center;
|
|
22552
|
-
}
|
|
22553
|
-
.antd-Crud2-toolbar-item--left:not(:first-child) {
|
|
22554
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22555
|
-
}
|
|
22556
|
-
.antd-Crud2-toolbar-item--right:not(:last-child) {
|
|
22557
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22558
|
-
}
|
|
22559
|
-
.antd-Crud2-toolbar-item--left {
|
|
22560
|
-
float: left;
|
|
22561
|
-
}
|
|
22562
|
-
.antd-Crud2-toolbar-item--right {
|
|
22563
|
-
float: right;
|
|
22564
|
-
}
|
|
22565
|
-
.antd-Crud2-actions > * + .antd-Button,
|
|
22566
|
-
.antd-Crud2-actions > * + .antd-ButtonGroup,
|
|
22567
|
-
.antd-Crud2-actions > * + .antd-ButtonToolbar {
|
|
22568
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22569
|
-
}
|
|
22570
|
-
.antd-Crud2-statistics {
|
|
22571
|
-
line-height: var(--Crud-toolbar-height);
|
|
22572
|
-
vertical-align: middle;
|
|
22573
|
-
}
|
|
22574
|
-
.antd-Crud2-pageSwitch .antd-Select {
|
|
22575
|
-
margin-left: var(--Crud-toolbar-gap);
|
|
22576
|
-
}
|
|
22577
|
-
.antd-Crud2-pager {
|
|
22578
|
-
align-self: flex-start;
|
|
22579
|
-
}
|
|
22580
|
-
.antd-Crud2-filter {
|
|
22581
|
-
margin-bottom: var(--gap-base);
|
|
22625
|
+
.antd-Crud.is-mobile .antd-Crud-toolbar {
|
|
22626
|
+
flex: 1;
|
|
22582
22627
|
}
|
|
22583
22628
|
@media (min-width: 576px) {
|
|
22584
22629
|
.antd-Crud-toolbar {
|
|
@@ -22615,78 +22660,167 @@ input[type=button].antd-Button--block {
|
|
|
22615
22660
|
margin-left: var(--Crud-toolbar-gap);
|
|
22616
22661
|
}
|
|
22617
22662
|
}
|
|
22618
|
-
.antd-
|
|
22663
|
+
.antd-Crud2 {
|
|
22619
22664
|
position: relative;
|
|
22620
|
-
border-radius: var(--Table-borderRadius);
|
|
22621
|
-
margin-bottom: var(--gap-md);
|
|
22622
22665
|
}
|
|
22623
|
-
.antd-
|
|
22624
|
-
margin-bottom: var(--gap-
|
|
22666
|
+
.antd-Crud2-selection, .antd-Crud2-toolbar, .antd-Crud2-body {
|
|
22667
|
+
margin-bottom: var(--gap-base);
|
|
22625
22668
|
}
|
|
22626
|
-
.antd-
|
|
22627
|
-
|
|
22628
|
-
|
|
22629
|
-
|
|
22630
|
-
top: auto;
|
|
22631
|
-
box-shadow: none;
|
|
22669
|
+
.antd-Crud2-selectionLabel {
|
|
22670
|
+
display: inline-block;
|
|
22671
|
+
vertical-align: top;
|
|
22672
|
+
margin-top: var(--gap-xs);
|
|
22632
22673
|
}
|
|
22633
|
-
.antd-
|
|
22634
|
-
|
|
22635
|
-
|
|
22636
|
-
|
|
22674
|
+
.antd-Crud2-value {
|
|
22675
|
+
cursor: pointer;
|
|
22676
|
+
vertical-align: middle;
|
|
22677
|
+
-webkit-user-select: none;
|
|
22678
|
+
-moz-user-select: none;
|
|
22679
|
+
user-select: none;
|
|
22680
|
+
line-height: calc(
|
|
22681
|
+
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22682
|
+
);
|
|
22683
|
+
display: inline-block;
|
|
22684
|
+
font-size: var(--Pick-base-value-fontSize);
|
|
22685
|
+
color: var(--Pick-base-value-color);
|
|
22686
|
+
font-weight: var(--Pick-base-value-fontWeight);
|
|
22687
|
+
background: var(--Pick-base-value-bgColor);
|
|
22688
|
+
border-width: var(--Pick-base-value-top-border-width) var(--Pick-base-value-right-border-width) var(--Pick-base-value-bottom-border-width) var(--Pick-base-value-left-border-width);
|
|
22689
|
+
border-style: var(--Pick-base-value-top-border-style) var(--Pick-base-value-right-border-style) var(--Pick-base-value-bottom-border-style) var(--Pick-base-value-left-border-style);
|
|
22690
|
+
border-color: var(--Pick-base-value-top-border-color) var(--Pick-base-value-right-border-color) var(--Pick-base-value-bottom-border-color) var(--Pick-base-value-left-border-color);
|
|
22691
|
+
border-radius: var(--Pick-base-top-left-border-radius) var(--Pick-base-top-right-border-radius) var(--Pick-base-bottom-right-border-radius) var(--Pick-base-bottom-left-border-radius);
|
|
22692
|
+
margin-right: var(--gap-xs);
|
|
22693
|
+
margin-top: var(--gap-xs);
|
|
22637
22694
|
}
|
|
22638
|
-
.antd-
|
|
22639
|
-
|
|
22640
|
-
top: -999999px;
|
|
22695
|
+
.antd-Crud2-value:hover {
|
|
22696
|
+
background: var(--Form-selectValue-onHover-bg);
|
|
22641
22697
|
}
|
|
22642
|
-
.antd-
|
|
22643
|
-
|
|
22644
|
-
|
|
22698
|
+
.antd-Crud2-value.is-disabled {
|
|
22699
|
+
pointer-events: none;
|
|
22700
|
+
opacity: var(--Button-onDisabled-opacity);
|
|
22645
22701
|
}
|
|
22646
|
-
.antd-
|
|
22647
|
-
|
|
22648
|
-
|
|
22702
|
+
.antd-Crud2-valueIcon {
|
|
22703
|
+
color: var(--Pick-base-value-icon-color);
|
|
22704
|
+
cursor: pointer;
|
|
22705
|
+
border-right: 0.0625rem solid var(--Form-selectValue-borderColor);
|
|
22706
|
+
padding: 1px 5px;
|
|
22649
22707
|
}
|
|
22650
|
-
.antd-
|
|
22651
|
-
|
|
22652
|
-
top: -999999px;
|
|
22708
|
+
.antd-Crud2-valueIcon:hover {
|
|
22709
|
+
background: var(--Form-selectValue-onHover-bg);
|
|
22653
22710
|
}
|
|
22654
|
-
.antd-
|
|
22655
|
-
|
|
22656
|
-
|
|
22711
|
+
.antd-Crud2-valueLabel {
|
|
22712
|
+
padding: 0 var(--gap-xs);
|
|
22713
|
+
}
|
|
22714
|
+
.antd-Crud2-selectionClear {
|
|
22715
|
+
display: inline-block;
|
|
22716
|
+
cursor: pointer;
|
|
22717
|
+
-webkit-user-select: none;
|
|
22718
|
+
-moz-user-select: none;
|
|
22719
|
+
user-select: none;
|
|
22720
|
+
margin-left: var(--gap-xs);
|
|
22721
|
+
margin-top: var(--gap-xs);
|
|
22722
|
+
vertical-align: middle;
|
|
22657
22723
|
}
|
|
22658
|
-
.antd-
|
|
22659
|
-
|
|
22660
|
-
|
|
22724
|
+
.antd-Crud2-toolbar-item {
|
|
22725
|
+
margin-top: var(--Crud-toolbar-gap);
|
|
22726
|
+
line-height: var(--Crud-toolbar-lineHeight);
|
|
22727
|
+
height: var(--Crud-toolbar-height);
|
|
22728
|
+
vertical-align: middle;
|
|
22729
|
+
display: inline-flex;
|
|
22730
|
+
align-items: center;
|
|
22731
|
+
}
|
|
22732
|
+
.antd-Crud2-toolbar-item--left:not(:first-child) {
|
|
22733
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22734
|
+
}
|
|
22735
|
+
.antd-Crud2-toolbar-item--right:not(:last-child) {
|
|
22736
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22737
|
+
}
|
|
22738
|
+
.antd-Crud2-toolbar-item--left {
|
|
22739
|
+
float: left;
|
|
22740
|
+
}
|
|
22741
|
+
.antd-Crud2-toolbar-item--right {
|
|
22742
|
+
float: right;
|
|
22743
|
+
}
|
|
22744
|
+
.antd-Crud2-actions > * + .antd-Button,
|
|
22745
|
+
.antd-Crud2-actions > * + .antd-ButtonGroup,
|
|
22746
|
+
.antd-Crud2-actions > * + .antd-ButtonToolbar {
|
|
22747
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22748
|
+
}
|
|
22749
|
+
.antd-Crud2-statistics {
|
|
22750
|
+
line-height: var(--Crud-toolbar-height);
|
|
22751
|
+
vertical-align: middle;
|
|
22752
|
+
}
|
|
22753
|
+
.antd-Crud2-pageSwitch .antd-Select {
|
|
22754
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22755
|
+
}
|
|
22756
|
+
.antd-Crud2-pager {
|
|
22757
|
+
align-self: flex-start;
|
|
22758
|
+
}
|
|
22759
|
+
.antd-Crud2-filter {
|
|
22760
|
+
margin-bottom: var(--gap-base);
|
|
22761
|
+
}
|
|
22762
|
+
@media (min-width: 576px) {
|
|
22763
|
+
.antd-Crud-toolbar {
|
|
22764
|
+
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
|
22765
|
+
flex-basis: 0;
|
|
22766
|
+
flex-grow: 1;
|
|
22767
|
+
}
|
|
22768
|
+
.antd-Crud-toolbar::before, .antd-Crud-toolbar::after {
|
|
22769
|
+
display: table;
|
|
22770
|
+
content: "";
|
|
22771
|
+
}
|
|
22772
|
+
.antd-Crud-toolbar::after {
|
|
22773
|
+
clear: both;
|
|
22774
|
+
}
|
|
22775
|
+
.antd-Crud-toolbar-item {
|
|
22776
|
+
line-height: var(--Crud-toolbar-lineHeight);
|
|
22777
|
+
height: var(--Crud-toolbar-height);
|
|
22778
|
+
vertical-align: middle;
|
|
22779
|
+
}
|
|
22780
|
+
.antd-Crud-toolbar-item--left:not(:first-child) {
|
|
22781
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22782
|
+
}
|
|
22783
|
+
.antd-Crud-toolbar-item--right:not(:last-child) {
|
|
22784
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22785
|
+
}
|
|
22786
|
+
.antd-Crud-toolbar-item--left {
|
|
22787
|
+
float: left;
|
|
22788
|
+
}
|
|
22789
|
+
.antd-Crud-toolbar-item--right {
|
|
22790
|
+
float: right;
|
|
22791
|
+
}
|
|
22792
|
+
.antd-Crud-actions > * + .antd-Button,
|
|
22793
|
+
.antd-Crud-actions > * + .antd-Button--disabled-wrap {
|
|
22794
|
+
margin-left: var(--Crud-toolbar-gap);
|
|
22795
|
+
}
|
|
22796
|
+
}
|
|
22797
|
+
.antd-Table {
|
|
22798
|
+
position: relative;
|
|
22799
|
+
border-radius: var(--Table-borderRadius);
|
|
22800
|
+
margin-bottom: var(--gap-md);
|
|
22801
|
+
}
|
|
22802
|
+
.antd-Form-control > .antd-Table {
|
|
22803
|
+
margin-bottom: var(--gap-sm);
|
|
22661
22804
|
}
|
|
22662
22805
|
.antd-Table-fixedTop {
|
|
22663
|
-
position:
|
|
22806
|
+
position: sticky;
|
|
22664
22807
|
background: var(--Table-bg);
|
|
22665
|
-
|
|
22666
|
-
opacity:
|
|
22808
|
+
display: block;
|
|
22809
|
+
opacity: 1;
|
|
22810
|
+
z-index: 1100;
|
|
22667
22811
|
}
|
|
22668
22812
|
.antd-Table-fixedTop:after {
|
|
22669
22813
|
content: "";
|
|
22670
22814
|
position: absolute;
|
|
22671
22815
|
width: 100%;
|
|
22672
22816
|
box-shadow: var(--Table-fixedTop-boxShadow);
|
|
22673
|
-
z-index:
|
|
22674
|
-
height:
|
|
22675
|
-
|
|
22817
|
+
z-index: 30;
|
|
22818
|
+
height: 30px;
|
|
22819
|
+
top: 100%;
|
|
22820
|
+
pointer-events: none;
|
|
22676
22821
|
background-color: transparent;
|
|
22822
|
+
margin-top: -2px;
|
|
22677
22823
|
}
|
|
22678
|
-
.antd-Table-fixedTop.in {
|
|
22679
|
-
position: fixed;
|
|
22680
|
-
opacity: 1;
|
|
22681
|
-
z-index: 900;
|
|
22682
|
-
}
|
|
22683
|
-
.antd-Table-fixedTop > .antd-Table-fixedLeft,
|
|
22684
|
-
.antd-Table-fixedTop > .antd-Table-fixedRight {
|
|
22685
|
-
z-index: 910;
|
|
22686
|
-
background: transparent;
|
|
22687
|
-
}
|
|
22688
|
-
.antd-Table-fixedTop.is-fakeHide > .antd-Table-fixedLeft,
|
|
22689
|
-
.antd-Table-fixedTop.is-fakeHide > .antd-Table-fixedRight,
|
|
22690
22824
|
.antd-Table-fixedTop.is-fakeHide > .antd-Table-wrapper {
|
|
22691
22825
|
visibility: hidden;
|
|
22692
22826
|
position: absolute;
|
|
@@ -22762,6 +22896,9 @@ input[type=button].antd-Button--block {
|
|
|
22762
22896
|
display: flex;
|
|
22763
22897
|
align-items: center;
|
|
22764
22898
|
}
|
|
22899
|
+
.antd-Table.is-mobile .antd-Table-toolbar .antd-Form-item {
|
|
22900
|
+
padding: 0;
|
|
22901
|
+
}
|
|
22765
22902
|
.antd-Table-header + .antd-Table-toolbar {
|
|
22766
22903
|
padding-top: 0;
|
|
22767
22904
|
}
|
|
@@ -22780,9 +22917,6 @@ input[type=button].antd-Button--block {
|
|
|
22780
22917
|
overflow-x: auto;
|
|
22781
22918
|
transform: translateZ(0);
|
|
22782
22919
|
}
|
|
22783
|
-
.antd-Table-content th {
|
|
22784
|
-
position: relative;
|
|
22785
|
-
}
|
|
22786
22920
|
.antd-Table-content-colDragLine {
|
|
22787
22921
|
position: absolute;
|
|
22788
22922
|
width: 7px;
|
|
@@ -22794,9 +22928,9 @@ input[type=button].antd-Button--block {
|
|
|
22794
22928
|
-moz-user-select: none;
|
|
22795
22929
|
user-select: none;
|
|
22796
22930
|
opacity: 0.5;
|
|
22797
|
-
z-index:
|
|
22931
|
+
z-index: 15;
|
|
22798
22932
|
}
|
|
22799
|
-
.antd-Table-content-colDragLine:hover {
|
|
22933
|
+
.antd-Table-content-colDragLine:hover, .antd-Table-content-colDragLine.is-resizing {
|
|
22800
22934
|
background: var(--primary);
|
|
22801
22935
|
}
|
|
22802
22936
|
.antd-Table-table {
|
|
@@ -22807,11 +22941,47 @@ input[type=button].antd-Button--block {
|
|
|
22807
22941
|
color: var(--Table-color);
|
|
22808
22942
|
background: var(--Table-bg);
|
|
22809
22943
|
border-spacing: 0;
|
|
22810
|
-
border-collapse:
|
|
22811
|
-
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
22944
|
+
border-collapse: separate;
|
|
22812
22945
|
}
|
|
22813
22946
|
.antd-Table-table th, .antd-Table-table td {
|
|
22814
22947
|
text-align: left;
|
|
22948
|
+
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
22949
|
+
}
|
|
22950
|
+
.antd-Table-table th.is-sticky, .antd-Table-table td.is-sticky {
|
|
22951
|
+
position: sticky !important;
|
|
22952
|
+
z-index: 20;
|
|
22953
|
+
background: inherit;
|
|
22954
|
+
}
|
|
22955
|
+
.antd-Table-table th.is-sticky-last-left:after, .antd-Table-table td.is-sticky-last-left:after {
|
|
22956
|
+
position: absolute;
|
|
22957
|
+
top: 0;
|
|
22958
|
+
right: 0;
|
|
22959
|
+
bottom: -1px;
|
|
22960
|
+
width: 30px;
|
|
22961
|
+
transform: translateX(100%);
|
|
22962
|
+
transition: box-shadow 0.3s;
|
|
22963
|
+
content: "";
|
|
22964
|
+
pointer-events: none;
|
|
22965
|
+
}
|
|
22966
|
+
.antd-Table-table th.is-sticky-first-right:after, .antd-Table-table td.is-sticky-first-right:after {
|
|
22967
|
+
position: absolute;
|
|
22968
|
+
top: 0;
|
|
22969
|
+
bottom: -1px;
|
|
22970
|
+
left: 0;
|
|
22971
|
+
width: 30px;
|
|
22972
|
+
transform: translateX(-100%);
|
|
22973
|
+
transition: box-shadow 0.3s;
|
|
22974
|
+
content: "";
|
|
22975
|
+
pointer-events: none;
|
|
22976
|
+
}
|
|
22977
|
+
.antd-Table-table.table-fixed-left .is-sticky-last-left:after {
|
|
22978
|
+
box-shadow: var(--Table-fixedLeft-boxShadow);
|
|
22979
|
+
}
|
|
22980
|
+
.antd-Table-table.table-fixed-right .is-sticky-first-right:after {
|
|
22981
|
+
box-shadow: var(--Table-fixedRight-boxShadow);
|
|
22982
|
+
}
|
|
22983
|
+
.antd-Table-table th {
|
|
22984
|
+
position: relative;
|
|
22815
22985
|
}
|
|
22816
22986
|
.antd-Table-table th.text-center, .antd-Table-table td.text-center, .antd-Table-table th[colspan], .antd-Table-table td[colspan] {
|
|
22817
22987
|
text-align: center;
|
|
@@ -22822,6 +22992,9 @@ input[type=button].antd-Button--block {
|
|
|
22822
22992
|
.antd-Table-table td .antd-SwitchControl {
|
|
22823
22993
|
padding-top: 0;
|
|
22824
22994
|
}
|
|
22995
|
+
.antd-Table-table--affixHeader thead {
|
|
22996
|
+
visibility: collapse;
|
|
22997
|
+
}
|
|
22825
22998
|
.antd-Table-table--withCombine > thead > tr > th:first-child,
|
|
22826
22999
|
.antd-Table-table--withCombine > tbody > tr > td:first-child {
|
|
22827
23000
|
padding-left: var(--TableCell-paddingX) !important;
|
|
@@ -22842,8 +23015,11 @@ input[type=button].antd-Button--block {
|
|
|
22842
23015
|
.antd-Table-table--checkOnItemClick > tbody > tr {
|
|
22843
23016
|
cursor: pointer;
|
|
22844
23017
|
}
|
|
22845
|
-
.antd-Table-table > thead > tr
|
|
23018
|
+
.antd-Table-table > thead > tr {
|
|
22846
23019
|
background: var(--Table-thead-bg);
|
|
23020
|
+
}
|
|
23021
|
+
.antd-Table-table > thead > tr > th {
|
|
23022
|
+
background: inherit;
|
|
22847
23023
|
padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
|
|
22848
23024
|
text-align: left;
|
|
22849
23025
|
border-bottom: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
|
|
@@ -22889,6 +23065,7 @@ input[type=button].antd-Button--block {
|
|
|
22889
23065
|
}
|
|
22890
23066
|
.antd-Table-table > tbody > tr {
|
|
22891
23067
|
position: relative;
|
|
23068
|
+
background: var(--Table-bg);
|
|
22892
23069
|
}
|
|
22893
23070
|
.antd-Table-table > tbody > tr + tr {
|
|
22894
23071
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -22927,7 +23104,7 @@ input[type=button].antd-Button--block {
|
|
|
22927
23104
|
border-color: var(--Table-onHover-borderColor);
|
|
22928
23105
|
}
|
|
22929
23106
|
.antd-Table-table > tbody > tr:active {
|
|
22930
|
-
background:
|
|
23107
|
+
background: var(--Table-onHover-bg);
|
|
22931
23108
|
}
|
|
22932
23109
|
.antd-Table-table > tbody > tr:hover.antd-Table-placeholder {
|
|
22933
23110
|
color: var(--text--muted-color);
|
|
@@ -23208,334 +23385,197 @@ input[type=button].antd-Button--block {
|
|
|
23208
23385
|
.antd-Table-table > tbody > tr.is-dragging {
|
|
23209
23386
|
opacity: var(--Table-onDragging-opacity);
|
|
23210
23387
|
}
|
|
23211
|
-
.antd-Table-table
|
|
23212
|
-
right: -0.6875rem;
|
|
23213
|
-
}
|
|
23214
|
-
.antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandBtn {
|
|
23215
|
-
position: relative;
|
|
23216
|
-
right: -1.125rem;
|
|
23217
|
-
}
|
|
23218
|
-
.antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandCell + td {
|
|
23219
|
-
position: relative;
|
|
23220
|
-
padding-left: 1.125rem;
|
|
23221
|
-
}
|
|
23222
|
-
.antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandCell + td::before {
|
|
23388
|
+
.antd-Table-table .antd-Table-divider2 {
|
|
23223
23389
|
content: "";
|
|
23390
|
+
position: absolute;
|
|
23391
|
+
height: 0.0625rem;
|
|
23392
|
+
top: 50%;
|
|
23393
|
+
width: 0.625rem;
|
|
23394
|
+
background: var(--Table-tree-borderColor);
|
|
23395
|
+
}
|
|
23396
|
+
.antd-Table-table .antd-Table-divider3 {
|
|
23224
23397
|
position: absolute;
|
|
23225
23398
|
width: 0.0625rem;
|
|
23226
23399
|
top: 0;
|
|
23227
23400
|
bottom: 0;
|
|
23228
|
-
|
|
23229
|
-
height: auto;
|
|
23401
|
+
height: 100%;
|
|
23230
23402
|
background: var(--Table-tree-borderColor);
|
|
23231
23403
|
}
|
|
23232
|
-
.antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandCell
|
|
23233
|
-
|
|
23234
|
-
position: absolute;
|
|
23235
|
-
height: 0.0625rem;
|
|
23236
|
-
top: 50%;
|
|
23237
|
-
left: -0.5rem;
|
|
23238
|
-
width: 0.625rem;
|
|
23239
|
-
background: var(--Table-tree-borderColor);
|
|
23404
|
+
.antd-Table-table tr.antd-Table-tr--2th.is-expanded .antd-Table-expandCell:before {
|
|
23405
|
+
left: 2.5625rem;
|
|
23240
23406
|
}
|
|
23241
|
-
.antd-Table-table tr.antd-Table-tr--2th
|
|
23242
|
-
|
|
23407
|
+
.antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandBtn {
|
|
23408
|
+
position: relative;
|
|
23409
|
+
left: 1.1875rem;
|
|
23410
|
+
}
|
|
23411
|
+
.antd-Table-table tr.antd-Table-tr--2th .antd-Table-divider2 {
|
|
23412
|
+
left: 1.4375rem;
|
|
23413
|
+
}
|
|
23414
|
+
.antd-Table-table tr.antd-Table-tr--2th .antd-Table-divider3 {
|
|
23415
|
+
left: 1.4375rem;
|
|
23416
|
+
}
|
|
23417
|
+
.antd-Table-table tr.antd-Table-tr--2th.is-last .antd-Table-divider3 {
|
|
23418
|
+
height: 50%;
|
|
23243
23419
|
}
|
|
23244
23420
|
.antd-Table-table tr.antd-Table-tr--2th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
|
23245
23421
|
height: 50%;
|
|
23246
23422
|
bottom: auto;
|
|
23247
23423
|
}
|
|
23248
23424
|
.antd-Table-table tr.antd-Table-tr--3th.is-expanded .antd-Table-expandCell:before {
|
|
23249
|
-
|
|
23425
|
+
left: 3.6875rem;
|
|
23250
23426
|
}
|
|
23251
23427
|
.antd-Table-table tr.antd-Table-tr--3th .antd-Table-expandBtn {
|
|
23252
23428
|
position: relative;
|
|
23253
|
-
|
|
23254
|
-
}
|
|
23255
|
-
.antd-Table-table tr.antd-Table-tr--3th .antd-Table-expandCell + td {
|
|
23256
|
-
position: relative;
|
|
23257
|
-
padding-left: 2.25rem;
|
|
23429
|
+
left: 2.3125rem;
|
|
23258
23430
|
}
|
|
23259
|
-
.antd-Table-table tr.antd-Table-tr--3th .antd-Table-
|
|
23260
|
-
|
|
23261
|
-
position: absolute;
|
|
23262
|
-
width: 0.0625rem;
|
|
23263
|
-
top: 0;
|
|
23264
|
-
bottom: 0;
|
|
23265
|
-
left: 0.625rem;
|
|
23266
|
-
height: auto;
|
|
23267
|
-
background: var(--Table-tree-borderColor);
|
|
23431
|
+
.antd-Table-table tr.antd-Table-tr--3th .antd-Table-divider2 {
|
|
23432
|
+
left: 2.5625rem;
|
|
23268
23433
|
}
|
|
23269
|
-
.antd-Table-table tr.antd-Table-tr--3th .antd-Table-
|
|
23270
|
-
|
|
23271
|
-
position: absolute;
|
|
23272
|
-
height: 0.0625rem;
|
|
23273
|
-
top: 50%;
|
|
23274
|
-
left: 0.625rem;
|
|
23275
|
-
width: 0.625rem;
|
|
23276
|
-
background: var(--Table-tree-borderColor);
|
|
23434
|
+
.antd-Table-table tr.antd-Table-tr--3th .antd-Table-divider3 {
|
|
23435
|
+
left: 2.5625rem;
|
|
23277
23436
|
}
|
|
23278
|
-
.antd-Table-table tr.antd-Table-tr--3th.is-
|
|
23279
|
-
|
|
23437
|
+
.antd-Table-table tr.antd-Table-tr--3th.is-last .antd-Table-divider3 {
|
|
23438
|
+
height: 50%;
|
|
23280
23439
|
}
|
|
23281
23440
|
.antd-Table-table tr.antd-Table-tr--3th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
|
23282
23441
|
height: 50%;
|
|
23283
23442
|
bottom: auto;
|
|
23284
23443
|
}
|
|
23285
23444
|
.antd-Table-table tr.antd-Table-tr--4th.is-expanded .antd-Table-expandCell:before {
|
|
23286
|
-
|
|
23445
|
+
left: 4.8125rem;
|
|
23287
23446
|
}
|
|
23288
23447
|
.antd-Table-table tr.antd-Table-tr--4th .antd-Table-expandBtn {
|
|
23289
23448
|
position: relative;
|
|
23290
|
-
|
|
23291
|
-
}
|
|
23292
|
-
.antd-Table-table tr.antd-Table-tr--4th .antd-Table-expandCell + td {
|
|
23293
|
-
position: relative;
|
|
23294
|
-
padding-left: 3.375rem;
|
|
23449
|
+
left: 3.4375rem;
|
|
23295
23450
|
}
|
|
23296
|
-
.antd-Table-table tr.antd-Table-tr--4th .antd-Table-
|
|
23297
|
-
|
|
23298
|
-
position: absolute;
|
|
23299
|
-
width: 0.0625rem;
|
|
23300
|
-
top: 0;
|
|
23301
|
-
bottom: 0;
|
|
23302
|
-
left: 1.75rem;
|
|
23303
|
-
height: auto;
|
|
23304
|
-
background: var(--Table-tree-borderColor);
|
|
23451
|
+
.antd-Table-table tr.antd-Table-tr--4th .antd-Table-divider2 {
|
|
23452
|
+
left: 3.6875rem;
|
|
23305
23453
|
}
|
|
23306
|
-
.antd-Table-table tr.antd-Table-tr--4th .antd-Table-
|
|
23307
|
-
|
|
23308
|
-
position: absolute;
|
|
23309
|
-
height: 0.0625rem;
|
|
23310
|
-
top: 50%;
|
|
23311
|
-
left: 1.75rem;
|
|
23312
|
-
width: 0.625rem;
|
|
23313
|
-
background: var(--Table-tree-borderColor);
|
|
23454
|
+
.antd-Table-table tr.antd-Table-tr--4th .antd-Table-divider3 {
|
|
23455
|
+
left: 3.6875rem;
|
|
23314
23456
|
}
|
|
23315
|
-
.antd-Table-table tr.antd-Table-tr--4th.is-
|
|
23316
|
-
|
|
23457
|
+
.antd-Table-table tr.antd-Table-tr--4th.is-last .antd-Table-divider3 {
|
|
23458
|
+
height: 50%;
|
|
23317
23459
|
}
|
|
23318
23460
|
.antd-Table-table tr.antd-Table-tr--4th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
|
23319
23461
|
height: 50%;
|
|
23320
23462
|
bottom: auto;
|
|
23321
23463
|
}
|
|
23322
23464
|
.antd-Table-table tr.antd-Table-tr--5th.is-expanded .antd-Table-expandCell:before {
|
|
23323
|
-
|
|
23465
|
+
left: 5.9375rem;
|
|
23324
23466
|
}
|
|
23325
23467
|
.antd-Table-table tr.antd-Table-tr--5th .antd-Table-expandBtn {
|
|
23326
23468
|
position: relative;
|
|
23327
|
-
|
|
23469
|
+
left: 4.5625rem;
|
|
23328
23470
|
}
|
|
23329
|
-
.antd-Table-table tr.antd-Table-tr--5th .antd-Table-
|
|
23330
|
-
|
|
23331
|
-
padding-left: 4.5rem;
|
|
23471
|
+
.antd-Table-table tr.antd-Table-tr--5th .antd-Table-divider2 {
|
|
23472
|
+
left: 4.8125rem;
|
|
23332
23473
|
}
|
|
23333
|
-
.antd-Table-table tr.antd-Table-tr--5th .antd-Table-
|
|
23334
|
-
|
|
23335
|
-
position: absolute;
|
|
23336
|
-
width: 0.0625rem;
|
|
23337
|
-
top: 0;
|
|
23338
|
-
bottom: 0;
|
|
23339
|
-
left: 2.875rem;
|
|
23340
|
-
height: auto;
|
|
23341
|
-
background: var(--Table-tree-borderColor);
|
|
23474
|
+
.antd-Table-table tr.antd-Table-tr--5th .antd-Table-divider3 {
|
|
23475
|
+
left: 4.8125rem;
|
|
23342
23476
|
}
|
|
23343
|
-
.antd-Table-table tr.antd-Table-tr--5th .antd-Table-
|
|
23344
|
-
|
|
23345
|
-
position: absolute;
|
|
23346
|
-
height: 0.0625rem;
|
|
23347
|
-
top: 50%;
|
|
23348
|
-
left: 2.875rem;
|
|
23349
|
-
width: 0.625rem;
|
|
23350
|
-
background: var(--Table-tree-borderColor);
|
|
23351
|
-
}
|
|
23352
|
-
.antd-Table-table tr.antd-Table-tr--5th.is-expandable .antd-Table-expandCell + td {
|
|
23353
|
-
padding-left: 4.5rem;
|
|
23477
|
+
.antd-Table-table tr.antd-Table-tr--5th.is-last .antd-Table-divider3 {
|
|
23478
|
+
height: 50%;
|
|
23354
23479
|
}
|
|
23355
23480
|
.antd-Table-table tr.antd-Table-tr--5th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
|
23356
23481
|
height: 50%;
|
|
23357
23482
|
bottom: auto;
|
|
23358
23483
|
}
|
|
23359
23484
|
.antd-Table-table tr.antd-Table-tr--6th.is-expanded .antd-Table-expandCell:before {
|
|
23360
|
-
|
|
23485
|
+
left: 7.0625rem;
|
|
23361
23486
|
}
|
|
23362
23487
|
.antd-Table-table tr.antd-Table-tr--6th .antd-Table-expandBtn {
|
|
23363
23488
|
position: relative;
|
|
23364
|
-
|
|
23489
|
+
left: 5.6875rem;
|
|
23365
23490
|
}
|
|
23366
|
-
.antd-Table-table tr.antd-Table-tr--6th .antd-Table-
|
|
23367
|
-
|
|
23368
|
-
padding-left: 5.625rem;
|
|
23491
|
+
.antd-Table-table tr.antd-Table-tr--6th .antd-Table-divider2 {
|
|
23492
|
+
left: 5.9375rem;
|
|
23369
23493
|
}
|
|
23370
|
-
.antd-Table-table tr.antd-Table-tr--6th .antd-Table-
|
|
23371
|
-
|
|
23372
|
-
position: absolute;
|
|
23373
|
-
width: 0.0625rem;
|
|
23374
|
-
top: 0;
|
|
23375
|
-
bottom: 0;
|
|
23376
|
-
left: 4rem;
|
|
23377
|
-
height: auto;
|
|
23378
|
-
background: var(--Table-tree-borderColor);
|
|
23379
|
-
}
|
|
23380
|
-
.antd-Table-table tr.antd-Table-tr--6th .antd-Table-expandCell + td::after {
|
|
23381
|
-
content: "";
|
|
23382
|
-
position: absolute;
|
|
23383
|
-
height: 0.0625rem;
|
|
23384
|
-
top: 50%;
|
|
23385
|
-
left: 4rem;
|
|
23386
|
-
width: 0.625rem;
|
|
23387
|
-
background: var(--Table-tree-borderColor);
|
|
23494
|
+
.antd-Table-table tr.antd-Table-tr--6th .antd-Table-divider3 {
|
|
23495
|
+
left: 5.9375rem;
|
|
23388
23496
|
}
|
|
23389
|
-
.antd-Table-table tr.antd-Table-tr--6th.is-
|
|
23390
|
-
|
|
23497
|
+
.antd-Table-table tr.antd-Table-tr--6th.is-last .antd-Table-divider3 {
|
|
23498
|
+
height: 50%;
|
|
23391
23499
|
}
|
|
23392
23500
|
.antd-Table-table tr.antd-Table-tr--6th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
|
23393
23501
|
height: 50%;
|
|
23394
23502
|
bottom: auto;
|
|
23395
23503
|
}
|
|
23396
23504
|
.antd-Table-table tr.antd-Table-tr--7th.is-expanded .antd-Table-expandCell:before {
|
|
23397
|
-
|
|
23505
|
+
left: 8.1875rem;
|
|
23398
23506
|
}
|
|
23399
23507
|
.antd-Table-table tr.antd-Table-tr--7th .antd-Table-expandBtn {
|
|
23400
23508
|
position: relative;
|
|
23401
|
-
|
|
23509
|
+
left: 6.8125rem;
|
|
23402
23510
|
}
|
|
23403
|
-
.antd-Table-table tr.antd-Table-tr--7th .antd-Table-
|
|
23404
|
-
|
|
23405
|
-
padding-left: 6.75rem;
|
|
23511
|
+
.antd-Table-table tr.antd-Table-tr--7th .antd-Table-divider2 {
|
|
23512
|
+
left: 7.0625rem;
|
|
23406
23513
|
}
|
|
23407
|
-
.antd-Table-table tr.antd-Table-tr--7th .antd-Table-
|
|
23408
|
-
|
|
23409
|
-
position: absolute;
|
|
23410
|
-
width: 0.0625rem;
|
|
23411
|
-
top: 0;
|
|
23412
|
-
bottom: 0;
|
|
23413
|
-
left: 5.125rem;
|
|
23414
|
-
height: auto;
|
|
23415
|
-
background: var(--Table-tree-borderColor);
|
|
23416
|
-
}
|
|
23417
|
-
.antd-Table-table tr.antd-Table-tr--7th .antd-Table-expandCell + td::after {
|
|
23418
|
-
content: "";
|
|
23419
|
-
position: absolute;
|
|
23420
|
-
height: 0.0625rem;
|
|
23421
|
-
top: 50%;
|
|
23422
|
-
left: 5.125rem;
|
|
23423
|
-
width: 0.625rem;
|
|
23424
|
-
background: var(--Table-tree-borderColor);
|
|
23514
|
+
.antd-Table-table tr.antd-Table-tr--7th .antd-Table-divider3 {
|
|
23515
|
+
left: 7.0625rem;
|
|
23425
23516
|
}
|
|
23426
|
-
.antd-Table-table tr.antd-Table-tr--7th.is-
|
|
23427
|
-
|
|
23517
|
+
.antd-Table-table tr.antd-Table-tr--7th.is-last .antd-Table-divider3 {
|
|
23518
|
+
height: 50%;
|
|
23428
23519
|
}
|
|
23429
23520
|
.antd-Table-table tr.antd-Table-tr--7th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
|
23430
23521
|
height: 50%;
|
|
23431
23522
|
bottom: auto;
|
|
23432
23523
|
}
|
|
23433
23524
|
.antd-Table-table tr.antd-Table-tr--8th.is-expanded .antd-Table-expandCell:before {
|
|
23434
|
-
|
|
23525
|
+
left: 9.3125rem;
|
|
23435
23526
|
}
|
|
23436
23527
|
.antd-Table-table tr.antd-Table-tr--8th .antd-Table-expandBtn {
|
|
23437
23528
|
position: relative;
|
|
23438
|
-
|
|
23529
|
+
left: 7.9375rem;
|
|
23439
23530
|
}
|
|
23440
|
-
.antd-Table-table tr.antd-Table-tr--8th .antd-Table-
|
|
23441
|
-
|
|
23442
|
-
padding-left: 7.875rem;
|
|
23531
|
+
.antd-Table-table tr.antd-Table-tr--8th .antd-Table-divider2 {
|
|
23532
|
+
left: 8.1875rem;
|
|
23443
23533
|
}
|
|
23444
|
-
.antd-Table-table tr.antd-Table-tr--8th .antd-Table-
|
|
23445
|
-
|
|
23446
|
-
position: absolute;
|
|
23447
|
-
width: 0.0625rem;
|
|
23448
|
-
top: 0;
|
|
23449
|
-
bottom: 0;
|
|
23450
|
-
left: 6.25rem;
|
|
23451
|
-
height: auto;
|
|
23452
|
-
background: var(--Table-tree-borderColor);
|
|
23453
|
-
}
|
|
23454
|
-
.antd-Table-table tr.antd-Table-tr--8th .antd-Table-expandCell + td::after {
|
|
23455
|
-
content: "";
|
|
23456
|
-
position: absolute;
|
|
23457
|
-
height: 0.0625rem;
|
|
23458
|
-
top: 50%;
|
|
23459
|
-
left: 6.25rem;
|
|
23460
|
-
width: 0.625rem;
|
|
23461
|
-
background: var(--Table-tree-borderColor);
|
|
23534
|
+
.antd-Table-table tr.antd-Table-tr--8th .antd-Table-divider3 {
|
|
23535
|
+
left: 8.1875rem;
|
|
23462
23536
|
}
|
|
23463
|
-
.antd-Table-table tr.antd-Table-tr--8th.is-
|
|
23464
|
-
|
|
23537
|
+
.antd-Table-table tr.antd-Table-tr--8th.is-last .antd-Table-divider3 {
|
|
23538
|
+
height: 50%;
|
|
23465
23539
|
}
|
|
23466
23540
|
.antd-Table-table tr.antd-Table-tr--8th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
|
23467
23541
|
height: 50%;
|
|
23468
23542
|
bottom: auto;
|
|
23469
23543
|
}
|
|
23470
23544
|
.antd-Table-table tr.antd-Table-tr--9th.is-expanded .antd-Table-expandCell:before {
|
|
23471
|
-
|
|
23545
|
+
left: 10.4375rem;
|
|
23472
23546
|
}
|
|
23473
23547
|
.antd-Table-table tr.antd-Table-tr--9th .antd-Table-expandBtn {
|
|
23474
23548
|
position: relative;
|
|
23475
|
-
|
|
23549
|
+
left: 9.0625rem;
|
|
23476
23550
|
}
|
|
23477
|
-
.antd-Table-table tr.antd-Table-tr--9th .antd-Table-
|
|
23478
|
-
|
|
23479
|
-
padding-left: 9rem;
|
|
23551
|
+
.antd-Table-table tr.antd-Table-tr--9th .antd-Table-divider2 {
|
|
23552
|
+
left: 9.3125rem;
|
|
23480
23553
|
}
|
|
23481
|
-
.antd-Table-table tr.antd-Table-tr--9th .antd-Table-
|
|
23482
|
-
|
|
23483
|
-
position: absolute;
|
|
23484
|
-
width: 0.0625rem;
|
|
23485
|
-
top: 0;
|
|
23486
|
-
bottom: 0;
|
|
23487
|
-
left: 7.375rem;
|
|
23488
|
-
height: auto;
|
|
23489
|
-
background: var(--Table-tree-borderColor);
|
|
23490
|
-
}
|
|
23491
|
-
.antd-Table-table tr.antd-Table-tr--9th .antd-Table-expandCell + td::after {
|
|
23492
|
-
content: "";
|
|
23493
|
-
position: absolute;
|
|
23494
|
-
height: 0.0625rem;
|
|
23495
|
-
top: 50%;
|
|
23496
|
-
left: 7.375rem;
|
|
23497
|
-
width: 0.625rem;
|
|
23498
|
-
background: var(--Table-tree-borderColor);
|
|
23554
|
+
.antd-Table-table tr.antd-Table-tr--9th .antd-Table-divider3 {
|
|
23555
|
+
left: 9.3125rem;
|
|
23499
23556
|
}
|
|
23500
|
-
.antd-Table-table tr.antd-Table-tr--9th.is-
|
|
23501
|
-
|
|
23557
|
+
.antd-Table-table tr.antd-Table-tr--9th.is-last .antd-Table-divider3 {
|
|
23558
|
+
height: 50%;
|
|
23502
23559
|
}
|
|
23503
23560
|
.antd-Table-table tr.antd-Table-tr--9th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
|
23504
23561
|
height: 50%;
|
|
23505
23562
|
bottom: auto;
|
|
23506
23563
|
}
|
|
23507
23564
|
.antd-Table-table tr.antd-Table-tr--10th.is-expanded .antd-Table-expandCell:before {
|
|
23508
|
-
|
|
23565
|
+
left: 11.5625rem;
|
|
23509
23566
|
}
|
|
23510
23567
|
.antd-Table-table tr.antd-Table-tr--10th .antd-Table-expandBtn {
|
|
23511
23568
|
position: relative;
|
|
23512
|
-
|
|
23569
|
+
left: 10.1875rem;
|
|
23513
23570
|
}
|
|
23514
|
-
.antd-Table-table tr.antd-Table-tr--10th .antd-Table-
|
|
23515
|
-
|
|
23516
|
-
padding-left: 10.125rem;
|
|
23571
|
+
.antd-Table-table tr.antd-Table-tr--10th .antd-Table-divider2 {
|
|
23572
|
+
left: 10.4375rem;
|
|
23517
23573
|
}
|
|
23518
|
-
.antd-Table-table tr.antd-Table-tr--10th .antd-Table-
|
|
23519
|
-
|
|
23520
|
-
position: absolute;
|
|
23521
|
-
width: 0.0625rem;
|
|
23522
|
-
top: 0;
|
|
23523
|
-
bottom: 0;
|
|
23524
|
-
left: 8.5rem;
|
|
23525
|
-
height: auto;
|
|
23526
|
-
background: var(--Table-tree-borderColor);
|
|
23527
|
-
}
|
|
23528
|
-
.antd-Table-table tr.antd-Table-tr--10th .antd-Table-expandCell + td::after {
|
|
23529
|
-
content: "";
|
|
23530
|
-
position: absolute;
|
|
23531
|
-
height: 0.0625rem;
|
|
23532
|
-
top: 50%;
|
|
23533
|
-
left: 8.5rem;
|
|
23534
|
-
width: 0.625rem;
|
|
23535
|
-
background: var(--Table-tree-borderColor);
|
|
23574
|
+
.antd-Table-table tr.antd-Table-tr--10th .antd-Table-divider3 {
|
|
23575
|
+
left: 10.4375rem;
|
|
23536
23576
|
}
|
|
23537
|
-
.antd-Table-table tr.antd-Table-tr--10th.is-
|
|
23538
|
-
|
|
23577
|
+
.antd-Table-table tr.antd-Table-tr--10th.is-last .antd-Table-divider3 {
|
|
23578
|
+
height: 50%;
|
|
23539
23579
|
}
|
|
23540
23580
|
.antd-Table-table tr.antd-Table-tr--10th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
|
|
23541
23581
|
height: 50%;
|
|
@@ -23582,7 +23622,7 @@ input[type=button].antd-Button--block {
|
|
|
23582
23622
|
bottom: 0;
|
|
23583
23623
|
height: 100%;
|
|
23584
23624
|
background: var(--Table-tree-borderColor);
|
|
23585
|
-
|
|
23625
|
+
left: 1.4375rem;
|
|
23586
23626
|
}
|
|
23587
23627
|
.antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-2 {
|
|
23588
23628
|
position: absolute;
|
|
@@ -23591,7 +23631,7 @@ input[type=button].antd-Button--block {
|
|
|
23591
23631
|
bottom: 0;
|
|
23592
23632
|
height: 100%;
|
|
23593
23633
|
background: var(--Table-tree-borderColor);
|
|
23594
|
-
|
|
23634
|
+
left: 2.5625rem;
|
|
23595
23635
|
}
|
|
23596
23636
|
.antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-3 {
|
|
23597
23637
|
position: absolute;
|
|
@@ -23600,7 +23640,7 @@ input[type=button].antd-Button--block {
|
|
|
23600
23640
|
bottom: 0;
|
|
23601
23641
|
height: 100%;
|
|
23602
23642
|
background: var(--Table-tree-borderColor);
|
|
23603
|
-
|
|
23643
|
+
left: 3.6875rem;
|
|
23604
23644
|
}
|
|
23605
23645
|
.antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-4 {
|
|
23606
23646
|
position: absolute;
|
|
@@ -23609,7 +23649,7 @@ input[type=button].antd-Button--block {
|
|
|
23609
23649
|
bottom: 0;
|
|
23610
23650
|
height: 100%;
|
|
23611
23651
|
background: var(--Table-tree-borderColor);
|
|
23612
|
-
|
|
23652
|
+
left: 4.8125rem;
|
|
23613
23653
|
}
|
|
23614
23654
|
.antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-5 {
|
|
23615
23655
|
position: absolute;
|
|
@@ -23618,7 +23658,7 @@ input[type=button].antd-Button--block {
|
|
|
23618
23658
|
bottom: 0;
|
|
23619
23659
|
height: 100%;
|
|
23620
23660
|
background: var(--Table-tree-borderColor);
|
|
23621
|
-
|
|
23661
|
+
left: 5.9375rem;
|
|
23622
23662
|
}
|
|
23623
23663
|
.antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-6 {
|
|
23624
23664
|
position: absolute;
|
|
@@ -23627,7 +23667,7 @@ input[type=button].antd-Button--block {
|
|
|
23627
23667
|
bottom: 0;
|
|
23628
23668
|
height: 100%;
|
|
23629
23669
|
background: var(--Table-tree-borderColor);
|
|
23630
|
-
|
|
23670
|
+
left: 7.0625rem;
|
|
23631
23671
|
}
|
|
23632
23672
|
.antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-7 {
|
|
23633
23673
|
position: absolute;
|
|
@@ -23636,7 +23676,7 @@ input[type=button].antd-Button--block {
|
|
|
23636
23676
|
bottom: 0;
|
|
23637
23677
|
height: 100%;
|
|
23638
23678
|
background: var(--Table-tree-borderColor);
|
|
23639
|
-
|
|
23679
|
+
left: 8.1875rem;
|
|
23640
23680
|
}
|
|
23641
23681
|
.antd-Table-table > tbody > tr.is-expanded > td.antd-Table-expandCell::before {
|
|
23642
23682
|
content: "";
|
|
@@ -23644,7 +23684,7 @@ input[type=button].antd-Button--block {
|
|
|
23644
23684
|
width: 0.0625rem;
|
|
23645
23685
|
top: 50%;
|
|
23646
23686
|
bottom: 0;
|
|
23647
|
-
|
|
23687
|
+
left: 1.4375rem;
|
|
23648
23688
|
height: auto;
|
|
23649
23689
|
background: var(--Table-tree-borderColor);
|
|
23650
23690
|
}
|
|
@@ -23653,6 +23693,14 @@ input[type=button].antd-Button--block {
|
|
|
23653
23693
|
.antd-Table-table > thead > tr > th.antd-TableCell--filterable > .antd-TableCell--title {
|
|
23654
23694
|
display: inline-block;
|
|
23655
23695
|
}
|
|
23696
|
+
.antd-Table.is-mobile .antd-Table-table > tbody > tr:hover, .antd-Table.is-mobile .antd-Table-table > tbody > tr.is-hovered {
|
|
23697
|
+
background: var(--Table-bg);
|
|
23698
|
+
border-color: var(--Table-borderColor);
|
|
23699
|
+
color: var(--Table-color);
|
|
23700
|
+
}
|
|
23701
|
+
.antd-Table.is-mobile .antd-Table-table > tbody > tr:hover + tr, .antd-Table.is-mobile .antd-Table-table > tbody > tr.is-hovered + tr {
|
|
23702
|
+
border-color: var(--Table-borderColor);
|
|
23703
|
+
}
|
|
23656
23704
|
.antd-TableCell-sortBtn, .antd-TableCell-searchBtn, .antd-TableCell-filterBtn {
|
|
23657
23705
|
display: inline-block;
|
|
23658
23706
|
vertical-align: top;
|
|
@@ -23891,10 +23939,7 @@ input[type=button].antd-Button--block {
|
|
|
23891
23939
|
.antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table thead {
|
|
23892
23940
|
position: sticky;
|
|
23893
23941
|
top: 0;
|
|
23894
|
-
z-index:
|
|
23895
|
-
}
|
|
23896
|
-
.antd-Table--autoFillHeight > .antd-Table-fixedTop {
|
|
23897
|
-
display: none;
|
|
23942
|
+
z-index: 21;
|
|
23898
23943
|
}
|
|
23899
23944
|
.antd-Table--autoFillHeight > .antd-Table-footToolbar {
|
|
23900
23945
|
margin-bottom: 0;
|
|
@@ -23906,6 +23951,10 @@ input[type=button].antd-Button--block {
|
|
|
23906
23951
|
display: inline-flex;
|
|
23907
23952
|
cursor: pointer;
|
|
23908
23953
|
}
|
|
23954
|
+
.antd-Table-SFToggler:hover {
|
|
23955
|
+
color: var(--link-color);
|
|
23956
|
+
font-size: var(--Button--sm-fontSize);
|
|
23957
|
+
}
|
|
23909
23958
|
.antd-Table-SFToggler-arrow {
|
|
23910
23959
|
width: var(--gap-md);
|
|
23911
23960
|
text-align: center;
|
|
@@ -25238,15 +25287,15 @@ input[type=button].antd-Button--block {
|
|
|
25238
25287
|
margin-left: var(--DropDown-caret-marginLeft);
|
|
25239
25288
|
display: inline-block;
|
|
25240
25289
|
vertical-align: top;
|
|
25241
|
-
transition: transform var(--animation-duration) ease;
|
|
25242
25290
|
}
|
|
25243
25291
|
.antd-ColumnToggler-caret > svg {
|
|
25244
25292
|
width: 0.625rem;
|
|
25245
25293
|
height: 0.625rem;
|
|
25246
|
-
|
|
25294
|
+
transition: transform var(--animation-duration) ease;
|
|
25295
|
+
transform: rotate(90deg);
|
|
25247
25296
|
}
|
|
25248
|
-
.antd-ColumnToggler.is-opened .antd-ColumnToggler-caret {
|
|
25249
|
-
transform: rotate(
|
|
25297
|
+
.antd-ColumnToggler.is-opened .antd-ColumnToggler-caret svg {
|
|
25298
|
+
transform: rotate(270deg);
|
|
25250
25299
|
}
|
|
25251
25300
|
.antd-ColumnToggler.is-actived > .antd-Button {
|
|
25252
25301
|
color: var(--link-color);
|
|
@@ -25290,10 +25339,6 @@ input[type=button].antd-Button--block {
|
|
|
25290
25339
|
text-decoration: var(--link-decoration);
|
|
25291
25340
|
background: var(--table-togglable-bg-color);
|
|
25292
25341
|
}
|
|
25293
|
-
.antd-ColumnToggler-menuItem:hover, .antd-ColumnToggler-menu > li:hover {
|
|
25294
|
-
background: var(--table-togglable-hover-bg-color);
|
|
25295
|
-
color: var(--DropDown-menuItem-onHover-color);
|
|
25296
|
-
}
|
|
25297
25342
|
.antd-ColumnToggler-menuItem.is-active, .antd-ColumnToggler-menu > li.is-active {
|
|
25298
25343
|
color: var(--DropDown-menuItem-onActive-color);
|
|
25299
25344
|
}
|
|
@@ -25312,6 +25357,10 @@ input[type=button].antd-Button--block {
|
|
|
25312
25357
|
background: var(--DropDown-menu-borderColor);
|
|
25313
25358
|
padding: 0;
|
|
25314
25359
|
}
|
|
25360
|
+
.antd-ColumnToggler-menu:not(.is-mobile) > li:hover {
|
|
25361
|
+
background: var(--table-togglable-hover-bg-color);
|
|
25362
|
+
color: var(--DropDown-menuItem-onHover-color);
|
|
25363
|
+
}
|
|
25315
25364
|
.antd-ColumnToggler-menu > li a {
|
|
25316
25365
|
color: inherit;
|
|
25317
25366
|
display: block;
|
|
@@ -25486,16 +25535,9 @@ input[type=button].antd-Button--block {
|
|
|
25486
25535
|
padding: var(--gap-xs) 0;
|
|
25487
25536
|
}
|
|
25488
25537
|
.antd-List-fixedTop {
|
|
25489
|
-
position:
|
|
25538
|
+
position: sticky;
|
|
25490
25539
|
background: var(--white);
|
|
25491
|
-
z-index:
|
|
25492
|
-
opacity: 0;
|
|
25493
|
-
box-shadow: var(--List-fixedTop-boxShadow);
|
|
25494
|
-
}
|
|
25495
|
-
.antd-List-fixedTop.in {
|
|
25496
|
-
position: fixed;
|
|
25497
|
-
opacity: 1;
|
|
25498
|
-
z-index: 900;
|
|
25540
|
+
z-index: 1100;
|
|
25499
25541
|
}
|
|
25500
25542
|
.antd-List-fixedTop .antd-Cards-toolbar {
|
|
25501
25543
|
margin-bottom: 0;
|
|
@@ -25684,17 +25726,10 @@ input[type=button].antd-Button--block {
|
|
|
25684
25726
|
padding-top: 0;
|
|
25685
25727
|
}
|
|
25686
25728
|
.antd-Cards-fixedTop {
|
|
25687
|
-
position:
|
|
25729
|
+
position: sticky;
|
|
25688
25730
|
background: var(--white);
|
|
25689
|
-
z-index: -1;
|
|
25690
|
-
opacity: 0;
|
|
25691
|
-
box-shadow: var(--Cards-fixedTop-boxShadow);
|
|
25692
25731
|
padding: var(--gap-sm);
|
|
25693
|
-
|
|
25694
|
-
.antd-Cards-fixedTop.in {
|
|
25695
|
-
position: fixed;
|
|
25696
|
-
opacity: 1;
|
|
25697
|
-
z-index: 900;
|
|
25732
|
+
z-index: 1100;
|
|
25698
25733
|
}
|
|
25699
25734
|
.antd-Cards-fixedTop .antd-Cards-toolbar {
|
|
25700
25735
|
margin-bottom: 0;
|
|
@@ -26265,6 +26300,7 @@ input[type=button].antd-Button--block {
|
|
|
26265
26300
|
align-items: center;
|
|
26266
26301
|
color: var(--text-color);
|
|
26267
26302
|
font-size: var(--fontSizeXs);
|
|
26303
|
+
min-width: 50px;
|
|
26268
26304
|
}
|
|
26269
26305
|
.antd-Progress-line {
|
|
26270
26306
|
display: inline-block;
|
|
@@ -27323,7 +27359,6 @@ input[type=button].antd-Button--block {
|
|
|
27323
27359
|
border: none;
|
|
27324
27360
|
color: var(--Form-input-color);
|
|
27325
27361
|
width: 100%;
|
|
27326
|
-
height: var(--Form-input-lineHeight);
|
|
27327
27362
|
}
|
|
27328
27363
|
.antd-InputBox input::-moz-placeholder {
|
|
27329
27364
|
color: var(--Form-input-placeholderColor);
|
|
@@ -27409,6 +27444,7 @@ input[type=button].antd-Button--block {
|
|
|
27409
27444
|
margin: 5px;
|
|
27410
27445
|
display: flex;
|
|
27411
27446
|
color: var(--Form-select-caret-iconColor);
|
|
27447
|
+
transform: rotate(90deg);
|
|
27412
27448
|
}
|
|
27413
27449
|
.antd-InputBox-caret:hover {
|
|
27414
27450
|
color: var(--Form-select-caret-onHover-iconColor);
|
|
@@ -27419,7 +27455,24 @@ input[type=button].antd-Button--block {
|
|
|
27419
27455
|
top: 0;
|
|
27420
27456
|
}
|
|
27421
27457
|
.antd-InputBox.is-active .antd-InputBox-caret {
|
|
27422
|
-
transform: rotate(
|
|
27458
|
+
transform: rotate(270deg);
|
|
27459
|
+
}
|
|
27460
|
+
.antd-InputBox.is-mobile {
|
|
27461
|
+
border: none;
|
|
27462
|
+
border-radius: 0;
|
|
27463
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
27464
|
+
}
|
|
27465
|
+
.antd-InputBox.is-mobile.is-error, .is-error > .antd-InputBox.is-mobile {
|
|
27466
|
+
border-bottom-color: var(--Form-input-onError-borderColor);
|
|
27467
|
+
}
|
|
27468
|
+
.antd-InputBox.is-mobile.is-focused {
|
|
27469
|
+
border-bottom-color: var(--Form-input-onFocused-borderColor);
|
|
27470
|
+
}
|
|
27471
|
+
.antd-InputBox.is-mobile.is-error.is-focused {
|
|
27472
|
+
border-bottom-color: var(--Form-input-onError-borderColor);
|
|
27473
|
+
}
|
|
27474
|
+
.antd-InputBox.is-mobile.is-disabled {
|
|
27475
|
+
border-bottom-color: var(--Form-input-onDisabled-borderColor);
|
|
27423
27476
|
}
|
|
27424
27477
|
.antd-JSONSchemaMember {
|
|
27425
27478
|
display: flex;
|
|
@@ -27445,6 +27498,18 @@ input[type=button].antd-Button--block {
|
|
|
27445
27498
|
align-items: center;
|
|
27446
27499
|
color: var(--Form-input-color);
|
|
27447
27500
|
}
|
|
27501
|
+
.antd-JSONSchemaMember-key.is-mobile > span {
|
|
27502
|
+
border-radius: 0;
|
|
27503
|
+
border: none;
|
|
27504
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
27505
|
+
}
|
|
27506
|
+
.antd-JSONSchemaMember-key.is-mobile .antd-InputBox {
|
|
27507
|
+
height: 100%;
|
|
27508
|
+
line-height: 1;
|
|
27509
|
+
}
|
|
27510
|
+
.antd-JSONSchemaMember-key.is-mobile .antd-InputBox > .antd-InputBox-caret svg {
|
|
27511
|
+
top: 0.125em;
|
|
27512
|
+
}
|
|
27448
27513
|
.antd-JSONSchemaMember-value {
|
|
27449
27514
|
flex: 1;
|
|
27450
27515
|
margin-left: auto;
|
|
@@ -27472,6 +27537,7 @@ input[type=button].antd-Button--block {
|
|
|
27472
27537
|
transition: transform var(--animation-duration);
|
|
27473
27538
|
color: var(--icon-color);
|
|
27474
27539
|
margin-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
|
|
27540
|
+
transform: rotate(90deg);
|
|
27475
27541
|
}
|
|
27476
27542
|
.antd-JSONSchemaObject-caret > svg {
|
|
27477
27543
|
width: 10px;
|
|
@@ -27479,7 +27545,7 @@ input[type=button].antd-Button--block {
|
|
|
27479
27545
|
top: 0;
|
|
27480
27546
|
}
|
|
27481
27547
|
.antd-JSONSchemaObject-caret.is-collapsed {
|
|
27482
|
-
transform: rotate(
|
|
27548
|
+
transform: rotate(0deg);
|
|
27483
27549
|
}
|
|
27484
27550
|
.antd-JSONSchemaObject.is-expanded {
|
|
27485
27551
|
position: relative;
|
|
@@ -27525,6 +27591,10 @@ input[type=button].antd-Button--block {
|
|
|
27525
27591
|
left: -33px;
|
|
27526
27592
|
border-top: dashed 1px var(--icon-color);
|
|
27527
27593
|
}
|
|
27594
|
+
.antd-JSONSchemaObject.is-mobile .antd-Number {
|
|
27595
|
+
border-radius: 0;
|
|
27596
|
+
border-bottom: var(--Number-borderWidth) solid var(--Form-input-borderColor);
|
|
27597
|
+
}
|
|
27528
27598
|
.antd-SchemaEditorProps {
|
|
27529
27599
|
width: 100%;
|
|
27530
27600
|
}
|
|
@@ -27607,6 +27677,7 @@ input[type=button].antd-Button--block {
|
|
|
27607
27677
|
transition: transform var(--animation-duration);
|
|
27608
27678
|
color: var(--icon-color);
|
|
27609
27679
|
margin-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
|
|
27680
|
+
transform: rotate(90deg);
|
|
27610
27681
|
}
|
|
27611
27682
|
.antd-SchemaEditor-caret > svg {
|
|
27612
27683
|
width: 10px;
|
|
@@ -27614,7 +27685,7 @@ input[type=button].antd-Button--block {
|
|
|
27614
27685
|
top: 0;
|
|
27615
27686
|
}
|
|
27616
27687
|
.antd-SchemaEditor-caret.is-collapsed {
|
|
27617
|
-
transform: rotate(
|
|
27688
|
+
transform: rotate(0deg);
|
|
27618
27689
|
}
|
|
27619
27690
|
.antd-SchemaEditor-required {
|
|
27620
27691
|
padding-top: 4px;
|
|
@@ -27662,7 +27733,6 @@ input[type=button].antd-Button--block {
|
|
|
27662
27733
|
border: none;
|
|
27663
27734
|
color: var(--Form-input-color);
|
|
27664
27735
|
width: 100%;
|
|
27665
|
-
height: var(--Form-input-lineHeight);
|
|
27666
27736
|
}
|
|
27667
27737
|
.antd-ResultBox input::-moz-placeholder {
|
|
27668
27738
|
color: var(--Form-input-placeholderColor);
|
|
@@ -27908,6 +27978,9 @@ input[type=button].antd-Button--block {
|
|
|
27908
27978
|
border: none;
|
|
27909
27979
|
justify-content: flex-end;
|
|
27910
27980
|
}
|
|
27981
|
+
.antd-ResultBox.is-mobile.is-focused, .antd-ResultBox.is-mobile:hover {
|
|
27982
|
+
border: none !important;
|
|
27983
|
+
}
|
|
27911
27984
|
.antd-ResultBox.is-mobile .antd-ResultBox-clear {
|
|
27912
27985
|
padding: var(--Form-input-clearBtn-padding);
|
|
27913
27986
|
cursor: pointer;
|
|
@@ -28002,6 +28075,9 @@ input[type=button].antd-Button--block {
|
|
|
28002
28075
|
cursor: pointer;
|
|
28003
28076
|
color: var(--SearchBox-search-icon-color);
|
|
28004
28077
|
}
|
|
28078
|
+
.antd-SearchBox-activeBtn svg, .antd-SearchBox-searchBtn svg, .antd-SearchBox-cancelBtn svg {
|
|
28079
|
+
top: 1px;
|
|
28080
|
+
}
|
|
28005
28081
|
.antd-SearchBox-activeBtn:hover, .antd-SearchBox-searchBtn:hover, .antd-SearchBox-cancelBtn:hover {
|
|
28006
28082
|
color: var(--icon-onHover-color);
|
|
28007
28083
|
}
|
|
@@ -28058,6 +28134,9 @@ input[type=button].antd-Button--block {
|
|
|
28058
28134
|
color: var(--SearchBox-enhonce-icon-color);
|
|
28059
28135
|
background: var(--SearchBox-hover-color);
|
|
28060
28136
|
}
|
|
28137
|
+
.antd-SearchBox--enhance.is-active .antd-SearchBox-searchBtn svg {
|
|
28138
|
+
top: 0;
|
|
28139
|
+
}
|
|
28061
28140
|
.antd-SearchBox--enhance.is-active .antd-SearchBox-searchBtn:hover {
|
|
28062
28141
|
background: var(--button-primary-hover-bg-color);
|
|
28063
28142
|
}
|
|
@@ -28068,6 +28147,11 @@ input[type=button].antd-Button--block {
|
|
|
28068
28147
|
background: var(--SearchBox-enhonce-disabled-color);
|
|
28069
28148
|
color: var(--SearchBox-enhonce-disabled-search-color);
|
|
28070
28149
|
}
|
|
28150
|
+
.antd-SearchBox.is-mobile {
|
|
28151
|
+
border-radius: 0;
|
|
28152
|
+
border: none;
|
|
28153
|
+
border-bottom: var(--borderWidth) solid var(--borderColor);
|
|
28154
|
+
}
|
|
28071
28155
|
.antd-SearchBox-history > .is-history {
|
|
28072
28156
|
width: 100%;
|
|
28073
28157
|
}
|
|
@@ -28208,6 +28292,39 @@ input[type=button].antd-Button--block {
|
|
|
28208
28292
|
cursor: pointer;
|
|
28209
28293
|
padding: calc((var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--Form-select-paddingX);
|
|
28210
28294
|
}
|
|
28295
|
+
.antd-ListMenu.is-mobile {
|
|
28296
|
+
display: flex;
|
|
28297
|
+
flex-wrap: wrap;
|
|
28298
|
+
}
|
|
28299
|
+
.antd-ListMenu.is-mobile .antd-ListMenu-item {
|
|
28300
|
+
width: calc((100vw - var(--ListMenu-item-mobile-margin) * 7) / 3);
|
|
28301
|
+
display: inline-flex;
|
|
28302
|
+
background: var(--ListMenu-item-mobile-bg);
|
|
28303
|
+
margin: var(--ListMenu-item-mobile-margin);
|
|
28304
|
+
}
|
|
28305
|
+
.antd-ListMenu.is-mobile .antd-ListMenu-item.is-active {
|
|
28306
|
+
background: var(--ListMenu-item-mobile-active-bg);
|
|
28307
|
+
}
|
|
28308
|
+
.antd-ListMenu.is-mobile .antd-ListMenu-item .antd-ListMenu-itemLabel {
|
|
28309
|
+
white-space: nowrap;
|
|
28310
|
+
overflow: hidden;
|
|
28311
|
+
text-overflow: ellipsis;
|
|
28312
|
+
}
|
|
28313
|
+
.antd-ListMenu-add-wrap {
|
|
28314
|
+
display: flex;
|
|
28315
|
+
align-items: center;
|
|
28316
|
+
margin: var(--ListMenu-item-mobile-margin);
|
|
28317
|
+
text-align: left;
|
|
28318
|
+
}
|
|
28319
|
+
.antd-ListMenu-add-wrap .antd-ResultBox {
|
|
28320
|
+
width: 100%;
|
|
28321
|
+
}
|
|
28322
|
+
.antd-ListMenu-add-wrap input {
|
|
28323
|
+
width: 100%;
|
|
28324
|
+
padding: var(--Form-item-mobile-gap) 0;
|
|
28325
|
+
border-bottom: 1px solid var(--borderColor);
|
|
28326
|
+
border-radius: 0;
|
|
28327
|
+
}
|
|
28211
28328
|
.antd-PopOver > .antd-ListMenu {
|
|
28212
28329
|
border-color: var(--listMenu--onActive-borderColor);
|
|
28213
28330
|
}
|
|
@@ -28392,8 +28509,8 @@ input[type=button].antd-Button--block {
|
|
|
28392
28509
|
text-align: center;
|
|
28393
28510
|
}
|
|
28394
28511
|
.antd-Steps .antd-StepsItem-containerIcon .antd-StepsItem-icon .icon {
|
|
28395
|
-
width: 0.
|
|
28396
|
-
height: 0.
|
|
28512
|
+
width: 0.75rem;
|
|
28513
|
+
height: 0.75rem;
|
|
28397
28514
|
position: relative;
|
|
28398
28515
|
top: 0;
|
|
28399
28516
|
}
|
|
@@ -28869,6 +28986,9 @@ fieldset.antd-Collapse--lg > legend, fieldset.antd-Collapse--md > legend, fields
|
|
|
28869
28986
|
background: var(--Fieldset-legend-bgColor);
|
|
28870
28987
|
border-left: 0 !important;
|
|
28871
28988
|
}
|
|
28989
|
+
fieldset.antd-Collapse--lg > legend.antd-Collapse-header.is-mobile, fieldset.antd-Collapse--md > legend.antd-Collapse-header.is-mobile, fieldset.antd-Collapse--base > legend.antd-Collapse-header.is-mobile, fieldset.antd-Collapse--sm > legend.antd-Collapse-header.is-mobile, fieldset.antd-Collapse--xs > legend.antd-Collapse-header.is-mobile {
|
|
28990
|
+
position: absolute;
|
|
28991
|
+
}
|
|
28872
28992
|
fieldset.antd-Collapse--lg .collapse, fieldset.antd-Collapse--md .collapse, fieldset.antd-Collapse--base .collapse, fieldset.antd-Collapse--sm .collapse, fieldset.antd-Collapse--xs .collapse {
|
|
28873
28993
|
position: relative;
|
|
28874
28994
|
}
|
|
@@ -28981,6 +29101,13 @@ fieldset.antd-Collapse--lg > legend:hover {
|
|
|
28981
29101
|
fieldset.antd-Collapse--lg:after {
|
|
28982
29102
|
top: calc(var(--fieldSet-size-lg-fontSize) / 2);
|
|
28983
29103
|
}
|
|
29104
|
+
fieldset.antd-Collapse .antd-Collapse-header.is-mobile {
|
|
29105
|
+
padding-left: var(--gap-xs) !important;
|
|
29106
|
+
padding-right: 1.125rem;
|
|
29107
|
+
}
|
|
29108
|
+
fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
29109
|
+
background: var(--white);
|
|
29110
|
+
}
|
|
28984
29111
|
.antd-Form-groupColumn {
|
|
28985
29112
|
margin-bottom: var(--gap-sm);
|
|
28986
29113
|
}
|
|
@@ -29239,6 +29366,9 @@ fieldset.antd-Collapse--lg:after {
|
|
|
29239
29366
|
.antd-InputGroup .antd-Form-static {
|
|
29240
29367
|
margin-right: var(--gap-xs);
|
|
29241
29368
|
}
|
|
29369
|
+
.antd-InputGroup.is-mobile .antd-Form-control {
|
|
29370
|
+
display: inline-flex;
|
|
29371
|
+
}
|
|
29242
29372
|
.antd-InputGroup:not(.is-inline) {
|
|
29243
29373
|
display: flex;
|
|
29244
29374
|
}
|
|
@@ -29278,7 +29408,6 @@ fieldset.antd-Collapse--lg:after {
|
|
|
29278
29408
|
border: none;
|
|
29279
29409
|
color: var(--Form-input-color);
|
|
29280
29410
|
width: 100%;
|
|
29281
|
-
height: var(--Form-input-lineHeight);
|
|
29282
29411
|
}
|
|
29283
29412
|
.antd-TextControl-input input::-moz-placeholder {
|
|
29284
29413
|
color: var(--Form-input-placeholderColor);
|
|
@@ -29536,16 +29665,14 @@ fieldset.antd-Collapse--lg:after {
|
|
|
29536
29665
|
.antd-TextControl-input--withAC input {
|
|
29537
29666
|
width: auto;
|
|
29538
29667
|
}
|
|
29539
|
-
.antd-TextControl-
|
|
29540
|
-
|
|
29668
|
+
.antd-TextControl-popover {
|
|
29669
|
+
margin-top: 0.25rem;
|
|
29541
29670
|
background: var(--Form-select-menu-bg);
|
|
29542
29671
|
color: var(--Form-select-menu-color);
|
|
29543
29672
|
border-radius: 0.125rem;
|
|
29544
29673
|
box-shadow: var(--menu-box-shadow);
|
|
29545
|
-
|
|
29546
|
-
|
|
29547
|
-
top: calc(100% + 0.25rem);
|
|
29548
|
-
z-index: 10;
|
|
29674
|
+
}
|
|
29675
|
+
.antd-TextControl-sugs {
|
|
29549
29676
|
max-height: 18.75rem;
|
|
29550
29677
|
overflow: auto;
|
|
29551
29678
|
}
|
|
@@ -29717,7 +29844,6 @@ input.antd-TextControl-input-password {
|
|
|
29717
29844
|
border: none;
|
|
29718
29845
|
color: var(--Form-input-color);
|
|
29719
29846
|
width: 100%;
|
|
29720
|
-
height: var(--Form-input-lineHeight);
|
|
29721
29847
|
}
|
|
29722
29848
|
.antd-TextareaControl-input input::-moz-placeholder {
|
|
29723
29849
|
color: var(--Form-input-placeholderColor);
|
|
@@ -29932,6 +30058,9 @@ input.antd-TextControl-input-password {
|
|
|
29932
30058
|
transform-origin: 50% 50%;
|
|
29933
30059
|
transform: translate(-50%, -50%);
|
|
29934
30060
|
}
|
|
30061
|
+
.antd-Checkbox.is-mobile > i + span {
|
|
30062
|
+
vertical-align: middle;
|
|
30063
|
+
}
|
|
29935
30064
|
.antd-Checkbox:hover > i + span > a {
|
|
29936
30065
|
display: inline-block;
|
|
29937
30066
|
}
|
|
@@ -30109,6 +30238,9 @@ input.antd-TextControl-input-password {
|
|
|
30109
30238
|
border-radius: calc(var(--Checkbox-borderRadius) * 2);
|
|
30110
30239
|
min-width: var(--Checkbox-button-min-width);
|
|
30111
30240
|
}
|
|
30241
|
+
.antd-Checkbox--button.antd-Checkbox--checkbox > span {
|
|
30242
|
+
line-height: var(--Checkbox-button-line-height);
|
|
30243
|
+
}
|
|
30112
30244
|
.antd-Checkbox--button.antd-Checkbox--checkbox:hover:not(:disabled) {
|
|
30113
30245
|
color: var(--Checkbox-onHover-color);
|
|
30114
30246
|
border-color: var(--Checkbox-onHover-color);
|
|
@@ -30524,13 +30656,22 @@ input.antd-TextControl-input-password {
|
|
|
30524
30656
|
color: var(--Form-select-menu-onHover-color);
|
|
30525
30657
|
background: var(--Form-select-menu-onHover-bg);
|
|
30526
30658
|
}
|
|
30659
|
+
.antd-TreeSelection.is-scrollable {
|
|
30660
|
+
max-height: 18.75rem;
|
|
30661
|
+
height: 100%;
|
|
30662
|
+
overflow: auto;
|
|
30663
|
+
-webkit-user-select: none;
|
|
30664
|
+
-moz-user-select: none;
|
|
30665
|
+
user-select: none;
|
|
30666
|
+
padding: var(--gap-xs) 0;
|
|
30667
|
+
}
|
|
30527
30668
|
.antd-TreeSelection .antd-Table-expandBtn {
|
|
30528
30669
|
color: var(--icon-color);
|
|
30529
30670
|
margin-right: var(--gap-xs);
|
|
30530
30671
|
}
|
|
30531
30672
|
.antd-TreeSelection-sublist {
|
|
30532
30673
|
position: relative;
|
|
30533
|
-
margin: 0 0 0
|
|
30674
|
+
margin: 0 0 0 1.875rem;
|
|
30534
30675
|
display: none;
|
|
30535
30676
|
}
|
|
30536
30677
|
.antd-TreeSelection-item {
|
|
@@ -30575,9 +30716,6 @@ input.antd-TextControl-input-password {
|
|
|
30575
30716
|
pointer-events: none;
|
|
30576
30717
|
color: var(--text--muted-color);
|
|
30577
30718
|
}
|
|
30578
|
-
.antd-TreeSelection-itemInner .antd-TreeSelection-itemLabel {
|
|
30579
|
-
margin-left: var(--gap-xs);
|
|
30580
|
-
}
|
|
30581
30719
|
.antd-TreeSelection-itemLabel {
|
|
30582
30720
|
flex-grow: 1;
|
|
30583
30721
|
}
|
|
@@ -30719,6 +30857,36 @@ input.antd-TextControl-input-password {
|
|
|
30719
30857
|
float: right;
|
|
30720
30858
|
cursor: pointer;
|
|
30721
30859
|
}
|
|
30860
|
+
.antd-ChainedDropdownSelection {
|
|
30861
|
+
display: inline-block;
|
|
30862
|
+
}
|
|
30863
|
+
.antd-ChainedDropdownSelection-item {
|
|
30864
|
+
display: inline-block;
|
|
30865
|
+
}
|
|
30866
|
+
.antd-DropDownSelection {
|
|
30867
|
+
position: relative;
|
|
30868
|
+
display: inline-block;
|
|
30869
|
+
margin: 0.1875rem;
|
|
30870
|
+
vertical-align: middle;
|
|
30871
|
+
}
|
|
30872
|
+
.antd-DropDownSelection-caret {
|
|
30873
|
+
transition: transform var(--animation-duration) ease-out;
|
|
30874
|
+
margin: 5px;
|
|
30875
|
+
display: flex;
|
|
30876
|
+
color: var(--Form-select-caret-iconColor);
|
|
30877
|
+
}
|
|
30878
|
+
.antd-DropDownSelection-caret:hover {
|
|
30879
|
+
color: var(--Form-select-caret-onHover-iconColor);
|
|
30880
|
+
}
|
|
30881
|
+
.antd-DropDownSelection-caret > svg {
|
|
30882
|
+
width: 0.625rem;
|
|
30883
|
+
height: 0.625rem;
|
|
30884
|
+
top: 0;
|
|
30885
|
+
transform: rotate(90deg);
|
|
30886
|
+
}
|
|
30887
|
+
.antd-DropDownSelection-input.is-active .antd-DropDownSelection-caret {
|
|
30888
|
+
transform: rotate(180deg);
|
|
30889
|
+
}
|
|
30722
30890
|
.antd-CityPicker .antd-Select {
|
|
30723
30891
|
margin-right: var(--gap-xs);
|
|
30724
30892
|
margin-bottom: var(--gap-xs);
|
|
@@ -30752,6 +30920,7 @@ input.antd-TextControl-input-password {
|
|
|
30752
30920
|
display: inline-block;
|
|
30753
30921
|
}
|
|
30754
30922
|
.antd-CityArea {
|
|
30923
|
+
flex: 1;
|
|
30755
30924
|
text-align: right;
|
|
30756
30925
|
}
|
|
30757
30926
|
.antd-CityArea-popup {
|
|
@@ -30768,6 +30937,9 @@ input.antd-TextControl-input-password {
|
|
|
30768
30937
|
font-size: var(--Form-input-fontSize);
|
|
30769
30938
|
display: inline-flex !important;
|
|
30770
30939
|
}
|
|
30940
|
+
.antd-CityArea-Input.is-focused, .antd-CityArea-Input:hover {
|
|
30941
|
+
border: none !important;
|
|
30942
|
+
}
|
|
30771
30943
|
.antd-CityArea-Input::-moz-placeholder {
|
|
30772
30944
|
color: var(--Form-input-placeholderColor);
|
|
30773
30945
|
-moz-user-select: none;
|
|
@@ -30955,6 +31127,12 @@ input.antd-TextControl-input-password {
|
|
|
30955
31127
|
background: var(--inputNumber-base-active-bg-color);
|
|
30956
31128
|
box-shadow: var(--inputNumber-base-active-shadow);
|
|
30957
31129
|
}
|
|
31130
|
+
.antd-Number.is-mobile {
|
|
31131
|
+
border: none;
|
|
31132
|
+
}
|
|
31133
|
+
.antd-Number.is-mobile-focused {
|
|
31134
|
+
border: none;
|
|
31135
|
+
}
|
|
30958
31136
|
.antd-Number-disabled {
|
|
30959
31137
|
border-width: var(--inputNumber-base-disabled-top-border-width) var(--inputNumber-base-disabled-right-border-width) var(--inputNumber-base-disabled-bottom-border-width) var(--inputNumber-base-disabled-left-border-width);
|
|
30960
31138
|
border-style: var(--inputNumber-base-disabled-top-border-style) var(--inputNumber-base-disabled-right-border-style) var(--inputNumber-base-disabled-bottom-border-style) var(--inputNumber-base-disabled-left-border-style);
|
|
@@ -31382,11 +31560,17 @@ input.antd-TextControl-input-password {
|
|
|
31382
31560
|
.antd-Select .antd-PopOver.antd-Select-popover {
|
|
31383
31561
|
margin-top: 0.25rem;
|
|
31384
31562
|
}
|
|
31563
|
+
.antd-Select .antd-PopOver.antd-Select-popover .antd-Select-menu .antd-Checkbox span {
|
|
31564
|
+
line-height: var(--select-base-default-option-line-height);
|
|
31565
|
+
height: var(--select-base-default-option-line-height);
|
|
31566
|
+
}
|
|
31385
31567
|
.antd-Select .antd-PopOver.antd-Select-popover .antd-Select-menu .antd-Select-option {
|
|
31386
31568
|
line-height: var(--select-base-default-option-line-height);
|
|
31569
|
+
height: var(--select-base-default-option-line-height);
|
|
31387
31570
|
}
|
|
31388
31571
|
.antd-Select .antd-PopOver.antd-Select-popover .antd-Select-menu .antd-Select-addBtn {
|
|
31389
31572
|
line-height: var(--select-base-default-option-line-height);
|
|
31573
|
+
height: var(--select-base-default-option-line-height);
|
|
31390
31574
|
}
|
|
31391
31575
|
.antd-Select--borderHalf {
|
|
31392
31576
|
border-left-color: transparent !important;
|
|
@@ -31520,7 +31704,7 @@ input.antd-TextControl-input-password {
|
|
|
31520
31704
|
transform: rotate(180deg);
|
|
31521
31705
|
}
|
|
31522
31706
|
.antd-Select.is-mobile {
|
|
31523
|
-
min-height:
|
|
31707
|
+
min-height: var(--Form-select-height);
|
|
31524
31708
|
border: none;
|
|
31525
31709
|
padding: 0;
|
|
31526
31710
|
font-size: var(--fontSizeLg);
|
|
@@ -31662,6 +31846,29 @@ input.antd-TextControl-input-password {
|
|
|
31662
31846
|
text-overflow: ellipsis;
|
|
31663
31847
|
max-width: 100%;
|
|
31664
31848
|
}
|
|
31849
|
+
.antd-Select-option.is-mobile {
|
|
31850
|
+
position: relative;
|
|
31851
|
+
}
|
|
31852
|
+
.antd-Select-option.is-mobile > a {
|
|
31853
|
+
margin-right: calc(20px + var(--select-base-default-option-paddingRight));
|
|
31854
|
+
}
|
|
31855
|
+
.antd-Select-option.is-mobile .antd-Select-option-item-check {
|
|
31856
|
+
flex: 1;
|
|
31857
|
+
text-align: left;
|
|
31858
|
+
border-bottom: 0.0625rem solid var(--borderColor);
|
|
31859
|
+
}
|
|
31860
|
+
.antd-Select-option.is-mobile .antd-Select-option-mcheck {
|
|
31861
|
+
position: absolute;
|
|
31862
|
+
top: 50%;
|
|
31863
|
+
transform: translateY(-50%);
|
|
31864
|
+
right: var(--select-base-default-option-paddingRight);
|
|
31865
|
+
flex: none;
|
|
31866
|
+
width: 1rem;
|
|
31867
|
+
color: var(--Form-select-mobile-icon-check-color);
|
|
31868
|
+
}
|
|
31869
|
+
.antd-Select-option.is-mobile:last-child .antd-Select-option-item-check {
|
|
31870
|
+
border-bottom: none;
|
|
31871
|
+
}
|
|
31665
31872
|
.antd-Select-noResult {
|
|
31666
31873
|
color: var(--Form-select-placeholderColor);
|
|
31667
31874
|
line-height: var(--Form-input-lineHeight);
|
|
@@ -32019,7 +32226,7 @@ input.antd-TextControl-input-password {
|
|
|
32019
32226
|
border-style: solid;
|
|
32020
32227
|
border-width: 0 0 0.125rem 0.125rem;
|
|
32021
32228
|
right: 0.0625rem;
|
|
32022
|
-
bottom:
|
|
32229
|
+
bottom: 0.375rem;
|
|
32023
32230
|
transform: rotate(-40deg);
|
|
32024
32231
|
}
|
|
32025
32232
|
.antd-ListControl-item.is-disabled {
|
|
@@ -32074,6 +32281,12 @@ input.antd-TextControl-input-password {
|
|
|
32074
32281
|
.antd-LocationPicker.is-disabled > antd-LocationPicker-input {
|
|
32075
32282
|
color: var(--text--muted-color);
|
|
32076
32283
|
}
|
|
32284
|
+
.antd-LocationPicker.is-mobile {
|
|
32285
|
+
border: none;
|
|
32286
|
+
}
|
|
32287
|
+
.antd-LocationPicker.is-mobile .antd-LocationPicker-toggler svg {
|
|
32288
|
+
top: 0.125rem;
|
|
32289
|
+
}
|
|
32077
32290
|
.antd-LocationPicker-placeholder {
|
|
32078
32291
|
color: var(--colors-neutral-text-6);
|
|
32079
32292
|
-webkit-user-select: none;
|
|
@@ -32087,6 +32300,8 @@ input.antd-TextControl-input-password {
|
|
|
32087
32300
|
margin-right: var(--gap-base);
|
|
32088
32301
|
flex-basis: 0;
|
|
32089
32302
|
flex-grow: 1;
|
|
32303
|
+
overflow-x: auto;
|
|
32304
|
+
max-width: calc(100% - 1.25rem);
|
|
32090
32305
|
}
|
|
32091
32306
|
.antd-LocationPicker-toggler {
|
|
32092
32307
|
cursor: pointer;
|
|
@@ -32123,6 +32338,23 @@ input.antd-TextControl-input-password {
|
|
|
32123
32338
|
.antd-LocationPicker-clear svg {
|
|
32124
32339
|
top: 0;
|
|
32125
32340
|
}
|
|
32341
|
+
.antd-LocationPicker-popup {
|
|
32342
|
+
height: 28.75rem;
|
|
32343
|
+
}
|
|
32344
|
+
.antd-LocationPicker-popup-inner {
|
|
32345
|
+
flex: 1;
|
|
32346
|
+
padding: 0 1rem;
|
|
32347
|
+
}
|
|
32348
|
+
.antd-LocationPicker-popup-inner .antd-MapPicker-search {
|
|
32349
|
+
padding-top: 0;
|
|
32350
|
+
margin-bottom: 1rem;
|
|
32351
|
+
}
|
|
32352
|
+
.antd-LocationPicker-popup-inner .antd-MapPicker-search .antd-TextControl-input {
|
|
32353
|
+
border-radius: 0;
|
|
32354
|
+
border-top: none;
|
|
32355
|
+
border-right: none;
|
|
32356
|
+
border-left: none;
|
|
32357
|
+
}
|
|
32126
32358
|
.antd-LocationControl {
|
|
32127
32359
|
position: relative;
|
|
32128
32360
|
width: 100%;
|
|
@@ -32131,6 +32363,11 @@ input.antd-TextControl-input-password {
|
|
|
32131
32363
|
border: none;
|
|
32132
32364
|
box-shadow: var(--boxShadow);
|
|
32133
32365
|
}
|
|
32366
|
+
.antd-LocationControl.is-mobile {
|
|
32367
|
+
flex: 1;
|
|
32368
|
+
text-align: right;
|
|
32369
|
+
overflow: hidden;
|
|
32370
|
+
}
|
|
32134
32371
|
.antd-LocationControl:not(.is-inline) > .antd-LocationPicker {
|
|
32135
32372
|
display: flex;
|
|
32136
32373
|
}
|
|
@@ -32177,6 +32414,9 @@ input.antd-TextControl-input-password {
|
|
|
32177
32414
|
.tangram-suggestion-main {
|
|
32178
32415
|
display: none !important;
|
|
32179
32416
|
}
|
|
32417
|
+
.antd-MatrixControl {
|
|
32418
|
+
max-width: 100%;
|
|
32419
|
+
}
|
|
32180
32420
|
.antd-MatrixControl-error {
|
|
32181
32421
|
margin-bottom: 0;
|
|
32182
32422
|
}
|
|
@@ -32191,9 +32431,7 @@ input.antd-TextControl-input-password {
|
|
|
32191
32431
|
background: var(--ColorPicker-bg);
|
|
32192
32432
|
color: var(--ColorPicker-color);
|
|
32193
32433
|
border-radius: var(--borderRadius);
|
|
32194
|
-
|
|
32195
|
-
.antd-ColorPicker-popup {
|
|
32196
|
-
height: 25rem;
|
|
32434
|
+
height: var(--ColorPicker-height);
|
|
32197
32435
|
}
|
|
32198
32436
|
.antd-ColorPicker:not(.is-disabled) {
|
|
32199
32437
|
cursor: pointer;
|
|
@@ -32273,6 +32511,9 @@ input.antd-TextControl-input-password {
|
|
|
32273
32511
|
.antd-ColorPicker-clear:active svg {
|
|
32274
32512
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
32275
32513
|
}
|
|
32514
|
+
.antd-ColorPicker-clear svg {
|
|
32515
|
+
top: 0;
|
|
32516
|
+
}
|
|
32276
32517
|
.antd-ColorPicker-arrow {
|
|
32277
32518
|
margin-right: var(--gap-xs);
|
|
32278
32519
|
width: var(--gap-md);
|
|
@@ -32289,9 +32530,10 @@ input.antd-TextControl-input-password {
|
|
|
32289
32530
|
width: 10px;
|
|
32290
32531
|
height: 10px;
|
|
32291
32532
|
top: 0;
|
|
32533
|
+
transform: rotate(90deg);
|
|
32292
32534
|
}
|
|
32293
32535
|
.antd-ColorPicker.is-opened .antd-ColorPicker-arrow > svg {
|
|
32294
|
-
transform: rotate(
|
|
32536
|
+
transform: rotate(270deg);
|
|
32295
32537
|
}
|
|
32296
32538
|
.antd-ColorPicker-popover {
|
|
32297
32539
|
border: none;
|
|
@@ -32305,6 +32547,21 @@ input.antd-TextControl-input-password {
|
|
|
32305
32547
|
border-radius: var(--borderRadius) !important;
|
|
32306
32548
|
box-shadow: var(--ColorPicker-boxShadow) !important;
|
|
32307
32549
|
}
|
|
32550
|
+
.antd-ColorPicker-popup {
|
|
32551
|
+
height: 31.25rem;
|
|
32552
|
+
}
|
|
32553
|
+
.antd-ColorPicker-popup .sketch-picker {
|
|
32554
|
+
width: 80% !important;
|
|
32555
|
+
box-shadow: none !important;
|
|
32556
|
+
}
|
|
32557
|
+
.antd-ColorPicker-popup .sketch-picker input:focus {
|
|
32558
|
+
outline: none;
|
|
32559
|
+
}
|
|
32560
|
+
.antd-ColorPicker-popup .sketch-picker .flexbox-fix:last-child > div {
|
|
32561
|
+
width: 18px !important;
|
|
32562
|
+
height: 18px !important;
|
|
32563
|
+
margin: 0px 16px 10px 0px !important;
|
|
32564
|
+
}
|
|
32308
32565
|
.antd-DatePicker {
|
|
32309
32566
|
position: relative;
|
|
32310
32567
|
display: inline-flex;
|
|
@@ -32354,32 +32611,32 @@ input.antd-TextControl-input-password {
|
|
|
32354
32611
|
.antd-DatePicker--borderNone {
|
|
32355
32612
|
border-color: transparent !important;
|
|
32356
32613
|
}
|
|
32357
|
-
.antd-DatePicker:not(.is-disabled) {
|
|
32614
|
+
.antd-DatePicker:not(.is-disabled):not(.is-mobile) {
|
|
32358
32615
|
cursor: pointer;
|
|
32359
32616
|
}
|
|
32360
|
-
.antd-DatePicker:not(.is-disabled):hover {
|
|
32617
|
+
.antd-DatePicker:not(.is-disabled):not(.is-mobile):hover {
|
|
32361
32618
|
background: var(--DatePicker-onHover-bg);
|
|
32362
32619
|
border-color: var(--DatePicker-onHover-borderColor);
|
|
32363
32620
|
border-style: var(--inputDate-hover-top-border-style) var(--inputDate-hover-right-border-style) var(--inputDate-hover-bottom-border-style) var(--inputDate-hover-left-border-style);
|
|
32364
32621
|
border-width: var(--inputDate-hover-top-border-width) var(--inputDate-hover-right-border-width) var(--inputDate-hover-bottom-border-width) var(--inputDate-hover-left-border-width);
|
|
32365
32622
|
}
|
|
32366
|
-
.antd-DatePicker:not(.is-disabled):hover .antd-DatePicker-input {
|
|
32623
|
+
.antd-DatePicker:not(.is-disabled):not(.is-mobile):hover .antd-DatePicker-input {
|
|
32367
32624
|
color: var(--inputDate-hover-color);
|
|
32368
32625
|
}
|
|
32369
|
-
.antd-DatePicker:not(.is-disabled):hover .antd-DatePicker-clear {
|
|
32626
|
+
.antd-DatePicker:not(.is-disabled):not(.is-mobile):hover .antd-DatePicker-clear {
|
|
32370
32627
|
display: flex;
|
|
32371
32628
|
}
|
|
32372
|
-
.antd-DatePicker:not(.is-disabled):hover .antd-DatePicker-clear + .antd-DatePicker-toggler {
|
|
32629
|
+
.antd-DatePicker:not(.is-disabled):not(.is-mobile):hover .antd-DatePicker-clear + .antd-DatePicker-toggler {
|
|
32373
32630
|
display: none;
|
|
32374
32631
|
}
|
|
32375
|
-
.antd-DatePicker:not(.is-disabled).is-focused {
|
|
32632
|
+
.antd-DatePicker:not(.is-disabled):not(.is-mobile).is-focused {
|
|
32376
32633
|
background: var(--inputDate-active-bg-color);
|
|
32377
32634
|
border-color: var(--DatePicker-onFocused-borderColor);
|
|
32378
32635
|
box-shadow: var(--inputDate-active-shadow);
|
|
32379
32636
|
border-style: var(--inputDate-active-top-border-style) var(--inputDate-active-right-border-style) var(--inputDate-active-bottom-border-style) var(--inputDate-active-left-border-style);
|
|
32380
32637
|
border-width: var(--inputDate-active-top-border-width) var(--inputDate-active-right-border-width) var(--inputDate-active-bottom-border-width) var(--inputDate-active-left-border-width);
|
|
32381
32638
|
}
|
|
32382
|
-
.antd-DatePicker:not(.is-disabled).is-focused .antd-DatePicker-input {
|
|
32639
|
+
.antd-DatePicker:not(.is-disabled):not(.is-mobile).is-focused .antd-DatePicker-input {
|
|
32383
32640
|
color: var(--inputDate-active-color);
|
|
32384
32641
|
}
|
|
32385
32642
|
.is-error > .antd-DatePicker {
|
|
@@ -32501,13 +32758,13 @@ input.antd-TextControl-input-password {
|
|
|
32501
32758
|
.antd-DatePicker-popover.antd-PopOver--leftTopLeftBottom, .antd-DatePicker-popover.antd-PopOver--rightTopRightBottom {
|
|
32502
32759
|
margin: -0.125rem 0 0;
|
|
32503
32760
|
}
|
|
32504
|
-
.antd-DatePicker-popup {
|
|
32505
|
-
height: 18.75rem;
|
|
32506
|
-
}
|
|
32507
32761
|
.antd-DatePicker.is-mobile {
|
|
32508
32762
|
border: 0;
|
|
32509
32763
|
justify-content: flex-end;
|
|
32510
32764
|
}
|
|
32765
|
+
.antd-DatePicker.is-mobile.is-focused, .antd-DatePicker.is-mobile:hover {
|
|
32766
|
+
border: none;
|
|
32767
|
+
}
|
|
32511
32768
|
.antd-DatePicker.is-mobile span:focus,
|
|
32512
32769
|
.antd-DatePicker.is-mobile a:focus {
|
|
32513
32770
|
outline: unset;
|
|
@@ -32525,10 +32782,8 @@ input.antd-TextControl-input-password {
|
|
|
32525
32782
|
flex-grow: unset;
|
|
32526
32783
|
flex-basis: unset;
|
|
32527
32784
|
}
|
|
32528
|
-
.antd-DatePicker.is-mobile .antd-DatePicker-toggler {
|
|
32529
|
-
margin-top: -3px;
|
|
32530
|
-
}
|
|
32531
32785
|
.antd-DatePicker-popup.antd-DatePicker-mobile {
|
|
32786
|
+
height: 20rem;
|
|
32532
32787
|
color: red;
|
|
32533
32788
|
}
|
|
32534
32789
|
.antd-DatePicker-popup.antd-DatePicker-mobile .rdt {
|
|
@@ -32704,18 +32959,20 @@ input.antd-TextControl-input-password {
|
|
|
32704
32959
|
color: var(--inputTime-active-color);
|
|
32705
32960
|
background: var(--inputTime-active-bg-color);
|
|
32706
32961
|
}
|
|
32707
|
-
.antd-CalendarInputWrapper .antd-CalendarInput-sugsItem:hover {
|
|
32962
|
+
.antd-CalendarInputWrapper .antd-CalendarInput-sugsItem:not(.is-mobile):hover {
|
|
32708
32963
|
color: var(--inputTime-hover-color);
|
|
32709
32964
|
background: var(--inputTime-hover-bg-color);
|
|
32710
32965
|
}
|
|
32711
32966
|
.antd-TimeContentWrapper {
|
|
32712
32967
|
display: flex;
|
|
32968
|
+
justify-content: center;
|
|
32713
32969
|
}
|
|
32714
32970
|
.antd-TimeRangeHeaderWrapper {
|
|
32715
32971
|
height: 40px;
|
|
32716
32972
|
padding-top: 10px;
|
|
32717
32973
|
text-align: center;
|
|
32718
32974
|
border-bottom: 1px solid var(--Calendar-input-borderColor);
|
|
32975
|
+
margin: 0 0.25rem;
|
|
32719
32976
|
}
|
|
32720
32977
|
.antd-TimeFooterWrapper {
|
|
32721
32978
|
height: 40px;
|
|
@@ -32731,6 +32988,9 @@ input.antd-TextControl-input-password {
|
|
|
32731
32988
|
padding: 0 8px;
|
|
32732
32989
|
border-radius: 2px;
|
|
32733
32990
|
}
|
|
32991
|
+
.antd-TimeFooterWrapper .antd-QuickWrapper a {
|
|
32992
|
+
font-size: var(--button-size-sm-fontSize);
|
|
32993
|
+
}
|
|
32734
32994
|
.antd-CalendarInput {
|
|
32735
32995
|
outline: none;
|
|
32736
32996
|
width: 3.5rem;
|
|
@@ -33089,29 +33349,29 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33089
33349
|
.antd-DateRangePicker .antd-DateRangePicker-clear {
|
|
33090
33350
|
display: none;
|
|
33091
33351
|
}
|
|
33092
|
-
.antd-DateRangePicker:not(.is-disabled):hover {
|
|
33352
|
+
.antd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover {
|
|
33093
33353
|
background: var(--DatePicker-onHover-bg);
|
|
33094
33354
|
border-color: var(--DatePicker-onHover-borderColor);
|
|
33095
33355
|
border-style: var(--inputDate-hover-top-border-style) var(--inputDate-hover-right-border-style) var(--inputDate-hover-bottom-border-style) var(--inputDate-hover-left-border-style);
|
|
33096
33356
|
border-width: var(--inputDate-hover-top-border-width) var(--inputDate-hover-right-border-width) var(--inputDate-hover-bottom-border-width) var(--inputDate-hover-left-border-width);
|
|
33097
33357
|
}
|
|
33098
|
-
.antd-DateRangePicker:not(.is-disabled):hover .antd-DateRangePicker-input {
|
|
33358
|
+
.antd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .antd-DateRangePicker-input {
|
|
33099
33359
|
color: var(--inputDate-hover-color);
|
|
33100
33360
|
}
|
|
33101
|
-
.antd-DateRangePicker:not(.is-disabled):hover .antd-DateRangePicker-clear {
|
|
33361
|
+
.antd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .antd-DateRangePicker-clear {
|
|
33102
33362
|
display: flex;
|
|
33103
33363
|
}
|
|
33104
|
-
.antd-DateRangePicker:not(.is-disabled):hover .antd-DateRangePicker-clear + .antd-DateRangePicker-toggler {
|
|
33364
|
+
.antd-DateRangePicker:not(.is-disabled):not(.is-mobile):hover .antd-DateRangePicker-clear + .antd-DateRangePicker-toggler {
|
|
33105
33365
|
display: none;
|
|
33106
33366
|
}
|
|
33107
|
-
.antd-DateRangePicker:not(.is-disabled).is-focused {
|
|
33367
|
+
.antd-DateRangePicker:not(.is-disabled):not(.is-mobile).is-focused {
|
|
33108
33368
|
background: var(--inputDate-active-bg-color);
|
|
33109
33369
|
border-color: var(--DatePicker-onFocused-borderColor);
|
|
33110
33370
|
box-shadow: var(--inputDate-active-shadow);
|
|
33111
33371
|
border-style: var(--inputDate-active-top-border-style) var(--inputDate-active-right-border-style) var(--inputDate-active-bottom-border-style) var(--inputDate-active-left-border-style);
|
|
33112
33372
|
border-width: var(--inputDate-active-top-border-width) var(--inputDate-active-right-border-width) var(--inputDate-active-bottom-border-width) var(--inputDate-active-left-border-width);
|
|
33113
33373
|
}
|
|
33114
|
-
.antd-DateRangePicker:not(.is-disabled).is-focused .antd-DateRangePicker-input {
|
|
33374
|
+
.antd-DateRangePicker:not(.is-disabled):not(.is-mobile).is-focused .antd-DateRangePicker-input {
|
|
33115
33375
|
color: var(--inputDate-active-color);
|
|
33116
33376
|
}
|
|
33117
33377
|
.is-error > .antd-DateRangePicker {
|
|
@@ -33130,6 +33390,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33130
33390
|
font-size: var(--DatePicker-fontSize);
|
|
33131
33391
|
font-weight: var(--inputDate-default-fontWeight);
|
|
33132
33392
|
color: var(--inputDate-default-color);
|
|
33393
|
+
text-align: center;
|
|
33133
33394
|
}
|
|
33134
33395
|
.antd-DateRangePicker .antd-DateRangePicker-input::-moz-placeholder {
|
|
33135
33396
|
color: var(--colors-neutral-text-6);
|
|
@@ -33246,9 +33507,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33246
33507
|
width: auto;
|
|
33247
33508
|
padding: 0;
|
|
33248
33509
|
}
|
|
33510
|
+
.antd-DateRangePicker-wrap.is-mobile {
|
|
33511
|
+
flex: 1;
|
|
33512
|
+
}
|
|
33513
|
+
.antd-DateRangePicker-wrap.is-mobile .antd-DateRangePicker-end {
|
|
33514
|
+
margin-top: 0;
|
|
33515
|
+
}
|
|
33249
33516
|
.antd-DateRangePicker-picker-wrap {
|
|
33250
33517
|
display: flex;
|
|
33251
33518
|
}
|
|
33519
|
+
.antd-DateRangePicker-picker-wrap.is-vertical {
|
|
33520
|
+
flex-direction: column;
|
|
33521
|
+
}
|
|
33252
33522
|
.antd-DateRangePicker-start,
|
|
33253
33523
|
.antd-DateRangePicker-end {
|
|
33254
33524
|
display: flex;
|
|
@@ -33269,6 +33539,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33269
33539
|
list-style: none;
|
|
33270
33540
|
background: #f7f7f9;
|
|
33271
33541
|
line-height: 2rem;
|
|
33542
|
+
overflow-x: auto;
|
|
33272
33543
|
}
|
|
33273
33544
|
.antd-DateRangePicker-ranger {
|
|
33274
33545
|
display: inline-block;
|
|
@@ -33316,10 +33587,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33316
33587
|
background: var(--DatePicker-bg);
|
|
33317
33588
|
border-radius: var(--DatePicker-borderRadius);
|
|
33318
33589
|
}
|
|
33590
|
+
.antd-DateRangeCalendar.is-mobile {
|
|
33591
|
+
display: block;
|
|
33592
|
+
}
|
|
33319
33593
|
.antd-DateRangePicker.is-mobile {
|
|
33320
33594
|
border: 0;
|
|
33321
33595
|
justify-content: flex-end;
|
|
33322
33596
|
}
|
|
33597
|
+
.antd-DateRangePicker.is-mobile.is-focused, .antd-DateRangePicker.is-mobile:hover {
|
|
33598
|
+
border: none;
|
|
33599
|
+
}
|
|
33323
33600
|
.antd-DateRangePicker.is-mobile span:focus,
|
|
33324
33601
|
.antd-DateRangePicker.is-mobile a:focus {
|
|
33325
33602
|
outline: unset;
|
|
@@ -33337,9 +33614,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33337
33614
|
flex-grow: unset;
|
|
33338
33615
|
flex-basis: unset;
|
|
33339
33616
|
}
|
|
33340
|
-
.antd-DateRangePicker.is-mobile .antd-DateRangePicker-toggler {
|
|
33341
|
-
margin-top: -3px;
|
|
33342
|
-
}
|
|
33343
33617
|
.antd-ImageControl {
|
|
33344
33618
|
position: relative;
|
|
33345
33619
|
}
|
|
@@ -33978,6 +34252,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33978
34252
|
.antd-EditorControl--xxl > .antd-MonacoEditor {
|
|
33979
34253
|
min-height: 500px;
|
|
33980
34254
|
}
|
|
34255
|
+
.antd-EditorControl .monaco-editor .iPadShowKeyboard {
|
|
34256
|
+
display: none;
|
|
34257
|
+
}
|
|
33981
34258
|
.monaco-inputbox > .wrapper {
|
|
33982
34259
|
padding: 0;
|
|
33983
34260
|
}
|
|
@@ -34073,12 +34350,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34073
34350
|
.antd-InputRange {
|
|
34074
34351
|
display: flex;
|
|
34075
34352
|
justify-content: space-between;
|
|
34076
|
-
padding: var(--InputRange-padding) 0;
|
|
34077
34353
|
width: 100%;
|
|
34078
34354
|
}
|
|
34079
34355
|
.antd-InputRange-wrap {
|
|
34080
34356
|
position: relative;
|
|
34081
34357
|
flex: auto;
|
|
34358
|
+
padding: var(--InputRange-padding) 0;
|
|
34082
34359
|
}
|
|
34083
34360
|
.antd-InputRange-input {
|
|
34084
34361
|
width: var(--InputRange-input-width);
|
|
@@ -34097,6 +34374,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34097
34374
|
.antd-InputRange-input .antd-Number-handler-up-inner:hover, .antd-InputRange-input .antd-Number-handler-down-inner:hover {
|
|
34098
34375
|
color: var(--Number-handler-onHover-color);
|
|
34099
34376
|
}
|
|
34377
|
+
.antd-InputRange.is-mobile .antd-InputRange-input {
|
|
34378
|
+
width: var(--InputRange-input-mobile-width);
|
|
34379
|
+
}
|
|
34380
|
+
.antd-InputRange.is-mobile .antd-InputRange-input .antd-Number-handler-wrap {
|
|
34381
|
+
display: none !important;
|
|
34382
|
+
}
|
|
34383
|
+
.antd-InputRange.is-mobile .antd-InputRange-input input {
|
|
34384
|
+
padding: 0 !important;
|
|
34385
|
+
text-align: center;
|
|
34386
|
+
}
|
|
34100
34387
|
.antd-InputRange-clear {
|
|
34101
34388
|
display: flex;
|
|
34102
34389
|
align-items: center;
|
|
@@ -34145,6 +34432,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34145
34432
|
width: var(--InputRange-handle-width);
|
|
34146
34433
|
height: var(--InputRange-handle-height);
|
|
34147
34434
|
}
|
|
34435
|
+
.antd-InputRange-handle.is-mobile {
|
|
34436
|
+
width: var(--InputRange-handle-mobile-width);
|
|
34437
|
+
height: var(--InputRange-handle-mobile-height);
|
|
34438
|
+
}
|
|
34148
34439
|
.antd-InputRange-handle-icon, .antd-InputRange-handle-drage {
|
|
34149
34440
|
width: 100%;
|
|
34150
34441
|
height: 100%;
|
|
@@ -34171,7 +34462,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34171
34462
|
.antd-InputRange-handle-icon:focus, .antd-InputRange-handle-drage:focus {
|
|
34172
34463
|
box-shadow: var(--InputRange-handle-onFocus-boxShadow);
|
|
34173
34464
|
}
|
|
34174
|
-
.antd-InputRange-handle-drage {
|
|
34465
|
+
.antd-InputRange-handle:not(.is-mobile) .antd-InputRange-handle-drage {
|
|
34175
34466
|
transform: var(--InputRange-handle-onActive-transform);
|
|
34176
34467
|
box-shadow: var(--InputRange-handle-onFocus-boxShadow);
|
|
34177
34468
|
border-width: var(--InputRange-handle-onDrage-border-width);
|
|
@@ -34298,6 +34589,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34298
34589
|
border-style: solid;
|
|
34299
34590
|
border-color: transparent var(--InputRange-label-bg) transparent transparent;
|
|
34300
34591
|
}
|
|
34592
|
+
.antd-InputRange.is-mobile .antd-InputRange-label {
|
|
34593
|
+
display: block;
|
|
34594
|
+
white-space: nowrap;
|
|
34595
|
+
}
|
|
34301
34596
|
.antd-InputRange-marks {
|
|
34302
34597
|
position: relative;
|
|
34303
34598
|
top: 8px;
|
|
@@ -34321,6 +34616,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34321
34616
|
overflow: hidden;
|
|
34322
34617
|
text-overflow: ellipsis;
|
|
34323
34618
|
}
|
|
34619
|
+
.antd-InputRange.is-mobile .antd-InputRange-marks div {
|
|
34620
|
+
top: 0;
|
|
34621
|
+
}
|
|
34622
|
+
.antd-InputRange.is-mobile .antd-InputRange-marks div:nth-child(2n) {
|
|
34623
|
+
top: -1.875rem;
|
|
34624
|
+
}
|
|
34324
34625
|
.antd-RepeatControl .repeat-btn {
|
|
34325
34626
|
width: 5rem;
|
|
34326
34627
|
}
|
|
@@ -34458,15 +34759,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34458
34759
|
overflow: hidden;
|
|
34459
34760
|
height: 2rem;
|
|
34460
34761
|
}
|
|
34461
|
-
.antd-Tree-itemLabel:hover .antd-Tree-itemLabel-item {
|
|
34462
|
-
background-color: var(--Tree-item-onHover-bg-pure);
|
|
34463
|
-
}
|
|
34464
34762
|
.antd-Tree-itemLabel:hover .antd-Tree-item-icons {
|
|
34465
34763
|
visibility: visible;
|
|
34466
34764
|
}
|
|
34467
34765
|
.antd-Tree-itemLabel .antd-Checkbox {
|
|
34468
34766
|
margin-right: var(--inputTree-checkboxes-size-marginRight);
|
|
34469
34767
|
}
|
|
34768
|
+
.antd-Tree-item:hover {
|
|
34769
|
+
background-color: var(--Tree-item-onHover-bg-pure);
|
|
34770
|
+
}
|
|
34470
34771
|
.antd-Tree-item .is-checked {
|
|
34471
34772
|
border-radius: var(--Tree-item-onChekced-bg-borderRadius);
|
|
34472
34773
|
}
|
|
@@ -34507,7 +34808,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34507
34808
|
top: 0;
|
|
34508
34809
|
}
|
|
34509
34810
|
.antd-Tree-itemInput {
|
|
34510
|
-
padding-left: var(--Tree-itemArrowWidth);
|
|
34511
34811
|
display: flex;
|
|
34512
34812
|
flex-direction: row;
|
|
34513
34813
|
flex-wrap: nowrap;
|
|
@@ -34552,6 +34852,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34552
34852
|
box-shadow: var(--Form-input-boxShadow);
|
|
34553
34853
|
background: var(--Form-input-onFocused-bg);
|
|
34554
34854
|
}
|
|
34855
|
+
.antd-Tree-itemInput.is-mobile > input {
|
|
34856
|
+
border-radius: 0;
|
|
34857
|
+
border: none;
|
|
34858
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
34859
|
+
}
|
|
34555
34860
|
.antd-Tree-addTopBtn {
|
|
34556
34861
|
cursor: pointer;
|
|
34557
34862
|
height: var(--Tree-itemHeight);
|
|
@@ -34662,6 +34967,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34662
34967
|
.antd-Tree-dropIndicator--hover::after {
|
|
34663
34968
|
display: none;
|
|
34664
34969
|
}
|
|
34970
|
+
.antd-PopUp .antd-Tree {
|
|
34971
|
+
flex: 1;
|
|
34972
|
+
}
|
|
34973
|
+
.antd-PopUp .antd-Tree .antd-Tree-itemLabel:hover .antd-Tree-itemLabel-item {
|
|
34974
|
+
background-color: none !important;
|
|
34975
|
+
}
|
|
34665
34976
|
.antd-TreeSelectControl {
|
|
34666
34977
|
position: relative;
|
|
34667
34978
|
}
|
|
@@ -34703,7 +35014,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34703
35014
|
border: none;
|
|
34704
35015
|
color: var(--Form-input-color);
|
|
34705
35016
|
width: 100%;
|
|
34706
|
-
height: var(--Form-input-lineHeight);
|
|
34707
35017
|
}
|
|
34708
35018
|
.antd-TreeSelect-input input::-moz-placeholder {
|
|
34709
35019
|
color: var(--Form-input-placeholderColor);
|
|
@@ -35010,6 +35320,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35010
35320
|
white-space: nowrap;
|
|
35011
35321
|
align-items: flex-start;
|
|
35012
35322
|
padding-top: var(--Form-label-paddingTop);
|
|
35323
|
+
height: 1.875rem;
|
|
35013
35324
|
}
|
|
35014
35325
|
.antd-Combo--hor .antd-Combo-delBtn.is-disabled {
|
|
35015
35326
|
pointer-events: none;
|
|
@@ -35109,6 +35420,22 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35109
35420
|
height: 100%;
|
|
35110
35421
|
background: rgba(0, 0, 0, 0.1);
|
|
35111
35422
|
}
|
|
35423
|
+
.antd-Combo.is-mobile .antd-Form-item .antd-Form-rowInner {
|
|
35424
|
+
flex: 1;
|
|
35425
|
+
}
|
|
35426
|
+
.antd-Combo.is-mobile .antd-Combo-delBtn {
|
|
35427
|
+
height: 1.25rem;
|
|
35428
|
+
padding-top: 0;
|
|
35429
|
+
}
|
|
35430
|
+
.antd-Combo.is-mobile .antd-Combo-item {
|
|
35431
|
+
align-items: center;
|
|
35432
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
35433
|
+
}
|
|
35434
|
+
.antd-Combo.is-mobile:not(.antd-Combo--ver) .antd-TextareaControl > textarea,
|
|
35435
|
+
.antd-Combo.is-mobile:not(.antd-Combo--ver) .antd-Form-control > .antd-TextControl-input,
|
|
35436
|
+
.antd-Combo.is-mobile:not(.antd-Combo--ver) .antd-TextControl.is-focused > .antd-TextControl-input {
|
|
35437
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
35438
|
+
}
|
|
35112
35439
|
.antd-ComboTabs > .antd-Tabs-links::before, .antd-ComboTabs > .antd-Tabs-links::after {
|
|
35113
35440
|
display: table;
|
|
35114
35441
|
content: "";
|
|
@@ -35284,7 +35611,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35284
35611
|
border: none;
|
|
35285
35612
|
color: var(--Form-input-color);
|
|
35286
35613
|
width: 100%;
|
|
35287
|
-
height: var(--Form-input-lineHeight);
|
|
35288
35614
|
}
|
|
35289
35615
|
.antd-Picker-input input::-moz-placeholder {
|
|
35290
35616
|
color: var(--Form-input-placeholderColor);
|
|
@@ -35519,6 +35845,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35519
35845
|
display: inline-block;
|
|
35520
35846
|
min-width: 9.375rem;
|
|
35521
35847
|
}
|
|
35848
|
+
.antd-PickerControl.is-mobile {
|
|
35849
|
+
width: 100%;
|
|
35850
|
+
}
|
|
35851
|
+
.antd-PickerControl.is-mobile .antd-Form-item {
|
|
35852
|
+
padding: 0;
|
|
35853
|
+
}
|
|
35854
|
+
.antd-PickerControl.is-mobile .antd-Picker-input {
|
|
35855
|
+
border: none;
|
|
35856
|
+
}
|
|
35522
35857
|
.antd-QrCode {
|
|
35523
35858
|
min-height: var(--Form-input-height);
|
|
35524
35859
|
padding: 0.4375rem 0;
|
|
@@ -35904,7 +36239,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35904
36239
|
padding: var(--transfer-search-paddingTop) var(--transfer-search-paddingRight) var(--transfer-search-paddingBottom) var(--transfer-search-paddingLeft);
|
|
35905
36240
|
width: 100%;
|
|
35906
36241
|
}
|
|
35907
|
-
.antd-Transfer-search .antd-InputBox {
|
|
36242
|
+
.antd-Transfer-search .antd-InputBox:not(.is-mobile) {
|
|
35908
36243
|
font-size: var(--transfer-search-fontSize);
|
|
35909
36244
|
font-weight: var(--transfer-search-fontWeight);
|
|
35910
36245
|
line-height: var(--transfer-search-lineHeight);
|
|
@@ -35916,31 +36251,39 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35916
36251
|
box-shadow: var(--transfer-search-shadow);
|
|
35917
36252
|
padding: var(--transfer-search-input-paddingTop) var(--transfer-search-input-paddingRight) var(--transfer-search-input-paddingBottom) var(--transfer-search-input-paddingLeft);
|
|
35918
36253
|
}
|
|
35919
|
-
.antd-Transfer-search .antd-InputBox:hover {
|
|
36254
|
+
.antd-Transfer-search .antd-InputBox:not(.is-mobile):hover {
|
|
35920
36255
|
border-color: var(--transfer-search-border-hover-color);
|
|
35921
36256
|
}
|
|
35922
|
-
.antd-Transfer-search .antd-InputBox.is-focused {
|
|
36257
|
+
.antd-Transfer-search .antd-InputBox:not(.is-mobile).is-focused {
|
|
35923
36258
|
border-color: var(--transfer-search-border-active-color);
|
|
35924
36259
|
}
|
|
35925
|
-
.antd-Transfer-search .antd-InputBox input {
|
|
36260
|
+
.antd-Transfer-search .antd-InputBox:not(.is-mobile) input {
|
|
35926
36261
|
color: var(--transfer-search-color);
|
|
35927
36262
|
font-size: var(--transfer-search-fontSize);
|
|
35928
36263
|
font-weight: var(--transfer-search-fontWeight);
|
|
35929
36264
|
line-height: var(--transfer-search-lineHeight);
|
|
35930
36265
|
height: var(--transfer-search-lineHeight);
|
|
35931
36266
|
}
|
|
35932
|
-
.antd-Transfer-search .antd-InputBox input::-moz-placeholder {
|
|
36267
|
+
.antd-Transfer-search .antd-InputBox:not(.is-mobile) input::-moz-placeholder {
|
|
35933
36268
|
color: var(--transfer-search-placeholder-font-color);
|
|
35934
36269
|
}
|
|
35935
|
-
.antd-Transfer-search .antd-InputBox input::placeholder {
|
|
36270
|
+
.antd-Transfer-search .antd-InputBox:not(.is-mobile) input::placeholder {
|
|
35936
36271
|
color: var(--transfer-search-placeholder-font-color);
|
|
35937
36272
|
}
|
|
36273
|
+
.antd-Transfer-search.is-mobile .antd-InputBox {
|
|
36274
|
+
border: none;
|
|
36275
|
+
border-bottom: var(--transfer-search-bottom-border-width) var(--transfer-search-bottom-border-style) var(--transfer-search-bottom-border-color);
|
|
36276
|
+
border-radius: 0;
|
|
36277
|
+
}
|
|
35938
36278
|
.antd-Transfer-mid {
|
|
35939
36279
|
min-width: 0.625rem;
|
|
35940
36280
|
display: flex;
|
|
35941
36281
|
flex-direction: column;
|
|
35942
36282
|
justify-content: center;
|
|
35943
36283
|
}
|
|
36284
|
+
.antd-Transfer-mid.is-mobile {
|
|
36285
|
+
display: none;
|
|
36286
|
+
}
|
|
35944
36287
|
.antd-Transfer-arrow {
|
|
35945
36288
|
width: 40px;
|
|
35946
36289
|
height: 30px;
|
|
@@ -36023,6 +36366,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36023
36366
|
.antd-Transfer .antd-Selections .antd-TableSelection .antd-Table-table > tbody > tr {
|
|
36024
36367
|
height: auto;
|
|
36025
36368
|
}
|
|
36369
|
+
.antd-Transfer .antd-Transfer-result .antd-Transfer-title {
|
|
36370
|
+
height: 2.5rem;
|
|
36371
|
+
line-height: 2.5rem;
|
|
36372
|
+
}
|
|
36373
|
+
.antd-Transfer .antd-Transfer-result.is-mobile .antd-Transfer-search .antd-InputBox {
|
|
36374
|
+
border: none;
|
|
36375
|
+
border-bottom: var(--transfer-search-bottom-border-width) var(--transfer-search-bottom-border-style) var(--transfer-search-bottom-border-color);
|
|
36376
|
+
border-radius: 0;
|
|
36377
|
+
}
|
|
36026
36378
|
.antd-TabsTransfer .antd-Transfer-title {
|
|
36027
36379
|
height: 40px;
|
|
36028
36380
|
}
|
|
@@ -36103,6 +36455,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36103
36455
|
max-height: 100%;
|
|
36104
36456
|
overflow: auto;
|
|
36105
36457
|
}
|
|
36458
|
+
.antd-TabsTransfer-tabs > .antd-Tabs-content .antd-TabsTransfer-search.is-mobile .antd-InputBox {
|
|
36459
|
+
border: none;
|
|
36460
|
+
border-bottom: 1px solid var(--TabsTransfer-border-color);
|
|
36461
|
+
border-radius: 0;
|
|
36462
|
+
}
|
|
36106
36463
|
.antd-TransferControl {
|
|
36107
36464
|
position: relative;
|
|
36108
36465
|
overflow: hidden;
|
|
@@ -36154,6 +36511,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36154
36511
|
}
|
|
36155
36512
|
.antd-TransferDropDown-content.is-mobile {
|
|
36156
36513
|
width: 100%;
|
|
36514
|
+
min-width: auto;
|
|
36515
|
+
}
|
|
36516
|
+
.antd-TransferDropDown-content.is-mobile .antd-Table-table > thead > tr > th:first-child.antd-Table-checkCell {
|
|
36517
|
+
padding-left: var(--select-table-option-paddingLeft);
|
|
36157
36518
|
}
|
|
36158
36519
|
.antd-TransferDropDown-content > .antd-Transfer-selection {
|
|
36159
36520
|
flex-grow: 1;
|
|
@@ -36181,15 +36542,19 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36181
36542
|
.antd-NestedSelect--borderNone {
|
|
36182
36543
|
border-color: transparent !important;
|
|
36183
36544
|
}
|
|
36545
|
+
.antd-NestedSelect.is-mobile {
|
|
36546
|
+
text-align: right;
|
|
36547
|
+
}
|
|
36184
36548
|
.antd-NestedSelect-optionArrowRight {
|
|
36185
36549
|
display: inline-block;
|
|
36186
36550
|
padding-right: var(--Form-select-icon-rigin);
|
|
36187
36551
|
}
|
|
36188
36552
|
.antd-NestedSelect-optionArrowRight svg {
|
|
36189
|
-
width: 0.
|
|
36190
|
-
height: 0.
|
|
36553
|
+
width: 0.625rem;
|
|
36554
|
+
height: 0.625rem;
|
|
36191
36555
|
fill: var(--Form-input-iconColor);
|
|
36192
36556
|
color: var(--default-icon-color);
|
|
36557
|
+
top: 0;
|
|
36193
36558
|
}
|
|
36194
36559
|
.antd-NestedSelect-menuOuter {
|
|
36195
36560
|
display: flex;
|
|
@@ -36267,7 +36632,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36267
36632
|
background: unset;
|
|
36268
36633
|
}
|
|
36269
36634
|
.antd-NestedSelect-popup {
|
|
36270
|
-
height:
|
|
36635
|
+
height: 21.25rem;
|
|
36271
36636
|
}
|
|
36272
36637
|
.antd-Cascader-tabs {
|
|
36273
36638
|
display: flex;
|
|
@@ -36283,9 +36648,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36283
36648
|
.antd-Cascader-tab {
|
|
36284
36649
|
flex: 1;
|
|
36285
36650
|
width: calc((100vw - 20px) / 3);
|
|
36286
|
-
height:
|
|
36651
|
+
height: 16.25rem;
|
|
36287
36652
|
overflow-y: auto;
|
|
36288
36653
|
display: inline-block;
|
|
36654
|
+
padding-left: 0.625rem;
|
|
36655
|
+
border: 1px solid var(--Cascader-border-color);
|
|
36289
36656
|
}
|
|
36290
36657
|
.antd-Cascader-tab::-webkit-scrollbar {
|
|
36291
36658
|
display: none;
|
|
@@ -36326,19 +36693,23 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36326
36693
|
display: flex;
|
|
36327
36694
|
align-items: center;
|
|
36328
36695
|
justify-content: space-between;
|
|
36329
|
-
padding: 0.375rem 0;
|
|
36696
|
+
padding: 0.375rem 0 0.375rem 0.625rem;
|
|
36330
36697
|
font-size: var(--fontSizeMd);
|
|
36331
36698
|
line-height: var(--Cascader-option-lineHeight);
|
|
36332
36699
|
cursor: pointer;
|
|
36333
36700
|
position: relative;
|
|
36334
36701
|
}
|
|
36335
|
-
.antd-Cascader-option.
|
|
36702
|
+
.antd-Cascader-option.is-active {
|
|
36703
|
+
background-color: var(--Cascader-border-active-bg-color);
|
|
36704
|
+
}
|
|
36705
|
+
.antd-Cascader-option.selected .antd-Cascader-option--text {
|
|
36336
36706
|
color: var(--primary);
|
|
36337
36707
|
}
|
|
36338
36708
|
.antd-Cascader-option.disabled span {
|
|
36339
36709
|
color: gray;
|
|
36340
36710
|
}
|
|
36341
36711
|
.antd-Cascader-option--text {
|
|
36712
|
+
flex: 1;
|
|
36342
36713
|
white-space: nowrap;
|
|
36343
36714
|
overflow: hidden;
|
|
36344
36715
|
text-overflow: ellipsis;
|
|
@@ -36346,6 +36717,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36346
36717
|
-moz-user-select: none;
|
|
36347
36718
|
user-select: none;
|
|
36348
36719
|
}
|
|
36720
|
+
.antd-Cascader-option--text.disabled {
|
|
36721
|
+
color: var(--Cascader-option-disable-color);
|
|
36722
|
+
}
|
|
36723
|
+
.antd-Cascader-option-arrow {
|
|
36724
|
+
flex: 1;
|
|
36725
|
+
text-align: right;
|
|
36726
|
+
padding-right: 0.375rem;
|
|
36727
|
+
}
|
|
36728
|
+
.antd-Cascader-option-arrow > svg {
|
|
36729
|
+
transform: scale(0.8);
|
|
36730
|
+
}
|
|
36349
36731
|
.antd-Cascader-option-selectedNum {
|
|
36350
36732
|
min-width: 1rem;
|
|
36351
36733
|
height: 1rem;
|
|
@@ -36397,7 +36779,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36397
36779
|
border: none;
|
|
36398
36780
|
color: var(--Form-input-color);
|
|
36399
36781
|
width: 100%;
|
|
36400
|
-
height: var(--Form-input-lineHeight);
|
|
36401
36782
|
}
|
|
36402
36783
|
.antd-IconPickerControl-input input::-moz-placeholder {
|
|
36403
36784
|
color: var(--Form-input-placeholderColor);
|
|
@@ -36603,7 +36984,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36603
36984
|
border: none;
|
|
36604
36985
|
color: var(--Form-input-color);
|
|
36605
36986
|
width: 100%;
|
|
36606
|
-
height: var(--Form-input-lineHeight);
|
|
36607
36987
|
}
|
|
36608
36988
|
.antd-IconSelectControl-input input::-moz-placeholder {
|
|
36609
36989
|
color: var(--Form-input-placeholderColor);
|
|
@@ -37245,6 +37625,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37245
37625
|
background-color: rgb(250, 250, 250);
|
|
37246
37626
|
border-radius: var(--borderRadius);
|
|
37247
37627
|
position: relative;
|
|
37628
|
+
word-wrap: break-word;
|
|
37629
|
+
word-break: break-all;
|
|
37248
37630
|
}
|
|
37249
37631
|
.antd-Form--column {
|
|
37250
37632
|
display: flex;
|
|
@@ -37299,24 +37681,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37299
37681
|
}
|
|
37300
37682
|
/* 移动端样式调整 */
|
|
37301
37683
|
@media (max-width: 767px) {
|
|
37302
|
-
.antd-
|
|
37303
|
-
|
|
37304
|
-
box-sizing: border-box;
|
|
37305
|
-
content: " ";
|
|
37306
|
-
pointer-events: none;
|
|
37307
|
-
right: 0;
|
|
37308
|
-
top: 0;
|
|
37309
|
-
left: 0;
|
|
37310
|
-
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37684
|
+
.antd-Combo-form::before {
|
|
37685
|
+
border-bottom: none;
|
|
37311
37686
|
}
|
|
37312
|
-
.antd-Form
|
|
37687
|
+
.antd-Form-item {
|
|
37313
37688
|
display: flex;
|
|
37314
|
-
flex-wrap: wrap;
|
|
37315
37689
|
margin-bottom: 0;
|
|
37316
|
-
padding: var(--Form-item-gap) 0;
|
|
37690
|
+
padding: var(--Form-item-mobile-gap) 0;
|
|
37317
37691
|
position: relative;
|
|
37318
37692
|
}
|
|
37319
|
-
.antd-Form
|
|
37693
|
+
.antd-Form-item::after {
|
|
37320
37694
|
position: absolute;
|
|
37321
37695
|
box-sizing: border-box;
|
|
37322
37696
|
content: " ";
|
|
@@ -37326,11 +37700,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37326
37700
|
left: 0;
|
|
37327
37701
|
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37328
37702
|
}
|
|
37329
|
-
.antd-Form
|
|
37330
|
-
.antd-Form
|
|
37703
|
+
.antd-Form-item .antd-InputGroup-addOn,
|
|
37704
|
+
.antd-Form-item .antd-TextControl-addOn {
|
|
37331
37705
|
border: none;
|
|
37332
37706
|
}
|
|
37333
|
-
.antd-Form
|
|
37707
|
+
.antd-Form-item .antd-Form-label {
|
|
37334
37708
|
flex: 0 0 28%;
|
|
37335
37709
|
max-width: 28%;
|
|
37336
37710
|
min-height: 1px;
|
|
@@ -37341,111 +37715,217 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37341
37715
|
margin-bottom: 0;
|
|
37342
37716
|
font-size: var(--fontSizeLg);
|
|
37343
37717
|
}
|
|
37344
|
-
.antd-Form .antd-Form-
|
|
37718
|
+
.antd-Form-item .antd-Form-label + .antd-Form-item-controlBox {
|
|
37719
|
+
max-width: 72%;
|
|
37720
|
+
}
|
|
37721
|
+
.antd-Form-item .antd-Form-label > span {
|
|
37722
|
+
line-height: 2rem;
|
|
37723
|
+
display: inline-block;
|
|
37724
|
+
}
|
|
37725
|
+
.antd-Form-item .antd-Form-description {
|
|
37345
37726
|
font-size: var(--fontSizeBase);
|
|
37346
37727
|
}
|
|
37347
|
-
.antd-Form
|
|
37728
|
+
.antd-Form-item .antd-TextControl-input {
|
|
37348
37729
|
font-size: var(--fontSizeLg);
|
|
37349
37730
|
}
|
|
37350
|
-
.antd-Form
|
|
37731
|
+
.antd-Form-item .antd-TextControl-input input {
|
|
37351
37732
|
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
|
37352
37733
|
}
|
|
37353
|
-
.antd-Form .antd-
|
|
37354
|
-
|
|
37734
|
+
.antd-Form-item .antd-NumberControl .antd-Number {
|
|
37735
|
+
flex: 1;
|
|
37736
|
+
border: none;
|
|
37737
|
+
}
|
|
37738
|
+
.antd-Form-item .antd-NumberControl .antd-Number .antd-Number-handler-wrap {
|
|
37739
|
+
display: none;
|
|
37740
|
+
}
|
|
37741
|
+
.antd-Form-item .antd-NumberControl .antd-Select {
|
|
37742
|
+
flex: none;
|
|
37743
|
+
border: none;
|
|
37744
|
+
}
|
|
37745
|
+
.antd-Form-item .antd-Number--enhance {
|
|
37746
|
+
float: right;
|
|
37747
|
+
border: none;
|
|
37748
|
+
}
|
|
37749
|
+
.antd-Form-item .antd-Number--enhance-left-icon, .antd-Form-item .antd-Number--enhance-right-icon {
|
|
37750
|
+
width: var(--inputNumber-enhance-mobile-icon-width);
|
|
37751
|
+
height: var(--inputNumber-enhance-mobile-icon-height);
|
|
37752
|
+
border: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37753
|
+
border-radius: var(--Form-input-borderRadius);
|
|
37754
|
+
-webkit-user-select: none;
|
|
37755
|
+
-moz-user-select: none;
|
|
37756
|
+
user-select: none;
|
|
37757
|
+
}
|
|
37758
|
+
.antd-Form-item .antd-Number--enhance-left-icon svg.icon, .antd-Form-item .antd-Number--enhance-right-icon svg.icon {
|
|
37759
|
+
top: 0;
|
|
37760
|
+
}
|
|
37761
|
+
.antd-Form-item .antd-Number--enhance .antd-Number-input {
|
|
37762
|
+
text-align: center;
|
|
37763
|
+
}
|
|
37764
|
+
.antd-Form-item .antd-Number--enhance .antd-Number--enhance-input {
|
|
37765
|
+
width: var(--inputNumber-enhance-mobile-input-width);
|
|
37766
|
+
text-align: center;
|
|
37767
|
+
}
|
|
37768
|
+
.antd-Form-item .antd-Number--enhance .antd-InputNumber-enhance-minus,
|
|
37769
|
+
.antd-Form-item .antd-Number--enhance .antd-InputNumber-enhance-plus {
|
|
37770
|
+
width: var(--inputNumber-enhance-mobile-icon-inner-width);
|
|
37771
|
+
height: var(--inputNumber-enhance-mobile-icon-inner-height);
|
|
37772
|
+
display: flex;
|
|
37773
|
+
justify-content: center;
|
|
37774
|
+
align-items: center;
|
|
37775
|
+
}
|
|
37776
|
+
.antd-Form-item .antd-Number--enhance:hover .antd-Number-input {
|
|
37777
|
+
padding-left: var(--inputNumber-enhance-default-paddingLeft);
|
|
37778
|
+
padding-right: var(--inputNumber-enhance-default-paddingRight);
|
|
37779
|
+
}
|
|
37780
|
+
.antd-Form-item .antd-Form-value,
|
|
37781
|
+
.antd-Form-item .antd-Form-control {
|
|
37355
37782
|
flex: 1;
|
|
37356
37783
|
flex-wrap: wrap;
|
|
37357
37784
|
font-size: var(--fontSizeLg);
|
|
37358
37785
|
}
|
|
37359
|
-
.antd-Form
|
|
37360
|
-
.antd-Form
|
|
37786
|
+
.antd-Form-item .antd-Form-value .antd-ColorPicker > input,
|
|
37787
|
+
.antd-Form-item .antd-Form-control .antd-ColorPicker > input {
|
|
37788
|
+
height: 100%;
|
|
37789
|
+
}
|
|
37790
|
+
.antd-Form-item .antd-Form-value .antd-ResultBox,
|
|
37791
|
+
.antd-Form-item .antd-Form-control .antd-ResultBox {
|
|
37792
|
+
height: 100%;
|
|
37793
|
+
}
|
|
37794
|
+
.antd-Form-item .antd-Form-value .antd-ResultBox .antd-ResultBox-value-wrap,
|
|
37795
|
+
.antd-Form-item .antd-Form-control .antd-ResultBox .antd-ResultBox-value-wrap {
|
|
37796
|
+
justify-content: flex-end;
|
|
37797
|
+
text-align: right;
|
|
37798
|
+
}
|
|
37799
|
+
.antd-Form-item .antd-Form-value.is-disabled > .antd-TextControl-input,
|
|
37800
|
+
.antd-Form-item .antd-Form-control.is-disabled > .antd-TextControl-input {
|
|
37361
37801
|
background: transparent;
|
|
37362
37802
|
}
|
|
37363
|
-
.antd-Form
|
|
37803
|
+
.antd-Form-item .antd-SelectControl.antd-Form-control {
|
|
37364
37804
|
overflow: hidden;
|
|
37365
37805
|
}
|
|
37366
|
-
.antd-Form
|
|
37367
|
-
.antd-Form
|
|
37368
|
-
.antd-Form .antd-Form-
|
|
37369
|
-
.antd-Form
|
|
37370
|
-
.antd-Form
|
|
37371
|
-
.antd-Form
|
|
37372
|
-
.antd-Form
|
|
37373
|
-
.antd-Form .antd-Form-item .antd-CheckboxesControl {
|
|
37806
|
+
.antd-Form-item .antd-Form-hint,
|
|
37807
|
+
.antd-Form-item .antd-Form-remark,
|
|
37808
|
+
.antd-Form-item .antd-Form-group--hor .antd-Form-item,
|
|
37809
|
+
.antd-Form-item .antd-SwitchControl,
|
|
37810
|
+
.antd-Form-item .antd-CheckboxControl,
|
|
37811
|
+
.antd-Form-item .antd-RadiosControl,
|
|
37812
|
+
.antd-Form-item .antd-CheckboxesControl {
|
|
37374
37813
|
padding-top: 0;
|
|
37375
37814
|
padding-bottom: 0;
|
|
37376
37815
|
}
|
|
37377
|
-
.antd-Form
|
|
37816
|
+
.antd-Form-item .antd-SwitchControl,
|
|
37817
|
+
.antd-Form-item .antd-TransferControl,
|
|
37818
|
+
.antd-Form-item .antd-TagControl,
|
|
37819
|
+
.antd-Form-item .antd-CheckboxControl,
|
|
37820
|
+
.antd-Form-item .antd-TreeSelectControl,
|
|
37821
|
+
.antd-Form-item .antd-NestedSelectControl,
|
|
37822
|
+
.antd-Form-item .antd-TabsTransferControl {
|
|
37823
|
+
padding-top: 0.1875rem;
|
|
37824
|
+
}
|
|
37825
|
+
.antd-Form-item--inline {
|
|
37826
|
+
margin-right: 0;
|
|
37827
|
+
}
|
|
37828
|
+
.antd-Form-item .antd-Form-item-controlBox {
|
|
37829
|
+
flex: 1;
|
|
37830
|
+
max-width: -moz-available;
|
|
37831
|
+
max-width: -webkit-fill-available;
|
|
37832
|
+
max-width: fill-available;
|
|
37833
|
+
}
|
|
37834
|
+
.antd-Form-item .antd-Form-static .antd-Progress {
|
|
37835
|
+
margin-top: 0.1875rem;
|
|
37836
|
+
}
|
|
37837
|
+
.antd-Form-item .antd-Form-static .antd-Field-quickEditBtn {
|
|
37838
|
+
vertical-align: baseline;
|
|
37839
|
+
}
|
|
37840
|
+
.antd-Form-item .antd-Form-group--horizontal .antd-TextControl-input input {
|
|
37378
37841
|
height: var(--Form-input-height);
|
|
37379
37842
|
}
|
|
37380
|
-
.antd-Form
|
|
37843
|
+
.antd-Form-item .antd-Form-hint {
|
|
37381
37844
|
font-size: var(--fontSizeBase);
|
|
37382
37845
|
margin-left: 0;
|
|
37383
37846
|
color: var(--text--muted-color);
|
|
37384
37847
|
}
|
|
37385
|
-
.antd-Form
|
|
37848
|
+
.antd-Form-item .antd-TextControl-placeholder {
|
|
37386
37849
|
top: 0;
|
|
37387
37850
|
}
|
|
37388
|
-
.antd-Form
|
|
37851
|
+
.antd-Form-item .antd-Form-static {
|
|
37389
37852
|
min-height: 0;
|
|
37390
37853
|
}
|
|
37391
|
-
.antd-Form
|
|
37392
|
-
.antd-Form
|
|
37854
|
+
.antd-Form-item .antd-Form-description,
|
|
37855
|
+
.antd-Form-item .antd-Form-feedback {
|
|
37393
37856
|
font-size: var(--fontSizeBase);
|
|
37394
37857
|
}
|
|
37395
|
-
.antd-Form
|
|
37396
|
-
.antd-Form
|
|
37858
|
+
.antd-Form-item .antd-InputGroup .antd-Select,
|
|
37859
|
+
.antd-Form-item .antd-InputGroup .antd-InputGroup-btn .antd-Button {
|
|
37397
37860
|
border: none;
|
|
37398
37861
|
}
|
|
37399
|
-
.antd-Form
|
|
37862
|
+
.antd-Form-item .antd-InputGroup > .antd-TextControl-input input {
|
|
37400
37863
|
height: var(--Form-input-height);
|
|
37401
37864
|
}
|
|
37402
|
-
.antd-Form
|
|
37865
|
+
.antd-Form-item .antd-ColorPicker {
|
|
37403
37866
|
padding: 0;
|
|
37404
37867
|
border: none;
|
|
37405
37868
|
}
|
|
37406
|
-
.antd-Form
|
|
37869
|
+
.antd-Form-item .antd-ColorPicker .antd-ColorPicker-arrow {
|
|
37407
37870
|
display: none;
|
|
37408
37871
|
}
|
|
37409
|
-
.antd-Form
|
|
37872
|
+
.antd-Form-item .antd-Form-group--hor .antd-Form-item .antd-Button {
|
|
37410
37873
|
margin-bottom: var(--gap-xs);
|
|
37411
37874
|
}
|
|
37412
|
-
.antd-Form
|
|
37413
|
-
.antd-Form
|
|
37414
|
-
.antd-Form
|
|
37875
|
+
.antd-Form-item .antd-TextareaControl > textarea,
|
|
37876
|
+
.antd-Form-item .antd-Form-control > .antd-TextControl-input,
|
|
37877
|
+
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input {
|
|
37415
37878
|
border: none;
|
|
37416
37879
|
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
37417
37880
|
box-shadow: none;
|
|
37881
|
+
border-radius: 0;
|
|
37418
37882
|
}
|
|
37419
|
-
.antd-Form
|
|
37420
|
-
.antd-Form
|
|
37421
|
-
.antd-Form
|
|
37422
|
-
.antd-Form
|
|
37423
|
-
.antd-Form
|
|
37424
|
-
.antd-Form
|
|
37425
|
-
.antd-Form
|
|
37883
|
+
.antd-Form-item .antd-TextareaControl > textarea:hover, .antd-Form-item .antd-TextareaControl > textarea:focus, .antd-Form-item .antd-TextareaControl > textarea.active,
|
|
37884
|
+
.antd-Form-item .antd-Form-control > .antd-TextControl-input:hover,
|
|
37885
|
+
.antd-Form-item .antd-Form-control > .antd-TextControl-input:focus,
|
|
37886
|
+
.antd-Form-item .antd-Form-control > .antd-TextControl-input.active,
|
|
37887
|
+
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:hover,
|
|
37888
|
+
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:focus,
|
|
37889
|
+
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input.active {
|
|
37426
37890
|
border: none;
|
|
37427
37891
|
outline: none;
|
|
37428
37892
|
outline-style: none;
|
|
37429
37893
|
}
|
|
37430
|
-
.antd-Form
|
|
37894
|
+
.antd-Form-item .antd-Form-control > .antd-TextControl-input--multiple {
|
|
37431
37895
|
padding: 0;
|
|
37432
37896
|
min-height: 0;
|
|
37433
37897
|
}
|
|
37434
|
-
.antd-Form
|
|
37898
|
+
.antd-Form-groupColumn {
|
|
37435
37899
|
margin-bottom: 0;
|
|
37436
37900
|
}
|
|
37437
|
-
.antd-Form
|
|
37901
|
+
.antd-Form-item:nth-last-of-type(1)::after {
|
|
37438
37902
|
display: none;
|
|
37439
37903
|
}
|
|
37440
|
-
.antd-Form
|
|
37904
|
+
.antd-Form-item.is-placeholder::after {
|
|
37441
37905
|
display: none;
|
|
37442
37906
|
}
|
|
37443
|
-
.antd-
|
|
37907
|
+
.antd-Tabs-pane {
|
|
37444
37908
|
padding: 0;
|
|
37445
37909
|
}
|
|
37446
|
-
.antd-Form
|
|
37910
|
+
.antd-Form-item .antd-Form-groupColumn > .antd-Form-item {
|
|
37447
37911
|
padding-bottom: var(--Form-input-paddingX);
|
|
37448
37912
|
}
|
|
37913
|
+
.antd-Form-groupColumn {
|
|
37914
|
+
position: relative;
|
|
37915
|
+
}
|
|
37916
|
+
.antd-Form-groupColumn::after {
|
|
37917
|
+
position: absolute;
|
|
37918
|
+
box-sizing: border-box;
|
|
37919
|
+
content: " ";
|
|
37920
|
+
pointer-events: none;
|
|
37921
|
+
right: 0;
|
|
37922
|
+
bottom: 0;
|
|
37923
|
+
left: 0;
|
|
37924
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
|
37925
|
+
}
|
|
37926
|
+
.antd-Form-groupColumn:nth-last-of-type(1)::after {
|
|
37927
|
+
display: none;
|
|
37928
|
+
}
|
|
37449
37929
|
}
|
|
37450
37930
|
.antd-UserSelect {
|
|
37451
37931
|
position: relative;
|
|
@@ -38343,8 +38823,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38343
38823
|
/* 函数列表 */
|
|
38344
38824
|
}
|
|
38345
38825
|
.antd-FormulaEditor-content {
|
|
38346
|
-
|
|
38347
|
-
|
|
38826
|
+
flex: 1;
|
|
38827
|
+
height: 100%;
|
|
38828
|
+
max-width: 33.125rem;
|
|
38829
|
+
border-top: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38830
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38348
38831
|
}
|
|
38349
38832
|
.antd-FormulaEditor-header {
|
|
38350
38833
|
width: 100%;
|
|
@@ -38357,8 +38840,16 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38357
38840
|
border-bottom: none;
|
|
38358
38841
|
font-weight: 500;
|
|
38359
38842
|
}
|
|
38843
|
+
.antd-FormulaEditor-header-toolbar {
|
|
38844
|
+
font-size: 12px;
|
|
38845
|
+
float: right;
|
|
38846
|
+
}
|
|
38847
|
+
.antd-FormulaEditor-header-toolbar > span {
|
|
38848
|
+
margin-right: 5px;
|
|
38849
|
+
}
|
|
38360
38850
|
.antd-FormulaEditor-editor {
|
|
38361
|
-
height: 12.5rem;
|
|
38851
|
+
min-height: 12.5rem;
|
|
38852
|
+
height: calc(100% - 35px);
|
|
38362
38853
|
padding: 0.3125rem;
|
|
38363
38854
|
padding-right: 0;
|
|
38364
38855
|
}
|
|
@@ -38385,31 +38876,26 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38385
38876
|
flex-flow: row nowrap;
|
|
38386
38877
|
align-items: stretch;
|
|
38387
38878
|
justify-content: space-between;
|
|
38388
|
-
height:
|
|
38879
|
+
height: 28.125rem;
|
|
38389
38880
|
margin-top: 0.625rem;
|
|
38390
38881
|
}
|
|
38391
|
-
.antd-FormulaEditor-settings
|
|
38392
|
-
width:
|
|
38882
|
+
.antd-FormulaEditor-settings.is-mobile {
|
|
38883
|
+
width: 100%;
|
|
38884
|
+
overflow-x: scroll;
|
|
38885
|
+
overflow-y: hidden;
|
|
38393
38886
|
}
|
|
38394
38887
|
.antd-FormulaEditor-settings.only-variable {
|
|
38395
38888
|
height: 21.875rem;
|
|
38396
38889
|
}
|
|
38397
38890
|
.antd-FormulaEditor-panel {
|
|
38398
38891
|
display: flex;
|
|
38399
|
-
flex: 1;
|
|
38400
38892
|
flex-flow: column nowrap;
|
|
38401
38893
|
justify-content: space-between;
|
|
38402
38894
|
align-items: stretch;
|
|
38403
38895
|
height: 100%;
|
|
38404
|
-
|
|
38896
|
+
width: 11.75rem;
|
|
38405
38897
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38406
38898
|
}
|
|
38407
|
-
.antd-FormulaEditor-panel:not(:last-child) {
|
|
38408
|
-
margin-right: 0.625rem;
|
|
38409
|
-
}
|
|
38410
|
-
.antd-FormulaEditor-panel:last-child {
|
|
38411
|
-
flex: 1;
|
|
38412
|
-
}
|
|
38413
38899
|
.antd-FormulaEditor-panel-header {
|
|
38414
38900
|
width: 100%;
|
|
38415
38901
|
height: 1.875rem;
|
|
@@ -38431,6 +38917,17 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38431
38917
|
.antd-FormulaEditor-panel-body--tabs {
|
|
38432
38918
|
max-height: 100%;
|
|
38433
38919
|
}
|
|
38920
|
+
.antd-FormulaEditor-panel.left {
|
|
38921
|
+
justify-content: normal !important;
|
|
38922
|
+
border-radius: var(--borderRadius) 0 0 var(--borderRadius);
|
|
38923
|
+
}
|
|
38924
|
+
.antd-FormulaEditor-panel.right {
|
|
38925
|
+
width: 20.625rem;
|
|
38926
|
+
border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
|
|
38927
|
+
}
|
|
38928
|
+
.antd-FormulaEditor-VariableList {
|
|
38929
|
+
height: 100%;
|
|
38930
|
+
}
|
|
38434
38931
|
.antd-FormulaEditor-VariableList-root {
|
|
38435
38932
|
max-height: 100%;
|
|
38436
38933
|
}
|
|
@@ -38446,7 +38943,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38446
38943
|
max-height: 100%;
|
|
38447
38944
|
}
|
|
38448
38945
|
.antd-FormulaEditor-VariableList-base.is-scrollable {
|
|
38449
|
-
overflow-x:
|
|
38946
|
+
overflow-x: auto;
|
|
38450
38947
|
overflow-y: auto;
|
|
38451
38948
|
}
|
|
38452
38949
|
.antd-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
@@ -38488,7 +38985,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38488
38985
|
padding: 0;
|
|
38489
38986
|
}
|
|
38490
38987
|
.antd-FormulaEditor-VariableList-tabs .antd-Tabs-content .antd-FormulaEditor-VariableList-sub .antd-FormulaEditor-VariableList-body {
|
|
38491
|
-
max-height: 13.75rem;
|
|
38492
38988
|
overflow-y: hidden;
|
|
38493
38989
|
}
|
|
38494
38990
|
.antd-FormulaEditor-VariableList-tabs .antd-Tabs-content .antd-FormulaEditor-VariableList-sub-FormulaEditor-VariableList-base {
|
|
@@ -38558,6 +39054,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38558
39054
|
flex: 1;
|
|
38559
39055
|
width: 0;
|
|
38560
39056
|
display: inline-block;
|
|
39057
|
+
min-width: 3.125rem;
|
|
39058
|
+
}
|
|
39059
|
+
.antd-FormulaEditor-VariableList-item .fa-ellipsis-h {
|
|
39060
|
+
margin-right: 0.3125rem;
|
|
39061
|
+
}
|
|
39062
|
+
.antd-FormulaEditor-VariableList-item .fa-ellipsis-h:hover {
|
|
39063
|
+
color: var(--primary);
|
|
38561
39064
|
}
|
|
38562
39065
|
.antd-FormulaEditor-VariableList-item-tag {
|
|
38563
39066
|
vertical-align: middle;
|
|
@@ -38570,21 +39073,35 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38570
39073
|
line-height: 1.5rem;
|
|
38571
39074
|
height: 1.5rem;
|
|
38572
39075
|
}
|
|
39076
|
+
.antd-FormulaEditor-VariableList-item-oper {
|
|
39077
|
+
list-style: none;
|
|
39078
|
+
max-width: 14.6875rem;
|
|
39079
|
+
font-size: var(--fontSizeSm);
|
|
39080
|
+
min-width: 100px;
|
|
39081
|
+
padding: 0 5px;
|
|
39082
|
+
margin: 5px;
|
|
39083
|
+
text-align: center;
|
|
39084
|
+
}
|
|
39085
|
+
.antd-FormulaEditor-VariableList-item-oper li {
|
|
39086
|
+
line-height: 24px;
|
|
39087
|
+
}
|
|
39088
|
+
.antd-FormulaEditor-VariableList-item-oper li:hover {
|
|
39089
|
+
cursor: pointer;
|
|
39090
|
+
background: var(--Form-select-menu-onHover-bg);
|
|
39091
|
+
}
|
|
39092
|
+
.antd-FormulaEditor-VariableList .antd-GroupedSelection {
|
|
39093
|
+
max-height: 100%;
|
|
39094
|
+
}
|
|
38573
39095
|
.antd-FormulaEditor-VariableList .antd-GroupedSelection-item-tag {
|
|
38574
39096
|
line-height: 17px;
|
|
38575
39097
|
}
|
|
39098
|
+
.antd-FormulaEditor-VariableList .antd-GroupedSelection-itemLabel {
|
|
39099
|
+
font-size: var(--fontSizeSm);
|
|
39100
|
+
}
|
|
38576
39101
|
.antd-FormulaEditor-FuncList {
|
|
38577
39102
|
display: flex;
|
|
38578
|
-
flex-flow:
|
|
38579
|
-
|
|
38580
|
-
align-items: stretch;
|
|
38581
|
-
flex: 1;
|
|
38582
|
-
}
|
|
38583
|
-
.antd-FormulaEditor-FuncList .antd-FormulaEditor-panel {
|
|
38584
|
-
width: 11.75rem;
|
|
38585
|
-
}
|
|
38586
|
-
.antd-FormulaEditor-FuncList:not(:last-child) {
|
|
38587
|
-
margin-right: 0.625rem;
|
|
39103
|
+
flex-flow: column nowrap;
|
|
39104
|
+
height: 100%;
|
|
38588
39105
|
}
|
|
38589
39106
|
.antd-FormulaEditor-FuncList-searchBox {
|
|
38590
39107
|
display: flex;
|
|
@@ -38644,20 +39161,30 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38644
39161
|
.antd-FormulaEditor-FuncList-doc {
|
|
38645
39162
|
display: flex;
|
|
38646
39163
|
flex-flow: column nowrap;
|
|
38647
|
-
padding: 0.625rem;
|
|
38648
|
-
|
|
39164
|
+
padding: 0 0.625rem;
|
|
39165
|
+
font-size: 12px;
|
|
39166
|
+
height: 100%;
|
|
39167
|
+
overflow: hidden;
|
|
38649
39168
|
}
|
|
38650
39169
|
.antd-FormulaEditor-FuncList-doc pre {
|
|
38651
39170
|
white-space: pre-wrap;
|
|
38652
39171
|
word-wrap: break-word;
|
|
38653
|
-
background: var(--InputFormula-code-bgColor);
|
|
38654
|
-
padding: 0.3125rem 0.625rem;
|
|
38655
39172
|
border-radius: var(--borderRadius);
|
|
38656
39173
|
margin-top: 0;
|
|
38657
39174
|
}
|
|
38658
39175
|
.antd-FormulaEditor-FuncList-doc pre code {
|
|
38659
39176
|
color: #2468f2;
|
|
38660
39177
|
}
|
|
39178
|
+
.antd-FormulaEditor-FuncList-doc-example {
|
|
39179
|
+
font-size: var(--fontSizeSm) !important;
|
|
39180
|
+
}
|
|
39181
|
+
.antd-FormulaEditor-FuncList-doc-example th {
|
|
39182
|
+
padding: 0.3125rem !important;
|
|
39183
|
+
font-size: var(--fontSizeSm) !important;
|
|
39184
|
+
}
|
|
39185
|
+
.antd-FormulaEditor-FuncList-doc-example td {
|
|
39186
|
+
padding: 0.3125rem !important;
|
|
39187
|
+
}
|
|
38661
39188
|
.antd-FormulaEditor-FuncList-doc-desc {
|
|
38662
39189
|
color: var(--text--loud-color);
|
|
38663
39190
|
overflow-x: hidden;
|
|
@@ -38672,6 +39199,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38672
39199
|
border-radius: 3px;
|
|
38673
39200
|
background: rgba(0, 0, 0, 0.3);
|
|
38674
39201
|
}
|
|
39202
|
+
.antd-FormulaEditor-FuncList.withDoc {
|
|
39203
|
+
max-height: 50% !important;
|
|
39204
|
+
}
|
|
39205
|
+
.antd-FormulaEditor-FuncDoc {
|
|
39206
|
+
height: 300px;
|
|
39207
|
+
overflow: hidden;
|
|
39208
|
+
background: var(--InputFormula-code-bgColor);
|
|
39209
|
+
}
|
|
38675
39210
|
.antd-FormulaEditor .cm-field,
|
|
38676
39211
|
.antd-FormulaEditor .cm-func {
|
|
38677
39212
|
border-radius: 3px;
|
|
@@ -38680,7 +39215,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38680
39215
|
padding: 0 2px;
|
|
38681
39216
|
}
|
|
38682
39217
|
.antd-FormulaEditor .cm-field {
|
|
38683
|
-
padding:
|
|
39218
|
+
padding: 2px 5px;
|
|
38684
39219
|
}
|
|
38685
39220
|
.antd-FormulaEditor .cm-field {
|
|
38686
39221
|
background: #007bff;
|
|
@@ -38696,6 +39231,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38696
39231
|
justify-content: space-between;
|
|
38697
39232
|
align-items: center;
|
|
38698
39233
|
}
|
|
39234
|
+
.antd-FormulaPicker-popup {
|
|
39235
|
+
height: 36.25rem;
|
|
39236
|
+
}
|
|
39237
|
+
.antd-FormulaPicker-popup-inner {
|
|
39238
|
+
width: 100%;
|
|
39239
|
+
box-sizing: border-box;
|
|
39240
|
+
padding: 0 1rem;
|
|
39241
|
+
}
|
|
38699
39242
|
.antd-FormulaPicker-input {
|
|
38700
39243
|
flex: 1;
|
|
38701
39244
|
margin-right: 0.625rem;
|
|
@@ -38743,11 +39286,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38743
39286
|
}
|
|
38744
39287
|
.antd-FormulaPicker.is-input-group {
|
|
38745
39288
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
38746
|
-
padding:
|
|
39289
|
+
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
38747
39290
|
border-radius: var(--borderRadius);
|
|
38748
39291
|
background-color: #fff;
|
|
38749
39292
|
height: var(--Form-input-height);
|
|
38750
39293
|
}
|
|
39294
|
+
.antd-FormulaPicker.is-input-group.antd-FormulaPicker--text {
|
|
39295
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
39296
|
+
}
|
|
38751
39297
|
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input {
|
|
38752
39298
|
display: flex;
|
|
38753
39299
|
align-items: center;
|
|
@@ -38755,14 +39301,30 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38755
39301
|
padding: 0;
|
|
38756
39302
|
border: 0;
|
|
38757
39303
|
margin: 0;
|
|
39304
|
+
margin-right: 0.625rem;
|
|
39305
|
+
max-width: unset;
|
|
38758
39306
|
}
|
|
38759
39307
|
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input:focus {
|
|
38760
39308
|
border: none;
|
|
38761
39309
|
outline: none;
|
|
38762
39310
|
box-sizing: none;
|
|
38763
39311
|
}
|
|
39312
|
+
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-number, .antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-select, .antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-boolean, .antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-date, .antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-time, .antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-datetime {
|
|
39313
|
+
height: var(--InputFormula-input-schema-height);
|
|
39314
|
+
padding-left: var(--Form-input-paddingX);
|
|
39315
|
+
}
|
|
39316
|
+
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-number .antd-Number-handler-wrap {
|
|
39317
|
+
height: unset; /* 避免调节器超出Input框 */
|
|
39318
|
+
}
|
|
39319
|
+
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-variable {
|
|
39320
|
+
border: none;
|
|
39321
|
+
min-height: unset;
|
|
39322
|
+
line-height: 1.125rem;
|
|
39323
|
+
padding-top: 0;
|
|
39324
|
+
padding-bottom: 0;
|
|
39325
|
+
}
|
|
38764
39326
|
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-toggler .icon-function {
|
|
38765
|
-
transform: scale(1.
|
|
39327
|
+
transform: scale(1.3);
|
|
38766
39328
|
}
|
|
38767
39329
|
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-toggler .icon-ellipsis-v {
|
|
38768
39330
|
transform: rotate(90deg);
|
|
@@ -38861,9 +39423,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38861
39423
|
color: var(--Timeline-detail-icon-color);
|
|
38862
39424
|
width: var(--TimelineItem-detail-arrow-width);
|
|
38863
39425
|
height: var(--TimelineItem-detail-arrow-width);
|
|
39426
|
+
transition: transform var(--animation-duration);
|
|
38864
39427
|
}
|
|
38865
39428
|
.antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-arrow-top {
|
|
38866
|
-
transform:
|
|
39429
|
+
transform: rotate(180deg);
|
|
38867
39430
|
}
|
|
38868
39431
|
.antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-visible {
|
|
38869
39432
|
display: block;
|
|
@@ -39237,6 +39800,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39237
39800
|
}
|
|
39238
39801
|
.AMISDebug-tab {
|
|
39239
39802
|
overflow: hidden;
|
|
39803
|
+
border-bottom: 1px solid #3d3d3d;
|
|
39240
39804
|
}
|
|
39241
39805
|
.AMISDebug-tab > button {
|
|
39242
39806
|
color: inherit;
|
|
@@ -39279,6 +39843,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39279
39843
|
.AMISDebug-content {
|
|
39280
39844
|
pointer-events: all;
|
|
39281
39845
|
display: none;
|
|
39846
|
+
height: 100%;
|
|
39282
39847
|
}
|
|
39283
39848
|
.AMISDebug-resize {
|
|
39284
39849
|
position: absolute;
|
|
@@ -39307,7 +39872,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39307
39872
|
}
|
|
39308
39873
|
.AMISDebug.is-expanded {
|
|
39309
39874
|
width: 420px;
|
|
39310
|
-
overflow: auto;
|
|
39311
39875
|
background: #272821;
|
|
39312
39876
|
color: #cccccc;
|
|
39313
39877
|
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
|
|
@@ -39349,6 +39913,30 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39349
39913
|
.AMISDebug-inspect {
|
|
39350
39914
|
padding: var(--gap-sm);
|
|
39351
39915
|
}
|
|
39916
|
+
.AMISDebug-log, .AMISDebug-inspect {
|
|
39917
|
+
height: 100%;
|
|
39918
|
+
overflow: auto;
|
|
39919
|
+
scrollbar-width: thin;
|
|
39920
|
+
scrollbar-color: #6b6b6b #2b2b2b;
|
|
39921
|
+
}
|
|
39922
|
+
.AMISDebug-log::-webkit-scrollbar, .AMISDebug-inspect::-webkit-scrollbar {
|
|
39923
|
+
position: relative;
|
|
39924
|
+
z-index: 10;
|
|
39925
|
+
background-color: #2c2c2c;
|
|
39926
|
+
width: 16px;
|
|
39927
|
+
height: 16px;
|
|
39928
|
+
border-left: 1px solid #3d3d3d;
|
|
39929
|
+
}
|
|
39930
|
+
.AMISDebug-log::-webkit-scrollbar-thumb, .AMISDebug-inspect::-webkit-scrollbar-thumb {
|
|
39931
|
+
background: #6b6b6b;
|
|
39932
|
+
background-clip: content-box;
|
|
39933
|
+
border: 4px solid transparent;
|
|
39934
|
+
border-radius: 500px;
|
|
39935
|
+
}
|
|
39936
|
+
.AMISDebug-log::-webkit-scrollbar-thumb:hover, .AMISDebug-inspect::-webkit-scrollbar-thumb:hover {
|
|
39937
|
+
background: #939393;
|
|
39938
|
+
background-clip: content-box;
|
|
39939
|
+
}
|
|
39352
39940
|
.AMISDebug-logLine {
|
|
39353
39941
|
overflow-x: hidden;
|
|
39354
39942
|
}
|
|
@@ -39594,6 +40182,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39594
40182
|
}
|
|
39595
40183
|
.antd-Nav-Menu-submenu-title {
|
|
39596
40184
|
display: flex;
|
|
40185
|
+
align-items: center;
|
|
39597
40186
|
justify-content: space-between;
|
|
39598
40187
|
}
|
|
39599
40188
|
.antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-wrap {
|