bt-core-app 2.2.10 → 2.2.11

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/_virtual/VAlert.sass.mjs +1 -0
  2. package/dist/_virtual/VAvatar.sass.mjs +1 -0
  3. package/dist/_virtual/VBtn.sass.mjs +1 -0
  4. package/dist/_virtual/VBtnGroup.sass.mjs +1 -0
  5. package/dist/_virtual/VBtnToggle.sass.mjs +1 -0
  6. package/dist/_virtual/VCard.sass.mjs +1 -0
  7. package/dist/_virtual/VCheckbox.sass.mjs +1 -0
  8. package/dist/_virtual/VChip.sass.mjs +1 -0
  9. package/dist/_virtual/VChipGroup.sass.mjs +1 -0
  10. package/dist/_virtual/VColorPicker.sass.mjs +1 -0
  11. package/dist/_virtual/VColorPickerCanvas.sass.mjs +1 -0
  12. package/dist/_virtual/VColorPickerEdit.sass.mjs +1 -0
  13. package/dist/_virtual/VColorPickerPreview.sass.mjs +1 -0
  14. package/dist/_virtual/VColorPickerSwatches.sass.mjs +1 -0
  15. package/dist/_virtual/VCombobox.sass.mjs +1 -0
  16. package/dist/_virtual/VContainer.sass.mjs +1 -0
  17. package/dist/_virtual/VCounter.sass.mjs +1 -0
  18. package/dist/_virtual/VDialog.sass.mjs +1 -0
  19. package/dist/_virtual/VDivider.sass.mjs +1 -0
  20. package/dist/_virtual/VField.sass.mjs +1 -0
  21. package/dist/_virtual/VGrid.sass.mjs +1 -0
  22. package/dist/_virtual/VIcon.sass.mjs +1 -0
  23. package/dist/_virtual/VImg.sass.mjs +1 -0
  24. package/dist/_virtual/VInput.sass.mjs +1 -0
  25. package/dist/_virtual/VLabel.sass.mjs +1 -0
  26. package/dist/_virtual/VList.sass.mjs +1 -0
  27. package/dist/_virtual/VListItem.sass.mjs +1 -0
  28. package/dist/_virtual/VMenu.sass.mjs +1 -0
  29. package/dist/_virtual/VMessages.sass.mjs +1 -0
  30. package/dist/_virtual/VNavigationDrawer.sass.mjs +1 -0
  31. package/dist/_virtual/VOverlay.sass.mjs +1 -0
  32. package/dist/_virtual/VPagination.sass.mjs +1 -0
  33. package/dist/_virtual/VPicker.sass.mjs +1 -0
  34. package/dist/_virtual/VProgressCircular.sass.mjs +1 -0
  35. package/dist/_virtual/VProgressLinear.sass.mjs +1 -0
  36. package/dist/_virtual/VRating.sass.mjs +1 -0
  37. package/dist/_virtual/VResponsive.sass.mjs +1 -0
  38. package/dist/_virtual/VRipple.sass.mjs +1 -0
  39. package/dist/_virtual/VSelect.sass.mjs +1 -0
  40. package/dist/_virtual/VSelectionControl.sass.mjs +1 -0
  41. package/dist/_virtual/VSelectionControlGroup.sass.mjs +1 -0
  42. package/dist/_virtual/VSheet.sass.mjs +1 -0
  43. package/dist/_virtual/VSlideGroup.sass.mjs +1 -0
  44. package/dist/_virtual/VSlider.sass.mjs +1 -0
  45. package/dist/_virtual/VSliderThumb.sass.mjs +1 -0
  46. package/dist/_virtual/VSliderTrack.sass.mjs +1 -0
  47. package/dist/_virtual/VSpacer.sass.mjs +1 -0
  48. package/dist/_virtual/VSwitch.sass.mjs +1 -0
  49. package/dist/_virtual/VTab.sass.mjs +1 -0
  50. package/dist/_virtual/VTable.sass.mjs +1 -0
  51. package/dist/_virtual/VTabs.sass.mjs +1 -0
  52. package/dist/_virtual/VTextField.sass.mjs +1 -0
  53. package/dist/_virtual/VTextarea.sass.mjs +1 -0
  54. package/dist/_virtual/VToolbar.sass.mjs +1 -0
  55. package/dist/_virtual/VVirtualScroll.sass.mjs +1 -0
  56. package/dist/_virtual/VWindow.sass.mjs +1 -0
  57. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +196 -0
  58. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +5 -0
  59. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +92 -0
  60. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +220 -0
  61. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +68 -0
  62. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +57 -0
  63. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +180 -0
  64. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +32 -0
  65. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +118 -0
  66. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +29 -0
  67. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +29 -0
  68. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +5 -0
  69. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +74 -0
  70. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +53 -0
  71. package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +263 -0
  72. package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +87 -0
  73. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +161 -0
  74. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +166 -0
  75. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +97 -0
  76. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +123 -0
  77. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +72 -0
  78. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +193 -0
  79. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +501 -0
  80. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +51 -0
  81. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +39 -0
  82. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +103 -0
  83. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +82 -0
  84. package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +295 -0
  85. package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +28 -0
  86. package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +53 -0
  87. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +98 -0
  88. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +41 -0
  89. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +104 -0
  90. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +6 -0
  91. package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +41 -0
  92. package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +77 -0
  93. package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +248 -0
  94. package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +40 -0
  95. package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +154 -0
  96. package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +36 -0
  97. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +281 -0
  98. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +104 -0
  99. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +129 -0
  100. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +312 -0
  101. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +29 -0
  102. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +5 -0
  103. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +50 -0
  104. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +38 -0
  105. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +132 -0
  106. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +4 -0
  107. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +55 -0
  108. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +247 -0
  109. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +44 -0
  110. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +100 -0
  111. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +291 -0
  112. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +292 -0
  113. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +15 -0
  114. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +91 -0
  115. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +179 -0
  116. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +42 -0
  117. package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +315 -0
  118. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +129 -0
  119. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +195 -0
  120. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +53 -0
  121. package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +217 -0
  122. package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +56 -0
  123. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +475 -0
  124. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +57 -0
  125. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +183 -0
  126. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +106 -0
  127. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +61 -0
  128. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +287 -0
  129. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +54 -0
  130. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +159 -0
  131. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +176 -0
  132. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +109 -0
  133. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +242 -0
  134. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +172 -0
  135. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +66 -0
  136. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +126 -0
  137. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +153 -0
  138. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +48 -0
  139. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +29 -0
  140. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +4 -0
  141. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +204 -0
  142. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +258 -0
  143. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +167 -0
  144. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +38 -0
  145. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +37 -0
  146. package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +106 -0
  147. package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +47 -0
  148. package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +211 -0
  149. package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +93 -0
  150. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +113 -0
  151. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +136 -0
  152. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +52 -0
  153. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +22 -0
  154. package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +21 -0
  155. package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +14 -0
  156. package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +19 -0
  157. package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +69 -0
  158. package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +11 -0
  159. package/dist/bt-core/core/node_modules/vuetify/lib/composables/defaults.mjs +70 -45
  160. package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +34 -0
  161. package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +20 -0
  162. package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +23 -0
  163. package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +32 -0
  164. package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +25 -0
  165. package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +125 -0
  166. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +31 -0
  167. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +54 -0
  168. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +97 -0
  169. package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +112 -0
  170. package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +78 -0
  171. package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +86 -0
  172. package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +169 -0
  173. package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +20 -0
  174. package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +21 -0
  175. package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +73 -40
  176. package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +24 -0
  177. package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +43 -0
  178. package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +21 -0
  179. package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +120 -0
  180. package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +38 -0
  181. package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +22 -0
  182. package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +49 -0
  183. package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +24 -0
  184. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +102 -0
  185. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +315 -0
  186. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +60 -0
  187. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +206 -0
  188. package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +22 -0
  189. package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +35 -0
  190. package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +15 -0
  191. package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +26 -0
  192. package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +21 -0
  193. package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +30 -0
  194. package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +97 -0
  195. package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +12 -0
  196. package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +16 -0
  197. package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +27 -0
  198. package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +17 -0
  199. package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +39 -0
  200. package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +10 -0
  201. package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +21 -0
  202. package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +32 -0
  203. package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +19 -0
  204. package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +73 -0
  205. package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +34 -0
  206. package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +139 -0
  207. package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +53 -0
  208. package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +164 -0
  209. package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +62 -0
  210. package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +41 -0
  211. package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +183 -0
  212. package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +89 -0
  213. package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +77 -0
  214. package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +5 -0
  215. package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +15 -0
  216. package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +53 -0
  217. package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +44 -0
  218. package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +36 -0
  219. package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +73 -0
  220. package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +19 -0
  221. package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +16 -0
  222. package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +224 -0
  223. package/dist/bt-core/core/node_modules/vuetify/lib/util/console.mjs +12 -4
  224. package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +31 -0
  225. package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +37 -0
  226. package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +14 -0
  227. package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +23 -0
  228. package/dist/bt-core/core/node_modules/vuetify/lib/util/getCurrentInstance.mjs +13 -6
  229. package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +34 -0
  230. package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +8 -0
  231. package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +408 -28
  232. package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +11 -0
  233. package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +25 -0
  234. package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +8 -0
  235. package/dist/components/BT-Assistant-Menu.vue.mjs +420 -407
  236. package/dist/components/BT-Avatar.vue.mjs +31 -31
  237. package/dist/components/BT-Background-Task.vue.mjs +52 -52
  238. package/dist/components/BT-Blade-Item.vue.mjs +110 -100
  239. package/dist/components/BT-Blade-Items.vue.mjs +1 -1
  240. package/dist/components/BT-Blade-Items.vue2.mjs +411 -399
  241. package/dist/components/BT-Blade-Steps.vue.mjs +2 -2
  242. package/dist/components/BT-Blade-Steps.vue2.mjs +641 -626
  243. package/dist/components/BT-Blade.vue.mjs +201 -192
  244. package/dist/components/BT-Btn.vue.mjs +23 -25
  245. package/dist/components/BT-Camera-Overlay.vue.mjs +144 -142
  246. package/dist/components/BT-Col.vue.mjs +17 -19
  247. package/dist/components/BT-Color-Picker-Menu.vue.mjs +51 -49
  248. package/dist/components/BT-Cosmetics-Menu.vue.mjs +180 -173
  249. package/dist/components/BT-Cron.vue.mjs +264 -249
  250. package/dist/components/BT-Date-Select.vue.mjs +46 -47
  251. package/dist/components/BT-Demo-Profile-Select.vue.mjs +40 -40
  252. package/dist/components/BT-Dialog-Confirm.vue.mjs +39 -39
  253. package/dist/components/BT-Dialog-Date.vue.mjs +22 -19
  254. package/dist/components/BT-Dialog-Number.vue.mjs +125 -121
  255. package/dist/components/BT-Dialog-Select.vue.mjs +96 -85
  256. package/dist/components/BT-Divider.vue.mjs +20 -21
  257. package/dist/components/BT-Drag-Counter.vue.mjs +1 -1
  258. package/dist/components/BT-Drag-Counter.vue2.mjs +89 -89
  259. package/dist/components/BT-Entity.vue.mjs +82 -82
  260. package/dist/components/BT-Error.vue.mjs +26 -27
  261. package/dist/components/BT-Field-Checkbox.vue.mjs +30 -31
  262. package/dist/components/BT-Field-Date.vue.mjs +87 -84
  263. package/dist/components/BT-Field-Entity.vue.mjs +20 -16
  264. package/dist/components/BT-Field-Select-Simple.vue.mjs +24 -26
  265. package/dist/components/BT-Field-Select.vue.mjs +32 -34
  266. package/dist/components/BT-Field-String.vue.mjs +54 -52
  267. package/dist/components/BT-Field-Switch.vue.mjs +44 -43
  268. package/dist/components/BT-Field-Tags.vue.mjs +57 -55
  269. package/dist/components/BT-Field-Textarea.vue.mjs +44 -43
  270. package/dist/components/BT-Field-Trigger.vue.mjs +276 -270
  271. package/dist/components/BT-Field.vue.mjs +39 -38
  272. package/dist/components/BT-Form-Builder.vue.mjs +346 -325
  273. package/dist/components/BT-Form-Field.vue.mjs +88 -81
  274. package/dist/components/BT-Form.vue.mjs +280 -269
  275. package/dist/components/BT-Header-Option.vue.mjs +21 -19
  276. package/dist/components/BT-Image-Select.vue.mjs +186 -177
  277. package/dist/components/BT-Json.vue.mjs +29 -30
  278. package/dist/components/BT-Loader.vue.mjs +32 -31
  279. package/dist/components/BT-Nav-Sidebar.vue.mjs +130 -124
  280. package/dist/components/BT-Number.vue.mjs +1 -1
  281. package/dist/components/BT-Number.vue2.mjs +17 -19
  282. package/dist/components/BT-Numpad.vue.mjs +147 -144
  283. package/dist/components/BT-Select-List-Box.vue.mjs +287 -276
  284. package/dist/components/BT-Select-Simple.vue.mjs +21 -23
  285. package/dist/components/BT-Select.vue.mjs +36 -37
  286. package/dist/components/BT-Signature-Overlay.vue.mjs +113 -112
  287. package/dist/components/BT-Signature.vue.mjs +96 -96
  288. package/dist/components/BT-Slider.vue.mjs +109 -103
  289. package/dist/components/BT-Square-Check.vue.mjs +65 -65
  290. package/dist/components/BT-Status-Item.vue.mjs +18 -16
  291. package/dist/components/BT-Tags.vue.mjs +21 -22
  292. package/dist/components/BT-Tour.vue.mjs +69 -65
  293. package/dist/style.css +1 -1
  294. package/package.json +1 -1
