amis-ui 6.9.0-rc.2 → 6.9.0-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.d.ts +40 -40
- package/esm/components/Alert.js +1 -1
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.d.ts +10 -10
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/AnchorNavSection.js +1 -1
- package/esm/components/ArrayInput.d.ts +40 -40
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.js +1 -1
- package/esm/components/AssociatedSelection.d.ts +80 -80
- package/esm/components/AssociatedSelection.js +1 -1
- package/esm/components/AutoSizer.js +1 -1
- package/esm/components/Avatar.d.ts +50 -50
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.d.ts +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.d.ts +20 -20
- package/esm/components/Button.js +1 -1
- package/esm/components/CalendarMobile.d.ts +40 -40
- package/esm/components/CalendarMobile.js +7 -9
- package/esm/components/Card.d.ts +61 -50
- package/esm/components/Card.js +14 -13
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.d.ts +80 -80
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.d.ts +80 -80
- package/esm/components/ChainedSelection.js +1 -1
- package/esm/components/Checkbox.d.ts +10 -10
- 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.d.ts +40 -40
- package/esm/components/Collapse.js +1 -1
- package/esm/components/CollapseGroup.d.ts +30 -30
- package/esm/components/CollapseGroup.js +1 -1
- package/esm/components/ColorPicker.d.ts +80 -80
- 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.d.ts +40 -40
- package/esm/components/ConfirmBox.js +1 -1
- package/esm/components/ContextMenu.js +1 -1
- package/esm/components/DatePicker.d.ts +80 -80
- package/esm/components/DatePicker.js +1 -1
- package/esm/components/DateRangePicker.d.ts +240 -240
- package/esm/components/DateRangePicker.js +1 -1
- package/esm/components/DiffEditor.d.ts +20 -0
- package/esm/components/DiffEditor.js +99 -0
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.d.ts +31 -30
- package/esm/components/Drawer.js +5 -3
- package/esm/components/DropDownSelection.d.ts +80 -80
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/Editor.d.ts +59 -61
- package/esm/components/Editor.js +12 -14
- 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.d.ts +80 -80
- package/esm/components/GroupedSelection.js +1 -1
- package/esm/components/HeadCellDropDown.js +1 -1
- package/esm/components/Html.js +1 -1
- package/esm/components/Icon.js +1 -1
- package/esm/components/ImageGallery.d.ts +43 -43
- package/esm/components/ImageGallery.js +1 -1
- package/esm/components/Input.js +1 -1
- package/esm/components/InputBox.d.ts +20 -20
- 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.d.ts +10 -10
- package/esm/components/ListGroup.js +1 -1
- package/esm/components/ListMenu.d.ts +40 -40
- package/esm/components/ListMenu.js +1 -1
- package/esm/components/LocationPicker.d.ts +80 -80
- 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.d.ts +10 -0
- package/esm/components/MobileDevTool.js +300 -0
- package/esm/components/Modal.d.ts +120 -120
- package/esm/components/Modal.js +5 -3
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +200 -200
- package/esm/components/MultilineText.d.ts +40 -40
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +26 -26
- package/esm/components/NumberInput.js +1 -1
- package/esm/components/OverflowTpl.d.ts +0 -1
- package/esm/components/OverflowTpl.js +1 -1
- package/esm/components/Pagination.d.ts +84 -161
- 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.d.ts +80 -80
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.d.ts +50 -50
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.d.ts +4 -0
- package/esm/components/PullRefresh.js +47 -26
- package/esm/components/Radios.d.ts +30 -30
- package/esm/components/Radios.js +1 -1
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.d.ts +10 -10
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +120 -120
- package/esm/components/ResultBox.js +1 -1
- package/esm/components/ResultList.d.ts +40 -40
- package/esm/components/ResultList.js +1 -1
- package/esm/components/ResultTableList.d.ts +80 -80
- package/esm/components/ResultTableList.js +1 -1
- package/esm/components/ResultTreeList.d.ts +40 -40
- package/esm/components/ResultTreeList.js +1 -1
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +40 -40
- package/esm/components/SearchBox.js +1 -1
- package/esm/components/Select.d.ts +1887 -1886
- package/esm/components/Select.js +3 -3
- package/esm/components/SelectMobile.js +1 -1
- package/esm/components/Selection.d.ts +80 -80
- package/esm/components/Selection.js +1 -1
- package/esm/components/Signature.js +5 -1
- package/esm/components/SparkLine.d.ts +40 -40
- package/esm/components/SparkLine.js +1 -1
- package/esm/components/Spinner.d.ts +60 -60
- package/esm/components/Spinner.js +1 -1
- package/esm/components/Steps.js +1 -1
- package/esm/components/Switch.d.ts +10 -10
- 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.d.ts +80 -80
- package/esm/components/TableSelection.js +1 -1
- package/esm/components/Tabs.d.ts +40 -40
- package/esm/components/Tabs.js +1 -1
- package/esm/components/TabsTransfer.d.ts +40 -40
- package/esm/components/TabsTransfer.js +1 -1
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.d.ts +40 -40
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.d.ts +40 -40
- 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.d.ts +40 -40
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +10 -10
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +108 -93
- package/esm/components/Transfer.js +1 -1
- package/esm/components/TransferDropDown.d.ts +80 -80
- 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 +203 -201
- package/esm/components/Tree.js +1 -1
- package/esm/components/TreeSelection.d.ts +80 -80
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.d.ts +80 -80
- package/esm/components/UserSelect.js +1 -1
- package/esm/components/UserTabSelect.d.ts +40 -40
- 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.d.ts +1 -0
- 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.d.ts +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.d.ts +82 -52
- package/esm/components/formula/Editor.js +1 -1
- package/esm/components/formula/FuncList.js +1 -1
- package/esm/components/formula/Input.d.ts +3 -0
- package/esm/components/formula/Input.js +1 -1
- package/esm/components/formula/Picker.d.ts +64 -59
- 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 +3 -1
- package/esm/components/index.d.ts +3 -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.d.ts +24 -27
- package/esm/components/menu/index.js +1 -1
- package/esm/components/schema-editor/Array.js +3 -2
- package/esm/components/schema-editor/Common.d.ts +3 -0
- package/esm/components/schema-editor/Common.js +3 -2
- package/esm/components/schema-editor/Item.js +3 -13
- package/esm/components/schema-editor/Object.js +3 -2
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +51 -52
- package/esm/components/schema-editor/index.js +3 -1
- package/esm/components/table/Cell.js +1 -1
- package/esm/components/table/ColGroup.js +1 -1
- package/esm/components/table/Head.js +1 -1
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.d.ts +40 -40
- package/esm/components/table/HeadCellFilter.js +1 -1
- package/esm/components/table/HeadCellSelect.d.ts +40 -40
- 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.d.ts +80 -80
- package/esm/components/table/index.js +1 -1
- package/esm/components/table/util.d.ts +5 -5
- 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/index.d.ts +1 -0
- package/esm/hooks/use-on-screen.d.ts +2 -0
- package/esm/hooks/use-on-screen.js +28 -0
- 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 +21 -0
- 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 +4 -1
- package/esm/locale/de-DE.js +6 -1
- package/esm/locale/en-US.js +6 -1
- package/esm/locale/zh-CN.js +6 -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/withRemoteConfig.js +1 -1
- package/esm/withStore.js +1 -1
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.js +1 -1
- package/lib/components/Alert2.js +1 -1
- 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.js +1 -1
- package/lib/components/AsideNav.js +1 -1
- package/lib/components/AssociatedSelection.js +1 -1
- package/lib/components/AutoSizer.js +1 -1
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Button.js +1 -1
- package/lib/components/CalendarMobile.js +7 -9
- package/lib/components/Card.d.ts +11 -0
- package/lib/components/Card.js +14 -13
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.js +1 -1
- 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.js +1 -1
- package/lib/components/CollapseGroup.js +1 -1
- 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.js +1 -1
- package/lib/components/ContextMenu.js +1 -1
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DiffEditor.d.ts +20 -0
- package/lib/components/DiffEditor.js +110 -0
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +1 -0
- package/lib/components/Drawer.js +5 -3
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/Editor.d.ts +59 -61
- package/lib/components/Editor.js +12 -14
- 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.js +1 -1
- package/lib/components/HeadCellDropDown.js +1 -1
- package/lib/components/Html.js +1 -1
- package/lib/components/Icon.js +1 -1
- package/lib/components/ImageGallery.d.ts +3 -3
- package/lib/components/ImageGallery.js +1 -1
- package/lib/components/Input.js +1 -1
- 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.js +1 -1
- package/lib/components/ListMenu.js +1 -1
- 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.d.ts +10 -0
- package/lib/components/MobileDevTool.js +313 -0
- package/lib/components/Modal.js +5 -3
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.js +1 -1
- package/lib/components/OverflowTpl.d.ts +0 -1
- package/lib/components/OverflowTpl.js +1 -1
- package/lib/components/Pagination.d.ts +44 -121
- 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.js +1 -1
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.d.ts +4 -0
- package/lib/components/PullRefresh.js +50 -25
- 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.js +1 -1
- package/lib/components/ResultBox.js +1 -1
- package/lib/components/ResultList.js +1 -1
- package/lib/components/ResultTableList.js +1 -1
- package/lib/components/ResultTreeList.js +1 -1
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.js +1 -1
- package/lib/components/Select.d.ts +188 -187
- package/lib/components/Select.js +3 -3
- package/lib/components/SelectMobile.js +1 -1
- package/lib/components/Selection.js +1 -1
- package/lib/components/Signature.js +3 -1
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- 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.js +1 -1
- package/lib/components/Tabs.js +1 -1
- package/lib/components/TabsTransfer.js +1 -1
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.js +1 -1
- 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.js +1 -1
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +19 -4
- package/lib/components/Transfer.js +1 -1
- 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 +3 -1
- package/lib/components/Tree.js +1 -1
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.js +1 -1
- 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.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.d.ts +1 -0
- 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.d.ts +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/CodeEditor.js +1 -1
- package/lib/components/formula/Editor.d.ts +42 -12
- package/lib/components/formula/Editor.js +1 -1
- package/lib/components/formula/FuncList.js +1 -1
- package/lib/components/formula/Input.d.ts +3 -0
- package/lib/components/formula/Input.js +1 -1
- package/lib/components/formula/Picker.d.ts +24 -19
- 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 +3 -1
- package/lib/components/index.d.ts +3 -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 +4 -7
- package/lib/components/menu/index.js +1 -1
- package/lib/components/schema-editor/Array.js +2 -1
- package/lib/components/schema-editor/Common.d.ts +3 -0
- package/lib/components/schema-editor/Common.js +3 -1
- package/lib/components/schema-editor/Item.js +2 -12
- package/lib/components/schema-editor/Object.js +2 -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 +11 -12
- package/lib/components/schema-editor/index.js +3 -1
- package/lib/components/table/Cell.js +1 -1
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.js +1 -1
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.js +1 -1
- 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.js +1 -1
- 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/helper.css +14 -14
- package/lib/hooks/index.d.ts +1 -0
- package/lib/hooks/use-on-screen.d.ts +2 -0
- package/lib/hooks/use-on-screen.js +32 -0
- 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 +28 -0
- 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 +7 -1
- package/lib/locale/de-DE.js +6 -1
- package/lib/locale/en-US.js +6 -1
- package/lib/locale/zh-CN.js +6 -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 +373 -76
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +373 -76
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +373 -76
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +373 -76
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +373 -76
- package/lib/withRemoteConfig.js +1 -1
- package/lib/withStore.js +1 -1
- package/package.json +3 -3
- package/scss/_components.scss +14 -10
- package/scss/_mixins.scss +23 -14
- package/scss/_properties.scss +42 -13
- package/scss/_variables.scss +2 -1
- package/scss/components/_array-input.scss +4 -4
- package/scss/components/_card.scss +13 -0
- package/scss/components/_crud2.scss +119 -13
- package/scss/components/_input-box.scss +2 -1
- package/scss/components/_json-schema-editor.scss +3 -5
- package/scss/components/_mobile-dev-tool.scss +175 -0
- package/scss/components/_modal.scss +1 -0
- package/scss/components/_panel.scss +23 -9
- package/scss/components/_pull-refresh.scss +6 -1
- package/scss/components/_result-box.scss +2 -2
- package/scss/components/_table.scss +6 -1
- package/scss/components/_tag.scss +3 -4
- package/scss/components/_toast.scss +6 -6
- package/scss/components/form/_form.scss +4 -5
- package/scss/components/form/_image.scss +14 -14
- package/scss/components/form/_list.scss +8 -8
- package/scss/components/form/_picker.scss +1 -1
- package/scss/components/form/_select.scss +4 -3
- package/scss/components/form/_textarea.scss +4 -4
- package/scss/components/form/_tree-select.scss +1 -1
- package/scss/themes/_common.scss +2 -0
package/lib/themes/antd.css
CHANGED
|
@@ -750,6 +750,10 @@
|
|
|
750
750
|
:root {
|
|
751
751
|
--fontSizeBase: var(--fontSizeLg);
|
|
752
752
|
}
|
|
753
|
+
:root,
|
|
754
|
+
.AMISCSSWrapper {
|
|
755
|
+
--Page-body-padding: var(--gap-md);
|
|
756
|
+
}
|
|
753
757
|
}
|
|
754
758
|
:root,
|
|
755
759
|
.AMISCSSWrapper {
|
|
@@ -4593,9 +4597,9 @@
|
|
|
4593
4597
|
--conditionBuilder-body-paddingLeft: var(--sizes-base-14);
|
|
4594
4598
|
--table-border-width: var(--borders-width-2);
|
|
4595
4599
|
--table-border-color: var(--colors-neutral-line-8);
|
|
4596
|
-
--table-paddingTop: var(--sizes-size-
|
|
4600
|
+
--table-paddingTop: var(--sizes-size-6);
|
|
4597
4601
|
--table-paddingRight: var(--sizes-size-6);
|
|
4598
|
-
--table-paddingBottom: var(--sizes-size-
|
|
4602
|
+
--table-paddingBottom: var(--sizes-size-6);
|
|
4599
4603
|
--table-paddingLeft: var(--sizes-size-6);
|
|
4600
4604
|
--table-paddingX: var(--sizes-size-7);
|
|
4601
4605
|
--table-header-color: var(--colors-neutral-text-2);
|
|
@@ -18220,6 +18224,7 @@ input[type=button].antd-Button--block {
|
|
|
18220
18224
|
min-height: 0;
|
|
18221
18225
|
flex: 1;
|
|
18222
18226
|
height: 2.75rem;
|
|
18227
|
+
font-size: var(--fontSizeMd);
|
|
18223
18228
|
}
|
|
18224
18229
|
.antd-Modal .antd-Modal-footer > .antd-Button:first-child {
|
|
18225
18230
|
margin-left: 0;
|
|
@@ -21352,12 +21357,6 @@ input[type=button].antd-Button--block {
|
|
|
21352
21357
|
/* 主题 */
|
|
21353
21358
|
/* 子组件 */
|
|
21354
21359
|
}
|
|
21355
|
-
.antd-Panel-fixedBottom {
|
|
21356
|
-
position: sticky;
|
|
21357
|
-
background: var(--white);
|
|
21358
|
-
bottom: var(--affix-offset-bottom);
|
|
21359
|
-
z-index: 900;
|
|
21360
|
-
}
|
|
21361
21360
|
.antd-Panel--default {
|
|
21362
21361
|
border-color: var(--Panel-top-border-color) var(--Panel-right-border-color) var(--Panel-bottom-border-color) var(--Panel-left-border-color);
|
|
21363
21362
|
}
|
|
@@ -21454,6 +21453,16 @@ input[type=button].antd-Button--block {
|
|
|
21454
21453
|
border-width: var(--Panel-heading-top-border-width) var(--Panel-heading-right-border-width) var(--Panel-heading-bottom-border-width) var(--Panel-heading-left-border-width);
|
|
21455
21454
|
border-radius: var(--Panel-headingBorderRadius);
|
|
21456
21455
|
}
|
|
21456
|
+
.antd-Panel-heading.is-collapsible {
|
|
21457
|
+
display: flex;
|
|
21458
|
+
justify-content: space-between;
|
|
21459
|
+
}
|
|
21460
|
+
.antd-Panel-arrow {
|
|
21461
|
+
transition: transform 0.1s ease-in;
|
|
21462
|
+
}
|
|
21463
|
+
.antd-Panel-arrow.is-collapsed {
|
|
21464
|
+
transform: rotate(180deg);
|
|
21465
|
+
}
|
|
21457
21466
|
.antd-Panel-title {
|
|
21458
21467
|
margin: 0;
|
|
21459
21468
|
font-size: var(--Panel-heading-fontSize);
|
|
@@ -21476,6 +21485,12 @@ input[type=button].antd-Button--block {
|
|
|
21476
21485
|
.antd-Panel-footer .antd-Button + .antd-Button {
|
|
21477
21486
|
margin-left: var(--Panel-footerButtonMarginLeft);
|
|
21478
21487
|
}
|
|
21488
|
+
.antd-Panel-fixedBottom {
|
|
21489
|
+
position: sticky;
|
|
21490
|
+
background: var(--white);
|
|
21491
|
+
bottom: var(--affix-offset-bottom);
|
|
21492
|
+
z-index: 900;
|
|
21493
|
+
}
|
|
21479
21494
|
.antd-Panel-btnToolbar {
|
|
21480
21495
|
text-align: var(--Panel-btnToolbarTextAlign);
|
|
21481
21496
|
}
|
|
@@ -21505,10 +21520,12 @@ input[type=button].antd-Button--block {
|
|
|
21505
21520
|
border-radius: 0;
|
|
21506
21521
|
}
|
|
21507
21522
|
.antd-Panel--form > .antd-Panel-heading .antd-Panel-title {
|
|
21508
|
-
padding-left: var(--Panel-body-paddingLeft);
|
|
21509
|
-
border-left: 0.1875rem solid var(--primary);
|
|
21510
21523
|
font-size: var(--fontSizeLg);
|
|
21511
21524
|
}
|
|
21525
|
+
.antd-Panel--form > .antd-Panel-heading .antd-Panel-title .icon {
|
|
21526
|
+
width: var(--sizes-base-7);
|
|
21527
|
+
height: var(--sizes-base-7);
|
|
21528
|
+
}
|
|
21512
21529
|
.antd-Panel--form .antd-Panel-footerWrap {
|
|
21513
21530
|
padding-bottom: var(--Panel-body-paddingBottom);
|
|
21514
21531
|
}
|
|
@@ -23677,9 +23694,95 @@ input[type=button].antd-Button--block {
|
|
|
23677
23694
|
.antd-Crud2-pager {
|
|
23678
23695
|
align-self: flex-start;
|
|
23679
23696
|
}
|
|
23680
|
-
.antd-Crud2-filter {
|
|
23697
|
+
.antd-Crud2-filter:not(:empty) {
|
|
23681
23698
|
margin-bottom: var(--gap-base);
|
|
23682
23699
|
}
|
|
23700
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-ColumnToggler {
|
|
23701
|
+
display: none;
|
|
23702
|
+
}
|
|
23703
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-SearchBox {
|
|
23704
|
+
border-radius: var(--Form-input-borderRadius);
|
|
23705
|
+
width: 100%;
|
|
23706
|
+
}
|
|
23707
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card {
|
|
23708
|
+
--Card-borderRadius: var(--sizes-size-5);
|
|
23709
|
+
--gap-base: var(--sizes-size-9);
|
|
23710
|
+
--fontSizeBase: var(--fonts-size-7);
|
|
23711
|
+
--body-lineHeight: var(--sizes-base-11);
|
|
23712
|
+
--Card-actions-borderColor: #f2f2f4;
|
|
23713
|
+
--Card-actions-fontSize: var(--fontSizeBase);
|
|
23714
|
+
font-size: var(--fontSizeBase);
|
|
23715
|
+
border: 0;
|
|
23716
|
+
box-shadow: var(--boxShadowSm);
|
|
23717
|
+
}
|
|
23718
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-field {
|
|
23719
|
+
margin-bottom: var(--sizes-size-3);
|
|
23720
|
+
}
|
|
23721
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-fieldLabel {
|
|
23722
|
+
color: var(--colors-neutral-text-5);
|
|
23723
|
+
font-size: var(--fontSizeBase);
|
|
23724
|
+
flex-basis: var(--sizes-base-28);
|
|
23725
|
+
line-height: var(--body-lineHeight);
|
|
23726
|
+
margin-right: var(--sizes-size-6);
|
|
23727
|
+
}
|
|
23728
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-fieldValue {
|
|
23729
|
+
color: var(--colors-neutral-text-2);
|
|
23730
|
+
}
|
|
23731
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-actions-wrapper {
|
|
23732
|
+
padding-left: var(--gap-md);
|
|
23733
|
+
padding-right: var(--gap-md);
|
|
23734
|
+
}
|
|
23735
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-actions > a {
|
|
23736
|
+
height: var(--sizes-base-12);
|
|
23737
|
+
line-height: var(--sizes-base-12);
|
|
23738
|
+
margin-top: var(--sizes-size-4);
|
|
23739
|
+
margin-bottom: var(--sizes-size-4);
|
|
23740
|
+
}
|
|
23741
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card .antd-Form-item .antd-Form-value,
|
|
23742
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card .antd-Form-item .antd-Form-control {
|
|
23743
|
+
font-size: var(--fontSizeBase);
|
|
23744
|
+
}
|
|
23745
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-multiMedia--right {
|
|
23746
|
+
align-items: flex-start;
|
|
23747
|
+
}
|
|
23748
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card-multiMedia-img {
|
|
23749
|
+
width: var(--sizes-base-45);
|
|
23750
|
+
height: var(--sizes-base-45);
|
|
23751
|
+
}
|
|
23752
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card .antd-Image {
|
|
23753
|
+
border: 0;
|
|
23754
|
+
}
|
|
23755
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card .antd-Image--thumb {
|
|
23756
|
+
padding-left: 0;
|
|
23757
|
+
}
|
|
23758
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Card .antd-Image--thumb img {
|
|
23759
|
+
border-radius: var(--sizes-size-5);
|
|
23760
|
+
}
|
|
23761
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Panel {
|
|
23762
|
+
--Panel-bodyPadding: var(--gap-md);
|
|
23763
|
+
--Panel-headingPadding: var(--gap-sm) var(--gap-md);
|
|
23764
|
+
--Panel-body-paddingTop: var(--gap-md);
|
|
23765
|
+
--Panel-body-paddingBottom: var(--gap-md);
|
|
23766
|
+
--Panel-body-paddingLeft: var(--gap-md);
|
|
23767
|
+
--Panel-body-paddingRight: var(--gap-md);
|
|
23768
|
+
}
|
|
23769
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Panel--form {
|
|
23770
|
+
margin: 0;
|
|
23771
|
+
margin-bottom: var(--gap-md);
|
|
23772
|
+
border-radius: var(--sizes-size-5);
|
|
23773
|
+
box-shadow: var(--boxShadowSm);
|
|
23774
|
+
}
|
|
23775
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Panel-body {
|
|
23776
|
+
padding-top: 0;
|
|
23777
|
+
}
|
|
23778
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Panel .antd-Form--column {
|
|
23779
|
+
margin-left: 0;
|
|
23780
|
+
margin-right: 0;
|
|
23781
|
+
}
|
|
23782
|
+
.antd-Crud2.is-mobile.is-mobile-cards .antd-Panel .antd-Form-item {
|
|
23783
|
+
padding-left: 0;
|
|
23784
|
+
padding-right: 0;
|
|
23785
|
+
}
|
|
23683
23786
|
@media (min-width: 576px) {
|
|
23684
23787
|
.antd-Crud-toolbar {
|
|
23685
23788
|
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
|
@@ -23918,6 +24021,9 @@ input[type=button].antd-Button--block {
|
|
|
23918
24021
|
.antd-Table-table th > .antd-Form, .antd-Table-table th > .antd-Form-item > .antd-Form-control:not(.is-thin), .antd-Table-table td > .antd-Form, .antd-Table-table td > .antd-Form-item > .antd-Form-control:not(.is-thin) {
|
|
23919
24022
|
min-width: var(--Form-control-widthBase);
|
|
23920
24023
|
}
|
|
24024
|
+
.antd-Table-table th > .antd-Form.antd-CheckboxControl, .antd-Table-table th > .antd-Form.antd-SwitchControl, .antd-Table-table th > .antd-Form.antd-RadiosControl, .antd-Table-table th > .antd-Form-item > .antd-Form-control:not(.is-thin).antd-CheckboxControl, .antd-Table-table th > .antd-Form-item > .antd-Form-control:not(.is-thin).antd-SwitchControl, .antd-Table-table th > .antd-Form-item > .antd-Form-control:not(.is-thin).antd-RadiosControl, .antd-Table-table td > .antd-Form.antd-CheckboxControl, .antd-Table-table td > .antd-Form.antd-SwitchControl, .antd-Table-table td > .antd-Form.antd-RadiosControl, .antd-Table-table td > .antd-Form-item > .antd-Form-control:not(.is-thin).antd-CheckboxControl, .antd-Table-table td > .antd-Form-item > .antd-Form-control:not(.is-thin).antd-SwitchControl, .antd-Table-table td > .antd-Form-item > .antd-Form-control:not(.is-thin).antd-RadiosControl {
|
|
24025
|
+
min-width: auto;
|
|
24026
|
+
}
|
|
23921
24027
|
.antd-Table-table th .antd-Form-static, .antd-Table-table td .antd-Form-static {
|
|
23922
24028
|
min-height: auto;
|
|
23923
24029
|
}
|
|
@@ -24107,10 +24213,10 @@ input[type=button].antd-Button--block {
|
|
|
24107
24213
|
color: #a0a0a0;
|
|
24108
24214
|
}
|
|
24109
24215
|
.antd-Table-table > tbody > tr.bg-dark.lt, .antd-Table-table > tbody > tr.bg-dark .lt {
|
|
24110
|
-
background: #
|
|
24216
|
+
background: #3e4750;
|
|
24111
24217
|
}
|
|
24112
24218
|
.antd-Table-table > tbody > tr.bg-dark.lter, .antd-Table-table > tbody > tr.bg-dark .lter {
|
|
24113
|
-
background: #
|
|
24219
|
+
background: #475460;
|
|
24114
24220
|
}
|
|
24115
24221
|
.antd-Table-table > tbody > tr.bg-dark.dk, .antd-Table-table > tbody > tr.bg-dark .dk {
|
|
24116
24222
|
background: #272d33;
|
|
@@ -24141,10 +24247,10 @@ input[type=button].antd-Button--block {
|
|
|
24141
24247
|
color: #666666;
|
|
24142
24248
|
}
|
|
24143
24249
|
.antd-Table-table > tbody > tr.bg-black.lt, .antd-Table-table > tbody > tr.bg-black .lt {
|
|
24144
|
-
background: #
|
|
24250
|
+
background: #0d0c0c;
|
|
24145
24251
|
}
|
|
24146
24252
|
.antd-Table-table > tbody > tr.bg-black.lter, .antd-Table-table > tbody > tr.bg-black .lter {
|
|
24147
|
-
background: #
|
|
24253
|
+
background: #1b1818;
|
|
24148
24254
|
}
|
|
24149
24255
|
.antd-Table-table > tbody > tr.bg-black.dk, .antd-Table-table > tbody > tr.bg-black .dk {
|
|
24150
24256
|
background: black;
|
|
@@ -24175,10 +24281,10 @@ input[type=button].antd-Button--block {
|
|
|
24175
24281
|
color: #cfe5fc;
|
|
24176
24282
|
}
|
|
24177
24283
|
.antd-Table-table > tbody > tr.bg-primary.lt, .antd-Table-table > tbody > tr.bg-primary .lt {
|
|
24178
|
-
background: #
|
|
24284
|
+
background: #1a88ff;
|
|
24179
24285
|
}
|
|
24180
24286
|
.antd-Table-table > tbody > tr.bg-primary.lter, .antd-Table-table > tbody > tr.bg-primary .lter {
|
|
24181
|
-
background: #
|
|
24287
|
+
background: #3395ff;
|
|
24182
24288
|
}
|
|
24183
24289
|
.antd-Table-table > tbody > tr.bg-primary.dk, .antd-Table-table > tbody > tr.bg-primary .dk {
|
|
24184
24290
|
background: #006fe6;
|
|
@@ -24209,10 +24315,10 @@ input[type=button].antd-Button--block {
|
|
|
24209
24315
|
color: #b4e7c0;
|
|
24210
24316
|
}
|
|
24211
24317
|
.antd-Table-table > tbody > tr.bg-success.lt, .antd-Table-table > tbody > tr.bg-success .lt {
|
|
24212
|
-
background: #
|
|
24318
|
+
background: #2abe4c;
|
|
24213
24319
|
}
|
|
24214
24320
|
.antd-Table-table > tbody > tr.bg-success.lter, .antd-Table-table > tbody > tr.bg-success .lter {
|
|
24215
|
-
background: #
|
|
24321
|
+
background: #2dd554;
|
|
24216
24322
|
}
|
|
24217
24323
|
.antd-Table-table > tbody > tr.bg-success.dk, .antd-Table-table > tbody > tr.bg-success .dk {
|
|
24218
24324
|
background: #21953b;
|
|
@@ -24243,10 +24349,10 @@ input[type=button].antd-Button--block {
|
|
|
24243
24349
|
color: #cfe5fc;
|
|
24244
24350
|
}
|
|
24245
24351
|
.antd-Table-table > tbody > tr.bg-info.lt, .antd-Table-table > tbody > tr.bg-info .lt {
|
|
24246
|
-
background: #
|
|
24352
|
+
background: #1a88ff;
|
|
24247
24353
|
}
|
|
24248
24354
|
.antd-Table-table > tbody > tr.bg-info.lter, .antd-Table-table > tbody > tr.bg-info .lter {
|
|
24249
|
-
background: #
|
|
24355
|
+
background: #3395ff;
|
|
24250
24356
|
}
|
|
24251
24357
|
.antd-Table-table > tbody > tr.bg-info.dk, .antd-Table-table > tbody > tr.bg-info .dk {
|
|
24252
24358
|
background: #006fe6;
|
|
@@ -24277,10 +24383,10 @@ input[type=button].antd-Button--block {
|
|
|
24277
24383
|
color: #fffefa;
|
|
24278
24384
|
}
|
|
24279
24385
|
.antd-Table-table > tbody > tr.bg-warning.lt, .antd-Table-table > tbody > tr.bg-warning .lt {
|
|
24280
|
-
background: #
|
|
24386
|
+
background: #fddd4a;
|
|
24281
24387
|
}
|
|
24282
24388
|
.antd-Table-table > tbody > tr.bg-warning.lter, .antd-Table-table > tbody > tr.bg-warning .lter {
|
|
24283
|
-
background: #
|
|
24389
|
+
background: #ffe361;
|
|
24284
24390
|
}
|
|
24285
24391
|
.antd-Table-table > tbody > tr.bg-warning.dk, .antd-Table-table > tbody > tr.bg-warning .dk {
|
|
24286
24392
|
background: #fcd417;
|
|
@@ -24311,10 +24417,10 @@ input[type=button].antd-Button--block {
|
|
|
24311
24417
|
color: #f8e5e6;
|
|
24312
24418
|
}
|
|
24313
24419
|
.antd-Table-table > tbody > tr.bg-danger.lt, .antd-Table-table > tbody > tr.bg-danger .lt {
|
|
24314
|
-
background: #
|
|
24420
|
+
background: #e24857;
|
|
24315
24421
|
}
|
|
24316
24422
|
.antd-Table-table > tbody > tr.bg-danger.lter, .antd-Table-table > tbody > tr.bg-danger .lter {
|
|
24317
|
-
background: #
|
|
24423
|
+
background: #e85c69;
|
|
24318
24424
|
}
|
|
24319
24425
|
.antd-Table-table > tbody > tr.bg-danger.dk, .antd-Table-table > tbody > tr.bg-danger .dk {
|
|
24320
24426
|
background: #d62133;
|
|
@@ -25108,10 +25214,10 @@ input[type=button].antd-Button--block {
|
|
|
25108
25214
|
color: #a0a0a0;
|
|
25109
25215
|
}
|
|
25110
25216
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-dark.lt, .antd-Table2 .antd-Table-table > tbody > tr.bg-dark .lt {
|
|
25111
|
-
background: #
|
|
25217
|
+
background: #3e4750;
|
|
25112
25218
|
}
|
|
25113
25219
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-dark.lter, .antd-Table2 .antd-Table-table > tbody > tr.bg-dark .lter {
|
|
25114
|
-
background: #
|
|
25220
|
+
background: #475460;
|
|
25115
25221
|
}
|
|
25116
25222
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-dark.dk, .antd-Table2 .antd-Table-table > tbody > tr.bg-dark .dk {
|
|
25117
25223
|
background: #272d33;
|
|
@@ -25142,10 +25248,10 @@ input[type=button].antd-Button--block {
|
|
|
25142
25248
|
color: #666666;
|
|
25143
25249
|
}
|
|
25144
25250
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-black.lt, .antd-Table2 .antd-Table-table > tbody > tr.bg-black .lt {
|
|
25145
|
-
background: #
|
|
25251
|
+
background: #0d0c0c;
|
|
25146
25252
|
}
|
|
25147
25253
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-black.lter, .antd-Table2 .antd-Table-table > tbody > tr.bg-black .lter {
|
|
25148
|
-
background: #
|
|
25254
|
+
background: #1b1818;
|
|
25149
25255
|
}
|
|
25150
25256
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-black.dk, .antd-Table2 .antd-Table-table > tbody > tr.bg-black .dk {
|
|
25151
25257
|
background: black;
|
|
@@ -25176,10 +25282,10 @@ input[type=button].antd-Button--block {
|
|
|
25176
25282
|
color: #cfe5fc;
|
|
25177
25283
|
}
|
|
25178
25284
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-primary.lt, .antd-Table2 .antd-Table-table > tbody > tr.bg-primary .lt {
|
|
25179
|
-
background: #
|
|
25285
|
+
background: #1a88ff;
|
|
25180
25286
|
}
|
|
25181
25287
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-primary.lter, .antd-Table2 .antd-Table-table > tbody > tr.bg-primary .lter {
|
|
25182
|
-
background: #
|
|
25288
|
+
background: #3395ff;
|
|
25183
25289
|
}
|
|
25184
25290
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-primary.dk, .antd-Table2 .antd-Table-table > tbody > tr.bg-primary .dk {
|
|
25185
25291
|
background: #006fe6;
|
|
@@ -25210,10 +25316,10 @@ input[type=button].antd-Button--block {
|
|
|
25210
25316
|
color: #b4e7c0;
|
|
25211
25317
|
}
|
|
25212
25318
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-success.lt, .antd-Table2 .antd-Table-table > tbody > tr.bg-success .lt {
|
|
25213
|
-
background: #
|
|
25319
|
+
background: #2abe4c;
|
|
25214
25320
|
}
|
|
25215
25321
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-success.lter, .antd-Table2 .antd-Table-table > tbody > tr.bg-success .lter {
|
|
25216
|
-
background: #
|
|
25322
|
+
background: #2dd554;
|
|
25217
25323
|
}
|
|
25218
25324
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-success.dk, .antd-Table2 .antd-Table-table > tbody > tr.bg-success .dk {
|
|
25219
25325
|
background: #21953b;
|
|
@@ -25244,10 +25350,10 @@ input[type=button].antd-Button--block {
|
|
|
25244
25350
|
color: #cfe5fc;
|
|
25245
25351
|
}
|
|
25246
25352
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-info.lt, .antd-Table2 .antd-Table-table > tbody > tr.bg-info .lt {
|
|
25247
|
-
background: #
|
|
25353
|
+
background: #1a88ff;
|
|
25248
25354
|
}
|
|
25249
25355
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-info.lter, .antd-Table2 .antd-Table-table > tbody > tr.bg-info .lter {
|
|
25250
|
-
background: #
|
|
25356
|
+
background: #3395ff;
|
|
25251
25357
|
}
|
|
25252
25358
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-info.dk, .antd-Table2 .antd-Table-table > tbody > tr.bg-info .dk {
|
|
25253
25359
|
background: #006fe6;
|
|
@@ -25278,10 +25384,10 @@ input[type=button].antd-Button--block {
|
|
|
25278
25384
|
color: #fffefa;
|
|
25279
25385
|
}
|
|
25280
25386
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-warning.lt, .antd-Table2 .antd-Table-table > tbody > tr.bg-warning .lt {
|
|
25281
|
-
background: #
|
|
25387
|
+
background: #fddd4a;
|
|
25282
25388
|
}
|
|
25283
25389
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-warning.lter, .antd-Table2 .antd-Table-table > tbody > tr.bg-warning .lter {
|
|
25284
|
-
background: #
|
|
25390
|
+
background: #ffe361;
|
|
25285
25391
|
}
|
|
25286
25392
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-warning.dk, .antd-Table2 .antd-Table-table > tbody > tr.bg-warning .dk {
|
|
25287
25393
|
background: #fcd417;
|
|
@@ -25312,10 +25418,10 @@ input[type=button].antd-Button--block {
|
|
|
25312
25418
|
color: #f8e5e6;
|
|
25313
25419
|
}
|
|
25314
25420
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-danger.lt, .antd-Table2 .antd-Table-table > tbody > tr.bg-danger .lt {
|
|
25315
|
-
background: #
|
|
25421
|
+
background: #e24857;
|
|
25316
25422
|
}
|
|
25317
25423
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-danger.lter, .antd-Table2 .antd-Table-table > tbody > tr.bg-danger .lter {
|
|
25318
|
-
background: #
|
|
25424
|
+
background: #e85c69;
|
|
25319
25425
|
}
|
|
25320
25426
|
.antd-Table2 .antd-Table-table > tbody > tr.bg-danger.dk, .antd-Table2 .antd-Table-table > tbody > tr.bg-danger .dk {
|
|
25321
25427
|
background: #d62133;
|
|
@@ -26825,6 +26931,19 @@ input[type=button].antd-Button--block {
|
|
|
26825
26931
|
text-overflow: ellipsis;
|
|
26826
26932
|
overflow: hidden;
|
|
26827
26933
|
}
|
|
26934
|
+
@media (max-width: 767px) {
|
|
26935
|
+
.antd-Card-fieldValue .antd-Form-item {
|
|
26936
|
+
padding-top: 0;
|
|
26937
|
+
padding-bottom: 0;
|
|
26938
|
+
}
|
|
26939
|
+
.antd-Card-fieldValue .antd-Form-item:after {
|
|
26940
|
+
display: none;
|
|
26941
|
+
}
|
|
26942
|
+
.antd-Card-fieldValue .antd-Form-item .antd-Form-static {
|
|
26943
|
+
padding-top: 0;
|
|
26944
|
+
padding-bottom: 0;
|
|
26945
|
+
}
|
|
26946
|
+
}
|
|
26828
26947
|
.antd-Card-fieldLabel {
|
|
26829
26948
|
flex-grow: 0;
|
|
26830
26949
|
flex-shrink: 0;
|
|
@@ -28419,6 +28538,7 @@ input[type=button].antd-Button--block {
|
|
|
28419
28538
|
content: var(--image-image-normal-icon);
|
|
28420
28539
|
}
|
|
28421
28540
|
.antd-InputBox {
|
|
28541
|
+
height: var(--input-size-default-height);
|
|
28422
28542
|
display: flex;
|
|
28423
28543
|
background: var(--Form-input-bg);
|
|
28424
28544
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
@@ -28428,7 +28548,6 @@ input[type=button].antd-Button--block {
|
|
|
28428
28548
|
font-size: var(--Form-input-fontSize);
|
|
28429
28549
|
flex-wrap: wrap;
|
|
28430
28550
|
justify-content: flex-start;
|
|
28431
|
-
height: var(--input-size-default-height);
|
|
28432
28551
|
}
|
|
28433
28552
|
.antd-InputBox input {
|
|
28434
28553
|
flex-basis: 1.875rem;
|
|
@@ -28821,6 +28940,11 @@ input[type=button].antd-Button--block {
|
|
|
28821
28940
|
.antd-SchemaEditor-info {
|
|
28822
28941
|
min-width: 0;
|
|
28823
28942
|
min-height: 0;
|
|
28943
|
+
flex: 1;
|
|
28944
|
+
display: flex;
|
|
28945
|
+
flex-direction: row;
|
|
28946
|
+
justify-content: space-between;
|
|
28947
|
+
align-items: center;
|
|
28824
28948
|
display: flex;
|
|
28825
28949
|
background: var(--Form-input-bg);
|
|
28826
28950
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
@@ -28830,11 +28954,6 @@ input[type=button].antd-Button--block {
|
|
|
28830
28954
|
font-size: var(--Form-input-fontSize);
|
|
28831
28955
|
flex-wrap: wrap;
|
|
28832
28956
|
justify-content: flex-start;
|
|
28833
|
-
flex: 1;
|
|
28834
|
-
display: flex;
|
|
28835
|
-
flex-direction: row;
|
|
28836
|
-
justify-content: space-between;
|
|
28837
|
-
align-items: center;
|
|
28838
28957
|
}
|
|
28839
28958
|
.antd-SchemaEditor-info input {
|
|
28840
28959
|
flex-basis: 1.875rem;
|
|
@@ -28871,15 +28990,6 @@ input[type=button].antd-Button--block {
|
|
|
28871
28990
|
color: var(--Form-input-placeholderColor);
|
|
28872
28991
|
}
|
|
28873
28992
|
.antd-ResultBox {
|
|
28874
|
-
display: flex;
|
|
28875
|
-
background: var(--Form-input-bg);
|
|
28876
|
-
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
28877
|
-
border-radius: var(--Form-input-borderRadius);
|
|
28878
|
-
line-height: var(--Form-input-lineHeight);
|
|
28879
|
-
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
28880
|
-
font-size: var(--Form-input-fontSize);
|
|
28881
|
-
flex-wrap: wrap;
|
|
28882
|
-
justify-content: flex-start;
|
|
28883
28993
|
flex-wrap: nowrap;
|
|
28884
28994
|
padding: 0 0.75rem;
|
|
28885
28995
|
min-height: var(--Form-input-height);
|
|
@@ -28896,6 +29006,15 @@ input[type=button].antd-Button--block {
|
|
|
28896
29006
|
border-radius: var(--Form-select-borderRadius);
|
|
28897
29007
|
min-height: var(--Form-selectOption-height);
|
|
28898
29008
|
padding: var(--select-base-default-paddingTop) var(--select-base-default-paddingRight) var(--select-base-default-paddingBottom) var(--select-base-default-paddingLeft);
|
|
29009
|
+
display: flex;
|
|
29010
|
+
background: var(--Form-input-bg);
|
|
29011
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
29012
|
+
border-radius: var(--Form-input-borderRadius);
|
|
29013
|
+
line-height: var(--Form-input-lineHeight);
|
|
29014
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
29015
|
+
font-size: var(--Form-input-fontSize);
|
|
29016
|
+
flex-wrap: wrap;
|
|
29017
|
+
justify-content: flex-start;
|
|
28899
29018
|
}
|
|
28900
29019
|
.antd-ResultBox input {
|
|
28901
29020
|
flex-basis: 1.875rem;
|
|
@@ -31003,10 +31122,10 @@ input.antd-TextControl-input-password {
|
|
|
31003
31122
|
color: var(--Form-input-onDisabled-color);
|
|
31004
31123
|
}
|
|
31005
31124
|
.antd-TextareaControl {
|
|
31006
|
-
position: relative;
|
|
31007
|
-
max-width: 100%;
|
|
31008
31125
|
--Form-input-clearBtn-padding: 0.125rem;
|
|
31009
31126
|
position: relative;
|
|
31127
|
+
position: relative;
|
|
31128
|
+
max-width: 100%;
|
|
31010
31129
|
}
|
|
31011
31130
|
.antd-TextareaControl.is-inline {
|
|
31012
31131
|
display: inline-block;
|
|
@@ -34968,18 +35087,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34968
35087
|
border-style: var(--inputImage-base-default-top-border-style) var(--inputImage-base-default-right-border-style) var(--inputImage-base-default-bottom-border-style) var(--inputImage-base-default-left-border-style);
|
|
34969
35088
|
box-shadow: var(--shadows-shadow-none);
|
|
34970
35089
|
}
|
|
34971
|
-
.antd-ImageControl-addBtn-bg {
|
|
34972
|
-
position: absolute;
|
|
34973
|
-
z-index: 0;
|
|
34974
|
-
overflow: hidden;
|
|
34975
|
-
left: 0;
|
|
34976
|
-
right: 0;
|
|
34977
|
-
top: 0;
|
|
34978
|
-
bottom: 0;
|
|
34979
|
-
}
|
|
34980
|
-
.antd-ImageControl-addBtn-bg .antd-Image {
|
|
34981
|
-
border: 0;
|
|
34982
|
-
}
|
|
34983
35090
|
.antd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
|
|
34984
35091
|
color: var(--ImageControl-addBtn-onHover-color);
|
|
34985
35092
|
background: var(--ImageControl-addBtn-onHover-bg);
|
|
@@ -35020,6 +35127,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35020
35127
|
border-style: var(--inputImage-base-disabled-top-border-style) var(--inputImage-base-disabled-right-border-style) var(--inputImage-base-disabled-bottom-border-style) var(--inputImage-base-disabled-left-border-style);
|
|
35021
35128
|
box-shadow: var(--shadows-shadow-none);
|
|
35022
35129
|
}
|
|
35130
|
+
.antd-ImageControl-addBtn-bg {
|
|
35131
|
+
position: absolute;
|
|
35132
|
+
z-index: 0;
|
|
35133
|
+
overflow: hidden;
|
|
35134
|
+
left: 0;
|
|
35135
|
+
right: 0;
|
|
35136
|
+
top: 0;
|
|
35137
|
+
bottom: 0;
|
|
35138
|
+
}
|
|
35139
|
+
.antd-ImageControl-addBtn-bg .antd-Image {
|
|
35140
|
+
border: 0;
|
|
35141
|
+
}
|
|
35023
35142
|
.antd-ImageControl-addBtn svg {
|
|
35024
35143
|
top: 0;
|
|
35025
35144
|
margin-bottom: var(--inputImage-base-default-icon-margin);
|
|
@@ -36362,9 +36481,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36362
36481
|
border: var(--Form-select-outer-borderWidth) solid var(--Form-select-outer-borderColor);
|
|
36363
36482
|
}
|
|
36364
36483
|
.antd-TreeSelect {
|
|
36484
|
+
outline: none;
|
|
36365
36485
|
position: relative;
|
|
36366
36486
|
max-width: 100%;
|
|
36367
|
-
outline: none;
|
|
36368
36487
|
}
|
|
36369
36488
|
.antd-TreeSelect.is-inline {
|
|
36370
36489
|
display: inline-block;
|
|
@@ -36875,9 +36994,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36875
36994
|
vertical-align: middle;
|
|
36876
36995
|
}
|
|
36877
36996
|
.antd-Picker {
|
|
36997
|
+
outline: none;
|
|
36878
36998
|
position: relative;
|
|
36879
36999
|
max-width: 100%;
|
|
36880
|
-
outline: none;
|
|
36881
37000
|
/* tag 样式 */
|
|
36882
37001
|
}
|
|
36883
37002
|
.antd-Picker.is-inline {
|
|
@@ -39247,7 +39366,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39247
39366
|
overflow-wrap: break-word;
|
|
39248
39367
|
margin-right: 0;
|
|
39249
39368
|
margin-bottom: 0;
|
|
39250
|
-
font-size: var(--fontSizeLg);
|
|
39251
39369
|
}
|
|
39252
39370
|
.antd-Form-item .antd-Form-label + .antd-Form-item-controlBox {
|
|
39253
39371
|
max-width: 72%;
|
|
@@ -39259,11 +39377,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39259
39377
|
.antd-Form-item .antd-Form-description {
|
|
39260
39378
|
font-size: var(--fontSizeBase);
|
|
39261
39379
|
}
|
|
39262
|
-
.antd-Form-item .antd-TextControl-input {
|
|
39263
|
-
font-size: var(--fontSizeLg);
|
|
39264
|
-
}
|
|
39265
39380
|
.antd-Form-item .antd-TextControl-input input {
|
|
39266
|
-
height: calc(var(--Form-input-lineHeight) * var(--
|
|
39381
|
+
height: calc(var(--Form-input-lineHeight) * var(--Form-item-fontSize));
|
|
39267
39382
|
}
|
|
39268
39383
|
.antd-Form-item .antd-NumberControl .antd-Number {
|
|
39269
39384
|
min-width: 0;
|
|
@@ -39317,7 +39432,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39317
39432
|
.antd-Form-item .antd-Form-control {
|
|
39318
39433
|
flex: 1;
|
|
39319
39434
|
flex-wrap: wrap;
|
|
39320
|
-
font-size: var(--fontSizeLg);
|
|
39321
39435
|
min-width: 0;
|
|
39322
39436
|
}
|
|
39323
39437
|
.antd-Form-item .antd-Form-value .antd-ColorPicker > input,
|
|
@@ -39414,6 +39528,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39414
39528
|
}
|
|
39415
39529
|
.antd-Form-item .antd-TextareaControl > textarea,
|
|
39416
39530
|
.antd-Form-item .antd-Form-control > .antd-TextControl-input,
|
|
39531
|
+
.antd-Form-item .antd-Number-input,
|
|
39532
|
+
.antd-Form-item .antd-ResultBox,
|
|
39533
|
+
.antd-Form-item .antd-DateControl > .antd-DatePicker,
|
|
39417
39534
|
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input {
|
|
39418
39535
|
border: none;
|
|
39419
39536
|
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
@@ -39424,6 +39541,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39424
39541
|
.antd-Form-item .antd-Form-control > .antd-TextControl-input:hover,
|
|
39425
39542
|
.antd-Form-item .antd-Form-control > .antd-TextControl-input:focus,
|
|
39426
39543
|
.antd-Form-item .antd-Form-control > .antd-TextControl-input.active,
|
|
39544
|
+
.antd-Form-item .antd-Number-input:hover,
|
|
39545
|
+
.antd-Form-item .antd-Number-input:focus,
|
|
39546
|
+
.antd-Form-item .antd-Number-input.active,
|
|
39547
|
+
.antd-Form-item .antd-ResultBox:hover,
|
|
39548
|
+
.antd-Form-item .antd-ResultBox:focus,
|
|
39549
|
+
.antd-Form-item .antd-ResultBox.active,
|
|
39550
|
+
.antd-Form-item .antd-DateControl > .antd-DatePicker:hover,
|
|
39551
|
+
.antd-Form-item .antd-DateControl > .antd-DatePicker:focus,
|
|
39552
|
+
.antd-Form-item .antd-DateControl > .antd-DatePicker.active,
|
|
39427
39553
|
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:hover,
|
|
39428
39554
|
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:focus,
|
|
39429
39555
|
.antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input.active {
|
|
@@ -41515,6 +41641,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41515
41641
|
line-height: var(--gap-lg);
|
|
41516
41642
|
color: #999;
|
|
41517
41643
|
}
|
|
41644
|
+
.antd-PullRefresh-footer {
|
|
41645
|
+
text-align: center;
|
|
41646
|
+
color: #999;
|
|
41647
|
+
margin-bottom: 12px;
|
|
41648
|
+
font-size: var(--fontSizeMd);
|
|
41649
|
+
}
|
|
41518
41650
|
.antd-PullRefresh .loading-icon {
|
|
41519
41651
|
animation: var(--Button-animation-spin);
|
|
41520
41652
|
margin-right: var(--gap-xs);
|
|
@@ -42618,4 +42750,169 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
42618
42750
|
cursor: not-allowed;
|
|
42619
42751
|
background: var(--Form-input-onDisabled-bg);
|
|
42620
42752
|
border-color: var(--Form-input-onDisabled-borderColor);
|
|
42753
|
+
}
|
|
42754
|
+
.ae-MobileDevTool {
|
|
42755
|
+
display: flex;
|
|
42756
|
+
justify-content: space-between;
|
|
42757
|
+
align-items: center;
|
|
42758
|
+
font-size: 12px;
|
|
42759
|
+
background-color: #fff;
|
|
42760
|
+
z-index: 1001;
|
|
42761
|
+
border-bottom: 1px solid #dee2e6;
|
|
42762
|
+
height: 20px;
|
|
42763
|
+
}
|
|
42764
|
+
.ae-MobileDevTool-dimensions {
|
|
42765
|
+
width: 40%;
|
|
42766
|
+
display: flex;
|
|
42767
|
+
justify-content: end;
|
|
42768
|
+
}
|
|
42769
|
+
.ae-MobileDevTool-select {
|
|
42770
|
+
font-size: 12px;
|
|
42771
|
+
padding: 0;
|
|
42772
|
+
border: none !important;
|
|
42773
|
+
min-height: initial;
|
|
42774
|
+
margin-left: 10px;
|
|
42775
|
+
vertical-align: initial;
|
|
42776
|
+
}
|
|
42777
|
+
.ae-MobileDevTool-select span {
|
|
42778
|
+
font-size: 12px !important;
|
|
42779
|
+
}
|
|
42780
|
+
.ae-MobileDevTool-select .cxd-PopOver {
|
|
42781
|
+
width: 180px !important;
|
|
42782
|
+
z-index: 10000;
|
|
42783
|
+
}
|
|
42784
|
+
.ae-MobileDevTool-dimension span {
|
|
42785
|
+
margin-right: 5px;
|
|
42786
|
+
padding: 0 2px;
|
|
42787
|
+
}
|
|
42788
|
+
.ae-MobileDevTool-dimension-input {
|
|
42789
|
+
width: 32px;
|
|
42790
|
+
height: 16px;
|
|
42791
|
+
border: none;
|
|
42792
|
+
border-radius: 0.125rem;
|
|
42793
|
+
padding: 0 2px;
|
|
42794
|
+
font-size: 12px;
|
|
42795
|
+
text-align: center;
|
|
42796
|
+
margin-right: 5px;
|
|
42797
|
+
}
|
|
42798
|
+
.ae-MobileDevTool-dimension-input:focus, .ae-MobileDevTool-dimension-input:hover {
|
|
42799
|
+
outline: none;
|
|
42800
|
+
border: 1px solid #2468f2;
|
|
42801
|
+
}
|
|
42802
|
+
.ae-MobileDevTool-right {
|
|
42803
|
+
width: 40%;
|
|
42804
|
+
display: flex;
|
|
42805
|
+
align-items: center;
|
|
42806
|
+
position: relative;
|
|
42807
|
+
height: 20px;
|
|
42808
|
+
}
|
|
42809
|
+
.ae-MobileDevTool-right-scale {
|
|
42810
|
+
margin-right: 10px;
|
|
42811
|
+
display: flex;
|
|
42812
|
+
position: relative;
|
|
42813
|
+
}
|
|
42814
|
+
.ae-MobileDevTool-right-scale-auto-value {
|
|
42815
|
+
position: absolute;
|
|
42816
|
+
background-color: #fff;
|
|
42817
|
+
width: 40px;
|
|
42818
|
+
left: 10px;
|
|
42819
|
+
}
|
|
42820
|
+
.ae-MobileDevTool-right-scale-auto {
|
|
42821
|
+
cursor: pointer;
|
|
42822
|
+
margin-left: 10px;
|
|
42823
|
+
}
|
|
42824
|
+
.ae-MobileDevTool-right-scale-auto:hover {
|
|
42825
|
+
color: #2468f2;
|
|
42826
|
+
}
|
|
42827
|
+
.ae-MobileDevTool-right-rotate-screen {
|
|
42828
|
+
width: 16px;
|
|
42829
|
+
height: 16px;
|
|
42830
|
+
cursor: pointer;
|
|
42831
|
+
position: absolute;
|
|
42832
|
+
top: 1px;
|
|
42833
|
+
}
|
|
42834
|
+
.ae-MobileDevTool-right-rotate-screen:hover {
|
|
42835
|
+
color: #2468f2;
|
|
42836
|
+
}
|
|
42837
|
+
.ae-PreviewIFrameBody * {
|
|
42838
|
+
cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFKADAAQAAAABAAAAFAAAAACy3fD9AAABQ0lEQVQ4EaWVsWrDMBCGI4mCMxRMxgxZvKTQyWvmDn0AQx/Aj+U38NbVXTMUitd4SrZAIARDZ+P+v/EZ46pJKgmEpP90n2Wf7qxmlpYkiQnDcN00zdoYs2zb9pHblFLf0I7QqrquqzzPm6m7mgppmj5Be0FfTG2T9QXrIsuy3Vg3o4UCjKBX9PlI/2vKPc9xHD+UZXmQTQOwh23E8I9x1UP39OmA/WvyZK6N0BNOejYMQBAEbyDd85rXHriMouhLM5rYdSsA10BiW5CleTVE8R3J0rxnviDxJ0vLpRXRZyRL+wBsvprpZDO4aGQxKEcXZ5sPWQxKZTO6aGRpVg04M9F924Us3ZegwpcG/4KsLpeZg0xwiCtH8BZl7JO+Q7VhCXKEEvYhBxmAFADds2pgyuy5VSz43d/lZJh37VfFpurzC/gBw0WEc6PyhBMAAAAASUVORK5CYII="), auto !important;
|
|
42839
|
+
}
|
|
42840
|
+
.ae-MobileDevTool-rightHandle {
|
|
42841
|
+
cursor: ew-resize;
|
|
42842
|
+
position: absolute;
|
|
42843
|
+
right: -6px;
|
|
42844
|
+
top: 40%;
|
|
42845
|
+
width: 10px;
|
|
42846
|
+
height: 22px;
|
|
42847
|
+
z-index: 1000;
|
|
42848
|
+
border: 1px solid #dee2e6;
|
|
42849
|
+
background-color: #fff;
|
|
42850
|
+
border-radius: 0.125rem;
|
|
42851
|
+
color: #666;
|
|
42852
|
+
display: flex;
|
|
42853
|
+
align-items: center;
|
|
42854
|
+
justify-content: center;
|
|
42855
|
+
}
|
|
42856
|
+
.ae-MobileDevTool-rightHandle:hover {
|
|
42857
|
+
color: #000;
|
|
42858
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
42859
|
+
}
|
|
42860
|
+
.ae-MobileDevTool-rightHandle::before {
|
|
42861
|
+
content: "···";
|
|
42862
|
+
display: block;
|
|
42863
|
+
transform: rotate(90deg);
|
|
42864
|
+
}
|
|
42865
|
+
.ae-MobileDevTool-bottomHandle {
|
|
42866
|
+
cursor: ns-resize;
|
|
42867
|
+
position: absolute;
|
|
42868
|
+
bottom: -6px;
|
|
42869
|
+
left: calc(50% - 11px);
|
|
42870
|
+
width: 22px;
|
|
42871
|
+
height: 10px;
|
|
42872
|
+
z-index: 1000;
|
|
42873
|
+
border: 1px solid #dee2e6;
|
|
42874
|
+
background-color: #fff;
|
|
42875
|
+
border-radius: 0.125rem;
|
|
42876
|
+
color: #666;
|
|
42877
|
+
display: flex;
|
|
42878
|
+
align-items: center;
|
|
42879
|
+
justify-content: center;
|
|
42880
|
+
}
|
|
42881
|
+
.ae-MobileDevTool-bottomHandle:hover {
|
|
42882
|
+
color: #000;
|
|
42883
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
42884
|
+
}
|
|
42885
|
+
.ae-MobileDevTool-bottomHandle::before {
|
|
42886
|
+
content: "···";
|
|
42887
|
+
display: block;
|
|
42888
|
+
}
|
|
42889
|
+
.height-move::before {
|
|
42890
|
+
content: "";
|
|
42891
|
+
position: fixed;
|
|
42892
|
+
top: 0;
|
|
42893
|
+
left: 0;
|
|
42894
|
+
right: 0;
|
|
42895
|
+
bottom: 0;
|
|
42896
|
+
z-index: 10000000;
|
|
42897
|
+
cursor: ns-resize;
|
|
42898
|
+
}
|
|
42899
|
+
.height-move * {
|
|
42900
|
+
-webkit-user-select: none;
|
|
42901
|
+
-moz-user-select: none;
|
|
42902
|
+
user-select: none;
|
|
42903
|
+
}
|
|
42904
|
+
.width-move::before {
|
|
42905
|
+
content: "";
|
|
42906
|
+
position: fixed;
|
|
42907
|
+
top: 0;
|
|
42908
|
+
left: 0;
|
|
42909
|
+
right: 0;
|
|
42910
|
+
bottom: 0;
|
|
42911
|
+
z-index: 10000000;
|
|
42912
|
+
cursor: ew-resize;
|
|
42913
|
+
}
|
|
42914
|
+
.width-move * {
|
|
42915
|
+
-webkit-user-select: none;
|
|
42916
|
+
-moz-user-select: none;
|
|
42917
|
+
user-select: none;
|
|
42621
42918
|
}
|