bt-core-app 2.2.10 → 2.2.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/VAlert.sass.mjs +1 -0
- package/dist/_virtual/VAvatar.sass.mjs +1 -0
- package/dist/_virtual/VBtn.sass.mjs +1 -0
- package/dist/_virtual/VBtnGroup.sass.mjs +1 -0
- package/dist/_virtual/VBtnToggle.sass.mjs +1 -0
- package/dist/_virtual/VCard.sass.mjs +1 -0
- package/dist/_virtual/VCheckbox.sass.mjs +1 -0
- package/dist/_virtual/VChip.sass.mjs +1 -0
- package/dist/_virtual/VChipGroup.sass.mjs +1 -0
- package/dist/_virtual/VColorPicker.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerCanvas.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerEdit.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerPreview.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerSwatches.sass.mjs +1 -0
- package/dist/_virtual/VCombobox.sass.mjs +1 -0
- package/dist/_virtual/VContainer.sass.mjs +1 -0
- package/dist/_virtual/VCounter.sass.mjs +1 -0
- package/dist/_virtual/VDialog.sass.mjs +1 -0
- package/dist/_virtual/VDivider.sass.mjs +1 -0
- package/dist/_virtual/VField.sass.mjs +1 -0
- package/dist/_virtual/VGrid.sass.mjs +1 -0
- package/dist/_virtual/VIcon.sass.mjs +1 -0
- package/dist/_virtual/VImg.sass.mjs +1 -0
- package/dist/_virtual/VInput.sass.mjs +1 -0
- package/dist/_virtual/VLabel.sass.mjs +1 -0
- package/dist/_virtual/VList.sass.mjs +1 -0
- package/dist/_virtual/VListItem.sass.mjs +1 -0
- package/dist/_virtual/VMenu.sass.mjs +1 -0
- package/dist/_virtual/VMessages.sass.mjs +1 -0
- package/dist/_virtual/VNavigationDrawer.sass.mjs +1 -0
- package/dist/_virtual/VOverlay.sass.mjs +1 -0
- package/dist/_virtual/VPagination.sass.mjs +1 -0
- package/dist/_virtual/VPicker.sass.mjs +1 -0
- package/dist/_virtual/VProgressCircular.sass.mjs +1 -0
- package/dist/_virtual/VProgressLinear.sass.mjs +1 -0
- package/dist/_virtual/VRating.sass.mjs +1 -0
- package/dist/_virtual/VResponsive.sass.mjs +1 -0
- package/dist/_virtual/VRipple.sass.mjs +1 -0
- package/dist/_virtual/VSelect.sass.mjs +1 -0
- package/dist/_virtual/VSelectionControl.sass.mjs +1 -0
- package/dist/_virtual/VSelectionControlGroup.sass.mjs +1 -0
- package/dist/_virtual/VSheet.sass.mjs +1 -0
- package/dist/_virtual/VSlideGroup.sass.mjs +1 -0
- package/dist/_virtual/VSlider.sass.mjs +1 -0
- package/dist/_virtual/VSliderThumb.sass.mjs +1 -0
- package/dist/_virtual/VSliderTrack.sass.mjs +1 -0
- package/dist/_virtual/VSpacer.sass.mjs +1 -0
- package/dist/_virtual/VSwitch.sass.mjs +1 -0
- package/dist/_virtual/VTab.sass.mjs +1 -0
- package/dist/_virtual/VTable.sass.mjs +1 -0
- package/dist/_virtual/VTabs.sass.mjs +1 -0
- package/dist/_virtual/VTextField.sass.mjs +1 -0
- package/dist/_virtual/VTextarea.sass.mjs +1 -0
- package/dist/_virtual/VToolbar.sass.mjs +1 -0
- package/dist/_virtual/VVirtualScroll.sass.mjs +1 -0
- package/dist/_virtual/VWindow.sass.mjs +1 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +196 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +92 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +220 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +68 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +57 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +180 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +32 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +118 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +74 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +263 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +87 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +161 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +166 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +123 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +72 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +193 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +501 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +51 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +39 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +103 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +82 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +295 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +28 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +98 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +104 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +6 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +77 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +248 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +40 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +154 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +36 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +281 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +104 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +129 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +312 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +50 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +132 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +4 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +55 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +247 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +44 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +100 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +291 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +292 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +91 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +179 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +42 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +315 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +129 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +195 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +217 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +56 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +475 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +57 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +183 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +106 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +61 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +287 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +54 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +159 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +176 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +109 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +242 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +172 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +66 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +126 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +153 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +48 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +4 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +204 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +258 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +167 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +37 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +106 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +47 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +211 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +93 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +113 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +136 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +52 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +22 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +14 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +19 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +69 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +11 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/defaults.mjs +70 -45
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +34 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +20 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +23 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +32 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +25 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +125 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +31 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +54 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +112 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +78 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +86 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +169 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +20 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +73 -40
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +24 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +43 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +120 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +22 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +49 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +24 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +102 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +315 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +60 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +206 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +22 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +35 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +26 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +30 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +12 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +16 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +27 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +17 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +39 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +10 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +32 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +19 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +73 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +34 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +139 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +164 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +62 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +183 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +89 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +77 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +44 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +36 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +73 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +19 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +16 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +224 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/console.mjs +12 -4
- package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +31 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +37 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +14 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +23 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getCurrentInstance.mjs +13 -6
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +34 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +8 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +408 -28
- package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +11 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +25 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +8 -0
- package/dist/components/BT-Assistant-Menu.vue.mjs +420 -407
- package/dist/components/BT-Avatar.vue.mjs +31 -31
- package/dist/components/BT-Background-Task.vue.mjs +52 -52
- package/dist/components/BT-Blade-Item.vue.mjs +110 -100
- package/dist/components/BT-Blade-Items.vue.mjs +1 -1
- package/dist/components/BT-Blade-Items.vue2.mjs +411 -399
- package/dist/components/BT-Blade-Steps.vue.mjs +2 -2
- package/dist/components/BT-Blade-Steps.vue2.mjs +641 -626
- package/dist/components/BT-Blade.vue.mjs +201 -192
- package/dist/components/BT-Btn.vue.mjs +23 -25
- package/dist/components/BT-Camera-Overlay.vue.mjs +144 -142
- package/dist/components/BT-Col.vue.mjs +17 -19
- package/dist/components/BT-Color-Picker-Menu.vue.mjs +51 -49
- package/dist/components/BT-Cosmetics-Menu.vue.mjs +180 -173
- package/dist/components/BT-Cron.vue.mjs +264 -249
- package/dist/components/BT-Date-Select.vue.mjs +46 -47
- package/dist/components/BT-Demo-Profile-Select.vue.mjs +40 -40
- package/dist/components/BT-Dialog-Confirm.vue.mjs +39 -39
- package/dist/components/BT-Dialog-Date.vue.mjs +22 -19
- package/dist/components/BT-Dialog-Number.vue.mjs +125 -121
- package/dist/components/BT-Dialog-Select.vue.mjs +96 -85
- package/dist/components/BT-Divider.vue.mjs +20 -21
- package/dist/components/BT-Drag-Counter.vue.mjs +1 -1
- package/dist/components/BT-Drag-Counter.vue2.mjs +89 -89
- package/dist/components/BT-Entity.vue.mjs +82 -82
- package/dist/components/BT-Error.vue.mjs +26 -27
- package/dist/components/BT-Field-Checkbox.vue.mjs +30 -31
- package/dist/components/BT-Field-Date.vue.mjs +87 -84
- package/dist/components/BT-Field-Entity.vue.mjs +20 -16
- package/dist/components/BT-Field-Select-Simple.vue.mjs +24 -26
- package/dist/components/BT-Field-Select.vue.mjs +32 -34
- package/dist/components/BT-Field-String.vue.mjs +54 -52
- package/dist/components/BT-Field-Switch.vue.mjs +44 -43
- package/dist/components/BT-Field-Tags.vue.mjs +57 -55
- package/dist/components/BT-Field-Textarea.vue.mjs +44 -43
- package/dist/components/BT-Field-Trigger.vue.mjs +276 -270
- package/dist/components/BT-Field.vue.mjs +39 -38
- package/dist/components/BT-Form-Builder.vue.mjs +346 -325
- package/dist/components/BT-Form-Field.vue.mjs +88 -81
- package/dist/components/BT-Form.vue.mjs +280 -269
- package/dist/components/BT-Header-Option.vue.mjs +21 -19
- package/dist/components/BT-Image-Select.vue.mjs +186 -177
- package/dist/components/BT-Json.vue.mjs +29 -30
- package/dist/components/BT-Loader.vue.mjs +32 -31
- package/dist/components/BT-Nav-Sidebar.vue.mjs +130 -124
- package/dist/components/BT-Number.vue.mjs +1 -1
- package/dist/components/BT-Number.vue2.mjs +17 -19
- package/dist/components/BT-Numpad.vue.mjs +147 -144
- package/dist/components/BT-Select-List-Box.vue.mjs +287 -276
- package/dist/components/BT-Select-Simple.vue.mjs +21 -23
- package/dist/components/BT-Select.vue.mjs +36 -37
- package/dist/components/BT-Signature-Overlay.vue.mjs +113 -112
- package/dist/components/BT-Signature.vue.mjs +96 -96
- package/dist/components/BT-Slider.vue.mjs +109 -103
- package/dist/components/BT-Square-Check.vue.mjs +65 -65
- package/dist/components/BT-Status-Item.vue.mjs +18 -16
- package/dist/components/BT-Tags.vue.mjs +21 -22
- package/dist/components/BT-Tour.vue.mjs +69 -65
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,29 +1,28 @@
|
|
|
1
|
-
import { defineComponent as i, computed as a,
|
|
2
|
-
|
|
1
|
+
import { defineComponent as i, computed as a, openBlock as c, createElementBlock as d, createVNode as e, unref as t, normalizeStyle as m, renderSlot as p, withCtx as f, createTextVNode as u, toDisplayString as x } from "vue";
|
|
2
|
+
import { VDivider as r } from "../bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs";
|
|
3
|
+
import { VListSubheader as _ } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs";
|
|
4
|
+
const h = { class: "d-flex align-center" }, B = /* @__PURE__ */ i({
|
|
3
5
|
__name: "BT-Divider",
|
|
4
6
|
props: {
|
|
5
7
|
left: {},
|
|
6
8
|
text: {}
|
|
7
9
|
},
|
|
8
|
-
setup(
|
|
9
|
-
const
|
|
10
|
-
return (
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
e(o)
|
|
25
|
-
]);
|
|
26
|
-
};
|
|
10
|
+
setup(l) {
|
|
11
|
+
const n = l, s = a(() => n.left ?? 25);
|
|
12
|
+
return (o, v) => (c(), d("div", h, [
|
|
13
|
+
e(t(r), {
|
|
14
|
+
style: m(`max-width: ${s.value}%`)
|
|
15
|
+
}, null, 8, ["style"]),
|
|
16
|
+
p(o.$slots, "text", {}, () => [
|
|
17
|
+
e(t(_), { class: "ml-3" }, {
|
|
18
|
+
default: f(() => [
|
|
19
|
+
u(x(o.text), 1)
|
|
20
|
+
]),
|
|
21
|
+
_: 1
|
|
22
|
+
})
|
|
23
|
+
]),
|
|
24
|
+
e(t(r))
|
|
25
|
+
]));
|
|
27
26
|
}
|
|
28
27
|
});
|
|
29
28
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./BT-Drag-Counter.vue2.mjs";
|
|
2
2
|
import "./BT-Drag-Counter.vue3.mjs";
|
|
3
3
|
import r from "../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
-
const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-
|
|
4
|
+
const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-bd9e67a1"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|
|
@@ -1,10 +1,13 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { watchDebounced as J, useEventListener as
|
|
1
|
+
import { defineComponent as I, ref as v, computed as w, watch as R, openBlock as p, createElementBlock as c, normalizeClass as F, createVNode as m, unref as h, withCtx as D, renderSlot as E, createCommentVNode as x, mergeProps as G, withModifiers as P, normalizeStyle as H, toDisplayString as b } from "vue";
|
|
2
|
+
import { watchDebounced as J, useEventListener as L } from "@vueuse/core";
|
|
3
3
|
import { t as K } from "../bt-core/core/node_modules/thenby/thenBy.module.mjs";
|
|
4
|
-
|
|
4
|
+
import { VSlideYReverseTransition as Y, VSlideYTransition as Q } from "../bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs";
|
|
5
|
+
import { VBtn as U } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
|
|
6
|
+
import { VIcon as W } from "../bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs";
|
|
7
|
+
const Z = { key: 0 }, ee = {
|
|
5
8
|
class: "mr-1",
|
|
6
9
|
key: "2"
|
|
7
|
-
},
|
|
10
|
+
}, te = { key: "3" }, ae = { key: 0 }, ue = /* @__PURE__ */ I({
|
|
8
11
|
__name: "BT-Drag-Counter",
|
|
9
12
|
props: {
|
|
10
13
|
applyOnEnd: { type: Boolean },
|
|
@@ -34,14 +37,14 @@ const Q = { key: 0 }, R = {
|
|
|
34
37
|
"stopDragging"
|
|
35
38
|
],
|
|
36
39
|
setup(q, { emit: A }) {
|
|
37
|
-
const t = q, l = A, a =
|
|
40
|
+
const t = q, l = A, a = v(0), f = v("x1"), i = v(!1), O = v(!1), o = v(!1), N = w(() => {
|
|
38
41
|
var e = "position: absolute;";
|
|
39
42
|
return t.popupDirection == "top" ? e = `${e} bottom: 130%` : t.popupDirection == "bottom" ? e = `${e} top: 130%` : t.popupDirection == "left" ? e = `${e} right: 130%` : t.popupDirection == "right" && (e = `${e} left: 130%`), e;
|
|
40
|
-
}),
|
|
43
|
+
}), j = w(() => {
|
|
41
44
|
if (t.centerOfParent)
|
|
42
|
-
return t.opaque && !
|
|
45
|
+
return t.opaque && !i.value ? "center-of-parent-opaque" : "center-of-parent";
|
|
43
46
|
});
|
|
44
|
-
let
|
|
47
|
+
let V = 0, z, S, r = [], y = { x: 0, y: 0 }, B = t.mathOptions ?? [
|
|
45
48
|
{ yLevelLessThan: 25, xDifTrigger: 40, valOnTrigger: 1, txt: "x1" },
|
|
46
49
|
{ yLevelLessThan: 50, xDifTrigger: 30, valOnTrigger: 1, txt: "x2" },
|
|
47
50
|
{ yLevelLessThan: 75, xDifTrigger: 20, valOnTrigger: 1, txt: "x3" },
|
|
@@ -50,107 +53,104 @@ const Q = { key: 0 }, R = {
|
|
|
50
53
|
{ yLevelLessThan: 400, xDifTrigger: 1, valOnTrigger: 10, txt: "x50" },
|
|
51
54
|
{ yLevelLessThan: 4e3, xDifTrigger: 1, valOnTrigger: 100, txt: "x100" }
|
|
52
55
|
];
|
|
53
|
-
|
|
56
|
+
B = B.sort(K.firstBy((e) => e.yLevelLessThan, "asc")), R(i, (e) => {
|
|
54
57
|
l(e ? "startDragging" : "stopDragging");
|
|
55
58
|
});
|
|
56
|
-
function
|
|
57
|
-
|
|
59
|
+
function M() {
|
|
60
|
+
r.push(L("mousemove", X)), r.push(L("touchmove", X)), i.value = !0, o.value = !0, a.value = t.modelValue ?? 0, f.value = "x1", V = y.x;
|
|
58
61
|
}
|
|
59
|
-
function
|
|
60
|
-
|
|
62
|
+
function _(e) {
|
|
63
|
+
O.value = !0;
|
|
61
64
|
const n = e.type === "touchstart" && e.touches.length > 0 ? e.touches[0] : e;
|
|
62
|
-
|
|
63
|
-
const
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
},
|
|
65
|
+
y = { x: n.clientX, y: n.clientY }, r.push(L("mouseup", k)), r.push(L("touchend", k));
|
|
66
|
+
const s = t.delay ?? 0;
|
|
67
|
+
s <= 0 ? M() : setTimeout(() => {
|
|
68
|
+
O.value && M();
|
|
69
|
+
}, s), e.preventDefault(), e.stopPropagation();
|
|
67
70
|
}
|
|
68
71
|
function k() {
|
|
69
|
-
|
|
72
|
+
O.value = !1, r.forEach((e) => {
|
|
70
73
|
e();
|
|
71
|
-
}),
|
|
74
|
+
}), r.length = 0, i.value && t.applyOnEnd ? (l("update:modelValue", a.value), l("change", a.value)) : i.value || l("click", a.value), i.value = !1, t.clearOnLastChange && (a.value = 0), z = void 0, S = void 0;
|
|
72
75
|
}
|
|
73
|
-
function
|
|
76
|
+
function X(e) {
|
|
74
77
|
const n = e.type == "touchmove" && e.touches.length > 0 ? e.touches[0] : e;
|
|
75
|
-
if (
|
|
78
|
+
if (y ?? (y = {
|
|
76
79
|
x: n.clientX,
|
|
77
80
|
y: n.clientY
|
|
78
|
-
}),
|
|
79
|
-
if (z ?? (z = e.timeStamp),
|
|
80
|
-
a.value < t.max && (
|
|
81
|
+
}), i.value)
|
|
82
|
+
if (z ?? (z = e.timeStamp), S ?? (S = n.clientX), t.max != null && t.useMaxer && e.timeStamp - z < t.toMaxSpeed && n.clientX - S > t.toMaxDistance)
|
|
83
|
+
a.value < t.max && (f.value = "MAX", a.value = t.max, t.applyOnEnd || (l("update:modelValue", a.value), l("change", a.value)), l("dragging"));
|
|
81
84
|
else {
|
|
82
|
-
let
|
|
83
|
-
if (
|
|
85
|
+
let s = n.clientX - V;
|
|
86
|
+
if (s > 0 && f.value == "MAX")
|
|
84
87
|
return;
|
|
85
88
|
{
|
|
86
|
-
let
|
|
87
|
-
|
|
88
|
-
const
|
|
89
|
-
if (
|
|
90
|
-
|
|
91
|
-
let
|
|
92
|
-
if (
|
|
93
|
-
|
|
94
|
-
let
|
|
95
|
-
t.max != null &&
|
|
89
|
+
let g = n.clientY - y.y;
|
|
90
|
+
g = g < 0 ? 0 - g : g;
|
|
91
|
+
const T = B.find((d) => g < d.yLevelLessThan);
|
|
92
|
+
if (T != null) {
|
|
93
|
+
f.value = T.txt;
|
|
94
|
+
let d = T.xDifTrigger, $ = T.valOnTrigger;
|
|
95
|
+
if (s > d || s < 0 - d) {
|
|
96
|
+
V = n.clientX;
|
|
97
|
+
let u = a.value + (s > d ? $ : 0 - $);
|
|
98
|
+
t.max != null && u > t.max && (u = t.max), t.min != null && u < t.min && (u = t.min), a.value != u && (a.value = u, t.applyOnEnd || (l("update:modelValue", a.value), l("change", a.value)), l("dragging"));
|
|
96
99
|
}
|
|
97
100
|
}
|
|
98
101
|
}
|
|
99
102
|
}
|
|
100
103
|
}
|
|
101
|
-
return J(
|
|
102
|
-
e || (
|
|
103
|
-
}, { debounce: 1e3 }), (e,
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
})
|
|
150
|
-
], 2);
|
|
151
|
-
};
|
|
104
|
+
return J(i, (e) => {
|
|
105
|
+
e || (o.value = !1);
|
|
106
|
+
}, { debounce: 1e3 }), (e, C) => (p(), c("div", {
|
|
107
|
+
class: F([j.value, "d-flex"])
|
|
108
|
+
}, [
|
|
109
|
+
m(h(Y), null, {
|
|
110
|
+
default: D(() => [
|
|
111
|
+
o.value ? x("", !0) : (p(), c("div", Z, [
|
|
112
|
+
E(e.$slots, "prepend", { size: e.size }, void 0, !0)
|
|
113
|
+
]))
|
|
114
|
+
]),
|
|
115
|
+
_: 3
|
|
116
|
+
}),
|
|
117
|
+
m(h(U), G(e.$attrs, {
|
|
118
|
+
icon: e.icon,
|
|
119
|
+
size: e.size,
|
|
120
|
+
onMousedown: P(_, ["stop"]),
|
|
121
|
+
onTouchstart: P(_, ["stop"])
|
|
122
|
+
}), {
|
|
123
|
+
default: D(() => [
|
|
124
|
+
m(h(W), {
|
|
125
|
+
icon: e.icon,
|
|
126
|
+
size: e.iconSize
|
|
127
|
+
}, null, 8, ["icon", "size"]),
|
|
128
|
+
m(h(Q), null, {
|
|
129
|
+
default: D(() => [
|
|
130
|
+
o.value ? (p(), c("span", {
|
|
131
|
+
key: 0,
|
|
132
|
+
style: H(N.value)
|
|
133
|
+
}, [
|
|
134
|
+
o.value ? (p(), c("span", ee, "(" + b(f.value) + ")", 1)) : x("", !0),
|
|
135
|
+
o.value ? (p(), c("span", te, b(a.value), 1)) : x("", !0)
|
|
136
|
+
], 4)) : x("", !0)
|
|
137
|
+
]),
|
|
138
|
+
_: 1
|
|
139
|
+
})
|
|
140
|
+
]),
|
|
141
|
+
_: 1
|
|
142
|
+
}, 16, ["icon", "size"]),
|
|
143
|
+
m(h(Y), null, {
|
|
144
|
+
default: D(() => [
|
|
145
|
+
o.value ? x("", !0) : (p(), c("div", ae, [
|
|
146
|
+
E(e.$slots, "append", { size: e.size }, void 0, !0)
|
|
147
|
+
]))
|
|
148
|
+
]),
|
|
149
|
+
_: 3
|
|
150
|
+
})
|
|
151
|
+
], 2));
|
|
152
152
|
}
|
|
153
153
|
});
|
|
154
154
|
export {
|
|
155
|
-
|
|
155
|
+
ue as default
|
|
156
156
|
};
|
|
@@ -1,12 +1,15 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useItem as
|
|
3
|
-
import { useFilters as
|
|
4
|
-
import { nestedValue as
|
|
5
|
-
import { useNavigation as
|
|
6
|
-
|
|
1
|
+
import { defineComponent as k, computed as V, toValue as x, openBlock as a, createElementBlock as r, normalizeClass as l, createVNode as y, unref as t, withCtx as m, createBlock as p, createCommentVNode as f, normalizeStyle as G, renderSlot as i, createTextVNode as c, toDisplayString as s, createElementVNode as g } from "vue";
|
|
2
|
+
import { useItem as N } from "../composables/item.mjs";
|
|
3
|
+
import { useFilters as D } from "../composables/filters.mjs";
|
|
4
|
+
import { nestedValue as E } from "../composables/helpers.mjs";
|
|
5
|
+
import { useNavigation as F } from "../composables/navigation.mjs";
|
|
6
|
+
import { VSlideXTransition as L } from "../bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs";
|
|
7
|
+
import { VProgressCircular as v } from "../bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs";
|
|
8
|
+
import { VOverlay as P } from "../bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs";
|
|
9
|
+
const b = {
|
|
7
10
|
key: 0,
|
|
8
11
|
class: "align-center justify-center text-center"
|
|
9
|
-
},
|
|
12
|
+
}, w = { key: "3" }, K = /* @__PURE__ */ k({
|
|
10
13
|
__name: "BT-Entity",
|
|
11
14
|
props: {
|
|
12
15
|
alternateText: {},
|
|
@@ -87,86 +90,83 @@ const w = {
|
|
|
87
90
|
variant: {}
|
|
88
91
|
},
|
|
89
92
|
emits: ["fetched", "saved"],
|
|
90
|
-
setup(
|
|
91
|
-
const
|
|
93
|
+
setup(B, { emit: h }) {
|
|
94
|
+
const I = h, o = B, S = D(), n = N(o, I, {
|
|
92
95
|
onGetItem: (e) => {
|
|
93
96
|
o.assignToObject != null && o.assignToProp != null && (o.assignToObject[o.assignToProp] = e);
|
|
94
97
|
}
|
|
95
|
-
}), T =
|
|
96
|
-
var e =
|
|
97
|
-
return o.textFunction != null && (e = o.textFunction(e)),
|
|
98
|
+
}), T = F(), d = o.itemText ?? (o.nav != null ? T.findItemText(o.nav) : void 0) ?? void 0, A = V(() => {
|
|
99
|
+
var e = x(n.asyncItem);
|
|
100
|
+
return o.textFunction != null && (e = o.textFunction(e)), d != null && (e = E(n.asyncItem.value, d)), o.textFilter != null ? S.findFilter(o.textFilter)(e) : e;
|
|
98
101
|
});
|
|
99
|
-
return (e,
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
}, 8, ["modelValue"])) : g("", !0)
|
|
166
|
-
], 2);
|
|
167
|
-
};
|
|
102
|
+
return (e, u) => (a(), r("div", {
|
|
103
|
+
class: l(e.inline ? "d-inline" : "")
|
|
104
|
+
}, [
|
|
105
|
+
y(t(L), { "hide-on-leave": "" }, {
|
|
106
|
+
default: m(() => [
|
|
107
|
+
e.inline && t(n).isLoading.value ? (a(), r("div", b, [
|
|
108
|
+
e.hideLoader ? f("", !0) : (a(), p(t(v), {
|
|
109
|
+
key: 0,
|
|
110
|
+
indeterminate: "",
|
|
111
|
+
size: "20"
|
|
112
|
+
}))
|
|
113
|
+
])) : t(n).asyncItem.value != null ? (a(), r("div", {
|
|
114
|
+
key: "1",
|
|
115
|
+
class: l({ "d-inline": e.inline, "text-truncate": e.truncate }),
|
|
116
|
+
style: G(e.truncate == !0 ? "display: inline-block;" : "")
|
|
117
|
+
}, [
|
|
118
|
+
i(e.$slots, "prepend", {
|
|
119
|
+
item: t(n).asyncItem.value,
|
|
120
|
+
refresh: t(n).refresh
|
|
121
|
+
}, () => [
|
|
122
|
+
c(s(e.prefix), 1)
|
|
123
|
+
]),
|
|
124
|
+
i(e.$slots, "default", {
|
|
125
|
+
isChanged: t(n).isChanged,
|
|
126
|
+
item: t(n).asyncItem.value,
|
|
127
|
+
deleteItem: t(n).deleteItem,
|
|
128
|
+
refresh: t(n).refresh,
|
|
129
|
+
save: () => t(n).saveItem(t(n).asyncItem.value)
|
|
130
|
+
}, () => [
|
|
131
|
+
c(s(A.value), 1)
|
|
132
|
+
]),
|
|
133
|
+
i(e.$slots, "append", {
|
|
134
|
+
item: t(n).asyncItem.value,
|
|
135
|
+
refresh: t(n).refresh
|
|
136
|
+
}, () => [
|
|
137
|
+
c(s(e.suffix), 1)
|
|
138
|
+
])
|
|
139
|
+
], 6)) : (a(), r("div", {
|
|
140
|
+
key: "2",
|
|
141
|
+
class: l(e.inline ? "d-inline" : "")
|
|
142
|
+
}, [
|
|
143
|
+
i(e.$slots, "alternate", {
|
|
144
|
+
item: t(n).asyncItem.value,
|
|
145
|
+
refresh: t(n).refresh
|
|
146
|
+
}, () => [
|
|
147
|
+
g("span", w, s(e.alternateText), 1)
|
|
148
|
+
])
|
|
149
|
+
], 2))
|
|
150
|
+
]),
|
|
151
|
+
_: 3
|
|
152
|
+
}),
|
|
153
|
+
!e.inline && !e.hideLoader ? (a(), p(t(P), {
|
|
154
|
+
key: 0,
|
|
155
|
+
modelValue: t(n).isLoading.value,
|
|
156
|
+
"onUpdate:modelValue": u[0] || (u[0] = (C) => t(n).isLoading.value = C),
|
|
157
|
+
class: "align-center justify-center text-center",
|
|
158
|
+
contained: "",
|
|
159
|
+
persistent: ""
|
|
160
|
+
}, {
|
|
161
|
+
default: m(() => [
|
|
162
|
+
y(t(v), { indeterminate: "" }),
|
|
163
|
+
g("p", null, s(t(n).loadingMsg), 1)
|
|
164
|
+
]),
|
|
165
|
+
_: 1
|
|
166
|
+
}, 8, ["modelValue"])) : f("", !0)
|
|
167
|
+
], 2));
|
|
168
168
|
}
|
|
169
169
|
});
|
|
170
170
|
export {
|
|
171
|
-
|
|
171
|
+
K as default
|
|
172
172
|
};
|
|
@@ -1,35 +1,34 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
|
|
1
|
+
import { defineComponent as u, ref as i, watch as p, openBlock as d, createBlock as m, unref as t, withCtx as l, createVNode as f, createTextVNode as c, toDisplayString as V } from "vue";
|
|
2
|
+
import { VSlideYTransition as g } from "../bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs";
|
|
3
|
+
import { VAlert as _ } from "../bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs";
|
|
4
|
+
const x = /* @__PURE__ */ u({
|
|
3
5
|
__name: "BT-Error",
|
|
4
6
|
props: {
|
|
5
7
|
errorMsg: {}
|
|
6
8
|
},
|
|
7
|
-
setup(
|
|
8
|
-
const
|
|
9
|
-
return
|
|
10
|
-
e.value =
|
|
11
|
-
}), (
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
_: 1
|
|
29
|
-
});
|
|
30
|
-
};
|
|
9
|
+
setup(a) {
|
|
10
|
+
const n = a, e = i(!1);
|
|
11
|
+
return p(() => n.errorMsg, (r) => {
|
|
12
|
+
e.value = r != null;
|
|
13
|
+
}), (r, o) => (d(), m(t(g), null, {
|
|
14
|
+
default: l(() => [
|
|
15
|
+
f(t(_), {
|
|
16
|
+
closable: "",
|
|
17
|
+
title: "Error",
|
|
18
|
+
color: "red-lighten-1",
|
|
19
|
+
modelValue: e.value,
|
|
20
|
+
"onUpdate:modelValue": o[0] || (o[0] = (s) => e.value = s)
|
|
21
|
+
}, {
|
|
22
|
+
default: l(() => [
|
|
23
|
+
c(V(r.errorMsg), 1)
|
|
24
|
+
]),
|
|
25
|
+
_: 1
|
|
26
|
+
}, 8, ["modelValue"])
|
|
27
|
+
]),
|
|
28
|
+
_: 1
|
|
29
|
+
}));
|
|
31
30
|
}
|
|
32
31
|
});
|
|
33
32
|
export {
|
|
34
|
-
|
|
33
|
+
x as default
|
|
35
34
|
};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { TestRequired as
|
|
3
|
-
|
|
1
|
+
import { defineComponent as B, computed as o, inject as r, ref as n, openBlock as V, createBlock as h, unref as u, withCtx as M, createVNode as C, mergeProps as E } from "vue";
|
|
2
|
+
import { TestRequired as S } from "../composables/rules.mjs";
|
|
3
|
+
import { VCheckbox as k } from "../bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs";
|
|
4
|
+
import { VCol as q } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs";
|
|
5
|
+
const _ = /* @__PURE__ */ B({
|
|
4
6
|
inheritAttrs: !1,
|
|
5
7
|
__name: "BT-Field-Checkbox",
|
|
6
8
|
props: {
|
|
@@ -19,43 +21,40 @@ const I = /* @__PURE__ */ V({
|
|
|
19
21
|
},
|
|
20
22
|
emits: ["update:modelValue"],
|
|
21
23
|
setup(d, { emit: m }) {
|
|
22
|
-
const e = d,
|
|
24
|
+
const e = d, p = m, a = o({
|
|
23
25
|
get() {
|
|
24
26
|
return e.modelValue;
|
|
25
27
|
},
|
|
26
28
|
set(l) {
|
|
27
|
-
|
|
29
|
+
p("update:modelValue", l);
|
|
28
30
|
}
|
|
29
|
-
}),
|
|
31
|
+
}), f = r("isEditing", () => n(!1), !0), c = o(() => e.isEditing ?? f.value), t = r("isMobile", () => n(!1), !0), s = o(() => {
|
|
30
32
|
var l = [
|
|
31
33
|
...e.rules ?? []
|
|
32
34
|
];
|
|
33
|
-
return e.required && l.push(
|
|
34
|
-
}),
|
|
35
|
-
return (l,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
_: 1
|
|
55
|
-
}, 8, ["lg", "md", "sm", "cols"]);
|
|
56
|
-
};
|
|
35
|
+
return e.required && l.push(S), l.length > 0 ? l : void 0;
|
|
36
|
+
}), g = o(() => e.isMobile ?? t.value ? !1 : e.lg), v = o(() => e.isMobile ?? t.value ? !1 : e.md), b = o(() => e.isMobile ?? t.value ? !1 : e.sm);
|
|
37
|
+
return (l, i) => (V(), h(u(q), {
|
|
38
|
+
lg: g.value,
|
|
39
|
+
md: v.value,
|
|
40
|
+
sm: b.value,
|
|
41
|
+
cols: l.cols
|
|
42
|
+
}, {
|
|
43
|
+
default: M(() => [
|
|
44
|
+
C(u(k), E(l.$attrs, {
|
|
45
|
+
modelValue: a.value,
|
|
46
|
+
"onUpdate:modelValue": i[0] || (i[0] = (y) => a.value = y),
|
|
47
|
+
color: "primary",
|
|
48
|
+
"hide-details": s.value == null,
|
|
49
|
+
label: l.label,
|
|
50
|
+
readonly: !c.value,
|
|
51
|
+
rules: s.value
|
|
52
|
+
}), null, 16, ["modelValue", "hide-details", "label", "readonly", "rules"])
|
|
53
|
+
]),
|
|
54
|
+
_: 1
|
|
55
|
+
}, 8, ["lg", "md", "sm", "cols"]));
|
|
57
56
|
}
|
|
58
57
|
});
|
|
59
58
|
export {
|
|
60
|
-
|
|
59
|
+
_ as default
|
|
61
60
|
};
|