@onereach/ui-components 8.4.0-beta.3653.0 → 8.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1795) hide show
  1. package/dist/bundled/v2/OrDateTimePickerMonthSelect-c7ea6517.js +574 -0
  2. package/dist/bundled/v2/OrDateTimePickerPopoverHeader-13a1f9e3.js +235 -0
  3. package/dist/bundled/v2/OrDateTimePickerTimeSelect-7ce1b97d.js +359 -0
  4. package/dist/bundled/v2/{components/OrListV3-89fc240d.js → OrList-9dff50b7.js} +8 -13
  5. package/dist/bundled/v2/_baseAssignValue-2250dbc9.js +38 -0
  6. package/dist/bundled/v2/_baseIsEqual-fe2002b6.js +1237 -0
  7. package/dist/bundled/v2/_baseProperty-a52739e9.js +15 -0
  8. package/dist/bundled/v2/_commonjsHelpers-1789f0cf.js +7 -0
  9. package/dist/bundled/v2/components/OrAvatar/OrAvatar.js +105 -1
  10. package/dist/bundled/v2/components/OrAvatar/constants.js +8 -1
  11. package/dist/bundled/v2/components/OrAvatar/index.js +2 -1
  12. package/dist/bundled/v2/components/OrAvatarV3/OrAvatar.js +106 -2
  13. package/dist/bundled/v2/components/OrAvatarV3/index.js +2 -1
  14. package/dist/bundled/v2/components/OrAvatarV3/props.js +19 -1
  15. package/dist/bundled/v2/components/OrAvatarV3/styles.js +84 -1
  16. package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +137 -2
  17. package/dist/bundled/v2/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +71 -2
  18. package/dist/bundled/v2/components/OrBottomSheetV3/index.js +2 -1
  19. package/dist/bundled/v2/components/OrBottomSheetV3/props.js +7 -1
  20. package/dist/bundled/v2/components/OrBottomSheetV3/styles.js +48 -1
  21. package/dist/bundled/v2/components/OrButton/OrButton.js +173 -2
  22. package/dist/bundled/v2/components/OrButton/constants.js +25 -1
  23. package/dist/bundled/v2/components/OrButton/index.js +2 -194
  24. package/dist/bundled/v2/components/{OrDateFormatV3-2a884d32.js → OrButtonGroupV3/OrButtonGroup.js} +17 -21
  25. package/dist/bundled/v2/components/OrButtonGroupV3/OrButtonGroup.vue.d.ts +48 -0
  26. package/dist/bundled/v2/components/OrButtonGroupV3/index.d.ts +2 -0
  27. package/dist/bundled/v2/components/OrButtonGroupV3/index.js +2 -0
  28. package/dist/bundled/v2/components/OrButtonGroupV3/props.d.ts +1 -0
  29. package/dist/bundled/v2/components/OrButtonGroupV3/props.js +1 -0
  30. package/dist/bundled/v2/components/OrButtonGroupV3/styles.d.ts +3 -0
  31. package/dist/bundled/v2/components/OrButtonGroupV3/styles.js +21 -0
  32. package/dist/bundled/v2/components/OrButtonV2/OrButton.js +179 -2
  33. package/dist/bundled/v2/components/OrButtonV2/constants.js +43 -1
  34. package/dist/bundled/v2/components/OrButtonV2/index.js +2 -1
  35. package/dist/bundled/v2/components/OrButtonV3/OrButton.js +116 -2
  36. package/dist/bundled/v2/components/OrButtonV3/index.js +2 -1
  37. package/dist/bundled/v2/components/OrButtonV3/props.js +21 -1
  38. package/dist/bundled/v2/components/OrButtonV3/styles.js +75 -1
  39. package/dist/bundled/v2/components/OrCard/OrCard.js +2 -1
  40. package/dist/bundled/v2/components/OrCardCollection/OrCardCollection.js +216 -2
  41. package/dist/bundled/v2/components/OrCardCollection/constants.js +7 -1
  42. package/dist/bundled/v2/components/OrCardCollection/index.js +2 -220
  43. package/dist/bundled/v2/components/OrCardCollection/types.js +1 -0
  44. package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +258 -2
  45. package/dist/bundled/v2/components/OrCardCollectionV3/index.js +2 -1
  46. package/dist/bundled/v2/components/OrCardCollectionV3/props.js +16 -1
  47. package/dist/bundled/v2/components/OrCardCollectionV3/styles.js +38 -1
  48. package/dist/bundled/v2/components/OrCardCollectionV3/types.js +1 -0
  49. package/dist/bundled/v2/components/OrCardV3/OrCard.js +71 -2
  50. package/dist/bundled/v2/components/OrCardV3/index.js +2 -1
  51. package/dist/bundled/v2/components/OrCardV3/props.js +8 -1
  52. package/dist/bundled/v2/components/OrCardV3/styles.js +27 -1
  53. package/dist/bundled/v2/components/OrCheckbox/OrCheckbox.js +3 -2
  54. package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.js +5 -4
  55. package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +208 -2
  56. package/dist/bundled/v2/components/OrCheckboxTreeV3/index.js +1 -1
  57. package/dist/bundled/v2/components/OrCheckboxTreeV3/styles.js +10 -1
  58. package/dist/bundled/v2/components/OrCheckboxTreeV3/types.js +1 -0
  59. package/dist/bundled/v2/components/OrCheckboxTreeV3/utils/extractChildrenValues.js +19 -2
  60. package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +183 -2
  61. package/dist/bundled/v2/components/OrCheckboxV3/index.js +1 -1
  62. package/dist/bundled/v2/components/OrCheckboxV3/styles.js +31 -1
  63. package/dist/bundled/v2/components/OrChip/OrChip.js +91 -2
  64. package/dist/bundled/v2/components/OrChip/index.js +1 -1
  65. package/dist/bundled/v2/components/OrChips/OrChips.js +311 -2
  66. package/dist/bundled/v2/components/OrChips/constants.js +10 -1
  67. package/dist/bundled/v2/components/OrChips/index.js +2 -1
  68. package/dist/bundled/v2/components/OrCode/OrCode.js +354 -2
  69. package/dist/bundled/v2/components/OrCode/constants.js +11 -1
  70. package/dist/bundled/v2/components/OrCode/index.js +7 -1
  71. package/dist/bundled/v2/components/OrCode/lang.js +27 -1
  72. package/dist/bundled/v2/components/OrCode/libs.js +5 -1
  73. package/dist/bundled/v2/components/OrCode/theme.js +189 -1
  74. package/dist/bundled/v2/components/OrCodeV3/OrCode.js +494 -2
  75. package/dist/bundled/v2/components/OrCodeV3/index.js +7 -2
  76. package/dist/bundled/v2/components/OrCodeV3/libs.js +5 -1
  77. package/dist/bundled/v2/components/OrCodeV3/props.js +11 -1
  78. package/dist/bundled/v2/components/OrCodeV3/styles.js +28 -1
  79. package/dist/bundled/v2/components/OrCollapse/OrCollapse.js +4 -2
  80. package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +162 -2
  81. package/dist/bundled/v2/components/OrColorPicker/constants.js +323 -1
  82. package/dist/bundled/v2/components/OrColorPicker/index.js +2 -1
  83. package/dist/bundled/v2/components/OrColorPicker/types.js +1 -0
  84. package/dist/bundled/v2/components/OrColorPicker/utils/defultPalette.js +16 -1
  85. package/dist/bundled/v2/components/OrCombinedInputV3/OrCombinedInput.js +144 -2
  86. package/dist/bundled/v2/components/OrCombinedInputV3/index.js +2 -2
  87. package/dist/bundled/v2/components/OrCombinedInputV3/props.js +1 -1
  88. package/dist/bundled/v2/components/OrCombinedInputV3/styles.js +16 -1
  89. package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +261 -2
  90. package/dist/bundled/v2/components/OrConfirm/index.js +1 -1
  91. package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +260 -2
  92. package/dist/bundled/v2/components/OrConfirmV3/index.js +2 -1
  93. package/dist/bundled/v2/components/OrConfirmV3/props.js +7 -1
  94. package/dist/bundled/v2/components/OrConfirmV3/styles.js +47 -1
  95. package/dist/bundled/v2/components/OrContextMenuV3/OrContextMenu.js +108 -2
  96. package/dist/bundled/v2/components/OrContextMenuV3/index.js +2 -109
  97. package/dist/bundled/v2/components/OrContextMenuV3/props.js +1 -1
  98. package/dist/bundled/v2/components/OrDateFormatV3/OrDateFormat.js +69 -2
  99. package/dist/bundled/v2/components/OrDateFormatV3/index.js +1 -1
  100. package/dist/bundled/v2/components/OrDateFormatV3/styles.js +5 -1
  101. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +372 -2
  102. package/dist/bundled/v2/components/OrDatePickerV3/index.js +2 -2
  103. package/dist/bundled/v2/components/OrDatePickerV3/props.js +1 -1
  104. package/dist/bundled/v2/components/OrDatePickerV3/styles.js +10 -1
  105. package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +485 -2
  106. package/dist/bundled/v2/components/OrDateRangePickerV3/index.js +2 -2
  107. package/dist/bundled/v2/components/OrDateRangePickerV3/props.js +1 -1
  108. package/dist/bundled/v2/components/OrDateRangePickerV3/styles.js +10 -1
  109. package/dist/bundled/v2/components/OrDateTimeFormatV3/OrDateTimeFormat.js +76 -2
  110. package/dist/bundled/v2/components/OrDateTimeFormatV3/index.js +1 -1
  111. package/dist/bundled/v2/components/OrDateTimeFormatV3/styles.js +5 -1
  112. package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +1062 -2
  113. package/dist/bundled/v2/components/OrDateTimePicker/constants.js +20 -1
  114. package/dist/bundled/v2/components/OrDateTimePicker/index.js +2 -1
  115. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +520 -2
  116. package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +12 -2
  117. package/dist/bundled/v2/components/OrDateTimePickerV3/props.js +10 -2
  118. package/dist/bundled/v2/components/OrDateTimePickerV3/styles.js +11 -1
  119. package/dist/bundled/v2/components/OrDateTimePickerV3/types.js +1 -0
  120. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatDate.js +8 -1
  121. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatTime.js +11 -1
  122. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getCurrentDate.js +6 -1
  123. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +9 -1
  124. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getNextMonthDate.js +6 -1
  125. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +12 -1
  126. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/index.js +6 -1
  127. package/dist/bundled/v2/components/OrEmptyStateV3/OrEmptyState.js +111 -2
  128. package/dist/bundled/v2/components/OrEmptyStateV3/index.js +2 -1
  129. package/dist/bundled/v2/components/OrEmptyStateV3/props.js +7 -1
  130. package/dist/bundled/v2/components/OrEmptyStateV3/styles.js +46 -1
  131. package/dist/bundled/v2/components/OrEmptyStateV3/types.js +1 -0
  132. package/dist/bundled/v2/components/OrError/OrError.js +2 -1
  133. package/dist/bundled/v2/components/OrErrorTagV3/OrErrorTag.js +65 -2
  134. package/dist/bundled/v2/components/OrErrorTagV3/index.js +1 -1
  135. package/dist/bundled/v2/components/OrErrorTagV3/styles.js +15 -1
  136. package/dist/bundled/v2/components/OrErrorV3/OrError.js +71 -2
  137. package/dist/bundled/v2/components/OrErrorV3/index.js +1 -1
  138. package/dist/bundled/v2/components/OrErrorV3/styles.js +19 -1
  139. package/dist/bundled/v2/components/OrExpansionPanelV3/OrExpansionPanel.js +136 -2
  140. package/dist/bundled/v2/components/OrExpansionPanelV3/index.js +2 -1
  141. package/dist/bundled/v2/components/OrExpansionPanelV3/props.js +18 -1
  142. package/dist/bundled/v2/components/OrExpansionPanelV3/styles.js +69 -1
  143. package/dist/bundled/v2/components/OrFabV3/OrFab.js +82 -2
  144. package/dist/bundled/v2/components/OrFabV3/index.js +2 -1
  145. package/dist/bundled/v2/components/OrFabV3/props.js +7 -1
  146. package/dist/bundled/v2/components/OrFabV3/styles.js +19 -1
  147. package/dist/bundled/v2/components/OrFloating/OrFloating.js +186 -2
  148. package/dist/bundled/v2/components/OrFloating/constants.js +22 -1
  149. package/dist/bundled/v2/components/OrFloating/index.js +2 -1
  150. package/dist/bundled/v2/components/OrFormGroupV3/OrFormGroup.js +123 -2
  151. package/dist/bundled/v2/components/OrFormGroupV3/index.js +2 -1
  152. package/dist/bundled/v2/components/OrFormGroupV3/props.js +7 -1
  153. package/dist/bundled/v2/components/OrFormGroupV3/styles.js +17 -1
  154. package/dist/bundled/v2/components/OrHint/OrHint.js +2 -1
  155. package/dist/bundled/v2/components/OrHintV3/OrHint.js +71 -2
  156. package/dist/bundled/v2/components/OrHintV3/index.js +1 -1
  157. package/dist/bundled/v2/components/OrHintV3/styles.js +19 -1
  158. package/dist/bundled/v2/components/OrIcon/OrIcon.js +158 -2
  159. package/dist/bundled/v2/components/OrIcon/constants.js +24 -1
  160. package/dist/bundled/v2/components/OrIcon/index.js +2 -178
  161. package/dist/bundled/v2/components/OrIconButtonV2/OrIconButton.js +7 -6
  162. package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +135 -2
  163. package/dist/bundled/v2/components/OrIconButtonV3/index.js +3 -2
  164. package/dist/bundled/v2/components/OrIconButtonV3/props.js +11 -2
  165. package/dist/bundled/v2/components/OrIconButtonV3/styles.js +72 -1
  166. package/dist/bundled/v2/components/OrIconV3/OrIcon.js +69 -2
  167. package/dist/bundled/v2/components/OrIconV3/index.js +2 -1
  168. package/dist/bundled/v2/components/OrIconV3/props.js +17 -1
  169. package/dist/bundled/v2/components/OrIconV3/styles.js +44 -1
  170. package/dist/bundled/v2/components/OrInlineInputBoxV3/OrInlineInputBox.js +68 -2
  171. package/dist/bundled/v2/components/OrInlineInputBoxV3/index.js +2 -1
  172. package/dist/bundled/v2/components/OrInlineInputBoxV3/props.js +7 -1
  173. package/dist/bundled/v2/components/OrInlineInputBoxV3/styles.js +23 -1
  174. package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +344 -2
  175. package/dist/bundled/v2/components/OrInlineInputV3/index.js +3 -2
  176. package/dist/bundled/v2/components/OrInlineInputV3/props.js +9 -2
  177. package/dist/bundled/v2/components/OrInlineInputV3/styles.js +29 -1
  178. package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +387 -2
  179. package/dist/bundled/v2/components/OrInlineTextEdit/constants.js +13 -1
  180. package/dist/bundled/v2/components/OrInlineTextEdit/index.js +2 -395
  181. package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +261 -2
  182. package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +1 -1
  183. package/dist/bundled/v2/components/OrInlineTextareaV3/styles.js +21 -1
  184. package/dist/bundled/v2/components/OrInput/OrInput.js +4 -2
  185. package/dist/bundled/v2/components/OrInputBoxV3/OrInputBox.js +169 -2
  186. package/dist/bundled/v2/components/OrInputBoxV3/index.js +2 -1
  187. package/dist/bundled/v2/components/OrInputBoxV3/props.js +12 -1
  188. package/dist/bundled/v2/components/OrInputBoxV3/styles.js +49 -1
  189. package/dist/bundled/v2/components/OrInputV3/OrInput.js +417 -2
  190. package/dist/bundled/v2/components/OrInputV3/index.js +3 -2
  191. package/dist/bundled/v2/components/OrInputV3/props.js +11 -2
  192. package/dist/bundled/v2/components/OrInputV3/styles.js +14 -1
  193. package/dist/bundled/v2/components/OrLabel/OrLabel.js +2 -1
  194. package/dist/bundled/v2/components/OrLabelV3/OrLabel.js +93 -2
  195. package/dist/bundled/v2/components/OrLabelV3/index.js +2 -1
  196. package/dist/bundled/v2/components/OrLabelV3/props.js +8 -1
  197. package/dist/bundled/v2/components/OrLabelV3/styles.js +38 -1
  198. package/dist/bundled/v2/components/OrLinkV3/OrLink.js +85 -2
  199. package/dist/bundled/v2/components/OrLinkV3/index.js +2 -1
  200. package/dist/bundled/v2/components/OrLinkV3/props.js +10 -1
  201. package/dist/bundled/v2/components/OrLinkV3/styles.js +32 -1
  202. package/dist/bundled/v2/components/OrList/OrList.js +1122 -2
  203. package/dist/bundled/v2/components/OrList/index.js +1 -1
  204. package/dist/bundled/v2/components/OrListOfInputs/OrListOfInputs.js +4 -3
  205. package/dist/bundled/v2/components/OrListV3/OrList.js +2 -2
  206. package/dist/bundled/v2/components/OrListV3/index.js +1 -1
  207. package/dist/bundled/v2/components/OrListV3/styles.js +8 -1
  208. package/dist/bundled/v2/components/OrListV3/types.js +1 -0
  209. package/dist/bundled/v2/components/OrLoader/OrLoader.js +106 -2
  210. package/dist/bundled/v2/components/OrLoader/constants.js +8 -1
  211. package/dist/bundled/v2/components/OrLoader/index.js +2 -111
  212. package/dist/bundled/v2/components/OrLoader/types.js +1 -0
  213. package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +170 -2
  214. package/dist/bundled/v2/components/OrLoaderV3/index.js +2 -1
  215. package/dist/bundled/v2/components/OrLoaderV3/props.js +18 -1
  216. package/dist/bundled/v2/components/OrLoaderV3/styles.js +17 -1
  217. package/dist/bundled/v2/components/OrMenuItemV3/OrMenuItem.js +93 -2
  218. package/dist/bundled/v2/components/OrMenuItemV3/index.js +1 -1
  219. package/dist/bundled/v2/components/OrMenuItemV3/styles.js +21 -1
  220. package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +131 -2
  221. package/dist/bundled/v2/components/OrMenuV3/index.js +2 -2
  222. package/dist/bundled/v2/components/OrMenuV3/props.js +1 -1
  223. package/dist/bundled/v2/components/OrMenuV3/styles.js +7 -1
  224. package/dist/bundled/v2/components/OrModal/OrModal.js +183 -2
  225. package/dist/bundled/v2/components/OrModal/constants.js +10 -1
  226. package/dist/bundled/v2/components/OrModal/index.js +2 -1
  227. package/dist/bundled/v2/components/OrModalV3/OrModal.js +287 -2
  228. package/dist/bundled/v2/components/OrModalV3/index.js +2 -1
  229. package/dist/bundled/v2/components/OrModalV3/props.js +8 -1
  230. package/dist/bundled/v2/components/OrModalV3/styles.js +30 -1
  231. package/dist/bundled/v2/components/OrNotification/OrNotification.js +128 -2
  232. package/dist/bundled/v2/components/OrNotification/constants.js +14 -1
  233. package/dist/bundled/v2/components/OrNotification/index.js +2 -139
  234. package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +107 -2
  235. package/dist/bundled/v2/components/OrNotificationV3/index.js +2 -1
  236. package/dist/bundled/v2/components/OrNotificationV3/props.js +9 -1
  237. package/dist/bundled/v2/components/OrNotificationV3/styles.js +54 -1
  238. package/dist/bundled/v2/components/OrNumberInput/OrNumberInput.js +1 -1
  239. package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +7 -4
  240. package/dist/bundled/v2/components/OrOverflowMenu/types.js +1 -0
  241. package/dist/bundled/v2/components/OrOverlay/OrOverlay.js +2 -1
  242. package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +78 -2
  243. package/dist/bundled/v2/components/OrOverlayV3/index.js +1 -1
  244. package/dist/bundled/v2/components/OrOverlayV3/styles.js +9 -1
  245. package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +307 -2
  246. package/dist/bundled/v2/components/OrPaginationV3/index.js +1 -1
  247. package/dist/bundled/v2/components/OrPaginationV3/styles.js +26 -1
  248. package/dist/bundled/v2/components/OrPaginationV3/types.js +1 -0
  249. package/dist/bundled/v2/components/OrPassword/OrPassword.js +5 -3
  250. package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +217 -2
  251. package/dist/bundled/v2/components/OrPopoverV3/hooks/types.js +1 -0
  252. package/dist/bundled/v2/components/OrPopoverV3/hooks/useFloating.js +137 -3
  253. package/dist/bundled/v2/components/OrPopoverV3/index.js +2 -1
  254. package/dist/bundled/v2/components/OrPopoverV3/props.js +23 -1
  255. package/dist/bundled/v2/components/OrPopoverV3/styles.js +46 -1
  256. package/dist/bundled/v2/components/OrProgress/OrProgress.js +208 -2
  257. package/dist/bundled/v2/components/OrProgress/constants.js +15 -1
  258. package/dist/bundled/v2/components/OrProgress/index.js +2 -1
  259. package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +244 -2
  260. package/dist/bundled/v2/components/OrProgressV3/index.js +2 -1
  261. package/dist/bundled/v2/components/OrProgressV3/props.js +15 -1
  262. package/dist/bundled/v2/components/OrProgressV3/styles.js +63 -1
  263. package/dist/bundled/v2/components/OrRadio/OrRadio.js +4 -3
  264. package/dist/bundled/v2/components/OrRadioGroup/OrRadioGroup.js +2 -1
  265. package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.js +4 -4
  266. package/dist/bundled/v2/components/OrRadioV3/OrRadio.js +164 -2
  267. package/dist/bundled/v2/components/OrRadioV3/index.js +1 -1
  268. package/dist/bundled/v2/components/OrRadioV3/styles.js +31 -1
  269. package/dist/bundled/v2/components/OrRangeSliderV3/OrRangeSlider.js +243 -2
  270. package/dist/bundled/v2/components/OrRangeSliderV3/index.js +2 -2
  271. package/dist/bundled/v2/components/OrRangeSliderV3/props.js +1 -1
  272. package/dist/bundled/v2/components/OrRangeSliderV3/styles.js +97 -2
  273. package/dist/bundled/v2/components/OrResizeablePanelV3/OrResizeablePanel.js +248 -2
  274. package/dist/bundled/v2/components/OrResizeablePanelV3/index.js +2 -1
  275. package/dist/bundled/v2/components/OrResizeablePanelV3/props.js +16 -1
  276. package/dist/bundled/v2/components/OrResizeablePanelV3/styles.js +186 -1
  277. package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +2170 -2
  278. package/dist/bundled/v2/components/OrRichTextEditorV3/index.js +2 -1
  279. package/dist/bundled/v2/components/OrRichTextEditorV3/props.js +7 -1
  280. package/dist/bundled/v2/components/OrRichTextEditorV3/styles.js +38 -1
  281. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +42 -2
  282. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +183 -2
  283. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -1
  284. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.js +199 -3
  285. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.js +1 -0
  286. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.js +2 -1
  287. package/dist/bundled/v2/components/OrSearch/OrSearch.js +4 -3
  288. package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +148 -2
  289. package/dist/bundled/v2/components/OrSearchV3/index.js +2 -146
  290. package/dist/bundled/v2/components/OrSearchV3/props.js +1 -1
  291. package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.js +209 -2
  292. package/dist/bundled/v2/components/OrSegmentedControlV3/index.js +2 -1
  293. package/dist/bundled/v2/components/OrSegmentedControlV3/props.js +7 -1
  294. package/dist/bundled/v2/components/OrSegmentedControlV3/styles.js +15 -1
  295. package/dist/bundled/v2/components/OrSegmentedControlV3/types.js +1 -0
  296. package/dist/bundled/v2/components/OrSelect/OrSelect.js +1603 -2
  297. package/dist/bundled/v2/components/OrSelect/constants.js +50 -1
  298. package/dist/bundled/v2/components/OrSelect/index.js +1 -1
  299. package/dist/bundled/v2/components/OrSelect/types.js +1 -0
  300. package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +1166 -2
  301. package/dist/bundled/v2/components/OrSelectV3/index.js +2 -2
  302. package/dist/bundled/v2/components/OrSelectV3/props.js +1 -1
  303. package/dist/bundled/v2/components/OrSelectV3/styles.js +54 -1
  304. package/dist/bundled/v2/components/OrSelectV3/types.js +1 -0
  305. package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +138 -2
  306. package/dist/bundled/v2/components/OrSidebar/constants.js +7 -1
  307. package/dist/bundled/v2/components/OrSidebar/index.js +2 -142
  308. package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +198 -2
  309. package/dist/bundled/v2/components/OrSidebarV3/index.js +3 -2
  310. package/dist/bundled/v2/components/OrSidebarV3/props.js +9 -2
  311. package/dist/bundled/v2/components/OrSidebarV3/styles.js +64 -2
  312. package/dist/bundled/v2/components/OrSkeleton/constants.js +12 -1
  313. package/dist/bundled/v2/components/OrSkeleton/index.js +4 -1
  314. package/dist/bundled/v2/components/OrSkeletonCircle/OrSkeletonCircle.js +77 -2
  315. package/dist/bundled/v2/components/OrSkeletonCircle/index.js +2 -1
  316. package/dist/bundled/v2/components/OrSkeletonCircleV3/OrSkeletonCircle.js +80 -2
  317. package/dist/bundled/v2/components/OrSkeletonCircleV3/index.js +1 -1
  318. package/dist/bundled/v2/components/OrSkeletonRect/OrSkeletonRect.js +80 -2
  319. package/dist/bundled/v2/components/OrSkeletonRect/index.js +2 -1
  320. package/dist/bundled/v2/components/OrSkeletonRectV3/OrSkeletonRect.js +83 -2
  321. package/dist/bundled/v2/components/OrSkeletonRectV3/index.js +1 -1
  322. package/dist/bundled/v2/components/OrSkeletonText/OrSkeletonText.js +94 -2
  323. package/dist/bundled/v2/components/OrSkeletonText/index.js +2 -1
  324. package/dist/bundled/v2/components/OrSkeletonTextV3/OrSkeletonText.js +113 -2
  325. package/dist/bundled/v2/components/OrSkeletonTextV3/index.js +1 -1
  326. package/dist/bundled/v2/components/OrSkeletonV3/index.js +3 -1
  327. package/dist/bundled/v2/components/OrSkeletonV3/styles.js +34 -1
  328. package/dist/bundled/v2/components/OrSlider/OrSlider.js +5 -3
  329. package/dist/bundled/v2/components/OrSliderV3/OrSlider.js +187 -2
  330. package/dist/bundled/v2/components/OrSliderV3/index.js +2 -1
  331. package/dist/bundled/v2/components/OrSliderV3/props.js +12 -1
  332. package/dist/bundled/v2/components/OrSliderV3/styles.js +92 -1
  333. package/dist/bundled/v2/components/OrSortingV3/OrSorting.js +136 -2
  334. package/dist/bundled/v2/components/OrSortingV3/index.js +1 -1
  335. package/dist/bundled/v2/components/OrSortingV3/styles.js +6 -1
  336. package/dist/bundled/v2/components/OrSortingV3/types.js +1 -0
  337. package/dist/bundled/v2/components/OrStepper/OrStepper.js +3 -2
  338. package/dist/bundled/v2/components/OrSwitch/OrSwitch.js +3 -2
  339. package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.js +196 -2
  340. package/dist/bundled/v2/components/OrSwitchV3/index.js +1 -1
  341. package/dist/bundled/v2/components/OrSwitchV3/styles.js +51 -1
  342. package/dist/bundled/v2/components/OrTab/OrTab.js +3 -2
  343. package/dist/bundled/v2/components/OrTabHeaderItem/OrTabHeaderItem.js +2 -1
  344. package/dist/bundled/v2/components/OrTabV3/OrTab.js +76 -2
  345. package/dist/bundled/v2/components/OrTabV3/index.js +1 -1
  346. package/dist/bundled/v2/components/OrTabV3/styles.js +19 -1
  347. package/dist/bundled/v2/components/OrTabs/OrTabs.js +2 -1
  348. package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +216 -2
  349. package/dist/bundled/v2/components/OrTabsV3/index.js +2 -1
  350. package/dist/bundled/v2/components/OrTabsV3/props.js +7 -1
  351. package/dist/bundled/v2/components/OrTabsV3/styles.js +31 -1
  352. package/dist/bundled/v2/components/OrTabsV3/types.js +1 -0
  353. package/dist/bundled/v2/components/OrTag/OrTag.js +4 -3
  354. package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +386 -2
  355. package/dist/bundled/v2/components/OrTagInputV3/index.js +2 -2
  356. package/dist/bundled/v2/components/OrTagInputV3/props.js +1 -1
  357. package/dist/bundled/v2/components/OrTagInputV3/styles.js +17 -1
  358. package/dist/bundled/v2/components/OrTagV3/OrTag.js +120 -2
  359. package/dist/bundled/v2/components/OrTagV3/index.js +2 -1
  360. package/dist/bundled/v2/components/OrTagV3/props.js +13 -1
  361. package/dist/bundled/v2/components/OrTagV3/styles.js +32 -1
  362. package/dist/bundled/v2/components/OrTagsV3/OrTags.js +193 -2
  363. package/dist/bundled/v2/components/OrTagsV3/index.js +2 -1
  364. package/dist/bundled/v2/components/OrTagsV3/props.js +11 -1
  365. package/dist/bundled/v2/components/OrTagsV3/styles.js +46 -1
  366. package/dist/bundled/v2/components/OrTagsV3/types.js +1 -0
  367. package/dist/bundled/v2/components/OrTagsV3/utils/castToTag.js +12 -1
  368. package/dist/bundled/v2/components/OrTeleport/OrTeleport.js +630 -2
  369. package/dist/bundled/v2/components/OrTeleport/constants.js +16 -1
  370. package/dist/bundled/v2/components/OrTeleport/index.js +1 -1
  371. package/dist/bundled/v2/components/OrTeleportV3/OrTeleport.js +1 -1
  372. package/dist/bundled/v2/components/OrTextV3/OrText.js +117 -2
  373. package/dist/bundled/v2/components/OrTextV3/index.js +1 -1
  374. package/dist/bundled/v2/components/OrTextV3/styles.js +17 -1
  375. package/dist/bundled/v2/components/OrTextarea/OrTextarea.js +4 -2
  376. package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.js +243 -2
  377. package/dist/bundled/v2/components/OrTextareaV3/index.js +2 -2
  378. package/dist/bundled/v2/components/OrTextareaV3/props.js +1 -1
  379. package/dist/bundled/v2/components/OrTextareaV3/styles.js +16 -1
  380. package/dist/bundled/v2/components/OrTextbox/OrTextbox.js +499 -2
  381. package/dist/bundled/v2/components/OrTextbox/constants.js +11 -1
  382. package/dist/bundled/v2/components/OrTextbox/index.js +2 -505
  383. package/dist/bundled/v2/components/OrTimeFormatV3/OrTimeFormat.js +74 -2
  384. package/dist/bundled/v2/components/OrTimeFormatV3/index.js +1 -1
  385. package/dist/bundled/v2/components/OrTimeFormatV3/styles.js +5 -1
  386. package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +361 -2
  387. package/dist/bundled/v2/components/OrTimePickerV3/index.js +3 -3
  388. package/dist/bundled/v2/components/OrTimePickerV3/props.js +2 -2
  389. package/dist/bundled/v2/components/OrTimePickerV3/styles.js +8 -1
  390. package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +434 -2
  391. package/dist/bundled/v2/components/OrTimeRangePickerV3/index.js +3 -3
  392. package/dist/bundled/v2/components/OrTimeRangePickerV3/props.js +2 -2
  393. package/dist/bundled/v2/components/OrTimeRangePickerV3/styles.js +8 -1
  394. package/dist/bundled/v2/components/OrToast/OrToast.js +141 -2
  395. package/dist/bundled/v2/components/OrToast/Timer.js +37 -2
  396. package/dist/bundled/v2/components/OrToast/composable/index.js +2 -1
  397. package/dist/bundled/v2/components/OrToast/composable/useQueue.js +33 -2
  398. package/dist/bundled/v2/components/OrToast/composable/useToast.js +86 -1
  399. package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +25 -2
  400. package/dist/bundled/v2/components/OrToast/constants.js +24 -1
  401. package/dist/bundled/v2/components/OrToast/index.js +5 -1
  402. package/dist/bundled/v2/components/OrToast/types.js +1 -0
  403. package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +201 -2
  404. package/dist/bundled/v2/components/OrToastContainer/index.js +4 -1
  405. package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +223 -2
  406. package/dist/bundled/v2/components/OrToastContainerV3/index.js +5 -1
  407. package/dist/bundled/v2/components/OrToastV3/OrToast.js +172 -2
  408. package/dist/bundled/v2/components/OrToastV3/Timer.js +37 -2
  409. package/dist/bundled/v2/components/OrToastV3/composable/index.js +2 -1
  410. package/dist/bundled/v2/components/OrToastV3/composable/useQueue.js +33 -2
  411. package/dist/bundled/v2/components/OrToastV3/composable/useToast.js +86 -1
  412. package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +25 -2
  413. package/dist/bundled/v2/components/OrToastV3/index.js +6 -1
  414. package/dist/bundled/v2/components/OrToastV3/props.js +1 -1
  415. package/dist/bundled/v2/components/OrToastV3/styles.js +59 -1
  416. package/dist/bundled/v2/components/OrToastV3/types.js +1 -0
  417. package/dist/bundled/v2/components/OrTooltip/OrTooltip.js +180 -2
  418. package/dist/bundled/v2/components/OrTooltip/index.js +2 -240
  419. package/dist/bundled/v2/components/OrTooltipContent/OrTooltipContent.js +68 -2
  420. package/dist/bundled/v2/components/OrTooltipContent/index.js +1 -1
  421. package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +139 -2
  422. package/dist/bundled/v2/components/OrTooltipV3/index.js +2 -2
  423. package/dist/bundled/v2/components/OrTooltipV3/props.js +1 -1
  424. package/dist/bundled/v2/components/OrTooltipV3/styles.js +48 -2
  425. package/dist/bundled/v2/components/OrTreeV3/OrTree.js +423 -2
  426. package/dist/bundled/v2/components/OrTreeV3/index.js +2 -429
  427. package/dist/bundled/v2/components/OrTreeV3/types.js +8 -0
  428. package/dist/bundled/v2/components/index.d.ts +1 -0
  429. package/dist/bundled/v2/components/index.js +173 -91
  430. package/dist/bundled/v2/directives/dropdown-close.js +14 -2
  431. package/dist/bundled/v2/directives/dropdown-open.js +19 -2
  432. package/dist/bundled/v2/directives/index.js +2 -1
  433. package/dist/bundled/v2/dom-cec392f3.js +260 -0
  434. package/dist/bundled/v2/eq-44ea4d70.js +77 -0
  435. package/dist/bundled/v2/{components/OrFloating-b7306559.js → floating-ui.dom-d9ef0d1f.js} +1 -204
  436. package/dist/bundled/v2/get-34aa21f4.js +856 -0
  437. package/dist/bundled/v2/hooks/index.js +10 -1
  438. package/dist/bundled/v2/hooks/useControlAttributes.js +12 -2
  439. package/dist/bundled/v2/hooks/useElevation.js +25 -2
  440. package/dist/bundled/v2/hooks/useIdAttribute.js +12 -2
  441. package/dist/bundled/v2/hooks/useOverflow.js +75 -2
  442. package/dist/bundled/v2/hooks/usePopoverState.js +42 -2
  443. package/dist/bundled/v2/hooks/useProxyModelValue.js +29 -2
  444. package/dist/bundled/v2/hooks/useResponsive/index.js +1 -1
  445. package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +203 -2
  446. package/dist/bundled/v2/hooks/useTheme.js +3753 -1
  447. package/dist/bundled/v2/hooks/useToggle.js +23 -2
  448. package/dist/bundled/v2/hooks/useValidationAttributes.js +16 -2
  449. package/dist/bundled/v2/index-0fa7e6ca.js +114 -0
  450. package/dist/bundled/v2/{components/OrCode-0a5ec298.js → index-10711eb4.js} +99 -13223
  451. package/dist/bundled/v2/index-3de14f24.js +2301 -0
  452. package/dist/bundled/v2/index-4acf7746.js +94 -0
  453. package/dist/bundled/v2/index-5564585f.js +295 -0
  454. package/dist/bundled/v2/index-5d81edfd.js +760 -0
  455. package/dist/bundled/v2/index-67eff9fe.js +9715 -0
  456. package/dist/bundled/v2/index-7121b6d0.js +8 -0
  457. package/dist/bundled/v2/index-8becffff.js +1912 -0
  458. package/dist/bundled/v2/index-9ab841c5.js +837 -0
  459. package/dist/bundled/v2/index-c1efbf6a.js +819 -0
  460. package/dist/bundled/v2/index-c54ed0b9.js +361 -0
  461. package/dist/bundled/v2/index-c80eecf1.js +1636 -0
  462. package/dist/bundled/v2/index-d41efd2a.js +1379 -0
  463. package/dist/bundled/v2/index-f1a845c3.js +3158 -0
  464. package/dist/bundled/v2/index-f671afe5.js +7127 -0
  465. package/dist/bundled/v2/index.js +199 -93
  466. package/dist/bundled/v2/isArrayLike-e7fb5cae.js +91 -0
  467. package/dist/bundled/v2/isEqual-7a8e6106.js +38 -0
  468. package/dist/bundled/v2/isObject-b7415fc1.js +202 -0
  469. package/dist/bundled/v2/markdown-7d2cd3a5.js +8287 -0
  470. package/dist/bundled/v2/normalize-component-6e8e3d80.js +76 -0
  471. package/dist/bundled/v2/props-7be029c7.js +32 -0
  472. package/dist/bundled/v2/range-82efa3d4.js +136 -0
  473. package/dist/bundled/v2/round-567ede34.js +66 -0
  474. package/dist/bundled/v2/{components/OrList-dda38b72.js → sortable.esm-11705107.js} +1 -2566
  475. package/dist/bundled/v2/style-inject.es-4c6f2515.js +26 -0
  476. package/dist/bundled/v2/toFinite-bc59ffb0.js +142 -0
  477. package/dist/bundled/v2/toInteger-9fa0151c.js +38 -0
  478. package/dist/bundled/v2/toString-b6e4472a.js +114 -0
  479. package/dist/bundled/v2/types-668300dd.js +5 -0
  480. package/dist/bundled/v2/{components/OrModal-daa83157.js → useFocusTrap-f810e0ea.js} +4 -188
  481. package/dist/bundled/v2/utils/constants/color.js +16 -1
  482. package/dist/bundled/v2/utils/constants/key-codes.js +16 -1
  483. package/dist/bundled/v2/utils/constants/poper.js +10 -1
  484. package/dist/bundled/v2/utils/constants/regex.js +49 -1
  485. package/dist/bundled/v2/utils/functions/color.js +40 -1
  486. package/dist/bundled/v2/utils/functions/dom.js +2 -1
  487. package/dist/bundled/v2/utils/functions/flattenDeep.js +6 -1
  488. package/dist/bundled/v2/utils/functions/hash.js +8 -1
  489. package/dist/bundled/v2/utils/functions/px-to-rem.js +3 -1
  490. package/dist/bundled/v2/utils/functions/text.js +9 -2
  491. package/dist/bundled/v2/utils/index.js +12 -2
  492. package/dist/bundled/v2/utils/isEmpty.js +5 -1
  493. package/dist/bundled/v2/utils/isEmptyValue.js +5 -1
  494. package/dist/bundled/v2/utils/isEqualValue.js +8 -1
  495. package/dist/bundled/v2/utils/isVisible.js +5 -1
  496. package/dist/bundled/v2/v4-cf8987a3.js +67 -0
  497. package/dist/bundled/v3/OrAvatar.vue_vue_type_script_lang-10c2add0.js +55 -0
  498. package/dist/bundled/v3/OrAvatar.vue_vue_type_script_lang-d1b297c8.js +59 -0
  499. package/dist/bundled/v3/OrBottomSheet.vue_vue_type_script_lang-0cabf675.js +91 -0
  500. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-0fb2b270.js +105 -0
  501. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-dfeef2d0.js +57 -0
  502. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-e9677805.js +100 -0
  503. package/dist/bundled/v3/OrButtonGroup.vue_vue_type_script_lang-72837423.js +33 -0
  504. package/dist/bundled/v3/OrCard.vue_vue_type_script_lang-81561dd8.js +21 -0
  505. package/dist/bundled/v3/OrCard.vue_vue_type_script_lang-adf1d0a3.js +33 -0
  506. package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-20f91db4.js +103 -0
  507. package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-b1006270.js +136 -0
  508. package/dist/bundled/v3/OrCheckbox.vue_vue_type_script_lang-cdc466f7.js +105 -0
  509. package/dist/bundled/v3/OrCheckbox.vue_vue_type_script_lang-de28fcaf.js +86 -0
  510. package/dist/bundled/v3/OrCheckboxGroup.vue_vue_type_script_lang-0622d8c3.js +57 -0
  511. package/dist/bundled/v3/OrCheckboxTree.vue_vue_type_script_lang-b939bd8a.js +111 -0
  512. package/dist/bundled/v3/OrChip.vue_vue_type_script_lang-cacd81e5.js +43 -0
  513. package/dist/bundled/v3/OrChips.vue_vue_type_script_lang-e1f37564.js +192 -0
  514. package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-8376244c.js +237 -0
  515. package/dist/bundled/{v2/components/OrCodeV3-6cf8786e.js → v3/OrCode.vue_vue_type_script_lang-e8ef6dee.js} +86 -236
  516. package/dist/bundled/v3/OrCollapse.vue_vue_type_script_lang-be1c8c66.js +112 -0
  517. package/dist/bundled/v3/OrColorPicker.vue_vue_type_script_lang-b030a96d.js +59 -0
  518. package/dist/bundled/v3/OrCombinedInput.vue_vue_type_script_lang-cdb2d8ca.js +66 -0
  519. package/dist/bundled/v3/OrConfirm.vue_vue_type_script_lang-09002522.js +168 -0
  520. package/dist/bundled/v3/OrConfirm.vue_vue_type_script_lang-2887602e.js +163 -0
  521. package/dist/bundled/v3/OrContextMenu.vue_vue_type_script_lang-16abb02a.js +65 -0
  522. package/dist/bundled/v3/OrDateFormat.vue_vue_type_script_lang-fef42ccd.js +34 -0
  523. package/dist/bundled/v3/OrDatePicker.vue_vue_type_script_lang-cab14650.js +193 -0
  524. package/dist/bundled/v3/OrDateRangePicker.vue_vue_type_script_lang-6038239b.js +225 -0
  525. package/dist/bundled/v3/OrDateTimeFormat.vue_vue_type_script_lang-15603748.js +41 -0
  526. package/dist/bundled/v3/OrDateTimePicker.vue_vue_type_script_lang-0542cccc.js +763 -0
  527. package/dist/bundled/v3/OrDateTimePicker.vue_vue_type_script_lang-d7711046.js +260 -0
  528. package/dist/bundled/v3/OrDateTimePickerMonthSelect.vue_vue_type_script_lang-e914eff0.js +336 -0
  529. package/dist/bundled/v3/OrDateTimePickerPopoverHeader-33ad43d4.js +207 -0
  530. package/dist/bundled/v3/OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-40a2de7e.js +105 -0
  531. package/dist/bundled/v3/OrDateTimePickerTimeSelect-178aa93a.js +85 -0
  532. package/dist/bundled/v3/OrDateTimePickerTimeSelect.vue_vue_type_script_lang-636aa4a8.js +215 -0
  533. package/dist/bundled/v3/OrEmptyState.vue_vue_type_script_lang-2c1f09ef.js +64 -0
  534. package/dist/bundled/v3/OrError.vue_vue_type_script_lang-450321b8.js +13 -0
  535. package/dist/bundled/v3/OrError.vue_vue_type_script_lang-fcf91781.js +29 -0
  536. package/dist/bundled/v3/OrErrorTag.vue_vue_type_script_lang-057dcb3b.js +24 -0
  537. package/dist/bundled/v3/OrExpansionPanel.vue_vue_type_script_lang-7fad7b18.js +68 -0
  538. package/dist/bundled/v3/OrFab.vue_vue_type_script_lang-d68402ac.js +39 -0
  539. package/dist/bundled/v3/OrFloating.vue_vue_type_script_lang-38aa1d83.js +148 -0
  540. package/dist/bundled/v3/OrFormGroup.vue_vue_type_script_lang-165cf30e.js +63 -0
  541. package/dist/bundled/v3/OrHint.vue_vue_type_script_lang-0ab8b932.js +29 -0
  542. package/dist/bundled/v3/OrHint.vue_vue_type_script_lang-5eb3ee22.js +14 -0
  543. package/dist/bundled/v3/OrIcon.vue_vue_type_script_lang-db2e3f85.js +34 -0
  544. package/dist/bundled/v3/OrIcon.vue_vue_type_script_lang-f3cbff23.js +99 -0
  545. package/dist/bundled/v3/OrIconButton.vue_vue_type_script_lang-667eefbf.js +77 -0
  546. package/dist/bundled/v3/OrIconButton.vue_vue_type_script_lang-f6bf7dda.js +143 -0
  547. package/dist/bundled/v3/OrInlineInput.vue_vue_type_script_lang-5ab4644e.js +141 -0
  548. package/dist/bundled/v3/OrInlineInputBox.vue_vue_type_script_lang-fe99c485.js +30 -0
  549. package/dist/bundled/v3/OrInlineTextEdit.vue_vue_type_script_lang-d2f3ad39.js +233 -0
  550. package/dist/bundled/v3/OrInlineTextarea.vue_vue_type_script_lang-c6d82ad5.js +132 -0
  551. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-0d7cb6c3.js +146 -0
  552. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-515ff78a.js +190 -0
  553. package/dist/bundled/v3/OrInputBox.vue_vue_type_script_lang-989d5ee6.js +93 -0
  554. package/dist/bundled/v3/OrLabel.vue_vue_type_script_lang-6243e348.js +41 -0
  555. package/dist/bundled/v3/OrLabel.vue_vue_type_script_lang-e2bcff17.js +45 -0
  556. package/dist/bundled/v3/OrLink.vue_vue_type_script_lang-c35ed9e3.js +46 -0
  557. package/dist/bundled/v3/OrList.vue_vue_type_script_lang-8df85a8d.js +1008 -0
  558. package/dist/bundled/v3/OrList.vue_vue_type_script_lang-e1c786c5.js +208 -0
  559. package/dist/bundled/v3/OrListOfInputs.vue_vue_type_script_lang-34a006d0.js +79 -0
  560. package/dist/bundled/v3/OrLoader.vue_vue_type_script_lang-52edc8f8.js +80 -0
  561. package/dist/bundled/v3/OrLoader.vue_vue_type_script_lang-a1fed697.js +48 -0
  562. package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-3feb056b.js +76 -0
  563. package/dist/bundled/v3/OrMenuItem.vue_vue_type_script_lang-11569833.js +39 -0
  564. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-4a14c3ae.js +163 -0
  565. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-70904ce1.js +101 -0
  566. package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-5fd54a49.js +54 -0
  567. package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-81d7cfef.js +70 -0
  568. package/dist/bundled/v3/OrNumberInput.vue_vue_type_script_lang-b832e611.js +114 -0
  569. package/dist/bundled/v3/OrOverflowMenu.vue_vue_type_script_lang-5bde29a6.js +139 -0
  570. package/dist/bundled/v3/OrOverlay.vue_vue_type_script_lang-2f5d626d.js +33 -0
  571. package/dist/bundled/v3/OrOverlay.vue_vue_type_script_lang-4a0cd054.js +40 -0
  572. package/dist/bundled/v3/OrPagination.vue_vue_type_script_lang-2ff7e5a0.js +167 -0
  573. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-1165ec6c.js +100 -0
  574. package/dist/bundled/v3/OrPopover.vue_vue_type_script_lang-877797ba.js +162 -0
  575. package/dist/bundled/v3/OrProgress.vue_vue_type_script_lang-4b93a66e.js +136 -0
  576. package/dist/bundled/v3/OrProgress.vue_vue_type_script_lang-c4bd7133.js +130 -0
  577. package/dist/bundled/v3/OrRadio.vue_vue_type_script_lang-750ce51f.js +82 -0
  578. package/dist/bundled/v3/OrRadio.vue_vue_type_script_lang-a4f043e9.js +92 -0
  579. package/dist/bundled/v3/OrRadioGroup.vue_vue_type_script_lang-75b6c81b.js +47 -0
  580. package/dist/bundled/v3/OrRadioGroup.vue_vue_type_script_lang-8fad9a5f.js +56 -0
  581. package/dist/bundled/v3/OrRangeSlider.vue_vue_type_script_lang-e17cd5a8.js +150 -0
  582. package/dist/bundled/v3/OrResizeablePanel.vue_vue_type_script_lang-e2f723b0.js +187 -0
  583. package/dist/bundled/v3/OrRichTextEditor.vue_vue_type_script_lang-6e66f3ed.js +1910 -0
  584. package/dist/bundled/v3/OrSearch.vue_vue_type_script_lang-245c9614.js +123 -0
  585. package/dist/bundled/v3/OrSearch.vue_vue_type_script_lang-46df9961.js +83 -0
  586. package/dist/bundled/v3/OrSegmentedControl.vue_vue_type_script_lang-10bd4ea8.js +135 -0
  587. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-29b90f18.js +747 -0
  588. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-baf7c270.js +1267 -0
  589. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-777f8c4f.js +131 -0
  590. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-d6e95246.js +85 -0
  591. package/dist/bundled/v3/OrSkeletonCircle.vue_vue_type_script_lang-2a2e5870.js +44 -0
  592. package/dist/bundled/v3/OrSkeletonCircle.vue_vue_type_script_lang-b768e00d.js +38 -0
  593. package/dist/bundled/v3/OrSkeletonRect.vue_vue_type_script_lang-32f819ad.js +41 -0
  594. package/dist/bundled/v3/OrSkeletonRect.vue_vue_type_script_lang-3a1d6b32.js +47 -0
  595. package/dist/bundled/v3/OrSkeletonText.vue_vue_type_script_lang-502607ef.js +71 -0
  596. package/dist/bundled/v3/OrSkeletonText.vue_vue_type_script_lang-cfe360bb.js +50 -0
  597. package/dist/bundled/v3/OrSlider.vue_vue_type_script_lang-ae4652e3.js +227 -0
  598. package/dist/bundled/v3/OrSlider.vue_vue_type_script_lang-e26488b0.js +115 -0
  599. package/dist/bundled/v3/OrSorting.vue_vue_type_script_lang-c1ba0fdd.js +66 -0
  600. package/dist/bundled/v3/OrStepper.vue_vue_type_script_lang-33639493.js +377 -0
  601. package/dist/bundled/v3/OrSwitch.vue_vue_type_script_lang-3ef06bbd.js +78 -0
  602. package/dist/bundled/v3/OrSwitch.vue_vue_type_script_lang-9e9e15d1.js +91 -0
  603. package/dist/bundled/v3/OrTab.vue_vue_type_script_lang-886e334a.js +26 -0
  604. package/dist/bundled/v3/OrTab.vue_vue_type_script_lang-d9ee65b6.js +57 -0
  605. package/dist/bundled/v3/OrTabHeaderItem.vue_vue_type_script_lang-e1a0b91f.js +60 -0
  606. package/dist/bundled/v3/OrTabs.vue_vue_type_script_lang-0de7f1a4.js +134 -0
  607. package/dist/bundled/v3/OrTabs.vue_vue_type_script_lang-9129d34b.js +46 -0
  608. package/dist/bundled/v3/OrTag.vue_vue_type_script_lang-533656e5.js +55 -0
  609. package/dist/bundled/v3/OrTag.vue_vue_type_script_lang-b62c0b79.js +58 -0
  610. package/dist/bundled/v3/OrTagInput.vue_vue_type_script_lang-fa961339.js +202 -0
  611. package/dist/bundled/v3/OrTags.vue_vue_type_script_lang-4221ee26.js +115 -0
  612. package/dist/bundled/v3/OrTeleport.vue3.vue_vue_type_script_lang-dfc6301c.js +16 -0
  613. package/dist/bundled/{v2/components/OrTextV3-17c9dea1.js → v3/OrText.vue_vue_type_script_lang-6ce019db.js} +2 -56
  614. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-5624556c.js +187 -0
  615. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-9f62ecd7.js +112 -0
  616. package/dist/bundled/v3/OrTextbox.vue_vue_type_script_lang-d0db6077.js +336 -0
  617. package/dist/bundled/v3/OrTimeFormat.vue_vue_type_script_lang-acef5eaa.js +39 -0
  618. package/dist/bundled/v3/OrTimePicker.vue_vue_type_script_lang-4bda3fcb.js +191 -0
  619. package/dist/bundled/v3/OrTimeRangePicker.vue_vue_type_script_lang-5d813382.js +202 -0
  620. package/dist/bundled/v3/OrToastContainer.vue_vue_type_script_lang-84d3f4c8.js +155 -0
  621. package/dist/bundled/v3/OrToastContainer.vue_vue_type_script_lang-b019a53c.js +135 -0
  622. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-288c978f.js +113 -0
  623. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-a8c7bc09.js +77 -0
  624. package/dist/bundled/v3/OrTooltipContent.vue_vue_type_script_lang-4c1afacb.js +19 -0
  625. package/dist/bundled/v3/OrTree.vue_vue_type_script_lang-f6e6d6ac.js +310 -0
  626. package/dist/bundled/v3/_baseAssignValue-2250dbc9.js +38 -0
  627. package/dist/bundled/v3/_baseIsEqual-fe2002b6.js +1237 -0
  628. package/dist/bundled/v3/_baseProperty-a52739e9.js +15 -0
  629. package/dist/bundled/v3/_commonjsHelpers-1789f0cf.js +7 -0
  630. package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +33 -0
  631. package/dist/bundled/v3/components/OrAvatar/OrAvatar.vue.d.ts +47 -0
  632. package/dist/bundled/v3/components/OrAvatar/constants.d.ts +5 -0
  633. package/dist/bundled/v3/components/OrAvatar/constants.js +8 -0
  634. package/dist/bundled/v3/components/OrAvatar/index.d.ts +2 -0
  635. package/dist/bundled/v3/components/OrAvatar/index.js +2 -0
  636. package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.js +24 -0
  637. package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.vue.d.ts +55 -0
  638. package/dist/bundled/v3/components/OrAvatarV3/index.d.ts +2 -0
  639. package/dist/bundled/v3/components/OrAvatarV3/index.js +2 -0
  640. package/dist/bundled/v3/components/OrAvatarV3/props.d.ts +15 -0
  641. package/dist/bundled/v3/components/OrAvatarV3/props.js +19 -0
  642. package/dist/bundled/v3/components/OrAvatarV3/styles.d.ts +6 -0
  643. package/dist/bundled/v3/components/OrAvatarV3/styles.js +84 -0
  644. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +31 -0
  645. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +566 -0
  646. package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.d.ts +530 -0
  647. package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +71 -0
  648. package/dist/bundled/v3/components/OrBottomSheetV3/index.d.ts +2 -0
  649. package/dist/bundled/v3/components/OrBottomSheetV3/index.js +2 -0
  650. package/dist/bundled/v3/components/OrBottomSheetV3/props.d.ts +4 -0
  651. package/dist/bundled/v3/components/OrBottomSheetV3/props.js +7 -0
  652. package/dist/bundled/v3/components/OrBottomSheetV3/styles.d.ts +6 -0
  653. package/dist/bundled/v3/components/OrBottomSheetV3/styles.js +48 -0
  654. package/dist/bundled/v3/components/OrButton/OrButton.js +43 -0
  655. package/dist/bundled/v3/components/OrButton/OrButton.vue.d.ts +153 -0
  656. package/dist/bundled/v3/components/OrButton/constants.d.ts +21 -0
  657. package/dist/bundled/v3/components/OrButton/constants.js +25 -0
  658. package/dist/bundled/v3/components/OrButton/index.d.ts +2 -0
  659. package/dist/bundled/v3/components/OrButton/index.js +2 -0
  660. package/dist/bundled/v3/components/OrButtonGroupV3/OrButtonGroup.js +13 -0
  661. package/dist/bundled/v3/components/OrButtonGroupV3/OrButtonGroup.vue.d.ts +37 -0
  662. package/dist/bundled/v3/components/OrButtonGroupV3/index.d.ts +2 -0
  663. package/dist/bundled/v3/components/OrButtonGroupV3/index.js +2 -0
  664. package/dist/bundled/v3/components/OrButtonGroupV3/props.d.ts +1 -0
  665. package/dist/bundled/v3/components/OrButtonGroupV3/props.js +1 -0
  666. package/dist/bundled/v3/components/OrButtonGroupV3/styles.d.ts +3 -0
  667. package/dist/bundled/v3/components/OrButtonGroupV3/styles.js +21 -0
  668. package/dist/bundled/v3/components/OrButtonV2/OrButton.js +42 -0
  669. package/dist/bundled/v3/components/OrButtonV2/OrButton.vue.d.ts +126 -0
  670. package/dist/bundled/v3/components/OrButtonV2/constants.d.ts +35 -0
  671. package/dist/bundled/v3/components/OrButtonV2/constants.js +43 -0
  672. package/dist/bundled/v3/components/OrButtonV2/index.d.ts +3 -0
  673. package/dist/bundled/v3/components/OrButtonV2/index.js +3 -0
  674. package/dist/bundled/v3/components/OrButtonV3/OrButton.js +36 -0
  675. package/dist/bundled/v3/components/OrButtonV3/OrButton.vue.d.ts +78 -0
  676. package/dist/bundled/v3/components/OrButtonV3/index.d.ts +2 -0
  677. package/dist/bundled/v3/components/OrButtonV3/index.js +2 -0
  678. package/dist/bundled/v3/components/OrButtonV3/props.d.ts +16 -0
  679. package/dist/bundled/v3/components/OrButtonV3/props.js +21 -0
  680. package/dist/bundled/v3/components/OrButtonV3/styles.d.ts +4 -0
  681. package/dist/bundled/v3/components/OrButtonV3/styles.js +75 -0
  682. package/dist/bundled/v3/components/OrCard/OrCard.js +21 -0
  683. package/dist/bundled/v3/components/OrCard/OrCard.vue.d.ts +18 -0
  684. package/dist/bundled/v3/components/OrCard/index.d.ts +1 -0
  685. package/dist/bundled/v3/components/OrCard/index.js +1 -0
  686. package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.js +88 -0
  687. package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.vue.d.ts +86 -0
  688. package/dist/bundled/v3/components/OrCardCollection/constants.d.ts +4 -0
  689. package/dist/bundled/v3/components/OrCardCollection/constants.js +7 -0
  690. package/dist/bundled/v3/components/OrCardCollection/index.d.ts +3 -0
  691. package/dist/bundled/v3/components/OrCardCollection/index.js +2 -0
  692. package/dist/bundled/v3/components/OrCardCollection/types.d.ts +8 -0
  693. package/dist/bundled/v3/components/OrCardCollection/types.js +1 -0
  694. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +65 -0
  695. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +93 -0
  696. package/dist/bundled/v3/components/OrCardCollectionV3/index.d.ts +3 -0
  697. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +2 -0
  698. package/dist/bundled/v3/components/OrCardCollectionV3/props.d.ts +8 -0
  699. package/dist/bundled/v3/components/OrCardCollectionV3/props.js +16 -0
  700. package/dist/bundled/v3/components/OrCardCollectionV3/styles.d.ts +6 -0
  701. package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +38 -0
  702. package/dist/bundled/v3/components/OrCardCollectionV3/types.d.ts +8 -0
  703. package/dist/bundled/v3/components/OrCardCollectionV3/types.js +1 -0
  704. package/dist/bundled/v3/components/OrCardV3/OrCard.js +15 -0
  705. package/dist/bundled/v3/components/OrCardV3/OrCard.vue.d.ts +37 -0
  706. package/dist/bundled/v3/components/OrCardV3/index.d.ts +2 -0
  707. package/dist/bundled/v3/components/OrCardV3/index.js +2 -0
  708. package/dist/bundled/v3/components/OrCardV3/props.d.ts +5 -0
  709. package/dist/bundled/v3/components/OrCardV3/props.js +8 -0
  710. package/dist/bundled/v3/components/OrCardV3/styles.d.ts +4 -0
  711. package/dist/bundled/v3/components/OrCardV3/styles.js +27 -0
  712. package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.js +68 -0
  713. package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.vue.d.ts +73 -0
  714. package/dist/bundled/v3/components/OrCheckbox/index.d.ts +1 -0
  715. package/dist/bundled/v3/components/OrCheckbox/index.js +1 -0
  716. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +33 -0
  717. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +73 -0
  718. package/dist/bundled/v3/components/OrCheckboxGroupV3/index.d.ts +1 -0
  719. package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +1 -0
  720. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +64 -0
  721. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +65 -0
  722. package/dist/bundled/v3/components/OrCheckboxTreeV3/index.d.ts +2 -0
  723. package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +1 -0
  724. package/dist/bundled/v3/components/OrCheckboxTreeV3/styles.d.ts +2 -0
  725. package/dist/bundled/v3/components/OrCheckboxTreeV3/styles.js +10 -0
  726. package/dist/bundled/v3/components/OrCheckboxTreeV3/types.d.ts +8 -0
  727. package/dist/bundled/v3/components/OrCheckboxTreeV3/types.js +1 -0
  728. package/dist/bundled/v3/components/OrCheckboxTreeV3/utils/extractChildrenValues.d.ts +2 -0
  729. package/dist/bundled/v3/components/OrCheckboxTreeV3/utils/extractChildrenValues.js +19 -0
  730. package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +47 -0
  731. package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.vue.d.ts +90 -0
  732. package/dist/bundled/v3/components/OrCheckboxV3/index.d.ts +1 -0
  733. package/dist/bundled/v3/components/OrCheckboxV3/index.js +1 -0
  734. package/dist/bundled/v3/components/OrCheckboxV3/styles.d.ts +3 -0
  735. package/dist/bundled/v3/components/OrCheckboxV3/styles.js +31 -0
  736. package/dist/bundled/v3/components/OrChip/OrChip.js +29 -0
  737. package/dist/bundled/v3/components/OrChip/OrChip.vue.d.ts +42 -0
  738. package/dist/bundled/v3/components/OrChip/index.d.ts +1 -0
  739. package/dist/bundled/v3/components/OrChip/index.js +1 -0
  740. package/dist/bundled/v3/components/OrChips/OrChips.js +49 -0
  741. package/dist/bundled/v3/components/OrChips/OrChips.vue.d.ts +69 -0
  742. package/dist/bundled/v3/components/OrChips/constants.d.ts +9 -0
  743. package/dist/bundled/v3/components/OrChips/constants.js +10 -0
  744. package/dist/bundled/v3/components/OrChips/index.d.ts +2 -0
  745. package/dist/bundled/v3/components/OrChips/index.js +2 -0
  746. package/dist/bundled/v3/components/OrCode/OrCode.js +91 -0
  747. package/dist/bundled/v3/components/OrCode/OrCode.vue.d.ts +168 -0
  748. package/dist/bundled/v3/components/OrCode/constants.d.ts +8 -0
  749. package/dist/bundled/v3/components/OrCode/constants.js +11 -0
  750. package/dist/bundled/v3/components/OrCode/index.d.ts +3 -0
  751. package/dist/bundled/v3/components/OrCode/index.js +7 -0
  752. package/dist/bundled/v3/components/OrCode/lang.d.ts +11 -0
  753. package/dist/bundled/v3/components/OrCode/lang.js +27 -0
  754. package/dist/bundled/v3/components/OrCode/libs.d.ts +5 -0
  755. package/dist/bundled/v3/components/OrCode/libs.js +5 -0
  756. package/dist/bundled/v3/components/OrCode/theme.d.ts +24 -0
  757. package/dist/bundled/v3/components/OrCode/theme.js +189 -0
  758. package/dist/bundled/v3/components/OrCodeV3/OrCode.js +57 -0
  759. package/dist/bundled/v3/components/OrCodeV3/OrCode.vue.d.ts +131 -0
  760. package/dist/bundled/v3/components/OrCodeV3/index.d.ts +3 -0
  761. package/dist/bundled/v3/components/OrCodeV3/index.js +7 -0
  762. package/dist/bundled/v3/components/OrCodeV3/libs.d.ts +6 -0
  763. package/dist/bundled/v3/components/OrCodeV3/libs.js +5 -0
  764. package/dist/bundled/v3/components/OrCodeV3/props.d.ts +8 -0
  765. package/dist/bundled/v3/components/OrCodeV3/props.js +11 -0
  766. package/dist/bundled/v3/components/OrCodeV3/styles.d.ts +4 -0
  767. package/dist/bundled/v3/components/OrCodeV3/styles.js +28 -0
  768. package/dist/bundled/v3/components/OrCollapse/OrCollapse.js +36 -0
  769. package/dist/bundled/v3/components/OrCollapse/OrCollapse.vue.d.ts +53 -0
  770. package/dist/bundled/v3/components/OrCollapse/index.d.ts +1 -0
  771. package/dist/bundled/v3/components/OrCollapse/index.js +1 -0
  772. package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +76 -0
  773. package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.vue.d.ts +48 -0
  774. package/dist/bundled/v3/components/OrColorPicker/constants.d.ts +575 -0
  775. package/dist/bundled/v3/components/OrColorPicker/constants.js +323 -0
  776. package/dist/bundled/v3/components/OrColorPicker/index.d.ts +3 -0
  777. package/dist/bundled/v3/components/OrColorPicker/index.js +2 -0
  778. package/dist/bundled/v3/components/OrColorPicker/types.d.ts +1 -0
  779. package/dist/bundled/v3/components/OrColorPicker/types.js +1 -0
  780. package/dist/bundled/v3/components/OrColorPicker/utils/defultPalette.d.ts +2 -0
  781. package/dist/bundled/v3/components/OrColorPicker/utils/defultPalette.js +16 -0
  782. package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.js +54 -0
  783. package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.vue.d.ts +83 -0
  784. package/dist/bundled/v3/components/OrCombinedInputV3/index.d.ts +2 -0
  785. package/dist/bundled/v3/components/OrCombinedInputV3/index.js +2 -0
  786. package/dist/bundled/v3/components/OrCombinedInputV3/props.d.ts +1 -0
  787. package/dist/bundled/v3/components/OrCombinedInputV3/props.js +1 -0
  788. package/dist/bundled/v3/components/OrCombinedInputV3/styles.d.ts +2 -0
  789. package/dist/bundled/v3/components/OrCombinedInputV3/styles.js +16 -0
  790. package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +60 -0
  791. package/dist/bundled/v3/components/OrConfirm/OrConfirm.vue.d.ts +176 -0
  792. package/dist/bundled/v3/components/OrConfirm/index.d.ts +1 -0
  793. package/dist/bundled/v3/components/OrConfirm/index.js +1 -0
  794. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +67 -0
  795. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +138 -0
  796. package/dist/bundled/v3/components/OrConfirmV3/index.d.ts +2 -0
  797. package/dist/bundled/v3/components/OrConfirmV3/index.js +2 -0
  798. package/dist/bundled/v3/components/OrConfirmV3/props.d.ts +4 -0
  799. package/dist/bundled/v3/components/OrConfirmV3/props.js +7 -0
  800. package/dist/bundled/v3/components/OrConfirmV3/styles.d.ts +7 -0
  801. package/dist/bundled/v3/components/OrConfirmV3/styles.js +47 -0
  802. package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.js +20 -0
  803. package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.vue.d.ts +45 -0
  804. package/dist/bundled/v3/components/OrContextMenuV3/index.d.ts +2 -0
  805. package/dist/bundled/v3/components/OrContextMenuV3/index.js +2 -0
  806. package/dist/bundled/v3/components/OrContextMenuV3/props.d.ts +2 -0
  807. package/dist/bundled/v3/components/OrContextMenuV3/props.js +1 -0
  808. package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.js +13 -0
  809. package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.vue.d.ts +28 -0
  810. package/dist/bundled/v3/components/OrDateFormatV3/index.d.ts +1 -0
  811. package/dist/bundled/v3/components/OrDateFormatV3/index.js +1 -0
  812. package/dist/bundled/v3/components/OrDateFormatV3/styles.d.ts +1 -0
  813. package/dist/bundled/v3/components/OrDateFormatV3/styles.js +5 -0
  814. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +131 -0
  815. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +263 -0
  816. package/dist/bundled/v3/components/OrDatePickerV3/index.d.ts +2 -0
  817. package/dist/bundled/v3/components/OrDatePickerV3/index.js +2 -0
  818. package/dist/bundled/v3/components/OrDatePickerV3/props.d.ts +1 -0
  819. package/dist/bundled/v3/components/OrDatePickerV3/props.js +1 -0
  820. package/dist/bundled/v3/components/OrDatePickerV3/styles.d.ts +2 -0
  821. package/dist/bundled/v3/components/OrDatePickerV3/styles.js +10 -0
  822. package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +165 -0
  823. package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.vue.d.ts +553 -0
  824. package/dist/bundled/v3/components/OrDateRangePickerV3/index.d.ts +2 -0
  825. package/dist/bundled/v3/components/OrDateRangePickerV3/index.js +2 -0
  826. package/dist/bundled/v3/components/OrDateRangePickerV3/props.d.ts +1 -0
  827. package/dist/bundled/v3/components/OrDateRangePickerV3/props.js +1 -0
  828. package/dist/bundled/v3/components/OrDateRangePickerV3/styles.d.ts +2 -0
  829. package/dist/bundled/v3/components/OrDateRangePickerV3/styles.js +10 -0
  830. package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.js +13 -0
  831. package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.vue.d.ts +39 -0
  832. package/dist/bundled/v3/components/OrDateTimeFormatV3/index.d.ts +1 -0
  833. package/dist/bundled/v3/components/OrDateTimeFormatV3/index.js +1 -0
  834. package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.d.ts +1 -0
  835. package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.js +5 -0
  836. package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +228 -0
  837. package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.vue.d.ts +270 -0
  838. package/dist/bundled/v3/components/OrDateTimePicker/constants.d.ts +24 -0
  839. package/dist/bundled/v3/components/OrDateTimePicker/constants.js +20 -0
  840. package/dist/bundled/v3/components/OrDateTimePicker/index.d.ts +2 -0
  841. package/dist/bundled/v3/components/OrDateTimePicker/index.js +2 -0
  842. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +193 -0
  843. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +296 -0
  844. package/dist/bundled/v3/components/OrDateTimePickerV3/index.d.ts +5 -0
  845. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +12 -0
  846. package/dist/bundled/v3/components/OrDateTimePickerV3/props.d.ts +6 -0
  847. package/dist/bundled/v3/components/OrDateTimePickerV3/props.js +10 -0
  848. package/dist/bundled/v3/components/OrDateTimePickerV3/styles.d.ts +3 -0
  849. package/dist/bundled/v3/components/OrDateTimePickerV3/styles.js +11 -0
  850. package/dist/bundled/v3/components/OrDateTimePickerV3/types.d.ts +3 -0
  851. package/dist/bundled/v3/components/OrDateTimePickerV3/types.js +1 -0
  852. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.d.ts +1 -0
  853. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.js +8 -0
  854. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.d.ts +2 -0
  855. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.js +11 -0
  856. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.d.ts +1 -0
  857. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.js +6 -0
  858. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.d.ts +1 -0
  859. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +9 -0
  860. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.d.ts +1 -0
  861. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.js +6 -0
  862. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.d.ts +2 -0
  863. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +12 -0
  864. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.d.ts +6 -0
  865. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.js +6 -0
  866. package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.js +26 -0
  867. package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.vue.d.ts +86 -0
  868. package/dist/bundled/v3/components/OrEmptyStateV3/index.d.ts +3 -0
  869. package/dist/bundled/v3/components/OrEmptyStateV3/index.js +2 -0
  870. package/dist/bundled/v3/components/OrEmptyStateV3/props.d.ts +4 -0
  871. package/dist/bundled/v3/components/OrEmptyStateV3/props.js +7 -0
  872. package/dist/bundled/v3/components/OrEmptyStateV3/styles.d.ts +10 -0
  873. package/dist/bundled/v3/components/OrEmptyStateV3/styles.js +46 -0
  874. package/dist/bundled/v3/components/OrEmptyStateV3/types.d.ts +2 -0
  875. package/dist/bundled/v3/components/OrEmptyStateV3/types.js +1 -0
  876. package/dist/bundled/v3/components/OrError/OrError.js +18 -0
  877. package/dist/bundled/v3/components/OrError/OrError.vue.d.ts +15 -0
  878. package/dist/bundled/v3/components/OrError/index.d.ts +1 -0
  879. package/dist/bundled/v3/components/OrError/index.js +1 -0
  880. package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.js +20 -0
  881. package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.vue.d.ts +5 -0
  882. package/dist/bundled/v3/components/OrErrorTagV3/index.d.ts +1 -0
  883. package/dist/bundled/v3/components/OrErrorTagV3/index.js +1 -0
  884. package/dist/bundled/v3/components/OrErrorTagV3/styles.d.ts +1 -0
  885. package/dist/bundled/v3/components/OrErrorTagV3/styles.js +15 -0
  886. package/dist/bundled/v3/components/OrErrorV3/OrError.js +19 -0
  887. package/dist/bundled/v3/components/OrErrorV3/OrError.vue.d.ts +19 -0
  888. package/dist/bundled/v3/components/OrErrorV3/index.d.ts +1 -0
  889. package/dist/bundled/v3/components/OrErrorV3/index.js +1 -0
  890. package/dist/bundled/v3/components/OrErrorV3/styles.d.ts +3 -0
  891. package/dist/bundled/v3/components/OrErrorV3/styles.js +19 -0
  892. package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +34 -0
  893. package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.vue.d.ts +73 -0
  894. package/dist/bundled/v3/components/OrExpansionPanelV3/index.d.ts +2 -0
  895. package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +2 -0
  896. package/dist/bundled/v3/components/OrExpansionPanelV3/props.d.ts +13 -0
  897. package/dist/bundled/v3/components/OrExpansionPanelV3/props.js +18 -0
  898. package/dist/bundled/v3/components/OrExpansionPanelV3/styles.d.ts +7 -0
  899. package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +69 -0
  900. package/dist/bundled/v3/components/OrFabV3/OrFab.js +22 -0
  901. package/dist/bundled/v3/components/OrFabV3/OrFab.vue.d.ts +37 -0
  902. package/dist/bundled/v3/components/OrFabV3/index.d.ts +2 -0
  903. package/dist/bundled/v3/components/OrFabV3/index.js +2 -0
  904. package/dist/bundled/v3/components/OrFabV3/props.d.ts +4 -0
  905. package/dist/bundled/v3/components/OrFabV3/props.js +7 -0
  906. package/dist/bundled/v3/components/OrFabV3/styles.d.ts +3 -0
  907. package/dist/bundled/v3/components/OrFabV3/styles.js +19 -0
  908. package/dist/bundled/v3/components/OrFloating/OrFloating.js +24 -0
  909. package/dist/bundled/v3/components/OrFloating/OrFloating.vue.d.ts +123 -0
  910. package/dist/bundled/v3/components/OrFloating/constants.d.ts +18 -0
  911. package/dist/bundled/v3/components/OrFloating/constants.js +22 -0
  912. package/dist/bundled/v3/components/OrFloating/index.d.ts +2 -0
  913. package/dist/bundled/v3/components/OrFloating/index.js +2 -0
  914. package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.js +46 -0
  915. package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.vue.d.ts +67 -0
  916. package/dist/bundled/v3/components/OrFormGroupV3/index.d.ts +2 -0
  917. package/dist/bundled/v3/components/OrFormGroupV3/index.js +2 -0
  918. package/dist/bundled/v3/components/OrFormGroupV3/props.d.ts +4 -0
  919. package/dist/bundled/v3/components/OrFormGroupV3/props.js +7 -0
  920. package/dist/bundled/v3/components/OrFormGroupV3/styles.d.ts +5 -0
  921. package/dist/bundled/v3/components/OrFormGroupV3/styles.js +17 -0
  922. package/dist/bundled/v3/components/OrHint/OrHint.js +18 -0
  923. package/dist/bundled/v3/components/OrHint/OrHint.vue.d.ts +17 -0
  924. package/dist/bundled/v3/components/OrHint/index.d.ts +1 -0
  925. package/dist/bundled/v3/components/OrHint/index.js +1 -0
  926. package/dist/bundled/v3/components/OrHintV3/OrHint.js +19 -0
  927. package/dist/bundled/v3/components/OrHintV3/OrHint.vue.d.ts +19 -0
  928. package/dist/bundled/v3/components/OrHintV3/index.d.ts +1 -0
  929. package/dist/bundled/v3/components/OrHintV3/index.js +1 -0
  930. package/dist/bundled/v3/components/OrHintV3/styles.d.ts +3 -0
  931. package/dist/bundled/v3/components/OrHintV3/styles.js +19 -0
  932. package/dist/bundled/v3/components/OrIcon/OrIcon.js +44 -0
  933. package/dist/bundled/v3/components/OrIcon/OrIcon.vue.d.ts +95 -0
  934. package/dist/bundled/v3/components/OrIcon/constants.d.ts +20 -0
  935. package/dist/bundled/v3/components/OrIcon/constants.js +24 -0
  936. package/dist/bundled/v3/components/OrIcon/index.d.ts +2 -0
  937. package/dist/bundled/v3/components/OrIcon/index.js +2 -0
  938. package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.js +43 -0
  939. package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.vue.d.ts +106 -0
  940. package/dist/bundled/v3/components/OrIconButtonV2/index.d.ts +1 -0
  941. package/dist/bundled/v3/components/OrIconButtonV2/index.js +1 -0
  942. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +34 -0
  943. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.vue.d.ts +82 -0
  944. package/dist/bundled/v3/components/OrIconButtonV3/index.d.ts +2 -0
  945. package/dist/bundled/v3/components/OrIconButtonV3/index.js +3 -0
  946. package/dist/bundled/v3/components/OrIconButtonV3/props.d.ts +7 -0
  947. package/dist/bundled/v3/components/OrIconButtonV3/props.js +11 -0
  948. package/dist/bundled/v3/components/OrIconButtonV3/styles.d.ts +3 -0
  949. package/dist/bundled/v3/components/OrIconButtonV3/styles.js +72 -0
  950. package/dist/bundled/v3/components/OrIconV3/OrIcon.js +13 -0
  951. package/dist/bundled/v3/components/OrIconV3/OrIcon.vue.d.ts +36 -0
  952. package/dist/bundled/v3/components/OrIconV3/index.d.ts +2 -0
  953. package/dist/bundled/v3/components/OrIconV3/index.js +2 -0
  954. package/dist/bundled/v3/components/OrIconV3/props.d.ts +13 -0
  955. package/dist/bundled/v3/components/OrIconV3/props.js +17 -0
  956. package/dist/bundled/v3/components/OrIconV3/styles.d.ts +4 -0
  957. package/dist/bundled/v3/components/OrIconV3/styles.js +44 -0
  958. package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.js +15 -0
  959. package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.vue.d.ts +28 -0
  960. package/dist/bundled/v3/components/OrInlineInputBoxV3/index.d.ts +2 -0
  961. package/dist/bundled/v3/components/OrInlineInputBoxV3/index.js +2 -0
  962. package/dist/bundled/v3/components/OrInlineInputBoxV3/props.d.ts +4 -0
  963. package/dist/bundled/v3/components/OrInlineInputBoxV3/props.js +7 -0
  964. package/dist/bundled/v3/components/OrInlineInputBoxV3/styles.d.ts +3 -0
  965. package/dist/bundled/{v2/components/OrInlineInputBoxV3-14f7725c.js → v3/components/OrInlineInputBoxV3/styles.js} +1 -72
  966. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +85 -0
  967. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.vue.d.ts +106 -0
  968. package/dist/bundled/v3/components/OrInlineInputV3/index.d.ts +2 -0
  969. package/dist/bundled/v3/components/OrInlineInputV3/index.js +3 -0
  970. package/dist/bundled/v3/components/OrInlineInputV3/props.d.ts +5 -0
  971. package/dist/bundled/v3/components/OrInlineInputV3/props.js +9 -0
  972. package/dist/bundled/v3/components/OrInlineInputV3/styles.d.ts +5 -0
  973. package/dist/bundled/v3/components/OrInlineInputV3/styles.js +29 -0
  974. package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +116 -0
  975. package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.vue.d.ts +157 -0
  976. package/dist/bundled/v3/components/OrInlineTextEdit/constants.d.ts +9 -0
  977. package/dist/bundled/v3/components/OrInlineTextEdit/constants.js +13 -0
  978. package/dist/bundled/v3/components/OrInlineTextEdit/index.d.ts +2 -0
  979. package/dist/bundled/v3/components/OrInlineTextEdit/index.js +2 -0
  980. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +84 -0
  981. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +86 -0
  982. package/dist/bundled/v3/components/OrInlineTextareaV3/index.d.ts +1 -0
  983. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -0
  984. package/dist/bundled/v3/components/OrInlineTextareaV3/styles.d.ts +3 -0
  985. package/dist/bundled/v3/components/OrInlineTextareaV3/styles.js +21 -0
  986. package/dist/bundled/v3/components/OrInput/OrInput.js +117 -0
  987. package/dist/bundled/v3/components/OrInput/OrInput.vue.d.ts +153 -0
  988. package/dist/bundled/v3/components/OrInput/index.d.ts +1 -0
  989. package/dist/bundled/v3/components/OrInput/index.js +1 -0
  990. package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.js +27 -0
  991. package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.vue.d.ts +55 -0
  992. package/dist/bundled/v3/components/OrInputBoxV3/index.d.ts +2 -0
  993. package/dist/bundled/v3/components/OrInputBoxV3/index.js +2 -0
  994. package/dist/bundled/v3/components/OrInputBoxV3/props.d.ts +8 -0
  995. package/dist/bundled/v3/components/OrInputBoxV3/props.js +12 -0
  996. package/dist/bundled/v3/components/OrInputBoxV3/styles.d.ts +4 -0
  997. package/dist/bundled/v3/components/OrInputBoxV3/styles.js +49 -0
  998. package/dist/bundled/v3/components/OrInputV3/OrInput.js +121 -0
  999. package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +156 -0
  1000. package/dist/bundled/v3/components/OrInputV3/index.d.ts +2 -0
  1001. package/dist/bundled/v3/components/OrInputV3/index.js +3 -0
  1002. package/dist/bundled/v3/components/OrInputV3/props.d.ts +7 -0
  1003. package/dist/bundled/v3/components/OrInputV3/props.js +11 -0
  1004. package/dist/bundled/v3/components/OrInputV3/styles.d.ts +2 -0
  1005. package/dist/bundled/v3/components/OrInputV3/styles.js +14 -0
  1006. package/dist/bundled/v3/components/OrLabel/OrLabel.js +21 -0
  1007. package/dist/bundled/v3/components/OrLabel/OrLabel.vue.d.ts +32 -0
  1008. package/dist/bundled/v3/components/OrLabel/index.d.ts +1 -0
  1009. package/dist/bundled/v3/components/OrLabel/index.js +1 -0
  1010. package/dist/bundled/v3/components/OrLabelV3/OrLabel.js +24 -0
  1011. package/dist/bundled/v3/components/OrLabelV3/OrLabel.vue.d.ts +57 -0
  1012. package/dist/bundled/v3/components/OrLabelV3/index.d.ts +2 -0
  1013. package/dist/bundled/v3/components/OrLabelV3/index.js +2 -0
  1014. package/dist/bundled/v3/components/OrLabelV3/props.d.ts +5 -0
  1015. package/dist/bundled/v3/components/OrLabelV3/props.js +8 -0
  1016. package/dist/bundled/v3/components/OrLabelV3/styles.d.ts +5 -0
  1017. package/dist/bundled/v3/components/OrLabelV3/styles.js +38 -0
  1018. package/dist/bundled/v3/components/OrLinkV3/OrLink.js +20 -0
  1019. package/dist/bundled/v3/components/OrLinkV3/OrLink.vue.d.ts +63 -0
  1020. package/dist/bundled/v3/components/OrLinkV3/index.d.ts +2 -0
  1021. package/dist/bundled/v3/components/OrLinkV3/index.js +2 -0
  1022. package/dist/bundled/v3/components/OrLinkV3/props.d.ts +7 -0
  1023. package/dist/bundled/v3/components/OrLinkV3/props.js +10 -0
  1024. package/dist/bundled/v3/components/OrLinkV3/styles.d.ts +3 -0
  1025. package/dist/bundled/v3/components/OrLinkV3/styles.js +32 -0
  1026. package/dist/bundled/v3/components/OrList/OrList.js +84 -0
  1027. package/dist/bundled/v3/components/OrList/OrList.vue.d.ts +125 -0
  1028. package/dist/bundled/v3/components/OrList/index.d.ts +1 -0
  1029. package/dist/bundled/v3/components/OrList/index.js +1 -0
  1030. package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.js +91 -0
  1031. package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.vue.d.ts +95 -0
  1032. package/dist/bundled/v3/components/OrListOfInputs/index.d.ts +1 -0
  1033. package/dist/bundled/v3/components/OrListOfInputs/index.js +1 -0
  1034. package/dist/bundled/v3/components/OrListV3/OrList.js +63 -0
  1035. package/dist/bundled/v3/components/OrListV3/OrList.vue.d.ts +96 -0
  1036. package/dist/bundled/v3/components/OrListV3/index.d.ts +3 -0
  1037. package/dist/bundled/v3/components/OrListV3/index.js +1 -0
  1038. package/dist/bundled/v3/components/OrListV3/styles.d.ts +2 -0
  1039. package/dist/bundled/v3/components/OrListV3/styles.js +8 -0
  1040. package/dist/bundled/v3/components/OrListV3/types.d.ts +4 -0
  1041. package/dist/bundled/v3/components/OrListV3/types.js +1 -0
  1042. package/dist/bundled/v3/components/OrLoader/OrLoader.js +43 -0
  1043. package/dist/bundled/v3/components/OrLoader/OrLoader.vue.d.ts +57 -0
  1044. package/dist/bundled/v3/components/OrLoader/constants.d.ts +6 -0
  1045. package/dist/bundled/v3/components/OrLoader/constants.js +8 -0
  1046. package/dist/bundled/v3/components/OrLoader/index.d.ts +2 -0
  1047. package/dist/bundled/v3/components/OrLoader/index.js +2 -0
  1048. package/dist/bundled/v3/components/OrLoader/types.d.ts +3 -0
  1049. package/dist/bundled/v3/components/OrLoader/types.js +1 -0
  1050. package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +65 -0
  1051. package/dist/bundled/v3/components/OrLoaderV3/OrLoader.vue.d.ts +75 -0
  1052. package/dist/bundled/v3/components/OrLoaderV3/index.d.ts +2 -0
  1053. package/dist/bundled/v3/components/OrLoaderV3/index.js +2 -0
  1054. package/dist/bundled/v3/components/OrLoaderV3/props.d.ts +13 -0
  1055. package/dist/bundled/v3/components/OrLoaderV3/props.js +18 -0
  1056. package/dist/bundled/v3/components/OrLoaderV3/styles.d.ts +6 -0
  1057. package/dist/bundled/v3/components/OrLoaderV3/styles.js +17 -0
  1058. package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.js +28 -0
  1059. package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.vue.d.ts +40 -0
  1060. package/dist/bundled/v3/components/OrMenuItemV3/index.d.ts +1 -0
  1061. package/dist/bundled/v3/components/OrMenuItemV3/index.js +1 -0
  1062. package/dist/bundled/v3/components/OrMenuItemV3/styles.d.ts +1 -0
  1063. package/dist/bundled/v3/components/OrMenuItemV3/styles.js +21 -0
  1064. package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +29 -0
  1065. package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +66 -0
  1066. package/dist/bundled/v3/components/OrMenuV3/index.d.ts +2 -0
  1067. package/dist/bundled/v3/components/OrMenuV3/index.js +2 -0
  1068. package/dist/bundled/v3/components/OrMenuV3/props.d.ts +2 -0
  1069. package/dist/bundled/v3/components/OrMenuV3/props.js +1 -0
  1070. package/dist/bundled/v3/components/OrMenuV3/styles.d.ts +1 -0
  1071. package/dist/bundled/v3/components/OrMenuV3/styles.js +7 -0
  1072. package/dist/bundled/v3/components/OrModal/OrModal.js +52 -0
  1073. package/dist/bundled/v3/components/OrModal/OrModal.vue.d.ts +85 -0
  1074. package/dist/bundled/v3/components/OrModal/constants.d.ts +7 -0
  1075. package/dist/bundled/v3/components/OrModal/constants.js +10 -0
  1076. package/dist/bundled/v3/components/OrModal/index.d.ts +2 -0
  1077. package/dist/bundled/v3/components/OrModal/index.js +2 -0
  1078. package/dist/bundled/v3/components/OrModalV3/OrModal.js +40 -0
  1079. package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +44 -0
  1080. package/dist/bundled/v3/components/OrModalV3/index.d.ts +2 -0
  1081. package/dist/bundled/v3/components/OrModalV3/index.js +2 -0
  1082. package/dist/bundled/v3/components/OrModalV3/props.d.ts +5 -0
  1083. package/dist/bundled/v3/components/OrModalV3/props.js +8 -0
  1084. package/dist/bundled/v3/components/OrModalV3/styles.d.ts +3 -0
  1085. package/dist/bundled/v3/components/OrModalV3/styles.js +30 -0
  1086. package/dist/bundled/v3/components/OrNotification/OrNotification.js +36 -0
  1087. package/dist/bundled/v3/components/OrNotification/OrNotification.vue.d.ts +65 -0
  1088. package/dist/bundled/v3/components/OrNotification/constants.d.ts +10 -0
  1089. package/dist/bundled/v3/components/OrNotification/constants.js +14 -0
  1090. package/dist/bundled/v3/components/OrNotification/index.d.ts +2 -0
  1091. package/dist/bundled/v3/components/OrNotification/index.js +2 -0
  1092. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +28 -0
  1093. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.vue.d.ts +30 -0
  1094. package/dist/bundled/v3/components/OrNotificationV3/index.d.ts +2 -0
  1095. package/dist/bundled/v3/components/OrNotificationV3/index.js +2 -0
  1096. package/dist/bundled/v3/components/OrNotificationV3/props.d.ts +6 -0
  1097. package/dist/bundled/v3/components/OrNotificationV3/props.js +9 -0
  1098. package/dist/bundled/v3/components/OrNotificationV3/styles.d.ts +5 -0
  1099. package/dist/bundled/v3/components/OrNotificationV3/styles.js +54 -0
  1100. package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.js +60 -0
  1101. package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.vue.d.ts +139 -0
  1102. package/dist/bundled/v3/components/OrNumberInput/index.d.ts +1 -0
  1103. package/dist/bundled/v3/components/OrNumberInput/index.js +1 -0
  1104. package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +57 -0
  1105. package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.vue.d.ts +62 -0
  1106. package/dist/bundled/v3/components/OrOverflowMenu/index.d.ts +2 -0
  1107. package/dist/bundled/v3/components/OrOverflowMenu/index.js +1 -0
  1108. package/dist/bundled/v3/components/OrOverflowMenu/types.d.ts +7 -0
  1109. package/dist/bundled/v3/components/OrOverflowMenu/types.js +1 -0
  1110. package/dist/bundled/v3/components/OrOverlay/OrOverlay.js +17 -0
  1111. package/dist/bundled/v3/components/OrOverlay/OrOverlay.vue.d.ts +40 -0
  1112. package/dist/bundled/v3/components/OrOverlay/index.d.ts +1 -0
  1113. package/dist/bundled/v3/components/OrOverlay/index.js +1 -0
  1114. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +21 -0
  1115. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.vue.d.ts +17 -0
  1116. package/dist/bundled/v3/components/OrOverlayV3/index.d.ts +1 -0
  1117. package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -0
  1118. package/dist/bundled/v3/components/OrOverlayV3/styles.d.ts +1 -0
  1119. package/dist/bundled/v3/components/OrOverlayV3/styles.js +9 -0
  1120. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +107 -0
  1121. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.vue.d.ts +57 -0
  1122. package/dist/bundled/v3/components/OrPaginationV3/index.d.ts +2 -0
  1123. package/dist/bundled/v3/components/OrPaginationV3/index.js +1 -0
  1124. package/dist/bundled/v3/components/OrPaginationV3/styles.d.ts +4 -0
  1125. package/dist/bundled/v3/components/OrPaginationV3/styles.js +26 -0
  1126. package/dist/bundled/v3/components/OrPaginationV3/types.d.ts +4 -0
  1127. package/dist/bundled/v3/components/OrPaginationV3/types.js +1 -0
  1128. package/dist/bundled/v3/components/OrPassword/OrPassword.js +68 -0
  1129. package/dist/bundled/v3/components/OrPassword/OrPassword.vue.d.ts +117 -0
  1130. package/dist/bundled/v3/components/OrPassword/index.d.ts +1 -0
  1131. package/dist/bundled/v3/components/OrPassword/index.js +1 -0
  1132. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +39 -0
  1133. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +115 -0
  1134. package/dist/bundled/v3/components/OrPopoverV3/hooks/types.d.ts +77 -0
  1135. package/dist/bundled/v3/components/OrPopoverV3/hooks/types.js +1 -0
  1136. package/dist/bundled/v3/components/OrPopoverV3/hooks/useFloating.d.ts +4 -0
  1137. package/dist/bundled/v3/components/OrPopoverV3/hooks/useFloating.js +137 -0
  1138. package/dist/bundled/v3/components/OrPopoverV3/index.d.ts +2 -0
  1139. package/dist/bundled/v3/components/OrPopoverV3/index.js +2 -0
  1140. package/dist/bundled/v3/components/OrPopoverV3/props.d.ts +21 -0
  1141. package/dist/bundled/v3/components/OrPopoverV3/props.js +23 -0
  1142. package/dist/bundled/v3/components/OrPopoverV3/styles.d.ts +4 -0
  1143. package/dist/bundled/v3/components/OrPopoverV3/styles.js +46 -0
  1144. package/dist/bundled/v3/components/OrProgress/OrProgress.js +63 -0
  1145. package/dist/bundled/v3/components/OrProgress/OrProgress.vue.d.ts +122 -0
  1146. package/dist/bundled/v3/components/OrProgress/constants.d.ts +11 -0
  1147. package/dist/bundled/v3/components/OrProgress/constants.js +15 -0
  1148. package/dist/bundled/v3/components/OrProgress/index.d.ts +2 -0
  1149. package/dist/bundled/v3/components/OrProgress/index.js +2 -0
  1150. package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +78 -0
  1151. package/dist/bundled/v3/components/OrProgressV3/OrProgress.vue.d.ts +105 -0
  1152. package/dist/bundled/v3/components/OrProgressV3/index.d.ts +2 -0
  1153. package/dist/bundled/v3/components/OrProgressV3/index.js +2 -0
  1154. package/dist/bundled/v3/components/OrProgressV3/props.d.ts +11 -0
  1155. package/dist/bundled/v3/components/OrProgressV3/props.js +15 -0
  1156. package/dist/bundled/v3/components/OrProgressV3/styles.d.ts +11 -0
  1157. package/dist/bundled/v3/components/OrProgressV3/styles.js +63 -0
  1158. package/dist/bundled/v3/components/OrRadio/OrRadio.js +34 -0
  1159. package/dist/bundled/v3/components/OrRadio/OrRadio.vue.d.ts +68 -0
  1160. package/dist/bundled/v3/components/OrRadio/index.d.ts +1 -0
  1161. package/dist/bundled/v3/components/OrRadio/index.js +1 -0
  1162. package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.js +18 -0
  1163. package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.vue.d.ts +64 -0
  1164. package/dist/bundled/v3/components/OrRadioGroup/index.d.ts +1 -0
  1165. package/dist/bundled/v3/components/OrRadioGroup/index.js +1 -0
  1166. package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +32 -0
  1167. package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +83 -0
  1168. package/dist/bundled/v3/components/OrRadioGroupV3/index.d.ts +1 -0
  1169. package/dist/bundled/v3/components/OrRadioGroupV3/index.js +1 -0
  1170. package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +42 -0
  1171. package/dist/bundled/v3/components/OrRadioV3/OrRadio.vue.d.ts +78 -0
  1172. package/dist/bundled/v3/components/OrRadioV3/index.d.ts +1 -0
  1173. package/dist/bundled/v3/components/OrRadioV3/index.js +1 -0
  1174. package/dist/bundled/v3/components/OrRadioV3/styles.d.ts +3 -0
  1175. package/dist/bundled/v3/components/OrRadioV3/styles.js +31 -0
  1176. package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.js +71 -0
  1177. package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.vue.d.ts +96 -0
  1178. package/dist/bundled/v3/components/OrRangeSliderV3/index.d.ts +2 -0
  1179. package/dist/bundled/v3/components/OrRangeSliderV3/index.js +2 -0
  1180. package/dist/bundled/v3/components/OrRangeSliderV3/props.d.ts +1 -0
  1181. package/dist/bundled/v3/components/OrRangeSliderV3/props.js +1 -0
  1182. package/dist/bundled/v3/components/OrRangeSliderV3/styles.d.ts +14 -0
  1183. package/dist/bundled/v3/components/OrRangeSliderV3/styles.js +97 -0
  1184. package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.js +39 -0
  1185. package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.vue.d.ts +101 -0
  1186. package/dist/bundled/v3/components/OrResizeablePanelV3/index.d.ts +2 -0
  1187. package/dist/bundled/v3/components/OrResizeablePanelV3/index.js +2 -0
  1188. package/dist/bundled/v3/components/OrResizeablePanelV3/props.d.ts +12 -0
  1189. package/dist/bundled/v3/components/OrResizeablePanelV3/props.js +16 -0
  1190. package/dist/bundled/v3/components/OrResizeablePanelV3/styles.d.ts +13 -0
  1191. package/dist/bundled/v3/components/OrResizeablePanelV3/styles.js +186 -0
  1192. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +202 -0
  1193. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +119 -0
  1194. package/dist/bundled/v3/components/OrRichTextEditorV3/index.d.ts +2 -0
  1195. package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +2 -0
  1196. package/dist/bundled/v3/components/OrRichTextEditorV3/props.d.ts +5 -0
  1197. package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +7 -0
  1198. package/dist/bundled/v3/components/OrRichTextEditorV3/styles.d.ts +6 -0
  1199. package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +38 -0
  1200. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +3 -0
  1201. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +42 -0
  1202. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +27 -0
  1203. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +183 -0
  1204. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +1 -0
  1205. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -0
  1206. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +17 -0
  1207. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +199 -0
  1208. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +19 -0
  1209. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.js +1 -0
  1210. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.d.ts +3 -0
  1211. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +2 -0
  1212. package/dist/bundled/v3/components/OrSearch/OrSearch.js +71 -0
  1213. package/dist/bundled/v3/components/OrSearch/OrSearch.vue.d.ts +140 -0
  1214. package/dist/bundled/v3/components/OrSearch/index.d.ts +1 -0
  1215. package/dist/bundled/v3/components/OrSearch/index.js +1 -0
  1216. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +30 -0
  1217. package/dist/bundled/v3/components/OrSearchV3/OrSearch.vue.d.ts +81 -0
  1218. package/dist/bundled/v3/components/OrSearchV3/index.d.ts +2 -0
  1219. package/dist/bundled/v3/components/OrSearchV3/index.js +2 -0
  1220. package/dist/bundled/v3/components/OrSearchV3/props.d.ts +1 -0
  1221. package/dist/bundled/v3/components/OrSearchV3/props.js +1 -0
  1222. package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.js +26 -0
  1223. package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +50 -0
  1224. package/dist/bundled/v3/components/OrSegmentedControlV3/index.d.ts +3 -0
  1225. package/dist/bundled/v3/components/OrSegmentedControlV3/index.js +2 -0
  1226. package/dist/bundled/v3/components/OrSegmentedControlV3/props.d.ts +4 -0
  1227. package/dist/bundled/v3/components/OrSegmentedControlV3/props.js +7 -0
  1228. package/dist/bundled/v3/components/OrSegmentedControlV3/styles.d.ts +3 -0
  1229. package/dist/bundled/v3/components/OrSegmentedControlV3/styles.js +15 -0
  1230. package/dist/bundled/v3/components/OrSegmentedControlV3/types.d.ts +4 -0
  1231. package/dist/bundled/v3/components/OrSegmentedControlV3/types.js +1 -0
  1232. package/dist/bundled/v3/components/OrSelect/OrSelect.js +56 -0
  1233. package/dist/bundled/v3/components/OrSelect/OrSelect.vue.d.ts +181 -0
  1234. package/dist/bundled/v3/components/OrSelect/constants.d.ts +50 -0
  1235. package/dist/bundled/v3/components/OrSelect/constants.js +50 -0
  1236. package/dist/bundled/v3/components/OrSelect/index.d.ts +2 -0
  1237. package/dist/bundled/v3/components/OrSelect/index.js +1 -0
  1238. package/dist/bundled/v3/components/OrSelect/types.d.ts +9 -0
  1239. package/dist/bundled/v3/components/OrSelect/types.js +1 -0
  1240. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +236 -0
  1241. package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +213 -0
  1242. package/dist/bundled/v3/components/OrSelectV3/index.d.ts +3 -0
  1243. package/dist/bundled/v3/components/OrSelectV3/index.js +2 -0
  1244. package/dist/bundled/v3/components/OrSelectV3/props.d.ts +1 -0
  1245. package/dist/bundled/v3/components/OrSelectV3/props.js +1 -0
  1246. package/dist/bundled/v3/components/OrSelectV3/styles.d.ts +8 -0
  1247. package/dist/bundled/v3/components/OrSelectV3/styles.js +54 -0
  1248. package/dist/bundled/v3/components/OrSelectV3/types.d.ts +12 -0
  1249. package/dist/bundled/v3/components/OrSelectV3/types.js +1 -0
  1250. package/dist/bundled/v3/components/OrSidebar/OrSidebar.js +37 -0
  1251. package/dist/bundled/v3/components/OrSidebar/OrSidebar.vue.d.ts +63 -0
  1252. package/dist/bundled/v3/components/OrSidebar/constants.d.ts +4 -0
  1253. package/dist/bundled/v3/components/OrSidebar/constants.js +7 -0
  1254. package/dist/bundled/v3/components/OrSidebar/index.d.ts +2 -0
  1255. package/dist/bundled/v3/components/OrSidebar/index.js +2 -0
  1256. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +44 -0
  1257. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.vue.d.ts +159 -0
  1258. package/dist/bundled/v3/components/OrSidebarV3/index.d.ts +2 -0
  1259. package/dist/bundled/v3/components/OrSidebarV3/index.js +3 -0
  1260. package/dist/bundled/v3/components/OrSidebarV3/props.d.ts +9 -0
  1261. package/dist/bundled/v3/components/OrSidebarV3/props.js +9 -0
  1262. package/dist/bundled/v3/components/OrSidebarV3/styles.d.ts +8 -0
  1263. package/dist/bundled/v3/components/OrSidebarV3/styles.js +64 -0
  1264. package/dist/bundled/v3/components/OrSkeleton/constants.d.ts +9 -0
  1265. package/dist/bundled/v3/components/OrSkeleton/constants.js +12 -0
  1266. package/dist/bundled/v3/components/OrSkeleton/index.d.ts +4 -0
  1267. package/dist/bundled/v3/components/OrSkeleton/index.js +4 -0
  1268. package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.js +18 -0
  1269. package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.vue.d.ts +32 -0
  1270. package/dist/bundled/v3/components/OrSkeletonCircle/index.d.ts +2 -0
  1271. package/dist/bundled/v3/components/OrSkeletonCircle/index.js +2 -0
  1272. package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.js +14 -0
  1273. package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.vue.d.ts +36 -0
  1274. package/dist/bundled/v3/components/OrSkeletonCircleV3/index.d.ts +1 -0
  1275. package/dist/bundled/v3/components/OrSkeletonCircleV3/index.js +1 -0
  1276. package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.js +18 -0
  1277. package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.vue.d.ts +43 -0
  1278. package/dist/bundled/v3/components/OrSkeletonRect/index.d.ts +2 -0
  1279. package/dist/bundled/v3/components/OrSkeletonRect/index.js +2 -0
  1280. package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.js +14 -0
  1281. package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.vue.d.ts +45 -0
  1282. package/dist/bundled/v3/components/OrSkeletonRectV3/index.d.ts +1 -0
  1283. package/dist/bundled/v3/components/OrSkeletonRectV3/index.js +1 -0
  1284. package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.js +23 -0
  1285. package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.vue.d.ts +57 -0
  1286. package/dist/bundled/v3/components/OrSkeletonText/index.d.ts +2 -0
  1287. package/dist/bundled/v3/components/OrSkeletonText/index.js +2 -0
  1288. package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.js +20 -0
  1289. package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.vue.d.ts +72 -0
  1290. package/dist/bundled/v3/components/OrSkeletonTextV3/index.d.ts +1 -0
  1291. package/dist/bundled/v3/components/OrSkeletonTextV3/index.js +1 -0
  1292. package/dist/bundled/v3/components/OrSkeletonV3/index.d.ts +3 -0
  1293. package/dist/bundled/v3/components/OrSkeletonV3/index.js +3 -0
  1294. package/dist/bundled/v3/components/OrSkeletonV3/styles.d.ts +6 -0
  1295. package/dist/bundled/v3/components/OrSkeletonV3/styles.js +34 -0
  1296. package/dist/bundled/v3/components/OrSlider/OrSlider.js +98 -0
  1297. package/dist/bundled/v3/components/OrSlider/OrSlider.vue.d.ts +136 -0
  1298. package/dist/bundled/v3/components/OrSlider/index.d.ts +1 -0
  1299. package/dist/bundled/v3/components/OrSlider/index.js +1 -0
  1300. package/dist/bundled/v3/components/OrSliderV3/OrSlider.js +51 -0
  1301. package/dist/bundled/v3/components/OrSliderV3/OrSlider.vue.d.ts +89 -0
  1302. package/dist/bundled/v3/components/OrSliderV3/index.d.ts +2 -0
  1303. package/dist/bundled/v3/components/OrSliderV3/index.js +2 -0
  1304. package/dist/bundled/v3/components/OrSliderV3/props.d.ts +8 -0
  1305. package/dist/bundled/v3/components/OrSliderV3/props.js +12 -0
  1306. package/dist/bundled/v3/components/OrSliderV3/styles.d.ts +12 -0
  1307. package/dist/bundled/v3/components/OrSliderV3/styles.js +92 -0
  1308. package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +52 -0
  1309. package/dist/bundled/v3/components/OrSortingV3/OrSorting.vue.d.ts +35 -0
  1310. package/dist/bundled/v3/components/OrSortingV3/index.d.ts +2 -0
  1311. package/dist/bundled/v3/components/OrSortingV3/index.js +1 -0
  1312. package/dist/bundled/v3/components/OrSortingV3/styles.d.ts +2 -0
  1313. package/dist/bundled/v3/components/OrSortingV3/styles.js +6 -0
  1314. package/dist/bundled/v3/components/OrSortingV3/types.d.ts +4 -0
  1315. package/dist/bundled/v3/components/OrSortingV3/types.js +1 -0
  1316. package/dist/bundled/v3/components/OrStepper/OrStepper.js +53 -0
  1317. package/dist/bundled/v3/components/OrStepper/OrStepper.vue.d.ts +79 -0
  1318. package/dist/bundled/v3/components/OrStepper/index.d.ts +1 -0
  1319. package/dist/bundled/v3/components/OrStepper/index.js +1 -0
  1320. package/dist/bundled/v3/components/OrSwitch/OrSwitch.js +49 -0
  1321. package/dist/bundled/v3/components/OrSwitch/OrSwitch.vue.d.ts +70 -0
  1322. package/dist/bundled/v3/components/OrSwitch/index.d.ts +1 -0
  1323. package/dist/bundled/v3/components/OrSwitch/index.js +1 -0
  1324. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +53 -0
  1325. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.vue.d.ts +89 -0
  1326. package/dist/bundled/v3/components/OrSwitchV3/index.d.ts +1 -0
  1327. package/dist/bundled/v3/components/OrSwitchV3/index.js +1 -0
  1328. package/dist/bundled/v3/components/OrSwitchV3/styles.d.ts +5 -0
  1329. package/dist/bundled/v3/components/OrSwitchV3/styles.js +51 -0
  1330. package/dist/bundled/v3/components/OrTab/OrTab.js +19 -0
  1331. package/dist/bundled/v3/components/OrTab/OrTab.vue.d.ts +44 -0
  1332. package/dist/bundled/v3/components/OrTab/index.d.ts +1 -0
  1333. package/dist/bundled/v3/components/OrTab/index.js +1 -0
  1334. package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.js +27 -0
  1335. package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.vue.d.ts +49 -0
  1336. package/dist/bundled/v3/components/OrTabHeaderItem/index.d.ts +1 -0
  1337. package/dist/bundled/v3/components/OrTabHeaderItem/index.js +1 -0
  1338. package/dist/bundled/v3/components/OrTabV3/OrTab.js +19 -0
  1339. package/dist/bundled/v3/components/OrTabV3/OrTab.vue.d.ts +21 -0
  1340. package/dist/bundled/v3/components/OrTabV3/index.d.ts +1 -0
  1341. package/dist/bundled/v3/components/OrTabV3/index.js +1 -0
  1342. package/dist/bundled/v3/components/OrTabV3/styles.d.ts +1 -0
  1343. package/dist/bundled/v3/components/OrTabV3/styles.js +19 -0
  1344. package/dist/bundled/v3/components/OrTabs/OrTabs.js +43 -0
  1345. package/dist/bundled/v3/components/OrTabs/OrTabs.vue.d.ts +13 -0
  1346. package/dist/bundled/v3/components/OrTabs/index.d.ts +1 -0
  1347. package/dist/bundled/v3/components/OrTabs/index.js +1 -0
  1348. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +65 -0
  1349. package/dist/bundled/v3/components/OrTabsV3/OrTabs.vue.d.ts +57 -0
  1350. package/dist/bundled/v3/components/OrTabsV3/index.d.ts +3 -0
  1351. package/dist/bundled/v3/components/OrTabsV3/index.js +2 -0
  1352. package/dist/bundled/v3/components/OrTabsV3/props.d.ts +4 -0
  1353. package/dist/bundled/v3/components/OrTabsV3/props.js +7 -0
  1354. package/dist/bundled/v3/components/OrTabsV3/styles.d.ts +5 -0
  1355. package/dist/bundled/v3/components/OrTabsV3/styles.js +31 -0
  1356. package/dist/bundled/v3/components/OrTabsV3/types.d.ts +4 -0
  1357. package/dist/bundled/v3/components/OrTabsV3/types.js +1 -0
  1358. package/dist/bundled/v3/components/OrTag/OrTag.js +33 -0
  1359. package/dist/bundled/v3/components/OrTag/OrTag.vue.d.ts +54 -0
  1360. package/dist/bundled/v3/components/OrTag/index.d.ts +1 -0
  1361. package/dist/bundled/v3/components/OrTag/index.js +1 -0
  1362. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +126 -0
  1363. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +150 -0
  1364. package/dist/bundled/v3/components/OrTagInputV3/index.d.ts +2 -0
  1365. package/dist/bundled/v3/components/OrTagInputV3/index.js +2 -0
  1366. package/dist/bundled/v3/components/OrTagInputV3/props.d.ts +1 -0
  1367. package/dist/bundled/v3/components/OrTagInputV3/props.js +1 -0
  1368. package/dist/bundled/v3/components/OrTagInputV3/styles.d.ts +3 -0
  1369. package/dist/bundled/v3/components/OrTagInputV3/styles.js +17 -0
  1370. package/dist/bundled/v3/components/OrTagV3/OrTag.js +32 -0
  1371. package/dist/bundled/v3/components/OrTagV3/OrTag.vue.d.ts +43 -0
  1372. package/dist/bundled/v3/components/OrTagV3/index.d.ts +2 -0
  1373. package/dist/bundled/v3/components/OrTagV3/index.js +2 -0
  1374. package/dist/bundled/v3/components/OrTagV3/props.d.ts +9 -0
  1375. package/dist/bundled/v3/components/OrTagV3/props.js +13 -0
  1376. package/dist/bundled/v3/components/OrTagV3/styles.d.ts +4 -0
  1377. package/dist/bundled/v3/components/OrTagV3/styles.js +32 -0
  1378. package/dist/bundled/v3/components/OrTagsV3/OrTags.js +68 -0
  1379. package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +66 -0
  1380. package/dist/bundled/v3/components/OrTagsV3/index.d.ts +2 -0
  1381. package/dist/bundled/v3/components/OrTagsV3/index.js +2 -0
  1382. package/dist/bundled/v3/components/OrTagsV3/props.d.ts +6 -0
  1383. package/dist/bundled/v3/components/OrTagsV3/props.js +11 -0
  1384. package/dist/bundled/v3/components/OrTagsV3/styles.d.ts +6 -0
  1385. package/dist/bundled/v3/components/OrTagsV3/styles.js +46 -0
  1386. package/dist/bundled/v3/components/OrTagsV3/types.d.ts +6 -0
  1387. package/dist/bundled/v3/components/OrTagsV3/types.js +1 -0
  1388. package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.d.ts +2 -0
  1389. package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.js +12 -0
  1390. package/dist/bundled/v3/components/OrTeleport/OrTeleport.js +20 -0
  1391. package/dist/bundled/v3/components/OrTeleport/OrTeleport.vue3.vue.d.ts +27 -0
  1392. package/dist/bundled/v3/components/OrTeleport/constants.d.ts +12 -0
  1393. package/dist/bundled/v3/components/OrTeleport/constants.js +16 -0
  1394. package/dist/bundled/v3/components/OrTeleport/index.d.ts +2 -0
  1395. package/dist/bundled/v3/components/OrTeleport/index.js +1 -0
  1396. package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.js +13 -0
  1397. package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.vue3.vue.d.ts +23 -0
  1398. package/dist/bundled/v3/components/OrTeleportV3/index.d.ts +1 -0
  1399. package/dist/bundled/v3/components/OrTeleportV3/index.js +1 -0
  1400. package/dist/bundled/v3/components/OrTextV3/OrText.js +17 -0
  1401. package/dist/bundled/v3/components/OrTextV3/OrText.vue.d.ts +54 -0
  1402. package/dist/bundled/v3/components/OrTextV3/index.d.ts +1 -0
  1403. package/dist/bundled/v3/components/OrTextV3/index.js +1 -0
  1404. package/dist/bundled/v3/components/OrTextV3/styles.d.ts +3 -0
  1405. package/dist/bundled/v3/components/OrTextV3/styles.js +17 -0
  1406. package/dist/bundled/v3/components/OrTextarea/OrTextarea.js +115 -0
  1407. package/dist/bundled/v3/components/OrTextarea/OrTextarea.vue.d.ts +131 -0
  1408. package/dist/bundled/v3/components/OrTextarea/index.d.ts +1 -0
  1409. package/dist/bundled/v3/components/OrTextarea/index.js +1 -0
  1410. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +84 -0
  1411. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.vue.d.ts +117 -0
  1412. package/dist/bundled/v3/components/OrTextareaV3/index.d.ts +2 -0
  1413. package/dist/bundled/v3/components/OrTextareaV3/index.js +2 -0
  1414. package/dist/bundled/v3/components/OrTextareaV3/props.d.ts +1 -0
  1415. package/dist/bundled/v3/components/OrTextareaV3/props.js +1 -0
  1416. package/dist/bundled/v3/components/OrTextareaV3/styles.d.ts +2 -0
  1417. package/dist/bundled/v3/components/OrTextareaV3/styles.js +16 -0
  1418. package/dist/bundled/v3/components/OrTextbox/OrTextbox.js +148 -0
  1419. package/dist/bundled/v3/components/OrTextbox/OrTextbox.vue.d.ts +257 -0
  1420. package/dist/bundled/v3/components/OrTextbox/constants.d.ts +8 -0
  1421. package/dist/bundled/v3/components/OrTextbox/constants.js +11 -0
  1422. package/dist/bundled/v3/components/OrTextbox/index.d.ts +2 -0
  1423. package/dist/bundled/v3/components/OrTextbox/index.js +2 -0
  1424. package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.js +13 -0
  1425. package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.vue.d.ts +38 -0
  1426. package/dist/bundled/v3/components/OrTimeFormatV3/index.d.ts +1 -0
  1427. package/dist/bundled/v3/components/OrTimeFormatV3/index.js +1 -0
  1428. package/dist/bundled/v3/components/OrTimeFormatV3/styles.d.ts +1 -0
  1429. package/dist/bundled/v3/components/OrTimeFormatV3/styles.js +5 -0
  1430. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +128 -0
  1431. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +263 -0
  1432. package/dist/bundled/v3/components/OrTimePickerV3/index.d.ts +2 -0
  1433. package/dist/bundled/v3/components/OrTimePickerV3/index.js +3 -0
  1434. package/dist/bundled/v3/components/OrTimePickerV3/props.d.ts +2 -0
  1435. package/dist/bundled/v3/components/OrTimePickerV3/props.js +2 -0
  1436. package/dist/bundled/v3/components/OrTimePickerV3/styles.d.ts +2 -0
  1437. package/dist/bundled/v3/components/OrTimePickerV3/styles.js +8 -0
  1438. package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +154 -0
  1439. package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.vue.d.ts +559 -0
  1440. package/dist/bundled/v3/components/OrTimeRangePickerV3/index.d.ts +2 -0
  1441. package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +3 -0
  1442. package/dist/bundled/v3/components/OrTimeRangePickerV3/props.d.ts +2 -0
  1443. package/dist/bundled/v3/components/OrTimeRangePickerV3/props.js +2 -0
  1444. package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.d.ts +2 -0
  1445. package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +8 -0
  1446. package/dist/bundled/v3/components/OrToast/OrToast.js +118 -0
  1447. package/dist/bundled/v3/components/OrToast/OrToast.vue.d.ts +61 -0
  1448. package/dist/bundled/v3/components/OrToast/Timer.d.ts +11 -0
  1449. package/dist/bundled/v3/components/OrToast/Timer.js +37 -0
  1450. package/dist/bundled/v3/components/OrToast/composable/index.d.ts +2 -0
  1451. package/dist/bundled/v3/components/OrToast/composable/index.js +2 -0
  1452. package/dist/bundled/v3/components/OrToast/composable/useQueue.d.ts +8 -0
  1453. package/dist/bundled/v3/components/OrToast/composable/useQueue.js +33 -0
  1454. package/dist/bundled/v3/components/OrToast/composable/useToast.d.ts +8 -0
  1455. package/dist/bundled/v3/components/OrToast/composable/useToast.js +86 -0
  1456. package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.d.ts +9 -0
  1457. package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +25 -0
  1458. package/dist/bundled/v3/components/OrToast/constants.d.ts +18 -0
  1459. package/dist/bundled/v3/components/OrToast/constants.js +24 -0
  1460. package/dist/bundled/v3/components/OrToast/index.d.ts +5 -0
  1461. package/dist/bundled/v3/components/OrToast/index.js +5 -0
  1462. package/dist/bundled/v3/components/OrToast/types.d.ts +35 -0
  1463. package/dist/bundled/v3/components/OrToast/types.js +1 -0
  1464. package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +42 -0
  1465. package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.vue.d.ts +63 -0
  1466. package/dist/bundled/v3/components/OrToastContainer/index.d.ts +4 -0
  1467. package/dist/bundled/v3/components/OrToastContainer/index.js +4 -0
  1468. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +43 -0
  1469. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.vue.d.ts +57 -0
  1470. package/dist/bundled/v3/components/OrToastContainerV3/index.d.ts +4 -0
  1471. package/dist/bundled/v3/components/OrToastContainerV3/index.js +5 -0
  1472. package/dist/bundled/{v2/components/OrToastV3-f1194c3f.js → v3/components/OrToastV3/OrToast.js} +58 -552
  1473. package/dist/bundled/v3/components/OrToastV3/OrToast.vue.d.ts +56 -0
  1474. package/dist/bundled/v3/components/OrToastV3/Timer.d.ts +11 -0
  1475. package/dist/bundled/v3/components/OrToastV3/Timer.js +37 -0
  1476. package/dist/bundled/v3/components/OrToastV3/composable/index.d.ts +2 -0
  1477. package/dist/bundled/v3/components/OrToastV3/composable/index.js +2 -0
  1478. package/dist/bundled/v3/components/OrToastV3/composable/useQueue.d.ts +8 -0
  1479. package/dist/bundled/v3/components/OrToastV3/composable/useQueue.js +33 -0
  1480. package/dist/bundled/v3/components/OrToastV3/composable/useToast.d.ts +8 -0
  1481. package/dist/bundled/v3/components/OrToastV3/composable/useToast.js +86 -0
  1482. package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.d.ts +9 -0
  1483. package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +25 -0
  1484. package/dist/bundled/v3/components/OrToastV3/index.d.ts +5 -0
  1485. package/dist/bundled/v3/components/OrToastV3/index.js +6 -0
  1486. package/dist/bundled/v3/components/OrToastV3/props.d.ts +18 -0
  1487. package/dist/bundled/v3/components/OrToastV3/props.js +1 -0
  1488. package/dist/bundled/v3/components/OrToastV3/styles.d.ts +5 -0
  1489. package/dist/bundled/v3/components/OrToastV3/styles.js +59 -0
  1490. package/dist/bundled/v3/components/OrToastV3/types.d.ts +35 -0
  1491. package/dist/bundled/v3/components/OrToastV3/types.js +1 -0
  1492. package/dist/bundled/v3/components/OrTooltip/OrTooltip.js +48 -0
  1493. package/dist/bundled/v3/components/OrTooltip/OrTooltip.vue.d.ts +73 -0
  1494. package/dist/bundled/v3/components/OrTooltip/index.d.ts +2 -0
  1495. package/dist/bundled/v3/components/OrTooltip/index.js +2 -0
  1496. package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.js +24 -0
  1497. package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.vue.d.ts +28 -0
  1498. package/dist/bundled/v3/components/OrTooltipContent/index.d.ts +1 -0
  1499. package/dist/bundled/v3/components/OrTooltipContent/index.js +1 -0
  1500. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +33 -0
  1501. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +82 -0
  1502. package/dist/bundled/v3/components/OrTooltipV3/index.d.ts +2 -0
  1503. package/dist/bundled/v3/components/OrTooltipV3/index.js +2 -0
  1504. package/dist/bundled/v3/components/OrTooltipV3/props.d.ts +2 -0
  1505. package/dist/bundled/v3/components/OrTooltipV3/props.js +1 -0
  1506. package/dist/bundled/v3/components/OrTooltipV3/styles.d.ts +4 -0
  1507. package/dist/bundled/v3/components/OrTooltipV3/styles.js +48 -0
  1508. package/dist/bundled/v3/components/OrTreeV3/OrTree.js +31 -0
  1509. package/dist/bundled/v3/components/OrTreeV3/OrTree.vue.d.ts +35 -0
  1510. package/dist/bundled/v3/components/OrTreeV3/index.d.ts +2 -0
  1511. package/dist/bundled/v3/components/OrTreeV3/index.js +2 -0
  1512. package/dist/bundled/v3/components/OrTreeV3/types.d.ts +15 -0
  1513. package/dist/bundled/v3/components/OrTreeV3/types.js +8 -0
  1514. package/dist/bundled/v3/components/index.d.ts +119 -0
  1515. package/dist/bundled/v3/components/index.js +200 -0
  1516. package/dist/bundled/v3/directives/dropdown-close.d.ts +6 -0
  1517. package/dist/bundled/v3/directives/dropdown-close.js +14 -0
  1518. package/dist/bundled/v3/directives/dropdown-open.d.ts +6 -0
  1519. package/dist/bundled/v3/directives/dropdown-open.js +19 -0
  1520. package/dist/bundled/v3/directives/index.d.ts +2 -0
  1521. package/dist/bundled/v3/directives/index.js +2 -0
  1522. package/dist/bundled/v3/dom-cec392f3.js +260 -0
  1523. package/dist/bundled/v3/eq-44ea4d70.js +77 -0
  1524. package/dist/bundled/v3/floating-ui.dom-d9ef0d1f.js +1443 -0
  1525. package/dist/bundled/v3/get-34aa21f4.js +856 -0
  1526. package/dist/bundled/v3/hooks/index.d.ts +10 -0
  1527. package/dist/bundled/v3/hooks/index.js +10 -0
  1528. package/dist/bundled/v3/hooks/useControlAttributes.d.ts +7 -0
  1529. package/dist/bundled/v3/hooks/useControlAttributes.js +12 -0
  1530. package/dist/bundled/v3/hooks/useElevation.d.ts +3 -0
  1531. package/dist/bundled/v3/hooks/useElevation.js +25 -0
  1532. package/dist/bundled/v3/hooks/useIdAttribute.d.ts +2 -0
  1533. package/dist/bundled/v3/hooks/useIdAttribute.js +12 -0
  1534. package/dist/bundled/v3/hooks/useOverflow.d.ts +11 -0
  1535. package/dist/bundled/v3/hooks/useOverflow.js +75 -0
  1536. package/dist/bundled/v3/hooks/usePopoverState.d.ts +12 -0
  1537. package/dist/bundled/v3/hooks/usePopoverState.js +42 -0
  1538. package/dist/bundled/v3/hooks/useProxyModelValue.d.ts +8 -0
  1539. package/dist/bundled/v3/hooks/useProxyModelValue.js +29 -0
  1540. package/dist/bundled/v3/hooks/useResponsive/index.d.ts +1 -0
  1541. package/dist/bundled/v3/hooks/useResponsive/index.js +1 -0
  1542. package/dist/bundled/v3/hooks/useResponsive/useResponsive.d.ts +6 -0
  1543. package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +203 -0
  1544. package/dist/bundled/v3/hooks/useTheme.d.ts +3 -0
  1545. package/dist/bundled/{v2/components/OrBottomSheetV3-a3df65d0.js → v3/hooks/useTheme.js} +4 -3314
  1546. package/dist/bundled/v3/hooks/useToggle.d.ts +8 -0
  1547. package/dist/bundled/v3/hooks/useToggle.js +23 -0
  1548. package/dist/bundled/v3/hooks/useValidationAttributes.d.ts +11 -0
  1549. package/dist/bundled/v3/hooks/useValidationAttributes.js +16 -0
  1550. package/dist/bundled/v3/index-06852368.js +819 -0
  1551. package/dist/bundled/v3/index-0fa7e6ca.js +114 -0
  1552. package/dist/bundled/v3/index-2ca6453c.js +8 -0
  1553. package/dist/bundled/v3/index-4a4ab262.js +837 -0
  1554. package/dist/bundled/v3/index-57f01e0d.js +94 -0
  1555. package/dist/bundled/v3/index-59ae65a4.js +3158 -0
  1556. package/dist/bundled/v3/index-67eff9fe.js +9715 -0
  1557. package/dist/bundled/v3/index-74353328.js +1912 -0
  1558. package/dist/bundled/v3/index-9b8fe3ec.js +760 -0
  1559. package/dist/bundled/v3/index-c8fc7964.js +361 -0
  1560. package/dist/bundled/v3/index-d32c767e.js +18517 -0
  1561. package/dist/bundled/v3/index-e1e02235.js +1636 -0
  1562. package/dist/bundled/v3/index-f1d66df5.js +2301 -0
  1563. package/dist/bundled/v3/index-f537aa31.js +1379 -0
  1564. package/dist/bundled/v3/index-f671afe5.js +7127 -0
  1565. package/dist/bundled/v3/index-ffeb3fc8.js +295 -0
  1566. package/dist/bundled/v3/index.d.ts +5 -0
  1567. package/dist/bundled/v3/index.js +302 -0
  1568. package/dist/bundled/v3/isArrayLike-e7fb5cae.js +91 -0
  1569. package/dist/bundled/v3/isEqual-7a8e6106.js +38 -0
  1570. package/dist/bundled/v3/isObject-b7415fc1.js +202 -0
  1571. package/dist/bundled/v3/markdown-7d2cd3a5.js +8287 -0
  1572. package/dist/bundled/v3/props-7be029c7.js +32 -0
  1573. package/dist/bundled/v3/range-82efa3d4.js +136 -0
  1574. package/dist/bundled/v3/round-567ede34.js +66 -0
  1575. package/dist/bundled/v3/sortable.esm-11705107.js +2580 -0
  1576. package/dist/bundled/v3/style-inject.es-4c6f2515.js +26 -0
  1577. package/dist/bundled/v3/toFinite-bc59ffb0.js +142 -0
  1578. package/dist/bundled/v3/toInteger-9fa0151c.js +38 -0
  1579. package/dist/bundled/v3/toString-b6e4472a.js +114 -0
  1580. package/dist/bundled/v3/types-668300dd.js +5 -0
  1581. package/dist/bundled/v3/useFocusTrap-dabc16ec.js +1381 -0
  1582. package/dist/bundled/v3/utils/constants/color.d.ts +14 -0
  1583. package/dist/bundled/v3/utils/constants/color.js +16 -0
  1584. package/dist/bundled/v3/utils/constants/key-codes.d.ts +14 -0
  1585. package/dist/bundled/v3/utils/constants/key-codes.js +16 -0
  1586. package/dist/bundled/v3/utils/constants/poper.d.ts +8 -0
  1587. package/dist/bundled/v3/utils/constants/poper.js +10 -0
  1588. package/dist/bundled/v3/utils/constants/regex.d.ts +42 -0
  1589. package/dist/bundled/v3/utils/constants/regex.js +49 -0
  1590. package/dist/bundled/v3/utils/functions/color.d.ts +19 -0
  1591. package/dist/bundled/v3/utils/functions/color.js +40 -0
  1592. package/dist/bundled/v3/utils/functions/dom.d.ts +31 -0
  1593. package/dist/bundled/v3/utils/functions/dom.js +2 -0
  1594. package/dist/bundled/v3/utils/functions/flattenDeep.d.ts +2 -0
  1595. package/dist/bundled/v3/utils/functions/flattenDeep.js +6 -0
  1596. package/dist/bundled/v3/utils/functions/hash.d.ts +2 -0
  1597. package/dist/bundled/v3/utils/functions/hash.js +8 -0
  1598. package/dist/bundled/v3/utils/functions/px-to-rem.d.ts +1 -0
  1599. package/dist/bundled/v3/utils/functions/px-to-rem.js +3 -0
  1600. package/dist/bundled/v3/utils/functions/text.d.ts +1 -0
  1601. package/dist/bundled/v3/utils/functions/text.js +9 -0
  1602. package/dist/bundled/v3/utils/index.d.ts +14 -0
  1603. package/dist/bundled/v3/utils/index.js +12 -0
  1604. package/dist/bundled/v3/utils/isEmpty.d.ts +1 -0
  1605. package/dist/bundled/v3/utils/isEmpty.js +5 -0
  1606. package/dist/bundled/v3/utils/isEmptyValue.d.ts +1 -0
  1607. package/dist/bundled/v3/utils/isEmptyValue.js +5 -0
  1608. package/dist/bundled/v3/utils/isEqualValue.d.ts +1 -0
  1609. package/dist/bundled/v3/utils/isEqualValue.js +8 -0
  1610. package/dist/bundled/v3/utils/isVisible.d.ts +2 -0
  1611. package/dist/bundled/v3/utils/isVisible.js +5 -0
  1612. package/dist/bundled/v3/v4-cf8987a3.js +67 -0
  1613. package/dist/esm/v2/OrButton-1b005dae.js +63 -0
  1614. package/dist/esm/v2/{OrButton-78336f88.js → OrButton.vue_rollup-plugin-vue_script-b4424640.js} +3 -63
  1615. package/dist/{bundled/v2/components/OrDateTimeFormatV3-93cd2d91.js → esm/v2/OrButtonGroup-795a7632.js} +31 -23
  1616. package/dist/esm/v2/{OrCardCollection-2653d00d.js → OrCardCollection-15ac88fa.js} +1 -1
  1617. package/dist/esm/v2/{OrCheckboxGroup-7450adc2.js → OrCheckboxGroup-ec1f6714.js} +1 -1
  1618. package/dist/esm/v2/{OrCheckboxTree-5365680d.js → OrCheckboxTree-78be3d39.js} +2 -1
  1619. package/dist/esm/v2/{OrConfirm-a33f1867.js → OrConfirm-37fbedc9.js} +2 -1
  1620. package/dist/esm/v2/{OrDateFormat-169fa6ee.js → OrDateFormat-176aef8b.js} +2 -2
  1621. package/dist/esm/v2/{OrDatePicker-d40149da.js → OrDatePicker-8784a6a5.js} +2 -2
  1622. package/dist/esm/v2/{OrDateRangePicker-03b4d0c1.js → OrDateRangePicker-ae6714e2.js} +2 -2
  1623. package/dist/esm/v2/{OrDateTimeFormat-a5634ab4.js → OrDateTimeFormat-c2a54cac.js} +2 -2
  1624. package/dist/esm/v2/{OrDateTimePicker-7c03898e.js → OrDateTimePicker-b085ff13.js} +1 -1
  1625. package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-2030c774.js → OrDateTimePicker.vue_rollup-plugin-vue_script-3bed9790.js} +1 -1
  1626. package/dist/esm/v2/{OrDateTimePickerTimeSelect-3792dd9c.js → OrDateTimePickerTimeSelect-602c5287.js} +2 -1
  1627. package/dist/esm/v2/{OrPagination-a877b4a0.js → OrPagination-f4020a6f.js} +2 -1
  1628. package/dist/esm/v2/{OrRichTextEditor-d1520fce.js → OrRichTextEditor-b7e948b4.js} +2 -1
  1629. package/dist/esm/v2/{OrSelect-5cfb1963.js → OrSelect-6d6eec7a.js} +2 -2
  1630. package/dist/esm/v2/{OrSelectMultipleControl-711e321d.js → OrSelectMultipleControl-a20b9f62.js} +1 -1
  1631. package/dist/esm/v2/{OrSorting-9b034680.js → OrSorting-16f81092.js} +2 -1
  1632. package/dist/esm/v2/{OrTagInput-b65f3c35.js → OrTagInput-3fa2d4c0.js} +1 -1
  1633. package/dist/esm/v2/{OrTags-3a05c646.js → OrTags-be65e10e.js} +2 -1
  1634. package/dist/esm/v2/{OrTimeFormat-ad57ff3e.js → OrTimeFormat-770f8be3.js} +2 -2
  1635. package/dist/esm/v2/{OrTimePicker-5fb40e5c.js → OrTimePicker-70034d60.js} +2 -2
  1636. package/dist/esm/v2/{OrTimeRangePicker-462947d3.js → OrTimeRangePicker-4e521ac0.js} +2 -2
  1637. package/dist/esm/v2/{OrTree-954229e3.js → OrTree-b5491797.js} +2 -1
  1638. package/dist/esm/v2/components/index.d.ts +1 -0
  1639. package/dist/esm/v2/components/index.js +25 -23
  1640. package/dist/esm/v2/components/or-button-group-v3/OrButtonGroup.vue.d.ts +48 -0
  1641. package/dist/esm/v2/components/or-button-group-v3/index.d.ts +2 -0
  1642. package/dist/esm/v2/components/or-button-group-v3/index.js +6 -0
  1643. package/dist/esm/v2/components/or-button-group-v3/props.d.ts +1 -0
  1644. package/dist/esm/v2/components/or-button-group-v3/styles.d.ts +3 -0
  1645. package/dist/esm/v2/components/or-button-v3/index.js +3 -2
  1646. package/dist/esm/v2/components/or-card-collection-v3/index.js +4 -3
  1647. package/dist/esm/v2/components/or-checkbox-group-v3/index.js +4 -3
  1648. package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +3 -2
  1649. package/dist/esm/v2/components/or-confirm-v3/index.js +3 -2
  1650. package/dist/esm/v2/components/or-date-format-v3/index.js +5 -4
  1651. package/dist/esm/v2/components/or-date-picker-v3/index.js +5 -4
  1652. package/dist/esm/v2/components/or-date-range-picker-v3/index.js +5 -4
  1653. package/dist/esm/v2/components/or-date-time-format-v3/index.js +5 -4
  1654. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +5 -4
  1655. package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +3 -2
  1656. package/dist/esm/v2/components/or-pagination-v3/index.js +3 -2
  1657. package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +3 -2
  1658. package/dist/esm/v2/components/or-select-v3/index.js +5 -4
  1659. package/dist/esm/v2/components/or-select-v3/partials/index.js +4 -3
  1660. package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.js +4 -3
  1661. package/dist/esm/v2/components/or-sorting-v3/index.js +3 -2
  1662. package/dist/esm/v2/components/or-tag-input-v3/index.js +4 -3
  1663. package/dist/esm/v2/components/or-tags-v3/index.js +3 -2
  1664. package/dist/esm/v2/components/or-time-format-v3/index.js +5 -4
  1665. package/dist/esm/v2/components/or-time-picker-v3/index.js +5 -4
  1666. package/dist/esm/v2/components/or-time-range-picker-v3/index.js +5 -4
  1667. package/dist/esm/v2/components/or-tree-v3/index.js +3 -2
  1668. package/dist/esm/v2/index.js +25 -23
  1669. package/dist/esm/v3/{OrButton-2e3a73fb.js → OrButton-e5617bbe.js} +1 -1
  1670. package/dist/esm/v3/OrButtonGroup-12653c44.js +61 -0
  1671. package/dist/esm/v3/{OrCardCollection-bfbb7c3d.js → OrCardCollection-8bbbbe26.js} +1 -1
  1672. package/dist/esm/v3/{OrCheckboxGroup-20f939b3.js → OrCheckboxGroup-0f15a128.js} +1 -1
  1673. package/dist/esm/v3/{OrCheckboxTree-45aca019.js → OrCheckboxTree-9a49ecfc.js} +1 -1
  1674. package/dist/esm/v3/{OrConfirm-c4419d05.js → OrConfirm-8c818798.js} +1 -1
  1675. package/dist/esm/v3/{OrDateFormat-0eb37132.js → OrDateFormat-8c9095ca.js} +2 -2
  1676. package/dist/esm/v3/{OrDatePicker-253ef6bf.js → OrDatePicker-be607573.js} +2 -2
  1677. package/dist/esm/v3/{OrDateRangePicker-1792ded3.js → OrDateRangePicker-a16dcb30.js} +2 -2
  1678. package/dist/esm/v3/{OrDateTimeFormat-21bbdf89.js → OrDateTimeFormat-88ba723e.js} +2 -2
  1679. package/dist/esm/v3/{OrDateTimePicker-aa161f62.js → OrDateTimePicker-eccf252e.js} +1 -1
  1680. package/dist/esm/v3/{OrDateTimePickerTimeSelect-da27ccac.js → OrDateTimePickerTimeSelect-bc9342dd.js} +1 -1
  1681. package/dist/esm/v3/{OrPagination-71db1b93.js → OrPagination-4d9fa9a6.js} +1 -1
  1682. package/dist/esm/v3/{OrRichTextEditor-d4f5cc37.js → OrRichTextEditor-995c5f4e.js} +1 -1
  1683. package/dist/esm/v3/{OrSelect-7ce66285.js → OrSelect-e3032afb.js} +2 -2
  1684. package/dist/esm/v3/{OrSelectMultipleControl-9064206c.js → OrSelectMultipleControl-39cf771b.js} +1 -1
  1685. package/dist/esm/v3/{OrSorting-b1916cdb.js → OrSorting-4cf454bb.js} +1 -1
  1686. package/dist/esm/v3/{OrTagInput-250e8958.js → OrTagInput-fb963f37.js} +1 -1
  1687. package/dist/esm/v3/{OrTags-aa9e39c0.js → OrTags-ae0ea882.js} +1 -1
  1688. package/dist/esm/v3/{OrTimeFormat-609755ad.js → OrTimeFormat-fc7a59f2.js} +2 -2
  1689. package/dist/esm/v3/{OrTimePicker-a977bdd7.js → OrTimePicker-7e4a8000.js} +2 -2
  1690. package/dist/esm/v3/{OrTimeRangePicker-8d7f1f2a.js → OrTimeRangePicker-2d5a72ce.js} +2 -2
  1691. package/dist/esm/v3/{OrTree-1c737582.js → OrTree-d2771697.js} +1 -1
  1692. package/dist/esm/v3/components/index.d.ts +1 -0
  1693. package/dist/esm/v3/components/index.js +23 -22
  1694. package/dist/esm/v3/components/or-button-group-v3/OrButtonGroup.vue.d.ts +37 -0
  1695. package/dist/esm/v3/components/or-button-group-v3/index.d.ts +2 -0
  1696. package/dist/esm/v3/components/or-button-group-v3/index.js +6 -0
  1697. package/dist/esm/v3/components/or-button-group-v3/props.d.ts +1 -0
  1698. package/dist/esm/v3/components/or-button-group-v3/styles.d.ts +3 -0
  1699. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  1700. package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
  1701. package/dist/esm/v3/components/or-checkbox-group-v3/index.js +3 -3
  1702. package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +2 -2
  1703. package/dist/esm/v3/components/or-confirm-v3/index.js +2 -2
  1704. package/dist/esm/v3/components/or-date-format-v3/index.js +4 -4
  1705. package/dist/esm/v3/components/or-date-picker-v3/index.js +4 -4
  1706. package/dist/esm/v3/components/or-date-range-picker-v3/index.js +4 -4
  1707. package/dist/esm/v3/components/or-date-time-format-v3/index.js +4 -4
  1708. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +3 -3
  1709. package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +2 -2
  1710. package/dist/esm/v3/components/or-pagination-v3/index.js +2 -2
  1711. package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +2 -2
  1712. package/dist/esm/v3/components/or-select-v3/index.js +4 -4
  1713. package/dist/esm/v3/components/or-select-v3/partials/index.js +3 -3
  1714. package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.js +3 -3
  1715. package/dist/esm/v3/components/or-sorting-v3/index.js +2 -2
  1716. package/dist/esm/v3/components/or-tag-input-v3/index.js +3 -3
  1717. package/dist/esm/v3/components/or-tags-v3/index.js +2 -2
  1718. package/dist/esm/v3/components/or-time-format-v3/index.js +4 -4
  1719. package/dist/esm/v3/components/or-time-picker-v3/index.js +4 -4
  1720. package/dist/esm/v3/components/or-time-range-picker-v3/index.js +4 -4
  1721. package/dist/esm/v3/components/or-tree-v3/index.js +2 -2
  1722. package/dist/esm/v3/index.js +23 -22
  1723. package/package.json +15 -15
  1724. package/src/components/index.ts +1 -0
  1725. package/src/components/or-button-group-v3/OrButtonGroup.vue +54 -0
  1726. package/src/components/or-button-group-v3/index.ts +2 -0
  1727. package/src/components/or-button-group-v3/props.ts +1 -0
  1728. package/src/components/or-button-group-v3/styles.ts +30 -0
  1729. package/dist/bundled/v2/components/OrAvatar-56c993c9.js +0 -209
  1730. package/dist/bundled/v2/components/OrAvatarV3-3f78b50a.js +0 -307
  1731. package/dist/bundled/v2/components/OrButtonV2-b5541e8a.js +0 -219
  1732. package/dist/bundled/v2/components/OrButtonV3-7c6155ec.js +0 -206
  1733. package/dist/bundled/v2/components/OrCardCollectionV3-8e93dfbc.js +0 -306
  1734. package/dist/bundled/v2/components/OrCardV3-004191cf.js +0 -100
  1735. package/dist/bundled/v2/components/OrCheckboxTreeV3-ce2f935d.js +0 -230
  1736. package/dist/bundled/v2/components/OrCheckboxV3-e08e43a4.js +0 -207
  1737. package/dist/bundled/v2/components/OrChips-bae73a11.js +0 -403
  1738. package/dist/bundled/v2/components/OrColorPicker-a8fd02f4.js +0 -492
  1739. package/dist/bundled/v2/components/OrCombinedInputV3-385b36b7.js +0 -158
  1740. package/dist/bundled/v2/components/OrConfirm-8eacc14c.js +0 -260
  1741. package/dist/bundled/v2/components/OrConfirmV3-e5e9ae73.js +0 -305
  1742. package/dist/bundled/v2/components/OrDatePickerV3-afeb334c.js +0 -402
  1743. package/dist/bundled/v2/components/OrDateRangePickerV3-ba1e4bfe.js +0 -487
  1744. package/dist/bundled/v2/components/OrDateTimePicker-4d75450e.js +0 -1262
  1745. package/dist/bundled/v2/components/OrDateTimePickerV3-43deef9a.js +0 -1715
  1746. package/dist/bundled/v2/components/OrEmptyStateV3-8c97a748.js +0 -158
  1747. package/dist/bundled/v2/components/OrErrorTagV3-dbcbe140.js +0 -78
  1748. package/dist/bundled/v2/components/OrErrorV3-58bf57d3.js +0 -88
  1749. package/dist/bundled/v2/components/OrExpansionPanelV3-96ab91d2.js +0 -219
  1750. package/dist/bundled/v2/components/OrFabV3-27721d1a.js +0 -104
  1751. package/dist/bundled/v2/components/OrFormGroupV3-f369037b.js +0 -141
  1752. package/dist/bundled/v2/components/OrHintV3-785c9cb4.js +0 -88
  1753. package/dist/bundled/v2/components/OrIconButtonV3-7e033be9.js +0 -209
  1754. package/dist/bundled/v2/components/OrIconV3-f514dbe4.js +0 -124
  1755. package/dist/bundled/v2/components/OrInlineInputV3-c991c475.js +0 -371
  1756. package/dist/bundled/v2/components/OrInlineTextareaV3-590b465b.js +0 -276
  1757. package/dist/bundled/v2/components/OrInputBoxV3-2ed5bb91.js +0 -224
  1758. package/dist/bundled/v2/components/OrInputV3-9e3412a7.js +0 -430
  1759. package/dist/bundled/v2/components/OrLabelV3-39d41774.js +0 -133
  1760. package/dist/bundled/v2/components/OrLinkV3-e1a24b86.js +0 -123
  1761. package/dist/bundled/v2/components/OrLoaderV3-ac6fb35c.js +0 -201
  1762. package/dist/bundled/v2/components/OrMenuItemV3-1f9e504e.js +0 -112
  1763. package/dist/bundled/v2/components/OrMenuV3-f642c1e3.js +0 -135
  1764. package/dist/bundled/v2/components/OrModalV3-fa3bcbc9.js +0 -319
  1765. package/dist/bundled/v2/components/OrNotificationV3-06ae8301.js +0 -166
  1766. package/dist/bundled/v2/components/OrOverlayV3-d081cbd5.js +0 -84
  1767. package/dist/bundled/v2/components/OrPaginationV3-1d426176.js +0 -330
  1768. package/dist/bundled/v2/components/OrPopoverV3-e3e14417.js +0 -408
  1769. package/dist/bundled/v2/components/OrProgress-f8030d25.js +0 -281
  1770. package/dist/bundled/v2/components/OrProgressV3-4635fa2a.js +0 -315
  1771. package/dist/bundled/v2/components/OrRadioV3-c1b1d2b3.js +0 -189
  1772. package/dist/bundled/v2/components/OrRangeSliderV3-adc0cd8f.js +0 -334
  1773. package/dist/bundled/v2/components/OrResizeablePanelV3-911ab48c.js +0 -443
  1774. package/dist/bundled/v2/components/OrRichTextEditorV3-192407a3.js +0 -27734
  1775. package/dist/bundled/v2/components/OrSegmentedControlV3-80ce7587.js +0 -227
  1776. package/dist/bundled/v2/components/OrSelect-f9bbbb8e.js +0 -1644
  1777. package/dist/bundled/v2/components/OrSelectV3-39f0fc69.js +0 -1211
  1778. package/dist/bundled/v2/components/OrSidebarV3-faa32728.js +0 -262
  1779. package/dist/bundled/v2/components/OrSkeleton-14fef364.js +0 -379
  1780. package/dist/bundled/v2/components/OrSkeletonV3-5a8ea9fb.js +0 -296
  1781. package/dist/bundled/v2/components/OrSliderV3-a76598f2.js +0 -283
  1782. package/dist/bundled/v2/components/OrSortingV3-c2ec11e7.js +0 -140
  1783. package/dist/bundled/v2/components/OrSwitchV3-a3d692df.js +0 -241
  1784. package/dist/bundled/v2/components/OrTabV3-39ec082e.js +0 -93
  1785. package/dist/bundled/v2/components/OrTabsV3-530007de.js +0 -249
  1786. package/dist/bundled/v2/components/OrTagInputV3-429cc3b9.js +0 -395
  1787. package/dist/bundled/v2/components/OrTagV3-b2630912.js +0 -159
  1788. package/dist/bundled/v2/components/OrTagsV3-aadd26d4.js +0 -254
  1789. package/dist/bundled/v2/components/OrTeleport-93a6a4eb.js +0 -644
  1790. package/dist/bundled/v2/components/OrTextareaV3-501a7cfd.js +0 -252
  1791. package/dist/bundled/v2/components/OrTimeFormatV3-9e374805.js +0 -76
  1792. package/dist/bundled/v2/components/OrTimePickerV3-57c942b6.js +0 -362
  1793. package/dist/bundled/v2/components/OrTimeRangePickerV3-3bcd711c.js +0 -434
  1794. package/dist/bundled/v2/components/OrToast-d94d464a.js +0 -520
  1795. package/dist/bundled/v2/components/OrTooltipV3-9ef1918a.js +0 -182
