amis-ui 6.2.2 → 6.3.0
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/_virtual/_commonjsHelpers.js +10 -0
- package/esm/_virtual/pdf.worker.min.js +8 -0
- package/esm/components/404.js +1 -1
- package/esm/components/Alert.d.ts +124 -122
- package/esm/components/Alert.js +10 -6
- package/esm/components/Alert2.d.ts +20 -20
- package/esm/components/Alert2.js +1 -1
- package/esm/components/AnchorNav.d.ts +20 -20
- package/esm/components/AnchorNav.js +1 -1
- package/esm/components/ArrayInput.d.ts +40 -40
- package/esm/components/ArrayInput.js +1 -1
- package/esm/components/AsideNav.d.ts +2 -1
- package/esm/components/AsideNav.js +6 -3
- package/esm/components/AssociatedSelection.d.ts +120 -120
- package/esm/components/AssociatedSelection.js +4 -4
- package/esm/components/Avatar.d.ts +140 -140
- package/esm/components/Avatar.js +1 -1
- package/esm/components/Badge.js +1 -1
- package/esm/components/BaiduMapPicker.js +1 -1
- package/esm/components/BarCode.js +1 -1
- package/esm/components/Breadcrumb.d.ts +3 -0
- package/esm/components/Breadcrumb.js +7 -6
- package/esm/components/Button.d.ts +32 -31
- package/esm/components/Button.js +4 -4
- package/esm/components/CalendarMobile.d.ts +40 -40
- package/esm/components/CalendarMobile.js +1 -1
- package/esm/components/Card.d.ts +140 -140
- package/esm/components/Card.js +1 -1
- package/esm/components/Cascader.js +1 -1
- package/esm/components/ChainedDropdownSelection.d.ts +120 -120
- package/esm/components/ChainedDropdownSelection.js +1 -1
- package/esm/components/ChainedSelection.d.ts +120 -120
- package/esm/components/ChainedSelection.js +8 -6
- package/esm/components/Checkbox.d.ts +12 -11
- package/esm/components/Checkbox.js +7 -7
- package/esm/components/CityArea.js +1 -1
- package/esm/components/CityDB.js +1 -1
- package/esm/components/CodeMirror.d.ts +1 -0
- package/esm/components/CodeMirror.js +16 -5
- package/esm/components/Collapse.d.ts +140 -140
- 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/ConfirmBox.d.ts +81 -80
- package/esm/components/ConfirmBox.js +6 -3
- package/esm/components/ContextMenu.d.ts +17 -3
- package/esm/components/ContextMenu.js +72 -20
- package/esm/components/DatePicker.d.ts +83 -82
- package/esm/components/DatePicker.js +10 -10
- package/esm/components/DateRangePicker.d.ts +131 -129
- package/esm/components/DateRangePicker.js +22 -18
- package/esm/components/DndContainer.js +1 -1
- package/esm/components/Drawer.d.ts +30 -30
- package/esm/components/Drawer.js +1 -1
- package/esm/components/DropDownSelection.d.ts +120 -120
- package/esm/components/DropDownSelection.js +1 -1
- package/esm/components/Editor.d.ts +120 -120
- package/esm/components/Editor.js +3 -3
- package/esm/components/Form.js +1 -1
- package/esm/components/FormField.js +1 -1
- package/esm/components/GaodeMapPicker.js +1 -1
- package/esm/components/GridNav.js +1 -1
- package/esm/components/GroupedSelection.d.ts +120 -120
- package/esm/components/GroupedSelection.js +5 -4
- package/esm/components/Html.js +1 -1
- package/esm/components/ImageGallery.d.ts +40 -40
- package/esm/components/ImageGallery.js +2 -1
- package/esm/components/Input.d.ts +3 -1
- package/esm/components/Input.js +3 -3
- package/esm/components/InputBox.d.ts +14 -13
- package/esm/components/InputBox.js +7 -7
- package/esm/components/InputBoxWithSuggestion.js +7 -7
- package/esm/components/InputTable.js +1 -1
- package/esm/components/Layout.d.ts +10 -10
- 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 +82 -80
- package/esm/components/ListMenu.js +3 -3
- package/esm/components/LocationPicker.d.ts +40 -40
- package/esm/components/LocationPicker.js +1 -1
- package/esm/components/Markdown.js +1 -1
- package/esm/components/Modal.d.ts +120 -120
- package/esm/components/Modal.js +1 -1
- package/esm/components/ModalManager.js +1 -1
- package/esm/components/MonthRangePicker.d.ts +120 -120
- package/esm/components/MultilineText.d.ts +40 -40
- package/esm/components/MultilineText.js +1 -1
- package/esm/components/NumberInput.d.ts +22 -21
- package/esm/components/NumberInput.js +3 -3
- package/esm/components/OverflowTpl.js +1 -1
- package/esm/components/Pagination.d.ts +200 -110
- package/esm/components/Pagination.js +21 -21
- package/esm/components/PdfViewer.d.ts +49 -0
- package/esm/components/PdfViewer.js +85 -0
- package/esm/components/Picker.js +1 -1
- package/esm/components/PickerColumn.js +1 -1
- package/esm/components/PickerContainer.d.ts +1 -2
- package/esm/components/PickerContainer.js +26 -16
- package/esm/components/PopOverContainer.d.ts +1 -0
- package/esm/components/PopOverContainer.js +3 -3
- package/esm/components/PopUp.d.ts +120 -120
- package/esm/components/PopUp.js +1 -1
- package/esm/components/Progress.d.ts +60 -60
- package/esm/components/Progress.js +1 -1
- package/esm/components/PullRefresh.js +1 -1
- package/esm/components/Radios.d.ts +12 -10
- package/esm/components/Radios.js +4 -3
- package/esm/components/Range.js +1 -1
- package/esm/components/Rating.d.ts +20 -20
- package/esm/components/Rating.js +1 -1
- package/esm/components/ResultBox.d.ts +82 -81
- package/esm/components/ResultBox.js +25 -21
- package/esm/components/ResultList.d.ts +42 -40
- package/esm/components/ResultList.js +5 -4
- package/esm/components/ResultTableList.d.ts +120 -120
- package/esm/components/ResultTableList.js +5 -4
- package/esm/components/ResultTreeList.d.ts +40 -40
- package/esm/components/ResultTreeList.js +3 -3
- package/esm/components/RichText.js +1 -1
- package/esm/components/SearchBox.d.ts +82 -81
- package/esm/components/SearchBox.js +8 -8
- package/esm/components/Select.d.ts +1354 -1354
- package/esm/components/Select.js +13 -12
- package/esm/components/SelectMobile.js +1 -1
- package/esm/components/Selection.d.ts +122 -120
- package/esm/components/Selection.js +1 -1
- package/esm/components/Signature.d.ts +280 -0
- package/esm/components/Signature.js +271 -0
- 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 +12 -12
- package/esm/components/Switch.js +4 -4
- package/esm/components/TableSelection.d.ts +120 -120
- package/esm/components/TableSelection.js +6 -5
- package/esm/components/Tabs.d.ts +83 -81
- package/esm/components/Tabs.js +21 -22
- package/esm/components/TabsTransfer.d.ts +40 -40
- package/esm/components/TabsTransfer.js +16 -14
- package/esm/components/TabsTransferPicker.js +1 -1
- package/esm/components/Tag.d.ts +70 -70
- package/esm/components/Tag.js +1 -1
- package/esm/components/Textarea.d.ts +42 -42
- package/esm/components/Textarea.js +4 -4
- package/esm/components/Timeline.js +1 -1
- package/esm/components/TimelineItem.d.ts +1 -1
- package/esm/components/TimelineItem.js +1 -1
- package/esm/components/Tinymce.js +7 -4
- package/esm/components/TitleBar.d.ts +10 -10
- package/esm/components/TitleBar.js +1 -1
- package/esm/components/Toast.d.ts +120 -120
- package/esm/components/Toast.js +1 -1
- package/esm/components/Tooltip.js +1 -1
- package/esm/components/TooltipWrapper.d.ts +32 -32
- package/esm/components/TooltipWrapper.js +1 -1
- package/esm/components/Transfer.d.ts +174 -172
- package/esm/components/Transfer.js +16 -16
- package/esm/components/TransferDropDown.d.ts +160 -160
- 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 +206 -210
- package/esm/components/Tree.js +30 -28
- package/esm/components/TreeSelection.d.ts +120 -120
- package/esm/components/TreeSelection.js +1 -1
- package/esm/components/UserSelect.d.ts +40 -40
- 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/WithRemoteConfig.js +1 -1
- package/esm/components/WithStore.js +1 -1
- package/esm/components/calendar/Calendar.d.ts +2 -1
- package/esm/components/calendar/Calendar.js +7 -6
- package/esm/components/calendar/CalendarContainer.js +1 -1
- package/esm/components/calendar/DaysView.d.ts +2 -1
- package/esm/components/calendar/DaysView.js +17 -15
- package/esm/components/calendar/MonthsView.d.ts +2 -0
- package/esm/components/calendar/MonthsView.js +8 -6
- package/esm/components/calendar/QuartersView.d.ts +2 -0
- package/esm/components/calendar/QuartersView.js +7 -6
- package/esm/components/calendar/TimeView.d.ts +2 -0
- package/esm/components/calendar/TimeView.js +8 -7
- package/esm/components/calendar/YearsView.d.ts +2 -0
- package/esm/components/calendar/YearsView.js +6 -5
- package/esm/components/condition-builder/Expression.js +1 -1
- package/esm/components/condition-builder/Field.js +1 -1
- package/esm/components/condition-builder/Func.js +1 -1
- package/esm/components/condition-builder/Group.js +1 -1
- package/esm/components/condition-builder/GroupOrItem.js +1 -1
- package/esm/components/condition-builder/InputSwitch.js +1 -1
- package/esm/components/condition-builder/Item.js +1 -1
- package/esm/components/condition-builder/Value.d.ts +1 -0
- package/esm/components/condition-builder/Value.js +30 -14
- package/esm/components/condition-builder/config.js +1 -1
- package/esm/components/condition-builder/index.js +1 -1
- package/esm/components/formula/CodeEditor.d.ts +87 -0
- package/esm/components/formula/CodeEditor.js +98 -0
- package/esm/components/formula/Editor.d.ts +64 -69
- package/esm/components/formula/Editor.js +173 -81
- package/esm/components/formula/FuncList.d.ts +1 -1
- package/esm/components/formula/FuncList.js +10 -9
- package/esm/components/formula/Input.d.ts +68 -54
- package/esm/components/formula/Input.js +45 -102
- package/esm/components/formula/Picker.d.ts +69 -60
- package/esm/components/formula/Picker.js +106 -66
- package/esm/components/formula/VariableList.d.ts +1 -1
- package/esm/components/formula/VariableList.js +26 -12
- package/esm/components/formula/plugin.d.ts +26 -7
- package/esm/components/formula/plugin.js +200 -90
- package/esm/components/icons.d.ts +1 -1
- package/esm/components/icons.js +9 -1
- package/esm/components/index.d.ts +4 -2
- package/esm/components/json-schema/Array.js +1 -1
- package/esm/components/json-schema/Item.js +6 -5
- package/esm/components/json-schema/Object.js +68 -41
- package/esm/components/json-schema/index.d.ts +2 -0
- package/esm/components/json-schema/index.js +1 -1
- package/esm/components/menu/MenuContext.js +1 -1
- package/esm/components/menu/MenuItem.d.ts +2 -1
- package/esm/components/menu/MenuItem.js +4 -4
- package/esm/components/menu/SubMenu.d.ts +2 -1
- package/esm/components/menu/SubMenu.js +6 -6
- package/esm/components/menu/index.d.ts +66 -63
- package/esm/components/menu/index.js +10 -7
- package/esm/components/schema-editor/Array.js +23 -8
- package/esm/components/schema-editor/Common.d.ts +17 -1
- package/esm/components/schema-editor/Common.js +84 -37
- package/esm/components/schema-editor/Item.js +2 -2
- package/esm/components/schema-editor/Object.d.ts +7 -1
- package/esm/components/schema-editor/Object.js +106 -14
- package/esm/components/schema-editor/SchemaVariableList.d.ts +1 -1
- package/esm/components/schema-editor/SchemaVariableList.js +1 -1
- package/esm/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/esm/components/schema-editor/index.d.ts +48 -40
- package/esm/components/schema-editor/index.js +4 -4
- 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 +160 -160
- package/esm/components/table/index.js +1 -1
- package/esm/components/table/util.d.ts +7 -7
- 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/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 +21 -0
- package/esm/icons/function.svg.js +1 -1
- package/esm/icons/home.svg.js +1 -1
- package/esm/icons/if.svg.js +1 -1
- package/esm/icons/image.svg.js +1 -1
- package/esm/icons/info-circle.svg.js +1 -1
- package/esm/icons/info.svg.js +1 -1
- package/esm/icons/input-clear.svg.js +1 -1
- package/esm/icons/invisible.svg.js +1 -1
- package/esm/icons/left-arrow.svg.js +1 -1
- package/esm/icons/loading-outline.svg.js +1 -1
- package/esm/icons/location.svg.js +1 -1
- package/esm/icons/menu.svg.js +1 -1
- package/esm/icons/minus.svg.js +1 -1
- package/esm/icons/move.svg.js +1 -1
- package/esm/icons/mute.svg.js +1 -1
- package/esm/icons/new-edit.svg.js +1 -1
- package/esm/icons/pause.svg.js +1 -1
- package/esm/icons/pencil.svg.js +1 -1
- package/esm/icons/play.svg.js +1 -1
- package/esm/icons/plus-cicle.svg.js +1 -1
- package/esm/icons/plus-fine.svg.js +1 -1
- package/esm/icons/plus.svg.js +1 -1
- package/esm/icons/post.svg.js +1 -1
- package/esm/icons/question-mark.svg.js +1 -1
- package/esm/icons/question.svg.js +1 -1
- package/esm/icons/redo.svg.js +1 -1
- package/esm/icons/refresh.svg.js +1 -1
- package/esm/icons/reload.svg.js +1 -1
- package/esm/icons/remove.svg.js +1 -1
- package/esm/icons/retry.svg.js +1 -1
- package/esm/icons/right-arrow-bold.svg.js +1 -1
- package/esm/icons/right-arrow.svg.js +1 -1
- package/esm/icons/right-double-arrow.svg.js +1 -1
- package/esm/icons/role.svg.js +1 -1
- package/esm/icons/rotate-left.svg.js +1 -1
- package/esm/icons/rotate-right.svg.js +1 -1
- package/esm/icons/scale-origin.svg.js +1 -1
- package/esm/icons/schedule.svg.js +1 -1
- package/esm/icons/search.svg.js +1 -1
- package/esm/icons/setting.svg.js +1 -1
- package/esm/icons/slider-handle-icon.svg.js +1 -1
- package/esm/icons/sort-asc.svg.js +1 -1
- package/esm/icons/sort-default.svg.js +1 -1
- package/esm/icons/sort-desc.svg.js +1 -1
- package/esm/icons/star.svg.js +1 -1
- package/esm/icons/status-close.svg.js +1 -1
- package/esm/icons/steps-finsh.svg.js +1 -1
- package/esm/icons/sub-plus.svg.js +20 -0
- 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 +25 -0
- package/esm/icons/undo.svg.js +1 -1
- package/esm/icons/unfullscreen.svg.js +21 -0
- package/esm/icons/upload.svg.js +1 -1
- package/esm/icons/user-remove.svg.js +1 -1
- package/esm/icons/view.svg.js +1 -1
- package/esm/icons/volume.svg.js +1 -1
- package/esm/icons/warning-mark.svg.js +1 -1
- package/esm/icons/warning.svg.js +1 -1
- package/esm/icons/window-restore.svg.js +1 -1
- package/esm/icons/zoom-in.svg.js +1 -1
- package/esm/icons/zoom-out.svg.js +1 -1
- package/esm/index.js +3 -1
- package/esm/locale/de-DE.js +26 -11
- package/esm/locale/en-US.js +17 -2
- package/esm/locale/zh-CN.js +18 -3
- package/esm/node_modules/pdfjs-dist/build/pdf.worker.min.js +37 -0
- package/esm/node_modules/smooth-signature/es/index.js +504 -0
- package/esm/themes/ang.js +1 -1
- package/esm/themes/antd.js +1 -1
- package/esm/themes/cxd.js +1 -1
- package/esm/themes/dark.js +1 -1
- package/lib/_virtual/_commonjsHelpers.js +14 -0
- package/lib/_virtual/pdf.worker.min.js +12 -0
- package/lib/components/404.js +1 -1
- package/lib/components/Alert.d.ts +44 -42
- package/lib/components/Alert.js +10 -6
- package/lib/components/Alert2.d.ts +20 -20
- 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/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.d.ts +2 -1
- package/lib/components/AsideNav.js +5 -2
- package/lib/components/AssociatedSelection.d.ts +40 -40
- package/lib/components/AssociatedSelection.js +4 -4
- package/lib/components/Avatar.d.ts +90 -90
- 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.d.ts +3 -0
- package/lib/components/Breadcrumb.js +7 -6
- package/lib/components/Button.d.ts +22 -21
- package/lib/components/Button.js +3 -3
- package/lib/components/CalendarMobile.d.ts +40 -40
- package/lib/components/CalendarMobile.js +1 -1
- package/lib/components/Card.d.ts +70 -70
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +40 -40
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +40 -40
- package/lib/components/ChainedSelection.js +8 -6
- package/lib/components/Checkbox.d.ts +12 -11
- package/lib/components/Checkbox.js +6 -6
- package/lib/components/CityArea.js +1 -1
- package/lib/components/CityDB.js +1 -1
- package/lib/components/CodeMirror.d.ts +1 -0
- package/lib/components/CodeMirror.js +15 -4
- package/lib/components/Collapse.d.ts +50 -50
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +30 -30
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +41 -40
- package/lib/components/ConfirmBox.js +6 -3
- package/lib/components/ContextMenu.d.ts +17 -3
- package/lib/components/ContextMenu.js +73 -20
- package/lib/components/DatePicker.d.ts +42 -41
- package/lib/components/DatePicker.js +10 -10
- package/lib/components/DateRangePicker.d.ts +51 -49
- package/lib/components/DateRangePicker.js +22 -18
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +30 -30
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +40 -40
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/Editor.d.ts +40 -40
- package/lib/components/Editor.js +3 -3
- package/lib/components/Form.js +1 -1
- package/lib/components/FormField.js +1 -1
- package/lib/components/GaodeMapPicker.js +1 -1
- package/lib/components/GridNav.js +1 -1
- package/lib/components/GroupedSelection.d.ts +40 -40
- package/lib/components/GroupedSelection.js +5 -4
- package/lib/components/Html.js +1 -1
- package/lib/components/ImageGallery.d.ts +40 -40
- package/lib/components/ImageGallery.js +2 -1
- package/lib/components/Input.d.ts +3 -1
- package/lib/components/Input.js +3 -3
- package/lib/components/InputBox.d.ts +14 -13
- package/lib/components/InputBox.js +6 -6
- package/lib/components/InputBoxWithSuggestion.js +7 -7
- package/lib/components/InputTable.js +1 -1
- package/lib/components/Layout.d.ts +10 -10
- package/lib/components/Layout.js +1 -1
- package/lib/components/Link.js +1 -1
- package/lib/components/ListGroup.d.ts +10 -10
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListMenu.d.ts +42 -40
- package/lib/components/ListMenu.js +3 -3
- package/lib/components/LocationPicker.d.ts +40 -40
- package/lib/components/LocationPicker.js +1 -1
- package/lib/components/Markdown.js +1 -1
- package/lib/components/Modal.d.ts +120 -120
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +40 -40
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +12 -11
- package/lib/components/NumberInput.js +3 -3
- package/lib/components/OverflowTpl.js +1 -1
- package/lib/components/Pagination.d.ts +160 -70
- package/lib/components/Pagination.js +20 -20
- package/lib/components/PdfViewer.d.ts +49 -0
- package/lib/components/PdfViewer.js +91 -0
- package/lib/components/Picker.js +1 -1
- package/lib/components/PickerColumn.js +1 -1
- package/lib/components/PickerContainer.d.ts +1 -2
- package/lib/components/PickerContainer.js +26 -16
- package/lib/components/PopOverContainer.d.ts +1 -0
- package/lib/components/PopOverContainer.js +3 -3
- package/lib/components/PopUp.d.ts +120 -120
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +30 -30
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +12 -10
- package/lib/components/Radios.js +4 -3
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +20 -20
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +42 -41
- package/lib/components/ResultBox.js +25 -21
- package/lib/components/ResultList.d.ts +42 -40
- package/lib/components/ResultList.js +5 -4
- package/lib/components/ResultTableList.d.ts +40 -40
- package/lib/components/ResultTableList.js +5 -4
- package/lib/components/ResultTreeList.d.ts +40 -40
- package/lib/components/ResultTreeList.js +3 -3
- package/lib/components/RichText.js +1 -1
- package/lib/components/SearchBox.d.ts +82 -81
- package/lib/components/SearchBox.js +7 -7
- package/lib/components/Select.d.ts +389 -389
- package/lib/components/Select.js +12 -11
- package/lib/components/SelectMobile.js +1 -1
- package/lib/components/Selection.d.ts +42 -40
- package/lib/components/Selection.js +1 -1
- package/lib/components/Signature.d.ts +280 -0
- package/lib/components/Signature.js +275 -0
- package/lib/components/SparkLine.d.ts +40 -40
- package/lib/components/SparkLine.js +1 -1
- package/lib/components/Spinner.d.ts +30 -30
- package/lib/components/Spinner.js +1 -1
- package/lib/components/Steps.js +1 -1
- package/lib/components/Switch.d.ts +12 -12
- package/lib/components/Switch.js +3 -3
- package/lib/components/TableSelection.d.ts +40 -40
- package/lib/components/TableSelection.js +6 -5
- package/lib/components/Tabs.d.ts +43 -41
- package/lib/components/Tabs.js +21 -22
- package/lib/components/TabsTransfer.d.ts +40 -40
- package/lib/components/TabsTransfer.js +16 -14
- package/lib/components/TabsTransferPicker.js +1 -1
- package/lib/components/Tag.d.ts +80 -80
- package/lib/components/Tag.js +1 -1
- package/lib/components/Textarea.d.ts +42 -42
- package/lib/components/Textarea.js +3 -3
- package/lib/components/Timeline.js +1 -1
- package/lib/components/TimelineItem.d.ts +1 -1
- package/lib/components/TimelineItem.js +1 -1
- package/lib/components/Tinymce.js +7 -4
- package/lib/components/TitleBar.d.ts +10 -10
- package/lib/components/TitleBar.js +1 -1
- package/lib/components/Toast.d.ts +40 -40
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +32 -32
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +102 -100
- package/lib/components/Transfer.js +16 -16
- package/lib/components/TransferDropDown.d.ts +40 -40
- 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 +46 -50
- package/lib/components/Tree.js +30 -28
- package/lib/components/TreeSelection.d.ts +40 -40
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/calendar/Calendar.d.ts +2 -1
- package/lib/components/calendar/Calendar.js +6 -5
- package/lib/components/calendar/CalendarContainer.js +1 -1
- package/lib/components/calendar/DaysView.d.ts +2 -1
- package/lib/components/calendar/DaysView.js +17 -15
- package/lib/components/calendar/MonthsView.d.ts +2 -0
- package/lib/components/calendar/MonthsView.js +8 -6
- package/lib/components/calendar/QuartersView.d.ts +2 -0
- package/lib/components/calendar/QuartersView.js +7 -6
- package/lib/components/calendar/TimeView.d.ts +2 -0
- package/lib/components/calendar/TimeView.js +8 -7
- package/lib/components/calendar/YearsView.d.ts +2 -0
- package/lib/components/calendar/YearsView.js +6 -5
- package/lib/components/condition-builder/Expression.js +1 -1
- package/lib/components/condition-builder/Field.js +1 -1
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Group.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/InputSwitch.js +1 -1
- package/lib/components/condition-builder/Item.js +1 -1
- package/lib/components/condition-builder/Value.d.ts +1 -0
- package/lib/components/condition-builder/Value.js +28 -12
- package/lib/components/condition-builder/config.js +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/CodeEditor.d.ts +87 -0
- package/lib/components/formula/CodeEditor.js +109 -0
- package/lib/components/formula/Editor.d.ts +64 -69
- package/lib/components/formula/Editor.js +172 -78
- package/lib/components/formula/FuncList.d.ts +1 -1
- package/lib/components/formula/FuncList.js +10 -9
- package/lib/components/formula/Input.d.ts +68 -54
- package/lib/components/formula/Input.js +43 -101
- package/lib/components/formula/Picker.d.ts +69 -60
- package/lib/components/formula/Picker.js +105 -65
- package/lib/components/formula/VariableList.d.ts +1 -1
- package/lib/components/formula/VariableList.js +24 -10
- package/lib/components/formula/plugin.d.ts +26 -7
- package/lib/components/formula/plugin.js +203 -89
- package/lib/components/icons.d.ts +1 -1
- package/lib/components/icons.js +9 -1
- package/lib/components/index.d.ts +4 -2
- package/lib/components/json-schema/Array.js +1 -1
- package/lib/components/json-schema/Item.d.ts +2 -2
- package/lib/components/json-schema/Item.js +6 -5
- package/lib/components/json-schema/Object.js +69 -41
- package/lib/components/json-schema/index.d.ts +2 -0
- package/lib/components/json-schema/index.js +1 -1
- package/lib/components/menu/MenuContext.js +1 -1
- package/lib/components/menu/MenuItem.d.ts +2 -1
- package/lib/components/menu/MenuItem.js +3 -3
- package/lib/components/menu/SubMenu.d.ts +2 -1
- package/lib/components/menu/SubMenu.js +5 -5
- package/lib/components/menu/index.d.ts +26 -23
- package/lib/components/menu/index.js +10 -7
- package/lib/components/schema-editor/Array.js +23 -8
- package/lib/components/schema-editor/Common.d.ts +17 -1
- package/lib/components/schema-editor/Common.js +83 -36
- package/lib/components/schema-editor/Item.js +2 -2
- package/lib/components/schema-editor/Object.d.ts +7 -1
- package/lib/components/schema-editor/Object.js +105 -13
- package/lib/components/schema-editor/SchemaVariableList.d.ts +1 -1
- package/lib/components/schema-editor/SchemaVariableList.js +1 -1
- package/lib/components/schema-editor/SchemaVariableListPicker.js +1 -1
- package/lib/components/schema-editor/index.d.ts +48 -40
- package/lib/components/schema-editor/index.js +4 -4
- 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.d.ts +40 -40
- package/lib/components/table/HeadCellFilter.js +1 -1
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.js +1 -1
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/Row.js +1 -1
- package/lib/components/table/SummaryRow.js +1 -1
- package/lib/components/table/index.d.ts +80 -80
- package/lib/components/table/index.js +1 -1
- package/lib/components/table/util.d.ts +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/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 +28 -0
- package/lib/icons/function.svg.js +1 -1
- package/lib/icons/home.svg.js +1 -1
- package/lib/icons/if.svg.js +1 -1
- package/lib/icons/image.svg.js +1 -1
- package/lib/icons/info-circle.svg.js +1 -1
- package/lib/icons/info.svg.js +1 -1
- package/lib/icons/input-clear.svg.js +1 -1
- package/lib/icons/invisible.svg.js +1 -1
- package/lib/icons/left-arrow.svg.js +1 -1
- package/lib/icons/loading-outline.svg.js +1 -1
- package/lib/icons/location.svg.js +1 -1
- package/lib/icons/menu.svg.js +1 -1
- package/lib/icons/minus.svg.js +1 -1
- package/lib/icons/move.svg.js +1 -1
- package/lib/icons/mute.svg.js +1 -1
- package/lib/icons/new-edit.svg.js +1 -1
- package/lib/icons/pause.svg.js +1 -1
- package/lib/icons/pencil.svg.js +1 -1
- package/lib/icons/play.svg.js +1 -1
- package/lib/icons/plus-cicle.svg.js +1 -1
- package/lib/icons/plus-fine.svg.js +1 -1
- package/lib/icons/plus.svg.js +1 -1
- package/lib/icons/post.svg.js +1 -1
- package/lib/icons/question-mark.svg.js +1 -1
- package/lib/icons/question.svg.js +1 -1
- package/lib/icons/redo.svg.js +1 -1
- package/lib/icons/refresh.svg.js +1 -1
- package/lib/icons/reload.svg.js +1 -1
- package/lib/icons/remove.svg.js +1 -1
- package/lib/icons/retry.svg.js +1 -1
- package/lib/icons/right-arrow-bold.svg.js +1 -1
- package/lib/icons/right-arrow.svg.js +1 -1
- package/lib/icons/right-double-arrow.svg.js +1 -1
- package/lib/icons/role.svg.js +1 -1
- package/lib/icons/rotate-left.svg.js +1 -1
- package/lib/icons/rotate-right.svg.js +1 -1
- package/lib/icons/scale-origin.svg.js +1 -1
- package/lib/icons/schedule.svg.js +1 -1
- package/lib/icons/search.svg.js +1 -1
- package/lib/icons/setting.svg.js +1 -1
- package/lib/icons/slider-handle-icon.svg.js +1 -1
- package/lib/icons/sort-asc.svg.js +1 -1
- package/lib/icons/sort-default.svg.js +1 -1
- package/lib/icons/sort-desc.svg.js +1 -1
- package/lib/icons/star.svg.js +1 -1
- package/lib/icons/status-close.svg.js +1 -1
- package/lib/icons/steps-finsh.svg.js +1 -1
- package/lib/icons/sub-plus.svg.js +27 -0
- 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 +32 -0
- package/lib/icons/undo.svg.js +1 -1
- package/lib/icons/unfullscreen.svg.js +28 -0
- package/lib/icons/upload.svg.js +1 -1
- package/lib/icons/user-remove.svg.js +1 -1
- package/lib/icons/view.svg.js +1 -1
- package/lib/icons/volume.svg.js +1 -1
- package/lib/icons/warning-mark.svg.js +1 -1
- package/lib/icons/warning.svg.js +1 -1
- package/lib/icons/window-restore.svg.js +1 -1
- package/lib/icons/zoom-in.svg.js +1 -1
- package/lib/icons/zoom-out.svg.js +1 -1
- package/lib/index.js +5 -1
- package/lib/locale/de-DE.js +26 -11
- package/lib/locale/en-US.js +17 -2
- package/lib/locale/zh-CN.js +18 -3
- package/lib/node_modules/pdfjs-dist/build/pdf.worker.min.js +41 -0
- package/lib/node_modules/smooth-signature/es/index.js +508 -0
- package/lib/{scss → packages/amis-ui/scss}/helper.scss.js +1 -1
- package/lib/{scss → packages/amis-ui/scss}/themes/ang.scss.js +1 -1
- package/lib/{scss → packages/amis-ui/scss}/themes/antd.scss.js +1 -1
- package/lib/{scss → packages/amis-ui/scss}/themes/cxd.scss.js +1 -1
- package/lib/{scss → packages/amis-ui/scss}/themes/dark.scss.js +1 -1
- package/lib/{scss → packages/amis-ui/scss}/themes/default.scss.js +1 -1
- package/lib/themes/ang.css +1011 -37
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +1011 -37
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +1011 -37
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +1011 -37
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +1011 -37
- package/package.json +4 -3
- package/scss/_components.scss +6 -0
- package/scss/_mixins.scss +1 -0
- package/scss/_thirds.scss +3 -0
- package/scss/components/_condition-builder.scss +18 -0
- package/scss/components/_crud2.scss +4 -0
- package/scss/components/_formula.scss +136 -26
- package/scss/components/_image-gallery.scss +7 -1
- package/scss/components/_input-box.scss +6 -0
- package/scss/components/_json-schema-editor.scss +24 -3
- package/scss/components/_json-schema.scss +5 -0
- package/scss/components/_pdf_viewer.scss +47 -0
- package/scss/components/_signature.scss +97 -0
- package/scss/components/_table.scss +6 -1
- package/scss/components/_tabs.scss +9 -4
- package/scss/components/form/_combo.scss +1 -0
- package/scss/components/form/_form.scss +10 -0
- package/scss/components/form/_tag.scss +2 -1
- package/scss/components/form/_text.scss +4 -4
- package/scss/themes/_common.scss +2 -0
package/lib/themes/antd.css
CHANGED
|
@@ -3873,6 +3873,10 @@
|
|
|
3873
3873
|
--inputTime-hover-bg-color: var(--colors-neutral-fill-10);
|
|
3874
3874
|
--inputTime-active-color: var(--colors-neutral-text-2);
|
|
3875
3875
|
--inputTime-active-bg-color: var(--colors-brand-10);
|
|
3876
|
+
--signature-tool-height: 2.5rem;
|
|
3877
|
+
--signature-tool-margin-top: 0.5rem;
|
|
3878
|
+
--signature-placeholder-gap: 0.625rem;
|
|
3879
|
+
--signature-placeholder-color: var(--colors-neutral-line-6);
|
|
3876
3880
|
--steps-base-color: var(--colors-neutral-text-2);
|
|
3877
3881
|
--steps-base-fontSize: var(--fonts-size-7);
|
|
3878
3882
|
--steps-base-fontWeight: var(--fonts-weight-6);
|
|
@@ -5547,6 +5551,186 @@ div.CodeMirror-dragcursors {
|
|
|
5547
5551
|
span.CodeMirror-selectedtext {
|
|
5548
5552
|
background: none;
|
|
5549
5553
|
}
|
|
5554
|
+
/*
|
|
5555
|
+
|
|
5556
|
+
Name: Base16 Default Dark
|
|
5557
|
+
Author: Chris Kempson (http://chriskempson.com)
|
|
5558
|
+
|
|
5559
|
+
CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
|
|
5560
|
+
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
|
|
5561
|
+
|
|
5562
|
+
*/
|
|
5563
|
+
.cm-s-base16-dark.CodeMirror {
|
|
5564
|
+
background: #151515;
|
|
5565
|
+
color: #e0e0e0;
|
|
5566
|
+
}
|
|
5567
|
+
.cm-s-base16-dark div.CodeMirror-selected {
|
|
5568
|
+
background: #303030;
|
|
5569
|
+
}
|
|
5570
|
+
.cm-s-base16-dark .CodeMirror-line::-moz-selection, .cm-s-base16-dark .CodeMirror-line > span::-moz-selection, .cm-s-base16-dark .CodeMirror-line > span > span::-moz-selection {
|
|
5571
|
+
background: rgba(48, 48, 48, 0.99);
|
|
5572
|
+
}
|
|
5573
|
+
.cm-s-base16-dark .CodeMirror-line::selection, .cm-s-base16-dark .CodeMirror-line > span::selection, .cm-s-base16-dark .CodeMirror-line > span > span::selection {
|
|
5574
|
+
background: rgba(48, 48, 48, 0.99);
|
|
5575
|
+
}
|
|
5576
|
+
.cm-s-base16-dark .CodeMirror-line::-moz-selection, .cm-s-base16-dark .CodeMirror-line > span::-moz-selection, .cm-s-base16-dark .CodeMirror-line > span > span::-moz-selection {
|
|
5577
|
+
background: rgba(48, 48, 48, 0.99);
|
|
5578
|
+
}
|
|
5579
|
+
.cm-s-base16-dark .CodeMirror-gutters {
|
|
5580
|
+
background: #151515;
|
|
5581
|
+
border-right: 0px;
|
|
5582
|
+
}
|
|
5583
|
+
.cm-s-base16-dark .CodeMirror-guttermarker {
|
|
5584
|
+
color: #ac4142;
|
|
5585
|
+
}
|
|
5586
|
+
.cm-s-base16-dark .CodeMirror-guttermarker-subtle {
|
|
5587
|
+
color: #505050;
|
|
5588
|
+
}
|
|
5589
|
+
.cm-s-base16-dark .CodeMirror-linenumber {
|
|
5590
|
+
color: #505050;
|
|
5591
|
+
}
|
|
5592
|
+
.cm-s-base16-dark .CodeMirror-cursor {
|
|
5593
|
+
border-left: 1px solid #b0b0b0;
|
|
5594
|
+
}
|
|
5595
|
+
.cm-s-base16-dark.cm-fat-cursor .CodeMirror-cursor {
|
|
5596
|
+
background-color: rgba(142, 141, 136, 0.4588235294) !important;
|
|
5597
|
+
}
|
|
5598
|
+
.cm-s-base16-dark .cm-animate-fat-cursor {
|
|
5599
|
+
background-color: rgba(142, 141, 136, 0.4588235294) !important;
|
|
5600
|
+
}
|
|
5601
|
+
.cm-s-base16-dark span.cm-comment {
|
|
5602
|
+
color: #8f5536;
|
|
5603
|
+
}
|
|
5604
|
+
.cm-s-base16-dark span.cm-atom {
|
|
5605
|
+
color: #aa759f;
|
|
5606
|
+
}
|
|
5607
|
+
.cm-s-base16-dark span.cm-number {
|
|
5608
|
+
color: #aa759f;
|
|
5609
|
+
}
|
|
5610
|
+
.cm-s-base16-dark span.cm-property, .cm-s-base16-dark span.cm-attribute {
|
|
5611
|
+
color: #90a959;
|
|
5612
|
+
}
|
|
5613
|
+
.cm-s-base16-dark span.cm-keyword {
|
|
5614
|
+
color: #ac4142;
|
|
5615
|
+
}
|
|
5616
|
+
.cm-s-base16-dark span.cm-string {
|
|
5617
|
+
color: #f4bf75;
|
|
5618
|
+
}
|
|
5619
|
+
.cm-s-base16-dark span.cm-variable {
|
|
5620
|
+
color: #90a959;
|
|
5621
|
+
}
|
|
5622
|
+
.cm-s-base16-dark span.cm-variable-2 {
|
|
5623
|
+
color: #6a9fb5;
|
|
5624
|
+
}
|
|
5625
|
+
.cm-s-base16-dark span.cm-def {
|
|
5626
|
+
color: #d28445;
|
|
5627
|
+
}
|
|
5628
|
+
.cm-s-base16-dark span.cm-bracket {
|
|
5629
|
+
color: #e0e0e0;
|
|
5630
|
+
}
|
|
5631
|
+
.cm-s-base16-dark span.cm-tag {
|
|
5632
|
+
color: #ac4142;
|
|
5633
|
+
}
|
|
5634
|
+
.cm-s-base16-dark span.cm-link {
|
|
5635
|
+
color: #aa759f;
|
|
5636
|
+
}
|
|
5637
|
+
.cm-s-base16-dark span.cm-error {
|
|
5638
|
+
background: #ac4142;
|
|
5639
|
+
color: #b0b0b0;
|
|
5640
|
+
}
|
|
5641
|
+
.cm-s-base16-dark .CodeMirror-activeline-background {
|
|
5642
|
+
background: #202020;
|
|
5643
|
+
}
|
|
5644
|
+
.cm-s-base16-dark .CodeMirror-matchingbracket {
|
|
5645
|
+
text-decoration: underline;
|
|
5646
|
+
color: white !important;
|
|
5647
|
+
}
|
|
5648
|
+
/**
|
|
5649
|
+
Name: IDEA default theme
|
|
5650
|
+
From IntelliJ IDEA by JetBrains
|
|
5651
|
+
*/
|
|
5652
|
+
.cm-s-idea span.cm-meta {
|
|
5653
|
+
color: #808000;
|
|
5654
|
+
}
|
|
5655
|
+
.cm-s-idea span.cm-number {
|
|
5656
|
+
color: #0000FF;
|
|
5657
|
+
}
|
|
5658
|
+
.cm-s-idea span.cm-keyword {
|
|
5659
|
+
line-height: 1em;
|
|
5660
|
+
font-weight: bold;
|
|
5661
|
+
color: #000080;
|
|
5662
|
+
}
|
|
5663
|
+
.cm-s-idea span.cm-atom {
|
|
5664
|
+
font-weight: bold;
|
|
5665
|
+
color: #000080;
|
|
5666
|
+
}
|
|
5667
|
+
.cm-s-idea span.cm-def {
|
|
5668
|
+
color: #000000;
|
|
5669
|
+
}
|
|
5670
|
+
.cm-s-idea span.cm-variable {
|
|
5671
|
+
color: black;
|
|
5672
|
+
}
|
|
5673
|
+
.cm-s-idea span.cm-variable-2 {
|
|
5674
|
+
color: black;
|
|
5675
|
+
}
|
|
5676
|
+
.cm-s-idea span.cm-variable-3, .cm-s-idea span.cm-type {
|
|
5677
|
+
color: black;
|
|
5678
|
+
}
|
|
5679
|
+
.cm-s-idea span.cm-property {
|
|
5680
|
+
color: black;
|
|
5681
|
+
}
|
|
5682
|
+
.cm-s-idea span.cm-operator {
|
|
5683
|
+
color: black;
|
|
5684
|
+
}
|
|
5685
|
+
.cm-s-idea span.cm-comment {
|
|
5686
|
+
color: #808080;
|
|
5687
|
+
}
|
|
5688
|
+
.cm-s-idea span.cm-string {
|
|
5689
|
+
color: #008000;
|
|
5690
|
+
}
|
|
5691
|
+
.cm-s-idea span.cm-string-2 {
|
|
5692
|
+
color: #008000;
|
|
5693
|
+
}
|
|
5694
|
+
.cm-s-idea span.cm-qualifier {
|
|
5695
|
+
color: #555;
|
|
5696
|
+
}
|
|
5697
|
+
.cm-s-idea span.cm-error {
|
|
5698
|
+
color: #FF0000;
|
|
5699
|
+
}
|
|
5700
|
+
.cm-s-idea span.cm-attribute {
|
|
5701
|
+
color: #0000FF;
|
|
5702
|
+
}
|
|
5703
|
+
.cm-s-idea span.cm-tag {
|
|
5704
|
+
color: #000080;
|
|
5705
|
+
}
|
|
5706
|
+
.cm-s-idea span.cm-link {
|
|
5707
|
+
color: #0000FF;
|
|
5708
|
+
}
|
|
5709
|
+
.cm-s-idea .CodeMirror-activeline-background {
|
|
5710
|
+
background: #FFFAE3;
|
|
5711
|
+
}
|
|
5712
|
+
.cm-s-idea span.cm-builtin {
|
|
5713
|
+
color: #30a;
|
|
5714
|
+
}
|
|
5715
|
+
.cm-s-idea span.cm-bracket {
|
|
5716
|
+
color: #cc7;
|
|
5717
|
+
}
|
|
5718
|
+
.cm-s-idea {
|
|
5719
|
+
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
|
5720
|
+
}
|
|
5721
|
+
.cm-s-idea .CodeMirror-matchingbracket {
|
|
5722
|
+
outline: 1px solid grey;
|
|
5723
|
+
color: black !important;
|
|
5724
|
+
}
|
|
5725
|
+
.CodeMirror-hints.idea {
|
|
5726
|
+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
5727
|
+
color: #616569;
|
|
5728
|
+
background-color: #ebf3fd !important;
|
|
5729
|
+
}
|
|
5730
|
+
.CodeMirror-hints.idea .CodeMirror-hint-active {
|
|
5731
|
+
background-color: #a2b8c9 !important;
|
|
5732
|
+
color: #5c6065 !important;
|
|
5733
|
+
}
|
|
5550
5734
|
/*!
|
|
5551
5735
|
* froala_editor v3.1.0 (https://www.froala.com/wysiwyg-editor)
|
|
5552
5736
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
@@ -14276,6 +14460,437 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14276
14460
|
.cropper-disabled .cropper-point {
|
|
14277
14461
|
cursor: not-allowed;
|
|
14278
14462
|
}
|
|
14463
|
+
/* 默认 CSS 样式,目前主要是 Excel 使用 */
|
|
14464
|
+
.ov-excel {
|
|
14465
|
+
/* 从 office 365 中复制的默认字体 */
|
|
14466
|
+
font-family: "Aptos Narrow", "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
|
|
14467
|
+
display: flex;
|
|
14468
|
+
flex-direction: column;
|
|
14469
|
+
--bar-bg-color: #f5f5f5;
|
|
14470
|
+
--bar-input-bg-color: #ffffff;
|
|
14471
|
+
--active-sheet-color: #217346;
|
|
14472
|
+
}
|
|
14473
|
+
.excel-button {
|
|
14474
|
+
height: 32px;
|
|
14475
|
+
color: rgb(255, 255, 255);
|
|
14476
|
+
padding: 0px 11px;
|
|
14477
|
+
box-sizing: border-box;
|
|
14478
|
+
border: 1px solid transparent;
|
|
14479
|
+
display: inline-block;
|
|
14480
|
+
text-decoration: none;
|
|
14481
|
+
text-align: center;
|
|
14482
|
+
cursor: pointer;
|
|
14483
|
+
vertical-align: top;
|
|
14484
|
+
border-radius: 2px;
|
|
14485
|
+
font-size: 14px;
|
|
14486
|
+
font-weight: 600;
|
|
14487
|
+
position: relative;
|
|
14488
|
+
margin-right: 4px;
|
|
14489
|
+
width: 64px;
|
|
14490
|
+
}
|
|
14491
|
+
.excel-button-primary {
|
|
14492
|
+
background-color: rgb(0, 120, 212);
|
|
14493
|
+
}
|
|
14494
|
+
/* Excel 工具栏,目前没编辑功能所以还没实现 */
|
|
14495
|
+
.ov-excel-toolbar {
|
|
14496
|
+
height: 30px;
|
|
14497
|
+
line-height: 30px;
|
|
14498
|
+
}
|
|
14499
|
+
.excel-checkbox-list-wrapper .excel-checkbox-list {
|
|
14500
|
+
margin-top: 4px;
|
|
14501
|
+
}
|
|
14502
|
+
.excel-checkbox-container label {
|
|
14503
|
+
cursor: pointer;
|
|
14504
|
+
padding: 4px 0;
|
|
14505
|
+
display: block;
|
|
14506
|
+
}
|
|
14507
|
+
.excel-checkbox-container label:hover {
|
|
14508
|
+
background-color: #f6f6f6;
|
|
14509
|
+
}
|
|
14510
|
+
.excel-checkbox-container input {
|
|
14511
|
+
vertical-align: middle;
|
|
14512
|
+
}
|
|
14513
|
+
.excel-checkbox-container span {
|
|
14514
|
+
vertical-align: middle;
|
|
14515
|
+
}
|
|
14516
|
+
.excel-divider {
|
|
14517
|
+
display: block;
|
|
14518
|
+
height: 1px;
|
|
14519
|
+
background-color: rgb(225, 223, 221);
|
|
14520
|
+
margin: 2px 12px 2px;
|
|
14521
|
+
color: rgb(200, 198, 196);
|
|
14522
|
+
border-radius: 0.5px;
|
|
14523
|
+
}
|
|
14524
|
+
.excel-input {
|
|
14525
|
+
display: inline-block;
|
|
14526
|
+
box-sizing: border-box;
|
|
14527
|
+
width: 100%;
|
|
14528
|
+
border-radius: 4px;
|
|
14529
|
+
padding: 4px 12px;
|
|
14530
|
+
border: 1px solid rgb(209, 209, 209);
|
|
14531
|
+
}
|
|
14532
|
+
.excel-input-border-less {
|
|
14533
|
+
display: block;
|
|
14534
|
+
border: none;
|
|
14535
|
+
width: 100%;
|
|
14536
|
+
height: 100%;
|
|
14537
|
+
padding: 0 2px;
|
|
14538
|
+
}
|
|
14539
|
+
.excel-input-border-less:focus {
|
|
14540
|
+
outline: none;
|
|
14541
|
+
}
|
|
14542
|
+
.excel-select {
|
|
14543
|
+
border-color: rgb(209, 209, 209);
|
|
14544
|
+
border-radius: 4px;
|
|
14545
|
+
}
|
|
14546
|
+
/* Excel 公式栏 */
|
|
14547
|
+
.ov-excel-formula-bar {
|
|
14548
|
+
height: 34px;
|
|
14549
|
+
display: flex;
|
|
14550
|
+
flex-direction: row;
|
|
14551
|
+
background-color: var(--bar-bg-color);
|
|
14552
|
+
}
|
|
14553
|
+
.ov-excel-formula-bar__name-box {
|
|
14554
|
+
text-align: center;
|
|
14555
|
+
width: 64px;
|
|
14556
|
+
margin: 4px 0 4px 4px;
|
|
14557
|
+
padding: 0 4px;
|
|
14558
|
+
line-height: 26px;
|
|
14559
|
+
border: 1px solid #e1dfdd;
|
|
14560
|
+
background-color: var(--bar-input-bg-color);
|
|
14561
|
+
}
|
|
14562
|
+
/* fx 按钮 */
|
|
14563
|
+
.ov-excel-formula-bar__function-button {
|
|
14564
|
+
width: 30px;
|
|
14565
|
+
}
|
|
14566
|
+
/* fx 按钮右边的输入框 */
|
|
14567
|
+
.ov-excel-formula-bar__text-box {
|
|
14568
|
+
margin: 4px;
|
|
14569
|
+
line-height: 26px;
|
|
14570
|
+
border: 1px solid #e1dfdd;
|
|
14571
|
+
flex: 1;
|
|
14572
|
+
padding: 0 4px;
|
|
14573
|
+
background-color: var(--bar-input-bg-color);
|
|
14574
|
+
}
|
|
14575
|
+
/* Excel sheet 标签页 */
|
|
14576
|
+
.ov-excel-sheet-tab-bar {
|
|
14577
|
+
height: 32px;
|
|
14578
|
+
line-height: 32px;
|
|
14579
|
+
display: flex;
|
|
14580
|
+
flex-direction: row;
|
|
14581
|
+
background-color: var(--bar-bg-color);
|
|
14582
|
+
}
|
|
14583
|
+
.ov-excel-sheet-tab-bar__nav {
|
|
14584
|
+
display: flex;
|
|
14585
|
+
}
|
|
14586
|
+
.ov-excel-sheet-tab-bar__nav-icon {
|
|
14587
|
+
height: 16px;
|
|
14588
|
+
padding: 4px 4px;
|
|
14589
|
+
}
|
|
14590
|
+
.ov-excel-sheet-tab-bar__nav-icon svg {
|
|
14591
|
+
height: 16px;
|
|
14592
|
+
width: 16px;
|
|
14593
|
+
}
|
|
14594
|
+
.ov-excel-sheet-tab-bar__nav-icon svg path {
|
|
14595
|
+
fill: #b1b1b1;
|
|
14596
|
+
}
|
|
14597
|
+
.ov-excel-sheet-tab-bar__nav-icon--enabled {
|
|
14598
|
+
cursor: pointer;
|
|
14599
|
+
}
|
|
14600
|
+
.ov-excel-sheet-tab-bar__nav-icon--enabled svg path {
|
|
14601
|
+
fill: #000000;
|
|
14602
|
+
}
|
|
14603
|
+
.ov-excel-sheet-tab-bar__menu {
|
|
14604
|
+
position: relative;
|
|
14605
|
+
}
|
|
14606
|
+
.ov-excel-sheet-tab-bar__menu-icon {
|
|
14607
|
+
cursor: pointer;
|
|
14608
|
+
height: 16px;
|
|
14609
|
+
padding: 4px 8px;
|
|
14610
|
+
}
|
|
14611
|
+
.ov-excel-sheet-tab-bar__menu-icon svg {
|
|
14612
|
+
height: 16px;
|
|
14613
|
+
width: 16px;
|
|
14614
|
+
}
|
|
14615
|
+
.ov-excel-sheet-tab-bar__menu-list {
|
|
14616
|
+
background-color: #fff;
|
|
14617
|
+
border-radius: 4px;
|
|
14618
|
+
border: 1px solid rgb(199, 199, 199);
|
|
14619
|
+
box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px;
|
|
14620
|
+
display: none;
|
|
14621
|
+
position: absolute;
|
|
14622
|
+
bottom: 32px;
|
|
14623
|
+
left: 0;
|
|
14624
|
+
max-height: 400px;
|
|
14625
|
+
overflow-x: hidden;
|
|
14626
|
+
overflow-y: auto;
|
|
14627
|
+
z-index: 15;
|
|
14628
|
+
-webkit-user-select: none;
|
|
14629
|
+
-moz-user-select: none;
|
|
14630
|
+
user-select: none;
|
|
14631
|
+
}
|
|
14632
|
+
.ov-excel-sheet-tab-bar__menu-list-item {
|
|
14633
|
+
padding: 4px 8px;
|
|
14634
|
+
cursor: pointer;
|
|
14635
|
+
white-space: nowrap;
|
|
14636
|
+
}
|
|
14637
|
+
.ov-excel-sheet-tab-bar__menu-list-item:hover {
|
|
14638
|
+
background-color: #e1dfdd;
|
|
14639
|
+
}
|
|
14640
|
+
.ov-excel-sheet-tab-bar__menu-list-item--active {
|
|
14641
|
+
background-color: #e1dfdd;
|
|
14642
|
+
}
|
|
14643
|
+
.ov-excel-sheet-tab-bar__list-container {
|
|
14644
|
+
position: relative;
|
|
14645
|
+
overflow: hidden;
|
|
14646
|
+
flex: 1 1 0;
|
|
14647
|
+
-webkit-user-select: none;
|
|
14648
|
+
-moz-user-select: none;
|
|
14649
|
+
user-select: none;
|
|
14650
|
+
}
|
|
14651
|
+
.ov-excel-sheet-tab-bar__list-container--enable-left-nav::before {
|
|
14652
|
+
content: "";
|
|
14653
|
+
position: absolute;
|
|
14654
|
+
top: 0;
|
|
14655
|
+
bottom: 0;
|
|
14656
|
+
left: 0;
|
|
14657
|
+
width: 30px;
|
|
14658
|
+
background-image: linear-gradient(to right, #dcdcdc, rgba(220, 220, 220, 0.1));
|
|
14659
|
+
}
|
|
14660
|
+
.ov-excel-sheet-tab-bar__list-container--enable-right-nav::after {
|
|
14661
|
+
content: "";
|
|
14662
|
+
position: absolute;
|
|
14663
|
+
top: 0;
|
|
14664
|
+
bottom: 0;
|
|
14665
|
+
right: 0;
|
|
14666
|
+
width: 30px;
|
|
14667
|
+
background-image: linear-gradient(to left, #dcdcdc, rgba(220, 220, 220, 0.1));
|
|
14668
|
+
}
|
|
14669
|
+
.ov-excel-sheet-tab-bar__list {
|
|
14670
|
+
width: 0;
|
|
14671
|
+
display: flex;
|
|
14672
|
+
flex-direction: row;
|
|
14673
|
+
}
|
|
14674
|
+
.ov-excel-sheet-tab-bar__list-tab {
|
|
14675
|
+
display: inline-block;
|
|
14676
|
+
position: relative;
|
|
14677
|
+
padding: 0 8px;
|
|
14678
|
+
font-size: 14px;
|
|
14679
|
+
margin: 4px 4px;
|
|
14680
|
+
border-radius: 4px;
|
|
14681
|
+
line-height: 24px;
|
|
14682
|
+
white-space: nowrap;
|
|
14683
|
+
}
|
|
14684
|
+
.ov-excel-sheet-tab-bar__list-tab:hover {
|
|
14685
|
+
cursor: pointer;
|
|
14686
|
+
background-color: #e1dfdd;
|
|
14687
|
+
}
|
|
14688
|
+
.ov-excel-sheet-tab-bar__list-tab--active {
|
|
14689
|
+
cursor: default;
|
|
14690
|
+
}
|
|
14691
|
+
.ov-excel-sheet-tab-bar__list-tab--active::before {
|
|
14692
|
+
content: "";
|
|
14693
|
+
position: absolute;
|
|
14694
|
+
display: inline-block;
|
|
14695
|
+
top: 0;
|
|
14696
|
+
bottom: -4px;
|
|
14697
|
+
left: 0;
|
|
14698
|
+
right: 0;
|
|
14699
|
+
color: transparent;
|
|
14700
|
+
border-bottom: 3px solid var(--active-sheet-color);
|
|
14701
|
+
padding-bottom: 5px;
|
|
14702
|
+
width: calc(100% - 18px);
|
|
14703
|
+
margin: auto;
|
|
14704
|
+
transition: width 0.4s cubic-bezier(0.17, 0.17, 0, 1) 0s;
|
|
14705
|
+
}
|
|
14706
|
+
.ov-excel-sheet-tab-bar__status {
|
|
14707
|
+
margin-left: 12px;
|
|
14708
|
+
margin-right: 12px;
|
|
14709
|
+
}
|
|
14710
|
+
.ov-excel-sheet-tab-bar__status-text {
|
|
14711
|
+
margin-right: 16px;
|
|
14712
|
+
}
|
|
14713
|
+
.ov-excel-sheet-tab-bar__zoom-level {
|
|
14714
|
+
display: flex;
|
|
14715
|
+
flex-direction: row;
|
|
14716
|
+
padding: 0 8px;
|
|
14717
|
+
}
|
|
14718
|
+
.ov-excel-sheet-tab-bar__zoom-value {
|
|
14719
|
+
margin: 0 8px;
|
|
14720
|
+
}
|
|
14721
|
+
.ov-excel-sheet-tab-bar__zoom-in,
|
|
14722
|
+
.ov-excel-sheet-tab-bar__zoom-out {
|
|
14723
|
+
cursor: pointer;
|
|
14724
|
+
}
|
|
14725
|
+
/* Excel 内容区域,这个包含表头 */
|
|
14726
|
+
.ov-excel-content {
|
|
14727
|
+
flex: 1;
|
|
14728
|
+
position: relative;
|
|
14729
|
+
overflow: hidden;
|
|
14730
|
+
z-index: 1;
|
|
14731
|
+
}
|
|
14732
|
+
/** Excel 数据区域,不包含表头,目前这个区域主要是给 drawing 用 */
|
|
14733
|
+
.ov-excel-data {
|
|
14734
|
+
position: absolute;
|
|
14735
|
+
right: 0;
|
|
14736
|
+
bottom: 0;
|
|
14737
|
+
overflow: hidden;
|
|
14738
|
+
-webkit-user-select: none;
|
|
14739
|
+
-moz-user-select: none;
|
|
14740
|
+
user-select: none;
|
|
14741
|
+
z-index: 2;
|
|
14742
|
+
}
|
|
14743
|
+
.ov-excel-canvas {
|
|
14744
|
+
position: absolute;
|
|
14745
|
+
left: 0;
|
|
14746
|
+
top: 0;
|
|
14747
|
+
}
|
|
14748
|
+
.ov-excel-scrollbar-y {
|
|
14749
|
+
position: absolute;
|
|
14750
|
+
top: 0;
|
|
14751
|
+
right: 0;
|
|
14752
|
+
bottom: 0;
|
|
14753
|
+
z-index: 3;
|
|
14754
|
+
}
|
|
14755
|
+
.ov-excel-scrollbar-x {
|
|
14756
|
+
position: absolute;
|
|
14757
|
+
left: 0;
|
|
14758
|
+
right: 0;
|
|
14759
|
+
bottom: 0;
|
|
14760
|
+
z-index: 3;
|
|
14761
|
+
}
|
|
14762
|
+
.ov-excel-scrollbar-content-x {
|
|
14763
|
+
overflow-x: auto;
|
|
14764
|
+
overflow-y: hidden;
|
|
14765
|
+
}
|
|
14766
|
+
.ov-excel-scrollbar-content-y {
|
|
14767
|
+
overflow-x: hidden;
|
|
14768
|
+
}
|
|
14769
|
+
/** 缩放的控制界面 */
|
|
14770
|
+
.ov-excel-resize-box {
|
|
14771
|
+
position: absolute;
|
|
14772
|
+
border: 1px solid #4af;
|
|
14773
|
+
z-index: 3;
|
|
14774
|
+
}
|
|
14775
|
+
.ov-excel-resize-box-control {
|
|
14776
|
+
position: absolute;
|
|
14777
|
+
width: 14px;
|
|
14778
|
+
height: 14px;
|
|
14779
|
+
border-radius: 50%;
|
|
14780
|
+
border: 2px solid #fff;
|
|
14781
|
+
box-sizing: border-box;
|
|
14782
|
+
background: #4af;
|
|
14783
|
+
border: 2px solid #fff;
|
|
14784
|
+
z-index: 5;
|
|
14785
|
+
}
|
|
14786
|
+
.ov-excel-auto-filter-icon-container {
|
|
14787
|
+
position: absolute;
|
|
14788
|
+
}
|
|
14789
|
+
.ov-excel-auto-filter-icon {
|
|
14790
|
+
cursor: pointer;
|
|
14791
|
+
position: absolute;
|
|
14792
|
+
right: 2px;
|
|
14793
|
+
top: 2px;
|
|
14794
|
+
bottom: 2px;
|
|
14795
|
+
z-index: 3;
|
|
14796
|
+
}
|
|
14797
|
+
.ov-excel-auto-filter-icon svg {
|
|
14798
|
+
width: 100%;
|
|
14799
|
+
height: 100%;
|
|
14800
|
+
}
|
|
14801
|
+
.ov-excel-auto-filter-menu {
|
|
14802
|
+
position: absolute;
|
|
14803
|
+
display: none;
|
|
14804
|
+
flex-direction: column;
|
|
14805
|
+
right: -240px;
|
|
14806
|
+
width: 240px;
|
|
14807
|
+
height: 440px;
|
|
14808
|
+
border-radius: 4px;
|
|
14809
|
+
box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px;
|
|
14810
|
+
z-index: 4;
|
|
14811
|
+
background-color: white;
|
|
14812
|
+
}
|
|
14813
|
+
.excel-auto-filter__menu-sort {
|
|
14814
|
+
display: flex;
|
|
14815
|
+
flex-direction: row;
|
|
14816
|
+
-moz-column-gap: 4px;
|
|
14817
|
+
column-gap: 4px;
|
|
14818
|
+
padding: 8px;
|
|
14819
|
+
}
|
|
14820
|
+
.ov-excel-auto-filter__sort-button {
|
|
14821
|
+
cursor: pointer;
|
|
14822
|
+
flex: 1;
|
|
14823
|
+
display: flex;
|
|
14824
|
+
flex-direction: row;
|
|
14825
|
+
line-height: 24px;
|
|
14826
|
+
height: 24px;
|
|
14827
|
+
padding: 2px;
|
|
14828
|
+
}
|
|
14829
|
+
.ov-excel-auto-filter__sort-button-text {
|
|
14830
|
+
flex: 1;
|
|
14831
|
+
}
|
|
14832
|
+
.ov-excel-auto-filter__sort-button-icon {
|
|
14833
|
+
height: 24px;
|
|
14834
|
+
width: 24px;
|
|
14835
|
+
}
|
|
14836
|
+
.ov-excel-auto-filter__sort-button-icon svg {
|
|
14837
|
+
height: 100%;
|
|
14838
|
+
width: 100%;
|
|
14839
|
+
}
|
|
14840
|
+
.ov-excel-auto-filter__sort-button:hover {
|
|
14841
|
+
background-color: #f5f5f5;
|
|
14842
|
+
}
|
|
14843
|
+
.ov-excel-auto-filter__sort-button-active {
|
|
14844
|
+
background-color: #f5f5f5;
|
|
14845
|
+
}
|
|
14846
|
+
.ov-excel-auto-filter__menu-filter-filters {
|
|
14847
|
+
flex-grow: 1;
|
|
14848
|
+
display: flex;
|
|
14849
|
+
flex-direction: column;
|
|
14850
|
+
min-height: 0;
|
|
14851
|
+
}
|
|
14852
|
+
.ov-excel-auto-filter__menu-filter-filters .excel-checkbox-list-wrapper {
|
|
14853
|
+
display: flex;
|
|
14854
|
+
flex-grow: 1;
|
|
14855
|
+
flex-direction: column;
|
|
14856
|
+
padding: 8px;
|
|
14857
|
+
min-height: 0;
|
|
14858
|
+
}
|
|
14859
|
+
.ov-excel-auto-filter__menu-filter-filters .excel-checkbox-list {
|
|
14860
|
+
flex-grow: 1;
|
|
14861
|
+
overflow-y: auto;
|
|
14862
|
+
overflow-x: hidden;
|
|
14863
|
+
}
|
|
14864
|
+
.ov-excel-auto-filter-menu__custom-filters {
|
|
14865
|
+
display: flex;
|
|
14866
|
+
flex-direction: column;
|
|
14867
|
+
padding: 8px;
|
|
14868
|
+
}
|
|
14869
|
+
/** 单个规则 */
|
|
14870
|
+
.ov-excel-auto-filter-menu__custom-filters-item-input {
|
|
14871
|
+
display: flex;
|
|
14872
|
+
flex-direction: row;
|
|
14873
|
+
margin-bottom: 4px;
|
|
14874
|
+
}
|
|
14875
|
+
.ov-excel-auto-filter-menu__custom-filters-item-input > select {
|
|
14876
|
+
margin-right: 4px;
|
|
14877
|
+
}
|
|
14878
|
+
.ov-excel-auto-filter-menu__custom-filters .excel-radio-wrapper {
|
|
14879
|
+
margin: 4px 0;
|
|
14880
|
+
text-align: center;
|
|
14881
|
+
}
|
|
14882
|
+
.excel-cell-editor {
|
|
14883
|
+
position: absolute;
|
|
14884
|
+
}
|
|
14885
|
+
.excel-chart {
|
|
14886
|
+
position: absolute;
|
|
14887
|
+
z-index: 10;
|
|
14888
|
+
}
|
|
14889
|
+
.excel-pic {
|
|
14890
|
+
position: absolute;
|
|
14891
|
+
z-index: 10;
|
|
14892
|
+
overflow: hidden;
|
|
14893
|
+
}
|
|
14279
14894
|
/*!
|
|
14280
14895
|
* https://github.com/arqex/react-datetime
|
|
14281
14896
|
*/
|
|
@@ -19414,7 +20029,12 @@ input[type=button].antd-Button--block {
|
|
|
19414
20029
|
padding: var(--Tabs-linkPadding);
|
|
19415
20030
|
text-decoration: none;
|
|
19416
20031
|
cursor: pointer;
|
|
19417
|
-
display:
|
|
20032
|
+
display: flex;
|
|
20033
|
+
align-items: center;
|
|
20034
|
+
max-width: 100%;
|
|
20035
|
+
overflow: hidden;
|
|
20036
|
+
}
|
|
20037
|
+
.antd-Tabs-links > .antd-Tabs-link > a:first-child .antd-Tabs-link-text {
|
|
19418
20038
|
text-overflow: ellipsis;
|
|
19419
20039
|
overflow: hidden;
|
|
19420
20040
|
white-space: nowrap;
|
|
@@ -22030,6 +22650,7 @@ input[type=button].antd-Button--block {
|
|
|
22030
22650
|
}
|
|
22031
22651
|
.antd-CBGroup-body-wrapper {
|
|
22032
22652
|
flex: 1;
|
|
22653
|
+
min-width: 0;
|
|
22033
22654
|
}
|
|
22034
22655
|
.antd-CBGroup-body-collapse {
|
|
22035
22656
|
text-align: center;
|
|
@@ -22051,6 +22672,7 @@ input[type=button].antd-Button--block {
|
|
|
22051
22672
|
}
|
|
22052
22673
|
.antd-CBGroup-body-wrapper {
|
|
22053
22674
|
flex: 1;
|
|
22675
|
+
min-width: 0;
|
|
22054
22676
|
}
|
|
22055
22677
|
.antd-CBGroup-toolbar {
|
|
22056
22678
|
display: flex;
|
|
@@ -22190,6 +22812,8 @@ input[type=button].antd-Button--block {
|
|
|
22190
22812
|
display: flex;
|
|
22191
22813
|
flex-direction: row;
|
|
22192
22814
|
align-items: center;
|
|
22815
|
+
flex: 1;
|
|
22816
|
+
min-width: 0;
|
|
22193
22817
|
}
|
|
22194
22818
|
.antd-CBGroupOrItem-body-item > .antd-CBGroupOrItem-dragbar {
|
|
22195
22819
|
left: 0.625rem;
|
|
@@ -22264,11 +22888,22 @@ input[type=button].antd-Button--block {
|
|
|
22264
22888
|
.antd-CBFunc-args > div {
|
|
22265
22889
|
display: inline-block;
|
|
22266
22890
|
}
|
|
22891
|
+
.antd-CBItem {
|
|
22892
|
+
display: flex;
|
|
22893
|
+
flex: 1;
|
|
22894
|
+
min-width: 0;
|
|
22895
|
+
flex-wrap: wrap;
|
|
22896
|
+
}
|
|
22897
|
+
.antd-CBItem > * {
|
|
22898
|
+
flex-shrink: 0;
|
|
22899
|
+
}
|
|
22267
22900
|
.antd-CBValue {
|
|
22268
22901
|
position: relative;
|
|
22269
22902
|
display: inline-block;
|
|
22270
22903
|
vertical-align: middle;
|
|
22271
22904
|
margin: 0.1875rem;
|
|
22905
|
+
flex: 1;
|
|
22906
|
+
min-width: 6.25rem;
|
|
22272
22907
|
}
|
|
22273
22908
|
.antd-CBFormula {
|
|
22274
22909
|
position: relative;
|
|
@@ -22293,6 +22928,7 @@ input[type=button].antd-Button--block {
|
|
|
22293
22928
|
width: 20px;
|
|
22294
22929
|
text-align: center;
|
|
22295
22930
|
display: inline-block;
|
|
22931
|
+
align-self: center;
|
|
22296
22932
|
-webkit-user-select: none;
|
|
22297
22933
|
-moz-user-select: none;
|
|
22298
22934
|
user-select: none;
|
|
@@ -22903,6 +23539,9 @@ input[type=button].antd-Button--block {
|
|
|
22903
23539
|
.antd-Crud2-selection, .antd-Crud2-toolbar, .antd-Crud2-body {
|
|
22904
23540
|
margin-bottom: var(--gap-base);
|
|
22905
23541
|
}
|
|
23542
|
+
.antd-Crud2 .antd-Table-render-wrapper {
|
|
23543
|
+
position: relative;
|
|
23544
|
+
}
|
|
22906
23545
|
.antd-Crud2-selectionLabel {
|
|
22907
23546
|
display: inline-block;
|
|
22908
23547
|
vertical-align: top;
|
|
@@ -23730,6 +24369,11 @@ input[type=button].antd-Button--block {
|
|
|
23730
24369
|
.antd-Table-table > tbody > tr > td.antd-Table-primayCell > .antd-Spinner {
|
|
23731
24370
|
vertical-align: middle;
|
|
23732
24371
|
}
|
|
24372
|
+
.antd-Table-table > thead > tr > th.antd-Table-primayCell > [data-role=form-item],
|
|
24373
|
+
.antd-Table-table > tbody > tr > td.antd-Table-primayCell > [data-role=form-item] {
|
|
24374
|
+
display: inline-block;
|
|
24375
|
+
min-width: 10rem;
|
|
24376
|
+
}
|
|
23733
24377
|
.antd-Table.is-mobile .antd-Table-table > tbody > tr:hover, .antd-Table.is-mobile .antd-Table-table > tbody > tr.is-hovered {
|
|
23734
24378
|
background: var(--Table-bg);
|
|
23735
24379
|
border-color: var(--Table-borderColor);
|
|
@@ -23797,7 +24441,7 @@ input[type=button].antd-Button--block {
|
|
|
23797
24441
|
min-width: 20rem;
|
|
23798
24442
|
max-width: 40rem;
|
|
23799
24443
|
}
|
|
23800
|
-
.antd-TableCell-searchPopOver .antd-Panel {
|
|
24444
|
+
.antd-TableCell-searchPopOver > .antd-Panel {
|
|
23801
24445
|
margin: 0;
|
|
23802
24446
|
}
|
|
23803
24447
|
.antd-TableCell-filterBtn {
|
|
@@ -27257,7 +27901,7 @@ input[type=button].antd-Button--block {
|
|
|
27257
27901
|
width: 1rem;
|
|
27258
27902
|
height: 1rem;
|
|
27259
27903
|
}
|
|
27260
|
-
.antd-ImageGallery-title {
|
|
27904
|
+
.antd-ImageGallery-title, .antd-ImageGallery-caption {
|
|
27261
27905
|
height: 1.125rem;
|
|
27262
27906
|
vertical-align: top;
|
|
27263
27907
|
line-height: 1.125rem;
|
|
@@ -27266,6 +27910,10 @@ input[type=button].antd-Button--block {
|
|
|
27266
27910
|
text-align: center;
|
|
27267
27911
|
margin-bottom: 18px;
|
|
27268
27912
|
}
|
|
27913
|
+
.antd-ImageGallery-caption {
|
|
27914
|
+
text-align: left;
|
|
27915
|
+
margin-bottom: 4px;
|
|
27916
|
+
}
|
|
27269
27917
|
.antd-ImageGallery-main {
|
|
27270
27918
|
background: #000;
|
|
27271
27919
|
flex-basis: 0;
|
|
@@ -27725,6 +28373,7 @@ input[type=button].antd-Button--block {
|
|
|
27725
28373
|
border-color: var(--Form-input-onDisabled-borderColor);
|
|
27726
28374
|
}
|
|
27727
28375
|
.antd-InputBox-clear {
|
|
28376
|
+
visibility: hidden;
|
|
27728
28377
|
padding: var(--Form-input-clearBtn-padding);
|
|
27729
28378
|
cursor: pointer;
|
|
27730
28379
|
display: flex;
|
|
@@ -27737,6 +28386,7 @@ input[type=button].antd-Button--block {
|
|
|
27737
28386
|
fill: var(--Form-input-clearBtn-color);
|
|
27738
28387
|
width: var(--Form-input-clearBtn-size);
|
|
27739
28388
|
height: var(--Form-input-clearBtn-size);
|
|
28389
|
+
top: 0;
|
|
27740
28390
|
}
|
|
27741
28391
|
.antd-InputBox-clear:hover svg {
|
|
27742
28392
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -27744,6 +28394,9 @@ input[type=button].antd-Button--block {
|
|
|
27744
28394
|
.antd-InputBox-clear:active svg {
|
|
27745
28395
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
27746
28396
|
}
|
|
28397
|
+
.antd-InputBox.is-focused .antd-InputBox-clear, .antd-InputBox:hover .antd-InputBox-clear {
|
|
28398
|
+
visibility: visible;
|
|
28399
|
+
}
|
|
27747
28400
|
.antd-InputBox > svg {
|
|
27748
28401
|
display: inline-block;
|
|
27749
28402
|
width: 14px;
|
|
@@ -27809,6 +28462,7 @@ input[type=button].antd-Button--block {
|
|
|
27809
28462
|
min-width: 80px;
|
|
27810
28463
|
max-width: 150px;
|
|
27811
28464
|
flex: 1;
|
|
28465
|
+
display: flex;
|
|
27812
28466
|
}
|
|
27813
28467
|
.antd-JSONSchemaMember-key > span {
|
|
27814
28468
|
display: flex;
|
|
@@ -27823,6 +28477,9 @@ input[type=button].antd-Button--block {
|
|
|
27823
28477
|
align-items: center;
|
|
27824
28478
|
color: var(--Form-input-color);
|
|
27825
28479
|
}
|
|
28480
|
+
.antd-JSONSchemaMember-key > * {
|
|
28481
|
+
flex: 1;
|
|
28482
|
+
}
|
|
27826
28483
|
.antd-JSONSchemaMember-key.is-mobile > span {
|
|
27827
28484
|
border-radius: 0;
|
|
27828
28485
|
border: none;
|
|
@@ -27984,10 +28641,14 @@ input[type=button].antd-Button--block {
|
|
|
27984
28641
|
display: flex;
|
|
27985
28642
|
flex-direction: row;
|
|
27986
28643
|
flex-wrap: wrap;
|
|
27987
|
-
gap: var(--gap-
|
|
28644
|
+
gap: var(--gap-xs);
|
|
28645
|
+
font-size: var(--fonts-size-8);
|
|
27988
28646
|
align-items: stretch;
|
|
27989
28647
|
position: relative;
|
|
27990
28648
|
}
|
|
28649
|
+
.antd-SchemaEditorItem--mini > button {
|
|
28650
|
+
padding: 0 4px;
|
|
28651
|
+
}
|
|
27991
28652
|
.antd-SchemaEditorItem + .antd-SchemaEditorItem {
|
|
27992
28653
|
margin-top: var(--gap-sm);
|
|
27993
28654
|
}
|
|
@@ -27995,12 +28656,12 @@ input[type=button].antd-Button--block {
|
|
|
27995
28656
|
display: flex;
|
|
27996
28657
|
flex-direction: row;
|
|
27997
28658
|
flex-wrap: wrap;
|
|
27998
|
-
gap: var(--gap-
|
|
28659
|
+
gap: var(--gap-xs);
|
|
27999
28660
|
align-items: flex-start;
|
|
28000
28661
|
width: 100%;
|
|
28001
28662
|
}
|
|
28002
28663
|
.antd-SchemaEditor-itemsLabel {
|
|
28003
|
-
|
|
28664
|
+
line-height: 2rem;
|
|
28004
28665
|
}
|
|
28005
28666
|
.antd-SchemaEditor-caret {
|
|
28006
28667
|
display: inline-block;
|
|
@@ -28034,6 +28695,56 @@ input[type=button].antd-Button--block {
|
|
|
28034
28695
|
.antd-SchemaEditor-key > input, .antd-SchemaEditor-title > input, .antd-SchemaEditor-description > input {
|
|
28035
28696
|
flex-basis: 0;
|
|
28036
28697
|
}
|
|
28698
|
+
.antd-SchemaEditor-info {
|
|
28699
|
+
display: flex;
|
|
28700
|
+
background: var(--Form-input-bg);
|
|
28701
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
28702
|
+
border-radius: var(--Form-input-borderRadius);
|
|
28703
|
+
line-height: var(--Form-input-lineHeight);
|
|
28704
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
28705
|
+
font-size: var(--Form-input-fontSize);
|
|
28706
|
+
flex-wrap: wrap;
|
|
28707
|
+
justify-content: flex-start;
|
|
28708
|
+
flex: 1;
|
|
28709
|
+
display: flex;
|
|
28710
|
+
flex-direction: row;
|
|
28711
|
+
justify-content: space-between;
|
|
28712
|
+
align-items: center;
|
|
28713
|
+
}
|
|
28714
|
+
.antd-SchemaEditor-info input {
|
|
28715
|
+
flex-basis: 1.875rem;
|
|
28716
|
+
flex-grow: 1;
|
|
28717
|
+
outline: none;
|
|
28718
|
+
background: transparent;
|
|
28719
|
+
border: none;
|
|
28720
|
+
color: var(--Form-input-color);
|
|
28721
|
+
width: 100%;
|
|
28722
|
+
}
|
|
28723
|
+
.antd-SchemaEditor-info input::-moz-placeholder {
|
|
28724
|
+
color: var(--Form-input-placeholderColor);
|
|
28725
|
+
-moz-user-select: none;
|
|
28726
|
+
user-select: none;
|
|
28727
|
+
}
|
|
28728
|
+
.antd-SchemaEditor-info input::placeholder {
|
|
28729
|
+
color: var(--Form-input-placeholderColor);
|
|
28730
|
+
-webkit-user-select: none;
|
|
28731
|
+
-moz-user-select: none;
|
|
28732
|
+
user-select: none;
|
|
28733
|
+
}
|
|
28734
|
+
.antd-SchemaEditor-info:hover {
|
|
28735
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
|
28736
|
+
}
|
|
28737
|
+
.antd-SchemaEditor-info--borderHalf {
|
|
28738
|
+
border-left-color: transparent !important;
|
|
28739
|
+
border-right-color: transparent !important;
|
|
28740
|
+
border-top-color: transparent !important;
|
|
28741
|
+
}
|
|
28742
|
+
.antd-SchemaEditor-info--borderNone {
|
|
28743
|
+
border-color: transparent !important;
|
|
28744
|
+
}
|
|
28745
|
+
.antd-SchemaEditor-typeLabel {
|
|
28746
|
+
color: var(--Form-input-placeholderColor);
|
|
28747
|
+
}
|
|
28037
28748
|
.antd-ResultBox {
|
|
28038
28749
|
display: flex;
|
|
28039
28750
|
background: var(--Form-input-bg);
|
|
@@ -28191,6 +28902,7 @@ input[type=button].antd-Button--block {
|
|
|
28191
28902
|
fill: var(--Form-input-clearBtn-color);
|
|
28192
28903
|
width: var(--Form-input-clearBtn-size);
|
|
28193
28904
|
height: var(--Form-input-clearBtn-size);
|
|
28905
|
+
top: 0;
|
|
28194
28906
|
}
|
|
28195
28907
|
.antd-ResultBox-clear:hover svg {
|
|
28196
28908
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -28335,6 +29047,7 @@ input[type=button].antd-Button--block {
|
|
|
28335
29047
|
fill: var(--Form-input-clearBtn-color);
|
|
28336
29048
|
width: var(--Form-input-clearBtn-size);
|
|
28337
29049
|
height: var(--Form-input-clearBtn-size);
|
|
29050
|
+
top: 0;
|
|
28338
29051
|
}
|
|
28339
29052
|
.antd-ResultBox.is-mobile .antd-ResultBox-clear:hover svg {
|
|
28340
29053
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -29806,6 +30519,7 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29806
30519
|
fill: var(--Form-input-clearBtn-color);
|
|
29807
30520
|
width: var(--Form-input-clearBtn-size);
|
|
29808
30521
|
height: var(--Form-input-clearBtn-size);
|
|
30522
|
+
top: 0;
|
|
29809
30523
|
}
|
|
29810
30524
|
.antd-TextControl-clear:hover svg {
|
|
29811
30525
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -29823,9 +30537,6 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29823
30537
|
display: inline-flex;
|
|
29824
30538
|
}
|
|
29825
30539
|
}
|
|
29826
|
-
.antd-TextControl .InputText-clear {
|
|
29827
|
-
content: var(--input-clearable-icon);
|
|
29828
|
-
}
|
|
29829
30540
|
.antd-TextControl-clear {
|
|
29830
30541
|
padding: 0 var(--Form-input-clearBtn-padding);
|
|
29831
30542
|
}
|
|
@@ -30143,6 +30854,9 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
30143
30854
|
width: var(--input-password-invisible-icon-size);
|
|
30144
30855
|
height: var(--input-password-invisible-icon-size);
|
|
30145
30856
|
}
|
|
30857
|
+
.InputText-clear.icon {
|
|
30858
|
+
content: var(--input-clearable-icon);
|
|
30859
|
+
}
|
|
30146
30860
|
input.antd-TextControl-input-password {
|
|
30147
30861
|
flex-basis: 0;
|
|
30148
30862
|
}
|
|
@@ -30241,6 +30955,7 @@ input.antd-TextControl-input-password {
|
|
|
30241
30955
|
fill: var(--Form-input-clearBtn-color);
|
|
30242
30956
|
width: var(--Form-input-clearBtn-size);
|
|
30243
30957
|
height: var(--Form-input-clearBtn-size);
|
|
30958
|
+
top: 0;
|
|
30244
30959
|
}
|
|
30245
30960
|
.antd-TextareaControl-clear:hover svg {
|
|
30246
30961
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -30329,6 +31044,7 @@ input.antd-TextControl-input-password {
|
|
|
30329
31044
|
fill: var(--Form-input-clearBtn-color);
|
|
30330
31045
|
width: var(--Form-input-clearBtn-size);
|
|
30331
31046
|
height: var(--Form-input-clearBtn-size);
|
|
31047
|
+
top: 0;
|
|
30332
31048
|
}
|
|
30333
31049
|
.antd-TextareaControl-clear:hover svg {
|
|
30334
31050
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -32735,6 +33451,7 @@ input.antd-TextControl-input-password {
|
|
|
32735
33451
|
fill: var(--Form-input-clearBtn-color);
|
|
32736
33452
|
width: var(--Form-input-clearBtn-size);
|
|
32737
33453
|
height: var(--Form-input-clearBtn-size);
|
|
33454
|
+
top: 0;
|
|
32738
33455
|
}
|
|
32739
33456
|
.antd-LocationPicker-clear:hover svg {
|
|
32740
33457
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -32925,6 +33642,7 @@ input.antd-TextControl-input-password {
|
|
|
32925
33642
|
fill: var(--Form-input-clearBtn-color);
|
|
32926
33643
|
width: var(--Form-input-clearBtn-size);
|
|
32927
33644
|
height: var(--Form-input-clearBtn-size);
|
|
33645
|
+
top: 0;
|
|
32928
33646
|
}
|
|
32929
33647
|
.antd-ColorPicker-clear:hover svg {
|
|
32930
33648
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33101,6 +33819,7 @@ input.antd-TextControl-input-password {
|
|
|
33101
33819
|
fill: var(--Form-input-clearBtn-color);
|
|
33102
33820
|
width: var(--Form-input-clearBtn-size);
|
|
33103
33821
|
height: var(--Form-input-clearBtn-size);
|
|
33822
|
+
top: 0;
|
|
33104
33823
|
}
|
|
33105
33824
|
.antd-DatePicker-toggler:hover svg {
|
|
33106
33825
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33133,6 +33852,7 @@ input.antd-TextControl-input-password {
|
|
|
33133
33852
|
fill: var(--Form-input-clearBtn-color);
|
|
33134
33853
|
width: var(--Form-input-clearBtn-size);
|
|
33135
33854
|
height: var(--Form-input-clearBtn-size);
|
|
33855
|
+
top: 0;
|
|
33136
33856
|
}
|
|
33137
33857
|
.antd-DatePicker-clear:hover svg {
|
|
33138
33858
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33879,6 +34599,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33879
34599
|
fill: var(--Form-input-clearBtn-color);
|
|
33880
34600
|
width: var(--Form-input-clearBtn-size);
|
|
33881
34601
|
height: var(--Form-input-clearBtn-size);
|
|
34602
|
+
top: 0;
|
|
33882
34603
|
}
|
|
33883
34604
|
.antd-DateRangePicker-toggler:hover svg {
|
|
33884
34605
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33911,6 +34632,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33911
34632
|
fill: var(--Form-input-clearBtn-color);
|
|
33912
34633
|
width: var(--Form-input-clearBtn-size);
|
|
33913
34634
|
height: var(--Form-input-clearBtn-size);
|
|
34635
|
+
top: 0;
|
|
33914
34636
|
}
|
|
33915
34637
|
.antd-DateRangePicker-clear:hover svg {
|
|
33916
34638
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -35546,6 +36268,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35546
36268
|
fill: var(--Form-input-clearBtn-color);
|
|
35547
36269
|
width: var(--Form-input-clearBtn-size);
|
|
35548
36270
|
height: var(--Form-input-clearBtn-size);
|
|
36271
|
+
top: 0;
|
|
35549
36272
|
}
|
|
35550
36273
|
.antd-TreeSelect-clear:hover svg {
|
|
35551
36274
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -35944,6 +36667,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35944
36667
|
}
|
|
35945
36668
|
.antd-ComboTabs-addLink > a svg {
|
|
35946
36669
|
margin-right: var(--gap-xs);
|
|
36670
|
+
top: 0;
|
|
35947
36671
|
}
|
|
35948
36672
|
.antd-Combo-dragableTip {
|
|
35949
36673
|
color: var(--text--muted-color);
|
|
@@ -36168,6 +36892,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36168
36892
|
fill: var(--Form-input-clearBtn-color);
|
|
36169
36893
|
width: var(--Form-input-clearBtn-size);
|
|
36170
36894
|
height: var(--Form-input-clearBtn-size);
|
|
36895
|
+
top: 0;
|
|
36171
36896
|
}
|
|
36172
36897
|
.antd-Picker-clear:hover svg {
|
|
36173
36898
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -36336,6 +37061,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36336
37061
|
fill: var(--Form-input-clearBtn-color);
|
|
36337
37062
|
width: var(--Form-input-clearBtn-size);
|
|
36338
37063
|
height: var(--Form-input-clearBtn-size);
|
|
37064
|
+
top: 0;
|
|
36339
37065
|
}
|
|
36340
37066
|
.antd-Picker-clear:hover svg {
|
|
36341
37067
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -36571,15 +37297,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36571
37297
|
border-color: var(--Form-input-onError-borderColor);
|
|
36572
37298
|
background: var(--Form-input-onError-bg);
|
|
36573
37299
|
}
|
|
36574
|
-
.antd-TagControl-popover.antd-PopOver--leftBottomLeftTop > .antd-ListMenu
|
|
37300
|
+
.antd-TagControl-popover.antd-PopOver--leftBottomLeftTop > .antd-ListMenu,
|
|
37301
|
+
.antd-ListMenu-popover.antd-PopOver--leftBottomLeftTop > .antd-ListMenu {
|
|
36575
37302
|
border-top-left-radius: 0;
|
|
36576
37303
|
border-top-right-radius: 0;
|
|
36577
37304
|
}
|
|
36578
|
-
.antd-TagControl-popover.antd-PopOver--leftTopLeftBottom > .antd-ListMenu
|
|
37305
|
+
.antd-TagControl-popover.antd-PopOver--leftTopLeftBottom > .antd-ListMenu,
|
|
37306
|
+
.antd-ListMenu-popover.antd-PopOver--leftTopLeftBottom > .antd-ListMenu {
|
|
36579
37307
|
border-bottom-left-radius: 0;
|
|
36580
37308
|
border-bottom-right-radius: 0;
|
|
36581
37309
|
}
|
|
36582
|
-
.antd-TagControl-popover .antd-ListMenu
|
|
37310
|
+
.antd-TagControl-popover .antd-ListMenu,
|
|
37311
|
+
.antd-ListMenu-popover .antd-ListMenu {
|
|
36583
37312
|
padding: 0.25rem 0;
|
|
36584
37313
|
max-height: var(--inputTag-popover-maxHeight);
|
|
36585
37314
|
overflow: auto;
|
|
@@ -36587,7 +37316,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36587
37316
|
-moz-user-select: none;
|
|
36588
37317
|
user-select: none;
|
|
36589
37318
|
}
|
|
36590
|
-
.antd-TagControl-popover .antd-ListMenu-item
|
|
37319
|
+
.antd-TagControl-popover .antd-ListMenu-item,
|
|
37320
|
+
.antd-ListMenu-popover .antd-ListMenu-item {
|
|
36591
37321
|
height: var(--inputTag-option-height);
|
|
36592
37322
|
color: var(--inputTag-option-color);
|
|
36593
37323
|
font-size: var(--inputTag-option-fontSize);
|
|
@@ -36596,7 +37326,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36596
37326
|
padding: var(--inputTag-option-paddingTop) var(--inputTag-option-paddingRight) var(--inputTag-option-paddingBottom) var(--inputTag-option-paddingLeft);
|
|
36597
37327
|
background: var(--inputTag-option-bg-color);
|
|
36598
37328
|
}
|
|
36599
|
-
.antd-TagControl-popover .antd-ListMenu-item:hover
|
|
37329
|
+
.antd-TagControl-popover .antd-ListMenu-item:hover,
|
|
37330
|
+
.antd-ListMenu-popover .antd-ListMenu-item:hover {
|
|
36600
37331
|
color: var(--inputTag-option-hover-color);
|
|
36601
37332
|
background: var(--inputTag-option-hover-bg-color);
|
|
36602
37333
|
}
|
|
@@ -37454,6 +38185,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37454
38185
|
fill: var(--Form-input-clearBtn-color);
|
|
37455
38186
|
width: var(--Form-input-clearBtn-size);
|
|
37456
38187
|
height: var(--Form-input-clearBtn-size);
|
|
38188
|
+
top: 0;
|
|
37457
38189
|
}
|
|
37458
38190
|
.antd-IconPickerControl-clear:hover svg {
|
|
37459
38191
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -37659,6 +38391,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37659
38391
|
fill: var(--Form-input-clearBtn-color);
|
|
37660
38392
|
width: var(--Form-input-clearBtn-size);
|
|
37661
38393
|
height: var(--Form-input-clearBtn-size);
|
|
38394
|
+
top: 0;
|
|
37662
38395
|
}
|
|
37663
38396
|
.antd-IconSelectControl-clear:hover svg {
|
|
37664
38397
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -38565,6 +39298,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38565
39298
|
display: none;
|
|
38566
39299
|
}
|
|
38567
39300
|
}
|
|
39301
|
+
.antd-Autofill-popOver {
|
|
39302
|
+
border: none;
|
|
39303
|
+
min-width: 20rem;
|
|
39304
|
+
max-width: 40rem;
|
|
39305
|
+
}
|
|
39306
|
+
.antd-Autofill-popOver > .antd-Panel {
|
|
39307
|
+
margin: 0;
|
|
39308
|
+
}
|
|
38568
39309
|
.antd-UserSelect {
|
|
38569
39310
|
position: relative;
|
|
38570
39311
|
}
|
|
@@ -39473,6 +40214,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39473
40214
|
overflow: visible;
|
|
39474
40215
|
max-width: 100%;
|
|
39475
40216
|
box-sizing: content-box;
|
|
40217
|
+
min-height: 28.125rem;
|
|
39476
40218
|
/* 变量列表 */
|
|
39477
40219
|
/* 函数列表 */
|
|
39478
40220
|
}
|
|
@@ -39480,8 +40222,55 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39480
40222
|
flex: 1;
|
|
39481
40223
|
height: 100%;
|
|
39482
40224
|
max-width: 33.125rem;
|
|
40225
|
+
min-width: 0;
|
|
39483
40226
|
border-top: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
39484
40227
|
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
40228
|
+
display: flex;
|
|
40229
|
+
flex-direction: column;
|
|
40230
|
+
}
|
|
40231
|
+
.antd-FormulaEditor-runPanel {
|
|
40232
|
+
height: 12.5rem;
|
|
40233
|
+
transition: height 0.1s ease-out;
|
|
40234
|
+
border-top: 1px solid var(--Form-input-borderColor);
|
|
40235
|
+
display: flex;
|
|
40236
|
+
flex-wrap: nowrap;
|
|
40237
|
+
flex-direction: row;
|
|
40238
|
+
}
|
|
40239
|
+
.antd-FormulaEditor-runPanel.in {
|
|
40240
|
+
height: 0;
|
|
40241
|
+
overflow: hidden;
|
|
40242
|
+
}
|
|
40243
|
+
.antd-FormulaEditor-runPanel-context, .antd-FormulaEditor-runPanel-result {
|
|
40244
|
+
flex: 1;
|
|
40245
|
+
min-width: 0;
|
|
40246
|
+
display: flex;
|
|
40247
|
+
flex-direction: column;
|
|
40248
|
+
}
|
|
40249
|
+
.antd-FormulaEditor-runPanel-context > header, .antd-FormulaEditor-runPanel-result > header {
|
|
40250
|
+
width: 100%;
|
|
40251
|
+
height: 1.875rem;
|
|
40252
|
+
line-height: 1.875rem;
|
|
40253
|
+
padding: 0 0.625rem;
|
|
40254
|
+
box-sizing: border-box;
|
|
40255
|
+
background: var(--InputFormula-header-bgColor);
|
|
40256
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
|
40257
|
+
border-bottom: none;
|
|
40258
|
+
font-weight: 500;
|
|
40259
|
+
margin: 0;
|
|
40260
|
+
}
|
|
40261
|
+
.antd-FormulaEditor-runPanel-context > div, .antd-FormulaEditor-runPanel-result > div {
|
|
40262
|
+
flex: 1;
|
|
40263
|
+
min-height: 0;
|
|
40264
|
+
font-size: 12px;
|
|
40265
|
+
}
|
|
40266
|
+
.antd-FormulaEditor-runPanel-context {
|
|
40267
|
+
border-right: 1px solid var(--Form-input-borderColor);
|
|
40268
|
+
}
|
|
40269
|
+
.antd-FormulaEditor-runPanel-result > div {
|
|
40270
|
+
padding: 0 0.625rem;
|
|
40271
|
+
}
|
|
40272
|
+
.antd-FormulaEditor-runPanel-result.is-error {
|
|
40273
|
+
color: var(--Form-input-onError-borderColor);
|
|
39485
40274
|
}
|
|
39486
40275
|
.antd-FormulaEditor-header {
|
|
39487
40276
|
width: 100%;
|
|
@@ -39502,8 +40291,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39502
40291
|
margin-right: 5px;
|
|
39503
40292
|
}
|
|
39504
40293
|
.antd-FormulaEditor-editor {
|
|
39505
|
-
|
|
39506
|
-
height:
|
|
40294
|
+
flex: 1;
|
|
40295
|
+
min-height: 0;
|
|
39507
40296
|
padding: 0.3125rem;
|
|
39508
40297
|
padding-right: 0;
|
|
39509
40298
|
}
|
|
@@ -39862,24 +40651,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39862
40651
|
overflow: hidden;
|
|
39863
40652
|
background: var(--InputFormula-code-bgColor);
|
|
39864
40653
|
}
|
|
39865
|
-
.antd-FormulaEditor .cm-field,
|
|
39866
|
-
.antd-FormulaEditor .cm-func {
|
|
39867
|
-
border-radius: 3px;
|
|
39868
|
-
color: #fff;
|
|
39869
|
-
margin: 0 1px;
|
|
39870
|
-
padding: 0 2px;
|
|
39871
|
-
}
|
|
39872
|
-
.antd-FormulaEditor .cm-field {
|
|
39873
|
-
padding: 2px 5px;
|
|
39874
|
-
}
|
|
39875
|
-
.antd-FormulaEditor .cm-field {
|
|
39876
|
-
background: #007bff;
|
|
39877
|
-
}
|
|
39878
|
-
.antd-FormulaEditor .cm-func {
|
|
39879
|
-
color: #ae4597;
|
|
39880
|
-
font-weight: bold;
|
|
39881
|
-
line-height: 14px;
|
|
39882
|
-
}
|
|
39883
40654
|
.antd-FormulaPicker {
|
|
39884
40655
|
display: flex;
|
|
39885
40656
|
flex-flow: row nowrap;
|
|
@@ -39896,8 +40667,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39896
40667
|
}
|
|
39897
40668
|
.antd-FormulaPicker-input {
|
|
39898
40669
|
flex: 1;
|
|
40670
|
+
min-width: 0;
|
|
39899
40671
|
margin-right: 0.625rem;
|
|
39900
|
-
padding-right: 0;
|
|
40672
|
+
padding-right: 0.25rem;
|
|
39901
40673
|
max-width: calc(100% - 2.625rem);
|
|
39902
40674
|
}
|
|
39903
40675
|
.antd-FormulaPicker-action {
|
|
@@ -39943,7 +40715,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39943
40715
|
height: var(--Form-input-height);
|
|
39944
40716
|
}
|
|
39945
40717
|
.antd-FormulaPicker.is-input-group.antd-FormulaPicker--text {
|
|
39946
|
-
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
40718
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX) var(--Form-input-paddingY) 0.3125rem;
|
|
39947
40719
|
}
|
|
39948
40720
|
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input {
|
|
39949
40721
|
display: flex;
|
|
@@ -39960,13 +40732,27 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39960
40732
|
outline: none;
|
|
39961
40733
|
box-sizing: none;
|
|
39962
40734
|
}
|
|
39963
|
-
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-
|
|
40735
|
+
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-select, .antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-number, .antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-boolean, .antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-date, .antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-time, .antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-datetime {
|
|
39964
40736
|
height: var(--InputFormula-input-schema-height);
|
|
39965
40737
|
padding-left: var(--Form-input-paddingX);
|
|
39966
40738
|
}
|
|
40739
|
+
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-number {
|
|
40740
|
+
padding-left: 0;
|
|
40741
|
+
}
|
|
39967
40742
|
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-number .antd-Number-handler-wrap {
|
|
39968
40743
|
height: unset; /* 避免调节器超出Input框 */
|
|
39969
40744
|
}
|
|
40745
|
+
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-custom {
|
|
40746
|
+
border: 0;
|
|
40747
|
+
flex: 1;
|
|
40748
|
+
min-width: 0;
|
|
40749
|
+
}
|
|
40750
|
+
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-custom > div {
|
|
40751
|
+
border: 0;
|
|
40752
|
+
padding: 0 0 0 var(--Form-input-paddingX);
|
|
40753
|
+
align-items: center;
|
|
40754
|
+
height: var(--InputFormula-input-schema-height);
|
|
40755
|
+
}
|
|
39970
40756
|
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-variable {
|
|
39971
40757
|
border: none;
|
|
39972
40758
|
min-height: unset;
|
|
@@ -39987,6 +40773,60 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39987
40773
|
cursor: pointer;
|
|
39988
40774
|
color: var(--colors-brand-5);
|
|
39989
40775
|
}
|
|
40776
|
+
.antd-FormulaCodeEditor .cm-field,
|
|
40777
|
+
.antd-FormulaCodeEditor .cm-func {
|
|
40778
|
+
border-radius: 3px;
|
|
40779
|
+
color: #fff;
|
|
40780
|
+
}
|
|
40781
|
+
.antd-FormulaCodeEditor .cm-field {
|
|
40782
|
+
padding: 2px 5px;
|
|
40783
|
+
}
|
|
40784
|
+
.antd-FormulaCodeEditor .cm-field {
|
|
40785
|
+
background: #007bff;
|
|
40786
|
+
}
|
|
40787
|
+
.antd-FormulaCodeEditor .cm-func {
|
|
40788
|
+
color: #ae4597;
|
|
40789
|
+
font-weight: bold;
|
|
40790
|
+
line-height: 14px;
|
|
40791
|
+
}
|
|
40792
|
+
.antd-FormulaCodeEditor .cm-error-token {
|
|
40793
|
+
background-position: left bottom;
|
|
40794
|
+
background-repeat: repeat-x;
|
|
40795
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==);
|
|
40796
|
+
}
|
|
40797
|
+
.antd-FormulaCodeEditor .CodeMirror-placeholder {
|
|
40798
|
+
color: var(--Form-input-placeholderColor) !important;
|
|
40799
|
+
}
|
|
40800
|
+
.antd-FormulaCodeEditor .lint-error {
|
|
40801
|
+
color: var(--Form-input-onError-borderColor);
|
|
40802
|
+
}
|
|
40803
|
+
.antd-FormulaCodeEditor--singleLine {
|
|
40804
|
+
max-width: 100%;
|
|
40805
|
+
}
|
|
40806
|
+
.antd-FormulaCodeEditor--singleLine > .CodeMirror {
|
|
40807
|
+
height: 21px;
|
|
40808
|
+
}
|
|
40809
|
+
.antd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-hscrollbar,
|
|
40810
|
+
.antd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-vscrollbar {
|
|
40811
|
+
display: none !important;
|
|
40812
|
+
}
|
|
40813
|
+
.antd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-sizer {
|
|
40814
|
+
min-height: 21px !important;
|
|
40815
|
+
border-right-width: 0 !important;
|
|
40816
|
+
}
|
|
40817
|
+
.antd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-scroll {
|
|
40818
|
+
height: 21px;
|
|
40819
|
+
margin: 0;
|
|
40820
|
+
padding: 0;
|
|
40821
|
+
overflow: hidden !important;
|
|
40822
|
+
}
|
|
40823
|
+
.antd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-lines {
|
|
40824
|
+
padding: 0;
|
|
40825
|
+
}
|
|
40826
|
+
.antd-InputBox > .antd-FormulaCodeEditor {
|
|
40827
|
+
flex: 1;
|
|
40828
|
+
min-width: 0;
|
|
40829
|
+
}
|
|
39990
40830
|
.antd-Timeline-vertical {
|
|
39991
40831
|
display: flex;
|
|
39992
40832
|
flex-flow: column;
|
|
@@ -41336,6 +42176,140 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41336
42176
|
overflow: hidden;
|
|
41337
42177
|
white-space: nowrap;
|
|
41338
42178
|
}
|
|
42179
|
+
.antd-PdfViewer {
|
|
42180
|
+
position: relative;
|
|
42181
|
+
width: 100%;
|
|
42182
|
+
min-width: 300px;
|
|
42183
|
+
height: 100%;
|
|
42184
|
+
display: flex;
|
|
42185
|
+
justify-content: center;
|
|
42186
|
+
padding: 50px 0;
|
|
42187
|
+
}
|
|
42188
|
+
.antd-PdfViewer-Content {
|
|
42189
|
+
width: -moz-max-content;
|
|
42190
|
+
width: max-content;
|
|
42191
|
+
max-width: 100%;
|
|
42192
|
+
}
|
|
42193
|
+
.antd-PdfViewer-Content.is-loaded {
|
|
42194
|
+
box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
|
|
42195
|
+
}
|
|
42196
|
+
.antd-PdfViewer-Loading {
|
|
42197
|
+
width: 100%;
|
|
42198
|
+
text-align: center;
|
|
42199
|
+
}
|
|
42200
|
+
.antd-PdfViewer-Tool {
|
|
42201
|
+
position: absolute;
|
|
42202
|
+
z-index: 10;
|
|
42203
|
+
padding: 5px 15px;
|
|
42204
|
+
bottom: 60px;
|
|
42205
|
+
background-color: #444444;
|
|
42206
|
+
border-radius: 10px;
|
|
42207
|
+
color: #fff;
|
|
42208
|
+
text-align: center;
|
|
42209
|
+
-webkit-user-select: none;
|
|
42210
|
+
-moz-user-select: none;
|
|
42211
|
+
user-select: none;
|
|
42212
|
+
}
|
|
42213
|
+
.antd-PdfViewer-Tool .gap {
|
|
42214
|
+
margin: 0 4px;
|
|
42215
|
+
}
|
|
42216
|
+
.antd-PdfViewer-Tool .icon {
|
|
42217
|
+
cursor: pointer;
|
|
42218
|
+
width: 20px;
|
|
42219
|
+
margin: 0 10px;
|
|
42220
|
+
}
|
|
42221
|
+
.antd-PdfViewer-Tool .icon:hover {
|
|
42222
|
+
color: var(--colors-brand-5);
|
|
42223
|
+
}
|
|
42224
|
+
.antd-PdfViewer-Tool .page-input {
|
|
42225
|
+
width: 40px;
|
|
42226
|
+
}
|
|
42227
|
+
.antd-Signature {
|
|
42228
|
+
position: relative;
|
|
42229
|
+
width: 100%;
|
|
42230
|
+
height: 100%;
|
|
42231
|
+
display: flex;
|
|
42232
|
+
flex-direction: column;
|
|
42233
|
+
justify-content: space-between;
|
|
42234
|
+
}
|
|
42235
|
+
.antd-Signature-canvas {
|
|
42236
|
+
border: 1px dashed #aaa;
|
|
42237
|
+
}
|
|
42238
|
+
.antd-Signature-Tool {
|
|
42239
|
+
height: var(--signature-tool-height);
|
|
42240
|
+
margin-top: var(--signature-tool-margin-top);
|
|
42241
|
+
}
|
|
42242
|
+
.antd-Signature-Tool .actions {
|
|
42243
|
+
display: flex;
|
|
42244
|
+
justify-content: space-between;
|
|
42245
|
+
}
|
|
42246
|
+
.antd-Signature-Tool .actions .left-actions button {
|
|
42247
|
+
margin-right: 5px;
|
|
42248
|
+
}
|
|
42249
|
+
.antd-Signature-Tool .actions .right-actions button {
|
|
42250
|
+
margin-left: 5px;
|
|
42251
|
+
}
|
|
42252
|
+
.antd-Signature-placeholder {
|
|
42253
|
+
position: absolute;
|
|
42254
|
+
top: 0;
|
|
42255
|
+
left: 0;
|
|
42256
|
+
right: 0;
|
|
42257
|
+
bottom: var(--signature-tool-height);
|
|
42258
|
+
text-align: center;
|
|
42259
|
+
display: flex;
|
|
42260
|
+
flex-direction: column;
|
|
42261
|
+
justify-content: center;
|
|
42262
|
+
align-items: center;
|
|
42263
|
+
gap: var(--signature-placeholder-gap);
|
|
42264
|
+
color: var(--signature-placeholder-color);
|
|
42265
|
+
}
|
|
42266
|
+
.antd-Signature-Embed {
|
|
42267
|
+
display: flex;
|
|
42268
|
+
gap: 10px;
|
|
42269
|
+
}
|
|
42270
|
+
.antd-Signature-Embed-Preview {
|
|
42271
|
+
display: flex;
|
|
42272
|
+
align-items: center;
|
|
42273
|
+
gap: 4px;
|
|
42274
|
+
margin-left: 10px;
|
|
42275
|
+
height: 30px;
|
|
42276
|
+
margin: 1px;
|
|
42277
|
+
padding: 2px;
|
|
42278
|
+
border: 1px dashed #aaa;
|
|
42279
|
+
}
|
|
42280
|
+
.antd-Signature-Embed-Preview .preview-close {
|
|
42281
|
+
cursor: pointer;
|
|
42282
|
+
font-size: 14px;
|
|
42283
|
+
color: #aaa;
|
|
42284
|
+
}
|
|
42285
|
+
.antd-Signature-Embed-Preview .preview-close:hover {
|
|
42286
|
+
color: #000;
|
|
42287
|
+
}
|
|
42288
|
+
.antd-Signature-Embed-Preview img {
|
|
42289
|
+
height: 24px;
|
|
42290
|
+
}
|
|
42291
|
+
.antd-Signature-Embed-Body {
|
|
42292
|
+
height: 100%;
|
|
42293
|
+
display: flex;
|
|
42294
|
+
flex-direction: column;
|
|
42295
|
+
}
|
|
42296
|
+
.antd-Signature.is-fullScreen, .antd-Signature-Embed-Body.is-fullScreen {
|
|
42297
|
+
flex-direction: row-reverse;
|
|
42298
|
+
justify-content: space-between;
|
|
42299
|
+
align-items: stretch;
|
|
42300
|
+
}
|
|
42301
|
+
.antd-Signature.is-fullScreen .antd-Signature-Tool, .antd-Signature-Embed-Body.is-fullScreen .antd-Signature-Tool {
|
|
42302
|
+
width: calc(var(--signature-tool-height) - var(--signature-tool-margin-top));
|
|
42303
|
+
height: auto;
|
|
42304
|
+
margin-top: 0;
|
|
42305
|
+
display: flex;
|
|
42306
|
+
justify-content: center;
|
|
42307
|
+
align-items: center;
|
|
42308
|
+
}
|
|
42309
|
+
.antd-Signature.is-fullScreen .antd-Signature-Tool .actions, .antd-Signature-Embed-Body.is-fullScreen .antd-Signature-Tool .actions {
|
|
42310
|
+
white-space: nowrap;
|
|
42311
|
+
transform: rotate(90deg);
|
|
42312
|
+
}
|
|
41339
42313
|
@media print {
|
|
41340
42314
|
.pe-no-print {
|
|
41341
42315
|
display: none !important;
|