amis-ui 3.4.1 → 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.d.ts +46 -43
- package/esm/components/DateRangePicker.js +9 -2
- 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.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 +5 -2
- 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.d.ts +42 -40
- package/esm/components/TabsTransfer.js +9 -8
- 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 +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 +10 -10
- 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.d.ts +10 -10
- 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 +100 -100
- 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 +70 -70
- 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 +70 -70
- package/lib/components/Collapse.js +2 -2
- package/lib/components/CollapseGroup.d.ts +40 -40
- 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 +80 -80
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +206 -203
- package/lib/components/DateRangePicker.js +8 -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 +120 -120
- 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 +20 -20
- 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 +40 -40
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +80 -80
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +120 -120
- package/lib/components/Modal.js +6 -11
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +200 -200
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +30 -30
- 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 +80 -80
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +70 -70
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +30 -30
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +40 -40
- 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 +40 -40
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +2515 -2515
- package/lib/components/Select.js +5 -2
- 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 +120 -120
- package/lib/components/Tabs.js +1 -1
- package/lib/components/TabsTransfer.d.ts +42 -40
- package/lib/components/TabsTransfer.js +9 -8
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +80 -80
- 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.js +1 -1
- package/lib/components/Toast.d.ts +40 -40
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +20 -20
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +89 -89
- package/lib/components/Transfer.js +5 -5
- package/lib/components/TransferDropDown.d.ts +80 -80
- 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 +240 -240
- 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 +80 -80
- 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 +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 +40 -40
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +80 -80
- 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 +176 -123
- 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 +101 -28
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +101 -28
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +101 -28
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +101 -28
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +101 -28
- package/package.json +4 -4
- package/scss/_components.scss +9 -2
- package/scss/components/_collapse.scss +31 -1
- package/scss/components/_condition-builder.scss +4 -0
- 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/_result-box.scss +1 -0
- 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);
|
|
@@ -17414,9 +17421,6 @@ input[type=button].antd-Button--block {
|
|
|
17414
17421
|
.antd-Modal-header::after {
|
|
17415
17422
|
clear: both;
|
|
17416
17423
|
}
|
|
17417
|
-
.antd-Modal-header .Dialog-close {
|
|
17418
|
-
content: var(--dialog-icon-icon);
|
|
17419
|
-
}
|
|
17420
17424
|
.antd-Modal-title {
|
|
17421
17425
|
font-size: var(--dialog-header-fontSize);
|
|
17422
17426
|
color: var(--dialog-header-color);
|
|
@@ -17431,6 +17435,9 @@ input[type=button].antd-Button--block {
|
|
|
17431
17435
|
vertical-align: middle;
|
|
17432
17436
|
z-index: calc(11 + 1);
|
|
17433
17437
|
}
|
|
17438
|
+
.antd-Modal-close .Dialog-close {
|
|
17439
|
+
content: var(--dialog-icon-icon);
|
|
17440
|
+
}
|
|
17434
17441
|
.antd-Modal-close svg {
|
|
17435
17442
|
width: var(--dialog-icon-size);
|
|
17436
17443
|
height: var(--dialog-icon-size);
|
|
@@ -17504,7 +17511,7 @@ input[type=button].antd-Button--block {
|
|
|
17504
17511
|
margin-top: calc(var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop));
|
|
17505
17512
|
}
|
|
17506
17513
|
@media (min-width: 576px) {
|
|
17507
|
-
.antd-Modal-content {
|
|
17514
|
+
.antd-Modal-content:not(.antd-Modal-content-custom) {
|
|
17508
17515
|
max-width: var(--dialog-size-normal-width);
|
|
17509
17516
|
border-width: var(--dialog-default-border-width);
|
|
17510
17517
|
}
|
|
@@ -21740,10 +21747,13 @@ input[type=button].antd-Button--block {
|
|
|
21740
21747
|
padding-left: 0;
|
|
21741
21748
|
padding-right: 0;
|
|
21742
21749
|
}
|
|
21743
|
-
.antd-Form
|
|
21750
|
+
.antd-Form {
|
|
21751
|
+
/* 恢复 Form 嵌套场景下的样式 */
|
|
21752
|
+
}
|
|
21753
|
+
.antd-Form .antd-Collapse {
|
|
21744
21754
|
border: none;
|
|
21745
21755
|
}
|
|
21746
|
-
.antd-Form .antd-Collapse
|
|
21756
|
+
.antd-Form .antd-Collapse .antd-Collapse-header {
|
|
21747
21757
|
background-color: var(--white);
|
|
21748
21758
|
display: inline-flex;
|
|
21749
21759
|
justify-content: flex-end;
|
|
@@ -21751,9 +21761,23 @@ input[type=button].antd-Button--block {
|
|
|
21751
21761
|
flex-direction: row-reverse;
|
|
21752
21762
|
border-radius: 0;
|
|
21753
21763
|
}
|
|
21754
|
-
.antd-Form .antd-Collapse
|
|
21764
|
+
.antd-Form .antd-Collapse .antd-Collapse-content {
|
|
21755
21765
|
padding: 0;
|
|
21756
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
|
+
}
|
|
21757
21781
|
/* 移动端样式调整 */
|
|
21758
21782
|
@media (max-width: 767px) {
|
|
21759
21783
|
.antd-Collapse {
|
|
@@ -21888,6 +21912,9 @@ input[type=button].antd-Button--block {
|
|
|
21888
21912
|
border: none !important;
|
|
21889
21913
|
box-shadow: none !important;
|
|
21890
21914
|
}
|
|
21915
|
+
.antd-CBGroup-toolbarCondition .antd-Select-valueWrap {
|
|
21916
|
+
padding-right: 0;
|
|
21917
|
+
}
|
|
21891
21918
|
.antd-CBGroup-toolbarCondition .antd-Select-arrow {
|
|
21892
21919
|
display: none;
|
|
21893
21920
|
}
|
|
@@ -22936,6 +22963,9 @@ input[type=button].antd-Button--block {
|
|
|
22936
22963
|
visibility: hidden;
|
|
22937
22964
|
position: absolute;
|
|
22938
22965
|
}
|
|
22966
|
+
.antd-Table-fixedTop .antd-Table-table {
|
|
22967
|
+
table-layout: fixed;
|
|
22968
|
+
}
|
|
22939
22969
|
.antd-Table-heading {
|
|
22940
22970
|
background: var(--Table-heading-bg);
|
|
22941
22971
|
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
@@ -23181,9 +23211,11 @@ input[type=button].antd-Button--block {
|
|
|
23181
23211
|
.antd-Table-table > thead > tr {
|
|
23182
23212
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
23183
23213
|
}
|
|
23214
|
+
.antd-Table-table-tr {
|
|
23215
|
+
background: var(--Table-bg);
|
|
23216
|
+
}
|
|
23184
23217
|
.antd-Table-table > tbody > tr {
|
|
23185
23218
|
position: relative;
|
|
23186
|
-
background: var(--Table-bg);
|
|
23187
23219
|
}
|
|
23188
23220
|
.antd-Table-table > tbody > tr + tr {
|
|
23189
23221
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -24906,10 +24938,9 @@ input[type=button].antd-Button--block {
|
|
|
24906
24938
|
background: var(--TableRow-onDisabled-bg);
|
|
24907
24939
|
color: var(--TableRow-onDisabled-color);
|
|
24908
24940
|
}
|
|
24909
|
-
.antd-Table2 .antd-Table-table > tbody > tr
|
|
24910
|
-
|
|
24911
|
-
|
|
24912
|
-
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;
|
|
24913
24944
|
}
|
|
24914
24945
|
.antd-Table2 .antd-Table-table > thead > tr > th.antd-Table-cell-fix-left-last:after,
|
|
24915
24946
|
.antd-Table2 .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-left-last:after,
|
|
@@ -24926,7 +24957,7 @@ input[type=button].antd-Button--block {
|
|
|
24926
24957
|
}
|
|
24927
24958
|
.antd-Table2 .antd-Table-table > thead > tr > th.antd-Table-cell-fix-right-first:after,
|
|
24928
24959
|
.antd-Table2 .antd-Table-table > tbody > tr > td.antd-Table-cell-fix-right-first:after,
|
|
24929
|
-
.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 {
|
|
24930
24961
|
position: absolute;
|
|
24931
24962
|
top: 0;
|
|
24932
24963
|
bottom: -1px;
|
|
@@ -24964,9 +24995,6 @@ input[type=button].antd-Button--block {
|
|
|
24964
24995
|
.antd-Table2.antd-Table-ping-left .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-left {
|
|
24965
24996
|
border-right: none;
|
|
24966
24997
|
}
|
|
24967
|
-
.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) {
|
|
24968
|
-
background: #fff;
|
|
24969
|
-
}
|
|
24970
24998
|
.antd-Table2.antd-Table-ping-left .antd-Table-table > tfoot > tr > td:not(:last-child).antd-Table-cell-fix-left-last {
|
|
24971
24999
|
border-right: none;
|
|
24972
25000
|
}
|
|
@@ -24981,9 +25009,6 @@ input[type=button].antd-Button--block {
|
|
|
24981
25009
|
.antd-Table2.antd-Table-ping-right .antd-Table-table > tbody > tr:not(.antd-Table-row-disabled) > td.antd-Table-cell-fix-right {
|
|
24982
25010
|
border-right: none;
|
|
24983
25011
|
}
|
|
24984
|
-
.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) {
|
|
24985
|
-
background: #fff;
|
|
24986
|
-
}
|
|
24987
25012
|
.antd-Table2.antd-Table-ping-right:not(.antd-Table-bordered) .antd-Table-table > thead > tr > th.antd-Table-cell-fix-right-first-prev {
|
|
24988
25013
|
border-right: none;
|
|
24989
25014
|
}
|
|
@@ -26439,14 +26464,43 @@ input[type=button].antd-Button--block {
|
|
|
26439
26464
|
border-left-style: dashed;
|
|
26440
26465
|
}
|
|
26441
26466
|
.antd-Divider--horizontal {
|
|
26442
|
-
|
|
26467
|
+
position: relative;
|
|
26443
26468
|
height: 0.125rem;
|
|
26469
|
+
border-bottom: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26470
|
+
transform-origin: 0 center;
|
|
26471
|
+
clear: both;
|
|
26444
26472
|
}
|
|
26445
26473
|
.antd-Divider--vertical {
|
|
26446
26474
|
border-left: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26447
26475
|
height: var(--sizes-base-15);
|
|
26476
|
+
transform-origin: center bottom;
|
|
26448
26477
|
display: inline-block;
|
|
26449
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
|
+
}
|
|
26450
26504
|
/* 移动端样式调整 */
|
|
26451
26505
|
@media (max-width: 767px) {
|
|
26452
26506
|
.antd-Divider {
|
|
@@ -27814,6 +27868,7 @@ input[type=button].antd-Button--block {
|
|
|
27814
27868
|
margin-left: 0.25rem;
|
|
27815
27869
|
display: flex;
|
|
27816
27870
|
justify-content: center;
|
|
27871
|
+
align-items: center;
|
|
27817
27872
|
}
|
|
27818
27873
|
.antd-ResultBox-singleValue {
|
|
27819
27874
|
flex-grow: 1;
|
|
@@ -29912,6 +29967,7 @@ input.antd-TextControl-input-password {
|
|
|
29912
29967
|
}
|
|
29913
29968
|
.antd-TextareaControl > textarea.antd-TextareaControl-input--counter {
|
|
29914
29969
|
padding-bottom: 23px;
|
|
29970
|
+
display: block !important;
|
|
29915
29971
|
}
|
|
29916
29972
|
.antd-TextareaControl > textarea {
|
|
29917
29973
|
border: 1px solid var(--Form-input-borderColor);
|
|
@@ -30528,6 +30584,13 @@ input.antd-TextControl-input-password {
|
|
|
30528
30584
|
height: 0.875rem;
|
|
30529
30585
|
margin-right: var(--Checkbox-gap);
|
|
30530
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
|
+
}
|
|
30531
30594
|
.antd-GroupedSelection {
|
|
30532
30595
|
max-height: 18.75rem;
|
|
30533
30596
|
height: 100%;
|
|
@@ -30582,6 +30645,7 @@ input.antd-TextControl-input-password {
|
|
|
30582
30645
|
}
|
|
30583
30646
|
.antd-GroupedSelection-itemLabel {
|
|
30584
30647
|
flex-grow: 1;
|
|
30648
|
+
overflow: hidden;
|
|
30585
30649
|
}
|
|
30586
30650
|
.antd-GroupedSelection-itemLabel span {
|
|
30587
30651
|
vertical-align: middle;
|
|
@@ -32073,6 +32137,7 @@ input.antd-TextControl-input-password {
|
|
|
32073
32137
|
.antd-Selections-item > label {
|
|
32074
32138
|
flex-basis: 3.125rem;
|
|
32075
32139
|
flex-grow: 1;
|
|
32140
|
+
width: 3.125rem;
|
|
32076
32141
|
}
|
|
32077
32142
|
.antd-Selections-item > label.is-invalid {
|
|
32078
32143
|
color: var(--Form-selectValue-onInvalid-color);
|
|
@@ -35250,6 +35315,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35250
35315
|
.antd-Combo-delBtn:hover {
|
|
35251
35316
|
color: var(--combo-multi-delBtn-hover-color);
|
|
35252
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
|
+
}
|
|
35253
35324
|
.antd-Combo-tab-delBtn {
|
|
35254
35325
|
color: var(--combo-multi-delBtn-color);
|
|
35255
35326
|
cursor: pointer;
|
|
@@ -35257,8 +35328,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35257
35328
|
display: inline-block;
|
|
35258
35329
|
}
|
|
35259
35330
|
.antd-Combo-tab-delBtn > svg {
|
|
35260
|
-
width: 0.
|
|
35261
|
-
height: 0.
|
|
35331
|
+
width: 0.875rem;
|
|
35332
|
+
height: 0.875rem;
|
|
35262
35333
|
}
|
|
35263
35334
|
.antd-Combo-tab-delBtn:hover {
|
|
35264
35335
|
color: var(--combo-multi-delBtn-hover-color);
|
|
@@ -37308,7 +37379,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37308
37379
|
}
|
|
37309
37380
|
.antd-IconSelectControl-icon-list-item-info-name {
|
|
37310
37381
|
margin: 0;
|
|
37311
|
-
margin-bottom: var(--IconSelect-xs-margin);
|
|
37312
37382
|
font-size: var(--IconSelect-type-font-size);
|
|
37313
37383
|
color: var(--IconSelect-icon-name-color);
|
|
37314
37384
|
}
|
|
@@ -39046,6 +39116,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39046
39116
|
.antd-FormulaEditor-VariableList-base.is-scrollable {
|
|
39047
39117
|
overflow-x: auto;
|
|
39048
39118
|
overflow-y: auto;
|
|
39119
|
+
max-height: 100% !important;
|
|
39049
39120
|
}
|
|
39050
39121
|
.antd-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
39051
39122
|
width: 6px;
|
|
@@ -39181,7 +39252,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39181
39252
|
min-width: 100px;
|
|
39182
39253
|
padding: 0 5px;
|
|
39183
39254
|
margin: 5px;
|
|
39184
|
-
text-align:
|
|
39255
|
+
text-align: left;
|
|
39185
39256
|
}
|
|
39186
39257
|
.antd-FormulaEditor-VariableList-item-oper li {
|
|
39187
39258
|
line-height: 24px;
|
|
@@ -40270,8 +40341,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40270
40341
|
}
|
|
40271
40342
|
.antd-Nav-Menu-vertical.antd-Nav-Menu-sub {
|
|
40272
40343
|
min-width: 160px;
|
|
40273
|
-
border-radius: 2px;
|
|
40274
|
-
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);
|
|
40275
40344
|
}
|
|
40276
40345
|
.antd-Nav-Menu-item, .antd-Nav-Menu-submenu-title {
|
|
40277
40346
|
margin: 0;
|
|
@@ -40482,6 +40551,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40482
40551
|
background-color: var(--Layout-light-backgroundColor);
|
|
40483
40552
|
line-height: var(--Nav-Item-height);
|
|
40484
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);
|
|
40485
40558
|
}
|
|
40486
40559
|
.antd-Nav-Menu-submenu-popup .antd-Nav-Menu-submenu-title .antd-Nav-Menu-item-link .antd-Nav-Menu-submenu-arrow {
|
|
40487
40560
|
display: none;
|
package/lib/themes/antd.js
CHANGED
package/lib/themes/cxd.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);
|
|
@@ -17403,9 +17410,6 @@ input[type=button].cxd-Button--block {
|
|
|
17403
17410
|
.cxd-Modal-header::after {
|
|
17404
17411
|
clear: both;
|
|
17405
17412
|
}
|
|
17406
|
-
.cxd-Modal-header .Dialog-close {
|
|
17407
|
-
content: var(--dialog-icon-icon);
|
|
17408
|
-
}
|
|
17409
17413
|
.cxd-Modal-title {
|
|
17410
17414
|
font-size: var(--dialog-header-fontSize);
|
|
17411
17415
|
color: var(--dialog-header-color);
|
|
@@ -17420,6 +17424,9 @@ input[type=button].cxd-Button--block {
|
|
|
17420
17424
|
vertical-align: middle;
|
|
17421
17425
|
z-index: calc(11 + 1);
|
|
17422
17426
|
}
|
|
17427
|
+
.cxd-Modal-close .Dialog-close {
|
|
17428
|
+
content: var(--dialog-icon-icon);
|
|
17429
|
+
}
|
|
17423
17430
|
.cxd-Modal-close svg {
|
|
17424
17431
|
width: var(--dialog-icon-size);
|
|
17425
17432
|
height: var(--dialog-icon-size);
|
|
@@ -17493,7 +17500,7 @@ input[type=button].cxd-Button--block {
|
|
|
17493
17500
|
margin-top: calc(var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop));
|
|
17494
17501
|
}
|
|
17495
17502
|
@media (min-width: 576px) {
|
|
17496
|
-
.cxd-Modal-content {
|
|
17503
|
+
.cxd-Modal-content:not(.cxd-Modal-content-custom) {
|
|
17497
17504
|
max-width: var(--dialog-size-normal-width);
|
|
17498
17505
|
border-width: var(--dialog-default-border-width);
|
|
17499
17506
|
}
|
|
@@ -21729,10 +21736,13 @@ input[type=button].cxd-Button--block {
|
|
|
21729
21736
|
padding-left: 0;
|
|
21730
21737
|
padding-right: 0;
|
|
21731
21738
|
}
|
|
21732
|
-
.cxd-Form
|
|
21739
|
+
.cxd-Form {
|
|
21740
|
+
/* 恢复 Form 嵌套场景下的样式 */
|
|
21741
|
+
}
|
|
21742
|
+
.cxd-Form .cxd-Collapse {
|
|
21733
21743
|
border: none;
|
|
21734
21744
|
}
|
|
21735
|
-
.cxd-Form .cxd-Collapse
|
|
21745
|
+
.cxd-Form .cxd-Collapse .cxd-Collapse-header {
|
|
21736
21746
|
background-color: var(--white);
|
|
21737
21747
|
display: inline-flex;
|
|
21738
21748
|
justify-content: flex-end;
|
|
@@ -21740,9 +21750,23 @@ input[type=button].cxd-Button--block {
|
|
|
21740
21750
|
flex-direction: row-reverse;
|
|
21741
21751
|
border-radius: 0;
|
|
21742
21752
|
}
|
|
21743
|
-
.cxd-Form .cxd-Collapse
|
|
21753
|
+
.cxd-Form .cxd-Collapse .cxd-Collapse-content {
|
|
21744
21754
|
padding: 0;
|
|
21745
21755
|
}
|
|
21756
|
+
.cxd-Form .cxd-Collapse-fieldset--disabled {
|
|
21757
|
+
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);
|
|
21758
|
+
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);
|
|
21759
|
+
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);
|
|
21760
|
+
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);
|
|
21761
|
+
}
|
|
21762
|
+
.cxd-Form .cxd-Collapse-fieldset--disabled .cxd-Collapse-header {
|
|
21763
|
+
background: var(--Collapse-header-bg);
|
|
21764
|
+
display: block;
|
|
21765
|
+
border-radius: unset;
|
|
21766
|
+
}
|
|
21767
|
+
.cxd-Form .cxd-Collapse-fieldset--disabled .cxd-Collapse-content {
|
|
21768
|
+
padding: var(--Collapse-content-padding);
|
|
21769
|
+
}
|
|
21746
21770
|
/* 移动端样式调整 */
|
|
21747
21771
|
@media (max-width: 767px) {
|
|
21748
21772
|
.cxd-Collapse {
|
|
@@ -21877,6 +21901,9 @@ input[type=button].cxd-Button--block {
|
|
|
21877
21901
|
border: none !important;
|
|
21878
21902
|
box-shadow: none !important;
|
|
21879
21903
|
}
|
|
21904
|
+
.cxd-CBGroup-toolbarCondition .cxd-Select-valueWrap {
|
|
21905
|
+
padding-right: 0;
|
|
21906
|
+
}
|
|
21880
21907
|
.cxd-CBGroup-toolbarCondition .cxd-Select-arrow {
|
|
21881
21908
|
display: none;
|
|
21882
21909
|
}
|
|
@@ -22925,6 +22952,9 @@ input[type=button].cxd-Button--block {
|
|
|
22925
22952
|
visibility: hidden;
|
|
22926
22953
|
position: absolute;
|
|
22927
22954
|
}
|
|
22955
|
+
.cxd-Table-fixedTop .cxd-Table-table {
|
|
22956
|
+
table-layout: fixed;
|
|
22957
|
+
}
|
|
22928
22958
|
.cxd-Table-heading {
|
|
22929
22959
|
background: var(--Table-heading-bg);
|
|
22930
22960
|
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
@@ -23170,9 +23200,11 @@ input[type=button].cxd-Button--block {
|
|
|
23170
23200
|
.cxd-Table-table > thead > tr {
|
|
23171
23201
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
23172
23202
|
}
|
|
23203
|
+
.cxd-Table-table-tr {
|
|
23204
|
+
background: var(--Table-bg);
|
|
23205
|
+
}
|
|
23173
23206
|
.cxd-Table-table > tbody > tr {
|
|
23174
23207
|
position: relative;
|
|
23175
|
-
background: var(--Table-bg);
|
|
23176
23208
|
}
|
|
23177
23209
|
.cxd-Table-table > tbody > tr + tr {
|
|
23178
23210
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -24895,10 +24927,9 @@ input[type=button].cxd-Button--block {
|
|
|
24895
24927
|
background: var(--TableRow-onDisabled-bg);
|
|
24896
24928
|
color: var(--TableRow-onDisabled-color);
|
|
24897
24929
|
}
|
|
24898
|
-
.cxd-Table2 .cxd-Table-table > tbody > tr
|
|
24899
|
-
|
|
24900
|
-
|
|
24901
|
-
color: var(--Table-onHover-color);
|
|
24930
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-left,
|
|
24931
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-right {
|
|
24932
|
+
background: inherit;
|
|
24902
24933
|
}
|
|
24903
24934
|
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-left-last:after,
|
|
24904
24935
|
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-left-last:after,
|
|
@@ -24915,7 +24946,7 @@ input[type=button].cxd-Button--block {
|
|
|
24915
24946
|
}
|
|
24916
24947
|
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first:after,
|
|
24917
24948
|
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-right-first:after,
|
|
24918
|
-
.cxd-Table2 .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-right-
|
|
24949
|
+
.cxd-Table2 .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-right-first:after {
|
|
24919
24950
|
position: absolute;
|
|
24920
24951
|
top: 0;
|
|
24921
24952
|
bottom: -1px;
|
|
@@ -24953,9 +24984,6 @@ input[type=button].cxd-Button--block {
|
|
|
24953
24984
|
.cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-left {
|
|
24954
24985
|
border-right: none;
|
|
24955
24986
|
}
|
|
24956
|
-
.cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-left:not(.cxd-Table-cell-row-hover) {
|
|
24957
|
-
background: #fff;
|
|
24958
|
-
}
|
|
24959
24987
|
.cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tfoot > tr > td:not(:last-child).cxd-Table-cell-fix-left-last {
|
|
24960
24988
|
border-right: none;
|
|
24961
24989
|
}
|
|
@@ -24970,9 +24998,6 @@ input[type=button].cxd-Button--block {
|
|
|
24970
24998
|
.cxd-Table2.cxd-Table-ping-right .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-right {
|
|
24971
24999
|
border-right: none;
|
|
24972
25000
|
}
|
|
24973
|
-
.cxd-Table2.cxd-Table-ping-right .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-right:not(.cxd-Table-cell-row-hover) {
|
|
24974
|
-
background: #fff;
|
|
24975
|
-
}
|
|
24976
25001
|
.cxd-Table2.cxd-Table-ping-right:not(.cxd-Table-bordered) .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first-prev {
|
|
24977
25002
|
border-right: none;
|
|
24978
25003
|
}
|
|
@@ -26428,14 +26453,43 @@ input[type=button].cxd-Button--block {
|
|
|
26428
26453
|
border-left-style: dashed;
|
|
26429
26454
|
}
|
|
26430
26455
|
.cxd-Divider--horizontal {
|
|
26431
|
-
|
|
26456
|
+
position: relative;
|
|
26432
26457
|
height: 0.125rem;
|
|
26458
|
+
border-bottom: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26459
|
+
transform-origin: 0 center;
|
|
26460
|
+
clear: both;
|
|
26433
26461
|
}
|
|
26434
26462
|
.cxd-Divider--vertical {
|
|
26435
26463
|
border-left: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26436
26464
|
height: var(--sizes-base-15);
|
|
26465
|
+
transform-origin: center bottom;
|
|
26437
26466
|
display: inline-block;
|
|
26438
26467
|
}
|
|
26468
|
+
.cxd-Divider--with-text {
|
|
26469
|
+
display: flex;
|
|
26470
|
+
align-items: center;
|
|
26471
|
+
height: unset;
|
|
26472
|
+
border-bottom-width: 0 !important;
|
|
26473
|
+
}
|
|
26474
|
+
.cxd-Divider--with-text::before, .cxd-Divider--with-text::after {
|
|
26475
|
+
content: "";
|
|
26476
|
+
height: 0;
|
|
26477
|
+
flex: 1;
|
|
26478
|
+
border-bottom: inherit;
|
|
26479
|
+
border-bottom-width: var(--Divider-width);
|
|
26480
|
+
}
|
|
26481
|
+
.cxd-Divider--with-text.cxd-Divider--with-text-left:before, .cxd-Divider--with-text.cxd-Divider--with-text-right:after {
|
|
26482
|
+
flex-basis: var(--Divider-text-width);
|
|
26483
|
+
flex-grow: 0;
|
|
26484
|
+
}
|
|
26485
|
+
.cxd-Divider-text {
|
|
26486
|
+
margin: var(--Divider-text-marginTop) var(--Divider-text-marginRight) var(--Divider-text-marginBottom) var(--Divider-text-marginLeft);
|
|
26487
|
+
font-size: var(--Divider-text-fontSize);
|
|
26488
|
+
font-weight: var(--Divider-text-fontWeight);
|
|
26489
|
+
line-height: 1;
|
|
26490
|
+
color: var(--Divider-text-color);
|
|
26491
|
+
box-sizing: border-box;
|
|
26492
|
+
}
|
|
26439
26493
|
/* 移动端样式调整 */
|
|
26440
26494
|
@media (max-width: 767px) {
|
|
26441
26495
|
.cxd-Divider {
|
|
@@ -27803,6 +27857,7 @@ input[type=button].cxd-Button--block {
|
|
|
27803
27857
|
margin-left: 0.25rem;
|
|
27804
27858
|
display: flex;
|
|
27805
27859
|
justify-content: center;
|
|
27860
|
+
align-items: center;
|
|
27806
27861
|
}
|
|
27807
27862
|
.cxd-ResultBox-singleValue {
|
|
27808
27863
|
flex-grow: 1;
|
|
@@ -29901,6 +29956,7 @@ input.cxd-TextControl-input-password {
|
|
|
29901
29956
|
}
|
|
29902
29957
|
.cxd-TextareaControl > textarea.cxd-TextareaControl-input--counter {
|
|
29903
29958
|
padding-bottom: 23px;
|
|
29959
|
+
display: block !important;
|
|
29904
29960
|
}
|
|
29905
29961
|
.cxd-TextareaControl > textarea {
|
|
29906
29962
|
border: 1px solid var(--Form-input-borderColor);
|
|
@@ -30517,6 +30573,13 @@ input.cxd-TextControl-input-password {
|
|
|
30517
30573
|
height: 0.875rem;
|
|
30518
30574
|
margin-right: var(--Checkbox-gap);
|
|
30519
30575
|
}
|
|
30576
|
+
.cxd-Selection-ellipsis-line {
|
|
30577
|
+
display: inline-block;
|
|
30578
|
+
width: 100%;
|
|
30579
|
+
overflow: hidden;
|
|
30580
|
+
text-overflow: ellipsis;
|
|
30581
|
+
white-space: nowrap;
|
|
30582
|
+
}
|
|
30520
30583
|
.cxd-GroupedSelection {
|
|
30521
30584
|
max-height: 18.75rem;
|
|
30522
30585
|
height: 100%;
|
|
@@ -30571,6 +30634,7 @@ input.cxd-TextControl-input-password {
|
|
|
30571
30634
|
}
|
|
30572
30635
|
.cxd-GroupedSelection-itemLabel {
|
|
30573
30636
|
flex-grow: 1;
|
|
30637
|
+
overflow: hidden;
|
|
30574
30638
|
}
|
|
30575
30639
|
.cxd-GroupedSelection-itemLabel span {
|
|
30576
30640
|
vertical-align: middle;
|
|
@@ -32062,6 +32126,7 @@ input.cxd-TextControl-input-password {
|
|
|
32062
32126
|
.cxd-Selections-item > label {
|
|
32063
32127
|
flex-basis: 3.125rem;
|
|
32064
32128
|
flex-grow: 1;
|
|
32129
|
+
width: 3.125rem;
|
|
32065
32130
|
}
|
|
32066
32131
|
.cxd-Selections-item > label.is-invalid {
|
|
32067
32132
|
color: var(--Form-selectValue-onInvalid-color);
|
|
@@ -35239,6 +35304,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35239
35304
|
.cxd-Combo-delBtn:hover {
|
|
35240
35305
|
color: var(--combo-multi-delBtn-hover-color);
|
|
35241
35306
|
}
|
|
35307
|
+
.cxd-Tabs--radio .is-active .cxd-Combo-tab-delBtn {
|
|
35308
|
+
color: var(--Tabs--radio-active-color);
|
|
35309
|
+
}
|
|
35310
|
+
.cxd-Tabs--radio .is-active .cxd-Combo-tab-delBtn:hover {
|
|
35311
|
+
color: var(--Tabs--radio-active-color);
|
|
35312
|
+
}
|
|
35242
35313
|
.cxd-Combo-tab-delBtn {
|
|
35243
35314
|
color: var(--combo-multi-delBtn-color);
|
|
35244
35315
|
cursor: pointer;
|
|
@@ -35246,8 +35317,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35246
35317
|
display: inline-block;
|
|
35247
35318
|
}
|
|
35248
35319
|
.cxd-Combo-tab-delBtn > svg {
|
|
35249
|
-
width: 0.
|
|
35250
|
-
height: 0.
|
|
35320
|
+
width: 0.875rem;
|
|
35321
|
+
height: 0.875rem;
|
|
35251
35322
|
}
|
|
35252
35323
|
.cxd-Combo-tab-delBtn:hover {
|
|
35253
35324
|
color: var(--combo-multi-delBtn-hover-color);
|
|
@@ -37297,7 +37368,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37297
37368
|
}
|
|
37298
37369
|
.cxd-IconSelectControl-icon-list-item-info-name {
|
|
37299
37370
|
margin: 0;
|
|
37300
|
-
margin-bottom: var(--IconSelect-xs-margin);
|
|
37301
37371
|
font-size: var(--IconSelect-type-font-size);
|
|
37302
37372
|
color: var(--IconSelect-icon-name-color);
|
|
37303
37373
|
}
|
|
@@ -39035,6 +39105,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39035
39105
|
.cxd-FormulaEditor-VariableList-base.is-scrollable {
|
|
39036
39106
|
overflow-x: auto;
|
|
39037
39107
|
overflow-y: auto;
|
|
39108
|
+
max-height: 100% !important;
|
|
39038
39109
|
}
|
|
39039
39110
|
.cxd-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
39040
39111
|
width: 6px;
|
|
@@ -39170,7 +39241,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39170
39241
|
min-width: 100px;
|
|
39171
39242
|
padding: 0 5px;
|
|
39172
39243
|
margin: 5px;
|
|
39173
|
-
text-align:
|
|
39244
|
+
text-align: left;
|
|
39174
39245
|
}
|
|
39175
39246
|
.cxd-FormulaEditor-VariableList-item-oper li {
|
|
39176
39247
|
line-height: 24px;
|
|
@@ -40259,8 +40330,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40259
40330
|
}
|
|
40260
40331
|
.cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub {
|
|
40261
40332
|
min-width: 160px;
|
|
40262
|
-
border-radius: 2px;
|
|
40263
|
-
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);
|
|
40264
40333
|
}
|
|
40265
40334
|
.cxd-Nav-Menu-item, .cxd-Nav-Menu-submenu-title {
|
|
40266
40335
|
margin: 0;
|
|
@@ -40471,6 +40540,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40471
40540
|
background-color: var(--Layout-light-backgroundColor);
|
|
40472
40541
|
line-height: var(--Nav-Item-height);
|
|
40473
40542
|
cursor: pointer;
|
|
40543
|
+
border-radius: 2px;
|
|
40544
|
+
max-height: 400px;
|
|
40545
|
+
overflow-y: auto;
|
|
40546
|
+
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);
|
|
40474
40547
|
}
|
|
40475
40548
|
.cxd-Nav-Menu-submenu-popup .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-link .cxd-Nav-Menu-submenu-arrow {
|
|
40476
40549
|
display: none;
|
package/lib/themes/cxd.js
CHANGED