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,424 +1,44 @@
1
- import { Fragment as y, reactive as b, watchEffect as O, toRef as v, capitalize as T, isVNode as S, Comment as R, shallowRef as x, camelize as F, unref as M } from "vue";
2
- import { consoleError as $ } from "./console.mjs";
3
- import { IN_BROWSER as w } from "./globals.mjs";
4
- function d(e, t, n) {
5
- I(e, t), t.set(e, n);
6
- }
7
- function I(e, t) {
8
- if (t.has(e))
9
- throw new TypeError("Cannot initialize the same private elements twice on an object");
10
- }
11
- function g(e, t, n) {
12
- return e.set(A(e, t), n), n;
13
- }
14
- function s(e, t) {
15
- return e.get(A(e, t));
16
- }
17
- function A(e, t, n) {
18
- if (typeof e == "function" ? e === t : e.has(t))
19
- return arguments.length < 3 ? t : n;
20
- throw new TypeError("Private element is not present on this object");
21
- }
22
- function P(e, t, n) {
23
- const r = t.length - 1;
24
- if (r < 0)
25
- return e === void 0 ? n : e;
26
- for (let o = 0; o < r; o++) {
27
- if (e == null)
28
- return n;
29
- e = e[t[o]];
30
- }
31
- return e == null || e[t[r]] === void 0 ? n : e[t[r]];
32
- }
33
- function D(e, t, n) {
34
- return e == null || !t || typeof t != "string" ? n : e[t] !== void 0 ? e[t] : (t = t.replace(/\[(\w+)\]/g, ".$1"), t = t.replace(/^\./, ""), P(e, t.split("."), n));
35
- }
36
- function _(e, t, n) {
37
- if (t === !0)
38
- return e === void 0 ? n : e;
39
- if (t == null || typeof t == "boolean")
40
- return n;
41
- if (e !== Object(e)) {
42
- if (typeof t != "function")
43
- return n;
44
- const o = t(e, n);
45
- return typeof o > "u" ? n : o;
46
- }
47
- if (typeof t == "string")
48
- return D(e, t, n);
49
- if (Array.isArray(t))
50
- return P(e, t, n);
51
- if (typeof t != "function")
52
- return n;
53
- const r = t(e, n);
54
- return typeof r > "u" ? n : r;
55
- }
56
- function q(e) {
57
- let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
58
- return Array.from({
59
- length: e
60
- }, (n, r) => t + r);
61
- }
62
- function H(e) {
63
- let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "px";
64
- if (e == null || e === "")
65
- return;
66
- const n = Number(e);
67
- return isNaN(n) ? String(e) : isFinite(n) ? `${n}${t}` : void 0;
68
- }
69
- function Z(e) {
70
- return e !== null && typeof e == "object" && !Array.isArray(e);
71
- }
72
- function p(e) {
1
+ import "vue";
2
+ function s(e) {
73
3
  let t;
74
4
  return e !== null && typeof e == "object" && ((t = Object.getPrototypeOf(e)) === Object.prototype || t === null);
75
5
  }
76
- function N(e) {
77
- if (e && "$el" in e) {
78
- const t = e.$el;
79
- return (t == null ? void 0 : t.nodeType) === Node.TEXT_NODE ? t.nextElementSibling : t;
80
- }
81
- return e;
82
- }
83
- const J = Object.freeze({
84
- enter: "Enter",
85
- tab: "Tab",
86
- delete: "Delete",
87
- esc: "Escape",
88
- space: "Space",
89
- up: "ArrowUp",
90
- down: "ArrowDown",
91
- left: "ArrowLeft",
92
- right: "ArrowRight",
93
- end: "End",
94
- home: "Home",
95
- del: "Delete",
96
- backspace: "Backspace",
97
- insert: "Insert",
98
- pageup: "PageUp",
99
- pagedown: "PageDown",
100
- shift: "Shift"
101
- });
102
- function Q(e) {
103
- return Object.keys(e);
104
- }
105
- function ee(e, t) {
106
- return t.every((n) => e.hasOwnProperty(n));
6
+ function f(e, t) {
7
+ const o = {};
8
+ for (const n of t)
9
+ Object.prototype.hasOwnProperty.call(e, n) && (o[n] = e[n]);
10
+ return o;
107
11
  }
108
- function te(e, t) {
12
+ function i() {
13
+ let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, o = arguments.length > 2 ? arguments[2] : void 0;
109
14
  const n = {};
110
- for (const r of t)
111
- Object.prototype.hasOwnProperty.call(e, r) && (n[r] = e[r]);
112
- return n;
113
- }
114
- function h(e, t, n) {
115
- const r = /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
116
- for (const i in e)
117
- t.some((u) => u instanceof RegExp ? u.test(i) : u === i) && !(n != null && n.some((u) => u === i)) ? r[i] = e[i] : o[i] = e[i];
118
- return [r, o];
119
- }
120
- function z(e, t) {
121
- const n = {
122
- ...e
123
- };
124
- return t.forEach((r) => delete n[r]), n;
125
- }
126
- const C = /^on[^a-z]/, ne = (e) => C.test(e), B = ["onAfterscriptexecute", "onAnimationcancel", "onAnimationend", "onAnimationiteration", "onAnimationstart", "onAuxclick", "onBeforeinput", "onBeforescriptexecute", "onChange", "onClick", "onCompositionend", "onCompositionstart", "onCompositionupdate", "onContextmenu", "onCopy", "onCut", "onDblclick", "onFocusin", "onFocusout", "onFullscreenchange", "onFullscreenerror", "onGesturechange", "onGestureend", "onGesturestart", "onGotpointercapture", "onInput", "onKeydown", "onKeypress", "onKeyup", "onLostpointercapture", "onMousedown", "onMousemove", "onMouseout", "onMouseover", "onMouseup", "onMousewheel", "onPaste", "onPointercancel", "onPointerdown", "onPointerenter", "onPointerleave", "onPointermove", "onPointerout", "onPointerover", "onPointerup", "onReset", "onSelect", "onSubmit", "onTouchcancel", "onTouchend", "onTouchmove", "onTouchstart", "onTransitioncancel", "onTransitionend", "onTransitionrun", "onTransitionstart", "onWheel"], K = ["ArrowUp", "ArrowDown", "ArrowRight", "ArrowLeft", "Enter", "Escape", "Tab", " "];
127
- function re(e) {
128
- return e.isComposing && K.includes(e.key);
129
- }
130
- function oe(e) {
131
- const [t, n] = h(e, [C]), r = z(t, B), [o, i] = h(n, ["class", "style", "id", "inert", /^data-/]);
132
- return Object.assign(o, t), Object.assign(i, r), [o, i];
133
- }
134
- function ie(e) {
135
- return e == null ? [] : Array.isArray(e) ? e : [e];
136
- }
137
- function ue(e, t) {
138
- let n = 0;
139
- const r = function() {
140
- for (var o = arguments.length, i = new Array(o), u = 0; u < o; u++)
141
- i[u] = arguments[u];
142
- clearTimeout(n), n = setTimeout(() => e(...i), M(t));
143
- };
144
- return r.clear = () => {
145
- clearTimeout(n);
146
- }, r.immediate = e, r;
147
- }
148
- function se(e) {
149
- let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0, n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 1;
150
- return Math.max(t, Math.min(n, e));
151
- }
152
- function ce(e) {
153
- const t = e.toString().trim();
154
- return t.includes(".") ? t.length - t.indexOf(".") - 1 : 0;
155
- }
156
- function ae(e, t) {
157
- let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "0";
158
- return e + n.repeat(Math.max(0, t - e.length));
159
- }
160
- function fe(e) {
161
- let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 1;
162
- const n = [];
163
- let r = 0;
164
- for (; r < e.length; )
165
- n.push(e.substr(r, t)), r += t;
166
- return n;
167
- }
168
- function L() {
169
- let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = arguments.length > 2 ? arguments[2] : void 0;
170
- const r = {};
171
- for (const o in e)
172
- r[o] = e[o];
173
- for (const o in t) {
174
- const i = e[o], u = t[o];
175
- if (p(i) && p(u)) {
176
- r[o] = L(i, u, n);
15
+ for (const r in e)
16
+ n[r] = e[r];
17
+ for (const r in t) {
18
+ const c = e[r], a = t[r];
19
+ if (s(c) && s(a)) {
20
+ n[r] = i(c, a, o);
177
21
  continue;
178
22
  }
179
- if (n && Array.isArray(i) && Array.isArray(u)) {
180
- r[o] = n(i, u);
23
+ if (o && Array.isArray(c) && Array.isArray(a)) {
24
+ n[r] = o(c, a);
181
25
  continue;
182
26
  }
183
- r[o] = u;
27
+ n[r] = a;
184
28
  }
185
- return r;
186
- }
187
- function X(e) {
188
- return e.map((t) => t.type === y ? X(t.children) : t).flat();
29
+ return n;
189
30
  }
190
- function m() {
31
+ function u() {
191
32
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "";
192
- if (m.cache.has(e))
193
- return m.cache.get(e);
33
+ if (u.cache.has(e))
34
+ return u.cache.get(e);
194
35
  const t = e.replace(/[^a-z]/gi, "-").replace(/\B([A-Z])/g, "-$1").toLowerCase();
195
- return m.cache.set(e, t), t;
196
- }
197
- m.cache = /* @__PURE__ */ new Map();
198
- function l(e, t) {
199
- if (!t || typeof t != "object")
200
- return [];
201
- if (Array.isArray(t))
202
- return t.map((n) => l(e, n)).flat(1);
203
- if (t.suspense)
204
- return l(e, t.ssContent);
205
- if (Array.isArray(t.children))
206
- return t.children.map((n) => l(e, n)).flat(1);
207
- if (t.component) {
208
- if (Object.getOwnPropertyDescriptor(t.component.provides, e))
209
- return [t.component];
210
- if (t.component.subTree)
211
- return l(e, t.component.subTree).flat(1);
212
- }
213
- return [];
214
- }
215
- var a = /* @__PURE__ */ new WeakMap(), c = /* @__PURE__ */ new WeakMap();
216
- class le {
217
- constructor(t) {
218
- d(this, a, []), d(this, c, 0), this.size = t;
219
- }
220
- get isFull() {
221
- return s(a, this).length === this.size;
222
- }
223
- push(t) {
224
- s(a, this)[s(c, this)] = t, g(c, this, (s(c, this) + 1) % this.size);
225
- }
226
- values() {
227
- return s(a, this).slice(s(c, this)).concat(s(a, this).slice(0, s(c, this)));
228
- }
229
- clear() {
230
- s(a, this).length = 0, g(c, this, 0);
231
- }
232
- }
233
- function me(e) {
234
- return "touches" in e ? {
235
- clientX: e.touches[0].clientX,
236
- clientY: e.touches[0].clientY
237
- } : {
238
- clientX: e.clientX,
239
- clientY: e.clientY
240
- };
241
- }
242
- function de(e) {
243
- const t = b({});
244
- O(() => {
245
- const r = e();
246
- for (const o in r)
247
- t[o] = r[o];
248
- }, {
249
- flush: "sync"
250
- });
251
- const n = {};
252
- for (const r in t)
253
- n[r] = v(() => t[r]);
254
- return n;
255
- }
256
- function ge(e, t) {
257
- return e.includes(t);
258
- }
259
- function pe(e) {
260
- return e[2].toLowerCase() + e.slice(3);
261
- }
262
- const he = () => [Function, Array];
263
- function ye(e, t) {
264
- return t = "on" + T(t), !!(e[t] || e[`${t}Once`] || e[`${t}Capture`] || e[`${t}OnceCapture`] || e[`${t}CaptureOnce`]);
265
- }
266
- function we(e) {
267
- for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), r = 1; r < t; r++)
268
- n[r - 1] = arguments[r];
269
- if (Array.isArray(e))
270
- for (const o of e)
271
- o(...n);
272
- else
273
- typeof e == "function" && e(...n);
274
- }
275
- function Y(e) {
276
- let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0;
277
- const n = ["button", "[href]", 'input:not([type="hidden"])', "select", "textarea", "details:not(:has(> summary))", "details > summary", "[tabindex]", '[contenteditable]:not([contenteditable="false"])', "audio[controls]", "video[controls]"].map((o) => `${o}${t ? ':not([tabindex="-1"])' : ""}:not([disabled], [inert])`).join(", ");
278
- let r;
279
- try {
280
- r = [...e.querySelectorAll(n)];
281
- } catch (o) {
282
- return $(String(o)), [];
283
- }
284
- return r.filter((o) => !o.closest("[inert]")).filter((o) => !!o.offsetParent || o.getClientRects().length > 0).filter((o) => {
285
- var i, u;
286
- return !((i = o.parentElement) != null && i.closest("details:not([open])")) || o.tagName === "SUMMARY" && ((u = o.parentElement) == null ? void 0 : u.tagName) === "DETAILS";
287
- });
288
- }
289
- function V(e, t, n) {
290
- let r, o = e.indexOf(document.activeElement);
291
- const i = t === "next" ? 1 : -1;
292
- do
293
- o += i, r = e[o];
294
- while ((!r || r.offsetParent == null || !((n == null ? void 0 : n(r)) ?? !0)) && o < e.length && o >= 0);
295
- return r;
296
- }
297
- function W(e, t) {
298
- var r, o, i, u;
299
- const n = Y(e);
300
- if (t == null)
301
- (e === document.activeElement || !e.contains(document.activeElement)) && ((r = n[0]) == null || r.focus());
302
- else if (t === "first")
303
- (o = n[0]) == null || o.focus();
304
- else if (t === "last")
305
- (i = n.at(-1)) == null || i.focus();
306
- else if (typeof t == "number")
307
- (u = n[t]) == null || u.focus();
308
- else {
309
- const f = V(n, t);
310
- f ? f.focus() : W(e, t === "next" ? "first" : "last");
311
- }
312
- }
313
- function Ae() {
314
- }
315
- function Pe(e, t) {
316
- if (!(w && typeof CSS < "u" && typeof CSS.supports < "u" && CSS.supports(`selector(${t})`)))
317
- return null;
318
- try {
319
- return !!e && e.matches(t);
320
- } catch {
321
- return null;
322
- }
323
- }
324
- function j(e) {
325
- return e.some((t) => S(t) ? t.type === R ? !1 : t.type !== y || j(t.children) : !0) ? e : null;
326
- }
327
- function Ce(e, t) {
328
- if (!w || e === 0)
329
- return t(), () => {
330
- };
331
- const n = window.setTimeout(t, e);
332
- return () => window.clearTimeout(n);
333
- }
334
- function Ee(e, t) {
335
- const n = e.clientX, r = e.clientY, o = t.getBoundingClientRect(), i = o.left, u = o.top, f = o.right, E = o.bottom;
336
- return n >= i && n <= f && r >= u && r <= E;
337
- }
338
- function be() {
339
- const e = x(), t = (n) => {
340
- e.value = n;
341
- };
342
- return Object.defineProperty(t, "value", {
343
- enumerable: !0,
344
- get: () => e.value,
345
- set: (n) => e.value = n
346
- }), Object.defineProperty(t, "el", {
347
- enumerable: !0,
348
- get: () => N(e.value)
349
- }), t;
350
- }
351
- function Oe(e) {
352
- const t = e.key.length === 1, n = !e.ctrlKey && !e.metaKey && !e.altKey;
353
- return t && n;
354
- }
355
- function ve(e) {
356
- return typeof e == "string" || typeof e == "number" || typeof e == "boolean" || typeof e == "bigint";
357
- }
358
- function Te(e) {
359
- return "\\^$*+?.()|{}[]".includes(e) ? `\\${e}` : e;
360
- }
361
- function Se(e) {
362
- const t = {};
363
- for (const n in e)
364
- t[F(n)] = e[n];
365
- return t;
366
- }
367
- function Re(e) {
368
- const t = ["checked", "disabled"];
369
- return Object.fromEntries(Object.entries(e).filter((n) => {
370
- let [r, o] = n;
371
- return t.includes(r) ? !!o : o !== void 0;
372
- }));
36
+ return u.cache.set(e, t), t;
373
37
  }
38
+ u.cache = /* @__PURE__ */ new Map();
374
39
  export {
375
- le as CircularBuffer,
376
- he as EventProp,
377
- we as callEvent,
378
- Se as camelizeProps,
379
- Oe as checkPrintable,
380
- fe as chunk,
381
- se as clamp,
382
- H as convertToUnit,
383
- q as createRange,
384
- ue as debounce,
385
- Ce as defer,
386
- de as destructComputed,
387
- j as ensureValidVNode,
388
- Te as escapeForRegex,
389
- pe as eventName,
390
- oe as filterInputAttrs,
391
- l as findChildrenWithProvide,
392
- X as flattenFragments,
393
- W as focusChild,
394
- Y as focusableChildren,
395
- ce as getDecimals,
396
- me as getEventCoordinates,
397
- P as getNestedValue,
398
- V as getNextElement,
399
- D as getObjectValueByPath,
400
- _ as getPropertyFromItem,
401
- ee as has,
402
- ye as hasEvent,
403
- ge as includes,
404
- Ee as isClickInsideElement,
405
- re as isComposingIgnoreKey,
406
- Z as isObject,
407
- ne as isOn,
408
- p as isPlainObject,
409
- ve as isPrimitive,
410
- J as keyValues,
411
- Q as keys,
412
- Pe as matchesSelector,
413
- L as mergeDeep,
414
- Ae as noop,
415
- z as omit,
416
- Re as onlyDefinedProps,
417
- ae as padEnd,
418
- te as pick,
419
- h as pickWithRest,
420
- N as refElement,
421
- be as templateRef,
422
- m as toKebabCase,
423
- ie as wrapInArray
40
+ s as isPlainObject,
41
+ i as mergeDeep,
42
+ f as pick,
43
+ u as toKebabCase
424
44
  };