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,477 +1,464 @@
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 = {
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 = {
25
9
  key: 1,
26
10
  class: "text-h5"
27
- }, xe = {
11
+ }, he = {
28
12
  key: 2,
29
13
  class: "text-body-2 text-center"
30
- }, he = { class: "d-flex align-center justify-space-between" }, ke = { class: "d-flex align-center mb-1" }, Se = { class: "text-center" }, we = {
14
+ }, ke = { class: "d-flex align-center justify-space-between" }, Ve = { class: "d-flex align-center mb-1" }, we = { class: "text-center" }, Se = {
31
15
  key: 1,
32
16
  class: "text-h5"
33
- }, _e = {
17
+ }, ze = {
34
18
  key: 2,
35
19
  class: "text-body-2"
36
- }, Je = /* @__PURE__ */ ae({
20
+ }, Ae = /* @__PURE__ */ ue({
37
21
  __name: "BT-Assistant-Menu",
38
22
  props: {
39
23
  buttonIcon: {},
40
24
  buttonSize: {},
41
25
  tags: {}
42
26
  },
43
- setup(X) {
44
- const $ = X, {
45
- doShowDialog: N,
46
- getPrimaryLinks: M,
47
- getSecondaryLinks: O,
48
- hideDialogPermanently: Z,
49
- hideDialogTemporarily: ee,
27
+ setup(Z) {
28
+ const U = Z, {
29
+ doShowDialog: O,
30
+ getPrimaryLinks: j,
31
+ getSecondaryLinks: M,
32
+ hideDialogPermanently: ee,
33
+ hideDialogTemporarily: te,
50
34
  menuRouteName: L,
51
35
  tab: r
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() {
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() {
54
38
  try {
55
- var n = await te({
56
- msg: V.value,
57
- rating: b.value,
58
- route: v.fullPath
39
+ var u = await le({
40
+ msg: x.value,
41
+ rating: y.value,
42
+ route: f.fullPath
59
43
  });
60
44
  r.value = 2, setTimeout(() => {
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);
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);
65
49
  }
66
50
  }
67
- function I() {
68
- ee(), y.value = !1;
51
+ function q() {
52
+ te(), b.value = !1;
69
53
  }
70
- function le() {
71
- v.name != null && Z(v.name), y.value = !1;
54
+ function ae() {
55
+ f.name != null && ee(f.name), b.value = !1;
72
56
  }
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)
100
- }, {
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 "))
109
- ]),
110
- _: 1
111
- }),
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 "))
119
- ]),
120
- _: 1
121
- })
122
- ]),
123
- _: 1
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
- })
132
- ]),
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
- })
192
- ]),
193
- _: 1
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
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"
219
93
  }),
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"])
94
+ e[12] || (e[12] = v("Help "))
236
95
  ]),
237
96
  _: 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))
97
+ }),
98
+ l(C, null, {
99
+ default: a(() => [
100
+ l(w, {
101
+ start: "",
102
+ icon: "$feedback"
103
+ }),
104
+ e[13] || (e[13] = v("Feedback "))
257
105
  ]),
258
106
  _: 1
259
107
  })
260
108
  ]),
261
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"
262
117
  })
263
118
  ]),
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)
119
+ l(W, {
120
+ modelValue: o(r),
121
+ "onUpdate:modelValue": e[4] || (e[4] = (t) => B(r) ? r.value = t : null)
284
122
  }, {
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 "))
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
+ })
293
181
  ]),
294
182
  _: 1
295
183
  }),
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 "))
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
+ })
225
+ ]),
226
+ _: 1
227
+ }),
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
+ })
303
246
  ]),
304
247
  _: 1
305
248
  })
306
249
  ]),
307
250
  _: 1
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
- })
251
+ }, 8, ["modelValue"])
316
252
  ]),
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
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"
420
277
  }),
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"])
278
+ e[17] || (e[17] = v("Help "))
437
279
  ]),
438
280
  _: 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))
281
+ }),
282
+ l(C, null, {
283
+ default: a(() => [
284
+ l(w, {
285
+ start: "",
286
+ icon: "$feedback"
287
+ }),
288
+ e[18] || (e[18] = v("Feedback "))
457
289
  ]),
458
290
  _: 1
459
291
  })
460
292
  ]),
461
293
  _: 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"
462
301
  })
463
302
  ]),
464
- _: 1
465
- }, 8, ["modelValue"])
466
- ]),
467
- _: 1
468
- })
469
- ]),
470
- _: 1
471
- }, 8, ["modelValue"])
472
- ]));
303
+ l(W, {
304
+ modelValue: o(r),
305
+ "onUpdate:modelValue": e[10] || (e[10] = (t) => B(r) ? r.value = t : null)
306
+ }, {
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
+ })
426
+ ]),
427
+ _: 1
428
+ }),
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
+ })
446
+ ]),
447
+ _: 1
448
+ })
449
+ ]),
450
+ _: 1
451
+ }, 8, ["modelValue"])
452
+ ]),
453
+ _: 1
454
+ })
455
+ ]),
456
+ _: 1
457
+ }, 8, ["modelValue"])
458
+ ]);
459
+ };
473
460
  }
474
461
  });
475
462
  export {
476
- Je as default
463
+ Ae as default
477
464
  };