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,31 @@
|
|
|
1
|
+
import { makeComponentProps as i } from "../composables/component.mjs";
|
|
2
|
+
import { capitalize as l, camelize as g, h as o } from "vue";
|
|
3
|
+
import { genericComponent as p } from "./defineComponent.mjs";
|
|
4
|
+
function d(n) {
|
|
5
|
+
let a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "div", m = arguments.length > 2 ? arguments[2] : void 0;
|
|
6
|
+
return p()({
|
|
7
|
+
name: m ?? l(g(n.replace(/__/g, "-"))),
|
|
8
|
+
props: {
|
|
9
|
+
tag: {
|
|
10
|
+
type: String,
|
|
11
|
+
default: a
|
|
12
|
+
},
|
|
13
|
+
...i()
|
|
14
|
+
},
|
|
15
|
+
setup(e, u) {
|
|
16
|
+
let {
|
|
17
|
+
slots: t
|
|
18
|
+
} = u;
|
|
19
|
+
return () => {
|
|
20
|
+
var r;
|
|
21
|
+
return o(e.tag, {
|
|
22
|
+
class: [n, e.class],
|
|
23
|
+
style: e.style
|
|
24
|
+
}, (r = t.default) == null ? void 0 : r.call(t));
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
});
|
|
28
|
+
}
|
|
29
|
+
export {
|
|
30
|
+
d as createSimpleFunctional
|
|
31
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { isPrimitive as s } from "./helpers.mjs";
|
|
2
|
+
function f(e, t, n, r) {
|
|
3
|
+
if (!n || s(e) || s(t))
|
|
4
|
+
return;
|
|
5
|
+
const i = n.get(e);
|
|
6
|
+
if (i)
|
|
7
|
+
i.set(t, r);
|
|
8
|
+
else {
|
|
9
|
+
const o = /* @__PURE__ */ new WeakMap();
|
|
10
|
+
o.set(t, r), n.set(e, o);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
function c(e, t, n) {
|
|
14
|
+
var o, u;
|
|
15
|
+
if (!n || s(e) || s(t))
|
|
16
|
+
return null;
|
|
17
|
+
const r = (o = n.get(e)) == null ? void 0 : o.get(t);
|
|
18
|
+
if (typeof r == "boolean")
|
|
19
|
+
return r;
|
|
20
|
+
const i = (u = n.get(t)) == null ? void 0 : u.get(e);
|
|
21
|
+
return typeof i == "boolean" ? i : null;
|
|
22
|
+
}
|
|
23
|
+
function l(e, t) {
|
|
24
|
+
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : /* @__PURE__ */ new WeakMap();
|
|
25
|
+
if (e === t)
|
|
26
|
+
return !0;
|
|
27
|
+
if (e instanceof Date && t instanceof Date && e.getTime() !== t.getTime() || e !== Object(e) || t !== Object(t))
|
|
28
|
+
return !1;
|
|
29
|
+
const r = Object.keys(e);
|
|
30
|
+
if (r.length !== Object.keys(t).length)
|
|
31
|
+
return !1;
|
|
32
|
+
const i = c(e, t, n);
|
|
33
|
+
return i || (f(e, t, n, !0), r.every((o) => l(e[o], t[o], n)));
|
|
34
|
+
}
|
|
35
|
+
export {
|
|
36
|
+
l as deepEqual
|
|
37
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
function e(t) {
|
|
2
|
+
if (typeof t.getRootNode != "function") {
|
|
3
|
+
for (; t.parentNode; )
|
|
4
|
+
t = t.parentNode;
|
|
5
|
+
return t !== document ? null : document;
|
|
6
|
+
}
|
|
7
|
+
const o = t.getRootNode();
|
|
8
|
+
return o !== document && o.getRootNode({
|
|
9
|
+
composed: !0
|
|
10
|
+
}) !== document ? null : o;
|
|
11
|
+
}
|
|
12
|
+
export {
|
|
13
|
+
e as attachedRoot
|
|
14
|
+
};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import "vue";
|
|
2
|
+
const n = "cubic-bezier(0.4, 0, 0.2, 1)", s = "cubic-bezier(0.0, 0, 0.2, 1)", u = "cubic-bezier(0.4, 0, 1, 1)", i = {
|
|
3
|
+
linear: (e) => e,
|
|
4
|
+
easeInQuad: (e) => e ** 2,
|
|
5
|
+
easeOutQuad: (e) => e * (2 - e),
|
|
6
|
+
easeInOutQuad: (e) => e < 0.5 ? 2 * e ** 2 : -1 + (4 - 2 * e) * e,
|
|
7
|
+
easeInCubic: (e) => e ** 3,
|
|
8
|
+
easeOutCubic: (e) => --e ** 3 + 1,
|
|
9
|
+
easeInOutCubic: (e) => e < 0.5 ? 4 * e ** 3 : (e - 1) * (2 * e - 2) * (2 * e - 2) + 1,
|
|
10
|
+
easeInQuart: (e) => e ** 4,
|
|
11
|
+
easeOutQuart: (e) => 1 - --e ** 4,
|
|
12
|
+
easeInOutQuart: (e) => e < 0.5 ? 8 * e ** 4 : 1 - 8 * --e ** 4,
|
|
13
|
+
easeInQuint: (e) => e ** 5,
|
|
14
|
+
easeOutQuint: (e) => 1 + --e ** 5,
|
|
15
|
+
easeInOutQuint: (e) => e < 0.5 ? 16 * e ** 5 : 1 + 16 * --e ** 5,
|
|
16
|
+
instant: (e) => 1
|
|
17
|
+
};
|
|
18
|
+
export {
|
|
19
|
+
u as acceleratedEasing,
|
|
20
|
+
s as deceleratedEasing,
|
|
21
|
+
i as easingPatterns,
|
|
22
|
+
n as standardEasing
|
|
23
|
+
};
|
|
@@ -1,10 +1,17 @@
|
|
|
1
1
|
import { getCurrentInstance as r } from "vue";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
import { toKebabCase as a } from "./helpers.mjs";
|
|
3
|
+
function s(t, e) {
|
|
4
|
+
const n = r();
|
|
5
|
+
if (!n)
|
|
6
|
+
throw new Error(`[Vuetify] ${t} ${e || "must be called from inside a setup function"}`);
|
|
7
|
+
return n;
|
|
8
|
+
}
|
|
9
|
+
function m() {
|
|
10
|
+
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "composables";
|
|
11
|
+
const e = s(t).type;
|
|
12
|
+
return a((e == null ? void 0 : e.aliasName) || (e == null ? void 0 : e.name));
|
|
7
13
|
}
|
|
8
14
|
export {
|
|
9
|
-
|
|
15
|
+
s as getCurrentInstance,
|
|
16
|
+
m as getCurrentInstanceName
|
|
10
17
|
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
function i(t) {
|
|
2
|
+
let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1;
|
|
3
|
+
for (; t; ) {
|
|
4
|
+
if (n ? l(t) : r(t))
|
|
5
|
+
return t;
|
|
6
|
+
t = t.parentElement;
|
|
7
|
+
}
|
|
8
|
+
return document.scrollingElement;
|
|
9
|
+
}
|
|
10
|
+
function c(t, n) {
|
|
11
|
+
const e = [];
|
|
12
|
+
if (n && t && !n.contains(t))
|
|
13
|
+
return e;
|
|
14
|
+
for (; t && (r(t) && e.push(t), t !== n); )
|
|
15
|
+
t = t.parentElement;
|
|
16
|
+
return e;
|
|
17
|
+
}
|
|
18
|
+
function r(t) {
|
|
19
|
+
if (!t || t.nodeType !== Node.ELEMENT_NODE)
|
|
20
|
+
return !1;
|
|
21
|
+
const n = window.getComputedStyle(t), e = n.overflowY === "scroll" || n.overflowY === "auto" && t.scrollHeight > t.clientHeight, o = n.overflowX === "scroll" || n.overflowX === "auto" && t.scrollWidth > t.clientWidth;
|
|
22
|
+
return e || o;
|
|
23
|
+
}
|
|
24
|
+
function l(t) {
|
|
25
|
+
if (!t || t.nodeType !== Node.ELEMENT_NODE)
|
|
26
|
+
return !1;
|
|
27
|
+
const n = window.getComputedStyle(t);
|
|
28
|
+
return ["scroll", "auto"].includes(n.overflowY);
|
|
29
|
+
}
|
|
30
|
+
export {
|
|
31
|
+
i as getScrollParent,
|
|
32
|
+
c as getScrollParents,
|
|
33
|
+
r as hasScrollbar
|
|
34
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
const e = typeof window < "u", o = e && "IntersectionObserver" in window, i = e && "EyeDropper" in window, n = e && "matchMedia" in window && typeof window.matchMedia == "function", t = () => n && window.matchMedia("(prefers-reduced-motion: reduce)").matches;
|
|
2
|
+
export {
|
|
3
|
+
e as IN_BROWSER,
|
|
4
|
+
t as PREFERS_REDUCED_MOTION,
|
|
5
|
+
i as SUPPORTS_EYE_DROPPER,
|
|
6
|
+
o as SUPPORTS_INTERSECTION,
|
|
7
|
+
n as SUPPORTS_MATCH_MEDIA
|
|
8
|
+
};
|
|
@@ -1,44 +1,424 @@
|
|
|
1
|
-
import "vue";
|
|
2
|
-
|
|
1
|
+
import { Fragment as y, reactive as b, watchEffect as O, toRef as v, capitalize as T, isVNode as S, Comment as R, shallowRef as x, camelize as F, unref as M } from "vue";
|
|
2
|
+
import { consoleError as $ } from "./console.mjs";
|
|
3
|
+
import { IN_BROWSER as w } from "./globals.mjs";
|
|
4
|
+
function d(e, t, n) {
|
|
5
|
+
I(e, t), t.set(e, n);
|
|
6
|
+
}
|
|
7
|
+
function I(e, t) {
|
|
8
|
+
if (t.has(e))
|
|
9
|
+
throw new TypeError("Cannot initialize the same private elements twice on an object");
|
|
10
|
+
}
|
|
11
|
+
function g(e, t, n) {
|
|
12
|
+
return e.set(A(e, t), n), n;
|
|
13
|
+
}
|
|
14
|
+
function s(e, t) {
|
|
15
|
+
return e.get(A(e, t));
|
|
16
|
+
}
|
|
17
|
+
function A(e, t, n) {
|
|
18
|
+
if (typeof e == "function" ? e === t : e.has(t))
|
|
19
|
+
return arguments.length < 3 ? t : n;
|
|
20
|
+
throw new TypeError("Private element is not present on this object");
|
|
21
|
+
}
|
|
22
|
+
function P(e, t, n) {
|
|
23
|
+
const r = t.length - 1;
|
|
24
|
+
if (r < 0)
|
|
25
|
+
return e === void 0 ? n : e;
|
|
26
|
+
for (let o = 0; o < r; o++) {
|
|
27
|
+
if (e == null)
|
|
28
|
+
return n;
|
|
29
|
+
e = e[t[o]];
|
|
30
|
+
}
|
|
31
|
+
return e == null || e[t[r]] === void 0 ? n : e[t[r]];
|
|
32
|
+
}
|
|
33
|
+
function D(e, t, n) {
|
|
34
|
+
return e == null || !t || typeof t != "string" ? n : e[t] !== void 0 ? e[t] : (t = t.replace(/\[(\w+)\]/g, ".$1"), t = t.replace(/^\./, ""), P(e, t.split("."), n));
|
|
35
|
+
}
|
|
36
|
+
function _(e, t, n) {
|
|
37
|
+
if (t === !0)
|
|
38
|
+
return e === void 0 ? n : e;
|
|
39
|
+
if (t == null || typeof t == "boolean")
|
|
40
|
+
return n;
|
|
41
|
+
if (e !== Object(e)) {
|
|
42
|
+
if (typeof t != "function")
|
|
43
|
+
return n;
|
|
44
|
+
const o = t(e, n);
|
|
45
|
+
return typeof o > "u" ? n : o;
|
|
46
|
+
}
|
|
47
|
+
if (typeof t == "string")
|
|
48
|
+
return D(e, t, n);
|
|
49
|
+
if (Array.isArray(t))
|
|
50
|
+
return P(e, t, n);
|
|
51
|
+
if (typeof t != "function")
|
|
52
|
+
return n;
|
|
53
|
+
const r = t(e, n);
|
|
54
|
+
return typeof r > "u" ? n : r;
|
|
55
|
+
}
|
|
56
|
+
function q(e) {
|
|
57
|
+
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
|
|
58
|
+
return Array.from({
|
|
59
|
+
length: e
|
|
60
|
+
}, (n, r) => t + r);
|
|
61
|
+
}
|
|
62
|
+
function H(e) {
|
|
63
|
+
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "px";
|
|
64
|
+
if (e == null || e === "")
|
|
65
|
+
return;
|
|
66
|
+
const n = Number(e);
|
|
67
|
+
return isNaN(n) ? String(e) : isFinite(n) ? `${n}${t}` : void 0;
|
|
68
|
+
}
|
|
69
|
+
function Z(e) {
|
|
70
|
+
return e !== null && typeof e == "object" && !Array.isArray(e);
|
|
71
|
+
}
|
|
72
|
+
function p(e) {
|
|
3
73
|
let t;
|
|
4
74
|
return e !== null && typeof e == "object" && ((t = Object.getPrototypeOf(e)) === Object.prototype || t === null);
|
|
5
75
|
}
|
|
6
|
-
function
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
76
|
+
function N(e) {
|
|
77
|
+
if (e && "$el" in e) {
|
|
78
|
+
const t = e.$el;
|
|
79
|
+
return (t == null ? void 0 : t.nodeType) === Node.TEXT_NODE ? t.nextElementSibling : t;
|
|
80
|
+
}
|
|
81
|
+
return e;
|
|
82
|
+
}
|
|
83
|
+
const J = Object.freeze({
|
|
84
|
+
enter: "Enter",
|
|
85
|
+
tab: "Tab",
|
|
86
|
+
delete: "Delete",
|
|
87
|
+
esc: "Escape",
|
|
88
|
+
space: "Space",
|
|
89
|
+
up: "ArrowUp",
|
|
90
|
+
down: "ArrowDown",
|
|
91
|
+
left: "ArrowLeft",
|
|
92
|
+
right: "ArrowRight",
|
|
93
|
+
end: "End",
|
|
94
|
+
home: "Home",
|
|
95
|
+
del: "Delete",
|
|
96
|
+
backspace: "Backspace",
|
|
97
|
+
insert: "Insert",
|
|
98
|
+
pageup: "PageUp",
|
|
99
|
+
pagedown: "PageDown",
|
|
100
|
+
shift: "Shift"
|
|
101
|
+
});
|
|
102
|
+
function Q(e) {
|
|
103
|
+
return Object.keys(e);
|
|
104
|
+
}
|
|
105
|
+
function ee(e, t) {
|
|
106
|
+
return t.every((n) => e.hasOwnProperty(n));
|
|
11
107
|
}
|
|
12
|
-
function
|
|
13
|
-
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, o = arguments.length > 2 ? arguments[2] : void 0;
|
|
108
|
+
function te(e, t) {
|
|
14
109
|
const n = {};
|
|
15
|
-
for (const r
|
|
16
|
-
n[r] = e[r];
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
110
|
+
for (const r of t)
|
|
111
|
+
Object.prototype.hasOwnProperty.call(e, r) && (n[r] = e[r]);
|
|
112
|
+
return n;
|
|
113
|
+
}
|
|
114
|
+
function h(e, t, n) {
|
|
115
|
+
const r = /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
|
|
116
|
+
for (const i in e)
|
|
117
|
+
t.some((u) => u instanceof RegExp ? u.test(i) : u === i) && !(n != null && n.some((u) => u === i)) ? r[i] = e[i] : o[i] = e[i];
|
|
118
|
+
return [r, o];
|
|
119
|
+
}
|
|
120
|
+
function z(e, t) {
|
|
121
|
+
const n = {
|
|
122
|
+
...e
|
|
123
|
+
};
|
|
124
|
+
return t.forEach((r) => delete n[r]), n;
|
|
125
|
+
}
|
|
126
|
+
const C = /^on[^a-z]/, ne = (e) => C.test(e), B = ["onAfterscriptexecute", "onAnimationcancel", "onAnimationend", "onAnimationiteration", "onAnimationstart", "onAuxclick", "onBeforeinput", "onBeforescriptexecute", "onChange", "onClick", "onCompositionend", "onCompositionstart", "onCompositionupdate", "onContextmenu", "onCopy", "onCut", "onDblclick", "onFocusin", "onFocusout", "onFullscreenchange", "onFullscreenerror", "onGesturechange", "onGestureend", "onGesturestart", "onGotpointercapture", "onInput", "onKeydown", "onKeypress", "onKeyup", "onLostpointercapture", "onMousedown", "onMousemove", "onMouseout", "onMouseover", "onMouseup", "onMousewheel", "onPaste", "onPointercancel", "onPointerdown", "onPointerenter", "onPointerleave", "onPointermove", "onPointerout", "onPointerover", "onPointerup", "onReset", "onSelect", "onSubmit", "onTouchcancel", "onTouchend", "onTouchmove", "onTouchstart", "onTransitioncancel", "onTransitionend", "onTransitionrun", "onTransitionstart", "onWheel"], K = ["ArrowUp", "ArrowDown", "ArrowRight", "ArrowLeft", "Enter", "Escape", "Tab", " "];
|
|
127
|
+
function re(e) {
|
|
128
|
+
return e.isComposing && K.includes(e.key);
|
|
129
|
+
}
|
|
130
|
+
function oe(e) {
|
|
131
|
+
const [t, n] = h(e, [C]), r = z(t, B), [o, i] = h(n, ["class", "style", "id", "inert", /^data-/]);
|
|
132
|
+
return Object.assign(o, t), Object.assign(i, r), [o, i];
|
|
133
|
+
}
|
|
134
|
+
function ie(e) {
|
|
135
|
+
return e == null ? [] : Array.isArray(e) ? e : [e];
|
|
136
|
+
}
|
|
137
|
+
function ue(e, t) {
|
|
138
|
+
let n = 0;
|
|
139
|
+
const r = function() {
|
|
140
|
+
for (var o = arguments.length, i = new Array(o), u = 0; u < o; u++)
|
|
141
|
+
i[u] = arguments[u];
|
|
142
|
+
clearTimeout(n), n = setTimeout(() => e(...i), M(t));
|
|
143
|
+
};
|
|
144
|
+
return r.clear = () => {
|
|
145
|
+
clearTimeout(n);
|
|
146
|
+
}, r.immediate = e, r;
|
|
147
|
+
}
|
|
148
|
+
function se(e) {
|
|
149
|
+
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0, n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 1;
|
|
150
|
+
return Math.max(t, Math.min(n, e));
|
|
151
|
+
}
|
|
152
|
+
function ce(e) {
|
|
153
|
+
const t = e.toString().trim();
|
|
154
|
+
return t.includes(".") ? t.length - t.indexOf(".") - 1 : 0;
|
|
155
|
+
}
|
|
156
|
+
function ae(e, t) {
|
|
157
|
+
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : "0";
|
|
158
|
+
return e + n.repeat(Math.max(0, t - e.length));
|
|
159
|
+
}
|
|
160
|
+
function fe(e) {
|
|
161
|
+
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 1;
|
|
162
|
+
const n = [];
|
|
163
|
+
let r = 0;
|
|
164
|
+
for (; r < e.length; )
|
|
165
|
+
n.push(e.substr(r, t)), r += t;
|
|
166
|
+
return n;
|
|
167
|
+
}
|
|
168
|
+
function L() {
|
|
169
|
+
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = arguments.length > 2 ? arguments[2] : void 0;
|
|
170
|
+
const r = {};
|
|
171
|
+
for (const o in e)
|
|
172
|
+
r[o] = e[o];
|
|
173
|
+
for (const o in t) {
|
|
174
|
+
const i = e[o], u = t[o];
|
|
175
|
+
if (p(i) && p(u)) {
|
|
176
|
+
r[o] = L(i, u, n);
|
|
21
177
|
continue;
|
|
22
178
|
}
|
|
23
|
-
if (
|
|
24
|
-
|
|
179
|
+
if (n && Array.isArray(i) && Array.isArray(u)) {
|
|
180
|
+
r[o] = n(i, u);
|
|
25
181
|
continue;
|
|
26
182
|
}
|
|
27
|
-
|
|
183
|
+
r[o] = u;
|
|
28
184
|
}
|
|
29
|
-
return
|
|
185
|
+
return r;
|
|
30
186
|
}
|
|
31
|
-
function
|
|
187
|
+
function X(e) {
|
|
188
|
+
return e.map((t) => t.type === y ? X(t.children) : t).flat();
|
|
189
|
+
}
|
|
190
|
+
function m() {
|
|
32
191
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "";
|
|
33
|
-
if (
|
|
34
|
-
return
|
|
192
|
+
if (m.cache.has(e))
|
|
193
|
+
return m.cache.get(e);
|
|
35
194
|
const t = e.replace(/[^a-z]/gi, "-").replace(/\B([A-Z])/g, "-$1").toLowerCase();
|
|
36
|
-
return
|
|
195
|
+
return m.cache.set(e, t), t;
|
|
196
|
+
}
|
|
197
|
+
m.cache = /* @__PURE__ */ new Map();
|
|
198
|
+
function l(e, t) {
|
|
199
|
+
if (!t || typeof t != "object")
|
|
200
|
+
return [];
|
|
201
|
+
if (Array.isArray(t))
|
|
202
|
+
return t.map((n) => l(e, n)).flat(1);
|
|
203
|
+
if (t.suspense)
|
|
204
|
+
return l(e, t.ssContent);
|
|
205
|
+
if (Array.isArray(t.children))
|
|
206
|
+
return t.children.map((n) => l(e, n)).flat(1);
|
|
207
|
+
if (t.component) {
|
|
208
|
+
if (Object.getOwnPropertyDescriptor(t.component.provides, e))
|
|
209
|
+
return [t.component];
|
|
210
|
+
if (t.component.subTree)
|
|
211
|
+
return l(e, t.component.subTree).flat(1);
|
|
212
|
+
}
|
|
213
|
+
return [];
|
|
214
|
+
}
|
|
215
|
+
var a = /* @__PURE__ */ new WeakMap(), c = /* @__PURE__ */ new WeakMap();
|
|
216
|
+
class le {
|
|
217
|
+
constructor(t) {
|
|
218
|
+
d(this, a, []), d(this, c, 0), this.size = t;
|
|
219
|
+
}
|
|
220
|
+
get isFull() {
|
|
221
|
+
return s(a, this).length === this.size;
|
|
222
|
+
}
|
|
223
|
+
push(t) {
|
|
224
|
+
s(a, this)[s(c, this)] = t, g(c, this, (s(c, this) + 1) % this.size);
|
|
225
|
+
}
|
|
226
|
+
values() {
|
|
227
|
+
return s(a, this).slice(s(c, this)).concat(s(a, this).slice(0, s(c, this)));
|
|
228
|
+
}
|
|
229
|
+
clear() {
|
|
230
|
+
s(a, this).length = 0, g(c, this, 0);
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
function me(e) {
|
|
234
|
+
return "touches" in e ? {
|
|
235
|
+
clientX: e.touches[0].clientX,
|
|
236
|
+
clientY: e.touches[0].clientY
|
|
237
|
+
} : {
|
|
238
|
+
clientX: e.clientX,
|
|
239
|
+
clientY: e.clientY
|
|
240
|
+
};
|
|
241
|
+
}
|
|
242
|
+
function de(e) {
|
|
243
|
+
const t = b({});
|
|
244
|
+
O(() => {
|
|
245
|
+
const r = e();
|
|
246
|
+
for (const o in r)
|
|
247
|
+
t[o] = r[o];
|
|
248
|
+
}, {
|
|
249
|
+
flush: "sync"
|
|
250
|
+
});
|
|
251
|
+
const n = {};
|
|
252
|
+
for (const r in t)
|
|
253
|
+
n[r] = v(() => t[r]);
|
|
254
|
+
return n;
|
|
255
|
+
}
|
|
256
|
+
function ge(e, t) {
|
|
257
|
+
return e.includes(t);
|
|
258
|
+
}
|
|
259
|
+
function pe(e) {
|
|
260
|
+
return e[2].toLowerCase() + e.slice(3);
|
|
261
|
+
}
|
|
262
|
+
const he = () => [Function, Array];
|
|
263
|
+
function ye(e, t) {
|
|
264
|
+
return t = "on" + T(t), !!(e[t] || e[`${t}Once`] || e[`${t}Capture`] || e[`${t}OnceCapture`] || e[`${t}CaptureOnce`]);
|
|
265
|
+
}
|
|
266
|
+
function we(e) {
|
|
267
|
+
for (var t = arguments.length, n = new Array(t > 1 ? t - 1 : 0), r = 1; r < t; r++)
|
|
268
|
+
n[r - 1] = arguments[r];
|
|
269
|
+
if (Array.isArray(e))
|
|
270
|
+
for (const o of e)
|
|
271
|
+
o(...n);
|
|
272
|
+
else
|
|
273
|
+
typeof e == "function" && e(...n);
|
|
274
|
+
}
|
|
275
|
+
function Y(e) {
|
|
276
|
+
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0;
|
|
277
|
+
const n = ["button", "[href]", 'input:not([type="hidden"])', "select", "textarea", "details:not(:has(> summary))", "details > summary", "[tabindex]", '[contenteditable]:not([contenteditable="false"])', "audio[controls]", "video[controls]"].map((o) => `${o}${t ? ':not([tabindex="-1"])' : ""}:not([disabled], [inert])`).join(", ");
|
|
278
|
+
let r;
|
|
279
|
+
try {
|
|
280
|
+
r = [...e.querySelectorAll(n)];
|
|
281
|
+
} catch (o) {
|
|
282
|
+
return $(String(o)), [];
|
|
283
|
+
}
|
|
284
|
+
return r.filter((o) => !o.closest("[inert]")).filter((o) => !!o.offsetParent || o.getClientRects().length > 0).filter((o) => {
|
|
285
|
+
var i, u;
|
|
286
|
+
return !((i = o.parentElement) != null && i.closest("details:not([open])")) || o.tagName === "SUMMARY" && ((u = o.parentElement) == null ? void 0 : u.tagName) === "DETAILS";
|
|
287
|
+
});
|
|
288
|
+
}
|
|
289
|
+
function V(e, t, n) {
|
|
290
|
+
let r, o = e.indexOf(document.activeElement);
|
|
291
|
+
const i = t === "next" ? 1 : -1;
|
|
292
|
+
do
|
|
293
|
+
o += i, r = e[o];
|
|
294
|
+
while ((!r || r.offsetParent == null || !((n == null ? void 0 : n(r)) ?? !0)) && o < e.length && o >= 0);
|
|
295
|
+
return r;
|
|
296
|
+
}
|
|
297
|
+
function W(e, t) {
|
|
298
|
+
var r, o, i, u;
|
|
299
|
+
const n = Y(e);
|
|
300
|
+
if (t == null)
|
|
301
|
+
(e === document.activeElement || !e.contains(document.activeElement)) && ((r = n[0]) == null || r.focus());
|
|
302
|
+
else if (t === "first")
|
|
303
|
+
(o = n[0]) == null || o.focus();
|
|
304
|
+
else if (t === "last")
|
|
305
|
+
(i = n.at(-1)) == null || i.focus();
|
|
306
|
+
else if (typeof t == "number")
|
|
307
|
+
(u = n[t]) == null || u.focus();
|
|
308
|
+
else {
|
|
309
|
+
const f = V(n, t);
|
|
310
|
+
f ? f.focus() : W(e, t === "next" ? "first" : "last");
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
function Ae() {
|
|
314
|
+
}
|
|
315
|
+
function Pe(e, t) {
|
|
316
|
+
if (!(w && typeof CSS < "u" && typeof CSS.supports < "u" && CSS.supports(`selector(${t})`)))
|
|
317
|
+
return null;
|
|
318
|
+
try {
|
|
319
|
+
return !!e && e.matches(t);
|
|
320
|
+
} catch {
|
|
321
|
+
return null;
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
function j(e) {
|
|
325
|
+
return e.some((t) => S(t) ? t.type === R ? !1 : t.type !== y || j(t.children) : !0) ? e : null;
|
|
326
|
+
}
|
|
327
|
+
function Ce(e, t) {
|
|
328
|
+
if (!w || e === 0)
|
|
329
|
+
return t(), () => {
|
|
330
|
+
};
|
|
331
|
+
const n = window.setTimeout(t, e);
|
|
332
|
+
return () => window.clearTimeout(n);
|
|
333
|
+
}
|
|
334
|
+
function Ee(e, t) {
|
|
335
|
+
const n = e.clientX, r = e.clientY, o = t.getBoundingClientRect(), i = o.left, u = o.top, f = o.right, E = o.bottom;
|
|
336
|
+
return n >= i && n <= f && r >= u && r <= E;
|
|
337
|
+
}
|
|
338
|
+
function be() {
|
|
339
|
+
const e = x(), t = (n) => {
|
|
340
|
+
e.value = n;
|
|
341
|
+
};
|
|
342
|
+
return Object.defineProperty(t, "value", {
|
|
343
|
+
enumerable: !0,
|
|
344
|
+
get: () => e.value,
|
|
345
|
+
set: (n) => e.value = n
|
|
346
|
+
}), Object.defineProperty(t, "el", {
|
|
347
|
+
enumerable: !0,
|
|
348
|
+
get: () => N(e.value)
|
|
349
|
+
}), t;
|
|
350
|
+
}
|
|
351
|
+
function Oe(e) {
|
|
352
|
+
const t = e.key.length === 1, n = !e.ctrlKey && !e.metaKey && !e.altKey;
|
|
353
|
+
return t && n;
|
|
354
|
+
}
|
|
355
|
+
function ve(e) {
|
|
356
|
+
return typeof e == "string" || typeof e == "number" || typeof e == "boolean" || typeof e == "bigint";
|
|
357
|
+
}
|
|
358
|
+
function Te(e) {
|
|
359
|
+
return "\\^$*+?.()|{}[]".includes(e) ? `\\${e}` : e;
|
|
360
|
+
}
|
|
361
|
+
function Se(e) {
|
|
362
|
+
const t = {};
|
|
363
|
+
for (const n in e)
|
|
364
|
+
t[F(n)] = e[n];
|
|
365
|
+
return t;
|
|
366
|
+
}
|
|
367
|
+
function Re(e) {
|
|
368
|
+
const t = ["checked", "disabled"];
|
|
369
|
+
return Object.fromEntries(Object.entries(e).filter((n) => {
|
|
370
|
+
let [r, o] = n;
|
|
371
|
+
return t.includes(r) ? !!o : o !== void 0;
|
|
372
|
+
}));
|
|
37
373
|
}
|
|
38
|
-
u.cache = /* @__PURE__ */ new Map();
|
|
39
374
|
export {
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
375
|
+
le as CircularBuffer,
|
|
376
|
+
he as EventProp,
|
|
377
|
+
we as callEvent,
|
|
378
|
+
Se as camelizeProps,
|
|
379
|
+
Oe as checkPrintable,
|
|
380
|
+
fe as chunk,
|
|
381
|
+
se as clamp,
|
|
382
|
+
H as convertToUnit,
|
|
383
|
+
q as createRange,
|
|
384
|
+
ue as debounce,
|
|
385
|
+
Ce as defer,
|
|
386
|
+
de as destructComputed,
|
|
387
|
+
j as ensureValidVNode,
|
|
388
|
+
Te as escapeForRegex,
|
|
389
|
+
pe as eventName,
|
|
390
|
+
oe as filterInputAttrs,
|
|
391
|
+
l as findChildrenWithProvide,
|
|
392
|
+
X as flattenFragments,
|
|
393
|
+
W as focusChild,
|
|
394
|
+
Y as focusableChildren,
|
|
395
|
+
ce as getDecimals,
|
|
396
|
+
me as getEventCoordinates,
|
|
397
|
+
P as getNestedValue,
|
|
398
|
+
V as getNextElement,
|
|
399
|
+
D as getObjectValueByPath,
|
|
400
|
+
_ as getPropertyFromItem,
|
|
401
|
+
ee as has,
|
|
402
|
+
ye as hasEvent,
|
|
403
|
+
ge as includes,
|
|
404
|
+
Ee as isClickInsideElement,
|
|
405
|
+
re as isComposingIgnoreKey,
|
|
406
|
+
Z as isObject,
|
|
407
|
+
ne as isOn,
|
|
408
|
+
p as isPlainObject,
|
|
409
|
+
ve as isPrimitive,
|
|
410
|
+
J as keyValues,
|
|
411
|
+
Q as keys,
|
|
412
|
+
Pe as matchesSelector,
|
|
413
|
+
L as mergeDeep,
|
|
414
|
+
Ae as noop,
|
|
415
|
+
z as omit,
|
|
416
|
+
Re as onlyDefinedProps,
|
|
417
|
+
ae as padEnd,
|
|
418
|
+
te as pick,
|
|
419
|
+
h as pickWithRest,
|
|
420
|
+
N as refElement,
|
|
421
|
+
be as templateRef,
|
|
422
|
+
m as toKebabCase,
|
|
423
|
+
ie as wrapInArray
|
|
44
424
|
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
function h(l, i) {
|
|
2
|
+
let u = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {
|
|
3
|
+
leading: !0,
|
|
4
|
+
trailing: !0
|
|
5
|
+
}, t = 0, s = 0, r = !1, e = 0;
|
|
6
|
+
function m() {
|
|
7
|
+
clearTimeout(t), r = !1, e = 0;
|
|
8
|
+
}
|
|
9
|
+
const a = function() {
|
|
10
|
+
for (var c = arguments.length, f = new Array(c), n = 0; n < c; n++)
|
|
11
|
+
f[n] = arguments[n];
|
|
12
|
+
clearTimeout(t);
|
|
13
|
+
const g = Date.now();
|
|
14
|
+
e || (e = g);
|
|
15
|
+
const d = g - Math.max(e, s);
|
|
16
|
+
function o() {
|
|
17
|
+
s = Date.now(), t = setTimeout(m, i), l(...f);
|
|
18
|
+
}
|
|
19
|
+
r ? d >= i ? o() : u.trailing && (t = setTimeout(o, i - d)) : (r = !0, u.leading && o());
|
|
20
|
+
};
|
|
21
|
+
return a.clear = m, a.immediate = l, a;
|
|
22
|
+
}
|
|
23
|
+
export {
|
|
24
|
+
h as throttle
|
|
25
|
+
};
|