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,9 +1,19 @@
|
|
|
1
|
-
import { defineComponent as de, ref as
|
|
2
|
-
import
|
|
3
|
-
import { isNullOrEmpty as
|
|
1
|
+
import { defineComponent as de, ref as J, computed as $, watch as X, onMounted as ve, resolveComponent as Y, openBlock as s, createBlock as d, unref as l, normalizeStyle as k, withCtx as n, createVNode as a, renderSlot as c, createElementBlock as v, Fragment as z, renderList as H, createElementVNode as y, toDisplayString as C, withModifiers as Z, createCommentVNode as i } from "vue";
|
|
2
|
+
import _ from "./BT-Form-Field.vue.mjs";
|
|
3
|
+
import { isNullOrEmpty as O, isLengthyArray as x } from "../composables/helpers.mjs";
|
|
4
4
|
import { useResponsiveStyle as me } from "../composables/heights.mjs";
|
|
5
|
-
import
|
|
6
|
-
import
|
|
5
|
+
import ee from "./BT-Loader.vue.mjs";
|
|
6
|
+
import le from "./BT-Error.vue.mjs";
|
|
7
|
+
import { VContainer as D } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs";
|
|
8
|
+
import { VCard as ae } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
|
|
9
|
+
import { VWindow as oe } from "../bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs";
|
|
10
|
+
import { VWindowItem as q } from "../bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs";
|
|
11
|
+
import { VForm as te } from "../bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs";
|
|
12
|
+
import { VToolbar as P } from "../bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs";
|
|
13
|
+
import { VBtn as f } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
|
|
14
|
+
import { VSpacer as B } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs";
|
|
15
|
+
import { VDivider as re } from "../bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs";
|
|
16
|
+
import { VCol as ne } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs";
|
|
7
17
|
const ce = { class: "text-h6 ml-3" }, fe = {
|
|
8
18
|
key: 0,
|
|
9
19
|
class: "d-flex justify-center mr-6"
|
|
@@ -22,22 +32,22 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
22
32
|
}, $e = { class: "mx-4 text-no-wrap" }, Ce = {
|
|
23
33
|
key: 0,
|
|
24
34
|
class: "d-flex"
|
|
25
|
-
},
|
|
35
|
+
}, Be = {
|
|
26
36
|
key: 1,
|
|
27
37
|
class: "ma-4"
|
|
28
|
-
},
|
|
38
|
+
}, Me = {
|
|
29
39
|
key: 2,
|
|
30
40
|
class: "text-error"
|
|
31
|
-
},
|
|
41
|
+
}, Ee = { class: "text-h6 ml-3" }, we = {
|
|
32
42
|
key: 0,
|
|
33
43
|
class: "d-flex justify-center mr-6"
|
|
34
|
-
},
|
|
44
|
+
}, Ve = { class: "d-flex align-center" }, Ne = {
|
|
35
45
|
key: 0,
|
|
36
46
|
class: "text-error"
|
|
37
47
|
}, ze = { class: "text-h6 ml-3" }, He = {
|
|
38
48
|
key: 0,
|
|
39
49
|
class: "d-flex justify-center mr-6"
|
|
40
|
-
},
|
|
50
|
+
}, Qe = /* @__PURE__ */ de({
|
|
41
51
|
__name: "BT-Form",
|
|
42
52
|
props: {
|
|
43
53
|
actualUsedHeight: { default: 0 },
|
|
@@ -58,209 +68,209 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
58
68
|
variant: {}
|
|
59
69
|
},
|
|
60
70
|
setup(ie) {
|
|
61
|
-
const o = ie,
|
|
71
|
+
const o = ie, T = J(), ue = $(() => JSON.stringify(o.data)), F = $(() => ue.value != T.value), { style: j } = me({
|
|
62
72
|
getUsedHeight() {
|
|
63
|
-
var e = 64 + o.actualUsedHeight + (
|
|
73
|
+
var e = 64 + o.actualUsedHeight + (R.value == "half-and-half" ? 0 : 32);
|
|
64
74
|
return e;
|
|
65
75
|
},
|
|
66
76
|
overflow: !0
|
|
67
|
-
}),
|
|
68
|
-
var
|
|
77
|
+
}), R = $(() => o.variant ?? o.schema.variant ?? "basic"), r = J(0), M = J(), w = J(!1), E = J(), L = $(() => o.isEditing && !w.value), g = $(() => {
|
|
78
|
+
var t;
|
|
69
79
|
if (!o.useSchemaStyles)
|
|
70
80
|
return;
|
|
71
|
-
let e = ((
|
|
72
|
-
return
|
|
73
|
-
}), I =
|
|
74
|
-
var
|
|
81
|
+
let e = ((t = o.overrideSchema) == null ? void 0 : t.logoSrc) ?? o.schema.logoSrc;
|
|
82
|
+
return O(e) ? void 0 : e;
|
|
83
|
+
}), I = $(() => {
|
|
84
|
+
var t;
|
|
75
85
|
if (!o.useSchemaStyles)
|
|
76
86
|
return;
|
|
77
|
-
let e = ((
|
|
78
|
-
if (!
|
|
87
|
+
let e = ((t = o.overrideSchema) == null ? void 0 : t.bgSrc) ?? o.schema.bgSrc;
|
|
88
|
+
if (!O(e))
|
|
79
89
|
return `background: url("${e}") no-repeat top center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; min-height: 100%;`;
|
|
80
90
|
});
|
|
81
|
-
var
|
|
82
|
-
var
|
|
91
|
+
var W = $(() => {
|
|
92
|
+
var t;
|
|
83
93
|
if (o.useSchemaStyles) {
|
|
84
|
-
var e = ((
|
|
85
|
-
if (!
|
|
94
|
+
var e = ((t = o.overrideSchema) == null ? void 0 : t.bgColor) ?? o.schema.bgColor;
|
|
95
|
+
if (!O(e))
|
|
86
96
|
return `background-color: ${e};`;
|
|
87
97
|
}
|
|
88
|
-
}),
|
|
89
|
-
var
|
|
98
|
+
}), G = $(() => {
|
|
99
|
+
var t;
|
|
90
100
|
if (o.useSchemaStyles) {
|
|
91
|
-
var e = ((
|
|
92
|
-
return
|
|
101
|
+
var e = ((t = o.overrideSchema) == null ? void 0 : t.theme) ?? o.schema.theme;
|
|
102
|
+
return O(e) ? void 0 : e;
|
|
93
103
|
}
|
|
94
|
-
}),
|
|
95
|
-
var
|
|
104
|
+
}), U = $(() => {
|
|
105
|
+
var t;
|
|
96
106
|
if (o.useSchemaStyles) {
|
|
97
|
-
var e = ((
|
|
98
|
-
return
|
|
107
|
+
var e = ((t = o.overrideSchema) == null ? void 0 : t.ctlColor) ?? o.schema.ctlColor;
|
|
108
|
+
return O(e) ? void 0 : e;
|
|
99
109
|
}
|
|
100
110
|
});
|
|
101
|
-
async function
|
|
102
|
-
|
|
111
|
+
async function K() {
|
|
112
|
+
E.value = "Saving Progress", M.value = o.onSaveAsync != null ? await o.onSaveAsync() : void 0, E.value = void 0, T.value = JSON.stringify(o.data);
|
|
103
113
|
}
|
|
104
|
-
async function
|
|
105
|
-
|
|
114
|
+
async function Q() {
|
|
115
|
+
E.value = "Submitting", M.value = o.onSubmitAsync != null ? await o.onSubmitAsync() : void 0, E.value = void 0, M.value == null && (r.value++, w.value = !0);
|
|
106
116
|
}
|
|
107
|
-
function
|
|
117
|
+
function se(e) {
|
|
108
118
|
if (o.data != null) {
|
|
109
|
-
var
|
|
110
|
-
console.log(
|
|
111
|
-
|
|
119
|
+
var t = Object.keys(o.data), V = e ? o.schema.slides.flatMap((p) => p.fields.filter((b) => !!b.remember && b.prop != null).map((b) => b.prop)) : [];
|
|
120
|
+
console.log(t), console.log(V), console.log(o.schema), t.forEach((p) => {
|
|
121
|
+
V.some((b) => b == p) || (console.log(p), o.data[p] = void 0);
|
|
112
122
|
});
|
|
113
123
|
}
|
|
114
|
-
console.log(o.data),
|
|
124
|
+
console.log(o.data), w.value = !1, r.value = 0, T.value = JSON.stringify(o.data), M.value = void 0;
|
|
115
125
|
}
|
|
116
|
-
return
|
|
117
|
-
console.log("reseting with memory"),
|
|
118
|
-
}),
|
|
119
|
-
console.log("reseting"),
|
|
120
|
-
}),
|
|
121
|
-
|
|
126
|
+
return X(() => o.resetRememberToggle, () => {
|
|
127
|
+
console.log("reseting with memory"), se(!0);
|
|
128
|
+
}), X(() => o.resetToggle, () => {
|
|
129
|
+
console.log("reseting"), se(!1);
|
|
130
|
+
}), X(() => o.data, (e) => {
|
|
131
|
+
T.value = JSON.stringify(e);
|
|
122
132
|
}, { deep: !1 }), ve(() => {
|
|
123
|
-
|
|
124
|
-
}), (e,
|
|
125
|
-
const
|
|
126
|
-
return e.schema != null &&
|
|
133
|
+
T.value = JSON.stringify(o.data);
|
|
134
|
+
}), (e, t) => {
|
|
135
|
+
const V = Y("v-slide-x-transition"), p = Y("bt-avatar"), b = Y("v-slide-y-reverse-transition");
|
|
136
|
+
return e.schema != null && R.value == "basic" ? (s(), d(l(D), {
|
|
127
137
|
key: 0,
|
|
128
138
|
class: "ma-0 pa-0",
|
|
129
139
|
fluid: "",
|
|
130
140
|
style: k(I.value)
|
|
131
141
|
}, {
|
|
132
142
|
default: n(() => [
|
|
133
|
-
l(
|
|
143
|
+
a(l(D), { class: "ma-0 pa-0" }, {
|
|
134
144
|
default: n(() => [
|
|
135
|
-
l(
|
|
145
|
+
a(l(ae), {
|
|
136
146
|
class: "mx-100",
|
|
137
147
|
"max-width": "900",
|
|
138
|
-
style: k(
|
|
139
|
-
theme:
|
|
148
|
+
style: k(l(W)),
|
|
149
|
+
theme: l(G)
|
|
140
150
|
}, {
|
|
141
151
|
default: n(() => [
|
|
142
|
-
|
|
143
|
-
l(
|
|
144
|
-
modelValue:
|
|
145
|
-
"onUpdate:modelValue":
|
|
152
|
+
c(e.$slots, "top"),
|
|
153
|
+
a(l(oe), {
|
|
154
|
+
modelValue: r.value,
|
|
155
|
+
"onUpdate:modelValue": t[5] || (t[5] = (m) => r.value = m)
|
|
146
156
|
}, {
|
|
147
157
|
default: n(() => [
|
|
148
|
-
(
|
|
158
|
+
(s(!0), v(z, null, H(e.schema.slides, (m, N) => (s(), d(l(q), { key: N }, {
|
|
149
159
|
default: n(() => [
|
|
150
|
-
l(
|
|
151
|
-
default: n(({ errors:
|
|
152
|
-
e.hideHeader !== !0 ? (
|
|
160
|
+
a(l(te), null, {
|
|
161
|
+
default: n(({ errors: h, isValid: S }) => [
|
|
162
|
+
e.hideHeader !== !0 ? (s(), d(l(P), {
|
|
153
163
|
key: 0,
|
|
154
164
|
color: "transparent"
|
|
155
165
|
}, {
|
|
156
166
|
default: n(() => [
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
l(
|
|
167
|
+
c(e.$slots, "form-toolbar", {}, () => [
|
|
168
|
+
c(e.$slots, "form-toolbar-left", { schema: e.schema }),
|
|
169
|
+
a(l(f), {
|
|
160
170
|
icon: "$chevron-left",
|
|
161
|
-
onClick:
|
|
162
|
-
disabled:
|
|
171
|
+
onClick: t[0] || (t[0] = (u) => r.value--),
|
|
172
|
+
disabled: r.value == 0,
|
|
163
173
|
variant: "text"
|
|
164
174
|
}, null, 8, ["disabled"]),
|
|
165
|
-
l(
|
|
175
|
+
a(l(f), {
|
|
166
176
|
icon: "$chevron-right",
|
|
167
|
-
onClick:
|
|
168
|
-
disabled:
|
|
177
|
+
onClick: t[1] || (t[1] = (u) => r.value++),
|
|
178
|
+
disabled: !S.value || r.value >= e.schema.slides.length - 1,
|
|
169
179
|
variant: "text"
|
|
170
180
|
}, null, 8, ["disabled"]),
|
|
171
|
-
|
|
172
|
-
l(
|
|
173
|
-
|
|
174
|
-
|
|
181
|
+
y("div", ce, C(e.label ?? e.schema.title), 1),
|
|
182
|
+
a(l(B)),
|
|
183
|
+
c(e.$slots, "form-toolbar-right", { schema: e.schema }),
|
|
184
|
+
a(V, null, {
|
|
175
185
|
default: n(() => [
|
|
176
|
-
F.value && e.canSaveProgress !== !1 ? (
|
|
186
|
+
F.value && e.canSaveProgress !== !1 ? (s(), d(l(f), {
|
|
177
187
|
key: 0,
|
|
178
|
-
onClick:
|
|
188
|
+
onClick: Z(K, ["stop"]),
|
|
179
189
|
class: "mr-4",
|
|
180
190
|
"prepend-icon": "$content-save",
|
|
181
191
|
size: "small",
|
|
182
192
|
text: "Save",
|
|
183
193
|
variant: "outlined"
|
|
184
|
-
})) :
|
|
194
|
+
})) : i("", !0)
|
|
185
195
|
]),
|
|
186
196
|
_: 1
|
|
187
197
|
}),
|
|
188
|
-
g.value != null ? (
|
|
189
|
-
g.value != null ? (
|
|
198
|
+
g.value != null ? (s(), v("div", fe, [
|
|
199
|
+
g.value != null ? (s(), d(p, {
|
|
190
200
|
key: 0,
|
|
191
201
|
src: g.value
|
|
192
|
-
}, null, 8, ["src"])) :
|
|
193
|
-
])) :
|
|
202
|
+
}, null, 8, ["src"])) : i("", !0)
|
|
203
|
+
])) : i("", !0)
|
|
194
204
|
])
|
|
195
205
|
]),
|
|
196
206
|
_: 2
|
|
197
|
-
}, 1024)) :
|
|
198
|
-
|
|
199
|
-
style: k(e.useScroll ?
|
|
207
|
+
}, 1024)) : i("", !0),
|
|
208
|
+
y("div", {
|
|
209
|
+
style: k(e.useScroll ? l(j) : void 0)
|
|
200
210
|
}, [
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
211
|
+
a(le, { errorMsg: M.value }, null, 8, ["errorMsg"]),
|
|
212
|
+
a(ee, { loadingMsg: E.value }, null, 8, ["loadingMsg"]),
|
|
213
|
+
c(e.$slots, m.name, {
|
|
204
214
|
data: e.data,
|
|
205
215
|
slide: m
|
|
206
216
|
}, () => [
|
|
207
|
-
(
|
|
208
|
-
|
|
217
|
+
(s(!0), v(z, null, H(m.fields, (u, A) => (s(), v("div", { key: A }, [
|
|
218
|
+
c(e.$slots, u.prop, {
|
|
209
219
|
data: e.data,
|
|
210
|
-
field:
|
|
220
|
+
field: u,
|
|
211
221
|
variant: "text"
|
|
212
222
|
}, () => [
|
|
213
|
-
|
|
223
|
+
a(_, {
|
|
214
224
|
data: e.data,
|
|
215
|
-
field:
|
|
225
|
+
field: u,
|
|
216
226
|
isEditing: L.value,
|
|
217
227
|
variant: "text"
|
|
218
228
|
}, null, 8, ["data", "field", "isEditing"])
|
|
219
229
|
])
|
|
220
230
|
]))), 128))
|
|
221
231
|
]),
|
|
222
|
-
|
|
223
|
-
|
|
232
|
+
y("div", ge, [
|
|
233
|
+
a(b, {
|
|
224
234
|
group: "",
|
|
225
235
|
"hide-on-leave": ""
|
|
226
236
|
}, {
|
|
227
237
|
default: n(() => [
|
|
228
|
-
|
|
229
|
-
onClick:
|
|
238
|
+
r.value != 0 ? (s(), d(l(f), {
|
|
239
|
+
onClick: t[2] || (t[2] = (u) => r.value--),
|
|
230
240
|
class: "ma-4",
|
|
231
|
-
color:
|
|
241
|
+
color: l(U),
|
|
232
242
|
key: "1",
|
|
233
243
|
text: "Back"
|
|
234
|
-
}, null, 8, ["color"])) :
|
|
244
|
+
}, null, 8, ["color"])) : i("", !0)
|
|
235
245
|
]),
|
|
236
246
|
_: 1
|
|
237
247
|
}),
|
|
238
|
-
l(
|
|
239
|
-
|
|
248
|
+
a(l(B)),
|
|
249
|
+
a(b, {
|
|
240
250
|
group: "",
|
|
241
251
|
"hide-on-leave": ""
|
|
242
252
|
}, {
|
|
243
253
|
default: n(() => [
|
|
244
|
-
|
|
245
|
-
onClick:
|
|
254
|
+
r.value < e.schema.slides.length - 1 ? (s(), d(l(f), {
|
|
255
|
+
onClick: t[3] || (t[3] = (u) => r.value++),
|
|
246
256
|
class: "ma-4",
|
|
247
|
-
color:
|
|
248
|
-
disabled: m.fields.filter((
|
|
257
|
+
color: l(U),
|
|
258
|
+
disabled: m.fields.filter((u) => !!u.isRequired).length > 0 && !S.value,
|
|
249
259
|
key: "1",
|
|
250
260
|
text: "Next"
|
|
251
|
-
}, null, 8, ["color", "disabled"])) : e.isEditing && e.canSubmit && !
|
|
252
|
-
onClick:
|
|
261
|
+
}, null, 8, ["color", "disabled"])) : e.isEditing && e.canSubmit && !w.value && r.value >= e.schema.slides.length - 1 ? (s(), d(l(f), {
|
|
262
|
+
onClick: Q,
|
|
253
263
|
class: "ma-4",
|
|
254
|
-
color:
|
|
255
|
-
disabled: m.fields.filter((
|
|
264
|
+
color: l(U),
|
|
265
|
+
disabled: m.fields.filter((u) => !!u.isRequired).length > 0 && !S.value,
|
|
256
266
|
key: "2",
|
|
257
267
|
text: "Submit"
|
|
258
|
-
}, null, 8, ["color", "disabled"])) :
|
|
268
|
+
}, null, 8, ["color", "disabled"])) : i("", !0)
|
|
259
269
|
]),
|
|
260
270
|
_: 2
|
|
261
271
|
}, 1024)
|
|
262
272
|
]),
|
|
263
|
-
|
|
273
|
+
l(x)(h) ? (s(), v("div", he, C(h), 1)) : i("", !0)
|
|
264
274
|
], 4)
|
|
265
275
|
]),
|
|
266
276
|
_: 2
|
|
@@ -268,32 +278,32 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
268
278
|
]),
|
|
269
279
|
_: 2
|
|
270
280
|
}, 1024))), 128)),
|
|
271
|
-
l(
|
|
281
|
+
a(l(q), null, {
|
|
272
282
|
default: n(() => [
|
|
273
|
-
e.hideHeader !== !0 ? (
|
|
283
|
+
e.hideHeader !== !0 ? (s(), d(l(P), {
|
|
274
284
|
key: 0,
|
|
275
285
|
color: "transparent"
|
|
276
286
|
}, {
|
|
277
287
|
default: n(() => [
|
|
278
|
-
l(
|
|
288
|
+
a(l(f), {
|
|
279
289
|
icon: "$chevron-left",
|
|
280
|
-
onClick:
|
|
281
|
-
disabled:
|
|
290
|
+
onClick: t[4] || (t[4] = (m) => r.value--),
|
|
291
|
+
disabled: r.value == 0,
|
|
282
292
|
variant: "text"
|
|
283
293
|
}, null, 8, ["disabled"]),
|
|
284
|
-
|
|
285
|
-
l(
|
|
286
|
-
g.value != null ? (
|
|
287
|
-
g.value != null ? (
|
|
294
|
+
y("div", ye, C(e.label ?? e.schema.title), 1),
|
|
295
|
+
a(l(B)),
|
|
296
|
+
g.value != null ? (s(), v("div", pe, [
|
|
297
|
+
g.value != null ? (s(), d(p, {
|
|
288
298
|
key: 0,
|
|
289
299
|
src: g.value
|
|
290
|
-
}, null, 8, ["src"])) :
|
|
291
|
-
])) :
|
|
300
|
+
}, null, 8, ["src"])) : i("", !0)
|
|
301
|
+
])) : i("", !0)
|
|
292
302
|
]),
|
|
293
303
|
_: 1
|
|
294
|
-
})) :
|
|
295
|
-
|
|
296
|
-
style: k(e.useScroll ?
|
|
304
|
+
})) : i("", !0),
|
|
305
|
+
y("div", {
|
|
306
|
+
style: k(e.useScroll ? l(j) : void 0),
|
|
297
307
|
class: "d-flex flex-column align-center justify-center"
|
|
298
308
|
}, " Done! Thankyou. ", 4)
|
|
299
309
|
]),
|
|
@@ -310,95 +320,95 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
310
320
|
})
|
|
311
321
|
]),
|
|
312
322
|
_: 3
|
|
313
|
-
}, 8, ["style"])) : e.schema != null &&
|
|
323
|
+
}, 8, ["style"])) : e.schema != null && R.value == "single-page" ? (s(), d(l(D), {
|
|
314
324
|
key: 1,
|
|
315
325
|
class: "ma-0 pa-0",
|
|
316
326
|
fluid: "",
|
|
317
327
|
style: k(I.value)
|
|
318
328
|
}, {
|
|
319
329
|
default: n(() => [
|
|
320
|
-
l(
|
|
330
|
+
a(l(D), { class: "ma-0 pa-0" }, {
|
|
321
331
|
default: n(() => [
|
|
322
|
-
l(
|
|
323
|
-
default: n(({ errors: m, isValid:
|
|
324
|
-
l(
|
|
332
|
+
a(l(te), null, {
|
|
333
|
+
default: n(({ errors: m, isValid: N }) => [
|
|
334
|
+
a(l(ae), {
|
|
325
335
|
class: "mx-100",
|
|
326
336
|
"max-width": "900",
|
|
327
|
-
style: k(
|
|
328
|
-
theme:
|
|
337
|
+
style: k(l(W)),
|
|
338
|
+
theme: l(G)
|
|
329
339
|
}, {
|
|
330
340
|
default: n(() => [
|
|
331
|
-
|
|
332
|
-
e.hideHeader !== !0 ? (
|
|
341
|
+
c(e.$slots, "top"),
|
|
342
|
+
e.hideHeader !== !0 ? (s(), d(l(P), {
|
|
333
343
|
key: 0,
|
|
334
344
|
color: "transparent"
|
|
335
345
|
}, {
|
|
336
346
|
default: n(() => [
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
l(
|
|
347
|
+
c(e.$slots, "form-toolbar", {}, () => [
|
|
348
|
+
c(e.$slots, "form-toolbar-left"),
|
|
349
|
+
a(l(f), {
|
|
340
350
|
icon: "$chevron-left",
|
|
341
|
-
onClick:
|
|
342
|
-
disabled:
|
|
351
|
+
onClick: t[6] || (t[6] = (h) => r.value--),
|
|
352
|
+
disabled: r.value == 0,
|
|
343
353
|
variant: "text"
|
|
344
354
|
}, null, 8, ["disabled"]),
|
|
345
|
-
l(
|
|
355
|
+
a(l(f), {
|
|
346
356
|
icon: "$chevron-right",
|
|
347
|
-
onClick:
|
|
348
|
-
disabled: !
|
|
357
|
+
onClick: t[7] || (t[7] = (h) => r.value++),
|
|
358
|
+
disabled: !N.value || r.value >= e.schema.slides.length - 1,
|
|
349
359
|
variant: "text"
|
|
350
360
|
}, null, 8, ["disabled"]),
|
|
351
|
-
|
|
352
|
-
l(
|
|
353
|
-
|
|
354
|
-
|
|
361
|
+
y("div", be, C(e.label ?? e.schema.title), 1),
|
|
362
|
+
a(l(B)),
|
|
363
|
+
c(e.$slots, "form-toolbar-right"),
|
|
364
|
+
a(V, null, {
|
|
355
365
|
default: n(() => [
|
|
356
|
-
F.value && e.canSaveProgress !== !1 ? (
|
|
366
|
+
F.value && e.canSaveProgress !== !1 ? (s(), d(l(f), {
|
|
357
367
|
key: 0,
|
|
358
|
-
onClick:
|
|
368
|
+
onClick: Z(K, ["stop"]),
|
|
359
369
|
class: "mr-4",
|
|
360
370
|
"prepend-icon": "$content-save",
|
|
361
371
|
size: "small",
|
|
362
372
|
text: "Save",
|
|
363
373
|
variant: "outlined"
|
|
364
|
-
})) :
|
|
374
|
+
})) : i("", !0)
|
|
365
375
|
]),
|
|
366
376
|
_: 1
|
|
367
377
|
}),
|
|
368
|
-
g.value != null ? (
|
|
369
|
-
g.value != null ? (
|
|
378
|
+
g.value != null ? (s(), v("div", ke, [
|
|
379
|
+
g.value != null ? (s(), d(p, {
|
|
370
380
|
key: 0,
|
|
371
381
|
src: g.value
|
|
372
|
-
}, null, 8, ["src"])) :
|
|
373
|
-
])) :
|
|
382
|
+
}, null, 8, ["src"])) : i("", !0)
|
|
383
|
+
])) : i("", !0)
|
|
374
384
|
])
|
|
375
385
|
]),
|
|
376
386
|
_: 2
|
|
377
|
-
}, 1024)) :
|
|
378
|
-
|
|
379
|
-
style: k(e.useScroll ?
|
|
387
|
+
}, 1024)) : i("", !0),
|
|
388
|
+
y("div", {
|
|
389
|
+
style: k(e.useScroll ? l(j) : void 0)
|
|
380
390
|
}, [
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
(
|
|
384
|
-
|
|
385
|
-
l(
|
|
386
|
-
|
|
387
|
-
l(
|
|
391
|
+
a(le, { errorMsg: M.value }, null, 8, ["errorMsg"]),
|
|
392
|
+
a(ee, { loadingMsg: E.value }, null, 8, ["loadingMsg"]),
|
|
393
|
+
(s(!0), v(z, null, H(e.schema.slides, (h, S) => (s(), v("div", { key: S }, [
|
|
394
|
+
l(O)(h.name) ? i("", !0) : (s(), v("div", Se, [
|
|
395
|
+
a(l(re), { style: { "max-width": "50px" } }),
|
|
396
|
+
y("div", $e, C(h.name), 1),
|
|
397
|
+
a(l(re))
|
|
388
398
|
])),
|
|
389
|
-
|
|
399
|
+
c(e.$slots, h.name, {
|
|
390
400
|
data: e.data,
|
|
391
|
-
slide:
|
|
401
|
+
slide: h
|
|
392
402
|
}, () => [
|
|
393
|
-
(
|
|
394
|
-
|
|
403
|
+
(s(!0), v(z, null, H(h.fields, (u, A) => (s(), v("div", { key: A }, [
|
|
404
|
+
c(e.$slots, u.prop, {
|
|
395
405
|
data: e.data,
|
|
396
|
-
field:
|
|
406
|
+
field: u,
|
|
397
407
|
variant: "text"
|
|
398
408
|
}, () => [
|
|
399
|
-
|
|
409
|
+
a(_, {
|
|
400
410
|
data: e.data,
|
|
401
|
-
field:
|
|
411
|
+
field: u,
|
|
402
412
|
isEditing: L.value,
|
|
403
413
|
variant: "text"
|
|
404
414
|
}, null, 8, ["data", "field", "isEditing"])
|
|
@@ -406,18 +416,18 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
406
416
|
]))), 128))
|
|
407
417
|
])
|
|
408
418
|
]))), 128)),
|
|
409
|
-
e.isEditing && e.canSubmit ? (
|
|
410
|
-
l(
|
|
411
|
-
|
|
419
|
+
e.isEditing && e.canSubmit ? (s(), v("div", Ce, [
|
|
420
|
+
a(l(B)),
|
|
421
|
+
w.value ? (s(), v("div", Be, " Done. Thankyou! ")) : (s(), d(l(f), {
|
|
412
422
|
key: 0,
|
|
413
|
-
onClick:
|
|
423
|
+
onClick: Q,
|
|
414
424
|
class: "ma-4",
|
|
415
|
-
color:
|
|
416
|
-
disabled: !
|
|
425
|
+
color: l(U),
|
|
426
|
+
disabled: !N.value,
|
|
417
427
|
text: "Submit"
|
|
418
428
|
}, null, 8, ["color", "disabled"])),
|
|
419
|
-
|
|
420
|
-
])) :
|
|
429
|
+
l(x)(m) ? (s(), v("div", Me, C(m), 1)) : i("", !0)
|
|
430
|
+
])) : i("", !0)
|
|
421
431
|
], 4)
|
|
422
432
|
]),
|
|
423
433
|
_: 2
|
|
@@ -430,148 +440,148 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
430
440
|
})
|
|
431
441
|
]),
|
|
432
442
|
_: 3
|
|
433
|
-
}, 8, ["style"])) : e.schema != null &&
|
|
443
|
+
}, 8, ["style"])) : e.schema != null && R.value == "half-and-half" ? (s(), d(l(D), {
|
|
434
444
|
key: 2,
|
|
435
445
|
class: "pa-0 ma-0",
|
|
436
446
|
fluid: "",
|
|
437
447
|
style: k(I.value)
|
|
438
448
|
}, {
|
|
439
449
|
default: n(() => [
|
|
440
|
-
l(
|
|
450
|
+
a(l(ne), {
|
|
441
451
|
class: "pa-0",
|
|
442
452
|
cols: "12",
|
|
443
453
|
md: "6"
|
|
444
454
|
}, {
|
|
445
455
|
default: n(() => [
|
|
446
|
-
l(
|
|
456
|
+
a(l(ae), {
|
|
447
457
|
class: "w-100",
|
|
448
|
-
style: k(
|
|
458
|
+
style: k(l(W)),
|
|
449
459
|
tile: "",
|
|
450
|
-
theme:
|
|
460
|
+
theme: l(G)
|
|
451
461
|
}, {
|
|
452
462
|
default: n(() => [
|
|
453
|
-
|
|
454
|
-
l(
|
|
455
|
-
modelValue:
|
|
456
|
-
"onUpdate:modelValue":
|
|
463
|
+
c(e.$slots, "top"),
|
|
464
|
+
a(l(oe), {
|
|
465
|
+
modelValue: r.value,
|
|
466
|
+
"onUpdate:modelValue": t[13] || (t[13] = (m) => r.value = m)
|
|
457
467
|
}, {
|
|
458
468
|
default: n(() => [
|
|
459
|
-
(
|
|
469
|
+
(s(!0), v(z, null, H(e.schema.slides, (m, N) => (s(), d(l(q), { key: N }, {
|
|
460
470
|
default: n(() => [
|
|
461
|
-
l(
|
|
462
|
-
default: n(({ errors:
|
|
463
|
-
e.hideHeader !== !0 ? (
|
|
471
|
+
a(l(te), null, {
|
|
472
|
+
default: n(({ errors: h, isValid: S }) => [
|
|
473
|
+
e.hideHeader !== !0 ? (s(), d(l(P), {
|
|
464
474
|
key: 0,
|
|
465
475
|
color: "transparent"
|
|
466
476
|
}, {
|
|
467
477
|
default: n(() => [
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
l(
|
|
478
|
+
c(e.$slots, "form-toolbar", {}, () => [
|
|
479
|
+
c(e.$slots, "form-toolbar-left"),
|
|
480
|
+
a(l(f), {
|
|
471
481
|
icon: "$chevron-left",
|
|
472
|
-
onClick:
|
|
473
|
-
disabled:
|
|
482
|
+
onClick: t[8] || (t[8] = (u) => r.value--),
|
|
483
|
+
disabled: r.value == 0,
|
|
474
484
|
variant: "text"
|
|
475
485
|
}, null, 8, ["disabled"]),
|
|
476
|
-
l(
|
|
486
|
+
a(l(f), {
|
|
477
487
|
icon: "$chevron-right",
|
|
478
|
-
onClick:
|
|
479
|
-
disabled:
|
|
488
|
+
onClick: t[9] || (t[9] = (u) => r.value++),
|
|
489
|
+
disabled: !S.value || r.value >= e.schema.slides.length - 1,
|
|
480
490
|
variant: "text"
|
|
481
491
|
}, null, 8, ["disabled"]),
|
|
482
|
-
|
|
483
|
-
l(
|
|
484
|
-
|
|
485
|
-
|
|
492
|
+
y("div", Ee, C(e.label ?? e.schema.title), 1),
|
|
493
|
+
a(l(B)),
|
|
494
|
+
c(e.$slots, "form-toolbar-right"),
|
|
495
|
+
a(V, null, {
|
|
486
496
|
default: n(() => [
|
|
487
|
-
F.value && e.canSaveProgress !== !1 ? (
|
|
497
|
+
F.value && e.canSaveProgress !== !1 ? (s(), d(l(f), {
|
|
488
498
|
key: 0,
|
|
489
|
-
onClick:
|
|
499
|
+
onClick: Z(K, ["stop"]),
|
|
490
500
|
class: "mr-4",
|
|
491
501
|
"prepend-icon": "$content-save",
|
|
492
502
|
size: "small",
|
|
493
503
|
text: "Save",
|
|
494
504
|
variant: "outlined"
|
|
495
|
-
})) :
|
|
505
|
+
})) : i("", !0)
|
|
496
506
|
]),
|
|
497
507
|
_: 1
|
|
498
508
|
}),
|
|
499
|
-
g.value != null ? (
|
|
500
|
-
g.value != null ? (
|
|
509
|
+
g.value != null ? (s(), v("div", we, [
|
|
510
|
+
g.value != null ? (s(), d(p, {
|
|
501
511
|
key: 0,
|
|
502
512
|
src: g.value
|
|
503
|
-
}, null, 8, ["src"])) :
|
|
504
|
-
])) :
|
|
513
|
+
}, null, 8, ["src"])) : i("", !0)
|
|
514
|
+
])) : i("", !0)
|
|
505
515
|
])
|
|
506
516
|
]),
|
|
507
517
|
_: 2
|
|
508
|
-
}, 1024)) :
|
|
509
|
-
|
|
510
|
-
style: k(e.useScroll ?
|
|
518
|
+
}, 1024)) : i("", !0),
|
|
519
|
+
y("div", {
|
|
520
|
+
style: k(e.useScroll ? l(j) : void 0)
|
|
511
521
|
}, [
|
|
512
|
-
|
|
513
|
-
l(
|
|
522
|
+
a(le, { errorMsg: M.value }, null, 8, ["errorMsg"]),
|
|
523
|
+
a(l(ne), {
|
|
514
524
|
class: "pa-0 mx-auto",
|
|
515
525
|
cols: "12"
|
|
516
526
|
}, {
|
|
517
527
|
default: n(() => [
|
|
518
|
-
|
|
528
|
+
c(e.$slots, m.name, {
|
|
519
529
|
data: e.data,
|
|
520
530
|
slide: m
|
|
521
531
|
}, () => [
|
|
522
|
-
(
|
|
523
|
-
|
|
532
|
+
(s(!0), v(z, null, H(m.fields, (u, A) => (s(), v("div", { key: A }, [
|
|
533
|
+
c(e.$slots, u.prop, {
|
|
524
534
|
data: e.data,
|
|
525
|
-
field:
|
|
535
|
+
field: u,
|
|
526
536
|
variant: "tonal"
|
|
527
537
|
}, () => [
|
|
528
|
-
|
|
538
|
+
a(_, {
|
|
529
539
|
data: e.data,
|
|
530
|
-
field:
|
|
540
|
+
field: u,
|
|
531
541
|
isEditing: L.value,
|
|
532
542
|
variant: "tonal"
|
|
533
543
|
}, null, 8, ["data", "field", "isEditing"])
|
|
534
544
|
])
|
|
535
545
|
]))), 128))
|
|
536
546
|
]),
|
|
537
|
-
|
|
538
|
-
|
|
547
|
+
y("div", Ve, [
|
|
548
|
+
a(b, {
|
|
539
549
|
group: "",
|
|
540
550
|
"hide-on-leave": ""
|
|
541
551
|
}, {
|
|
542
552
|
default: n(() => [
|
|
543
|
-
|
|
544
|
-
onClick:
|
|
553
|
+
r.value != 0 ? (s(), d(l(f), {
|
|
554
|
+
onClick: t[10] || (t[10] = (u) => r.value--),
|
|
545
555
|
class: "ma-4",
|
|
546
556
|
key: "1",
|
|
547
557
|
text: "Back"
|
|
548
|
-
})) :
|
|
558
|
+
})) : i("", !0)
|
|
549
559
|
]),
|
|
550
560
|
_: 1
|
|
551
561
|
}),
|
|
552
|
-
l(
|
|
553
|
-
|
|
562
|
+
a(l(B)),
|
|
563
|
+
a(b, {
|
|
554
564
|
group: "",
|
|
555
565
|
"hide-on-leave": ""
|
|
556
566
|
}, {
|
|
557
567
|
default: n(() => [
|
|
558
|
-
|
|
559
|
-
onClick:
|
|
568
|
+
r.value < e.schema.slides.length - 1 ? (s(), d(l(f), {
|
|
569
|
+
onClick: t[11] || (t[11] = (u) => r.value++),
|
|
560
570
|
class: "ma-4",
|
|
561
|
-
disabled: m.fields.filter((
|
|
571
|
+
disabled: m.fields.filter((u) => !!u.isRequired).length > 0 && !S.value,
|
|
562
572
|
key: "1",
|
|
563
573
|
text: "Next"
|
|
564
|
-
}, null, 8, ["disabled"])) : e.isEditing && e.canSubmit && !
|
|
565
|
-
onClick:
|
|
574
|
+
}, null, 8, ["disabled"])) : e.isEditing && e.canSubmit && !w.value && r.value >= e.schema.slides.length - 1 ? (s(), d(l(f), {
|
|
575
|
+
onClick: Q,
|
|
566
576
|
class: "ma-4",
|
|
567
|
-
disabled: m.fields.filter((
|
|
577
|
+
disabled: m.fields.filter((u) => !!u.isRequired).length > 0 && !S.value,
|
|
568
578
|
key: "2",
|
|
569
579
|
text: "Submit"
|
|
570
|
-
}, null, 8, ["disabled"])) :
|
|
580
|
+
}, null, 8, ["disabled"])) : i("", !0)
|
|
571
581
|
]),
|
|
572
582
|
_: 2
|
|
573
583
|
}, 1024),
|
|
574
|
-
|
|
584
|
+
l(x)(h) ? (s(), v("div", Ne, C(h), 1)) : i("", !0)
|
|
575
585
|
])
|
|
576
586
|
]),
|
|
577
587
|
_: 2
|
|
@@ -583,32 +593,32 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
583
593
|
]),
|
|
584
594
|
_: 2
|
|
585
595
|
}, 1024))), 128)),
|
|
586
|
-
l(
|
|
596
|
+
a(l(q), null, {
|
|
587
597
|
default: n(() => [
|
|
588
|
-
e.hideHeader !== !0 ? (
|
|
598
|
+
e.hideHeader !== !0 ? (s(), d(l(P), {
|
|
589
599
|
key: 0,
|
|
590
600
|
color: "transparent"
|
|
591
601
|
}, {
|
|
592
602
|
default: n(() => [
|
|
593
|
-
l(
|
|
603
|
+
a(l(f), {
|
|
594
604
|
icon: "$chevron-left",
|
|
595
|
-
onClick:
|
|
596
|
-
disabled:
|
|
605
|
+
onClick: t[12] || (t[12] = (m) => r.value--),
|
|
606
|
+
disabled: r.value == 0,
|
|
597
607
|
variant: "text"
|
|
598
608
|
}, null, 8, ["disabled"]),
|
|
599
|
-
|
|
600
|
-
l(
|
|
601
|
-
g.value != null ? (
|
|
602
|
-
g.value != null ? (
|
|
609
|
+
y("div", ze, C(e.label ?? e.schema.title), 1),
|
|
610
|
+
a(l(B)),
|
|
611
|
+
g.value != null ? (s(), v("div", He, [
|
|
612
|
+
g.value != null ? (s(), d(p, {
|
|
603
613
|
key: 0,
|
|
604
614
|
src: g.value
|
|
605
|
-
}, null, 8, ["src"])) :
|
|
606
|
-
])) :
|
|
615
|
+
}, null, 8, ["src"])) : i("", !0)
|
|
616
|
+
])) : i("", !0)
|
|
607
617
|
]),
|
|
608
618
|
_: 1
|
|
609
|
-
})) :
|
|
610
|
-
|
|
611
|
-
style: k(e.useScroll ?
|
|
619
|
+
})) : i("", !0),
|
|
620
|
+
y("div", {
|
|
621
|
+
style: k(e.useScroll ? l(j) : void 0),
|
|
612
622
|
class: "d-flex flex-column align-center justify-center"
|
|
613
623
|
}, " Done! Thankyou. ", 4)
|
|
614
624
|
]),
|
|
@@ -623,13 +633,13 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
623
633
|
]),
|
|
624
634
|
_: 3
|
|
625
635
|
}),
|
|
626
|
-
|
|
636
|
+
a(ee, { loadingMsg: E.value }, null, 8, ["loadingMsg"])
|
|
627
637
|
]),
|
|
628
638
|
_: 3
|
|
629
|
-
}, 8, ["style"])) :
|
|
639
|
+
}, 8, ["style"])) : i("", !0);
|
|
630
640
|
};
|
|
631
641
|
}
|
|
632
642
|
});
|
|
633
643
|
export {
|
|
634
|
-
|
|
644
|
+
Qe as default
|
|
635
645
|
};
|