amis-ui 3.5.2 → 3.6.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.d.ts +11 -10
- package/esm/components/Alert2.js +3 -2
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.d.ts +40 -40
- package/esm/components/AssociatedSelection.js +7 -7
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.d.ts +3 -1
- package/esm/components/BaiduMapPicker.js +37 -18
- 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.d.ts +10 -10
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.d.ts +40 -40
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.d.ts +40 -40
- package/esm/components/ChainedSelection.js +6 -6
- 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/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +52 -41
- package/esm/components/DatePicker.js +114 -27
- package/esm/components/DateRangePicker.d.ts +18 -10
- package/esm/components/DateRangePicker.js +39 -11
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +3 -2
- package/esm/components/DropDownSelection.d.ts +40 -40
- package/esm/components/DropDownSelection.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/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.d.ts +40 -40
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +10 -10
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/InputTable.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.d.ts +84 -40
- package/esm/components/LocationPicker.js +7 -6
- package/esm/components/Markdown.js +11 -1
- package/esm/components/Modal.d.ts +54 -0
- package/esm/components/Modal.js +93 -7
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/Pagination.d.ts +40 -41
- package/esm/components/Pagination.js +9 -18
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +9 -3
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +40 -40
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.d.ts +40 -40
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.d.ts +40 -40
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +13 -4
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.d.ts +4 -0
- package/esm/components/Select.js +44 -40
- package/esm/components/SelectMobile.js +1 -1
- package/esm/components/Selection.d.ts +41 -40
- package/esm/components/Selection.js +1 -1
- package/esm/components/SparkLine.d.ts +44 -42
- package/esm/components/SparkLine.js +4 -4
- package/esm/components/Spinner.d.ts +13 -0
- package/esm/components/Spinner.js +8 -6
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.d.ts +15 -10
- package/esm/components/Switch.js +13 -5
- package/esm/components/TableSelection.d.ts +40 -40
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.d.ts +1 -0
- package/esm/components/Tabs.js +2 -2
- package/esm/components/TabsTransfer.d.ts +40 -40
- package/esm/components/TabsTransfer.js +3 -3
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +6 -2
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.d.ts +2 -1
- package/esm/components/Tinymce.js +30 -15
- 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.d.ts +11 -10
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +96 -40
- package/esm/components/Transfer.js +25 -11
- package/esm/components/TransferDropDown.d.ts +40 -40
- 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 +51 -3
- package/esm/components/Tree.js +12 -11
- package/esm/components/TreeSelection.d.ts +40 -40
- package/esm/components/TreeSelection.js +11 -11
- package/esm/components/UserSelect.d.ts +42 -0
- package/esm/components/UserSelect.js +5 -4
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +14 -2
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +9 -1
- package/esm/components/calendar/Calendar.js +27 -5
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.d.ts +11 -0
- package/esm/components/calendar/DaysView.js +44 -8
- package/esm/components/calendar/MonthsView.d.ts +5 -0
- package/esm/components/calendar/MonthsView.js +18 -3
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +6 -2
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +7 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.js +2 -2
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +23 -6
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/SubMenu.js +1 -1
- package/esm/components/menu/index.d.ts +17 -17
- package/esm/components/menu/index.js +5 -4
- 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.d.ts +3 -455
- package/esm/components/table/Cell.js +6 -8
- package/esm/components/table/ColGroup.d.ts +8 -3
- package/esm/components/table/ColGroup.js +28 -22
- package/esm/components/table/Head.d.ts +42 -0
- package/esm/components/table/Head.js +142 -0
- package/esm/components/table/HeadCellDropDown.d.ts +1 -1
- package/esm/components/table/HeadCellDropDown.js +5 -3
- package/esm/components/table/HeadCellFilter.d.ts +41 -41
- package/esm/components/table/HeadCellFilter.js +2 -2
- package/esm/components/table/HeadCellSelect.d.ts +1 -1
- package/esm/components/table/HeadCellSelect.js +2 -2
- package/esm/components/table/HeadCellSort.d.ts +1 -1
- package/esm/components/table/HeadCellSort.js +2 -2
- package/esm/components/table/ItemActionsWrapper.d.ts +1 -1
- package/esm/components/table/ItemActionsWrapper.js +2 -2
- package/esm/components/table/Row.d.ts +60 -0
- package/esm/components/table/Row.js +183 -0
- package/esm/components/table/SummaryRow.d.ts +28 -0
- package/esm/components/table/SummaryRow.js +73 -0
- package/esm/components/table/index.d.ts +62 -67
- package/esm/components/table/index.js +347 -646
- package/esm/components/table/util.d.ts +54 -0
- package/esm/components/table/util.js +207 -0
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locale/de-DE.js +4 -1
- package/esm/locale/en-US.js +4 -1
- package/esm/locale/zh-CN.js +4 -1
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +120 -120
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +21 -20
- package/lib/components/Alert2.js +3 -2
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +80 -80
- package/lib/components/AssociatedSelection.js +7 -7
- 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.d.ts +3 -1
- package/lib/components/BaiduMapPicker.js +37 -18
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +20 -20
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +100 -100
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +80 -80
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +80 -80
- package/lib/components/ChainedSelection.js +6 -6
- package/lib/components/Checkbox.d.ts +10 -10
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +120 -120
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +80 -80
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +132 -121
- package/lib/components/DatePicker.js +112 -25
- package/lib/components/DateRangePicker.d.ts +338 -330
- package/lib/components/DateRangePicker.js +39 -11
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +30 -30
- package/lib/components/Drawer.js +3 -2
- package/lib/components/DropDownSelection.d.ts +80 -80
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/Editor.d.ts +120 -120
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +80 -80
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/InputTable.js +1 -1
- package/lib/components/Layout.d.ts +10 -10
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +80 -80
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +84 -40
- package/lib/components/LocationPicker.js +7 -6
- package/lib/components/Markdown.js +11 -1
- package/lib/components/Modal.d.ts +134 -80
- package/lib/components/Modal.js +93 -5
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +160 -160
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +30 -30
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/Pagination.d.ts +80 -81
- package/lib/components/Pagination.js +8 -17
- 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 +60 -60
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +40 -40
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +9 -3
- package/lib/components/Rating.d.ts +20 -20
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +80 -80
- package/lib/components/ResultBox.js +1 -1
- 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 +1 -1
- package/lib/components/RichText.js +13 -4
- package/lib/components/SearchBox.d.ts +120 -120
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +1741 -1738
- package/lib/components/Select.js +44 -40
- package/lib/components/SelectMobile.js +1 -1
- package/lib/components/Selection.d.ts +81 -80
- package/lib/components/Selection.js +1 -1
- package/lib/components/SparkLine.d.ts +44 -42
- package/lib/components/SparkLine.js +3 -3
- package/lib/components/Spinner.d.ts +73 -60
- package/lib/components/Spinner.js +8 -6
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +15 -10
- package/lib/components/Switch.js +13 -5
- package/lib/components/TableSelection.d.ts +80 -80
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +81 -80
- package/lib/components/Tabs.js +2 -2
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +3 -3
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +60 -60
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +6 -2
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.d.ts +2 -1
- package/lib/components/Tinymce.js +29 -14
- package/lib/components/TitleBar.d.ts +10 -10
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +80 -80
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +31 -30
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +225 -169
- package/lib/components/Transfer.js +25 -11
- 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 +291 -243
- package/lib/components/Tree.js +12 -11
- package/lib/components/TreeSelection.d.ts +120 -120
- package/lib/components/TreeSelection.js +11 -11
- package/lib/components/UserSelect.d.ts +82 -40
- package/lib/components/UserSelect.js +5 -4
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +0 -1
- package/lib/components/WithRemoteConfig.js +14 -2
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +9 -1
- package/lib/components/calendar/Calendar.js +27 -5
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.d.ts +11 -0
- package/lib/components/calendar/DaysView.js +44 -8
- package/lib/components/calendar/MonthsView.d.ts +5 -0
- package/lib/components/calendar/MonthsView.js +18 -3
- 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 +6 -2
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +7 -1
- package/lib/components/condition-builder/index.d.ts +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.js +2 -2
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +22 -5
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +1 -1
- package/lib/components/menu/SubMenu.js +1 -1
- package/lib/components/menu/index.d.ts +77 -77
- package/lib/components/menu/index.js +5 -5
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +40 -40
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +3 -455
- package/lib/components/table/Cell.js +6 -9
- package/lib/components/table/ColGroup.d.ts +8 -3
- package/lib/components/table/ColGroup.js +28 -23
- package/lib/components/table/Head.d.ts +42 -0
- package/lib/components/table/Head.js +149 -0
- package/lib/components/table/HeadCellDropDown.d.ts +1 -1
- package/lib/components/table/HeadCellDropDown.js +5 -3
- package/lib/components/table/HeadCellFilter.d.ts +81 -81
- package/lib/components/table/HeadCellFilter.js +2 -2
- package/lib/components/table/HeadCellSelect.d.ts +41 -41
- package/lib/components/table/HeadCellSelect.js +2 -2
- package/lib/components/table/HeadCellSort.d.ts +1 -1
- package/lib/components/table/HeadCellSort.js +2 -2
- package/lib/components/table/ItemActionsWrapper.d.ts +1 -1
- package/lib/components/table/ItemActionsWrapper.js +2 -2
- package/lib/components/table/Row.d.ts +60 -0
- package/lib/components/table/Row.js +190 -0
- package/lib/components/table/SummaryRow.d.ts +28 -0
- package/lib/components/table/SummaryRow.js +81 -0
- package/lib/components/table/index.d.ts +62 -67
- package/lib/components/table/index.js +344 -644
- package/lib/components/table/util.d.ts +54 -0
- package/lib/components/table/util.js +227 -0
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +4 -1
- package/lib/locale/en-US.js +4 -1
- package/lib/locale/zh-CN.js +4 -1
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +220 -69
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +222 -71
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +220 -69
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +220 -69
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +220 -69
- package/package.json +5 -6
- package/scss/_components.scss +22 -14
- package/scss/_properties.scss +7 -11
- package/scss/base/_common.scss +8 -0
- package/scss/components/_alert.scss +4 -0
- package/scss/components/_audio.scss +1 -1
- package/scss/components/_card.scss +2 -1
- package/scss/components/_dropdown.scss +4 -2
- package/scss/components/_menu.scss +7 -2
- package/scss/components/_modal.scss +4 -0
- package/scss/components/_page.scss +6 -6
- package/scss/components/_pagination.scss +41 -44
- package/scss/components/_progress.scss +1 -1
- package/scss/components/_spinner.scss +12 -0
- package/scss/components/_steps.scss +7 -5
- package/scss/components/_table.scss +16 -2
- package/scss/components/_table2.scss +7 -0
- package/scss/components/_tabs.scss +21 -24
- package/scss/components/form/_combo.scss +6 -0
- package/scss/components/form/_date-range.scss +3 -6
- package/scss/components/form/_date.scss +3 -5
- package/scss/components/form/_excel.scss +2 -2
- package/scss/components/form/_fieldset.scss +1 -1
- package/scss/components/form/_form.scss +2 -0
- package/scss/components/form/_location.scss +19 -1
- package/scss/components/form/_nested-select.scss +20 -7
- package/scss/components/form/_picker.scss +3 -1
- package/scss/components/form/_range.scss +2 -2
- package/scss/components/form/_rating.scss +17 -3
- package/scss/components/form/_select.scss +0 -11
- package/scss/components/form/_selection.scss +2 -1
- package/scss/components/form/_switch.scss +38 -0
- package/scss/components/form/_text.scss +9 -8
- package/scss/components/form/_textarea.scss +4 -0
- package/scss/components/form/_transfer.scss +40 -0
- package/scss/themes/_ang-variables.scss +63 -61
- package/scss/themes/_antd-variables.scss +63 -61
- package/scss/themes/_cxd-variables.scss +64 -61
- package/scss/themes/_dark-variables.scss +63 -61
package/lib/themes/ang.css
CHANGED
|
@@ -228,22 +228,18 @@
|
|
|
228
228
|
--DropDown-menu-borderColor: var(--borderColor);
|
|
229
229
|
--DropDown-menu-borderRadius: var(--borderRadius);
|
|
230
230
|
--DropDown-menu-borderWidth: var(--borderWidth);
|
|
231
|
-
--DropDown-menu-boxShadow: var(--
|
|
232
|
-
--DropDown-menu-height:
|
|
231
|
+
--DropDown-menu-boxShadow: var(--Form-select-outer-boxShadow);
|
|
232
|
+
--DropDown-menu-height: 2rem;
|
|
233
233
|
--DropDown-menu-minWidth: 10rem;
|
|
234
234
|
--DropDown-menu-paddingX: 0;
|
|
235
235
|
--DropDown-menu-paddingY: var(--gap-xs);
|
|
236
|
-
--DropDown-menuItem-onHover-bg: var(--
|
|
236
|
+
--DropDown-menuItem-onHover-bg: var(--Form-select-menu-onHover-bg);
|
|
237
237
|
--DropDown-group-color: #848b99;
|
|
238
238
|
--DropDown-menuItem-color: #151a26;
|
|
239
|
-
--DropDown-menuItem-onHover-color: var(--
|
|
239
|
+
--DropDown-menuItem-onHover-color: var(--Form-select-menu-onHover-color);
|
|
240
240
|
--DropDown-menuItem-onActive-color: var(--colors-brand-5);
|
|
241
241
|
--DropDown-menuItem-onDisabled-color: #b4b6ba;
|
|
242
|
-
--DropDown-menuItem-paddingX: var(--
|
|
243
|
-
--DropDown-menuItem-paddingY: calc(
|
|
244
|
-
(var(--DropDown-menu-height) - var(--fontSizeBase) * var(--lineHeightBase)) /
|
|
245
|
-
2
|
|
246
|
-
);
|
|
242
|
+
--DropDown-menuItem-paddingX: var(--select-base-default-option-paddingRight);
|
|
247
243
|
--Fieldset-legend-bgColor: var(--colors-neutral-fill-11);
|
|
248
244
|
--Form--horizontal-gutterWidth: var(--gap-md);
|
|
249
245
|
--Form--horizontal-label-align: right;
|
|
@@ -1542,6 +1538,7 @@
|
|
|
1542
1538
|
--transfer-base-header-paddingBottom: var(--sizes-size-5);
|
|
1543
1539
|
--transfer-base-header-paddingLeft: var(--sizes-size-8);
|
|
1544
1540
|
--transfer-base-header-paddingRight: var(--sizes-size-8);
|
|
1541
|
+
--transfer-base-footer-border-color: var(--colors-neutral-line-8);
|
|
1545
1542
|
--transfer-base-body-paddingTop: var(--sizes-size-0);
|
|
1546
1543
|
--transfer-base-body-paddingBottom: var(--sizes-size-0);
|
|
1547
1544
|
--transfer-base-body-paddingLeft: var(--sizes-size-0);
|
|
@@ -2589,6 +2586,7 @@
|
|
|
2589
2586
|
--Drawer-widthXs: 12.5rem;
|
|
2590
2587
|
--Rating-star-margin: var(--sizes-size-5);
|
|
2591
2588
|
--Rating-star-size: var(--sizes-base-12);
|
|
2589
|
+
--Rating-star-icon-size: var(--sizes-base-9);
|
|
2592
2590
|
--Rating-star-icon: '<svg class="icon" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="currentColor" d="M4.99672493,4.37617062 L1.28100904,4.93702533 C0.463702827,5.06039054 -0.102812689,5.85030962 0.0156612291,6.70135899 C0.0628630935,7.04043042 0.216147743,7.35382434 0.451761131,7.59297508 L3.14101949,10.3226082 L3.14101949,10.3226082 L2.50531937,14.1787855 C2.3655991,15.0263332 2.91216489,15.8313483 3.72610824,15.9768371 C4.05030943,16.0347866 4.38381497,15.9798039 4.67496871,15.8204054 L7.99934906,14.0003997 L7.99934906,14.0003997 L11.3254267,15.8208814 C12.0564401,16.2209912 12.9605363,15.9282748 13.3447823,15.167081 C13.4978067,14.8639388 13.5505833,14.5167196 13.4949403,14.1791872 L12.859174,10.3226082 L12.859174,10.3226082 L15.5482634,7.59400813 C16.1397301,6.99385103 16.1519752,6.00805341 15.5756136,5.39216751 C15.3460036,5.14681192 15.0450939,4.98715562 14.7195072,4.93793566 L11.0034685,4.37617062 L11.0034685,4.37617062 L9.34151455,0.868493275 C8.97611971,0.0973002947 8.07952072,-0.219434766 7.33890469,0.161045701 C7.04395753,0.312570398 6.80521255,0.561123051 6.65963735,0.868217393 L4.99672493,4.37617062 L4.99672493,4.37617062 Z"></path></svg>';
|
|
2593
2591
|
--Rating-colors: '[{"value":"#abadb1","id":2},{"value":"#787b81","id":3},{"value":"#ffa900","id":5}]';
|
|
2594
2592
|
--Rating-text-color: var(--colors-neutral-text-2);
|
|
@@ -2698,6 +2696,9 @@
|
|
|
2698
2696
|
--Switch-checked-bgColor: var(--switch-default-on-bg-color);
|
|
2699
2697
|
--Switch-checked-onHover-bgColor: var(--switch-default-on-hover-bg-color);
|
|
2700
2698
|
--Switch-checked-onActive-bgColor: var(--colors-brand-4);
|
|
2699
|
+
--Switch-spinner-icon-width: var(--sizes-base-7);
|
|
2700
|
+
--Switch-spinner-icon-width--sm: var(--sizes-base-5);
|
|
2701
|
+
--switch-spinner-left--sm: var(--sizes-size-0);
|
|
2701
2702
|
--collapse-default-top-border-color: var(--colors-neutral-line-8);
|
|
2702
2703
|
--collapse-default-top-border-width: var(--borders-width-2);
|
|
2703
2704
|
--collapse-default-top-border-style: var(--borders-style-2);
|
|
@@ -2776,6 +2777,7 @@
|
|
|
2776
2777
|
--Tabs-onActive-bg: var(--background);
|
|
2777
2778
|
--Tabs-onActive-borderColor: var(--borderColor);
|
|
2778
2779
|
--Tabs-onActive-color: var(--colors-neutral-text-2);
|
|
2780
|
+
--Tabs-onError-color: var(--colors-error-5);
|
|
2779
2781
|
--Tabs-onDisabled-color: var(--colors-neutral-text-7);
|
|
2780
2782
|
--Tabs-onHover-borderColor: var(--colors-neutral-line-8);
|
|
2781
2783
|
--Tabs-add-icon-size: 0.9375rem;
|
|
@@ -3264,7 +3266,7 @@
|
|
|
3264
3266
|
--Divider-text-marginLeft: var(--sizes-size-9);
|
|
3265
3267
|
--Divider-text-marginRight: var(--sizes-size-9);
|
|
3266
3268
|
--Divider-text-marginBottom: var(--sizes-size-0);
|
|
3267
|
-
--inputFile-base-des-color: var(--
|
|
3269
|
+
--inputFile-base-des-color: var(--Form-description-color);
|
|
3268
3270
|
--inputFile-base-des-fontSize: var(--fonts-size-7);
|
|
3269
3271
|
--inputFile-base-des-fontWeight: var(--fonts-weight-6);
|
|
3270
3272
|
--inputFile-base-des-margin: var(--sizes-base-5);
|
|
@@ -3976,6 +3978,7 @@
|
|
|
3976
3978
|
--Alert-fontColor: var(--colors-neutral-text-4);
|
|
3977
3979
|
--Alert-title-fontColor: var(--colors-neutral-text-2);
|
|
3978
3980
|
--Alert-height: var(--sizes-base-20);
|
|
3981
|
+
--Alert-actions-marginRight: var(--sizes-base-4);
|
|
3979
3982
|
--spinner-base-color: var(--colors-link-5);
|
|
3980
3983
|
--spinner-base-fontSize: var(--fonts-size-8);
|
|
3981
3984
|
--spinner-base-fontWeight: var(--fonts-weight-6);
|
|
@@ -3984,7 +3987,6 @@
|
|
|
3984
3987
|
--spinner-size-size: var(--sizes-base-16);
|
|
3985
3988
|
--spinner-lg-size: var(--sizes-base-24);
|
|
3986
3989
|
--spinner-overlay-bg: var(--colors-neutral-fill-11);
|
|
3987
|
-
--spinner-color: var(--colors-brand-5);
|
|
3988
3990
|
--Spinner--lg-height: var(--spinner-lg-size);
|
|
3989
3991
|
--Spinner--lg-width: var(--spinner-lg-size);
|
|
3990
3992
|
--Spinner--sm-height: var(--spinner-sm-size);
|
|
@@ -3994,6 +3996,7 @@
|
|
|
3994
3996
|
--Spinner-overlay-bg: rgba(255, 255, 255, 0.4);
|
|
3995
3997
|
--Spinner-width: var(--spinner-size-size);
|
|
3996
3998
|
--Spinner-color: var(--spinner-base-color);
|
|
3999
|
+
--Spinner-color--disabled: rgba(0, 0, 0, 0.65);
|
|
3997
4000
|
--image-image-normal-paddingTop: var(--sizes-size-3);
|
|
3998
4001
|
--image-image-normal-paddingBottom: var(--sizes-size-3);
|
|
3999
4002
|
--image-image-normal-paddingLeft: var(--sizes-size-3);
|
|
@@ -4792,6 +4795,7 @@
|
|
|
4792
4795
|
var(--combo-vertical-right-border-color)
|
|
4793
4796
|
var(--combo-vertical-bottom-border-color)
|
|
4794
4797
|
var(--combo-vertical-left-border-color);
|
|
4798
|
+
--Combo--vertical-item--onError-borderColor: var(--colors-error-5);
|
|
4795
4799
|
--Combo--vertical-item-borderRadius: var(
|
|
4796
4800
|
--combo-vertical-top-left-border-radius
|
|
4797
4801
|
)
|
|
@@ -5008,9 +5012,11 @@
|
|
|
5008
5012
|
--colors-neutral-line-9: #f3f2f5;
|
|
5009
5013
|
--colors-neutral-line-10: #f8f7fa;
|
|
5010
5014
|
--colors-neutral-line-11: #ffffff;
|
|
5011
|
-
--fonts-base-family: -apple-system,
|
|
5012
|
-
|
|
5013
|
-
|
|
5015
|
+
--fonts-base-family: -apple-system, "Noto Sans", "Helvetica Neue", Helvetica,
|
|
5016
|
+
"Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB",
|
|
5017
|
+
"Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN",
|
|
5018
|
+
"Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti",
|
|
5019
|
+
SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
|
|
5014
5020
|
--fonts-size-1: 48px;
|
|
5015
5021
|
--fonts-size-2: 40px;
|
|
5016
5022
|
--fonts-size-3: 32px;
|
|
@@ -14878,6 +14884,13 @@ samp {
|
|
|
14878
14884
|
.visibility-sensor {
|
|
14879
14885
|
min-height: 5px;
|
|
14880
14886
|
}
|
|
14887
|
+
.renderer-error-boundary {
|
|
14888
|
+
padding: 5px;
|
|
14889
|
+
font-family: PingFangSC-Medium;
|
|
14890
|
+
font-size: 14px;
|
|
14891
|
+
color: #cf1322;
|
|
14892
|
+
border: 1px dashed #cf1322;
|
|
14893
|
+
}
|
|
14881
14894
|
html,
|
|
14882
14895
|
body {
|
|
14883
14896
|
width: 100%;
|
|
@@ -17386,6 +17399,9 @@ input[type=button].a-Button--block {
|
|
|
17386
17399
|
.a-Modal-content.out {
|
|
17387
17400
|
animation-name: modalOut;
|
|
17388
17401
|
}
|
|
17402
|
+
.a-Modal-draggable > .a-Modal-header {
|
|
17403
|
+
cursor: move;
|
|
17404
|
+
}
|
|
17389
17405
|
.a-Modal-overlay {
|
|
17390
17406
|
transition: ease-in-out opacity var(--animation-duration);
|
|
17391
17407
|
position: fixed;
|
|
@@ -18945,6 +18961,9 @@ input[type=button].a-Button--block {
|
|
|
18945
18961
|
.a-Alert-content .a-Alert-desc {
|
|
18946
18962
|
line-height: 1.5rem;
|
|
18947
18963
|
}
|
|
18964
|
+
.a-Alert-actions {
|
|
18965
|
+
margin-right: var(--Alert-actions-marginRight);
|
|
18966
|
+
}
|
|
18948
18967
|
.a-Alert-close {
|
|
18949
18968
|
outline: none;
|
|
18950
18969
|
padding: 0;
|
|
@@ -19221,10 +19240,10 @@ input[type=button].a-Button--block {
|
|
|
19221
19240
|
}
|
|
19222
19241
|
.a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
|
19223
19242
|
display: flex;
|
|
19224
|
-
margin-left: var(--Tabs-add-margin);
|
|
19225
19243
|
align-items: center;
|
|
19226
|
-
|
|
19227
|
-
|
|
19244
|
+
margin-left: var(--Tabs-add-margin);
|
|
19245
|
+
margin-bottom: 0.1875rem;
|
|
19246
|
+
padding-bottom: 0.5rem;
|
|
19228
19247
|
white-space: nowrap;
|
|
19229
19248
|
cursor: pointer;
|
|
19230
19249
|
}
|
|
@@ -19250,16 +19269,19 @@ input[type=button].a-Button--block {
|
|
|
19250
19269
|
overflow: hidden;
|
|
19251
19270
|
}
|
|
19252
19271
|
.a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow {
|
|
19253
|
-
margin: var(--Tabs--line-addPadding);
|
|
19254
19272
|
width: 16px;
|
|
19255
19273
|
height: 100%;
|
|
19256
19274
|
display: flex;
|
|
19257
19275
|
align-items: center;
|
|
19258
19276
|
cursor: pointer;
|
|
19259
19277
|
box-sizing: content-box;
|
|
19278
|
+
margin-bottom: 0.1875rem;
|
|
19279
|
+
padding-bottom: 0.5rem;
|
|
19260
19280
|
}
|
|
19261
|
-
.a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow .
|
|
19262
|
-
|
|
19281
|
+
.a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow .icon {
|
|
19282
|
+
top: 0;
|
|
19283
|
+
width: var(--Remark-icon-fontSize);
|
|
19284
|
+
height: var(--Remark-icon-fontSize);
|
|
19263
19285
|
}
|
|
19264
19286
|
.a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow:hover {
|
|
19265
19287
|
color: var(--icon-onHover-color);
|
|
@@ -19267,6 +19289,9 @@ input[type=button].a-Button--block {
|
|
|
19267
19289
|
.a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow--left {
|
|
19268
19290
|
padding-right: 16px;
|
|
19269
19291
|
}
|
|
19292
|
+
.a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow--left svg {
|
|
19293
|
+
transform: rotate(180deg);
|
|
19294
|
+
}
|
|
19270
19295
|
.a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow--right {
|
|
19271
19296
|
padding-left: 16px;
|
|
19272
19297
|
}
|
|
@@ -19406,6 +19431,9 @@ input[type=button].a-Button--block {
|
|
|
19406
19431
|
border-color: var(--Tabs-onActive-borderColor);
|
|
19407
19432
|
border-bottom-color: transparent;
|
|
19408
19433
|
}
|
|
19434
|
+
.a-Tabs-links > .a-Tabs-link.has-error > a:first-child {
|
|
19435
|
+
color: var(--Tabs-onError-color) !important;
|
|
19436
|
+
}
|
|
19409
19437
|
.a-Tabs .a-Tabs-togglor {
|
|
19410
19438
|
display: flex;
|
|
19411
19439
|
justify-content: center;
|
|
@@ -19716,6 +19744,7 @@ input[type=button].a-Button--block {
|
|
|
19716
19744
|
.a-Tabs--tiled > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
|
19717
19745
|
padding: 0 var(--Tabs--tiled-add-gap);
|
|
19718
19746
|
margin-left: 0;
|
|
19747
|
+
margin-bottom: 0;
|
|
19719
19748
|
white-space: nowrap;
|
|
19720
19749
|
border-style: solid;
|
|
19721
19750
|
border-color: var(--Tabs-borderColor);
|
|
@@ -20051,6 +20080,7 @@ input[type=button].a-Button--block {
|
|
|
20051
20080
|
}
|
|
20052
20081
|
.a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
|
|
20053
20082
|
margin-bottom: 0;
|
|
20083
|
+
padding: 0;
|
|
20054
20084
|
}
|
|
20055
20085
|
.a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links {
|
|
20056
20086
|
border: none;
|
|
@@ -20137,14 +20167,6 @@ input[type=button].a-Button--block {
|
|
|
20137
20167
|
.a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer {
|
|
20138
20168
|
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
|
20139
20169
|
}
|
|
20140
|
-
.a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer.a-Tabs-linksContainer--overflow > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:first-of-type {
|
|
20141
|
-
border-left-width: 0;
|
|
20142
|
-
border-top-left-radius: 0;
|
|
20143
|
-
}
|
|
20144
|
-
.a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer.a-Tabs-linksContainer--overflow > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:last-of-type {
|
|
20145
|
-
border-right-width: 0;
|
|
20146
|
-
border-top-right-radius: 0;
|
|
20147
|
-
}
|
|
20148
20170
|
.a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer .a-Tabs-linksContainer-arrow {
|
|
20149
20171
|
width: var(--Tabs--strong-arrow-size);
|
|
20150
20172
|
margin-bottom: 0;
|
|
@@ -20156,13 +20178,13 @@ input[type=button].a-Button--block {
|
|
|
20156
20178
|
}
|
|
20157
20179
|
.a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer .a-Tabs-linksContainer-arrow--left {
|
|
20158
20180
|
padding-right: 0;
|
|
20159
|
-
border-right-width: 0;
|
|
20160
20181
|
border-top-left-radius: var(--Tabs-borderRadius);
|
|
20182
|
+
margin-right: 0.5rem;
|
|
20161
20183
|
}
|
|
20162
20184
|
.a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer .a-Tabs-linksContainer-arrow--right {
|
|
20163
20185
|
padding-left: 0;
|
|
20164
|
-
border-left-
|
|
20165
|
-
|
|
20186
|
+
border-top-left-radius: var(--Tabs-borderRadius);
|
|
20187
|
+
margin-left: 0.5rem;
|
|
20166
20188
|
}
|
|
20167
20189
|
.a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link {
|
|
20168
20190
|
margin: var(--Tabs--strong-marginTop) var(--Tabs--strong-marginRight) var(--Tabs--strong-marginBottom) var(--Tabs--strong-marginLeft);
|
|
@@ -20346,7 +20368,7 @@ input[type=button].a-Button--block {
|
|
|
20346
20368
|
margin-top: -0.75rem;
|
|
20347
20369
|
border: 0.0625rem solid #dee2e6;
|
|
20348
20370
|
background-color: #fff;
|
|
20349
|
-
border-radius: 0.
|
|
20371
|
+
border-radius: 0.125rem;
|
|
20350
20372
|
font-size: 12px;
|
|
20351
20373
|
line-height: 0.625rem;
|
|
20352
20374
|
text-align: center;
|
|
@@ -20611,7 +20633,7 @@ input[type=button].a-Button--block {
|
|
|
20611
20633
|
display: flex;
|
|
20612
20634
|
flex-direction: row;
|
|
20613
20635
|
align-items: center;
|
|
20614
|
-
width: var(--Audio-volumeControl-width);
|
|
20636
|
+
min-width: var(--Audio-volumeControl-width);
|
|
20615
20637
|
height: var(--Audio-volume-height);
|
|
20616
20638
|
line-height: var(--Audio-volume-lineHeight);
|
|
20617
20639
|
margin-right: var(--Audio-item-margin);
|
|
@@ -20916,6 +20938,13 @@ input[type=button].a-Button--block {
|
|
|
20916
20938
|
width: auto;
|
|
20917
20939
|
height: auto;
|
|
20918
20940
|
}
|
|
20941
|
+
.a-Spinner .a-Spinner-icon.a-Spinner-icon--disabled > svg.icon {
|
|
20942
|
+
color: var(--Spinner-color--disabled);
|
|
20943
|
+
fill: var(--Spinner-color--disabled);
|
|
20944
|
+
}
|
|
20945
|
+
.a-Spinner .a-Spinner-icon.a-Spinner-icon--disabled > svg.icon path {
|
|
20946
|
+
fill: var(--Spinner-color--disabled);
|
|
20947
|
+
}
|
|
20919
20948
|
.a-Spinner .a-Spinner-icon--lg {
|
|
20920
20949
|
width: var(--Spinner--lg-width);
|
|
20921
20950
|
height: var(--Spinner--lg-height);
|
|
@@ -20979,6 +21008,9 @@ input[type=button].a-Button--block {
|
|
|
20979
21008
|
background: var(--Spinner-overlay-bg);
|
|
20980
21009
|
transition: ease-out opacity var(--animation-duration);
|
|
20981
21010
|
opacity: 0;
|
|
21011
|
+
-webkit-backdrop-filter: blur(1px);
|
|
21012
|
+
backdrop-filter: blur(1px);
|
|
21013
|
+
filter: blur(1px);
|
|
20982
21014
|
}
|
|
20983
21015
|
.a-Spinner-overlay.in {
|
|
20984
21016
|
opacity: 1;
|
|
@@ -21186,16 +21218,18 @@ input[type=button].a-Button--block {
|
|
|
21186
21218
|
overflow-y: auto;
|
|
21187
21219
|
overflow-x: hidden;
|
|
21188
21220
|
max-height: 18.75rem;
|
|
21221
|
+
margin-top: 0.25rem;
|
|
21189
21222
|
}
|
|
21190
21223
|
.a-DropDown--alignRight .a-DropDown-menu {
|
|
21191
21224
|
left: auto;
|
|
21192
21225
|
right: 0;
|
|
21193
21226
|
}
|
|
21194
21227
|
.a-DropDown-menuItem, .a-DropDown-menu > li {
|
|
21195
|
-
padding:
|
|
21228
|
+
padding: 0 var(--DropDown-menuItem-paddingX);
|
|
21196
21229
|
white-space: nowrap;
|
|
21197
21230
|
box-sizing: border-box;
|
|
21198
21231
|
height: var(--DropDown-menu-height);
|
|
21232
|
+
line-height: var(--DropDown-menu-height);
|
|
21199
21233
|
vertical-align: middle;
|
|
21200
21234
|
-webkit-user-select: none;
|
|
21201
21235
|
-moz-user-select: none;
|
|
@@ -21218,7 +21252,7 @@ input[type=button].a-Button--block {
|
|
|
21218
21252
|
}
|
|
21219
21253
|
.a-DropDown-menuItem.a-DropDown-divider, .a-DropDown-menu > li.a-DropDown-divider {
|
|
21220
21254
|
height: 0.0625rem;
|
|
21221
|
-
margin: 0.
|
|
21255
|
+
margin: 0.25rem 0;
|
|
21222
21256
|
overflow: hidden;
|
|
21223
21257
|
background: var(--DropDown-menu-borderColor);
|
|
21224
21258
|
padding: 0;
|
|
@@ -23155,8 +23189,11 @@ input[type=button].a-Button--block {
|
|
|
23155
23189
|
.a-Table-table td .a-SwitchControl {
|
|
23156
23190
|
padding-top: 0;
|
|
23157
23191
|
}
|
|
23192
|
+
.a-Table-table--affixHeader {
|
|
23193
|
+
margin-top: calc(var(--Table-thead-height) * -1);
|
|
23194
|
+
}
|
|
23158
23195
|
.a-Table-table--affixHeader > thead {
|
|
23159
|
-
visibility:
|
|
23196
|
+
visibility: hidden;
|
|
23160
23197
|
}
|
|
23161
23198
|
.a-Table-table--withCombine > thead > tr > th:first-child,
|
|
23162
23199
|
.a-Table-table--withCombine > tbody > tr > td:first-child {
|
|
@@ -24020,6 +24057,14 @@ input[type=button].a-Button--block {
|
|
|
24020
24057
|
transform: scaleY(0.5);
|
|
24021
24058
|
}
|
|
24022
24059
|
}
|
|
24060
|
+
.a-AutoFilterToolbar {
|
|
24061
|
+
display: block;
|
|
24062
|
+
text-align: right;
|
|
24063
|
+
white-space: nowrap;
|
|
24064
|
+
}
|
|
24065
|
+
.a-AutoFilterToolbar > .a-Button {
|
|
24066
|
+
margin-top: 0;
|
|
24067
|
+
}
|
|
24023
24068
|
.a-Table2 {
|
|
24024
24069
|
position: relative;
|
|
24025
24070
|
border-radius: var(--Table-borderRadius);
|
|
@@ -25061,6 +25106,10 @@ input[type=button].a-Button--block {
|
|
|
25061
25106
|
.a-Table2.a-Table-resizable .a-Table-table > thead > tr > th .a-Table-thead-resizable:hover, .a-Table2.a-Table-resizable .a-Table-table > thead > tr > th .a-Table-thead-resizable.is-resizing {
|
|
25062
25107
|
background: var(--primary);
|
|
25063
25108
|
}
|
|
25109
|
+
.a-Table2.a-Table-resizable .a-Table-table > thead > tr > th:last-child .a-Table-thead-resizable {
|
|
25110
|
+
width: 4px;
|
|
25111
|
+
right: 0;
|
|
25112
|
+
}
|
|
25064
25113
|
.a-Table2 .a-Table-loading {
|
|
25065
25114
|
padding: var(--Table-loading-padding);
|
|
25066
25115
|
}
|
|
@@ -26006,6 +26055,7 @@ input[type=button].a-Button--block {
|
|
|
26006
26055
|
}
|
|
26007
26056
|
.a-Card-actions > a.is-disabled {
|
|
26008
26057
|
color: var(--text--muted-color);
|
|
26058
|
+
cursor: not-allowed;
|
|
26009
26059
|
}
|
|
26010
26060
|
.a-Card-actions > a.is-disabled:hover {
|
|
26011
26061
|
text-decoration: none;
|
|
@@ -26669,9 +26719,6 @@ input[type=button].a-Button--block {
|
|
|
26669
26719
|
.a-Pagination-wrap {
|
|
26670
26720
|
line-height: 1.875rem;
|
|
26671
26721
|
}
|
|
26672
|
-
.a-Pagination-wrap .a-Pagination-item {
|
|
26673
|
-
margin-left: 0.5rem;
|
|
26674
|
-
}
|
|
26675
26722
|
.a-Pagination-wrap .a-Pagination-item:nth-child(1) {
|
|
26676
26723
|
margin-left: 0;
|
|
26677
26724
|
}
|
|
@@ -28589,17 +28636,19 @@ input[type=button].a-Button--block {
|
|
|
28589
28636
|
}
|
|
28590
28637
|
.a-Steps .a-StepsItem-containerIcon {
|
|
28591
28638
|
vertical-align: top;
|
|
28592
|
-
display: inline-
|
|
28639
|
+
display: inline-flex;
|
|
28640
|
+
align-items: center;
|
|
28593
28641
|
padding-right: var(--steps-base-icon-paddingRight);
|
|
28642
|
+
height: 2rem;
|
|
28594
28643
|
}
|
|
28595
28644
|
.a-Steps .a-StepsItem-containerIcon .a-StepsItem-icon {
|
|
28596
|
-
display: inline-
|
|
28645
|
+
display: inline-flex;
|
|
28646
|
+
align-items: center;
|
|
28647
|
+
justify-content: center;
|
|
28597
28648
|
width: var(--steps-base-icon-size);
|
|
28598
28649
|
height: var(--steps-base-icon-size);
|
|
28599
|
-
line-height: 1.75rem;
|
|
28600
28650
|
border-radius: 50%;
|
|
28601
28651
|
font-size: var(--Steps-icon-fontsize);
|
|
28602
|
-
text-align: center;
|
|
28603
28652
|
}
|
|
28604
28653
|
.a-Steps .a-StepsItem-containerIcon .a-StepsItem-icon .icon {
|
|
28605
28654
|
width: 0.75rem;
|
|
@@ -29095,11 +29144,11 @@ fieldset.a-Collapse > legend {
|
|
|
29095
29144
|
margin: var(--fieldSet-legend-marginTop) var(--fieldSet-legend-marginRight) var(--fieldSet-legend-marginBottom) var(--fieldSet-legend-marginLeft);
|
|
29096
29145
|
padding: var(--fieldSet-legend-paddingTop) var(--fieldSet-legend-paddingRight) var(--fieldSet-legend-paddingBottom) var(--fieldSet-legend-paddingLeft);
|
|
29097
29146
|
cursor: pointer;
|
|
29098
|
-
border-bottom: none !important;
|
|
29099
29147
|
background: transparent;
|
|
29100
29148
|
display: inline-flex !important;
|
|
29101
29149
|
flex-direction: row-reverse;
|
|
29102
29150
|
justify-content: flex-end;
|
|
29151
|
+
box-sizing: content-box;
|
|
29103
29152
|
}
|
|
29104
29153
|
fieldset.a-Collapse > legend .a-TplField {
|
|
29105
29154
|
font-weight: var(--fieldSet-legend-fontWeight);
|
|
@@ -29763,14 +29812,17 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29763
29812
|
background: var(--Form-select-menu-bg);
|
|
29764
29813
|
color: var(--Form-select-menu-color);
|
|
29765
29814
|
border-radius: 0.125rem;
|
|
29766
|
-
box-shadow: var(--
|
|
29815
|
+
box-shadow: var(--Form-select-outer-boxShadow);
|
|
29816
|
+
border: var(--Form-select-outer-borderWidth) solid var(--Form-input-onFocused-borderColor);
|
|
29817
|
+
padding: 0.25rem 0;
|
|
29767
29818
|
}
|
|
29768
29819
|
.a-TextControl-sugs {
|
|
29769
29820
|
max-height: 18.75rem;
|
|
29770
29821
|
overflow: auto;
|
|
29771
29822
|
}
|
|
29772
29823
|
.a-TextControl-sugItem {
|
|
29773
|
-
padding:
|
|
29824
|
+
padding: var(--select-base-default-option-paddingTop) var(--select-base-default-option-paddingRight) var(--select-base-default-option-paddingBottom) var(--select-base-default-option-paddingLeft);
|
|
29825
|
+
line-height: var(--select-base-default-option-line-height);
|
|
29774
29826
|
}
|
|
29775
29827
|
.a-TextControl-sugItem svg {
|
|
29776
29828
|
width: 1rem;
|
|
@@ -30057,6 +30109,9 @@ input.a-TextControl-input-password {
|
|
|
30057
30109
|
color: var(--input-count-multi-color);
|
|
30058
30110
|
font-size: var(--input-count-multi-fontSize);
|
|
30059
30111
|
}
|
|
30112
|
+
.a-TextareaControl-counter > i {
|
|
30113
|
+
font-style: normal;
|
|
30114
|
+
}
|
|
30060
30115
|
.a-TextareaControl-counter.is-empty {
|
|
30061
30116
|
color: var(--input-count-multi-color);
|
|
30062
30117
|
}
|
|
@@ -30778,6 +30833,7 @@ input.a-TextControl-input-password {
|
|
|
30778
30833
|
}
|
|
30779
30834
|
.a-TreeSelection-item {
|
|
30780
30835
|
position: relative;
|
|
30836
|
+
margin-bottom: 2px;
|
|
30781
30837
|
}
|
|
30782
30838
|
.a-TreeSelection-item.is-expanded > .a-TreeSelection-sublist {
|
|
30783
30839
|
display: block;
|
|
@@ -31168,6 +31224,34 @@ input.a-TextControl-input-password {
|
|
|
31168
31224
|
width: calc(var(--Switch-height) + 0.125rem);
|
|
31169
31225
|
border-radius: 10px;
|
|
31170
31226
|
}
|
|
31227
|
+
.a-Switch-spinner {
|
|
31228
|
+
position: absolute;
|
|
31229
|
+
top: var(--Switch-slider-margin);
|
|
31230
|
+
bottom: var(--Switch-slider-margin);
|
|
31231
|
+
left: var(--Switch-slider-margin);
|
|
31232
|
+
}
|
|
31233
|
+
.a-Switch-spinner > .a-Switch-spinner-icon > svg.icon {
|
|
31234
|
+
width: var(--Switch-spinner-icon-width);
|
|
31235
|
+
height: var(--Switch-spinner-icon-width);
|
|
31236
|
+
}
|
|
31237
|
+
.a-Switch-spinner--sm {
|
|
31238
|
+
position: absolute;
|
|
31239
|
+
top: var(--switch-size-sm-slider-margin);
|
|
31240
|
+
bottom: var(--switch-size-sm-slider-margin);
|
|
31241
|
+
left: var(--switch-spinner-left--sm);
|
|
31242
|
+
}
|
|
31243
|
+
.a-Switch-spinner--sm > .a-Switch-spinner-icon > svg.icon {
|
|
31244
|
+
width: var(--Switch-spinner-icon-width--sm);
|
|
31245
|
+
height: var(--Switch-spinner-icon-width--sm);
|
|
31246
|
+
}
|
|
31247
|
+
.a-Switch-spinner.a-Switch-spinner--checked {
|
|
31248
|
+
left: calc(100% - var(--Switch-slider-width) - var(--Switch-slider-margin));
|
|
31249
|
+
right: var(--Switch-slider-margin);
|
|
31250
|
+
}
|
|
31251
|
+
.a-Switch-spinner.a-Switch-spinner--checked.a-Switch-spinner--sm {
|
|
31252
|
+
left: calc(100% - var(--Switch-slider-width--sm) - var(--Switch-slider-margin));
|
|
31253
|
+
right: var(--Switch-slider-margin);
|
|
31254
|
+
}
|
|
31171
31255
|
.a-Switch-option {
|
|
31172
31256
|
vertical-align: middle;
|
|
31173
31257
|
font-size: var(--switch-option-fontSize);
|
|
@@ -32065,16 +32149,10 @@ input.a-TextControl-input-password {
|
|
|
32065
32149
|
color: var(--Form-select-valueIcon-color--dark);
|
|
32066
32150
|
}
|
|
32067
32151
|
.a-Select-popover {
|
|
32068
|
-
margin-top: calc(var(--Form-select-outer-borderWidth) * -1);
|
|
32069
32152
|
background: var(--Form-select-menu-bg);
|
|
32070
32153
|
color: var(--Form-select-menu-color);
|
|
32071
32154
|
border: var(--Form-select-outer-borderWidth) solid var(--Form-input-onFocused-borderColor);
|
|
32072
32155
|
box-shadow: var(--Form-select-outer-boxShadow);
|
|
32073
|
-
border-top-left-radius: 0;
|
|
32074
|
-
border-top-right-radius: 0;
|
|
32075
|
-
}
|
|
32076
|
-
.a-Select-popover.a-PopOver--leftTopLeftBottom {
|
|
32077
|
-
margin-top: calc((var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth)) * -1);
|
|
32078
32156
|
}
|
|
32079
32157
|
.a-SelectControl:not(.is-inline) > .a-Select {
|
|
32080
32158
|
display: flex;
|
|
@@ -32500,6 +32578,12 @@ input.a-TextControl-input-password {
|
|
|
32500
32578
|
margin-top: -1px;
|
|
32501
32579
|
border-color: var(--Form-input-onFocused-borderColor);
|
|
32502
32580
|
}
|
|
32581
|
+
.a-LocationPicker-popover.a-PopOver--v-top {
|
|
32582
|
+
margin-top: 0.25rem;
|
|
32583
|
+
}
|
|
32584
|
+
.a-LocationPicker-popover.a-PopOver--v-bottom {
|
|
32585
|
+
margin-bottom: 0.25rem;
|
|
32586
|
+
}
|
|
32503
32587
|
.a-MapPicker-search {
|
|
32504
32588
|
padding: 5px 10px;
|
|
32505
32589
|
}
|
|
@@ -32536,6 +32620,14 @@ input.a-TextControl-input-password {
|
|
|
32536
32620
|
.tangram-suggestion-main {
|
|
32537
32621
|
display: none !important;
|
|
32538
32622
|
}
|
|
32623
|
+
@media screen and (min-width: 768px) {
|
|
32624
|
+
.a-LocationPicker-value {
|
|
32625
|
+
margin-right: 0;
|
|
32626
|
+
overflow: hidden;
|
|
32627
|
+
white-space: nowrap;
|
|
32628
|
+
text-overflow: ellipsis;
|
|
32629
|
+
}
|
|
32630
|
+
}
|
|
32539
32631
|
.a-MatrixControl {
|
|
32540
32632
|
max-width: 100%;
|
|
32541
32633
|
}
|
|
@@ -32875,9 +32967,8 @@ input.a-TextControl-input-password {
|
|
|
32875
32967
|
}
|
|
32876
32968
|
.a-DatePicker-popover {
|
|
32877
32969
|
margin: 0.125rem 0 0;
|
|
32878
|
-
|
|
32879
|
-
|
|
32880
|
-
margin: -0.125rem 0 0;
|
|
32970
|
+
border: var(--Form-select-outer-borderWidth) solid var(--Form-input-onFocused-borderColor);
|
|
32971
|
+
box-shadow: var(--Form-select-outer-boxShadow);
|
|
32881
32972
|
}
|
|
32882
32973
|
.a-DatePicker.is-mobile {
|
|
32883
32974
|
border: 0;
|
|
@@ -33683,10 +33774,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33683
33774
|
display: flex;
|
|
33684
33775
|
}
|
|
33685
33776
|
.a-DateRangePicker-popover {
|
|
33686
|
-
|
|
33687
|
-
|
|
33688
|
-
.a-DateRangePicker-popover.a-PopOver--leftTopLeftBottom, .a-DateRangePicker-popover.a-PopOver--rightTopRightBottom {
|
|
33689
|
-
margin: -0.125rem 0 0;
|
|
33777
|
+
border: var(--Form-select-outer-borderWidth) solid var(--Form-input-onFocused-borderColor);
|
|
33778
|
+
box-shadow: var(--Form-select-outer-boxShadow);
|
|
33690
33779
|
}
|
|
33691
33780
|
.a-DateRangePicker-popup {
|
|
33692
33781
|
height: 25rem;
|
|
@@ -34252,7 +34341,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34252
34341
|
font-size: 1rem;
|
|
34253
34342
|
}
|
|
34254
34343
|
.a-ExcelControl-container > em {
|
|
34255
|
-
font-size: 0.
|
|
34344
|
+
font-size: 0.75rem;
|
|
34256
34345
|
}
|
|
34257
34346
|
.a-ExcelControl-dropzone {
|
|
34258
34347
|
flex: 1;
|
|
@@ -35489,6 +35578,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35489
35578
|
padding: var(--combo-vertical-paddingTop) var(--combo-vertical-paddingRight) var(--combo-vertical-paddingBottom) var(--combo-vertical-paddingLeft);
|
|
35490
35579
|
position: relative;
|
|
35491
35580
|
}
|
|
35581
|
+
.a-Combo--ver:not(.a-Combo--noBorder) > .a-Combo-item.has-error,
|
|
35582
|
+
.a-Combo--ver:not(.a-Combo--noBorder) > .a-Combo-items > .a-Combo-item.has-error {
|
|
35583
|
+
border-color: var(--Combo--vertical-item--onError-borderColor) !important;
|
|
35584
|
+
}
|
|
35492
35585
|
.a-Combo--ver:not(.a-Combo--noBorder) > .a-Combo-items > .a-Combo-item {
|
|
35493
35586
|
margin: calc(var(--Combo--vertical-item-gap) * 2);
|
|
35494
35587
|
}
|
|
@@ -35877,6 +35970,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35877
35970
|
border-width: var(--Pick-base-top-border-width) var(--Pick-base-right-border-width) var(--Pick-base-bottom-border-width) var(--Pick-base-left-border-width);
|
|
35878
35971
|
border-style: var(--Pick-base-top-border-style) var(--Pick-base-right-border-style) var(--Pick-base-bottom-border-style) var(--Pick-base-left-border-style);
|
|
35879
35972
|
border-color: var(--Pick-base-top-border-color) var(--Pick-base-right-border-color) var(--Pick-base-bottom-border-color) var(--Pick-base-left-border-color);
|
|
35973
|
+
overflow: auto;
|
|
35880
35974
|
}
|
|
35881
35975
|
.a-Picker .a-Picker-values {
|
|
35882
35976
|
display: inline;
|
|
@@ -35956,6 +36050,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35956
36050
|
width: var(--Pick-base-icon-size);
|
|
35957
36051
|
height: var(--Pick-base-icon-size);
|
|
35958
36052
|
content: var(--Pick-base-icon);
|
|
36053
|
+
display: flex;
|
|
35959
36054
|
}
|
|
35960
36055
|
.a-Picker-clear {
|
|
35961
36056
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -36245,11 +36340,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36245
36340
|
flex-flow: row wrap;
|
|
36246
36341
|
}
|
|
36247
36342
|
.a-Rating-star {
|
|
36343
|
+
display: flex;
|
|
36344
|
+
align-items: center;
|
|
36345
|
+
justify-content: center;
|
|
36346
|
+
width: var(--Rating-star-size);
|
|
36347
|
+
height: var(--Rating-star-size);
|
|
36248
36348
|
position: relative;
|
|
36249
|
-
margin-right: var(--Rating-star-margin);
|
|
36250
36349
|
overflow: hidden;
|
|
36251
|
-
|
|
36252
|
-
font-size: var(--Rating-star-size);
|
|
36350
|
+
font-size: var(--Rating-star-icon-size);
|
|
36253
36351
|
line-height: 1;
|
|
36254
36352
|
cursor: pointer;
|
|
36255
36353
|
-webkit-user-select: none;
|
|
@@ -36292,8 +36390,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36292
36390
|
margin-left: var(--Rating-star-margin);
|
|
36293
36391
|
}
|
|
36294
36392
|
.Rating-star-icon {
|
|
36393
|
+
display: flex;
|
|
36394
|
+
align-items: center;
|
|
36395
|
+
justify-content: center;
|
|
36396
|
+
width: var(--Rating-star-size);
|
|
36397
|
+
height: var(--Rating-star-size);
|
|
36295
36398
|
content: var(--Rating-star-icon);
|
|
36296
36399
|
}
|
|
36400
|
+
.Rating-star-icon > svg.icon {
|
|
36401
|
+
width: var(--Rating-star-icon-size);
|
|
36402
|
+
height: var(--Rating-star-icon-size);
|
|
36403
|
+
top: 0;
|
|
36404
|
+
}
|
|
36297
36405
|
.a-RatingControl {
|
|
36298
36406
|
position: relative;
|
|
36299
36407
|
overflow: hidden;
|
|
@@ -36331,6 +36439,32 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36331
36439
|
.a-Transfer-title > span {
|
|
36332
36440
|
flex-grow: 1;
|
|
36333
36441
|
}
|
|
36442
|
+
.a-Transfer-footer {
|
|
36443
|
+
border-top: 1px solid var(--transfer-base-footer-border-color);
|
|
36444
|
+
display: flex;
|
|
36445
|
+
flex-flow: row nowrap;
|
|
36446
|
+
justify-content: flex-end;
|
|
36447
|
+
padding: var(--gap-sm);
|
|
36448
|
+
/* 底部空间较小,让Pagination紧凑一些 */
|
|
36449
|
+
}
|
|
36450
|
+
.a-Transfer-footer-pagination > ul.a-Pagination-item {
|
|
36451
|
+
margin-left: 0;
|
|
36452
|
+
}
|
|
36453
|
+
.a-Transfer-footer-pagination > ul > li {
|
|
36454
|
+
--Pagination-minWidth: 1.375rem;
|
|
36455
|
+
--Pagination-height: 1.375rem;
|
|
36456
|
+
--Pagination-padding: 0 0.375rem;
|
|
36457
|
+
}
|
|
36458
|
+
.a-Transfer-footer-pagination .a-Pagination-perpage {
|
|
36459
|
+
--select-base-default-paddingTop: 0;
|
|
36460
|
+
--select-base-default-paddingBottom: 0;
|
|
36461
|
+
--select-base-default-paddingLeft: 0.375rem;
|
|
36462
|
+
--select-base-default-paddingRight: 0.375rem;
|
|
36463
|
+
margin-left: 0;
|
|
36464
|
+
}
|
|
36465
|
+
.a-Transfer-footer-pagination .a-Pagination-perpage .a-Select-valueWrap {
|
|
36466
|
+
line-height: 1.375rem;
|
|
36467
|
+
}
|
|
36334
36468
|
.a-Transfer-select, .a-Transfer-result {
|
|
36335
36469
|
overflow: hidden;
|
|
36336
36470
|
width: 0;
|
|
@@ -36344,6 +36478,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36344
36478
|
border-color: var(--transfer-base-top-border-color) var(--transfer-base-right-border-color) var(--transfer-base-bottom-border-color) var(--transfer-base-left-border-color);
|
|
36345
36479
|
border-radius: var(--transfer-base-top-left-border-radius) var(--transfer-base-top-right-border-radius) var(--transfer-base-bottom-right-border-radius) var(--transfer-base-bottom-left-border-radius);
|
|
36346
36480
|
}
|
|
36481
|
+
.a-Transfer-select--pagination, .a-Transfer-result--pagination {
|
|
36482
|
+
max-height: 29.6875rem;
|
|
36483
|
+
}
|
|
36347
36484
|
.a-Transfer-select > .a-Transfer-selection, .a-Transfer-result > .a-Transfer-value {
|
|
36348
36485
|
flex-grow: 1;
|
|
36349
36486
|
max-height: 100%;
|
|
@@ -36720,7 +36857,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36720
36857
|
.a-NestedSelectControl .a-NestedSelect-menu {
|
|
36721
36858
|
padding-top: 0.25rem;
|
|
36722
36859
|
padding-bottom: 0.25rem;
|
|
36723
|
-
box-shadow:
|
|
36860
|
+
box-shadow: var(--Form-select-outer-boxShadow);
|
|
36724
36861
|
}
|
|
36725
36862
|
.a-NestedSelect {
|
|
36726
36863
|
position: relative;
|
|
@@ -36738,7 +36875,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36738
36875
|
}
|
|
36739
36876
|
.a-NestedSelect-optionArrowRight {
|
|
36740
36877
|
display: inline-block;
|
|
36741
|
-
padding-right: var(--Form-select-icon-rigin);
|
|
36742
36878
|
}
|
|
36743
36879
|
.a-NestedSelect-optionArrowRight svg {
|
|
36744
36880
|
width: 0.625rem;
|
|
@@ -36747,6 +36883,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36747
36883
|
color: var(--default-icon-color);
|
|
36748
36884
|
top: 0;
|
|
36749
36885
|
}
|
|
36886
|
+
.a-NestedSelect-optionArrowRight.is-disabled svg {
|
|
36887
|
+
color: var(--text--muted-color);
|
|
36888
|
+
}
|
|
36750
36889
|
.a-NestedSelect-menuOuter {
|
|
36751
36890
|
display: flex;
|
|
36752
36891
|
}
|
|
@@ -36768,17 +36907,19 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36768
36907
|
max-height: 10.9375rem;
|
|
36769
36908
|
background: var(--Form-select-menu-bg);
|
|
36770
36909
|
color: var(--Form-select-menu-color);
|
|
36771
|
-
border: var(--
|
|
36910
|
+
border-radius: var(--borderRadius);
|
|
36772
36911
|
box-shadow: var(--Form-select-outer-boxShadow);
|
|
36773
36912
|
overflow-y: auto;
|
|
36774
36913
|
overflow-x: hidden;
|
|
36914
|
+
border: var(--Form-select-outer-borderWidth) solid var(--Form-input-onFocused-borderColor);
|
|
36775
36915
|
}
|
|
36776
36916
|
.a-NestedSelect-menu:not(:first-child) {
|
|
36777
36917
|
border-left: 0;
|
|
36918
|
+
margin-left: 0.25rem;
|
|
36778
36919
|
}
|
|
36779
36920
|
.a-NestedSelect-menu .a-NestedSelect-option {
|
|
36780
36921
|
position: relative;
|
|
36781
|
-
padding
|
|
36922
|
+
padding: var(--select-base-default-option-paddingTop) var(--select-base-default-option-paddingRight) var(--select-base-default-option-paddingBottom) var(--select-base-default-option-paddingLeft);
|
|
36782
36923
|
min-height: var(--select-base-default-option-line-height);
|
|
36783
36924
|
line-height: var(--select-base-default-option-line-height);
|
|
36784
36925
|
cursor: pointer;
|
|
@@ -36825,6 +36966,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36825
36966
|
.a-NestedSelect-popup {
|
|
36826
36967
|
height: 21.25rem;
|
|
36827
36968
|
}
|
|
36969
|
+
.a-NestedSelect-popover {
|
|
36970
|
+
border: none;
|
|
36971
|
+
box-shadow: none;
|
|
36972
|
+
}
|
|
36828
36973
|
.a-Cascader-tabs {
|
|
36829
36974
|
display: flex;
|
|
36830
36975
|
}
|
|
@@ -37495,6 +37640,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37495
37640
|
}
|
|
37496
37641
|
.a-Form-label > span {
|
|
37497
37642
|
position: relative;
|
|
37643
|
+
display: inline-block;
|
|
37498
37644
|
}
|
|
37499
37645
|
.a-Form-star {
|
|
37500
37646
|
color: var(--Form-item-star-color);
|
|
@@ -38000,6 +38146,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38000
38146
|
flex: 1;
|
|
38001
38147
|
flex-wrap: wrap;
|
|
38002
38148
|
font-size: var(--fontSizeLg);
|
|
38149
|
+
min-width: 0;
|
|
38003
38150
|
}
|
|
38004
38151
|
.a-Form-item .a-Form-value .a-ColorPicker > input,
|
|
38005
38152
|
.a-Form-item .a-Form-control .a-ColorPicker > input {
|
|
@@ -40720,6 +40867,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40720
40867
|
margin-right: 0;
|
|
40721
40868
|
line-height: inherit;
|
|
40722
40869
|
}
|
|
40870
|
+
.a-Nav-Menu-horizontal .a-Nav-Menu-overflow-item.a-Nav-Menu-overflow-item-rest > .a-Nav-Menu-submenu-title .a-Nav-Menu-overflowedIcon i,
|
|
40871
|
+
.a-Nav-Menu-horizontal .a-Nav-Menu-overflow-item.a-Nav-Menu-overflow-item-rest > .a-Nav-Menu-submenu-title .a-Nav-Menu-overflowedIcon svg,
|
|
40872
|
+
.a-Nav-Menu-horizontal .a-Nav-Menu-overflow-item.a-Nav-Menu-overflow-item-rest > .a-Nav-Menu-submenu-title .a-Nav-Menu-overflowedIcon img {
|
|
40873
|
+
float: none;
|
|
40874
|
+
}
|
|
40723
40875
|
.a-Nav-Menu-horizontal .a-Nav-Menu-item.a-Nav-Menu-item-selected {
|
|
40724
40876
|
background: none;
|
|
40725
40877
|
}
|
|
@@ -40746,14 +40898,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40746
40898
|
.a-Nav-Menu-horizontal .a-Nav-Menu-submenu-arrow {
|
|
40747
40899
|
display: inline-block;
|
|
40748
40900
|
font-size: 0.5625rem;
|
|
40749
|
-
vertical-align: middle;
|
|
40750
40901
|
text-transform: none;
|
|
40751
40902
|
text-rendering: auto;
|
|
40752
40903
|
line-height: 1.25rem;
|
|
40753
40904
|
margin-left: 0.3125rem;
|
|
40754
40905
|
}
|
|
40755
40906
|
.a-Nav-Menu-horizontal .a-Nav-Menu-submenu-arrow > svg {
|
|
40756
|
-
top:
|
|
40907
|
+
top: 0;
|
|
40757
40908
|
}
|
|
40758
40909
|
.a-Nav-Menu-horizontal.a-Nav-Menu-rtl .a-Nav-Menu-submenu-arrow {
|
|
40759
40910
|
margin-left: 0;
|