bt-core-app 2.2.10 → 2.2.12

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 +5 -2
@@ -1,464 +1,477 @@
1
- import { defineComponent as ue, ref as V, computed as re, watch as ie, onMounted as de, resolveComponent as s, openBlock as n, createElementBlock as p, unref as o, createBlock as d, withCtx as a, createVNode as l, mergeProps as me, createElementVNode as z, isRef as B, createTextVNode as v, createCommentVNode as c, Fragment as T, renderList as A, toDisplayString as X } from "vue";
2
- import { isNullOrEmpty as ve, isLengthyArray as $ } from "../composables/helpers.mjs";
3
- import { findYouTubeAvatar as H, useAssistant as pe } from "../composables/assistant.mjs";
4
- import { t as N } from "../bt-core/core/node_modules/thenby/thenBy.module.mjs";
5
- import { useRoute as ce } from "vue-router";
6
- import { useDisplay as fe } from "vuetify";
7
- import { useFeedback as _e } from "../composables/feedback.mjs";
8
- const ge = { class: "d-flex align-center" }, be = { class: "d-flex align-center" }, ye = { class: "text-center" }, xe = {
1
+ import { defineComponent as ae, ref as k, computed as oe, watch as ue, onMounted as ne, openBlock as u, createElementBlock as m, unref as e, createBlock as s, withCtx as o, createVNode as a, mergeProps as re, createElementVNode as S, isRef as T, createTextVNode as d, createCommentVNode as p, Fragment as U, renderList as C, toDisplayString as E } from "vue";
2
+ import { isNullOrEmpty as se, isLengthyArray as w } from "../composables/helpers.mjs";
3
+ import { findYouTubeAvatar as B, useAssistant as ie } from "../composables/assistant.mjs";
4
+ import { t as F } from "../bt-core/core/node_modules/thenby/thenBy.module.mjs";
5
+ import { useRoute as de } from "vue-router";
6
+ import { useDisplay as me } from "vuetify";
7
+ import { useFeedback as pe } from "../composables/feedback.mjs";
8
+ import { VTabs as q } from "../bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs";
9
+ import { VTab as D } from "../bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs";
10
+ import { VTabsWindow as G } from "../bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs";
11
+ import { VTabsWindowItem as _ } from "../bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs";
12
+ import { VCardSubtitle as W } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs";
13
+ import { VRating as Y } from "../bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs";
14
+ import { VMenu as fe } from "../bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs";
15
+ import { VBtn as f } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
16
+ import { VCard as i } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
17
+ import { VIcon as z } from "../bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs";
18
+ import { VSpacer as J } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs";
19
+ import { VList as K } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs";
20
+ import { VListSubheader as R } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs";
21
+ import { VTextarea as Q } from "../bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs";
22
+ import { VDialog as ve } from "../bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs";
23
+ import { VDivider as ce } from "../bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs";
24
+ const ge = { class: "d-flex align-center" }, ye = { class: "d-flex align-center" }, be = { class: "text-center" }, Ve = {
9
25
  key: 1,
10
26
  class: "text-h5"
11
- }, he = {
27
+ }, xe = {
12
28
  key: 2,
13
29
  class: "text-body-2 text-center"
14
- }, ke = { class: "d-flex align-center justify-space-between" }, Ve = { class: "d-flex align-center mb-1" }, we = { class: "text-center" }, Se = {
30
+ }, he = { class: "d-flex align-center justify-space-between" }, ke = { class: "d-flex align-center mb-1" }, Se = { class: "text-center" }, we = {
15
31
  key: 1,
16
32
  class: "text-h5"
17
- }, ze = {
33
+ }, _e = {
18
34
  key: 2,
19
35
  class: "text-body-2"
20
- }, Ae = /* @__PURE__ */ ue({
36
+ }, Je = /* @__PURE__ */ ae({
21
37
  __name: "BT-Assistant-Menu",
22
38
  props: {
23
39
  buttonIcon: {},
24
40
  buttonSize: {},
25
41
  tags: {}
26
42
  },
27
- setup(Z) {
28
- const U = Z, {
29
- doShowDialog: O,
30
- getPrimaryLinks: j,
31
- getSecondaryLinks: M,
32
- hideDialogPermanently: ee,
33
- hideDialogTemporarily: te,
43
+ setup(X) {
44
+ const $ = X, {
45
+ doShowDialog: N,
46
+ getPrimaryLinks: M,
47
+ getSecondaryLinks: O,
48
+ hideDialogPermanently: Z,
49
+ hideDialogTemporarily: ee,
34
50
  menuRouteName: L,
35
51
  tab: r
36
- } = pe(), f = ce(), _ = V([]), g = V([]), b = V(!1), R = V(!1), y = V(), x = V(), h = V(), { sendAsync: le } = _e(), { xs: D } = fe(), P = re(() => !ve(x.value) || y.value != null);
37
- async function E() {
52
+ } = ie(), v = de(), c = k([]), g = k([]), y = k(!1), A = k(!1), b = k(), V = k(), x = k(), { sendAsync: te } = pe(), { xs: H } = me(), j = oe(() => !se(V.value) || b.value != null);
53
+ async function P() {
38
54
  try {
39
- var u = await le({
40
- msg: x.value,
41
- rating: y.value,
42
- route: f.fullPath
55
+ var n = await te({
56
+ msg: V.value,
57
+ rating: b.value,
58
+ route: v.fullPath
43
59
  });
44
60
  r.value = 2, setTimeout(() => {
45
- r.value = 1, q();
46
- }, 3e3), u ? (x.value = void 0, y.value = void 0) : h.value = "Sorry! Something seems to have gone wrong. Perhaps try again later.";
47
- } catch (e) {
48
- console.log(e);
61
+ r.value = 1, I();
62
+ }, 3e3), n ? (V.value = void 0, b.value = void 0) : x.value = "Sorry! Something seems to have gone wrong. Perhaps try again later.";
63
+ } catch (l) {
64
+ console.log(l);
49
65
  }
50
66
  }
51
- function q() {
52
- te(), b.value = !1;
67
+ function I() {
68
+ ee(), y.value = !1;
53
69
  }
54
- function ae() {
55
- f.name != null && ee(f.name), b.value = !1;
70
+ function le() {
71
+ v.name != null && Z(v.name), y.value = !1;
56
72
  }
57
- return ie(() => f.name, (u) => {
58
- _.value = j(u == null ? void 0 : u.toString(), U.tags).sort(N.firstBy((e) => e.sort ?? 0)) ?? [], g.value = M(u == null ? void 0 : u.toString(), U.tags).sort(N.firstBy((e) => e.sort ?? 0)) ?? [], O(u) && (b.value = !0);
59
- }), de(() => {
60
- var u, e;
61
- f.name != null && (_.value = j((u = f.name) == null ? void 0 : u.toString(), U.tags).sort(N.firstBy((i) => i.sort ?? 0)) ?? [], g.value = M((e = f.name) == null ? void 0 : e.toString(), U.tags).sort(N.firstBy((i) => i.sort ?? 0)) ?? [], O(f.name) && (b.value = !0));
62
- }), (u, e) => {
63
- const i = s("v-btn"), w = s("v-icon"), C = s("v-tab"), G = s("v-tabs"), I = s("v-spacer"), F = s("v-list-subheader"), m = s("v-card"), Y = s("v-list"), S = s("v-tabs-window-item"), J = s("v-textarea"), K = s("v-card-subtitle"), Q = s("v-rating"), W = s("v-tabs-window"), ne = s("v-menu"), oe = s("v-divider"), se = s("v-dialog");
64
- return n(), p("div", null, [
65
- o($)(_.value) || o($)(g.value) ? (n(), d(ne, {
66
- key: 0,
67
- "min-height": "80vh",
68
- "max-width": "450",
69
- "close-on-content-click": !1,
70
- modelValue: R.value,
71
- "onUpdate:modelValue": e[5] || (e[5] = (t) => R.value = t)
72
- }, {
73
- activator: a(({ props: t }) => [
74
- l(i, me(t, {
75
- icon: u.buttonIcon ?? "$help-circle-outline",
76
- size: u.buttonSize
77
- }), null, 16, ["icon", "size"])
78
- ]),
79
- default: a(() => [
80
- l(m, null, {
81
- default: a(() => [
82
- z("div", ge, [
83
- l(G, {
84
- modelValue: o(r),
85
- "onUpdate:modelValue": e[0] || (e[0] = (t) => B(r) ? r.value = t : null)
86
- }, {
87
- default: a(() => [
88
- l(C, null, {
89
- default: a(() => [
90
- l(w, {
91
- start: "",
92
- icon: "$help-circle-outline"
93
- }),
94
- e[12] || (e[12] = v("Help "))
95
- ]),
96
- _: 1
97
- }),
98
- l(C, null, {
99
- default: a(() => [
100
- l(w, {
101
- start: "",
102
- icon: "$feedback"
103
- }),
104
- e[13] || (e[13] = v("Feedback "))
105
- ]),
106
- _: 1
107
- })
108
- ]),
109
- _: 1
110
- }, 8, ["modelValue"]),
111
- l(I),
112
- l(i, {
113
- onClick: e[1] || (e[1] = (t) => R.value = !1),
114
- size: "small",
115
- icon: "$close",
116
- variant: "text"
117
- })
118
- ]),
119
- l(W, {
120
- modelValue: o(r),
121
- "onUpdate:modelValue": e[4] || (e[4] = (t) => B(r) ? r.value = t : null)
73
+ return ue(() => v.name, (n) => {
74
+ c.value = M(n == null ? void 0 : n.toString(), $.tags).sort(F.firstBy((l) => l.sort ?? 0)) ?? [], g.value = O(n == null ? void 0 : n.toString(), $.tags).sort(F.firstBy((l) => l.sort ?? 0)) ?? [], N(n) && (y.value = !0);
75
+ }), ne(() => {
76
+ var n, l;
77
+ v.name != null && (c.value = M((n = v.name) == null ? void 0 : n.toString(), $.tags).sort(F.firstBy((t) => t.sort ?? 0)) ?? [], g.value = O((l = v.name) == null ? void 0 : l.toString(), $.tags).sort(F.firstBy((t) => t.sort ?? 0)) ?? [], N(v.name) && (y.value = !0));
78
+ }), (n, l) => (u(), m("div", null, [
79
+ e(w)(c.value) || e(w)(g.value) ? (u(), s(e(fe), {
80
+ key: 0,
81
+ "min-height": "80vh",
82
+ "max-width": "450",
83
+ "close-on-content-click": !1,
84
+ modelValue: A.value,
85
+ "onUpdate:modelValue": l[5] || (l[5] = (t) => A.value = t)
86
+ }, {
87
+ activator: o(({ props: t }) => [
88
+ a(e(f), re(t, {
89
+ icon: n.buttonIcon ?? "$help-circle-outline",
90
+ size: n.buttonSize
91
+ }), null, 16, ["icon", "size"])
92
+ ]),
93
+ default: o(() => [
94
+ a(e(i), null, {
95
+ default: o(() => [
96
+ S("div", ge, [
97
+ a(e(q), {
98
+ modelValue: e(r),
99
+ "onUpdate:modelValue": l[0] || (l[0] = (t) => T(r) ? r.value = t : null)
122
100
  }, {
123
- default: a(() => [
124
- l(S, null, {
125
- default: a(() => [
126
- l(m, null, {
127
- default: a(() => [
128
- l(Y, { class: "pa-2" }, {
129
- default: a(() => [
130
- z("div", be, [
131
- o($)(_.value) ? (n(), d(F, { key: 0 }, {
132
- default: a(() => e[14] || (e[14] = [
133
- v(" Relevant Links ")
134
- ])),
135
- _: 1
136
- })) : c("", !0),
137
- l(I),
138
- o(L) != null ? (n(), d(i, {
139
- key: 1,
140
- "append-icon": "$arrow-right",
141
- size: "small",
142
- text: "More Help",
143
- to: { name: o(L) },
144
- variant: "text"
145
- }, null, 8, ["to"])) : c("", !0)
146
- ]),
147
- (n(!0), p(T, null, A(_.value, (t, k) => (n(), d(m, {
148
- key: k,
149
- "prepend-icon": t.icon,
150
- class: "ma-1",
151
- href: t.url,
152
- target: "_blank",
153
- text: t.description,
154
- "append-avatar": o(H)(t.url),
155
- title: t.title,
156
- subtitle: t.subtitle
157
- }, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
158
- o($)(g.value) ? (n(), d(F, { key: 0 }, {
159
- default: a(() => e[15] || (e[15] = [
160
- v("Other Helpful Links")
161
- ])),
162
- _: 1
163
- })) : c("", !0),
164
- (n(!0), p(T, null, A(g.value, (t, k) => (n(), d(m, {
165
- key: k,
166
- "prepend-icon": t.icon,
167
- class: "ma-1",
168
- href: t.url,
169
- target: "_blank",
170
- text: t.description,
171
- "append-avatar": o(H)(t.url),
172
- title: t.title,
173
- subtitle: t.subtitle
174
- }, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128))
175
- ]),
176
- _: 1
177
- })
178
- ]),
179
- _: 1
180
- })
181
- ]),
182
- _: 1
183
- }),
184
- l(S, null, {
185
- default: a(() => [
186
- l(m, {
187
- "min-width": "330",
188
- subtitle: "Share your thoughts with us",
189
- title: "Give Feedback"
190
- }, {
191
- default: a(() => [
192
- l(J, {
193
- autofocus: "",
194
- "hide-details": "",
195
- lines: "three",
196
- placeholder: "...start typing any requests, suggestions, or frustrations you might have. Unburden yourself.",
197
- modelValue: x.value,
198
- "onUpdate:modelValue": e[2] || (e[2] = (t) => x.value = t)
199
- }, null, 8, ["modelValue"]),
200
- l(K, { class: "mt-2" }, {
201
- default: a(() => e[16] || (e[16] = [
202
- v("Or just give us a rating")
203
- ])),
204
- _: 1
205
- }),
206
- z("div", ye, [
207
- l(Q, {
208
- "active-color": "primary",
209
- hover: "",
210
- length: 5,
211
- modelValue: y.value,
212
- "onUpdate:modelValue": e[3] || (e[3] = (t) => y.value = t)
213
- }, null, 8, ["modelValue"])
214
- ]),
215
- l(i, {
216
- "append-icon": "$send",
217
- block: "",
218
- onClick: E,
219
- disabled: !P.value,
220
- text: "Send"
221
- }, null, 8, ["disabled"])
222
- ]),
223
- _: 1
224
- })
101
+ default: o(() => [
102
+ a(e(D), null, {
103
+ default: o(() => [
104
+ a(e(z), {
105
+ start: "",
106
+ icon: "$help-circle-outline"
107
+ }),
108
+ l[12] || (l[12] = d("Help "))
225
109
  ]),
226
110
  _: 1
227
111
  }),
228
- l(S, null, {
229
- default: a(() => [
230
- l(m, {
231
- class: "d-flex align-center justify-center",
232
- "min-height": "330",
233
- "max-width": "330"
234
- }, {
235
- default: a(() => [
236
- h.value == null ? (n(), d(w, {
237
- key: 0,
238
- icon: "$party",
239
- size: "x-large",
240
- start: ""
241
- })) : c("", !0),
242
- h.value == null ? (n(), p("div", xe, "Thankyou so much!")) : (n(), p("p", he, X(h.value), 1))
243
- ]),
244
- _: 1
245
- })
112
+ a(e(D), null, {
113
+ default: o(() => [
114
+ a(e(z), {
115
+ start: "",
116
+ icon: "$feedback"
117
+ }),
118
+ l[13] || (l[13] = d("Feedback "))
246
119
  ]),
247
120
  _: 1
248
121
  })
249
122
  ]),
250
123
  _: 1
251
- }, 8, ["modelValue"])
124
+ }, 8, ["modelValue"]),
125
+ a(e(J)),
126
+ a(e(f), {
127
+ onClick: l[1] || (l[1] = (t) => A.value = !1),
128
+ size: "small",
129
+ icon: "$close",
130
+ variant: "text"
131
+ })
252
132
  ]),
253
- _: 1
254
- })
255
- ]),
256
- _: 1
257
- }, 8, ["modelValue"])) : c("", !0),
258
- l(se, {
259
- modelValue: b.value,
260
- "onUpdate:modelValue": e[11] || (e[11] = (t) => b.value = t),
261
- "max-width": "450"
262
- }, {
263
- default: a(() => [
264
- l(m, null, {
265
- default: a(() => [
266
- z("div", ke, [
267
- l(G, {
268
- modelValue: o(r),
269
- "onUpdate:modelValue": e[6] || (e[6] = (t) => B(r) ? r.value = t : null)
270
- }, {
271
- default: a(() => [
272
- l(C, null, {
273
- default: a(() => [
274
- l(w, {
275
- start: "",
276
- icon: "$help-circle-outline"
277
- }),
278
- e[17] || (e[17] = v("Help "))
133
+ a(e(G), {
134
+ modelValue: e(r),
135
+ "onUpdate:modelValue": l[4] || (l[4] = (t) => T(r) ? r.value = t : null)
136
+ }, {
137
+ default: o(() => [
138
+ a(e(_), null, {
139
+ default: o(() => [
140
+ a(e(i), null, {
141
+ default: o(() => [
142
+ a(e(K), { class: "pa-2" }, {
143
+ default: o(() => [
144
+ S("div", ye, [
145
+ e(w)(c.value) ? (u(), s(e(R), { key: 0 }, {
146
+ default: o(() => l[14] || (l[14] = [
147
+ d(" Relevant Links ")
148
+ ])),
149
+ _: 1
150
+ })) : p("", !0),
151
+ a(e(J)),
152
+ e(L) != null ? (u(), s(e(f), {
153
+ key: 1,
154
+ "append-icon": "$arrow-right",
155
+ size: "small",
156
+ text: "More Help",
157
+ to: { name: e(L) },
158
+ variant: "text"
159
+ }, null, 8, ["to"])) : p("", !0)
160
+ ]),
161
+ (u(!0), m(U, null, C(c.value, (t, h) => (u(), s(e(i), {
162
+ key: h,
163
+ "prepend-icon": t.icon,
164
+ class: "ma-1",
165
+ href: t.url,
166
+ target: "_blank",
167
+ text: t.description,
168
+ "append-avatar": e(B)(t.url),
169
+ title: t.title,
170
+ subtitle: t.subtitle
171
+ }, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
172
+ e(w)(g.value) ? (u(), s(e(R), { key: 0 }, {
173
+ default: o(() => l[15] || (l[15] = [
174
+ d("Other Helpful Links")
175
+ ])),
176
+ _: 1
177
+ })) : p("", !0),
178
+ (u(!0), m(U, null, C(g.value, (t, h) => (u(), s(e(i), {
179
+ key: h,
180
+ "prepend-icon": t.icon,
181
+ class: "ma-1",
182
+ href: t.url,
183
+ target: "_blank",
184
+ text: t.description,
185
+ "append-avatar": e(B)(t.url),
186
+ title: t.title,
187
+ subtitle: t.subtitle
188
+ }, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128))
189
+ ]),
190
+ _: 1
191
+ })
279
192
  ]),
280
193
  _: 1
281
- }),
282
- l(C, null, {
283
- default: a(() => [
284
- l(w, {
285
- start: "",
286
- icon: "$feedback"
194
+ })
195
+ ]),
196
+ _: 1
197
+ }),
198
+ a(e(_), null, {
199
+ default: o(() => [
200
+ a(e(i), {
201
+ "min-width": "330",
202
+ subtitle: "Share your thoughts with us",
203
+ title: "Give Feedback"
204
+ }, {
205
+ default: o(() => [
206
+ a(e(Q), {
207
+ autofocus: "",
208
+ "hide-details": "",
209
+ lines: "three",
210
+ placeholder: "...start typing any requests, suggestions, or frustrations you might have. Unburden yourself.",
211
+ modelValue: V.value,
212
+ "onUpdate:modelValue": l[2] || (l[2] = (t) => V.value = t)
213
+ }, null, 8, ["modelValue"]),
214
+ a(e(W), { class: "mt-2" }, {
215
+ default: o(() => l[16] || (l[16] = [
216
+ d("Or just give us a rating")
217
+ ])),
218
+ _: 1
287
219
  }),
288
- e[18] || (e[18] = v("Feedback "))
220
+ S("div", be, [
221
+ a(e(Y), {
222
+ "active-color": "primary",
223
+ hover: "",
224
+ length: 5,
225
+ modelValue: b.value,
226
+ "onUpdate:modelValue": l[3] || (l[3] = (t) => b.value = t)
227
+ }, null, 8, ["modelValue"])
228
+ ]),
229
+ a(e(f), {
230
+ "append-icon": "$send",
231
+ block: "",
232
+ onClick: P,
233
+ disabled: !j.value,
234
+ text: "Send"
235
+ }, null, 8, ["disabled"])
236
+ ]),
237
+ _: 1
238
+ })
239
+ ]),
240
+ _: 1
241
+ }),
242
+ a(e(_), null, {
243
+ default: o(() => [
244
+ a(e(i), {
245
+ class: "d-flex align-center justify-center",
246
+ "min-height": "330",
247
+ "max-width": "330"
248
+ }, {
249
+ default: o(() => [
250
+ x.value == null ? (u(), s(e(z), {
251
+ key: 0,
252
+ icon: "$party",
253
+ size: "x-large",
254
+ start: ""
255
+ })) : p("", !0),
256
+ x.value == null ? (u(), m("div", Ve, "Thankyou so much!")) : (u(), m("p", xe, E(x.value), 1))
289
257
  ]),
290
258
  _: 1
291
259
  })
292
260
  ]),
293
261
  _: 1
294
- }, 8, ["modelValue"]),
295
- l(i, {
296
- class: "mr-1",
297
- onClick: e[7] || (e[7] = (t) => b.value = !1),
298
- icon: "$close",
299
- size: "small",
300
- variant: "text"
301
262
  })
302
263
  ]),
303
- l(W, {
304
- modelValue: o(r),
305
- "onUpdate:modelValue": e[10] || (e[10] = (t) => B(r) ? r.value = t : null)
264
+ _: 1
265
+ }, 8, ["modelValue"])
266
+ ]),
267
+ _: 1
268
+ })
269
+ ]),
270
+ _: 1
271
+ }, 8, ["modelValue"])) : p("", !0),
272
+ a(e(ve), {
273
+ modelValue: y.value,
274
+ "onUpdate:modelValue": l[11] || (l[11] = (t) => y.value = t),
275
+ "max-width": "450"
276
+ }, {
277
+ default: o(() => [
278
+ a(e(i), null, {
279
+ default: o(() => [
280
+ S("div", he, [
281
+ a(e(q), {
282
+ modelValue: e(r),
283
+ "onUpdate:modelValue": l[6] || (l[6] = (t) => T(r) ? r.value = t : null)
306
284
  }, {
307
- default: a(() => [
308
- l(S, null, {
309
- default: a(() => [
310
- l(m, {
311
- subtitle: "Here are some relevant tips and clips.",
312
- title: "Tips Assistant"
313
- }, {
314
- default: a(() => [
315
- z("div", Ve, [
316
- l(i, {
317
- class: "mx-1",
318
- onClick: q,
319
- rounded: "",
320
- size: o(D) ? "x-small" : "small",
321
- text: "Maybe Later",
322
- variant: "tonal"
323
- }, null, 8, ["size"]),
324
- l(i, {
325
- class: "mr-1",
326
- onClick: ae,
327
- rounded: "",
328
- size: o(D) ? "x-small" : "small",
329
- text: "Hide Forever",
330
- variant: "tonal"
331
- }, null, 8, ["size"]),
332
- o(L) != null ? (n(), d(i, {
333
- key: 0,
334
- rounded: "",
335
- size: o(D) ? "x-small" : "small",
336
- text: "Show More",
337
- to: { name: o(L) }
338
- }, null, 8, ["size", "to"])) : c("", !0)
339
- ]),
340
- l(oe),
341
- l(Y, { class: "pa-2 overflow-y-auto" }, {
342
- default: a(() => [
343
- o($)(_.value) ? (n(), d(F, { key: 0 }, {
344
- default: a(() => e[19] || (e[19] = [
345
- v(" Relevant Links ")
346
- ])),
347
- _: 1
348
- })) : c("", !0),
349
- (n(!0), p(T, null, A(_.value, (t, k) => (n(), d(m, {
350
- key: k,
351
- "prepend-icon": t.icon,
352
- class: "ma-1",
353
- href: t.url,
354
- target: "_blank",
355
- text: t.description,
356
- "append-avatar": o(H)(t.url),
357
- title: t.title,
358
- subtitle: t.subtitle
359
- }, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
360
- o($)(g.value) ? (n(), d(F, { key: 1 }, {
361
- default: a(() => e[20] || (e[20] = [
362
- v("Other Helpful Links")
363
- ])),
364
- _: 1
365
- })) : c("", !0),
366
- (n(!0), p(T, null, A(g.value, (t, k) => (n(), d(m, {
367
- key: k,
368
- "prepend-icon": t.icon,
369
- class: "ma-1",
370
- href: t.url,
371
- target: "_blank",
372
- text: t.description,
373
- "append-avatar": o(H)(t.url),
374
- title: t.title,
375
- subtitle: t.subtitle
376
- }, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128))
377
- ]),
378
- _: 1
379
- })
380
- ]),
381
- _: 1
382
- })
383
- ]),
384
- _: 1
385
- }),
386
- l(S, null, {
387
- default: a(() => [
388
- l(m, {
389
- subtitle: "Share your thoughts with us",
390
- title: "Give Feedback"
391
- }, {
392
- default: a(() => [
393
- l(J, {
394
- autofocus: "",
395
- "hide-details": "",
396
- lines: "three",
397
- placeholder: "...start typing any requests, suggestions, or frustrations you might have. Unburden yourself.",
398
- modelValue: x.value,
399
- "onUpdate:modelValue": e[8] || (e[8] = (t) => x.value = t)
400
- }, null, 8, ["modelValue"]),
401
- l(K, { class: "mt-2" }, {
402
- default: a(() => e[21] || (e[21] = [
403
- v("Or just give us a rating")
404
- ])),
405
- _: 1
406
- }),
407
- z("div", we, [
408
- l(Q, {
409
- "active-color": "primary",
410
- hover: "",
411
- length: 5,
412
- modelValue: y.value,
413
- "onUpdate:modelValue": e[9] || (e[9] = (t) => y.value = t)
414
- }, null, 8, ["modelValue"])
415
- ]),
416
- l(i, {
417
- "append-icon": "$send",
418
- block: "",
419
- onClick: E,
420
- disabled: !P.value,
421
- text: "Send"
422
- }, null, 8, ["disabled"])
423
- ]),
424
- _: 1
425
- })
285
+ default: o(() => [
286
+ a(e(D), null, {
287
+ default: o(() => [
288
+ a(e(z), {
289
+ start: "",
290
+ icon: "$help-circle-outline"
291
+ }),
292
+ l[17] || (l[17] = d("Help "))
426
293
  ]),
427
294
  _: 1
428
295
  }),
429
- l(S, null, {
430
- default: a(() => [
431
- l(m, {
432
- class: "d-flex align-center justify-center",
433
- "min-height": "300"
434
- }, {
435
- default: a(() => [
436
- h.value == null ? (n(), d(w, {
437
- key: 0,
438
- icon: "$party",
439
- size: "x-large",
440
- start: ""
441
- })) : c("", !0),
442
- h.value == null ? (n(), p("div", Se, "Thankyou so much!")) : (n(), p("div", ze, X(h.value), 1))
443
- ]),
444
- _: 1
445
- })
296
+ a(e(D), null, {
297
+ default: o(() => [
298
+ a(e(z), {
299
+ start: "",
300
+ icon: "$feedback"
301
+ }),
302
+ l[18] || (l[18] = d("Feedback "))
446
303
  ]),
447
304
  _: 1
448
305
  })
449
306
  ]),
450
307
  _: 1
451
- }, 8, ["modelValue"])
308
+ }, 8, ["modelValue"]),
309
+ a(e(f), {
310
+ class: "mr-1",
311
+ onClick: l[7] || (l[7] = (t) => y.value = !1),
312
+ icon: "$close",
313
+ size: "small",
314
+ variant: "text"
315
+ })
452
316
  ]),
453
- _: 1
454
- })
455
- ]),
456
- _: 1
457
- }, 8, ["modelValue"])
458
- ]);
459
- };
317
+ a(e(G), {
318
+ modelValue: e(r),
319
+ "onUpdate:modelValue": l[10] || (l[10] = (t) => T(r) ? r.value = t : null)
320
+ }, {
321
+ default: o(() => [
322
+ a(e(_), null, {
323
+ default: o(() => [
324
+ a(e(i), {
325
+ subtitle: "Here are some relevant tips and clips.",
326
+ title: "Tips Assistant"
327
+ }, {
328
+ default: o(() => [
329
+ S("div", ke, [
330
+ a(e(f), {
331
+ class: "mx-1",
332
+ onClick: I,
333
+ rounded: "",
334
+ size: e(H) ? "x-small" : "small",
335
+ text: "Maybe Later",
336
+ variant: "tonal"
337
+ }, null, 8, ["size"]),
338
+ a(e(f), {
339
+ class: "mr-1",
340
+ onClick: le,
341
+ rounded: "",
342
+ size: e(H) ? "x-small" : "small",
343
+ text: "Hide Forever",
344
+ variant: "tonal"
345
+ }, null, 8, ["size"]),
346
+ e(L) != null ? (u(), s(e(f), {
347
+ key: 0,
348
+ rounded: "",
349
+ size: e(H) ? "x-small" : "small",
350
+ text: "Show More",
351
+ to: { name: e(L) }
352
+ }, null, 8, ["size", "to"])) : p("", !0)
353
+ ]),
354
+ a(e(ce)),
355
+ a(e(K), { class: "pa-2 overflow-y-auto" }, {
356
+ default: o(() => [
357
+ e(w)(c.value) ? (u(), s(e(R), { key: 0 }, {
358
+ default: o(() => l[19] || (l[19] = [
359
+ d(" Relevant Links ")
360
+ ])),
361
+ _: 1
362
+ })) : p("", !0),
363
+ (u(!0), m(U, null, C(c.value, (t, h) => (u(), s(e(i), {
364
+ key: h,
365
+ "prepend-icon": t.icon,
366
+ class: "ma-1",
367
+ href: t.url,
368
+ target: "_blank",
369
+ text: t.description,
370
+ "append-avatar": e(B)(t.url),
371
+ title: t.title,
372
+ subtitle: t.subtitle
373
+ }, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128)),
374
+ e(w)(g.value) ? (u(), s(e(R), { key: 1 }, {
375
+ default: o(() => l[20] || (l[20] = [
376
+ d("Other Helpful Links")
377
+ ])),
378
+ _: 1
379
+ })) : p("", !0),
380
+ (u(!0), m(U, null, C(g.value, (t, h) => (u(), s(e(i), {
381
+ key: h,
382
+ "prepend-icon": t.icon,
383
+ class: "ma-1",
384
+ href: t.url,
385
+ target: "_blank",
386
+ text: t.description,
387
+ "append-avatar": e(B)(t.url),
388
+ title: t.title,
389
+ subtitle: t.subtitle
390
+ }, null, 8, ["prepend-icon", "href", "text", "append-avatar", "title", "subtitle"]))), 128))
391
+ ]),
392
+ _: 1
393
+ })
394
+ ]),
395
+ _: 1
396
+ })
397
+ ]),
398
+ _: 1
399
+ }),
400
+ a(e(_), null, {
401
+ default: o(() => [
402
+ a(e(i), {
403
+ subtitle: "Share your thoughts with us",
404
+ title: "Give Feedback"
405
+ }, {
406
+ default: o(() => [
407
+ a(e(Q), {
408
+ autofocus: "",
409
+ "hide-details": "",
410
+ lines: "three",
411
+ placeholder: "...start typing any requests, suggestions, or frustrations you might have. Unburden yourself.",
412
+ modelValue: V.value,
413
+ "onUpdate:modelValue": l[8] || (l[8] = (t) => V.value = t)
414
+ }, null, 8, ["modelValue"]),
415
+ a(e(W), { class: "mt-2" }, {
416
+ default: o(() => l[21] || (l[21] = [
417
+ d("Or just give us a rating")
418
+ ])),
419
+ _: 1
420
+ }),
421
+ S("div", Se, [
422
+ a(e(Y), {
423
+ "active-color": "primary",
424
+ hover: "",
425
+ length: 5,
426
+ modelValue: b.value,
427
+ "onUpdate:modelValue": l[9] || (l[9] = (t) => b.value = t)
428
+ }, null, 8, ["modelValue"])
429
+ ]),
430
+ a(e(f), {
431
+ "append-icon": "$send",
432
+ block: "",
433
+ onClick: P,
434
+ disabled: !j.value,
435
+ text: "Send"
436
+ }, null, 8, ["disabled"])
437
+ ]),
438
+ _: 1
439
+ })
440
+ ]),
441
+ _: 1
442
+ }),
443
+ a(e(_), null, {
444
+ default: o(() => [
445
+ a(e(i), {
446
+ class: "d-flex align-center justify-center",
447
+ "min-height": "300"
448
+ }, {
449
+ default: o(() => [
450
+ x.value == null ? (u(), s(e(z), {
451
+ key: 0,
452
+ icon: "$party",
453
+ size: "x-large",
454
+ start: ""
455
+ })) : p("", !0),
456
+ x.value == null ? (u(), m("div", we, "Thankyou so much!")) : (u(), m("div", _e, E(x.value), 1))
457
+ ]),
458
+ _: 1
459
+ })
460
+ ]),
461
+ _: 1
462
+ })
463
+ ]),
464
+ _: 1
465
+ }, 8, ["modelValue"])
466
+ ]),
467
+ _: 1
468
+ })
469
+ ]),
470
+ _: 1
471
+ }, 8, ["modelValue"])
472
+ ]));
460
473
  }
461
474
  });
462
475
  export {
463
- Ae as default
476
+ Je as default
464
477
  };