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/cxd.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);
|
|
@@ -10112,6 +10121,7 @@ button::-moz-focus-inner {
|
|
|
10112
10121
|
font-style: normal;
|
|
10113
10122
|
font-weight: normal;
|
|
10114
10123
|
line-height: 24px;
|
|
10124
|
+
max-width: 100%;
|
|
10115
10125
|
text-transform: none;
|
|
10116
10126
|
word-break: break-all;
|
|
10117
10127
|
}
|
|
@@ -10820,16 +10830,21 @@ button::-moz-focus-inner {
|
|
|
10820
10830
|
.tox .tox-dialog__body-content a {
|
|
10821
10831
|
color: #006ce7;
|
|
10822
10832
|
cursor: pointer;
|
|
10823
|
-
text-decoration:
|
|
10833
|
+
text-decoration: underline;
|
|
10824
10834
|
}
|
|
10825
10835
|
.tox .tox-dialog__body-content a:hover,
|
|
10826
10836
|
.tox .tox-dialog__body-content a:focus {
|
|
10827
|
-
color: #
|
|
10828
|
-
text-decoration:
|
|
10837
|
+
color: #003c81;
|
|
10838
|
+
text-decoration: underline;
|
|
10839
|
+
}
|
|
10840
|
+
.tox .tox-dialog__body-content a:focus-visible {
|
|
10841
|
+
border-radius: 1px;
|
|
10842
|
+
outline: 2px solid #006ce7;
|
|
10843
|
+
outline-offset: 2px;
|
|
10829
10844
|
}
|
|
10830
10845
|
.tox .tox-dialog__body-content a:active {
|
|
10831
|
-
color: #
|
|
10832
|
-
text-decoration:
|
|
10846
|
+
color: #00244e;
|
|
10847
|
+
text-decoration: underline;
|
|
10833
10848
|
}
|
|
10834
10849
|
.tox .tox-dialog__body-content svg {
|
|
10835
10850
|
fill: #222f3e;
|
|
@@ -10978,9 +10993,23 @@ button::-moz-focus-inner {
|
|
|
10978
10993
|
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
|
10979
10994
|
background: #fff;
|
|
10980
10995
|
}
|
|
10981
|
-
.tox .tox-
|
|
10996
|
+
.tox .tox-navobj-bordered {
|
|
10997
|
+
position: relative;
|
|
10998
|
+
}
|
|
10999
|
+
.tox .tox-navobj-bordered::before {
|
|
10982
11000
|
border: 1px solid #eeeeee;
|
|
10983
11001
|
border-radius: 6px;
|
|
11002
|
+
content: "";
|
|
11003
|
+
inset: 0;
|
|
11004
|
+
opacity: 1;
|
|
11005
|
+
pointer-events: none;
|
|
11006
|
+
position: absolute;
|
|
11007
|
+
z-index: 1;
|
|
11008
|
+
}
|
|
11009
|
+
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
|
|
11010
|
+
border-color: #006ce7;
|
|
11011
|
+
box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
|
|
11012
|
+
outline: none;
|
|
10984
11013
|
}
|
|
10985
11014
|
.tox .tox-dialog__popups {
|
|
10986
11015
|
position: absolute;
|
|
@@ -11383,7 +11412,6 @@ body.tox-dialog__disable-scroll {
|
|
|
11383
11412
|
cursor: not-allowed;
|
|
11384
11413
|
}
|
|
11385
11414
|
.tox .tox-textfield:focus,
|
|
11386
|
-
.tox .tox-dialog__iframe.tox-dialog__iframe--bordered:focus-within,
|
|
11387
11415
|
.tox .tox-listboxfield .tox-listbox--select:focus,
|
|
11388
11416
|
.tox .tox-textarea-wrap:focus-within,
|
|
11389
11417
|
.tox .tox-textarea:focus,
|
|
@@ -11713,6 +11741,9 @@ body.tox-dialog__disable-scroll {
|
|
|
11713
11741
|
overflow-wrap: break-word;
|
|
11714
11742
|
word-break: normal;
|
|
11715
11743
|
}
|
|
11744
|
+
.tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
|
|
11745
|
+
word-break: break-all;
|
|
11746
|
+
}
|
|
11716
11747
|
}
|
|
11717
11748
|
.tox .tox-menu__label h1,
|
|
11718
11749
|
.tox .tox-menu__label h2,
|
|
@@ -12213,19 +12244,42 @@ body.tox-dialog__disable-scroll {
|
|
|
12213
12244
|
position: relative;
|
|
12214
12245
|
text-transform: none;
|
|
12215
12246
|
}
|
|
12216
|
-
.tox .tox-
|
|
12247
|
+
.tox .tox-statusbar__path {
|
|
12217
12248
|
display: flex;
|
|
12218
12249
|
flex: 1 1 auto;
|
|
12219
|
-
justify-content: flex-end;
|
|
12220
12250
|
overflow: hidden;
|
|
12251
|
+
text-overflow: ellipsis;
|
|
12252
|
+
white-space: nowrap;
|
|
12221
12253
|
}
|
|
12222
|
-
.tox .tox-
|
|
12254
|
+
.tox .tox-statusbar__right-container {
|
|
12255
|
+
display: flex;
|
|
12256
|
+
justify-content: flex-end;
|
|
12257
|
+
white-space: nowrap;
|
|
12258
|
+
}
|
|
12259
|
+
.tox .tox-statusbar__help-text {
|
|
12260
|
+
text-align: center;
|
|
12261
|
+
}
|
|
12262
|
+
.tox .tox-statusbar__text-container {
|
|
12223
12263
|
display: flex;
|
|
12224
12264
|
flex: 1 1 auto;
|
|
12225
|
-
|
|
12265
|
+
justify-content: space-between;
|
|
12226
12266
|
overflow: hidden;
|
|
12227
|
-
|
|
12228
|
-
|
|
12267
|
+
}
|
|
12268
|
+
@media only screen and (min-width: 768px) {
|
|
12269
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
|
|
12270
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
|
|
12271
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
|
|
12272
|
+
flex: 0 0 33.3333333333%;
|
|
12273
|
+
}
|
|
12274
|
+
}
|
|
12275
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
|
|
12276
|
+
justify-content: flex-end;
|
|
12277
|
+
}
|
|
12278
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
|
|
12279
|
+
justify-content: flex-start;
|
|
12280
|
+
}
|
|
12281
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
|
|
12282
|
+
justify-content: space-around;
|
|
12229
12283
|
}
|
|
12230
12284
|
.tox .tox-statusbar__path > * {
|
|
12231
12285
|
display: inline;
|
|
@@ -12235,6 +12289,14 @@ body.tox-dialog__disable-scroll {
|
|
|
12235
12289
|
flex: 0 0 auto;
|
|
12236
12290
|
margin-left: 1ch;
|
|
12237
12291
|
}
|
|
12292
|
+
@media only screen and (max-width: 767px) {
|
|
12293
|
+
.tox .tox-statusbar__text-container .tox-statusbar__help-text {
|
|
12294
|
+
display: none;
|
|
12295
|
+
}
|
|
12296
|
+
.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
|
|
12297
|
+
display: block;
|
|
12298
|
+
}
|
|
12299
|
+
}
|
|
12238
12300
|
.tox .tox-statusbar a,
|
|
12239
12301
|
.tox .tox-statusbar__path-item,
|
|
12240
12302
|
.tox .tox-statusbar__wordcount {
|
|
@@ -13924,13 +13986,13 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13924
13986
|
transform: translateY(-30px);
|
|
13925
13987
|
}
|
|
13926
13988
|
/*!
|
|
13927
|
-
* Cropper.js v1.
|
|
13989
|
+
* Cropper.js v1.6.1
|
|
13928
13990
|
* https://fengyuanchen.github.io/cropperjs
|
|
13929
13991
|
*
|
|
13930
13992
|
* Copyright 2015-present Chen Fengyuan
|
|
13931
13993
|
* Released under the MIT license
|
|
13932
13994
|
*
|
|
13933
|
-
* Date:
|
|
13995
|
+
* Date: 2023-09-17T03:44:17.565Z
|
|
13934
13996
|
*/
|
|
13935
13997
|
.cropper-container {
|
|
13936
13998
|
direction: ltr;
|
|
@@ -13980,7 +14042,7 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13980
14042
|
display: block;
|
|
13981
14043
|
height: 100%;
|
|
13982
14044
|
outline: 1px solid #39f;
|
|
13983
|
-
outline-color: rgba(51, 153, 255, 75
|
|
14045
|
+
outline-color: rgba(51, 153, 255, 0.75);
|
|
13984
14046
|
overflow: hidden;
|
|
13985
14047
|
width: 100%;
|
|
13986
14048
|
}
|
|
@@ -14846,6 +14908,7 @@ body {
|
|
|
14846
14908
|
}
|
|
14847
14909
|
.cxd-Layout--headerFixed {
|
|
14848
14910
|
padding-top: var(--Layout-header-height);
|
|
14911
|
+
--affix-offset-top: var(--Layout-header-height);
|
|
14849
14912
|
}
|
|
14850
14913
|
.cxd-Layout--headerFixed .cxd-Layout-header {
|
|
14851
14914
|
position: fixed;
|
|
@@ -17350,9 +17413,6 @@ input[type=button].cxd-Button--block {
|
|
|
17350
17413
|
.cxd-Modal-header::after {
|
|
17351
17414
|
clear: both;
|
|
17352
17415
|
}
|
|
17353
|
-
.cxd-Modal-header .Dialog-close {
|
|
17354
|
-
content: var(--dialog-icon-icon);
|
|
17355
|
-
}
|
|
17356
17416
|
.cxd-Modal-title {
|
|
17357
17417
|
font-size: var(--dialog-header-fontSize);
|
|
17358
17418
|
color: var(--dialog-header-color);
|
|
@@ -17367,6 +17427,9 @@ input[type=button].cxd-Button--block {
|
|
|
17367
17427
|
vertical-align: middle;
|
|
17368
17428
|
z-index: calc(11 + 1);
|
|
17369
17429
|
}
|
|
17430
|
+
.cxd-Modal-close .Dialog-close {
|
|
17431
|
+
content: var(--dialog-icon-icon);
|
|
17432
|
+
}
|
|
17370
17433
|
.cxd-Modal-close svg {
|
|
17371
17434
|
width: var(--dialog-icon-size);
|
|
17372
17435
|
height: var(--dialog-icon-size);
|
|
@@ -17413,70 +17476,34 @@ input[type=button].cxd-Button--block {
|
|
|
17413
17476
|
margin-left: var(--dialog-footer-margin-left);
|
|
17414
17477
|
}
|
|
17415
17478
|
.cxd-Modal--2th .cxd-Modal-content {
|
|
17416
|
-
margin-top: calc(
|
|
17417
|
-
var(--Modal-content-startMarginTop) +
|
|
17418
|
-
1 *
|
|
17419
|
-
var(--Modal-content-stepMarginTop)
|
|
17420
|
-
);
|
|
17479
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop));
|
|
17421
17480
|
}
|
|
17422
17481
|
.cxd-Modal--3th .cxd-Modal-content {
|
|
17423
|
-
margin-top: calc(
|
|
17424
|
-
var(--Modal-content-startMarginTop) +
|
|
17425
|
-
2 *
|
|
17426
|
-
var(--Modal-content-stepMarginTop)
|
|
17427
|
-
);
|
|
17482
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop));
|
|
17428
17483
|
}
|
|
17429
17484
|
.cxd-Modal--4th .cxd-Modal-content {
|
|
17430
|
-
margin-top: calc(
|
|
17431
|
-
var(--Modal-content-startMarginTop) +
|
|
17432
|
-
3 *
|
|
17433
|
-
var(--Modal-content-stepMarginTop)
|
|
17434
|
-
);
|
|
17485
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop));
|
|
17435
17486
|
}
|
|
17436
17487
|
.cxd-Modal--5th .cxd-Modal-content {
|
|
17437
|
-
margin-top: calc(
|
|
17438
|
-
var(--Modal-content-startMarginTop) +
|
|
17439
|
-
4 *
|
|
17440
|
-
var(--Modal-content-stepMarginTop)
|
|
17441
|
-
);
|
|
17488
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop));
|
|
17442
17489
|
}
|
|
17443
17490
|
.cxd-Modal--6th .cxd-Modal-content {
|
|
17444
|
-
margin-top: calc(
|
|
17445
|
-
var(--Modal-content-startMarginTop) +
|
|
17446
|
-
5 *
|
|
17447
|
-
var(--Modal-content-stepMarginTop)
|
|
17448
|
-
);
|
|
17491
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop));
|
|
17449
17492
|
}
|
|
17450
17493
|
.cxd-Modal--7th .cxd-Modal-content {
|
|
17451
|
-
margin-top: calc(
|
|
17452
|
-
var(--Modal-content-startMarginTop) +
|
|
17453
|
-
6 *
|
|
17454
|
-
var(--Modal-content-stepMarginTop)
|
|
17455
|
-
);
|
|
17494
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop));
|
|
17456
17495
|
}
|
|
17457
17496
|
.cxd-Modal--8th .cxd-Modal-content {
|
|
17458
|
-
margin-top: calc(
|
|
17459
|
-
var(--Modal-content-startMarginTop) +
|
|
17460
|
-
7 *
|
|
17461
|
-
var(--Modal-content-stepMarginTop)
|
|
17462
|
-
);
|
|
17497
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop));
|
|
17463
17498
|
}
|
|
17464
17499
|
.cxd-Modal--9th .cxd-Modal-content {
|
|
17465
|
-
margin-top: calc(
|
|
17466
|
-
var(--Modal-content-startMarginTop) +
|
|
17467
|
-
8 *
|
|
17468
|
-
var(--Modal-content-stepMarginTop)
|
|
17469
|
-
);
|
|
17500
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop));
|
|
17470
17501
|
}
|
|
17471
17502
|
.cxd-Modal--10th .cxd-Modal-content {
|
|
17472
|
-
margin-top: calc(
|
|
17473
|
-
var(--Modal-content-startMarginTop) +
|
|
17474
|
-
9 *
|
|
17475
|
-
var(--Modal-content-stepMarginTop)
|
|
17476
|
-
);
|
|
17503
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop));
|
|
17477
17504
|
}
|
|
17478
17505
|
@media (min-width: 576px) {
|
|
17479
|
-
.cxd-Modal-content {
|
|
17506
|
+
.cxd-Modal-content:not(.cxd-Modal-content-custom) {
|
|
17480
17507
|
max-width: var(--dialog-size-normal-width);
|
|
17481
17508
|
border-width: var(--dialog-default-border-width);
|
|
17482
17509
|
}
|
|
@@ -20227,6 +20254,25 @@ input[type=button].cxd-Button--block {
|
|
|
20227
20254
|
background: var(--Nav-item-onActive-color);
|
|
20228
20255
|
height: 2px;
|
|
20229
20256
|
}
|
|
20257
|
+
.cxd-Nav--searchable {
|
|
20258
|
+
display: flex;
|
|
20259
|
+
}
|
|
20260
|
+
.cxd-Nav--searchable:not(.cxd-Nav-horizontal) {
|
|
20261
|
+
flex-flow: column nowrap;
|
|
20262
|
+
justify-content: flex-start;
|
|
20263
|
+
align-items: flex-start;
|
|
20264
|
+
}
|
|
20265
|
+
.cxd-Nav--searchable:not(.cxd-Nav-horizontal) .cxd-Nav-SearchBox.is-active {
|
|
20266
|
+
width: 100%;
|
|
20267
|
+
}
|
|
20268
|
+
.cxd-Nav--searchable.cxd-Nav-horizontal {
|
|
20269
|
+
flex-flow: column nowrap;
|
|
20270
|
+
justify-content: flex-start;
|
|
20271
|
+
align-items: flex-start;
|
|
20272
|
+
}
|
|
20273
|
+
.cxd-Nav--searchable.cxd-Nav-horizontal .cxd-Nav-SearchBox {
|
|
20274
|
+
margin-left: 1rem;
|
|
20275
|
+
}
|
|
20230
20276
|
.cxd-Page {
|
|
20231
20277
|
width: 100%;
|
|
20232
20278
|
height: 100%;
|
|
@@ -20316,6 +20362,7 @@ input[type=button].cxd-Button--block {
|
|
|
20316
20362
|
}
|
|
20317
20363
|
@media (min-width: 768px) {
|
|
20318
20364
|
.cxd-Page-aside {
|
|
20365
|
+
flex-shrink: 0;
|
|
20319
20366
|
width: var(--Page-aside-width);
|
|
20320
20367
|
border-right: var(--borderWidth) solid var(--borderColor);
|
|
20321
20368
|
}
|
|
@@ -20343,6 +20390,13 @@ input[type=button].cxd-Button--block {
|
|
|
20343
20390
|
width: 0;
|
|
20344
20391
|
flex-grow: 1;
|
|
20345
20392
|
}
|
|
20393
|
+
.cxd-Page--asideSticky > .cxd-Page-aside {
|
|
20394
|
+
position: sticky;
|
|
20395
|
+
top: var(--affix-offset-top);
|
|
20396
|
+
max-height: calc(100vh - var(--affix-offset-top) - var(--affix-offset-bottom));
|
|
20397
|
+
overflow-x: hidden;
|
|
20398
|
+
overflow-y: auto;
|
|
20399
|
+
}
|
|
20346
20400
|
}
|
|
20347
20401
|
.cxd-Remark {
|
|
20348
20402
|
display: inline-block;
|
|
@@ -20601,19 +20655,10 @@ input[type=button].cxd-Button--block {
|
|
|
20601
20655
|
/* 子组件 */
|
|
20602
20656
|
}
|
|
20603
20657
|
.cxd-Panel-fixedBottom {
|
|
20604
|
-
position:
|
|
20658
|
+
position: sticky;
|
|
20605
20659
|
background: var(--white);
|
|
20606
|
-
|
|
20607
|
-
opacity: 0;
|
|
20608
|
-
bottom: 999999px;
|
|
20609
|
-
box-shadow: var(--Panel-fixedBottom-boxShadow);
|
|
20610
|
-
border-top: var(--Panel-fixedBottom-borderTop);
|
|
20611
|
-
}
|
|
20612
|
-
.cxd-Panel-fixedBottom.in {
|
|
20613
|
-
position: fixed;
|
|
20614
|
-
bottom: 0;
|
|
20660
|
+
bottom: var(--affix-offset-bottom);
|
|
20615
20661
|
z-index: 900;
|
|
20616
|
-
opacity: 1;
|
|
20617
20662
|
}
|
|
20618
20663
|
.cxd-Panel--default {
|
|
20619
20664
|
border-color: var(--Panel-top-border-color) var(--Panel-right-border-color) var(--Panel-bottom-border-color) var(--Panel-left-border-color);
|
|
@@ -21712,10 +21757,13 @@ input[type=button].cxd-Button--block {
|
|
|
21712
21757
|
padding-left: 0;
|
|
21713
21758
|
padding-right: 0;
|
|
21714
21759
|
}
|
|
21715
|
-
.cxd-Form
|
|
21760
|
+
.cxd-Form {
|
|
21761
|
+
/* 恢复 Form 嵌套场景下的样式 */
|
|
21762
|
+
}
|
|
21763
|
+
.cxd-Form .cxd-Collapse {
|
|
21716
21764
|
border: none;
|
|
21717
21765
|
}
|
|
21718
|
-
.cxd-Form .cxd-Collapse
|
|
21766
|
+
.cxd-Form .cxd-Collapse .cxd-Collapse-header {
|
|
21719
21767
|
background-color: var(--white);
|
|
21720
21768
|
display: inline-flex;
|
|
21721
21769
|
justify-content: flex-end;
|
|
@@ -21723,9 +21771,23 @@ input[type=button].cxd-Button--block {
|
|
|
21723
21771
|
flex-direction: row-reverse;
|
|
21724
21772
|
border-radius: 0;
|
|
21725
21773
|
}
|
|
21726
|
-
.cxd-Form .cxd-Collapse
|
|
21774
|
+
.cxd-Form .cxd-Collapse .cxd-Collapse-content {
|
|
21727
21775
|
padding: 0;
|
|
21728
21776
|
}
|
|
21777
|
+
.cxd-Form .cxd-Collapse-fieldset--disabled {
|
|
21778
|
+
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);
|
|
21779
|
+
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);
|
|
21780
|
+
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);
|
|
21781
|
+
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);
|
|
21782
|
+
}
|
|
21783
|
+
.cxd-Form .cxd-Collapse-fieldset--disabled .cxd-Collapse-header {
|
|
21784
|
+
background: var(--Collapse-header-bg);
|
|
21785
|
+
display: block;
|
|
21786
|
+
border-radius: unset;
|
|
21787
|
+
}
|
|
21788
|
+
.cxd-Form .cxd-Collapse-fieldset--disabled .cxd-Collapse-content {
|
|
21789
|
+
padding: var(--Collapse-content-padding);
|
|
21790
|
+
}
|
|
21729
21791
|
/* 移动端样式调整 */
|
|
21730
21792
|
@media (max-width: 767px) {
|
|
21731
21793
|
.cxd-Collapse {
|
|
@@ -22576,9 +22638,7 @@ input[type=button].cxd-Button--block {
|
|
|
22576
22638
|
user-select: none;
|
|
22577
22639
|
white-space: nowrap;
|
|
22578
22640
|
vertical-align: middle;
|
|
22579
|
-
line-height: calc(
|
|
22580
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22581
|
-
);
|
|
22641
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22582
22642
|
display: inline-block;
|
|
22583
22643
|
font-size: var(--Pick-base-value-fontSize);
|
|
22584
22644
|
color: var(--Pick-base-value-color);
|
|
@@ -22623,9 +22683,7 @@ input[type=button].cxd-Button--block {
|
|
|
22623
22683
|
user-select: none;
|
|
22624
22684
|
white-space: nowrap;
|
|
22625
22685
|
vertical-align: middle;
|
|
22626
|
-
line-height: calc(
|
|
22627
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22628
|
-
);
|
|
22686
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22629
22687
|
display: inline-block;
|
|
22630
22688
|
font-size: var(--Pick-base-value-fontSize);
|
|
22631
22689
|
color: var(--Pick-base-value-color);
|
|
@@ -22769,9 +22827,7 @@ input[type=button].cxd-Button--block {
|
|
|
22769
22827
|
-webkit-user-select: none;
|
|
22770
22828
|
-moz-user-select: none;
|
|
22771
22829
|
user-select: none;
|
|
22772
|
-
line-height: calc(
|
|
22773
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22774
|
-
);
|
|
22830
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22775
22831
|
display: inline-block;
|
|
22776
22832
|
font-size: var(--Pick-base-value-fontSize);
|
|
22777
22833
|
color: var(--Pick-base-value-color);
|
|
@@ -22896,6 +22952,7 @@ input[type=button].cxd-Button--block {
|
|
|
22896
22952
|
}
|
|
22897
22953
|
.cxd-Table-fixedTop {
|
|
22898
22954
|
position: sticky;
|
|
22955
|
+
top: var(--affix-offset-top);
|
|
22899
22956
|
background: var(--Table-bg);
|
|
22900
22957
|
display: block;
|
|
22901
22958
|
opacity: 1;
|
|
@@ -22917,6 +22974,9 @@ input[type=button].cxd-Button--block {
|
|
|
22917
22974
|
visibility: hidden;
|
|
22918
22975
|
position: absolute;
|
|
22919
22976
|
}
|
|
22977
|
+
.cxd-Table-fixedTop .cxd-Table-table {
|
|
22978
|
+
table-layout: fixed;
|
|
22979
|
+
}
|
|
22920
22980
|
.cxd-Table-heading {
|
|
22921
22981
|
background: var(--Table-heading-bg);
|
|
22922
22982
|
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
@@ -23162,9 +23222,11 @@ input[type=button].cxd-Button--block {
|
|
|
23162
23222
|
.cxd-Table-table > thead > tr {
|
|
23163
23223
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
23164
23224
|
}
|
|
23225
|
+
.cxd-Table-table-tr {
|
|
23226
|
+
background: var(--Table-bg);
|
|
23227
|
+
}
|
|
23165
23228
|
.cxd-Table-table > tbody > tr {
|
|
23166
23229
|
position: relative;
|
|
23167
|
-
background: var(--Table-bg);
|
|
23168
23230
|
}
|
|
23169
23231
|
.cxd-Table-table > tbody > tr + tr {
|
|
23170
23232
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -23562,6 +23624,10 @@ input[type=button].cxd-Button--block {
|
|
|
23562
23624
|
.cxd-Table-table > tbody > tr > td.cxd-Table-primayCell {
|
|
23563
23625
|
white-space: nowrap;
|
|
23564
23626
|
}
|
|
23627
|
+
.cxd-Table-table > thead > tr > th.cxd-Table-primayCell > .cxd-Spinner,
|
|
23628
|
+
.cxd-Table-table > tbody > tr > td.cxd-Table-primayCell > .cxd-Spinner {
|
|
23629
|
+
vertical-align: middle;
|
|
23630
|
+
}
|
|
23565
23631
|
.cxd-Table.is-mobile .cxd-Table-table > tbody > tr:hover, .cxd-Table.is-mobile .cxd-Table-table > tbody > tr.is-hovered {
|
|
23566
23632
|
background: var(--Table-bg);
|
|
23567
23633
|
border-color: var(--Table-borderColor);
|
|
@@ -23744,6 +23810,13 @@ input[type=button].cxd-Button--block {
|
|
|
23744
23810
|
.cxd-Table-footTable > tbody > tr:not(:first-child) {
|
|
23745
23811
|
border-top: var(--Table-borderWidth) solid var(--Table-tbody-borderTopColor);
|
|
23746
23812
|
}
|
|
23813
|
+
.cxd-Table-retryBtn {
|
|
23814
|
+
color: var(--Form-feedBack-color);
|
|
23815
|
+
cursor: pointer;
|
|
23816
|
+
}
|
|
23817
|
+
.cxd-Table-retryBtn:hover {
|
|
23818
|
+
color: var(--Form-feedBack-color);
|
|
23819
|
+
}
|
|
23747
23820
|
.cxd-Table-expandBtn, .cxd-Table-expandBtn2 {
|
|
23748
23821
|
position: relative;
|
|
23749
23822
|
z-index: 1;
|
|
@@ -24887,10 +24960,9 @@ input[type=button].cxd-Button--block {
|
|
|
24887
24960
|
background: var(--TableRow-onDisabled-bg);
|
|
24888
24961
|
color: var(--TableRow-onDisabled-color);
|
|
24889
24962
|
}
|
|
24890
|
-
.cxd-Table2 .cxd-Table-table > tbody > tr
|
|
24891
|
-
|
|
24892
|
-
|
|
24893
|
-
color: var(--Table-onHover-color);
|
|
24963
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-left,
|
|
24964
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-right {
|
|
24965
|
+
background: inherit;
|
|
24894
24966
|
}
|
|
24895
24967
|
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-left-last:after,
|
|
24896
24968
|
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-left-last:after,
|
|
@@ -24907,7 +24979,7 @@ input[type=button].cxd-Button--block {
|
|
|
24907
24979
|
}
|
|
24908
24980
|
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first:after,
|
|
24909
24981
|
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-right-first:after,
|
|
24910
|
-
.cxd-Table2 .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-right-
|
|
24982
|
+
.cxd-Table2 .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-right-first:after {
|
|
24911
24983
|
position: absolute;
|
|
24912
24984
|
top: 0;
|
|
24913
24985
|
bottom: -1px;
|
|
@@ -24945,9 +25017,6 @@ input[type=button].cxd-Button--block {
|
|
|
24945
25017
|
.cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-left {
|
|
24946
25018
|
border-right: none;
|
|
24947
25019
|
}
|
|
24948
|
-
.cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-left:not(.cxd-Table-cell-row-hover) {
|
|
24949
|
-
background: #fff;
|
|
24950
|
-
}
|
|
24951
25020
|
.cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tfoot > tr > td:not(:last-child).cxd-Table-cell-fix-left-last {
|
|
24952
25021
|
border-right: none;
|
|
24953
25022
|
}
|
|
@@ -24962,9 +25031,6 @@ input[type=button].cxd-Button--block {
|
|
|
24962
25031
|
.cxd-Table2.cxd-Table-ping-right .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-right {
|
|
24963
25032
|
border-right: none;
|
|
24964
25033
|
}
|
|
24965
|
-
.cxd-Table2.cxd-Table-ping-right .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-right:not(.cxd-Table-cell-row-hover) {
|
|
24966
|
-
background: #fff;
|
|
24967
|
-
}
|
|
24968
25034
|
.cxd-Table2.cxd-Table-ping-right:not(.cxd-Table-bordered) .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first-prev {
|
|
24969
25035
|
border-right: none;
|
|
24970
25036
|
}
|
|
@@ -25465,6 +25531,7 @@ input[type=button].cxd-Button--block {
|
|
|
25465
25531
|
position: sticky;
|
|
25466
25532
|
background: var(--white);
|
|
25467
25533
|
z-index: 900;
|
|
25534
|
+
top: var(--affix-offset-top);
|
|
25468
25535
|
}
|
|
25469
25536
|
.cxd-List-fixedTop .cxd-Cards-toolbar {
|
|
25470
25537
|
margin-bottom: 0;
|
|
@@ -25655,6 +25722,7 @@ input[type=button].cxd-Button--block {
|
|
|
25655
25722
|
.cxd-Cards-fixedTop {
|
|
25656
25723
|
position: sticky;
|
|
25657
25724
|
background: var(--white);
|
|
25725
|
+
top: var(--affix-offset-top);
|
|
25658
25726
|
padding: var(--gap-sm);
|
|
25659
25727
|
z-index: 900;
|
|
25660
25728
|
}
|
|
@@ -26420,14 +26488,43 @@ input[type=button].cxd-Button--block {
|
|
|
26420
26488
|
border-left-style: dashed;
|
|
26421
26489
|
}
|
|
26422
26490
|
.cxd-Divider--horizontal {
|
|
26423
|
-
|
|
26491
|
+
position: relative;
|
|
26424
26492
|
height: 0.125rem;
|
|
26493
|
+
border-bottom: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26494
|
+
transform-origin: 0 center;
|
|
26495
|
+
clear: both;
|
|
26425
26496
|
}
|
|
26426
26497
|
.cxd-Divider--vertical {
|
|
26427
26498
|
border-left: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26428
26499
|
height: var(--sizes-base-15);
|
|
26500
|
+
transform-origin: center bottom;
|
|
26429
26501
|
display: inline-block;
|
|
26430
26502
|
}
|
|
26503
|
+
.cxd-Divider--with-text {
|
|
26504
|
+
display: flex;
|
|
26505
|
+
align-items: center;
|
|
26506
|
+
height: unset;
|
|
26507
|
+
border-bottom-width: 0 !important;
|
|
26508
|
+
}
|
|
26509
|
+
.cxd-Divider--with-text::before, .cxd-Divider--with-text::after {
|
|
26510
|
+
content: "";
|
|
26511
|
+
height: 0;
|
|
26512
|
+
flex: 1;
|
|
26513
|
+
border-bottom: inherit;
|
|
26514
|
+
border-bottom-width: var(--Divider-width);
|
|
26515
|
+
}
|
|
26516
|
+
.cxd-Divider--with-text.cxd-Divider--with-text-left:before, .cxd-Divider--with-text.cxd-Divider--with-text-right:after {
|
|
26517
|
+
flex-basis: var(--Divider-text-width);
|
|
26518
|
+
flex-grow: 0;
|
|
26519
|
+
}
|
|
26520
|
+
.cxd-Divider-text {
|
|
26521
|
+
margin: var(--Divider-text-marginTop) var(--Divider-text-marginRight) var(--Divider-text-marginBottom) var(--Divider-text-marginLeft);
|
|
26522
|
+
font-size: var(--Divider-text-fontSize);
|
|
26523
|
+
font-weight: var(--Divider-text-fontWeight);
|
|
26524
|
+
line-height: 1;
|
|
26525
|
+
color: var(--Divider-text-color);
|
|
26526
|
+
box-sizing: border-box;
|
|
26527
|
+
}
|
|
26431
26528
|
/* 移动端样式调整 */
|
|
26432
26529
|
@media (max-width: 767px) {
|
|
26433
26530
|
.cxd-Divider {
|
|
@@ -26938,13 +27035,23 @@ input[type=button].cxd-Button--block {
|
|
|
26938
27035
|
-webkit-user-select: none;
|
|
26939
27036
|
-moz-user-select: none;
|
|
26940
27037
|
user-select: none;
|
|
27038
|
+
overflow: hidden;
|
|
26941
27039
|
}
|
|
26942
27040
|
.cxd-ImageGallery-main > img {
|
|
27041
|
+
cursor: move;
|
|
27042
|
+
cursor: -webkit-grab;
|
|
26943
27043
|
display: block;
|
|
26944
27044
|
max-width: 100%;
|
|
26945
27045
|
max-height: 100%;
|
|
26946
27046
|
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
|
26947
27047
|
}
|
|
27048
|
+
.cxd-ImageGallery-main.is-dragging > img {
|
|
27049
|
+
transition: none;
|
|
27050
|
+
-webkit-user-select: none;
|
|
27051
|
+
-moz-user-select: none;
|
|
27052
|
+
user-select: none;
|
|
27053
|
+
cursor: -webkit-grabbing;
|
|
27054
|
+
}
|
|
26948
27055
|
.cxd-ImageGallery-prevBtn, .cxd-ImageGallery-nextBtn {
|
|
26949
27056
|
position: absolute;
|
|
26950
27057
|
top: 50%;
|
|
@@ -27075,6 +27182,7 @@ input[type=button].cxd-Button--block {
|
|
|
27075
27182
|
.cxd-ImageGallery-toolbar {
|
|
27076
27183
|
background-color: var(--image-images-preview-bgColor);
|
|
27077
27184
|
border-radius: var(--image-images-preview-radius);
|
|
27185
|
+
box-shadow: 0 2px 6px 0 rgba(211, 211, 211, 0.5);
|
|
27078
27186
|
display: flex;
|
|
27079
27187
|
align-items: flex-start;
|
|
27080
27188
|
padding: var(--image-images-preview-paddingTop) var(--image-images-preview-paddingRight) var(--image-images-preview-paddingBottom) var(--image-images-preview-paddingLeft);
|
|
@@ -27901,6 +28009,13 @@ input[type=button].cxd-Button--block {
|
|
|
27901
28009
|
.cxd-ResultBox-value.is-invalid {
|
|
27902
28010
|
color: var(--Form-selectValue-onInvalid-color);
|
|
27903
28011
|
}
|
|
28012
|
+
.cxd-ResultBox-valueLabel {
|
|
28013
|
+
max-width: var(--Form-valueLabel-maxWidth);
|
|
28014
|
+
overflow: hidden;
|
|
28015
|
+
vertical-align: top;
|
|
28016
|
+
text-overflow: ellipsis;
|
|
28017
|
+
white-space: nowrap;
|
|
28018
|
+
}
|
|
27904
28019
|
.cxd-ResultBox-placeholder {
|
|
27905
28020
|
color: var(--Form-input-placeholderColor);
|
|
27906
28021
|
flex-grow: 1;
|
|
@@ -29650,10 +29765,7 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29650
29765
|
overflow: auto;
|
|
29651
29766
|
}
|
|
29652
29767
|
.cxd-TextControl-sugItem {
|
|
29653
|
-
padding: calc((
|
|
29654
|
-
var(--Form-selectOption-height) - var(--Form-input-lineHeight) *
|
|
29655
|
-
var(--Form-input-fontSize) - 0.125rem
|
|
29656
|
-
) / 2) 0.75rem;
|
|
29768
|
+
padding: calc((var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem) / 2) 0.75rem;
|
|
29657
29769
|
}
|
|
29658
29770
|
.cxd-TextControl-sugItem svg {
|
|
29659
29771
|
width: 1rem;
|
|
@@ -29699,9 +29811,7 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29699
29811
|
}
|
|
29700
29812
|
.cxd-TextControl-input--multiple .cxd-TextControl-value {
|
|
29701
29813
|
white-space: nowrap;
|
|
29702
|
-
line-height: calc(
|
|
29703
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
29704
|
-
);
|
|
29814
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
29705
29815
|
font-size: var(--Form-selectValue-fontSize);
|
|
29706
29816
|
background: var(--Form-select-multiple-bgColor);
|
|
29707
29817
|
border-radius: 0.125rem;
|
|
@@ -29899,6 +30009,7 @@ input.cxd-TextControl-input-password {
|
|
|
29899
30009
|
}
|
|
29900
30010
|
.cxd-TextareaControl > textarea.cxd-TextareaControl-input--counter {
|
|
29901
30011
|
padding-bottom: 23px;
|
|
30012
|
+
display: block !important;
|
|
29902
30013
|
}
|
|
29903
30014
|
.cxd-TextareaControl > textarea {
|
|
29904
30015
|
border: 1px solid var(--Form-input-borderColor);
|
|
@@ -30515,6 +30626,13 @@ input.cxd-TextControl-input-password {
|
|
|
30515
30626
|
height: 0.875rem;
|
|
30516
30627
|
margin-right: var(--Checkbox-gap);
|
|
30517
30628
|
}
|
|
30629
|
+
.cxd-Selection-ellipsis-line {
|
|
30630
|
+
display: inline-block;
|
|
30631
|
+
width: 100%;
|
|
30632
|
+
overflow: hidden;
|
|
30633
|
+
text-overflow: ellipsis;
|
|
30634
|
+
white-space: nowrap;
|
|
30635
|
+
}
|
|
30518
30636
|
.cxd-GroupedSelection {
|
|
30519
30637
|
max-height: 18.75rem;
|
|
30520
30638
|
height: 100%;
|
|
@@ -30569,6 +30687,7 @@ input.cxd-TextControl-input-password {
|
|
|
30569
30687
|
}
|
|
30570
30688
|
.cxd-GroupedSelection-itemLabel {
|
|
30571
30689
|
flex-grow: 1;
|
|
30690
|
+
overflow: hidden;
|
|
30572
30691
|
}
|
|
30573
30692
|
.cxd-GroupedSelection-itemLabel span {
|
|
30574
30693
|
vertical-align: middle;
|
|
@@ -31005,9 +31124,7 @@ input.cxd-TextControl-input-password {
|
|
|
31005
31124
|
background: var(--Switch-checked-onActive-bgColor);
|
|
31006
31125
|
}
|
|
31007
31126
|
.cxd-Switch.is-checked:active .slider::before {
|
|
31008
|
-
left: calc(
|
|
31009
|
-
100% - (var(--Switch-height) + 0.125rem) - 0.125rem
|
|
31010
|
-
);
|
|
31127
|
+
left: calc(100% - (var(--Switch-height) + 0.125rem) - 0.125rem);
|
|
31011
31128
|
}
|
|
31012
31129
|
.cxd-Switch.is-checked.is-disabled .slider:before {
|
|
31013
31130
|
color: var(--Switch-onDisabled-color);
|
|
@@ -31618,9 +31735,7 @@ input.cxd-TextControl-input-password {
|
|
|
31618
31735
|
-webkit-user-select: none;
|
|
31619
31736
|
-moz-user-select: none;
|
|
31620
31737
|
user-select: none;
|
|
31621
|
-
line-height: calc(
|
|
31622
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31623
|
-
);
|
|
31738
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
31624
31739
|
display: inline-block;
|
|
31625
31740
|
vertical-align: middle;
|
|
31626
31741
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -31903,9 +32018,7 @@ input.cxd-TextControl-input-password {
|
|
|
31903
32018
|
align-items: center;
|
|
31904
32019
|
overflow-x: hidden;
|
|
31905
32020
|
overflow-y: auto;
|
|
31906
|
-
max-height: calc((
|
|
31907
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)
|
|
31908
|
-
) * 5);
|
|
32021
|
+
max-height: calc((var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)) * 5);
|
|
31909
32022
|
}
|
|
31910
32023
|
.cxd-Select-overflow-wrapper .cxd-Select-value {
|
|
31911
32024
|
position: static;
|
|
@@ -31913,9 +32026,7 @@ input.cxd-TextControl-input-password {
|
|
|
31913
32026
|
-webkit-user-select: none;
|
|
31914
32027
|
-moz-user-select: none;
|
|
31915
32028
|
user-select: none;
|
|
31916
|
-
line-height: calc(
|
|
31917
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31918
|
-
);
|
|
32029
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
31919
32030
|
display: inline-block;
|
|
31920
32031
|
vertical-align: middle;
|
|
31921
32032
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -32068,6 +32179,7 @@ input.cxd-TextControl-input-password {
|
|
|
32068
32179
|
.cxd-Selections-item > label {
|
|
32069
32180
|
flex-basis: 3.125rem;
|
|
32070
32181
|
flex-grow: 1;
|
|
32182
|
+
width: 3.125rem;
|
|
32071
32183
|
}
|
|
32072
32184
|
.cxd-Selections-item > label.is-invalid {
|
|
32073
32185
|
color: var(--Form-selectValue-onInvalid-color);
|
|
@@ -32242,6 +32354,16 @@ input.cxd-TextControl-input-password {
|
|
|
32242
32354
|
.cxd-ListControl-item.is-disabled .b-inherit {
|
|
32243
32355
|
border-color: var(--ListControl-item-onDisabled-borderColor);
|
|
32244
32356
|
}
|
|
32357
|
+
.cxd-ListControl-item.is-custom {
|
|
32358
|
+
border: none;
|
|
32359
|
+
padding: 0;
|
|
32360
|
+
}
|
|
32361
|
+
.cxd-ListControl-item.is-custom:hover, .cxd-ListControl-item.is-custom.is-active {
|
|
32362
|
+
border: none;
|
|
32363
|
+
}
|
|
32364
|
+
.cxd-ListControl-item.is-custom::before, .cxd-ListControl-item.is-custom::after {
|
|
32365
|
+
display: none;
|
|
32366
|
+
}
|
|
32245
32367
|
.cxd-LocationPicker {
|
|
32246
32368
|
position: relative;
|
|
32247
32369
|
display: inline-flex;
|
|
@@ -33919,6 +34041,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33919
34041
|
line-height: 20px;
|
|
33920
34042
|
}
|
|
33921
34043
|
.cxd-FileControl-description {
|
|
34044
|
+
margin-top: var(--inputFile-base-des-margin);
|
|
34045
|
+
line-height: 20px;
|
|
33922
34046
|
color: var(--inputFile-base-des-color);
|
|
33923
34047
|
font-size: var(--inputFile-base-des-fontSize);
|
|
33924
34048
|
font-weight: var(--inputFile-base-des-fontWeight);
|
|
@@ -34782,6 +34906,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34782
34906
|
height: var(--Tree-itemHeight);
|
|
34783
34907
|
line-height: var(--Tree-itemHeight);
|
|
34784
34908
|
padding-right: var(--Tree-icon-gap);
|
|
34909
|
+
flex-shrink: 0;
|
|
34785
34910
|
}
|
|
34786
34911
|
.cxd-Tree-item-icons > a {
|
|
34787
34912
|
display: inline-block;
|
|
@@ -34817,10 +34942,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34817
34942
|
border: var(--Form-input-borderWidth) solid var(--inputTree-border-color);
|
|
34818
34943
|
border-radius: var(--inputTree-border-radius);
|
|
34819
34944
|
line-height: var(--inputTree-input-lineHeight);
|
|
34820
|
-
padding: calc((
|
|
34821
|
-
var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) *
|
|
34822
|
-
var(--inputTree-fontSize) - 0.125rem
|
|
34823
|
-
) / 2) var(--Form-input-paddingX);
|
|
34945
|
+
padding: calc((var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem) / 2) var(--Form-input-paddingX);
|
|
34824
34946
|
font-size: var(--inputTree-fontSize);
|
|
34825
34947
|
}
|
|
34826
34948
|
.cxd-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -34908,7 +35030,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34908
35030
|
}
|
|
34909
35031
|
.cxd-Tree-itemText {
|
|
34910
35032
|
cursor: pointer;
|
|
34911
|
-
flex: 1 auto;
|
|
34912
35033
|
display: inline-block;
|
|
34913
35034
|
color: var(--inputTree-base-default-color);
|
|
34914
35035
|
font-size: var(--select-tree-fontSize);
|
|
@@ -35248,6 +35369,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35248
35369
|
.cxd-Combo-delBtn:hover {
|
|
35249
35370
|
color: var(--combo-multi-delBtn-hover-color);
|
|
35250
35371
|
}
|
|
35372
|
+
.cxd-Tabs--radio .is-active .cxd-Combo-tab-delBtn {
|
|
35373
|
+
color: var(--Tabs--radio-active-color);
|
|
35374
|
+
}
|
|
35375
|
+
.cxd-Tabs--radio .is-active .cxd-Combo-tab-delBtn:hover {
|
|
35376
|
+
color: var(--Tabs--radio-active-color);
|
|
35377
|
+
}
|
|
35251
35378
|
.cxd-Combo-tab-delBtn {
|
|
35252
35379
|
color: var(--combo-multi-delBtn-color);
|
|
35253
35380
|
cursor: pointer;
|
|
@@ -35255,8 +35382,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35255
35382
|
display: inline-block;
|
|
35256
35383
|
}
|
|
35257
35384
|
.cxd-Combo-tab-delBtn > svg {
|
|
35258
|
-
width: 0.
|
|
35259
|
-
height: 0.
|
|
35385
|
+
width: 0.875rem;
|
|
35386
|
+
height: 0.875rem;
|
|
35260
35387
|
}
|
|
35261
35388
|
.cxd-Combo-tab-delBtn:hover {
|
|
35262
35389
|
color: var(--combo-multi-delBtn-hover-color);
|
|
@@ -35768,9 +35895,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35768
35895
|
user-select: none;
|
|
35769
35896
|
white-space: nowrap;
|
|
35770
35897
|
vertical-align: middle;
|
|
35771
|
-
line-height: calc(
|
|
35772
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35773
|
-
);
|
|
35898
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
35774
35899
|
display: inline-block;
|
|
35775
35900
|
font-size: var(--Pick-base-value-fontSize);
|
|
35776
35901
|
color: var(--Pick-base-value-color);
|
|
@@ -35868,9 +35993,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35868
35993
|
user-select: none;
|
|
35869
35994
|
white-space: nowrap;
|
|
35870
35995
|
vertical-align: middle;
|
|
35871
|
-
line-height: calc(
|
|
35872
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35873
|
-
);
|
|
35996
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
35874
35997
|
display: inline-block;
|
|
35875
35998
|
font-size: var(--Pick-base-value-fontSize);
|
|
35876
35999
|
color: var(--Pick-base-value-color);
|
|
@@ -37310,7 +37433,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37310
37433
|
}
|
|
37311
37434
|
.cxd-IconSelectControl-icon-list-item-info-name {
|
|
37312
37435
|
margin: 0;
|
|
37313
|
-
margin-bottom: var(--IconSelect-xs-margin);
|
|
37314
37436
|
font-size: var(--IconSelect-type-font-size);
|
|
37315
37437
|
color: var(--IconSelect-icon-name-color);
|
|
37316
37438
|
}
|
|
@@ -39048,6 +39170,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39048
39170
|
.cxd-FormulaEditor-VariableList-base.is-scrollable {
|
|
39049
39171
|
overflow-x: auto;
|
|
39050
39172
|
overflow-y: auto;
|
|
39173
|
+
max-height: 100% !important;
|
|
39051
39174
|
}
|
|
39052
39175
|
.cxd-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
39053
39176
|
width: 6px;
|
|
@@ -39183,7 +39306,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39183
39306
|
min-width: 100px;
|
|
39184
39307
|
padding: 0 5px;
|
|
39185
39308
|
margin: 5px;
|
|
39186
|
-
text-align:
|
|
39309
|
+
text-align: left;
|
|
39187
39310
|
}
|
|
39188
39311
|
.cxd-FormulaEditor-VariableList-item-oper li {
|
|
39189
39312
|
line-height: 24px;
|
|
@@ -40272,8 +40395,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40272
40395
|
}
|
|
40273
40396
|
.cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub {
|
|
40274
40397
|
min-width: 160px;
|
|
40275
|
-
border-radius: 2px;
|
|
40276
|
-
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);
|
|
40277
40398
|
}
|
|
40278
40399
|
.cxd-Nav-Menu-item, .cxd-Nav-Menu-submenu-title {
|
|
40279
40400
|
margin: 0;
|
|
@@ -40484,6 +40605,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40484
40605
|
background-color: var(--Layout-light-backgroundColor);
|
|
40485
40606
|
line-height: var(--Nav-Item-height);
|
|
40486
40607
|
cursor: pointer;
|
|
40608
|
+
border-radius: 2px;
|
|
40609
|
+
max-height: 400px;
|
|
40610
|
+
overflow-y: auto;
|
|
40611
|
+
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);
|
|
40487
40612
|
}
|
|
40488
40613
|
.cxd-Nav-Menu-submenu-popup .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-link .cxd-Nav-Menu-submenu-arrow {
|
|
40489
40614
|
display: none;
|