amis-ui 3.4.3 → 3.5.1
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.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 +1 -1
- 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.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 +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.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.d.ts +15 -3
- package/esm/components/ImageGallery.js +76 -10
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.js +1 -1
- package/esm/components/InputBoxWithSuggestion.js +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.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 +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/Pagination.d.ts +42 -41
- package/esm/components/Pagination.js +24 -8
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.js +1 -1
- package/esm/components/PopOverContainer.js +1 -1
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.js +15 -13
- package/esm/components/ResultList.js +1 -1
- 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 +1 -1
- package/esm/components/Selection.js +1 -1
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +1 -1
- 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 +1 -1
- 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 +11 -7
- package/esm/components/TreeSelection.js +1 -1
- 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 +1 -1
- package/esm/components/formula/plugin.js +1 -1
- package/esm/components/icons.js +1 -1
- 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 +1 -1
- package/esm/components/table/ColGroup.js +1 -1
- 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.js +1 -1
- package/esm/components/virtual-list/AutoSizer.js +1 -1
- package/esm/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/esm/components/virtual-list/constants.js +1 -1
- package/esm/components/virtual-list/index.js +1 -1
- package/esm/hooks/use-set-state.js +1 -1
- package/esm/hooks/use-sub-form.js +1 -1
- package/esm/hooks/use-touch.js +1 -1
- package/esm/hooks/use-update-effect.js +1 -1
- package/esm/hooks/use-validation-resolver.js +1 -1
- package/esm/icons/alert-danger.svg.js +1 -1
- package/esm/icons/alert-info.svg.js +1 -1
- package/esm/icons/alert-success.svg.js +1 -1
- package/esm/icons/alert-warning.svg.js +1 -1
- package/esm/icons/back.svg.js +1 -1
- package/esm/icons/calendar.svg.js +1 -1
- package/esm/icons/caret.svg.js +1 -1
- package/esm/icons/check.svg.js +1 -1
- package/esm/icons/clock.svg.js +1 -1
- package/esm/icons/close-small.svg.js +1 -1
- package/esm/icons/close.svg.js +1 -1
- package/esm/icons/cloud-upload.svg.js +1 -1
- package/esm/icons/column-filter.svg.js +1 -1
- package/esm/icons/columns.svg.js +1 -1
- package/esm/icons/compress-alt.svg.js +1 -1
- package/esm/icons/copy.svg.js +1 -1
- package/esm/icons/date.svg.js +1 -1
- package/esm/icons/department.svg.js +1 -1
- package/esm/icons/desk-empty.svg.js +1 -1
- package/esm/icons/dot.svg.js +1 -1
- package/esm/icons/down-arrow-bold.svg.js +1 -1
- package/esm/icons/down.svg.js +1 -1
- package/esm/icons/download.svg.js +1 -1
- package/esm/icons/drag-bar.svg.js +1 -1
- package/esm/icons/drag.svg.js +1 -1
- package/esm/icons/edit.svg.js +1 -1
- package/esm/icons/ellipsis-v.svg.js +1 -1
- package/esm/icons/enter.svg.js +1 -1
- package/esm/icons/exchange.svg.js +1 -1
- package/esm/icons/expand-alt.svg.js +1 -1
- package/esm/icons/fail.svg.js +1 -1
- package/esm/icons/file.svg.js +1 -1
- package/esm/icons/filter.svg.js +1 -1
- package/esm/icons/folder.svg.js +1 -1
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/success.svg.js +1 -1
- package/esm/icons/transparent.svg.js +1 -1
- package/esm/icons/trash.svg.js +1 -1
- package/esm/icons/tree-down.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +1 -1
- package/esm/locale/de-DE.js +2 -1
- package/esm/locale/en-US.js +2 -1
- package/esm/locale/zh-CN.js +2 -1
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +40 -40
- package/lib/components/Alert.js +1 -1
- 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 +1 -1
- 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 +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.js +1 -1
- 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 +1 -1
- 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 +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +55 -43
- package/lib/components/ImageGallery.js +76 -10
- package/lib/components/Input.js +1 -1
- package/lib/components/InputBox.d.ts +10 -10
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +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 +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 +1 -1
- 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 +82 -81
- package/lib/components/Pagination.js +22 -6
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.js +1 -1
- package/lib/components/PopOverContainer.js +1 -1
- package/lib/components/PopUp.d.ts +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 +15 -13
- 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 +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 +1 -1
- package/lib/components/Selection.d.ts +80 -80
- package/lib/components/Selection.js +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +11 -7
- package/lib/components/TreeSelection.d.ts +80 -80
- package/lib/components/TreeSelection.js +1 -1
- 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 +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/icons.js +1 -1
- 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 +1 -1
- package/lib/components/table/ColGroup.js +1 -1
- 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 +80 -80
- package/lib/components/table/index.js +1 -1
- package/lib/components/virtual-list/AutoSizer.js +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +1 -1
- package/lib/components/virtual-list/constants.js +1 -1
- package/lib/components/virtual-list/index.js +1 -1
- package/lib/hooks/use-set-state.js +1 -1
- package/lib/hooks/use-sub-form.js +1 -1
- package/lib/hooks/use-touch.js +1 -1
- package/lib/hooks/use-update-effect.js +1 -1
- package/lib/hooks/use-validation-resolver.js +1 -1
- package/lib/icons/alert-danger.svg.js +1 -1
- package/lib/icons/alert-info.svg.js +1 -1
- package/lib/icons/alert-success.svg.js +1 -1
- package/lib/icons/alert-warning.svg.js +1 -1
- package/lib/icons/back.svg.js +1 -1
- package/lib/icons/calendar.svg.js +1 -1
- package/lib/icons/caret.svg.js +1 -1
- package/lib/icons/check.svg.js +1 -1
- package/lib/icons/clock.svg.js +1 -1
- package/lib/icons/close-small.svg.js +1 -1
- package/lib/icons/close.svg.js +1 -1
- package/lib/icons/cloud-upload.svg.js +1 -1
- package/lib/icons/column-filter.svg.js +1 -1
- package/lib/icons/columns.svg.js +1 -1
- package/lib/icons/compress-alt.svg.js +1 -1
- package/lib/icons/copy.svg.js +1 -1
- package/lib/icons/date.svg.js +1 -1
- package/lib/icons/department.svg.js +1 -1
- package/lib/icons/desk-empty.svg.js +1 -1
- package/lib/icons/dot.svg.js +1 -1
- package/lib/icons/down-arrow-bold.svg.js +1 -1
- package/lib/icons/down.svg.js +1 -1
- package/lib/icons/download.svg.js +1 -1
- package/lib/icons/drag-bar.svg.js +1 -1
- package/lib/icons/drag.svg.js +1 -1
- package/lib/icons/edit.svg.js +1 -1
- package/lib/icons/ellipsis-v.svg.js +1 -1
- package/lib/icons/enter.svg.js +1 -1
- package/lib/icons/exchange.svg.js +1 -1
- package/lib/icons/expand-alt.svg.js +1 -1
- package/lib/icons/fail.svg.js +1 -1
- package/lib/icons/file.svg.js +1 -1
- package/lib/icons/filter.svg.js +1 -1
- package/lib/icons/folder.svg.js +1 -1
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/success.svg.js +1 -1
- package/lib/icons/transparent.svg.js +1 -1
- package/lib/icons/trash.svg.js +1 -1
- package/lib/icons/tree-down.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +2 -1
- package/lib/locale/en-US.js +2 -1
- package/lib/locale/zh-CN.js +2 -1
- package/lib/scss/helper.scss.js +1 -1
- package/lib/scss/themes/ang.scss.js +1 -1
- package/lib/scss/themes/antd.scss.js +1 -1
- package/lib/scss/themes/cxd.scss.js +1 -1
- package/lib/scss/themes/dark.scss.js +1 -1
- package/lib/scss/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +78 -12
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +78 -12
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +78 -12
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +78 -12
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +78 -12
- package/package.json +4 -4
- package/scss/_properties.scss +3 -0
- package/scss/components/_cards.scss +1 -0
- package/scss/components/_image-gallery.scss +10 -0
- package/scss/components/_list.scss +1 -0
- package/scss/components/_nav.scss +26 -0
- package/scss/components/_page.scss +13 -0
- package/scss/components/_panel.scss +3 -13
- package/scss/components/_result-box.scss +8 -0
- package/scss/components/_table.scss +13 -0
- package/scss/components/form/_file.scss +3 -0
- package/scss/components/form/_list.scss +15 -0
- package/scss/components/form/_tree.scss +1 -1
- package/scss/layout/_layout.scss +2 -0
package/lib/themes/antd.css
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
/* 此处放置需要override的变量,因为部分变量已经在variables.scss中定义 */
|
|
3
3
|
:root,
|
|
4
4
|
.AMISCSSWrapper {
|
|
5
|
+
--affix-offset-top: 0px;
|
|
6
|
+
--affix-offset-bottom: 0px;
|
|
5
7
|
--white: var(--colors-neutral-text-11);
|
|
6
8
|
--primary: var(--colors-brand-5);
|
|
7
9
|
--primary-onHover: var(--colors-brand-6);
|
|
@@ -14917,6 +14919,7 @@ body {
|
|
|
14917
14919
|
}
|
|
14918
14920
|
.antd-Layout--headerFixed {
|
|
14919
14921
|
padding-top: var(--Layout-header-height);
|
|
14922
|
+
--affix-offset-top: var(--Layout-header-height);
|
|
14920
14923
|
}
|
|
14921
14924
|
.antd-Layout--headerFixed .antd-Layout-header {
|
|
14922
14925
|
position: fixed;
|
|
@@ -20262,6 +20265,25 @@ input[type=button].antd-Button--block {
|
|
|
20262
20265
|
background: var(--Nav-item-onActive-color);
|
|
20263
20266
|
height: 2px;
|
|
20264
20267
|
}
|
|
20268
|
+
.antd-Nav--searchable {
|
|
20269
|
+
display: flex;
|
|
20270
|
+
}
|
|
20271
|
+
.antd-Nav--searchable:not(.antd-Nav-horizontal) {
|
|
20272
|
+
flex-flow: column nowrap;
|
|
20273
|
+
justify-content: flex-start;
|
|
20274
|
+
align-items: flex-start;
|
|
20275
|
+
}
|
|
20276
|
+
.antd-Nav--searchable:not(.antd-Nav-horizontal) .antd-Nav-SearchBox.is-active {
|
|
20277
|
+
width: 100%;
|
|
20278
|
+
}
|
|
20279
|
+
.antd-Nav--searchable.antd-Nav-horizontal {
|
|
20280
|
+
flex-flow: column nowrap;
|
|
20281
|
+
justify-content: flex-start;
|
|
20282
|
+
align-items: flex-start;
|
|
20283
|
+
}
|
|
20284
|
+
.antd-Nav--searchable.antd-Nav-horizontal .antd-Nav-SearchBox {
|
|
20285
|
+
margin-left: 1rem;
|
|
20286
|
+
}
|
|
20265
20287
|
.antd-Page {
|
|
20266
20288
|
width: 100%;
|
|
20267
20289
|
height: 100%;
|
|
@@ -20351,6 +20373,7 @@ input[type=button].antd-Button--block {
|
|
|
20351
20373
|
}
|
|
20352
20374
|
@media (min-width: 768px) {
|
|
20353
20375
|
.antd-Page-aside {
|
|
20376
|
+
flex-shrink: 0;
|
|
20354
20377
|
width: var(--Page-aside-width);
|
|
20355
20378
|
border-right: var(--borderWidth) solid var(--borderColor);
|
|
20356
20379
|
}
|
|
@@ -20378,6 +20401,13 @@ input[type=button].antd-Button--block {
|
|
|
20378
20401
|
width: 0;
|
|
20379
20402
|
flex-grow: 1;
|
|
20380
20403
|
}
|
|
20404
|
+
.antd-Page--asideSticky > .antd-Page-aside {
|
|
20405
|
+
position: sticky;
|
|
20406
|
+
top: var(--affix-offset-top);
|
|
20407
|
+
max-height: calc(100vh - var(--affix-offset-top) - var(--affix-offset-bottom));
|
|
20408
|
+
overflow-x: hidden;
|
|
20409
|
+
overflow-y: auto;
|
|
20410
|
+
}
|
|
20381
20411
|
}
|
|
20382
20412
|
.antd-Remark {
|
|
20383
20413
|
display: inline-block;
|
|
@@ -20636,19 +20666,10 @@ input[type=button].antd-Button--block {
|
|
|
20636
20666
|
/* 子组件 */
|
|
20637
20667
|
}
|
|
20638
20668
|
.antd-Panel-fixedBottom {
|
|
20639
|
-
position:
|
|
20669
|
+
position: sticky;
|
|
20640
20670
|
background: var(--white);
|
|
20641
|
-
|
|
20642
|
-
opacity: 0;
|
|
20643
|
-
bottom: 999999px;
|
|
20644
|
-
box-shadow: var(--Panel-fixedBottom-boxShadow);
|
|
20645
|
-
border-top: var(--Panel-fixedBottom-borderTop);
|
|
20646
|
-
}
|
|
20647
|
-
.antd-Panel-fixedBottom.in {
|
|
20648
|
-
position: fixed;
|
|
20649
|
-
bottom: 0;
|
|
20671
|
+
bottom: var(--affix-offset-bottom);
|
|
20650
20672
|
z-index: 900;
|
|
20651
|
-
opacity: 1;
|
|
20652
20673
|
}
|
|
20653
20674
|
.antd-Panel--default {
|
|
20654
20675
|
border-color: var(--Panel-top-border-color) var(--Panel-right-border-color) var(--Panel-bottom-border-color) var(--Panel-left-border-color);
|
|
@@ -22942,6 +22963,7 @@ input[type=button].antd-Button--block {
|
|
|
22942
22963
|
}
|
|
22943
22964
|
.antd-Table-fixedTop {
|
|
22944
22965
|
position: sticky;
|
|
22966
|
+
top: var(--affix-offset-top);
|
|
22945
22967
|
background: var(--Table-bg);
|
|
22946
22968
|
display: block;
|
|
22947
22969
|
opacity: 1;
|
|
@@ -23613,6 +23635,10 @@ input[type=button].antd-Button--block {
|
|
|
23613
23635
|
.antd-Table-table > tbody > tr > td.antd-Table-primayCell {
|
|
23614
23636
|
white-space: nowrap;
|
|
23615
23637
|
}
|
|
23638
|
+
.antd-Table-table > thead > tr > th.antd-Table-primayCell > .antd-Spinner,
|
|
23639
|
+
.antd-Table-table > tbody > tr > td.antd-Table-primayCell > .antd-Spinner {
|
|
23640
|
+
vertical-align: middle;
|
|
23641
|
+
}
|
|
23616
23642
|
.antd-Table.is-mobile .antd-Table-table > tbody > tr:hover, .antd-Table.is-mobile .antd-Table-table > tbody > tr.is-hovered {
|
|
23617
23643
|
background: var(--Table-bg);
|
|
23618
23644
|
border-color: var(--Table-borderColor);
|
|
@@ -23795,6 +23821,13 @@ input[type=button].antd-Button--block {
|
|
|
23795
23821
|
.antd-Table-footTable > tbody > tr:not(:first-child) {
|
|
23796
23822
|
border-top: var(--Table-borderWidth) solid var(--Table-tbody-borderTopColor);
|
|
23797
23823
|
}
|
|
23824
|
+
.antd-Table-retryBtn {
|
|
23825
|
+
color: var(--Form-feedBack-color);
|
|
23826
|
+
cursor: pointer;
|
|
23827
|
+
}
|
|
23828
|
+
.antd-Table-retryBtn:hover {
|
|
23829
|
+
color: var(--Form-feedBack-color);
|
|
23830
|
+
}
|
|
23798
23831
|
.antd-Table-expandBtn, .antd-Table-expandBtn2 {
|
|
23799
23832
|
position: relative;
|
|
23800
23833
|
z-index: 1;
|
|
@@ -25509,6 +25542,7 @@ input[type=button].antd-Button--block {
|
|
|
25509
25542
|
position: sticky;
|
|
25510
25543
|
background: var(--white);
|
|
25511
25544
|
z-index: 900;
|
|
25545
|
+
top: var(--affix-offset-top);
|
|
25512
25546
|
}
|
|
25513
25547
|
.antd-List-fixedTop .antd-Cards-toolbar {
|
|
25514
25548
|
margin-bottom: 0;
|
|
@@ -25699,6 +25733,7 @@ input[type=button].antd-Button--block {
|
|
|
25699
25733
|
.antd-Cards-fixedTop {
|
|
25700
25734
|
position: sticky;
|
|
25701
25735
|
background: var(--white);
|
|
25736
|
+
top: var(--affix-offset-top);
|
|
25702
25737
|
padding: var(--gap-sm);
|
|
25703
25738
|
z-index: 900;
|
|
25704
25739
|
}
|
|
@@ -27011,13 +27046,23 @@ input[type=button].antd-Button--block {
|
|
|
27011
27046
|
-webkit-user-select: none;
|
|
27012
27047
|
-moz-user-select: none;
|
|
27013
27048
|
user-select: none;
|
|
27049
|
+
overflow: hidden;
|
|
27014
27050
|
}
|
|
27015
27051
|
.antd-ImageGallery-main > img {
|
|
27052
|
+
cursor: move;
|
|
27053
|
+
cursor: -webkit-grab;
|
|
27016
27054
|
display: block;
|
|
27017
27055
|
max-width: 100%;
|
|
27018
27056
|
max-height: 100%;
|
|
27019
27057
|
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
|
27020
27058
|
}
|
|
27059
|
+
.antd-ImageGallery-main.is-dragging > img {
|
|
27060
|
+
transition: none;
|
|
27061
|
+
-webkit-user-select: none;
|
|
27062
|
+
-moz-user-select: none;
|
|
27063
|
+
user-select: none;
|
|
27064
|
+
cursor: -webkit-grabbing;
|
|
27065
|
+
}
|
|
27021
27066
|
.antd-ImageGallery-prevBtn, .antd-ImageGallery-nextBtn {
|
|
27022
27067
|
position: absolute;
|
|
27023
27068
|
top: 50%;
|
|
@@ -27148,6 +27193,7 @@ input[type=button].antd-Button--block {
|
|
|
27148
27193
|
.antd-ImageGallery-toolbar {
|
|
27149
27194
|
background-color: var(--image-images-preview-bgColor);
|
|
27150
27195
|
border-radius: var(--image-images-preview-radius);
|
|
27196
|
+
box-shadow: 0 2px 6px 0 rgba(211, 211, 211, 0.5);
|
|
27151
27197
|
display: flex;
|
|
27152
27198
|
align-items: flex-start;
|
|
27153
27199
|
padding: var(--image-images-preview-paddingTop) var(--image-images-preview-paddingRight) var(--image-images-preview-paddingBottom) var(--image-images-preview-paddingLeft);
|
|
@@ -27974,6 +28020,13 @@ input[type=button].antd-Button--block {
|
|
|
27974
28020
|
.antd-ResultBox-value.is-invalid {
|
|
27975
28021
|
color: var(--Form-selectValue-onInvalid-color);
|
|
27976
28022
|
}
|
|
28023
|
+
.antd-ResultBox-valueLabel {
|
|
28024
|
+
max-width: var(--Form-valueLabel-maxWidth);
|
|
28025
|
+
overflow: hidden;
|
|
28026
|
+
vertical-align: top;
|
|
28027
|
+
text-overflow: ellipsis;
|
|
28028
|
+
white-space: nowrap;
|
|
28029
|
+
}
|
|
27977
28030
|
.antd-ResultBox-placeholder {
|
|
27978
28031
|
color: var(--Form-input-placeholderColor);
|
|
27979
28032
|
flex-grow: 1;
|
|
@@ -32312,6 +32365,16 @@ input.antd-TextControl-input-password {
|
|
|
32312
32365
|
.antd-ListControl-item.is-disabled .b-inherit {
|
|
32313
32366
|
border-color: var(--ListControl-item-onDisabled-borderColor);
|
|
32314
32367
|
}
|
|
32368
|
+
.antd-ListControl-item.is-custom {
|
|
32369
|
+
border: none;
|
|
32370
|
+
padding: 0;
|
|
32371
|
+
}
|
|
32372
|
+
.antd-ListControl-item.is-custom:hover, .antd-ListControl-item.is-custom.is-active {
|
|
32373
|
+
border: none;
|
|
32374
|
+
}
|
|
32375
|
+
.antd-ListControl-item.is-custom::before, .antd-ListControl-item.is-custom::after {
|
|
32376
|
+
display: none;
|
|
32377
|
+
}
|
|
32315
32378
|
.antd-LocationPicker {
|
|
32316
32379
|
position: relative;
|
|
32317
32380
|
display: inline-flex;
|
|
@@ -33989,6 +34052,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33989
34052
|
line-height: 20px;
|
|
33990
34053
|
}
|
|
33991
34054
|
.antd-FileControl-description {
|
|
34055
|
+
margin-top: var(--inputFile-base-des-margin);
|
|
34056
|
+
line-height: 20px;
|
|
33992
34057
|
color: var(--inputFile-base-des-color);
|
|
33993
34058
|
font-size: var(--inputFile-base-des-fontSize);
|
|
33994
34059
|
font-weight: var(--inputFile-base-des-fontWeight);
|
|
@@ -34181,6 +34246,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34181
34246
|
}
|
|
34182
34247
|
.antd-FileControl-sum > a {
|
|
34183
34248
|
cursor: pointer;
|
|
34249
|
+
font-size: var(--fontSizeSm);
|
|
34184
34250
|
}
|
|
34185
34251
|
.antd-ExcelControl-container {
|
|
34186
34252
|
display: flex;
|
|
@@ -34852,6 +34918,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34852
34918
|
height: var(--Tree-itemHeight);
|
|
34853
34919
|
line-height: var(--Tree-itemHeight);
|
|
34854
34920
|
padding-right: var(--Tree-icon-gap);
|
|
34921
|
+
flex-shrink: 0;
|
|
34855
34922
|
}
|
|
34856
34923
|
.antd-Tree-item-icons > a {
|
|
34857
34924
|
display: inline-block;
|
|
@@ -34975,7 +35042,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34975
35042
|
}
|
|
34976
35043
|
.antd-Tree-itemText {
|
|
34977
35044
|
cursor: pointer;
|
|
34978
|
-
flex: 1 auto;
|
|
34979
35045
|
display: inline-block;
|
|
34980
35046
|
color: var(--inputTree-base-default-color);
|
|
34981
35047
|
font-size: var(--select-tree-fontSize);
|
package/lib/themes/antd.js
CHANGED
package/lib/themes/cxd.css
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
/* 此处放置需要override的变量,因为部分变量已经在variables.scss中定义 */
|
|
3
3
|
:root,
|
|
4
4
|
.AMISCSSWrapper {
|
|
5
|
+
--affix-offset-top: 0px;
|
|
6
|
+
--affix-offset-bottom: 0px;
|
|
5
7
|
--white: var(--colors-neutral-text-11);
|
|
6
8
|
--primary: var(--colors-brand-5);
|
|
7
9
|
--primary-onHover: var(--colors-brand-6);
|
|
@@ -14906,6 +14908,7 @@ body {
|
|
|
14906
14908
|
}
|
|
14907
14909
|
.cxd-Layout--headerFixed {
|
|
14908
14910
|
padding-top: var(--Layout-header-height);
|
|
14911
|
+
--affix-offset-top: var(--Layout-header-height);
|
|
14909
14912
|
}
|
|
14910
14913
|
.cxd-Layout--headerFixed .cxd-Layout-header {
|
|
14911
14914
|
position: fixed;
|
|
@@ -20251,6 +20254,25 @@ input[type=button].cxd-Button--block {
|
|
|
20251
20254
|
background: var(--Nav-item-onActive-color);
|
|
20252
20255
|
height: 2px;
|
|
20253
20256
|
}
|
|
20257
|
+
.cxd-Nav--searchable {
|
|
20258
|
+
display: flex;
|
|
20259
|
+
}
|
|
20260
|
+
.cxd-Nav--searchable:not(.cxd-Nav-horizontal) {
|
|
20261
|
+
flex-flow: column nowrap;
|
|
20262
|
+
justify-content: flex-start;
|
|
20263
|
+
align-items: flex-start;
|
|
20264
|
+
}
|
|
20265
|
+
.cxd-Nav--searchable:not(.cxd-Nav-horizontal) .cxd-Nav-SearchBox.is-active {
|
|
20266
|
+
width: 100%;
|
|
20267
|
+
}
|
|
20268
|
+
.cxd-Nav--searchable.cxd-Nav-horizontal {
|
|
20269
|
+
flex-flow: column nowrap;
|
|
20270
|
+
justify-content: flex-start;
|
|
20271
|
+
align-items: flex-start;
|
|
20272
|
+
}
|
|
20273
|
+
.cxd-Nav--searchable.cxd-Nav-horizontal .cxd-Nav-SearchBox {
|
|
20274
|
+
margin-left: 1rem;
|
|
20275
|
+
}
|
|
20254
20276
|
.cxd-Page {
|
|
20255
20277
|
width: 100%;
|
|
20256
20278
|
height: 100%;
|
|
@@ -20340,6 +20362,7 @@ input[type=button].cxd-Button--block {
|
|
|
20340
20362
|
}
|
|
20341
20363
|
@media (min-width: 768px) {
|
|
20342
20364
|
.cxd-Page-aside {
|
|
20365
|
+
flex-shrink: 0;
|
|
20343
20366
|
width: var(--Page-aside-width);
|
|
20344
20367
|
border-right: var(--borderWidth) solid var(--borderColor);
|
|
20345
20368
|
}
|
|
@@ -20367,6 +20390,13 @@ input[type=button].cxd-Button--block {
|
|
|
20367
20390
|
width: 0;
|
|
20368
20391
|
flex-grow: 1;
|
|
20369
20392
|
}
|
|
20393
|
+
.cxd-Page--asideSticky > .cxd-Page-aside {
|
|
20394
|
+
position: sticky;
|
|
20395
|
+
top: var(--affix-offset-top);
|
|
20396
|
+
max-height: calc(100vh - var(--affix-offset-top) - var(--affix-offset-bottom));
|
|
20397
|
+
overflow-x: hidden;
|
|
20398
|
+
overflow-y: auto;
|
|
20399
|
+
}
|
|
20370
20400
|
}
|
|
20371
20401
|
.cxd-Remark {
|
|
20372
20402
|
display: inline-block;
|
|
@@ -20625,19 +20655,10 @@ input[type=button].cxd-Button--block {
|
|
|
20625
20655
|
/* 子组件 */
|
|
20626
20656
|
}
|
|
20627
20657
|
.cxd-Panel-fixedBottom {
|
|
20628
|
-
position:
|
|
20658
|
+
position: sticky;
|
|
20629
20659
|
background: var(--white);
|
|
20630
|
-
|
|
20631
|
-
opacity: 0;
|
|
20632
|
-
bottom: 999999px;
|
|
20633
|
-
box-shadow: var(--Panel-fixedBottom-boxShadow);
|
|
20634
|
-
border-top: var(--Panel-fixedBottom-borderTop);
|
|
20635
|
-
}
|
|
20636
|
-
.cxd-Panel-fixedBottom.in {
|
|
20637
|
-
position: fixed;
|
|
20638
|
-
bottom: 0;
|
|
20660
|
+
bottom: var(--affix-offset-bottom);
|
|
20639
20661
|
z-index: 900;
|
|
20640
|
-
opacity: 1;
|
|
20641
20662
|
}
|
|
20642
20663
|
.cxd-Panel--default {
|
|
20643
20664
|
border-color: var(--Panel-top-border-color) var(--Panel-right-border-color) var(--Panel-bottom-border-color) var(--Panel-left-border-color);
|
|
@@ -22931,6 +22952,7 @@ input[type=button].cxd-Button--block {
|
|
|
22931
22952
|
}
|
|
22932
22953
|
.cxd-Table-fixedTop {
|
|
22933
22954
|
position: sticky;
|
|
22955
|
+
top: var(--affix-offset-top);
|
|
22934
22956
|
background: var(--Table-bg);
|
|
22935
22957
|
display: block;
|
|
22936
22958
|
opacity: 1;
|
|
@@ -23602,6 +23624,10 @@ input[type=button].cxd-Button--block {
|
|
|
23602
23624
|
.cxd-Table-table > tbody > tr > td.cxd-Table-primayCell {
|
|
23603
23625
|
white-space: nowrap;
|
|
23604
23626
|
}
|
|
23627
|
+
.cxd-Table-table > thead > tr > th.cxd-Table-primayCell > .cxd-Spinner,
|
|
23628
|
+
.cxd-Table-table > tbody > tr > td.cxd-Table-primayCell > .cxd-Spinner {
|
|
23629
|
+
vertical-align: middle;
|
|
23630
|
+
}
|
|
23605
23631
|
.cxd-Table.is-mobile .cxd-Table-table > tbody > tr:hover, .cxd-Table.is-mobile .cxd-Table-table > tbody > tr.is-hovered {
|
|
23606
23632
|
background: var(--Table-bg);
|
|
23607
23633
|
border-color: var(--Table-borderColor);
|
|
@@ -23784,6 +23810,13 @@ input[type=button].cxd-Button--block {
|
|
|
23784
23810
|
.cxd-Table-footTable > tbody > tr:not(:first-child) {
|
|
23785
23811
|
border-top: var(--Table-borderWidth) solid var(--Table-tbody-borderTopColor);
|
|
23786
23812
|
}
|
|
23813
|
+
.cxd-Table-retryBtn {
|
|
23814
|
+
color: var(--Form-feedBack-color);
|
|
23815
|
+
cursor: pointer;
|
|
23816
|
+
}
|
|
23817
|
+
.cxd-Table-retryBtn:hover {
|
|
23818
|
+
color: var(--Form-feedBack-color);
|
|
23819
|
+
}
|
|
23787
23820
|
.cxd-Table-expandBtn, .cxd-Table-expandBtn2 {
|
|
23788
23821
|
position: relative;
|
|
23789
23822
|
z-index: 1;
|
|
@@ -25498,6 +25531,7 @@ input[type=button].cxd-Button--block {
|
|
|
25498
25531
|
position: sticky;
|
|
25499
25532
|
background: var(--white);
|
|
25500
25533
|
z-index: 900;
|
|
25534
|
+
top: var(--affix-offset-top);
|
|
25501
25535
|
}
|
|
25502
25536
|
.cxd-List-fixedTop .cxd-Cards-toolbar {
|
|
25503
25537
|
margin-bottom: 0;
|
|
@@ -25688,6 +25722,7 @@ input[type=button].cxd-Button--block {
|
|
|
25688
25722
|
.cxd-Cards-fixedTop {
|
|
25689
25723
|
position: sticky;
|
|
25690
25724
|
background: var(--white);
|
|
25725
|
+
top: var(--affix-offset-top);
|
|
25691
25726
|
padding: var(--gap-sm);
|
|
25692
25727
|
z-index: 900;
|
|
25693
25728
|
}
|
|
@@ -27000,13 +27035,23 @@ input[type=button].cxd-Button--block {
|
|
|
27000
27035
|
-webkit-user-select: none;
|
|
27001
27036
|
-moz-user-select: none;
|
|
27002
27037
|
user-select: none;
|
|
27038
|
+
overflow: hidden;
|
|
27003
27039
|
}
|
|
27004
27040
|
.cxd-ImageGallery-main > img {
|
|
27041
|
+
cursor: move;
|
|
27042
|
+
cursor: -webkit-grab;
|
|
27005
27043
|
display: block;
|
|
27006
27044
|
max-width: 100%;
|
|
27007
27045
|
max-height: 100%;
|
|
27008
27046
|
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
|
27009
27047
|
}
|
|
27048
|
+
.cxd-ImageGallery-main.is-dragging > img {
|
|
27049
|
+
transition: none;
|
|
27050
|
+
-webkit-user-select: none;
|
|
27051
|
+
-moz-user-select: none;
|
|
27052
|
+
user-select: none;
|
|
27053
|
+
cursor: -webkit-grabbing;
|
|
27054
|
+
}
|
|
27010
27055
|
.cxd-ImageGallery-prevBtn, .cxd-ImageGallery-nextBtn {
|
|
27011
27056
|
position: absolute;
|
|
27012
27057
|
top: 50%;
|
|
@@ -27137,6 +27182,7 @@ input[type=button].cxd-Button--block {
|
|
|
27137
27182
|
.cxd-ImageGallery-toolbar {
|
|
27138
27183
|
background-color: var(--image-images-preview-bgColor);
|
|
27139
27184
|
border-radius: var(--image-images-preview-radius);
|
|
27185
|
+
box-shadow: 0 2px 6px 0 rgba(211, 211, 211, 0.5);
|
|
27140
27186
|
display: flex;
|
|
27141
27187
|
align-items: flex-start;
|
|
27142
27188
|
padding: var(--image-images-preview-paddingTop) var(--image-images-preview-paddingRight) var(--image-images-preview-paddingBottom) var(--image-images-preview-paddingLeft);
|
|
@@ -27963,6 +28009,13 @@ input[type=button].cxd-Button--block {
|
|
|
27963
28009
|
.cxd-ResultBox-value.is-invalid {
|
|
27964
28010
|
color: var(--Form-selectValue-onInvalid-color);
|
|
27965
28011
|
}
|
|
28012
|
+
.cxd-ResultBox-valueLabel {
|
|
28013
|
+
max-width: var(--Form-valueLabel-maxWidth);
|
|
28014
|
+
overflow: hidden;
|
|
28015
|
+
vertical-align: top;
|
|
28016
|
+
text-overflow: ellipsis;
|
|
28017
|
+
white-space: nowrap;
|
|
28018
|
+
}
|
|
27966
28019
|
.cxd-ResultBox-placeholder {
|
|
27967
28020
|
color: var(--Form-input-placeholderColor);
|
|
27968
28021
|
flex-grow: 1;
|
|
@@ -32301,6 +32354,16 @@ input.cxd-TextControl-input-password {
|
|
|
32301
32354
|
.cxd-ListControl-item.is-disabled .b-inherit {
|
|
32302
32355
|
border-color: var(--ListControl-item-onDisabled-borderColor);
|
|
32303
32356
|
}
|
|
32357
|
+
.cxd-ListControl-item.is-custom {
|
|
32358
|
+
border: none;
|
|
32359
|
+
padding: 0;
|
|
32360
|
+
}
|
|
32361
|
+
.cxd-ListControl-item.is-custom:hover, .cxd-ListControl-item.is-custom.is-active {
|
|
32362
|
+
border: none;
|
|
32363
|
+
}
|
|
32364
|
+
.cxd-ListControl-item.is-custom::before, .cxd-ListControl-item.is-custom::after {
|
|
32365
|
+
display: none;
|
|
32366
|
+
}
|
|
32304
32367
|
.cxd-LocationPicker {
|
|
32305
32368
|
position: relative;
|
|
32306
32369
|
display: inline-flex;
|
|
@@ -33978,6 +34041,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33978
34041
|
line-height: 20px;
|
|
33979
34042
|
}
|
|
33980
34043
|
.cxd-FileControl-description {
|
|
34044
|
+
margin-top: var(--inputFile-base-des-margin);
|
|
34045
|
+
line-height: 20px;
|
|
33981
34046
|
color: var(--inputFile-base-des-color);
|
|
33982
34047
|
font-size: var(--inputFile-base-des-fontSize);
|
|
33983
34048
|
font-weight: var(--inputFile-base-des-fontWeight);
|
|
@@ -34170,6 +34235,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34170
34235
|
}
|
|
34171
34236
|
.cxd-FileControl-sum > a {
|
|
34172
34237
|
cursor: pointer;
|
|
34238
|
+
font-size: var(--fontSizeSm);
|
|
34173
34239
|
}
|
|
34174
34240
|
.cxd-ExcelControl-container {
|
|
34175
34241
|
display: flex;
|
|
@@ -34841,6 +34907,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34841
34907
|
height: var(--Tree-itemHeight);
|
|
34842
34908
|
line-height: var(--Tree-itemHeight);
|
|
34843
34909
|
padding-right: var(--Tree-icon-gap);
|
|
34910
|
+
flex-shrink: 0;
|
|
34844
34911
|
}
|
|
34845
34912
|
.cxd-Tree-item-icons > a {
|
|
34846
34913
|
display: inline-block;
|
|
@@ -34964,7 +35031,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34964
35031
|
}
|
|
34965
35032
|
.cxd-Tree-itemText {
|
|
34966
35033
|
cursor: pointer;
|
|
34967
|
-
flex: 1 auto;
|
|
34968
35034
|
display: inline-block;
|
|
34969
35035
|
color: var(--inputTree-base-default-color);
|
|
34970
35036
|
font-size: var(--select-tree-fontSize);
|
package/lib/themes/cxd.js
CHANGED
package/lib/themes/dark.css
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
/* 此处放置需要override的变量,因为部分变量已经在variables.scss中定义 */
|
|
3
3
|
:root,
|
|
4
4
|
.AMISCSSWrapper {
|
|
5
|
+
--affix-offset-top: 0px;
|
|
6
|
+
--affix-offset-bottom: 0px;
|
|
5
7
|
--white: var(--colors-neutral-text-11);
|
|
6
8
|
--primary: var(--colors-brand-5);
|
|
7
9
|
--primary-onHover: var(--colors-brand-6);
|
|
@@ -14911,6 +14913,7 @@ body {
|
|
|
14911
14913
|
}
|
|
14912
14914
|
.dark-Layout--headerFixed {
|
|
14913
14915
|
padding-top: var(--Layout-header-height);
|
|
14916
|
+
--affix-offset-top: var(--Layout-header-height);
|
|
14914
14917
|
}
|
|
14915
14918
|
.dark-Layout--headerFixed .dark-Layout-header {
|
|
14916
14919
|
position: fixed;
|
|
@@ -20256,6 +20259,25 @@ input[type=button].dark-Button--block {
|
|
|
20256
20259
|
background: var(--Nav-item-onActive-color);
|
|
20257
20260
|
height: 2px;
|
|
20258
20261
|
}
|
|
20262
|
+
.dark-Nav--searchable {
|
|
20263
|
+
display: flex;
|
|
20264
|
+
}
|
|
20265
|
+
.dark-Nav--searchable:not(.dark-Nav-horizontal) {
|
|
20266
|
+
flex-flow: column nowrap;
|
|
20267
|
+
justify-content: flex-start;
|
|
20268
|
+
align-items: flex-start;
|
|
20269
|
+
}
|
|
20270
|
+
.dark-Nav--searchable:not(.dark-Nav-horizontal) .dark-Nav-SearchBox.is-active {
|
|
20271
|
+
width: 100%;
|
|
20272
|
+
}
|
|
20273
|
+
.dark-Nav--searchable.dark-Nav-horizontal {
|
|
20274
|
+
flex-flow: column nowrap;
|
|
20275
|
+
justify-content: flex-start;
|
|
20276
|
+
align-items: flex-start;
|
|
20277
|
+
}
|
|
20278
|
+
.dark-Nav--searchable.dark-Nav-horizontal .dark-Nav-SearchBox {
|
|
20279
|
+
margin-left: 1rem;
|
|
20280
|
+
}
|
|
20259
20281
|
.dark-Page {
|
|
20260
20282
|
width: 100%;
|
|
20261
20283
|
height: 100%;
|
|
@@ -20345,6 +20367,7 @@ input[type=button].dark-Button--block {
|
|
|
20345
20367
|
}
|
|
20346
20368
|
@media (min-width: 768px) {
|
|
20347
20369
|
.dark-Page-aside {
|
|
20370
|
+
flex-shrink: 0;
|
|
20348
20371
|
width: var(--Page-aside-width);
|
|
20349
20372
|
border-right: var(--borderWidth) solid var(--borderColor);
|
|
20350
20373
|
}
|
|
@@ -20372,6 +20395,13 @@ input[type=button].dark-Button--block {
|
|
|
20372
20395
|
width: 0;
|
|
20373
20396
|
flex-grow: 1;
|
|
20374
20397
|
}
|
|
20398
|
+
.dark-Page--asideSticky > .dark-Page-aside {
|
|
20399
|
+
position: sticky;
|
|
20400
|
+
top: var(--affix-offset-top);
|
|
20401
|
+
max-height: calc(100vh - var(--affix-offset-top) - var(--affix-offset-bottom));
|
|
20402
|
+
overflow-x: hidden;
|
|
20403
|
+
overflow-y: auto;
|
|
20404
|
+
}
|
|
20375
20405
|
}
|
|
20376
20406
|
.dark-Remark {
|
|
20377
20407
|
display: inline-block;
|
|
@@ -20630,19 +20660,10 @@ input[type=button].dark-Button--block {
|
|
|
20630
20660
|
/* 子组件 */
|
|
20631
20661
|
}
|
|
20632
20662
|
.dark-Panel-fixedBottom {
|
|
20633
|
-
position:
|
|
20663
|
+
position: sticky;
|
|
20634
20664
|
background: var(--white);
|
|
20635
|
-
|
|
20636
|
-
opacity: 0;
|
|
20637
|
-
bottom: 999999px;
|
|
20638
|
-
box-shadow: var(--Panel-fixedBottom-boxShadow);
|
|
20639
|
-
border-top: var(--Panel-fixedBottom-borderTop);
|
|
20640
|
-
}
|
|
20641
|
-
.dark-Panel-fixedBottom.in {
|
|
20642
|
-
position: fixed;
|
|
20643
|
-
bottom: 0;
|
|
20665
|
+
bottom: var(--affix-offset-bottom);
|
|
20644
20666
|
z-index: 900;
|
|
20645
|
-
opacity: 1;
|
|
20646
20667
|
}
|
|
20647
20668
|
.dark-Panel--default {
|
|
20648
20669
|
border-color: var(--Panel-top-border-color) var(--Panel-right-border-color) var(--Panel-bottom-border-color) var(--Panel-left-border-color);
|
|
@@ -22936,6 +22957,7 @@ input[type=button].dark-Button--block {
|
|
|
22936
22957
|
}
|
|
22937
22958
|
.dark-Table-fixedTop {
|
|
22938
22959
|
position: sticky;
|
|
22960
|
+
top: var(--affix-offset-top);
|
|
22939
22961
|
background: var(--Table-bg);
|
|
22940
22962
|
display: block;
|
|
22941
22963
|
opacity: 1;
|
|
@@ -23607,6 +23629,10 @@ input[type=button].dark-Button--block {
|
|
|
23607
23629
|
.dark-Table-table > tbody > tr > td.dark-Table-primayCell {
|
|
23608
23630
|
white-space: nowrap;
|
|
23609
23631
|
}
|
|
23632
|
+
.dark-Table-table > thead > tr > th.dark-Table-primayCell > .dark-Spinner,
|
|
23633
|
+
.dark-Table-table > tbody > tr > td.dark-Table-primayCell > .dark-Spinner {
|
|
23634
|
+
vertical-align: middle;
|
|
23635
|
+
}
|
|
23610
23636
|
.dark-Table.is-mobile .dark-Table-table > tbody > tr:hover, .dark-Table.is-mobile .dark-Table-table > tbody > tr.is-hovered {
|
|
23611
23637
|
background: var(--Table-bg);
|
|
23612
23638
|
border-color: var(--Table-borderColor);
|
|
@@ -23789,6 +23815,13 @@ input[type=button].dark-Button--block {
|
|
|
23789
23815
|
.dark-Table-footTable > tbody > tr:not(:first-child) {
|
|
23790
23816
|
border-top: var(--Table-borderWidth) solid var(--Table-tbody-borderTopColor);
|
|
23791
23817
|
}
|
|
23818
|
+
.dark-Table-retryBtn {
|
|
23819
|
+
color: var(--Form-feedBack-color);
|
|
23820
|
+
cursor: pointer;
|
|
23821
|
+
}
|
|
23822
|
+
.dark-Table-retryBtn:hover {
|
|
23823
|
+
color: var(--Form-feedBack-color);
|
|
23824
|
+
}
|
|
23792
23825
|
.dark-Table-expandBtn, .dark-Table-expandBtn2 {
|
|
23793
23826
|
position: relative;
|
|
23794
23827
|
z-index: 1;
|
|
@@ -25503,6 +25536,7 @@ input[type=button].dark-Button--block {
|
|
|
25503
25536
|
position: sticky;
|
|
25504
25537
|
background: var(--white);
|
|
25505
25538
|
z-index: 900;
|
|
25539
|
+
top: var(--affix-offset-top);
|
|
25506
25540
|
}
|
|
25507
25541
|
.dark-List-fixedTop .dark-Cards-toolbar {
|
|
25508
25542
|
margin-bottom: 0;
|
|
@@ -25693,6 +25727,7 @@ input[type=button].dark-Button--block {
|
|
|
25693
25727
|
.dark-Cards-fixedTop {
|
|
25694
25728
|
position: sticky;
|
|
25695
25729
|
background: var(--white);
|
|
25730
|
+
top: var(--affix-offset-top);
|
|
25696
25731
|
padding: var(--gap-sm);
|
|
25697
25732
|
z-index: 900;
|
|
25698
25733
|
}
|
|
@@ -27005,13 +27040,23 @@ input[type=button].dark-Button--block {
|
|
|
27005
27040
|
-webkit-user-select: none;
|
|
27006
27041
|
-moz-user-select: none;
|
|
27007
27042
|
user-select: none;
|
|
27043
|
+
overflow: hidden;
|
|
27008
27044
|
}
|
|
27009
27045
|
.dark-ImageGallery-main > img {
|
|
27046
|
+
cursor: move;
|
|
27047
|
+
cursor: -webkit-grab;
|
|
27010
27048
|
display: block;
|
|
27011
27049
|
max-width: 100%;
|
|
27012
27050
|
max-height: 100%;
|
|
27013
27051
|
transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
|
|
27014
27052
|
}
|
|
27053
|
+
.dark-ImageGallery-main.is-dragging > img {
|
|
27054
|
+
transition: none;
|
|
27055
|
+
-webkit-user-select: none;
|
|
27056
|
+
-moz-user-select: none;
|
|
27057
|
+
user-select: none;
|
|
27058
|
+
cursor: -webkit-grabbing;
|
|
27059
|
+
}
|
|
27015
27060
|
.dark-ImageGallery-prevBtn, .dark-ImageGallery-nextBtn {
|
|
27016
27061
|
position: absolute;
|
|
27017
27062
|
top: 50%;
|
|
@@ -27142,6 +27187,7 @@ input[type=button].dark-Button--block {
|
|
|
27142
27187
|
.dark-ImageGallery-toolbar {
|
|
27143
27188
|
background-color: var(--image-images-preview-bgColor);
|
|
27144
27189
|
border-radius: var(--image-images-preview-radius);
|
|
27190
|
+
box-shadow: 0 2px 6px 0 rgba(211, 211, 211, 0.5);
|
|
27145
27191
|
display: flex;
|
|
27146
27192
|
align-items: flex-start;
|
|
27147
27193
|
padding: var(--image-images-preview-paddingTop) var(--image-images-preview-paddingRight) var(--image-images-preview-paddingBottom) var(--image-images-preview-paddingLeft);
|
|
@@ -27968,6 +28014,13 @@ input[type=button].dark-Button--block {
|
|
|
27968
28014
|
.dark-ResultBox-value.is-invalid {
|
|
27969
28015
|
color: var(--Form-selectValue-onInvalid-color);
|
|
27970
28016
|
}
|
|
28017
|
+
.dark-ResultBox-valueLabel {
|
|
28018
|
+
max-width: var(--Form-valueLabel-maxWidth);
|
|
28019
|
+
overflow: hidden;
|
|
28020
|
+
vertical-align: top;
|
|
28021
|
+
text-overflow: ellipsis;
|
|
28022
|
+
white-space: nowrap;
|
|
28023
|
+
}
|
|
27971
28024
|
.dark-ResultBox-placeholder {
|
|
27972
28025
|
color: var(--Form-input-placeholderColor);
|
|
27973
28026
|
flex-grow: 1;
|
|
@@ -32306,6 +32359,16 @@ input.dark-TextControl-input-password {
|
|
|
32306
32359
|
.dark-ListControl-item.is-disabled .b-inherit {
|
|
32307
32360
|
border-color: var(--ListControl-item-onDisabled-borderColor);
|
|
32308
32361
|
}
|
|
32362
|
+
.dark-ListControl-item.is-custom {
|
|
32363
|
+
border: none;
|
|
32364
|
+
padding: 0;
|
|
32365
|
+
}
|
|
32366
|
+
.dark-ListControl-item.is-custom:hover, .dark-ListControl-item.is-custom.is-active {
|
|
32367
|
+
border: none;
|
|
32368
|
+
}
|
|
32369
|
+
.dark-ListControl-item.is-custom::before, .dark-ListControl-item.is-custom::after {
|
|
32370
|
+
display: none;
|
|
32371
|
+
}
|
|
32309
32372
|
.dark-LocationPicker {
|
|
32310
32373
|
position: relative;
|
|
32311
32374
|
display: inline-flex;
|
|
@@ -33983,6 +34046,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33983
34046
|
line-height: 20px;
|
|
33984
34047
|
}
|
|
33985
34048
|
.dark-FileControl-description {
|
|
34049
|
+
margin-top: var(--inputFile-base-des-margin);
|
|
34050
|
+
line-height: 20px;
|
|
33986
34051
|
color: var(--inputFile-base-des-color);
|
|
33987
34052
|
font-size: var(--inputFile-base-des-fontSize);
|
|
33988
34053
|
font-weight: var(--inputFile-base-des-fontWeight);
|
|
@@ -34175,6 +34240,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34175
34240
|
}
|
|
34176
34241
|
.dark-FileControl-sum > a {
|
|
34177
34242
|
cursor: pointer;
|
|
34243
|
+
font-size: var(--fontSizeSm);
|
|
34178
34244
|
}
|
|
34179
34245
|
.dark-ExcelControl-container {
|
|
34180
34246
|
display: flex;
|
|
@@ -34846,6 +34912,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34846
34912
|
height: var(--Tree-itemHeight);
|
|
34847
34913
|
line-height: var(--Tree-itemHeight);
|
|
34848
34914
|
padding-right: var(--Tree-icon-gap);
|
|
34915
|
+
flex-shrink: 0;
|
|
34849
34916
|
}
|
|
34850
34917
|
.dark-Tree-item-icons > a {
|
|
34851
34918
|
display: inline-block;
|
|
@@ -34969,7 +35036,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34969
35036
|
}
|
|
34970
35037
|
.dark-Tree-itemText {
|
|
34971
35038
|
cursor: pointer;
|
|
34972
|
-
flex: 1 auto;
|
|
34973
35039
|
display: inline-block;
|
|
34974
35040
|
color: var(--inputTree-base-default-color);
|
|
34975
35041
|
font-size: var(--select-tree-fontSize);
|
package/lib/themes/dark.js
CHANGED