amis-ui 3.4.2 → 3.4.3
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 +1 -0
- package/esm/components/Alert.js +4 -2
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.js +5 -3
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.js +2 -2
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.d.ts +1 -0
- package/esm/components/ContextMenu.js +4 -2
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.js +1 -1
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.js +3 -2
- 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.js +7 -4
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +3 -2
- package/esm/components/InputTable.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.js +6 -11
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/Pagination.js +1 -1
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.d.ts +2 -1
- package/esm/components/ResultList.js +12 -3
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.js +1 -1
- package/esm/components/SelectMobile.js +7 -4
- package/esm/components/Selection.d.ts +2 -1
- package/esm/components/Selection.js +11 -4
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +8 -4
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.js +1 -1
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +1 -1
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.js +5 -5
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.js +3 -2
- package/esm/components/TreeSelection.js +3 -2
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +1 -1
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +1 -1
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.js +1 -1
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +7 -6
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +17 -17
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/SubMenu.js +1 -1
- package/esm/components/menu/index.js +1 -1
- package/esm/components/schema-editor/Array.js +1 -1
- package/esm/components/schema-editor/Common.js +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.js +3 -3
- package/esm/components/table/ColGroup.d.ts +19 -0
- package/esm/components/table/ColGroup.js +52 -0
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +56 -3
- package/esm/components/table/index.js +149 -89
- 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 +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.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 +1 -1
- package/esm/locale/en-US.js +1 -1
- package/esm/locale/zh-CN.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 +1 -1
- package/lib/components/Alert.d.ts +41 -40
- package/lib/components/Alert.js +4 -2
- package/lib/components/Alert2.d.ts +10 -10
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +80 -80
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/Avatar.d.ts +70 -70
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +30 -30
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +100 -100
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +80 -80
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +80 -80
- package/lib/components/ChainedSelection.js +5 -3
- package/lib/components/Checkbox.d.ts +10 -10
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +120 -120
- package/lib/components/Collapse.js +2 -2
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +80 -80
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +80 -80
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.d.ts +1 -0
- package/lib/components/ContextMenu.js +4 -2
- package/lib/components/DatePicker.d.ts +81 -81
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +120 -120
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +30 -30
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +80 -80
- package/lib/components/DropDownSelection.js +3 -2
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +80 -80
- package/lib/components/GroupedSelection.js +7 -4
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +3 -2
- package/lib/components/InputTable.js +1 -1
- package/lib/components/Layout.d.ts +10 -10
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +80 -80
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +80 -80
- package/lib/components/Modal.js +6 -11
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +120 -120
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/Pagination.d.ts +80 -80
- package/lib/components/Pagination.js +1 -1
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.d.ts +120 -120
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +50 -50
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +10 -10
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +80 -80
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +42 -41
- package/lib/components/ResultList.js +12 -3
- package/lib/components/ResultTableList.d.ts +80 -80
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +80 -80
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +1160 -1160
- package/lib/components/Select.js +1 -1
- package/lib/components/SelectMobile.js +7 -4
- package/lib/components/Selection.d.ts +82 -81
- package/lib/components/Selection.js +11 -4
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +50 -50
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +8 -4
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +80 -80
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +40 -40
- package/lib/components/Tabs.js +1 -1
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +60 -60
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +1 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +1 -1
- package/lib/components/TitleBar.d.ts +10 -10
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +80 -80
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +30 -30
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +169 -169
- package/lib/components/Transfer.js +5 -5
- package/lib/components/TransferDropDown.d.ts +160 -160
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +160 -160
- package/lib/components/Tree.js +3 -2
- package/lib/components/TreeSelection.d.ts +80 -80
- package/lib/components/TreeSelection.js +3 -2
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +1 -1
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.js +1 -1
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +1 -1
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.js +1 -1
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +7 -6
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +17 -17
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +1 -1
- package/lib/components/menu/SubMenu.js +1 -1
- package/lib/components/menu/index.d.ts +60 -60
- package/lib/components/menu/index.js +1 -1
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +40 -40
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +40 -40
- package/lib/components/table/Cell.js +3 -3
- package/lib/components/table/ColGroup.d.ts +19 -0
- package/lib/components/table/ColGroup.js +64 -0
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +136 -83
- package/lib/components/table/index.js +149 -88
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +187 -127
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +187 -127
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +187 -127
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +187 -127
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +187 -127
- package/package.json +4 -4
- package/scss/_components.scss +9 -2
- package/scss/components/_collapse.scss +31 -1
- package/scss/components/_divider.scss +37 -2
- package/scss/components/_formula.scss +2 -1
- package/scss/components/_menu.scss +6 -3
- package/scss/components/_modal.scss +5 -5
- package/scss/components/_table.scss +7 -1
- package/scss/components/_table2.scss +4 -15
- package/scss/components/form/_combo.scss +9 -2
- package/scss/components/form/_icon-select.scss +0 -1
- package/scss/components/form/_result-list.scss +1 -0
- package/scss/components/form/_selection.scss +7 -0
- package/scss/components/form/_textarea.scss +5 -5
package/lib/themes/antd.css
CHANGED
|
@@ -3252,6 +3252,14 @@
|
|
|
3252
3252
|
--Divider-marginLeft: var(--sizes-size-0);
|
|
3253
3253
|
--Divider-marginRight: var(--sizes-size-0);
|
|
3254
3254
|
--Divider-marginBottom: var(--sizes-size-7);
|
|
3255
|
+
--Divider-text-width: 5%;
|
|
3256
|
+
--Divider-text-fontSize: var(--fonts-size-7);
|
|
3257
|
+
--Divider-text-fontWeight: var(--fonts-weight-6);
|
|
3258
|
+
--Divider-text-color: var(--colors-neutral-text-2);
|
|
3259
|
+
--Divider-text-marginTop: var(--sizes-size-0);
|
|
3260
|
+
--Divider-text-marginLeft: var(--sizes-size-9);
|
|
3261
|
+
--Divider-text-marginRight: var(--sizes-size-9);
|
|
3262
|
+
--Divider-text-marginBottom: var(--sizes-size-0);
|
|
3255
3263
|
--inputFile-base-des-color: var(--colors-neutral-text-2);
|
|
3256
3264
|
--inputFile-base-des-fontSize: var(--fonts-size-7);
|
|
3257
3265
|
--inputFile-base-des-fontWeight: var(--fonts-weight-6);
|
|
@@ -4177,7 +4185,7 @@
|
|
|
4177
4185
|
--Toast--danger-bottom-left-border-radius: var(--borders-radius-3);
|
|
4178
4186
|
--Toast--danger-bgColor: var(--colors-neutral-fill-11);
|
|
4179
4187
|
--Toast--info-color: var(--colors-neutral-text-2);
|
|
4180
|
-
--Toast--info-fontSize: var(--fonts-size-
|
|
4188
|
+
--Toast--info-fontSize: var(--fonts-size-8);
|
|
4181
4189
|
--Toast--info-fontWeight: var(--fonts-weight-6);
|
|
4182
4190
|
--Toast--info-top-border-color: var(--colors-neutral-line-11);
|
|
4183
4191
|
--Toast--info-top-border-width: var(--borders-width-2);
|
|
@@ -4193,7 +4201,6 @@
|
|
|
4193
4201
|
--Toast--info-left-border-style: var(--borders-style-2);
|
|
4194
4202
|
--Toast--info-bgColor: var(--colors-neutral-fill-11);
|
|
4195
4203
|
--Toast--success-color: var(--colors-neutral-text-2);
|
|
4196
|
-
--Toast--success-fontSize: var(--fonts-weight-6);
|
|
4197
4204
|
--Toast--success-fontWeight: var(--fonts-weight-6);
|
|
4198
4205
|
--Toast--success-fontSize: var(--fonts-size-8);
|
|
4199
4206
|
--Toast--success-fontWeight: var(--fonts-weight-6);
|
|
@@ -10123,6 +10130,7 @@ button::-moz-focus-inner {
|
|
|
10123
10130
|
font-style: normal;
|
|
10124
10131
|
font-weight: normal;
|
|
10125
10132
|
line-height: 24px;
|
|
10133
|
+
max-width: 100%;
|
|
10126
10134
|
text-transform: none;
|
|
10127
10135
|
word-break: break-all;
|
|
10128
10136
|
}
|
|
@@ -10831,16 +10839,21 @@ button::-moz-focus-inner {
|
|
|
10831
10839
|
.tox .tox-dialog__body-content a {
|
|
10832
10840
|
color: #006ce7;
|
|
10833
10841
|
cursor: pointer;
|
|
10834
|
-
text-decoration:
|
|
10842
|
+
text-decoration: underline;
|
|
10835
10843
|
}
|
|
10836
10844
|
.tox .tox-dialog__body-content a:hover,
|
|
10837
10845
|
.tox .tox-dialog__body-content a:focus {
|
|
10838
|
-
color: #
|
|
10839
|
-
text-decoration:
|
|
10846
|
+
color: #003c81;
|
|
10847
|
+
text-decoration: underline;
|
|
10848
|
+
}
|
|
10849
|
+
.tox .tox-dialog__body-content a:focus-visible {
|
|
10850
|
+
border-radius: 1px;
|
|
10851
|
+
outline: 2px solid #006ce7;
|
|
10852
|
+
outline-offset: 2px;
|
|
10840
10853
|
}
|
|
10841
10854
|
.tox .tox-dialog__body-content a:active {
|
|
10842
|
-
color: #
|
|
10843
|
-
text-decoration:
|
|
10855
|
+
color: #00244e;
|
|
10856
|
+
text-decoration: underline;
|
|
10844
10857
|
}
|
|
10845
10858
|
.tox .tox-dialog__body-content svg {
|
|
10846
10859
|
fill: #222f3e;
|
|
@@ -10989,9 +11002,23 @@ button::-moz-focus-inner {
|
|
|
10989
11002
|
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
|
10990
11003
|
background: #fff;
|
|
10991
11004
|
}
|
|
10992
|
-
.tox .tox-
|
|
11005
|
+
.tox .tox-navobj-bordered {
|
|
11006
|
+
position: relative;
|
|
11007
|
+
}
|
|
11008
|
+
.tox .tox-navobj-bordered::before {
|
|
10993
11009
|
border: 1px solid #eeeeee;
|
|
10994
11010
|
border-radius: 6px;
|
|
11011
|
+
content: "";
|
|
11012
|
+
inset: 0;
|
|
11013
|
+
opacity: 1;
|
|
11014
|
+
pointer-events: none;
|
|
11015
|
+
position: absolute;
|
|
11016
|
+
z-index: 1;
|
|
11017
|
+
}
|
|
11018
|
+
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
|
|
11019
|
+
border-color: #006ce7;
|
|
11020
|
+
box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
|
|
11021
|
+
outline: none;
|
|
10995
11022
|
}
|
|
10996
11023
|
.tox .tox-dialog__popups {
|
|
10997
11024
|
position: absolute;
|
|
@@ -11394,7 +11421,6 @@ body.tox-dialog__disable-scroll {
|
|
|
11394
11421
|
cursor: not-allowed;
|
|
11395
11422
|
}
|
|
11396
11423
|
.tox .tox-textfield:focus,
|
|
11397
|
-
.tox .tox-dialog__iframe.tox-dialog__iframe--bordered:focus-within,
|
|
11398
11424
|
.tox .tox-listboxfield .tox-listbox--select:focus,
|
|
11399
11425
|
.tox .tox-textarea-wrap:focus-within,
|
|
11400
11426
|
.tox .tox-textarea:focus,
|
|
@@ -11724,6 +11750,9 @@ body.tox-dialog__disable-scroll {
|
|
|
11724
11750
|
overflow-wrap: break-word;
|
|
11725
11751
|
word-break: normal;
|
|
11726
11752
|
}
|
|
11753
|
+
.tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
|
|
11754
|
+
word-break: break-all;
|
|
11755
|
+
}
|
|
11727
11756
|
}
|
|
11728
11757
|
.tox .tox-menu__label h1,
|
|
11729
11758
|
.tox .tox-menu__label h2,
|
|
@@ -12224,19 +12253,42 @@ body.tox-dialog__disable-scroll {
|
|
|
12224
12253
|
position: relative;
|
|
12225
12254
|
text-transform: none;
|
|
12226
12255
|
}
|
|
12227
|
-
.tox .tox-
|
|
12256
|
+
.tox .tox-statusbar__path {
|
|
12228
12257
|
display: flex;
|
|
12229
12258
|
flex: 1 1 auto;
|
|
12230
|
-
justify-content: flex-end;
|
|
12231
12259
|
overflow: hidden;
|
|
12260
|
+
text-overflow: ellipsis;
|
|
12261
|
+
white-space: nowrap;
|
|
12232
12262
|
}
|
|
12233
|
-
.tox .tox-
|
|
12263
|
+
.tox .tox-statusbar__right-container {
|
|
12264
|
+
display: flex;
|
|
12265
|
+
justify-content: flex-end;
|
|
12266
|
+
white-space: nowrap;
|
|
12267
|
+
}
|
|
12268
|
+
.tox .tox-statusbar__help-text {
|
|
12269
|
+
text-align: center;
|
|
12270
|
+
}
|
|
12271
|
+
.tox .tox-statusbar__text-container {
|
|
12234
12272
|
display: flex;
|
|
12235
12273
|
flex: 1 1 auto;
|
|
12236
|
-
|
|
12274
|
+
justify-content: space-between;
|
|
12237
12275
|
overflow: hidden;
|
|
12238
|
-
|
|
12239
|
-
|
|
12276
|
+
}
|
|
12277
|
+
@media only screen and (min-width: 768px) {
|
|
12278
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
|
|
12279
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
|
|
12280
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
|
|
12281
|
+
flex: 0 0 33.3333333333%;
|
|
12282
|
+
}
|
|
12283
|
+
}
|
|
12284
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
|
|
12285
|
+
justify-content: flex-end;
|
|
12286
|
+
}
|
|
12287
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
|
|
12288
|
+
justify-content: flex-start;
|
|
12289
|
+
}
|
|
12290
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
|
|
12291
|
+
justify-content: space-around;
|
|
12240
12292
|
}
|
|
12241
12293
|
.tox .tox-statusbar__path > * {
|
|
12242
12294
|
display: inline;
|
|
@@ -12246,6 +12298,14 @@ body.tox-dialog__disable-scroll {
|
|
|
12246
12298
|
flex: 0 0 auto;
|
|
12247
12299
|
margin-left: 1ch;
|
|
12248
12300
|
}
|
|
12301
|
+
@media only screen and (max-width: 767px) {
|
|
12302
|
+
.tox .tox-statusbar__text-container .tox-statusbar__help-text {
|
|
12303
|
+
display: none;
|
|
12304
|
+
}
|
|
12305
|
+
.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
|
|
12306
|
+
display: block;
|
|
12307
|
+
}
|
|
12308
|
+
}
|
|
12249
12309
|
.tox .tox-statusbar a,
|
|
12250
12310
|
.tox .tox-statusbar__path-item,
|
|
12251
12311
|
.tox .tox-statusbar__wordcount {
|
|
@@ -13935,13 +13995,13 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13935
13995
|
transform: translateY(-30px);
|
|
13936
13996
|
}
|
|
13937
13997
|
/*!
|
|
13938
|
-
* Cropper.js v1.
|
|
13998
|
+
* Cropper.js v1.6.1
|
|
13939
13999
|
* https://fengyuanchen.github.io/cropperjs
|
|
13940
14000
|
*
|
|
13941
14001
|
* Copyright 2015-present Chen Fengyuan
|
|
13942
14002
|
* Released under the MIT license
|
|
13943
14003
|
*
|
|
13944
|
-
* Date:
|
|
14004
|
+
* Date: 2023-09-17T03:44:17.565Z
|
|
13945
14005
|
*/
|
|
13946
14006
|
.cropper-container {
|
|
13947
14007
|
direction: ltr;
|
|
@@ -13991,7 +14051,7 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13991
14051
|
display: block;
|
|
13992
14052
|
height: 100%;
|
|
13993
14053
|
outline: 1px solid #39f;
|
|
13994
|
-
outline-color: rgba(51, 153, 255, 75
|
|
14054
|
+
outline-color: rgba(51, 153, 255, 0.75);
|
|
13995
14055
|
overflow: hidden;
|
|
13996
14056
|
width: 100%;
|
|
13997
14057
|
}
|
|
@@ -17361,9 +17421,6 @@ input[type=button].antd-Button--block {
|
|
|
17361
17421
|
.antd-Modal-header::after {
|
|
17362
17422
|
clear: both;
|
|
17363
17423
|
}
|
|
17364
|
-
.antd-Modal-header .Dialog-close {
|
|
17365
|
-
content: var(--dialog-icon-icon);
|
|
17366
|
-
}
|
|
17367
17424
|
.antd-Modal-title {
|
|
17368
17425
|
font-size: var(--dialog-header-fontSize);
|
|
17369
17426
|
color: var(--dialog-header-color);
|
|
@@ -17378,6 +17435,9 @@ input[type=button].antd-Button--block {
|
|
|
17378
17435
|
vertical-align: middle;
|
|
17379
17436
|
z-index: calc(11 + 1);
|
|
17380
17437
|
}
|
|
17438
|
+
.antd-Modal-close .Dialog-close {
|
|
17439
|
+
content: var(--dialog-icon-icon);
|
|
17440
|
+
}
|
|
17381
17441
|
.antd-Modal-close svg {
|
|
17382
17442
|
width: var(--dialog-icon-size);
|
|
17383
17443
|
height: var(--dialog-icon-size);
|
|
@@ -17424,70 +17484,34 @@ input[type=button].antd-Button--block {
|
|
|
17424
17484
|
margin-left: var(--dialog-footer-margin-left);
|
|
17425
17485
|
}
|
|
17426
17486
|
.antd-Modal--2th .antd-Modal-content {
|
|
17427
|
-
margin-top: calc(
|
|
17428
|
-
var(--Modal-content-startMarginTop) +
|
|
17429
|
-
1 *
|
|
17430
|
-
var(--Modal-content-stepMarginTop)
|
|
17431
|
-
);
|
|
17487
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop));
|
|
17432
17488
|
}
|
|
17433
17489
|
.antd-Modal--3th .antd-Modal-content {
|
|
17434
|
-
margin-top: calc(
|
|
17435
|
-
var(--Modal-content-startMarginTop) +
|
|
17436
|
-
2 *
|
|
17437
|
-
var(--Modal-content-stepMarginTop)
|
|
17438
|
-
);
|
|
17490
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop));
|
|
17439
17491
|
}
|
|
17440
17492
|
.antd-Modal--4th .antd-Modal-content {
|
|
17441
|
-
margin-top: calc(
|
|
17442
|
-
var(--Modal-content-startMarginTop) +
|
|
17443
|
-
3 *
|
|
17444
|
-
var(--Modal-content-stepMarginTop)
|
|
17445
|
-
);
|
|
17493
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop));
|
|
17446
17494
|
}
|
|
17447
17495
|
.antd-Modal--5th .antd-Modal-content {
|
|
17448
|
-
margin-top: calc(
|
|
17449
|
-
var(--Modal-content-startMarginTop) +
|
|
17450
|
-
4 *
|
|
17451
|
-
var(--Modal-content-stepMarginTop)
|
|
17452
|
-
);
|
|
17496
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop));
|
|
17453
17497
|
}
|
|
17454
17498
|
.antd-Modal--6th .antd-Modal-content {
|
|
17455
|
-
margin-top: calc(
|
|
17456
|
-
var(--Modal-content-startMarginTop) +
|
|
17457
|
-
5 *
|
|
17458
|
-
var(--Modal-content-stepMarginTop)
|
|
17459
|
-
);
|
|
17499
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop));
|
|
17460
17500
|
}
|
|
17461
17501
|
.antd-Modal--7th .antd-Modal-content {
|
|
17462
|
-
margin-top: calc(
|
|
17463
|
-
var(--Modal-content-startMarginTop) +
|
|
17464
|
-
6 *
|
|
17465
|
-
var(--Modal-content-stepMarginTop)
|
|
17466
|
-
);
|
|
17502
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop));
|
|
17467
17503
|
}
|
|
17468
17504
|
.antd-Modal--8th .antd-Modal-content {
|
|
17469
|
-
margin-top: calc(
|
|
17470
|
-
var(--Modal-content-startMarginTop) +
|
|
17471
|
-
7 *
|
|
17472
|
-
var(--Modal-content-stepMarginTop)
|
|
17473
|
-
);
|
|
17505
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop));
|
|
17474
17506
|
}
|
|
17475
17507
|
.antd-Modal--9th .antd-Modal-content {
|
|
17476
|
-
margin-top: calc(
|
|
17477
|
-
var(--Modal-content-startMarginTop) +
|
|
17478
|
-
8 *
|
|
17479
|
-
var(--Modal-content-stepMarginTop)
|
|
17480
|
-
);
|
|
17508
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop));
|
|
17481
17509
|
}
|
|
17482
17510
|
.antd-Modal--10th .antd-Modal-content {
|
|
17483
|
-
margin-top: calc(
|
|
17484
|
-
var(--Modal-content-startMarginTop) +
|
|
17485
|
-
9 *
|
|
17486
|
-
var(--Modal-content-stepMarginTop)
|
|
17487
|
-
);
|
|
17511
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop));
|
|
17488
17512
|
}
|
|
17489
17513
|
@media (min-width: 576px) {
|
|
17490
|
-
.antd-Modal-content {
|
|
17514
|
+
.antd-Modal-content:not(.antd-Modal-content-custom) {
|
|
17491
17515
|
max-width: var(--dialog-size-normal-width);
|
|
17492
17516
|
border-width: var(--dialog-default-border-width);
|
|
17493
17517
|
}
|
|
@@ -21723,10 +21747,13 @@ input[type=button].antd-Button--block {
|
|
|
21723
21747
|
padding-left: 0;
|
|
21724
21748
|
padding-right: 0;
|
|
21725
21749
|
}
|
|
21726
|
-
.antd-Form
|
|
21750
|
+
.antd-Form {
|
|
21751
|
+
/* 恢复 Form 嵌套场景下的样式 */
|
|
21752
|
+
}
|
|
21753
|
+
.antd-Form .antd-Collapse {
|
|
21727
21754
|
border: none;
|
|
21728
21755
|
}
|
|
21729
|
-
.antd-Form .antd-Collapse
|
|
21756
|
+
.antd-Form .antd-Collapse .antd-Collapse-header {
|
|
21730
21757
|
background-color: var(--white);
|
|
21731
21758
|
display: inline-flex;
|
|
21732
21759
|
justify-content: flex-end;
|
|
@@ -21734,9 +21761,23 @@ input[type=button].antd-Button--block {
|
|
|
21734
21761
|
flex-direction: row-reverse;
|
|
21735
21762
|
border-radius: 0;
|
|
21736
21763
|
}
|
|
21737
|
-
.antd-Form .antd-Collapse
|
|
21764
|
+
.antd-Form .antd-Collapse .antd-Collapse-content {
|
|
21738
21765
|
padding: 0;
|
|
21739
21766
|
}
|
|
21767
|
+
.antd-Form .antd-Collapse-fieldset--disabled {
|
|
21768
|
+
border-width: var(--collapse-default-top-border-width) var(--collapse-default-right-border-width) var(--collapse-default-bottom-border-width) var(--collapse-default-left-border-width);
|
|
21769
|
+
border-style: var(--collapse-default-top-border-style) var(--collapse-default-right-border-style) var(--collapse-default-bottom-border-style) var(--collapse-default-left-border-style);
|
|
21770
|
+
border-color: var(--collapse-default-top-border-color) var(--collapse-default-right-border-color) var(--collapse-default-bottom-border-color) var(--collapse-default-left-border-color);
|
|
21771
|
+
border-radius: var(--collapse-default-top-left-border-radius) var(--collapse-default-top-right-border-radius) var(--collapse-default-bottom-right-border-radius) var(--collapse-default-bottom-left-border-radius);
|
|
21772
|
+
}
|
|
21773
|
+
.antd-Form .antd-Collapse-fieldset--disabled .antd-Collapse-header {
|
|
21774
|
+
background: var(--Collapse-header-bg);
|
|
21775
|
+
display: block;
|
|
21776
|
+
border-radius: unset;
|
|
21777
|
+
}
|
|
21778
|
+
.antd-Form .antd-Collapse-fieldset--disabled .antd-Collapse-content {
|
|
21779
|
+
padding: var(--Collapse-content-padding);
|
|
21780
|
+
}
|
|
21740
21781
|
/* 移动端样式调整 */
|
|
21741
21782
|
@media (max-width: 767px) {
|
|
21742
21783
|
.antd-Collapse {
|
|
@@ -22587,9 +22628,7 @@ input[type=button].antd-Button--block {
|
|
|
22587
22628
|
user-select: none;
|
|
22588
22629
|
white-space: nowrap;
|
|
22589
22630
|
vertical-align: middle;
|
|
22590
|
-
line-height: calc(
|
|
22591
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22592
|
-
);
|
|
22631
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22593
22632
|
display: inline-block;
|
|
22594
22633
|
font-size: var(--Pick-base-value-fontSize);
|
|
22595
22634
|
color: var(--Pick-base-value-color);
|
|
@@ -22634,9 +22673,7 @@ input[type=button].antd-Button--block {
|
|
|
22634
22673
|
user-select: none;
|
|
22635
22674
|
white-space: nowrap;
|
|
22636
22675
|
vertical-align: middle;
|
|
22637
|
-
line-height: calc(
|
|
22638
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22639
|
-
);
|
|
22676
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22640
22677
|
display: inline-block;
|
|
22641
22678
|
font-size: var(--Pick-base-value-fontSize);
|
|
22642
22679
|
color: var(--Pick-base-value-color);
|
|
@@ -22780,9 +22817,7 @@ input[type=button].antd-Button--block {
|
|
|
22780
22817
|
-webkit-user-select: none;
|
|
22781
22818
|
-moz-user-select: none;
|
|
22782
22819
|
user-select: none;
|
|
22783
|
-
line-height: calc(
|
|
22784
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22785
|
-
);
|
|
22820
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22786
22821
|
display: inline-block;
|
|
22787
22822
|
font-size: var(--Pick-base-value-fontSize);
|
|
22788
22823
|
color: var(--Pick-base-value-color);
|
|
@@ -22928,6 +22963,9 @@ input[type=button].antd-Button--block {
|
|
|
22928
22963
|
visibility: hidden;
|
|
22929
22964
|
position: absolute;
|
|
22930
22965
|
}
|
|
22966
|
+
.antd-Table-fixedTop .antd-Table-table {
|
|
22967
|
+
table-layout: fixed;
|
|
22968
|
+
}
|
|
22931
22969
|
.antd-Table-heading {
|
|
22932
22970
|
background: var(--Table-heading-bg);
|
|
22933
22971
|
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
@@ -23173,9 +23211,11 @@ input[type=button].antd-Button--block {
|
|
|
23173
23211
|
.antd-Table-table > thead > tr {
|
|
23174
23212
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
23175
23213
|
}
|
|
23214
|
+
.antd-Table-table-tr {
|
|
23215
|
+
background: var(--Table-bg);
|
|
23216
|
+
}
|
|
23176
23217
|
.antd-Table-table > tbody > tr {
|
|
23177
23218
|
position: relative;
|
|
23178
|
-
background: var(--Table-bg);
|
|
23179
23219
|
}
|
|
23180
23220
|
.antd-Table-table > tbody > tr + tr {
|
|
23181
23221
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -24898,10 +24938,9 @@ input[type=button].antd-Button--block {
|
|
|
24898
24938
|
background: var(--TableRow-onDisabled-bg);
|
|
24899
24939
|
color: var(--TableRow-onDisabled-color);
|
|
24900
24940
|
}
|
|
24901
|
-
.antd-Table2 .antd-Table-table > tbody > tr
|
|
24902
|
-
|
|
24903
|
-
|
|
24904
|
-
color: var(--Table-onHover-color);
|
|
24941
|
+
.antd-Table2 .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-left,
|
|
24942
|
+
.antd-Table2 .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-right {
|
|
24943
|
+
background: inherit;
|
|
24905
24944
|
}
|
|
24906
24945
|
.antd-Table2 .antd-Table-table > thead > tr > th.antd-Table-cell-fix-left-last:after,
|
|
24907
24946
|
.antd-Table2 .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-left-last:after,
|
|
@@ -24918,7 +24957,7 @@ input[type=button].antd-Button--block {
|
|
|
24918
24957
|
}
|
|
24919
24958
|
.antd-Table2 .antd-Table-table > thead > tr > th.antd-Table-cell-fix-right-first:after,
|
|
24920
24959
|
.antd-Table2 .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-right-first:after,
|
|
24921
|
-
.antd-Table2 .antd-Table-table > tfoot > tr > td.antd-Table-cell-fix-right-
|
|
24960
|
+
.antd-Table2 .antd-Table-table > tfoot > tr > td.antd-Table-cell-fix-right-first:after {
|
|
24922
24961
|
position: absolute;
|
|
24923
24962
|
top: 0;
|
|
24924
24963
|
bottom: -1px;
|
|
@@ -24956,9 +24995,6 @@ input[type=button].antd-Button--block {
|
|
|
24956
24995
|
.antd-Table2.antd-Table-ping-left .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-left {
|
|
24957
24996
|
border-right: none;
|
|
24958
24997
|
}
|
|
24959
|
-
.antd-Table2.antd-Table-ping-left .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-left:not(.antd-Table-cell-row-hover) {
|
|
24960
|
-
background: #fff;
|
|
24961
|
-
}
|
|
24962
24998
|
.antd-Table2.antd-Table-ping-left .antd-Table-table > tfoot > tr > td:not(:last-child).antd-Table-cell-fix-left-last {
|
|
24963
24999
|
border-right: none;
|
|
24964
25000
|
}
|
|
@@ -24973,9 +25009,6 @@ input[type=button].antd-Button--block {
|
|
|
24973
25009
|
.antd-Table2.antd-Table-ping-right .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-right {
|
|
24974
25010
|
border-right: none;
|
|
24975
25011
|
}
|
|
24976
|
-
.antd-Table2.antd-Table-ping-right .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-right:not(.antd-Table-cell-row-hover) {
|
|
24977
|
-
background: #fff;
|
|
24978
|
-
}
|
|
24979
25012
|
.antd-Table2.antd-Table-ping-right:not(.antd-Table-bordered) .antd-Table-table > thead > tr > th.antd-Table-cell-fix-right-first-prev {
|
|
24980
25013
|
border-right: none;
|
|
24981
25014
|
}
|
|
@@ -26431,14 +26464,43 @@ input[type=button].antd-Button--block {
|
|
|
26431
26464
|
border-left-style: dashed;
|
|
26432
26465
|
}
|
|
26433
26466
|
.antd-Divider--horizontal {
|
|
26434
|
-
|
|
26467
|
+
position: relative;
|
|
26435
26468
|
height: 0.125rem;
|
|
26469
|
+
border-bottom: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26470
|
+
transform-origin: 0 center;
|
|
26471
|
+
clear: both;
|
|
26436
26472
|
}
|
|
26437
26473
|
.antd-Divider--vertical {
|
|
26438
26474
|
border-left: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26439
26475
|
height: var(--sizes-base-15);
|
|
26476
|
+
transform-origin: center bottom;
|
|
26440
26477
|
display: inline-block;
|
|
26441
26478
|
}
|
|
26479
|
+
.antd-Divider--with-text {
|
|
26480
|
+
display: flex;
|
|
26481
|
+
align-items: center;
|
|
26482
|
+
height: unset;
|
|
26483
|
+
border-bottom-width: 0 !important;
|
|
26484
|
+
}
|
|
26485
|
+
.antd-Divider--with-text::before, .antd-Divider--with-text::after {
|
|
26486
|
+
content: "";
|
|
26487
|
+
height: 0;
|
|
26488
|
+
flex: 1;
|
|
26489
|
+
border-bottom: inherit;
|
|
26490
|
+
border-bottom-width: var(--Divider-width);
|
|
26491
|
+
}
|
|
26492
|
+
.antd-Divider--with-text.antd-Divider--with-text-left:before, .antd-Divider--with-text.antd-Divider--with-text-right:after {
|
|
26493
|
+
flex-basis: var(--Divider-text-width);
|
|
26494
|
+
flex-grow: 0;
|
|
26495
|
+
}
|
|
26496
|
+
.antd-Divider-text {
|
|
26497
|
+
margin: var(--Divider-text-marginTop) var(--Divider-text-marginRight) var(--Divider-text-marginBottom) var(--Divider-text-marginLeft);
|
|
26498
|
+
font-size: var(--Divider-text-fontSize);
|
|
26499
|
+
font-weight: var(--Divider-text-fontWeight);
|
|
26500
|
+
line-height: 1;
|
|
26501
|
+
color: var(--Divider-text-color);
|
|
26502
|
+
box-sizing: border-box;
|
|
26503
|
+
}
|
|
26442
26504
|
/* 移动端样式调整 */
|
|
26443
26505
|
@media (max-width: 767px) {
|
|
26444
26506
|
.antd-Divider {
|
|
@@ -29661,10 +29723,7 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29661
29723
|
overflow: auto;
|
|
29662
29724
|
}
|
|
29663
29725
|
.antd-TextControl-sugItem {
|
|
29664
|
-
padding: calc((
|
|
29665
|
-
var(--Form-selectOption-height) - var(--Form-input-lineHeight) *
|
|
29666
|
-
var(--Form-input-fontSize) - 0.125rem
|
|
29667
|
-
) / 2) 0.75rem;
|
|
29726
|
+
padding: calc((var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem) / 2) 0.75rem;
|
|
29668
29727
|
}
|
|
29669
29728
|
.antd-TextControl-sugItem svg {
|
|
29670
29729
|
width: 1rem;
|
|
@@ -29710,9 +29769,7 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29710
29769
|
}
|
|
29711
29770
|
.antd-TextControl-input--multiple .antd-TextControl-value {
|
|
29712
29771
|
white-space: nowrap;
|
|
29713
|
-
line-height: calc(
|
|
29714
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
29715
|
-
);
|
|
29772
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
29716
29773
|
font-size: var(--Form-selectValue-fontSize);
|
|
29717
29774
|
background: var(--Form-select-multiple-bgColor);
|
|
29718
29775
|
border-radius: 0.125rem;
|
|
@@ -29910,6 +29967,7 @@ input.antd-TextControl-input-password {
|
|
|
29910
29967
|
}
|
|
29911
29968
|
.antd-TextareaControl > textarea.antd-TextareaControl-input--counter {
|
|
29912
29969
|
padding-bottom: 23px;
|
|
29970
|
+
display: block !important;
|
|
29913
29971
|
}
|
|
29914
29972
|
.antd-TextareaControl > textarea {
|
|
29915
29973
|
border: 1px solid var(--Form-input-borderColor);
|
|
@@ -30526,6 +30584,13 @@ input.antd-TextControl-input-password {
|
|
|
30526
30584
|
height: 0.875rem;
|
|
30527
30585
|
margin-right: var(--Checkbox-gap);
|
|
30528
30586
|
}
|
|
30587
|
+
.antd-Selection-ellipsis-line {
|
|
30588
|
+
display: inline-block;
|
|
30589
|
+
width: 100%;
|
|
30590
|
+
overflow: hidden;
|
|
30591
|
+
text-overflow: ellipsis;
|
|
30592
|
+
white-space: nowrap;
|
|
30593
|
+
}
|
|
30529
30594
|
.antd-GroupedSelection {
|
|
30530
30595
|
max-height: 18.75rem;
|
|
30531
30596
|
height: 100%;
|
|
@@ -30580,6 +30645,7 @@ input.antd-TextControl-input-password {
|
|
|
30580
30645
|
}
|
|
30581
30646
|
.antd-GroupedSelection-itemLabel {
|
|
30582
30647
|
flex-grow: 1;
|
|
30648
|
+
overflow: hidden;
|
|
30583
30649
|
}
|
|
30584
30650
|
.antd-GroupedSelection-itemLabel span {
|
|
30585
30651
|
vertical-align: middle;
|
|
@@ -31016,9 +31082,7 @@ input.antd-TextControl-input-password {
|
|
|
31016
31082
|
background: var(--Switch-checked-onActive-bgColor);
|
|
31017
31083
|
}
|
|
31018
31084
|
.antd-Switch.is-checked:active .slider::before {
|
|
31019
|
-
left: calc(
|
|
31020
|
-
100% - (var(--Switch-height) + 0.125rem) - 0.125rem
|
|
31021
|
-
);
|
|
31085
|
+
left: calc(100% - (var(--Switch-height) + 0.125rem) - 0.125rem);
|
|
31022
31086
|
}
|
|
31023
31087
|
.antd-Switch.is-checked.is-disabled .slider:before {
|
|
31024
31088
|
color: var(--Switch-onDisabled-color);
|
|
@@ -31629,9 +31693,7 @@ input.antd-TextControl-input-password {
|
|
|
31629
31693
|
-webkit-user-select: none;
|
|
31630
31694
|
-moz-user-select: none;
|
|
31631
31695
|
user-select: none;
|
|
31632
|
-
line-height: calc(
|
|
31633
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31634
|
-
);
|
|
31696
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
31635
31697
|
display: inline-block;
|
|
31636
31698
|
vertical-align: middle;
|
|
31637
31699
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -31914,9 +31976,7 @@ input.antd-TextControl-input-password {
|
|
|
31914
31976
|
align-items: center;
|
|
31915
31977
|
overflow-x: hidden;
|
|
31916
31978
|
overflow-y: auto;
|
|
31917
|
-
max-height: calc((
|
|
31918
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)
|
|
31919
|
-
) * 5);
|
|
31979
|
+
max-height: calc((var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)) * 5);
|
|
31920
31980
|
}
|
|
31921
31981
|
.antd-Select-overflow-wrapper .antd-Select-value {
|
|
31922
31982
|
position: static;
|
|
@@ -31924,9 +31984,7 @@ input.antd-TextControl-input-password {
|
|
|
31924
31984
|
-webkit-user-select: none;
|
|
31925
31985
|
-moz-user-select: none;
|
|
31926
31986
|
user-select: none;
|
|
31927
|
-
line-height: calc(
|
|
31928
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31929
|
-
);
|
|
31987
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
31930
31988
|
display: inline-block;
|
|
31931
31989
|
vertical-align: middle;
|
|
31932
31990
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -32079,6 +32137,7 @@ input.antd-TextControl-input-password {
|
|
|
32079
32137
|
.antd-Selections-item > label {
|
|
32080
32138
|
flex-basis: 3.125rem;
|
|
32081
32139
|
flex-grow: 1;
|
|
32140
|
+
width: 3.125rem;
|
|
32082
32141
|
}
|
|
32083
32142
|
.antd-Selections-item > label.is-invalid {
|
|
32084
32143
|
color: var(--Form-selectValue-onInvalid-color);
|
|
@@ -34828,10 +34887,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34828
34887
|
border: var(--Form-input-borderWidth) solid var(--inputTree-border-color);
|
|
34829
34888
|
border-radius: var(--inputTree-border-radius);
|
|
34830
34889
|
line-height: var(--inputTree-input-lineHeight);
|
|
34831
|
-
padding: calc((
|
|
34832
|
-
var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) *
|
|
34833
|
-
var(--inputTree-fontSize) - 0.125rem
|
|
34834
|
-
) / 2) var(--Form-input-paddingX);
|
|
34890
|
+
padding: calc((var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem) / 2) var(--Form-input-paddingX);
|
|
34835
34891
|
font-size: var(--inputTree-fontSize);
|
|
34836
34892
|
}
|
|
34837
34893
|
.antd-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -35259,6 +35315,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35259
35315
|
.antd-Combo-delBtn:hover {
|
|
35260
35316
|
color: var(--combo-multi-delBtn-hover-color);
|
|
35261
35317
|
}
|
|
35318
|
+
.antd-Tabs--radio .is-active .antd-Combo-tab-delBtn {
|
|
35319
|
+
color: var(--Tabs--radio-active-color);
|
|
35320
|
+
}
|
|
35321
|
+
.antd-Tabs--radio .is-active .antd-Combo-tab-delBtn:hover {
|
|
35322
|
+
color: var(--Tabs--radio-active-color);
|
|
35323
|
+
}
|
|
35262
35324
|
.antd-Combo-tab-delBtn {
|
|
35263
35325
|
color: var(--combo-multi-delBtn-color);
|
|
35264
35326
|
cursor: pointer;
|
|
@@ -35266,8 +35328,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35266
35328
|
display: inline-block;
|
|
35267
35329
|
}
|
|
35268
35330
|
.antd-Combo-tab-delBtn > svg {
|
|
35269
|
-
width: 0.
|
|
35270
|
-
height: 0.
|
|
35331
|
+
width: 0.875rem;
|
|
35332
|
+
height: 0.875rem;
|
|
35271
35333
|
}
|
|
35272
35334
|
.antd-Combo-tab-delBtn:hover {
|
|
35273
35335
|
color: var(--combo-multi-delBtn-hover-color);
|
|
@@ -35779,9 +35841,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35779
35841
|
user-select: none;
|
|
35780
35842
|
white-space: nowrap;
|
|
35781
35843
|
vertical-align: middle;
|
|
35782
|
-
line-height: calc(
|
|
35783
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35784
|
-
);
|
|
35844
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
35785
35845
|
display: inline-block;
|
|
35786
35846
|
font-size: var(--Pick-base-value-fontSize);
|
|
35787
35847
|
color: var(--Pick-base-value-color);
|
|
@@ -35879,9 +35939,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35879
35939
|
user-select: none;
|
|
35880
35940
|
white-space: nowrap;
|
|
35881
35941
|
vertical-align: middle;
|
|
35882
|
-
line-height: calc(
|
|
35883
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35884
|
-
);
|
|
35942
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
35885
35943
|
display: inline-block;
|
|
35886
35944
|
font-size: var(--Pick-base-value-fontSize);
|
|
35887
35945
|
color: var(--Pick-base-value-color);
|
|
@@ -37321,7 +37379,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37321
37379
|
}
|
|
37322
37380
|
.antd-IconSelectControl-icon-list-item-info-name {
|
|
37323
37381
|
margin: 0;
|
|
37324
|
-
margin-bottom: var(--IconSelect-xs-margin);
|
|
37325
37382
|
font-size: var(--IconSelect-type-font-size);
|
|
37326
37383
|
color: var(--IconSelect-icon-name-color);
|
|
37327
37384
|
}
|
|
@@ -39059,6 +39116,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39059
39116
|
.antd-FormulaEditor-VariableList-base.is-scrollable {
|
|
39060
39117
|
overflow-x: auto;
|
|
39061
39118
|
overflow-y: auto;
|
|
39119
|
+
max-height: 100% !important;
|
|
39062
39120
|
}
|
|
39063
39121
|
.antd-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
39064
39122
|
width: 6px;
|
|
@@ -39194,7 +39252,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39194
39252
|
min-width: 100px;
|
|
39195
39253
|
padding: 0 5px;
|
|
39196
39254
|
margin: 5px;
|
|
39197
|
-
text-align:
|
|
39255
|
+
text-align: left;
|
|
39198
39256
|
}
|
|
39199
39257
|
.antd-FormulaEditor-VariableList-item-oper li {
|
|
39200
39258
|
line-height: 24px;
|
|
@@ -40283,8 +40341,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40283
40341
|
}
|
|
40284
40342
|
.antd-Nav-Menu-vertical.antd-Nav-Menu-sub {
|
|
40285
40343
|
min-width: 160px;
|
|
40286
|
-
border-radius: 2px;
|
|
40287
|
-
box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
|
|
40288
40344
|
}
|
|
40289
40345
|
.antd-Nav-Menu-item, .antd-Nav-Menu-submenu-title {
|
|
40290
40346
|
margin: 0;
|
|
@@ -40495,6 +40551,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40495
40551
|
background-color: var(--Layout-light-backgroundColor);
|
|
40496
40552
|
line-height: var(--Nav-Item-height);
|
|
40497
40553
|
cursor: pointer;
|
|
40554
|
+
border-radius: 2px;
|
|
40555
|
+
max-height: 400px;
|
|
40556
|
+
overflow-y: auto;
|
|
40557
|
+
box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
|
|
40498
40558
|
}
|
|
40499
40559
|
.antd-Nav-Menu-submenu-popup .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-link .antd-Nav-Menu-submenu-arrow {
|
|
40500
40560
|
display: none;
|
package/lib/themes/antd.js
CHANGED