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/dark.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);
|
|
@@ -17408,9 +17415,6 @@ input[type=button].dark-Button--block {
|
|
|
17408
17415
|
.dark-Modal-header::after {
|
|
17409
17416
|
clear: both;
|
|
17410
17417
|
}
|
|
17411
|
-
.dark-Modal-header .Dialog-close {
|
|
17412
|
-
content: var(--dialog-icon-icon);
|
|
17413
|
-
}
|
|
17414
17418
|
.dark-Modal-title {
|
|
17415
17419
|
font-size: var(--dialog-header-fontSize);
|
|
17416
17420
|
color: var(--dialog-header-color);
|
|
@@ -17425,6 +17429,9 @@ input[type=button].dark-Button--block {
|
|
|
17425
17429
|
vertical-align: middle;
|
|
17426
17430
|
z-index: calc(11 + 1);
|
|
17427
17431
|
}
|
|
17432
|
+
.dark-Modal-close .Dialog-close {
|
|
17433
|
+
content: var(--dialog-icon-icon);
|
|
17434
|
+
}
|
|
17428
17435
|
.dark-Modal-close svg {
|
|
17429
17436
|
width: var(--dialog-icon-size);
|
|
17430
17437
|
height: var(--dialog-icon-size);
|
|
@@ -17498,7 +17505,7 @@ input[type=button].dark-Button--block {
|
|
|
17498
17505
|
margin-top: calc(var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop));
|
|
17499
17506
|
}
|
|
17500
17507
|
@media (min-width: 576px) {
|
|
17501
|
-
.dark-Modal-content {
|
|
17508
|
+
.dark-Modal-content:not(.dark-Modal-content-custom) {
|
|
17502
17509
|
max-width: var(--dialog-size-normal-width);
|
|
17503
17510
|
border-width: var(--dialog-default-border-width);
|
|
17504
17511
|
}
|
|
@@ -21734,10 +21741,13 @@ input[type=button].dark-Button--block {
|
|
|
21734
21741
|
padding-left: 0;
|
|
21735
21742
|
padding-right: 0;
|
|
21736
21743
|
}
|
|
21737
|
-
.dark-Form
|
|
21744
|
+
.dark-Form {
|
|
21745
|
+
/* 恢复 Form 嵌套场景下的样式 */
|
|
21746
|
+
}
|
|
21747
|
+
.dark-Form .dark-Collapse {
|
|
21738
21748
|
border: none;
|
|
21739
21749
|
}
|
|
21740
|
-
.dark-Form .dark-Collapse
|
|
21750
|
+
.dark-Form .dark-Collapse .dark-Collapse-header {
|
|
21741
21751
|
background-color: var(--white);
|
|
21742
21752
|
display: inline-flex;
|
|
21743
21753
|
justify-content: flex-end;
|
|
@@ -21745,9 +21755,23 @@ input[type=button].dark-Button--block {
|
|
|
21745
21755
|
flex-direction: row-reverse;
|
|
21746
21756
|
border-radius: 0;
|
|
21747
21757
|
}
|
|
21748
|
-
.dark-Form .dark-Collapse
|
|
21758
|
+
.dark-Form .dark-Collapse .dark-Collapse-content {
|
|
21749
21759
|
padding: 0;
|
|
21750
21760
|
}
|
|
21761
|
+
.dark-Form .dark-Collapse-fieldset--disabled {
|
|
21762
|
+
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);
|
|
21763
|
+
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);
|
|
21764
|
+
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);
|
|
21765
|
+
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);
|
|
21766
|
+
}
|
|
21767
|
+
.dark-Form .dark-Collapse-fieldset--disabled .dark-Collapse-header {
|
|
21768
|
+
background: var(--Collapse-header-bg);
|
|
21769
|
+
display: block;
|
|
21770
|
+
border-radius: unset;
|
|
21771
|
+
}
|
|
21772
|
+
.dark-Form .dark-Collapse-fieldset--disabled .dark-Collapse-content {
|
|
21773
|
+
padding: var(--Collapse-content-padding);
|
|
21774
|
+
}
|
|
21751
21775
|
/* 移动端样式调整 */
|
|
21752
21776
|
@media (max-width: 767px) {
|
|
21753
21777
|
.dark-Collapse {
|
|
@@ -21882,6 +21906,9 @@ input[type=button].dark-Button--block {
|
|
|
21882
21906
|
border: none !important;
|
|
21883
21907
|
box-shadow: none !important;
|
|
21884
21908
|
}
|
|
21909
|
+
.dark-CBGroup-toolbarCondition .dark-Select-valueWrap {
|
|
21910
|
+
padding-right: 0;
|
|
21911
|
+
}
|
|
21885
21912
|
.dark-CBGroup-toolbarCondition .dark-Select-arrow {
|
|
21886
21913
|
display: none;
|
|
21887
21914
|
}
|
|
@@ -22930,6 +22957,9 @@ input[type=button].dark-Button--block {
|
|
|
22930
22957
|
visibility: hidden;
|
|
22931
22958
|
position: absolute;
|
|
22932
22959
|
}
|
|
22960
|
+
.dark-Table-fixedTop .dark-Table-table {
|
|
22961
|
+
table-layout: fixed;
|
|
22962
|
+
}
|
|
22933
22963
|
.dark-Table-heading {
|
|
22934
22964
|
background: var(--Table-heading-bg);
|
|
22935
22965
|
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
@@ -23175,9 +23205,11 @@ input[type=button].dark-Button--block {
|
|
|
23175
23205
|
.dark-Table-table > thead > tr {
|
|
23176
23206
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
23177
23207
|
}
|
|
23208
|
+
.dark-Table-table-tr {
|
|
23209
|
+
background: var(--Table-bg);
|
|
23210
|
+
}
|
|
23178
23211
|
.dark-Table-table > tbody > tr {
|
|
23179
23212
|
position: relative;
|
|
23180
|
-
background: var(--Table-bg);
|
|
23181
23213
|
}
|
|
23182
23214
|
.dark-Table-table > tbody > tr + tr {
|
|
23183
23215
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -24900,10 +24932,9 @@ input[type=button].dark-Button--block {
|
|
|
24900
24932
|
background: var(--TableRow-onDisabled-bg);
|
|
24901
24933
|
color: var(--TableRow-onDisabled-color);
|
|
24902
24934
|
}
|
|
24903
|
-
.dark-Table2 .dark-Table-table > tbody > tr
|
|
24904
|
-
|
|
24905
|
-
|
|
24906
|
-
color: var(--Table-onHover-color);
|
|
24935
|
+
.dark-Table2 .dark-Table-table > tbody > tr > td.dark-Table-cell-fix-left,
|
|
24936
|
+
.dark-Table2 .dark-Table-table > tbody > tr > td.dark-Table-cell-fix-right {
|
|
24937
|
+
background: inherit;
|
|
24907
24938
|
}
|
|
24908
24939
|
.dark-Table2 .dark-Table-table > thead > tr > th.dark-Table-cell-fix-left-last:after,
|
|
24909
24940
|
.dark-Table2 .dark-Table-table > tbody > tr > td.dark-Table-cell-fix-left-last:after,
|
|
@@ -24920,7 +24951,7 @@ input[type=button].dark-Button--block {
|
|
|
24920
24951
|
}
|
|
24921
24952
|
.dark-Table2 .dark-Table-table > thead > tr > th.dark-Table-cell-fix-right-first:after,
|
|
24922
24953
|
.dark-Table2 .dark-Table-table > tbody > tr > td.dark-Table-cell-fix-right-first:after,
|
|
24923
|
-
.dark-Table2 .dark-Table-table > tfoot > tr > td.dark-Table-cell-fix-right-
|
|
24954
|
+
.dark-Table2 .dark-Table-table > tfoot > tr > td.dark-Table-cell-fix-right-first:after {
|
|
24924
24955
|
position: absolute;
|
|
24925
24956
|
top: 0;
|
|
24926
24957
|
bottom: -1px;
|
|
@@ -24958,9 +24989,6 @@ input[type=button].dark-Button--block {
|
|
|
24958
24989
|
.dark-Table2.dark-Table-ping-left .dark-Table-table > tbody > tr:not(.dark-Table-row-disabled) > td.dark-Table-cell-fix-left {
|
|
24959
24990
|
border-right: none;
|
|
24960
24991
|
}
|
|
24961
|
-
.dark-Table2.dark-Table-ping-left .dark-Table-table > tbody > tr:not(.dark-Table-row-disabled) > td.dark-Table-cell-fix-left:not(.dark-Table-cell-row-hover) {
|
|
24962
|
-
background: #fff;
|
|
24963
|
-
}
|
|
24964
24992
|
.dark-Table2.dark-Table-ping-left .dark-Table-table > tfoot > tr > td:not(:last-child).dark-Table-cell-fix-left-last {
|
|
24965
24993
|
border-right: none;
|
|
24966
24994
|
}
|
|
@@ -24975,9 +25003,6 @@ input[type=button].dark-Button--block {
|
|
|
24975
25003
|
.dark-Table2.dark-Table-ping-right .dark-Table-table > tbody > tr:not(.dark-Table-row-disabled) > td.dark-Table-cell-fix-right {
|
|
24976
25004
|
border-right: none;
|
|
24977
25005
|
}
|
|
24978
|
-
.dark-Table2.dark-Table-ping-right .dark-Table-table > tbody > tr:not(.dark-Table-row-disabled) > td.dark-Table-cell-fix-right:not(.dark-Table-cell-row-hover) {
|
|
24979
|
-
background: #fff;
|
|
24980
|
-
}
|
|
24981
25006
|
.dark-Table2.dark-Table-ping-right:not(.dark-Table-bordered) .dark-Table-table > thead > tr > th.dark-Table-cell-fix-right-first-prev {
|
|
24982
25007
|
border-right: none;
|
|
24983
25008
|
}
|
|
@@ -26433,14 +26458,43 @@ input[type=button].dark-Button--block {
|
|
|
26433
26458
|
border-left-style: dashed;
|
|
26434
26459
|
}
|
|
26435
26460
|
.dark-Divider--horizontal {
|
|
26436
|
-
|
|
26461
|
+
position: relative;
|
|
26437
26462
|
height: 0.125rem;
|
|
26463
|
+
border-bottom: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26464
|
+
transform-origin: 0 center;
|
|
26465
|
+
clear: both;
|
|
26438
26466
|
}
|
|
26439
26467
|
.dark-Divider--vertical {
|
|
26440
26468
|
border-left: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26441
26469
|
height: var(--sizes-base-15);
|
|
26470
|
+
transform-origin: center bottom;
|
|
26442
26471
|
display: inline-block;
|
|
26443
26472
|
}
|
|
26473
|
+
.dark-Divider--with-text {
|
|
26474
|
+
display: flex;
|
|
26475
|
+
align-items: center;
|
|
26476
|
+
height: unset;
|
|
26477
|
+
border-bottom-width: 0 !important;
|
|
26478
|
+
}
|
|
26479
|
+
.dark-Divider--with-text::before, .dark-Divider--with-text::after {
|
|
26480
|
+
content: "";
|
|
26481
|
+
height: 0;
|
|
26482
|
+
flex: 1;
|
|
26483
|
+
border-bottom: inherit;
|
|
26484
|
+
border-bottom-width: var(--Divider-width);
|
|
26485
|
+
}
|
|
26486
|
+
.dark-Divider--with-text.dark-Divider--with-text-left:before, .dark-Divider--with-text.dark-Divider--with-text-right:after {
|
|
26487
|
+
flex-basis: var(--Divider-text-width);
|
|
26488
|
+
flex-grow: 0;
|
|
26489
|
+
}
|
|
26490
|
+
.dark-Divider-text {
|
|
26491
|
+
margin: var(--Divider-text-marginTop) var(--Divider-text-marginRight) var(--Divider-text-marginBottom) var(--Divider-text-marginLeft);
|
|
26492
|
+
font-size: var(--Divider-text-fontSize);
|
|
26493
|
+
font-weight: var(--Divider-text-fontWeight);
|
|
26494
|
+
line-height: 1;
|
|
26495
|
+
color: var(--Divider-text-color);
|
|
26496
|
+
box-sizing: border-box;
|
|
26497
|
+
}
|
|
26444
26498
|
/* 移动端样式调整 */
|
|
26445
26499
|
@media (max-width: 767px) {
|
|
26446
26500
|
.dark-Divider {
|
|
@@ -27808,6 +27862,7 @@ input[type=button].dark-Button--block {
|
|
|
27808
27862
|
margin-left: 0.25rem;
|
|
27809
27863
|
display: flex;
|
|
27810
27864
|
justify-content: center;
|
|
27865
|
+
align-items: center;
|
|
27811
27866
|
}
|
|
27812
27867
|
.dark-ResultBox-singleValue {
|
|
27813
27868
|
flex-grow: 1;
|
|
@@ -29906,6 +29961,7 @@ input.dark-TextControl-input-password {
|
|
|
29906
29961
|
}
|
|
29907
29962
|
.dark-TextareaControl > textarea.dark-TextareaControl-input--counter {
|
|
29908
29963
|
padding-bottom: 23px;
|
|
29964
|
+
display: block !important;
|
|
29909
29965
|
}
|
|
29910
29966
|
.dark-TextareaControl > textarea {
|
|
29911
29967
|
border: 1px solid var(--Form-input-borderColor);
|
|
@@ -30522,6 +30578,13 @@ input.dark-TextControl-input-password {
|
|
|
30522
30578
|
height: 0.875rem;
|
|
30523
30579
|
margin-right: var(--Checkbox-gap);
|
|
30524
30580
|
}
|
|
30581
|
+
.dark-Selection-ellipsis-line {
|
|
30582
|
+
display: inline-block;
|
|
30583
|
+
width: 100%;
|
|
30584
|
+
overflow: hidden;
|
|
30585
|
+
text-overflow: ellipsis;
|
|
30586
|
+
white-space: nowrap;
|
|
30587
|
+
}
|
|
30525
30588
|
.dark-GroupedSelection {
|
|
30526
30589
|
max-height: 18.75rem;
|
|
30527
30590
|
height: 100%;
|
|
@@ -30576,6 +30639,7 @@ input.dark-TextControl-input-password {
|
|
|
30576
30639
|
}
|
|
30577
30640
|
.dark-GroupedSelection-itemLabel {
|
|
30578
30641
|
flex-grow: 1;
|
|
30642
|
+
overflow: hidden;
|
|
30579
30643
|
}
|
|
30580
30644
|
.dark-GroupedSelection-itemLabel span {
|
|
30581
30645
|
vertical-align: middle;
|
|
@@ -32067,6 +32131,7 @@ input.dark-TextControl-input-password {
|
|
|
32067
32131
|
.dark-Selections-item > label {
|
|
32068
32132
|
flex-basis: 3.125rem;
|
|
32069
32133
|
flex-grow: 1;
|
|
32134
|
+
width: 3.125rem;
|
|
32070
32135
|
}
|
|
32071
32136
|
.dark-Selections-item > label.is-invalid {
|
|
32072
32137
|
color: var(--Form-selectValue-onInvalid-color);
|
|
@@ -35244,6 +35309,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35244
35309
|
.dark-Combo-delBtn:hover {
|
|
35245
35310
|
color: var(--combo-multi-delBtn-hover-color);
|
|
35246
35311
|
}
|
|
35312
|
+
.dark-Tabs--radio .is-active .dark-Combo-tab-delBtn {
|
|
35313
|
+
color: var(--Tabs--radio-active-color);
|
|
35314
|
+
}
|
|
35315
|
+
.dark-Tabs--radio .is-active .dark-Combo-tab-delBtn:hover {
|
|
35316
|
+
color: var(--Tabs--radio-active-color);
|
|
35317
|
+
}
|
|
35247
35318
|
.dark-Combo-tab-delBtn {
|
|
35248
35319
|
color: var(--combo-multi-delBtn-color);
|
|
35249
35320
|
cursor: pointer;
|
|
@@ -35251,8 +35322,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35251
35322
|
display: inline-block;
|
|
35252
35323
|
}
|
|
35253
35324
|
.dark-Combo-tab-delBtn > svg {
|
|
35254
|
-
width: 0.
|
|
35255
|
-
height: 0.
|
|
35325
|
+
width: 0.875rem;
|
|
35326
|
+
height: 0.875rem;
|
|
35256
35327
|
}
|
|
35257
35328
|
.dark-Combo-tab-delBtn:hover {
|
|
35258
35329
|
color: var(--combo-multi-delBtn-hover-color);
|
|
@@ -37302,7 +37373,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37302
37373
|
}
|
|
37303
37374
|
.dark-IconSelectControl-icon-list-item-info-name {
|
|
37304
37375
|
margin: 0;
|
|
37305
|
-
margin-bottom: var(--IconSelect-xs-margin);
|
|
37306
37376
|
font-size: var(--IconSelect-type-font-size);
|
|
37307
37377
|
color: var(--IconSelect-icon-name-color);
|
|
37308
37378
|
}
|
|
@@ -39040,6 +39110,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39040
39110
|
.dark-FormulaEditor-VariableList-base.is-scrollable {
|
|
39041
39111
|
overflow-x: auto;
|
|
39042
39112
|
overflow-y: auto;
|
|
39113
|
+
max-height: 100% !important;
|
|
39043
39114
|
}
|
|
39044
39115
|
.dark-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
39045
39116
|
width: 6px;
|
|
@@ -39175,7 +39246,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39175
39246
|
min-width: 100px;
|
|
39176
39247
|
padding: 0 5px;
|
|
39177
39248
|
margin: 5px;
|
|
39178
|
-
text-align:
|
|
39249
|
+
text-align: left;
|
|
39179
39250
|
}
|
|
39180
39251
|
.dark-FormulaEditor-VariableList-item-oper li {
|
|
39181
39252
|
line-height: 24px;
|
|
@@ -40264,8 +40335,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40264
40335
|
}
|
|
40265
40336
|
.dark-Nav-Menu-vertical.dark-Nav-Menu-sub {
|
|
40266
40337
|
min-width: 160px;
|
|
40267
|
-
border-radius: 2px;
|
|
40268
|
-
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);
|
|
40269
40338
|
}
|
|
40270
40339
|
.dark-Nav-Menu-item, .dark-Nav-Menu-submenu-title {
|
|
40271
40340
|
margin: 0;
|
|
@@ -40476,6 +40545,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40476
40545
|
background-color: var(--Layout-light-backgroundColor);
|
|
40477
40546
|
line-height: var(--Nav-Item-height);
|
|
40478
40547
|
cursor: pointer;
|
|
40548
|
+
border-radius: 2px;
|
|
40549
|
+
max-height: 400px;
|
|
40550
|
+
overflow-y: auto;
|
|
40551
|
+
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);
|
|
40479
40552
|
}
|
|
40480
40553
|
.dark-Nav-Menu-submenu-popup .dark-Nav-Menu-submenu-title .dark-Nav-Menu-item-link .dark-Nav-Menu-submenu-arrow {
|
|
40481
40554
|
display: none;
|
package/lib/themes/dark.js
CHANGED
package/lib/themes/default.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/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"main": "lib/index.js",
|
|
4
4
|
"module": "esm/index.js",
|
|
5
5
|
"types": "lib/index.d.ts",
|
|
6
|
-
"version": "3.4.
|
|
6
|
+
"version": "3.4.3",
|
|
7
7
|
"description": "",
|
|
8
8
|
"scripts": {
|
|
9
9
|
"build": "npm run clean-dist && NODE_ENV=production rollup -c ",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@rc-component/mini-decimal": "^1.0.1",
|
|
39
|
-
"amis-core": "^3.4.
|
|
40
|
-
"amis-formula": "^3.4.
|
|
39
|
+
"amis-core": "^3.4.3",
|
|
40
|
+
"amis-formula": "^3.4.3",
|
|
41
41
|
"classnames": "2.3.2",
|
|
42
42
|
"codemirror": "^5.63.0",
|
|
43
43
|
"downshift": "6.1.12",
|
|
@@ -147,5 +147,5 @@
|
|
|
147
147
|
"/.rollup.cache/"
|
|
148
148
|
]
|
|
149
149
|
},
|
|
150
|
-
"gitHead": "
|
|
150
|
+
"gitHead": "a0973fc96e9308311a2002e76cfaf9ee39ad7118"
|
|
151
151
|
}
|