amis-ui 6.12.0-beta.1 → 6.12.0-beta.10
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/AlphabetIndexer.d.ts +11 -0
- package/esm/components/AlphabetIndexer.js +48 -0
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/AnchorNavSection.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/AutoSizer.js +1 -1
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +12 -2
- 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/ConditionBuilder.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/DiffEditor.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/DropdownContextMenus.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/FormulaPicker.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GridNavItem.js +1 -1
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/HeadCellDropDown.js +1 -1
- package/esm/components/HorizontalScroll.d.ts +75 -0
- package/esm/components/HorizontalScroll.js +271 -0
- package/esm/components/Html.js +1 -1
- package/esm/components/Icon.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 +1 -1
- package/esm/components/InputJSONSchema.js +1 -1
- package/esm/components/InputTable.js +1 -1
- package/esm/components/JSONSchemaEditor.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/Menu.js +1 -1
- package/esm/components/MobileDevTool.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/OverflowTpl.js +1 -1
- package/esm/components/Pagination.js +1 -1
- package/esm/components/PdfViewer.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.d.ts +12 -0
- package/esm/components/PullRefresh.js +23 -13
- 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.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/Shape.js +1 -1
- package/esm/components/Signature.d.ts +2 -3
- package/esm/components/Signature.js +29 -30
- package/esm/components/Slider.js +1 -1
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.d.ts +7 -0
- package/esm/components/Steps.js +6 -6
- package/esm/components/Switch.js +1 -1
- package/esm/components/Tab.js +1 -1
- package/esm/components/Table.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.d.ts +47 -46
- package/esm/components/Tree.js +52 -12
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.js +1 -1
- package/esm/components/VerificationCode.js +1 -1
- package/esm/components/VirtualList.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/CodeEditor.js +1 -1
- package/esm/components/formula/Editor.js +13 -9
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.js +1 -1
- package/esm/components/formula/Picker.js +14 -10
- 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/index.d.ts +4 -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/PanelMenu.js +4 -2
- package/esm/components/menu/SubMenu.d.ts +1 -1
- package/esm/components/menu/SubMenu.js +16 -5
- package/esm/components/menu/index.js +3 -3
- 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/Head.js +3 -3
- 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/Row.js +1 -1
- package/esm/components/table/SummaryRow.js +1 -1
- package/esm/components/table/index.js +15 -6
- package/esm/components/table/util.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/components/withBadge.js +1 -1
- package/esm/hooks/use-click-away.js +1 -1
- package/esm/hooks/use-on-screen.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/arrow-double-left.svg.js +1 -1
- package/esm/icons/arrow-double-right.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/fullscreen.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/rotate-screen.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/sub-plus.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-normal.svg.js +1 -1
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/unfullscreen.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 +3 -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/esm/utils/vectorComputed.js +1 -1
- package/esm/withRemoteConfig.js +1 -1
- package/esm/withStore.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +120 -120
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.d.ts +20 -20
- package/lib/components/Alert2.js +1 -1
- package/lib/components/AlphabetIndexer.d.ts +11 -0
- package/lib/components/AlphabetIndexer.js +59 -0
- package/lib/components/AnchorNav.d.ts +10 -10
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/AnchorNavSection.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/AutoSizer.js +1 -1
- package/lib/components/Avatar.d.ts +120 -120
- 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 +12 -2
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.d.ts +20 -20
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +100 -100
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +80 -80
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +80 -80
- package/lib/components/ChainedSelection.js +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 +40 -40
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +120 -120
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConditionBuilder.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 +120 -120
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.d.ts +320 -320
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DiffEditor.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/DropdownContextMenus.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/FormulaPicker.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GridNavItem.js +1 -1
- package/lib/components/GroupedSelection.d.ts +80 -80
- package/lib/components/GroupedSelection.js +1 -1
- package/lib/components/HeadCellDropDown.js +1 -1
- package/lib/components/HorizontalScroll.d.ts +75 -0
- package/lib/components/HorizontalScroll.js +283 -0
- package/lib/components/Html.js +1 -1
- package/lib/components/Icon.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 +20 -20
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBoxWithSuggestion.js +1 -1
- package/lib/components/InputJSONSchema.js +1 -1
- package/lib/components/InputTable.js +1 -1
- package/lib/components/JSONSchemaEditor.js +1 -1
- 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 +80 -80
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Menu.js +1 -1
- package/lib/components/MobileDevTool.js +1 -1
- package/lib/components/Modal.d.ts +120 -120
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +200 -200
- 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/OverflowTpl.js +1 -1
- package/lib/components/Pagination.d.ts +80 -80
- package/lib/components/Pagination.js +1 -1
- package/lib/components/PdfViewer.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 +80 -80
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +90 -90
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.d.ts +12 -0
- package/lib/components/PullRefresh.js +23 -13
- package/lib/components/Radios.d.ts +20 -20
- package/lib/components/Radios.js +1 -1
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +30 -30
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +120 -120
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.d.ts +40 -40
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.d.ts +80 -80
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +120 -120
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +1684 -1683
- 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/Shape.js +1 -1
- package/lib/components/Signature.d.ts +2 -3
- package/lib/components/Signature.js +31 -30
- package/lib/components/Slider.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.d.ts +7 -0
- package/lib/components/Steps.js +6 -6
- package/lib/components/Switch.d.ts +10 -10
- package/lib/components/Switch.js +1 -1
- package/lib/components/Tab.js +1 -1
- package/lib/components/Table.js +1 -1
- package/lib/components/TableSelection.d.ts +80 -80
- package/lib/components/TableSelection.js +1 -1
- package/lib/components/Tabs.d.ts +120 -120
- 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 +70 -70
- 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.d.ts +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +1 -1
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +120 -120
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +40 -40
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +187 -187
- 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 +287 -286
- package/lib/components/Tree.js +51 -11
- package/lib/components/TreeSelection.d.ts +120 -120
- 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/VerificationCode.js +1 -1
- package/lib/components/VirtualList.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +1 -0
- 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.d.ts +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/CodeEditor.js +1 -1
- package/lib/components/formula/Editor.d.ts +40 -40
- package/lib/components/formula/Editor.js +13 -9
- 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 +14 -10
- 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/index.d.ts +4 -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/PanelMenu.js +4 -2
- package/lib/components/menu/SubMenu.d.ts +1 -1
- package/lib/components/menu/SubMenu.js +16 -5
- package/lib/components/menu/index.d.ts +60 -60
- package/lib/components/menu/index.js +3 -3
- 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.js +1 -1
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.js +3 -3
- 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/Row.js +1 -1
- package/lib/components/table/SummaryRow.js +1 -1
- package/lib/components/table/index.d.ts +120 -120
- package/lib/components/table/index.js +15 -6
- package/lib/components/table/util.d.ts +4 -4
- package/lib/components/table/util.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/components/withBadge.js +1 -1
- package/lib/hooks/use-click-away.js +1 -1
- package/lib/hooks/use-on-screen.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/arrow-double-left.svg.js +1 -1
- package/lib/icons/arrow-double-right.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/fullscreen.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/rotate-screen.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/sub-plus.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-normal.svg.js +1 -1
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/unfullscreen.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 +5 -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 +206 -8
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +206 -8
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +206 -8
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +206 -8
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +206 -8
- package/lib/utils/vectorComputed.js +1 -1
- package/lib/withRemoteConfig.js +1 -1
- package/lib/withStore.js +1 -1
- package/package.json +4 -3
- package/scss/base/_animate.scss +46 -4
- package/scss/components/_cards.scss +26 -0
- package/scss/components/_horizontal-scroll.scss +51 -0
- package/scss/components/_list.scss +57 -0
- package/scss/components/_page.scss +27 -1
- package/scss/components/_signature.scss +1 -0
- package/scss/components/_steps.scss +17 -2
- package/scss/components/_table.scss +5 -1
- package/scss/components/_table2.scss +8 -0
- package/scss/themes/_common.scss +1 -0
- package/esm/utils/smoothSignature.js +0 -386
- package/lib/utils/smoothSignature.js +0 -390
package/lib/themes/cxd.css
CHANGED
|
@@ -17290,11 +17290,11 @@ samp {
|
|
|
17290
17290
|
}
|
|
17291
17291
|
.amis-hoverZoomIn-show,
|
|
17292
17292
|
.amis-hoverZoomIn:hover {
|
|
17293
|
-
transform: scale(1.
|
|
17293
|
+
transform: scale(1.05);
|
|
17294
17294
|
}
|
|
17295
17295
|
.amis-hoverZoomOut-show,
|
|
17296
17296
|
.amis-hoverZoomOut:hover {
|
|
17297
|
-
transform: scale(0.
|
|
17297
|
+
transform: scale(0.95);
|
|
17298
17298
|
}
|
|
17299
17299
|
.amis-hoverShadow-show,
|
|
17300
17300
|
.amis-hoverShadow:hover {
|
|
@@ -17306,16 +17306,43 @@ samp {
|
|
|
17306
17306
|
}
|
|
17307
17307
|
.amis-hoverUp-show,
|
|
17308
17308
|
.amis-hoverUp:hover {
|
|
17309
|
-
transform: translateY(-
|
|
17309
|
+
transform: translateY(-4px);
|
|
17310
17310
|
}
|
|
17311
17311
|
.amis-hoverDown-show,
|
|
17312
17312
|
.amis-hoverDown:hover {
|
|
17313
|
-
transform: translateY(
|
|
17313
|
+
transform: translateY(4px);
|
|
17314
|
+
}
|
|
17315
|
+
.amis-hoverLeft-show,
|
|
17316
|
+
.amis-hoverLeft:hover {
|
|
17317
|
+
transform: translateX(-4px);
|
|
17318
|
+
}
|
|
17319
|
+
.amis-hoverRight-show,
|
|
17320
|
+
.amis-hoverRight:hover {
|
|
17321
|
+
transform: translateX(4px);
|
|
17314
17322
|
}
|
|
17315
17323
|
.amis-hoverFlip-show,
|
|
17316
17324
|
.amis-hoverFlip:hover {
|
|
17317
17325
|
transform: rotateY(180deg);
|
|
17318
17326
|
}
|
|
17327
|
+
@keyframes hoverFlash {
|
|
17328
|
+
from, to {
|
|
17329
|
+
opacity: 1;
|
|
17330
|
+
}
|
|
17331
|
+
50% {
|
|
17332
|
+
opacity: 0.8;
|
|
17333
|
+
}
|
|
17334
|
+
}
|
|
17335
|
+
@keyframes hoverShake {
|
|
17336
|
+
from, to {
|
|
17337
|
+
transform: translate3d(0, 0, 0);
|
|
17338
|
+
}
|
|
17339
|
+
30% {
|
|
17340
|
+
transform: translate3d(-5px, 0, 0);
|
|
17341
|
+
}
|
|
17342
|
+
60% {
|
|
17343
|
+
transform: translate3d(5px, 0, 0);
|
|
17344
|
+
}
|
|
17345
|
+
}
|
|
17319
17346
|
html,
|
|
17320
17347
|
body {
|
|
17321
17348
|
width: 100%;
|
|
@@ -22832,6 +22859,9 @@ input[type=button].cxd-Button--block {
|
|
|
22832
22859
|
width: 100%;
|
|
22833
22860
|
height: 100%;
|
|
22834
22861
|
background: var(--Page-main-bg);
|
|
22862
|
+
display: flex;
|
|
22863
|
+
flex-direction: row;
|
|
22864
|
+
align-items: stretch;
|
|
22835
22865
|
}
|
|
22836
22866
|
.cxd-Page-header {
|
|
22837
22867
|
padding: var(--Page-header-paddingY) var(--Page-header-paddingX);
|
|
@@ -22844,7 +22874,7 @@ input[type=button].cxd-Button--block {
|
|
|
22844
22874
|
.cxd-Page-content {
|
|
22845
22875
|
padding: var(--Page-content-paddingY) var(--Page-content-paddingX);
|
|
22846
22876
|
position: relative;
|
|
22847
|
-
height:
|
|
22877
|
+
height: auto;
|
|
22848
22878
|
width: 100%;
|
|
22849
22879
|
}
|
|
22850
22880
|
.cxd-Page-main > .cxd-Page-header {
|
|
@@ -22915,6 +22945,25 @@ input[type=button].cxd-Button--block {
|
|
|
22915
22945
|
.cxd-Page-toolbar > * + * {
|
|
22916
22946
|
margin-left: var(--gap-xs);
|
|
22917
22947
|
}
|
|
22948
|
+
@media (max-width: 767px) {
|
|
22949
|
+
.cxd-Page {
|
|
22950
|
+
flex-direction: column;
|
|
22951
|
+
}
|
|
22952
|
+
.cxd-Page-aside {
|
|
22953
|
+
flex-shrink: 0;
|
|
22954
|
+
}
|
|
22955
|
+
.cxd-Page-content {
|
|
22956
|
+
flex-grow: 1;
|
|
22957
|
+
min-height: 0;
|
|
22958
|
+
display: flex;
|
|
22959
|
+
align-items: stretch;
|
|
22960
|
+
flex-direction: row;
|
|
22961
|
+
}
|
|
22962
|
+
.cxd-Page-main {
|
|
22963
|
+
height: auto;
|
|
22964
|
+
width: 100%;
|
|
22965
|
+
}
|
|
22966
|
+
}
|
|
22918
22967
|
@media (min-width: 768px) {
|
|
22919
22968
|
.cxd-Page-aside {
|
|
22920
22969
|
flex-shrink: 0;
|
|
@@ -26770,7 +26819,10 @@ input[type=button].cxd-Button--block {
|
|
|
26770
26819
|
border-top: none;
|
|
26771
26820
|
}
|
|
26772
26821
|
.cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content > table.cxd-Table-table--tableFillHeight > tbody {
|
|
26773
|
-
height: calc(var(--Table-content-height) - var(--Table-thead-height));
|
|
26822
|
+
height: calc(var(--Table-content-height) - var(--Table-thead-height) - 20px);
|
|
26823
|
+
}
|
|
26824
|
+
.cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content > table.cxd-Table-table--tableFillHeight > tbody > tr > td {
|
|
26825
|
+
border-bottom: none;
|
|
26774
26826
|
}
|
|
26775
26827
|
.cxd-Table--autoFillHeight > .cxd-Table-contentWrap > .cxd-Table-content table thead {
|
|
26776
26828
|
position: sticky;
|
|
@@ -27928,6 +27980,12 @@ input[type=button].cxd-Button--block {
|
|
|
27928
27980
|
.cxd-Table2 .cxd-Table-container-self-sticky .cxd-Table-content {
|
|
27929
27981
|
overflow-x: unset !important;
|
|
27930
27982
|
}
|
|
27983
|
+
.cxd-Table2 .cxd-Table-container-self-sticky .cxd-Table-table {
|
|
27984
|
+
border-collapse: separate;
|
|
27985
|
+
}
|
|
27986
|
+
.cxd-Table2 .cxd-Table-container-self-sticky .cxd-Table-table > tbody > tr > td {
|
|
27987
|
+
border-top: none;
|
|
27988
|
+
}
|
|
27931
27989
|
.cxd-Table2 .cxd-Table-container-self-sticky .cxd-Table-row {
|
|
27932
27990
|
z-index: 1;
|
|
27933
27991
|
}
|
|
@@ -28431,6 +28489,7 @@ input[type=button].cxd-Button--block {
|
|
|
28431
28489
|
border: var(--List-borderWidth) solid var(--List-borderColor);
|
|
28432
28490
|
background: var(--List-bg);
|
|
28433
28491
|
margin-bottom: var(--gap-sm);
|
|
28492
|
+
margin-right: 0.9375rem;
|
|
28434
28493
|
}
|
|
28435
28494
|
.cxd-List-toolbar {
|
|
28436
28495
|
display: flex;
|
|
@@ -28500,6 +28559,14 @@ input[type=button].cxd-Button--block {
|
|
|
28500
28559
|
background: var(--Table-bg);
|
|
28501
28560
|
z-index: 900;
|
|
28502
28561
|
}
|
|
28562
|
+
.cxd-List-content-wrapper {
|
|
28563
|
+
display: flex;
|
|
28564
|
+
position: relative;
|
|
28565
|
+
}
|
|
28566
|
+
.cxd-List-main {
|
|
28567
|
+
flex: 1;
|
|
28568
|
+
min-width: 0;
|
|
28569
|
+
}
|
|
28503
28570
|
.cxd-ListGroup {
|
|
28504
28571
|
max-width: 25rem;
|
|
28505
28572
|
display: flex;
|
|
@@ -28632,6 +28699,49 @@ input[type=button].cxd-Button--block {
|
|
|
28632
28699
|
color: var(--ListMenu-item--onHover-color);
|
|
28633
28700
|
background: var(--ListMenu-item--onHover-bg);
|
|
28634
28701
|
}
|
|
28702
|
+
.cxd-AlphabetIndexer {
|
|
28703
|
+
position: sticky;
|
|
28704
|
+
top: calc(var(--affix-offset-top) + var(--gap-base));
|
|
28705
|
+
right: 0.3125rem;
|
|
28706
|
+
height: -moz-fit-content;
|
|
28707
|
+
height: fit-content;
|
|
28708
|
+
padding: 0.625rem 0.3125rem;
|
|
28709
|
+
background: var(--white);
|
|
28710
|
+
border-radius: var(--borderRadius);
|
|
28711
|
+
box-shadow: var(--boxShadow);
|
|
28712
|
+
z-index: 1050;
|
|
28713
|
+
display: flex;
|
|
28714
|
+
flex-direction: column;
|
|
28715
|
+
align-self: flex-start;
|
|
28716
|
+
overflow-y: auto;
|
|
28717
|
+
}
|
|
28718
|
+
@media (max-width: 768px) {
|
|
28719
|
+
.cxd-AlphabetIndexer {
|
|
28720
|
+
position: sticky;
|
|
28721
|
+
top: calc(var(--affix-offset-top) + var(--gap-base));
|
|
28722
|
+
right: 0.3125rem;
|
|
28723
|
+
align-self: flex-start;
|
|
28724
|
+
}
|
|
28725
|
+
}
|
|
28726
|
+
.cxd-AlphabetIndexer-letter {
|
|
28727
|
+
font-size: var(--fontSizeSm);
|
|
28728
|
+
padding: 0.125rem 0.25rem;
|
|
28729
|
+
cursor: pointer;
|
|
28730
|
+
text-align: center;
|
|
28731
|
+
}
|
|
28732
|
+
@media (max-width: 768px) {
|
|
28733
|
+
.cxd-AlphabetIndexer-letter {
|
|
28734
|
+
padding: 0.0625rem 0.125rem;
|
|
28735
|
+
}
|
|
28736
|
+
}
|
|
28737
|
+
.cxd-AlphabetIndexer-letter:hover {
|
|
28738
|
+
color: var(--primary);
|
|
28739
|
+
}
|
|
28740
|
+
.cxd-AlphabetIndexer-letter.is-active {
|
|
28741
|
+
color: var(--white);
|
|
28742
|
+
background: var(--primary);
|
|
28743
|
+
border-radius: var(--borderRadius-sm);
|
|
28744
|
+
}
|
|
28635
28745
|
.cxd-Cards {
|
|
28636
28746
|
scroll-margin-top: var(--affix-offset-top);
|
|
28637
28747
|
}
|
|
@@ -28727,6 +28837,32 @@ input[type=button].cxd-Button--block {
|
|
|
28727
28837
|
background: var(--Table-bg);
|
|
28728
28838
|
z-index: 900;
|
|
28729
28839
|
}
|
|
28840
|
+
@media (min-width: 0) {
|
|
28841
|
+
.cxd-Cards--masonryXs1 {
|
|
28842
|
+
-moz-column-count: 12;
|
|
28843
|
+
column-count: 12;
|
|
28844
|
+
}
|
|
28845
|
+
.cxd-Cards--masonryXs2 {
|
|
28846
|
+
-moz-column-count: 6;
|
|
28847
|
+
column-count: 6;
|
|
28848
|
+
}
|
|
28849
|
+
.cxd-Cards--masonryXs3 {
|
|
28850
|
+
-moz-column-count: 4;
|
|
28851
|
+
column-count: 4;
|
|
28852
|
+
}
|
|
28853
|
+
.cxd-Cards--masonryXs4 {
|
|
28854
|
+
-moz-column-count: 3;
|
|
28855
|
+
column-count: 3;
|
|
28856
|
+
}
|
|
28857
|
+
.cxd-Cards--masonryXs6 {
|
|
28858
|
+
-moz-column-count: 2;
|
|
28859
|
+
column-count: 2;
|
|
28860
|
+
}
|
|
28861
|
+
.cxd-Cards--masonryXs12 {
|
|
28862
|
+
-moz-column-count: 1;
|
|
28863
|
+
column-count: 1;
|
|
28864
|
+
}
|
|
28865
|
+
}
|
|
28730
28866
|
@media (min-width: 576px) {
|
|
28731
28867
|
.cxd-Cards--masonrySm1 {
|
|
28732
28868
|
-moz-column-count: 12;
|
|
@@ -32621,15 +32757,36 @@ input[type=button].cxd-Button--block {
|
|
|
32621
32757
|
.cxd-Steps .cxd-StepsItem.is-clickable .cxd-StepsItem-containerProgressDot, .cxd-Steps .cxd-StepsItem.is-clickable .cxd-StepsItem-containerIcon, .cxd-Steps .cxd-StepsItem.is-clickable .cxd-StepsItem-containerWrapper {
|
|
32622
32758
|
cursor: pointer;
|
|
32623
32759
|
}
|
|
32760
|
+
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem {
|
|
32761
|
+
overflow: visible;
|
|
32762
|
+
}
|
|
32763
|
+
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerTail:after {
|
|
32764
|
+
display: none;
|
|
32765
|
+
}
|
|
32766
|
+
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper {
|
|
32767
|
+
transform: translateX(-0.3125rem);
|
|
32768
|
+
}
|
|
32769
|
+
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title {
|
|
32770
|
+
flex-direction: column;
|
|
32771
|
+
justify-content: center;
|
|
32772
|
+
align-items: center;
|
|
32773
|
+
}
|
|
32624
32774
|
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title::after {
|
|
32625
32775
|
display: none !important;
|
|
32626
32776
|
}
|
|
32777
|
+
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title span {
|
|
32778
|
+
left: 0;
|
|
32779
|
+
}
|
|
32780
|
+
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
|
32781
|
+
min-width: 8.75rem;
|
|
32782
|
+
}
|
|
32627
32783
|
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title .cxd-StepsItem-subTitle {
|
|
32628
32784
|
padding-left: 0.3125rem;
|
|
32629
32785
|
}
|
|
32630
32786
|
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon {
|
|
32631
32787
|
position: relative;
|
|
32632
32788
|
display: block;
|
|
32789
|
+
margin-left: 2.5rem;
|
|
32633
32790
|
}
|
|
32634
32791
|
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon:after {
|
|
32635
32792
|
content: "";
|
|
@@ -32637,8 +32794,8 @@ input[type=button].cxd-Button--block {
|
|
|
32637
32794
|
right: 0;
|
|
32638
32795
|
top: 0.9375rem;
|
|
32639
32796
|
height: 1px;
|
|
32640
|
-
left: 2.
|
|
32641
|
-
width:
|
|
32797
|
+
left: 2.1875rem;
|
|
32798
|
+
width: 5rem;
|
|
32642
32799
|
background-color: var(--Steps-line-bg);
|
|
32643
32800
|
}
|
|
32644
32801
|
.cxd-Steps-mobile.cxd-Steps--horizontal .cxd-StepsItem-containerIcon.is-success:after {
|
|
@@ -32831,6 +32988,46 @@ input[type=button].cxd-Button--block {
|
|
|
32831
32988
|
overflow: hidden;
|
|
32832
32989
|
}
|
|
32833
32990
|
}
|
|
32991
|
+
.cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-Container {
|
|
32992
|
+
display: flex;
|
|
32993
|
+
max-width: 100%;
|
|
32994
|
+
}
|
|
32995
|
+
.cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-Container-main {
|
|
32996
|
+
flex: 1 1 auto;
|
|
32997
|
+
scrollbar-width: none;
|
|
32998
|
+
max-width: calc(100% - 64px);
|
|
32999
|
+
position: relative;
|
|
33000
|
+
}
|
|
33001
|
+
.cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow {
|
|
33002
|
+
flex: 0 0 16px;
|
|
33003
|
+
height: 100%;
|
|
33004
|
+
cursor: pointer;
|
|
33005
|
+
box-sizing: content-box;
|
|
33006
|
+
}
|
|
33007
|
+
.cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow .icon {
|
|
33008
|
+
top: 0;
|
|
33009
|
+
width: var(--Remark-icon-fontSize);
|
|
33010
|
+
height: var(--Remark-icon-fontSize);
|
|
33011
|
+
}
|
|
33012
|
+
.cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow:hover {
|
|
33013
|
+
color: var(--icon-onHover-color);
|
|
33014
|
+
}
|
|
33015
|
+
.cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow--left {
|
|
33016
|
+
margin-right: 16px;
|
|
33017
|
+
}
|
|
33018
|
+
.cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow--left .icon {
|
|
33019
|
+
transform: rotate(180deg);
|
|
33020
|
+
}
|
|
33021
|
+
.cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow--right {
|
|
33022
|
+
margin-left: 16px;
|
|
33023
|
+
}
|
|
33024
|
+
.cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow--disabled .iconfont {
|
|
33025
|
+
cursor: not-allowed;
|
|
33026
|
+
color: var(--Number-handler-onDisabled-color);
|
|
33027
|
+
}
|
|
33028
|
+
.cxd-HorizontalScroll-wrapper .cxd-HorizontalScroll-arrow--disabled:hover {
|
|
33029
|
+
color: var(--Number-handler-onDisabled-color);
|
|
33030
|
+
}
|
|
32834
33031
|
fieldset.cxd-Collapse--lg, fieldset.cxd-Collapse--md, fieldset.cxd-Collapse--base, fieldset.cxd-Collapse--sm, fieldset.cxd-Collapse--xs {
|
|
32835
33032
|
position: relative;
|
|
32836
33033
|
}
|
|
@@ -45532,6 +45729,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
45532
45729
|
cursor: pointer;
|
|
45533
45730
|
font-size: 14px;
|
|
45534
45731
|
color: #aaa;
|
|
45732
|
+
top: 0;
|
|
45535
45733
|
}
|
|
45536
45734
|
.cxd-Signature-Embed-Preview .preview-close:hover {
|
|
45537
45735
|
color: #000;
|
package/lib/themes/cxd.js
CHANGED
package/lib/themes/dark.css
CHANGED
|
@@ -17292,11 +17292,11 @@ samp {
|
|
|
17292
17292
|
}
|
|
17293
17293
|
.amis-hoverZoomIn-show,
|
|
17294
17294
|
.amis-hoverZoomIn:hover {
|
|
17295
|
-
transform: scale(1.
|
|
17295
|
+
transform: scale(1.05);
|
|
17296
17296
|
}
|
|
17297
17297
|
.amis-hoverZoomOut-show,
|
|
17298
17298
|
.amis-hoverZoomOut:hover {
|
|
17299
|
-
transform: scale(0.
|
|
17299
|
+
transform: scale(0.95);
|
|
17300
17300
|
}
|
|
17301
17301
|
.amis-hoverShadow-show,
|
|
17302
17302
|
.amis-hoverShadow:hover {
|
|
@@ -17308,16 +17308,43 @@ samp {
|
|
|
17308
17308
|
}
|
|
17309
17309
|
.amis-hoverUp-show,
|
|
17310
17310
|
.amis-hoverUp:hover {
|
|
17311
|
-
transform: translateY(-
|
|
17311
|
+
transform: translateY(-4px);
|
|
17312
17312
|
}
|
|
17313
17313
|
.amis-hoverDown-show,
|
|
17314
17314
|
.amis-hoverDown:hover {
|
|
17315
|
-
transform: translateY(
|
|
17315
|
+
transform: translateY(4px);
|
|
17316
|
+
}
|
|
17317
|
+
.amis-hoverLeft-show,
|
|
17318
|
+
.amis-hoverLeft:hover {
|
|
17319
|
+
transform: translateX(-4px);
|
|
17320
|
+
}
|
|
17321
|
+
.amis-hoverRight-show,
|
|
17322
|
+
.amis-hoverRight:hover {
|
|
17323
|
+
transform: translateX(4px);
|
|
17316
17324
|
}
|
|
17317
17325
|
.amis-hoverFlip-show,
|
|
17318
17326
|
.amis-hoverFlip:hover {
|
|
17319
17327
|
transform: rotateY(180deg);
|
|
17320
17328
|
}
|
|
17329
|
+
@keyframes hoverFlash {
|
|
17330
|
+
from, to {
|
|
17331
|
+
opacity: 1;
|
|
17332
|
+
}
|
|
17333
|
+
50% {
|
|
17334
|
+
opacity: 0.8;
|
|
17335
|
+
}
|
|
17336
|
+
}
|
|
17337
|
+
@keyframes hoverShake {
|
|
17338
|
+
from, to {
|
|
17339
|
+
transform: translate3d(0, 0, 0);
|
|
17340
|
+
}
|
|
17341
|
+
30% {
|
|
17342
|
+
transform: translate3d(-5px, 0, 0);
|
|
17343
|
+
}
|
|
17344
|
+
60% {
|
|
17345
|
+
transform: translate3d(5px, 0, 0);
|
|
17346
|
+
}
|
|
17347
|
+
}
|
|
17321
17348
|
html,
|
|
17322
17349
|
body {
|
|
17323
17350
|
width: 100%;
|
|
@@ -22834,6 +22861,9 @@ input[type=button].dark-Button--block {
|
|
|
22834
22861
|
width: 100%;
|
|
22835
22862
|
height: 100%;
|
|
22836
22863
|
background: var(--Page-main-bg);
|
|
22864
|
+
display: flex;
|
|
22865
|
+
flex-direction: row;
|
|
22866
|
+
align-items: stretch;
|
|
22837
22867
|
}
|
|
22838
22868
|
.dark-Page-header {
|
|
22839
22869
|
padding: var(--Page-header-paddingY) var(--Page-header-paddingX);
|
|
@@ -22846,7 +22876,7 @@ input[type=button].dark-Button--block {
|
|
|
22846
22876
|
.dark-Page-content {
|
|
22847
22877
|
padding: var(--Page-content-paddingY) var(--Page-content-paddingX);
|
|
22848
22878
|
position: relative;
|
|
22849
|
-
height:
|
|
22879
|
+
height: auto;
|
|
22850
22880
|
width: 100%;
|
|
22851
22881
|
}
|
|
22852
22882
|
.dark-Page-main > .dark-Page-header {
|
|
@@ -22917,6 +22947,25 @@ input[type=button].dark-Button--block {
|
|
|
22917
22947
|
.dark-Page-toolbar > * + * {
|
|
22918
22948
|
margin-left: var(--gap-xs);
|
|
22919
22949
|
}
|
|
22950
|
+
@media (max-width: 767px) {
|
|
22951
|
+
.dark-Page {
|
|
22952
|
+
flex-direction: column;
|
|
22953
|
+
}
|
|
22954
|
+
.dark-Page-aside {
|
|
22955
|
+
flex-shrink: 0;
|
|
22956
|
+
}
|
|
22957
|
+
.dark-Page-content {
|
|
22958
|
+
flex-grow: 1;
|
|
22959
|
+
min-height: 0;
|
|
22960
|
+
display: flex;
|
|
22961
|
+
align-items: stretch;
|
|
22962
|
+
flex-direction: row;
|
|
22963
|
+
}
|
|
22964
|
+
.dark-Page-main {
|
|
22965
|
+
height: auto;
|
|
22966
|
+
width: 100%;
|
|
22967
|
+
}
|
|
22968
|
+
}
|
|
22920
22969
|
@media (min-width: 768px) {
|
|
22921
22970
|
.dark-Page-aside {
|
|
22922
22971
|
flex-shrink: 0;
|
|
@@ -26772,7 +26821,10 @@ input[type=button].dark-Button--block {
|
|
|
26772
26821
|
border-top: none;
|
|
26773
26822
|
}
|
|
26774
26823
|
.dark-Table--autoFillHeight > .dark-Table-contentWrap > .dark-Table-content > table.dark-Table-table--tableFillHeight > tbody {
|
|
26775
|
-
height: calc(var(--Table-content-height) - var(--Table-thead-height));
|
|
26824
|
+
height: calc(var(--Table-content-height) - var(--Table-thead-height) - 20px);
|
|
26825
|
+
}
|
|
26826
|
+
.dark-Table--autoFillHeight > .dark-Table-contentWrap > .dark-Table-content > table.dark-Table-table--tableFillHeight > tbody > tr > td {
|
|
26827
|
+
border-bottom: none;
|
|
26776
26828
|
}
|
|
26777
26829
|
.dark-Table--autoFillHeight > .dark-Table-contentWrap > .dark-Table-content table thead {
|
|
26778
26830
|
position: sticky;
|
|
@@ -27930,6 +27982,12 @@ input[type=button].dark-Button--block {
|
|
|
27930
27982
|
.dark-Table2 .dark-Table-container-self-sticky .dark-Table-content {
|
|
27931
27983
|
overflow-x: unset !important;
|
|
27932
27984
|
}
|
|
27985
|
+
.dark-Table2 .dark-Table-container-self-sticky .dark-Table-table {
|
|
27986
|
+
border-collapse: separate;
|
|
27987
|
+
}
|
|
27988
|
+
.dark-Table2 .dark-Table-container-self-sticky .dark-Table-table > tbody > tr > td {
|
|
27989
|
+
border-top: none;
|
|
27990
|
+
}
|
|
27933
27991
|
.dark-Table2 .dark-Table-container-self-sticky .dark-Table-row {
|
|
27934
27992
|
z-index: 1;
|
|
27935
27993
|
}
|
|
@@ -28433,6 +28491,7 @@ input[type=button].dark-Button--block {
|
|
|
28433
28491
|
border: var(--List-borderWidth) solid var(--List-borderColor);
|
|
28434
28492
|
background: var(--List-bg);
|
|
28435
28493
|
margin-bottom: var(--gap-sm);
|
|
28494
|
+
margin-right: 0.9375rem;
|
|
28436
28495
|
}
|
|
28437
28496
|
.dark-List-toolbar {
|
|
28438
28497
|
display: flex;
|
|
@@ -28502,6 +28561,14 @@ input[type=button].dark-Button--block {
|
|
|
28502
28561
|
background: var(--Table-bg);
|
|
28503
28562
|
z-index: 900;
|
|
28504
28563
|
}
|
|
28564
|
+
.dark-List-content-wrapper {
|
|
28565
|
+
display: flex;
|
|
28566
|
+
position: relative;
|
|
28567
|
+
}
|
|
28568
|
+
.dark-List-main {
|
|
28569
|
+
flex: 1;
|
|
28570
|
+
min-width: 0;
|
|
28571
|
+
}
|
|
28505
28572
|
.dark-ListGroup {
|
|
28506
28573
|
max-width: 25rem;
|
|
28507
28574
|
display: flex;
|
|
@@ -28634,6 +28701,49 @@ input[type=button].dark-Button--block {
|
|
|
28634
28701
|
color: var(--ListMenu-item--onHover-color);
|
|
28635
28702
|
background: var(--ListMenu-item--onHover-bg);
|
|
28636
28703
|
}
|
|
28704
|
+
.dark-AlphabetIndexer {
|
|
28705
|
+
position: sticky;
|
|
28706
|
+
top: calc(var(--affix-offset-top) + var(--gap-base));
|
|
28707
|
+
right: 0.3125rem;
|
|
28708
|
+
height: -moz-fit-content;
|
|
28709
|
+
height: fit-content;
|
|
28710
|
+
padding: 0.625rem 0.3125rem;
|
|
28711
|
+
background: var(--white);
|
|
28712
|
+
border-radius: var(--borderRadius);
|
|
28713
|
+
box-shadow: var(--boxShadow);
|
|
28714
|
+
z-index: 1050;
|
|
28715
|
+
display: flex;
|
|
28716
|
+
flex-direction: column;
|
|
28717
|
+
align-self: flex-start;
|
|
28718
|
+
overflow-y: auto;
|
|
28719
|
+
}
|
|
28720
|
+
@media (max-width: 768px) {
|
|
28721
|
+
.dark-AlphabetIndexer {
|
|
28722
|
+
position: sticky;
|
|
28723
|
+
top: calc(var(--affix-offset-top) + var(--gap-base));
|
|
28724
|
+
right: 0.3125rem;
|
|
28725
|
+
align-self: flex-start;
|
|
28726
|
+
}
|
|
28727
|
+
}
|
|
28728
|
+
.dark-AlphabetIndexer-letter {
|
|
28729
|
+
font-size: var(--fontSizeSm);
|
|
28730
|
+
padding: 0.125rem 0.25rem;
|
|
28731
|
+
cursor: pointer;
|
|
28732
|
+
text-align: center;
|
|
28733
|
+
}
|
|
28734
|
+
@media (max-width: 768px) {
|
|
28735
|
+
.dark-AlphabetIndexer-letter {
|
|
28736
|
+
padding: 0.0625rem 0.125rem;
|
|
28737
|
+
}
|
|
28738
|
+
}
|
|
28739
|
+
.dark-AlphabetIndexer-letter:hover {
|
|
28740
|
+
color: var(--primary);
|
|
28741
|
+
}
|
|
28742
|
+
.dark-AlphabetIndexer-letter.is-active {
|
|
28743
|
+
color: var(--white);
|
|
28744
|
+
background: var(--primary);
|
|
28745
|
+
border-radius: var(--borderRadius-sm);
|
|
28746
|
+
}
|
|
28637
28747
|
.dark-Cards {
|
|
28638
28748
|
scroll-margin-top: var(--affix-offset-top);
|
|
28639
28749
|
}
|
|
@@ -28729,6 +28839,32 @@ input[type=button].dark-Button--block {
|
|
|
28729
28839
|
background: var(--Table-bg);
|
|
28730
28840
|
z-index: 900;
|
|
28731
28841
|
}
|
|
28842
|
+
@media (min-width: 0) {
|
|
28843
|
+
.dark-Cards--masonryXs1 {
|
|
28844
|
+
-moz-column-count: 12;
|
|
28845
|
+
column-count: 12;
|
|
28846
|
+
}
|
|
28847
|
+
.dark-Cards--masonryXs2 {
|
|
28848
|
+
-moz-column-count: 6;
|
|
28849
|
+
column-count: 6;
|
|
28850
|
+
}
|
|
28851
|
+
.dark-Cards--masonryXs3 {
|
|
28852
|
+
-moz-column-count: 4;
|
|
28853
|
+
column-count: 4;
|
|
28854
|
+
}
|
|
28855
|
+
.dark-Cards--masonryXs4 {
|
|
28856
|
+
-moz-column-count: 3;
|
|
28857
|
+
column-count: 3;
|
|
28858
|
+
}
|
|
28859
|
+
.dark-Cards--masonryXs6 {
|
|
28860
|
+
-moz-column-count: 2;
|
|
28861
|
+
column-count: 2;
|
|
28862
|
+
}
|
|
28863
|
+
.dark-Cards--masonryXs12 {
|
|
28864
|
+
-moz-column-count: 1;
|
|
28865
|
+
column-count: 1;
|
|
28866
|
+
}
|
|
28867
|
+
}
|
|
28732
28868
|
@media (min-width: 576px) {
|
|
28733
28869
|
.dark-Cards--masonrySm1 {
|
|
28734
28870
|
-moz-column-count: 12;
|
|
@@ -32623,15 +32759,36 @@ input[type=button].dark-Button--block {
|
|
|
32623
32759
|
.dark-Steps .dark-StepsItem.is-clickable .dark-StepsItem-containerProgressDot, .dark-Steps .dark-StepsItem.is-clickable .dark-StepsItem-containerIcon, .dark-Steps .dark-StepsItem.is-clickable .dark-StepsItem-containerWrapper {
|
|
32624
32760
|
cursor: pointer;
|
|
32625
32761
|
}
|
|
32762
|
+
.dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem {
|
|
32763
|
+
overflow: visible;
|
|
32764
|
+
}
|
|
32765
|
+
.dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerTail:after {
|
|
32766
|
+
display: none;
|
|
32767
|
+
}
|
|
32768
|
+
.dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerWrapper {
|
|
32769
|
+
transform: translateX(-0.3125rem);
|
|
32770
|
+
}
|
|
32771
|
+
.dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-title {
|
|
32772
|
+
flex-direction: column;
|
|
32773
|
+
justify-content: center;
|
|
32774
|
+
align-items: center;
|
|
32775
|
+
}
|
|
32626
32776
|
.dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-title::after {
|
|
32627
32777
|
display: none !important;
|
|
32628
32778
|
}
|
|
32779
|
+
.dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-title span {
|
|
32780
|
+
left: 0;
|
|
32781
|
+
}
|
|
32782
|
+
.dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-description {
|
|
32783
|
+
min-width: 8.75rem;
|
|
32784
|
+
}
|
|
32629
32785
|
.dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerWrapper .dark-StepsItem-body .dark-StepsItem-title .dark-StepsItem-subTitle {
|
|
32630
32786
|
padding-left: 0.3125rem;
|
|
32631
32787
|
}
|
|
32632
32788
|
.dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerIcon {
|
|
32633
32789
|
position: relative;
|
|
32634
32790
|
display: block;
|
|
32791
|
+
margin-left: 2.5rem;
|
|
32635
32792
|
}
|
|
32636
32793
|
.dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerIcon:after {
|
|
32637
32794
|
content: "";
|
|
@@ -32639,8 +32796,8 @@ input[type=button].dark-Button--block {
|
|
|
32639
32796
|
right: 0;
|
|
32640
32797
|
top: 0.9375rem;
|
|
32641
32798
|
height: 1px;
|
|
32642
|
-
left: 2.
|
|
32643
|
-
width:
|
|
32799
|
+
left: 2.1875rem;
|
|
32800
|
+
width: 5rem;
|
|
32644
32801
|
background-color: var(--Steps-line-bg);
|
|
32645
32802
|
}
|
|
32646
32803
|
.dark-Steps-mobile.dark-Steps--horizontal .dark-StepsItem-containerIcon.is-success:after {
|
|
@@ -32833,6 +32990,46 @@ input[type=button].dark-Button--block {
|
|
|
32833
32990
|
overflow: hidden;
|
|
32834
32991
|
}
|
|
32835
32992
|
}
|
|
32993
|
+
.dark-HorizontalScroll-wrapper .dark-HorizontalScroll-Container {
|
|
32994
|
+
display: flex;
|
|
32995
|
+
max-width: 100%;
|
|
32996
|
+
}
|
|
32997
|
+
.dark-HorizontalScroll-wrapper .dark-HorizontalScroll-Container-main {
|
|
32998
|
+
flex: 1 1 auto;
|
|
32999
|
+
scrollbar-width: none;
|
|
33000
|
+
max-width: calc(100% - 64px);
|
|
33001
|
+
position: relative;
|
|
33002
|
+
}
|
|
33003
|
+
.dark-HorizontalScroll-wrapper .dark-HorizontalScroll-arrow {
|
|
33004
|
+
flex: 0 0 16px;
|
|
33005
|
+
height: 100%;
|
|
33006
|
+
cursor: pointer;
|
|
33007
|
+
box-sizing: content-box;
|
|
33008
|
+
}
|
|
33009
|
+
.dark-HorizontalScroll-wrapper .dark-HorizontalScroll-arrow .icon {
|
|
33010
|
+
top: 0;
|
|
33011
|
+
width: var(--Remark-icon-fontSize);
|
|
33012
|
+
height: var(--Remark-icon-fontSize);
|
|
33013
|
+
}
|
|
33014
|
+
.dark-HorizontalScroll-wrapper .dark-HorizontalScroll-arrow:hover {
|
|
33015
|
+
color: var(--icon-onHover-color);
|
|
33016
|
+
}
|
|
33017
|
+
.dark-HorizontalScroll-wrapper .dark-HorizontalScroll-arrow--left {
|
|
33018
|
+
margin-right: 16px;
|
|
33019
|
+
}
|
|
33020
|
+
.dark-HorizontalScroll-wrapper .dark-HorizontalScroll-arrow--left .icon {
|
|
33021
|
+
transform: rotate(180deg);
|
|
33022
|
+
}
|
|
33023
|
+
.dark-HorizontalScroll-wrapper .dark-HorizontalScroll-arrow--right {
|
|
33024
|
+
margin-left: 16px;
|
|
33025
|
+
}
|
|
33026
|
+
.dark-HorizontalScroll-wrapper .dark-HorizontalScroll-arrow--disabled .iconfont {
|
|
33027
|
+
cursor: not-allowed;
|
|
33028
|
+
color: var(--Number-handler-onDisabled-color);
|
|
33029
|
+
}
|
|
33030
|
+
.dark-HorizontalScroll-wrapper .dark-HorizontalScroll-arrow--disabled:hover {
|
|
33031
|
+
color: var(--Number-handler-onDisabled-color);
|
|
33032
|
+
}
|
|
32836
33033
|
fieldset.dark-Collapse--lg, fieldset.dark-Collapse--md, fieldset.dark-Collapse--base, fieldset.dark-Collapse--sm, fieldset.dark-Collapse--xs {
|
|
32837
33034
|
position: relative;
|
|
32838
33035
|
}
|
|
@@ -45534,6 +45731,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
45534
45731
|
cursor: pointer;
|
|
45535
45732
|
font-size: 14px;
|
|
45536
45733
|
color: #aaa;
|
|
45734
|
+
top: 0;
|
|
45537
45735
|
}
|
|
45538
45736
|
.dark-Signature-Embed-Preview .preview-close:hover {
|
|
45539
45737
|
color: #000;
|
package/lib/themes/dark.js
CHANGED