bt-core-app 2.2.10 → 2.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/VAlert.sass.mjs +1 -0
- package/dist/_virtual/VAvatar.sass.mjs +1 -0
- package/dist/_virtual/VBtn.sass.mjs +1 -0
- package/dist/_virtual/VBtnGroup.sass.mjs +1 -0
- package/dist/_virtual/VBtnToggle.sass.mjs +1 -0
- package/dist/_virtual/VCard.sass.mjs +1 -0
- package/dist/_virtual/VCheckbox.sass.mjs +1 -0
- package/dist/_virtual/VChip.sass.mjs +1 -0
- package/dist/_virtual/VChipGroup.sass.mjs +1 -0
- package/dist/_virtual/VColorPicker.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerCanvas.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerEdit.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerPreview.sass.mjs +1 -0
- package/dist/_virtual/VColorPickerSwatches.sass.mjs +1 -0
- package/dist/_virtual/VCombobox.sass.mjs +1 -0
- package/dist/_virtual/VContainer.sass.mjs +1 -0
- package/dist/_virtual/VCounter.sass.mjs +1 -0
- package/dist/_virtual/VDialog.sass.mjs +1 -0
- package/dist/_virtual/VDivider.sass.mjs +1 -0
- package/dist/_virtual/VField.sass.mjs +1 -0
- package/dist/_virtual/VGrid.sass.mjs +1 -0
- package/dist/_virtual/VIcon.sass.mjs +1 -0
- package/dist/_virtual/VImg.sass.mjs +1 -0
- package/dist/_virtual/VInput.sass.mjs +1 -0
- package/dist/_virtual/VLabel.sass.mjs +1 -0
- package/dist/_virtual/VList.sass.mjs +1 -0
- package/dist/_virtual/VListItem.sass.mjs +1 -0
- package/dist/_virtual/VMenu.sass.mjs +1 -0
- package/dist/_virtual/VMessages.sass.mjs +1 -0
- package/dist/_virtual/VNavigationDrawer.sass.mjs +1 -0
- package/dist/_virtual/VOverlay.sass.mjs +1 -0
- package/dist/_virtual/VPagination.sass.mjs +1 -0
- package/dist/_virtual/VPicker.sass.mjs +1 -0
- package/dist/_virtual/VProgressCircular.sass.mjs +1 -0
- package/dist/_virtual/VProgressLinear.sass.mjs +1 -0
- package/dist/_virtual/VRating.sass.mjs +1 -0
- package/dist/_virtual/VResponsive.sass.mjs +1 -0
- package/dist/_virtual/VRipple.sass.mjs +1 -0
- package/dist/_virtual/VSelect.sass.mjs +1 -0
- package/dist/_virtual/VSelectionControl.sass.mjs +1 -0
- package/dist/_virtual/VSelectionControlGroup.sass.mjs +1 -0
- package/dist/_virtual/VSheet.sass.mjs +1 -0
- package/dist/_virtual/VSlideGroup.sass.mjs +1 -0
- package/dist/_virtual/VSlider.sass.mjs +1 -0
- package/dist/_virtual/VSliderThumb.sass.mjs +1 -0
- package/dist/_virtual/VSliderTrack.sass.mjs +1 -0
- package/dist/_virtual/VSpacer.sass.mjs +1 -0
- package/dist/_virtual/VSwitch.sass.mjs +1 -0
- package/dist/_virtual/VTab.sass.mjs +1 -0
- package/dist/_virtual/VTable.sass.mjs +1 -0
- package/dist/_virtual/VTabs.sass.mjs +1 -0
- package/dist/_virtual/VTextField.sass.mjs +1 -0
- package/dist/_virtual/VTextarea.sass.mjs +1 -0
- package/dist/_virtual/VToolbar.sass.mjs +1 -0
- package/dist/_virtual/VVirtualScroll.sass.mjs +1 -0
- package/dist/_virtual/VWindow.sass.mjs +1 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +196 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +92 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +220 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +68 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +57 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +180 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +32 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +118 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +74 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +263 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +87 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +161 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +166 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +123 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +72 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +193 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +501 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +51 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +39 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +103 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +82 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +295 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +28 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +98 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +104 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +6 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +77 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +248 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +40 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +154 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +36 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +281 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +104 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +129 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +312 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +50 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +132 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +4 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +55 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +247 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +44 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +100 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +291 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +292 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +91 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +179 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +42 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +315 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +129 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +195 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +217 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +56 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +475 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +57 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +183 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +106 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +61 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +287 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +54 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +159 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +176 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +109 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +242 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +172 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +66 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +126 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +153 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +48 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +29 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +4 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +204 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +258 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +167 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +37 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +106 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +47 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +211 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +93 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +113 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +136 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +52 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +22 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +14 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +19 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +69 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +11 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/defaults.mjs +70 -45
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +34 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +20 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +23 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +32 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +25 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +125 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +31 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +54 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +112 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +78 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +86 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +169 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +20 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +73 -40
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +24 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +43 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +120 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +38 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +22 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +49 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +24 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +102 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +315 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +60 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +206 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +22 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +35 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +26 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +30 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +97 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +12 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +16 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +27 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +17 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +39 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +10 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +21 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +32 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +19 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +73 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +34 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +139 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +164 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +62 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +41 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +183 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +89 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +77 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +5 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +15 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +53 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +44 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +36 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +73 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +19 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +16 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +224 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/console.mjs +12 -4
- package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +31 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +37 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +14 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +23 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getCurrentInstance.mjs +13 -6
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +34 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +8 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +408 -28
- package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +11 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +25 -0
- package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +8 -0
- package/dist/components/BT-Assistant-Menu.vue.mjs +420 -407
- package/dist/components/BT-Avatar.vue.mjs +31 -31
- package/dist/components/BT-Background-Task.vue.mjs +52 -52
- package/dist/components/BT-Blade-Item.vue.mjs +110 -100
- package/dist/components/BT-Blade-Items.vue.mjs +1 -1
- package/dist/components/BT-Blade-Items.vue2.mjs +411 -399
- package/dist/components/BT-Blade-Steps.vue.mjs +2 -2
- package/dist/components/BT-Blade-Steps.vue2.mjs +641 -626
- package/dist/components/BT-Blade.vue.mjs +201 -192
- package/dist/components/BT-Btn.vue.mjs +23 -25
- package/dist/components/BT-Camera-Overlay.vue.mjs +144 -142
- package/dist/components/BT-Col.vue.mjs +17 -19
- package/dist/components/BT-Color-Picker-Menu.vue.mjs +51 -49
- package/dist/components/BT-Cosmetics-Menu.vue.mjs +180 -173
- package/dist/components/BT-Cron.vue.mjs +264 -249
- package/dist/components/BT-Date-Select.vue.mjs +46 -47
- package/dist/components/BT-Demo-Profile-Select.vue.mjs +40 -40
- package/dist/components/BT-Dialog-Confirm.vue.mjs +39 -39
- package/dist/components/BT-Dialog-Date.vue.mjs +22 -19
- package/dist/components/BT-Dialog-Number.vue.mjs +125 -121
- package/dist/components/BT-Dialog-Select.vue.mjs +96 -85
- package/dist/components/BT-Divider.vue.mjs +20 -21
- package/dist/components/BT-Drag-Counter.vue.mjs +1 -1
- package/dist/components/BT-Drag-Counter.vue2.mjs +89 -89
- package/dist/components/BT-Entity.vue.mjs +82 -82
- package/dist/components/BT-Error.vue.mjs +26 -27
- package/dist/components/BT-Field-Checkbox.vue.mjs +30 -31
- package/dist/components/BT-Field-Date.vue.mjs +87 -84
- package/dist/components/BT-Field-Entity.vue.mjs +20 -16
- package/dist/components/BT-Field-Select-Simple.vue.mjs +24 -26
- package/dist/components/BT-Field-Select.vue.mjs +32 -34
- package/dist/components/BT-Field-String.vue.mjs +54 -52
- package/dist/components/BT-Field-Switch.vue.mjs +44 -43
- package/dist/components/BT-Field-Tags.vue.mjs +57 -55
- package/dist/components/BT-Field-Textarea.vue.mjs +44 -43
- package/dist/components/BT-Field-Trigger.vue.mjs +276 -270
- package/dist/components/BT-Field.vue.mjs +39 -38
- package/dist/components/BT-Form-Builder.vue.mjs +346 -325
- package/dist/components/BT-Form-Field.vue.mjs +88 -81
- package/dist/components/BT-Form.vue.mjs +280 -269
- package/dist/components/BT-Header-Option.vue.mjs +21 -19
- package/dist/components/BT-Image-Select.vue.mjs +186 -177
- package/dist/components/BT-Json.vue.mjs +29 -30
- package/dist/components/BT-Loader.vue.mjs +32 -31
- package/dist/components/BT-Nav-Sidebar.vue.mjs +130 -124
- package/dist/components/BT-Number.vue.mjs +1 -1
- package/dist/components/BT-Number.vue2.mjs +17 -19
- package/dist/components/BT-Numpad.vue.mjs +147 -144
- package/dist/components/BT-Select-List-Box.vue.mjs +287 -276
- package/dist/components/BT-Select-Simple.vue.mjs +21 -23
- package/dist/components/BT-Select.vue.mjs +36 -37
- package/dist/components/BT-Signature-Overlay.vue.mjs +113 -112
- package/dist/components/BT-Signature.vue.mjs +96 -96
- package/dist/components/BT-Slider.vue.mjs +109 -103
- package/dist/components/BT-Square-Check.vue.mjs +65 -65
- package/dist/components/BT-Status-Item.vue.mjs +18 -16
- package/dist/components/BT-Tags.vue.mjs +21 -22
- package/dist/components/BT-Tour.vue.mjs +69 -65
- package/dist/style.css +1 -1
- package/package.json +5 -2
|
@@ -1,16 +1,23 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { isNullOrEmpty as
|
|
3
|
-
import { isLengthyArray as
|
|
4
|
-
|
|
1
|
+
import { defineComponent as S, computed as b, ref as z, watch as q, onMounted as R, resolveComponent as U, openBlock as o, createElementBlock as n, createBlock as x, unref as a, withCtx as g, createVNode as u, createElementVNode as A, withModifiers as c, createCommentVNode as y, normalizeClass as D, toDisplayString as F } from "vue";
|
|
2
|
+
import { isNullOrEmpty as p } from "../composables/helpers.mjs";
|
|
3
|
+
import { isLengthyArray as h } from "../node_modules/bt-core-app/dist/bt-core-app.mjs";
|
|
4
|
+
import { VCard as B } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
|
|
5
|
+
import { VSlideXTransition as N } from "../bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs";
|
|
6
|
+
import { VBtn as V } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
|
|
7
|
+
import { VDivider as C } from "../bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs";
|
|
8
|
+
import { VTextField as E } from "../bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs";
|
|
9
|
+
import { VTextarea as T } from "../bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs";
|
|
10
|
+
import { VCheckbox as Z } from "../bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs";
|
|
11
|
+
const L = { class: "d-flex align-center" }, M = {
|
|
5
12
|
key: "2",
|
|
6
13
|
class: "d-flex flex-column"
|
|
7
|
-
},
|
|
14
|
+
}, I = {
|
|
8
15
|
key: 0,
|
|
9
16
|
class: "text-body-2 pa-1 py-2"
|
|
10
|
-
},
|
|
17
|
+
}, O = { key: 1 }, P = {
|
|
11
18
|
key: 0,
|
|
12
19
|
class: "text-grey"
|
|
13
|
-
},
|
|
20
|
+
}, X = { key: 2 }, j = { key: 3 }, G = { key: 4 }, H = { key: 5 }, J = { key: 6 }, K = { key: 7 }, de = /* @__PURE__ */ S({
|
|
14
21
|
__name: "BT-Form-Field",
|
|
15
22
|
props: {
|
|
16
23
|
data: {},
|
|
@@ -21,8 +28,8 @@ const M = { class: "d-flex align-center" }, I = {
|
|
|
21
28
|
isSelected: { type: Boolean }
|
|
22
29
|
},
|
|
23
30
|
emits: ["update:modelValue", "onSubmit", "moveup", "movedown", "select", "duplicate"],
|
|
24
|
-
setup(
|
|
25
|
-
const
|
|
31
|
+
setup(w, { emit: $ }) {
|
|
32
|
+
const m = $, r = w, d = b({
|
|
26
33
|
get() {
|
|
27
34
|
var l;
|
|
28
35
|
if (r.data != null && ((l = e.value) == null ? void 0 : l.prop) != null)
|
|
@@ -32,155 +39,155 @@ const M = { class: "d-flex align-center" }, I = {
|
|
|
32
39
|
var t;
|
|
33
40
|
r.data != null && ((t = e.value) == null ? void 0 : t.prop) != null && (r.data[e.value.prop] = l);
|
|
34
41
|
}
|
|
35
|
-
}), e =
|
|
42
|
+
}), e = z(), v = b(() => {
|
|
36
43
|
var l;
|
|
37
|
-
if (!
|
|
44
|
+
if (!p((l = e.value) == null ? void 0 : l.label))
|
|
38
45
|
return e.value.isRequired ? `${e.value.label} [Required]` : e.value.label;
|
|
39
|
-
}),
|
|
46
|
+
}), k = b(() => {
|
|
40
47
|
var l;
|
|
41
|
-
if (!
|
|
48
|
+
if (!p((l = e.value) == null ? void 0 : l.description))
|
|
42
49
|
return e.value.isRequired ? `${e.value.description} [Required]` : e.value.description;
|
|
43
|
-
}),
|
|
44
|
-
var t,
|
|
50
|
+
}), s = b(() => {
|
|
51
|
+
var t, f;
|
|
45
52
|
if (!r.isBuilding) {
|
|
46
53
|
var l = [];
|
|
47
|
-
return ((t = e.value) == null ? void 0 : t.isRequired) == !0 && l.push((
|
|
54
|
+
return ((t = e.value) == null ? void 0 : t.isRequired) == !0 && l.push((i) => !!i || "Required"), ((f = e.value) == null ? void 0 : f.type) == "email" && l.push((i) => p(i) || /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/.test(i) || "Invalid Email"), l;
|
|
48
55
|
}
|
|
49
56
|
});
|
|
50
|
-
function
|
|
51
|
-
e.value != null && (e.value.isSubmitButton ?
|
|
57
|
+
function _() {
|
|
58
|
+
e.value != null && (e.value.isSubmitButton ? m("onSubmit") : p(e.value.url) || window.open(e.value.url, "_blank"));
|
|
52
59
|
}
|
|
53
|
-
return
|
|
60
|
+
return q(() => r.field, (l) => {
|
|
54
61
|
e.value = l;
|
|
55
|
-
}),
|
|
62
|
+
}), R(() => {
|
|
56
63
|
e.value = r.field;
|
|
57
64
|
}), (l, t) => {
|
|
58
|
-
const
|
|
59
|
-
return
|
|
60
|
-
l.isBuilding ? (
|
|
65
|
+
const f = U("bt-field-date");
|
|
66
|
+
return o(), n("div", L, [
|
|
67
|
+
l.isBuilding ? (o(), x(a(B), {
|
|
61
68
|
key: 0,
|
|
62
69
|
style: { "min-height": "65px", "min-width": "32px" },
|
|
63
70
|
class: "ml-2 my-1 border-sm"
|
|
64
71
|
}, {
|
|
65
72
|
default: g(() => [
|
|
66
|
-
|
|
73
|
+
u(a(N), null, {
|
|
67
74
|
default: g(() => [
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
onClick: t[0] || (t[0] =
|
|
75
|
+
A("div", M, [
|
|
76
|
+
u(a(V), {
|
|
77
|
+
onClick: t[0] || (t[0] = c((i) => m("moveup", e.value), ["stop"])),
|
|
71
78
|
class: "ma-0 pa-0",
|
|
72
79
|
icon: "$menu-up",
|
|
73
80
|
size: "x-small",
|
|
74
81
|
variant: "text"
|
|
75
82
|
}),
|
|
76
|
-
|
|
77
|
-
onClick: t[1] || (t[1] =
|
|
83
|
+
u(a(V), {
|
|
84
|
+
onClick: t[1] || (t[1] = c((i) => m("movedown", e.value), ["stop"])),
|
|
78
85
|
class: "ma-0 pa-0",
|
|
79
86
|
icon: "$menu-down",
|
|
80
87
|
size: "x-small",
|
|
81
88
|
variant: "text"
|
|
82
89
|
}),
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
onClick: t[2] || (t[2] =
|
|
90
|
+
u(a(C)),
|
|
91
|
+
u(a(V), {
|
|
92
|
+
onClick: t[2] || (t[2] = c((i) => m("duplicate"), ["stop"])),
|
|
86
93
|
class: "ma-0 pa-0",
|
|
87
94
|
icon: "$content-duplicate",
|
|
88
95
|
size: "x-small",
|
|
89
96
|
title: "Duplicate",
|
|
90
97
|
variant: "text"
|
|
91
98
|
}),
|
|
92
|
-
|
|
99
|
+
u(a(C))
|
|
93
100
|
])
|
|
94
101
|
]),
|
|
95
102
|
_: 1
|
|
96
103
|
})
|
|
97
104
|
]),
|
|
98
105
|
_: 1
|
|
99
|
-
})) :
|
|
100
|
-
e.value != null ? (
|
|
106
|
+
})) : y("", !0),
|
|
107
|
+
e.value != null ? (o(), x(a(B), {
|
|
101
108
|
key: 1,
|
|
102
|
-
onClick: t[8] || (t[8] =
|
|
103
|
-
class:
|
|
109
|
+
onClick: t[8] || (t[8] = c((i) => m("select"), ["stop"])),
|
|
110
|
+
class: D(["ma-1 pa-1", l.isSelected ? "text-primary elevation-5" : void 0]),
|
|
104
111
|
flat: "",
|
|
105
112
|
ripple: !1,
|
|
106
113
|
width: "100%"
|
|
107
114
|
}, {
|
|
108
115
|
default: g(() => [
|
|
109
|
-
|
|
110
|
-
e.value.type == "info" ? (
|
|
111
|
-
|
|
112
|
-
])) : e.value.type == "short-text" || e.value.type == "email" || e.value.type == "phone" ? (
|
|
113
|
-
|
|
116
|
+
a(p)(k.value) ? y("", !0) : (o(), n("div", I, F(k.value), 1)),
|
|
117
|
+
e.value.type == "info" ? (o(), n("div", O, [
|
|
118
|
+
a(p)(k.value) ? (o(), n("div", P, "[Select and write text in description]")) : y("", !0)
|
|
119
|
+
])) : e.value.type == "short-text" || e.value.type == "email" || e.value.type == "phone" ? (o(), n("div", X, [
|
|
120
|
+
u(a(E), {
|
|
114
121
|
class: "py-2",
|
|
115
|
-
"hide-details": !
|
|
116
|
-
label:
|
|
122
|
+
"hide-details": !a(h)(s.value),
|
|
123
|
+
label: v.value,
|
|
117
124
|
placeholder: e.value.placeholder,
|
|
118
125
|
readonly: !l.isEditing,
|
|
119
|
-
rules:
|
|
126
|
+
rules: s.value,
|
|
120
127
|
variant: "outlined",
|
|
121
|
-
modelValue:
|
|
122
|
-
"onUpdate:modelValue": t[3] || (t[3] = (
|
|
128
|
+
modelValue: d.value,
|
|
129
|
+
"onUpdate:modelValue": t[3] || (t[3] = (i) => d.value = i)
|
|
123
130
|
}, null, 8, ["hide-details", "label", "placeholder", "readonly", "rules", "modelValue"])
|
|
124
|
-
])) : e.value.type == "long-text" ? (
|
|
125
|
-
|
|
131
|
+
])) : e.value.type == "long-text" ? (o(), n("div", j, [
|
|
132
|
+
u(a(T), {
|
|
126
133
|
class: "py-2",
|
|
127
|
-
"hide-details": !
|
|
128
|
-
label:
|
|
134
|
+
"hide-details": !a(h)(s.value),
|
|
135
|
+
label: v.value,
|
|
129
136
|
placeholder: e.value.placeholder,
|
|
130
137
|
lines: "three",
|
|
131
138
|
readonly: !l.isEditing,
|
|
132
|
-
rules:
|
|
139
|
+
rules: s.value,
|
|
133
140
|
variant: "outlined",
|
|
134
|
-
modelValue:
|
|
135
|
-
"onUpdate:modelValue": t[4] || (t[4] = (
|
|
141
|
+
modelValue: d.value,
|
|
142
|
+
"onUpdate:modelValue": t[4] || (t[4] = (i) => d.value = i)
|
|
136
143
|
}, null, 8, ["hide-details", "label", "placeholder", "readonly", "rules", "modelValue"])
|
|
137
|
-
])) : e.value.type == "number" ? (
|
|
138
|
-
|
|
144
|
+
])) : e.value.type == "number" ? (o(), n("div", G, [
|
|
145
|
+
u(a(E), {
|
|
139
146
|
class: "py-2",
|
|
140
|
-
"hide-details": !
|
|
141
|
-
label:
|
|
147
|
+
"hide-details": !a(h)(s.value),
|
|
148
|
+
label: v.value,
|
|
142
149
|
placeholder: e.value.placeholder,
|
|
143
150
|
readonly: !l.isEditing,
|
|
144
|
-
rules:
|
|
151
|
+
rules: s.value,
|
|
145
152
|
type: "number",
|
|
146
153
|
variant: "outlined",
|
|
147
|
-
modelValue:
|
|
148
|
-
"onUpdate:modelValue": t[5] || (t[5] = (
|
|
154
|
+
modelValue: d.value,
|
|
155
|
+
"onUpdate:modelValue": t[5] || (t[5] = (i) => d.value = i)
|
|
149
156
|
}, null, 8, ["hide-details", "label", "placeholder", "readonly", "rules", "modelValue"])
|
|
150
|
-
])) : e.value.type == "checkbox" ? (
|
|
151
|
-
|
|
157
|
+
])) : e.value.type == "checkbox" ? (o(), n("div", H, [
|
|
158
|
+
u(a(Z), {
|
|
152
159
|
class: "py-2",
|
|
153
|
-
"hide-details": !
|
|
154
|
-
label:
|
|
160
|
+
"hide-details": !a(h)(s.value),
|
|
161
|
+
label: v.value,
|
|
155
162
|
readonly: !l.isEditing,
|
|
156
|
-
rules:
|
|
157
|
-
modelValue:
|
|
158
|
-
"onUpdate:modelValue": t[6] || (t[6] = (
|
|
163
|
+
rules: s.value,
|
|
164
|
+
modelValue: d.value,
|
|
165
|
+
"onUpdate:modelValue": t[6] || (t[6] = (i) => d.value = i)
|
|
159
166
|
}, null, 8, ["hide-details", "label", "readonly", "rules", "modelValue"])
|
|
160
|
-
])) : e.value.type == "date" ? (
|
|
161
|
-
|
|
167
|
+
])) : e.value.type == "date" ? (o(), n("div", J, [
|
|
168
|
+
u(f, {
|
|
162
169
|
colClass: "px-0 ma-0 py-2",
|
|
163
170
|
isEditing: l.isEditing,
|
|
164
|
-
label:
|
|
165
|
-
modelValue:
|
|
166
|
-
"onUpdate:modelValue": t[7] || (t[7] = (
|
|
171
|
+
label: v.value,
|
|
172
|
+
modelValue: d.value,
|
|
173
|
+
"onUpdate:modelValue": t[7] || (t[7] = (i) => d.value = i)
|
|
167
174
|
}, null, 8, ["isEditing", "label", "modelValue"])
|
|
168
|
-
])) : e.value.type == "button" ? (
|
|
169
|
-
|
|
170
|
-
"append-icon": !e.value.isSubmitButton && !
|
|
171
|
-
onClick: _
|
|
175
|
+
])) : e.value.type == "button" ? (o(), n("div", K, [
|
|
176
|
+
u(a(V), {
|
|
177
|
+
"append-icon": !e.value.isSubmitButton && !a(p)(e.value.url) ? "$open-in-new" : void 0,
|
|
178
|
+
onClick: c(_, ["stop"]),
|
|
172
179
|
color: "primary",
|
|
173
180
|
disabled: !l.isEditing,
|
|
174
|
-
text:
|
|
181
|
+
text: v.value
|
|
175
182
|
}, null, 8, ["append-icon", "disabled", "text"])
|
|
176
|
-
])) :
|
|
183
|
+
])) : y("", !0)
|
|
177
184
|
]),
|
|
178
185
|
_: 1
|
|
179
|
-
}, 8, ["class"])) :
|
|
186
|
+
}, 8, ["class"])) : y("", !0)
|
|
180
187
|
]);
|
|
181
188
|
};
|
|
182
189
|
}
|
|
183
190
|
});
|
|
184
191
|
export {
|
|
185
|
-
|
|
192
|
+
de as default
|
|
186
193
|
};
|