@onereach/ui-components 8.4.1-beta.3657.0 → 8.5.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 (1769) hide show
  1. package/dist/bundled/v2/components/OrAvatar/OrAvatar.js +1 -105
  2. package/dist/bundled/v2/components/OrAvatar/constants.js +1 -8
  3. package/dist/bundled/v2/components/OrAvatar/index.js +1 -2
  4. package/dist/bundled/v2/components/OrAvatar-7d519020.js +209 -0
  5. package/dist/bundled/v2/components/OrAvatarV3/OrAvatar.js +2 -106
  6. package/dist/bundled/v2/components/OrAvatarV3/index.js +1 -2
  7. package/dist/bundled/v2/components/OrAvatarV3/props.js +1 -19
  8. package/dist/bundled/v2/components/OrAvatarV3/styles.js +1 -84
  9. package/dist/bundled/v2/components/OrAvatarV3-fff9d395.js +307 -0
  10. package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +2 -137
  11. package/dist/bundled/v2/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +2 -71
  12. package/dist/bundled/v2/components/OrBottomSheetV3/index.js +1 -2
  13. package/dist/bundled/v2/components/OrBottomSheetV3/props.js +1 -7
  14. package/dist/bundled/v2/components/OrBottomSheetV3/styles.js +1 -48
  15. package/dist/bundled/{v3/hooks/useTheme.js → v2/components/OrBottomSheetV3-022aa5f7.js} +3314 -1
  16. package/dist/bundled/v2/components/OrButton/OrButton.js +2 -173
  17. package/dist/bundled/v2/components/OrButton/constants.js +1 -25
  18. package/dist/bundled/v2/components/OrButton/index.js +194 -2
  19. package/dist/bundled/v2/components/OrButtonGroupV3/OrButtonGroup.js +2 -68
  20. package/dist/bundled/v2/components/OrButtonGroupV3/index.js +2 -2
  21. package/dist/bundled/v2/components/OrButtonGroupV3/props.js +1 -1
  22. package/dist/bundled/v2/components/OrButtonGroupV3/styles.js +2 -21
  23. package/dist/bundled/v2/components/OrButtonGroupV3-80d684db.js +85 -0
  24. package/dist/bundled/v2/components/OrButtonV2/OrButton.js +2 -179
  25. package/dist/bundled/v2/components/OrButtonV2/constants.js +1 -43
  26. package/dist/bundled/v2/components/OrButtonV2/index.js +1 -2
  27. package/dist/bundled/v2/components/OrButtonV2-d0c4e061.js +219 -0
  28. package/dist/bundled/v2/components/OrButtonV3/OrButton.js +2 -116
  29. package/dist/bundled/v2/components/OrButtonV3/index.js +1 -2
  30. package/dist/bundled/v2/components/OrButtonV3/props.js +1 -21
  31. package/dist/bundled/v2/components/OrButtonV3/styles.js +1 -75
  32. package/dist/bundled/v2/components/OrButtonV3-b67957f9.js +206 -0
  33. package/dist/bundled/v2/components/OrCard/OrCard.js +1 -2
  34. package/dist/bundled/v2/components/OrCardCollection/OrCardCollection.js +2 -216
  35. package/dist/bundled/v2/components/OrCardCollection/constants.js +1 -7
  36. package/dist/bundled/v2/components/OrCardCollection/index.js +220 -2
  37. package/dist/bundled/v2/components/OrCardCollectionV3/OrCardCollection.js +2 -258
  38. package/dist/bundled/v2/components/OrCardCollectionV3/index.js +1 -2
  39. package/dist/bundled/v2/components/OrCardCollectionV3/props.js +1 -16
  40. package/dist/bundled/v2/components/OrCardCollectionV3/styles.js +1 -38
  41. package/dist/bundled/v2/components/OrCardCollectionV3-a9504b4b.js +306 -0
  42. package/dist/bundled/v2/components/OrCardV3/OrCard.js +2 -71
  43. package/dist/bundled/v2/components/OrCardV3/index.js +1 -2
  44. package/dist/bundled/v2/components/OrCardV3/props.js +1 -8
  45. package/dist/bundled/v2/components/OrCardV3/styles.js +1 -27
  46. package/dist/bundled/v2/components/OrCardV3-be4c65e4.js +100 -0
  47. package/dist/bundled/v2/components/OrCheckbox/OrCheckbox.js +2 -3
  48. package/dist/bundled/v2/components/OrCheckboxGroupV3/OrCheckboxGroup.js +4 -5
  49. package/dist/bundled/v2/components/OrCheckboxTreeV3/OrCheckboxTree.js +2 -208
  50. package/dist/bundled/v2/components/OrCheckboxTreeV3/index.js +1 -1
  51. package/dist/bundled/v2/components/OrCheckboxTreeV3/styles.js +1 -10
  52. package/dist/bundled/v2/components/OrCheckboxTreeV3/utils/extractChildrenValues.js +2 -19
  53. package/dist/bundled/v2/components/OrCheckboxTreeV3-1e00b079.js +230 -0
  54. package/dist/bundled/v2/components/OrCheckboxV3/OrCheckbox.js +2 -183
  55. package/dist/bundled/v2/components/OrCheckboxV3/index.js +1 -1
  56. package/dist/bundled/v2/components/OrCheckboxV3/styles.js +1 -31
  57. package/dist/bundled/v2/components/OrCheckboxV3-e49916ef.js +207 -0
  58. package/dist/bundled/v2/components/OrChip/OrChip.js +2 -91
  59. package/dist/bundled/v2/components/OrChip/index.js +1 -1
  60. package/dist/bundled/v2/components/OrChips/OrChips.js +2 -311
  61. package/dist/bundled/v2/components/OrChips/constants.js +1 -10
  62. package/dist/bundled/v2/components/OrChips/index.js +1 -2
  63. package/dist/bundled/v2/components/OrChips-477b3b51.js +403 -0
  64. package/dist/bundled/v2/components/OrCode/OrCode.js +2 -354
  65. package/dist/bundled/v2/components/OrCode/constants.js +1 -11
  66. package/dist/bundled/v2/components/OrCode/index.js +1 -7
  67. package/dist/bundled/v2/components/OrCode/lang.js +1 -27
  68. package/dist/bundled/v2/components/OrCode/libs.js +1 -5
  69. package/dist/bundled/v2/components/OrCode/theme.js +1 -189
  70. package/dist/bundled/v2/{index-10711eb4.js → components/OrCode-526b84d1.js} +13223 -99
  71. package/dist/bundled/v2/components/OrCodeV3/OrCode.js +2 -494
  72. package/dist/bundled/v2/components/OrCodeV3/index.js +2 -7
  73. package/dist/bundled/v2/components/OrCodeV3/libs.js +1 -5
  74. package/dist/bundled/v2/components/OrCodeV3/props.js +1 -11
  75. package/dist/bundled/v2/components/OrCodeV3/styles.js +1 -28
  76. package/dist/bundled/{v3/OrCode.vue_vue_type_script_lang-e8ef6dee.js → v2/components/OrCodeV3-9d7c4a19.js} +236 -86
  77. package/dist/bundled/v2/components/OrCollapse/OrCollapse.js +2 -4
  78. package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +2 -162
  79. package/dist/bundled/v2/components/OrColorPicker/constants.js +1 -323
  80. package/dist/bundled/v2/components/OrColorPicker/index.js +1 -2
  81. package/dist/bundled/v2/components/OrColorPicker/utils/defultPalette.js +1 -16
  82. package/dist/bundled/v2/components/OrColorPicker-61ed575b.js +492 -0
  83. package/dist/bundled/v2/components/OrCombinedInputV3/OrCombinedInput.js +2 -144
  84. package/dist/bundled/v2/components/OrCombinedInputV3/index.js +2 -2
  85. package/dist/bundled/v2/components/OrCombinedInputV3/props.js +1 -1
  86. package/dist/bundled/v2/components/OrCombinedInputV3/styles.js +1 -16
  87. package/dist/bundled/v2/components/OrCombinedInputV3-f54893ac.js +158 -0
  88. package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +2 -261
  89. package/dist/bundled/v2/components/OrConfirm/index.js +1 -1
  90. package/dist/bundled/v2/components/OrConfirm-146c07d4.js +260 -0
  91. package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +2 -260
  92. package/dist/bundled/v2/components/OrConfirmV3/index.js +1 -2
  93. package/dist/bundled/v2/components/OrConfirmV3/props.js +1 -7
  94. package/dist/bundled/v2/components/OrConfirmV3/styles.js +1 -47
  95. package/dist/bundled/v2/components/OrConfirmV3-5cb169ba.js +305 -0
  96. package/dist/bundled/v2/components/OrContextMenuV3/OrContextMenu.js +2 -108
  97. package/dist/bundled/v2/components/OrContextMenuV3/index.js +109 -2
  98. package/dist/bundled/v2/components/OrContextMenuV3/props.js +1 -1
  99. package/dist/bundled/v2/components/OrDateFormatV3/OrDateFormat.js +2 -69
  100. package/dist/bundled/v2/components/OrDateFormatV3/index.js +1 -1
  101. package/dist/bundled/v2/components/OrDateFormatV3/styles.js +1 -5
  102. package/dist/bundled/v2/components/OrDateFormatV3-effdf0fd.js +72 -0
  103. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +2 -372
  104. package/dist/bundled/v2/components/OrDatePickerV3/index.js +2 -2
  105. package/dist/bundled/v2/components/OrDatePickerV3/props.js +1 -1
  106. package/dist/bundled/v2/components/OrDatePickerV3/styles.js +1 -10
  107. package/dist/bundled/v2/components/OrDatePickerV3-169c5415.js +402 -0
  108. package/dist/bundled/v2/components/OrDateRangePickerV3/OrDateRangePicker.js +2 -485
  109. package/dist/bundled/v2/components/OrDateRangePickerV3/index.js +2 -2
  110. package/dist/bundled/v2/components/OrDateRangePickerV3/props.js +1 -1
  111. package/dist/bundled/v2/components/OrDateRangePickerV3/styles.js +1 -10
  112. package/dist/bundled/v2/components/OrDateRangePickerV3-6985396d.js +487 -0
  113. package/dist/bundled/v2/components/OrDateTimeFormatV3/OrDateTimeFormat.js +2 -76
  114. package/dist/bundled/v2/components/OrDateTimeFormatV3/index.js +1 -1
  115. package/dist/bundled/v2/components/OrDateTimeFormatV3/styles.js +1 -5
  116. package/dist/bundled/v2/components/OrDateTimeFormatV3-945c7ba1.js +77 -0
  117. package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +2 -1062
  118. package/dist/bundled/v2/components/OrDateTimePicker/constants.js +1 -20
  119. package/dist/bundled/v2/components/OrDateTimePicker/index.js +1 -2
  120. package/dist/bundled/v2/components/OrDateTimePicker-e398abc6.js +1262 -0
  121. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +2 -520
  122. package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +2 -12
  123. package/dist/bundled/v2/components/OrDateTimePickerV3/props.js +2 -10
  124. package/dist/bundled/v2/components/OrDateTimePickerV3/styles.js +1 -11
  125. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatDate.js +1 -8
  126. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/formatTime.js +1 -11
  127. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getCurrentDate.js +1 -6
  128. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +1 -9
  129. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getNextMonthDate.js +1 -6
  130. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +1 -12
  131. package/dist/bundled/v2/components/OrDateTimePickerV3/utils/index.js +1 -6
  132. package/dist/bundled/v2/components/OrDateTimePickerV3-d0b03343.js +1715 -0
  133. package/dist/bundled/v2/components/OrEmptyStateV3/OrEmptyState.js +2 -111
  134. package/dist/bundled/v2/components/OrEmptyStateV3/index.js +1 -2
  135. package/dist/bundled/v2/components/OrEmptyStateV3/props.js +1 -7
  136. package/dist/bundled/v2/components/OrEmptyStateV3/styles.js +1 -46
  137. package/dist/bundled/v2/components/OrEmptyStateV3-72493b90.js +158 -0
  138. package/dist/bundled/v2/components/OrError/OrError.js +1 -2
  139. package/dist/bundled/v2/components/OrErrorTagV3/OrErrorTag.js +2 -65
  140. package/dist/bundled/v2/components/OrErrorTagV3/index.js +1 -1
  141. package/dist/bundled/v2/components/OrErrorTagV3/styles.js +1 -15
  142. package/dist/bundled/v2/components/OrErrorTagV3-a9b05fa1.js +78 -0
  143. package/dist/bundled/v2/components/OrErrorV3/OrError.js +2 -71
  144. package/dist/bundled/v2/components/OrErrorV3/index.js +1 -1
  145. package/dist/bundled/v2/components/OrErrorV3/styles.js +1 -19
  146. package/dist/bundled/v2/components/OrErrorV3-e9243e0b.js +88 -0
  147. package/dist/bundled/v2/components/OrExpansionPanelV3/OrExpansionPanel.js +2 -136
  148. package/dist/bundled/v2/components/OrExpansionPanelV3/index.js +1 -2
  149. package/dist/bundled/v2/components/OrExpansionPanelV3/props.js +1 -18
  150. package/dist/bundled/v2/components/OrExpansionPanelV3/styles.js +1 -69
  151. package/dist/bundled/v2/components/OrExpansionPanelV3-0cc724af.js +219 -0
  152. package/dist/bundled/v2/components/OrFabV3/OrFab.js +2 -82
  153. package/dist/bundled/v2/components/OrFabV3/index.js +1 -2
  154. package/dist/bundled/v2/components/OrFabV3/props.js +1 -7
  155. package/dist/bundled/v2/components/OrFabV3/styles.js +1 -19
  156. package/dist/bundled/v2/components/OrFabV3-743bad82.js +104 -0
  157. package/dist/bundled/v2/components/OrFloating/OrFloating.js +2 -186
  158. package/dist/bundled/v2/components/OrFloating/constants.js +1 -22
  159. package/dist/bundled/v2/components/OrFloating/index.js +1 -2
  160. package/dist/bundled/v2/{floating-ui.dom-d9ef0d1f.js → components/OrFloating-22e3d64d.js} +204 -1
  161. package/dist/bundled/v2/components/OrFormGroupV3/OrFormGroup.js +2 -123
  162. package/dist/bundled/v2/components/OrFormGroupV3/index.js +1 -2
  163. package/dist/bundled/v2/components/OrFormGroupV3/props.js +1 -7
  164. package/dist/bundled/v2/components/OrFormGroupV3/styles.js +1 -17
  165. package/dist/bundled/v2/components/OrFormGroupV3-cfc26d86.js +141 -0
  166. package/dist/bundled/v2/components/OrHint/OrHint.js +1 -2
  167. package/dist/bundled/v2/components/OrHintV3/OrHint.js +2 -71
  168. package/dist/bundled/v2/components/OrHintV3/index.js +1 -1
  169. package/dist/bundled/v2/components/OrHintV3/styles.js +1 -19
  170. package/dist/bundled/v2/components/OrHintV3-f31f7a39.js +88 -0
  171. package/dist/bundled/v2/components/OrIcon/OrIcon.js +2 -158
  172. package/dist/bundled/v2/components/OrIcon/constants.js +1 -24
  173. package/dist/bundled/v2/components/OrIcon/index.js +178 -2
  174. package/dist/bundled/v2/components/OrIconButtonV2/OrIconButton.js +6 -7
  175. package/dist/bundled/v2/components/OrIconButtonV3/OrIconButton.js +2 -135
  176. package/dist/bundled/v2/components/OrIconButtonV3/index.js +2 -3
  177. package/dist/bundled/v2/components/OrIconButtonV3/props.js +2 -11
  178. package/dist/bundled/v2/components/OrIconButtonV3/styles.js +1 -72
  179. package/dist/bundled/v2/components/OrIconButtonV3-331241ce.js +209 -0
  180. package/dist/bundled/v2/components/OrIconV3/OrIcon.js +2 -69
  181. package/dist/bundled/v2/components/OrIconV3/index.js +1 -2
  182. package/dist/bundled/v2/components/OrIconV3/props.js +1 -17
  183. package/dist/bundled/v2/components/OrIconV3/styles.js +1 -44
  184. package/dist/bundled/v2/components/OrIconV3-cbb77e49.js +124 -0
  185. package/dist/bundled/v2/components/OrInlineInputBoxV3/OrInlineInputBox.js +2 -68
  186. package/dist/bundled/v2/components/OrInlineInputBoxV3/index.js +1 -2
  187. package/dist/bundled/v2/components/OrInlineInputBoxV3/props.js +1 -7
  188. package/dist/bundled/v2/components/OrInlineInputBoxV3/styles.js +1 -23
  189. package/dist/bundled/{v3/components/OrInlineInputBoxV3/styles.js → v2/components/OrInlineInputBoxV3-16403e8f.js} +72 -1
  190. package/dist/bundled/v2/components/OrInlineInputV3/OrInlineInput.js +2 -344
  191. package/dist/bundled/v2/components/OrInlineInputV3/index.js +2 -3
  192. package/dist/bundled/v2/components/OrInlineInputV3/props.js +2 -9
  193. package/dist/bundled/v2/components/OrInlineInputV3/styles.js +1 -29
  194. package/dist/bundled/v2/components/OrInlineInputV3-de70d89c.js +371 -0
  195. package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +2 -387
  196. package/dist/bundled/v2/components/OrInlineTextEdit/constants.js +1 -13
  197. package/dist/bundled/v2/components/OrInlineTextEdit/index.js +395 -2
  198. package/dist/bundled/v2/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -261
  199. package/dist/bundled/v2/components/OrInlineTextareaV3/index.js +1 -1
  200. package/dist/bundled/v2/components/OrInlineTextareaV3/styles.js +1 -21
  201. package/dist/bundled/v2/components/OrInlineTextareaV3-3cccff10.js +276 -0
  202. package/dist/bundled/v2/components/OrInput/OrInput.js +2 -4
  203. package/dist/bundled/v2/components/OrInputBoxV3/OrInputBox.js +2 -169
  204. package/dist/bundled/v2/components/OrInputBoxV3/index.js +1 -2
  205. package/dist/bundled/v2/components/OrInputBoxV3/props.js +1 -12
  206. package/dist/bundled/v2/components/OrInputBoxV3/styles.js +1 -49
  207. package/dist/bundled/v2/components/OrInputBoxV3-95cfbd71.js +224 -0
  208. package/dist/bundled/v2/components/OrInputV3/OrInput.js +2 -417
  209. package/dist/bundled/v2/components/OrInputV3/index.js +2 -3
  210. package/dist/bundled/v2/components/OrInputV3/props.js +2 -11
  211. package/dist/bundled/v2/components/OrInputV3/styles.js +1 -14
  212. package/dist/bundled/v2/components/OrInputV3-ea905e0f.js +430 -0
  213. package/dist/bundled/v2/components/OrLabel/OrLabel.js +1 -2
  214. package/dist/bundled/v2/components/OrLabelV3/OrLabel.js +2 -93
  215. package/dist/bundled/v2/components/OrLabelV3/index.js +1 -2
  216. package/dist/bundled/v2/components/OrLabelV3/props.js +1 -8
  217. package/dist/bundled/v2/components/OrLabelV3/styles.js +1 -38
  218. package/dist/bundled/v2/components/OrLabelV3-1654fb1f.js +133 -0
  219. package/dist/bundled/v2/components/OrLinkV3/OrLink.js +2 -85
  220. package/dist/bundled/v2/components/OrLinkV3/index.js +1 -2
  221. package/dist/bundled/v2/components/OrLinkV3/props.js +1 -10
  222. package/dist/bundled/v2/components/OrLinkV3/styles.js +1 -32
  223. package/dist/bundled/v2/components/OrLinkV3-da45a4b9.js +123 -0
  224. package/dist/bundled/v2/components/OrList/OrList.js +2 -1122
  225. package/dist/bundled/v2/components/OrList/index.js +1 -1
  226. package/dist/bundled/v2/{sortable.esm-11705107.js → components/OrList-0cac1cf2.js} +2566 -1
  227. package/dist/bundled/v2/components/OrListOfInputs/OrListOfInputs.js +3 -4
  228. package/dist/bundled/v2/components/OrListV3/OrList.js +2 -2
  229. package/dist/bundled/v2/components/OrListV3/index.js +1 -1
  230. package/dist/bundled/v2/components/OrListV3/styles.js +1 -8
  231. package/dist/bundled/v2/{OrList-9dff50b7.js → components/OrListV3-55f5748e.js} +13 -8
  232. package/dist/bundled/v2/components/OrLoader/OrLoader.js +2 -106
  233. package/dist/bundled/v2/components/OrLoader/constants.js +1 -8
  234. package/dist/bundled/v2/components/OrLoader/index.js +111 -2
  235. package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +2 -170
  236. package/dist/bundled/v2/components/OrLoaderV3/index.js +1 -2
  237. package/dist/bundled/v2/components/OrLoaderV3/props.js +1 -18
  238. package/dist/bundled/v2/components/OrLoaderV3/styles.js +1 -17
  239. package/dist/bundled/v2/components/OrLoaderV3-98a1a8a8.js +201 -0
  240. package/dist/bundled/v2/components/OrMenuItemV3/OrMenuItem.js +2 -93
  241. package/dist/bundled/v2/components/OrMenuItemV3/index.js +1 -1
  242. package/dist/bundled/v2/components/OrMenuItemV3/styles.js +1 -21
  243. package/dist/bundled/v2/components/OrMenuItemV3-4fe259d2.js +112 -0
  244. package/dist/bundled/v2/components/OrMenuV3/OrMenu.js +2 -131
  245. package/dist/bundled/v2/components/OrMenuV3/index.js +2 -2
  246. package/dist/bundled/v2/components/OrMenuV3/props.js +1 -1
  247. package/dist/bundled/v2/components/OrMenuV3/styles.js +1 -7
  248. package/dist/bundled/v2/components/OrMenuV3-ae616ef0.js +135 -0
  249. package/dist/bundled/v2/components/OrModal/OrModal.js +2 -183
  250. package/dist/bundled/v2/components/OrModal/constants.js +1 -10
  251. package/dist/bundled/v2/components/OrModal/index.js +1 -2
  252. package/dist/bundled/{v3/useFocusTrap-dabc16ec.js → v2/components/OrModal-8420fe3c.js} +188 -4
  253. package/dist/bundled/v2/components/OrModalV3/OrModal.js +2 -287
  254. package/dist/bundled/v2/components/OrModalV3/index.js +1 -2
  255. package/dist/bundled/v2/components/OrModalV3/props.js +1 -8
  256. package/dist/bundled/v2/components/OrModalV3/styles.js +1 -30
  257. package/dist/bundled/v2/components/OrModalV3-1504bf38.js +319 -0
  258. package/dist/bundled/v2/components/OrNotification/OrNotification.js +2 -128
  259. package/dist/bundled/v2/components/OrNotification/constants.js +1 -14
  260. package/dist/bundled/v2/components/OrNotification/index.js +139 -2
  261. package/dist/bundled/v2/components/OrNotificationV3/OrNotification.js +2 -107
  262. package/dist/bundled/v2/components/OrNotificationV3/index.js +1 -2
  263. package/dist/bundled/v2/components/OrNotificationV3/props.js +1 -9
  264. package/dist/bundled/v2/components/OrNotificationV3/styles.js +1 -54
  265. package/dist/bundled/v2/components/OrNotificationV3-07c99923.js +166 -0
  266. package/dist/bundled/v2/components/OrNumberInput/OrNumberInput.js +1 -1
  267. package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +4 -7
  268. package/dist/bundled/v2/components/OrOverlay/OrOverlay.js +1 -2
  269. package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +2 -78
  270. package/dist/bundled/v2/components/OrOverlayV3/index.js +1 -1
  271. package/dist/bundled/v2/components/OrOverlayV3/styles.js +1 -9
  272. package/dist/bundled/v2/components/OrOverlayV3-58d0580d.js +84 -0
  273. package/dist/bundled/v2/components/OrPaginationV3/OrPagination.js +2 -307
  274. package/dist/bundled/v2/components/OrPaginationV3/index.js +1 -1
  275. package/dist/bundled/v2/components/OrPaginationV3/styles.js +1 -26
  276. package/dist/bundled/v2/components/OrPaginationV3-8d342e06.js +330 -0
  277. package/dist/bundled/v2/components/OrPassword/OrPassword.js +3 -5
  278. package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +2 -217
  279. package/dist/bundled/v2/components/OrPopoverV3/hooks/useFloating.js +3 -137
  280. package/dist/bundled/v2/components/OrPopoverV3/index.js +1 -2
  281. package/dist/bundled/v2/components/OrPopoverV3/props.js +1 -23
  282. package/dist/bundled/v2/components/OrPopoverV3/styles.js +1 -46
  283. package/dist/bundled/v2/components/OrPopoverV3-3af55d28.js +408 -0
  284. package/dist/bundled/v2/components/OrProgress/OrProgress.js +2 -208
  285. package/dist/bundled/v2/components/OrProgress/constants.js +1 -15
  286. package/dist/bundled/v2/components/OrProgress/index.js +1 -2
  287. package/dist/bundled/v2/components/OrProgress-07ca1a3c.js +281 -0
  288. package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +2 -244
  289. package/dist/bundled/v2/components/OrProgressV3/index.js +1 -2
  290. package/dist/bundled/v2/components/OrProgressV3/props.js +1 -15
  291. package/dist/bundled/v2/components/OrProgressV3/styles.js +1 -63
  292. package/dist/bundled/v2/components/OrProgressV3-c8e943a0.js +315 -0
  293. package/dist/bundled/v2/components/OrRadio/OrRadio.js +3 -4
  294. package/dist/bundled/v2/components/OrRadioGroup/OrRadioGroup.js +1 -2
  295. package/dist/bundled/v2/components/OrRadioGroupV3/OrRadioGroup.js +4 -4
  296. package/dist/bundled/v2/components/OrRadioV3/OrRadio.js +2 -164
  297. package/dist/bundled/v2/components/OrRadioV3/index.js +1 -1
  298. package/dist/bundled/v2/components/OrRadioV3/styles.js +1 -31
  299. package/dist/bundled/v2/components/OrRadioV3-7e249447.js +189 -0
  300. package/dist/bundled/v2/components/OrRangeSliderV3/OrRangeSlider.js +2 -243
  301. package/dist/bundled/v2/components/OrRangeSliderV3/index.js +2 -2
  302. package/dist/bundled/v2/components/OrRangeSliderV3/props.js +1 -1
  303. package/dist/bundled/v2/components/OrRangeSliderV3/styles.js +2 -97
  304. package/dist/bundled/v2/components/OrRangeSliderV3-784f0cfb.js +334 -0
  305. package/dist/bundled/v2/components/OrResizeablePanelV3/OrResizeablePanel.js +2 -248
  306. package/dist/bundled/v2/components/OrResizeablePanelV3/index.js +1 -2
  307. package/dist/bundled/v2/components/OrResizeablePanelV3/props.js +1 -16
  308. package/dist/bundled/v2/components/OrResizeablePanelV3/styles.js +1 -186
  309. package/dist/bundled/v2/components/OrResizeablePanelV3-8ca96ef2.js +443 -0
  310. package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +2 -2170
  311. package/dist/bundled/v2/components/OrRichTextEditorV3/index.js +1 -2
  312. package/dist/bundled/v2/components/OrRichTextEditorV3/props.js +1 -7
  313. package/dist/bundled/v2/components/OrRichTextEditorV3/styles.js +1 -38
  314. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +2 -42
  315. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +2 -183
  316. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/index.js +1 -1
  317. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/theme.js +3 -199
  318. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.js +1 -2
  319. package/dist/bundled/v2/components/OrRichTextEditorV3-569d94ba.js +27734 -0
  320. package/dist/bundled/v2/components/OrSearch/OrSearch.js +3 -4
  321. package/dist/bundled/v2/components/OrSearchV3/OrSearch.js +2 -148
  322. package/dist/bundled/v2/components/OrSearchV3/index.js +146 -2
  323. package/dist/bundled/v2/components/OrSearchV3/props.js +1 -1
  324. package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.js +2 -209
  325. package/dist/bundled/v2/components/OrSegmentedControlV3/index.js +1 -2
  326. package/dist/bundled/v2/components/OrSegmentedControlV3/props.js +1 -7
  327. package/dist/bundled/v2/components/OrSegmentedControlV3/styles.js +1 -15
  328. package/dist/bundled/v2/components/OrSegmentedControlV3-b220a9cc.js +227 -0
  329. package/dist/bundled/v2/components/OrSelect/OrSelect.js +2 -1603
  330. package/dist/bundled/v2/components/OrSelect/constants.js +1 -50
  331. package/dist/bundled/v2/components/OrSelect/index.js +1 -1
  332. package/dist/bundled/v2/components/OrSelect-837dfd6b.js +1644 -0
  333. package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +2 -1166
  334. package/dist/bundled/v2/components/OrSelectV3/index.js +2 -2
  335. package/dist/bundled/v2/components/OrSelectV3/props.js +1 -1
  336. package/dist/bundled/v2/components/OrSelectV3/styles.js +1 -54
  337. package/dist/bundled/v2/components/OrSelectV3-68059541.js +1211 -0
  338. package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +2 -138
  339. package/dist/bundled/v2/components/OrSidebar/constants.js +1 -7
  340. package/dist/bundled/v2/components/OrSidebar/index.js +142 -2
  341. package/dist/bundled/v2/components/OrSidebarV3/OrSidebar.js +2 -198
  342. package/dist/bundled/v2/components/OrSidebarV3/index.js +2 -3
  343. package/dist/bundled/v2/components/OrSidebarV3/props.js +2 -9
  344. package/dist/bundled/v2/components/OrSidebarV3/styles.js +2 -64
  345. package/dist/bundled/v2/components/OrSidebarV3-baa2d778.js +262 -0
  346. package/dist/bundled/v2/components/OrSkeleton/constants.js +1 -12
  347. package/dist/bundled/v2/components/OrSkeleton/index.js +1 -4
  348. package/dist/bundled/v2/components/OrSkeleton-8a1572eb.js +379 -0
  349. package/dist/bundled/v2/components/OrSkeletonCircle/OrSkeletonCircle.js +2 -77
  350. package/dist/bundled/v2/components/OrSkeletonCircle/index.js +1 -2
  351. package/dist/bundled/v2/components/OrSkeletonCircleV3/OrSkeletonCircle.js +2 -80
  352. package/dist/bundled/v2/components/OrSkeletonCircleV3/index.js +1 -1
  353. package/dist/bundled/v2/components/OrSkeletonRect/OrSkeletonRect.js +2 -80
  354. package/dist/bundled/v2/components/OrSkeletonRect/index.js +1 -2
  355. package/dist/bundled/v2/components/OrSkeletonRectV3/OrSkeletonRect.js +2 -83
  356. package/dist/bundled/v2/components/OrSkeletonRectV3/index.js +1 -1
  357. package/dist/bundled/v2/components/OrSkeletonText/OrSkeletonText.js +2 -94
  358. package/dist/bundled/v2/components/OrSkeletonText/index.js +1 -2
  359. package/dist/bundled/v2/components/OrSkeletonTextV3/OrSkeletonText.js +2 -113
  360. package/dist/bundled/v2/components/OrSkeletonTextV3/index.js +1 -1
  361. package/dist/bundled/v2/components/OrSkeletonV3/index.js +1 -3
  362. package/dist/bundled/v2/components/OrSkeletonV3/styles.js +1 -34
  363. package/dist/bundled/v2/components/OrSkeletonV3-9ef41031.js +296 -0
  364. package/dist/bundled/v2/components/OrSlider/OrSlider.js +3 -5
  365. package/dist/bundled/v2/components/OrSliderV3/OrSlider.js +2 -187
  366. package/dist/bundled/v2/components/OrSliderV3/index.js +1 -2
  367. package/dist/bundled/v2/components/OrSliderV3/props.js +1 -12
  368. package/dist/bundled/v2/components/OrSliderV3/styles.js +1 -92
  369. package/dist/bundled/v2/components/OrSliderV3-bde29d00.js +283 -0
  370. package/dist/bundled/v2/components/OrSortingV3/OrSorting.js +2 -136
  371. package/dist/bundled/v2/components/OrSortingV3/index.js +1 -1
  372. package/dist/bundled/v2/components/OrSortingV3/styles.js +1 -6
  373. package/dist/bundled/v2/components/OrSortingV3-e5706ed8.js +140 -0
  374. package/dist/bundled/v2/components/OrStepper/OrStepper.js +2 -3
  375. package/dist/bundled/v2/components/OrSwitch/OrSwitch.js +2 -3
  376. package/dist/bundled/v2/components/OrSwitchV3/OrSwitch.js +2 -196
  377. package/dist/bundled/v2/components/OrSwitchV3/index.js +1 -1
  378. package/dist/bundled/v2/components/OrSwitchV3/styles.js +1 -51
  379. package/dist/bundled/v2/components/OrSwitchV3-3ec6db49.js +241 -0
  380. package/dist/bundled/v2/components/OrTab/OrTab.js +2 -3
  381. package/dist/bundled/v2/components/OrTabHeaderItem/OrTabHeaderItem.js +1 -2
  382. package/dist/bundled/v2/components/OrTabV3/OrTab.js +2 -86
  383. package/dist/bundled/v2/components/OrTabV3/OrTab.vue.d.ts +0 -22
  384. package/dist/bundled/v2/components/OrTabV3/index.js +1 -1
  385. package/dist/bundled/v2/components/OrTabV3/styles.d.ts +1 -1
  386. package/dist/bundled/v2/components/OrTabV3/styles.js +1 -25
  387. package/dist/bundled/v2/components/OrTabV3-0c5a1dc9.js +93 -0
  388. package/dist/bundled/v2/components/OrTabs/OrTabs.js +1 -2
  389. package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +2 -235
  390. package/dist/bundled/v2/components/OrTabsV3/OrTabs.vue.d.ts +8 -32
  391. package/dist/bundled/v2/components/OrTabsV3/index.js +1 -2
  392. package/dist/bundled/v2/components/OrTabsV3/props.js +1 -7
  393. package/dist/bundled/v2/components/OrTabsV3/styles.d.ts +2 -2
  394. package/dist/bundled/v2/components/OrTabsV3/styles.js +1 -31
  395. package/dist/bundled/v2/components/OrTabsV3-77ba89d8.js +249 -0
  396. package/dist/bundled/v2/components/OrTag/OrTag.js +3 -4
  397. package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +2 -386
  398. package/dist/bundled/v2/components/OrTagInputV3/index.js +2 -2
  399. package/dist/bundled/v2/components/OrTagInputV3/props.js +1 -1
  400. package/dist/bundled/v2/components/OrTagInputV3/styles.js +1 -17
  401. package/dist/bundled/v2/components/OrTagInputV3-f72f3c44.js +395 -0
  402. package/dist/bundled/v2/components/OrTagV3/OrTag.js +2 -120
  403. package/dist/bundled/v2/components/OrTagV3/index.js +1 -2
  404. package/dist/bundled/v2/components/OrTagV3/props.js +1 -13
  405. package/dist/bundled/v2/components/OrTagV3/styles.js +1 -32
  406. package/dist/bundled/v2/components/OrTagV3-fe412dcd.js +159 -0
  407. package/dist/bundled/v2/components/OrTagsV3/OrTags.js +2 -193
  408. package/dist/bundled/v2/components/OrTagsV3/index.js +1 -2
  409. package/dist/bundled/v2/components/OrTagsV3/props.js +1 -11
  410. package/dist/bundled/v2/components/OrTagsV3/styles.js +1 -46
  411. package/dist/bundled/v2/components/OrTagsV3/utils/castToTag.js +1 -12
  412. package/dist/bundled/v2/components/OrTagsV3-e2af9e7a.js +254 -0
  413. package/dist/bundled/v2/components/OrTeleport/OrTeleport.js +2 -630
  414. package/dist/bundled/v2/components/OrTeleport/constants.js +1 -16
  415. package/dist/bundled/v2/components/OrTeleport/index.js +1 -1
  416. package/dist/bundled/v2/components/OrTeleport-9b04228c.js +644 -0
  417. package/dist/bundled/v2/components/OrTeleportV3/OrTeleport.js +1 -1
  418. package/dist/bundled/v2/components/OrTextV3/OrText.js +2 -117
  419. package/dist/bundled/v2/components/OrTextV3/index.js +1 -1
  420. package/dist/bundled/v2/components/OrTextV3/styles.js +1 -17
  421. package/dist/bundled/{v3/OrText.vue_vue_type_script_lang-6ce019db.js → v2/components/OrTextV3-2874b826.js} +56 -2
  422. package/dist/bundled/v2/components/OrTextarea/OrTextarea.js +2 -4
  423. package/dist/bundled/v2/components/OrTextareaV3/OrTextarea.js +2 -243
  424. package/dist/bundled/v2/components/OrTextareaV3/index.js +2 -2
  425. package/dist/bundled/v2/components/OrTextareaV3/props.js +1 -1
  426. package/dist/bundled/v2/components/OrTextareaV3/styles.js +1 -16
  427. package/dist/bundled/v2/components/OrTextareaV3-16bee002.js +252 -0
  428. package/dist/bundled/v2/components/OrTextbox/OrTextbox.js +2 -499
  429. package/dist/bundled/v2/components/OrTextbox/constants.js +1 -11
  430. package/dist/bundled/v2/components/OrTextbox/index.js +505 -2
  431. package/dist/bundled/v2/components/OrTimeFormatV3/OrTimeFormat.js +2 -74
  432. package/dist/bundled/v2/components/OrTimeFormatV3/index.js +1 -1
  433. package/dist/bundled/v2/components/OrTimeFormatV3/styles.js +1 -5
  434. package/dist/bundled/v2/components/OrTimeFormatV3-c36f26c3.js +76 -0
  435. package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +2 -361
  436. package/dist/bundled/v2/components/OrTimePickerV3/index.js +3 -3
  437. package/dist/bundled/v2/components/OrTimePickerV3/props.js +2 -2
  438. package/dist/bundled/v2/components/OrTimePickerV3/styles.js +1 -8
  439. package/dist/bundled/v2/components/OrTimePickerV3-ba195fdf.js +362 -0
  440. package/dist/bundled/v2/components/OrTimeRangePickerV3/OrTimeRangePicker.js +2 -434
  441. package/dist/bundled/v2/components/OrTimeRangePickerV3/index.js +3 -3
  442. package/dist/bundled/v2/components/OrTimeRangePickerV3/props.js +2 -2
  443. package/dist/bundled/v2/components/OrTimeRangePickerV3/styles.js +1 -8
  444. package/dist/bundled/v2/components/OrTimeRangePickerV3-4a15e963.js +434 -0
  445. package/dist/bundled/v2/components/OrToast/OrToast.js +2 -141
  446. package/dist/bundled/v2/components/OrToast/Timer.js +2 -37
  447. package/dist/bundled/v2/components/OrToast/composable/index.js +1 -2
  448. package/dist/bundled/v2/components/OrToast/composable/useQueue.js +2 -33
  449. package/dist/bundled/v2/components/OrToast/composable/useToast.js +1 -86
  450. package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +2 -25
  451. package/dist/bundled/v2/components/OrToast/constants.js +1 -24
  452. package/dist/bundled/v2/components/OrToast/index.js +1 -5
  453. package/dist/bundled/v2/components/OrToast-fc8a6f31.js +520 -0
  454. package/dist/bundled/v2/components/OrToastContainer/OrToastContainer.js +2 -201
  455. package/dist/bundled/v2/components/OrToastContainer/index.js +1 -4
  456. package/dist/bundled/v2/components/OrToastContainerV3/OrToastContainer.js +2 -223
  457. package/dist/bundled/v2/components/OrToastContainerV3/index.js +1 -5
  458. package/dist/bundled/v2/components/OrToastV3/OrToast.js +2 -172
  459. package/dist/bundled/v2/components/OrToastV3/Timer.js +2 -37
  460. package/dist/bundled/v2/components/OrToastV3/composable/index.js +1 -2
  461. package/dist/bundled/v2/components/OrToastV3/composable/useQueue.js +2 -33
  462. package/dist/bundled/v2/components/OrToastV3/composable/useToast.js +1 -86
  463. package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +2 -25
  464. package/dist/bundled/v2/components/OrToastV3/index.js +1 -6
  465. package/dist/bundled/v2/components/OrToastV3/props.js +1 -1
  466. package/dist/bundled/v2/components/OrToastV3/styles.js +1 -59
  467. package/dist/bundled/{v3/components/OrToastV3/OrToast.js → v2/components/OrToastV3-f2aebc72.js} +552 -58
  468. package/dist/bundled/v2/components/OrTooltip/OrTooltip.js +2 -180
  469. package/dist/bundled/v2/components/OrTooltip/index.js +240 -2
  470. package/dist/bundled/v2/components/OrTooltipContent/OrTooltipContent.js +2 -68
  471. package/dist/bundled/v2/components/OrTooltipContent/index.js +1 -1
  472. package/dist/bundled/v2/components/OrTooltipV3/OrTooltip.js +2 -139
  473. package/dist/bundled/v2/components/OrTooltipV3/index.js +2 -2
  474. package/dist/bundled/v2/components/OrTooltipV3/props.js +1 -1
  475. package/dist/bundled/v2/components/OrTooltipV3/styles.js +2 -48
  476. package/dist/bundled/v2/components/OrTooltipV3-8df03b27.js +182 -0
  477. package/dist/bundled/v2/components/OrTreeV3/OrTree.js +2 -423
  478. package/dist/bundled/v2/components/OrTreeV3/index.js +429 -2
  479. package/dist/bundled/v2/components/index.js +92 -173
  480. package/dist/bundled/v2/directives/dropdown-close.js +2 -14
  481. package/dist/bundled/v2/directives/dropdown-open.js +2 -19
  482. package/dist/bundled/v2/directives/index.js +1 -2
  483. package/dist/bundled/v2/hooks/index.js +1 -10
  484. package/dist/bundled/v2/hooks/useControlAttributes.js +2 -12
  485. package/dist/bundled/v2/hooks/useElevation.js +2 -25
  486. package/dist/bundled/v2/hooks/useIdAttribute.js +2 -12
  487. package/dist/bundled/v2/hooks/useOverflow.js +2 -75
  488. package/dist/bundled/v2/hooks/usePopoverState.js +2 -42
  489. package/dist/bundled/v2/hooks/useProxyModelValue.js +2 -29
  490. package/dist/bundled/v2/hooks/useResponsive/index.js +1 -1
  491. package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +2 -203
  492. package/dist/bundled/v2/hooks/useTheme.js +1 -3753
  493. package/dist/bundled/v2/hooks/useToggle.js +2 -23
  494. package/dist/bundled/v2/hooks/useValidationAttributes.js +2 -16
  495. package/dist/bundled/v2/index.js +94 -199
  496. package/dist/bundled/v2/utils/constants/color.js +1 -16
  497. package/dist/bundled/v2/utils/constants/key-codes.js +1 -16
  498. package/dist/bundled/v2/utils/constants/poper.js +1 -10
  499. package/dist/bundled/v2/utils/constants/regex.js +1 -49
  500. package/dist/bundled/v2/utils/functions/color.js +1 -40
  501. package/dist/bundled/v2/utils/functions/dom.js +1 -2
  502. package/dist/bundled/v2/utils/functions/flattenDeep.js +1 -6
  503. package/dist/bundled/v2/utils/functions/hash.js +1 -8
  504. package/dist/bundled/v2/utils/functions/px-to-rem.js +1 -3
  505. package/dist/bundled/v2/utils/functions/text.js +2 -9
  506. package/dist/bundled/v2/utils/index.js +2 -12
  507. package/dist/bundled/v2/utils/isEmpty.js +1 -5
  508. package/dist/bundled/v2/utils/isEmptyValue.js +1 -5
  509. package/dist/bundled/v2/utils/isEqualValue.js +1 -8
  510. package/dist/bundled/v2/utils/isVisible.js +1 -5
  511. package/dist/esm/v2/{OrCardCollection-b9198c61.js → OrCardCollection-15ac88fa.js} +1 -1
  512. package/dist/esm/v2/{OrDateFormat-90426655.js → OrDateFormat-176aef8b.js} +2 -2
  513. package/dist/esm/v2/{OrDatePicker-40432166.js → OrDatePicker-8784a6a5.js} +2 -2
  514. package/dist/esm/v2/{OrDateRangePicker-0a9adf41.js → OrDateRangePicker-ae6714e2.js} +2 -2
  515. package/dist/esm/v2/{OrDateTimeFormat-56dde766.js → OrDateTimeFormat-c2a54cac.js} +2 -2
  516. package/dist/esm/v2/{OrDateTimePicker-66aa931a.js → OrDateTimePicker-b085ff13.js} +1 -1
  517. package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-42488637.js → OrDateTimePicker.vue_rollup-plugin-vue_script-3bed9790.js} +1 -1
  518. package/dist/esm/v2/{OrDateTimePickerTimeSelect-11d972d0.js → OrDateTimePickerTimeSelect-602c5287.js} +1 -1
  519. package/dist/esm/v2/{OrMenuItem-d204cbc7.js → OrMenuItem-f377dc2d.js} +5 -5
  520. package/dist/esm/v2/{OrPagination-65a12cc6.js → OrPagination-f4020a6f.js} +1 -1
  521. package/dist/esm/v2/{OrRichTextEditor-cdbf7790.js → OrRichTextEditor-b7e948b4.js} +1 -1
  522. package/dist/esm/v2/{OrSelect-2c3cc149.js → OrSelect-6d6eec7a.js} +1 -1
  523. package/dist/esm/v2/{OrSorting-faf377cc.js → OrSorting-16f81092.js} +1 -1
  524. package/dist/esm/v2/{OrTab-b0ee117b.js → OrTab-2eea055a.js} +6 -22
  525. package/dist/esm/v2/{OrTabs-c28c758e.js → OrTabs-e3720a8f.js} +20 -39
  526. package/dist/esm/v2/{OrTimeFormat-6d3b87bc.js → OrTimeFormat-770f8be3.js} +2 -2
  527. package/dist/esm/v2/{OrTimePicker-d047d1d9.js → OrTimePicker-70034d60.js} +2 -2
  528. package/dist/esm/v2/{OrTimeRangePicker-da705573.js → OrTimeRangePicker-4e521ac0.js} +2 -2
  529. package/dist/esm/v2/components/index.js +18 -18
  530. package/dist/esm/v2/components/or-card-collection-v3/index.js +3 -3
  531. package/dist/esm/v2/components/or-date-format-v3/index.js +4 -4
  532. package/dist/esm/v2/components/or-date-picker-v3/index.js +4 -4
  533. package/dist/esm/v2/components/or-date-range-picker-v3/index.js +4 -4
  534. package/dist/esm/v2/components/or-date-time-format-v3/index.js +4 -4
  535. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +4 -4
  536. package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +2 -2
  537. package/dist/esm/v2/components/or-menu-item-v3/index.js +1 -1
  538. package/dist/esm/v2/components/or-pagination-v3/index.js +2 -2
  539. package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +2 -2
  540. package/dist/esm/v2/components/or-select-v3/index.js +2 -2
  541. package/dist/esm/v2/components/or-sorting-v3/index.js +2 -2
  542. package/dist/esm/v2/components/or-tab-v3/OrTab.vue.d.ts +0 -22
  543. package/dist/esm/v2/components/or-tab-v3/index.js +1 -1
  544. package/dist/esm/v2/components/or-tab-v3/styles.d.ts +1 -1
  545. package/dist/esm/v2/components/or-tabs-v3/OrTabs.vue.d.ts +8 -32
  546. package/dist/esm/v2/components/or-tabs-v3/index.js +3 -3
  547. package/dist/esm/v2/components/or-tabs-v3/styles.d.ts +2 -2
  548. package/dist/esm/v2/components/or-time-format-v3/index.js +4 -4
  549. package/dist/esm/v2/components/or-time-picker-v3/index.js +4 -4
  550. package/dist/esm/v2/components/or-time-range-picker-v3/index.js +4 -4
  551. package/dist/esm/v2/index.js +18 -18
  552. package/dist/esm/v3/{OrCardCollection-549e5f80.js → OrCardCollection-8bbbbe26.js} +1 -1
  553. package/dist/esm/v3/{OrDateFormat-36ba02e5.js → OrDateFormat-8c9095ca.js} +2 -2
  554. package/dist/esm/v3/{OrDatePicker-7b626917.js → OrDatePicker-be607573.js} +2 -2
  555. package/dist/esm/v3/{OrDateRangePicker-c7570324.js → OrDateRangePicker-a16dcb30.js} +2 -2
  556. package/dist/esm/v3/{OrDateTimeFormat-c8076fb8.js → OrDateTimeFormat-88ba723e.js} +2 -2
  557. package/dist/esm/v3/{OrDateTimePicker-b1ec68a8.js → OrDateTimePicker-eccf252e.js} +1 -1
  558. package/dist/esm/v3/{OrDateTimePickerTimeSelect-c97af8c7.js → OrDateTimePickerTimeSelect-bc9342dd.js} +1 -1
  559. package/dist/esm/v3/{OrMenuItem-77e47b3b.js → OrMenuItem-c5d2a427.js} +5 -5
  560. package/dist/esm/v3/{OrPagination-18243eb9.js → OrPagination-4d9fa9a6.js} +1 -1
  561. package/dist/esm/v3/{OrRichTextEditor-eda0097a.js → OrRichTextEditor-995c5f4e.js} +1 -1
  562. package/dist/esm/v3/{OrSelect-02223247.js → OrSelect-e3032afb.js} +1 -1
  563. package/dist/esm/v3/{OrSorting-bfe2200c.js → OrSorting-4cf454bb.js} +1 -1
  564. package/dist/esm/v3/{OrTab-280dbc79.js → OrTab-276ea81d.js} +7 -23
  565. package/dist/esm/v3/{OrTabs-386a7ea8.js → OrTabs-c68c8be3.js} +21 -38
  566. package/dist/esm/v3/{OrTimeFormat-26cfaafd.js → OrTimeFormat-fc7a59f2.js} +2 -2
  567. package/dist/esm/v3/{OrTimePicker-ebfff3ab.js → OrTimePicker-7e4a8000.js} +2 -2
  568. package/dist/esm/v3/{OrTimeRangePicker-477cadab.js → OrTimeRangePicker-2d5a72ce.js} +2 -2
  569. package/dist/esm/v3/components/index.js +17 -17
  570. package/dist/esm/v3/components/or-card-collection-v3/index.js +3 -3
  571. package/dist/esm/v3/components/or-date-format-v3/index.js +4 -4
  572. package/dist/esm/v3/components/or-date-picker-v3/index.js +4 -4
  573. package/dist/esm/v3/components/or-date-range-picker-v3/index.js +4 -4
  574. package/dist/esm/v3/components/or-date-time-format-v3/index.js +4 -4
  575. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +3 -3
  576. package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +2 -2
  577. package/dist/esm/v3/components/or-menu-item-v3/index.js +1 -1
  578. package/dist/esm/v3/components/or-pagination-v3/index.js +2 -2
  579. package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +2 -2
  580. package/dist/esm/v3/components/or-select-v3/index.js +2 -2
  581. package/dist/esm/v3/components/or-sorting-v3/index.js +2 -2
  582. package/dist/esm/v3/components/or-tab-v3/OrTab.vue.d.ts +0 -18
  583. package/dist/esm/v3/components/or-tab-v3/index.js +1 -1
  584. package/dist/esm/v3/components/or-tab-v3/styles.d.ts +1 -1
  585. package/dist/esm/v3/components/or-tabs-v3/OrTabs.vue.d.ts +7 -26
  586. package/dist/esm/v3/components/or-tabs-v3/index.js +3 -3
  587. package/dist/esm/v3/components/or-tabs-v3/styles.d.ts +2 -2
  588. package/dist/esm/v3/components/or-time-format-v3/index.js +4 -4
  589. package/dist/esm/v3/components/or-time-picker-v3/index.js +4 -4
  590. package/dist/esm/v3/components/or-time-range-picker-v3/index.js +4 -4
  591. package/dist/esm/v3/index.js +17 -17
  592. package/package.json +15 -13
  593. package/src/components/or-menu-item-v3/OrMenuItem.vue +2 -2
  594. package/src/components/or-menu-item-v3/styles.ts +3 -4
  595. package/src/components/or-tab-v3/OrTab.vue +3 -15
  596. package/src/components/or-tab-v3/styles.ts +7 -25
  597. package/src/components/or-tabs-v3/OrTabs.vue +13 -34
  598. package/src/components/or-tabs-v3/styles.ts +13 -13
  599. package/dist/bundled/v2/OrDateTimePickerMonthSelect-7e3ffd97.js +0 -574
  600. package/dist/bundled/v2/OrDateTimePickerPopoverHeader-13a1f9e3.js +0 -235
  601. package/dist/bundled/v2/OrDateTimePickerTimeSelect-7ce1b97d.js +0 -359
  602. package/dist/bundled/v2/_baseAssignValue-2250dbc9.js +0 -38
  603. package/dist/bundled/v2/_baseIsEqual-fe2002b6.js +0 -1237
  604. package/dist/bundled/v2/_baseProperty-a52739e9.js +0 -15
  605. package/dist/bundled/v2/_commonjsHelpers-1789f0cf.js +0 -7
  606. package/dist/bundled/v2/components/OrCardCollection/types.js +0 -1
  607. package/dist/bundled/v2/components/OrCardCollectionV3/types.js +0 -1
  608. package/dist/bundled/v2/components/OrCheckboxTreeV3/types.js +0 -1
  609. package/dist/bundled/v2/components/OrColorPicker/types.js +0 -1
  610. package/dist/bundled/v2/components/OrDateTimePickerV3/types.js +0 -1
  611. package/dist/bundled/v2/components/OrEmptyStateV3/types.js +0 -1
  612. package/dist/bundled/v2/components/OrListV3/types.js +0 -1
  613. package/dist/bundled/v2/components/OrLoader/types.js +0 -1
  614. package/dist/bundled/v2/components/OrOverflowMenu/types.js +0 -1
  615. package/dist/bundled/v2/components/OrPaginationV3/types.js +0 -1
  616. package/dist/bundled/v2/components/OrPopoverV3/hooks/types.js +0 -1
  617. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/codemirror/types.js +0 -1
  618. package/dist/bundled/v2/components/OrSegmentedControlV3/types.js +0 -1
  619. package/dist/bundled/v2/components/OrSelect/types.js +0 -1
  620. package/dist/bundled/v2/components/OrSelectV3/types.js +0 -1
  621. package/dist/bundled/v2/components/OrSortingV3/types.js +0 -1
  622. package/dist/bundled/v2/components/OrTabsV3/types.js +0 -1
  623. package/dist/bundled/v2/components/OrTagsV3/types.js +0 -1
  624. package/dist/bundled/v2/components/OrToast/types.js +0 -1
  625. package/dist/bundled/v2/components/OrToastV3/types.js +0 -1
  626. package/dist/bundled/v2/components/OrTreeV3/types.js +0 -8
  627. package/dist/bundled/v2/dom-cec392f3.js +0 -260
  628. package/dist/bundled/v2/eq-44ea4d70.js +0 -77
  629. package/dist/bundled/v2/get-34aa21f4.js +0 -856
  630. package/dist/bundled/v2/index-0fa7e6ca.js +0 -114
  631. package/dist/bundled/v2/index-3de14f24.js +0 -2301
  632. package/dist/bundled/v2/index-4acf7746.js +0 -94
  633. package/dist/bundled/v2/index-5564585f.js +0 -295
  634. package/dist/bundled/v2/index-5d81edfd.js +0 -760
  635. package/dist/bundled/v2/index-67eff9fe.js +0 -9715
  636. package/dist/bundled/v2/index-7121b6d0.js +0 -8
  637. package/dist/bundled/v2/index-8becffff.js +0 -1912
  638. package/dist/bundled/v2/index-9ab841c5.js +0 -837
  639. package/dist/bundled/v2/index-c1efbf6a.js +0 -819
  640. package/dist/bundled/v2/index-c54ed0b9.js +0 -361
  641. package/dist/bundled/v2/index-c80eecf1.js +0 -1636
  642. package/dist/bundled/v2/index-d41efd2a.js +0 -1379
  643. package/dist/bundled/v2/index-f1a845c3.js +0 -3158
  644. package/dist/bundled/v2/index-f671afe5.js +0 -7127
  645. package/dist/bundled/v2/isArrayLike-e7fb5cae.js +0 -91
  646. package/dist/bundled/v2/isEqual-7a8e6106.js +0 -38
  647. package/dist/bundled/v2/isObject-b7415fc1.js +0 -202
  648. package/dist/bundled/v2/markdown-7d2cd3a5.js +0 -8287
  649. package/dist/bundled/v2/normalize-component-6e8e3d80.js +0 -76
  650. package/dist/bundled/v2/props-7be029c7.js +0 -32
  651. package/dist/bundled/v2/range-82efa3d4.js +0 -136
  652. package/dist/bundled/v2/round-567ede34.js +0 -66
  653. package/dist/bundled/v2/style-inject.es-4c6f2515.js +0 -26
  654. package/dist/bundled/v2/toFinite-bc59ffb0.js +0 -142
  655. package/dist/bundled/v2/toInteger-9fa0151c.js +0 -38
  656. package/dist/bundled/v2/toString-b6e4472a.js +0 -114
  657. package/dist/bundled/v2/types-668300dd.js +0 -5
  658. package/dist/bundled/v2/useFocusTrap-f810e0ea.js +0 -1381
  659. package/dist/bundled/v2/v4-cf8987a3.js +0 -67
  660. package/dist/bundled/v3/OrAvatar.vue_vue_type_script_lang-10c2add0.js +0 -55
  661. package/dist/bundled/v3/OrAvatar.vue_vue_type_script_lang-d1b297c8.js +0 -59
  662. package/dist/bundled/v3/OrBottomSheet.vue_vue_type_script_lang-0cabf675.js +0 -91
  663. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-0fb2b270.js +0 -105
  664. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-dfeef2d0.js +0 -57
  665. package/dist/bundled/v3/OrButton.vue_vue_type_script_lang-e9677805.js +0 -100
  666. package/dist/bundled/v3/OrButtonGroup.vue_vue_type_script_lang-72837423.js +0 -33
  667. package/dist/bundled/v3/OrCard.vue_vue_type_script_lang-81561dd8.js +0 -21
  668. package/dist/bundled/v3/OrCard.vue_vue_type_script_lang-adf1d0a3.js +0 -33
  669. package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-20f91db4.js +0 -103
  670. package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-6e2c25b4.js +0 -136
  671. package/dist/bundled/v3/OrCheckbox.vue_vue_type_script_lang-cdc466f7.js +0 -105
  672. package/dist/bundled/v3/OrCheckbox.vue_vue_type_script_lang-de28fcaf.js +0 -86
  673. package/dist/bundled/v3/OrCheckboxGroup.vue_vue_type_script_lang-0622d8c3.js +0 -57
  674. package/dist/bundled/v3/OrCheckboxTree.vue_vue_type_script_lang-b939bd8a.js +0 -111
  675. package/dist/bundled/v3/OrChip.vue_vue_type_script_lang-cacd81e5.js +0 -43
  676. package/dist/bundled/v3/OrChips.vue_vue_type_script_lang-e1f37564.js +0 -192
  677. package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-8376244c.js +0 -237
  678. package/dist/bundled/v3/OrCollapse.vue_vue_type_script_lang-be1c8c66.js +0 -112
  679. package/dist/bundled/v3/OrColorPicker.vue_vue_type_script_lang-b030a96d.js +0 -59
  680. package/dist/bundled/v3/OrCombinedInput.vue_vue_type_script_lang-cdb2d8ca.js +0 -66
  681. package/dist/bundled/v3/OrConfirm.vue_vue_type_script_lang-09002522.js +0 -168
  682. package/dist/bundled/v3/OrConfirm.vue_vue_type_script_lang-2887602e.js +0 -163
  683. package/dist/bundled/v3/OrContextMenu.vue_vue_type_script_lang-16abb02a.js +0 -65
  684. package/dist/bundled/v3/OrDateFormat.vue_vue_type_script_lang-fef42ccd.js +0 -34
  685. package/dist/bundled/v3/OrDatePicker.vue_vue_type_script_lang-514737bb.js +0 -193
  686. package/dist/bundled/v3/OrDateRangePicker.vue_vue_type_script_lang-279b0e67.js +0 -225
  687. package/dist/bundled/v3/OrDateTimeFormat.vue_vue_type_script_lang-15603748.js +0 -41
  688. package/dist/bundled/v3/OrDateTimePicker.vue_vue_type_script_lang-0542cccc.js +0 -763
  689. package/dist/bundled/v3/OrDateTimePicker.vue_vue_type_script_lang-76b4b7b7.js +0 -260
  690. package/dist/bundled/v3/OrDateTimePickerMonthSelect.vue_vue_type_script_lang-60fd42d0.js +0 -336
  691. package/dist/bundled/v3/OrDateTimePickerPopoverHeader-5e6ba5aa.js +0 -207
  692. package/dist/bundled/v3/OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-40a2de7e.js +0 -105
  693. package/dist/bundled/v3/OrDateTimePickerTimeSelect-178aa93a.js +0 -85
  694. package/dist/bundled/v3/OrDateTimePickerTimeSelect.vue_vue_type_script_lang-636aa4a8.js +0 -215
  695. package/dist/bundled/v3/OrEmptyState.vue_vue_type_script_lang-2c1f09ef.js +0 -64
  696. package/dist/bundled/v3/OrError.vue_vue_type_script_lang-450321b8.js +0 -13
  697. package/dist/bundled/v3/OrError.vue_vue_type_script_lang-fcf91781.js +0 -29
  698. package/dist/bundled/v3/OrErrorTag.vue_vue_type_script_lang-057dcb3b.js +0 -24
  699. package/dist/bundled/v3/OrExpansionPanel.vue_vue_type_script_lang-7fad7b18.js +0 -68
  700. package/dist/bundled/v3/OrFab.vue_vue_type_script_lang-d68402ac.js +0 -39
  701. package/dist/bundled/v3/OrFloating.vue_vue_type_script_lang-38aa1d83.js +0 -148
  702. package/dist/bundled/v3/OrFormGroup.vue_vue_type_script_lang-165cf30e.js +0 -63
  703. package/dist/bundled/v3/OrHint.vue_vue_type_script_lang-0ab8b932.js +0 -29
  704. package/dist/bundled/v3/OrHint.vue_vue_type_script_lang-5eb3ee22.js +0 -14
  705. package/dist/bundled/v3/OrIcon.vue_vue_type_script_lang-db2e3f85.js +0 -34
  706. package/dist/bundled/v3/OrIcon.vue_vue_type_script_lang-f3cbff23.js +0 -99
  707. package/dist/bundled/v3/OrIconButton.vue_vue_type_script_lang-667eefbf.js +0 -77
  708. package/dist/bundled/v3/OrIconButton.vue_vue_type_script_lang-f6bf7dda.js +0 -143
  709. package/dist/bundled/v3/OrInlineInput.vue_vue_type_script_lang-5ab4644e.js +0 -141
  710. package/dist/bundled/v3/OrInlineInputBox.vue_vue_type_script_lang-fe99c485.js +0 -30
  711. package/dist/bundled/v3/OrInlineTextEdit.vue_vue_type_script_lang-d2f3ad39.js +0 -233
  712. package/dist/bundled/v3/OrInlineTextarea.vue_vue_type_script_lang-c6d82ad5.js +0 -132
  713. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-0d7cb6c3.js +0 -146
  714. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-515ff78a.js +0 -190
  715. package/dist/bundled/v3/OrInputBox.vue_vue_type_script_lang-989d5ee6.js +0 -93
  716. package/dist/bundled/v3/OrLabel.vue_vue_type_script_lang-6243e348.js +0 -41
  717. package/dist/bundled/v3/OrLabel.vue_vue_type_script_lang-e2bcff17.js +0 -45
  718. package/dist/bundled/v3/OrLink.vue_vue_type_script_lang-c35ed9e3.js +0 -46
  719. package/dist/bundled/v3/OrList.vue_vue_type_script_lang-8df85a8d.js +0 -1008
  720. package/dist/bundled/v3/OrList.vue_vue_type_script_lang-e1c786c5.js +0 -208
  721. package/dist/bundled/v3/OrListOfInputs.vue_vue_type_script_lang-34a006d0.js +0 -79
  722. package/dist/bundled/v3/OrLoader.vue_vue_type_script_lang-52edc8f8.js +0 -80
  723. package/dist/bundled/v3/OrLoader.vue_vue_type_script_lang-a1fed697.js +0 -48
  724. package/dist/bundled/v3/OrMenu.vue_vue_type_script_lang-3feb056b.js +0 -76
  725. package/dist/bundled/v3/OrMenuItem.vue_vue_type_script_lang-0ac024bf.js +0 -39
  726. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-4a14c3ae.js +0 -163
  727. package/dist/bundled/v3/OrModal.vue_vue_type_script_lang-70904ce1.js +0 -101
  728. package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-5fd54a49.js +0 -54
  729. package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-81d7cfef.js +0 -70
  730. package/dist/bundled/v3/OrNumberInput.vue_vue_type_script_lang-b832e611.js +0 -114
  731. package/dist/bundled/v3/OrOverflowMenu.vue_vue_type_script_lang-5bde29a6.js +0 -139
  732. package/dist/bundled/v3/OrOverlay.vue_vue_type_script_lang-2f5d626d.js +0 -33
  733. package/dist/bundled/v3/OrOverlay.vue_vue_type_script_lang-4a0cd054.js +0 -40
  734. package/dist/bundled/v3/OrPagination.vue_vue_type_script_lang-041013db.js +0 -167
  735. package/dist/bundled/v3/OrPassword.vue_vue_type_script_lang-1165ec6c.js +0 -100
  736. package/dist/bundled/v3/OrPopover.vue_vue_type_script_lang-877797ba.js +0 -162
  737. package/dist/bundled/v3/OrProgress.vue_vue_type_script_lang-4b93a66e.js +0 -136
  738. package/dist/bundled/v3/OrProgress.vue_vue_type_script_lang-c4bd7133.js +0 -130
  739. package/dist/bundled/v3/OrRadio.vue_vue_type_script_lang-750ce51f.js +0 -82
  740. package/dist/bundled/v3/OrRadio.vue_vue_type_script_lang-a4f043e9.js +0 -92
  741. package/dist/bundled/v3/OrRadioGroup.vue_vue_type_script_lang-75b6c81b.js +0 -47
  742. package/dist/bundled/v3/OrRadioGroup.vue_vue_type_script_lang-8fad9a5f.js +0 -56
  743. package/dist/bundled/v3/OrRangeSlider.vue_vue_type_script_lang-e17cd5a8.js +0 -150
  744. package/dist/bundled/v3/OrResizeablePanel.vue_vue_type_script_lang-e2f723b0.js +0 -187
  745. package/dist/bundled/v3/OrRichTextEditor.vue_vue_type_script_lang-a22416de.js +0 -1910
  746. package/dist/bundled/v3/OrSearch.vue_vue_type_script_lang-245c9614.js +0 -123
  747. package/dist/bundled/v3/OrSearch.vue_vue_type_script_lang-46df9961.js +0 -83
  748. package/dist/bundled/v3/OrSegmentedControl.vue_vue_type_script_lang-10bd4ea8.js +0 -135
  749. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-baf7c270.js +0 -1267
  750. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-d99e4138.js +0 -747
  751. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-777f8c4f.js +0 -131
  752. package/dist/bundled/v3/OrSidebar.vue_vue_type_script_lang-d6e95246.js +0 -85
  753. package/dist/bundled/v3/OrSkeletonCircle.vue_vue_type_script_lang-2a2e5870.js +0 -44
  754. package/dist/bundled/v3/OrSkeletonCircle.vue_vue_type_script_lang-b768e00d.js +0 -38
  755. package/dist/bundled/v3/OrSkeletonRect.vue_vue_type_script_lang-32f819ad.js +0 -41
  756. package/dist/bundled/v3/OrSkeletonRect.vue_vue_type_script_lang-3a1d6b32.js +0 -47
  757. package/dist/bundled/v3/OrSkeletonText.vue_vue_type_script_lang-502607ef.js +0 -71
  758. package/dist/bundled/v3/OrSkeletonText.vue_vue_type_script_lang-cfe360bb.js +0 -50
  759. package/dist/bundled/v3/OrSlider.vue_vue_type_script_lang-ae4652e3.js +0 -227
  760. package/dist/bundled/v3/OrSlider.vue_vue_type_script_lang-e26488b0.js +0 -115
  761. package/dist/bundled/v3/OrSorting.vue_vue_type_script_lang-e819d8a0.js +0 -66
  762. package/dist/bundled/v3/OrStepper.vue_vue_type_script_lang-33639493.js +0 -377
  763. package/dist/bundled/v3/OrSwitch.vue_vue_type_script_lang-3ef06bbd.js +0 -78
  764. package/dist/bundled/v3/OrSwitch.vue_vue_type_script_lang-9e9e15d1.js +0 -91
  765. package/dist/bundled/v3/OrTab.vue_vue_type_script_lang-c0fa2c25.js +0 -34
  766. package/dist/bundled/v3/OrTab.vue_vue_type_script_lang-d9ee65b6.js +0 -57
  767. package/dist/bundled/v3/OrTabHeaderItem.vue_vue_type_script_lang-e1a0b91f.js +0 -60
  768. package/dist/bundled/v3/OrTabs.vue_vue_type_script_lang-9129d34b.js +0 -46
  769. package/dist/bundled/v3/OrTabs.vue_vue_type_script_lang-d98ae665.js +0 -148
  770. package/dist/bundled/v3/OrTag.vue_vue_type_script_lang-533656e5.js +0 -55
  771. package/dist/bundled/v3/OrTag.vue_vue_type_script_lang-b62c0b79.js +0 -58
  772. package/dist/bundled/v3/OrTagInput.vue_vue_type_script_lang-fa961339.js +0 -202
  773. package/dist/bundled/v3/OrTags.vue_vue_type_script_lang-4221ee26.js +0 -115
  774. package/dist/bundled/v3/OrTeleport.vue3.vue_vue_type_script_lang-dfc6301c.js +0 -16
  775. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-5624556c.js +0 -187
  776. package/dist/bundled/v3/OrTextarea.vue_vue_type_script_lang-9f62ecd7.js +0 -112
  777. package/dist/bundled/v3/OrTextbox.vue_vue_type_script_lang-d0db6077.js +0 -336
  778. package/dist/bundled/v3/OrTimeFormat.vue_vue_type_script_lang-acef5eaa.js +0 -39
  779. package/dist/bundled/v3/OrTimePicker.vue_vue_type_script_lang-4bda3fcb.js +0 -191
  780. package/dist/bundled/v3/OrTimeRangePicker.vue_vue_type_script_lang-5d813382.js +0 -202
  781. package/dist/bundled/v3/OrToastContainer.vue_vue_type_script_lang-84d3f4c8.js +0 -155
  782. package/dist/bundled/v3/OrToastContainer.vue_vue_type_script_lang-b019a53c.js +0 -135
  783. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-288c978f.js +0 -113
  784. package/dist/bundled/v3/OrTooltip.vue_vue_type_script_lang-a8c7bc09.js +0 -77
  785. package/dist/bundled/v3/OrTooltipContent.vue_vue_type_script_lang-4c1afacb.js +0 -19
  786. package/dist/bundled/v3/OrTree.vue_vue_type_script_lang-f6e6d6ac.js +0 -310
  787. package/dist/bundled/v3/_baseAssignValue-2250dbc9.js +0 -38
  788. package/dist/bundled/v3/_baseIsEqual-fe2002b6.js +0 -1237
  789. package/dist/bundled/v3/_baseProperty-a52739e9.js +0 -15
  790. package/dist/bundled/v3/_commonjsHelpers-1789f0cf.js +0 -7
  791. package/dist/bundled/v3/components/OrAvatar/OrAvatar.js +0 -33
  792. package/dist/bundled/v3/components/OrAvatar/OrAvatar.vue.d.ts +0 -47
  793. package/dist/bundled/v3/components/OrAvatar/constants.d.ts +0 -5
  794. package/dist/bundled/v3/components/OrAvatar/constants.js +0 -8
  795. package/dist/bundled/v3/components/OrAvatar/index.d.ts +0 -2
  796. package/dist/bundled/v3/components/OrAvatar/index.js +0 -2
  797. package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.js +0 -24
  798. package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.vue.d.ts +0 -55
  799. package/dist/bundled/v3/components/OrAvatarV3/index.d.ts +0 -2
  800. package/dist/bundled/v3/components/OrAvatarV3/index.js +0 -2
  801. package/dist/bundled/v3/components/OrAvatarV3/props.d.ts +0 -15
  802. package/dist/bundled/v3/components/OrAvatarV3/props.js +0 -19
  803. package/dist/bundled/v3/components/OrAvatarV3/styles.d.ts +0 -6
  804. package/dist/bundled/v3/components/OrAvatarV3/styles.js +0 -84
  805. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +0 -31
  806. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.vue.d.ts +0 -566
  807. package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.d.ts +0 -530
  808. package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +0 -71
  809. package/dist/bundled/v3/components/OrBottomSheetV3/index.d.ts +0 -2
  810. package/dist/bundled/v3/components/OrBottomSheetV3/index.js +0 -2
  811. package/dist/bundled/v3/components/OrBottomSheetV3/props.d.ts +0 -4
  812. package/dist/bundled/v3/components/OrBottomSheetV3/props.js +0 -7
  813. package/dist/bundled/v3/components/OrBottomSheetV3/styles.d.ts +0 -6
  814. package/dist/bundled/v3/components/OrBottomSheetV3/styles.js +0 -48
  815. package/dist/bundled/v3/components/OrButton/OrButton.js +0 -43
  816. package/dist/bundled/v3/components/OrButton/OrButton.vue.d.ts +0 -153
  817. package/dist/bundled/v3/components/OrButton/constants.d.ts +0 -21
  818. package/dist/bundled/v3/components/OrButton/constants.js +0 -25
  819. package/dist/bundled/v3/components/OrButton/index.d.ts +0 -2
  820. package/dist/bundled/v3/components/OrButton/index.js +0 -2
  821. package/dist/bundled/v3/components/OrButtonGroupV3/OrButtonGroup.js +0 -13
  822. package/dist/bundled/v3/components/OrButtonGroupV3/OrButtonGroup.vue.d.ts +0 -37
  823. package/dist/bundled/v3/components/OrButtonGroupV3/index.d.ts +0 -2
  824. package/dist/bundled/v3/components/OrButtonGroupV3/index.js +0 -2
  825. package/dist/bundled/v3/components/OrButtonGroupV3/props.d.ts +0 -1
  826. package/dist/bundled/v3/components/OrButtonGroupV3/props.js +0 -1
  827. package/dist/bundled/v3/components/OrButtonGroupV3/styles.d.ts +0 -3
  828. package/dist/bundled/v3/components/OrButtonGroupV3/styles.js +0 -21
  829. package/dist/bundled/v3/components/OrButtonV2/OrButton.js +0 -42
  830. package/dist/bundled/v3/components/OrButtonV2/OrButton.vue.d.ts +0 -126
  831. package/dist/bundled/v3/components/OrButtonV2/constants.d.ts +0 -35
  832. package/dist/bundled/v3/components/OrButtonV2/constants.js +0 -43
  833. package/dist/bundled/v3/components/OrButtonV2/index.d.ts +0 -3
  834. package/dist/bundled/v3/components/OrButtonV2/index.js +0 -3
  835. package/dist/bundled/v3/components/OrButtonV3/OrButton.js +0 -36
  836. package/dist/bundled/v3/components/OrButtonV3/OrButton.vue.d.ts +0 -78
  837. package/dist/bundled/v3/components/OrButtonV3/index.d.ts +0 -2
  838. package/dist/bundled/v3/components/OrButtonV3/index.js +0 -2
  839. package/dist/bundled/v3/components/OrButtonV3/props.d.ts +0 -16
  840. package/dist/bundled/v3/components/OrButtonV3/props.js +0 -21
  841. package/dist/bundled/v3/components/OrButtonV3/styles.d.ts +0 -4
  842. package/dist/bundled/v3/components/OrButtonV3/styles.js +0 -75
  843. package/dist/bundled/v3/components/OrCard/OrCard.js +0 -21
  844. package/dist/bundled/v3/components/OrCard/OrCard.vue.d.ts +0 -18
  845. package/dist/bundled/v3/components/OrCard/index.d.ts +0 -1
  846. package/dist/bundled/v3/components/OrCard/index.js +0 -1
  847. package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.js +0 -88
  848. package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.vue.d.ts +0 -86
  849. package/dist/bundled/v3/components/OrCardCollection/constants.d.ts +0 -4
  850. package/dist/bundled/v3/components/OrCardCollection/constants.js +0 -7
  851. package/dist/bundled/v3/components/OrCardCollection/index.d.ts +0 -3
  852. package/dist/bundled/v3/components/OrCardCollection/index.js +0 -2
  853. package/dist/bundled/v3/components/OrCardCollection/types.d.ts +0 -8
  854. package/dist/bundled/v3/components/OrCardCollection/types.js +0 -1
  855. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +0 -65
  856. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.vue.d.ts +0 -93
  857. package/dist/bundled/v3/components/OrCardCollectionV3/index.d.ts +0 -3
  858. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +0 -2
  859. package/dist/bundled/v3/components/OrCardCollectionV3/props.d.ts +0 -8
  860. package/dist/bundled/v3/components/OrCardCollectionV3/props.js +0 -16
  861. package/dist/bundled/v3/components/OrCardCollectionV3/styles.d.ts +0 -6
  862. package/dist/bundled/v3/components/OrCardCollectionV3/styles.js +0 -38
  863. package/dist/bundled/v3/components/OrCardCollectionV3/types.d.ts +0 -8
  864. package/dist/bundled/v3/components/OrCardCollectionV3/types.js +0 -1
  865. package/dist/bundled/v3/components/OrCardV3/OrCard.js +0 -15
  866. package/dist/bundled/v3/components/OrCardV3/OrCard.vue.d.ts +0 -37
  867. package/dist/bundled/v3/components/OrCardV3/index.d.ts +0 -2
  868. package/dist/bundled/v3/components/OrCardV3/index.js +0 -2
  869. package/dist/bundled/v3/components/OrCardV3/props.d.ts +0 -5
  870. package/dist/bundled/v3/components/OrCardV3/props.js +0 -8
  871. package/dist/bundled/v3/components/OrCardV3/styles.d.ts +0 -4
  872. package/dist/bundled/v3/components/OrCardV3/styles.js +0 -27
  873. package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.js +0 -68
  874. package/dist/bundled/v3/components/OrCheckbox/OrCheckbox.vue.d.ts +0 -73
  875. package/dist/bundled/v3/components/OrCheckbox/index.d.ts +0 -1
  876. package/dist/bundled/v3/components/OrCheckbox/index.js +0 -1
  877. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +0 -33
  878. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.vue.d.ts +0 -73
  879. package/dist/bundled/v3/components/OrCheckboxGroupV3/index.d.ts +0 -1
  880. package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +0 -1
  881. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +0 -64
  882. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.vue.d.ts +0 -65
  883. package/dist/bundled/v3/components/OrCheckboxTreeV3/index.d.ts +0 -2
  884. package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +0 -1
  885. package/dist/bundled/v3/components/OrCheckboxTreeV3/styles.d.ts +0 -2
  886. package/dist/bundled/v3/components/OrCheckboxTreeV3/styles.js +0 -10
  887. package/dist/bundled/v3/components/OrCheckboxTreeV3/types.d.ts +0 -8
  888. package/dist/bundled/v3/components/OrCheckboxTreeV3/types.js +0 -1
  889. package/dist/bundled/v3/components/OrCheckboxTreeV3/utils/extractChildrenValues.d.ts +0 -2
  890. package/dist/bundled/v3/components/OrCheckboxTreeV3/utils/extractChildrenValues.js +0 -19
  891. package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +0 -47
  892. package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.vue.d.ts +0 -90
  893. package/dist/bundled/v3/components/OrCheckboxV3/index.d.ts +0 -1
  894. package/dist/bundled/v3/components/OrCheckboxV3/index.js +0 -1
  895. package/dist/bundled/v3/components/OrCheckboxV3/styles.d.ts +0 -3
  896. package/dist/bundled/v3/components/OrCheckboxV3/styles.js +0 -31
  897. package/dist/bundled/v3/components/OrChip/OrChip.js +0 -29
  898. package/dist/bundled/v3/components/OrChip/OrChip.vue.d.ts +0 -42
  899. package/dist/bundled/v3/components/OrChip/index.d.ts +0 -1
  900. package/dist/bundled/v3/components/OrChip/index.js +0 -1
  901. package/dist/bundled/v3/components/OrChips/OrChips.js +0 -49
  902. package/dist/bundled/v3/components/OrChips/OrChips.vue.d.ts +0 -69
  903. package/dist/bundled/v3/components/OrChips/constants.d.ts +0 -9
  904. package/dist/bundled/v3/components/OrChips/constants.js +0 -10
  905. package/dist/bundled/v3/components/OrChips/index.d.ts +0 -2
  906. package/dist/bundled/v3/components/OrChips/index.js +0 -2
  907. package/dist/bundled/v3/components/OrCode/OrCode.js +0 -91
  908. package/dist/bundled/v3/components/OrCode/OrCode.vue.d.ts +0 -168
  909. package/dist/bundled/v3/components/OrCode/constants.d.ts +0 -8
  910. package/dist/bundled/v3/components/OrCode/constants.js +0 -11
  911. package/dist/bundled/v3/components/OrCode/index.d.ts +0 -3
  912. package/dist/bundled/v3/components/OrCode/index.js +0 -7
  913. package/dist/bundled/v3/components/OrCode/lang.d.ts +0 -11
  914. package/dist/bundled/v3/components/OrCode/lang.js +0 -27
  915. package/dist/bundled/v3/components/OrCode/libs.d.ts +0 -5
  916. package/dist/bundled/v3/components/OrCode/libs.js +0 -5
  917. package/dist/bundled/v3/components/OrCode/theme.d.ts +0 -24
  918. package/dist/bundled/v3/components/OrCode/theme.js +0 -189
  919. package/dist/bundled/v3/components/OrCodeV3/OrCode.js +0 -57
  920. package/dist/bundled/v3/components/OrCodeV3/OrCode.vue.d.ts +0 -131
  921. package/dist/bundled/v3/components/OrCodeV3/index.d.ts +0 -3
  922. package/dist/bundled/v3/components/OrCodeV3/index.js +0 -7
  923. package/dist/bundled/v3/components/OrCodeV3/libs.d.ts +0 -6
  924. package/dist/bundled/v3/components/OrCodeV3/libs.js +0 -5
  925. package/dist/bundled/v3/components/OrCodeV3/props.d.ts +0 -8
  926. package/dist/bundled/v3/components/OrCodeV3/props.js +0 -11
  927. package/dist/bundled/v3/components/OrCodeV3/styles.d.ts +0 -4
  928. package/dist/bundled/v3/components/OrCodeV3/styles.js +0 -28
  929. package/dist/bundled/v3/components/OrCollapse/OrCollapse.js +0 -36
  930. package/dist/bundled/v3/components/OrCollapse/OrCollapse.vue.d.ts +0 -53
  931. package/dist/bundled/v3/components/OrCollapse/index.d.ts +0 -1
  932. package/dist/bundled/v3/components/OrCollapse/index.js +0 -1
  933. package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +0 -76
  934. package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.vue.d.ts +0 -48
  935. package/dist/bundled/v3/components/OrColorPicker/constants.d.ts +0 -575
  936. package/dist/bundled/v3/components/OrColorPicker/constants.js +0 -323
  937. package/dist/bundled/v3/components/OrColorPicker/index.d.ts +0 -3
  938. package/dist/bundled/v3/components/OrColorPicker/index.js +0 -2
  939. package/dist/bundled/v3/components/OrColorPicker/types.d.ts +0 -1
  940. package/dist/bundled/v3/components/OrColorPicker/types.js +0 -1
  941. package/dist/bundled/v3/components/OrColorPicker/utils/defultPalette.d.ts +0 -2
  942. package/dist/bundled/v3/components/OrColorPicker/utils/defultPalette.js +0 -16
  943. package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.js +0 -54
  944. package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.vue.d.ts +0 -83
  945. package/dist/bundled/v3/components/OrCombinedInputV3/index.d.ts +0 -2
  946. package/dist/bundled/v3/components/OrCombinedInputV3/index.js +0 -2
  947. package/dist/bundled/v3/components/OrCombinedInputV3/props.d.ts +0 -1
  948. package/dist/bundled/v3/components/OrCombinedInputV3/props.js +0 -1
  949. package/dist/bundled/v3/components/OrCombinedInputV3/styles.d.ts +0 -2
  950. package/dist/bundled/v3/components/OrCombinedInputV3/styles.js +0 -16
  951. package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +0 -60
  952. package/dist/bundled/v3/components/OrConfirm/OrConfirm.vue.d.ts +0 -176
  953. package/dist/bundled/v3/components/OrConfirm/index.d.ts +0 -1
  954. package/dist/bundled/v3/components/OrConfirm/index.js +0 -1
  955. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +0 -67
  956. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.vue.d.ts +0 -138
  957. package/dist/bundled/v3/components/OrConfirmV3/index.d.ts +0 -2
  958. package/dist/bundled/v3/components/OrConfirmV3/index.js +0 -2
  959. package/dist/bundled/v3/components/OrConfirmV3/props.d.ts +0 -4
  960. package/dist/bundled/v3/components/OrConfirmV3/props.js +0 -7
  961. package/dist/bundled/v3/components/OrConfirmV3/styles.d.ts +0 -7
  962. package/dist/bundled/v3/components/OrConfirmV3/styles.js +0 -47
  963. package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.js +0 -20
  964. package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.vue.d.ts +0 -45
  965. package/dist/bundled/v3/components/OrContextMenuV3/index.d.ts +0 -2
  966. package/dist/bundled/v3/components/OrContextMenuV3/index.js +0 -2
  967. package/dist/bundled/v3/components/OrContextMenuV3/props.d.ts +0 -2
  968. package/dist/bundled/v3/components/OrContextMenuV3/props.js +0 -1
  969. package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.js +0 -13
  970. package/dist/bundled/v3/components/OrDateFormatV3/OrDateFormat.vue.d.ts +0 -28
  971. package/dist/bundled/v3/components/OrDateFormatV3/index.d.ts +0 -1
  972. package/dist/bundled/v3/components/OrDateFormatV3/index.js +0 -1
  973. package/dist/bundled/v3/components/OrDateFormatV3/styles.d.ts +0 -1
  974. package/dist/bundled/v3/components/OrDateFormatV3/styles.js +0 -5
  975. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +0 -131
  976. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.vue.d.ts +0 -263
  977. package/dist/bundled/v3/components/OrDatePickerV3/index.d.ts +0 -2
  978. package/dist/bundled/v3/components/OrDatePickerV3/index.js +0 -2
  979. package/dist/bundled/v3/components/OrDatePickerV3/props.d.ts +0 -1
  980. package/dist/bundled/v3/components/OrDatePickerV3/props.js +0 -1
  981. package/dist/bundled/v3/components/OrDatePickerV3/styles.d.ts +0 -2
  982. package/dist/bundled/v3/components/OrDatePickerV3/styles.js +0 -10
  983. package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.js +0 -165
  984. package/dist/bundled/v3/components/OrDateRangePickerV3/OrDateRangePicker.vue.d.ts +0 -553
  985. package/dist/bundled/v3/components/OrDateRangePickerV3/index.d.ts +0 -2
  986. package/dist/bundled/v3/components/OrDateRangePickerV3/index.js +0 -2
  987. package/dist/bundled/v3/components/OrDateRangePickerV3/props.d.ts +0 -1
  988. package/dist/bundled/v3/components/OrDateRangePickerV3/props.js +0 -1
  989. package/dist/bundled/v3/components/OrDateRangePickerV3/styles.d.ts +0 -2
  990. package/dist/bundled/v3/components/OrDateRangePickerV3/styles.js +0 -10
  991. package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.js +0 -13
  992. package/dist/bundled/v3/components/OrDateTimeFormatV3/OrDateTimeFormat.vue.d.ts +0 -39
  993. package/dist/bundled/v3/components/OrDateTimeFormatV3/index.d.ts +0 -1
  994. package/dist/bundled/v3/components/OrDateTimeFormatV3/index.js +0 -1
  995. package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.d.ts +0 -1
  996. package/dist/bundled/v3/components/OrDateTimeFormatV3/styles.js +0 -5
  997. package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +0 -228
  998. package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.vue.d.ts +0 -270
  999. package/dist/bundled/v3/components/OrDateTimePicker/constants.d.ts +0 -24
  1000. package/dist/bundled/v3/components/OrDateTimePicker/constants.js +0 -20
  1001. package/dist/bundled/v3/components/OrDateTimePicker/index.d.ts +0 -2
  1002. package/dist/bundled/v3/components/OrDateTimePicker/index.js +0 -2
  1003. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +0 -193
  1004. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.vue.d.ts +0 -296
  1005. package/dist/bundled/v3/components/OrDateTimePickerV3/index.d.ts +0 -5
  1006. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +0 -12
  1007. package/dist/bundled/v3/components/OrDateTimePickerV3/props.d.ts +0 -6
  1008. package/dist/bundled/v3/components/OrDateTimePickerV3/props.js +0 -10
  1009. package/dist/bundled/v3/components/OrDateTimePickerV3/styles.d.ts +0 -3
  1010. package/dist/bundled/v3/components/OrDateTimePickerV3/styles.js +0 -11
  1011. package/dist/bundled/v3/components/OrDateTimePickerV3/types.d.ts +0 -3
  1012. package/dist/bundled/v3/components/OrDateTimePickerV3/types.js +0 -1
  1013. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.d.ts +0 -1
  1014. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatDate.js +0 -8
  1015. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.d.ts +0 -2
  1016. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/formatTime.js +0 -11
  1017. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.d.ts +0 -1
  1018. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getCurrentDate.js +0 -6
  1019. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.d.ts +0 -1
  1020. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getDatePlaceholder.js +0 -9
  1021. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.d.ts +0 -1
  1022. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getNextMonthDate.js +0 -6
  1023. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.d.ts +0 -2
  1024. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/getTimePlaceholder.js +0 -12
  1025. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.d.ts +0 -6
  1026. package/dist/bundled/v3/components/OrDateTimePickerV3/utils/index.js +0 -6
  1027. package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.js +0 -26
  1028. package/dist/bundled/v3/components/OrEmptyStateV3/OrEmptyState.vue.d.ts +0 -86
  1029. package/dist/bundled/v3/components/OrEmptyStateV3/index.d.ts +0 -3
  1030. package/dist/bundled/v3/components/OrEmptyStateV3/index.js +0 -2
  1031. package/dist/bundled/v3/components/OrEmptyStateV3/props.d.ts +0 -4
  1032. package/dist/bundled/v3/components/OrEmptyStateV3/props.js +0 -7
  1033. package/dist/bundled/v3/components/OrEmptyStateV3/styles.d.ts +0 -10
  1034. package/dist/bundled/v3/components/OrEmptyStateV3/styles.js +0 -46
  1035. package/dist/bundled/v3/components/OrEmptyStateV3/types.d.ts +0 -2
  1036. package/dist/bundled/v3/components/OrEmptyStateV3/types.js +0 -1
  1037. package/dist/bundled/v3/components/OrError/OrError.js +0 -18
  1038. package/dist/bundled/v3/components/OrError/OrError.vue.d.ts +0 -15
  1039. package/dist/bundled/v3/components/OrError/index.d.ts +0 -1
  1040. package/dist/bundled/v3/components/OrError/index.js +0 -1
  1041. package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.js +0 -20
  1042. package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.vue.d.ts +0 -5
  1043. package/dist/bundled/v3/components/OrErrorTagV3/index.d.ts +0 -1
  1044. package/dist/bundled/v3/components/OrErrorTagV3/index.js +0 -1
  1045. package/dist/bundled/v3/components/OrErrorTagV3/styles.d.ts +0 -1
  1046. package/dist/bundled/v3/components/OrErrorTagV3/styles.js +0 -15
  1047. package/dist/bundled/v3/components/OrErrorV3/OrError.js +0 -19
  1048. package/dist/bundled/v3/components/OrErrorV3/OrError.vue.d.ts +0 -19
  1049. package/dist/bundled/v3/components/OrErrorV3/index.d.ts +0 -1
  1050. package/dist/bundled/v3/components/OrErrorV3/index.js +0 -1
  1051. package/dist/bundled/v3/components/OrErrorV3/styles.d.ts +0 -3
  1052. package/dist/bundled/v3/components/OrErrorV3/styles.js +0 -19
  1053. package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +0 -34
  1054. package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.vue.d.ts +0 -73
  1055. package/dist/bundled/v3/components/OrExpansionPanelV3/index.d.ts +0 -2
  1056. package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +0 -2
  1057. package/dist/bundled/v3/components/OrExpansionPanelV3/props.d.ts +0 -13
  1058. package/dist/bundled/v3/components/OrExpansionPanelV3/props.js +0 -18
  1059. package/dist/bundled/v3/components/OrExpansionPanelV3/styles.d.ts +0 -7
  1060. package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +0 -69
  1061. package/dist/bundled/v3/components/OrFabV3/OrFab.js +0 -22
  1062. package/dist/bundled/v3/components/OrFabV3/OrFab.vue.d.ts +0 -37
  1063. package/dist/bundled/v3/components/OrFabV3/index.d.ts +0 -2
  1064. package/dist/bundled/v3/components/OrFabV3/index.js +0 -2
  1065. package/dist/bundled/v3/components/OrFabV3/props.d.ts +0 -4
  1066. package/dist/bundled/v3/components/OrFabV3/props.js +0 -7
  1067. package/dist/bundled/v3/components/OrFabV3/styles.d.ts +0 -3
  1068. package/dist/bundled/v3/components/OrFabV3/styles.js +0 -19
  1069. package/dist/bundled/v3/components/OrFloating/OrFloating.js +0 -24
  1070. package/dist/bundled/v3/components/OrFloating/OrFloating.vue.d.ts +0 -123
  1071. package/dist/bundled/v3/components/OrFloating/constants.d.ts +0 -18
  1072. package/dist/bundled/v3/components/OrFloating/constants.js +0 -22
  1073. package/dist/bundled/v3/components/OrFloating/index.d.ts +0 -2
  1074. package/dist/bundled/v3/components/OrFloating/index.js +0 -2
  1075. package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.js +0 -46
  1076. package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.vue.d.ts +0 -67
  1077. package/dist/bundled/v3/components/OrFormGroupV3/index.d.ts +0 -2
  1078. package/dist/bundled/v3/components/OrFormGroupV3/index.js +0 -2
  1079. package/dist/bundled/v3/components/OrFormGroupV3/props.d.ts +0 -4
  1080. package/dist/bundled/v3/components/OrFormGroupV3/props.js +0 -7
  1081. package/dist/bundled/v3/components/OrFormGroupV3/styles.d.ts +0 -5
  1082. package/dist/bundled/v3/components/OrFormGroupV3/styles.js +0 -17
  1083. package/dist/bundled/v3/components/OrHint/OrHint.js +0 -18
  1084. package/dist/bundled/v3/components/OrHint/OrHint.vue.d.ts +0 -17
  1085. package/dist/bundled/v3/components/OrHint/index.d.ts +0 -1
  1086. package/dist/bundled/v3/components/OrHint/index.js +0 -1
  1087. package/dist/bundled/v3/components/OrHintV3/OrHint.js +0 -19
  1088. package/dist/bundled/v3/components/OrHintV3/OrHint.vue.d.ts +0 -19
  1089. package/dist/bundled/v3/components/OrHintV3/index.d.ts +0 -1
  1090. package/dist/bundled/v3/components/OrHintV3/index.js +0 -1
  1091. package/dist/bundled/v3/components/OrHintV3/styles.d.ts +0 -3
  1092. package/dist/bundled/v3/components/OrHintV3/styles.js +0 -19
  1093. package/dist/bundled/v3/components/OrIcon/OrIcon.js +0 -44
  1094. package/dist/bundled/v3/components/OrIcon/OrIcon.vue.d.ts +0 -95
  1095. package/dist/bundled/v3/components/OrIcon/constants.d.ts +0 -20
  1096. package/dist/bundled/v3/components/OrIcon/constants.js +0 -24
  1097. package/dist/bundled/v3/components/OrIcon/index.d.ts +0 -2
  1098. package/dist/bundled/v3/components/OrIcon/index.js +0 -2
  1099. package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.js +0 -43
  1100. package/dist/bundled/v3/components/OrIconButtonV2/OrIconButton.vue.d.ts +0 -106
  1101. package/dist/bundled/v3/components/OrIconButtonV2/index.d.ts +0 -1
  1102. package/dist/bundled/v3/components/OrIconButtonV2/index.js +0 -1
  1103. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +0 -34
  1104. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.vue.d.ts +0 -82
  1105. package/dist/bundled/v3/components/OrIconButtonV3/index.d.ts +0 -2
  1106. package/dist/bundled/v3/components/OrIconButtonV3/index.js +0 -3
  1107. package/dist/bundled/v3/components/OrIconButtonV3/props.d.ts +0 -7
  1108. package/dist/bundled/v3/components/OrIconButtonV3/props.js +0 -11
  1109. package/dist/bundled/v3/components/OrIconButtonV3/styles.d.ts +0 -3
  1110. package/dist/bundled/v3/components/OrIconButtonV3/styles.js +0 -72
  1111. package/dist/bundled/v3/components/OrIconV3/OrIcon.js +0 -13
  1112. package/dist/bundled/v3/components/OrIconV3/OrIcon.vue.d.ts +0 -36
  1113. package/dist/bundled/v3/components/OrIconV3/index.d.ts +0 -2
  1114. package/dist/bundled/v3/components/OrIconV3/index.js +0 -2
  1115. package/dist/bundled/v3/components/OrIconV3/props.d.ts +0 -13
  1116. package/dist/bundled/v3/components/OrIconV3/props.js +0 -17
  1117. package/dist/bundled/v3/components/OrIconV3/styles.d.ts +0 -4
  1118. package/dist/bundled/v3/components/OrIconV3/styles.js +0 -44
  1119. package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.js +0 -15
  1120. package/dist/bundled/v3/components/OrInlineInputBoxV3/OrInlineInputBox.vue.d.ts +0 -28
  1121. package/dist/bundled/v3/components/OrInlineInputBoxV3/index.d.ts +0 -2
  1122. package/dist/bundled/v3/components/OrInlineInputBoxV3/index.js +0 -2
  1123. package/dist/bundled/v3/components/OrInlineInputBoxV3/props.d.ts +0 -4
  1124. package/dist/bundled/v3/components/OrInlineInputBoxV3/props.js +0 -7
  1125. package/dist/bundled/v3/components/OrInlineInputBoxV3/styles.d.ts +0 -3
  1126. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +0 -85
  1127. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.vue.d.ts +0 -106
  1128. package/dist/bundled/v3/components/OrInlineInputV3/index.d.ts +0 -2
  1129. package/dist/bundled/v3/components/OrInlineInputV3/index.js +0 -3
  1130. package/dist/bundled/v3/components/OrInlineInputV3/props.d.ts +0 -5
  1131. package/dist/bundled/v3/components/OrInlineInputV3/props.js +0 -9
  1132. package/dist/bundled/v3/components/OrInlineInputV3/styles.d.ts +0 -5
  1133. package/dist/bundled/v3/components/OrInlineInputV3/styles.js +0 -29
  1134. package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +0 -116
  1135. package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.vue.d.ts +0 -157
  1136. package/dist/bundled/v3/components/OrInlineTextEdit/constants.d.ts +0 -9
  1137. package/dist/bundled/v3/components/OrInlineTextEdit/constants.js +0 -13
  1138. package/dist/bundled/v3/components/OrInlineTextEdit/index.d.ts +0 -2
  1139. package/dist/bundled/v3/components/OrInlineTextEdit/index.js +0 -2
  1140. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +0 -84
  1141. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.vue.d.ts +0 -86
  1142. package/dist/bundled/v3/components/OrInlineTextareaV3/index.d.ts +0 -1
  1143. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +0 -1
  1144. package/dist/bundled/v3/components/OrInlineTextareaV3/styles.d.ts +0 -3
  1145. package/dist/bundled/v3/components/OrInlineTextareaV3/styles.js +0 -21
  1146. package/dist/bundled/v3/components/OrInput/OrInput.js +0 -117
  1147. package/dist/bundled/v3/components/OrInput/OrInput.vue.d.ts +0 -153
  1148. package/dist/bundled/v3/components/OrInput/index.d.ts +0 -1
  1149. package/dist/bundled/v3/components/OrInput/index.js +0 -1
  1150. package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.js +0 -27
  1151. package/dist/bundled/v3/components/OrInputBoxV3/OrInputBox.vue.d.ts +0 -55
  1152. package/dist/bundled/v3/components/OrInputBoxV3/index.d.ts +0 -2
  1153. package/dist/bundled/v3/components/OrInputBoxV3/index.js +0 -2
  1154. package/dist/bundled/v3/components/OrInputBoxV3/props.d.ts +0 -8
  1155. package/dist/bundled/v3/components/OrInputBoxV3/props.js +0 -12
  1156. package/dist/bundled/v3/components/OrInputBoxV3/styles.d.ts +0 -4
  1157. package/dist/bundled/v3/components/OrInputBoxV3/styles.js +0 -49
  1158. package/dist/bundled/v3/components/OrInputV3/OrInput.js +0 -121
  1159. package/dist/bundled/v3/components/OrInputV3/OrInput.vue.d.ts +0 -156
  1160. package/dist/bundled/v3/components/OrInputV3/index.d.ts +0 -2
  1161. package/dist/bundled/v3/components/OrInputV3/index.js +0 -3
  1162. package/dist/bundled/v3/components/OrInputV3/props.d.ts +0 -7
  1163. package/dist/bundled/v3/components/OrInputV3/props.js +0 -11
  1164. package/dist/bundled/v3/components/OrInputV3/styles.d.ts +0 -2
  1165. package/dist/bundled/v3/components/OrInputV3/styles.js +0 -14
  1166. package/dist/bundled/v3/components/OrLabel/OrLabel.js +0 -21
  1167. package/dist/bundled/v3/components/OrLabel/OrLabel.vue.d.ts +0 -32
  1168. package/dist/bundled/v3/components/OrLabel/index.d.ts +0 -1
  1169. package/dist/bundled/v3/components/OrLabel/index.js +0 -1
  1170. package/dist/bundled/v3/components/OrLabelV3/OrLabel.js +0 -24
  1171. package/dist/bundled/v3/components/OrLabelV3/OrLabel.vue.d.ts +0 -57
  1172. package/dist/bundled/v3/components/OrLabelV3/index.d.ts +0 -2
  1173. package/dist/bundled/v3/components/OrLabelV3/index.js +0 -2
  1174. package/dist/bundled/v3/components/OrLabelV3/props.d.ts +0 -5
  1175. package/dist/bundled/v3/components/OrLabelV3/props.js +0 -8
  1176. package/dist/bundled/v3/components/OrLabelV3/styles.d.ts +0 -5
  1177. package/dist/bundled/v3/components/OrLabelV3/styles.js +0 -38
  1178. package/dist/bundled/v3/components/OrLinkV3/OrLink.js +0 -20
  1179. package/dist/bundled/v3/components/OrLinkV3/OrLink.vue.d.ts +0 -63
  1180. package/dist/bundled/v3/components/OrLinkV3/index.d.ts +0 -2
  1181. package/dist/bundled/v3/components/OrLinkV3/index.js +0 -2
  1182. package/dist/bundled/v3/components/OrLinkV3/props.d.ts +0 -7
  1183. package/dist/bundled/v3/components/OrLinkV3/props.js +0 -10
  1184. package/dist/bundled/v3/components/OrLinkV3/styles.d.ts +0 -3
  1185. package/dist/bundled/v3/components/OrLinkV3/styles.js +0 -32
  1186. package/dist/bundled/v3/components/OrList/OrList.js +0 -84
  1187. package/dist/bundled/v3/components/OrList/OrList.vue.d.ts +0 -125
  1188. package/dist/bundled/v3/components/OrList/index.d.ts +0 -1
  1189. package/dist/bundled/v3/components/OrList/index.js +0 -1
  1190. package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.js +0 -91
  1191. package/dist/bundled/v3/components/OrListOfInputs/OrListOfInputs.vue.d.ts +0 -95
  1192. package/dist/bundled/v3/components/OrListOfInputs/index.d.ts +0 -1
  1193. package/dist/bundled/v3/components/OrListOfInputs/index.js +0 -1
  1194. package/dist/bundled/v3/components/OrListV3/OrList.js +0 -63
  1195. package/dist/bundled/v3/components/OrListV3/OrList.vue.d.ts +0 -96
  1196. package/dist/bundled/v3/components/OrListV3/index.d.ts +0 -3
  1197. package/dist/bundled/v3/components/OrListV3/index.js +0 -1
  1198. package/dist/bundled/v3/components/OrListV3/styles.d.ts +0 -2
  1199. package/dist/bundled/v3/components/OrListV3/styles.js +0 -8
  1200. package/dist/bundled/v3/components/OrListV3/types.d.ts +0 -4
  1201. package/dist/bundled/v3/components/OrListV3/types.js +0 -1
  1202. package/dist/bundled/v3/components/OrLoader/OrLoader.js +0 -43
  1203. package/dist/bundled/v3/components/OrLoader/OrLoader.vue.d.ts +0 -57
  1204. package/dist/bundled/v3/components/OrLoader/constants.d.ts +0 -6
  1205. package/dist/bundled/v3/components/OrLoader/constants.js +0 -8
  1206. package/dist/bundled/v3/components/OrLoader/index.d.ts +0 -2
  1207. package/dist/bundled/v3/components/OrLoader/index.js +0 -2
  1208. package/dist/bundled/v3/components/OrLoader/types.d.ts +0 -3
  1209. package/dist/bundled/v3/components/OrLoader/types.js +0 -1
  1210. package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +0 -65
  1211. package/dist/bundled/v3/components/OrLoaderV3/OrLoader.vue.d.ts +0 -75
  1212. package/dist/bundled/v3/components/OrLoaderV3/index.d.ts +0 -2
  1213. package/dist/bundled/v3/components/OrLoaderV3/index.js +0 -2
  1214. package/dist/bundled/v3/components/OrLoaderV3/props.d.ts +0 -13
  1215. package/dist/bundled/v3/components/OrLoaderV3/props.js +0 -18
  1216. package/dist/bundled/v3/components/OrLoaderV3/styles.d.ts +0 -6
  1217. package/dist/bundled/v3/components/OrLoaderV3/styles.js +0 -17
  1218. package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.js +0 -28
  1219. package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.vue.d.ts +0 -40
  1220. package/dist/bundled/v3/components/OrMenuItemV3/index.d.ts +0 -1
  1221. package/dist/bundled/v3/components/OrMenuItemV3/index.js +0 -1
  1222. package/dist/bundled/v3/components/OrMenuItemV3/styles.d.ts +0 -1
  1223. package/dist/bundled/v3/components/OrMenuItemV3/styles.js +0 -21
  1224. package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +0 -29
  1225. package/dist/bundled/v3/components/OrMenuV3/OrMenu.vue.d.ts +0 -66
  1226. package/dist/bundled/v3/components/OrMenuV3/index.d.ts +0 -2
  1227. package/dist/bundled/v3/components/OrMenuV3/index.js +0 -2
  1228. package/dist/bundled/v3/components/OrMenuV3/props.d.ts +0 -2
  1229. package/dist/bundled/v3/components/OrMenuV3/props.js +0 -1
  1230. package/dist/bundled/v3/components/OrMenuV3/styles.d.ts +0 -1
  1231. package/dist/bundled/v3/components/OrMenuV3/styles.js +0 -7
  1232. package/dist/bundled/v3/components/OrModal/OrModal.js +0 -52
  1233. package/dist/bundled/v3/components/OrModal/OrModal.vue.d.ts +0 -85
  1234. package/dist/bundled/v3/components/OrModal/constants.d.ts +0 -7
  1235. package/dist/bundled/v3/components/OrModal/constants.js +0 -10
  1236. package/dist/bundled/v3/components/OrModal/index.d.ts +0 -2
  1237. package/dist/bundled/v3/components/OrModal/index.js +0 -2
  1238. package/dist/bundled/v3/components/OrModalV3/OrModal.js +0 -40
  1239. package/dist/bundled/v3/components/OrModalV3/OrModal.vue.d.ts +0 -44
  1240. package/dist/bundled/v3/components/OrModalV3/index.d.ts +0 -2
  1241. package/dist/bundled/v3/components/OrModalV3/index.js +0 -2
  1242. package/dist/bundled/v3/components/OrModalV3/props.d.ts +0 -5
  1243. package/dist/bundled/v3/components/OrModalV3/props.js +0 -8
  1244. package/dist/bundled/v3/components/OrModalV3/styles.d.ts +0 -3
  1245. package/dist/bundled/v3/components/OrModalV3/styles.js +0 -30
  1246. package/dist/bundled/v3/components/OrNotification/OrNotification.js +0 -36
  1247. package/dist/bundled/v3/components/OrNotification/OrNotification.vue.d.ts +0 -65
  1248. package/dist/bundled/v3/components/OrNotification/constants.d.ts +0 -10
  1249. package/dist/bundled/v3/components/OrNotification/constants.js +0 -14
  1250. package/dist/bundled/v3/components/OrNotification/index.d.ts +0 -2
  1251. package/dist/bundled/v3/components/OrNotification/index.js +0 -2
  1252. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +0 -28
  1253. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.vue.d.ts +0 -30
  1254. package/dist/bundled/v3/components/OrNotificationV3/index.d.ts +0 -2
  1255. package/dist/bundled/v3/components/OrNotificationV3/index.js +0 -2
  1256. package/dist/bundled/v3/components/OrNotificationV3/props.d.ts +0 -6
  1257. package/dist/bundled/v3/components/OrNotificationV3/props.js +0 -9
  1258. package/dist/bundled/v3/components/OrNotificationV3/styles.d.ts +0 -5
  1259. package/dist/bundled/v3/components/OrNotificationV3/styles.js +0 -54
  1260. package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.js +0 -60
  1261. package/dist/bundled/v3/components/OrNumberInput/OrNumberInput.vue.d.ts +0 -139
  1262. package/dist/bundled/v3/components/OrNumberInput/index.d.ts +0 -1
  1263. package/dist/bundled/v3/components/OrNumberInput/index.js +0 -1
  1264. package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +0 -57
  1265. package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.vue.d.ts +0 -62
  1266. package/dist/bundled/v3/components/OrOverflowMenu/index.d.ts +0 -2
  1267. package/dist/bundled/v3/components/OrOverflowMenu/index.js +0 -1
  1268. package/dist/bundled/v3/components/OrOverflowMenu/types.d.ts +0 -7
  1269. package/dist/bundled/v3/components/OrOverflowMenu/types.js +0 -1
  1270. package/dist/bundled/v3/components/OrOverlay/OrOverlay.js +0 -17
  1271. package/dist/bundled/v3/components/OrOverlay/OrOverlay.vue.d.ts +0 -40
  1272. package/dist/bundled/v3/components/OrOverlay/index.d.ts +0 -1
  1273. package/dist/bundled/v3/components/OrOverlay/index.js +0 -1
  1274. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +0 -21
  1275. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.vue.d.ts +0 -17
  1276. package/dist/bundled/v3/components/OrOverlayV3/index.d.ts +0 -1
  1277. package/dist/bundled/v3/components/OrOverlayV3/index.js +0 -1
  1278. package/dist/bundled/v3/components/OrOverlayV3/styles.d.ts +0 -1
  1279. package/dist/bundled/v3/components/OrOverlayV3/styles.js +0 -9
  1280. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +0 -107
  1281. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.vue.d.ts +0 -57
  1282. package/dist/bundled/v3/components/OrPaginationV3/index.d.ts +0 -2
  1283. package/dist/bundled/v3/components/OrPaginationV3/index.js +0 -1
  1284. package/dist/bundled/v3/components/OrPaginationV3/styles.d.ts +0 -4
  1285. package/dist/bundled/v3/components/OrPaginationV3/styles.js +0 -26
  1286. package/dist/bundled/v3/components/OrPaginationV3/types.d.ts +0 -4
  1287. package/dist/bundled/v3/components/OrPaginationV3/types.js +0 -1
  1288. package/dist/bundled/v3/components/OrPassword/OrPassword.js +0 -68
  1289. package/dist/bundled/v3/components/OrPassword/OrPassword.vue.d.ts +0 -117
  1290. package/dist/bundled/v3/components/OrPassword/index.d.ts +0 -1
  1291. package/dist/bundled/v3/components/OrPassword/index.js +0 -1
  1292. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +0 -39
  1293. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.vue.d.ts +0 -115
  1294. package/dist/bundled/v3/components/OrPopoverV3/hooks/types.d.ts +0 -77
  1295. package/dist/bundled/v3/components/OrPopoverV3/hooks/types.js +0 -1
  1296. package/dist/bundled/v3/components/OrPopoverV3/hooks/useFloating.d.ts +0 -4
  1297. package/dist/bundled/v3/components/OrPopoverV3/hooks/useFloating.js +0 -137
  1298. package/dist/bundled/v3/components/OrPopoverV3/index.d.ts +0 -2
  1299. package/dist/bundled/v3/components/OrPopoverV3/index.js +0 -2
  1300. package/dist/bundled/v3/components/OrPopoverV3/props.d.ts +0 -21
  1301. package/dist/bundled/v3/components/OrPopoverV3/props.js +0 -23
  1302. package/dist/bundled/v3/components/OrPopoverV3/styles.d.ts +0 -4
  1303. package/dist/bundled/v3/components/OrPopoverV3/styles.js +0 -46
  1304. package/dist/bundled/v3/components/OrProgress/OrProgress.js +0 -63
  1305. package/dist/bundled/v3/components/OrProgress/OrProgress.vue.d.ts +0 -122
  1306. package/dist/bundled/v3/components/OrProgress/constants.d.ts +0 -11
  1307. package/dist/bundled/v3/components/OrProgress/constants.js +0 -15
  1308. package/dist/bundled/v3/components/OrProgress/index.d.ts +0 -2
  1309. package/dist/bundled/v3/components/OrProgress/index.js +0 -2
  1310. package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +0 -78
  1311. package/dist/bundled/v3/components/OrProgressV3/OrProgress.vue.d.ts +0 -105
  1312. package/dist/bundled/v3/components/OrProgressV3/index.d.ts +0 -2
  1313. package/dist/bundled/v3/components/OrProgressV3/index.js +0 -2
  1314. package/dist/bundled/v3/components/OrProgressV3/props.d.ts +0 -11
  1315. package/dist/bundled/v3/components/OrProgressV3/props.js +0 -15
  1316. package/dist/bundled/v3/components/OrProgressV3/styles.d.ts +0 -11
  1317. package/dist/bundled/v3/components/OrProgressV3/styles.js +0 -63
  1318. package/dist/bundled/v3/components/OrRadio/OrRadio.js +0 -34
  1319. package/dist/bundled/v3/components/OrRadio/OrRadio.vue.d.ts +0 -68
  1320. package/dist/bundled/v3/components/OrRadio/index.d.ts +0 -1
  1321. package/dist/bundled/v3/components/OrRadio/index.js +0 -1
  1322. package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.js +0 -18
  1323. package/dist/bundled/v3/components/OrRadioGroup/OrRadioGroup.vue.d.ts +0 -64
  1324. package/dist/bundled/v3/components/OrRadioGroup/index.d.ts +0 -1
  1325. package/dist/bundled/v3/components/OrRadioGroup/index.js +0 -1
  1326. package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +0 -32
  1327. package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.vue.d.ts +0 -83
  1328. package/dist/bundled/v3/components/OrRadioGroupV3/index.d.ts +0 -1
  1329. package/dist/bundled/v3/components/OrRadioGroupV3/index.js +0 -1
  1330. package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +0 -42
  1331. package/dist/bundled/v3/components/OrRadioV3/OrRadio.vue.d.ts +0 -78
  1332. package/dist/bundled/v3/components/OrRadioV3/index.d.ts +0 -1
  1333. package/dist/bundled/v3/components/OrRadioV3/index.js +0 -1
  1334. package/dist/bundled/v3/components/OrRadioV3/styles.d.ts +0 -3
  1335. package/dist/bundled/v3/components/OrRadioV3/styles.js +0 -31
  1336. package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.js +0 -71
  1337. package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.vue.d.ts +0 -96
  1338. package/dist/bundled/v3/components/OrRangeSliderV3/index.d.ts +0 -2
  1339. package/dist/bundled/v3/components/OrRangeSliderV3/index.js +0 -2
  1340. package/dist/bundled/v3/components/OrRangeSliderV3/props.d.ts +0 -1
  1341. package/dist/bundled/v3/components/OrRangeSliderV3/props.js +0 -1
  1342. package/dist/bundled/v3/components/OrRangeSliderV3/styles.d.ts +0 -14
  1343. package/dist/bundled/v3/components/OrRangeSliderV3/styles.js +0 -97
  1344. package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.js +0 -39
  1345. package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.vue.d.ts +0 -101
  1346. package/dist/bundled/v3/components/OrResizeablePanelV3/index.d.ts +0 -2
  1347. package/dist/bundled/v3/components/OrResizeablePanelV3/index.js +0 -2
  1348. package/dist/bundled/v3/components/OrResizeablePanelV3/props.d.ts +0 -12
  1349. package/dist/bundled/v3/components/OrResizeablePanelV3/props.js +0 -16
  1350. package/dist/bundled/v3/components/OrResizeablePanelV3/styles.d.ts +0 -13
  1351. package/dist/bundled/v3/components/OrResizeablePanelV3/styles.js +0 -186
  1352. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +0 -202
  1353. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.vue.d.ts +0 -119
  1354. package/dist/bundled/v3/components/OrRichTextEditorV3/index.d.ts +0 -2
  1355. package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +0 -2
  1356. package/dist/bundled/v3/components/OrRichTextEditorV3/props.d.ts +0 -5
  1357. package/dist/bundled/v3/components/OrRichTextEditorV3/props.js +0 -7
  1358. package/dist/bundled/v3/components/OrRichTextEditorV3/styles.d.ts +0 -6
  1359. package/dist/bundled/v3/components/OrRichTextEditorV3/styles.js +0 -38
  1360. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.d.ts +0 -3
  1361. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorNode.js +0 -42
  1362. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.d.ts +0 -27
  1363. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/codemirrorView.js +0 -183
  1364. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.d.ts +0 -1
  1365. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/index.js +0 -1
  1366. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.d.ts +0 -17
  1367. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/theme.js +0 -199
  1368. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.d.ts +0 -19
  1369. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/codemirror/types.js +0 -1
  1370. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.d.ts +0 -3
  1371. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +0 -2
  1372. package/dist/bundled/v3/components/OrSearch/OrSearch.js +0 -71
  1373. package/dist/bundled/v3/components/OrSearch/OrSearch.vue.d.ts +0 -140
  1374. package/dist/bundled/v3/components/OrSearch/index.d.ts +0 -1
  1375. package/dist/bundled/v3/components/OrSearch/index.js +0 -1
  1376. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +0 -30
  1377. package/dist/bundled/v3/components/OrSearchV3/OrSearch.vue.d.ts +0 -81
  1378. package/dist/bundled/v3/components/OrSearchV3/index.d.ts +0 -2
  1379. package/dist/bundled/v3/components/OrSearchV3/index.js +0 -2
  1380. package/dist/bundled/v3/components/OrSearchV3/props.d.ts +0 -1
  1381. package/dist/bundled/v3/components/OrSearchV3/props.js +0 -1
  1382. package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.js +0 -26
  1383. package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.vue.d.ts +0 -50
  1384. package/dist/bundled/v3/components/OrSegmentedControlV3/index.d.ts +0 -3
  1385. package/dist/bundled/v3/components/OrSegmentedControlV3/index.js +0 -2
  1386. package/dist/bundled/v3/components/OrSegmentedControlV3/props.d.ts +0 -4
  1387. package/dist/bundled/v3/components/OrSegmentedControlV3/props.js +0 -7
  1388. package/dist/bundled/v3/components/OrSegmentedControlV3/styles.d.ts +0 -3
  1389. package/dist/bundled/v3/components/OrSegmentedControlV3/styles.js +0 -15
  1390. package/dist/bundled/v3/components/OrSegmentedControlV3/types.d.ts +0 -4
  1391. package/dist/bundled/v3/components/OrSegmentedControlV3/types.js +0 -1
  1392. package/dist/bundled/v3/components/OrSelect/OrSelect.js +0 -56
  1393. package/dist/bundled/v3/components/OrSelect/OrSelect.vue.d.ts +0 -181
  1394. package/dist/bundled/v3/components/OrSelect/constants.d.ts +0 -50
  1395. package/dist/bundled/v3/components/OrSelect/constants.js +0 -50
  1396. package/dist/bundled/v3/components/OrSelect/index.d.ts +0 -2
  1397. package/dist/bundled/v3/components/OrSelect/index.js +0 -1
  1398. package/dist/bundled/v3/components/OrSelect/types.d.ts +0 -9
  1399. package/dist/bundled/v3/components/OrSelect/types.js +0 -1
  1400. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +0 -236
  1401. package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +0 -213
  1402. package/dist/bundled/v3/components/OrSelectV3/index.d.ts +0 -3
  1403. package/dist/bundled/v3/components/OrSelectV3/index.js +0 -2
  1404. package/dist/bundled/v3/components/OrSelectV3/props.d.ts +0 -1
  1405. package/dist/bundled/v3/components/OrSelectV3/props.js +0 -1
  1406. package/dist/bundled/v3/components/OrSelectV3/styles.d.ts +0 -8
  1407. package/dist/bundled/v3/components/OrSelectV3/styles.js +0 -54
  1408. package/dist/bundled/v3/components/OrSelectV3/types.d.ts +0 -12
  1409. package/dist/bundled/v3/components/OrSelectV3/types.js +0 -1
  1410. package/dist/bundled/v3/components/OrSidebar/OrSidebar.js +0 -37
  1411. package/dist/bundled/v3/components/OrSidebar/OrSidebar.vue.d.ts +0 -63
  1412. package/dist/bundled/v3/components/OrSidebar/constants.d.ts +0 -4
  1413. package/dist/bundled/v3/components/OrSidebar/constants.js +0 -7
  1414. package/dist/bundled/v3/components/OrSidebar/index.d.ts +0 -2
  1415. package/dist/bundled/v3/components/OrSidebar/index.js +0 -2
  1416. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +0 -44
  1417. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.vue.d.ts +0 -159
  1418. package/dist/bundled/v3/components/OrSidebarV3/index.d.ts +0 -2
  1419. package/dist/bundled/v3/components/OrSidebarV3/index.js +0 -3
  1420. package/dist/bundled/v3/components/OrSidebarV3/props.d.ts +0 -9
  1421. package/dist/bundled/v3/components/OrSidebarV3/props.js +0 -9
  1422. package/dist/bundled/v3/components/OrSidebarV3/styles.d.ts +0 -8
  1423. package/dist/bundled/v3/components/OrSidebarV3/styles.js +0 -64
  1424. package/dist/bundled/v3/components/OrSkeleton/constants.d.ts +0 -9
  1425. package/dist/bundled/v3/components/OrSkeleton/constants.js +0 -12
  1426. package/dist/bundled/v3/components/OrSkeleton/index.d.ts +0 -4
  1427. package/dist/bundled/v3/components/OrSkeleton/index.js +0 -4
  1428. package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.js +0 -18
  1429. package/dist/bundled/v3/components/OrSkeletonCircle/OrSkeletonCircle.vue.d.ts +0 -32
  1430. package/dist/bundled/v3/components/OrSkeletonCircle/index.d.ts +0 -2
  1431. package/dist/bundled/v3/components/OrSkeletonCircle/index.js +0 -2
  1432. package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.js +0 -14
  1433. package/dist/bundled/v3/components/OrSkeletonCircleV3/OrSkeletonCircle.vue.d.ts +0 -36
  1434. package/dist/bundled/v3/components/OrSkeletonCircleV3/index.d.ts +0 -1
  1435. package/dist/bundled/v3/components/OrSkeletonCircleV3/index.js +0 -1
  1436. package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.js +0 -18
  1437. package/dist/bundled/v3/components/OrSkeletonRect/OrSkeletonRect.vue.d.ts +0 -43
  1438. package/dist/bundled/v3/components/OrSkeletonRect/index.d.ts +0 -2
  1439. package/dist/bundled/v3/components/OrSkeletonRect/index.js +0 -2
  1440. package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.js +0 -14
  1441. package/dist/bundled/v3/components/OrSkeletonRectV3/OrSkeletonRect.vue.d.ts +0 -45
  1442. package/dist/bundled/v3/components/OrSkeletonRectV3/index.d.ts +0 -1
  1443. package/dist/bundled/v3/components/OrSkeletonRectV3/index.js +0 -1
  1444. package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.js +0 -23
  1445. package/dist/bundled/v3/components/OrSkeletonText/OrSkeletonText.vue.d.ts +0 -57
  1446. package/dist/bundled/v3/components/OrSkeletonText/index.d.ts +0 -2
  1447. package/dist/bundled/v3/components/OrSkeletonText/index.js +0 -2
  1448. package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.js +0 -20
  1449. package/dist/bundled/v3/components/OrSkeletonTextV3/OrSkeletonText.vue.d.ts +0 -72
  1450. package/dist/bundled/v3/components/OrSkeletonTextV3/index.d.ts +0 -1
  1451. package/dist/bundled/v3/components/OrSkeletonTextV3/index.js +0 -1
  1452. package/dist/bundled/v3/components/OrSkeletonV3/index.d.ts +0 -3
  1453. package/dist/bundled/v3/components/OrSkeletonV3/index.js +0 -3
  1454. package/dist/bundled/v3/components/OrSkeletonV3/styles.d.ts +0 -6
  1455. package/dist/bundled/v3/components/OrSkeletonV3/styles.js +0 -34
  1456. package/dist/bundled/v3/components/OrSlider/OrSlider.js +0 -98
  1457. package/dist/bundled/v3/components/OrSlider/OrSlider.vue.d.ts +0 -136
  1458. package/dist/bundled/v3/components/OrSlider/index.d.ts +0 -1
  1459. package/dist/bundled/v3/components/OrSlider/index.js +0 -1
  1460. package/dist/bundled/v3/components/OrSliderV3/OrSlider.js +0 -51
  1461. package/dist/bundled/v3/components/OrSliderV3/OrSlider.vue.d.ts +0 -89
  1462. package/dist/bundled/v3/components/OrSliderV3/index.d.ts +0 -2
  1463. package/dist/bundled/v3/components/OrSliderV3/index.js +0 -2
  1464. package/dist/bundled/v3/components/OrSliderV3/props.d.ts +0 -8
  1465. package/dist/bundled/v3/components/OrSliderV3/props.js +0 -12
  1466. package/dist/bundled/v3/components/OrSliderV3/styles.d.ts +0 -12
  1467. package/dist/bundled/v3/components/OrSliderV3/styles.js +0 -92
  1468. package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +0 -52
  1469. package/dist/bundled/v3/components/OrSortingV3/OrSorting.vue.d.ts +0 -35
  1470. package/dist/bundled/v3/components/OrSortingV3/index.d.ts +0 -2
  1471. package/dist/bundled/v3/components/OrSortingV3/index.js +0 -1
  1472. package/dist/bundled/v3/components/OrSortingV3/styles.d.ts +0 -2
  1473. package/dist/bundled/v3/components/OrSortingV3/styles.js +0 -6
  1474. package/dist/bundled/v3/components/OrSortingV3/types.d.ts +0 -4
  1475. package/dist/bundled/v3/components/OrSortingV3/types.js +0 -1
  1476. package/dist/bundled/v3/components/OrStepper/OrStepper.js +0 -53
  1477. package/dist/bundled/v3/components/OrStepper/OrStepper.vue.d.ts +0 -79
  1478. package/dist/bundled/v3/components/OrStepper/index.d.ts +0 -1
  1479. package/dist/bundled/v3/components/OrStepper/index.js +0 -1
  1480. package/dist/bundled/v3/components/OrSwitch/OrSwitch.js +0 -49
  1481. package/dist/bundled/v3/components/OrSwitch/OrSwitch.vue.d.ts +0 -70
  1482. package/dist/bundled/v3/components/OrSwitch/index.d.ts +0 -1
  1483. package/dist/bundled/v3/components/OrSwitch/index.js +0 -1
  1484. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +0 -53
  1485. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.vue.d.ts +0 -89
  1486. package/dist/bundled/v3/components/OrSwitchV3/index.d.ts +0 -1
  1487. package/dist/bundled/v3/components/OrSwitchV3/index.js +0 -1
  1488. package/dist/bundled/v3/components/OrSwitchV3/styles.d.ts +0 -5
  1489. package/dist/bundled/v3/components/OrSwitchV3/styles.js +0 -51
  1490. package/dist/bundled/v3/components/OrTab/OrTab.js +0 -19
  1491. package/dist/bundled/v3/components/OrTab/OrTab.vue.d.ts +0 -44
  1492. package/dist/bundled/v3/components/OrTab/index.d.ts +0 -1
  1493. package/dist/bundled/v3/components/OrTab/index.js +0 -1
  1494. package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.js +0 -27
  1495. package/dist/bundled/v3/components/OrTabHeaderItem/OrTabHeaderItem.vue.d.ts +0 -49
  1496. package/dist/bundled/v3/components/OrTabHeaderItem/index.d.ts +0 -1
  1497. package/dist/bundled/v3/components/OrTabHeaderItem/index.js +0 -1
  1498. package/dist/bundled/v3/components/OrTabV3/OrTab.js +0 -21
  1499. package/dist/bundled/v3/components/OrTabV3/OrTab.vue.d.ts +0 -39
  1500. package/dist/bundled/v3/components/OrTabV3/index.d.ts +0 -1
  1501. package/dist/bundled/v3/components/OrTabV3/index.js +0 -1
  1502. package/dist/bundled/v3/components/OrTabV3/styles.d.ts +0 -1
  1503. package/dist/bundled/v3/components/OrTabV3/styles.js +0 -25
  1504. package/dist/bundled/v3/components/OrTabs/OrTabs.js +0 -43
  1505. package/dist/bundled/v3/components/OrTabs/OrTabs.vue.d.ts +0 -13
  1506. package/dist/bundled/v3/components/OrTabs/index.d.ts +0 -1
  1507. package/dist/bundled/v3/components/OrTabs/index.js +0 -1
  1508. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +0 -68
  1509. package/dist/bundled/v3/components/OrTabsV3/OrTabs.vue.d.ts +0 -76
  1510. package/dist/bundled/v3/components/OrTabsV3/index.d.ts +0 -3
  1511. package/dist/bundled/v3/components/OrTabsV3/index.js +0 -2
  1512. package/dist/bundled/v3/components/OrTabsV3/props.d.ts +0 -4
  1513. package/dist/bundled/v3/components/OrTabsV3/props.js +0 -7
  1514. package/dist/bundled/v3/components/OrTabsV3/styles.d.ts +0 -5
  1515. package/dist/bundled/v3/components/OrTabsV3/styles.js +0 -31
  1516. package/dist/bundled/v3/components/OrTabsV3/types.d.ts +0 -4
  1517. package/dist/bundled/v3/components/OrTabsV3/types.js +0 -1
  1518. package/dist/bundled/v3/components/OrTag/OrTag.js +0 -33
  1519. package/dist/bundled/v3/components/OrTag/OrTag.vue.d.ts +0 -54
  1520. package/dist/bundled/v3/components/OrTag/index.d.ts +0 -1
  1521. package/dist/bundled/v3/components/OrTag/index.js +0 -1
  1522. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +0 -126
  1523. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +0 -150
  1524. package/dist/bundled/v3/components/OrTagInputV3/index.d.ts +0 -2
  1525. package/dist/bundled/v3/components/OrTagInputV3/index.js +0 -2
  1526. package/dist/bundled/v3/components/OrTagInputV3/props.d.ts +0 -1
  1527. package/dist/bundled/v3/components/OrTagInputV3/props.js +0 -1
  1528. package/dist/bundled/v3/components/OrTagInputV3/styles.d.ts +0 -3
  1529. package/dist/bundled/v3/components/OrTagInputV3/styles.js +0 -17
  1530. package/dist/bundled/v3/components/OrTagV3/OrTag.js +0 -32
  1531. package/dist/bundled/v3/components/OrTagV3/OrTag.vue.d.ts +0 -43
  1532. package/dist/bundled/v3/components/OrTagV3/index.d.ts +0 -2
  1533. package/dist/bundled/v3/components/OrTagV3/index.js +0 -2
  1534. package/dist/bundled/v3/components/OrTagV3/props.d.ts +0 -9
  1535. package/dist/bundled/v3/components/OrTagV3/props.js +0 -13
  1536. package/dist/bundled/v3/components/OrTagV3/styles.d.ts +0 -4
  1537. package/dist/bundled/v3/components/OrTagV3/styles.js +0 -32
  1538. package/dist/bundled/v3/components/OrTagsV3/OrTags.js +0 -68
  1539. package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +0 -66
  1540. package/dist/bundled/v3/components/OrTagsV3/index.d.ts +0 -2
  1541. package/dist/bundled/v3/components/OrTagsV3/index.js +0 -2
  1542. package/dist/bundled/v3/components/OrTagsV3/props.d.ts +0 -6
  1543. package/dist/bundled/v3/components/OrTagsV3/props.js +0 -11
  1544. package/dist/bundled/v3/components/OrTagsV3/styles.d.ts +0 -6
  1545. package/dist/bundled/v3/components/OrTagsV3/styles.js +0 -46
  1546. package/dist/bundled/v3/components/OrTagsV3/types.d.ts +0 -6
  1547. package/dist/bundled/v3/components/OrTagsV3/types.js +0 -1
  1548. package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.d.ts +0 -2
  1549. package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.js +0 -12
  1550. package/dist/bundled/v3/components/OrTeleport/OrTeleport.js +0 -20
  1551. package/dist/bundled/v3/components/OrTeleport/OrTeleport.vue3.vue.d.ts +0 -27
  1552. package/dist/bundled/v3/components/OrTeleport/constants.d.ts +0 -12
  1553. package/dist/bundled/v3/components/OrTeleport/constants.js +0 -16
  1554. package/dist/bundled/v3/components/OrTeleport/index.d.ts +0 -2
  1555. package/dist/bundled/v3/components/OrTeleport/index.js +0 -1
  1556. package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.js +0 -13
  1557. package/dist/bundled/v3/components/OrTeleportV3/OrTeleport.vue3.vue.d.ts +0 -23
  1558. package/dist/bundled/v3/components/OrTeleportV3/index.d.ts +0 -1
  1559. package/dist/bundled/v3/components/OrTeleportV3/index.js +0 -1
  1560. package/dist/bundled/v3/components/OrTextV3/OrText.js +0 -17
  1561. package/dist/bundled/v3/components/OrTextV3/OrText.vue.d.ts +0 -54
  1562. package/dist/bundled/v3/components/OrTextV3/index.d.ts +0 -1
  1563. package/dist/bundled/v3/components/OrTextV3/index.js +0 -1
  1564. package/dist/bundled/v3/components/OrTextV3/styles.d.ts +0 -3
  1565. package/dist/bundled/v3/components/OrTextV3/styles.js +0 -17
  1566. package/dist/bundled/v3/components/OrTextarea/OrTextarea.js +0 -115
  1567. package/dist/bundled/v3/components/OrTextarea/OrTextarea.vue.d.ts +0 -131
  1568. package/dist/bundled/v3/components/OrTextarea/index.d.ts +0 -1
  1569. package/dist/bundled/v3/components/OrTextarea/index.js +0 -1
  1570. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +0 -84
  1571. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.vue.d.ts +0 -117
  1572. package/dist/bundled/v3/components/OrTextareaV3/index.d.ts +0 -2
  1573. package/dist/bundled/v3/components/OrTextareaV3/index.js +0 -2
  1574. package/dist/bundled/v3/components/OrTextareaV3/props.d.ts +0 -1
  1575. package/dist/bundled/v3/components/OrTextareaV3/props.js +0 -1
  1576. package/dist/bundled/v3/components/OrTextareaV3/styles.d.ts +0 -2
  1577. package/dist/bundled/v3/components/OrTextareaV3/styles.js +0 -16
  1578. package/dist/bundled/v3/components/OrTextbox/OrTextbox.js +0 -148
  1579. package/dist/bundled/v3/components/OrTextbox/OrTextbox.vue.d.ts +0 -257
  1580. package/dist/bundled/v3/components/OrTextbox/constants.d.ts +0 -8
  1581. package/dist/bundled/v3/components/OrTextbox/constants.js +0 -11
  1582. package/dist/bundled/v3/components/OrTextbox/index.d.ts +0 -2
  1583. package/dist/bundled/v3/components/OrTextbox/index.js +0 -2
  1584. package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.js +0 -13
  1585. package/dist/bundled/v3/components/OrTimeFormatV3/OrTimeFormat.vue.d.ts +0 -38
  1586. package/dist/bundled/v3/components/OrTimeFormatV3/index.d.ts +0 -1
  1587. package/dist/bundled/v3/components/OrTimeFormatV3/index.js +0 -1
  1588. package/dist/bundled/v3/components/OrTimeFormatV3/styles.d.ts +0 -1
  1589. package/dist/bundled/v3/components/OrTimeFormatV3/styles.js +0 -5
  1590. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +0 -128
  1591. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.vue.d.ts +0 -263
  1592. package/dist/bundled/v3/components/OrTimePickerV3/index.d.ts +0 -2
  1593. package/dist/bundled/v3/components/OrTimePickerV3/index.js +0 -3
  1594. package/dist/bundled/v3/components/OrTimePickerV3/props.d.ts +0 -2
  1595. package/dist/bundled/v3/components/OrTimePickerV3/props.js +0 -2
  1596. package/dist/bundled/v3/components/OrTimePickerV3/styles.d.ts +0 -2
  1597. package/dist/bundled/v3/components/OrTimePickerV3/styles.js +0 -8
  1598. package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.js +0 -154
  1599. package/dist/bundled/v3/components/OrTimeRangePickerV3/OrTimeRangePicker.vue.d.ts +0 -559
  1600. package/dist/bundled/v3/components/OrTimeRangePickerV3/index.d.ts +0 -2
  1601. package/dist/bundled/v3/components/OrTimeRangePickerV3/index.js +0 -3
  1602. package/dist/bundled/v3/components/OrTimeRangePickerV3/props.d.ts +0 -2
  1603. package/dist/bundled/v3/components/OrTimeRangePickerV3/props.js +0 -2
  1604. package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.d.ts +0 -2
  1605. package/dist/bundled/v3/components/OrTimeRangePickerV3/styles.js +0 -8
  1606. package/dist/bundled/v3/components/OrToast/OrToast.js +0 -118
  1607. package/dist/bundled/v3/components/OrToast/OrToast.vue.d.ts +0 -61
  1608. package/dist/bundled/v3/components/OrToast/Timer.d.ts +0 -11
  1609. package/dist/bundled/v3/components/OrToast/Timer.js +0 -37
  1610. package/dist/bundled/v3/components/OrToast/composable/index.d.ts +0 -2
  1611. package/dist/bundled/v3/components/OrToast/composable/index.js +0 -2
  1612. package/dist/bundled/v3/components/OrToast/composable/useQueue.d.ts +0 -8
  1613. package/dist/bundled/v3/components/OrToast/composable/useQueue.js +0 -33
  1614. package/dist/bundled/v3/components/OrToast/composable/useToast.d.ts +0 -8
  1615. package/dist/bundled/v3/components/OrToast/composable/useToast.js +0 -86
  1616. package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.d.ts +0 -9
  1617. package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +0 -25
  1618. package/dist/bundled/v3/components/OrToast/constants.d.ts +0 -18
  1619. package/dist/bundled/v3/components/OrToast/constants.js +0 -24
  1620. package/dist/bundled/v3/components/OrToast/index.d.ts +0 -5
  1621. package/dist/bundled/v3/components/OrToast/index.js +0 -5
  1622. package/dist/bundled/v3/components/OrToast/types.d.ts +0 -35
  1623. package/dist/bundled/v3/components/OrToast/types.js +0 -1
  1624. package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +0 -42
  1625. package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.vue.d.ts +0 -63
  1626. package/dist/bundled/v3/components/OrToastContainer/index.d.ts +0 -4
  1627. package/dist/bundled/v3/components/OrToastContainer/index.js +0 -4
  1628. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +0 -43
  1629. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.vue.d.ts +0 -57
  1630. package/dist/bundled/v3/components/OrToastContainerV3/index.d.ts +0 -4
  1631. package/dist/bundled/v3/components/OrToastContainerV3/index.js +0 -5
  1632. package/dist/bundled/v3/components/OrToastV3/OrToast.vue.d.ts +0 -56
  1633. package/dist/bundled/v3/components/OrToastV3/Timer.d.ts +0 -11
  1634. package/dist/bundled/v3/components/OrToastV3/Timer.js +0 -37
  1635. package/dist/bundled/v3/components/OrToastV3/composable/index.d.ts +0 -2
  1636. package/dist/bundled/v3/components/OrToastV3/composable/index.js +0 -2
  1637. package/dist/bundled/v3/components/OrToastV3/composable/useQueue.d.ts +0 -8
  1638. package/dist/bundled/v3/components/OrToastV3/composable/useQueue.js +0 -33
  1639. package/dist/bundled/v3/components/OrToastV3/composable/useToast.d.ts +0 -8
  1640. package/dist/bundled/v3/components/OrToastV3/composable/useToast.js +0 -86
  1641. package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.d.ts +0 -9
  1642. package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +0 -25
  1643. package/dist/bundled/v3/components/OrToastV3/index.d.ts +0 -5
  1644. package/dist/bundled/v3/components/OrToastV3/index.js +0 -6
  1645. package/dist/bundled/v3/components/OrToastV3/props.d.ts +0 -18
  1646. package/dist/bundled/v3/components/OrToastV3/props.js +0 -1
  1647. package/dist/bundled/v3/components/OrToastV3/styles.d.ts +0 -5
  1648. package/dist/bundled/v3/components/OrToastV3/styles.js +0 -59
  1649. package/dist/bundled/v3/components/OrToastV3/types.d.ts +0 -35
  1650. package/dist/bundled/v3/components/OrToastV3/types.js +0 -1
  1651. package/dist/bundled/v3/components/OrTooltip/OrTooltip.js +0 -48
  1652. package/dist/bundled/v3/components/OrTooltip/OrTooltip.vue.d.ts +0 -73
  1653. package/dist/bundled/v3/components/OrTooltip/index.d.ts +0 -2
  1654. package/dist/bundled/v3/components/OrTooltip/index.js +0 -2
  1655. package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.js +0 -24
  1656. package/dist/bundled/v3/components/OrTooltipContent/OrTooltipContent.vue.d.ts +0 -28
  1657. package/dist/bundled/v3/components/OrTooltipContent/index.d.ts +0 -1
  1658. package/dist/bundled/v3/components/OrTooltipContent/index.js +0 -1
  1659. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +0 -33
  1660. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.vue.d.ts +0 -82
  1661. package/dist/bundled/v3/components/OrTooltipV3/index.d.ts +0 -2
  1662. package/dist/bundled/v3/components/OrTooltipV3/index.js +0 -2
  1663. package/dist/bundled/v3/components/OrTooltipV3/props.d.ts +0 -2
  1664. package/dist/bundled/v3/components/OrTooltipV3/props.js +0 -1
  1665. package/dist/bundled/v3/components/OrTooltipV3/styles.d.ts +0 -4
  1666. package/dist/bundled/v3/components/OrTooltipV3/styles.js +0 -48
  1667. package/dist/bundled/v3/components/OrTreeV3/OrTree.js +0 -31
  1668. package/dist/bundled/v3/components/OrTreeV3/OrTree.vue.d.ts +0 -35
  1669. package/dist/bundled/v3/components/OrTreeV3/index.d.ts +0 -2
  1670. package/dist/bundled/v3/components/OrTreeV3/index.js +0 -2
  1671. package/dist/bundled/v3/components/OrTreeV3/types.d.ts +0 -15
  1672. package/dist/bundled/v3/components/OrTreeV3/types.js +0 -8
  1673. package/dist/bundled/v3/components/index.d.ts +0 -119
  1674. package/dist/bundled/v3/components/index.js +0 -200
  1675. package/dist/bundled/v3/directives/dropdown-close.d.ts +0 -6
  1676. package/dist/bundled/v3/directives/dropdown-close.js +0 -14
  1677. package/dist/bundled/v3/directives/dropdown-open.d.ts +0 -6
  1678. package/dist/bundled/v3/directives/dropdown-open.js +0 -19
  1679. package/dist/bundled/v3/directives/index.d.ts +0 -2
  1680. package/dist/bundled/v3/directives/index.js +0 -2
  1681. package/dist/bundled/v3/dom-cec392f3.js +0 -260
  1682. package/dist/bundled/v3/eq-44ea4d70.js +0 -77
  1683. package/dist/bundled/v3/floating-ui.dom-d9ef0d1f.js +0 -1443
  1684. package/dist/bundled/v3/get-34aa21f4.js +0 -856
  1685. package/dist/bundled/v3/hooks/index.d.ts +0 -10
  1686. package/dist/bundled/v3/hooks/index.js +0 -10
  1687. package/dist/bundled/v3/hooks/useControlAttributes.d.ts +0 -7
  1688. package/dist/bundled/v3/hooks/useControlAttributes.js +0 -12
  1689. package/dist/bundled/v3/hooks/useElevation.d.ts +0 -3
  1690. package/dist/bundled/v3/hooks/useElevation.js +0 -25
  1691. package/dist/bundled/v3/hooks/useIdAttribute.d.ts +0 -2
  1692. package/dist/bundled/v3/hooks/useIdAttribute.js +0 -12
  1693. package/dist/bundled/v3/hooks/useOverflow.d.ts +0 -11
  1694. package/dist/bundled/v3/hooks/useOverflow.js +0 -75
  1695. package/dist/bundled/v3/hooks/usePopoverState.d.ts +0 -12
  1696. package/dist/bundled/v3/hooks/usePopoverState.js +0 -42
  1697. package/dist/bundled/v3/hooks/useProxyModelValue.d.ts +0 -8
  1698. package/dist/bundled/v3/hooks/useProxyModelValue.js +0 -29
  1699. package/dist/bundled/v3/hooks/useResponsive/index.d.ts +0 -1
  1700. package/dist/bundled/v3/hooks/useResponsive/index.js +0 -1
  1701. package/dist/bundled/v3/hooks/useResponsive/useResponsive.d.ts +0 -6
  1702. package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +0 -203
  1703. package/dist/bundled/v3/hooks/useTheme.d.ts +0 -3
  1704. package/dist/bundled/v3/hooks/useToggle.d.ts +0 -8
  1705. package/dist/bundled/v3/hooks/useToggle.js +0 -23
  1706. package/dist/bundled/v3/hooks/useValidationAttributes.d.ts +0 -11
  1707. package/dist/bundled/v3/hooks/useValidationAttributes.js +0 -16
  1708. package/dist/bundled/v3/index-06852368.js +0 -819
  1709. package/dist/bundled/v3/index-0fa7e6ca.js +0 -114
  1710. package/dist/bundled/v3/index-2ca6453c.js +0 -8
  1711. package/dist/bundled/v3/index-4a4ab262.js +0 -837
  1712. package/dist/bundled/v3/index-57f01e0d.js +0 -94
  1713. package/dist/bundled/v3/index-59ae65a4.js +0 -3158
  1714. package/dist/bundled/v3/index-67eff9fe.js +0 -9715
  1715. package/dist/bundled/v3/index-74353328.js +0 -1912
  1716. package/dist/bundled/v3/index-9b8fe3ec.js +0 -760
  1717. package/dist/bundled/v3/index-c8fc7964.js +0 -361
  1718. package/dist/bundled/v3/index-d32c767e.js +0 -18517
  1719. package/dist/bundled/v3/index-e1e02235.js +0 -1636
  1720. package/dist/bundled/v3/index-f1d66df5.js +0 -2301
  1721. package/dist/bundled/v3/index-f537aa31.js +0 -1379
  1722. package/dist/bundled/v3/index-f671afe5.js +0 -7127
  1723. package/dist/bundled/v3/index-ffeb3fc8.js +0 -295
  1724. package/dist/bundled/v3/index.d.ts +0 -5
  1725. package/dist/bundled/v3/index.js +0 -302
  1726. package/dist/bundled/v3/isArrayLike-e7fb5cae.js +0 -91
  1727. package/dist/bundled/v3/isEqual-7a8e6106.js +0 -38
  1728. package/dist/bundled/v3/isObject-b7415fc1.js +0 -202
  1729. package/dist/bundled/v3/markdown-7d2cd3a5.js +0 -8287
  1730. package/dist/bundled/v3/props-7be029c7.js +0 -32
  1731. package/dist/bundled/v3/range-82efa3d4.js +0 -136
  1732. package/dist/bundled/v3/round-567ede34.js +0 -66
  1733. package/dist/bundled/v3/sortable.esm-11705107.js +0 -2580
  1734. package/dist/bundled/v3/style-inject.es-4c6f2515.js +0 -26
  1735. package/dist/bundled/v3/toFinite-bc59ffb0.js +0 -142
  1736. package/dist/bundled/v3/toInteger-9fa0151c.js +0 -38
  1737. package/dist/bundled/v3/toString-b6e4472a.js +0 -114
  1738. package/dist/bundled/v3/types-668300dd.js +0 -5
  1739. package/dist/bundled/v3/utils/constants/color.d.ts +0 -14
  1740. package/dist/bundled/v3/utils/constants/color.js +0 -16
  1741. package/dist/bundled/v3/utils/constants/key-codes.d.ts +0 -14
  1742. package/dist/bundled/v3/utils/constants/key-codes.js +0 -16
  1743. package/dist/bundled/v3/utils/constants/poper.d.ts +0 -8
  1744. package/dist/bundled/v3/utils/constants/poper.js +0 -10
  1745. package/dist/bundled/v3/utils/constants/regex.d.ts +0 -42
  1746. package/dist/bundled/v3/utils/constants/regex.js +0 -49
  1747. package/dist/bundled/v3/utils/functions/color.d.ts +0 -19
  1748. package/dist/bundled/v3/utils/functions/color.js +0 -40
  1749. package/dist/bundled/v3/utils/functions/dom.d.ts +0 -31
  1750. package/dist/bundled/v3/utils/functions/dom.js +0 -2
  1751. package/dist/bundled/v3/utils/functions/flattenDeep.d.ts +0 -2
  1752. package/dist/bundled/v3/utils/functions/flattenDeep.js +0 -6
  1753. package/dist/bundled/v3/utils/functions/hash.d.ts +0 -2
  1754. package/dist/bundled/v3/utils/functions/hash.js +0 -8
  1755. package/dist/bundled/v3/utils/functions/px-to-rem.d.ts +0 -1
  1756. package/dist/bundled/v3/utils/functions/px-to-rem.js +0 -3
  1757. package/dist/bundled/v3/utils/functions/text.d.ts +0 -1
  1758. package/dist/bundled/v3/utils/functions/text.js +0 -9
  1759. package/dist/bundled/v3/utils/index.d.ts +0 -14
  1760. package/dist/bundled/v3/utils/index.js +0 -12
  1761. package/dist/bundled/v3/utils/isEmpty.d.ts +0 -1
  1762. package/dist/bundled/v3/utils/isEmpty.js +0 -5
  1763. package/dist/bundled/v3/utils/isEmptyValue.d.ts +0 -1
  1764. package/dist/bundled/v3/utils/isEmptyValue.js +0 -5
  1765. package/dist/bundled/v3/utils/isEqualValue.d.ts +0 -1
  1766. package/dist/bundled/v3/utils/isEqualValue.js +0 -8
  1767. package/dist/bundled/v3/utils/isVisible.d.ts +0 -2
  1768. package/dist/bundled/v3/utils/isVisible.js +0 -5
  1769. package/dist/bundled/v3/v4-cf8987a3.js +0 -67
@@ -1,3 +1,2294 @@
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-022aa5f7.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-d0c4e061.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-7d519020.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
+
1
2292
  /**!
2
2293
  * Sortable 1.14.0
3
2294
  * @author RubaXa <trash@rubaxa.org>
@@ -2577,4 +4868,278 @@ _extends(Remove, {
2577
4868
  Sortable.mount(new AutoScrollPlugin());
2578
4869
  Sortable.mount(Remove, Revert);
2579
4870
 
2580
- export { Sortable as S };
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 };