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/ang.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);
|
|
@@ -5539,6 +5544,186 @@ div.CodeMirror-dragcursors {
|
|
|
5539
5544
|
span.CodeMirror-selectedtext {
|
|
5540
5545
|
background: none;
|
|
5541
5546
|
}
|
|
5547
|
+
/*
|
|
5548
|
+
|
|
5549
|
+
Name: Base16 Default Dark
|
|
5550
|
+
Author: Chris Kempson (http://chriskempson.com)
|
|
5551
|
+
|
|
5552
|
+
CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
|
|
5553
|
+
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
|
|
5554
|
+
|
|
5555
|
+
*/
|
|
5556
|
+
.cm-s-base16-dark.CodeMirror {
|
|
5557
|
+
background: #151515;
|
|
5558
|
+
color: #e0e0e0;
|
|
5559
|
+
}
|
|
5560
|
+
.cm-s-base16-dark div.CodeMirror-selected {
|
|
5561
|
+
background: #303030;
|
|
5562
|
+
}
|
|
5563
|
+
.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 {
|
|
5564
|
+
background: rgba(48, 48, 48, 0.99);
|
|
5565
|
+
}
|
|
5566
|
+
.cm-s-base16-dark .CodeMirror-line::selection, .cm-s-base16-dark .CodeMirror-line > span::selection, .cm-s-base16-dark .CodeMirror-line > span > span::selection {
|
|
5567
|
+
background: rgba(48, 48, 48, 0.99);
|
|
5568
|
+
}
|
|
5569
|
+
.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 {
|
|
5570
|
+
background: rgba(48, 48, 48, 0.99);
|
|
5571
|
+
}
|
|
5572
|
+
.cm-s-base16-dark .CodeMirror-gutters {
|
|
5573
|
+
background: #151515;
|
|
5574
|
+
border-right: 0px;
|
|
5575
|
+
}
|
|
5576
|
+
.cm-s-base16-dark .CodeMirror-guttermarker {
|
|
5577
|
+
color: #ac4142;
|
|
5578
|
+
}
|
|
5579
|
+
.cm-s-base16-dark .CodeMirror-guttermarker-subtle {
|
|
5580
|
+
color: #505050;
|
|
5581
|
+
}
|
|
5582
|
+
.cm-s-base16-dark .CodeMirror-linenumber {
|
|
5583
|
+
color: #505050;
|
|
5584
|
+
}
|
|
5585
|
+
.cm-s-base16-dark .CodeMirror-cursor {
|
|
5586
|
+
border-left: 1px solid #b0b0b0;
|
|
5587
|
+
}
|
|
5588
|
+
.cm-s-base16-dark.cm-fat-cursor .CodeMirror-cursor {
|
|
5589
|
+
background-color: rgba(142, 141, 136, 0.4588235294) !important;
|
|
5590
|
+
}
|
|
5591
|
+
.cm-s-base16-dark .cm-animate-fat-cursor {
|
|
5592
|
+
background-color: rgba(142, 141, 136, 0.4588235294) !important;
|
|
5593
|
+
}
|
|
5594
|
+
.cm-s-base16-dark span.cm-comment {
|
|
5595
|
+
color: #8f5536;
|
|
5596
|
+
}
|
|
5597
|
+
.cm-s-base16-dark span.cm-atom {
|
|
5598
|
+
color: #aa759f;
|
|
5599
|
+
}
|
|
5600
|
+
.cm-s-base16-dark span.cm-number {
|
|
5601
|
+
color: #aa759f;
|
|
5602
|
+
}
|
|
5603
|
+
.cm-s-base16-dark span.cm-property, .cm-s-base16-dark span.cm-attribute {
|
|
5604
|
+
color: #90a959;
|
|
5605
|
+
}
|
|
5606
|
+
.cm-s-base16-dark span.cm-keyword {
|
|
5607
|
+
color: #ac4142;
|
|
5608
|
+
}
|
|
5609
|
+
.cm-s-base16-dark span.cm-string {
|
|
5610
|
+
color: #f4bf75;
|
|
5611
|
+
}
|
|
5612
|
+
.cm-s-base16-dark span.cm-variable {
|
|
5613
|
+
color: #90a959;
|
|
5614
|
+
}
|
|
5615
|
+
.cm-s-base16-dark span.cm-variable-2 {
|
|
5616
|
+
color: #6a9fb5;
|
|
5617
|
+
}
|
|
5618
|
+
.cm-s-base16-dark span.cm-def {
|
|
5619
|
+
color: #d28445;
|
|
5620
|
+
}
|
|
5621
|
+
.cm-s-base16-dark span.cm-bracket {
|
|
5622
|
+
color: #e0e0e0;
|
|
5623
|
+
}
|
|
5624
|
+
.cm-s-base16-dark span.cm-tag {
|
|
5625
|
+
color: #ac4142;
|
|
5626
|
+
}
|
|
5627
|
+
.cm-s-base16-dark span.cm-link {
|
|
5628
|
+
color: #aa759f;
|
|
5629
|
+
}
|
|
5630
|
+
.cm-s-base16-dark span.cm-error {
|
|
5631
|
+
background: #ac4142;
|
|
5632
|
+
color: #b0b0b0;
|
|
5633
|
+
}
|
|
5634
|
+
.cm-s-base16-dark .CodeMirror-activeline-background {
|
|
5635
|
+
background: #202020;
|
|
5636
|
+
}
|
|
5637
|
+
.cm-s-base16-dark .CodeMirror-matchingbracket {
|
|
5638
|
+
text-decoration: underline;
|
|
5639
|
+
color: white !important;
|
|
5640
|
+
}
|
|
5641
|
+
/**
|
|
5642
|
+
Name: IDEA default theme
|
|
5643
|
+
From IntelliJ IDEA by JetBrains
|
|
5644
|
+
*/
|
|
5645
|
+
.cm-s-idea span.cm-meta {
|
|
5646
|
+
color: #808000;
|
|
5647
|
+
}
|
|
5648
|
+
.cm-s-idea span.cm-number {
|
|
5649
|
+
color: #0000FF;
|
|
5650
|
+
}
|
|
5651
|
+
.cm-s-idea span.cm-keyword {
|
|
5652
|
+
line-height: 1em;
|
|
5653
|
+
font-weight: bold;
|
|
5654
|
+
color: #000080;
|
|
5655
|
+
}
|
|
5656
|
+
.cm-s-idea span.cm-atom {
|
|
5657
|
+
font-weight: bold;
|
|
5658
|
+
color: #000080;
|
|
5659
|
+
}
|
|
5660
|
+
.cm-s-idea span.cm-def {
|
|
5661
|
+
color: #000000;
|
|
5662
|
+
}
|
|
5663
|
+
.cm-s-idea span.cm-variable {
|
|
5664
|
+
color: black;
|
|
5665
|
+
}
|
|
5666
|
+
.cm-s-idea span.cm-variable-2 {
|
|
5667
|
+
color: black;
|
|
5668
|
+
}
|
|
5669
|
+
.cm-s-idea span.cm-variable-3, .cm-s-idea span.cm-type {
|
|
5670
|
+
color: black;
|
|
5671
|
+
}
|
|
5672
|
+
.cm-s-idea span.cm-property {
|
|
5673
|
+
color: black;
|
|
5674
|
+
}
|
|
5675
|
+
.cm-s-idea span.cm-operator {
|
|
5676
|
+
color: black;
|
|
5677
|
+
}
|
|
5678
|
+
.cm-s-idea span.cm-comment {
|
|
5679
|
+
color: #808080;
|
|
5680
|
+
}
|
|
5681
|
+
.cm-s-idea span.cm-string {
|
|
5682
|
+
color: #008000;
|
|
5683
|
+
}
|
|
5684
|
+
.cm-s-idea span.cm-string-2 {
|
|
5685
|
+
color: #008000;
|
|
5686
|
+
}
|
|
5687
|
+
.cm-s-idea span.cm-qualifier {
|
|
5688
|
+
color: #555;
|
|
5689
|
+
}
|
|
5690
|
+
.cm-s-idea span.cm-error {
|
|
5691
|
+
color: #FF0000;
|
|
5692
|
+
}
|
|
5693
|
+
.cm-s-idea span.cm-attribute {
|
|
5694
|
+
color: #0000FF;
|
|
5695
|
+
}
|
|
5696
|
+
.cm-s-idea span.cm-tag {
|
|
5697
|
+
color: #000080;
|
|
5698
|
+
}
|
|
5699
|
+
.cm-s-idea span.cm-link {
|
|
5700
|
+
color: #0000FF;
|
|
5701
|
+
}
|
|
5702
|
+
.cm-s-idea .CodeMirror-activeline-background {
|
|
5703
|
+
background: #FFFAE3;
|
|
5704
|
+
}
|
|
5705
|
+
.cm-s-idea span.cm-builtin {
|
|
5706
|
+
color: #30a;
|
|
5707
|
+
}
|
|
5708
|
+
.cm-s-idea span.cm-bracket {
|
|
5709
|
+
color: #cc7;
|
|
5710
|
+
}
|
|
5711
|
+
.cm-s-idea {
|
|
5712
|
+
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
|
5713
|
+
}
|
|
5714
|
+
.cm-s-idea .CodeMirror-matchingbracket {
|
|
5715
|
+
outline: 1px solid grey;
|
|
5716
|
+
color: black !important;
|
|
5717
|
+
}
|
|
5718
|
+
.CodeMirror-hints.idea {
|
|
5719
|
+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
5720
|
+
color: #616569;
|
|
5721
|
+
background-color: #ebf3fd !important;
|
|
5722
|
+
}
|
|
5723
|
+
.CodeMirror-hints.idea .CodeMirror-hint-active {
|
|
5724
|
+
background-color: #a2b8c9 !important;
|
|
5725
|
+
color: #5c6065 !important;
|
|
5726
|
+
}
|
|
5542
5727
|
/*!
|
|
5543
5728
|
* froala_editor v3.1.0 (https://www.froala.com/wysiwyg-editor)
|
|
5544
5729
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
@@ -14268,6 +14453,437 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14268
14453
|
.cropper-disabled .cropper-point {
|
|
14269
14454
|
cursor: not-allowed;
|
|
14270
14455
|
}
|
|
14456
|
+
/* 默认 CSS 样式,目前主要是 Excel 使用 */
|
|
14457
|
+
.ov-excel {
|
|
14458
|
+
/* 从 office 365 中复制的默认字体 */
|
|
14459
|
+
font-family: "Aptos Narrow", "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
|
|
14460
|
+
display: flex;
|
|
14461
|
+
flex-direction: column;
|
|
14462
|
+
--bar-bg-color: #f5f5f5;
|
|
14463
|
+
--bar-input-bg-color: #ffffff;
|
|
14464
|
+
--active-sheet-color: #217346;
|
|
14465
|
+
}
|
|
14466
|
+
.excel-button {
|
|
14467
|
+
height: 32px;
|
|
14468
|
+
color: rgb(255, 255, 255);
|
|
14469
|
+
padding: 0px 11px;
|
|
14470
|
+
box-sizing: border-box;
|
|
14471
|
+
border: 1px solid transparent;
|
|
14472
|
+
display: inline-block;
|
|
14473
|
+
text-decoration: none;
|
|
14474
|
+
text-align: center;
|
|
14475
|
+
cursor: pointer;
|
|
14476
|
+
vertical-align: top;
|
|
14477
|
+
border-radius: 2px;
|
|
14478
|
+
font-size: 14px;
|
|
14479
|
+
font-weight: 600;
|
|
14480
|
+
position: relative;
|
|
14481
|
+
margin-right: 4px;
|
|
14482
|
+
width: 64px;
|
|
14483
|
+
}
|
|
14484
|
+
.excel-button-primary {
|
|
14485
|
+
background-color: rgb(0, 120, 212);
|
|
14486
|
+
}
|
|
14487
|
+
/* Excel 工具栏,目前没编辑功能所以还没实现 */
|
|
14488
|
+
.ov-excel-toolbar {
|
|
14489
|
+
height: 30px;
|
|
14490
|
+
line-height: 30px;
|
|
14491
|
+
}
|
|
14492
|
+
.excel-checkbox-list-wrapper .excel-checkbox-list {
|
|
14493
|
+
margin-top: 4px;
|
|
14494
|
+
}
|
|
14495
|
+
.excel-checkbox-container label {
|
|
14496
|
+
cursor: pointer;
|
|
14497
|
+
padding: 4px 0;
|
|
14498
|
+
display: block;
|
|
14499
|
+
}
|
|
14500
|
+
.excel-checkbox-container label:hover {
|
|
14501
|
+
background-color: #f6f6f6;
|
|
14502
|
+
}
|
|
14503
|
+
.excel-checkbox-container input {
|
|
14504
|
+
vertical-align: middle;
|
|
14505
|
+
}
|
|
14506
|
+
.excel-checkbox-container span {
|
|
14507
|
+
vertical-align: middle;
|
|
14508
|
+
}
|
|
14509
|
+
.excel-divider {
|
|
14510
|
+
display: block;
|
|
14511
|
+
height: 1px;
|
|
14512
|
+
background-color: rgb(225, 223, 221);
|
|
14513
|
+
margin: 2px 12px 2px;
|
|
14514
|
+
color: rgb(200, 198, 196);
|
|
14515
|
+
border-radius: 0.5px;
|
|
14516
|
+
}
|
|
14517
|
+
.excel-input {
|
|
14518
|
+
display: inline-block;
|
|
14519
|
+
box-sizing: border-box;
|
|
14520
|
+
width: 100%;
|
|
14521
|
+
border-radius: 4px;
|
|
14522
|
+
padding: 4px 12px;
|
|
14523
|
+
border: 1px solid rgb(209, 209, 209);
|
|
14524
|
+
}
|
|
14525
|
+
.excel-input-border-less {
|
|
14526
|
+
display: block;
|
|
14527
|
+
border: none;
|
|
14528
|
+
width: 100%;
|
|
14529
|
+
height: 100%;
|
|
14530
|
+
padding: 0 2px;
|
|
14531
|
+
}
|
|
14532
|
+
.excel-input-border-less:focus {
|
|
14533
|
+
outline: none;
|
|
14534
|
+
}
|
|
14535
|
+
.excel-select {
|
|
14536
|
+
border-color: rgb(209, 209, 209);
|
|
14537
|
+
border-radius: 4px;
|
|
14538
|
+
}
|
|
14539
|
+
/* Excel 公式栏 */
|
|
14540
|
+
.ov-excel-formula-bar {
|
|
14541
|
+
height: 34px;
|
|
14542
|
+
display: flex;
|
|
14543
|
+
flex-direction: row;
|
|
14544
|
+
background-color: var(--bar-bg-color);
|
|
14545
|
+
}
|
|
14546
|
+
.ov-excel-formula-bar__name-box {
|
|
14547
|
+
text-align: center;
|
|
14548
|
+
width: 64px;
|
|
14549
|
+
margin: 4px 0 4px 4px;
|
|
14550
|
+
padding: 0 4px;
|
|
14551
|
+
line-height: 26px;
|
|
14552
|
+
border: 1px solid #e1dfdd;
|
|
14553
|
+
background-color: var(--bar-input-bg-color);
|
|
14554
|
+
}
|
|
14555
|
+
/* fx 按钮 */
|
|
14556
|
+
.ov-excel-formula-bar__function-button {
|
|
14557
|
+
width: 30px;
|
|
14558
|
+
}
|
|
14559
|
+
/* fx 按钮右边的输入框 */
|
|
14560
|
+
.ov-excel-formula-bar__text-box {
|
|
14561
|
+
margin: 4px;
|
|
14562
|
+
line-height: 26px;
|
|
14563
|
+
border: 1px solid #e1dfdd;
|
|
14564
|
+
flex: 1;
|
|
14565
|
+
padding: 0 4px;
|
|
14566
|
+
background-color: var(--bar-input-bg-color);
|
|
14567
|
+
}
|
|
14568
|
+
/* Excel sheet 标签页 */
|
|
14569
|
+
.ov-excel-sheet-tab-bar {
|
|
14570
|
+
height: 32px;
|
|
14571
|
+
line-height: 32px;
|
|
14572
|
+
display: flex;
|
|
14573
|
+
flex-direction: row;
|
|
14574
|
+
background-color: var(--bar-bg-color);
|
|
14575
|
+
}
|
|
14576
|
+
.ov-excel-sheet-tab-bar__nav {
|
|
14577
|
+
display: flex;
|
|
14578
|
+
}
|
|
14579
|
+
.ov-excel-sheet-tab-bar__nav-icon {
|
|
14580
|
+
height: 16px;
|
|
14581
|
+
padding: 4px 4px;
|
|
14582
|
+
}
|
|
14583
|
+
.ov-excel-sheet-tab-bar__nav-icon svg {
|
|
14584
|
+
height: 16px;
|
|
14585
|
+
width: 16px;
|
|
14586
|
+
}
|
|
14587
|
+
.ov-excel-sheet-tab-bar__nav-icon svg path {
|
|
14588
|
+
fill: #b1b1b1;
|
|
14589
|
+
}
|
|
14590
|
+
.ov-excel-sheet-tab-bar__nav-icon--enabled {
|
|
14591
|
+
cursor: pointer;
|
|
14592
|
+
}
|
|
14593
|
+
.ov-excel-sheet-tab-bar__nav-icon--enabled svg path {
|
|
14594
|
+
fill: #000000;
|
|
14595
|
+
}
|
|
14596
|
+
.ov-excel-sheet-tab-bar__menu {
|
|
14597
|
+
position: relative;
|
|
14598
|
+
}
|
|
14599
|
+
.ov-excel-sheet-tab-bar__menu-icon {
|
|
14600
|
+
cursor: pointer;
|
|
14601
|
+
height: 16px;
|
|
14602
|
+
padding: 4px 8px;
|
|
14603
|
+
}
|
|
14604
|
+
.ov-excel-sheet-tab-bar__menu-icon svg {
|
|
14605
|
+
height: 16px;
|
|
14606
|
+
width: 16px;
|
|
14607
|
+
}
|
|
14608
|
+
.ov-excel-sheet-tab-bar__menu-list {
|
|
14609
|
+
background-color: #fff;
|
|
14610
|
+
border-radius: 4px;
|
|
14611
|
+
border: 1px solid rgb(199, 199, 199);
|
|
14612
|
+
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;
|
|
14613
|
+
display: none;
|
|
14614
|
+
position: absolute;
|
|
14615
|
+
bottom: 32px;
|
|
14616
|
+
left: 0;
|
|
14617
|
+
max-height: 400px;
|
|
14618
|
+
overflow-x: hidden;
|
|
14619
|
+
overflow-y: auto;
|
|
14620
|
+
z-index: 15;
|
|
14621
|
+
-webkit-user-select: none;
|
|
14622
|
+
-moz-user-select: none;
|
|
14623
|
+
user-select: none;
|
|
14624
|
+
}
|
|
14625
|
+
.ov-excel-sheet-tab-bar__menu-list-item {
|
|
14626
|
+
padding: 4px 8px;
|
|
14627
|
+
cursor: pointer;
|
|
14628
|
+
white-space: nowrap;
|
|
14629
|
+
}
|
|
14630
|
+
.ov-excel-sheet-tab-bar__menu-list-item:hover {
|
|
14631
|
+
background-color: #e1dfdd;
|
|
14632
|
+
}
|
|
14633
|
+
.ov-excel-sheet-tab-bar__menu-list-item--active {
|
|
14634
|
+
background-color: #e1dfdd;
|
|
14635
|
+
}
|
|
14636
|
+
.ov-excel-sheet-tab-bar__list-container {
|
|
14637
|
+
position: relative;
|
|
14638
|
+
overflow: hidden;
|
|
14639
|
+
flex: 1 1 0;
|
|
14640
|
+
-webkit-user-select: none;
|
|
14641
|
+
-moz-user-select: none;
|
|
14642
|
+
user-select: none;
|
|
14643
|
+
}
|
|
14644
|
+
.ov-excel-sheet-tab-bar__list-container--enable-left-nav::before {
|
|
14645
|
+
content: "";
|
|
14646
|
+
position: absolute;
|
|
14647
|
+
top: 0;
|
|
14648
|
+
bottom: 0;
|
|
14649
|
+
left: 0;
|
|
14650
|
+
width: 30px;
|
|
14651
|
+
background-image: linear-gradient(to right, #dcdcdc, rgba(220, 220, 220, 0.1));
|
|
14652
|
+
}
|
|
14653
|
+
.ov-excel-sheet-tab-bar__list-container--enable-right-nav::after {
|
|
14654
|
+
content: "";
|
|
14655
|
+
position: absolute;
|
|
14656
|
+
top: 0;
|
|
14657
|
+
bottom: 0;
|
|
14658
|
+
right: 0;
|
|
14659
|
+
width: 30px;
|
|
14660
|
+
background-image: linear-gradient(to left, #dcdcdc, rgba(220, 220, 220, 0.1));
|
|
14661
|
+
}
|
|
14662
|
+
.ov-excel-sheet-tab-bar__list {
|
|
14663
|
+
width: 0;
|
|
14664
|
+
display: flex;
|
|
14665
|
+
flex-direction: row;
|
|
14666
|
+
}
|
|
14667
|
+
.ov-excel-sheet-tab-bar__list-tab {
|
|
14668
|
+
display: inline-block;
|
|
14669
|
+
position: relative;
|
|
14670
|
+
padding: 0 8px;
|
|
14671
|
+
font-size: 14px;
|
|
14672
|
+
margin: 4px 4px;
|
|
14673
|
+
border-radius: 4px;
|
|
14674
|
+
line-height: 24px;
|
|
14675
|
+
white-space: nowrap;
|
|
14676
|
+
}
|
|
14677
|
+
.ov-excel-sheet-tab-bar__list-tab:hover {
|
|
14678
|
+
cursor: pointer;
|
|
14679
|
+
background-color: #e1dfdd;
|
|
14680
|
+
}
|
|
14681
|
+
.ov-excel-sheet-tab-bar__list-tab--active {
|
|
14682
|
+
cursor: default;
|
|
14683
|
+
}
|
|
14684
|
+
.ov-excel-sheet-tab-bar__list-tab--active::before {
|
|
14685
|
+
content: "";
|
|
14686
|
+
position: absolute;
|
|
14687
|
+
display: inline-block;
|
|
14688
|
+
top: 0;
|
|
14689
|
+
bottom: -4px;
|
|
14690
|
+
left: 0;
|
|
14691
|
+
right: 0;
|
|
14692
|
+
color: transparent;
|
|
14693
|
+
border-bottom: 3px solid var(--active-sheet-color);
|
|
14694
|
+
padding-bottom: 5px;
|
|
14695
|
+
width: calc(100% - 18px);
|
|
14696
|
+
margin: auto;
|
|
14697
|
+
transition: width 0.4s cubic-bezier(0.17, 0.17, 0, 1) 0s;
|
|
14698
|
+
}
|
|
14699
|
+
.ov-excel-sheet-tab-bar__status {
|
|
14700
|
+
margin-left: 12px;
|
|
14701
|
+
margin-right: 12px;
|
|
14702
|
+
}
|
|
14703
|
+
.ov-excel-sheet-tab-bar__status-text {
|
|
14704
|
+
margin-right: 16px;
|
|
14705
|
+
}
|
|
14706
|
+
.ov-excel-sheet-tab-bar__zoom-level {
|
|
14707
|
+
display: flex;
|
|
14708
|
+
flex-direction: row;
|
|
14709
|
+
padding: 0 8px;
|
|
14710
|
+
}
|
|
14711
|
+
.ov-excel-sheet-tab-bar__zoom-value {
|
|
14712
|
+
margin: 0 8px;
|
|
14713
|
+
}
|
|
14714
|
+
.ov-excel-sheet-tab-bar__zoom-in,
|
|
14715
|
+
.ov-excel-sheet-tab-bar__zoom-out {
|
|
14716
|
+
cursor: pointer;
|
|
14717
|
+
}
|
|
14718
|
+
/* Excel 内容区域,这个包含表头 */
|
|
14719
|
+
.ov-excel-content {
|
|
14720
|
+
flex: 1;
|
|
14721
|
+
position: relative;
|
|
14722
|
+
overflow: hidden;
|
|
14723
|
+
z-index: 1;
|
|
14724
|
+
}
|
|
14725
|
+
/** Excel 数据区域,不包含表头,目前这个区域主要是给 drawing 用 */
|
|
14726
|
+
.ov-excel-data {
|
|
14727
|
+
position: absolute;
|
|
14728
|
+
right: 0;
|
|
14729
|
+
bottom: 0;
|
|
14730
|
+
overflow: hidden;
|
|
14731
|
+
-webkit-user-select: none;
|
|
14732
|
+
-moz-user-select: none;
|
|
14733
|
+
user-select: none;
|
|
14734
|
+
z-index: 2;
|
|
14735
|
+
}
|
|
14736
|
+
.ov-excel-canvas {
|
|
14737
|
+
position: absolute;
|
|
14738
|
+
left: 0;
|
|
14739
|
+
top: 0;
|
|
14740
|
+
}
|
|
14741
|
+
.ov-excel-scrollbar-y {
|
|
14742
|
+
position: absolute;
|
|
14743
|
+
top: 0;
|
|
14744
|
+
right: 0;
|
|
14745
|
+
bottom: 0;
|
|
14746
|
+
z-index: 3;
|
|
14747
|
+
}
|
|
14748
|
+
.ov-excel-scrollbar-x {
|
|
14749
|
+
position: absolute;
|
|
14750
|
+
left: 0;
|
|
14751
|
+
right: 0;
|
|
14752
|
+
bottom: 0;
|
|
14753
|
+
z-index: 3;
|
|
14754
|
+
}
|
|
14755
|
+
.ov-excel-scrollbar-content-x {
|
|
14756
|
+
overflow-x: auto;
|
|
14757
|
+
overflow-y: hidden;
|
|
14758
|
+
}
|
|
14759
|
+
.ov-excel-scrollbar-content-y {
|
|
14760
|
+
overflow-x: hidden;
|
|
14761
|
+
}
|
|
14762
|
+
/** 缩放的控制界面 */
|
|
14763
|
+
.ov-excel-resize-box {
|
|
14764
|
+
position: absolute;
|
|
14765
|
+
border: 1px solid #4af;
|
|
14766
|
+
z-index: 3;
|
|
14767
|
+
}
|
|
14768
|
+
.ov-excel-resize-box-control {
|
|
14769
|
+
position: absolute;
|
|
14770
|
+
width: 14px;
|
|
14771
|
+
height: 14px;
|
|
14772
|
+
border-radius: 50%;
|
|
14773
|
+
border: 2px solid #fff;
|
|
14774
|
+
box-sizing: border-box;
|
|
14775
|
+
background: #4af;
|
|
14776
|
+
border: 2px solid #fff;
|
|
14777
|
+
z-index: 5;
|
|
14778
|
+
}
|
|
14779
|
+
.ov-excel-auto-filter-icon-container {
|
|
14780
|
+
position: absolute;
|
|
14781
|
+
}
|
|
14782
|
+
.ov-excel-auto-filter-icon {
|
|
14783
|
+
cursor: pointer;
|
|
14784
|
+
position: absolute;
|
|
14785
|
+
right: 2px;
|
|
14786
|
+
top: 2px;
|
|
14787
|
+
bottom: 2px;
|
|
14788
|
+
z-index: 3;
|
|
14789
|
+
}
|
|
14790
|
+
.ov-excel-auto-filter-icon svg {
|
|
14791
|
+
width: 100%;
|
|
14792
|
+
height: 100%;
|
|
14793
|
+
}
|
|
14794
|
+
.ov-excel-auto-filter-menu {
|
|
14795
|
+
position: absolute;
|
|
14796
|
+
display: none;
|
|
14797
|
+
flex-direction: column;
|
|
14798
|
+
right: -240px;
|
|
14799
|
+
width: 240px;
|
|
14800
|
+
height: 440px;
|
|
14801
|
+
border-radius: 4px;
|
|
14802
|
+
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;
|
|
14803
|
+
z-index: 4;
|
|
14804
|
+
background-color: white;
|
|
14805
|
+
}
|
|
14806
|
+
.excel-auto-filter__menu-sort {
|
|
14807
|
+
display: flex;
|
|
14808
|
+
flex-direction: row;
|
|
14809
|
+
-moz-column-gap: 4px;
|
|
14810
|
+
column-gap: 4px;
|
|
14811
|
+
padding: 8px;
|
|
14812
|
+
}
|
|
14813
|
+
.ov-excel-auto-filter__sort-button {
|
|
14814
|
+
cursor: pointer;
|
|
14815
|
+
flex: 1;
|
|
14816
|
+
display: flex;
|
|
14817
|
+
flex-direction: row;
|
|
14818
|
+
line-height: 24px;
|
|
14819
|
+
height: 24px;
|
|
14820
|
+
padding: 2px;
|
|
14821
|
+
}
|
|
14822
|
+
.ov-excel-auto-filter__sort-button-text {
|
|
14823
|
+
flex: 1;
|
|
14824
|
+
}
|
|
14825
|
+
.ov-excel-auto-filter__sort-button-icon {
|
|
14826
|
+
height: 24px;
|
|
14827
|
+
width: 24px;
|
|
14828
|
+
}
|
|
14829
|
+
.ov-excel-auto-filter__sort-button-icon svg {
|
|
14830
|
+
height: 100%;
|
|
14831
|
+
width: 100%;
|
|
14832
|
+
}
|
|
14833
|
+
.ov-excel-auto-filter__sort-button:hover {
|
|
14834
|
+
background-color: #f5f5f5;
|
|
14835
|
+
}
|
|
14836
|
+
.ov-excel-auto-filter__sort-button-active {
|
|
14837
|
+
background-color: #f5f5f5;
|
|
14838
|
+
}
|
|
14839
|
+
.ov-excel-auto-filter__menu-filter-filters {
|
|
14840
|
+
flex-grow: 1;
|
|
14841
|
+
display: flex;
|
|
14842
|
+
flex-direction: column;
|
|
14843
|
+
min-height: 0;
|
|
14844
|
+
}
|
|
14845
|
+
.ov-excel-auto-filter__menu-filter-filters .excel-checkbox-list-wrapper {
|
|
14846
|
+
display: flex;
|
|
14847
|
+
flex-grow: 1;
|
|
14848
|
+
flex-direction: column;
|
|
14849
|
+
padding: 8px;
|
|
14850
|
+
min-height: 0;
|
|
14851
|
+
}
|
|
14852
|
+
.ov-excel-auto-filter__menu-filter-filters .excel-checkbox-list {
|
|
14853
|
+
flex-grow: 1;
|
|
14854
|
+
overflow-y: auto;
|
|
14855
|
+
overflow-x: hidden;
|
|
14856
|
+
}
|
|
14857
|
+
.ov-excel-auto-filter-menu__custom-filters {
|
|
14858
|
+
display: flex;
|
|
14859
|
+
flex-direction: column;
|
|
14860
|
+
padding: 8px;
|
|
14861
|
+
}
|
|
14862
|
+
/** 单个规则 */
|
|
14863
|
+
.ov-excel-auto-filter-menu__custom-filters-item-input {
|
|
14864
|
+
display: flex;
|
|
14865
|
+
flex-direction: row;
|
|
14866
|
+
margin-bottom: 4px;
|
|
14867
|
+
}
|
|
14868
|
+
.ov-excel-auto-filter-menu__custom-filters-item-input > select {
|
|
14869
|
+
margin-right: 4px;
|
|
14870
|
+
}
|
|
14871
|
+
.ov-excel-auto-filter-menu__custom-filters .excel-radio-wrapper {
|
|
14872
|
+
margin: 4px 0;
|
|
14873
|
+
text-align: center;
|
|
14874
|
+
}
|
|
14875
|
+
.excel-cell-editor {
|
|
14876
|
+
position: absolute;
|
|
14877
|
+
}
|
|
14878
|
+
.excel-chart {
|
|
14879
|
+
position: absolute;
|
|
14880
|
+
z-index: 10;
|
|
14881
|
+
}
|
|
14882
|
+
.excel-pic {
|
|
14883
|
+
position: absolute;
|
|
14884
|
+
z-index: 10;
|
|
14885
|
+
overflow: hidden;
|
|
14886
|
+
}
|
|
14271
14887
|
/*!
|
|
14272
14888
|
* https://github.com/arqex/react-datetime
|
|
14273
14889
|
*/
|
|
@@ -19406,10 +20022,16 @@ input[type=button].a-Button--block {
|
|
|
19406
20022
|
padding: var(--Tabs-linkPadding);
|
|
19407
20023
|
text-decoration: none;
|
|
19408
20024
|
cursor: pointer;
|
|
19409
|
-
display:
|
|
20025
|
+
display: flex;
|
|
20026
|
+
align-items: center;
|
|
20027
|
+
max-width: 100%;
|
|
20028
|
+
overflow: hidden;
|
|
20029
|
+
}
|
|
20030
|
+
.a-Tabs-links > .a-Tabs-link > a:first-child .a-Tabs-link-text {
|
|
19410
20031
|
text-overflow: ellipsis;
|
|
19411
20032
|
overflow: hidden;
|
|
19412
20033
|
white-space: nowrap;
|
|
20034
|
+
width: 100%;
|
|
19413
20035
|
}
|
|
19414
20036
|
.a-Tabs-links > .a-Tabs-link > a:first-child > .a-Icon {
|
|
19415
20037
|
margin-right: var(--Tabs-icon-gap);
|
|
@@ -21865,6 +22487,7 @@ input[type=button].a-Button--block {
|
|
|
21865
22487
|
.a-Collapse {
|
|
21866
22488
|
border: none;
|
|
21867
22489
|
position: relative;
|
|
22490
|
+
margin-bottom: var(--Collapse-mobile-marginBottom);
|
|
21868
22491
|
}
|
|
21869
22492
|
.a-Collapse::before {
|
|
21870
22493
|
position: absolute;
|
|
@@ -22022,6 +22645,7 @@ input[type=button].a-Button--block {
|
|
|
22022
22645
|
}
|
|
22023
22646
|
.a-CBGroup-body-wrapper {
|
|
22024
22647
|
flex: 1;
|
|
22648
|
+
min-width: 0;
|
|
22025
22649
|
}
|
|
22026
22650
|
.a-CBGroup-body-collapse {
|
|
22027
22651
|
text-align: center;
|
|
@@ -22043,6 +22667,7 @@ input[type=button].a-Button--block {
|
|
|
22043
22667
|
}
|
|
22044
22668
|
.a-CBGroup-body-wrapper {
|
|
22045
22669
|
flex: 1;
|
|
22670
|
+
min-width: 0;
|
|
22046
22671
|
}
|
|
22047
22672
|
.a-CBGroup-toolbar {
|
|
22048
22673
|
display: flex;
|
|
@@ -22182,6 +22807,8 @@ input[type=button].a-Button--block {
|
|
|
22182
22807
|
display: flex;
|
|
22183
22808
|
flex-direction: row;
|
|
22184
22809
|
align-items: center;
|
|
22810
|
+
flex: 1;
|
|
22811
|
+
min-width: 0;
|
|
22185
22812
|
}
|
|
22186
22813
|
.a-CBGroupOrItem-body-item > .a-CBGroupOrItem-dragbar {
|
|
22187
22814
|
left: 0.625rem;
|
|
@@ -22256,11 +22883,22 @@ input[type=button].a-Button--block {
|
|
|
22256
22883
|
.a-CBFunc-args > div {
|
|
22257
22884
|
display: inline-block;
|
|
22258
22885
|
}
|
|
22886
|
+
.a-CBItem {
|
|
22887
|
+
display: flex;
|
|
22888
|
+
flex: 1;
|
|
22889
|
+
min-width: 0;
|
|
22890
|
+
flex-wrap: wrap;
|
|
22891
|
+
}
|
|
22892
|
+
.a-CBItem > * {
|
|
22893
|
+
flex-shrink: 0;
|
|
22894
|
+
}
|
|
22259
22895
|
.a-CBValue {
|
|
22260
22896
|
position: relative;
|
|
22261
22897
|
display: inline-block;
|
|
22262
22898
|
vertical-align: middle;
|
|
22263
22899
|
margin: 0.1875rem;
|
|
22900
|
+
flex: 1;
|
|
22901
|
+
min-width: 6.25rem;
|
|
22264
22902
|
}
|
|
22265
22903
|
.a-CBFormula {
|
|
22266
22904
|
position: relative;
|
|
@@ -22285,6 +22923,7 @@ input[type=button].a-Button--block {
|
|
|
22285
22923
|
width: 20px;
|
|
22286
22924
|
text-align: center;
|
|
22287
22925
|
display: inline-block;
|
|
22926
|
+
align-self: center;
|
|
22288
22927
|
-webkit-user-select: none;
|
|
22289
22928
|
-moz-user-select: none;
|
|
22290
22929
|
user-select: none;
|
|
@@ -22895,6 +23534,9 @@ input[type=button].a-Button--block {
|
|
|
22895
23534
|
.a-Crud2-selection, .a-Crud2-toolbar, .a-Crud2-body {
|
|
22896
23535
|
margin-bottom: var(--gap-base);
|
|
22897
23536
|
}
|
|
23537
|
+
.a-Crud2 .a-Table-render-wrapper {
|
|
23538
|
+
position: relative;
|
|
23539
|
+
}
|
|
22898
23540
|
.a-Crud2-selectionLabel {
|
|
22899
23541
|
display: inline-block;
|
|
22900
23542
|
vertical-align: top;
|
|
@@ -23722,6 +24364,11 @@ input[type=button].a-Button--block {
|
|
|
23722
24364
|
.a-Table-table > tbody > tr > td.a-Table-primayCell > .a-Spinner {
|
|
23723
24365
|
vertical-align: middle;
|
|
23724
24366
|
}
|
|
24367
|
+
.a-Table-table > thead > tr > th.a-Table-primayCell > [data-role=form-item],
|
|
24368
|
+
.a-Table-table > tbody > tr > td.a-Table-primayCell > [data-role=form-item] {
|
|
24369
|
+
display: inline-block;
|
|
24370
|
+
min-width: 10rem;
|
|
24371
|
+
}
|
|
23725
24372
|
.a-Table.is-mobile .a-Table-table > tbody > tr:hover, .a-Table.is-mobile .a-Table-table > tbody > tr.is-hovered {
|
|
23726
24373
|
background: var(--Table-bg);
|
|
23727
24374
|
border-color: var(--Table-borderColor);
|
|
@@ -23789,7 +24436,7 @@ input[type=button].a-Button--block {
|
|
|
23789
24436
|
min-width: 20rem;
|
|
23790
24437
|
max-width: 40rem;
|
|
23791
24438
|
}
|
|
23792
|
-
.a-TableCell-searchPopOver .a-Panel {
|
|
24439
|
+
.a-TableCell-searchPopOver > .a-Panel {
|
|
23793
24440
|
margin: 0;
|
|
23794
24441
|
}
|
|
23795
24442
|
.a-TableCell-filterBtn {
|
|
@@ -27249,7 +27896,7 @@ input[type=button].a-Button--block {
|
|
|
27249
27896
|
width: 1rem;
|
|
27250
27897
|
height: 1rem;
|
|
27251
27898
|
}
|
|
27252
|
-
.a-ImageGallery-title {
|
|
27899
|
+
.a-ImageGallery-title, .a-ImageGallery-caption {
|
|
27253
27900
|
height: 1.125rem;
|
|
27254
27901
|
vertical-align: top;
|
|
27255
27902
|
line-height: 1.125rem;
|
|
@@ -27258,6 +27905,10 @@ input[type=button].a-Button--block {
|
|
|
27258
27905
|
text-align: center;
|
|
27259
27906
|
margin-bottom: 18px;
|
|
27260
27907
|
}
|
|
27908
|
+
.a-ImageGallery-caption {
|
|
27909
|
+
text-align: left;
|
|
27910
|
+
margin-bottom: 4px;
|
|
27911
|
+
}
|
|
27261
27912
|
.a-ImageGallery-main {
|
|
27262
27913
|
background: #000;
|
|
27263
27914
|
flex-basis: 0;
|
|
@@ -27717,6 +28368,7 @@ input[type=button].a-Button--block {
|
|
|
27717
28368
|
border-color: var(--Form-input-onDisabled-borderColor);
|
|
27718
28369
|
}
|
|
27719
28370
|
.a-InputBox-clear {
|
|
28371
|
+
visibility: hidden;
|
|
27720
28372
|
padding: var(--Form-input-clearBtn-padding);
|
|
27721
28373
|
cursor: pointer;
|
|
27722
28374
|
display: flex;
|
|
@@ -27729,6 +28381,7 @@ input[type=button].a-Button--block {
|
|
|
27729
28381
|
fill: var(--Form-input-clearBtn-color);
|
|
27730
28382
|
width: var(--Form-input-clearBtn-size);
|
|
27731
28383
|
height: var(--Form-input-clearBtn-size);
|
|
28384
|
+
top: 0;
|
|
27732
28385
|
}
|
|
27733
28386
|
.a-InputBox-clear:hover svg {
|
|
27734
28387
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -27736,6 +28389,9 @@ input[type=button].a-Button--block {
|
|
|
27736
28389
|
.a-InputBox-clear:active svg {
|
|
27737
28390
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
27738
28391
|
}
|
|
28392
|
+
.a-InputBox.is-focused .a-InputBox-clear, .a-InputBox:hover .a-InputBox-clear {
|
|
28393
|
+
visibility: visible;
|
|
28394
|
+
}
|
|
27739
28395
|
.a-InputBox > svg {
|
|
27740
28396
|
display: inline-block;
|
|
27741
28397
|
width: 14px;
|
|
@@ -27801,6 +28457,7 @@ input[type=button].a-Button--block {
|
|
|
27801
28457
|
min-width: 80px;
|
|
27802
28458
|
max-width: 150px;
|
|
27803
28459
|
flex: 1;
|
|
28460
|
+
display: flex;
|
|
27804
28461
|
}
|
|
27805
28462
|
.a-JSONSchemaMember-key > span {
|
|
27806
28463
|
display: flex;
|
|
@@ -27815,6 +28472,9 @@ input[type=button].a-Button--block {
|
|
|
27815
28472
|
align-items: center;
|
|
27816
28473
|
color: var(--Form-input-color);
|
|
27817
28474
|
}
|
|
28475
|
+
.a-JSONSchemaMember-key > * {
|
|
28476
|
+
flex: 1;
|
|
28477
|
+
}
|
|
27818
28478
|
.a-JSONSchemaMember-key.is-mobile > span {
|
|
27819
28479
|
border-radius: 0;
|
|
27820
28480
|
border: none;
|
|
@@ -27976,10 +28636,14 @@ input[type=button].a-Button--block {
|
|
|
27976
28636
|
display: flex;
|
|
27977
28637
|
flex-direction: row;
|
|
27978
28638
|
flex-wrap: wrap;
|
|
27979
|
-
gap: var(--gap-
|
|
28639
|
+
gap: var(--gap-xs);
|
|
28640
|
+
font-size: var(--fonts-size-8);
|
|
27980
28641
|
align-items: stretch;
|
|
27981
28642
|
position: relative;
|
|
27982
28643
|
}
|
|
28644
|
+
.a-SchemaEditorItem--mini > button {
|
|
28645
|
+
padding: 0 4px;
|
|
28646
|
+
}
|
|
27983
28647
|
.a-SchemaEditorItem + .a-SchemaEditorItem {
|
|
27984
28648
|
margin-top: var(--gap-sm);
|
|
27985
28649
|
}
|
|
@@ -27987,12 +28651,12 @@ input[type=button].a-Button--block {
|
|
|
27987
28651
|
display: flex;
|
|
27988
28652
|
flex-direction: row;
|
|
27989
28653
|
flex-wrap: wrap;
|
|
27990
|
-
gap: var(--gap-
|
|
28654
|
+
gap: var(--gap-xs);
|
|
27991
28655
|
align-items: flex-start;
|
|
27992
28656
|
width: 100%;
|
|
27993
28657
|
}
|
|
27994
28658
|
.a-SchemaEditor-itemsLabel {
|
|
27995
|
-
|
|
28659
|
+
line-height: 2rem;
|
|
27996
28660
|
}
|
|
27997
28661
|
.a-SchemaEditor-caret {
|
|
27998
28662
|
display: inline-block;
|
|
@@ -28026,6 +28690,56 @@ input[type=button].a-Button--block {
|
|
|
28026
28690
|
.a-SchemaEditor-key > input, .a-SchemaEditor-title > input, .a-SchemaEditor-description > input {
|
|
28027
28691
|
flex-basis: 0;
|
|
28028
28692
|
}
|
|
28693
|
+
.a-SchemaEditor-info {
|
|
28694
|
+
display: flex;
|
|
28695
|
+
background: var(--Form-input-bg);
|
|
28696
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
28697
|
+
border-radius: var(--Form-input-borderRadius);
|
|
28698
|
+
line-height: var(--Form-input-lineHeight);
|
|
28699
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
28700
|
+
font-size: var(--Form-input-fontSize);
|
|
28701
|
+
flex-wrap: wrap;
|
|
28702
|
+
justify-content: flex-start;
|
|
28703
|
+
flex: 1;
|
|
28704
|
+
display: flex;
|
|
28705
|
+
flex-direction: row;
|
|
28706
|
+
justify-content: space-between;
|
|
28707
|
+
align-items: center;
|
|
28708
|
+
}
|
|
28709
|
+
.a-SchemaEditor-info input {
|
|
28710
|
+
flex-basis: 1.875rem;
|
|
28711
|
+
flex-grow: 1;
|
|
28712
|
+
outline: none;
|
|
28713
|
+
background: transparent;
|
|
28714
|
+
border: none;
|
|
28715
|
+
color: var(--Form-input-color);
|
|
28716
|
+
width: 100%;
|
|
28717
|
+
}
|
|
28718
|
+
.a-SchemaEditor-info input::-moz-placeholder {
|
|
28719
|
+
color: var(--Form-input-placeholderColor);
|
|
28720
|
+
-moz-user-select: none;
|
|
28721
|
+
user-select: none;
|
|
28722
|
+
}
|
|
28723
|
+
.a-SchemaEditor-info input::placeholder {
|
|
28724
|
+
color: var(--Form-input-placeholderColor);
|
|
28725
|
+
-webkit-user-select: none;
|
|
28726
|
+
-moz-user-select: none;
|
|
28727
|
+
user-select: none;
|
|
28728
|
+
}
|
|
28729
|
+
.a-SchemaEditor-info:hover {
|
|
28730
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
|
28731
|
+
}
|
|
28732
|
+
.a-SchemaEditor-info--borderHalf {
|
|
28733
|
+
border-left-color: transparent !important;
|
|
28734
|
+
border-right-color: transparent !important;
|
|
28735
|
+
border-top-color: transparent !important;
|
|
28736
|
+
}
|
|
28737
|
+
.a-SchemaEditor-info--borderNone {
|
|
28738
|
+
border-color: transparent !important;
|
|
28739
|
+
}
|
|
28740
|
+
.a-SchemaEditor-typeLabel {
|
|
28741
|
+
color: var(--Form-input-placeholderColor);
|
|
28742
|
+
}
|
|
28029
28743
|
.a-ResultBox {
|
|
28030
28744
|
display: flex;
|
|
28031
28745
|
background: var(--Form-input-bg);
|
|
@@ -28183,6 +28897,7 @@ input[type=button].a-Button--block {
|
|
|
28183
28897
|
fill: var(--Form-input-clearBtn-color);
|
|
28184
28898
|
width: var(--Form-input-clearBtn-size);
|
|
28185
28899
|
height: var(--Form-input-clearBtn-size);
|
|
28900
|
+
top: 0;
|
|
28186
28901
|
}
|
|
28187
28902
|
.a-ResultBox-clear:hover svg {
|
|
28188
28903
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -28327,6 +29042,7 @@ input[type=button].a-Button--block {
|
|
|
28327
29042
|
fill: var(--Form-input-clearBtn-color);
|
|
28328
29043
|
width: var(--Form-input-clearBtn-size);
|
|
28329
29044
|
height: var(--Form-input-clearBtn-size);
|
|
29045
|
+
top: 0;
|
|
28330
29046
|
}
|
|
28331
29047
|
.a-ResultBox.is-mobile .a-ResultBox-clear:hover svg {
|
|
28332
29048
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -29798,6 +30514,7 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29798
30514
|
fill: var(--Form-input-clearBtn-color);
|
|
29799
30515
|
width: var(--Form-input-clearBtn-size);
|
|
29800
30516
|
height: var(--Form-input-clearBtn-size);
|
|
30517
|
+
top: 0;
|
|
29801
30518
|
}
|
|
29802
30519
|
.a-TextControl-clear:hover svg {
|
|
29803
30520
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -29815,9 +30532,6 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
29815
30532
|
display: inline-flex;
|
|
29816
30533
|
}
|
|
29817
30534
|
}
|
|
29818
|
-
.a-TextControl .InputText-clear {
|
|
29819
|
-
content: var(--input-clearable-icon);
|
|
29820
|
-
}
|
|
29821
30535
|
.a-TextControl-clear {
|
|
29822
30536
|
padding: 0 var(--Form-input-clearBtn-padding);
|
|
29823
30537
|
}
|
|
@@ -30135,6 +30849,9 @@ fieldset.a-Collapse .a-Collapse-header.is-mobile:hover {
|
|
|
30135
30849
|
width: var(--input-password-invisible-icon-size);
|
|
30136
30850
|
height: var(--input-password-invisible-icon-size);
|
|
30137
30851
|
}
|
|
30852
|
+
.InputText-clear.icon {
|
|
30853
|
+
content: var(--input-clearable-icon);
|
|
30854
|
+
}
|
|
30138
30855
|
input.a-TextControl-input-password {
|
|
30139
30856
|
flex-basis: 0;
|
|
30140
30857
|
}
|
|
@@ -30233,6 +30950,7 @@ input.a-TextControl-input-password {
|
|
|
30233
30950
|
fill: var(--Form-input-clearBtn-color);
|
|
30234
30951
|
width: var(--Form-input-clearBtn-size);
|
|
30235
30952
|
height: var(--Form-input-clearBtn-size);
|
|
30953
|
+
top: 0;
|
|
30236
30954
|
}
|
|
30237
30955
|
.a-TextareaControl-clear:hover svg {
|
|
30238
30956
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -30321,6 +31039,7 @@ input.a-TextControl-input-password {
|
|
|
30321
31039
|
fill: var(--Form-input-clearBtn-color);
|
|
30322
31040
|
width: var(--Form-input-clearBtn-size);
|
|
30323
31041
|
height: var(--Form-input-clearBtn-size);
|
|
31042
|
+
top: 0;
|
|
30324
31043
|
}
|
|
30325
31044
|
.a-TextareaControl-clear:hover svg {
|
|
30326
31045
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -32727,6 +33446,7 @@ input.a-TextControl-input-password {
|
|
|
32727
33446
|
fill: var(--Form-input-clearBtn-color);
|
|
32728
33447
|
width: var(--Form-input-clearBtn-size);
|
|
32729
33448
|
height: var(--Form-input-clearBtn-size);
|
|
33449
|
+
top: 0;
|
|
32730
33450
|
}
|
|
32731
33451
|
.a-LocationPicker-clear:hover svg {
|
|
32732
33452
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -32917,6 +33637,7 @@ input.a-TextControl-input-password {
|
|
|
32917
33637
|
fill: var(--Form-input-clearBtn-color);
|
|
32918
33638
|
width: var(--Form-input-clearBtn-size);
|
|
32919
33639
|
height: var(--Form-input-clearBtn-size);
|
|
33640
|
+
top: 0;
|
|
32920
33641
|
}
|
|
32921
33642
|
.a-ColorPicker-clear:hover svg {
|
|
32922
33643
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33093,6 +33814,7 @@ input.a-TextControl-input-password {
|
|
|
33093
33814
|
fill: var(--Form-input-clearBtn-color);
|
|
33094
33815
|
width: var(--Form-input-clearBtn-size);
|
|
33095
33816
|
height: var(--Form-input-clearBtn-size);
|
|
33817
|
+
top: 0;
|
|
33096
33818
|
}
|
|
33097
33819
|
.a-DatePicker-toggler:hover svg {
|
|
33098
33820
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33125,6 +33847,7 @@ input.a-TextControl-input-password {
|
|
|
33125
33847
|
fill: var(--Form-input-clearBtn-color);
|
|
33126
33848
|
width: var(--Form-input-clearBtn-size);
|
|
33127
33849
|
height: var(--Form-input-clearBtn-size);
|
|
33850
|
+
top: 0;
|
|
33128
33851
|
}
|
|
33129
33852
|
.a-DatePicker-clear:hover svg {
|
|
33130
33853
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33871,6 +34594,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33871
34594
|
fill: var(--Form-input-clearBtn-color);
|
|
33872
34595
|
width: var(--Form-input-clearBtn-size);
|
|
33873
34596
|
height: var(--Form-input-clearBtn-size);
|
|
34597
|
+
top: 0;
|
|
33874
34598
|
}
|
|
33875
34599
|
.a-DateRangePicker-toggler:hover svg {
|
|
33876
34600
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33903,6 +34627,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33903
34627
|
fill: var(--Form-input-clearBtn-color);
|
|
33904
34628
|
width: var(--Form-input-clearBtn-size);
|
|
33905
34629
|
height: var(--Form-input-clearBtn-size);
|
|
34630
|
+
top: 0;
|
|
33906
34631
|
}
|
|
33907
34632
|
.a-DateRangePicker-clear:hover svg {
|
|
33908
34633
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -35538,6 +36263,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35538
36263
|
fill: var(--Form-input-clearBtn-color);
|
|
35539
36264
|
width: var(--Form-input-clearBtn-size);
|
|
35540
36265
|
height: var(--Form-input-clearBtn-size);
|
|
36266
|
+
top: 0;
|
|
35541
36267
|
}
|
|
35542
36268
|
.a-TreeSelect-clear:hover svg {
|
|
35543
36269
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -35936,6 +36662,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35936
36662
|
}
|
|
35937
36663
|
.a-ComboTabs-addLink > a svg {
|
|
35938
36664
|
margin-right: var(--gap-xs);
|
|
36665
|
+
top: 0;
|
|
35939
36666
|
}
|
|
35940
36667
|
.a-Combo-dragableTip {
|
|
35941
36668
|
color: var(--text--muted-color);
|
|
@@ -36160,6 +36887,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36160
36887
|
fill: var(--Form-input-clearBtn-color);
|
|
36161
36888
|
width: var(--Form-input-clearBtn-size);
|
|
36162
36889
|
height: var(--Form-input-clearBtn-size);
|
|
36890
|
+
top: 0;
|
|
36163
36891
|
}
|
|
36164
36892
|
.a-Picker-clear:hover svg {
|
|
36165
36893
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -36328,6 +37056,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36328
37056
|
fill: var(--Form-input-clearBtn-color);
|
|
36329
37057
|
width: var(--Form-input-clearBtn-size);
|
|
36330
37058
|
height: var(--Form-input-clearBtn-size);
|
|
37059
|
+
top: 0;
|
|
36331
37060
|
}
|
|
36332
37061
|
.a-Picker-clear:hover svg {
|
|
36333
37062
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -36392,7 +37121,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36392
37121
|
.a-Picker-overflow-wrapper .a-Picker-valueLabel {
|
|
36393
37122
|
padding: 0 var(--gap-xs);
|
|
36394
37123
|
}
|
|
36395
|
-
.a-PickerControl.is-inline .a-Picker
|
|
37124
|
+
.a-PickerControl.is-inline .a-Picker,
|
|
37125
|
+
.a-Form-item--inline .a-Picker {
|
|
36396
37126
|
display: inline-block;
|
|
36397
37127
|
min-width: 9.375rem;
|
|
36398
37128
|
}
|
|
@@ -36563,15 +37293,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36563
37293
|
border-color: var(--Form-input-onError-borderColor);
|
|
36564
37294
|
background: var(--Form-input-onError-bg);
|
|
36565
37295
|
}
|
|
36566
|
-
.a-TagControl-popover.a-PopOver--leftBottomLeftTop > .a-ListMenu
|
|
37296
|
+
.a-TagControl-popover.a-PopOver--leftBottomLeftTop > .a-ListMenu,
|
|
37297
|
+
.a-ListMenu-popover.a-PopOver--leftBottomLeftTop > .a-ListMenu {
|
|
36567
37298
|
border-top-left-radius: 0;
|
|
36568
37299
|
border-top-right-radius: 0;
|
|
36569
37300
|
}
|
|
36570
|
-
.a-TagControl-popover.a-PopOver--leftTopLeftBottom > .a-ListMenu
|
|
37301
|
+
.a-TagControl-popover.a-PopOver--leftTopLeftBottom > .a-ListMenu,
|
|
37302
|
+
.a-ListMenu-popover.a-PopOver--leftTopLeftBottom > .a-ListMenu {
|
|
36571
37303
|
border-bottom-left-radius: 0;
|
|
36572
37304
|
border-bottom-right-radius: 0;
|
|
36573
37305
|
}
|
|
36574
|
-
.a-TagControl-popover .a-ListMenu
|
|
37306
|
+
.a-TagControl-popover .a-ListMenu,
|
|
37307
|
+
.a-ListMenu-popover .a-ListMenu {
|
|
36575
37308
|
padding: 0.25rem 0;
|
|
36576
37309
|
max-height: var(--inputTag-popover-maxHeight);
|
|
36577
37310
|
overflow: auto;
|
|
@@ -36579,7 +37312,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36579
37312
|
-moz-user-select: none;
|
|
36580
37313
|
user-select: none;
|
|
36581
37314
|
}
|
|
36582
|
-
.a-TagControl-popover .a-ListMenu-item
|
|
37315
|
+
.a-TagControl-popover .a-ListMenu-item,
|
|
37316
|
+
.a-ListMenu-popover .a-ListMenu-item {
|
|
36583
37317
|
height: var(--inputTag-option-height);
|
|
36584
37318
|
color: var(--inputTag-option-color);
|
|
36585
37319
|
font-size: var(--inputTag-option-fontSize);
|
|
@@ -36588,7 +37322,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36588
37322
|
padding: var(--inputTag-option-paddingTop) var(--inputTag-option-paddingRight) var(--inputTag-option-paddingBottom) var(--inputTag-option-paddingLeft);
|
|
36589
37323
|
background: var(--inputTag-option-bg-color);
|
|
36590
37324
|
}
|
|
36591
|
-
.a-TagControl-popover .a-ListMenu-item:hover
|
|
37325
|
+
.a-TagControl-popover .a-ListMenu-item:hover,
|
|
37326
|
+
.a-ListMenu-popover .a-ListMenu-item:hover {
|
|
36592
37327
|
color: var(--inputTag-option-hover-color);
|
|
36593
37328
|
background: var(--inputTag-option-hover-bg-color);
|
|
36594
37329
|
}
|
|
@@ -37446,6 +38181,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37446
38181
|
fill: var(--Form-input-clearBtn-color);
|
|
37447
38182
|
width: var(--Form-input-clearBtn-size);
|
|
37448
38183
|
height: var(--Form-input-clearBtn-size);
|
|
38184
|
+
top: 0;
|
|
37449
38185
|
}
|
|
37450
38186
|
.a-IconPickerControl-clear:hover svg {
|
|
37451
38187
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -37651,6 +38387,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37651
38387
|
fill: var(--Form-input-clearBtn-color);
|
|
37652
38388
|
width: var(--Form-input-clearBtn-size);
|
|
37653
38389
|
height: var(--Form-input-clearBtn-size);
|
|
38390
|
+
top: 0;
|
|
37654
38391
|
}
|
|
37655
38392
|
.a-IconSelectControl-clear:hover svg {
|
|
37656
38393
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -37672,6 +38409,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37672
38409
|
position: absolute;
|
|
37673
38410
|
right: var(--Form-input-paddingX);
|
|
37674
38411
|
}
|
|
38412
|
+
.a-IconSelectControl-clear svg {
|
|
38413
|
+
top: 0;
|
|
38414
|
+
}
|
|
37675
38415
|
.a-IconSelectControl-Modal-search.a-SearchBox {
|
|
37676
38416
|
width: var(--IconSelect-searchBox-width);
|
|
37677
38417
|
}
|
|
@@ -38557,6 +39297,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38557
39297
|
display: none;
|
|
38558
39298
|
}
|
|
38559
39299
|
}
|
|
39300
|
+
.a-Autofill-popOver {
|
|
39301
|
+
border: none;
|
|
39302
|
+
min-width: 20rem;
|
|
39303
|
+
max-width: 40rem;
|
|
39304
|
+
}
|
|
39305
|
+
.a-Autofill-popOver > .a-Panel {
|
|
39306
|
+
margin: 0;
|
|
39307
|
+
}
|
|
38560
39308
|
.a-UserSelect {
|
|
38561
39309
|
position: relative;
|
|
38562
39310
|
}
|
|
@@ -39465,6 +40213,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39465
40213
|
overflow: visible;
|
|
39466
40214
|
max-width: 100%;
|
|
39467
40215
|
box-sizing: content-box;
|
|
40216
|
+
min-height: 28.125rem;
|
|
39468
40217
|
/* 变量列表 */
|
|
39469
40218
|
/* 函数列表 */
|
|
39470
40219
|
}
|
|
@@ -39472,8 +40221,55 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39472
40221
|
flex: 1;
|
|
39473
40222
|
height: 100%;
|
|
39474
40223
|
max-width: 33.125rem;
|
|
40224
|
+
min-width: 0;
|
|
39475
40225
|
border-top: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
39476
40226
|
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
40227
|
+
display: flex;
|
|
40228
|
+
flex-direction: column;
|
|
40229
|
+
}
|
|
40230
|
+
.a-FormulaEditor-runPanel {
|
|
40231
|
+
height: 12.5rem;
|
|
40232
|
+
transition: height 0.1s ease-out;
|
|
40233
|
+
border-top: 1px solid var(--Form-input-borderColor);
|
|
40234
|
+
display: flex;
|
|
40235
|
+
flex-wrap: nowrap;
|
|
40236
|
+
flex-direction: row;
|
|
40237
|
+
}
|
|
40238
|
+
.a-FormulaEditor-runPanel.in {
|
|
40239
|
+
height: 0;
|
|
40240
|
+
overflow: hidden;
|
|
40241
|
+
}
|
|
40242
|
+
.a-FormulaEditor-runPanel-context, .a-FormulaEditor-runPanel-result {
|
|
40243
|
+
flex: 1;
|
|
40244
|
+
min-width: 0;
|
|
40245
|
+
display: flex;
|
|
40246
|
+
flex-direction: column;
|
|
40247
|
+
}
|
|
40248
|
+
.a-FormulaEditor-runPanel-context > header, .a-FormulaEditor-runPanel-result > header {
|
|
40249
|
+
width: 100%;
|
|
40250
|
+
height: 1.875rem;
|
|
40251
|
+
line-height: 1.875rem;
|
|
40252
|
+
padding: 0 0.625rem;
|
|
40253
|
+
box-sizing: border-box;
|
|
40254
|
+
background: var(--InputFormula-header-bgColor);
|
|
40255
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
|
40256
|
+
border-bottom: none;
|
|
40257
|
+
font-weight: 500;
|
|
40258
|
+
margin: 0;
|
|
40259
|
+
}
|
|
40260
|
+
.a-FormulaEditor-runPanel-context > div, .a-FormulaEditor-runPanel-result > div {
|
|
40261
|
+
flex: 1;
|
|
40262
|
+
min-height: 0;
|
|
40263
|
+
font-size: 12px;
|
|
40264
|
+
}
|
|
40265
|
+
.a-FormulaEditor-runPanel-context {
|
|
40266
|
+
border-right: 1px solid var(--Form-input-borderColor);
|
|
40267
|
+
}
|
|
40268
|
+
.a-FormulaEditor-runPanel-result > div {
|
|
40269
|
+
padding: 0 0.625rem;
|
|
40270
|
+
}
|
|
40271
|
+
.a-FormulaEditor-runPanel-result.is-error {
|
|
40272
|
+
color: var(--Form-input-onError-borderColor);
|
|
39477
40273
|
}
|
|
39478
40274
|
.a-FormulaEditor-header {
|
|
39479
40275
|
width: 100%;
|
|
@@ -39494,8 +40290,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39494
40290
|
margin-right: 5px;
|
|
39495
40291
|
}
|
|
39496
40292
|
.a-FormulaEditor-editor {
|
|
39497
|
-
|
|
39498
|
-
height:
|
|
40293
|
+
flex: 1;
|
|
40294
|
+
min-height: 0;
|
|
39499
40295
|
padding: 0.3125rem;
|
|
39500
40296
|
padding-right: 0;
|
|
39501
40297
|
}
|
|
@@ -39854,24 +40650,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39854
40650
|
overflow: hidden;
|
|
39855
40651
|
background: var(--InputFormula-code-bgColor);
|
|
39856
40652
|
}
|
|
39857
|
-
.a-FormulaEditor .cm-field,
|
|
39858
|
-
.a-FormulaEditor .cm-func {
|
|
39859
|
-
border-radius: 3px;
|
|
39860
|
-
color: #fff;
|
|
39861
|
-
margin: 0 1px;
|
|
39862
|
-
padding: 0 2px;
|
|
39863
|
-
}
|
|
39864
|
-
.a-FormulaEditor .cm-field {
|
|
39865
|
-
padding: 2px 5px;
|
|
39866
|
-
}
|
|
39867
|
-
.a-FormulaEditor .cm-field {
|
|
39868
|
-
background: #007bff;
|
|
39869
|
-
}
|
|
39870
|
-
.a-FormulaEditor .cm-func {
|
|
39871
|
-
color: #ae4597;
|
|
39872
|
-
font-weight: bold;
|
|
39873
|
-
line-height: 14px;
|
|
39874
|
-
}
|
|
39875
40653
|
.a-FormulaPicker {
|
|
39876
40654
|
display: flex;
|
|
39877
40655
|
flex-flow: row nowrap;
|
|
@@ -39888,8 +40666,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39888
40666
|
}
|
|
39889
40667
|
.a-FormulaPicker-input {
|
|
39890
40668
|
flex: 1;
|
|
40669
|
+
min-width: 0;
|
|
39891
40670
|
margin-right: 0.625rem;
|
|
39892
|
-
padding-right: 0;
|
|
40671
|
+
padding-right: 0.25rem;
|
|
39893
40672
|
max-width: calc(100% - 2.625rem);
|
|
39894
40673
|
}
|
|
39895
40674
|
.a-FormulaPicker-action {
|
|
@@ -39935,7 +40714,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39935
40714
|
height: var(--Form-input-height);
|
|
39936
40715
|
}
|
|
39937
40716
|
.a-FormulaPicker.is-input-group.a-FormulaPicker--text {
|
|
39938
|
-
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
40717
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX) var(--Form-input-paddingY) 0.3125rem;
|
|
39939
40718
|
}
|
|
39940
40719
|
.a-FormulaPicker.is-input-group .a-FormulaPicker-input {
|
|
39941
40720
|
display: flex;
|
|
@@ -39952,13 +40731,27 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39952
40731
|
outline: none;
|
|
39953
40732
|
box-sizing: none;
|
|
39954
40733
|
}
|
|
39955
|
-
.a-FormulaPicker.is-input-group .a-FormulaPicker-input-
|
|
40734
|
+
.a-FormulaPicker.is-input-group .a-FormulaPicker-input-select, .a-FormulaPicker.is-input-group .a-FormulaPicker-input-number, .a-FormulaPicker.is-input-group .a-FormulaPicker-input-boolean, .a-FormulaPicker.is-input-group .a-FormulaPicker-input-date, .a-FormulaPicker.is-input-group .a-FormulaPicker-input-time, .a-FormulaPicker.is-input-group .a-FormulaPicker-input-datetime {
|
|
39956
40735
|
height: var(--InputFormula-input-schema-height);
|
|
39957
40736
|
padding-left: var(--Form-input-paddingX);
|
|
39958
40737
|
}
|
|
40738
|
+
.a-FormulaPicker.is-input-group .a-FormulaPicker-input-number {
|
|
40739
|
+
padding-left: 0;
|
|
40740
|
+
}
|
|
39959
40741
|
.a-FormulaPicker.is-input-group .a-FormulaPicker-input-number .a-Number-handler-wrap {
|
|
39960
40742
|
height: unset; /* 避免调节器超出Input框 */
|
|
39961
40743
|
}
|
|
40744
|
+
.a-FormulaPicker.is-input-group .a-FormulaPicker-input-custom {
|
|
40745
|
+
border: 0;
|
|
40746
|
+
flex: 1;
|
|
40747
|
+
min-width: 0;
|
|
40748
|
+
}
|
|
40749
|
+
.a-FormulaPicker.is-input-group .a-FormulaPicker-input-custom > div {
|
|
40750
|
+
border: 0;
|
|
40751
|
+
padding: 0 0 0 var(--Form-input-paddingX);
|
|
40752
|
+
align-items: center;
|
|
40753
|
+
height: var(--InputFormula-input-schema-height);
|
|
40754
|
+
}
|
|
39962
40755
|
.a-FormulaPicker.is-input-group .a-FormulaPicker-input-variable {
|
|
39963
40756
|
border: none;
|
|
39964
40757
|
min-height: unset;
|
|
@@ -39979,6 +40772,70 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39979
40772
|
cursor: pointer;
|
|
39980
40773
|
color: var(--colors-brand-5);
|
|
39981
40774
|
}
|
|
40775
|
+
.a-FormulaCodeEditor .cm-field,
|
|
40776
|
+
.a-FormulaCodeEditor .cm-func {
|
|
40777
|
+
border-radius: 3px;
|
|
40778
|
+
color: #fff;
|
|
40779
|
+
}
|
|
40780
|
+
.a-FormulaCodeEditor .cm-field {
|
|
40781
|
+
padding: 2px 5px;
|
|
40782
|
+
}
|
|
40783
|
+
.a-FormulaCodeEditor .cm-field {
|
|
40784
|
+
background: #28a745;
|
|
40785
|
+
}
|
|
40786
|
+
.a-FormulaCodeEditor .cm-func {
|
|
40787
|
+
color: #ae4597;
|
|
40788
|
+
font-weight: bold;
|
|
40789
|
+
line-height: 14px;
|
|
40790
|
+
}
|
|
40791
|
+
.a-FormulaCodeEditor .cm-expression {
|
|
40792
|
+
background-color: #007bff;
|
|
40793
|
+
border-radius: 4px;
|
|
40794
|
+
color: #fff;
|
|
40795
|
+
}
|
|
40796
|
+
.a-FormulaCodeEditor .cm-error-token {
|
|
40797
|
+
background-position: left bottom;
|
|
40798
|
+
background-repeat: repeat-x;
|
|
40799
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==);
|
|
40800
|
+
}
|
|
40801
|
+
.a-FormulaCodeEditor .CodeMirror-placeholder {
|
|
40802
|
+
color: var(--Form-input-placeholderColor) !important;
|
|
40803
|
+
}
|
|
40804
|
+
.a-FormulaCodeEditor .lint-error {
|
|
40805
|
+
color: var(--Form-input-onError-borderColor);
|
|
40806
|
+
}
|
|
40807
|
+
.a-FormulaCodeEditor--singleLine {
|
|
40808
|
+
max-width: 100%;
|
|
40809
|
+
line-height: 20px;
|
|
40810
|
+
}
|
|
40811
|
+
.a-FormulaCodeEditor--singleLine > .CodeMirror {
|
|
40812
|
+
height: 20px;
|
|
40813
|
+
}
|
|
40814
|
+
.a-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-hscrollbar,
|
|
40815
|
+
.a-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-vscrollbar {
|
|
40816
|
+
display: none !important;
|
|
40817
|
+
}
|
|
40818
|
+
.a-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-sizer {
|
|
40819
|
+
min-height: 20px !important;
|
|
40820
|
+
min-width: auto !important;
|
|
40821
|
+
border-right-width: 0 !important;
|
|
40822
|
+
}
|
|
40823
|
+
.a-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-scroll {
|
|
40824
|
+
height: 20px;
|
|
40825
|
+
margin: 0;
|
|
40826
|
+
padding: 0;
|
|
40827
|
+
overflow: hidden !important;
|
|
40828
|
+
}
|
|
40829
|
+
.a-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-sizer + div {
|
|
40830
|
+
height: 0 !important;
|
|
40831
|
+
}
|
|
40832
|
+
.a-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-lines {
|
|
40833
|
+
padding: 0;
|
|
40834
|
+
}
|
|
40835
|
+
.a-InputBox > .a-FormulaCodeEditor {
|
|
40836
|
+
flex: 1;
|
|
40837
|
+
min-width: 0;
|
|
40838
|
+
}
|
|
39982
40839
|
.a-Timeline-vertical {
|
|
39983
40840
|
display: flex;
|
|
39984
40841
|
flex-flow: column;
|
|
@@ -40701,6 +41558,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40701
41558
|
.a-Nav-Menu-item-icon-after svg {
|
|
40702
41559
|
float: left;
|
|
40703
41560
|
}
|
|
41561
|
+
.a-Nav-Menu-item-icon svg, .a-Nav-Menu-item-icon-after svg {
|
|
41562
|
+
top: 0;
|
|
41563
|
+
}
|
|
40704
41564
|
.a-Nav-Menu-item-icon-collapsed {
|
|
40705
41565
|
font-size: var(--Menu-fontSize--collapsed);
|
|
40706
41566
|
margin: 0 auto;
|
|
@@ -41328,6 +42188,140 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41328
42188
|
overflow: hidden;
|
|
41329
42189
|
white-space: nowrap;
|
|
41330
42190
|
}
|
|
42191
|
+
.a-PdfViewer {
|
|
42192
|
+
position: relative;
|
|
42193
|
+
width: 100%;
|
|
42194
|
+
min-width: 300px;
|
|
42195
|
+
height: 100%;
|
|
42196
|
+
display: flex;
|
|
42197
|
+
justify-content: center;
|
|
42198
|
+
padding: 50px 0;
|
|
42199
|
+
}
|
|
42200
|
+
.a-PdfViewer-Content {
|
|
42201
|
+
width: -moz-max-content;
|
|
42202
|
+
width: max-content;
|
|
42203
|
+
max-width: 100%;
|
|
42204
|
+
}
|
|
42205
|
+
.a-PdfViewer-Content.is-loaded {
|
|
42206
|
+
box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
|
|
42207
|
+
}
|
|
42208
|
+
.a-PdfViewer-Loading {
|
|
42209
|
+
width: 100%;
|
|
42210
|
+
text-align: center;
|
|
42211
|
+
}
|
|
42212
|
+
.a-PdfViewer-Tool {
|
|
42213
|
+
position: absolute;
|
|
42214
|
+
z-index: 10;
|
|
42215
|
+
padding: 5px 15px;
|
|
42216
|
+
bottom: 60px;
|
|
42217
|
+
background-color: #444444;
|
|
42218
|
+
border-radius: 10px;
|
|
42219
|
+
color: #fff;
|
|
42220
|
+
text-align: center;
|
|
42221
|
+
-webkit-user-select: none;
|
|
42222
|
+
-moz-user-select: none;
|
|
42223
|
+
user-select: none;
|
|
42224
|
+
}
|
|
42225
|
+
.a-PdfViewer-Tool .gap {
|
|
42226
|
+
margin: 0 4px;
|
|
42227
|
+
}
|
|
42228
|
+
.a-PdfViewer-Tool .icon {
|
|
42229
|
+
cursor: pointer;
|
|
42230
|
+
width: 20px;
|
|
42231
|
+
margin: 0 10px;
|
|
42232
|
+
}
|
|
42233
|
+
.a-PdfViewer-Tool .icon:hover {
|
|
42234
|
+
color: var(--colors-brand-5);
|
|
42235
|
+
}
|
|
42236
|
+
.a-PdfViewer-Tool .page-input {
|
|
42237
|
+
width: 40px;
|
|
42238
|
+
}
|
|
42239
|
+
.a-Signature {
|
|
42240
|
+
position: relative;
|
|
42241
|
+
width: 100%;
|
|
42242
|
+
height: 100%;
|
|
42243
|
+
display: flex;
|
|
42244
|
+
flex-direction: column;
|
|
42245
|
+
justify-content: space-between;
|
|
42246
|
+
}
|
|
42247
|
+
.a-Signature-canvas {
|
|
42248
|
+
border: 1px dashed #aaa;
|
|
42249
|
+
}
|
|
42250
|
+
.a-Signature-Tool {
|
|
42251
|
+
height: var(--signature-tool-height);
|
|
42252
|
+
margin-top: var(--signature-tool-margin-top);
|
|
42253
|
+
}
|
|
42254
|
+
.a-Signature-Tool .actions {
|
|
42255
|
+
display: flex;
|
|
42256
|
+
justify-content: space-between;
|
|
42257
|
+
}
|
|
42258
|
+
.a-Signature-Tool .actions .left-actions button {
|
|
42259
|
+
margin-right: 5px;
|
|
42260
|
+
}
|
|
42261
|
+
.a-Signature-Tool .actions .right-actions button {
|
|
42262
|
+
margin-left: 5px;
|
|
42263
|
+
}
|
|
42264
|
+
.a-Signature-placeholder {
|
|
42265
|
+
position: absolute;
|
|
42266
|
+
top: 0;
|
|
42267
|
+
left: 0;
|
|
42268
|
+
right: 0;
|
|
42269
|
+
bottom: var(--signature-tool-height);
|
|
42270
|
+
text-align: center;
|
|
42271
|
+
display: flex;
|
|
42272
|
+
flex-direction: column;
|
|
42273
|
+
justify-content: center;
|
|
42274
|
+
align-items: center;
|
|
42275
|
+
gap: var(--signature-placeholder-gap);
|
|
42276
|
+
color: var(--signature-placeholder-color);
|
|
42277
|
+
}
|
|
42278
|
+
.a-Signature-Embed {
|
|
42279
|
+
display: flex;
|
|
42280
|
+
gap: 10px;
|
|
42281
|
+
}
|
|
42282
|
+
.a-Signature-Embed-Preview {
|
|
42283
|
+
display: flex;
|
|
42284
|
+
align-items: center;
|
|
42285
|
+
gap: 4px;
|
|
42286
|
+
margin-left: 10px;
|
|
42287
|
+
height: 30px;
|
|
42288
|
+
margin: 1px;
|
|
42289
|
+
padding: 2px;
|
|
42290
|
+
border: 1px dashed #aaa;
|
|
42291
|
+
}
|
|
42292
|
+
.a-Signature-Embed-Preview .preview-close {
|
|
42293
|
+
cursor: pointer;
|
|
42294
|
+
font-size: 14px;
|
|
42295
|
+
color: #aaa;
|
|
42296
|
+
}
|
|
42297
|
+
.a-Signature-Embed-Preview .preview-close:hover {
|
|
42298
|
+
color: #000;
|
|
42299
|
+
}
|
|
42300
|
+
.a-Signature-Embed-Preview img {
|
|
42301
|
+
height: 24px;
|
|
42302
|
+
}
|
|
42303
|
+
.a-Signature-Embed-Body {
|
|
42304
|
+
height: 100%;
|
|
42305
|
+
display: flex;
|
|
42306
|
+
flex-direction: column;
|
|
42307
|
+
}
|
|
42308
|
+
.a-Signature.is-fullScreen, .a-Signature-Embed-Body.is-fullScreen {
|
|
42309
|
+
flex-direction: row-reverse;
|
|
42310
|
+
justify-content: space-between;
|
|
42311
|
+
align-items: stretch;
|
|
42312
|
+
}
|
|
42313
|
+
.a-Signature.is-fullScreen .a-Signature-Tool, .a-Signature-Embed-Body.is-fullScreen .a-Signature-Tool {
|
|
42314
|
+
width: calc(var(--signature-tool-height) - var(--signature-tool-margin-top));
|
|
42315
|
+
height: auto;
|
|
42316
|
+
margin-top: 0;
|
|
42317
|
+
display: flex;
|
|
42318
|
+
justify-content: center;
|
|
42319
|
+
align-items: center;
|
|
42320
|
+
}
|
|
42321
|
+
.a-Signature.is-fullScreen .a-Signature-Tool .actions, .a-Signature-Embed-Body.is-fullScreen .a-Signature-Tool .actions {
|
|
42322
|
+
white-space: nowrap;
|
|
42323
|
+
transform: rotate(90deg);
|
|
42324
|
+
}
|
|
41331
42325
|
@media print {
|
|
41332
42326
|
.pe-no-print {
|
|
41333
42327
|
display: none !important;
|