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,172 +0,0 @@
|
|
|
1
|
-
import { ref as w, toRef as p, useId as q, createVNode as l, mergeProps as C, createElementVNode as i, normalizeClass as y, normalizeStyle as S, Fragment as G } from "vue";
|
|
2
|
-
import "../../../../../../../_virtual/VSwitch.sass.mjs";
|
|
3
|
-
import { VScaleTransition as J } from "../transitions/index.mjs";
|
|
4
|
-
import { VDefaultsProvider as K } from "../VDefaultsProvider/VDefaultsProvider.mjs";
|
|
5
|
-
import { makeVInputProps as Q, VInput as b } from "../VInput/VInput.mjs";
|
|
6
|
-
import { makeVSelectionControlProps as W, VSelectionControl as P } from "../VSelectionControl/VSelectionControl.mjs";
|
|
7
|
-
import { useFocus as X } from "../../composables/focus.mjs";
|
|
8
|
-
import { forwardRefs as Y } from "../../composables/forwardRefs.mjs";
|
|
9
|
-
import { useLoader as Z, LoaderSlot as ee } from "../../composables/loader.mjs";
|
|
10
|
-
import { useProxiedModel as _ } from "../../composables/proxiedModel.mjs";
|
|
11
|
-
import { VIcon as te } from "../VIcon/VIcon.mjs";
|
|
12
|
-
import { VProgressCircular as oe } from "../VProgressCircular/VProgressCircular.mjs";
|
|
13
|
-
import { propsFactory as le } from "../../util/propsFactory.mjs";
|
|
14
|
-
import { genericComponent as ae } from "../../util/defineComponent.mjs";
|
|
15
|
-
import { SUPPORTS_MATCH_MEDIA as re } from "../../util/globals.mjs";
|
|
16
|
-
import { useRender as ie } from "../../util/useRender.mjs";
|
|
17
|
-
import { filterInputAttrs as ne } from "../../util/helpers.mjs";
|
|
18
|
-
const se = le({
|
|
19
|
-
indeterminate: Boolean,
|
|
20
|
-
inset: Boolean,
|
|
21
|
-
flat: Boolean,
|
|
22
|
-
loading: {
|
|
23
|
-
type: [Boolean, String],
|
|
24
|
-
default: !1
|
|
25
|
-
},
|
|
26
|
-
...Q(),
|
|
27
|
-
...W()
|
|
28
|
-
}, "VSwitch"), _e = ae()({
|
|
29
|
-
name: "VSwitch",
|
|
30
|
-
inheritAttrs: !1,
|
|
31
|
-
props: se(),
|
|
32
|
-
emits: {
|
|
33
|
-
"update:focused": (e) => !0,
|
|
34
|
-
"update:modelValue": (e) => !0,
|
|
35
|
-
"update:indeterminate": (e) => !0
|
|
36
|
-
},
|
|
37
|
-
setup(e, A) {
|
|
38
|
-
let {
|
|
39
|
-
attrs: I,
|
|
40
|
-
slots: t
|
|
41
|
-
} = A;
|
|
42
|
-
const n = _(e, "indeterminate"), a = _(e, "modelValue"), {
|
|
43
|
-
loaderClasses: x
|
|
44
|
-
} = Z(e), {
|
|
45
|
-
isFocused: F,
|
|
46
|
-
focus: R,
|
|
47
|
-
blur: z
|
|
48
|
-
} = X(e), h = w(), k = w(), V = re && window.matchMedia("(forced-colors: active)").matches, B = p(() => typeof e.loading == "string" && e.loading !== "" ? e.loading : e.color), M = q(), D = p(() => e.id || `switch-${M}`);
|
|
49
|
-
function T() {
|
|
50
|
-
n.value && (n.value = !1);
|
|
51
|
-
}
|
|
52
|
-
function N(s) {
|
|
53
|
-
var u, c;
|
|
54
|
-
s.stopPropagation(), s.preventDefault(), (c = (u = h.value) == null ? void 0 : u.input) == null || c.click();
|
|
55
|
-
}
|
|
56
|
-
return ie(() => {
|
|
57
|
-
const [s, u] = ne(I), c = b.filterProps(e), U = P.filterProps(e);
|
|
58
|
-
return l(b, C({
|
|
59
|
-
ref: k,
|
|
60
|
-
class: ["v-switch", {
|
|
61
|
-
"v-switch--flat": e.flat
|
|
62
|
-
}, {
|
|
63
|
-
"v-switch--inset": e.inset
|
|
64
|
-
}, {
|
|
65
|
-
"v-switch--indeterminate": n.value
|
|
66
|
-
}, x.value, e.class]
|
|
67
|
-
}, s, c, {
|
|
68
|
-
modelValue: a.value,
|
|
69
|
-
"onUpdate:modelValue": (d) => a.value = d,
|
|
70
|
-
id: D.value,
|
|
71
|
-
focused: F.value,
|
|
72
|
-
style: e.style
|
|
73
|
-
}), {
|
|
74
|
-
...t,
|
|
75
|
-
default: (d) => {
|
|
76
|
-
let {
|
|
77
|
-
id: E,
|
|
78
|
-
messagesId: L,
|
|
79
|
-
isDisabled: H,
|
|
80
|
-
isReadonly: O,
|
|
81
|
-
isValid: g
|
|
82
|
-
} = d;
|
|
83
|
-
const m = {
|
|
84
|
-
model: a,
|
|
85
|
-
isValid: g
|
|
86
|
-
};
|
|
87
|
-
return l(P, C({
|
|
88
|
-
ref: h
|
|
89
|
-
}, U, {
|
|
90
|
-
modelValue: a.value,
|
|
91
|
-
"onUpdate:modelValue": [(r) => a.value = r, T],
|
|
92
|
-
id: E.value,
|
|
93
|
-
"aria-describedby": L.value,
|
|
94
|
-
type: "checkbox",
|
|
95
|
-
"aria-checked": n.value ? "mixed" : void 0,
|
|
96
|
-
disabled: H.value,
|
|
97
|
-
readonly: O.value,
|
|
98
|
-
onFocus: R,
|
|
99
|
-
onBlur: z
|
|
100
|
-
}, u), {
|
|
101
|
-
...t,
|
|
102
|
-
default: (r) => {
|
|
103
|
-
let {
|
|
104
|
-
backgroundColorClasses: f,
|
|
105
|
-
backgroundColorStyles: o
|
|
106
|
-
} = r;
|
|
107
|
-
return i("div", {
|
|
108
|
-
class: y(["v-switch__track", V ? void 0 : f.value]),
|
|
109
|
-
style: S(o.value),
|
|
110
|
-
onClick: N
|
|
111
|
-
}, [t["track-true"] && i("div", {
|
|
112
|
-
key: "prepend",
|
|
113
|
-
class: "v-switch__track-true"
|
|
114
|
-
}, [t["track-true"](m)]), t["track-false"] && i("div", {
|
|
115
|
-
key: "append",
|
|
116
|
-
class: "v-switch__track-false"
|
|
117
|
-
}, [t["track-false"](m)])]);
|
|
118
|
-
},
|
|
119
|
-
input: (r) => {
|
|
120
|
-
let {
|
|
121
|
-
inputNode: f,
|
|
122
|
-
icon: o,
|
|
123
|
-
backgroundColorClasses: $,
|
|
124
|
-
backgroundColorStyles: j
|
|
125
|
-
} = r;
|
|
126
|
-
return i(G, null, [f, i("div", {
|
|
127
|
-
class: y(["v-switch__thumb", {
|
|
128
|
-
"v-switch__thumb--filled": o || e.loading
|
|
129
|
-
}, e.inset || V ? void 0 : $.value]),
|
|
130
|
-
style: S(e.inset ? void 0 : j.value)
|
|
131
|
-
}, [t.thumb ? l(K, {
|
|
132
|
-
defaults: {
|
|
133
|
-
VIcon: {
|
|
134
|
-
icon: o,
|
|
135
|
-
size: "x-small"
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
}, {
|
|
139
|
-
default: () => [t.thumb({
|
|
140
|
-
...m,
|
|
141
|
-
icon: o
|
|
142
|
-
})]
|
|
143
|
-
}) : l(J, null, {
|
|
144
|
-
default: () => [e.loading ? l(ee, {
|
|
145
|
-
name: "v-switch",
|
|
146
|
-
active: !0,
|
|
147
|
-
color: g.value === !1 ? void 0 : B.value
|
|
148
|
-
}, {
|
|
149
|
-
default: (v) => t.loader ? t.loader(v) : l(oe, {
|
|
150
|
-
active: v.isActive,
|
|
151
|
-
color: v.color,
|
|
152
|
-
indeterminate: !0,
|
|
153
|
-
size: "16",
|
|
154
|
-
width: "2"
|
|
155
|
-
}, null)
|
|
156
|
-
}) : o && l(te, {
|
|
157
|
-
key: String(o),
|
|
158
|
-
icon: o,
|
|
159
|
-
size: "x-small"
|
|
160
|
-
}, null)]
|
|
161
|
-
})])]);
|
|
162
|
-
}
|
|
163
|
-
});
|
|
164
|
-
}
|
|
165
|
-
});
|
|
166
|
-
}), Y({}, k);
|
|
167
|
-
}
|
|
168
|
-
});
|
|
169
|
-
export {
|
|
170
|
-
_e as VSwitch,
|
|
171
|
-
se as makeVSwitchProps
|
|
172
|
-
};
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { createVNode as n, normalizeClass as v, normalizeStyle as f, createElementVNode as i } from "vue";
|
|
2
|
-
import "../../../../../../../_virtual/VTable.sass.mjs";
|
|
3
|
-
import { makeComponentProps as s } from "../../composables/component.mjs";
|
|
4
|
-
import { makeDensityProps as b, useDensity as h } from "../../composables/density.mjs";
|
|
5
|
-
import { makeTagProps as p } from "../../composables/tag.mjs";
|
|
6
|
-
import { makeThemeProps as u, provideTheme as c } from "../../composables/theme.mjs";
|
|
7
|
-
import { propsFactory as g } from "../../util/propsFactory.mjs";
|
|
8
|
-
import { genericComponent as y } from "../../util/defineComponent.mjs";
|
|
9
|
-
import { useRender as x } from "../../util/useRender.mjs";
|
|
10
|
-
import { convertToUnit as T } from "../../util/helpers.mjs";
|
|
11
|
-
const V = g({
|
|
12
|
-
fixedHeader: Boolean,
|
|
13
|
-
fixedFooter: Boolean,
|
|
14
|
-
height: [Number, String],
|
|
15
|
-
hover: Boolean,
|
|
16
|
-
striped: {
|
|
17
|
-
type: String,
|
|
18
|
-
default: null,
|
|
19
|
-
validator: (e) => ["even", "odd"].includes(e)
|
|
20
|
-
},
|
|
21
|
-
...s(),
|
|
22
|
-
...b(),
|
|
23
|
-
...p(),
|
|
24
|
-
...u()
|
|
25
|
-
}, "VTable"), _ = y()({
|
|
26
|
-
name: "VTable",
|
|
27
|
-
props: V(),
|
|
28
|
-
setup(e, l) {
|
|
29
|
-
let {
|
|
30
|
-
slots: t,
|
|
31
|
-
emit: k
|
|
32
|
-
} = l;
|
|
33
|
-
const {
|
|
34
|
-
themeClasses: m
|
|
35
|
-
} = c(e), {
|
|
36
|
-
densityClasses: d
|
|
37
|
-
} = h(e);
|
|
38
|
-
return x(() => n(e.tag, {
|
|
39
|
-
class: v(["v-table", {
|
|
40
|
-
"v-table--fixed-height": !!e.height,
|
|
41
|
-
"v-table--fixed-header": e.fixedHeader,
|
|
42
|
-
"v-table--fixed-footer": e.fixedFooter,
|
|
43
|
-
"v-table--has-top": !!t.top,
|
|
44
|
-
"v-table--has-bottom": !!t.bottom,
|
|
45
|
-
"v-table--hover": e.hover,
|
|
46
|
-
"v-table--striped-even": e.striped === "even",
|
|
47
|
-
"v-table--striped-odd": e.striped === "odd"
|
|
48
|
-
}, m.value, d.value, e.class]),
|
|
49
|
-
style: f(e.style)
|
|
50
|
-
}, {
|
|
51
|
-
default: () => {
|
|
52
|
-
var o, a, r;
|
|
53
|
-
return [(o = t.top) == null ? void 0 : o.call(t), t.default ? i("div", {
|
|
54
|
-
class: "v-table__wrapper",
|
|
55
|
-
style: {
|
|
56
|
-
height: T(e.height)
|
|
57
|
-
}
|
|
58
|
-
}, [i("table", null, [t.default()])]) : (a = t.wrapper) == null ? void 0 : a.call(t), (r = t.bottom) == null ? void 0 : r.call(t)];
|
|
59
|
-
}
|
|
60
|
-
})), {};
|
|
61
|
-
}
|
|
62
|
-
});
|
|
63
|
-
export {
|
|
64
|
-
_ as VTable,
|
|
65
|
-
V as makeVTableProps
|
|
66
|
-
};
|
|
@@ -1,126 +0,0 @@
|
|
|
1
|
-
import { ref as S, computed as k, createVNode as X, mergeProps as Y, createElementVNode as B, Fragment as _, normalizeClass as D, normalizeStyle as F } from "vue";
|
|
2
|
-
import "../../../../../../../_virtual/VTab.sass.mjs";
|
|
3
|
-
import { makeVBtnProps as H, VBtn as E } from "../VBtn/VBtn.mjs";
|
|
4
|
-
import { useTextColor as q, useBackgroundColor as A } from "../../composables/color.mjs";
|
|
5
|
-
import { forwardRefs as G } from "../../composables/forwardRefs.mjs";
|
|
6
|
-
import { VTabsSymbol as O } from "./shared.mjs";
|
|
7
|
-
import { propsFactory as W } from "../../util/propsFactory.mjs";
|
|
8
|
-
import { omit as j } from "../../util/helpers.mjs";
|
|
9
|
-
import { genericComponent as I } from "../../util/defineComponent.mjs";
|
|
10
|
-
import { useRender as J } from "../../util/useRender.mjs";
|
|
11
|
-
import { animate as K } from "../../util/animation.mjs";
|
|
12
|
-
import { standardEasing as L } from "../../util/easing.mjs";
|
|
13
|
-
const Q = W({
|
|
14
|
-
fixed: Boolean,
|
|
15
|
-
sliderColor: String,
|
|
16
|
-
sliderTransition: String,
|
|
17
|
-
sliderTransitionDuration: [String, Number],
|
|
18
|
-
hideSlider: Boolean,
|
|
19
|
-
inset: Boolean,
|
|
20
|
-
direction: {
|
|
21
|
-
type: String,
|
|
22
|
-
default: "horizontal"
|
|
23
|
-
},
|
|
24
|
-
...j(H({
|
|
25
|
-
selectedClass: "v-tab--selected",
|
|
26
|
-
variant: "text"
|
|
27
|
-
}), ["active", "block", "flat", "location", "position", "symbol"])
|
|
28
|
-
}, "VTab"), ue = I()({
|
|
29
|
-
name: "VTab",
|
|
30
|
-
props: Q(),
|
|
31
|
-
setup(e, T) {
|
|
32
|
-
let {
|
|
33
|
-
slots: m,
|
|
34
|
-
attrs: V
|
|
35
|
-
} = T;
|
|
36
|
-
const {
|
|
37
|
-
textColorClasses: g,
|
|
38
|
-
textColorStyles: $
|
|
39
|
-
} = q(() => e.sliderColor), {
|
|
40
|
-
backgroundColorClasses: b,
|
|
41
|
-
backgroundColorStyles: C
|
|
42
|
-
} = A(() => e.sliderColor), f = S(), x = S(), s = k(() => e.direction === "horizontal"), d = k(() => {
|
|
43
|
-
var o, t;
|
|
44
|
-
return ((t = (o = f.value) == null ? void 0 : o.group) == null ? void 0 : t.isSelected.value) ?? !1;
|
|
45
|
-
});
|
|
46
|
-
function p(o, t) {
|
|
47
|
-
return {
|
|
48
|
-
opacity: [0, 1]
|
|
49
|
-
};
|
|
50
|
-
}
|
|
51
|
-
function z(o, t) {
|
|
52
|
-
return e.direction === "vertical" ? {
|
|
53
|
-
transform: ["scaleY(0)", "scaleY(1)"]
|
|
54
|
-
} : {
|
|
55
|
-
transform: ["scaleX(0)", "scaleX(1)"]
|
|
56
|
-
};
|
|
57
|
-
}
|
|
58
|
-
function h(o, t) {
|
|
59
|
-
const n = t.getBoundingClientRect(), r = o.getBoundingClientRect(), l = s.value ? "x" : "y", a = s.value ? "X" : "Y", u = s.value ? "right" : "bottom", i = s.value ? "width" : "height", v = n[l], w = r[l], c = v > w ? n[u] - r[u] : n[l] - r[l], M = Math.sign(c) > 0 ? s.value ? "right" : "bottom" : Math.sign(c) < 0 ? s.value ? "left" : "top" : "center", N = (Math.abs(c) + (Math.sign(c) < 0 ? n[i] : r[i])) / Math.max(n[i], r[i]) || 0, R = n[i] / r[i] || 0, y = 1.5;
|
|
60
|
-
return {
|
|
61
|
-
transform: [`translate${a}(${c}px) scale${a}(${R})`, `translate${a}(${c / y}px) scale${a}(${(N - 1) / y + 1})`, "none"],
|
|
62
|
-
transformOrigin: Array(3).fill(M)
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
function P(o) {
|
|
66
|
-
var n, r;
|
|
67
|
-
let {
|
|
68
|
-
value: t
|
|
69
|
-
} = o;
|
|
70
|
-
if (t) {
|
|
71
|
-
const l = (r = (n = f.value) == null ? void 0 : n.$el.parentElement) == null ? void 0 : r.querySelector(".v-tab--selected .v-tab__slider"), a = x.value;
|
|
72
|
-
if (!l || !a)
|
|
73
|
-
return;
|
|
74
|
-
const u = getComputedStyle(l).backgroundColor, i = {
|
|
75
|
-
fade: p,
|
|
76
|
-
grow: z,
|
|
77
|
-
shift: h
|
|
78
|
-
}[e.sliderTransition ?? "shift"] ?? h, v = Number(e.sliderTransitionDuration) || ({
|
|
79
|
-
fade: 400,
|
|
80
|
-
grow: 350,
|
|
81
|
-
shift: 225
|
|
82
|
-
}[e.sliderTransition ?? "shift"] ?? 225);
|
|
83
|
-
K(a, {
|
|
84
|
-
backgroundColor: [u, u],
|
|
85
|
-
...i(a, l)
|
|
86
|
-
}, {
|
|
87
|
-
duration: v,
|
|
88
|
-
easing: L
|
|
89
|
-
});
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
return J(() => {
|
|
93
|
-
const o = E.filterProps(e);
|
|
94
|
-
return X(E, Y({
|
|
95
|
-
symbol: O,
|
|
96
|
-
ref: f,
|
|
97
|
-
class: ["v-tab", e.class, d.value && e.inset ? b.value : []],
|
|
98
|
-
style: [e.style, d.value && e.inset ? C.value : [], {
|
|
99
|
-
backgroundColor: d.value && e.inset ? "transparent !important" : void 0
|
|
100
|
-
}],
|
|
101
|
-
tabindex: d.value ? 0 : -1,
|
|
102
|
-
role: "tab",
|
|
103
|
-
"aria-selected": String(d.value),
|
|
104
|
-
active: !1
|
|
105
|
-
}, o, V, {
|
|
106
|
-
block: e.fixed,
|
|
107
|
-
maxWidth: e.fixed ? 300 : void 0,
|
|
108
|
-
"onGroup:selected": P
|
|
109
|
-
}), {
|
|
110
|
-
...m,
|
|
111
|
-
default: () => {
|
|
112
|
-
var t;
|
|
113
|
-
return B(_, null, [((t = m.default) == null ? void 0 : t.call(m)) ?? e.text, !e.hideSlider && B("div", {
|
|
114
|
-
ref: x,
|
|
115
|
-
class: D(["v-tab__slider", e.inset ? b.value : g.value]),
|
|
116
|
-
style: F([$.value, e.inset ? C.value : g.value])
|
|
117
|
-
}, null)]);
|
|
118
|
-
}
|
|
119
|
-
});
|
|
120
|
-
}), G({}, f);
|
|
121
|
-
}
|
|
122
|
-
});
|
|
123
|
-
export {
|
|
124
|
-
ue as VTab,
|
|
125
|
-
Q as makeVTabProps
|
|
126
|
-
};
|
|
@@ -1,153 +0,0 @@
|
|
|
1
|
-
import { computed as S, toRef as i, createElementVNode as w, Fragment as C, createVNode as l, mergeProps as s } from "vue";
|
|
2
|
-
import "../../../../../../../_virtual/VTabs.sass.mjs";
|
|
3
|
-
import { makeVTabProps as h, VTab as x } from "./VTab.mjs";
|
|
4
|
-
import { VTabsWindow as P } from "./VTabsWindow.mjs";
|
|
5
|
-
import { VTabsWindowItem as B } from "./VTabsWindowItem.mjs";
|
|
6
|
-
import { makeVSlideGroupProps as D, VSlideGroup as f } from "../VSlideGroup/VSlideGroup.mjs";
|
|
7
|
-
import { useBackgroundColor as N } from "../../composables/color.mjs";
|
|
8
|
-
import { provideDefaults as $ } from "../../composables/defaults.mjs";
|
|
9
|
-
import { makeDensityProps as I, useDensity as R } from "../../composables/density.mjs";
|
|
10
|
-
import { useProxiedModel as G } from "../../composables/proxiedModel.mjs";
|
|
11
|
-
import { useScopeId as U } from "../../composables/scopeId.mjs";
|
|
12
|
-
import { makeTagProps as W } from "../../composables/tag.mjs";
|
|
13
|
-
import { VTabsSymbol as F } from "./shared.mjs";
|
|
14
|
-
import { propsFactory as j } from "../../util/propsFactory.mjs";
|
|
15
|
-
import { pick as A, isObject as E, convertToUnit as u } from "../../util/helpers.mjs";
|
|
16
|
-
import { genericComponent as M } from "../../util/defineComponent.mjs";
|
|
17
|
-
import { useRender as O } from "../../util/useRender.mjs";
|
|
18
|
-
function p(e) {
|
|
19
|
-
return e ? e.map((o) => E(o) ? o : {
|
|
20
|
-
text: o,
|
|
21
|
-
value: o
|
|
22
|
-
}) : [];
|
|
23
|
-
}
|
|
24
|
-
const q = j({
|
|
25
|
-
alignTabs: {
|
|
26
|
-
type: String,
|
|
27
|
-
default: "start"
|
|
28
|
-
},
|
|
29
|
-
color: String,
|
|
30
|
-
fixedTabs: Boolean,
|
|
31
|
-
items: {
|
|
32
|
-
type: Array,
|
|
33
|
-
default: () => []
|
|
34
|
-
},
|
|
35
|
-
stacked: Boolean,
|
|
36
|
-
bgColor: String,
|
|
37
|
-
grow: Boolean,
|
|
38
|
-
height: {
|
|
39
|
-
type: [Number, String],
|
|
40
|
-
default: void 0
|
|
41
|
-
},
|
|
42
|
-
hideSlider: Boolean,
|
|
43
|
-
inset: Boolean,
|
|
44
|
-
insetPadding: [String, Number],
|
|
45
|
-
insetRadius: [String, Number],
|
|
46
|
-
sliderColor: String,
|
|
47
|
-
...A(h(), ["spaced", "sliderTransition", "sliderTransitionDuration"]),
|
|
48
|
-
...D({
|
|
49
|
-
mandatory: "force",
|
|
50
|
-
selectedClass: "v-tab-item--selected"
|
|
51
|
-
}),
|
|
52
|
-
...I(),
|
|
53
|
-
...W()
|
|
54
|
-
}, "VTabs"), de = M()({
|
|
55
|
-
name: "VTabs",
|
|
56
|
-
props: q(),
|
|
57
|
-
emits: {
|
|
58
|
-
"update:modelValue": (e) => !0
|
|
59
|
-
},
|
|
60
|
-
setup(e, o) {
|
|
61
|
-
let {
|
|
62
|
-
attrs: v,
|
|
63
|
-
slots: t
|
|
64
|
-
} = o;
|
|
65
|
-
const d = G(e, "modelValue"), m = S(() => p(e.items)), {
|
|
66
|
-
densityClasses: g
|
|
67
|
-
} = R(e), {
|
|
68
|
-
backgroundColorClasses: T,
|
|
69
|
-
backgroundColorStyles: V
|
|
70
|
-
} = N(() => e.bgColor), {
|
|
71
|
-
scopeId: b
|
|
72
|
-
} = U();
|
|
73
|
-
return $({
|
|
74
|
-
VTab: {
|
|
75
|
-
color: i(e, "color"),
|
|
76
|
-
direction: i(e, "direction"),
|
|
77
|
-
stacked: i(e, "stacked"),
|
|
78
|
-
fixed: i(e, "fixedTabs"),
|
|
79
|
-
inset: i(e, "inset"),
|
|
80
|
-
sliderColor: i(e, "sliderColor"),
|
|
81
|
-
sliderTransition: i(e, "sliderTransition"),
|
|
82
|
-
sliderTransitionDuration: i(e, "sliderTransitionDuration"),
|
|
83
|
-
hideSlider: i(e, "hideSlider")
|
|
84
|
-
}
|
|
85
|
-
}), O(() => {
|
|
86
|
-
const k = f.filterProps(e), y = !!(t.window || e.items.length > 0);
|
|
87
|
-
return w(C, null, [l(f, s(k, {
|
|
88
|
-
modelValue: d.value,
|
|
89
|
-
"onUpdate:modelValue": (a) => d.value = a,
|
|
90
|
-
class: ["v-tabs", `v-tabs--${e.direction}`, `v-tabs--align-tabs-${e.alignTabs}`, {
|
|
91
|
-
"v-tabs--fixed-tabs": e.fixedTabs,
|
|
92
|
-
"v-tabs--grow": e.grow,
|
|
93
|
-
"v-tabs--inset": e.inset,
|
|
94
|
-
"v-tabs--stacked": e.stacked
|
|
95
|
-
}, g.value, T.value, e.class],
|
|
96
|
-
style: [{
|
|
97
|
-
"--v-tabs-height": u(e.height),
|
|
98
|
-
"--v-tabs-inset-padding": e.inset ? u(e.insetPadding) : void 0,
|
|
99
|
-
"--v-tabs-inset-radius": e.inset ? u(e.insetRadius) : void 0
|
|
100
|
-
}, V.value, e.style],
|
|
101
|
-
role: "tablist",
|
|
102
|
-
symbol: F
|
|
103
|
-
}, b, v), {
|
|
104
|
-
default: t.default ?? (() => m.value.map((a) => {
|
|
105
|
-
var r;
|
|
106
|
-
return ((r = t.tab) == null ? void 0 : r.call(t, {
|
|
107
|
-
item: a
|
|
108
|
-
})) ?? l(x, s(a, {
|
|
109
|
-
key: a.text,
|
|
110
|
-
value: a.value,
|
|
111
|
-
spaced: e.spaced
|
|
112
|
-
}), {
|
|
113
|
-
default: t[`tab.${a.value}`] ? () => {
|
|
114
|
-
var n;
|
|
115
|
-
return (n = t[`tab.${a.value}`]) == null ? void 0 : n.call(t, {
|
|
116
|
-
item: a
|
|
117
|
-
});
|
|
118
|
-
} : void 0
|
|
119
|
-
});
|
|
120
|
-
})),
|
|
121
|
-
prev: t.prev,
|
|
122
|
-
next: t.next
|
|
123
|
-
}), y && l(P, s({
|
|
124
|
-
modelValue: d.value,
|
|
125
|
-
"onUpdate:modelValue": (a) => d.value = a,
|
|
126
|
-
key: "tabs-window"
|
|
127
|
-
}, b), {
|
|
128
|
-
default: () => {
|
|
129
|
-
var a;
|
|
130
|
-
return [m.value.map((r) => {
|
|
131
|
-
var n;
|
|
132
|
-
return ((n = t.item) == null ? void 0 : n.call(t, {
|
|
133
|
-
item: r
|
|
134
|
-
})) ?? l(B, {
|
|
135
|
-
value: r.value
|
|
136
|
-
}, {
|
|
137
|
-
default: () => {
|
|
138
|
-
var c;
|
|
139
|
-
return (c = t[`item.${r.value}`]) == null ? void 0 : c.call(t, {
|
|
140
|
-
item: r
|
|
141
|
-
});
|
|
142
|
-
}
|
|
143
|
-
});
|
|
144
|
-
}), (a = t.window) == null ? void 0 : a.call(t)];
|
|
145
|
-
}
|
|
146
|
-
})]);
|
|
147
|
-
}), {};
|
|
148
|
-
}
|
|
149
|
-
});
|
|
150
|
-
export {
|
|
151
|
-
de as VTabs,
|
|
152
|
-
q as makeVTabsProps
|
|
153
|
-
};
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { inject as u, computed as i, createVNode as d, mergeProps as c } from "vue";
|
|
2
|
-
import { makeVWindowProps as p, VWindow as a } from "../VWindow/VWindow.mjs";
|
|
3
|
-
import { useProxiedModel as f } from "../../composables/proxiedModel.mjs";
|
|
4
|
-
import { VTabsSymbol as w } from "./shared.mjs";
|
|
5
|
-
import { propsFactory as V } from "../../util/propsFactory.mjs";
|
|
6
|
-
import { omit as v } from "../../util/helpers.mjs";
|
|
7
|
-
import { genericComponent as b } from "../../util/defineComponent.mjs";
|
|
8
|
-
import { useRender as W } from "../../util/useRender.mjs";
|
|
9
|
-
const y = V({
|
|
10
|
-
...v(p(), ["continuous", "nextIcon", "prevIcon", "showArrows", "touch", "mandatory"])
|
|
11
|
-
}, "VTabsWindow"), j = b()({
|
|
12
|
-
name: "VTabsWindow",
|
|
13
|
-
props: y(),
|
|
14
|
-
emits: {
|
|
15
|
-
"update:modelValue": (e) => !0
|
|
16
|
-
},
|
|
17
|
-
setup(e, l) {
|
|
18
|
-
let {
|
|
19
|
-
slots: m
|
|
20
|
-
} = l;
|
|
21
|
-
const t = u(w, null), r = f(e, "modelValue"), n = i({
|
|
22
|
-
get() {
|
|
23
|
-
var o;
|
|
24
|
-
return r.value != null || !t ? r.value : (o = t.items.value.find((s) => t.selected.value.includes(s.id))) == null ? void 0 : o.value;
|
|
25
|
-
},
|
|
26
|
-
set(o) {
|
|
27
|
-
r.value = o;
|
|
28
|
-
}
|
|
29
|
-
});
|
|
30
|
-
return W(() => {
|
|
31
|
-
const o = a.filterProps(e);
|
|
32
|
-
return d(a, c({
|
|
33
|
-
_as: "VTabsWindow"
|
|
34
|
-
}, o, {
|
|
35
|
-
modelValue: n.value,
|
|
36
|
-
"onUpdate:modelValue": (s) => n.value = s,
|
|
37
|
-
class: ["v-tabs-window", e.class],
|
|
38
|
-
style: e.style,
|
|
39
|
-
mandatory: !1,
|
|
40
|
-
touch: !1
|
|
41
|
-
}), m);
|
|
42
|
-
}), {};
|
|
43
|
-
}
|
|
44
|
-
});
|
|
45
|
-
export {
|
|
46
|
-
j as VTabsWindow,
|
|
47
|
-
y as makeVTabsWindowProps
|
|
48
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { createVNode as m, mergeProps as n } from "vue";
|
|
2
|
-
import { makeVWindowItemProps as i, VWindowItem as e } from "../VWindow/VWindowItem.mjs";
|
|
3
|
-
import { propsFactory as a } from "../../util/propsFactory.mjs";
|
|
4
|
-
import { genericComponent as p } from "../../util/defineComponent.mjs";
|
|
5
|
-
import { useRender as d } from "../../util/useRender.mjs";
|
|
6
|
-
const w = a({
|
|
7
|
-
...i()
|
|
8
|
-
}, "VTabsWindowItem"), b = p()({
|
|
9
|
-
name: "VTabsWindowItem",
|
|
10
|
-
props: w(),
|
|
11
|
-
setup(o, t) {
|
|
12
|
-
let {
|
|
13
|
-
slots: r
|
|
14
|
-
} = t;
|
|
15
|
-
return d(() => {
|
|
16
|
-
const s = e.filterProps(o);
|
|
17
|
-
return m(e, n({
|
|
18
|
-
_as: "VTabsWindowItem"
|
|
19
|
-
}, s, {
|
|
20
|
-
class: ["v-tabs-window-item", o.class],
|
|
21
|
-
style: o.style
|
|
22
|
-
}), r);
|
|
23
|
-
}), {};
|
|
24
|
-
}
|
|
25
|
-
});
|
|
26
|
-
export {
|
|
27
|
-
b as VTabsWindowItem,
|
|
28
|
-
w as makeVTabsWindowItemProps
|
|
29
|
-
};
|