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/default.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);
|
|
@@ -5536,6 +5541,186 @@ div.CodeMirror-dragcursors {
|
|
|
5536
5541
|
span.CodeMirror-selectedtext {
|
|
5537
5542
|
background: none;
|
|
5538
5543
|
}
|
|
5544
|
+
/*
|
|
5545
|
+
|
|
5546
|
+
Name: Base16 Default Dark
|
|
5547
|
+
Author: Chris Kempson (http://chriskempson.com)
|
|
5548
|
+
|
|
5549
|
+
CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
|
|
5550
|
+
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
|
|
5551
|
+
|
|
5552
|
+
*/
|
|
5553
|
+
.cm-s-base16-dark.CodeMirror {
|
|
5554
|
+
background: #151515;
|
|
5555
|
+
color: #e0e0e0;
|
|
5556
|
+
}
|
|
5557
|
+
.cm-s-base16-dark div.CodeMirror-selected {
|
|
5558
|
+
background: #303030;
|
|
5559
|
+
}
|
|
5560
|
+
.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 {
|
|
5561
|
+
background: rgba(48, 48, 48, 0.99);
|
|
5562
|
+
}
|
|
5563
|
+
.cm-s-base16-dark .CodeMirror-line::selection, .cm-s-base16-dark .CodeMirror-line > span::selection, .cm-s-base16-dark .CodeMirror-line > span > span::selection {
|
|
5564
|
+
background: rgba(48, 48, 48, 0.99);
|
|
5565
|
+
}
|
|
5566
|
+
.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 {
|
|
5567
|
+
background: rgba(48, 48, 48, 0.99);
|
|
5568
|
+
}
|
|
5569
|
+
.cm-s-base16-dark .CodeMirror-gutters {
|
|
5570
|
+
background: #151515;
|
|
5571
|
+
border-right: 0px;
|
|
5572
|
+
}
|
|
5573
|
+
.cm-s-base16-dark .CodeMirror-guttermarker {
|
|
5574
|
+
color: #ac4142;
|
|
5575
|
+
}
|
|
5576
|
+
.cm-s-base16-dark .CodeMirror-guttermarker-subtle {
|
|
5577
|
+
color: #505050;
|
|
5578
|
+
}
|
|
5579
|
+
.cm-s-base16-dark .CodeMirror-linenumber {
|
|
5580
|
+
color: #505050;
|
|
5581
|
+
}
|
|
5582
|
+
.cm-s-base16-dark .CodeMirror-cursor {
|
|
5583
|
+
border-left: 1px solid #b0b0b0;
|
|
5584
|
+
}
|
|
5585
|
+
.cm-s-base16-dark.cm-fat-cursor .CodeMirror-cursor {
|
|
5586
|
+
background-color: rgba(142, 141, 136, 0.4588235294) !important;
|
|
5587
|
+
}
|
|
5588
|
+
.cm-s-base16-dark .cm-animate-fat-cursor {
|
|
5589
|
+
background-color: rgba(142, 141, 136, 0.4588235294) !important;
|
|
5590
|
+
}
|
|
5591
|
+
.cm-s-base16-dark span.cm-comment {
|
|
5592
|
+
color: #8f5536;
|
|
5593
|
+
}
|
|
5594
|
+
.cm-s-base16-dark span.cm-atom {
|
|
5595
|
+
color: #aa759f;
|
|
5596
|
+
}
|
|
5597
|
+
.cm-s-base16-dark span.cm-number {
|
|
5598
|
+
color: #aa759f;
|
|
5599
|
+
}
|
|
5600
|
+
.cm-s-base16-dark span.cm-property, .cm-s-base16-dark span.cm-attribute {
|
|
5601
|
+
color: #90a959;
|
|
5602
|
+
}
|
|
5603
|
+
.cm-s-base16-dark span.cm-keyword {
|
|
5604
|
+
color: #ac4142;
|
|
5605
|
+
}
|
|
5606
|
+
.cm-s-base16-dark span.cm-string {
|
|
5607
|
+
color: #f4bf75;
|
|
5608
|
+
}
|
|
5609
|
+
.cm-s-base16-dark span.cm-variable {
|
|
5610
|
+
color: #90a959;
|
|
5611
|
+
}
|
|
5612
|
+
.cm-s-base16-dark span.cm-variable-2 {
|
|
5613
|
+
color: #6a9fb5;
|
|
5614
|
+
}
|
|
5615
|
+
.cm-s-base16-dark span.cm-def {
|
|
5616
|
+
color: #d28445;
|
|
5617
|
+
}
|
|
5618
|
+
.cm-s-base16-dark span.cm-bracket {
|
|
5619
|
+
color: #e0e0e0;
|
|
5620
|
+
}
|
|
5621
|
+
.cm-s-base16-dark span.cm-tag {
|
|
5622
|
+
color: #ac4142;
|
|
5623
|
+
}
|
|
5624
|
+
.cm-s-base16-dark span.cm-link {
|
|
5625
|
+
color: #aa759f;
|
|
5626
|
+
}
|
|
5627
|
+
.cm-s-base16-dark span.cm-error {
|
|
5628
|
+
background: #ac4142;
|
|
5629
|
+
color: #b0b0b0;
|
|
5630
|
+
}
|
|
5631
|
+
.cm-s-base16-dark .CodeMirror-activeline-background {
|
|
5632
|
+
background: #202020;
|
|
5633
|
+
}
|
|
5634
|
+
.cm-s-base16-dark .CodeMirror-matchingbracket {
|
|
5635
|
+
text-decoration: underline;
|
|
5636
|
+
color: white !important;
|
|
5637
|
+
}
|
|
5638
|
+
/**
|
|
5639
|
+
Name: IDEA default theme
|
|
5640
|
+
From IntelliJ IDEA by JetBrains
|
|
5641
|
+
*/
|
|
5642
|
+
.cm-s-idea span.cm-meta {
|
|
5643
|
+
color: #808000;
|
|
5644
|
+
}
|
|
5645
|
+
.cm-s-idea span.cm-number {
|
|
5646
|
+
color: #0000FF;
|
|
5647
|
+
}
|
|
5648
|
+
.cm-s-idea span.cm-keyword {
|
|
5649
|
+
line-height: 1em;
|
|
5650
|
+
font-weight: bold;
|
|
5651
|
+
color: #000080;
|
|
5652
|
+
}
|
|
5653
|
+
.cm-s-idea span.cm-atom {
|
|
5654
|
+
font-weight: bold;
|
|
5655
|
+
color: #000080;
|
|
5656
|
+
}
|
|
5657
|
+
.cm-s-idea span.cm-def {
|
|
5658
|
+
color: #000000;
|
|
5659
|
+
}
|
|
5660
|
+
.cm-s-idea span.cm-variable {
|
|
5661
|
+
color: black;
|
|
5662
|
+
}
|
|
5663
|
+
.cm-s-idea span.cm-variable-2 {
|
|
5664
|
+
color: black;
|
|
5665
|
+
}
|
|
5666
|
+
.cm-s-idea span.cm-variable-3, .cm-s-idea span.cm-type {
|
|
5667
|
+
color: black;
|
|
5668
|
+
}
|
|
5669
|
+
.cm-s-idea span.cm-property {
|
|
5670
|
+
color: black;
|
|
5671
|
+
}
|
|
5672
|
+
.cm-s-idea span.cm-operator {
|
|
5673
|
+
color: black;
|
|
5674
|
+
}
|
|
5675
|
+
.cm-s-idea span.cm-comment {
|
|
5676
|
+
color: #808080;
|
|
5677
|
+
}
|
|
5678
|
+
.cm-s-idea span.cm-string {
|
|
5679
|
+
color: #008000;
|
|
5680
|
+
}
|
|
5681
|
+
.cm-s-idea span.cm-string-2 {
|
|
5682
|
+
color: #008000;
|
|
5683
|
+
}
|
|
5684
|
+
.cm-s-idea span.cm-qualifier {
|
|
5685
|
+
color: #555;
|
|
5686
|
+
}
|
|
5687
|
+
.cm-s-idea span.cm-error {
|
|
5688
|
+
color: #FF0000;
|
|
5689
|
+
}
|
|
5690
|
+
.cm-s-idea span.cm-attribute {
|
|
5691
|
+
color: #0000FF;
|
|
5692
|
+
}
|
|
5693
|
+
.cm-s-idea span.cm-tag {
|
|
5694
|
+
color: #000080;
|
|
5695
|
+
}
|
|
5696
|
+
.cm-s-idea span.cm-link {
|
|
5697
|
+
color: #0000FF;
|
|
5698
|
+
}
|
|
5699
|
+
.cm-s-idea .CodeMirror-activeline-background {
|
|
5700
|
+
background: #FFFAE3;
|
|
5701
|
+
}
|
|
5702
|
+
.cm-s-idea span.cm-builtin {
|
|
5703
|
+
color: #30a;
|
|
5704
|
+
}
|
|
5705
|
+
.cm-s-idea span.cm-bracket {
|
|
5706
|
+
color: #cc7;
|
|
5707
|
+
}
|
|
5708
|
+
.cm-s-idea {
|
|
5709
|
+
font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
|
|
5710
|
+
}
|
|
5711
|
+
.cm-s-idea .CodeMirror-matchingbracket {
|
|
5712
|
+
outline: 1px solid grey;
|
|
5713
|
+
color: black !important;
|
|
5714
|
+
}
|
|
5715
|
+
.CodeMirror-hints.idea {
|
|
5716
|
+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
|
5717
|
+
color: #616569;
|
|
5718
|
+
background-color: #ebf3fd !important;
|
|
5719
|
+
}
|
|
5720
|
+
.CodeMirror-hints.idea .CodeMirror-hint-active {
|
|
5721
|
+
background-color: #a2b8c9 !important;
|
|
5722
|
+
color: #5c6065 !important;
|
|
5723
|
+
}
|
|
5539
5724
|
/*!
|
|
5540
5725
|
* froala_editor v3.1.0 (https://www.froala.com/wysiwyg-editor)
|
|
5541
5726
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
@@ -14265,6 +14450,437 @@ body.video-react-full-window .video-react-fullscreen {
|
|
|
14265
14450
|
.cropper-disabled .cropper-point {
|
|
14266
14451
|
cursor: not-allowed;
|
|
14267
14452
|
}
|
|
14453
|
+
/* 默认 CSS 样式,目前主要是 Excel 使用 */
|
|
14454
|
+
.ov-excel {
|
|
14455
|
+
/* 从 office 365 中复制的默认字体 */
|
|
14456
|
+
font-family: "Aptos Narrow", "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
|
|
14457
|
+
display: flex;
|
|
14458
|
+
flex-direction: column;
|
|
14459
|
+
--bar-bg-color: #f5f5f5;
|
|
14460
|
+
--bar-input-bg-color: #ffffff;
|
|
14461
|
+
--active-sheet-color: #217346;
|
|
14462
|
+
}
|
|
14463
|
+
.excel-button {
|
|
14464
|
+
height: 32px;
|
|
14465
|
+
color: rgb(255, 255, 255);
|
|
14466
|
+
padding: 0px 11px;
|
|
14467
|
+
box-sizing: border-box;
|
|
14468
|
+
border: 1px solid transparent;
|
|
14469
|
+
display: inline-block;
|
|
14470
|
+
text-decoration: none;
|
|
14471
|
+
text-align: center;
|
|
14472
|
+
cursor: pointer;
|
|
14473
|
+
vertical-align: top;
|
|
14474
|
+
border-radius: 2px;
|
|
14475
|
+
font-size: 14px;
|
|
14476
|
+
font-weight: 600;
|
|
14477
|
+
position: relative;
|
|
14478
|
+
margin-right: 4px;
|
|
14479
|
+
width: 64px;
|
|
14480
|
+
}
|
|
14481
|
+
.excel-button-primary {
|
|
14482
|
+
background-color: rgb(0, 120, 212);
|
|
14483
|
+
}
|
|
14484
|
+
/* Excel 工具栏,目前没编辑功能所以还没实现 */
|
|
14485
|
+
.ov-excel-toolbar {
|
|
14486
|
+
height: 30px;
|
|
14487
|
+
line-height: 30px;
|
|
14488
|
+
}
|
|
14489
|
+
.excel-checkbox-list-wrapper .excel-checkbox-list {
|
|
14490
|
+
margin-top: 4px;
|
|
14491
|
+
}
|
|
14492
|
+
.excel-checkbox-container label {
|
|
14493
|
+
cursor: pointer;
|
|
14494
|
+
padding: 4px 0;
|
|
14495
|
+
display: block;
|
|
14496
|
+
}
|
|
14497
|
+
.excel-checkbox-container label:hover {
|
|
14498
|
+
background-color: #f6f6f6;
|
|
14499
|
+
}
|
|
14500
|
+
.excel-checkbox-container input {
|
|
14501
|
+
vertical-align: middle;
|
|
14502
|
+
}
|
|
14503
|
+
.excel-checkbox-container span {
|
|
14504
|
+
vertical-align: middle;
|
|
14505
|
+
}
|
|
14506
|
+
.excel-divider {
|
|
14507
|
+
display: block;
|
|
14508
|
+
height: 1px;
|
|
14509
|
+
background-color: rgb(225, 223, 221);
|
|
14510
|
+
margin: 2px 12px 2px;
|
|
14511
|
+
color: rgb(200, 198, 196);
|
|
14512
|
+
border-radius: 0.5px;
|
|
14513
|
+
}
|
|
14514
|
+
.excel-input {
|
|
14515
|
+
display: inline-block;
|
|
14516
|
+
box-sizing: border-box;
|
|
14517
|
+
width: 100%;
|
|
14518
|
+
border-radius: 4px;
|
|
14519
|
+
padding: 4px 12px;
|
|
14520
|
+
border: 1px solid rgb(209, 209, 209);
|
|
14521
|
+
}
|
|
14522
|
+
.excel-input-border-less {
|
|
14523
|
+
display: block;
|
|
14524
|
+
border: none;
|
|
14525
|
+
width: 100%;
|
|
14526
|
+
height: 100%;
|
|
14527
|
+
padding: 0 2px;
|
|
14528
|
+
}
|
|
14529
|
+
.excel-input-border-less:focus {
|
|
14530
|
+
outline: none;
|
|
14531
|
+
}
|
|
14532
|
+
.excel-select {
|
|
14533
|
+
border-color: rgb(209, 209, 209);
|
|
14534
|
+
border-radius: 4px;
|
|
14535
|
+
}
|
|
14536
|
+
/* Excel 公式栏 */
|
|
14537
|
+
.ov-excel-formula-bar {
|
|
14538
|
+
height: 34px;
|
|
14539
|
+
display: flex;
|
|
14540
|
+
flex-direction: row;
|
|
14541
|
+
background-color: var(--bar-bg-color);
|
|
14542
|
+
}
|
|
14543
|
+
.ov-excel-formula-bar__name-box {
|
|
14544
|
+
text-align: center;
|
|
14545
|
+
width: 64px;
|
|
14546
|
+
margin: 4px 0 4px 4px;
|
|
14547
|
+
padding: 0 4px;
|
|
14548
|
+
line-height: 26px;
|
|
14549
|
+
border: 1px solid #e1dfdd;
|
|
14550
|
+
background-color: var(--bar-input-bg-color);
|
|
14551
|
+
}
|
|
14552
|
+
/* fx 按钮 */
|
|
14553
|
+
.ov-excel-formula-bar__function-button {
|
|
14554
|
+
width: 30px;
|
|
14555
|
+
}
|
|
14556
|
+
/* fx 按钮右边的输入框 */
|
|
14557
|
+
.ov-excel-formula-bar__text-box {
|
|
14558
|
+
margin: 4px;
|
|
14559
|
+
line-height: 26px;
|
|
14560
|
+
border: 1px solid #e1dfdd;
|
|
14561
|
+
flex: 1;
|
|
14562
|
+
padding: 0 4px;
|
|
14563
|
+
background-color: var(--bar-input-bg-color);
|
|
14564
|
+
}
|
|
14565
|
+
/* Excel sheet 标签页 */
|
|
14566
|
+
.ov-excel-sheet-tab-bar {
|
|
14567
|
+
height: 32px;
|
|
14568
|
+
line-height: 32px;
|
|
14569
|
+
display: flex;
|
|
14570
|
+
flex-direction: row;
|
|
14571
|
+
background-color: var(--bar-bg-color);
|
|
14572
|
+
}
|
|
14573
|
+
.ov-excel-sheet-tab-bar__nav {
|
|
14574
|
+
display: flex;
|
|
14575
|
+
}
|
|
14576
|
+
.ov-excel-sheet-tab-bar__nav-icon {
|
|
14577
|
+
height: 16px;
|
|
14578
|
+
padding: 4px 4px;
|
|
14579
|
+
}
|
|
14580
|
+
.ov-excel-sheet-tab-bar__nav-icon svg {
|
|
14581
|
+
height: 16px;
|
|
14582
|
+
width: 16px;
|
|
14583
|
+
}
|
|
14584
|
+
.ov-excel-sheet-tab-bar__nav-icon svg path {
|
|
14585
|
+
fill: #b1b1b1;
|
|
14586
|
+
}
|
|
14587
|
+
.ov-excel-sheet-tab-bar__nav-icon--enabled {
|
|
14588
|
+
cursor: pointer;
|
|
14589
|
+
}
|
|
14590
|
+
.ov-excel-sheet-tab-bar__nav-icon--enabled svg path {
|
|
14591
|
+
fill: #000000;
|
|
14592
|
+
}
|
|
14593
|
+
.ov-excel-sheet-tab-bar__menu {
|
|
14594
|
+
position: relative;
|
|
14595
|
+
}
|
|
14596
|
+
.ov-excel-sheet-tab-bar__menu-icon {
|
|
14597
|
+
cursor: pointer;
|
|
14598
|
+
height: 16px;
|
|
14599
|
+
padding: 4px 8px;
|
|
14600
|
+
}
|
|
14601
|
+
.ov-excel-sheet-tab-bar__menu-icon svg {
|
|
14602
|
+
height: 16px;
|
|
14603
|
+
width: 16px;
|
|
14604
|
+
}
|
|
14605
|
+
.ov-excel-sheet-tab-bar__menu-list {
|
|
14606
|
+
background-color: #fff;
|
|
14607
|
+
border-radius: 4px;
|
|
14608
|
+
border: 1px solid rgb(199, 199, 199);
|
|
14609
|
+
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;
|
|
14610
|
+
display: none;
|
|
14611
|
+
position: absolute;
|
|
14612
|
+
bottom: 32px;
|
|
14613
|
+
left: 0;
|
|
14614
|
+
max-height: 400px;
|
|
14615
|
+
overflow-x: hidden;
|
|
14616
|
+
overflow-y: auto;
|
|
14617
|
+
z-index: 15;
|
|
14618
|
+
-webkit-user-select: none;
|
|
14619
|
+
-moz-user-select: none;
|
|
14620
|
+
user-select: none;
|
|
14621
|
+
}
|
|
14622
|
+
.ov-excel-sheet-tab-bar__menu-list-item {
|
|
14623
|
+
padding: 4px 8px;
|
|
14624
|
+
cursor: pointer;
|
|
14625
|
+
white-space: nowrap;
|
|
14626
|
+
}
|
|
14627
|
+
.ov-excel-sheet-tab-bar__menu-list-item:hover {
|
|
14628
|
+
background-color: #e1dfdd;
|
|
14629
|
+
}
|
|
14630
|
+
.ov-excel-sheet-tab-bar__menu-list-item--active {
|
|
14631
|
+
background-color: #e1dfdd;
|
|
14632
|
+
}
|
|
14633
|
+
.ov-excel-sheet-tab-bar__list-container {
|
|
14634
|
+
position: relative;
|
|
14635
|
+
overflow: hidden;
|
|
14636
|
+
flex: 1 1 0;
|
|
14637
|
+
-webkit-user-select: none;
|
|
14638
|
+
-moz-user-select: none;
|
|
14639
|
+
user-select: none;
|
|
14640
|
+
}
|
|
14641
|
+
.ov-excel-sheet-tab-bar__list-container--enable-left-nav::before {
|
|
14642
|
+
content: "";
|
|
14643
|
+
position: absolute;
|
|
14644
|
+
top: 0;
|
|
14645
|
+
bottom: 0;
|
|
14646
|
+
left: 0;
|
|
14647
|
+
width: 30px;
|
|
14648
|
+
background-image: linear-gradient(to right, #dcdcdc, rgba(220, 220, 220, 0.1));
|
|
14649
|
+
}
|
|
14650
|
+
.ov-excel-sheet-tab-bar__list-container--enable-right-nav::after {
|
|
14651
|
+
content: "";
|
|
14652
|
+
position: absolute;
|
|
14653
|
+
top: 0;
|
|
14654
|
+
bottom: 0;
|
|
14655
|
+
right: 0;
|
|
14656
|
+
width: 30px;
|
|
14657
|
+
background-image: linear-gradient(to left, #dcdcdc, rgba(220, 220, 220, 0.1));
|
|
14658
|
+
}
|
|
14659
|
+
.ov-excel-sheet-tab-bar__list {
|
|
14660
|
+
width: 0;
|
|
14661
|
+
display: flex;
|
|
14662
|
+
flex-direction: row;
|
|
14663
|
+
}
|
|
14664
|
+
.ov-excel-sheet-tab-bar__list-tab {
|
|
14665
|
+
display: inline-block;
|
|
14666
|
+
position: relative;
|
|
14667
|
+
padding: 0 8px;
|
|
14668
|
+
font-size: 14px;
|
|
14669
|
+
margin: 4px 4px;
|
|
14670
|
+
border-radius: 4px;
|
|
14671
|
+
line-height: 24px;
|
|
14672
|
+
white-space: nowrap;
|
|
14673
|
+
}
|
|
14674
|
+
.ov-excel-sheet-tab-bar__list-tab:hover {
|
|
14675
|
+
cursor: pointer;
|
|
14676
|
+
background-color: #e1dfdd;
|
|
14677
|
+
}
|
|
14678
|
+
.ov-excel-sheet-tab-bar__list-tab--active {
|
|
14679
|
+
cursor: default;
|
|
14680
|
+
}
|
|
14681
|
+
.ov-excel-sheet-tab-bar__list-tab--active::before {
|
|
14682
|
+
content: "";
|
|
14683
|
+
position: absolute;
|
|
14684
|
+
display: inline-block;
|
|
14685
|
+
top: 0;
|
|
14686
|
+
bottom: -4px;
|
|
14687
|
+
left: 0;
|
|
14688
|
+
right: 0;
|
|
14689
|
+
color: transparent;
|
|
14690
|
+
border-bottom: 3px solid var(--active-sheet-color);
|
|
14691
|
+
padding-bottom: 5px;
|
|
14692
|
+
width: calc(100% - 18px);
|
|
14693
|
+
margin: auto;
|
|
14694
|
+
transition: width 0.4s cubic-bezier(0.17, 0.17, 0, 1) 0s;
|
|
14695
|
+
}
|
|
14696
|
+
.ov-excel-sheet-tab-bar__status {
|
|
14697
|
+
margin-left: 12px;
|
|
14698
|
+
margin-right: 12px;
|
|
14699
|
+
}
|
|
14700
|
+
.ov-excel-sheet-tab-bar__status-text {
|
|
14701
|
+
margin-right: 16px;
|
|
14702
|
+
}
|
|
14703
|
+
.ov-excel-sheet-tab-bar__zoom-level {
|
|
14704
|
+
display: flex;
|
|
14705
|
+
flex-direction: row;
|
|
14706
|
+
padding: 0 8px;
|
|
14707
|
+
}
|
|
14708
|
+
.ov-excel-sheet-tab-bar__zoom-value {
|
|
14709
|
+
margin: 0 8px;
|
|
14710
|
+
}
|
|
14711
|
+
.ov-excel-sheet-tab-bar__zoom-in,
|
|
14712
|
+
.ov-excel-sheet-tab-bar__zoom-out {
|
|
14713
|
+
cursor: pointer;
|
|
14714
|
+
}
|
|
14715
|
+
/* Excel 内容区域,这个包含表头 */
|
|
14716
|
+
.ov-excel-content {
|
|
14717
|
+
flex: 1;
|
|
14718
|
+
position: relative;
|
|
14719
|
+
overflow: hidden;
|
|
14720
|
+
z-index: 1;
|
|
14721
|
+
}
|
|
14722
|
+
/** Excel 数据区域,不包含表头,目前这个区域主要是给 drawing 用 */
|
|
14723
|
+
.ov-excel-data {
|
|
14724
|
+
position: absolute;
|
|
14725
|
+
right: 0;
|
|
14726
|
+
bottom: 0;
|
|
14727
|
+
overflow: hidden;
|
|
14728
|
+
-webkit-user-select: none;
|
|
14729
|
+
-moz-user-select: none;
|
|
14730
|
+
user-select: none;
|
|
14731
|
+
z-index: 2;
|
|
14732
|
+
}
|
|
14733
|
+
.ov-excel-canvas {
|
|
14734
|
+
position: absolute;
|
|
14735
|
+
left: 0;
|
|
14736
|
+
top: 0;
|
|
14737
|
+
}
|
|
14738
|
+
.ov-excel-scrollbar-y {
|
|
14739
|
+
position: absolute;
|
|
14740
|
+
top: 0;
|
|
14741
|
+
right: 0;
|
|
14742
|
+
bottom: 0;
|
|
14743
|
+
z-index: 3;
|
|
14744
|
+
}
|
|
14745
|
+
.ov-excel-scrollbar-x {
|
|
14746
|
+
position: absolute;
|
|
14747
|
+
left: 0;
|
|
14748
|
+
right: 0;
|
|
14749
|
+
bottom: 0;
|
|
14750
|
+
z-index: 3;
|
|
14751
|
+
}
|
|
14752
|
+
.ov-excel-scrollbar-content-x {
|
|
14753
|
+
overflow-x: auto;
|
|
14754
|
+
overflow-y: hidden;
|
|
14755
|
+
}
|
|
14756
|
+
.ov-excel-scrollbar-content-y {
|
|
14757
|
+
overflow-x: hidden;
|
|
14758
|
+
}
|
|
14759
|
+
/** 缩放的控制界面 */
|
|
14760
|
+
.ov-excel-resize-box {
|
|
14761
|
+
position: absolute;
|
|
14762
|
+
border: 1px solid #4af;
|
|
14763
|
+
z-index: 3;
|
|
14764
|
+
}
|
|
14765
|
+
.ov-excel-resize-box-control {
|
|
14766
|
+
position: absolute;
|
|
14767
|
+
width: 14px;
|
|
14768
|
+
height: 14px;
|
|
14769
|
+
border-radius: 50%;
|
|
14770
|
+
border: 2px solid #fff;
|
|
14771
|
+
box-sizing: border-box;
|
|
14772
|
+
background: #4af;
|
|
14773
|
+
border: 2px solid #fff;
|
|
14774
|
+
z-index: 5;
|
|
14775
|
+
}
|
|
14776
|
+
.ov-excel-auto-filter-icon-container {
|
|
14777
|
+
position: absolute;
|
|
14778
|
+
}
|
|
14779
|
+
.ov-excel-auto-filter-icon {
|
|
14780
|
+
cursor: pointer;
|
|
14781
|
+
position: absolute;
|
|
14782
|
+
right: 2px;
|
|
14783
|
+
top: 2px;
|
|
14784
|
+
bottom: 2px;
|
|
14785
|
+
z-index: 3;
|
|
14786
|
+
}
|
|
14787
|
+
.ov-excel-auto-filter-icon svg {
|
|
14788
|
+
width: 100%;
|
|
14789
|
+
height: 100%;
|
|
14790
|
+
}
|
|
14791
|
+
.ov-excel-auto-filter-menu {
|
|
14792
|
+
position: absolute;
|
|
14793
|
+
display: none;
|
|
14794
|
+
flex-direction: column;
|
|
14795
|
+
right: -240px;
|
|
14796
|
+
width: 240px;
|
|
14797
|
+
height: 440px;
|
|
14798
|
+
border-radius: 4px;
|
|
14799
|
+
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;
|
|
14800
|
+
z-index: 4;
|
|
14801
|
+
background-color: white;
|
|
14802
|
+
}
|
|
14803
|
+
.excel-auto-filter__menu-sort {
|
|
14804
|
+
display: flex;
|
|
14805
|
+
flex-direction: row;
|
|
14806
|
+
-moz-column-gap: 4px;
|
|
14807
|
+
column-gap: 4px;
|
|
14808
|
+
padding: 8px;
|
|
14809
|
+
}
|
|
14810
|
+
.ov-excel-auto-filter__sort-button {
|
|
14811
|
+
cursor: pointer;
|
|
14812
|
+
flex: 1;
|
|
14813
|
+
display: flex;
|
|
14814
|
+
flex-direction: row;
|
|
14815
|
+
line-height: 24px;
|
|
14816
|
+
height: 24px;
|
|
14817
|
+
padding: 2px;
|
|
14818
|
+
}
|
|
14819
|
+
.ov-excel-auto-filter__sort-button-text {
|
|
14820
|
+
flex: 1;
|
|
14821
|
+
}
|
|
14822
|
+
.ov-excel-auto-filter__sort-button-icon {
|
|
14823
|
+
height: 24px;
|
|
14824
|
+
width: 24px;
|
|
14825
|
+
}
|
|
14826
|
+
.ov-excel-auto-filter__sort-button-icon svg {
|
|
14827
|
+
height: 100%;
|
|
14828
|
+
width: 100%;
|
|
14829
|
+
}
|
|
14830
|
+
.ov-excel-auto-filter__sort-button:hover {
|
|
14831
|
+
background-color: #f5f5f5;
|
|
14832
|
+
}
|
|
14833
|
+
.ov-excel-auto-filter__sort-button-active {
|
|
14834
|
+
background-color: #f5f5f5;
|
|
14835
|
+
}
|
|
14836
|
+
.ov-excel-auto-filter__menu-filter-filters {
|
|
14837
|
+
flex-grow: 1;
|
|
14838
|
+
display: flex;
|
|
14839
|
+
flex-direction: column;
|
|
14840
|
+
min-height: 0;
|
|
14841
|
+
}
|
|
14842
|
+
.ov-excel-auto-filter__menu-filter-filters .excel-checkbox-list-wrapper {
|
|
14843
|
+
display: flex;
|
|
14844
|
+
flex-grow: 1;
|
|
14845
|
+
flex-direction: column;
|
|
14846
|
+
padding: 8px;
|
|
14847
|
+
min-height: 0;
|
|
14848
|
+
}
|
|
14849
|
+
.ov-excel-auto-filter__menu-filter-filters .excel-checkbox-list {
|
|
14850
|
+
flex-grow: 1;
|
|
14851
|
+
overflow-y: auto;
|
|
14852
|
+
overflow-x: hidden;
|
|
14853
|
+
}
|
|
14854
|
+
.ov-excel-auto-filter-menu__custom-filters {
|
|
14855
|
+
display: flex;
|
|
14856
|
+
flex-direction: column;
|
|
14857
|
+
padding: 8px;
|
|
14858
|
+
}
|
|
14859
|
+
/** 单个规则 */
|
|
14860
|
+
.ov-excel-auto-filter-menu__custom-filters-item-input {
|
|
14861
|
+
display: flex;
|
|
14862
|
+
flex-direction: row;
|
|
14863
|
+
margin-bottom: 4px;
|
|
14864
|
+
}
|
|
14865
|
+
.ov-excel-auto-filter-menu__custom-filters-item-input > select {
|
|
14866
|
+
margin-right: 4px;
|
|
14867
|
+
}
|
|
14868
|
+
.ov-excel-auto-filter-menu__custom-filters .excel-radio-wrapper {
|
|
14869
|
+
margin: 4px 0;
|
|
14870
|
+
text-align: center;
|
|
14871
|
+
}
|
|
14872
|
+
.excel-cell-editor {
|
|
14873
|
+
position: absolute;
|
|
14874
|
+
}
|
|
14875
|
+
.excel-chart {
|
|
14876
|
+
position: absolute;
|
|
14877
|
+
z-index: 10;
|
|
14878
|
+
}
|
|
14879
|
+
.excel-pic {
|
|
14880
|
+
position: absolute;
|
|
14881
|
+
z-index: 10;
|
|
14882
|
+
overflow: hidden;
|
|
14883
|
+
}
|
|
14268
14884
|
/*!
|
|
14269
14885
|
* https://github.com/arqex/react-datetime
|
|
14270
14886
|
*/
|
|
@@ -19403,10 +20019,16 @@ input[type=button].cxd-Button--block {
|
|
|
19403
20019
|
padding: var(--Tabs-linkPadding);
|
|
19404
20020
|
text-decoration: none;
|
|
19405
20021
|
cursor: pointer;
|
|
19406
|
-
display:
|
|
20022
|
+
display: flex;
|
|
20023
|
+
align-items: center;
|
|
20024
|
+
max-width: 100%;
|
|
20025
|
+
overflow: hidden;
|
|
20026
|
+
}
|
|
20027
|
+
.cxd-Tabs-links > .cxd-Tabs-link > a:first-child .cxd-Tabs-link-text {
|
|
19407
20028
|
text-overflow: ellipsis;
|
|
19408
20029
|
overflow: hidden;
|
|
19409
20030
|
white-space: nowrap;
|
|
20031
|
+
width: 100%;
|
|
19410
20032
|
}
|
|
19411
20033
|
.cxd-Tabs-links > .cxd-Tabs-link > a:first-child > .cxd-Icon {
|
|
19412
20034
|
margin-right: var(--Tabs-icon-gap);
|
|
@@ -21862,6 +22484,7 @@ input[type=button].cxd-Button--block {
|
|
|
21862
22484
|
.cxd-Collapse {
|
|
21863
22485
|
border: none;
|
|
21864
22486
|
position: relative;
|
|
22487
|
+
margin-bottom: var(--Collapse-mobile-marginBottom);
|
|
21865
22488
|
}
|
|
21866
22489
|
.cxd-Collapse::before {
|
|
21867
22490
|
position: absolute;
|
|
@@ -22019,6 +22642,7 @@ input[type=button].cxd-Button--block {
|
|
|
22019
22642
|
}
|
|
22020
22643
|
.cxd-CBGroup-body-wrapper {
|
|
22021
22644
|
flex: 1;
|
|
22645
|
+
min-width: 0;
|
|
22022
22646
|
}
|
|
22023
22647
|
.cxd-CBGroup-body-collapse {
|
|
22024
22648
|
text-align: center;
|
|
@@ -22040,6 +22664,7 @@ input[type=button].cxd-Button--block {
|
|
|
22040
22664
|
}
|
|
22041
22665
|
.cxd-CBGroup-body-wrapper {
|
|
22042
22666
|
flex: 1;
|
|
22667
|
+
min-width: 0;
|
|
22043
22668
|
}
|
|
22044
22669
|
.cxd-CBGroup-toolbar {
|
|
22045
22670
|
display: flex;
|
|
@@ -22179,6 +22804,8 @@ input[type=button].cxd-Button--block {
|
|
|
22179
22804
|
display: flex;
|
|
22180
22805
|
flex-direction: row;
|
|
22181
22806
|
align-items: center;
|
|
22807
|
+
flex: 1;
|
|
22808
|
+
min-width: 0;
|
|
22182
22809
|
}
|
|
22183
22810
|
.cxd-CBGroupOrItem-body-item > .cxd-CBGroupOrItem-dragbar {
|
|
22184
22811
|
left: 0.625rem;
|
|
@@ -22253,11 +22880,22 @@ input[type=button].cxd-Button--block {
|
|
|
22253
22880
|
.cxd-CBFunc-args > div {
|
|
22254
22881
|
display: inline-block;
|
|
22255
22882
|
}
|
|
22883
|
+
.cxd-CBItem {
|
|
22884
|
+
display: flex;
|
|
22885
|
+
flex: 1;
|
|
22886
|
+
min-width: 0;
|
|
22887
|
+
flex-wrap: wrap;
|
|
22888
|
+
}
|
|
22889
|
+
.cxd-CBItem > * {
|
|
22890
|
+
flex-shrink: 0;
|
|
22891
|
+
}
|
|
22256
22892
|
.cxd-CBValue {
|
|
22257
22893
|
position: relative;
|
|
22258
22894
|
display: inline-block;
|
|
22259
22895
|
vertical-align: middle;
|
|
22260
22896
|
margin: 0.1875rem;
|
|
22897
|
+
flex: 1;
|
|
22898
|
+
min-width: 6.25rem;
|
|
22261
22899
|
}
|
|
22262
22900
|
.cxd-CBFormula {
|
|
22263
22901
|
position: relative;
|
|
@@ -22282,6 +22920,7 @@ input[type=button].cxd-Button--block {
|
|
|
22282
22920
|
width: 20px;
|
|
22283
22921
|
text-align: center;
|
|
22284
22922
|
display: inline-block;
|
|
22923
|
+
align-self: center;
|
|
22285
22924
|
-webkit-user-select: none;
|
|
22286
22925
|
-moz-user-select: none;
|
|
22287
22926
|
user-select: none;
|
|
@@ -22892,6 +23531,9 @@ input[type=button].cxd-Button--block {
|
|
|
22892
23531
|
.cxd-Crud2-selection, .cxd-Crud2-toolbar, .cxd-Crud2-body {
|
|
22893
23532
|
margin-bottom: var(--gap-base);
|
|
22894
23533
|
}
|
|
23534
|
+
.cxd-Crud2 .cxd-Table-render-wrapper {
|
|
23535
|
+
position: relative;
|
|
23536
|
+
}
|
|
22895
23537
|
.cxd-Crud2-selectionLabel {
|
|
22896
23538
|
display: inline-block;
|
|
22897
23539
|
vertical-align: top;
|
|
@@ -23719,6 +24361,11 @@ input[type=button].cxd-Button--block {
|
|
|
23719
24361
|
.cxd-Table-table > tbody > tr > td.cxd-Table-primayCell > .cxd-Spinner {
|
|
23720
24362
|
vertical-align: middle;
|
|
23721
24363
|
}
|
|
24364
|
+
.cxd-Table-table > thead > tr > th.cxd-Table-primayCell > [data-role=form-item],
|
|
24365
|
+
.cxd-Table-table > tbody > tr > td.cxd-Table-primayCell > [data-role=form-item] {
|
|
24366
|
+
display: inline-block;
|
|
24367
|
+
min-width: 10rem;
|
|
24368
|
+
}
|
|
23722
24369
|
.cxd-Table.is-mobile .cxd-Table-table > tbody > tr:hover, .cxd-Table.is-mobile .cxd-Table-table > tbody > tr.is-hovered {
|
|
23723
24370
|
background: var(--Table-bg);
|
|
23724
24371
|
border-color: var(--Table-borderColor);
|
|
@@ -23786,7 +24433,7 @@ input[type=button].cxd-Button--block {
|
|
|
23786
24433
|
min-width: 20rem;
|
|
23787
24434
|
max-width: 40rem;
|
|
23788
24435
|
}
|
|
23789
|
-
.cxd-TableCell-searchPopOver .cxd-Panel {
|
|
24436
|
+
.cxd-TableCell-searchPopOver > .cxd-Panel {
|
|
23790
24437
|
margin: 0;
|
|
23791
24438
|
}
|
|
23792
24439
|
.cxd-TableCell-filterBtn {
|
|
@@ -27246,7 +27893,7 @@ input[type=button].cxd-Button--block {
|
|
|
27246
27893
|
width: 1rem;
|
|
27247
27894
|
height: 1rem;
|
|
27248
27895
|
}
|
|
27249
|
-
.cxd-ImageGallery-title {
|
|
27896
|
+
.cxd-ImageGallery-title, .cxd-ImageGallery-caption {
|
|
27250
27897
|
height: 1.125rem;
|
|
27251
27898
|
vertical-align: top;
|
|
27252
27899
|
line-height: 1.125rem;
|
|
@@ -27255,6 +27902,10 @@ input[type=button].cxd-Button--block {
|
|
|
27255
27902
|
text-align: center;
|
|
27256
27903
|
margin-bottom: 18px;
|
|
27257
27904
|
}
|
|
27905
|
+
.cxd-ImageGallery-caption {
|
|
27906
|
+
text-align: left;
|
|
27907
|
+
margin-bottom: 4px;
|
|
27908
|
+
}
|
|
27258
27909
|
.cxd-ImageGallery-main {
|
|
27259
27910
|
background: #000;
|
|
27260
27911
|
flex-basis: 0;
|
|
@@ -27714,6 +28365,7 @@ input[type=button].cxd-Button--block {
|
|
|
27714
28365
|
border-color: var(--Form-input-onDisabled-borderColor);
|
|
27715
28366
|
}
|
|
27716
28367
|
.cxd-InputBox-clear {
|
|
28368
|
+
visibility: hidden;
|
|
27717
28369
|
padding: var(--Form-input-clearBtn-padding);
|
|
27718
28370
|
cursor: pointer;
|
|
27719
28371
|
display: flex;
|
|
@@ -27726,6 +28378,7 @@ input[type=button].cxd-Button--block {
|
|
|
27726
28378
|
fill: var(--Form-input-clearBtn-color);
|
|
27727
28379
|
width: var(--Form-input-clearBtn-size);
|
|
27728
28380
|
height: var(--Form-input-clearBtn-size);
|
|
28381
|
+
top: 0;
|
|
27729
28382
|
}
|
|
27730
28383
|
.cxd-InputBox-clear:hover svg {
|
|
27731
28384
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -27733,6 +28386,9 @@ input[type=button].cxd-Button--block {
|
|
|
27733
28386
|
.cxd-InputBox-clear:active svg {
|
|
27734
28387
|
fill: var(--Form-input-clearBtn-color-onActive);
|
|
27735
28388
|
}
|
|
28389
|
+
.cxd-InputBox.is-focused .cxd-InputBox-clear, .cxd-InputBox:hover .cxd-InputBox-clear {
|
|
28390
|
+
visibility: visible;
|
|
28391
|
+
}
|
|
27736
28392
|
.cxd-InputBox > svg {
|
|
27737
28393
|
display: inline-block;
|
|
27738
28394
|
width: 14px;
|
|
@@ -27798,6 +28454,7 @@ input[type=button].cxd-Button--block {
|
|
|
27798
28454
|
min-width: 80px;
|
|
27799
28455
|
max-width: 150px;
|
|
27800
28456
|
flex: 1;
|
|
28457
|
+
display: flex;
|
|
27801
28458
|
}
|
|
27802
28459
|
.cxd-JSONSchemaMember-key > span {
|
|
27803
28460
|
display: flex;
|
|
@@ -27812,6 +28469,9 @@ input[type=button].cxd-Button--block {
|
|
|
27812
28469
|
align-items: center;
|
|
27813
28470
|
color: var(--Form-input-color);
|
|
27814
28471
|
}
|
|
28472
|
+
.cxd-JSONSchemaMember-key > * {
|
|
28473
|
+
flex: 1;
|
|
28474
|
+
}
|
|
27815
28475
|
.cxd-JSONSchemaMember-key.is-mobile > span {
|
|
27816
28476
|
border-radius: 0;
|
|
27817
28477
|
border: none;
|
|
@@ -27973,10 +28633,14 @@ input[type=button].cxd-Button--block {
|
|
|
27973
28633
|
display: flex;
|
|
27974
28634
|
flex-direction: row;
|
|
27975
28635
|
flex-wrap: wrap;
|
|
27976
|
-
gap: var(--gap-
|
|
28636
|
+
gap: var(--gap-xs);
|
|
28637
|
+
font-size: var(--fonts-size-8);
|
|
27977
28638
|
align-items: stretch;
|
|
27978
28639
|
position: relative;
|
|
27979
28640
|
}
|
|
28641
|
+
.cxd-SchemaEditorItem--mini > button {
|
|
28642
|
+
padding: 0 4px;
|
|
28643
|
+
}
|
|
27980
28644
|
.cxd-SchemaEditorItem + .cxd-SchemaEditorItem {
|
|
27981
28645
|
margin-top: var(--gap-sm);
|
|
27982
28646
|
}
|
|
@@ -27984,12 +28648,12 @@ input[type=button].cxd-Button--block {
|
|
|
27984
28648
|
display: flex;
|
|
27985
28649
|
flex-direction: row;
|
|
27986
28650
|
flex-wrap: wrap;
|
|
27987
|
-
gap: var(--gap-
|
|
28651
|
+
gap: var(--gap-xs);
|
|
27988
28652
|
align-items: flex-start;
|
|
27989
28653
|
width: 100%;
|
|
27990
28654
|
}
|
|
27991
28655
|
.cxd-SchemaEditor-itemsLabel {
|
|
27992
|
-
|
|
28656
|
+
line-height: 2rem;
|
|
27993
28657
|
}
|
|
27994
28658
|
.cxd-SchemaEditor-caret {
|
|
27995
28659
|
display: inline-block;
|
|
@@ -28023,6 +28687,56 @@ input[type=button].cxd-Button--block {
|
|
|
28023
28687
|
.cxd-SchemaEditor-key > input, .cxd-SchemaEditor-title > input, .cxd-SchemaEditor-description > input {
|
|
28024
28688
|
flex-basis: 0;
|
|
28025
28689
|
}
|
|
28690
|
+
.cxd-SchemaEditor-info {
|
|
28691
|
+
display: flex;
|
|
28692
|
+
background: var(--Form-input-bg);
|
|
28693
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
28694
|
+
border-radius: var(--Form-input-borderRadius);
|
|
28695
|
+
line-height: var(--Form-input-lineHeight);
|
|
28696
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
28697
|
+
font-size: var(--Form-input-fontSize);
|
|
28698
|
+
flex-wrap: wrap;
|
|
28699
|
+
justify-content: flex-start;
|
|
28700
|
+
flex: 1;
|
|
28701
|
+
display: flex;
|
|
28702
|
+
flex-direction: row;
|
|
28703
|
+
justify-content: space-between;
|
|
28704
|
+
align-items: center;
|
|
28705
|
+
}
|
|
28706
|
+
.cxd-SchemaEditor-info input {
|
|
28707
|
+
flex-basis: 1.875rem;
|
|
28708
|
+
flex-grow: 1;
|
|
28709
|
+
outline: none;
|
|
28710
|
+
background: transparent;
|
|
28711
|
+
border: none;
|
|
28712
|
+
color: var(--Form-input-color);
|
|
28713
|
+
width: 100%;
|
|
28714
|
+
}
|
|
28715
|
+
.cxd-SchemaEditor-info input::-moz-placeholder {
|
|
28716
|
+
color: var(--Form-input-placeholderColor);
|
|
28717
|
+
-moz-user-select: none;
|
|
28718
|
+
user-select: none;
|
|
28719
|
+
}
|
|
28720
|
+
.cxd-SchemaEditor-info input::placeholder {
|
|
28721
|
+
color: var(--Form-input-placeholderColor);
|
|
28722
|
+
-webkit-user-select: none;
|
|
28723
|
+
-moz-user-select: none;
|
|
28724
|
+
user-select: none;
|
|
28725
|
+
}
|
|
28726
|
+
.cxd-SchemaEditor-info:hover {
|
|
28727
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
|
28728
|
+
}
|
|
28729
|
+
.cxd-SchemaEditor-info--borderHalf {
|
|
28730
|
+
border-left-color: transparent !important;
|
|
28731
|
+
border-right-color: transparent !important;
|
|
28732
|
+
border-top-color: transparent !important;
|
|
28733
|
+
}
|
|
28734
|
+
.cxd-SchemaEditor-info--borderNone {
|
|
28735
|
+
border-color: transparent !important;
|
|
28736
|
+
}
|
|
28737
|
+
.cxd-SchemaEditor-typeLabel {
|
|
28738
|
+
color: var(--Form-input-placeholderColor);
|
|
28739
|
+
}
|
|
28026
28740
|
.cxd-ResultBox {
|
|
28027
28741
|
display: flex;
|
|
28028
28742
|
background: var(--Form-input-bg);
|
|
@@ -28180,6 +28894,7 @@ input[type=button].cxd-Button--block {
|
|
|
28180
28894
|
fill: var(--Form-input-clearBtn-color);
|
|
28181
28895
|
width: var(--Form-input-clearBtn-size);
|
|
28182
28896
|
height: var(--Form-input-clearBtn-size);
|
|
28897
|
+
top: 0;
|
|
28183
28898
|
}
|
|
28184
28899
|
.cxd-ResultBox-clear:hover svg {
|
|
28185
28900
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -28324,6 +29039,7 @@ input[type=button].cxd-Button--block {
|
|
|
28324
29039
|
fill: var(--Form-input-clearBtn-color);
|
|
28325
29040
|
width: var(--Form-input-clearBtn-size);
|
|
28326
29041
|
height: var(--Form-input-clearBtn-size);
|
|
29042
|
+
top: 0;
|
|
28327
29043
|
}
|
|
28328
29044
|
.cxd-ResultBox.is-mobile .cxd-ResultBox-clear:hover svg {
|
|
28329
29045
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -29795,6 +30511,7 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29795
30511
|
fill: var(--Form-input-clearBtn-color);
|
|
29796
30512
|
width: var(--Form-input-clearBtn-size);
|
|
29797
30513
|
height: var(--Form-input-clearBtn-size);
|
|
30514
|
+
top: 0;
|
|
29798
30515
|
}
|
|
29799
30516
|
.cxd-TextControl-clear:hover svg {
|
|
29800
30517
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -29812,9 +30529,6 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
29812
30529
|
display: inline-flex;
|
|
29813
30530
|
}
|
|
29814
30531
|
}
|
|
29815
|
-
.cxd-TextControl .InputText-clear {
|
|
29816
|
-
content: var(--input-clearable-icon);
|
|
29817
|
-
}
|
|
29818
30532
|
.cxd-TextControl-clear {
|
|
29819
30533
|
padding: 0 var(--Form-input-clearBtn-padding);
|
|
29820
30534
|
}
|
|
@@ -30132,6 +30846,9 @@ fieldset.cxd-Collapse .cxd-Collapse-header.is-mobile:hover {
|
|
|
30132
30846
|
width: var(--input-password-invisible-icon-size);
|
|
30133
30847
|
height: var(--input-password-invisible-icon-size);
|
|
30134
30848
|
}
|
|
30849
|
+
.InputText-clear.icon {
|
|
30850
|
+
content: var(--input-clearable-icon);
|
|
30851
|
+
}
|
|
30135
30852
|
input.cxd-TextControl-input-password {
|
|
30136
30853
|
flex-basis: 0;
|
|
30137
30854
|
}
|
|
@@ -30230,6 +30947,7 @@ input.cxd-TextControl-input-password {
|
|
|
30230
30947
|
fill: var(--Form-input-clearBtn-color);
|
|
30231
30948
|
width: var(--Form-input-clearBtn-size);
|
|
30232
30949
|
height: var(--Form-input-clearBtn-size);
|
|
30950
|
+
top: 0;
|
|
30233
30951
|
}
|
|
30234
30952
|
.cxd-TextareaControl-clear:hover svg {
|
|
30235
30953
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -30318,6 +31036,7 @@ input.cxd-TextControl-input-password {
|
|
|
30318
31036
|
fill: var(--Form-input-clearBtn-color);
|
|
30319
31037
|
width: var(--Form-input-clearBtn-size);
|
|
30320
31038
|
height: var(--Form-input-clearBtn-size);
|
|
31039
|
+
top: 0;
|
|
30321
31040
|
}
|
|
30322
31041
|
.cxd-TextareaControl-clear:hover svg {
|
|
30323
31042
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -32724,6 +33443,7 @@ input.cxd-TextControl-input-password {
|
|
|
32724
33443
|
fill: var(--Form-input-clearBtn-color);
|
|
32725
33444
|
width: var(--Form-input-clearBtn-size);
|
|
32726
33445
|
height: var(--Form-input-clearBtn-size);
|
|
33446
|
+
top: 0;
|
|
32727
33447
|
}
|
|
32728
33448
|
.cxd-LocationPicker-clear:hover svg {
|
|
32729
33449
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -32914,6 +33634,7 @@ input.cxd-TextControl-input-password {
|
|
|
32914
33634
|
fill: var(--Form-input-clearBtn-color);
|
|
32915
33635
|
width: var(--Form-input-clearBtn-size);
|
|
32916
33636
|
height: var(--Form-input-clearBtn-size);
|
|
33637
|
+
top: 0;
|
|
32917
33638
|
}
|
|
32918
33639
|
.cxd-ColorPicker-clear:hover svg {
|
|
32919
33640
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33090,6 +33811,7 @@ input.cxd-TextControl-input-password {
|
|
|
33090
33811
|
fill: var(--Form-input-clearBtn-color);
|
|
33091
33812
|
width: var(--Form-input-clearBtn-size);
|
|
33092
33813
|
height: var(--Form-input-clearBtn-size);
|
|
33814
|
+
top: 0;
|
|
33093
33815
|
}
|
|
33094
33816
|
.cxd-DatePicker-toggler:hover svg {
|
|
33095
33817
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33122,6 +33844,7 @@ input.cxd-TextControl-input-password {
|
|
|
33122
33844
|
fill: var(--Form-input-clearBtn-color);
|
|
33123
33845
|
width: var(--Form-input-clearBtn-size);
|
|
33124
33846
|
height: var(--Form-input-clearBtn-size);
|
|
33847
|
+
top: 0;
|
|
33125
33848
|
}
|
|
33126
33849
|
.cxd-DatePicker-clear:hover svg {
|
|
33127
33850
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33868,6 +34591,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33868
34591
|
fill: var(--Form-input-clearBtn-color);
|
|
33869
34592
|
width: var(--Form-input-clearBtn-size);
|
|
33870
34593
|
height: var(--Form-input-clearBtn-size);
|
|
34594
|
+
top: 0;
|
|
33871
34595
|
}
|
|
33872
34596
|
.cxd-DateRangePicker-toggler:hover svg {
|
|
33873
34597
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -33900,6 +34624,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
33900
34624
|
fill: var(--Form-input-clearBtn-color);
|
|
33901
34625
|
width: var(--Form-input-clearBtn-size);
|
|
33902
34626
|
height: var(--Form-input-clearBtn-size);
|
|
34627
|
+
top: 0;
|
|
33903
34628
|
}
|
|
33904
34629
|
.cxd-DateRangePicker-clear:hover svg {
|
|
33905
34630
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -35535,6 +36260,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35535
36260
|
fill: var(--Form-input-clearBtn-color);
|
|
35536
36261
|
width: var(--Form-input-clearBtn-size);
|
|
35537
36262
|
height: var(--Form-input-clearBtn-size);
|
|
36263
|
+
top: 0;
|
|
35538
36264
|
}
|
|
35539
36265
|
.cxd-TreeSelect-clear:hover svg {
|
|
35540
36266
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -35933,6 +36659,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
35933
36659
|
}
|
|
35934
36660
|
.cxd-ComboTabs-addLink > a svg {
|
|
35935
36661
|
margin-right: var(--gap-xs);
|
|
36662
|
+
top: 0;
|
|
35936
36663
|
}
|
|
35937
36664
|
.cxd-Combo-dragableTip {
|
|
35938
36665
|
color: var(--text--muted-color);
|
|
@@ -36157,6 +36884,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36157
36884
|
fill: var(--Form-input-clearBtn-color);
|
|
36158
36885
|
width: var(--Form-input-clearBtn-size);
|
|
36159
36886
|
height: var(--Form-input-clearBtn-size);
|
|
36887
|
+
top: 0;
|
|
36160
36888
|
}
|
|
36161
36889
|
.cxd-Picker-clear:hover svg {
|
|
36162
36890
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -36325,6 +37053,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36325
37053
|
fill: var(--Form-input-clearBtn-color);
|
|
36326
37054
|
width: var(--Form-input-clearBtn-size);
|
|
36327
37055
|
height: var(--Form-input-clearBtn-size);
|
|
37056
|
+
top: 0;
|
|
36328
37057
|
}
|
|
36329
37058
|
.cxd-Picker-clear:hover svg {
|
|
36330
37059
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -36389,7 +37118,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36389
37118
|
.cxd-Picker-overflow-wrapper .cxd-Picker-valueLabel {
|
|
36390
37119
|
padding: 0 var(--gap-xs);
|
|
36391
37120
|
}
|
|
36392
|
-
.cxd-PickerControl.is-inline .cxd-Picker
|
|
37121
|
+
.cxd-PickerControl.is-inline .cxd-Picker,
|
|
37122
|
+
.cxd-Form-item--inline .cxd-Picker {
|
|
36393
37123
|
display: inline-block;
|
|
36394
37124
|
min-width: 9.375rem;
|
|
36395
37125
|
}
|
|
@@ -36560,15 +37290,18 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36560
37290
|
border-color: var(--Form-input-onError-borderColor);
|
|
36561
37291
|
background: var(--Form-input-onError-bg);
|
|
36562
37292
|
}
|
|
36563
|
-
.cxd-TagControl-popover.cxd-PopOver--leftBottomLeftTop > .cxd-ListMenu
|
|
37293
|
+
.cxd-TagControl-popover.cxd-PopOver--leftBottomLeftTop > .cxd-ListMenu,
|
|
37294
|
+
.cxd-ListMenu-popover.cxd-PopOver--leftBottomLeftTop > .cxd-ListMenu {
|
|
36564
37295
|
border-top-left-radius: 0;
|
|
36565
37296
|
border-top-right-radius: 0;
|
|
36566
37297
|
}
|
|
36567
|
-
.cxd-TagControl-popover.cxd-PopOver--leftTopLeftBottom > .cxd-ListMenu
|
|
37298
|
+
.cxd-TagControl-popover.cxd-PopOver--leftTopLeftBottom > .cxd-ListMenu,
|
|
37299
|
+
.cxd-ListMenu-popover.cxd-PopOver--leftTopLeftBottom > .cxd-ListMenu {
|
|
36568
37300
|
border-bottom-left-radius: 0;
|
|
36569
37301
|
border-bottom-right-radius: 0;
|
|
36570
37302
|
}
|
|
36571
|
-
.cxd-TagControl-popover .cxd-ListMenu
|
|
37303
|
+
.cxd-TagControl-popover .cxd-ListMenu,
|
|
37304
|
+
.cxd-ListMenu-popover .cxd-ListMenu {
|
|
36572
37305
|
padding: 0.25rem 0;
|
|
36573
37306
|
max-height: var(--inputTag-popover-maxHeight);
|
|
36574
37307
|
overflow: auto;
|
|
@@ -36576,7 +37309,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36576
37309
|
-moz-user-select: none;
|
|
36577
37310
|
user-select: none;
|
|
36578
37311
|
}
|
|
36579
|
-
.cxd-TagControl-popover .cxd-ListMenu-item
|
|
37312
|
+
.cxd-TagControl-popover .cxd-ListMenu-item,
|
|
37313
|
+
.cxd-ListMenu-popover .cxd-ListMenu-item {
|
|
36580
37314
|
height: var(--inputTag-option-height);
|
|
36581
37315
|
color: var(--inputTag-option-color);
|
|
36582
37316
|
font-size: var(--inputTag-option-fontSize);
|
|
@@ -36585,7 +37319,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
36585
37319
|
padding: var(--inputTag-option-paddingTop) var(--inputTag-option-paddingRight) var(--inputTag-option-paddingBottom) var(--inputTag-option-paddingLeft);
|
|
36586
37320
|
background: var(--inputTag-option-bg-color);
|
|
36587
37321
|
}
|
|
36588
|
-
.cxd-TagControl-popover .cxd-ListMenu-item:hover
|
|
37322
|
+
.cxd-TagControl-popover .cxd-ListMenu-item:hover,
|
|
37323
|
+
.cxd-ListMenu-popover .cxd-ListMenu-item:hover {
|
|
36589
37324
|
color: var(--inputTag-option-hover-color);
|
|
36590
37325
|
background: var(--inputTag-option-hover-bg-color);
|
|
36591
37326
|
}
|
|
@@ -37443,6 +38178,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37443
38178
|
fill: var(--Form-input-clearBtn-color);
|
|
37444
38179
|
width: var(--Form-input-clearBtn-size);
|
|
37445
38180
|
height: var(--Form-input-clearBtn-size);
|
|
38181
|
+
top: 0;
|
|
37446
38182
|
}
|
|
37447
38183
|
.cxd-IconPickerControl-clear:hover svg {
|
|
37448
38184
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -37648,6 +38384,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37648
38384
|
fill: var(--Form-input-clearBtn-color);
|
|
37649
38385
|
width: var(--Form-input-clearBtn-size);
|
|
37650
38386
|
height: var(--Form-input-clearBtn-size);
|
|
38387
|
+
top: 0;
|
|
37651
38388
|
}
|
|
37652
38389
|
.cxd-IconSelectControl-clear:hover svg {
|
|
37653
38390
|
fill: var(--Form-input-clearBtn-color-onHover);
|
|
@@ -37669,6 +38406,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
37669
38406
|
position: absolute;
|
|
37670
38407
|
right: var(--Form-input-paddingX);
|
|
37671
38408
|
}
|
|
38409
|
+
.cxd-IconSelectControl-clear svg {
|
|
38410
|
+
top: 0;
|
|
38411
|
+
}
|
|
37672
38412
|
.cxd-IconSelectControl-Modal-search.cxd-SearchBox {
|
|
37673
38413
|
width: var(--IconSelect-searchBox-width);
|
|
37674
38414
|
}
|
|
@@ -38554,6 +39294,14 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
38554
39294
|
display: none;
|
|
38555
39295
|
}
|
|
38556
39296
|
}
|
|
39297
|
+
.cxd-Autofill-popOver {
|
|
39298
|
+
border: none;
|
|
39299
|
+
min-width: 20rem;
|
|
39300
|
+
max-width: 40rem;
|
|
39301
|
+
}
|
|
39302
|
+
.cxd-Autofill-popOver > .cxd-Panel {
|
|
39303
|
+
margin: 0;
|
|
39304
|
+
}
|
|
38557
39305
|
.cxd-UserSelect {
|
|
38558
39306
|
position: relative;
|
|
38559
39307
|
}
|
|
@@ -39462,6 +40210,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39462
40210
|
overflow: visible;
|
|
39463
40211
|
max-width: 100%;
|
|
39464
40212
|
box-sizing: content-box;
|
|
40213
|
+
min-height: 28.125rem;
|
|
39465
40214
|
/* 变量列表 */
|
|
39466
40215
|
/* 函数列表 */
|
|
39467
40216
|
}
|
|
@@ -39469,8 +40218,55 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39469
40218
|
flex: 1;
|
|
39470
40219
|
height: 100%;
|
|
39471
40220
|
max-width: 33.125rem;
|
|
40221
|
+
min-width: 0;
|
|
39472
40222
|
border-top: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
39473
40223
|
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
|
40224
|
+
display: flex;
|
|
40225
|
+
flex-direction: column;
|
|
40226
|
+
}
|
|
40227
|
+
.cxd-FormulaEditor-runPanel {
|
|
40228
|
+
height: 12.5rem;
|
|
40229
|
+
transition: height 0.1s ease-out;
|
|
40230
|
+
border-top: 1px solid var(--Form-input-borderColor);
|
|
40231
|
+
display: flex;
|
|
40232
|
+
flex-wrap: nowrap;
|
|
40233
|
+
flex-direction: row;
|
|
40234
|
+
}
|
|
40235
|
+
.cxd-FormulaEditor-runPanel.in {
|
|
40236
|
+
height: 0;
|
|
40237
|
+
overflow: hidden;
|
|
40238
|
+
}
|
|
40239
|
+
.cxd-FormulaEditor-runPanel-context, .cxd-FormulaEditor-runPanel-result {
|
|
40240
|
+
flex: 1;
|
|
40241
|
+
min-width: 0;
|
|
40242
|
+
display: flex;
|
|
40243
|
+
flex-direction: column;
|
|
40244
|
+
}
|
|
40245
|
+
.cxd-FormulaEditor-runPanel-context > header, .cxd-FormulaEditor-runPanel-result > header {
|
|
40246
|
+
width: 100%;
|
|
40247
|
+
height: 1.875rem;
|
|
40248
|
+
line-height: 1.875rem;
|
|
40249
|
+
padding: 0 0.625rem;
|
|
40250
|
+
box-sizing: border-box;
|
|
40251
|
+
background: var(--InputFormula-header-bgColor);
|
|
40252
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
|
40253
|
+
border-bottom: none;
|
|
40254
|
+
font-weight: 500;
|
|
40255
|
+
margin: 0;
|
|
40256
|
+
}
|
|
40257
|
+
.cxd-FormulaEditor-runPanel-context > div, .cxd-FormulaEditor-runPanel-result > div {
|
|
40258
|
+
flex: 1;
|
|
40259
|
+
min-height: 0;
|
|
40260
|
+
font-size: 12px;
|
|
40261
|
+
}
|
|
40262
|
+
.cxd-FormulaEditor-runPanel-context {
|
|
40263
|
+
border-right: 1px solid var(--Form-input-borderColor);
|
|
40264
|
+
}
|
|
40265
|
+
.cxd-FormulaEditor-runPanel-result > div {
|
|
40266
|
+
padding: 0 0.625rem;
|
|
40267
|
+
}
|
|
40268
|
+
.cxd-FormulaEditor-runPanel-result.is-error {
|
|
40269
|
+
color: var(--Form-input-onError-borderColor);
|
|
39474
40270
|
}
|
|
39475
40271
|
.cxd-FormulaEditor-header {
|
|
39476
40272
|
width: 100%;
|
|
@@ -39491,8 +40287,8 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39491
40287
|
margin-right: 5px;
|
|
39492
40288
|
}
|
|
39493
40289
|
.cxd-FormulaEditor-editor {
|
|
39494
|
-
|
|
39495
|
-
height:
|
|
40290
|
+
flex: 1;
|
|
40291
|
+
min-height: 0;
|
|
39496
40292
|
padding: 0.3125rem;
|
|
39497
40293
|
padding-right: 0;
|
|
39498
40294
|
}
|
|
@@ -39851,24 +40647,6 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39851
40647
|
overflow: hidden;
|
|
39852
40648
|
background: var(--InputFormula-code-bgColor);
|
|
39853
40649
|
}
|
|
39854
|
-
.cxd-FormulaEditor .cm-field,
|
|
39855
|
-
.cxd-FormulaEditor .cm-func {
|
|
39856
|
-
border-radius: 3px;
|
|
39857
|
-
color: #fff;
|
|
39858
|
-
margin: 0 1px;
|
|
39859
|
-
padding: 0 2px;
|
|
39860
|
-
}
|
|
39861
|
-
.cxd-FormulaEditor .cm-field {
|
|
39862
|
-
padding: 2px 5px;
|
|
39863
|
-
}
|
|
39864
|
-
.cxd-FormulaEditor .cm-field {
|
|
39865
|
-
background: #007bff;
|
|
39866
|
-
}
|
|
39867
|
-
.cxd-FormulaEditor .cm-func {
|
|
39868
|
-
color: #ae4597;
|
|
39869
|
-
font-weight: bold;
|
|
39870
|
-
line-height: 14px;
|
|
39871
|
-
}
|
|
39872
40650
|
.cxd-FormulaPicker {
|
|
39873
40651
|
display: flex;
|
|
39874
40652
|
flex-flow: row nowrap;
|
|
@@ -39885,8 +40663,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39885
40663
|
}
|
|
39886
40664
|
.cxd-FormulaPicker-input {
|
|
39887
40665
|
flex: 1;
|
|
40666
|
+
min-width: 0;
|
|
39888
40667
|
margin-right: 0.625rem;
|
|
39889
|
-
padding-right: 0;
|
|
40668
|
+
padding-right: 0.25rem;
|
|
39890
40669
|
max-width: calc(100% - 2.625rem);
|
|
39891
40670
|
}
|
|
39892
40671
|
.cxd-FormulaPicker-action {
|
|
@@ -39932,7 +40711,7 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39932
40711
|
height: var(--Form-input-height);
|
|
39933
40712
|
}
|
|
39934
40713
|
.cxd-FormulaPicker.is-input-group.cxd-FormulaPicker--text {
|
|
39935
|
-
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
|
40714
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX) var(--Form-input-paddingY) 0.3125rem;
|
|
39936
40715
|
}
|
|
39937
40716
|
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input {
|
|
39938
40717
|
display: flex;
|
|
@@ -39949,13 +40728,27 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39949
40728
|
outline: none;
|
|
39950
40729
|
box-sizing: none;
|
|
39951
40730
|
}
|
|
39952
|
-
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-
|
|
40731
|
+
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-select, .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-number, .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-boolean, .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-date, .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-time, .cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-datetime {
|
|
39953
40732
|
height: var(--InputFormula-input-schema-height);
|
|
39954
40733
|
padding-left: var(--Form-input-paddingX);
|
|
39955
40734
|
}
|
|
40735
|
+
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-number {
|
|
40736
|
+
padding-left: 0;
|
|
40737
|
+
}
|
|
39956
40738
|
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-number .cxd-Number-handler-wrap {
|
|
39957
40739
|
height: unset; /* 避免调节器超出Input框 */
|
|
39958
40740
|
}
|
|
40741
|
+
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-custom {
|
|
40742
|
+
border: 0;
|
|
40743
|
+
flex: 1;
|
|
40744
|
+
min-width: 0;
|
|
40745
|
+
}
|
|
40746
|
+
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-custom > div {
|
|
40747
|
+
border: 0;
|
|
40748
|
+
padding: 0 0 0 var(--Form-input-paddingX);
|
|
40749
|
+
align-items: center;
|
|
40750
|
+
height: var(--InputFormula-input-schema-height);
|
|
40751
|
+
}
|
|
39959
40752
|
.cxd-FormulaPicker.is-input-group .cxd-FormulaPicker-input-variable {
|
|
39960
40753
|
border: none;
|
|
39961
40754
|
min-height: unset;
|
|
@@ -39976,6 +40769,70 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
39976
40769
|
cursor: pointer;
|
|
39977
40770
|
color: var(--colors-brand-5);
|
|
39978
40771
|
}
|
|
40772
|
+
.cxd-FormulaCodeEditor .cm-field,
|
|
40773
|
+
.cxd-FormulaCodeEditor .cm-func {
|
|
40774
|
+
border-radius: 3px;
|
|
40775
|
+
color: #fff;
|
|
40776
|
+
}
|
|
40777
|
+
.cxd-FormulaCodeEditor .cm-field {
|
|
40778
|
+
padding: 2px 5px;
|
|
40779
|
+
}
|
|
40780
|
+
.cxd-FormulaCodeEditor .cm-field {
|
|
40781
|
+
background: #28a745;
|
|
40782
|
+
}
|
|
40783
|
+
.cxd-FormulaCodeEditor .cm-func {
|
|
40784
|
+
color: #ae4597;
|
|
40785
|
+
font-weight: bold;
|
|
40786
|
+
line-height: 14px;
|
|
40787
|
+
}
|
|
40788
|
+
.cxd-FormulaCodeEditor .cm-expression {
|
|
40789
|
+
background-color: #007bff;
|
|
40790
|
+
border-radius: 4px;
|
|
40791
|
+
color: #fff;
|
|
40792
|
+
}
|
|
40793
|
+
.cxd-FormulaCodeEditor .cm-error-token {
|
|
40794
|
+
background-position: left bottom;
|
|
40795
|
+
background-repeat: repeat-x;
|
|
40796
|
+
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAADCAYAAAC09K7GAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sJDw4cOCW1/KIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAHElEQVQI12NggIL/DAz/GdA5/xkY/qPKMDAwAADLZwf5rvm+LQAAAABJRU5ErkJggg==);
|
|
40797
|
+
}
|
|
40798
|
+
.cxd-FormulaCodeEditor .CodeMirror-placeholder {
|
|
40799
|
+
color: var(--Form-input-placeholderColor) !important;
|
|
40800
|
+
}
|
|
40801
|
+
.cxd-FormulaCodeEditor .lint-error {
|
|
40802
|
+
color: var(--Form-input-onError-borderColor);
|
|
40803
|
+
}
|
|
40804
|
+
.cxd-FormulaCodeEditor--singleLine {
|
|
40805
|
+
max-width: 100%;
|
|
40806
|
+
line-height: 20px;
|
|
40807
|
+
}
|
|
40808
|
+
.cxd-FormulaCodeEditor--singleLine > .CodeMirror {
|
|
40809
|
+
height: 20px;
|
|
40810
|
+
}
|
|
40811
|
+
.cxd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-hscrollbar,
|
|
40812
|
+
.cxd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-vscrollbar {
|
|
40813
|
+
display: none !important;
|
|
40814
|
+
}
|
|
40815
|
+
.cxd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-sizer {
|
|
40816
|
+
min-height: 20px !important;
|
|
40817
|
+
min-width: auto !important;
|
|
40818
|
+
border-right-width: 0 !important;
|
|
40819
|
+
}
|
|
40820
|
+
.cxd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-scroll {
|
|
40821
|
+
height: 20px;
|
|
40822
|
+
margin: 0;
|
|
40823
|
+
padding: 0;
|
|
40824
|
+
overflow: hidden !important;
|
|
40825
|
+
}
|
|
40826
|
+
.cxd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-sizer + div {
|
|
40827
|
+
height: 0 !important;
|
|
40828
|
+
}
|
|
40829
|
+
.cxd-FormulaCodeEditor--singleLine > .CodeMirror .CodeMirror-lines {
|
|
40830
|
+
padding: 0;
|
|
40831
|
+
}
|
|
40832
|
+
.cxd-InputBox > .cxd-FormulaCodeEditor {
|
|
40833
|
+
flex: 1;
|
|
40834
|
+
min-width: 0;
|
|
40835
|
+
}
|
|
39979
40836
|
.cxd-Timeline-vertical {
|
|
39980
40837
|
display: flex;
|
|
39981
40838
|
flex-flow: column;
|
|
@@ -40698,6 +41555,9 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
40698
41555
|
.cxd-Nav-Menu-item-icon-after svg {
|
|
40699
41556
|
float: left;
|
|
40700
41557
|
}
|
|
41558
|
+
.cxd-Nav-Menu-item-icon svg, .cxd-Nav-Menu-item-icon-after svg {
|
|
41559
|
+
top: 0;
|
|
41560
|
+
}
|
|
40701
41561
|
.cxd-Nav-Menu-item-icon-collapsed {
|
|
40702
41562
|
font-size: var(--Menu-fontSize--collapsed);
|
|
40703
41563
|
margin: 0 auto;
|
|
@@ -41325,6 +42185,140 @@ td.rdtQuarter.rdtDisabled:hover > span {
|
|
|
41325
42185
|
overflow: hidden;
|
|
41326
42186
|
white-space: nowrap;
|
|
41327
42187
|
}
|
|
42188
|
+
.cxd-PdfViewer {
|
|
42189
|
+
position: relative;
|
|
42190
|
+
width: 100%;
|
|
42191
|
+
min-width: 300px;
|
|
42192
|
+
height: 100%;
|
|
42193
|
+
display: flex;
|
|
42194
|
+
justify-content: center;
|
|
42195
|
+
padding: 50px 0;
|
|
42196
|
+
}
|
|
42197
|
+
.cxd-PdfViewer-Content {
|
|
42198
|
+
width: -moz-max-content;
|
|
42199
|
+
width: max-content;
|
|
42200
|
+
max-width: 100%;
|
|
42201
|
+
}
|
|
42202
|
+
.cxd-PdfViewer-Content.is-loaded {
|
|
42203
|
+
box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
|
|
42204
|
+
}
|
|
42205
|
+
.cxd-PdfViewer-Loading {
|
|
42206
|
+
width: 100%;
|
|
42207
|
+
text-align: center;
|
|
42208
|
+
}
|
|
42209
|
+
.cxd-PdfViewer-Tool {
|
|
42210
|
+
position: absolute;
|
|
42211
|
+
z-index: 10;
|
|
42212
|
+
padding: 5px 15px;
|
|
42213
|
+
bottom: 60px;
|
|
42214
|
+
background-color: #444444;
|
|
42215
|
+
border-radius: 10px;
|
|
42216
|
+
color: #fff;
|
|
42217
|
+
text-align: center;
|
|
42218
|
+
-webkit-user-select: none;
|
|
42219
|
+
-moz-user-select: none;
|
|
42220
|
+
user-select: none;
|
|
42221
|
+
}
|
|
42222
|
+
.cxd-PdfViewer-Tool .gap {
|
|
42223
|
+
margin: 0 4px;
|
|
42224
|
+
}
|
|
42225
|
+
.cxd-PdfViewer-Tool .icon {
|
|
42226
|
+
cursor: pointer;
|
|
42227
|
+
width: 20px;
|
|
42228
|
+
margin: 0 10px;
|
|
42229
|
+
}
|
|
42230
|
+
.cxd-PdfViewer-Tool .icon:hover {
|
|
42231
|
+
color: var(--colors-brand-5);
|
|
42232
|
+
}
|
|
42233
|
+
.cxd-PdfViewer-Tool .page-input {
|
|
42234
|
+
width: 40px;
|
|
42235
|
+
}
|
|
42236
|
+
.cxd-Signature {
|
|
42237
|
+
position: relative;
|
|
42238
|
+
width: 100%;
|
|
42239
|
+
height: 100%;
|
|
42240
|
+
display: flex;
|
|
42241
|
+
flex-direction: column;
|
|
42242
|
+
justify-content: space-between;
|
|
42243
|
+
}
|
|
42244
|
+
.cxd-Signature-canvas {
|
|
42245
|
+
border: 1px dashed #aaa;
|
|
42246
|
+
}
|
|
42247
|
+
.cxd-Signature-Tool {
|
|
42248
|
+
height: var(--signature-tool-height);
|
|
42249
|
+
margin-top: var(--signature-tool-margin-top);
|
|
42250
|
+
}
|
|
42251
|
+
.cxd-Signature-Tool .actions {
|
|
42252
|
+
display: flex;
|
|
42253
|
+
justify-content: space-between;
|
|
42254
|
+
}
|
|
42255
|
+
.cxd-Signature-Tool .actions .left-actions button {
|
|
42256
|
+
margin-right: 5px;
|
|
42257
|
+
}
|
|
42258
|
+
.cxd-Signature-Tool .actions .right-actions button {
|
|
42259
|
+
margin-left: 5px;
|
|
42260
|
+
}
|
|
42261
|
+
.cxd-Signature-placeholder {
|
|
42262
|
+
position: absolute;
|
|
42263
|
+
top: 0;
|
|
42264
|
+
left: 0;
|
|
42265
|
+
right: 0;
|
|
42266
|
+
bottom: var(--signature-tool-height);
|
|
42267
|
+
text-align: center;
|
|
42268
|
+
display: flex;
|
|
42269
|
+
flex-direction: column;
|
|
42270
|
+
justify-content: center;
|
|
42271
|
+
align-items: center;
|
|
42272
|
+
gap: var(--signature-placeholder-gap);
|
|
42273
|
+
color: var(--signature-placeholder-color);
|
|
42274
|
+
}
|
|
42275
|
+
.cxd-Signature-Embed {
|
|
42276
|
+
display: flex;
|
|
42277
|
+
gap: 10px;
|
|
42278
|
+
}
|
|
42279
|
+
.cxd-Signature-Embed-Preview {
|
|
42280
|
+
display: flex;
|
|
42281
|
+
align-items: center;
|
|
42282
|
+
gap: 4px;
|
|
42283
|
+
margin-left: 10px;
|
|
42284
|
+
height: 30px;
|
|
42285
|
+
margin: 1px;
|
|
42286
|
+
padding: 2px;
|
|
42287
|
+
border: 1px dashed #aaa;
|
|
42288
|
+
}
|
|
42289
|
+
.cxd-Signature-Embed-Preview .preview-close {
|
|
42290
|
+
cursor: pointer;
|
|
42291
|
+
font-size: 14px;
|
|
42292
|
+
color: #aaa;
|
|
42293
|
+
}
|
|
42294
|
+
.cxd-Signature-Embed-Preview .preview-close:hover {
|
|
42295
|
+
color: #000;
|
|
42296
|
+
}
|
|
42297
|
+
.cxd-Signature-Embed-Preview img {
|
|
42298
|
+
height: 24px;
|
|
42299
|
+
}
|
|
42300
|
+
.cxd-Signature-Embed-Body {
|
|
42301
|
+
height: 100%;
|
|
42302
|
+
display: flex;
|
|
42303
|
+
flex-direction: column;
|
|
42304
|
+
}
|
|
42305
|
+
.cxd-Signature.is-fullScreen, .cxd-Signature-Embed-Body.is-fullScreen {
|
|
42306
|
+
flex-direction: row-reverse;
|
|
42307
|
+
justify-content: space-between;
|
|
42308
|
+
align-items: stretch;
|
|
42309
|
+
}
|
|
42310
|
+
.cxd-Signature.is-fullScreen .cxd-Signature-Tool, .cxd-Signature-Embed-Body.is-fullScreen .cxd-Signature-Tool {
|
|
42311
|
+
width: calc(var(--signature-tool-height) - var(--signature-tool-margin-top));
|
|
42312
|
+
height: auto;
|
|
42313
|
+
margin-top: 0;
|
|
42314
|
+
display: flex;
|
|
42315
|
+
justify-content: center;
|
|
42316
|
+
align-items: center;
|
|
42317
|
+
}
|
|
42318
|
+
.cxd-Signature.is-fullScreen .cxd-Signature-Tool .actions, .cxd-Signature-Embed-Body.is-fullScreen .cxd-Signature-Tool .actions {
|
|
42319
|
+
white-space: nowrap;
|
|
42320
|
+
transform: rotate(90deg);
|
|
42321
|
+
}
|
|
41328
42322
|
@media print {
|
|
41329
42323
|
.pe-no-print {
|
|
41330
42324
|
display: none !important;
|