amis-ui 3.5.2 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.d.ts +11 -10
- package/esm/components/Alert2.js +3 -2
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.d.ts +40 -40
- package/esm/components/AssociatedSelection.js +7 -7
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.d.ts +3 -1
- package/esm/components/BaiduMapPicker.js +37 -18
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.d.ts +10 -10
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.d.ts +10 -10
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.d.ts +40 -40
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.d.ts +40 -40
- package/esm/components/ChainedSelection.js +6 -6
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +52 -41
- package/esm/components/DatePicker.js +114 -27
- package/esm/components/DateRangePicker.d.ts +18 -10
- package/esm/components/DateRangePicker.js +39 -11
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +3 -2
- package/esm/components/DropDownSelection.d.ts +40 -40
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.d.ts +40 -40
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +10 -10
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +1 -1
- package/esm/components/InputTable.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.d.ts +84 -40
- package/esm/components/LocationPicker.js +7 -6
- package/esm/components/Markdown.js +11 -1
- package/esm/components/Modal.d.ts +54 -0
- package/esm/components/Modal.js +93 -7
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/Pagination.d.ts +40 -41
- package/esm/components/Pagination.js +9 -18
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +9 -3
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +40 -40
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.d.ts +40 -40
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.d.ts +40 -40
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +13 -4
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.d.ts +4 -0
- package/esm/components/Select.js +44 -40
- package/esm/components/SelectMobile.js +1 -1
- package/esm/components/Selection.d.ts +41 -40
- package/esm/components/Selection.js +1 -1
- package/esm/components/SparkLine.d.ts +44 -42
- package/esm/components/SparkLine.js +4 -4
- package/esm/components/Spinner.d.ts +13 -0
- package/esm/components/Spinner.js +8 -6
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.d.ts +15 -10
- package/esm/components/Switch.js +13 -5
- package/esm/components/TableSelection.d.ts +40 -40
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.d.ts +1 -0
- package/esm/components/Tabs.js +2 -2
- package/esm/components/TabsTransfer.d.ts +40 -40
- package/esm/components/TabsTransfer.js +3 -3
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +6 -2
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.d.ts +2 -1
- package/esm/components/Tinymce.js +30 -15
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +11 -10
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +96 -40
- package/esm/components/Transfer.js +25 -11
- package/esm/components/TransferDropDown.d.ts +40 -40
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.d.ts +51 -3
- package/esm/components/Tree.js +12 -11
- package/esm/components/TreeSelection.d.ts +40 -40
- package/esm/components/TreeSelection.js +11 -11
- package/esm/components/UserSelect.d.ts +42 -0
- package/esm/components/UserSelect.js +5 -4
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +14 -2
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +9 -1
- package/esm/components/calendar/Calendar.js +27 -5
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.d.ts +11 -0
- package/esm/components/calendar/DaysView.js +44 -8
- package/esm/components/calendar/MonthsView.d.ts +5 -0
- package/esm/components/calendar/MonthsView.js +18 -3
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +6 -2
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +7 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.js +2 -2
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +1 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +23 -6
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/SubMenu.js +1 -1
- package/esm/components/menu/index.d.ts +17 -17
- package/esm/components/menu/index.js +5 -4
- package/esm/components/schema-editor/Array.js +1 -1
- package/esm/components/schema-editor/Common.js +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.d.ts +3 -455
- package/esm/components/table/Cell.js +6 -8
- package/esm/components/table/ColGroup.d.ts +8 -3
- package/esm/components/table/ColGroup.js +28 -22
- package/esm/components/table/Head.d.ts +42 -0
- package/esm/components/table/Head.js +142 -0
- package/esm/components/table/HeadCellDropDown.d.ts +1 -1
- package/esm/components/table/HeadCellDropDown.js +5 -3
- package/esm/components/table/HeadCellFilter.d.ts +41 -41
- package/esm/components/table/HeadCellFilter.js +2 -2
- package/esm/components/table/HeadCellSelect.d.ts +1 -1
- package/esm/components/table/HeadCellSelect.js +2 -2
- package/esm/components/table/HeadCellSort.d.ts +1 -1
- package/esm/components/table/HeadCellSort.js +2 -2
- package/esm/components/table/ItemActionsWrapper.d.ts +1 -1
- package/esm/components/table/ItemActionsWrapper.js +2 -2
- package/esm/components/table/Row.d.ts +60 -0
- package/esm/components/table/Row.js +183 -0
- package/esm/components/table/SummaryRow.d.ts +28 -0
- package/esm/components/table/SummaryRow.js +73 -0
- package/esm/components/table/index.d.ts +62 -67
- package/esm/components/table/index.js +347 -646
- package/esm/components/table/util.d.ts +54 -0
- package/esm/components/table/util.js +207 -0
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locale/de-DE.js +4 -1
- package/esm/locale/en-US.js +4 -1
- package/esm/locale/zh-CN.js +4 -1
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +120 -120
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +21 -20
- package/lib/components/Alert2.js +3 -2
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +80 -80
- package/lib/components/AssociatedSelection.js +7 -7
- package/lib/components/Avatar.d.ts +90 -90
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.d.ts +3 -1
- package/lib/components/BaiduMapPicker.js +37 -18
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +20 -20
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +100 -100
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +80 -80
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +80 -80
- package/lib/components/ChainedSelection.js +6 -6
- package/lib/components/Checkbox.d.ts +10 -10
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +120 -120
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +80 -80
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.d.ts +132 -121
- package/lib/components/DatePicker.js +112 -25
- package/lib/components/DateRangePicker.d.ts +338 -330
- package/lib/components/DateRangePicker.js +39 -11
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +30 -30
- package/lib/components/Drawer.js +3 -2
- package/lib/components/DropDownSelection.d.ts +80 -80
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/Editor.d.ts +120 -120
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +80 -80
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/InputTable.js +1 -1
- package/lib/components/Layout.d.ts +10 -10
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +80 -80
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +84 -40
- package/lib/components/LocationPicker.js +7 -6
- package/lib/components/Markdown.js +11 -1
- package/lib/components/Modal.d.ts +134 -80
- package/lib/components/Modal.js +93 -5
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +160 -160
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +30 -30
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/Pagination.d.ts +80 -81
- package/lib/components/Pagination.js +8 -17
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.d.ts +80 -80
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +60 -60
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +40 -40
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +9 -3
- package/lib/components/Rating.d.ts +20 -20
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +80 -80
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +80 -80
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +13 -4
- package/lib/components/SearchBox.d.ts +120 -120
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +1741 -1738
- package/lib/components/Select.js +44 -40
- package/lib/components/SelectMobile.js +1 -1
- package/lib/components/Selection.d.ts +81 -80
- package/lib/components/Selection.js +1 -1
- package/lib/components/SparkLine.d.ts +44 -42
- package/lib/components/SparkLine.js +3 -3
- package/lib/components/Spinner.d.ts +73 -60
- package/lib/components/Spinner.js +8 -6
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +15 -10
- package/lib/components/Switch.js +13 -5
- package/lib/components/TableSelection.d.ts +80 -80
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +81 -80
- package/lib/components/Tabs.js +2 -2
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +3 -3
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +60 -60
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +6 -2
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.d.ts +2 -1
- package/lib/components/Tinymce.js +29 -14
- package/lib/components/TitleBar.d.ts +10 -10
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +80 -80
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +31 -30
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +225 -169
- package/lib/components/Transfer.js +25 -11
- package/lib/components/TransferDropDown.d.ts +160 -160
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +291 -243
- package/lib/components/Tree.js +12 -11
- package/lib/components/TreeSelection.d.ts +120 -120
- package/lib/components/TreeSelection.js +11 -11
- package/lib/components/UserSelect.d.ts +82 -40
- package/lib/components/UserSelect.js +5 -4
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +0 -1
- package/lib/components/WithRemoteConfig.js +14 -2
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +9 -1
- package/lib/components/calendar/Calendar.js +27 -5
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.d.ts +11 -0
- package/lib/components/calendar/DaysView.js +44 -8
- package/lib/components/calendar/MonthsView.d.ts +5 -0
- package/lib/components/calendar/MonthsView.js +18 -3
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.js +1 -1
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +6 -2
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +7 -1
- package/lib/components/condition-builder/index.d.ts +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.js +2 -2
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +22 -5
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +1 -1
- package/lib/components/menu/SubMenu.js +1 -1
- package/lib/components/menu/index.d.ts +77 -77
- package/lib/components/menu/index.js +5 -5
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +40 -40
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +3 -455
- package/lib/components/table/Cell.js +6 -9
- package/lib/components/table/ColGroup.d.ts +8 -3
- package/lib/components/table/ColGroup.js +28 -23
- package/lib/components/table/Head.d.ts +42 -0
- package/lib/components/table/Head.js +149 -0
- package/lib/components/table/HeadCellDropDown.d.ts +1 -1
- package/lib/components/table/HeadCellDropDown.js +5 -3
- package/lib/components/table/HeadCellFilter.d.ts +81 -81
- package/lib/components/table/HeadCellFilter.js +2 -2
- package/lib/components/table/HeadCellSelect.d.ts +41 -41
- package/lib/components/table/HeadCellSelect.js +2 -2
- package/lib/components/table/HeadCellSort.d.ts +1 -1
- package/lib/components/table/HeadCellSort.js +2 -2
- package/lib/components/table/ItemActionsWrapper.d.ts +1 -1
- package/lib/components/table/ItemActionsWrapper.js +2 -2
- package/lib/components/table/Row.d.ts +60 -0
- package/lib/components/table/Row.js +190 -0
- package/lib/components/table/SummaryRow.d.ts +28 -0
- package/lib/components/table/SummaryRow.js +81 -0
- package/lib/components/table/index.d.ts +62 -67
- package/lib/components/table/index.js +344 -644
- package/lib/components/table/util.d.ts +54 -0
- package/lib/components/table/util.js +227 -0
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +4 -1
- package/lib/locale/en-US.js +4 -1
- package/lib/locale/zh-CN.js +4 -1
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +220 -69
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +222 -71
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +220 -69
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +220 -69
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +220 -69
- package/package.json +5 -6
- package/scss/_components.scss +22 -14
- package/scss/_properties.scss +7 -11
- package/scss/base/_common.scss +8 -0
- package/scss/components/_alert.scss +4 -0
- package/scss/components/_audio.scss +1 -1
- package/scss/components/_card.scss +2 -1
- package/scss/components/_dropdown.scss +4 -2
- package/scss/components/_menu.scss +7 -2
- package/scss/components/_modal.scss +4 -0
- package/scss/components/_page.scss +6 -6
- package/scss/components/_pagination.scss +41 -44
- package/scss/components/_progress.scss +1 -1
- package/scss/components/_spinner.scss +12 -0
- package/scss/components/_steps.scss +7 -5
- package/scss/components/_table.scss +16 -2
- package/scss/components/_table2.scss +7 -0
- package/scss/components/_tabs.scss +21 -24
- package/scss/components/form/_combo.scss +6 -0
- package/scss/components/form/_date-range.scss +3 -6
- package/scss/components/form/_date.scss +3 -5
- package/scss/components/form/_excel.scss +2 -2
- package/scss/components/form/_fieldset.scss +1 -1
- package/scss/components/form/_form.scss +2 -0
- package/scss/components/form/_location.scss +19 -1
- package/scss/components/form/_nested-select.scss +20 -7
- package/scss/components/form/_picker.scss +3 -1
- package/scss/components/form/_range.scss +2 -2
- package/scss/components/form/_rating.scss +17 -3
- package/scss/components/form/_select.scss +0 -11
- package/scss/components/form/_selection.scss +2 -1
- package/scss/components/form/_switch.scss +38 -0
- package/scss/components/form/_text.scss +9 -8
- package/scss/components/form/_textarea.scss +4 -0
- package/scss/components/form/_transfer.scss +40 -0
- package/scss/themes/_ang-variables.scss +63 -61
- package/scss/themes/_antd-variables.scss +63 -61
- package/scss/themes/_cxd-variables.scss +64 -61
- package/scss/themes/_dark-variables.scss +63 -61
package/lib/themes/default.css
CHANGED
|
@@ -228,22 +228,18 @@
|
|
|
228
228
|
--DropDown-menu-borderColor: var(--borderColor);
|
|
229
229
|
--DropDown-menu-borderRadius: var(--borderRadius);
|
|
230
230
|
--DropDown-menu-borderWidth: var(--borderWidth);
|
|
231
|
-
--DropDown-menu-boxShadow: var(--
|
|
232
|
-
--DropDown-menu-height:
|
|
231
|
+
--DropDown-menu-boxShadow: var(--Form-select-outer-boxShadow);
|
|
232
|
+
--DropDown-menu-height: 2rem;
|
|
233
233
|
--DropDown-menu-minWidth: 10rem;
|
|
234
234
|
--DropDown-menu-paddingX: 0;
|
|
235
235
|
--DropDown-menu-paddingY: var(--gap-xs);
|
|
236
|
-
--DropDown-menuItem-onHover-bg: var(--
|
|
236
|
+
--DropDown-menuItem-onHover-bg: var(--Form-select-menu-onHover-bg);
|
|
237
237
|
--DropDown-group-color: #848b99;
|
|
238
238
|
--DropDown-menuItem-color: #151a26;
|
|
239
|
-
--DropDown-menuItem-onHover-color: var(--
|
|
239
|
+
--DropDown-menuItem-onHover-color: var(--Form-select-menu-onHover-color);
|
|
240
240
|
--DropDown-menuItem-onActive-color: var(--colors-brand-5);
|
|
241
241
|
--DropDown-menuItem-onDisabled-color: #b4b6ba;
|
|
242
|
-
--DropDown-menuItem-paddingX: var(--
|
|
243
|
-
--DropDown-menuItem-paddingY: calc(
|
|
244
|
-
(var(--DropDown-menu-height) - var(--fontSizeBase) * var(--lineHeightBase)) /
|
|
245
|
-
2
|
|
246
|
-
);
|
|
242
|
+
--DropDown-menuItem-paddingX: var(--select-base-default-option-paddingRight);
|
|
247
243
|
--Fieldset-legend-bgColor: var(--colors-neutral-fill-11);
|
|
248
244
|
--Form--horizontal-gutterWidth: var(--gap-md);
|
|
249
245
|
--Form--horizontal-label-align: right;
|
|
@@ -1542,6 +1538,7 @@
|
|
|
1542
1538
|
--transfer-base-header-paddingBottom: var(--sizes-size-5);
|
|
1543
1539
|
--transfer-base-header-paddingLeft: var(--sizes-size-8);
|
|
1544
1540
|
--transfer-base-header-paddingRight: var(--sizes-size-8);
|
|
1541
|
+
--transfer-base-footer-border-color: var(--colors-neutral-line-8);
|
|
1545
1542
|
--transfer-base-body-paddingTop: var(--sizes-size-0);
|
|
1546
1543
|
--transfer-base-body-paddingBottom: var(--sizes-size-0);
|
|
1547
1544
|
--transfer-base-body-paddingLeft: var(--sizes-size-0);
|
|
@@ -2589,6 +2586,7 @@
|
|
|
2589
2586
|
--Drawer-widthXs: 12.5rem;
|
|
2590
2587
|
--Rating-star-margin: var(--sizes-size-5);
|
|
2591
2588
|
--Rating-star-size: var(--sizes-base-12);
|
|
2589
|
+
--Rating-star-icon-size: var(--sizes-base-9);
|
|
2592
2590
|
--Rating-star-icon: '<svg class="icon" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path fill="currentColor" d="M4.99672493,4.37617062 L1.28100904,4.93702533 C0.463702827,5.06039054 -0.102812689,5.85030962 0.0156612291,6.70135899 C0.0628630935,7.04043042 0.216147743,7.35382434 0.451761131,7.59297508 L3.14101949,10.3226082 L3.14101949,10.3226082 L2.50531937,14.1787855 C2.3655991,15.0263332 2.91216489,15.8313483 3.72610824,15.9768371 C4.05030943,16.0347866 4.38381497,15.9798039 4.67496871,15.8204054 L7.99934906,14.0003997 L7.99934906,14.0003997 L11.3254267,15.8208814 C12.0564401,16.2209912 12.9605363,15.9282748 13.3447823,15.167081 C13.4978067,14.8639388 13.5505833,14.5167196 13.4949403,14.1791872 L12.859174,10.3226082 L12.859174,10.3226082 L15.5482634,7.59400813 C16.1397301,6.99385103 16.1519752,6.00805341 15.5756136,5.39216751 C15.3460036,5.14681192 15.0450939,4.98715562 14.7195072,4.93793566 L11.0034685,4.37617062 L11.0034685,4.37617062 L9.34151455,0.868493275 C8.97611971,0.0973002947 8.07952072,-0.219434766 7.33890469,0.161045701 C7.04395753,0.312570398 6.80521255,0.561123051 6.65963735,0.868217393 L4.99672493,4.37617062 L4.99672493,4.37617062 Z"></path></svg>';
|
|
2593
2591
|
--Rating-colors: '[{"value":"#abadb1","id":2},{"value":"#787b81","id":3},{"value":"#ffa900","id":5}]';
|
|
2594
2592
|
--Rating-text-color: var(--colors-neutral-text-2);
|
|
@@ -2698,6 +2696,9 @@
|
|
|
2698
2696
|
--Switch-checked-bgColor: var(--switch-default-on-bg-color);
|
|
2699
2697
|
--Switch-checked-onHover-bgColor: var(--switch-default-on-hover-bg-color);
|
|
2700
2698
|
--Switch-checked-onActive-bgColor: var(--colors-brand-4);
|
|
2699
|
+
--Switch-spinner-icon-width: var(--sizes-base-7);
|
|
2700
|
+
--Switch-spinner-icon-width--sm: var(--sizes-base-5);
|
|
2701
|
+
--switch-spinner-left--sm: var(--sizes-size-0);
|
|
2701
2702
|
--collapse-default-top-border-color: var(--colors-neutral-line-8);
|
|
2702
2703
|
--collapse-default-top-border-width: var(--borders-width-2);
|
|
2703
2704
|
--collapse-default-top-border-style: var(--borders-style-2);
|
|
@@ -2776,6 +2777,7 @@
|
|
|
2776
2777
|
--Tabs-onActive-bg: var(--background);
|
|
2777
2778
|
--Tabs-onActive-borderColor: var(--borderColor);
|
|
2778
2779
|
--Tabs-onActive-color: var(--colors-neutral-text-2);
|
|
2780
|
+
--Tabs-onError-color: var(--colors-error-5);
|
|
2779
2781
|
--Tabs-onDisabled-color: var(--colors-neutral-text-7);
|
|
2780
2782
|
--Tabs-onHover-borderColor: var(--colors-neutral-line-8);
|
|
2781
2783
|
--Tabs-add-icon-size: 0.9375rem;
|
|
@@ -3264,7 +3266,7 @@
|
|
|
3264
3266
|
--Divider-text-marginLeft: var(--sizes-size-9);
|
|
3265
3267
|
--Divider-text-marginRight: var(--sizes-size-9);
|
|
3266
3268
|
--Divider-text-marginBottom: var(--sizes-size-0);
|
|
3267
|
-
--inputFile-base-des-color: var(--
|
|
3269
|
+
--inputFile-base-des-color: var(--Form-description-color);
|
|
3268
3270
|
--inputFile-base-des-fontSize: var(--fonts-size-7);
|
|
3269
3271
|
--inputFile-base-des-fontWeight: var(--fonts-weight-6);
|
|
3270
3272
|
--inputFile-base-des-margin: var(--sizes-base-5);
|
|
@@ -3976,6 +3978,7 @@
|
|
|
3976
3978
|
--Alert-fontColor: var(--colors-neutral-text-4);
|
|
3977
3979
|
--Alert-title-fontColor: var(--colors-neutral-text-2);
|
|
3978
3980
|
--Alert-height: var(--sizes-base-20);
|
|
3981
|
+
--Alert-actions-marginRight: var(--sizes-base-4);
|
|
3979
3982
|
--spinner-base-color: var(--colors-link-5);
|
|
3980
3983
|
--spinner-base-fontSize: var(--fonts-size-8);
|
|
3981
3984
|
--spinner-base-fontWeight: var(--fonts-weight-6);
|
|
@@ -3984,7 +3987,6 @@
|
|
|
3984
3987
|
--spinner-size-size: var(--sizes-base-16);
|
|
3985
3988
|
--spinner-lg-size: var(--sizes-base-24);
|
|
3986
3989
|
--spinner-overlay-bg: var(--colors-neutral-fill-11);
|
|
3987
|
-
--spinner-color: var(--colors-brand-5);
|
|
3988
3990
|
--Spinner--lg-height: var(--spinner-lg-size);
|
|
3989
3991
|
--Spinner--lg-width: var(--spinner-lg-size);
|
|
3990
3992
|
--Spinner--sm-height: var(--spinner-sm-size);
|
|
@@ -3994,6 +3996,7 @@
|
|
|
3994
3996
|
--Spinner-overlay-bg: rgba(255, 255, 255, 0.4);
|
|
3995
3997
|
--Spinner-width: var(--spinner-size-size);
|
|
3996
3998
|
--Spinner-color: var(--spinner-base-color);
|
|
3999
|
+
--Spinner-color--disabled: rgba(0, 0, 0, 0.65);
|
|
3997
4000
|
--image-image-normal-paddingTop: var(--sizes-size-3);
|
|
3998
4001
|
--image-image-normal-paddingBottom: var(--sizes-size-3);
|
|
3999
4002
|
--image-image-normal-paddingLeft: var(--sizes-size-3);
|
|
@@ -4792,6 +4795,7 @@
|
|
|
4792
4795
|
var(--combo-vertical-right-border-color)
|
|
4793
4796
|
var(--combo-vertical-bottom-border-color)
|
|
4794
4797
|
var(--combo-vertical-left-border-color);
|
|
4798
|
+
--Combo--vertical-item--onError-borderColor: var(--colors-error-5);
|
|
4795
4799
|
--Combo--vertical-item-borderRadius: var(
|
|
4796
4800
|
--combo-vertical-top-left-border-radius
|
|
4797
4801
|
)
|
|
@@ -5005,9 +5009,11 @@
|
|
|
5005
5009
|
--colors-neutral-line-9: #f2f3f5;
|
|
5006
5010
|
--colors-neutral-line-10: #f7f8fa;
|
|
5007
5011
|
--colors-neutral-line-11: #ffffff;
|
|
5008
|
-
--fonts-base-family: -apple-system,
|
|
5009
|
-
|
|
5010
|
-
|
|
5012
|
+
--fonts-base-family: -apple-system, "Noto Sans", "Helvetica Neue", Helvetica,
|
|
5013
|
+
"Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB",
|
|
5014
|
+
"Noto Sans CJK SC", "Source Han Sans SC", "Source Han Sans CN",
|
|
5015
|
+
"Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti",
|
|
5016
|
+
SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
|
|
5011
5017
|
--fonts-size-1: 48px;
|
|
5012
5018
|
--fonts-size-2: 40px;
|
|
5013
5019
|
--fonts-size-3: 32px;
|
|
@@ -14875,6 +14881,13 @@ samp {
|
|
|
14875
14881
|
.visibility-sensor {
|
|
14876
14882
|
min-height: 5px;
|
|
14877
14883
|
}
|
|
14884
|
+
.renderer-error-boundary {
|
|
14885
|
+
padding: 5px;
|
|
14886
|
+
font-family: PingFangSC-Medium;
|
|
14887
|
+
font-size: 14px;
|
|
14888
|
+
color: #cf1322;
|
|
14889
|
+
border: 1px dashed #cf1322;
|
|
14890
|
+
}
|
|
14878
14891
|
html,
|
|
14879
14892
|
body {
|
|
14880
14893
|
width: 100%;
|
|
@@ -17383,6 +17396,9 @@ input[type=button].cxd-Button--block {
|
|
|
17383
17396
|
.cxd-Modal-content.out {
|
|
17384
17397
|
animation-name: modalOut;
|
|
17385
17398
|
}
|
|
17399
|
+
.cxd-Modal-draggable > .cxd-Modal-header {
|
|
17400
|
+
cursor: move;
|
|
17401
|
+
}
|
|
17386
17402
|
.cxd-Modal-overlay {
|
|
17387
17403
|
transition: ease-in-out opacity var(--animation-duration);
|
|
17388
17404
|
position: fixed;
|
|
@@ -18942,6 +18958,9 @@ input[type=button].cxd-Button--block {
|
|
|
18942
18958
|
.cxd-Alert-content .cxd-Alert-desc {
|
|
18943
18959
|
line-height: 1.5rem;
|
|
18944
18960
|
}
|
|
18961
|
+
.cxd-Alert-actions {
|
|
18962
|
+
margin-right: var(--Alert-actions-marginRight);
|
|
18963
|
+
}
|
|
18945
18964
|
.cxd-Alert-close {
|
|
18946
18965
|
outline: none;
|
|
18947
18966
|
padding: 0;
|
|
@@ -19218,10 +19237,10 @@ input[type=button].cxd-Button--block {
|
|
|
19218
19237
|
}
|
|
19219
19238
|
.cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
|
|
19220
19239
|
display: flex;
|
|
19221
|
-
margin-left: var(--Tabs-add-margin);
|
|
19222
19240
|
align-items: center;
|
|
19223
|
-
|
|
19224
|
-
|
|
19241
|
+
margin-left: var(--Tabs-add-margin);
|
|
19242
|
+
margin-bottom: 0.1875rem;
|
|
19243
|
+
padding-bottom: 0.5rem;
|
|
19225
19244
|
white-space: nowrap;
|
|
19226
19245
|
cursor: pointer;
|
|
19227
19246
|
}
|
|
@@ -19247,16 +19266,19 @@ input[type=button].cxd-Button--block {
|
|
|
19247
19266
|
overflow: hidden;
|
|
19248
19267
|
}
|
|
19249
19268
|
.cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow {
|
|
19250
|
-
margin: var(--Tabs--line-addPadding);
|
|
19251
19269
|
width: 16px;
|
|
19252
19270
|
height: 100%;
|
|
19253
19271
|
display: flex;
|
|
19254
19272
|
align-items: center;
|
|
19255
19273
|
cursor: pointer;
|
|
19256
19274
|
box-sizing: content-box;
|
|
19275
|
+
margin-bottom: 0.1875rem;
|
|
19276
|
+
padding-bottom: 0.5rem;
|
|
19257
19277
|
}
|
|
19258
|
-
.cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow .
|
|
19259
|
-
|
|
19278
|
+
.cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow .icon {
|
|
19279
|
+
top: 0;
|
|
19280
|
+
width: var(--Remark-icon-fontSize);
|
|
19281
|
+
height: var(--Remark-icon-fontSize);
|
|
19260
19282
|
}
|
|
19261
19283
|
.cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow:hover {
|
|
19262
19284
|
color: var(--icon-onHover-color);
|
|
@@ -19264,6 +19286,9 @@ input[type=button].cxd-Button--block {
|
|
|
19264
19286
|
.cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow--left {
|
|
19265
19287
|
padding-right: 16px;
|
|
19266
19288
|
}
|
|
19289
|
+
.cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow--left svg {
|
|
19290
|
+
transform: rotate(180deg);
|
|
19291
|
+
}
|
|
19267
19292
|
.cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow--right {
|
|
19268
19293
|
padding-left: 16px;
|
|
19269
19294
|
}
|
|
@@ -19403,6 +19428,9 @@ input[type=button].cxd-Button--block {
|
|
|
19403
19428
|
border-color: var(--Tabs-onActive-borderColor);
|
|
19404
19429
|
border-bottom-color: transparent;
|
|
19405
19430
|
}
|
|
19431
|
+
.cxd-Tabs-links > .cxd-Tabs-link.has-error > a:first-child {
|
|
19432
|
+
color: var(--Tabs-onError-color) !important;
|
|
19433
|
+
}
|
|
19406
19434
|
.cxd-Tabs .cxd-Tabs-togglor {
|
|
19407
19435
|
display: flex;
|
|
19408
19436
|
justify-content: center;
|
|
@@ -19713,6 +19741,7 @@ input[type=button].cxd-Button--block {
|
|
|
19713
19741
|
.cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
|
|
19714
19742
|
padding: 0 var(--Tabs--tiled-add-gap);
|
|
19715
19743
|
margin-left: 0;
|
|
19744
|
+
margin-bottom: 0;
|
|
19716
19745
|
white-space: nowrap;
|
|
19717
19746
|
border-style: solid;
|
|
19718
19747
|
border-color: var(--Tabs-borderColor);
|
|
@@ -20048,6 +20077,7 @@ input[type=button].cxd-Button--block {
|
|
|
20048
20077
|
}
|
|
20049
20078
|
.cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
|
|
20050
20079
|
margin-bottom: 0;
|
|
20080
|
+
padding: 0;
|
|
20051
20081
|
}
|
|
20052
20082
|
.cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
|
|
20053
20083
|
border: none;
|
|
@@ -20134,14 +20164,6 @@ input[type=button].cxd-Button--block {
|
|
|
20134
20164
|
.cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer {
|
|
20135
20165
|
margin-bottom: calc(var(--Tabs-borderWidth) * -1);
|
|
20136
20166
|
}
|
|
20137
|
-
.cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer.cxd-Tabs-linksContainer--overflow > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:first-of-type {
|
|
20138
|
-
border-left-width: 0;
|
|
20139
|
-
border-top-left-radius: 0;
|
|
20140
|
-
}
|
|
20141
|
-
.cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer.cxd-Tabs-linksContainer--overflow > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:last-of-type {
|
|
20142
|
-
border-right-width: 0;
|
|
20143
|
-
border-top-right-radius: 0;
|
|
20144
|
-
}
|
|
20145
20167
|
.cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-arrow {
|
|
20146
20168
|
width: var(--Tabs--strong-arrow-size);
|
|
20147
20169
|
margin-bottom: 0;
|
|
@@ -20153,13 +20175,13 @@ input[type=button].cxd-Button--block {
|
|
|
20153
20175
|
}
|
|
20154
20176
|
.cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-arrow--left {
|
|
20155
20177
|
padding-right: 0;
|
|
20156
|
-
border-right-width: 0;
|
|
20157
20178
|
border-top-left-radius: var(--Tabs-borderRadius);
|
|
20179
|
+
margin-right: 0.5rem;
|
|
20158
20180
|
}
|
|
20159
20181
|
.cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-arrow--right {
|
|
20160
20182
|
padding-left: 0;
|
|
20161
|
-
border-left-
|
|
20162
|
-
|
|
20183
|
+
border-top-left-radius: var(--Tabs-borderRadius);
|
|
20184
|
+
margin-left: 0.5rem;
|
|
20163
20185
|
}
|
|
20164
20186
|
.cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link {
|
|
20165
20187
|
margin: var(--Tabs--strong-marginTop) var(--Tabs--strong-marginRight) var(--Tabs--strong-marginBottom) var(--Tabs--strong-marginLeft);
|
|
@@ -20343,7 +20365,7 @@ input[type=button].cxd-Button--block {
|
|
|
20343
20365
|
margin-top: -0.75rem;
|
|
20344
20366
|
border: 0.0625rem solid #dee2e6;
|
|
20345
20367
|
background-color: #fff;
|
|
20346
|
-
border-radius: 0.
|
|
20368
|
+
border-radius: 0.125rem;
|
|
20347
20369
|
font-size: 12px;
|
|
20348
20370
|
line-height: 0.625rem;
|
|
20349
20371
|
text-align: center;
|
|
@@ -20608,7 +20630,7 @@ input[type=button].cxd-Button--block {
|
|
|
20608
20630
|
display: flex;
|
|
20609
20631
|
flex-direction: row;
|
|
20610
20632
|
align-items: center;
|
|
20611
|
-
width: var(--Audio-volumeControl-width);
|
|
20633
|
+
min-width: var(--Audio-volumeControl-width);
|
|
20612
20634
|
height: var(--Audio-volume-height);
|
|
20613
20635
|
line-height: var(--Audio-volume-lineHeight);
|
|
20614
20636
|
margin-right: var(--Audio-item-margin);
|
|
@@ -20913,6 +20935,13 @@ input[type=button].cxd-Button--block {
|
|
|
20913
20935
|
width: auto;
|
|
20914
20936
|
height: auto;
|
|
20915
20937
|
}
|
|
20938
|
+
.cxd-Spinner .cxd-Spinner-icon.cxd-Spinner-icon--disabled > svg.icon {
|
|
20939
|
+
color: var(--Spinner-color--disabled);
|
|
20940
|
+
fill: var(--Spinner-color--disabled);
|
|
20941
|
+
}
|
|
20942
|
+
.cxd-Spinner .cxd-Spinner-icon.cxd-Spinner-icon--disabled > svg.icon path {
|
|
20943
|
+
fill: var(--Spinner-color--disabled);
|
|
20944
|
+
}
|
|
20916
20945
|
.cxd-Spinner .cxd-Spinner-icon--lg {
|
|
20917
20946
|
width: var(--Spinner--lg-width);
|
|
20918
20947
|
height: var(--Spinner--lg-height);
|
|
@@ -20976,6 +21005,9 @@ input[type=button].cxd-Button--block {
|
|
|
20976
21005
|
background: var(--Spinner-overlay-bg);
|
|
20977
21006
|
transition: ease-out opacity var(--animation-duration);
|
|
20978
21007
|
opacity: 0;
|
|
21008
|
+
-webkit-backdrop-filter: blur(1px);
|
|
21009
|
+
backdrop-filter: blur(1px);
|
|
21010
|
+
filter: blur(1px);
|
|
20979
21011
|
}
|
|
20980
21012
|
.cxd-Spinner-overlay.in {
|
|
20981
21013
|
opacity: 1;
|
|
@@ -21183,16 +21215,18 @@ input[type=button].cxd-Button--block {
|
|
|
21183
21215
|
overflow-y: auto;
|
|
21184
21216
|
overflow-x: hidden;
|
|
21185
21217
|
max-height: 18.75rem;
|
|
21218
|
+
margin-top: 0.25rem;
|
|
21186
21219
|
}
|
|
21187
21220
|
.cxd-DropDown--alignRight .cxd-DropDown-menu {
|
|
21188
21221
|
left: auto;
|
|
21189
21222
|
right: 0;
|
|
21190
21223
|
}
|
|
21191
21224
|
.cxd-DropDown-menuItem, .cxd-DropDown-menu > li {
|
|
21192
|
-
padding:
|
|
21225
|
+
padding: 0 var(--DropDown-menuItem-paddingX);
|
|
21193
21226
|
white-space: nowrap;
|
|
21194
21227
|
box-sizing: border-box;
|
|
21195
21228
|
height: var(--DropDown-menu-height);
|
|
21229
|
+
line-height: var(--DropDown-menu-height);
|
|
21196
21230
|
vertical-align: middle;
|
|
21197
21231
|
-webkit-user-select: none;
|
|
21198
21232
|
-moz-user-select: none;
|
|
@@ -21215,7 +21249,7 @@ input[type=button].cxd-Button--block {
|
|
|
21215
21249
|
}
|
|
21216
21250
|
.cxd-DropDown-menuItem.cxd-DropDown-divider, .cxd-DropDown-menu > li.cxd-DropDown-divider {
|
|
21217
21251
|
height: 0.0625rem;
|
|
21218
|
-
margin: 0.
|
|
21252
|
+
margin: 0.25rem 0;
|
|
21219
21253
|
overflow: hidden;
|
|
21220
21254
|
background: var(--DropDown-menu-borderColor);
|
|
21221
21255
|
padding: 0;
|
|
@@ -23152,8 +23186,11 @@ input[type=button].cxd-Button--block {
|
|
|
23152
23186
|
.cxd-Table-table td .cxd-SwitchControl {
|
|
23153
23187
|
padding-top: 0;
|
|
23154
23188
|
}
|
|
23189
|
+
.cxd-Table-table--affixHeader {
|
|
23190
|
+
margin-top: calc(var(--Table-thead-height) * -1);
|
|
23191
|
+
}
|
|
23155
23192
|
.cxd-Table-table--affixHeader > thead {
|
|
23156
|
-
visibility:
|
|
23193
|
+
visibility: hidden;
|
|
23157
23194
|
}
|
|
23158
23195
|
.cxd-Table-table--withCombine > thead > tr > th:first-child,
|
|
23159
23196
|
.cxd-Table-table--withCombine > tbody > tr > td:first-child {
|
|
@@ -24017,6 +24054,14 @@ input[type=button].cxd-Button--block {
|
|
|
24017
24054
|
transform: scaleY(0.5);
|
|
24018
24055
|
}
|
|
24019
24056
|
}
|
|
24057
|
+
.cxd-AutoFilterToolbar {
|
|
24058
|
+
display: block;
|
|
24059
|
+
text-align: right;
|
|
24060
|
+
white-space: nowrap;
|
|
24061
|
+
}
|
|
24062
|
+
.cxd-AutoFilterToolbar > .cxd-Button {
|
|
24063
|
+
margin-top: 0;
|
|
24064
|
+
}
|
|
24020
24065
|
.cxd-Table2 {
|
|
24021
24066
|
position: relative;
|
|
24022
24067
|
border-radius: var(--Table-borderRadius);
|
|
@@ -25058,6 +25103,10 @@ input[type=button].cxd-Button--block {
|
|
|
25058
25103
|
.cxd-Table2.cxd-Table-resizable .cxd-Table-table > thead > tr > th .cxd-Table-thead-resizable:hover, .cxd-Table2.cxd-Table-resizable .cxd-Table-table > thead > tr > th .cxd-Table-thead-resizable.is-resizing {
|
|
25059
25104
|
background: var(--primary);
|
|
25060
25105
|
}
|
|
25106
|
+
.cxd-Table2.cxd-Table-resizable .cxd-Table-table > thead > tr > th:last-child .cxd-Table-thead-resizable {
|
|
25107
|
+
width: 4px;
|
|
25108
|
+
right: 0;
|
|
25109
|
+
}
|
|
25061
25110
|
.cxd-Table2 .cxd-Table-loading {
|
|
25062
25111
|
padding: var(--Table-loading-padding);
|
|
25063
25112
|
}
|
|
@@ -26003,6 +26052,7 @@ input[type=button].cxd-Button--block {
|
|
|
26003
26052
|
}
|
|
26004
26053
|
.cxd-Card-actions > a.is-disabled {
|
|
26005
26054
|
color: var(--text--muted-color);
|
|
26055
|
+
cursor: not-allowed;
|
|
26006
26056
|
}
|
|
26007
26057
|
.cxd-Card-actions > a.is-disabled:hover {
|
|
26008
26058
|
text-decoration: none;
|
|
@@ -26666,9 +26716,6 @@ input[type=button].cxd-Button--block {
|
|
|
26666
26716
|
.cxd-Pagination-wrap {
|
|
26667
26717
|
line-height: 1.875rem;
|
|
26668
26718
|
}
|
|
26669
|
-
.cxd-Pagination-wrap .cxd-Pagination-item {
|
|
26670
|
-
margin-left: 0.5rem;
|
|
26671
|
-
}
|
|
26672
26719
|
.cxd-Pagination-wrap .cxd-Pagination-item:nth-child(1) {
|
|
26673
26720
|
margin-left: 0;
|
|
26674
26721
|
}
|
|
@@ -28586,17 +28633,19 @@ input[type=button].cxd-Button--block {
|
|
|
28586
28633
|
}
|
|
28587
28634
|
.cxd-Steps .cxd-StepsItem-containerIcon {
|
|
28588
28635
|
vertical-align: top;
|
|
28589
|
-
display: inline-
|
|
28636
|
+
display: inline-flex;
|
|
28637
|
+
align-items: center;
|
|
28590
28638
|
padding-right: var(--steps-base-icon-paddingRight);
|
|
28639
|
+
height: 2rem;
|
|
28591
28640
|
}
|
|
28592
28641
|
.cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon {
|
|
28593
|
-
display: inline-
|
|
28642
|
+
display: inline-flex;
|
|
28643
|
+
align-items: center;
|
|
28644
|
+
justify-content: center;
|
|
28594
28645
|
width: var(--steps-base-icon-size);
|
|
28595
28646
|
height: var(--steps-base-icon-size);
|
|
28596
|
-
line-height: 1.75rem;
|
|
28597
28647
|
border-radius: 50%;
|
|
28598
28648
|
font-size: var(--Steps-icon-fontsize);
|
|
28599
|
-
text-align: center;
|
|
28600
28649
|
}
|
|
28601
28650
|
.cxd-Steps .cxd-StepsItem-containerIcon .cxd-StepsItem-icon .icon {
|
|
28602
28651
|
width: 0.75rem;
|
|
@@ -29092,11 +29141,11 @@ fieldset.cxd-Collapse > legend {
|
|
|
29092
29141
|
margin: var(--fieldSet-legend-marginTop) var(--fieldSet-legend-marginRight) var(--fieldSet-legend-marginBottom) var(--fieldSet-legend-marginLeft);
|
|
29093
29142
|
padding: var(--fieldSet-legend-paddingTop) var(--fieldSet-legend-paddingRight) var(--fieldSet-legend-paddingBottom) var(--fieldSet-legend-paddingLeft);
|
|
29094
29143
|
cursor: pointer;
|
|
29095
|
-
border-bottom: none !important;
|
|
29096
29144
|
background: transparent;
|
|
29097
29145
|
display: inline-flex !important;
|
|
29098
29146
|
flex-direction: row-reverse;
|
|
29099
29147
|
justify-content: flex-end;
|
|
29148
|
+
box-sizing: content-box;
|
|
29100
29149
|
}
|
|
29101
29150
|
fieldset.cxd-Collapse > legend .cxd-TplField {
|
|
29102
29151
|
font-weight: var(--fieldSet-legend-fontWeight);
|
|
@@ -29760,14 +29809,17 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29760
29809
|
background: var(--Form-select-menu-bg);
|
|
29761
29810
|
color: var(--Form-select-menu-color);
|
|
29762
29811
|
border-radius: 0.125rem;
|
|
29763
|
-
box-shadow: var(--
|
|
29812
|
+
box-shadow: var(--Form-select-outer-boxShadow);
|
|
29813
|
+
border: var(--Form-select-outer-borderWidth) solid var(--Form-input-onFocused-borderColor);
|
|
29814
|
+
padding: 0.25rem 0;
|
|
29764
29815
|
}
|
|
29765
29816
|
.cxd-TextControl-sugs {
|
|
29766
29817
|
max-height: 18.75rem;
|
|
29767
29818
|
overflow: auto;
|
|
29768
29819
|
}
|
|
29769
29820
|
.cxd-TextControl-sugItem {
|
|
29770
|
-
padding:
|
|
29821
|
+
padding: var(--select-base-default-option-paddingTop) var(--select-base-default-option-paddingRight) var(--select-base-default-option-paddingBottom) var(--select-base-default-option-paddingLeft);
|
|
29822
|
+
line-height: var(--select-base-default-option-line-height);
|
|
29771
29823
|
}
|
|
29772
29824
|
.cxd-TextControl-sugItem svg {
|
|
29773
29825
|
width: 1rem;
|
|
@@ -30054,6 +30106,9 @@ input.cxd-TextControl-input-password {
|
|
|
30054
30106
|
color: var(--input-count-multi-color);
|
|
30055
30107
|
font-size: var(--input-count-multi-fontSize);
|
|
30056
30108
|
}
|
|
30109
|
+
.cxd-TextareaControl-counter > i {
|
|
30110
|
+
font-style: normal;
|
|
30111
|
+
}
|
|
30057
30112
|
.cxd-TextareaControl-counter.is-empty {
|
|
30058
30113
|
color: var(--input-count-multi-color);
|
|
30059
30114
|
}
|
|
@@ -30775,6 +30830,7 @@ input.cxd-TextControl-input-password {
|
|
|
30775
30830
|
}
|
|
30776
30831
|
.cxd-TreeSelection-item {
|
|
30777
30832
|
position: relative;
|
|
30833
|
+
margin-bottom: 2px;
|
|
30778
30834
|
}
|
|
30779
30835
|
.cxd-TreeSelection-item.is-expanded > .cxd-TreeSelection-sublist {
|
|
30780
30836
|
display: block;
|
|
@@ -31165,6 +31221,34 @@ input.cxd-TextControl-input-password {
|
|
|
31165
31221
|
width: calc(var(--Switch-height) + 0.125rem);
|
|
31166
31222
|
border-radius: 10px;
|
|
31167
31223
|
}
|
|
31224
|
+
.cxd-Switch-spinner {
|
|
31225
|
+
position: absolute;
|
|
31226
|
+
top: var(--Switch-slider-margin);
|
|
31227
|
+
bottom: var(--Switch-slider-margin);
|
|
31228
|
+
left: var(--Switch-slider-margin);
|
|
31229
|
+
}
|
|
31230
|
+
.cxd-Switch-spinner > .cxd-Switch-spinner-icon > svg.icon {
|
|
31231
|
+
width: var(--Switch-spinner-icon-width);
|
|
31232
|
+
height: var(--Switch-spinner-icon-width);
|
|
31233
|
+
}
|
|
31234
|
+
.cxd-Switch-spinner--sm {
|
|
31235
|
+
position: absolute;
|
|
31236
|
+
top: var(--switch-size-sm-slider-margin);
|
|
31237
|
+
bottom: var(--switch-size-sm-slider-margin);
|
|
31238
|
+
left: var(--switch-spinner-left--sm);
|
|
31239
|
+
}
|
|
31240
|
+
.cxd-Switch-spinner--sm > .cxd-Switch-spinner-icon > svg.icon {
|
|
31241
|
+
width: var(--Switch-spinner-icon-width--sm);
|
|
31242
|
+
height: var(--Switch-spinner-icon-width--sm);
|
|
31243
|
+
}
|
|
31244
|
+
.cxd-Switch-spinner.cxd-Switch-spinner--checked {
|
|
31245
|
+
left: calc(100% - var(--Switch-slider-width) - var(--Switch-slider-margin));
|
|
31246
|
+
right: var(--Switch-slider-margin);
|
|
31247
|
+
}
|
|
31248
|
+
.cxd-Switch-spinner.cxd-Switch-spinner--checked.cxd-Switch-spinner--sm {
|
|
31249
|
+
left: calc(100% - var(--Switch-slider-width--sm) - var(--Switch-slider-margin));
|
|
31250
|
+
right: var(--Switch-slider-margin);
|
|
31251
|
+
}
|
|
31168
31252
|
.cxd-Switch-option {
|
|
31169
31253
|
vertical-align: middle;
|
|
31170
31254
|
font-size: var(--switch-option-fontSize);
|
|
@@ -32062,16 +32146,10 @@ input.cxd-TextControl-input-password {
|
|
|
32062
32146
|
color: var(--Form-select-valueIcon-color--dark);
|
|
32063
32147
|
}
|
|
32064
32148
|
.cxd-Select-popover {
|
|
32065
|
-
margin-top: calc(var(--Form-select-outer-borderWidth) * -1);
|
|
32066
32149
|
background: var(--Form-select-menu-bg);
|
|
32067
32150
|
color: var(--Form-select-menu-color);
|
|
32068
32151
|
border: var(--Form-select-outer-borderWidth) solid var(--Form-input-onFocused-borderColor);
|
|
32069
32152
|
box-shadow: var(--Form-select-outer-boxShadow);
|
|
32070
|
-
border-top-left-radius: 0;
|
|
32071
|
-
border-top-right-radius: 0;
|
|
32072
|
-
}
|
|
32073
|
-
.cxd-Select-popover.cxd-PopOver--leftTopLeftBottom {
|
|
32074
|
-
margin-top: calc((var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth)) * -1);
|
|
32075
32153
|
}
|
|
32076
32154
|
.cxd-SelectControl:not(.is-inline) > .cxd-Select {
|
|
32077
32155
|
display: flex;
|
|
@@ -32497,6 +32575,12 @@ input.cxd-TextControl-input-password {
|
|
|
32497
32575
|
margin-top: -1px;
|
|
32498
32576
|
border-color: var(--Form-input-onFocused-borderColor);
|
|
32499
32577
|
}
|
|
32578
|
+
.cxd-LocationPicker-popover.cxd-PopOver--v-top {
|
|
32579
|
+
margin-top: 0.25rem;
|
|
32580
|
+
}
|
|
32581
|
+
.cxd-LocationPicker-popover.cxd-PopOver--v-bottom {
|
|
32582
|
+
margin-bottom: 0.25rem;
|
|
32583
|
+
}
|
|
32500
32584
|
.cxd-MapPicker-search {
|
|
32501
32585
|
padding: 5px 10px;
|
|
32502
32586
|
}
|
|
@@ -32533,6 +32617,14 @@ input.cxd-TextControl-input-password {
|
|
|
32533
32617
|
.tangram-suggestion-main {
|
|
32534
32618
|
display: none !important;
|
|
32535
32619
|
}
|
|
32620
|
+
@media screen and (min-width: 768px) {
|
|
32621
|
+
.cxd-LocationPicker-value {
|
|
32622
|
+
margin-right: 0;
|
|
32623
|
+
overflow: hidden;
|
|
32624
|
+
white-space: nowrap;
|
|
32625
|
+
text-overflow: ellipsis;
|
|
32626
|
+
}
|
|
32627
|
+
}
|
|
32536
32628
|
.cxd-MatrixControl {
|
|
32537
32629
|
max-width: 100%;
|
|
32538
32630
|
}
|
|
@@ -32872,9 +32964,8 @@ input.cxd-TextControl-input-password {
|
|
|
32872
32964
|
}
|
|
32873
32965
|
.cxd-DatePicker-popover {
|
|
32874
32966
|
margin: 0.125rem 0 0;
|
|
32875
|
-
|
|
32876
|
-
|
|
32877
|
-
margin: -0.125rem 0 0;
|
|
32967
|
+
border: var(--Form-select-outer-borderWidth) solid var(--Form-input-onFocused-borderColor);
|
|
32968
|
+
box-shadow: var(--Form-select-outer-boxShadow);
|
|
32878
32969
|
}
|
|
32879
32970
|
.cxd-DatePicker.is-mobile {
|
|
32880
32971
|
border: 0;
|
|
@@ -33680,10 +33771,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33680
33771
|
display: flex;
|
|
33681
33772
|
}
|
|
33682
33773
|
.cxd-DateRangePicker-popover {
|
|
33683
|
-
|
|
33684
|
-
|
|
33685
|
-
.cxd-DateRangePicker-popover.cxd-PopOver--leftTopLeftBottom, .cxd-DateRangePicker-popover.cxd-PopOver--rightTopRightBottom {
|
|
33686
|
-
margin: -0.125rem 0 0;
|
|
33774
|
+
border: var(--Form-select-outer-borderWidth) solid var(--Form-input-onFocused-borderColor);
|
|
33775
|
+
box-shadow: var(--Form-select-outer-boxShadow);
|
|
33687
33776
|
}
|
|
33688
33777
|
.cxd-DateRangePicker-popup {
|
|
33689
33778
|
height: 25rem;
|
|
@@ -34249,7 +34338,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34249
34338
|
font-size: 1rem;
|
|
34250
34339
|
}
|
|
34251
34340
|
.cxd-ExcelControl-container > em {
|
|
34252
|
-
font-size: 0.
|
|
34341
|
+
font-size: 0.75rem;
|
|
34253
34342
|
}
|
|
34254
34343
|
.cxd-ExcelControl-dropzone {
|
|
34255
34344
|
flex: 1;
|
|
@@ -35486,6 +35575,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35486
35575
|
padding: var(--combo-vertical-paddingTop) var(--combo-vertical-paddingRight) var(--combo-vertical-paddingBottom) var(--combo-vertical-paddingLeft);
|
|
35487
35576
|
position: relative;
|
|
35488
35577
|
}
|
|
35578
|
+
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-item.has-error,
|
|
35579
|
+
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item.has-error {
|
|
35580
|
+
border-color: var(--Combo--vertical-item--onError-borderColor) !important;
|
|
35581
|
+
}
|
|
35489
35582
|
.cxd-Combo--ver:not(.cxd-Combo--noBorder) > .cxd-Combo-items > .cxd-Combo-item {
|
|
35490
35583
|
margin: calc(var(--Combo--vertical-item-gap) * 2);
|
|
35491
35584
|
}
|
|
@@ -35874,6 +35967,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35874
35967
|
border-width: var(--Pick-base-top-border-width) var(--Pick-base-right-border-width) var(--Pick-base-bottom-border-width) var(--Pick-base-left-border-width);
|
|
35875
35968
|
border-style: var(--Pick-base-top-border-style) var(--Pick-base-right-border-style) var(--Pick-base-bottom-border-style) var(--Pick-base-left-border-style);
|
|
35876
35969
|
border-color: var(--Pick-base-top-border-color) var(--Pick-base-right-border-color) var(--Pick-base-bottom-border-color) var(--Pick-base-left-border-color);
|
|
35970
|
+
overflow: auto;
|
|
35877
35971
|
}
|
|
35878
35972
|
.cxd-Picker .cxd-Picker-values {
|
|
35879
35973
|
display: inline;
|
|
@@ -35953,6 +36047,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35953
36047
|
width: var(--Pick-base-icon-size);
|
|
35954
36048
|
height: var(--Pick-base-icon-size);
|
|
35955
36049
|
content: var(--Pick-base-icon);
|
|
36050
|
+
display: flex;
|
|
35956
36051
|
}
|
|
35957
36052
|
.cxd-Picker-clear {
|
|
35958
36053
|
padding: var(--Form-input-clearBtn-padding);
|
|
@@ -36242,11 +36337,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36242
36337
|
flex-flow: row wrap;
|
|
36243
36338
|
}
|
|
36244
36339
|
.cxd-Rating-star {
|
|
36340
|
+
display: flex;
|
|
36341
|
+
align-items: center;
|
|
36342
|
+
justify-content: center;
|
|
36343
|
+
width: var(--Rating-star-size);
|
|
36344
|
+
height: var(--Rating-star-size);
|
|
36245
36345
|
position: relative;
|
|
36246
|
-
margin-right: var(--Rating-star-margin);
|
|
36247
36346
|
overflow: hidden;
|
|
36248
|
-
|
|
36249
|
-
font-size: var(--Rating-star-size);
|
|
36347
|
+
font-size: var(--Rating-star-icon-size);
|
|
36250
36348
|
line-height: 1;
|
|
36251
36349
|
cursor: pointer;
|
|
36252
36350
|
-webkit-user-select: none;
|
|
@@ -36289,8 +36387,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36289
36387
|
margin-left: var(--Rating-star-margin);
|
|
36290
36388
|
}
|
|
36291
36389
|
.Rating-star-icon {
|
|
36390
|
+
display: flex;
|
|
36391
|
+
align-items: center;
|
|
36392
|
+
justify-content: center;
|
|
36393
|
+
width: var(--Rating-star-size);
|
|
36394
|
+
height: var(--Rating-star-size);
|
|
36292
36395
|
content: var(--Rating-star-icon);
|
|
36293
36396
|
}
|
|
36397
|
+
.Rating-star-icon > svg.icon {
|
|
36398
|
+
width: var(--Rating-star-icon-size);
|
|
36399
|
+
height: var(--Rating-star-icon-size);
|
|
36400
|
+
top: 0;
|
|
36401
|
+
}
|
|
36294
36402
|
.cxd-RatingControl {
|
|
36295
36403
|
position: relative;
|
|
36296
36404
|
overflow: hidden;
|
|
@@ -36328,6 +36436,32 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36328
36436
|
.cxd-Transfer-title > span {
|
|
36329
36437
|
flex-grow: 1;
|
|
36330
36438
|
}
|
|
36439
|
+
.cxd-Transfer-footer {
|
|
36440
|
+
border-top: 1px solid var(--transfer-base-footer-border-color);
|
|
36441
|
+
display: flex;
|
|
36442
|
+
flex-flow: row nowrap;
|
|
36443
|
+
justify-content: flex-end;
|
|
36444
|
+
padding: var(--gap-sm);
|
|
36445
|
+
/* 底部空间较小,让Pagination紧凑一些 */
|
|
36446
|
+
}
|
|
36447
|
+
.cxd-Transfer-footer-pagination > ul.cxd-Pagination-item {
|
|
36448
|
+
margin-left: 0;
|
|
36449
|
+
}
|
|
36450
|
+
.cxd-Transfer-footer-pagination > ul > li {
|
|
36451
|
+
--Pagination-minWidth: 1.375rem;
|
|
36452
|
+
--Pagination-height: 1.375rem;
|
|
36453
|
+
--Pagination-padding: 0 0.375rem;
|
|
36454
|
+
}
|
|
36455
|
+
.cxd-Transfer-footer-pagination .cxd-Pagination-perpage {
|
|
36456
|
+
--select-base-default-paddingTop: 0;
|
|
36457
|
+
--select-base-default-paddingBottom: 0;
|
|
36458
|
+
--select-base-default-paddingLeft: 0.375rem;
|
|
36459
|
+
--select-base-default-paddingRight: 0.375rem;
|
|
36460
|
+
margin-left: 0;
|
|
36461
|
+
}
|
|
36462
|
+
.cxd-Transfer-footer-pagination .cxd-Pagination-perpage .cxd-Select-valueWrap {
|
|
36463
|
+
line-height: 1.375rem;
|
|
36464
|
+
}
|
|
36331
36465
|
.cxd-Transfer-select, .cxd-Transfer-result {
|
|
36332
36466
|
overflow: hidden;
|
|
36333
36467
|
width: 0;
|
|
@@ -36341,6 +36475,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36341
36475
|
border-color: var(--transfer-base-top-border-color) var(--transfer-base-right-border-color) var(--transfer-base-bottom-border-color) var(--transfer-base-left-border-color);
|
|
36342
36476
|
border-radius: var(--transfer-base-top-left-border-radius) var(--transfer-base-top-right-border-radius) var(--transfer-base-bottom-right-border-radius) var(--transfer-base-bottom-left-border-radius);
|
|
36343
36477
|
}
|
|
36478
|
+
.cxd-Transfer-select--pagination, .cxd-Transfer-result--pagination {
|
|
36479
|
+
max-height: 29.6875rem;
|
|
36480
|
+
}
|
|
36344
36481
|
.cxd-Transfer-select > .cxd-Transfer-selection, .cxd-Transfer-result > .cxd-Transfer-value {
|
|
36345
36482
|
flex-grow: 1;
|
|
36346
36483
|
max-height: 100%;
|
|
@@ -36717,7 +36854,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36717
36854
|
.cxd-NestedSelectControl .cxd-NestedSelect-menu {
|
|
36718
36855
|
padding-top: 0.25rem;
|
|
36719
36856
|
padding-bottom: 0.25rem;
|
|
36720
|
-
box-shadow:
|
|
36857
|
+
box-shadow: var(--Form-select-outer-boxShadow);
|
|
36721
36858
|
}
|
|
36722
36859
|
.cxd-NestedSelect {
|
|
36723
36860
|
position: relative;
|
|
@@ -36735,7 +36872,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36735
36872
|
}
|
|
36736
36873
|
.cxd-NestedSelect-optionArrowRight {
|
|
36737
36874
|
display: inline-block;
|
|
36738
|
-
padding-right: var(--Form-select-icon-rigin);
|
|
36739
36875
|
}
|
|
36740
36876
|
.cxd-NestedSelect-optionArrowRight svg {
|
|
36741
36877
|
width: 0.625rem;
|
|
@@ -36744,6 +36880,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36744
36880
|
color: var(--default-icon-color);
|
|
36745
36881
|
top: 0;
|
|
36746
36882
|
}
|
|
36883
|
+
.cxd-NestedSelect-optionArrowRight.is-disabled svg {
|
|
36884
|
+
color: var(--text--muted-color);
|
|
36885
|
+
}
|
|
36747
36886
|
.cxd-NestedSelect-menuOuter {
|
|
36748
36887
|
display: flex;
|
|
36749
36888
|
}
|
|
@@ -36765,17 +36904,19 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36765
36904
|
max-height: 10.9375rem;
|
|
36766
36905
|
background: var(--Form-select-menu-bg);
|
|
36767
36906
|
color: var(--Form-select-menu-color);
|
|
36768
|
-
border: var(--
|
|
36907
|
+
border-radius: var(--borderRadius);
|
|
36769
36908
|
box-shadow: var(--Form-select-outer-boxShadow);
|
|
36770
36909
|
overflow-y: auto;
|
|
36771
36910
|
overflow-x: hidden;
|
|
36911
|
+
border: var(--Form-select-outer-borderWidth) solid var(--Form-input-onFocused-borderColor);
|
|
36772
36912
|
}
|
|
36773
36913
|
.cxd-NestedSelect-menu:not(:first-child) {
|
|
36774
36914
|
border-left: 0;
|
|
36915
|
+
margin-left: 0.25rem;
|
|
36775
36916
|
}
|
|
36776
36917
|
.cxd-NestedSelect-menu .cxd-NestedSelect-option {
|
|
36777
36918
|
position: relative;
|
|
36778
|
-
padding
|
|
36919
|
+
padding: var(--select-base-default-option-paddingTop) var(--select-base-default-option-paddingRight) var(--select-base-default-option-paddingBottom) var(--select-base-default-option-paddingLeft);
|
|
36779
36920
|
min-height: var(--select-base-default-option-line-height);
|
|
36780
36921
|
line-height: var(--select-base-default-option-line-height);
|
|
36781
36922
|
cursor: pointer;
|
|
@@ -36822,6 +36963,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36822
36963
|
.cxd-NestedSelect-popup {
|
|
36823
36964
|
height: 21.25rem;
|
|
36824
36965
|
}
|
|
36966
|
+
.cxd-NestedSelect-popover {
|
|
36967
|
+
border: none;
|
|
36968
|
+
box-shadow: none;
|
|
36969
|
+
}
|
|
36825
36970
|
.cxd-Cascader-tabs {
|
|
36826
36971
|
display: flex;
|
|
36827
36972
|
}
|
|
@@ -37492,6 +37637,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37492
37637
|
}
|
|
37493
37638
|
.cxd-Form-label > span {
|
|
37494
37639
|
position: relative;
|
|
37640
|
+
display: inline-block;
|
|
37495
37641
|
}
|
|
37496
37642
|
.cxd-Form-star {
|
|
37497
37643
|
color: var(--Form-item-star-color);
|
|
@@ -37997,6 +38143,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37997
38143
|
flex: 1;
|
|
37998
38144
|
flex-wrap: wrap;
|
|
37999
38145
|
font-size: var(--fontSizeLg);
|
|
38146
|
+
min-width: 0;
|
|
38000
38147
|
}
|
|
38001
38148
|
.cxd-Form-item .cxd-Form-value .cxd-ColorPicker > input,
|
|
38002
38149
|
.cxd-Form-item .cxd-Form-control .cxd-ColorPicker > input {
|
|
@@ -40717,6 +40864,11 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40717
40864
|
margin-right: 0;
|
|
40718
40865
|
line-height: inherit;
|
|
40719
40866
|
}
|
|
40867
|
+
.cxd-Nav-Menu-horizontal .cxd-Nav-Menu-overflow-item.cxd-Nav-Menu-overflow-item-rest > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-overflowedIcon i,
|
|
40868
|
+
.cxd-Nav-Menu-horizontal .cxd-Nav-Menu-overflow-item.cxd-Nav-Menu-overflow-item-rest > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-overflowedIcon svg,
|
|
40869
|
+
.cxd-Nav-Menu-horizontal .cxd-Nav-Menu-overflow-item.cxd-Nav-Menu-overflow-item-rest > .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-overflowedIcon img {
|
|
40870
|
+
float: none;
|
|
40871
|
+
}
|
|
40720
40872
|
.cxd-Nav-Menu-horizontal .cxd-Nav-Menu-item.cxd-Nav-Menu-item-selected {
|
|
40721
40873
|
background: none;
|
|
40722
40874
|
}
|
|
@@ -40743,14 +40895,13 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40743
40895
|
.cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow {
|
|
40744
40896
|
display: inline-block;
|
|
40745
40897
|
font-size: 0.5625rem;
|
|
40746
|
-
vertical-align: middle;
|
|
40747
40898
|
text-transform: none;
|
|
40748
40899
|
text-rendering: auto;
|
|
40749
40900
|
line-height: 1.25rem;
|
|
40750
40901
|
margin-left: 0.3125rem;
|
|
40751
40902
|
}
|
|
40752
40903
|
.cxd-Nav-Menu-horizontal .cxd-Nav-Menu-submenu-arrow > svg {
|
|
40753
|
-
top:
|
|
40904
|
+
top: 0;
|
|
40754
40905
|
}
|
|
40755
40906
|
.cxd-Nav-Menu-horizontal.cxd-Nav-Menu-rtl .cxd-Nav-Menu-submenu-arrow {
|
|
40756
40907
|
margin-left: 0;
|