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 +0,0 @@
1
-
@@ -1 +0,0 @@
1
-
@@ -1 +0,0 @@
1
-
@@ -1 +0,0 @@
1
-
@@ -1 +0,0 @@
1
-
@@ -1 +0,0 @@
1
-
@@ -1 +0,0 @@
1
-
@@ -1,196 +0,0 @@
1
- import { toRef as d, createVNode as o, normalizeClass as v, normalizeStyle as f, createElementVNode as n, mergeProps as y } from "vue";
2
- import "../../../../../../../_virtual/VAlert.sass.mjs";
3
- import { VAlertTitle as E } from "./VAlertTitle.mjs";
4
- import { useTextColor as R } from "../../composables/color.mjs";
5
- import { makeComponentProps as w } from "../../composables/component.mjs";
6
- import { makeDensityProps as F, useDensity as N } from "../../composables/density.mjs";
7
- import { makeDimensionProps as O, useDimension as j } from "../../composables/dimensions.mjs";
8
- import { makeElevationProps as M, useElevation as q } from "../../composables/elevation.mjs";
9
- import { IconValue as G } from "../../composables/icons.mjs";
10
- import { makeIconSizeProps as H, useIconSizes as J } from "../../composables/iconSizes.mjs";
11
- import { useLocale as K } from "../../composables/locale.mjs";
12
- import { makeLocationProps as Q, useLocation as U } from "../../composables/location.mjs";
13
- import { makePositionProps as W, usePosition as X } from "../../composables/position.mjs";
14
- import { useProxiedModel as Y } from "../../composables/proxiedModel.mjs";
15
- import { makeRoundedProps as Z, useRounded as ee } from "../../composables/rounded.mjs";
16
- import { makeTagProps as te } from "../../composables/tag.mjs";
17
- import { makeThemeProps as oe, provideTheme as le } from "../../composables/theme.mjs";
18
- import { makeVariantProps as ne, useVariant as ae, genOverlays as re } from "../../composables/variant.mjs";
19
- import { VIcon as ie } from "../VIcon/VIcon.mjs";
20
- import { VDefaultsProvider as k } from "../VDefaultsProvider/VDefaultsProvider.mjs";
21
- import { VBtn as se } from "../VBtn/VBtn.mjs";
22
- import { propsFactory as ce } from "../../util/propsFactory.mjs";
23
- import { genericComponent as me } from "../../util/defineComponent.mjs";
24
- const ue = ["success", "info", "warning", "error"], de = ce({
25
- border: {
26
- type: [Boolean, String],
27
- validator: (e) => typeof e == "boolean" || ["top", "end", "bottom", "start"].includes(e)
28
- },
29
- borderColor: String,
30
- closable: Boolean,
31
- closeIcon: {
32
- type: G,
33
- default: "$close"
34
- },
35
- closeLabel: {
36
- type: String,
37
- default: "$vuetify.close"
38
- },
39
- icon: {
40
- type: [Boolean, String, Function, Object],
41
- default: null
42
- },
43
- modelValue: {
44
- type: Boolean,
45
- default: !0
46
- },
47
- prominent: Boolean,
48
- title: String,
49
- text: String,
50
- type: {
51
- type: String,
52
- validator: (e) => ue.includes(e)
53
- },
54
- ...w(),
55
- ...F(),
56
- ...O(),
57
- ...M(),
58
- ...H(),
59
- ...Q(),
60
- ...W(),
61
- ...Z(),
62
- ...te(),
63
- ...oe(),
64
- ...ne({
65
- variant: "flat"
66
- })
67
- }, "VAlert"), Re = me()({
68
- name: "VAlert",
69
- props: de(),
70
- emits: {
71
- "click:close": (e) => !0,
72
- "update:modelValue": (e) => !0
73
- },
74
- setup(e, b) {
75
- let {
76
- emit: P,
77
- slots: t
78
- } = b;
79
- const i = Y(e, "modelValue"), a = d(() => {
80
- if (e.icon !== !1)
81
- return e.type ? e.icon ?? `$${e.type}` : e.icon;
82
- }), {
83
- iconSize: p
84
- } = J(e, () => e.prominent ? 44 : void 0), {
85
- themeClasses: C
86
- } = le(e), {
87
- colorClasses: V,
88
- colorStyles: S,
89
- variantClasses: g
90
- } = ae(() => ({
91
- color: e.color ?? e.type,
92
- variant: e.variant
93
- })), {
94
- densityClasses: x
95
- } = N(e), {
96
- dimensionStyles: _
97
- } = j(e), {
98
- elevationClasses: z
99
- } = q(e), {
100
- locationStyles: I
101
- } = U(e), {
102
- positionClasses: B
103
- } = X(e), {
104
- roundedClasses: T
105
- } = ee(e), {
106
- textColorClasses: h,
107
- textColorStyles: A
108
- } = R(() => e.borderColor), {
109
- t: D
110
- } = K(), s = d(() => ({
111
- "aria-label": D(e.closeLabel),
112
- onClick(r) {
113
- i.value = !1, P("click:close", r);
114
- }
115
- }));
116
- return () => {
117
- const r = !!(t.prepend || a.value), L = !!(t.title || e.title), $ = !!(t.close || e.closable), c = {
118
- density: e.density,
119
- icon: a.value,
120
- size: e.iconSize || e.prominent ? p.value : void 0
121
- };
122
- return i.value && o(e.tag, {
123
- class: v(["v-alert", e.border && {
124
- "v-alert--border": !!e.border,
125
- [`v-alert--border-${e.border === !0 ? "start" : e.border}`]: !0
126
- }, {
127
- "v-alert--prominent": e.prominent
128
- }, C.value, V.value, x.value, z.value, B.value, T.value, g.value, e.class]),
129
- style: f([S.value, _.value, I.value, e.style]),
130
- role: "alert"
131
- }, {
132
- default: () => {
133
- var m, u;
134
- return [re(!1, "v-alert"), e.border && n("div", {
135
- key: "border",
136
- class: v(["v-alert__border", h.value]),
137
- style: f(A.value)
138
- }, null), r && n("div", {
139
- key: "prepend",
140
- class: "v-alert__prepend"
141
- }, [t.prepend ? o(k, {
142
- key: "prepend-defaults",
143
- disabled: !a.value,
144
- defaults: {
145
- VIcon: {
146
- ...c
147
- }
148
- }
149
- }, t.prepend) : o(ie, y({
150
- key: "prepend-icon"
151
- }, c), null)]), n("div", {
152
- class: "v-alert__content"
153
- }, [L && o(E, {
154
- key: "title"
155
- }, {
156
- default: () => {
157
- var l;
158
- return [((l = t.title) == null ? void 0 : l.call(t)) ?? e.title];
159
- }
160
- }), ((m = t.text) == null ? void 0 : m.call(t)) ?? e.text, (u = t.default) == null ? void 0 : u.call(t)]), t.append && n("div", {
161
- key: "append",
162
- class: "v-alert__append"
163
- }, [t.append()]), $ && n("div", {
164
- key: "close",
165
- class: "v-alert__close"
166
- }, [t.close ? o(k, {
167
- key: "close-defaults",
168
- defaults: {
169
- VBtn: {
170
- icon: e.closeIcon,
171
- size: "x-small",
172
- variant: "text"
173
- }
174
- }
175
- }, {
176
- default: () => {
177
- var l;
178
- return [(l = t.close) == null ? void 0 : l.call(t, {
179
- props: s.value
180
- })];
181
- }
182
- }) : o(se, y({
183
- key: "close-btn",
184
- icon: e.closeIcon,
185
- size: "x-small",
186
- variant: "text"
187
- }, s.value), null)])];
188
- }
189
- });
190
- };
191
- }
192
- });
193
- export {
194
- Re as VAlert,
195
- de as makeVAlertProps
196
- };
@@ -1,5 +0,0 @@
1
- import { createSimpleFunctional as t } from "../../util/createSimpleFunctional.mjs";
2
- const l = t("v-alert-title");
3
- export {
4
- l as VAlertTitle
5
- };
@@ -1,92 +0,0 @@
1
- import { createVNode as a, normalizeClass as f, normalizeStyle as d } from "vue";
2
- import "../../../../../../../_virtual/VAvatar.sass.mjs";
3
- import { makeBorderProps as g, useBorder as y } from "../../composables/border.mjs";
4
- import { makeComponentProps as V } from "../../composables/component.mjs";
5
- import { makeDensityProps as k, useDensity as C } from "../../composables/density.mjs";
6
- import { IconValue as P } from "../../composables/icons.mjs";
7
- import { makeRoundedProps as S, useRounded as z } from "../../composables/rounded.mjs";
8
- import { makeSizeProps as I, useSize as A } from "../../composables/size.mjs";
9
- import { makeTagProps as B } from "../../composables/tag.mjs";
10
- import { makeThemeProps as h, provideTheme as x } from "../../composables/theme.mjs";
11
- import { makeVariantProps as D, useVariant as R, genOverlays as T } from "../../composables/variant.mjs";
12
- import { VImg as b } from "../VImg/VImg.mjs";
13
- import { VIcon as p } from "../VIcon/VIcon.mjs";
14
- import { VDefaultsProvider as F } from "../VDefaultsProvider/VDefaultsProvider.mjs";
15
- import { propsFactory as N } from "../../util/propsFactory.mjs";
16
- import { genericComponent as O } from "../../util/defineComponent.mjs";
17
- import { useRender as j } from "../../util/useRender.mjs";
18
- const q = N({
19
- start: Boolean,
20
- end: Boolean,
21
- icon: P,
22
- image: String,
23
- text: String,
24
- ...g(),
25
- ...V(),
26
- ...k(),
27
- ...S(),
28
- ...I(),
29
- ...B(),
30
- ...h(),
31
- ...D({
32
- variant: "flat"
33
- })
34
- }, "VAvatar"), ae = O()({
35
- name: "VAvatar",
36
- props: q(),
37
- setup(e, o) {
38
- let {
39
- slots: t
40
- } = o;
41
- const {
42
- themeClasses: r
43
- } = x(e), {
44
- borderClasses: m
45
- } = y(e), {
46
- colorClasses: s,
47
- colorStyles: n,
48
- variantClasses: l
49
- } = R(e), {
50
- densityClasses: i
51
- } = C(e), {
52
- roundedClasses: u
53
- } = z(e), {
54
- sizeClasses: c,
55
- sizeStyles: v
56
- } = A(e);
57
- return j(() => a(e.tag, {
58
- class: f(["v-avatar", {
59
- "v-avatar--start": e.start,
60
- "v-avatar--end": e.end
61
- }, r.value, m.value, s.value, i.value, u.value, c.value, l.value, e.class]),
62
- style: d([n.value, v.value, e.style])
63
- }, {
64
- default: () => [t.default ? a(F, {
65
- key: "content-defaults",
66
- defaults: {
67
- VImg: {
68
- cover: !0,
69
- src: e.image
70
- },
71
- VIcon: {
72
- icon: e.icon
73
- }
74
- }
75
- }, {
76
- default: () => [t.default()]
77
- }) : e.image ? a(b, {
78
- key: "image",
79
- src: e.image,
80
- alt: "",
81
- cover: !0
82
- }, null) : e.icon ? a(p, {
83
- key: "icon",
84
- icon: e.icon
85
- }, null) : e.text, T(!1, "v-avatar")]
86
- })), {};
87
- }
88
- });
89
- export {
90
- ae as VAvatar,
91
- q as makeVAvatarProps
92
- };
@@ -1,220 +0,0 @@
1
- import { computed as s, toRef as P, withDirectives as F, createVNode as l, mergeProps as G, createElementVNode as r, toDisplayString as J } from "vue";
2
- import "../../../../../../../_virtual/VBtn.sass.mjs";
3
- import { VBtnToggleSymbol as $ } from "../VBtnToggle/VBtnToggle.mjs";
4
- import { makeBorderProps as q, useBorder as H } from "../../composables/border.mjs";
5
- import { makeComponentProps as M } from "../../composables/component.mjs";
6
- import { makeDensityProps as Q, useDensity as U } from "../../composables/density.mjs";
7
- import { makeDimensionProps as W, useDimension as X } from "../../composables/dimensions.mjs";
8
- import { makeElevationProps as Y, useElevation as Z } from "../../composables/elevation.mjs";
9
- import { makeGroupItemProps as p, useGroupItem as ee } from "../../composables/group.mjs";
10
- import { IconValue as C } from "../../composables/icons.mjs";
11
- import { makeLoaderProps as ne, useLoader as te } from "../../composables/loader.mjs";
12
- import { makeLocationProps as ae, useLocation as oe } from "../../composables/location.mjs";
13
- import { makePositionProps as le, usePosition as ie } from "../../composables/position.mjs";
14
- import { makeRoundedProps as de, useRounded as ce } from "../../composables/rounded.mjs";
15
- import { makeRouterProps as se, useLink as re } from "../../composables/router.mjs";
16
- import { useSelectLink as ue } from "../../composables/selectLink.mjs";
17
- import { makeSizeProps as me, useSize as ve } from "../../composables/size.mjs";
18
- import { makeTagProps as fe } from "../../composables/tag.mjs";
19
- import { makeThemeProps as be, provideTheme as ke } from "../../composables/theme.mjs";
20
- import { makeVariantProps as ye, useVariant as Pe, genOverlays as Ce } from "../../composables/variant.mjs";
21
- import ge from "../../directives/ripple/index.mjs";
22
- import { VIcon as u } from "../VIcon/VIcon.mjs";
23
- import { VDefaultsProvider as m } from "../VDefaultsProvider/VDefaultsProvider.mjs";
24
- import { VProgressCircular as Ie } from "../VProgressCircular/VProgressCircular.mjs";
25
- import { propsFactory as Se } from "../../util/propsFactory.mjs";
26
- import { genericComponent as Be } from "../../util/defineComponent.mjs";
27
- import { useRender as Ve } from "../../util/useRender.mjs";
28
- const he = Se({
29
- active: {
30
- type: Boolean,
31
- default: void 0
32
- },
33
- activeColor: String,
34
- baseColor: String,
35
- symbol: {
36
- type: null,
37
- default: $
38
- },
39
- flat: Boolean,
40
- icon: [Boolean, String, Function, Object],
41
- prependIcon: C,
42
- appendIcon: C,
43
- block: Boolean,
44
- readonly: Boolean,
45
- slim: Boolean,
46
- stacked: Boolean,
47
- spaced: String,
48
- ripple: {
49
- type: [Boolean, Object],
50
- default: !0
51
- },
52
- text: {
53
- type: [String, Number, Boolean],
54
- default: void 0
55
- },
56
- ...q(),
57
- ...M(),
58
- ...Q(),
59
- ...W(),
60
- ...Y(),
61
- ...p(),
62
- ...ne(),
63
- ...ae(),
64
- ...le(),
65
- ...de(),
66
- ...se(),
67
- ...me(),
68
- ...fe({
69
- tag: "button"
70
- }),
71
- ...be(),
72
- ...ye({
73
- variant: "elevated"
74
- })
75
- }, "VBtn"), pe = Be()({
76
- name: "VBtn",
77
- props: he(),
78
- emits: {
79
- "group:selected": (e) => !0
80
- },
81
- setup(e, g) {
82
- let {
83
- attrs: v,
84
- slots: t
85
- } = g;
86
- const {
87
- themeClasses: I
88
- } = ke(e), {
89
- borderClasses: S
90
- } = H(e), {
91
- densityClasses: B
92
- } = U(e), {
93
- dimensionStyles: V
94
- } = X(e), {
95
- elevationClasses: h
96
- } = Z(e), {
97
- loaderClasses: L
98
- } = te(e), {
99
- locationStyles: _
100
- } = oe(e), {
101
- positionClasses: D
102
- } = ie(e), {
103
- roundedClasses: R
104
- } = ce(e), {
105
- sizeClasses: A,
106
- sizeStyles: O
107
- } = ve(e), n = ee(e, e.symbol, !1), o = re(e, v), f = s(() => {
108
- var a;
109
- return e.active !== void 0 ? e.active : o.isRouterLink.value ? (a = o.isActive) == null ? void 0 : a.value : n == null ? void 0 : n.isSelected.value;
110
- }), T = P(() => f.value ? e.activeColor ?? e.color : e.color), w = s(() => {
111
- var i, d;
112
- return {
113
- color: (n == null ? void 0 : n.isSelected.value) && (!o.isLink.value || ((i = o.isActive) == null ? void 0 : i.value)) || !n || ((d = o.isActive) == null ? void 0 : d.value) ? T.value ?? e.baseColor : e.baseColor,
114
- variant: e.variant
115
- };
116
- }), {
117
- colorClasses: x,
118
- colorStyles: z,
119
- variantClasses: E
120
- } = Pe(w), c = s(() => (n == null ? void 0 : n.disabled.value) || e.disabled), N = P(() => e.variant === "elevated" && !(e.disabled || e.flat || e.border)), j = s(() => {
121
- if (!(e.value === void 0 || typeof e.value == "symbol"))
122
- return Object(e.value) === e.value ? JSON.stringify(e.value, null, 0) : e.value;
123
- });
124
- function K(a) {
125
- var i, d;
126
- c.value || o.isLink.value && (a.metaKey || a.ctrlKey || a.shiftKey || a.button !== 0 || v.target === "_blank") || (o.isRouterLink.value ? (d = (i = o.navigate).value) == null || d.call(i, a) : n == null || n.toggle());
127
- }
128
- return ue(o, n == null ? void 0 : n.select), Ve(() => {
129
- const a = o.isLink.value ? "a" : e.tag, i = !!(e.prependIcon || t.prepend), d = !!(e.appendIcon || t.append), b = !!(e.icon && e.icon !== !0);
130
- return F(l(a, G(o.linkProps, {
131
- type: a === "a" ? void 0 : "button",
132
- class: ["v-btn", n == null ? void 0 : n.selectedClass.value, {
133
- "v-btn--active": f.value,
134
- "v-btn--block": e.block,
135
- "v-btn--disabled": c.value,
136
- "v-btn--elevated": N.value,
137
- "v-btn--flat": e.flat,
138
- "v-btn--icon": !!e.icon,
139
- "v-btn--loading": e.loading,
140
- "v-btn--readonly": e.readonly,
141
- "v-btn--slim": e.slim,
142
- "v-btn--stacked": e.stacked
143
- }, e.spaced ? ["v-btn--spaced", `v-btn--spaced-${e.spaced}`] : [], I.value, S.value, x.value, B.value, h.value, L.value, D.value, R.value, A.value, E.value, e.class],
144
- style: [z.value, V.value, _.value, O.value, e.style],
145
- "aria-busy": e.loading ? !0 : void 0,
146
- disabled: c.value && a !== "a" || void 0,
147
- tabindex: e.loading || e.readonly ? -1 : void 0,
148
- onClick: K,
149
- value: j.value
150
- }), {
151
- default: () => {
152
- var k;
153
- return [Ce(!0, "v-btn"), !e.icon && i && r("span", {
154
- key: "prepend",
155
- class: "v-btn__prepend"
156
- }, [t.prepend ? l(m, {
157
- key: "prepend-defaults",
158
- disabled: !e.prependIcon,
159
- defaults: {
160
- VIcon: {
161
- icon: e.prependIcon
162
- }
163
- }
164
- }, t.prepend) : l(u, {
165
- key: "prepend-icon",
166
- icon: e.prependIcon
167
- }, null)]), r("span", {
168
- class: "v-btn__content",
169
- "data-no-activator": ""
170
- }, [!t.default && b ? l(u, {
171
- key: "content-icon",
172
- icon: e.icon
173
- }, null) : l(m, {
174
- key: "content-defaults",
175
- disabled: !b,
176
- defaults: {
177
- VIcon: {
178
- icon: e.icon
179
- }
180
- }
181
- }, {
182
- default: () => {
183
- var y;
184
- return [((y = t.default) == null ? void 0 : y.call(t)) ?? J(e.text)];
185
- }
186
- })]), !e.icon && d && r("span", {
187
- key: "append",
188
- class: "v-btn__append"
189
- }, [t.append ? l(m, {
190
- key: "append-defaults",
191
- disabled: !e.appendIcon,
192
- defaults: {
193
- VIcon: {
194
- icon: e.appendIcon
195
- }
196
- }
197
- }, t.append) : l(u, {
198
- key: "append-icon",
199
- icon: e.appendIcon
200
- }, null)]), !!e.loading && r("span", {
201
- key: "loader",
202
- class: "v-btn__loader"
203
- }, [((k = t.loader) == null ? void 0 : k.call(t)) ?? l(Ie, {
204
- color: typeof e.loading == "boolean" ? void 0 : e.loading,
205
- indeterminate: !0,
206
- width: "2"
207
- }, null)])];
208
- }
209
- }), [[ge, !c.value && e.ripple, "", {
210
- center: !!e.icon
211
- }]]);
212
- }), {
213
- group: n
214
- };
215
- }
216
- });
217
- export {
218
- pe as VBtn,
219
- he as makeVBtnProps
220
- };
@@ -1,68 +0,0 @@
1
- import { toRef as o, createVNode as l, normalizeClass as d, normalizeStyle as u } from "vue";
2
- import "../../../../../../../_virtual/VBtnGroup.sass.mjs";
3
- import { makeBorderProps as v, useBorder as c } from "../../composables/border.mjs";
4
- import { makeComponentProps as f } from "../../composables/component.mjs";
5
- import { provideDefaults as p } from "../../composables/defaults.mjs";
6
- import { makeDensityProps as C, useDensity as y } from "../../composables/density.mjs";
7
- import { makeElevationProps as g, useElevation as k } from "../../composables/elevation.mjs";
8
- import { makeRoundedProps as P, useRounded as B } from "../../composables/rounded.mjs";
9
- import { makeTagProps as b } from "../../composables/tag.mjs";
10
- import { makeThemeProps as h, provideTheme as V } from "../../composables/theme.mjs";
11
- import { makeVariantProps as z } from "../../composables/variant.mjs";
12
- import { propsFactory as G } from "../../util/propsFactory.mjs";
13
- import { genericComponent as R } from "../../util/defineComponent.mjs";
14
- import { useRender as D } from "../../util/useRender.mjs";
15
- const S = G({
16
- baseColor: String,
17
- divided: Boolean,
18
- direction: {
19
- type: String,
20
- default: "horizontal"
21
- },
22
- ...v(),
23
- ...f(),
24
- ...C(),
25
- ...g(),
26
- ...P(),
27
- ...b(),
28
- ...h(),
29
- ...z()
30
- }, "VBtnGroup"), L = R()({
31
- name: "VBtnGroup",
32
- props: S(),
33
- setup(e, t) {
34
- let {
35
- slots: r
36
- } = t;
37
- const {
38
- themeClasses: a
39
- } = V(e), {
40
- densityClasses: n
41
- } = y(e), {
42
- borderClasses: i
43
- } = c(e), {
44
- elevationClasses: m
45
- } = k(e), {
46
- roundedClasses: s
47
- } = B(e);
48
- p({
49
- VBtn: {
50
- height: o(() => e.direction === "horizontal" ? "auto" : null),
51
- baseColor: o(() => e.baseColor),
52
- color: o(() => e.color),
53
- density: o(() => e.density),
54
- flat: !0,
55
- variant: o(() => e.variant)
56
- }
57
- }), D(() => l(e.tag, {
58
- class: d(["v-btn-group", `v-btn-group--${e.direction}`, {
59
- "v-btn-group--divided": e.divided
60
- }, a.value, i.value, n.value, m.value, s.value, e.class]),
61
- style: u(e.style)
62
- }, r));
63
- }
64
- });
65
- export {
66
- L as VBtnGroup,
67
- S as makeVBtnGroupProps
68
- };
@@ -1,57 +0,0 @@
1
- import { createVNode as a, mergeProps as c } from "vue";
2
- import "../../../../../../../_virtual/VBtnToggle.sass.mjs";
3
- import { makeVBtnGroupProps as i, VBtnGroup as l } from "../VBtnGroup/VBtnGroup.mjs";
4
- import { makeGroupProps as f, useGroup as V } from "../../composables/group.mjs";
5
- import { propsFactory as d } from "../../util/propsFactory.mjs";
6
- import { genericComponent as B } from "../../util/defineComponent.mjs";
7
- import { useRender as y } from "../../util/useRender.mjs";
8
- const P = Symbol.for("vuetify:v-btn-toggle"), b = d({
9
- ...i(),
10
- ...f()
11
- }, "VBtnToggle"), F = B()({
12
- name: "VBtnToggle",
13
- props: b(),
14
- emits: {
15
- "update:modelValue": (e) => !0
16
- },
17
- setup(e, p) {
18
- let {
19
- slots: t
20
- } = p;
21
- const {
22
- isSelected: s,
23
- next: o,
24
- prev: r,
25
- select: m,
26
- selected: u
27
- } = V(e, P);
28
- return y(() => {
29
- const g = l.filterProps(e);
30
- return a(l, c({
31
- class: ["v-btn-toggle", e.class]
32
- }, g, {
33
- style: e.style
34
- }), {
35
- default: () => {
36
- var n;
37
- return [(n = t.default) == null ? void 0 : n.call(t, {
38
- isSelected: s,
39
- next: o,
40
- prev: r,
41
- select: m,
42
- selected: u
43
- })];
44
- }
45
- });
46
- }), {
47
- next: o,
48
- prev: r,
49
- select: m
50
- };
51
- }
52
- });
53
- export {
54
- F as VBtnToggle,
55
- P as VBtnToggleSymbol,
56
- b as makeVBtnToggleProps
57
- };