bt-core-app 2.2.10 → 2.2.11
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 +1 -1
|
@@ -0,0 +1,217 @@
|
|
|
1
|
+
import { ref as E, computed as r, shallowRef as H, useId as q, createVNode as m, normalizeClass as C, normalizeStyle as D, createElementVNode as o, Fragment as w, mergeProps as j, createTextVNode as G, nextTick as P } from "vue";
|
|
2
|
+
import "../../../../../../../_virtual/VRating.sass.mjs";
|
|
3
|
+
import { makeComponentProps as J } from "../../composables/component.mjs";
|
|
4
|
+
import { makeDensityProps as O } from "../../composables/density.mjs";
|
|
5
|
+
import { IconValue as F } from "../../composables/icons.mjs";
|
|
6
|
+
import { useLocale as Q } from "../../composables/locale.mjs";
|
|
7
|
+
import { useProxiedModel as U } from "../../composables/proxiedModel.mjs";
|
|
8
|
+
import { makeSizeProps as W } from "../../composables/size.mjs";
|
|
9
|
+
import { makeTagProps as X } from "../../composables/tag.mjs";
|
|
10
|
+
import { makeThemeProps as Y, provideTheme as Z } from "../../composables/theme.mjs";
|
|
11
|
+
import { VBtn as p } from "../VBtn/VBtn.mjs";
|
|
12
|
+
import { propsFactory as ee } from "../../util/propsFactory.mjs";
|
|
13
|
+
import { genericComponent as te } from "../../util/defineComponent.mjs";
|
|
14
|
+
import { clamp as ne, createRange as ae } from "../../util/helpers.mjs";
|
|
15
|
+
import { useRender as le } from "../../util/useRender.mjs";
|
|
16
|
+
const oe = ee({
|
|
17
|
+
name: String,
|
|
18
|
+
itemAriaLabel: {
|
|
19
|
+
type: String,
|
|
20
|
+
default: "$vuetify.rating.ariaLabel.item"
|
|
21
|
+
},
|
|
22
|
+
activeColor: String,
|
|
23
|
+
color: String,
|
|
24
|
+
clearable: Boolean,
|
|
25
|
+
disabled: Boolean,
|
|
26
|
+
emptyIcon: {
|
|
27
|
+
type: F,
|
|
28
|
+
default: "$ratingEmpty"
|
|
29
|
+
},
|
|
30
|
+
fullIcon: {
|
|
31
|
+
type: F,
|
|
32
|
+
default: "$ratingFull"
|
|
33
|
+
},
|
|
34
|
+
halfIncrements: Boolean,
|
|
35
|
+
hover: Boolean,
|
|
36
|
+
length: {
|
|
37
|
+
type: [Number, String],
|
|
38
|
+
default: 5
|
|
39
|
+
},
|
|
40
|
+
readonly: Boolean,
|
|
41
|
+
modelValue: {
|
|
42
|
+
type: [Number, String],
|
|
43
|
+
default: 0
|
|
44
|
+
},
|
|
45
|
+
itemLabels: Array,
|
|
46
|
+
itemLabelPosition: {
|
|
47
|
+
type: String,
|
|
48
|
+
default: "top",
|
|
49
|
+
validator: (e) => ["top", "bottom"].includes(e)
|
|
50
|
+
},
|
|
51
|
+
ripple: Boolean,
|
|
52
|
+
...J(),
|
|
53
|
+
...O(),
|
|
54
|
+
...W(),
|
|
55
|
+
...X(),
|
|
56
|
+
...Y()
|
|
57
|
+
}, "VRating"), Me = te()({
|
|
58
|
+
name: "VRating",
|
|
59
|
+
props: oe(),
|
|
60
|
+
emits: {
|
|
61
|
+
"update:modelValue": (e) => !0
|
|
62
|
+
},
|
|
63
|
+
setup(e, R) {
|
|
64
|
+
let {
|
|
65
|
+
slots: c
|
|
66
|
+
} = R;
|
|
67
|
+
const {
|
|
68
|
+
t: y
|
|
69
|
+
} = Q(), {
|
|
70
|
+
themeClasses: A
|
|
71
|
+
} = Z(e), x = E(), i = U(e, "modelValue"), s = r(() => ne(parseFloat(i.value), 0, Number(e.length))), I = r(() => ae(Number(e.length), 1)), M = r(() => I.value.flatMap((t) => e.halfIncrements ? [t - 0.5, t] : [t])), f = H(-1), g = r(() => M.value.map((t) => {
|
|
72
|
+
const a = e.hover && f.value > -1, n = s.value >= t, l = f.value >= t, u = (a ? l : n) ? e.fullIcon : e.emptyIcon, h = e.activeColor ?? e.color, b = n || l ? h : e.color;
|
|
73
|
+
return {
|
|
74
|
+
isFilled: n,
|
|
75
|
+
isHovered: l,
|
|
76
|
+
icon: u,
|
|
77
|
+
color: b
|
|
78
|
+
};
|
|
79
|
+
})), B = r(() => [0, ...M.value].map((t) => {
|
|
80
|
+
function a() {
|
|
81
|
+
f.value = t;
|
|
82
|
+
}
|
|
83
|
+
function n() {
|
|
84
|
+
f.value = -1;
|
|
85
|
+
}
|
|
86
|
+
function l() {
|
|
87
|
+
e.disabled || e.readonly || (i.value = s.value === t && e.clearable ? 0 : t);
|
|
88
|
+
}
|
|
89
|
+
return {
|
|
90
|
+
onMouseenter: e.hover ? a : void 0,
|
|
91
|
+
onMouseleave: e.hover ? n : void 0,
|
|
92
|
+
onClick: l
|
|
93
|
+
};
|
|
94
|
+
})), z = r(() => e.halfIncrements ? 1 + Math.floor(Math.max(0, Number(i.value ?? 0) - 0.5)) * 2 : Math.floor(Math.max(0, Number(i.value ?? 0) - 1)));
|
|
95
|
+
function V() {
|
|
96
|
+
var a;
|
|
97
|
+
const t = (a = x.value) == null ? void 0 : a.querySelector('[tabindex="0"]');
|
|
98
|
+
t == null || t.focus();
|
|
99
|
+
}
|
|
100
|
+
function $(t) {
|
|
101
|
+
if (e.disabled || e.readonly || t.ctrlKey || t.altKey)
|
|
102
|
+
return;
|
|
103
|
+
const a = e.halfIncrements ? 0.5 : 1;
|
|
104
|
+
if (t.key === "ArrowRight") {
|
|
105
|
+
const n = Math.min(Number(e.length), Number(i.value ?? 0) + a);
|
|
106
|
+
i.value = n, P(() => V());
|
|
107
|
+
}
|
|
108
|
+
if (t.key === "ArrowLeft") {
|
|
109
|
+
const n = Math.max(0, Number(i.value ?? 0) - a);
|
|
110
|
+
i.value = n, P(() => V());
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
const T = q(), L = r(() => e.name ?? `v-rating-${T}`);
|
|
114
|
+
function v(t) {
|
|
115
|
+
var N, _;
|
|
116
|
+
let {
|
|
117
|
+
value: a,
|
|
118
|
+
index: n,
|
|
119
|
+
showStar: l = !0
|
|
120
|
+
} = t;
|
|
121
|
+
const {
|
|
122
|
+
onMouseenter: d,
|
|
123
|
+
onMouseleave: u,
|
|
124
|
+
onClick: h
|
|
125
|
+
} = B.value[n + 1], b = `${L.value}-${String(a).replace(".", "-")}`, K = n === z.value, k = {
|
|
126
|
+
color: (N = g.value[n]) == null ? void 0 : N.color,
|
|
127
|
+
density: e.density,
|
|
128
|
+
disabled: e.disabled,
|
|
129
|
+
icon: (_ = g.value[n]) == null ? void 0 : _.icon,
|
|
130
|
+
ripple: e.ripple,
|
|
131
|
+
size: e.size,
|
|
132
|
+
variant: "plain",
|
|
133
|
+
tabindex: K ? 0 : -1,
|
|
134
|
+
onKeydown: $
|
|
135
|
+
};
|
|
136
|
+
return o(w, null, [o("label", {
|
|
137
|
+
for: b,
|
|
138
|
+
class: C({
|
|
139
|
+
"v-rating__item--half": e.halfIncrements && a % 1 > 0,
|
|
140
|
+
"v-rating__item--full": e.halfIncrements && a % 1 === 0
|
|
141
|
+
}),
|
|
142
|
+
onMouseenter: d,
|
|
143
|
+
onMouseleave: u,
|
|
144
|
+
onClick: h
|
|
145
|
+
}, [o("span", {
|
|
146
|
+
class: "v-rating__hidden"
|
|
147
|
+
}, [y(e.itemAriaLabel, a, e.length)]), l ? c.item ? c.item({
|
|
148
|
+
...g.value[n],
|
|
149
|
+
props: k,
|
|
150
|
+
value: a,
|
|
151
|
+
index: n,
|
|
152
|
+
rating: s.value
|
|
153
|
+
}) : m(p, j({
|
|
154
|
+
"aria-label": y(e.itemAriaLabel, a, e.length)
|
|
155
|
+
}, k), null) : void 0]), o("input", {
|
|
156
|
+
class: "v-rating__hidden",
|
|
157
|
+
name: L.value,
|
|
158
|
+
id: b,
|
|
159
|
+
type: "radio",
|
|
160
|
+
value: a,
|
|
161
|
+
checked: s.value === a,
|
|
162
|
+
tabindex: -1,
|
|
163
|
+
readonly: e.readonly,
|
|
164
|
+
disabled: e.disabled
|
|
165
|
+
}, null)]);
|
|
166
|
+
}
|
|
167
|
+
function S(t) {
|
|
168
|
+
return c["item-label"] ? c["item-label"](t) : t.label ? o("span", null, [t.label]) : o("span", null, [G(" ")]);
|
|
169
|
+
}
|
|
170
|
+
return le(() => {
|
|
171
|
+
var a;
|
|
172
|
+
const t = !!((a = e.itemLabels) != null && a.length) || c["item-label"];
|
|
173
|
+
return m(e.tag, {
|
|
174
|
+
class: C(["v-rating", {
|
|
175
|
+
"v-rating--hover": e.hover,
|
|
176
|
+
"v-rating--readonly": e.readonly
|
|
177
|
+
}, A.value, e.class]),
|
|
178
|
+
style: D(e.style),
|
|
179
|
+
ref: x
|
|
180
|
+
}, {
|
|
181
|
+
default: () => [m(v, {
|
|
182
|
+
value: 0,
|
|
183
|
+
index: -1,
|
|
184
|
+
showStar: !1
|
|
185
|
+
}, null), I.value.map((n, l) => {
|
|
186
|
+
var d, u;
|
|
187
|
+
return o("div", {
|
|
188
|
+
class: "v-rating__wrapper"
|
|
189
|
+
}, [t && e.itemLabelPosition === "top" ? S({
|
|
190
|
+
value: n,
|
|
191
|
+
index: l,
|
|
192
|
+
label: (d = e.itemLabels) == null ? void 0 : d[l]
|
|
193
|
+
}) : void 0, o("div", {
|
|
194
|
+
class: "v-rating__item"
|
|
195
|
+
}, [e.halfIncrements ? o(w, null, [m(v, {
|
|
196
|
+
value: n - 0.5,
|
|
197
|
+
index: l * 2
|
|
198
|
+
}, null), m(v, {
|
|
199
|
+
value: n,
|
|
200
|
+
index: l * 2 + 1
|
|
201
|
+
}, null)]) : m(v, {
|
|
202
|
+
value: n,
|
|
203
|
+
index: l
|
|
204
|
+
}, null)]), t && e.itemLabelPosition === "bottom" ? S({
|
|
205
|
+
value: n,
|
|
206
|
+
index: l,
|
|
207
|
+
label: (u = e.itemLabels) == null ? void 0 : u[l]
|
|
208
|
+
}) : void 0]);
|
|
209
|
+
})]
|
|
210
|
+
});
|
|
211
|
+
}), {};
|
|
212
|
+
}
|
|
213
|
+
});
|
|
214
|
+
export {
|
|
215
|
+
Me as VRating,
|
|
216
|
+
oe as makeVRatingProps
|
|
217
|
+
};
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { createElementVNode as t, normalizeClass as i, normalizeStyle as r, computed as m } from "vue";
|
|
2
|
+
import "../../../../../../../_virtual/VResponsive.sass.mjs";
|
|
3
|
+
import { makeComponentProps as p } from "../../composables/component.mjs";
|
|
4
|
+
import { makeDimensionProps as c, useDimension as u } from "../../composables/dimensions.mjs";
|
|
5
|
+
import { propsFactory as v } from "../../util/propsFactory.mjs";
|
|
6
|
+
import { genericComponent as d } from "../../util/defineComponent.mjs";
|
|
7
|
+
import { useRender as f } from "../../util/useRender.mjs";
|
|
8
|
+
function y(e) {
|
|
9
|
+
return {
|
|
10
|
+
aspectStyles: m(() => {
|
|
11
|
+
const s = Number(e.aspectRatio);
|
|
12
|
+
return s ? {
|
|
13
|
+
paddingBottom: String(1 / s * 100) + "%"
|
|
14
|
+
} : void 0;
|
|
15
|
+
})
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
const R = v({
|
|
19
|
+
aspectRatio: [String, Number],
|
|
20
|
+
contentClass: null,
|
|
21
|
+
inline: Boolean,
|
|
22
|
+
...p(),
|
|
23
|
+
...c()
|
|
24
|
+
}, "VResponsive"), N = d()({
|
|
25
|
+
name: "VResponsive",
|
|
26
|
+
props: R(),
|
|
27
|
+
setup(e, s) {
|
|
28
|
+
let {
|
|
29
|
+
slots: n
|
|
30
|
+
} = s;
|
|
31
|
+
const {
|
|
32
|
+
aspectStyles: l
|
|
33
|
+
} = y(e), {
|
|
34
|
+
dimensionStyles: a
|
|
35
|
+
} = u(e);
|
|
36
|
+
return f(() => {
|
|
37
|
+
var o;
|
|
38
|
+
return t("div", {
|
|
39
|
+
class: i(["v-responsive", {
|
|
40
|
+
"v-responsive--inline": e.inline
|
|
41
|
+
}, e.class]),
|
|
42
|
+
style: r([a.value, e.style])
|
|
43
|
+
}, [t("div", {
|
|
44
|
+
class: "v-responsive__sizer",
|
|
45
|
+
style: r(l.value)
|
|
46
|
+
}, null), (o = n.additional) == null ? void 0 : o.call(n), n.default && t("div", {
|
|
47
|
+
class: i(["v-responsive__content", e.contentClass])
|
|
48
|
+
}, [n.default()])]);
|
|
49
|
+
}), {};
|
|
50
|
+
}
|
|
51
|
+
});
|
|
52
|
+
export {
|
|
53
|
+
N as VResponsive,
|
|
54
|
+
R as makeVResponsiveProps,
|
|
55
|
+
y as useAspectStyles
|
|
56
|
+
};
|