@onereach/ui-components 4.4.0-beta.2693.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.
Files changed (513) hide show
  1. package/dist/bundled/v2/components/OrCode/OrCode.js +3792 -6
  2. package/dist/bundled/v2/components/OrCode/index.js +2 -6
  3. package/dist/bundled/v2/components/OrCode/lang.js +3 -3941
  4. package/dist/bundled/v2/components/OrCode/theme.js +1 -2
  5. package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +3 -4
  6. package/dist/bundled/v2/components/OrConfirm/index.js +1 -2
  7. package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +1 -1
  8. package/dist/bundled/v2/components/OrConfirmV3/index.js +1 -1
  9. package/dist/bundled/v2/components/OrExpansionPanelV3/styles.js +3 -1
  10. package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +2 -2
  11. package/dist/bundled/v2/components/OrModal/OrModal.js +1346 -3
  12. package/dist/bundled/v2/components/OrModal/index.js +0 -1
  13. package/dist/bundled/v2/components/OrSidebarV3/styles.js +1 -1
  14. package/dist/bundled/v2/components/OrTagV3/OrTag.vue.d.ts +5 -5
  15. package/dist/bundled/v2/components/OrTagsV3/OrTags.js +163 -0
  16. package/dist/bundled/v2/components/OrTagsV3/OrTags.vue.d.ts +80 -0
  17. package/dist/bundled/v2/components/OrTagsV3/index.d.ts +1 -0
  18. package/dist/bundled/v2/components/OrTagsV3/index.js +37 -0
  19. package/dist/bundled/v2/components/OrTagsV3/styles.d.ts +4 -0
  20. package/dist/bundled/v2/components/OrTagsV3/styles.js +26 -0
  21. package/dist/bundled/v2/components/OrTextV3/OrText.vue.d.ts +2 -2
  22. package/dist/bundled/v2/components/OrTextarea/OrTextarea.vue.d.ts +2 -2
  23. package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.vue.d.ts +2 -2
  24. package/dist/bundled/v2/components/OrTextbox/OrTextbox.vue.d.ts +2 -2
  25. package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.vue.d.ts +2 -2
  26. package/dist/bundled/v2/components/OrToast/OrToast.vue.d.ts +2 -2
  27. package/dist/bundled/v2/components/OrToastV3/OrToast.vue.d.ts +2 -2
  28. package/dist/bundled/v2/components/OrTooltip/OrTooltip.vue.d.ts +2 -2
  29. package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.vue.d.ts +2 -2
  30. package/dist/bundled/v2/components/index.d.ts +4 -1
  31. package/dist/bundled/v2/components/index.js +13 -17
  32. package/dist/bundled/v2/{index-0d224ae5.js → index-cf2c3c27.js} +115 -3
  33. package/dist/bundled/v2/index.js +16 -21
  34. package/dist/bundled/{v3/index-e9f6b2d8.js → v2/lang-0fb8f78b.js} +4009 -73
  35. package/dist/bundled/v3/OrCheckboxGroup.vue_vue_type_script_lang-1e71771d.js +60 -0
  36. package/dist/bundled/v3/{index-d92d0b48.js → OrCode.vue_vue_type_script_lang-74060519.js} +235 -14
  37. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-dca252a7.js → OrConfirm.vue_vue_type_script_lang-23e4ce08.js} +1 -1
  38. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-4eaa8470.js → OrConfirm.vue_vue_type_script_lang-e5a8f92a.js} +2 -2
  39. package/dist/bundled/{v2/useFocusTrap-48767a70.js → v3/OrModal.vue_vue_type_script_lang-ae842e5b.js} +106 -3
  40. package/dist/bundled/v3/OrRadioGroup.vue_vue_type_script_lang-dfffdd80.js +59 -0
  41. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-264914d3.js → OrSelect.vue_vue_type_script_lang-2c4c9f9d.js} +2 -2
  42. package/dist/bundled/v3/OrTags.vue_vue_type_script_lang-e75444b5.js +70 -0
  43. package/dist/bundled/v3/components/OrAvatar/OrAvatar.vue.d.ts +11 -26
  44. package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.vue.d.ts +8 -24
  45. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +20 -33
  46. package/dist/bundled/v3/components/OrButton/OrButton.vue.d.ts +16 -51
  47. package/dist/bundled/v3/components/OrButtonV2/OrButton.vue.d.ts +20 -57
  48. package/dist/bundled/v3/components/OrButtonV3/OrButton.vue.d.ts +15 -35
  49. package/dist/bundled/v3/components/OrCard/OrCard.vue.d.ts +7 -15
  50. package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.vue.d.ts +21 -47
  51. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +22 -70
  52. package/dist/bundled/v3/components/OrCardV3/OrCard.vue.d.ts +4 -7
  53. package/dist/bundled/v3/components/OrCarousel/OrCarousel.vue.d.ts +126 -676
  54. package/dist/bundled/v3/components/OrCarouselItem/OrCarouselItem.vue.d.ts +1 -1
  55. package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.vue.d.ts +15 -35
  56. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +9 -60
  57. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +6 -24
  58. package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +2 -2
  59. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +2 -2
  60. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +17 -43
  61. package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +1 -1
  62. package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.vue.d.ts +23 -53
  63. package/dist/bundled/v3/components/OrChip/OrChip.vue.d.ts +9 -25
  64. package/dist/bundled/v3/components/OrChips/OrChips.vue.d.ts +24 -51
  65. package/dist/bundled/v3/components/OrCode/OrCode.js +6 -10
  66. package/dist/bundled/v3/components/OrCode/OrCode.vue.d.ts +24 -69
  67. package/dist/bundled/v3/components/OrCode/index.js +4 -8
  68. package/dist/bundled/v3/components/OrCode/lang.js +3 -3941
  69. package/dist/bundled/v3/components/OrCode/theme.js +1 -2
  70. package/dist/bundled/v3/components/OrCollapse/OrCollapse.vue.d.ts +17 -39
  71. package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.vue.d.ts +13 -31
  72. package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.vue.d.ts +8 -30
  73. package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +5 -6
  74. package/dist/bundled/v3/components/OrConfirm/OrConfirm.vue.d.ts +23 -84
  75. package/dist/bundled/v3/components/OrConfirm/index.js +3 -4
  76. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +3 -3
  77. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +29 -91
  78. package/dist/bundled/v3/components/OrConfirmV3/index.js +2 -2
  79. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +25 -81
  80. package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.vue.d.ts +68 -177
  81. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +31 -105
  82. package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.vue.d.ts +11 -28
  83. package/dist/bundled/v3/components/OrError/OrError.vue.d.ts +4 -8
  84. package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.vue.d.ts +4 -7
  85. package/dist/bundled/v3/components/OrErrorV3/OrError.vue.d.ts +9 -18
  86. package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +2 -2
  87. package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.vue.d.ts +14 -35
  88. package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
  89. package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +3 -1
  90. package/dist/bundled/v3/components/OrFabV3/OrFab.vue.d.ts +8 -20
  91. package/dist/bundled/v3/components/OrFloating/OrFloating.vue.d.ts +15 -46
  92. package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.vue.d.ts +10 -30
  93. package/dist/bundled/v3/components/OrHint/OrHint.vue.d.ts +4 -8
  94. package/dist/bundled/v3/components/OrHintV3/OrHint.vue.d.ts +9 -18
  95. package/dist/bundled/v3/components/OrIcon/OrIcon.vue.d.ts +16 -44
  96. package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.vue.d.ts +13 -43
  97. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.vue.d.ts +16 -52
  98. package/dist/bundled/v3/components/OrIconV3/OrIcon.vue.d.ts +7 -18
  99. package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.vue.d.ts +7 -16
  100. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.vue.d.ts +39 -83
  101. package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +1 -1
  102. package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.vue.d.ts +43 -95
  103. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +39 -79
  104. package/dist/bundled/v3/components/OrInput/OrInput.vue.d.ts +36 -87
  105. package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.vue.d.ts +7 -22
  106. package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +34 -85
  107. package/dist/bundled/v3/components/OrLabel/OrLabel.vue.d.ts +9 -20
  108. package/dist/bundled/v3/components/OrLabelV3/OrLabel.vue.d.ts +9 -24
  109. package/dist/bundled/v3/components/OrLinkV3/OrLink.vue.d.ts +7 -24
  110. package/dist/bundled/v3/components/OrList/OrList.vue.d.ts +21 -47
  111. package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.vue.d.ts +11 -27
  112. package/dist/bundled/v3/components/OrLoader/OrLoader.vue.d.ts +10 -26
  113. package/dist/bundled/v3/components/OrLoaderV3/OrLoader.vue.d.ts +13 -34
  114. package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.vue.d.ts +13 -34
  115. package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +16 -43
  116. package/dist/bundled/v3/components/OrModal/OrModal.js +2 -3
  117. package/dist/bundled/v3/components/OrModal/OrModal.vue.d.ts +14 -38
  118. package/dist/bundled/v3/components/OrModal/index.js +1 -2
  119. package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +15 -31
  120. package/dist/bundled/v3/components/OrNotification/OrNotification.vue.d.ts +9 -27
  121. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.vue.d.ts +9 -20
  122. package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.vue.d.ts +24 -70
  123. package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.vue.d.ts +13 -31
  124. package/dist/bundled/v3/components/OrOverlay/OrOverlay.vue.d.ts +6 -16
  125. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.vue.d.ts +7 -14
  126. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.vue.d.ts +27 -75
  127. package/dist/bundled/v3/components/OrPassword/OrPassword.vue.d.ts +22 -63
  128. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +27 -74
  129. package/dist/bundled/v3/components/OrProgress/OrProgress.vue.d.ts +20 -56
  130. package/dist/bundled/v3/components/OrProgressV3/OrProgress.vue.d.ts +25 -62
  131. package/dist/bundled/v3/components/OrRadio/OrRadio.vue.d.ts +13 -35
  132. package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.vue.d.ts +9 -26
  133. package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +9 -60
  134. package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +6 -32
  135. package/dist/bundled/v3/components/OrRadioGroupV3/index.js +1 -1
  136. package/dist/bundled/v3/components/OrRadioV3/OrRadio.vue.d.ts +21 -49
  137. package/dist/bundled/v3/components/OrSearch/OrSearch.vue.d.ts +23 -65
  138. package/dist/bundled/v3/components/OrSearchV3/OrSearch.vue.d.ts +17 -41
  139. package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +9 -25
  140. package/dist/bundled/v3/components/OrSelect/OrSelect.vue.d.ts +28 -77
  141. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +3 -3
  142. package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +37 -115
  143. package/dist/bundled/v3/components/OrSelectV3/index.js +2 -2
  144. package/dist/bundled/v3/components/OrSidebar/OrSidebar.vue.d.ts +14 -33
  145. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +2 -2
  146. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.vue.d.ts +28 -63
  147. package/dist/bundled/v3/components/OrSidebarV3/index.js +1 -1
  148. package/dist/bundled/v3/components/OrSidebarV3/styles.js +1 -1
  149. package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.vue.d.ts +9 -20
  150. package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.vue.d.ts +13 -28
  151. package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.vue.d.ts +9 -22
  152. package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.vue.d.ts +11 -26
  153. package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.vue.d.ts +10 -26
  154. package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.vue.d.ts +16 -40
  155. package/dist/bundled/v3/components/OrSlider/OrSlider.vue.d.ts +35 -91
  156. package/dist/bundled/v3/components/OrSortHeaderV3/OrSortHeader.vue.d.ts +13 -25
  157. package/dist/bundled/v3/components/OrStepper/OrStepper.vue.d.ts +16 -43
  158. package/dist/bundled/v3/components/OrSwitch/OrSwitch.vue.d.ts +12 -33
  159. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.vue.d.ts +22 -53
  160. package/dist/bundled/v3/components/OrTab/OrTab.vue.d.ts +9 -22
  161. package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.vue.d.ts +13 -29
  162. package/dist/bundled/v3/components/OrTabV3/OrTab.vue.d.ts +10 -17
  163. package/dist/bundled/v3/components/OrTabs/OrTabs.vue.d.ts +4 -17
  164. package/dist/bundled/v3/components/OrTabsV3/OrTabs.vue.d.ts +24 -69
  165. package/dist/bundled/v3/components/OrTag/OrTag.vue.d.ts +10 -27
  166. package/dist/bundled/v3/components/OrTagV3/OrTag.vue.d.ts +15 -26
  167. package/dist/bundled/v3/components/OrTagsV3/OrTags.js +101 -0
  168. package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +36 -0
  169. package/dist/bundled/v3/components/OrTagsV3/index.d.ts +1 -0
  170. package/dist/bundled/v3/components/OrTagsV3/index.js +46 -0
  171. package/dist/bundled/v3/components/OrTagsV3/styles.d.ts +4 -0
  172. package/dist/bundled/v3/components/OrTagsV3/styles.js +26 -0
  173. package/dist/bundled/v3/components/OrTeleport/OrTeleport.vue3.vue.d.ts +4 -10
  174. package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.vue3.vue.d.ts +4 -10
  175. package/dist/bundled/v3/components/OrTextV3/OrText.vue.d.ts +11 -24
  176. package/dist/bundled/v3/components/OrTextarea/OrTextarea.vue.d.ts +37 -85
  177. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.vue.d.ts +32 -73
  178. package/dist/bundled/v3/components/OrTextbox/OrTextbox.vue.d.ts +55 -137
  179. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +25 -79
  180. package/dist/bundled/v3/components/OrToast/OrToast.vue.d.ts +11 -31
  181. package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.vue.d.ts +25 -55
  182. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.vue.d.ts +24 -54
  183. package/dist/bundled/v3/components/OrToastV3/OrToast.vue.d.ts +16 -38
  184. package/dist/bundled/v3/components/OrTooltip/OrTooltip.vue.d.ts +14 -33
  185. package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.vue.d.ts +4 -10
  186. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +13 -37
  187. package/dist/bundled/v3/components/index.d.ts +4 -1
  188. package/dist/bundled/v3/components/index.js +24 -26
  189. package/dist/bundled/v3/directives/dropdown-close.d.ts +3 -1
  190. package/dist/bundled/v3/directives/dropdown-open.d.ts +3 -1
  191. package/dist/bundled/v3/hooks/useResponsive/useResponsive.d.ts +2 -2
  192. package/dist/bundled/v3/{index-0d224ae5.js → index-cf2c3c27.js} +115 -3
  193. package/dist/bundled/v3/index.js +33 -33
  194. package/dist/bundled/{v2/index-e9f6b2d8.js → v3/lang-0fb8f78b.js} +4009 -73
  195. package/dist/esm/v2/OrCheckboxGroup-f470f938.js +121 -0
  196. package/dist/esm/v2/{OrCheckboxTree-df80d4ab.js → OrCheckboxTree-1304ae59.js} +6 -2
  197. package/dist/esm/v2/{OrConfirm-b62d9ce4.js → OrConfirm-d0d9d56c.js} +2 -2
  198. package/dist/esm/v2/{OrExpansionPanel-7c359bb0.js → OrExpansionPanel-d3a2218d.js} +3 -1
  199. package/dist/esm/v2/OrInlineTextEdit-601163c3.js +400 -0
  200. package/dist/esm/v2/OrRadioGroup-0de37d76.js +120 -0
  201. package/dist/esm/v2/{OrSelect-9d6b3363.js → OrSelect-a4c34099.js} +1 -1
  202. package/dist/esm/v2/{OrSidebar-b8387abe.js → OrSidebar-de938772.js} +1 -1
  203. package/dist/esm/v2/OrTags-4ffaa13b.js +159 -0
  204. package/dist/esm/v2/components/index.d.ts +4 -1
  205. package/dist/esm/v2/components/index.js +10 -29
  206. package/dist/esm/v2/components/or-checkbox-group-v3/index.js +6 -122
  207. package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +1 -2
  208. package/dist/esm/v2/components/or-confirm/index.js +1 -1
  209. package/dist/esm/v2/components/or-expansion-panel-v3/index.js +1 -1
  210. package/dist/esm/v2/components/or-inline-text-edit/index.js +1 -1
  211. package/dist/esm/v2/components/or-radio-group-v3/index.js +6 -120
  212. package/dist/esm/v2/components/or-select-v3/index.js +2 -2
  213. package/dist/esm/v2/components/or-sidebar-v3/index.js +1 -1
  214. package/dist/esm/v2/components/or-tag-v3/OrTag.vue.d.ts +5 -5
  215. package/dist/esm/v2/components/or-tags-v3/OrTags.vue.d.ts +80 -0
  216. package/dist/esm/v2/components/or-tags-v3/index.d.ts +1 -0
  217. package/dist/esm/v2/components/or-tags-v3/index.js +19 -0
  218. package/dist/esm/v2/components/or-tags-v3/styles.d.ts +4 -0
  219. package/dist/esm/v2/components/or-text-v3/OrText.vue.d.ts +2 -2
  220. package/dist/esm/v2/components/or-textarea/OrTextarea.vue.d.ts +2 -2
  221. package/dist/esm/v2/components/or-textarea-v3/OrTextarea.vue.d.ts +2 -2
  222. package/dist/esm/v2/components/or-textbox/OrTextbox.vue.d.ts +2 -2
  223. package/dist/esm/v2/components/or-time-picker-v3/OrTimePicker.vue.d.ts +2 -2
  224. package/dist/esm/v2/components/or-toast/OrToast.vue.d.ts +2 -2
  225. package/dist/esm/v2/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +2 -2
  226. package/dist/esm/v2/components/or-toast-v3/OrToast.vue.d.ts +2 -2
  227. package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +2 -2
  228. package/dist/esm/v2/components/or-tooltip/OrTooltip.vue.d.ts +2 -2
  229. package/dist/esm/v2/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue.d.ts +2 -2
  230. package/dist/esm/v2/components/or-tooltip-v3/OrTooltip.vue.d.ts +2 -2
  231. package/dist/esm/v2/index.js +10 -30
  232. package/dist/esm/v3/OrCheckboxGroup-c41a99ba.js +88 -0
  233. package/dist/esm/v3/{OrCheckboxTree-4a85b9b3.js → OrCheckboxTree-fa6288af.js} +6 -2
  234. package/dist/esm/v3/{OrConfirm-1a94bdea.js → OrConfirm-410da5b4.js} +1 -1
  235. package/dist/esm/v3/{OrExpansionPanel-99ca7ed7.js → OrExpansionPanel-c016d8fa.js} +3 -1
  236. package/dist/esm/v3/OrInlineTextEdit-42d59fb9.js +356 -0
  237. package/dist/esm/v3/OrRadioGroup-5d1fe6fd.js +87 -0
  238. package/dist/esm/v3/{OrSelect-3dbddc6b.js → OrSelect-046e8e36.js} +1 -1
  239. package/dist/esm/v3/{OrSidebar-bfd19c4c.js → OrSidebar-3f2502fb.js} +1 -1
  240. package/dist/esm/v3/OrTags-a082de82.js +147 -0
  241. package/dist/esm/v3/components/index.d.ts +4 -1
  242. package/dist/esm/v3/components/index.js +10 -29
  243. package/dist/esm/v3/components/or-avatar/OrAvatar.vue.d.ts +11 -26
  244. package/dist/esm/v3/components/or-avatar-v3/OrAvatar.vue.d.ts +8 -24
  245. package/dist/esm/v3/components/or-bottom-sheet-v3/OrBottomSheet.vue.d.ts +20 -33
  246. package/dist/esm/v3/components/or-button/OrButton.vue.d.ts +16 -51
  247. package/dist/esm/v3/components/or-button-v2/OrButton.vue.d.ts +20 -57
  248. package/dist/esm/v3/components/or-button-v3/OrButton.vue.d.ts +15 -35
  249. package/dist/esm/v3/components/or-card/OrCard.vue.d.ts +7 -15
  250. package/dist/esm/v3/components/or-card-collection/OrCardCollection.vue.d.ts +21 -47
  251. package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +22 -70
  252. package/dist/esm/v3/components/or-card-collection-v3/partials/OrCardCollectionView.vue3.vue.d.ts +6 -14
  253. package/dist/esm/v3/components/or-card-v3/OrCard.vue.d.ts +4 -7
  254. package/dist/esm/v3/components/or-carousel/OrCarousel.vue.d.ts +126 -676
  255. package/dist/esm/v3/components/or-carousel/or-carousel-item/OrCarouselItem.vue.d.ts +1 -1
  256. package/dist/esm/v3/components/or-checkbox/OrCheckbox.vue.d.ts +15 -35
  257. package/dist/esm/v3/components/or-checkbox-group-v3/OrCheckboxGroup.vue.d.ts +6 -24
  258. package/dist/esm/v3/components/or-checkbox-group-v3/index.js +6 -89
  259. package/dist/esm/v3/components/or-checkbox-tree-v3/OrCheckboxTree.vue.d.ts +17 -43
  260. package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +1 -2
  261. package/dist/esm/v3/components/or-checkbox-v3/OrCheckbox.vue.d.ts +23 -53
  262. package/dist/esm/v3/components/or-chips/OrChips.vue.d.ts +24 -51
  263. package/dist/esm/v3/components/or-chips/or-chip/OrChip.vue.d.ts +9 -25
  264. package/dist/esm/v3/components/or-chips/partials/OrChipsInput.vue.d.ts +17 -37
  265. package/dist/esm/v3/components/or-code/OrCode.vue.d.ts +24 -69
  266. package/dist/esm/v3/components/or-collapse/OrCollapse.vue.d.ts +17 -39
  267. package/dist/esm/v3/components/or-color-picker/OrColorPicker.vue.d.ts +13 -31
  268. package/dist/esm/v3/components/or-combined-input-v3/OrCombinedInput.vue.d.ts +8 -30
  269. package/dist/esm/v3/components/or-confirm/OrConfirm.vue.d.ts +23 -84
  270. package/dist/esm/v3/components/or-confirm/index.js +1 -1
  271. package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +29 -91
  272. package/dist/esm/v3/components/or-date-picker-v3/OrDatePicker.vue.d.ts +25 -81
  273. package/dist/esm/v3/components/or-date-time-picker/OrDateTimePicker.vue.d.ts +68 -177
  274. package/dist/esm/v3/components/or-date-time-picker/partials/OrDateTimePickerCalendarItem.vue.d.ts +12 -33
  275. package/dist/esm/v3/components/or-date-time-picker-v3/OrDateTimePicker.vue.d.ts +31 -105
  276. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/OrDateTimePickerDateControl.vue.d.ts +11 -28
  277. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/OrDateTimePickerDateSelect.vue.d.ts +17 -39
  278. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-mobile-control/OrDateTimePickerMobileControl.vue.d.ts +7 -15
  279. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-month-select/OrDateTimePickerMonthSelect.vue.d.ts +23 -85
  280. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-footer/OrDateTimePickerPopoverFooter.vue.d.ts +7 -11
  281. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-popover-header/OrDateTimePickerPopoverHeader.vue.d.ts +4 -7
  282. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/OrDateTimePickerTimeControl.vue.d.ts +11 -28
  283. package/dist/esm/v3/components/or-date-time-picker-v3/partials/or-date-time-picker-time-select/OrDateTimePickerTimeSelect.vue.d.ts +15 -37
  284. package/dist/esm/v3/components/or-empty-state-v3/OrEmptyState.vue.d.ts +11 -28
  285. package/dist/esm/v3/components/or-error/OrError.vue.d.ts +4 -8
  286. package/dist/esm/v3/components/or-error-tag-v3/OrErrorTag.vue.d.ts +4 -7
  287. package/dist/esm/v3/components/or-error-v3/OrError.vue.d.ts +9 -18
  288. package/dist/esm/v3/components/or-expansion-panel-v3/OrExpansionPanel.vue.d.ts +14 -35
  289. package/dist/esm/v3/components/or-expansion-panel-v3/index.js +1 -1
  290. package/dist/esm/v3/components/or-fab-v3/OrFab.vue.d.ts +8 -20
  291. package/dist/esm/v3/components/or-floating/OrFloating.vue.d.ts +15 -46
  292. package/dist/esm/v3/components/or-form-group-v3/OrFormGroup.vue.d.ts +10 -30
  293. package/dist/esm/v3/components/or-hint/OrHint.vue.d.ts +4 -8
  294. package/dist/esm/v3/components/or-hint-v3/OrHint.vue.d.ts +9 -18
  295. package/dist/esm/v3/components/or-icon/OrIcon.vue.d.ts +16 -44
  296. package/dist/esm/v3/components/or-icon-button-v2/OrIconButton.vue.d.ts +13 -43
  297. package/dist/esm/v3/components/or-icon-button-v2/partials/OrTooltipWrapper.vue.d.ts +8 -10
  298. package/dist/esm/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +16 -52
  299. package/dist/esm/v3/components/or-icon-v3/OrIcon.vue.d.ts +7 -18
  300. package/dist/esm/v3/components/or-inline-input-box-v3/OrInlineInputBox.vue.d.ts +7 -16
  301. package/dist/esm/v3/components/or-inline-input-v3/OrInlineInput.vue.d.ts +39 -83
  302. package/dist/esm/v3/components/or-inline-text-edit/OrInlineTextEdit.vue.d.ts +43 -95
  303. package/dist/esm/v3/components/or-inline-text-edit/index.js +1 -1
  304. package/dist/esm/v3/components/or-inline-textarea-v3/OrInlineTextarea.vue.d.ts +39 -79
  305. package/dist/esm/v3/components/or-input/OrInput.vue.d.ts +36 -87
  306. package/dist/esm/v3/components/or-input-box-v3/OrInputBox.vue.d.ts +7 -22
  307. package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +34 -85
  308. package/dist/esm/v3/components/or-label/OrLabel.vue.d.ts +9 -20
  309. package/dist/esm/v3/components/or-label-v3/OrLabel.vue.d.ts +9 -24
  310. package/dist/esm/v3/components/or-link-v3/OrLink.vue.d.ts +7 -24
  311. package/dist/esm/v3/components/or-list/OrList.vue.d.ts +21 -47
  312. package/dist/esm/v3/components/or-list-of-inputs/OrListOfInputs.vue.d.ts +11 -27
  313. package/dist/esm/v3/components/or-loader/OrLoader.vue.d.ts +10 -26
  314. package/dist/esm/v3/components/or-loader-v3/OrLoader.vue.d.ts +13 -34
  315. package/dist/esm/v3/components/or-menu-item-v3/OrMenuItem.vue.d.ts +13 -34
  316. package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +16 -43
  317. package/dist/esm/v3/components/or-modal/OrModal.vue.d.ts +14 -38
  318. package/dist/esm/v3/components/or-modal-v3/OrModal.vue.d.ts +15 -31
  319. package/dist/esm/v3/components/or-notification/OrNotification.vue.d.ts +9 -27
  320. package/dist/esm/v3/components/or-notification-v3/OrNotification.vue.d.ts +9 -20
  321. package/dist/esm/v3/components/or-number-input/OrNumberInput.vue.d.ts +24 -70
  322. package/dist/esm/v3/components/or-overflow-menu/OrOverflowMenu.vue.d.ts +13 -31
  323. package/dist/esm/v3/components/or-overflow-menu/partials/OrOverflowMenuItem.vue.d.ts +7 -23
  324. package/dist/esm/v3/components/or-overlay/OrOverlay.vue.d.ts +6 -16
  325. package/dist/esm/v3/components/or-overlay-v3/OrOverlay.vue.d.ts +7 -14
  326. package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +27 -75
  327. package/dist/esm/v3/components/or-password/OrPassword.vue.d.ts +22 -63
  328. package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +27 -74
  329. package/dist/esm/v3/components/or-progress/OrProgress.vue.d.ts +20 -56
  330. package/dist/esm/v3/components/or-progress-v3/OrProgress.vue.d.ts +25 -62
  331. package/dist/esm/v3/components/or-radio/OrRadio.vue.d.ts +13 -35
  332. package/dist/esm/v3/components/or-radio-group/OrRadioGroup.vue.d.ts +9 -26
  333. package/dist/esm/v3/components/or-radio-group-v3/OrRadioGroup.vue.d.ts +6 -32
  334. package/dist/esm/v3/components/or-radio-group-v3/index.js +6 -87
  335. package/dist/esm/v3/components/or-radio-v3/OrRadio.vue.d.ts +21 -49
  336. package/dist/esm/v3/components/or-search/OrSearch.vue.d.ts +23 -65
  337. package/dist/esm/v3/components/or-search-v3/OrSearch.vue.d.ts +17 -41
  338. package/dist/esm/v3/components/or-segmented-control-v3/OrSegmentedControl.vue.d.ts +9 -25
  339. package/dist/esm/v3/components/or-segmented-control-v3/partials/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +8 -20
  340. package/dist/esm/v3/components/or-select/OrSelect.vue.d.ts +28 -77
  341. package/dist/esm/v3/components/or-select/partials/OrSelectContent.vue.d.ts +18 -49
  342. package/dist/esm/v3/components/or-select/partials/OrSelectContentEmpty.vue.d.ts +4 -16
  343. package/dist/esm/v3/components/or-select/partials/OrSelectContentOptions.vue.d.ts +13 -67
  344. package/dist/esm/v3/components/or-select/partials/OrSelectInput.vue.d.ts +16 -41
  345. package/dist/esm/v3/components/or-select/partials/OrSelectInputValue.vue.d.ts +16 -35
  346. package/dist/esm/v3/components/or-select/partials/OrSelectMain.vue.d.ts +24 -71
  347. package/dist/esm/v3/components/or-select/partials/OrSelectOption.vue.d.ts +7 -19
  348. package/dist/esm/v3/components/or-select/partials/OrSelectSearchOptions.vue.d.ts +11 -24
  349. package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +37 -115
  350. package/dist/esm/v3/components/or-select-v3/index.js +2 -2
  351. package/dist/esm/v3/components/or-sidebar/OrSidebar.vue.d.ts +14 -33
  352. package/dist/esm/v3/components/or-sidebar-v3/OrSidebar.vue.d.ts +28 -63
  353. package/dist/esm/v3/components/or-sidebar-v3/index.js +1 -1
  354. package/dist/esm/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +10 -23
  355. package/dist/esm/v3/components/or-skeleton/or-skeleton-circle/OrSkeletonCircle.vue.d.ts +9 -20
  356. package/dist/esm/v3/components/or-skeleton/or-skeleton-rect/OrSkeletonRect.vue.d.ts +9 -22
  357. package/dist/esm/v3/components/or-skeleton/or-skeleton-text/OrSkeletonText.vue.d.ts +10 -26
  358. package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-circle-v3/OrSkeletonCircle.vue.d.ts +13 -28
  359. package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-rect-v3/OrSkeletonRect.vue.d.ts +11 -26
  360. package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-text-v3/OrSkeletonText.vue.d.ts +16 -40
  361. package/dist/esm/v3/components/or-slider/OrSlider.vue.d.ts +35 -91
  362. package/dist/esm/v3/components/or-sort-header-v3/OrSortHeader.vue.d.ts +13 -25
  363. package/dist/esm/v3/components/or-stepper/OrStepper.vue.d.ts +16 -43
  364. package/dist/esm/v3/components/or-stepper/partials/OrStepperButtonOptions.vue.d.ts +4 -20
  365. package/dist/esm/v3/components/or-stepper/partials/OrStepperOptionHorizontal.vue.d.ts +4 -26
  366. package/dist/esm/v3/components/or-stepper/partials/OrStepperOptionVertical.vue.d.ts +4 -26
  367. package/dist/esm/v3/components/or-stepper/partials/OrStepperTitle.vue.d.ts +6 -22
  368. package/dist/esm/v3/components/or-stepper/partials/StatusIcon.vue.d.ts +6 -12
  369. package/dist/esm/v3/components/or-switch/OrSwitch.vue.d.ts +12 -33
  370. package/dist/esm/v3/components/or-switch-v3/OrSwitch.vue.d.ts +22 -53
  371. package/dist/esm/v3/components/or-tab/OrTab.vue.d.ts +9 -22
  372. package/dist/esm/v3/components/or-tab-header-item/OrTabHeaderItem.vue.d.ts +13 -29
  373. package/dist/esm/v3/components/or-tab-v3/OrTab.vue.d.ts +10 -17
  374. package/dist/esm/v3/components/or-tabs/OrTabs.vue.d.ts +4 -17
  375. package/dist/esm/v3/components/or-tabs-v3/OrTabs.vue.d.ts +24 -69
  376. package/dist/esm/v3/components/or-tag/OrTag.vue.d.ts +10 -27
  377. package/dist/esm/v3/components/or-tag-v3/OrTag.vue.d.ts +15 -26
  378. package/dist/esm/v3/components/or-tags-v3/OrTags.vue.d.ts +36 -0
  379. package/dist/esm/v3/components/or-tags-v3/index.d.ts +1 -0
  380. package/dist/esm/v3/components/or-tags-v3/index.js +18 -0
  381. package/dist/esm/v3/components/or-tags-v3/styles.d.ts +4 -0
  382. package/dist/esm/v3/components/or-teleport/OrTeleport.vue3.vue.d.ts +4 -10
  383. package/dist/esm/v3/components/or-teleport-v3/OrTeleport.vue3.vue.d.ts +4 -10
  384. package/dist/esm/v3/components/or-text-v3/OrText.vue.d.ts +11 -24
  385. package/dist/esm/v3/components/or-textarea/OrTextarea.vue.d.ts +37 -85
  386. package/dist/esm/v3/components/or-textarea-v3/OrTextarea.vue.d.ts +32 -73
  387. package/dist/esm/v3/components/or-textbox/OrTextbox.vue.d.ts +55 -137
  388. package/dist/esm/v3/components/or-time-picker-v3/OrTimePicker.vue.d.ts +25 -79
  389. package/dist/esm/v3/components/or-toast/OrToast.vue.d.ts +11 -31
  390. package/dist/esm/v3/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +25 -55
  391. package/dist/esm/v3/components/or-toast-v3/OrToast.vue.d.ts +16 -38
  392. package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +24 -54
  393. package/dist/esm/v3/components/or-tooltip/OrTooltip.vue.d.ts +14 -33
  394. package/dist/esm/v3/components/or-tooltip/or-tooltip-content/OrTooltipContent.vue.d.ts +4 -10
  395. package/dist/esm/v3/components/or-tooltip-v3/OrTooltip.vue.d.ts +13 -37
  396. package/dist/esm/v3/directives/dropdown-close.d.ts +3 -1
  397. package/dist/esm/v3/directives/dropdown-open.d.ts +3 -1
  398. package/dist/esm/v3/hooks/useResponsive/useResponsive.d.ts +2 -2
  399. package/dist/esm/v3/index.js +10 -30
  400. package/package.json +5 -25
  401. package/src/components/index.ts +4 -1
  402. package/src/components/or-confirm/OrConfirm.vue +1 -1
  403. package/src/components/or-expansion-panel-v3/styles.ts +4 -1
  404. package/src/components/or-inline-text-edit/OrInlineTextEdit.vue +6 -6
  405. package/src/components/or-sidebar-v3/styles.ts +1 -1
  406. package/src/components/or-tag-v3/OrTag.vue +3 -2
  407. package/src/components/or-tags-v3/OrTags.docs.mdx +7 -0
  408. package/src/components/or-tags-v3/OrTags.stories3.ts +101 -0
  409. package/src/components/or-tags-v3/OrTags.vue +129 -0
  410. package/src/components/or-tags-v3/index.ts +1 -0
  411. package/src/components/or-tags-v3/styles.ts +41 -0
  412. package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +0 -2178
  413. package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +0 -220
  414. package/dist/bundled/v2/components/OrRichTextEditorV3/index.d.ts +0 -1
  415. package/dist/bundled/v2/components/OrRichTextEditorV3/index.js +0 -70
  416. package/dist/bundled/v2/components/OrRichTextEditorV3/props.d.ts +0 -4
  417. package/dist/bundled/v2/components/OrRichTextEditorV3/props.js +0 -7
  418. package/dist/bundled/v2/components/OrRichTextEditorV3/styles.d.ts +0 -6
  419. package/dist/bundled/v2/components/OrRichTextEditorV3/styles.js +0 -38
  420. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +0 -3
  421. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +0 -46
  422. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +0 -27
  423. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +0 -184
  424. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +0 -1
  425. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.js +0 -5
  426. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +0 -24
  427. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.js +0 -190
  428. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +0 -19
  429. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.js +0 -1
  430. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.d.ts +0 -3
  431. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.js +0 -5
  432. package/dist/bundled/v2/index-1182caa8.js +0 -9633
  433. package/dist/bundled/v2/index-85c2efe8.js +0 -7122
  434. package/dist/bundled/v2/index-d92d0b48.js +0 -3805
  435. package/dist/bundled/v2/index.es-3f39f316.js +0 -115
  436. package/dist/bundled/v2/markdown-d43767b0.js +0 -17980
  437. package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-7e29b3d0.js +0 -237
  438. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-2c009ee0.js +0 -108
  439. package/dist/bundled/v3/OrRichTextEditor.vue_vue_type_script_lang-4440d6b4.js +0 -1869
  440. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +0 -283
  441. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +0 -220
  442. package/dist/bundled/v3/components/OrRichTextEditorV3/index.d.ts +0 -1
  443. package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +0 -86
  444. package/dist/bundled/v3/components/OrRichTextEditorV3/props.d.ts +0 -4
  445. package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +0 -7
  446. package/dist/bundled/v3/components/OrRichTextEditorV3/styles.d.ts +0 -6
  447. package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +0 -38
  448. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +0 -3
  449. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +0 -46
  450. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +0 -27
  451. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +0 -184
  452. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +0 -1
  453. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +0 -5
  454. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +0 -24
  455. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +0 -190
  456. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +0 -19
  457. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.js +0 -1
  458. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.d.ts +0 -3
  459. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +0 -5
  460. package/dist/bundled/v3/index-1182caa8.js +0 -9633
  461. package/dist/bundled/v3/index-85c2efe8.js +0 -7122
  462. package/dist/bundled/v3/index.es-3f39f316.js +0 -115
  463. package/dist/bundled/v3/markdown-d43767b0.js +0 -17980
  464. package/dist/bundled/v3/useFocusTrap-48767a70.js +0 -1348
  465. package/dist/esm/v2/OrInlineTextEdit-a129aaf1.js +0 -400
  466. package/dist/esm/v2/OrRichTextEditor-724a98ac.js +0 -901
  467. package/dist/esm/v2/codemirrorView-be2c7423.js +0 -353
  468. package/dist/esm/v2/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -220
  469. package/dist/esm/v2/components/or-rich-text-editor-v3/index.d.ts +0 -1
  470. package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +0 -59
  471. package/dist/esm/v2/components/or-rich-text-editor-v3/props.d.ts +0 -4
  472. package/dist/esm/v2/components/or-rich-text-editor-v3/styles.d.ts +0 -6
  473. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +0 -3
  474. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +0 -27
  475. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +0 -1
  476. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.js +0 -7
  477. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +0 -24
  478. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +0 -19
  479. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/markdown.d.ts +0 -3
  480. package/dist/esm/v2/flattenDeep-fe0af413.js +0 -6
  481. package/dist/esm/v3/OrInlineTextEdit-4f4ecba4.js +0 -356
  482. package/dist/esm/v3/OrRichTextEditor-7f6f50d3.js +0 -834
  483. package/dist/esm/v3/codemirrorView-be2c7423.js +0 -353
  484. package/dist/esm/v3/components/or-rich-text-editor-v3/OrRichTextEditor.vue.d.ts +0 -220
  485. package/dist/esm/v3/components/or-rich-text-editor-v3/index.d.ts +0 -1
  486. package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +0 -57
  487. package/dist/esm/v3/components/or-rich-text-editor-v3/props.d.ts +0 -4
  488. package/dist/esm/v3/components/or-rich-text-editor-v3/styles.d.ts +0 -6
  489. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +0 -3
  490. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +0 -27
  491. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +0 -1
  492. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.js +0 -7
  493. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/theme.d.ts +0 -24
  494. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +0 -19
  495. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/markdown.d.ts +0 -3
  496. package/dist/esm/v3/flattenDeep-fe0af413.js +0 -6
  497. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.docs.mdx +0 -7
  498. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.ts +0 -142
  499. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +0 -749
  500. package/src/components/or-rich-text-editor-v3/index.ts +0 -1
  501. package/src/components/or-rich-text-editor-v3/props.ts +0 -4
  502. package/src/components/or-rich-text-editor-v3/styles.ts +0 -54
  503. package/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.ts +0 -40
  504. package/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.ts +0 -254
  505. package/src/components/or-rich-text-editor-v3/utils/codemirror/index.ts +0 -1
  506. package/src/components/or-rich-text-editor-v3/utils/codemirror/theme.ts +0 -213
  507. package/src/components/or-rich-text-editor-v3/utils/codemirror/types.ts +0 -22
  508. package/src/components/or-rich-text-editor-v3/utils/markdown.ts +0 -120
  509. package/dist/bundled/v2/{index-f6664cb1.js → index-968c331a.js} +0 -0
  510. package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-528dd4d5.js → OrCheckboxTree.vue_vue_type_script_lang-46436cf3.js} +1 -1
  511. /package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-f1b6ff7d.js → OrExpansionPanel.vue_vue_type_script_lang-d4ed6199.js} +0 -0
  512. /package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-d7f700de.js → OrSidebar.vue_vue_type_script_lang-5723e223.js} +0 -0
  513. /package/dist/bundled/v3/{index-f6664cb1.js → index-968c331a.js} +0 -0
