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