@onereach/ui-components 4.4.0-beta.2691.0 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundled/v2/components/OrCode/OrCode.js +3792 -6
- package/dist/bundled/v2/components/OrCode/index.js +2 -6
- package/dist/bundled/v2/components/OrCode/lang.js +3 -3941
- package/dist/bundled/v2/components/OrCode/theme.js +1 -2
- package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +3 -4
- package/dist/bundled/v2/components/OrConfirm/index.js +1 -2
- 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/OrExpansionPanelV3/styles.js +3 -1
- package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +2 -2
- package/dist/bundled/v2/components/OrModal/OrModal.js +1346 -3
- package/dist/bundled/v2/components/OrModal/index.js +0 -1
- package/dist/bundled/v2/components/OrSidebarV3/styles.js +1 -1
- package/dist/bundled/v2/components/OrTagV3/OrTag.vue.d.ts +5 -5
- package/dist/bundled/v2/components/OrTagsV3/OrTags.js +163 -0
- package/dist/bundled/v2/components/OrTagsV3/OrTags.vue.d.ts +80 -0
- package/dist/bundled/v2/components/OrTagsV3/index.d.ts +1 -0
- package/dist/bundled/v2/components/OrTagsV3/index.js +37 -0
- package/dist/bundled/v2/components/OrTagsV3/styles.d.ts +4 -0
- package/dist/bundled/v2/components/OrTagsV3/styles.js +26 -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 +4 -1
- package/dist/bundled/v2/components/index.js +13 -17
- package/dist/bundled/v2/{index-0d224ae5.js → index-cf2c3c27.js} +115 -3
- package/dist/bundled/v2/index.js +16 -21
- package/dist/bundled/{v3/index-e9f6b2d8.js → v2/lang-0fb8f78b.js} +4009 -73
- package/dist/bundled/v3/OrCheckboxGroup.vue_vue_type_script_lang-1e71771d.js +60 -0
- package/dist/bundled/v3/{index-d92d0b48.js → OrCode.vue_vue_type_script_lang-74060519.js} +235 -14
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-dca252a7.js → OrConfirm.vue_vue_type_script_lang-23e4ce08.js} +1 -1
- package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-4eaa8470.js → OrConfirm.vue_vue_type_script_lang-e5a8f92a.js} +2 -2
- package/dist/bundled/{v2/useFocusTrap-48767a70.js → v3/OrModal.vue_vue_type_script_lang-ae842e5b.js} +106 -3
- package/dist/bundled/v3/OrRadioGroup.vue_vue_type_script_lang-dfffdd80.js +59 -0
- package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-264914d3.js → OrSelect.vue_vue_type_script_lang-2c4c9f9d.js} +2 -2
- package/dist/bundled/v3/OrTags.vue_vue_type_script_lang-e75444b5.js +70 -0
- package/dist/bundled/v3/components/OrAvatar/OrAvatar.vue.d.ts +11 -26
- package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.vue.d.ts +8 -24
- package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +20 -33
- package/dist/bundled/v3/components/OrButton/OrButton.vue.d.ts +16 -51
- package/dist/bundled/v3/components/OrButtonV2/OrButton.vue.d.ts +20 -57
- package/dist/bundled/v3/components/OrButtonV3/OrButton.vue.d.ts +15 -35
- package/dist/bundled/v3/components/OrCard/OrCard.vue.d.ts +7 -15
- package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.vue.d.ts +21 -47
- package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +22 -70
- package/dist/bundled/v3/components/OrCardV3/OrCard.vue.d.ts +4 -7
- package/dist/bundled/v3/components/OrCarousel/OrCarousel.vue.d.ts +126 -676
- package/dist/bundled/v3/components/OrCarouselItem/OrCarouselItem.vue.d.ts +1 -1
- package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.vue.d.ts +15 -35
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +9 -60
- package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +6 -24
- package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +2 -2
- package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +17 -43
- package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +1 -1
- package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.vue.d.ts +23 -53
- package/dist/bundled/v3/components/OrChip/OrChip.vue.d.ts +9 -25
- package/dist/bundled/v3/components/OrChips/OrChips.vue.d.ts +24 -51
- package/dist/bundled/v3/components/OrCode/OrCode.js +6 -10
- package/dist/bundled/v3/components/OrCode/OrCode.vue.d.ts +24 -69
- package/dist/bundled/v3/components/OrCode/index.js +4 -8
- package/dist/bundled/v3/components/OrCode/lang.js +3 -3941
- package/dist/bundled/v3/components/OrCode/theme.js +1 -2
- package/dist/bundled/v3/components/OrCollapse/OrCollapse.vue.d.ts +17 -39
- package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.vue.d.ts +13 -31
- package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.vue.d.ts +8 -30
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +5 -6
- package/dist/bundled/v3/components/OrConfirm/OrConfirm.vue.d.ts +23 -84
- package/dist/bundled/v3/components/OrConfirm/index.js +3 -4
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +3 -3
- package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +29 -91
- package/dist/bundled/v3/components/OrConfirmV3/index.js +2 -2
- package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +25 -81
- package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.vue.d.ts +68 -177
- package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +31 -105
- package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.vue.d.ts +11 -28
- package/dist/bundled/v3/components/OrError/OrError.vue.d.ts +4 -8
- package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.vue.d.ts +4 -7
- package/dist/bundled/v3/components/OrErrorV3/OrError.vue.d.ts +9 -18
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +2 -2
- package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.vue.d.ts +14 -35
- package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
- package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +3 -1
- package/dist/bundled/v3/components/OrFabV3/OrFab.vue.d.ts +8 -20
- package/dist/bundled/v3/components/OrFloating/OrFloating.vue.d.ts +15 -46
- package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.vue.d.ts +10 -30
- package/dist/bundled/v3/components/OrHint/OrHint.vue.d.ts +4 -8
- package/dist/bundled/v3/components/OrHintV3/OrHint.vue.d.ts +9 -18
- package/dist/bundled/v3/components/OrIcon/OrIcon.vue.d.ts +16 -44
- package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.vue.d.ts +13 -43
- package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.vue.d.ts +16 -52
- package/dist/bundled/v3/components/OrIconV3/OrIcon.vue.d.ts +7 -18
- package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.vue.d.ts +7 -16
- package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.vue.d.ts +39 -83
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +1 -1
- package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.vue.d.ts +43 -95
- package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +39 -79
- package/dist/bundled/v3/components/OrInput/OrInput.vue.d.ts +36 -87
- package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.vue.d.ts +7 -22
- package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +34 -85
- package/dist/bundled/v3/components/OrLabel/OrLabel.vue.d.ts +9 -20
- package/dist/bundled/v3/components/OrLabelV3/OrLabel.vue.d.ts +9 -24
- package/dist/bundled/v3/components/OrLinkV3/OrLink.vue.d.ts +7 -24
- package/dist/bundled/v3/components/OrList/OrList.vue.d.ts +21 -47
- package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.vue.d.ts +11 -27
- package/dist/bundled/v3/components/OrLoader/OrLoader.vue.d.ts +10 -26
- package/dist/bundled/v3/components/OrLoaderV3/OrLoader.vue.d.ts +13 -34
- package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.vue.d.ts +13 -34
- package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +16 -43
- package/dist/bundled/v3/components/OrModal/OrModal.js +2 -3
- package/dist/bundled/v3/components/OrModal/OrModal.vue.d.ts +14 -38
- package/dist/bundled/v3/components/OrModal/index.js +1 -2
- package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +15 -31
- package/dist/bundled/v3/components/OrNotification/OrNotification.vue.d.ts +9 -27
- package/dist/bundled/v3/components/OrNotificationV3/OrNotification.vue.d.ts +9 -20
- package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.vue.d.ts +24 -70
- package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.vue.d.ts +13 -31
- package/dist/bundled/v3/components/OrOverlay/OrOverlay.vue.d.ts +6 -16
- package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.vue.d.ts +7 -14
- package/dist/bundled/v3/components/OrPaginationV3/OrPagination.vue.d.ts +27 -75
- package/dist/bundled/v3/components/OrPassword/OrPassword.vue.d.ts +22 -63
- package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +27 -74
- package/dist/bundled/v3/components/OrProgress/OrProgress.vue.d.ts +20 -56
- package/dist/bundled/v3/components/OrProgressV3/OrProgress.vue.d.ts +25 -62
- package/dist/bundled/v3/components/OrRadio/OrRadio.vue.d.ts +13 -35
- package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.vue.d.ts +9 -26
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +9 -60
- package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +6 -32
- package/dist/bundled/v3/components/OrRadioGroupV3/index.js +1 -1
- package/dist/bundled/v3/components/OrRadioV3/OrRadio.vue.d.ts +21 -49
- package/dist/bundled/v3/components/OrSearch/OrSearch.vue.d.ts +23 -65
- package/dist/bundled/v3/components/OrSearchV3/OrSearch.vue.d.ts +17 -41
- package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +9 -25
- package/dist/bundled/v3/components/OrSelect/OrSelect.vue.d.ts +28 -77
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +3 -3
- package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +37 -115
- package/dist/bundled/v3/components/OrSelectV3/index.js +2 -2
- package/dist/bundled/v3/components/OrSidebar/OrSidebar.vue.d.ts +14 -33
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +2 -2
- package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.vue.d.ts +28 -63
- package/dist/bundled/v3/components/OrSidebarV3/index.js +1 -1
- package/dist/bundled/v3/components/OrSidebarV3/styles.js +1 -1
- package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.vue.d.ts +9 -20
- package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.vue.d.ts +13 -28
- package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.vue.d.ts +9 -22
- package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.vue.d.ts +11 -26
- package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.vue.d.ts +10 -26
- package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.vue.d.ts +16 -40
- package/dist/bundled/v3/components/OrSlider/OrSlider.vue.d.ts +35 -91
- package/dist/bundled/v3/components/OrSortHeaderV3/OrSortHeader.vue.d.ts +13 -25
- package/dist/bundled/v3/components/OrStepper/OrStepper.vue.d.ts +16 -43
- package/dist/bundled/v3/components/OrSwitch/OrSwitch.vue.d.ts +12 -33
- package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.vue.d.ts +22 -53
- package/dist/bundled/v3/components/OrTab/OrTab.vue.d.ts +9 -22
- package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.vue.d.ts +13 -29
- package/dist/bundled/v3/components/OrTabV3/OrTab.vue.d.ts +10 -17
- package/dist/bundled/v3/components/OrTabs/OrTabs.vue.d.ts +4 -17
- package/dist/bundled/v3/components/OrTabsV3/OrTabs.vue.d.ts +24 -69
- package/dist/bundled/v3/components/OrTag/OrTag.vue.d.ts +10 -27
- package/dist/bundled/v3/components/OrTagV3/OrTag.vue.d.ts +15 -26
- package/dist/bundled/v3/components/OrTagsV3/OrTags.js +101 -0
- package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +36 -0
- package/dist/bundled/v3/components/OrTagsV3/index.d.ts +1 -0
- package/dist/bundled/v3/components/OrTagsV3/index.js +46 -0
- package/dist/bundled/v3/components/OrTagsV3/styles.d.ts +4 -0
- package/dist/bundled/v3/components/OrTagsV3/styles.js +26 -0
- package/dist/bundled/v3/components/OrTeleport/OrTeleport.vue3.vue.d.ts +4 -10
- package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.vue3.vue.d.ts +4 -10
- package/dist/bundled/v3/components/OrTextV3/OrText.vue.d.ts +11 -24
- package/dist/bundled/v3/components/OrTextarea/OrTextarea.vue.d.ts +37 -85
- package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.vue.d.ts +32 -73
- package/dist/bundled/v3/components/OrTextbox/OrTextbox.vue.d.ts +55 -137
- package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +25 -79
- package/dist/bundled/v3/components/OrToast/OrToast.vue.d.ts +11 -31
- package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.vue.d.ts +25 -55
- package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.vue.d.ts +24 -54
- package/dist/bundled/v3/components/OrToastV3/OrToast.vue.d.ts +16 -38
- package/dist/bundled/v3/components/OrTooltip/OrTooltip.vue.d.ts +14 -33
- package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.vue.d.ts +4 -10
- package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +13 -37
- package/dist/bundled/v3/components/index.d.ts +4 -1
- package/dist/bundled/v3/components/index.js +24 -26
- package/dist/bundled/v3/directives/dropdown-close.d.ts +3 -1
- package/dist/bundled/v3/directives/dropdown-open.d.ts +3 -1
- package/dist/bundled/v3/hooks/useResponsive/useResponsive.d.ts +2 -2
- package/dist/bundled/v3/{index-0d224ae5.js → index-cf2c3c27.js} +115 -3
- package/dist/bundled/v3/index.js +33 -33
- package/dist/bundled/{v2/index-e9f6b2d8.js → v3/lang-0fb8f78b.js} +4009 -73
- package/dist/esm/v2/OrCheckboxGroup-f470f938.js +121 -0
- package/dist/esm/v2/{OrCheckboxTree-df80d4ab.js → OrCheckboxTree-1304ae59.js} +6 -2
- package/dist/esm/v2/{OrConfirm-b62d9ce4.js → OrConfirm-d0d9d56c.js} +2 -2
- package/dist/esm/v2/{OrExpansionPanel-7c359bb0.js → OrExpansionPanel-d3a2218d.js} +3 -1
- package/dist/esm/v2/OrInlineTextEdit-601163c3.js +400 -0
- package/dist/esm/v2/OrRadioGroup-0de37d76.js +120 -0
- package/dist/esm/v2/{OrSelect-9d6b3363.js → OrSelect-a4c34099.js} +1 -1
- package/dist/esm/v2/{OrSidebar-b8387abe.js → OrSidebar-de938772.js} +1 -1
- package/dist/esm/v2/OrTags-4ffaa13b.js +159 -0
- package/dist/esm/v2/components/index.d.ts +4 -1
- package/dist/esm/v2/components/index.js +10 -29
- package/dist/esm/v2/components/or-checkbox-group-v3/index.js +6 -122
- package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +1 -2
- package/dist/esm/v2/components/or-confirm/index.js +1 -1
- package/dist/esm/v2/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v2/components/or-inline-text-edit/index.js +1 -1
- package/dist/esm/v2/components/or-radio-group-v3/index.js +6 -120
- package/dist/esm/v2/components/or-select-v3/index.js +2 -2
- package/dist/esm/v2/components/or-sidebar-v3/index.js +1 -1
- package/dist/esm/v2/components/or-tag-v3/OrTag.vue.d.ts +5 -5
- package/dist/esm/v2/components/or-tags-v3/OrTags.vue.d.ts +80 -0
- package/dist/esm/v2/components/or-tags-v3/index.d.ts +1 -0
- package/dist/esm/v2/components/or-tags-v3/index.js +19 -0
- package/dist/esm/v2/components/or-tags-v3/styles.d.ts +4 -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 +10 -30
- package/dist/esm/v3/OrCheckboxGroup-c41a99ba.js +88 -0
- package/dist/esm/v3/{OrCheckboxTree-4a85b9b3.js → OrCheckboxTree-fa6288af.js} +6 -2
- package/dist/esm/v3/{OrConfirm-1a94bdea.js → OrConfirm-410da5b4.js} +1 -1
- package/dist/esm/v3/{OrExpansionPanel-99ca7ed7.js → OrExpansionPanel-c016d8fa.js} +3 -1
- package/dist/esm/v3/OrInlineTextEdit-42d59fb9.js +356 -0
- package/dist/esm/v3/OrRadioGroup-5d1fe6fd.js +87 -0
- package/dist/esm/v3/{OrSelect-3dbddc6b.js → OrSelect-046e8e36.js} +1 -1
- package/dist/esm/v3/{OrSidebar-bfd19c4c.js → OrSidebar-3f2502fb.js} +1 -1
- package/dist/esm/v3/OrTags-a082de82.js +147 -0
- package/dist/esm/v3/components/index.d.ts +4 -1
- package/dist/esm/v3/components/index.js +10 -29
- package/dist/esm/v3/components/or-avatar/OrAvatar.vue.d.ts +11 -26
- package/dist/esm/v3/components/or-avatar-v3/OrAvatar.vue.d.ts +8 -24
- package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +20 -33
- package/dist/esm/v3/components/or-button/OrButton.vue.d.ts +16 -51
- package/dist/esm/v3/components/or-button-v2/OrButton.vue.d.ts +20 -57
- package/dist/esm/v3/components/or-button-v3/OrButton.vue.d.ts +15 -35
- package/dist/esm/v3/components/or-card/OrCard.vue.d.ts +7 -15
- package/dist/esm/v3/components/or-card-collection/OrCardCollection.vue.d.ts +21 -47
- package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +22 -70
- package/dist/esm/v3/components/or-card-collection-v3/partials/OrCardCollectionView.vue3.vue.d.ts +6 -14
- package/dist/esm/v3/components/or-card-v3/OrCard.vue.d.ts +4 -7
- package/dist/esm/v3/components/or-carousel/OrCarousel.vue.d.ts +126 -676
- 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 +15 -35
- package/dist/esm/v3/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +6 -24
- package/dist/esm/v3/components/or-checkbox-group-v3/index.js +6 -89
- package/dist/esm/v3/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +17 -43
- package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +1 -2
- package/dist/esm/v3/components/or-checkbox-v3/OrCheckbox.vue.d.ts +23 -53
- package/dist/esm/v3/components/or-chips/OrChips.vue.d.ts +24 -51
- package/dist/esm/v3/components/or-chips/or-chip/OrChip.vue.d.ts +9 -25
- package/dist/esm/v3/components/or-chips/partials/OrChipsInput.vue.d.ts +17 -37
- package/dist/esm/v3/components/or-code/OrCode.vue.d.ts +24 -69
- package/dist/esm/v3/components/or-collapse/OrCollapse.vue.d.ts +17 -39
- package/dist/esm/v3/components/or-color-picker/OrColorPicker.vue.d.ts +13 -31
- package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +8 -30
- package/dist/esm/v3/components/or-confirm/OrConfirm.vue.d.ts +23 -84
- package/dist/esm/v3/components/or-confirm/index.js +1 -1
- package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +29 -91
- package/dist/esm/v3/components/or-date-picker-v3/OrDatePicker.vue.d.ts +25 -81
- package/dist/esm/v3/components/or-date-time-picker/OrDateTimePicker.vue.d.ts +68 -177
- package/dist/esm/v3/components/or-date-time-picker/partials/OrDateTimePickerCalendarItem.vue.d.ts +12 -33
- package/dist/esm/v3/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +31 -105
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +11 -28
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +17 -39
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +7 -15
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +23 -85
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +7 -11
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +4 -7
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +11 -28
- package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +15 -37
- package/dist/esm/v3/components/or-empty-state-v3/OrEmptyState.vue.d.ts +11 -28
- package/dist/esm/v3/components/or-error/OrError.vue.d.ts +4 -8
- package/dist/esm/v3/components/or-error-tag-v3/OrErrorTag.vue.d.ts +4 -7
- package/dist/esm/v3/components/or-error-v3/OrError.vue.d.ts +9 -18
- package/dist/esm/v3/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +14 -35
- package/dist/esm/v3/components/or-expansion-panel-v3/index.js +1 -1
- package/dist/esm/v3/components/or-fab-v3/OrFab.vue.d.ts +8 -20
- package/dist/esm/v3/components/or-floating/OrFloating.vue.d.ts +15 -46
- package/dist/esm/v3/components/or-form-group-v3/OrFormGroup.vue.d.ts +10 -30
- package/dist/esm/v3/components/or-hint/OrHint.vue.d.ts +4 -8
- package/dist/esm/v3/components/or-hint-v3/OrHint.vue.d.ts +9 -18
- package/dist/esm/v3/components/or-icon/OrIcon.vue.d.ts +16 -44
- package/dist/esm/v3/components/or-icon-button-v2/OrIconButton.vue.d.ts +13 -43
- package/dist/esm/v3/components/or-icon-button-v2/partials/OrTooltipWrapper.vue.d.ts +8 -10
- package/dist/esm/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +16 -52
- package/dist/esm/v3/components/or-icon-v3/OrIcon.vue.d.ts +7 -18
- package/dist/esm/v3/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +7 -16
- package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +39 -83
- package/dist/esm/v3/components/or-inline-text-edit/OrInlineTextEdit.vue.d.ts +43 -95
- package/dist/esm/v3/components/or-inline-text-edit/index.js +1 -1
- package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +39 -79
- package/dist/esm/v3/components/or-input/OrInput.vue.d.ts +36 -87
- package/dist/esm/v3/components/or-input-box-v3/OrInputBox.vue.d.ts +7 -22
- package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +34 -85
- package/dist/esm/v3/components/or-label/OrLabel.vue.d.ts +9 -20
- package/dist/esm/v3/components/or-label-v3/OrLabel.vue.d.ts +9 -24
- package/dist/esm/v3/components/or-link-v3/OrLink.vue.d.ts +7 -24
- package/dist/esm/v3/components/or-list/OrList.vue.d.ts +21 -47
- package/dist/esm/v3/components/or-list-of-inputs/OrListOfInputs.vue.d.ts +11 -27
- package/dist/esm/v3/components/or-loader/OrLoader.vue.d.ts +10 -26
- package/dist/esm/v3/components/or-loader-v3/OrLoader.vue.d.ts +13 -34
- package/dist/esm/v3/components/or-menu-item-v3/OrMenuItem.vue.d.ts +13 -34
- package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +16 -43
- package/dist/esm/v3/components/or-modal/OrModal.vue.d.ts +14 -38
- package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +15 -31
- package/dist/esm/v3/components/or-notification/OrNotification.vue.d.ts +9 -27
- package/dist/esm/v3/components/or-notification-v3/OrNotification.vue.d.ts +9 -20
- package/dist/esm/v3/components/or-number-input/OrNumberInput.vue.d.ts +24 -70
- package/dist/esm/v3/components/or-overflow-menu/OrOverflowMenu.vue.d.ts +13 -31
- package/dist/esm/v3/components/or-overflow-menu/partials/OrOverflowMenuItem.vue.d.ts +7 -23
- package/dist/esm/v3/components/or-overlay/OrOverlay.vue.d.ts +6 -16
- package/dist/esm/v3/components/or-overlay-v3/OrOverlay.vue.d.ts +7 -14
- package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +27 -75
- package/dist/esm/v3/components/or-password/OrPassword.vue.d.ts +22 -63
- package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +27 -74
- package/dist/esm/v3/components/or-progress/OrProgress.vue.d.ts +20 -56
- package/dist/esm/v3/components/or-progress-v3/OrProgress.vue.d.ts +25 -62
- package/dist/esm/v3/components/or-radio/OrRadio.vue.d.ts +13 -35
- package/dist/esm/v3/components/or-radio-group/OrRadioGroup.vue.d.ts +9 -26
- package/dist/esm/v3/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +6 -32
- package/dist/esm/v3/components/or-radio-group-v3/index.js +6 -87
- package/dist/esm/v3/components/or-radio-v3/OrRadio.vue.d.ts +21 -49
- package/dist/esm/v3/components/or-search/OrSearch.vue.d.ts +23 -65
- package/dist/esm/v3/components/or-search-v3/OrSearch.vue.d.ts +17 -41
- package/dist/esm/v3/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +9 -25
- package/dist/esm/v3/components/or-segmented-control-v3/partials/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +8 -20
- package/dist/esm/v3/components/or-select/OrSelect.vue.d.ts +28 -77
- package/dist/esm/v3/components/or-select/partials/OrSelectContent.vue.d.ts +18 -49
- package/dist/esm/v3/components/or-select/partials/OrSelectContentEmpty.vue.d.ts +4 -16
- package/dist/esm/v3/components/or-select/partials/OrSelectContentOptions.vue.d.ts +13 -67
- package/dist/esm/v3/components/or-select/partials/OrSelectInput.vue.d.ts +16 -41
- package/dist/esm/v3/components/or-select/partials/OrSelectInputValue.vue.d.ts +16 -35
- package/dist/esm/v3/components/or-select/partials/OrSelectMain.vue.d.ts +24 -71
- package/dist/esm/v3/components/or-select/partials/OrSelectOption.vue.d.ts +7 -19
- package/dist/esm/v3/components/or-select/partials/OrSelectSearchOptions.vue.d.ts +11 -24
- package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +37 -115
- package/dist/esm/v3/components/or-select-v3/index.js +2 -2
- package/dist/esm/v3/components/or-sidebar/OrSidebar.vue.d.ts +14 -33
- package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +28 -63
- package/dist/esm/v3/components/or-sidebar-v3/index.js +1 -1
- package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +10 -23
- package/dist/esm/v3/components/or-skeleton/or-skeleton-circle/OrSkeletonCircle.vue.d.ts +9 -20
- package/dist/esm/v3/components/or-skeleton/or-skeleton-rect/OrSkeletonRect.vue.d.ts +9 -22
- package/dist/esm/v3/components/or-skeleton/or-skeleton-text/OrSkeletonText.vue.d.ts +10 -26
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-circle-v3/OrSkeletonCircle.vue.d.ts +13 -28
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-rect-v3/OrSkeletonRect.vue.d.ts +11 -26
- package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-text-v3/OrSkeletonText.vue.d.ts +16 -40
- package/dist/esm/v3/components/or-slider/OrSlider.vue.d.ts +35 -91
- package/dist/esm/v3/components/or-sort-header-v3/OrSortHeader.vue.d.ts +13 -25
- package/dist/esm/v3/components/or-stepper/OrStepper.vue.d.ts +16 -43
- package/dist/esm/v3/components/or-stepper/partials/OrStepperButtonOptions.vue.d.ts +4 -20
- package/dist/esm/v3/components/or-stepper/partials/OrStepperOptionHorizontal.vue.d.ts +4 -26
- package/dist/esm/v3/components/or-stepper/partials/OrStepperOptionVertical.vue.d.ts +4 -26
- package/dist/esm/v3/components/or-stepper/partials/OrStepperTitle.vue.d.ts +6 -22
- package/dist/esm/v3/components/or-stepper/partials/StatusIcon.vue.d.ts +6 -12
- package/dist/esm/v3/components/or-switch/OrSwitch.vue.d.ts +12 -33
- package/dist/esm/v3/components/or-switch-v3/OrSwitch.vue.d.ts +22 -53
- package/dist/esm/v3/components/or-tab/OrTab.vue.d.ts +9 -22
- package/dist/esm/v3/components/or-tab-header-item/OrTabHeaderItem.vue.d.ts +13 -29
- package/dist/esm/v3/components/or-tab-v3/OrTab.vue.d.ts +10 -17
- package/dist/esm/v3/components/or-tabs/OrTabs.vue.d.ts +4 -17
- package/dist/esm/v3/components/or-tabs-v3/OrTabs.vue.d.ts +24 -69
- package/dist/esm/v3/components/or-tag/OrTag.vue.d.ts +10 -27
- package/dist/esm/v3/components/or-tag-v3/OrTag.vue.d.ts +15 -26
- package/dist/esm/v3/components/or-tags-v3/OrTags.vue.d.ts +36 -0
- package/dist/esm/v3/components/or-tags-v3/index.d.ts +1 -0
- package/dist/esm/v3/components/or-tags-v3/index.js +18 -0
- package/dist/esm/v3/components/or-tags-v3/styles.d.ts +4 -0
- package/dist/esm/v3/components/or-teleport/OrTeleport.vue3.vue.d.ts +4 -10
- package/dist/esm/v3/components/or-teleport-v3/OrTeleport.vue3.vue.d.ts +4 -10
- package/dist/esm/v3/components/or-text-v3/OrText.vue.d.ts +11 -24
- package/dist/esm/v3/components/or-textarea/OrTextarea.vue.d.ts +37 -85
- package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +32 -73
- package/dist/esm/v3/components/or-textbox/OrTextbox.vue.d.ts +55 -137
- package/dist/esm/v3/components/or-time-picker-v3/OrTimePicker.vue.d.ts +25 -79
- package/dist/esm/v3/components/or-toast/OrToast.vue.d.ts +11 -31
- package/dist/esm/v3/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +25 -55
- package/dist/esm/v3/components/or-toast-v3/OrToast.vue.d.ts +16 -38
- package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +24 -54
- package/dist/esm/v3/components/or-tooltip/OrTooltip.vue.d.ts +14 -33
- package/dist/esm/v3/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue.d.ts +4 -10
- package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +13 -37
- package/dist/esm/v3/directives/dropdown-close.d.ts +3 -1
- package/dist/esm/v3/directives/dropdown-open.d.ts +3 -1
- package/dist/esm/v3/hooks/useResponsive/useResponsive.d.ts +2 -2
- package/dist/esm/v3/index.js +10 -30
- package/package.json +5 -25
- package/src/components/index.ts +4 -1
- package/src/components/or-confirm/OrConfirm.vue +1 -1
- package/src/components/or-expansion-panel-v3/styles.ts +4 -1
- package/src/components/or-inline-text-edit/OrInlineTextEdit.vue +6 -6
- package/src/components/or-sidebar-v3/styles.ts +1 -1
- package/src/components/or-tag-v3/OrTag.vue +3 -2
- package/src/components/or-tags-v3/OrTags.docs.mdx +7 -0
- package/src/components/or-tags-v3/OrTags.stories3.ts +101 -0
- package/src/components/or-tags-v3/OrTags.vue +129 -0
- package/src/components/or-tags-v3/index.ts +1 -0
- package/src/components/or-tags-v3/styles.ts +41 -0
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +0 -2178
- package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +0 -220
- package/dist/bundled/v2/components/OrRichTextEditorV3/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/index.js +0 -70
- package/dist/bundled/v2/components/OrRichTextEditorV3/props.d.ts +0 -4
- package/dist/bundled/v2/components/OrRichTextEditorV3/props.js +0 -7
- package/dist/bundled/v2/components/OrRichTextEditorV3/styles.d.ts +0 -6
- package/dist/bundled/v2/components/OrRichTextEditorV3/styles.js +0 -38
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +0 -3
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +0 -46
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +0 -27
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +0 -184
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +0 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.js +0 -5
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +0 -24
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.js +0 -190
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +0 -19
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.js +0 -1
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.d.ts +0 -3
- package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.js +0 -5
- package/dist/bundled/v2/index-1182caa8.js +0 -9633
- package/dist/bundled/v2/index-85c2efe8.js +0 -7122
- package/dist/bundled/v2/index-d92d0b48.js +0 -3805
- package/dist/bundled/v2/index.es-3f39f316.js +0 -115
- package/dist/bundled/v2/markdown-d43767b0.js +0 -17980
- package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-7e29b3d0.js +0 -237
- package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-2c009ee0.js +0 -108
- package/dist/bundled/v3/OrRichTextEditor.vue_vue_type_script_lang-8bc72542.js +0 -1869
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +0 -283
- package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +0 -220
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +0 -86
- package/dist/bundled/v3/components/OrRichTextEditorV3/props.d.ts +0 -4
- package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +0 -7
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.d.ts +0 -6
- package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +0 -38
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +0 -3
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +0 -46
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +0 -27
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +0 -184
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +0 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +0 -5
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +0 -24
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +0 -190
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +0 -19
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.js +0 -1
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.d.ts +0 -3
- package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +0 -5
- package/dist/bundled/v3/index-1182caa8.js +0 -9633
- package/dist/bundled/v3/index-85c2efe8.js +0 -7122
- package/dist/bundled/v3/index.es-3f39f316.js +0 -115
- package/dist/bundled/v3/markdown-d43767b0.js +0 -17980
- package/dist/bundled/v3/useFocusTrap-48767a70.js +0 -1348
- package/dist/esm/v2/OrInlineTextEdit-a129aaf1.js +0 -400
- package/dist/esm/v2/OrRichTextEditor-95d1070d.js +0 -901
- package/dist/esm/v2/codemirrorView-be2c7423.js +0 -353
- package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -220
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.d.ts +0 -1
- package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +0 -59
- package/dist/esm/v2/components/or-rich-text-editor-v3/props.d.ts +0 -4
- package/dist/esm/v2/components/or-rich-text-editor-v3/styles.d.ts +0 -6
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +0 -3
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +0 -27
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +0 -1
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.js +0 -7
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +0 -24
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +0 -19
- package/dist/esm/v2/components/or-rich-text-editor-v3/utils/markdown.d.ts +0 -3
- package/dist/esm/v2/flattenDeep-fe0af413.js +0 -6
- package/dist/esm/v3/OrInlineTextEdit-4f4ecba4.js +0 -356
- package/dist/esm/v3/OrRichTextEditor-bdee1f41.js +0 -834
- package/dist/esm/v3/codemirrorView-be2c7423.js +0 -353
- package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -220
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.d.ts +0 -1
- package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +0 -57
- package/dist/esm/v3/components/or-rich-text-editor-v3/props.d.ts +0 -4
- package/dist/esm/v3/components/or-rich-text-editor-v3/styles.d.ts +0 -6
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +0 -3
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +0 -27
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +0 -1
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.js +0 -7
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +0 -24
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +0 -19
- package/dist/esm/v3/components/or-rich-text-editor-v3/utils/markdown.d.ts +0 -3
- package/dist/esm/v3/flattenDeep-fe0af413.js +0 -6
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.docs.mdx +0 -7
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.ts +0 -142
- package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +0 -749
- package/src/components/or-rich-text-editor-v3/index.ts +0 -1
- package/src/components/or-rich-text-editor-v3/props.ts +0 -4
- package/src/components/or-rich-text-editor-v3/styles.ts +0 -56
- package/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.ts +0 -40
- package/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.ts +0 -254
- package/src/components/or-rich-text-editor-v3/utils/codemirror/index.ts +0 -1
- package/src/components/or-rich-text-editor-v3/utils/codemirror/theme.ts +0 -213
- package/src/components/or-rich-text-editor-v3/utils/codemirror/types.ts +0 -22
- package/src/components/or-rich-text-editor-v3/utils/markdown.ts +0 -120
- package/dist/bundled/v2/{index-f6664cb1.js → index-968c331a.js} +0 -0
- package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-528dd4d5.js → OrCheckboxTree.vue_vue_type_script_lang-46436cf3.js} +1 -1
- /package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-f1b6ff7d.js → OrExpansionPanel.vue_vue_type_script_lang-d4ed6199.js} +0 -0
- /package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-d7f700de.js → OrSidebar.vue_vue_type_script_lang-5723e223.js} +0 -0
- /package/dist/bundled/v3/{index-f6664cb1.js → index-968c331a.js} +0 -0
|
@@ -1,18 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue-demi';
|
|
2
2
|
import { TooltipPlacement } from './props';
|
|
3
|
-
declare const _default: import("vue
|
|
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, {}, {}, {
|
|
3
|
+
declare const _default: import("vue-demi").DefineComponent<{
|
|
16
4
|
text: {
|
|
17
5
|
type: StringConstructor;
|
|
18
6
|
default: undefined;
|
|
@@ -21,7 +9,15 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
21
9
|
type: PropType<TooltipPlacement>;
|
|
22
10
|
default: TooltipPlacement;
|
|
23
11
|
};
|
|
24
|
-
},
|
|
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<{
|
|
25
21
|
text: {
|
|
26
22
|
type: StringConstructor;
|
|
27
23
|
default: undefined;
|
|
@@ -30,30 +26,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
|
|
|
30
26
|
type: PropType<TooltipPlacement>;
|
|
31
27
|
default: TooltipPlacement;
|
|
32
28
|
};
|
|
33
|
-
}>> &
|
|
34
|
-
|
|
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;
|
|
29
|
+
}>> & {
|
|
30
|
+
"onUpdate:state"?: ((...args: any[]) => any) | undefined;
|
|
55
31
|
}, {
|
|
56
32
|
text: string;
|
|
57
33
|
placement: TooltipPlacement;
|
|
58
|
-
}
|
|
34
|
+
}>;
|
|
59
35
|
export default _default;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { DirectiveHook } from 'vue-demi';
|
|
2
2
|
export declare const DropdownClose: {
|
|
3
|
-
[x: string]: DirectiveHook<any, import("vue-demi").VNode
|
|
3
|
+
[x: string]: DirectiveHook<any, import("vue-demi").VNode<any, any, {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
}> | null, any>;
|
|
4
6
|
};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { DirectiveHook } from 'vue-demi';
|
|
2
2
|
export declare const DropdownOpen: {
|
|
3
|
-
[x: string]: DirectiveHook<any, import("vue-demi").VNode
|
|
3
|
+
[x: string]: DirectiveHook<any, import("vue-demi").VNode<any, any, {
|
|
4
|
+
[key: string]: any;
|
|
5
|
+
}> | null, any>;
|
|
4
6
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare function useResponsive(): {
|
|
2
|
-
isMobile: import("
|
|
3
|
-
isDesktop: import("
|
|
2
|
+
isMobile: import("vue-demi").Ref<boolean>;
|
|
3
|
+
isDesktop: import("vue-demi").Ref<boolean>;
|
|
4
4
|
};
|
|
5
5
|
export default useResponsive;
|
package/dist/esm/v3/index.js
CHANGED
|
@@ -13,12 +13,14 @@ export { s as OrCarousel } from './OrCarousel-40f069d5.js';
|
|
|
13
13
|
export { s as OrCarouselItem } from './OrCarouselItem-8c7ccd0f.js';
|
|
14
14
|
export { s as OrCheckbox } from './OrCheckbox-ab457011.js';
|
|
15
15
|
export { s as OrCheckboxV3 } from './OrCheckbox-56d7b6eb.js';
|
|
16
|
+
export { s as OrCheckboxGroupV3 } from './OrCheckboxGroup-c41a99ba.js';
|
|
17
|
+
export { s as OrCheckboxTreeV3, f as flattenDeep } from './OrCheckboxTree-fa6288af.js';
|
|
16
18
|
export { s as OrChip } from './OrChip-1b479371.js';
|
|
17
19
|
export { s as OrChips } from './OrChips-544a35b3.js';
|
|
18
20
|
export { s as OrCode, O as OrCodeLanguages } from './OrCode-48281fc0.js';
|
|
19
21
|
export { s as OrCollapse } from './OrCollapse-2b31de04.js';
|
|
20
22
|
export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from './OrColorPicker-ffaaf14f.js';
|
|
21
|
-
export { s as OrConfirm } from './OrConfirm-
|
|
23
|
+
export { s as OrConfirm } from './OrConfirm-410da5b4.js';
|
|
22
24
|
export { C as ConfirmType, s as OrConfirmV3 } from './OrConfirm-017b80b5.js';
|
|
23
25
|
export { s as OrDatePickerV3 } from './OrDatePicker-09a6c970.js';
|
|
24
26
|
export { I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TextareaSize, I as TimePickerSize } from './OrInputBox-ba40bbdf.js';
|
|
@@ -28,7 +30,7 @@ export { E as EmptyStateSize, s as OrEmptyStateV3 } from './OrEmptyState-5349a1f
|
|
|
28
30
|
export { s as OrError } from './OrError-f90296db.js';
|
|
29
31
|
export { s as OrErrorTagV3 } from './OrErrorTag-ade9192b.js';
|
|
30
32
|
export { s as OrErrorV3 } from './OrError-c01d0c29.js';
|
|
31
|
-
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './OrExpansionPanel-
|
|
33
|
+
export { a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from './OrExpansionPanel-c016d8fa.js';
|
|
32
34
|
export { F as FabColor, s as OrFabV3 } from './OrFab-83cd7ed7.js';
|
|
33
35
|
export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from './OrFloating-291c7653.js';
|
|
34
36
|
export { s as OrHint } from './OrHint-1414c530.js';
|
|
@@ -38,7 +40,7 @@ export { I as IconButtonColor, s as OrIconButtonV3 } from './OrIconButton-55d51a
|
|
|
38
40
|
export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from './OrIcon-62793572.js';
|
|
39
41
|
export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from './OrInlineInputBox-01fb2cb2.js';
|
|
40
42
|
export { I as InlineInputType, s as OrInlineInputV3 } from './OrInlineInput-9ed7d570.js';
|
|
41
|
-
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-
|
|
43
|
+
export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from './OrInlineTextEdit-42d59fb9.js';
|
|
42
44
|
export { s as OrInlineTextareaV3 } from './OrInlineTextarea-f30d0580.js';
|
|
43
45
|
export { s as OrInput } from './OrInput-53a32706.js';
|
|
44
46
|
export { I as InputType, s as OrInputV3 } from './OrInput-de491b63.js';
|
|
@@ -66,14 +68,15 @@ export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from './
|
|
|
66
68
|
export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from './OrProgress-33cf7445.js';
|
|
67
69
|
export { s as OrRadio } from './OrRadio-dfd0f0c9.js';
|
|
68
70
|
export { s as OrRadioGroup } from './OrRadioGroup-00785e41.js';
|
|
71
|
+
export { s as OrRadioGroupV3 } from './OrRadioGroup-5d1fe6fd.js';
|
|
69
72
|
export { s as OrRadioV3 } from './OrRadio-a6c88f29.js';
|
|
70
73
|
export { s as OrSearch } from './OrSearch-f4ad73db.js';
|
|
71
74
|
export { s as OrSearchV3 } from './OrSearch-e15c7fd2.js';
|
|
72
75
|
export { s as OrSegmentedControlV3, S as SegmentedControlSize } from './OrSegmentedControl-359fbf3a.js';
|
|
73
76
|
export { s as OrSelect } from './OrSelect-6ff34196.js';
|
|
74
|
-
export { s as OrSelectV3 } from './OrSelect-
|
|
77
|
+
export { s as OrSelectV3 } from './OrSelect-046e8e36.js';
|
|
75
78
|
export { s as OrSidebar, O as OrSidebarSide } from './OrSidebar-375c85a3.js';
|
|
76
|
-
export { s as OrSidebarV3 } from './OrSidebar-
|
|
79
|
+
export { s as OrSidebarV3 } from './OrSidebar-3f2502fb.js';
|
|
77
80
|
export { O as OrSidebarPlacement } from './OrSidebarCollapseButton-63914891.js';
|
|
78
81
|
export { s as OrSkeletonCircle } from './OrSkeletonCircle-1aa63444.js';
|
|
79
82
|
export { s as OrSkeletonRect } from './OrSkeletonRect-813bc73a.js';
|
|
@@ -94,6 +97,7 @@ export { s as OrTabs } from './OrTabs-35a376a3.js';
|
|
|
94
97
|
export { s as OrTabsV3, T as TabsVariant } from './OrTabs-3d9c1a8b.js';
|
|
95
98
|
export { s as OrTag } from './OrTag-2d9eacf8.js';
|
|
96
99
|
export { s as OrTagV3, a as TagColor, T as TagVariant } from './OrTag-6116c6e3.js';
|
|
100
|
+
export { s as OrTagsV3 } from './OrTags-a082de82.js';
|
|
97
101
|
export { s as OrTeleport } from './OrTeleport.vue3-9bce0c02.js';
|
|
98
102
|
export { s as OrTeleportV3 } from './OrTeleport.vue3-8099178c.js';
|
|
99
103
|
export { s as OrTextV3 } from './OrText-d54c951d.js';
|
|
@@ -108,7 +112,6 @@ export { p as PropsV3, a as useQueueV3, u as useToastV3 } from './useToast-a1332
|
|
|
108
112
|
export { s as OrTooltip } from './OrTooltip-89ce98e8.js';
|
|
109
113
|
export { s as OrTooltipContent } from './OrTooltipContent-37a5f562.js';
|
|
110
114
|
export { s as OrTooltipV3 } from './OrTooltip-4bb0054a.js';
|
|
111
|
-
export { s as OrRichTextEditorV3 } from './OrRichTextEditor-bdee1f41.js';
|
|
112
115
|
export { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e1f90e0a.js';
|
|
113
116
|
export { u as useControlAttributes, a as useIdAttribute } from './useIdAttribute-859439f0.js';
|
|
114
117
|
export { u as useElevation } from './useElevation-b5a49746.js';
|
|
@@ -117,7 +120,6 @@ export { u as useResponsive } from './useResponsive-a02e95b7.js';
|
|
|
117
120
|
export { u as useToggle } from './useToggle-c04fc920.js';
|
|
118
121
|
export { u as useValidationAttributes } from './useValidationAttributes-d1abbe34.js';
|
|
119
122
|
import { R as RX_ABBREVIATION_FROM_STRING } from './color-40b7fe6b.js';
|
|
120
|
-
export { f as flattenDeep } from './flattenDeep-fe0af413.js';
|
|
121
123
|
import 'vue-demi';
|
|
122
124
|
import 'lodash';
|
|
123
125
|
import 'vue';
|
|
@@ -125,6 +127,7 @@ import './style-inject.es-4c6f2515.js';
|
|
|
125
127
|
import '@vueuse/core';
|
|
126
128
|
import '@splidejs/splide';
|
|
127
129
|
import '@splidejs/splide/dist/css/splide.min.css';
|
|
130
|
+
import './OrFormGroup-9f581536.js';
|
|
128
131
|
import '@codemirror/state';
|
|
129
132
|
import '@codemirror/view';
|
|
130
133
|
import '@codemirror/commands';
|
|
@@ -147,29 +150,6 @@ import 'uuid';
|
|
|
147
150
|
import 'sortablejs';
|
|
148
151
|
import '@vueuse/integrations/useFocusTrap';
|
|
149
152
|
import './styles-ed564e39.js';
|
|
150
|
-
import 'prosemirror-markdown';
|
|
151
|
-
import 'prosemirror-model';
|
|
152
|
-
import 'marked';
|
|
153
|
-
import '@tiptap/extension-paragraph';
|
|
154
|
-
import '@tiptap/extension-bullet-list';
|
|
155
|
-
import '@tiptap/extension-list-item';
|
|
156
|
-
import '@tiptap/extension-ordered-list';
|
|
157
|
-
import '@tiptap/extension-strike';
|
|
158
|
-
import '@tiptap/extension-italic';
|
|
159
|
-
import '@tiptap/extension-hard-break';
|
|
160
|
-
import '@tiptap/extension-bold';
|
|
161
|
-
import '@tiptap/extension-code-block';
|
|
162
|
-
import '@tiptap/extension-blockquote';
|
|
163
|
-
import '@tiptap/extension-link';
|
|
164
|
-
import '@tiptap/extension-highlight';
|
|
165
|
-
import '@tiptap/extension-underline';
|
|
166
|
-
import '@tiptap/core';
|
|
167
|
-
import '@tiptap/starter-kit';
|
|
168
|
-
import '@tiptap/extension-heading';
|
|
169
|
-
import '@tiptap/extension-placeholder';
|
|
170
|
-
import './codemirrorView-be2c7423.js';
|
|
171
|
-
import 'prosemirror-state';
|
|
172
|
-
import 'prosemirror-commands';
|
|
173
153
|
|
|
174
154
|
function getAbbreviation(text, limit) {
|
|
175
155
|
var _a;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onereach/ui-components",
|
|
3
|
-
"version": "4.4.0
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "Vue components library for v2/3",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "./dist/auto/index.js",
|
|
@@ -38,25 +38,8 @@
|
|
|
38
38
|
"@codemirror/lang-json": "6.0.0",
|
|
39
39
|
"@codemirror/lang-markdown": "6.0.1",
|
|
40
40
|
"@floating-ui/dom": "0.3.1",
|
|
41
|
-
"@onereach/styles": "^2.39.
|
|
41
|
+
"@onereach/styles": "^2.39.3",
|
|
42
42
|
"@splidejs/splide": "4.0.6",
|
|
43
|
-
"@tiptap/core": "2.0.2",
|
|
44
|
-
"@tiptap/extension-blockquote": "2.0.2",
|
|
45
|
-
"@tiptap/extension-bold": "2.0.2",
|
|
46
|
-
"@tiptap/extension-bullet-list": "2.0.2",
|
|
47
|
-
"@tiptap/extension-code-block": "2.0.2",
|
|
48
|
-
"@tiptap/extension-hard-break": "2.0.2",
|
|
49
|
-
"@tiptap/extension-heading": "2.0.2",
|
|
50
|
-
"@tiptap/extension-highlight": "2.0.2",
|
|
51
|
-
"@tiptap/extension-italic": "2.0.2",
|
|
52
|
-
"@tiptap/extension-link": "2.0.2",
|
|
53
|
-
"@tiptap/extension-list-item": "2.0.2",
|
|
54
|
-
"@tiptap/extension-ordered-list": "2.0.2",
|
|
55
|
-
"@tiptap/extension-paragraph": "2.0.2",
|
|
56
|
-
"@tiptap/extension-placeholder": "2.0.2",
|
|
57
|
-
"@tiptap/extension-strike": "2.0.2",
|
|
58
|
-
"@tiptap/extension-underline": "2.0.2",
|
|
59
|
-
"@tiptap/starter-kit": "2.0.2",
|
|
60
43
|
"@types/lodash": "4.14.173",
|
|
61
44
|
"@types/sortablejs": "1.10.7",
|
|
62
45
|
"@types/uuid": "8.3.1",
|
|
@@ -65,11 +48,8 @@
|
|
|
65
48
|
"@vueuse/math": "9.5.0",
|
|
66
49
|
"codemirror": "6.0.1",
|
|
67
50
|
"focus-trap": "7.2.0",
|
|
68
|
-
"marked": "4.3.0",
|
|
69
|
-
"prosemirror-markdown": "^1.10.1",
|
|
70
51
|
"sortablejs": "1.14.0",
|
|
71
|
-
"uuid": "8.3.2"
|
|
72
|
-
"vue-demi": "0.13.11"
|
|
52
|
+
"uuid": "8.3.2"
|
|
73
53
|
},
|
|
74
54
|
"devDependencies": {
|
|
75
55
|
"@babel/preset-env": "7.18.10",
|
|
@@ -81,7 +61,6 @@
|
|
|
81
61
|
"@storybook/testing-library": "^0.0.13",
|
|
82
62
|
"@storybook/vue3": "6.5.16",
|
|
83
63
|
"@types/faker": "5.5.9",
|
|
84
|
-
"@types/marked": "4.0.8",
|
|
85
64
|
"@vue/composition-api": "1.7.1",
|
|
86
65
|
"faker": "5.5.3",
|
|
87
66
|
"glob": "9.3.0",
|
|
@@ -174,5 +153,6 @@
|
|
|
174
153
|
"default": "./dist/bundled/v3/components/*/index.js"
|
|
175
154
|
},
|
|
176
155
|
"./package.json": "./package.json"
|
|
177
|
-
}
|
|
156
|
+
},
|
|
157
|
+
"gitHead": "c6f802ac31216b1058a29daebdeca2c2b111eadb"
|
|
178
158
|
}
|
package/src/components/index.ts
CHANGED
|
@@ -11,6 +11,8 @@ export * from './or-card-v3';
|
|
|
11
11
|
export * from './or-carousel';
|
|
12
12
|
export * from './or-checkbox';
|
|
13
13
|
export * from './or-checkbox-v3';
|
|
14
|
+
export * from './or-checkbox-group-v3';
|
|
15
|
+
export * from './or-checkbox-tree-v3';
|
|
14
16
|
export * from './or-chips';
|
|
15
17
|
export * from './or-code';
|
|
16
18
|
export * from './or-collapse';
|
|
@@ -64,6 +66,7 @@ export * from './or-progress';
|
|
|
64
66
|
export * from './or-progress-v3';
|
|
65
67
|
export * from './or-radio';
|
|
66
68
|
export * from './or-radio-group';
|
|
69
|
+
export * from './or-radio-group-v3';
|
|
67
70
|
export * from './or-radio-v3';
|
|
68
71
|
export * from './or-search';
|
|
69
72
|
export * from './or-search-v3';
|
|
@@ -86,6 +89,7 @@ export * from './or-tabs';
|
|
|
86
89
|
export * from './or-tabs-v3';
|
|
87
90
|
export * from './or-tag';
|
|
88
91
|
export * from './or-tag-v3';
|
|
92
|
+
export * from './or-tags-v3';
|
|
89
93
|
export * from './or-teleport';
|
|
90
94
|
export * from './or-teleport-v3';
|
|
91
95
|
export * from './or-text-v3';
|
|
@@ -97,4 +101,3 @@ export * from './or-toast';
|
|
|
97
101
|
export * from './or-toast-v3';
|
|
98
102
|
export * from './or-tooltip';
|
|
99
103
|
export * from './or-tooltip-v3';
|
|
100
|
-
export * from './or-rich-text-editor-v3';
|
|
@@ -335,17 +335,17 @@ export default defineComponent({
|
|
|
335
335
|
&-text {
|
|
336
336
|
display: inline-flex;
|
|
337
337
|
flex-direction: row;
|
|
338
|
-
justify-content: start;
|
|
338
|
+
justify-content: flex-start;
|
|
339
339
|
|
|
340
340
|
&-start {
|
|
341
|
+
min-width: 0;
|
|
341
342
|
overflow-x: hidden;
|
|
342
343
|
text-overflow: ellipsis;
|
|
343
|
-
min-width: 0;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
346
|
&:not(&-textarea) {
|
|
347
|
-
white-space: nowrap;
|
|
348
347
|
overflow-x: hidden;
|
|
348
|
+
white-space: nowrap;
|
|
349
349
|
}
|
|
350
350
|
|
|
351
351
|
&-textarea {
|
|
@@ -360,16 +360,16 @@ export default defineComponent({
|
|
|
360
360
|
|
|
361
361
|
&-input,
|
|
362
362
|
&-text {
|
|
363
|
+
flex: 1 1 auto;
|
|
363
364
|
min-width: 114px;
|
|
364
|
-
line-height: $lh-1;
|
|
365
365
|
padding: $s-2 $s-3;
|
|
366
366
|
font-family: inherit;
|
|
367
367
|
font-size: $fs-1;
|
|
368
|
+
line-height: $lh-1;
|
|
368
369
|
background-color: $c-neutral-0;
|
|
369
370
|
border: none;
|
|
370
371
|
border-radius: 4px;
|
|
371
372
|
outline: none;
|
|
372
|
-
flex: 1 1 auto;
|
|
373
373
|
|
|
374
374
|
@include transition(border-color, background-color, -webkit-box-shadow);
|
|
375
375
|
|
|
@@ -407,9 +407,9 @@ export default defineComponent({
|
|
|
407
407
|
.or-icon-button-root {
|
|
408
408
|
z-index: 1;
|
|
409
409
|
::v-deep .or-icon {
|
|
410
|
+
padding: $s-2 0;
|
|
410
411
|
font-size: $s-4;
|
|
411
412
|
line-height: $lh-1;
|
|
412
|
-
padding: $s-2 0;
|
|
413
413
|
}
|
|
414
414
|
}
|
|
415
415
|
}
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
<div class="truncate">
|
|
12
12
|
<slot />
|
|
13
13
|
</div>
|
|
14
|
+
|
|
14
15
|
<template v-if="variant === 'reset'">
|
|
15
16
|
<div :class="['layout-inline-row', 'm-[-4px] md:m-[-2px]']">
|
|
16
17
|
<OrIconButton
|
|
@@ -39,12 +40,12 @@ export default defineComponent({
|
|
|
39
40
|
|
|
40
41
|
props: {
|
|
41
42
|
variant: {
|
|
42
|
-
type: String as PropType
|
|
43
|
+
type: String as PropType<`${TagVariant}`>,
|
|
43
44
|
default: TagVariant.Tag,
|
|
44
45
|
},
|
|
45
46
|
|
|
46
47
|
color: {
|
|
47
|
-
type: String as PropType
|
|
48
|
+
type: String as PropType<`${TagColor}` | string>,
|
|
48
49
|
default: TagColor.Default,
|
|
49
50
|
},
|
|
50
51
|
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { Meta, StoryFn } from '@storybook/vue3';
|
|
2
|
+
import { OrTagV3 as OrTag } from '../or-tag-v3';
|
|
3
|
+
import OrTagsDocs from './OrTags.docs.mdx';
|
|
4
|
+
import OrTags from './OrTags.vue';
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
title: 'Components/Tags',
|
|
8
|
+
component: OrTags,
|
|
9
|
+
|
|
10
|
+
argTypes: {
|
|
11
|
+
// Props
|
|
12
|
+
items: {
|
|
13
|
+
control: { type: 'object' },
|
|
14
|
+
},
|
|
15
|
+
|
|
16
|
+
tagProps: {
|
|
17
|
+
control: { type: 'object' },
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
|
|
21
|
+
parameters: {
|
|
22
|
+
docs: {
|
|
23
|
+
page: OrTagsDocs,
|
|
24
|
+
},
|
|
25
|
+
|
|
26
|
+
design: {
|
|
27
|
+
type: 'figma',
|
|
28
|
+
url: 'https://www.figma.com/file/o7DdkaznUW2PtX4wiSuhhQ/Core?node-id=202%3A14&t=HsX22PSudRRma7wv-1',
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
} as Meta<typeof OrTags>;
|
|
32
|
+
|
|
33
|
+
const Template: StoryFn<typeof OrTags> = (args) => ({
|
|
34
|
+
components: {
|
|
35
|
+
OrTag,
|
|
36
|
+
OrTags,
|
|
37
|
+
},
|
|
38
|
+
|
|
39
|
+
setup() {
|
|
40
|
+
return { args };
|
|
41
|
+
},
|
|
42
|
+
|
|
43
|
+
template: `
|
|
44
|
+
<OrTags v-bind="args" />
|
|
45
|
+
`,
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
export const Default = (() => {
|
|
49
|
+
const Story = Template.bind({});
|
|
50
|
+
|
|
51
|
+
Story.args = {
|
|
52
|
+
// Props
|
|
53
|
+
items: [
|
|
54
|
+
'Alfa',
|
|
55
|
+
'Bravo',
|
|
56
|
+
'Charlie',
|
|
57
|
+
'Delta',
|
|
58
|
+
'Echo',
|
|
59
|
+
],
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
return Story;
|
|
63
|
+
})();
|
|
64
|
+
|
|
65
|
+
export const WithOverflow = (() => {
|
|
66
|
+
const Story = Template.bind({});
|
|
67
|
+
|
|
68
|
+
Story.args = {
|
|
69
|
+
// Props
|
|
70
|
+
items: [
|
|
71
|
+
'Alfa',
|
|
72
|
+
'Bravo',
|
|
73
|
+
'Charlie',
|
|
74
|
+
'Delta',
|
|
75
|
+
'Echo',
|
|
76
|
+
'Foxtrot',
|
|
77
|
+
'Golf',
|
|
78
|
+
'Hotel',
|
|
79
|
+
'India',
|
|
80
|
+
'Juliett',
|
|
81
|
+
'Kilo',
|
|
82
|
+
'Lima',
|
|
83
|
+
'Mike',
|
|
84
|
+
'November',
|
|
85
|
+
'Oscar',
|
|
86
|
+
'Papa',
|
|
87
|
+
'Quebec',
|
|
88
|
+
'Romeo',
|
|
89
|
+
'Sierra',
|
|
90
|
+
'Tango',
|
|
91
|
+
'Uniform',
|
|
92
|
+
'Victor',
|
|
93
|
+
'Whiskey',
|
|
94
|
+
'X-Ray',
|
|
95
|
+
'Yankee',
|
|
96
|
+
'Zulu',
|
|
97
|
+
],
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
return Story;
|
|
101
|
+
})();
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div
|
|
3
|
+
ref="root"
|
|
4
|
+
:class="rootStyles"
|
|
5
|
+
>
|
|
6
|
+
<div
|
|
7
|
+
ref="container"
|
|
8
|
+
:class="containerStyles"
|
|
9
|
+
>
|
|
10
|
+
<OrTag
|
|
11
|
+
v-for="item in items"
|
|
12
|
+
v-bind="tagProps"
|
|
13
|
+
:key="item"
|
|
14
|
+
>
|
|
15
|
+
{{ item }}
|
|
16
|
+
</OrTag>
|
|
17
|
+
</div>
|
|
18
|
+
|
|
19
|
+
<template v-if="overflowItems.length > 0">
|
|
20
|
+
<OrButton
|
|
21
|
+
ref="overflowButton"
|
|
22
|
+
:class="overflowButtonStyles"
|
|
23
|
+
:type="'button'"
|
|
24
|
+
:variant="'link'"
|
|
25
|
+
:color="'inherit'"
|
|
26
|
+
@click.stop="overflowPopover.open()"
|
|
27
|
+
>
|
|
28
|
+
+{{ overflowItems.length }}
|
|
29
|
+
</OrButton>
|
|
30
|
+
|
|
31
|
+
<OrPopover
|
|
32
|
+
ref="overflowPopover"
|
|
33
|
+
:trigger="overflowButtonRoot"
|
|
34
|
+
>
|
|
35
|
+
<div :class="overflowPopoverStyles">
|
|
36
|
+
<OrTag
|
|
37
|
+
v-for="item in overflowItems"
|
|
38
|
+
v-bind="tagProps"
|
|
39
|
+
:key="item"
|
|
40
|
+
>
|
|
41
|
+
{{ item }}
|
|
42
|
+
</OrTag>
|
|
43
|
+
</div>
|
|
44
|
+
</OrPopover>
|
|
45
|
+
</template>
|
|
46
|
+
</div>
|
|
47
|
+
</template>
|
|
48
|
+
|
|
49
|
+
<script lang="ts">
|
|
50
|
+
import { PropType, computed, defineComponent, ref } from 'vue-demi';
|
|
51
|
+
import { useOverflow } from '../../hooks';
|
|
52
|
+
import { OrButtonV3 as OrButton } from '../or-button-v3';
|
|
53
|
+
import { OrPopoverV3 as OrPopover } from '../or-popover-v3';
|
|
54
|
+
import { OrTagV3 as OrTag } from '../or-tag-v3';
|
|
55
|
+
import { Tags, TagsContainer, TagsOverflowButton, TagsOverflowPopover } from './styles';
|
|
56
|
+
|
|
57
|
+
export default defineComponent({
|
|
58
|
+
name: 'OrTags',
|
|
59
|
+
|
|
60
|
+
components: {
|
|
61
|
+
OrButton,
|
|
62
|
+
OrPopover,
|
|
63
|
+
OrTag,
|
|
64
|
+
},
|
|
65
|
+
|
|
66
|
+
props: {
|
|
67
|
+
items: {
|
|
68
|
+
type: Array as PropType<string[]>,
|
|
69
|
+
default: () => [],
|
|
70
|
+
},
|
|
71
|
+
|
|
72
|
+
tagProps: {
|
|
73
|
+
type: Object as PropType<InstanceType<typeof OrTag>['$props']>,
|
|
74
|
+
default: undefined,
|
|
75
|
+
},
|
|
76
|
+
},
|
|
77
|
+
|
|
78
|
+
setup(props) {
|
|
79
|
+
// Refs
|
|
80
|
+
const root = ref<HTMLElement>();
|
|
81
|
+
const container = ref<HTMLElement>();
|
|
82
|
+
|
|
83
|
+
const overflowButton = ref<InstanceType<typeof OrButton>>();
|
|
84
|
+
const overflowButtonRoot = computed(() => overflowButton.value?.root);
|
|
85
|
+
|
|
86
|
+
const overflowPopover = ref<InstanceType<typeof OrPopover>>();
|
|
87
|
+
const overflowPopoverRoot = computed(() => overflowPopover.value?.root);
|
|
88
|
+
|
|
89
|
+
// Styles
|
|
90
|
+
const rootStyles = computed(() => [
|
|
91
|
+
'or-tags-v3',
|
|
92
|
+
...Tags,
|
|
93
|
+
]);
|
|
94
|
+
|
|
95
|
+
const containerStyles = computed(() => [
|
|
96
|
+
...TagsContainer,
|
|
97
|
+
]);
|
|
98
|
+
|
|
99
|
+
const overflowButtonStyles = computed(() => [
|
|
100
|
+
...TagsOverflowButton,
|
|
101
|
+
]);
|
|
102
|
+
|
|
103
|
+
const overflowPopoverStyles = computed(() => [
|
|
104
|
+
...TagsOverflowPopover,
|
|
105
|
+
]);
|
|
106
|
+
|
|
107
|
+
// State
|
|
108
|
+
const { innerItems } = useOverflow(container);
|
|
109
|
+
|
|
110
|
+
const overflowItems = computed(() => {
|
|
111
|
+
return props.items.slice(innerItems.value.length);
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
return {
|
|
115
|
+
root,
|
|
116
|
+
container,
|
|
117
|
+
overflowButton,
|
|
118
|
+
overflowButtonRoot,
|
|
119
|
+
overflowPopover,
|
|
120
|
+
overflowPopoverRoot,
|
|
121
|
+
rootStyles,
|
|
122
|
+
containerStyles,
|
|
123
|
+
overflowButtonStyles,
|
|
124
|
+
overflowPopoverStyles,
|
|
125
|
+
overflowItems,
|
|
126
|
+
};
|
|
127
|
+
},
|
|
128
|
+
});
|
|
129
|
+
</script>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as OrTagsV3 } from './OrTags.vue';
|