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,281 +0,0 @@
1
- import { toRef as a, useId as Y, watch as Z, shallowRef as p, ref as ee, computed as te, createVNode as N, normalizeClass as ne, normalizeStyle as ae } from "vue";
2
- import "../../../../../../../_virtual/VList.sass.mjs";
3
- import { VListChildren as ie } from "./VListChildren.mjs";
4
- import { createList as oe } from "./list.mjs";
5
- import { makeBorderProps as le, useBorder as re } from "../../composables/border.mjs";
6
- import { useBackgroundColor as se } from "../../composables/color.mjs";
7
- import { makeComponentProps as ue } from "../../composables/component.mjs";
8
- import { provideDefaults as ce } from "../../composables/defaults.mjs";
9
- import { makeDensityProps as de, useDensity as me } from "../../composables/density.mjs";
10
- import { makeDimensionProps as ve, useDimension as fe } from "../../composables/dimensions.mjs";
11
- import { makeElevationProps as ge, useElevation as ye } from "../../composables/elevation.mjs";
12
- import { IconValue as V } from "../../composables/icons.mjs";
13
- import { makeItemsProps as be } from "../../composables/list-items.mjs";
14
- import { makeNestedProps as ke, useNested as Ce } from "../../composables/nested/nested.mjs";
15
- import { useProxiedModel as Se } from "../../composables/proxiedModel.mjs";
16
- import { makeRoundedProps as xe, useRounded as Ie } from "../../composables/rounded.mjs";
17
- import { makeTagProps as he } from "../../composables/tag.mjs";
18
- import { makeThemeProps as Pe, provideTheme as we } from "../../composables/theme.mjs";
19
- import { makeVariantProps as Te } from "../../composables/variant.mjs";
20
- import { EventProp as C, focusChild as Ne, convertToUnit as B, isPrimitive as F, getPropertyFromItem as v, omit as Ve } from "../../util/helpers.mjs";
21
- import { propsFactory as Be } from "../../util/propsFactory.mjs";
22
- import { genericComponent as Fe } from "../../util/defineComponent.mjs";
23
- import { useRender as Le } from "../../util/useRender.mjs";
24
- const De = /* @__PURE__ */ new Set(["item", "divider", "subheader"]);
25
- function Ee(e, i) {
26
- const s = F(i) ? i : v(i, e.itemTitle), c = F(i) ? i : v(i, e.itemValue, void 0), y = v(i, e.itemChildren), r = e.itemProps === !0 ? Ve(i, ["children"]) : v(i, e.itemProps);
27
- let u = v(i, e.itemType, "item");
28
- De.has(u) || (u = "item");
29
- const d = {
30
- title: s,
31
- value: c,
32
- ...r
33
- };
34
- return {
35
- type: u,
36
- title: d.title,
37
- value: d.value,
38
- props: d,
39
- children: u === "item" && y ? L(e, y) : void 0,
40
- raw: i
41
- };
42
- }
43
- function L(e, i) {
44
- const s = [];
45
- for (const c of i)
46
- s.push(Ee(e, c));
47
- return s;
48
- }
49
- function Re(e) {
50
- return {
51
- items: te(() => L(e, e.items))
52
- };
53
- }
54
- const Ae = Be({
55
- baseColor: String,
56
- /* @deprecated */
57
- activeColor: String,
58
- activeClass: String,
59
- bgColor: String,
60
- disabled: Boolean,
61
- filterable: Boolean,
62
- expandIcon: V,
63
- collapseIcon: V,
64
- lines: {
65
- type: [Boolean, String],
66
- default: "one"
67
- },
68
- slim: Boolean,
69
- prependGap: [Number, String],
70
- indent: [Number, String],
71
- nav: Boolean,
72
- navigationStrategy: {
73
- type: String,
74
- default: "focus"
75
- },
76
- navigationIndex: Number,
77
- "onClick:open": C(),
78
- "onClick:select": C(),
79
- "onUpdate:opened": C(),
80
- ...ke({
81
- selectStrategy: "single-leaf",
82
- openStrategy: "list"
83
- }),
84
- ...le(),
85
- ...ue(),
86
- ...de(),
87
- ...ve(),
88
- ...ge(),
89
- ...be(),
90
- ...xe(),
91
- ...he(),
92
- ...Pe(),
93
- ...Te({
94
- variant: "text"
95
- })
96
- }, "VList"), ot = Fe()({
97
- name: "VList",
98
- props: Ae(),
99
- emits: {
100
- "update:selected": (e) => !0,
101
- "update:activated": (e) => !0,
102
- "update:opened": (e) => !0,
103
- "update:navigationIndex": (e) => !0,
104
- "click:open": (e) => !0,
105
- "click:activate": (e) => !0,
106
- "click:select": (e) => !0
107
- },
108
- setup(e, i) {
109
- let {
110
- attrs: s,
111
- slots: c,
112
- emit: y
113
- } = i;
114
- const {
115
- items: r
116
- } = Re(e), {
117
- themeClasses: u
118
- } = we(e), {
119
- backgroundColorClasses: d,
120
- backgroundColorStyles: D
121
- } = se(() => e.bgColor), {
122
- borderClasses: E
123
- } = re(e), {
124
- densityClasses: R
125
- } = me(e), {
126
- dimensionStyles: A
127
- } = fe(e), {
128
- elevationClasses: G
129
- } = ye(e), {
130
- roundedClasses: M
131
- } = Ie(e), {
132
- children: j,
133
- open: O,
134
- parents: U,
135
- select: $,
136
- getPath: z
137
- } = Ce(e, {
138
- items: r,
139
- returnObject: a(() => e.returnObject),
140
- scrollToActive: a(() => e.navigationStrategy === "track")
141
- }), H = a(() => e.lines ? `v-list--${e.lines}-line` : void 0), S = a(() => e.activeColor), x = a(() => e.baseColor), I = a(() => e.color), h = a(() => e.selectable || e.activatable), l = Se(e, "navigationIndex", -1, (t) => t ?? -1), P = Y();
142
- oe({
143
- filterable: e.filterable,
144
- trackingIndex: l,
145
- navigationStrategy: a(() => e.navigationStrategy),
146
- uid: P
147
- }), Z(r, () => {
148
- e.navigationStrategy === "track" && (l.value = -1);
149
- }), ce({
150
- VListGroup: {
151
- activeColor: S,
152
- baseColor: x,
153
- color: I,
154
- expandIcon: a(() => e.expandIcon),
155
- collapseIcon: a(() => e.collapseIcon)
156
- },
157
- VListItem: {
158
- activeClass: a(() => e.activeClass),
159
- activeColor: S,
160
- baseColor: x,
161
- color: I,
162
- density: a(() => e.density),
163
- disabled: a(() => e.disabled),
164
- lines: a(() => e.lines),
165
- nav: a(() => e.nav),
166
- slim: a(() => e.slim),
167
- variant: a(() => e.variant),
168
- tabindex: a(() => e.navigationStrategy === "track" ? -1 : void 0)
169
- }
170
- });
171
- const f = p(!1), m = ee();
172
- function K(t) {
173
- f.value = !0;
174
- }
175
- function W(t) {
176
- f.value = !1;
177
- }
178
- function X(t) {
179
- var o;
180
- e.navigationStrategy === "track" ? ~l.value || (l.value = w("first")) : !f.value && !(t.relatedTarget && ((o = m.value) != null && o.contains(t.relatedTarget))) && b();
181
- }
182
- function _() {
183
- e.navigationStrategy === "track" && (l.value = -1);
184
- }
185
- function q(t) {
186
- switch (t) {
187
- case "ArrowDown":
188
- return "next";
189
- case "ArrowUp":
190
- return "prev";
191
- case "Home":
192
- return "first";
193
- case "End":
194
- return "last";
195
- default:
196
- return null;
197
- }
198
- }
199
- function w(t) {
200
- const o = r.value.length;
201
- if (o === 0)
202
- return -1;
203
- let n;
204
- t === "first" ? n = 0 : t === "last" ? n = o - 1 : (n = l.value + (t === "next" ? 1 : -1), n < 0 && (n = o - 1), n >= o && (n = 0));
205
- const g = n;
206
- let T = 0;
207
- for (; T < o; ) {
208
- const k = r.value[n];
209
- if (k && k.type !== "divider" && k.type !== "subheader")
210
- return n;
211
- if (n += t === "next" || t === "first" ? 1 : -1, n < 0 && (n = o - 1), n >= o && (n = 0), n === g)
212
- return -1;
213
- T++;
214
- }
215
- return -1;
216
- }
217
- function J(t) {
218
- const o = t.target;
219
- if (!m.value || o.tagName === "INPUT" && ["Home", "End"].includes(t.key) || o.tagName === "TEXTAREA")
220
- return;
221
- const n = q(t.key);
222
- if (n !== null)
223
- if (t.preventDefault(), e.navigationStrategy === "track") {
224
- const g = w(n);
225
- g !== -1 && (l.value = g);
226
- } else
227
- b(n);
228
- }
229
- function Q(t) {
230
- f.value = !0;
231
- }
232
- function b(t) {
233
- if (m.value)
234
- return Ne(m.value, t);
235
- }
236
- return Le(() => {
237
- const t = e.indent ?? (e.prependGap ? Number(e.prependGap) + 24 : void 0), o = h.value ? s.ariaMultiselectable ?? !String(e.selectStrategy).startsWith("single-") : void 0;
238
- return N(e.tag, {
239
- ref: m,
240
- class: ne(["v-list", {
241
- "v-list--disabled": e.disabled,
242
- "v-list--nav": e.nav,
243
- "v-list--slim": e.slim
244
- }, u.value, d.value, E.value, R.value, G.value, H.value, M.value, e.class]),
245
- style: ae([{
246
- "--v-list-indent": B(t),
247
- "--v-list-group-prepend": t ? "0px" : void 0,
248
- "--v-list-prepend-gap": B(e.prependGap)
249
- }, D.value, A.value, e.style]),
250
- tabindex: e.disabled ? -1 : 0,
251
- role: h.value ? "listbox" : "list",
252
- "aria-activedescendant": e.navigationStrategy === "track" && l.value >= 0 ? `v-list-item-${P}-${l.value}` : void 0,
253
- "aria-multiselectable": o,
254
- onFocusin: K,
255
- onFocusout: W,
256
- onFocus: X,
257
- onBlur: _,
258
- onKeydown: J,
259
- onMousedown: Q
260
- }, {
261
- default: () => [N(ie, {
262
- items: r.value,
263
- returnObject: e.returnObject
264
- }, c)]
265
- });
266
- }), {
267
- open: O,
268
- select: $,
269
- focus: b,
270
- children: j,
271
- parents: U,
272
- getPath: z,
273
- navigationIndex: l
274
- };
275
- }
276
- });
277
- export {
278
- ot as VList,
279
- Ae as makeVListProps,
280
- Re as useListItems
281
- };
@@ -1,104 +0,0 @@
1
- import { createVNode as p, mergeProps as d } from "vue";
2
- import { VListGroup as V } from "./VListGroup.mjs";
3
- import { VListItem as L } from "./VListItem.mjs";
4
- import { VListSubheader as C } from "./VListSubheader.mjs";
5
- import { createList as I } from "./list.mjs";
6
- import { VDivider as y } from "../VDivider/VDivider.mjs";
7
- import { genericComponent as P } from "../../util/defineComponent.mjs";
8
- import { propsFactory as g } from "../../util/propsFactory.mjs";
9
- const w = g({
10
- items: Array,
11
- returnObject: Boolean
12
- }, "VListChildren"), G = P()({
13
- name: "VListChildren",
14
- props: w(),
15
- setup(u, s) {
16
- let {
17
- slots: e
18
- } = s;
19
- return I(), () => {
20
- var m, o;
21
- return ((m = e.default) == null ? void 0 : m.call(e)) ?? ((o = u.items) == null ? void 0 : o.map((j, a) => {
22
- var b, v;
23
- let {
24
- children: l,
25
- props: r,
26
- type: c,
27
- raw: n
28
- } = j;
29
- if (c === "divider")
30
- return ((b = e.divider) == null ? void 0 : b.call(e, {
31
- props: r
32
- })) ?? p(y, r, null);
33
- if (c === "subheader")
34
- return ((v = e.subheader) == null ? void 0 : v.call(e, {
35
- props: r
36
- })) ?? p(C, r, null);
37
- const f = {
38
- subtitle: e.subtitle ? (i) => {
39
- var t;
40
- return (t = e.subtitle) == null ? void 0 : t.call(e, {
41
- ...i,
42
- item: n
43
- });
44
- } : void 0,
45
- prepend: e.prepend ? (i) => {
46
- var t;
47
- return (t = e.prepend) == null ? void 0 : t.call(e, {
48
- ...i,
49
- item: n
50
- });
51
- } : void 0,
52
- append: e.append ? (i) => {
53
- var t;
54
- return (t = e.append) == null ? void 0 : t.call(e, {
55
- ...i,
56
- item: n
57
- });
58
- } : void 0,
59
- title: e.title ? (i) => {
60
- var t;
61
- return (t = e.title) == null ? void 0 : t.call(e, {
62
- ...i,
63
- item: n
64
- });
65
- } : void 0
66
- }, O = V.filterProps(r);
67
- return l ? p(V, d(O, {
68
- value: u.returnObject ? n : r == null ? void 0 : r.value,
69
- rawId: r == null ? void 0 : r.value
70
- }), {
71
- activator: (i) => {
72
- let {
73
- props: t
74
- } = i;
75
- const h = d(r, t, {
76
- value: u.returnObject ? n : r.value
77
- });
78
- return e.header ? e.header({
79
- props: h
80
- }) : p(L, d(h, {
81
- index: a
82
- }), f);
83
- },
84
- default: () => p(G, {
85
- items: l,
86
- returnObject: u.returnObject
87
- }, e)
88
- }) : e.item ? e.item({
89
- props: {
90
- ...r,
91
- index: a
92
- }
93
- }) : p(L, d(r, {
94
- index: a,
95
- value: u.returnObject ? n : r.value
96
- }), f);
97
- }));
98
- };
99
- }
100
- });
101
- export {
102
- G as VListChildren,
103
- w as makeVListChildrenProps
104
- };
@@ -1,129 +0,0 @@
1
- import { computed as l, inject as y, toRef as S, createVNode as i, normalizeClass as L, normalizeStyle as N, withDirectives as _, createElementVNode as v, vShow as G } from "vue";
2
- import { VExpandTransition as P } from "../transitions/index.mjs";
3
- import { useList as T } from "./list.mjs";
4
- import { makeComponentProps as h } from "../../composables/component.mjs";
5
- import { IconValue as n } from "../../composables/icons.mjs";
6
- import { useNestedGroupActivator as x, useNestedItem as A, VNestedSymbol as B } from "../../composables/nested/nested.mjs";
7
- import { useSsrBoot as k } from "../../composables/ssrBoot.mjs";
8
- import { makeTagProps as w } from "../../composables/tag.mjs";
9
- import { MaybeTransition as E } from "../../composables/transition.mjs";
10
- import { VDefaultsProvider as R } from "../VDefaultsProvider/VDefaultsProvider.mjs";
11
- import { defineComponent as D, genericComponent as $ } from "../../util/defineComponent.mjs";
12
- import { propsFactory as z } from "../../util/propsFactory.mjs";
13
- import { useRender as O } from "../../util/useRender.mjs";
14
- const j = D({
15
- name: "VListGroupActivator",
16
- setup(e, u) {
17
- let {
18
- slots: o
19
- } = u;
20
- return x(), () => {
21
- var t;
22
- return (t = o.default) == null ? void 0 : t.call(o);
23
- };
24
- }
25
- }), F = z({
26
- /* @deprecated */
27
- activeColor: String,
28
- baseColor: String,
29
- color: String,
30
- collapseIcon: {
31
- type: n,
32
- default: "$collapse"
33
- },
34
- disabled: Boolean,
35
- expandIcon: {
36
- type: n,
37
- default: "$expand"
38
- },
39
- rawId: [String, Number],
40
- prependIcon: n,
41
- appendIcon: n,
42
- fluid: Boolean,
43
- subgroup: Boolean,
44
- title: String,
45
- value: null,
46
- ...h(),
47
- ...w()
48
- }, "VListGroup"), te = $()({
49
- name: "VListGroup",
50
- props: F(),
51
- setup(e, u) {
52
- let {
53
- slots: o
54
- } = u;
55
- const {
56
- isOpen: t,
57
- open: p,
58
- id: f
59
- } = A(() => e.value, () => e.disabled, !0), s = l(() => `v-list-group--id-${String(e.rawId ?? f.value)}`), d = T(), {
60
- isBooted: g
61
- } = k(), c = y(B), b = S(() => {
62
- var a;
63
- return ((a = c == null ? void 0 : c.root) == null ? void 0 : a.itemsRegistration.value) === "render";
64
- });
65
- function I(a) {
66
- var r;
67
- ["INPUT", "TEXTAREA"].includes((r = a.target) == null ? void 0 : r.tagName) || p(!t.value, a);
68
- }
69
- const V = l(() => ({
70
- onClick: I,
71
- class: "v-list-group__header",
72
- id: s.value
73
- })), m = l(() => t.value ? e.collapseIcon : e.expandIcon), C = l(() => ({
74
- VListItem: {
75
- activeColor: e.activeColor,
76
- baseColor: e.baseColor,
77
- color: e.color,
78
- prependIcon: e.prependIcon || e.subgroup && m.value,
79
- appendIcon: e.appendIcon || !e.subgroup && m.value,
80
- title: e.title,
81
- value: e.value
82
- }
83
- }));
84
- return O(() => i(e.tag, {
85
- class: L(["v-list-group", {
86
- "v-list-group--prepend": d == null ? void 0 : d.hasPrepend.value,
87
- "v-list-group--fluid": e.fluid,
88
- "v-list-group--subgroup": e.subgroup,
89
- "v-list-group--open": t.value
90
- }, e.class]),
91
- style: N(e.style)
92
- }, {
93
- default: () => [o.activator && i(R, {
94
- defaults: C.value
95
- }, {
96
- default: () => [i(j, null, {
97
- default: () => [o.activator({
98
- props: V.value,
99
- isOpen: t.value
100
- })]
101
- })]
102
- }), i(E, {
103
- transition: {
104
- component: P
105
- },
106
- disabled: !g.value
107
- }, {
108
- default: () => {
109
- var a, r;
110
- return [b.value ? _(v("div", {
111
- class: "v-list-group__items",
112
- role: "group",
113
- "aria-labelledby": s.value
114
- }, [(a = o.default) == null ? void 0 : a.call(o)]), [[G, t.value]]) : t.value && v("div", {
115
- class: "v-list-group__items",
116
- role: "group",
117
- "aria-labelledby": s.value
118
- }, [(r = o.default) == null ? void 0 : r.call(o)])];
119
- }
120
- })]
121
- })), {
122
- isOpen: t
123
- };
124
- }
125
- });
126
- export {
127
- te as VListGroup,
128
- F as makeVListGroupProps
129
- };