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/default.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);
|
|
@@ -18209,6 +18213,7 @@ input[type=button].cxd-Button--block {
|
|
|
18209
18213
|
min-height: 0;
|
|
18210
18214
|
flex: 1;
|
|
18211
18215
|
height: 2.75rem;
|
|
18216
|
+
font-size: var(--fontSizeMd);
|
|
18212
18217
|
}
|
|
18213
18218
|
.cxd-Modal .cxd-Modal-footer > .cxd-Button:first-child {
|
|
18214
18219
|
margin-left: 0;
|
|
@@ -21341,12 +21346,6 @@ input[type=button].cxd-Button--block {
|
|
|
21341
21346
|
/* 主题 */
|
|
21342
21347
|
/* 子组件 */
|
|
21343
21348
|
}
|
|
21344
|
-
.cxd-Panel-fixedBottom {
|
|
21345
|
-
position: sticky;
|
|
21346
|
-
background: var(--white);
|
|
21347
|
-
bottom: var(--affix-offset-bottom);
|
|
21348
|
-
z-index: 900;
|
|
21349
|
-
}
|
|
21350
21349
|
.cxd-Panel--default {
|
|
21351
21350
|
border-color: var(--Panel-top-border-color) var(--Panel-right-border-color) var(--Panel-bottom-border-color) var(--Panel-left-border-color);
|
|
21352
21351
|
}
|
|
@@ -21443,6 +21442,16 @@ input[type=button].cxd-Button--block {
|
|
|
21443
21442
|
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);
|
|
21444
21443
|
border-radius: var(--Panel-headingBorderRadius);
|
|
21445
21444
|
}
|
|
21445
|
+
.cxd-Panel-heading.is-collapsible {
|
|
21446
|
+
display: flex;
|
|
21447
|
+
justify-content: space-between;
|
|
21448
|
+
}
|
|
21449
|
+
.cxd-Panel-arrow {
|
|
21450
|
+
transition: transform 0.1s ease-in;
|
|
21451
|
+
}
|
|
21452
|
+
.cxd-Panel-arrow.is-collapsed {
|
|
21453
|
+
transform: rotate(180deg);
|
|
21454
|
+
}
|
|
21446
21455
|
.cxd-Panel-title {
|
|
21447
21456
|
margin: 0;
|
|
21448
21457
|
font-size: var(--Panel-heading-fontSize);
|
|
@@ -21465,6 +21474,12 @@ input[type=button].cxd-Button--block {
|
|
|
21465
21474
|
.cxd-Panel-footer .cxd-Button + .cxd-Button {
|
|
21466
21475
|
margin-left: var(--Panel-footerButtonMarginLeft);
|
|
21467
21476
|
}
|
|
21477
|
+
.cxd-Panel-fixedBottom {
|
|
21478
|
+
position: sticky;
|
|
21479
|
+
background: var(--white);
|
|
21480
|
+
bottom: var(--affix-offset-bottom);
|
|
21481
|
+
z-index: 900;
|
|
21482
|
+
}
|
|
21468
21483
|
.cxd-Panel-btnToolbar {
|
|
21469
21484
|
text-align: var(--Panel-btnToolbarTextAlign);
|
|
21470
21485
|
}
|
|
@@ -21494,10 +21509,12 @@ input[type=button].cxd-Button--block {
|
|
|
21494
21509
|
border-radius: 0;
|
|
21495
21510
|
}
|
|
21496
21511
|
.cxd-Panel--form > .cxd-Panel-heading .cxd-Panel-title {
|
|
21497
|
-
padding-left: var(--Panel-body-paddingLeft);
|
|
21498
|
-
border-left: 0.1875rem solid var(--primary);
|
|
21499
21512
|
font-size: var(--fontSizeLg);
|
|
21500
21513
|
}
|
|
21514
|
+
.cxd-Panel--form > .cxd-Panel-heading .cxd-Panel-title .icon {
|
|
21515
|
+
width: var(--sizes-base-7);
|
|
21516
|
+
height: var(--sizes-base-7);
|
|
21517
|
+
}
|
|
21501
21518
|
.cxd-Panel--form .cxd-Panel-footerWrap {
|
|
21502
21519
|
padding-bottom: var(--Panel-body-paddingBottom);
|
|
21503
21520
|
}
|
|
@@ -23666,9 +23683,95 @@ input[type=button].cxd-Button--block {
|
|
|
23666
23683
|
.cxd-Crud2-pager {
|
|
23667
23684
|
align-self: flex-start;
|
|
23668
23685
|
}
|
|
23669
|
-
.cxd-Crud2-filter {
|
|
23686
|
+
.cxd-Crud2-filter:not(:empty) {
|
|
23670
23687
|
margin-bottom: var(--gap-base);
|
|
23671
23688
|
}
|
|
23689
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-ColumnToggler {
|
|
23690
|
+
display: none;
|
|
23691
|
+
}
|
|
23692
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-SearchBox {
|
|
23693
|
+
border-radius: var(--Form-input-borderRadius);
|
|
23694
|
+
width: 100%;
|
|
23695
|
+
}
|
|
23696
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card {
|
|
23697
|
+
--Card-borderRadius: var(--sizes-size-5);
|
|
23698
|
+
--gap-base: var(--sizes-size-9);
|
|
23699
|
+
--fontSizeBase: var(--fonts-size-7);
|
|
23700
|
+
--body-lineHeight: var(--sizes-base-11);
|
|
23701
|
+
--Card-actions-borderColor: #f2f2f4;
|
|
23702
|
+
--Card-actions-fontSize: var(--fontSizeBase);
|
|
23703
|
+
font-size: var(--fontSizeBase);
|
|
23704
|
+
border: 0;
|
|
23705
|
+
box-shadow: var(--boxShadowSm);
|
|
23706
|
+
}
|
|
23707
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-field {
|
|
23708
|
+
margin-bottom: var(--sizes-size-3);
|
|
23709
|
+
}
|
|
23710
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-fieldLabel {
|
|
23711
|
+
color: var(--colors-neutral-text-5);
|
|
23712
|
+
font-size: var(--fontSizeBase);
|
|
23713
|
+
flex-basis: var(--sizes-base-28);
|
|
23714
|
+
line-height: var(--body-lineHeight);
|
|
23715
|
+
margin-right: var(--sizes-size-6);
|
|
23716
|
+
}
|
|
23717
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-fieldValue {
|
|
23718
|
+
color: var(--colors-neutral-text-2);
|
|
23719
|
+
}
|
|
23720
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-actions-wrapper {
|
|
23721
|
+
padding-left: var(--gap-md);
|
|
23722
|
+
padding-right: var(--gap-md);
|
|
23723
|
+
}
|
|
23724
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-actions > a {
|
|
23725
|
+
height: var(--sizes-base-12);
|
|
23726
|
+
line-height: var(--sizes-base-12);
|
|
23727
|
+
margin-top: var(--sizes-size-4);
|
|
23728
|
+
margin-bottom: var(--sizes-size-4);
|
|
23729
|
+
}
|
|
23730
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card .cxd-Form-item .cxd-Form-value,
|
|
23731
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card .cxd-Form-item .cxd-Form-control {
|
|
23732
|
+
font-size: var(--fontSizeBase);
|
|
23733
|
+
}
|
|
23734
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-multiMedia--right {
|
|
23735
|
+
align-items: flex-start;
|
|
23736
|
+
}
|
|
23737
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card-multiMedia-img {
|
|
23738
|
+
width: var(--sizes-base-45);
|
|
23739
|
+
height: var(--sizes-base-45);
|
|
23740
|
+
}
|
|
23741
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card .cxd-Image {
|
|
23742
|
+
border: 0;
|
|
23743
|
+
}
|
|
23744
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card .cxd-Image--thumb {
|
|
23745
|
+
padding-left: 0;
|
|
23746
|
+
}
|
|
23747
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Card .cxd-Image--thumb img {
|
|
23748
|
+
border-radius: var(--sizes-size-5);
|
|
23749
|
+
}
|
|
23750
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Panel {
|
|
23751
|
+
--Panel-bodyPadding: var(--gap-md);
|
|
23752
|
+
--Panel-headingPadding: var(--gap-sm) var(--gap-md);
|
|
23753
|
+
--Panel-body-paddingTop: var(--gap-md);
|
|
23754
|
+
--Panel-body-paddingBottom: var(--gap-md);
|
|
23755
|
+
--Panel-body-paddingLeft: var(--gap-md);
|
|
23756
|
+
--Panel-body-paddingRight: var(--gap-md);
|
|
23757
|
+
}
|
|
23758
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Panel--form {
|
|
23759
|
+
margin: 0;
|
|
23760
|
+
margin-bottom: var(--gap-md);
|
|
23761
|
+
border-radius: var(--sizes-size-5);
|
|
23762
|
+
box-shadow: var(--boxShadowSm);
|
|
23763
|
+
}
|
|
23764
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Panel-body {
|
|
23765
|
+
padding-top: 0;
|
|
23766
|
+
}
|
|
23767
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Panel .cxd-Form--column {
|
|
23768
|
+
margin-left: 0;
|
|
23769
|
+
margin-right: 0;
|
|
23770
|
+
}
|
|
23771
|
+
.cxd-Crud2.is-mobile.is-mobile-cards .cxd-Panel .cxd-Form-item {
|
|
23772
|
+
padding-left: 0;
|
|
23773
|
+
padding-right: 0;
|
|
23774
|
+
}
|
|
23672
23775
|
@media (min-width: 576px) {
|
|
23673
23776
|
.cxd-Crud-toolbar {
|
|
23674
23777
|
margin-top: calc(var(--Crud-toolbar-gap) * -1);
|
|
@@ -23907,6 +24010,9 @@ input[type=button].cxd-Button--block {
|
|
|
23907
24010
|
.cxd-Table-table th > .cxd-Form, .cxd-Table-table th > .cxd-Form-item > .cxd-Form-control:not(.is-thin), .cxd-Table-table td > .cxd-Form, .cxd-Table-table td > .cxd-Form-item > .cxd-Form-control:not(.is-thin) {
|
|
23908
24011
|
min-width: var(--Form-control-widthBase);
|
|
23909
24012
|
}
|
|
24013
|
+
.cxd-Table-table th > .cxd-Form.cxd-CheckboxControl, .cxd-Table-table th > .cxd-Form.cxd-SwitchControl, .cxd-Table-table th > .cxd-Form.cxd-RadiosControl, .cxd-Table-table th > .cxd-Form-item > .cxd-Form-control:not(.is-thin).cxd-CheckboxControl, .cxd-Table-table th > .cxd-Form-item > .cxd-Form-control:not(.is-thin).cxd-SwitchControl, .cxd-Table-table th > .cxd-Form-item > .cxd-Form-control:not(.is-thin).cxd-RadiosControl, .cxd-Table-table td > .cxd-Form.cxd-CheckboxControl, .cxd-Table-table td > .cxd-Form.cxd-SwitchControl, .cxd-Table-table td > .cxd-Form.cxd-RadiosControl, .cxd-Table-table td > .cxd-Form-item > .cxd-Form-control:not(.is-thin).cxd-CheckboxControl, .cxd-Table-table td > .cxd-Form-item > .cxd-Form-control:not(.is-thin).cxd-SwitchControl, .cxd-Table-table td > .cxd-Form-item > .cxd-Form-control:not(.is-thin).cxd-RadiosControl {
|
|
24014
|
+
min-width: auto;
|
|
24015
|
+
}
|
|
23910
24016
|
.cxd-Table-table th .cxd-Form-static, .cxd-Table-table td .cxd-Form-static {
|
|
23911
24017
|
min-height: auto;
|
|
23912
24018
|
}
|
|
@@ -24096,10 +24202,10 @@ input[type=button].cxd-Button--block {
|
|
|
24096
24202
|
color: #a0a0a0;
|
|
24097
24203
|
}
|
|
24098
24204
|
.cxd-Table-table > tbody > tr.bg-dark.lt, .cxd-Table-table > tbody > tr.bg-dark .lt {
|
|
24099
|
-
background: #
|
|
24205
|
+
background: #3e4750;
|
|
24100
24206
|
}
|
|
24101
24207
|
.cxd-Table-table > tbody > tr.bg-dark.lter, .cxd-Table-table > tbody > tr.bg-dark .lter {
|
|
24102
|
-
background: #
|
|
24208
|
+
background: #475460;
|
|
24103
24209
|
}
|
|
24104
24210
|
.cxd-Table-table > tbody > tr.bg-dark.dk, .cxd-Table-table > tbody > tr.bg-dark .dk {
|
|
24105
24211
|
background: #272d33;
|
|
@@ -24130,10 +24236,10 @@ input[type=button].cxd-Button--block {
|
|
|
24130
24236
|
color: #666666;
|
|
24131
24237
|
}
|
|
24132
24238
|
.cxd-Table-table > tbody > tr.bg-black.lt, .cxd-Table-table > tbody > tr.bg-black .lt {
|
|
24133
|
-
background: #
|
|
24239
|
+
background: #0d0c0c;
|
|
24134
24240
|
}
|
|
24135
24241
|
.cxd-Table-table > tbody > tr.bg-black.lter, .cxd-Table-table > tbody > tr.bg-black .lter {
|
|
24136
|
-
background: #
|
|
24242
|
+
background: #1b1818;
|
|
24137
24243
|
}
|
|
24138
24244
|
.cxd-Table-table > tbody > tr.bg-black.dk, .cxd-Table-table > tbody > tr.bg-black .dk {
|
|
24139
24245
|
background: black;
|
|
@@ -24164,10 +24270,10 @@ input[type=button].cxd-Button--block {
|
|
|
24164
24270
|
color: #cfe5fc;
|
|
24165
24271
|
}
|
|
24166
24272
|
.cxd-Table-table > tbody > tr.bg-primary.lt, .cxd-Table-table > tbody > tr.bg-primary .lt {
|
|
24167
|
-
background: #
|
|
24273
|
+
background: #1a88ff;
|
|
24168
24274
|
}
|
|
24169
24275
|
.cxd-Table-table > tbody > tr.bg-primary.lter, .cxd-Table-table > tbody > tr.bg-primary .lter {
|
|
24170
|
-
background: #
|
|
24276
|
+
background: #3395ff;
|
|
24171
24277
|
}
|
|
24172
24278
|
.cxd-Table-table > tbody > tr.bg-primary.dk, .cxd-Table-table > tbody > tr.bg-primary .dk {
|
|
24173
24279
|
background: #006fe6;
|
|
@@ -24198,10 +24304,10 @@ input[type=button].cxd-Button--block {
|
|
|
24198
24304
|
color: #b4e7c0;
|
|
24199
24305
|
}
|
|
24200
24306
|
.cxd-Table-table > tbody > tr.bg-success.lt, .cxd-Table-table > tbody > tr.bg-success .lt {
|
|
24201
|
-
background: #
|
|
24307
|
+
background: #2abe4c;
|
|
24202
24308
|
}
|
|
24203
24309
|
.cxd-Table-table > tbody > tr.bg-success.lter, .cxd-Table-table > tbody > tr.bg-success .lter {
|
|
24204
|
-
background: #
|
|
24310
|
+
background: #2dd554;
|
|
24205
24311
|
}
|
|
24206
24312
|
.cxd-Table-table > tbody > tr.bg-success.dk, .cxd-Table-table > tbody > tr.bg-success .dk {
|
|
24207
24313
|
background: #21953b;
|
|
@@ -24232,10 +24338,10 @@ input[type=button].cxd-Button--block {
|
|
|
24232
24338
|
color: #cfe5fc;
|
|
24233
24339
|
}
|
|
24234
24340
|
.cxd-Table-table > tbody > tr.bg-info.lt, .cxd-Table-table > tbody > tr.bg-info .lt {
|
|
24235
|
-
background: #
|
|
24341
|
+
background: #1a88ff;
|
|
24236
24342
|
}
|
|
24237
24343
|
.cxd-Table-table > tbody > tr.bg-info.lter, .cxd-Table-table > tbody > tr.bg-info .lter {
|
|
24238
|
-
background: #
|
|
24344
|
+
background: #3395ff;
|
|
24239
24345
|
}
|
|
24240
24346
|
.cxd-Table-table > tbody > tr.bg-info.dk, .cxd-Table-table > tbody > tr.bg-info .dk {
|
|
24241
24347
|
background: #006fe6;
|
|
@@ -24266,10 +24372,10 @@ input[type=button].cxd-Button--block {
|
|
|
24266
24372
|
color: #fffefa;
|
|
24267
24373
|
}
|
|
24268
24374
|
.cxd-Table-table > tbody > tr.bg-warning.lt, .cxd-Table-table > tbody > tr.bg-warning .lt {
|
|
24269
|
-
background: #
|
|
24375
|
+
background: #fddd4a;
|
|
24270
24376
|
}
|
|
24271
24377
|
.cxd-Table-table > tbody > tr.bg-warning.lter, .cxd-Table-table > tbody > tr.bg-warning .lter {
|
|
24272
|
-
background: #
|
|
24378
|
+
background: #ffe361;
|
|
24273
24379
|
}
|
|
24274
24380
|
.cxd-Table-table > tbody > tr.bg-warning.dk, .cxd-Table-table > tbody > tr.bg-warning .dk {
|
|
24275
24381
|
background: #fcd417;
|
|
@@ -24300,10 +24406,10 @@ input[type=button].cxd-Button--block {
|
|
|
24300
24406
|
color: #f8e5e6;
|
|
24301
24407
|
}
|
|
24302
24408
|
.cxd-Table-table > tbody > tr.bg-danger.lt, .cxd-Table-table > tbody > tr.bg-danger .lt {
|
|
24303
|
-
background: #
|
|
24409
|
+
background: #e24857;
|
|
24304
24410
|
}
|
|
24305
24411
|
.cxd-Table-table > tbody > tr.bg-danger.lter, .cxd-Table-table > tbody > tr.bg-danger .lter {
|
|
24306
|
-
background: #
|
|
24412
|
+
background: #e85c69;
|
|
24307
24413
|
}
|
|
24308
24414
|
.cxd-Table-table > tbody > tr.bg-danger.dk, .cxd-Table-table > tbody > tr.bg-danger .dk {
|
|
24309
24415
|
background: #d62133;
|
|
@@ -25097,10 +25203,10 @@ input[type=button].cxd-Button--block {
|
|
|
25097
25203
|
color: #a0a0a0;
|
|
25098
25204
|
}
|
|
25099
25205
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .lt {
|
|
25100
|
-
background: #
|
|
25206
|
+
background: #3e4750;
|
|
25101
25207
|
}
|
|
25102
25208
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .lter {
|
|
25103
|
-
background: #
|
|
25209
|
+
background: #475460;
|
|
25104
25210
|
}
|
|
25105
25211
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-dark .dk {
|
|
25106
25212
|
background: #272d33;
|
|
@@ -25131,10 +25237,10 @@ input[type=button].cxd-Button--block {
|
|
|
25131
25237
|
color: #666666;
|
|
25132
25238
|
}
|
|
25133
25239
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .lt {
|
|
25134
|
-
background: #
|
|
25240
|
+
background: #0d0c0c;
|
|
25135
25241
|
}
|
|
25136
25242
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .lter {
|
|
25137
|
-
background: #
|
|
25243
|
+
background: #1b1818;
|
|
25138
25244
|
}
|
|
25139
25245
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-black.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-black .dk {
|
|
25140
25246
|
background: black;
|
|
@@ -25165,10 +25271,10 @@ input[type=button].cxd-Button--block {
|
|
|
25165
25271
|
color: #cfe5fc;
|
|
25166
25272
|
}
|
|
25167
25273
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .lt {
|
|
25168
|
-
background: #
|
|
25274
|
+
background: #1a88ff;
|
|
25169
25275
|
}
|
|
25170
25276
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .lter {
|
|
25171
|
-
background: #
|
|
25277
|
+
background: #3395ff;
|
|
25172
25278
|
}
|
|
25173
25279
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-primary .dk {
|
|
25174
25280
|
background: #006fe6;
|
|
@@ -25199,10 +25305,10 @@ input[type=button].cxd-Button--block {
|
|
|
25199
25305
|
color: #b4e7c0;
|
|
25200
25306
|
}
|
|
25201
25307
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .lt {
|
|
25202
|
-
background: #
|
|
25308
|
+
background: #2abe4c;
|
|
25203
25309
|
}
|
|
25204
25310
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .lter {
|
|
25205
|
-
background: #
|
|
25311
|
+
background: #2dd554;
|
|
25206
25312
|
}
|
|
25207
25313
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-success.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-success .dk {
|
|
25208
25314
|
background: #21953b;
|
|
@@ -25233,10 +25339,10 @@ input[type=button].cxd-Button--block {
|
|
|
25233
25339
|
color: #cfe5fc;
|
|
25234
25340
|
}
|
|
25235
25341
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .lt {
|
|
25236
|
-
background: #
|
|
25342
|
+
background: #1a88ff;
|
|
25237
25343
|
}
|
|
25238
25344
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .lter {
|
|
25239
|
-
background: #
|
|
25345
|
+
background: #3395ff;
|
|
25240
25346
|
}
|
|
25241
25347
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-info.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-info .dk {
|
|
25242
25348
|
background: #006fe6;
|
|
@@ -25267,10 +25373,10 @@ input[type=button].cxd-Button--block {
|
|
|
25267
25373
|
color: #fffefa;
|
|
25268
25374
|
}
|
|
25269
25375
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .lt {
|
|
25270
|
-
background: #
|
|
25376
|
+
background: #fddd4a;
|
|
25271
25377
|
}
|
|
25272
25378
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .lter {
|
|
25273
|
-
background: #
|
|
25379
|
+
background: #ffe361;
|
|
25274
25380
|
}
|
|
25275
25381
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-warning .dk {
|
|
25276
25382
|
background: #fcd417;
|
|
@@ -25301,10 +25407,10 @@ input[type=button].cxd-Button--block {
|
|
|
25301
25407
|
color: #f8e5e6;
|
|
25302
25408
|
}
|
|
25303
25409
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.lt, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .lt {
|
|
25304
|
-
background: #
|
|
25410
|
+
background: #e24857;
|
|
25305
25411
|
}
|
|
25306
25412
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.lter, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .lter {
|
|
25307
|
-
background: #
|
|
25413
|
+
background: #e85c69;
|
|
25308
25414
|
}
|
|
25309
25415
|
.cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger.dk, .cxd-Table2 .cxd-Table-table > tbody > tr.bg-danger .dk {
|
|
25310
25416
|
background: #d62133;
|
|
@@ -26814,6 +26920,19 @@ input[type=button].cxd-Button--block {
|
|
|
26814
26920
|
text-overflow: ellipsis;
|
|
26815
26921
|
overflow: hidden;
|
|
26816
26922
|
}
|
|
26923
|
+
@media (max-width: 767px) {
|
|
26924
|
+
.cxd-Card-fieldValue .cxd-Form-item {
|
|
26925
|
+
padding-top: 0;
|
|
26926
|
+
padding-bottom: 0;
|
|
26927
|
+
}
|
|
26928
|
+
.cxd-Card-fieldValue .cxd-Form-item:after {
|
|
26929
|
+
display: none;
|
|
26930
|
+
}
|
|
26931
|
+
.cxd-Card-fieldValue .cxd-Form-item .cxd-Form-static {
|
|
26932
|
+
padding-top: 0;
|
|
26933
|
+
padding-bottom: 0;
|
|
26934
|
+
}
|
|
26935
|
+
}
|
|
26817
26936
|
.cxd-Card-fieldLabel {
|
|
26818
26937
|
flex-grow: 0;
|
|
26819
26938
|
flex-shrink: 0;
|
|
@@ -28408,6 +28527,7 @@ input[type=button].cxd-Button--block {
|
|
|
28408
28527
|
content: var(--image-image-normal-icon);
|
|
28409
28528
|
}
|
|
28410
28529
|
.cxd-InputBox {
|
|
28530
|
+
height: var(--input-size-default-height);
|
|
28411
28531
|
display: flex;
|
|
28412
28532
|
background: var(--Form-input-bg);
|
|
28413
28533
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
@@ -28417,7 +28537,6 @@ input[type=button].cxd-Button--block {
|
|
|
28417
28537
|
font-size: var(--Form-input-fontSize);
|
|
28418
28538
|
flex-wrap: wrap;
|
|
28419
28539
|
justify-content: flex-start;
|
|
28420
|
-
height: var(--input-size-default-height);
|
|
28421
28540
|
}
|
|
28422
28541
|
.cxd-InputBox input {
|
|
28423
28542
|
flex-basis: 1.875rem;
|
|
@@ -28810,6 +28929,11 @@ input[type=button].cxd-Button--block {
|
|
|
28810
28929
|
.cxd-SchemaEditor-info {
|
|
28811
28930
|
min-width: 0;
|
|
28812
28931
|
min-height: 0;
|
|
28932
|
+
flex: 1;
|
|
28933
|
+
display: flex;
|
|
28934
|
+
flex-direction: row;
|
|
28935
|
+
justify-content: space-between;
|
|
28936
|
+
align-items: center;
|
|
28813
28937
|
display: flex;
|
|
28814
28938
|
background: var(--Form-input-bg);
|
|
28815
28939
|
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
@@ -28819,11 +28943,6 @@ input[type=button].cxd-Button--block {
|
|
|
28819
28943
|
font-size: var(--Form-input-fontSize);
|
|
28820
28944
|
flex-wrap: wrap;
|
|
28821
28945
|
justify-content: flex-start;
|
|
28822
|
-
flex: 1;
|
|
28823
|
-
display: flex;
|
|
28824
|
-
flex-direction: row;
|
|
28825
|
-
justify-content: space-between;
|
|
28826
|
-
align-items: center;
|
|
28827
28946
|
}
|
|
28828
28947
|
.cxd-SchemaEditor-info input {
|
|
28829
28948
|
flex-basis: 1.875rem;
|
|
@@ -28860,15 +28979,6 @@ input[type=button].cxd-Button--block {
|
|
|
28860
28979
|
color: var(--Form-input-placeholderColor);
|
|
28861
28980
|
}
|
|
28862
28981
|
.cxd-ResultBox {
|
|
28863
|
-
display: flex;
|
|
28864
|
-
background: var(--Form-input-bg);
|
|
28865
|
-
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
28866
|
-
border-radius: var(--Form-input-borderRadius);
|
|
28867
|
-
line-height: var(--Form-input-lineHeight);
|
|
28868
|
-
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
28869
|
-
font-size: var(--Form-input-fontSize);
|
|
28870
|
-
flex-wrap: wrap;
|
|
28871
|
-
justify-content: flex-start;
|
|
28872
28982
|
flex-wrap: nowrap;
|
|
28873
28983
|
padding: 0 0.75rem;
|
|
28874
28984
|
min-height: var(--Form-input-height);
|
|
@@ -28885,6 +28995,15 @@ input[type=button].cxd-Button--block {
|
|
|
28885
28995
|
border-radius: var(--Form-select-borderRadius);
|
|
28886
28996
|
min-height: var(--Form-selectOption-height);
|
|
28887
28997
|
padding: var(--select-base-default-paddingTop) var(--select-base-default-paddingRight) var(--select-base-default-paddingBottom) var(--select-base-default-paddingLeft);
|
|
28998
|
+
display: flex;
|
|
28999
|
+
background: var(--Form-input-bg);
|
|
29000
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
29001
|
+
border-radius: var(--Form-input-borderRadius);
|
|
29002
|
+
line-height: var(--Form-input-lineHeight);
|
|
29003
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
29004
|
+
font-size: var(--Form-input-fontSize);
|
|
29005
|
+
flex-wrap: wrap;
|
|
29006
|
+
justify-content: flex-start;
|
|
28888
29007
|
}
|
|
28889
29008
|
.cxd-ResultBox input {
|
|
28890
29009
|
flex-basis: 1.875rem;
|
|
@@ -30992,10 +31111,10 @@ input.cxd-TextControl-input-password {
|
|
|
30992
31111
|
color: var(--Form-input-onDisabled-color);
|
|
30993
31112
|
}
|
|
30994
31113
|
.cxd-TextareaControl {
|
|
30995
|
-
position: relative;
|
|
30996
|
-
max-width: 100%;
|
|
30997
31114
|
--Form-input-clearBtn-padding: 0.125rem;
|
|
30998
31115
|
position: relative;
|
|
31116
|
+
position: relative;
|
|
31117
|
+
max-width: 100%;
|
|
30999
31118
|
}
|
|
31000
31119
|
.cxd-TextareaControl.is-inline {
|
|
31001
31120
|
display: inline-block;
|
|
@@ -34957,18 +35076,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
34957
35076
|
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);
|
|
34958
35077
|
box-shadow: var(--shadows-shadow-none);
|
|
34959
35078
|
}
|
|
34960
|
-
.cxd-ImageControl-addBtn-bg {
|
|
34961
|
-
position: absolute;
|
|
34962
|
-
z-index: 0;
|
|
34963
|
-
overflow: hidden;
|
|
34964
|
-
left: 0;
|
|
34965
|
-
right: 0;
|
|
34966
|
-
top: 0;
|
|
34967
|
-
bottom: 0;
|
|
34968
|
-
}
|
|
34969
|
-
.cxd-ImageControl-addBtn-bg .cxd-Image {
|
|
34970
|
-
border: 0;
|
|
34971
|
-
}
|
|
34972
35079
|
.cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
|
|
34973
35080
|
color: var(--ImageControl-addBtn-onHover-color);
|
|
34974
35081
|
background: var(--ImageControl-addBtn-onHover-bg);
|
|
@@ -35009,6 +35116,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35009
35116
|
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);
|
|
35010
35117
|
box-shadow: var(--shadows-shadow-none);
|
|
35011
35118
|
}
|
|
35119
|
+
.cxd-ImageControl-addBtn-bg {
|
|
35120
|
+
position: absolute;
|
|
35121
|
+
z-index: 0;
|
|
35122
|
+
overflow: hidden;
|
|
35123
|
+
left: 0;
|
|
35124
|
+
right: 0;
|
|
35125
|
+
top: 0;
|
|
35126
|
+
bottom: 0;
|
|
35127
|
+
}
|
|
35128
|
+
.cxd-ImageControl-addBtn-bg .cxd-Image {
|
|
35129
|
+
border: 0;
|
|
35130
|
+
}
|
|
35012
35131
|
.cxd-ImageControl-addBtn svg {
|
|
35013
35132
|
top: 0;
|
|
35014
35133
|
margin-bottom: var(--inputImage-base-default-icon-margin);
|
|
@@ -36351,9 +36470,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36351
36470
|
border: var(--Form-select-outer-borderWidth) solid var(--Form-select-outer-borderColor);
|
|
36352
36471
|
}
|
|
36353
36472
|
.cxd-TreeSelect {
|
|
36473
|
+
outline: none;
|
|
36354
36474
|
position: relative;
|
|
36355
36475
|
max-width: 100%;
|
|
36356
|
-
outline: none;
|
|
36357
36476
|
}
|
|
36358
36477
|
.cxd-TreeSelect.is-inline {
|
|
36359
36478
|
display: inline-block;
|
|
@@ -36864,9 +36983,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36864
36983
|
vertical-align: middle;
|
|
36865
36984
|
}
|
|
36866
36985
|
.cxd-Picker {
|
|
36986
|
+
outline: none;
|
|
36867
36987
|
position: relative;
|
|
36868
36988
|
max-width: 100%;
|
|
36869
|
-
outline: none;
|
|
36870
36989
|
/* tag 样式 */
|
|
36871
36990
|
}
|
|
36872
36991
|
.cxd-Picker.is-inline {
|
|
@@ -39236,7 +39355,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39236
39355
|
overflow-wrap: break-word;
|
|
39237
39356
|
margin-right: 0;
|
|
39238
39357
|
margin-bottom: 0;
|
|
39239
|
-
font-size: var(--fontSizeLg);
|
|
39240
39358
|
}
|
|
39241
39359
|
.cxd-Form-item .cxd-Form-label + .cxd-Form-item-controlBox {
|
|
39242
39360
|
max-width: 72%;
|
|
@@ -39248,11 +39366,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39248
39366
|
.cxd-Form-item .cxd-Form-description {
|
|
39249
39367
|
font-size: var(--fontSizeBase);
|
|
39250
39368
|
}
|
|
39251
|
-
.cxd-Form-item .cxd-TextControl-input {
|
|
39252
|
-
font-size: var(--fontSizeLg);
|
|
39253
|
-
}
|
|
39254
39369
|
.cxd-Form-item .cxd-TextControl-input input {
|
|
39255
|
-
height: calc(var(--Form-input-lineHeight) * var(--
|
|
39370
|
+
height: calc(var(--Form-input-lineHeight) * var(--Form-item-fontSize));
|
|
39256
39371
|
}
|
|
39257
39372
|
.cxd-Form-item .cxd-NumberControl .cxd-Number {
|
|
39258
39373
|
min-width: 0;
|
|
@@ -39306,7 +39421,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39306
39421
|
.cxd-Form-item .cxd-Form-control {
|
|
39307
39422
|
flex: 1;
|
|
39308
39423
|
flex-wrap: wrap;
|
|
39309
|
-
font-size: var(--fontSizeLg);
|
|
39310
39424
|
min-width: 0;
|
|
39311
39425
|
}
|
|
39312
39426
|
.cxd-Form-item .cxd-Form-value .cxd-ColorPicker > input,
|
|
@@ -39403,6 +39517,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39403
39517
|
}
|
|
39404
39518
|
.cxd-Form-item .cxd-TextareaControl > textarea,
|
|
39405
39519
|
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input,
|
|
39520
|
+
.cxd-Form-item .cxd-Number-input,
|
|
39521
|
+
.cxd-Form-item .cxd-ResultBox,
|
|
39522
|
+
.cxd-Form-item .cxd-DateControl > .cxd-DatePicker,
|
|
39406
39523
|
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input {
|
|
39407
39524
|
border: none;
|
|
39408
39525
|
padding: 0 var(--Form-input-paddingX) 0 0;
|
|
@@ -39413,6 +39530,15 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39413
39530
|
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:hover,
|
|
39414
39531
|
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input:focus,
|
|
39415
39532
|
.cxd-Form-item .cxd-Form-control > .cxd-TextControl-input.active,
|
|
39533
|
+
.cxd-Form-item .cxd-Number-input:hover,
|
|
39534
|
+
.cxd-Form-item .cxd-Number-input:focus,
|
|
39535
|
+
.cxd-Form-item .cxd-Number-input.active,
|
|
39536
|
+
.cxd-Form-item .cxd-ResultBox:hover,
|
|
39537
|
+
.cxd-Form-item .cxd-ResultBox:focus,
|
|
39538
|
+
.cxd-Form-item .cxd-ResultBox.active,
|
|
39539
|
+
.cxd-Form-item .cxd-DateControl > .cxd-DatePicker:hover,
|
|
39540
|
+
.cxd-Form-item .cxd-DateControl > .cxd-DatePicker:focus,
|
|
39541
|
+
.cxd-Form-item .cxd-DateControl > .cxd-DatePicker.active,
|
|
39416
39542
|
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:hover,
|
|
39417
39543
|
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input:focus,
|
|
39418
39544
|
.cxd-Form-item .cxd-TextControl.is-focused > .cxd-TextControl-input.active {
|
|
@@ -41504,6 +41630,12 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41504
41630
|
line-height: var(--gap-lg);
|
|
41505
41631
|
color: #999;
|
|
41506
41632
|
}
|
|
41633
|
+
.cxd-PullRefresh-footer {
|
|
41634
|
+
text-align: center;
|
|
41635
|
+
color: #999;
|
|
41636
|
+
margin-bottom: 12px;
|
|
41637
|
+
font-size: var(--fontSizeMd);
|
|
41638
|
+
}
|
|
41507
41639
|
.cxd-PullRefresh .loading-icon {
|
|
41508
41640
|
animation: var(--Button-animation-spin);
|
|
41509
41641
|
margin-right: var(--gap-xs);
|
|
@@ -42607,4 +42739,169 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
42607
42739
|
cursor: not-allowed;
|
|
42608
42740
|
background: var(--Form-input-onDisabled-bg);
|
|
42609
42741
|
border-color: var(--Form-input-onDisabled-borderColor);
|
|
42742
|
+
}
|
|
42743
|
+
.ae-MobileDevTool {
|
|
42744
|
+
display: flex;
|
|
42745
|
+
justify-content: space-between;
|
|
42746
|
+
align-items: center;
|
|
42747
|
+
font-size: 12px;
|
|
42748
|
+
background-color: #fff;
|
|
42749
|
+
z-index: 1001;
|
|
42750
|
+
border-bottom: 1px solid #dee2e6;
|
|
42751
|
+
height: 20px;
|
|
42752
|
+
}
|
|
42753
|
+
.ae-MobileDevTool-dimensions {
|
|
42754
|
+
width: 40%;
|
|
42755
|
+
display: flex;
|
|
42756
|
+
justify-content: end;
|
|
42757
|
+
}
|
|
42758
|
+
.ae-MobileDevTool-select {
|
|
42759
|
+
font-size: 12px;
|
|
42760
|
+
padding: 0;
|
|
42761
|
+
border: none !important;
|
|
42762
|
+
min-height: initial;
|
|
42763
|
+
margin-left: 10px;
|
|
42764
|
+
vertical-align: initial;
|
|
42765
|
+
}
|
|
42766
|
+
.ae-MobileDevTool-select span {
|
|
42767
|
+
font-size: 12px !important;
|
|
42768
|
+
}
|
|
42769
|
+
.ae-MobileDevTool-select .cxd-PopOver {
|
|
42770
|
+
width: 180px !important;
|
|
42771
|
+
z-index: 10000;
|
|
42772
|
+
}
|
|
42773
|
+
.ae-MobileDevTool-dimension span {
|
|
42774
|
+
margin-right: 5px;
|
|
42775
|
+
padding: 0 2px;
|
|
42776
|
+
}
|
|
42777
|
+
.ae-MobileDevTool-dimension-input {
|
|
42778
|
+
width: 32px;
|
|
42779
|
+
height: 16px;
|
|
42780
|
+
border: none;
|
|
42781
|
+
border-radius: 0.125rem;
|
|
42782
|
+
padding: 0 2px;
|
|
42783
|
+
font-size: 12px;
|
|
42784
|
+
text-align: center;
|
|
42785
|
+
margin-right: 5px;
|
|
42786
|
+
}
|
|
42787
|
+
.ae-MobileDevTool-dimension-input:focus, .ae-MobileDevTool-dimension-input:hover {
|
|
42788
|
+
outline: none;
|
|
42789
|
+
border: 1px solid #2468f2;
|
|
42790
|
+
}
|
|
42791
|
+
.ae-MobileDevTool-right {
|
|
42792
|
+
width: 40%;
|
|
42793
|
+
display: flex;
|
|
42794
|
+
align-items: center;
|
|
42795
|
+
position: relative;
|
|
42796
|
+
height: 20px;
|
|
42797
|
+
}
|
|
42798
|
+
.ae-MobileDevTool-right-scale {
|
|
42799
|
+
margin-right: 10px;
|
|
42800
|
+
display: flex;
|
|
42801
|
+
position: relative;
|
|
42802
|
+
}
|
|
42803
|
+
.ae-MobileDevTool-right-scale-auto-value {
|
|
42804
|
+
position: absolute;
|
|
42805
|
+
background-color: #fff;
|
|
42806
|
+
width: 40px;
|
|
42807
|
+
left: 10px;
|
|
42808
|
+
}
|
|
42809
|
+
.ae-MobileDevTool-right-scale-auto {
|
|
42810
|
+
cursor: pointer;
|
|
42811
|
+
margin-left: 10px;
|
|
42812
|
+
}
|
|
42813
|
+
.ae-MobileDevTool-right-scale-auto:hover {
|
|
42814
|
+
color: #2468f2;
|
|
42815
|
+
}
|
|
42816
|
+
.ae-MobileDevTool-right-rotate-screen {
|
|
42817
|
+
width: 16px;
|
|
42818
|
+
height: 16px;
|
|
42819
|
+
cursor: pointer;
|
|
42820
|
+
position: absolute;
|
|
42821
|
+
top: 1px;
|
|
42822
|
+
}
|
|
42823
|
+
.ae-MobileDevTool-right-rotate-screen:hover {
|
|
42824
|
+
color: #2468f2;
|
|
42825
|
+
}
|
|
42826
|
+
.ae-PreviewIFrameBody * {
|
|
42827
|
+
cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFKADAAQAAAABAAAAFAAAAACy3fD9AAABQ0lEQVQ4EaWVsWrDMBCGI4mCMxRMxgxZvKTQyWvmDn0AQx/Aj+U38NbVXTMUitd4SrZAIARDZ+P+v/EZ46pJKgmEpP90n2Wf7qxmlpYkiQnDcN00zdoYs2zb9pHblFLf0I7QqrquqzzPm6m7mgppmj5Be0FfTG2T9QXrIsuy3Vg3o4UCjKBX9PlI/2vKPc9xHD+UZXmQTQOwh23E8I9x1UP39OmA/WvyZK6N0BNOejYMQBAEbyDd85rXHriMouhLM5rYdSsA10BiW5CleTVE8R3J0rxnviDxJ0vLpRXRZyRL+wBsvprpZDO4aGQxKEcXZ5sPWQxKZTO6aGRpVg04M9F924Us3ZegwpcG/4KsLpeZg0xwiCtH8BZl7JO+Q7VhCXKEEvYhBxmAFADds2pgyuy5VSz43d/lZJh37VfFpurzC/gBw0WEc6PyhBMAAAAASUVORK5CYII="), auto !important;
|
|
42828
|
+
}
|
|
42829
|
+
.ae-MobileDevTool-rightHandle {
|
|
42830
|
+
cursor: ew-resize;
|
|
42831
|
+
position: absolute;
|
|
42832
|
+
right: -6px;
|
|
42833
|
+
top: 40%;
|
|
42834
|
+
width: 10px;
|
|
42835
|
+
height: 22px;
|
|
42836
|
+
z-index: 1000;
|
|
42837
|
+
border: 1px solid #dee2e6;
|
|
42838
|
+
background-color: #fff;
|
|
42839
|
+
border-radius: 0.125rem;
|
|
42840
|
+
color: #666;
|
|
42841
|
+
display: flex;
|
|
42842
|
+
align-items: center;
|
|
42843
|
+
justify-content: center;
|
|
42844
|
+
}
|
|
42845
|
+
.ae-MobileDevTool-rightHandle:hover {
|
|
42846
|
+
color: #000;
|
|
42847
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
42848
|
+
}
|
|
42849
|
+
.ae-MobileDevTool-rightHandle::before {
|
|
42850
|
+
content: "···";
|
|
42851
|
+
display: block;
|
|
42852
|
+
transform: rotate(90deg);
|
|
42853
|
+
}
|
|
42854
|
+
.ae-MobileDevTool-bottomHandle {
|
|
42855
|
+
cursor: ns-resize;
|
|
42856
|
+
position: absolute;
|
|
42857
|
+
bottom: -6px;
|
|
42858
|
+
left: calc(50% - 11px);
|
|
42859
|
+
width: 22px;
|
|
42860
|
+
height: 10px;
|
|
42861
|
+
z-index: 1000;
|
|
42862
|
+
border: 1px solid #dee2e6;
|
|
42863
|
+
background-color: #fff;
|
|
42864
|
+
border-radius: 0.125rem;
|
|
42865
|
+
color: #666;
|
|
42866
|
+
display: flex;
|
|
42867
|
+
align-items: center;
|
|
42868
|
+
justify-content: center;
|
|
42869
|
+
}
|
|
42870
|
+
.ae-MobileDevTool-bottomHandle:hover {
|
|
42871
|
+
color: #000;
|
|
42872
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
42873
|
+
}
|
|
42874
|
+
.ae-MobileDevTool-bottomHandle::before {
|
|
42875
|
+
content: "···";
|
|
42876
|
+
display: block;
|
|
42877
|
+
}
|
|
42878
|
+
.height-move::before {
|
|
42879
|
+
content: "";
|
|
42880
|
+
position: fixed;
|
|
42881
|
+
top: 0;
|
|
42882
|
+
left: 0;
|
|
42883
|
+
right: 0;
|
|
42884
|
+
bottom: 0;
|
|
42885
|
+
z-index: 10000000;
|
|
42886
|
+
cursor: ns-resize;
|
|
42887
|
+
}
|
|
42888
|
+
.height-move * {
|
|
42889
|
+
-webkit-user-select: none;
|
|
42890
|
+
-moz-user-select: none;
|
|
42891
|
+
user-select: none;
|
|
42892
|
+
}
|
|
42893
|
+
.width-move::before {
|
|
42894
|
+
content: "";
|
|
42895
|
+
position: fixed;
|
|
42896
|
+
top: 0;
|
|
42897
|
+
left: 0;
|
|
42898
|
+
right: 0;
|
|
42899
|
+
bottom: 0;
|
|
42900
|
+
z-index: 10000000;
|
|
42901
|
+
cursor: ew-resize;
|
|
42902
|
+
}
|
|
42903
|
+
.width-move * {
|
|
42904
|
+
-webkit-user-select: none;
|
|
42905
|
+
-moz-user-select: none;
|
|
42906
|
+
user-select: none;
|
|
42610
42907
|
}
|