@@ -1,283 +0,0 @@
1
- import { s as script } from '../../OrRichTextEditor.vue_vue_type_script_lang-4440d6b4.js';
2
- export { s as default } from '../../OrRichTextEditor.vue_vue_type_script_lang-4440d6b4.js';
3
- import { resolveComponent, openBlock, createElementBlock, normalizeClass, createVNode, withCtx, createTextVNode, toDisplayString, createElementVNode, Fragment, renderList, createBlock, createCommentVNode, withDirectives, vShow, vModelText, renderSlot } from 'vue';
4
- import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
5
- import 'vue-demi';
6
- import '../../useFocusTrap-48767a70.js';
7
- import '@vueuse/core';
8
- import '../../markdown-d43767b0.js';
9
- import '../../index-85c2efe8.js';
10
- import 'node:punycode';
11
- import '../../index-1182caa8.js';
12
- import '../../index.es-3f39f316.js';
13
- import './styles.js';
14
- import './props.js';
15
- import './utils/codemirror/codemirrorNode.js';
16
- import './utils/codemirror/codemirrorView.js';
17
- import '../../index-0d224ae5.js';
18
- import './utils/codemirror/theme.js';
19
- import '../../index-d92d0b48.js';
20
- import '../../index-e9f6b2d8.js';
21
- import '../OrIconButtonV3/OrIconButton.js';
22
- import '../../OrIconButton.vue_vue_type_script_lang-e786c9e5.js';
23
- import '../OrIconButtonV3/props.js';
24
- import '../OrIconV3/props.js';
25
- import '../OrIconButtonV3/styles.js';
26
- import '../OrIconV3/OrIcon.js';
27
- import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
28
- import '../OrIconV3/styles.js';
29
- import '../OrTooltipV3/OrTooltip.js';
30
- import '../../OrTooltip.vue_vue_type_script_lang-56496d67.js';
31
- import '../OrTooltipV3/styles.js';
32
- import '../OrPopoverV3/OrPopover.js';
33
- import '../../OrPopover.vue_vue_type_script_lang-2d4eae64.js';
34
- import '../../floating-ui.dom.esm-83eba816.js';
35
- import '../OrPopoverV3/props.js';
36
- import '../OrPopoverV3/styles.js';
37
- import '../OrBottomSheetV3/OrBottomSheet.js';
38
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
39
- import '../OrBottomSheetV3/props.js';
40
- import '../OrBottomSheetV3/styles.js';
41
- import '../OrOverlayV3/OrOverlay.js';
42
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
43
- import '../OrOverlayV3/styles.js';
44
- import '../OrTeleportV3/OrTeleport.js';
45
- import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
46
- import '../../hooks/useElevation.js';
47
- import '../../utils/isVisible.js';
48
- import '../../hooks/useResponsive/useResponsive.js';
49
- import '../OrLabelV3/OrLabel.js';
50
- import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
51
- import '../OrLabelV3/props.js';
52
- import '../OrLabelV3/styles.js';
53
- import '../OrMenuItemV3/OrMenuItem.js';
54
- import '../../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
55
- import '../OrMenuItemV3/styles.js';
56
- import '../OrMenuV3/OrMenu.js';
57
- import '../../OrMenu.vue_vue_type_script_lang-a18d3c8d.js';
58
- import '../OrMenuV3/styles.js';
59
- import '../OrModalV3/OrModal.js';
60
- import '../../OrModal.vue_vue_type_script_lang-0c36a3de.js';
61
- import '../OrModalV3/props.js';
62
- import '../OrModalV3/styles.js';
63
- import '../OrInputV3/OrInput.js';
64
- import '../../OrInput.vue_vue_type_script_lang-223ac3b9.js';
65
- import '../OrInputV3/props.js';
66
- import '../OrInputBoxV3/props.js';
67
- import '../OrInputV3/styles.js';
68
- import '../OrErrorV3/OrError.js';
69
- import '../../OrError.vue_vue_type_script_lang-df7b5e32.js';
70
- import '../OrErrorV3/styles.js';
71
- import '../OrHintV3/OrHint.js';
72
- import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
73
- import '../OrHintV3/styles.js';
74
- import '../OrInputBoxV3/OrInputBox.js';
75
- import '../../OrInputBox.vue_vue_type_script_lang-a21db166.js';
76
- import '../OrInputBoxV3/styles.js';
77
- import '../OrLoaderV3/OrLoader.js';
78
- import '../../OrLoader.vue_vue_type_script_lang-49907820.js';
79
- import '../OrLoaderV3/props.js';
80
- import '../OrLoaderV3/styles.js';
81
- import '../../hooks/useIdAttribute.js';
82
- import '../../hooks/useControlAttributes.js';
83
- import '../../hooks/useValidationAttributes.js';
84
- import '../OrButtonV3/OrButton.js';
85
- import '../../OrButton.vue_vue_type_script_lang-f58fa1b8.js';
86
- import '../OrButtonV3/props.js';
87
- import '../OrButtonV3/styles.js';
88
-
89
- const _hoisted_1 = ["activated"];
90
- const _hoisted_2 = /*#__PURE__*/createElementVNode("p", {
91
- class: "text-headline-2"
92
- }, " Add Link ", -1 /* HOISTED */);
93
- const _hoisted_3 = {
94
- class: "flex ml-auto gap-md"
95
- };
96
- const _hoisted_4 = /*#__PURE__*/createElementVNode("p", null, "Cancel", -1 /* HOISTED */);
97
- const _hoisted_5 = /*#__PURE__*/createElementVNode("p", null, "Save", -1 /* HOISTED */);
98
-
99
- function render(_ctx, _cache, $props, $setup, $data, $options) {
100
- const _component_or_label = resolveComponent("or-label");
101
- const _component_or_icon_button = resolveComponent("or-icon-button");
102
- const _component_or_menu_item = resolveComponent("or-menu-item");
103
- const _component_or_menu = resolveComponent("or-menu");
104
- const _component_or_input = resolveComponent("or-input");
105
- const _component_or_button = resolveComponent("or-button");
106
- const _component_or_modal = resolveComponent("or-modal");
107
- return openBlock(), createElementBlock("div", {
108
- ref: "root",
109
- class: normalizeClass(_ctx.rootStyles)
110
- }, [createVNode(_component_or_label, null, {
111
- default: withCtx(() => [createTextVNode(toDisplayString(_ctx.description), 1 /* TEXT */)]),
112
-
113
- _: 1 /* STABLE */
114
- }), createElementVNode("div", {
115
- ref: "containerRef",
116
- class: normalizeClass(_ctx.containerStyles),
117
- onClick: _cache[4] || (_cache[4] = $event => _ctx.handleEditorClick())
118
- }, [createElementVNode("div", {
119
- ref: "toolbarRef",
120
- class: normalizeClass(_ctx.toolbarContainerStyles)
121
- }, [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.toolbar, (tools, index) => {
122
- return openBlock(), createElementBlock("div", {
123
- key: index,
124
- class: normalizeClass([..._ctx.toolbarStyles, {
125
- 'hidden': _ctx.isVisible(tools)
126
- }])
127
- }, [(openBlock(true), createElementBlock(Fragment, null, renderList(tools, item => {
128
- return openBlock(), createElementBlock("div", {
129
- key: item,
130
- class: normalizeClass(['flex gap-md', {
131
- 'hidden': !_ctx.isVisible(item)
132
- }])
133
- }, [item === 'heading' ? (openBlock(), createBlock(_component_or_icon_button, {
134
- key: 0,
135
- ref_for: true,
136
- ref: "toolbarButtonRef",
137
- selected: _ctx.isActive[item],
138
- disabled: !_ctx.isFocused,
139
- tooltip: {
140
- text: item,
141
- placement: 'top'
142
- },
143
- icon: {
144
- icon: _ctx.headingIcon,
145
- variant: 'inherit',
146
- size: 'm'
147
- },
148
- onClick: _cache[0] || (_cache[0] = $event => _ctx.menuRef.open())
149
- }, null, 8 /* PROPS */, ["selected", "disabled", "tooltip", "icon"])) : _ctx.isVisible(item) ? (openBlock(), createBlock(_component_or_icon_button, {
150
- key: 1,
151
- tooltip: {
152
- text: _ctx.iconTooltipsEnum[item],
153
- placement: 'top'
154
- },
155
- selected: _ctx.isActive[item],
156
- disabled: !_ctx.isFocused,
157
- icon: {
158
- icon: _ctx.iconsEnum[item],
159
- variant: 'inherit',
160
- size: 'm'
161
- },
162
- onClick: $event => _ctx.handleToolbarClick(item)
163
- }, null, 8 /* PROPS */, ["tooltip", "selected", "disabled", "icon", "onClick"])) : createCommentVNode("v-if", true)], 2 /* CLASS */);
164
- }), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */);
165
- }), 128 /* KEYED_FRAGMENT */)), _ctx.countOfNotVisibleTools > 0 ? (openBlock(), createBlock(_component_or_icon_button, {
166
- key: 0,
167
- ref: "moreButtonRef",
168
- disabled: !_ctx.isFocused,
169
- icon: {
170
- icon: 'more_horiz',
171
- variant: 'inherit',
172
- size: 'm'
173
- },
174
- class: "px-sm",
175
- onClick: _cache[1] || (_cache[1] = $event => _ctx.moreRef.open())
176
- }, null, 8 /* PROPS */, ["disabled"])) : createCommentVNode("v-if", true)], 2 /* CLASS */), createElementVNode("div", {
177
- class: normalizeClass(['p-sm', {
178
- 'h-[calc(100%-32px)] md:h-[calc(100%-36px)]': _ctx.fullHeight
179
- }])
180
- }, [withDirectives(createElementVNode("textarea", {
181
- ref: "textareaRef",
182
- "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => _ctx.sourceValue = $event),
183
- activated: _ctx.disableMarkdown,
184
- class: "w-full h-full resize-none border-none outline-none bg-transparent typography-body-2-regular",
185
- onInput: _cache[3] || (_cache[3] = function () {
186
- return _ctx.handleInput && _ctx.handleInput(...arguments);
187
- })
188
- }, null, 40 /* PROPS, HYDRATE_EVENTS */, _hoisted_1), [[vShow, _ctx.disableMarkdown], [vModelText, _ctx.sourceValue]]), withDirectives(createElementVNode("div", {
189
- ref: "editorRef",
190
- class: normalizeClass(_ctx.editorInputStyles)
191
- }, null, 2 /* CLASS */), [[vShow, !_ctx.disableMarkdown]]), renderSlot(_ctx.$slots, "files")], 2 /* CLASS */)], 2 /* CLASS */), _ctx.moreButtonRef ? (openBlock(), createBlock(_component_or_menu, {
192
- key: 0,
193
- ref: "moreRef",
194
- trigger: _ctx.moreButtonRef.root
195
- }, {
196
- default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.notVisibleTools, item => {
197
- return openBlock(), createBlock(_component_or_menu_item, {
198
- key: item,
199
- onClick: $event => _ctx.handleToolbarClick(item)
200
- }, {
201
- default: withCtx(() => [createVNode(_component_or_icon_button, {
202
- tooltip: {
203
- text: _ctx.iconTooltipsEnum[item],
204
- placement: 'top'
205
- },
206
- selected: _ctx.isActive[item],
207
- disabled: !_ctx.isFocused,
208
- icon: {
209
- icon: _ctx.iconsEnum[item],
210
- variant: 'inherit',
211
- size: 'm'
212
- }
213
- }, null, 8 /* PROPS */, ["tooltip", "selected", "disabled", "icon"])]),
214
- _: 2 /* DYNAMIC */
215
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick"]);
216
- }), 128 /* KEYED_FRAGMENT */))]),
217
-
218
- _: 1 /* STABLE */
219
- }, 8 /* PROPS */, ["trigger"])) : createCommentVNode("v-if", true), _ctx.toolbarButtonRef ? (openBlock(), createBlock(_component_or_menu, {
220
- key: 1,
221
- ref: "menuRef",
222
- trigger: _ctx.toolbarButtonRef[_ctx.getIndexOfHeading].root,
223
- placement: "bottom-start"
224
- }, {
225
- default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.headingLevels, heading => {
226
- return openBlock(), createBlock(_component_or_menu_item, {
227
- key: heading,
228
- onClick: $event => _ctx.handleToolbarClick('heading', heading)
229
- }, {
230
- default: withCtx(() => [createTextVNode(" Heading " + toDisplayString(heading), 1 /* TEXT */)]),
231
-
232
- _: 2 /* DYNAMIC */
233
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["onClick"]);
234
- }), 128 /* KEYED_FRAGMENT */)), createVNode(_component_or_menu_item, {
235
- onClick: _cache[5] || (_cache[5] = $event => _ctx.handleToolbarClick('heading'))
236
- }, {
237
- default: withCtx(() => [createTextVNode(" None ")]),
238
- _: 1 /* STABLE */
239
- })]),
240
-
241
- _: 1 /* STABLE */
242
- }, 8 /* PROPS */, ["trigger"])) : createCommentVNode("v-if", true), createVNode(_component_or_modal, {
243
- "is-open": _ctx.isOpenLinkModal,
244
- size: "s"
245
- }, {
246
- header: withCtx(() => [_hoisted_2]),
247
- footer: withCtx(() => [createElementVNode("div", _hoisted_3, [createVNode(_component_or_button, {
248
- variant: "outlined",
249
- onClick: _ctx.discardLink
250
- }, {
251
- default: withCtx(() => [_hoisted_4]),
252
- _: 1 /* STABLE */
253
- }, 8 /* PROPS */, ["onClick"]), createVNode(_component_or_button, {
254
- onClick: _ctx.attachLink
255
- }, {
256
- default: withCtx(() => [_hoisted_5]),
257
- _: 1 /* STABLE */
258
- }, 8 /* PROPS */, ["onClick"])])]),
259
- default: withCtx(() => [createElementVNode("div", null, [createVNode(_component_or_label, null, {
260
- default: withCtx(() => [createTextVNode(" Text ")]),
261
- _: 1 /* STABLE */
262
- }), createVNode(_component_or_input, {
263
- modelValue: _ctx.text,
264
- "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => _ctx.text = $event),
265
- placeholder: "Placeholder",
266
- class: "pb-md"
267
- }, null, 8 /* PROPS */, ["modelValue"]), createVNode(_component_or_label, null, {
268
- default: withCtx(() => [createTextVNode(" Link ")]),
269
- _: 1 /* STABLE */
270
- }), createVNode(_component_or_input, {
271
- modelValue: _ctx.link,
272
- "onUpdate:modelValue": _cache[7] || (_cache[7] = $event => _ctx.link = $event),
273
- placeholder: "Placeholder"
274
- }, null, 8 /* PROPS */, ["modelValue"])])]),
275
- _: 1 /* STABLE */
276
- }, 8 /* PROPS */, ["is-open"])], 2 /* CLASS */);
277
- }
278
-
279
- var css_248z = ".tiptap-editor-v3 ol {\n margin: 0 24px;\n list-style: decimal;\n}\n.tiptap-editor-v3 .ProseMirror p {\n margin: 4px;\n}\n.tiptap-editor-v3 .ProseMirror h1, .tiptap-editor-v3 .ProseMirror h2, .tiptap-editor-v3 .ProseMirror h3, .tiptap-editor-v3 .ProseMirror h4, .tiptap-editor-v3 .ProseMirror h5, .tiptap-editor-v3 .ProseMirror h6 {\n margin: 4px;\n}\n.tiptap-editor-v3 ul {\n margin: 0 24px;\n list-style: disc outside none;\n list-style: initial;\n}\n.tiptap-editor-v3 blockquote {\n margin: 8px 24px;\n padding: 0 24px;\n border-left: 4px solid rgba(0, 95, 177, 0.16);\n}\n.tiptap-editor-v3 .is-editor-empty::before {\n content: attr(data-placeholder);\n height: 0;\n pointer-events: none;\n float: left;\n}\n.tiptap-editor-v3 .cm-editor {\n border: none;\n border-radius: 4px;\n}\n.tiptap-editor-v3 .cm-editor .cm-scroller {\n border-radius: 4px;\n}\n.tiptap-editor-v3 .cm-editor.cm-focused {\n outline: none;\n}\n.tiptap-editor-v3 .cm-editor .cm-gutters {\n background-color: rgba(0, 95, 177, 0.12);\n border: none;\n}\n.tiptap-editor-v3 .cm-editor .cm-gutters .cm-gutterElement {\n padding: 0 10px;\n}\n.tiptap-editor-v3 .cm-editor .cm-gutters .cm-gutterElement.cm-activeLineGutter {\n background-color: rgba(0, 95, 177, 0.16);\n}";
280
- styleInject(css_248z);
281
-
282
- script.render = render;
283
- script.__file = "src/components/or-rich-text-editor-v3/OrRichTextEditor.vue";
@@ -1,220 +0,0 @@
1
- import { ComponentPublicInstance, PropType } from 'vue-demi';
2
- import { Formats } from './props';
3
- import { Editor } from '@tiptap/core';
4
- import { Level } from '@tiptap/extension-heading';
5
- declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
6
- editor: Editor | null;
7
- editorRef: import("@vue/composition-api").Ref<HTMLDivElement | undefined>;
8
- toolbarRef: import("@vue/composition-api").Ref<ComponentPublicInstance<HTMLInputElement, {}, {}, {}, {}, {}, HTMLInputElement, {}, false> | undefined>;
9
- containerRef: import("@vue/composition-api").Ref<ComponentPublicInstance<HTMLInputElement, {}, {}, {}, {}, {}, HTMLInputElement, {}, false> | undefined>;
10
- toolbarButtonRef: 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, {
11
- [x: string]: ((...args: any[]) => any) | null;
12
- } | string[], {} & {}, {
13
- [x: number]: string;
14
- } | {}, true> | undefined>;
15
- moreButtonRef: import("@vue/composition-api").Ref<HTMLDivElement | undefined>;
16
- textareaRef: import("@vue/composition-api").Ref<HTMLTextAreaElement | undefined>;
17
- moreRef: import("@vue/composition-api").Ref<HTMLDivElement | undefined>;
18
- menuRef: 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, {
19
- [x: string]: ((...args: any[]) => any) | null;
20
- } | string[], {} & {}, {
21
- [x: number]: string;
22
- } | {}, true> | undefined>;
23
- iconsEnum: import("@vue/composition-api").Ref<{
24
- [x: string]: string;
25
- }>;
26
- handleToolbarClick: (item: string, level?: number) => void;
27
- handleEditorClick: () => void;
28
- isActive: import("@vue/composition-api").Ref<{
29
- [x: string]: boolean;
30
- }>;
31
- iconTooltipsEnum: import("@vue/composition-api").Ref<{
32
- [x: string]: string;
33
- }>;
34
- containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
35
- toolbarContainerStyles: import("@vue/composition-api").ComputedRef<string[]>;
36
- toolbarStyles: import("@vue/composition-api").ComputedRef<string[]>;
37
- rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
38
- root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
39
- editorInputStyles: import("@vue/composition-api").ComputedRef<string[]>;
40
- getIndexOfHeading: import("@vue/composition-api").ComputedRef<number>;
41
- headingLevels: Level[];
42
- headingIcon: import("@vue/composition-api").ComputedRef<string>;
43
- attachLink: () => Promise<void>;
44
- discardLink: () => void;
45
- isOpenLinkModal: import("@vue/composition-api").Ref<boolean>;
46
- text: import("@vue/composition-api").Ref<string>;
47
- link: import("@vue/composition-api").Ref<string>;
48
- isFocused: import("@vue/composition-api").Ref<boolean>;
49
- isVisible: (value: string | Array<string>) => boolean;
50
- countOfNotVisibleTools: import("@vue/composition-api").Ref<number>;
51
- notVisibleTools: import("@vue/composition-api").ComputedRef<string[]>;
52
- handleInput: (event: InputEvent) => void;
53
- proxyModelValue: import("@vue/composition-api").WritableComputedRef<string>;
54
- disableMarkdown: import("@vue/composition-api").Ref<boolean>;
55
- sourceValue: import("@vue/composition-api").Ref<string>;
56
- }> & import("@vue/composition-api").Data, {}, {}, {
57
- modelValue: {
58
- type: StringConstructor;
59
- default: undefined;
60
- };
61
- toolbar: {
62
- type: {
63
- (arrayLength: number): string[][];
64
- (...items: string[][]): string[][];
65
- new (arrayLength: number): string[][];
66
- new (...items: string[][]): string[][];
67
- isArray(arg: any): arg is any[];
68
- readonly prototype: any[];
69
- from<T>(arrayLike: ArrayLike<T>): T[];
70
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
71
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
72
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
73
- of<T_4>(...items: T_4[]): T_4[];
74
- readonly [Symbol.species]: ArrayConstructor;
75
- };
76
- default: () => never[];
77
- };
78
- description: {
79
- type: StringConstructor;
80
- default: string;
81
- };
82
- placeholder: {
83
- type: StringConstructor;
84
- default: string;
85
- };
86
- autofocus: {
87
- type: BooleanConstructor;
88
- default: boolean;
89
- };
90
- format: {
91
- type: PropType<Formats>;
92
- default: Formats;
93
- };
94
- fullHeight: {
95
- type: BooleanConstructor;
96
- default: boolean;
97
- };
98
- }, import("@vue/composition-api").ExtractPropTypes<{
99
- modelValue: {
100
- type: StringConstructor;
101
- default: undefined;
102
- };
103
- toolbar: {
104
- type: {
105
- (arrayLength: number): string[][];
106
- (...items: string[][]): string[][];
107
- new (arrayLength: number): string[][];
108
- new (...items: string[][]): string[][];
109
- isArray(arg: any): arg is any[];
110
- readonly prototype: any[];
111
- from<T>(arrayLike: ArrayLike<T>): T[];
112
- from<T_1, U>(arrayLike: ArrayLike<T_1>, mapfn: (v: T_1, k: number) => U, thisArg?: any): U[];
113
- from<T_2>(iterable: Iterable<T_2> | ArrayLike<T_2>): T_2[];
114
- from<T_3, U_1>(iterable: Iterable<T_3> | ArrayLike<T_3>, mapfn: (v: T_3, k: number) => U_1, thisArg?: any): U_1[];
115
- of<T_4>(...items: T_4[]): T_4[];
116
- readonly [Symbol.species]: ArrayConstructor;
117
- };
118
- default: () => never[];
119
- };
120
- description: {
121
- type: StringConstructor;
122
- default: string;
123
- };
124
- placeholder: {
125
- type: StringConstructor;
126
- default: string;
127
- };
128
- autofocus: {
129
- type: BooleanConstructor;
130
- default: boolean;
131
- };
132
- format: {
133
- type: PropType<Formats>;
134
- default: Formats;
135
- };
136
- fullHeight: {
137
- type: BooleanConstructor;
138
- default: boolean;
139
- };
140
- }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
141
- modelValue: string;
142
- toolbar: string[][];
143
- description: string;
144
- placeholder: string;
145
- autofocus: boolean;
146
- format: Formats;
147
- fullHeight: boolean;
148
- } & {} & {
149
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
150
- }, import("@vue/composition-api").ShallowUnwrapRef<{
151
- editor: Editor | null;
152
- editorRef: import("@vue/composition-api").Ref<HTMLDivElement | undefined>;
153
- toolbarRef: import("@vue/composition-api").Ref<ComponentPublicInstance<HTMLInputElement, {}, {}, {}, {}, {}, HTMLInputElement, {}, false> | undefined>;
154
- containerRef: import("@vue/composition-api").Ref<ComponentPublicInstance<HTMLInputElement, {}, {}, {}, {}, {}, HTMLInputElement, {}, false> | undefined>;
155
- toolbarButtonRef: 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, {
156
- [x: string]: ((...args: any[]) => any) | null;
157
- } | string[], {} & {}, {
158
- [x: number]: string;
159
- } | {}, true> | undefined>;
160
- moreButtonRef: import("@vue/composition-api").Ref<HTMLDivElement | undefined>;
161
- textareaRef: import("@vue/composition-api").Ref<HTMLTextAreaElement | undefined>;
162
- moreRef: import("@vue/composition-api").Ref<HTMLDivElement | undefined>;
163
- menuRef: 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, {
164
- [x: string]: ((...args: any[]) => any) | null;
165
- } | string[], {} & {}, {
166
- [x: number]: string;
167
- } | {}, true> | undefined>;
168
- iconsEnum: import("@vue/composition-api").Ref<{
169
- [x: string]: string;
170
- }>;
171
- handleToolbarClick: (item: string, level?: number) => void;
172
- handleEditorClick: () => void;
173
- isActive: import("@vue/composition-api").Ref<{
174
- [x: string]: boolean;
175
- }>;
176
- iconTooltipsEnum: import("@vue/composition-api").Ref<{
177
- [x: string]: string;
178
- }>;
179
- containerStyles: import("@vue/composition-api").ComputedRef<string[]>;
180
- toolbarContainerStyles: import("@vue/composition-api").ComputedRef<string[]>;
181
- toolbarStyles: import("@vue/composition-api").ComputedRef<string[]>;
182
- rootStyles: import("@vue/composition-api").ComputedRef<string[]>;
183
- root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
184
- editorInputStyles: import("@vue/composition-api").ComputedRef<string[]>;
185
- getIndexOfHeading: import("@vue/composition-api").ComputedRef<number>;
186
- headingLevels: Level[];
187
- headingIcon: import("@vue/composition-api").ComputedRef<string>;
188
- attachLink: () => Promise<void>;
189
- discardLink: () => void;
190
- isOpenLinkModal: import("@vue/composition-api").Ref<boolean>;
191
- text: import("@vue/composition-api").Ref<string>;
192
- link: import("@vue/composition-api").Ref<string>;
193
- isFocused: import("@vue/composition-api").Ref<boolean>;
194
- isVisible: (value: string | Array<string>) => boolean;
195
- countOfNotVisibleTools: import("@vue/composition-api").Ref<number>;
196
- notVisibleTools: import("@vue/composition-api").ComputedRef<string[]>;
197
- handleInput: (event: InputEvent) => void;
198
- proxyModelValue: import("@vue/composition-api").WritableComputedRef<string>;
199
- disableMarkdown: import("@vue/composition-api").Ref<boolean>;
200
- sourceValue: import("@vue/composition-api").Ref<string>;
201
- }>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
202
- modelValue: string;
203
- toolbar: string[][];
204
- description: string;
205
- placeholder: string;
206
- autofocus: boolean;
207
- format: Formats;
208
- fullHeight: boolean;
209
- } & {} & {
210
- [x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
211
- }, {
212
- modelValue: string;
213
- toolbar: string[][];
214
- description: string;
215
- placeholder: string;
216
- autofocus: boolean;
217
- format: Formats;
218
- fullHeight: boolean;
219
- }, true>);
220
- export default _default;
@@ -1 +0,0 @@
1
- export { default as OrRichTextEditorV3 } from './OrRichTextEditor.vue';
@@ -1,86 +0,0 @@
1
- export { s as OrRichTextEditorV3 } from '../../OrRichTextEditor.vue_vue_type_script_lang-4440d6b4.js';
2
- import 'vue-demi';
3
- import '../../useFocusTrap-48767a70.js';
4
- import '@vueuse/core';
5
- import '../../markdown-d43767b0.js';
6
- import '../../index-85c2efe8.js';
7
- import 'node:punycode';
8
- import '../../index-1182caa8.js';
9
- import '../../index.es-3f39f316.js';
10
- import './styles.js';
11
- import './props.js';
12
- import './utils/codemirror/codemirrorNode.js';
13
- import './utils/codemirror/codemirrorView.js';
14
- import '../../index-0d224ae5.js';
15
- import './utils/codemirror/theme.js';
16
- import '../../index-d92d0b48.js';
17
- import '../../index-e9f6b2d8.js';
18
- import '../OrIconButtonV3/OrIconButton.js';
19
- import '../../OrIconButton.vue_vue_type_script_lang-e786c9e5.js';
20
- import '../OrIconButtonV3/props.js';
21
- import '../OrIconV3/props.js';
22
- import '../OrIconButtonV3/styles.js';
23
- import '../OrIconV3/OrIcon.js';
24
- import '../../OrIcon.vue_vue_type_script_lang-73f9cc63.js';
25
- import '../OrIconV3/styles.js';
26
- import 'vue';
27
- import '../OrTooltipV3/OrTooltip.js';
28
- import '../../OrTooltip.vue_vue_type_script_lang-56496d67.js';
29
- import '../OrTooltipV3/styles.js';
30
- import '../OrPopoverV3/OrPopover.js';
31
- import '../../OrPopover.vue_vue_type_script_lang-2d4eae64.js';
32
- import '../../floating-ui.dom.esm-83eba816.js';
33
- import '../OrPopoverV3/props.js';
34
- import '../OrPopoverV3/styles.js';
35
- import '../OrBottomSheetV3/OrBottomSheet.js';
36
- import '../../OrBottomSheet.vue_vue_type_script_lang-a81b2abb.js';
37
- import '../OrBottomSheetV3/props.js';
38
- import '../OrBottomSheetV3/styles.js';
39
- import '../OrOverlayV3/OrOverlay.js';
40
- import '../../OrOverlay.vue_vue_type_script_lang-86c7b93a.js';
41
- import '../OrOverlayV3/styles.js';
42
- import '../OrTeleportV3/OrTeleport.js';
43
- import '../../OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js';
44
- import '../../hooks/useElevation.js';
45
- import '../../utils/isVisible.js';
46
- import '../../hooks/useResponsive/useResponsive.js';
47
- import '../OrLabelV3/OrLabel.js';
48
- import '../../OrLabel.vue_vue_type_script_lang-3e11ab8a.js';
49
- import '../OrLabelV3/props.js';
50
- import '../OrLabelV3/styles.js';
51
- import '../OrMenuItemV3/OrMenuItem.js';
52
- import '../../OrMenuItem.vue_vue_type_script_lang-b338d68a.js';
53
- import '../OrMenuItemV3/styles.js';
54
- import '../OrMenuV3/OrMenu.js';
55
- import '../../OrMenu.vue_vue_type_script_lang-a18d3c8d.js';
56
- import '../OrMenuV3/styles.js';
57
- import '../OrModalV3/OrModal.js';
58
- import '../../OrModal.vue_vue_type_script_lang-0c36a3de.js';
59
- import '../OrModalV3/props.js';
60
- import '../OrModalV3/styles.js';
61
- import '../OrInputV3/OrInput.js';
62
- import '../../OrInput.vue_vue_type_script_lang-223ac3b9.js';
63
- import '../OrInputV3/props.js';
64
- import '../OrInputBoxV3/props.js';
65
- import '../OrInputV3/styles.js';
66
- import '../OrErrorV3/OrError.js';
67
- import '../../OrError.vue_vue_type_script_lang-df7b5e32.js';
68
- import '../OrErrorV3/styles.js';
69
- import '../OrHintV3/OrHint.js';
70
- import '../../OrHint.vue_vue_type_script_lang-0f5e8377.js';
71
- import '../OrHintV3/styles.js';
72
- import '../OrInputBoxV3/OrInputBox.js';
73
- import '../../OrInputBox.vue_vue_type_script_lang-a21db166.js';
74
- import '../OrInputBoxV3/styles.js';
75
- import '../OrLoaderV3/OrLoader.js';
76
- import '../../OrLoader.vue_vue_type_script_lang-49907820.js';
77
- import '../OrLoaderV3/props.js';
78
- import '../OrLoaderV3/styles.js';
79
- import '../../hooks/useIdAttribute.js';
80
- import '../../hooks/useControlAttributes.js';
81
- import '../../hooks/useValidationAttributes.js';
82
- import '../../style-inject.es-4c6f2515.js';
83
- import '../OrButtonV3/OrButton.js';
84
- import '../../OrButton.vue_vue_type_script_lang-f58fa1b8.js';
85
- import '../OrButtonV3/props.js';
86
- import '../OrButtonV3/styles.js';
@@ -1,4 +0,0 @@
1
- export declare enum Formats {
2
- Markdown = "markdown",
3
- Markup = "markup"
4
- }
@@ -1,7 +0,0 @@
1
- var Formats;
2
- (function (Formats) {
3
- Formats["Markdown"] = "markdown";
4
- Formats["Markup"] = "markup";
5
- })(Formats || (Formats = {}));
6
-
7
- export { Formats };
@@ -1,6 +0,0 @@
1
- export declare const EditorContainer: string[];
2
- export declare const ToolbarContainer: string[];
3
- export declare const Toolbar: string[];
4
- export declare const ToolbarButton: string[];
5
- export declare const ToolbarButtonFocused: string[];
6
- export declare const EditorInput: string[];
@@ -1,38 +0,0 @@
1
- const EditorContainer = [
2
- // Colors
3
- 'border-outline', 'focus-within:theme-border-1-primary', 'focus-within:bg-primary-opacity-0-08', 'focus-within:theme-outline-primary',
4
- // Sizing
5
- 'border-1', 'rounded-md', 'w-full'];
6
- const ToolbarContainer = [
7
- // Layout
8
- 'flex',
9
- //Spacing
10
- 'py-sm',
11
- //Sizing
12
- 'border-b-1',
13
- //Colors
14
- 'border-b-outline'];
15
- const Toolbar = [
16
- // Layout
17
- 'flex',
18
- // Spacing
19
- 'px-sm', 'gap-md',
20
- // Sizing
21
- 'border-l-1',
22
- //Colors
23
- 'border-r-disabled',
24
- // Last child
25
- 'first-of-type:border-none'];
26
- const ToolbarButton = [
27
- // Typography
28
- 'text-on-disabled'];
29
- const ToolbarButtonFocused = [
30
- // Typography
31
- 'text-outline'];
32
- const EditorInput = [
33
- // Typography
34
- 'typography-body-2-regular',
35
- // Sizing
36
- 'min-h-[88px]'];
37
-
38
- export { EditorContainer, EditorInput, Toolbar, ToolbarButton, ToolbarButtonFocused, ToolbarContainer };
@@ -1,3 +0,0 @@
1
- import { Node } from '@tiptap/core';
2
- declare const _default: Node<any, any>;
3
- export default _default;