@@ -1,2294 +1,3 @@
1
- import { D as _ListCache, E as _Map, F as _MapCache, G as _getNative, H as eq_1, I as _baseGetTag, J as isObjectLike_1, K as _root, L as _freeGlobal, M as isArray_1, N as _overArg, O as isFunction_1, x as isObject_1, P as _getPrototype, Q as _toSource, R as _Symbol } from './OrBottomSheetV3-a3df65d0.js';
2
- import { defineComponent } from 'vue-demi';
3
- import __vue_component__$1 from './OrError/OrError.js';
4
- import __vue_component__$2 from './OrLabel/OrLabel.js';
5
- import { _ as __vue_component__$3 } from './OrButtonV2-b5541e8a.js';
6
- import __vue_component__$4 from './OrIconButtonV2/OrIconButton.js';
7
- import { OrIcon as __vue_component__$5 } from './OrIcon/index.js';
8
- import { s as styleInject, n as normalizeComponent } from './OrAvatar-56c993c9.js';
9
-
10
- var ListCache$2 = _ListCache;
11
-
12
- /**
13
- * Removes all key-value entries from the stack.
14
- *
15
- * @private
16
- * @name clear
17
- * @memberOf Stack
18
- */
19
- function stackClear$1() {
20
- this.__data__ = new ListCache$2();
21
- this.size = 0;
22
- }
23
- var _stackClear = stackClear$1;
24
-
25
- /**
26
- * Removes `key` and its value from the stack.
27
- *
28
- * @private
29
- * @name delete
30
- * @memberOf Stack
31
- * @param {string} key The key of the value to remove.
32
- * @returns {boolean} Returns `true` if the entry was removed, else `false`.
33
- */
34
- function stackDelete$1(key) {
35
- var data = this.__data__,
36
- result = data['delete'](key);
37
- this.size = data.size;
38
- return result;
39
- }
40
- var _stackDelete = stackDelete$1;
41
-
42
- /**
43
- * Gets the stack value for `key`.
44
- *
45
- * @private
46
- * @name get
47
- * @memberOf Stack
48
- * @param {string} key The key of the value to get.
49
- * @returns {*} Returns the entry value.
50
- */
51
- function stackGet$1(key) {
52
- return this.__data__.get(key);
53
- }
54
- var _stackGet = stackGet$1;
55
-
56
- /**
57
- * Checks if a stack value for `key` exists.
58
- *
59
- * @private
60
- * @name has
61
- * @memberOf Stack
62
- * @param {string} key The key of the entry to check.
63
- * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
64
- */
65
- function stackHas$1(key) {
66
- return this.__data__.has(key);
67
- }
68
- var _stackHas = stackHas$1;
69
-
70
- var ListCache$1 = _ListCache,
71
- Map$1 = _Map,
72
- MapCache$1 = _MapCache;
73
-
74
- /** Used as the size to enable large array optimizations. */
75
- var LARGE_ARRAY_SIZE = 200;
76
-
77
- /**
78
- * Sets the stack `key` to `value`.
79
- *
80
- * @private
81
- * @name set
82
- * @memberOf Stack
83
- * @param {string} key The key of the value to set.
84
- * @param {*} value The value to set.
85
- * @returns {Object} Returns the stack cache instance.
86
- */
87
- function stackSet$1(key, value) {
88
- var data = this.__data__;
89
- if (data instanceof ListCache$1) {
90
- var pairs = data.__data__;
91
- if (!Map$1 || pairs.length < LARGE_ARRAY_SIZE - 1) {
92
- pairs.push([key, value]);
93
- this.size = ++data.size;
94
- return this;
95
- }
96
- data = this.__data__ = new MapCache$1(pairs);
97
- }
98
- data.set(key, value);
99
- this.size = data.size;
100
- return this;
101
- }
102
- var _stackSet = stackSet$1;
103
-
104
- var ListCache = _ListCache,
105
- stackClear = _stackClear,
106
- stackDelete = _stackDelete,
107
- stackGet = _stackGet,
108
- stackHas = _stackHas,
109
- stackSet = _stackSet;
110
-
111
- /**
112
- * Creates a stack cache object to store key-value pairs.
113
- *
114
- * @private
115
- * @constructor
116
- * @param {Array} [entries] The key-value pairs to cache.
117
- */
118
- function Stack$2(entries) {
119
- var data = this.__data__ = new ListCache(entries);
120
- this.size = data.size;
121
- }
122
-
123
- // Add methods to `Stack`.
124
- Stack$2.prototype.clear = stackClear;
125
- Stack$2.prototype['delete'] = stackDelete;
126
- Stack$2.prototype.get = stackGet;
127
- Stack$2.prototype.has = stackHas;
128
- Stack$2.prototype.set = stackSet;
129
- var _Stack = Stack$2;
130
-
131
- /**
132
- * A specialized version of `_.forEach` for arrays without support for
133
- * iteratee shorthands.
134
- *
135
- * @private
136
- * @param {Array} [array] The array to iterate over.
137
- * @param {Function} iteratee The function invoked per iteration.
138
- * @returns {Array} Returns `array`.
139
- */
140
- function arrayEach$1(array, iteratee) {
141
- var index = -1,
142
- length = array == null ? 0 : array.length;
143
- while (++index < length) {
144
- if (iteratee(array[index], index, array) === false) {
145
- break;
146
- }
147
- }
148
- return array;
149
- }
150
- var _arrayEach = arrayEach$1;
151
-
152
- var getNative$4 = _getNative;
153
- var defineProperty$1 = function () {
154
- try {
155
- var func = getNative$4(Object, 'defineProperty');
156
- func({}, '', {});
157
- return func;
158
- } catch (e) {}
159
- }();
160
- var _defineProperty$1 = defineProperty$1;
161
-
162
- var defineProperty = _defineProperty$1;
163
-
164
- /**
165
- * The base implementation of `assignValue` and `assignMergeValue` without
166
- * value checks.
167
- *
168
- * @private
169
- * @param {Object} object The object to modify.
170
- * @param {string} key The key of the property to assign.
171
- * @param {*} value The value to assign.
172
- */
173
- function baseAssignValue$2(object, key, value) {
174
- if (key == '__proto__' && defineProperty) {
175
- defineProperty(object, key, {
176
- 'configurable': true,
177
- 'enumerable': true,
178
- 'value': value,
179
- 'writable': true
180
- });
181
- } else {
182
- object[key] = value;
183
- }
184
- }
185
- var _baseAssignValue = baseAssignValue$2;
186
-
187
- var baseAssignValue$1 = _baseAssignValue,
188
- eq$1 = eq_1;
189
-
190
- /** Used for built-in method references. */
191
- var objectProto$9 = Object.prototype;
192
-
193
- /** Used to check objects for own properties. */
194
- var hasOwnProperty$7 = objectProto$9.hasOwnProperty;
195
-
196
- /**
197
- * Assigns `value` to `key` of `object` if the existing value is not equivalent
198
- * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
199
- * for equality comparisons.
200
- *
201
- * @private
202
- * @param {Object} object The object to modify.
203
- * @param {string} key The key of the property to assign.
204
- * @param {*} value The value to assign.
205
- */
206
- function assignValue$2(object, key, value) {
207
- var objValue = object[key];
208
- if (!(hasOwnProperty$7.call(object, key) && eq$1(objValue, value)) || value === undefined && !(key in object)) {
209
- baseAssignValue$1(object, key, value);
210
- }
211
- }
212
- var _assignValue = assignValue$2;
213
-
214
- var assignValue$1 = _assignValue,
215
- baseAssignValue = _baseAssignValue;
216
-
217
- /**
218
- * Copies properties of `source` to `object`.
219
- *
220
- * @private
221
- * @param {Object} source The object to copy properties from.
222
- * @param {Array} props The property identifiers to copy.
223
- * @param {Object} [object={}] The object to copy properties to.
224
- * @param {Function} [customizer] The function to customize copied values.
225
- * @returns {Object} Returns `object`.
226
- */
227
- function copyObject$4(source, props, object, customizer) {
228
- var isNew = !object;
229
- object || (object = {});
230
- var index = -1,
231
- length = props.length;
232
- while (++index < length) {
233
- var key = props[index];
234
- var newValue = customizer ? customizer(object[key], source[key], key, object, source) : undefined;
235
- if (newValue === undefined) {
236
- newValue = source[key];
237
- }
238
- if (isNew) {
239
- baseAssignValue(object, key, newValue);
240
- } else {
241
- assignValue$1(object, key, newValue);
242
- }
243
- }
244
- return object;
245
- }
246
- var _copyObject = copyObject$4;
247
-
248
- /**
249
- * The base implementation of `_.times` without support for iteratee shorthands
250
- * or max array length checks.
251
- *
252
- * @private
253
- * @param {number} n The number of times to invoke `iteratee`.
254
- * @param {Function} iteratee The function invoked per iteration.
255
- * @returns {Array} Returns the array of results.
256
- */
257
- function baseTimes$1(n, iteratee) {
258
- var index = -1,
259
- result = Array(n);
260
- while (++index < n) {
261
- result[index] = iteratee(index);
262
- }
263
- return result;
264
- }
265
- var _baseTimes = baseTimes$1;
266
-
267
- var baseGetTag$2 = _baseGetTag,
268
- isObjectLike$5 = isObjectLike_1;
269
-
270
- /** `Object#toString` result references. */
271
- var argsTag$3 = '[object Arguments]';
272
-
273
- /**
274
- * The base implementation of `_.isArguments`.
275
- *
276
- * @private
277
- * @param {*} value The value to check.
278
- * @returns {boolean} Returns `true` if `value` is an `arguments` object,
279
- */
280
- function baseIsArguments$1(value) {
281
- return isObjectLike$5(value) && baseGetTag$2(value) == argsTag$3;
282
- }
283
- var _baseIsArguments = baseIsArguments$1;
284
-
285
- var baseIsArguments = _baseIsArguments,
286
- isObjectLike$4 = isObjectLike_1;
287
-
288
- /** Used for built-in method references. */
289
- var objectProto$8 = Object.prototype;
290
-
291
- /** Used to check objects for own properties. */
292
- var hasOwnProperty$6 = objectProto$8.hasOwnProperty;
293
-
294
- /** Built-in value references. */
295
- var propertyIsEnumerable$1 = objectProto$8.propertyIsEnumerable;
296
-
297
- /**
298
- * Checks if `value` is likely an `arguments` object.
299
- *
300
- * @static
301
- * @memberOf _
302
- * @since 0.1.0
303
- * @category Lang
304
- * @param {*} value The value to check.
305
- * @returns {boolean} Returns `true` if `value` is an `arguments` object,
306
- * else `false`.
307
- * @example
308
- *
309
- * _.isArguments(function() { return arguments; }());
310
- * // => true
311
- *
312
- * _.isArguments([1, 2, 3]);
313
- * // => false
314
- */
315
- var isArguments$1 = baseIsArguments(function () {
316
- return arguments;
317
- }()) ? baseIsArguments : function (value) {
318
- return isObjectLike$4(value) && hasOwnProperty$6.call(value, 'callee') && !propertyIsEnumerable$1.call(value, 'callee');
319
- };
320
- var isArguments_1 = isArguments$1;
321
-
322
- var isBufferExports = {};
323
- var isBuffer$3 = {
324
- get exports(){ return isBufferExports; },
325
- set exports(v){ isBufferExports = v; },
326
- };
327
-
328
- /**
329
- * This method returns `false`.
330
- *
331
- * @static
332
- * @memberOf _
333
- * @since 4.13.0
334
- * @category Util
335
- * @returns {boolean} Returns `false`.
336
- * @example
337
- *
338
- * _.times(2, _.stubFalse);
339
- * // => [false, false]
340
- */
341
- function stubFalse() {
342
- return false;
343
- }
344
- var stubFalse_1 = stubFalse;
345
-
346
- (function (module, exports) {
347
- var root = _root,
348
- stubFalse = stubFalse_1;
349
-
350
- /** Detect free variable `exports`. */
351
- var freeExports = exports && !exports.nodeType && exports;
352
-
353
- /** Detect free variable `module`. */
354
- var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
355
-
356
- /** Detect the popular CommonJS extension `module.exports`. */
357
- var moduleExports = freeModule && freeModule.exports === freeExports;
358
-
359
- /** Built-in value references. */
360
- var Buffer = moduleExports ? root.Buffer : undefined;
361
-
362
- /* Built-in method references for those with the same name as other `lodash` methods. */
363
- var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined;
364
-
365
- /**
366
- * Checks if `value` is a buffer.
367
- *
368
- * @static
369
- * @memberOf _
370
- * @since 4.3.0
371
- * @category Lang
372
- * @param {*} value The value to check.
373
- * @returns {boolean} Returns `true` if `value` is a buffer, else `false`.
374
- * @example
375
- *
376
- * _.isBuffer(new Buffer(2));
377
- * // => true
378
- *
379
- * _.isBuffer(new Uint8Array(2));
380
- * // => false
381
- */
382
- var isBuffer = nativeIsBuffer || stubFalse;
383
- module.exports = isBuffer;
384
- })(isBuffer$3, isBufferExports);
385
-
386
- /** Used as references for various `Number` constants. */
387
- var MAX_SAFE_INTEGER$1 = 9007199254740991;
388
-
389
- /** Used to detect unsigned integer values. */
390
- var reIsUint = /^(?:0|[1-9]\d*)$/;
391
-
392
- /**
393
- * Checks if `value` is a valid array-like index.
394
- *
395
- * @private
396
- * @param {*} value The value to check.
397
- * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index.
398
- * @returns {boolean} Returns `true` if `value` is a valid index, else `false`.
399
- */
400
- function isIndex$1(value, length) {
401
- var type = typeof value;
402
- length = length == null ? MAX_SAFE_INTEGER$1 : length;
403
- return !!length && (type == 'number' || type != 'symbol' && reIsUint.test(value)) && value > -1 && value % 1 == 0 && value < length;
404
- }
405
- var _isIndex = isIndex$1;
406
-
407
- /** Used as references for various `Number` constants. */
408
- var MAX_SAFE_INTEGER = 9007199254740991;
409
-
410
- /**
411
- * Checks if `value` is a valid array-like length.
412
- *
413
- * **Note:** This method is loosely based on
414
- * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength).
415
- *
416
- * @static
417
- * @memberOf _
418
- * @since 4.0.0
419
- * @category Lang
420
- * @param {*} value The value to check.
421
- * @returns {boolean} Returns `true` if `value` is a valid length, else `false`.
422
- * @example
423
- *
424
- * _.isLength(3);
425
- * // => true
426
- *
427
- * _.isLength(Number.MIN_VALUE);
428
- * // => false
429
- *
430
- * _.isLength(Infinity);
431
- * // => false
432
- *
433
- * _.isLength('3');
434
- * // => false
435
- */
436
- function isLength$2(value) {
437
- return typeof value == 'number' && value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
438
- }
439
- var isLength_1 = isLength$2;
440
-
441
- var baseGetTag$1 = _baseGetTag,
442
- isLength$1 = isLength_1,
443
- isObjectLike$3 = isObjectLike_1;
444
-
445
- /** `Object#toString` result references. */
446
- var argsTag$2 = '[object Arguments]',
447
- arrayTag$2 = '[object Array]',
448
- boolTag$3 = '[object Boolean]',
449
- dateTag$3 = '[object Date]',
450
- errorTag$2 = '[object Error]',
451
- funcTag$1 = '[object Function]',
452
- mapTag$5 = '[object Map]',
453
- numberTag$3 = '[object Number]',
454
- objectTag$3 = '[object Object]',
455
- regexpTag$3 = '[object RegExp]',
456
- setTag$5 = '[object Set]',
457
- stringTag$3 = '[object String]',
458
- weakMapTag$2 = '[object WeakMap]';
459
- var arrayBufferTag$3 = '[object ArrayBuffer]',
460
- dataViewTag$4 = '[object DataView]',
461
- float32Tag$2 = '[object Float32Array]',
462
- float64Tag$2 = '[object Float64Array]',
463
- int8Tag$2 = '[object Int8Array]',
464
- int16Tag$2 = '[object Int16Array]',
465
- int32Tag$2 = '[object Int32Array]',
466
- uint8Tag$2 = '[object Uint8Array]',
467
- uint8ClampedTag$2 = '[object Uint8ClampedArray]',
468
- uint16Tag$2 = '[object Uint16Array]',
469
- uint32Tag$2 = '[object Uint32Array]';
470
-
471
- /** Used to identify `toStringTag` values of typed arrays. */
472
- var typedArrayTags = {};
473
- typedArrayTags[float32Tag$2] = typedArrayTags[float64Tag$2] = typedArrayTags[int8Tag$2] = typedArrayTags[int16Tag$2] = typedArrayTags[int32Tag$2] = typedArrayTags[uint8Tag$2] = typedArrayTags[uint8ClampedTag$2] = typedArrayTags[uint16Tag$2] = typedArrayTags[uint32Tag$2] = true;
474
- typedArrayTags[argsTag$2] = typedArrayTags[arrayTag$2] = typedArrayTags[arrayBufferTag$3] = typedArrayTags[boolTag$3] = typedArrayTags[dataViewTag$4] = typedArrayTags[dateTag$3] = typedArrayTags[errorTag$2] = typedArrayTags[funcTag$1] = typedArrayTags[mapTag$5] = typedArrayTags[numberTag$3] = typedArrayTags[objectTag$3] = typedArrayTags[regexpTag$3] = typedArrayTags[setTag$5] = typedArrayTags[stringTag$3] = typedArrayTags[weakMapTag$2] = false;
475
-
476
- /**
477
- * The base implementation of `_.isTypedArray` without Node.js optimizations.
478
- *
479
- * @private
480
- * @param {*} value The value to check.
481
- * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
482
- */
483
- function baseIsTypedArray$1(value) {
484
- return isObjectLike$3(value) && isLength$1(value.length) && !!typedArrayTags[baseGetTag$1(value)];
485
- }
486
- var _baseIsTypedArray = baseIsTypedArray$1;
487
-
488
- /**
489
- * The base implementation of `_.unary` without support for storing metadata.
490
- *
491
- * @private
492
- * @param {Function} func The function to cap arguments for.
493
- * @returns {Function} Returns the new capped function.
494
- */
495
- function baseUnary$3(func) {
496
- return function (value) {
497
- return func(value);
498
- };
499
- }
500
- var _baseUnary = baseUnary$3;
501
-
502
- var _nodeUtilExports = {};
503
- var _nodeUtil = {
504
- get exports(){ return _nodeUtilExports; },
505
- set exports(v){ _nodeUtilExports = v; },
506
- };
507
-
508
- (function (module, exports) {
509
- var freeGlobal = _freeGlobal;
510
-
511
- /** Detect free variable `exports`. */
512
- var freeExports = exports && !exports.nodeType && exports;
513
-
514
- /** Detect free variable `module`. */
515
- var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
516
-
517
- /** Detect the popular CommonJS extension `module.exports`. */
518
- var moduleExports = freeModule && freeModule.exports === freeExports;
519
-
520
- /** Detect free variable `process` from Node.js. */
521
- var freeProcess = moduleExports && freeGlobal.process;
522
-
523
- /** Used to access faster Node.js helpers. */
524
- var nodeUtil = function () {
525
- try {
526
- // Use `util.types` for Node.js 10+.
527
- var types = freeModule && freeModule.require && freeModule.require('util').types;
528
- if (types) {
529
- return types;
530
- }
531
-
532
- // Legacy `process.binding('util')` for Node.js < 10.
533
- return freeProcess && freeProcess.binding && freeProcess.binding('util');
534
- } catch (e) {}
535
- }();
536
- module.exports = nodeUtil;
537
- })(_nodeUtil, _nodeUtilExports);
538
-
539
- var baseIsTypedArray = _baseIsTypedArray,
540
- baseUnary$2 = _baseUnary,
541
- nodeUtil$2 = _nodeUtilExports;
542
-
543
- /* Node.js helper references. */
544
- var nodeIsTypedArray = nodeUtil$2 && nodeUtil$2.isTypedArray;
545
-
546
- /**
547
- * Checks if `value` is classified as a typed array.
548
- *
549
- * @static
550
- * @memberOf _
551
- * @since 3.0.0
552
- * @category Lang
553
- * @param {*} value The value to check.
554
- * @returns {boolean} Returns `true` if `value` is a typed array, else `false`.
555
- * @example
556
- *
557
- * _.isTypedArray(new Uint8Array);
558
- * // => true
559
- *
560
- * _.isTypedArray([]);
561
- * // => false
562
- */
563
- var isTypedArray$2 = nodeIsTypedArray ? baseUnary$2(nodeIsTypedArray) : baseIsTypedArray;
564
- var isTypedArray_1 = isTypedArray$2;
565
-
566
- var baseTimes = _baseTimes,
567
- isArguments = isArguments_1,
568
- isArray$3 = isArray_1,
569
- isBuffer$2 = isBufferExports,
570
- isIndex = _isIndex,
571
- isTypedArray$1 = isTypedArray_1;
572
-
573
- /** Used for built-in method references. */
574
- var objectProto$7 = Object.prototype;
575
-
576
- /** Used to check objects for own properties. */
577
- var hasOwnProperty$5 = objectProto$7.hasOwnProperty;
578
-
579
- /**
580
- * Creates an array of the enumerable property names of the array-like `value`.
581
- *
582
- * @private
583
- * @param {*} value The value to query.
584
- * @param {boolean} inherited Specify returning inherited property names.
585
- * @returns {Array} Returns the array of property names.
586
- */
587
- function arrayLikeKeys$2(value, inherited) {
588
- var isArr = isArray$3(value),
589
- isArg = !isArr && isArguments(value),
590
- isBuff = !isArr && !isArg && isBuffer$2(value),
591
- isType = !isArr && !isArg && !isBuff && isTypedArray$1(value),
592
- skipIndexes = isArr || isArg || isBuff || isType,
593
- result = skipIndexes ? baseTimes(value.length, String) : [],
594
- length = result.length;
595
- for (var key in value) {
596
- if ((inherited || hasOwnProperty$5.call(value, key)) && !(skipIndexes && (
597
- // Safari 9 has enumerable `arguments.length` in strict mode.
598
- key == 'length' ||
599
- // Node.js 0.10 has enumerable non-index properties on buffers.
600
- isBuff && (key == 'offset' || key == 'parent') ||
601
- // PhantomJS 2 has enumerable non-index properties on typed arrays.
602
- isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset') ||
603
- // Skip index properties.
604
- isIndex(key, length)))) {
605
- result.push(key);
606
- }
607
- }
608
- return result;
609
- }
610
- var _arrayLikeKeys = arrayLikeKeys$2;
611
-
612
- /** Used for built-in method references. */
613
- var objectProto$6 = Object.prototype;
614
-
615
- /**
616
- * Checks if `value` is likely a prototype object.
617
- *
618
- * @private
619
- * @param {*} value The value to check.
620
- * @returns {boolean} Returns `true` if `value` is a prototype, else `false`.
621
- */
622
- function isPrototype$3(value) {
623
- var Ctor = value && value.constructor,
624
- proto = typeof Ctor == 'function' && Ctor.prototype || objectProto$6;
625
- return value === proto;
626
- }
627
- var _isPrototype = isPrototype$3;
628
-
629
- var overArg = _overArg;
630
-
631
- /* Built-in method references for those with the same name as other `lodash` methods. */
632
- var nativeKeys$1 = overArg(Object.keys, Object);
633
- var _nativeKeys = nativeKeys$1;
634
-
635
- var isPrototype$2 = _isPrototype,
636
- nativeKeys = _nativeKeys;
637
-
638
- /** Used for built-in method references. */
639
- var objectProto$5 = Object.prototype;
640
-
641
- /** Used to check objects for own properties. */
642
- var hasOwnProperty$4 = objectProto$5.hasOwnProperty;
643
-
644
- /**
645
- * The base implementation of `_.keys` which doesn't treat sparse arrays as dense.
646
- *
647
- * @private
648
- * @param {Object} object The object to query.
649
- * @returns {Array} Returns the array of property names.
650
- */
651
- function baseKeys$1(object) {
652
- if (!isPrototype$2(object)) {
653
- return nativeKeys(object);
654
- }
655
- var result = [];
656
- for (var key in Object(object)) {
657
- if (hasOwnProperty$4.call(object, key) && key != 'constructor') {
658
- result.push(key);
659
- }
660
- }
661
- return result;
662
- }
663
- var _baseKeys = baseKeys$1;
664
-
665
- var isFunction = isFunction_1,
666
- isLength = isLength_1;
667
-
668
- /**
669
- * Checks if `value` is array-like. A value is considered array-like if it's
670
- * not a function and has a `value.length` that's an integer greater than or
671
- * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`.
672
- *
673
- * @static
674
- * @memberOf _
675
- * @since 4.0.0
676
- * @category Lang
677
- * @param {*} value The value to check.
678
- * @returns {boolean} Returns `true` if `value` is array-like, else `false`.
679
- * @example
680
- *
681
- * _.isArrayLike([1, 2, 3]);
682
- * // => true
683
- *
684
- * _.isArrayLike(document.body.children);
685
- * // => true
686
- *
687
- * _.isArrayLike('abc');
688
- * // => true
689
- *
690
- * _.isArrayLike(_.noop);
691
- * // => false
692
- */
693
- function isArrayLike$2(value) {
694
- return value != null && isLength(value.length) && !isFunction(value);
695
- }
696
- var isArrayLike_1 = isArrayLike$2;
697
-
698
- var arrayLikeKeys$1 = _arrayLikeKeys,
699
- baseKeys = _baseKeys,
700
- isArrayLike$1 = isArrayLike_1;
701
-
702
- /**
703
- * Creates an array of the own enumerable property names of `object`.
704
- *
705
- * **Note:** Non-object values are coerced to objects. See the
706
- * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)
707
- * for more details.
708
- *
709
- * @static
710
- * @since 0.1.0
711
- * @memberOf _
712
- * @category Object
713
- * @param {Object} object The object to query.
714
- * @returns {Array} Returns the array of property names.
715
- * @example
716
- *
717
- * function Foo() {
718
- * this.a = 1;
719
- * this.b = 2;
720
- * }
721
- *
722
- * Foo.prototype.c = 3;
723
- *
724
- * _.keys(new Foo);
725
- * // => ['a', 'b'] (iteration order is not guaranteed)
726
- *
727
- * _.keys('hi');
728
- * // => ['0', '1']
729
- */
730
- function keys$3(object) {
731
- return isArrayLike$1(object) ? arrayLikeKeys$1(object) : baseKeys(object);
732
- }
733
- var keys_1 = keys$3;
734
-
735
- var copyObject$3 = _copyObject,
736
- keys$2 = keys_1;
737
-
738
- /**
739
- * The base implementation of `_.assign` without support for multiple sources
740
- * or `customizer` functions.
741
- *
742
- * @private
743
- * @param {Object} object The destination object.
744
- * @param {Object} source The source object.
745
- * @returns {Object} Returns `object`.
746
- */
747
- function baseAssign$1(object, source) {
748
- return object && copyObject$3(source, keys$2(source), object);
749
- }
750
- var _baseAssign = baseAssign$1;
751
-
752
- /**
753
- * This function is like
754
- * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys)
755
- * except that it includes inherited enumerable properties.
756
- *
757
- * @private
758
- * @param {Object} object The object to query.
759
- * @returns {Array} Returns the array of property names.
760
- */
761
- function nativeKeysIn$1(object) {
762
- var result = [];
763
- if (object != null) {
764
- for (var key in Object(object)) {
765
- result.push(key);
766
- }
767
- }
768
- return result;
769
- }
770
- var _nativeKeysIn = nativeKeysIn$1;
771
-
772
- var isObject$2 = isObject_1,
773
- isPrototype$1 = _isPrototype,
774
- nativeKeysIn = _nativeKeysIn;
775
-
776
- /** Used for built-in method references. */
777
- var objectProto$4 = Object.prototype;
778
-
779
- /** Used to check objects for own properties. */
780
- var hasOwnProperty$3 = objectProto$4.hasOwnProperty;
781
-
782
- /**
783
- * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense.
784
- *
785
- * @private
786
- * @param {Object} object The object to query.
787
- * @returns {Array} Returns the array of property names.
788
- */
789
- function baseKeysIn$1(object) {
790
- if (!isObject$2(object)) {
791
- return nativeKeysIn(object);
792
- }
793
- var isProto = isPrototype$1(object),
794
- result = [];
795
- for (var key in object) {
796
- if (!(key == 'constructor' && (isProto || !hasOwnProperty$3.call(object, key)))) {
797
- result.push(key);
798
- }
799
- }
800
- return result;
801
- }
802
- var _baseKeysIn = baseKeysIn$1;
803
-
804
- var arrayLikeKeys = _arrayLikeKeys,
805
- baseKeysIn = _baseKeysIn,
806
- isArrayLike = isArrayLike_1;
807
-
808
- /**
809
- * Creates an array of the own and inherited enumerable property names of `object`.
810
- *
811
- * **Note:** Non-object values are coerced to objects.
812
- *
813
- * @static
814
- * @memberOf _
815
- * @since 3.0.0
816
- * @category Object
817
- * @param {Object} object The object to query.
818
- * @returns {Array} Returns the array of property names.
819
- * @example
820
- *
821
- * function Foo() {
822
- * this.a = 1;
823
- * this.b = 2;
824
- * }
825
- *
826
- * Foo.prototype.c = 3;
827
- *
828
- * _.keysIn(new Foo);
829
- * // => ['a', 'b', 'c'] (iteration order is not guaranteed)
830
- */
831
- function keysIn$3(object) {
832
- return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object);
833
- }
834
- var keysIn_1 = keysIn$3;
835
-
836
- var copyObject$2 = _copyObject,
837
- keysIn$2 = keysIn_1;
838
-
839
- /**
840
- * The base implementation of `_.assignIn` without support for multiple sources
841
- * or `customizer` functions.
842
- *
843
- * @private
844
- * @param {Object} object The destination object.
845
- * @param {Object} source The source object.
846
- * @returns {Object} Returns `object`.
847
- */
848
- function baseAssignIn$1(object, source) {
849
- return object && copyObject$2(source, keysIn$2(source), object);
850
- }
851
- var _baseAssignIn = baseAssignIn$1;
852
-
853
- var _cloneBufferExports = {};
854
- var _cloneBuffer = {
855
- get exports(){ return _cloneBufferExports; },
856
- set exports(v){ _cloneBufferExports = v; },
857
- };
858
-
859
- (function (module, exports) {
860
- var root = _root;
861
-
862
- /** Detect free variable `exports`. */
863
- var freeExports = exports && !exports.nodeType && exports;
864
-
865
- /** Detect free variable `module`. */
866
- var freeModule = freeExports && 'object' == 'object' && module && !module.nodeType && module;
867
-
868
- /** Detect the popular CommonJS extension `module.exports`. */
869
- var moduleExports = freeModule && freeModule.exports === freeExports;
870
-
871
- /** Built-in value references. */
872
- var Buffer = moduleExports ? root.Buffer : undefined,
873
- allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined;
874
-
875
- /**
876
- * Creates a clone of `buffer`.
877
- *
878
- * @private
879
- * @param {Buffer} buffer The buffer to clone.
880
- * @param {boolean} [isDeep] Specify a deep clone.
881
- * @returns {Buffer} Returns the cloned buffer.
882
- */
883
- function cloneBuffer(buffer, isDeep) {
884
- if (isDeep) {
885
- return buffer.slice();
886
- }
887
- var length = buffer.length,
888
- result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);
889
- buffer.copy(result);
890
- return result;
891
- }
892
- module.exports = cloneBuffer;
893
- })(_cloneBuffer, _cloneBufferExports);
894
-
895
- /**
896
- * Copies the values of `source` to `array`.
897
- *
898
- * @private
899
- * @param {Array} source The array to copy values from.
900
- * @param {Array} [array=[]] The array to copy values to.
901
- * @returns {Array} Returns `array`.
902
- */
903
- function copyArray$1(source, array) {
904
- var index = -1,
905
- length = source.length;
906
- array || (array = Array(length));
907
- while (++index < length) {
908
- array[index] = source[index];
909
- }
910
- return array;
911
- }
912
- var _copyArray = copyArray$1;
913
-
914
- /**
915
- * A specialized version of `_.filter` for arrays without support for
916
- * iteratee shorthands.
917
- *
918
- * @private
919
- * @param {Array} [array] The array to iterate over.
920
- * @param {Function} predicate The function invoked per iteration.
921
- * @returns {Array} Returns the new filtered array.
922
- */
923
- function arrayFilter$1(array, predicate) {
924
- var index = -1,
925
- length = array == null ? 0 : array.length,
926
- resIndex = 0,
927
- result = [];
928
- while (++index < length) {
929
- var value = array[index];
930
- if (predicate(value, index, array)) {
931
- result[resIndex++] = value;
932
- }
933
- }
934
- return result;
935
- }
936
- var _arrayFilter = arrayFilter$1;
937
-
938
- /**
939
- * This method returns a new empty array.
940
- *
941
- * @static
942
- * @memberOf _
943
- * @since 4.13.0
944
- * @category Util
945
- * @returns {Array} Returns the new empty array.
946
- * @example
947
- *
948
- * var arrays = _.times(2, _.stubArray);
949
- *
950
- * console.log(arrays);
951
- * // => [[], []]
952
- *
953
- * console.log(arrays[0] === arrays[1]);
954
- * // => false
955
- */
956
- function stubArray$2() {
957
- return [];
958
- }
959
- var stubArray_1 = stubArray$2;
960
-
961
- var arrayFilter = _arrayFilter,
962
- stubArray$1 = stubArray_1;
963
-
964
- /** Used for built-in method references. */
965
- var objectProto$3 = Object.prototype;
966
-
967
- /** Built-in value references. */
968
- var propertyIsEnumerable = objectProto$3.propertyIsEnumerable;
969
-
970
- /* Built-in method references for those with the same name as other `lodash` methods. */
971
- var nativeGetSymbols$1 = Object.getOwnPropertySymbols;
972
-
973
- /**
974
- * Creates an array of the own enumerable symbols of `object`.
975
- *
976
- * @private
977
- * @param {Object} object The object to query.
978
- * @returns {Array} Returns the array of symbols.
979
- */
980
- var getSymbols$3 = !nativeGetSymbols$1 ? stubArray$1 : function (object) {
981
- if (object == null) {
982
- return [];
983
- }
984
- object = Object(object);
985
- return arrayFilter(nativeGetSymbols$1(object), function (symbol) {
986
- return propertyIsEnumerable.call(object, symbol);
987
- });
988
- };
989
- var _getSymbols = getSymbols$3;
990
-
991
- var copyObject$1 = _copyObject,
992
- getSymbols$2 = _getSymbols;
993
-
994
- /**
995
- * Copies own symbols of `source` to `object`.
996
- *
997
- * @private
998
- * @param {Object} source The object to copy symbols from.
999
- * @param {Object} [object={}] The object to copy symbols to.
1000
- * @returns {Object} Returns `object`.
1001
- */
1002
- function copySymbols$1(source, object) {
1003
- return copyObject$1(source, getSymbols$2(source), object);
1004
- }
1005
- var _copySymbols = copySymbols$1;
1006
-
1007
- /**
1008
- * Appends the elements of `values` to `array`.
1009
- *
1010
- * @private
1011
- * @param {Array} array The array to modify.
1012
- * @param {Array} values The values to append.
1013
- * @returns {Array} Returns `array`.
1014
- */
1015
- function arrayPush$2(array, values) {
1016
- var index = -1,
1017
- length = values.length,
1018
- offset = array.length;
1019
- while (++index < length) {
1020
- array[offset + index] = values[index];
1021
- }
1022
- return array;
1023
- }
1024
- var _arrayPush = arrayPush$2;
1025
-
1026
- var arrayPush$1 = _arrayPush,
1027
- getPrototype$1 = _getPrototype,
1028
- getSymbols$1 = _getSymbols,
1029
- stubArray = stubArray_1;
1030
-
1031
- /* Built-in method references for those with the same name as other `lodash` methods. */
1032
- var nativeGetSymbols = Object.getOwnPropertySymbols;
1033
-
1034
- /**
1035
- * Creates an array of the own and inherited enumerable symbols of `object`.
1036
- *
1037
- * @private
1038
- * @param {Object} object The object to query.
1039
- * @returns {Array} Returns the array of symbols.
1040
- */
1041
- var getSymbolsIn$2 = !nativeGetSymbols ? stubArray : function (object) {
1042
- var result = [];
1043
- while (object) {
1044
- arrayPush$1(result, getSymbols$1(object));
1045
- object = getPrototype$1(object);
1046
- }
1047
- return result;
1048
- };
1049
- var _getSymbolsIn = getSymbolsIn$2;
1050
-
1051
- var copyObject = _copyObject,
1052
- getSymbolsIn$1 = _getSymbolsIn;
1053
-
1054
- /**
1055
- * Copies own and inherited symbols of `source` to `object`.
1056
- *
1057
- * @private
1058
- * @param {Object} source The object to copy symbols from.
1059
- * @param {Object} [object={}] The object to copy symbols to.
1060
- * @returns {Object} Returns `object`.
1061
- */
1062
- function copySymbolsIn$1(source, object) {
1063
- return copyObject(source, getSymbolsIn$1(source), object);
1064
- }
1065
- var _copySymbolsIn = copySymbolsIn$1;
1066
-
1067
- var arrayPush = _arrayPush,
1068
- isArray$2 = isArray_1;
1069
-
1070
- /**
1071
- * The base implementation of `getAllKeys` and `getAllKeysIn` which uses
1072
- * `keysFunc` and `symbolsFunc` to get the enumerable property names and
1073
- * symbols of `object`.
1074
- *
1075
- * @private
1076
- * @param {Object} object The object to query.
1077
- * @param {Function} keysFunc The function to get the keys of `object`.
1078
- * @param {Function} symbolsFunc The function to get the symbols of `object`.
1079
- * @returns {Array} Returns the array of property names and symbols.
1080
- */
1081
- function baseGetAllKeys$2(object, keysFunc, symbolsFunc) {
1082
- var result = keysFunc(object);
1083
- return isArray$2(object) ? result : arrayPush(result, symbolsFunc(object));
1084
- }
1085
- var _baseGetAllKeys = baseGetAllKeys$2;
1086
-
1087
- var baseGetAllKeys$1 = _baseGetAllKeys,
1088
- getSymbols = _getSymbols,
1089
- keys$1 = keys_1;
1090
-
1091
- /**
1092
- * Creates an array of own enumerable property names and symbols of `object`.
1093
- *
1094
- * @private
1095
- * @param {Object} object The object to query.
1096
- * @returns {Array} Returns the array of property names and symbols.
1097
- */
1098
- function getAllKeys$2(object) {
1099
- return baseGetAllKeys$1(object, keys$1, getSymbols);
1100
- }
1101
- var _getAllKeys = getAllKeys$2;
1102
-
1103
- var baseGetAllKeys = _baseGetAllKeys,
1104
- getSymbolsIn = _getSymbolsIn,
1105
- keysIn$1 = keysIn_1;
1106
-
1107
- /**
1108
- * Creates an array of own and inherited enumerable property names and
1109
- * symbols of `object`.
1110
- *
1111
- * @private
1112
- * @param {Object} object The object to query.
1113
- * @returns {Array} Returns the array of property names and symbols.
1114
- */
1115
- function getAllKeysIn$1(object) {
1116
- return baseGetAllKeys(object, keysIn$1, getSymbolsIn);
1117
- }
1118
- var _getAllKeysIn = getAllKeysIn$1;
1119
-
1120
- var getNative$3 = _getNative,
1121
- root$4 = _root;
1122
-
1123
- /* Built-in method references that are verified to be native. */
1124
- var DataView$1 = getNative$3(root$4, 'DataView');
1125
- var _DataView = DataView$1;
1126
-
1127
- var getNative$2 = _getNative,
1128
- root$3 = _root;
1129
-
1130
- /* Built-in method references that are verified to be native. */
1131
- var Promise$2 = getNative$2(root$3, 'Promise');
1132
- var _Promise = Promise$2;
1133
-
1134
- var getNative$1 = _getNative,
1135
- root$2 = _root;
1136
-
1137
- /* Built-in method references that are verified to be native. */
1138
- var Set$1 = getNative$1(root$2, 'Set');
1139
- var _Set = Set$1;
1140
-
1141
- var getNative = _getNative,
1142
- root$1 = _root;
1143
-
1144
- /* Built-in method references that are verified to be native. */
1145
- var WeakMap$1 = getNative(root$1, 'WeakMap');
1146
- var _WeakMap = WeakMap$1;
1147
-
1148
- var DataView = _DataView,
1149
- Map = _Map,
1150
- Promise$1 = _Promise,
1151
- Set = _Set,
1152
- WeakMap = _WeakMap,
1153
- baseGetTag = _baseGetTag,
1154
- toSource = _toSource;
1155
-
1156
- /** `Object#toString` result references. */
1157
- var mapTag$4 = '[object Map]',
1158
- objectTag$2 = '[object Object]',
1159
- promiseTag = '[object Promise]',
1160
- setTag$4 = '[object Set]',
1161
- weakMapTag$1 = '[object WeakMap]';
1162
- var dataViewTag$3 = '[object DataView]';
1163
-
1164
- /** Used to detect maps, sets, and weakmaps. */
1165
- var dataViewCtorString = toSource(DataView),
1166
- mapCtorString = toSource(Map),
1167
- promiseCtorString = toSource(Promise$1),
1168
- setCtorString = toSource(Set),
1169
- weakMapCtorString = toSource(WeakMap);
1170
-
1171
- /**
1172
- * Gets the `toStringTag` of `value`.
1173
- *
1174
- * @private
1175
- * @param {*} value The value to query.
1176
- * @returns {string} Returns the `toStringTag`.
1177
- */
1178
- var getTag$4 = baseGetTag;
1179
-
1180
- // Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6.
1181
- if (DataView && getTag$4(new DataView(new ArrayBuffer(1))) != dataViewTag$3 || Map && getTag$4(new Map()) != mapTag$4 || Promise$1 && getTag$4(Promise$1.resolve()) != promiseTag || Set && getTag$4(new Set()) != setTag$4 || WeakMap && getTag$4(new WeakMap()) != weakMapTag$1) {
1182
- getTag$4 = function (value) {
1183
- var result = baseGetTag(value),
1184
- Ctor = result == objectTag$2 ? value.constructor : undefined,
1185
- ctorString = Ctor ? toSource(Ctor) : '';
1186
- if (ctorString) {
1187
- switch (ctorString) {
1188
- case dataViewCtorString:
1189
- return dataViewTag$3;
1190
- case mapCtorString:
1191
- return mapTag$4;
1192
- case promiseCtorString:
1193
- return promiseTag;
1194
- case setCtorString:
1195
- return setTag$4;
1196
- case weakMapCtorString:
1197
- return weakMapTag$1;
1198
- }
1199
- }
1200
- return result;
1201
- };
1202
- }
1203
- var _getTag = getTag$4;
1204
-
1205
- /** Used for built-in method references. */
1206
- var objectProto$2 = Object.prototype;
1207
-
1208
- /** Used to check objects for own properties. */
1209
- var hasOwnProperty$2 = objectProto$2.hasOwnProperty;
1210
-
1211
- /**
1212
- * Initializes an array clone.
1213
- *
1214
- * @private
1215
- * @param {Array} array The array to clone.
1216
- * @returns {Array} Returns the initialized clone.
1217
- */
1218
- function initCloneArray$1(array) {
1219
- var length = array.length,
1220
- result = new array.constructor(length);
1221
-
1222
- // Add properties assigned by `RegExp#exec`.
1223
- if (length && typeof array[0] == 'string' && hasOwnProperty$2.call(array, 'index')) {
1224
- result.index = array.index;
1225
- result.input = array.input;
1226
- }
1227
- return result;
1228
- }
1229
- var _initCloneArray = initCloneArray$1;
1230
-
1231
- var root = _root;
1232
-
1233
- /** Built-in value references. */
1234
- var Uint8Array$3 = root.Uint8Array;
1235
- var _Uint8Array = Uint8Array$3;
1236
-
1237
- var Uint8Array$2 = _Uint8Array;
1238
-
1239
- /**
1240
- * Creates a clone of `arrayBuffer`.
1241
- *
1242
- * @private
1243
- * @param {ArrayBuffer} arrayBuffer The array buffer to clone.
1244
- * @returns {ArrayBuffer} Returns the cloned array buffer.
1245
- */
1246
- function cloneArrayBuffer$3(arrayBuffer) {
1247
- var result = new arrayBuffer.constructor(arrayBuffer.byteLength);
1248
- new Uint8Array$2(result).set(new Uint8Array$2(arrayBuffer));
1249
- return result;
1250
- }
1251
- var _cloneArrayBuffer = cloneArrayBuffer$3;
1252
-
1253
- var cloneArrayBuffer$2 = _cloneArrayBuffer;
1254
-
1255
- /**
1256
- * Creates a clone of `dataView`.
1257
- *
1258
- * @private
1259
- * @param {Object} dataView The data view to clone.
1260
- * @param {boolean} [isDeep] Specify a deep clone.
1261
- * @returns {Object} Returns the cloned data view.
1262
- */
1263
- function cloneDataView$1(dataView, isDeep) {
1264
- var buffer = isDeep ? cloneArrayBuffer$2(dataView.buffer) : dataView.buffer;
1265
- return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength);
1266
- }
1267
- var _cloneDataView = cloneDataView$1;
1268
-
1269
- /** Used to match `RegExp` flags from their coerced string values. */
1270
- var reFlags = /\w*$/;
1271
-
1272
- /**
1273
- * Creates a clone of `regexp`.
1274
- *
1275
- * @private
1276
- * @param {Object} regexp The regexp to clone.
1277
- * @returns {Object} Returns the cloned regexp.
1278
- */
1279
- function cloneRegExp$1(regexp) {
1280
- var result = new regexp.constructor(regexp.source, reFlags.exec(regexp));
1281
- result.lastIndex = regexp.lastIndex;
1282
- return result;
1283
- }
1284
- var _cloneRegExp = cloneRegExp$1;
1285
-
1286
- var Symbol$2 = _Symbol;
1287
-
1288
- /** Used to convert symbols to primitives and strings. */
1289
- var symbolProto$1 = Symbol$2 ? Symbol$2.prototype : undefined,
1290
- symbolValueOf$1 = symbolProto$1 ? symbolProto$1.valueOf : undefined;
1291
-
1292
- /**
1293
- * Creates a clone of the `symbol` object.
1294
- *
1295
- * @private
1296
- * @param {Object} symbol The symbol object to clone.
1297
- * @returns {Object} Returns the cloned symbol object.
1298
- */
1299
- function cloneSymbol$1(symbol) {
1300
- return symbolValueOf$1 ? Object(symbolValueOf$1.call(symbol)) : {};
1301
- }
1302
- var _cloneSymbol = cloneSymbol$1;
1303
-
1304
- var cloneArrayBuffer$1 = _cloneArrayBuffer;
1305
-
1306
- /**
1307
- * Creates a clone of `typedArray`.
1308
- *
1309
- * @private
1310
- * @param {Object} typedArray The typed array to clone.
1311
- * @param {boolean} [isDeep] Specify a deep clone.
1312
- * @returns {Object} Returns the cloned typed array.
1313
- */
1314
- function cloneTypedArray$1(typedArray, isDeep) {
1315
- var buffer = isDeep ? cloneArrayBuffer$1(typedArray.buffer) : typedArray.buffer;
1316
- return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);
1317
- }
1318
- var _cloneTypedArray = cloneTypedArray$1;
1319
-
1320
- var cloneArrayBuffer = _cloneArrayBuffer,
1321
- cloneDataView = _cloneDataView,
1322
- cloneRegExp = _cloneRegExp,
1323
- cloneSymbol = _cloneSymbol,
1324
- cloneTypedArray = _cloneTypedArray;
1325
-
1326
- /** `Object#toString` result references. */
1327
- var boolTag$2 = '[object Boolean]',
1328
- dateTag$2 = '[object Date]',
1329
- mapTag$3 = '[object Map]',
1330
- numberTag$2 = '[object Number]',
1331
- regexpTag$2 = '[object RegExp]',
1332
- setTag$3 = '[object Set]',
1333
- stringTag$2 = '[object String]',
1334
- symbolTag$2 = '[object Symbol]';
1335
- var arrayBufferTag$2 = '[object ArrayBuffer]',
1336
- dataViewTag$2 = '[object DataView]',
1337
- float32Tag$1 = '[object Float32Array]',
1338
- float64Tag$1 = '[object Float64Array]',
1339
- int8Tag$1 = '[object Int8Array]',
1340
- int16Tag$1 = '[object Int16Array]',
1341
- int32Tag$1 = '[object Int32Array]',
1342
- uint8Tag$1 = '[object Uint8Array]',
1343
- uint8ClampedTag$1 = '[object Uint8ClampedArray]',
1344
- uint16Tag$1 = '[object Uint16Array]',
1345
- uint32Tag$1 = '[object Uint32Array]';
1346
-
1347
- /**
1348
- * Initializes an object clone based on its `toStringTag`.
1349
- *
1350
- * **Note:** This function only supports cloning values with tags of
1351
- * `Boolean`, `Date`, `Error`, `Map`, `Number`, `RegExp`, `Set`, or `String`.
1352
- *
1353
- * @private
1354
- * @param {Object} object The object to clone.
1355
- * @param {string} tag The `toStringTag` of the object to clone.
1356
- * @param {boolean} [isDeep] Specify a deep clone.
1357
- * @returns {Object} Returns the initialized clone.
1358
- */
1359
- function initCloneByTag$1(object, tag, isDeep) {
1360
- var Ctor = object.constructor;
1361
- switch (tag) {
1362
- case arrayBufferTag$2:
1363
- return cloneArrayBuffer(object);
1364
- case boolTag$2:
1365
- case dateTag$2:
1366
- return new Ctor(+object);
1367
- case dataViewTag$2:
1368
- return cloneDataView(object, isDeep);
1369
- case float32Tag$1:
1370
- case float64Tag$1:
1371
- case int8Tag$1:
1372
- case int16Tag$1:
1373
- case int32Tag$1:
1374
- case uint8Tag$1:
1375
- case uint8ClampedTag$1:
1376
- case uint16Tag$1:
1377
- case uint32Tag$1:
1378
- return cloneTypedArray(object, isDeep);
1379
- case mapTag$3:
1380
- return new Ctor();
1381
- case numberTag$2:
1382
- case stringTag$2:
1383
- return new Ctor(object);
1384
- case regexpTag$2:
1385
- return cloneRegExp(object);
1386
- case setTag$3:
1387
- return new Ctor();
1388
- case symbolTag$2:
1389
- return cloneSymbol(object);
1390
- }
1391
- }
1392
- var _initCloneByTag = initCloneByTag$1;
1393
-
1394
- var isObject$1 = isObject_1;
1395
-
1396
- /** Built-in value references. */
1397
- var objectCreate = Object.create;
1398
-
1399
- /**
1400
- * The base implementation of `_.create` without support for assigning
1401
- * properties to the created object.
1402
- *
1403
- * @private
1404
- * @param {Object} proto The object to inherit from.
1405
- * @returns {Object} Returns the new object.
1406
- */
1407
- var baseCreate$1 = function () {
1408
- function object() {}
1409
- return function (proto) {
1410
- if (!isObject$1(proto)) {
1411
- return {};
1412
- }
1413
- if (objectCreate) {
1414
- return objectCreate(proto);
1415
- }
1416
- object.prototype = proto;
1417
- var result = new object();
1418
- object.prototype = undefined;
1419
- return result;
1420
- };
1421
- }();
1422
- var _baseCreate = baseCreate$1;
1423
-
1424
- var baseCreate = _baseCreate,
1425
- getPrototype = _getPrototype,
1426
- isPrototype = _isPrototype;
1427
-
1428
- /**
1429
- * Initializes an object clone.
1430
- *
1431
- * @private
1432
- * @param {Object} object The object to clone.
1433
- * @returns {Object} Returns the initialized clone.
1434
- */
1435
- function initCloneObject$1(object) {
1436
- return typeof object.constructor == 'function' && !isPrototype(object) ? baseCreate(getPrototype(object)) : {};
1437
- }
1438
- var _initCloneObject = initCloneObject$1;
1439
-
1440
- var getTag$3 = _getTag,
1441
- isObjectLike$2 = isObjectLike_1;
1442
-
1443
- /** `Object#toString` result references. */
1444
- var mapTag$2 = '[object Map]';
1445
-
1446
- /**
1447
- * The base implementation of `_.isMap` without Node.js optimizations.
1448
- *
1449
- * @private
1450
- * @param {*} value The value to check.
1451
- * @returns {boolean} Returns `true` if `value` is a map, else `false`.
1452
- */
1453
- function baseIsMap$1(value) {
1454
- return isObjectLike$2(value) && getTag$3(value) == mapTag$2;
1455
- }
1456
- var _baseIsMap = baseIsMap$1;
1457
-
1458
- var baseIsMap = _baseIsMap,
1459
- baseUnary$1 = _baseUnary,
1460
- nodeUtil$1 = _nodeUtilExports;
1461
-
1462
- /* Node.js helper references. */
1463
- var nodeIsMap = nodeUtil$1 && nodeUtil$1.isMap;
1464
-
1465
- /**
1466
- * Checks if `value` is classified as a `Map` object.
1467
- *
1468
- * @static
1469
- * @memberOf _
1470
- * @since 4.3.0
1471
- * @category Lang
1472
- * @param {*} value The value to check.
1473
- * @returns {boolean} Returns `true` if `value` is a map, else `false`.
1474
- * @example
1475
- *
1476
- * _.isMap(new Map);
1477
- * // => true
1478
- *
1479
- * _.isMap(new WeakMap);
1480
- * // => false
1481
- */
1482
- var isMap$1 = nodeIsMap ? baseUnary$1(nodeIsMap) : baseIsMap;
1483
- var isMap_1 = isMap$1;
1484
-
1485
- var getTag$2 = _getTag,
1486
- isObjectLike$1 = isObjectLike_1;
1487
-
1488
- /** `Object#toString` result references. */
1489
- var setTag$2 = '[object Set]';
1490
-
1491
- /**
1492
- * The base implementation of `_.isSet` without Node.js optimizations.
1493
- *
1494
- * @private
1495
- * @param {*} value The value to check.
1496
- * @returns {boolean} Returns `true` if `value` is a set, else `false`.
1497
- */
1498
- function baseIsSet$1(value) {
1499
- return isObjectLike$1(value) && getTag$2(value) == setTag$2;
1500
- }
1501
- var _baseIsSet = baseIsSet$1;
1502
-
1503
- var baseIsSet = _baseIsSet,
1504
- baseUnary = _baseUnary,
1505
- nodeUtil = _nodeUtilExports;
1506
-
1507
- /* Node.js helper references. */
1508
- var nodeIsSet = nodeUtil && nodeUtil.isSet;
1509
-
1510
- /**
1511
- * Checks if `value` is classified as a `Set` object.
1512
- *
1513
- * @static
1514
- * @memberOf _
1515
- * @since 4.3.0
1516
- * @category Lang
1517
- * @param {*} value The value to check.
1518
- * @returns {boolean} Returns `true` if `value` is a set, else `false`.
1519
- * @example
1520
- *
1521
- * _.isSet(new Set);
1522
- * // => true
1523
- *
1524
- * _.isSet(new WeakSet);
1525
- * // => false
1526
- */
1527
- var isSet$1 = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet;
1528
- var isSet_1 = isSet$1;
1529
-
1530
- var Stack$1 = _Stack,
1531
- arrayEach = _arrayEach,
1532
- assignValue = _assignValue,
1533
- baseAssign = _baseAssign,
1534
- baseAssignIn = _baseAssignIn,
1535
- cloneBuffer = _cloneBufferExports,
1536
- copyArray = _copyArray,
1537
- copySymbols = _copySymbols,
1538
- copySymbolsIn = _copySymbolsIn,
1539
- getAllKeys$1 = _getAllKeys,
1540
- getAllKeysIn = _getAllKeysIn,
1541
- getTag$1 = _getTag,
1542
- initCloneArray = _initCloneArray,
1543
- initCloneByTag = _initCloneByTag,
1544
- initCloneObject = _initCloneObject,
1545
- isArray$1 = isArray_1,
1546
- isBuffer$1 = isBufferExports,
1547
- isMap = isMap_1,
1548
- isObject = isObject_1,
1549
- isSet = isSet_1,
1550
- keys = keys_1,
1551
- keysIn = keysIn_1;
1552
-
1553
- /** Used to compose bitmasks for cloning. */
1554
- var CLONE_DEEP_FLAG$1 = 1,
1555
- CLONE_FLAT_FLAG = 2,
1556
- CLONE_SYMBOLS_FLAG$1 = 4;
1557
-
1558
- /** `Object#toString` result references. */
1559
- var argsTag$1 = '[object Arguments]',
1560
- arrayTag$1 = '[object Array]',
1561
- boolTag$1 = '[object Boolean]',
1562
- dateTag$1 = '[object Date]',
1563
- errorTag$1 = '[object Error]',
1564
- funcTag = '[object Function]',
1565
- genTag = '[object GeneratorFunction]',
1566
- mapTag$1 = '[object Map]',
1567
- numberTag$1 = '[object Number]',
1568
- objectTag$1 = '[object Object]',
1569
- regexpTag$1 = '[object RegExp]',
1570
- setTag$1 = '[object Set]',
1571
- stringTag$1 = '[object String]',
1572
- symbolTag$1 = '[object Symbol]',
1573
- weakMapTag = '[object WeakMap]';
1574
- var arrayBufferTag$1 = '[object ArrayBuffer]',
1575
- dataViewTag$1 = '[object DataView]',
1576
- float32Tag = '[object Float32Array]',
1577
- float64Tag = '[object Float64Array]',
1578
- int8Tag = '[object Int8Array]',
1579
- int16Tag = '[object Int16Array]',
1580
- int32Tag = '[object Int32Array]',
1581
- uint8Tag = '[object Uint8Array]',
1582
- uint8ClampedTag = '[object Uint8ClampedArray]',
1583
- uint16Tag = '[object Uint16Array]',
1584
- uint32Tag = '[object Uint32Array]';
1585
-
1586
- /** Used to identify `toStringTag` values supported by `_.clone`. */
1587
- var cloneableTags = {};
1588
- cloneableTags[argsTag$1] = cloneableTags[arrayTag$1] = cloneableTags[arrayBufferTag$1] = cloneableTags[dataViewTag$1] = cloneableTags[boolTag$1] = cloneableTags[dateTag$1] = cloneableTags[float32Tag] = cloneableTags[float64Tag] = cloneableTags[int8Tag] = cloneableTags[int16Tag] = cloneableTags[int32Tag] = cloneableTags[mapTag$1] = cloneableTags[numberTag$1] = cloneableTags[objectTag$1] = cloneableTags[regexpTag$1] = cloneableTags[setTag$1] = cloneableTags[stringTag$1] = cloneableTags[symbolTag$1] = cloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] = cloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true;
1589
- cloneableTags[errorTag$1] = cloneableTags[funcTag] = cloneableTags[weakMapTag] = false;
1590
-
1591
- /**
1592
- * The base implementation of `_.clone` and `_.cloneDeep` which tracks
1593
- * traversed objects.
1594
- *
1595
- * @private
1596
- * @param {*} value The value to clone.
1597
- * @param {boolean} bitmask The bitmask flags.
1598
- * 1 - Deep clone
1599
- * 2 - Flatten inherited properties
1600
- * 4 - Clone symbols
1601
- * @param {Function} [customizer] The function to customize cloning.
1602
- * @param {string} [key] The key of `value`.
1603
- * @param {Object} [object] The parent object of `value`.
1604
- * @param {Object} [stack] Tracks traversed objects and their clone counterparts.
1605
- * @returns {*} Returns the cloned value.
1606
- */
1607
- function baseClone$1(value, bitmask, customizer, key, object, stack) {
1608
- var result,
1609
- isDeep = bitmask & CLONE_DEEP_FLAG$1,
1610
- isFlat = bitmask & CLONE_FLAT_FLAG,
1611
- isFull = bitmask & CLONE_SYMBOLS_FLAG$1;
1612
- if (customizer) {
1613
- result = object ? customizer(value, key, object, stack) : customizer(value);
1614
- }
1615
- if (result !== undefined) {
1616
- return result;
1617
- }
1618
- if (!isObject(value)) {
1619
- return value;
1620
- }
1621
- var isArr = isArray$1(value);
1622
- if (isArr) {
1623
- result = initCloneArray(value);
1624
- if (!isDeep) {
1625
- return copyArray(value, result);
1626
- }
1627
- } else {
1628
- var tag = getTag$1(value),
1629
- isFunc = tag == funcTag || tag == genTag;
1630
- if (isBuffer$1(value)) {
1631
- return cloneBuffer(value, isDeep);
1632
- }
1633
- if (tag == objectTag$1 || tag == argsTag$1 || isFunc && !object) {
1634
- result = isFlat || isFunc ? {} : initCloneObject(value);
1635
- if (!isDeep) {
1636
- return isFlat ? copySymbolsIn(value, baseAssignIn(result, value)) : copySymbols(value, baseAssign(result, value));
1637
- }
1638
- } else {
1639
- if (!cloneableTags[tag]) {
1640
- return object ? value : {};
1641
- }
1642
- result = initCloneByTag(value, tag, isDeep);
1643
- }
1644
- }
1645
- // Check for circular references and return its corresponding clone.
1646
- stack || (stack = new Stack$1());
1647
- var stacked = stack.get(value);
1648
- if (stacked) {
1649
- return stacked;
1650
- }
1651
- stack.set(value, result);
1652
- if (isSet(value)) {
1653
- value.forEach(function (subValue) {
1654
- result.add(baseClone$1(subValue, bitmask, customizer, subValue, value, stack));
1655
- });
1656
- } else if (isMap(value)) {
1657
- value.forEach(function (subValue, key) {
1658
- result.set(key, baseClone$1(subValue, bitmask, customizer, key, value, stack));
1659
- });
1660
- }
1661
- var keysFunc = isFull ? isFlat ? getAllKeysIn : getAllKeys$1 : isFlat ? keysIn : keys;
1662
- var props = isArr ? undefined : keysFunc(value);
1663
- arrayEach(props || value, function (subValue, key) {
1664
- if (props) {
1665
- key = subValue;
1666
- subValue = value[key];
1667
- }
1668
- // Recursively populate clone (susceptible to call stack limits).
1669
- assignValue(result, key, baseClone$1(subValue, bitmask, customizer, key, value, stack));
1670
- });
1671
- return result;
1672
- }
1673
- var _baseClone = baseClone$1;
1674
-
1675
- var baseClone = _baseClone;
1676
-
1677
- /** Used to compose bitmasks for cloning. */
1678
- var CLONE_DEEP_FLAG = 1,
1679
- CLONE_SYMBOLS_FLAG = 4;
1680
-
1681
- /**
1682
- * This method is like `_.clone` except that it recursively clones `value`.
1683
- *
1684
- * @static
1685
- * @memberOf _
1686
- * @since 1.0.0
1687
- * @category Lang
1688
- * @param {*} value The value to recursively clone.
1689
- * @returns {*} Returns the deep cloned value.
1690
- * @see _.clone
1691
- * @example
1692
- *
1693
- * var objects = [{ 'a': 1 }, { 'b': 2 }];
1694
- *
1695
- * var deep = _.cloneDeep(objects);
1696
- * console.log(deep[0] === objects[0]);
1697
- * // => false
1698
- */
1699
- function cloneDeep(value) {
1700
- return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG);
1701
- }
1702
- var cloneDeep_1 = cloneDeep;
1703
-
1704
- /** Used to stand-in for `undefined` hash values. */
1705
- var HASH_UNDEFINED = '__lodash_hash_undefined__';
1706
-
1707
- /**
1708
- * Adds `value` to the array cache.
1709
- *
1710
- * @private
1711
- * @name add
1712
- * @memberOf SetCache
1713
- * @alias push
1714
- * @param {*} value The value to cache.
1715
- * @returns {Object} Returns the cache instance.
1716
- */
1717
- function setCacheAdd$1(value) {
1718
- this.__data__.set(value, HASH_UNDEFINED);
1719
- return this;
1720
- }
1721
- var _setCacheAdd = setCacheAdd$1;
1722
-
1723
- /**
1724
- * Checks if `value` is in the array cache.
1725
- *
1726
- * @private
1727
- * @name has
1728
- * @memberOf SetCache
1729
- * @param {*} value The value to search for.
1730
- * @returns {number} Returns `true` if `value` is found, else `false`.
1731
- */
1732
- function setCacheHas$1(value) {
1733
- return this.__data__.has(value);
1734
- }
1735
- var _setCacheHas = setCacheHas$1;
1736
-
1737
- var MapCache = _MapCache,
1738
- setCacheAdd = _setCacheAdd,
1739
- setCacheHas = _setCacheHas;
1740
-
1741
- /**
1742
- *
1743
- * Creates an array cache object to store unique values.
1744
- *
1745
- * @private
1746
- * @constructor
1747
- * @param {Array} [values] The values to cache.
1748
- */
1749
- function SetCache$1(values) {
1750
- var index = -1,
1751
- length = values == null ? 0 : values.length;
1752
- this.__data__ = new MapCache();
1753
- while (++index < length) {
1754
- this.add(values[index]);
1755
- }
1756
- }
1757
-
1758
- // Add methods to `SetCache`.
1759
- SetCache$1.prototype.add = SetCache$1.prototype.push = setCacheAdd;
1760
- SetCache$1.prototype.has = setCacheHas;
1761
- var _SetCache = SetCache$1;
1762
-
1763
- /**
1764
- * A specialized version of `_.some` for arrays without support for iteratee
1765
- * shorthands.
1766
- *
1767
- * @private
1768
- * @param {Array} [array] The array to iterate over.
1769
- * @param {Function} predicate The function invoked per iteration.
1770
- * @returns {boolean} Returns `true` if any element passes the predicate check,
1771
- * else `false`.
1772
- */
1773
- function arraySome$1(array, predicate) {
1774
- var index = -1,
1775
- length = array == null ? 0 : array.length;
1776
- while (++index < length) {
1777
- if (predicate(array[index], index, array)) {
1778
- return true;
1779
- }
1780
- }
1781
- return false;
1782
- }
1783
- var _arraySome = arraySome$1;
1784
-
1785
- /**
1786
- * Checks if a `cache` value for `key` exists.
1787
- *
1788
- * @private
1789
- * @param {Object} cache The cache to query.
1790
- * @param {string} key The key of the entry to check.
1791
- * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`.
1792
- */
1793
- function cacheHas$1(cache, key) {
1794
- return cache.has(key);
1795
- }
1796
- var _cacheHas = cacheHas$1;
1797
-
1798
- var SetCache = _SetCache,
1799
- arraySome = _arraySome,
1800
- cacheHas = _cacheHas;
1801
-
1802
- /** Used to compose bitmasks for value comparisons. */
1803
- var COMPARE_PARTIAL_FLAG$3 = 1,
1804
- COMPARE_UNORDERED_FLAG$1 = 2;
1805
-
1806
- /**
1807
- * A specialized version of `baseIsEqualDeep` for arrays with support for
1808
- * partial deep comparisons.
1809
- *
1810
- * @private
1811
- * @param {Array} array The array to compare.
1812
- * @param {Array} other The other array to compare.
1813
- * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
1814
- * @param {Function} customizer The function to customize comparisons.
1815
- * @param {Function} equalFunc The function to determine equivalents of values.
1816
- * @param {Object} stack Tracks traversed `array` and `other` objects.
1817
- * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`.
1818
- */
1819
- function equalArrays$2(array, other, bitmask, customizer, equalFunc, stack) {
1820
- var isPartial = bitmask & COMPARE_PARTIAL_FLAG$3,
1821
- arrLength = array.length,
1822
- othLength = other.length;
1823
- if (arrLength != othLength && !(isPartial && othLength > arrLength)) {
1824
- return false;
1825
- }
1826
- // Check that cyclic values are equal.
1827
- var arrStacked = stack.get(array);
1828
- var othStacked = stack.get(other);
1829
- if (arrStacked && othStacked) {
1830
- return arrStacked == other && othStacked == array;
1831
- }
1832
- var index = -1,
1833
- result = true,
1834
- seen = bitmask & COMPARE_UNORDERED_FLAG$1 ? new SetCache() : undefined;
1835
- stack.set(array, other);
1836
- stack.set(other, array);
1837
-
1838
- // Ignore non-index properties.
1839
- while (++index < arrLength) {
1840
- var arrValue = array[index],
1841
- othValue = other[index];
1842
- if (customizer) {
1843
- var compared = isPartial ? customizer(othValue, arrValue, index, other, array, stack) : customizer(arrValue, othValue, index, array, other, stack);
1844
- }
1845
- if (compared !== undefined) {
1846
- if (compared) {
1847
- continue;
1848
- }
1849
- result = false;
1850
- break;
1851
- }
1852
- // Recursively compare arrays (susceptible to call stack limits).
1853
- if (seen) {
1854
- if (!arraySome(other, function (othValue, othIndex) {
1855
- if (!cacheHas(seen, othIndex) && (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {
1856
- return seen.push(othIndex);
1857
- }
1858
- })) {
1859
- result = false;
1860
- break;
1861
- }
1862
- } else if (!(arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) {
1863
- result = false;
1864
- break;
1865
- }
1866
- }
1867
- stack['delete'](array);
1868
- stack['delete'](other);
1869
- return result;
1870
- }
1871
- var _equalArrays = equalArrays$2;
1872
-
1873
- /**
1874
- * Converts `map` to its key-value pairs.
1875
- *
1876
- * @private
1877
- * @param {Object} map The map to convert.
1878
- * @returns {Array} Returns the key-value pairs.
1879
- */
1880
- function mapToArray$1(map) {
1881
- var index = -1,
1882
- result = Array(map.size);
1883
- map.forEach(function (value, key) {
1884
- result[++index] = [key, value];
1885
- });
1886
- return result;
1887
- }
1888
- var _mapToArray = mapToArray$1;
1889
-
1890
- /**
1891
- * Converts `set` to an array of its values.
1892
- *
1893
- * @private
1894
- * @param {Object} set The set to convert.
1895
- * @returns {Array} Returns the values.
1896
- */
1897
- function setToArray$1(set) {
1898
- var index = -1,
1899
- result = Array(set.size);
1900
- set.forEach(function (value) {
1901
- result[++index] = value;
1902
- });
1903
- return result;
1904
- }
1905
- var _setToArray = setToArray$1;
1906
-
1907
- var Symbol$1 = _Symbol,
1908
- Uint8Array$1 = _Uint8Array,
1909
- eq = eq_1,
1910
- equalArrays$1 = _equalArrays,
1911
- mapToArray = _mapToArray,
1912
- setToArray = _setToArray;
1913
-
1914
- /** Used to compose bitmasks for value comparisons. */
1915
- var COMPARE_PARTIAL_FLAG$2 = 1,
1916
- COMPARE_UNORDERED_FLAG = 2;
1917
-
1918
- /** `Object#toString` result references. */
1919
- var boolTag = '[object Boolean]',
1920
- dateTag = '[object Date]',
1921
- errorTag = '[object Error]',
1922
- mapTag = '[object Map]',
1923
- numberTag = '[object Number]',
1924
- regexpTag = '[object RegExp]',
1925
- setTag = '[object Set]',
1926
- stringTag = '[object String]',
1927
- symbolTag = '[object Symbol]';
1928
- var arrayBufferTag = '[object ArrayBuffer]',
1929
- dataViewTag = '[object DataView]';
1930
-
1931
- /** Used to convert symbols to primitives and strings. */
1932
- var symbolProto = Symbol$1 ? Symbol$1.prototype : undefined,
1933
- symbolValueOf = symbolProto ? symbolProto.valueOf : undefined;
1934
-
1935
- /**
1936
- * A specialized version of `baseIsEqualDeep` for comparing objects of
1937
- * the same `toStringTag`.
1938
- *
1939
- * **Note:** This function only supports comparing values with tags of
1940
- * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`.
1941
- *
1942
- * @private
1943
- * @param {Object} object The object to compare.
1944
- * @param {Object} other The other object to compare.
1945
- * @param {string} tag The `toStringTag` of the objects to compare.
1946
- * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
1947
- * @param {Function} customizer The function to customize comparisons.
1948
- * @param {Function} equalFunc The function to determine equivalents of values.
1949
- * @param {Object} stack Tracks traversed `object` and `other` objects.
1950
- * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
1951
- */
1952
- function equalByTag$1(object, other, tag, bitmask, customizer, equalFunc, stack) {
1953
- switch (tag) {
1954
- case dataViewTag:
1955
- if (object.byteLength != other.byteLength || object.byteOffset != other.byteOffset) {
1956
- return false;
1957
- }
1958
- object = object.buffer;
1959
- other = other.buffer;
1960
- case arrayBufferTag:
1961
- if (object.byteLength != other.byteLength || !equalFunc(new Uint8Array$1(object), new Uint8Array$1(other))) {
1962
- return false;
1963
- }
1964
- return true;
1965
- case boolTag:
1966
- case dateTag:
1967
- case numberTag:
1968
- // Coerce booleans to `1` or `0` and dates to milliseconds.
1969
- // Invalid dates are coerced to `NaN`.
1970
- return eq(+object, +other);
1971
- case errorTag:
1972
- return object.name == other.name && object.message == other.message;
1973
- case regexpTag:
1974
- case stringTag:
1975
- // Coerce regexes to strings and treat strings, primitives and objects,
1976
- // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring
1977
- // for more details.
1978
- return object == other + '';
1979
- case mapTag:
1980
- var convert = mapToArray;
1981
- case setTag:
1982
- var isPartial = bitmask & COMPARE_PARTIAL_FLAG$2;
1983
- convert || (convert = setToArray);
1984
- if (object.size != other.size && !isPartial) {
1985
- return false;
1986
- }
1987
- // Assume cyclic values are equal.
1988
- var stacked = stack.get(object);
1989
- if (stacked) {
1990
- return stacked == other;
1991
- }
1992
- bitmask |= COMPARE_UNORDERED_FLAG;
1993
-
1994
- // Recursively compare objects (susceptible to call stack limits).
1995
- stack.set(object, other);
1996
- var result = equalArrays$1(convert(object), convert(other), bitmask, customizer, equalFunc, stack);
1997
- stack['delete'](object);
1998
- return result;
1999
- case symbolTag:
2000
- if (symbolValueOf) {
2001
- return symbolValueOf.call(object) == symbolValueOf.call(other);
2002
- }
2003
- }
2004
- return false;
2005
- }
2006
- var _equalByTag = equalByTag$1;
2007
-
2008
- var getAllKeys = _getAllKeys;
2009
-
2010
- /** Used to compose bitmasks for value comparisons. */
2011
- var COMPARE_PARTIAL_FLAG$1 = 1;
2012
-
2013
- /** Used for built-in method references. */
2014
- var objectProto$1 = Object.prototype;
2015
-
2016
- /** Used to check objects for own properties. */
2017
- var hasOwnProperty$1 = objectProto$1.hasOwnProperty;
2018
-
2019
- /**
2020
- * A specialized version of `baseIsEqualDeep` for objects with support for
2021
- * partial deep comparisons.
2022
- *
2023
- * @private
2024
- * @param {Object} object The object to compare.
2025
- * @param {Object} other The other object to compare.
2026
- * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
2027
- * @param {Function} customizer The function to customize comparisons.
2028
- * @param {Function} equalFunc The function to determine equivalents of values.
2029
- * @param {Object} stack Tracks traversed `object` and `other` objects.
2030
- * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
2031
- */
2032
- function equalObjects$1(object, other, bitmask, customizer, equalFunc, stack) {
2033
- var isPartial = bitmask & COMPARE_PARTIAL_FLAG$1,
2034
- objProps = getAllKeys(object),
2035
- objLength = objProps.length,
2036
- othProps = getAllKeys(other),
2037
- othLength = othProps.length;
2038
- if (objLength != othLength && !isPartial) {
2039
- return false;
2040
- }
2041
- var index = objLength;
2042
- while (index--) {
2043
- var key = objProps[index];
2044
- if (!(isPartial ? key in other : hasOwnProperty$1.call(other, key))) {
2045
- return false;
2046
- }
2047
- }
2048
- // Check that cyclic values are equal.
2049
- var objStacked = stack.get(object);
2050
- var othStacked = stack.get(other);
2051
- if (objStacked && othStacked) {
2052
- return objStacked == other && othStacked == object;
2053
- }
2054
- var result = true;
2055
- stack.set(object, other);
2056
- stack.set(other, object);
2057
- var skipCtor = isPartial;
2058
- while (++index < objLength) {
2059
- key = objProps[index];
2060
- var objValue = object[key],
2061
- othValue = other[key];
2062
- if (customizer) {
2063
- var compared = isPartial ? customizer(othValue, objValue, key, other, object, stack) : customizer(objValue, othValue, key, object, other, stack);
2064
- }
2065
- // Recursively compare objects (susceptible to call stack limits).
2066
- if (!(compared === undefined ? objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack) : compared)) {
2067
- result = false;
2068
- break;
2069
- }
2070
- skipCtor || (skipCtor = key == 'constructor');
2071
- }
2072
- if (result && !skipCtor) {
2073
- var objCtor = object.constructor,
2074
- othCtor = other.constructor;
2075
-
2076
- // Non `Object` object instances with different constructors are not equal.
2077
- if (objCtor != othCtor && 'constructor' in object && 'constructor' in other && !(typeof objCtor == 'function' && objCtor instanceof objCtor && typeof othCtor == 'function' && othCtor instanceof othCtor)) {
2078
- result = false;
2079
- }
2080
- }
2081
- stack['delete'](object);
2082
- stack['delete'](other);
2083
- return result;
2084
- }
2085
- var _equalObjects = equalObjects$1;
2086
-
2087
- var Stack = _Stack,
2088
- equalArrays = _equalArrays,
2089
- equalByTag = _equalByTag,
2090
- equalObjects = _equalObjects,
2091
- getTag = _getTag,
2092
- isArray = isArray_1,
2093
- isBuffer = isBufferExports,
2094
- isTypedArray = isTypedArray_1;
2095
-
2096
- /** Used to compose bitmasks for value comparisons. */
2097
- var COMPARE_PARTIAL_FLAG = 1;
2098
-
2099
- /** `Object#toString` result references. */
2100
- var argsTag = '[object Arguments]',
2101
- arrayTag = '[object Array]',
2102
- objectTag = '[object Object]';
2103
-
2104
- /** Used for built-in method references. */
2105
- var objectProto = Object.prototype;
2106
-
2107
- /** Used to check objects for own properties. */
2108
- var hasOwnProperty = objectProto.hasOwnProperty;
2109
-
2110
- /**
2111
- * A specialized version of `baseIsEqual` for arrays and objects which performs
2112
- * deep comparisons and tracks traversed objects enabling objects with circular
2113
- * references to be compared.
2114
- *
2115
- * @private
2116
- * @param {Object} object The object to compare.
2117
- * @param {Object} other The other object to compare.
2118
- * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details.
2119
- * @param {Function} customizer The function to customize comparisons.
2120
- * @param {Function} equalFunc The function to determine equivalents of values.
2121
- * @param {Object} [stack] Tracks traversed `object` and `other` objects.
2122
- * @returns {boolean} Returns `true` if the objects are equivalent, else `false`.
2123
- */
2124
- function baseIsEqualDeep$1(object, other, bitmask, customizer, equalFunc, stack) {
2125
- var objIsArr = isArray(object),
2126
- othIsArr = isArray(other),
2127
- objTag = objIsArr ? arrayTag : getTag(object),
2128
- othTag = othIsArr ? arrayTag : getTag(other);
2129
- objTag = objTag == argsTag ? objectTag : objTag;
2130
- othTag = othTag == argsTag ? objectTag : othTag;
2131
- var objIsObj = objTag == objectTag,
2132
- othIsObj = othTag == objectTag,
2133
- isSameTag = objTag == othTag;
2134
- if (isSameTag && isBuffer(object)) {
2135
- if (!isBuffer(other)) {
2136
- return false;
2137
- }
2138
- objIsArr = true;
2139
- objIsObj = false;
2140
- }
2141
- if (isSameTag && !objIsObj) {
2142
- stack || (stack = new Stack());
2143
- return objIsArr || isTypedArray(object) ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack);
2144
- }
2145
- if (!(bitmask & COMPARE_PARTIAL_FLAG)) {
2146
- var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'),
2147
- othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__');
2148
- if (objIsWrapped || othIsWrapped) {
2149
- var objUnwrapped = objIsWrapped ? object.value() : object,
2150
- othUnwrapped = othIsWrapped ? other.value() : other;
2151
- stack || (stack = new Stack());
2152
- return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack);
2153
- }
2154
- }
2155
- if (!isSameTag) {
2156
- return false;
2157
- }
2158
- stack || (stack = new Stack());
2159
- return equalObjects(object, other, bitmask, customizer, equalFunc, stack);
2160
- }
2161
- var _baseIsEqualDeep = baseIsEqualDeep$1;
2162
-
2163
- var baseIsEqualDeep = _baseIsEqualDeep,
2164
- isObjectLike = isObjectLike_1;
2165
-
2166
- /**
2167
- * The base implementation of `_.isEqual` which supports partial comparisons
2168
- * and tracks traversed objects.
2169
- *
2170
- * @private
2171
- * @param {*} value The value to compare.
2172
- * @param {*} other The other value to compare.
2173
- * @param {boolean} bitmask The bitmask flags.
2174
- * 1 - Unordered comparison
2175
- * 2 - Partial comparison
2176
- * @param {Function} [customizer] The function to customize comparisons.
2177
- * @param {Object} [stack] Tracks traversed `value` and `other` objects.
2178
- * @returns {boolean} Returns `true` if the values are equivalent, else `false`.
2179
- */
2180
- function baseIsEqual$1(value, other, bitmask, customizer, stack) {
2181
- if (value === other) {
2182
- return true;
2183
- }
2184
- if (value == null || other == null || !isObjectLike(value) && !isObjectLike(other)) {
2185
- return value !== value && other !== other;
2186
- }
2187
- return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual$1, stack);
2188
- }
2189
- var _baseIsEqual = baseIsEqual$1;
2190
-
2191
- var baseIsEqual = _baseIsEqual;
2192
-
2193
- /**
2194
- * Performs a deep comparison between two values to determine if they are
2195
- * equivalent.
2196
- *
2197
- * **Note:** This method supports comparing arrays, array buffers, booleans,
2198
- * date objects, error objects, maps, numbers, `Object` objects, regexes,
2199
- * sets, strings, symbols, and typed arrays. `Object` objects are compared
2200
- * by their own, not inherited, enumerable properties. Functions and DOM
2201
- * nodes are compared by strict equality, i.e. `===`.
2202
- *
2203
- * @static
2204
- * @memberOf _
2205
- * @since 0.1.0
2206
- * @category Lang
2207
- * @param {*} value The value to compare.
2208
- * @param {*} other The other value to compare.
2209
- * @returns {boolean} Returns `true` if the values are equivalent, else `false`.
2210
- * @example
2211
- *
2212
- * var object = { 'a': 1 };
2213
- * var other = { 'a': 1 };
2214
- *
2215
- * _.isEqual(object, other);
2216
- * // => true
2217
- *
2218
- * object === other;
2219
- * // => false
2220
- */
2221
- function isEqual(value, other) {
2222
- return baseIsEqual(value, other);
2223
- }
2224
- var isEqual_1 = isEqual;
2225
-
2226
- // Unique ID creation requires a high quality random # generator. In the browser we therefore
2227
- // require the crypto API and do not support built-in fallback to lower quality random number
2228
- // generators (like Math.random()).
2229
- var getRandomValues;
2230
- var rnds8 = new Uint8Array(16);
2231
- function rng() {
2232
- // lazy load so that environments that need to polyfill have a chance to do so
2233
- if (!getRandomValues) {
2234
- // getRandomValues needs to be invoked in a context where "this" is a Crypto implementation. Also,
2235
- // find the complete implementation of crypto (msCrypto) on IE11.
2236
- getRandomValues = typeof crypto !== 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto) || typeof msCrypto !== 'undefined' && typeof msCrypto.getRandomValues === 'function' && msCrypto.getRandomValues.bind(msCrypto);
2237
- if (!getRandomValues) {
2238
- throw new Error('crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported');
2239
- }
2240
- }
2241
- return getRandomValues(rnds8);
2242
- }
2243
-
2244
- var REGEX = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;
2245
-
2246
- function validate(uuid) {
2247
- return typeof uuid === 'string' && REGEX.test(uuid);
2248
- }
2249
-
2250
- /**
2251
- * Convert array of 16 byte values to UUID string format of the form:
2252
- * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
2253
- */
2254
-
2255
- var byteToHex = [];
2256
- for (var i = 0; i < 256; ++i) {
2257
- byteToHex.push((i + 0x100).toString(16).substr(1));
2258
- }
2259
- function stringify(arr) {
2260
- var offset = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0;
2261
- // Note: Be careful editing this code! It's been tuned for performance
2262
- // and works in ways you may not expect. See https://github.com/uuidjs/uuid/pull/434
2263
- var uuid = (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + '-' + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + '-' + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + '-' + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + '-' + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase(); // Consistency check for valid UUID. If this throws, it's likely due to one
2264
- // of the following:
2265
- // - One or more input array values don't map to a hex octet (leading to
2266
- // "undefined" in the uuid)
2267
- // - Invalid input values for the RFC `version` or `variant` fields
2268
-
2269
- if (!validate(uuid)) {
2270
- throw TypeError('Stringified UUID is invalid');
2271
- }
2272
- return uuid;
2273
- }
2274
-
2275
- function v4(options, buf, offset) {
2276
- options = options || {};
2277
- var rnds = options.random || (options.rng || rng)(); // Per 4.4, set bits for version and `clock_seq_hi_and_reserved`
2278
-
2279
- rnds[6] = rnds[6] & 0x0f | 0x40;
2280
- rnds[8] = rnds[8] & 0x3f | 0x80; // Copy bytes to buffer, if provided
2281
-
2282
- if (buf) {
2283
- offset = offset || 0;
2284
- for (var i = 0; i < 16; ++i) {
2285
- buf[offset + i] = rnds[i];
2286
- }
2287
- return buf;
2288
- }
2289
- return stringify(rnds);
2290
- }
2291
-
2292
1
  /**!
2293
2
  * Sortable 1.14.0
2294
3
  * @author RubaXa <trash@rubaxa.org>
@@ -4868,278 +2577,4 @@ _extends(Remove, {
4868
2577
  Sortable.mount(new AutoScrollPlugin());
4869
2578
  Sortable.mount(Remove, Revert);
4870
2579
 
4871
- function getItemWithUUID(data) {
4872
- return data.vforkey ? data : {
4873
- vforkey: v4(),
4874
- ...data
4875
- };
4876
- }
4877
- var script = defineComponent({
4878
- name: 'OrList',
4879
- components: {
4880
- OrError: __vue_component__$1,
4881
- OrLabel: __vue_component__$2,
4882
- OrButton: __vue_component__$3,
4883
- OrIconButton: __vue_component__$4,
4884
- OrIcon: __vue_component__$5
4885
- },
4886
- model: {
4887
- prop: 'modelValue',
4888
- event: 'update:modelValue'
4889
- },
4890
- props: {
4891
- modelValue: {
4892
- type: Array,
4893
- required: true
4894
- },
4895
- label: {
4896
- type: String,
4897
- default: '',
4898
- required: false
4899
- },
4900
- buttonLabel: {
4901
- type: String,
4902
- default: '',
4903
- required: false
4904
- },
4905
- itemProps: {
4906
- type: Object,
4907
- default: () => ({}),
4908
- required: false
4909
- },
4910
- handle: {
4911
- type: String,
4912
- default: '',
4913
- required: false
4914
- },
4915
- isDisabled: {
4916
- type: Boolean,
4917
- default: false,
4918
- required: false
4919
- },
4920
- canAdd: {
4921
- type: Boolean,
4922
- default: true,
4923
- required: false
4924
- },
4925
- canDelete: {
4926
- type: Boolean,
4927
- default: true,
4928
- required: false
4929
- },
4930
- canDrag: {
4931
- type: Boolean,
4932
- default: true,
4933
- required: false
4934
- }
4935
- },
4936
- emits: ['update:modelValue', 'item-before-add', 'item-added', 'item-before-delete', 'item-deleted', 'item-before-move', 'item-move'],
4937
- data(props) {
4938
- return {
4939
- sortableInstance: null,
4940
- items: cloneDeep_1(props.modelValue).map(getItemWithUUID)
4941
- };
4942
- },
4943
- computed: {
4944
- hasMoreThanOneItem() {
4945
- return this.items.length > 1;
4946
- },
4947
- dragOptions() {
4948
- return {
4949
- animation: 250,
4950
- easing: 'cubic-bezier(0.12, 0.39, 0.5, 0.93)',
4951
- group: 'description',
4952
- disabled: this.isDisabled,
4953
- handle: this.handle ? `${this.handle}` : '.or-list--handle',
4954
- onUpdate: this.onUpdate
4955
- };
4956
- }
4957
- },
4958
- watch: {
4959
- modelValue(newModelValue) {
4960
- if (isEqual_1(newModelValue, this.items)) return;
4961
- this.items = cloneDeep_1(newModelValue).map(getItemWithUUID);
4962
- },
4963
- items: {
4964
- handler(newItems) {
4965
- this.$emit('update:modelValue', newItems);
4966
- },
4967
- deep: true
4968
- },
4969
- isDisabled(nv) {
4970
- var _a;
4971
- (_a = this.sortableInstance) === null || _a === void 0 ? void 0 : _a.option('disabled', nv);
4972
- },
4973
- handle(nv) {
4974
- var _a;
4975
- (_a = this.sortableInstance) === null || _a === void 0 ? void 0 : _a.option('handle', nv);
4976
- },
4977
- 'items.length': {
4978
- handler(nv) {
4979
- this.$nextTick(() => {
4980
- if (nv > 0 && !this.sortableInstance) {
4981
- this.sortableInstance = Sortable.create(this.$refs.listRef, this.dragOptions);
4982
- }
4983
- if (nv < 1 && this.sortableInstance) {
4984
- this.sortableInstance.destroy();
4985
- this.sortableInstance = null;
4986
- }
4987
- });
4988
- },
4989
- immediate: true
4990
- }
4991
- },
4992
- beforeDestroy() {
4993
- if (this.sortableInstance) {
4994
- this.sortableInstance.destroy();
4995
- this.sortableInstance = null;
4996
- }
4997
- },
4998
- methods: {
4999
- addItem() {
5000
- if (this.isDisabled) return;
5001
- this.$emit('item-before-add', this.items);
5002
- const result = [...this.items, getItemWithUUID(this.itemProps)];
5003
- this.$emit('item-added', result);
5004
- this.items = result;
5005
- },
5006
- deleteItem(index) {
5007
- if (this.isDisabled) return;
5008
- this.$emit('item-before-delete', this.items);
5009
- const result = this.items.filter((_, i) => i !== index);
5010
- this.$emit('item-deleted', result);
5011
- this.items = result;
5012
- },
5013
- onUpdate(_ref) {
5014
- let {
5015
- oldIndex,
5016
- newIndex
5017
- } = _ref;
5018
- if (this.isDisabled) return;
5019
- this.$emit('item-before-move', this.items);
5020
- const result = cloneDeep_1(this.items);
5021
- result.splice(newIndex, 0, result.splice(oldIndex, 1)[0]);
5022
- this.$emit('item-move', result);
5023
- this.items = result;
5024
- }
5025
- }
5026
- });
5027
-
5028
- var css_248z = "@keyframes spinAround-data-v-12a519d6{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-12a519d6{from{opacity:1}to{opacity:0}}.or-list[data-v-12a519d6]{cursor:default}.or-list--header[data-v-12a519d6]{margin-bottom:var(--s-2)}.or-list--handle[data-v-12a519d6]{margin-right:var(--s-3);cursor:move}.or-list--add-button[data-v-12a519d6]{min-width:0!important;height:auto!important;padding:0!important}.or-list--delete-button[data-v-12a519d6]{margin-left:var(--s-3)}.or-list--delete-button[data-v-12a519d6] .or-icon{font-size:.875rem!important}.or-list--item[data-v-12a519d6]{display:flex;align-items:center;justify-content:flex-start;width:100%;margin-bottom:var(--s-4)}.or-list--slot[data-v-12a519d6]{width:100%}.or-list--slot>*[data-v-12a519d6]{width:100%}.or-list.is-disabled[data-v-12a519d6],.or-list[data-v-12a519d6]:disabled{cursor:not-allowed}";
5029
- styleInject(css_248z);
5030
-
5031
- /* script */
5032
- const __vue_script__ = script;
5033
- /* template */
5034
- var __vue_render__ = function () {
5035
- var _vm = this;
5036
- var _h = _vm.$createElement;
5037
- var _c = _vm._self._c || _h;
5038
- return _c('div', {
5039
- staticClass: "or-list"
5040
- }, [_vm._t("header", function () {
5041
- return [_vm.label ? _c('div', {
5042
- staticClass: "or-list--header"
5043
- }, [_c('or-label', {
5044
- attrs: {
5045
- "label": _vm.label
5046
- },
5047
- scopedSlots: _vm._u([{
5048
- key: "append",
5049
- fn: function () {
5050
- return [_vm._t("label-append")];
5051
- },
5052
- proxy: true
5053
- }], null, true)
5054
- })], 1) : _vm._e()];
5055
- }, null, {
5056
- deleteItem: _vm.deleteItem,
5057
- addItem: _vm.addItem
5058
- }), _vm._v(" "), _vm.items.length ? _c('div', {
5059
- ref: "listRef"
5060
- }, _vm._l(_vm.items, function (props, index) {
5061
- return _c('div', {
5062
- key: props.vforkey || index,
5063
- staticClass: "or-list--item",
5064
- attrs: {
5065
- "role": "listitem"
5066
- }
5067
- }, [_vm.canDrag && !_vm.handle && _vm.hasMoreThanOneItem ? _c('or-icon', {
5068
- staticClass: "or-list--handle",
5069
- attrs: {
5070
- "is-disabled": _vm.isDisabled,
5071
- "icon": "drag_handle"
5072
- }
5073
- }) : _vm._e(), _vm._v(" "), _c('div', {
5074
- staticClass: "or-list--slot"
5075
- }, [_vm._t("default", function () {
5076
- return [_c('or-error', {
5077
- attrs: {
5078
- "error": "Default Slot Content"
5079
- }
5080
- })];
5081
- }, null, {
5082
- props: props,
5083
- items: _vm.items,
5084
- index: index,
5085
- deleteItem: _vm.deleteItem,
5086
- addItem: _vm.addItem
5087
- })], 2), _vm._v(" "), _vm.canDelete ? _c('or-icon-button', {
5088
- staticClass: "or-list--delete-button",
5089
- attrs: {
5090
- "icon": "delete",
5091
- "size": "small",
5092
- "icon-color": "neutral-3",
5093
- "is-disabled": _vm.isDisabled
5094
- },
5095
- on: {
5096
- "click": function ($event) {
5097
- $event.preventDefault();
5098
- $event.stopPropagation();
5099
- return _vm.deleteItem(index);
5100
- }
5101
- }
5102
- }) : _vm._e()], 1);
5103
- }), 0) : _vm._e(), _vm._v(" "), _vm._t("footer", function () {
5104
- return [_c('div', {
5105
- staticClass: "or-list--footer"
5106
- }, [_vm.canAdd ? _c('or-button', {
5107
- staticClass: "or-list--add-button",
5108
- attrs: {
5109
- "icon": "add",
5110
- "type": "text",
5111
- "size": "small",
5112
- "content": _vm.buttonLabel,
5113
- "is-disabled": _vm.isDisabled
5114
- },
5115
- on: {
5116
- "click": _vm.addItem
5117
- }
5118
- }) : _vm._e()], 1)];
5119
- }, null, {
5120
- deleteItem: _vm.deleteItem,
5121
- addItem: _vm.addItem
5122
- })], 2);
5123
- };
5124
- var __vue_staticRenderFns__ = [];
5125
-
5126
- /* style */
5127
- const __vue_inject_styles__ = undefined;
5128
- /* scoped */
5129
- const __vue_scope_id__ = "data-v-12a519d6";
5130
- /* module identifier */
5131
- const __vue_module_identifier__ = undefined;
5132
- /* functional template */
5133
- const __vue_is_functional_template__ = false;
5134
- /* style inject */
5135
-
5136
- /* style inject SSR */
5137
-
5138
- /* style inject shadow dom */
5139
-
5140
- const __vue_component__ = /*#__PURE__*/normalizeComponent({
5141
- render: __vue_render__,
5142
- staticRenderFns: __vue_staticRenderFns__
5143
- }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
5144
-
5145
- export { Sortable as S, __vue_component__ as _, isArrayLike_1 as a, _Stack as b, _baseIsEqual as c, isArguments_1 as d, _isIndex as e, isLength_1 as f, _baseAssignValue as g, isEqual_1 as i, keys_1 as k, v4 as v };
2580
+ export { Sortable as S };