amis-ui 6.2.2 → 6.4.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 +45 -40
- package/esm/components/CalendarMobile.js +41 -6
- 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.d.ts +1 -1
- package/esm/components/CityDB.js +377 -889
- 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 +84 -82
- package/esm/components/DatePicker.js +12 -12
- package/esm/components/DateRangePicker.d.ts +133 -129
- package/esm/components/DateRangePicker.js +40 -27
- 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 +30 -21
- package/esm/components/NumberInput.js +36 -6
- 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.d.ts +1 -0
- package/esm/components/Picker.js +4 -4
- package/esm/components/PickerColumn.d.ts +1 -0
- package/esm/components/PickerColumn.js +8 -6
- 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 +1363 -1354
- package/esm/components/Select.js +13 -12
- package/esm/components/SelectMobile.js +22 -19
- 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 +32 -30
- 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.d.ts +9 -0
- package/esm/components/WithRemoteConfig.js +19 -3
- 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 +92 -0
- package/esm/components/formula/CodeEditor.js +99 -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 +74 -60
- package/esm/components/formula/Picker.js +129 -69
- package/esm/components/formula/VariableList.d.ts +1 -1
- package/esm/components/formula/VariableList.js +26 -12
- package/esm/components/formula/plugin.d.ts +28 -7
- package/esm/components/formula/plugin.js +217 -90
- package/esm/components/icons.d.ts +4 -2
- package/esm/components/icons.js +14 -5
- package/esm/components/index.d.ts +5 -3
- package/esm/components/json-schema/Array.js +2 -2
- package/esm/components/json-schema/Item.d.ts +3 -1
- package/esm/components/json-schema/Item.js +35 -9
- package/esm/components/json-schema/Object.d.ts +3 -1
- package/esm/components/json-schema/Object.js +112 -52
- package/esm/components/json-schema/index.d.ts +53 -50
- package/esm/components/json-schema/index.js +14 -5
- 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.d.ts +2 -0
- package/esm/components/table/Cell.js +4 -4
- package/esm/components/table/ColGroup.js +1 -1
- package/esm/components/table/Head.d.ts +2 -0
- package/esm/components/table/Head.js +12 -9
- package/esm/components/table/HeadCellDropDown.d.ts +2 -0
- package/esm/components/table/HeadCellDropDown.js +1 -1
- package/esm/components/table/HeadCellFilter.d.ts +42 -40
- package/esm/components/table/HeadCellFilter.js +8 -8
- package/esm/components/table/HeadCellSelect.d.ts +40 -40
- package/esm/components/table/HeadCellSelect.js +1 -1
- package/esm/components/table/HeadCellSort.d.ts +2 -0
- package/esm/components/table/HeadCellSort.js +8 -8
- package/esm/components/table/ItemActionsWrapper.js +1 -1
- package/esm/components/table/Row.d.ts +2 -0
- package/esm/components/table/Row.js +4 -3
- package/esm/components/table/SummaryRow.js +1 -1
- package/esm/components/table/index.d.ts +162 -160
- package/esm/components/table/index.js +7 -5
- package/esm/components/table/util.d.ts +7 -7
- package/esm/components/table/util.js +4 -2
- 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 +4 -2
- package/esm/locale/de-DE.js +27 -11
- package/esm/locale/en-US.js +18 -2
- package/esm/locale/zh-CN.js +19 -3
- package/esm/node_modules/pdfjs-dist/build/pdf.worker.min.js +37 -0
- package/esm/node_modules/smooth-signature/es/index.js +506 -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 +124 -122
- 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 +20 -20
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/ArrayInput.d.ts +40 -40
- package/lib/components/ArrayInput.js +1 -1
- package/lib/components/AsideNav.d.ts +12 -11
- package/lib/components/AsideNav.js +5 -2
- package/lib/components/AssociatedSelection.d.ts +80 -80
- package/lib/components/AssociatedSelection.js +4 -4
- package/lib/components/Avatar.d.ts +70 -70
- package/lib/components/Avatar.js +1 -1
- package/lib/components/Badge.d.ts +1 -1
- package/lib/components/Badge.js +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/Breadcrumb.d.ts +3 -0
- package/lib/components/Breadcrumb.js +7 -6
- package/lib/components/Button.d.ts +42 -41
- package/lib/components/Button.js +3 -3
- package/lib/components/CalendarMobile.d.ts +85 -80
- package/lib/components/CalendarMobile.js +41 -6
- package/lib/components/Card.d.ts +110 -110
- package/lib/components/Card.js +1 -1
- package/lib/components/Cascader.js +1 -1
- package/lib/components/ChainedDropdownSelection.d.ts +80 -80
- package/lib/components/ChainedDropdownSelection.js +1 -1
- package/lib/components/ChainedSelection.d.ts +80 -80
- package/lib/components/ChainedSelection.js +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.d.ts +1 -1
- package/lib/components/CityDB.js +377 -889
- package/lib/components/CodeMirror.d.ts +1 -0
- package/lib/components/CodeMirror.js +15 -4
- package/lib/components/Collapse.d.ts +140 -140
- package/lib/components/Collapse.js +1 -1
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/CollapseGroup.js +1 -1
- package/lib/components/ColorPicker.d.ts +40 -40
- package/lib/components/ColorPicker.js +1 -1
- package/lib/components/Combo.js +1 -1
- package/lib/components/ConfirmBox.d.ts +81 -80
- 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 +124 -122
- package/lib/components/DatePicker.js +12 -12
- package/lib/components/DateRangePicker.d.ts +293 -289
- package/lib/components/DateRangePicker.js +40 -27
- package/lib/components/DndContainer.js +1 -1
- package/lib/components/Drawer.d.ts +30 -30
- package/lib/components/Drawer.js +1 -1
- package/lib/components/DropDownSelection.d.ts +80 -80
- package/lib/components/DropDownSelection.js +1 -1
- package/lib/components/Editor.d.ts +120 -120
- 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 +80 -80
- 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 +82 -80
- 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 +80 -80
- package/lib/components/Modal.js +1 -1
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/MonthRangePicker.d.ts +160 -160
- package/lib/components/MultilineText.d.ts +40 -40
- package/lib/components/MultilineText.js +1 -1
- package/lib/components/NumberInput.d.ts +30 -21
- package/lib/components/NumberInput.js +36 -6
- package/lib/components/OverflowTpl.js +1 -1
- package/lib/components/Pagination.d.ts +200 -110
- 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.d.ts +1 -0
- package/lib/components/Picker.js +4 -4
- package/lib/components/PickerColumn.d.ts +1 -0
- package/lib/components/PickerColumn.js +7 -5
- 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 +40 -40
- package/lib/components/PopUp.js +1 -1
- package/lib/components/Progress.d.ts +50 -50
- package/lib/components/Progress.js +1 -1
- package/lib/components/PullRefresh.js +1 -1
- package/lib/components/Radios.d.ts +12 -10
- package/lib/components/Radios.js +4 -3
- package/lib/components/Range.js +1 -1
- package/lib/components/Rating.d.ts +10 -10
- package/lib/components/Rating.js +1 -1
- package/lib/components/ResultBox.d.ts +82 -81
- 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 +80 -80
- 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 +1366 -1357
- package/lib/components/Select.js +12 -11
- package/lib/components/SelectMobile.js +22 -19
- package/lib/components/Selection.d.ts +82 -80
- 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 +60 -60
- 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 +80 -80
- package/lib/components/TableSelection.js +6 -5
- package/lib/components/Tabs.d.ts +83 -81
- 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 +70 -70
- 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 +80 -80
- package/lib/components/Toast.js +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/TooltipWrapper.d.ts +42 -42
- package/lib/components/TooltipWrapper.js +1 -1
- package/lib/components/Transfer.d.ts +192 -190
- package/lib/components/Transfer.js +16 -16
- package/lib/components/TransferDropDown.d.ts +160 -160
- package/lib/components/TransferDropDown.js +1 -1
- package/lib/components/TransferPicker.js +1 -1
- package/lib/components/TransferSearch.js +1 -1
- package/lib/components/Tree.d.ts +286 -290
- package/lib/components/Tree.js +31 -29
- package/lib/components/TreeSelection.d.ts +120 -120
- package/lib/components/TreeSelection.js +1 -1
- package/lib/components/UserSelect.d.ts +40 -40
- package/lib/components/UserSelect.js +1 -1
- package/lib/components/UserTabSelect.d.ts +40 -40
- package/lib/components/UserTabSelect.js +1 -1
- package/lib/components/WithRemoteConfig.d.ts +9 -0
- package/lib/components/WithRemoteConfig.js +19 -3
- 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.d.ts +1 -1
- package/lib/components/condition-builder/index.js +1 -1
- package/lib/components/formula/CodeEditor.d.ts +92 -0
- package/lib/components/formula/CodeEditor.js +110 -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 +74 -60
- package/lib/components/formula/Picker.js +128 -68
- package/lib/components/formula/VariableList.d.ts +1 -1
- package/lib/components/formula/VariableList.js +24 -10
- package/lib/components/formula/plugin.d.ts +28 -7
- package/lib/components/formula/plugin.js +220 -89
- package/lib/components/icons.d.ts +4 -2
- package/lib/components/icons.js +14 -5
- package/lib/components/index.d.ts +5 -3
- package/lib/components/json-schema/Array.js +3 -3
- package/lib/components/json-schema/Item.d.ts +3 -1
- package/lib/components/json-schema/Item.js +39 -8
- package/lib/components/json-schema/Object.d.ts +3 -1
- package/lib/components/json-schema/Object.js +113 -51
- package/lib/components/json-schema/index.d.ts +53 -50
- package/lib/components/json-schema/index.js +18 -5
- 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 +86 -83
- 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.d.ts +2 -0
- package/lib/components/table/Cell.js +4 -4
- package/lib/components/table/ColGroup.js +1 -1
- package/lib/components/table/Head.d.ts +2 -0
- package/lib/components/table/Head.js +12 -9
- package/lib/components/table/HeadCellDropDown.d.ts +2 -0
- package/lib/components/table/HeadCellDropDown.js +1 -1
- package/lib/components/table/HeadCellFilter.d.ts +82 -80
- package/lib/components/table/HeadCellFilter.js +8 -8
- package/lib/components/table/HeadCellSelect.d.ts +40 -40
- package/lib/components/table/HeadCellSelect.js +1 -1
- package/lib/components/table/HeadCellSort.d.ts +2 -0
- package/lib/components/table/HeadCellSort.js +7 -7
- package/lib/components/table/ItemActionsWrapper.js +1 -1
- package/lib/components/table/Row.d.ts +2 -0
- package/lib/components/table/Row.js +4 -3
- package/lib/components/table/SummaryRow.js +1 -1
- package/lib/components/table/index.d.ts +122 -120
- package/lib/components/table/index.js +7 -5
- package/lib/components/table/util.d.ts +7 -7
- package/lib/components/table/util.js +4 -2
- 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 +6 -1
- package/lib/locale/de-DE.js +27 -11
- package/lib/locale/en-US.js +18 -2
- package/lib/locale/zh-CN.js +19 -3
- package/lib/node_modules/pdfjs-dist/build/pdf.worker.min.js +41 -0
- package/lib/node_modules/smooth-signature/es/index.js +510 -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 +1032 -38
- package/lib/themes/ang.js +1 -1
- package/lib/themes/antd.css +1032 -38
- package/lib/themes/antd.js +1 -1
- package/lib/themes/cxd.css +1032 -38
- package/lib/themes/cxd.js +1 -1
- package/lib/themes/dark.css +1032 -38
- package/lib/themes/dark.js +1 -1
- package/lib/themes/default.css +1032 -38
- package/package.json +4 -3
- package/scss/_components.scss +7 -0
- package/scss/_mixins.scss +1 -0
- package/scss/_thirds.scss +3 -0
- package/scss/components/_collapse.scss +1 -1
- package/scss/components/_condition-builder.scss +18 -0
- package/scss/components/_crud2.scss +4 -0
- package/scss/components/_formula.scss +148 -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/_menu.scss +3 -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 +10 -4
- package/scss/components/form/_combo.scss +1 -0
- package/scss/components/form/_form.scss +10 -0
- package/scss/components/form/_icon-select.scss +3 -0
- package/scss/components/form/_picker.scss +2 -1
- 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
|
@@ -2764,6 +2764,7 @@
|
|
|
2764
2764
|
--Collapse-content-color: var(--collapse-default-content-color);
|
|
2765
2765
|
--Collapse-content-fontSize: var(--collapse-default-content-fontSize);
|
|
2766
2766
|
--Collapse-content-fontWeight: var(--collapse-default-content-fontWeight);
|
|
2767
|
+
--Collapse-mobile-marginBottom: var(--sizes-size-9);
|
|
2767
2768
|
--Tabs-borderColor: var(--colors-neutral-line-8);
|
|
2768
2769
|
--Tabs-link-disabled-color: var(--colors-neutral-text-6);
|
|
2769
2770
|
--Tabs--sidebar-iconColor: var(--colors-brand-5);
|
|
@@ -3873,6 +3874,10 @@
|
|
|
3873
3874
|
--inputTime-hover-bg-color: var(--colors-neutral-fill-10);
|
|
3874
3875
|
--inputTime-active-color: var(--colors-neutral-text-2);
|
|
3875
3876
|
--inputTime-active-bg-color: var(--colors-brand-10);
|
|
3877
|
+
--signature-tool-height: 2.5rem;
|
|
3878
|
+
--signature-tool-margin-top: 0.5rem;
|
|
3879
|
+
--signature-placeholder-gap: 0.625rem;
|
|
3880
|
+
--signature-placeholder-color: var(--colors-neutral-line-6);
|
|
3876
3881
|
--steps-base-color: var(--colors-neutral-text-2);
|
|
3877
3882
|
--steps-base-fontSize: var(--fonts-size-7);
|
|
3878
3883
|
--steps-base-fontWeight: var(--fonts-weight-6);
|
|
@@ -5547,6 +5552,186 @@ div.CodeMirror-dragcursors {
|
|
|
5547
5552
|
span.CodeMirror-selectedtext {
|
|
5548
5553
|
background: none;
|
|
5549
5554
|
}
|
|
5555
|
+
/*
|
|
5556
|
+
|
|
5557
|
+
Name: Base16 Default Dark
|
|
5558
|
+
Author: Chris Kempson (http://chriskempson.com)
|
|
5559
|
+
|
|
5560
|
+
CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
|
|
5561
|
+
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
|
|
5562
|
+
|
|
5563
|
+
*/
|
|
5564
|
+
.cm-s-base16-dark.CodeMirror {
|
|
5565
|
+
background: #151515;
|
|
5566
|
+
color: #e0e0e0;
|
|
5567
|
+
}
|
|
5568
|
+
.cm-s-base16-dark div.CodeMirror-selected {
|
|
5569
|
+
background: #303030;
|
|
5570
|
+
}
|
|
5571
|
+
.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 {
|
|
5572
|
+
background: rgba(48, 48, 48, 0.99);
|
|
5573
|
+
}
|
|
5574
|
+
.cm-s-base16-dark .CodeMirror-line::selection, .cm-s-base16-dark .CodeMirror-line > span::selection, .cm-s-base16-dark .CodeMirror-line > span > span::selection {
|
|
5575
|
+
background: rgba(48, 48, 48, 0.99);
|
|
5576
|
+
}
|
|
5577
|
+
.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 {
|
|
5578
|
+
background: rgba(48, 48, 48, 0.99);
|
|
5579
|
+
}
|
|
5580
|
+
.cm-s-base16-dark .CodeMirror-gutters {
|
|
5581
|
+
background: #151515;
|
|
5582
|
+
border-right: 0px;
|
|
5583
|
+
}
|
|
5584
|
+
.cm-s-base16-dark .CodeMirror-guttermarker {
|
|
5585
|
+
color: #ac4142;
|
|
5586
|
+
}
|
|
5587
|
+
.cm-s-base16-dark .CodeMirror-guttermarker-subtle {
|
|
5588
|
+
color: #505050;
|
|
5589
|
+
}
|
|
5590
|
+
.cm-s-base16-dark .CodeMirror-linenumber {
|
|
5591
|
+
color: #505050;
|
|
5592
|
+
}
|
|
5593
|
+
.cm-s-base16-dark .CodeMirror-cursor {
|
|
5594
|
+
border-left: 1px solid #b0b0b0;
|
|
5595
|
+
}
|
|
5596
|
+
.cm-s-base16-dark.cm-fat-cursor .CodeMirror-cursor {
|
|
5597
|
+
background-color: rgba(142, 141, 136, 0.4588235294) !important;
|
|
5598
|
+
}
|
|
5599
|
+
.cm-s-base16-dark .cm-animate-fat-cursor {
|
|
5600
|
+
background-color: rgba(142, 141, 136, 0.4588235294) !important;
|
|
5601
|
+
}
|
|
5602
|
+
.cm-s-base16-dark span.cm-comment {
|
|
5603
|
+
color: #8f5536;
|
|
5604
|
+
}
|
|
5605
|
+
.cm-s-base16-dark span.cm-atom {
|
|
5606
|
+
color: #aa759f;
|
|
5607
|
+
}
|
|
5608
|
+
.cm-s-base16-dark span.cm-number {
|
|
5609
|
+
color: #aa759f;
|
|
5610
|
+
}
|
|
5611
|
+
.cm-s-base16-dark span.cm-property, .cm-s-base16-dark span.cm-attribute {
|
|
5612
|
+
color: #90a959;
|
|
5613
|
+
}
|
|
5614
|
+
.cm-s-base16-dark span.cm-keyword {
|
|
5615
|
+
color: #ac4142;
|
|
5616
|
+
}
|
|
5617
|
+
.cm-s-base16-dark span.cm-string {
|
|
5618
|
+
color: #f4bf75;
|
|
5619
|
+
}
|
|
5620
|
+
.cm-s-base16-dark span.cm-variable {
|
|
5621
|
+
color: #90a959;
|
|
5622
|
+
}
|
|
5623
|
+
.cm-s-base16-dark span.cm-variable-2 {
|
|
5624
|
+
color: #6a9fb5;
|
|
5625
|
+
}
|
|
5626
|
+
.cm-s-base16-dark span.cm-def {
|
|
5627
|
+
color: #d28445;
|
|
5628
|
+
}
|
|
5629
|
+
.cm-s-base16-dark span.cm-bracket {
|
|
5630
|
+
color: #e0e0e0;
|
|
5631
|
+
}
|
|
5632
|
+
.cm-s-base16-dark span.cm-tag {
|
|
5633
|
+
color: #ac4142;
|
|
5634
|
+
}
|
|
5635
|
+
.cm-s-base16-dark span.cm-link {
|
|
5636
|
+
color: #aa759f;
|
|
5637
|
+
}
|
|
5638
|
+
.cm-s-base16-dark span.cm-error {
|
|
5639
|
+
background: #ac4142;
|
|
5640
|
+
color: #b0b0b0;
|
|
5641
|
+
}
|
|
5642
|
+
.cm-s-base16-dark .CodeMirror-activeline-background {
|
|
5643
|
+
background: #202020;
|
|
5644
|
+
}
|
|
5645
|
+
.cm-s-base16-dark .CodeMirror-matchingbracket {
|
|
5646
|
+
text-decoration: underline;
|
|
5647
|
+
color: white !important;
|
|
5648
|
+
}
|
|
5649
|
+
/**
|
|
5650
|
+
Name: IDEA default theme
|
|
5651
|
+
From IntelliJ IDEA by JetBrains
|
|
5652
|
+
*/
|
|
5653
|
+
.cm-s-idea span.cm-meta {
|
|
5654
|
+
color: #808000;
|
|
5655
|
+
}
|
|
5656
|
+
.cm-s-idea span.cm-number {
|
|
5657
|
+
color: #0000FF;
|
|
5658
|
+
}
|
|
5659
|
+
.cm-s-idea span.cm-keyword {
|
|
5660
|
+
line-height: 1em;
|
|
5661
|
+
font-weight: bold;
|
|
5662
|
+
color: #000080;
|
|
5663
|
+
}
|
|
5664
|
+
.cm-s-idea span.cm-atom {
|
|
5665
|
+
font-weight: bold;
|
|
5666
|
+
color: #000080;
|
|
5667
|
+
}
|
|
5668
|
+
.cm-s-idea span.cm-def {
|
|
5669
|
+
color: #000000;
|
|
5670
|
+
}
|
|
5671
|
+
.cm-s-idea span.cm-variable {
|
|
5672
|
+
color: black;
|
|
5673
|
+
}
|
|
5674
|
+
.cm-s-idea span.cm-variable-2 {
|
|
5675
|
+
color: black;
|
|
5676
|
+
}
|
|
5677
|
+
.cm-s-idea span.cm-variable-3, .cm-s-idea span.cm-type {
|
|
5678
|
+
color: black;
|
|
5679
|
+
}
|
|
5680
|
+
.cm-s-idea span.cm-property {
|
|
5681
|
+
color: black;
|
|
5682
|
+
}
|
|
5683
|
+
.cm-s-idea span.cm-operator {
|
|
5684
|
+
color: black;
|
|
5685
|
+
}
|
|
5686
|
+
.cm-s-idea span.cm-comment {
|
|
5687
|
+
color: #808080;
|
|
5688
|
+
}
|
|
5689
|
+
.cm-s-idea span.cm-string {
|
|
5690
|
+
color: #008000;
|
|
5691
|
+
}
|
|
5692
|
+
.cm-s-idea span.cm-string-2 {
|
|
5693
|
+
color: #008000;
|
|
5694
|
+
}
|
|
5695
|
+
.cm-s-idea span.cm-qualifier {
|
|
5696
|
+
color: #555;
|
|
5697
|
+
}
|
|
5698
|
+
.cm-s-idea span.cm-error {
|
|
5699
|
+
color: #FF0000;
|
|
5700
|
+
}
|
|
5701
|
+
.cm-s-idea span.cm-attribute {
|
|
5702
|
+
color: #0000FF;
|
|
5703
|
+
}
|
|
5704
|
+
.cm-s-idea span.cm-tag {
|
|
5705
|
+
color: #000080;
|
|
5706
|
+
}
|
|
5707
|
+
.cm-s-idea span.cm-link {
|
|
5708
|
+
color: #0000FF;
|
|
5709
|
+
}
|
|
5710
|
+
.cm-s-idea .CodeMirror-activeline-background {
|
|
5711
|
+
background: #FFFAE3;
|
|
5712
|
+
}
|
|
5713
|
+
.cm-s-idea span.cm-builtin {
|
|
5714
|
+
color: #30a;
|
|
5715
|
+
}
|
|
5716
|
+
.cm-s-idea span.cm-bracket {
|
|
5717
|
+
color: #cc7;
|
|
5718
|
+
}
|
|
5719
|
+
.cm-s-idea {
|
|
5720
|
+
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
|
5721
|
+
}
|
|
5722
|
+
.cm-s-idea .CodeMirror-matchingbracket {
|
|
5723
|
+
outline: 1px solid grey;
|
|
5724
|
+
color: black !important;
|
|
5725
|
+
}
|
|
5726
|
+
.CodeMirror-hints.idea {
|
|
5727
|
+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
5728
|
+
color: #616569;
|
|
5729
|
+
background-color: #ebf3fd !important;
|
|
5730
|
+
}
|
|
5731
|
+
.CodeMirror-hints.idea .CodeMirror-hint-active {
|
|
5732
|
+
background-color: #a2b8c9 !important;
|
|
5733
|
+
color: #5c6065 !important;
|
|
5734
|
+
}
|
|
5550
5735
|
/*!
|
|
5551
5736
|
* froala_editor v3.1.0 (https://www.froala.com/wysiwyg-editor)
|
|
5552
5737
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
@@ -14276,6 +14461,437 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14276
14461
|
.cropper-disabled .cropper-point {
|
|
14277
14462
|
cursor: not-allowed;
|
|
14278
14463
|
}
|
|
14464
|
+
/* 默认 CSS 样式,目前主要是 Excel 使用 */
|
|
14465
|
+
.ov-excel {
|
|
14466
|
+
/* 从 office 365 中复制的默认字体 */
|
|
14467
|
+
font-family: "Aptos Narrow", "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
|
|
14468
|
+
display: flex;
|
|
14469
|
+
flex-direction: column;
|
|
14470
|
+
--bar-bg-color: #f5f5f5;
|
|
14471
|
+
--bar-input-bg-color: #ffffff;
|
|
14472
|
+
--active-sheet-color: #217346;
|
|
14473
|
+
}
|
|
14474
|
+
.excel-button {
|
|
14475
|
+
height: 32px;
|
|
14476
|
+
color: rgb(255, 255, 255);
|
|
14477
|
+
padding: 0px 11px;
|
|
14478
|
+
box-sizing: border-box;
|
|
14479
|
+
border: 1px solid transparent;
|
|
14480
|
+
display: inline-block;
|
|
14481
|
+
text-decoration: none;
|
|
14482
|
+
text-align: center;
|
|
14483
|
+
cursor: pointer;
|
|
14484
|
+
vertical-align: top;
|
|
14485
|
+
border-radius: 2px;
|
|
14486
|
+
font-size: 14px;
|
|
14487
|
+
font-weight: 600;
|
|
14488
|
+
position: relative;
|
|
14489
|
+
margin-right: 4px;
|
|
14490
|
+
width: 64px;
|
|
14491
|
+
}
|
|
14492
|
+
.excel-button-primary {
|
|
14493
|
+
background-color: rgb(0, 120, 212);
|
|
14494
|
+
}
|
|
14495
|
+
/* Excel 工具栏,目前没编辑功能所以还没实现 */
|
|
14496
|
+
.ov-excel-toolbar {
|
|
14497
|
+
height: 30px;
|
|
14498
|
+
line-height: 30px;
|
|
14499
|
+
}
|
|
14500
|
+
.excel-checkbox-list-wrapper .excel-checkbox-list {
|
|
14501
|
+
margin-top: 4px;
|
|
14502
|
+
}
|
|
14503
|
+
.excel-checkbox-container label {
|
|
14504
|
+
cursor: pointer;
|
|
14505
|
+
padding: 4px 0;
|
|
14506
|
+
display: block;
|
|
14507
|
+
}
|
|
14508
|
+
.excel-checkbox-container label:hover {
|
|
14509
|
+
background-color: #f6f6f6;
|
|
14510
|
+
}
|
|
14511
|
+
.excel-checkbox-container input {
|
|
14512
|
+
vertical-align: middle;
|
|
14513
|
+
}
|
|
14514
|
+
.excel-checkbox-container span {
|
|
14515
|
+
vertical-align: middle;
|
|
14516
|
+
}
|
|
14517
|
+
.excel-divider {
|
|
14518
|
+
display: block;
|
|
14519
|
+
height: 1px;
|
|
14520
|
+
background-color: rgb(225, 223, 221);
|
|
14521
|
+
margin: 2px 12px 2px;
|
|
14522
|
+
color: rgb(200, 198, 196);
|
|
14523
|
+
border-radius: 0.5px;
|
|
14524
|
+
}
|
|
14525
|
+
.excel-input {
|
|
14526
|
+
display: inline-block;
|
|
14527
|
+
box-sizing: border-box;
|
|
14528
|
+
width: 100%;
|
|
14529
|
+
border-radius: 4px;
|
|
14530
|
+
padding: 4px 12px;
|
|
14531
|
+
border: 1px solid rgb(209, 209, 209);
|
|
14532
|
+
}
|
|
14533
|
+
.excel-input-border-less {
|
|
14534
|
+
display: block;
|
|
14535
|
+
border: none;
|
|
14536
|
+
width: 100%;
|
|
14537
|
+
height: 100%;
|
|
14538
|
+
padding: 0 2px;
|
|
14539
|
+
}
|
|
14540
|
+
.excel-input-border-less:focus {
|
|
14541
|
+
outline: none;
|
|
14542
|
+
}
|
|
14543
|
+
.excel-select {
|
|
14544
|
+
border-color: rgb(209, 209, 209);
|
|
14545
|
+
border-radius: 4px;
|
|
14546
|
+
}
|
|
14547
|
+
/* Excel 公式栏 */
|
|
14548
|
+
.ov-excel-formula-bar {
|
|
14549
|
+
height: 34px;
|
|
14550
|
+
display: flex;
|
|
14551
|
+
flex-direction: row;
|
|
14552
|
+
background-color: var(--bar-bg-color);
|
|
14553
|
+
}
|
|
14554
|
+
.ov-excel-formula-bar__name-box {
|
|
14555
|
+
text-align: center;
|
|
14556
|
+
width: 64px;
|
|
14557
|
+
margin: 4px 0 4px 4px;
|
|
14558
|
+
padding: 0 4px;
|
|
14559
|
+
line-height: 26px;
|
|
14560
|
+
border: 1px solid #e1dfdd;
|
|
14561
|
+
background-color: var(--bar-input-bg-color);
|
|
14562
|
+
}
|
|
14563
|
+
/* fx 按钮 */
|
|
14564
|
+
.ov-excel-formula-bar__function-button {
|
|
14565
|
+
width: 30px;
|
|
14566
|
+
}
|
|
14567
|
+
/* fx 按钮右边的输入框 */
|
|
14568
|
+
.ov-excel-formula-bar__text-box {
|
|
14569
|
+
margin: 4px;
|
|
14570
|
+
line-height: 26px;
|
|
14571
|
+
border: 1px solid #e1dfdd;
|
|
14572
|
+
flex: 1;
|
|
14573
|
+
padding: 0 4px;
|
|
14574
|
+
background-color: var(--bar-input-bg-color);
|
|
14575
|
+
}
|
|
14576
|
+
/* Excel sheet 标签页 */
|
|
14577
|
+
.ov-excel-sheet-tab-bar {
|
|
14578
|
+
height: 32px;
|
|
14579
|
+
line-height: 32px;
|
|
14580
|
+
display: flex;
|
|
14581
|
+
flex-direction: row;
|
|
14582
|
+
background-color: var(--bar-bg-color);
|
|
14583
|
+
}
|
|
14584
|
+
.ov-excel-sheet-tab-bar__nav {
|
|
14585
|
+
display: flex;
|
|
14586
|
+
}
|
|
14587
|
+
.ov-excel-sheet-tab-bar__nav-icon {
|
|
14588
|
+
height: 16px;
|
|
14589
|
+
padding: 4px 4px;
|
|
14590
|
+
}
|
|
14591
|
+
.ov-excel-sheet-tab-bar__nav-icon svg {
|
|
14592
|
+
height: 16px;
|
|
14593
|
+
width: 16px;
|
|
14594
|
+
}
|
|
14595
|
+
.ov-excel-sheet-tab-bar__nav-icon svg path {
|
|
14596
|
+
fill: #b1b1b1;
|
|
14597
|
+
}
|
|
14598
|
+
.ov-excel-sheet-tab-bar__nav-icon--enabled {
|
|
14599
|
+
cursor: pointer;
|
|
14600
|
+
}
|
|
14601
|
+
.ov-excel-sheet-tab-bar__nav-icon--enabled svg path {
|
|
14602
|
+
fill: #000000;
|
|
14603
|
+
}
|
|
14604
|
+
.ov-excel-sheet-tab-bar__menu {
|
|
14605
|
+
position: relative;
|
|
14606
|
+
}
|
|
14607
|
+
.ov-excel-sheet-tab-bar__menu-icon {
|
|
14608
|
+
cursor: pointer;
|
|
14609
|
+
height: 16px;
|
|
14610
|
+
padding: 4px 8px;
|
|
14611
|
+
}
|
|
14612
|
+
.ov-excel-sheet-tab-bar__menu-icon svg {
|
|
14613
|
+
height: 16px;
|
|
14614
|
+
width: 16px;
|
|
14615
|
+
}
|
|
14616
|
+
.ov-excel-sheet-tab-bar__menu-list {
|
|
14617
|
+
background-color: #fff;
|
|
14618
|
+
border-radius: 4px;
|
|
14619
|
+
border: 1px solid rgb(199, 199, 199);
|
|
14620
|
+
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;
|
|
14621
|
+
display: none;
|
|
14622
|
+
position: absolute;
|
|
14623
|
+
bottom: 32px;
|
|
14624
|
+
left: 0;
|
|
14625
|
+
max-height: 400px;
|
|
14626
|
+
overflow-x: hidden;
|
|
14627
|
+
overflow-y: auto;
|
|
14628
|
+
z-index: 15;
|
|
14629
|
+
-webkit-user-select: none;
|
|
14630
|
+
-moz-user-select: none;
|
|
14631
|
+
user-select: none;
|
|
14632
|
+
}
|
|
14633
|
+
.ov-excel-sheet-tab-bar__menu-list-item {
|
|
14634
|
+
padding: 4px 8px;
|
|
14635
|
+
cursor: pointer;
|
|
14636
|
+
white-space: nowrap;
|
|
14637
|
+
}
|
|
14638
|
+
.ov-excel-sheet-tab-bar__menu-list-item:hover {
|
|
14639
|
+
background-color: #e1dfdd;
|
|
14640
|
+
}
|
|
14641
|
+
.ov-excel-sheet-tab-bar__menu-list-item--active {
|
|
14642
|
+
background-color: #e1dfdd;
|
|
14643
|
+
}
|
|
14644
|
+
.ov-excel-sheet-tab-bar__list-container {
|
|
14645
|
+
position: relative;
|
|
14646
|
+
overflow: hidden;
|
|
14647
|
+
flex: 1 1 0;
|
|
14648
|
+
-webkit-user-select: none;
|
|
14649
|
+
-moz-user-select: none;
|
|
14650
|
+
user-select: none;
|
|
14651
|
+
}
|
|
14652
|
+
.ov-excel-sheet-tab-bar__list-container--enable-left-nav::before {
|
|
14653
|
+
content: "";
|
|
14654
|
+
position: absolute;
|
|
14655
|
+
top: 0;
|
|
14656
|
+
bottom: 0;
|
|
14657
|
+
left: 0;
|
|
14658
|
+
width: 30px;
|
|
14659
|
+
background-image: linear-gradient(to right, #dcdcdc, rgba(220, 220, 220, 0.1));
|
|
14660
|
+
}
|
|
14661
|
+
.ov-excel-sheet-tab-bar__list-container--enable-right-nav::after {
|
|
14662
|
+
content: "";
|
|
14663
|
+
position: absolute;
|
|
14664
|
+
top: 0;
|
|
14665
|
+
bottom: 0;
|
|
14666
|
+
right: 0;
|
|
14667
|
+
width: 30px;
|
|
14668
|
+
background-image: linear-gradient(to left, #dcdcdc, rgba(220, 220, 220, 0.1));
|
|
14669
|
+
}
|
|
14670
|
+
.ov-excel-sheet-tab-bar__list {
|
|
14671
|
+
width: 0;
|
|
14672
|
+
display: flex;
|
|
14673
|
+
flex-direction: row;
|
|
14674
|
+
}
|
|
14675
|
+
.ov-excel-sheet-tab-bar__list-tab {
|
|
14676
|
+
display: inline-block;
|
|
14677
|
+
position: relative;
|
|
14678
|
+
padding: 0 8px;
|
|
14679
|
+
font-size: 14px;
|
|
14680
|
+
margin: 4px 4px;
|
|
14681
|
+
border-radius: 4px;
|
|
14682
|
+
line-height: 24px;
|
|
14683
|
+
white-space: nowrap;
|
|
14684
|
+
}
|
|
14685
|
+
.ov-excel-sheet-tab-bar__list-tab:hover {
|
|
14686
|
+
cursor: pointer;
|
|
14687
|
+
background-color: #e1dfdd;
|
|
14688
|
+
}
|
|
14689
|
+
.ov-excel-sheet-tab-bar__list-tab--active {
|
|
14690
|
+
cursor: default;
|
|
14691
|
+
}
|
|
14692
|
+
.ov-excel-sheet-tab-bar__list-tab--active::before {
|
|
14693
|
+
content: "";
|
|
14694
|
+
position: absolute;
|
|
14695
|
+
display: inline-block;
|
|
14696
|
+
top: 0;
|
|
14697
|
+
bottom: -4px;
|
|
14698
|
+
left: 0;
|
|
14699
|
+
right: 0;
|
|
14700
|
+
color: transparent;
|
|
14701
|
+
border-bottom: 3px solid var(--active-sheet-color);
|
|
14702
|
+
padding-bottom: 5px;
|
|
14703
|
+
width: calc(100% - 18px);
|
|
14704
|
+
margin: auto;
|
|
14705
|
+
transition: width 0.4s cubic-bezier(0.17, 0.17, 0, 1) 0s;
|
|
14706
|
+
}
|
|
14707
|
+
.ov-excel-sheet-tab-bar__status {
|
|
14708
|
+
margin-left: 12px;
|
|
14709
|
+
margin-right: 12px;
|
|
14710
|
+
}
|
|
14711
|
+
.ov-excel-sheet-tab-bar__status-text {
|
|
14712
|
+
margin-right: 16px;
|
|
14713
|
+
}
|
|
14714
|
+
.ov-excel-sheet-tab-bar__zoom-level {
|
|
14715
|
+
display: flex;
|
|
14716
|
+
flex-direction: row;
|
|
14717
|
+
padding: 0 8px;
|
|
14718
|
+
}
|
|
14719
|
+
.ov-excel-sheet-tab-bar__zoom-value {
|
|
14720
|
+
margin: 0 8px;
|
|
14721
|
+
}
|
|
14722
|
+
.ov-excel-sheet-tab-bar__zoom-in,
|
|
14723
|
+
.ov-excel-sheet-tab-bar__zoom-out {
|
|
14724
|
+
cursor: pointer;
|
|
14725
|
+
}
|
|
14726
|
+
/* Excel 内容区域,这个包含表头 */
|
|
14727
|
+
.ov-excel-content {
|
|
14728
|
+
flex: 1;
|
|
14729
|
+
position: relative;
|
|
14730
|
+
overflow: hidden;
|
|
14731
|
+
z-index: 1;
|
|
14732
|
+
}
|
|
14733
|
+
/** Excel 数据区域,不包含表头,目前这个区域主要是给 drawing 用 */
|
|
14734
|
+
.ov-excel-data {
|
|
14735
|
+
position: absolute;
|
|
14736
|
+
right: 0;
|
|
14737
|
+
bottom: 0;
|
|
14738
|
+
overflow: hidden;
|
|
14739
|
+
-webkit-user-select: none;
|
|
14740
|
+
-moz-user-select: none;
|
|
14741
|
+
user-select: none;
|
|
14742
|
+
z-index: 2;
|
|
14743
|
+
}
|
|
14744
|
+
.ov-excel-canvas {
|
|
14745
|
+
position: absolute;
|
|
14746
|
+
left: 0;
|
|
14747
|
+
top: 0;
|
|
14748
|
+
}
|
|
14749
|
+
.ov-excel-scrollbar-y {
|
|
14750
|
+
position: absolute;
|
|
14751
|
+
top: 0;
|
|
14752
|
+
right: 0;
|
|
14753
|
+
bottom: 0;
|
|
14754
|
+
z-index: 3;
|
|
14755
|
+
}
|
|
14756
|
+
.ov-excel-scrollbar-x {
|
|
14757
|
+
position: absolute;
|
|
14758
|
+
left: 0;
|
|
14759
|
+
right: 0;
|
|
14760
|
+
bottom: 0;
|
|
14761
|
+
z-index: 3;
|
|
14762
|
+
}
|
|
14763
|
+
.ov-excel-scrollbar-content-x {
|
|
14764
|
+
overflow-x: auto;
|
|
14765
|
+
overflow-y: hidden;
|
|
14766
|
+
}
|
|
14767
|
+
.ov-excel-scrollbar-content-y {
|
|
14768
|
+
overflow-x: hidden;
|
|
14769
|
+
}
|
|
14770
|
+
/** 缩放的控制界面 */
|
|
14771
|
+
.ov-excel-resize-box {
|
|
14772
|
+
position: absolute;
|
|
14773
|
+
border: 1px solid #4af;
|
|
14774
|
+
z-index: 3;
|
|
14775
|
+
}
|
|
14776
|
+
.ov-excel-resize-box-control {
|
|
14777
|
+
position: absolute;
|
|
14778
|
+
width: 14px;
|
|
14779
|
+
height: 14px;
|
|
14780
|
+
border-radius: 50%;
|
|
14781
|
+
border: 2px solid #fff;
|
|
14782
|
+
box-sizing: border-box;
|
|
14783
|
+
background: #4af;
|
|
14784
|
+
border: 2px solid #fff;
|
|
14785
|
+
z-index: 5;
|
|
14786
|
+
}
|
|
14787
|
+
.ov-excel-auto-filter-icon-container {
|
|
14788
|
+
position: absolute;
|
|
14789
|
+
}
|
|
14790
|
+
.ov-excel-auto-filter-icon {
|
|
14791
|
+
cursor: pointer;
|
|
14792
|
+
position: absolute;
|
|
14793
|
+
right: 2px;
|
|
14794
|
+
top: 2px;
|
|
14795
|
+
bottom: 2px;
|
|
14796
|
+
z-index: 3;
|
|
14797
|
+
}
|
|
14798
|
+
.ov-excel-auto-filter-icon svg {
|
|
14799
|
+
width: 100%;
|
|
14800
|
+
height: 100%;
|
|
14801
|
+
}
|
|
14802
|
+
.ov-excel-auto-filter-menu {
|
|
14803
|
+
position: absolute;
|
|
14804
|
+
display: none;
|
|
14805
|
+
flex-direction: column;
|
|
14806
|
+
right: -240px;
|
|
14807
|
+
width: 240px;
|
|
14808
|
+
height: 440px;
|
|
14809
|
+
border-radius: 4px;
|
|
14810
|
+
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;
|
|
14811
|
+
z-index: 4;
|
|
14812
|
+
background-color: white;
|
|
14813
|
+
}
|
|
14814
|
+
.excel-auto-filter__menu-sort {
|
|
14815
|
+
display: flex;
|
|
14816
|
+
flex-direction: row;
|
|
14817
|
+
-moz-column-gap: 4px;
|
|
14818
|
+
column-gap: 4px;
|
|
14819
|
+
padding: 8px;
|
|
14820
|
+
}
|
|
14821
|
+
.ov-excel-auto-filter__sort-button {
|
|
14822
|
+
cursor: pointer;
|
|
14823
|
+
flex: 1;
|
|
14824
|
+
display: flex;
|
|
14825
|
+
flex-direction: row;
|
|
14826
|
+
line-height: 24px;
|
|
14827
|
+
height: 24px;
|
|
14828
|
+
padding: 2px;
|
|
14829
|
+
}
|
|
14830
|
+
.ov-excel-auto-filter__sort-button-text {
|
|
14831
|
+
flex: 1;
|
|
14832
|
+
}
|
|
14833
|
+
.ov-excel-auto-filter__sort-button-icon {
|
|
14834
|
+
height: 24px;
|
|
14835
|
+
width: 24px;
|
|
14836
|
+
}
|
|
14837
|
+
.ov-excel-auto-filter__sort-button-icon svg {
|
|
14838
|
+
height: 100%;
|
|
14839
|
+
width: 100%;
|
|
14840
|
+
}
|
|
14841
|
+
.ov-excel-auto-filter__sort-button:hover {
|
|
14842
|
+
background-color: #f5f5f5;
|
|
14843
|
+
}
|
|
14844
|
+
.ov-excel-auto-filter__sort-button-active {
|
|
14845
|
+
background-color: #f5f5f5;
|
|
14846
|
+
}
|
|
14847
|
+
.ov-excel-auto-filter__menu-filter-filters {
|
|
14848
|
+
flex-grow: 1;
|
|
14849
|
+
display: flex;
|
|
14850
|
+
flex-direction: column;
|
|
14851
|
+
min-height: 0;
|
|
14852
|
+
}
|
|
14853
|
+
.ov-excel-auto-filter__menu-filter-filters .excel-checkbox-list-wrapper {
|
|
14854
|
+
display: flex;
|
|
14855
|
+
flex-grow: 1;
|
|
14856
|
+
flex-direction: column;
|
|
14857
|
+
padding: 8px;
|
|
14858
|
+
min-height: 0;
|
|
14859
|
+
}
|
|
14860
|
+
.ov-excel-auto-filter__menu-filter-filters .excel-checkbox-list {
|
|
14861
|
+
flex-grow: 1;
|
|
14862
|
+
overflow-y: auto;
|
|
14863
|
+
overflow-x: hidden;
|
|
14864
|
+
}
|
|
14865
|
+
.ov-excel-auto-filter-menu__custom-filters {
|
|
14866
|
+
display: flex;
|
|
14867
|
+
flex-direction: column;
|
|
14868
|
+
padding: 8px;
|
|
14869
|
+
}
|
|
14870
|
+
/** 单个规则 */
|
|
14871
|
+
.ov-excel-auto-filter-menu__custom-filters-item-input {
|
|
14872
|
+
display: flex;
|
|
14873
|
+
flex-direction: row;
|
|
14874
|
+
margin-bottom: 4px;
|
|
14875
|
+
}
|
|
14876
|
+
.ov-excel-auto-filter-menu__custom-filters-item-input > select {
|
|
14877
|
+
margin-right: 4px;
|
|
14878
|
+
}
|
|
14879
|
+
.ov-excel-auto-filter-menu__custom-filters .excel-radio-wrapper {
|
|
14880
|
+
margin: 4px 0;
|
|
14881
|
+
text-align: center;
|
|
14882
|
+
}
|
|
14883
|
+
.excel-cell-editor {
|
|
14884
|
+
position: absolute;
|
|
14885
|
+
}
|
|
14886
|
+
.excel-chart {
|
|
14887
|
+
position: absolute;
|
|
14888
|
+
z-index: 10;
|
|
14889
|
+
}
|
|
14890
|
+
.excel-pic {
|
|
14891
|
+
position: absolute;
|
|
14892
|
+
z-index: 10;
|
|
14893
|
+
overflow: hidden;
|
|
14894
|
+
}
|
|
14279
14895
|
/*!
|
|
14280
14896
|
* https://github.com/arqex/react-datetime
|
|
14281
14897
|
*/
|
|
@@ -19414,10 +20030,16 @@ input[type=button].antd-Button--block {
|
|
|
19414
20030
|
padding: var(--Tabs-linkPadding);
|
|
19415
20031
|
text-decoration: none;
|
|
19416
20032
|
cursor: pointer;
|
|
19417
|
-
display:
|
|
20033
|
+
display: flex;
|
|
20034
|
+
align-items: center;
|
|
20035
|
+
max-width: 100%;
|
|
20036
|
+
overflow: hidden;
|
|
20037
|
+
}
|
|
20038
|
+
.antd-Tabs-links > .antd-Tabs-link > a:first-child .antd-Tabs-link-text {
|
|
19418
20039
|
text-overflow: ellipsis;
|
|
19419
20040
|
overflow: hidden;
|
|
19420
20041
|
white-space: nowrap;
|
|
20042
|
+
width: 100%;
|
|
19421
20043
|
}
|
|
19422
20044
|
.antd-Tabs-links > .antd-Tabs-link > a:first-child > .antd-Icon {
|
|
19423
20045
|
margin-right: var(--Tabs-icon-gap);
|
|
@@ -21873,6 +22495,7 @@ input[type=button].antd-Button--block {
|
|
|
21873
22495
|
.antd-Collapse {
|
|
21874
22496
|
border: none;
|
|
21875
22497
|
position: relative;
|
|
22498
|
+
margin-bottom: var(--Collapse-mobile-marginBottom);
|
|
21876
22499
|
}
|
|
21877
22500
|
.antd-Collapse::before {
|
|
21878
22501
|
position: absolute;
|
|
@@ -22030,6 +22653,7 @@ input[type=button].antd-Button--block {
|
|
|
22030
22653
|
}
|
|
22031
22654
|
.antd-CBGroup-body-wrapper {
|
|
22032
22655
|
flex: 1;
|
|
22656
|
+
min-width: 0;
|
|
22033
22657
|
}
|
|
22034
22658
|
.antd-CBGroup-body-collapse {
|
|
22035
22659
|
text-align: center;
|
|
@@ -22051,6 +22675,7 @@ input[type=button].antd-Button--block {
|
|
|
22051
22675
|
}
|
|
22052
22676
|
.antd-CBGroup-body-wrapper {
|
|
22053
22677
|
flex: 1;
|
|
22678
|
+
min-width: 0;
|
|
22054
22679
|
}
|
|
22055
22680
|
.antd-CBGroup-toolbar {
|
|
22056
22681
|
display: flex;
|
|
@@ -22190,6 +22815,8 @@ input[type=button].antd-Button--block {
|
|
|
22190
22815
|
display: flex;
|
|
22191
22816
|
flex-direction: row;
|
|
22192
22817
|
align-items: center;
|
|
22818
|
+
flex: 1;
|
|
22819
|
+
min-width: 0;
|
|
22193
22820
|
}
|
|
22194
22821
|
.antd-CBGroupOrItem-body-item > .antd-CBGroupOrItem-dragbar {
|
|
22195
22822
|
left: 0.625rem;
|
|
@@ -22264,11 +22891,22 @@ input[type=button].antd-Button--block {
|
|
|
22264
22891
|
.antd-CBFunc-args > div {
|
|
22265
22892
|
display: inline-block;
|
|
22266
22893
|
}
|
|
22894
|
+
.antd-CBItem {
|
|
22895
|
+
display: flex;
|
|
22896
|
+
flex: 1;
|
|
22897
|
+
min-width: 0;
|
|
22898
|
+
flex-wrap: wrap;
|
|
22899
|
+
}
|
|
22900
|
+
.antd-CBItem > * {
|
|
22901
|
+
flex-shrink: 0;
|
|
22902
|
+
}
|
|
22267
22903
|
.antd-CBValue {
|
|
22268
22904
|
position: relative;
|
|
22269
22905
|
display: inline-block;
|
|
22270
22906
|
vertical-align: middle;
|
|
22271
22907
|
margin: 0.1875rem;
|
|
22908
|
+
flex: 1;
|
|
22909
|
+
min-width: 6.25rem;
|
|
22272
22910
|
}
|
|
22273
22911
|
.antd-CBFormula {
|
|
22274
22912
|
position: relative;
|
|
@@ -22293,6 +22931,7 @@ input[type=button].antd-Button--block {
|
|
|
22293
22931
|
width: 20px;
|
|
22294
22932
|
text-align: center;
|
|
22295
22933
|
display: inline-block;
|
|
22934
|
+
align-self: center;
|
|
22296
22935
|
-webkit-user-select: none;
|
|
22297
22936
|
-moz-user-select: none;
|
|
22298
22937
|
user-select: none;
|
|
@@ -22903,6 +23542,9 @@ input[type=button].antd-Button--block {
|
|
|
22903
23542
|
.antd-Crud2-selection, .antd-Crud2-toolbar, .antd-Crud2-body {
|
|
22904
23543
|
margin-bottom: var(--gap-base);
|
|
22905
23544
|
}
|
|
23545
|
+
.antd-Crud2 .antd-Table-render-wrapper {
|
|
23546
|
+
position: relative;
|
|
23547
|
+
}
|
|
22906
23548
|
.antd-Crud2-selectionLabel {
|
|
22907
23549
|
display: inline-block;
|
|
22908
23550
|
vertical-align: top;
|
|
@@ -23730,6 +24372,11 @@ input[type=button].antd-Button--block {
|
|
|
23730
24372
|
.antd-Table-table > tbody > tr > td.antd-Table-primayCell > .antd-Spinner {
|
|
23731
24373
|
vertical-align: middle;
|
|
23732
24374
|
}
|
|
24375
|
+
.antd-Table-table > thead > tr > th.antd-Table-primayCell > [data-role=form-item],
|
|
24376
|
+
.antd-Table-table > tbody > tr > td.antd-Table-primayCell > [data-role=form-item] {
|
|
24377
|
+
display: inline-block;
|
|
24378
|
+
min-width: 10rem;
|
|
24379
|
+
}
|
|
23733
24380
|
.antd-Table.is-mobile .antd-Table-table > tbody > tr:hover, .antd-Table.is-mobile .antd-Table-table > tbody > tr.is-hovered {
|
|
23734
24381
|
background: var(--Table-bg);
|
|
23735
24382
|
border-color: var(--Table-borderColor);
|
|
@@ -23797,7 +24444,7 @@ input[type=button].antd-Button--block {
|
|
|
23797
24444
|
min-width: 20rem;
|
|
23798
24445
|
max-width: 40rem;
|
|
23799
24446
|
}
|
|
23800
|
-
.antd-TableCell-searchPopOver .antd-Panel {
|
|
24447
|
+
.antd-TableCell-searchPopOver > .antd-Panel {
|
|
23801
24448
|
margin: 0;
|
|
23802
24449
|
}
|
|
23803
24450
|
.antd-TableCell-filterBtn {
|
|
@@ -27257,7 +27904,7 @@ input[type=button].antd-Button--block {
|
|
|
27257
27904
|
width: 1rem;
|
|
27258
27905
|
height: 1rem;
|
|
27259
27906
|
}
|
|
27260
|
-
.antd-ImageGallery-title {
|
|
27907
|
+
.antd-ImageGallery-title, .antd-ImageGallery-caption {
|
|
27261
27908
|
height: 1.125rem;
|
|
27262
27909
|
vertical-align: top;
|
|
27263
27910
|
line-height: 1.125rem;
|
|
@@ -27266,6 +27913,10 @@ input[type=button].antd-Button--block {
|
|
|
27266
27913
|
text-align: center;
|
|
27267
27914
|
margin-bottom: 18px;
|
|
27268
27915
|
}
|
|
27916
|
+
.antd-ImageGallery-caption {
|
|
27917
|
+
text-align: left;
|
|
27918
|
+
margin-bottom: 4px;
|
|
27919
|
+
}
|
|
27269
27920
|
.antd-ImageGallery-main {
|
|
27270
27921
|
background: #000;
|
|
27271
27922
|
flex-basis: 0;
|
|
@@ -27725,6 +28376,7 @@ input[type=button].antd-Button--block {
|
|
|
27725
28376
|
border-color: var(--Form-input-onDisabled-borderColor);
|
|
27726
28377
|
}
|
|
27727
28378
|
.antd-InputBox-clear {
|
|
28379
|
+
visibility: hidden;
|
|
27728
28380
|
padding: var(--Form-input-clearBtn-padding);
|
|
27729
28381
|
cursor: pointer;
|
|
27730
28382
|
display: flex;
|
|
@@ -27737,6 +28389,7 @@ input[type=button].antd-Button--block {
|
|
|
27737
28389
|
fill: var(--Form-input-clearBtn-color);
|
|
27738
28390
|
width: var(--Form-input-clearBtn-size);
|
|
27739
28391
|
height: var(--Form-input-clearBtn-size);
|
|
28392
|
+
top: 0;
|
|
27740
28393
|
}
|
|
27741
28394
|
.antd-InputBox-clear:hover svg {
|
|
27742
28395
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -27744,6 +28397,9 @@ input[type=button].antd-Button--block {
|
|
|
27744
28397
|
.antd-InputBox-clear:active svg {
|
|
27745
28398
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
27746
28399
|
}
|
|
28400
|
+
.antd-InputBox.is-focused .antd-InputBox-clear, .antd-InputBox:hover .antd-InputBox-clear {
|
|
28401
|
+
visibility: visible;
|
|
28402
|
+
}
|
|
27747
28403
|
.antd-InputBox > svg {
|
|
27748
28404
|
display: inline-block;
|
|
27749
28405
|
width: 14px;
|
|
@@ -27809,6 +28465,7 @@ input[type=button].antd-Button--block {
|
|
|
27809
28465
|
min-width: 80px;
|
|
27810
28466
|
max-width: 150px;
|
|
27811
28467
|
flex: 1;
|
|
28468
|
+
display: flex;
|
|
27812
28469
|
}
|
|
27813
28470
|
.antd-JSONSchemaMember-key > span {
|
|
27814
28471
|
display: flex;
|
|
@@ -27823,6 +28480,9 @@ input[type=button].antd-Button--block {
|
|
|
27823
28480
|
align-items: center;
|
|
27824
28481
|
color: var(--Form-input-color);
|
|
27825
28482
|
}
|
|
28483
|
+
.antd-JSONSchemaMember-key > * {
|
|
28484
|
+
flex: 1;
|
|
28485
|
+
}
|
|
27826
28486
|
.antd-JSONSchemaMember-key.is-mobile > span {
|
|
27827
28487
|
border-radius: 0;
|
|
27828
28488
|
border: none;
|
|
@@ -27984,10 +28644,14 @@ input[type=button].antd-Button--block {
|
|
|
27984
28644
|
display: flex;
|
|
27985
28645
|
flex-direction: row;
|
|
27986
28646
|
flex-wrap: wrap;
|
|
27987
|
-
gap: var(--gap-
|
|
28647
|
+
gap: var(--gap-xs);
|
|
28648
|
+
font-size: var(--fonts-size-8);
|
|
27988
28649
|
align-items: stretch;
|
|
27989
28650
|
position: relative;
|
|
27990
28651
|
}
|
|
28652
|
+
.antd-SchemaEditorItem--mini > button {
|
|
28653
|
+
padding: 0 4px;
|
|
28654
|
+
}
|
|
27991
28655
|
.antd-SchemaEditorItem + .antd-SchemaEditorItem {
|
|
27992
28656
|
margin-top: var(--gap-sm);
|
|
27993
28657
|
}
|
|
@@ -27995,12 +28659,12 @@ input[type=button].antd-Button--block {
|
|
|
27995
28659
|
display: flex;
|
|
27996
28660
|
flex-direction: row;
|
|
27997
28661
|
flex-wrap: wrap;
|
|
27998
|
-
gap: var(--gap-
|
|
28662
|
+
gap: var(--gap-xs);
|
|
27999
28663
|
align-items: flex-start;
|
|
28000
28664
|
width: 100%;
|
|
28001
28665
|
}
|
|
28002
28666
|
.antd-SchemaEditor-itemsLabel {
|
|
28003
|
-
|
|
28667
|
+
line-height: 2rem;
|
|
28004
28668
|
}
|
|
28005
28669
|
.antd-SchemaEditor-caret {
|
|
28006
28670
|
display: inline-block;
|
|
@@ -28034,6 +28698,56 @@ input[type=button].antd-Button--block {
|
|
|
28034
28698
|
.antd-SchemaEditor-key > input, .antd-SchemaEditor-title > input, .antd-SchemaEditor-description > input {
|
|
28035
28699
|
flex-basis: 0;
|
|
28036
28700
|
}
|
|
28701
|
+
.antd-SchemaEditor-info {
|
|
28702
|
+
display: flex;
|
|
28703
|
+
background: var(--Form-input-bg);
|
|
28704
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
28705
|
+
border-radius: var(--Form-input-borderRadius);
|
|
28706
|
+
line-height: var(--Form-input-lineHeight);
|
|
28707
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
28708
|
+
font-size: var(--Form-input-fontSize);
|
|
28709
|
+
flex-wrap: wrap;
|
|
28710
|
+
justify-content: flex-start;
|
|
28711
|
+
flex: 1;
|
|
28712
|
+
display: flex;
|
|
28713
|
+
flex-direction: row;
|
|
28714
|
+
justify-content: space-between;
|
|
28715
|
+
align-items: center;
|
|
28716
|
+
}
|
|
28717
|
+
.antd-SchemaEditor-info input {
|
|
28718
|
+
flex-basis: 1.875rem;
|
|
28719
|
+
flex-grow: 1;
|
|
28720
|
+
outline: none;
|
|
28721
|
+
background: transparent;
|
|
28722
|
+
border: none;
|
|
28723
|
+
color: var(--Form-input-color);
|
|
28724
|
+
width: 100%;
|
|
28725
|
+
}
|
|
28726
|
+
.antd-SchemaEditor-info input::-moz-placeholder {
|
|
28727
|
+
color: var(--Form-input-placeholderColor);
|
|
28728
|
+
-moz-user-select: none;
|
|
28729
|
+
user-select: none;
|
|
28730
|
+
}
|
|
28731
|
+
.antd-SchemaEditor-info input::placeholder {
|
|
28732
|
+
color: var(--Form-input-placeholderColor);
|
|
28733
|
+
-webkit-user-select: none;
|
|
28734
|
+
-moz-user-select: none;
|
|
28735
|
+
user-select: none;
|
|
28736
|
+
}
|
|
28737
|
+
.antd-SchemaEditor-info:hover {
|
|
28738
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
|
28739
|
+
}
|
|
28740
|
+
.antd-SchemaEditor-info--borderHalf {
|
|
28741
|
+
border-left-color: transparent !important;
|
|
28742
|
+
border-right-color: transparent !important;
|
|
28743
|
+
border-top-color: transparent !important;
|
|
28744
|
+
}
|
|
28745
|
+
.antd-SchemaEditor-info--borderNone {
|
|
28746
|
+
border-color: transparent !important;
|
|
28747
|
+
}
|
|
28748
|
+
.antd-SchemaEditor-typeLabel {
|
|
28749
|
+
color: var(--Form-input-placeholderColor);
|
|
28750
|
+
}
|
|
28037
28751
|
.antd-ResultBox {
|
|
28038
28752
|
display: flex;
|
|
28039
28753
|
background: var(--Form-input-bg);
|
|
@@ -28191,6 +28905,7 @@ input[type=button].antd-Button--block {
|
|
|
28191
28905
|
fill: var(--Form-input-clearBtn-color);
|
|
28192
28906
|
width: var(--Form-input-clearBtn-size);
|
|
28193
28907
|
height: var(--Form-input-clearBtn-size);
|
|
28908
|
+
top: 0;
|
|
28194
28909
|
}
|
|
28195
28910
|
.antd-ResultBox-clear:hover svg {
|
|
28196
28911
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -28335,6 +29050,7 @@ input[type=button].antd-Button--block {
|
|
|
28335
29050
|
fill: var(--Form-input-clearBtn-color);
|
|
28336
29051
|
width: var(--Form-input-clearBtn-size);
|
|
28337
29052
|
height: var(--Form-input-clearBtn-size);
|
|
29053
|
+
top: 0;
|
|
28338
29054
|
}
|
|
28339
29055
|
.antd-ResultBox.is-mobile .antd-ResultBox-clear:hover svg {
|
|
28340
29056
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -29806,6 +30522,7 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29806
30522
|
fill: var(--Form-input-clearBtn-color);
|
|
29807
30523
|
width: var(--Form-input-clearBtn-size);
|
|
29808
30524
|
height: var(--Form-input-clearBtn-size);
|
|
30525
|
+
top: 0;
|
|
29809
30526
|
}
|
|
29810
30527
|
.antd-TextControl-clear:hover svg {
|
|
29811
30528
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -29823,9 +30540,6 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
29823
30540
|
display: inline-flex;
|
|
29824
30541
|
}
|
|
29825
30542
|
}
|
|
29826
|
-
.antd-TextControl .InputText-clear {
|
|
29827
|
-
content: var(--input-clearable-icon);
|
|
29828
|
-
}
|
|
29829
30543
|
.antd-TextControl-clear {
|
|
29830
30544
|
padding: 0 var(--Form-input-clearBtn-padding);
|
|
29831
30545
|
}
|
|
@@ -30143,6 +30857,9 @@ fieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
30143
30857
|
width: var(--input-password-invisible-icon-size);
|
|
30144
30858
|
height: var(--input-password-invisible-icon-size);
|
|
30145
30859
|
}
|
|
30860
|
+
.InputText-clear.icon {
|
|
30861
|
+
content: var(--input-clearable-icon);
|
|
30862
|
+
}
|
|
30146
30863
|
input.antd-TextControl-input-password {
|
|
30147
30864
|
flex-basis: 0;
|
|
30148
30865
|
}
|
|
@@ -30241,6 +30958,7 @@ input.antd-TextControl-input-password {
|
|
|
30241
30958
|
fill: var(--Form-input-clearBtn-color);
|
|
30242
30959
|
width: var(--Form-input-clearBtn-size);
|
|
30243
30960
|
height: var(--Form-input-clearBtn-size);
|
|
30961
|
+
top: 0;
|
|
30244
30962
|
}
|
|
30245
30963
|
.antd-TextareaControl-clear:hover svg {
|
|
30246
30964
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -30329,6 +31047,7 @@ input.antd-TextControl-input-password {
|
|
|
30329
31047
|
fill: var(--Form-input-clearBtn-color);
|
|
30330
31048
|
width: var(--Form-input-clearBtn-size);
|
|
30331
31049
|
height: var(--Form-input-clearBtn-size);
|
|
31050
|
+
top: 0;
|
|
30332
31051
|
}
|
|
30333
31052
|
.antd-TextareaControl-clear:hover svg {
|
|
30334
31053
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -32735,6 +33454,7 @@ input.antd-TextControl-input-password {
|
|
|
32735
33454
|
fill: var(--Form-input-clearBtn-color);
|
|
32736
33455
|
width: var(--Form-input-clearBtn-size);
|
|
32737
33456
|
height: var(--Form-input-clearBtn-size);
|
|
33457
|
+
top: 0;
|
|
32738
33458
|
}
|
|
32739
33459
|
.antd-LocationPicker-clear:hover svg {
|
|
32740
33460
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -32925,6 +33645,7 @@ input.antd-TextControl-input-password {
|
|
|
32925
33645
|
fill: var(--Form-input-clearBtn-color);
|
|
32926
33646
|
width: var(--Form-input-clearBtn-size);
|
|
32927
33647
|
height: var(--Form-input-clearBtn-size);
|
|
33648
|
+
top: 0;
|
|
32928
33649
|
}
|
|
32929
33650
|
.antd-ColorPicker-clear:hover svg {
|
|
32930
33651
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33101,6 +33822,7 @@ input.antd-TextControl-input-password {
|
|
|
33101
33822
|
fill: var(--Form-input-clearBtn-color);
|
|
33102
33823
|
width: var(--Form-input-clearBtn-size);
|
|
33103
33824
|
height: var(--Form-input-clearBtn-size);
|
|
33825
|
+
top: 0;
|
|
33104
33826
|
}
|
|
33105
33827
|
.antd-DatePicker-toggler:hover svg {
|
|
33106
33828
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33133,6 +33855,7 @@ input.antd-TextControl-input-password {
|
|
|
33133
33855
|
fill: var(--Form-input-clearBtn-color);
|
|
33134
33856
|
width: var(--Form-input-clearBtn-size);
|
|
33135
33857
|
height: var(--Form-input-clearBtn-size);
|
|
33858
|
+
top: 0;
|
|
33136
33859
|
}
|
|
33137
33860
|
.antd-DatePicker-clear:hover svg {
|
|
33138
33861
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33879,6 +34602,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33879
34602
|
fill: var(--Form-input-clearBtn-color);
|
|
33880
34603
|
width: var(--Form-input-clearBtn-size);
|
|
33881
34604
|
height: var(--Form-input-clearBtn-size);
|
|
34605
|
+
top: 0;
|
|
33882
34606
|
}
|
|
33883
34607
|
.antd-DateRangePicker-toggler:hover svg {
|
|
33884
34608
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33911,6 +34635,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33911
34635
|
fill: var(--Form-input-clearBtn-color);
|
|
33912
34636
|
width: var(--Form-input-clearBtn-size);
|
|
33913
34637
|
height: var(--Form-input-clearBtn-size);
|
|
34638
|
+
top: 0;
|
|
33914
34639
|
}
|
|
33915
34640
|
.antd-DateRangePicker-clear:hover svg {
|
|
33916
34641
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -35546,6 +36271,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35546
36271
|
fill: var(--Form-input-clearBtn-color);
|
|
35547
36272
|
width: var(--Form-input-clearBtn-size);
|
|
35548
36273
|
height: var(--Form-input-clearBtn-size);
|
|
36274
|
+
top: 0;
|
|
35549
36275
|
}
|
|
35550
36276
|
.antd-TreeSelect-clear:hover svg {
|
|
35551
36277
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -35944,6 +36670,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35944
36670
|
}
|
|
35945
36671
|
.antd-ComboTabs-addLink > a svg {
|
|
35946
36672
|
margin-right: var(--gap-xs);
|
|
36673
|
+
top: 0;
|
|
35947
36674
|
}
|
|
35948
36675
|
.antd-Combo-dragableTip {
|
|
35949
36676
|
color: var(--text--muted-color);
|
|
@@ -36168,6 +36895,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36168
36895
|
fill: var(--Form-input-clearBtn-color);
|
|
36169
36896
|
width: var(--Form-input-clearBtn-size);
|
|
36170
36897
|
height: var(--Form-input-clearBtn-size);
|
|
36898
|
+
top: 0;
|
|
36171
36899
|
}
|
|
36172
36900
|
.antd-Picker-clear:hover svg {
|
|
36173
36901
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -36336,6 +37064,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36336
37064
|
fill: var(--Form-input-clearBtn-color);
|
|
36337
37065
|
width: var(--Form-input-clearBtn-size);
|
|
36338
37066
|
height: var(--Form-input-clearBtn-size);
|
|
37067
|
+
top: 0;
|
|
36339
37068
|
}
|
|
36340
37069
|
.antd-Picker-clear:hover svg {
|
|
36341
37070
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -36400,7 +37129,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36400
37129
|
.antd-Picker-overflow-wrapper .antd-Picker-valueLabel {
|
|
36401
37130
|
padding: 0 var(--gap-xs);
|
|
36402
37131
|
}
|
|
36403
|
-
.antd-PickerControl.is-inline .antd-Picker
|
|
37132
|
+
.antd-PickerControl.is-inline .antd-Picker,
|
|
37133
|
+
.antd-Form-item--inline .antd-Picker {
|
|
36404
37134
|
display: inline-block;
|
|
36405
37135
|
min-width: 9.375rem;
|
|
36406
37136
|
}
|
|
@@ -36571,15 +37301,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36571
37301
|
border-color: var(--Form-input-onError-borderColor);
|
|
36572
37302
|
background: var(--Form-input-onError-bg);
|
|
36573
37303
|
}
|
|
36574
|
-
.antd-TagControl-popover.antd-PopOver--leftBottomLeftTop > .antd-ListMenu
|
|
37304
|
+
.antd-TagControl-popover.antd-PopOver--leftBottomLeftTop > .antd-ListMenu,
|
|
37305
|
+
.antd-ListMenu-popover.antd-PopOver--leftBottomLeftTop > .antd-ListMenu {
|
|
36575
37306
|
border-top-left-radius: 0;
|
|
36576
37307
|
border-top-right-radius: 0;
|
|
36577
37308
|
}
|
|
36578
|
-
.antd-TagControl-popover.antd-PopOver--leftTopLeftBottom > .antd-ListMenu
|
|
37309
|
+
.antd-TagControl-popover.antd-PopOver--leftTopLeftBottom > .antd-ListMenu,
|
|
37310
|
+
.antd-ListMenu-popover.antd-PopOver--leftTopLeftBottom > .antd-ListMenu {
|
|
36579
37311
|
border-bottom-left-radius: 0;
|
|
36580
37312
|
border-bottom-right-radius: 0;
|
|
36581
37313
|
}
|
|
36582
|
-
.antd-TagControl-popover .antd-ListMenu
|
|
37314
|
+
.antd-TagControl-popover .antd-ListMenu,
|
|
37315
|
+
.antd-ListMenu-popover .antd-ListMenu {
|
|
36583
37316
|
padding: 0.25rem 0;
|
|
36584
37317
|
max-height: var(--inputTag-popover-maxHeight);
|
|
36585
37318
|
overflow: auto;
|
|
@@ -36587,7 +37320,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36587
37320
|
-moz-user-select: none;
|
|
36588
37321
|
user-select: none;
|
|
36589
37322
|
}
|
|
36590
|
-
.antd-TagControl-popover .antd-ListMenu-item
|
|
37323
|
+
.antd-TagControl-popover .antd-ListMenu-item,
|
|
37324
|
+
.antd-ListMenu-popover .antd-ListMenu-item {
|
|
36591
37325
|
height: var(--inputTag-option-height);
|
|
36592
37326
|
color: var(--inputTag-option-color);
|
|
36593
37327
|
font-size: var(--inputTag-option-fontSize);
|
|
@@ -36596,7 +37330,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36596
37330
|
padding: var(--inputTag-option-paddingTop) var(--inputTag-option-paddingRight) var(--inputTag-option-paddingBottom) var(--inputTag-option-paddingLeft);
|
|
36597
37331
|
background: var(--inputTag-option-bg-color);
|
|
36598
37332
|
}
|
|
36599
|
-
.antd-TagControl-popover .antd-ListMenu-item:hover
|
|
37333
|
+
.antd-TagControl-popover .antd-ListMenu-item:hover,
|
|
37334
|
+
.antd-ListMenu-popover .antd-ListMenu-item:hover {
|
|
36600
37335
|
color: var(--inputTag-option-hover-color);
|
|
36601
37336
|
background: var(--inputTag-option-hover-bg-color);
|
|
36602
37337
|
}
|
|
@@ -37454,6 +38189,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37454
38189
|
fill: var(--Form-input-clearBtn-color);
|
|
37455
38190
|
width: var(--Form-input-clearBtn-size);
|
|
37456
38191
|
height: var(--Form-input-clearBtn-size);
|
|
38192
|
+
top: 0;
|
|
37457
38193
|
}
|
|
37458
38194
|
.antd-IconPickerControl-clear:hover svg {
|
|
37459
38195
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -37659,6 +38395,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37659
38395
|
fill: var(--Form-input-clearBtn-color);
|
|
37660
38396
|
width: var(--Form-input-clearBtn-size);
|
|
37661
38397
|
height: var(--Form-input-clearBtn-size);
|
|
38398
|
+
top: 0;
|
|
37662
38399
|
}
|
|
37663
38400
|
.antd-IconSelectControl-clear:hover svg {
|
|
37664
38401
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -37680,6 +38417,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37680
38417
|
position: absolute;
|
|
37681
38418
|
right: var(--Form-input-paddingX);
|
|
37682
38419
|
}
|
|
38420
|
+
.antd-IconSelectControl-clear svg {
|
|
38421
|
+
top: 0;
|
|
38422
|
+
}
|
|
37683
38423
|
.antd-IconSelectControl-Modal-search.antd-SearchBox {
|
|
37684
38424
|
width: var(--IconSelect-searchBox-width);
|
|
37685
38425
|
}
|
|
@@ -38565,6 +39305,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38565
39305
|
display: none;
|
|
38566
39306
|
}
|
|
38567
39307
|
}
|
|
39308
|
+
.antd-Autofill-popOver {
|
|
39309
|
+
border: none;
|
|
39310
|
+
min-width: 20rem;
|
|
39311
|
+
max-width: 40rem;
|
|
39312
|
+
}
|
|
39313
|
+
.antd-Autofill-popOver > .antd-Panel {
|
|
39314
|
+
margin: 0;
|
|
39315
|
+
}
|
|
38568
39316
|
.antd-UserSelect {
|
|
38569
39317
|
position: relative;
|
|
38570
39318
|
}
|
|
@@ -39473,6 +40221,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39473
40221
|
overflow: visible;
|
|
39474
40222
|
max-width: 100%;
|
|
39475
40223
|
box-sizing: content-box;
|
|
40224
|
+
min-height: 28.125rem;
|
|
39476
40225
|
/* 变量列表 */
|
|
39477
40226
|
/* 函数列表 */
|
|
39478
40227
|
}
|
|
@@ -39480,8 +40229,55 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39480
40229
|
flex: 1;
|
|
39481
40230
|
height: 100%;
|
|
39482
40231
|
max-width: 33.125rem;
|
|
40232
|
+
min-width: 0;
|
|
39483
40233
|
border-top: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
39484
40234
|
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
40235
|
+
display: flex;
|
|
40236
|
+
flex-direction: column;
|
|
40237
|
+
}
|
|
40238
|
+
.antd-FormulaEditor-runPanel {
|
|
40239
|
+
height: 12.5rem;
|
|
40240
|
+
transition: height 0.1s ease-out;
|
|
40241
|
+
border-top: 1px solid var(--Form-input-borderColor);
|
|
40242
|
+
display: flex;
|
|
40243
|
+
flex-wrap: nowrap;
|
|
40244
|
+
flex-direction: row;
|
|
40245
|
+
}
|
|
40246
|
+
.antd-FormulaEditor-runPanel.in {
|
|
40247
|
+
height: 0;
|
|
40248
|
+
overflow: hidden;
|
|
40249
|
+
}
|
|
40250
|
+
.antd-FormulaEditor-runPanel-context, .antd-FormulaEditor-runPanel-result {
|
|
40251
|
+
flex: 1;
|
|
40252
|
+
min-width: 0;
|
|
40253
|
+
display: flex;
|
|
40254
|
+
flex-direction: column;
|
|
40255
|
+
}
|
|
40256
|
+
.antd-FormulaEditor-runPanel-context > header, .antd-FormulaEditor-runPanel-result > header {
|
|
40257
|
+
width: 100%;
|
|
40258
|
+
height: 1.875rem;
|
|
40259
|
+
line-height: 1.875rem;
|
|
40260
|
+
padding: 0 0.625rem;
|
|
40261
|
+
box-sizing: border-box;
|
|
40262
|
+
background: var(--InputFormula-header-bgColor);
|
|
40263
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
|
40264
|
+
border-bottom: none;
|
|
40265
|
+
font-weight: 500;
|
|
40266
|
+
margin: 0;
|
|
40267
|
+
}
|
|
40268
|
+
.antd-FormulaEditor-runPanel-context > div, .antd-FormulaEditor-runPanel-result > div {
|
|
40269
|
+
flex: 1;
|
|
40270
|
+
min-height: 0;
|
|
40271
|
+
font-size: 12px;
|
|
40272
|
+
}
|
|
40273
|
+
.antd-FormulaEditor-runPanel-context {
|
|
40274
|
+
border-right: 1px solid var(--Form-input-borderColor);
|
|
40275
|
+
}
|
|
40276
|
+
.antd-FormulaEditor-runPanel-result > div {
|
|
40277
|
+
padding: 0 0.625rem;
|
|
40278
|
+
}
|
|
40279
|
+
.antd-FormulaEditor-runPanel-result.is-error {
|
|
40280
|
+
color: var(--Form-input-onError-borderColor);
|
|
39485
40281
|
}
|
|
39486
40282
|
.antd-FormulaEditor-header {
|
|
39487
40283
|
width: 100%;
|
|
@@ -39502,8 +40298,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39502
40298
|
margin-right: 5px;
|
|
39503
40299
|
}
|
|
39504
40300
|
.antd-FormulaEditor-editor {
|
|
39505
|
-
|
|
39506
|
-
height:
|
|
40301
|
+
flex: 1;
|
|
40302
|
+
min-height: 0;
|
|
39507
40303
|
padding: 0.3125rem;
|
|
39508
40304
|
padding-right: 0;
|
|
39509
40305
|
}
|
|
@@ -39862,24 +40658,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39862
40658
|
overflow: hidden;
|
|
39863
40659
|
background: var(--InputFormula-code-bgColor);
|
|
39864
40660
|
}
|
|
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
40661
|
.antd-FormulaPicker {
|
|
39884
40662
|
display: flex;
|
|
39885
40663
|
flex-flow: row nowrap;
|
|
@@ -39896,8 +40674,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39896
40674
|
}
|
|
39897
40675
|
.antd-FormulaPicker-input {
|
|
39898
40676
|
flex: 1;
|
|
40677
|
+
min-width: 0;
|
|
39899
40678
|
margin-right: 0.625rem;
|
|
39900
|
-
padding-right: 0;
|
|
40679
|
+
padding-right: 0.25rem;
|
|
39901
40680
|
max-width: calc(100% - 2.625rem);
|
|
39902
40681
|
}
|
|
39903
40682
|
.antd-FormulaPicker-action {
|
|
@@ -39943,7 +40722,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39943
40722
|
height: var(--Form-input-height);
|
|
39944
40723
|
}
|
|
39945
40724
|
.antd-FormulaPicker.is-input-group.antd-FormulaPicker--text {
|
|
39946
|
-
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
40725
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX) var(--Form-input-paddingY) 0.3125rem;
|
|
39947
40726
|
}
|
|
39948
40727
|
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input {
|
|
39949
40728
|
display: flex;
|
|
@@ -39960,13 +40739,27 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39960
40739
|
outline: none;
|
|
39961
40740
|
box-sizing: none;
|
|
39962
40741
|
}
|
|
39963
|
-
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-
|
|
40742
|
+
.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
40743
|
height: var(--InputFormula-input-schema-height);
|
|
39965
40744
|
padding-left: var(--Form-input-paddingX);
|
|
39966
40745
|
}
|
|
40746
|
+
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-number {
|
|
40747
|
+
padding-left: 0;
|
|
40748
|
+
}
|
|
39967
40749
|
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-number .antd-Number-handler-wrap {
|
|
39968
40750
|
height: unset; /* 避免调节器超出Input框 */
|
|
39969
40751
|
}
|
|
40752
|
+
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-custom {
|
|
40753
|
+
border: 0;
|
|
40754
|
+
flex: 1;
|
|
40755
|
+
min-width: 0;
|
|
40756
|
+
}
|
|
40757
|
+
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-custom > div {
|
|
40758
|
+
border: 0;
|
|
40759
|
+
padding: 0 0 0 var(--Form-input-paddingX);
|
|
40760
|
+
align-items: center;
|
|
40761
|
+
height: var(--InputFormula-input-schema-height);
|
|
40762
|
+
}
|
|
39970
40763
|
.antd-FormulaPicker.is-input-group .antd-FormulaPicker-input-variable {
|
|
39971
40764
|
border: none;
|
|
39972
40765
|
min-height: unset;
|
|
@@ -39987,6 +40780,70 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39987
40780
|
cursor: pointer;
|
|
39988
40781
|
color: var(--colors-brand-5);
|
|
39989
40782
|
}
|
|
40783
|
+
.antd-FormulaCodeEditor .cm-field,
|
|
40784
|
+
.antd-FormulaCodeEditor .cm-func {
|
|
40785
|
+
border-radius: 3px;
|
|
40786
|
+
color: #fff;
|
|
40787
|
+
}
|
|
40788
|
+
.antd-FormulaCodeEditor .cm-field {
|
|
40789
|
+
padding: 2px 5px;
|
|
40790
|
+
}
|
|
40791
|
+
.antd-FormulaCodeEditor .cm-field {
|
|
40792
|
+
background: #28a745;
|
|
40793
|
+
}
|
|
40794
|
+
.antd-FormulaCodeEditor .cm-func {
|
|
40795
|
+
color: #ae4597;
|
|
40796
|
+
font-weight: bold;
|
|
40797
|
+
line-height: 14px;
|
|
40798
|
+
}
|
|
40799
|
+
.antd-FormulaCodeEditor .cm-expression {
|
|
40800
|
+
background-color: #007bff;
|
|
40801
|
+
border-radius: 4px;
|
|
40802
|
+
color: #fff;
|
|
40803
|
+
}
|
|
40804
|
+
.antd-FormulaCodeEditor .cm-error-token {
|
|
40805
|
+
background-position: left bottom;
|
|
40806
|
+
background-repeat: repeat-x;
|
|
40807
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==);
|
|
40808
|
+
}
|
|
40809
|
+
.antd-FormulaCodeEditor .CodeMirror-placeholder {
|
|
40810
|
+
color: var(--Form-input-placeholderColor) !important;
|
|
40811
|
+
}
|
|
40812
|
+
.antd-FormulaCodeEditor .lint-error {
|
|
40813
|
+
color: var(--Form-input-onError-borderColor);
|
|
40814
|
+
}
|
|
40815
|
+
.antd-FormulaCodeEditor--singleLine {
|
|
40816
|
+
max-width: 100%;
|
|
40817
|
+
line-height: 20px;
|
|
40818
|
+
}
|
|
40819
|
+
.antd-FormulaCodeEditor--singleLine > .CodeMirror {
|
|
40820
|
+
height: 20px;
|
|
40821
|
+
}
|
|
40822
|
+
.antd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-hscrollbar,
|
|
40823
|
+
.antd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-vscrollbar {
|
|
40824
|
+
display: none !important;
|
|
40825
|
+
}
|
|
40826
|
+
.antd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-sizer {
|
|
40827
|
+
min-height: 20px !important;
|
|
40828
|
+
min-width: auto !important;
|
|
40829
|
+
border-right-width: 0 !important;
|
|
40830
|
+
}
|
|
40831
|
+
.antd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-scroll {
|
|
40832
|
+
height: 20px;
|
|
40833
|
+
margin: 0;
|
|
40834
|
+
padding: 0;
|
|
40835
|
+
overflow: hidden !important;
|
|
40836
|
+
}
|
|
40837
|
+
.antd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-sizer + div {
|
|
40838
|
+
height: 0 !important;
|
|
40839
|
+
}
|
|
40840
|
+
.antd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-lines {
|
|
40841
|
+
padding: 0;
|
|
40842
|
+
}
|
|
40843
|
+
.antd-InputBox > .antd-FormulaCodeEditor {
|
|
40844
|
+
flex: 1;
|
|
40845
|
+
min-width: 0;
|
|
40846
|
+
}
|
|
39990
40847
|
.antd-Timeline-vertical {
|
|
39991
40848
|
display: flex;
|
|
39992
40849
|
flex-flow: column;
|
|
@@ -40709,6 +41566,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40709
41566
|
.antd-Nav-Menu-item-icon-after svg {
|
|
40710
41567
|
float: left;
|
|
40711
41568
|
}
|
|
41569
|
+
.antd-Nav-Menu-item-icon svg, .antd-Nav-Menu-item-icon-after svg {
|
|
41570
|
+
top: 0;
|
|
41571
|
+
}
|
|
40712
41572
|
.antd-Nav-Menu-item-icon-collapsed {
|
|
40713
41573
|
font-size: var(--Menu-fontSize--collapsed);
|
|
40714
41574
|
margin: 0 auto;
|
|
@@ -41336,6 +42196,140 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41336
42196
|
overflow: hidden;
|
|
41337
42197
|
white-space: nowrap;
|
|
41338
42198
|
}
|
|
42199
|
+
.antd-PdfViewer {
|
|
42200
|
+
position: relative;
|
|
42201
|
+
width: 100%;
|
|
42202
|
+
min-width: 300px;
|
|
42203
|
+
height: 100%;
|
|
42204
|
+
display: flex;
|
|
42205
|
+
justify-content: center;
|
|
42206
|
+
padding: 50px 0;
|
|
42207
|
+
}
|
|
42208
|
+
.antd-PdfViewer-Content {
|
|
42209
|
+
width: -moz-max-content;
|
|
42210
|
+
width: max-content;
|
|
42211
|
+
max-width: 100%;
|
|
42212
|
+
}
|
|
42213
|
+
.antd-PdfViewer-Content.is-loaded {
|
|
42214
|
+
box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
|
|
42215
|
+
}
|
|
42216
|
+
.antd-PdfViewer-Loading {
|
|
42217
|
+
width: 100%;
|
|
42218
|
+
text-align: center;
|
|
42219
|
+
}
|
|
42220
|
+
.antd-PdfViewer-Tool {
|
|
42221
|
+
position: absolute;
|
|
42222
|
+
z-index: 10;
|
|
42223
|
+
padding: 5px 15px;
|
|
42224
|
+
bottom: 60px;
|
|
42225
|
+
background-color: #444444;
|
|
42226
|
+
border-radius: 10px;
|
|
42227
|
+
color: #fff;
|
|
42228
|
+
text-align: center;
|
|
42229
|
+
-webkit-user-select: none;
|
|
42230
|
+
-moz-user-select: none;
|
|
42231
|
+
user-select: none;
|
|
42232
|
+
}
|
|
42233
|
+
.antd-PdfViewer-Tool .gap {
|
|
42234
|
+
margin: 0 4px;
|
|
42235
|
+
}
|
|
42236
|
+
.antd-PdfViewer-Tool .icon {
|
|
42237
|
+
cursor: pointer;
|
|
42238
|
+
width: 20px;
|
|
42239
|
+
margin: 0 10px;
|
|
42240
|
+
}
|
|
42241
|
+
.antd-PdfViewer-Tool .icon:hover {
|
|
42242
|
+
color: var(--colors-brand-5);
|
|
42243
|
+
}
|
|
42244
|
+
.antd-PdfViewer-Tool .page-input {
|
|
42245
|
+
width: 40px;
|
|
42246
|
+
}
|
|
42247
|
+
.antd-Signature {
|
|
42248
|
+
position: relative;
|
|
42249
|
+
width: 100%;
|
|
42250
|
+
height: 100%;
|
|
42251
|
+
display: flex;
|
|
42252
|
+
flex-direction: column;
|
|
42253
|
+
justify-content: space-between;
|
|
42254
|
+
}
|
|
42255
|
+
.antd-Signature-canvas {
|
|
42256
|
+
border: 1px dashed #aaa;
|
|
42257
|
+
}
|
|
42258
|
+
.antd-Signature-Tool {
|
|
42259
|
+
height: var(--signature-tool-height);
|
|
42260
|
+
margin-top: var(--signature-tool-margin-top);
|
|
42261
|
+
}
|
|
42262
|
+
.antd-Signature-Tool .actions {
|
|
42263
|
+
display: flex;
|
|
42264
|
+
justify-content: space-between;
|
|
42265
|
+
}
|
|
42266
|
+
.antd-Signature-Tool .actions .left-actions button {
|
|
42267
|
+
margin-right: 5px;
|
|
42268
|
+
}
|
|
42269
|
+
.antd-Signature-Tool .actions .right-actions button {
|
|
42270
|
+
margin-left: 5px;
|
|
42271
|
+
}
|
|
42272
|
+
.antd-Signature-placeholder {
|
|
42273
|
+
position: absolute;
|
|
42274
|
+
top: 0;
|
|
42275
|
+
left: 0;
|
|
42276
|
+
right: 0;
|
|
42277
|
+
bottom: var(--signature-tool-height);
|
|
42278
|
+
text-align: center;
|
|
42279
|
+
display: flex;
|
|
42280
|
+
flex-direction: column;
|
|
42281
|
+
justify-content: center;
|
|
42282
|
+
align-items: center;
|
|
42283
|
+
gap: var(--signature-placeholder-gap);
|
|
42284
|
+
color: var(--signature-placeholder-color);
|
|
42285
|
+
}
|
|
42286
|
+
.antd-Signature-Embed {
|
|
42287
|
+
display: flex;
|
|
42288
|
+
gap: 10px;
|
|
42289
|
+
}
|
|
42290
|
+
.antd-Signature-Embed-Preview {
|
|
42291
|
+
display: flex;
|
|
42292
|
+
align-items: center;
|
|
42293
|
+
gap: 4px;
|
|
42294
|
+
margin-left: 10px;
|
|
42295
|
+
height: 30px;
|
|
42296
|
+
margin: 1px;
|
|
42297
|
+
padding: 2px;
|
|
42298
|
+
border: 1px dashed #aaa;
|
|
42299
|
+
}
|
|
42300
|
+
.antd-Signature-Embed-Preview .preview-close {
|
|
42301
|
+
cursor: pointer;
|
|
42302
|
+
font-size: 14px;
|
|
42303
|
+
color: #aaa;
|
|
42304
|
+
}
|
|
42305
|
+
.antd-Signature-Embed-Preview .preview-close:hover {
|
|
42306
|
+
color: #000;
|
|
42307
|
+
}
|
|
42308
|
+
.antd-Signature-Embed-Preview img {
|
|
42309
|
+
height: 24px;
|
|
42310
|
+
}
|
|
42311
|
+
.antd-Signature-Embed-Body {
|
|
42312
|
+
height: 100%;
|
|
42313
|
+
display: flex;
|
|
42314
|
+
flex-direction: column;
|
|
42315
|
+
}
|
|
42316
|
+
.antd-Signature.is-fullScreen, .antd-Signature-Embed-Body.is-fullScreen {
|
|
42317
|
+
flex-direction: row-reverse;
|
|
42318
|
+
justify-content: space-between;
|
|
42319
|
+
align-items: stretch;
|
|
42320
|
+
}
|
|
42321
|
+
.antd-Signature.is-fullScreen .antd-Signature-Tool, .antd-Signature-Embed-Body.is-fullScreen .antd-Signature-Tool {
|
|
42322
|
+
width: calc(var(--signature-tool-height) - var(--signature-tool-margin-top));
|
|
42323
|
+
height: auto;
|
|
42324
|
+
margin-top: 0;
|
|
42325
|
+
display: flex;
|
|
42326
|
+
justify-content: center;
|
|
42327
|
+
align-items: center;
|
|
42328
|
+
}
|
|
42329
|
+
.antd-Signature.is-fullScreen .antd-Signature-Tool .actions, .antd-Signature-Embed-Body.is-fullScreen .antd-Signature-Tool .actions {
|
|
42330
|
+
white-space: nowrap;
|
|
42331
|
+
transform: rotate(90deg);
|
|
42332
|
+
}
|
|
41339
42333
|
@media print {
|
|
41340
42334
|
.pe-no-print {
|
|
41341
42335
|
display: none !important;
|