amis-ui 6.13.0-beta.9 → 6.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AlphabetIndexer.js +1 -1
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/AnchorNavSection.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.js +7 -3
- package/esm/components/AutoFoldedList.d.ts +87 -0
- package/esm/components/AutoFoldedList.js +124 -0
- package/esm/components/AutoSizer.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.d.ts +10 -10
- 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 +1 -1
- 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 +1 -1
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConditionBuilder.js +1 -1
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.js +7 -2
- package/esm/components/DatePicker.d.ts +3 -3
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.js +6 -9
- package/esm/components/DiffEditor.js +1 -1
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.d.ts +11 -10
- package/esm/components/Drawer.js +5 -2
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/DropdownContextMenus.js +1 -1
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/FormulaPicker.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GridNavItem.js +1 -1
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/HeadCellDropDown.js +1 -1
- package/esm/components/HorizontalScroll.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/Icon.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +10 -10
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/InputJSONSchema.js +1 -1
- package/esm/components/InputTable.js +1 -1
- package/esm/components/JSONSchemaEditor.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Menu.js +1 -1
- package/esm/components/MixedInput.d.ts +55 -0
- package/esm/components/MixedInput.js +88 -0
- package/esm/components/MobileDevTool.js +1 -1
- package/esm/components/Modal.js +2 -2
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/OverflowTpl.js +1 -1
- package/esm/components/Pagination.js +12 -10
- package/esm/components/PdfViewer.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 +9 -2
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +41 -41
- package/esm/components/ResultBox.js +14 -34
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.js +5 -3
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.js +37 -65
- package/esm/components/SelectMobile.js +1 -1
- package/esm/components/Selection.js +1 -1
- package/esm/components/Shape.js +1 -1
- package/esm/components/Signature.js +3 -1
- package/esm/components/Slider.js +1 -1
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.js +1 -1
- package/esm/components/Tab.js +1 -1
- package/esm/components/Table.js +1 -1
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.js +1 -1
- package/esm/components/TabsTransfer.js +4 -2
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.d.ts +11 -0
- package/esm/components/Tag.js +5 -5
- 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 +7 -3
- 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.d.ts +7 -45
- package/esm/components/Tree.js +79 -38
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/VerificationCode.js +1 -1
- package/esm/components/VirtualList.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 +7 -6
- 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 +3 -3
- 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.d.ts +2 -0
- package/esm/components/condition-builder/Value.js +18 -12
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/condition-builder/types.d.ts +1 -0
- package/esm/components/formula/CodeEditor.js +1 -1
- package/esm/components/formula/Editor.js +21 -5
- package/esm/components/formula/FuncList.js +2 -1
- package/esm/components/formula/Input.js +1 -1
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +2 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +3 -1
- package/esm/components/index.d.ts +3 -1
- 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/PanelMenu.js +1 -1
- package/esm/components/menu/SubMenu.js +1 -1
- package/esm/components/menu/index.d.ts +10 -10
- 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 +1 -1
- package/esm/components/table/ColGroup.js +1 -1
- package/esm/components/table/Head.js +1 -1
- 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/Row.js +1 -1
- package/esm/components/table/SummaryRow.js +1 -1
- package/esm/components/table/index.js +5 -3
- package/esm/components/table/util.js +29 -16
- 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/components/withBadge.js +1 -1
- package/esm/hooks/use-click-away.js +1 -1
- package/esm/hooks/use-on-screen.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/arrow-double-left.svg.js +1 -1
- package/esm/icons/arrow-double-right.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/fullscreen.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/question2.svg.js +34 -0
- 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/rotate-screen.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/sub-plus.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-normal.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/unfullscreen.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 +3 -1
- package/esm/locale/de-DE.js +3 -1
- package/esm/locale/en-US.js +3 -1
- package/esm/locale/zh-CN.js +4 -2
- 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/esm/utils/vectorComputed.js +1 -1
- package/esm/withRemoteConfig.js +1 -1
- package/esm/withStore.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +120 -120
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +20 -20
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AlphabetIndexer.js +1 -1
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/AnchorNavSection.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +80 -80
- package/lib/components/AssociatedSelection.js +7 -3
- package/lib/components/AutoFoldedList.d.ts +87 -0
- package/lib/components/AutoFoldedList.js +128 -0
- package/lib/components/AutoSizer.js +1 -1
- package/lib/components/Avatar.d.ts +90 -90
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +20 -20
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +90 -90
- 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 +1 -1
- package/lib/components/Checkbox.d.ts +20 -20
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +130 -130
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +10 -10
- 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/ConditionBuilder.js +1 -1
- package/lib/components/ConfirmBox.d.ts +80 -80
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.js +7 -2
- package/lib/components/DatePicker.d.ts +123 -123
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +320 -320
- package/lib/components/DateRangePicker.js +5 -8
- package/lib/components/DiffEditor.js +1 -1
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +21 -20
- package/lib/components/Drawer.js +5 -2
- package/lib/components/DropDownSelection.d.ts +80 -80
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/DropdownContextMenus.js +1 -1
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/FormulaPicker.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GridNavItem.js +1 -1
- package/lib/components/GroupedSelection.d.ts +80 -80
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/HeadCellDropDown.js +1 -1
- package/lib/components/HorizontalScroll.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/Icon.js +1 -1
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/InputJSONSchema.js +1 -1
- package/lib/components/InputTable.js +1 -1
- package/lib/components/JSONSchemaEditor.js +1 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +80 -80
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Menu.js +1 -1
- package/lib/components/MixedInput.d.ts +55 -0
- package/lib/components/MixedInput.js +99 -0
- package/lib/components/MobileDevTool.js +1 -1
- package/lib/components/Modal.d.ts +80 -80
- package/lib/components/Modal.js +2 -2
- 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 +20 -20
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/OverflowTpl.js +1 -1
- package/lib/components/Pagination.d.ts +80 -80
- package/lib/components/Pagination.js +12 -10
- package/lib/components/PdfViewer.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 +50 -50
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/Radios.js +9 -2
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +30 -30
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +81 -81
- package/lib/components/ResultBox.js +13 -34
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +1 -1
- 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 +5 -3
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +120 -120
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +1683 -1684
- package/lib/components/Select.js +36 -65
- package/lib/components/SelectMobile.js +1 -1
- package/lib/components/Selection.d.ts +80 -80
- package/lib/components/Selection.js +1 -1
- package/lib/components/Shape.js +1 -1
- package/lib/components/Signature.js +3 -1
- package/lib/components/Slider.js +1 -1
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +70 -70
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/Tab.js +1 -1
- package/lib/components/Table.js +1 -1
- package/lib/components/TableSelection.d.ts +80 -80
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +40 -40
- package/lib/components/Tabs.js +1 -1
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +4 -2
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +81 -70
- package/lib/components/Tag.js +5 -5
- 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.d.ts +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 +120 -120
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +30 -30
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +187 -187
- package/lib/components/Transfer.js +7 -3
- package/lib/components/TransferDropDown.d.ts +160 -160
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +247 -285
- package/lib/components/Tree.js +78 -37
- package/lib/components/TreeSelection.d.ts +120 -120
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/VerificationCode.js +1 -1
- package/lib/components/VirtualList.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +0 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +1 -1
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +7 -6
- 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.d.ts +2 -0
- package/lib/components/condition-builder/Value.js +18 -12
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.d.ts +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/condition-builder/types.d.ts +1 -0
- package/lib/components/formula/CodeEditor.js +1 -1
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +20 -4
- package/lib/components/formula/FuncList.js +2 -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 +2 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +3 -1
- package/lib/components/index.d.ts +3 -1
- 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/PanelMenu.js +1 -1
- package/lib/components/menu/SubMenu.js +1 -1
- package/lib/components/menu/index.d.ts +60 -60
- package/lib/components/menu/index.js +1 -1
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +40 -40
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.js +1 -1
- 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/Row.js +1 -1
- package/lib/components/table/SummaryRow.js +1 -1
- package/lib/components/table/index.d.ts +160 -160
- package/lib/components/table/index.js +5 -3
- package/lib/components/table/util.d.ts +8 -8
- package/lib/components/table/util.js +29 -16
- 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/components/withBadge.js +1 -1
- package/lib/hooks/use-click-away.js +1 -1
- package/lib/hooks/use-on-screen.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/arrow-double-left.svg.js +1 -1
- package/lib/icons/arrow-double-right.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/fullscreen.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/question2.svg.js +41 -0
- 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/rotate-screen.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/sub-plus.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-normal.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/unfullscreen.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 +5 -1
- package/lib/locale/de-DE.js +3 -1
- package/lib/locale/en-US.js +3 -1
- package/lib/locale/zh-CN.js +4 -2
- 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 +214 -28
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +214 -28
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +214 -28
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +214 -28
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +214 -28
- package/lib/utils/vectorComputed.js +1 -1
- package/lib/withRemoteConfig.js +1 -1
- package/lib/withStore.js +1 -1
- package/package.json +8 -4
- package/scss/_components.scss +4 -7
- package/scss/_mixins.scss +1 -0
- package/scss/_properties.scss +1 -1
- package/scss/components/_auto-folder.scss +40 -0
- package/scss/components/_cascader.scss +22 -2
- package/scss/components/_condition-builder.scss +1 -0
- package/scss/components/_crud.scss +32 -0
- package/scss/components/_modal.scss +13 -0
- package/scss/components/_page.scss +0 -1
- package/scss/components/_pagination.scss +1 -2
- package/scss/components/_result-box.scss +15 -3
- package/scss/components/form/_combo.scss +13 -0
- package/scss/components/form/_form.scss +14 -1
- package/scss/components/form/_icon-picker.scss +1 -0
- package/scss/components/form/_input-group.scss +23 -2
- package/scss/components/form/_nested-select.scss +10 -0
- package/scss/components/form/_picker.scss +33 -0
- package/scss/components/form/_select.scss +30 -4
- package/scss/components/form/_selection.scss +2 -0
- package/scss/components/form/_tree.scss +8 -9
- package/scss/layout/_layout.scss +1 -0
- package/scss/themes/_common.scss +1 -0
package/lib/themes/dark.css
CHANGED
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
) / 2
|
|
332
332
|
);
|
|
333
333
|
--InputGroup-select-arrowColor: var(--colors-neutral-text-5);
|
|
334
|
-
--InputGroup-select-bg: var(--colors-neutral-fill-
|
|
334
|
+
--InputGroup-select-bg: var(--colors-neutral-fill-10);
|
|
335
335
|
--InputGroup-select-borderColor: var(--borderColor);
|
|
336
336
|
--InputGroup-select-borderRadius: var(--borders-radius-3);
|
|
337
337
|
--InputGroup-select-borderWidth: var(--borders-width-2);
|
|
@@ -2464,7 +2464,7 @@
|
|
|
2464
2464
|
--Form-item-color: var(--colors-neutral-text-4);
|
|
2465
2465
|
--Form-item-fontSize: var(--fonts-size-7);
|
|
2466
2466
|
--Form-item-fontWeight: var(--fonts-weight-6);
|
|
2467
|
-
--Form-item-lineHeight: var(--fonts-lineHeight-
|
|
2467
|
+
--Form-item-lineHeight: var(--fonts-lineHeight-2);
|
|
2468
2468
|
--Form-item-star-color: var(--colors-error-5);
|
|
2469
2469
|
--Form-item-star-size: var(--sizes-size-7);
|
|
2470
2470
|
--Form-description-color: var(--colors-neutral-text-5);
|
|
@@ -3643,7 +3643,7 @@
|
|
|
3643
3643
|
--select-multiple-paddingLeft: var(--sizes-size-3);
|
|
3644
3644
|
--select-multiple-paddingRight: var(--sizes-size-3);
|
|
3645
3645
|
--select-multiple-marginTop: var(--sizes-size-0);
|
|
3646
|
-
--select-multiple-marginBottom: var(--sizes-size-
|
|
3646
|
+
--select-multiple-marginBottom: var(--sizes-size-3);
|
|
3647
3647
|
--select-multiple-marginLeft: var(--sizes-size-0);
|
|
3648
3648
|
--select-multiple-marginRight: var(--sizes-size-3);
|
|
3649
3649
|
--select-multiple-color: var(--colors-neutral-text-2);
|
|
@@ -3735,11 +3735,11 @@
|
|
|
3735
3735
|
--Form-selectValue-borderColor: var(--colors-brand-7);
|
|
3736
3736
|
--Form-selectValue-color: var(--colors-brand-5);
|
|
3737
3737
|
--Form-selectValue-fontSize: var(--select-multiple-fontSize);
|
|
3738
|
-
--Form-selectValue-onDisable-bg:
|
|
3738
|
+
--Form-selectValue-onDisable-bg: var(--colors-neutral-fill-10);
|
|
3739
3739
|
--Form-selectValue-onHover-bg: hsl(211.0588235294, 102.5%, 85%);
|
|
3740
3740
|
--Form-selectValue-onDisabled-color: var(--Form-select-caret-iconColor);
|
|
3741
3741
|
--Form-selectValue-onInvalid-color: var(--danger);
|
|
3742
|
-
--Form-valueLabel-maxWidth:
|
|
3742
|
+
--Form-valueLabel-maxWidth: 12.5rem;
|
|
3743
3743
|
--Form-select-onFocus-boxShadow: none;
|
|
3744
3744
|
--ResultBox-tag-height: 1.375rem;
|
|
3745
3745
|
--ResultBox-tag-marginBottom: var(--select-multiple-marginBottom);
|
|
@@ -17655,6 +17655,7 @@ body {
|
|
|
17655
17655
|
}
|
|
17656
17656
|
.dark-Layout--asideFixed.dark-Layout--folded .dark-Layout-brandBar {
|
|
17657
17657
|
position: static;
|
|
17658
|
+
padding-right: 17px;
|
|
17658
17659
|
}
|
|
17659
17660
|
.dark-Layout--asideFixed.dark-Layout--folded .dark-Layout-asideWrap {
|
|
17660
17661
|
overflow: visible;
|
|
@@ -19854,6 +19855,12 @@ input[type=button].dark-Button--block {
|
|
|
19854
19855
|
.dark-Modal-content.out {
|
|
19855
19856
|
animation-name: modalOut;
|
|
19856
19857
|
}
|
|
19858
|
+
.dark-Modal-fullScreen {
|
|
19859
|
+
width: 100% !important;
|
|
19860
|
+
height: 100% !important;
|
|
19861
|
+
max-width: 100% !important;
|
|
19862
|
+
margin: auto;
|
|
19863
|
+
}
|
|
19857
19864
|
.dark-Modal-draggable > .dark-Modal-header {
|
|
19858
19865
|
cursor: move;
|
|
19859
19866
|
}
|
|
@@ -19889,6 +19896,10 @@ input[type=button].dark-Button--block {
|
|
|
19889
19896
|
.dark-Modal-header::after {
|
|
19890
19897
|
clear: both;
|
|
19891
19898
|
}
|
|
19899
|
+
.dark-Modal-header-icons {
|
|
19900
|
+
position: absolute;
|
|
19901
|
+
right: 24px;
|
|
19902
|
+
}
|
|
19892
19903
|
.dark-Modal-title {
|
|
19893
19904
|
font-size: var(--dialog-header-fontSize);
|
|
19894
19905
|
color: var(--dialog-header-color);
|
|
@@ -19922,6 +19933,9 @@ input[type=button].dark-Button--block {
|
|
|
19922
19933
|
.dark-Modal-close:not(.is-disabled):hover svg {
|
|
19923
19934
|
fill: var(--Model-close-onHover-color);
|
|
19924
19935
|
}
|
|
19936
|
+
.dark-Modal-screen {
|
|
19937
|
+
margin-right: 1rem;
|
|
19938
|
+
}
|
|
19925
19939
|
.dark-Modal-content > .dark-Modal-close {
|
|
19926
19940
|
position: absolute;
|
|
19927
19941
|
right: var(--gap-md);
|
|
@@ -22856,7 +22870,6 @@ input[type=button].dark-Button--block {
|
|
|
22856
22870
|
}
|
|
22857
22871
|
.dark-Page {
|
|
22858
22872
|
width: 100%;
|
|
22859
|
-
height: 100%;
|
|
22860
22873
|
background: var(--Page-main-bg);
|
|
22861
22874
|
display: flex;
|
|
22862
22875
|
flex-direction: row;
|
|
@@ -23257,6 +23270,35 @@ input[type=button].dark-Button--block {
|
|
|
23257
23270
|
position: relative;
|
|
23258
23271
|
top: var(--Audio-svg-top);
|
|
23259
23272
|
}
|
|
23273
|
+
.dark-AutoFoldedList {
|
|
23274
|
+
white-space: nowrap !important;
|
|
23275
|
+
flex-wrap: nowrap !important;
|
|
23276
|
+
}
|
|
23277
|
+
.dark-AutoFoldedList-more {
|
|
23278
|
+
display: inline-block;
|
|
23279
|
+
}
|
|
23280
|
+
.dark-AutoFoldedList-more:empty {
|
|
23281
|
+
display: none;
|
|
23282
|
+
}
|
|
23283
|
+
.dark-AutoFoldedList-more > span {
|
|
23284
|
+
-webkit-user-select: none;
|
|
23285
|
+
-moz-user-select: none;
|
|
23286
|
+
user-select: none;
|
|
23287
|
+
cursor: pointer;
|
|
23288
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
23289
|
+
display: inline-block;
|
|
23290
|
+
vertical-align: middle;
|
|
23291
|
+
font-size: var(--Form-selectValue-fontSize);
|
|
23292
|
+
font-weight: var(--select-multiple-fontWeight);
|
|
23293
|
+
color: var(--select-multiple-color);
|
|
23294
|
+
background: var(--Form-select-value-bgColor);
|
|
23295
|
+
border: 0.0625rem solid var(--Form-select-value-borderColor);
|
|
23296
|
+
border-radius: var(--select-multiple-top-left-border-radius) var(--select-multiple-top-right-border-radius) var(--select-multiple-bottom-right-border-radius) var(--select-multiple-bottom-left-border-radius);
|
|
23297
|
+
padding: var(--select-multiple-paddingTop) var(--select-multiple-paddingRight) var(--select-multiple-paddingBottom) var(--select-multiple-paddingLeft);
|
|
23298
|
+
}
|
|
23299
|
+
.dark-AutoFoldedList-more > span:hover {
|
|
23300
|
+
background-color: var(--Form-selectValue-onHover-bgColor);
|
|
23301
|
+
}
|
|
23260
23302
|
.dark-Panel {
|
|
23261
23303
|
margin: var(--Panel-marginTop) var(--Panel-marginRight) var(--Panel-marginBottom) var(--Panel-marginLeft);
|
|
23262
23304
|
background: var(--Panel-bg-color);
|
|
@@ -23613,7 +23655,6 @@ input[type=button].dark-Button--block {
|
|
|
23613
23655
|
background: var(--Spinner-overlay-bg);
|
|
23614
23656
|
transition: ease-out opacity var(--animation-duration);
|
|
23615
23657
|
opacity: 0;
|
|
23616
|
-
-webkit-backdrop-filter: blur(1px);
|
|
23617
23658
|
backdrop-filter: blur(1px);
|
|
23618
23659
|
filter: blur(1px);
|
|
23619
23660
|
}
|
|
@@ -24617,6 +24658,7 @@ input[type=button].dark-Button--block {
|
|
|
24617
24658
|
}
|
|
24618
24659
|
.dark-CBGroup-toolbarCondition .dark-Select-valueWrap {
|
|
24619
24660
|
padding-right: 0;
|
|
24661
|
+
justify-content: center;
|
|
24620
24662
|
}
|
|
24621
24663
|
.dark-CBGroup-toolbarCondition .dark-Select-arrow {
|
|
24622
24664
|
display: none;
|
|
@@ -25338,6 +25380,20 @@ input[type=button].dark-Button--block {
|
|
|
25338
25380
|
gap: var(--gap-xs);
|
|
25339
25381
|
line-height: 1;
|
|
25340
25382
|
}
|
|
25383
|
+
.dark-Crud-selection > .dark-AutoFoldedList-more > span {
|
|
25384
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
25385
|
+
font-size: var(--Pick-base-value-fontSize);
|
|
25386
|
+
color: var(--Pick-base-value-color);
|
|
25387
|
+
font-weight: var(--Pick-base-value-fontWeight);
|
|
25388
|
+
background: var(--Pick-base-value-bgColor);
|
|
25389
|
+
border-width: var(--Pick-base-value-top-border-width) var(--Pick-base-value-right-border-width) var(--Pick-base-value-bottom-border-width) var(--Pick-base-value-left-border-width);
|
|
25390
|
+
border-style: var(--Pick-base-value-top-border-style) var(--Pick-base-value-right-border-style) var(--Pick-base-value-bottom-border-style) var(--Pick-base-value-left-border-style);
|
|
25391
|
+
border-color: var(--Pick-base-value-top-border-color) var(--Pick-base-value-right-border-color) var(--Pick-base-value-bottom-border-color) var(--Pick-base-value-left-border-color);
|
|
25392
|
+
border-radius: var(--Pick-base-top-left-border-radius) var(--Pick-base-top-right-border-radius) var(--Pick-base-bottom-right-border-radius) var(--Pick-base-bottom-left-border-radius);
|
|
25393
|
+
}
|
|
25394
|
+
.dark-Crud-selection > .dark-AutoFoldedList-more > span:hover {
|
|
25395
|
+
background: var(--Form-selectValue-onHover-bg);
|
|
25396
|
+
}
|
|
25341
25397
|
.dark-Crud-selection-overflow-wrapper {
|
|
25342
25398
|
display: flex;
|
|
25343
25399
|
flex-wrap: wrap;
|
|
@@ -25371,6 +25427,7 @@ input[type=button].dark-Button--block {
|
|
|
25371
25427
|
overflow: hidden;
|
|
25372
25428
|
text-overflow: ellipsis;
|
|
25373
25429
|
white-space: nowrap;
|
|
25430
|
+
flex-shrink: 0;
|
|
25374
25431
|
}
|
|
25375
25432
|
.dark-Crud-selection-overflow-wrapper .dark-Crud-value:hover {
|
|
25376
25433
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -25423,6 +25480,7 @@ input[type=button].dark-Button--block {
|
|
|
25423
25480
|
overflow: hidden;
|
|
25424
25481
|
text-overflow: ellipsis;
|
|
25425
25482
|
white-space: nowrap;
|
|
25483
|
+
flex-shrink: 0;
|
|
25426
25484
|
}
|
|
25427
25485
|
.dark-Crud .dark-Crud-value:hover {
|
|
25428
25486
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -25580,6 +25638,7 @@ input[type=button].dark-Button--block {
|
|
|
25580
25638
|
overflow: hidden;
|
|
25581
25639
|
text-overflow: ellipsis;
|
|
25582
25640
|
white-space: nowrap;
|
|
25641
|
+
flex-shrink: 0;
|
|
25583
25642
|
}
|
|
25584
25643
|
.dark-Crud2 .dark-Crud-value:hover {
|
|
25585
25644
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -29937,7 +29996,7 @@ input[type=button].dark-Button--block {
|
|
|
29937
29996
|
}
|
|
29938
29997
|
.dark-Pagination-simplego-right {
|
|
29939
29998
|
display: inline-block;
|
|
29940
|
-
width: 2rem;
|
|
29999
|
+
min-width: 2rem;
|
|
29941
30000
|
height: var(--Pagination-height);
|
|
29942
30001
|
line-height: var(--Pagination-height);
|
|
29943
30002
|
border: var(--borderWidth) solid var(--borderColor);
|
|
@@ -30036,7 +30095,6 @@ input[type=button].dark-Button--block {
|
|
|
30036
30095
|
}
|
|
30037
30096
|
.dark-Pagination-wrap-size--sm .dark-Pagination-item .dark-Pagination-simplego-input {
|
|
30038
30097
|
min-width: 2rem;
|
|
30039
|
-
width: 2rem;
|
|
30040
30098
|
}
|
|
30041
30099
|
.dark-Pagination-wrap-size--sm .dark-Pagination-perpage {
|
|
30042
30100
|
margin-left: 0.25rem;
|
|
@@ -31786,7 +31844,6 @@ input[type=button].dark-Button--block {
|
|
|
31786
31844
|
color: var(--Form-input-placeholderColor);
|
|
31787
31845
|
}
|
|
31788
31846
|
.dark-ResultBox {
|
|
31789
|
-
flex-wrap: nowrap;
|
|
31790
31847
|
padding: 0 0.75rem;
|
|
31791
31848
|
min-height: var(--Form-input-height);
|
|
31792
31849
|
align-items: center;
|
|
@@ -31811,6 +31868,7 @@ input[type=button].dark-Button--block {
|
|
|
31811
31868
|
font-size: var(--Form-input-fontSize);
|
|
31812
31869
|
flex-wrap: wrap;
|
|
31813
31870
|
justify-content: flex-start;
|
|
31871
|
+
flex-wrap: nowrap;
|
|
31814
31872
|
}
|
|
31815
31873
|
.dark-ResultBox input {
|
|
31816
31874
|
flex-basis: 1.875rem;
|
|
@@ -31843,6 +31901,9 @@ input[type=button].dark-Button--block {
|
|
|
31843
31901
|
.dark-ResultBox--borderNone {
|
|
31844
31902
|
border-color: transparent !important;
|
|
31845
31903
|
}
|
|
31904
|
+
.dark-ResultBox input {
|
|
31905
|
+
flex-shrink: 0;
|
|
31906
|
+
}
|
|
31846
31907
|
.dark-ResultBox.is-error {
|
|
31847
31908
|
border-color: var(--Form-input-onError-borderColor);
|
|
31848
31909
|
background: var(--Form-input-onError-bg);
|
|
@@ -31893,6 +31954,13 @@ input[type=button].dark-Button--block {
|
|
|
31893
31954
|
display: flex;
|
|
31894
31955
|
align-items: center;
|
|
31895
31956
|
flex-wrap: wrap;
|
|
31957
|
+
gap: var(--sizes-size-3);
|
|
31958
|
+
}
|
|
31959
|
+
.dark-ResultBox-value-wrap > .dark-AutoFoldedList {
|
|
31960
|
+
flex-grow: 5;
|
|
31961
|
+
display: flex;
|
|
31962
|
+
align-items: center;
|
|
31963
|
+
gap: var(--sizes-size-3);
|
|
31896
31964
|
}
|
|
31897
31965
|
.dark-ResultBox-actions {
|
|
31898
31966
|
margin-left: 0.25rem;
|
|
@@ -31974,7 +32042,6 @@ input[type=button].dark-Button--block {
|
|
|
31974
32042
|
display: inline-flex;
|
|
31975
32043
|
align-items: center;
|
|
31976
32044
|
padding: var(--select-multiple-paddingTop) var(--select-multiple-paddingRight) var(--select-multiple-paddingBottom) var(--select-multiple-paddingLeft);
|
|
31977
|
-
margin: var(--select-multiple-marginTop) var(--select-multiple-marginRight) var(--ResultBox-tag-marginBottom) var(--select-multiple-marginLeft);
|
|
31978
32045
|
-webkit-user-select: none;
|
|
31979
32046
|
-moz-user-select: none;
|
|
31980
32047
|
user-select: none;
|
|
@@ -33520,6 +33587,7 @@ fieldset.dark-Collapse .dark-Collapse-header.is-mobile:hover {
|
|
|
33520
33587
|
flex-grow: 1;
|
|
33521
33588
|
min-width: 0;
|
|
33522
33589
|
display: inline-flex;
|
|
33590
|
+
margin: 0;
|
|
33523
33591
|
}
|
|
33524
33592
|
.dark-InputGroup .dark-TextControl-input:not(:first-child),
|
|
33525
33593
|
.dark-InputGroup .dark-SearchBox:not(:first-child) {
|
|
@@ -33533,28 +33601,50 @@ fieldset.dark-Collapse .dark-Collapse-header.is-mobile:hover {
|
|
|
33533
33601
|
border-top-right-radius: 0;
|
|
33534
33602
|
border-bottom-right-radius: 0;
|
|
33535
33603
|
}
|
|
33536
|
-
.dark-InputGroup .dark-
|
|
33604
|
+
.dark-InputGroup .dark-MixedInput-input {
|
|
33605
|
+
flex-basis: 0;
|
|
33606
|
+
flex-grow: 1;
|
|
33607
|
+
min-width: 0;
|
|
33608
|
+
display: inline-flex;
|
|
33609
|
+
margin: 0;
|
|
33610
|
+
}
|
|
33611
|
+
.dark-InputGroup .dark-MixedInput-input:not(:first-child) > * {
|
|
33612
|
+
border-top-left-radius: 0;
|
|
33613
|
+
border-bottom-left-radius: 0;
|
|
33614
|
+
border-left: none;
|
|
33615
|
+
}
|
|
33616
|
+
.dark-InputGroup .dark-MixedInput-input:not(:last-child) > * {
|
|
33617
|
+
border-right-width: 0;
|
|
33618
|
+
border-top-right-radius: 0;
|
|
33619
|
+
border-bottom-right-radius: 0;
|
|
33620
|
+
}
|
|
33621
|
+
.dark-InputGroup .dark-SelectControl .dark-Select,
|
|
33622
|
+
.dark-InputGroup .dark-MixedInput-select .dark-Select {
|
|
33537
33623
|
background: var(--InputGroup-select-bg);
|
|
33538
33624
|
border: var(--InputGroup-select-borderWidth) solid var(--InputGroup-select-borderColor);
|
|
33539
33625
|
color: var(--InputGroup-select-color);
|
|
33540
33626
|
}
|
|
33541
|
-
.dark-InputGroup .dark-SelectControl:not(:last-child) .dark-Select
|
|
33627
|
+
.dark-InputGroup .dark-SelectControl:not(:last-child) .dark-Select,
|
|
33628
|
+
.dark-InputGroup .dark-MixedInput-select:not(:last-child) .dark-Select {
|
|
33542
33629
|
border-right: 0;
|
|
33543
33630
|
}
|
|
33544
|
-
.dark-InputGroup .dark-SelectControl:first-child .dark-Select
|
|
33631
|
+
.dark-InputGroup .dark-SelectControl:first-child .dark-Select,
|
|
33632
|
+
.dark-InputGroup .dark-MixedInput-select:first-child .dark-Select {
|
|
33545
33633
|
border-top-left-radius: var(--InputGroup-select-borderRadius);
|
|
33546
33634
|
border-bottom-left-radius: var(--InputGroup-select-borderRadius);
|
|
33547
|
-
background-color: var(--colors-neutral-fill-10);
|
|
33548
33635
|
}
|
|
33549
|
-
.dark-InputGroup .dark-SelectControl:last-child .dark-Select
|
|
33636
|
+
.dark-InputGroup .dark-SelectControl:last-child .dark-Select,
|
|
33637
|
+
.dark-InputGroup .dark-MixedInput-select:last-child .dark-Select {
|
|
33550
33638
|
border-top-right-radius: var(--InputGroup-select-borderRadius);
|
|
33551
33639
|
border-bottom-right-radius: var(--InputGroup-select-borderRadius);
|
|
33552
33640
|
}
|
|
33553
|
-
.dark-InputGroup .dark-SelectControl:not(:first-child) .dark-Select
|
|
33641
|
+
.dark-InputGroup .dark-SelectControl:not(:first-child) .dark-Select,
|
|
33642
|
+
.dark-InputGroup .dark-MixedInput-select:not(:first-child) .dark-Select {
|
|
33554
33643
|
border-top-left-radius: 0;
|
|
33555
33644
|
border-bottom-left-radius: 0;
|
|
33556
33645
|
}
|
|
33557
|
-
.dark-InputGroup .dark-SelectControl:not(:last-child) .dark-Select
|
|
33646
|
+
.dark-InputGroup .dark-SelectControl:not(:last-child) .dark-Select,
|
|
33647
|
+
.dark-InputGroup .dark-MixedInput-select:not(:last-child) .dark-Select {
|
|
33558
33648
|
border-right-width: 0;
|
|
33559
33649
|
border-top-right-radius: 0;
|
|
33560
33650
|
border-bottom-right-radius: 0;
|
|
@@ -34729,6 +34819,7 @@ input.dark-TextControl-input-password {
|
|
|
34729
34819
|
user-select: none;
|
|
34730
34820
|
}
|
|
34731
34821
|
.dark-GroupedSelection-item > .dark-Checkbox {
|
|
34822
|
+
margin-top: 0;
|
|
34732
34823
|
margin-right: 0.625rem;
|
|
34733
34824
|
}
|
|
34734
34825
|
.dark-GroupedSelection-item:hover {
|
|
@@ -34935,6 +35026,7 @@ input.dark-TextControl-input-password {
|
|
|
34935
35026
|
user-select: none;
|
|
34936
35027
|
}
|
|
34937
35028
|
.dark-ChainedSelection-item > .dark-Checkbox {
|
|
35029
|
+
margin-top: 0;
|
|
34938
35030
|
margin-right: 0;
|
|
34939
35031
|
}
|
|
34940
35032
|
.dark-ChainedSelection-item.is-active {
|
|
@@ -35806,12 +35898,17 @@ input.dark-TextControl-input-password {
|
|
|
35806
35898
|
user-select: none;
|
|
35807
35899
|
position: relative;
|
|
35808
35900
|
flex-grow: 1;
|
|
35901
|
+
min-width: 0;
|
|
35809
35902
|
width: auto;
|
|
35810
35903
|
max-width: 100%;
|
|
35811
35904
|
overflow: hidden;
|
|
35812
35905
|
padding-right: 0.25rem;
|
|
35906
|
+
display: flex;
|
|
35907
|
+
flex-wrap: wrap;
|
|
35908
|
+
gap: var(--select-multiple-marginRight);
|
|
35813
35909
|
}
|
|
35814
35910
|
.dark-Select-valuesNoWrap {
|
|
35911
|
+
flex-wrap: nowrap;
|
|
35815
35912
|
white-space: nowrap;
|
|
35816
35913
|
text-overflow: ellipsis;
|
|
35817
35914
|
overflow: hidden;
|
|
@@ -35854,6 +35951,7 @@ input.dark-TextControl-input-password {
|
|
|
35854
35951
|
.dark-Select--multi .dark-Select-value {
|
|
35855
35952
|
position: static;
|
|
35856
35953
|
white-space: normal;
|
|
35954
|
+
flex-shrink: 0;
|
|
35857
35955
|
-webkit-user-select: none;
|
|
35858
35956
|
-moz-user-select: none;
|
|
35859
35957
|
user-select: none;
|
|
@@ -35867,9 +35965,11 @@ input.dark-TextControl-input-password {
|
|
|
35867
35965
|
border: 0.0625rem solid var(--Form-select-value-borderColor);
|
|
35868
35966
|
border-radius: var(--select-multiple-top-left-border-radius) var(--select-multiple-top-right-border-radius) var(--select-multiple-bottom-right-border-radius) var(--select-multiple-bottom-left-border-radius);
|
|
35869
35967
|
padding: var(--select-multiple-paddingTop) var(--select-multiple-paddingRight) var(--select-multiple-paddingBottom) var(--select-multiple-paddingLeft);
|
|
35870
|
-
margin: var(--select-multiple-marginTop) var(--select-multiple-marginRight) var(--ResultBox-tag-marginBottom) var(--select-multiple-marginLeft);
|
|
35871
35968
|
}
|
|
35872
|
-
.dark-Select--multi .dark-Select-value
|
|
35969
|
+
.dark-Select--multi .dark-Select-value.is-disabled {
|
|
35970
|
+
background-color: var(--Form-selectValue-onDisable-bg);
|
|
35971
|
+
}
|
|
35972
|
+
.dark-Select--multi .dark-Select-value:not(.is-disabled):hover {
|
|
35873
35973
|
background-color: var(--Form-selectValue-onHover-bgColor);
|
|
35874
35974
|
}
|
|
35875
35975
|
.dark-Select--multi .dark-Select-valueLabel {
|
|
@@ -36058,6 +36158,10 @@ input.dark-TextControl-input-password {
|
|
|
36058
36158
|
white-space: nowrap;
|
|
36059
36159
|
text-overflow: ellipsis;
|
|
36060
36160
|
max-width: 100%;
|
|
36161
|
+
display: flex;
|
|
36162
|
+
flex-direction: row;
|
|
36163
|
+
justify-content: space-between;
|
|
36164
|
+
align-items: center;
|
|
36061
36165
|
}
|
|
36062
36166
|
.dark-Select-option.is-mobile {
|
|
36063
36167
|
position: relative;
|
|
@@ -36084,6 +36188,13 @@ input.dark-TextControl-input-password {
|
|
|
36084
36188
|
.dark-Select-option.is-mobile:last-child .dark-Select-option-item-check {
|
|
36085
36189
|
border-bottom: none;
|
|
36086
36190
|
}
|
|
36191
|
+
.dark-Select-option-disabledTip {
|
|
36192
|
+
margin-left: var(--gap-xs);
|
|
36193
|
+
color: #ff9326;
|
|
36194
|
+
}
|
|
36195
|
+
.dark-Select-option-disabledTip:hover {
|
|
36196
|
+
color: #ff9326;
|
|
36197
|
+
}
|
|
36087
36198
|
.dark-Select-noResult {
|
|
36088
36199
|
color: var(--Form-select-placeholderColor);
|
|
36089
36200
|
line-height: var(--Form-input-lineHeight);
|
|
@@ -36146,6 +36257,7 @@ input.dark-TextControl-input-password {
|
|
|
36146
36257
|
.dark-Select-overflow-wrapper .dark-Select-value {
|
|
36147
36258
|
position: static;
|
|
36148
36259
|
white-space: normal;
|
|
36260
|
+
flex-shrink: 0;
|
|
36149
36261
|
-webkit-user-select: none;
|
|
36150
36262
|
-moz-user-select: none;
|
|
36151
36263
|
user-select: none;
|
|
@@ -36159,9 +36271,11 @@ input.dark-TextControl-input-password {
|
|
|
36159
36271
|
border: 0.0625rem solid var(--Form-select-value-borderColor);
|
|
36160
36272
|
border-radius: var(--select-multiple-top-left-border-radius) var(--select-multiple-top-right-border-radius) var(--select-multiple-bottom-right-border-radius) var(--select-multiple-bottom-left-border-radius);
|
|
36161
36273
|
padding: var(--select-multiple-paddingTop) var(--select-multiple-paddingRight) var(--select-multiple-paddingBottom) var(--select-multiple-paddingLeft);
|
|
36162
|
-
margin: var(--select-multiple-marginTop) var(--select-multiple-marginRight) var(--ResultBox-tag-marginBottom) var(--select-multiple-marginLeft);
|
|
36163
36274
|
}
|
|
36164
|
-
.dark-Select-overflow-wrapper .dark-Select-value
|
|
36275
|
+
.dark-Select-overflow-wrapper .dark-Select-value.is-disabled {
|
|
36276
|
+
background-color: var(--Form-selectValue-onDisable-bg);
|
|
36277
|
+
}
|
|
36278
|
+
.dark-Select-overflow-wrapper .dark-Select-value:not(.is-disabled):hover {
|
|
36165
36279
|
background-color: var(--Form-selectValue-onHover-bgColor);
|
|
36166
36280
|
}
|
|
36167
36281
|
.dark-Select-overflow-wrapper .dark-Select-valueLabel {
|
|
@@ -36182,6 +36296,9 @@ input.dark-TextControl-input-password {
|
|
|
36182
36296
|
.dark-Select-overflow.dark-Tooltip--dark .dark-Select-overflow-wrapper .dark-Select-value .dark-Select-valueIcon {
|
|
36183
36297
|
color: var(--Form-select-valueIcon-color--dark);
|
|
36184
36298
|
}
|
|
36299
|
+
.dark-Select-overflow-wrapper .dark-Select-value {
|
|
36300
|
+
margin-bottom: var(--gap-xs);
|
|
36301
|
+
}
|
|
36185
36302
|
.dark-Select-popover {
|
|
36186
36303
|
background: var(--Form-select-menu-bg);
|
|
36187
36304
|
color: var(--Form-select-menu-color);
|
|
@@ -39101,6 +39218,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39101
39218
|
}
|
|
39102
39219
|
.dark-Tree-item {
|
|
39103
39220
|
line-height: var(--Tree-itemHeight);
|
|
39221
|
+
padding-left: calc(var(--Tree-depth) * var(--Tree-indent));
|
|
39104
39222
|
position: relative;
|
|
39105
39223
|
}
|
|
39106
39224
|
.dark-Tree-item > div {
|
|
@@ -39142,7 +39260,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39142
39260
|
.dark-Tree--outline .dark-Tree-item--isLeaf.is-child:before {
|
|
39143
39261
|
position: absolute;
|
|
39144
39262
|
top: -8px;
|
|
39145
|
-
left: calc(
|
|
39263
|
+
left: calc(var(--Tree-depth) * var(--Tree-indent));
|
|
39146
39264
|
bottom: 0px;
|
|
39147
39265
|
border-left: 1px solid var(--borderColor);
|
|
39148
39266
|
content: "";
|
|
@@ -39165,7 +39283,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39165
39283
|
-webkit-user-select: none;
|
|
39166
39284
|
-moz-user-select: none;
|
|
39167
39285
|
user-select: none;
|
|
39168
|
-
margin-bottom: 0.25rem;
|
|
39169
39286
|
padding-left: var(--Tree-icon-gap);
|
|
39170
39287
|
}
|
|
39171
39288
|
.dark-Tree-itemLabel > * {
|
|
@@ -39191,6 +39308,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39191
39308
|
}
|
|
39192
39309
|
.dark-Tree-itemLabel .dark-Checkbox {
|
|
39193
39310
|
margin-right: var(--inputTree-checkboxes-size-marginRight);
|
|
39311
|
+
margin-top: 0;
|
|
39194
39312
|
}
|
|
39195
39313
|
.dark-Tree-item:hover {
|
|
39196
39314
|
background-color: var(--Tree-item-onHover-bg-pure);
|
|
@@ -39331,8 +39449,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39331
39449
|
transform: rotate(-90deg);
|
|
39332
39450
|
}
|
|
39333
39451
|
.dark-Tree-itemArrowPlaceholder {
|
|
39334
|
-
display: inline-
|
|
39335
|
-
width:
|
|
39452
|
+
display: inline-flex;
|
|
39453
|
+
width: var(--Tree-itemArrowWidth);
|
|
39454
|
+
flex-shrink: 0;
|
|
39455
|
+
margin-right: var(--inputTree-base-size-expandMarginRight);
|
|
39336
39456
|
}
|
|
39337
39457
|
.dark-Tree-itemDrager {
|
|
39338
39458
|
cursor: move;
|
|
@@ -39608,6 +39728,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39608
39728
|
.dark-Combo-items:empty + .dark-Combo-toolbar {
|
|
39609
39729
|
padding-top: calc((var(--Form-input-height) - var(--Combo-addBtn-height)) / 2);
|
|
39610
39730
|
}
|
|
39731
|
+
.dark-Combo-toolbar {
|
|
39732
|
+
display: flex;
|
|
39733
|
+
align-items: center;
|
|
39734
|
+
justify-content: space-between;
|
|
39735
|
+
}
|
|
39736
|
+
.dark-Combo-toolbar:empty {
|
|
39737
|
+
display: none;
|
|
39738
|
+
}
|
|
39611
39739
|
.dark-Combo-item {
|
|
39612
39740
|
background: var(--combo-bg-color);
|
|
39613
39741
|
}
|
|
@@ -40098,6 +40226,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40098
40226
|
}
|
|
40099
40227
|
.dark-Picker-valueWrap {
|
|
40100
40228
|
flex-grow: 1;
|
|
40229
|
+
min-width: 0;
|
|
40101
40230
|
position: relative;
|
|
40102
40231
|
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
40103
40232
|
}
|
|
@@ -40105,6 +40234,20 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40105
40234
|
width: 1rem;
|
|
40106
40235
|
display: inline-block;
|
|
40107
40236
|
}
|
|
40237
|
+
.dark-Picker-valueWrap > .dark-AutoFoldedList-more > span {
|
|
40238
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
40239
|
+
font-size: var(--Pick-base-value-fontSize);
|
|
40240
|
+
color: var(--Pick-base-value-color);
|
|
40241
|
+
font-weight: var(--Pick-base-value-fontWeight);
|
|
40242
|
+
background: var(--Pick-base-value-bgColor);
|
|
40243
|
+
border-width: var(--Pick-base-value-top-border-width) var(--Pick-base-value-right-border-width) var(--Pick-base-value-bottom-border-width) var(--Pick-base-value-left-border-width);
|
|
40244
|
+
border-style: var(--Pick-base-value-top-border-style) var(--Pick-base-value-right-border-style) var(--Pick-base-value-bottom-border-style) var(--Pick-base-value-left-border-style);
|
|
40245
|
+
border-color: var(--Pick-base-value-top-border-color) var(--Pick-base-value-right-border-color) var(--Pick-base-value-bottom-border-color) var(--Pick-base-value-left-border-color);
|
|
40246
|
+
border-radius: var(--Pick-base-top-left-border-radius) var(--Pick-base-top-right-border-radius) var(--Pick-base-bottom-right-border-radius) var(--Pick-base-bottom-left-border-radius);
|
|
40247
|
+
}
|
|
40248
|
+
.dark-Picker-valueWrap > .dark-AutoFoldedList-more > span:hover {
|
|
40249
|
+
background: var(--Form-selectValue-onHover-bg);
|
|
40250
|
+
}
|
|
40108
40251
|
.dark-Picker .dark-Picker-valueWrap {
|
|
40109
40252
|
display: flex;
|
|
40110
40253
|
flex-wrap: wrap;
|
|
@@ -40132,6 +40275,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40132
40275
|
overflow: hidden;
|
|
40133
40276
|
text-overflow: ellipsis;
|
|
40134
40277
|
white-space: nowrap;
|
|
40278
|
+
flex-shrink: 0;
|
|
40135
40279
|
}
|
|
40136
40280
|
.dark-Picker .dark-Picker-value:hover {
|
|
40137
40281
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -40240,6 +40384,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40240
40384
|
overflow: hidden;
|
|
40241
40385
|
text-overflow: ellipsis;
|
|
40242
40386
|
white-space: nowrap;
|
|
40387
|
+
flex-shrink: 0;
|
|
40243
40388
|
}
|
|
40244
40389
|
.dark-Picker-overflow-wrapper .dark-Picker-value:hover {
|
|
40245
40390
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -41020,6 +41165,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41020
41165
|
.dark-NestedSelect.is-mobile {
|
|
41021
41166
|
text-align: right;
|
|
41022
41167
|
}
|
|
41168
|
+
.dark-NestedSelect.is-mobile .dark-ResultBox-value-wrap {
|
|
41169
|
+
min-width: 0;
|
|
41170
|
+
flex-wrap: wrap !important;
|
|
41171
|
+
flex: 1;
|
|
41172
|
+
}
|
|
41023
41173
|
.dark-NestedSelect-optionArrowRight {
|
|
41024
41174
|
display: inline-block;
|
|
41025
41175
|
}
|
|
@@ -41076,6 +41226,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41076
41226
|
color: var(--select-base-default-option-color);
|
|
41077
41227
|
background: var(--select-base-default-option-bg-color);
|
|
41078
41228
|
}
|
|
41229
|
+
.dark-NestedSelect-menu .dark-NestedSelect-option > .dark-Checkbox {
|
|
41230
|
+
margin: 0;
|
|
41231
|
+
}
|
|
41079
41232
|
.dark-NestedSelect-menu .dark-NestedSelect-option > .dark-NestedSelect-optionLabel {
|
|
41080
41233
|
min-width: 0;
|
|
41081
41234
|
min-height: 0;
|
|
@@ -41199,7 +41352,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41199
41352
|
flex: 1;
|
|
41200
41353
|
min-width: 0;
|
|
41201
41354
|
min-height: 0;
|
|
41202
|
-
|
|
41355
|
+
display: -webkit-box;
|
|
41356
|
+
-webkit-line-clamp: 2;
|
|
41357
|
+
-webkit-box-orient: vertical;
|
|
41358
|
+
line-clamp: 2;
|
|
41359
|
+
box-orient: vertical;
|
|
41203
41360
|
overflow: hidden;
|
|
41204
41361
|
text-overflow: ellipsis;
|
|
41205
41362
|
-webkit-user-select: none;
|
|
@@ -41209,12 +41366,26 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41209
41366
|
.dark-Cascader-option--text.disabled {
|
|
41210
41367
|
color: var(--Cascader-option-disable-color);
|
|
41211
41368
|
}
|
|
41212
|
-
.dark-Cascader-option-
|
|
41369
|
+
.dark-Cascader-option > .dark-Checkbox {
|
|
41213
41370
|
flex: 1;
|
|
41214
41371
|
min-width: 0;
|
|
41372
|
+
display: flex;
|
|
41373
|
+
flex-direction: row;
|
|
41374
|
+
margin: 0;
|
|
41375
|
+
align-items: center;
|
|
41376
|
+
justify-content: flex-start;
|
|
41377
|
+
}
|
|
41378
|
+
.dark-Cascader-option > .dark-Checkbox > i + span {
|
|
41379
|
+
flex: 1;
|
|
41380
|
+
min-width: 0;
|
|
41381
|
+
}
|
|
41382
|
+
.dark-Cascader-option-arrow {
|
|
41383
|
+
flex-shrink: 0;
|
|
41384
|
+
min-width: 0;
|
|
41215
41385
|
min-height: 0;
|
|
41216
41386
|
text-align: right;
|
|
41217
41387
|
padding-right: 0.375rem;
|
|
41388
|
+
width: 20px;
|
|
41218
41389
|
}
|
|
41219
41390
|
.dark-Cascader-option-arrow > svg {
|
|
41220
41391
|
transform: scale(0.8);
|
|
@@ -41375,6 +41546,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41375
41546
|
white-space: nowrap;
|
|
41376
41547
|
width: 100%;
|
|
41377
41548
|
position: relative;
|
|
41549
|
+
display: flex;
|
|
41378
41550
|
}
|
|
41379
41551
|
.dark-IconPickerControl-valueWrap > input {
|
|
41380
41552
|
display: inline-block;
|
|
@@ -41983,6 +42155,20 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41983
42155
|
margin-right: var(--Form--horizontal-label-gap);
|
|
41984
42156
|
flex-shrink: 0;
|
|
41985
42157
|
}
|
|
42158
|
+
.dark-Form-item--horizontal > .dark-Form-label .dark-Form-ellipsis {
|
|
42159
|
+
max-width: 100%;
|
|
42160
|
+
display: inline-block;
|
|
42161
|
+
}
|
|
42162
|
+
.dark-Form-item--horizontal > .dark-Form-label .dark-Form-ellipsis .fr-view span {
|
|
42163
|
+
max-width: 100%;
|
|
42164
|
+
display: inline-block;
|
|
42165
|
+
white-space: nowrap;
|
|
42166
|
+
overflow: hidden;
|
|
42167
|
+
text-overflow: ellipsis;
|
|
42168
|
+
}
|
|
42169
|
+
.dark-Form-item--horizontal > .dark-Form-label .dark-Form-ellipsis .dark-Remark {
|
|
42170
|
+
margin-top: -1.5rem;
|
|
42171
|
+
}
|
|
41986
42172
|
.dark-Form-item--horizontal > .dark-Form-label .dark-Form-star {
|
|
41987
42173
|
position: absolute;
|
|
41988
42174
|
left: -0.375rem;
|
package/lib/themes/dark.js
CHANGED