@onereach/ui-components 3.0.1 → 3.1.0-beta.2468.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 (2532) hide show
  1. package/dist/bundled/v2/components/OrAvatar/OrAvatar.js +117 -0
  2. package/dist/bundled/v2/components/OrAvatar/constants.js +8 -0
  3. package/dist/bundled/v2/components/OrAvatar/index.js +17 -0
  4. package/dist/bundled/v2/components/OrAvatarV3/OrAvatar.js +118 -0
  5. package/dist/bundled/v2/components/OrAvatarV3/index.js +12 -0
  6. package/dist/bundled/v2/components/OrAvatarV3/props.js +19 -0
  7. package/dist/bundled/v2/components/OrAvatarV3/styles.js +65 -0
  8. package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +142 -0
  9. package/dist/bundled/v2/components/OrBottomSheetV3/index.js +11 -0
  10. package/dist/bundled/v2/components/OrBottomSheetV3/styles.js +37 -0
  11. package/dist/bundled/v2/components/OrButton/OrButton.js +174 -0
  12. package/dist/bundled/v2/components/OrButton/constants.js +25 -0
  13. package/dist/bundled/v2/components/OrButton/index.js +8 -0
  14. package/dist/bundled/v2/components/OrButtonV2/OrButton.js +185 -0
  15. package/dist/bundled/v2/components/OrButtonV2/constants.js +43 -0
  16. package/dist/bundled/v2/components/OrButtonV2/index.d.ts +3 -0
  17. package/dist/bundled/v2/components/OrButtonV2/index.js +21 -0
  18. package/dist/bundled/v2/components/OrButtonV3/OrButton.js +118 -0
  19. package/dist/bundled/v2/components/OrButtonV3/index.js +9 -0
  20. package/dist/bundled/v2/components/OrButtonV3/props.js +21 -0
  21. package/dist/bundled/v2/components/OrButtonV3/styles.js +67 -0
  22. package/dist/bundled/v2/components/OrCard/OrCard.js +65 -0
  23. package/dist/bundled/v2/components/OrCard/index.js +4 -0
  24. package/dist/bundled/v2/components/OrCardCollection/OrCardCollection.js +236 -0
  25. package/dist/bundled/v2/components/OrCardCollection/constants.js +7 -0
  26. package/dist/bundled/v2/components/OrCardCollection/index.js +30 -0
  27. package/dist/bundled/v2/components/OrCardCollection/types.js +1 -0
  28. package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +347 -0
  29. package/dist/bundled/v2/components/OrCardCollectionV3/index.js +55 -0
  30. package/dist/bundled/v2/components/OrCardCollectionV3/props.js +16 -0
  31. package/dist/bundled/v2/components/OrCardCollectionV3/styles.js +30 -0
  32. package/dist/bundled/v2/components/OrCardCollectionV3/types.js +1 -0
  33. package/dist/bundled/v2/components/OrCardV3/OrCard.js +54 -0
  34. package/dist/bundled/v2/components/OrCardV3/index.js +4 -0
  35. package/dist/bundled/v2/components/OrCardV3/styles.js +15 -0
  36. package/dist/bundled/v2/components/OrCarousel/OrCarousel.js +2873 -0
  37. package/dist/bundled/v2/components/OrCarousel/constants.js +21 -0
  38. package/dist/bundled/v2/components/OrCarousel/index.d.ts +2 -0
  39. package/dist/bundled/v2/components/OrCarousel/index.js +18 -0
  40. package/dist/bundled/v2/components/OrCarouselItem/OrCarouselItem.js +41 -0
  41. package/dist/bundled/v2/components/OrCarouselItem/index.d.ts +1 -0
  42. package/dist/bundled/v2/components/OrCarouselItem/index.js +3 -0
  43. package/dist/bundled/v2/components/OrCheckbox/OrCheckbox.js +191 -0
  44. package/dist/bundled/v2/components/OrCheckbox/index.js +16 -0
  45. package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +187 -0
  46. package/dist/bundled/v2/components/OrCheckboxV3/index.js +10 -0
  47. package/dist/bundled/v2/components/OrCheckboxV3/styles.js +31 -0
  48. package/dist/bundled/v2/components/OrChip/OrChip.js +102 -0
  49. package/dist/bundled/v2/components/OrChip/index.d.ts +1 -0
  50. package/dist/bundled/v2/components/OrChip/index.js +16 -0
  51. package/dist/bundled/v2/components/OrChips/OrChips.js +323 -0
  52. package/dist/bundled/v2/components/OrChips/constants.js +10 -0
  53. package/dist/bundled/v2/components/OrChips/index.d.ts +2 -0
  54. package/dist/bundled/v2/components/OrChips/index.js +20 -0
  55. package/dist/bundled/v2/components/OrCode/OrCode.js +4094 -0
  56. package/dist/bundled/v2/components/OrCode/constants.js +11 -0
  57. package/dist/bundled/v2/components/OrCode/index.js +32 -0
  58. package/dist/bundled/v2/components/OrCode/lang.js +3 -0
  59. package/dist/bundled/v2/components/OrCode/theme.js +189 -0
  60. package/dist/bundled/v2/components/OrCollapse/OrCollapse.js +168 -0
  61. package/dist/bundled/v2/components/OrCollapse/index.js +7 -0
  62. package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +167 -0
  63. package/dist/bundled/v2/components/OrColorPicker/constants.js +323 -0
  64. package/dist/bundled/v2/components/OrColorPicker/index.js +15 -0
  65. package/dist/bundled/v2/components/OrColorPicker/types.js +1 -0
  66. package/dist/bundled/v2/components/OrColorPicker/utils/defultPalette.js +15 -0
  67. package/dist/bundled/v2/components/OrCombinedInputV3/OrCombinedInput.js +148 -0
  68. package/dist/bundled/v2/components/OrCombinedInputV3/index.js +12 -0
  69. package/dist/bundled/v2/components/OrCombinedInputV3/props.js +1 -0
  70. package/dist/bundled/v2/components/OrCombinedInputV3/styles.js +16 -0
  71. package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +280 -0
  72. package/dist/bundled/v2/components/OrConfirm/index.js +32 -0
  73. package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +322 -0
  74. package/dist/bundled/v2/components/OrConfirmV3/index.js +51 -0
  75. package/dist/bundled/v2/components/OrConfirmV3/props.js +7 -0
  76. package/dist/bundled/v2/components/OrConfirmV3/styles.js +47 -0
  77. package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +759 -0
  78. package/dist/bundled/v2/components/OrDateTimePicker/constants.js +20 -0
  79. package/dist/bundled/v2/components/OrDateTimePicker/index.js +27 -0
  80. package/dist/bundled/v2/components/OrEmptyStateV3/OrEmptyState.js +111 -0
  81. package/dist/bundled/v2/components/OrEmptyStateV3/index.js +5 -0
  82. package/dist/bundled/v2/components/OrEmptyStateV3/props.js +7 -0
  83. package/dist/bundled/v2/components/OrEmptyStateV3/styles.js +46 -0
  84. package/dist/bundled/v2/components/OrEmptyStateV3/types.js +1 -0
  85. package/dist/bundled/v2/components/OrError/OrError.js +52 -0
  86. package/dist/bundled/v2/components/OrError/index.js +4 -0
  87. package/dist/bundled/v2/components/OrErrorTagV3/OrErrorTag.js +67 -0
  88. package/dist/bundled/v2/components/OrErrorTagV3/index.js +7 -0
  89. package/dist/bundled/v2/components/OrErrorTagV3/styles.js +15 -0
  90. package/dist/bundled/v2/components/OrErrorV3/OrError.js +71 -0
  91. package/dist/bundled/v2/components/OrErrorV3/index.js +4 -0
  92. package/dist/bundled/v2/components/OrErrorV3/styles.js +19 -0
  93. package/dist/bundled/v2/components/OrExpansionPanelV3/OrExpansionPanel.js +147 -0
  94. package/dist/bundled/v2/components/OrExpansionPanelV3/index.js +8 -0
  95. package/dist/bundled/v2/components/OrExpansionPanelV3/props.js +12 -0
  96. package/dist/bundled/v2/components/OrExpansionPanelV3/styles.js +51 -0
  97. package/dist/bundled/v2/components/OrFabV3/OrFab.js +83 -0
  98. package/dist/bundled/v2/components/OrFabV3/index.js +8 -0
  99. package/dist/bundled/v2/components/OrFabV3/props.js +7 -0
  100. package/dist/bundled/v2/components/OrFabV3/styles.js +19 -0
  101. package/dist/bundled/v2/components/OrFloating/OrFloating.js +189 -0
  102. package/dist/bundled/v2/components/OrFloating/constants.js +22 -0
  103. package/dist/bundled/v2/components/OrFloating/index.js +11 -0
  104. package/dist/bundled/v2/components/OrHint/OrHint.js +55 -0
  105. package/dist/bundled/v2/components/OrHint/index.js +5 -0
  106. package/dist/bundled/v2/components/OrHintV3/OrHint.js +71 -0
  107. package/dist/bundled/v2/components/OrHintV3/index.js +4 -0
  108. package/dist/bundled/v2/components/OrHintV3/styles.js +19 -0
  109. package/dist/bundled/v2/components/OrIcon/OrIcon.js +159 -0
  110. package/dist/bundled/v2/components/OrIcon/constants.js +24 -0
  111. package/dist/bundled/v2/components/OrIcon/index.js +15 -0
  112. package/dist/bundled/v2/components/OrIconButtonV2/OrIconButton.js +230 -0
  113. package/dist/bundled/v2/components/OrIconButtonV2/OrIconButton.vue.d.ts +132 -0
  114. package/dist/bundled/v2/components/OrIconButtonV2/index.d.ts +1 -0
  115. package/dist/bundled/v2/components/OrIconButtonV2/index.js +20 -0
  116. package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +130 -0
  117. package/dist/bundled/v2/components/OrIconButtonV3/index.js +24 -0
  118. package/dist/bundled/v2/components/OrIconButtonV3/props.js +10 -0
  119. package/dist/bundled/v2/components/OrIconButtonV3/styles.js +50 -0
  120. package/dist/bundled/v2/components/OrIconV3/OrIcon.js +69 -0
  121. package/dist/bundled/v2/components/OrIconV3/index.js +5 -0
  122. package/dist/bundled/v2/components/OrIconV3/props.js +17 -0
  123. package/dist/bundled/v2/components/OrIconV3/styles.js +46 -0
  124. package/dist/bundled/v2/components/OrInlineInputBoxV3/OrInlineInputBox.js +68 -0
  125. package/dist/bundled/v2/components/OrInlineInputBoxV3/index.js +5 -0
  126. package/dist/bundled/v2/components/OrInlineInputBoxV3/props.js +7 -0
  127. package/dist/bundled/v2/components/OrInlineInputBoxV3/styles.js +23 -0
  128. package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +376 -0
  129. package/dist/bundled/v2/components/OrInlineInputV3/index.js +38 -0
  130. package/dist/bundled/v2/components/OrInlineInputV3/props.js +9 -0
  131. package/dist/bundled/v2/components/OrInlineInputV3/styles.js +29 -0
  132. package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +400 -0
  133. package/dist/bundled/v2/components/OrInlineTextEdit/constants.js +13 -0
  134. package/dist/bundled/v2/components/OrInlineTextEdit/index.js +25 -0
  135. package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +293 -0
  136. package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +37 -0
  137. package/dist/bundled/v2/components/OrInlineTextareaV3/styles.js +21 -0
  138. package/dist/bundled/v2/components/OrInput/OrInput.js +330 -0
  139. package/dist/bundled/v2/components/OrInput/index.js +11 -0
  140. package/dist/bundled/v2/components/OrInputBoxV3/OrInputBox.js +82 -0
  141. package/dist/bundled/v2/components/OrInputBoxV3/index.js +5 -0
  142. package/dist/bundled/v2/components/OrInputBoxV3/props.js +12 -0
  143. package/dist/bundled/v2/components/OrInputBoxV3/styles.js +45 -0
  144. package/dist/bundled/v2/components/OrInputV3/OrInput.js +433 -0
  145. package/dist/bundled/v2/components/OrInputV3/index.js +44 -0
  146. package/dist/bundled/v2/components/OrInputV3/props.js +11 -0
  147. package/dist/bundled/v2/components/OrInputV3/styles.js +14 -0
  148. package/dist/bundled/v2/components/OrLabel/OrLabel.js +78 -0
  149. package/dist/bundled/v2/components/OrLabel/index.js +5 -0
  150. package/dist/bundled/v2/components/OrLabelV3/OrLabel.js +89 -0
  151. package/dist/bundled/v2/components/OrLabelV3/index.js +5 -0
  152. package/dist/bundled/v2/components/OrLabelV3/props.js +7 -0
  153. package/dist/bundled/v2/components/OrLabelV3/styles.js +29 -0
  154. package/dist/bundled/v2/components/OrLinkV3/OrLink.js +85 -0
  155. package/dist/bundled/v2/components/OrLinkV3/index.js +5 -0
  156. package/dist/bundled/v2/components/OrLinkV3/props.js +10 -0
  157. package/dist/bundled/v2/components/OrLinkV3/styles.js +30 -0
  158. package/dist/bundled/v2/components/OrList/OrList.js +2887 -0
  159. package/dist/bundled/v2/components/OrList/index.js +25 -0
  160. package/dist/bundled/v2/components/OrListOfInputs/OrListOfInputs.js +239 -0
  161. package/dist/bundled/v2/components/OrListOfInputs/index.js +29 -0
  162. package/dist/bundled/v2/components/OrLoader/OrLoader.js +106 -0
  163. package/dist/bundled/v2/components/OrLoader/constants.js +8 -0
  164. package/dist/bundled/v2/components/OrLoader/index.js +6 -0
  165. package/dist/bundled/v2/components/OrLoader/types.js +1 -0
  166. package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +170 -0
  167. package/dist/bundled/v2/components/OrLoaderV3/index.js +6 -0
  168. package/dist/bundled/v2/components/OrLoaderV3/props.js +18 -0
  169. package/dist/bundled/v2/components/OrLoaderV3/styles.js +17 -0
  170. package/dist/bundled/v2/components/OrMenuItemV3/OrMenuItem.js +95 -0
  171. package/dist/bundled/v2/components/OrMenuItemV3/index.js +7 -0
  172. package/dist/bundled/v2/components/OrMenuItemV3/styles.js +17 -0
  173. package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +148 -0
  174. package/dist/bundled/v2/components/OrMenuV3/index.js +18 -0
  175. package/dist/bundled/v2/components/OrMenuV3/props.js +1 -0
  176. package/dist/bundled/v2/components/OrMenuV3/styles.js +7 -0
  177. package/dist/bundled/v2/components/OrModal/OrModal.js +1467 -0
  178. package/dist/bundled/v2/components/OrModal/constants.js +10 -0
  179. package/dist/bundled/v2/components/OrModal/index.js +24 -0
  180. package/dist/bundled/v2/components/OrModalV3/OrModal.js +141 -0
  181. package/dist/bundled/v2/components/OrModalV3/index.js +27 -0
  182. package/dist/bundled/v2/components/OrModalV3/props.js +8 -0
  183. package/dist/bundled/v2/components/OrModalV3/styles.js +33 -0
  184. package/dist/bundled/v2/components/OrNotification/OrNotification.js +143 -0
  185. package/dist/bundled/v2/components/OrNotification/constants.js +14 -0
  186. package/dist/bundled/v2/components/OrNotification/index.js +22 -0
  187. package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +127 -0
  188. package/dist/bundled/v2/components/OrNotificationV3/index.js +27 -0
  189. package/dist/bundled/v2/components/OrNotificationV3/props.js +9 -0
  190. package/dist/bundled/v2/components/OrNotificationV3/styles.js +54 -0
  191. package/dist/bundled/v2/components/OrNumberInput/OrNumberInput.js +233 -0
  192. package/dist/bundled/v2/components/OrNumberInput/index.js +12 -0
  193. package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +259 -0
  194. package/dist/bundled/v2/components/OrOverflowMenu/index.js +23 -0
  195. package/dist/bundled/v2/components/OrOverflowMenu/types.js +1 -0
  196. package/dist/bundled/v2/components/OrOverlay/OrOverlay.js +71 -0
  197. package/dist/bundled/v2/components/OrOverlay/index.js +4 -0
  198. package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +80 -0
  199. package/dist/bundled/v2/components/OrOverlayV3/index.js +9 -0
  200. package/dist/bundled/v2/components/OrOverlayV3/styles.js +9 -0
  201. package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +332 -0
  202. package/dist/bundled/v2/components/OrPaginationV3/index.js +31 -0
  203. package/dist/bundled/v2/components/OrPaginationV3/styles.js +26 -0
  204. package/dist/bundled/v2/components/OrPaginationV3/types.js +1 -0
  205. package/dist/bundled/v2/components/OrPassword/OrPassword.js +241 -0
  206. package/dist/bundled/v2/components/OrPassword/index.js +28 -0
  207. package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +232 -0
  208. package/dist/bundled/v2/components/OrPopoverV3/index.js +16 -0
  209. package/dist/bundled/v2/components/OrPopoverV3/props.js +23 -0
  210. package/dist/bundled/v2/components/OrPopoverV3/styles.js +44 -0
  211. package/dist/bundled/v2/components/OrProgress/OrProgress.js +211 -0
  212. package/dist/bundled/v2/components/OrProgress/constants.js +15 -0
  213. package/dist/bundled/v2/components/OrProgress/index.js +6 -0
  214. package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +246 -0
  215. package/dist/bundled/v2/components/OrProgressV3/index.js +8 -0
  216. package/dist/bundled/v2/components/OrProgressV3/props.js +15 -0
  217. package/dist/bundled/v2/components/OrProgressV3/styles.js +63 -0
  218. package/dist/bundled/v2/components/OrRadio/OrRadio.js +141 -0
  219. package/dist/bundled/v2/components/OrRadio/index.js +5 -0
  220. package/dist/bundled/v2/components/OrRadioGroup/OrRadioGroup.js +87 -0
  221. package/dist/bundled/v2/components/OrRadioGroup/index.js +4 -0
  222. package/dist/bundled/v2/components/OrRadioV3/OrRadio.js +169 -0
  223. package/dist/bundled/v2/components/OrRadioV3/index.js +10 -0
  224. package/dist/bundled/v2/components/OrRadioV3/styles.js +31 -0
  225. package/dist/bundled/v2/components/OrSearch/OrSearch.js +262 -0
  226. package/dist/bundled/v2/components/OrSearch/index.js +27 -0
  227. package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +183 -0
  228. package/dist/bundled/v2/components/OrSearchV3/index.js +45 -0
  229. package/dist/bundled/v2/components/OrSearchV3/props.js +1 -0
  230. package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.js +213 -0
  231. package/dist/bundled/v2/components/OrSegmentedControlV3/index.js +5 -0
  232. package/dist/bundled/v2/components/OrSegmentedControlV3/props.js +7 -0
  233. package/dist/bundled/v2/components/OrSegmentedControlV3/styles.js +15 -0
  234. package/dist/bundled/v2/components/OrSegmentedControlV3/types.js +1 -0
  235. package/dist/bundled/v2/components/OrSelect/OrSelect.js +1061 -0
  236. package/dist/bundled/v2/components/OrSelect/OrSelect.vue.d.ts +242 -0
  237. package/dist/bundled/v2/components/OrSelect/constants.js +50 -0
  238. package/dist/bundled/v2/components/OrSelect/index.js +24 -0
  239. package/dist/bundled/v2/components/OrSelect/types.js +1 -0
  240. package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +542 -0
  241. package/dist/bundled/v2/components/OrSelectV3/index.js +59 -0
  242. package/dist/bundled/v2/components/OrSelectV3/props.js +1 -0
  243. package/dist/bundled/v2/components/OrSelectV3/styles.js +43 -0
  244. package/dist/bundled/v2/components/OrSelectV3/types.js +1 -0
  245. package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +142 -0
  246. package/dist/bundled/v2/components/OrSidebar/constants.js +7 -0
  247. package/dist/bundled/v2/components/OrSidebar/index.js +7 -0
  248. package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +368 -0
  249. package/dist/bundled/v2/components/OrSidebarV3/index.js +28 -0
  250. package/dist/bundled/v2/components/OrSidebarV3/props.js +7 -0
  251. package/dist/bundled/v2/components/OrSidebarV3/styles.js +118 -0
  252. package/dist/bundled/v2/components/OrSkeleton/constants.js +12 -0
  253. package/dist/bundled/v2/components/OrSkeleton/index.d.ts +4 -0
  254. package/dist/bundled/v2/components/OrSkeleton/index.js +9 -0
  255. package/dist/bundled/v2/components/OrSkeletonCircle/OrSkeletonCircle.js +78 -0
  256. package/dist/bundled/v2/components/OrSkeletonCircle/index.d.ts +2 -0
  257. package/dist/bundled/v2/components/OrSkeletonCircle/index.js +7 -0
  258. package/dist/bundled/v2/components/OrSkeletonCircleV3/OrSkeletonCircle.js +81 -0
  259. package/dist/bundled/v2/components/OrSkeletonCircleV3/index.d.ts +1 -0
  260. package/dist/bundled/v2/components/OrSkeletonCircleV3/index.js +6 -0
  261. package/dist/bundled/v2/components/OrSkeletonRect/OrSkeletonRect.js +81 -0
  262. package/dist/bundled/v2/components/OrSkeletonRect/index.d.ts +2 -0
  263. package/dist/bundled/v2/components/OrSkeletonRect/index.js +7 -0
  264. package/dist/bundled/v2/components/OrSkeletonRectV3/OrSkeletonRect.js +84 -0
  265. package/dist/bundled/v2/components/OrSkeletonRectV3/index.d.ts +1 -0
  266. package/dist/bundled/v2/components/OrSkeletonRectV3/index.js +6 -0
  267. package/dist/bundled/v2/components/OrSkeletonText/OrSkeletonText.js +94 -0
  268. package/dist/bundled/v2/components/OrSkeletonText/OrSkeletonText.vue.d.ts +73 -0
  269. package/dist/bundled/v2/components/OrSkeletonText/index.d.ts +2 -0
  270. package/dist/bundled/v2/components/OrSkeletonText/index.js +7 -0
  271. package/dist/bundled/v2/components/OrSkeletonTextV3/OrSkeletonText.js +113 -0
  272. package/dist/bundled/v2/components/OrSkeletonTextV3/index.d.ts +1 -0
  273. package/dist/bundled/v2/components/OrSkeletonTextV3/index.js +6 -0
  274. package/dist/bundled/v2/components/OrSkeletonV3/index.d.ts +3 -0
  275. package/dist/bundled/v2/components/OrSkeletonV3/index.js +8 -0
  276. package/dist/bundled/v2/components/OrSkeletonV3/styles.js +34 -0
  277. package/dist/bundled/v2/components/OrSlider/OrSlider.js +378 -0
  278. package/dist/bundled/v2/components/OrSlider/index.js +17 -0
  279. package/dist/bundled/v2/components/OrSortHeaderV3/OrSortHeader.js +113 -0
  280. package/dist/bundled/v2/components/OrSortHeaderV3/index.js +7 -0
  281. package/dist/bundled/v2/components/OrSortHeaderV3/styles.js +15 -0
  282. package/dist/bundled/v2/components/OrSortHeaderV3/types.js +1 -0
  283. package/dist/bundled/v2/components/OrStepper/OrStepper.js +663 -0
  284. package/dist/bundled/v2/components/OrStepper/index.js +20 -0
  285. package/dist/bundled/v2/components/OrSwitch/OrSwitch.js +153 -0
  286. package/dist/bundled/v2/components/OrSwitch/index.js +7 -0
  287. package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.js +204 -0
  288. package/dist/bundled/v2/components/OrSwitchV3/index.js +14 -0
  289. package/dist/bundled/v2/components/OrSwitchV3/styles.js +51 -0
  290. package/dist/bundled/v2/components/OrTab/OrTab.js +107 -0
  291. package/dist/bundled/v2/components/OrTab/index.js +6 -0
  292. package/dist/bundled/v2/components/OrTabHeaderItem/OrTabHeaderItem.js +110 -0
  293. package/dist/bundled/v2/components/OrTabHeaderItem/index.js +5 -0
  294. package/dist/bundled/v2/components/OrTabV3/OrTab.js +76 -0
  295. package/dist/bundled/v2/components/OrTabV3/index.js +4 -0
  296. package/dist/bundled/v2/components/OrTabV3/styles.js +19 -0
  297. package/dist/bundled/v2/components/OrTabs/OrTabs.js +112 -0
  298. package/dist/bundled/v2/components/OrTabs/index.js +6 -0
  299. package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +221 -0
  300. package/dist/bundled/v2/components/OrTabsV3/index.js +28 -0
  301. package/dist/bundled/v2/components/OrTabsV3/props.js +7 -0
  302. package/dist/bundled/v2/components/OrTabsV3/styles.js +19 -0
  303. package/dist/bundled/v2/components/OrTabsV3/types.js +1 -0
  304. package/dist/bundled/v2/components/OrTag/OrTag.js +128 -0
  305. package/dist/bundled/v2/components/OrTag/index.js +20 -0
  306. package/dist/bundled/v2/components/OrTagV3/OrTag.js +141 -0
  307. package/dist/bundled/v2/components/OrTagV3/index.js +27 -0
  308. package/dist/bundled/v2/components/OrTagV3/props.js +13 -0
  309. package/dist/bundled/v2/components/OrTagV3/styles.js +30 -0
  310. package/dist/bundled/v2/components/OrTeleport/OrTeleport.js +51 -0
  311. package/dist/bundled/v2/components/OrTeleport/constants.js +16 -0
  312. package/dist/bundled/v2/components/OrTeleport/index.js +5 -0
  313. package/dist/bundled/v2/components/OrTeleportV3/OrTeleport.js +59 -0
  314. package/dist/bundled/v2/components/OrTeleportV3/index.js +4 -0
  315. package/dist/bundled/v2/components/OrTextV3/OrText.js +117 -0
  316. package/dist/bundled/v2/components/OrTextV3/index.js +4 -0
  317. package/dist/bundled/v2/components/OrTextV3/styles.js +17 -0
  318. package/dist/bundled/v2/components/OrTextarea/OrTextarea.js +326 -0
  319. package/dist/bundled/v2/components/OrTextarea/index.js +11 -0
  320. package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.js +252 -0
  321. package/dist/bundled/v2/components/OrTextareaV3/index.js +18 -0
  322. package/dist/bundled/v2/components/OrTextareaV3/props.js +1 -0
  323. package/dist/bundled/v2/components/OrTextareaV3/styles.js +14 -0
  324. package/dist/bundled/v2/components/OrTextbox/OrTextbox.js +530 -0
  325. package/dist/bundled/v2/components/OrTextbox/constants.js +11 -0
  326. package/dist/bundled/v2/components/OrTextbox/index.js +27 -0
  327. package/dist/bundled/v2/components/OrToast/OrToast.js +158 -0
  328. package/dist/bundled/v2/components/OrToast/Timer.js +37 -0
  329. package/dist/bundled/v2/components/OrToast/composable/index.js +7 -0
  330. package/dist/bundled/v2/components/OrToast/composable/useQueue.js +33 -0
  331. package/dist/bundled/v2/components/OrToast/composable/useToast.js +82 -0
  332. package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +24 -0
  333. package/dist/bundled/v2/components/OrToast/constants.js +24 -0
  334. package/dist/bundled/v2/components/OrToast/index.d.ts +5 -0
  335. package/dist/bundled/v2/components/OrToast/index.js +30 -0
  336. package/dist/bundled/v2/components/OrToast/types.js +1 -0
  337. package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +219 -0
  338. package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.vue.d.ts +93 -0
  339. package/dist/bundled/v2/components/OrToastContainer/index.d.ts +4 -0
  340. package/dist/bundled/v2/components/OrToastContainer/index.js +30 -0
  341. package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +232 -0
  342. package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.vue.d.ts +85 -0
  343. package/dist/bundled/v2/components/OrToastContainerV3/index.d.ts +4 -0
  344. package/dist/bundled/v2/components/OrToastContainerV3/index.js +37 -0
  345. package/dist/bundled/v2/components/OrToastV3/OrToast.js +195 -0
  346. package/dist/bundled/v2/components/OrToastV3/Timer.js +37 -0
  347. package/dist/bundled/v2/components/OrToastV3/composable/index.js +7 -0
  348. package/dist/bundled/v2/components/OrToastV3/composable/useQueue.js +33 -0
  349. package/dist/bundled/v2/components/OrToastV3/composable/useToast.js +82 -0
  350. package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +24 -0
  351. package/dist/bundled/v2/components/OrToastV3/index.d.ts +5 -0
  352. package/dist/bundled/v2/components/OrToastV3/index.js +37 -0
  353. package/dist/bundled/v2/components/OrToastV3/props.js +1 -0
  354. package/dist/bundled/v2/components/OrToastV3/styles.js +59 -0
  355. package/dist/bundled/v2/components/OrToastV3/types.js +1 -0
  356. package/dist/bundled/v2/components/OrTooltip/OrTooltip.js +161 -0
  357. package/dist/bundled/v2/components/OrTooltip/index.d.ts +2 -0
  358. package/dist/bundled/v2/components/OrTooltip/index.js +13 -0
  359. package/dist/bundled/v2/components/OrTooltipContent/OrTooltipContent.js +71 -0
  360. package/dist/bundled/v2/components/OrTooltipContent/index.d.ts +1 -0
  361. package/dist/bundled/v2/components/OrTooltipContent/index.js +5 -0
  362. package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +133 -0
  363. package/dist/bundled/v2/components/OrTooltipV3/index.js +18 -0
  364. package/dist/bundled/v2/components/OrTooltipV3/props.js +1 -0
  365. package/dist/bundled/v2/components/OrTooltipV3/styles.js +46 -0
  366. package/dist/bundled/v2/components/index.d.ts +1 -0
  367. package/dist/bundled/v2/components/index.js +230 -119
  368. package/dist/bundled/v2/directives/dropdown-close.js +15 -0
  369. package/dist/bundled/v2/directives/dropdown-open.js +16 -0
  370. package/dist/bundled/v2/directives/index.js +3 -4
  371. package/dist/bundled/v2/hooks/index.js +9 -9
  372. package/dist/bundled/v2/hooks/useControlAttributes.js +12 -0
  373. package/dist/bundled/v2/hooks/useElevation.js +22 -0
  374. package/dist/bundled/v2/hooks/useIdAttribute.js +12 -0
  375. package/dist/bundled/v2/hooks/useOverflow.js +64 -0
  376. package/dist/bundled/v2/hooks/useResponsive/index.js +2 -4
  377. package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +13 -0
  378. package/dist/bundled/v2/hooks/useToggle.js +22 -0
  379. package/dist/bundled/v2/hooks/useValidationAttributes.js +16 -0
  380. package/dist/bundled/v2/index-63e094a0.js +15 -0
  381. package/dist/bundled/v2/index-6976c52a.js +17838 -0
  382. package/dist/bundled/v2/index.js +232 -128
  383. package/dist/bundled/v2/lang-02d2bb2d.js +7811 -0
  384. package/dist/bundled/v2/props-7be029c7.js +32 -0
  385. package/dist/bundled/v2/types-668300dd.js +5 -0
  386. package/dist/bundled/v2/utils/constants/color.js +16 -0
  387. package/dist/bundled/v2/utils/constants/key-codes.js +16 -0
  388. package/dist/bundled/v2/utils/constants/poper.js +10 -0
  389. package/dist/bundled/v2/utils/constants/regex.js +49 -0
  390. package/dist/bundled/v2/utils/functions/color.js +39 -0
  391. package/dist/bundled/v2/utils/functions/dom.js +166 -0
  392. package/dist/bundled/v2/utils/functions/hash.js +8 -0
  393. package/dist/bundled/v2/utils/functions/px-to-rem.js +3 -0
  394. package/dist/bundled/v2/utils/functions/text.js +9 -0
  395. package/dist/bundled/v2/utils/isVisible.js +5 -0
  396. package/dist/bundled/v3/OrAvatar.vue_vue_type_script_lang-29e8ad0e.js +57 -0
  397. package/dist/bundled/v3/OrAvatar.vue_vue_type_script_lang-623c32a1.js +66 -0
  398. package/dist/bundled/v3/OrBottomSheet.vue_vue_type_script_lang-1489a97d.js +93 -0
  399. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-0bdd0e1a.js +56 -0
  400. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-e768a47a.js +100 -0
  401. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-ed520a05.js +100 -0
  402. package/dist/bundled/v3/OrCard.vue_vue_type_script_lang-81561dd8.js +21 -0
  403. package/dist/bundled/v3/OrCard.vue_vue_type_script_lang-b204e541.js +19 -0
  404. package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-24a8a534.js +102 -0
  405. package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-37a42eda.js +165 -0
  406. package/dist/bundled/v3/OrCarousel.vue_vue_type_script_lang-0e87c56b.js +2799 -0
  407. package/dist/bundled/v3/OrCarouselItem.vue_vue_type_script_lang-42da2f4a.js +7 -0
  408. package/dist/bundled/v3/OrCheckbox.vue_vue_type_script_lang-60cefcbd.js +90 -0
  409. package/dist/bundled/v3/OrCheckbox.vue_vue_type_script_lang-6ff51af9.js +88 -0
  410. package/dist/bundled/v3/OrChip.vue_vue_type_script_lang-ceebbd82.js +43 -0
  411. package/dist/bundled/v3/OrChips.vue_vue_type_script_lang-94b456c7.js +190 -0
  412. package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-f4385be0.js +3960 -0
  413. package/dist/bundled/v3/OrCollapse.vue_vue_type_script_lang-5137ca99.js +114 -0
  414. package/dist/bundled/v3/OrColorPicker.vue_vue_type_script_lang-3a799e23.js +58 -0
  415. package/dist/bundled/v3/OrConfirm.vue_vue_type_script_lang-20b68e49.js +190 -0
  416. package/dist/bundled/v3/OrConfirm.vue_vue_type_script_lang-f25e8792.js +161 -0
  417. package/dist/bundled/v3/OrDateTimePicker.vue_vue_type_script_lang-c4174322.js +446 -0
  418. package/dist/bundled/v3/OrEmptyState.vue_vue_type_script_lang-2c1f09ef.js +64 -0
  419. package/dist/bundled/v3/OrError.vue_vue_type_script_lang-450321b8.js +13 -0
  420. package/dist/bundled/v3/OrError.vue_vue_type_script_lang-df7b5e32.js +29 -0
  421. package/dist/bundled/v3/OrErrorTag.vue_vue_type_script_lang-a4be8f6a.js +24 -0
  422. package/dist/bundled/v3/OrExpansionPanel.vue_vue_type_script_lang-f1b6ff7d.js +77 -0
  423. package/dist/bundled/v3/OrFab.vue_vue_type_script_lang-fc0a7cff.js +38 -0
  424. package/dist/bundled/v3/OrFloating.vue_vue_type_script_lang-d64ad4a7.js +148 -0
  425. package/dist/bundled/v3/OrHint.vue_vue_type_script_lang-0f5e8377.js +29 -0
  426. package/dist/bundled/v3/OrHint.vue_vue_type_script_lang-5d628c6c.js +16 -0
  427. package/dist/bundled/v3/OrIcon.vue_vue_type_script_lang-73f9cc63.js +34 -0
  428. package/dist/bundled/v3/OrIcon.vue_vue_type_script_lang-e3152dc5.js +95 -0
  429. package/dist/bundled/v3/OrIconButton.vue_vue_type_script_lang-4a3f6358.js +137 -0
  430. package/dist/bundled/v3/OrIconButton.vue_vue_type_script_lang-925a22e4.js +57 -0
  431. package/dist/bundled/v3/OrInlineInput.vue_vue_type_script_lang-2c42dfae.js +149 -0
  432. package/dist/bundled/v3/OrInlineInputBox.vue_vue_type_script_lang-fe99c485.js +30 -0
  433. package/dist/bundled/v3/OrInlineTextEdit.vue_vue_type_script_lang-48e2d027.js +232 -0
  434. package/dist/bundled/v3/OrInlineTextarea.vue_vue_type_script_lang-ae6c2e72.js +139 -0
  435. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-4007572a.js +149 -0
  436. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-ad995b35.js +190 -0
  437. package/dist/bundled/v3/OrInputBox.vue_vue_type_script_lang-e3bba923.js +42 -0
  438. package/dist/bundled/v3/OrLabel.vue_vue_type_script_lang-3e11ab8a.js +42 -0
  439. package/dist/bundled/v3/OrLabel.vue_vue_type_script_lang-95601b40.js +37 -0
  440. package/dist/bundled/v3/OrLink.vue_vue_type_script_lang-2d66ea4d.js +46 -0
  441. package/dist/bundled/v3/OrList.vue_vue_type_script_lang-e6d957ea.js +2759 -0
  442. package/dist/bundled/v3/OrListOfInputs.vue_vue_type_script_lang-3a34b998.js +87 -0
  443. package/dist/bundled/v3/OrLoader.vue_vue_type_script_lang-49907820.js +80 -0
  444. package/dist/bundled/v3/OrLoader.vue_vue_type_script_lang-b48715a3.js +48 -0
  445. package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-f6488feb.js +82 -0
  446. package/dist/bundled/v3/OrMenuItem.vue_vue_type_script_lang-b338d68a.js +39 -0
  447. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-631858eb.js +1370 -0
  448. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-efc20163.js +67 -0
  449. package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-1e784b30.js +70 -0
  450. package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-6b5c9ce4.js +54 -0
  451. package/dist/bundled/v3/OrNumberInput.vue_vue_type_script_lang-1d469d1f.js +113 -0
  452. package/dist/bundled/v3/OrOverflowMenu.vue_vue_type_script_lang-7daa3596.js +137 -0
  453. package/dist/bundled/v3/OrOverlay.vue_vue_type_script_lang-2f5d626d.js +33 -0
  454. package/dist/bundled/v3/OrOverlay.vue_vue_type_script_lang-30f62546.js +40 -0
  455. package/dist/bundled/v3/OrPagination.vue_vue_type_script_lang-61ad0c06.js +170 -0
  456. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-8f8ad07d.js +99 -0
  457. package/dist/bundled/v3/OrPopover.vue_vue_type_script_lang-04c253c8.js +179 -0
  458. package/dist/bundled/v3/OrProgress.vue_vue_type_script_lang-0edde459.js +138 -0
  459. package/dist/bundled/v3/OrProgress.vue_vue_type_script_lang-26d7b3da.js +133 -0
  460. package/dist/bundled/v3/OrRadio.vue_vue_type_script_lang-99b109c4.js +86 -0
  461. package/dist/bundled/v3/OrRadio.vue_vue_type_script_lang-cc11200c.js +85 -0
  462. package/dist/bundled/v3/OrRadioGroup.vue_vue_type_script_lang-75b6c81b.js +47 -0
  463. package/dist/bundled/v3/OrSearch.vue_vue_type_script_lang-c135ee8f.js +78 -0
  464. package/dist/bundled/v3/OrSearch.vue_vue_type_script_lang-df4b51d8.js +122 -0
  465. package/dist/bundled/v3/OrSegmentedControl.vue_vue_type_script_lang-d1b4694c.js +137 -0
  466. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-47b74119.js +259 -0
  467. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-d2fecd97.js +710 -0
  468. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-00e9cda7.js +89 -0
  469. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-c254b3bc.js +243 -0
  470. package/dist/bundled/v3/OrSkeletonCircle.vue_vue_type_script_lang-aa467e8d.js +39 -0
  471. package/dist/bundled/v3/OrSkeletonCircle.vue_vue_type_script_lang-c8b71588.js +45 -0
  472. package/dist/bundled/v3/OrSkeletonRect.vue_vue_type_script_lang-5032a7de.js +48 -0
  473. package/dist/bundled/v3/OrSkeletonRect.vue_vue_type_script_lang-659fb605.js +42 -0
  474. package/dist/bundled/v3/OrSkeletonText.vue_vue_type_script_lang-5028961c.js +50 -0
  475. package/dist/bundled/v3/OrSkeletonText.vue_vue_type_script_lang-97d92578.js +71 -0
  476. package/dist/bundled/v3/OrSlider.vue_vue_type_script_lang-900036a2.js +227 -0
  477. package/dist/bundled/v3/OrSortHeader.vue_vue_type_script_lang-424696e5.js +61 -0
  478. package/dist/bundled/v3/OrStepper.vue_vue_type_script_lang-fa155b91.js +377 -0
  479. package/dist/bundled/v3/OrSwitch.vue_vue_type_script_lang-1c079a74.js +81 -0
  480. package/dist/bundled/v3/OrSwitch.vue_vue_type_script_lang-53f0c8b1.js +95 -0
  481. package/dist/bundled/v3/OrTab.vue_vue_type_script_lang-4a262fa3.js +26 -0
  482. package/dist/bundled/v3/OrTab.vue_vue_type_script_lang-71e4fa50.js +61 -0
  483. package/dist/bundled/v3/OrTabHeaderItem.vue_vue_type_script_lang-0a67721f.js +63 -0
  484. package/dist/bundled/v3/OrTabs.vue_vue_type_script_lang-06a89286.js +45 -0
  485. package/dist/bundled/v3/OrTabs.vue_vue_type_script_lang-a292bcbc.js +130 -0
  486. package/dist/bundled/v3/OrTag.vue_vue_type_script_lang-f06b54a2.js +58 -0
  487. package/dist/bundled/v3/OrTag.vue_vue_type_script_lang-fdefd4a5.js +55 -0
  488. package/dist/bundled/v3/OrTeleport.vue3.vue_vue_type_script_lang-a6ce162e.js +17 -0
  489. package/dist/bundled/v3/OrText.vue_vue_type_script_lang-23ff666f.js +78 -0
  490. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-1236e04a.js +187 -0
  491. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-2e216875.js +116 -0
  492. package/dist/bundled/v3/OrTextbox.vue_vue_type_script_lang-5657d588.js +354 -0
  493. package/dist/bundled/v3/OrToastContainer.vue_vue_type_script_lang-c5bf66be.js +135 -0
  494. package/dist/bundled/v3/OrToastContainer.vue_vue_type_script_lang-e8944471.js +147 -0
  495. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-5a3755b3.js +72 -0
  496. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-b8594f7e.js +89 -0
  497. package/dist/bundled/v3/OrTooltipContent.vue_vue_type_script_lang-969c20ed.js +22 -0
  498. package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +45 -0
  499. package/dist/bundled/v3/components/OrAvatar/constants.js +8 -0
  500. package/dist/bundled/v3/components/OrAvatar/index.js +19 -0
  501. package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.js +35 -0
  502. package/dist/bundled/v3/components/OrAvatarV3/index.js +13 -0
  503. package/dist/bundled/v3/components/OrAvatarV3/props.js +19 -0
  504. package/dist/bundled/v3/components/OrAvatarV3/styles.js +65 -0
  505. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +38 -0
  506. package/dist/bundled/v3/components/OrBottomSheetV3/index.js +12 -0
  507. package/dist/bundled/v3/components/OrBottomSheetV3/styles.js +37 -0
  508. package/dist/bundled/v3/components/OrButton/OrButton.js +49 -0
  509. package/dist/bundled/v3/components/OrButton/constants.js +25 -0
  510. package/dist/bundled/v3/components/OrButton/index.js +9 -0
  511. package/dist/bundled/v3/components/OrButtonV2/OrButton.js +61 -0
  512. package/dist/bundled/v3/components/OrButtonV2/constants.js +43 -0
  513. package/dist/bundled/v3/components/OrButtonV2/index.d.ts +3 -0
  514. package/dist/bundled/v3/components/OrButtonV2/index.js +25 -0
  515. package/dist/bundled/v3/components/OrButtonV3/OrButton.js +44 -0
  516. package/dist/bundled/v3/components/OrButtonV3/index.js +10 -0
  517. package/dist/bundled/v3/components/OrButtonV3/props.js +21 -0
  518. package/dist/bundled/v3/components/OrButtonV3/styles.js +67 -0
  519. package/dist/bundled/v3/components/OrCard/OrCard.js +22 -0
  520. package/dist/bundled/v3/components/OrCard/index.js +2 -0
  521. package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.js +127 -0
  522. package/dist/bundled/v3/components/OrCardCollection/constants.js +7 -0
  523. package/dist/bundled/v3/components/OrCardCollection/index.js +42 -0
  524. package/dist/bundled/v3/components/OrCardCollection/types.js +1 -0
  525. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +162 -0
  526. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +71 -0
  527. package/dist/bundled/v3/components/OrCardCollectionV3/props.js +16 -0
  528. package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +30 -0
  529. package/dist/bundled/v3/components/OrCardCollectionV3/types.js +1 -0
  530. package/dist/bundled/v3/components/OrCardV3/OrCard.js +15 -0
  531. package/dist/bundled/v3/components/OrCardV3/index.js +3 -0
  532. package/dist/bundled/v3/components/OrCardV3/styles.js +15 -0
  533. package/dist/bundled/v3/components/OrCarousel/OrCarousel.js +62 -0
  534. package/dist/bundled/v3/components/OrCarousel/constants.js +21 -0
  535. package/dist/bundled/v3/components/OrCarousel/index.d.ts +2 -0
  536. package/dist/bundled/v3/components/OrCarousel/index.js +20 -0
  537. package/dist/bundled/v3/components/OrCarouselItem/OrCarouselItem.js +14 -0
  538. package/dist/bundled/v3/components/OrCarouselItem/index.d.ts +1 -0
  539. package/dist/bundled/v3/components/OrCarouselItem/index.js +2 -0
  540. package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.js +79 -0
  541. package/dist/bundled/v3/components/OrCheckbox/index.js +18 -0
  542. package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +51 -0
  543. package/dist/bundled/v3/components/OrCheckboxV3/index.js +10 -0
  544. package/dist/bundled/v3/components/OrCheckboxV3/styles.js +31 -0
  545. package/dist/bundled/v3/components/OrChip/OrChip.js +42 -0
  546. package/dist/bundled/v3/components/OrChip/index.d.ts +1 -0
  547. package/dist/bundled/v3/components/OrChip/index.js +18 -0
  548. package/dist/bundled/v3/components/OrChips/OrChips.js +71 -0
  549. package/dist/bundled/v3/components/OrChips/constants.js +10 -0
  550. package/dist/bundled/v3/components/OrChips/index.d.ts +2 -0
  551. package/dist/bundled/v3/components/OrChips/index.js +25 -0
  552. package/dist/bundled/v3/components/OrCode/OrCode.js +130 -0
  553. package/dist/bundled/v3/components/OrCode/constants.js +11 -0
  554. package/dist/bundled/v3/components/OrCode/index.js +42 -0
  555. package/dist/bundled/v3/components/OrCode/lang.js +3 -0
  556. package/dist/bundled/v3/components/OrCode/theme.js +189 -0
  557. package/dist/bundled/v3/components/OrCollapse/OrCollapse.js +40 -0
  558. package/dist/bundled/v3/components/OrCollapse/index.js +5 -0
  559. package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +86 -0
  560. package/dist/bundled/v3/components/OrColorPicker/constants.js +323 -0
  561. package/dist/bundled/v3/components/OrColorPicker/index.js +15 -0
  562. package/dist/bundled/v3/components/OrColorPicker/types.js +1 -0
  563. package/dist/bundled/v3/components/OrColorPicker/utils/defultPalette.js +15 -0
  564. package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.js +122 -0
  565. package/dist/bundled/v3/components/OrCombinedInputV3/index.js +15 -0
  566. package/dist/bundled/v3/components/OrCombinedInputV3/props.js +1 -0
  567. package/dist/bundled/v3/components/OrCombinedInputV3/styles.js +16 -0
  568. package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +102 -0
  569. package/dist/bundled/v3/components/OrConfirm/index.js +45 -0
  570. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +129 -0
  571. package/dist/bundled/v3/components/OrConfirmV3/index.js +64 -0
  572. package/dist/bundled/v3/components/OrConfirmV3/props.js +7 -0
  573. package/dist/bundled/v3/components/OrConfirmV3/styles.js +47 -0
  574. package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +259 -0
  575. package/dist/bundled/v3/components/OrDateTimePicker/constants.js +20 -0
  576. package/dist/bundled/v3/components/OrDateTimePicker/index.js +36 -0
  577. package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.js +29 -0
  578. package/dist/bundled/v3/components/OrEmptyStateV3/index.js +4 -0
  579. package/dist/bundled/v3/components/OrEmptyStateV3/props.js +7 -0
  580. package/dist/bundled/v3/components/OrEmptyStateV3/styles.js +46 -0
  581. package/dist/bundled/v3/components/OrEmptyStateV3/types.js +1 -0
  582. package/dist/bundled/v3/components/OrError/OrError.js +19 -0
  583. package/dist/bundled/v3/components/OrError/index.js +2 -0
  584. package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.js +26 -0
  585. package/dist/bundled/v3/components/OrErrorTagV3/index.js +8 -0
  586. package/dist/bundled/v3/components/OrErrorTagV3/styles.js +15 -0
  587. package/dist/bundled/v3/components/OrErrorV3/OrError.js +21 -0
  588. package/dist/bundled/v3/components/OrErrorV3/index.js +3 -0
  589. package/dist/bundled/v3/components/OrErrorV3/styles.js +19 -0
  590. package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +41 -0
  591. package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +9 -0
  592. package/dist/bundled/v3/components/OrExpansionPanelV3/props.js +12 -0
  593. package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +51 -0
  594. package/dist/bundled/v3/components/OrFabV3/OrFab.js +27 -0
  595. package/dist/bundled/v3/components/OrFabV3/index.js +9 -0
  596. package/dist/bundled/v3/components/OrFabV3/props.js +7 -0
  597. package/dist/bundled/v3/components/OrFabV3/styles.js +19 -0
  598. package/dist/bundled/v3/components/OrFloating/OrFloating.js +31 -0
  599. package/dist/bundled/v3/components/OrFloating/constants.js +22 -0
  600. package/dist/bundled/v3/components/OrFloating/index.js +9 -0
  601. package/dist/bundled/v3/components/OrHint/OrHint.js +20 -0
  602. package/dist/bundled/v3/components/OrHint/index.js +3 -0
  603. package/dist/bundled/v3/components/OrHintV3/OrHint.js +21 -0
  604. package/dist/bundled/v3/components/OrHintV3/index.js +3 -0
  605. package/dist/bundled/v3/components/OrHintV3/styles.js +19 -0
  606. package/dist/bundled/v3/components/OrIcon/OrIcon.js +53 -0
  607. package/dist/bundled/v3/components/OrIcon/constants.js +24 -0
  608. package/dist/bundled/v3/components/OrIcon/index.js +16 -0
  609. package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.js +64 -0
  610. package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.vue.d.ts +132 -0
  611. package/dist/bundled/v3/components/OrIconButtonV2/index.d.ts +1 -0
  612. package/dist/bundled/v3/components/OrIconButtonV2/index.js +24 -0
  613. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +62 -0
  614. package/dist/bundled/v3/components/OrIconButtonV3/index.js +29 -0
  615. package/dist/bundled/v3/components/OrIconButtonV3/props.js +10 -0
  616. package/dist/bundled/v3/components/OrIconButtonV3/styles.js +50 -0
  617. package/dist/bundled/v3/components/OrIconV3/OrIcon.js +16 -0
  618. package/dist/bundled/v3/components/OrIconV3/index.js +4 -0
  619. package/dist/bundled/v3/components/OrIconV3/props.js +17 -0
  620. package/dist/bundled/v3/components/OrIconV3/styles.js +46 -0
  621. package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.js +18 -0
  622. package/dist/bundled/v3/components/OrInlineInputBoxV3/index.js +4 -0
  623. package/dist/bundled/v3/components/OrInlineInputBoxV3/props.js +7 -0
  624. package/dist/bundled/v3/components/OrInlineInputBoxV3/styles.js +23 -0
  625. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +125 -0
  626. package/dist/bundled/v3/components/OrInlineInputV3/index.js +46 -0
  627. package/dist/bundled/v3/components/OrInlineInputV3/props.js +9 -0
  628. package/dist/bundled/v3/components/OrInlineInputV3/styles.js +29 -0
  629. package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +129 -0
  630. package/dist/bundled/v3/components/OrInlineTextEdit/constants.js +13 -0
  631. package/dist/bundled/v3/components/OrInlineTextEdit/index.js +32 -0
  632. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +123 -0
  633. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +45 -0
  634. package/dist/bundled/v3/components/OrInlineTextareaV3/styles.js +21 -0
  635. package/dist/bundled/v3/components/OrInput/OrInput.js +123 -0
  636. package/dist/bundled/v3/components/OrInput/index.js +15 -0
  637. package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.js +20 -0
  638. package/dist/bundled/v3/components/OrInputBoxV3/index.js +4 -0
  639. package/dist/bundled/v3/components/OrInputBoxV3/props.js +12 -0
  640. package/dist/bundled/v3/components/OrInputBoxV3/styles.js +45 -0
  641. package/dist/bundled/v3/components/OrInputV3/OrInput.js +174 -0
  642. package/dist/bundled/v3/components/OrInputV3/index.js +54 -0
  643. package/dist/bundled/v3/components/OrInputV3/props.js +11 -0
  644. package/dist/bundled/v3/components/OrInputV3/styles.js +14 -0
  645. package/dist/bundled/v3/components/OrLabel/OrLabel.js +23 -0
  646. package/dist/bundled/v3/components/OrLabel/index.js +3 -0
  647. package/dist/bundled/v3/components/OrLabelV3/OrLabel.js +26 -0
  648. package/dist/bundled/v3/components/OrLabelV3/index.js +4 -0
  649. package/dist/bundled/v3/components/OrLabelV3/props.js +7 -0
  650. package/dist/bundled/v3/components/OrLabelV3/styles.js +29 -0
  651. package/dist/bundled/v3/components/OrLinkV3/OrLink.js +23 -0
  652. package/dist/bundled/v3/components/OrLinkV3/index.js +4 -0
  653. package/dist/bundled/v3/components/OrLinkV3/props.js +10 -0
  654. package/dist/bundled/v3/components/OrLinkV3/styles.js +30 -0
  655. package/dist/bundled/v3/components/OrList/OrList.js +114 -0
  656. package/dist/bundled/v3/components/OrList/index.js +33 -0
  657. package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.js +120 -0
  658. package/dist/bundled/v3/components/OrListOfInputs/index.js +41 -0
  659. package/dist/bundled/v3/components/OrLoader/OrLoader.js +46 -0
  660. package/dist/bundled/v3/components/OrLoader/constants.js +8 -0
  661. package/dist/bundled/v3/components/OrLoader/index.js +4 -0
  662. package/dist/bundled/v3/components/OrLoader/types.js +1 -0
  663. package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +69 -0
  664. package/dist/bundled/v3/components/OrLoaderV3/index.js +5 -0
  665. package/dist/bundled/v3/components/OrLoaderV3/props.js +18 -0
  666. package/dist/bundled/v3/components/OrLoaderV3/styles.js +17 -0
  667. package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.js +34 -0
  668. package/dist/bundled/v3/components/OrMenuItemV3/index.js +8 -0
  669. package/dist/bundled/v3/components/OrMenuItemV3/styles.js +17 -0
  670. package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +47 -0
  671. package/dist/bundled/v3/components/OrMenuV3/index.js +21 -0
  672. package/dist/bundled/v3/components/OrMenuV3/props.js +1 -0
  673. package/dist/bundled/v3/components/OrMenuV3/styles.js +7 -0
  674. package/dist/bundled/v3/components/OrModal/OrModal.js +79 -0
  675. package/dist/bundled/v3/components/OrModal/constants.js +10 -0
  676. package/dist/bundled/v3/components/OrModal/index.js +30 -0
  677. package/dist/bundled/v3/components/OrModalV3/OrModal.js +66 -0
  678. package/dist/bundled/v3/components/OrModalV3/index.js +33 -0
  679. package/dist/bundled/v3/components/OrModalV3/props.js +8 -0
  680. package/dist/bundled/v3/components/OrModalV3/styles.js +33 -0
  681. package/dist/bundled/v3/components/OrNotification/OrNotification.js +60 -0
  682. package/dist/bundled/v3/components/OrNotification/constants.js +14 -0
  683. package/dist/bundled/v3/components/OrNotification/index.js +27 -0
  684. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +59 -0
  685. package/dist/bundled/v3/components/OrNotificationV3/index.js +33 -0
  686. package/dist/bundled/v3/components/OrNotificationV3/props.js +9 -0
  687. package/dist/bundled/v3/components/OrNotificationV3/styles.js +54 -0
  688. package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.js +75 -0
  689. package/dist/bundled/v3/components/OrNumberInput/index.js +17 -0
  690. package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +83 -0
  691. package/dist/bundled/v3/components/OrOverflowMenu/index.js +29 -0
  692. package/dist/bundled/v3/components/OrOverflowMenu/types.js +1 -0
  693. package/dist/bundled/v3/components/OrOverlay/OrOverlay.js +18 -0
  694. package/dist/bundled/v3/components/OrOverlay/index.js +2 -0
  695. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +28 -0
  696. package/dist/bundled/v3/components/OrOverlayV3/index.js +9 -0
  697. package/dist/bundled/v3/components/OrOverlayV3/styles.js +9 -0
  698. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +144 -0
  699. package/dist/bundled/v3/components/OrPaginationV3/index.js +39 -0
  700. package/dist/bundled/v3/components/OrPaginationV3/styles.js +26 -0
  701. package/dist/bundled/v3/components/OrPaginationV3/types.js +1 -0
  702. package/dist/bundled/v3/components/OrPassword/OrPassword.js +103 -0
  703. package/dist/bundled/v3/components/OrPassword/index.js +38 -0
  704. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +51 -0
  705. package/dist/bundled/v3/components/OrPopoverV3/index.js +18 -0
  706. package/dist/bundled/v3/components/OrPopoverV3/props.js +23 -0
  707. package/dist/bundled/v3/components/OrPopoverV3/styles.js +44 -0
  708. package/dist/bundled/v3/components/OrProgress/OrProgress.js +66 -0
  709. package/dist/bundled/v3/components/OrProgress/constants.js +15 -0
  710. package/dist/bundled/v3/components/OrProgress/index.js +4 -0
  711. package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +84 -0
  712. package/dist/bundled/v3/components/OrProgressV3/index.js +7 -0
  713. package/dist/bundled/v3/components/OrProgressV3/props.js +15 -0
  714. package/dist/bundled/v3/components/OrProgressV3/styles.js +63 -0
  715. package/dist/bundled/v3/components/OrRadio/OrRadio.js +34 -0
  716. package/dist/bundled/v3/components/OrRadio/index.js +3 -0
  717. package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.js +19 -0
  718. package/dist/bundled/v3/components/OrRadioGroup/index.js +2 -0
  719. package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +50 -0
  720. package/dist/bundled/v3/components/OrRadioV3/index.js +10 -0
  721. package/dist/bundled/v3/components/OrRadioV3/styles.js +31 -0
  722. package/dist/bundled/v3/components/OrSearch/OrSearch.js +105 -0
  723. package/dist/bundled/v3/components/OrSearch/index.js +37 -0
  724. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +85 -0
  725. package/dist/bundled/v3/components/OrSearchV3/index.js +57 -0
  726. package/dist/bundled/v3/components/OrSearchV3/props.js +1 -0
  727. package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.js +29 -0
  728. package/dist/bundled/v3/components/OrSegmentedControlV3/index.js +5 -0
  729. package/dist/bundled/v3/components/OrSegmentedControlV3/props.js +7 -0
  730. package/dist/bundled/v3/components/OrSegmentedControlV3/styles.js +15 -0
  731. package/dist/bundled/v3/components/OrSegmentedControlV3/types.js +1 -0
  732. package/dist/bundled/v3/components/OrSelect/OrSelect.js +84 -0
  733. package/dist/bundled/v3/components/OrSelect/OrSelect.vue.d.ts +230 -0
  734. package/dist/bundled/v3/components/OrSelect/constants.js +50 -0
  735. package/dist/bundled/v3/components/OrSelect/index.js +31 -0
  736. package/dist/bundled/v3/components/OrSelect/types.js +1 -0
  737. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +294 -0
  738. package/dist/bundled/v3/components/OrSelectV3/index.js +75 -0
  739. package/dist/bundled/v3/components/OrSelectV3/props.js +1 -0
  740. package/dist/bundled/v3/components/OrSelectV3/styles.js +43 -0
  741. package/dist/bundled/v3/components/OrSelectV3/types.js +1 -0
  742. package/dist/bundled/v3/components/OrSidebar/OrSidebar.js +41 -0
  743. package/dist/bundled/v3/components/OrSidebar/constants.js +7 -0
  744. package/dist/bundled/v3/components/OrSidebar/index.js +5 -0
  745. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +75 -0
  746. package/dist/bundled/v3/components/OrSidebarV3/index.js +34 -0
  747. package/dist/bundled/v3/components/OrSidebarV3/props.js +7 -0
  748. package/dist/bundled/v3/components/OrSidebarV3/styles.js +118 -0
  749. package/dist/bundled/v3/components/OrSkeleton/constants.js +12 -0
  750. package/dist/bundled/v3/components/OrSkeleton/index.d.ts +4 -0
  751. package/dist/bundled/v3/components/OrSkeleton/index.js +7 -0
  752. package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.js +21 -0
  753. package/dist/bundled/v3/components/OrSkeletonCircle/index.d.ts +2 -0
  754. package/dist/bundled/v3/components/OrSkeletonCircle/index.js +5 -0
  755. package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.js +18 -0
  756. package/dist/bundled/v3/components/OrSkeletonCircleV3/index.d.ts +1 -0
  757. package/dist/bundled/v3/components/OrSkeletonCircleV3/index.js +5 -0
  758. package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.js +21 -0
  759. package/dist/bundled/v3/components/OrSkeletonRect/index.d.ts +2 -0
  760. package/dist/bundled/v3/components/OrSkeletonRect/index.js +5 -0
  761. package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.js +18 -0
  762. package/dist/bundled/v3/components/OrSkeletonRectV3/index.d.ts +1 -0
  763. package/dist/bundled/v3/components/OrSkeletonRectV3/index.js +5 -0
  764. package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.js +27 -0
  765. package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.vue.d.ts +73 -0
  766. package/dist/bundled/v3/components/OrSkeletonText/index.d.ts +2 -0
  767. package/dist/bundled/v3/components/OrSkeletonText/index.js +5 -0
  768. package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.js +24 -0
  769. package/dist/bundled/v3/components/OrSkeletonTextV3/index.d.ts +1 -0
  770. package/dist/bundled/v3/components/OrSkeletonTextV3/index.js +5 -0
  771. package/dist/bundled/v3/components/OrSkeletonV3/index.d.ts +3 -0
  772. package/dist/bundled/v3/components/OrSkeletonV3/index.js +7 -0
  773. package/dist/bundled/v3/components/OrSkeletonV3/styles.js +34 -0
  774. package/dist/bundled/v3/components/OrSlider/OrSlider.js +102 -0
  775. package/dist/bundled/v3/components/OrSlider/index.js +19 -0
  776. package/dist/bundled/v3/components/OrSortHeaderV3/OrSortHeader.js +29 -0
  777. package/dist/bundled/v3/components/OrSortHeaderV3/index.js +8 -0
  778. package/dist/bundled/v3/components/OrSortHeaderV3/styles.js +15 -0
  779. package/dist/bundled/v3/components/OrSortHeaderV3/types.js +1 -0
  780. package/dist/bundled/v3/components/OrStepper/OrStepper.js +75 -0
  781. package/dist/bundled/v3/components/OrStepper/index.js +24 -0
  782. package/dist/bundled/v3/components/OrSwitch/OrSwitch.js +52 -0
  783. package/dist/bundled/v3/components/OrSwitch/index.js +8 -0
  784. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +66 -0
  785. package/dist/bundled/v3/components/OrSwitchV3/index.js +15 -0
  786. package/dist/bundled/v3/components/OrSwitchV3/styles.js +51 -0
  787. package/dist/bundled/v3/components/OrTab/OrTab.js +22 -0
  788. package/dist/bundled/v3/components/OrTab/index.js +4 -0
  789. package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.js +27 -0
  790. package/dist/bundled/v3/components/OrTabHeaderItem/index.js +3 -0
  791. package/dist/bundled/v3/components/OrTabV3/OrTab.js +21 -0
  792. package/dist/bundled/v3/components/OrTabV3/index.js +3 -0
  793. package/dist/bundled/v3/components/OrTabV3/styles.js +19 -0
  794. package/dist/bundled/v3/components/OrTabs/OrTabs.js +47 -0
  795. package/dist/bundled/v3/components/OrTabs/index.js +7 -0
  796. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +91 -0
  797. package/dist/bundled/v3/components/OrTabsV3/index.js +35 -0
  798. package/dist/bundled/v3/components/OrTabsV3/props.js +7 -0
  799. package/dist/bundled/v3/components/OrTabsV3/styles.js +19 -0
  800. package/dist/bundled/v3/components/OrTabsV3/types.js +1 -0
  801. package/dist/bundled/v3/components/OrTag/OrTag.js +50 -0
  802. package/dist/bundled/v3/components/OrTag/index.js +22 -0
  803. package/dist/bundled/v3/components/OrTagV3/OrTag.js +63 -0
  804. package/dist/bundled/v3/components/OrTagV3/index.js +33 -0
  805. package/dist/bundled/v3/components/OrTagV3/props.js +13 -0
  806. package/dist/bundled/v3/components/OrTagV3/styles.js +30 -0
  807. package/dist/bundled/v3/components/OrTeleport/OrTeleport.js +20 -0
  808. package/dist/bundled/v3/components/OrTeleport/constants.js +16 -0
  809. package/dist/bundled/v3/components/OrTeleport/index.js +4 -0
  810. package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.js +14 -0
  811. package/dist/bundled/v3/components/OrTeleportV3/index.js +2 -0
  812. package/dist/bundled/v3/components/OrTextV3/OrText.js +19 -0
  813. package/dist/bundled/v3/components/OrTextV3/index.js +3 -0
  814. package/dist/bundled/v3/components/OrTextV3/styles.js +17 -0
  815. package/dist/bundled/v3/components/OrTextarea/OrTextarea.js +121 -0
  816. package/dist/bundled/v3/components/OrTextarea/index.js +15 -0
  817. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +103 -0
  818. package/dist/bundled/v3/components/OrTextareaV3/index.js +21 -0
  819. package/dist/bundled/v3/components/OrTextareaV3/props.js +1 -0
  820. package/dist/bundled/v3/components/OrTextareaV3/styles.js +14 -0
  821. package/dist/bundled/v3/components/OrTextbox/OrTextbox.js +169 -0
  822. package/dist/bundled/v3/components/OrTextbox/constants.js +11 -0
  823. package/dist/bundled/v3/components/OrTextbox/index.js +36 -0
  824. package/dist/bundled/v3/components/OrToast/OrToast.js +137 -0
  825. package/dist/bundled/v3/components/OrToast/Timer.js +37 -0
  826. package/dist/bundled/v3/components/OrToast/composable/index.js +7 -0
  827. package/dist/bundled/v3/components/OrToast/composable/useQueue.js +33 -0
  828. package/dist/bundled/v3/components/OrToast/composable/useToast.js +82 -0
  829. package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +24 -0
  830. package/dist/bundled/v3/components/OrToast/constants.js +24 -0
  831. package/dist/bundled/v3/components/OrToast/index.d.ts +5 -0
  832. package/dist/bundled/v3/components/OrToast/index.js +36 -0
  833. package/dist/bundled/v3/components/OrToast/types.js +1 -0
  834. package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +73 -0
  835. package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.vue.d.ts +93 -0
  836. package/dist/bundled/v3/components/OrToastContainer/index.d.ts +4 -0
  837. package/dist/bundled/v3/components/OrToastContainer/index.js +36 -0
  838. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +79 -0
  839. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.vue.d.ts +85 -0
  840. package/dist/bundled/v3/components/OrToastContainerV3/index.d.ts +4 -0
  841. package/dist/bundled/v3/components/OrToastContainerV3/index.js +44 -0
  842. package/dist/bundled/v3/components/OrToastV3/OrToast.js +172 -0
  843. package/dist/bundled/v3/components/OrToastV3/Timer.js +37 -0
  844. package/dist/bundled/v3/components/OrToastV3/composable/index.js +7 -0
  845. package/dist/bundled/v3/components/OrToastV3/composable/useQueue.js +33 -0
  846. package/dist/bundled/v3/components/OrToastV3/composable/useToast.js +82 -0
  847. package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +24 -0
  848. package/dist/bundled/v3/components/OrToastV3/index.d.ts +5 -0
  849. package/dist/bundled/v3/components/OrToastV3/index.js +44 -0
  850. package/dist/bundled/v3/components/OrToastV3/props.js +1 -0
  851. package/dist/bundled/v3/components/OrToastV3/styles.js +59 -0
  852. package/dist/bundled/v3/components/OrToastV3/types.js +1 -0
  853. package/dist/bundled/v3/components/OrTooltip/OrTooltip.js +55 -0
  854. package/dist/bundled/v3/components/OrTooltip/index.d.ts +2 -0
  855. package/dist/bundled/v3/components/OrTooltip/index.js +14 -0
  856. package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.js +26 -0
  857. package/dist/bundled/v3/components/OrTooltipContent/index.d.ts +1 -0
  858. package/dist/bundled/v3/components/OrTooltipContent/index.js +3 -0
  859. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +48 -0
  860. package/dist/bundled/v3/components/OrTooltipV3/index.js +21 -0
  861. package/dist/bundled/v3/components/OrTooltipV3/props.js +1 -0
  862. package/dist/bundled/v3/components/OrTooltipV3/styles.js +46 -0
  863. package/dist/bundled/v3/components/index.d.ts +1 -0
  864. package/dist/bundled/v3/components/index.js +273 -139
  865. package/dist/bundled/v3/directives/dropdown-close.js +15 -0
  866. package/dist/bundled/v3/directives/dropdown-open.js +16 -0
  867. package/dist/bundled/v3/directives/index.js +3 -2
  868. package/dist/bundled/v3/hooks/index.js +9 -7
  869. package/dist/bundled/v3/hooks/useControlAttributes.js +12 -0
  870. package/dist/bundled/v3/hooks/useElevation.js +22 -0
  871. package/dist/bundled/v3/hooks/useIdAttribute.js +12 -0
  872. package/dist/bundled/v3/hooks/useOverflow.js +64 -0
  873. package/dist/bundled/v3/hooks/useResponsive/index.js +2 -2
  874. package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +13 -0
  875. package/dist/bundled/v3/hooks/useToggle.js +22 -0
  876. package/dist/bundled/v3/hooks/useValidationAttributes.js +16 -0
  877. package/dist/bundled/v3/index-63e094a0.js +15 -0
  878. package/dist/bundled/v3/index-6976c52a.js +17838 -0
  879. package/dist/bundled/v3/index.js +335 -3102
  880. package/dist/bundled/v3/lang-02d2bb2d.js +7811 -0
  881. package/dist/bundled/v3/props-7be029c7.js +32 -0
  882. package/dist/bundled/v3/types-668300dd.js +5 -0
  883. package/dist/bundled/v3/utils/constants/color.js +16 -0
  884. package/dist/bundled/v3/utils/constants/key-codes.js +16 -0
  885. package/dist/bundled/v3/utils/constants/poper.js +10 -0
  886. package/dist/bundled/v3/utils/constants/regex.js +49 -0
  887. package/dist/bundled/v3/utils/functions/color.js +39 -0
  888. package/dist/bundled/v3/utils/functions/dom.js +166 -0
  889. package/dist/bundled/v3/utils/functions/hash.js +8 -0
  890. package/dist/bundled/v3/utils/functions/px-to-rem.js +3 -0
  891. package/dist/bundled/v3/utils/functions/text.js +9 -0
  892. package/dist/bundled/v3/utils/isVisible.js +5 -0
  893. package/dist/esm/v2/OrAvatar-da5cba16.js +113 -0
  894. package/dist/esm/v2/OrButton-86c800fe.js +75 -0
  895. package/dist/esm/v2/OrButton.vue_rollup-plugin-vue_styles.0-03013ef7.js +101 -0
  896. package/dist/esm/v2/OrCardCollection-d9206990.js +222 -0
  897. package/dist/esm/v2/OrCarousel-3c809a13.js +244 -0
  898. package/dist/esm/v2/OrCarouselItem-c614bab9.js +41 -0
  899. package/dist/esm/v2/OrCheckbox-bf34eb0f.js +181 -0
  900. package/dist/esm/v2/OrChip-416e848e.js +91 -0
  901. package/dist/esm/v2/OrChips-77e789e9.js +82 -0
  902. package/dist/esm/v2/OrChips.vue_rollup-plugin-vue_styles.0-e05c5ca8.js +240 -0
  903. package/dist/esm/v2/OrCode-90e15e84.js +557 -0
  904. package/dist/esm/v2/OrConfirm-360884f6.js +258 -0
  905. package/dist/esm/v2/OrDateTimePicker-0a5dfc88.js +766 -0
  906. package/dist/esm/v2/OrFab-d1275424.js +103 -0
  907. package/dist/esm/v2/OrIcon-8a6d663a.js +176 -0
  908. package/dist/esm/v2/OrIconButton-729fe6a2.js +64 -0
  909. package/dist/esm/v2/OrIconButton.vue_rollup-plugin-vue_styles.0-affe3331.js +200 -0
  910. package/dist/esm/v2/OrInlineTextEdit-24870b6d.js +399 -0
  911. package/dist/esm/v2/OrList-74216118.js +296 -0
  912. package/dist/esm/v2/OrListOfInputs-14c510e6.js +221 -0
  913. package/dist/esm/v2/OrModal-beff61df.js +199 -0
  914. package/dist/esm/v2/OrNotification-d0da833a.js +142 -0
  915. package/dist/esm/v2/OrOverflowMenu-abb6883b.js +245 -0
  916. package/dist/esm/v2/OrPassword-028c657f.js +223 -0
  917. package/dist/esm/v2/OrSearch-68a6f290.js +244 -0
  918. package/dist/esm/v2/OrSelect-eb5cc918.js +1092 -0
  919. package/dist/esm/v2/OrSkeletonCircle-287fb8bb.js +81 -0
  920. package/dist/esm/v2/OrSkeletonCircle-db96ddb6.js +78 -0
  921. package/dist/esm/v2/OrSkeletonRect-0f06777f.js +84 -0
  922. package/dist/esm/v2/OrSkeletonRect-8df5791c.js +81 -0
  923. package/dist/esm/v2/OrSkeletonText-5529bcd1.js +113 -0
  924. package/dist/esm/v2/OrSkeletonText-8063af02.js +94 -0
  925. package/dist/esm/v2/OrSlider-32a14ca4.js +368 -0
  926. package/dist/esm/v2/OrStepper-1856df54.js +644 -0
  927. package/dist/esm/v2/OrTag-a1fff567.js +114 -0
  928. package/dist/esm/v2/OrTextbox-639f07a1.js +529 -0
  929. package/dist/esm/v2/OrToastContainer-05c306b2.js +335 -0
  930. package/dist/esm/v2/OrTooltip-cfb56e8f.js +68 -0
  931. package/dist/esm/v2/OrTooltip.vue_rollup-plugin-vue_styles.0-122f7804.js +90 -0
  932. package/dist/esm/v2/OrTooltipContent-c9540548.js +71 -0
  933. package/dist/esm/v2/components/index.d.ts +1 -0
  934. package/dist/esm/v2/components/index.js +43 -33
  935. package/dist/esm/v2/components/or-avatar/index.js +4 -3
  936. package/dist/esm/v2/components/or-button-v2/index.d.ts +1 -1
  937. package/dist/esm/v2/components/or-button-v2/index.js +9 -7
  938. package/dist/esm/v2/components/or-card-collection/index.js +9 -7
  939. package/dist/esm/v2/components/or-card-collection-v3/partials/OrCardCollectionView.vue2.vue.d.ts +35 -0
  940. package/dist/esm/v2/components/or-carousel/index.d.ts +2 -3
  941. package/dist/esm/v2/components/or-carousel/index.js +5 -3
  942. package/dist/esm/v2/components/or-carousel/or-carousel-item/index.d.ts +1 -0
  943. package/dist/esm/v2/components/or-carousel/or-carousel-item/index.js +3 -0
  944. package/dist/esm/v2/components/or-checkbox/index.js +4 -3
  945. package/dist/esm/v2/components/or-chips/index.d.ts +1 -1
  946. package/dist/esm/v2/components/or-chips/index.js +6 -4
  947. package/dist/esm/v2/components/or-chips/or-chip/index.d.ts +1 -0
  948. package/dist/esm/v2/components/or-chips/or-chip/index.js +14 -0
  949. package/dist/esm/v2/components/or-code/index.js +9 -7
  950. package/dist/esm/v2/components/or-confirm/index.js +10 -8
  951. package/dist/esm/v2/components/or-date-time-picker/index.js +8 -6
  952. package/dist/esm/v2/components/or-date-time-picker/partials/OrDateTimePickerCalendarItem.vue.d.ts +92 -0
  953. package/dist/esm/v2/components/or-fab-v3/index.js +1 -1
  954. package/dist/esm/v2/components/or-icon/index.js +3 -2
  955. package/dist/esm/v2/components/or-icon-button-v2/OrIconButton.vue.d.ts +132 -0
  956. package/dist/esm/v2/components/or-icon-button-v2/index.d.ts +1 -0
  957. package/dist/esm/v2/components/or-icon-button-v2/index.js +17 -0
  958. package/dist/esm/v2/components/or-icon-button-v2/partials/OrTooltipWrapper.vue.d.ts +32 -0
  959. package/dist/esm/v2/components/or-inline-text-edit/index.js +8 -6
  960. package/dist/esm/v2/components/or-list/index.js +9 -7
  961. package/dist/esm/v2/components/or-list-of-inputs/index.js +10 -8
  962. package/dist/esm/v2/components/or-modal/index.js +8 -6
  963. package/dist/esm/v2/components/or-notification/index.js +8 -6
  964. package/dist/esm/v2/components/or-overflow-menu/index.js +9 -7
  965. package/dist/esm/v2/components/or-password/index.js +8 -6
  966. package/dist/esm/v2/components/or-search/index.js +8 -6
  967. package/dist/esm/v2/components/or-select/OrSelect.vue.d.ts +20 -16
  968. package/dist/esm/v2/components/or-select/index.js +7 -5
  969. package/dist/esm/v2/components/or-select/partials/OrSelectContent.vue.d.ts +114 -0
  970. package/dist/esm/v2/components/or-select/partials/OrSelectContentOptions.vue.d.ts +87 -0
  971. package/dist/esm/v2/components/or-select/partials/OrSelectInput.vue.d.ts +81 -0
  972. package/dist/esm/v2/components/or-select/partials/OrSelectInputValue.vue.d.ts +58 -0
  973. package/dist/esm/v2/components/or-select/partials/OrSelectMain.vue.d.ts +158 -0
  974. package/dist/esm/v2/components/or-select/partials/OrSelectOption.vue.d.ts +37 -0
  975. package/dist/esm/v2/components/or-skeleton/index.d.ts +3 -3
  976. package/dist/esm/v2/components/or-skeleton/index.js +4 -1
  977. package/dist/esm/v2/components/or-skeleton/or-skeleton-circle/index.d.ts +2 -0
  978. package/dist/esm/v2/components/or-skeleton/or-skeleton-circle/index.js +7 -0
  979. package/dist/esm/v2/components/or-skeleton/or-skeleton-rect/index.d.ts +2 -0
  980. package/dist/esm/v2/components/or-skeleton/or-skeleton-rect/index.js +7 -0
  981. package/dist/esm/v2/components/or-skeleton/or-skeleton-text/OrSkeletonText.vue.d.ts +73 -0
  982. package/dist/esm/v2/components/or-skeleton/or-skeleton-text/index.d.ts +2 -0
  983. package/dist/esm/v2/components/or-skeleton/or-skeleton-text/index.js +7 -0
  984. package/dist/esm/v2/components/or-skeleton-v3/index.d.ts +3 -3
  985. package/dist/esm/v2/components/or-skeleton-v3/index.js +4 -1
  986. package/dist/esm/v2/components/or-skeleton-v3/or-skeleton-circle-v3/index.d.ts +1 -0
  987. package/dist/esm/v2/components/or-skeleton-v3/or-skeleton-circle-v3/index.js +6 -0
  988. package/dist/esm/v2/components/or-skeleton-v3/or-skeleton-rect-v3/index.d.ts +1 -0
  989. package/dist/esm/v2/components/or-skeleton-v3/or-skeleton-rect-v3/index.js +6 -0
  990. package/dist/esm/v2/components/or-skeleton-v3/or-skeleton-text-v3/index.d.ts +1 -0
  991. package/dist/esm/v2/components/or-skeleton-v3/or-skeleton-text-v3/index.js +6 -0
  992. package/dist/esm/v2/components/or-slider/index.js +4 -3
  993. package/dist/esm/v2/components/or-stepper/index.js +8 -6
  994. package/dist/esm/v2/components/or-tag/index.js +4 -3
  995. package/dist/esm/v2/components/or-textbox/index.js +8 -6
  996. package/dist/esm/v2/components/or-toast/index.d.ts +2 -3
  997. package/dist/esm/v2/components/or-toast/index.js +8 -6
  998. package/dist/esm/v2/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +93 -0
  999. package/dist/esm/v2/components/or-toast/or-toast-container/index.d.ts +4 -0
  1000. package/dist/esm/v2/components/or-toast/or-toast-container/index.js +22 -0
  1001. package/dist/esm/v2/components/or-toast-v3/index.d.ts +2 -3
  1002. package/dist/esm/v2/components/or-toast-v3/index.js +1 -1
  1003. package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +85 -0
  1004. package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.d.ts +4 -0
  1005. package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +18 -0
  1006. package/dist/esm/v2/components/or-tooltip/index.d.ts +1 -1
  1007. package/dist/esm/v2/components/or-tooltip/index.js +5 -4
  1008. package/dist/esm/v2/components/or-tooltip/or-tooltip-content/index.d.ts +1 -0
  1009. package/dist/esm/v2/components/or-tooltip/or-tooltip-content/index.js +5 -0
  1010. package/dist/esm/v2/constants-0a28d818.js +12 -0
  1011. package/dist/esm/v2/index.js +43 -33
  1012. package/dist/esm/v2/styles-ed564e39.js +34 -0
  1013. package/dist/esm/v2/types-e10ddd9d.js +432 -0
  1014. package/dist/esm/v3/OrAvatar-b18f2208.js +89 -0
  1015. package/dist/esm/v3/OrButton-1e1b44e1.js +137 -0
  1016. package/dist/esm/v3/OrCardCollection-072286a2.js +293 -0
  1017. package/dist/esm/v3/OrCardCollection-f7eff96c.js +190 -0
  1018. package/dist/esm/v3/OrCarousel-8de5d65b.js +224 -0
  1019. package/dist/esm/v3/OrCarouselItem-8c7ccd0f.js +18 -0
  1020. package/dist/esm/v3/OrCheckbox-c2d9cf53.js +149 -0
  1021. package/dist/esm/v3/OrChip-ccd4b331.js +67 -0
  1022. package/dist/esm/v3/OrChips-9a19aa03.js +240 -0
  1023. package/dist/esm/v3/OrCode-b77df76f.js +523 -0
  1024. package/dist/esm/v3/OrConfirm-5e9a3a4a.js +215 -0
  1025. package/dist/esm/v3/OrDateTimePicker-01a7ffb1.js +681 -0
  1026. package/dist/esm/v3/OrFab-5f5fdd1e.js +77 -0
  1027. package/dist/esm/v3/OrIcon-9b3d24cc.js +153 -0
  1028. package/dist/esm/v3/OrIconButton-b8042604.js +217 -0
  1029. package/dist/esm/v3/OrInlineTextEdit-4b719869.js +339 -0
  1030. package/dist/esm/v3/OrList-b085648b.js +258 -0
  1031. package/dist/esm/v3/OrListOfInputs-4b8a2152.js +164 -0
  1032. package/dist/esm/v3/OrModal-6ec31764.js +164 -0
  1033. package/dist/esm/v3/OrNotification-ba04259f.js +115 -0
  1034. package/dist/esm/v3/OrOverflowMenu-8b2a4324.js +186 -0
  1035. package/dist/esm/v3/OrPassword-f0c62eba.js +163 -0
  1036. package/dist/esm/v3/OrSearch-5718a2b1.js +189 -0
  1037. package/dist/esm/v3/OrSelect-3d923250.js +804 -0
  1038. package/dist/esm/v3/OrSkeletonCircle-1aa63444.js +55 -0
  1039. package/dist/esm/v3/OrSkeletonCircle-d59d0e13.js +57 -0
  1040. package/dist/esm/v3/OrSkeletonRect-813bc73a.js +58 -0
  1041. package/dist/esm/v3/OrSkeletonRect-b0845041.js +60 -0
  1042. package/dist/esm/v3/OrSkeletonText-205898e9.js +89 -0
  1043. package/dist/esm/v3/OrSkeletonText-6de38947.js +71 -0
  1044. package/dist/esm/v3/OrSlider-ae7b8a11.js +310 -0
  1045. package/dist/esm/v3/OrStepper-de6f7fa0.js +427 -0
  1046. package/dist/esm/v3/OrTag-38d1ba92.js +86 -0
  1047. package/dist/esm/v3/OrTextbox-abe576c3.js +494 -0
  1048. package/dist/esm/v3/OrToastContainer-adb8f47d.js +281 -0
  1049. package/dist/esm/v3/OrTooltip-be7209e5.js +128 -0
  1050. package/dist/esm/v3/OrTooltipContent-68c34911.js +44 -0
  1051. package/dist/esm/v3/components/index.d.ts +1 -0
  1052. package/dist/esm/v3/components/index.js +40 -30
  1053. package/dist/esm/v3/components/or-avatar/index.js +4 -3
  1054. package/dist/esm/v3/components/or-button-v2/index.d.ts +1 -1
  1055. package/dist/esm/v3/components/or-button-v2/index.js +5 -3
  1056. package/dist/esm/v3/components/or-card-collection/index.js +7 -5
  1057. package/dist/esm/v3/components/or-card-collection-v3/index.js +1 -1
  1058. package/dist/esm/v3/components/or-card-collection-v3/partials/OrCardCollectionView.vue3.vue.d.ts +35 -0
  1059. package/dist/esm/v3/components/or-carousel/index.d.ts +2 -3
  1060. package/dist/esm/v3/components/or-carousel/index.js +5 -3
  1061. package/dist/esm/v3/components/or-carousel/or-carousel-item/index.d.ts +1 -0
  1062. package/dist/esm/v3/components/or-carousel/or-carousel-item/index.js +3 -0
  1063. package/dist/esm/v3/components/or-checkbox/index.js +4 -3
  1064. package/dist/esm/v3/components/or-chips/index.d.ts +1 -1
  1065. package/dist/esm/v3/components/or-chips/index.js +5 -3
  1066. package/dist/esm/v3/components/or-chips/or-chip/index.d.ts +1 -0
  1067. package/dist/esm/v3/components/or-chips/or-chip/index.js +13 -0
  1068. package/dist/esm/v3/components/or-code/index.js +7 -5
  1069. package/dist/esm/v3/components/or-confirm/index.js +7 -5
  1070. package/dist/esm/v3/components/or-date-time-picker/index.js +6 -4
  1071. package/dist/esm/v3/components/or-date-time-picker/partials/OrDateTimePickerCalendarItem.vue.d.ts +92 -0
  1072. package/dist/esm/v3/components/or-fab-v3/index.js +1 -1
  1073. package/dist/esm/v3/components/or-icon/index.js +3 -2
  1074. package/dist/esm/v3/components/or-icon-button-v2/OrIconButton.vue.d.ts +132 -0
  1075. package/dist/esm/v3/components/or-icon-button-v2/index.d.ts +1 -0
  1076. package/dist/esm/v3/components/or-icon-button-v2/index.js +14 -0
  1077. package/dist/esm/v3/components/or-icon-button-v2/partials/OrTooltipWrapper.vue.d.ts +32 -0
  1078. package/dist/esm/v3/components/or-inline-text-edit/index.js +6 -4
  1079. package/dist/esm/v3/components/or-list/index.js +6 -4
  1080. package/dist/esm/v3/components/or-list-of-inputs/index.js +7 -5
  1081. package/dist/esm/v3/components/or-modal/index.js +6 -4
  1082. package/dist/esm/v3/components/or-notification/index.js +6 -4
  1083. package/dist/esm/v3/components/or-overflow-menu/index.js +6 -4
  1084. package/dist/esm/v3/components/or-password/index.js +6 -4
  1085. package/dist/esm/v3/components/or-search/index.js +6 -4
  1086. package/dist/esm/v3/components/or-select/OrSelect.vue.d.ts +2 -2
  1087. package/dist/esm/v3/components/or-select/index.js +7 -5
  1088. package/dist/esm/v3/components/or-select/partials/OrSelectContent.vue.d.ts +114 -0
  1089. package/dist/esm/v3/components/or-select/partials/OrSelectContentOptions.vue.d.ts +87 -0
  1090. package/dist/esm/v3/components/or-select/partials/OrSelectInput.vue.d.ts +81 -0
  1091. package/dist/esm/v3/components/or-select/partials/OrSelectInputValue.vue.d.ts +58 -0
  1092. package/dist/esm/v3/components/or-select/partials/OrSelectMain.vue.d.ts +158 -0
  1093. package/dist/esm/v3/components/or-select/partials/OrSelectOption.vue.d.ts +37 -0
  1094. package/dist/esm/v3/components/or-skeleton/index.d.ts +3 -3
  1095. package/dist/esm/v3/components/or-skeleton/index.js +4 -1
  1096. package/dist/esm/v3/components/or-skeleton/or-skeleton-circle/index.d.ts +2 -0
  1097. package/dist/esm/v3/components/or-skeleton/or-skeleton-circle/index.js +7 -0
  1098. package/dist/esm/v3/components/or-skeleton/or-skeleton-rect/index.d.ts +2 -0
  1099. package/dist/esm/v3/components/or-skeleton/or-skeleton-rect/index.js +7 -0
  1100. package/dist/esm/v3/components/or-skeleton/or-skeleton-text/OrSkeletonText.vue.d.ts +73 -0
  1101. package/dist/esm/v3/components/or-skeleton/or-skeleton-text/index.d.ts +2 -0
  1102. package/dist/esm/v3/components/or-skeleton/or-skeleton-text/index.js +7 -0
  1103. package/dist/esm/v3/components/or-skeleton-v3/index.d.ts +3 -3
  1104. package/dist/esm/v3/components/or-skeleton-v3/index.js +4 -1
  1105. package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-circle-v3/index.d.ts +1 -0
  1106. package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-circle-v3/index.js +6 -0
  1107. package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-rect-v3/index.d.ts +1 -0
  1108. package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-rect-v3/index.js +6 -0
  1109. package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-text-v3/index.d.ts +1 -0
  1110. package/dist/esm/v3/components/or-skeleton-v3/or-skeleton-text-v3/index.js +6 -0
  1111. package/dist/esm/v3/components/or-slider/index.js +4 -3
  1112. package/dist/esm/v3/components/or-stepper/index.js +6 -4
  1113. package/dist/esm/v3/components/or-tag/index.js +4 -3
  1114. package/dist/esm/v3/components/or-textbox/index.js +6 -4
  1115. package/dist/esm/v3/components/or-toast/index.d.ts +2 -3
  1116. package/dist/esm/v3/components/or-toast/index.js +6 -4
  1117. package/dist/esm/v3/components/or-toast/or-toast-container/OrToastContainer.vue.d.ts +93 -0
  1118. package/dist/esm/v3/components/or-toast/or-toast-container/index.d.ts +4 -0
  1119. package/dist/esm/v3/components/or-toast/or-toast-container/index.js +19 -0
  1120. package/dist/esm/v3/components/or-toast-v3/index.d.ts +2 -3
  1121. package/dist/esm/v3/components/or-toast-v3/index.js +1 -1
  1122. package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue.d.ts +85 -0
  1123. package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.d.ts +4 -0
  1124. package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +17 -0
  1125. package/dist/esm/v3/components/or-tooltip/index.d.ts +1 -1
  1126. package/dist/esm/v3/components/or-tooltip/index.js +4 -3
  1127. package/dist/esm/v3/components/or-tooltip/or-tooltip-content/index.d.ts +1 -0
  1128. package/dist/esm/v3/components/or-tooltip/or-tooltip-content/index.js +5 -0
  1129. package/dist/esm/v3/constants-0a28d818.js +12 -0
  1130. package/dist/esm/v3/index.js +40 -30
  1131. package/dist/esm/v3/styles-ed564e39.js +34 -0
  1132. package/dist/esm/v3/types-1911c470.js +378 -0
  1133. package/package.json +35 -8
  1134. package/src/components/index.ts +1 -0
  1135. package/src/components/or-button-v2/index.ts +1 -1
  1136. package/src/components/or-card-collection-v3/OrCardCollection.vue +1 -1
  1137. package/src/components/or-card-collection-v3/partials/OrCardCollectionView.vue2.vue +41 -0
  1138. package/src/components/or-card-collection-v3/partials/OrCardCollectionView.vue3.vue +42 -0
  1139. package/src/components/or-carousel/OrCarousel.stories.ts +1 -1
  1140. package/src/components/or-carousel/index.ts +2 -4
  1141. package/src/components/or-carousel/or-carousel-item/index.ts +1 -0
  1142. package/src/components/or-chips/OrChips.vue +1 -1
  1143. package/src/components/or-chips/index.ts +1 -1
  1144. package/src/components/or-chips/or-chip/OrChip.vue +109 -0
  1145. package/src/components/or-chips/or-chip/index.ts +1 -0
  1146. package/src/components/or-chips/partials/OrChipsInput.vue +140 -0
  1147. package/src/components/or-date-time-picker/OrDateTimePicker.vue +22 -22
  1148. package/src/components/or-date-time-picker/partials/OrDateTimePickerCalendarItem.vue +112 -0
  1149. package/src/components/or-fab-v3/OrFab.stories3.ts +2 -26
  1150. package/src/components/or-fab-v3/OrFab.vue +0 -1
  1151. package/src/components/or-icon-button-v2/OrIconButton.stories.ts +134 -0
  1152. package/src/components/or-icon-button-v2/OrIconButton.vue +257 -0
  1153. package/src/components/or-icon-button-v2/index.ts +1 -0
  1154. package/src/components/or-icon-button-v2/partials/OrTooltipWrapper.vue +49 -0
  1155. package/src/components/or-overflow-menu/OrOverflowMenu.vue +1 -1
  1156. package/src/components/or-overflow-menu/partials/OrOverflowMenuItem.vue +77 -0
  1157. package/src/components/or-select/OrSelect.vue +1 -1
  1158. package/src/components/or-select/partials/OrSelectContent.stories.ts +192 -0
  1159. package/src/components/or-select/partials/OrSelectContent.vue +165 -0
  1160. package/src/components/or-select/partials/OrSelectContentEmpty.vue +62 -0
  1161. package/src/components/or-select/partials/OrSelectContentOptions.vue +64 -0
  1162. package/src/components/or-select/partials/OrSelectInput.stories.ts +116 -0
  1163. package/src/components/or-select/partials/OrSelectInput.vue +167 -0
  1164. package/src/components/or-select/partials/OrSelectInputValue.vue +111 -0
  1165. package/src/components/or-select/partials/OrSelectMain.vue +203 -0
  1166. package/src/components/or-select/partials/OrSelectOption.vue +80 -0
  1167. package/src/components/or-select/partials/OrSelectSearchOptions.vue +101 -0
  1168. package/src/components/or-skeleton/OrSkeleton.stories.ts +4 -3
  1169. package/src/components/or-skeleton/index.ts +3 -3
  1170. package/src/components/or-skeleton/or-skeleton-circle/OrSkeletonCircle.stories.ts +35 -0
  1171. package/src/components/or-skeleton/or-skeleton-circle/OrSkeletonCircle.vue +56 -0
  1172. package/src/components/or-skeleton/or-skeleton-circle/index.ts +3 -0
  1173. package/src/components/or-skeleton/or-skeleton-rect/OrSkeletonRect.stories.ts +53 -0
  1174. package/src/components/or-skeleton/or-skeleton-rect/OrSkeletonRect.vue +59 -0
  1175. package/src/components/or-skeleton/or-skeleton-rect/index.ts +3 -0
  1176. package/src/components/or-skeleton/or-skeleton-text/OrSkeletonText.stories.ts +52 -0
  1177. package/src/components/or-skeleton/or-skeleton-text/OrSkeletonText.vue +105 -0
  1178. package/src/components/or-skeleton/or-skeleton-text/index.ts +3 -0
  1179. package/src/components/or-skeleton-v3/OrSkeleton.stories3.ts +3 -3
  1180. package/src/components/or-skeleton-v3/index.ts +3 -3
  1181. package/src/components/or-skeleton-v3/or-skeleton-circle-v3/OrSkeletonCircle.vue +68 -0
  1182. package/src/components/or-skeleton-v3/or-skeleton-circle-v3/index.ts +1 -0
  1183. package/src/components/or-skeleton-v3/or-skeleton-rect-v3/OrSkeletonRect.vue +72 -0
  1184. package/src/components/or-skeleton-v3/or-skeleton-rect-v3/index.ts +1 -0
  1185. package/src/components/or-skeleton-v3/or-skeleton-text-v3/OrSkeletonText.vue +110 -0
  1186. package/src/components/or-skeleton-v3/or-skeleton-text-v3/index.ts +1 -0
  1187. package/src/components/or-stepper/OrStepper.vue +3 -3
  1188. package/src/components/or-stepper/partials/OrStepperButtonOptions.vue +71 -0
  1189. package/src/components/or-stepper/partials/StatusIcon.vue +80 -0
  1190. package/src/components/or-toast/index.ts +2 -3
  1191. package/src/components/or-toast/or-toast-container/OrToastContainer.stories.ts +65 -0
  1192. package/src/components/or-toast/or-toast-container/OrToastContainer.vue +247 -0
  1193. package/src/components/or-toast/or-toast-container/index.ts +5 -0
  1194. package/src/components/or-toast-v3/index.ts +2 -3
  1195. package/src/components/or-toast-v3/or-toast-container-v3/OrToastContainer.stories3.ts +76 -0
  1196. package/src/components/or-toast-v3/or-toast-container-v3/OrToastContainer.vue +211 -0
  1197. package/src/components/or-toast-v3/or-toast-container-v3/index.ts +5 -0
  1198. package/src/components/or-tooltip/OrTooltip.vue +1 -1
  1199. package/src/components/or-tooltip/index.ts +1 -1
  1200. package/src/components/or-tooltip/or-tooltip-content/index.ts +1 -0
  1201. package/dist/bundled/v2/OrAvatar-1d385f65.js +0 -193
  1202. package/dist/bundled/v2/OrAvatar-a54d87f6.js +0 -115
  1203. package/dist/bundled/v2/OrBottomSheet-08c7ec73.js +0 -174
  1204. package/dist/bundled/v2/OrButton-28addda1.js +0 -201
  1205. package/dist/bundled/v2/OrButton-979a5e9c.js +0 -197
  1206. package/dist/bundled/v2/OrButton-e812d1f7.js +0 -175
  1207. package/dist/bundled/v2/OrCard-cea07ac1.js +0 -69
  1208. package/dist/bundled/v2/OrCard-e07c7e8c.js +0 -67
  1209. package/dist/bundled/v2/OrCardCollection-19b22ac0.js +0 -222
  1210. package/dist/bundled/v2/OrCardCollection-a7706585.js +0 -347
  1211. package/dist/bundled/v2/OrCarouselItem-5ba1d0d3.js +0 -2921
  1212. package/dist/bundled/v2/OrCheckbox-445ed5cf.js +0 -215
  1213. package/dist/bundled/v2/OrCheckbox-76849460.js +0 -183
  1214. package/dist/bundled/v2/OrChip-ce81b0c6.js +0 -93
  1215. package/dist/bundled/v2/OrChips-bd939cdf.js +0 -321
  1216. package/dist/bundled/v2/OrCode-155b9178.js +0 -29896
  1217. package/dist/bundled/v2/OrCollapse-f7cbcd25.js +0 -170
  1218. package/dist/bundled/v2/OrColorPicker-8fa65edd.js +0 -494
  1219. package/dist/bundled/v2/OrConfirm-4d08c38d.js +0 -260
  1220. package/dist/bundled/v2/OrConfirm-f14ac69d.js +0 -331
  1221. package/dist/bundled/v2/OrDateTimePicker-def82ca4.js +0 -767
  1222. package/dist/bundled/v2/OrEmptyState-a38727b9.js +0 -160
  1223. package/dist/bundled/v2/OrError-1186b62f.js +0 -90
  1224. package/dist/bundled/v2/OrError-29f0ce95.js +0 -54
  1225. package/dist/bundled/v2/OrErrorTag-79922468.js +0 -80
  1226. package/dist/bundled/v2/OrExpansionPanel-7cd552fa.js +0 -206
  1227. package/dist/bundled/v2/OrFab-c2321877.js +0 -105
  1228. package/dist/bundled/v2/OrFloating-507e8028.js +0 -208
  1229. package/dist/bundled/v2/OrHint-29b31ba4.js +0 -90
  1230. package/dist/bundled/v2/OrHint-664117aa.js +0 -57
  1231. package/dist/bundled/v2/OrIcon-05d29a78.js +0 -130
  1232. package/dist/bundled/v2/OrIcon-90adc2bd.js +0 -177
  1233. package/dist/bundled/v2/OrIconButton-d427d121.js +0 -169
  1234. package/dist/bundled/v2/OrIconButton-e28d129f.js +0 -207
  1235. package/dist/bundled/v2/OrInlineInput-916fd2b8.js +0 -384
  1236. package/dist/bundled/v2/OrInlineInputBox-fbc52d40.js +0 -96
  1237. package/dist/bundled/v2/OrInlineTextEdit-96469839.js +0 -399
  1238. package/dist/bundled/v2/OrInlineTextarea-f26824e4.js +0 -288
  1239. package/dist/bundled/v2/OrInput-059a67b6.js +0 -427
  1240. package/dist/bundled/v2/OrInput-1589dca0.js +0 -331
  1241. package/dist/bundled/v2/OrInputBox-4d265915.js +0 -127
  1242. package/dist/bundled/v2/OrLabel-761500d5.js +0 -123
  1243. package/dist/bundled/v2/OrLabel-f19ccb5f.js +0 -80
  1244. package/dist/bundled/v2/OrLink-a407bb0d.js +0 -123
  1245. package/dist/bundled/v2/OrList-8339eb4c.js +0 -2875
  1246. package/dist/bundled/v2/OrListOfInputs-752b6998.js +0 -221
  1247. package/dist/bundled/v2/OrLoader-5cfd67fb.js +0 -114
  1248. package/dist/bundled/v2/OrLoader-dc73d8ee.js +0 -203
  1249. package/dist/bundled/v2/OrMenu-e1cf47b8.js +0 -142
  1250. package/dist/bundled/v2/OrMenuItem-7eb9d387.js +0 -110
  1251. package/dist/bundled/v2/OrModal-6cbeb15e.js +0 -160
  1252. package/dist/bundled/v2/OrModal-d1cb603e.js +0 -1462
  1253. package/dist/bundled/v2/OrNotification-50be557d.js +0 -142
  1254. package/dist/bundled/v2/OrNotification-8695c59e.js +0 -168
  1255. package/dist/bundled/v2/OrNumberInput-6b183931.js +0 -227
  1256. package/dist/bundled/v2/OrOverflowMenu-243d4723.js +0 -246
  1257. package/dist/bundled/v2/OrOverlay-4b923676.js +0 -87
  1258. package/dist/bundled/v2/OrOverlay-5263b088.js +0 -73
  1259. package/dist/bundled/v2/OrPagination-203a86f1.js +0 -336
  1260. package/dist/bundled/v2/OrPassword-1867d029.js +0 -224
  1261. package/dist/bundled/v2/OrPopover-06448d74.js +0 -292
  1262. package/dist/bundled/v2/OrProgress-5880025c.js +0 -226
  1263. package/dist/bundled/v2/OrProgress-e967daed.js +0 -320
  1264. package/dist/bundled/v2/OrRadio-787e3386.js +0 -197
  1265. package/dist/bundled/v2/OrRadio-c3655202.js +0 -143
  1266. package/dist/bundled/v2/OrRadioGroup-fbe23f97.js +0 -89
  1267. package/dist/bundled/v2/OrSearch-a8d4cf95.js +0 -146
  1268. package/dist/bundled/v2/OrSearch-c75656ff.js +0 -245
  1269. package/dist/bundled/v2/OrSegmentedControl-8b551ef0.js +0 -233
  1270. package/dist/bundled/v2/OrSelect-0b9b27e9.js +0 -544
  1271. package/dist/bundled/v2/OrSelect-39dedeb9.js +0 -1101
  1272. package/dist/bundled/v2/OrSidebar-0d6177e2.js +0 -351
  1273. package/dist/bundled/v2/OrSidebar-9e7fe79c.js +0 -149
  1274. package/dist/bundled/v2/OrSidebarCollapseButton-730a948a.js +0 -125
  1275. package/dist/bundled/v2/OrSkeletonText-1bf08dbc.js +0 -253
  1276. package/dist/bundled/v2/OrSkeletonText-e51ca60e.js +0 -300
  1277. package/dist/bundled/v2/OrSlider-e1408560.js +0 -370
  1278. package/dist/bundled/v2/OrSortHeader-c39b82c5.js +0 -126
  1279. package/dist/bundled/v2/OrStepper-24841eea.js +0 -650
  1280. package/dist/bundled/v2/OrSwitch-855e133d.js +0 -249
  1281. package/dist/bundled/v2/OrSwitch-d421b4d3.js +0 -154
  1282. package/dist/bundled/v2/OrTab-4c61cad9.js +0 -109
  1283. package/dist/bundled/v2/OrTab-f47594ad.js +0 -95
  1284. package/dist/bundled/v2/OrTabHeaderItem-38275146.js +0 -112
  1285. package/dist/bundled/v2/OrTabs-251baec9.js +0 -113
  1286. package/dist/bundled/v2/OrTabs-85d7036a.js +0 -227
  1287. package/dist/bundled/v2/OrTag-4af70bdb.js +0 -116
  1288. package/dist/bundled/v2/OrTag-7879a9fa.js +0 -161
  1289. package/dist/bundled/v2/OrTeleport.vue2-90147f16.js +0 -67
  1290. package/dist/bundled/v2/OrTeleport.vue2-e9ba3054.js +0 -61
  1291. package/dist/bundled/v2/OrText-7887212a.js +0 -134
  1292. package/dist/bundled/v2/OrTextarea-5027c642.js +0 -260
  1293. package/dist/bundled/v2/OrTextarea-8653f1b4.js +0 -327
  1294. package/dist/bundled/v2/OrTextbox-dbd1eae6.js +0 -528
  1295. package/dist/bundled/v2/OrToastContainer-a021147e.js +0 -336
  1296. package/dist/bundled/v2/OrTooltip-e34783de.js +0 -167
  1297. package/dist/bundled/v2/OrTooltip-e62cdd46.js +0 -157
  1298. package/dist/bundled/v2/OrTooltipContent-592eeb27.js +0 -73
  1299. package/dist/bundled/v2/color-1f348774.js +0 -60
  1300. package/dist/bundled/v2/components/or-avatar/index.js +0 -15
  1301. package/dist/bundled/v2/components/or-avatar-v3/index.js +0 -7
  1302. package/dist/bundled/v2/components/or-bottom-sheet-v3/index.js +0 -10
  1303. package/dist/bundled/v2/components/or-button/index.js +0 -8
  1304. package/dist/bundled/v2/components/or-button-v2/OrIconButton.vue.d.ts +0 -132
  1305. package/dist/bundled/v2/components/or-button-v2/OrTooltipWrapper.vue.d.ts +0 -32
  1306. package/dist/bundled/v2/components/or-button-v2/index.d.ts +0 -3
  1307. package/dist/bundled/v2/components/or-button-v2/index.js +0 -19
  1308. package/dist/bundled/v2/components/or-button-v3/index.js +0 -7
  1309. package/dist/bundled/v2/components/or-card/index.js +0 -6
  1310. package/dist/bundled/v2/components/or-card-collection/index.js +0 -27
  1311. package/dist/bundled/v2/components/or-card-collection-v3/OrCardCollectionView.vue2.vue.d.ts +0 -35
  1312. package/dist/bundled/v2/components/or-card-collection-v3/index.js +0 -31
  1313. package/dist/bundled/v2/components/or-card-v3/index.js +0 -5
  1314. package/dist/bundled/v2/components/or-carousel/index.d.ts +0 -3
  1315. package/dist/bundled/v2/components/or-carousel/index.js +0 -15
  1316. package/dist/bundled/v2/components/or-checkbox/index.js +0 -15
  1317. package/dist/bundled/v2/components/or-checkbox-v3/index.js +0 -8
  1318. package/dist/bundled/v2/components/or-chips/index.d.ts +0 -2
  1319. package/dist/bundled/v2/components/or-chips/index.js +0 -18
  1320. package/dist/bundled/v2/components/or-code/index.js +0 -25
  1321. package/dist/bundled/v2/components/or-collapse/index.js +0 -9
  1322. package/dist/bundled/v2/components/or-color-picker/index.js +0 -13
  1323. package/dist/bundled/v2/components/or-combined-input-v3/index.js +0 -162
  1324. package/dist/bundled/v2/components/or-confirm/index.js +0 -29
  1325. package/dist/bundled/v2/components/or-confirm-v3/index.js +0 -29
  1326. package/dist/bundled/v2/components/or-date-time-picker/OrDateTimePickerCalendarItem.vue.d.ts +0 -92
  1327. package/dist/bundled/v2/components/or-date-time-picker/index.js +0 -24
  1328. package/dist/bundled/v2/components/or-empty-state-v3/index.js +0 -5
  1329. package/dist/bundled/v2/components/or-error/index.js +0 -6
  1330. package/dist/bundled/v2/components/or-error-tag-v3/index.js +0 -6
  1331. package/dist/bundled/v2/components/or-error-v3/index.js +0 -5
  1332. package/dist/bundled/v2/components/or-expansion-panel-v3/index.js +0 -6
  1333. package/dist/bundled/v2/components/or-fab-v3/index.js +0 -6
  1334. package/dist/bundled/v2/components/or-floating/index.js +0 -11
  1335. package/dist/bundled/v2/components/or-hint/index.js +0 -7
  1336. package/dist/bundled/v2/components/or-hint-v3/index.js +0 -5
  1337. package/dist/bundled/v2/components/or-icon/index.js +0 -14
  1338. package/dist/bundled/v2/components/or-icon-button-v3/index.js +0 -16
  1339. package/dist/bundled/v2/components/or-icon-v3/index.js +0 -5
  1340. package/dist/bundled/v2/components/or-inline-input-box-v3/index.js +0 -5
  1341. package/dist/bundled/v2/components/or-inline-input-v3/index.js +0 -23
  1342. package/dist/bundled/v2/components/or-inline-text-edit/index.js +0 -22
  1343. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +0 -23
  1344. package/dist/bundled/v2/components/or-input/index.js +0 -13
  1345. package/dist/bundled/v2/components/or-input-box-v3/index.js +0 -6
  1346. package/dist/bundled/v2/components/or-input-v3/index.js +0 -26
  1347. package/dist/bundled/v2/components/or-label/index.js +0 -7
  1348. package/dist/bundled/v2/components/or-label-v3/index.js +0 -5
  1349. package/dist/bundled/v2/components/or-link-v3/index.js +0 -5
  1350. package/dist/bundled/v2/components/or-list/index.js +0 -23
  1351. package/dist/bundled/v2/components/or-list-of-inputs/index.js +0 -27
  1352. package/dist/bundled/v2/components/or-loader/index.js +0 -7
  1353. package/dist/bundled/v2/components/or-loader-v3/index.js +0 -6
  1354. package/dist/bundled/v2/components/or-menu-item-v3/index.js +0 -6
  1355. package/dist/bundled/v2/components/or-menu-v3/index.js +0 -14
  1356. package/dist/bundled/v2/components/or-modal/index.js +0 -21
  1357. package/dist/bundled/v2/components/or-modal-v3/index.js +0 -17
  1358. package/dist/bundled/v2/components/or-notification/index.js +0 -19
  1359. package/dist/bundled/v2/components/or-notification-v3/index.js +0 -17
  1360. package/dist/bundled/v2/components/or-number-input/index.js +0 -14
  1361. package/dist/bundled/v2/components/or-overflow-menu/index.js +0 -21
  1362. package/dist/bundled/v2/components/or-overlay/index.js +0 -6
  1363. package/dist/bundled/v2/components/or-overlay-v3/index.js +0 -9
  1364. package/dist/bundled/v2/components/or-pagination-v3/index.js +0 -19
  1365. package/dist/bundled/v2/components/or-password/index.js +0 -26
  1366. package/dist/bundled/v2/components/or-popover-v3/index.js +0 -13
  1367. package/dist/bundled/v2/components/or-progress/index.js +0 -7
  1368. package/dist/bundled/v2/components/or-progress-v3/index.js +0 -8
  1369. package/dist/bundled/v2/components/or-radio/index.js +0 -7
  1370. package/dist/bundled/v2/components/or-radio-group/index.js +0 -6
  1371. package/dist/bundled/v2/components/or-radio-v3/index.js +0 -8
  1372. package/dist/bundled/v2/components/or-search/index.js +0 -25
  1373. package/dist/bundled/v2/components/or-search-v3/index.js +0 -27
  1374. package/dist/bundled/v2/components/or-segmented-control-v3/index.js +0 -5
  1375. package/dist/bundled/v2/components/or-segmented-control-v3/partials/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +0 -49
  1376. package/dist/bundled/v2/components/or-segmented-control-v3/partials/or-segmented-control-item/styles.d.ts +0 -3
  1377. package/dist/bundled/v2/components/or-select/OrSelect.vue.d.ts +0 -238
  1378. package/dist/bundled/v2/components/or-select/OrSelectContent.vue.d.ts +0 -114
  1379. package/dist/bundled/v2/components/or-select/OrSelectContentOptions.vue.d.ts +0 -87
  1380. package/dist/bundled/v2/components/or-select/OrSelectInput.vue.d.ts +0 -81
  1381. package/dist/bundled/v2/components/or-select/OrSelectInputValue.vue.d.ts +0 -58
  1382. package/dist/bundled/v2/components/or-select/OrSelectMain.vue.d.ts +0 -158
  1383. package/dist/bundled/v2/components/or-select/OrSelectOption.vue.d.ts +0 -37
  1384. package/dist/bundled/v2/components/or-select/index.js +0 -21
  1385. package/dist/bundled/v2/components/or-select-v3/index.js +0 -33
  1386. package/dist/bundled/v2/components/or-sidebar/index.js +0 -8
  1387. package/dist/bundled/v2/components/or-sidebar-v3/index.js +0 -19
  1388. package/dist/bundled/v2/components/or-sidebar-v3/partials/index.d.ts +0 -1
  1389. package/dist/bundled/v2/components/or-sidebar-v3/partials/index.js +0 -18
  1390. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +0 -53
  1391. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +0 -1
  1392. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +0 -18
  1393. package/dist/bundled/v2/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +0 -2
  1394. package/dist/bundled/v2/components/or-skeleton/OrSkeletonText.vue.d.ts +0 -73
  1395. package/dist/bundled/v2/components/or-skeleton/index.d.ts +0 -4
  1396. package/dist/bundled/v2/components/or-skeleton/index.js +0 -8
  1397. package/dist/bundled/v2/components/or-skeleton-v3/index.d.ts +0 -3
  1398. package/dist/bundled/v2/components/or-skeleton-v3/index.js +0 -7
  1399. package/dist/bundled/v2/components/or-slider/index.js +0 -16
  1400. package/dist/bundled/v2/components/or-sort-header-v3/index.js +0 -6
  1401. package/dist/bundled/v2/components/or-stepper/index.js +0 -18
  1402. package/dist/bundled/v2/components/or-switch/index.js +0 -8
  1403. package/dist/bundled/v2/components/or-switch-v3/index.js +0 -10
  1404. package/dist/bundled/v2/components/or-tab/index.js +0 -8
  1405. package/dist/bundled/v2/components/or-tab-header-item/index.js +0 -7
  1406. package/dist/bundled/v2/components/or-tab-v3/index.js +0 -5
  1407. package/dist/bundled/v2/components/or-tabs/index.js +0 -8
  1408. package/dist/bundled/v2/components/or-tabs-v3/index.js +0 -18
  1409. package/dist/bundled/v2/components/or-tag/index.js +0 -16
  1410. package/dist/bundled/v2/components/or-tag-v3/index.js +0 -17
  1411. package/dist/bundled/v2/components/or-teleport/index.js +0 -6
  1412. package/dist/bundled/v2/components/or-teleport-v3/index.js +0 -6
  1413. package/dist/bundled/v2/components/or-text-v3/index.js +0 -5
  1414. package/dist/bundled/v2/components/or-textarea/index.js +0 -13
  1415. package/dist/bundled/v2/components/or-textarea-v3/index.js +0 -13
  1416. package/dist/bundled/v2/components/or-textbox/index.js +0 -24
  1417. package/dist/bundled/v2/components/or-toast/OrToastContainer.vue.d.ts +0 -93
  1418. package/dist/bundled/v2/components/or-toast/composable/index.js +0 -5
  1419. package/dist/bundled/v2/components/or-toast/index.d.ts +0 -6
  1420. package/dist/bundled/v2/components/or-toast/index.js +0 -22
  1421. package/dist/bundled/v2/components/or-toast-v3/OrToastContainer.vue.d.ts +0 -85
  1422. package/dist/bundled/v2/components/or-toast-v3/composable/index.js +0 -5
  1423. package/dist/bundled/v2/components/or-toast-v3/index.d.ts +0 -6
  1424. package/dist/bundled/v2/components/or-toast-v3/index.js +0 -20
  1425. package/dist/bundled/v2/components/or-tooltip/index.d.ts +0 -2
  1426. package/dist/bundled/v2/components/or-tooltip/index.js +0 -13
  1427. package/dist/bundled/v2/components/or-tooltip-v3/index.js +0 -14
  1428. package/dist/bundled/v2/constants-c5d1139f.js +0 -43
  1429. package/dist/bundled/v2/dom-7a41831b.js +0 -58
  1430. package/dist/bundled/v2/dropdown-open-e2a93aaf.js +0 -28
  1431. package/dist/bundled/v2/index-17f264f9.js +0 -16
  1432. package/dist/bundled/v2/index-fa6eb4ca.js +0 -11
  1433. package/dist/bundled/v2/props-78496a2d.js +0 -12
  1434. package/dist/bundled/v2/px-to-rem-0b26b83e.js +0 -3
  1435. package/dist/bundled/v2/types-79c4992b.js +0 -435
  1436. package/dist/bundled/v2/useElevation-b6e7590a.js +0 -26
  1437. package/dist/bundled/v2/useIdAttribute-cf61643f.js +0 -22
  1438. package/dist/bundled/v2/useOverflow-bae6342f.js +0 -65
  1439. package/dist/bundled/v2/useResponsive-e13dfbb0.js +0 -14
  1440. package/dist/bundled/v2/useToast-1faa828c.js +0 -189
  1441. package/dist/bundled/v2/useToast-3a3d4280.js +0 -197
  1442. package/dist/bundled/v2/useToggle-6166bd53.js +0 -23
  1443. package/dist/bundled/v2/useValidationAttributes-6df7bcf9.js +0 -17
  1444. package/dist/bundled/v3/OrAvatar.vue_vue_type_script_lang-45732c41.js +0 -144
  1445. package/dist/bundled/v3/OrAvatar.vue_vue_type_script_lang-a013315b.js +0 -63
  1446. package/dist/bundled/v3/OrBottomSheet.vue_vue_type_script_lang-e3ef075b.js +0 -145
  1447. package/dist/bundled/v3/OrButton-192156e6.js +0 -41
  1448. package/dist/bundled/v3/OrButton-7b1eac5d.js +0 -35
  1449. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-17f34bec.js +0 -99
  1450. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-c0800f20.js +0 -122
  1451. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-ed1524cf.js +0 -140
  1452. package/dist/bundled/v3/OrCard.vue_vue_type_script_lang-061e43c7.js +0 -32
  1453. package/dist/bundled/v3/OrCard.vue_vue_type_script_lang-90ba001b.js +0 -21
  1454. package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-4b239b01.js +0 -190
  1455. package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-dda3f349.js +0 -232
  1456. package/dist/bundled/v3/OrCarouselItem-361cd007.js +0 -55
  1457. package/dist/bundled/v3/OrCarouselItem.vue_vue_type_script_lang-cc31281a.js +0 -2822
  1458. package/dist/bundled/v3/OrCheckbox.vue_vue_type_script_lang-04690001.js +0 -117
  1459. package/dist/bundled/v3/OrCheckbox.vue_vue_type_script_lang-87143106.js +0 -88
  1460. package/dist/bundled/v3/OrChip-f8874fb2.js +0 -67
  1461. package/dist/bundled/v3/OrChips.vue_vue_type_script_lang-3c26c28f.js +0 -196
  1462. package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-c639b8c1.js +0 -29778
  1463. package/dist/bundled/v3/OrCollapse-d2564011.js +0 -35
  1464. package/dist/bundled/v3/OrCollapse.vue_vue_type_script_lang-04ffe655.js +0 -114
  1465. package/dist/bundled/v3/OrColorPicker.vue_vue_type_script_lang-3b58e79f.js +0 -389
  1466. package/dist/bundled/v3/OrConfirm.vue_vue_type_script_lang-3eb862c3.js +0 -160
  1467. package/dist/bundled/v3/OrConfirm.vue_vue_type_script_lang-f8a75cf0.js +0 -237
  1468. package/dist/bundled/v3/OrDateTimePicker.vue_vue_type_script_lang-d7344d80.js +0 -463
  1469. package/dist/bundled/v3/OrEmptyState.vue_vue_type_script_lang-4dc955fd.js +0 -111
  1470. package/dist/bundled/v3/OrError-b43ebad8.js +0 -17
  1471. package/dist/bundled/v3/OrError.vue_vue_type_script_lang-7305a1d9.js +0 -46
  1472. package/dist/bundled/v3/OrError.vue_vue_type_script_lang-7c39e012.js +0 -13
  1473. package/dist/bundled/v3/OrErrorTag.vue_vue_type_script_lang-26bd7e9a.js +0 -37
  1474. package/dist/bundled/v3/OrExpansionPanel.vue_vue_type_script_lang-60d86e7b.js +0 -136
  1475. package/dist/bundled/v3/OrFab.vue_vue_type_script_lang-1bc958da.js +0 -60
  1476. package/dist/bundled/v3/OrFloating-c13f0eae.js +0 -23
  1477. package/dist/bundled/v3/OrFloating.vue_vue_type_script_lang-c7bbb811.js +0 -168
  1478. package/dist/bundled/v3/OrHint-c9114268.js +0 -17
  1479. package/dist/bundled/v3/OrHint-fcd2563e.js +0 -35
  1480. package/dist/bundled/v3/OrHint.vue_vue_type_script_lang-47d9b9ed.js +0 -46
  1481. package/dist/bundled/v3/OrHint.vue_vue_type_script_lang-78598c8e.js +0 -16
  1482. package/dist/bundled/v3/OrIcon-a670d8e9.js +0 -12
  1483. package/dist/bundled/v3/OrIcon-e8ea87d0.js +0 -39
  1484. package/dist/bundled/v3/OrIcon.vue_vue_type_script_lang-4af1b391.js +0 -115
  1485. package/dist/bundled/v3/OrIcon.vue_vue_type_script_lang-859d76fb.js +0 -93
  1486. package/dist/bundled/v3/OrIconButton-71a8da96.js +0 -42
  1487. package/dist/bundled/v3/OrIconButton-b3e4997b.js +0 -34
  1488. package/dist/bundled/v3/OrIconButton.vue_vue_type_script_lang-60d2d34d.js +0 -163
  1489. package/dist/bundled/v3/OrIconButton.vue_vue_type_script_lang-de03b47c.js +0 -135
  1490. package/dist/bundled/v3/OrInlineInput.vue_vue_type_script_lang-3d76b4b8.js +0 -178
  1491. package/dist/bundled/v3/OrInlineInputBox-019a5579.js +0 -14
  1492. package/dist/bundled/v3/OrInlineInputBox.vue_vue_type_script_lang-aff0fced.js +0 -56
  1493. package/dist/bundled/v3/OrInlineTextEdit.vue_vue_type_script_lang-af562778.js +0 -243
  1494. package/dist/bundled/v3/OrInlineTextarea.vue_vue_type_script_lang-5b87295b.js +0 -156
  1495. package/dist/bundled/v3/OrInput-0141dbad.js +0 -121
  1496. package/dist/bundled/v3/OrInput-d95faac1.js +0 -110
  1497. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-831761b8.js +0 -166
  1498. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-a415817b.js +0 -190
  1499. package/dist/bundled/v3/OrInputBox-66241142.js +0 -16
  1500. package/dist/bundled/v3/OrInputBox.vue_vue_type_script_lang-d07fa3ad.js +0 -85
  1501. package/dist/bundled/v3/OrLabel-4da10c50.js +0 -22
  1502. package/dist/bundled/v3/OrLabel-e412c532.js +0 -20
  1503. package/dist/bundled/v3/OrLabel.vue_vue_type_script_lang-27f8b12d.js +0 -37
  1504. package/dist/bundled/v3/OrLabel.vue_vue_type_script_lang-5ba2b33c.js +0 -74
  1505. package/dist/bundled/v3/OrLink.vue_vue_type_script_lang-4506e3b2.js +0 -82
  1506. package/dist/bundled/v3/OrList.vue_vue_type_script_lang-e9c5f2b1.js +0 -2759
  1507. package/dist/bundled/v3/OrListOfInputs.vue_vue_type_script_lang-3d17ccac.js +0 -167
  1508. package/dist/bundled/v3/OrLoader-41de68e0.js +0 -64
  1509. package/dist/bundled/v3/OrLoader-ee97fef4.js +0 -42
  1510. package/dist/bundled/v3/OrLoader.vue_vue_type_script_lang-1378ab8e.js +0 -54
  1511. package/dist/bundled/v3/OrLoader.vue_vue_type_script_lang-9f6ed71f.js +0 -111
  1512. package/dist/bundled/v3/OrMenu-97b74f43.js +0 -27
  1513. package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-bff59dcb.js +0 -86
  1514. package/dist/bundled/v3/OrMenuItem-a90b0369.js +0 -27
  1515. package/dist/bundled/v3/OrMenuItem.vue_vue_type_script_lang-d65eec51.js +0 -54
  1516. package/dist/bundled/v3/OrModal-0f2cb8c9.js +0 -51
  1517. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-87032cf0.js +0 -104
  1518. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-a60d4580.js +0 -1391
  1519. package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-10b7460c.js +0 -113
  1520. package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-e063adb5.js +0 -82
  1521. package/dist/bundled/v3/OrNumberInput.vue_vue_type_script_lang-a25274f5.js +0 -113
  1522. package/dist/bundled/v3/OrOverflowMenu.vue_vue_type_script_lang-794aebbb.js +0 -135
  1523. package/dist/bundled/v3/OrOverlay.vue_vue_type_script_lang-b9bf5e50.js +0 -33
  1524. package/dist/bundled/v3/OrOverlay.vue_vue_type_script_lang-c298c8cd.js +0 -56
  1525. package/dist/bundled/v3/OrPagination.vue_vue_type_script_lang-8ec07f21.js +0 -194
  1526. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-61f6df6b.js +0 -99
  1527. package/dist/bundled/v3/OrPopover-f09c1ad2.js +0 -34
  1528. package/dist/bundled/v3/OrPopover.vue_vue_type_script_lang-1caf28d1.js +0 -266
  1529. package/dist/bundled/v3/OrProgress.vue_vue_type_script_lang-3f9ec654.js +0 -146
  1530. package/dist/bundled/v3/OrProgress.vue_vue_type_script_lang-d725e281.js +0 -210
  1531. package/dist/bundled/v3/OrRadio.vue_vue_type_script_lang-23f050a2.js +0 -113
  1532. package/dist/bundled/v3/OrRadio.vue_vue_type_script_lang-c956b54b.js +0 -85
  1533. package/dist/bundled/v3/OrRadioGroup.vue_vue_type_script_lang-caea7bcb.js +0 -47
  1534. package/dist/bundled/v3/OrSearch.vue_vue_type_script_lang-afb27ea5.js +0 -78
  1535. package/dist/bundled/v3/OrSearch.vue_vue_type_script_lang-f4a3f989.js +0 -122
  1536. package/dist/bundled/v3/OrSegmentedControl.vue_vue_type_script_lang-b3069c12.js +0 -151
  1537. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-1574d816.js +0 -395
  1538. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-2016ac4e.js +0 -815
  1539. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-7c55ac0a.js +0 -94
  1540. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-bfaee185.js +0 -291
  1541. package/dist/bundled/v3/OrSidebarCollapseButton.vue_vue_type_script_lang-15f995a0.js +0 -75
  1542. package/dist/bundled/v3/OrSkeletonText.vue_vue_type_script_lang-5d63c696.js +0 -184
  1543. package/dist/bundled/v3/OrSkeletonText.vue_vue_type_script_lang-f3f989c3.js +0 -131
  1544. package/dist/bundled/v3/OrSlider.vue_vue_type_script_lang-a5a10569.js +0 -227
  1545. package/dist/bundled/v3/OrSortHeader.vue_vue_type_script_lang-73335917.js +0 -74
  1546. package/dist/bundled/v3/OrStepper.vue_vue_type_script_lang-c8f92d93.js +0 -376
  1547. package/dist/bundled/v3/OrSwitch.vue_vue_type_script_lang-c995850e.js +0 -142
  1548. package/dist/bundled/v3/OrSwitch.vue_vue_type_script_lang-f55d33f4.js +0 -81
  1549. package/dist/bundled/v3/OrTab.vue_vue_type_script_lang-045eb56a.js +0 -43
  1550. package/dist/bundled/v3/OrTab.vue_vue_type_script_lang-de7c7063.js +0 -61
  1551. package/dist/bundled/v3/OrTabHeaderItem.vue_vue_type_script_lang-e1f29563.js +0 -63
  1552. package/dist/bundled/v3/OrTabs.vue_vue_type_script_lang-40e2a6e9.js +0 -66
  1553. package/dist/bundled/v3/OrTabs.vue_vue_type_script_lang-4b181fc5.js +0 -167
  1554. package/dist/bundled/v3/OrTag.vue_vue_type_script_lang-429e76ad.js +0 -94
  1555. package/dist/bundled/v3/OrTag.vue_vue_type_script_lang-6677064d.js +0 -58
  1556. package/dist/bundled/v3/OrTeleport.vue3-12636ac0.js +0 -33
  1557. package/dist/bundled/v3/OrTeleport.vue3.vue_vue_type_script_lang-4dc70cf1.js +0 -17
  1558. package/dist/bundled/v3/OrText.vue_vue_type_script_lang-c12f7b15.js +0 -93
  1559. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-0ae5cda3.js +0 -126
  1560. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-13c5e976.js +0 -187
  1561. package/dist/bundled/v3/OrTextbox.vue_vue_type_script_lang-bda20419.js +0 -363
  1562. package/dist/bundled/v3/OrToastContainer-056470e4.js +0 -40
  1563. package/dist/bundled/v3/OrToastContainer-0b16a650.js +0 -41
  1564. package/dist/bundled/v3/OrToastContainer.vue_vue_type_script_lang-e495902f.js +0 -301
  1565. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-ce2158d0.js +0 -115
  1566. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-eb8ad0e1.js +0 -87
  1567. package/dist/bundled/v3/OrTooltipContent-b0dcb862.js +0 -43
  1568. package/dist/bundled/v3/color-1f348774.js +0 -60
  1569. package/dist/bundled/v3/components/or-avatar/index.js +0 -13
  1570. package/dist/bundled/v3/components/or-avatar-v3/index.js +0 -5
  1571. package/dist/bundled/v3/components/or-bottom-sheet-v3/index.js +0 -6
  1572. package/dist/bundled/v3/components/or-button/index.js +0 -6
  1573. package/dist/bundled/v3/components/or-button-v2/OrIconButton.vue.d.ts +0 -132
  1574. package/dist/bundled/v3/components/or-button-v2/OrTooltipWrapper.vue.d.ts +0 -32
  1575. package/dist/bundled/v3/components/or-button-v2/index.d.ts +0 -3
  1576. package/dist/bundled/v3/components/or-button-v2/index.js +0 -18
  1577. package/dist/bundled/v3/components/or-button-v3/index.js +0 -5
  1578. package/dist/bundled/v3/components/or-card/index.js +0 -2
  1579. package/dist/bundled/v3/components/or-card-collection/index.js +0 -32
  1580. package/dist/bundled/v3/components/or-card-collection-v3/OrCardCollectionView.vue3.vue.d.ts +0 -35
  1581. package/dist/bundled/v3/components/or-card-collection-v3/index.js +0 -38
  1582. package/dist/bundled/v3/components/or-card-v3/index.js +0 -2
  1583. package/dist/bundled/v3/components/or-carousel/index.d.ts +0 -3
  1584. package/dist/bundled/v3/components/or-carousel/index.js +0 -14
  1585. package/dist/bundled/v3/components/or-checkbox/index.js +0 -13
  1586. package/dist/bundled/v3/components/or-checkbox-v3/index.js +0 -5
  1587. package/dist/bundled/v3/components/or-chips/index.d.ts +0 -2
  1588. package/dist/bundled/v3/components/or-chips/index.js +0 -18
  1589. package/dist/bundled/v3/components/or-code/index.js +0 -29
  1590. package/dist/bundled/v3/components/or-collapse/index.js +0 -5
  1591. package/dist/bundled/v3/components/or-color-picker/index.js +0 -10
  1592. package/dist/bundled/v3/components/or-combined-input-v3/index.js +0 -131
  1593. package/dist/bundled/v3/components/or-confirm/index.js +0 -36
  1594. package/dist/bundled/v3/components/or-confirm-v3/index.js +0 -34
  1595. package/dist/bundled/v3/components/or-date-time-picker/OrDateTimePickerCalendarItem.vue.d.ts +0 -92
  1596. package/dist/bundled/v3/components/or-date-time-picker/index.js +0 -28
  1597. package/dist/bundled/v3/components/or-empty-state-v3/index.js +0 -2
  1598. package/dist/bundled/v3/components/or-error/index.js +0 -2
  1599. package/dist/bundled/v3/components/or-error-tag-v3/index.js +0 -4
  1600. package/dist/bundled/v3/components/or-error-v3/index.js +0 -2
  1601. package/dist/bundled/v3/components/or-expansion-panel-v3/index.js +0 -4
  1602. package/dist/bundled/v3/components/or-fab-v3/index.js +0 -4
  1603. package/dist/bundled/v3/components/or-floating/index.js +0 -6
  1604. package/dist/bundled/v3/components/or-hint/index.js +0 -3
  1605. package/dist/bundled/v3/components/or-hint-v3/index.js +0 -2
  1606. package/dist/bundled/v3/components/or-icon/index.js +0 -11
  1607. package/dist/bundled/v3/components/or-icon-button-v3/index.js +0 -14
  1608. package/dist/bundled/v3/components/or-icon-v3/index.js +0 -2
  1609. package/dist/bundled/v3/components/or-inline-input-box-v3/index.js +0 -2
  1610. package/dist/bundled/v3/components/or-inline-input-v3/index.js +0 -23
  1611. package/dist/bundled/v3/components/or-inline-text-edit/index.js +0 -24
  1612. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +0 -23
  1613. package/dist/bundled/v3/components/or-input/index.js +0 -14
  1614. package/dist/bundled/v3/components/or-input-box-v3/index.js +0 -3
  1615. package/dist/bundled/v3/components/or-input-v3/index.js +0 -28
  1616. package/dist/bundled/v3/components/or-label/index.js +0 -3
  1617. package/dist/bundled/v3/components/or-label-v3/index.js +0 -2
  1618. package/dist/bundled/v3/components/or-link-v3/index.js +0 -2
  1619. package/dist/bundled/v3/components/or-list/index.js +0 -26
  1620. package/dist/bundled/v3/components/or-list-of-inputs/index.js +0 -33
  1621. package/dist/bundled/v3/components/or-loader/index.js +0 -3
  1622. package/dist/bundled/v3/components/or-loader-v3/index.js +0 -3
  1623. package/dist/bundled/v3/components/or-menu-item-v3/index.js +0 -4
  1624. package/dist/bundled/v3/components/or-menu-v3/index.js +0 -11
  1625. package/dist/bundled/v3/components/or-modal/index.js +0 -21
  1626. package/dist/bundled/v3/components/or-modal-v3/index.js +0 -16
  1627. package/dist/bundled/v3/components/or-notification/index.js +0 -19
  1628. package/dist/bundled/v3/components/or-notification-v3/index.js +0 -16
  1629. package/dist/bundled/v3/components/or-number-input/index.js +0 -16
  1630. package/dist/bundled/v3/components/or-overflow-menu/index.js +0 -22
  1631. package/dist/bundled/v3/components/or-overlay/index.js +0 -2
  1632. package/dist/bundled/v3/components/or-overlay-v3/index.js +0 -5
  1633. package/dist/bundled/v3/components/or-pagination-v3/index.js +0 -21
  1634. package/dist/bundled/v3/components/or-password/index.js +0 -31
  1635. package/dist/bundled/v3/components/or-popover-v3/index.js +0 -9
  1636. package/dist/bundled/v3/components/or-progress/index.js +0 -3
  1637. package/dist/bundled/v3/components/or-progress-v3/index.js +0 -5
  1638. package/dist/bundled/v3/components/or-radio/index.js +0 -3
  1639. package/dist/bundled/v3/components/or-radio-group/index.js +0 -2
  1640. package/dist/bundled/v3/components/or-radio-v3/index.js +0 -5
  1641. package/dist/bundled/v3/components/or-search/index.js +0 -30
  1642. package/dist/bundled/v3/components/or-search-v3/index.js +0 -31
  1643. package/dist/bundled/v3/components/or-segmented-control-v3/index.js +0 -2
  1644. package/dist/bundled/v3/components/or-segmented-control-v3/partials/or-segmented-control-item/OrSegmentedControlItem.vue.d.ts +0 -49
  1645. package/dist/bundled/v3/components/or-segmented-control-v3/partials/or-segmented-control-item/styles.d.ts +0 -3
  1646. package/dist/bundled/v3/components/or-select/OrSelect.vue.d.ts +0 -230
  1647. package/dist/bundled/v3/components/or-select/OrSelectContent.vue.d.ts +0 -114
  1648. package/dist/bundled/v3/components/or-select/OrSelectContentOptions.vue.d.ts +0 -87
  1649. package/dist/bundled/v3/components/or-select/OrSelectInput.vue.d.ts +0 -81
  1650. package/dist/bundled/v3/components/or-select/OrSelectInputValue.vue.d.ts +0 -58
  1651. package/dist/bundled/v3/components/or-select/OrSelectMain.vue.d.ts +0 -158
  1652. package/dist/bundled/v3/components/or-select/OrSelectOption.vue.d.ts +0 -37
  1653. package/dist/bundled/v3/components/or-select/index.js +0 -22
  1654. package/dist/bundled/v3/components/or-select-v3/index.js +0 -38
  1655. package/dist/bundled/v3/components/or-sidebar/index.js +0 -4
  1656. package/dist/bundled/v3/components/or-sidebar-v3/index.js +0 -18
  1657. package/dist/bundled/v3/components/or-sidebar-v3/partials/index.d.ts +0 -1
  1658. package/dist/bundled/v3/components/or-sidebar-v3/partials/index.js +0 -17
  1659. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/OrSidebarCollapseButton.vue.d.ts +0 -53
  1660. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.d.ts +0 -1
  1661. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/index.js +0 -17
  1662. package/dist/bundled/v3/components/or-sidebar-v3/partials/or-sidebar-collapse-button/styles.d.ts +0 -2
  1663. package/dist/bundled/v3/components/or-skeleton/OrSkeletonText.vue.d.ts +0 -73
  1664. package/dist/bundled/v3/components/or-skeleton/index.d.ts +0 -4
  1665. package/dist/bundled/v3/components/or-skeleton/index.js +0 -4
  1666. package/dist/bundled/v3/components/or-skeleton-v3/index.d.ts +0 -3
  1667. package/dist/bundled/v3/components/or-skeleton-v3/index.js +0 -4
  1668. package/dist/bundled/v3/components/or-slider/index.js +0 -14
  1669. package/dist/bundled/v3/components/or-sort-header-v3/index.js +0 -4
  1670. package/dist/bundled/v3/components/or-stepper/index.js +0 -18
  1671. package/dist/bundled/v3/components/or-switch/index.js +0 -6
  1672. package/dist/bundled/v3/components/or-switch-v3/index.js +0 -8
  1673. package/dist/bundled/v3/components/or-tab/index.js +0 -4
  1674. package/dist/bundled/v3/components/or-tab-header-item/index.js +0 -3
  1675. package/dist/bundled/v3/components/or-tab-v3/index.js +0 -2
  1676. package/dist/bundled/v3/components/or-tabs/index.js +0 -5
  1677. package/dist/bundled/v3/components/or-tabs-v3/index.js +0 -18
  1678. package/dist/bundled/v3/components/or-tag/index.js +0 -14
  1679. package/dist/bundled/v3/components/or-tag-v3/index.js +0 -16
  1680. package/dist/bundled/v3/components/or-teleport/index.js +0 -2
  1681. package/dist/bundled/v3/components/or-teleport-v3/index.js +0 -2
  1682. package/dist/bundled/v3/components/or-text-v3/index.js +0 -2
  1683. package/dist/bundled/v3/components/or-textarea/index.js +0 -14
  1684. package/dist/bundled/v3/components/or-textarea-v3/index.js +0 -12
  1685. package/dist/bundled/v3/components/or-textbox/index.js +0 -28
  1686. package/dist/bundled/v3/components/or-toast/OrToastContainer.vue.d.ts +0 -93
  1687. package/dist/bundled/v3/components/or-toast/composable/index.js +0 -3
  1688. package/dist/bundled/v3/components/or-toast/index.d.ts +0 -6
  1689. package/dist/bundled/v3/components/or-toast/index.js +0 -23
  1690. package/dist/bundled/v3/components/or-toast-v3/OrToastContainer.vue.d.ts +0 -85
  1691. package/dist/bundled/v3/components/or-toast-v3/composable/index.js +0 -3
  1692. package/dist/bundled/v3/components/or-toast-v3/index.d.ts +0 -6
  1693. package/dist/bundled/v3/components/or-toast-v3/index.js +0 -21
  1694. package/dist/bundled/v3/components/or-tooltip/index.d.ts +0 -2
  1695. package/dist/bundled/v3/components/or-tooltip/index.js +0 -10
  1696. package/dist/bundled/v3/components/or-tooltip-v3/index.js +0 -11
  1697. package/dist/bundled/v3/constants-c5d1139f.js +0 -43
  1698. package/dist/bundled/v3/dom-4f424b9d.js +0 -58
  1699. package/dist/bundled/v3/dropdown-open-293d2de2.js +0 -28
  1700. package/dist/bundled/v3/index-01519e46.js +0 -15
  1701. package/dist/bundled/v3/props-78496a2d.js +0 -12
  1702. package/dist/bundled/v3/px-to-rem-0b26b83e.js +0 -3
  1703. package/dist/bundled/v3/types-f428a884.js +0 -343
  1704. package/dist/bundled/v3/useElevation-e8a2ce89.js +0 -25
  1705. package/dist/bundled/v3/useIdAttribute-b2e42f31.js +0 -21
  1706. package/dist/bundled/v3/useOverflow-6dce216b.js +0 -64
  1707. package/dist/bundled/v3/useResponsive-9d397e2a.js +0 -13
  1708. package/dist/bundled/v3/useToast-4d4329cd.js +0 -196
  1709. package/dist/bundled/v3/useToast-d5b3c109.js +0 -188
  1710. package/dist/bundled/v3/useToggle-09b6cb90.js +0 -22
  1711. package/dist/bundled/v3/useValidationAttributes-5428d8fa.js +0 -16
  1712. package/dist/esm/v2/OrAvatar-b75af823.js +0 -113
  1713. package/dist/esm/v2/OrButton-12d5d556.js +0 -75
  1714. package/dist/esm/v2/OrCardCollection-1583425b.js +0 -221
  1715. package/dist/esm/v2/OrCarouselItem-d20717ec.js +0 -281
  1716. package/dist/esm/v2/OrCheckbox-63d444f1.js +0 -181
  1717. package/dist/esm/v2/OrChips-7f85a4ba.js +0 -82
  1718. package/dist/esm/v2/OrChips.vue_rollup-plugin-vue_styles.0-8d277377.js +0 -325
  1719. package/dist/esm/v2/OrCode-fd7c026c.js +0 -556
  1720. package/dist/esm/v2/OrConfirm-64e815c7.js +0 -258
  1721. package/dist/esm/v2/OrDateTimePicker-85e5e03e.js +0 -765
  1722. package/dist/esm/v2/OrFab-83550865.js +0 -103
  1723. package/dist/esm/v2/OrIcon-dd72b52f.js +0 -175
  1724. package/dist/esm/v2/OrIconButton-0984afde.js +0 -64
  1725. package/dist/esm/v2/OrIconButton.vue_rollup-plugin-vue_styles.0-acd57933.js +0 -294
  1726. package/dist/esm/v2/OrInlineTextEdit-f950e6d2.js +0 -398
  1727. package/dist/esm/v2/OrList-160e60f2.js +0 -296
  1728. package/dist/esm/v2/OrListOfInputs-9a08a3ee.js +0 -220
  1729. package/dist/esm/v2/OrModal-195ae7b6.js +0 -198
  1730. package/dist/esm/v2/OrNotification-48cd0779.js +0 -141
  1731. package/dist/esm/v2/OrOverflowMenu-1a82785c.js +0 -244
  1732. package/dist/esm/v2/OrPassword-239dfa7a.js +0 -222
  1733. package/dist/esm/v2/OrSearch-2fbdbec9.js +0 -243
  1734. package/dist/esm/v2/OrSelect-03e79c4b.js +0 -1091
  1735. package/dist/esm/v2/OrSkeletonText-6a6f285d.js +0 -249
  1736. package/dist/esm/v2/OrSkeletonText-ee42a9e9.js +0 -296
  1737. package/dist/esm/v2/OrSlider-ded83b5c.js +0 -368
  1738. package/dist/esm/v2/OrStepper-5286720c.js +0 -644
  1739. package/dist/esm/v2/OrTag-2845a49f.js +0 -114
  1740. package/dist/esm/v2/OrTextbox-cd85a59f.js +0 -528
  1741. package/dist/esm/v2/OrToastContainer-41b56042.js +0 -334
  1742. package/dist/esm/v2/OrTooltip-cefc51f9.js +0 -68
  1743. package/dist/esm/v2/OrTooltip.vue_rollup-plugin-vue_styles.0-154aac4c.js +0 -155
  1744. package/dist/esm/v2/components/or-button-v2/OrIconButton.vue.d.ts +0 -132
  1745. package/dist/esm/v2/components/or-button-v2/OrTooltipWrapper.vue.d.ts +0 -32
  1746. package/dist/esm/v2/components/or-card-collection-v3/OrCardCollectionView.vue2.vue.d.ts +0 -35
  1747. package/dist/esm/v2/components/or-chips/OrChipsInput.vue.d.ts +0 -82
  1748. package/dist/esm/v2/components/or-date-time-picker/OrDateTimePickerCalendarItem.vue.d.ts +0 -92
  1749. package/dist/esm/v2/components/or-overflow-menu/OrOverflowMenuItem.vue.d.ts +0 -75
  1750. package/dist/esm/v2/components/or-select/OrSelectContent.vue.d.ts +0 -114
  1751. package/dist/esm/v2/components/or-select/OrSelectContentEmpty.vue.d.ts +0 -63
  1752. package/dist/esm/v2/components/or-select/OrSelectContentOptions.vue.d.ts +0 -87
  1753. package/dist/esm/v2/components/or-select/OrSelectInput.vue.d.ts +0 -81
  1754. package/dist/esm/v2/components/or-select/OrSelectInputValue.vue.d.ts +0 -58
  1755. package/dist/esm/v2/components/or-select/OrSelectMain.vue.d.ts +0 -158
  1756. package/dist/esm/v2/components/or-select/OrSelectOption.vue.d.ts +0 -37
  1757. package/dist/esm/v2/components/or-select/OrSelectSearchOptions.vue.d.ts +0 -38
  1758. package/dist/esm/v2/components/or-skeleton/OrSkeletonText.vue.d.ts +0 -73
  1759. package/dist/esm/v2/components/or-stepper/OrStepperButtonOptions.vue.d.ts +0 -73
  1760. package/dist/esm/v2/components/or-stepper/OrStepperOptionHorizontal.vue.d.ts +0 -106
  1761. package/dist/esm/v2/components/or-stepper/OrStepperOptionVertical.vue.d.ts +0 -106
  1762. package/dist/esm/v2/components/or-stepper/OrStepperTitle.vue.d.ts +0 -66
  1763. package/dist/esm/v2/components/or-stepper/StatusIcon.vue.d.ts +0 -22
  1764. package/dist/esm/v2/components/or-toast/OrToastContainer.vue.d.ts +0 -93
  1765. package/dist/esm/v2/components/or-toast-v3/OrToastContainer.vue.d.ts +0 -85
  1766. package/dist/esm/v2/types-1e607d9c.js +0 -432
  1767. package/dist/esm/v3/OrAvatar-986baa65.js +0 -89
  1768. package/dist/esm/v3/OrCardCollection-70131a12.js +0 -189
  1769. package/dist/esm/v3/OrCardCollection-8bdbf9b7.js +0 -293
  1770. package/dist/esm/v3/OrCarouselItem-a3a855e8.js +0 -238
  1771. package/dist/esm/v3/OrCheckbox-8d8887ea.js +0 -149
  1772. package/dist/esm/v3/OrChips-d6227d21.js +0 -301
  1773. package/dist/esm/v3/OrCode-b5822f4e.js +0 -522
  1774. package/dist/esm/v3/OrConfirm-f408faf5.js +0 -214
  1775. package/dist/esm/v3/OrDateTimePicker-30749526.js +0 -680
  1776. package/dist/esm/v3/OrFab-fb3ecb60.js +0 -77
  1777. package/dist/esm/v3/OrIcon-ed3e10b4.js +0 -152
  1778. package/dist/esm/v3/OrIconButton-e6e83eae.js +0 -345
  1779. package/dist/esm/v3/OrInlineTextEdit-328c89ca.js +0 -338
  1780. package/dist/esm/v3/OrList-3c73e593.js +0 -257
  1781. package/dist/esm/v3/OrListOfInputs-5a834c95.js +0 -163
  1782. package/dist/esm/v3/OrModal-f3b2e0f4.js +0 -163
  1783. package/dist/esm/v3/OrNotification-6d2e0cf5.js +0 -114
  1784. package/dist/esm/v3/OrOverflowMenu-08626d66.js +0 -185
  1785. package/dist/esm/v3/OrPassword-4a37f3ac.js +0 -162
  1786. package/dist/esm/v3/OrSearch-1f80760e.js +0 -188
  1787. package/dist/esm/v3/OrSelect-88e5dfaf.js +0 -803
  1788. package/dist/esm/v3/OrSkeletonText-0546754d.js +0 -180
  1789. package/dist/esm/v3/OrSkeletonText-718a89f0.js +0 -224
  1790. package/dist/esm/v3/OrSlider-858576e2.js +0 -310
  1791. package/dist/esm/v3/OrStepper-cf0598d6.js +0 -426
  1792. package/dist/esm/v3/OrTag-2192a3cf.js +0 -86
  1793. package/dist/esm/v3/OrTextbox-b025d6e4.js +0 -493
  1794. package/dist/esm/v3/OrToastContainer-70cd8d1d.js +0 -280
  1795. package/dist/esm/v3/OrTooltip-8d7385bc.js +0 -165
  1796. package/dist/esm/v3/components/or-button-v2/OrIconButton.vue.d.ts +0 -132
  1797. package/dist/esm/v3/components/or-button-v2/OrTooltipWrapper.vue.d.ts +0 -32
  1798. package/dist/esm/v3/components/or-card-collection-v3/OrCardCollectionView.vue3.vue.d.ts +0 -35
  1799. package/dist/esm/v3/components/or-chips/OrChipsInput.vue.d.ts +0 -82
  1800. package/dist/esm/v3/components/or-date-time-picker/OrDateTimePickerCalendarItem.vue.d.ts +0 -92
  1801. package/dist/esm/v3/components/or-overflow-menu/OrOverflowMenuItem.vue.d.ts +0 -75
  1802. package/dist/esm/v3/components/or-select/OrSelectContent.vue.d.ts +0 -114
  1803. package/dist/esm/v3/components/or-select/OrSelectContentEmpty.vue.d.ts +0 -63
  1804. package/dist/esm/v3/components/or-select/OrSelectContentOptions.vue.d.ts +0 -87
  1805. package/dist/esm/v3/components/or-select/OrSelectInput.vue.d.ts +0 -81
  1806. package/dist/esm/v3/components/or-select/OrSelectInputValue.vue.d.ts +0 -58
  1807. package/dist/esm/v3/components/or-select/OrSelectMain.vue.d.ts +0 -158
  1808. package/dist/esm/v3/components/or-select/OrSelectOption.vue.d.ts +0 -37
  1809. package/dist/esm/v3/components/or-select/OrSelectSearchOptions.vue.d.ts +0 -38
  1810. package/dist/esm/v3/components/or-skeleton/OrSkeletonText.vue.d.ts +0 -73
  1811. package/dist/esm/v3/components/or-stepper/OrStepperButtonOptions.vue.d.ts +0 -73
  1812. package/dist/esm/v3/components/or-stepper/OrStepperOptionHorizontal.vue.d.ts +0 -106
  1813. package/dist/esm/v3/components/or-stepper/OrStepperOptionVertical.vue.d.ts +0 -106
  1814. package/dist/esm/v3/components/or-stepper/OrStepperTitle.vue.d.ts +0 -66
  1815. package/dist/esm/v3/components/or-stepper/StatusIcon.vue.d.ts +0 -22
  1816. package/dist/esm/v3/components/or-toast/OrToastContainer.vue.d.ts +0 -93
  1817. package/dist/esm/v3/components/or-toast-v3/OrToastContainer.vue.d.ts +0 -85
  1818. package/dist/esm/v3/types-9ab3399d.js +0 -378
  1819. package/src/components/or-button-v2/OrIconButton.stories.ts +0 -134
  1820. package/src/components/or-button-v2/OrIconButton.vue +0 -257
  1821. package/src/components/or-button-v2/OrTooltipWrapper.vue +0 -49
  1822. package/src/components/or-card-collection-v3/OrCardCollectionView.vue2.vue +0 -41
  1823. package/src/components/or-card-collection-v3/OrCardCollectionView.vue3.vue +0 -42
  1824. package/src/components/or-chips/OrChip.vue +0 -109
  1825. package/src/components/or-chips/OrChipsInput.vue +0 -140
  1826. package/src/components/or-date-time-picker/OrDateTimePickerCalendarItem.vue +0 -112
  1827. package/src/components/or-overflow-menu/OrOverflowMenuItem.vue +0 -77
  1828. package/src/components/or-select/OrSelectContent.stories.ts +0 -192
  1829. package/src/components/or-select/OrSelectContent.vue +0 -165
  1830. package/src/components/or-select/OrSelectContentEmpty.vue +0 -62
  1831. package/src/components/or-select/OrSelectContentOptions.vue +0 -64
  1832. package/src/components/or-select/OrSelectInput.stories.ts +0 -116
  1833. package/src/components/or-select/OrSelectInput.vue +0 -167
  1834. package/src/components/or-select/OrSelectInputValue.vue +0 -111
  1835. package/src/components/or-select/OrSelectMain.vue +0 -203
  1836. package/src/components/or-select/OrSelectOption.vue +0 -80
  1837. package/src/components/or-select/OrSelectSearchOptions.vue +0 -101
  1838. package/src/components/or-skeleton/OrSkeletonCircle.stories.ts +0 -35
  1839. package/src/components/or-skeleton/OrSkeletonCircle.vue +0 -56
  1840. package/src/components/or-skeleton/OrSkeletonRect.stories.ts +0 -53
  1841. package/src/components/or-skeleton/OrSkeletonRect.vue +0 -59
  1842. package/src/components/or-skeleton/OrSkeletonText.stories.ts +0 -52
  1843. package/src/components/or-skeleton/OrSkeletonText.vue +0 -105
  1844. package/src/components/or-skeleton-v3/OrSkeletonCircle.vue +0 -68
  1845. package/src/components/or-skeleton-v3/OrSkeletonRect.vue +0 -72
  1846. package/src/components/or-skeleton-v3/OrSkeletonText.vue +0 -110
  1847. package/src/components/or-stepper/OrStepperButtonOptions.vue +0 -72
  1848. package/src/components/or-stepper/StatusIcon.vue +0 -80
  1849. package/src/components/or-toast/OrToastContainer.stories.ts +0 -66
  1850. package/src/components/or-toast/OrToastContainer.vue +0 -247
  1851. package/src/components/or-toast-v3/OrToastContainer.stories3.ts +0 -75
  1852. package/src/components/or-toast-v3/OrToastContainer.vue +0 -211
  1853. /package/dist/bundled/v2/components/{or-avatar → OrAvatar}/OrAvatar.vue.d.ts +0 -0
  1854. /package/dist/bundled/v2/components/{or-avatar → OrAvatar}/constants.d.ts +0 -0
  1855. /package/dist/bundled/v2/components/{or-avatar → OrAvatar}/index.d.ts +0 -0
  1856. /package/dist/bundled/v2/components/{or-avatar-v3 → OrAvatarV3}/OrAvatar.vue.d.ts +0 -0
  1857. /package/dist/bundled/v2/components/{or-avatar-v3 → OrAvatarV3}/index.d.ts +0 -0
  1858. /package/dist/bundled/v2/components/{or-avatar-v3 → OrAvatarV3}/props.d.ts +0 -0
  1859. /package/dist/bundled/v2/components/{or-avatar-v3 → OrAvatarV3}/styles.d.ts +0 -0
  1860. /package/dist/bundled/v2/components/{or-bottom-sheet-v3 → OrBottomSheetV3}/OrBottomSheet.vue.d.ts +0 -0
  1861. /package/dist/bundled/v2/components/{or-bottom-sheet-v3 → OrBottomSheetV3}/index.d.ts +0 -0
  1862. /package/dist/bundled/v2/components/{or-bottom-sheet-v3 → OrBottomSheetV3}/styles.d.ts +0 -0
  1863. /package/dist/bundled/v2/components/{or-button → OrButton}/OrButton.vue.d.ts +0 -0
  1864. /package/dist/bundled/v2/components/{or-button → OrButton}/constants.d.ts +0 -0
  1865. /package/dist/bundled/v2/components/{or-button → OrButton}/index.d.ts +0 -0
  1866. /package/dist/bundled/v2/components/{or-button-v2 → OrButtonV2}/OrButton.vue.d.ts +0 -0
  1867. /package/dist/bundled/v2/components/{or-button-v2 → OrButtonV2}/constants.d.ts +0 -0
  1868. /package/dist/bundled/v2/components/{or-button-v3 → OrButtonV3}/OrButton.vue.d.ts +0 -0
  1869. /package/dist/bundled/v2/components/{or-button-v3 → OrButtonV3}/index.d.ts +0 -0
  1870. /package/dist/bundled/v2/components/{or-button-v3 → OrButtonV3}/props.d.ts +0 -0
  1871. /package/dist/bundled/v2/components/{or-button-v3 → OrButtonV3}/styles.d.ts +0 -0
  1872. /package/dist/bundled/v2/components/{or-card → OrCard}/OrCard.vue.d.ts +0 -0
  1873. /package/dist/bundled/v2/components/{or-card → OrCard}/index.d.ts +0 -0
  1874. /package/dist/bundled/v2/components/{or-card-collection → OrCardCollection}/OrCardCollection.vue.d.ts +0 -0
  1875. /package/dist/bundled/v2/components/{or-card-collection → OrCardCollection}/constants.d.ts +0 -0
  1876. /package/dist/bundled/v2/components/{or-card-collection → OrCardCollection}/index.d.ts +0 -0
  1877. /package/dist/bundled/v2/components/{or-card-collection → OrCardCollection}/types.d.ts +0 -0
  1878. /package/dist/bundled/v2/components/{or-card-collection-v3 → OrCardCollectionV3}/OrCardCollection.vue.d.ts +0 -0
  1879. /package/dist/bundled/v2/components/{or-card-collection-v3 → OrCardCollectionV3}/index.d.ts +0 -0
  1880. /package/dist/bundled/v2/components/{or-card-collection-v3 → OrCardCollectionV3}/props.d.ts +0 -0
  1881. /package/dist/bundled/v2/components/{or-card-collection-v3 → OrCardCollectionV3}/styles.d.ts +0 -0
  1882. /package/dist/bundled/v2/components/{or-card-collection-v3 → OrCardCollectionV3}/types.d.ts +0 -0
  1883. /package/dist/bundled/v2/components/{or-card-v3 → OrCardV3}/OrCard.vue.d.ts +0 -0
  1884. /package/dist/bundled/v2/components/{or-card-v3 → OrCardV3}/index.d.ts +0 -0
  1885. /package/dist/bundled/v2/components/{or-card-v3 → OrCardV3}/styles.d.ts +0 -0
  1886. /package/dist/bundled/v2/components/{or-carousel → OrCarousel}/OrCarousel.vue.d.ts +0 -0
  1887. /package/dist/bundled/v2/components/{or-carousel → OrCarousel}/constants.d.ts +0 -0
  1888. /package/dist/bundled/v2/components/{or-carousel → OrCarouselItem}/OrCarouselItem.vue.d.ts +0 -0
  1889. /package/dist/bundled/v2/components/{or-checkbox → OrCheckbox}/OrCheckbox.vue.d.ts +0 -0
  1890. /package/dist/bundled/v2/components/{or-checkbox → OrCheckbox}/index.d.ts +0 -0
  1891. /package/dist/bundled/v2/components/{or-checkbox-v3 → OrCheckboxV3}/OrCheckbox.vue.d.ts +0 -0
  1892. /package/dist/bundled/v2/components/{or-checkbox-v3 → OrCheckboxV3}/index.d.ts +0 -0
  1893. /package/dist/bundled/v2/components/{or-checkbox-v3 → OrCheckboxV3}/styles.d.ts +0 -0
  1894. /package/dist/bundled/v2/components/{or-chips → OrChip}/OrChip.vue.d.ts +0 -0
  1895. /package/dist/bundled/v2/components/{or-chips → OrChips}/OrChips.vue.d.ts +0 -0
  1896. /package/dist/bundled/v2/components/{or-chips → OrChips}/constants.d.ts +0 -0
  1897. /package/dist/bundled/v2/components/{or-code → OrCode}/OrCode.vue.d.ts +0 -0
  1898. /package/dist/bundled/v2/components/{or-code → OrCode}/constants.d.ts +0 -0
  1899. /package/dist/bundled/v2/components/{or-code → OrCode}/index.d.ts +0 -0
  1900. /package/dist/bundled/v2/components/{or-code → OrCode}/lang.d.ts +0 -0
  1901. /package/dist/bundled/v2/components/{or-code → OrCode}/theme.d.ts +0 -0
  1902. /package/dist/bundled/v2/components/{or-collapse → OrCollapse}/OrCollapse.vue.d.ts +0 -0
  1903. /package/dist/bundled/v2/components/{or-collapse → OrCollapse}/index.d.ts +0 -0
  1904. /package/dist/bundled/v2/components/{or-color-picker → OrColorPicker}/OrColorPicker.vue.d.ts +0 -0
  1905. /package/dist/bundled/v2/components/{or-color-picker → OrColorPicker}/constants.d.ts +0 -0
  1906. /package/dist/bundled/v2/components/{or-color-picker → OrColorPicker}/index.d.ts +0 -0
  1907. /package/dist/bundled/v2/components/{or-color-picker → OrColorPicker}/types.d.ts +0 -0
  1908. /package/dist/bundled/v2/components/{or-color-picker → OrColorPicker}/utils/defultPalette.d.ts +0 -0
  1909. /package/dist/bundled/v2/components/{or-combined-input-v3 → OrCombinedInputV3}/OrCombinedInput.vue.d.ts +0 -0
  1910. /package/dist/bundled/v2/components/{or-combined-input-v3 → OrCombinedInputV3}/index.d.ts +0 -0
  1911. /package/dist/bundled/v2/components/{or-combined-input-v3 → OrCombinedInputV3}/props.d.ts +0 -0
  1912. /package/dist/bundled/v2/components/{or-combined-input-v3 → OrCombinedInputV3}/styles.d.ts +0 -0
  1913. /package/dist/bundled/v2/components/{or-confirm → OrConfirm}/OrConfirm.vue.d.ts +0 -0
  1914. /package/dist/bundled/v2/components/{or-confirm → OrConfirm}/index.d.ts +0 -0
  1915. /package/dist/bundled/v2/components/{or-confirm-v3 → OrConfirmV3}/OrConfirm.vue.d.ts +0 -0
  1916. /package/dist/bundled/v2/components/{or-confirm-v3 → OrConfirmV3}/index.d.ts +0 -0
  1917. /package/dist/bundled/v2/components/{or-confirm-v3 → OrConfirmV3}/props.d.ts +0 -0
  1918. /package/dist/bundled/v2/components/{or-confirm-v3 → OrConfirmV3}/styles.d.ts +0 -0
  1919. /package/dist/bundled/v2/components/{or-date-time-picker → OrDateTimePicker}/OrDateTimePicker.vue.d.ts +0 -0
  1920. /package/dist/bundled/v2/components/{or-date-time-picker → OrDateTimePicker}/constants.d.ts +0 -0
  1921. /package/dist/bundled/v2/components/{or-date-time-picker → OrDateTimePicker}/index.d.ts +0 -0
  1922. /package/dist/bundled/v2/components/{or-empty-state-v3 → OrEmptyStateV3}/OrEmptyState.vue.d.ts +0 -0
  1923. /package/dist/bundled/v2/components/{or-empty-state-v3 → OrEmptyStateV3}/index.d.ts +0 -0
  1924. /package/dist/bundled/v2/components/{or-empty-state-v3 → OrEmptyStateV3}/props.d.ts +0 -0
  1925. /package/dist/bundled/v2/components/{or-empty-state-v3 → OrEmptyStateV3}/styles.d.ts +0 -0
  1926. /package/dist/bundled/v2/components/{or-empty-state-v3 → OrEmptyStateV3}/types.d.ts +0 -0
  1927. /package/dist/bundled/v2/components/{or-error → OrError}/OrError.vue.d.ts +0 -0
  1928. /package/dist/bundled/v2/components/{or-error → OrError}/index.d.ts +0 -0
  1929. /package/dist/bundled/v2/components/{or-error-tag-v3 → OrErrorTagV3}/OrErrorTag.vue.d.ts +0 -0
  1930. /package/dist/bundled/v2/components/{or-error-tag-v3 → OrErrorTagV3}/index.d.ts +0 -0
  1931. /package/dist/bundled/v2/components/{or-error-tag-v3 → OrErrorTagV3}/styles.d.ts +0 -0
  1932. /package/dist/bundled/v2/components/{or-error-v3 → OrErrorV3}/OrError.vue.d.ts +0 -0
  1933. /package/dist/bundled/v2/components/{or-error-v3 → OrErrorV3}/index.d.ts +0 -0
  1934. /package/dist/bundled/v2/components/{or-error-v3 → OrErrorV3}/styles.d.ts +0 -0
  1935. /package/dist/bundled/v2/components/{or-expansion-panel-v3 → OrExpansionPanelV3}/OrExpansionPanel.vue.d.ts +0 -0
  1936. /package/dist/bundled/v2/components/{or-expansion-panel-v3 → OrExpansionPanelV3}/index.d.ts +0 -0
  1937. /package/dist/bundled/v2/components/{or-expansion-panel-v3 → OrExpansionPanelV3}/props.d.ts +0 -0
  1938. /package/dist/bundled/v2/components/{or-expansion-panel-v3 → OrExpansionPanelV3}/styles.d.ts +0 -0
  1939. /package/dist/bundled/v2/components/{or-fab-v3 → OrFabV3}/OrFab.vue.d.ts +0 -0
  1940. /package/dist/bundled/v2/components/{or-fab-v3 → OrFabV3}/index.d.ts +0 -0
  1941. /package/dist/bundled/v2/components/{or-fab-v3 → OrFabV3}/props.d.ts +0 -0
  1942. /package/dist/bundled/v2/components/{or-fab-v3 → OrFabV3}/styles.d.ts +0 -0
  1943. /package/dist/bundled/v2/components/{or-floating → OrFloating}/OrFloating.vue.d.ts +0 -0
  1944. /package/dist/bundled/v2/components/{or-floating → OrFloating}/constants.d.ts +0 -0
  1945. /package/dist/bundled/v2/components/{or-floating → OrFloating}/index.d.ts +0 -0
  1946. /package/dist/bundled/v2/components/{or-hint → OrHint}/OrHint.vue.d.ts +0 -0
  1947. /package/dist/bundled/v2/components/{or-hint → OrHint}/index.d.ts +0 -0
  1948. /package/dist/bundled/v2/components/{or-hint-v3 → OrHintV3}/OrHint.vue.d.ts +0 -0
  1949. /package/dist/bundled/v2/components/{or-hint-v3 → OrHintV3}/index.d.ts +0 -0
  1950. /package/dist/bundled/v2/components/{or-hint-v3 → OrHintV3}/styles.d.ts +0 -0
  1951. /package/dist/bundled/v2/components/{or-icon → OrIcon}/OrIcon.vue.d.ts +0 -0
  1952. /package/dist/bundled/v2/components/{or-icon → OrIcon}/constants.d.ts +0 -0
  1953. /package/dist/bundled/v2/components/{or-icon → OrIcon}/index.d.ts +0 -0
  1954. /package/dist/bundled/v2/components/{or-icon-button-v3 → OrIconButtonV3}/OrIconButton.vue.d.ts +0 -0
  1955. /package/dist/bundled/v2/components/{or-icon-button-v3 → OrIconButtonV3}/index.d.ts +0 -0
  1956. /package/dist/bundled/v2/components/{or-icon-button-v3 → OrIconButtonV3}/props.d.ts +0 -0
  1957. /package/dist/bundled/v2/components/{or-icon-button-v3 → OrIconButtonV3}/styles.d.ts +0 -0
  1958. /package/dist/bundled/v2/components/{or-icon-v3 → OrIconV3}/OrIcon.vue.d.ts +0 -0
  1959. /package/dist/bundled/v2/components/{or-icon-v3 → OrIconV3}/index.d.ts +0 -0
  1960. /package/dist/bundled/v2/components/{or-icon-v3 → OrIconV3}/props.d.ts +0 -0
  1961. /package/dist/bundled/v2/components/{or-icon-v3 → OrIconV3}/styles.d.ts +0 -0
  1962. /package/dist/bundled/v2/components/{or-inline-input-box-v3 → OrInlineInputBoxV3}/OrInlineInputBox.vue.d.ts +0 -0
  1963. /package/dist/bundled/v2/components/{or-inline-input-box-v3 → OrInlineInputBoxV3}/index.d.ts +0 -0
  1964. /package/dist/bundled/v2/components/{or-inline-input-box-v3 → OrInlineInputBoxV3}/props.d.ts +0 -0
  1965. /package/dist/bundled/v2/components/{or-inline-input-box-v3 → OrInlineInputBoxV3}/styles.d.ts +0 -0
  1966. /package/dist/bundled/v2/components/{or-inline-input-v3 → OrInlineInputV3}/OrInlineInput.vue.d.ts +0 -0
  1967. /package/dist/bundled/v2/components/{or-inline-input-v3 → OrInlineInputV3}/index.d.ts +0 -0
  1968. /package/dist/bundled/v2/components/{or-inline-input-v3 → OrInlineInputV3}/props.d.ts +0 -0
  1969. /package/dist/bundled/v2/components/{or-inline-input-v3 → OrInlineInputV3}/styles.d.ts +0 -0
  1970. /package/dist/bundled/v2/components/{or-inline-text-edit → OrInlineTextEdit}/OrInlineTextEdit.vue.d.ts +0 -0
  1971. /package/dist/bundled/v2/components/{or-inline-text-edit → OrInlineTextEdit}/constants.d.ts +0 -0
  1972. /package/dist/bundled/v2/components/{or-inline-text-edit → OrInlineTextEdit}/index.d.ts +0 -0
  1973. /package/dist/bundled/v2/components/{or-inline-textarea-v3 → OrInlineTextareaV3}/OrInlineTextarea.vue.d.ts +0 -0
  1974. /package/dist/bundled/v2/components/{or-inline-textarea-v3 → OrInlineTextareaV3}/index.d.ts +0 -0
  1975. /package/dist/bundled/v2/components/{or-inline-textarea-v3 → OrInlineTextareaV3}/styles.d.ts +0 -0
  1976. /package/dist/bundled/v2/components/{or-input → OrInput}/OrInput.vue.d.ts +0 -0
  1977. /package/dist/bundled/v2/components/{or-input → OrInput}/index.d.ts +0 -0
  1978. /package/dist/bundled/v2/components/{or-input-box-v3 → OrInputBoxV3}/OrInputBox.vue.d.ts +0 -0
  1979. /package/dist/bundled/v2/components/{or-input-box-v3 → OrInputBoxV3}/index.d.ts +0 -0
  1980. /package/dist/bundled/v2/components/{or-input-box-v3 → OrInputBoxV3}/props.d.ts +0 -0
  1981. /package/dist/bundled/v2/components/{or-input-box-v3 → OrInputBoxV3}/styles.d.ts +0 -0
  1982. /package/dist/bundled/v2/components/{or-input-v3 → OrInputV3}/OrInput.vue.d.ts +0 -0
  1983. /package/dist/bundled/v2/components/{or-input-v3 → OrInputV3}/index.d.ts +0 -0
  1984. /package/dist/bundled/v2/components/{or-input-v3 → OrInputV3}/props.d.ts +0 -0
  1985. /package/dist/bundled/v2/components/{or-input-v3 → OrInputV3}/styles.d.ts +0 -0
  1986. /package/dist/bundled/v2/components/{or-label → OrLabel}/OrLabel.vue.d.ts +0 -0
  1987. /package/dist/bundled/v2/components/{or-label → OrLabel}/index.d.ts +0 -0
  1988. /package/dist/bundled/v2/components/{or-label-v3 → OrLabelV3}/OrLabel.vue.d.ts +0 -0
  1989. /package/dist/bundled/v2/components/{or-label-v3 → OrLabelV3}/index.d.ts +0 -0
  1990. /package/dist/bundled/v2/components/{or-label-v3 → OrLabelV3}/props.d.ts +0 -0
  1991. /package/dist/bundled/v2/components/{or-label-v3 → OrLabelV3}/styles.d.ts +0 -0
  1992. /package/dist/bundled/v2/components/{or-link-v3 → OrLinkV3}/OrLink.vue.d.ts +0 -0
  1993. /package/dist/bundled/v2/components/{or-link-v3 → OrLinkV3}/index.d.ts +0 -0
  1994. /package/dist/bundled/v2/components/{or-link-v3 → OrLinkV3}/props.d.ts +0 -0
  1995. /package/dist/bundled/v2/components/{or-link-v3 → OrLinkV3}/styles.d.ts +0 -0
  1996. /package/dist/bundled/v2/components/{or-list → OrList}/OrList.vue.d.ts +0 -0
  1997. /package/dist/bundled/v2/components/{or-list → OrList}/index.d.ts +0 -0
  1998. /package/dist/bundled/v2/components/{or-list-of-inputs → OrListOfInputs}/OrListOfInputs.vue.d.ts +0 -0
  1999. /package/dist/bundled/v2/components/{or-list-of-inputs → OrListOfInputs}/index.d.ts +0 -0
  2000. /package/dist/bundled/v2/components/{or-loader → OrLoader}/OrLoader.vue.d.ts +0 -0
  2001. /package/dist/bundled/v2/components/{or-loader → OrLoader}/constants.d.ts +0 -0
  2002. /package/dist/bundled/v2/components/{or-loader → OrLoader}/index.d.ts +0 -0
  2003. /package/dist/bundled/v2/components/{or-loader → OrLoader}/types.d.ts +0 -0
  2004. /package/dist/bundled/v2/components/{or-loader-v3 → OrLoaderV3}/OrLoader.vue.d.ts +0 -0
  2005. /package/dist/bundled/v2/components/{or-loader-v3 → OrLoaderV3}/index.d.ts +0 -0
  2006. /package/dist/bundled/v2/components/{or-loader-v3 → OrLoaderV3}/props.d.ts +0 -0
  2007. /package/dist/bundled/v2/components/{or-loader-v3 → OrLoaderV3}/styles.d.ts +0 -0
  2008. /package/dist/bundled/v2/components/{or-menu-item-v3 → OrMenuItemV3}/OrMenuItem.vue.d.ts +0 -0
  2009. /package/dist/bundled/v2/components/{or-menu-item-v3 → OrMenuItemV3}/index.d.ts +0 -0
  2010. /package/dist/bundled/v2/components/{or-menu-item-v3 → OrMenuItemV3}/styles.d.ts +0 -0
  2011. /package/dist/bundled/v2/components/{or-menu-v3 → OrMenuV3}/OrMenu.vue.d.ts +0 -0
  2012. /package/dist/bundled/v2/components/{or-menu-v3 → OrMenuV3}/index.d.ts +0 -0
  2013. /package/dist/bundled/v2/components/{or-menu-v3 → OrMenuV3}/props.d.ts +0 -0
  2014. /package/dist/bundled/v2/components/{or-menu-v3 → OrMenuV3}/styles.d.ts +0 -0
  2015. /package/dist/bundled/v2/components/{or-modal → OrModal}/OrModal.vue.d.ts +0 -0
  2016. /package/dist/bundled/v2/components/{or-modal → OrModal}/constants.d.ts +0 -0
  2017. /package/dist/bundled/v2/components/{or-modal → OrModal}/index.d.ts +0 -0
  2018. /package/dist/bundled/v2/components/{or-modal-v3 → OrModalV3}/OrModal.vue.d.ts +0 -0
  2019. /package/dist/bundled/v2/components/{or-modal-v3 → OrModalV3}/index.d.ts +0 -0
  2020. /package/dist/bundled/v2/components/{or-modal-v3 → OrModalV3}/props.d.ts +0 -0
  2021. /package/dist/bundled/v2/components/{or-modal-v3 → OrModalV3}/styles.d.ts +0 -0
  2022. /package/dist/bundled/v2/components/{or-notification → OrNotification}/OrNotification.vue.d.ts +0 -0
  2023. /package/dist/bundled/v2/components/{or-notification → OrNotification}/constants.d.ts +0 -0
  2024. /package/dist/bundled/v2/components/{or-notification → OrNotification}/index.d.ts +0 -0
  2025. /package/dist/bundled/v2/components/{or-notification-v3 → OrNotificationV3}/OrNotification.vue.d.ts +0 -0
  2026. /package/dist/bundled/v2/components/{or-notification-v3 → OrNotificationV3}/index.d.ts +0 -0
  2027. /package/dist/bundled/v2/components/{or-notification-v3 → OrNotificationV3}/props.d.ts +0 -0
  2028. /package/dist/bundled/v2/components/{or-notification-v3 → OrNotificationV3}/styles.d.ts +0 -0
  2029. /package/dist/bundled/v2/components/{or-number-input → OrNumberInput}/OrNumberInput.vue.d.ts +0 -0
  2030. /package/dist/bundled/v2/components/{or-number-input → OrNumberInput}/index.d.ts +0 -0
  2031. /package/dist/bundled/v2/components/{or-overflow-menu → OrOverflowMenu}/OrOverflowMenu.vue.d.ts +0 -0
  2032. /package/dist/bundled/v2/components/{or-overflow-menu → OrOverflowMenu}/index.d.ts +0 -0
  2033. /package/dist/bundled/v2/components/{or-overflow-menu → OrOverflowMenu}/types.d.ts +0 -0
  2034. /package/dist/bundled/v2/components/{or-overlay → OrOverlay}/OrOverlay.vue.d.ts +0 -0
  2035. /package/dist/bundled/v2/components/{or-overlay → OrOverlay}/index.d.ts +0 -0
  2036. /package/dist/bundled/v2/components/{or-overlay-v3 → OrOverlayV3}/OrOverlay.vue.d.ts +0 -0
  2037. /package/dist/bundled/v2/components/{or-overlay-v3 → OrOverlayV3}/index.d.ts +0 -0
  2038. /package/dist/bundled/v2/components/{or-overlay-v3 → OrOverlayV3}/styles.d.ts +0 -0
  2039. /package/dist/bundled/v2/components/{or-pagination-v3 → OrPaginationV3}/OrPagination.vue.d.ts +0 -0
  2040. /package/dist/bundled/v2/components/{or-pagination-v3 → OrPaginationV3}/index.d.ts +0 -0
  2041. /package/dist/bundled/v2/components/{or-pagination-v3 → OrPaginationV3}/styles.d.ts +0 -0
  2042. /package/dist/bundled/v2/components/{or-pagination-v3 → OrPaginationV3}/types.d.ts +0 -0
  2043. /package/dist/bundled/v2/components/{or-password → OrPassword}/OrPassword.vue.d.ts +0 -0
  2044. /package/dist/bundled/v2/components/{or-password → OrPassword}/index.d.ts +0 -0
  2045. /package/dist/bundled/v2/components/{or-popover-v3 → OrPopoverV3}/OrPopover.vue.d.ts +0 -0
  2046. /package/dist/bundled/v2/components/{or-popover-v3 → OrPopoverV3}/index.d.ts +0 -0
  2047. /package/dist/bundled/v2/components/{or-popover-v3 → OrPopoverV3}/props.d.ts +0 -0
  2048. /package/dist/bundled/v2/components/{or-popover-v3 → OrPopoverV3}/styles.d.ts +0 -0
  2049. /package/dist/bundled/v2/components/{or-progress → OrProgress}/OrProgress.vue.d.ts +0 -0
  2050. /package/dist/bundled/v2/components/{or-progress → OrProgress}/constants.d.ts +0 -0
  2051. /package/dist/bundled/v2/components/{or-progress → OrProgress}/index.d.ts +0 -0
  2052. /package/dist/bundled/v2/components/{or-progress-v3 → OrProgressV3}/OrProgress.vue.d.ts +0 -0
  2053. /package/dist/bundled/v2/components/{or-progress-v3 → OrProgressV3}/index.d.ts +0 -0
  2054. /package/dist/bundled/v2/components/{or-progress-v3 → OrProgressV3}/props.d.ts +0 -0
  2055. /package/dist/bundled/v2/components/{or-progress-v3 → OrProgressV3}/styles.d.ts +0 -0
  2056. /package/dist/bundled/v2/components/{or-radio → OrRadio}/OrRadio.vue.d.ts +0 -0
  2057. /package/dist/bundled/v2/components/{or-radio → OrRadio}/index.d.ts +0 -0
  2058. /package/dist/bundled/v2/components/{or-radio-group → OrRadioGroup}/OrRadioGroup.vue.d.ts +0 -0
  2059. /package/dist/bundled/v2/components/{or-radio-group → OrRadioGroup}/index.d.ts +0 -0
  2060. /package/dist/bundled/v2/components/{or-radio-v3 → OrRadioV3}/OrRadio.vue.d.ts +0 -0
  2061. /package/dist/bundled/v2/components/{or-radio-v3 → OrRadioV3}/index.d.ts +0 -0
  2062. /package/dist/bundled/v2/components/{or-radio-v3 → OrRadioV3}/styles.d.ts +0 -0
  2063. /package/dist/bundled/v2/components/{or-search → OrSearch}/OrSearch.vue.d.ts +0 -0
  2064. /package/dist/bundled/v2/components/{or-search → OrSearch}/index.d.ts +0 -0
  2065. /package/dist/bundled/v2/components/{or-search-v3 → OrSearchV3}/OrSearch.vue.d.ts +0 -0
  2066. /package/dist/bundled/v2/components/{or-search-v3 → OrSearchV3}/index.d.ts +0 -0
  2067. /package/dist/bundled/v2/components/{or-search-v3 → OrSearchV3}/props.d.ts +0 -0
  2068. /package/dist/bundled/v2/components/{or-segmented-control-v3 → OrSegmentedControlV3}/OrSegmentedControl.vue.d.ts +0 -0
  2069. /package/dist/bundled/v2/components/{or-segmented-control-v3 → OrSegmentedControlV3}/index.d.ts +0 -0
  2070. /package/dist/bundled/v2/components/{or-segmented-control-v3 → OrSegmentedControlV3}/props.d.ts +0 -0
  2071. /package/dist/bundled/v2/components/{or-segmented-control-v3 → OrSegmentedControlV3}/styles.d.ts +0 -0
  2072. /package/dist/bundled/v2/components/{or-segmented-control-v3 → OrSegmentedControlV3}/types.d.ts +0 -0
  2073. /package/dist/bundled/v2/components/{or-select → OrSelect}/constants.d.ts +0 -0
  2074. /package/dist/bundled/v2/components/{or-select → OrSelect}/index.d.ts +0 -0
  2075. /package/dist/bundled/v2/components/{or-select → OrSelect}/stories.helpers.d.ts +0 -0
  2076. /package/dist/bundled/v2/components/{or-select → OrSelect}/types.d.ts +0 -0
  2077. /package/dist/bundled/v2/components/{or-select-v3 → OrSelectV3}/OrSelect.vue.d.ts +0 -0
  2078. /package/dist/bundled/v2/components/{or-select-v3 → OrSelectV3}/index.d.ts +0 -0
  2079. /package/dist/bundled/v2/components/{or-select-v3 → OrSelectV3}/props.d.ts +0 -0
  2080. /package/dist/bundled/v2/components/{or-select-v3 → OrSelectV3}/styles.d.ts +0 -0
  2081. /package/dist/bundled/v2/components/{or-select-v3 → OrSelectV3}/types.d.ts +0 -0
  2082. /package/dist/bundled/v2/components/{or-sidebar → OrSidebar}/OrSidebar.vue.d.ts +0 -0
  2083. /package/dist/bundled/v2/components/{or-sidebar → OrSidebar}/constants.d.ts +0 -0
  2084. /package/dist/bundled/v2/components/{or-sidebar → OrSidebar}/index.d.ts +0 -0
  2085. /package/dist/bundled/v2/components/{or-sidebar-v3 → OrSidebarV3}/OrSidebar.vue.d.ts +0 -0
  2086. /package/dist/bundled/v2/components/{or-sidebar-v3 → OrSidebarV3}/index.d.ts +0 -0
  2087. /package/dist/bundled/v2/components/{or-sidebar-v3 → OrSidebarV3}/props.d.ts +0 -0
  2088. /package/dist/bundled/v2/components/{or-sidebar-v3 → OrSidebarV3}/styles.d.ts +0 -0
  2089. /package/dist/bundled/v2/components/{or-skeleton → OrSkeleton}/constants.d.ts +0 -0
  2090. /package/dist/bundled/v2/components/{or-skeleton → OrSkeletonCircle}/OrSkeletonCircle.vue.d.ts +0 -0
  2091. /package/dist/bundled/v2/components/{or-skeleton-v3 → OrSkeletonCircleV3}/OrSkeletonCircle.vue.d.ts +0 -0
  2092. /package/dist/bundled/v2/components/{or-skeleton → OrSkeletonRect}/OrSkeletonRect.vue.d.ts +0 -0
  2093. /package/dist/bundled/v2/components/{or-skeleton-v3 → OrSkeletonRectV3}/OrSkeletonRect.vue.d.ts +0 -0
  2094. /package/dist/bundled/v2/components/{or-skeleton-v3 → OrSkeletonTextV3}/OrSkeletonText.vue.d.ts +0 -0
  2095. /package/dist/bundled/v2/components/{or-skeleton-v3 → OrSkeletonV3}/styles.d.ts +0 -0
  2096. /package/dist/bundled/v2/components/{or-slider → OrSlider}/OrSlider.vue.d.ts +0 -0
  2097. /package/dist/bundled/v2/components/{or-slider → OrSlider}/index.d.ts +0 -0
  2098. /package/dist/bundled/v2/components/{or-sort-header-v3 → OrSortHeaderV3}/OrSortHeader.vue.d.ts +0 -0
  2099. /package/dist/bundled/v2/components/{or-sort-header-v3 → OrSortHeaderV3}/index.d.ts +0 -0
  2100. /package/dist/bundled/v2/components/{or-sort-header-v3 → OrSortHeaderV3}/styles.d.ts +0 -0
  2101. /package/dist/bundled/v2/components/{or-sort-header-v3 → OrSortHeaderV3}/types.d.ts +0 -0
  2102. /package/dist/bundled/v2/components/{or-stepper → OrStepper}/OrStepper.vue.d.ts +0 -0
  2103. /package/dist/bundled/v2/components/{or-stepper → OrStepper}/index.d.ts +0 -0
  2104. /package/dist/bundled/v2/components/{or-switch → OrSwitch}/OrSwitch.vue.d.ts +0 -0
  2105. /package/dist/bundled/v2/components/{or-switch → OrSwitch}/index.d.ts +0 -0
  2106. /package/dist/bundled/v2/components/{or-switch-v3 → OrSwitchV3}/OrSwitch.vue.d.ts +0 -0
  2107. /package/dist/bundled/v2/components/{or-switch-v3 → OrSwitchV3}/index.d.ts +0 -0
  2108. /package/dist/bundled/v2/components/{or-switch-v3 → OrSwitchV3}/styles.d.ts +0 -0
  2109. /package/dist/bundled/v2/components/{or-tab → OrTab}/OrTab.vue.d.ts +0 -0
  2110. /package/dist/bundled/v2/components/{or-tab → OrTab}/index.d.ts +0 -0
  2111. /package/dist/bundled/v2/components/{or-tab-header-item → OrTabHeaderItem}/OrTabHeaderItem.vue.d.ts +0 -0
  2112. /package/dist/bundled/v2/components/{or-tab-header-item → OrTabHeaderItem}/index.d.ts +0 -0
  2113. /package/dist/bundled/v2/components/{or-tab-v3 → OrTabV3}/OrTab.vue.d.ts +0 -0
  2114. /package/dist/bundled/v2/components/{or-tab-v3 → OrTabV3}/index.d.ts +0 -0
  2115. /package/dist/bundled/v2/components/{or-tab-v3 → OrTabV3}/styles.d.ts +0 -0
  2116. /package/dist/bundled/v2/components/{or-tabs → OrTabs}/OrTabs.vue.d.ts +0 -0
  2117. /package/dist/bundled/v2/components/{or-tabs → OrTabs}/index.d.ts +0 -0
  2118. /package/dist/bundled/v2/components/{or-tabs-v3 → OrTabsV3}/OrTabs.vue.d.ts +0 -0
  2119. /package/dist/bundled/v2/components/{or-tabs-v3 → OrTabsV3}/index.d.ts +0 -0
  2120. /package/dist/bundled/v2/components/{or-tabs-v3 → OrTabsV3}/props.d.ts +0 -0
  2121. /package/dist/bundled/v2/components/{or-tabs-v3 → OrTabsV3}/styles.d.ts +0 -0
  2122. /package/dist/bundled/v2/components/{or-tabs-v3 → OrTabsV3}/types.d.ts +0 -0
  2123. /package/dist/bundled/v2/components/{or-tag → OrTag}/OrTag.vue.d.ts +0 -0
  2124. /package/dist/bundled/v2/components/{or-tag → OrTag}/index.d.ts +0 -0
  2125. /package/dist/bundled/v2/components/{or-tag-v3 → OrTagV3}/OrTag.vue.d.ts +0 -0
  2126. /package/dist/bundled/v2/components/{or-tag-v3 → OrTagV3}/index.d.ts +0 -0
  2127. /package/dist/bundled/v2/components/{or-tag-v3 → OrTagV3}/props.d.ts +0 -0
  2128. /package/dist/bundled/v2/components/{or-tag-v3 → OrTagV3}/styles.d.ts +0 -0
  2129. /package/dist/bundled/v2/components/{or-teleport → OrTeleport}/OrTeleport.vue2.vue.d.ts +0 -0
  2130. /package/dist/bundled/v2/components/{or-teleport → OrTeleport}/constants.d.ts +0 -0
  2131. /package/dist/bundled/v2/components/{or-teleport → OrTeleport}/index.d.ts +0 -0
  2132. /package/dist/bundled/v2/components/{or-teleport-v3 → OrTeleportV3}/OrTeleport.vue2.vue.d.ts +0 -0
  2133. /package/dist/bundled/v2/components/{or-teleport-v3 → OrTeleportV3}/index.d.ts +0 -0
  2134. /package/dist/bundled/v2/components/{or-text-v3 → OrTextV3}/OrText.vue.d.ts +0 -0
  2135. /package/dist/bundled/v2/components/{or-text-v3 → OrTextV3}/index.d.ts +0 -0
  2136. /package/dist/bundled/v2/components/{or-text-v3 → OrTextV3}/styles.d.ts +0 -0
  2137. /package/dist/bundled/v2/components/{or-textarea → OrTextarea}/OrTextarea.vue.d.ts +0 -0
  2138. /package/dist/bundled/v2/components/{or-textarea → OrTextarea}/index.d.ts +0 -0
  2139. /package/dist/bundled/v2/components/{or-textarea-v3 → OrTextareaV3}/OrTextarea.vue.d.ts +0 -0
  2140. /package/dist/bundled/v2/components/{or-textarea-v3 → OrTextareaV3}/index.d.ts +0 -0
  2141. /package/dist/bundled/v2/components/{or-textarea-v3 → OrTextareaV3}/props.d.ts +0 -0
  2142. /package/dist/bundled/v2/components/{or-textarea-v3 → OrTextareaV3}/styles.d.ts +0 -0
  2143. /package/dist/bundled/v2/components/{or-textbox → OrTextbox}/OrTextbox.vue.d.ts +0 -0
  2144. /package/dist/bundled/v2/components/{or-textbox → OrTextbox}/constants.d.ts +0 -0
  2145. /package/dist/bundled/v2/components/{or-textbox → OrTextbox}/index.d.ts +0 -0
  2146. /package/dist/bundled/v2/components/{or-toast → OrToast}/OrToast.vue.d.ts +0 -0
  2147. /package/dist/bundled/v2/components/{or-toast-v3 → OrToast}/Timer.d.ts +0 -0
  2148. /package/dist/bundled/v2/components/{or-toast → OrToast}/composable/index.d.ts +0 -0
  2149. /package/dist/bundled/v2/components/{or-toast-v3 → OrToast}/composable/useQueue.d.ts +0 -0
  2150. /package/dist/bundled/v2/components/{or-toast-v3 → OrToast}/composable/useToast.d.ts +0 -0
  2151. /package/dist/bundled/v2/components/{or-toast-v3 → OrToast}/composable/useToastEventBus.d.ts +0 -0
  2152. /package/dist/bundled/v2/components/{or-toast → OrToast}/constants.d.ts +0 -0
  2153. /package/dist/bundled/v2/components/{or-toast → OrToast}/types.d.ts +0 -0
  2154. /package/dist/bundled/v2/components/{or-toast-v3 → OrToastV3}/OrToast.vue.d.ts +0 -0
  2155. /package/dist/bundled/v2/components/{or-toast → OrToastV3}/Timer.d.ts +0 -0
  2156. /package/dist/bundled/v2/components/{or-toast-v3 → OrToastV3}/composable/index.d.ts +0 -0
  2157. /package/dist/bundled/v2/components/{or-toast → OrToastV3}/composable/useQueue.d.ts +0 -0
  2158. /package/dist/bundled/v2/components/{or-toast → OrToastV3}/composable/useToast.d.ts +0 -0
  2159. /package/dist/bundled/v2/components/{or-toast → OrToastV3}/composable/useToastEventBus.d.ts +0 -0
  2160. /package/dist/bundled/v2/components/{or-toast-v3 → OrToastV3}/props.d.ts +0 -0
  2161. /package/dist/bundled/v2/components/{or-toast-v3 → OrToastV3}/styles.d.ts +0 -0
  2162. /package/dist/bundled/v2/components/{or-toast-v3 → OrToastV3}/types.d.ts +0 -0
  2163. /package/dist/bundled/v2/components/{or-tooltip → OrTooltip}/OrTooltip.vue.d.ts +0 -0
  2164. /package/dist/bundled/v2/components/{or-tooltip → OrTooltipContent}/OrTooltipContent.vue.d.ts +0 -0
  2165. /package/dist/bundled/v2/components/{or-tooltip-v3 → OrTooltipV3}/OrTooltip.vue.d.ts +0 -0
  2166. /package/dist/bundled/v2/components/{or-tooltip-v3 → OrTooltipV3}/index.d.ts +0 -0
  2167. /package/dist/bundled/v2/components/{or-tooltip-v3 → OrTooltipV3}/props.d.ts +0 -0
  2168. /package/dist/bundled/v2/components/{or-tooltip-v3 → OrTooltipV3}/styles.d.ts +0 -0
  2169. /package/dist/bundled/v3/components/{or-avatar → OrAvatar}/OrAvatar.vue.d.ts +0 -0
  2170. /package/dist/bundled/v3/components/{or-avatar → OrAvatar}/constants.d.ts +0 -0
  2171. /package/dist/bundled/v3/components/{or-avatar → OrAvatar}/index.d.ts +0 -0
  2172. /package/dist/bundled/v3/components/{or-avatar-v3 → OrAvatarV3}/OrAvatar.vue.d.ts +0 -0
  2173. /package/dist/bundled/v3/components/{or-avatar-v3 → OrAvatarV3}/index.d.ts +0 -0
  2174. /package/dist/bundled/v3/components/{or-avatar-v3 → OrAvatarV3}/props.d.ts +0 -0
  2175. /package/dist/bundled/v3/components/{or-avatar-v3 → OrAvatarV3}/styles.d.ts +0 -0
  2176. /package/dist/bundled/v3/components/{or-bottom-sheet-v3 → OrBottomSheetV3}/OrBottomSheet.vue.d.ts +0 -0
  2177. /package/dist/bundled/v3/components/{or-bottom-sheet-v3 → OrBottomSheetV3}/index.d.ts +0 -0
  2178. /package/dist/bundled/v3/components/{or-bottom-sheet-v3 → OrBottomSheetV3}/styles.d.ts +0 -0
  2179. /package/dist/bundled/v3/components/{or-button → OrButton}/OrButton.vue.d.ts +0 -0
  2180. /package/dist/bundled/v3/components/{or-button → OrButton}/constants.d.ts +0 -0
  2181. /package/dist/bundled/v3/components/{or-button → OrButton}/index.d.ts +0 -0
  2182. /package/dist/bundled/v3/components/{or-button-v2 → OrButtonV2}/OrButton.vue.d.ts +0 -0
  2183. /package/dist/bundled/v3/components/{or-button-v2 → OrButtonV2}/constants.d.ts +0 -0
  2184. /package/dist/bundled/v3/components/{or-button-v3 → OrButtonV3}/OrButton.vue.d.ts +0 -0
  2185. /package/dist/bundled/v3/components/{or-button-v3 → OrButtonV3}/index.d.ts +0 -0
  2186. /package/dist/bundled/v3/components/{or-button-v3 → OrButtonV3}/props.d.ts +0 -0
  2187. /package/dist/bundled/v3/components/{or-button-v3 → OrButtonV3}/styles.d.ts +0 -0
  2188. /package/dist/bundled/v3/components/{or-card → OrCard}/OrCard.vue.d.ts +0 -0
  2189. /package/dist/bundled/v3/components/{or-card → OrCard}/index.d.ts +0 -0
  2190. /package/dist/bundled/v3/components/{or-card-collection → OrCardCollection}/OrCardCollection.vue.d.ts +0 -0
  2191. /package/dist/bundled/v3/components/{or-card-collection → OrCardCollection}/constants.d.ts +0 -0
  2192. /package/dist/bundled/v3/components/{or-card-collection → OrCardCollection}/index.d.ts +0 -0
  2193. /package/dist/bundled/v3/components/{or-card-collection → OrCardCollection}/types.d.ts +0 -0
  2194. /package/dist/bundled/v3/components/{or-card-collection-v3 → OrCardCollectionV3}/OrCardCollection.vue.d.ts +0 -0
  2195. /package/dist/bundled/v3/components/{or-card-collection-v3 → OrCardCollectionV3}/index.d.ts +0 -0
  2196. /package/dist/bundled/v3/components/{or-card-collection-v3 → OrCardCollectionV3}/props.d.ts +0 -0
  2197. /package/dist/bundled/v3/components/{or-card-collection-v3 → OrCardCollectionV3}/styles.d.ts +0 -0
  2198. /package/dist/bundled/v3/components/{or-card-collection-v3 → OrCardCollectionV3}/types.d.ts +0 -0
  2199. /package/dist/bundled/v3/components/{or-card-v3 → OrCardV3}/OrCard.vue.d.ts +0 -0
  2200. /package/dist/bundled/v3/components/{or-card-v3 → OrCardV3}/index.d.ts +0 -0
  2201. /package/dist/bundled/v3/components/{or-card-v3 → OrCardV3}/styles.d.ts +0 -0
  2202. /package/dist/bundled/v3/components/{or-carousel → OrCarousel}/OrCarousel.vue.d.ts +0 -0
  2203. /package/dist/bundled/v3/components/{or-carousel → OrCarousel}/constants.d.ts +0 -0
  2204. /package/dist/bundled/v3/components/{or-carousel → OrCarouselItem}/OrCarouselItem.vue.d.ts +0 -0
  2205. /package/dist/bundled/v3/components/{or-checkbox → OrCheckbox}/OrCheckbox.vue.d.ts +0 -0
  2206. /package/dist/bundled/v3/components/{or-checkbox → OrCheckbox}/index.d.ts +0 -0
  2207. /package/dist/bundled/v3/components/{or-checkbox-v3 → OrCheckboxV3}/OrCheckbox.vue.d.ts +0 -0
  2208. /package/dist/bundled/v3/components/{or-checkbox-v3 → OrCheckboxV3}/index.d.ts +0 -0
  2209. /package/dist/bundled/v3/components/{or-checkbox-v3 → OrCheckboxV3}/styles.d.ts +0 -0
  2210. /package/dist/bundled/v3/components/{or-chips → OrChip}/OrChip.vue.d.ts +0 -0
  2211. /package/dist/bundled/v3/components/{or-chips → OrChips}/OrChips.vue.d.ts +0 -0
  2212. /package/dist/bundled/v3/components/{or-chips → OrChips}/constants.d.ts +0 -0
  2213. /package/dist/bundled/v3/components/{or-code → OrCode}/OrCode.vue.d.ts +0 -0
  2214. /package/dist/bundled/v3/components/{or-code → OrCode}/constants.d.ts +0 -0
  2215. /package/dist/bundled/v3/components/{or-code → OrCode}/index.d.ts +0 -0
  2216. /package/dist/bundled/v3/components/{or-code → OrCode}/lang.d.ts +0 -0
  2217. /package/dist/bundled/v3/components/{or-code → OrCode}/theme.d.ts +0 -0
  2218. /package/dist/bundled/v3/components/{or-collapse → OrCollapse}/OrCollapse.vue.d.ts +0 -0
  2219. /package/dist/bundled/v3/components/{or-collapse → OrCollapse}/index.d.ts +0 -0
  2220. /package/dist/bundled/v3/components/{or-color-picker → OrColorPicker}/OrColorPicker.vue.d.ts +0 -0
  2221. /package/dist/bundled/v3/components/{or-color-picker → OrColorPicker}/constants.d.ts +0 -0
  2222. /package/dist/bundled/v3/components/{or-color-picker → OrColorPicker}/index.d.ts +0 -0
  2223. /package/dist/bundled/v3/components/{or-color-picker → OrColorPicker}/types.d.ts +0 -0
  2224. /package/dist/bundled/v3/components/{or-color-picker → OrColorPicker}/utils/defultPalette.d.ts +0 -0
  2225. /package/dist/bundled/v3/components/{or-combined-input-v3 → OrCombinedInputV3}/OrCombinedInput.vue.d.ts +0 -0
  2226. /package/dist/bundled/v3/components/{or-combined-input-v3 → OrCombinedInputV3}/index.d.ts +0 -0
  2227. /package/dist/bundled/v3/components/{or-combined-input-v3 → OrCombinedInputV3}/props.d.ts +0 -0
  2228. /package/dist/bundled/v3/components/{or-combined-input-v3 → OrCombinedInputV3}/styles.d.ts +0 -0
  2229. /package/dist/bundled/v3/components/{or-confirm → OrConfirm}/OrConfirm.vue.d.ts +0 -0
  2230. /package/dist/bundled/v3/components/{or-confirm → OrConfirm}/index.d.ts +0 -0
  2231. /package/dist/bundled/v3/components/{or-confirm-v3 → OrConfirmV3}/OrConfirm.vue.d.ts +0 -0
  2232. /package/dist/bundled/v3/components/{or-confirm-v3 → OrConfirmV3}/index.d.ts +0 -0
  2233. /package/dist/bundled/v3/components/{or-confirm-v3 → OrConfirmV3}/props.d.ts +0 -0
  2234. /package/dist/bundled/v3/components/{or-confirm-v3 → OrConfirmV3}/styles.d.ts +0 -0
  2235. /package/dist/bundled/v3/components/{or-date-time-picker → OrDateTimePicker}/OrDateTimePicker.vue.d.ts +0 -0
  2236. /package/dist/bundled/v3/components/{or-date-time-picker → OrDateTimePicker}/constants.d.ts +0 -0
  2237. /package/dist/bundled/v3/components/{or-date-time-picker → OrDateTimePicker}/index.d.ts +0 -0
  2238. /package/dist/bundled/v3/components/{or-empty-state-v3 → OrEmptyStateV3}/OrEmptyState.vue.d.ts +0 -0
  2239. /package/dist/bundled/v3/components/{or-empty-state-v3 → OrEmptyStateV3}/index.d.ts +0 -0
  2240. /package/dist/bundled/v3/components/{or-empty-state-v3 → OrEmptyStateV3}/props.d.ts +0 -0
  2241. /package/dist/bundled/v3/components/{or-empty-state-v3 → OrEmptyStateV3}/styles.d.ts +0 -0
  2242. /package/dist/bundled/v3/components/{or-empty-state-v3 → OrEmptyStateV3}/types.d.ts +0 -0
  2243. /package/dist/bundled/v3/components/{or-error → OrError}/OrError.vue.d.ts +0 -0
  2244. /package/dist/bundled/v3/components/{or-error → OrError}/index.d.ts +0 -0
  2245. /package/dist/bundled/v3/components/{or-error-tag-v3 → OrErrorTagV3}/OrErrorTag.vue.d.ts +0 -0
  2246. /package/dist/bundled/v3/components/{or-error-tag-v3 → OrErrorTagV3}/index.d.ts +0 -0
  2247. /package/dist/bundled/v3/components/{or-error-tag-v3 → OrErrorTagV3}/styles.d.ts +0 -0
  2248. /package/dist/bundled/v3/components/{or-error-v3 → OrErrorV3}/OrError.vue.d.ts +0 -0
  2249. /package/dist/bundled/v3/components/{or-error-v3 → OrErrorV3}/index.d.ts +0 -0
  2250. /package/dist/bundled/v3/components/{or-error-v3 → OrErrorV3}/styles.d.ts +0 -0
  2251. /package/dist/bundled/v3/components/{or-expansion-panel-v3 → OrExpansionPanelV3}/OrExpansionPanel.vue.d.ts +0 -0
  2252. /package/dist/bundled/v3/components/{or-expansion-panel-v3 → OrExpansionPanelV3}/index.d.ts +0 -0
  2253. /package/dist/bundled/v3/components/{or-expansion-panel-v3 → OrExpansionPanelV3}/props.d.ts +0 -0
  2254. /package/dist/bundled/v3/components/{or-expansion-panel-v3 → OrExpansionPanelV3}/styles.d.ts +0 -0
  2255. /package/dist/bundled/v3/components/{or-fab-v3 → OrFabV3}/OrFab.vue.d.ts +0 -0
  2256. /package/dist/bundled/v3/components/{or-fab-v3 → OrFabV3}/index.d.ts +0 -0
  2257. /package/dist/bundled/v3/components/{or-fab-v3 → OrFabV3}/props.d.ts +0 -0
  2258. /package/dist/bundled/v3/components/{or-fab-v3 → OrFabV3}/styles.d.ts +0 -0
  2259. /package/dist/bundled/v3/components/{or-floating → OrFloating}/OrFloating.vue.d.ts +0 -0
  2260. /package/dist/bundled/v3/components/{or-floating → OrFloating}/constants.d.ts +0 -0
  2261. /package/dist/bundled/v3/components/{or-floating → OrFloating}/index.d.ts +0 -0
  2262. /package/dist/bundled/v3/components/{or-hint → OrHint}/OrHint.vue.d.ts +0 -0
  2263. /package/dist/bundled/v3/components/{or-hint → OrHint}/index.d.ts +0 -0
  2264. /package/dist/bundled/v3/components/{or-hint-v3 → OrHintV3}/OrHint.vue.d.ts +0 -0
  2265. /package/dist/bundled/v3/components/{or-hint-v3 → OrHintV3}/index.d.ts +0 -0
  2266. /package/dist/bundled/v3/components/{or-hint-v3 → OrHintV3}/styles.d.ts +0 -0
  2267. /package/dist/bundled/v3/components/{or-icon → OrIcon}/OrIcon.vue.d.ts +0 -0
  2268. /package/dist/bundled/v3/components/{or-icon → OrIcon}/constants.d.ts +0 -0
  2269. /package/dist/bundled/v3/components/{or-icon → OrIcon}/index.d.ts +0 -0
  2270. /package/dist/bundled/v3/components/{or-icon-button-v3 → OrIconButtonV3}/OrIconButton.vue.d.ts +0 -0
  2271. /package/dist/bundled/v3/components/{or-icon-button-v3 → OrIconButtonV3}/index.d.ts +0 -0
  2272. /package/dist/bundled/v3/components/{or-icon-button-v3 → OrIconButtonV3}/props.d.ts +0 -0
  2273. /package/dist/bundled/v3/components/{or-icon-button-v3 → OrIconButtonV3}/styles.d.ts +0 -0
  2274. /package/dist/bundled/v3/components/{or-icon-v3 → OrIconV3}/OrIcon.vue.d.ts +0 -0
  2275. /package/dist/bundled/v3/components/{or-icon-v3 → OrIconV3}/index.d.ts +0 -0
  2276. /package/dist/bundled/v3/components/{or-icon-v3 → OrIconV3}/props.d.ts +0 -0
  2277. /package/dist/bundled/v3/components/{or-icon-v3 → OrIconV3}/styles.d.ts +0 -0
  2278. /package/dist/bundled/v3/components/{or-inline-input-box-v3 → OrInlineInputBoxV3}/OrInlineInputBox.vue.d.ts +0 -0
  2279. /package/dist/bundled/v3/components/{or-inline-input-box-v3 → OrInlineInputBoxV3}/index.d.ts +0 -0
  2280. /package/dist/bundled/v3/components/{or-inline-input-box-v3 → OrInlineInputBoxV3}/props.d.ts +0 -0
  2281. /package/dist/bundled/v3/components/{or-inline-input-box-v3 → OrInlineInputBoxV3}/styles.d.ts +0 -0
  2282. /package/dist/bundled/v3/components/{or-inline-input-v3 → OrInlineInputV3}/OrInlineInput.vue.d.ts +0 -0
  2283. /package/dist/bundled/v3/components/{or-inline-input-v3 → OrInlineInputV3}/index.d.ts +0 -0
  2284. /package/dist/bundled/v3/components/{or-inline-input-v3 → OrInlineInputV3}/props.d.ts +0 -0
  2285. /package/dist/bundled/v3/components/{or-inline-input-v3 → OrInlineInputV3}/styles.d.ts +0 -0
  2286. /package/dist/bundled/v3/components/{or-inline-text-edit → OrInlineTextEdit}/OrInlineTextEdit.vue.d.ts +0 -0
  2287. /package/dist/bundled/v3/components/{or-inline-text-edit → OrInlineTextEdit}/constants.d.ts +0 -0
  2288. /package/dist/bundled/v3/components/{or-inline-text-edit → OrInlineTextEdit}/index.d.ts +0 -0
  2289. /package/dist/bundled/v3/components/{or-inline-textarea-v3 → OrInlineTextareaV3}/OrInlineTextarea.vue.d.ts +0 -0
  2290. /package/dist/bundled/v3/components/{or-inline-textarea-v3 → OrInlineTextareaV3}/index.d.ts +0 -0
  2291. /package/dist/bundled/v3/components/{or-inline-textarea-v3 → OrInlineTextareaV3}/styles.d.ts +0 -0
  2292. /package/dist/bundled/v3/components/{or-input → OrInput}/OrInput.vue.d.ts +0 -0
  2293. /package/dist/bundled/v3/components/{or-input → OrInput}/index.d.ts +0 -0
  2294. /package/dist/bundled/v3/components/{or-input-box-v3 → OrInputBoxV3}/OrInputBox.vue.d.ts +0 -0
  2295. /package/dist/bundled/v3/components/{or-input-box-v3 → OrInputBoxV3}/index.d.ts +0 -0
  2296. /package/dist/bundled/v3/components/{or-input-box-v3 → OrInputBoxV3}/props.d.ts +0 -0
  2297. /package/dist/bundled/v3/components/{or-input-box-v3 → OrInputBoxV3}/styles.d.ts +0 -0
  2298. /package/dist/bundled/v3/components/{or-input-v3 → OrInputV3}/OrInput.vue.d.ts +0 -0
  2299. /package/dist/bundled/v3/components/{or-input-v3 → OrInputV3}/index.d.ts +0 -0
  2300. /package/dist/bundled/v3/components/{or-input-v3 → OrInputV3}/props.d.ts +0 -0
  2301. /package/dist/bundled/v3/components/{or-input-v3 → OrInputV3}/styles.d.ts +0 -0
  2302. /package/dist/bundled/v3/components/{or-label → OrLabel}/OrLabel.vue.d.ts +0 -0
  2303. /package/dist/bundled/v3/components/{or-label → OrLabel}/index.d.ts +0 -0
  2304. /package/dist/bundled/v3/components/{or-label-v3 → OrLabelV3}/OrLabel.vue.d.ts +0 -0
  2305. /package/dist/bundled/v3/components/{or-label-v3 → OrLabelV3}/index.d.ts +0 -0
  2306. /package/dist/bundled/v3/components/{or-label-v3 → OrLabelV3}/props.d.ts +0 -0
  2307. /package/dist/bundled/v3/components/{or-label-v3 → OrLabelV3}/styles.d.ts +0 -0
  2308. /package/dist/bundled/v3/components/{or-link-v3 → OrLinkV3}/OrLink.vue.d.ts +0 -0
  2309. /package/dist/bundled/v3/components/{or-link-v3 → OrLinkV3}/index.d.ts +0 -0
  2310. /package/dist/bundled/v3/components/{or-link-v3 → OrLinkV3}/props.d.ts +0 -0
  2311. /package/dist/bundled/v3/components/{or-link-v3 → OrLinkV3}/styles.d.ts +0 -0
  2312. /package/dist/bundled/v3/components/{or-list → OrList}/OrList.vue.d.ts +0 -0
  2313. /package/dist/bundled/v3/components/{or-list → OrList}/index.d.ts +0 -0
  2314. /package/dist/bundled/v3/components/{or-list-of-inputs → OrListOfInputs}/OrListOfInputs.vue.d.ts +0 -0
  2315. /package/dist/bundled/v3/components/{or-list-of-inputs → OrListOfInputs}/index.d.ts +0 -0
  2316. /package/dist/bundled/v3/components/{or-loader → OrLoader}/OrLoader.vue.d.ts +0 -0
  2317. /package/dist/bundled/v3/components/{or-loader → OrLoader}/constants.d.ts +0 -0
  2318. /package/dist/bundled/v3/components/{or-loader → OrLoader}/index.d.ts +0 -0
  2319. /package/dist/bundled/v3/components/{or-loader → OrLoader}/types.d.ts +0 -0
  2320. /package/dist/bundled/v3/components/{or-loader-v3 → OrLoaderV3}/OrLoader.vue.d.ts +0 -0
  2321. /package/dist/bundled/v3/components/{or-loader-v3 → OrLoaderV3}/index.d.ts +0 -0
  2322. /package/dist/bundled/v3/components/{or-loader-v3 → OrLoaderV3}/props.d.ts +0 -0
  2323. /package/dist/bundled/v3/components/{or-loader-v3 → OrLoaderV3}/styles.d.ts +0 -0
  2324. /package/dist/bundled/v3/components/{or-menu-item-v3 → OrMenuItemV3}/OrMenuItem.vue.d.ts +0 -0
  2325. /package/dist/bundled/v3/components/{or-menu-item-v3 → OrMenuItemV3}/index.d.ts +0 -0
  2326. /package/dist/bundled/v3/components/{or-menu-item-v3 → OrMenuItemV3}/styles.d.ts +0 -0
  2327. /package/dist/bundled/v3/components/{or-menu-v3 → OrMenuV3}/OrMenu.vue.d.ts +0 -0
  2328. /package/dist/bundled/v3/components/{or-menu-v3 → OrMenuV3}/index.d.ts +0 -0
  2329. /package/dist/bundled/v3/components/{or-menu-v3 → OrMenuV3}/props.d.ts +0 -0
  2330. /package/dist/bundled/v3/components/{or-menu-v3 → OrMenuV3}/styles.d.ts +0 -0
  2331. /package/dist/bundled/v3/components/{or-modal → OrModal}/OrModal.vue.d.ts +0 -0
  2332. /package/dist/bundled/v3/components/{or-modal → OrModal}/constants.d.ts +0 -0
  2333. /package/dist/bundled/v3/components/{or-modal → OrModal}/index.d.ts +0 -0
  2334. /package/dist/bundled/v3/components/{or-modal-v3 → OrModalV3}/OrModal.vue.d.ts +0 -0
  2335. /package/dist/bundled/v3/components/{or-modal-v3 → OrModalV3}/index.d.ts +0 -0
  2336. /package/dist/bundled/v3/components/{or-modal-v3 → OrModalV3}/props.d.ts +0 -0
  2337. /package/dist/bundled/v3/components/{or-modal-v3 → OrModalV3}/styles.d.ts +0 -0
  2338. /package/dist/bundled/v3/components/{or-notification → OrNotification}/OrNotification.vue.d.ts +0 -0
  2339. /package/dist/bundled/v3/components/{or-notification → OrNotification}/constants.d.ts +0 -0
  2340. /package/dist/bundled/v3/components/{or-notification → OrNotification}/index.d.ts +0 -0
  2341. /package/dist/bundled/v3/components/{or-notification-v3 → OrNotificationV3}/OrNotification.vue.d.ts +0 -0
  2342. /package/dist/bundled/v3/components/{or-notification-v3 → OrNotificationV3}/index.d.ts +0 -0
  2343. /package/dist/bundled/v3/components/{or-notification-v3 → OrNotificationV3}/props.d.ts +0 -0
  2344. /package/dist/bundled/v3/components/{or-notification-v3 → OrNotificationV3}/styles.d.ts +0 -0
  2345. /package/dist/bundled/v3/components/{or-number-input → OrNumberInput}/OrNumberInput.vue.d.ts +0 -0
  2346. /package/dist/bundled/v3/components/{or-number-input → OrNumberInput}/index.d.ts +0 -0
  2347. /package/dist/bundled/v3/components/{or-overflow-menu → OrOverflowMenu}/OrOverflowMenu.vue.d.ts +0 -0
  2348. /package/dist/bundled/v3/components/{or-overflow-menu → OrOverflowMenu}/index.d.ts +0 -0
  2349. /package/dist/bundled/v3/components/{or-overflow-menu → OrOverflowMenu}/types.d.ts +0 -0
  2350. /package/dist/bundled/v3/components/{or-overlay → OrOverlay}/OrOverlay.vue.d.ts +0 -0
  2351. /package/dist/bundled/v3/components/{or-overlay → OrOverlay}/index.d.ts +0 -0
  2352. /package/dist/bundled/v3/components/{or-overlay-v3 → OrOverlayV3}/OrOverlay.vue.d.ts +0 -0
  2353. /package/dist/bundled/v3/components/{or-overlay-v3 → OrOverlayV3}/index.d.ts +0 -0
  2354. /package/dist/bundled/v3/components/{or-overlay-v3 → OrOverlayV3}/styles.d.ts +0 -0
  2355. /package/dist/bundled/v3/components/{or-pagination-v3 → OrPaginationV3}/OrPagination.vue.d.ts +0 -0
  2356. /package/dist/bundled/v3/components/{or-pagination-v3 → OrPaginationV3}/index.d.ts +0 -0
  2357. /package/dist/bundled/v3/components/{or-pagination-v3 → OrPaginationV3}/styles.d.ts +0 -0
  2358. /package/dist/bundled/v3/components/{or-pagination-v3 → OrPaginationV3}/types.d.ts +0 -0
  2359. /package/dist/bundled/v3/components/{or-password → OrPassword}/OrPassword.vue.d.ts +0 -0
  2360. /package/dist/bundled/v3/components/{or-password → OrPassword}/index.d.ts +0 -0
  2361. /package/dist/bundled/v3/components/{or-popover-v3 → OrPopoverV3}/OrPopover.vue.d.ts +0 -0
  2362. /package/dist/bundled/v3/components/{or-popover-v3 → OrPopoverV3}/index.d.ts +0 -0
  2363. /package/dist/bundled/v3/components/{or-popover-v3 → OrPopoverV3}/props.d.ts +0 -0
  2364. /package/dist/bundled/v3/components/{or-popover-v3 → OrPopoverV3}/styles.d.ts +0 -0
  2365. /package/dist/bundled/v3/components/{or-progress → OrProgress}/OrProgress.vue.d.ts +0 -0
  2366. /package/dist/bundled/v3/components/{or-progress → OrProgress}/constants.d.ts +0 -0
  2367. /package/dist/bundled/v3/components/{or-progress → OrProgress}/index.d.ts +0 -0
  2368. /package/dist/bundled/v3/components/{or-progress-v3 → OrProgressV3}/OrProgress.vue.d.ts +0 -0
  2369. /package/dist/bundled/v3/components/{or-progress-v3 → OrProgressV3}/index.d.ts +0 -0
  2370. /package/dist/bundled/v3/components/{or-progress-v3 → OrProgressV3}/props.d.ts +0 -0
  2371. /package/dist/bundled/v3/components/{or-progress-v3 → OrProgressV3}/styles.d.ts +0 -0
  2372. /package/dist/bundled/v3/components/{or-radio → OrRadio}/OrRadio.vue.d.ts +0 -0
  2373. /package/dist/bundled/v3/components/{or-radio → OrRadio}/index.d.ts +0 -0
  2374. /package/dist/bundled/v3/components/{or-radio-group → OrRadioGroup}/OrRadioGroup.vue.d.ts +0 -0
  2375. /package/dist/bundled/v3/components/{or-radio-group → OrRadioGroup}/index.d.ts +0 -0
  2376. /package/dist/bundled/v3/components/{or-radio-v3 → OrRadioV3}/OrRadio.vue.d.ts +0 -0
  2377. /package/dist/bundled/v3/components/{or-radio-v3 → OrRadioV3}/index.d.ts +0 -0
  2378. /package/dist/bundled/v3/components/{or-radio-v3 → OrRadioV3}/styles.d.ts +0 -0
  2379. /package/dist/bundled/v3/components/{or-search → OrSearch}/OrSearch.vue.d.ts +0 -0
  2380. /package/dist/bundled/v3/components/{or-search → OrSearch}/index.d.ts +0 -0
  2381. /package/dist/bundled/v3/components/{or-search-v3 → OrSearchV3}/OrSearch.vue.d.ts +0 -0
  2382. /package/dist/bundled/v3/components/{or-search-v3 → OrSearchV3}/index.d.ts +0 -0
  2383. /package/dist/bundled/v3/components/{or-search-v3 → OrSearchV3}/props.d.ts +0 -0
  2384. /package/dist/bundled/v3/components/{or-segmented-control-v3 → OrSegmentedControlV3}/OrSegmentedControl.vue.d.ts +0 -0
  2385. /package/dist/bundled/v3/components/{or-segmented-control-v3 → OrSegmentedControlV3}/index.d.ts +0 -0
  2386. /package/dist/bundled/v3/components/{or-segmented-control-v3 → OrSegmentedControlV3}/props.d.ts +0 -0
  2387. /package/dist/bundled/v3/components/{or-segmented-control-v3 → OrSegmentedControlV3}/styles.d.ts +0 -0
  2388. /package/dist/bundled/v3/components/{or-segmented-control-v3 → OrSegmentedControlV3}/types.d.ts +0 -0
  2389. /package/dist/bundled/v3/components/{or-select → OrSelect}/constants.d.ts +0 -0
  2390. /package/dist/bundled/v3/components/{or-select → OrSelect}/index.d.ts +0 -0
  2391. /package/dist/bundled/v3/components/{or-select → OrSelect}/stories.helpers.d.ts +0 -0
  2392. /package/dist/bundled/v3/components/{or-select → OrSelect}/types.d.ts +0 -0
  2393. /package/dist/bundled/v3/components/{or-select-v3 → OrSelectV3}/OrSelect.vue.d.ts +0 -0
  2394. /package/dist/bundled/v3/components/{or-select-v3 → OrSelectV3}/index.d.ts +0 -0
  2395. /package/dist/bundled/v3/components/{or-select-v3 → OrSelectV3}/props.d.ts +0 -0
  2396. /package/dist/bundled/v3/components/{or-select-v3 → OrSelectV3}/styles.d.ts +0 -0
  2397. /package/dist/bundled/v3/components/{or-select-v3 → OrSelectV3}/types.d.ts +0 -0
  2398. /package/dist/bundled/v3/components/{or-sidebar → OrSidebar}/OrSidebar.vue.d.ts +0 -0
  2399. /package/dist/bundled/v3/components/{or-sidebar → OrSidebar}/constants.d.ts +0 -0
  2400. /package/dist/bundled/v3/components/{or-sidebar → OrSidebar}/index.d.ts +0 -0
  2401. /package/dist/bundled/v3/components/{or-sidebar-v3 → OrSidebarV3}/OrSidebar.vue.d.ts +0 -0
  2402. /package/dist/bundled/v3/components/{or-sidebar-v3 → OrSidebarV3}/index.d.ts +0 -0
  2403. /package/dist/bundled/v3/components/{or-sidebar-v3 → OrSidebarV3}/props.d.ts +0 -0
  2404. /package/dist/bundled/v3/components/{or-sidebar-v3 → OrSidebarV3}/styles.d.ts +0 -0
  2405. /package/dist/bundled/v3/components/{or-skeleton → OrSkeleton}/constants.d.ts +0 -0
  2406. /package/dist/bundled/v3/components/{or-skeleton → OrSkeletonCircle}/OrSkeletonCircle.vue.d.ts +0 -0
  2407. /package/dist/bundled/v3/components/{or-skeleton-v3 → OrSkeletonCircleV3}/OrSkeletonCircle.vue.d.ts +0 -0
  2408. /package/dist/bundled/v3/components/{or-skeleton → OrSkeletonRect}/OrSkeletonRect.vue.d.ts +0 -0
  2409. /package/dist/bundled/v3/components/{or-skeleton-v3 → OrSkeletonRectV3}/OrSkeletonRect.vue.d.ts +0 -0
  2410. /package/dist/bundled/v3/components/{or-skeleton-v3 → OrSkeletonTextV3}/OrSkeletonText.vue.d.ts +0 -0
  2411. /package/dist/bundled/v3/components/{or-skeleton-v3 → OrSkeletonV3}/styles.d.ts +0 -0
  2412. /package/dist/bundled/v3/components/{or-slider → OrSlider}/OrSlider.vue.d.ts +0 -0
  2413. /package/dist/bundled/v3/components/{or-slider → OrSlider}/index.d.ts +0 -0
  2414. /package/dist/bundled/v3/components/{or-sort-header-v3 → OrSortHeaderV3}/OrSortHeader.vue.d.ts +0 -0
  2415. /package/dist/bundled/v3/components/{or-sort-header-v3 → OrSortHeaderV3}/index.d.ts +0 -0
  2416. /package/dist/bundled/v3/components/{or-sort-header-v3 → OrSortHeaderV3}/styles.d.ts +0 -0
  2417. /package/dist/bundled/v3/components/{or-sort-header-v3 → OrSortHeaderV3}/types.d.ts +0 -0
  2418. /package/dist/bundled/v3/components/{or-stepper → OrStepper}/OrStepper.vue.d.ts +0 -0
  2419. /package/dist/bundled/v3/components/{or-stepper → OrStepper}/index.d.ts +0 -0
  2420. /package/dist/bundled/v3/components/{or-switch → OrSwitch}/OrSwitch.vue.d.ts +0 -0
  2421. /package/dist/bundled/v3/components/{or-switch → OrSwitch}/index.d.ts +0 -0
  2422. /package/dist/bundled/v3/components/{or-switch-v3 → OrSwitchV3}/OrSwitch.vue.d.ts +0 -0
  2423. /package/dist/bundled/v3/components/{or-switch-v3 → OrSwitchV3}/index.d.ts +0 -0
  2424. /package/dist/bundled/v3/components/{or-switch-v3 → OrSwitchV3}/styles.d.ts +0 -0
  2425. /package/dist/bundled/v3/components/{or-tab → OrTab}/OrTab.vue.d.ts +0 -0
  2426. /package/dist/bundled/v3/components/{or-tab → OrTab}/index.d.ts +0 -0
  2427. /package/dist/bundled/v3/components/{or-tab-header-item → OrTabHeaderItem}/OrTabHeaderItem.vue.d.ts +0 -0
  2428. /package/dist/bundled/v3/components/{or-tab-header-item → OrTabHeaderItem}/index.d.ts +0 -0
  2429. /package/dist/bundled/v3/components/{or-tab-v3 → OrTabV3}/OrTab.vue.d.ts +0 -0
  2430. /package/dist/bundled/v3/components/{or-tab-v3 → OrTabV3}/index.d.ts +0 -0
  2431. /package/dist/bundled/v3/components/{or-tab-v3 → OrTabV3}/styles.d.ts +0 -0
  2432. /package/dist/bundled/v3/components/{or-tabs → OrTabs}/OrTabs.vue.d.ts +0 -0
  2433. /package/dist/bundled/v3/components/{or-tabs → OrTabs}/index.d.ts +0 -0
  2434. /package/dist/bundled/v3/components/{or-tabs-v3 → OrTabsV3}/OrTabs.vue.d.ts +0 -0
  2435. /package/dist/bundled/v3/components/{or-tabs-v3 → OrTabsV3}/index.d.ts +0 -0
  2436. /package/dist/bundled/v3/components/{or-tabs-v3 → OrTabsV3}/props.d.ts +0 -0
  2437. /package/dist/bundled/v3/components/{or-tabs-v3 → OrTabsV3}/styles.d.ts +0 -0
  2438. /package/dist/bundled/v3/components/{or-tabs-v3 → OrTabsV3}/types.d.ts +0 -0
  2439. /package/dist/bundled/v3/components/{or-tag → OrTag}/OrTag.vue.d.ts +0 -0
  2440. /package/dist/bundled/v3/components/{or-tag → OrTag}/index.d.ts +0 -0
  2441. /package/dist/bundled/v3/components/{or-tag-v3 → OrTagV3}/OrTag.vue.d.ts +0 -0
  2442. /package/dist/bundled/v3/components/{or-tag-v3 → OrTagV3}/index.d.ts +0 -0
  2443. /package/dist/bundled/v3/components/{or-tag-v3 → OrTagV3}/props.d.ts +0 -0
  2444. /package/dist/bundled/v3/components/{or-tag-v3 → OrTagV3}/styles.d.ts +0 -0
  2445. /package/dist/bundled/v3/components/{or-teleport → OrTeleport}/OrTeleport.vue3.vue.d.ts +0 -0
  2446. /package/dist/bundled/v3/components/{or-teleport → OrTeleport}/constants.d.ts +0 -0
  2447. /package/dist/bundled/v3/components/{or-teleport → OrTeleport}/index.d.ts +0 -0
  2448. /package/dist/bundled/v3/components/{or-teleport-v3 → OrTeleportV3}/OrTeleport.vue3.vue.d.ts +0 -0
  2449. /package/dist/bundled/v3/components/{or-teleport-v3 → OrTeleportV3}/index.d.ts +0 -0
  2450. /package/dist/bundled/v3/components/{or-text-v3 → OrTextV3}/OrText.vue.d.ts +0 -0
  2451. /package/dist/bundled/v3/components/{or-text-v3 → OrTextV3}/index.d.ts +0 -0
  2452. /package/dist/bundled/v3/components/{or-text-v3 → OrTextV3}/styles.d.ts +0 -0
  2453. /package/dist/bundled/v3/components/{or-textarea → OrTextarea}/OrTextarea.vue.d.ts +0 -0
  2454. /package/dist/bundled/v3/components/{or-textarea → OrTextarea}/index.d.ts +0 -0
  2455. /package/dist/bundled/v3/components/{or-textarea-v3 → OrTextareaV3}/OrTextarea.vue.d.ts +0 -0
  2456. /package/dist/bundled/v3/components/{or-textarea-v3 → OrTextareaV3}/index.d.ts +0 -0
  2457. /package/dist/bundled/v3/components/{or-textarea-v3 → OrTextareaV3}/props.d.ts +0 -0
  2458. /package/dist/bundled/v3/components/{or-textarea-v3 → OrTextareaV3}/styles.d.ts +0 -0
  2459. /package/dist/bundled/v3/components/{or-textbox → OrTextbox}/OrTextbox.vue.d.ts +0 -0
  2460. /package/dist/bundled/v3/components/{or-textbox → OrTextbox}/constants.d.ts +0 -0
  2461. /package/dist/bundled/v3/components/{or-textbox → OrTextbox}/index.d.ts +0 -0
  2462. /package/dist/bundled/v3/components/{or-toast → OrToast}/OrToast.vue.d.ts +0 -0
  2463. /package/dist/bundled/v3/components/{or-toast-v3 → OrToast}/Timer.d.ts +0 -0
  2464. /package/dist/bundled/v3/components/{or-toast → OrToast}/composable/index.d.ts +0 -0
  2465. /package/dist/bundled/v3/components/{or-toast-v3 → OrToast}/composable/useQueue.d.ts +0 -0
  2466. /package/dist/bundled/v3/components/{or-toast-v3 → OrToast}/composable/useToast.d.ts +0 -0
  2467. /package/dist/bundled/v3/components/{or-toast-v3 → OrToast}/composable/useToastEventBus.d.ts +0 -0
  2468. /package/dist/bundled/v3/components/{or-toast → OrToast}/constants.d.ts +0 -0
  2469. /package/dist/bundled/v3/components/{or-toast → OrToast}/types.d.ts +0 -0
  2470. /package/dist/bundled/v3/components/{or-toast-v3 → OrToastV3}/OrToast.vue.d.ts +0 -0
  2471. /package/dist/bundled/v3/components/{or-toast → OrToastV3}/Timer.d.ts +0 -0
  2472. /package/dist/bundled/v3/components/{or-toast-v3 → OrToastV3}/composable/index.d.ts +0 -0
  2473. /package/dist/bundled/v3/components/{or-toast → OrToastV3}/composable/useQueue.d.ts +0 -0
  2474. /package/dist/bundled/v3/components/{or-toast → OrToastV3}/composable/useToast.d.ts +0 -0
  2475. /package/dist/bundled/v3/components/{or-toast → OrToastV3}/composable/useToastEventBus.d.ts +0 -0
  2476. /package/dist/bundled/v3/components/{or-toast-v3 → OrToastV3}/props.d.ts +0 -0
  2477. /package/dist/bundled/v3/components/{or-toast-v3 → OrToastV3}/styles.d.ts +0 -0
  2478. /package/dist/bundled/v3/components/{or-toast-v3 → OrToastV3}/types.d.ts +0 -0
  2479. /package/dist/bundled/v3/components/{or-tooltip → OrTooltip}/OrTooltip.vue.d.ts +0 -0
  2480. /package/dist/bundled/v3/components/{or-tooltip → OrTooltipContent}/OrTooltipContent.vue.d.ts +0 -0
  2481. /package/dist/bundled/v3/components/{or-tooltip-v3 → OrTooltipV3}/OrTooltip.vue.d.ts +0 -0
  2482. /package/dist/bundled/v3/components/{or-tooltip-v3 → OrTooltipV3}/index.d.ts +0 -0
  2483. /package/dist/bundled/v3/components/{or-tooltip-v3 → OrTooltipV3}/props.d.ts +0 -0
  2484. /package/dist/bundled/v3/components/{or-tooltip-v3 → OrTooltipV3}/styles.d.ts +0 -0
  2485. /package/dist/esm/v2/components/or-carousel/{OrCarouselItem.vue.d.ts → or-carousel-item/OrCarouselItem.vue.d.ts} +0 -0
  2486. /package/dist/esm/v2/components/or-chips/{OrChip.vue.d.ts → or-chip/OrChip.vue.d.ts} +0 -0
  2487. /package/dist/{bundled/v2/components/or-chips → esm/v2/components/or-chips/partials}/OrChipsInput.vue.d.ts +0 -0
  2488. /package/dist/{bundled/v2/components/or-overflow-menu → esm/v2/components/or-overflow-menu/partials}/OrOverflowMenuItem.vue.d.ts +0 -0
  2489. /package/dist/{bundled/v2/components/or-select → esm/v2/components/or-select/partials}/OrSelectContentEmpty.vue.d.ts +0 -0
  2490. /package/dist/{bundled/v2/components/or-select → esm/v2/components/or-select/partials}/OrSelectSearchOptions.vue.d.ts +0 -0
  2491. /package/dist/esm/v2/components/or-skeleton/{OrSkeletonCircle.vue.d.ts → or-skeleton-circle/OrSkeletonCircle.vue.d.ts} +0 -0
  2492. /package/dist/esm/v2/components/or-skeleton/{OrSkeletonRect.vue.d.ts → or-skeleton-rect/OrSkeletonRect.vue.d.ts} +0 -0
  2493. /package/dist/esm/v2/components/or-skeleton-v3/{OrSkeletonCircle.vue.d.ts → or-skeleton-circle-v3/OrSkeletonCircle.vue.d.ts} +0 -0
  2494. /package/dist/esm/v2/components/or-skeleton-v3/{OrSkeletonRect.vue.d.ts → or-skeleton-rect-v3/OrSkeletonRect.vue.d.ts} +0 -0
  2495. /package/dist/esm/v2/components/or-skeleton-v3/{OrSkeletonText.vue.d.ts → or-skeleton-text-v3/OrSkeletonText.vue.d.ts} +0 -0
  2496. /package/dist/{bundled/v2/components/or-stepper → esm/v2/components/or-stepper/partials}/OrStepperButtonOptions.vue.d.ts +0 -0
  2497. /package/dist/{bundled/v2/components/or-stepper → esm/v2/components/or-stepper/partials}/OrStepperOptionHorizontal.vue.d.ts +0 -0
  2498. /package/dist/{bundled/v2/components/or-stepper → esm/v2/components/or-stepper/partials}/OrStepperOptionVertical.vue.d.ts +0 -0
  2499. /package/dist/{bundled/v2/components/or-stepper → esm/v2/components/or-stepper/partials}/OrStepperTitle.vue.d.ts +0 -0
  2500. /package/dist/{bundled/v2/components/or-stepper → esm/v2/components/or-stepper/partials}/StatusIcon.vue.d.ts +0 -0
  2501. /package/dist/esm/v2/components/or-tooltip/{OrTooltipContent.vue.d.ts → or-tooltip-content/OrTooltipContent.vue.d.ts} +0 -0
  2502. /package/dist/esm/v3/components/or-carousel/{OrCarouselItem.vue.d.ts → or-carousel-item/OrCarouselItem.vue.d.ts} +0 -0
  2503. /package/dist/esm/v3/components/or-chips/{OrChip.vue.d.ts → or-chip/OrChip.vue.d.ts} +0 -0
  2504. /package/dist/{bundled/v3/components/or-chips → esm/v3/components/or-chips/partials}/OrChipsInput.vue.d.ts +0 -0
  2505. /package/dist/{bundled/v3/components/or-overflow-menu → esm/v3/components/or-overflow-menu/partials}/OrOverflowMenuItem.vue.d.ts +0 -0
  2506. /package/dist/{bundled/v3/components/or-select → esm/v3/components/or-select/partials}/OrSelectContentEmpty.vue.d.ts +0 -0
  2507. /package/dist/{bundled/v3/components/or-select → esm/v3/components/or-select/partials}/OrSelectSearchOptions.vue.d.ts +0 -0
  2508. /package/dist/esm/v3/components/or-skeleton/{OrSkeletonCircle.vue.d.ts → or-skeleton-circle/OrSkeletonCircle.vue.d.ts} +0 -0
  2509. /package/dist/esm/v3/components/or-skeleton/{OrSkeletonRect.vue.d.ts → or-skeleton-rect/OrSkeletonRect.vue.d.ts} +0 -0
  2510. /package/dist/esm/v3/components/or-skeleton-v3/{OrSkeletonCircle.vue.d.ts → or-skeleton-circle-v3/OrSkeletonCircle.vue.d.ts} +0 -0
  2511. /package/dist/esm/v3/components/or-skeleton-v3/{OrSkeletonRect.vue.d.ts → or-skeleton-rect-v3/OrSkeletonRect.vue.d.ts} +0 -0
  2512. /package/dist/esm/v3/components/or-skeleton-v3/{OrSkeletonText.vue.d.ts → or-skeleton-text-v3/OrSkeletonText.vue.d.ts} +0 -0
  2513. /package/dist/{bundled/v3/components/or-stepper → esm/v3/components/or-stepper/partials}/OrStepperButtonOptions.vue.d.ts +0 -0
  2514. /package/dist/{bundled/v3/components/or-stepper → esm/v3/components/or-stepper/partials}/OrStepperOptionHorizontal.vue.d.ts +0 -0
  2515. /package/dist/{bundled/v3/components/or-stepper → esm/v3/components/or-stepper/partials}/OrStepperOptionVertical.vue.d.ts +0 -0
  2516. /package/dist/{bundled/v3/components/or-stepper → esm/v3/components/or-stepper/partials}/OrStepperTitle.vue.d.ts +0 -0
  2517. /package/dist/{bundled/v3/components/or-stepper → esm/v3/components/or-stepper/partials}/StatusIcon.vue.d.ts +0 -0
  2518. /package/dist/esm/v3/components/or-tooltip/{OrTooltipContent.vue.d.ts → or-tooltip-content/OrTooltipContent.vue.d.ts} +0 -0
  2519. /package/src/components/or-carousel/{OrCarouselItem.vue → or-carousel-item/OrCarouselItem.vue} +0 -0
  2520. /package/src/components/or-chips/{OrChip.stories.ts → or-chip/OrChip.stories.ts} +0 -0
  2521. /package/src/components/or-skeleton-v3/{OrSkeletonCircle.docs.mdx → or-skeleton-circle-v3/OrSkeletonCircle.docs.mdx} +0 -0
  2522. /package/src/components/or-skeleton-v3/{OrSkeletonCircle.stories3.ts → or-skeleton-circle-v3/OrSkeletonCircle.stories3.ts} +0 -0
  2523. /package/src/components/or-skeleton-v3/{OrSkeletonRect.docs.mdx → or-skeleton-rect-v3/OrSkeletonRect.docs.mdx} +0 -0
  2524. /package/src/components/or-skeleton-v3/{OrSkeletonRect.stories3.ts → or-skeleton-rect-v3/OrSkeletonRect.stories3.ts} +0 -0
  2525. /package/src/components/or-skeleton-v3/{OrSkeletonText.docs.mdx → or-skeleton-text-v3/OrSkeletonText.docs.mdx} +0 -0
  2526. /package/src/components/or-skeleton-v3/{OrSkeletonText.stories3.ts → or-skeleton-text-v3/OrSkeletonText.stories3.ts} +0 -0
  2527. /package/src/components/or-stepper/{OrStepperOptionHorizontal.vue → partials/OrStepperOptionHorizontal.vue} +0 -0
  2528. /package/src/components/or-stepper/{OrStepperOptionVertical.vue → partials/OrStepperOptionVertical.vue} +0 -0
  2529. /package/src/components/or-stepper/{OrStepperTitle.vue → partials/OrStepperTitle.vue} +0 -0
  2530. /package/src/components/or-toast/{OrToastContainer.stories.mdx → or-toast-container/OrToastContainer.stories.mdx} +0 -0
  2531. /package/src/components/or-toast-v3/{OrToastContainer.docs.mdx → or-toast-container-v3/OrToastContainer.docs.mdx} +0 -0
  2532. /package/src/components/or-tooltip/{OrTooltipContent.vue → or-tooltip-content/OrTooltipContent.vue} +0 -0
@@ -0,0 +1,4094 @@
1
+ import { E as EditorView, F as Facet, c as combineConfig, S as StateField, a as EditorSelection, T as Transaction, C as ChangeSet, b as ChangeDesc, I as IndentContext, g as getIndentation, i as indentString, d as Text, e as indentUnit, f as countColumn, h as getIndentUnit, A as Annotation, j as StateEffect, m as matchBrackets, s as syntaxTree, N as NodeProp, D as Direction, k as findClusterBreak, V as ViewPlugin, l as Decoration, n as codePointAt, o as codePointSize, p as getPanel, q as CharCategory, P as Prec, r as fromCodePoint, t as showPanel, R as RangeSetBuilder, u as EditorState, v as runScopeHandlers, w as hoverTooltip, W as WidgetType, x as logException, y as lineNumbers, z as highlightActiveLineGutter, B as highlightSpecialChars, G as foldGutter, H as drawSelection, J as dropCursor, K as indentOnInput, L as syntaxHighlighting, M as defaultHighlightStyle, O as bracketMatching, Q as rectangularSelection, U as crosshairCursor, X as highlightActiveLine, Y as keymap, Z as foldKeymap } from '../../index-6976c52a.js';
2
+ import { c as closeBrackets, a as autocompletion, b as closeBracketsKeymap, d as completionKeymap, l as languages } from '../../lang-02d2bb2d.js';
3
+ import { useElementHover } from '@vueuse/core';
4
+ import { defineComponent, ref } from 'vue-demi';
5
+ import __vue_component__$3 from '../OrTeleport/OrTeleport.js';
6
+ import { OrCodeLanguages } from './constants.js';
7
+ import theme from './theme.js';
8
+ import __vue_component__$1 from '../OrIconButtonV2/OrIconButton.js';
9
+ import __vue_component__$2 from '../OrModal/OrModal.js';
10
+ import __vue_component__$4 from '../OrError/OrError.js';
11
+ import __vue_component__$5 from '../OrHint/OrHint.js';
12
+ import __vue_component__$6 from '../OrLabel/OrLabel.js';
13
+ import { s as styleInject } from '../../style-inject.es-4c6f2515.js';
14
+ import { n as normalizeComponent } from '../../normalize-component-6e8e3d80.js';
15
+ import 'portal-vue/dist/portal-vue.esm.js';
16
+ import '../OrTeleport/constants.js';
17
+ import '../OrTooltip/OrTooltip.js';
18
+ import 'lodash';
19
+ import '../OrTooltipContent/OrTooltipContent.js';
20
+ import '../OrFloating/OrFloating.js';
21
+ import '../../floating-ui.dom.esm-83eba816.js';
22
+ import '../OrFloating/constants.js';
23
+ import '../../utils/functions/dom.js';
24
+ import '../OrButtonV2/constants.js';
25
+ import '../OrIcon/OrIcon.js';
26
+ import '../OrIcon/constants.js';
27
+ import '../../utils/functions/px-to-rem.js';
28
+ import '../OrLoader/OrLoader.js';
29
+ import '../OrLoader/constants.js';
30
+ import '../OrModal/constants.js';
31
+ import '../OrOverlay/OrOverlay.js';
32
+
33
+ /**
34
+ Comment or uncomment the current selection. Will use line comments
35
+ if available, otherwise falling back to block comments.
36
+ */
37
+ const toggleComment = target => {
38
+ let {
39
+ state
40
+ } = target,
41
+ line = state.doc.lineAt(state.selection.main.head),
42
+ config = getConfig(target.state, line.from);
43
+ return config.line ? toggleLineComment(target) : config.block ? toggleBlockCommentByLine(target) : false;
44
+ };
45
+ function command(f, option) {
46
+ return ({
47
+ state,
48
+ dispatch
49
+ }) => {
50
+ if (state.readOnly) return false;
51
+ let tr = f(option, state);
52
+ if (!tr) return false;
53
+ dispatch(state.update(tr));
54
+ return true;
55
+ };
56
+ }
57
+ /**
58
+ Comment or uncomment the current selection using line comments.
59
+ The line comment syntax is taken from the
60
+ [`commentTokens`](https://codemirror.net/6/docs/ref/#commands.CommentTokens) [language
61
+ data](https://codemirror.net/6/docs/ref/#state.EditorState.languageDataAt).
62
+ */
63
+ const toggleLineComment = /*@__PURE__*/command(changeLineComment, 0 /* CommentOption.Toggle */);
64
+ /**
65
+ Comment or uncomment the current selection using block comments.
66
+ The block comment syntax is taken from the
67
+ [`commentTokens`](https://codemirror.net/6/docs/ref/#commands.CommentTokens) [language
68
+ data](https://codemirror.net/6/docs/ref/#state.EditorState.languageDataAt).
69
+ */
70
+ const toggleBlockComment = /*@__PURE__*/command(changeBlockComment, 0 /* CommentOption.Toggle */);
71
+ /**
72
+ Comment or uncomment the lines around the current selection using
73
+ block comments.
74
+ */
75
+ const toggleBlockCommentByLine = /*@__PURE__*/command((o, s) => changeBlockComment(o, s, selectedLineRanges(s)), 0 /* CommentOption.Toggle */);
76
+ function getConfig(state, pos) {
77
+ let data = state.languageDataAt("commentTokens", pos);
78
+ return data.length ? data[0] : {};
79
+ }
80
+ const SearchMargin = 50;
81
+ /**
82
+ Determines if the given range is block-commented in the given
83
+ state.
84
+ */
85
+ function findBlockComment(state, {
86
+ open,
87
+ close
88
+ }, from, to) {
89
+ let textBefore = state.sliceDoc(from - SearchMargin, from);
90
+ let textAfter = state.sliceDoc(to, to + SearchMargin);
91
+ let spaceBefore = /\s*$/.exec(textBefore)[0].length,
92
+ spaceAfter = /^\s*/.exec(textAfter)[0].length;
93
+ let beforeOff = textBefore.length - spaceBefore;
94
+ if (textBefore.slice(beforeOff - open.length, beforeOff) == open && textAfter.slice(spaceAfter, spaceAfter + close.length) == close) {
95
+ return {
96
+ open: {
97
+ pos: from - spaceBefore,
98
+ margin: spaceBefore && 1
99
+ },
100
+ close: {
101
+ pos: to + spaceAfter,
102
+ margin: spaceAfter && 1
103
+ }
104
+ };
105
+ }
106
+ let startText, endText;
107
+ if (to - from <= 2 * SearchMargin) {
108
+ startText = endText = state.sliceDoc(from, to);
109
+ } else {
110
+ startText = state.sliceDoc(from, from + SearchMargin);
111
+ endText = state.sliceDoc(to - SearchMargin, to);
112
+ }
113
+ let startSpace = /^\s*/.exec(startText)[0].length,
114
+ endSpace = /\s*$/.exec(endText)[0].length;
115
+ let endOff = endText.length - endSpace - close.length;
116
+ if (startText.slice(startSpace, startSpace + open.length) == open && endText.slice(endOff, endOff + close.length) == close) {
117
+ return {
118
+ open: {
119
+ pos: from + startSpace + open.length,
120
+ margin: /\s/.test(startText.charAt(startSpace + open.length)) ? 1 : 0
121
+ },
122
+ close: {
123
+ pos: to - endSpace - close.length,
124
+ margin: /\s/.test(endText.charAt(endOff - 1)) ? 1 : 0
125
+ }
126
+ };
127
+ }
128
+ return null;
129
+ }
130
+ function selectedLineRanges(state) {
131
+ let ranges = [];
132
+ for (let r of state.selection.ranges) {
133
+ let fromLine = state.doc.lineAt(r.from);
134
+ let toLine = r.to <= fromLine.to ? fromLine : state.doc.lineAt(r.to);
135
+ let last = ranges.length - 1;
136
+ if (last >= 0 && ranges[last].to > fromLine.from) ranges[last].to = toLine.to;else ranges.push({
137
+ from: fromLine.from,
138
+ to: toLine.to
139
+ });
140
+ }
141
+ return ranges;
142
+ }
143
+ // Performs toggle, comment and uncomment of block comments in
144
+ // languages that support them.
145
+ function changeBlockComment(option, state, ranges = state.selection.ranges) {
146
+ let tokens = ranges.map(r => getConfig(state, r.from).block);
147
+ if (!tokens.every(c => c)) return null;
148
+ let comments = ranges.map((r, i) => findBlockComment(state, tokens[i], r.from, r.to));
149
+ if (option != 2 /* CommentOption.Uncomment */ && !comments.every(c => c)) {
150
+ return {
151
+ changes: state.changes(ranges.map((range, i) => {
152
+ if (comments[i]) return [];
153
+ return [{
154
+ from: range.from,
155
+ insert: tokens[i].open + " "
156
+ }, {
157
+ from: range.to,
158
+ insert: " " + tokens[i].close
159
+ }];
160
+ }))
161
+ };
162
+ } else if (option != 1 /* CommentOption.Comment */ && comments.some(c => c)) {
163
+ let changes = [];
164
+ for (let i = 0, comment; i < comments.length; i++) if (comment = comments[i]) {
165
+ let token = tokens[i],
166
+ {
167
+ open,
168
+ close
169
+ } = comment;
170
+ changes.push({
171
+ from: open.pos - token.open.length,
172
+ to: open.pos + open.margin
173
+ }, {
174
+ from: close.pos - close.margin,
175
+ to: close.pos + token.close.length
176
+ });
177
+ }
178
+ return {
179
+ changes
180
+ };
181
+ }
182
+ return null;
183
+ }
184
+ // Performs toggle, comment and uncomment of line comments.
185
+ function changeLineComment(option, state, ranges = state.selection.ranges) {
186
+ let lines = [];
187
+ let prevLine = -1;
188
+ for (let {
189
+ from,
190
+ to
191
+ } of ranges) {
192
+ let startI = lines.length,
193
+ minIndent = 1e9;
194
+ for (let pos = from; pos <= to;) {
195
+ let line = state.doc.lineAt(pos);
196
+ if (line.from > prevLine && (from == to || to > line.from)) {
197
+ prevLine = line.from;
198
+ let token = getConfig(state, line.from).line;
199
+ if (!token) continue;
200
+ let indent = /^\s*/.exec(line.text)[0].length;
201
+ let empty = indent == line.length;
202
+ let comment = line.text.slice(indent, indent + token.length) == token ? indent : -1;
203
+ if (indent < line.text.length && indent < minIndent) minIndent = indent;
204
+ lines.push({
205
+ line,
206
+ comment,
207
+ token,
208
+ indent,
209
+ empty,
210
+ single: false
211
+ });
212
+ }
213
+ pos = line.to + 1;
214
+ }
215
+ if (minIndent < 1e9) for (let i = startI; i < lines.length; i++) if (lines[i].indent < lines[i].line.text.length) lines[i].indent = minIndent;
216
+ if (lines.length == startI + 1) lines[startI].single = true;
217
+ }
218
+ if (option != 2 /* CommentOption.Uncomment */ && lines.some(l => l.comment < 0 && (!l.empty || l.single))) {
219
+ let changes = [];
220
+ for (let {
221
+ line,
222
+ token,
223
+ indent,
224
+ empty,
225
+ single
226
+ } of lines) if (single || !empty) changes.push({
227
+ from: line.from + indent,
228
+ insert: token + " "
229
+ });
230
+ let changeSet = state.changes(changes);
231
+ return {
232
+ changes: changeSet,
233
+ selection: state.selection.map(changeSet, 1)
234
+ };
235
+ } else if (option != 1 /* CommentOption.Comment */ && lines.some(l => l.comment >= 0)) {
236
+ let changes = [];
237
+ for (let {
238
+ line,
239
+ comment,
240
+ token
241
+ } of lines) if (comment >= 0) {
242
+ let from = line.from + comment,
243
+ to = from + token.length;
244
+ if (line.text[to - line.from] == " ") to++;
245
+ changes.push({
246
+ from,
247
+ to
248
+ });
249
+ }
250
+ return {
251
+ changes
252
+ };
253
+ }
254
+ return null;
255
+ }
256
+ const fromHistory = /*@__PURE__*/Annotation.define();
257
+ /**
258
+ Transaction annotation that will prevent that transaction from
259
+ being combined with other transactions in the undo history. Given
260
+ `"before"`, it'll prevent merging with previous transactions. With
261
+ `"after"`, subsequent transactions won't be combined with this
262
+ one. With `"full"`, the transaction is isolated on both sides.
263
+ */
264
+ const isolateHistory = /*@__PURE__*/Annotation.define();
265
+ /**
266
+ This facet provides a way to register functions that, given a
267
+ transaction, provide a set of effects that the history should
268
+ store when inverting the transaction. This can be used to
269
+ integrate some kinds of effects in the history, so that they can
270
+ be undone (and redone again).
271
+ */
272
+ const invertedEffects = /*@__PURE__*/Facet.define();
273
+ const historyConfig = /*@__PURE__*/Facet.define({
274
+ combine(configs) {
275
+ return combineConfig(configs, {
276
+ minDepth: 100,
277
+ newGroupDelay: 500,
278
+ joinToEvent: (_t, isAdjacent) => isAdjacent
279
+ }, {
280
+ minDepth: Math.max,
281
+ newGroupDelay: Math.min,
282
+ joinToEvent: (a, b) => (tr, adj) => a(tr, adj) || b(tr, adj)
283
+ });
284
+ }
285
+ });
286
+ function changeEnd(changes) {
287
+ let end = 0;
288
+ changes.iterChangedRanges((_, to) => end = to);
289
+ return end;
290
+ }
291
+ const historyField_ = /*@__PURE__*/StateField.define({
292
+ create() {
293
+ return HistoryState.empty;
294
+ },
295
+ update(state, tr) {
296
+ let config = tr.state.facet(historyConfig);
297
+ let fromHist = tr.annotation(fromHistory);
298
+ if (fromHist) {
299
+ let selection = tr.docChanged ? EditorSelection.single(changeEnd(tr.changes)) : undefined;
300
+ let item = HistEvent.fromTransaction(tr, selection),
301
+ from = fromHist.side;
302
+ let other = from == 0 /* BranchName.Done */ ? state.undone : state.done;
303
+ if (item) other = updateBranch(other, other.length, config.minDepth, item);else other = addSelection(other, tr.startState.selection);
304
+ return new HistoryState(from == 0 /* BranchName.Done */ ? fromHist.rest : other, from == 0 /* BranchName.Done */ ? other : fromHist.rest);
305
+ }
306
+ let isolate = tr.annotation(isolateHistory);
307
+ if (isolate == "full" || isolate == "before") state = state.isolate();
308
+ if (tr.annotation(Transaction.addToHistory) === false) return !tr.changes.empty ? state.addMapping(tr.changes.desc) : state;
309
+ let event = HistEvent.fromTransaction(tr);
310
+ let time = tr.annotation(Transaction.time),
311
+ userEvent = tr.annotation(Transaction.userEvent);
312
+ if (event) state = state.addChanges(event, time, userEvent, config, tr);else if (tr.selection) state = state.addSelection(tr.startState.selection, time, userEvent, config.newGroupDelay);
313
+ if (isolate == "full" || isolate == "after") state = state.isolate();
314
+ return state;
315
+ },
316
+ toJSON(value) {
317
+ return {
318
+ done: value.done.map(e => e.toJSON()),
319
+ undone: value.undone.map(e => e.toJSON())
320
+ };
321
+ },
322
+ fromJSON(json) {
323
+ return new HistoryState(json.done.map(HistEvent.fromJSON), json.undone.map(HistEvent.fromJSON));
324
+ }
325
+ });
326
+ /**
327
+ Create a history extension with the given configuration.
328
+ */
329
+ function history(config = {}) {
330
+ return [historyField_, historyConfig.of(config), EditorView.domEventHandlers({
331
+ beforeinput(e, view) {
332
+ let command = e.inputType == "historyUndo" ? undo : e.inputType == "historyRedo" ? redo : null;
333
+ if (!command) return false;
334
+ e.preventDefault();
335
+ return command(view);
336
+ }
337
+ })];
338
+ }
339
+ function cmd(side, selection) {
340
+ return function ({
341
+ state,
342
+ dispatch
343
+ }) {
344
+ if (!selection && state.readOnly) return false;
345
+ let historyState = state.field(historyField_, false);
346
+ if (!historyState) return false;
347
+ let tr = historyState.pop(side, state, selection);
348
+ if (!tr) return false;
349
+ dispatch(tr);
350
+ return true;
351
+ };
352
+ }
353
+ /**
354
+ Undo a single group of history events. Returns false if no group
355
+ was available.
356
+ */
357
+ const undo = /*@__PURE__*/cmd(0 /* BranchName.Done */, false);
358
+ /**
359
+ Redo a group of history events. Returns false if no group was
360
+ available.
361
+ */
362
+ const redo = /*@__PURE__*/cmd(1 /* BranchName.Undone */, false);
363
+ /**
364
+ Undo a change or selection change.
365
+ */
366
+ const undoSelection = /*@__PURE__*/cmd(0 /* BranchName.Done */, true);
367
+ /**
368
+ Redo a change or selection change.
369
+ */
370
+ const redoSelection = /*@__PURE__*/cmd(1 /* BranchName.Undone */, true);
371
+ // History events store groups of changes or effects that need to be
372
+ // undone/redone together.
373
+ class HistEvent {
374
+ constructor(
375
+ // The changes in this event. Normal events hold at least one
376
+ // change or effect. But it may be necessary to store selection
377
+ // events before the first change, in which case a special type of
378
+ // instance is created which doesn't hold any changes, with
379
+ // changes == startSelection == undefined
380
+ changes,
381
+ // The effects associated with this event
382
+ effects,
383
+ // Accumulated mapping (from addToHistory==false) that should be
384
+ // applied to events below this one.
385
+ mapped,
386
+ // The selection before this event
387
+ startSelection,
388
+ // Stores selection changes after this event, to be used for
389
+ // selection undo/redo.
390
+ selectionsAfter) {
391
+ this.changes = changes;
392
+ this.effects = effects;
393
+ this.mapped = mapped;
394
+ this.startSelection = startSelection;
395
+ this.selectionsAfter = selectionsAfter;
396
+ }
397
+ setSelAfter(after) {
398
+ return new HistEvent(this.changes, this.effects, this.mapped, this.startSelection, after);
399
+ }
400
+ toJSON() {
401
+ var _a, _b, _c;
402
+ return {
403
+ changes: (_a = this.changes) === null || _a === void 0 ? void 0 : _a.toJSON(),
404
+ mapped: (_b = this.mapped) === null || _b === void 0 ? void 0 : _b.toJSON(),
405
+ startSelection: (_c = this.startSelection) === null || _c === void 0 ? void 0 : _c.toJSON(),
406
+ selectionsAfter: this.selectionsAfter.map(s => s.toJSON())
407
+ };
408
+ }
409
+ static fromJSON(json) {
410
+ return new HistEvent(json.changes && ChangeSet.fromJSON(json.changes), [], json.mapped && ChangeDesc.fromJSON(json.mapped), json.startSelection && EditorSelection.fromJSON(json.startSelection), json.selectionsAfter.map(EditorSelection.fromJSON));
411
+ }
412
+ // This does not check `addToHistory` and such, it assumes the
413
+ // transaction needs to be converted to an item. Returns null when
414
+ // there are no changes or effects in the transaction.
415
+ static fromTransaction(tr, selection) {
416
+ let effects = none;
417
+ for (let invert of tr.startState.facet(invertedEffects)) {
418
+ let result = invert(tr);
419
+ if (result.length) effects = effects.concat(result);
420
+ }
421
+ if (!effects.length && tr.changes.empty) return null;
422
+ return new HistEvent(tr.changes.invert(tr.startState.doc), effects, undefined, selection || tr.startState.selection, none);
423
+ }
424
+ static selection(selections) {
425
+ return new HistEvent(undefined, none, undefined, undefined, selections);
426
+ }
427
+ }
428
+ function updateBranch(branch, to, maxLen, newEvent) {
429
+ let start = to + 1 > maxLen + 20 ? to - maxLen - 1 : 0;
430
+ let newBranch = branch.slice(start, to);
431
+ newBranch.push(newEvent);
432
+ return newBranch;
433
+ }
434
+ function isAdjacent(a, b) {
435
+ let ranges = [],
436
+ isAdjacent = false;
437
+ a.iterChangedRanges((f, t) => ranges.push(f, t));
438
+ b.iterChangedRanges((_f, _t, f, t) => {
439
+ for (let i = 0; i < ranges.length;) {
440
+ let from = ranges[i++],
441
+ to = ranges[i++];
442
+ if (t >= from && f <= to) isAdjacent = true;
443
+ }
444
+ });
445
+ return isAdjacent;
446
+ }
447
+ function eqSelectionShape(a, b) {
448
+ return a.ranges.length == b.ranges.length && a.ranges.filter((r, i) => r.empty != b.ranges[i].empty).length === 0;
449
+ }
450
+ function conc(a, b) {
451
+ return !a.length ? b : !b.length ? a : a.concat(b);
452
+ }
453
+ const none = [];
454
+ const MaxSelectionsPerEvent = 200;
455
+ function addSelection(branch, selection) {
456
+ if (!branch.length) {
457
+ return [HistEvent.selection([selection])];
458
+ } else {
459
+ let lastEvent = branch[branch.length - 1];
460
+ let sels = lastEvent.selectionsAfter.slice(Math.max(0, lastEvent.selectionsAfter.length - MaxSelectionsPerEvent));
461
+ if (sels.length && sels[sels.length - 1].eq(selection)) return branch;
462
+ sels.push(selection);
463
+ return updateBranch(branch, branch.length - 1, 1e9, lastEvent.setSelAfter(sels));
464
+ }
465
+ }
466
+ // Assumes the top item has one or more selectionAfter values
467
+ function popSelection(branch) {
468
+ let last = branch[branch.length - 1];
469
+ let newBranch = branch.slice();
470
+ newBranch[branch.length - 1] = last.setSelAfter(last.selectionsAfter.slice(0, last.selectionsAfter.length - 1));
471
+ return newBranch;
472
+ }
473
+ // Add a mapping to the top event in the given branch. If this maps
474
+ // away all the changes and effects in that item, drop it and
475
+ // propagate the mapping to the next item.
476
+ function addMappingToBranch(branch, mapping) {
477
+ if (!branch.length) return branch;
478
+ let length = branch.length,
479
+ selections = none;
480
+ while (length) {
481
+ let event = mapEvent(branch[length - 1], mapping, selections);
482
+ if (event.changes && !event.changes.empty || event.effects.length) {
483
+ // Event survived mapping
484
+ let result = branch.slice(0, length);
485
+ result[length - 1] = event;
486
+ return result;
487
+ } else {
488
+ // Drop this event, since there's no changes or effects left
489
+ mapping = event.mapped;
490
+ length--;
491
+ selections = event.selectionsAfter;
492
+ }
493
+ }
494
+ return selections.length ? [HistEvent.selection(selections)] : none;
495
+ }
496
+ function mapEvent(event, mapping, extraSelections) {
497
+ let selections = conc(event.selectionsAfter.length ? event.selectionsAfter.map(s => s.map(mapping)) : none, extraSelections);
498
+ // Change-less events don't store mappings (they are always the last event in a branch)
499
+ if (!event.changes) return HistEvent.selection(selections);
500
+ let mappedChanges = event.changes.map(mapping),
501
+ before = mapping.mapDesc(event.changes, true);
502
+ let fullMapping = event.mapped ? event.mapped.composeDesc(before) : before;
503
+ return new HistEvent(mappedChanges, StateEffect.mapEffects(event.effects, mapping), fullMapping, event.startSelection.map(before), selections);
504
+ }
505
+ const joinableUserEvent = /^(input\.type|delete)($|\.)/;
506
+ class HistoryState {
507
+ constructor(done, undone, prevTime = 0, prevUserEvent = undefined) {
508
+ this.done = done;
509
+ this.undone = undone;
510
+ this.prevTime = prevTime;
511
+ this.prevUserEvent = prevUserEvent;
512
+ }
513
+ isolate() {
514
+ return this.prevTime ? new HistoryState(this.done, this.undone) : this;
515
+ }
516
+ addChanges(event, time, userEvent, config, tr) {
517
+ let done = this.done,
518
+ lastEvent = done[done.length - 1];
519
+ if (lastEvent && lastEvent.changes && !lastEvent.changes.empty && event.changes && (!userEvent || joinableUserEvent.test(userEvent)) && (!lastEvent.selectionsAfter.length && time - this.prevTime < config.newGroupDelay && config.joinToEvent(tr, isAdjacent(lastEvent.changes, event.changes)) ||
520
+ // For compose (but not compose.start) events, always join with previous event
521
+ userEvent == "input.type.compose")) {
522
+ done = updateBranch(done, done.length - 1, config.minDepth, new HistEvent(event.changes.compose(lastEvent.changes), conc(event.effects, lastEvent.effects), lastEvent.mapped, lastEvent.startSelection, none));
523
+ } else {
524
+ done = updateBranch(done, done.length, config.minDepth, event);
525
+ }
526
+ return new HistoryState(done, none, time, userEvent);
527
+ }
528
+ addSelection(selection, time, userEvent, newGroupDelay) {
529
+ let last = this.done.length ? this.done[this.done.length - 1].selectionsAfter : none;
530
+ if (last.length > 0 && time - this.prevTime < newGroupDelay && userEvent == this.prevUserEvent && userEvent && /^select($|\.)/.test(userEvent) && eqSelectionShape(last[last.length - 1], selection)) return this;
531
+ return new HistoryState(addSelection(this.done, selection), this.undone, time, userEvent);
532
+ }
533
+ addMapping(mapping) {
534
+ return new HistoryState(addMappingToBranch(this.done, mapping), addMappingToBranch(this.undone, mapping), this.prevTime, this.prevUserEvent);
535
+ }
536
+ pop(side, state, selection) {
537
+ let branch = side == 0 /* BranchName.Done */ ? this.done : this.undone;
538
+ if (branch.length == 0) return null;
539
+ let event = branch[branch.length - 1];
540
+ if (selection && event.selectionsAfter.length) {
541
+ return state.update({
542
+ selection: event.selectionsAfter[event.selectionsAfter.length - 1],
543
+ annotations: fromHistory.of({
544
+ side,
545
+ rest: popSelection(branch)
546
+ }),
547
+ userEvent: side == 0 /* BranchName.Done */ ? "select.undo" : "select.redo",
548
+ scrollIntoView: true
549
+ });
550
+ } else if (!event.changes) {
551
+ return null;
552
+ } else {
553
+ let rest = branch.length == 1 ? none : branch.slice(0, branch.length - 1);
554
+ if (event.mapped) rest = addMappingToBranch(rest, event.mapped);
555
+ return state.update({
556
+ changes: event.changes,
557
+ selection: event.startSelection,
558
+ effects: event.effects,
559
+ annotations: fromHistory.of({
560
+ side,
561
+ rest
562
+ }),
563
+ filter: false,
564
+ userEvent: side == 0 /* BranchName.Done */ ? "undo" : "redo",
565
+ scrollIntoView: true
566
+ });
567
+ }
568
+ }
569
+ }
570
+ HistoryState.empty = /*@__PURE__*/new HistoryState(none, none);
571
+ /**
572
+ Default key bindings for the undo history.
573
+
574
+ - Mod-z: [`undo`](https://codemirror.net/6/docs/ref/#commands.undo).
575
+ - Mod-y (Mod-Shift-z on macOS) + Ctrl-Shift-z on Linux: [`redo`](https://codemirror.net/6/docs/ref/#commands.redo).
576
+ - Mod-u: [`undoSelection`](https://codemirror.net/6/docs/ref/#commands.undoSelection).
577
+ - Alt-u (Mod-Shift-u on macOS): [`redoSelection`](https://codemirror.net/6/docs/ref/#commands.redoSelection).
578
+ */
579
+ const historyKeymap = [{
580
+ key: "Mod-z",
581
+ run: undo,
582
+ preventDefault: true
583
+ }, {
584
+ key: "Mod-y",
585
+ mac: "Mod-Shift-z",
586
+ run: redo,
587
+ preventDefault: true
588
+ }, {
589
+ linux: "Ctrl-Shift-z",
590
+ run: redo,
591
+ preventDefault: true
592
+ }, {
593
+ key: "Mod-u",
594
+ run: undoSelection,
595
+ preventDefault: true
596
+ }, {
597
+ key: "Alt-u",
598
+ mac: "Mod-Shift-u",
599
+ run: redoSelection,
600
+ preventDefault: true
601
+ }];
602
+ function updateSel(sel, by) {
603
+ return EditorSelection.create(sel.ranges.map(by), sel.mainIndex);
604
+ }
605
+ function setSel(state, selection) {
606
+ return state.update({
607
+ selection,
608
+ scrollIntoView: true,
609
+ userEvent: "select"
610
+ });
611
+ }
612
+ function moveSel({
613
+ state,
614
+ dispatch
615
+ }, how) {
616
+ let selection = updateSel(state.selection, how);
617
+ if (selection.eq(state.selection)) return false;
618
+ dispatch(setSel(state, selection));
619
+ return true;
620
+ }
621
+ function rangeEnd(range, forward) {
622
+ return EditorSelection.cursor(forward ? range.to : range.from);
623
+ }
624
+ function cursorByChar(view, forward) {
625
+ return moveSel(view, range => range.empty ? view.moveByChar(range, forward) : rangeEnd(range, forward));
626
+ }
627
+ function ltrAtCursor(view) {
628
+ return view.textDirectionAt(view.state.selection.main.head) == Direction.LTR;
629
+ }
630
+ /**
631
+ Move the selection one character to the left (which is backward in
632
+ left-to-right text, forward in right-to-left text).
633
+ */
634
+ const cursorCharLeft = view => cursorByChar(view, !ltrAtCursor(view));
635
+ /**
636
+ Move the selection one character to the right.
637
+ */
638
+ const cursorCharRight = view => cursorByChar(view, ltrAtCursor(view));
639
+ function cursorByGroup(view, forward) {
640
+ return moveSel(view, range => range.empty ? view.moveByGroup(range, forward) : rangeEnd(range, forward));
641
+ }
642
+ /**
643
+ Move the selection to the left across one group of word or
644
+ non-word (but also non-space) characters.
645
+ */
646
+ const cursorGroupLeft = view => cursorByGroup(view, !ltrAtCursor(view));
647
+ /**
648
+ Move the selection one group to the right.
649
+ */
650
+ const cursorGroupRight = view => cursorByGroup(view, ltrAtCursor(view));
651
+ function interestingNode(state, node, bracketProp) {
652
+ if (node.type.prop(bracketProp)) return true;
653
+ let len = node.to - node.from;
654
+ return len && (len > 2 || /[^\s,.;:]/.test(state.sliceDoc(node.from, node.to))) || node.firstChild;
655
+ }
656
+ function moveBySyntax(state, start, forward) {
657
+ let pos = syntaxTree(state).resolveInner(start.head);
658
+ let bracketProp = forward ? NodeProp.closedBy : NodeProp.openedBy;
659
+ // Scan forward through child nodes to see if there's an interesting
660
+ // node ahead.
661
+ for (let at = start.head;;) {
662
+ let next = forward ? pos.childAfter(at) : pos.childBefore(at);
663
+ if (!next) break;
664
+ if (interestingNode(state, next, bracketProp)) pos = next;else at = forward ? next.to : next.from;
665
+ }
666
+ let bracket = pos.type.prop(bracketProp),
667
+ match,
668
+ newPos;
669
+ if (bracket && (match = forward ? matchBrackets(state, pos.from, 1) : matchBrackets(state, pos.to, -1)) && match.matched) newPos = forward ? match.end.to : match.end.from;else newPos = forward ? pos.to : pos.from;
670
+ return EditorSelection.cursor(newPos, forward ? -1 : 1);
671
+ }
672
+ /**
673
+ Move the cursor over the next syntactic element to the left.
674
+ */
675
+ const cursorSyntaxLeft = view => moveSel(view, range => moveBySyntax(view.state, range, !ltrAtCursor(view)));
676
+ /**
677
+ Move the cursor over the next syntactic element to the right.
678
+ */
679
+ const cursorSyntaxRight = view => moveSel(view, range => moveBySyntax(view.state, range, ltrAtCursor(view)));
680
+ function cursorByLine(view, forward) {
681
+ return moveSel(view, range => {
682
+ if (!range.empty) return rangeEnd(range, forward);
683
+ let moved = view.moveVertically(range, forward);
684
+ return moved.head != range.head ? moved : view.moveToLineBoundary(range, forward);
685
+ });
686
+ }
687
+ /**
688
+ Move the selection one line up.
689
+ */
690
+ const cursorLineUp = view => cursorByLine(view, false);
691
+ /**
692
+ Move the selection one line down.
693
+ */
694
+ const cursorLineDown = view => cursorByLine(view, true);
695
+ function pageInfo(view) {
696
+ let selfScroll = view.scrollDOM.clientHeight < view.scrollDOM.scrollHeight - 2;
697
+ let marginTop = 0,
698
+ marginBottom = 0,
699
+ height;
700
+ if (selfScroll) {
701
+ for (let source of view.state.facet(EditorView.scrollMargins)) {
702
+ let margins = source(view);
703
+ if (margins === null || margins === void 0 ? void 0 : margins.top) marginTop = Math.max(margins === null || margins === void 0 ? void 0 : margins.top, marginTop);
704
+ if (margins === null || margins === void 0 ? void 0 : margins.bottom) marginBottom = Math.max(margins === null || margins === void 0 ? void 0 : margins.bottom, marginBottom);
705
+ }
706
+ height = view.scrollDOM.clientHeight - marginTop - marginBottom;
707
+ } else {
708
+ height = (view.dom.ownerDocument.defaultView || window).innerHeight;
709
+ }
710
+ return {
711
+ marginTop,
712
+ marginBottom,
713
+ selfScroll,
714
+ height: Math.max(view.defaultLineHeight, height - 5)
715
+ };
716
+ }
717
+ function cursorByPage(view, forward) {
718
+ let page = pageInfo(view);
719
+ let {
720
+ state
721
+ } = view,
722
+ selection = updateSel(state.selection, range => {
723
+ return range.empty ? view.moveVertically(range, forward, page.height) : rangeEnd(range, forward);
724
+ });
725
+ if (selection.eq(state.selection)) return false;
726
+ let effect;
727
+ if (page.selfScroll) {
728
+ let startPos = view.coordsAtPos(state.selection.main.head);
729
+ let scrollRect = view.scrollDOM.getBoundingClientRect();
730
+ let scrollTop = scrollRect.top + page.marginTop,
731
+ scrollBottom = scrollRect.bottom - page.marginBottom;
732
+ if (startPos && startPos.top > scrollTop && startPos.bottom < scrollBottom) effect = EditorView.scrollIntoView(selection.main.head, {
733
+ y: "start",
734
+ yMargin: startPos.top - scrollTop
735
+ });
736
+ }
737
+ view.dispatch(setSel(state, selection), {
738
+ effects: effect
739
+ });
740
+ return true;
741
+ }
742
+ /**
743
+ Move the selection one page up.
744
+ */
745
+ const cursorPageUp = view => cursorByPage(view, false);
746
+ /**
747
+ Move the selection one page down.
748
+ */
749
+ const cursorPageDown = view => cursorByPage(view, true);
750
+ function moveByLineBoundary(view, start, forward) {
751
+ let line = view.lineBlockAt(start.head),
752
+ moved = view.moveToLineBoundary(start, forward);
753
+ if (moved.head == start.head && moved.head != (forward ? line.to : line.from)) moved = view.moveToLineBoundary(start, forward, false);
754
+ if (!forward && moved.head == line.from && line.length) {
755
+ let space = /^\s*/.exec(view.state.sliceDoc(line.from, Math.min(line.from + 100, line.to)))[0].length;
756
+ if (space && start.head != line.from + space) moved = EditorSelection.cursor(line.from + space);
757
+ }
758
+ return moved;
759
+ }
760
+ /**
761
+ Move the selection to the next line wrap point, or to the end of
762
+ the line if there isn't one left on this line.
763
+ */
764
+ const cursorLineBoundaryForward = view => moveSel(view, range => moveByLineBoundary(view, range, true));
765
+ /**
766
+ Move the selection to previous line wrap point, or failing that to
767
+ the start of the line. If the line is indented, and the cursor
768
+ isn't already at the end of the indentation, this will move to the
769
+ end of the indentation instead of the start of the line.
770
+ */
771
+ const cursorLineBoundaryBackward = view => moveSel(view, range => moveByLineBoundary(view, range, false));
772
+ /**
773
+ Move the selection one line wrap point to the left.
774
+ */
775
+ const cursorLineBoundaryLeft = view => moveSel(view, range => moveByLineBoundary(view, range, !ltrAtCursor(view)));
776
+ /**
777
+ Move the selection one line wrap point to the right.
778
+ */
779
+ const cursorLineBoundaryRight = view => moveSel(view, range => moveByLineBoundary(view, range, ltrAtCursor(view)));
780
+ /**
781
+ Move the selection to the start of the line.
782
+ */
783
+ const cursorLineStart = view => moveSel(view, range => EditorSelection.cursor(view.lineBlockAt(range.head).from, 1));
784
+ /**
785
+ Move the selection to the end of the line.
786
+ */
787
+ const cursorLineEnd = view => moveSel(view, range => EditorSelection.cursor(view.lineBlockAt(range.head).to, -1));
788
+ function toMatchingBracket(state, dispatch, extend) {
789
+ let found = false,
790
+ selection = updateSel(state.selection, range => {
791
+ let matching = matchBrackets(state, range.head, -1) || matchBrackets(state, range.head, 1) || range.head > 0 && matchBrackets(state, range.head - 1, 1) || range.head < state.doc.length && matchBrackets(state, range.head + 1, -1);
792
+ if (!matching || !matching.end) return range;
793
+ found = true;
794
+ let head = matching.start.from == range.head ? matching.end.to : matching.end.from;
795
+ return extend ? EditorSelection.range(range.anchor, head) : EditorSelection.cursor(head);
796
+ });
797
+ if (!found) return false;
798
+ dispatch(setSel(state, selection));
799
+ return true;
800
+ }
801
+ /**
802
+ Move the selection to the bracket matching the one it is currently
803
+ on, if any.
804
+ */
805
+ const cursorMatchingBracket = ({
806
+ state,
807
+ dispatch
808
+ }) => toMatchingBracket(state, dispatch, false);
809
+ function extendSel(view, how) {
810
+ let selection = updateSel(view.state.selection, range => {
811
+ let head = how(range);
812
+ return EditorSelection.range(range.anchor, head.head, head.goalColumn, head.bidiLevel || undefined);
813
+ });
814
+ if (selection.eq(view.state.selection)) return false;
815
+ view.dispatch(setSel(view.state, selection));
816
+ return true;
817
+ }
818
+ function selectByChar(view, forward) {
819
+ return extendSel(view, range => view.moveByChar(range, forward));
820
+ }
821
+ /**
822
+ Move the selection head one character to the left, while leaving
823
+ the anchor in place.
824
+ */
825
+ const selectCharLeft = view => selectByChar(view, !ltrAtCursor(view));
826
+ /**
827
+ Move the selection head one character to the right.
828
+ */
829
+ const selectCharRight = view => selectByChar(view, ltrAtCursor(view));
830
+ function selectByGroup(view, forward) {
831
+ return extendSel(view, range => view.moveByGroup(range, forward));
832
+ }
833
+ /**
834
+ Move the selection head one [group](https://codemirror.net/6/docs/ref/#commands.cursorGroupLeft) to
835
+ the left.
836
+ */
837
+ const selectGroupLeft = view => selectByGroup(view, !ltrAtCursor(view));
838
+ /**
839
+ Move the selection head one group to the right.
840
+ */
841
+ const selectGroupRight = view => selectByGroup(view, ltrAtCursor(view));
842
+ /**
843
+ Move the selection head over the next syntactic element to the left.
844
+ */
845
+ const selectSyntaxLeft = view => extendSel(view, range => moveBySyntax(view.state, range, !ltrAtCursor(view)));
846
+ /**
847
+ Move the selection head over the next syntactic element to the right.
848
+ */
849
+ const selectSyntaxRight = view => extendSel(view, range => moveBySyntax(view.state, range, ltrAtCursor(view)));
850
+ function selectByLine(view, forward) {
851
+ return extendSel(view, range => view.moveVertically(range, forward));
852
+ }
853
+ /**
854
+ Move the selection head one line up.
855
+ */
856
+ const selectLineUp = view => selectByLine(view, false);
857
+ /**
858
+ Move the selection head one line down.
859
+ */
860
+ const selectLineDown = view => selectByLine(view, true);
861
+ function selectByPage(view, forward) {
862
+ return extendSel(view, range => view.moveVertically(range, forward, pageInfo(view).height));
863
+ }
864
+ /**
865
+ Move the selection head one page up.
866
+ */
867
+ const selectPageUp = view => selectByPage(view, false);
868
+ /**
869
+ Move the selection head one page down.
870
+ */
871
+ const selectPageDown = view => selectByPage(view, true);
872
+ /**
873
+ Move the selection head to the next line boundary.
874
+ */
875
+ const selectLineBoundaryForward = view => extendSel(view, range => moveByLineBoundary(view, range, true));
876
+ /**
877
+ Move the selection head to the previous line boundary.
878
+ */
879
+ const selectLineBoundaryBackward = view => extendSel(view, range => moveByLineBoundary(view, range, false));
880
+ /**
881
+ Move the selection head one line boundary to the left.
882
+ */
883
+ const selectLineBoundaryLeft = view => extendSel(view, range => moveByLineBoundary(view, range, !ltrAtCursor(view)));
884
+ /**
885
+ Move the selection head one line boundary to the right.
886
+ */
887
+ const selectLineBoundaryRight = view => extendSel(view, range => moveByLineBoundary(view, range, ltrAtCursor(view)));
888
+ /**
889
+ Move the selection head to the start of the line.
890
+ */
891
+ const selectLineStart = view => extendSel(view, range => EditorSelection.cursor(view.lineBlockAt(range.head).from));
892
+ /**
893
+ Move the selection head to the end of the line.
894
+ */
895
+ const selectLineEnd = view => extendSel(view, range => EditorSelection.cursor(view.lineBlockAt(range.head).to));
896
+ /**
897
+ Move the selection to the start of the document.
898
+ */
899
+ const cursorDocStart = ({
900
+ state,
901
+ dispatch
902
+ }) => {
903
+ dispatch(setSel(state, {
904
+ anchor: 0
905
+ }));
906
+ return true;
907
+ };
908
+ /**
909
+ Move the selection to the end of the document.
910
+ */
911
+ const cursorDocEnd = ({
912
+ state,
913
+ dispatch
914
+ }) => {
915
+ dispatch(setSel(state, {
916
+ anchor: state.doc.length
917
+ }));
918
+ return true;
919
+ };
920
+ /**
921
+ Move the selection head to the start of the document.
922
+ */
923
+ const selectDocStart = ({
924
+ state,
925
+ dispatch
926
+ }) => {
927
+ dispatch(setSel(state, {
928
+ anchor: state.selection.main.anchor,
929
+ head: 0
930
+ }));
931
+ return true;
932
+ };
933
+ /**
934
+ Move the selection head to the end of the document.
935
+ */
936
+ const selectDocEnd = ({
937
+ state,
938
+ dispatch
939
+ }) => {
940
+ dispatch(setSel(state, {
941
+ anchor: state.selection.main.anchor,
942
+ head: state.doc.length
943
+ }));
944
+ return true;
945
+ };
946
+ /**
947
+ Select the entire document.
948
+ */
949
+ const selectAll = ({
950
+ state,
951
+ dispatch
952
+ }) => {
953
+ dispatch(state.update({
954
+ selection: {
955
+ anchor: 0,
956
+ head: state.doc.length
957
+ },
958
+ userEvent: "select"
959
+ }));
960
+ return true;
961
+ };
962
+ /**
963
+ Expand the selection to cover entire lines.
964
+ */
965
+ const selectLine = ({
966
+ state,
967
+ dispatch
968
+ }) => {
969
+ let ranges = selectedLineBlocks(state).map(({
970
+ from,
971
+ to
972
+ }) => EditorSelection.range(from, Math.min(to + 1, state.doc.length)));
973
+ dispatch(state.update({
974
+ selection: EditorSelection.create(ranges),
975
+ userEvent: "select"
976
+ }));
977
+ return true;
978
+ };
979
+ /**
980
+ Select the next syntactic construct that is larger than the
981
+ selection. Note that this will only work insofar as the language
982
+ [provider](https://codemirror.net/6/docs/ref/#language.language) you use builds up a full
983
+ syntax tree.
984
+ */
985
+ const selectParentSyntax = ({
986
+ state,
987
+ dispatch
988
+ }) => {
989
+ let selection = updateSel(state.selection, range => {
990
+ var _a;
991
+ let context = syntaxTree(state).resolveInner(range.head, 1);
992
+ while (!(context.from < range.from && context.to >= range.to || context.to > range.to && context.from <= range.from || !((_a = context.parent) === null || _a === void 0 ? void 0 : _a.parent))) context = context.parent;
993
+ return EditorSelection.range(context.to, context.from);
994
+ });
995
+ dispatch(setSel(state, selection));
996
+ return true;
997
+ };
998
+ /**
999
+ Simplify the current selection. When multiple ranges are selected,
1000
+ reduce it to its main range. Otherwise, if the selection is
1001
+ non-empty, convert it to a cursor selection.
1002
+ */
1003
+ const simplifySelection = ({
1004
+ state,
1005
+ dispatch
1006
+ }) => {
1007
+ let cur = state.selection,
1008
+ selection = null;
1009
+ if (cur.ranges.length > 1) selection = EditorSelection.create([cur.main]);else if (!cur.main.empty) selection = EditorSelection.create([EditorSelection.cursor(cur.main.head)]);
1010
+ if (!selection) return false;
1011
+ dispatch(setSel(state, selection));
1012
+ return true;
1013
+ };
1014
+ function deleteBy(target, by) {
1015
+ if (target.state.readOnly) return false;
1016
+ let event = "delete.selection",
1017
+ {
1018
+ state
1019
+ } = target;
1020
+ let changes = state.changeByRange(range => {
1021
+ let {
1022
+ from,
1023
+ to
1024
+ } = range;
1025
+ if (from == to) {
1026
+ let towards = by(from);
1027
+ if (towards < from) {
1028
+ event = "delete.backward";
1029
+ towards = skipAtomic(target, towards, false);
1030
+ } else if (towards > from) {
1031
+ event = "delete.forward";
1032
+ towards = skipAtomic(target, towards, true);
1033
+ }
1034
+ from = Math.min(from, towards);
1035
+ to = Math.max(to, towards);
1036
+ } else {
1037
+ from = skipAtomic(target, from, false);
1038
+ to = skipAtomic(target, to, true);
1039
+ }
1040
+ return from == to ? {
1041
+ range
1042
+ } : {
1043
+ changes: {
1044
+ from,
1045
+ to
1046
+ },
1047
+ range: EditorSelection.cursor(from)
1048
+ };
1049
+ });
1050
+ if (changes.changes.empty) return false;
1051
+ target.dispatch(state.update(changes, {
1052
+ scrollIntoView: true,
1053
+ userEvent: event,
1054
+ effects: event == "delete.selection" ? EditorView.announce.of(state.phrase("Selection deleted")) : undefined
1055
+ }));
1056
+ return true;
1057
+ }
1058
+ function skipAtomic(target, pos, forward) {
1059
+ if (target instanceof EditorView) for (let ranges of target.state.facet(EditorView.atomicRanges).map(f => f(target))) ranges.between(pos, pos, (from, to) => {
1060
+ if (from < pos && to > pos) pos = forward ? to : from;
1061
+ });
1062
+ return pos;
1063
+ }
1064
+ const deleteByChar = (target, forward) => deleteBy(target, pos => {
1065
+ let {
1066
+ state
1067
+ } = target,
1068
+ line = state.doc.lineAt(pos),
1069
+ before,
1070
+ targetPos;
1071
+ if (!forward && pos > line.from && pos < line.from + 200 && !/[^ \t]/.test(before = line.text.slice(0, pos - line.from))) {
1072
+ if (before[before.length - 1] == "\t") return pos - 1;
1073
+ let col = countColumn(before, state.tabSize),
1074
+ drop = col % getIndentUnit(state) || getIndentUnit(state);
1075
+ for (let i = 0; i < drop && before[before.length - 1 - i] == " "; i++) pos--;
1076
+ targetPos = pos;
1077
+ } else {
1078
+ targetPos = findClusterBreak(line.text, pos - line.from, forward, forward) + line.from;
1079
+ if (targetPos == pos && line.number != (forward ? state.doc.lines : 1)) targetPos += forward ? 1 : -1;
1080
+ }
1081
+ return targetPos;
1082
+ });
1083
+ /**
1084
+ Delete the selection, or, for cursor selections, the character
1085
+ before the cursor.
1086
+ */
1087
+ const deleteCharBackward = view => deleteByChar(view, false);
1088
+ /**
1089
+ Delete the selection or the character after the cursor.
1090
+ */
1091
+ const deleteCharForward = view => deleteByChar(view, true);
1092
+ const deleteByGroup = (target, forward) => deleteBy(target, start => {
1093
+ let pos = start,
1094
+ {
1095
+ state
1096
+ } = target,
1097
+ line = state.doc.lineAt(pos);
1098
+ let categorize = state.charCategorizer(pos);
1099
+ for (let cat = null;;) {
1100
+ if (pos == (forward ? line.to : line.from)) {
1101
+ if (pos == start && line.number != (forward ? state.doc.lines : 1)) pos += forward ? 1 : -1;
1102
+ break;
1103
+ }
1104
+ let next = findClusterBreak(line.text, pos - line.from, forward) + line.from;
1105
+ let nextChar = line.text.slice(Math.min(pos, next) - line.from, Math.max(pos, next) - line.from);
1106
+ let nextCat = categorize(nextChar);
1107
+ if (cat != null && nextCat != cat) break;
1108
+ if (nextChar != " " || pos != start) cat = nextCat;
1109
+ pos = next;
1110
+ }
1111
+ return pos;
1112
+ });
1113
+ /**
1114
+ Delete the selection or backward until the end of the next
1115
+ [group](https://codemirror.net/6/docs/ref/#view.EditorView.moveByGroup), only skipping groups of
1116
+ whitespace when they consist of a single space.
1117
+ */
1118
+ const deleteGroupBackward = target => deleteByGroup(target, false);
1119
+ /**
1120
+ Delete the selection or forward until the end of the next group.
1121
+ */
1122
+ const deleteGroupForward = target => deleteByGroup(target, true);
1123
+ /**
1124
+ Delete the selection, or, if it is a cursor selection, delete to
1125
+ the end of the line. If the cursor is directly at the end of the
1126
+ line, delete the line break after it.
1127
+ */
1128
+ const deleteToLineEnd = view => deleteBy(view, pos => {
1129
+ let lineEnd = view.lineBlockAt(pos).to;
1130
+ return pos < lineEnd ? lineEnd : Math.min(view.state.doc.length, pos + 1);
1131
+ });
1132
+ /**
1133
+ Delete the selection, or, if it is a cursor selection, delete to
1134
+ the start of the line. If the cursor is directly at the start of the
1135
+ line, delete the line break before it.
1136
+ */
1137
+ const deleteToLineStart = view => deleteBy(view, pos => {
1138
+ let lineStart = view.lineBlockAt(pos).from;
1139
+ return pos > lineStart ? lineStart : Math.max(0, pos - 1);
1140
+ });
1141
+ /**
1142
+ Replace each selection range with a line break, leaving the cursor
1143
+ on the line before the break.
1144
+ */
1145
+ const splitLine = ({
1146
+ state,
1147
+ dispatch
1148
+ }) => {
1149
+ if (state.readOnly) return false;
1150
+ let changes = state.changeByRange(range => {
1151
+ return {
1152
+ changes: {
1153
+ from: range.from,
1154
+ to: range.to,
1155
+ insert: Text.of(["", ""])
1156
+ },
1157
+ range: EditorSelection.cursor(range.from)
1158
+ };
1159
+ });
1160
+ dispatch(state.update(changes, {
1161
+ scrollIntoView: true,
1162
+ userEvent: "input"
1163
+ }));
1164
+ return true;
1165
+ };
1166
+ /**
1167
+ Flip the characters before and after the cursor(s).
1168
+ */
1169
+ const transposeChars = ({
1170
+ state,
1171
+ dispatch
1172
+ }) => {
1173
+ if (state.readOnly) return false;
1174
+ let changes = state.changeByRange(range => {
1175
+ if (!range.empty || range.from == 0 || range.from == state.doc.length) return {
1176
+ range
1177
+ };
1178
+ let pos = range.from,
1179
+ line = state.doc.lineAt(pos);
1180
+ let from = pos == line.from ? pos - 1 : findClusterBreak(line.text, pos - line.from, false) + line.from;
1181
+ let to = pos == line.to ? pos + 1 : findClusterBreak(line.text, pos - line.from, true) + line.from;
1182
+ return {
1183
+ changes: {
1184
+ from,
1185
+ to,
1186
+ insert: state.doc.slice(pos, to).append(state.doc.slice(from, pos))
1187
+ },
1188
+ range: EditorSelection.cursor(to)
1189
+ };
1190
+ });
1191
+ if (changes.changes.empty) return false;
1192
+ dispatch(state.update(changes, {
1193
+ scrollIntoView: true,
1194
+ userEvent: "move.character"
1195
+ }));
1196
+ return true;
1197
+ };
1198
+ function selectedLineBlocks(state) {
1199
+ let blocks = [],
1200
+ upto = -1;
1201
+ for (let range of state.selection.ranges) {
1202
+ let startLine = state.doc.lineAt(range.from),
1203
+ endLine = state.doc.lineAt(range.to);
1204
+ if (!range.empty && range.to == endLine.from) endLine = state.doc.lineAt(range.to - 1);
1205
+ if (upto >= startLine.number) {
1206
+ let prev = blocks[blocks.length - 1];
1207
+ prev.to = endLine.to;
1208
+ prev.ranges.push(range);
1209
+ } else {
1210
+ blocks.push({
1211
+ from: startLine.from,
1212
+ to: endLine.to,
1213
+ ranges: [range]
1214
+ });
1215
+ }
1216
+ upto = endLine.number + 1;
1217
+ }
1218
+ return blocks;
1219
+ }
1220
+ function moveLine(state, dispatch, forward) {
1221
+ if (state.readOnly) return false;
1222
+ let changes = [],
1223
+ ranges = [];
1224
+ for (let block of selectedLineBlocks(state)) {
1225
+ if (forward ? block.to == state.doc.length : block.from == 0) continue;
1226
+ let nextLine = state.doc.lineAt(forward ? block.to + 1 : block.from - 1);
1227
+ let size = nextLine.length + 1;
1228
+ if (forward) {
1229
+ changes.push({
1230
+ from: block.to,
1231
+ to: nextLine.to
1232
+ }, {
1233
+ from: block.from,
1234
+ insert: nextLine.text + state.lineBreak
1235
+ });
1236
+ for (let r of block.ranges) ranges.push(EditorSelection.range(Math.min(state.doc.length, r.anchor + size), Math.min(state.doc.length, r.head + size)));
1237
+ } else {
1238
+ changes.push({
1239
+ from: nextLine.from,
1240
+ to: block.from
1241
+ }, {
1242
+ from: block.to,
1243
+ insert: state.lineBreak + nextLine.text
1244
+ });
1245
+ for (let r of block.ranges) ranges.push(EditorSelection.range(r.anchor - size, r.head - size));
1246
+ }
1247
+ }
1248
+ if (!changes.length) return false;
1249
+ dispatch(state.update({
1250
+ changes,
1251
+ scrollIntoView: true,
1252
+ selection: EditorSelection.create(ranges, state.selection.mainIndex),
1253
+ userEvent: "move.line"
1254
+ }));
1255
+ return true;
1256
+ }
1257
+ /**
1258
+ Move the selected lines up one line.
1259
+ */
1260
+ const moveLineUp = ({
1261
+ state,
1262
+ dispatch
1263
+ }) => moveLine(state, dispatch, false);
1264
+ /**
1265
+ Move the selected lines down one line.
1266
+ */
1267
+ const moveLineDown = ({
1268
+ state,
1269
+ dispatch
1270
+ }) => moveLine(state, dispatch, true);
1271
+ function copyLine(state, dispatch, forward) {
1272
+ if (state.readOnly) return false;
1273
+ let changes = [];
1274
+ for (let block of selectedLineBlocks(state)) {
1275
+ if (forward) changes.push({
1276
+ from: block.from,
1277
+ insert: state.doc.slice(block.from, block.to) + state.lineBreak
1278
+ });else changes.push({
1279
+ from: block.to,
1280
+ insert: state.lineBreak + state.doc.slice(block.from, block.to)
1281
+ });
1282
+ }
1283
+ dispatch(state.update({
1284
+ changes,
1285
+ scrollIntoView: true,
1286
+ userEvent: "input.copyline"
1287
+ }));
1288
+ return true;
1289
+ }
1290
+ /**
1291
+ Create a copy of the selected lines. Keep the selection in the top copy.
1292
+ */
1293
+ const copyLineUp = ({
1294
+ state,
1295
+ dispatch
1296
+ }) => copyLine(state, dispatch, false);
1297
+ /**
1298
+ Create a copy of the selected lines. Keep the selection in the bottom copy.
1299
+ */
1300
+ const copyLineDown = ({
1301
+ state,
1302
+ dispatch
1303
+ }) => copyLine(state, dispatch, true);
1304
+ /**
1305
+ Delete selected lines.
1306
+ */
1307
+ const deleteLine = view => {
1308
+ if (view.state.readOnly) return false;
1309
+ let {
1310
+ state
1311
+ } = view,
1312
+ changes = state.changes(selectedLineBlocks(state).map(({
1313
+ from,
1314
+ to
1315
+ }) => {
1316
+ if (from > 0) from--;else if (to < state.doc.length) to++;
1317
+ return {
1318
+ from,
1319
+ to
1320
+ };
1321
+ }));
1322
+ let selection = updateSel(state.selection, range => view.moveVertically(range, true)).map(changes);
1323
+ view.dispatch({
1324
+ changes,
1325
+ selection,
1326
+ scrollIntoView: true,
1327
+ userEvent: "delete.line"
1328
+ });
1329
+ return true;
1330
+ };
1331
+ function isBetweenBrackets(state, pos) {
1332
+ if (/\(\)|\[\]|\{\}/.test(state.sliceDoc(pos - 1, pos + 1))) return {
1333
+ from: pos,
1334
+ to: pos
1335
+ };
1336
+ let context = syntaxTree(state).resolveInner(pos);
1337
+ let before = context.childBefore(pos),
1338
+ after = context.childAfter(pos),
1339
+ closedBy;
1340
+ if (before && after && before.to <= pos && after.from >= pos && (closedBy = before.type.prop(NodeProp.closedBy)) && closedBy.indexOf(after.name) > -1 && state.doc.lineAt(before.to).from == state.doc.lineAt(after.from).from) return {
1341
+ from: before.to,
1342
+ to: after.from
1343
+ };
1344
+ return null;
1345
+ }
1346
+ /**
1347
+ Replace the selection with a newline and indent the newly created
1348
+ line(s). If the current line consists only of whitespace, this
1349
+ will also delete that whitespace. When the cursor is between
1350
+ matching brackets, an additional newline will be inserted after
1351
+ the cursor.
1352
+ */
1353
+ const insertNewlineAndIndent = /*@__PURE__*/newlineAndIndent(false);
1354
+ /**
1355
+ Create a blank, indented line below the current line.
1356
+ */
1357
+ const insertBlankLine = /*@__PURE__*/newlineAndIndent(true);
1358
+ function newlineAndIndent(atEof) {
1359
+ return ({
1360
+ state,
1361
+ dispatch
1362
+ }) => {
1363
+ if (state.readOnly) return false;
1364
+ let changes = state.changeByRange(range => {
1365
+ let {
1366
+ from,
1367
+ to
1368
+ } = range,
1369
+ line = state.doc.lineAt(from);
1370
+ let explode = !atEof && from == to && isBetweenBrackets(state, from);
1371
+ if (atEof) from = to = (to <= line.to ? line : state.doc.lineAt(to)).to;
1372
+ let cx = new IndentContext(state, {
1373
+ simulateBreak: from,
1374
+ simulateDoubleBreak: !!explode
1375
+ });
1376
+ let indent = getIndentation(cx, from);
1377
+ if (indent == null) indent = /^\s*/.exec(state.doc.lineAt(from).text)[0].length;
1378
+ while (to < line.to && /\s/.test(line.text[to - line.from])) to++;
1379
+ if (explode) ({
1380
+ from,
1381
+ to
1382
+ } = explode);else if (from > line.from && from < line.from + 100 && !/\S/.test(line.text.slice(0, from))) from = line.from;
1383
+ let insert = ["", indentString(state, indent)];
1384
+ if (explode) insert.push(indentString(state, cx.lineIndent(line.from, -1)));
1385
+ return {
1386
+ changes: {
1387
+ from,
1388
+ to,
1389
+ insert: Text.of(insert)
1390
+ },
1391
+ range: EditorSelection.cursor(from + 1 + insert[1].length)
1392
+ };
1393
+ });
1394
+ dispatch(state.update(changes, {
1395
+ scrollIntoView: true,
1396
+ userEvent: "input"
1397
+ }));
1398
+ return true;
1399
+ };
1400
+ }
1401
+ function changeBySelectedLine(state, f) {
1402
+ let atLine = -1;
1403
+ return state.changeByRange(range => {
1404
+ let changes = [];
1405
+ for (let pos = range.from; pos <= range.to;) {
1406
+ let line = state.doc.lineAt(pos);
1407
+ if (line.number > atLine && (range.empty || range.to > line.from)) {
1408
+ f(line, changes, range);
1409
+ atLine = line.number;
1410
+ }
1411
+ pos = line.to + 1;
1412
+ }
1413
+ let changeSet = state.changes(changes);
1414
+ return {
1415
+ changes,
1416
+ range: EditorSelection.range(changeSet.mapPos(range.anchor, 1), changeSet.mapPos(range.head, 1))
1417
+ };
1418
+ });
1419
+ }
1420
+ /**
1421
+ Auto-indent the selected lines. This uses the [indentation service
1422
+ facet](https://codemirror.net/6/docs/ref/#language.indentService) as source for auto-indent
1423
+ information.
1424
+ */
1425
+ const indentSelection = ({
1426
+ state,
1427
+ dispatch
1428
+ }) => {
1429
+ if (state.readOnly) return false;
1430
+ let updated = Object.create(null);
1431
+ let context = new IndentContext(state, {
1432
+ overrideIndentation: start => {
1433
+ let found = updated[start];
1434
+ return found == null ? -1 : found;
1435
+ }
1436
+ });
1437
+ let changes = changeBySelectedLine(state, (line, changes, range) => {
1438
+ let indent = getIndentation(context, line.from);
1439
+ if (indent == null) return;
1440
+ if (!/\S/.test(line.text)) indent = 0;
1441
+ let cur = /^\s*/.exec(line.text)[0];
1442
+ let norm = indentString(state, indent);
1443
+ if (cur != norm || range.from < line.from + cur.length) {
1444
+ updated[line.from] = indent;
1445
+ changes.push({
1446
+ from: line.from,
1447
+ to: line.from + cur.length,
1448
+ insert: norm
1449
+ });
1450
+ }
1451
+ });
1452
+ if (!changes.changes.empty) dispatch(state.update(changes, {
1453
+ userEvent: "indent"
1454
+ }));
1455
+ return true;
1456
+ };
1457
+ /**
1458
+ Add a [unit](https://codemirror.net/6/docs/ref/#language.indentUnit) of indentation to all selected
1459
+ lines.
1460
+ */
1461
+ const indentMore = ({
1462
+ state,
1463
+ dispatch
1464
+ }) => {
1465
+ if (state.readOnly) return false;
1466
+ dispatch(state.update(changeBySelectedLine(state, (line, changes) => {
1467
+ changes.push({
1468
+ from: line.from,
1469
+ insert: state.facet(indentUnit)
1470
+ });
1471
+ }), {
1472
+ userEvent: "input.indent"
1473
+ }));
1474
+ return true;
1475
+ };
1476
+ /**
1477
+ Remove a [unit](https://codemirror.net/6/docs/ref/#language.indentUnit) of indentation from all
1478
+ selected lines.
1479
+ */
1480
+ const indentLess = ({
1481
+ state,
1482
+ dispatch
1483
+ }) => {
1484
+ if (state.readOnly) return false;
1485
+ dispatch(state.update(changeBySelectedLine(state, (line, changes) => {
1486
+ let space = /^\s*/.exec(line.text)[0];
1487
+ if (!space) return;
1488
+ let col = countColumn(space, state.tabSize),
1489
+ keep = 0;
1490
+ let insert = indentString(state, Math.max(0, col - getIndentUnit(state)));
1491
+ while (keep < space.length && keep < insert.length && space.charCodeAt(keep) == insert.charCodeAt(keep)) keep++;
1492
+ changes.push({
1493
+ from: line.from + keep,
1494
+ to: line.from + space.length,
1495
+ insert: insert.slice(keep)
1496
+ });
1497
+ }), {
1498
+ userEvent: "delete.dedent"
1499
+ }));
1500
+ return true;
1501
+ };
1502
+ /**
1503
+ Array of key bindings containing the Emacs-style bindings that are
1504
+ available on macOS by default.
1505
+
1506
+ - Ctrl-b: [`cursorCharLeft`](https://codemirror.net/6/docs/ref/#commands.cursorCharLeft) ([`selectCharLeft`](https://codemirror.net/6/docs/ref/#commands.selectCharLeft) with Shift)
1507
+ - Ctrl-f: [`cursorCharRight`](https://codemirror.net/6/docs/ref/#commands.cursorCharRight) ([`selectCharRight`](https://codemirror.net/6/docs/ref/#commands.selectCharRight) with Shift)
1508
+ - Ctrl-p: [`cursorLineUp`](https://codemirror.net/6/docs/ref/#commands.cursorLineUp) ([`selectLineUp`](https://codemirror.net/6/docs/ref/#commands.selectLineUp) with Shift)
1509
+ - Ctrl-n: [`cursorLineDown`](https://codemirror.net/6/docs/ref/#commands.cursorLineDown) ([`selectLineDown`](https://codemirror.net/6/docs/ref/#commands.selectLineDown) with Shift)
1510
+ - Ctrl-a: [`cursorLineStart`](https://codemirror.net/6/docs/ref/#commands.cursorLineStart) ([`selectLineStart`](https://codemirror.net/6/docs/ref/#commands.selectLineStart) with Shift)
1511
+ - Ctrl-e: [`cursorLineEnd`](https://codemirror.net/6/docs/ref/#commands.cursorLineEnd) ([`selectLineEnd`](https://codemirror.net/6/docs/ref/#commands.selectLineEnd) with Shift)
1512
+ - Ctrl-d: [`deleteCharForward`](https://codemirror.net/6/docs/ref/#commands.deleteCharForward)
1513
+ - Ctrl-h: [`deleteCharBackward`](https://codemirror.net/6/docs/ref/#commands.deleteCharBackward)
1514
+ - Ctrl-k: [`deleteToLineEnd`](https://codemirror.net/6/docs/ref/#commands.deleteToLineEnd)
1515
+ - Ctrl-Alt-h: [`deleteGroupBackward`](https://codemirror.net/6/docs/ref/#commands.deleteGroupBackward)
1516
+ - Ctrl-o: [`splitLine`](https://codemirror.net/6/docs/ref/#commands.splitLine)
1517
+ - Ctrl-t: [`transposeChars`](https://codemirror.net/6/docs/ref/#commands.transposeChars)
1518
+ - Ctrl-v: [`cursorPageDown`](https://codemirror.net/6/docs/ref/#commands.cursorPageDown)
1519
+ - Alt-v: [`cursorPageUp`](https://codemirror.net/6/docs/ref/#commands.cursorPageUp)
1520
+ */
1521
+ const emacsStyleKeymap = [{
1522
+ key: "Ctrl-b",
1523
+ run: cursorCharLeft,
1524
+ shift: selectCharLeft,
1525
+ preventDefault: true
1526
+ }, {
1527
+ key: "Ctrl-f",
1528
+ run: cursorCharRight,
1529
+ shift: selectCharRight
1530
+ }, {
1531
+ key: "Ctrl-p",
1532
+ run: cursorLineUp,
1533
+ shift: selectLineUp
1534
+ }, {
1535
+ key: "Ctrl-n",
1536
+ run: cursorLineDown,
1537
+ shift: selectLineDown
1538
+ }, {
1539
+ key: "Ctrl-a",
1540
+ run: cursorLineStart,
1541
+ shift: selectLineStart
1542
+ }, {
1543
+ key: "Ctrl-e",
1544
+ run: cursorLineEnd,
1545
+ shift: selectLineEnd
1546
+ }, {
1547
+ key: "Ctrl-d",
1548
+ run: deleteCharForward
1549
+ }, {
1550
+ key: "Ctrl-h",
1551
+ run: deleteCharBackward
1552
+ }, {
1553
+ key: "Ctrl-k",
1554
+ run: deleteToLineEnd
1555
+ }, {
1556
+ key: "Ctrl-Alt-h",
1557
+ run: deleteGroupBackward
1558
+ }, {
1559
+ key: "Ctrl-o",
1560
+ run: splitLine
1561
+ }, {
1562
+ key: "Ctrl-t",
1563
+ run: transposeChars
1564
+ }, {
1565
+ key: "Ctrl-v",
1566
+ run: cursorPageDown
1567
+ }];
1568
+ /**
1569
+ An array of key bindings closely sticking to platform-standard or
1570
+ widely used bindings. (This includes the bindings from
1571
+ [`emacsStyleKeymap`](https://codemirror.net/6/docs/ref/#commands.emacsStyleKeymap), with their `key`
1572
+ property changed to `mac`.)
1573
+
1574
+ - ArrowLeft: [`cursorCharLeft`](https://codemirror.net/6/docs/ref/#commands.cursorCharLeft) ([`selectCharLeft`](https://codemirror.net/6/docs/ref/#commands.selectCharLeft) with Shift)
1575
+ - ArrowRight: [`cursorCharRight`](https://codemirror.net/6/docs/ref/#commands.cursorCharRight) ([`selectCharRight`](https://codemirror.net/6/docs/ref/#commands.selectCharRight) with Shift)
1576
+ - Ctrl-ArrowLeft (Alt-ArrowLeft on macOS): [`cursorGroupLeft`](https://codemirror.net/6/docs/ref/#commands.cursorGroupLeft) ([`selectGroupLeft`](https://codemirror.net/6/docs/ref/#commands.selectGroupLeft) with Shift)
1577
+ - Ctrl-ArrowRight (Alt-ArrowRight on macOS): [`cursorGroupRight`](https://codemirror.net/6/docs/ref/#commands.cursorGroupRight) ([`selectGroupRight`](https://codemirror.net/6/docs/ref/#commands.selectGroupRight) with Shift)
1578
+ - Cmd-ArrowLeft (on macOS): [`cursorLineStart`](https://codemirror.net/6/docs/ref/#commands.cursorLineStart) ([`selectLineStart`](https://codemirror.net/6/docs/ref/#commands.selectLineStart) with Shift)
1579
+ - Cmd-ArrowRight (on macOS): [`cursorLineEnd`](https://codemirror.net/6/docs/ref/#commands.cursorLineEnd) ([`selectLineEnd`](https://codemirror.net/6/docs/ref/#commands.selectLineEnd) with Shift)
1580
+ - ArrowUp: [`cursorLineUp`](https://codemirror.net/6/docs/ref/#commands.cursorLineUp) ([`selectLineUp`](https://codemirror.net/6/docs/ref/#commands.selectLineUp) with Shift)
1581
+ - ArrowDown: [`cursorLineDown`](https://codemirror.net/6/docs/ref/#commands.cursorLineDown) ([`selectLineDown`](https://codemirror.net/6/docs/ref/#commands.selectLineDown) with Shift)
1582
+ - Cmd-ArrowUp (on macOS): [`cursorDocStart`](https://codemirror.net/6/docs/ref/#commands.cursorDocStart) ([`selectDocStart`](https://codemirror.net/6/docs/ref/#commands.selectDocStart) with Shift)
1583
+ - Cmd-ArrowDown (on macOS): [`cursorDocEnd`](https://codemirror.net/6/docs/ref/#commands.cursorDocEnd) ([`selectDocEnd`](https://codemirror.net/6/docs/ref/#commands.selectDocEnd) with Shift)
1584
+ - Ctrl-ArrowUp (on macOS): [`cursorPageUp`](https://codemirror.net/6/docs/ref/#commands.cursorPageUp) ([`selectPageUp`](https://codemirror.net/6/docs/ref/#commands.selectPageUp) with Shift)
1585
+ - Ctrl-ArrowDown (on macOS): [`cursorPageDown`](https://codemirror.net/6/docs/ref/#commands.cursorPageDown) ([`selectPageDown`](https://codemirror.net/6/docs/ref/#commands.selectPageDown) with Shift)
1586
+ - PageUp: [`cursorPageUp`](https://codemirror.net/6/docs/ref/#commands.cursorPageUp) ([`selectPageUp`](https://codemirror.net/6/docs/ref/#commands.selectPageUp) with Shift)
1587
+ - PageDown: [`cursorPageDown`](https://codemirror.net/6/docs/ref/#commands.cursorPageDown) ([`selectPageDown`](https://codemirror.net/6/docs/ref/#commands.selectPageDown) with Shift)
1588
+ - Home: [`cursorLineBoundaryBackward`](https://codemirror.net/6/docs/ref/#commands.cursorLineBoundaryBackward) ([`selectLineBoundaryBackward`](https://codemirror.net/6/docs/ref/#commands.selectLineBoundaryBackward) with Shift)
1589
+ - End: [`cursorLineBoundaryForward`](https://codemirror.net/6/docs/ref/#commands.cursorLineBoundaryForward) ([`selectLineBoundaryForward`](https://codemirror.net/6/docs/ref/#commands.selectLineBoundaryForward) with Shift)
1590
+ - Ctrl-Home (Cmd-Home on macOS): [`cursorDocStart`](https://codemirror.net/6/docs/ref/#commands.cursorDocStart) ([`selectDocStart`](https://codemirror.net/6/docs/ref/#commands.selectDocStart) with Shift)
1591
+ - Ctrl-End (Cmd-Home on macOS): [`cursorDocEnd`](https://codemirror.net/6/docs/ref/#commands.cursorDocEnd) ([`selectDocEnd`](https://codemirror.net/6/docs/ref/#commands.selectDocEnd) with Shift)
1592
+ - Enter: [`insertNewlineAndIndent`](https://codemirror.net/6/docs/ref/#commands.insertNewlineAndIndent)
1593
+ - Ctrl-a (Cmd-a on macOS): [`selectAll`](https://codemirror.net/6/docs/ref/#commands.selectAll)
1594
+ - Backspace: [`deleteCharBackward`](https://codemirror.net/6/docs/ref/#commands.deleteCharBackward)
1595
+ - Delete: [`deleteCharForward`](https://codemirror.net/6/docs/ref/#commands.deleteCharForward)
1596
+ - Ctrl-Backspace (Alt-Backspace on macOS): [`deleteGroupBackward`](https://codemirror.net/6/docs/ref/#commands.deleteGroupBackward)
1597
+ - Ctrl-Delete (Alt-Delete on macOS): [`deleteGroupForward`](https://codemirror.net/6/docs/ref/#commands.deleteGroupForward)
1598
+ - Cmd-Backspace (macOS): [`deleteToLineStart`](https://codemirror.net/6/docs/ref/#commands.deleteToLineStart).
1599
+ - Cmd-Delete (macOS): [`deleteToLineEnd`](https://codemirror.net/6/docs/ref/#commands.deleteToLineEnd).
1600
+ */
1601
+ const standardKeymap = /*@__PURE__*/[{
1602
+ key: "ArrowLeft",
1603
+ run: cursorCharLeft,
1604
+ shift: selectCharLeft,
1605
+ preventDefault: true
1606
+ }, {
1607
+ key: "Mod-ArrowLeft",
1608
+ mac: "Alt-ArrowLeft",
1609
+ run: cursorGroupLeft,
1610
+ shift: selectGroupLeft,
1611
+ preventDefault: true
1612
+ }, {
1613
+ mac: "Cmd-ArrowLeft",
1614
+ run: cursorLineBoundaryLeft,
1615
+ shift: selectLineBoundaryLeft,
1616
+ preventDefault: true
1617
+ }, {
1618
+ key: "ArrowRight",
1619
+ run: cursorCharRight,
1620
+ shift: selectCharRight,
1621
+ preventDefault: true
1622
+ }, {
1623
+ key: "Mod-ArrowRight",
1624
+ mac: "Alt-ArrowRight",
1625
+ run: cursorGroupRight,
1626
+ shift: selectGroupRight,
1627
+ preventDefault: true
1628
+ }, {
1629
+ mac: "Cmd-ArrowRight",
1630
+ run: cursorLineBoundaryRight,
1631
+ shift: selectLineBoundaryRight,
1632
+ preventDefault: true
1633
+ }, {
1634
+ key: "ArrowUp",
1635
+ run: cursorLineUp,
1636
+ shift: selectLineUp,
1637
+ preventDefault: true
1638
+ }, {
1639
+ mac: "Cmd-ArrowUp",
1640
+ run: cursorDocStart,
1641
+ shift: selectDocStart
1642
+ }, {
1643
+ mac: "Ctrl-ArrowUp",
1644
+ run: cursorPageUp,
1645
+ shift: selectPageUp
1646
+ }, {
1647
+ key: "ArrowDown",
1648
+ run: cursorLineDown,
1649
+ shift: selectLineDown,
1650
+ preventDefault: true
1651
+ }, {
1652
+ mac: "Cmd-ArrowDown",
1653
+ run: cursorDocEnd,
1654
+ shift: selectDocEnd
1655
+ }, {
1656
+ mac: "Ctrl-ArrowDown",
1657
+ run: cursorPageDown,
1658
+ shift: selectPageDown
1659
+ }, {
1660
+ key: "PageUp",
1661
+ run: cursorPageUp,
1662
+ shift: selectPageUp
1663
+ }, {
1664
+ key: "PageDown",
1665
+ run: cursorPageDown,
1666
+ shift: selectPageDown
1667
+ }, {
1668
+ key: "Home",
1669
+ run: cursorLineBoundaryBackward,
1670
+ shift: selectLineBoundaryBackward,
1671
+ preventDefault: true
1672
+ }, {
1673
+ key: "Mod-Home",
1674
+ run: cursorDocStart,
1675
+ shift: selectDocStart
1676
+ }, {
1677
+ key: "End",
1678
+ run: cursorLineBoundaryForward,
1679
+ shift: selectLineBoundaryForward,
1680
+ preventDefault: true
1681
+ }, {
1682
+ key: "Mod-End",
1683
+ run: cursorDocEnd,
1684
+ shift: selectDocEnd
1685
+ }, {
1686
+ key: "Enter",
1687
+ run: insertNewlineAndIndent
1688
+ }, {
1689
+ key: "Mod-a",
1690
+ run: selectAll
1691
+ }, {
1692
+ key: "Backspace",
1693
+ run: deleteCharBackward,
1694
+ shift: deleteCharBackward
1695
+ }, {
1696
+ key: "Delete",
1697
+ run: deleteCharForward
1698
+ }, {
1699
+ key: "Mod-Backspace",
1700
+ mac: "Alt-Backspace",
1701
+ run: deleteGroupBackward
1702
+ }, {
1703
+ key: "Mod-Delete",
1704
+ mac: "Alt-Delete",
1705
+ run: deleteGroupForward
1706
+ }, {
1707
+ mac: "Mod-Backspace",
1708
+ run: deleteToLineStart
1709
+ }, {
1710
+ mac: "Mod-Delete",
1711
+ run: deleteToLineEnd
1712
+ }].concat( /*@__PURE__*/emacsStyleKeymap.map(b => ({
1713
+ mac: b.key,
1714
+ run: b.run,
1715
+ shift: b.shift
1716
+ })));
1717
+ /**
1718
+ The default keymap. Includes all bindings from
1719
+ [`standardKeymap`](https://codemirror.net/6/docs/ref/#commands.standardKeymap) plus the following:
1720
+
1721
+ - Alt-ArrowLeft (Ctrl-ArrowLeft on macOS): [`cursorSyntaxLeft`](https://codemirror.net/6/docs/ref/#commands.cursorSyntaxLeft) ([`selectSyntaxLeft`](https://codemirror.net/6/docs/ref/#commands.selectSyntaxLeft) with Shift)
1722
+ - Alt-ArrowRight (Ctrl-ArrowRight on macOS): [`cursorSyntaxRight`](https://codemirror.net/6/docs/ref/#commands.cursorSyntaxRight) ([`selectSyntaxRight`](https://codemirror.net/6/docs/ref/#commands.selectSyntaxRight) with Shift)
1723
+ - Alt-ArrowUp: [`moveLineUp`](https://codemirror.net/6/docs/ref/#commands.moveLineUp)
1724
+ - Alt-ArrowDown: [`moveLineDown`](https://codemirror.net/6/docs/ref/#commands.moveLineDown)
1725
+ - Shift-Alt-ArrowUp: [`copyLineUp`](https://codemirror.net/6/docs/ref/#commands.copyLineUp)
1726
+ - Shift-Alt-ArrowDown: [`copyLineDown`](https://codemirror.net/6/docs/ref/#commands.copyLineDown)
1727
+ - Escape: [`simplifySelection`](https://codemirror.net/6/docs/ref/#commands.simplifySelection)
1728
+ - Ctrl-Enter (Comd-Enter on macOS): [`insertBlankLine`](https://codemirror.net/6/docs/ref/#commands.insertBlankLine)
1729
+ - Alt-l (Ctrl-l on macOS): [`selectLine`](https://codemirror.net/6/docs/ref/#commands.selectLine)
1730
+ - Ctrl-i (Cmd-i on macOS): [`selectParentSyntax`](https://codemirror.net/6/docs/ref/#commands.selectParentSyntax)
1731
+ - Ctrl-[ (Cmd-[ on macOS): [`indentLess`](https://codemirror.net/6/docs/ref/#commands.indentLess)
1732
+ - Ctrl-] (Cmd-] on macOS): [`indentMore`](https://codemirror.net/6/docs/ref/#commands.indentMore)
1733
+ - Ctrl-Alt-\\ (Cmd-Alt-\\ on macOS): [`indentSelection`](https://codemirror.net/6/docs/ref/#commands.indentSelection)
1734
+ - Shift-Ctrl-k (Shift-Cmd-k on macOS): [`deleteLine`](https://codemirror.net/6/docs/ref/#commands.deleteLine)
1735
+ - Shift-Ctrl-\\ (Shift-Cmd-\\ on macOS): [`cursorMatchingBracket`](https://codemirror.net/6/docs/ref/#commands.cursorMatchingBracket)
1736
+ - Ctrl-/ (Cmd-/ on macOS): [`toggleComment`](https://codemirror.net/6/docs/ref/#commands.toggleComment).
1737
+ - Shift-Alt-a: [`toggleBlockComment`](https://codemirror.net/6/docs/ref/#commands.toggleBlockComment).
1738
+ */
1739
+ const defaultKeymap = /*@__PURE__*/[{
1740
+ key: "Alt-ArrowLeft",
1741
+ mac: "Ctrl-ArrowLeft",
1742
+ run: cursorSyntaxLeft,
1743
+ shift: selectSyntaxLeft
1744
+ }, {
1745
+ key: "Alt-ArrowRight",
1746
+ mac: "Ctrl-ArrowRight",
1747
+ run: cursorSyntaxRight,
1748
+ shift: selectSyntaxRight
1749
+ }, {
1750
+ key: "Alt-ArrowUp",
1751
+ run: moveLineUp
1752
+ }, {
1753
+ key: "Shift-Alt-ArrowUp",
1754
+ run: copyLineUp
1755
+ }, {
1756
+ key: "Alt-ArrowDown",
1757
+ run: moveLineDown
1758
+ }, {
1759
+ key: "Shift-Alt-ArrowDown",
1760
+ run: copyLineDown
1761
+ }, {
1762
+ key: "Escape",
1763
+ run: simplifySelection
1764
+ }, {
1765
+ key: "Mod-Enter",
1766
+ run: insertBlankLine
1767
+ }, {
1768
+ key: "Alt-l",
1769
+ mac: "Ctrl-l",
1770
+ run: selectLine
1771
+ }, {
1772
+ key: "Mod-i",
1773
+ run: selectParentSyntax,
1774
+ preventDefault: true
1775
+ }, {
1776
+ key: "Mod-[",
1777
+ run: indentLess
1778
+ }, {
1779
+ key: "Mod-]",
1780
+ run: indentMore
1781
+ }, {
1782
+ key: "Mod-Alt-\\",
1783
+ run: indentSelection
1784
+ }, {
1785
+ key: "Shift-Mod-k",
1786
+ run: deleteLine
1787
+ }, {
1788
+ key: "Shift-Mod-\\",
1789
+ run: cursorMatchingBracket
1790
+ }, {
1791
+ key: "Mod-/",
1792
+ run: toggleComment
1793
+ }, {
1794
+ key: "Alt-A",
1795
+ run: toggleBlockComment
1796
+ }].concat(standardKeymap);
1797
+ /**
1798
+ A binding that binds Tab to [`indentMore`](https://codemirror.net/6/docs/ref/#commands.indentMore) and
1799
+ Shift-Tab to [`indentLess`](https://codemirror.net/6/docs/ref/#commands.indentLess).
1800
+ Please see the [Tab example](../../examples/tab/) before using
1801
+ this.
1802
+ */
1803
+ const indentWithTab = {
1804
+ key: "Tab",
1805
+ run: indentMore,
1806
+ shift: indentLess
1807
+ };
1808
+
1809
+ function crelt() {
1810
+ var elt = arguments[0];
1811
+ if (typeof elt == "string") elt = document.createElement(elt);
1812
+ var i = 1,
1813
+ next = arguments[1];
1814
+ if (next && typeof next == "object" && next.nodeType == null && !Array.isArray(next)) {
1815
+ for (var name in next) if (Object.prototype.hasOwnProperty.call(next, name)) {
1816
+ var value = next[name];
1817
+ if (typeof value == "string") elt.setAttribute(name, value);else if (value != null) elt[name] = value;
1818
+ }
1819
+ i++;
1820
+ }
1821
+ for (; i < arguments.length; i++) add(elt, arguments[i]);
1822
+ return elt;
1823
+ }
1824
+ function add(elt, child) {
1825
+ if (typeof child == "string") {
1826
+ elt.appendChild(document.createTextNode(child));
1827
+ } else if (child == null) ; else if (child.nodeType != null) {
1828
+ elt.appendChild(child);
1829
+ } else if (Array.isArray(child)) {
1830
+ for (var i = 0; i < child.length; i++) add(elt, child[i]);
1831
+ } else {
1832
+ throw new RangeError("Unsupported child node: " + child);
1833
+ }
1834
+ }
1835
+
1836
+ const basicNormalize = typeof String.prototype.normalize == "function" ? x => x.normalize("NFKD") : x => x;
1837
+ /**
1838
+ A search cursor provides an iterator over text matches in a
1839
+ document.
1840
+ */
1841
+ class SearchCursor {
1842
+ /**
1843
+ Create a text cursor. The query is the search string, `from` to
1844
+ `to` provides the region to search.
1845
+
1846
+ When `normalize` is given, it will be called, on both the query
1847
+ string and the content it is matched against, before comparing.
1848
+ You can, for example, create a case-insensitive search by
1849
+ passing `s => s.toLowerCase()`.
1850
+
1851
+ Text is always normalized with
1852
+ [`.normalize("NFKD")`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize)
1853
+ (when supported).
1854
+ */
1855
+ constructor(text, query, from = 0, to = text.length, normalize, test) {
1856
+ this.test = test;
1857
+ /**
1858
+ The current match (only holds a meaningful value after
1859
+ [`next`](https://codemirror.net/6/docs/ref/#search.SearchCursor.next) has been called and when
1860
+ `done` is false).
1861
+ */
1862
+ this.value = {
1863
+ from: 0,
1864
+ to: 0
1865
+ };
1866
+ /**
1867
+ Whether the end of the iterated region has been reached.
1868
+ */
1869
+ this.done = false;
1870
+ this.matches = [];
1871
+ this.buffer = "";
1872
+ this.bufferPos = 0;
1873
+ this.iter = text.iterRange(from, to);
1874
+ this.bufferStart = from;
1875
+ this.normalize = normalize ? x => normalize(basicNormalize(x)) : basicNormalize;
1876
+ this.query = this.normalize(query);
1877
+ }
1878
+ peek() {
1879
+ if (this.bufferPos == this.buffer.length) {
1880
+ this.bufferStart += this.buffer.length;
1881
+ this.iter.next();
1882
+ if (this.iter.done) return -1;
1883
+ this.bufferPos = 0;
1884
+ this.buffer = this.iter.value;
1885
+ }
1886
+ return codePointAt(this.buffer, this.bufferPos);
1887
+ }
1888
+ /**
1889
+ Look for the next match. Updates the iterator's
1890
+ [`value`](https://codemirror.net/6/docs/ref/#search.SearchCursor.value) and
1891
+ [`done`](https://codemirror.net/6/docs/ref/#search.SearchCursor.done) properties. Should be called
1892
+ at least once before using the cursor.
1893
+ */
1894
+ next() {
1895
+ while (this.matches.length) this.matches.pop();
1896
+ return this.nextOverlapping();
1897
+ }
1898
+ /**
1899
+ The `next` method will ignore matches that partially overlap a
1900
+ previous match. This method behaves like `next`, but includes
1901
+ such matches.
1902
+ */
1903
+ nextOverlapping() {
1904
+ for (;;) {
1905
+ let next = this.peek();
1906
+ if (next < 0) {
1907
+ this.done = true;
1908
+ return this;
1909
+ }
1910
+ let str = fromCodePoint(next),
1911
+ start = this.bufferStart + this.bufferPos;
1912
+ this.bufferPos += codePointSize(next);
1913
+ let norm = this.normalize(str);
1914
+ for (let i = 0, pos = start;; i++) {
1915
+ let code = norm.charCodeAt(i);
1916
+ let match = this.match(code, pos);
1917
+ if (match) {
1918
+ this.value = match;
1919
+ return this;
1920
+ }
1921
+ if (i == norm.length - 1) break;
1922
+ if (pos == start && i < str.length && str.charCodeAt(i) == code) pos++;
1923
+ }
1924
+ }
1925
+ }
1926
+ match(code, pos) {
1927
+ let match = null;
1928
+ for (let i = 0; i < this.matches.length; i += 2) {
1929
+ let index = this.matches[i],
1930
+ keep = false;
1931
+ if (this.query.charCodeAt(index) == code) {
1932
+ if (index == this.query.length - 1) {
1933
+ match = {
1934
+ from: this.matches[i + 1],
1935
+ to: pos + 1
1936
+ };
1937
+ } else {
1938
+ this.matches[i]++;
1939
+ keep = true;
1940
+ }
1941
+ }
1942
+ if (!keep) {
1943
+ this.matches.splice(i, 2);
1944
+ i -= 2;
1945
+ }
1946
+ }
1947
+ if (this.query.charCodeAt(0) == code) {
1948
+ if (this.query.length == 1) match = {
1949
+ from: pos,
1950
+ to: pos + 1
1951
+ };else this.matches.push(1, pos);
1952
+ }
1953
+ if (match && this.test && !this.test(match.from, match.to, this.buffer, this.bufferPos)) match = null;
1954
+ return match;
1955
+ }
1956
+ }
1957
+ if (typeof Symbol != "undefined") SearchCursor.prototype[Symbol.iterator] = function () {
1958
+ return this;
1959
+ };
1960
+ const empty = {
1961
+ from: -1,
1962
+ to: -1,
1963
+ match: /*@__PURE__*/ /.*/.exec("")
1964
+ };
1965
+ const baseFlags = "gm" + (/x/.unicode == null ? "" : "u");
1966
+ /**
1967
+ This class is similar to [`SearchCursor`](https://codemirror.net/6/docs/ref/#search.SearchCursor)
1968
+ but searches for a regular expression pattern instead of a plain
1969
+ string.
1970
+ */
1971
+ class RegExpCursor {
1972
+ /**
1973
+ Create a cursor that will search the given range in the given
1974
+ document. `query` should be the raw pattern (as you'd pass it to
1975
+ `new RegExp`).
1976
+ */
1977
+ constructor(text, query, options, from = 0, to = text.length) {
1978
+ this.text = text;
1979
+ this.to = to;
1980
+ this.curLine = "";
1981
+ /**
1982
+ Set to `true` when the cursor has reached the end of the search
1983
+ range.
1984
+ */
1985
+ this.done = false;
1986
+ /**
1987
+ Will contain an object with the extent of the match and the
1988
+ match object when [`next`](https://codemirror.net/6/docs/ref/#search.RegExpCursor.next)
1989
+ sucessfully finds a match.
1990
+ */
1991
+ this.value = empty;
1992
+ if (/\\[sWDnr]|\n|\r|\[\^/.test(query)) return new MultilineRegExpCursor(text, query, options, from, to);
1993
+ this.re = new RegExp(query, baseFlags + ((options === null || options === void 0 ? void 0 : options.ignoreCase) ? "i" : ""));
1994
+ this.test = options === null || options === void 0 ? void 0 : options.test;
1995
+ this.iter = text.iter();
1996
+ let startLine = text.lineAt(from);
1997
+ this.curLineStart = startLine.from;
1998
+ this.matchPos = toCharEnd(text, from);
1999
+ this.getLine(this.curLineStart);
2000
+ }
2001
+ getLine(skip) {
2002
+ this.iter.next(skip);
2003
+ if (this.iter.lineBreak) {
2004
+ this.curLine = "";
2005
+ } else {
2006
+ this.curLine = this.iter.value;
2007
+ if (this.curLineStart + this.curLine.length > this.to) this.curLine = this.curLine.slice(0, this.to - this.curLineStart);
2008
+ this.iter.next();
2009
+ }
2010
+ }
2011
+ nextLine() {
2012
+ this.curLineStart = this.curLineStart + this.curLine.length + 1;
2013
+ if (this.curLineStart > this.to) this.curLine = "";else this.getLine(0);
2014
+ }
2015
+ /**
2016
+ Move to the next match, if there is one.
2017
+ */
2018
+ next() {
2019
+ for (let off = this.matchPos - this.curLineStart;;) {
2020
+ this.re.lastIndex = off;
2021
+ let match = this.matchPos <= this.to && this.re.exec(this.curLine);
2022
+ if (match) {
2023
+ let from = this.curLineStart + match.index,
2024
+ to = from + match[0].length;
2025
+ this.matchPos = toCharEnd(this.text, to + (from == to ? 1 : 0));
2026
+ if (from == this.curLineStart + this.curLine.length) this.nextLine();
2027
+ if ((from < to || from > this.value.to) && (!this.test || this.test(from, to, match))) {
2028
+ this.value = {
2029
+ from,
2030
+ to,
2031
+ match
2032
+ };
2033
+ return this;
2034
+ }
2035
+ off = this.matchPos - this.curLineStart;
2036
+ } else if (this.curLineStart + this.curLine.length < this.to) {
2037
+ this.nextLine();
2038
+ off = 0;
2039
+ } else {
2040
+ this.done = true;
2041
+ return this;
2042
+ }
2043
+ }
2044
+ }
2045
+ }
2046
+ const flattened = /*@__PURE__*/new WeakMap();
2047
+ // Reusable (partially) flattened document strings
2048
+ class FlattenedDoc {
2049
+ constructor(from, text) {
2050
+ this.from = from;
2051
+ this.text = text;
2052
+ }
2053
+ get to() {
2054
+ return this.from + this.text.length;
2055
+ }
2056
+ static get(doc, from, to) {
2057
+ let cached = flattened.get(doc);
2058
+ if (!cached || cached.from >= to || cached.to <= from) {
2059
+ let flat = new FlattenedDoc(from, doc.sliceString(from, to));
2060
+ flattened.set(doc, flat);
2061
+ return flat;
2062
+ }
2063
+ if (cached.from == from && cached.to == to) return cached;
2064
+ let {
2065
+ text,
2066
+ from: cachedFrom
2067
+ } = cached;
2068
+ if (cachedFrom > from) {
2069
+ text = doc.sliceString(from, cachedFrom) + text;
2070
+ cachedFrom = from;
2071
+ }
2072
+ if (cached.to < to) text += doc.sliceString(cached.to, to);
2073
+ flattened.set(doc, new FlattenedDoc(cachedFrom, text));
2074
+ return new FlattenedDoc(from, text.slice(from - cachedFrom, to - cachedFrom));
2075
+ }
2076
+ }
2077
+ class MultilineRegExpCursor {
2078
+ constructor(text, query, options, from, to) {
2079
+ this.text = text;
2080
+ this.to = to;
2081
+ this.done = false;
2082
+ this.value = empty;
2083
+ this.matchPos = toCharEnd(text, from);
2084
+ this.re = new RegExp(query, baseFlags + ((options === null || options === void 0 ? void 0 : options.ignoreCase) ? "i" : ""));
2085
+ this.test = options === null || options === void 0 ? void 0 : options.test;
2086
+ this.flat = FlattenedDoc.get(text, from, this.chunkEnd(from + 5000 /* Chunk.Base */));
2087
+ }
2088
+
2089
+ chunkEnd(pos) {
2090
+ return pos >= this.to ? this.to : this.text.lineAt(pos).to;
2091
+ }
2092
+ next() {
2093
+ for (;;) {
2094
+ let off = this.re.lastIndex = this.matchPos - this.flat.from;
2095
+ let match = this.re.exec(this.flat.text);
2096
+ // Skip empty matches directly after the last match
2097
+ if (match && !match[0] && match.index == off) {
2098
+ this.re.lastIndex = off + 1;
2099
+ match = this.re.exec(this.flat.text);
2100
+ }
2101
+ if (match) {
2102
+ let from = this.flat.from + match.index,
2103
+ to = from + match[0].length;
2104
+ // If a match goes almost to the end of a noncomplete chunk, try
2105
+ // again, since it'll likely be able to match more
2106
+ if ((this.flat.to >= this.to || match.index + match[0].length <= this.flat.text.length - 10) && (!this.test || this.test(from, to, match))) {
2107
+ this.value = {
2108
+ from,
2109
+ to,
2110
+ match
2111
+ };
2112
+ this.matchPos = toCharEnd(this.text, to + (from == to ? 1 : 0));
2113
+ return this;
2114
+ }
2115
+ }
2116
+ if (this.flat.to == this.to) {
2117
+ this.done = true;
2118
+ return this;
2119
+ }
2120
+ // Grow the flattened doc
2121
+ this.flat = FlattenedDoc.get(this.text, this.flat.from, this.chunkEnd(this.flat.from + this.flat.text.length * 2));
2122
+ }
2123
+ }
2124
+ }
2125
+ if (typeof Symbol != "undefined") {
2126
+ RegExpCursor.prototype[Symbol.iterator] = MultilineRegExpCursor.prototype[Symbol.iterator] = function () {
2127
+ return this;
2128
+ };
2129
+ }
2130
+ function validRegExp(source) {
2131
+ try {
2132
+ new RegExp(source, baseFlags);
2133
+ return true;
2134
+ } catch (_a) {
2135
+ return false;
2136
+ }
2137
+ }
2138
+ function toCharEnd(text, pos) {
2139
+ if (pos >= text.length) return pos;
2140
+ let line = text.lineAt(pos),
2141
+ next;
2142
+ while (pos < line.to && (next = line.text.charCodeAt(pos - line.from)) >= 0xDC00 && next < 0xE000) pos++;
2143
+ return pos;
2144
+ }
2145
+ function createLineDialog(view) {
2146
+ let input = crelt("input", {
2147
+ class: "cm-textfield",
2148
+ name: "line"
2149
+ });
2150
+ let dom = crelt("form", {
2151
+ class: "cm-gotoLine",
2152
+ onkeydown: event => {
2153
+ if (event.keyCode == 27) {
2154
+ // Escape
2155
+ event.preventDefault();
2156
+ view.dispatch({
2157
+ effects: dialogEffect.of(false)
2158
+ });
2159
+ view.focus();
2160
+ } else if (event.keyCode == 13) {
2161
+ // Enter
2162
+ event.preventDefault();
2163
+ go();
2164
+ }
2165
+ },
2166
+ onsubmit: event => {
2167
+ event.preventDefault();
2168
+ go();
2169
+ }
2170
+ }, crelt("label", view.state.phrase("Go to line"), ": ", input), " ", crelt("button", {
2171
+ class: "cm-button",
2172
+ type: "submit"
2173
+ }, view.state.phrase("go")));
2174
+ function go() {
2175
+ let match = /^([+-])?(\d+)?(:\d+)?(%)?$/.exec(input.value);
2176
+ if (!match) return;
2177
+ let {
2178
+ state
2179
+ } = view,
2180
+ startLine = state.doc.lineAt(state.selection.main.head);
2181
+ let [, sign, ln, cl, percent] = match;
2182
+ let col = cl ? +cl.slice(1) : 0;
2183
+ let line = ln ? +ln : startLine.number;
2184
+ if (ln && percent) {
2185
+ let pc = line / 100;
2186
+ if (sign) pc = pc * (sign == "-" ? -1 : 1) + startLine.number / state.doc.lines;
2187
+ line = Math.round(state.doc.lines * pc);
2188
+ } else if (ln && sign) {
2189
+ line = line * (sign == "-" ? -1 : 1) + startLine.number;
2190
+ }
2191
+ let docLine = state.doc.line(Math.max(1, Math.min(state.doc.lines, line)));
2192
+ view.dispatch({
2193
+ effects: dialogEffect.of(false),
2194
+ selection: EditorSelection.cursor(docLine.from + Math.max(0, Math.min(col, docLine.length))),
2195
+ scrollIntoView: true
2196
+ });
2197
+ view.focus();
2198
+ }
2199
+ return {
2200
+ dom
2201
+ };
2202
+ }
2203
+ const dialogEffect = /*@__PURE__*/StateEffect.define();
2204
+ const dialogField = /*@__PURE__*/StateField.define({
2205
+ create() {
2206
+ return true;
2207
+ },
2208
+ update(value, tr) {
2209
+ for (let e of tr.effects) if (e.is(dialogEffect)) value = e.value;
2210
+ return value;
2211
+ },
2212
+ provide: f => showPanel.from(f, val => val ? createLineDialog : null)
2213
+ });
2214
+ /**
2215
+ Command that shows a dialog asking the user for a line number, and
2216
+ when a valid position is provided, moves the cursor to that line.
2217
+
2218
+ Supports line numbers, relative line offsets prefixed with `+` or
2219
+ `-`, document percentages suffixed with `%`, and an optional
2220
+ column position by adding `:` and a second number after the line
2221
+ number.
2222
+
2223
+ The dialog can be styled with the `panel.gotoLine` theme
2224
+ selector.
2225
+ */
2226
+ const gotoLine = view => {
2227
+ let panel = getPanel(view, createLineDialog);
2228
+ if (!panel) {
2229
+ let effects = [dialogEffect.of(true)];
2230
+ if (view.state.field(dialogField, false) == null) effects.push(StateEffect.appendConfig.of([dialogField, baseTheme$1]));
2231
+ view.dispatch({
2232
+ effects
2233
+ });
2234
+ panel = getPanel(view, createLineDialog);
2235
+ }
2236
+ if (panel) panel.dom.querySelector("input").focus();
2237
+ return true;
2238
+ };
2239
+ const baseTheme$1 = /*@__PURE__*/EditorView.baseTheme({
2240
+ ".cm-panel.cm-gotoLine": {
2241
+ padding: "2px 6px 4px",
2242
+ "& label": {
2243
+ fontSize: "80%"
2244
+ }
2245
+ }
2246
+ });
2247
+ const defaultHighlightOptions = {
2248
+ highlightWordAroundCursor: false,
2249
+ minSelectionLength: 1,
2250
+ maxMatches: 100,
2251
+ wholeWords: false
2252
+ };
2253
+ const highlightConfig = /*@__PURE__*/Facet.define({
2254
+ combine(options) {
2255
+ return combineConfig(options, defaultHighlightOptions, {
2256
+ highlightWordAroundCursor: (a, b) => a || b,
2257
+ minSelectionLength: Math.min,
2258
+ maxMatches: Math.min
2259
+ });
2260
+ }
2261
+ });
2262
+ /**
2263
+ This extension highlights text that matches the selection. It uses
2264
+ the `"cm-selectionMatch"` class for the highlighting. When
2265
+ `highlightWordAroundCursor` is enabled, the word at the cursor
2266
+ itself will be highlighted with `"cm-selectionMatch-main"`.
2267
+ */
2268
+ function highlightSelectionMatches(options) {
2269
+ let ext = [defaultTheme, matchHighlighter];
2270
+ if (options) ext.push(highlightConfig.of(options));
2271
+ return ext;
2272
+ }
2273
+ const matchDeco = /*@__PURE__*/Decoration.mark({
2274
+ class: "cm-selectionMatch"
2275
+ });
2276
+ const mainMatchDeco = /*@__PURE__*/Decoration.mark({
2277
+ class: "cm-selectionMatch cm-selectionMatch-main"
2278
+ });
2279
+ // Whether the characters directly outside the given positions are non-word characters
2280
+ function insideWordBoundaries(check, state, from, to) {
2281
+ return (from == 0 || check(state.sliceDoc(from - 1, from)) != CharCategory.Word) && (to == state.doc.length || check(state.sliceDoc(to, to + 1)) != CharCategory.Word);
2282
+ }
2283
+ // Whether the characters directly at the given positions are word characters
2284
+ function insideWord(check, state, from, to) {
2285
+ return check(state.sliceDoc(from, from + 1)) == CharCategory.Word && check(state.sliceDoc(to - 1, to)) == CharCategory.Word;
2286
+ }
2287
+ const matchHighlighter = /*@__PURE__*/ViewPlugin.fromClass(class {
2288
+ constructor(view) {
2289
+ this.decorations = this.getDeco(view);
2290
+ }
2291
+ update(update) {
2292
+ if (update.selectionSet || update.docChanged || update.viewportChanged) this.decorations = this.getDeco(update.view);
2293
+ }
2294
+ getDeco(view) {
2295
+ let conf = view.state.facet(highlightConfig);
2296
+ let {
2297
+ state
2298
+ } = view,
2299
+ sel = state.selection;
2300
+ if (sel.ranges.length > 1) return Decoration.none;
2301
+ let range = sel.main,
2302
+ query,
2303
+ check = null;
2304
+ if (range.empty) {
2305
+ if (!conf.highlightWordAroundCursor) return Decoration.none;
2306
+ let word = state.wordAt(range.head);
2307
+ if (!word) return Decoration.none;
2308
+ check = state.charCategorizer(range.head);
2309
+ query = state.sliceDoc(word.from, word.to);
2310
+ } else {
2311
+ let len = range.to - range.from;
2312
+ if (len < conf.minSelectionLength || len > 200) return Decoration.none;
2313
+ if (conf.wholeWords) {
2314
+ query = state.sliceDoc(range.from, range.to); // TODO: allow and include leading/trailing space?
2315
+ check = state.charCategorizer(range.head);
2316
+ if (!(insideWordBoundaries(check, state, range.from, range.to) && insideWord(check, state, range.from, range.to))) return Decoration.none;
2317
+ } else {
2318
+ query = state.sliceDoc(range.from, range.to).trim();
2319
+ if (!query) return Decoration.none;
2320
+ }
2321
+ }
2322
+ let deco = [];
2323
+ for (let part of view.visibleRanges) {
2324
+ let cursor = new SearchCursor(state.doc, query, part.from, part.to);
2325
+ while (!cursor.next().done) {
2326
+ let {
2327
+ from,
2328
+ to
2329
+ } = cursor.value;
2330
+ if (!check || insideWordBoundaries(check, state, from, to)) {
2331
+ if (range.empty && from <= range.from && to >= range.to) deco.push(mainMatchDeco.range(from, to));else if (from >= range.to || to <= range.from) deco.push(matchDeco.range(from, to));
2332
+ if (deco.length > conf.maxMatches) return Decoration.none;
2333
+ }
2334
+ }
2335
+ }
2336
+ return Decoration.set(deco);
2337
+ }
2338
+ }, {
2339
+ decorations: v => v.decorations
2340
+ });
2341
+ const defaultTheme = /*@__PURE__*/EditorView.baseTheme({
2342
+ ".cm-selectionMatch": {
2343
+ backgroundColor: "#99ff7780"
2344
+ },
2345
+ ".cm-searchMatch .cm-selectionMatch": {
2346
+ backgroundColor: "transparent"
2347
+ }
2348
+ });
2349
+ // Select the words around the cursors.
2350
+ const selectWord = ({
2351
+ state,
2352
+ dispatch
2353
+ }) => {
2354
+ let {
2355
+ selection
2356
+ } = state;
2357
+ let newSel = EditorSelection.create(selection.ranges.map(range => state.wordAt(range.head) || EditorSelection.cursor(range.head)), selection.mainIndex);
2358
+ if (newSel.eq(selection)) return false;
2359
+ dispatch(state.update({
2360
+ selection: newSel
2361
+ }));
2362
+ return true;
2363
+ };
2364
+ // Find next occurrence of query relative to last cursor. Wrap around
2365
+ // the document if there are no more matches.
2366
+ function findNextOccurrence(state, query) {
2367
+ let {
2368
+ main,
2369
+ ranges
2370
+ } = state.selection;
2371
+ let word = state.wordAt(main.head),
2372
+ fullWord = word && word.from == main.from && word.to == main.to;
2373
+ for (let cycled = false, cursor = new SearchCursor(state.doc, query, ranges[ranges.length - 1].to);;) {
2374
+ cursor.next();
2375
+ if (cursor.done) {
2376
+ if (cycled) return null;
2377
+ cursor = new SearchCursor(state.doc, query, 0, Math.max(0, ranges[ranges.length - 1].from - 1));
2378
+ cycled = true;
2379
+ } else {
2380
+ if (cycled && ranges.some(r => r.from == cursor.value.from)) continue;
2381
+ if (fullWord) {
2382
+ let word = state.wordAt(cursor.value.from);
2383
+ if (!word || word.from != cursor.value.from || word.to != cursor.value.to) continue;
2384
+ }
2385
+ return cursor.value;
2386
+ }
2387
+ }
2388
+ }
2389
+ /**
2390
+ Select next occurrence of the current selection. Expand selection
2391
+ to the surrounding word when the selection is empty.
2392
+ */
2393
+ const selectNextOccurrence = ({
2394
+ state,
2395
+ dispatch
2396
+ }) => {
2397
+ let {
2398
+ ranges
2399
+ } = state.selection;
2400
+ if (ranges.some(sel => sel.from === sel.to)) return selectWord({
2401
+ state,
2402
+ dispatch
2403
+ });
2404
+ let searchedText = state.sliceDoc(ranges[0].from, ranges[0].to);
2405
+ if (state.selection.ranges.some(r => state.sliceDoc(r.from, r.to) != searchedText)) return false;
2406
+ let range = findNextOccurrence(state, searchedText);
2407
+ if (!range) return false;
2408
+ dispatch(state.update({
2409
+ selection: state.selection.addRange(EditorSelection.range(range.from, range.to), false),
2410
+ effects: EditorView.scrollIntoView(range.to)
2411
+ }));
2412
+ return true;
2413
+ };
2414
+ const searchConfigFacet = /*@__PURE__*/Facet.define({
2415
+ combine(configs) {
2416
+ return combineConfig(configs, {
2417
+ top: false,
2418
+ caseSensitive: false,
2419
+ literal: false,
2420
+ wholeWord: false,
2421
+ createPanel: view => new SearchPanel(view)
2422
+ });
2423
+ }
2424
+ });
2425
+ /**
2426
+ A search query. Part of the editor's search state.
2427
+ */
2428
+ class SearchQuery {
2429
+ /**
2430
+ Create a query object.
2431
+ */
2432
+ constructor(config) {
2433
+ this.search = config.search;
2434
+ this.caseSensitive = !!config.caseSensitive;
2435
+ this.literal = !!config.literal;
2436
+ this.regexp = !!config.regexp;
2437
+ this.replace = config.replace || "";
2438
+ this.valid = !!this.search && (!this.regexp || validRegExp(this.search));
2439
+ this.unquoted = this.unquote(this.search);
2440
+ this.wholeWord = !!config.wholeWord;
2441
+ }
2442
+ /**
2443
+ @internal
2444
+ */
2445
+ unquote(text) {
2446
+ return this.literal ? text : text.replace(/\\([nrt\\])/g, (_, ch) => ch == "n" ? "\n" : ch == "r" ? "\r" : ch == "t" ? "\t" : "\\");
2447
+ }
2448
+ /**
2449
+ Compare this query to another query.
2450
+ */
2451
+ eq(other) {
2452
+ return this.search == other.search && this.replace == other.replace && this.caseSensitive == other.caseSensitive && this.regexp == other.regexp && this.wholeWord == other.wholeWord;
2453
+ }
2454
+ /**
2455
+ @internal
2456
+ */
2457
+ create() {
2458
+ return this.regexp ? new RegExpQuery(this) : new StringQuery(this);
2459
+ }
2460
+ /**
2461
+ Get a search cursor for this query, searching through the given
2462
+ range in the given state.
2463
+ */
2464
+ getCursor(state, from = 0, to) {
2465
+ let st = state.doc ? state : EditorState.create({
2466
+ doc: state
2467
+ });
2468
+ if (to == null) to = st.doc.length;
2469
+ return this.regexp ? regexpCursor(this, st, from, to) : stringCursor(this, st, from, to);
2470
+ }
2471
+ }
2472
+ class QueryType {
2473
+ constructor(spec) {
2474
+ this.spec = spec;
2475
+ }
2476
+ }
2477
+ function stringCursor(spec, state, from, to) {
2478
+ return new SearchCursor(state.doc, spec.unquoted, from, to, spec.caseSensitive ? undefined : x => x.toLowerCase(), spec.wholeWord ? stringWordTest(state.doc, state.charCategorizer(state.selection.main.head)) : undefined);
2479
+ }
2480
+ function stringWordTest(doc, categorizer) {
2481
+ return (from, to, buf, bufPos) => {
2482
+ if (bufPos > from || bufPos + buf.length < to) {
2483
+ bufPos = Math.max(0, from - 2);
2484
+ buf = doc.sliceString(bufPos, Math.min(doc.length, to + 2));
2485
+ }
2486
+ return (categorizer(charBefore(buf, from - bufPos)) != CharCategory.Word || categorizer(charAfter(buf, from - bufPos)) != CharCategory.Word) && (categorizer(charAfter(buf, to - bufPos)) != CharCategory.Word || categorizer(charBefore(buf, to - bufPos)) != CharCategory.Word);
2487
+ };
2488
+ }
2489
+ class StringQuery extends QueryType {
2490
+ constructor(spec) {
2491
+ super(spec);
2492
+ }
2493
+ nextMatch(state, curFrom, curTo) {
2494
+ let cursor = stringCursor(this.spec, state, curTo, state.doc.length).nextOverlapping();
2495
+ if (cursor.done) cursor = stringCursor(this.spec, state, 0, curFrom).nextOverlapping();
2496
+ return cursor.done ? null : cursor.value;
2497
+ }
2498
+ // Searching in reverse is, rather than implementing inverted search
2499
+ // cursor, done by scanning chunk after chunk forward.
2500
+ prevMatchInRange(state, from, to) {
2501
+ for (let pos = to;;) {
2502
+ let start = Math.max(from, pos - 10000 /* FindPrev.ChunkSize */ - this.spec.unquoted.length);
2503
+ let cursor = stringCursor(this.spec, state, start, pos),
2504
+ range = null;
2505
+ while (!cursor.nextOverlapping().done) range = cursor.value;
2506
+ if (range) return range;
2507
+ if (start == from) return null;
2508
+ pos -= 10000 /* FindPrev.ChunkSize */;
2509
+ }
2510
+ }
2511
+
2512
+ prevMatch(state, curFrom, curTo) {
2513
+ return this.prevMatchInRange(state, 0, curFrom) || this.prevMatchInRange(state, curTo, state.doc.length);
2514
+ }
2515
+ getReplacement(_result) {
2516
+ return this.spec.unquote(this.spec.replace);
2517
+ }
2518
+ matchAll(state, limit) {
2519
+ let cursor = stringCursor(this.spec, state, 0, state.doc.length),
2520
+ ranges = [];
2521
+ while (!cursor.next().done) {
2522
+ if (ranges.length >= limit) return null;
2523
+ ranges.push(cursor.value);
2524
+ }
2525
+ return ranges;
2526
+ }
2527
+ highlight(state, from, to, add) {
2528
+ let cursor = stringCursor(this.spec, state, Math.max(0, from - this.spec.unquoted.length), Math.min(to + this.spec.unquoted.length, state.doc.length));
2529
+ while (!cursor.next().done) add(cursor.value.from, cursor.value.to);
2530
+ }
2531
+ }
2532
+ function regexpCursor(spec, state, from, to) {
2533
+ return new RegExpCursor(state.doc, spec.search, {
2534
+ ignoreCase: !spec.caseSensitive,
2535
+ test: spec.wholeWord ? regexpWordTest(state.charCategorizer(state.selection.main.head)) : undefined
2536
+ }, from, to);
2537
+ }
2538
+ function charBefore(str, index) {
2539
+ return str.slice(findClusterBreak(str, index, false), index);
2540
+ }
2541
+ function charAfter(str, index) {
2542
+ return str.slice(index, findClusterBreak(str, index));
2543
+ }
2544
+ function regexpWordTest(categorizer) {
2545
+ return (_from, _to, match) => !match[0].length || (categorizer(charBefore(match.input, match.index)) != CharCategory.Word || categorizer(charAfter(match.input, match.index)) != CharCategory.Word) && (categorizer(charAfter(match.input, match.index + match[0].length)) != CharCategory.Word || categorizer(charBefore(match.input, match.index + match[0].length)) != CharCategory.Word);
2546
+ }
2547
+ class RegExpQuery extends QueryType {
2548
+ nextMatch(state, curFrom, curTo) {
2549
+ let cursor = regexpCursor(this.spec, state, curTo, state.doc.length).next();
2550
+ if (cursor.done) cursor = regexpCursor(this.spec, state, 0, curFrom).next();
2551
+ return cursor.done ? null : cursor.value;
2552
+ }
2553
+ prevMatchInRange(state, from, to) {
2554
+ for (let size = 1;; size++) {
2555
+ let start = Math.max(from, to - size * 10000 /* FindPrev.ChunkSize */);
2556
+ let cursor = regexpCursor(this.spec, state, start, to),
2557
+ range = null;
2558
+ while (!cursor.next().done) range = cursor.value;
2559
+ if (range && (start == from || range.from > start + 10)) return range;
2560
+ if (start == from) return null;
2561
+ }
2562
+ }
2563
+ prevMatch(state, curFrom, curTo) {
2564
+ return this.prevMatchInRange(state, 0, curFrom) || this.prevMatchInRange(state, curTo, state.doc.length);
2565
+ }
2566
+ getReplacement(result) {
2567
+ return this.spec.unquote(this.spec.replace.replace(/\$([$&\d+])/g, (m, i) => i == "$" ? "$" : i == "&" ? result.match[0] : i != "0" && +i < result.match.length ? result.match[i] : m));
2568
+ }
2569
+ matchAll(state, limit) {
2570
+ let cursor = regexpCursor(this.spec, state, 0, state.doc.length),
2571
+ ranges = [];
2572
+ while (!cursor.next().done) {
2573
+ if (ranges.length >= limit) return null;
2574
+ ranges.push(cursor.value);
2575
+ }
2576
+ return ranges;
2577
+ }
2578
+ highlight(state, from, to, add) {
2579
+ let cursor = regexpCursor(this.spec, state, Math.max(0, from - 250 /* RegExp.HighlightMargin */), Math.min(to + 250 /* RegExp.HighlightMargin */, state.doc.length));
2580
+ while (!cursor.next().done) add(cursor.value.from, cursor.value.to);
2581
+ }
2582
+ }
2583
+ /**
2584
+ A state effect that updates the current search query. Note that
2585
+ this only has an effect if the search state has been initialized
2586
+ (by including [`search`](https://codemirror.net/6/docs/ref/#search.search) in your configuration or
2587
+ by running [`openSearchPanel`](https://codemirror.net/6/docs/ref/#search.openSearchPanel) at least
2588
+ once).
2589
+ */
2590
+ const setSearchQuery = /*@__PURE__*/StateEffect.define();
2591
+ const togglePanel$1 = /*@__PURE__*/StateEffect.define();
2592
+ const searchState = /*@__PURE__*/StateField.define({
2593
+ create(state) {
2594
+ return new SearchState(defaultQuery(state).create(), null);
2595
+ },
2596
+ update(value, tr) {
2597
+ for (let effect of tr.effects) {
2598
+ if (effect.is(setSearchQuery)) value = new SearchState(effect.value.create(), value.panel);else if (effect.is(togglePanel$1)) value = new SearchState(value.query, effect.value ? createSearchPanel : null);
2599
+ }
2600
+ return value;
2601
+ },
2602
+ provide: f => showPanel.from(f, val => val.panel)
2603
+ });
2604
+ class SearchState {
2605
+ constructor(query, panel) {
2606
+ this.query = query;
2607
+ this.panel = panel;
2608
+ }
2609
+ }
2610
+ const matchMark = /*@__PURE__*/Decoration.mark({
2611
+ class: "cm-searchMatch"
2612
+ }),
2613
+ selectedMatchMark = /*@__PURE__*/Decoration.mark({
2614
+ class: "cm-searchMatch cm-searchMatch-selected"
2615
+ });
2616
+ const searchHighlighter = /*@__PURE__*/ViewPlugin.fromClass(class {
2617
+ constructor(view) {
2618
+ this.view = view;
2619
+ this.decorations = this.highlight(view.state.field(searchState));
2620
+ }
2621
+ update(update) {
2622
+ let state = update.state.field(searchState);
2623
+ if (state != update.startState.field(searchState) || update.docChanged || update.selectionSet || update.viewportChanged) this.decorations = this.highlight(state);
2624
+ }
2625
+ highlight({
2626
+ query,
2627
+ panel
2628
+ }) {
2629
+ if (!panel || !query.spec.valid) return Decoration.none;
2630
+ let {
2631
+ view
2632
+ } = this;
2633
+ let builder = new RangeSetBuilder();
2634
+ for (let i = 0, ranges = view.visibleRanges, l = ranges.length; i < l; i++) {
2635
+ let {
2636
+ from,
2637
+ to
2638
+ } = ranges[i];
2639
+ while (i < l - 1 && to > ranges[i + 1].from - 2 * 250 /* RegExp.HighlightMargin */) to = ranges[++i].to;
2640
+ query.highlight(view.state, from, to, (from, to) => {
2641
+ let selected = view.state.selection.ranges.some(r => r.from == from && r.to == to);
2642
+ builder.add(from, to, selected ? selectedMatchMark : matchMark);
2643
+ });
2644
+ }
2645
+ return builder.finish();
2646
+ }
2647
+ }, {
2648
+ decorations: v => v.decorations
2649
+ });
2650
+ function searchCommand(f) {
2651
+ return view => {
2652
+ let state = view.state.field(searchState, false);
2653
+ return state && state.query.spec.valid ? f(view, state) : openSearchPanel(view);
2654
+ };
2655
+ }
2656
+ /**
2657
+ Open the search panel if it isn't already open, and move the
2658
+ selection to the first match after the current main selection.
2659
+ Will wrap around to the start of the document when it reaches the
2660
+ end.
2661
+ */
2662
+ const findNext = /*@__PURE__*/searchCommand((view, {
2663
+ query
2664
+ }) => {
2665
+ let {
2666
+ to
2667
+ } = view.state.selection.main;
2668
+ let next = query.nextMatch(view.state, to, to);
2669
+ if (!next) return false;
2670
+ view.dispatch({
2671
+ selection: {
2672
+ anchor: next.from,
2673
+ head: next.to
2674
+ },
2675
+ scrollIntoView: true,
2676
+ effects: announceMatch(view, next),
2677
+ userEvent: "select.search"
2678
+ });
2679
+ return true;
2680
+ });
2681
+ /**
2682
+ Move the selection to the previous instance of the search query,
2683
+ before the current main selection. Will wrap past the start
2684
+ of the document to start searching at the end again.
2685
+ */
2686
+ const findPrevious = /*@__PURE__*/searchCommand((view, {
2687
+ query
2688
+ }) => {
2689
+ let {
2690
+ state
2691
+ } = view,
2692
+ {
2693
+ from
2694
+ } = state.selection.main;
2695
+ let range = query.prevMatch(state, from, from);
2696
+ if (!range) return false;
2697
+ view.dispatch({
2698
+ selection: {
2699
+ anchor: range.from,
2700
+ head: range.to
2701
+ },
2702
+ scrollIntoView: true,
2703
+ effects: announceMatch(view, range),
2704
+ userEvent: "select.search"
2705
+ });
2706
+ return true;
2707
+ });
2708
+ /**
2709
+ Select all instances of the search query.
2710
+ */
2711
+ const selectMatches = /*@__PURE__*/searchCommand((view, {
2712
+ query
2713
+ }) => {
2714
+ let ranges = query.matchAll(view.state, 1000);
2715
+ if (!ranges || !ranges.length) return false;
2716
+ view.dispatch({
2717
+ selection: EditorSelection.create(ranges.map(r => EditorSelection.range(r.from, r.to))),
2718
+ userEvent: "select.search.matches"
2719
+ });
2720
+ return true;
2721
+ });
2722
+ /**
2723
+ Select all instances of the currently selected text.
2724
+ */
2725
+ const selectSelectionMatches = ({
2726
+ state,
2727
+ dispatch
2728
+ }) => {
2729
+ let sel = state.selection;
2730
+ if (sel.ranges.length > 1 || sel.main.empty) return false;
2731
+ let {
2732
+ from,
2733
+ to
2734
+ } = sel.main;
2735
+ let ranges = [],
2736
+ main = 0;
2737
+ for (let cur = new SearchCursor(state.doc, state.sliceDoc(from, to)); !cur.next().done;) {
2738
+ if (ranges.length > 1000) return false;
2739
+ if (cur.value.from == from) main = ranges.length;
2740
+ ranges.push(EditorSelection.range(cur.value.from, cur.value.to));
2741
+ }
2742
+ dispatch(state.update({
2743
+ selection: EditorSelection.create(ranges, main),
2744
+ userEvent: "select.search.matches"
2745
+ }));
2746
+ return true;
2747
+ };
2748
+ /**
2749
+ Replace the current match of the search query.
2750
+ */
2751
+ const replaceNext = /*@__PURE__*/searchCommand((view, {
2752
+ query
2753
+ }) => {
2754
+ let {
2755
+ state
2756
+ } = view,
2757
+ {
2758
+ from,
2759
+ to
2760
+ } = state.selection.main;
2761
+ if (state.readOnly) return false;
2762
+ let next = query.nextMatch(state, from, from);
2763
+ if (!next) return false;
2764
+ let changes = [],
2765
+ selection,
2766
+ replacement;
2767
+ let announce = [];
2768
+ if (next.from == from && next.to == to) {
2769
+ replacement = state.toText(query.getReplacement(next));
2770
+ changes.push({
2771
+ from: next.from,
2772
+ to: next.to,
2773
+ insert: replacement
2774
+ });
2775
+ next = query.nextMatch(state, next.from, next.to);
2776
+ announce.push(EditorView.announce.of(state.phrase("replaced match on line $", state.doc.lineAt(from).number) + "."));
2777
+ }
2778
+ if (next) {
2779
+ let off = changes.length == 0 || changes[0].from >= next.to ? 0 : next.to - next.from - replacement.length;
2780
+ selection = {
2781
+ anchor: next.from - off,
2782
+ head: next.to - off
2783
+ };
2784
+ announce.push(announceMatch(view, next));
2785
+ }
2786
+ view.dispatch({
2787
+ changes,
2788
+ selection,
2789
+ scrollIntoView: !!selection,
2790
+ effects: announce,
2791
+ userEvent: "input.replace"
2792
+ });
2793
+ return true;
2794
+ });
2795
+ /**
2796
+ Replace all instances of the search query with the given
2797
+ replacement.
2798
+ */
2799
+ const replaceAll = /*@__PURE__*/searchCommand((view, {
2800
+ query
2801
+ }) => {
2802
+ if (view.state.readOnly) return false;
2803
+ let changes = query.matchAll(view.state, 1e9).map(match => {
2804
+ let {
2805
+ from,
2806
+ to
2807
+ } = match;
2808
+ return {
2809
+ from,
2810
+ to,
2811
+ insert: query.getReplacement(match)
2812
+ };
2813
+ });
2814
+ if (!changes.length) return false;
2815
+ let announceText = view.state.phrase("replaced $ matches", changes.length) + ".";
2816
+ view.dispatch({
2817
+ changes,
2818
+ effects: EditorView.announce.of(announceText),
2819
+ userEvent: "input.replace.all"
2820
+ });
2821
+ return true;
2822
+ });
2823
+ function createSearchPanel(view) {
2824
+ return view.state.facet(searchConfigFacet).createPanel(view);
2825
+ }
2826
+ function defaultQuery(state, fallback) {
2827
+ var _a, _b, _c, _d;
2828
+ let sel = state.selection.main;
2829
+ let selText = sel.empty || sel.to > sel.from + 100 ? "" : state.sliceDoc(sel.from, sel.to);
2830
+ if (fallback && !selText) return fallback;
2831
+ let config = state.facet(searchConfigFacet);
2832
+ return new SearchQuery({
2833
+ search: ((_a = fallback === null || fallback === void 0 ? void 0 : fallback.literal) !== null && _a !== void 0 ? _a : config.literal) ? selText : selText.replace(/\n/g, "\\n"),
2834
+ caseSensitive: (_b = fallback === null || fallback === void 0 ? void 0 : fallback.caseSensitive) !== null && _b !== void 0 ? _b : config.caseSensitive,
2835
+ literal: (_c = fallback === null || fallback === void 0 ? void 0 : fallback.literal) !== null && _c !== void 0 ? _c : config.literal,
2836
+ wholeWord: (_d = fallback === null || fallback === void 0 ? void 0 : fallback.wholeWord) !== null && _d !== void 0 ? _d : config.wholeWord
2837
+ });
2838
+ }
2839
+ /**
2840
+ Make sure the search panel is open and focused.
2841
+ */
2842
+ const openSearchPanel = view => {
2843
+ let state = view.state.field(searchState, false);
2844
+ if (state && state.panel) {
2845
+ let panel = getPanel(view, createSearchPanel);
2846
+ if (!panel) return false;
2847
+ let searchInput = panel.dom.querySelector("[main-field]");
2848
+ if (searchInput && searchInput != view.root.activeElement) {
2849
+ let query = defaultQuery(view.state, state.query.spec);
2850
+ if (query.valid) view.dispatch({
2851
+ effects: setSearchQuery.of(query)
2852
+ });
2853
+ searchInput.focus();
2854
+ searchInput.select();
2855
+ }
2856
+ } else {
2857
+ view.dispatch({
2858
+ effects: [togglePanel$1.of(true), state ? setSearchQuery.of(defaultQuery(view.state, state.query.spec)) : StateEffect.appendConfig.of(searchExtensions)]
2859
+ });
2860
+ }
2861
+ return true;
2862
+ };
2863
+ /**
2864
+ Close the search panel.
2865
+ */
2866
+ const closeSearchPanel = view => {
2867
+ let state = view.state.field(searchState, false);
2868
+ if (!state || !state.panel) return false;
2869
+ let panel = getPanel(view, createSearchPanel);
2870
+ if (panel && panel.dom.contains(view.root.activeElement)) view.focus();
2871
+ view.dispatch({
2872
+ effects: togglePanel$1.of(false)
2873
+ });
2874
+ return true;
2875
+ };
2876
+ /**
2877
+ Default search-related key bindings.
2878
+
2879
+ - Mod-f: [`openSearchPanel`](https://codemirror.net/6/docs/ref/#search.openSearchPanel)
2880
+ - F3, Mod-g: [`findNext`](https://codemirror.net/6/docs/ref/#search.findNext)
2881
+ - Shift-F3, Shift-Mod-g: [`findPrevious`](https://codemirror.net/6/docs/ref/#search.findPrevious)
2882
+ - Alt-g: [`gotoLine`](https://codemirror.net/6/docs/ref/#search.gotoLine)
2883
+ - Mod-d: [`selectNextOccurrence`](https://codemirror.net/6/docs/ref/#search.selectNextOccurrence)
2884
+ */
2885
+ const searchKeymap = [{
2886
+ key: "Mod-f",
2887
+ run: openSearchPanel,
2888
+ scope: "editor search-panel"
2889
+ }, {
2890
+ key: "F3",
2891
+ run: findNext,
2892
+ shift: findPrevious,
2893
+ scope: "editor search-panel",
2894
+ preventDefault: true
2895
+ }, {
2896
+ key: "Mod-g",
2897
+ run: findNext,
2898
+ shift: findPrevious,
2899
+ scope: "editor search-panel",
2900
+ preventDefault: true
2901
+ }, {
2902
+ key: "Escape",
2903
+ run: closeSearchPanel,
2904
+ scope: "editor search-panel"
2905
+ }, {
2906
+ key: "Mod-Shift-l",
2907
+ run: selectSelectionMatches
2908
+ }, {
2909
+ key: "Alt-g",
2910
+ run: gotoLine
2911
+ }, {
2912
+ key: "Mod-d",
2913
+ run: selectNextOccurrence,
2914
+ preventDefault: true
2915
+ }];
2916
+ class SearchPanel {
2917
+ constructor(view) {
2918
+ this.view = view;
2919
+ let query = this.query = view.state.field(searchState).query.spec;
2920
+ this.commit = this.commit.bind(this);
2921
+ this.searchField = crelt("input", {
2922
+ value: query.search,
2923
+ placeholder: phrase(view, "Find"),
2924
+ "aria-label": phrase(view, "Find"),
2925
+ class: "cm-textfield",
2926
+ name: "search",
2927
+ form: "",
2928
+ "main-field": "true",
2929
+ onchange: this.commit,
2930
+ onkeyup: this.commit
2931
+ });
2932
+ this.replaceField = crelt("input", {
2933
+ value: query.replace,
2934
+ placeholder: phrase(view, "Replace"),
2935
+ "aria-label": phrase(view, "Replace"),
2936
+ class: "cm-textfield",
2937
+ name: "replace",
2938
+ form: "",
2939
+ onchange: this.commit,
2940
+ onkeyup: this.commit
2941
+ });
2942
+ this.caseField = crelt("input", {
2943
+ type: "checkbox",
2944
+ name: "case",
2945
+ form: "",
2946
+ checked: query.caseSensitive,
2947
+ onchange: this.commit
2948
+ });
2949
+ this.reField = crelt("input", {
2950
+ type: "checkbox",
2951
+ name: "re",
2952
+ form: "",
2953
+ checked: query.regexp,
2954
+ onchange: this.commit
2955
+ });
2956
+ this.wordField = crelt("input", {
2957
+ type: "checkbox",
2958
+ name: "word",
2959
+ form: "",
2960
+ checked: query.wholeWord,
2961
+ onchange: this.commit
2962
+ });
2963
+ function button(name, onclick, content) {
2964
+ return crelt("button", {
2965
+ class: "cm-button",
2966
+ name,
2967
+ onclick,
2968
+ type: "button"
2969
+ }, content);
2970
+ }
2971
+ this.dom = crelt("div", {
2972
+ onkeydown: e => this.keydown(e),
2973
+ class: "cm-search"
2974
+ }, [this.searchField, button("next", () => findNext(view), [phrase(view, "next")]), button("prev", () => findPrevious(view), [phrase(view, "previous")]), button("select", () => selectMatches(view), [phrase(view, "all")]), crelt("label", null, [this.caseField, phrase(view, "match case")]), crelt("label", null, [this.reField, phrase(view, "regexp")]), crelt("label", null, [this.wordField, phrase(view, "by word")]), ...(view.state.readOnly ? [] : [crelt("br"), this.replaceField, button("replace", () => replaceNext(view), [phrase(view, "replace")]), button("replaceAll", () => replaceAll(view), [phrase(view, "replace all")])]), crelt("button", {
2975
+ name: "close",
2976
+ onclick: () => closeSearchPanel(view),
2977
+ "aria-label": phrase(view, "close"),
2978
+ type: "button"
2979
+ }, ["×"])]);
2980
+ }
2981
+ commit() {
2982
+ let query = new SearchQuery({
2983
+ search: this.searchField.value,
2984
+ caseSensitive: this.caseField.checked,
2985
+ regexp: this.reField.checked,
2986
+ wholeWord: this.wordField.checked,
2987
+ replace: this.replaceField.value
2988
+ });
2989
+ if (!query.eq(this.query)) {
2990
+ this.query = query;
2991
+ this.view.dispatch({
2992
+ effects: setSearchQuery.of(query)
2993
+ });
2994
+ }
2995
+ }
2996
+ keydown(e) {
2997
+ if (runScopeHandlers(this.view, e, "search-panel")) {
2998
+ e.preventDefault();
2999
+ } else if (e.keyCode == 13 && e.target == this.searchField) {
3000
+ e.preventDefault();
3001
+ (e.shiftKey ? findPrevious : findNext)(this.view);
3002
+ } else if (e.keyCode == 13 && e.target == this.replaceField) {
3003
+ e.preventDefault();
3004
+ replaceNext(this.view);
3005
+ }
3006
+ }
3007
+ update(update) {
3008
+ for (let tr of update.transactions) for (let effect of tr.effects) {
3009
+ if (effect.is(setSearchQuery) && !effect.value.eq(this.query)) this.setQuery(effect.value);
3010
+ }
3011
+ }
3012
+ setQuery(query) {
3013
+ this.query = query;
3014
+ this.searchField.value = query.search;
3015
+ this.replaceField.value = query.replace;
3016
+ this.caseField.checked = query.caseSensitive;
3017
+ this.reField.checked = query.regexp;
3018
+ this.wordField.checked = query.wholeWord;
3019
+ }
3020
+ mount() {
3021
+ this.searchField.select();
3022
+ }
3023
+ get pos() {
3024
+ return 80;
3025
+ }
3026
+ get top() {
3027
+ return this.view.state.facet(searchConfigFacet).top;
3028
+ }
3029
+ }
3030
+ function phrase(view, phrase) {
3031
+ return view.state.phrase(phrase);
3032
+ }
3033
+ const AnnounceMargin = 30;
3034
+ const Break = /[\s\.,:;?!]/;
3035
+ function announceMatch(view, {
3036
+ from,
3037
+ to
3038
+ }) {
3039
+ let line = view.state.doc.lineAt(from),
3040
+ lineEnd = view.state.doc.lineAt(to).to;
3041
+ let start = Math.max(line.from, from - AnnounceMargin),
3042
+ end = Math.min(lineEnd, to + AnnounceMargin);
3043
+ let text = view.state.sliceDoc(start, end);
3044
+ if (start != line.from) {
3045
+ for (let i = 0; i < AnnounceMargin; i++) if (!Break.test(text[i + 1]) && Break.test(text[i])) {
3046
+ text = text.slice(i);
3047
+ break;
3048
+ }
3049
+ }
3050
+ if (end != lineEnd) {
3051
+ for (let i = text.length - 1; i > text.length - AnnounceMargin; i--) if (!Break.test(text[i - 1]) && Break.test(text[i])) {
3052
+ text = text.slice(0, i);
3053
+ break;
3054
+ }
3055
+ }
3056
+ return EditorView.announce.of(`${view.state.phrase("current match")}. ${text} ${view.state.phrase("on line")} ${line.number}.`);
3057
+ }
3058
+ const baseTheme$2 = /*@__PURE__*/EditorView.baseTheme({
3059
+ ".cm-panel.cm-search": {
3060
+ padding: "2px 6px 4px",
3061
+ position: "relative",
3062
+ "& [name=close]": {
3063
+ position: "absolute",
3064
+ top: "0",
3065
+ right: "4px",
3066
+ backgroundColor: "inherit",
3067
+ border: "none",
3068
+ font: "inherit",
3069
+ padding: 0,
3070
+ margin: 0
3071
+ },
3072
+ "& input, & button, & label": {
3073
+ margin: ".2em .6em .2em 0"
3074
+ },
3075
+ "& input[type=checkbox]": {
3076
+ marginRight: ".2em"
3077
+ },
3078
+ "& label": {
3079
+ fontSize: "80%",
3080
+ whiteSpace: "pre"
3081
+ }
3082
+ },
3083
+ "&light .cm-searchMatch": {
3084
+ backgroundColor: "#ffff0054"
3085
+ },
3086
+ "&dark .cm-searchMatch": {
3087
+ backgroundColor: "#00ffff8a"
3088
+ },
3089
+ "&light .cm-searchMatch-selected": {
3090
+ backgroundColor: "#ff6a0054"
3091
+ },
3092
+ "&dark .cm-searchMatch-selected": {
3093
+ backgroundColor: "#ff00ff8a"
3094
+ }
3095
+ });
3096
+ const searchExtensions = [searchState, /*@__PURE__*/Prec.lowest(searchHighlighter), baseTheme$2];
3097
+
3098
+ class SelectedDiagnostic {
3099
+ constructor(from, to, diagnostic) {
3100
+ this.from = from;
3101
+ this.to = to;
3102
+ this.diagnostic = diagnostic;
3103
+ }
3104
+ }
3105
+ class LintState {
3106
+ constructor(diagnostics, panel, selected) {
3107
+ this.diagnostics = diagnostics;
3108
+ this.panel = panel;
3109
+ this.selected = selected;
3110
+ }
3111
+ static init(diagnostics, panel, state) {
3112
+ // Filter the list of diagnostics for which to create markers
3113
+ let markedDiagnostics = diagnostics;
3114
+ let diagnosticFilter = state.facet(lintConfig).markerFilter;
3115
+ if (diagnosticFilter) markedDiagnostics = diagnosticFilter(markedDiagnostics);
3116
+ let ranges = Decoration.set(markedDiagnostics.map(d => {
3117
+ // For zero-length ranges or ranges covering only a line break, create a widget
3118
+ return d.from == d.to || d.from == d.to - 1 && state.doc.lineAt(d.from).to == d.from ? Decoration.widget({
3119
+ widget: new DiagnosticWidget(d),
3120
+ diagnostic: d
3121
+ }).range(d.from) : Decoration.mark({
3122
+ attributes: {
3123
+ class: "cm-lintRange cm-lintRange-" + d.severity
3124
+ },
3125
+ diagnostic: d
3126
+ }).range(d.from, d.to);
3127
+ }), true);
3128
+ return new LintState(ranges, panel, findDiagnostic(ranges));
3129
+ }
3130
+ }
3131
+ function findDiagnostic(diagnostics, diagnostic = null, after = 0) {
3132
+ let found = null;
3133
+ diagnostics.between(after, 1e9, (from, to, {
3134
+ spec
3135
+ }) => {
3136
+ if (diagnostic && spec.diagnostic != diagnostic) return;
3137
+ found = new SelectedDiagnostic(from, to, spec.diagnostic);
3138
+ return false;
3139
+ });
3140
+ return found;
3141
+ }
3142
+ function hideTooltip(tr, tooltip) {
3143
+ return !!(tr.effects.some(e => e.is(setDiagnosticsEffect)) || tr.changes.touchesRange(tooltip.pos));
3144
+ }
3145
+ function maybeEnableLint(state, effects) {
3146
+ return state.field(lintState, false) ? effects : effects.concat(StateEffect.appendConfig.of([lintState, EditorView.decorations.compute([lintState], state => {
3147
+ let {
3148
+ selected,
3149
+ panel
3150
+ } = state.field(lintState);
3151
+ return !selected || !panel || selected.from == selected.to ? Decoration.none : Decoration.set([activeMark.range(selected.from, selected.to)]);
3152
+ }), hoverTooltip(lintTooltip, {
3153
+ hideOn: hideTooltip
3154
+ }), baseTheme]));
3155
+ }
3156
+ /**
3157
+ Returns a transaction spec which updates the current set of
3158
+ diagnostics, and enables the lint extension if if wasn't already
3159
+ active.
3160
+ */
3161
+ function setDiagnostics(state, diagnostics) {
3162
+ return {
3163
+ effects: maybeEnableLint(state, [setDiagnosticsEffect.of(diagnostics)])
3164
+ };
3165
+ }
3166
+ /**
3167
+ The state effect that updates the set of active diagnostics. Can
3168
+ be useful when writing an extension that needs to track these.
3169
+ */
3170
+ const setDiagnosticsEffect = /*@__PURE__*/StateEffect.define();
3171
+ const togglePanel = /*@__PURE__*/StateEffect.define();
3172
+ const movePanelSelection = /*@__PURE__*/StateEffect.define();
3173
+ const lintState = /*@__PURE__*/StateField.define({
3174
+ create() {
3175
+ return new LintState(Decoration.none, null, null);
3176
+ },
3177
+ update(value, tr) {
3178
+ if (tr.docChanged) {
3179
+ let mapped = value.diagnostics.map(tr.changes),
3180
+ selected = null;
3181
+ if (value.selected) {
3182
+ let selPos = tr.changes.mapPos(value.selected.from, 1);
3183
+ selected = findDiagnostic(mapped, value.selected.diagnostic, selPos) || findDiagnostic(mapped, null, selPos);
3184
+ }
3185
+ value = new LintState(mapped, value.panel, selected);
3186
+ }
3187
+ for (let effect of tr.effects) {
3188
+ if (effect.is(setDiagnosticsEffect)) {
3189
+ value = LintState.init(effect.value, value.panel, tr.state);
3190
+ } else if (effect.is(togglePanel)) {
3191
+ value = new LintState(value.diagnostics, effect.value ? LintPanel.open : null, value.selected);
3192
+ } else if (effect.is(movePanelSelection)) {
3193
+ value = new LintState(value.diagnostics, value.panel, effect.value);
3194
+ }
3195
+ }
3196
+ return value;
3197
+ },
3198
+ provide: f => [showPanel.from(f, val => val.panel), EditorView.decorations.from(f, s => s.diagnostics)]
3199
+ });
3200
+ const activeMark = /*@__PURE__*/Decoration.mark({
3201
+ class: "cm-lintRange cm-lintRange-active"
3202
+ });
3203
+ function lintTooltip(view, pos, side) {
3204
+ let {
3205
+ diagnostics
3206
+ } = view.state.field(lintState);
3207
+ let found = [],
3208
+ stackStart = 2e8,
3209
+ stackEnd = 0;
3210
+ diagnostics.between(pos - (side < 0 ? 1 : 0), pos + (side > 0 ? 1 : 0), (from, to, {
3211
+ spec
3212
+ }) => {
3213
+ if (pos >= from && pos <= to && (from == to || (pos > from || side > 0) && (pos < to || side < 0))) {
3214
+ found.push(spec.diagnostic);
3215
+ stackStart = Math.min(from, stackStart);
3216
+ stackEnd = Math.max(to, stackEnd);
3217
+ }
3218
+ });
3219
+ let diagnosticFilter = view.state.facet(lintConfig).tooltipFilter;
3220
+ if (diagnosticFilter) found = diagnosticFilter(found);
3221
+ if (!found.length) return null;
3222
+ return {
3223
+ pos: stackStart,
3224
+ end: stackEnd,
3225
+ above: view.state.doc.lineAt(stackStart).to < stackEnd,
3226
+ create() {
3227
+ return {
3228
+ dom: diagnosticsTooltip(view, found)
3229
+ };
3230
+ }
3231
+ };
3232
+ }
3233
+ function diagnosticsTooltip(view, diagnostics) {
3234
+ return crelt("ul", {
3235
+ class: "cm-tooltip-lint"
3236
+ }, diagnostics.map(d => renderDiagnostic(view, d, false)));
3237
+ }
3238
+ /**
3239
+ Command to open and focus the lint panel.
3240
+ */
3241
+ const openLintPanel = view => {
3242
+ let field = view.state.field(lintState, false);
3243
+ if (!field || !field.panel) view.dispatch({
3244
+ effects: maybeEnableLint(view.state, [togglePanel.of(true)])
3245
+ });
3246
+ let panel = getPanel(view, LintPanel.open);
3247
+ if (panel) panel.dom.querySelector(".cm-panel-lint ul").focus();
3248
+ return true;
3249
+ };
3250
+ /**
3251
+ Command to close the lint panel, when open.
3252
+ */
3253
+ const closeLintPanel = view => {
3254
+ let field = view.state.field(lintState, false);
3255
+ if (!field || !field.panel) return false;
3256
+ view.dispatch({
3257
+ effects: togglePanel.of(false)
3258
+ });
3259
+ return true;
3260
+ };
3261
+ /**
3262
+ Move the selection to the next diagnostic.
3263
+ */
3264
+ const nextDiagnostic = view => {
3265
+ let field = view.state.field(lintState, false);
3266
+ if (!field) return false;
3267
+ let sel = view.state.selection.main,
3268
+ next = field.diagnostics.iter(sel.to + 1);
3269
+ if (!next.value) {
3270
+ next = field.diagnostics.iter(0);
3271
+ if (!next.value || next.from == sel.from && next.to == sel.to) return false;
3272
+ }
3273
+ view.dispatch({
3274
+ selection: {
3275
+ anchor: next.from,
3276
+ head: next.to
3277
+ },
3278
+ scrollIntoView: true
3279
+ });
3280
+ return true;
3281
+ };
3282
+ /**
3283
+ A set of default key bindings for the lint functionality.
3284
+
3285
+ - Ctrl-Shift-m (Cmd-Shift-m on macOS): [`openLintPanel`](https://codemirror.net/6/docs/ref/#lint.openLintPanel)
3286
+ - F8: [`nextDiagnostic`](https://codemirror.net/6/docs/ref/#lint.nextDiagnostic)
3287
+ */
3288
+ const lintKeymap = [{
3289
+ key: "Mod-Shift-m",
3290
+ run: openLintPanel,
3291
+ preventDefault: true
3292
+ }, {
3293
+ key: "F8",
3294
+ run: nextDiagnostic
3295
+ }];
3296
+ const lintPlugin = /*@__PURE__*/ViewPlugin.fromClass(class {
3297
+ constructor(view) {
3298
+ this.view = view;
3299
+ this.timeout = -1;
3300
+ this.set = true;
3301
+ let {
3302
+ delay
3303
+ } = view.state.facet(lintConfig);
3304
+ this.lintTime = Date.now() + delay;
3305
+ this.run = this.run.bind(this);
3306
+ this.timeout = setTimeout(this.run, delay);
3307
+ }
3308
+ run() {
3309
+ let now = Date.now();
3310
+ if (now < this.lintTime - 10) {
3311
+ setTimeout(this.run, this.lintTime - now);
3312
+ } else {
3313
+ this.set = false;
3314
+ let {
3315
+ state
3316
+ } = this.view,
3317
+ {
3318
+ sources
3319
+ } = state.facet(lintConfig);
3320
+ Promise.all(sources.map(source => Promise.resolve(source(this.view)))).then(annotations => {
3321
+ let all = annotations.reduce((a, b) => a.concat(b));
3322
+ if (this.view.state.doc == state.doc) this.view.dispatch(setDiagnostics(this.view.state, all));
3323
+ }, error => {
3324
+ logException(this.view.state, error);
3325
+ });
3326
+ }
3327
+ }
3328
+ update(update) {
3329
+ let config = update.state.facet(lintConfig);
3330
+ if (update.docChanged || config != update.startState.facet(lintConfig)) {
3331
+ this.lintTime = Date.now() + config.delay;
3332
+ if (!this.set) {
3333
+ this.set = true;
3334
+ this.timeout = setTimeout(this.run, config.delay);
3335
+ }
3336
+ }
3337
+ }
3338
+ force() {
3339
+ if (this.set) {
3340
+ this.lintTime = Date.now();
3341
+ this.run();
3342
+ }
3343
+ }
3344
+ destroy() {
3345
+ clearTimeout(this.timeout);
3346
+ }
3347
+ });
3348
+ const lintConfig = /*@__PURE__*/Facet.define({
3349
+ combine(input) {
3350
+ return Object.assign({
3351
+ sources: input.map(i => i.source)
3352
+ }, combineConfig(input.map(i => i.config), {
3353
+ delay: 750,
3354
+ markerFilter: null,
3355
+ tooltipFilter: null
3356
+ }));
3357
+ },
3358
+ enables: lintPlugin
3359
+ });
3360
+ function assignKeys(actions) {
3361
+ let assigned = [];
3362
+ if (actions) actions: for (let {
3363
+ name
3364
+ } of actions) {
3365
+ for (let i = 0; i < name.length; i++) {
3366
+ let ch = name[i];
3367
+ if (/[a-zA-Z]/.test(ch) && !assigned.some(c => c.toLowerCase() == ch.toLowerCase())) {
3368
+ assigned.push(ch);
3369
+ continue actions;
3370
+ }
3371
+ }
3372
+ assigned.push("");
3373
+ }
3374
+ return assigned;
3375
+ }
3376
+ function renderDiagnostic(view, diagnostic, inPanel) {
3377
+ var _a;
3378
+ let keys = inPanel ? assignKeys(diagnostic.actions) : [];
3379
+ return crelt("li", {
3380
+ class: "cm-diagnostic cm-diagnostic-" + diagnostic.severity
3381
+ }, crelt("span", {
3382
+ class: "cm-diagnosticText"
3383
+ }, diagnostic.renderMessage ? diagnostic.renderMessage() : diagnostic.message), (_a = diagnostic.actions) === null || _a === void 0 ? void 0 : _a.map((action, i) => {
3384
+ let click = e => {
3385
+ e.preventDefault();
3386
+ let found = findDiagnostic(view.state.field(lintState).diagnostics, diagnostic);
3387
+ if (found) action.apply(view, found.from, found.to);
3388
+ };
3389
+ let {
3390
+ name
3391
+ } = action,
3392
+ keyIndex = keys[i] ? name.indexOf(keys[i]) : -1;
3393
+ let nameElt = keyIndex < 0 ? name : [name.slice(0, keyIndex), crelt("u", name.slice(keyIndex, keyIndex + 1)), name.slice(keyIndex + 1)];
3394
+ return crelt("button", {
3395
+ type: "button",
3396
+ class: "cm-diagnosticAction",
3397
+ onclick: click,
3398
+ onmousedown: click,
3399
+ "aria-label": ` Action: ${name}${keyIndex < 0 ? "" : ` (access key "${keys[i]})"`}.`
3400
+ }, nameElt);
3401
+ }), diagnostic.source && crelt("div", {
3402
+ class: "cm-diagnosticSource"
3403
+ }, diagnostic.source));
3404
+ }
3405
+ class DiagnosticWidget extends WidgetType {
3406
+ constructor(diagnostic) {
3407
+ super();
3408
+ this.diagnostic = diagnostic;
3409
+ }
3410
+ eq(other) {
3411
+ return other.diagnostic == this.diagnostic;
3412
+ }
3413
+ toDOM() {
3414
+ return crelt("span", {
3415
+ class: "cm-lintPoint cm-lintPoint-" + this.diagnostic.severity
3416
+ });
3417
+ }
3418
+ }
3419
+ class PanelItem {
3420
+ constructor(view, diagnostic) {
3421
+ this.diagnostic = diagnostic;
3422
+ this.id = "item_" + Math.floor(Math.random() * 0xffffffff).toString(16);
3423
+ this.dom = renderDiagnostic(view, diagnostic, true);
3424
+ this.dom.id = this.id;
3425
+ this.dom.setAttribute("role", "option");
3426
+ }
3427
+ }
3428
+ class LintPanel {
3429
+ constructor(view) {
3430
+ this.view = view;
3431
+ this.items = [];
3432
+ let onkeydown = event => {
3433
+ if (event.keyCode == 27) {
3434
+ // Escape
3435
+ closeLintPanel(this.view);
3436
+ this.view.focus();
3437
+ } else if (event.keyCode == 38 || event.keyCode == 33) {
3438
+ // ArrowUp, PageUp
3439
+ this.moveSelection((this.selectedIndex - 1 + this.items.length) % this.items.length);
3440
+ } else if (event.keyCode == 40 || event.keyCode == 34) {
3441
+ // ArrowDown, PageDown
3442
+ this.moveSelection((this.selectedIndex + 1) % this.items.length);
3443
+ } else if (event.keyCode == 36) {
3444
+ // Home
3445
+ this.moveSelection(0);
3446
+ } else if (event.keyCode == 35) {
3447
+ // End
3448
+ this.moveSelection(this.items.length - 1);
3449
+ } else if (event.keyCode == 13) {
3450
+ // Enter
3451
+ this.view.focus();
3452
+ } else if (event.keyCode >= 65 && event.keyCode <= 90 && this.selectedIndex >= 0) {
3453
+ // A-Z
3454
+ let {
3455
+ diagnostic
3456
+ } = this.items[this.selectedIndex],
3457
+ keys = assignKeys(diagnostic.actions);
3458
+ for (let i = 0; i < keys.length; i++) if (keys[i].toUpperCase().charCodeAt(0) == event.keyCode) {
3459
+ let found = findDiagnostic(this.view.state.field(lintState).diagnostics, diagnostic);
3460
+ if (found) diagnostic.actions[i].apply(view, found.from, found.to);
3461
+ }
3462
+ } else {
3463
+ return;
3464
+ }
3465
+ event.preventDefault();
3466
+ };
3467
+ let onclick = event => {
3468
+ for (let i = 0; i < this.items.length; i++) {
3469
+ if (this.items[i].dom.contains(event.target)) this.moveSelection(i);
3470
+ }
3471
+ };
3472
+ this.list = crelt("ul", {
3473
+ tabIndex: 0,
3474
+ role: "listbox",
3475
+ "aria-label": this.view.state.phrase("Diagnostics"),
3476
+ onkeydown,
3477
+ onclick
3478
+ });
3479
+ this.dom = crelt("div", {
3480
+ class: "cm-panel-lint"
3481
+ }, this.list, crelt("button", {
3482
+ type: "button",
3483
+ name: "close",
3484
+ "aria-label": this.view.state.phrase("close"),
3485
+ onclick: () => closeLintPanel(this.view)
3486
+ }, "×"));
3487
+ this.update();
3488
+ }
3489
+ get selectedIndex() {
3490
+ let selected = this.view.state.field(lintState).selected;
3491
+ if (!selected) return -1;
3492
+ for (let i = 0; i < this.items.length; i++) if (this.items[i].diagnostic == selected.diagnostic) return i;
3493
+ return -1;
3494
+ }
3495
+ update() {
3496
+ let {
3497
+ diagnostics,
3498
+ selected
3499
+ } = this.view.state.field(lintState);
3500
+ let i = 0,
3501
+ needsSync = false,
3502
+ newSelectedItem = null;
3503
+ diagnostics.between(0, this.view.state.doc.length, (_start, _end, {
3504
+ spec
3505
+ }) => {
3506
+ let found = -1,
3507
+ item;
3508
+ for (let j = i; j < this.items.length; j++) if (this.items[j].diagnostic == spec.diagnostic) {
3509
+ found = j;
3510
+ break;
3511
+ }
3512
+ if (found < 0) {
3513
+ item = new PanelItem(this.view, spec.diagnostic);
3514
+ this.items.splice(i, 0, item);
3515
+ needsSync = true;
3516
+ } else {
3517
+ item = this.items[found];
3518
+ if (found > i) {
3519
+ this.items.splice(i, found - i);
3520
+ needsSync = true;
3521
+ }
3522
+ }
3523
+ if (selected && item.diagnostic == selected.diagnostic) {
3524
+ if (!item.dom.hasAttribute("aria-selected")) {
3525
+ item.dom.setAttribute("aria-selected", "true");
3526
+ newSelectedItem = item;
3527
+ }
3528
+ } else if (item.dom.hasAttribute("aria-selected")) {
3529
+ item.dom.removeAttribute("aria-selected");
3530
+ }
3531
+ i++;
3532
+ });
3533
+ while (i < this.items.length && !(this.items.length == 1 && this.items[0].diagnostic.from < 0)) {
3534
+ needsSync = true;
3535
+ this.items.pop();
3536
+ }
3537
+ if (this.items.length == 0) {
3538
+ this.items.push(new PanelItem(this.view, {
3539
+ from: -1,
3540
+ to: -1,
3541
+ severity: "info",
3542
+ message: this.view.state.phrase("No diagnostics")
3543
+ }));
3544
+ needsSync = true;
3545
+ }
3546
+ if (newSelectedItem) {
3547
+ this.list.setAttribute("aria-activedescendant", newSelectedItem.id);
3548
+ this.view.requestMeasure({
3549
+ key: this,
3550
+ read: () => ({
3551
+ sel: newSelectedItem.dom.getBoundingClientRect(),
3552
+ panel: this.list.getBoundingClientRect()
3553
+ }),
3554
+ write: ({
3555
+ sel,
3556
+ panel
3557
+ }) => {
3558
+ if (sel.top < panel.top) this.list.scrollTop -= panel.top - sel.top;else if (sel.bottom > panel.bottom) this.list.scrollTop += sel.bottom - panel.bottom;
3559
+ }
3560
+ });
3561
+ } else if (this.selectedIndex < 0) {
3562
+ this.list.removeAttribute("aria-activedescendant");
3563
+ }
3564
+ if (needsSync) this.sync();
3565
+ }
3566
+ sync() {
3567
+ let domPos = this.list.firstChild;
3568
+ function rm() {
3569
+ let prev = domPos;
3570
+ domPos = prev.nextSibling;
3571
+ prev.remove();
3572
+ }
3573
+ for (let item of this.items) {
3574
+ if (item.dom.parentNode == this.list) {
3575
+ while (domPos != item.dom) rm();
3576
+ domPos = item.dom.nextSibling;
3577
+ } else {
3578
+ this.list.insertBefore(item.dom, domPos);
3579
+ }
3580
+ }
3581
+ while (domPos) rm();
3582
+ }
3583
+ moveSelection(selectedIndex) {
3584
+ if (this.selectedIndex < 0) return;
3585
+ let field = this.view.state.field(lintState);
3586
+ let selection = findDiagnostic(field.diagnostics, this.items[selectedIndex].diagnostic);
3587
+ if (!selection) return;
3588
+ this.view.dispatch({
3589
+ selection: {
3590
+ anchor: selection.from,
3591
+ head: selection.to
3592
+ },
3593
+ scrollIntoView: true,
3594
+ effects: movePanelSelection.of(selection)
3595
+ });
3596
+ }
3597
+ static open(view) {
3598
+ return new LintPanel(view);
3599
+ }
3600
+ }
3601
+ function svg(content, attrs = `viewBox="0 0 40 40"`) {
3602
+ return `url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" ${attrs}>${encodeURIComponent(content)}</svg>')`;
3603
+ }
3604
+ function underline(color) {
3605
+ return svg(`<path d="m0 2.5 l2 -1.5 l1 0 l2 1.5 l1 0" stroke="${color}" fill="none" stroke-width=".7"/>`, `width="6" height="3"`);
3606
+ }
3607
+ const baseTheme = /*@__PURE__*/EditorView.baseTheme({
3608
+ ".cm-diagnostic": {
3609
+ padding: "3px 6px 3px 8px",
3610
+ marginLeft: "-1px",
3611
+ display: "block",
3612
+ whiteSpace: "pre-wrap"
3613
+ },
3614
+ ".cm-diagnostic-error": {
3615
+ borderLeft: "5px solid #d11"
3616
+ },
3617
+ ".cm-diagnostic-warning": {
3618
+ borderLeft: "5px solid orange"
3619
+ },
3620
+ ".cm-diagnostic-info": {
3621
+ borderLeft: "5px solid #999"
3622
+ },
3623
+ ".cm-diagnosticAction": {
3624
+ font: "inherit",
3625
+ border: "none",
3626
+ padding: "2px 4px",
3627
+ backgroundColor: "#444",
3628
+ color: "white",
3629
+ borderRadius: "3px",
3630
+ marginLeft: "8px"
3631
+ },
3632
+ ".cm-diagnosticSource": {
3633
+ fontSize: "70%",
3634
+ opacity: .7
3635
+ },
3636
+ ".cm-lintRange": {
3637
+ backgroundPosition: "left bottom",
3638
+ backgroundRepeat: "repeat-x",
3639
+ paddingBottom: "0.7px"
3640
+ },
3641
+ ".cm-lintRange-error": {
3642
+ backgroundImage: /*@__PURE__*/underline("#d11")
3643
+ },
3644
+ ".cm-lintRange-warning": {
3645
+ backgroundImage: /*@__PURE__*/underline("orange")
3646
+ },
3647
+ ".cm-lintRange-info": {
3648
+ backgroundImage: /*@__PURE__*/underline("#999")
3649
+ },
3650
+ ".cm-lintRange-active": {
3651
+ backgroundColor: "#ffdd9980"
3652
+ },
3653
+ ".cm-tooltip-lint": {
3654
+ padding: 0,
3655
+ margin: 0
3656
+ },
3657
+ ".cm-lintPoint": {
3658
+ position: "relative",
3659
+ "&:after": {
3660
+ content: '""',
3661
+ position: "absolute",
3662
+ bottom: 0,
3663
+ left: "-2px",
3664
+ borderLeft: "3px solid transparent",
3665
+ borderRight: "3px solid transparent",
3666
+ borderBottom: "4px solid #d11"
3667
+ }
3668
+ },
3669
+ ".cm-lintPoint-warning": {
3670
+ "&:after": {
3671
+ borderBottomColor: "orange"
3672
+ }
3673
+ },
3674
+ ".cm-lintPoint-info": {
3675
+ "&:after": {
3676
+ borderBottomColor: "#999"
3677
+ }
3678
+ },
3679
+ ".cm-panel.cm-panel-lint": {
3680
+ position: "relative",
3681
+ "& ul": {
3682
+ maxHeight: "100px",
3683
+ overflowY: "auto",
3684
+ "& [aria-selected]": {
3685
+ backgroundColor: "#ddd",
3686
+ "& u": {
3687
+ textDecoration: "underline"
3688
+ }
3689
+ },
3690
+ "&:focus [aria-selected]": {
3691
+ background_fallback: "#bdf",
3692
+ backgroundColor: "Highlight",
3693
+ color_fallback: "white",
3694
+ color: "HighlightText"
3695
+ },
3696
+ "& u": {
3697
+ textDecoration: "none"
3698
+ },
3699
+ padding: 0,
3700
+ margin: 0
3701
+ },
3702
+ "& [name=close]": {
3703
+ position: "absolute",
3704
+ top: "0",
3705
+ right: "2px",
3706
+ background: "inherit",
3707
+ border: "none",
3708
+ font: "inherit",
3709
+ padding: 0,
3710
+ margin: 0
3711
+ }
3712
+ }
3713
+ });
3714
+
3715
+ // (The superfluous function calls around the list of extensions work
3716
+ // around current limitations in tree-shaking software.)
3717
+ /**
3718
+ This is an extension value that just pulls together a number of
3719
+ extensions that you might want in a basic editor. It is meant as a
3720
+ convenient helper to quickly set up CodeMirror without installing
3721
+ and importing a lot of separate packages.
3722
+
3723
+ Specifically, it includes...
3724
+
3725
+ - [the default command bindings](https://codemirror.net/6/docs/ref/#commands.defaultKeymap)
3726
+ - [line numbers](https://codemirror.net/6/docs/ref/#view.lineNumbers)
3727
+ - [special character highlighting](https://codemirror.net/6/docs/ref/#view.highlightSpecialChars)
3728
+ - [the undo history](https://codemirror.net/6/docs/ref/#commands.history)
3729
+ - [a fold gutter](https://codemirror.net/6/docs/ref/#language.foldGutter)
3730
+ - [custom selection drawing](https://codemirror.net/6/docs/ref/#view.drawSelection)
3731
+ - [drop cursor](https://codemirror.net/6/docs/ref/#view.dropCursor)
3732
+ - [multiple selections](https://codemirror.net/6/docs/ref/#state.EditorState^allowMultipleSelections)
3733
+ - [reindentation on input](https://codemirror.net/6/docs/ref/#language.indentOnInput)
3734
+ - [the default highlight style](https://codemirror.net/6/docs/ref/#language.defaultHighlightStyle) (as fallback)
3735
+ - [bracket matching](https://codemirror.net/6/docs/ref/#language.bracketMatching)
3736
+ - [bracket closing](https://codemirror.net/6/docs/ref/#autocomplete.closeBrackets)
3737
+ - [autocompletion](https://codemirror.net/6/docs/ref/#autocomplete.autocompletion)
3738
+ - [rectangular selection](https://codemirror.net/6/docs/ref/#view.rectangularSelection) and [crosshair cursor](https://codemirror.net/6/docs/ref/#view.crosshairCursor)
3739
+ - [active line highlighting](https://codemirror.net/6/docs/ref/#view.highlightActiveLine)
3740
+ - [active line gutter highlighting](https://codemirror.net/6/docs/ref/#view.highlightActiveLineGutter)
3741
+ - [selection match highlighting](https://codemirror.net/6/docs/ref/#search.highlightSelectionMatches)
3742
+ - [search](https://codemirror.net/6/docs/ref/#search.searchKeymap)
3743
+ - [linting](https://codemirror.net/6/docs/ref/#lint.lintKeymap)
3744
+
3745
+ (You'll probably want to add some language package to your setup
3746
+ too.)
3747
+
3748
+ This extension does not allow customization. The idea is that,
3749
+ once you decide you want to configure your editor more precisely,
3750
+ you take this package's source (which is just a bunch of imports
3751
+ and an array literal), copy it into your own code, and adjust it
3752
+ as desired.
3753
+ */
3754
+ const basicSetup = /*@__PURE__*/(() => [lineNumbers(), highlightActiveLineGutter(), highlightSpecialChars(), history(), foldGutter(), drawSelection(), dropCursor(), EditorState.allowMultipleSelections.of(true), indentOnInput(), syntaxHighlighting(defaultHighlightStyle, {
3755
+ fallback: true
3756
+ }), bracketMatching(), closeBrackets(), autocompletion(), rectangularSelection(), crosshairCursor(), highlightActiveLine(), highlightSelectionMatches(), keymap.of([...closeBracketsKeymap, ...defaultKeymap, ...searchKeymap, ...historyKeymap, ...foldKeymap, ...completionKeymap, ...lintKeymap])])();
3757
+
3758
+ //partially based on https://github.com/logue/vue-codemirror6/blob/master/src/components/CodeMirror.vue
3759
+ var script = defineComponent({
3760
+ name: 'OrCode',
3761
+ components: {
3762
+ OrIconButton: __vue_component__$1,
3763
+ OrModal: __vue_component__$2,
3764
+ OrTeleport: __vue_component__$3,
3765
+ OrError: __vue_component__$4,
3766
+ OrHint: __vue_component__$5,
3767
+ OrLabel: __vue_component__$6
3768
+ },
3769
+ model: {
3770
+ prop: 'modelValue',
3771
+ event: 'update:modelValue'
3772
+ },
3773
+ props: {
3774
+ label: {
3775
+ type: String,
3776
+ default: '',
3777
+ required: false
3778
+ },
3779
+ modelValue: {
3780
+ type: String,
3781
+ default: '',
3782
+ required: false
3783
+ },
3784
+ language: {
3785
+ type: [Object, String],
3786
+ required: false,
3787
+ default: OrCodeLanguages.JS
3788
+ },
3789
+ isReadonly: {
3790
+ type: Boolean,
3791
+ required: false,
3792
+ default: false
3793
+ },
3794
+ extensions: {
3795
+ type: Array,
3796
+ required: false,
3797
+ default: () => [basicSetup]
3798
+ },
3799
+ phrases: {
3800
+ type: Object,
3801
+ required: false,
3802
+ default: null
3803
+ },
3804
+ isShowingFullscreen: {
3805
+ type: Boolean,
3806
+ default: true,
3807
+ required: false
3808
+ },
3809
+ isInvalid: {
3810
+ type: Boolean,
3811
+ default: false,
3812
+ required: false
3813
+ },
3814
+ error: {
3815
+ type: String,
3816
+ default: '',
3817
+ required: false
3818
+ },
3819
+ hint: {
3820
+ type: String,
3821
+ default: '',
3822
+ required: false
3823
+ },
3824
+ allowPaste: {
3825
+ type: Boolean,
3826
+ default: true
3827
+ },
3828
+ allowDrop: {
3829
+ type: Boolean,
3830
+ default: true
3831
+ },
3832
+ lineWrapping: {
3833
+ type: Boolean,
3834
+ default: false
3835
+ }
3836
+ },
3837
+ emits: ['update:modelValue', 'focus', 'blur'],
3838
+ setup(props, {
3839
+ emit
3840
+ }) {
3841
+ // editor config
3842
+ const root = ref();
3843
+ const target = ref();
3844
+ const fullscreenTarget = ref();
3845
+ const isHovered = useElementHover(root);
3846
+ const editor = new EditorView({
3847
+ state: EditorState.create({
3848
+ doc: props.modelValue
3849
+ }),
3850
+ dispatch: tr => {
3851
+ editor.update([tr]);
3852
+ if (tr.changes.empty) return;
3853
+ emit('update:modelValue', editor.state.doc.toString());
3854
+ }
3855
+ });
3856
+ return {
3857
+ root,
3858
+ target,
3859
+ fullscreenTarget,
3860
+ editor,
3861
+ isHovered
3862
+ };
3863
+ },
3864
+ data() {
3865
+ return {
3866
+ isFullscreen: false
3867
+ };
3868
+ },
3869
+ computed: {
3870
+ localLanguage() {
3871
+ if (Object.values(OrCodeLanguages).includes(this.language)) {
3872
+ return languages[this.language];
3873
+ } else {
3874
+ return this.language;
3875
+ }
3876
+ },
3877
+ localExtensions() {
3878
+ const {
3879
+ allowDrop,
3880
+ allowPaste,
3881
+ lineWrapping,
3882
+ extensions
3883
+ } = this;
3884
+ let ext = [theme, EditorView.baseTheme({}),
3885
+ // locale settings
3886
+ this.phrases ? EditorState.phrases.of(this.phrases) : undefined,
3887
+ // Parser language setting
3888
+ this.localLanguage,
3889
+ // Editable option
3890
+ EditorView.editable.of(!this.isReadonly),
3891
+ // Focus and blur listener
3892
+ EditorView.updateListener.of(viewUpdate => {
3893
+ if (viewUpdate.focusChanged) {
3894
+ viewUpdate.view.hasFocus ? this.$emit('focus') : this.$emit('blur', viewUpdate.state.doc.toString());
3895
+ }
3896
+ }), EditorView.domEventHandlers({
3897
+ drop(event) {
3898
+ if (!allowDrop) {
3899
+ event.preventDefault();
3900
+ return true;
3901
+ }
3902
+ },
3903
+ paste(event) {
3904
+ if (!allowPaste) {
3905
+ event.preventDefault();
3906
+ return true;
3907
+ }
3908
+ }
3909
+ }),
3910
+ // line wrapping
3911
+ lineWrapping ? EditorView.lineWrapping : undefined, keymap.of([indentWithTab])];
3912
+ if (Array.isArray(extensions)) {
3913
+ ext = [...ext, ...extensions];
3914
+ }
3915
+ ext = ext.filter(Boolean);
3916
+ return ext;
3917
+ },
3918
+ isShowingError() {
3919
+ return !!this.error && this.isInvalid;
3920
+ },
3921
+ isShowingHint() {
3922
+ return !!this.hint && !this.isShowingError;
3923
+ },
3924
+ isShowingHeader() {
3925
+ var _a;
3926
+ return this.isShowingFullscreen || this.$slots.label || this.$slots.actions || ((_a = this.$scopedSlots) === null || _a === void 0 ? void 0 : _a.actions);
3927
+ }
3928
+ },
3929
+ watch: {
3930
+ modelValue(value) {
3931
+ if (this.editor.composing) return;
3932
+ if (this.editor.state.doc.toString() === value) return;
3933
+ const previous = this.editor.state.selection;
3934
+ this.editor.setState(EditorState.create({
3935
+ doc: value,
3936
+ extensions: this.localExtensions,
3937
+ selection: previous.ranges.some(range => range.to > value.length) ? {
3938
+ anchor: value.length
3939
+ } : previous
3940
+ }));
3941
+ },
3942
+ isFullscreen(value) {
3943
+ if (value) {
3944
+ this.fullscreenTarget.append(this.editor.dom);
3945
+ } else {
3946
+ this.target.append(this.editor.dom);
3947
+ }
3948
+ },
3949
+ localExtensions() {
3950
+ this.updateEditorState();
3951
+ }
3952
+ },
3953
+ mounted() {
3954
+ this.updateEditorState();
3955
+ this.target.append(this.editor.dom);
3956
+ },
3957
+ beforeUnmount() {
3958
+ var _a;
3959
+ (_a = this.editor) === null || _a === void 0 ? void 0 : _a.destroy();
3960
+ },
3961
+ methods: {
3962
+ updateEditorState() {
3963
+ this.editor.setState(EditorState.create({
3964
+ doc: this.modelValue,
3965
+ extensions: this.localExtensions
3966
+ }));
3967
+ },
3968
+ toggleFullscreen(value) {
3969
+ this.isFullscreen = value === undefined ? !this.isFullscreen : value;
3970
+ }
3971
+ }
3972
+ });
3973
+
3974
+ var css_248z = "@keyframes spinAround-data-v-3ea817b2{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-3ea817b2{from{opacity:1}to{opacity:0}}.or-code .fullscreen-button[data-v-3ea817b2]{width:2.25rem;height:2.25rem}.or-code .fullscreen-button>.or-icon[data-v-3ea817b2]{font-size:1.5rem}.or-code .footer .or-code-error[data-v-3ea817b2],.or-code .footer .or-code-hint[data-v-3ea817b2]{flex-shrink:1;transition-timing-function:var(--t-func);transition-duration:var(--t-duration);transition-property:height,opacity}.header[data-v-3ea817b2]{display:flex;flex-direction:row;align-items:center;height:36px}.header .actions[data-v-3ea817b2]{margin-left:auto}.header .actions[data-v-3ea817b2]:not(.is-visible){display:none}.or-code-editor[data-v-3ea817b2]{min-height:calc(1.4em + 8px);overflow:auto;font-size:var(--fs-0);border:1px solid var(--c-neutral-2);border-radius:var(--s-2)}.or-code-editor.is-invalid[data-v-3ea817b2]{border-color:var(--c-error)}.or-code-editor[data-v-3ea817b2]> *{width:100%;height:100%}.or-code[data-v-3ea817b2],.or-modal[data-v-3ea817b2] .content{display:flex;flex-direction:column}.or-code .or-code-editor[data-v-3ea817b2],.or-modal[data-v-3ea817b2] .content .or-code-editor{text-align:left!important}.or-code .or-code-editor[data-v-3ea817b2],.or-modal[data-v-3ea817b2] .content .or-code-editor{flex-grow:1}";
3975
+ styleInject(css_248z);
3976
+
3977
+ /* script */
3978
+ const __vue_script__ = script;
3979
+ /* template */
3980
+ var __vue_render__ = function () {
3981
+ var _vm = this;
3982
+ var _h = _vm.$createElement;
3983
+ var _c = _vm._self._c || _h;
3984
+ return _c('div', {
3985
+ ref: "root",
3986
+ staticClass: "or-code"
3987
+ }, [_vm.isShowingHeader ? _c('div', {
3988
+ staticClass: "header"
3989
+ }, [_c('or-label', {
3990
+ attrs: {
3991
+ "label": _vm.label
3992
+ },
3993
+ scopedSlots: _vm._u([{
3994
+ key: "append",
3995
+ fn: function () {
3996
+ return [_vm._t("label-append")];
3997
+ },
3998
+ proxy: true
3999
+ }], null, true)
4000
+ }, [_vm._t("label")], 2), _vm._v(" "), _c('div', {
4001
+ staticClass: "actions",
4002
+ class: {
4003
+ 'is-visible': _vm.isHovered
4004
+ }
4005
+ }, [_vm._t("actions", function () {
4006
+ return [_vm.isShowingFullscreen ? _c('or-icon-button', {
4007
+ staticClass: "fullscreen-button",
4008
+ attrs: {
4009
+ "icon": "fullscreen",
4010
+ "icon-color": "neutral-4"
4011
+ },
4012
+ on: {
4013
+ "click": function ($event) {
4014
+ return _vm.toggleFullscreen(true);
4015
+ }
4016
+ }
4017
+ }) : _vm._e()];
4018
+ }, {
4019
+ "toggleFullscreen": _vm.toggleFullscreen
4020
+ })], 2)], 1) : _vm._e(), _vm._v(" "), _c('div', {
4021
+ ref: "target",
4022
+ staticClass: "or-code-editor",
4023
+ class: {
4024
+ 'is-invalid': _vm.isInvalid
4025
+ }
4026
+ }), _vm._v(" "), _c('div', {
4027
+ staticClass: "footer"
4028
+ }, [_vm.isShowingError ? _c('or-error', {
4029
+ staticClass: "or-code-error",
4030
+ attrs: {
4031
+ "error": _vm.error
4032
+ }
4033
+ }) : _vm._e(), _vm._v(" "), _vm.isShowingHint ? _c('or-hint', {
4034
+ staticClass: "or-code-hint",
4035
+ attrs: {
4036
+ "hint": _vm.hint
4037
+ }
4038
+ }) : _vm._e()], 1), _vm._v(" "), _c('or-teleport', [_c('or-modal', {
4039
+ directives: [{
4040
+ name: "show",
4041
+ rawName: "v-show",
4042
+ value: _vm.isFullscreen,
4043
+ expression: "isFullscreen"
4044
+ }],
4045
+ attrs: {
4046
+ "title-text": _vm.label,
4047
+ "size": "fullScreen",
4048
+ "is-open": "",
4049
+ "trap-focus": false
4050
+ },
4051
+ on: {
4052
+ "close": function ($event) {
4053
+ return _vm.toggleFullscreen(false);
4054
+ }
4055
+ }
4056
+ }, [_vm.$slots['modal-actions'] ? _c('div', {
4057
+ staticClass: "header"
4058
+ }, [_c('div', {
4059
+ staticClass: "actions is-visible"
4060
+ }, [_vm._t("modal-actions")], 2)]) : _vm._e(), _vm._v(" "), _c('div', {
4061
+ ref: "fullscreenTarget",
4062
+ staticClass: "or-code-editor",
4063
+ class: {
4064
+ 'is-invalid': _vm.isInvalid
4065
+ }
4066
+ }), _vm._v(" "), _vm.isShowingError ? _c('or-error', {
4067
+ staticClass: "or-code-error",
4068
+ attrs: {
4069
+ "error": _vm.error
4070
+ }
4071
+ }) : _vm._e()], 1)], 1)], 1);
4072
+ };
4073
+ var __vue_staticRenderFns__ = [];
4074
+
4075
+ /* style */
4076
+ const __vue_inject_styles__ = undefined;
4077
+ /* scoped */
4078
+ const __vue_scope_id__ = "data-v-3ea817b2";
4079
+ /* module identifier */
4080
+ const __vue_module_identifier__ = undefined;
4081
+ /* functional template */
4082
+ const __vue_is_functional_template__ = false;
4083
+ /* style inject */
4084
+
4085
+ /* style inject SSR */
4086
+
4087
+ /* style inject shadow dom */
4088
+
4089
+ const __vue_component__ = /*#__PURE__*/normalizeComponent({
4090
+ render: __vue_render__,
4091
+ staticRenderFns: __vue_staticRenderFns__
4092
+ }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
4093
+
4094
+ export { __vue_component__ as default };