amis-ui 3.4.2 → 3.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.d.ts +1 -0
- package/esm/components/Alert.js +4 -2
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.js +5 -3
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.js +2 -2
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.d.ts +1 -0
- package/esm/components/ContextMenu.js +4 -2
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.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.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +3 -2
- package/esm/components/InputTable.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.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.js +1 -1
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.d.ts +2 -1
- package/esm/components/ResultList.js +12 -3
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.js +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 +3 -2
- package/esm/components/TreeSelection.js +3 -2
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +1 -1
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +1 -1
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.js +1 -1
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +7 -6
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +17 -17
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/SubMenu.js +1 -1
- package/esm/components/menu/index.js +1 -1
- package/esm/components/schema-editor/Array.js +1 -1
- package/esm/components/schema-editor/Common.js +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.js +3 -3
- package/esm/components/table/ColGroup.d.ts +19 -0
- package/esm/components/table/ColGroup.js +52 -0
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +56 -3
- package/esm/components/table/index.js +149 -89
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locale/de-DE.js +1 -1
- package/esm/locale/en-US.js +1 -1
- package/esm/locale/zh-CN.js +1 -1
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +41 -40
- package/lib/components/Alert.js +4 -2
- package/lib/components/Alert2.d.ts +10 -10
- 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 +70 -70
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +30 -30
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +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 +120 -120
- 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 +30 -30
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +80 -80
- package/lib/components/DropDownSelection.js +3 -2
- package/lib/components/Editor.d.ts +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 +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 +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 +80 -80
- package/lib/components/Pagination.js +1 -1
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.d.ts +120 -120
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +50 -50
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +10 -10
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +80 -80
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +42 -41
- package/lib/components/ResultList.js +12 -3
- package/lib/components/ResultTableList.d.ts +80 -80
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +80 -80
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +1160 -1160
- 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 +50 -50
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +8 -4
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +80 -80
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +40 -40
- 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 +80 -80
- 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 +160 -160
- package/lib/components/Tree.js +3 -2
- package/lib/components/TreeSelection.d.ts +80 -80
- package/lib/components/TreeSelection.js +3 -2
- package/lib/components/UserSelect.d.ts +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.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 +60 -60
- package/lib/components/menu/index.js +1 -1
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +40 -40
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.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 +40 -40
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +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 +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +187 -127
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +187 -127
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +187 -127
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +187 -127
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +187 -127
- package/package.json +4 -4
- package/scss/_components.scss +9 -2
- package/scss/components/_collapse.scss +31 -1
- package/scss/components/_divider.scss +37 -2
- package/scss/components/_formula.scss +2 -1
- package/scss/components/_menu.scss +6 -3
- package/scss/components/_modal.scss +5 -5
- package/scss/components/_table.scss +7 -1
- package/scss/components/_table2.scss +4 -15
- package/scss/components/form/_combo.scss +9 -2
- package/scss/components/form/_icon-select.scss +0 -1
- package/scss/components/form/_result-list.scss +1 -0
- package/scss/components/form/_selection.scss +7 -0
- package/scss/components/form/_textarea.scss +5 -5
package/lib/themes/ang.css
CHANGED
|
@@ -3252,6 +3252,14 @@
|
|
|
3252
3252
|
--Divider-marginLeft: var(--sizes-size-0);
|
|
3253
3253
|
--Divider-marginRight: var(--sizes-size-0);
|
|
3254
3254
|
--Divider-marginBottom: var(--sizes-size-7);
|
|
3255
|
+
--Divider-text-width: 5%;
|
|
3256
|
+
--Divider-text-fontSize: var(--fonts-size-7);
|
|
3257
|
+
--Divider-text-fontWeight: var(--fonts-weight-6);
|
|
3258
|
+
--Divider-text-color: var(--colors-neutral-text-2);
|
|
3259
|
+
--Divider-text-marginTop: var(--sizes-size-0);
|
|
3260
|
+
--Divider-text-marginLeft: var(--sizes-size-9);
|
|
3261
|
+
--Divider-text-marginRight: var(--sizes-size-9);
|
|
3262
|
+
--Divider-text-marginBottom: var(--sizes-size-0);
|
|
3255
3263
|
--inputFile-base-des-color: var(--colors-neutral-text-2);
|
|
3256
3264
|
--inputFile-base-des-fontSize: var(--fonts-size-7);
|
|
3257
3265
|
--inputFile-base-des-fontWeight: var(--fonts-weight-6);
|
|
@@ -4177,7 +4185,7 @@
|
|
|
4177
4185
|
--Toast--danger-bottom-left-border-radius: var(--borders-radius-3);
|
|
4178
4186
|
--Toast--danger-bgColor: var(--colors-neutral-fill-11);
|
|
4179
4187
|
--Toast--info-color: var(--colors-neutral-text-2);
|
|
4180
|
-
--Toast--info-fontSize: var(--fonts-size-
|
|
4188
|
+
--Toast--info-fontSize: var(--fonts-size-8);
|
|
4181
4189
|
--Toast--info-fontWeight: var(--fonts-weight-6);
|
|
4182
4190
|
--Toast--info-top-border-color: var(--colors-neutral-line-11);
|
|
4183
4191
|
--Toast--info-top-border-width: var(--borders-width-2);
|
|
@@ -4193,7 +4201,6 @@
|
|
|
4193
4201
|
--Toast--info-left-border-style: var(--borders-style-2);
|
|
4194
4202
|
--Toast--info-bgColor: var(--colors-neutral-fill-11);
|
|
4195
4203
|
--Toast--success-color: var(--colors-neutral-text-2);
|
|
4196
|
-
--Toast--success-fontSize: var(--fonts-weight-6);
|
|
4197
4204
|
--Toast--success-fontWeight: var(--fonts-weight-6);
|
|
4198
4205
|
--Toast--success-fontSize: var(--fonts-size-8);
|
|
4199
4206
|
--Toast--success-fontWeight: var(--fonts-weight-6);
|
|
@@ -10115,6 +10122,7 @@ button::-moz-focus-inner {
|
|
|
10115
10122
|
font-style: normal;
|
|
10116
10123
|
font-weight: normal;
|
|
10117
10124
|
line-height: 24px;
|
|
10125
|
+
max-width: 100%;
|
|
10118
10126
|
text-transform: none;
|
|
10119
10127
|
word-break: break-all;
|
|
10120
10128
|
}
|
|
@@ -10823,16 +10831,21 @@ button::-moz-focus-inner {
|
|
|
10823
10831
|
.tox .tox-dialog__body-content a {
|
|
10824
10832
|
color: #006ce7;
|
|
10825
10833
|
cursor: pointer;
|
|
10826
|
-
text-decoration:
|
|
10834
|
+
text-decoration: underline;
|
|
10827
10835
|
}
|
|
10828
10836
|
.tox .tox-dialog__body-content a:hover,
|
|
10829
10837
|
.tox .tox-dialog__body-content a:focus {
|
|
10830
|
-
color: #
|
|
10831
|
-
text-decoration:
|
|
10838
|
+
color: #003c81;
|
|
10839
|
+
text-decoration: underline;
|
|
10840
|
+
}
|
|
10841
|
+
.tox .tox-dialog__body-content a:focus-visible {
|
|
10842
|
+
border-radius: 1px;
|
|
10843
|
+
outline: 2px solid #006ce7;
|
|
10844
|
+
outline-offset: 2px;
|
|
10832
10845
|
}
|
|
10833
10846
|
.tox .tox-dialog__body-content a:active {
|
|
10834
|
-
color: #
|
|
10835
|
-
text-decoration:
|
|
10847
|
+
color: #00244e;
|
|
10848
|
+
text-decoration: underline;
|
|
10836
10849
|
}
|
|
10837
10850
|
.tox .tox-dialog__body-content svg {
|
|
10838
10851
|
fill: #222f3e;
|
|
@@ -10981,9 +10994,23 @@ button::-moz-focus-inner {
|
|
|
10981
10994
|
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
|
10982
10995
|
background: #fff;
|
|
10983
10996
|
}
|
|
10984
|
-
.tox .tox-
|
|
10997
|
+
.tox .tox-navobj-bordered {
|
|
10998
|
+
position: relative;
|
|
10999
|
+
}
|
|
11000
|
+
.tox .tox-navobj-bordered::before {
|
|
10985
11001
|
border: 1px solid #eeeeee;
|
|
10986
11002
|
border-radius: 6px;
|
|
11003
|
+
content: "";
|
|
11004
|
+
inset: 0;
|
|
11005
|
+
opacity: 1;
|
|
11006
|
+
pointer-events: none;
|
|
11007
|
+
position: absolute;
|
|
11008
|
+
z-index: 1;
|
|
11009
|
+
}
|
|
11010
|
+
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
|
|
11011
|
+
border-color: #006ce7;
|
|
11012
|
+
box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
|
|
11013
|
+
outline: none;
|
|
10987
11014
|
}
|
|
10988
11015
|
.tox .tox-dialog__popups {
|
|
10989
11016
|
position: absolute;
|
|
@@ -11386,7 +11413,6 @@ body.tox-dialog__disable-scroll {
|
|
|
11386
11413
|
cursor: not-allowed;
|
|
11387
11414
|
}
|
|
11388
11415
|
.tox .tox-textfield:focus,
|
|
11389
|
-
.tox .tox-dialog__iframe.tox-dialog__iframe--bordered:focus-within,
|
|
11390
11416
|
.tox .tox-listboxfield .tox-listbox--select:focus,
|
|
11391
11417
|
.tox .tox-textarea-wrap:focus-within,
|
|
11392
11418
|
.tox .tox-textarea:focus,
|
|
@@ -11716,6 +11742,9 @@ body.tox-dialog__disable-scroll {
|
|
|
11716
11742
|
overflow-wrap: break-word;
|
|
11717
11743
|
word-break: normal;
|
|
11718
11744
|
}
|
|
11745
|
+
.tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
|
|
11746
|
+
word-break: break-all;
|
|
11747
|
+
}
|
|
11719
11748
|
}
|
|
11720
11749
|
.tox .tox-menu__label h1,
|
|
11721
11750
|
.tox .tox-menu__label h2,
|
|
@@ -12216,19 +12245,42 @@ body.tox-dialog__disable-scroll {
|
|
|
12216
12245
|
position: relative;
|
|
12217
12246
|
text-transform: none;
|
|
12218
12247
|
}
|
|
12219
|
-
.tox .tox-
|
|
12248
|
+
.tox .tox-statusbar__path {
|
|
12220
12249
|
display: flex;
|
|
12221
12250
|
flex: 1 1 auto;
|
|
12222
|
-
justify-content: flex-end;
|
|
12223
12251
|
overflow: hidden;
|
|
12252
|
+
text-overflow: ellipsis;
|
|
12253
|
+
white-space: nowrap;
|
|
12224
12254
|
}
|
|
12225
|
-
.tox .tox-
|
|
12255
|
+
.tox .tox-statusbar__right-container {
|
|
12256
|
+
display: flex;
|
|
12257
|
+
justify-content: flex-end;
|
|
12258
|
+
white-space: nowrap;
|
|
12259
|
+
}
|
|
12260
|
+
.tox .tox-statusbar__help-text {
|
|
12261
|
+
text-align: center;
|
|
12262
|
+
}
|
|
12263
|
+
.tox .tox-statusbar__text-container {
|
|
12226
12264
|
display: flex;
|
|
12227
12265
|
flex: 1 1 auto;
|
|
12228
|
-
|
|
12266
|
+
justify-content: space-between;
|
|
12229
12267
|
overflow: hidden;
|
|
12230
|
-
|
|
12231
|
-
|
|
12268
|
+
}
|
|
12269
|
+
@media only screen and (min-width: 768px) {
|
|
12270
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
|
|
12271
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
|
|
12272
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
|
|
12273
|
+
flex: 0 0 33.3333333333%;
|
|
12274
|
+
}
|
|
12275
|
+
}
|
|
12276
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
|
|
12277
|
+
justify-content: flex-end;
|
|
12278
|
+
}
|
|
12279
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
|
|
12280
|
+
justify-content: flex-start;
|
|
12281
|
+
}
|
|
12282
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
|
|
12283
|
+
justify-content: space-around;
|
|
12232
12284
|
}
|
|
12233
12285
|
.tox .tox-statusbar__path > * {
|
|
12234
12286
|
display: inline;
|
|
@@ -12238,6 +12290,14 @@ body.tox-dialog__disable-scroll {
|
|
|
12238
12290
|
flex: 0 0 auto;
|
|
12239
12291
|
margin-left: 1ch;
|
|
12240
12292
|
}
|
|
12293
|
+
@media only screen and (max-width: 767px) {
|
|
12294
|
+
.tox .tox-statusbar__text-container .tox-statusbar__help-text {
|
|
12295
|
+
display: none;
|
|
12296
|
+
}
|
|
12297
|
+
.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
|
|
12298
|
+
display: block;
|
|
12299
|
+
}
|
|
12300
|
+
}
|
|
12241
12301
|
.tox .tox-statusbar a,
|
|
12242
12302
|
.tox .tox-statusbar__path-item,
|
|
12243
12303
|
.tox .tox-statusbar__wordcount {
|
|
@@ -13927,13 +13987,13 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13927
13987
|
transform: translateY(-30px);
|
|
13928
13988
|
}
|
|
13929
13989
|
/*!
|
|
13930
|
-
* Cropper.js v1.
|
|
13990
|
+
* Cropper.js v1.6.1
|
|
13931
13991
|
* https://fengyuanchen.github.io/cropperjs
|
|
13932
13992
|
*
|
|
13933
13993
|
* Copyright 2015-present Chen Fengyuan
|
|
13934
13994
|
* Released under the MIT license
|
|
13935
13995
|
*
|
|
13936
|
-
* Date:
|
|
13996
|
+
* Date: 2023-09-17T03:44:17.565Z
|
|
13937
13997
|
*/
|
|
13938
13998
|
.cropper-container {
|
|
13939
13999
|
direction: ltr;
|
|
@@ -13983,7 +14043,7 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13983
14043
|
display: block;
|
|
13984
14044
|
height: 100%;
|
|
13985
14045
|
outline: 1px solid #39f;
|
|
13986
|
-
outline-color: rgba(51, 153, 255, 75
|
|
14046
|
+
outline-color: rgba(51, 153, 255, 0.75);
|
|
13987
14047
|
overflow: hidden;
|
|
13988
14048
|
width: 100%;
|
|
13989
14049
|
}
|
|
@@ -17353,9 +17413,6 @@ input[type=button].a-Button--block {
|
|
|
17353
17413
|
.a-Modal-header::after {
|
|
17354
17414
|
clear: both;
|
|
17355
17415
|
}
|
|
17356
|
-
.a-Modal-header .Dialog-close {
|
|
17357
|
-
content: var(--dialog-icon-icon);
|
|
17358
|
-
}
|
|
17359
17416
|
.a-Modal-title {
|
|
17360
17417
|
font-size: var(--dialog-header-fontSize);
|
|
17361
17418
|
color: var(--dialog-header-color);
|
|
@@ -17370,6 +17427,9 @@ input[type=button].a-Button--block {
|
|
|
17370
17427
|
vertical-align: middle;
|
|
17371
17428
|
z-index: calc(11 + 1);
|
|
17372
17429
|
}
|
|
17430
|
+
.a-Modal-close .Dialog-close {
|
|
17431
|
+
content: var(--dialog-icon-icon);
|
|
17432
|
+
}
|
|
17373
17433
|
.a-Modal-close svg {
|
|
17374
17434
|
width: var(--dialog-icon-size);
|
|
17375
17435
|
height: var(--dialog-icon-size);
|
|
@@ -17416,70 +17476,34 @@ input[type=button].a-Button--block {
|
|
|
17416
17476
|
margin-left: var(--dialog-footer-margin-left);
|
|
17417
17477
|
}
|
|
17418
17478
|
.a-Modal--2th .a-Modal-content {
|
|
17419
|
-
margin-top: calc(
|
|
17420
|
-
var(--Modal-content-startMarginTop) +
|
|
17421
|
-
1 *
|
|
17422
|
-
var(--Modal-content-stepMarginTop)
|
|
17423
|
-
);
|
|
17479
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop));
|
|
17424
17480
|
}
|
|
17425
17481
|
.a-Modal--3th .a-Modal-content {
|
|
17426
|
-
margin-top: calc(
|
|
17427
|
-
var(--Modal-content-startMarginTop) +
|
|
17428
|
-
2 *
|
|
17429
|
-
var(--Modal-content-stepMarginTop)
|
|
17430
|
-
);
|
|
17482
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop));
|
|
17431
17483
|
}
|
|
17432
17484
|
.a-Modal--4th .a-Modal-content {
|
|
17433
|
-
margin-top: calc(
|
|
17434
|
-
var(--Modal-content-startMarginTop) +
|
|
17435
|
-
3 *
|
|
17436
|
-
var(--Modal-content-stepMarginTop)
|
|
17437
|
-
);
|
|
17485
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop));
|
|
17438
17486
|
}
|
|
17439
17487
|
.a-Modal--5th .a-Modal-content {
|
|
17440
|
-
margin-top: calc(
|
|
17441
|
-
var(--Modal-content-startMarginTop) +
|
|
17442
|
-
4 *
|
|
17443
|
-
var(--Modal-content-stepMarginTop)
|
|
17444
|
-
);
|
|
17488
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop));
|
|
17445
17489
|
}
|
|
17446
17490
|
.a-Modal--6th .a-Modal-content {
|
|
17447
|
-
margin-top: calc(
|
|
17448
|
-
var(--Modal-content-startMarginTop) +
|
|
17449
|
-
5 *
|
|
17450
|
-
var(--Modal-content-stepMarginTop)
|
|
17451
|
-
);
|
|
17491
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop));
|
|
17452
17492
|
}
|
|
17453
17493
|
.a-Modal--7th .a-Modal-content {
|
|
17454
|
-
margin-top: calc(
|
|
17455
|
-
var(--Modal-content-startMarginTop) +
|
|
17456
|
-
6 *
|
|
17457
|
-
var(--Modal-content-stepMarginTop)
|
|
17458
|
-
);
|
|
17494
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop));
|
|
17459
17495
|
}
|
|
17460
17496
|
.a-Modal--8th .a-Modal-content {
|
|
17461
|
-
margin-top: calc(
|
|
17462
|
-
var(--Modal-content-startMarginTop) +
|
|
17463
|
-
7 *
|
|
17464
|
-
var(--Modal-content-stepMarginTop)
|
|
17465
|
-
);
|
|
17497
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop));
|
|
17466
17498
|
}
|
|
17467
17499
|
.a-Modal--9th .a-Modal-content {
|
|
17468
|
-
margin-top: calc(
|
|
17469
|
-
var(--Modal-content-startMarginTop) +
|
|
17470
|
-
8 *
|
|
17471
|
-
var(--Modal-content-stepMarginTop)
|
|
17472
|
-
);
|
|
17500
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop));
|
|
17473
17501
|
}
|
|
17474
17502
|
.a-Modal--10th .a-Modal-content {
|
|
17475
|
-
margin-top: calc(
|
|
17476
|
-
var(--Modal-content-startMarginTop) +
|
|
17477
|
-
9 *
|
|
17478
|
-
var(--Modal-content-stepMarginTop)
|
|
17479
|
-
);
|
|
17503
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop));
|
|
17480
17504
|
}
|
|
17481
17505
|
@media (min-width: 576px) {
|
|
17482
|
-
.a-Modal-content {
|
|
17506
|
+
.a-Modal-content:not(.a-Modal-content-custom) {
|
|
17483
17507
|
max-width: var(--dialog-size-normal-width);
|
|
17484
17508
|
border-width: var(--dialog-default-border-width);
|
|
17485
17509
|
}
|
|
@@ -21715,10 +21739,13 @@ input[type=button].a-Button--block {
|
|
|
21715
21739
|
padding-left: 0;
|
|
21716
21740
|
padding-right: 0;
|
|
21717
21741
|
}
|
|
21718
|
-
.a-Form
|
|
21742
|
+
.a-Form {
|
|
21743
|
+
/* 恢复 Form 嵌套场景下的样式 */
|
|
21744
|
+
}
|
|
21745
|
+
.a-Form .a-Collapse {
|
|
21719
21746
|
border: none;
|
|
21720
21747
|
}
|
|
21721
|
-
.a-Form .a-Collapse
|
|
21748
|
+
.a-Form .a-Collapse .a-Collapse-header {
|
|
21722
21749
|
background-color: var(--white);
|
|
21723
21750
|
display: inline-flex;
|
|
21724
21751
|
justify-content: flex-end;
|
|
@@ -21726,9 +21753,23 @@ input[type=button].a-Button--block {
|
|
|
21726
21753
|
flex-direction: row-reverse;
|
|
21727
21754
|
border-radius: 0;
|
|
21728
21755
|
}
|
|
21729
|
-
.a-Form .a-Collapse
|
|
21756
|
+
.a-Form .a-Collapse .a-Collapse-content {
|
|
21730
21757
|
padding: 0;
|
|
21731
21758
|
}
|
|
21759
|
+
.a-Form .a-Collapse-fieldset--disabled {
|
|
21760
|
+
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);
|
|
21761
|
+
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);
|
|
21762
|
+
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);
|
|
21763
|
+
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);
|
|
21764
|
+
}
|
|
21765
|
+
.a-Form .a-Collapse-fieldset--disabled .a-Collapse-header {
|
|
21766
|
+
background: var(--Collapse-header-bg);
|
|
21767
|
+
display: block;
|
|
21768
|
+
border-radius: unset;
|
|
21769
|
+
}
|
|
21770
|
+
.a-Form .a-Collapse-fieldset--disabled .a-Collapse-content {
|
|
21771
|
+
padding: var(--Collapse-content-padding);
|
|
21772
|
+
}
|
|
21732
21773
|
/* 移动端样式调整 */
|
|
21733
21774
|
@media (max-width: 767px) {
|
|
21734
21775
|
.a-Collapse {
|
|
@@ -22579,9 +22620,7 @@ input[type=button].a-Button--block {
|
|
|
22579
22620
|
user-select: none;
|
|
22580
22621
|
white-space: nowrap;
|
|
22581
22622
|
vertical-align: middle;
|
|
22582
|
-
line-height: calc(
|
|
22583
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22584
|
-
);
|
|
22623
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22585
22624
|
display: inline-block;
|
|
22586
22625
|
font-size: var(--Pick-base-value-fontSize);
|
|
22587
22626
|
color: var(--Pick-base-value-color);
|
|
@@ -22626,9 +22665,7 @@ input[type=button].a-Button--block {
|
|
|
22626
22665
|
user-select: none;
|
|
22627
22666
|
white-space: nowrap;
|
|
22628
22667
|
vertical-align: middle;
|
|
22629
|
-
line-height: calc(
|
|
22630
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22631
|
-
);
|
|
22668
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22632
22669
|
display: inline-block;
|
|
22633
22670
|
font-size: var(--Pick-base-value-fontSize);
|
|
22634
22671
|
color: var(--Pick-base-value-color);
|
|
@@ -22772,9 +22809,7 @@ input[type=button].a-Button--block {
|
|
|
22772
22809
|
-webkit-user-select: none;
|
|
22773
22810
|
-moz-user-select: none;
|
|
22774
22811
|
user-select: none;
|
|
22775
|
-
line-height: calc(
|
|
22776
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22777
|
-
);
|
|
22812
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22778
22813
|
display: inline-block;
|
|
22779
22814
|
font-size: var(--Pick-base-value-fontSize);
|
|
22780
22815
|
color: var(--Pick-base-value-color);
|
|
@@ -22920,6 +22955,9 @@ input[type=button].a-Button--block {
|
|
|
22920
22955
|
visibility: hidden;
|
|
22921
22956
|
position: absolute;
|
|
22922
22957
|
}
|
|
22958
|
+
.a-Table-fixedTop .a-Table-table {
|
|
22959
|
+
table-layout: fixed;
|
|
22960
|
+
}
|
|
22923
22961
|
.a-Table-heading {
|
|
22924
22962
|
background: var(--Table-heading-bg);
|
|
22925
22963
|
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
@@ -23165,9 +23203,11 @@ input[type=button].a-Button--block {
|
|
|
23165
23203
|
.a-Table-table > thead > tr {
|
|
23166
23204
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
23167
23205
|
}
|
|
23206
|
+
.a-Table-table-tr {
|
|
23207
|
+
background: var(--Table-bg);
|
|
23208
|
+
}
|
|
23168
23209
|
.a-Table-table > tbody > tr {
|
|
23169
23210
|
position: relative;
|
|
23170
|
-
background: var(--Table-bg);
|
|
23171
23211
|
}
|
|
23172
23212
|
.a-Table-table > tbody > tr + tr {
|
|
23173
23213
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -24890,10 +24930,9 @@ input[type=button].a-Button--block {
|
|
|
24890
24930
|
background: var(--TableRow-onDisabled-bg);
|
|
24891
24931
|
color: var(--TableRow-onDisabled-color);
|
|
24892
24932
|
}
|
|
24893
|
-
.a-Table2 .a-Table-table > tbody > tr
|
|
24894
|
-
|
|
24895
|
-
|
|
24896
|
-
color: var(--Table-onHover-color);
|
|
24933
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-cell-fix-left,
|
|
24934
|
+
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-cell-fix-right {
|
|
24935
|
+
background: inherit;
|
|
24897
24936
|
}
|
|
24898
24937
|
.a-Table2 .a-Table-table > thead > tr > th.a-Table-cell-fix-left-last:after,
|
|
24899
24938
|
.a-Table2 .a-Table-table > tbody > tr > td.a-Table-cell-fix-left-last:after,
|
|
@@ -24910,7 +24949,7 @@ input[type=button].a-Button--block {
|
|
|
24910
24949
|
}
|
|
24911
24950
|
.a-Table2 .a-Table-table > thead > tr > th.a-Table-cell-fix-right-first:after,
|
|
24912
24951
|
.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-
|
|
24952
|
+
.a-Table2 .a-Table-table > tfoot > tr > td.a-Table-cell-fix-right-first:after {
|
|
24914
24953
|
position: absolute;
|
|
24915
24954
|
top: 0;
|
|
24916
24955
|
bottom: -1px;
|
|
@@ -24948,9 +24987,6 @@ input[type=button].a-Button--block {
|
|
|
24948
24987
|
.a-Table2.a-Table-ping-left .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-fix-left {
|
|
24949
24988
|
border-right: none;
|
|
24950
24989
|
}
|
|
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
24990
|
.a-Table2.a-Table-ping-left .a-Table-table > tfoot > tr > td:not(:last-child).a-Table-cell-fix-left-last {
|
|
24955
24991
|
border-right: none;
|
|
24956
24992
|
}
|
|
@@ -24965,9 +25001,6 @@ input[type=button].a-Button--block {
|
|
|
24965
25001
|
.a-Table2.a-Table-ping-right .a-Table-table > tbody > tr:not(.a-Table-row-disabled) > td.a-Table-cell-fix-right {
|
|
24966
25002
|
border-right: none;
|
|
24967
25003
|
}
|
|
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
25004
|
.a-Table2.a-Table-ping-right:not(.a-Table-bordered) .a-Table-table > thead > tr > th.a-Table-cell-fix-right-first-prev {
|
|
24972
25005
|
border-right: none;
|
|
24973
25006
|
}
|
|
@@ -26423,14 +26456,43 @@ input[type=button].a-Button--block {
|
|
|
26423
26456
|
border-left-style: dashed;
|
|
26424
26457
|
}
|
|
26425
26458
|
.a-Divider--horizontal {
|
|
26426
|
-
|
|
26459
|
+
position: relative;
|
|
26427
26460
|
height: 0.125rem;
|
|
26461
|
+
border-bottom: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26462
|
+
transform-origin: 0 center;
|
|
26463
|
+
clear: both;
|
|
26428
26464
|
}
|
|
26429
26465
|
.a-Divider--vertical {
|
|
26430
26466
|
border-left: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26431
26467
|
height: var(--sizes-base-15);
|
|
26468
|
+
transform-origin: center bottom;
|
|
26432
26469
|
display: inline-block;
|
|
26433
26470
|
}
|
|
26471
|
+
.a-Divider--with-text {
|
|
26472
|
+
display: flex;
|
|
26473
|
+
align-items: center;
|
|
26474
|
+
height: unset;
|
|
26475
|
+
border-bottom-width: 0 !important;
|
|
26476
|
+
}
|
|
26477
|
+
.a-Divider--with-text::before, .a-Divider--with-text::after {
|
|
26478
|
+
content: "";
|
|
26479
|
+
height: 0;
|
|
26480
|
+
flex: 1;
|
|
26481
|
+
border-bottom: inherit;
|
|
26482
|
+
border-bottom-width: var(--Divider-width);
|
|
26483
|
+
}
|
|
26484
|
+
.a-Divider--with-text.a-Divider--with-text-left:before, .a-Divider--with-text.a-Divider--with-text-right:after {
|
|
26485
|
+
flex-basis: var(--Divider-text-width);
|
|
26486
|
+
flex-grow: 0;
|
|
26487
|
+
}
|
|
26488
|
+
.a-Divider-text {
|
|
26489
|
+
margin: var(--Divider-text-marginTop) var(--Divider-text-marginRight) var(--Divider-text-marginBottom) var(--Divider-text-marginLeft);
|
|
26490
|
+
font-size: var(--Divider-text-fontSize);
|
|
26491
|
+
font-weight: var(--Divider-text-fontWeight);
|
|
26492
|
+
line-height: 1;
|
|
26493
|
+
color: var(--Divider-text-color);
|
|
26494
|
+
box-sizing: border-box;
|
|
26495
|
+
}
|
|
26434
26496
|
/* 移动端样式调整 */
|
|
26435
26497
|
@media (max-width: 767px) {
|
|
26436
26498
|
.a-Divider {
|
|
@@ -29653,10 +29715,7 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29653
29715
|
overflow: auto;
|
|
29654
29716
|
}
|
|
29655
29717
|
.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;
|
|
29718
|
+
padding: calc((var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem) / 2) 0.75rem;
|
|
29660
29719
|
}
|
|
29661
29720
|
.a-TextControl-sugItem svg {
|
|
29662
29721
|
width: 1rem;
|
|
@@ -29702,9 +29761,7 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29702
29761
|
}
|
|
29703
29762
|
.a-TextControl-input--multiple .a-TextControl-value {
|
|
29704
29763
|
white-space: nowrap;
|
|
29705
|
-
line-height: calc(
|
|
29706
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
29707
|
-
);
|
|
29764
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
29708
29765
|
font-size: var(--Form-selectValue-fontSize);
|
|
29709
29766
|
background: var(--Form-select-multiple-bgColor);
|
|
29710
29767
|
border-radius: 0.125rem;
|
|
@@ -29902,6 +29959,7 @@ input.a-TextControl-input-password {
|
|
|
29902
29959
|
}
|
|
29903
29960
|
.a-TextareaControl > textarea.a-TextareaControl-input--counter {
|
|
29904
29961
|
padding-bottom: 23px;
|
|
29962
|
+
display: block !important;
|
|
29905
29963
|
}
|
|
29906
29964
|
.a-TextareaControl > textarea {
|
|
29907
29965
|
border: 1px solid var(--Form-input-borderColor);
|
|
@@ -30518,6 +30576,13 @@ input.a-TextControl-input-password {
|
|
|
30518
30576
|
height: 0.875rem;
|
|
30519
30577
|
margin-right: var(--Checkbox-gap);
|
|
30520
30578
|
}
|
|
30579
|
+
.a-Selection-ellipsis-line {
|
|
30580
|
+
display: inline-block;
|
|
30581
|
+
width: 100%;
|
|
30582
|
+
overflow: hidden;
|
|
30583
|
+
text-overflow: ellipsis;
|
|
30584
|
+
white-space: nowrap;
|
|
30585
|
+
}
|
|
30521
30586
|
.a-GroupedSelection {
|
|
30522
30587
|
max-height: 18.75rem;
|
|
30523
30588
|
height: 100%;
|
|
@@ -30572,6 +30637,7 @@ input.a-TextControl-input-password {
|
|
|
30572
30637
|
}
|
|
30573
30638
|
.a-GroupedSelection-itemLabel {
|
|
30574
30639
|
flex-grow: 1;
|
|
30640
|
+
overflow: hidden;
|
|
30575
30641
|
}
|
|
30576
30642
|
.a-GroupedSelection-itemLabel span {
|
|
30577
30643
|
vertical-align: middle;
|
|
@@ -31008,9 +31074,7 @@ input.a-TextControl-input-password {
|
|
|
31008
31074
|
background: var(--Switch-checked-onActive-bgColor);
|
|
31009
31075
|
}
|
|
31010
31076
|
.a-Switch.is-checked:active .slider::before {
|
|
31011
|
-
left: calc(
|
|
31012
|
-
100% - (var(--Switch-height) + 0.125rem) - 0.125rem
|
|
31013
|
-
);
|
|
31077
|
+
left: calc(100% - (var(--Switch-height) + 0.125rem) - 0.125rem);
|
|
31014
31078
|
}
|
|
31015
31079
|
.a-Switch.is-checked.is-disabled .slider:before {
|
|
31016
31080
|
color: var(--Switch-onDisabled-color);
|
|
@@ -31621,9 +31685,7 @@ input.a-TextControl-input-password {
|
|
|
31621
31685
|
-webkit-user-select: none;
|
|
31622
31686
|
-moz-user-select: none;
|
|
31623
31687
|
user-select: none;
|
|
31624
|
-
line-height: calc(
|
|
31625
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31626
|
-
);
|
|
31688
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
31627
31689
|
display: inline-block;
|
|
31628
31690
|
vertical-align: middle;
|
|
31629
31691
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -31906,9 +31968,7 @@ input.a-TextControl-input-password {
|
|
|
31906
31968
|
align-items: center;
|
|
31907
31969
|
overflow-x: hidden;
|
|
31908
31970
|
overflow-y: auto;
|
|
31909
|
-
max-height: calc((
|
|
31910
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)
|
|
31911
|
-
) * 5);
|
|
31971
|
+
max-height: calc((var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)) * 5);
|
|
31912
31972
|
}
|
|
31913
31973
|
.a-Select-overflow-wrapper .a-Select-value {
|
|
31914
31974
|
position: static;
|
|
@@ -31916,9 +31976,7 @@ input.a-TextControl-input-password {
|
|
|
31916
31976
|
-webkit-user-select: none;
|
|
31917
31977
|
-moz-user-select: none;
|
|
31918
31978
|
user-select: none;
|
|
31919
|
-
line-height: calc(
|
|
31920
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31921
|
-
);
|
|
31979
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
31922
31980
|
display: inline-block;
|
|
31923
31981
|
vertical-align: middle;
|
|
31924
31982
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -32071,6 +32129,7 @@ input.a-TextControl-input-password {
|
|
|
32071
32129
|
.a-Selections-item > label {
|
|
32072
32130
|
flex-basis: 3.125rem;
|
|
32073
32131
|
flex-grow: 1;
|
|
32132
|
+
width: 3.125rem;
|
|
32074
32133
|
}
|
|
32075
32134
|
.a-Selections-item > label.is-invalid {
|
|
32076
32135
|
color: var(--Form-selectValue-onInvalid-color);
|
|
@@ -34820,10 +34879,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34820
34879
|
border: var(--Form-input-borderWidth) solid var(--inputTree-border-color);
|
|
34821
34880
|
border-radius: var(--inputTree-border-radius);
|
|
34822
34881
|
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);
|
|
34882
|
+
padding: calc((var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem) / 2) var(--Form-input-paddingX);
|
|
34827
34883
|
font-size: var(--inputTree-fontSize);
|
|
34828
34884
|
}
|
|
34829
34885
|
.a-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -35251,6 +35307,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35251
35307
|
.a-Combo-delBtn:hover {
|
|
35252
35308
|
color: var(--combo-multi-delBtn-hover-color);
|
|
35253
35309
|
}
|
|
35310
|
+
.a-Tabs--radio .is-active .a-Combo-tab-delBtn {
|
|
35311
|
+
color: var(--Tabs--radio-active-color);
|
|
35312
|
+
}
|
|
35313
|
+
.a-Tabs--radio .is-active .a-Combo-tab-delBtn:hover {
|
|
35314
|
+
color: var(--Tabs--radio-active-color);
|
|
35315
|
+
}
|
|
35254
35316
|
.a-Combo-tab-delBtn {
|
|
35255
35317
|
color: var(--combo-multi-delBtn-color);
|
|
35256
35318
|
cursor: pointer;
|
|
@@ -35258,8 +35320,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35258
35320
|
display: inline-block;
|
|
35259
35321
|
}
|
|
35260
35322
|
.a-Combo-tab-delBtn > svg {
|
|
35261
|
-
width: 0.
|
|
35262
|
-
height: 0.
|
|
35323
|
+
width: 0.875rem;
|
|
35324
|
+
height: 0.875rem;
|
|
35263
35325
|
}
|
|
35264
35326
|
.a-Combo-tab-delBtn:hover {
|
|
35265
35327
|
color: var(--combo-multi-delBtn-hover-color);
|
|
@@ -35771,9 +35833,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35771
35833
|
user-select: none;
|
|
35772
35834
|
white-space: nowrap;
|
|
35773
35835
|
vertical-align: middle;
|
|
35774
|
-
line-height: calc(
|
|
35775
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35776
|
-
);
|
|
35836
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
35777
35837
|
display: inline-block;
|
|
35778
35838
|
font-size: var(--Pick-base-value-fontSize);
|
|
35779
35839
|
color: var(--Pick-base-value-color);
|
|
@@ -35871,9 +35931,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35871
35931
|
user-select: none;
|
|
35872
35932
|
white-space: nowrap;
|
|
35873
35933
|
vertical-align: middle;
|
|
35874
|
-
line-height: calc(
|
|
35875
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35876
|
-
);
|
|
35934
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
35877
35935
|
display: inline-block;
|
|
35878
35936
|
font-size: var(--Pick-base-value-fontSize);
|
|
35879
35937
|
color: var(--Pick-base-value-color);
|
|
@@ -37313,7 +37371,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37313
37371
|
}
|
|
37314
37372
|
.a-IconSelectControl-icon-list-item-info-name {
|
|
37315
37373
|
margin: 0;
|
|
37316
|
-
margin-bottom: var(--IconSelect-xs-margin);
|
|
37317
37374
|
font-size: var(--IconSelect-type-font-size);
|
|
37318
37375
|
color: var(--IconSelect-icon-name-color);
|
|
37319
37376
|
}
|
|
@@ -39051,6 +39108,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39051
39108
|
.a-FormulaEditor-VariableList-base.is-scrollable {
|
|
39052
39109
|
overflow-x: auto;
|
|
39053
39110
|
overflow-y: auto;
|
|
39111
|
+
max-height: 100% !important;
|
|
39054
39112
|
}
|
|
39055
39113
|
.a-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
39056
39114
|
width: 6px;
|
|
@@ -39186,7 +39244,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39186
39244
|
min-width: 100px;
|
|
39187
39245
|
padding: 0 5px;
|
|
39188
39246
|
margin: 5px;
|
|
39189
|
-
text-align:
|
|
39247
|
+
text-align: left;
|
|
39190
39248
|
}
|
|
39191
39249
|
.a-FormulaEditor-VariableList-item-oper li {
|
|
39192
39250
|
line-height: 24px;
|
|
@@ -40275,8 +40333,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40275
40333
|
}
|
|
40276
40334
|
.a-Nav-Menu-vertical.a-Nav-Menu-sub {
|
|
40277
40335
|
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
40336
|
}
|
|
40281
40337
|
.a-Nav-Menu-item, .a-Nav-Menu-submenu-title {
|
|
40282
40338
|
margin: 0;
|
|
@@ -40487,6 +40543,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40487
40543
|
background-color: var(--Layout-light-backgroundColor);
|
|
40488
40544
|
line-height: var(--Nav-Item-height);
|
|
40489
40545
|
cursor: pointer;
|
|
40546
|
+
border-radius: 2px;
|
|
40547
|
+
max-height: 400px;
|
|
40548
|
+
overflow-y: auto;
|
|
40549
|
+
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
40550
|
}
|
|
40491
40551
|
.a-Nav-Menu-submenu-popup .a-Nav-Menu-submenu-title .a-Nav-Menu-item-link .a-Nav-Menu-submenu-arrow {
|
|
40492
40552
|
display: none;
|
package/lib/themes/ang.js
CHANGED