bt-core-app 2.2.9 → 2.2.10

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 (294) hide show
  1. package/dist/bt-core/core/node_modules/vuetify/lib/composables/defaults.mjs +45 -70
  2. package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +40 -73
  3. package/dist/bt-core/core/node_modules/vuetify/lib/util/console.mjs +4 -12
  4. package/dist/bt-core/core/node_modules/vuetify/lib/util/getCurrentInstance.mjs +6 -13
  5. package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +28 -408
  6. package/dist/components/BT-Assistant-Menu.vue.mjs +407 -420
  7. package/dist/components/BT-Avatar.vue.mjs +31 -31
  8. package/dist/components/BT-Background-Task.vue.mjs +52 -52
  9. package/dist/components/BT-Blade-Item.vue.mjs +100 -110
  10. package/dist/components/BT-Blade-Items.vue.mjs +1 -1
  11. package/dist/components/BT-Blade-Items.vue2.mjs +399 -411
  12. package/dist/components/BT-Blade-Steps.vue.mjs +2 -2
  13. package/dist/components/BT-Blade-Steps.vue2.mjs +626 -641
  14. package/dist/components/BT-Blade.vue.mjs +192 -201
  15. package/dist/components/BT-Btn.vue.mjs +25 -23
  16. package/dist/components/BT-Camera-Overlay.vue.mjs +142 -144
  17. package/dist/components/BT-Col.vue.mjs +19 -17
  18. package/dist/components/BT-Color-Picker-Menu.vue.mjs +49 -51
  19. package/dist/components/BT-Cosmetics-Menu.vue.mjs +173 -180
  20. package/dist/components/BT-Cron.vue.mjs +249 -264
  21. package/dist/components/BT-Date-Select.vue.mjs +47 -46
  22. package/dist/components/BT-Demo-Profile-Select.vue.mjs +40 -40
  23. package/dist/components/BT-Dialog-Confirm.vue.mjs +39 -39
  24. package/dist/components/BT-Dialog-Date.vue.mjs +19 -22
  25. package/dist/components/BT-Dialog-Number.vue.mjs +121 -125
  26. package/dist/components/BT-Dialog-Select.vue.mjs +85 -96
  27. package/dist/components/BT-Divider.vue.mjs +21 -20
  28. package/dist/components/BT-Drag-Counter.vue.mjs +1 -1
  29. package/dist/components/BT-Drag-Counter.vue2.mjs +89 -89
  30. package/dist/components/BT-Entity.vue.mjs +82 -82
  31. package/dist/components/BT-Error.vue.mjs +27 -26
  32. package/dist/components/BT-Field-Checkbox.vue.mjs +31 -30
  33. package/dist/components/BT-Field-Date.vue.mjs +84 -87
  34. package/dist/components/BT-Field-Entity.vue.mjs +16 -20
  35. package/dist/components/BT-Field-Select-Simple.vue.mjs +26 -24
  36. package/dist/components/BT-Field-Select.vue.mjs +34 -32
  37. package/dist/components/BT-Field-String.vue.mjs +52 -54
  38. package/dist/components/BT-Field-Switch.vue.mjs +43 -44
  39. package/dist/components/BT-Field-Tags.vue.mjs +55 -57
  40. package/dist/components/BT-Field-Textarea.vue.mjs +43 -44
  41. package/dist/components/BT-Field-Trigger.vue.mjs +270 -276
  42. package/dist/components/BT-Field.vue.mjs +38 -39
  43. package/dist/components/BT-Form-Builder.vue.mjs +325 -346
  44. package/dist/components/BT-Form-Field.vue.mjs +81 -88
  45. package/dist/components/BT-Form.vue.mjs +269 -280
  46. package/dist/components/BT-Header-Option.vue.mjs +19 -21
  47. package/dist/components/BT-Image-Select.vue.mjs +177 -186
  48. package/dist/components/BT-Json.vue.mjs +30 -29
  49. package/dist/components/BT-Loader.vue.mjs +31 -32
  50. package/dist/components/BT-Nav-Sidebar.vue.mjs +124 -130
  51. package/dist/components/BT-Number.vue.mjs +1 -1
  52. package/dist/components/BT-Number.vue2.mjs +19 -17
  53. package/dist/components/BT-Numpad.vue.mjs +144 -147
  54. package/dist/components/BT-Select-List-Box.vue.mjs +276 -287
  55. package/dist/components/BT-Select-Simple.vue.mjs +23 -21
  56. package/dist/components/BT-Select.vue.mjs +37 -36
  57. package/dist/components/BT-Signature-Overlay.vue.mjs +112 -113
  58. package/dist/components/BT-Signature.vue.mjs +96 -96
  59. package/dist/components/BT-Slider.vue.mjs +103 -109
  60. package/dist/components/BT-Square-Check.vue.mjs +65 -65
  61. package/dist/components/BT-Status-Item.vue.mjs +16 -18
  62. package/dist/components/BT-Tags.vue.mjs +22 -21
  63. package/dist/components/BT-Tour.vue.mjs +65 -69
  64. package/dist/style.css +1 -1
  65. package/package.json +1 -1
  66. package/dist/_virtual/VAlert.sass.mjs +0 -1
  67. package/dist/_virtual/VAvatar.sass.mjs +0 -1
  68. package/dist/_virtual/VBtn.sass.mjs +0 -1
  69. package/dist/_virtual/VBtnGroup.sass.mjs +0 -1
  70. package/dist/_virtual/VBtnToggle.sass.mjs +0 -1
  71. package/dist/_virtual/VCard.sass.mjs +0 -1
  72. package/dist/_virtual/VCheckbox.sass.mjs +0 -1
  73. package/dist/_virtual/VChip.sass.mjs +0 -1
  74. package/dist/_virtual/VChipGroup.sass.mjs +0 -1
  75. package/dist/_virtual/VColorPicker.sass.mjs +0 -1
  76. package/dist/_virtual/VColorPickerCanvas.sass.mjs +0 -1
  77. package/dist/_virtual/VColorPickerEdit.sass.mjs +0 -1
  78. package/dist/_virtual/VColorPickerPreview.sass.mjs +0 -1
  79. package/dist/_virtual/VColorPickerSwatches.sass.mjs +0 -1
  80. package/dist/_virtual/VCombobox.sass.mjs +0 -1
  81. package/dist/_virtual/VContainer.sass.mjs +0 -1
  82. package/dist/_virtual/VCounter.sass.mjs +0 -1
  83. package/dist/_virtual/VDialog.sass.mjs +0 -1
  84. package/dist/_virtual/VDivider.sass.mjs +0 -1
  85. package/dist/_virtual/VField.sass.mjs +0 -1
  86. package/dist/_virtual/VGrid.sass.mjs +0 -1
  87. package/dist/_virtual/VIcon.sass.mjs +0 -1
  88. package/dist/_virtual/VImg.sass.mjs +0 -1
  89. package/dist/_virtual/VInput.sass.mjs +0 -1
  90. package/dist/_virtual/VLabel.sass.mjs +0 -1
  91. package/dist/_virtual/VList.sass.mjs +0 -1
  92. package/dist/_virtual/VListItem.sass.mjs +0 -1
  93. package/dist/_virtual/VMenu.sass.mjs +0 -1
  94. package/dist/_virtual/VMessages.sass.mjs +0 -1
  95. package/dist/_virtual/VNavigationDrawer.sass.mjs +0 -1
  96. package/dist/_virtual/VOverlay.sass.mjs +0 -1
  97. package/dist/_virtual/VPagination.sass.mjs +0 -1
  98. package/dist/_virtual/VPicker.sass.mjs +0 -1
  99. package/dist/_virtual/VProgressCircular.sass.mjs +0 -1
  100. package/dist/_virtual/VProgressLinear.sass.mjs +0 -1
  101. package/dist/_virtual/VRating.sass.mjs +0 -1
  102. package/dist/_virtual/VResponsive.sass.mjs +0 -1
  103. package/dist/_virtual/VRipple.sass.mjs +0 -1
  104. package/dist/_virtual/VSelect.sass.mjs +0 -1
  105. package/dist/_virtual/VSelectionControl.sass.mjs +0 -1
  106. package/dist/_virtual/VSelectionControlGroup.sass.mjs +0 -1
  107. package/dist/_virtual/VSheet.sass.mjs +0 -1
  108. package/dist/_virtual/VSlideGroup.sass.mjs +0 -1
  109. package/dist/_virtual/VSlider.sass.mjs +0 -1
  110. package/dist/_virtual/VSliderThumb.sass.mjs +0 -1
  111. package/dist/_virtual/VSliderTrack.sass.mjs +0 -1
  112. package/dist/_virtual/VSpacer.sass.mjs +0 -1
  113. package/dist/_virtual/VSwitch.sass.mjs +0 -1
  114. package/dist/_virtual/VTab.sass.mjs +0 -1
  115. package/dist/_virtual/VTable.sass.mjs +0 -1
  116. package/dist/_virtual/VTabs.sass.mjs +0 -1
  117. package/dist/_virtual/VTextField.sass.mjs +0 -1
  118. package/dist/_virtual/VTextarea.sass.mjs +0 -1
  119. package/dist/_virtual/VToolbar.sass.mjs +0 -1
  120. package/dist/_virtual/VVirtualScroll.sass.mjs +0 -1
  121. package/dist/_virtual/VWindow.sass.mjs +0 -1
  122. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +0 -196
  123. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +0 -5
  124. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +0 -92
  125. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +0 -220
  126. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +0 -68
  127. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +0 -57
  128. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +0 -180
  129. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +0 -32
  130. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +0 -118
  131. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +0 -29
  132. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +0 -29
  133. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +0 -5
  134. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +0 -74
  135. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +0 -53
  136. package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +0 -263
  137. package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +0 -87
  138. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +0 -161
  139. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +0 -166
  140. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +0 -97
  141. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +0 -123
  142. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +0 -72
  143. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +0 -193
  144. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +0 -501
  145. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +0 -51
  146. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +0 -39
  147. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +0 -103
  148. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +0 -82
  149. package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +0 -295
  150. package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +0 -28
  151. package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +0 -53
  152. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +0 -98
  153. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +0 -41
  154. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +0 -104
  155. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +0 -6
  156. package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +0 -41
  157. package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +0 -77
  158. package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +0 -248
  159. package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +0 -40
  160. package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +0 -154
  161. package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +0 -36
  162. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +0 -281
  163. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +0 -104
  164. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +0 -129
  165. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +0 -312
  166. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +0 -29
  167. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +0 -5
  168. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +0 -50
  169. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +0 -38
  170. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +0 -132
  171. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +0 -4
  172. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +0 -55
  173. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +0 -247
  174. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +0 -44
  175. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +0 -100
  176. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +0 -291
  177. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +0 -292
  178. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +0 -15
  179. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +0 -91
  180. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +0 -179
  181. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +0 -42
  182. package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +0 -315
  183. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +0 -129
  184. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +0 -195
  185. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +0 -53
  186. package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +0 -217
  187. package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +0 -56
  188. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +0 -475
  189. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +0 -57
  190. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +0 -183
  191. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +0 -106
  192. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +0 -61
  193. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +0 -287
  194. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +0 -54
  195. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +0 -159
  196. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +0 -176
  197. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +0 -109
  198. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +0 -242
  199. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +0 -172
  200. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +0 -66
  201. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +0 -126
  202. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +0 -153
  203. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +0 -48
  204. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +0 -29
  205. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +0 -4
  206. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +0 -204
  207. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +0 -258
  208. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +0 -167
  209. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +0 -38
  210. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +0 -37
  211. package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +0 -106
  212. package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +0 -47
  213. package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +0 -211
  214. package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +0 -93
  215. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +0 -113
  216. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +0 -136
  217. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +0 -52
  218. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +0 -22
  219. package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +0 -21
  220. package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +0 -14
  221. package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +0 -19
  222. package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +0 -69
  223. package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +0 -11
  224. package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +0 -34
  225. package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +0 -20
  226. package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +0 -23
  227. package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +0 -32
  228. package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +0 -25
  229. package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +0 -125
  230. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +0 -31
  231. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +0 -54
  232. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +0 -97
  233. package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +0 -112
  234. package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +0 -78
  235. package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +0 -86
  236. package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +0 -169
  237. package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +0 -20
  238. package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +0 -21
  239. package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +0 -24
  240. package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +0 -43
  241. package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +0 -21
  242. package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +0 -120
  243. package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +0 -38
  244. package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +0 -22
  245. package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +0 -49
  246. package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +0 -24
  247. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +0 -102
  248. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +0 -315
  249. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +0 -60
  250. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +0 -206
  251. package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +0 -22
  252. package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +0 -35
  253. package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +0 -15
  254. package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +0 -26
  255. package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +0 -21
  256. package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +0 -30
  257. package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +0 -97
  258. package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +0 -12
  259. package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +0 -16
  260. package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +0 -27
  261. package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +0 -17
  262. package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +0 -39
  263. package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +0 -10
  264. package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +0 -21
  265. package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +0 -32
  266. package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +0 -19
  267. package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +0 -73
  268. package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +0 -34
  269. package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +0 -139
  270. package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +0 -53
  271. package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +0 -164
  272. package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +0 -62
  273. package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +0 -41
  274. package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +0 -183
  275. package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +0 -89
  276. package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +0 -77
  277. package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +0 -5
  278. package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +0 -15
  279. package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +0 -53
  280. package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +0 -44
  281. package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +0 -36
  282. package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +0 -73
  283. package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +0 -19
  284. package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +0 -16
  285. package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +0 -224
  286. package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +0 -31
  287. package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +0 -37
  288. package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +0 -14
  289. package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +0 -23
  290. package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +0 -34
  291. package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +0 -8
  292. package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +0 -11
  293. package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +0 -25
  294. package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +0 -8
