@onereach/ui-components 4.5.1 → 4.6.0-beta.2748.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/dist/bundled/v2/components/OrCode/OrCode.js +6 -3792
- package/dist/bundled/v2/components/OrCode/index.js +6 -2
- package/dist/bundled/v2/components/OrCode/lang.js +3941 -3
- package/dist/bundled/v2/components/OrCode/theme.js +2 -1
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +2 -1
- package/dist/bundled/v2/components/OrConfirm/index.js +2 -1
- package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +1 -1
- package/dist/bundled/v2/components/OrConfirmV3/index.js +1 -1
- package/dist/bundled/v2/components/OrModal/OrModal.js +3 -1346
- package/dist/bundled/v2/components/OrModal/index.js +1 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +2196 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +220 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/index.d.ts +2 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/index.js +70 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/props.d.ts +4 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/props.js +7 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/styles.d.ts +6 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/styles.js +38 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +3 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +46 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +27 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +184 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +1 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.js +5 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +24 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.js +190 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +19 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.js +1 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.d.ts +3 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.js +5 -0
- package/dist/bundled/v2/components/OrTextV3/OrText.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextarea/OrTextarea.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTextbox/OrTextbox.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrToast/OrToast.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrToastV3/OrToast.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTooltip/OrTooltip.vue.d.ts +2 -2
- package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.vue.d.ts +2 -2
- package/dist/bundled/v2/components/index.d.ts +1 -0
- package/dist/bundled/v2/components/index.js +17 -3
- package/dist/bundled/{v3/index-cf2c3c27.js → v2/index-0d224ae5.js} +3 -115
- package/dist/bundled/v2/index-418d5c0d.js +9633 -0
- package/dist/bundled/v2/index-85c2efe8.js +7122 -0
- package/dist/bundled/{v3/OrCode.vue_vue_type_script_lang-74060519.js → v2/index-d92d0b48.js} +14 -235
- package/dist/bundled/{v3/lang-0fb8f78b.js → v2/index-e9f6b2d8.js} +73 -4009
- package/dist/bundled/v2/index.es-3f39f316.js +115 -0
- package/dist/bundled/v2/index.js +20 -6
- package/dist/bundled/v2/markdown-7c7c4ca6.js +17980 -0
- package/dist/bundled/{v3/OrModal.vue_vue_type_script_lang-ae842e5b.js → v2/useFocusTrap-48767a70.js} +3 -106
- package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-7e29b3d0.js +237 -0
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-e1390930.js → OrConfirm.vue_vue_type_script_lang-13397889.js} +1 -1
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-e5a8f92a.js → OrConfirm.vue_vue_type_script_lang-4eaa8470.js} +2 -2
- package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-2c009ee0.js +108 -0
- package/dist/bundled/v3/OrRichTextEditor.vue_vue_type_script_lang-ece43c52.js +1887 -0
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.vue.d.ts +26 -11
- package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.vue.d.ts +24 -8
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +33 -20
- package/dist/bundled/v3/components/OrButton/OrButton.vue.d.ts +51 -16
- package/dist/bundled/v3/components/OrButtonV2/OrButton.vue.d.ts +57 -20
- package/dist/bundled/v3/components/OrButtonV3/OrButton.vue.d.ts +35 -15
- package/dist/bundled/v3/components/OrCard/OrCard.vue.d.ts +15 -7
- package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.vue.d.ts +47 -21
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +70 -22
- package/dist/bundled/v3/components/OrCardV3/OrCard.vue.d.ts +7 -4
- package/dist/bundled/v3/components/OrCarousel/OrCarousel.vue.d.ts +676 -126
- package/dist/bundled/v3/components/OrCarouselItem/OrCarouselItem.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.vue.d.ts +35 -15
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +24 -6
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +43 -17
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.vue.d.ts +53 -23
- package/dist/bundled/v3/components/OrChip/OrChip.vue.d.ts +25 -9
- package/dist/bundled/v3/components/OrChips/OrChips.vue.d.ts +51 -24
- package/dist/bundled/v3/components/OrCode/OrCode.js +10 -6
- package/dist/bundled/v3/components/OrCode/OrCode.vue.d.ts +69 -24
- package/dist/bundled/v3/components/OrCode/index.js +8 -4
- package/dist/bundled/v3/components/OrCode/lang.js +3941 -3
- package/dist/bundled/v3/components/OrCode/theme.js +2 -1
- package/dist/bundled/v3/components/OrCollapse/OrCollapse.vue.d.ts +39 -17
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.vue.d.ts +31 -13
- package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.vue.d.ts +30 -8
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +5 -4
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.vue.d.ts +84 -23
- package/dist/bundled/v3/components/OrConfirm/index.js +4 -3
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +3 -3
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +91 -29
- package/dist/bundled/v3/components/OrConfirmV3/index.js +2 -2
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +81 -25
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.vue.d.ts +177 -68
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +105 -31
- package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.vue.d.ts +28 -11
- package/dist/bundled/v3/components/OrError/OrError.vue.d.ts +8 -4
- package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.vue.d.ts +7 -4
- package/dist/bundled/v3/components/OrErrorV3/OrError.vue.d.ts +18 -9
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.vue.d.ts +35 -14
- package/dist/bundled/v3/components/OrFabV3/OrFab.vue.d.ts +20 -8
- package/dist/bundled/v3/components/OrFloating/OrFloating.vue.d.ts +46 -15
- package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.vue.d.ts +30 -10
- package/dist/bundled/v3/components/OrHint/OrHint.vue.d.ts +8 -4
- package/dist/bundled/v3/components/OrHintV3/OrHint.vue.d.ts +18 -9
- package/dist/bundled/v3/components/OrIcon/OrIcon.vue.d.ts +44 -16
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.vue.d.ts +43 -13
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.vue.d.ts +52 -16
- package/dist/bundled/v3/components/OrIconV3/OrIcon.vue.d.ts +18 -7
- package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.vue.d.ts +16 -7
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.vue.d.ts +83 -39
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.vue.d.ts +95 -43
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +79 -39
- package/dist/bundled/v3/components/OrInput/OrInput.vue.d.ts +87 -36
- package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.vue.d.ts +22 -7
- package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +85 -34
- package/dist/bundled/v3/components/OrLabel/OrLabel.vue.d.ts +20 -9
- package/dist/bundled/v3/components/OrLabelV3/OrLabel.vue.d.ts +24 -9
- package/dist/bundled/v3/components/OrLinkV3/OrLink.vue.d.ts +24 -7
- package/dist/bundled/v3/components/OrList/OrList.vue.d.ts +47 -21
- package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.vue.d.ts +27 -11
- package/dist/bundled/v3/components/OrLoader/OrLoader.vue.d.ts +26 -10
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.vue.d.ts +34 -13
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.vue.d.ts +34 -13
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +43 -16
- package/dist/bundled/v3/components/OrModal/OrModal.js +3 -2
- package/dist/bundled/v3/components/OrModal/OrModal.vue.d.ts +38 -14
- package/dist/bundled/v3/components/OrModal/index.js +2 -1
- package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +31 -15
- package/dist/bundled/v3/components/OrNotification/OrNotification.vue.d.ts +27 -9
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.vue.d.ts +20 -9
- package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.vue.d.ts +70 -24
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.vue.d.ts +31 -13
- package/dist/bundled/v3/components/OrOverlay/OrOverlay.vue.d.ts +16 -6
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.vue.d.ts +14 -7
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.vue.d.ts +75 -27
- package/dist/bundled/v3/components/OrPassword/OrPassword.vue.d.ts +63 -22
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +76 -28
- package/dist/bundled/v3/components/OrProgress/OrProgress.vue.d.ts +56 -20
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.vue.d.ts +62 -25
- package/dist/bundled/v3/components/OrRadio/OrRadio.vue.d.ts +35 -13
- package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.vue.d.ts +26 -9
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +32 -6
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.vue.d.ts +49 -21
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +283 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +220 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.d.ts +2 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +86 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/props.d.ts +4 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +7 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.d.ts +6 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +38 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +3 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +46 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +27 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +184 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +1 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +5 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +24 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +190 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +19 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.js +1 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.d.ts +3 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +5 -0
- package/dist/bundled/v3/components/OrSearch/OrSearch.vue.d.ts +65 -23
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.vue.d.ts +41 -17
- package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +25 -9
- package/dist/bundled/v3/components/OrSelect/OrSelect.vue.d.ts +77 -28
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +115 -37
- package/dist/bundled/v3/components/OrSidebar/OrSidebar.vue.d.ts +33 -14
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.vue.d.ts +63 -28
- package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.vue.d.ts +20 -9
- package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.vue.d.ts +28 -13
- package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.vue.d.ts +22 -9
- package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.vue.d.ts +26 -11
- package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.vue.d.ts +26 -10
- package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.vue.d.ts +40 -16
- package/dist/bundled/v3/components/OrSlider/OrSlider.vue.d.ts +91 -35
- package/dist/bundled/v3/components/OrSortHeaderV3/OrSortHeader.vue.d.ts +25 -13
- package/dist/bundled/v3/components/OrStepper/OrStepper.vue.d.ts +43 -16
- package/dist/bundled/v3/components/OrSwitch/OrSwitch.vue.d.ts +33 -12
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.vue.d.ts +53 -22
- package/dist/bundled/v3/components/OrTab/OrTab.vue.d.ts +22 -9
- package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.vue.d.ts +29 -13
- package/dist/bundled/v3/components/OrTabV3/OrTab.vue.d.ts +17 -10
- package/dist/bundled/v3/components/OrTabs/OrTabs.vue.d.ts +17 -4
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.vue.d.ts +71 -25
- package/dist/bundled/v3/components/OrTag/OrTag.vue.d.ts +27 -10
- package/dist/bundled/v3/components/OrTagV3/OrTag.vue.d.ts +23 -12
- package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +63 -19
- package/dist/bundled/v3/components/OrTeleport/OrTeleport.vue3.vue.d.ts +10 -4
- package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.vue3.vue.d.ts +10 -4
- package/dist/bundled/v3/components/OrTextV3/OrText.vue.d.ts +24 -11
- package/dist/bundled/v3/components/OrTextarea/OrTextarea.vue.d.ts +85 -37
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.vue.d.ts +73 -32
- package/dist/bundled/v3/components/OrTextbox/OrTextbox.vue.d.ts +137 -55
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +79 -25
- package/dist/bundled/v3/components/OrToast/OrToast.vue.d.ts +31 -11
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.vue.d.ts +55 -25
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.vue.d.ts +54 -24
- package/dist/bundled/v3/components/OrToastV3/OrToast.vue.d.ts +38 -16
- package/dist/bundled/v3/components/OrTooltip/OrTooltip.vue.d.ts +33 -14
- package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.vue.d.ts +10 -4
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +37 -13
- package/dist/bundled/v3/components/index.d.ts +1 -0
- package/dist/bundled/v3/components/index.js +22 -7
- package/dist/bundled/v3/directives/dropdown-close.d.ts +1 -3
- package/dist/bundled/v3/directives/dropdown-open.d.ts +1 -3
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.d.ts +2 -2
- package/dist/bundled/{v2/index-cf2c3c27.js → v3/index-0d224ae5.js} +3 -115
- package/dist/bundled/v3/index-418d5c0d.js +9633 -0
- package/dist/bundled/v3/index-85c2efe8.js +7122 -0
- package/dist/bundled/v3/index-d92d0b48.js +3805 -0
- package/dist/bundled/{v2/lang-0fb8f78b.js → v3/index-e9f6b2d8.js} +73 -4009
- package/dist/bundled/v3/index.es-3f39f316.js +115 -0
- package/dist/bundled/v3/index.js +26 -11
- package/dist/bundled/v3/markdown-7c7c4ca6.js +17980 -0
- package/dist/bundled/v3/useFocusTrap-48767a70.js +1348 -0
- package/dist/esm/v2/OrRichTextEditor-e9989dec.js +919 -0
- package/dist/esm/v2/codemirrorView-be2c7423.js +353 -0
- package/dist/esm/v2/components/index.d.ts +1 -0
- package/dist/esm/v2/components/index.js +24 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +220 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.d.ts +2 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +59 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/props.d.ts +4 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/styles.d.ts +6 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +3 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +27 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +1 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.js +7 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +24 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +19 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/markdown.d.ts +3 -0
- package/dist/esm/v2/components/or-text-v3/OrText.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-textarea/OrTextarea.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-textbox/OrTextbox.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-time-picker-v3/OrTimePicker.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast/OrToast.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast-v3/OrToast.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tooltip/OrTooltip.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue.d.ts +2 -2
- package/dist/esm/v2/components/or-tooltip-v3/OrTooltip.vue.d.ts +2 -2
- package/dist/esm/v2/index.js +24 -0
- package/dist/esm/v3/OrRichTextEditor-d6b69fcd.js +852 -0
- package/dist/esm/v3/codemirrorView-be2c7423.js +353 -0
- package/dist/esm/v3/components/index.d.ts +1 -0
- package/dist/esm/v3/components/index.js +24 -0
- package/dist/esm/v3/components/or-avatar/OrAvatar.vue.d.ts +26 -11
- package/dist/esm/v3/components/or-avatar-v3/OrAvatar.vue.d.ts +24 -8
- package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +33 -20
- package/dist/esm/v3/components/or-button/OrButton.vue.d.ts +51 -16
- package/dist/esm/v3/components/or-button-v2/OrButton.vue.d.ts +57 -20
- package/dist/esm/v3/components/or-button-v3/OrButton.vue.d.ts +35 -15
- package/dist/esm/v3/components/or-card/OrCard.vue.d.ts +15 -7
- package/dist/esm/v3/components/or-card-collection/OrCardCollection.vue.d.ts +47 -21
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +70 -22
- package/dist/esm/v3/components/or-card-collection-v3/partials/OrCardCollectionView.vue3.vue.d.ts +14 -6
- package/dist/esm/v3/components/or-card-v3/OrCard.vue.d.ts +7 -4
- package/dist/esm/v3/components/or-carousel/OrCarousel.vue.d.ts +676 -126
- package/dist/esm/v3/components/or-carousel/or-carousel-item/OrCarouselItem.vue.d.ts +1 -1
- package/dist/esm/v3/components/or-checkbox/OrCheckbox.vue.d.ts +35 -15
- package/dist/esm/v3/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +24 -6
- package/dist/esm/v3/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +43 -17
- package/dist/esm/v3/components/or-checkbox-v3/OrCheckbox.vue.d.ts +53 -23
- package/dist/esm/v3/components/or-chips/OrChips.vue.d.ts +51 -24
- package/dist/esm/v3/components/or-chips/or-chip/OrChip.vue.d.ts +25 -9
- package/dist/esm/v3/components/or-chips/partials/OrChipsInput.vue.d.ts +37 -17
- package/dist/esm/v3/components/or-code/OrCode.vue.d.ts +69 -24
- package/dist/esm/v3/components/or-collapse/OrCollapse.vue.d.ts +39 -17
- package/dist/esm/v3/components/or-color-picker/OrColorPicker.vue.d.ts +31 -13
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +30 -8
- package/dist/esm/v3/components/or-confirm/OrConfirm.vue.d.ts +84 -23
- package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +91 -29
- package/dist/esm/v3/components/or-date-picker-v3/OrDatePicker.vue.d.ts +81 -25
- package/dist/esm/v3/components/or-date-time-picker/OrDateTimePicker.vue.d.ts +177 -68
- package/dist/esm/v3/components/or-date-time-picker/partials/OrDateTimePickerCalendarItem.vue.d.ts +33 -12
- package/dist/esm/v3/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +105 -31
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +28 -11
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +39 -17
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +15 -7
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +85 -23
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +11 -7
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +7 -4
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +28 -11
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +37 -15
- package/dist/esm/v3/components/or-empty-state-v3/OrEmptyState.vue.d.ts +28 -11
- package/dist/esm/v3/components/or-error/OrError.vue.d.ts +8 -4
- package/dist/esm/v3/components/or-error-tag-v3/OrErrorTag.vue.d.ts +7 -4
- package/dist/esm/v3/components/or-error-v3/OrError.vue.d.ts +18 -9
- package/dist/esm/v3/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +35 -14
- package/dist/esm/v3/components/or-fab-v3/OrFab.vue.d.ts +20 -8
- package/dist/esm/v3/components/or-floating/OrFloating.vue.d.ts +46 -15
- package/dist/esm/v3/components/or-form-group-v3/OrFormGroup.vue.d.ts +30 -10
- package/dist/esm/v3/components/or-hint/OrHint.vue.d.ts +8 -4
- package/dist/esm/v3/components/or-hint-v3/OrHint.vue.d.ts +18 -9
- package/dist/esm/v3/components/or-icon/OrIcon.vue.d.ts +44 -16
- package/dist/esm/v3/components/or-icon-button-v2/OrIconButton.vue.d.ts +43 -13
- package/dist/esm/v3/components/or-icon-button-v2/partials/OrTooltipWrapper.vue.d.ts +10 -8
- package/dist/esm/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +52 -16
- package/dist/esm/v3/components/or-icon-v3/OrIcon.vue.d.ts +18 -7
- package/dist/esm/v3/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +16 -7
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +83 -39
- package/dist/esm/v3/components/or-inline-text-edit/OrInlineTextEdit.vue.d.ts +95 -43
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +79 -39
- package/dist/esm/v3/components/or-input/OrInput.vue.d.ts +87 -36
- package/dist/esm/v3/components/or-input-box-v3/OrInputBox.vue.d.ts +22 -7
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +85 -34
- package/dist/esm/v3/components/or-label/OrLabel.vue.d.ts +20 -9
- package/dist/esm/v3/components/or-label-v3/OrLabel.vue.d.ts +24 -9
- package/dist/esm/v3/components/or-link-v3/OrLink.vue.d.ts +24 -7
- package/dist/esm/v3/components/or-list/OrList.vue.d.ts +47 -21
- package/dist/esm/v3/components/or-list-of-inputs/OrListOfInputs.vue.d.ts +27 -11
- package/dist/esm/v3/components/or-loader/OrLoader.vue.d.ts +26 -10
- package/dist/esm/v3/components/or-loader-v3/OrLoader.vue.d.ts +34 -13
- package/dist/esm/v3/components/or-menu-item-v3/OrMenuItem.vue.d.ts +34 -13
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +43 -16
- package/dist/esm/v3/components/or-modal/OrModal.vue.d.ts +38 -14
- package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +31 -15
- package/dist/esm/v3/components/or-notification/OrNotification.vue.d.ts +27 -9
- package/dist/esm/v3/components/or-notification-v3/OrNotification.vue.d.ts +20 -9
- package/dist/esm/v3/components/or-number-input/OrNumberInput.vue.d.ts +70 -24
- package/dist/esm/v3/components/or-overflow-menu/OrOverflowMenu.vue.d.ts +31 -13
- package/dist/esm/v3/components/or-overflow-menu/partials/OrOverflowMenuItem.vue.d.ts +23 -7
- package/dist/esm/v3/components/or-overlay/OrOverlay.vue.d.ts +16 -6
- package/dist/esm/v3/components/or-overlay-v3/OrOverlay.vue.d.ts +14 -7
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +75 -27
- package/dist/esm/v3/components/or-password/OrPassword.vue.d.ts +63 -22
- package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +76 -28
- package/dist/esm/v3/components/or-progress/OrProgress.vue.d.ts +56 -20
- package/dist/esm/v3/components/or-progress-v3/OrProgress.vue.d.ts +62 -25
- package/dist/esm/v3/components/or-radio/OrRadio.vue.d.ts +35 -13
- package/dist/esm/v3/components/or-radio-group/OrRadioGroup.vue.d.ts +26 -9
- package/dist/esm/v3/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +32 -6
- package/dist/esm/v3/components/or-radio-v3/OrRadio.vue.d.ts +49 -21
- package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +220 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.d.ts +2 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +57 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/props.d.ts +4 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/styles.d.ts +6 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +3 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +27 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +1 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.js +7 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +24 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +19 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/markdown.d.ts +3 -0
- package/dist/esm/v3/components/or-search/OrSearch.vue.d.ts +65 -23
- package/dist/esm/v3/components/or-search-v3/OrSearch.vue.d.ts +41 -17
- package/dist/esm/v3/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +25 -9
- package/dist/esm/v3/components/or-segmented-control-v3/partials/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +20 -8
- package/dist/esm/v3/components/or-select/OrSelect.vue.d.ts +77 -28
- package/dist/esm/v3/components/or-select/partials/OrSelectContent.vue.d.ts +49 -18
- package/dist/esm/v3/components/or-select/partials/OrSelectContentEmpty.vue.d.ts +16 -4
- package/dist/esm/v3/components/or-select/partials/OrSelectContentOptions.vue.d.ts +67 -13
- package/dist/esm/v3/components/or-select/partials/OrSelectInput.vue.d.ts +41 -16
- package/dist/esm/v3/components/or-select/partials/OrSelectInputValue.vue.d.ts +35 -16
- package/dist/esm/v3/components/or-select/partials/OrSelectMain.vue.d.ts +71 -24
- package/dist/esm/v3/components/or-select/partials/OrSelectOption.vue.d.ts +19 -7
- package/dist/esm/v3/components/or-select/partials/OrSelectSearchOptions.vue.d.ts +24 -11
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +115 -37
- package/dist/esm/v3/components/or-sidebar/OrSidebar.vue.d.ts +33 -14
- package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +63 -28
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +23 -10
- package/dist/esm/v3/components/or-skeleton/or-skeleton-circle/OrSkeletonCircle.vue.d.ts +20 -9
- package/dist/esm/v3/components/or-skeleton/or-skeleton-rect/OrSkeletonRect.vue.d.ts +22 -9
- package/dist/esm/v3/components/or-skeleton/or-skeleton-text/OrSkeletonText.vue.d.ts +26 -10
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-circle-v3/OrSkeletonCircle.vue.d.ts +28 -13
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-rect-v3/OrSkeletonRect.vue.d.ts +26 -11
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-text-v3/OrSkeletonText.vue.d.ts +40 -16
- package/dist/esm/v3/components/or-slider/OrSlider.vue.d.ts +91 -35
- package/dist/esm/v3/components/or-sort-header-v3/OrSortHeader.vue.d.ts +25 -13
- package/dist/esm/v3/components/or-stepper/OrStepper.vue.d.ts +43 -16
- package/dist/esm/v3/components/or-stepper/partials/OrStepperButtonOptions.vue.d.ts +20 -4
- package/dist/esm/v3/components/or-stepper/partials/OrStepperOptionHorizontal.vue.d.ts +26 -4
- package/dist/esm/v3/components/or-stepper/partials/OrStepperOptionVertical.vue.d.ts +26 -4
- package/dist/esm/v3/components/or-stepper/partials/OrStepperTitle.vue.d.ts +22 -6
- package/dist/esm/v3/components/or-stepper/partials/StatusIcon.vue.d.ts +12 -6
- package/dist/esm/v3/components/or-switch/OrSwitch.vue.d.ts +33 -12
- package/dist/esm/v3/components/or-switch-v3/OrSwitch.vue.d.ts +53 -22
- package/dist/esm/v3/components/or-tab/OrTab.vue.d.ts +22 -9
- package/dist/esm/v3/components/or-tab-header-item/OrTabHeaderItem.vue.d.ts +29 -13
- package/dist/esm/v3/components/or-tab-v3/OrTab.vue.d.ts +17 -10
- package/dist/esm/v3/components/or-tabs/OrTabs.vue.d.ts +17 -4
- package/dist/esm/v3/components/or-tabs-v3/OrTabs.vue.d.ts +71 -25
- package/dist/esm/v3/components/or-tag/OrTag.vue.d.ts +27 -10
- package/dist/esm/v3/components/or-tag-v3/OrTag.vue.d.ts +23 -12
- package/dist/esm/v3/components/or-tags-v3/OrTags.vue.d.ts +63 -19
- package/dist/esm/v3/components/or-teleport/OrTeleport.vue3.vue.d.ts +10 -4
- package/dist/esm/v3/components/or-teleport-v3/OrTeleport.vue3.vue.d.ts +10 -4
- package/dist/esm/v3/components/or-text-v3/OrText.vue.d.ts +24 -11
- package/dist/esm/v3/components/or-textarea/OrTextarea.vue.d.ts +85 -37
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +73 -32
- package/dist/esm/v3/components/or-textbox/OrTextbox.vue.d.ts +137 -55
- package/dist/esm/v3/components/or-time-picker-v3/OrTimePicker.vue.d.ts +79 -25
- package/dist/esm/v3/components/or-toast/OrToast.vue.d.ts +31 -11
- package/dist/esm/v3/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +55 -25
- package/dist/esm/v3/components/or-toast-v3/OrToast.vue.d.ts +38 -16
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +54 -24
- package/dist/esm/v3/components/or-tooltip/OrTooltip.vue.d.ts +33 -14
- package/dist/esm/v3/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue.d.ts +10 -4
- package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +37 -13
- package/dist/esm/v3/directives/dropdown-close.d.ts +1 -3
- package/dist/esm/v3/directives/dropdown-open.d.ts +1 -3
- package/dist/esm/v3/hooks/useResponsive/useResponsive.d.ts +2 -2
- package/dist/esm/v3/index.js +24 -0
- package/package.json +25 -5
- package/src/components/index.ts +1 -0
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +761 -0
- package/src/components/or-rich-text-editor-v3/index.ts +2 -0
- package/src/components/or-rich-text-editor-v3/props.ts +4 -0
- package/src/components/or-rich-text-editor-v3/styles.ts +54 -0
- package/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.ts +40 -0
- package/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.ts +254 -0
- package/src/components/or-rich-text-editor-v3/utils/codemirror/index.ts +1 -0
- package/src/components/or-rich-text-editor-v3/utils/codemirror/theme.ts +213 -0
- package/src/components/or-rich-text-editor-v3/utils/codemirror/types.ts +22 -0
- package/src/components/or-rich-text-editor-v3/utils/markdown.ts +120 -0
- /package/dist/bundled/v2/{index-968c331a.js → index-f6664cb1.js} +0 -0
- /package/dist/bundled/v3/{index-968c331a.js → index-f6664cb1.js} +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { N as Node } from '../../../../index-418d5c0d.js';
|
|
2
|
+
import CodeMirrorView from './codemirrorView.js';
|
|
3
|
+
import { m as minimalSetup } from '../../../../index-d92d0b48.js';
|
|
4
|
+
import { e as javascript } from '../../../../index-e9f6b2d8.js';
|
|
5
|
+
import '../../../../index-85c2efe8.js';
|
|
6
|
+
import '../../../../index.es-3f39f316.js';
|
|
7
|
+
import '../../../../index-0d224ae5.js';
|
|
8
|
+
import './theme.js';
|
|
9
|
+
|
|
10
|
+
var codemirrorNode = Node.create({
|
|
11
|
+
name: 'codeBlock',
|
|
12
|
+
content: 'text*',
|
|
13
|
+
marks: '',
|
|
14
|
+
group: 'block',
|
|
15
|
+
code: true,
|
|
16
|
+
defining: true,
|
|
17
|
+
isolating: true,
|
|
18
|
+
parseHTML() {
|
|
19
|
+
return [{
|
|
20
|
+
tag: 'pre',
|
|
21
|
+
preserveWhitespace: 'full'
|
|
22
|
+
}];
|
|
23
|
+
},
|
|
24
|
+
renderHTML() {
|
|
25
|
+
return ['pre', ['code', 0]];
|
|
26
|
+
},
|
|
27
|
+
addNodeView() {
|
|
28
|
+
return _ref => {
|
|
29
|
+
let {
|
|
30
|
+
node,
|
|
31
|
+
editor,
|
|
32
|
+
getPos
|
|
33
|
+
} = _ref;
|
|
34
|
+
return new CodeMirrorView({
|
|
35
|
+
node,
|
|
36
|
+
view: editor.view,
|
|
37
|
+
getPos: getPos,
|
|
38
|
+
cmOptions: {
|
|
39
|
+
extensions: [minimalSetup, javascript()]
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
});
|
|
45
|
+
|
|
46
|
+
export { codemirrorNode as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { TextSelection } from 'prosemirror-state';
|
|
2
|
+
import { EditorView, NodeView } from 'prosemirror-view';
|
|
3
|
+
import { Node as ProsemirrorNode } from 'prosemirror-model';
|
|
4
|
+
import { Transaction as CMTransaction } from '@codemirror/state';
|
|
5
|
+
import { Command, EditorView as CMView } from '@codemirror/view';
|
|
6
|
+
import { CodeMirrorViewOptions } from './types';
|
|
7
|
+
declare class CodeMirrorView implements NodeView {
|
|
8
|
+
name: string;
|
|
9
|
+
node: ProsemirrorNode;
|
|
10
|
+
view: EditorView;
|
|
11
|
+
dom: HTMLElement;
|
|
12
|
+
cm: CMView;
|
|
13
|
+
getPos: () => number;
|
|
14
|
+
updating: boolean;
|
|
15
|
+
constructor(options: CodeMirrorViewOptions);
|
|
16
|
+
forwardSelection(): void;
|
|
17
|
+
asProseMirrorSelection(doc: ProsemirrorNode): TextSelection;
|
|
18
|
+
dispatch(cmTr: CMTransaction): void;
|
|
19
|
+
mayBeEscape(unit: 'char' | 'line', dir: -1 | 1): Command;
|
|
20
|
+
update(node: ProsemirrorNode): boolean;
|
|
21
|
+
setSelection(anchor: number, head: number): void;
|
|
22
|
+
focus(): void;
|
|
23
|
+
selectNode(): void;
|
|
24
|
+
stopEvent(): boolean;
|
|
25
|
+
destroy(): void;
|
|
26
|
+
}
|
|
27
|
+
export default CodeMirrorView;
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
import { n as exitCode, T as TextSelection, S as Selection } from '../../../../index-85c2efe8.js';
|
|
2
|
+
import { a as EditorState, E as EditorView, Y as highlightActiveLine, B as highlightActiveLineGutter, z as lineNumbers, k as keymap } from '../../../../index-0d224ae5.js';
|
|
3
|
+
import theme from './theme.js';
|
|
4
|
+
import '../../../../index.es-3f39f316.js';
|
|
5
|
+
|
|
6
|
+
const computeChange = (oldVal, newVal) => {
|
|
7
|
+
if (oldVal === newVal) {
|
|
8
|
+
return null;
|
|
9
|
+
}
|
|
10
|
+
let start = 0;
|
|
11
|
+
let oldEnd = oldVal.length;
|
|
12
|
+
let newEnd = newVal.length;
|
|
13
|
+
while (start < oldEnd && oldVal.charCodeAt(start) === newVal.charCodeAt(start)) {
|
|
14
|
+
start += 1;
|
|
15
|
+
}
|
|
16
|
+
while (oldEnd > start && newEnd > start && oldVal.charCodeAt(oldEnd - 1) === newVal.charCodeAt(newEnd - 1)) {
|
|
17
|
+
oldEnd -= 1;
|
|
18
|
+
newEnd -= 1;
|
|
19
|
+
}
|
|
20
|
+
return {
|
|
21
|
+
from: start,
|
|
22
|
+
to: oldEnd,
|
|
23
|
+
text: newVal.slice(start, newEnd)
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
class CodeMirrorView {
|
|
27
|
+
constructor(options) {
|
|
28
|
+
var _a;
|
|
29
|
+
this.updating = false;
|
|
30
|
+
// Store for later
|
|
31
|
+
this.node = options.node;
|
|
32
|
+
this.view = options.view;
|
|
33
|
+
const cmExtensions = ((_a = options.cmOptions) === null || _a === void 0 ? void 0 : _a.extensions) || [];
|
|
34
|
+
this.name = 'codeBlock', this.getPos = options.getPos;
|
|
35
|
+
const changeFilter = EditorState.changeFilter.of(tr => {
|
|
36
|
+
if (!tr.docChanged && !this.updating) {
|
|
37
|
+
this.forwardSelection();
|
|
38
|
+
}
|
|
39
|
+
return true;
|
|
40
|
+
});
|
|
41
|
+
// Create a CodeMirror instancew
|
|
42
|
+
this.cm = new EditorView({
|
|
43
|
+
dispatch: this.dispatch.bind(this)
|
|
44
|
+
});
|
|
45
|
+
// The editor's outer node is our DOM representation
|
|
46
|
+
this.dom = this.cm.dom;
|
|
47
|
+
const cmState = EditorState.create({
|
|
48
|
+
doc: this.node.textContent,
|
|
49
|
+
extensions: [theme, changeFilter, highlightActiveLine(), highlightActiveLineGutter(), lineNumbers(), keymap.of([{
|
|
50
|
+
key: 'ArrowUp',
|
|
51
|
+
run: this.mayBeEscape('line', -1)
|
|
52
|
+
}, {
|
|
53
|
+
key: 'ArrowLeft',
|
|
54
|
+
run: this.mayBeEscape('char', -1)
|
|
55
|
+
}, {
|
|
56
|
+
key: 'ArrowDown',
|
|
57
|
+
run: this.mayBeEscape('line', 1)
|
|
58
|
+
}, {
|
|
59
|
+
key: 'ArrowRight',
|
|
60
|
+
run: this.mayBeEscape('char', 1)
|
|
61
|
+
}, {
|
|
62
|
+
key: 'Ctrl-Enter',
|
|
63
|
+
run: () => {
|
|
64
|
+
if (exitCode(this.view.state, this.view.dispatch)) {
|
|
65
|
+
this.view.focus();
|
|
66
|
+
return true;
|
|
67
|
+
}
|
|
68
|
+
return false;
|
|
69
|
+
}
|
|
70
|
+
}]), cmExtensions]
|
|
71
|
+
});
|
|
72
|
+
this.cm.setState(cmState);
|
|
73
|
+
}
|
|
74
|
+
forwardSelection() {
|
|
75
|
+
if (!this.cm.hasFocus) {
|
|
76
|
+
return;
|
|
77
|
+
}
|
|
78
|
+
const {
|
|
79
|
+
state
|
|
80
|
+
} = this.view;
|
|
81
|
+
const selection = this.asProseMirrorSelection(state.doc);
|
|
82
|
+
if (!selection.eq(state.selection)) {
|
|
83
|
+
this.view.dispatch(state.tr.setSelection(selection));
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
asProseMirrorSelection(doc) {
|
|
87
|
+
const offset = this.getPos() + 1;
|
|
88
|
+
const {
|
|
89
|
+
anchor,
|
|
90
|
+
head
|
|
91
|
+
} = this.cm.state.selection.main;
|
|
92
|
+
return TextSelection.create(doc, anchor + offset, head + offset);
|
|
93
|
+
}
|
|
94
|
+
dispatch(cmTr) {
|
|
95
|
+
this.cm.setState(cmTr.state);
|
|
96
|
+
if (cmTr.docChanged && !this.updating) {
|
|
97
|
+
const start = this.getPos() + 1;
|
|
98
|
+
const cmValue = cmTr.state.doc.toString();
|
|
99
|
+
const change = computeChange(this.node.textContent, cmValue);
|
|
100
|
+
if (!change) {
|
|
101
|
+
return;
|
|
102
|
+
}
|
|
103
|
+
const content = change.text ? this.view.state.schema.text(change.text) : null;
|
|
104
|
+
const tr = this.view.state.tr.replaceWith(change.from + start, change.to + start, content);
|
|
105
|
+
this.view.dispatch(tr);
|
|
106
|
+
this.forwardSelection();
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
mayBeEscape(unit, dir) {
|
|
110
|
+
return view => {
|
|
111
|
+
const {
|
|
112
|
+
state
|
|
113
|
+
} = view;
|
|
114
|
+
const {
|
|
115
|
+
selection
|
|
116
|
+
} = state;
|
|
117
|
+
const offsetToPos = () => {
|
|
118
|
+
const offset = selection.main.from;
|
|
119
|
+
const line = state.doc.lineAt(offset);
|
|
120
|
+
return {
|
|
121
|
+
line: line.number,
|
|
122
|
+
ch: offset - line.from
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
const pos = offsetToPos();
|
|
126
|
+
const hasSelection = state.selection.ranges.some(r => !r.empty);
|
|
127
|
+
const firstLine = 1;
|
|
128
|
+
const lastLine = state.doc.lineAt(state.doc.length).number;
|
|
129
|
+
if (hasSelection || pos.line !== (dir < 0 ? firstLine : lastLine) || unit === 'char' && pos.ch !== (dir < 0 ? 0 : state.doc.line(pos.line).length)) {
|
|
130
|
+
return false;
|
|
131
|
+
}
|
|
132
|
+
const targetPos = this.getPos() + (dir < 0 ? 0 : this.node.nodeSize);
|
|
133
|
+
const pmSelection = Selection.near(this.view.state.doc.resolve(targetPos), dir);
|
|
134
|
+
this.view.dispatch(this.view.state.tr.setSelection(pmSelection).scrollIntoView());
|
|
135
|
+
this.view.focus();
|
|
136
|
+
return true;
|
|
137
|
+
};
|
|
138
|
+
}
|
|
139
|
+
update(node) {
|
|
140
|
+
if (node.type !== this.node.type) {
|
|
141
|
+
return false;
|
|
142
|
+
}
|
|
143
|
+
this.node = node;
|
|
144
|
+
const change = computeChange(this.cm.state.doc.toString(), node.textContent);
|
|
145
|
+
if (change) {
|
|
146
|
+
this.updating = true;
|
|
147
|
+
this.cm.dispatch({
|
|
148
|
+
changes: {
|
|
149
|
+
from: change.from,
|
|
150
|
+
to: change.to,
|
|
151
|
+
insert: change.text
|
|
152
|
+
}
|
|
153
|
+
});
|
|
154
|
+
this.updating = false;
|
|
155
|
+
}
|
|
156
|
+
return true;
|
|
157
|
+
}
|
|
158
|
+
setSelection(anchor, head) {
|
|
159
|
+
this.focus();
|
|
160
|
+
this.updating = true;
|
|
161
|
+
this.cm.dispatch({
|
|
162
|
+
selection: {
|
|
163
|
+
anchor,
|
|
164
|
+
head
|
|
165
|
+
}
|
|
166
|
+
});
|
|
167
|
+
this.updating = false;
|
|
168
|
+
}
|
|
169
|
+
focus() {
|
|
170
|
+
this.cm.focus();
|
|
171
|
+
this.forwardSelection();
|
|
172
|
+
}
|
|
173
|
+
selectNode() {
|
|
174
|
+
this.focus();
|
|
175
|
+
}
|
|
176
|
+
stopEvent() {
|
|
177
|
+
return true;
|
|
178
|
+
}
|
|
179
|
+
destroy() {
|
|
180
|
+
this.cm.destroy();
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
export { CodeMirrorView as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as CodeMirrorView } from './codemirrorView';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Extension } from '@codemirror/state';
|
|
2
|
+
import { HighlightStyle } from '@codemirror/language';
|
|
3
|
+
export declare const color: {
|
|
4
|
+
chalky: string;
|
|
5
|
+
coral: string;
|
|
6
|
+
cyan: string;
|
|
7
|
+
invalid: string;
|
|
8
|
+
ivory: string;
|
|
9
|
+
stone: string;
|
|
10
|
+
malibu: string;
|
|
11
|
+
sage: string;
|
|
12
|
+
whiskey: string;
|
|
13
|
+
violet: string;
|
|
14
|
+
darkBackground: string;
|
|
15
|
+
highlightBackground: string;
|
|
16
|
+
background: string;
|
|
17
|
+
tooltipBackground: string;
|
|
18
|
+
selection: string;
|
|
19
|
+
cursor: string;
|
|
20
|
+
};
|
|
21
|
+
export declare const orCodeTheme: Extension;
|
|
22
|
+
export declare const orCodeHighlightStyle: HighlightStyle;
|
|
23
|
+
declare const theme: Extension;
|
|
24
|
+
export default theme;
|
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
import { E as EditorView, ah as HighlightStyle, $ as tags, M as syntaxHighlighting } from '../../../../index-0d224ae5.js';
|
|
2
|
+
import '../../../../index.es-3f39f316.js';
|
|
3
|
+
|
|
4
|
+
// Using https://github.com/one-dark/vscode-one-dark-theme/ as reference for the colors
|
|
5
|
+
const chalky = 'var(--c-warning-darken-20)',
|
|
6
|
+
coral = 'var(--c-error)',
|
|
7
|
+
cyan = '#56b6c2',
|
|
8
|
+
invalid = 'var(--c-white)',
|
|
9
|
+
ivory = 'var(--c-neutral-6)',
|
|
10
|
+
stone = 'var(--c-neutral-5)',
|
|
11
|
+
// Brightened compared to original to increase contrast
|
|
12
|
+
malibu = '#61afef',
|
|
13
|
+
sage = 'var(--c-success)',
|
|
14
|
+
whiskey = 'var(--c-warning-darken-5)',
|
|
15
|
+
violet = '#c678dd',
|
|
16
|
+
darkBackground = 'var(--c-neutral-1)',
|
|
17
|
+
highlightBackground = 'var(--c-neutral-2)',
|
|
18
|
+
background = 'var(--c-neutral-1)',
|
|
19
|
+
tooltipBackground = 'var(--c-neutral-2)',
|
|
20
|
+
selection = 'var(--c-neutral-3)',
|
|
21
|
+
cursor = 'var(--c-primary)';
|
|
22
|
+
/// The colors used in the theme, as CSS color strings.
|
|
23
|
+
const color = {
|
|
24
|
+
chalky,
|
|
25
|
+
coral,
|
|
26
|
+
cyan,
|
|
27
|
+
invalid,
|
|
28
|
+
ivory,
|
|
29
|
+
stone,
|
|
30
|
+
malibu,
|
|
31
|
+
sage,
|
|
32
|
+
whiskey,
|
|
33
|
+
violet,
|
|
34
|
+
darkBackground,
|
|
35
|
+
highlightBackground,
|
|
36
|
+
background,
|
|
37
|
+
tooltipBackground,
|
|
38
|
+
selection,
|
|
39
|
+
cursor
|
|
40
|
+
};
|
|
41
|
+
/// The editor theme styles for One Dark.
|
|
42
|
+
const orCodeTheme = EditorView.theme({
|
|
43
|
+
'&': {
|
|
44
|
+
color: ivory,
|
|
45
|
+
backgroundColor: background
|
|
46
|
+
},
|
|
47
|
+
'.cm-content': {
|
|
48
|
+
caretColor: cursor
|
|
49
|
+
},
|
|
50
|
+
'.cm-button': {
|
|
51
|
+
background: highlightBackground,
|
|
52
|
+
color: 'var(--c-neutral-6)',
|
|
53
|
+
border: 0,
|
|
54
|
+
borderRadius: 'var(--s-2)'
|
|
55
|
+
},
|
|
56
|
+
'.cm-panel.cm-search input[type=checkbox]': {
|
|
57
|
+
display: 'inline-block',
|
|
58
|
+
verticalAlign: 'middle'
|
|
59
|
+
},
|
|
60
|
+
'.cm-cursor, .cm-dropCursor': {
|
|
61
|
+
borderLeftColor: cursor
|
|
62
|
+
},
|
|
63
|
+
'&.cm-focused .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection': {
|
|
64
|
+
backgroundColor: selection
|
|
65
|
+
},
|
|
66
|
+
'.cm-panels': {
|
|
67
|
+
backgroundColor: darkBackground,
|
|
68
|
+
color: ivory
|
|
69
|
+
},
|
|
70
|
+
'.cm-panels.cm-panels-top': {
|
|
71
|
+
borderBottom: '2px solid var(--c-neutral-2)'
|
|
72
|
+
},
|
|
73
|
+
'.cm-panels.cm-panels-bottom': {
|
|
74
|
+
borderTop: '2px solid var(--c-neutral-2)'
|
|
75
|
+
},
|
|
76
|
+
'.cm-searchMatch': {
|
|
77
|
+
backgroundColor: 'var(--c-neutral-1)',
|
|
78
|
+
outline: '1px solid var(--c-neutral-2)'
|
|
79
|
+
},
|
|
80
|
+
'.cm-searchMatch.cm-searchMatch-selected': {
|
|
81
|
+
backgroundColor: '#6199ff2f'
|
|
82
|
+
},
|
|
83
|
+
'.cm-activeLine': {
|
|
84
|
+
backgroundColor: '#6699ff0b'
|
|
85
|
+
},
|
|
86
|
+
'.cm-selectionMatch': {
|
|
87
|
+
backgroundColor: '#aafe661a'
|
|
88
|
+
},
|
|
89
|
+
'&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket': {
|
|
90
|
+
backgroundColor: '#bad0f847'
|
|
91
|
+
},
|
|
92
|
+
'.cm-gutters': {
|
|
93
|
+
backgroundColor: background,
|
|
94
|
+
color: stone,
|
|
95
|
+
border: 'none'
|
|
96
|
+
},
|
|
97
|
+
'.cm-activeLineGutter': {
|
|
98
|
+
backgroundColor: highlightBackground
|
|
99
|
+
},
|
|
100
|
+
'.cm-foldPlaceholder': {
|
|
101
|
+
backgroundColor: 'transparent',
|
|
102
|
+
border: 'none',
|
|
103
|
+
color: '#ddd'
|
|
104
|
+
},
|
|
105
|
+
'.cm-tooltip': {
|
|
106
|
+
border: 'none',
|
|
107
|
+
backgroundColor: tooltipBackground
|
|
108
|
+
},
|
|
109
|
+
'.cm-tooltip .cm-tooltip-arrow:before': {
|
|
110
|
+
borderTopColor: 'transparent',
|
|
111
|
+
borderBottomColor: 'transparent'
|
|
112
|
+
},
|
|
113
|
+
'.cm-tooltip .cm-tooltip-arrow:after': {
|
|
114
|
+
borderTopColor: tooltipBackground,
|
|
115
|
+
borderBottomColor: tooltipBackground
|
|
116
|
+
},
|
|
117
|
+
'.cm-tooltip-autocomplete': {
|
|
118
|
+
'& > ul > li[aria-selected]': {
|
|
119
|
+
backgroundColor: highlightBackground,
|
|
120
|
+
color: ivory
|
|
121
|
+
}
|
|
122
|
+
},
|
|
123
|
+
'.cm-textfield': {
|
|
124
|
+
outline: 'none',
|
|
125
|
+
background: background,
|
|
126
|
+
color: 'var(--c-neutral-6)',
|
|
127
|
+
backgroundColor: 'var(--c-neutral-1)',
|
|
128
|
+
border: '1px solid var(--c-neutral-2)',
|
|
129
|
+
borderRadius: 'var(--s-2)'
|
|
130
|
+
}
|
|
131
|
+
}, {
|
|
132
|
+
dark: true
|
|
133
|
+
});
|
|
134
|
+
/// The highlighting style for code in the One Dark theme.
|
|
135
|
+
const orCodeHighlightStyle = HighlightStyle.define([{
|
|
136
|
+
tag: tags.keyword,
|
|
137
|
+
color: violet
|
|
138
|
+
}, {
|
|
139
|
+
tag: [tags.name, tags.deleted, tags.character, tags.propertyName, tags.macroName],
|
|
140
|
+
color: coral
|
|
141
|
+
}, {
|
|
142
|
+
tag: [tags.function(tags.variableName), tags.labelName],
|
|
143
|
+
color: malibu
|
|
144
|
+
}, {
|
|
145
|
+
tag: [tags.color, tags.constant(tags.name), tags.standard(tags.name)],
|
|
146
|
+
color: whiskey
|
|
147
|
+
}, {
|
|
148
|
+
tag: [tags.definition(tags.name), tags.separator],
|
|
149
|
+
color: ivory
|
|
150
|
+
}, {
|
|
151
|
+
tag: [tags.typeName, tags.className, tags.number, tags.changed, tags.annotation, tags.modifier, tags.self, tags.namespace],
|
|
152
|
+
color: chalky
|
|
153
|
+
}, {
|
|
154
|
+
tag: [tags.operator, tags.operatorKeyword, tags.url, tags.escape, tags.regexp, tags.link, tags.special(tags.string)],
|
|
155
|
+
color: cyan
|
|
156
|
+
}, {
|
|
157
|
+
tag: [tags.meta, tags.comment],
|
|
158
|
+
color: stone
|
|
159
|
+
}, {
|
|
160
|
+
tag: tags.strong,
|
|
161
|
+
fontWeight: 'bold'
|
|
162
|
+
}, {
|
|
163
|
+
tag: tags.emphasis,
|
|
164
|
+
fontStyle: 'italic'
|
|
165
|
+
}, {
|
|
166
|
+
tag: tags.strikethrough,
|
|
167
|
+
textDecoration: 'line-through'
|
|
168
|
+
}, {
|
|
169
|
+
tag: tags.link,
|
|
170
|
+
color: stone,
|
|
171
|
+
textDecoration: 'underline'
|
|
172
|
+
}, {
|
|
173
|
+
tag: tags.heading,
|
|
174
|
+
fontWeight: 'bold',
|
|
175
|
+
color: coral
|
|
176
|
+
}, {
|
|
177
|
+
tag: [tags.atom, tags.bool, tags.special(tags.variableName)],
|
|
178
|
+
color: whiskey
|
|
179
|
+
}, {
|
|
180
|
+
tag: [tags.processingInstruction, tags.string, tags.inserted],
|
|
181
|
+
color: sage
|
|
182
|
+
}, {
|
|
183
|
+
tag: tags.invalid,
|
|
184
|
+
color: invalid
|
|
185
|
+
}]);
|
|
186
|
+
/// Extension to enable the One Dark theme (both the editor theme and
|
|
187
|
+
/// the highlight style).
|
|
188
|
+
const theme = [orCodeTheme, syntaxHighlighting(orCodeHighlightStyle)];
|
|
189
|
+
|
|
190
|
+
export { color, theme as default, orCodeHighlightStyle, orCodeTheme };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { EditorView } from 'prosemirror-view';
|
|
2
|
+
import type { Node as ProsemirrorNode } from 'prosemirror-model';
|
|
3
|
+
import type { Extension } from '@codemirror/state';
|
|
4
|
+
export interface ComputeChange {
|
|
5
|
+
from: number;
|
|
6
|
+
to: number;
|
|
7
|
+
text: string;
|
|
8
|
+
}
|
|
9
|
+
interface CMOptions {
|
|
10
|
+
extensions: Extension;
|
|
11
|
+
}
|
|
12
|
+
export type GetPos = () => number | undefined;
|
|
13
|
+
export interface CodeMirrorViewOptions {
|
|
14
|
+
node: ProsemirrorNode;
|
|
15
|
+
view: EditorView;
|
|
16
|
+
getPos: GetPos;
|
|
17
|
+
cmOptions?: CMOptions;
|
|
18
|
+
}
|
|
19
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
import { BUTTON_SIZE } from '../or-button-v2';
|
|
2
|
-
declare const _default: import("vue-
|
|
2
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
3
|
+
inputRef: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
4
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
5
|
+
} | string[], {} & {}, {
|
|
6
|
+
[x: number]: string;
|
|
7
|
+
} | {}, true> | undefined>;
|
|
8
|
+
localValue: import("@vue/composition-api").Ref<string>;
|
|
9
|
+
}> & import("@vue/composition-api").Data, {
|
|
10
|
+
onClick(): void;
|
|
11
|
+
onModelValueUpdate(value: string): void;
|
|
12
|
+
}, {
|
|
13
|
+
hasValue(): boolean;
|
|
14
|
+
currentButtonIcon(): string;
|
|
15
|
+
size(): BUTTON_SIZE;
|
|
16
|
+
}, {
|
|
3
17
|
modelValue: {
|
|
4
18
|
type: StringConstructor;
|
|
5
19
|
default: string;
|
|
@@ -50,17 +64,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
50
64
|
isDisabled: BooleanConstructor;
|
|
51
65
|
isReadonly: BooleanConstructor;
|
|
52
66
|
isInvalid: BooleanConstructor;
|
|
53
|
-
}, {
|
|
54
|
-
inputRef: import("vue-demi").Ref<any>;
|
|
55
|
-
localValue: import("vue-demi").Ref<string>;
|
|
56
|
-
}, unknown, {
|
|
57
|
-
hasValue(): boolean;
|
|
58
|
-
currentButtonIcon(): string;
|
|
59
|
-
size(): BUTTON_SIZE;
|
|
60
|
-
}, {
|
|
61
|
-
onClick(): void;
|
|
62
|
-
onModelValueUpdate(value: string): void;
|
|
63
|
-
}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("search" | "update:modelValue" | "focus" | "blur" | "input" | "clear" | "keypress" | "keyup" | "keydown")[], "search" | "update:modelValue" | "focus" | "blur" | "input" | "clear" | "keypress" | "keyup" | "keydown", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
67
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
64
68
|
modelValue: {
|
|
65
69
|
type: StringConstructor;
|
|
66
70
|
default: string;
|
|
@@ -111,18 +115,44 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
111
115
|
isDisabled: BooleanConstructor;
|
|
112
116
|
isReadonly: BooleanConstructor;
|
|
113
117
|
isInvalid: BooleanConstructor;
|
|
114
|
-
}>> & {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
118
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
119
|
+
modelValue: string;
|
|
120
|
+
isSmall: boolean;
|
|
121
|
+
isRequired: boolean;
|
|
122
|
+
isDisabled: boolean;
|
|
123
|
+
isReadonly: boolean;
|
|
124
|
+
isInvalid: boolean;
|
|
125
|
+
htmlId: string;
|
|
126
|
+
placeholder: string;
|
|
127
|
+
label: string;
|
|
128
|
+
error: string;
|
|
129
|
+
hint: string;
|
|
130
|
+
debounce: number;
|
|
131
|
+
isUsingTrim: boolean;
|
|
132
|
+
maxLength: number;
|
|
133
|
+
} & {} & {
|
|
134
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
135
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
136
|
+
inputRef: import("@vue/composition-api").Ref<import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
|
|
137
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
138
|
+
} | string[], {} & {}, {
|
|
139
|
+
[x: number]: string;
|
|
140
|
+
} | {}, true> | undefined>;
|
|
141
|
+
localValue: import("@vue/composition-api").Ref<string>;
|
|
142
|
+
}>, import("@vue/composition-api").Data, {
|
|
143
|
+
hasValue(): boolean;
|
|
144
|
+
currentButtonIcon(): string;
|
|
145
|
+
size(): BUTTON_SIZE;
|
|
124
146
|
}, {
|
|
147
|
+
onClick(): void;
|
|
148
|
+
onModelValueUpdate(value: string): void;
|
|
149
|
+
}, {}, {}, string[], {
|
|
125
150
|
modelValue: string;
|
|
151
|
+
isSmall: boolean;
|
|
152
|
+
isRequired: boolean;
|
|
153
|
+
isDisabled: boolean;
|
|
154
|
+
isReadonly: boolean;
|
|
155
|
+
isInvalid: boolean;
|
|
126
156
|
htmlId: string;
|
|
127
157
|
placeholder: string;
|
|
128
158
|
label: string;
|
|
@@ -131,10 +161,22 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
131
161
|
debounce: number;
|
|
132
162
|
isUsingTrim: boolean;
|
|
133
163
|
maxLength: number;
|
|
164
|
+
} & {} & {
|
|
165
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
166
|
+
}, {
|
|
167
|
+
modelValue: string;
|
|
134
168
|
isSmall: boolean;
|
|
135
169
|
isRequired: boolean;
|
|
136
170
|
isDisabled: boolean;
|
|
137
171
|
isReadonly: boolean;
|
|
138
172
|
isInvalid: boolean;
|
|
139
|
-
|
|
173
|
+
htmlId: string;
|
|
174
|
+
placeholder: string;
|
|
175
|
+
label: string;
|
|
176
|
+
error: string;
|
|
177
|
+
hint: string;
|
|
178
|
+
debounce: number;
|
|
179
|
+
isUsingTrim: boolean;
|
|
180
|
+
maxLength: number;
|
|
181
|
+
}, true>);
|
|
140
182
|
export default _default;
|