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/ang.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);
|
|
@@ -17656,6 +17656,7 @@ body {
|
|
|
17656
17656
|
}
|
|
17657
17657
|
.a-Layout--asideFixed.a-Layout--folded .a-Layout-brandBar {
|
|
17658
17658
|
position: static;
|
|
17659
|
+
padding-right: 17px;
|
|
17659
17660
|
}
|
|
17660
17661
|
.a-Layout--asideFixed.a-Layout--folded .a-Layout-asideWrap {
|
|
17661
17662
|
overflow: visible;
|
|
@@ -19855,6 +19856,12 @@ input[type=button].a-Button--block {
|
|
|
19855
19856
|
.a-Modal-content.out {
|
|
19856
19857
|
animation-name: modalOut;
|
|
19857
19858
|
}
|
|
19859
|
+
.a-Modal-fullScreen {
|
|
19860
|
+
width: 100% !important;
|
|
19861
|
+
height: 100% !important;
|
|
19862
|
+
max-width: 100% !important;
|
|
19863
|
+
margin: auto;
|
|
19864
|
+
}
|
|
19858
19865
|
.a-Modal-draggable > .a-Modal-header {
|
|
19859
19866
|
cursor: move;
|
|
19860
19867
|
}
|
|
@@ -19890,6 +19897,10 @@ input[type=button].a-Button--block {
|
|
|
19890
19897
|
.a-Modal-header::after {
|
|
19891
19898
|
clear: both;
|
|
19892
19899
|
}
|
|
19900
|
+
.a-Modal-header-icons {
|
|
19901
|
+
position: absolute;
|
|
19902
|
+
right: 24px;
|
|
19903
|
+
}
|
|
19893
19904
|
.a-Modal-title {
|
|
19894
19905
|
font-size: var(--dialog-header-fontSize);
|
|
19895
19906
|
color: var(--dialog-header-color);
|
|
@@ -19923,6 +19934,9 @@ input[type=button].a-Button--block {
|
|
|
19923
19934
|
.a-Modal-close:not(.is-disabled):hover svg {
|
|
19924
19935
|
fill: var(--Model-close-onHover-color);
|
|
19925
19936
|
}
|
|
19937
|
+
.a-Modal-screen {
|
|
19938
|
+
margin-right: 1rem;
|
|
19939
|
+
}
|
|
19926
19940
|
.a-Modal-content > .a-Modal-close {
|
|
19927
19941
|
position: absolute;
|
|
19928
19942
|
right: var(--gap-md);
|
|
@@ -22857,7 +22871,6 @@ input[type=button].a-Button--block {
|
|
|
22857
22871
|
}
|
|
22858
22872
|
.a-Page {
|
|
22859
22873
|
width: 100%;
|
|
22860
|
-
height: 100%;
|
|
22861
22874
|
background: var(--Page-main-bg);
|
|
22862
22875
|
display: flex;
|
|
22863
22876
|
flex-direction: row;
|
|
@@ -23258,6 +23271,35 @@ input[type=button].a-Button--block {
|
|
|
23258
23271
|
position: relative;
|
|
23259
23272
|
top: var(--Audio-svg-top);
|
|
23260
23273
|
}
|
|
23274
|
+
.a-AutoFoldedList {
|
|
23275
|
+
white-space: nowrap !important;
|
|
23276
|
+
flex-wrap: nowrap !important;
|
|
23277
|
+
}
|
|
23278
|
+
.a-AutoFoldedList-more {
|
|
23279
|
+
display: inline-block;
|
|
23280
|
+
}
|
|
23281
|
+
.a-AutoFoldedList-more:empty {
|
|
23282
|
+
display: none;
|
|
23283
|
+
}
|
|
23284
|
+
.a-AutoFoldedList-more > span {
|
|
23285
|
+
-webkit-user-select: none;
|
|
23286
|
+
-moz-user-select: none;
|
|
23287
|
+
user-select: none;
|
|
23288
|
+
cursor: pointer;
|
|
23289
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
23290
|
+
display: inline-block;
|
|
23291
|
+
vertical-align: middle;
|
|
23292
|
+
font-size: var(--Form-selectValue-fontSize);
|
|
23293
|
+
font-weight: var(--select-multiple-fontWeight);
|
|
23294
|
+
color: var(--select-multiple-color);
|
|
23295
|
+
background: var(--Form-select-value-bgColor);
|
|
23296
|
+
border: 0.0625rem solid var(--Form-select-value-borderColor);
|
|
23297
|
+
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);
|
|
23298
|
+
padding: var(--select-multiple-paddingTop) var(--select-multiple-paddingRight) var(--select-multiple-paddingBottom) var(--select-multiple-paddingLeft);
|
|
23299
|
+
}
|
|
23300
|
+
.a-AutoFoldedList-more > span:hover {
|
|
23301
|
+
background-color: var(--Form-selectValue-onHover-bgColor);
|
|
23302
|
+
}
|
|
23261
23303
|
.a-Panel {
|
|
23262
23304
|
margin: var(--Panel-marginTop) var(--Panel-marginRight) var(--Panel-marginBottom) var(--Panel-marginLeft);
|
|
23263
23305
|
background: var(--Panel-bg-color);
|
|
@@ -23614,7 +23656,6 @@ input[type=button].a-Button--block {
|
|
|
23614
23656
|
background: var(--Spinner-overlay-bg);
|
|
23615
23657
|
transition: ease-out opacity var(--animation-duration);
|
|
23616
23658
|
opacity: 0;
|
|
23617
|
-
-webkit-backdrop-filter: blur(1px);
|
|
23618
23659
|
backdrop-filter: blur(1px);
|
|
23619
23660
|
filter: blur(1px);
|
|
23620
23661
|
}
|
|
@@ -24618,6 +24659,7 @@ input[type=button].a-Button--block {
|
|
|
24618
24659
|
}
|
|
24619
24660
|
.a-CBGroup-toolbarCondition .a-Select-valueWrap {
|
|
24620
24661
|
padding-right: 0;
|
|
24662
|
+
justify-content: center;
|
|
24621
24663
|
}
|
|
24622
24664
|
.a-CBGroup-toolbarCondition .a-Select-arrow {
|
|
24623
24665
|
display: none;
|
|
@@ -25339,6 +25381,20 @@ input[type=button].a-Button--block {
|
|
|
25339
25381
|
gap: var(--gap-xs);
|
|
25340
25382
|
line-height: 1;
|
|
25341
25383
|
}
|
|
25384
|
+
.a-Crud-selection > .a-AutoFoldedList-more > span {
|
|
25385
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
25386
|
+
font-size: var(--Pick-base-value-fontSize);
|
|
25387
|
+
color: var(--Pick-base-value-color);
|
|
25388
|
+
font-weight: var(--Pick-base-value-fontWeight);
|
|
25389
|
+
background: var(--Pick-base-value-bgColor);
|
|
25390
|
+
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);
|
|
25391
|
+
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);
|
|
25392
|
+
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);
|
|
25393
|
+
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);
|
|
25394
|
+
}
|
|
25395
|
+
.a-Crud-selection > .a-AutoFoldedList-more > span:hover {
|
|
25396
|
+
background: var(--Form-selectValue-onHover-bg);
|
|
25397
|
+
}
|
|
25342
25398
|
.a-Crud-selection-overflow-wrapper {
|
|
25343
25399
|
display: flex;
|
|
25344
25400
|
flex-wrap: wrap;
|
|
@@ -25372,6 +25428,7 @@ input[type=button].a-Button--block {
|
|
|
25372
25428
|
overflow: hidden;
|
|
25373
25429
|
text-overflow: ellipsis;
|
|
25374
25430
|
white-space: nowrap;
|
|
25431
|
+
flex-shrink: 0;
|
|
25375
25432
|
}
|
|
25376
25433
|
.a-Crud-selection-overflow-wrapper .a-Crud-value:hover {
|
|
25377
25434
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -25424,6 +25481,7 @@ input[type=button].a-Button--block {
|
|
|
25424
25481
|
overflow: hidden;
|
|
25425
25482
|
text-overflow: ellipsis;
|
|
25426
25483
|
white-space: nowrap;
|
|
25484
|
+
flex-shrink: 0;
|
|
25427
25485
|
}
|
|
25428
25486
|
.a-Crud .a-Crud-value:hover {
|
|
25429
25487
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -25581,6 +25639,7 @@ input[type=button].a-Button--block {
|
|
|
25581
25639
|
overflow: hidden;
|
|
25582
25640
|
text-overflow: ellipsis;
|
|
25583
25641
|
white-space: nowrap;
|
|
25642
|
+
flex-shrink: 0;
|
|
25584
25643
|
}
|
|
25585
25644
|
.a-Crud2 .a-Crud-value:hover {
|
|
25586
25645
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -29938,7 +29997,7 @@ input[type=button].a-Button--block {
|
|
|
29938
29997
|
}
|
|
29939
29998
|
.a-Pagination-simplego-right {
|
|
29940
29999
|
display: inline-block;
|
|
29941
|
-
width: 2rem;
|
|
30000
|
+
min-width: 2rem;
|
|
29942
30001
|
height: var(--Pagination-height);
|
|
29943
30002
|
line-height: var(--Pagination-height);
|
|
29944
30003
|
border: var(--borderWidth) solid var(--borderColor);
|
|
@@ -30037,7 +30096,6 @@ input[type=button].a-Button--block {
|
|
|
30037
30096
|
}
|
|
30038
30097
|
.a-Pagination-wrap-size--sm .a-Pagination-item .a-Pagination-simplego-input {
|
|
30039
30098
|
min-width: 2rem;
|
|
30040
|
-
width: 2rem;
|
|
30041
30099
|
}
|
|
30042
30100
|
.a-Pagination-wrap-size--sm .a-Pagination-perpage {
|
|
30043
30101
|
margin-left: 0.25rem;
|
|
@@ -31787,7 +31845,6 @@ input[type=button].a-Button--block {
|
|
|
31787
31845
|
color: var(--Form-input-placeholderColor);
|
|
31788
31846
|
}
|
|
31789
31847
|
.a-ResultBox {
|
|
31790
|
-
flex-wrap: nowrap;
|
|
31791
31848
|
padding: 0 0.75rem;
|
|
31792
31849
|
min-height: var(--Form-input-height);
|
|
31793
31850
|
align-items: center;
|
|
@@ -31812,6 +31869,7 @@ input[type=button].a-Button--block {
|
|
|
31812
31869
|
font-size: var(--Form-input-fontSize);
|
|
31813
31870
|
flex-wrap: wrap;
|
|
31814
31871
|
justify-content: flex-start;
|
|
31872
|
+
flex-wrap: nowrap;
|
|
31815
31873
|
}
|
|
31816
31874
|
.a-ResultBox input {
|
|
31817
31875
|
flex-basis: 1.875rem;
|
|
@@ -31844,6 +31902,9 @@ input[type=button].a-Button--block {
|
|
|
31844
31902
|
.a-ResultBox--borderNone {
|
|
31845
31903
|
border-color: transparent !important;
|
|
31846
31904
|
}
|
|
31905
|
+
.a-ResultBox input {
|
|
31906
|
+
flex-shrink: 0;
|
|
31907
|
+
}
|
|
31847
31908
|
.a-ResultBox.is-error {
|
|
31848
31909
|
border-color: var(--Form-input-onError-borderColor);
|
|
31849
31910
|
background: var(--Form-input-onError-bg);
|
|
@@ -31894,6 +31955,13 @@ input[type=button].a-Button--block {
|
|
|
31894
31955
|
display: flex;
|
|
31895
31956
|
align-items: center;
|
|
31896
31957
|
flex-wrap: wrap;
|
|
31958
|
+
gap: var(--sizes-size-3);
|
|
31959
|
+
}
|
|
31960
|
+
.a-ResultBox-value-wrap > .a-AutoFoldedList {
|
|
31961
|
+
flex-grow: 5;
|
|
31962
|
+
display: flex;
|
|
31963
|
+
align-items: center;
|
|
31964
|
+
gap: var(--sizes-size-3);
|
|
31897
31965
|
}
|
|
31898
31966
|
.a-ResultBox-actions {
|
|
31899
31967
|
margin-left: 0.25rem;
|
|
@@ -31975,7 +32043,6 @@ input[type=button].a-Button--block {
|
|
|
31975
32043
|
display: inline-flex;
|
|
31976
32044
|
align-items: center;
|
|
31977
32045
|
padding: var(--select-multiple-paddingTop) var(--select-multiple-paddingRight) var(--select-multiple-paddingBottom) var(--select-multiple-paddingLeft);
|
|
31978
|
-
margin: var(--select-multiple-marginTop) var(--select-multiple-marginRight) var(--ResultBox-tag-marginBottom) var(--select-multiple-marginLeft);
|
|
31979
32046
|
-webkit-user-select: none;
|
|
31980
32047
|
-moz-user-select: none;
|
|
31981
32048
|
user-select: none;
|
|
@@ -33521,6 +33588,7 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
33521
33588
|
flex-grow: 1;
|
|
33522
33589
|
min-width: 0;
|
|
33523
33590
|
display: inline-flex;
|
|
33591
|
+
margin: 0;
|
|
33524
33592
|
}
|
|
33525
33593
|
.a-InputGroup .a-TextControl-input:not(:first-child),
|
|
33526
33594
|
.a-InputGroup .a-SearchBox:not(:first-child) {
|
|
@@ -33534,28 +33602,50 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
33534
33602
|
border-top-right-radius: 0;
|
|
33535
33603
|
border-bottom-right-radius: 0;
|
|
33536
33604
|
}
|
|
33537
|
-
.a-InputGroup .a-
|
|
33605
|
+
.a-InputGroup .a-MixedInput-input {
|
|
33606
|
+
flex-basis: 0;
|
|
33607
|
+
flex-grow: 1;
|
|
33608
|
+
min-width: 0;
|
|
33609
|
+
display: inline-flex;
|
|
33610
|
+
margin: 0;
|
|
33611
|
+
}
|
|
33612
|
+
.a-InputGroup .a-MixedInput-input:not(:first-child) > * {
|
|
33613
|
+
border-top-left-radius: 0;
|
|
33614
|
+
border-bottom-left-radius: 0;
|
|
33615
|
+
border-left: none;
|
|
33616
|
+
}
|
|
33617
|
+
.a-InputGroup .a-MixedInput-input:not(:last-child) > * {
|
|
33618
|
+
border-right-width: 0;
|
|
33619
|
+
border-top-right-radius: 0;
|
|
33620
|
+
border-bottom-right-radius: 0;
|
|
33621
|
+
}
|
|
33622
|
+
.a-InputGroup .a-SelectControl .a-Select,
|
|
33623
|
+
.a-InputGroup .a-MixedInput-select .a-Select {
|
|
33538
33624
|
background: var(--InputGroup-select-bg);
|
|
33539
33625
|
border: var(--InputGroup-select-borderWidth) solid var(--InputGroup-select-borderColor);
|
|
33540
33626
|
color: var(--InputGroup-select-color);
|
|
33541
33627
|
}
|
|
33542
|
-
.a-InputGroup .a-SelectControl:not(:last-child) .a-Select
|
|
33628
|
+
.a-InputGroup .a-SelectControl:not(:last-child) .a-Select,
|
|
33629
|
+
.a-InputGroup .a-MixedInput-select:not(:last-child) .a-Select {
|
|
33543
33630
|
border-right: 0;
|
|
33544
33631
|
}
|
|
33545
|
-
.a-InputGroup .a-SelectControl:first-child .a-Select
|
|
33632
|
+
.a-InputGroup .a-SelectControl:first-child .a-Select,
|
|
33633
|
+
.a-InputGroup .a-MixedInput-select:first-child .a-Select {
|
|
33546
33634
|
border-top-left-radius: var(--InputGroup-select-borderRadius);
|
|
33547
33635
|
border-bottom-left-radius: var(--InputGroup-select-borderRadius);
|
|
33548
|
-
background-color: var(--colors-neutral-fill-10);
|
|
33549
33636
|
}
|
|
33550
|
-
.a-InputGroup .a-SelectControl:last-child .a-Select
|
|
33637
|
+
.a-InputGroup .a-SelectControl:last-child .a-Select,
|
|
33638
|
+
.a-InputGroup .a-MixedInput-select:last-child .a-Select {
|
|
33551
33639
|
border-top-right-radius: var(--InputGroup-select-borderRadius);
|
|
33552
33640
|
border-bottom-right-radius: var(--InputGroup-select-borderRadius);
|
|
33553
33641
|
}
|
|
33554
|
-
.a-InputGroup .a-SelectControl:not(:first-child) .a-Select
|
|
33642
|
+
.a-InputGroup .a-SelectControl:not(:first-child) .a-Select,
|
|
33643
|
+
.a-InputGroup .a-MixedInput-select:not(:first-child) .a-Select {
|
|
33555
33644
|
border-top-left-radius: 0;
|
|
33556
33645
|
border-bottom-left-radius: 0;
|
|
33557
33646
|
}
|
|
33558
|
-
.a-InputGroup .a-SelectControl:not(:last-child) .a-Select
|
|
33647
|
+
.a-InputGroup .a-SelectControl:not(:last-child) .a-Select,
|
|
33648
|
+
.a-InputGroup .a-MixedInput-select:not(:last-child) .a-Select {
|
|
33559
33649
|
border-right-width: 0;
|
|
33560
33650
|
border-top-right-radius: 0;
|
|
33561
33651
|
border-bottom-right-radius: 0;
|
|
@@ -34730,6 +34820,7 @@ input.a-TextControl-input-password {
|
|
|
34730
34820
|
user-select: none;
|
|
34731
34821
|
}
|
|
34732
34822
|
.a-GroupedSelection-item > .a-Checkbox {
|
|
34823
|
+
margin-top: 0;
|
|
34733
34824
|
margin-right: 0.625rem;
|
|
34734
34825
|
}
|
|
34735
34826
|
.a-GroupedSelection-item:hover {
|
|
@@ -34936,6 +35027,7 @@ input.a-TextControl-input-password {
|
|
|
34936
35027
|
user-select: none;
|
|
34937
35028
|
}
|
|
34938
35029
|
.a-ChainedSelection-item > .a-Checkbox {
|
|
35030
|
+
margin-top: 0;
|
|
34939
35031
|
margin-right: 0;
|
|
34940
35032
|
}
|
|
34941
35033
|
.a-ChainedSelection-item.is-active {
|
|
@@ -35807,12 +35899,17 @@ input.a-TextControl-input-password {
|
|
|
35807
35899
|
user-select: none;
|
|
35808
35900
|
position: relative;
|
|
35809
35901
|
flex-grow: 1;
|
|
35902
|
+
min-width: 0;
|
|
35810
35903
|
width: auto;
|
|
35811
35904
|
max-width: 100%;
|
|
35812
35905
|
overflow: hidden;
|
|
35813
35906
|
padding-right: 0.25rem;
|
|
35907
|
+
display: flex;
|
|
35908
|
+
flex-wrap: wrap;
|
|
35909
|
+
gap: var(--select-multiple-marginRight);
|
|
35814
35910
|
}
|
|
35815
35911
|
.a-Select-valuesNoWrap {
|
|
35912
|
+
flex-wrap: nowrap;
|
|
35816
35913
|
white-space: nowrap;
|
|
35817
35914
|
text-overflow: ellipsis;
|
|
35818
35915
|
overflow: hidden;
|
|
@@ -35855,6 +35952,7 @@ input.a-TextControl-input-password {
|
|
|
35855
35952
|
.a-Select--multi .a-Select-value {
|
|
35856
35953
|
position: static;
|
|
35857
35954
|
white-space: normal;
|
|
35955
|
+
flex-shrink: 0;
|
|
35858
35956
|
-webkit-user-select: none;
|
|
35859
35957
|
-moz-user-select: none;
|
|
35860
35958
|
user-select: none;
|
|
@@ -35868,9 +35966,11 @@ input.a-TextControl-input-password {
|
|
|
35868
35966
|
border: 0.0625rem solid var(--Form-select-value-borderColor);
|
|
35869
35967
|
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);
|
|
35870
35968
|
padding: var(--select-multiple-paddingTop) var(--select-multiple-paddingRight) var(--select-multiple-paddingBottom) var(--select-multiple-paddingLeft);
|
|
35871
|
-
margin: var(--select-multiple-marginTop) var(--select-multiple-marginRight) var(--ResultBox-tag-marginBottom) var(--select-multiple-marginLeft);
|
|
35872
35969
|
}
|
|
35873
|
-
.a-Select--multi .a-Select-value
|
|
35970
|
+
.a-Select--multi .a-Select-value.is-disabled {
|
|
35971
|
+
background-color: var(--Form-selectValue-onDisable-bg);
|
|
35972
|
+
}
|
|
35973
|
+
.a-Select--multi .a-Select-value:not(.is-disabled):hover {
|
|
35874
35974
|
background-color: var(--Form-selectValue-onHover-bgColor);
|
|
35875
35975
|
}
|
|
35876
35976
|
.a-Select--multi .a-Select-valueLabel {
|
|
@@ -36059,6 +36159,10 @@ input.a-TextControl-input-password {
|
|
|
36059
36159
|
white-space: nowrap;
|
|
36060
36160
|
text-overflow: ellipsis;
|
|
36061
36161
|
max-width: 100%;
|
|
36162
|
+
display: flex;
|
|
36163
|
+
flex-direction: row;
|
|
36164
|
+
justify-content: space-between;
|
|
36165
|
+
align-items: center;
|
|
36062
36166
|
}
|
|
36063
36167
|
.a-Select-option.is-mobile {
|
|
36064
36168
|
position: relative;
|
|
@@ -36085,6 +36189,13 @@ input.a-TextControl-input-password {
|
|
|
36085
36189
|
.a-Select-option.is-mobile:last-child .a-Select-option-item-check {
|
|
36086
36190
|
border-bottom: none;
|
|
36087
36191
|
}
|
|
36192
|
+
.a-Select-option-disabledTip {
|
|
36193
|
+
margin-left: var(--gap-xs);
|
|
36194
|
+
color: #ff9326;
|
|
36195
|
+
}
|
|
36196
|
+
.a-Select-option-disabledTip:hover {
|
|
36197
|
+
color: #ff9326;
|
|
36198
|
+
}
|
|
36088
36199
|
.a-Select-noResult {
|
|
36089
36200
|
color: var(--Form-select-placeholderColor);
|
|
36090
36201
|
line-height: var(--Form-input-lineHeight);
|
|
@@ -36147,6 +36258,7 @@ input.a-TextControl-input-password {
|
|
|
36147
36258
|
.a-Select-overflow-wrapper .a-Select-value {
|
|
36148
36259
|
position: static;
|
|
36149
36260
|
white-space: normal;
|
|
36261
|
+
flex-shrink: 0;
|
|
36150
36262
|
-webkit-user-select: none;
|
|
36151
36263
|
-moz-user-select: none;
|
|
36152
36264
|
user-select: none;
|
|
@@ -36160,9 +36272,11 @@ input.a-TextControl-input-password {
|
|
|
36160
36272
|
border: 0.0625rem solid var(--Form-select-value-borderColor);
|
|
36161
36273
|
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);
|
|
36162
36274
|
padding: var(--select-multiple-paddingTop) var(--select-multiple-paddingRight) var(--select-multiple-paddingBottom) var(--select-multiple-paddingLeft);
|
|
36163
|
-
margin: var(--select-multiple-marginTop) var(--select-multiple-marginRight) var(--ResultBox-tag-marginBottom) var(--select-multiple-marginLeft);
|
|
36164
36275
|
}
|
|
36165
|
-
.a-Select-overflow-wrapper .a-Select-value
|
|
36276
|
+
.a-Select-overflow-wrapper .a-Select-value.is-disabled {
|
|
36277
|
+
background-color: var(--Form-selectValue-onDisable-bg);
|
|
36278
|
+
}
|
|
36279
|
+
.a-Select-overflow-wrapper .a-Select-value:not(.is-disabled):hover {
|
|
36166
36280
|
background-color: var(--Form-selectValue-onHover-bgColor);
|
|
36167
36281
|
}
|
|
36168
36282
|
.a-Select-overflow-wrapper .a-Select-valueLabel {
|
|
@@ -36183,6 +36297,9 @@ input.a-TextControl-input-password {
|
|
|
36183
36297
|
.a-Select-overflow.a-Tooltip--dark .a-Select-overflow-wrapper .a-Select-value .a-Select-valueIcon {
|
|
36184
36298
|
color: var(--Form-select-valueIcon-color--dark);
|
|
36185
36299
|
}
|
|
36300
|
+
.a-Select-overflow-wrapper .a-Select-value {
|
|
36301
|
+
margin-bottom: var(--gap-xs);
|
|
36302
|
+
}
|
|
36186
36303
|
.a-Select-popover {
|
|
36187
36304
|
background: var(--Form-select-menu-bg);
|
|
36188
36305
|
color: var(--Form-select-menu-color);
|
|
@@ -39102,6 +39219,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39102
39219
|
}
|
|
39103
39220
|
.a-Tree-item {
|
|
39104
39221
|
line-height: var(--Tree-itemHeight);
|
|
39222
|
+
padding-left: calc(var(--Tree-depth) * var(--Tree-indent));
|
|
39105
39223
|
position: relative;
|
|
39106
39224
|
}
|
|
39107
39225
|
.a-Tree-item > div {
|
|
@@ -39143,7 +39261,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39143
39261
|
.a-Tree--outline .a-Tree-item--isLeaf.is-child:before {
|
|
39144
39262
|
position: absolute;
|
|
39145
39263
|
top: -8px;
|
|
39146
|
-
left: calc(
|
|
39264
|
+
left: calc(var(--Tree-depth) * var(--Tree-indent));
|
|
39147
39265
|
bottom: 0px;
|
|
39148
39266
|
border-left: 1px solid var(--borderColor);
|
|
39149
39267
|
content: "";
|
|
@@ -39166,7 +39284,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39166
39284
|
-webkit-user-select: none;
|
|
39167
39285
|
-moz-user-select: none;
|
|
39168
39286
|
user-select: none;
|
|
39169
|
-
margin-bottom: 0.25rem;
|
|
39170
39287
|
padding-left: var(--Tree-icon-gap);
|
|
39171
39288
|
}
|
|
39172
39289
|
.a-Tree-itemLabel > * {
|
|
@@ -39192,6 +39309,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39192
39309
|
}
|
|
39193
39310
|
.a-Tree-itemLabel .a-Checkbox {
|
|
39194
39311
|
margin-right: var(--inputTree-checkboxes-size-marginRight);
|
|
39312
|
+
margin-top: 0;
|
|
39195
39313
|
}
|
|
39196
39314
|
.a-Tree-item:hover {
|
|
39197
39315
|
background-color: var(--Tree-item-onHover-bg-pure);
|
|
@@ -39332,8 +39450,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39332
39450
|
transform: rotate(-90deg);
|
|
39333
39451
|
}
|
|
39334
39452
|
.a-Tree-itemArrowPlaceholder {
|
|
39335
|
-
display: inline-
|
|
39336
|
-
width:
|
|
39453
|
+
display: inline-flex;
|
|
39454
|
+
width: var(--Tree-itemArrowWidth);
|
|
39455
|
+
flex-shrink: 0;
|
|
39456
|
+
margin-right: var(--inputTree-base-size-expandMarginRight);
|
|
39337
39457
|
}
|
|
39338
39458
|
.a-Tree-itemDrager {
|
|
39339
39459
|
cursor: move;
|
|
@@ -39609,6 +39729,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39609
39729
|
.a-Combo-items:empty + .a-Combo-toolbar {
|
|
39610
39730
|
padding-top: calc((var(--Form-input-height) - var(--Combo-addBtn-height)) / 2);
|
|
39611
39731
|
}
|
|
39732
|
+
.a-Combo-toolbar {
|
|
39733
|
+
display: flex;
|
|
39734
|
+
align-items: center;
|
|
39735
|
+
justify-content: space-between;
|
|
39736
|
+
}
|
|
39737
|
+
.a-Combo-toolbar:empty {
|
|
39738
|
+
display: none;
|
|
39739
|
+
}
|
|
39612
39740
|
.a-Combo-item {
|
|
39613
39741
|
background: var(--combo-bg-color);
|
|
39614
39742
|
}
|
|
@@ -40099,6 +40227,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40099
40227
|
}
|
|
40100
40228
|
.a-Picker-valueWrap {
|
|
40101
40229
|
flex-grow: 1;
|
|
40230
|
+
min-width: 0;
|
|
40102
40231
|
position: relative;
|
|
40103
40232
|
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
40104
40233
|
}
|
|
@@ -40106,6 +40235,20 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40106
40235
|
width: 1rem;
|
|
40107
40236
|
display: inline-block;
|
|
40108
40237
|
}
|
|
40238
|
+
.a-Picker-valueWrap > .a-AutoFoldedList-more > span {
|
|
40239
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
40240
|
+
font-size: var(--Pick-base-value-fontSize);
|
|
40241
|
+
color: var(--Pick-base-value-color);
|
|
40242
|
+
font-weight: var(--Pick-base-value-fontWeight);
|
|
40243
|
+
background: var(--Pick-base-value-bgColor);
|
|
40244
|
+
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);
|
|
40245
|
+
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);
|
|
40246
|
+
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);
|
|
40247
|
+
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);
|
|
40248
|
+
}
|
|
40249
|
+
.a-Picker-valueWrap > .a-AutoFoldedList-more > span:hover {
|
|
40250
|
+
background: var(--Form-selectValue-onHover-bg);
|
|
40251
|
+
}
|
|
40109
40252
|
.a-Picker .a-Picker-valueWrap {
|
|
40110
40253
|
display: flex;
|
|
40111
40254
|
flex-wrap: wrap;
|
|
@@ -40133,6 +40276,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40133
40276
|
overflow: hidden;
|
|
40134
40277
|
text-overflow: ellipsis;
|
|
40135
40278
|
white-space: nowrap;
|
|
40279
|
+
flex-shrink: 0;
|
|
40136
40280
|
}
|
|
40137
40281
|
.a-Picker .a-Picker-value:hover {
|
|
40138
40282
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -40241,6 +40385,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40241
40385
|
overflow: hidden;
|
|
40242
40386
|
text-overflow: ellipsis;
|
|
40243
40387
|
white-space: nowrap;
|
|
40388
|
+
flex-shrink: 0;
|
|
40244
40389
|
}
|
|
40245
40390
|
.a-Picker-overflow-wrapper .a-Picker-value:hover {
|
|
40246
40391
|
background: var(--Form-selectValue-onHover-bg);
|
|
@@ -41021,6 +41166,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41021
41166
|
.a-NestedSelect.is-mobile {
|
|
41022
41167
|
text-align: right;
|
|
41023
41168
|
}
|
|
41169
|
+
.a-NestedSelect.is-mobile .a-ResultBox-value-wrap {
|
|
41170
|
+
min-width: 0;
|
|
41171
|
+
flex-wrap: wrap !important;
|
|
41172
|
+
flex: 1;
|
|
41173
|
+
}
|
|
41024
41174
|
.a-NestedSelect-optionArrowRight {
|
|
41025
41175
|
display: inline-block;
|
|
41026
41176
|
}
|
|
@@ -41077,6 +41227,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41077
41227
|
color: var(--select-base-default-option-color);
|
|
41078
41228
|
background: var(--select-base-default-option-bg-color);
|
|
41079
41229
|
}
|
|
41230
|
+
.a-NestedSelect-menu .a-NestedSelect-option > .a-Checkbox {
|
|
41231
|
+
margin: 0;
|
|
41232
|
+
}
|
|
41080
41233
|
.a-NestedSelect-menu .a-NestedSelect-option > .a-NestedSelect-optionLabel {
|
|
41081
41234
|
min-width: 0;
|
|
41082
41235
|
min-height: 0;
|
|
@@ -41200,7 +41353,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41200
41353
|
flex: 1;
|
|
41201
41354
|
min-width: 0;
|
|
41202
41355
|
min-height: 0;
|
|
41203
|
-
|
|
41356
|
+
display: -webkit-box;
|
|
41357
|
+
-webkit-line-clamp: 2;
|
|
41358
|
+
-webkit-box-orient: vertical;
|
|
41359
|
+
line-clamp: 2;
|
|
41360
|
+
box-orient: vertical;
|
|
41204
41361
|
overflow: hidden;
|
|
41205
41362
|
text-overflow: ellipsis;
|
|
41206
41363
|
-webkit-user-select: none;
|
|
@@ -41210,12 +41367,26 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41210
41367
|
.a-Cascader-option--text.disabled {
|
|
41211
41368
|
color: var(--Cascader-option-disable-color);
|
|
41212
41369
|
}
|
|
41213
|
-
.a-Cascader-option-
|
|
41370
|
+
.a-Cascader-option > .a-Checkbox {
|
|
41214
41371
|
flex: 1;
|
|
41215
41372
|
min-width: 0;
|
|
41373
|
+
display: flex;
|
|
41374
|
+
flex-direction: row;
|
|
41375
|
+
margin: 0;
|
|
41376
|
+
align-items: center;
|
|
41377
|
+
justify-content: flex-start;
|
|
41378
|
+
}
|
|
41379
|
+
.a-Cascader-option > .a-Checkbox > i + span {
|
|
41380
|
+
flex: 1;
|
|
41381
|
+
min-width: 0;
|
|
41382
|
+
}
|
|
41383
|
+
.a-Cascader-option-arrow {
|
|
41384
|
+
flex-shrink: 0;
|
|
41385
|
+
min-width: 0;
|
|
41216
41386
|
min-height: 0;
|
|
41217
41387
|
text-align: right;
|
|
41218
41388
|
padding-right: 0.375rem;
|
|
41389
|
+
width: 20px;
|
|
41219
41390
|
}
|
|
41220
41391
|
.a-Cascader-option-arrow > svg {
|
|
41221
41392
|
transform: scale(0.8);
|
|
@@ -41376,6 +41547,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41376
41547
|
white-space: nowrap;
|
|
41377
41548
|
width: 100%;
|
|
41378
41549
|
position: relative;
|
|
41550
|
+
display: flex;
|
|
41379
41551
|
}
|
|
41380
41552
|
.a-IconPickerControl-valueWrap > input {
|
|
41381
41553
|
display: inline-block;
|
|
@@ -41984,6 +42156,20 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41984
42156
|
margin-right: var(--Form--horizontal-label-gap);
|
|
41985
42157
|
flex-shrink: 0;
|
|
41986
42158
|
}
|
|
42159
|
+
.a-Form-item--horizontal > .a-Form-label .a-Form-ellipsis {
|
|
42160
|
+
max-width: 100%;
|
|
42161
|
+
display: inline-block;
|
|
42162
|
+
}
|
|
42163
|
+
.a-Form-item--horizontal > .a-Form-label .a-Form-ellipsis .fr-view span {
|
|
42164
|
+
max-width: 100%;
|
|
42165
|
+
display: inline-block;
|
|
42166
|
+
white-space: nowrap;
|
|
42167
|
+
overflow: hidden;
|
|
42168
|
+
text-overflow: ellipsis;
|
|
42169
|
+
}
|
|
42170
|
+
.a-Form-item--horizontal > .a-Form-label .a-Form-ellipsis .a-Remark {
|
|
42171
|
+
margin-top: -1.5rem;
|
|
42172
|
+
}
|
|
41987
42173
|
.a-Form-item--horizontal > .a-Form-label .a-Form-star {
|
|
41988
42174
|
position: absolute;
|
|
41989
42175
|
left: -0.375rem;
|
package/lib/themes/ang.js
CHANGED