amis-ui 3.4.2 → 3.5.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 +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.d.ts +15 -3
- package/esm/components/ImageGallery.js +76 -10
- 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.d.ts +42 -41
- package/esm/components/Pagination.js +24 -8
- 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 +15 -13
- 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 +13 -8
- 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 +2 -1
- package/esm/locale/en-US.js +2 -1
- package/esm/locale/zh-CN.js +2 -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 +121 -120
- package/lib/components/Alert.js +4 -2
- package/lib/components/Alert2.d.ts +20 -20
- 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 +90 -90
- package/lib/components/Avatar.js +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 +20 -20
- 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 +130 -130
- 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 +40 -40
- 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 +55 -43
- package/lib/components/ImageGallery.js +76 -10
- 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 +42 -41
- package/lib/components/Pagination.js +22 -6
- 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 +80 -80
- 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 +20 -20
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +20 -20
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +80 -80
- package/lib/components/ResultBox.js +15 -13
- 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 +1551 -1552
- 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 +60 -60
- 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 +80 -80
- 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 +120 -120
- 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 +200 -200
- package/lib/components/Tree.js +13 -8
- 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.d.ts +0 -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 +50 -50
- 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 +200 -200
- 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 +80 -80
- 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 +2 -1
- package/lib/locale/en-US.js +2 -1
- package/lib/locale/zh-CN.js +2 -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 +264 -139
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +264 -139
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +264 -139
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +264 -139
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +264 -139
- package/package.json +4 -4
- package/scss/_components.scss +9 -2
- package/scss/_properties.scss +3 -0
- package/scss/components/_cards.scss +1 -0
- package/scss/components/_collapse.scss +31 -1
- package/scss/components/_divider.scss +37 -2
- package/scss/components/_formula.scss +2 -1
- package/scss/components/_image-gallery.scss +10 -0
- package/scss/components/_list.scss +1 -0
- package/scss/components/_menu.scss +6 -3
- package/scss/components/_modal.scss +5 -5
- package/scss/components/_nav.scss +26 -0
- package/scss/components/_page.scss +13 -0
- package/scss/components/_panel.scss +3 -13
- package/scss/components/_result-box.scss +8 -0
- package/scss/components/_table.scss +20 -1
- package/scss/components/_table2.scss +4 -15
- package/scss/components/form/_combo.scss +9 -2
- package/scss/components/form/_file.scss +2 -0
- package/scss/components/form/_icon-select.scss +0 -1
- package/scss/components/form/_list.scss +15 -0
- 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/scss/components/form/_tree.scss +1 -1
- package/scss/layout/_layout.scss +2 -0
package/lib/themes/antd.css
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
/* 此处放置需要override的变量,因为部分变量已经在variables.scss中定义 */
|
|
3
3
|
:root,
|
|
4
4
|
.AMISCSSWrapper {
|
|
5
|
+
--affix-offset-top: 0px;
|
|
6
|
+
--affix-offset-bottom: 0px;
|
|
5
7
|
--white: var(--colors-neutral-text-11);
|
|
6
8
|
--primary: var(--colors-brand-5);
|
|
7
9
|
--primary-onHover: var(--colors-brand-6);
|
|
@@ -3252,6 +3254,14 @@
|
|
|
3252
3254
|
--Divider-marginLeft: var(--sizes-size-0);
|
|
3253
3255
|
--Divider-marginRight: var(--sizes-size-0);
|
|
3254
3256
|
--Divider-marginBottom: var(--sizes-size-7);
|
|
3257
|
+
--Divider-text-width: 5%;
|
|
3258
|
+
--Divider-text-fontSize: var(--fonts-size-7);
|
|
3259
|
+
--Divider-text-fontWeight: var(--fonts-weight-6);
|
|
3260
|
+
--Divider-text-color: var(--colors-neutral-text-2);
|
|
3261
|
+
--Divider-text-marginTop: var(--sizes-size-0);
|
|
3262
|
+
--Divider-text-marginLeft: var(--sizes-size-9);
|
|
3263
|
+
--Divider-text-marginRight: var(--sizes-size-9);
|
|
3264
|
+
--Divider-text-marginBottom: var(--sizes-size-0);
|
|
3255
3265
|
--inputFile-base-des-color: var(--colors-neutral-text-2);
|
|
3256
3266
|
--inputFile-base-des-fontSize: var(--fonts-size-7);
|
|
3257
3267
|
--inputFile-base-des-fontWeight: var(--fonts-weight-6);
|
|
@@ -4177,7 +4187,7 @@
|
|
|
4177
4187
|
--Toast--danger-bottom-left-border-radius: var(--borders-radius-3);
|
|
4178
4188
|
--Toast--danger-bgColor: var(--colors-neutral-fill-11);
|
|
4179
4189
|
--Toast--info-color: var(--colors-neutral-text-2);
|
|
4180
|
-
--Toast--info-fontSize: var(--fonts-size-
|
|
4190
|
+
--Toast--info-fontSize: var(--fonts-size-8);
|
|
4181
4191
|
--Toast--info-fontWeight: var(--fonts-weight-6);
|
|
4182
4192
|
--Toast--info-top-border-color: var(--colors-neutral-line-11);
|
|
4183
4193
|
--Toast--info-top-border-width: var(--borders-width-2);
|
|
@@ -4193,7 +4203,6 @@
|
|
|
4193
4203
|
--Toast--info-left-border-style: var(--borders-style-2);
|
|
4194
4204
|
--Toast--info-bgColor: var(--colors-neutral-fill-11);
|
|
4195
4205
|
--Toast--success-color: var(--colors-neutral-text-2);
|
|
4196
|
-
--Toast--success-fontSize: var(--fonts-weight-6);
|
|
4197
4206
|
--Toast--success-fontWeight: var(--fonts-weight-6);
|
|
4198
4207
|
--Toast--success-fontSize: var(--fonts-size-8);
|
|
4199
4208
|
--Toast--success-fontWeight: var(--fonts-weight-6);
|
|
@@ -10123,6 +10132,7 @@ button::-moz-focus-inner {
|
|
|
10123
10132
|
font-style: normal;
|
|
10124
10133
|
font-weight: normal;
|
|
10125
10134
|
line-height: 24px;
|
|
10135
|
+
max-width: 100%;
|
|
10126
10136
|
text-transform: none;
|
|
10127
10137
|
word-break: break-all;
|
|
10128
10138
|
}
|
|
@@ -10831,16 +10841,21 @@ button::-moz-focus-inner {
|
|
|
10831
10841
|
.tox .tox-dialog__body-content a {
|
|
10832
10842
|
color: #006ce7;
|
|
10833
10843
|
cursor: pointer;
|
|
10834
|
-
text-decoration:
|
|
10844
|
+
text-decoration: underline;
|
|
10835
10845
|
}
|
|
10836
10846
|
.tox .tox-dialog__body-content a:hover,
|
|
10837
10847
|
.tox .tox-dialog__body-content a:focus {
|
|
10838
|
-
color: #
|
|
10839
|
-
text-decoration:
|
|
10848
|
+
color: #003c81;
|
|
10849
|
+
text-decoration: underline;
|
|
10850
|
+
}
|
|
10851
|
+
.tox .tox-dialog__body-content a:focus-visible {
|
|
10852
|
+
border-radius: 1px;
|
|
10853
|
+
outline: 2px solid #006ce7;
|
|
10854
|
+
outline-offset: 2px;
|
|
10840
10855
|
}
|
|
10841
10856
|
.tox .tox-dialog__body-content a:active {
|
|
10842
|
-
color: #
|
|
10843
|
-
text-decoration:
|
|
10857
|
+
color: #00244e;
|
|
10858
|
+
text-decoration: underline;
|
|
10844
10859
|
}
|
|
10845
10860
|
.tox .tox-dialog__body-content svg {
|
|
10846
10861
|
fill: #222f3e;
|
|
@@ -10989,9 +11004,23 @@ button::-moz-focus-inner {
|
|
|
10989
11004
|
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
|
10990
11005
|
background: #fff;
|
|
10991
11006
|
}
|
|
10992
|
-
.tox .tox-
|
|
11007
|
+
.tox .tox-navobj-bordered {
|
|
11008
|
+
position: relative;
|
|
11009
|
+
}
|
|
11010
|
+
.tox .tox-navobj-bordered::before {
|
|
10993
11011
|
border: 1px solid #eeeeee;
|
|
10994
11012
|
border-radius: 6px;
|
|
11013
|
+
content: "";
|
|
11014
|
+
inset: 0;
|
|
11015
|
+
opacity: 1;
|
|
11016
|
+
pointer-events: none;
|
|
11017
|
+
position: absolute;
|
|
11018
|
+
z-index: 1;
|
|
11019
|
+
}
|
|
11020
|
+
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
|
|
11021
|
+
border-color: #006ce7;
|
|
11022
|
+
box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
|
|
11023
|
+
outline: none;
|
|
10995
11024
|
}
|
|
10996
11025
|
.tox .tox-dialog__popups {
|
|
10997
11026
|
position: absolute;
|
|
@@ -11394,7 +11423,6 @@ body.tox-dialog__disable-scroll {
|
|
|
11394
11423
|
cursor: not-allowed;
|
|
11395
11424
|
}
|
|
11396
11425
|
.tox .tox-textfield:focus,
|
|
11397
|
-
.tox .tox-dialog__iframe.tox-dialog__iframe--bordered:focus-within,
|
|
11398
11426
|
.tox .tox-listboxfield .tox-listbox--select:focus,
|
|
11399
11427
|
.tox .tox-textarea-wrap:focus-within,
|
|
11400
11428
|
.tox .tox-textarea:focus,
|
|
@@ -11724,6 +11752,9 @@ body.tox-dialog__disable-scroll {
|
|
|
11724
11752
|
overflow-wrap: break-word;
|
|
11725
11753
|
word-break: normal;
|
|
11726
11754
|
}
|
|
11755
|
+
.tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
|
|
11756
|
+
word-break: break-all;
|
|
11757
|
+
}
|
|
11727
11758
|
}
|
|
11728
11759
|
.tox .tox-menu__label h1,
|
|
11729
11760
|
.tox .tox-menu__label h2,
|
|
@@ -12224,19 +12255,42 @@ body.tox-dialog__disable-scroll {
|
|
|
12224
12255
|
position: relative;
|
|
12225
12256
|
text-transform: none;
|
|
12226
12257
|
}
|
|
12227
|
-
.tox .tox-
|
|
12258
|
+
.tox .tox-statusbar__path {
|
|
12228
12259
|
display: flex;
|
|
12229
12260
|
flex: 1 1 auto;
|
|
12230
|
-
justify-content: flex-end;
|
|
12231
12261
|
overflow: hidden;
|
|
12262
|
+
text-overflow: ellipsis;
|
|
12263
|
+
white-space: nowrap;
|
|
12232
12264
|
}
|
|
12233
|
-
.tox .tox-
|
|
12265
|
+
.tox .tox-statusbar__right-container {
|
|
12266
|
+
display: flex;
|
|
12267
|
+
justify-content: flex-end;
|
|
12268
|
+
white-space: nowrap;
|
|
12269
|
+
}
|
|
12270
|
+
.tox .tox-statusbar__help-text {
|
|
12271
|
+
text-align: center;
|
|
12272
|
+
}
|
|
12273
|
+
.tox .tox-statusbar__text-container {
|
|
12234
12274
|
display: flex;
|
|
12235
12275
|
flex: 1 1 auto;
|
|
12236
|
-
|
|
12276
|
+
justify-content: space-between;
|
|
12237
12277
|
overflow: hidden;
|
|
12238
|
-
|
|
12239
|
-
|
|
12278
|
+
}
|
|
12279
|
+
@media only screen and (min-width: 768px) {
|
|
12280
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
|
|
12281
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
|
|
12282
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
|
|
12283
|
+
flex: 0 0 33.3333333333%;
|
|
12284
|
+
}
|
|
12285
|
+
}
|
|
12286
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
|
|
12287
|
+
justify-content: flex-end;
|
|
12288
|
+
}
|
|
12289
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
|
|
12290
|
+
justify-content: flex-start;
|
|
12291
|
+
}
|
|
12292
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
|
|
12293
|
+
justify-content: space-around;
|
|
12240
12294
|
}
|
|
12241
12295
|
.tox .tox-statusbar__path > * {
|
|
12242
12296
|
display: inline;
|
|
@@ -12246,6 +12300,14 @@ body.tox-dialog__disable-scroll {
|
|
|
12246
12300
|
flex: 0 0 auto;
|
|
12247
12301
|
margin-left: 1ch;
|
|
12248
12302
|
}
|
|
12303
|
+
@media only screen and (max-width: 767px) {
|
|
12304
|
+
.tox .tox-statusbar__text-container .tox-statusbar__help-text {
|
|
12305
|
+
display: none;
|
|
12306
|
+
}
|
|
12307
|
+
.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
|
|
12308
|
+
display: block;
|
|
12309
|
+
}
|
|
12310
|
+
}
|
|
12249
12311
|
.tox .tox-statusbar a,
|
|
12250
12312
|
.tox .tox-statusbar__path-item,
|
|
12251
12313
|
.tox .tox-statusbar__wordcount {
|
|
@@ -13935,13 +13997,13 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13935
13997
|
transform: translateY(-30px);
|
|
13936
13998
|
}
|
|
13937
13999
|
/*!
|
|
13938
|
-
* Cropper.js v1.
|
|
14000
|
+
* Cropper.js v1.6.1
|
|
13939
14001
|
* https://fengyuanchen.github.io/cropperjs
|
|
13940
14002
|
*
|
|
13941
14003
|
* Copyright 2015-present Chen Fengyuan
|
|
13942
14004
|
* Released under the MIT license
|
|
13943
14005
|
*
|
|
13944
|
-
* Date:
|
|
14006
|
+
* Date: 2023-09-17T03:44:17.565Z
|
|
13945
14007
|
*/
|
|
13946
14008
|
.cropper-container {
|
|
13947
14009
|
direction: ltr;
|
|
@@ -13991,7 +14053,7 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13991
14053
|
display: block;
|
|
13992
14054
|
height: 100%;
|
|
13993
14055
|
outline: 1px solid #39f;
|
|
13994
|
-
outline-color: rgba(51, 153, 255, 75
|
|
14056
|
+
outline-color: rgba(51, 153, 255, 0.75);
|
|
13995
14057
|
overflow: hidden;
|
|
13996
14058
|
width: 100%;
|
|
13997
14059
|
}
|
|
@@ -14857,6 +14919,7 @@ body {
|
|
|
14857
14919
|
}
|
|
14858
14920
|
.antd-Layout--headerFixed {
|
|
14859
14921
|
padding-top: var(--Layout-header-height);
|
|
14922
|
+
--affix-offset-top: var(--Layout-header-height);
|
|
14860
14923
|
}
|
|
14861
14924
|
.antd-Layout--headerFixed .antd-Layout-header {
|
|
14862
14925
|
position: fixed;
|
|
@@ -17361,9 +17424,6 @@ input[type=button].antd-Button--block {
|
|
|
17361
17424
|
.antd-Modal-header::after {
|
|
17362
17425
|
clear: both;
|
|
17363
17426
|
}
|
|
17364
|
-
.antd-Modal-header .Dialog-close {
|
|
17365
|
-
content: var(--dialog-icon-icon);
|
|
17366
|
-
}
|
|
17367
17427
|
.antd-Modal-title {
|
|
17368
17428
|
font-size: var(--dialog-header-fontSize);
|
|
17369
17429
|
color: var(--dialog-header-color);
|
|
@@ -17378,6 +17438,9 @@ input[type=button].antd-Button--block {
|
|
|
17378
17438
|
vertical-align: middle;
|
|
17379
17439
|
z-index: calc(11 + 1);
|
|
17380
17440
|
}
|
|
17441
|
+
.antd-Modal-close .Dialog-close {
|
|
17442
|
+
content: var(--dialog-icon-icon);
|
|
17443
|
+
}
|
|
17381
17444
|
.antd-Modal-close svg {
|
|
17382
17445
|
width: var(--dialog-icon-size);
|
|
17383
17446
|
height: var(--dialog-icon-size);
|
|
@@ -17424,70 +17487,34 @@ input[type=button].antd-Button--block {
|
|
|
17424
17487
|
margin-left: var(--dialog-footer-margin-left);
|
|
17425
17488
|
}
|
|
17426
17489
|
.antd-Modal--2th .antd-Modal-content {
|
|
17427
|
-
margin-top: calc(
|
|
17428
|
-
var(--Modal-content-startMarginTop) +
|
|
17429
|
-
1 *
|
|
17430
|
-
var(--Modal-content-stepMarginTop)
|
|
17431
|
-
);
|
|
17490
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop));
|
|
17432
17491
|
}
|
|
17433
17492
|
.antd-Modal--3th .antd-Modal-content {
|
|
17434
|
-
margin-top: calc(
|
|
17435
|
-
var(--Modal-content-startMarginTop) +
|
|
17436
|
-
2 *
|
|
17437
|
-
var(--Modal-content-stepMarginTop)
|
|
17438
|
-
);
|
|
17493
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop));
|
|
17439
17494
|
}
|
|
17440
17495
|
.antd-Modal--4th .antd-Modal-content {
|
|
17441
|
-
margin-top: calc(
|
|
17442
|
-
var(--Modal-content-startMarginTop) +
|
|
17443
|
-
3 *
|
|
17444
|
-
var(--Modal-content-stepMarginTop)
|
|
17445
|
-
);
|
|
17496
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop));
|
|
17446
17497
|
}
|
|
17447
17498
|
.antd-Modal--5th .antd-Modal-content {
|
|
17448
|
-
margin-top: calc(
|
|
17449
|
-
var(--Modal-content-startMarginTop) +
|
|
17450
|
-
4 *
|
|
17451
|
-
var(--Modal-content-stepMarginTop)
|
|
17452
|
-
);
|
|
17499
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop));
|
|
17453
17500
|
}
|
|
17454
17501
|
.antd-Modal--6th .antd-Modal-content {
|
|
17455
|
-
margin-top: calc(
|
|
17456
|
-
var(--Modal-content-startMarginTop) +
|
|
17457
|
-
5 *
|
|
17458
|
-
var(--Modal-content-stepMarginTop)
|
|
17459
|
-
);
|
|
17502
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop));
|
|
17460
17503
|
}
|
|
17461
17504
|
.antd-Modal--7th .antd-Modal-content {
|
|
17462
|
-
margin-top: calc(
|
|
17463
|
-
var(--Modal-content-startMarginTop) +
|
|
17464
|
-
6 *
|
|
17465
|
-
var(--Modal-content-stepMarginTop)
|
|
17466
|
-
);
|
|
17505
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop));
|
|
17467
17506
|
}
|
|
17468
17507
|
.antd-Modal--8th .antd-Modal-content {
|
|
17469
|
-
margin-top: calc(
|
|
17470
|
-
var(--Modal-content-startMarginTop) +
|
|
17471
|
-
7 *
|
|
17472
|
-
var(--Modal-content-stepMarginTop)
|
|
17473
|
-
);
|
|
17508
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop));
|
|
17474
17509
|
}
|
|
17475
17510
|
.antd-Modal--9th .antd-Modal-content {
|
|
17476
|
-
margin-top: calc(
|
|
17477
|
-
var(--Modal-content-startMarginTop) +
|
|
17478
|
-
8 *
|
|
17479
|
-
var(--Modal-content-stepMarginTop)
|
|
17480
|
-
);
|
|
17511
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop));
|
|
17481
17512
|
}
|
|
17482
17513
|
.antd-Modal--10th .antd-Modal-content {
|
|
17483
|
-
margin-top: calc(
|
|
17484
|
-
var(--Modal-content-startMarginTop) +
|
|
17485
|
-
9 *
|
|
17486
|
-
var(--Modal-content-stepMarginTop)
|
|
17487
|
-
);
|
|
17514
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop));
|
|
17488
17515
|
}
|
|
17489
17516
|
@media (min-width: 576px) {
|
|
17490
|
-
.antd-Modal-content {
|
|
17517
|
+
.antd-Modal-content:not(.antd-Modal-content-custom) {
|
|
17491
17518
|
max-width: var(--dialog-size-normal-width);
|
|
17492
17519
|
border-width: var(--dialog-default-border-width);
|
|
17493
17520
|
}
|
|
@@ -20238,6 +20265,25 @@ input[type=button].antd-Button--block {
|
|
|
20238
20265
|
background: var(--Nav-item-onActive-color);
|
|
20239
20266
|
height: 2px;
|
|
20240
20267
|
}
|
|
20268
|
+
.antd-Nav--searchable {
|
|
20269
|
+
display: flex;
|
|
20270
|
+
}
|
|
20271
|
+
.antd-Nav--searchable:not(.antd-Nav-horizontal) {
|
|
20272
|
+
flex-flow: column nowrap;
|
|
20273
|
+
justify-content: flex-start;
|
|
20274
|
+
align-items: flex-start;
|
|
20275
|
+
}
|
|
20276
|
+
.antd-Nav--searchable:not(.antd-Nav-horizontal) .antd-Nav-SearchBox.is-active {
|
|
20277
|
+
width: 100%;
|
|
20278
|
+
}
|
|
20279
|
+
.antd-Nav--searchable.antd-Nav-horizontal {
|
|
20280
|
+
flex-flow: column nowrap;
|
|
20281
|
+
justify-content: flex-start;
|
|
20282
|
+
align-items: flex-start;
|
|
20283
|
+
}
|
|
20284
|
+
.antd-Nav--searchable.antd-Nav-horizontal .antd-Nav-SearchBox {
|
|
20285
|
+
margin-left: 1rem;
|
|
20286
|
+
}
|
|
20241
20287
|
.antd-Page {
|
|
20242
20288
|
width: 100%;
|
|
20243
20289
|
height: 100%;
|
|
@@ -20327,6 +20373,7 @@ input[type=button].antd-Button--block {
|
|
|
20327
20373
|
}
|
|
20328
20374
|
@media (min-width: 768px) {
|
|
20329
20375
|
.antd-Page-aside {
|
|
20376
|
+
flex-shrink: 0;
|
|
20330
20377
|
width: var(--Page-aside-width);
|
|
20331
20378
|
border-right: var(--borderWidth) solid var(--borderColor);
|
|
20332
20379
|
}
|
|
@@ -20354,6 +20401,13 @@ input[type=button].antd-Button--block {
|
|
|
20354
20401
|
width: 0;
|
|
20355
20402
|
flex-grow: 1;
|
|
20356
20403
|
}
|
|
20404
|
+
.antd-Page--asideSticky > .antd-Page-aside {
|
|
20405
|
+
position: sticky;
|
|
20406
|
+
top: var(--affix-offset-top);
|
|
20407
|
+
max-height: calc(100vh - var(--affix-offset-top) - var(--affix-offset-bottom));
|
|
20408
|
+
overflow-x: hidden;
|
|
20409
|
+
overflow-y: auto;
|
|
20410
|
+
}
|
|
20357
20411
|
}
|
|
20358
20412
|
.antd-Remark {
|
|
20359
20413
|
display: inline-block;
|
|
@@ -20612,19 +20666,10 @@ input[type=button].antd-Button--block {
|
|
|
20612
20666
|
/* 子组件 */
|
|
20613
20667
|
}
|
|
20614
20668
|
.antd-Panel-fixedBottom {
|
|
20615
|
-
position:
|
|
20669
|
+
position: sticky;
|
|
20616
20670
|
background: var(--white);
|
|
20617
|
-
|
|
20618
|
-
opacity: 0;
|
|
20619
|
-
bottom: 999999px;
|
|
20620
|
-
box-shadow: var(--Panel-fixedBottom-boxShadow);
|
|
20621
|
-
border-top: var(--Panel-fixedBottom-borderTop);
|
|
20622
|
-
}
|
|
20623
|
-
.antd-Panel-fixedBottom.in {
|
|
20624
|
-
position: fixed;
|
|
20625
|
-
bottom: 0;
|
|
20671
|
+
bottom: var(--affix-offset-bottom);
|
|
20626
20672
|
z-index: 900;
|
|
20627
|
-
opacity: 1;
|
|
20628
20673
|
}
|
|
20629
20674
|
.antd-Panel--default {
|
|
20630
20675
|
border-color: var(--Panel-top-border-color) var(--Panel-right-border-color) var(--Panel-bottom-border-color) var(--Panel-left-border-color);
|
|
@@ -21723,10 +21768,13 @@ input[type=button].antd-Button--block {
|
|
|
21723
21768
|
padding-left: 0;
|
|
21724
21769
|
padding-right: 0;
|
|
21725
21770
|
}
|
|
21726
|
-
.antd-Form
|
|
21771
|
+
.antd-Form {
|
|
21772
|
+
/* 恢复 Form 嵌套场景下的样式 */
|
|
21773
|
+
}
|
|
21774
|
+
.antd-Form .antd-Collapse {
|
|
21727
21775
|
border: none;
|
|
21728
21776
|
}
|
|
21729
|
-
.antd-Form .antd-Collapse
|
|
21777
|
+
.antd-Form .antd-Collapse .antd-Collapse-header {
|
|
21730
21778
|
background-color: var(--white);
|
|
21731
21779
|
display: inline-flex;
|
|
21732
21780
|
justify-content: flex-end;
|
|
@@ -21734,9 +21782,23 @@ input[type=button].antd-Button--block {
|
|
|
21734
21782
|
flex-direction: row-reverse;
|
|
21735
21783
|
border-radius: 0;
|
|
21736
21784
|
}
|
|
21737
|
-
.antd-Form .antd-Collapse
|
|
21785
|
+
.antd-Form .antd-Collapse .antd-Collapse-content {
|
|
21738
21786
|
padding: 0;
|
|
21739
21787
|
}
|
|
21788
|
+
.antd-Form .antd-Collapse-fieldset--disabled {
|
|
21789
|
+
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);
|
|
21790
|
+
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);
|
|
21791
|
+
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);
|
|
21792
|
+
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);
|
|
21793
|
+
}
|
|
21794
|
+
.antd-Form .antd-Collapse-fieldset--disabled .antd-Collapse-header {
|
|
21795
|
+
background: var(--Collapse-header-bg);
|
|
21796
|
+
display: block;
|
|
21797
|
+
border-radius: unset;
|
|
21798
|
+
}
|
|
21799
|
+
.antd-Form .antd-Collapse-fieldset--disabled .antd-Collapse-content {
|
|
21800
|
+
padding: var(--Collapse-content-padding);
|
|
21801
|
+
}
|
|
21740
21802
|
/* 移动端样式调整 */
|
|
21741
21803
|
@media (max-width: 767px) {
|
|
21742
21804
|
.antd-Collapse {
|
|
@@ -22587,9 +22649,7 @@ input[type=button].antd-Button--block {
|
|
|
22587
22649
|
user-select: none;
|
|
22588
22650
|
white-space: nowrap;
|
|
22589
22651
|
vertical-align: middle;
|
|
22590
|
-
line-height: calc(
|
|
22591
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22592
|
-
);
|
|
22652
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22593
22653
|
display: inline-block;
|
|
22594
22654
|
font-size: var(--Pick-base-value-fontSize);
|
|
22595
22655
|
color: var(--Pick-base-value-color);
|
|
@@ -22634,9 +22694,7 @@ input[type=button].antd-Button--block {
|
|
|
22634
22694
|
user-select: none;
|
|
22635
22695
|
white-space: nowrap;
|
|
22636
22696
|
vertical-align: middle;
|
|
22637
|
-
line-height: calc(
|
|
22638
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22639
|
-
);
|
|
22697
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22640
22698
|
display: inline-block;
|
|
22641
22699
|
font-size: var(--Pick-base-value-fontSize);
|
|
22642
22700
|
color: var(--Pick-base-value-color);
|
|
@@ -22780,9 +22838,7 @@ input[type=button].antd-Button--block {
|
|
|
22780
22838
|
-webkit-user-select: none;
|
|
22781
22839
|
-moz-user-select: none;
|
|
22782
22840
|
user-select: none;
|
|
22783
|
-
line-height: calc(
|
|
22784
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22785
|
-
);
|
|
22841
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22786
22842
|
display: inline-block;
|
|
22787
22843
|
font-size: var(--Pick-base-value-fontSize);
|
|
22788
22844
|
color: var(--Pick-base-value-color);
|
|
@@ -22907,6 +22963,7 @@ input[type=button].antd-Button--block {
|
|
|
22907
22963
|
}
|
|
22908
22964
|
.antd-Table-fixedTop {
|
|
22909
22965
|
position: sticky;
|
|
22966
|
+
top: var(--affix-offset-top);
|
|
22910
22967
|
background: var(--Table-bg);
|
|
22911
22968
|
display: block;
|
|
22912
22969
|
opacity: 1;
|
|
@@ -22928,6 +22985,9 @@ input[type=button].antd-Button--block {
|
|
|
22928
22985
|
visibility: hidden;
|
|
22929
22986
|
position: absolute;
|
|
22930
22987
|
}
|
|
22988
|
+
.antd-Table-fixedTop .antd-Table-table {
|
|
22989
|
+
table-layout: fixed;
|
|
22990
|
+
}
|
|
22931
22991
|
.antd-Table-heading {
|
|
22932
22992
|
background: var(--Table-heading-bg);
|
|
22933
22993
|
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
@@ -23173,9 +23233,11 @@ input[type=button].antd-Button--block {
|
|
|
23173
23233
|
.antd-Table-table > thead > tr {
|
|
23174
23234
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
23175
23235
|
}
|
|
23236
|
+
.antd-Table-table-tr {
|
|
23237
|
+
background: var(--Table-bg);
|
|
23238
|
+
}
|
|
23176
23239
|
.antd-Table-table > tbody > tr {
|
|
23177
23240
|
position: relative;
|
|
23178
|
-
background: var(--Table-bg);
|
|
23179
23241
|
}
|
|
23180
23242
|
.antd-Table-table > tbody > tr + tr {
|
|
23181
23243
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -23573,6 +23635,10 @@ input[type=button].antd-Button--block {
|
|
|
23573
23635
|
.antd-Table-table > tbody > tr > td.antd-Table-primayCell {
|
|
23574
23636
|
white-space: nowrap;
|
|
23575
23637
|
}
|
|
23638
|
+
.antd-Table-table > thead > tr > th.antd-Table-primayCell > .antd-Spinner,
|
|
23639
|
+
.antd-Table-table > tbody > tr > td.antd-Table-primayCell > .antd-Spinner {
|
|
23640
|
+
vertical-align: middle;
|
|
23641
|
+
}
|
|
23576
23642
|
.antd-Table.is-mobile .antd-Table-table > tbody > tr:hover, .antd-Table.is-mobile .antd-Table-table > tbody > tr.is-hovered {
|
|
23577
23643
|
background: var(--Table-bg);
|
|
23578
23644
|
border-color: var(--Table-borderColor);
|
|
@@ -23755,6 +23821,13 @@ input[type=button].antd-Button--block {
|
|
|
23755
23821
|
.antd-Table-footTable > tbody > tr:not(:first-child) {
|
|
23756
23822
|
border-top: var(--Table-borderWidth) solid var(--Table-tbody-borderTopColor);
|
|
23757
23823
|
}
|
|
23824
|
+
.antd-Table-retryBtn {
|
|
23825
|
+
color: var(--Form-feedBack-color);
|
|
23826
|
+
cursor: pointer;
|
|
23827
|
+
}
|
|
23828
|
+
.antd-Table-retryBtn:hover {
|
|
23829
|
+
color: var(--Form-feedBack-color);
|
|
23830
|
+
}
|
|
23758
23831
|
.antd-Table-expandBtn, .antd-Table-expandBtn2 {
|
|
23759
23832
|
position: relative;
|
|
23760
23833
|
z-index: 1;
|
|
@@ -24898,10 +24971,9 @@ input[type=button].antd-Button--block {
|
|
|
24898
24971
|
background: var(--TableRow-onDisabled-bg);
|
|
24899
24972
|
color: var(--TableRow-onDisabled-color);
|
|
24900
24973
|
}
|
|
24901
|
-
.antd-Table2 .antd-Table-table > tbody > tr
|
|
24902
|
-
|
|
24903
|
-
|
|
24904
|
-
color: var(--Table-onHover-color);
|
|
24974
|
+
.antd-Table2 .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-left,
|
|
24975
|
+
.antd-Table2 .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-right {
|
|
24976
|
+
background: inherit;
|
|
24905
24977
|
}
|
|
24906
24978
|
.antd-Table2 .antd-Table-table > thead > tr > th.antd-Table-cell-fix-left-last:after,
|
|
24907
24979
|
.antd-Table2 .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-left-last:after,
|
|
@@ -24918,7 +24990,7 @@ input[type=button].antd-Button--block {
|
|
|
24918
24990
|
}
|
|
24919
24991
|
.antd-Table2 .antd-Table-table > thead > tr > th.antd-Table-cell-fix-right-first:after,
|
|
24920
24992
|
.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-
|
|
24993
|
+
.antd-Table2 .antd-Table-table > tfoot > tr > td.antd-Table-cell-fix-right-first:after {
|
|
24922
24994
|
position: absolute;
|
|
24923
24995
|
top: 0;
|
|
24924
24996
|
bottom: -1px;
|
|
@@ -24956,9 +25028,6 @@ input[type=button].antd-Button--block {
|
|
|
24956
25028
|
.antd-Table2.antd-Table-ping-left .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-left {
|
|
24957
25029
|
border-right: none;
|
|
24958
25030
|
}
|
|
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
25031
|
.antd-Table2.antd-Table-ping-left .antd-Table-table > tfoot > tr > td:not(:last-child).antd-Table-cell-fix-left-last {
|
|
24963
25032
|
border-right: none;
|
|
24964
25033
|
}
|
|
@@ -24973,9 +25042,6 @@ input[type=button].antd-Button--block {
|
|
|
24973
25042
|
.antd-Table2.antd-Table-ping-right .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-right {
|
|
24974
25043
|
border-right: none;
|
|
24975
25044
|
}
|
|
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
25045
|
.antd-Table2.antd-Table-ping-right:not(.antd-Table-bordered) .antd-Table-table > thead > tr > th.antd-Table-cell-fix-right-first-prev {
|
|
24980
25046
|
border-right: none;
|
|
24981
25047
|
}
|
|
@@ -25476,6 +25542,7 @@ input[type=button].antd-Button--block {
|
|
|
25476
25542
|
position: sticky;
|
|
25477
25543
|
background: var(--white);
|
|
25478
25544
|
z-index: 900;
|
|
25545
|
+
top: var(--affix-offset-top);
|
|
25479
25546
|
}
|
|
25480
25547
|
.antd-List-fixedTop .antd-Cards-toolbar {
|
|
25481
25548
|
margin-bottom: 0;
|
|
@@ -25666,6 +25733,7 @@ input[type=button].antd-Button--block {
|
|
|
25666
25733
|
.antd-Cards-fixedTop {
|
|
25667
25734
|
position: sticky;
|
|
25668
25735
|
background: var(--white);
|
|
25736
|
+
top: var(--affix-offset-top);
|
|
25669
25737
|
padding: var(--gap-sm);
|
|
25670
25738
|
z-index: 900;
|
|
25671
25739
|
}
|
|
@@ -26431,14 +26499,43 @@ input[type=button].antd-Button--block {
|
|
|
26431
26499
|
border-left-style: dashed;
|
|
26432
26500
|
}
|
|
26433
26501
|
.antd-Divider--horizontal {
|
|
26434
|
-
|
|
26502
|
+
position: relative;
|
|
26435
26503
|
height: 0.125rem;
|
|
26504
|
+
border-bottom: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26505
|
+
transform-origin: 0 center;
|
|
26506
|
+
clear: both;
|
|
26436
26507
|
}
|
|
26437
26508
|
.antd-Divider--vertical {
|
|
26438
26509
|
border-left: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26439
26510
|
height: var(--sizes-base-15);
|
|
26511
|
+
transform-origin: center bottom;
|
|
26440
26512
|
display: inline-block;
|
|
26441
26513
|
}
|
|
26514
|
+
.antd-Divider--with-text {
|
|
26515
|
+
display: flex;
|
|
26516
|
+
align-items: center;
|
|
26517
|
+
height: unset;
|
|
26518
|
+
border-bottom-width: 0 !important;
|
|
26519
|
+
}
|
|
26520
|
+
.antd-Divider--with-text::before, .antd-Divider--with-text::after {
|
|
26521
|
+
content: "";
|
|
26522
|
+
height: 0;
|
|
26523
|
+
flex: 1;
|
|
26524
|
+
border-bottom: inherit;
|
|
26525
|
+
border-bottom-width: var(--Divider-width);
|
|
26526
|
+
}
|
|
26527
|
+
.antd-Divider--with-text.antd-Divider--with-text-left:before, .antd-Divider--with-text.antd-Divider--with-text-right:after {
|
|
26528
|
+
flex-basis: var(--Divider-text-width);
|
|
26529
|
+
flex-grow: 0;
|
|
26530
|
+
}
|
|
26531
|
+
.antd-Divider-text {
|
|
26532
|
+
margin: var(--Divider-text-marginTop) var(--Divider-text-marginRight) var(--Divider-text-marginBottom) var(--Divider-text-marginLeft);
|
|
26533
|
+
font-size: var(--Divider-text-fontSize);
|
|
26534
|
+
font-weight: var(--Divider-text-fontWeight);
|
|
26535
|
+
line-height: 1;
|
|
26536
|
+
color: var(--Divider-text-color);
|
|
26537
|
+
box-sizing: border-box;
|
|
26538
|
+
}
|
|
26442
26539
|
/* 移动端样式调整 */
|
|
26443
26540
|
@media (max-width: 767px) {
|
|
26444
26541
|
.antd-Divider {
|
|
@@ -26949,13 +27046,23 @@ input[type=button].antd-Button--block {
|
|
|
26949
27046
|
-webkit-user-select: none;
|
|
26950
27047
|
-moz-user-select: none;
|
|
26951
27048
|
user-select: none;
|
|
27049
|
+
overflow: hidden;
|
|
26952
27050
|
}
|
|
26953
27051
|
.antd-ImageGallery-main > img {
|
|
27052
|
+
cursor: move;
|
|
27053
|
+
cursor: -webkit-grab;
|
|
26954
27054
|
display: block;
|
|
26955
27055
|
max-width: 100%;
|
|
26956
27056
|
max-height: 100%;
|
|
26957
27057
|
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
|
26958
27058
|
}
|
|
27059
|
+
.antd-ImageGallery-main.is-dragging > img {
|
|
27060
|
+
transition: none;
|
|
27061
|
+
-webkit-user-select: none;
|
|
27062
|
+
-moz-user-select: none;
|
|
27063
|
+
user-select: none;
|
|
27064
|
+
cursor: -webkit-grabbing;
|
|
27065
|
+
}
|
|
26959
27066
|
.antd-ImageGallery-prevBtn, .antd-ImageGallery-nextBtn {
|
|
26960
27067
|
position: absolute;
|
|
26961
27068
|
top: 50%;
|
|
@@ -27086,6 +27193,7 @@ input[type=button].antd-Button--block {
|
|
|
27086
27193
|
.antd-ImageGallery-toolbar {
|
|
27087
27194
|
background-color: var(--image-images-preview-bgColor);
|
|
27088
27195
|
border-radius: var(--image-images-preview-radius);
|
|
27196
|
+
box-shadow: 0 2px 6px 0 rgba(211, 211, 211, 0.5);
|
|
27089
27197
|
display: flex;
|
|
27090
27198
|
align-items: flex-start;
|
|
27091
27199
|
padding: var(--image-images-preview-paddingTop) var(--image-images-preview-paddingRight) var(--image-images-preview-paddingBottom) var(--image-images-preview-paddingLeft);
|
|
@@ -27912,6 +28020,13 @@ input[type=button].antd-Button--block {
|
|
|
27912
28020
|
.antd-ResultBox-value.is-invalid {
|
|
27913
28021
|
color: var(--Form-selectValue-onInvalid-color);
|
|
27914
28022
|
}
|
|
28023
|
+
.antd-ResultBox-valueLabel {
|
|
28024
|
+
max-width: var(--Form-valueLabel-maxWidth);
|
|
28025
|
+
overflow: hidden;
|
|
28026
|
+
vertical-align: top;
|
|
28027
|
+
text-overflow: ellipsis;
|
|
28028
|
+
white-space: nowrap;
|
|
28029
|
+
}
|
|
27915
28030
|
.antd-ResultBox-placeholder {
|
|
27916
28031
|
color: var(--Form-input-placeholderColor);
|
|
27917
28032
|
flex-grow: 1;
|
|
@@ -29661,10 +29776,7 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29661
29776
|
overflow: auto;
|
|
29662
29777
|
}
|
|
29663
29778
|
.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;
|
|
29779
|
+
padding: calc((var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem) / 2) 0.75rem;
|
|
29668
29780
|
}
|
|
29669
29781
|
.antd-TextControl-sugItem svg {
|
|
29670
29782
|
width: 1rem;
|
|
@@ -29710,9 +29822,7 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29710
29822
|
}
|
|
29711
29823
|
.antd-TextControl-input--multiple .antd-TextControl-value {
|
|
29712
29824
|
white-space: nowrap;
|
|
29713
|
-
line-height: calc(
|
|
29714
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
29715
|
-
);
|
|
29825
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
29716
29826
|
font-size: var(--Form-selectValue-fontSize);
|
|
29717
29827
|
background: var(--Form-select-multiple-bgColor);
|
|
29718
29828
|
border-radius: 0.125rem;
|
|
@@ -29910,6 +30020,7 @@ input.antd-TextControl-input-password {
|
|
|
29910
30020
|
}
|
|
29911
30021
|
.antd-TextareaControl > textarea.antd-TextareaControl-input--counter {
|
|
29912
30022
|
padding-bottom: 23px;
|
|
30023
|
+
display: block !important;
|
|
29913
30024
|
}
|
|
29914
30025
|
.antd-TextareaControl > textarea {
|
|
29915
30026
|
border: 1px solid var(--Form-input-borderColor);
|
|
@@ -30526,6 +30637,13 @@ input.antd-TextControl-input-password {
|
|
|
30526
30637
|
height: 0.875rem;
|
|
30527
30638
|
margin-right: var(--Checkbox-gap);
|
|
30528
30639
|
}
|
|
30640
|
+
.antd-Selection-ellipsis-line {
|
|
30641
|
+
display: inline-block;
|
|
30642
|
+
width: 100%;
|
|
30643
|
+
overflow: hidden;
|
|
30644
|
+
text-overflow: ellipsis;
|
|
30645
|
+
white-space: nowrap;
|
|
30646
|
+
}
|
|
30529
30647
|
.antd-GroupedSelection {
|
|
30530
30648
|
max-height: 18.75rem;
|
|
30531
30649
|
height: 100%;
|
|
@@ -30580,6 +30698,7 @@ input.antd-TextControl-input-password {
|
|
|
30580
30698
|
}
|
|
30581
30699
|
.antd-GroupedSelection-itemLabel {
|
|
30582
30700
|
flex-grow: 1;
|
|
30701
|
+
overflow: hidden;
|
|
30583
30702
|
}
|
|
30584
30703
|
.antd-GroupedSelection-itemLabel span {
|
|
30585
30704
|
vertical-align: middle;
|
|
@@ -31016,9 +31135,7 @@ input.antd-TextControl-input-password {
|
|
|
31016
31135
|
background: var(--Switch-checked-onActive-bgColor);
|
|
31017
31136
|
}
|
|
31018
31137
|
.antd-Switch.is-checked:active .slider::before {
|
|
31019
|
-
left: calc(
|
|
31020
|
-
100% - (var(--Switch-height) + 0.125rem) - 0.125rem
|
|
31021
|
-
);
|
|
31138
|
+
left: calc(100% - (var(--Switch-height) + 0.125rem) - 0.125rem);
|
|
31022
31139
|
}
|
|
31023
31140
|
.antd-Switch.is-checked.is-disabled .slider:before {
|
|
31024
31141
|
color: var(--Switch-onDisabled-color);
|
|
@@ -31629,9 +31746,7 @@ input.antd-TextControl-input-password {
|
|
|
31629
31746
|
-webkit-user-select: none;
|
|
31630
31747
|
-moz-user-select: none;
|
|
31631
31748
|
user-select: none;
|
|
31632
|
-
line-height: calc(
|
|
31633
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31634
|
-
);
|
|
31749
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
31635
31750
|
display: inline-block;
|
|
31636
31751
|
vertical-align: middle;
|
|
31637
31752
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -31914,9 +32029,7 @@ input.antd-TextControl-input-password {
|
|
|
31914
32029
|
align-items: center;
|
|
31915
32030
|
overflow-x: hidden;
|
|
31916
32031
|
overflow-y: auto;
|
|
31917
|
-
max-height: calc((
|
|
31918
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)
|
|
31919
|
-
) * 5);
|
|
32032
|
+
max-height: calc((var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)) * 5);
|
|
31920
32033
|
}
|
|
31921
32034
|
.antd-Select-overflow-wrapper .antd-Select-value {
|
|
31922
32035
|
position: static;
|
|
@@ -31924,9 +32037,7 @@ input.antd-TextControl-input-password {
|
|
|
31924
32037
|
-webkit-user-select: none;
|
|
31925
32038
|
-moz-user-select: none;
|
|
31926
32039
|
user-select: none;
|
|
31927
|
-
line-height: calc(
|
|
31928
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31929
|
-
);
|
|
32040
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
31930
32041
|
display: inline-block;
|
|
31931
32042
|
vertical-align: middle;
|
|
31932
32043
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -32079,6 +32190,7 @@ input.antd-TextControl-input-password {
|
|
|
32079
32190
|
.antd-Selections-item > label {
|
|
32080
32191
|
flex-basis: 3.125rem;
|
|
32081
32192
|
flex-grow: 1;
|
|
32193
|
+
width: 3.125rem;
|
|
32082
32194
|
}
|
|
32083
32195
|
.antd-Selections-item > label.is-invalid {
|
|
32084
32196
|
color: var(--Form-selectValue-onInvalid-color);
|
|
@@ -32253,6 +32365,16 @@ input.antd-TextControl-input-password {
|
|
|
32253
32365
|
.antd-ListControl-item.is-disabled .b-inherit {
|
|
32254
32366
|
border-color: var(--ListControl-item-onDisabled-borderColor);
|
|
32255
32367
|
}
|
|
32368
|
+
.antd-ListControl-item.is-custom {
|
|
32369
|
+
border: none;
|
|
32370
|
+
padding: 0;
|
|
32371
|
+
}
|
|
32372
|
+
.antd-ListControl-item.is-custom:hover, .antd-ListControl-item.is-custom.is-active {
|
|
32373
|
+
border: none;
|
|
32374
|
+
}
|
|
32375
|
+
.antd-ListControl-item.is-custom::before, .antd-ListControl-item.is-custom::after {
|
|
32376
|
+
display: none;
|
|
32377
|
+
}
|
|
32256
32378
|
.antd-LocationPicker {
|
|
32257
32379
|
position: relative;
|
|
32258
32380
|
display: inline-flex;
|
|
@@ -33930,6 +34052,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33930
34052
|
line-height: 20px;
|
|
33931
34053
|
}
|
|
33932
34054
|
.antd-FileControl-description {
|
|
34055
|
+
margin-top: var(--inputFile-base-des-margin);
|
|
34056
|
+
line-height: 20px;
|
|
33933
34057
|
color: var(--inputFile-base-des-color);
|
|
33934
34058
|
font-size: var(--inputFile-base-des-fontSize);
|
|
33935
34059
|
font-weight: var(--inputFile-base-des-fontWeight);
|
|
@@ -34793,6 +34917,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34793
34917
|
height: var(--Tree-itemHeight);
|
|
34794
34918
|
line-height: var(--Tree-itemHeight);
|
|
34795
34919
|
padding-right: var(--Tree-icon-gap);
|
|
34920
|
+
flex-shrink: 0;
|
|
34796
34921
|
}
|
|
34797
34922
|
.antd-Tree-item-icons > a {
|
|
34798
34923
|
display: inline-block;
|
|
@@ -34828,10 +34953,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34828
34953
|
border: var(--Form-input-borderWidth) solid var(--inputTree-border-color);
|
|
34829
34954
|
border-radius: var(--inputTree-border-radius);
|
|
34830
34955
|
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);
|
|
34956
|
+
padding: calc((var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem) / 2) var(--Form-input-paddingX);
|
|
34835
34957
|
font-size: var(--inputTree-fontSize);
|
|
34836
34958
|
}
|
|
34837
34959
|
.antd-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -34919,7 +35041,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34919
35041
|
}
|
|
34920
35042
|
.antd-Tree-itemText {
|
|
34921
35043
|
cursor: pointer;
|
|
34922
|
-
flex: 1 auto;
|
|
34923
35044
|
display: inline-block;
|
|
34924
35045
|
color: var(--inputTree-base-default-color);
|
|
34925
35046
|
font-size: var(--select-tree-fontSize);
|
|
@@ -35259,6 +35380,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35259
35380
|
.antd-Combo-delBtn:hover {
|
|
35260
35381
|
color: var(--combo-multi-delBtn-hover-color);
|
|
35261
35382
|
}
|
|
35383
|
+
.antd-Tabs--radio .is-active .antd-Combo-tab-delBtn {
|
|
35384
|
+
color: var(--Tabs--radio-active-color);
|
|
35385
|
+
}
|
|
35386
|
+
.antd-Tabs--radio .is-active .antd-Combo-tab-delBtn:hover {
|
|
35387
|
+
color: var(--Tabs--radio-active-color);
|
|
35388
|
+
}
|
|
35262
35389
|
.antd-Combo-tab-delBtn {
|
|
35263
35390
|
color: var(--combo-multi-delBtn-color);
|
|
35264
35391
|
cursor: pointer;
|
|
@@ -35266,8 +35393,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35266
35393
|
display: inline-block;
|
|
35267
35394
|
}
|
|
35268
35395
|
.antd-Combo-tab-delBtn > svg {
|
|
35269
|
-
width: 0.
|
|
35270
|
-
height: 0.
|
|
35396
|
+
width: 0.875rem;
|
|
35397
|
+
height: 0.875rem;
|
|
35271
35398
|
}
|
|
35272
35399
|
.antd-Combo-tab-delBtn:hover {
|
|
35273
35400
|
color: var(--combo-multi-delBtn-hover-color);
|
|
@@ -35779,9 +35906,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35779
35906
|
user-select: none;
|
|
35780
35907
|
white-space: nowrap;
|
|
35781
35908
|
vertical-align: middle;
|
|
35782
|
-
line-height: calc(
|
|
35783
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35784
|
-
);
|
|
35909
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
35785
35910
|
display: inline-block;
|
|
35786
35911
|
font-size: var(--Pick-base-value-fontSize);
|
|
35787
35912
|
color: var(--Pick-base-value-color);
|
|
@@ -35879,9 +36004,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35879
36004
|
user-select: none;
|
|
35880
36005
|
white-space: nowrap;
|
|
35881
36006
|
vertical-align: middle;
|
|
35882
|
-
line-height: calc(
|
|
35883
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35884
|
-
);
|
|
36007
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
35885
36008
|
display: inline-block;
|
|
35886
36009
|
font-size: var(--Pick-base-value-fontSize);
|
|
35887
36010
|
color: var(--Pick-base-value-color);
|
|
@@ -37321,7 +37444,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37321
37444
|
}
|
|
37322
37445
|
.antd-IconSelectControl-icon-list-item-info-name {
|
|
37323
37446
|
margin: 0;
|
|
37324
|
-
margin-bottom: var(--IconSelect-xs-margin);
|
|
37325
37447
|
font-size: var(--IconSelect-type-font-size);
|
|
37326
37448
|
color: var(--IconSelect-icon-name-color);
|
|
37327
37449
|
}
|
|
@@ -39059,6 +39181,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39059
39181
|
.antd-FormulaEditor-VariableList-base.is-scrollable {
|
|
39060
39182
|
overflow-x: auto;
|
|
39061
39183
|
overflow-y: auto;
|
|
39184
|
+
max-height: 100% !important;
|
|
39062
39185
|
}
|
|
39063
39186
|
.antd-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
39064
39187
|
width: 6px;
|
|
@@ -39194,7 +39317,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39194
39317
|
min-width: 100px;
|
|
39195
39318
|
padding: 0 5px;
|
|
39196
39319
|
margin: 5px;
|
|
39197
|
-
text-align:
|
|
39320
|
+
text-align: left;
|
|
39198
39321
|
}
|
|
39199
39322
|
.antd-FormulaEditor-VariableList-item-oper li {
|
|
39200
39323
|
line-height: 24px;
|
|
@@ -40283,8 +40406,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40283
40406
|
}
|
|
40284
40407
|
.antd-Nav-Menu-vertical.antd-Nav-Menu-sub {
|
|
40285
40408
|
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
40409
|
}
|
|
40289
40410
|
.antd-Nav-Menu-item, .antd-Nav-Menu-submenu-title {
|
|
40290
40411
|
margin: 0;
|
|
@@ -40495,6 +40616,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40495
40616
|
background-color: var(--Layout-light-backgroundColor);
|
|
40496
40617
|
line-height: var(--Nav-Item-height);
|
|
40497
40618
|
cursor: pointer;
|
|
40619
|
+
border-radius: 2px;
|
|
40620
|
+
max-height: 400px;
|
|
40621
|
+
overflow-y: auto;
|
|
40622
|
+
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
40623
|
}
|
|
40499
40624
|
.antd-Nav-Menu-submenu-popup .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-link .antd-Nav-Menu-submenu-arrow {
|
|
40500
40625
|
display: none;
|