@@ -1,136 +0,0 @@
1
- import { createVNode as v, Transition as w, mergeProps as F } from "vue";
2
- import { getTargetBox as b } from "../../util/box.mjs";
3
- import { animate as d, nullifyTransforms as B } from "../../util/animation.mjs";
4
- import { deceleratedEasing as x, standardEasing as E, acceleratedEasing as P } from "../../util/easing.mjs";
5
- import { genericComponent as O } from "../../util/defineComponent.mjs";
6
- import { propsFactory as S } from "../../util/propsFactory.mjs";
7
- import { PREFERS_REDUCED_MOTION as A } from "../../util/globals.mjs";
8
- const V = S({
9
- target: [Object, Array]
10
- }, "v-dialog-transition"), y = /* @__PURE__ */ new WeakMap(), X = O()({
11
- name: "VDialogTransition",
12
- props: V(),
13
- setup(i, a) {
14
- let {
15
- slots: e
16
- } = a;
17
- const r = {
18
- onBeforeEnter(t) {
19
- t.style.pointerEvents = "none", t.style.visibility = "hidden";
20
- },
21
- async onEnter(t, f) {
22
- var m;
23
- await new Promise((s) => requestAnimationFrame(s)), await new Promise((s) => requestAnimationFrame(s)), t.style.visibility = "";
24
- const n = T(i.target, t), {
25
- x: c,
26
- y: g,
27
- sx: h,
28
- sy: p,
29
- speed: o
30
- } = n;
31
- if (y.set(t, n), A())
32
- d(t, [{
33
- opacity: 0
34
- }, {}], {
35
- duration: 125 * o,
36
- easing: x
37
- }).finished.then(() => f());
38
- else {
39
- const s = d(t, [{
40
- transform: `translate(${c}px, ${g}px) scale(${h}, ${p})`,
41
- opacity: 0
42
- }, {}], {
43
- duration: 225 * o,
44
- easing: x
45
- });
46
- (m = $(t)) == null || m.forEach((l) => {
47
- d(l, [{
48
- opacity: 0
49
- }, {
50
- opacity: 0,
51
- offset: 0.33
52
- }, {}], {
53
- duration: 225 * 2 * o,
54
- easing: E
55
- });
56
- }), s.finished.then(() => f());
57
- }
58
- },
59
- onAfterEnter(t) {
60
- t.style.removeProperty("pointer-events");
61
- },
62
- onBeforeLeave(t) {
63
- t.style.pointerEvents = "none";
64
- },
65
- async onLeave(t, f) {
66
- var m;
67
- await new Promise((s) => requestAnimationFrame(s));
68
- let n;
69
- !y.has(t) || Array.isArray(i.target) || i.target.offsetParent || i.target.getClientRects().length ? n = T(i.target, t) : n = y.get(t);
70
- const {
71
- x: c,
72
- y: g,
73
- sx: h,
74
- sy: p,
75
- speed: o
76
- } = n;
77
- A() ? d(t, [{}, {
78
- opacity: 0
79
- }], {
80
- duration: 85 * o,
81
- easing: P
82
- }).finished.then(() => f()) : (d(t, [{}, {
83
- transform: `translate(${c}px, ${g}px) scale(${h}, ${p})`,
84
- opacity: 0
85
- }], {
86
- duration: 125 * o,
87
- easing: P
88
- }).finished.then(() => f()), (m = $(t)) == null || m.forEach((l) => {
89
- d(l, [{}, {
90
- opacity: 0,
91
- offset: 0.2
92
- }, {
93
- opacity: 0
94
- }], {
95
- duration: 125 * 2 * o,
96
- easing: E
97
- });
98
- }));
99
- },
100
- onAfterLeave(t) {
101
- t.style.removeProperty("pointer-events");
102
- }
103
- };
104
- return () => i.target ? v(w, F({
105
- name: "dialog-transition"
106
- }, r, {
107
- css: !1
108
- }), e) : v(w, {
109
- name: "dialog-transition"
110
- }, e);
111
- }
112
- });
113
- function $(i) {
114
- var e;
115
- const a = (e = i.querySelector(":scope > .v-card, :scope > .v-sheet, :scope > .v-list")) == null ? void 0 : e.children;
116
- return a && [...a];
117
- }
118
- function T(i, a) {
119
- const e = b(i), r = B(a), [t, f] = getComputedStyle(a).transformOrigin.split(" ").map((D) => parseFloat(D)), [n, c] = getComputedStyle(a).getPropertyValue("--v-overlay-anchor-origin").split(" ");
120
- let g = e.left + e.width / 2;
121
- n === "left" || c === "left" ? g -= e.width / 2 : (n === "right" || c === "right") && (g += e.width / 2);
122
- let h = e.top + e.height / 2;
123
- n === "top" || c === "top" ? h -= e.height / 2 : (n === "bottom" || c === "bottom") && (h += e.height / 2);
124
- const p = e.width / r.width, o = e.height / r.height, m = Math.max(1, p, o), s = p / m || 0, l = o / m || 0, u = r.width * r.height / (window.innerWidth * window.innerHeight), C = u > 0.12 ? Math.min(1.5, (u - 0.12) * 10 + 1) : 1;
125
- return {
126
- x: g - (t + r.left),
127
- y: h - (f + r.top),
128
- sx: s,
129
- sy: l,
130
- speed: C
131
- };
132
- }
133
- export {
134
- X as VDialogTransition,
135
- V as makeVDialogTransitionProps
136
- };
@@ -1,52 +0,0 @@
1
- function a() {
2
- let n = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", i = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "y";
3
- return {
4
- onBeforeEnter(t) {
5
- t._parent = t.parentNode, t._initialStyle = {
6
- transition: t.style.transition,
7
- overflow: t.style.overflow,
8
- width: t.style.width,
9
- height: t.style.height
10
- };
11
- },
12
- onEnter(t) {
13
- const e = t._initialStyle;
14
- if (!e)
15
- return;
16
- t.style.setProperty("transition", "none", "important"), t.style.overflow = "hidden";
17
- const s = `${t.offsetWidth}px`, r = `${t.offsetHeight}px`;
18
- ["x", "both"].includes(i) && (t.style.width = "0"), ["y", "both"].includes(i) && (t.style.height = "0"), t.offsetHeight, t.style.transition = e.transition, n && t._parent && t._parent.classList.add(n), requestAnimationFrame(() => {
19
- ["x", "both"].includes(i) && (t.style.width = s), ["y", "both"].includes(i) && (t.style.height = r);
20
- });
21
- },
22
- onAfterEnter: o,
23
- onEnterCancelled: o,
24
- onLeave(t) {
25
- t._initialStyle = {
26
- transition: "",
27
- overflow: t.style.overflow,
28
- width: t.style.width,
29
- height: t.style.height
30
- }, t.style.overflow = "hidden", ["x", "both"].includes(i) && (t.style.width = `${t.offsetWidth}px`), ["y", "both"].includes(i) && (t.style.height = `${t.offsetHeight}px`), t.offsetHeight, requestAnimationFrame(() => {
31
- ["x", "both"].includes(i) && (t.style.width = "0"), ["y", "both"].includes(i) && (t.style.height = "0");
32
- });
33
- },
34
- onAfterLeave: h,
35
- onLeaveCancelled: h
36
- };
37
- function h(t) {
38
- n && t._parent && t._parent.classList.remove(n), o(t);
39
- }
40
- function o(t) {
41
- if (!t._initialStyle)
42
- return;
43
- const {
44
- width: e,
45
- height: s
46
- } = t._initialStyle;
47
- t.style.overflow = t._initialStyle.overflow, e != null && ["x", "both"].includes(i) && (t.style.width = e), s != null && ["y", "both"].includes(i) && (t.style.height = s), delete t._initialStyle;
48
- }
49
- }
50
- export {
51
- a as default
52
- };
@@ -1,22 +0,0 @@
1
- import { createCssTransition as n, createJavascriptTransition as i } from "./createTransition.mjs";
2
- import t from "./expand-transition.mjs";
3
- n("fab-transition", "center center", "out-in");
4
- n("dialog-bottom-transition");
5
- n("dialog-top-transition");
6
- const s = n("fade-transition"), a = n("scale-transition");
7
- n("scroll-x-transition");
8
- n("scroll-x-reverse-transition");
9
- n("scroll-y-transition");
10
- n("scroll-y-reverse-transition");
11
- const e = n("slide-x-transition"), l = n("slide-x-reverse-transition"), c = n("slide-y-transition"), d = n("slide-y-reverse-transition"), x = i("expand-transition", t()), p = i("expand-x-transition", t("", "x"));
12
- i("expand-both-transition", t("", "both"));
13
- export {
14
- x as VExpandTransition,
15
- p as VExpandXTransition,
16
- s as VFadeTransition,
17
- a as VScaleTransition,
18
- l as VSlideXReverseTransition,
19
- e as VSlideXTransition,
20
- d as VSlideYReverseTransition,
21
- c as VSlideYTransition
22
- };
@@ -1,21 +0,0 @@
1
- import { useId as m, shallowRef as l, toRef as o } from "vue";
2
- import { propsFactory as c } from "../util/propsFactory.mjs";
3
- const f = c({
4
- autocomplete: String
5
- }, "autocomplete");
6
- function p(e) {
7
- const n = m(), u = l(0), t = o(() => e.autocomplete === "suppress"), a = o(() => {
8
- if (e.name)
9
- return t.value ? `${e.name}-${n}-${u.value}` : e.name;
10
- }), r = o(() => t.value ? "off" : e.autocomplete);
11
- return {
12
- isSuppressing: t,
13
- fieldAutocomplete: r,
14
- fieldName: a,
15
- update: () => u.value = (/* @__PURE__ */ new Date()).getTime()
16
- };
17
- }
18
- export {
19
- f as makeAutocompleteProps,
20
- p as useAutocomplete
21
- };
@@ -1,14 +0,0 @@
1
- function r(u) {
2
- function n(o, c) {
3
- if (!u.autofocus || !o)
4
- return;
5
- const t = c[0].target, e = t.matches("input,textarea") ? t : t.querySelector("input,textarea");
6
- e == null || e.focus();
7
- }
8
- return {
9
- onIntersect: n
10
- };
11
- }
12
- export {
13
- r as useAutofocus
14
- };
@@ -1,19 +0,0 @@
1
- import { computed as n } from "vue";
2
- import { propsFactory as s } from "../util/propsFactory.mjs";
3
- import { getCurrentInstanceName as m } from "../util/getCurrentInstance.mjs";
4
- const p = s({
5
- border: [Boolean, Number, String]
6
- }, "border");
7
- function b(e) {
8
- let o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : m();
9
- return {
10
- borderClasses: n(() => {
11
- const r = e.border;
12
- return r === !0 || r === "" ? `${o}--border` : typeof r == "string" || r === 0 ? String(r).split(" ").map((t) => `border-${t}`) : [];
13
- })
14
- };
15
- }
16
- export {
17
- p as makeBorderProps,
18
- b as useBorder
19
- };
@@ -1,69 +0,0 @@
1
- import { toValue as l } from "vue";
2
- import { destructComputed as a } from "../util/helpers.mjs";
3
- import { isCssColor as c, isParsableColor as C, parseColor as g, getForeground as d } from "../util/colorUtils.mjs";
4
- function u(t) {
5
- return a(() => {
6
- const {
7
- class: o,
8
- style: r
9
- } = b(t);
10
- return {
11
- colorClasses: o,
12
- colorStyles: r
13
- };
14
- });
15
- }
16
- function p(t) {
17
- const {
18
- colorClasses: o,
19
- colorStyles: r
20
- } = u(() => ({
21
- text: l(t)
22
- }));
23
- return {
24
- textColorClasses: o,
25
- textColorStyles: r
26
- };
27
- }
28
- function y(t) {
29
- const {
30
- colorClasses: o,
31
- colorStyles: r
32
- } = u(() => ({
33
- background: l(t)
34
- }));
35
- return {
36
- backgroundColorClasses: o,
37
- backgroundColorStyles: r
38
- };
39
- }
40
- function i(t) {
41
- return {
42
- text: typeof t.text == "string" ? t.text.replace(/^text-/, "") : t.text,
43
- background: typeof t.background == "string" ? t.background.replace(/^bg-/, "") : t.background
44
- };
45
- }
46
- function b(t) {
47
- const o = i(l(t)), r = [], e = {};
48
- if (o.background)
49
- if (c(o.background)) {
50
- if (e.backgroundColor = o.background, !o.text && C(o.background)) {
51
- const s = g(o.background);
52
- if (s.a == null || s.a === 1) {
53
- const n = d(s);
54
- e.color = n, e.caretColor = n;
55
- }
56
- }
57
- } else
58
- r.push(`bg-${o.background}`);
59
- return o.text && (c(o.text) ? (e.color = o.text, e.caretColor = o.text) : r.push(`text-${o.text}`)), {
60
- class: r,
61
- style: e
62
- };
63
- }
64
- export {
65
- b as computeColor,
66
- y as useBackgroundColor,
67
- u as useColor,
68
- p as useTextColor
69
- };
@@ -1,11 +0,0 @@
1
- import { propsFactory as t } from "../util/propsFactory.mjs";
2
- const o = t({
3
- class: [String, Array, Object],
4
- style: {
5
- type: [String, Array, Object],
6
- default: null
7
- }
8
- }, "component");
9
- export {
10
- o as makeComponentProps
11
- };
@@ -1,34 +0,0 @@
1
- import { defer as f } from "../util/helpers.mjs";
2
- import { propsFactory as c } from "../util/propsFactory.mjs";
3
- const i = c({
4
- closeDelay: [Number, String],
5
- openDelay: [Number, String]
6
- }, "delay");
7
- function N(l, n) {
8
- let e = () => {
9
- };
10
- function t(r, a) {
11
- e == null || e();
12
- const y = r ? l.openDelay : l.closeDelay, m = Math.max((a == null ? void 0 : a.minDelay) ?? 0, Number(y ?? 0));
13
- return new Promise((D) => {
14
- e = f(m, () => {
15
- n == null || n(r), D(r);
16
- });
17
- });
18
- }
19
- function u() {
20
- return t(!0);
21
- }
22
- function o(r) {
23
- return t(!1, r);
24
- }
25
- return {
26
- clearDelay: e,
27
- runOpenDelay: u,
28
- runCloseDelay: o
29
- };
30
- }
31
- export {
32
- i as makeDelayProps,
33
- N as useDelay
34
- };
@@ -1,20 +0,0 @@
1
- import { toRef as n } from "vue";
2
- import { propsFactory as s } from "../util/propsFactory.mjs";
3
- import { getCurrentInstanceName as r } from "../util/getCurrentInstance.mjs";
4
- const o = [null, "default", "comfortable", "compact"], m = s({
5
- density: {
6
- type: String,
7
- default: "default",
8
- validator: (e) => o.includes(e)
9
- }
10
- }, "density");
11
- function u(e) {
12
- let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : r();
13
- return {
14
- densityClasses: n(() => `${t}--density-${e.density}`)
15
- };
16
- }
17
- export {
18
- m as makeDensityProps,
19
- u as useDensity
20
- };
@@ -1,23 +0,0 @@
1
- import { computed as u } from "vue";
2
- import { propsFactory as d } from "../util/propsFactory.mjs";
3
- import { convertToUnit as n } from "../util/helpers.mjs";
4
- const f = d({
5
- height: [Number, String],
6
- maxHeight: [Number, String],
7
- maxWidth: [Number, String],
8
- minHeight: [Number, String],
9
- minWidth: [Number, String],
10
- width: [Number, String]
11
- }, "dimension");
12
- function x(t) {
13
- return {
14
- dimensionStyles: u(() => {
15
- const i = {}, m = n(t.height), e = n(t.maxHeight), h = n(t.maxWidth), o = n(t.minHeight), r = n(t.minWidth), g = n(t.width);
16
- return m != null && (i.height = m), e != null && (i.maxHeight = e), h != null && (i.maxWidth = h), o != null && (i.minHeight = o), r != null && (i.minWidth = r), g != null && (i.width = g), i;
17
- })
18
- };
19
- }
20
- export {
21
- f as makeDimensionProps,
22
- x as useDimension
23
- };
@@ -1,32 +0,0 @@
1
- import { inject as n, computed as i, toRef as s } from "vue";
2
- import { getCurrentInstanceName as a } from "../util/getCurrentInstance.mjs";
3
- import { propsFactory as m } from "../util/propsFactory.mjs";
4
- const d = ["sm", "md", "lg", "xl", "xxl"], u = Symbol.for("vuetify:display"), y = m({
5
- mobile: {
6
- type: Boolean,
7
- default: !1
8
- },
9
- mobileBreakpoint: [Number, String]
10
- }, "display");
11
- function c() {
12
- let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {
13
- mobile: null
14
- }, r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : a();
15
- const t = n(u);
16
- if (!t)
17
- throw new Error("Could not find Vuetify display injection");
18
- const o = i(() => e.mobile ? !0 : typeof e.mobileBreakpoint == "number" ? t.width.value < e.mobileBreakpoint : e.mobileBreakpoint ? t.width.value < t.thresholds.value[e.mobileBreakpoint] : e.mobile === null ? t.mobile.value : !1), l = s(() => r ? {
19
- [`${r}--mobile`]: o.value
20
- } : {});
21
- return {
22
- ...t,
23
- displayClasses: l,
24
- mobile: o
25
- };
26
- }
27
- export {
28
- u as DisplaySymbol,
29
- d as breakpoints,
30
- y as makeDisplayProps,
31
- c as useDisplay
32
- };
@@ -1,25 +0,0 @@
1
- import { toRef as o, isRef as a } from "vue";
2
- import { propsFactory as r } from "../util/propsFactory.mjs";
3
- const s = r({
4
- elevation: {
5
- type: [Number, String],
6
- validator(e) {
7
- const t = parseInt(e);
8
- return !isNaN(t) && t >= 0 && // Material Design has a maximum elevation of 24
9
- // https://material.io/design/environment/elevation.html#default-elevations
10
- t <= 24;
11
- }
12
- }
13
- }, "elevation");
14
- function v(e) {
15
- return {
16
- elevationClasses: o(() => {
17
- const n = a(e) ? e.value : e.elevation;
18
- return n == null ? [] : [`elevation-${n}`];
19
- })
20
- };
21
- }
22
- export {
23
- s as makeElevationProps,
24
- v as useElevation
25
- };
@@ -1,125 +0,0 @@
1
- import { shallowRef as j, computed as A, unref as F, watchEffect as S, createElementVNode as b, normalizeClass as w, Fragment as x } from "vue";
2
- import { propsFactory as C } from "../util/propsFactory.mjs";
3
- import { wrapInArray as v, getPropertyFromItem as E } from "../util/helpers.mjs";
4
- const $ = (t, r, e) => {
5
- if (t == null || r == null)
6
- return -1;
7
- if (!r.length)
8
- return 0;
9
- t = t.toString().toLocaleLowerCase(), r = r.toString().toLocaleLowerCase();
10
- const l = [];
11
- let n = t.indexOf(r);
12
- for (; ~n; )
13
- l.push([n, n + r.length]), n = t.indexOf(r, n + r.length);
14
- return l.length ? l : -1;
15
- };
16
- function I(t, r) {
17
- if (!(t == null || typeof t == "boolean" || t === -1))
18
- return typeof t == "number" ? [[t, t + r.length]] : Array.isArray(t[0]) ? t : [t];
19
- }
20
- const N = C({
21
- customFilter: Function,
22
- customKeyFilter: Object,
23
- filterKeys: [Array, String],
24
- filterMode: {
25
- type: String,
26
- default: "intersection"
27
- },
28
- noFilter: Boolean
29
- }, "filter");
30
- function P(t, r, e) {
31
- var c, M;
32
- const l = [], n = (e == null ? void 0 : e.default) ?? $, i = e != null && e.filterKeys ? v(e.filterKeys) : !1, u = Object.keys((e == null ? void 0 : e.customKeyFilter) ?? {}).length;
33
- if (!(t != null && t.length))
34
- return l;
35
- let a = [];
36
- e:
37
- for (let d = 0; d < t.length; d++) {
38
- const [f, m = f] = v(t[d]), h = {}, g = {};
39
- let s = -1;
40
- if ((r || u > 0) && !(e != null && e.noFilter)) {
41
- let k = !1;
42
- if (typeof f == "object") {
43
- if (f.type === "divider" || f.type === "subheader") {
44
- (((c = a.at(-1)) == null ? void 0 : c.type) !== "divider" || f.type !== "subheader") && (a = []), a.push({
45
- index: d,
46
- matches: {},
47
- type: f.type
48
- });
49
- continue;
50
- }
51
- const O = i || Object.keys(m);
52
- k = O.length === u;
53
- for (const K of O) {
54
- const L = E(m, K), o = (M = e == null ? void 0 : e.customKeyFilter) == null ? void 0 : M[K];
55
- if (s = o ? o(L, r, f) : n(L, r, f), s !== -1 && s !== !1)
56
- o ? h[K] = I(s, r) : g[K] = I(s, r);
57
- else if ((e == null ? void 0 : e.filterMode) === "every")
58
- continue e;
59
- }
60
- } else
61
- s = n(f, r, f), s !== -1 && s !== !1 && (g.title = I(s, r));
62
- const y = Object.keys(g).length, _ = Object.keys(h).length;
63
- if (!y && !_ || (e == null ? void 0 : e.filterMode) === "union" && _ !== u && !y || (e == null ? void 0 : e.filterMode) === "intersection" && (_ !== u || !y && u > 0 && !k))
64
- continue;
65
- }
66
- a.length && (l.push(...a), a = []), l.push({
67
- index: d,
68
- matches: {
69
- ...g,
70
- ...h
71
- }
72
- });
73
- }
74
- return l;
75
- }
76
- function Q(t, r, e, l) {
77
- const n = j([]), i = j(/* @__PURE__ */ new Map()), u = A(() => l != null && l.transform ? F(r).map((c) => [c, l.transform(c)]) : F(r));
78
- S(() => {
79
- const c = typeof e == "function" ? e() : F(e), M = typeof c != "string" && typeof c != "number" ? "" : String(c), d = P(u.value, M, {
80
- customKeyFilter: {
81
- ...t.customKeyFilter,
82
- ...F(l == null ? void 0 : l.customKeyFilter)
83
- },
84
- default: t.customFilter,
85
- filterKeys: t.filterKeys,
86
- filterMode: t.filterMode,
87
- noFilter: t.noFilter
88
- }), f = F(r), m = [], h = /* @__PURE__ */ new Map();
89
- d.forEach((g) => {
90
- let {
91
- index: s,
92
- matches: k
93
- } = g;
94
- const y = f[s];
95
- m.push(y), h.set(y.value, k);
96
- }), n.value = m, i.value = h;
97
- });
98
- function a(c) {
99
- return i.value.get(c.value);
100
- }
101
- return {
102
- filteredItems: n,
103
- filteredMatches: i,
104
- getMatches: a
105
- };
106
- }
107
- function V(t, r, e) {
108
- return e == null || !e.length ? r : e.map((l, n) => {
109
- const i = n === 0 ? 0 : e[n - 1][1], u = [b("span", {
110
- class: w(`${t}__unmask`)
111
- }, [r.slice(i, l[0])]), b("span", {
112
- class: w(`${t}__mask`)
113
- }, [r.slice(l[0], l[1])])];
114
- return n === e.length - 1 && u.push(b("span", {
115
- class: w(`${t}__unmask`)
116
- }, [r.slice(l[1])])), b(x, null, [u]);
117
- });
118
- }
119
- export {
120
- $ as defaultFilter,
121
- P as filterItems,
122
- V as highlightResult,
123
- N as makeFilterProps,
124
- Q as useFilter
125
- };
@@ -1,31 +0,0 @@
1
- import { useProxiedModel as n } from "./proxiedModel.mjs";
2
- import { toRef as c } from "vue";
3
- import { getCurrentInstanceName as f } from "../util/getCurrentInstance.mjs";
4
- import { propsFactory as m } from "../util/propsFactory.mjs";
5
- import { EventProp as a } from "../util/helpers.mjs";
6
- const v = m({
7
- focused: Boolean,
8
- "onUpdate:focused": a()
9
- }, "focus");
10
- function F(e) {
11
- let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : f();
12
- const o = n(e, "focused"), t = c(() => ({
13
- [`${r}--focused`]: o.value
14
- }));
15
- function u() {
16
- o.value = !0;
17
- }
18
- function s() {
19
- o.value = !1;
20
- }
21
- return {
22
- focusClasses: t,
23
- isFocused: o,
24
- focus: u,
25
- blur: s
26
- };
27
- }
28
- export {
29
- v as makeFocusProps,
30
- F as useFocus
31
- };