@onereach/ui-components 4.3.12 → 4.4.0-beta.2673.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 +2136 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +209 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/index.d.ts +1 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/index.js +69 -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/OrSelectV3/OrSelect.js +1 -2
- 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 +16 -3
- package/dist/bundled/{v3/index-cf2c3c27.js → v2/index-0d224ae5.js} +3 -115
- package/dist/bundled/v2/index-1182caa8.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 +19 -6
- package/dist/bundled/v2/markdown-d704b3a8.js +17975 -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-e5a8f92a.js → OrConfirm.vue_vue_type_script_lang-4eaa8470.js} +2 -2
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-23e4ce08.js → OrConfirm.vue_vue_type_script_lang-dca252a7.js} +1 -1
- package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-2c009ee0.js +108 -0
- package/dist/bundled/v3/OrRichTextEditor.vue_vue_type_script_lang-55afeb38.js +1861 -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 +74 -27
- 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 +273 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +209 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.d.ts +1 -0
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +85 -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.js +1 -2
- 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 +69 -24
- 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/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 +21 -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-1182caa8.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 +25 -11
- package/dist/bundled/v3/markdown-d704b3a8.js +17975 -0
- package/dist/bundled/v3/useFocusTrap-48767a70.js +1348 -0
- package/dist/esm/v2/OrRichTextEditor-3a078ea0.js +849 -0
- package/dist/esm/v2/{OrSelect-9d6b3363.js → OrSelect-9c8f96b2.js} +1 -2
- 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 +25 -1
- package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +209 -0
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.d.ts +1 -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/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-select-v3/index.js +1 -1
- 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 +25 -1
- package/dist/esm/v3/OrRichTextEditor-7264ad21.js +807 -0
- package/dist/esm/v3/{OrSelect-3dbddc6b.js → OrSelect-b1d7651a.js} +1 -2
- 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 +25 -1
- 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 +74 -27
- 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 +209 -0
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.d.ts +1 -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/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-select-v3/index.js +1 -1
- 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 +69 -24
- 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-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 +25 -1
- package/package.json +25 -5
- package/src/components/index.ts +1 -0
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.docs.mdx +7 -0
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.ts +123 -0
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +722 -0
- package/src/components/or-rich-text-editor-v3/index.ts +1 -0
- package/src/components/or-rich-text-editor-v3/styles.ts +55 -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 +117 -0
- package/src/components/or-select-v3/OrSelect.stories3.ts +1 -39
- package/src/components/or-select-v3/OrSelect.vue +0 -1
- /package/dist/bundled/v2/{index-968c331a.js → index-f6664cb1.js} +0 -0
- /package/dist/bundled/v3/{index-968c331a.js → index-f6664cb1.js} +0 -0
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { ToastType } from './constants';
|
|
3
3
|
import { ToastLink } from './types';
|
|
4
|
-
declare const _default: import("vue-
|
|
4
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data> & import("@vue/composition-api").Data, {
|
|
5
|
+
onClose(): void;
|
|
6
|
+
onLinkClick(e: MouseEvent): void;
|
|
7
|
+
}, {
|
|
8
|
+
getEmoji(): string | null;
|
|
9
|
+
hrefTarget(): string;
|
|
10
|
+
}, {
|
|
5
11
|
toastType: {
|
|
6
12
|
type: PropType<ToastType>;
|
|
7
13
|
default: null;
|
|
@@ -22,13 +28,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
22
28
|
type: NumberConstructor;
|
|
23
29
|
default: null;
|
|
24
30
|
};
|
|
25
|
-
},
|
|
26
|
-
getEmoji(): string | null;
|
|
27
|
-
hrefTarget(): string;
|
|
28
|
-
}, {
|
|
29
|
-
onClose(): void;
|
|
30
|
-
onLinkClick(e: MouseEvent): void;
|
|
31
|
-
}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, "close"[], "close", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
31
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
32
32
|
toastType: {
|
|
33
33
|
type: PropType<ToastType>;
|
|
34
34
|
default: null;
|
|
@@ -49,13 +49,33 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
49
49
|
type: NumberConstructor;
|
|
50
50
|
default: null;
|
|
51
51
|
};
|
|
52
|
-
}>> & {
|
|
53
|
-
|
|
52
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
53
|
+
toastType: ToastType;
|
|
54
|
+
link: ToastLink;
|
|
55
|
+
messageText: string;
|
|
56
|
+
dismissible: boolean;
|
|
57
|
+
loadingProgress: number;
|
|
58
|
+
} & {} & {
|
|
59
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
60
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data>, import("@vue/composition-api").Data, {
|
|
61
|
+
getEmoji(): string | null;
|
|
62
|
+
hrefTarget(): string;
|
|
54
63
|
}, {
|
|
64
|
+
onClose(): void;
|
|
65
|
+
onLinkClick(e: MouseEvent): void;
|
|
66
|
+
}, {}, {}, string[], {
|
|
67
|
+
toastType: ToastType;
|
|
55
68
|
link: ToastLink;
|
|
69
|
+
messageText: string;
|
|
70
|
+
dismissible: boolean;
|
|
71
|
+
loadingProgress: number;
|
|
72
|
+
} & {} & {
|
|
73
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
74
|
+
}, {
|
|
56
75
|
toastType: ToastType;
|
|
76
|
+
link: ToastLink;
|
|
57
77
|
messageText: string;
|
|
58
78
|
dismissible: boolean;
|
|
59
79
|
loadingProgress: number;
|
|
60
|
-
}
|
|
80
|
+
}, true>);
|
|
61
81
|
export default _default;
|
|
@@ -1,7 +1,29 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { Position, ToastBehaviour, ToastConfiguration } from '../types';
|
|
3
3
|
import { PositionsX, PositionsY, TransitionType } from '../constants';
|
|
4
|
-
declare const _default: import("vue-
|
|
4
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
5
|
+
on: (namedQueue: import("../composable/useToastEventBus").ToastEventsBusEvents, listener: import("@vueuse/core").EventBusListener<ToastConfiguration, any>) => void;
|
|
6
|
+
off: (namedQueue: import("../composable/useToastEventBus").ToastEventsBusEvents, listener: import("@vueuse/core").EventBusListener<ToastConfiguration, any>) => void;
|
|
7
|
+
isActive: import("@vue/composition-api").Ref<boolean>;
|
|
8
|
+
toggle: (value?: boolean | undefined) => boolean;
|
|
9
|
+
queue: import("@vue/composition-api").Ref<import("@vue/composition-api").Ref<ToastConfiguration>[]>;
|
|
10
|
+
addItem: (item: ToastConfiguration) => void;
|
|
11
|
+
removeItem: (condition: (i: ToastConfiguration, index: number, queue: import("@vue/composition-api").Ref<ToastConfiguration>[]) => boolean) => void;
|
|
12
|
+
clearAll: () => void;
|
|
13
|
+
getItem: (condition: (i: ToastConfiguration, index: number, queue: import("@vue/composition-api").Ref<ToastConfiguration>[]) => boolean) => import("@vue/composition-api").Ref<ToastConfiguration>;
|
|
14
|
+
}> & import("@vue/composition-api").Data, {
|
|
15
|
+
createToast(toastConfiguration: ToastConfiguration): void;
|
|
16
|
+
toastUpdate(toast: ToastConfiguration): void;
|
|
17
|
+
toastRemove(toast: ToastConfiguration): void;
|
|
18
|
+
onToastEnter(toast: ToastConfiguration): void;
|
|
19
|
+
onToastLeave(toast: ToastConfiguration): void;
|
|
20
|
+
onClick(toastBehaviour: ToastBehaviour): void;
|
|
21
|
+
onToastHidden(): void;
|
|
22
|
+
}, {
|
|
23
|
+
getQueue(): ToastConfiguration[];
|
|
24
|
+
classes(): (Record<string, boolean> | string)[];
|
|
25
|
+
transitionName(): string;
|
|
26
|
+
}, {
|
|
5
27
|
includeHeaderHeight: {
|
|
6
28
|
type: BooleanConstructor;
|
|
7
29
|
default: boolean;
|
|
@@ -17,17 +39,37 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
17
39
|
type: PropType<TransitionType>;
|
|
18
40
|
default: TransitionType;
|
|
19
41
|
};
|
|
20
|
-
}, {
|
|
42
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
43
|
+
includeHeaderHeight: {
|
|
44
|
+
type: BooleanConstructor;
|
|
45
|
+
default: boolean;
|
|
46
|
+
};
|
|
47
|
+
position: {
|
|
48
|
+
type: PropType<Position>;
|
|
49
|
+
default: () => {
|
|
50
|
+
positionX: PositionsX;
|
|
51
|
+
positionY: PositionsY;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
transition: {
|
|
55
|
+
type: PropType<TransitionType>;
|
|
56
|
+
default: TransitionType;
|
|
57
|
+
};
|
|
58
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
59
|
+
includeHeaderHeight: boolean;
|
|
60
|
+
position: Position;
|
|
61
|
+
transition: TransitionType;
|
|
62
|
+
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
21
63
|
on: (namedQueue: import("../composable/useToastEventBus").ToastEventsBusEvents, listener: import("@vueuse/core").EventBusListener<ToastConfiguration, any>) => void;
|
|
22
64
|
off: (namedQueue: import("../composable/useToastEventBus").ToastEventsBusEvents, listener: import("@vueuse/core").EventBusListener<ToastConfiguration, any>) => void;
|
|
23
|
-
isActive: import("vue-
|
|
65
|
+
isActive: import("@vue/composition-api").Ref<boolean>;
|
|
24
66
|
toggle: (value?: boolean | undefined) => boolean;
|
|
25
|
-
queue: import("vue-
|
|
67
|
+
queue: import("@vue/composition-api").Ref<import("@vue/composition-api").Ref<ToastConfiguration>[]>;
|
|
26
68
|
addItem: (item: ToastConfiguration) => void;
|
|
27
|
-
removeItem: (condition: (i: ToastConfiguration, index: number, queue: import("vue-
|
|
69
|
+
removeItem: (condition: (i: ToastConfiguration, index: number, queue: import("@vue/composition-api").Ref<ToastConfiguration>[]) => boolean) => void;
|
|
28
70
|
clearAll: () => void;
|
|
29
|
-
getItem: (condition: (i: ToastConfiguration, index: number, queue: import("vue-
|
|
30
|
-
}
|
|
71
|
+
getItem: (condition: (i: ToastConfiguration, index: number, queue: import("@vue/composition-api").Ref<ToastConfiguration>[]) => boolean) => import("@vue/composition-api").Ref<ToastConfiguration>;
|
|
72
|
+
}>, import("@vue/composition-api").Data, {
|
|
31
73
|
getQueue(): ToastConfiguration[];
|
|
32
74
|
classes(): (Record<string, boolean> | string)[];
|
|
33
75
|
transitionName(): string;
|
|
@@ -39,25 +81,13 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
39
81
|
onToastLeave(toast: ToastConfiguration): void;
|
|
40
82
|
onClick(toastBehaviour: ToastBehaviour): void;
|
|
41
83
|
onToastHidden(): void;
|
|
42
|
-
},
|
|
43
|
-
includeHeaderHeight:
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
position: {
|
|
48
|
-
type: PropType<Position>;
|
|
49
|
-
default: () => {
|
|
50
|
-
positionX: PositionsX;
|
|
51
|
-
positionY: PositionsY;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
transition: {
|
|
55
|
-
type: PropType<TransitionType>;
|
|
56
|
-
default: TransitionType;
|
|
57
|
-
};
|
|
58
|
-
}>>, {
|
|
84
|
+
}, {}, {}, {}, {
|
|
85
|
+
includeHeaderHeight: boolean;
|
|
86
|
+
position: Position;
|
|
87
|
+
transition: TransitionType;
|
|
88
|
+
} & {}, {
|
|
59
89
|
includeHeaderHeight: boolean;
|
|
60
90
|
position: Position;
|
|
61
91
|
transition: TransitionType;
|
|
62
|
-
}
|
|
92
|
+
}, true>);
|
|
63
93
|
export default _default;
|
|
@@ -1,34 +1,21 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { TransitionType } from '../props';
|
|
3
3
|
import { Position, ToastBehaviour, ToastConfiguration } from '../types';
|
|
4
|
-
declare const _default: import("vue-
|
|
5
|
-
includeHeaderHeight: {
|
|
6
|
-
type: BooleanConstructor;
|
|
7
|
-
default: boolean;
|
|
8
|
-
};
|
|
9
|
-
position: {
|
|
10
|
-
type: PropType<Position>;
|
|
11
|
-
default: Position;
|
|
12
|
-
};
|
|
13
|
-
transition: {
|
|
14
|
-
type: PropType<TransitionType>;
|
|
15
|
-
default: TransitionType;
|
|
16
|
-
};
|
|
17
|
-
}, {
|
|
4
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
18
5
|
on: (namedQueue: import("../composable/useToastEventBus").ToastEventsBusEvents, listener: import("@vueuse/core").EventBusListener<ToastConfiguration, any>) => void;
|
|
19
6
|
off: (namedQueue: import("../composable/useToastEventBus").ToastEventsBusEvents, listener: import("@vueuse/core").EventBusListener<ToastConfiguration, any>) => void;
|
|
20
|
-
classes: import("vue-
|
|
7
|
+
classes: import("@vue/composition-api").ComputedRef<(string | {
|
|
21
8
|
'position--top--with-header': boolean;
|
|
22
9
|
})[]>;
|
|
23
|
-
transitionName: import("vue-
|
|
24
|
-
isActive: import("vue-
|
|
10
|
+
transitionName: import("@vue/composition-api").ComputedRef<string>;
|
|
11
|
+
isActive: import("@vue/composition-api").Ref<boolean>;
|
|
25
12
|
toggle: (value?: boolean | undefined) => boolean;
|
|
26
13
|
addItem: (item: ToastConfiguration) => void;
|
|
27
|
-
removeItem: (condition: (i: ToastConfiguration, index: number, queue: import("vue-
|
|
14
|
+
removeItem: (condition: (i: ToastConfiguration, index: number, queue: import("@vue/composition-api").Ref<ToastConfiguration>[]) => boolean) => void;
|
|
28
15
|
clearAll: () => void;
|
|
29
|
-
getItem: (condition: (i: ToastConfiguration, index: number, queue: import("vue-
|
|
30
|
-
queue: import("vue-
|
|
31
|
-
root: import("vue-
|
|
16
|
+
getItem: (condition: (i: ToastConfiguration, index: number, queue: import("@vue/composition-api").Ref<ToastConfiguration>[]) => boolean) => import("@vue/composition-api").Ref<ToastConfiguration>;
|
|
17
|
+
queue: import("@vue/composition-api").ComputedRef<ToastConfiguration[]>;
|
|
18
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
32
19
|
createToast: (toastConfiguration: ToastConfiguration) => void;
|
|
33
20
|
toastUpdate: (toast: ToastConfiguration) => void;
|
|
34
21
|
toastRemove: (toast: ToastConfiguration) => void;
|
|
@@ -36,7 +23,20 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
36
23
|
onToastLeave: (toast: ToastConfiguration) => void;
|
|
37
24
|
onClick: (toastBehaviour: ToastBehaviour) => void;
|
|
38
25
|
onToastHidden: () => void;
|
|
39
|
-
}
|
|
26
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
27
|
+
includeHeaderHeight: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
position: {
|
|
32
|
+
type: PropType<Position>;
|
|
33
|
+
default: Position;
|
|
34
|
+
};
|
|
35
|
+
transition: {
|
|
36
|
+
type: PropType<TransitionType>;
|
|
37
|
+
default: TransitionType;
|
|
38
|
+
};
|
|
39
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
40
40
|
includeHeaderHeight: {
|
|
41
41
|
type: BooleanConstructor;
|
|
42
42
|
default: boolean;
|
|
@@ -49,9 +49,39 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
49
49
|
type: PropType<TransitionType>;
|
|
50
50
|
default: TransitionType;
|
|
51
51
|
};
|
|
52
|
-
}
|
|
52
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
53
|
+
includeHeaderHeight: boolean;
|
|
54
|
+
position: Position;
|
|
55
|
+
transition: TransitionType;
|
|
56
|
+
} & {}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
57
|
+
on: (namedQueue: import("../composable/useToastEventBus").ToastEventsBusEvents, listener: import("@vueuse/core").EventBusListener<ToastConfiguration, any>) => void;
|
|
58
|
+
off: (namedQueue: import("../composable/useToastEventBus").ToastEventsBusEvents, listener: import("@vueuse/core").EventBusListener<ToastConfiguration, any>) => void;
|
|
59
|
+
classes: import("@vue/composition-api").ComputedRef<(string | {
|
|
60
|
+
'position--top--with-header': boolean;
|
|
61
|
+
})[]>;
|
|
62
|
+
transitionName: import("@vue/composition-api").ComputedRef<string>;
|
|
63
|
+
isActive: import("@vue/composition-api").Ref<boolean>;
|
|
64
|
+
toggle: (value?: boolean | undefined) => boolean;
|
|
65
|
+
addItem: (item: ToastConfiguration) => void;
|
|
66
|
+
removeItem: (condition: (i: ToastConfiguration, index: number, queue: import("@vue/composition-api").Ref<ToastConfiguration>[]) => boolean) => void;
|
|
67
|
+
clearAll: () => void;
|
|
68
|
+
getItem: (condition: (i: ToastConfiguration, index: number, queue: import("@vue/composition-api").Ref<ToastConfiguration>[]) => boolean) => import("@vue/composition-api").Ref<ToastConfiguration>;
|
|
69
|
+
queue: import("@vue/composition-api").ComputedRef<ToastConfiguration[]>;
|
|
70
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
71
|
+
createToast: (toastConfiguration: ToastConfiguration) => void;
|
|
72
|
+
toastUpdate: (toast: ToastConfiguration) => void;
|
|
73
|
+
toastRemove: (toast: ToastConfiguration) => void;
|
|
74
|
+
onToastEnter: (toast: ToastConfiguration) => void;
|
|
75
|
+
onToastLeave: (toast: ToastConfiguration) => void;
|
|
76
|
+
onClick: (toastBehaviour: ToastBehaviour) => void;
|
|
77
|
+
onToastHidden: () => void;
|
|
78
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
79
|
+
includeHeaderHeight: boolean;
|
|
80
|
+
position: Position;
|
|
81
|
+
transition: TransitionType;
|
|
82
|
+
} & {}, {
|
|
53
83
|
includeHeaderHeight: boolean;
|
|
54
84
|
position: Position;
|
|
55
85
|
transition: TransitionType;
|
|
56
|
-
}
|
|
86
|
+
}, true>);
|
|
57
87
|
export default _default;
|
|
@@ -1,7 +1,17 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { ToastType } from './props';
|
|
3
3
|
import { ToastLink } from './types';
|
|
4
|
-
declare const _default: import("vue-
|
|
4
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
5
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
6
|
+
toastIconStyle: import("@vue/composition-api").ComputedRef<string[]>;
|
|
7
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
8
|
+
loaderStyle: import("@vue/composition-api").ComputedRef<string[]>;
|
|
9
|
+
messageStyle: import("@vue/composition-api").ComputedRef<string[]>;
|
|
10
|
+
emojiSrc: import("@vue/composition-api").ComputedRef<string | null>;
|
|
11
|
+
hrefTarget: import("@vue/composition-api").ComputedRef<"_blank" | "_parent" | "_self">;
|
|
12
|
+
onClose: () => void;
|
|
13
|
+
onLinkClick: (event: MouseEvent) => void;
|
|
14
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
5
15
|
toastType: {
|
|
6
16
|
type: PropType<ToastType>;
|
|
7
17
|
default: ToastType;
|
|
@@ -18,17 +28,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
18
28
|
type: BooleanConstructor;
|
|
19
29
|
default: boolean;
|
|
20
30
|
};
|
|
21
|
-
}, {
|
|
22
|
-
root: import("vue-demi").Ref<HTMLElement | undefined>;
|
|
23
|
-
toastIconStyle: import("vue-demi").ComputedRef<string[]>;
|
|
24
|
-
rootStyles: import("vue-demi").ComputedRef<string[]>;
|
|
25
|
-
loaderStyle: import("vue-demi").ComputedRef<string[]>;
|
|
26
|
-
messageStyle: import("vue-demi").ComputedRef<string[]>;
|
|
27
|
-
emojiSrc: import("vue-demi").ComputedRef<string | null>;
|
|
28
|
-
hrefTarget: import("vue-demi").ComputedRef<"_blank" | "_parent" | "_self">;
|
|
29
|
-
onClose: () => void;
|
|
30
|
-
onLinkClick: (event: MouseEvent) => void;
|
|
31
|
-
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, "close"[], "close", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
31
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
32
32
|
toastType: {
|
|
33
33
|
type: PropType<ToastType>;
|
|
34
34
|
default: ToastType;
|
|
@@ -45,12 +45,34 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
45
45
|
type: BooleanConstructor;
|
|
46
46
|
default: boolean;
|
|
47
47
|
};
|
|
48
|
-
}>> & {
|
|
49
|
-
|
|
50
|
-
}, {
|
|
48
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
49
|
+
toastType: ToastType;
|
|
51
50
|
link: ToastLink;
|
|
51
|
+
messageText: string;
|
|
52
|
+
dismissible: boolean;
|
|
53
|
+
} & {} & {
|
|
54
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
55
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
56
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
57
|
+
toastIconStyle: import("@vue/composition-api").ComputedRef<string[]>;
|
|
58
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
59
|
+
loaderStyle: import("@vue/composition-api").ComputedRef<string[]>;
|
|
60
|
+
messageStyle: import("@vue/composition-api").ComputedRef<string[]>;
|
|
61
|
+
emojiSrc: import("@vue/composition-api").ComputedRef<string | null>;
|
|
62
|
+
hrefTarget: import("@vue/composition-api").ComputedRef<"_blank" | "_parent" | "_self">;
|
|
63
|
+
onClose: () => void;
|
|
64
|
+
onLinkClick: (event: MouseEvent) => void;
|
|
65
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
66
|
+
toastType: ToastType;
|
|
67
|
+
link: ToastLink;
|
|
68
|
+
messageText: string;
|
|
69
|
+
dismissible: boolean;
|
|
70
|
+
} & {} & {
|
|
71
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
72
|
+
}, {
|
|
52
73
|
toastType: ToastType;
|
|
74
|
+
link: ToastLink;
|
|
53
75
|
messageText: string;
|
|
54
76
|
dismissible: boolean;
|
|
55
|
-
}
|
|
77
|
+
}, true>);
|
|
56
78
|
export default _default;
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { OrFloatingPlacements } from '../or-floating';
|
|
3
|
-
declare const _default: import("vue-
|
|
3
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
|
+
trigger: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
+
}> & {
|
|
6
|
+
isShown: boolean;
|
|
7
|
+
}, {
|
|
8
|
+
show(): void;
|
|
9
|
+
hide(): void;
|
|
10
|
+
}, {}, {
|
|
4
11
|
modelValue: {
|
|
5
12
|
type: PropType<boolean>;
|
|
6
13
|
required: false;
|
|
@@ -26,14 +33,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
26
33
|
required: false;
|
|
27
34
|
default: boolean;
|
|
28
35
|
};
|
|
29
|
-
}, {
|
|
30
|
-
trigger: import("vue-demi").Ref<HTMLElement | undefined>;
|
|
31
|
-
}, {
|
|
32
|
-
isShown: boolean;
|
|
33
|
-
}, {}, {
|
|
34
|
-
show(): void;
|
|
35
|
-
hide(): void;
|
|
36
|
-
}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, ("update:modelValue" | "show" | "hide")[], "update:modelValue" | "show" | "hide", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
36
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
37
37
|
modelValue: {
|
|
38
38
|
type: PropType<boolean>;
|
|
39
39
|
required: false;
|
|
@@ -59,15 +59,34 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
59
59
|
required: false;
|
|
60
60
|
default: boolean;
|
|
61
61
|
};
|
|
62
|
-
}>> & {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
62
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
63
|
+
modelValue: boolean;
|
|
64
|
+
isVisible: boolean;
|
|
65
|
+
placement: OrFloatingPlacements;
|
|
66
|
+
content: string;
|
|
67
|
+
triggerOnParent: boolean;
|
|
68
|
+
} & {} & {
|
|
69
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
70
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
71
|
+
trigger: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
72
|
+
}>, {
|
|
73
|
+
isShown: boolean;
|
|
74
|
+
}, {}, {
|
|
75
|
+
show(): void;
|
|
76
|
+
hide(): void;
|
|
77
|
+
}, {}, {}, string[], {
|
|
78
|
+
modelValue: boolean;
|
|
79
|
+
isVisible: boolean;
|
|
80
|
+
placement: OrFloatingPlacements;
|
|
81
|
+
content: string;
|
|
82
|
+
triggerOnParent: boolean;
|
|
83
|
+
} & {} & {
|
|
84
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
66
85
|
}, {
|
|
67
86
|
modelValue: boolean;
|
|
68
87
|
isVisible: boolean;
|
|
69
88
|
placement: OrFloatingPlacements;
|
|
70
89
|
content: string;
|
|
71
90
|
triggerOnParent: boolean;
|
|
72
|
-
}
|
|
91
|
+
}, true>);
|
|
73
92
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
|
-
declare const _default: import("vue-
|
|
2
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data> & import("@vue/composition-api").Data, {}, {}, {
|
|
3
3
|
isShown: {
|
|
4
4
|
type: PropType<boolean>;
|
|
5
5
|
required: false;
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
12
12
|
default: string;
|
|
13
13
|
validator: (value?: any) => value is string;
|
|
14
14
|
};
|
|
15
|
-
},
|
|
15
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
16
16
|
isShown: {
|
|
17
17
|
type: PropType<boolean>;
|
|
18
18
|
required: false;
|
|
@@ -25,8 +25,14 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
25
25
|
default: string;
|
|
26
26
|
validator: (value?: any) => value is string;
|
|
27
27
|
};
|
|
28
|
-
}
|
|
28
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
29
29
|
isShown: boolean;
|
|
30
30
|
content: string;
|
|
31
|
-
}
|
|
31
|
+
} & {}, import("@vue/composition-api").ShallowUnwrapRef<import("@vue/composition-api").Data>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {
|
|
32
|
+
isShown: boolean;
|
|
33
|
+
content: string;
|
|
34
|
+
} & {}, {
|
|
35
|
+
isShown: boolean;
|
|
36
|
+
content: string;
|
|
37
|
+
}, true>);
|
|
32
38
|
export default _default;
|
|
@@ -1,6 +1,18 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { TooltipPlacement } from './props';
|
|
3
|
-
declare const _default: import("vue-
|
|
3
|
+
declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
4
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
5
|
+
popover: 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, {
|
|
6
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
7
|
+
} | string[], {} & {}, {
|
|
8
|
+
[x: number]: string;
|
|
9
|
+
} | {}, true> | undefined>;
|
|
10
|
+
popoverRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
11
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
12
|
+
bodyStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
13
|
+
open: () => void;
|
|
14
|
+
close: () => void;
|
|
15
|
+
}> & import("@vue/composition-api").Data, {}, {}, {
|
|
4
16
|
text: {
|
|
5
17
|
type: StringConstructor;
|
|
6
18
|
default: undefined;
|
|
@@ -9,15 +21,7 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
9
21
|
type: PropType<TooltipPlacement>;
|
|
10
22
|
default: TooltipPlacement;
|
|
11
23
|
};
|
|
12
|
-
}, {
|
|
13
|
-
root: import("vue-demi").Ref<HTMLElement | undefined>;
|
|
14
|
-
popover: import("vue-demi").Ref<any>;
|
|
15
|
-
popoverRoot: import("vue-demi").ComputedRef<any>;
|
|
16
|
-
rootStyles: import("vue-demi").ComputedRef<string[]>;
|
|
17
|
-
bodyStyles: import("vue-demi").ComputedRef<string[]>;
|
|
18
|
-
open: () => void;
|
|
19
|
-
close: () => void;
|
|
20
|
-
}, unknown, {}, {}, import("vue-demi").ComponentOptionsMixin, import("vue-demi").ComponentOptionsMixin, "update:state"[], "update:state", import("vue-demi").VNodeProps & import("vue-demi").AllowedComponentProps & import("vue-demi").ComponentCustomProps, Readonly<import("vue-demi").ExtractPropTypes<{
|
|
24
|
+
}, import("@vue/composition-api").ExtractPropTypes<{
|
|
21
25
|
text: {
|
|
22
26
|
type: StringConstructor;
|
|
23
27
|
default: undefined;
|
|
@@ -26,10 +30,30 @@ declare const _default: import("vue-demi").DefineComponent<{
|
|
|
26
30
|
type: PropType<TooltipPlacement>;
|
|
27
31
|
default: TooltipPlacement;
|
|
28
32
|
};
|
|
29
|
-
}>> & {
|
|
30
|
-
|
|
33
|
+
}>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
|
|
34
|
+
text: string;
|
|
35
|
+
placement: TooltipPlacement;
|
|
36
|
+
} & {} & {
|
|
37
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
38
|
+
}, import("@vue/composition-api").ShallowUnwrapRef<{
|
|
39
|
+
root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
|
|
40
|
+
popover: 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, {
|
|
41
|
+
[x: string]: ((...args: any[]) => any) | null;
|
|
42
|
+
} | string[], {} & {}, {
|
|
43
|
+
[x: number]: string;
|
|
44
|
+
} | {}, true> | undefined>;
|
|
45
|
+
popoverRoot: import("@vue/composition-api").ComputedRef<undefined>;
|
|
46
|
+
rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
47
|
+
bodyStyles: import("@vue/composition-api").ComputedRef<string[]>;
|
|
48
|
+
open: () => void;
|
|
49
|
+
close: () => void;
|
|
50
|
+
}>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
|
|
51
|
+
text: string;
|
|
52
|
+
placement: TooltipPlacement;
|
|
53
|
+
} & {} & {
|
|
54
|
+
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
|
|
31
55
|
}, {
|
|
32
56
|
text: string;
|
|
33
57
|
placement: TooltipPlacement;
|
|
34
|
-
}
|
|
58
|
+
}, true>);
|
|
35
59
|
export default _default;
|
|
@@ -23,13 +23,13 @@ export { s as OrCheckbox } from '../OrCheckbox.vue_vue_type_script_lang-ba11d80f
|
|
|
23
23
|
export { s as OrCheckboxV3 } from '../OrCheckbox.vue_vue_type_script_lang-75c6053a.js';
|
|
24
24
|
export { s as OrChip } from '../OrChip.vue_vue_type_script_lang-185d8d45.js';
|
|
25
25
|
export { s as OrChips } from '../OrChips.vue_vue_type_script_lang-211e03a1.js';
|
|
26
|
-
export { s as OrCode } from '../OrCode.vue_vue_type_script_lang-
|
|
26
|
+
export { s as OrCode } from '../OrCode.vue_vue_type_script_lang-7e29b3d0.js';
|
|
27
27
|
export { OrCodeLanguages } from './OrCode/constants.js';
|
|
28
28
|
export { s as OrCollapse } from '../OrCollapse.vue_vue_type_script_lang-45b18baf.js';
|
|
29
29
|
export { s as OrColorPicker } from '../OrColorPicker.vue_vue_type_script_lang-d8588b52.js';
|
|
30
30
|
export { amber, black, blue, blueGrey, brown, cyan, deepOrange, deepPurple, green, indigo, lightBlue, lightGreen, lime, orange, pink, purple, red, teal, white, yellow } from './OrColorPicker/constants.js';
|
|
31
|
-
export { s as OrConfirm } from '../OrConfirm.vue_vue_type_script_lang-
|
|
32
|
-
export { s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-
|
|
31
|
+
export { s as OrConfirm } from '../OrConfirm.vue_vue_type_script_lang-4eaa8470.js';
|
|
32
|
+
export { s as OrConfirmV3 } from '../OrConfirm.vue_vue_type_script_lang-dca252a7.js';
|
|
33
33
|
export { ConfirmType } from './OrConfirmV3/props.js';
|
|
34
34
|
export { s as OrDatePickerV3 } from '../OrDatePicker.vue_vue_type_script_lang-50a9aeaf.js';
|
|
35
35
|
export { InputBoxSize as DatePickerSize, InputBoxSize as DateTimePickerSize, InputBoxSize, InputBoxVariant, InputBoxSize as InputSize, InputBoxSize as SearchSize, InputBoxSize as SelectSize, InputBoxSize as TextareaSize, InputBoxSize as TimePickerSize } from './OrInputBoxV3/props.js';
|
|
@@ -80,7 +80,7 @@ export { LoaderColor, LoaderSize, LoaderVariant } from './OrLoaderV3/props.js';
|
|
|
80
80
|
export { s as OrMenuItemV3 } from '../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
|
|
81
81
|
export { s as OrMenuV3 } from '../OrMenu.vue_vue_type_script_lang-a18d3c8d.js';
|
|
82
82
|
export { PopoverPlacement as MenuPlacement, PopoverPlacement, PopoverVariant, PopoverPlacement as TooltipPlacement } from './OrPopoverV3/props.js';
|
|
83
|
-
export { s as OrModal } from '../OrModal.vue_vue_type_script_lang-
|
|
83
|
+
export { s as OrModal } from '../OrModal.vue_vue_type_script_lang-2c009ee0.js';
|
|
84
84
|
export { OrModalSizes } from './OrModal/constants.js';
|
|
85
85
|
export { s as OrModalV3 } from '../OrModal.vue_vue_type_script_lang-0c36a3de.js';
|
|
86
86
|
export { ModalSize } from './OrModalV3/props.js';
|
|
@@ -155,6 +155,7 @@ export { p as PropsV3 } from '../props-7be029c7.js';
|
|
|
155
155
|
export { s as OrTooltip } from '../OrTooltip.vue_vue_type_script_lang-76a6b7f4.js';
|
|
156
156
|
export { s as OrTooltipContent } from '../OrTooltipContent.vue_vue_type_script_lang-969c20ed.js';
|
|
157
157
|
export { s as OrTooltipV3 } from '../OrTooltip.vue_vue_type_script_lang-56496d67.js';
|
|
158
|
+
export { s as OrRichTextEditorV3 } from '../OrRichTextEditor.vue_vue_type_script_lang-55afeb38.js';
|
|
158
159
|
import 'vue-demi';
|
|
159
160
|
import 'lodash';
|
|
160
161
|
import './OrIcon/OrIcon.js';
|
|
@@ -226,13 +227,17 @@ import './OrCarousel/constants.js';
|
|
|
226
227
|
import './OrCheckboxV3/styles.js';
|
|
227
228
|
import './OrChip/OrChip.js';
|
|
228
229
|
import './OrChips/constants.js';
|
|
229
|
-
import '../index-
|
|
230
|
-
import '../
|
|
230
|
+
import '../index-0d224ae5.js';
|
|
231
|
+
import '../index.es-3f39f316.js';
|
|
232
|
+
import '../index-d92d0b48.js';
|
|
233
|
+
import '../index-e9f6b2d8.js';
|
|
234
|
+
import './OrCode/lang.js';
|
|
231
235
|
import './OrCode/theme.js';
|
|
232
236
|
import './OrModal/OrModal.js';
|
|
237
|
+
import '../useFocusTrap-48767a70.js';
|
|
233
238
|
import './OrOverlay/OrOverlay.js';
|
|
234
239
|
import './OrColorPicker/utils/defultPalette.js';
|
|
235
|
-
import '../index-
|
|
240
|
+
import '../index-f6664cb1.js';
|
|
236
241
|
import './OrButtonV2/OrButton.js';
|
|
237
242
|
import './OrConfirmV3/styles.js';
|
|
238
243
|
import './OrDateTimePickerV3/hooks/useCurrentDate.js';
|
|
@@ -288,3 +293,12 @@ import './OrToast/Timer.js';
|
|
|
288
293
|
import './OrToastV3/styles.js';
|
|
289
294
|
import './OrToastV3/composable/useToastEventBus.js';
|
|
290
295
|
import './OrToastV3/Timer.js';
|
|
296
|
+
import '../markdown-d704b3a8.js';
|
|
297
|
+
import '../index-85c2efe8.js';
|
|
298
|
+
import 'node:punycode';
|
|
299
|
+
import '../index-1182caa8.js';
|
|
300
|
+
import './OrRichTextEditorV3/styles.js';
|
|
301
|
+
import './OrRichTextEditorV3/utils/codemirror/codemirrorNode.js';
|
|
302
|
+
import './OrRichTextEditorV3/utils/codemirror/codemirrorView.js';
|
|
303
|
+
import './OrRichTextEditorV3/utils/codemirror/theme.js';
|
|
304
|
+
import './OrModalV3/OrModal.js';
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { DirectiveHook } from 'vue-demi';
|
|
2
2
|
export declare const DropdownClose: {
|
|
3
|
-
[x: string]: DirectiveHook<any, import("vue-demi").VNode
|
|
4
|
-
[key: string]: any;
|
|
5
|
-
}> | null, any>;
|
|
3
|
+
[x: string]: DirectiveHook<any, import("vue-demi").VNode | null, any>;
|
|
6
4
|
};
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
import { DirectiveHook } from 'vue-demi';
|
|
2
2
|
export declare const DropdownOpen: {
|
|
3
|
-
[x: string]: DirectiveHook<any, import("vue-demi").VNode
|
|
4
|
-
[key: string]: any;
|
|
5
|
-
}> | null, any>;
|
|
3
|
+
[x: string]: DirectiveHook<any, import("vue-demi").VNode | null, any>;
|
|
6
4
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare function useResponsive(): {
|
|
2
|
-
isMobile: import("vue-
|
|
3
|
-
isDesktop: import("vue-
|
|
2
|
+
isMobile: import("@vue/composition-api").Ref<boolean>;
|
|
3
|
+
isDesktop: import("@vue/composition-api").Ref<boolean>;
|
|
4
4
|
};
|
|
5
5
|
export default useResponsive;
|