amis-ui 3.4.2 → 3.5.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.d.ts +1 -0
- package/esm/components/Alert.js +4 -2
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.js +5 -3
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.js +2 -2
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.d.ts +1 -0
- package/esm/components/ContextMenu.js +4 -2
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.js +1 -1
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.js +3 -2
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.js +7 -4
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.d.ts +15 -3
- package/esm/components/ImageGallery.js +76 -10
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +3 -2
- package/esm/components/InputTable.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.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/Modal.js +6 -11
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/Pagination.d.ts +42 -41
- package/esm/components/Pagination.js +24 -8
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.js +15 -13
- package/esm/components/ResultList.d.ts +2 -1
- package/esm/components/ResultList.js +12 -3
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.js +1 -1
- package/esm/components/SelectMobile.js +7 -4
- package/esm/components/Selection.d.ts +2 -1
- package/esm/components/Selection.js +11 -4
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +8 -4
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.js +1 -1
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +1 -1
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.js +5 -5
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.js +13 -8
- package/esm/components/TreeSelection.js +3 -2
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +1 -1
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +1 -1
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.js +1 -1
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +7 -6
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +17 -17
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/SubMenu.js +1 -1
- package/esm/components/menu/index.js +1 -1
- package/esm/components/schema-editor/Array.js +1 -1
- package/esm/components/schema-editor/Common.js +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.js +3 -3
- package/esm/components/table/ColGroup.d.ts +19 -0
- package/esm/components/table/ColGroup.js +52 -0
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +56 -3
- package/esm/components/table/index.js +149 -89
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locale/de-DE.js +2 -1
- package/esm/locale/en-US.js +2 -1
- package/esm/locale/zh-CN.js +2 -1
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +121 -120
- package/lib/components/Alert.js +4 -2
- package/lib/components/Alert2.d.ts +20 -20
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +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 +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 +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 +5 -3
- package/lib/components/Checkbox.d.ts +10 -10
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +130 -130
- package/lib/components/Collapse.js +2 -2
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +80 -80
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +80 -80
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.d.ts +1 -0
- package/lib/components/ContextMenu.js +4 -2
- package/lib/components/DatePicker.d.ts +81 -81
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +120 -120
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +40 -40
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +80 -80
- package/lib/components/DropDownSelection.js +3 -2
- package/lib/components/Editor.d.ts +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/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +80 -80
- package/lib/components/GroupedSelection.js +7 -4
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +55 -43
- package/lib/components/ImageGallery.js +76 -10
- 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 +3 -2
- package/lib/components/InputTable.js +1 -1
- package/lib/components/Layout.d.ts +10 -10
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +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/Modal.d.ts +80 -80
- package/lib/components/Modal.js +6 -11
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +120 -120
- 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/Pagination.d.ts +42 -41
- package/lib/components/Pagination.js +22 -6
- 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 +20 -20
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- 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 +15 -13
- package/lib/components/ResultList.d.ts +42 -41
- package/lib/components/ResultList.js +12 -3
- package/lib/components/ResultTableList.d.ts +80 -80
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +80 -80
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +1551 -1552
- package/lib/components/Select.js +1 -1
- package/lib/components/SelectMobile.js +7 -4
- package/lib/components/Selection.d.ts +82 -81
- package/lib/components/Selection.js +11 -4
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +60 -60
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +8 -4
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +80 -80
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +80 -80
- package/lib/components/Tabs.js +1 -1
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +1 -1
- 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 +1 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +1 -1
- package/lib/components/TitleBar.d.ts +10 -10
- 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 +169 -169
- package/lib/components/Transfer.js +5 -5
- 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 +200 -200
- package/lib/components/Tree.js +13 -8
- package/lib/components/TreeSelection.d.ts +80 -80
- package/lib/components/TreeSelection.js +3 -2
- 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/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 +1 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.js +1 -1
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +1 -1
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.js +1 -1
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +7 -6
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +17 -17
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +1 -1
- package/lib/components/menu/SubMenu.js +1 -1
- package/lib/components/menu/index.d.ts +50 -50
- package/lib/components/menu/index.js +1 -1
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +200 -200
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +40 -40
- package/lib/components/table/Cell.js +3 -3
- package/lib/components/table/ColGroup.d.ts +19 -0
- package/lib/components/table/ColGroup.js +64 -0
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +80 -80
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +136 -83
- package/lib/components/table/index.js +149 -88
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +2 -1
- package/lib/locale/en-US.js +2 -1
- package/lib/locale/zh-CN.js +2 -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 +264 -139
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +264 -139
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +264 -139
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +264 -139
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +264 -139
- package/package.json +4 -4
- package/scss/_components.scss +9 -2
- package/scss/_properties.scss +3 -0
- package/scss/components/_cards.scss +1 -0
- package/scss/components/_collapse.scss +31 -1
- package/scss/components/_divider.scss +37 -2
- package/scss/components/_formula.scss +2 -1
- package/scss/components/_image-gallery.scss +10 -0
- package/scss/components/_list.scss +1 -0
- package/scss/components/_menu.scss +6 -3
- package/scss/components/_modal.scss +5 -5
- package/scss/components/_nav.scss +26 -0
- package/scss/components/_page.scss +13 -0
- package/scss/components/_panel.scss +3 -13
- package/scss/components/_result-box.scss +8 -0
- package/scss/components/_table.scss +20 -1
- package/scss/components/_table2.scss +4 -15
- package/scss/components/form/_combo.scss +9 -2
- package/scss/components/form/_file.scss +2 -0
- package/scss/components/form/_icon-select.scss +0 -1
- package/scss/components/form/_list.scss +15 -0
- package/scss/components/form/_result-list.scss +1 -0
- package/scss/components/form/_selection.scss +7 -0
- package/scss/components/form/_textarea.scss +5 -5
- package/scss/components/form/_tree.scss +1 -1
- package/scss/layout/_layout.scss +2 -0
package/lib/themes/ang.css
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
/* 此处放置需要override的变量,因为部分变量已经在variables.scss中定义 */
|
|
3
3
|
:root,
|
|
4
4
|
.AMISCSSWrapper {
|
|
5
|
+
--affix-offset-top: 0px;
|
|
6
|
+
--affix-offset-bottom: 0px;
|
|
5
7
|
--white: var(--colors-neutral-text-11);
|
|
6
8
|
--primary: var(--colors-brand-5);
|
|
7
9
|
--primary-onHover: var(--colors-brand-6);
|
|
@@ -3252,6 +3254,14 @@
|
|
|
3252
3254
|
--Divider-marginLeft: var(--sizes-size-0);
|
|
3253
3255
|
--Divider-marginRight: var(--sizes-size-0);
|
|
3254
3256
|
--Divider-marginBottom: var(--sizes-size-7);
|
|
3257
|
+
--Divider-text-width: 5%;
|
|
3258
|
+
--Divider-text-fontSize: var(--fonts-size-7);
|
|
3259
|
+
--Divider-text-fontWeight: var(--fonts-weight-6);
|
|
3260
|
+
--Divider-text-color: var(--colors-neutral-text-2);
|
|
3261
|
+
--Divider-text-marginTop: var(--sizes-size-0);
|
|
3262
|
+
--Divider-text-marginLeft: var(--sizes-size-9);
|
|
3263
|
+
--Divider-text-marginRight: var(--sizes-size-9);
|
|
3264
|
+
--Divider-text-marginBottom: var(--sizes-size-0);
|
|
3255
3265
|
--inputFile-base-des-color: var(--colors-neutral-text-2);
|
|
3256
3266
|
--inputFile-base-des-fontSize: var(--fonts-size-7);
|
|
3257
3267
|
--inputFile-base-des-fontWeight: var(--fonts-weight-6);
|
|
@@ -4177,7 +4187,7 @@
|
|
|
4177
4187
|
--Toast--danger-bottom-left-border-radius: var(--borders-radius-3);
|
|
4178
4188
|
--Toast--danger-bgColor: var(--colors-neutral-fill-11);
|
|
4179
4189
|
--Toast--info-color: var(--colors-neutral-text-2);
|
|
4180
|
-
--Toast--info-fontSize: var(--fonts-size-
|
|
4190
|
+
--Toast--info-fontSize: var(--fonts-size-8);
|
|
4181
4191
|
--Toast--info-fontWeight: var(--fonts-weight-6);
|
|
4182
4192
|
--Toast--info-top-border-color: var(--colors-neutral-line-11);
|
|
4183
4193
|
--Toast--info-top-border-width: var(--borders-width-2);
|
|
@@ -4193,7 +4203,6 @@
|
|
|
4193
4203
|
--Toast--info-left-border-style: var(--borders-style-2);
|
|
4194
4204
|
--Toast--info-bgColor: var(--colors-neutral-fill-11);
|
|
4195
4205
|
--Toast--success-color: var(--colors-neutral-text-2);
|
|
4196
|
-
--Toast--success-fontSize: var(--fonts-weight-6);
|
|
4197
4206
|
--Toast--success-fontWeight: var(--fonts-weight-6);
|
|
4198
4207
|
--Toast--success-fontSize: var(--fonts-size-8);
|
|
4199
4208
|
--Toast--success-fontWeight: var(--fonts-weight-6);
|
|
@@ -10115,6 +10124,7 @@ button::-moz-focus-inner {
|
|
|
10115
10124
|
font-style: normal;
|
|
10116
10125
|
font-weight: normal;
|
|
10117
10126
|
line-height: 24px;
|
|
10127
|
+
max-width: 100%;
|
|
10118
10128
|
text-transform: none;
|
|
10119
10129
|
word-break: break-all;
|
|
10120
10130
|
}
|
|
@@ -10823,16 +10833,21 @@ button::-moz-focus-inner {
|
|
|
10823
10833
|
.tox .tox-dialog__body-content a {
|
|
10824
10834
|
color: #006ce7;
|
|
10825
10835
|
cursor: pointer;
|
|
10826
|
-
text-decoration:
|
|
10836
|
+
text-decoration: underline;
|
|
10827
10837
|
}
|
|
10828
10838
|
.tox .tox-dialog__body-content a:hover,
|
|
10829
10839
|
.tox .tox-dialog__body-content a:focus {
|
|
10830
|
-
color: #
|
|
10831
|
-
text-decoration:
|
|
10840
|
+
color: #003c81;
|
|
10841
|
+
text-decoration: underline;
|
|
10842
|
+
}
|
|
10843
|
+
.tox .tox-dialog__body-content a:focus-visible {
|
|
10844
|
+
border-radius: 1px;
|
|
10845
|
+
outline: 2px solid #006ce7;
|
|
10846
|
+
outline-offset: 2px;
|
|
10832
10847
|
}
|
|
10833
10848
|
.tox .tox-dialog__body-content a:active {
|
|
10834
|
-
color: #
|
|
10835
|
-
text-decoration:
|
|
10849
|
+
color: #00244e;
|
|
10850
|
+
text-decoration: underline;
|
|
10836
10851
|
}
|
|
10837
10852
|
.tox .tox-dialog__body-content svg {
|
|
10838
10853
|
fill: #222f3e;
|
|
@@ -10981,9 +10996,23 @@ button::-moz-focus-inner {
|
|
|
10981
10996
|
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
|
10982
10997
|
background: #fff;
|
|
10983
10998
|
}
|
|
10984
|
-
.tox .tox-
|
|
10999
|
+
.tox .tox-navobj-bordered {
|
|
11000
|
+
position: relative;
|
|
11001
|
+
}
|
|
11002
|
+
.tox .tox-navobj-bordered::before {
|
|
10985
11003
|
border: 1px solid #eeeeee;
|
|
10986
11004
|
border-radius: 6px;
|
|
11005
|
+
content: "";
|
|
11006
|
+
inset: 0;
|
|
11007
|
+
opacity: 1;
|
|
11008
|
+
pointer-events: none;
|
|
11009
|
+
position: absolute;
|
|
11010
|
+
z-index: 1;
|
|
11011
|
+
}
|
|
11012
|
+
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
|
|
11013
|
+
border-color: #006ce7;
|
|
11014
|
+
box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
|
|
11015
|
+
outline: none;
|
|
10987
11016
|
}
|
|
10988
11017
|
.tox .tox-dialog__popups {
|
|
10989
11018
|
position: absolute;
|
|
@@ -11386,7 +11415,6 @@ body.tox-dialog__disable-scroll {
|
|
|
11386
11415
|
cursor: not-allowed;
|
|
11387
11416
|
}
|
|
11388
11417
|
.tox .tox-textfield:focus,
|
|
11389
|
-
.tox .tox-dialog__iframe.tox-dialog__iframe--bordered:focus-within,
|
|
11390
11418
|
.tox .tox-listboxfield .tox-listbox--select:focus,
|
|
11391
11419
|
.tox .tox-textarea-wrap:focus-within,
|
|
11392
11420
|
.tox .tox-textarea:focus,
|
|
@@ -11716,6 +11744,9 @@ body.tox-dialog__disable-scroll {
|
|
|
11716
11744
|
overflow-wrap: break-word;
|
|
11717
11745
|
word-break: normal;
|
|
11718
11746
|
}
|
|
11747
|
+
.tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
|
|
11748
|
+
word-break: break-all;
|
|
11749
|
+
}
|
|
11719
11750
|
}
|
|
11720
11751
|
.tox .tox-menu__label h1,
|
|
11721
11752
|
.tox .tox-menu__label h2,
|
|
@@ -12216,19 +12247,42 @@ body.tox-dialog__disable-scroll {
|
|
|
12216
12247
|
position: relative;
|
|
12217
12248
|
text-transform: none;
|
|
12218
12249
|
}
|
|
12219
|
-
.tox .tox-
|
|
12250
|
+
.tox .tox-statusbar__path {
|
|
12220
12251
|
display: flex;
|
|
12221
12252
|
flex: 1 1 auto;
|
|
12222
|
-
justify-content: flex-end;
|
|
12223
12253
|
overflow: hidden;
|
|
12254
|
+
text-overflow: ellipsis;
|
|
12255
|
+
white-space: nowrap;
|
|
12224
12256
|
}
|
|
12225
|
-
.tox .tox-
|
|
12257
|
+
.tox .tox-statusbar__right-container {
|
|
12258
|
+
display: flex;
|
|
12259
|
+
justify-content: flex-end;
|
|
12260
|
+
white-space: nowrap;
|
|
12261
|
+
}
|
|
12262
|
+
.tox .tox-statusbar__help-text {
|
|
12263
|
+
text-align: center;
|
|
12264
|
+
}
|
|
12265
|
+
.tox .tox-statusbar__text-container {
|
|
12226
12266
|
display: flex;
|
|
12227
12267
|
flex: 1 1 auto;
|
|
12228
|
-
|
|
12268
|
+
justify-content: space-between;
|
|
12229
12269
|
overflow: hidden;
|
|
12230
|
-
|
|
12231
|
-
|
|
12270
|
+
}
|
|
12271
|
+
@media only screen and (min-width: 768px) {
|
|
12272
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
|
|
12273
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
|
|
12274
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
|
|
12275
|
+
flex: 0 0 33.3333333333%;
|
|
12276
|
+
}
|
|
12277
|
+
}
|
|
12278
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
|
|
12279
|
+
justify-content: flex-end;
|
|
12280
|
+
}
|
|
12281
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
|
|
12282
|
+
justify-content: flex-start;
|
|
12283
|
+
}
|
|
12284
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
|
|
12285
|
+
justify-content: space-around;
|
|
12232
12286
|
}
|
|
12233
12287
|
.tox .tox-statusbar__path > * {
|
|
12234
12288
|
display: inline;
|
|
@@ -12238,6 +12292,14 @@ body.tox-dialog__disable-scroll {
|
|
|
12238
12292
|
flex: 0 0 auto;
|
|
12239
12293
|
margin-left: 1ch;
|
|
12240
12294
|
}
|
|
12295
|
+
@media only screen and (max-width: 767px) {
|
|
12296
|
+
.tox .tox-statusbar__text-container .tox-statusbar__help-text {
|
|
12297
|
+
display: none;
|
|
12298
|
+
}
|
|
12299
|
+
.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
|
|
12300
|
+
display: block;
|
|
12301
|
+
}
|
|
12302
|
+
}
|
|
12241
12303
|
.tox .tox-statusbar a,
|
|
12242
12304
|
.tox .tox-statusbar__path-item,
|
|
12243
12305
|
.tox .tox-statusbar__wordcount {
|
|
@@ -13927,13 +13989,13 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13927
13989
|
transform: translateY(-30px);
|
|
13928
13990
|
}
|
|
13929
13991
|
/*!
|
|
13930
|
-
* Cropper.js v1.
|
|
13992
|
+
* Cropper.js v1.6.1
|
|
13931
13993
|
* https://fengyuanchen.github.io/cropperjs
|
|
13932
13994
|
*
|
|
13933
13995
|
* Copyright 2015-present Chen Fengyuan
|
|
13934
13996
|
* Released under the MIT license
|
|
13935
13997
|
*
|
|
13936
|
-
* Date:
|
|
13998
|
+
* Date: 2023-09-17T03:44:17.565Z
|
|
13937
13999
|
*/
|
|
13938
14000
|
.cropper-container {
|
|
13939
14001
|
direction: ltr;
|
|
@@ -13983,7 +14045,7 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13983
14045
|
display: block;
|
|
13984
14046
|
height: 100%;
|
|
13985
14047
|
outline: 1px solid #39f;
|
|
13986
|
-
outline-color: rgba(51, 153, 255, 75
|
|
14048
|
+
outline-color: rgba(51, 153, 255, 0.75);
|
|
13987
14049
|
overflow: hidden;
|
|
13988
14050
|
width: 100%;
|
|
13989
14051
|
}
|
|
@@ -14849,6 +14911,7 @@ body {
|
|
|
14849
14911
|
}
|
|
14850
14912
|
.a-Layout--headerFixed {
|
|
14851
14913
|
padding-top: var(--Layout-header-height);
|
|
14914
|
+
--affix-offset-top: var(--Layout-header-height);
|
|
14852
14915
|
}
|
|
14853
14916
|
.a-Layout--headerFixed .a-Layout-header {
|
|
14854
14917
|
position: fixed;
|
|
@@ -17353,9 +17416,6 @@ input[type=button].a-Button--block {
|
|
|
17353
17416
|
.a-Modal-header::after {
|
|
17354
17417
|
clear: both;
|
|
17355
17418
|
}
|
|
17356
|
-
.a-Modal-header .Dialog-close {
|
|
17357
|
-
content: var(--dialog-icon-icon);
|
|
17358
|
-
}
|
|
17359
17419
|
.a-Modal-title {
|
|
17360
17420
|
font-size: var(--dialog-header-fontSize);
|
|
17361
17421
|
color: var(--dialog-header-color);
|
|
@@ -17370,6 +17430,9 @@ input[type=button].a-Button--block {
|
|
|
17370
17430
|
vertical-align: middle;
|
|
17371
17431
|
z-index: calc(11 + 1);
|
|
17372
17432
|
}
|
|
17433
|
+
.a-Modal-close .Dialog-close {
|
|
17434
|
+
content: var(--dialog-icon-icon);
|
|
17435
|
+
}
|
|
17373
17436
|
.a-Modal-close svg {
|
|
17374
17437
|
width: var(--dialog-icon-size);
|
|
17375
17438
|
height: var(--dialog-icon-size);
|
|
@@ -17416,70 +17479,34 @@ input[type=button].a-Button--block {
|
|
|
17416
17479
|
margin-left: var(--dialog-footer-margin-left);
|
|
17417
17480
|
}
|
|
17418
17481
|
.a-Modal--2th .a-Modal-content {
|
|
17419
|
-
margin-top: calc(
|
|
17420
|
-
var(--Modal-content-startMarginTop) +
|
|
17421
|
-
1 *
|
|
17422
|
-
var(--Modal-content-stepMarginTop)
|
|
17423
|
-
);
|
|
17482
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop));
|
|
17424
17483
|
}
|
|
17425
17484
|
.a-Modal--3th .a-Modal-content {
|
|
17426
|
-
margin-top: calc(
|
|
17427
|
-
var(--Modal-content-startMarginTop) +
|
|
17428
|
-
2 *
|
|
17429
|
-
var(--Modal-content-stepMarginTop)
|
|
17430
|
-
);
|
|
17485
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop));
|
|
17431
17486
|
}
|
|
17432
17487
|
.a-Modal--4th .a-Modal-content {
|
|
17433
|
-
margin-top: calc(
|
|
17434
|
-
var(--Modal-content-startMarginTop) +
|
|
17435
|
-
3 *
|
|
17436
|
-
var(--Modal-content-stepMarginTop)
|
|
17437
|
-
);
|
|
17488
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop));
|
|
17438
17489
|
}
|
|
17439
17490
|
.a-Modal--5th .a-Modal-content {
|
|
17440
|
-
margin-top: calc(
|
|
17441
|
-
var(--Modal-content-startMarginTop) +
|
|
17442
|
-
4 *
|
|
17443
|
-
var(--Modal-content-stepMarginTop)
|
|
17444
|
-
);
|
|
17491
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop));
|
|
17445
17492
|
}
|
|
17446
17493
|
.a-Modal--6th .a-Modal-content {
|
|
17447
|
-
margin-top: calc(
|
|
17448
|
-
var(--Modal-content-startMarginTop) +
|
|
17449
|
-
5 *
|
|
17450
|
-
var(--Modal-content-stepMarginTop)
|
|
17451
|
-
);
|
|
17494
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop));
|
|
17452
17495
|
}
|
|
17453
17496
|
.a-Modal--7th .a-Modal-content {
|
|
17454
|
-
margin-top: calc(
|
|
17455
|
-
var(--Modal-content-startMarginTop) +
|
|
17456
|
-
6 *
|
|
17457
|
-
var(--Modal-content-stepMarginTop)
|
|
17458
|
-
);
|
|
17497
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop));
|
|
17459
17498
|
}
|
|
17460
17499
|
.a-Modal--8th .a-Modal-content {
|
|
17461
|
-
margin-top: calc(
|
|
17462
|
-
var(--Modal-content-startMarginTop) +
|
|
17463
|
-
7 *
|
|
17464
|
-
var(--Modal-content-stepMarginTop)
|
|
17465
|
-
);
|
|
17500
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop));
|
|
17466
17501
|
}
|
|
17467
17502
|
.a-Modal--9th .a-Modal-content {
|
|
17468
|
-
margin-top: calc(
|
|
17469
|
-
var(--Modal-content-startMarginTop) +
|
|
17470
|
-
8 *
|
|
17471
|
-
var(--Modal-content-stepMarginTop)
|
|
17472
|
-
);
|
|
17503
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop));
|
|
17473
17504
|
}
|
|
17474
17505
|
.a-Modal--10th .a-Modal-content {
|
|
17475
|
-
margin-top: calc(
|
|
17476
|
-
var(--Modal-content-startMarginTop) +
|
|
17477
|
-
9 *
|
|
17478
|
-
var(--Modal-content-stepMarginTop)
|
|
17479
|
-
);
|
|
17506
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop));
|
|
17480
17507
|
}
|
|
17481
17508
|
@media (min-width: 576px) {
|
|
17482
|
-
.a-Modal-content {
|
|
17509
|
+
.a-Modal-content:not(.a-Modal-content-custom) {
|
|
17483
17510
|
max-width: var(--dialog-size-normal-width);
|
|
17484
17511
|
border-width: var(--dialog-default-border-width);
|
|
17485
17512
|
}
|
|
@@ -20230,6 +20257,25 @@ input[type=button].a-Button--block {
|
|
|
20230
20257
|
background: var(--Nav-item-onActive-color);
|
|
20231
20258
|
height: 2px;
|
|
20232
20259
|
}
|
|
20260
|
+
.a-Nav--searchable {
|
|
20261
|
+
display: flex;
|
|
20262
|
+
}
|
|
20263
|
+
.a-Nav--searchable:not(.a-Nav-horizontal) {
|
|
20264
|
+
flex-flow: column nowrap;
|
|
20265
|
+
justify-content: flex-start;
|
|
20266
|
+
align-items: flex-start;
|
|
20267
|
+
}
|
|
20268
|
+
.a-Nav--searchable:not(.a-Nav-horizontal) .a-Nav-SearchBox.is-active {
|
|
20269
|
+
width: 100%;
|
|
20270
|
+
}
|
|
20271
|
+
.a-Nav--searchable.a-Nav-horizontal {
|
|
20272
|
+
flex-flow: column nowrap;
|
|
20273
|
+
justify-content: flex-start;
|
|
20274
|
+
align-items: flex-start;
|
|
20275
|
+
}
|
|
20276
|
+
.a-Nav--searchable.a-Nav-horizontal .a-Nav-SearchBox {
|
|
20277
|
+
margin-left: 1rem;
|
|
20278
|
+
}
|
|
20233
20279
|
.a-Page {
|
|
20234
20280
|
width: 100%;
|
|
20235
20281
|
height: 100%;
|
|
@@ -20319,6 +20365,7 @@ input[type=button].a-Button--block {
|
|
|
20319
20365
|
}
|
|
20320
20366
|
@media (min-width: 768px) {
|
|
20321
20367
|
.a-Page-aside {
|
|
20368
|
+
flex-shrink: 0;
|
|
20322
20369
|
width: var(--Page-aside-width);
|
|
20323
20370
|
border-right: var(--borderWidth) solid var(--borderColor);
|
|
20324
20371
|
}
|
|
@@ -20346,6 +20393,13 @@ input[type=button].a-Button--block {
|
|
|
20346
20393
|
width: 0;
|
|
20347
20394
|
flex-grow: 1;
|
|
20348
20395
|
}
|
|
20396
|
+
.a-Page--asideSticky > .a-Page-aside {
|
|
20397
|
+
position: sticky;
|
|
20398
|
+
top: var(--affix-offset-top);
|
|
20399
|
+
max-height: calc(100vh - var(--affix-offset-top) - var(--affix-offset-bottom));
|
|
20400
|
+
overflow-x: hidden;
|
|
20401
|
+
overflow-y: auto;
|
|
20402
|
+
}
|
|
20349
20403
|
}
|
|
20350
20404
|
.a-Remark {
|
|
20351
20405
|
display: inline-block;
|
|
@@ -20604,19 +20658,10 @@ input[type=button].a-Button--block {
|
|
|
20604
20658
|
/* 子组件 */
|
|
20605
20659
|
}
|
|
20606
20660
|
.a-Panel-fixedBottom {
|
|
20607
|
-
position:
|
|
20661
|
+
position: sticky;
|
|
20608
20662
|
background: var(--white);
|
|
20609
|
-
|
|
20610
|
-
opacity: 0;
|
|
20611
|
-
bottom: 999999px;
|
|
20612
|
-
box-shadow: var(--Panel-fixedBottom-boxShadow);
|
|
20613
|
-
border-top: var(--Panel-fixedBottom-borderTop);
|
|
20614
|
-
}
|
|
20615
|
-
.a-Panel-fixedBottom.in {
|
|
20616
|
-
position: fixed;
|
|
20617
|
-
bottom: 0;
|
|
20663
|
+
bottom: var(--affix-offset-bottom);
|
|
20618
20664
|
z-index: 900;
|
|
20619
|
-
opacity: 1;
|
|
20620
20665
|
}
|
|
20621
20666
|
.a-Panel--default {
|
|
20622
20667
|
border-color: var(--Panel-top-border-color) var(--Panel-right-border-color) var(--Panel-bottom-border-color) var(--Panel-left-border-color);
|
|
@@ -21715,10 +21760,13 @@ input[type=button].a-Button--block {
|
|
|
21715
21760
|
padding-left: 0;
|
|
21716
21761
|
padding-right: 0;
|
|
21717
21762
|
}
|
|
21718
|
-
.a-Form
|
|
21763
|
+
.a-Form {
|
|
21764
|
+
/* 恢复 Form 嵌套场景下的样式 */
|
|
21765
|
+
}
|
|
21766
|
+
.a-Form .a-Collapse {
|
|
21719
21767
|
border: none;
|
|
21720
21768
|
}
|
|
21721
|
-
.a-Form .a-Collapse
|
|
21769
|
+
.a-Form .a-Collapse .a-Collapse-header {
|
|
21722
21770
|
background-color: var(--white);
|
|
21723
21771
|
display: inline-flex;
|
|
21724
21772
|
justify-content: flex-end;
|
|
@@ -21726,9 +21774,23 @@ input[type=button].a-Button--block {
|
|
|
21726
21774
|
flex-direction: row-reverse;
|
|
21727
21775
|
border-radius: 0;
|
|
21728
21776
|
}
|
|
21729
|
-
.a-Form .a-Collapse
|
|
21777
|
+
.a-Form .a-Collapse .a-Collapse-content {
|
|
21730
21778
|
padding: 0;
|
|
21731
21779
|
}
|
|
21780
|
+
.a-Form .a-Collapse-fieldset--disabled {
|
|
21781
|
+
border-width: var(--collapse-default-top-border-width) var(--collapse-default-right-border-width) var(--collapse-default-bottom-border-width) var(--collapse-default-left-border-width);
|
|
21782
|
+
border-style: var(--collapse-default-top-border-style) var(--collapse-default-right-border-style) var(--collapse-default-bottom-border-style) var(--collapse-default-left-border-style);
|
|
21783
|
+
border-color: var(--collapse-default-top-border-color) var(--collapse-default-right-border-color) var(--collapse-default-bottom-border-color) var(--collapse-default-left-border-color);
|
|
21784
|
+
border-radius: var(--collapse-default-top-left-border-radius) var(--collapse-default-top-right-border-radius) var(--collapse-default-bottom-right-border-radius) var(--collapse-default-bottom-left-border-radius);
|
|
21785
|
+
}
|
|
21786
|
+
.a-Form .a-Collapse-fieldset--disabled .a-Collapse-header {
|
|
21787
|
+
background: var(--Collapse-header-bg);
|
|
21788
|
+
display: block;
|
|
21789
|
+
border-radius: unset;
|
|
21790
|
+
}
|
|
21791
|
+
.a-Form .a-Collapse-fieldset--disabled .a-Collapse-content {
|
|
21792
|
+
padding: var(--Collapse-content-padding);
|
|
21793
|
+
}
|
|
21732
21794
|
/* 移动端样式调整 */
|
|
21733
21795
|
@media (max-width: 767px) {
|
|
21734
21796
|
.a-Collapse {
|
|
@@ -22579,9 +22641,7 @@ input[type=button].a-Button--block {
|
|
|
22579
22641
|
user-select: none;
|
|
22580
22642
|
white-space: nowrap;
|
|
22581
22643
|
vertical-align: middle;
|
|
22582
|
-
line-height: calc(
|
|
22583
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22584
|
-
);
|
|
22644
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22585
22645
|
display: inline-block;
|
|
22586
22646
|
font-size: var(--Pick-base-value-fontSize);
|
|
22587
22647
|
color: var(--Pick-base-value-color);
|
|
@@ -22626,9 +22686,7 @@ input[type=button].a-Button--block {
|
|
|
22626
22686
|
user-select: none;
|
|
22627
22687
|
white-space: nowrap;
|
|
22628
22688
|
vertical-align: middle;
|
|
22629
|
-
line-height: calc(
|
|
22630
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22631
|
-
);
|
|
22689
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22632
22690
|
display: inline-block;
|
|
22633
22691
|
font-size: var(--Pick-base-value-fontSize);
|
|
22634
22692
|
color: var(--Pick-base-value-color);
|
|
@@ -22772,9 +22830,7 @@ input[type=button].a-Button--block {
|
|
|
22772
22830
|
-webkit-user-select: none;
|
|
22773
22831
|
-moz-user-select: none;
|
|
22774
22832
|
user-select: none;
|
|
22775
|
-
line-height: calc(
|
|
22776
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22777
|
-
);
|
|
22833
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22778
22834
|
display: inline-block;
|
|
22779
22835
|
font-size: var(--Pick-base-value-fontSize);
|
|
22780
22836
|
color: var(--Pick-base-value-color);
|
|
@@ -22899,6 +22955,7 @@ input[type=button].a-Button--block {
|
|
|
22899
22955
|
}
|
|
22900
22956
|
.a-Table-fixedTop {
|
|
22901
22957
|
position: sticky;
|
|
22958
|
+
top: var(--affix-offset-top);
|
|
22902
22959
|
background: var(--Table-bg);
|
|
22903
22960
|
display: block;
|
|
22904
22961
|
opacity: 1;
|
|
@@ -22920,6 +22977,9 @@ input[type=button].a-Button--block {
|
|
|
22920
22977
|
visibility: hidden;
|
|
22921
22978
|
position: absolute;
|
|
22922
22979
|
}
|
|
22980
|
+
.a-Table-fixedTop .a-Table-table {
|
|
22981
|
+
table-layout: fixed;
|
|
22982
|
+
}
|
|
22923
22983
|
.a-Table-heading {
|
|
22924
22984
|
background: var(--Table-heading-bg);
|
|
22925
22985
|
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
@@ -23165,9 +23225,11 @@ input[type=button].a-Button--block {
|
|
|
23165
23225
|
.a-Table-table > thead > tr {
|
|
23166
23226
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
23167
23227
|
}
|
|
23228
|
+
.a-Table-table-tr {
|
|
23229
|
+
background: var(--Table-bg);
|
|
23230
|
+
}
|
|
23168
23231
|
.a-Table-table > tbody > tr {
|
|
23169
23232
|
position: relative;
|
|
23170
|
-
background: var(--Table-bg);
|
|
23171
23233
|
}
|
|
23172
23234
|
.a-Table-table > tbody > tr + tr {
|
|
23173
23235
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -23565,6 +23627,10 @@ input[type=button].a-Button--block {
|
|
|
23565
23627
|
.a-Table-table > tbody > tr > td.a-Table-primayCell {
|
|
23566
23628
|
white-space: nowrap;
|
|
23567
23629
|
}
|
|
23630
|
+
.a-Table-table > thead > tr > th.a-Table-primayCell > .a-Spinner,
|
|
23631
|
+
.a-Table-table > tbody > tr > td.a-Table-primayCell > .a-Spinner {
|
|
23632
|
+
vertical-align: middle;
|
|
23633
|
+
}
|
|
23568
23634
|
.a-Table.is-mobile .a-Table-table > tbody > tr:hover, .a-Table.is-mobile .a-Table-table > tbody > tr.is-hovered {
|
|
23569
23635
|
background: var(--Table-bg);
|
|
23570
23636
|
border-color: var(--Table-borderColor);
|
|
@@ -23747,6 +23813,13 @@ input[type=button].a-Button--block {
|
|
|
23747
23813
|
.a-Table-footTable > tbody > tr:not(:first-child) {
|
|
23748
23814
|
border-top: var(--Table-borderWidth) solid var(--Table-tbody-borderTopColor);
|
|
23749
23815
|
}
|
|
23816
|
+
.a-Table-retryBtn {
|
|
23817
|
+
color: var(--Form-feedBack-color);
|
|
23818
|
+
cursor: pointer;
|
|
23819
|
+
}
|
|
23820
|
+
.a-Table-retryBtn:hover {
|
|
23821
|
+
color: var(--Form-feedBack-color);
|
|
23822
|
+
}
|
|
23750
23823
|
.a-Table-expandBtn, .a-Table-expandBtn2 {
|
|
23751
23824
|
position: relative;
|
|
23752
23825
|
z-index: 1;
|
|
@@ -24890,10 +24963,9 @@ input[type=button].a-Button--block {
|
|
|
24890
24963
|
background: var(--TableRow-onDisabled-bg);
|
|
24891
24964
|
color: var(--TableRow-onDisabled-color);
|
|
24892
24965
|
}
|
|
24893
|
-
.a-Table2 .a-Table-table > tbody > tr
|
|
24894
|
-
|
|
24895
|
-
|
|
24896
|
-
color: var(--Table-onHover-color);
|
|
24966
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-cell-fix-left,
|
|
24967
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-cell-fix-right {
|
|
24968
|
+
background: inherit;
|
|
24897
24969
|
}
|
|
24898
24970
|
.a-Table2 .a-Table-table > thead > tr > th.a-Table-cell-fix-left-last:after,
|
|
24899
24971
|
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-cell-fix-left-last:after,
|
|
@@ -24910,7 +24982,7 @@ input[type=button].a-Button--block {
|
|
|
24910
24982
|
}
|
|
24911
24983
|
.a-Table2 .a-Table-table > thead > tr > th.a-Table-cell-fix-right-first:after,
|
|
24912
24984
|
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-cell-fix-right-first:after,
|
|
24913
|
-
.a-Table2 .a-Table-table > tfoot > tr > td.a-Table-cell-fix-right-
|
|
24985
|
+
.a-Table2 .a-Table-table > tfoot > tr > td.a-Table-cell-fix-right-first:after {
|
|
24914
24986
|
position: absolute;
|
|
24915
24987
|
top: 0;
|
|
24916
24988
|
bottom: -1px;
|
|
@@ -24948,9 +25020,6 @@ input[type=button].a-Button--block {
|
|
|
24948
25020
|
.a-Table2.a-Table-ping-left .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-fix-left {
|
|
24949
25021
|
border-right: none;
|
|
24950
25022
|
}
|
|
24951
|
-
.a-Table2.a-Table-ping-left .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-fix-left:not(.a-Table-cell-row-hover) {
|
|
24952
|
-
background: #fff;
|
|
24953
|
-
}
|
|
24954
25023
|
.a-Table2.a-Table-ping-left .a-Table-table > tfoot > tr > td:not(:last-child).a-Table-cell-fix-left-last {
|
|
24955
25024
|
border-right: none;
|
|
24956
25025
|
}
|
|
@@ -24965,9 +25034,6 @@ input[type=button].a-Button--block {
|
|
|
24965
25034
|
.a-Table2.a-Table-ping-right .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-fix-right {
|
|
24966
25035
|
border-right: none;
|
|
24967
25036
|
}
|
|
24968
|
-
.a-Table2.a-Table-ping-right .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-fix-right:not(.a-Table-cell-row-hover) {
|
|
24969
|
-
background: #fff;
|
|
24970
|
-
}
|
|
24971
25037
|
.a-Table2.a-Table-ping-right:not(.a-Table-bordered) .a-Table-table > thead > tr > th.a-Table-cell-fix-right-first-prev {
|
|
24972
25038
|
border-right: none;
|
|
24973
25039
|
}
|
|
@@ -25468,6 +25534,7 @@ input[type=button].a-Button--block {
|
|
|
25468
25534
|
position: sticky;
|
|
25469
25535
|
background: var(--white);
|
|
25470
25536
|
z-index: 900;
|
|
25537
|
+
top: var(--affix-offset-top);
|
|
25471
25538
|
}
|
|
25472
25539
|
.a-List-fixedTop .a-Cards-toolbar {
|
|
25473
25540
|
margin-bottom: 0;
|
|
@@ -25658,6 +25725,7 @@ input[type=button].a-Button--block {
|
|
|
25658
25725
|
.a-Cards-fixedTop {
|
|
25659
25726
|
position: sticky;
|
|
25660
25727
|
background: var(--white);
|
|
25728
|
+
top: var(--affix-offset-top);
|
|
25661
25729
|
padding: var(--gap-sm);
|
|
25662
25730
|
z-index: 900;
|
|
25663
25731
|
}
|
|
@@ -26423,14 +26491,43 @@ input[type=button].a-Button--block {
|
|
|
26423
26491
|
border-left-style: dashed;
|
|
26424
26492
|
}
|
|
26425
26493
|
.a-Divider--horizontal {
|
|
26426
|
-
|
|
26494
|
+
position: relative;
|
|
26427
26495
|
height: 0.125rem;
|
|
26496
|
+
border-bottom: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26497
|
+
transform-origin: 0 center;
|
|
26498
|
+
clear: both;
|
|
26428
26499
|
}
|
|
26429
26500
|
.a-Divider--vertical {
|
|
26430
26501
|
border-left: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26431
26502
|
height: var(--sizes-base-15);
|
|
26503
|
+
transform-origin: center bottom;
|
|
26432
26504
|
display: inline-block;
|
|
26433
26505
|
}
|
|
26506
|
+
.a-Divider--with-text {
|
|
26507
|
+
display: flex;
|
|
26508
|
+
align-items: center;
|
|
26509
|
+
height: unset;
|
|
26510
|
+
border-bottom-width: 0 !important;
|
|
26511
|
+
}
|
|
26512
|
+
.a-Divider--with-text::before, .a-Divider--with-text::after {
|
|
26513
|
+
content: "";
|
|
26514
|
+
height: 0;
|
|
26515
|
+
flex: 1;
|
|
26516
|
+
border-bottom: inherit;
|
|
26517
|
+
border-bottom-width: var(--Divider-width);
|
|
26518
|
+
}
|
|
26519
|
+
.a-Divider--with-text.a-Divider--with-text-left:before, .a-Divider--with-text.a-Divider--with-text-right:after {
|
|
26520
|
+
flex-basis: var(--Divider-text-width);
|
|
26521
|
+
flex-grow: 0;
|
|
26522
|
+
}
|
|
26523
|
+
.a-Divider-text {
|
|
26524
|
+
margin: var(--Divider-text-marginTop) var(--Divider-text-marginRight) var(--Divider-text-marginBottom) var(--Divider-text-marginLeft);
|
|
26525
|
+
font-size: var(--Divider-text-fontSize);
|
|
26526
|
+
font-weight: var(--Divider-text-fontWeight);
|
|
26527
|
+
line-height: 1;
|
|
26528
|
+
color: var(--Divider-text-color);
|
|
26529
|
+
box-sizing: border-box;
|
|
26530
|
+
}
|
|
26434
26531
|
/* 移动端样式调整 */
|
|
26435
26532
|
@media (max-width: 767px) {
|
|
26436
26533
|
.a-Divider {
|
|
@@ -26941,13 +27038,23 @@ input[type=button].a-Button--block {
|
|
|
26941
27038
|
-webkit-user-select: none;
|
|
26942
27039
|
-moz-user-select: none;
|
|
26943
27040
|
user-select: none;
|
|
27041
|
+
overflow: hidden;
|
|
26944
27042
|
}
|
|
26945
27043
|
.a-ImageGallery-main > img {
|
|
27044
|
+
cursor: move;
|
|
27045
|
+
cursor: -webkit-grab;
|
|
26946
27046
|
display: block;
|
|
26947
27047
|
max-width: 100%;
|
|
26948
27048
|
max-height: 100%;
|
|
26949
27049
|
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
|
26950
27050
|
}
|
|
27051
|
+
.a-ImageGallery-main.is-dragging > img {
|
|
27052
|
+
transition: none;
|
|
27053
|
+
-webkit-user-select: none;
|
|
27054
|
+
-moz-user-select: none;
|
|
27055
|
+
user-select: none;
|
|
27056
|
+
cursor: -webkit-grabbing;
|
|
27057
|
+
}
|
|
26951
27058
|
.a-ImageGallery-prevBtn, .a-ImageGallery-nextBtn {
|
|
26952
27059
|
position: absolute;
|
|
26953
27060
|
top: 50%;
|
|
@@ -27078,6 +27185,7 @@ input[type=button].a-Button--block {
|
|
|
27078
27185
|
.a-ImageGallery-toolbar {
|
|
27079
27186
|
background-color: var(--image-images-preview-bgColor);
|
|
27080
27187
|
border-radius: var(--image-images-preview-radius);
|
|
27188
|
+
box-shadow: 0 2px 6px 0 rgba(211, 211, 211, 0.5);
|
|
27081
27189
|
display: flex;
|
|
27082
27190
|
align-items: flex-start;
|
|
27083
27191
|
padding: var(--image-images-preview-paddingTop) var(--image-images-preview-paddingRight) var(--image-images-preview-paddingBottom) var(--image-images-preview-paddingLeft);
|
|
@@ -27904,6 +28012,13 @@ input[type=button].a-Button--block {
|
|
|
27904
28012
|
.a-ResultBox-value.is-invalid {
|
|
27905
28013
|
color: var(--Form-selectValue-onInvalid-color);
|
|
27906
28014
|
}
|
|
28015
|
+
.a-ResultBox-valueLabel {
|
|
28016
|
+
max-width: var(--Form-valueLabel-maxWidth);
|
|
28017
|
+
overflow: hidden;
|
|
28018
|
+
vertical-align: top;
|
|
28019
|
+
text-overflow: ellipsis;
|
|
28020
|
+
white-space: nowrap;
|
|
28021
|
+
}
|
|
27907
28022
|
.a-ResultBox-placeholder {
|
|
27908
28023
|
color: var(--Form-input-placeholderColor);
|
|
27909
28024
|
flex-grow: 1;
|
|
@@ -29653,10 +29768,7 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29653
29768
|
overflow: auto;
|
|
29654
29769
|
}
|
|
29655
29770
|
.a-TextControl-sugItem {
|
|
29656
|
-
padding: calc((
|
|
29657
|
-
var(--Form-selectOption-height) - var(--Form-input-lineHeight) *
|
|
29658
|
-
var(--Form-input-fontSize) - 0.125rem
|
|
29659
|
-
) / 2) 0.75rem;
|
|
29771
|
+
padding: calc((var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem) / 2) 0.75rem;
|
|
29660
29772
|
}
|
|
29661
29773
|
.a-TextControl-sugItem svg {
|
|
29662
29774
|
width: 1rem;
|
|
@@ -29702,9 +29814,7 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29702
29814
|
}
|
|
29703
29815
|
.a-TextControl-input--multiple .a-TextControl-value {
|
|
29704
29816
|
white-space: nowrap;
|
|
29705
|
-
line-height: calc(
|
|
29706
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
29707
|
-
);
|
|
29817
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
29708
29818
|
font-size: var(--Form-selectValue-fontSize);
|
|
29709
29819
|
background: var(--Form-select-multiple-bgColor);
|
|
29710
29820
|
border-radius: 0.125rem;
|
|
@@ -29902,6 +30012,7 @@ input.a-TextControl-input-password {
|
|
|
29902
30012
|
}
|
|
29903
30013
|
.a-TextareaControl > textarea.a-TextareaControl-input--counter {
|
|
29904
30014
|
padding-bottom: 23px;
|
|
30015
|
+
display: block !important;
|
|
29905
30016
|
}
|
|
29906
30017
|
.a-TextareaControl > textarea {
|
|
29907
30018
|
border: 1px solid var(--Form-input-borderColor);
|
|
@@ -30518,6 +30629,13 @@ input.a-TextControl-input-password {
|
|
|
30518
30629
|
height: 0.875rem;
|
|
30519
30630
|
margin-right: var(--Checkbox-gap);
|
|
30520
30631
|
}
|
|
30632
|
+
.a-Selection-ellipsis-line {
|
|
30633
|
+
display: inline-block;
|
|
30634
|
+
width: 100%;
|
|
30635
|
+
overflow: hidden;
|
|
30636
|
+
text-overflow: ellipsis;
|
|
30637
|
+
white-space: nowrap;
|
|
30638
|
+
}
|
|
30521
30639
|
.a-GroupedSelection {
|
|
30522
30640
|
max-height: 18.75rem;
|
|
30523
30641
|
height: 100%;
|
|
@@ -30572,6 +30690,7 @@ input.a-TextControl-input-password {
|
|
|
30572
30690
|
}
|
|
30573
30691
|
.a-GroupedSelection-itemLabel {
|
|
30574
30692
|
flex-grow: 1;
|
|
30693
|
+
overflow: hidden;
|
|
30575
30694
|
}
|
|
30576
30695
|
.a-GroupedSelection-itemLabel span {
|
|
30577
30696
|
vertical-align: middle;
|
|
@@ -31008,9 +31127,7 @@ input.a-TextControl-input-password {
|
|
|
31008
31127
|
background: var(--Switch-checked-onActive-bgColor);
|
|
31009
31128
|
}
|
|
31010
31129
|
.a-Switch.is-checked:active .slider::before {
|
|
31011
|
-
left: calc(
|
|
31012
|
-
100% - (var(--Switch-height) + 0.125rem) - 0.125rem
|
|
31013
|
-
);
|
|
31130
|
+
left: calc(100% - (var(--Switch-height) + 0.125rem) - 0.125rem);
|
|
31014
31131
|
}
|
|
31015
31132
|
.a-Switch.is-checked.is-disabled .slider:before {
|
|
31016
31133
|
color: var(--Switch-onDisabled-color);
|
|
@@ -31621,9 +31738,7 @@ input.a-TextControl-input-password {
|
|
|
31621
31738
|
-webkit-user-select: none;
|
|
31622
31739
|
-moz-user-select: none;
|
|
31623
31740
|
user-select: none;
|
|
31624
|
-
line-height: calc(
|
|
31625
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31626
|
-
);
|
|
31741
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
31627
31742
|
display: inline-block;
|
|
31628
31743
|
vertical-align: middle;
|
|
31629
31744
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -31906,9 +32021,7 @@ input.a-TextControl-input-password {
|
|
|
31906
32021
|
align-items: center;
|
|
31907
32022
|
overflow-x: hidden;
|
|
31908
32023
|
overflow-y: auto;
|
|
31909
|
-
max-height: calc((
|
|
31910
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)
|
|
31911
|
-
) * 5);
|
|
32024
|
+
max-height: calc((var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)) * 5);
|
|
31912
32025
|
}
|
|
31913
32026
|
.a-Select-overflow-wrapper .a-Select-value {
|
|
31914
32027
|
position: static;
|
|
@@ -31916,9 +32029,7 @@ input.a-TextControl-input-password {
|
|
|
31916
32029
|
-webkit-user-select: none;
|
|
31917
32030
|
-moz-user-select: none;
|
|
31918
32031
|
user-select: none;
|
|
31919
|
-
line-height: calc(
|
|
31920
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31921
|
-
);
|
|
32032
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
31922
32033
|
display: inline-block;
|
|
31923
32034
|
vertical-align: middle;
|
|
31924
32035
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -32071,6 +32182,7 @@ input.a-TextControl-input-password {
|
|
|
32071
32182
|
.a-Selections-item > label {
|
|
32072
32183
|
flex-basis: 3.125rem;
|
|
32073
32184
|
flex-grow: 1;
|
|
32185
|
+
width: 3.125rem;
|
|
32074
32186
|
}
|
|
32075
32187
|
.a-Selections-item > label.is-invalid {
|
|
32076
32188
|
color: var(--Form-selectValue-onInvalid-color);
|
|
@@ -32245,6 +32357,16 @@ input.a-TextControl-input-password {
|
|
|
32245
32357
|
.a-ListControl-item.is-disabled .b-inherit {
|
|
32246
32358
|
border-color: var(--ListControl-item-onDisabled-borderColor);
|
|
32247
32359
|
}
|
|
32360
|
+
.a-ListControl-item.is-custom {
|
|
32361
|
+
border: none;
|
|
32362
|
+
padding: 0;
|
|
32363
|
+
}
|
|
32364
|
+
.a-ListControl-item.is-custom:hover, .a-ListControl-item.is-custom.is-active {
|
|
32365
|
+
border: none;
|
|
32366
|
+
}
|
|
32367
|
+
.a-ListControl-item.is-custom::before, .a-ListControl-item.is-custom::after {
|
|
32368
|
+
display: none;
|
|
32369
|
+
}
|
|
32248
32370
|
.a-LocationPicker {
|
|
32249
32371
|
position: relative;
|
|
32250
32372
|
display: inline-flex;
|
|
@@ -33922,6 +34044,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33922
34044
|
line-height: 20px;
|
|
33923
34045
|
}
|
|
33924
34046
|
.a-FileControl-description {
|
|
34047
|
+
margin-top: var(--inputFile-base-des-margin);
|
|
34048
|
+
line-height: 20px;
|
|
33925
34049
|
color: var(--inputFile-base-des-color);
|
|
33926
34050
|
font-size: var(--inputFile-base-des-fontSize);
|
|
33927
34051
|
font-weight: var(--inputFile-base-des-fontWeight);
|
|
@@ -34785,6 +34909,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34785
34909
|
height: var(--Tree-itemHeight);
|
|
34786
34910
|
line-height: var(--Tree-itemHeight);
|
|
34787
34911
|
padding-right: var(--Tree-icon-gap);
|
|
34912
|
+
flex-shrink: 0;
|
|
34788
34913
|
}
|
|
34789
34914
|
.a-Tree-item-icons > a {
|
|
34790
34915
|
display: inline-block;
|
|
@@ -34820,10 +34945,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34820
34945
|
border: var(--Form-input-borderWidth) solid var(--inputTree-border-color);
|
|
34821
34946
|
border-radius: var(--inputTree-border-radius);
|
|
34822
34947
|
line-height: var(--inputTree-input-lineHeight);
|
|
34823
|
-
padding: calc((
|
|
34824
|
-
var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) *
|
|
34825
|
-
var(--inputTree-fontSize) - 0.125rem
|
|
34826
|
-
) / 2) var(--Form-input-paddingX);
|
|
34948
|
+
padding: calc((var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem) / 2) var(--Form-input-paddingX);
|
|
34827
34949
|
font-size: var(--inputTree-fontSize);
|
|
34828
34950
|
}
|
|
34829
34951
|
.a-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -34911,7 +35033,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34911
35033
|
}
|
|
34912
35034
|
.a-Tree-itemText {
|
|
34913
35035
|
cursor: pointer;
|
|
34914
|
-
flex: 1 auto;
|
|
34915
35036
|
display: inline-block;
|
|
34916
35037
|
color: var(--inputTree-base-default-color);
|
|
34917
35038
|
font-size: var(--select-tree-fontSize);
|
|
@@ -35251,6 +35372,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35251
35372
|
.a-Combo-delBtn:hover {
|
|
35252
35373
|
color: var(--combo-multi-delBtn-hover-color);
|
|
35253
35374
|
}
|
|
35375
|
+
.a-Tabs--radio .is-active .a-Combo-tab-delBtn {
|
|
35376
|
+
color: var(--Tabs--radio-active-color);
|
|
35377
|
+
}
|
|
35378
|
+
.a-Tabs--radio .is-active .a-Combo-tab-delBtn:hover {
|
|
35379
|
+
color: var(--Tabs--radio-active-color);
|
|
35380
|
+
}
|
|
35254
35381
|
.a-Combo-tab-delBtn {
|
|
35255
35382
|
color: var(--combo-multi-delBtn-color);
|
|
35256
35383
|
cursor: pointer;
|
|
@@ -35258,8 +35385,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35258
35385
|
display: inline-block;
|
|
35259
35386
|
}
|
|
35260
35387
|
.a-Combo-tab-delBtn > svg {
|
|
35261
|
-
width: 0.
|
|
35262
|
-
height: 0.
|
|
35388
|
+
width: 0.875rem;
|
|
35389
|
+
height: 0.875rem;
|
|
35263
35390
|
}
|
|
35264
35391
|
.a-Combo-tab-delBtn:hover {
|
|
35265
35392
|
color: var(--combo-multi-delBtn-hover-color);
|
|
@@ -35771,9 +35898,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35771
35898
|
user-select: none;
|
|
35772
35899
|
white-space: nowrap;
|
|
35773
35900
|
vertical-align: middle;
|
|
35774
|
-
line-height: calc(
|
|
35775
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35776
|
-
);
|
|
35901
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
35777
35902
|
display: inline-block;
|
|
35778
35903
|
font-size: var(--Pick-base-value-fontSize);
|
|
35779
35904
|
color: var(--Pick-base-value-color);
|
|
@@ -35871,9 +35996,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35871
35996
|
user-select: none;
|
|
35872
35997
|
white-space: nowrap;
|
|
35873
35998
|
vertical-align: middle;
|
|
35874
|
-
line-height: calc(
|
|
35875
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35876
|
-
);
|
|
35999
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
35877
36000
|
display: inline-block;
|
|
35878
36001
|
font-size: var(--Pick-base-value-fontSize);
|
|
35879
36002
|
color: var(--Pick-base-value-color);
|
|
@@ -37313,7 +37436,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37313
37436
|
}
|
|
37314
37437
|
.a-IconSelectControl-icon-list-item-info-name {
|
|
37315
37438
|
margin: 0;
|
|
37316
|
-
margin-bottom: var(--IconSelect-xs-margin);
|
|
37317
37439
|
font-size: var(--IconSelect-type-font-size);
|
|
37318
37440
|
color: var(--IconSelect-icon-name-color);
|
|
37319
37441
|
}
|
|
@@ -39051,6 +39173,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39051
39173
|
.a-FormulaEditor-VariableList-base.is-scrollable {
|
|
39052
39174
|
overflow-x: auto;
|
|
39053
39175
|
overflow-y: auto;
|
|
39176
|
+
max-height: 100% !important;
|
|
39054
39177
|
}
|
|
39055
39178
|
.a-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
39056
39179
|
width: 6px;
|
|
@@ -39186,7 +39309,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39186
39309
|
min-width: 100px;
|
|
39187
39310
|
padding: 0 5px;
|
|
39188
39311
|
margin: 5px;
|
|
39189
|
-
text-align:
|
|
39312
|
+
text-align: left;
|
|
39190
39313
|
}
|
|
39191
39314
|
.a-FormulaEditor-VariableList-item-oper li {
|
|
39192
39315
|
line-height: 24px;
|
|
@@ -40275,8 +40398,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40275
40398
|
}
|
|
40276
40399
|
.a-Nav-Menu-vertical.a-Nav-Menu-sub {
|
|
40277
40400
|
min-width: 160px;
|
|
40278
|
-
border-radius: 2px;
|
|
40279
|
-
box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
|
|
40280
40401
|
}
|
|
40281
40402
|
.a-Nav-Menu-item, .a-Nav-Menu-submenu-title {
|
|
40282
40403
|
margin: 0;
|
|
@@ -40487,6 +40608,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40487
40608
|
background-color: var(--Layout-light-backgroundColor);
|
|
40488
40609
|
line-height: var(--Nav-Item-height);
|
|
40489
40610
|
cursor: pointer;
|
|
40611
|
+
border-radius: 2px;
|
|
40612
|
+
max-height: 400px;
|
|
40613
|
+
overflow-y: auto;
|
|
40614
|
+
box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
|
|
40490
40615
|
}
|
|
40491
40616
|
.a-Nav-Menu-submenu-popup .a-Nav-Menu-submenu-title .a-Nav-Menu-item-link .a-Nav-Menu-submenu-arrow {
|
|
40492
40617
|
display: none;
|