@@ -0,0 +1,172 @@
1
+ import { ref as w, toRef as p, useId as q, createVNode as l, mergeProps as C, createElementVNode as i, normalizeClass as y, normalizeStyle as S, Fragment as G } from "vue";
2
+ import "../../../../../../../_virtual/VSwitch.sass.mjs";
3
+ import { VScaleTransition as J } from "../transitions/index.mjs";
4
+ import { VDefaultsProvider as K } from "../VDefaultsProvider/VDefaultsProvider.mjs";
5
+ import { makeVInputProps as Q, VInput as b } from "../VInput/VInput.mjs";
6
+ import { makeVSelectionControlProps as W, VSelectionControl as P } from "../VSelectionControl/VSelectionControl.mjs";
7
+ import { useFocus as X } from "../../composables/focus.mjs";
8
+ import { forwardRefs as Y } from "../../composables/forwardRefs.mjs";
9
+ import { useLoader as Z, LoaderSlot as ee } from "../../composables/loader.mjs";
10
+ import { useProxiedModel as _ } from "../../composables/proxiedModel.mjs";
11
+ import { VIcon as te } from "../VIcon/VIcon.mjs";
12
+ import { VProgressCircular as oe } from "../VProgressCircular/VProgressCircular.mjs";
13
+ import { propsFactory as le } from "../../util/propsFactory.mjs";
14
+ import { genericComponent as ae } from "../../util/defineComponent.mjs";
15
+ import { SUPPORTS_MATCH_MEDIA as re } from "../../util/globals.mjs";
16
+ import { useRender as ie } from "../../util/useRender.mjs";
17
+ import { filterInputAttrs as ne } from "../../util/helpers.mjs";
18
+ const se = le({
19
+ indeterminate: Boolean,
20
+ inset: Boolean,
21
+ flat: Boolean,
22
+ loading: {
23
+ type: [Boolean, String],
24
+ default: !1
25
+ },
26
+ ...Q(),
27
+ ...W()
28
+ }, "VSwitch"), _e = ae()({
29
+ name: "VSwitch",
30
+ inheritAttrs: !1,
31
+ props: se(),
32
+ emits: {
33
+ "update:focused": (e) => !0,
34
+ "update:modelValue": (e) => !0,
35
+ "update:indeterminate": (e) => !0
36
+ },
37
+ setup(e, A) {
38
+ let {
39
+ attrs: I,
40
+ slots: t
41
+ } = A;
42
+ const n = _(e, "indeterminate"), a = _(e, "modelValue"), {
43
+ loaderClasses: x
44
+ } = Z(e), {
45
+ isFocused: F,
46
+ focus: R,
47
+ blur: z
48
+ } = X(e), h = w(), k = w(), V = re && window.matchMedia("(forced-colors: active)").matches, B = p(() => typeof e.loading == "string" && e.loading !== "" ? e.loading : e.color), M = q(), D = p(() => e.id || `switch-${M}`);
49
+ function T() {
50
+ n.value && (n.value = !1);
51
+ }
52
+ function N(s) {
53
+ var u, c;
54
+ s.stopPropagation(), s.preventDefault(), (c = (u = h.value) == null ? void 0 : u.input) == null || c.click();
55
+ }
56
+ return ie(() => {
57
+ const [s, u] = ne(I), c = b.filterProps(e), U = P.filterProps(e);
58
+ return l(b, C({
59
+ ref: k,
60
+ class: ["v-switch", {
61
+ "v-switch--flat": e.flat
62
+ }, {
63
+ "v-switch--inset": e.inset
64
+ }, {
65
+ "v-switch--indeterminate": n.value
66
+ }, x.value, e.class]
67
+ }, s, c, {
68
+ modelValue: a.value,
69
+ "onUpdate:modelValue": (d) => a.value = d,
70
+ id: D.value,
71
+ focused: F.value,
72
+ style: e.style
73
+ }), {
74
+ ...t,
75
+ default: (d) => {
76
+ let {
77
+ id: E,
78
+ messagesId: L,
79
+ isDisabled: H,
80
+ isReadonly: O,
81
+ isValid: g
82
+ } = d;
83
+ const m = {
84
+ model: a,
85
+ isValid: g
86
+ };
87
+ return l(P, C({
88
+ ref: h
89
+ }, U, {
90
+ modelValue: a.value,
91
+ "onUpdate:modelValue": [(r) => a.value = r, T],
92
+ id: E.value,
93
+ "aria-describedby": L.value,
94
+ type: "checkbox",
95
+ "aria-checked": n.value ? "mixed" : void 0,
96
+ disabled: H.value,
97
+ readonly: O.value,
98
+ onFocus: R,
99
+ onBlur: z
100
+ }, u), {
101
+ ...t,
102
+ default: (r) => {
103
+ let {
104
+ backgroundColorClasses: f,
105
+ backgroundColorStyles: o
106
+ } = r;
107
+ return i("div", {
108
+ class: y(["v-switch__track", V ? void 0 : f.value]),
109
+ style: S(o.value),
110
+ onClick: N
111
+ }, [t["track-true"] && i("div", {
112
+ key: "prepend",
113
+ class: "v-switch__track-true"
114
+ }, [t["track-true"](m)]), t["track-false"] && i("div", {
115
+ key: "append",
116
+ class: "v-switch__track-false"
117
+ }, [t["track-false"](m)])]);
118
+ },
119
+ input: (r) => {
120
+ let {
121
+ inputNode: f,
122
+ icon: o,
123
+ backgroundColorClasses: $,
124
+ backgroundColorStyles: j
125
+ } = r;
126
+ return i(G, null, [f, i("div", {
127
+ class: y(["v-switch__thumb", {
128
+ "v-switch__thumb--filled": o || e.loading
129
+ }, e.inset || V ? void 0 : $.value]),
130
+ style: S(e.inset ? void 0 : j.value)
131
+ }, [t.thumb ? l(K, {
132
+ defaults: {
133
+ VIcon: {
134
+ icon: o,
135
+ size: "x-small"
136
+ }
137
+ }
138
+ }, {
139
+ default: () => [t.thumb({
140
+ ...m,
141
+ icon: o
142
+ })]
143
+ }) : l(J, null, {
144
+ default: () => [e.loading ? l(ee, {
145
+ name: "v-switch",
146
+ active: !0,
147
+ color: g.value === !1 ? void 0 : B.value
148
+ }, {
149
+ default: (v) => t.loader ? t.loader(v) : l(oe, {
150
+ active: v.isActive,
151
+ color: v.color,
152
+ indeterminate: !0,
153
+ size: "16",
154
+ width: "2"
155
+ }, null)
156
+ }) : o && l(te, {
157
+ key: String(o),
158
+ icon: o,
159
+ size: "x-small"
160
+ }, null)]
161
+ })])]);
162
+ }
163
+ });
164
+ }
165
+ });
166
+ }), Y({}, k);
167
+ }
168
+ });
169
+ export {
170
+ _e as VSwitch,
171
+ se as makeVSwitchProps
172
+ };
@@ -0,0 +1,66 @@
1
+ import { createVNode as n, normalizeClass as v, normalizeStyle as f, createElementVNode as i } from "vue";
2
+ import "../../../../../../../_virtual/VTable.sass.mjs";
3
+ import { makeComponentProps as s } from "../../composables/component.mjs";
4
+ import { makeDensityProps as b, useDensity as h } from "../../composables/density.mjs";
5
+ import { makeTagProps as p } from "../../composables/tag.mjs";
6
+ import { makeThemeProps as u, provideTheme as c } from "../../composables/theme.mjs";
7
+ import { propsFactory as g } from "../../util/propsFactory.mjs";
8
+ import { genericComponent as y } from "../../util/defineComponent.mjs";
9
+ import { useRender as x } from "../../util/useRender.mjs";
10
+ import { convertToUnit as T } from "../../util/helpers.mjs";
11
+ const V = g({
12
+ fixedHeader: Boolean,
13
+ fixedFooter: Boolean,
14
+ height: [Number, String],
15
+ hover: Boolean,
16
+ striped: {
17
+ type: String,
18
+ default: null,
19
+ validator: (e) => ["even", "odd"].includes(e)
20
+ },
21
+ ...s(),
22
+ ...b(),
23
+ ...p(),
24
+ ...u()
25
+ }, "VTable"), _ = y()({
26
+ name: "VTable",
27
+ props: V(),
28
+ setup(e, l) {
29
+ let {
30
+ slots: t,
31
+ emit: k
32
+ } = l;
33
+ const {
34
+ themeClasses: m
35
+ } = c(e), {
36
+ densityClasses: d
37
+ } = h(e);
38
+ return x(() => n(e.tag, {
39
+ class: v(["v-table", {
40
+ "v-table--fixed-height": !!e.height,
41
+ "v-table--fixed-header": e.fixedHeader,
42
+ "v-table--fixed-footer": e.fixedFooter,
43
+ "v-table--has-top": !!t.top,
44
+ "v-table--has-bottom": !!t.bottom,
45
+ "v-table--hover": e.hover,
46
+ "v-table--striped-even": e.striped === "even",
47
+ "v-table--striped-odd": e.striped === "odd"
48
+ }, m.value, d.value, e.class]),
49
+ style: f(e.style)
50
+ }, {
51
+ default: () => {
52
+ var o, a, r;
53
+ return [(o = t.top) == null ? void 0 : o.call(t), t.default ? i("div", {
54
+ class: "v-table__wrapper",
55
+ style: {
56
+ height: T(e.height)
57
+ }
58
+ }, [i("table", null, [t.default()])]) : (a = t.wrapper) == null ? void 0 : a.call(t), (r = t.bottom) == null ? void 0 : r.call(t)];
59
+ }
60
+ })), {};
61
+ }
62
+ });
63
+ export {
64
+ _ as VTable,
65
+ V as makeVTableProps
66
+ };
@@ -0,0 +1,126 @@
1
+ import { ref as S, computed as k, createVNode as X, mergeProps as Y, createElementVNode as B, Fragment as _, normalizeClass as D, normalizeStyle as F } from "vue";
2
+ import "../../../../../../../_virtual/VTab.sass.mjs";
3
+ import { makeVBtnProps as H, VBtn as E } from "../VBtn/VBtn.mjs";
4
+ import { useTextColor as q, useBackgroundColor as A } from "../../composables/color.mjs";
5
+ import { forwardRefs as G } from "../../composables/forwardRefs.mjs";
6
+ import { VTabsSymbol as O } from "./shared.mjs";
7
+ import { propsFactory as W } from "../../util/propsFactory.mjs";
8
+ import { omit as j } from "../../util/helpers.mjs";
9
+ import { genericComponent as I } from "../../util/defineComponent.mjs";
10
+ import { useRender as J } from "../../util/useRender.mjs";
11
+ import { animate as K } from "../../util/animation.mjs";
12
+ import { standardEasing as L } from "../../util/easing.mjs";
13
+ const Q = W({
14
+ fixed: Boolean,
15
+ sliderColor: String,
16
+ sliderTransition: String,
17
+ sliderTransitionDuration: [String, Number],
18
+ hideSlider: Boolean,
19
+ inset: Boolean,
20
+ direction: {
21
+ type: String,
22
+ default: "horizontal"
23
+ },
24
+ ...j(H({
25
+ selectedClass: "v-tab--selected",
26
+ variant: "text"
27
+ }), ["active", "block", "flat", "location", "position", "symbol"])
28
+ }, "VTab"), ue = I()({
29
+ name: "VTab",
30
+ props: Q(),
31
+ setup(e, T) {
32
+ let {
33
+ slots: m,
34
+ attrs: V
35
+ } = T;
36
+ const {
37
+ textColorClasses: g,
38
+ textColorStyles: $
39
+ } = q(() => e.sliderColor), {
40
+ backgroundColorClasses: b,
41
+ backgroundColorStyles: C
42
+ } = A(() => e.sliderColor), f = S(), x = S(), s = k(() => e.direction === "horizontal"), d = k(() => {
43
+ var o, t;
44
+ return ((t = (o = f.value) == null ? void 0 : o.group) == null ? void 0 : t.isSelected.value) ?? !1;
45
+ });
46
+ function p(o, t) {
47
+ return {
48
+ opacity: [0, 1]
49
+ };
50
+ }
51
+ function z(o, t) {
52
+ return e.direction === "vertical" ? {
53
+ transform: ["scaleY(0)", "scaleY(1)"]
54
+ } : {
55
+ transform: ["scaleX(0)", "scaleX(1)"]
56
+ };
57
+ }
58
+ function h(o, t) {
59
+ const n = t.getBoundingClientRect(), r = o.getBoundingClientRect(), l = s.value ? "x" : "y", a = s.value ? "X" : "Y", u = s.value ? "right" : "bottom", i = s.value ? "width" : "height", v = n[l], w = r[l], c = v > w ? n[u] - r[u] : n[l] - r[l], M = Math.sign(c) > 0 ? s.value ? "right" : "bottom" : Math.sign(c) < 0 ? s.value ? "left" : "top" : "center", N = (Math.abs(c) + (Math.sign(c) < 0 ? n[i] : r[i])) / Math.max(n[i], r[i]) || 0, R = n[i] / r[i] || 0, y = 1.5;
60
+ return {
61
+ transform: [`translate${a}(${c}px) scale${a}(${R})`, `translate${a}(${c / y}px) scale${a}(${(N - 1) / y + 1})`, "none"],
62
+ transformOrigin: Array(3).fill(M)
63
+ };
64
+ }
65
+ function P(o) {
66
+ var n, r;
67
+ let {
68
+ value: t
69
+ } = o;
70
+ if (t) {
71
+ const l = (r = (n = f.value) == null ? void 0 : n.$el.parentElement) == null ? void 0 : r.querySelector(".v-tab--selected .v-tab__slider"), a = x.value;
72
+ if (!l || !a)
73
+ return;
74
+ const u = getComputedStyle(l).backgroundColor, i = {
75
+ fade: p,
76
+ grow: z,
77
+ shift: h
78
+ }[e.sliderTransition ?? "shift"] ?? h, v = Number(e.sliderTransitionDuration) || ({
79
+ fade: 400,
80
+ grow: 350,
81
+ shift: 225
82
+ }[e.sliderTransition ?? "shift"] ?? 225);
83
+ K(a, {
84
+ backgroundColor: [u, u],
85
+ ...i(a, l)
86
+ }, {
87
+ duration: v,
88
+ easing: L
89
+ });
90
+ }
91
+ }
92
+ return J(() => {
93
+ const o = E.filterProps(e);
94
+ return X(E, Y({
95
+ symbol: O,
96
+ ref: f,
97
+ class: ["v-tab", e.class, d.value && e.inset ? b.value : []],
98
+ style: [e.style, d.value && e.inset ? C.value : [], {
99
+ backgroundColor: d.value && e.inset ? "transparent !important" : void 0
100
+ }],
101
+ tabindex: d.value ? 0 : -1,
102
+ role: "tab",
103
+ "aria-selected": String(d.value),
104
+ active: !1
105
+ }, o, V, {
106
+ block: e.fixed,
107
+ maxWidth: e.fixed ? 300 : void 0,
108
+ "onGroup:selected": P
109
+ }), {
110
+ ...m,
111
+ default: () => {
112
+ var t;
113
+ return B(_, null, [((t = m.default) == null ? void 0 : t.call(m)) ?? e.text, !e.hideSlider && B("div", {
114
+ ref: x,
115
+ class: D(["v-tab__slider", e.inset ? b.value : g.value]),
116
+ style: F([$.value, e.inset ? C.value : g.value])
117
+ }, null)]);
118
+ }
119
+ });
120
+ }), G({}, f);
121
+ }
122
+ });
123
+ export {
124
+ ue as VTab,
125
+ Q as makeVTabProps
126
+ };
@@ -0,0 +1,153 @@
1
+ import { computed as S, toRef as i, createElementVNode as w, Fragment as C, createVNode as l, mergeProps as s } from "vue";
2
+ import "../../../../../../../_virtual/VTabs.sass.mjs";
3
+ import { makeVTabProps as h, VTab as x } from "./VTab.mjs";
4
+ import { VTabsWindow as P } from "./VTabsWindow.mjs";
5
+ import { VTabsWindowItem as B } from "./VTabsWindowItem.mjs";
6
+ import { makeVSlideGroupProps as D, VSlideGroup as f } from "../VSlideGroup/VSlideGroup.mjs";
7
+ import { useBackgroundColor as N } from "../../composables/color.mjs";
8
+ import { provideDefaults as $ } from "../../composables/defaults.mjs";
9
+ import { makeDensityProps as I, useDensity as R } from "../../composables/density.mjs";
10
+ import { useProxiedModel as G } from "../../composables/proxiedModel.mjs";
11
+ import { useScopeId as U } from "../../composables/scopeId.mjs";
12
+ import { makeTagProps as W } from "../../composables/tag.mjs";
13
+ import { VTabsSymbol as F } from "./shared.mjs";
14
+ import { propsFactory as j } from "../../util/propsFactory.mjs";
15
+ import { pick as A, isObject as E, convertToUnit as u } from "../../util/helpers.mjs";
16
+ import { genericComponent as M } from "../../util/defineComponent.mjs";
17
+ import { useRender as O } from "../../util/useRender.mjs";
18
+ function p(e) {
19
+ return e ? e.map((o) => E(o) ? o : {
20
+ text: o,
21
+ value: o
22
+ }) : [];
23
+ }
24
+ const q = j({
25
+ alignTabs: {
26
+ type: String,
27
+ default: "start"
28
+ },
29
+ color: String,
30
+ fixedTabs: Boolean,
31
+ items: {
32
+ type: Array,
33
+ default: () => []
34
+ },
35
+ stacked: Boolean,
36
+ bgColor: String,
37
+ grow: Boolean,
38
+ height: {
39
+ type: [Number, String],
40
+ default: void 0
41
+ },
42
+ hideSlider: Boolean,
43
+ inset: Boolean,
44
+ insetPadding: [String, Number],
45
+ insetRadius: [String, Number],
46
+ sliderColor: String,
47
+ ...A(h(), ["spaced", "sliderTransition", "sliderTransitionDuration"]),
48
+ ...D({
49
+ mandatory: "force",
50
+ selectedClass: "v-tab-item--selected"
51
+ }),
52
+ ...I(),
53
+ ...W()
54
+ }, "VTabs"), de = M()({
55
+ name: "VTabs",
56
+ props: q(),
57
+ emits: {
58
+ "update:modelValue": (e) => !0
59
+ },
60
+ setup(e, o) {
61
+ let {
62
+ attrs: v,
63
+ slots: t
64
+ } = o;
65
+ const d = G(e, "modelValue"), m = S(() => p(e.items)), {
66
+ densityClasses: g
67
+ } = R(e), {
68
+ backgroundColorClasses: T,
69
+ backgroundColorStyles: V
70
+ } = N(() => e.bgColor), {
71
+ scopeId: b
72
+ } = U();
73
+ return $({
74
+ VTab: {
75
+ color: i(e, "color"),
76
+ direction: i(e, "direction"),
77
+ stacked: i(e, "stacked"),
78
+ fixed: i(e, "fixedTabs"),
79
+ inset: i(e, "inset"),
80
+ sliderColor: i(e, "sliderColor"),
81
+ sliderTransition: i(e, "sliderTransition"),
82
+ sliderTransitionDuration: i(e, "sliderTransitionDuration"),
83
+ hideSlider: i(e, "hideSlider")
84
+ }
85
+ }), O(() => {
86
+ const k = f.filterProps(e), y = !!(t.window || e.items.length > 0);
87
+ return w(C, null, [l(f, s(k, {
88
+ modelValue: d.value,
89
+ "onUpdate:modelValue": (a) => d.value = a,
90
+ class: ["v-tabs", `v-tabs--${e.direction}`, `v-tabs--align-tabs-${e.alignTabs}`, {
91
+ "v-tabs--fixed-tabs": e.fixedTabs,
92
+ "v-tabs--grow": e.grow,
93
+ "v-tabs--inset": e.inset,
94
+ "v-tabs--stacked": e.stacked
95
+ }, g.value, T.value, e.class],
96
+ style: [{
97
+ "--v-tabs-height": u(e.height),
98
+ "--v-tabs-inset-padding": e.inset ? u(e.insetPadding) : void 0,
99
+ "--v-tabs-inset-radius": e.inset ? u(e.insetRadius) : void 0
100
+ }, V.value, e.style],
101
+ role: "tablist",
102
+ symbol: F
103
+ }, b, v), {
104
+ default: t.default ?? (() => m.value.map((a) => {
105
+ var r;
106
+ return ((r = t.tab) == null ? void 0 : r.call(t, {
107
+ item: a
108
+ })) ?? l(x, s(a, {
109
+ key: a.text,
110
+ value: a.value,
111
+ spaced: e.spaced
112
+ }), {
113
+ default: t[`tab.${a.value}`] ? () => {
114
+ var n;
115
+ return (n = t[`tab.${a.value}`]) == null ? void 0 : n.call(t, {
116
+ item: a
117
+ });
118
+ } : void 0
119
+ });
120
+ })),
121
+ prev: t.prev,
122
+ next: t.next
123
+ }), y && l(P, s({
124
+ modelValue: d.value,
125
+ "onUpdate:modelValue": (a) => d.value = a,
126
+ key: "tabs-window"
127
+ }, b), {
128
+ default: () => {
129
+ var a;
130
+ return [m.value.map((r) => {
131
+ var n;
132
+ return ((n = t.item) == null ? void 0 : n.call(t, {
133
+ item: r
134
+ })) ?? l(B, {
135
+ value: r.value
136
+ }, {
137
+ default: () => {
138
+ var c;
139
+ return (c = t[`item.${r.value}`]) == null ? void 0 : c.call(t, {
140
+ item: r
141
+ });
142
+ }
143
+ });
144
+ }), (a = t.window) == null ? void 0 : a.call(t)];
145
+ }
146
+ })]);
147
+ }), {};
148
+ }
149
+ });
150
+ export {
151
+ de as VTabs,
152
+ q as makeVTabsProps
153
+ };
@@ -0,0 +1,48 @@
1
+ import { inject as u, computed as i, createVNode as d, mergeProps as c } from "vue";
2
+ import { makeVWindowProps as p, VWindow as a } from "../VWindow/VWindow.mjs";
3
+ import { useProxiedModel as f } from "../../composables/proxiedModel.mjs";
4
+ import { VTabsSymbol as w } from "./shared.mjs";
5
+ import { propsFactory as V } from "../../util/propsFactory.mjs";
6
+ import { omit as v } from "../../util/helpers.mjs";
7
+ import { genericComponent as b } from "../../util/defineComponent.mjs";
8
+ import { useRender as W } from "../../util/useRender.mjs";
9
+ const y = V({
10
+ ...v(p(), ["continuous", "nextIcon", "prevIcon", "showArrows", "touch", "mandatory"])
11
+ }, "VTabsWindow"), j = b()({
12
+ name: "VTabsWindow",
13
+ props: y(),
14
+ emits: {
15
+ "update:modelValue": (e) => !0
16
+ },
17
+ setup(e, l) {
18
+ let {
19
+ slots: m
20
+ } = l;
21
+ const t = u(w, null), r = f(e, "modelValue"), n = i({
22
+ get() {
23
+ var o;
24
+ return r.value != null || !t ? r.value : (o = t.items.value.find((s) => t.selected.value.includes(s.id))) == null ? void 0 : o.value;
25
+ },
26
+ set(o) {
27
+ r.value = o;
28
+ }
29
+ });
30
+ return W(() => {
31
+ const o = a.filterProps(e);
32
+ return d(a, c({
33
+ _as: "VTabsWindow"
34
+ }, o, {
35
+ modelValue: n.value,
36
+ "onUpdate:modelValue": (s) => n.value = s,
37
+ class: ["v-tabs-window", e.class],
38
+ style: e.style,
39
+ mandatory: !1,
40
+ touch: !1
41
+ }), m);
42
+ }), {};
43
+ }
44
+ });
45
+ export {
46
+ j as VTabsWindow,
47
+ y as makeVTabsWindowProps
48
+ };
@@ -0,0 +1,29 @@
1
+ import { createVNode as m, mergeProps as n } from "vue";
2
+ import { makeVWindowItemProps as i, VWindowItem as e } from "../VWindow/VWindowItem.mjs";
3
+ import { propsFactory as a } from "../../util/propsFactory.mjs";
4
+ import { genericComponent as p } from "../../util/defineComponent.mjs";
5
+ import { useRender as d } from "../../util/useRender.mjs";
6
+ const w = a({
7
+ ...i()
8
+ }, "VTabsWindowItem"), b = p()({
9
+ name: "VTabsWindowItem",
10
+ props: w(),
11
+ setup(o, t) {
12
+ let {
13
+ slots: r
14
+ } = t;
15
+ return d(() => {
16
+ const s = e.filterProps(o);
17
+ return m(e, n({
18
+ _as: "VTabsWindowItem"
19
+ }, s, {
20
+ class: ["v-tabs-window-item", o.class],
21
+ style: o.style
22
+ }), r);
23
+ }), {};
24
+ }
25
+ });
26
+ export {
27
+ b as VTabsWindowItem,
28
+ w as makeVTabsWindowItemProps
29
+ };
@@ -0,0 +1,4 @@
1
+ const o = Symbol.for("vuetify:v-tabs");
2
+ export {
3
+ o as VTabsSymbol
4
+ };