bt-core-app 2.2.9 → 2.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/defaults.mjs +45 -70
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +40 -73
- package/dist/bt-core/core/node_modules/vuetify/lib/util/console.mjs +4 -12
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getCurrentInstance.mjs +6 -13
- package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +28 -408
- package/dist/components/BT-Assistant-Menu.vue.mjs +407 -420
- 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 +100 -110
- package/dist/components/BT-Blade-Items.vue.mjs +1 -1
- package/dist/components/BT-Blade-Items.vue2.mjs +399 -411
- package/dist/components/BT-Blade-Steps.vue.mjs +2 -2
- package/dist/components/BT-Blade-Steps.vue2.mjs +626 -641
- package/dist/components/BT-Blade.vue.mjs +192 -201
- package/dist/components/BT-Btn.vue.mjs +25 -23
- package/dist/components/BT-Camera-Overlay.vue.mjs +142 -144
- package/dist/components/BT-Col.vue.mjs +19 -17
- package/dist/components/BT-Color-Picker-Menu.vue.mjs +49 -51
- package/dist/components/BT-Cosmetics-Menu.vue.mjs +173 -180
- package/dist/components/BT-Cron.vue.mjs +249 -264
- package/dist/components/BT-Date-Select.vue.mjs +47 -46
- 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 +19 -22
- package/dist/components/BT-Dialog-Number.vue.mjs +121 -125
- package/dist/components/BT-Dialog-Select.vue.mjs +85 -96
- package/dist/components/BT-Divider.vue.mjs +21 -20
- 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 +27 -26
- package/dist/components/BT-Field-Checkbox.vue.mjs +31 -30
- package/dist/components/BT-Field-Date.vue.mjs +84 -87
- package/dist/components/BT-Field-Entity.vue.mjs +16 -20
- package/dist/components/BT-Field-Select-Simple.vue.mjs +26 -24
- package/dist/components/BT-Field-Select.vue.mjs +34 -32
- package/dist/components/BT-Field-String.vue.mjs +52 -54
- package/dist/components/BT-Field-Switch.vue.mjs +43 -44
- package/dist/components/BT-Field-Tags.vue.mjs +55 -57
- package/dist/components/BT-Field-Textarea.vue.mjs +43 -44
- package/dist/components/BT-Field-Trigger.vue.mjs +270 -276
- package/dist/components/BT-Field.vue.mjs +38 -39
- package/dist/components/BT-Form-Builder.vue.mjs +325 -346
- package/dist/components/BT-Form-Field.vue.mjs +81 -88
- package/dist/components/BT-Form.vue.mjs +269 -280
- package/dist/components/BT-Header-Option.vue.mjs +19 -21
- package/dist/components/BT-Image-Select.vue.mjs +177 -186
- package/dist/components/BT-Json.vue.mjs +30 -29
- package/dist/components/BT-Loader.vue.mjs +31 -32
- package/dist/components/BT-Nav-Sidebar.vue.mjs +124 -130
- package/dist/components/BT-Number.vue.mjs +1 -1
- package/dist/components/BT-Number.vue2.mjs +19 -17
- package/dist/components/BT-Numpad.vue.mjs +144 -147
- package/dist/components/BT-Select-List-Box.vue.mjs +276 -287
- package/dist/components/BT-Select-Simple.vue.mjs +23 -21
- package/dist/components/BT-Select.vue.mjs +37 -36
- package/dist/components/BT-Signature-Overlay.vue.mjs +112 -113
- package/dist/components/BT-Signature.vue.mjs +96 -96
- package/dist/components/BT-Slider.vue.mjs +103 -109
- package/dist/components/BT-Square-Check.vue.mjs +65 -65
- package/dist/components/BT-Status-Item.vue.mjs +16 -18
- package/dist/components/BT-Tags.vue.mjs +22 -21
- package/dist/components/BT-Tour.vue.mjs +65 -69
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/_virtual/VAlert.sass.mjs +0 -1
- package/dist/_virtual/VAvatar.sass.mjs +0 -1
- package/dist/_virtual/VBtn.sass.mjs +0 -1
- package/dist/_virtual/VBtnGroup.sass.mjs +0 -1
- package/dist/_virtual/VBtnToggle.sass.mjs +0 -1
- package/dist/_virtual/VCard.sass.mjs +0 -1
- package/dist/_virtual/VCheckbox.sass.mjs +0 -1
- package/dist/_virtual/VChip.sass.mjs +0 -1
- package/dist/_virtual/VChipGroup.sass.mjs +0 -1
- package/dist/_virtual/VColorPicker.sass.mjs +0 -1
- package/dist/_virtual/VColorPickerCanvas.sass.mjs +0 -1
- package/dist/_virtual/VColorPickerEdit.sass.mjs +0 -1
- package/dist/_virtual/VColorPickerPreview.sass.mjs +0 -1
- package/dist/_virtual/VColorPickerSwatches.sass.mjs +0 -1
- package/dist/_virtual/VCombobox.sass.mjs +0 -1
- package/dist/_virtual/VContainer.sass.mjs +0 -1
- package/dist/_virtual/VCounter.sass.mjs +0 -1
- package/dist/_virtual/VDialog.sass.mjs +0 -1
- package/dist/_virtual/VDivider.sass.mjs +0 -1
- package/dist/_virtual/VField.sass.mjs +0 -1
- package/dist/_virtual/VGrid.sass.mjs +0 -1
- package/dist/_virtual/VIcon.sass.mjs +0 -1
- package/dist/_virtual/VImg.sass.mjs +0 -1
- package/dist/_virtual/VInput.sass.mjs +0 -1
- package/dist/_virtual/VLabel.sass.mjs +0 -1
- package/dist/_virtual/VList.sass.mjs +0 -1
- package/dist/_virtual/VListItem.sass.mjs +0 -1
- package/dist/_virtual/VMenu.sass.mjs +0 -1
- package/dist/_virtual/VMessages.sass.mjs +0 -1
- package/dist/_virtual/VNavigationDrawer.sass.mjs +0 -1
- package/dist/_virtual/VOverlay.sass.mjs +0 -1
- package/dist/_virtual/VPagination.sass.mjs +0 -1
- package/dist/_virtual/VPicker.sass.mjs +0 -1
- package/dist/_virtual/VProgressCircular.sass.mjs +0 -1
- package/dist/_virtual/VProgressLinear.sass.mjs +0 -1
- package/dist/_virtual/VRating.sass.mjs +0 -1
- package/dist/_virtual/VResponsive.sass.mjs +0 -1
- package/dist/_virtual/VRipple.sass.mjs +0 -1
- package/dist/_virtual/VSelect.sass.mjs +0 -1
- package/dist/_virtual/VSelectionControl.sass.mjs +0 -1
- package/dist/_virtual/VSelectionControlGroup.sass.mjs +0 -1
- package/dist/_virtual/VSheet.sass.mjs +0 -1
- package/dist/_virtual/VSlideGroup.sass.mjs +0 -1
- package/dist/_virtual/VSlider.sass.mjs +0 -1
- package/dist/_virtual/VSliderThumb.sass.mjs +0 -1
- package/dist/_virtual/VSliderTrack.sass.mjs +0 -1
- package/dist/_virtual/VSpacer.sass.mjs +0 -1
- package/dist/_virtual/VSwitch.sass.mjs +0 -1
- package/dist/_virtual/VTab.sass.mjs +0 -1
- package/dist/_virtual/VTable.sass.mjs +0 -1
- package/dist/_virtual/VTabs.sass.mjs +0 -1
- package/dist/_virtual/VTextField.sass.mjs +0 -1
- package/dist/_virtual/VTextarea.sass.mjs +0 -1
- package/dist/_virtual/VToolbar.sass.mjs +0 -1
- package/dist/_virtual/VVirtualScroll.sass.mjs +0 -1
- package/dist/_virtual/VWindow.sass.mjs +0 -1
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +0 -196
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +0 -5
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +0 -92
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +0 -220
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +0 -68
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +0 -57
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +0 -180
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +0 -32
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +0 -118
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +0 -29
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +0 -29
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +0 -5
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +0 -74
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +0 -53
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +0 -263
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +0 -87
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +0 -161
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +0 -166
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +0 -97
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +0 -123
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +0 -72
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +0 -193
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +0 -501
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +0 -51
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +0 -39
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +0 -103
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +0 -82
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +0 -295
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +0 -28
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +0 -53
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +0 -98
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +0 -41
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +0 -104
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +0 -6
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +0 -41
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +0 -77
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +0 -248
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +0 -40
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +0 -154
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +0 -36
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +0 -281
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +0 -104
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +0 -129
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +0 -312
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +0 -29
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +0 -5
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +0 -50
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +0 -38
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +0 -132
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +0 -4
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +0 -55
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +0 -247
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +0 -44
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +0 -100
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +0 -291
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +0 -292
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +0 -15
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +0 -91
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +0 -179
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +0 -42
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +0 -315
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +0 -129
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +0 -195
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +0 -53
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +0 -217
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +0 -56
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +0 -475
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +0 -57
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +0 -183
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +0 -106
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +0 -61
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +0 -287
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +0 -54
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +0 -159
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +0 -176
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +0 -109
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +0 -242
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +0 -172
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +0 -66
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +0 -126
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +0 -153
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +0 -48
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +0 -29
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +0 -4
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +0 -204
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +0 -258
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +0 -167
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +0 -38
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +0 -37
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +0 -106
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +0 -47
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +0 -211
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +0 -93
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +0 -113
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +0 -136
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +0 -52
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +0 -22
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +0 -21
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +0 -14
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +0 -19
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +0 -69
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +0 -11
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +0 -34
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +0 -20
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +0 -23
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +0 -32
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +0 -25
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +0 -125
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +0 -31
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +0 -54
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +0 -97
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +0 -112
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +0 -78
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +0 -86
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +0 -169
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +0 -20
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +0 -21
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +0 -24
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +0 -43
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +0 -21
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +0 -120
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +0 -38
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +0 -22
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +0 -49
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +0 -24
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +0 -102
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +0 -315
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +0 -60
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +0 -206
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +0 -22
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +0 -35
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +0 -15
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +0 -26
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +0 -21
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +0 -30
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +0 -97
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +0 -12
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +0 -16
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +0 -27
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +0 -17
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +0 -39
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +0 -10
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +0 -21
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +0 -32
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +0 -19
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +0 -73
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +0 -34
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +0 -139
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +0 -53
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +0 -164
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +0 -62
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +0 -41
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +0 -183
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +0 -89
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +0 -77
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +0 -5
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +0 -15
- package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +0 -53
- package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +0 -44
- package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +0 -36
- package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +0 -73
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +0 -19
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +0 -16
- package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +0 -224
- package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +0 -31
- package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +0 -37
- package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +0 -14
- package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +0 -23
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +0 -34
- package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +0 -8
- package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +0 -11
- package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +0 -25
- package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +0 -8
|
@@ -1,164 +0,0 @@
|
|
|
1
|
-
import { useDisplay as Y } from "./display.mjs";
|
|
2
|
-
import { useResizeObserver as Z } from "./resizeObserver.mjs";
|
|
3
|
-
import { shallowRef as g, watchEffect as _, ref as q, computed as x, watch as H, onScopeDispose as $, nextTick as ee } from "vue";
|
|
4
|
-
import { clamp as P, getPropertyFromItem as te, debounce as le } from "../util/helpers.mjs";
|
|
5
|
-
import { propsFactory as ne } from "../util/propsFactory.mjs";
|
|
6
|
-
import { IN_BROWSER as oe } from "../util/globals.mjs";
|
|
7
|
-
const ae = -1, re = 1, k = 100, pe = ne({
|
|
8
|
-
itemHeight: {
|
|
9
|
-
type: [Number, String],
|
|
10
|
-
default: null
|
|
11
|
-
},
|
|
12
|
-
itemKey: {
|
|
13
|
-
type: [String, Array, Function],
|
|
14
|
-
default: null
|
|
15
|
-
},
|
|
16
|
-
height: [Number, String]
|
|
17
|
-
}, "virtual");
|
|
18
|
-
function ge(i, l) {
|
|
19
|
-
const s = Y(), o = g(0);
|
|
20
|
-
_(() => {
|
|
21
|
-
o.value = parseFloat(i.itemHeight || 0);
|
|
22
|
-
});
|
|
23
|
-
const a = g(0), r = g(Math.ceil(
|
|
24
|
-
// Assume 16px items filling the entire screen height if
|
|
25
|
-
// not provided. This is probably incorrect but it minimises
|
|
26
|
-
// the chance of ending up with empty space at the bottom.
|
|
27
|
-
// The default value is set here to avoid poisoning getSize()
|
|
28
|
-
(parseInt(i.height) || s.height.value) / (o.value || 16)
|
|
29
|
-
) || 1), d = g(0), z = g(0), c = q(), p = q();
|
|
30
|
-
let b = 0;
|
|
31
|
-
const {
|
|
32
|
-
resizeRef: B,
|
|
33
|
-
contentRect: K
|
|
34
|
-
} = Z();
|
|
35
|
-
_(() => {
|
|
36
|
-
B.value = c.value;
|
|
37
|
-
});
|
|
38
|
-
const y = x(() => {
|
|
39
|
-
var e;
|
|
40
|
-
return c.value === document.documentElement ? s.height.value : ((e = K.value) == null ? void 0 : e.height) || parseInt(i.height) || 0;
|
|
41
|
-
}), U = x(() => !!(c.value && p.value && y.value && o.value));
|
|
42
|
-
let I = Array.from({
|
|
43
|
-
length: l.value.length
|
|
44
|
-
}), v = Array.from({
|
|
45
|
-
length: l.value.length
|
|
46
|
-
});
|
|
47
|
-
const F = g(0);
|
|
48
|
-
let O = -1;
|
|
49
|
-
function W(e) {
|
|
50
|
-
return I[e] || o.value;
|
|
51
|
-
}
|
|
52
|
-
const R = le(() => {
|
|
53
|
-
const e = performance.now();
|
|
54
|
-
v[0] = 0;
|
|
55
|
-
const t = l.value.length;
|
|
56
|
-
for (let n = 1; n <= t; n++)
|
|
57
|
-
v[n] = (v[n - 1] || 0) + W(n - 1);
|
|
58
|
-
F.value = Math.max(F.value, performance.now() - e);
|
|
59
|
-
}, F), C = H(U, (e) => {
|
|
60
|
-
e && (C(), b = p.value.offsetTop, R.immediate(), m(), ~O && ee(() => {
|
|
61
|
-
oe && window.requestAnimationFrame(() => {
|
|
62
|
-
N(O), O = -1;
|
|
63
|
-
});
|
|
64
|
-
}));
|
|
65
|
-
});
|
|
66
|
-
$(() => {
|
|
67
|
-
R.clear();
|
|
68
|
-
});
|
|
69
|
-
function X(e, t) {
|
|
70
|
-
const n = I[e], u = o.value;
|
|
71
|
-
o.value = u ? Math.min(o.value, t) : t, (n !== t || u !== o.value) && (I[e] = t, R());
|
|
72
|
-
}
|
|
73
|
-
function f(e) {
|
|
74
|
-
e = P(e, 0, l.value.length);
|
|
75
|
-
const t = Math.floor(e), n = e % 1, u = t + 1, T = v[t] || 0, h = v[u] || T;
|
|
76
|
-
return T + (h - T) * n;
|
|
77
|
-
}
|
|
78
|
-
function D(e) {
|
|
79
|
-
return ue(v, e);
|
|
80
|
-
}
|
|
81
|
-
let S = 0, w = 0, A = 0;
|
|
82
|
-
H(y, (e, t) => {
|
|
83
|
-
m(), e < t && requestAnimationFrame(() => {
|
|
84
|
-
w = 0, m();
|
|
85
|
-
});
|
|
86
|
-
});
|
|
87
|
-
let M = -1;
|
|
88
|
-
function j() {
|
|
89
|
-
if (!c.value || !p.value)
|
|
90
|
-
return;
|
|
91
|
-
const e = c.value.scrollTop, t = performance.now();
|
|
92
|
-
t - A > 500 ? (w = Math.sign(e - S), b = p.value.offsetTop) : w = e - S, S = e, A = t, window.clearTimeout(M), M = window.setTimeout(V, 500), m();
|
|
93
|
-
}
|
|
94
|
-
function V() {
|
|
95
|
-
!c.value || !p.value || (w = 0, A = 0, window.clearTimeout(M), m());
|
|
96
|
-
}
|
|
97
|
-
let E = -1;
|
|
98
|
-
function m() {
|
|
99
|
-
cancelAnimationFrame(E), E = requestAnimationFrame(G);
|
|
100
|
-
}
|
|
101
|
-
function G() {
|
|
102
|
-
if (!c.value || !y.value || !o.value)
|
|
103
|
-
return;
|
|
104
|
-
const e = S - b, t = Math.sign(w), n = Math.max(0, e - k), u = P(D(n), 0, l.value.length), T = e + y.value + k, h = P(D(T) + 1, u + 1, l.value.length);
|
|
105
|
-
if (
|
|
106
|
-
// Only update the side we're scrolling towards,
|
|
107
|
-
// the other side will be updated incidentally
|
|
108
|
-
(t !== ae || u < a.value) && (t !== re || h > r.value)
|
|
109
|
-
) {
|
|
110
|
-
const L = f(a.value) - f(u), Q = f(h) - f(r.value);
|
|
111
|
-
Math.max(L, Q) > k ? (a.value = u, r.value = h) : (u <= 0 && (a.value = u), h >= l.value.length && (r.value = h));
|
|
112
|
-
}
|
|
113
|
-
d.value = f(a.value), z.value = f(l.value.length) - f(r.value);
|
|
114
|
-
}
|
|
115
|
-
function N(e) {
|
|
116
|
-
const t = f(e);
|
|
117
|
-
!c.value || e && !t ? O = e : c.value.scrollTop = t;
|
|
118
|
-
}
|
|
119
|
-
const J = x(() => l.value.slice(a.value, r.value).map((e, t) => {
|
|
120
|
-
const n = t + a.value;
|
|
121
|
-
return {
|
|
122
|
-
raw: e,
|
|
123
|
-
index: n,
|
|
124
|
-
key: te(e, i.itemKey, n)
|
|
125
|
-
};
|
|
126
|
-
}));
|
|
127
|
-
return H(l, () => {
|
|
128
|
-
I = Array.from({
|
|
129
|
-
length: l.value.length
|
|
130
|
-
}), v = Array.from({
|
|
131
|
-
length: l.value.length
|
|
132
|
-
}), R.immediate(), m();
|
|
133
|
-
}, {
|
|
134
|
-
deep: 1
|
|
135
|
-
}), {
|
|
136
|
-
calculateVisibleItems: m,
|
|
137
|
-
containerRef: c,
|
|
138
|
-
markerRef: p,
|
|
139
|
-
computedItems: J,
|
|
140
|
-
paddingTop: d,
|
|
141
|
-
paddingBottom: z,
|
|
142
|
-
scrollToIndex: N,
|
|
143
|
-
handleScroll: j,
|
|
144
|
-
handleScrollend: V,
|
|
145
|
-
handleItemResize: X
|
|
146
|
-
};
|
|
147
|
-
}
|
|
148
|
-
function ue(i, l) {
|
|
149
|
-
let s = i.length - 1, o = 0, a = 0, r = null, d = -1;
|
|
150
|
-
if (i[s] < l)
|
|
151
|
-
return s;
|
|
152
|
-
for (; o <= s; )
|
|
153
|
-
if (a = o + s >> 1, r = i[a], r > l)
|
|
154
|
-
s = a - 1;
|
|
155
|
-
else if (r < l)
|
|
156
|
-
d = a, o = a + 1;
|
|
157
|
-
else
|
|
158
|
-
return r === l ? a : o;
|
|
159
|
-
return d;
|
|
160
|
-
}
|
|
161
|
-
export {
|
|
162
|
-
pe as makeVirtualProps,
|
|
163
|
-
ge as useVirtual
|
|
164
|
-
};
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { attachedRoot as i } from "../../util/dom.mjs";
|
|
2
|
-
function r() {
|
|
3
|
-
return !0;
|
|
4
|
-
}
|
|
5
|
-
function a(t, o, e) {
|
|
6
|
-
if (!t || d(t, e) === !1)
|
|
7
|
-
return !1;
|
|
8
|
-
const c = i(o);
|
|
9
|
-
if (typeof ShadowRoot < "u" && c instanceof ShadowRoot && c.host === t.target)
|
|
10
|
-
return !1;
|
|
11
|
-
const s = (typeof e.value == "object" && e.value.include || (() => []))();
|
|
12
|
-
return s.push(o), !s.some((u) => u == null ? void 0 : u.contains(t.target));
|
|
13
|
-
}
|
|
14
|
-
function d(t, o) {
|
|
15
|
-
return (typeof o.value == "object" && o.value.closeConditional || r)(t);
|
|
16
|
-
}
|
|
17
|
-
function f(t, o, e) {
|
|
18
|
-
const c = typeof e.value == "function" ? e.value : e.value.handler;
|
|
19
|
-
t.shadowTarget = t.target, o._clickOutside.lastMousedownWasOutside && a(t, o, e) && setTimeout(() => {
|
|
20
|
-
d(t, e) && c && c(t);
|
|
21
|
-
}, 0);
|
|
22
|
-
}
|
|
23
|
-
function n(t, o) {
|
|
24
|
-
const e = i(t);
|
|
25
|
-
o(document), typeof ShadowRoot < "u" && e instanceof ShadowRoot && o(e);
|
|
26
|
-
}
|
|
27
|
-
const l = {
|
|
28
|
-
// [data-app] may not be found
|
|
29
|
-
// if using bind, inserted makes
|
|
30
|
-
// sure that the root element is
|
|
31
|
-
// available, iOS does not support
|
|
32
|
-
// clicks on body
|
|
33
|
-
mounted(t, o) {
|
|
34
|
-
const e = (s) => f(s, t, o), c = (s) => {
|
|
35
|
-
t._clickOutside.lastMousedownWasOutside = a(s, t, o);
|
|
36
|
-
};
|
|
37
|
-
n(t, (s) => {
|
|
38
|
-
s.addEventListener("click", e, !0), s.addEventListener("mousedown", c, !0);
|
|
39
|
-
}), t._clickOutside || (t._clickOutside = {
|
|
40
|
-
lastMousedownWasOutside: !1
|
|
41
|
-
}), t._clickOutside[o.instance.$.uid] = {
|
|
42
|
-
onClick: e,
|
|
43
|
-
onMousedown: c
|
|
44
|
-
};
|
|
45
|
-
},
|
|
46
|
-
beforeUnmount(t, o) {
|
|
47
|
-
t._clickOutside && (n(t, (e) => {
|
|
48
|
-
var u;
|
|
49
|
-
if (!e || !((u = t._clickOutside) != null && u[o.instance.$.uid]))
|
|
50
|
-
return;
|
|
51
|
-
const {
|
|
52
|
-
onClick: c,
|
|
53
|
-
onMousedown: s
|
|
54
|
-
} = t._clickOutside[o.instance.$.uid];
|
|
55
|
-
e.removeEventListener("click", c, !0), e.removeEventListener("mousedown", s, !0);
|
|
56
|
-
}), delete t._clickOutside[o.instance.$.uid]);
|
|
57
|
-
}
|
|
58
|
-
}, k = l;
|
|
59
|
-
export {
|
|
60
|
-
l as ClickOutside,
|
|
61
|
-
k as default
|
|
62
|
-
};
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { SUPPORTS_INTERSECTION as _ } from "../../util/globals.mjs";
|
|
2
|
-
function f(e, t) {
|
|
3
|
-
if (!_)
|
|
4
|
-
return;
|
|
5
|
-
const s = t.modifiers || {}, n = t.value, {
|
|
6
|
-
handler: u,
|
|
7
|
-
options: d
|
|
8
|
-
} = typeof n == "object" ? n : {
|
|
9
|
-
handler: n,
|
|
10
|
-
options: {}
|
|
11
|
-
}, c = new IntersectionObserver(function() {
|
|
12
|
-
var v;
|
|
13
|
-
let a = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], m = arguments.length > 1 ? arguments[1] : void 0;
|
|
14
|
-
const r = (v = e._observe) == null ? void 0 : v[t.instance.$.uid];
|
|
15
|
-
if (!r)
|
|
16
|
-
return;
|
|
17
|
-
const o = a.some((b) => b.isIntersecting);
|
|
18
|
-
u && (!s.quiet || r.init) && (!s.once || o || r.init) && u(o, a, m), o && s.once ? i(e, t) : r.init = !0;
|
|
19
|
-
}, d);
|
|
20
|
-
e._observe = Object(e._observe), e._observe[t.instance.$.uid] = {
|
|
21
|
-
init: !1,
|
|
22
|
-
observer: c
|
|
23
|
-
}, c.observe(e);
|
|
24
|
-
}
|
|
25
|
-
function i(e, t) {
|
|
26
|
-
var n;
|
|
27
|
-
const s = (n = e._observe) == null ? void 0 : n[t.instance.$.uid];
|
|
28
|
-
s && (s.observer.unobserve(e), delete e._observe[t.instance.$.uid]);
|
|
29
|
-
}
|
|
30
|
-
const I = {
|
|
31
|
-
mounted: f,
|
|
32
|
-
unmounted: i,
|
|
33
|
-
updated: (e, t) => {
|
|
34
|
-
var s;
|
|
35
|
-
(s = e._observe) != null && s[t.instance.$.uid] && (i(e, t), f(e, t));
|
|
36
|
-
}
|
|
37
|
-
}, $ = I;
|
|
38
|
-
export {
|
|
39
|
-
I as Intersect,
|
|
40
|
-
$ as default
|
|
41
|
-
};
|
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
import "../../../../../../../_virtual/VRipple.sass.mjs";
|
|
2
|
-
import { isObject as R } from "../../util/helpers.mjs";
|
|
3
|
-
const E = Symbol("rippleStop"), S = 80;
|
|
4
|
-
function y(e, t) {
|
|
5
|
-
e.style.transform = t, e.style.webkitTransform = t;
|
|
6
|
-
}
|
|
7
|
-
function L(e) {
|
|
8
|
-
return e.constructor.name === "TouchEvent";
|
|
9
|
-
}
|
|
10
|
-
function T(e) {
|
|
11
|
-
return e.constructor.name === "KeyboardEvent";
|
|
12
|
-
}
|
|
13
|
-
const x = function(e, t) {
|
|
14
|
-
var u;
|
|
15
|
-
let i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, s = 0, r = 0;
|
|
16
|
-
if (!T(e)) {
|
|
17
|
-
const d = t.getBoundingClientRect(), l = L(e) ? e.touches[e.touches.length - 1] : e;
|
|
18
|
-
s = l.clientX - d.left, r = l.clientY - d.top;
|
|
19
|
-
}
|
|
20
|
-
let n = 0, o = 0.3;
|
|
21
|
-
(u = t._ripple) != null && u.circle ? (o = 0.15, n = t.clientWidth / 2, n = i.center ? n : n + Math.sqrt((s - n) ** 2 + (r - n) ** 2) / 4) : n = Math.sqrt(t.clientWidth ** 2 + t.clientHeight ** 2) / 2;
|
|
22
|
-
const p = `${(t.clientWidth - n * 2) / 2}px`, c = `${(t.clientHeight - n * 2) / 2}px`, _ = i.center ? p : `${s - n}px`, w = i.center ? c : `${r - n}px`;
|
|
23
|
-
return {
|
|
24
|
-
radius: n,
|
|
25
|
-
scale: o,
|
|
26
|
-
x: _,
|
|
27
|
-
y: w,
|
|
28
|
-
centerX: p,
|
|
29
|
-
centerY: c
|
|
30
|
-
};
|
|
31
|
-
}, f = {
|
|
32
|
-
/* eslint-disable max-statements */
|
|
33
|
-
show(e, t) {
|
|
34
|
-
var l;
|
|
35
|
-
let i = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
36
|
-
if (!((l = t == null ? void 0 : t._ripple) != null && l.enabled))
|
|
37
|
-
return;
|
|
38
|
-
const s = document.createElement("span"), r = document.createElement("span");
|
|
39
|
-
s.appendChild(r), s.className = "v-ripple__container", i.class && (s.className += ` ${i.class}`);
|
|
40
|
-
const {
|
|
41
|
-
radius: n,
|
|
42
|
-
scale: o,
|
|
43
|
-
x: p,
|
|
44
|
-
y: c,
|
|
45
|
-
centerX: _,
|
|
46
|
-
centerY: w
|
|
47
|
-
} = x(e, t, i), u = `${n * 2}px`;
|
|
48
|
-
r.className = "v-ripple__animation", r.style.width = u, r.style.height = u, t.appendChild(s);
|
|
49
|
-
const d = window.getComputedStyle(t);
|
|
50
|
-
d && d.position === "static" && (t.style.position = "relative", t.dataset.previousPosition = "static"), r.classList.add("v-ripple__animation--enter"), r.classList.add("v-ripple__animation--visible"), y(r, `translate(${p}, ${c}) scale3d(${o},${o},${o})`), r.dataset.activated = String(performance.now()), requestAnimationFrame(() => {
|
|
51
|
-
requestAnimationFrame(() => {
|
|
52
|
-
r.classList.remove("v-ripple__animation--enter"), r.classList.add("v-ripple__animation--in"), y(r, `translate(${_}, ${w}) scale3d(1,1,1)`);
|
|
53
|
-
});
|
|
54
|
-
});
|
|
55
|
-
},
|
|
56
|
-
hide(e) {
|
|
57
|
-
var n;
|
|
58
|
-
if (!((n = e == null ? void 0 : e._ripple) != null && n.enabled))
|
|
59
|
-
return;
|
|
60
|
-
const t = e.getElementsByClassName("v-ripple__animation");
|
|
61
|
-
if (t.length === 0)
|
|
62
|
-
return;
|
|
63
|
-
const i = Array.from(t).findLast((o) => !o.dataset.isHiding);
|
|
64
|
-
if (i)
|
|
65
|
-
i.dataset.isHiding = "true";
|
|
66
|
-
else
|
|
67
|
-
return;
|
|
68
|
-
const s = performance.now() - Number(i.dataset.activated), r = Math.max(250 - s, 0);
|
|
69
|
-
setTimeout(() => {
|
|
70
|
-
i.classList.remove("v-ripple__animation--in"), i.classList.add("v-ripple__animation--out"), setTimeout(() => {
|
|
71
|
-
var p;
|
|
72
|
-
e.getElementsByClassName("v-ripple__animation").length === 1 && e.dataset.previousPosition && (e.style.position = e.dataset.previousPosition, delete e.dataset.previousPosition), ((p = i.parentNode) == null ? void 0 : p.parentNode) === e && e.removeChild(i.parentNode);
|
|
73
|
-
}, 300);
|
|
74
|
-
}, r);
|
|
75
|
-
}
|
|
76
|
-
};
|
|
77
|
-
function g(e) {
|
|
78
|
-
return typeof e > "u" || !!e;
|
|
79
|
-
}
|
|
80
|
-
function m(e) {
|
|
81
|
-
const t = {}, i = e.currentTarget;
|
|
82
|
-
if (!(!(i != null && i._ripple) || i._ripple.touched || e[E])) {
|
|
83
|
-
if (e[E] = !0, L(e))
|
|
84
|
-
i._ripple.touched = !0, i._ripple.isTouch = !0;
|
|
85
|
-
else if (i._ripple.isTouch)
|
|
86
|
-
return;
|
|
87
|
-
if (t.center = i._ripple.centered || T(e), i._ripple.class && (t.class = i._ripple.class), L(e)) {
|
|
88
|
-
if (i._ripple.showTimerCommit)
|
|
89
|
-
return;
|
|
90
|
-
i._ripple.showTimerCommit = () => {
|
|
91
|
-
f.show(e, i, t);
|
|
92
|
-
}, i._ripple.showTimer = window.setTimeout(() => {
|
|
93
|
-
var s;
|
|
94
|
-
(s = i == null ? void 0 : i._ripple) != null && s.showTimerCommit && (i._ripple.showTimerCommit(), i._ripple.showTimerCommit = null);
|
|
95
|
-
}, S);
|
|
96
|
-
} else
|
|
97
|
-
f.show(e, i, t);
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
function h(e) {
|
|
101
|
-
e[E] = !0;
|
|
102
|
-
}
|
|
103
|
-
function a(e) {
|
|
104
|
-
const t = e.currentTarget;
|
|
105
|
-
if (t != null && t._ripple) {
|
|
106
|
-
if (window.clearTimeout(t._ripple.showTimer), e.type === "touchend" && t._ripple.showTimerCommit) {
|
|
107
|
-
t._ripple.showTimerCommit(), t._ripple.showTimerCommit = null, t._ripple.showTimer = window.setTimeout(() => {
|
|
108
|
-
a(e);
|
|
109
|
-
});
|
|
110
|
-
return;
|
|
111
|
-
}
|
|
112
|
-
window.setTimeout(() => {
|
|
113
|
-
t._ripple && (t._ripple.touched = !1);
|
|
114
|
-
}), f.hide(t);
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
function C(e) {
|
|
118
|
-
const t = e.currentTarget;
|
|
119
|
-
t != null && t._ripple && (t._ripple.showTimerCommit && (t._ripple.showTimerCommit = null), window.clearTimeout(t._ripple.showTimer));
|
|
120
|
-
}
|
|
121
|
-
let v = !1;
|
|
122
|
-
function N(e, t) {
|
|
123
|
-
!v && t.includes(e.key) && (v = !0, m(e));
|
|
124
|
-
}
|
|
125
|
-
function b(e) {
|
|
126
|
-
v = !1, a(e);
|
|
127
|
-
}
|
|
128
|
-
function k(e) {
|
|
129
|
-
v && (v = !1, a(e));
|
|
130
|
-
}
|
|
131
|
-
function $(e, t, i) {
|
|
132
|
-
const {
|
|
133
|
-
value: s,
|
|
134
|
-
modifiers: r
|
|
135
|
-
} = t, n = g(s);
|
|
136
|
-
n || f.hide(e), e._ripple = e._ripple ?? {}, e._ripple.enabled = n, e._ripple.centered = r.center, e._ripple.circle = r.circle;
|
|
137
|
-
const o = R(s) ? s : {};
|
|
138
|
-
o.class && (e._ripple.class = o.class);
|
|
139
|
-
const p = o.keys ?? ["Enter", "Space"];
|
|
140
|
-
if (e._ripple.keyDownHandler = (c) => N(c, p), n && !i) {
|
|
141
|
-
if (r.stop) {
|
|
142
|
-
e.addEventListener("touchstart", h, {
|
|
143
|
-
passive: !0
|
|
144
|
-
}), e.addEventListener("mousedown", h);
|
|
145
|
-
return;
|
|
146
|
-
}
|
|
147
|
-
e.addEventListener("touchstart", m, {
|
|
148
|
-
passive: !0
|
|
149
|
-
}), e.addEventListener("touchend", a, {
|
|
150
|
-
passive: !0
|
|
151
|
-
}), e.addEventListener("touchmove", C, {
|
|
152
|
-
passive: !0
|
|
153
|
-
}), e.addEventListener("touchcancel", a), e.addEventListener("mousedown", m), e.addEventListener("mouseup", a), e.addEventListener("mouseleave", a), e.addEventListener("keydown", e._ripple.keyDownHandler), e.addEventListener("keyup", b), e.addEventListener("blur", k), e.addEventListener("dragstart", a, {
|
|
154
|
-
passive: !0
|
|
155
|
-
});
|
|
156
|
-
} else
|
|
157
|
-
!n && i && H(e);
|
|
158
|
-
}
|
|
159
|
-
function H(e) {
|
|
160
|
-
var t;
|
|
161
|
-
e.removeEventListener("touchstart", h), e.removeEventListener("mousedown", h), e.removeEventListener("touchstart", m), e.removeEventListener("touchend", a), e.removeEventListener("touchmove", C), e.removeEventListener("touchcancel", a), e.removeEventListener("mousedown", m), e.removeEventListener("mouseup", a), e.removeEventListener("mouseleave", a), (t = e._ripple) != null && t.keyDownHandler && e.removeEventListener("keydown", e._ripple.keyDownHandler), e.removeEventListener("keyup", b), e.removeEventListener("blur", k), e.removeEventListener("dragstart", a);
|
|
162
|
-
}
|
|
163
|
-
function P(e, t) {
|
|
164
|
-
$(e, t, !1);
|
|
165
|
-
}
|
|
166
|
-
function D(e) {
|
|
167
|
-
H(e), delete e._ripple;
|
|
168
|
-
}
|
|
169
|
-
function Y(e, t) {
|
|
170
|
-
if (t.value === t.oldValue)
|
|
171
|
-
return;
|
|
172
|
-
const i = g(t.oldValue);
|
|
173
|
-
$(e, t, i);
|
|
174
|
-
}
|
|
175
|
-
const q = {
|
|
176
|
-
mounted: P,
|
|
177
|
-
unmounted: D,
|
|
178
|
-
updated: Y
|
|
179
|
-
}, B = q;
|
|
180
|
-
export {
|
|
181
|
-
q as Ripple,
|
|
182
|
-
B as default
|
|
183
|
-
};
|
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
import { keys as i } from "../../util/helpers.mjs";
|
|
2
|
-
const f = (t) => {
|
|
3
|
-
const {
|
|
4
|
-
touchstartX: o,
|
|
5
|
-
touchendX: n,
|
|
6
|
-
touchstartY: c,
|
|
7
|
-
touchendY: u
|
|
8
|
-
} = t, e = 0.5, s = 16;
|
|
9
|
-
t.offsetX = n - o, t.offsetY = u - c, Math.abs(t.offsetY) < e * Math.abs(t.offsetX) && (t.left && n < o - s && t.left(t), t.right && n > o + s && t.right(t)), Math.abs(t.offsetX) < e * Math.abs(t.offsetY) && (t.up && u < c - s && t.up(t), t.down && u > c + s && t.down(t));
|
|
10
|
-
};
|
|
11
|
-
function l(t, o) {
|
|
12
|
-
var c;
|
|
13
|
-
const n = t.changedTouches[0];
|
|
14
|
-
o.touchstartX = n.clientX, o.touchstartY = n.clientY, (c = o.start) == null || c.call(o, {
|
|
15
|
-
originalEvent: t,
|
|
16
|
-
...o
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
function m(t, o) {
|
|
20
|
-
var c;
|
|
21
|
-
const n = t.changedTouches[0];
|
|
22
|
-
o.touchendX = n.clientX, o.touchendY = n.clientY, (c = o.end) == null || c.call(o, {
|
|
23
|
-
originalEvent: t,
|
|
24
|
-
...o
|
|
25
|
-
}), f(o);
|
|
26
|
-
}
|
|
27
|
-
function X(t, o) {
|
|
28
|
-
var c;
|
|
29
|
-
const n = t.changedTouches[0];
|
|
30
|
-
o.touchmoveX = n.clientX, o.touchmoveY = n.clientY, (c = o.move) == null || c.call(o, {
|
|
31
|
-
originalEvent: t,
|
|
32
|
-
...o
|
|
33
|
-
});
|
|
34
|
-
}
|
|
35
|
-
function Y() {
|
|
36
|
-
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
37
|
-
const o = {
|
|
38
|
-
touchstartX: 0,
|
|
39
|
-
touchstartY: 0,
|
|
40
|
-
touchendX: 0,
|
|
41
|
-
touchendY: 0,
|
|
42
|
-
touchmoveX: 0,
|
|
43
|
-
touchmoveY: 0,
|
|
44
|
-
offsetX: 0,
|
|
45
|
-
offsetY: 0,
|
|
46
|
-
left: t.left,
|
|
47
|
-
right: t.right,
|
|
48
|
-
up: t.up,
|
|
49
|
-
down: t.down,
|
|
50
|
-
start: t.start,
|
|
51
|
-
move: t.move,
|
|
52
|
-
end: t.end
|
|
53
|
-
};
|
|
54
|
-
return {
|
|
55
|
-
touchstart: (n) => l(n, o),
|
|
56
|
-
touchend: (n) => m(n, o),
|
|
57
|
-
touchmove: (n) => X(n, o)
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
function a(t, o) {
|
|
61
|
-
var h;
|
|
62
|
-
const n = o.value, c = n != null && n.parent ? t.parentElement : t, u = (n == null ? void 0 : n.options) ?? {
|
|
63
|
-
passive: !0
|
|
64
|
-
}, e = (h = o.instance) == null ? void 0 : h.$.uid;
|
|
65
|
-
if (!c || e === void 0)
|
|
66
|
-
return;
|
|
67
|
-
const s = Y(o.value);
|
|
68
|
-
c._touchHandlers = c._touchHandlers ?? /* @__PURE__ */ Object.create(null), c._touchHandlers[e] = s, i(s).forEach((d) => {
|
|
69
|
-
c.addEventListener(d, s[d], u);
|
|
70
|
-
});
|
|
71
|
-
}
|
|
72
|
-
function v(t, o) {
|
|
73
|
-
var e, s;
|
|
74
|
-
const n = (e = o.value) != null && e.parent ? t.parentElement : t, c = (s = o.instance) == null ? void 0 : s.$.uid;
|
|
75
|
-
if (!(n != null && n._touchHandlers) || c === void 0)
|
|
76
|
-
return;
|
|
77
|
-
const u = n._touchHandlers[c];
|
|
78
|
-
i(u).forEach((h) => {
|
|
79
|
-
n.removeEventListener(h, u[h]);
|
|
80
|
-
}), delete n._touchHandlers[c];
|
|
81
|
-
}
|
|
82
|
-
const g = {
|
|
83
|
-
mounted: a,
|
|
84
|
-
unmounted: v
|
|
85
|
-
}, H = g;
|
|
86
|
-
export {
|
|
87
|
-
g as Touch,
|
|
88
|
-
H as default
|
|
89
|
-
};
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import { createVNode as i, mergeProps as k, createElementVNode as t, normalizeClass as v, normalizeStyle as u } from "vue";
|
|
2
|
-
import "../../../../../../../_virtual/VPicker.sass.mjs";
|
|
3
|
-
import { VPickerTitle as f } from "./VPickerTitle.mjs";
|
|
4
|
-
import { VDefaultsProvider as p } from "../../components/VDefaultsProvider/VDefaultsProvider.mjs";
|
|
5
|
-
import { makeVSheetProps as h, VSheet as l } from "../../components/VSheet/VSheet.mjs";
|
|
6
|
-
import { useBackgroundColor as P } from "../../composables/color.mjs";
|
|
7
|
-
import { propsFactory as V } from "../../util/propsFactory.mjs";
|
|
8
|
-
import { genericComponent as g } from "../../util/defineComponent.mjs";
|
|
9
|
-
import { useRender as y } from "../../util/useRender.mjs";
|
|
10
|
-
const C = V({
|
|
11
|
-
bgColor: String,
|
|
12
|
-
divided: Boolean,
|
|
13
|
-
landscape: Boolean,
|
|
14
|
-
title: String,
|
|
15
|
-
hideHeader: Boolean,
|
|
16
|
-
hideTitle: Boolean,
|
|
17
|
-
...h()
|
|
18
|
-
}, "VPicker"), N = g()({
|
|
19
|
-
name: "VPicker",
|
|
20
|
-
props: C(),
|
|
21
|
-
setup(r, c) {
|
|
22
|
-
let {
|
|
23
|
-
slots: e
|
|
24
|
-
} = c;
|
|
25
|
-
const {
|
|
26
|
-
backgroundColorClasses: d,
|
|
27
|
-
backgroundColorStyles: n
|
|
28
|
-
} = P(() => r.color);
|
|
29
|
-
return y(() => {
|
|
30
|
-
const s = l.filterProps(r), m = !r.hideTitle && !!(r.title || e.title);
|
|
31
|
-
return i(l, k(s, {
|
|
32
|
-
color: r.bgColor,
|
|
33
|
-
class: ["v-picker", {
|
|
34
|
-
"v-picker--divided": r.divided,
|
|
35
|
-
"v-picker--landscape": r.landscape,
|
|
36
|
-
"v-picker--with-actions": !!e.actions
|
|
37
|
-
}, r.class],
|
|
38
|
-
style: r.style
|
|
39
|
-
}), {
|
|
40
|
-
default: () => {
|
|
41
|
-
var o;
|
|
42
|
-
return [!r.hideHeader && t("div", {
|
|
43
|
-
key: "header",
|
|
44
|
-
class: v(["v-picker__header-wrapper", d.value]),
|
|
45
|
-
style: u([n.value])
|
|
46
|
-
}, [m && i(f, {
|
|
47
|
-
key: "picker-title"
|
|
48
|
-
}, {
|
|
49
|
-
default: () => {
|
|
50
|
-
var a;
|
|
51
|
-
return [((a = e.title) == null ? void 0 : a.call(e)) ?? r.title];
|
|
52
|
-
}
|
|
53
|
-
}), e.header && t("div", {
|
|
54
|
-
class: "v-picker__header"
|
|
55
|
-
}, [e.header()])]), t("div", {
|
|
56
|
-
class: "v-picker__body"
|
|
57
|
-
}, [(o = e.default) == null ? void 0 : o.call(e)]), e.actions && i(p, {
|
|
58
|
-
defaults: {
|
|
59
|
-
VBtn: {
|
|
60
|
-
slim: !0,
|
|
61
|
-
variant: "text"
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}, {
|
|
65
|
-
default: () => [t("div", {
|
|
66
|
-
class: "v-picker__actions"
|
|
67
|
-
}, [e.actions()])]
|
|
68
|
-
})];
|
|
69
|
-
}
|
|
70
|
-
});
|
|
71
|
-
}), {};
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
export {
|
|
75
|
-
N as VPicker,
|
|
76
|
-
C as makeVPickerProps
|
|
77
|
-
};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { inject as r, toRef as t } from "vue";
|
|
2
|
-
const i = Symbol.for("vuetify:rules");
|
|
3
|
-
function u(o) {
|
|
4
|
-
const e = r(i, null);
|
|
5
|
-
if (!o) {
|
|
6
|
-
if (!e)
|
|
7
|
-
throw new Error("Could not find Vuetify rules injection");
|
|
8
|
-
return e.aliases;
|
|
9
|
-
}
|
|
10
|
-
return (e == null ? void 0 : e.resolve(o)) ?? t(o);
|
|
11
|
-
}
|
|
12
|
-
export {
|
|
13
|
-
i as RulesSymbol,
|
|
14
|
-
u as useRules
|
|
15
|
-
};
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { includes as r } from "./helpers.mjs";
|
|
2
|
-
const l = ["top", "bottom"], f = ["start", "end", "left", "right"];
|
|
3
|
-
function s(t, e) {
|
|
4
|
-
let [i, n] = t.split(" ");
|
|
5
|
-
return n || (n = r(l, i) ? "start" : r(f, i) ? "top" : "center"), {
|
|
6
|
-
side: o(i, e),
|
|
7
|
-
align: o(n, e)
|
|
8
|
-
};
|
|
9
|
-
}
|
|
10
|
-
function o(t, e) {
|
|
11
|
-
return t === "start" ? e ? "right" : "left" : t === "end" ? e ? "left" : "right" : t;
|
|
12
|
-
}
|
|
13
|
-
function u(t) {
|
|
14
|
-
return {
|
|
15
|
-
side: {
|
|
16
|
-
center: "center",
|
|
17
|
-
top: "bottom",
|
|
18
|
-
bottom: "top",
|
|
19
|
-
left: "right",
|
|
20
|
-
right: "left"
|
|
21
|
-
}[t.side],
|
|
22
|
-
align: t.align
|
|
23
|
-
};
|
|
24
|
-
}
|
|
25
|
-
function c(t) {
|
|
26
|
-
return {
|
|
27
|
-
side: t.side,
|
|
28
|
-
align: {
|
|
29
|
-
center: "center",
|
|
30
|
-
top: "bottom",
|
|
31
|
-
bottom: "top",
|
|
32
|
-
left: "right",
|
|
33
|
-
right: "left"
|
|
34
|
-
}[t.align]
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
function d(t) {
|
|
38
|
-
return {
|
|
39
|
-
side: t.align,
|
|
40
|
-
align: t.side
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
function p(t) {
|
|
44
|
-
return r(l, t.side) ? "y" : "x";
|
|
45
|
-
}
|
|
46
|
-
export {
|
|
47
|
-
c as flipAlign,
|
|
48
|
-
d as flipCorner,
|
|
49
|
-
u as flipSide,
|
|
50
|
-
p as getAxis,
|
|
51
|
-
s as parseAnchor,
|
|
52
|
-
o as toPhysical
|
|
53
|
-
};
|