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/dark.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);
|
|
@@ -10117,6 +10126,7 @@ button::-moz-focus-inner {
|
|
|
10117
10126
|
font-style: normal;
|
|
10118
10127
|
font-weight: normal;
|
|
10119
10128
|
line-height: 24px;
|
|
10129
|
+
max-width: 100%;
|
|
10120
10130
|
text-transform: none;
|
|
10121
10131
|
word-break: break-all;
|
|
10122
10132
|
}
|
|
@@ -10825,16 +10835,21 @@ button::-moz-focus-inner {
|
|
|
10825
10835
|
.tox .tox-dialog__body-content a {
|
|
10826
10836
|
color: #006ce7;
|
|
10827
10837
|
cursor: pointer;
|
|
10828
|
-
text-decoration:
|
|
10838
|
+
text-decoration: underline;
|
|
10829
10839
|
}
|
|
10830
10840
|
.tox .tox-dialog__body-content a:hover,
|
|
10831
10841
|
.tox .tox-dialog__body-content a:focus {
|
|
10832
|
-
color: #
|
|
10833
|
-
text-decoration:
|
|
10842
|
+
color: #003c81;
|
|
10843
|
+
text-decoration: underline;
|
|
10844
|
+
}
|
|
10845
|
+
.tox .tox-dialog__body-content a:focus-visible {
|
|
10846
|
+
border-radius: 1px;
|
|
10847
|
+
outline: 2px solid #006ce7;
|
|
10848
|
+
outline-offset: 2px;
|
|
10834
10849
|
}
|
|
10835
10850
|
.tox .tox-dialog__body-content a:active {
|
|
10836
|
-
color: #
|
|
10837
|
-
text-decoration:
|
|
10851
|
+
color: #00244e;
|
|
10852
|
+
text-decoration: underline;
|
|
10838
10853
|
}
|
|
10839
10854
|
.tox .tox-dialog__body-content svg {
|
|
10840
10855
|
fill: #222f3e;
|
|
@@ -10983,9 +10998,23 @@ button::-moz-focus-inner {
|
|
|
10983
10998
|
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
|
10984
10999
|
background: #fff;
|
|
10985
11000
|
}
|
|
10986
|
-
.tox .tox-
|
|
11001
|
+
.tox .tox-navobj-bordered {
|
|
11002
|
+
position: relative;
|
|
11003
|
+
}
|
|
11004
|
+
.tox .tox-navobj-bordered::before {
|
|
10987
11005
|
border: 1px solid #eeeeee;
|
|
10988
11006
|
border-radius: 6px;
|
|
11007
|
+
content: "";
|
|
11008
|
+
inset: 0;
|
|
11009
|
+
opacity: 1;
|
|
11010
|
+
pointer-events: none;
|
|
11011
|
+
position: absolute;
|
|
11012
|
+
z-index: 1;
|
|
11013
|
+
}
|
|
11014
|
+
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
|
|
11015
|
+
border-color: #006ce7;
|
|
11016
|
+
box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
|
|
11017
|
+
outline: none;
|
|
10989
11018
|
}
|
|
10990
11019
|
.tox .tox-dialog__popups {
|
|
10991
11020
|
position: absolute;
|
|
@@ -11388,7 +11417,6 @@ body.tox-dialog__disable-scroll {
|
|
|
11388
11417
|
cursor: not-allowed;
|
|
11389
11418
|
}
|
|
11390
11419
|
.tox .tox-textfield:focus,
|
|
11391
|
-
.tox .tox-dialog__iframe.tox-dialog__iframe--bordered:focus-within,
|
|
11392
11420
|
.tox .tox-listboxfield .tox-listbox--select:focus,
|
|
11393
11421
|
.tox .tox-textarea-wrap:focus-within,
|
|
11394
11422
|
.tox .tox-textarea:focus,
|
|
@@ -11718,6 +11746,9 @@ body.tox-dialog__disable-scroll {
|
|
|
11718
11746
|
overflow-wrap: break-word;
|
|
11719
11747
|
word-break: normal;
|
|
11720
11748
|
}
|
|
11749
|
+
.tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
|
|
11750
|
+
word-break: break-all;
|
|
11751
|
+
}
|
|
11721
11752
|
}
|
|
11722
11753
|
.tox .tox-menu__label h1,
|
|
11723
11754
|
.tox .tox-menu__label h2,
|
|
@@ -12218,19 +12249,42 @@ body.tox-dialog__disable-scroll {
|
|
|
12218
12249
|
position: relative;
|
|
12219
12250
|
text-transform: none;
|
|
12220
12251
|
}
|
|
12221
|
-
.tox .tox-
|
|
12252
|
+
.tox .tox-statusbar__path {
|
|
12222
12253
|
display: flex;
|
|
12223
12254
|
flex: 1 1 auto;
|
|
12224
|
-
justify-content: flex-end;
|
|
12225
12255
|
overflow: hidden;
|
|
12256
|
+
text-overflow: ellipsis;
|
|
12257
|
+
white-space: nowrap;
|
|
12226
12258
|
}
|
|
12227
|
-
.tox .tox-
|
|
12259
|
+
.tox .tox-statusbar__right-container {
|
|
12260
|
+
display: flex;
|
|
12261
|
+
justify-content: flex-end;
|
|
12262
|
+
white-space: nowrap;
|
|
12263
|
+
}
|
|
12264
|
+
.tox .tox-statusbar__help-text {
|
|
12265
|
+
text-align: center;
|
|
12266
|
+
}
|
|
12267
|
+
.tox .tox-statusbar__text-container {
|
|
12228
12268
|
display: flex;
|
|
12229
12269
|
flex: 1 1 auto;
|
|
12230
|
-
|
|
12270
|
+
justify-content: space-between;
|
|
12231
12271
|
overflow: hidden;
|
|
12232
|
-
|
|
12233
|
-
|
|
12272
|
+
}
|
|
12273
|
+
@media only screen and (min-width: 768px) {
|
|
12274
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
|
|
12275
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
|
|
12276
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
|
|
12277
|
+
flex: 0 0 33.3333333333%;
|
|
12278
|
+
}
|
|
12279
|
+
}
|
|
12280
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
|
|
12281
|
+
justify-content: flex-end;
|
|
12282
|
+
}
|
|
12283
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
|
|
12284
|
+
justify-content: flex-start;
|
|
12285
|
+
}
|
|
12286
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
|
|
12287
|
+
justify-content: space-around;
|
|
12234
12288
|
}
|
|
12235
12289
|
.tox .tox-statusbar__path > * {
|
|
12236
12290
|
display: inline;
|
|
@@ -12240,6 +12294,14 @@ body.tox-dialog__disable-scroll {
|
|
|
12240
12294
|
flex: 0 0 auto;
|
|
12241
12295
|
margin-left: 1ch;
|
|
12242
12296
|
}
|
|
12297
|
+
@media only screen and (max-width: 767px) {
|
|
12298
|
+
.tox .tox-statusbar__text-container .tox-statusbar__help-text {
|
|
12299
|
+
display: none;
|
|
12300
|
+
}
|
|
12301
|
+
.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
|
|
12302
|
+
display: block;
|
|
12303
|
+
}
|
|
12304
|
+
}
|
|
12243
12305
|
.tox .tox-statusbar a,
|
|
12244
12306
|
.tox .tox-statusbar__path-item,
|
|
12245
12307
|
.tox .tox-statusbar__wordcount {
|
|
@@ -13929,13 +13991,13 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13929
13991
|
transform: translateY(-30px);
|
|
13930
13992
|
}
|
|
13931
13993
|
/*!
|
|
13932
|
-
* Cropper.js v1.
|
|
13994
|
+
* Cropper.js v1.6.1
|
|
13933
13995
|
* https://fengyuanchen.github.io/cropperjs
|
|
13934
13996
|
*
|
|
13935
13997
|
* Copyright 2015-present Chen Fengyuan
|
|
13936
13998
|
* Released under the MIT license
|
|
13937
13999
|
*
|
|
13938
|
-
* Date:
|
|
14000
|
+
* Date: 2023-09-17T03:44:17.565Z
|
|
13939
14001
|
*/
|
|
13940
14002
|
.cropper-container {
|
|
13941
14003
|
direction: ltr;
|
|
@@ -13985,7 +14047,7 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13985
14047
|
display: block;
|
|
13986
14048
|
height: 100%;
|
|
13987
14049
|
outline: 1px solid #39f;
|
|
13988
|
-
outline-color: rgba(51, 153, 255, 75
|
|
14050
|
+
outline-color: rgba(51, 153, 255, 0.75);
|
|
13989
14051
|
overflow: hidden;
|
|
13990
14052
|
width: 100%;
|
|
13991
14053
|
}
|
|
@@ -14851,6 +14913,7 @@ body {
|
|
|
14851
14913
|
}
|
|
14852
14914
|
.dark-Layout--headerFixed {
|
|
14853
14915
|
padding-top: var(--Layout-header-height);
|
|
14916
|
+
--affix-offset-top: var(--Layout-header-height);
|
|
14854
14917
|
}
|
|
14855
14918
|
.dark-Layout--headerFixed .dark-Layout-header {
|
|
14856
14919
|
position: fixed;
|
|
@@ -17355,9 +17418,6 @@ input[type=button].dark-Button--block {
|
|
|
17355
17418
|
.dark-Modal-header::after {
|
|
17356
17419
|
clear: both;
|
|
17357
17420
|
}
|
|
17358
|
-
.dark-Modal-header .Dialog-close {
|
|
17359
|
-
content: var(--dialog-icon-icon);
|
|
17360
|
-
}
|
|
17361
17421
|
.dark-Modal-title {
|
|
17362
17422
|
font-size: var(--dialog-header-fontSize);
|
|
17363
17423
|
color: var(--dialog-header-color);
|
|
@@ -17372,6 +17432,9 @@ input[type=button].dark-Button--block {
|
|
|
17372
17432
|
vertical-align: middle;
|
|
17373
17433
|
z-index: calc(11 + 1);
|
|
17374
17434
|
}
|
|
17435
|
+
.dark-Modal-close .Dialog-close {
|
|
17436
|
+
content: var(--dialog-icon-icon);
|
|
17437
|
+
}
|
|
17375
17438
|
.dark-Modal-close svg {
|
|
17376
17439
|
width: var(--dialog-icon-size);
|
|
17377
17440
|
height: var(--dialog-icon-size);
|
|
@@ -17418,70 +17481,34 @@ input[type=button].dark-Button--block {
|
|
|
17418
17481
|
margin-left: var(--dialog-footer-margin-left);
|
|
17419
17482
|
}
|
|
17420
17483
|
.dark-Modal--2th .dark-Modal-content {
|
|
17421
|
-
margin-top: calc(
|
|
17422
|
-
var(--Modal-content-startMarginTop) +
|
|
17423
|
-
1 *
|
|
17424
|
-
var(--Modal-content-stepMarginTop)
|
|
17425
|
-
);
|
|
17484
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop));
|
|
17426
17485
|
}
|
|
17427
17486
|
.dark-Modal--3th .dark-Modal-content {
|
|
17428
|
-
margin-top: calc(
|
|
17429
|
-
var(--Modal-content-startMarginTop) +
|
|
17430
|
-
2 *
|
|
17431
|
-
var(--Modal-content-stepMarginTop)
|
|
17432
|
-
);
|
|
17487
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop));
|
|
17433
17488
|
}
|
|
17434
17489
|
.dark-Modal--4th .dark-Modal-content {
|
|
17435
|
-
margin-top: calc(
|
|
17436
|
-
var(--Modal-content-startMarginTop) +
|
|
17437
|
-
3 *
|
|
17438
|
-
var(--Modal-content-stepMarginTop)
|
|
17439
|
-
);
|
|
17490
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop));
|
|
17440
17491
|
}
|
|
17441
17492
|
.dark-Modal--5th .dark-Modal-content {
|
|
17442
|
-
margin-top: calc(
|
|
17443
|
-
var(--Modal-content-startMarginTop) +
|
|
17444
|
-
4 *
|
|
17445
|
-
var(--Modal-content-stepMarginTop)
|
|
17446
|
-
);
|
|
17493
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop));
|
|
17447
17494
|
}
|
|
17448
17495
|
.dark-Modal--6th .dark-Modal-content {
|
|
17449
|
-
margin-top: calc(
|
|
17450
|
-
var(--Modal-content-startMarginTop) +
|
|
17451
|
-
5 *
|
|
17452
|
-
var(--Modal-content-stepMarginTop)
|
|
17453
|
-
);
|
|
17496
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop));
|
|
17454
17497
|
}
|
|
17455
17498
|
.dark-Modal--7th .dark-Modal-content {
|
|
17456
|
-
margin-top: calc(
|
|
17457
|
-
var(--Modal-content-startMarginTop) +
|
|
17458
|
-
6 *
|
|
17459
|
-
var(--Modal-content-stepMarginTop)
|
|
17460
|
-
);
|
|
17499
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop));
|
|
17461
17500
|
}
|
|
17462
17501
|
.dark-Modal--8th .dark-Modal-content {
|
|
17463
|
-
margin-top: calc(
|
|
17464
|
-
var(--Modal-content-startMarginTop) +
|
|
17465
|
-
7 *
|
|
17466
|
-
var(--Modal-content-stepMarginTop)
|
|
17467
|
-
);
|
|
17502
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop));
|
|
17468
17503
|
}
|
|
17469
17504
|
.dark-Modal--9th .dark-Modal-content {
|
|
17470
|
-
margin-top: calc(
|
|
17471
|
-
var(--Modal-content-startMarginTop) +
|
|
17472
|
-
8 *
|
|
17473
|
-
var(--Modal-content-stepMarginTop)
|
|
17474
|
-
);
|
|
17505
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop));
|
|
17475
17506
|
}
|
|
17476
17507
|
.dark-Modal--10th .dark-Modal-content {
|
|
17477
|
-
margin-top: calc(
|
|
17478
|
-
var(--Modal-content-startMarginTop) +
|
|
17479
|
-
9 *
|
|
17480
|
-
var(--Modal-content-stepMarginTop)
|
|
17481
|
-
);
|
|
17508
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop));
|
|
17482
17509
|
}
|
|
17483
17510
|
@media (min-width: 576px) {
|
|
17484
|
-
.dark-Modal-content {
|
|
17511
|
+
.dark-Modal-content:not(.dark-Modal-content-custom) {
|
|
17485
17512
|
max-width: var(--dialog-size-normal-width);
|
|
17486
17513
|
border-width: var(--dialog-default-border-width);
|
|
17487
17514
|
}
|
|
@@ -20232,6 +20259,25 @@ input[type=button].dark-Button--block {
|
|
|
20232
20259
|
background: var(--Nav-item-onActive-color);
|
|
20233
20260
|
height: 2px;
|
|
20234
20261
|
}
|
|
20262
|
+
.dark-Nav--searchable {
|
|
20263
|
+
display: flex;
|
|
20264
|
+
}
|
|
20265
|
+
.dark-Nav--searchable:not(.dark-Nav-horizontal) {
|
|
20266
|
+
flex-flow: column nowrap;
|
|
20267
|
+
justify-content: flex-start;
|
|
20268
|
+
align-items: flex-start;
|
|
20269
|
+
}
|
|
20270
|
+
.dark-Nav--searchable:not(.dark-Nav-horizontal) .dark-Nav-SearchBox.is-active {
|
|
20271
|
+
width: 100%;
|
|
20272
|
+
}
|
|
20273
|
+
.dark-Nav--searchable.dark-Nav-horizontal {
|
|
20274
|
+
flex-flow: column nowrap;
|
|
20275
|
+
justify-content: flex-start;
|
|
20276
|
+
align-items: flex-start;
|
|
20277
|
+
}
|
|
20278
|
+
.dark-Nav--searchable.dark-Nav-horizontal .dark-Nav-SearchBox {
|
|
20279
|
+
margin-left: 1rem;
|
|
20280
|
+
}
|
|
20235
20281
|
.dark-Page {
|
|
20236
20282
|
width: 100%;
|
|
20237
20283
|
height: 100%;
|
|
@@ -20321,6 +20367,7 @@ input[type=button].dark-Button--block {
|
|
|
20321
20367
|
}
|
|
20322
20368
|
@media (min-width: 768px) {
|
|
20323
20369
|
.dark-Page-aside {
|
|
20370
|
+
flex-shrink: 0;
|
|
20324
20371
|
width: var(--Page-aside-width);
|
|
20325
20372
|
border-right: var(--borderWidth) solid var(--borderColor);
|
|
20326
20373
|
}
|
|
@@ -20348,6 +20395,13 @@ input[type=button].dark-Button--block {
|
|
|
20348
20395
|
width: 0;
|
|
20349
20396
|
flex-grow: 1;
|
|
20350
20397
|
}
|
|
20398
|
+
.dark-Page--asideSticky > .dark-Page-aside {
|
|
20399
|
+
position: sticky;
|
|
20400
|
+
top: var(--affix-offset-top);
|
|
20401
|
+
max-height: calc(100vh - var(--affix-offset-top) - var(--affix-offset-bottom));
|
|
20402
|
+
overflow-x: hidden;
|
|
20403
|
+
overflow-y: auto;
|
|
20404
|
+
}
|
|
20351
20405
|
}
|
|
20352
20406
|
.dark-Remark {
|
|
20353
20407
|
display: inline-block;
|
|
@@ -20606,19 +20660,10 @@ input[type=button].dark-Button--block {
|
|
|
20606
20660
|
/* 子组件 */
|
|
20607
20661
|
}
|
|
20608
20662
|
.dark-Panel-fixedBottom {
|
|
20609
|
-
position:
|
|
20663
|
+
position: sticky;
|
|
20610
20664
|
background: var(--white);
|
|
20611
|
-
|
|
20612
|
-
opacity: 0;
|
|
20613
|
-
bottom: 999999px;
|
|
20614
|
-
box-shadow: var(--Panel-fixedBottom-boxShadow);
|
|
20615
|
-
border-top: var(--Panel-fixedBottom-borderTop);
|
|
20616
|
-
}
|
|
20617
|
-
.dark-Panel-fixedBottom.in {
|
|
20618
|
-
position: fixed;
|
|
20619
|
-
bottom: 0;
|
|
20665
|
+
bottom: var(--affix-offset-bottom);
|
|
20620
20666
|
z-index: 900;
|
|
20621
|
-
opacity: 1;
|
|
20622
20667
|
}
|
|
20623
20668
|
.dark-Panel--default {
|
|
20624
20669
|
border-color: var(--Panel-top-border-color) var(--Panel-right-border-color) var(--Panel-bottom-border-color) var(--Panel-left-border-color);
|
|
@@ -21717,10 +21762,13 @@ input[type=button].dark-Button--block {
|
|
|
21717
21762
|
padding-left: 0;
|
|
21718
21763
|
padding-right: 0;
|
|
21719
21764
|
}
|
|
21720
|
-
.dark-Form
|
|
21765
|
+
.dark-Form {
|
|
21766
|
+
/* 恢复 Form 嵌套场景下的样式 */
|
|
21767
|
+
}
|
|
21768
|
+
.dark-Form .dark-Collapse {
|
|
21721
21769
|
border: none;
|
|
21722
21770
|
}
|
|
21723
|
-
.dark-Form .dark-Collapse
|
|
21771
|
+
.dark-Form .dark-Collapse .dark-Collapse-header {
|
|
21724
21772
|
background-color: var(--white);
|
|
21725
21773
|
display: inline-flex;
|
|
21726
21774
|
justify-content: flex-end;
|
|
@@ -21728,9 +21776,23 @@ input[type=button].dark-Button--block {
|
|
|
21728
21776
|
flex-direction: row-reverse;
|
|
21729
21777
|
border-radius: 0;
|
|
21730
21778
|
}
|
|
21731
|
-
.dark-Form .dark-Collapse
|
|
21779
|
+
.dark-Form .dark-Collapse .dark-Collapse-content {
|
|
21732
21780
|
padding: 0;
|
|
21733
21781
|
}
|
|
21782
|
+
.dark-Form .dark-Collapse-fieldset--disabled {
|
|
21783
|
+
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);
|
|
21784
|
+
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);
|
|
21785
|
+
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);
|
|
21786
|
+
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);
|
|
21787
|
+
}
|
|
21788
|
+
.dark-Form .dark-Collapse-fieldset--disabled .dark-Collapse-header {
|
|
21789
|
+
background: var(--Collapse-header-bg);
|
|
21790
|
+
display: block;
|
|
21791
|
+
border-radius: unset;
|
|
21792
|
+
}
|
|
21793
|
+
.dark-Form .dark-Collapse-fieldset--disabled .dark-Collapse-content {
|
|
21794
|
+
padding: var(--Collapse-content-padding);
|
|
21795
|
+
}
|
|
21734
21796
|
/* 移动端样式调整 */
|
|
21735
21797
|
@media (max-width: 767px) {
|
|
21736
21798
|
.dark-Collapse {
|
|
@@ -22581,9 +22643,7 @@ input[type=button].dark-Button--block {
|
|
|
22581
22643
|
user-select: none;
|
|
22582
22644
|
white-space: nowrap;
|
|
22583
22645
|
vertical-align: middle;
|
|
22584
|
-
line-height: calc(
|
|
22585
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22586
|
-
);
|
|
22646
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22587
22647
|
display: inline-block;
|
|
22588
22648
|
font-size: var(--Pick-base-value-fontSize);
|
|
22589
22649
|
color: var(--Pick-base-value-color);
|
|
@@ -22628,9 +22688,7 @@ input[type=button].dark-Button--block {
|
|
|
22628
22688
|
user-select: none;
|
|
22629
22689
|
white-space: nowrap;
|
|
22630
22690
|
vertical-align: middle;
|
|
22631
|
-
line-height: calc(
|
|
22632
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22633
|
-
);
|
|
22691
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22634
22692
|
display: inline-block;
|
|
22635
22693
|
font-size: var(--Pick-base-value-fontSize);
|
|
22636
22694
|
color: var(--Pick-base-value-color);
|
|
@@ -22774,9 +22832,7 @@ input[type=button].dark-Button--block {
|
|
|
22774
22832
|
-webkit-user-select: none;
|
|
22775
22833
|
-moz-user-select: none;
|
|
22776
22834
|
user-select: none;
|
|
22777
|
-
line-height: calc(
|
|
22778
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22779
|
-
);
|
|
22835
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22780
22836
|
display: inline-block;
|
|
22781
22837
|
font-size: var(--Pick-base-value-fontSize);
|
|
22782
22838
|
color: var(--Pick-base-value-color);
|
|
@@ -22901,6 +22957,7 @@ input[type=button].dark-Button--block {
|
|
|
22901
22957
|
}
|
|
22902
22958
|
.dark-Table-fixedTop {
|
|
22903
22959
|
position: sticky;
|
|
22960
|
+
top: var(--affix-offset-top);
|
|
22904
22961
|
background: var(--Table-bg);
|
|
22905
22962
|
display: block;
|
|
22906
22963
|
opacity: 1;
|
|
@@ -22922,6 +22979,9 @@ input[type=button].dark-Button--block {
|
|
|
22922
22979
|
visibility: hidden;
|
|
22923
22980
|
position: absolute;
|
|
22924
22981
|
}
|
|
22982
|
+
.dark-Table-fixedTop .dark-Table-table {
|
|
22983
|
+
table-layout: fixed;
|
|
22984
|
+
}
|
|
22925
22985
|
.dark-Table-heading {
|
|
22926
22986
|
background: var(--Table-heading-bg);
|
|
22927
22987
|
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
@@ -23167,9 +23227,11 @@ input[type=button].dark-Button--block {
|
|
|
23167
23227
|
.dark-Table-table > thead > tr {
|
|
23168
23228
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
23169
23229
|
}
|
|
23230
|
+
.dark-Table-table-tr {
|
|
23231
|
+
background: var(--Table-bg);
|
|
23232
|
+
}
|
|
23170
23233
|
.dark-Table-table > tbody > tr {
|
|
23171
23234
|
position: relative;
|
|
23172
|
-
background: var(--Table-bg);
|
|
23173
23235
|
}
|
|
23174
23236
|
.dark-Table-table > tbody > tr + tr {
|
|
23175
23237
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -23567,6 +23629,10 @@ input[type=button].dark-Button--block {
|
|
|
23567
23629
|
.dark-Table-table > tbody > tr > td.dark-Table-primayCell {
|
|
23568
23630
|
white-space: nowrap;
|
|
23569
23631
|
}
|
|
23632
|
+
.dark-Table-table > thead > tr > th.dark-Table-primayCell > .dark-Spinner,
|
|
23633
|
+
.dark-Table-table > tbody > tr > td.dark-Table-primayCell > .dark-Spinner {
|
|
23634
|
+
vertical-align: middle;
|
|
23635
|
+
}
|
|
23570
23636
|
.dark-Table.is-mobile .dark-Table-table > tbody > tr:hover, .dark-Table.is-mobile .dark-Table-table > tbody > tr.is-hovered {
|
|
23571
23637
|
background: var(--Table-bg);
|
|
23572
23638
|
border-color: var(--Table-borderColor);
|
|
@@ -23749,6 +23815,13 @@ input[type=button].dark-Button--block {
|
|
|
23749
23815
|
.dark-Table-footTable > tbody > tr:not(:first-child) {
|
|
23750
23816
|
border-top: var(--Table-borderWidth) solid var(--Table-tbody-borderTopColor);
|
|
23751
23817
|
}
|
|
23818
|
+
.dark-Table-retryBtn {
|
|
23819
|
+
color: var(--Form-feedBack-color);
|
|
23820
|
+
cursor: pointer;
|
|
23821
|
+
}
|
|
23822
|
+
.dark-Table-retryBtn:hover {
|
|
23823
|
+
color: var(--Form-feedBack-color);
|
|
23824
|
+
}
|
|
23752
23825
|
.dark-Table-expandBtn, .dark-Table-expandBtn2 {
|
|
23753
23826
|
position: relative;
|
|
23754
23827
|
z-index: 1;
|
|
@@ -24892,10 +24965,9 @@ input[type=button].dark-Button--block {
|
|
|
24892
24965
|
background: var(--TableRow-onDisabled-bg);
|
|
24893
24966
|
color: var(--TableRow-onDisabled-color);
|
|
24894
24967
|
}
|
|
24895
|
-
.dark-Table2 .dark-Table-table > tbody > tr
|
|
24896
|
-
|
|
24897
|
-
|
|
24898
|
-
color: var(--Table-onHover-color);
|
|
24968
|
+
.dark-Table2 .dark-Table-table > tbody > tr > td.dark-Table-cell-fix-left,
|
|
24969
|
+
.dark-Table2 .dark-Table-table > tbody > tr > td.dark-Table-cell-fix-right {
|
|
24970
|
+
background: inherit;
|
|
24899
24971
|
}
|
|
24900
24972
|
.dark-Table2 .dark-Table-table > thead > tr > th.dark-Table-cell-fix-left-last:after,
|
|
24901
24973
|
.dark-Table2 .dark-Table-table > tbody > tr > td.dark-Table-cell-fix-left-last:after,
|
|
@@ -24912,7 +24984,7 @@ input[type=button].dark-Button--block {
|
|
|
24912
24984
|
}
|
|
24913
24985
|
.dark-Table2 .dark-Table-table > thead > tr > th.dark-Table-cell-fix-right-first:after,
|
|
24914
24986
|
.dark-Table2 .dark-Table-table > tbody > tr > td.dark-Table-cell-fix-right-first:after,
|
|
24915
|
-
.dark-Table2 .dark-Table-table > tfoot > tr > td.dark-Table-cell-fix-right-
|
|
24987
|
+
.dark-Table2 .dark-Table-table > tfoot > tr > td.dark-Table-cell-fix-right-first:after {
|
|
24916
24988
|
position: absolute;
|
|
24917
24989
|
top: 0;
|
|
24918
24990
|
bottom: -1px;
|
|
@@ -24950,9 +25022,6 @@ input[type=button].dark-Button--block {
|
|
|
24950
25022
|
.dark-Table2.dark-Table-ping-left .dark-Table-table > tbody > tr:not(.dark-Table-row-disabled) > td.dark-Table-cell-fix-left {
|
|
24951
25023
|
border-right: none;
|
|
24952
25024
|
}
|
|
24953
|
-
.dark-Table2.dark-Table-ping-left .dark-Table-table > tbody > tr:not(.dark-Table-row-disabled) > td.dark-Table-cell-fix-left:not(.dark-Table-cell-row-hover) {
|
|
24954
|
-
background: #fff;
|
|
24955
|
-
}
|
|
24956
25025
|
.dark-Table2.dark-Table-ping-left .dark-Table-table > tfoot > tr > td:not(:last-child).dark-Table-cell-fix-left-last {
|
|
24957
25026
|
border-right: none;
|
|
24958
25027
|
}
|
|
@@ -24967,9 +25036,6 @@ input[type=button].dark-Button--block {
|
|
|
24967
25036
|
.dark-Table2.dark-Table-ping-right .dark-Table-table > tbody > tr:not(.dark-Table-row-disabled) > td.dark-Table-cell-fix-right {
|
|
24968
25037
|
border-right: none;
|
|
24969
25038
|
}
|
|
24970
|
-
.dark-Table2.dark-Table-ping-right .dark-Table-table > tbody > tr:not(.dark-Table-row-disabled) > td.dark-Table-cell-fix-right:not(.dark-Table-cell-row-hover) {
|
|
24971
|
-
background: #fff;
|
|
24972
|
-
}
|
|
24973
25039
|
.dark-Table2.dark-Table-ping-right:not(.dark-Table-bordered) .dark-Table-table > thead > tr > th.dark-Table-cell-fix-right-first-prev {
|
|
24974
25040
|
border-right: none;
|
|
24975
25041
|
}
|
|
@@ -25470,6 +25536,7 @@ input[type=button].dark-Button--block {
|
|
|
25470
25536
|
position: sticky;
|
|
25471
25537
|
background: var(--white);
|
|
25472
25538
|
z-index: 900;
|
|
25539
|
+
top: var(--affix-offset-top);
|
|
25473
25540
|
}
|
|
25474
25541
|
.dark-List-fixedTop .dark-Cards-toolbar {
|
|
25475
25542
|
margin-bottom: 0;
|
|
@@ -25660,6 +25727,7 @@ input[type=button].dark-Button--block {
|
|
|
25660
25727
|
.dark-Cards-fixedTop {
|
|
25661
25728
|
position: sticky;
|
|
25662
25729
|
background: var(--white);
|
|
25730
|
+
top: var(--affix-offset-top);
|
|
25663
25731
|
padding: var(--gap-sm);
|
|
25664
25732
|
z-index: 900;
|
|
25665
25733
|
}
|
|
@@ -26425,14 +26493,43 @@ input[type=button].dark-Button--block {
|
|
|
26425
26493
|
border-left-style: dashed;
|
|
26426
26494
|
}
|
|
26427
26495
|
.dark-Divider--horizontal {
|
|
26428
|
-
|
|
26496
|
+
position: relative;
|
|
26429
26497
|
height: 0.125rem;
|
|
26498
|
+
border-bottom: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26499
|
+
transform-origin: 0 center;
|
|
26500
|
+
clear: both;
|
|
26430
26501
|
}
|
|
26431
26502
|
.dark-Divider--vertical {
|
|
26432
26503
|
border-left: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26433
26504
|
height: var(--sizes-base-15);
|
|
26505
|
+
transform-origin: center bottom;
|
|
26434
26506
|
display: inline-block;
|
|
26435
26507
|
}
|
|
26508
|
+
.dark-Divider--with-text {
|
|
26509
|
+
display: flex;
|
|
26510
|
+
align-items: center;
|
|
26511
|
+
height: unset;
|
|
26512
|
+
border-bottom-width: 0 !important;
|
|
26513
|
+
}
|
|
26514
|
+
.dark-Divider--with-text::before, .dark-Divider--with-text::after {
|
|
26515
|
+
content: "";
|
|
26516
|
+
height: 0;
|
|
26517
|
+
flex: 1;
|
|
26518
|
+
border-bottom: inherit;
|
|
26519
|
+
border-bottom-width: var(--Divider-width);
|
|
26520
|
+
}
|
|
26521
|
+
.dark-Divider--with-text.dark-Divider--with-text-left:before, .dark-Divider--with-text.dark-Divider--with-text-right:after {
|
|
26522
|
+
flex-basis: var(--Divider-text-width);
|
|
26523
|
+
flex-grow: 0;
|
|
26524
|
+
}
|
|
26525
|
+
.dark-Divider-text {
|
|
26526
|
+
margin: var(--Divider-text-marginTop) var(--Divider-text-marginRight) var(--Divider-text-marginBottom) var(--Divider-text-marginLeft);
|
|
26527
|
+
font-size: var(--Divider-text-fontSize);
|
|
26528
|
+
font-weight: var(--Divider-text-fontWeight);
|
|
26529
|
+
line-height: 1;
|
|
26530
|
+
color: var(--Divider-text-color);
|
|
26531
|
+
box-sizing: border-box;
|
|
26532
|
+
}
|
|
26436
26533
|
/* 移动端样式调整 */
|
|
26437
26534
|
@media (max-width: 767px) {
|
|
26438
26535
|
.dark-Divider {
|
|
@@ -26943,13 +27040,23 @@ input[type=button].dark-Button--block {
|
|
|
26943
27040
|
-webkit-user-select: none;
|
|
26944
27041
|
-moz-user-select: none;
|
|
26945
27042
|
user-select: none;
|
|
27043
|
+
overflow: hidden;
|
|
26946
27044
|
}
|
|
26947
27045
|
.dark-ImageGallery-main > img {
|
|
27046
|
+
cursor: move;
|
|
27047
|
+
cursor: -webkit-grab;
|
|
26948
27048
|
display: block;
|
|
26949
27049
|
max-width: 100%;
|
|
26950
27050
|
max-height: 100%;
|
|
26951
27051
|
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
|
26952
27052
|
}
|
|
27053
|
+
.dark-ImageGallery-main.is-dragging > img {
|
|
27054
|
+
transition: none;
|
|
27055
|
+
-webkit-user-select: none;
|
|
27056
|
+
-moz-user-select: none;
|
|
27057
|
+
user-select: none;
|
|
27058
|
+
cursor: -webkit-grabbing;
|
|
27059
|
+
}
|
|
26953
27060
|
.dark-ImageGallery-prevBtn, .dark-ImageGallery-nextBtn {
|
|
26954
27061
|
position: absolute;
|
|
26955
27062
|
top: 50%;
|
|
@@ -27080,6 +27187,7 @@ input[type=button].dark-Button--block {
|
|
|
27080
27187
|
.dark-ImageGallery-toolbar {
|
|
27081
27188
|
background-color: var(--image-images-preview-bgColor);
|
|
27082
27189
|
border-radius: var(--image-images-preview-radius);
|
|
27190
|
+
box-shadow: 0 2px 6px 0 rgba(211, 211, 211, 0.5);
|
|
27083
27191
|
display: flex;
|
|
27084
27192
|
align-items: flex-start;
|
|
27085
27193
|
padding: var(--image-images-preview-paddingTop) var(--image-images-preview-paddingRight) var(--image-images-preview-paddingBottom) var(--image-images-preview-paddingLeft);
|
|
@@ -27906,6 +28014,13 @@ input[type=button].dark-Button--block {
|
|
|
27906
28014
|
.dark-ResultBox-value.is-invalid {
|
|
27907
28015
|
color: var(--Form-selectValue-onInvalid-color);
|
|
27908
28016
|
}
|
|
28017
|
+
.dark-ResultBox-valueLabel {
|
|
28018
|
+
max-width: var(--Form-valueLabel-maxWidth);
|
|
28019
|
+
overflow: hidden;
|
|
28020
|
+
vertical-align: top;
|
|
28021
|
+
text-overflow: ellipsis;
|
|
28022
|
+
white-space: nowrap;
|
|
28023
|
+
}
|
|
27909
28024
|
.dark-ResultBox-placeholder {
|
|
27910
28025
|
color: var(--Form-input-placeholderColor);
|
|
27911
28026
|
flex-grow: 1;
|
|
@@ -29655,10 +29770,7 @@ fieldset.dark-Collapse .dark-Collapse-header.is-mobile:hover {
|
|
|
29655
29770
|
overflow: auto;
|
|
29656
29771
|
}
|
|
29657
29772
|
.dark-TextControl-sugItem {
|
|
29658
|
-
padding: calc((
|
|
29659
|
-
var(--Form-selectOption-height) - var(--Form-input-lineHeight) *
|
|
29660
|
-
var(--Form-input-fontSize) - 0.125rem
|
|
29661
|
-
) / 2) 0.75rem;
|
|
29773
|
+
padding: calc((var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem) / 2) 0.75rem;
|
|
29662
29774
|
}
|
|
29663
29775
|
.dark-TextControl-sugItem svg {
|
|
29664
29776
|
width: 1rem;
|
|
@@ -29704,9 +29816,7 @@ fieldset.dark-Collapse .dark-Collapse-header.is-mobile:hover {
|
|
|
29704
29816
|
}
|
|
29705
29817
|
.dark-TextControl-input--multiple .dark-TextControl-value {
|
|
29706
29818
|
white-space: nowrap;
|
|
29707
|
-
line-height: calc(
|
|
29708
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
29709
|
-
);
|
|
29819
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
29710
29820
|
font-size: var(--Form-selectValue-fontSize);
|
|
29711
29821
|
background: var(--Form-select-multiple-bgColor);
|
|
29712
29822
|
border-radius: 0.125rem;
|
|
@@ -29904,6 +30014,7 @@ input.dark-TextControl-input-password {
|
|
|
29904
30014
|
}
|
|
29905
30015
|
.dark-TextareaControl > textarea.dark-TextareaControl-input--counter {
|
|
29906
30016
|
padding-bottom: 23px;
|
|
30017
|
+
display: block !important;
|
|
29907
30018
|
}
|
|
29908
30019
|
.dark-TextareaControl > textarea {
|
|
29909
30020
|
border: 1px solid var(--Form-input-borderColor);
|
|
@@ -30520,6 +30631,13 @@ input.dark-TextControl-input-password {
|
|
|
30520
30631
|
height: 0.875rem;
|
|
30521
30632
|
margin-right: var(--Checkbox-gap);
|
|
30522
30633
|
}
|
|
30634
|
+
.dark-Selection-ellipsis-line {
|
|
30635
|
+
display: inline-block;
|
|
30636
|
+
width: 100%;
|
|
30637
|
+
overflow: hidden;
|
|
30638
|
+
text-overflow: ellipsis;
|
|
30639
|
+
white-space: nowrap;
|
|
30640
|
+
}
|
|
30523
30641
|
.dark-GroupedSelection {
|
|
30524
30642
|
max-height: 18.75rem;
|
|
30525
30643
|
height: 100%;
|
|
@@ -30574,6 +30692,7 @@ input.dark-TextControl-input-password {
|
|
|
30574
30692
|
}
|
|
30575
30693
|
.dark-GroupedSelection-itemLabel {
|
|
30576
30694
|
flex-grow: 1;
|
|
30695
|
+
overflow: hidden;
|
|
30577
30696
|
}
|
|
30578
30697
|
.dark-GroupedSelection-itemLabel span {
|
|
30579
30698
|
vertical-align: middle;
|
|
@@ -31010,9 +31129,7 @@ input.dark-TextControl-input-password {
|
|
|
31010
31129
|
background: var(--Switch-checked-onActive-bgColor);
|
|
31011
31130
|
}
|
|
31012
31131
|
.dark-Switch.is-checked:active .slider::before {
|
|
31013
|
-
left: calc(
|
|
31014
|
-
100% - (var(--Switch-height) + 0.125rem) - 0.125rem
|
|
31015
|
-
);
|
|
31132
|
+
left: calc(100% - (var(--Switch-height) + 0.125rem) - 0.125rem);
|
|
31016
31133
|
}
|
|
31017
31134
|
.dark-Switch.is-checked.is-disabled .slider:before {
|
|
31018
31135
|
color: var(--Switch-onDisabled-color);
|
|
@@ -31623,9 +31740,7 @@ input.dark-TextControl-input-password {
|
|
|
31623
31740
|
-webkit-user-select: none;
|
|
31624
31741
|
-moz-user-select: none;
|
|
31625
31742
|
user-select: none;
|
|
31626
|
-
line-height: calc(
|
|
31627
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31628
|
-
);
|
|
31743
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
31629
31744
|
display: inline-block;
|
|
31630
31745
|
vertical-align: middle;
|
|
31631
31746
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -31908,9 +32023,7 @@ input.dark-TextControl-input-password {
|
|
|
31908
32023
|
align-items: center;
|
|
31909
32024
|
overflow-x: hidden;
|
|
31910
32025
|
overflow-y: auto;
|
|
31911
|
-
max-height: calc((
|
|
31912
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)
|
|
31913
|
-
) * 5);
|
|
32026
|
+
max-height: calc((var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)) * 5);
|
|
31914
32027
|
}
|
|
31915
32028
|
.dark-Select-overflow-wrapper .dark-Select-value {
|
|
31916
32029
|
position: static;
|
|
@@ -31918,9 +32031,7 @@ input.dark-TextControl-input-password {
|
|
|
31918
32031
|
-webkit-user-select: none;
|
|
31919
32032
|
-moz-user-select: none;
|
|
31920
32033
|
user-select: none;
|
|
31921
|
-
line-height: calc(
|
|
31922
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31923
|
-
);
|
|
32034
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
31924
32035
|
display: inline-block;
|
|
31925
32036
|
vertical-align: middle;
|
|
31926
32037
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -32073,6 +32184,7 @@ input.dark-TextControl-input-password {
|
|
|
32073
32184
|
.dark-Selections-item > label {
|
|
32074
32185
|
flex-basis: 3.125rem;
|
|
32075
32186
|
flex-grow: 1;
|
|
32187
|
+
width: 3.125rem;
|
|
32076
32188
|
}
|
|
32077
32189
|
.dark-Selections-item > label.is-invalid {
|
|
32078
32190
|
color: var(--Form-selectValue-onInvalid-color);
|
|
@@ -32247,6 +32359,16 @@ input.dark-TextControl-input-password {
|
|
|
32247
32359
|
.dark-ListControl-item.is-disabled .b-inherit {
|
|
32248
32360
|
border-color: var(--ListControl-item-onDisabled-borderColor);
|
|
32249
32361
|
}
|
|
32362
|
+
.dark-ListControl-item.is-custom {
|
|
32363
|
+
border: none;
|
|
32364
|
+
padding: 0;
|
|
32365
|
+
}
|
|
32366
|
+
.dark-ListControl-item.is-custom:hover, .dark-ListControl-item.is-custom.is-active {
|
|
32367
|
+
border: none;
|
|
32368
|
+
}
|
|
32369
|
+
.dark-ListControl-item.is-custom::before, .dark-ListControl-item.is-custom::after {
|
|
32370
|
+
display: none;
|
|
32371
|
+
}
|
|
32250
32372
|
.dark-LocationPicker {
|
|
32251
32373
|
position: relative;
|
|
32252
32374
|
display: inline-flex;
|
|
@@ -33924,6 +34046,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33924
34046
|
line-height: 20px;
|
|
33925
34047
|
}
|
|
33926
34048
|
.dark-FileControl-description {
|
|
34049
|
+
margin-top: var(--inputFile-base-des-margin);
|
|
34050
|
+
line-height: 20px;
|
|
33927
34051
|
color: var(--inputFile-base-des-color);
|
|
33928
34052
|
font-size: var(--inputFile-base-des-fontSize);
|
|
33929
34053
|
font-weight: var(--inputFile-base-des-fontWeight);
|
|
@@ -34787,6 +34911,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34787
34911
|
height: var(--Tree-itemHeight);
|
|
34788
34912
|
line-height: var(--Tree-itemHeight);
|
|
34789
34913
|
padding-right: var(--Tree-icon-gap);
|
|
34914
|
+
flex-shrink: 0;
|
|
34790
34915
|
}
|
|
34791
34916
|
.dark-Tree-item-icons > a {
|
|
34792
34917
|
display: inline-block;
|
|
@@ -34822,10 +34947,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34822
34947
|
border: var(--Form-input-borderWidth) solid var(--inputTree-border-color);
|
|
34823
34948
|
border-radius: var(--inputTree-border-radius);
|
|
34824
34949
|
line-height: var(--inputTree-input-lineHeight);
|
|
34825
|
-
padding: calc((
|
|
34826
|
-
var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) *
|
|
34827
|
-
var(--inputTree-fontSize) - 0.125rem
|
|
34828
|
-
) / 2) var(--Form-input-paddingX);
|
|
34950
|
+
padding: calc((var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem) / 2) var(--Form-input-paddingX);
|
|
34829
34951
|
font-size: var(--inputTree-fontSize);
|
|
34830
34952
|
}
|
|
34831
34953
|
.dark-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -34913,7 +35035,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34913
35035
|
}
|
|
34914
35036
|
.dark-Tree-itemText {
|
|
34915
35037
|
cursor: pointer;
|
|
34916
|
-
flex: 1 auto;
|
|
34917
35038
|
display: inline-block;
|
|
34918
35039
|
color: var(--inputTree-base-default-color);
|
|
34919
35040
|
font-size: var(--select-tree-fontSize);
|
|
@@ -35253,6 +35374,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35253
35374
|
.dark-Combo-delBtn:hover {
|
|
35254
35375
|
color: var(--combo-multi-delBtn-hover-color);
|
|
35255
35376
|
}
|
|
35377
|
+
.dark-Tabs--radio .is-active .dark-Combo-tab-delBtn {
|
|
35378
|
+
color: var(--Tabs--radio-active-color);
|
|
35379
|
+
}
|
|
35380
|
+
.dark-Tabs--radio .is-active .dark-Combo-tab-delBtn:hover {
|
|
35381
|
+
color: var(--Tabs--radio-active-color);
|
|
35382
|
+
}
|
|
35256
35383
|
.dark-Combo-tab-delBtn {
|
|
35257
35384
|
color: var(--combo-multi-delBtn-color);
|
|
35258
35385
|
cursor: pointer;
|
|
@@ -35260,8 +35387,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35260
35387
|
display: inline-block;
|
|
35261
35388
|
}
|
|
35262
35389
|
.dark-Combo-tab-delBtn > svg {
|
|
35263
|
-
width: 0.
|
|
35264
|
-
height: 0.
|
|
35390
|
+
width: 0.875rem;
|
|
35391
|
+
height: 0.875rem;
|
|
35265
35392
|
}
|
|
35266
35393
|
.dark-Combo-tab-delBtn:hover {
|
|
35267
35394
|
color: var(--combo-multi-delBtn-hover-color);
|
|
@@ -35773,9 +35900,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35773
35900
|
user-select: none;
|
|
35774
35901
|
white-space: nowrap;
|
|
35775
35902
|
vertical-align: middle;
|
|
35776
|
-
line-height: calc(
|
|
35777
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35778
|
-
);
|
|
35903
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
35779
35904
|
display: inline-block;
|
|
35780
35905
|
font-size: var(--Pick-base-value-fontSize);
|
|
35781
35906
|
color: var(--Pick-base-value-color);
|
|
@@ -35873,9 +35998,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35873
35998
|
user-select: none;
|
|
35874
35999
|
white-space: nowrap;
|
|
35875
36000
|
vertical-align: middle;
|
|
35876
|
-
line-height: calc(
|
|
35877
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35878
|
-
);
|
|
36001
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
35879
36002
|
display: inline-block;
|
|
35880
36003
|
font-size: var(--Pick-base-value-fontSize);
|
|
35881
36004
|
color: var(--Pick-base-value-color);
|
|
@@ -37315,7 +37438,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37315
37438
|
}
|
|
37316
37439
|
.dark-IconSelectControl-icon-list-item-info-name {
|
|
37317
37440
|
margin: 0;
|
|
37318
|
-
margin-bottom: var(--IconSelect-xs-margin);
|
|
37319
37441
|
font-size: var(--IconSelect-type-font-size);
|
|
37320
37442
|
color: var(--IconSelect-icon-name-color);
|
|
37321
37443
|
}
|
|
@@ -39053,6 +39175,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39053
39175
|
.dark-FormulaEditor-VariableList-base.is-scrollable {
|
|
39054
39176
|
overflow-x: auto;
|
|
39055
39177
|
overflow-y: auto;
|
|
39178
|
+
max-height: 100% !important;
|
|
39056
39179
|
}
|
|
39057
39180
|
.dark-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
39058
39181
|
width: 6px;
|
|
@@ -39188,7 +39311,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39188
39311
|
min-width: 100px;
|
|
39189
39312
|
padding: 0 5px;
|
|
39190
39313
|
margin: 5px;
|
|
39191
|
-
text-align:
|
|
39314
|
+
text-align: left;
|
|
39192
39315
|
}
|
|
39193
39316
|
.dark-FormulaEditor-VariableList-item-oper li {
|
|
39194
39317
|
line-height: 24px;
|
|
@@ -40277,8 +40400,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40277
40400
|
}
|
|
40278
40401
|
.dark-Nav-Menu-vertical.dark-Nav-Menu-sub {
|
|
40279
40402
|
min-width: 160px;
|
|
40280
|
-
border-radius: 2px;
|
|
40281
|
-
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);
|
|
40282
40403
|
}
|
|
40283
40404
|
.dark-Nav-Menu-item, .dark-Nav-Menu-submenu-title {
|
|
40284
40405
|
margin: 0;
|
|
@@ -40489,6 +40610,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40489
40610
|
background-color: var(--Layout-light-backgroundColor);
|
|
40490
40611
|
line-height: var(--Nav-Item-height);
|
|
40491
40612
|
cursor: pointer;
|
|
40613
|
+
border-radius: 2px;
|
|
40614
|
+
max-height: 400px;
|
|
40615
|
+
overflow-y: auto;
|
|
40616
|
+
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);
|
|
40492
40617
|
}
|
|
40493
40618
|
.dark-Nav-Menu-submenu-popup .dark-Nav-Menu-submenu-title .dark-Nav-Menu-item-link .dark-Nav-Menu-submenu-arrow {
|
|
40494
40619
|
display: none;
|