amis-ui 3.4.2 → 3.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.d.ts +1 -0
- package/esm/components/Alert.js +4 -2
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.js +1 -1
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.js +5 -3
- package/esm/components/Checkbox.js +1 -1
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.js +1 -1
- package/esm/components/Collapse.js +2 -2
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.js +1 -1
- package/esm/components/Combo.js +1 -1
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.d.ts +1 -0
- package/esm/components/ContextMenu.js +4 -2
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.js +1 -1
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.js +3 -2
- package/esm/components/Editor.js +1 -1
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.js +7 -4
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +3 -2
- package/esm/components/InputTable.js +1 -1
- package/esm/components/Layout.js +1 -1
- package/esm/components/Link.js +1 -1
- package/esm/components/ListGroup.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.js +6 -11
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/Pagination.js +1 -1
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.d.ts +2 -1
- package/esm/components/ResultList.js +12 -3
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.js +1 -1
- package/esm/components/SelectMobile.js +7 -4
- package/esm/components/Selection.d.ts +2 -1
- package/esm/components/Selection.js +11 -4
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +8 -4
- package/esm/components/Switch.js +1 -1
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.js +1 -1
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.js +1 -1
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +1 -1
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.js +5 -5
- package/esm/components/TransferDropDown.js +1 -1
- package/esm/components/TransferPicker.js +1 -1
- package/esm/components/TransferSearch.js +1 -1
- package/esm/components/Tree.js +3 -2
- package/esm/components/TreeSelection.js +3 -2
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.js +1 -1
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.js +1 -1
- package/esm/components/calendar/MonthsView.js +1 -1
- package/esm/components/calendar/QuartersView.js +1 -1
- package/esm/components/calendar/TimeView.js +1 -1
- package/esm/components/calendar/YearsView.js +1 -1
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +1 -1
- package/esm/components/condition-builder/Value.js +1 -1
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.js +1 -1
- package/esm/components/formula/Picker.js +1 -1
- package/esm/components/formula/VariableList.js +7 -6
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +17 -17
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +1 -1
- package/esm/components/json-schema/Object.js +1 -1
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.js +1 -1
- package/esm/components/menu/SubMenu.js +1 -1
- package/esm/components/menu/index.js +1 -1
- package/esm/components/schema-editor/Array.js +1 -1
- package/esm/components/schema-editor/Common.js +1 -1
- package/esm/components/schema-editor/Item.js +1 -1
- package/esm/components/schema-editor/Object.js +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.js +1 -1
- package/esm/components/table/Cell.js +3 -3
- package/esm/components/table/ColGroup.d.ts +19 -0
- package/esm/components/table/ColGroup.js +52 -0
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.js +1 -1
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/index.d.ts +56 -3
- package/esm/components/table/index.js +149 -89
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locale/de-DE.js +1 -1
- package/esm/locale/en-US.js +1 -1
- package/esm/locale/zh-CN.js +1 -1
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +41 -40
- package/lib/components/Alert.js +4 -2
- package/lib/components/Alert2.d.ts +10 -10
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AnchorNav.d.ts +20 -20
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.d.ts +80 -80
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/Avatar.d.ts +70 -70
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +30 -30
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +100 -100
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +80 -80
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +80 -80
- package/lib/components/ChainedSelection.js +5 -3
- package/lib/components/Checkbox.d.ts +10 -10
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.js +1 -1
- package/lib/components/Collapse.d.ts +120 -120
- package/lib/components/Collapse.js +2 -2
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +80 -80
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +80 -80
- package/lib/components/ConfirmBox.js +1 -1
- package/lib/components/ContextMenu.d.ts +1 -0
- package/lib/components/ContextMenu.js +4 -2
- package/lib/components/DatePicker.d.ts +81 -81
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +120 -120
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +30 -30
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +80 -80
- package/lib/components/DropDownSelection.js +3 -2
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +1 -1
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +80 -80
- package/lib/components/GroupedSelection.js +7 -4
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +3 -2
- package/lib/components/InputTable.js +1 -1
- package/lib/components/Layout.d.ts +10 -10
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +80 -80
- package/lib/components/ListMenu.js +1 -1
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +80 -80
- package/lib/components/Modal.js +6 -11
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +120 -120
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/Pagination.d.ts +80 -80
- package/lib/components/Pagination.js +1 -1
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.d.ts +120 -120
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +50 -50
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +10 -10
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +10 -10
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +80 -80
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +42 -41
- package/lib/components/ResultList.js +12 -3
- package/lib/components/ResultTableList.d.ts +80 -80
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +80 -80
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +1160 -1160
- package/lib/components/Select.js +1 -1
- package/lib/components/SelectMobile.js +7 -4
- package/lib/components/Selection.d.ts +82 -81
- package/lib/components/Selection.js +11 -4
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +50 -50
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +8 -4
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/TableSelection.d.ts +80 -80
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +40 -40
- package/lib/components/Tabs.js +1 -1
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +60 -60
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +40 -40
- package/lib/components/Textarea.js +1 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +1 -1
- package/lib/components/TitleBar.d.ts +10 -10
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +80 -80
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +30 -30
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +169 -169
- package/lib/components/Transfer.js +5 -5
- package/lib/components/TransferDropDown.d.ts +160 -160
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +160 -160
- package/lib/components/Tree.js +3 -2
- package/lib/components/TreeSelection.d.ts +80 -80
- package/lib/components/TreeSelection.js +3 -2
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.js +1 -1
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/MonthsView.js +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/TimeView.js +1 -1
- package/lib/components/calendar/YearsView.js +1 -1
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +1 -1
- package/lib/components/condition-builder/Value.js +1 -1
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.js +1 -1
- package/lib/components/formula/Picker.d.ts +40 -40
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/VariableList.js +7 -6
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +17 -17
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.js +1 -1
- package/lib/components/json-schema/Object.js +1 -1
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.js +1 -1
- package/lib/components/menu/SubMenu.js +1 -1
- package/lib/components/menu/index.d.ts +60 -60
- package/lib/components/menu/index.js +1 -1
- package/lib/components/schema-editor/Array.js +1 -1
- package/lib/components/schema-editor/Common.js +1 -1
- package/lib/components/schema-editor/Item.js +1 -1
- package/lib/components/schema-editor/Object.js +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +40 -40
- package/lib/components/schema-editor/index.js +1 -1
- package/lib/components/table/Cell.d.ts +40 -40
- package/lib/components/table/Cell.js +3 -3
- package/lib/components/table/ColGroup.d.ts +19 -0
- package/lib/components/table/ColGroup.js +64 -0
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/index.d.ts +136 -83
- package/lib/components/table/index.js +149 -88
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +187 -127
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +187 -127
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +187 -127
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +187 -127
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +187 -127
- package/package.json +4 -4
- package/scss/_components.scss +9 -2
- package/scss/components/_collapse.scss +31 -1
- package/scss/components/_divider.scss +37 -2
- package/scss/components/_formula.scss +2 -1
- package/scss/components/_menu.scss +6 -3
- package/scss/components/_modal.scss +5 -5
- package/scss/components/_table.scss +7 -1
- package/scss/components/_table2.scss +4 -15
- package/scss/components/form/_combo.scss +9 -2
- package/scss/components/form/_icon-select.scss +0 -1
- package/scss/components/form/_result-list.scss +1 -0
- package/scss/components/form/_selection.scss +7 -0
- package/scss/components/form/_textarea.scss +5 -5
package/lib/themes/cxd.css
CHANGED
|
@@ -3252,6 +3252,14 @@
|
|
|
3252
3252
|
--Divider-marginLeft: var(--sizes-size-0);
|
|
3253
3253
|
--Divider-marginRight: var(--sizes-size-0);
|
|
3254
3254
|
--Divider-marginBottom: var(--sizes-size-7);
|
|
3255
|
+
--Divider-text-width: 5%;
|
|
3256
|
+
--Divider-text-fontSize: var(--fonts-size-7);
|
|
3257
|
+
--Divider-text-fontWeight: var(--fonts-weight-6);
|
|
3258
|
+
--Divider-text-color: var(--colors-neutral-text-2);
|
|
3259
|
+
--Divider-text-marginTop: var(--sizes-size-0);
|
|
3260
|
+
--Divider-text-marginLeft: var(--sizes-size-9);
|
|
3261
|
+
--Divider-text-marginRight: var(--sizes-size-9);
|
|
3262
|
+
--Divider-text-marginBottom: var(--sizes-size-0);
|
|
3255
3263
|
--inputFile-base-des-color: var(--colors-neutral-text-2);
|
|
3256
3264
|
--inputFile-base-des-fontSize: var(--fonts-size-7);
|
|
3257
3265
|
--inputFile-base-des-fontWeight: var(--fonts-weight-6);
|
|
@@ -4177,7 +4185,7 @@
|
|
|
4177
4185
|
--Toast--danger-bottom-left-border-radius: var(--borders-radius-3);
|
|
4178
4186
|
--Toast--danger-bgColor: var(--colors-neutral-fill-11);
|
|
4179
4187
|
--Toast--info-color: var(--colors-neutral-text-2);
|
|
4180
|
-
--Toast--info-fontSize: var(--fonts-size-
|
|
4188
|
+
--Toast--info-fontSize: var(--fonts-size-8);
|
|
4181
4189
|
--Toast--info-fontWeight: var(--fonts-weight-6);
|
|
4182
4190
|
--Toast--info-top-border-color: var(--colors-neutral-line-11);
|
|
4183
4191
|
--Toast--info-top-border-width: var(--borders-width-2);
|
|
@@ -4193,7 +4201,6 @@
|
|
|
4193
4201
|
--Toast--info-left-border-style: var(--borders-style-2);
|
|
4194
4202
|
--Toast--info-bgColor: var(--colors-neutral-fill-11);
|
|
4195
4203
|
--Toast--success-color: var(--colors-neutral-text-2);
|
|
4196
|
-
--Toast--success-fontSize: var(--fonts-weight-6);
|
|
4197
4204
|
--Toast--success-fontWeight: var(--fonts-weight-6);
|
|
4198
4205
|
--Toast--success-fontSize: var(--fonts-size-8);
|
|
4199
4206
|
--Toast--success-fontWeight: var(--fonts-weight-6);
|
|
@@ -10112,6 +10119,7 @@ button::-moz-focus-inner {
|
|
|
10112
10119
|
font-style: normal;
|
|
10113
10120
|
font-weight: normal;
|
|
10114
10121
|
line-height: 24px;
|
|
10122
|
+
max-width: 100%;
|
|
10115
10123
|
text-transform: none;
|
|
10116
10124
|
word-break: break-all;
|
|
10117
10125
|
}
|
|
@@ -10820,16 +10828,21 @@ button::-moz-focus-inner {
|
|
|
10820
10828
|
.tox .tox-dialog__body-content a {
|
|
10821
10829
|
color: #006ce7;
|
|
10822
10830
|
cursor: pointer;
|
|
10823
|
-
text-decoration:
|
|
10831
|
+
text-decoration: underline;
|
|
10824
10832
|
}
|
|
10825
10833
|
.tox .tox-dialog__body-content a:hover,
|
|
10826
10834
|
.tox .tox-dialog__body-content a:focus {
|
|
10827
|
-
color: #
|
|
10828
|
-
text-decoration:
|
|
10835
|
+
color: #003c81;
|
|
10836
|
+
text-decoration: underline;
|
|
10837
|
+
}
|
|
10838
|
+
.tox .tox-dialog__body-content a:focus-visible {
|
|
10839
|
+
border-radius: 1px;
|
|
10840
|
+
outline: 2px solid #006ce7;
|
|
10841
|
+
outline-offset: 2px;
|
|
10829
10842
|
}
|
|
10830
10843
|
.tox .tox-dialog__body-content a:active {
|
|
10831
|
-
color: #
|
|
10832
|
-
text-decoration:
|
|
10844
|
+
color: #00244e;
|
|
10845
|
+
text-decoration: underline;
|
|
10833
10846
|
}
|
|
10834
10847
|
.tox .tox-dialog__body-content svg {
|
|
10835
10848
|
fill: #222f3e;
|
|
@@ -10978,9 +10991,23 @@ button::-moz-focus-inner {
|
|
|
10978
10991
|
.tox .tox-dialog__iframe.tox-dialog__iframe--opaque {
|
|
10979
10992
|
background: #fff;
|
|
10980
10993
|
}
|
|
10981
|
-
.tox .tox-
|
|
10994
|
+
.tox .tox-navobj-bordered {
|
|
10995
|
+
position: relative;
|
|
10996
|
+
}
|
|
10997
|
+
.tox .tox-navobj-bordered::before {
|
|
10982
10998
|
border: 1px solid #eeeeee;
|
|
10983
10999
|
border-radius: 6px;
|
|
11000
|
+
content: "";
|
|
11001
|
+
inset: 0;
|
|
11002
|
+
opacity: 1;
|
|
11003
|
+
pointer-events: none;
|
|
11004
|
+
position: absolute;
|
|
11005
|
+
z-index: 1;
|
|
11006
|
+
}
|
|
11007
|
+
.tox .tox-navobj-bordered-focus.tox-navobj-bordered::before {
|
|
11008
|
+
border-color: #006ce7;
|
|
11009
|
+
box-shadow: 0 0 0 2px rgba(0, 108, 231, 0.25);
|
|
11010
|
+
outline: none;
|
|
10984
11011
|
}
|
|
10985
11012
|
.tox .tox-dialog__popups {
|
|
10986
11013
|
position: absolute;
|
|
@@ -11383,7 +11410,6 @@ body.tox-dialog__disable-scroll {
|
|
|
11383
11410
|
cursor: not-allowed;
|
|
11384
11411
|
}
|
|
11385
11412
|
.tox .tox-textfield:focus,
|
|
11386
|
-
.tox .tox-dialog__iframe.tox-dialog__iframe--bordered:focus-within,
|
|
11387
11413
|
.tox .tox-listboxfield .tox-listbox--select:focus,
|
|
11388
11414
|
.tox .tox-textarea-wrap:focus-within,
|
|
11389
11415
|
.tox .tox-textarea:focus,
|
|
@@ -11713,6 +11739,9 @@ body.tox-dialog__disable-scroll {
|
|
|
11713
11739
|
overflow-wrap: break-word;
|
|
11714
11740
|
word-break: normal;
|
|
11715
11741
|
}
|
|
11742
|
+
.tox .tox-dialog__popups .tox-menu .tox-collection__item-label {
|
|
11743
|
+
word-break: break-all;
|
|
11744
|
+
}
|
|
11716
11745
|
}
|
|
11717
11746
|
.tox .tox-menu__label h1,
|
|
11718
11747
|
.tox .tox-menu__label h2,
|
|
@@ -12213,19 +12242,42 @@ body.tox-dialog__disable-scroll {
|
|
|
12213
12242
|
position: relative;
|
|
12214
12243
|
text-transform: none;
|
|
12215
12244
|
}
|
|
12216
|
-
.tox .tox-
|
|
12245
|
+
.tox .tox-statusbar__path {
|
|
12217
12246
|
display: flex;
|
|
12218
12247
|
flex: 1 1 auto;
|
|
12219
|
-
justify-content: flex-end;
|
|
12220
12248
|
overflow: hidden;
|
|
12249
|
+
text-overflow: ellipsis;
|
|
12250
|
+
white-space: nowrap;
|
|
12221
12251
|
}
|
|
12222
|
-
.tox .tox-
|
|
12252
|
+
.tox .tox-statusbar__right-container {
|
|
12253
|
+
display: flex;
|
|
12254
|
+
justify-content: flex-end;
|
|
12255
|
+
white-space: nowrap;
|
|
12256
|
+
}
|
|
12257
|
+
.tox .tox-statusbar__help-text {
|
|
12258
|
+
text-align: center;
|
|
12259
|
+
}
|
|
12260
|
+
.tox .tox-statusbar__text-container {
|
|
12223
12261
|
display: flex;
|
|
12224
12262
|
flex: 1 1 auto;
|
|
12225
|
-
|
|
12263
|
+
justify-content: space-between;
|
|
12226
12264
|
overflow: hidden;
|
|
12227
|
-
|
|
12228
|
-
|
|
12265
|
+
}
|
|
12266
|
+
@media only screen and (min-width: 768px) {
|
|
12267
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text,
|
|
12268
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container,
|
|
12269
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path {
|
|
12270
|
+
flex: 0 0 33.3333333333%;
|
|
12271
|
+
}
|
|
12272
|
+
}
|
|
12273
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end {
|
|
12274
|
+
justify-content: flex-end;
|
|
12275
|
+
}
|
|
12276
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start {
|
|
12277
|
+
justify-content: flex-start;
|
|
12278
|
+
}
|
|
12279
|
+
.tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around {
|
|
12280
|
+
justify-content: space-around;
|
|
12229
12281
|
}
|
|
12230
12282
|
.tox .tox-statusbar__path > * {
|
|
12231
12283
|
display: inline;
|
|
@@ -12235,6 +12287,14 @@ body.tox-dialog__disable-scroll {
|
|
|
12235
12287
|
flex: 0 0 auto;
|
|
12236
12288
|
margin-left: 1ch;
|
|
12237
12289
|
}
|
|
12290
|
+
@media only screen and (max-width: 767px) {
|
|
12291
|
+
.tox .tox-statusbar__text-container .tox-statusbar__help-text {
|
|
12292
|
+
display: none;
|
|
12293
|
+
}
|
|
12294
|
+
.tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child {
|
|
12295
|
+
display: block;
|
|
12296
|
+
}
|
|
12297
|
+
}
|
|
12238
12298
|
.tox .tox-statusbar a,
|
|
12239
12299
|
.tox .tox-statusbar__path-item,
|
|
12240
12300
|
.tox .tox-statusbar__wordcount {
|
|
@@ -13924,13 +13984,13 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13924
13984
|
transform: translateY(-30px);
|
|
13925
13985
|
}
|
|
13926
13986
|
/*!
|
|
13927
|
-
* Cropper.js v1.
|
|
13987
|
+
* Cropper.js v1.6.1
|
|
13928
13988
|
* https://fengyuanchen.github.io/cropperjs
|
|
13929
13989
|
*
|
|
13930
13990
|
* Copyright 2015-present Chen Fengyuan
|
|
13931
13991
|
* Released under the MIT license
|
|
13932
13992
|
*
|
|
13933
|
-
* Date:
|
|
13993
|
+
* Date: 2023-09-17T03:44:17.565Z
|
|
13934
13994
|
*/
|
|
13935
13995
|
.cropper-container {
|
|
13936
13996
|
direction: ltr;
|
|
@@ -13980,7 +14040,7 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
13980
14040
|
display: block;
|
|
13981
14041
|
height: 100%;
|
|
13982
14042
|
outline: 1px solid #39f;
|
|
13983
|
-
outline-color: rgba(51, 153, 255, 75
|
|
14043
|
+
outline-color: rgba(51, 153, 255, 0.75);
|
|
13984
14044
|
overflow: hidden;
|
|
13985
14045
|
width: 100%;
|
|
13986
14046
|
}
|
|
@@ -17350,9 +17410,6 @@ input[type=button].cxd-Button--block {
|
|
|
17350
17410
|
.cxd-Modal-header::after {
|
|
17351
17411
|
clear: both;
|
|
17352
17412
|
}
|
|
17353
|
-
.cxd-Modal-header .Dialog-close {
|
|
17354
|
-
content: var(--dialog-icon-icon);
|
|
17355
|
-
}
|
|
17356
17413
|
.cxd-Modal-title {
|
|
17357
17414
|
font-size: var(--dialog-header-fontSize);
|
|
17358
17415
|
color: var(--dialog-header-color);
|
|
@@ -17367,6 +17424,9 @@ input[type=button].cxd-Button--block {
|
|
|
17367
17424
|
vertical-align: middle;
|
|
17368
17425
|
z-index: calc(11 + 1);
|
|
17369
17426
|
}
|
|
17427
|
+
.cxd-Modal-close .Dialog-close {
|
|
17428
|
+
content: var(--dialog-icon-icon);
|
|
17429
|
+
}
|
|
17370
17430
|
.cxd-Modal-close svg {
|
|
17371
17431
|
width: var(--dialog-icon-size);
|
|
17372
17432
|
height: var(--dialog-icon-size);
|
|
@@ -17413,70 +17473,34 @@ input[type=button].cxd-Button--block {
|
|
|
17413
17473
|
margin-left: var(--dialog-footer-margin-left);
|
|
17414
17474
|
}
|
|
17415
17475
|
.cxd-Modal--2th .cxd-Modal-content {
|
|
17416
|
-
margin-top: calc(
|
|
17417
|
-
var(--Modal-content-startMarginTop) +
|
|
17418
|
-
1 *
|
|
17419
|
-
var(--Modal-content-stepMarginTop)
|
|
17420
|
-
);
|
|
17476
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 1 * var(--Modal-content-stepMarginTop));
|
|
17421
17477
|
}
|
|
17422
17478
|
.cxd-Modal--3th .cxd-Modal-content {
|
|
17423
|
-
margin-top: calc(
|
|
17424
|
-
var(--Modal-content-startMarginTop) +
|
|
17425
|
-
2 *
|
|
17426
|
-
var(--Modal-content-stepMarginTop)
|
|
17427
|
-
);
|
|
17479
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 2 * var(--Modal-content-stepMarginTop));
|
|
17428
17480
|
}
|
|
17429
17481
|
.cxd-Modal--4th .cxd-Modal-content {
|
|
17430
|
-
margin-top: calc(
|
|
17431
|
-
var(--Modal-content-startMarginTop) +
|
|
17432
|
-
3 *
|
|
17433
|
-
var(--Modal-content-stepMarginTop)
|
|
17434
|
-
);
|
|
17482
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 3 * var(--Modal-content-stepMarginTop));
|
|
17435
17483
|
}
|
|
17436
17484
|
.cxd-Modal--5th .cxd-Modal-content {
|
|
17437
|
-
margin-top: calc(
|
|
17438
|
-
var(--Modal-content-startMarginTop) +
|
|
17439
|
-
4 *
|
|
17440
|
-
var(--Modal-content-stepMarginTop)
|
|
17441
|
-
);
|
|
17485
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 4 * var(--Modal-content-stepMarginTop));
|
|
17442
17486
|
}
|
|
17443
17487
|
.cxd-Modal--6th .cxd-Modal-content {
|
|
17444
|
-
margin-top: calc(
|
|
17445
|
-
var(--Modal-content-startMarginTop) +
|
|
17446
|
-
5 *
|
|
17447
|
-
var(--Modal-content-stepMarginTop)
|
|
17448
|
-
);
|
|
17488
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 5 * var(--Modal-content-stepMarginTop));
|
|
17449
17489
|
}
|
|
17450
17490
|
.cxd-Modal--7th .cxd-Modal-content {
|
|
17451
|
-
margin-top: calc(
|
|
17452
|
-
var(--Modal-content-startMarginTop) +
|
|
17453
|
-
6 *
|
|
17454
|
-
var(--Modal-content-stepMarginTop)
|
|
17455
|
-
);
|
|
17491
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 6 * var(--Modal-content-stepMarginTop));
|
|
17456
17492
|
}
|
|
17457
17493
|
.cxd-Modal--8th .cxd-Modal-content {
|
|
17458
|
-
margin-top: calc(
|
|
17459
|
-
var(--Modal-content-startMarginTop) +
|
|
17460
|
-
7 *
|
|
17461
|
-
var(--Modal-content-stepMarginTop)
|
|
17462
|
-
);
|
|
17494
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 7 * var(--Modal-content-stepMarginTop));
|
|
17463
17495
|
}
|
|
17464
17496
|
.cxd-Modal--9th .cxd-Modal-content {
|
|
17465
|
-
margin-top: calc(
|
|
17466
|
-
var(--Modal-content-startMarginTop) +
|
|
17467
|
-
8 *
|
|
17468
|
-
var(--Modal-content-stepMarginTop)
|
|
17469
|
-
);
|
|
17497
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 8 * var(--Modal-content-stepMarginTop));
|
|
17470
17498
|
}
|
|
17471
17499
|
.cxd-Modal--10th .cxd-Modal-content {
|
|
17472
|
-
margin-top: calc(
|
|
17473
|
-
var(--Modal-content-startMarginTop) +
|
|
17474
|
-
9 *
|
|
17475
|
-
var(--Modal-content-stepMarginTop)
|
|
17476
|
-
);
|
|
17500
|
+
margin-top: calc(var(--Modal-content-startMarginTop) + 9 * var(--Modal-content-stepMarginTop));
|
|
17477
17501
|
}
|
|
17478
17502
|
@media (min-width: 576px) {
|
|
17479
|
-
.cxd-Modal-content {
|
|
17503
|
+
.cxd-Modal-content:not(.cxd-Modal-content-custom) {
|
|
17480
17504
|
max-width: var(--dialog-size-normal-width);
|
|
17481
17505
|
border-width: var(--dialog-default-border-width);
|
|
17482
17506
|
}
|
|
@@ -21712,10 +21736,13 @@ input[type=button].cxd-Button--block {
|
|
|
21712
21736
|
padding-left: 0;
|
|
21713
21737
|
padding-right: 0;
|
|
21714
21738
|
}
|
|
21715
|
-
.cxd-Form
|
|
21739
|
+
.cxd-Form {
|
|
21740
|
+
/* 恢复 Form 嵌套场景下的样式 */
|
|
21741
|
+
}
|
|
21742
|
+
.cxd-Form .cxd-Collapse {
|
|
21716
21743
|
border: none;
|
|
21717
21744
|
}
|
|
21718
|
-
.cxd-Form .cxd-Collapse
|
|
21745
|
+
.cxd-Form .cxd-Collapse .cxd-Collapse-header {
|
|
21719
21746
|
background-color: var(--white);
|
|
21720
21747
|
display: inline-flex;
|
|
21721
21748
|
justify-content: flex-end;
|
|
@@ -21723,9 +21750,23 @@ input[type=button].cxd-Button--block {
|
|
|
21723
21750
|
flex-direction: row-reverse;
|
|
21724
21751
|
border-radius: 0;
|
|
21725
21752
|
}
|
|
21726
|
-
.cxd-Form .cxd-Collapse
|
|
21753
|
+
.cxd-Form .cxd-Collapse .cxd-Collapse-content {
|
|
21727
21754
|
padding: 0;
|
|
21728
21755
|
}
|
|
21756
|
+
.cxd-Form .cxd-Collapse-fieldset--disabled {
|
|
21757
|
+
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);
|
|
21758
|
+
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);
|
|
21759
|
+
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);
|
|
21760
|
+
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);
|
|
21761
|
+
}
|
|
21762
|
+
.cxd-Form .cxd-Collapse-fieldset--disabled .cxd-Collapse-header {
|
|
21763
|
+
background: var(--Collapse-header-bg);
|
|
21764
|
+
display: block;
|
|
21765
|
+
border-radius: unset;
|
|
21766
|
+
}
|
|
21767
|
+
.cxd-Form .cxd-Collapse-fieldset--disabled .cxd-Collapse-content {
|
|
21768
|
+
padding: var(--Collapse-content-padding);
|
|
21769
|
+
}
|
|
21729
21770
|
/* 移动端样式调整 */
|
|
21730
21771
|
@media (max-width: 767px) {
|
|
21731
21772
|
.cxd-Collapse {
|
|
@@ -22576,9 +22617,7 @@ input[type=button].cxd-Button--block {
|
|
|
22576
22617
|
user-select: none;
|
|
22577
22618
|
white-space: nowrap;
|
|
22578
22619
|
vertical-align: middle;
|
|
22579
|
-
line-height: calc(
|
|
22580
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22581
|
-
);
|
|
22620
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22582
22621
|
display: inline-block;
|
|
22583
22622
|
font-size: var(--Pick-base-value-fontSize);
|
|
22584
22623
|
color: var(--Pick-base-value-color);
|
|
@@ -22623,9 +22662,7 @@ input[type=button].cxd-Button--block {
|
|
|
22623
22662
|
user-select: none;
|
|
22624
22663
|
white-space: nowrap;
|
|
22625
22664
|
vertical-align: middle;
|
|
22626
|
-
line-height: calc(
|
|
22627
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22628
|
-
);
|
|
22665
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22629
22666
|
display: inline-block;
|
|
22630
22667
|
font-size: var(--Pick-base-value-fontSize);
|
|
22631
22668
|
color: var(--Pick-base-value-color);
|
|
@@ -22769,9 +22806,7 @@ input[type=button].cxd-Button--block {
|
|
|
22769
22806
|
-webkit-user-select: none;
|
|
22770
22807
|
-moz-user-select: none;
|
|
22771
22808
|
user-select: none;
|
|
22772
|
-
line-height: calc(
|
|
22773
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
22774
|
-
);
|
|
22809
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
22775
22810
|
display: inline-block;
|
|
22776
22811
|
font-size: var(--Pick-base-value-fontSize);
|
|
22777
22812
|
color: var(--Pick-base-value-color);
|
|
@@ -22917,6 +22952,9 @@ input[type=button].cxd-Button--block {
|
|
|
22917
22952
|
visibility: hidden;
|
|
22918
22953
|
position: absolute;
|
|
22919
22954
|
}
|
|
22955
|
+
.cxd-Table-fixedTop .cxd-Table-table {
|
|
22956
|
+
table-layout: fixed;
|
|
22957
|
+
}
|
|
22920
22958
|
.cxd-Table-heading {
|
|
22921
22959
|
background: var(--Table-heading-bg);
|
|
22922
22960
|
padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
|
|
@@ -23162,9 +23200,11 @@ input[type=button].cxd-Button--block {
|
|
|
23162
23200
|
.cxd-Table-table > thead > tr {
|
|
23163
23201
|
border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
23164
23202
|
}
|
|
23203
|
+
.cxd-Table-table-tr {
|
|
23204
|
+
background: var(--Table-bg);
|
|
23205
|
+
}
|
|
23165
23206
|
.cxd-Table-table > tbody > tr {
|
|
23166
23207
|
position: relative;
|
|
23167
|
-
background: var(--Table-bg);
|
|
23168
23208
|
}
|
|
23169
23209
|
.cxd-Table-table > tbody > tr + tr {
|
|
23170
23210
|
border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
|
|
@@ -24887,10 +24927,9 @@ input[type=button].cxd-Button--block {
|
|
|
24887
24927
|
background: var(--TableRow-onDisabled-bg);
|
|
24888
24928
|
color: var(--TableRow-onDisabled-color);
|
|
24889
24929
|
}
|
|
24890
|
-
.cxd-Table2 .cxd-Table-table > tbody > tr
|
|
24891
|
-
|
|
24892
|
-
|
|
24893
|
-
color: var(--Table-onHover-color);
|
|
24930
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-left,
|
|
24931
|
+
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-right {
|
|
24932
|
+
background: inherit;
|
|
24894
24933
|
}
|
|
24895
24934
|
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-left-last:after,
|
|
24896
24935
|
.cxd-Table2 .cxd-Table-table > tbody > tr > td.cxd-Table-cell-fix-left-last:after,
|
|
@@ -24907,7 +24946,7 @@ input[type=button].cxd-Button--block {
|
|
|
24907
24946
|
}
|
|
24908
24947
|
.cxd-Table2 .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first:after,
|
|
24909
24948
|
.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-
|
|
24949
|
+
.cxd-Table2 .cxd-Table-table > tfoot > tr > td.cxd-Table-cell-fix-right-first:after {
|
|
24911
24950
|
position: absolute;
|
|
24912
24951
|
top: 0;
|
|
24913
24952
|
bottom: -1px;
|
|
@@ -24945,9 +24984,6 @@ input[type=button].cxd-Button--block {
|
|
|
24945
24984
|
.cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-left {
|
|
24946
24985
|
border-right: none;
|
|
24947
24986
|
}
|
|
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
24987
|
.cxd-Table2.cxd-Table-ping-left .cxd-Table-table > tfoot > tr > td:not(:last-child).cxd-Table-cell-fix-left-last {
|
|
24952
24988
|
border-right: none;
|
|
24953
24989
|
}
|
|
@@ -24962,9 +24998,6 @@ input[type=button].cxd-Button--block {
|
|
|
24962
24998
|
.cxd-Table2.cxd-Table-ping-right .cxd-Table-table > tbody > tr:not(.cxd-Table-row-disabled) > td.cxd-Table-cell-fix-right {
|
|
24963
24999
|
border-right: none;
|
|
24964
25000
|
}
|
|
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
25001
|
.cxd-Table2.cxd-Table-ping-right:not(.cxd-Table-bordered) .cxd-Table-table > thead > tr > th.cxd-Table-cell-fix-right-first-prev {
|
|
24969
25002
|
border-right: none;
|
|
24970
25003
|
}
|
|
@@ -26420,14 +26453,43 @@ input[type=button].cxd-Button--block {
|
|
|
26420
26453
|
border-left-style: dashed;
|
|
26421
26454
|
}
|
|
26422
26455
|
.cxd-Divider--horizontal {
|
|
26423
|
-
|
|
26456
|
+
position: relative;
|
|
26424
26457
|
height: 0.125rem;
|
|
26458
|
+
border-bottom: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26459
|
+
transform-origin: 0 center;
|
|
26460
|
+
clear: both;
|
|
26425
26461
|
}
|
|
26426
26462
|
.cxd-Divider--vertical {
|
|
26427
26463
|
border-left: var(--Divider-width) var(--Divider-style) var(--Divider-color);
|
|
26428
26464
|
height: var(--sizes-base-15);
|
|
26465
|
+
transform-origin: center bottom;
|
|
26429
26466
|
display: inline-block;
|
|
26430
26467
|
}
|
|
26468
|
+
.cxd-Divider--with-text {
|
|
26469
|
+
display: flex;
|
|
26470
|
+
align-items: center;
|
|
26471
|
+
height: unset;
|
|
26472
|
+
border-bottom-width: 0 !important;
|
|
26473
|
+
}
|
|
26474
|
+
.cxd-Divider--with-text::before, .cxd-Divider--with-text::after {
|
|
26475
|
+
content: "";
|
|
26476
|
+
height: 0;
|
|
26477
|
+
flex: 1;
|
|
26478
|
+
border-bottom: inherit;
|
|
26479
|
+
border-bottom-width: var(--Divider-width);
|
|
26480
|
+
}
|
|
26481
|
+
.cxd-Divider--with-text.cxd-Divider--with-text-left:before, .cxd-Divider--with-text.cxd-Divider--with-text-right:after {
|
|
26482
|
+
flex-basis: var(--Divider-text-width);
|
|
26483
|
+
flex-grow: 0;
|
|
26484
|
+
}
|
|
26485
|
+
.cxd-Divider-text {
|
|
26486
|
+
margin: var(--Divider-text-marginTop) var(--Divider-text-marginRight) var(--Divider-text-marginBottom) var(--Divider-text-marginLeft);
|
|
26487
|
+
font-size: var(--Divider-text-fontSize);
|
|
26488
|
+
font-weight: var(--Divider-text-fontWeight);
|
|
26489
|
+
line-height: 1;
|
|
26490
|
+
color: var(--Divider-text-color);
|
|
26491
|
+
box-sizing: border-box;
|
|
26492
|
+
}
|
|
26431
26493
|
/* 移动端样式调整 */
|
|
26432
26494
|
@media (max-width: 767px) {
|
|
26433
26495
|
.cxd-Divider {
|
|
@@ -29650,10 +29712,7 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29650
29712
|
overflow: auto;
|
|
29651
29713
|
}
|
|
29652
29714
|
.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;
|
|
29715
|
+
padding: calc((var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem) / 2) 0.75rem;
|
|
29657
29716
|
}
|
|
29658
29717
|
.cxd-TextControl-sugItem svg {
|
|
29659
29718
|
width: 1rem;
|
|
@@ -29699,9 +29758,7 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29699
29758
|
}
|
|
29700
29759
|
.cxd-TextControl-input--multiple .cxd-TextControl-value {
|
|
29701
29760
|
white-space: nowrap;
|
|
29702
|
-
line-height: calc(
|
|
29703
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
29704
|
-
);
|
|
29761
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
29705
29762
|
font-size: var(--Form-selectValue-fontSize);
|
|
29706
29763
|
background: var(--Form-select-multiple-bgColor);
|
|
29707
29764
|
border-radius: 0.125rem;
|
|
@@ -29899,6 +29956,7 @@ input.cxd-TextControl-input-password {
|
|
|
29899
29956
|
}
|
|
29900
29957
|
.cxd-TextareaControl > textarea.cxd-TextareaControl-input--counter {
|
|
29901
29958
|
padding-bottom: 23px;
|
|
29959
|
+
display: block !important;
|
|
29902
29960
|
}
|
|
29903
29961
|
.cxd-TextareaControl > textarea {
|
|
29904
29962
|
border: 1px solid var(--Form-input-borderColor);
|
|
@@ -30515,6 +30573,13 @@ input.cxd-TextControl-input-password {
|
|
|
30515
30573
|
height: 0.875rem;
|
|
30516
30574
|
margin-right: var(--Checkbox-gap);
|
|
30517
30575
|
}
|
|
30576
|
+
.cxd-Selection-ellipsis-line {
|
|
30577
|
+
display: inline-block;
|
|
30578
|
+
width: 100%;
|
|
30579
|
+
overflow: hidden;
|
|
30580
|
+
text-overflow: ellipsis;
|
|
30581
|
+
white-space: nowrap;
|
|
30582
|
+
}
|
|
30518
30583
|
.cxd-GroupedSelection {
|
|
30519
30584
|
max-height: 18.75rem;
|
|
30520
30585
|
height: 100%;
|
|
@@ -30569,6 +30634,7 @@ input.cxd-TextControl-input-password {
|
|
|
30569
30634
|
}
|
|
30570
30635
|
.cxd-GroupedSelection-itemLabel {
|
|
30571
30636
|
flex-grow: 1;
|
|
30637
|
+
overflow: hidden;
|
|
30572
30638
|
}
|
|
30573
30639
|
.cxd-GroupedSelection-itemLabel span {
|
|
30574
30640
|
vertical-align: middle;
|
|
@@ -31005,9 +31071,7 @@ input.cxd-TextControl-input-password {
|
|
|
31005
31071
|
background: var(--Switch-checked-onActive-bgColor);
|
|
31006
31072
|
}
|
|
31007
31073
|
.cxd-Switch.is-checked:active .slider::before {
|
|
31008
|
-
left: calc(
|
|
31009
|
-
100% - (var(--Switch-height) + 0.125rem) - 0.125rem
|
|
31010
|
-
);
|
|
31074
|
+
left: calc(100% - (var(--Switch-height) + 0.125rem) - 0.125rem);
|
|
31011
31075
|
}
|
|
31012
31076
|
.cxd-Switch.is-checked.is-disabled .slider:before {
|
|
31013
31077
|
color: var(--Switch-onDisabled-color);
|
|
@@ -31618,9 +31682,7 @@ input.cxd-TextControl-input-password {
|
|
|
31618
31682
|
-webkit-user-select: none;
|
|
31619
31683
|
-moz-user-select: none;
|
|
31620
31684
|
user-select: none;
|
|
31621
|
-
line-height: calc(
|
|
31622
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31623
|
-
);
|
|
31685
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
31624
31686
|
display: inline-block;
|
|
31625
31687
|
vertical-align: middle;
|
|
31626
31688
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -31903,9 +31965,7 @@ input.cxd-TextControl-input-password {
|
|
|
31903
31965
|
align-items: center;
|
|
31904
31966
|
overflow-x: hidden;
|
|
31905
31967
|
overflow-y: auto;
|
|
31906
|
-
max-height: calc((
|
|
31907
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)
|
|
31908
|
-
) * 5);
|
|
31968
|
+
max-height: calc((var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem + var(--gap-xs)) * 5);
|
|
31909
31969
|
}
|
|
31910
31970
|
.cxd-Select-overflow-wrapper .cxd-Select-value {
|
|
31911
31971
|
position: static;
|
|
@@ -31913,9 +31973,7 @@ input.cxd-TextControl-input-password {
|
|
|
31913
31973
|
-webkit-user-select: none;
|
|
31914
31974
|
-moz-user-select: none;
|
|
31915
31975
|
user-select: none;
|
|
31916
|
-
line-height: calc(
|
|
31917
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
31918
|
-
);
|
|
31976
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
31919
31977
|
display: inline-block;
|
|
31920
31978
|
vertical-align: middle;
|
|
31921
31979
|
font-size: var(--Form-selectValue-fontSize);
|
|
@@ -32068,6 +32126,7 @@ input.cxd-TextControl-input-password {
|
|
|
32068
32126
|
.cxd-Selections-item > label {
|
|
32069
32127
|
flex-basis: 3.125rem;
|
|
32070
32128
|
flex-grow: 1;
|
|
32129
|
+
width: 3.125rem;
|
|
32071
32130
|
}
|
|
32072
32131
|
.cxd-Selections-item > label.is-invalid {
|
|
32073
32132
|
color: var(--Form-selectValue-onInvalid-color);
|
|
@@ -34817,10 +34876,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34817
34876
|
border: var(--Form-input-borderWidth) solid var(--inputTree-border-color);
|
|
34818
34877
|
border-radius: var(--inputTree-border-radius);
|
|
34819
34878
|
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);
|
|
34879
|
+
padding: calc((var(--Tree-inputHeight) - var(--inputTree-input-lineHeight) * var(--inputTree-fontSize) - 0.125rem) / 2) var(--Form-input-paddingX);
|
|
34824
34880
|
font-size: var(--inputTree-fontSize);
|
|
34825
34881
|
}
|
|
34826
34882
|
.cxd-Tree-itemInput > input::-moz-placeholder {
|
|
@@ -35248,6 +35304,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35248
35304
|
.cxd-Combo-delBtn:hover {
|
|
35249
35305
|
color: var(--combo-multi-delBtn-hover-color);
|
|
35250
35306
|
}
|
|
35307
|
+
.cxd-Tabs--radio .is-active .cxd-Combo-tab-delBtn {
|
|
35308
|
+
color: var(--Tabs--radio-active-color);
|
|
35309
|
+
}
|
|
35310
|
+
.cxd-Tabs--radio .is-active .cxd-Combo-tab-delBtn:hover {
|
|
35311
|
+
color: var(--Tabs--radio-active-color);
|
|
35312
|
+
}
|
|
35251
35313
|
.cxd-Combo-tab-delBtn {
|
|
35252
35314
|
color: var(--combo-multi-delBtn-color);
|
|
35253
35315
|
cursor: pointer;
|
|
@@ -35255,8 +35317,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35255
35317
|
display: inline-block;
|
|
35256
35318
|
}
|
|
35257
35319
|
.cxd-Combo-tab-delBtn > svg {
|
|
35258
|
-
width: 0.
|
|
35259
|
-
height: 0.
|
|
35320
|
+
width: 0.875rem;
|
|
35321
|
+
height: 0.875rem;
|
|
35260
35322
|
}
|
|
35261
35323
|
.cxd-Combo-tab-delBtn:hover {
|
|
35262
35324
|
color: var(--combo-multi-delBtn-hover-color);
|
|
@@ -35768,9 +35830,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35768
35830
|
user-select: none;
|
|
35769
35831
|
white-space: nowrap;
|
|
35770
35832
|
vertical-align: middle;
|
|
35771
|
-
line-height: calc(
|
|
35772
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35773
|
-
);
|
|
35833
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
35774
35834
|
display: inline-block;
|
|
35775
35835
|
font-size: var(--Pick-base-value-fontSize);
|
|
35776
35836
|
color: var(--Pick-base-value-color);
|
|
@@ -35868,9 +35928,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35868
35928
|
user-select: none;
|
|
35869
35929
|
white-space: nowrap;
|
|
35870
35930
|
vertical-align: middle;
|
|
35871
|
-
line-height: calc(
|
|
35872
|
-
var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem
|
|
35873
|
-
);
|
|
35931
|
+
line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
|
|
35874
35932
|
display: inline-block;
|
|
35875
35933
|
font-size: var(--Pick-base-value-fontSize);
|
|
35876
35934
|
color: var(--Pick-base-value-color);
|
|
@@ -37310,7 +37368,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37310
37368
|
}
|
|
37311
37369
|
.cxd-IconSelectControl-icon-list-item-info-name {
|
|
37312
37370
|
margin: 0;
|
|
37313
|
-
margin-bottom: var(--IconSelect-xs-margin);
|
|
37314
37371
|
font-size: var(--IconSelect-type-font-size);
|
|
37315
37372
|
color: var(--IconSelect-icon-name-color);
|
|
37316
37373
|
}
|
|
@@ -39048,6 +39105,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39048
39105
|
.cxd-FormulaEditor-VariableList-base.is-scrollable {
|
|
39049
39106
|
overflow-x: auto;
|
|
39050
39107
|
overflow-y: auto;
|
|
39108
|
+
max-height: 100% !important;
|
|
39051
39109
|
}
|
|
39052
39110
|
.cxd-FormulaEditor-VariableList-base.is-scrollable::-webkit-scrollbar {
|
|
39053
39111
|
width: 6px;
|
|
@@ -39183,7 +39241,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39183
39241
|
min-width: 100px;
|
|
39184
39242
|
padding: 0 5px;
|
|
39185
39243
|
margin: 5px;
|
|
39186
|
-
text-align:
|
|
39244
|
+
text-align: left;
|
|
39187
39245
|
}
|
|
39188
39246
|
.cxd-FormulaEditor-VariableList-item-oper li {
|
|
39189
39247
|
line-height: 24px;
|
|
@@ -40272,8 +40330,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40272
40330
|
}
|
|
40273
40331
|
.cxd-Nav-Menu-vertical.cxd-Nav-Menu-sub {
|
|
40274
40332
|
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
40333
|
}
|
|
40278
40334
|
.cxd-Nav-Menu-item, .cxd-Nav-Menu-submenu-title {
|
|
40279
40335
|
margin: 0;
|
|
@@ -40484,6 +40540,10 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40484
40540
|
background-color: var(--Layout-light-backgroundColor);
|
|
40485
40541
|
line-height: var(--Nav-Item-height);
|
|
40486
40542
|
cursor: pointer;
|
|
40543
|
+
border-radius: 2px;
|
|
40544
|
+
max-height: 400px;
|
|
40545
|
+
overflow-y: auto;
|
|
40546
|
+
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
40547
|
}
|
|
40488
40548
|
.cxd-Nav-Menu-submenu-popup .cxd-Nav-Menu-submenu-title .cxd-Nav-Menu-item-link .cxd-Nav-Menu-submenu-arrow {
|
|
40489
40549
|
display: none;
|
package/lib/themes/cxd.js
CHANGED