bt-core-app 2.2.4 → 2.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/VAlert.sass.mjs +1 -0
- package/dist/_virtual/VAvatar.sass.mjs +1 -0
- package/dist/_virtual/VBtn.sass.mjs +1 -0
- package/dist/_virtual/VBtnGroup.sass.mjs +1 -0
- package/dist/_virtual/VBtnToggle.sass.mjs +1 -0
- package/dist/_virtual/VCard.sass.mjs +1 -0
- package/dist/_virtual/VCheckbox.sass.mjs +1 -0
- package/dist/_virtual/VChip.sass.mjs +1 -0
- package/dist/_virtual/VChipGroup.sass.mjs +1 -0
- package/dist/_virtual/VColorPicker.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerCanvas.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerEdit.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerPreview.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerSwatches.sass.mjs +1 -0
- package/dist/_virtual/VCombobox.sass.mjs +1 -0
- package/dist/_virtual/VContainer.sass.mjs +1 -0
- package/dist/_virtual/VCounter.sass.mjs +1 -0
- package/dist/_virtual/VDialog.sass.mjs +1 -0
- package/dist/_virtual/VDivider.sass.mjs +1 -0
- package/dist/_virtual/VField.sass.mjs +1 -0
- package/dist/_virtual/VGrid.sass.mjs +1 -0
- package/dist/_virtual/VIcon.sass.mjs +1 -0
- package/dist/_virtual/VImg.sass.mjs +1 -0
- package/dist/_virtual/VInput.sass.mjs +1 -0
- package/dist/_virtual/VLabel.sass.mjs +1 -0
- package/dist/_virtual/VList.sass.mjs +1 -0
- package/dist/_virtual/VListItem.sass.mjs +1 -0
- package/dist/_virtual/VMenu.sass.mjs +1 -0
- package/dist/_virtual/VMessages.sass.mjs +1 -0
- package/dist/_virtual/VNavigationDrawer.sass.mjs +1 -0
- package/dist/_virtual/VOverlay.sass.mjs +1 -0
- package/dist/_virtual/VPagination.sass.mjs +1 -0
- package/dist/_virtual/VPicker.sass.mjs +1 -0
- package/dist/_virtual/VProgressCircular.sass.mjs +1 -0
- package/dist/_virtual/VProgressLinear.sass.mjs +1 -0
- package/dist/_virtual/VRating.sass.mjs +1 -0
- package/dist/_virtual/VResponsive.sass.mjs +1 -0
- package/dist/_virtual/VRipple.sass.mjs +1 -0
- package/dist/_virtual/VSelect.sass.mjs +1 -0
- package/dist/_virtual/VSelectionControl.sass.mjs +1 -0
- package/dist/_virtual/VSelectionControlGroup.sass.mjs +1 -0
- package/dist/_virtual/VSheet.sass.mjs +1 -0
- package/dist/_virtual/VSlideGroup.sass.mjs +1 -0
- package/dist/_virtual/VSlider.sass.mjs +1 -0
- package/dist/_virtual/VSliderThumb.sass.mjs +1 -0
- package/dist/_virtual/VSliderTrack.sass.mjs +1 -0
- package/dist/_virtual/VSpacer.sass.mjs +1 -0
- package/dist/_virtual/VSwitch.sass.mjs +1 -0
- package/dist/_virtual/VTab.sass.mjs +1 -0
- package/dist/_virtual/VTable.sass.mjs +1 -0
- package/dist/_virtual/VTabs.sass.mjs +1 -0
- package/dist/_virtual/VTextField.sass.mjs +1 -0
- package/dist/_virtual/VTextarea.sass.mjs +1 -0
- package/dist/_virtual/VToolbar.sass.mjs +1 -0
- package/dist/_virtual/VVirtualScroll.sass.mjs +1 -0
- package/dist/_virtual/VWindow.sass.mjs +1 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +196 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +92 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +220 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +68 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +57 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +180 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +32 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +118 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +74 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +263 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +87 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +161 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +166 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +123 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +72 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +193 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +501 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +51 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +39 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +103 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +82 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +295 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +28 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +98 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +104 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +6 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +77 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +248 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +40 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +154 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +36 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +281 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +104 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +129 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +312 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +50 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +132 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +4 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +55 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +247 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +44 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +100 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +291 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +292 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +91 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +179 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +42 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +315 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +129 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +195 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +217 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +56 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +475 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +57 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +183 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +106 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +61 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +287 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +54 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +159 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +176 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +109 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +242 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +172 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +66 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +126 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +153 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +48 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +4 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +204 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +258 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +167 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +37 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +106 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +47 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +211 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +93 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +113 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +136 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +52 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +23 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +14 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +19 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +69 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +11 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/defaults.mjs +70 -45
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +34 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +20 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +23 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +32 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +25 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +125 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +31 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +54 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +112 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +78 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +86 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +169 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +20 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +73 -40
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +24 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +43 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +120 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +22 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +49 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +24 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +102 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +315 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +60 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +206 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +22 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +35 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +26 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +30 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +12 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +16 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +27 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +17 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +39 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +10 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +32 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +19 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +73 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +34 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +139 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +164 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +62 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +183 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +89 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +77 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +44 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +36 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +73 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +19 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +16 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +224 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/console.mjs +12 -4
- package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +31 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +37 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +14 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +23 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getCurrentInstance.mjs +13 -6
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +34 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +8 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +408 -28
- package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +11 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +25 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +8 -0
- package/dist/components/BT-Assistant-Menu.vue.mjs +226 -211
- package/dist/components/BT-Avatar.vue.mjs +31 -31
- package/dist/components/BT-Background-Task.vue.mjs +30 -28
- package/dist/components/BT-Blade-Item.vue.mjs +111 -102
- package/dist/components/BT-Blade-Items.vue.mjs +2 -2
- package/dist/components/BT-Blade-Items.vue2.mjs +413 -402
- package/dist/components/BT-Blade-Steps.vue.mjs +1 -1
- package/dist/components/BT-Blade-Steps.vue2.mjs +597 -583
- package/dist/components/BT-Blade.vue.mjs +108 -97
- package/dist/components/BT-Btn.vue.mjs +23 -25
- package/dist/components/BT-Camera-Overlay.vue.mjs +72 -68
- package/dist/components/BT-Col.vue.mjs +17 -19
- package/dist/components/BT-Color-Picker-Menu.vue.mjs +51 -49
- package/dist/components/BT-Cosmetics-Menu.vue.mjs +180 -173
- package/dist/components/BT-Cron.vue.mjs +249 -235
- package/dist/components/BT-Date-Select.vue.mjs +46 -47
- package/dist/components/BT-Demo-Profile-Select.vue.mjs +40 -40
- package/dist/components/BT-Dialog-Confirm.vue.mjs +39 -39
- package/dist/components/BT-Dialog-Date.vue.mjs +22 -19
- package/dist/components/BT-Dialog-Number.vue.mjs +125 -121
- package/dist/components/BT-Dialog-Select.vue.mjs +107 -97
- package/dist/components/BT-Divider.vue.mjs +20 -21
- package/dist/components/BT-Drag-Counter.vue.mjs +2 -2
- package/dist/components/BT-Drag-Counter.vue2.mjs +58 -56
- package/dist/components/BT-Entity.vue.mjs +50 -48
- package/dist/components/BT-Error.vue.mjs +16 -15
- package/dist/components/BT-Field-Checkbox.vue.mjs +30 -31
- package/dist/components/BT-Field-Date.vue.mjs +87 -84
- package/dist/components/BT-Field-Entity.vue.mjs +20 -16
- package/dist/components/BT-Field-Select-Simple.vue.mjs +24 -26
- package/dist/components/BT-Field-Select.vue.mjs +32 -34
- package/dist/components/BT-Field-String.vue.mjs +54 -52
- package/dist/components/BT-Field-Switch.vue.mjs +44 -43
- package/dist/components/BT-Field-Tags.vue.mjs +57 -55
- package/dist/components/BT-Field-Textarea.vue.mjs +44 -43
- package/dist/components/BT-Field-Trigger.vue.mjs +276 -270
- package/dist/components/BT-Field.vue.mjs +39 -38
- package/dist/components/BT-Form-Builder.vue.mjs +342 -322
- package/dist/components/BT-Form-Field.vue.mjs +81 -75
- package/dist/components/BT-Form.vue.mjs +263 -253
- package/dist/components/BT-Header-Option.vue.mjs +10 -9
- package/dist/components/BT-Image-Select.vue.mjs +186 -177
- package/dist/components/BT-Json.vue.mjs +29 -30
- package/dist/components/BT-Loader.vue.mjs +32 -31
- package/dist/components/BT-Nav-Sidebar.vue.mjs +130 -124
- package/dist/components/BT-Number.vue.mjs +2 -2
- package/dist/components/BT-Number.vue2.mjs +17 -19
- package/dist/components/BT-Numpad.vue.mjs +71 -66
- package/dist/components/BT-Select-List-Box.vue.mjs +157 -144
- package/dist/components/BT-Select-Simple.vue.mjs +21 -23
- package/dist/components/BT-Select.vue.mjs +36 -37
- package/dist/components/BT-Signature-Overlay.vue.mjs +63 -60
- package/dist/components/BT-Signature.vue.mjs +66 -64
- package/dist/components/BT-Slider.vue.mjs +69 -61
- package/dist/components/BT-Square-Check.vue.mjs +24 -22
- package/dist/components/BT-Status-Item.vue.mjs +18 -16
- package/dist/components/BT-Tags.vue.mjs +21 -22
- package/dist/components/BT-Tour.vue.mjs +69 -65
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,11 +1,22 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { usePresets as
|
|
3
|
-
import { useBlade as
|
|
4
|
-
import { useNavBack as
|
|
5
|
-
import { useSpring as
|
|
6
|
-
import { useDisplay as
|
|
7
|
-
import { useComponentConfig as
|
|
8
|
-
|
|
1
|
+
import { defineComponent as K, computed as r, ref as g, provide as C, watch as Q, onMounted as X, resolveComponent as Y, openBlock as p, createBlock as m, unref as l, normalizeClass as Z, normalizeStyle as x, withCtx as a, createVNode as n, renderSlot as u, createCommentVNode as i, createTextVNode as N, toDisplayString as B, mergeProps as _, createElementVNode as ee } from "vue";
|
|
2
|
+
import { usePresets as te } from "../composables/presets.mjs";
|
|
3
|
+
import { useBlade as le } from "../composables/blade.mjs";
|
|
4
|
+
import { useNavBack as ae } from "../composables/navigation.mjs";
|
|
5
|
+
import { useSpring as oe } from "../bt-core/core/node_modules/vue-use-spring/dist/index.mjs";
|
|
6
|
+
import { useDisplay as ie } from "vuetify";
|
|
7
|
+
import { useComponentConfig as re } from "../composables/component-config.mjs";
|
|
8
|
+
import { VToolbar as W } from "../bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs";
|
|
9
|
+
import { VToolbarTitle as ne } from "../bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs";
|
|
10
|
+
import { VListSubheader as se } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs";
|
|
11
|
+
import { VAlert as de } from "../bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs";
|
|
12
|
+
import { VOverlay as ue } from "../bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs";
|
|
13
|
+
import { VProgressCircular as fe } from "../bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs";
|
|
14
|
+
import { VCard as D } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
|
|
15
|
+
import { VBtn as T } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
|
|
16
|
+
import { VMenu as ve } from "../bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs";
|
|
17
|
+
import { VList as pe } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs";
|
|
18
|
+
import { VCardText as me } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs";
|
|
19
|
+
const We = /* @__PURE__ */ K({
|
|
9
20
|
__name: "BT-Blade",
|
|
10
21
|
props: {
|
|
11
22
|
bordered: { type: Boolean },
|
|
@@ -46,8 +57,8 @@ const ke = /* @__PURE__ */ le({
|
|
|
46
57
|
useResizing: { type: Boolean }
|
|
47
58
|
},
|
|
48
59
|
emits: ["close", "titled"],
|
|
49
|
-
setup(
|
|
50
|
-
const t =
|
|
60
|
+
setup(P, { emit: H }) {
|
|
61
|
+
const t = P, M = H, c = te(t.preset), s = r(() => {
|
|
51
62
|
if (t.width == "grow")
|
|
52
63
|
return "grow";
|
|
53
64
|
if (t.width == "auto")
|
|
@@ -59,195 +70,195 @@ const ke = /* @__PURE__ */ le({
|
|
|
59
70
|
return "auto";
|
|
60
71
|
}
|
|
61
72
|
return "number";
|
|
62
|
-
}),
|
|
73
|
+
}), S = r(() => t.bladeName == null || !!t.bladeStartShowing), V = r(() => S.value ? typeof t.width == "number" ? t.width : 400 : 0), y = g(!S.value);
|
|
63
74
|
let w = 0;
|
|
64
|
-
const d =
|
|
65
|
-
{ width:
|
|
75
|
+
const d = oe(
|
|
76
|
+
{ width: V.value },
|
|
66
77
|
{ precision: 0.1, mass: 1, friction: 26, tension: 250 },
|
|
67
78
|
{ onRest() {
|
|
68
|
-
|
|
79
|
+
f.value = !1;
|
|
69
80
|
} }
|
|
70
|
-
), { xs: U } =
|
|
81
|
+
), { xs: U } = ie(), f = g(!1), b = g(null), z = g(null), { navBack: E } = ae();
|
|
71
82
|
function I() {
|
|
72
83
|
var e = t.getNavBack ?? (() => {
|
|
73
84
|
}), o = e() ?? E;
|
|
74
85
|
o();
|
|
75
86
|
}
|
|
76
|
-
const
|
|
87
|
+
const v = le({
|
|
77
88
|
...t,
|
|
78
|
-
blade:
|
|
79
|
-
handle:
|
|
89
|
+
blade: b,
|
|
90
|
+
handle: z,
|
|
80
91
|
onClose: () => {
|
|
81
|
-
y.value || (
|
|
92
|
+
y.value || (b.value != null && (w = parseInt(window.getComputedStyle(b.value.$el).getPropertyValue("width"))), (s.value == "auto" || s.value == "percent" || s.value == "grow") && (d.width = w), f.value = !0, y.value = !0, d.width = 0);
|
|
82
93
|
},
|
|
83
94
|
onUpdate: () => {
|
|
84
|
-
d.width == 0 && (typeof t.width == "number" ? d.width = t.width : w > 0 ? d.width = w : d.width =
|
|
95
|
+
d.width == 0 && (typeof t.width == "number" ? d.width = t.width : w > 0 ? d.width = w : d.width = V.value != 0 ? V.value : 400, f.value = !0, y.value = !1);
|
|
85
96
|
}
|
|
86
|
-
}), { editVariant: R, viewVariant: j } =
|
|
87
|
-
|
|
88
|
-
const L =
|
|
89
|
-
const e =
|
|
97
|
+
}), { editVariant: R, viewVariant: j } = re();
|
|
98
|
+
C("isMobile", v.isMobile), C("editVariant", t.editVariant ?? R ?? "outlined"), C("viewVariant", t.viewVariant ?? j ?? "list-item");
|
|
99
|
+
const L = r(() => t.loadingMsg != null), A = r(() => !!(c.hideBladeControls ?? t.hideBladeControls) || !t.bladeName), G = r(() => !!(c.hideNavigation ?? t.hideNavigation) || v.variant.value != "page"), q = r(() => {
|
|
100
|
+
const e = c.noMargins ?? t.noMargins;
|
|
90
101
|
return e ?? U.value;
|
|
91
|
-
}), O =
|
|
102
|
+
}), O = r(() => {
|
|
92
103
|
if (t.toolbarVariant != "inverted")
|
|
93
104
|
return t.bordered || t.variant == "inline" ? "transparent" : "primary";
|
|
94
|
-
}),
|
|
105
|
+
}), k = g(!1), F = r(() => {
|
|
95
106
|
var e = "";
|
|
96
|
-
return
|
|
97
|
-
}), J =
|
|
107
|
+
return q.value ? e = "" : (t.bordered && !y.value || v.variant.value == "page") && (e = "ma-2"), t.bordered && !y.value && (e = `${e} border-thin pa-1`), t.bladeName != null && s.value == "grow" && (e = `${e} flex-grow-1`), e;
|
|
108
|
+
}), J = r(() => {
|
|
98
109
|
var e = t.opacity != null ? `opacity: ${t.opacity};` : "";
|
|
99
|
-
return t.maxWidth != null && (e = `${e} max-width: ${t.maxWidth};`), t.bladeName != null ?
|
|
110
|
+
return t.maxWidth != null && (e = `${e} max-width: ${t.maxWidth};`), t.bladeName != null ? f.value ? `${e} width: ${d.width}px;` : y.value ? `${e} width: 0px;` : s.value == "grow" ? e : s.value == "number" ? `${e} width: ${d.width}px;` : s.value == "auto" ? e : `${e} width: calc(${t.width});` : e;
|
|
100
111
|
});
|
|
101
|
-
return
|
|
102
|
-
|
|
103
|
-
}),
|
|
104
|
-
(s.value == "percent" || s.value == "auto") &&
|
|
112
|
+
return Q(() => t.errorMsg, (e) => {
|
|
113
|
+
k.value = e != null;
|
|
114
|
+
}), X(() => {
|
|
115
|
+
(s.value == "percent" || s.value == "auto") && b.value != null && (d.width = parseInt(window.getComputedStyle(b.value.$el).getPropertyValue("width")));
|
|
105
116
|
}), (e, o) => {
|
|
106
|
-
const
|
|
107
|
-
return
|
|
108
|
-
class:
|
|
117
|
+
const $ = Y("v-slide-y-transition");
|
|
118
|
+
return f.value || !y.value ? (p(), m(l(D), {
|
|
119
|
+
class: Z(F.value),
|
|
109
120
|
color: e.transparent ? "transparent" : void 0,
|
|
110
121
|
density: e.density,
|
|
111
|
-
flat: e.flat ?? (
|
|
122
|
+
flat: e.flat ?? (l(v).variant.value == "inline" || l(v).variant.value == "pure"),
|
|
112
123
|
key: "1",
|
|
113
124
|
"min-height": e.minHeight,
|
|
114
125
|
ref_key: "blade",
|
|
115
|
-
ref:
|
|
116
|
-
style:
|
|
126
|
+
ref: b,
|
|
127
|
+
style: x(J.value)
|
|
117
128
|
}, {
|
|
118
|
-
default:
|
|
119
|
-
|
|
120
|
-
default:
|
|
121
|
-
!
|
|
129
|
+
default: a(() => [
|
|
130
|
+
n($, { "hide-on-leave": "" }, {
|
|
131
|
+
default: a(() => [
|
|
132
|
+
!f.value && !e.hideToolbar && e.variant != "pure" ? (p(), m(l(W), {
|
|
122
133
|
key: 0,
|
|
123
134
|
class: "overflow-x-auto",
|
|
124
135
|
color: O.value,
|
|
125
136
|
density: e.density,
|
|
126
137
|
ref_key: "handle",
|
|
127
|
-
ref:
|
|
138
|
+
ref: z
|
|
128
139
|
}, {
|
|
129
|
-
default:
|
|
140
|
+
default: a(() => [
|
|
130
141
|
u(e.$slots, "blade-toolbar", {}, () => [
|
|
131
|
-
|
|
142
|
+
G.value ? i("", !0) : (p(), m(l(T), {
|
|
132
143
|
key: 0,
|
|
133
144
|
icon: "$arrow-left",
|
|
134
145
|
size: e.size,
|
|
135
146
|
title: "Back",
|
|
136
147
|
onClick: o[0] || (o[0] = () => I())
|
|
137
148
|
}, null, 8, ["size"])),
|
|
138
|
-
e.showOnlyTitleLeft ?
|
|
149
|
+
e.showOnlyTitleLeft ? i("", !0) : u(e.$slots, "blade-toolbar-left", { key: 1 }),
|
|
139
150
|
u(e.$slots, "blade-title-left"),
|
|
140
151
|
u(e.$slots, "blade-label", {}, () => [
|
|
141
|
-
!e.showOnlyTitleLeft && e.label != null && e.variant != "inline" ? (
|
|
152
|
+
!e.showOnlyTitleLeft && e.label != null && e.variant != "inline" ? (p(), m(l(ne), {
|
|
142
153
|
key: 0,
|
|
143
|
-
onClick: o[1] || (o[1] = (
|
|
154
|
+
onClick: o[1] || (o[1] = (h) => M("titled"))
|
|
144
155
|
}, {
|
|
145
|
-
default:
|
|
146
|
-
|
|
156
|
+
default: a(() => [
|
|
157
|
+
N(B(e.label), 1)
|
|
147
158
|
]),
|
|
148
159
|
_: 1
|
|
149
|
-
})) : !e.showOnlyTitleLeft && e.label != null ? (
|
|
160
|
+
})) : !e.showOnlyTitleLeft && e.label != null ? (p(), m(l(se), {
|
|
150
161
|
key: 1,
|
|
151
162
|
class: "text-truncate",
|
|
152
|
-
onClick: o[2] || (o[2] = (
|
|
163
|
+
onClick: o[2] || (o[2] = (h) => M("titled"))
|
|
153
164
|
}, {
|
|
154
|
-
default:
|
|
155
|
-
|
|
165
|
+
default: a(() => [
|
|
166
|
+
N(B(e.label), 1)
|
|
156
167
|
]),
|
|
157
168
|
_: 1
|
|
158
|
-
})) :
|
|
169
|
+
})) : i("", !0)
|
|
159
170
|
]),
|
|
160
|
-
e.showOnlyTitleLeft ?
|
|
171
|
+
e.showOnlyTitleLeft ? i("", !0) : u(e.$slots, "blade-title-right", { key: 2 })
|
|
161
172
|
])
|
|
162
173
|
]),
|
|
163
|
-
append:
|
|
164
|
-
e.showOnlyTitleLeft ?
|
|
165
|
-
!
|
|
174
|
+
append: a(() => [
|
|
175
|
+
e.showOnlyTitleLeft ? i("", !0) : u(e.$slots, "blade-toolbar-right", { key: 0 }),
|
|
176
|
+
!A.value && !e.showOnlyTitleLeft ? (p(), m(l(T), {
|
|
166
177
|
icon: "$close",
|
|
167
178
|
key: "6.1",
|
|
168
179
|
size: e.size,
|
|
169
180
|
title: "Close",
|
|
170
|
-
onClick: o[3] || (o[3] = () =>
|
|
171
|
-
}, null, 8, ["size"])) :
|
|
172
|
-
!e.hideToolbarSettings && !e.showOnlyTitleLeft ? (
|
|
181
|
+
onClick: o[3] || (o[3] = () => l(v).closeBlade({ bladeName: e.bladeName, mode: "remove" }))
|
|
182
|
+
}, null, 8, ["size"])) : i("", !0),
|
|
183
|
+
!e.hideToolbarSettings && !e.showOnlyTitleLeft ? (p(), m(l(ve), {
|
|
173
184
|
"close-on-content-click": !1,
|
|
174
185
|
density: e.density,
|
|
175
186
|
key: "7"
|
|
176
187
|
}, {
|
|
177
|
-
activator:
|
|
178
|
-
|
|
188
|
+
activator: a(({ props: h }) => [
|
|
189
|
+
n(l(T), _({
|
|
179
190
|
icon: "$cog",
|
|
180
191
|
size: e.size
|
|
181
|
-
},
|
|
192
|
+
}, h), null, 16, ["size"])
|
|
182
193
|
]),
|
|
183
|
-
default:
|
|
184
|
-
|
|
185
|
-
default:
|
|
194
|
+
default: a(() => [
|
|
195
|
+
n(l(pe), { density: e.density }, {
|
|
196
|
+
default: a(() => [
|
|
186
197
|
u(e.$slots, "blade-settings")
|
|
187
198
|
]),
|
|
188
199
|
_: 3
|
|
189
200
|
}, 8, ["density"])
|
|
190
201
|
]),
|
|
191
202
|
_: 3
|
|
192
|
-
}, 8, ["density"])) :
|
|
203
|
+
}, 8, ["density"])) : i("", !0)
|
|
193
204
|
]),
|
|
194
205
|
_: 3
|
|
195
|
-
}, 8, ["color", "density"])) :
|
|
206
|
+
}, 8, ["color", "density"])) : i("", !0)
|
|
196
207
|
]),
|
|
197
208
|
_: 3
|
|
198
209
|
}),
|
|
199
|
-
|
|
200
|
-
default:
|
|
201
|
-
!
|
|
210
|
+
n($, { "hide-on-leave": "" }, {
|
|
211
|
+
default: a(() => [
|
|
212
|
+
!f.value && !e.hideSubtoolbar && e.variant != "pure" ? (p(), m(l(W), {
|
|
202
213
|
key: 0,
|
|
203
214
|
color: O.value,
|
|
204
215
|
density: e.density,
|
|
205
216
|
tile: ""
|
|
206
217
|
}, {
|
|
207
|
-
default:
|
|
218
|
+
default: a(() => [
|
|
208
219
|
u(e.$slots, "subtoolbar")
|
|
209
220
|
]),
|
|
210
221
|
_: 3
|
|
211
|
-
}, 8, ["color", "density"])) :
|
|
222
|
+
}, 8, ["color", "density"])) : i("", !0)
|
|
212
223
|
]),
|
|
213
224
|
_: 3
|
|
214
225
|
}),
|
|
215
|
-
|
|
216
|
-
default:
|
|
217
|
-
|
|
226
|
+
n($, null, {
|
|
227
|
+
default: a(() => [
|
|
228
|
+
n(l(de), {
|
|
218
229
|
closable: "",
|
|
219
230
|
color: "red-lighten-1",
|
|
220
231
|
title: "Error",
|
|
221
|
-
modelValue:
|
|
222
|
-
"onUpdate:modelValue": o[4] || (o[4] = (
|
|
232
|
+
modelValue: k.value,
|
|
233
|
+
"onUpdate:modelValue": o[4] || (o[4] = (h) => k.value = h)
|
|
223
234
|
}, {
|
|
224
|
-
default:
|
|
225
|
-
|
|
235
|
+
default: a(() => [
|
|
236
|
+
N(B(e.errorMsg), 1)
|
|
226
237
|
]),
|
|
227
238
|
_: 1
|
|
228
239
|
}, 8, ["modelValue"])
|
|
229
240
|
]),
|
|
230
241
|
_: 1
|
|
231
242
|
}),
|
|
232
|
-
|
|
243
|
+
f.value ? i("", !0) : u(e.$slots, "content", {
|
|
233
244
|
key: 0,
|
|
234
|
-
isMobile:
|
|
235
|
-
bladeData:
|
|
245
|
+
isMobile: l(v).isMobile.value,
|
|
246
|
+
bladeData: l(v).bladeData
|
|
236
247
|
}),
|
|
237
|
-
|
|
248
|
+
n(l(ue), {
|
|
238
249
|
modelValue: L.value,
|
|
239
|
-
"onUpdate:modelValue": o[5] || (o[5] = (
|
|
250
|
+
"onUpdate:modelValue": o[5] || (o[5] = (h) => L.value = h),
|
|
240
251
|
class: "align-center justify-center text-center overlay",
|
|
241
252
|
contained: "",
|
|
242
253
|
persistent: ""
|
|
243
254
|
}, {
|
|
244
|
-
default:
|
|
245
|
-
|
|
246
|
-
default:
|
|
247
|
-
|
|
248
|
-
default:
|
|
249
|
-
|
|
250
|
-
|
|
255
|
+
default: a(() => [
|
|
256
|
+
n(l(D), null, {
|
|
257
|
+
default: a(() => [
|
|
258
|
+
n(l(me), null, {
|
|
259
|
+
default: a(() => [
|
|
260
|
+
n(l(fe), { indeterminate: "" }),
|
|
261
|
+
ee("p", null, B(e.loadingMsg), 1)
|
|
251
262
|
]),
|
|
252
263
|
_: 1
|
|
253
264
|
})
|
|
@@ -259,10 +270,10 @@ const ke = /* @__PURE__ */ le({
|
|
|
259
270
|
}, 8, ["modelValue"])
|
|
260
271
|
]),
|
|
261
272
|
_: 3
|
|
262
|
-
}, 8, ["class", "color", "density", "flat", "min-height", "style"])) :
|
|
273
|
+
}, 8, ["class", "color", "density", "flat", "min-height", "style"])) : i("", !0);
|
|
263
274
|
};
|
|
264
275
|
}
|
|
265
276
|
});
|
|
266
277
|
export {
|
|
267
|
-
|
|
278
|
+
We as default
|
|
268
279
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { defineComponent as E, computed as
|
|
2
|
-
import { usePresets as
|
|
3
|
-
import { useBackgroundTask as
|
|
1
|
+
import { defineComponent as E, computed as t, inject as s, ref as a, openBlock as N, createElementBlock as _, createVNode as I, unref as l, mergeProps as T, withModifiers as V, createTextVNode as h, toDisplayString as y } from "vue";
|
|
2
|
+
import { usePresets as A } from "../composables/presets.mjs";
|
|
3
|
+
import { useBackgroundTask as C } from "../composables/background-tasks.mjs";
|
|
4
|
+
import { VBtn as S } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
|
|
4
5
|
const D = /* @__PURE__ */ E({
|
|
5
6
|
__name: "BT-Btn",
|
|
6
7
|
props: {
|
|
@@ -13,29 +14,26 @@ const D = /* @__PURE__ */ E({
|
|
|
13
14
|
variant: { default: void 0 }
|
|
14
15
|
},
|
|
15
16
|
emits: ["click"],
|
|
16
|
-
setup(
|
|
17
|
-
const
|
|
18
|
-
let
|
|
19
|
-
e.taskActionName != null && (
|
|
20
|
-
const
|
|
21
|
-
async function
|
|
22
|
-
|
|
17
|
+
setup(r, { emit: c }) {
|
|
18
|
+
const u = c, e = r, o = A(e.preset);
|
|
19
|
+
let i;
|
|
20
|
+
e.taskActionName != null && (i = C(e.taskActionName));
|
|
21
|
+
const d = t(() => e.icon ?? o.icon), m = t(() => e.color ?? o.color), p = s("isEditing", () => a(!1), !0), v = t(() => e.isEditing ?? o.isEditing ?? p.value), f = t(() => (i == null ? void 0 : i.task.value) != null && i.task.value.isFinished), g = s("size", () => a(e.size ?? "small"), !0), k = t(() => e.size ?? o.size ?? g.value), z = t(() => e.variant ?? o.variant);
|
|
22
|
+
async function B(n) {
|
|
23
|
+
i != null ? await i.startTask() : u("click", n);
|
|
23
24
|
}
|
|
24
|
-
return (n,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
h(" " + y(A(t)), 1)
|
|
37
|
-
]);
|
|
38
|
-
};
|
|
25
|
+
return (n, b) => (N(), _("div", null, [
|
|
26
|
+
I(l(S), T(n.$attrs, {
|
|
27
|
+
onClick: V(B, ["stop"]),
|
|
28
|
+
color: m.value,
|
|
29
|
+
disabled: !v.value,
|
|
30
|
+
icon: d.value,
|
|
31
|
+
loading: f.value,
|
|
32
|
+
size: k.value,
|
|
33
|
+
variant: z.value
|
|
34
|
+
}), null, 16, ["color", "disabled", "icon", "loading", "size", "variant"]),
|
|
35
|
+
h(" " + y(l(i)), 1)
|
|
36
|
+
]));
|
|
39
37
|
}
|
|
40
38
|
});
|
|
41
39
|
export {
|