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.
- package/dist/_virtual/VAlert.sass.mjs +1 -0
- package/dist/_virtual/VAvatar.sass.mjs +1 -0
- package/dist/_virtual/VBtn.sass.mjs +1 -0
- package/dist/_virtual/VBtnGroup.sass.mjs +1 -0
- package/dist/_virtual/VBtnToggle.sass.mjs +1 -0
- package/dist/_virtual/VCard.sass.mjs +1 -0
- package/dist/_virtual/VCheckbox.sass.mjs +1 -0
- package/dist/_virtual/VChip.sass.mjs +1 -0
- package/dist/_virtual/VChipGroup.sass.mjs +1 -0
- package/dist/_virtual/VColorPicker.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerCanvas.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerEdit.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerPreview.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerSwatches.sass.mjs +1 -0
- package/dist/_virtual/VCombobox.sass.mjs +1 -0
- package/dist/_virtual/VContainer.sass.mjs +1 -0
- package/dist/_virtual/VCounter.sass.mjs +1 -0
- package/dist/_virtual/VDialog.sass.mjs +1 -0
- package/dist/_virtual/VDivider.sass.mjs +1 -0
- package/dist/_virtual/VField.sass.mjs +1 -0
- package/dist/_virtual/VGrid.sass.mjs +1 -0
- package/dist/_virtual/VIcon.sass.mjs +1 -0
- package/dist/_virtual/VImg.sass.mjs +1 -0
- package/dist/_virtual/VInput.sass.mjs +1 -0
- package/dist/_virtual/VLabel.sass.mjs +1 -0
- package/dist/_virtual/VList.sass.mjs +1 -0
- package/dist/_virtual/VListItem.sass.mjs +1 -0
- package/dist/_virtual/VMenu.sass.mjs +1 -0
- package/dist/_virtual/VMessages.sass.mjs +1 -0
- package/dist/_virtual/VNavigationDrawer.sass.mjs +1 -0
- package/dist/_virtual/VOverlay.sass.mjs +1 -0
- package/dist/_virtual/VPagination.sass.mjs +1 -0
- package/dist/_virtual/VPicker.sass.mjs +1 -0
- package/dist/_virtual/VProgressCircular.sass.mjs +1 -0
- package/dist/_virtual/VProgressLinear.sass.mjs +1 -0
- package/dist/_virtual/VRating.sass.mjs +1 -0
- package/dist/_virtual/VResponsive.sass.mjs +1 -0
- package/dist/_virtual/VRipple.sass.mjs +1 -0
- package/dist/_virtual/VSelect.sass.mjs +1 -0
- package/dist/_virtual/VSelectionControl.sass.mjs +1 -0
- package/dist/_virtual/VSelectionControlGroup.sass.mjs +1 -0
- package/dist/_virtual/VSheet.sass.mjs +1 -0
- package/dist/_virtual/VSlideGroup.sass.mjs +1 -0
- package/dist/_virtual/VSlider.sass.mjs +1 -0
- package/dist/_virtual/VSliderThumb.sass.mjs +1 -0
- package/dist/_virtual/VSliderTrack.sass.mjs +1 -0
- package/dist/_virtual/VSpacer.sass.mjs +1 -0
- package/dist/_virtual/VSwitch.sass.mjs +1 -0
- package/dist/_virtual/VTab.sass.mjs +1 -0
- package/dist/_virtual/VTable.sass.mjs +1 -0
- package/dist/_virtual/VTabs.sass.mjs +1 -0
- package/dist/_virtual/VTextField.sass.mjs +1 -0
- package/dist/_virtual/VTextarea.sass.mjs +1 -0
- package/dist/_virtual/VToolbar.sass.mjs +1 -0
- package/dist/_virtual/VVirtualScroll.sass.mjs +1 -0
- package/dist/_virtual/VWindow.sass.mjs +1 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +196 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +92 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +220 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +68 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +57 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +180 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +32 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +118 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +74 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +263 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +87 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +161 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +166 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +123 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +72 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +193 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +501 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +51 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +39 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +103 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +82 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +295 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +28 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +98 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +104 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +6 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +77 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +248 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +40 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +154 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +36 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +281 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +104 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +129 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +312 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +50 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +132 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +4 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +55 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +247 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +44 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +100 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +291 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +292 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +91 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +179 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +42 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +315 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +129 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +195 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +217 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +56 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +475 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +57 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +183 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +106 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +61 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +287 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +54 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +159 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +176 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +109 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +242 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +172 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +66 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +126 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +153 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +48 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +4 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +204 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +258 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +167 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +37 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +106 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +47 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +211 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +93 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +113 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +136 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +52 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +22 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +14 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +19 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +69 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +11 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/defaults.mjs +70 -45
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +34 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +20 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +23 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +32 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +25 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +125 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +31 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +54 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +112 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +78 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +86 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +169 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +20 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +73 -40
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +24 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +43 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +120 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +22 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +49 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +24 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +102 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +315 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +60 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +206 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +22 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +35 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +26 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +30 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +12 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +16 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +27 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +17 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +39 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +10 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +32 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +19 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +73 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +34 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +139 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +164 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +62 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +183 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +89 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +77 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +44 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +36 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +73 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +19 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +16 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +224 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/console.mjs +12 -4
- package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +31 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +37 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +14 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +23 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getCurrentInstance.mjs +13 -6
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +34 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +8 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +408 -28
- package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +11 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +25 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +8 -0
- package/dist/components/BT-Assistant-Menu.vue.mjs +420 -407
- package/dist/components/BT-Avatar.vue.mjs +31 -31
- package/dist/components/BT-Background-Task.vue.mjs +52 -52
- package/dist/components/BT-Blade-Item.vue.mjs +110 -100
- package/dist/components/BT-Blade-Items.vue.mjs +1 -1
- package/dist/components/BT-Blade-Items.vue2.mjs +411 -399
- package/dist/components/BT-Blade-Steps.vue.mjs +2 -2
- package/dist/components/BT-Blade-Steps.vue2.mjs +641 -626
- package/dist/components/BT-Blade.vue.mjs +201 -192
- package/dist/components/BT-Btn.vue.mjs +23 -25
- package/dist/components/BT-Camera-Overlay.vue.mjs +144 -142
- package/dist/components/BT-Col.vue.mjs +17 -19
- package/dist/components/BT-Color-Picker-Menu.vue.mjs +51 -49
- package/dist/components/BT-Cosmetics-Menu.vue.mjs +180 -173
- package/dist/components/BT-Cron.vue.mjs +264 -249
- package/dist/components/BT-Date-Select.vue.mjs +46 -47
- package/dist/components/BT-Demo-Profile-Select.vue.mjs +40 -40
- package/dist/components/BT-Dialog-Confirm.vue.mjs +39 -39
- package/dist/components/BT-Dialog-Date.vue.mjs +22 -19
- package/dist/components/BT-Dialog-Number.vue.mjs +125 -121
- package/dist/components/BT-Dialog-Select.vue.mjs +96 -85
- package/dist/components/BT-Divider.vue.mjs +20 -21
- package/dist/components/BT-Drag-Counter.vue.mjs +1 -1
- package/dist/components/BT-Drag-Counter.vue2.mjs +89 -89
- package/dist/components/BT-Entity.vue.mjs +82 -82
- package/dist/components/BT-Error.vue.mjs +26 -27
- package/dist/components/BT-Field-Checkbox.vue.mjs +30 -31
- package/dist/components/BT-Field-Date.vue.mjs +87 -84
- package/dist/components/BT-Field-Entity.vue.mjs +20 -16
- package/dist/components/BT-Field-Select-Simple.vue.mjs +24 -26
- package/dist/components/BT-Field-Select.vue.mjs +32 -34
- package/dist/components/BT-Field-String.vue.mjs +54 -52
- package/dist/components/BT-Field-Switch.vue.mjs +44 -43
- package/dist/components/BT-Field-Tags.vue.mjs +57 -55
- package/dist/components/BT-Field-Textarea.vue.mjs +44 -43
- package/dist/components/BT-Field-Trigger.vue.mjs +276 -270
- package/dist/components/BT-Field.vue.mjs +39 -38
- package/dist/components/BT-Form-Builder.vue.mjs +346 -325
- package/dist/components/BT-Form-Field.vue.mjs +88 -81
- package/dist/components/BT-Form.vue.mjs +280 -269
- package/dist/components/BT-Header-Option.vue.mjs +21 -19
- package/dist/components/BT-Image-Select.vue.mjs +186 -177
- package/dist/components/BT-Json.vue.mjs +29 -30
- package/dist/components/BT-Loader.vue.mjs +32 -31
- package/dist/components/BT-Nav-Sidebar.vue.mjs +130 -124
- package/dist/components/BT-Number.vue.mjs +1 -1
- package/dist/components/BT-Number.vue2.mjs +17 -19
- package/dist/components/BT-Numpad.vue.mjs +147 -144
- package/dist/components/BT-Select-List-Box.vue.mjs +287 -276
- package/dist/components/BT-Select-Simple.vue.mjs +21 -23
- package/dist/components/BT-Select.vue.mjs +36 -37
- package/dist/components/BT-Signature-Overlay.vue.mjs +113 -112
- package/dist/components/BT-Signature.vue.mjs +96 -96
- package/dist/components/BT-Slider.vue.mjs +109 -103
- package/dist/components/BT-Square-Check.vue.mjs +65 -65
- package/dist/components/BT-Status-Item.vue.mjs +18 -16
- package/dist/components/BT-Tags.vue.mjs +21 -22
- package/dist/components/BT-Tour.vue.mjs +69 -65
- package/dist/style.css +1 -1
- package/package.json +5 -2
|
@@ -1,464 +1,477 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { isNullOrEmpty as
|
|
3
|
-
import { findYouTubeAvatar as
|
|
4
|
-
import { t as
|
|
5
|
-
import { useRoute as
|
|
6
|
-
import { useDisplay as
|
|
7
|
-
import { useFeedback as
|
|
8
|
-
|
|
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
|
-
},
|
|
27
|
+
}, xe = {
|
|
12
28
|
key: 2,
|
|
13
29
|
class: "text-body-2 text-center"
|
|
14
|
-
},
|
|
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
|
-
},
|
|
33
|
+
}, _e = {
|
|
18
34
|
key: 2,
|
|
19
35
|
class: "text-body-2"
|
|
20
|
-
},
|
|
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(
|
|
28
|
-
const
|
|
29
|
-
doShowDialog:
|
|
30
|
-
getPrimaryLinks:
|
|
31
|
-
getSecondaryLinks:
|
|
32
|
-
hideDialogPermanently:
|
|
33
|
-
hideDialogTemporarily:
|
|
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
|
-
} =
|
|
37
|
-
async function
|
|
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
|
|
40
|
-
msg:
|
|
41
|
-
rating:
|
|
42
|
-
route:
|
|
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,
|
|
46
|
-
}, 3e3),
|
|
47
|
-
} catch (
|
|
48
|
-
console.log(
|
|
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
|
|
52
|
-
|
|
67
|
+
function I() {
|
|
68
|
+
ee(), y.value = !1;
|
|
53
69
|
}
|
|
54
|
-
function
|
|
55
|
-
|
|
70
|
+
function le() {
|
|
71
|
+
v.name != null && Z(v.name), y.value = !1;
|
|
56
72
|
}
|
|
57
|
-
return
|
|
58
|
-
|
|
59
|
-
}),
|
|
60
|
-
var
|
|
61
|
-
|
|
62
|
-
}), (
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
l(
|
|
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:
|
|
124
|
-
|
|
125
|
-
default:
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
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
|
-
|
|
229
|
-
default:
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
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
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
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
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
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
|
-
|
|
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
|
-
|
|
304
|
-
|
|
305
|
-
|
|
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:
|
|
308
|
-
|
|
309
|
-
default:
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
},
|
|
314
|
-
|
|
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
|
-
|
|
430
|
-
default:
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
},
|
|
435
|
-
|
|
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
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
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
|
-
|
|
476
|
+
Je as default
|
|
464
477
|
};
|