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,28 +1,49 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { isNullOrEmpty as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { useForms as
|
|
6
|
-
import
|
|
7
|
-
|
|
1
|
+
import { defineComponent as Ee, ref as M, computed as N, watch as Z, onMounted as Pe, resolveComponent as ee, unref as e, openBlock as i, createElementBlock as d, createVNode as o, withCtx as a, normalizeStyle as H, createElementVNode as V, toDisplayString as $, createCommentVNode as p, withModifiers as y, createBlock as f, Fragment as F, renderList as _, renderSlot as I, mergeProps as U, createTextVNode as B, createSlots as ze, normalizeProps as le, guardReactiveProps as oe } from "vue";
|
|
2
|
+
import { isNullOrEmpty as A, isLengthyArray as Le } from "../composables/helpers.mjs";
|
|
3
|
+
import Re from "./BT-Form-Field.vue.mjs";
|
|
4
|
+
import qe from "./BT-Form.vue.mjs";
|
|
5
|
+
import { useForms as De, useFormTemplates as Ge, Fields as Me, useFormSource as Ne } from "../composables/forms.mjs";
|
|
6
|
+
import He from "./BT-Image-Select.vue.mjs";
|
|
7
|
+
import { VToolbarItems as te } from "../bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs";
|
|
8
|
+
import { VDialog as Ie } from "../bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs";
|
|
9
|
+
import { VCard as S } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
|
|
10
|
+
import { VContainer as re } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs";
|
|
11
|
+
import { VToolbar as O } from "../bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs";
|
|
12
|
+
import { VBtn as g } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
|
|
13
|
+
import { VSpacer as q } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs";
|
|
14
|
+
import { VList as X } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs";
|
|
15
|
+
import { VSlideYTransition as Ae, VSlideXTransition as ae, VSlideXReverseTransition as Oe } from "../bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs";
|
|
16
|
+
import { VHover as Xe } from "../bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs";
|
|
17
|
+
import { VCardTitle as Ye } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs";
|
|
18
|
+
import { VMenu as E } from "../bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs";
|
|
19
|
+
import { VRow as je } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs";
|
|
20
|
+
import { VCol as Je } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs";
|
|
21
|
+
import { VIcon as Ke } from "../bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs";
|
|
22
|
+
import { VTextField as x } from "../bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs";
|
|
23
|
+
import { VTextarea as Qe } from "../bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs";
|
|
24
|
+
import { VSwitch as P } from "../bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs";
|
|
25
|
+
import { VListSubheader as w } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs";
|
|
26
|
+
import { VColorPicker as D } from "../bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs";
|
|
27
|
+
import { VListItem as G } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs";
|
|
28
|
+
const We = { key: 0 }, Ze = { key: 0 }, el = { class: "text-h6" }, ll = {
|
|
8
29
|
key: 0,
|
|
9
30
|
class: "text-caption"
|
|
10
|
-
}, ol = { class: "text-h6 ml-3" }, tl = { class: "mr-6" },
|
|
31
|
+
}, ol = { class: "text-h6 ml-3" }, tl = { class: "mr-6" }, rl = ["onClick"], al = { class: "d-flex align-center" }, nl = {
|
|
11
32
|
style: { "min-height": "65px", "min-width": "64px" },
|
|
12
33
|
class: "ml-2"
|
|
13
|
-
},
|
|
34
|
+
}, il = {
|
|
14
35
|
key: "2",
|
|
15
36
|
class: "d-flex align-center"
|
|
16
|
-
},
|
|
37
|
+
}, sl = { class: "d-flex flex-column" }, ul = {
|
|
17
38
|
key: 0,
|
|
18
39
|
class: "mx-4"
|
|
19
|
-
},
|
|
40
|
+
}, dl = {
|
|
20
41
|
key: 1,
|
|
21
42
|
class: "d-flex flex-align"
|
|
22
|
-
},
|
|
43
|
+
}, ml = { class: "text-center ma-2" }, pl = { class: "text-h6" }, cl = { key: 0 }, fl = { key: 1 }, vl = { key: 2 }, gl = { class: "text-caption" }, Vl = { key: 0 }, yl = { key: 1 }, kl = { key: 2 }, bl = { class: "ml-1" }, Sl = { key: 1 }, Cl = { key: 2 }, hl = { key: 3 }, $l = {
|
|
23
44
|
key: 0,
|
|
24
45
|
class: "text-center"
|
|
25
|
-
},
|
|
46
|
+
}, _l = { class: "d-flex align-center py-1 mx-2" }, Zl = /* @__PURE__ */ Ee({
|
|
26
47
|
__name: "BT-Form-Builder",
|
|
27
48
|
props: {
|
|
28
49
|
actualUsedHeight: {},
|
|
@@ -44,51 +65,51 @@ const Ye = { key: 0 }, Ze = { key: 0 }, el = { class: "text-h6" }, ll = {
|
|
|
44
65
|
useTemplates: { type: Boolean }
|
|
45
66
|
},
|
|
46
67
|
emits: ["update:modelValue"],
|
|
47
|
-
setup(
|
|
48
|
-
const
|
|
49
|
-
addFieldToSlide:
|
|
50
|
-
addSlide:
|
|
51
|
-
applyTemplate:
|
|
52
|
-
clearCurrent:
|
|
53
|
-
currentField:
|
|
54
|
-
currentSlide:
|
|
55
|
-
duplicateField:
|
|
56
|
-
duplicateSlide:
|
|
57
|
-
fieldPropRules:
|
|
58
|
-
isLabelType:
|
|
59
|
-
isPlaceholderType:
|
|
68
|
+
setup(ne, { emit: ie }) {
|
|
69
|
+
const se = ie, k = ne, T = M(!1), ue = M({}), {
|
|
70
|
+
addFieldToSlide: de,
|
|
71
|
+
addSlide: me,
|
|
72
|
+
applyTemplate: pe,
|
|
73
|
+
clearCurrent: Y,
|
|
74
|
+
currentField: u,
|
|
75
|
+
currentSlide: v,
|
|
76
|
+
duplicateField: ce,
|
|
77
|
+
duplicateSlide: fe,
|
|
78
|
+
fieldPropRules: ve,
|
|
79
|
+
isLabelType: ge,
|
|
80
|
+
isPlaceholderType: Ve,
|
|
60
81
|
isPropType: ye,
|
|
61
82
|
isRequiredType: ke,
|
|
62
|
-
loadSchema:
|
|
83
|
+
loadSchema: j,
|
|
63
84
|
moveSlideDown: be,
|
|
64
|
-
moveSlideUp:
|
|
65
|
-
removeCurrent:
|
|
85
|
+
moveSlideUp: Se,
|
|
86
|
+
removeCurrent: Ce,
|
|
66
87
|
removeSlide: he,
|
|
67
88
|
schema: t,
|
|
68
|
-
schemaString:
|
|
69
|
-
selectField:
|
|
70
|
-
selectSlide:
|
|
71
|
-
} =
|
|
72
|
-
onGetSchema:
|
|
73
|
-
}),
|
|
74
|
-
var
|
|
75
|
-
var
|
|
76
|
-
if (
|
|
77
|
-
var l =
|
|
78
|
-
(l == null ? void 0 : l.props) != null &&
|
|
89
|
+
schemaString: $e,
|
|
90
|
+
selectField: _e,
|
|
91
|
+
selectSlide: Ue
|
|
92
|
+
} = De({
|
|
93
|
+
onGetSchema: k.onGetSchema
|
|
94
|
+
}), Be = Ne(), J = N(() => {
|
|
95
|
+
var b;
|
|
96
|
+
var s = k.requiredProps ?? [];
|
|
97
|
+
if (k.requirementGroup != null) {
|
|
98
|
+
var l = Be.requirementSets.find((C) => C.group == k.requirementGroup);
|
|
99
|
+
(l == null ? void 0 : l.props) != null && s.push(...l.props);
|
|
79
100
|
}
|
|
80
|
-
return (
|
|
81
|
-
|
|
82
|
-
var
|
|
83
|
-
|
|
101
|
+
return (b = t.value) == null || b.slides.forEach((C) => {
|
|
102
|
+
C.fields.forEach((r) => {
|
|
103
|
+
var c = s.findIndex((h) => h == r.prop);
|
|
104
|
+
c >= 0 && s.splice(c, 1);
|
|
84
105
|
});
|
|
85
|
-
}),
|
|
86
|
-
}),
|
|
87
|
-
var l,
|
|
88
|
-
let
|
|
89
|
-
if (((
|
|
90
|
-
return `background: url("${
|
|
91
|
-
}),
|
|
106
|
+
}), s;
|
|
107
|
+
}), K = M(k.useTemplates ? Ge(k.templateGroup) : void 0), xe = N(() => {
|
|
108
|
+
var l, b;
|
|
109
|
+
let s = (l = t.value) == null ? void 0 : l.bgSrc;
|
|
110
|
+
if (((b = t.value) == null ? void 0 : b.useBgSrc) == !0 && s != null)
|
|
111
|
+
return `background: url("${s}") no-repeat top center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; min-height: 100%;`;
|
|
112
|
+
}), Te = N(() => {
|
|
92
113
|
if (t.value != null) {
|
|
93
114
|
if (t.value.variant == "basic" || t.value.variant == "single-page")
|
|
94
115
|
return "text";
|
|
@@ -96,64 +117,64 @@ const Ye = { key: 0 }, Ze = { key: 0 }, el = { class: "text-h6" }, ll = {
|
|
|
96
117
|
return "tonal";
|
|
97
118
|
}
|
|
98
119
|
});
|
|
99
|
-
function
|
|
100
|
-
if (!(l < 0 || l >
|
|
101
|
-
var
|
|
102
|
-
|
|
120
|
+
function Q(s, l, b) {
|
|
121
|
+
if (!(l < 0 || l > b.fields.length - 1)) {
|
|
122
|
+
var C = b.fields.findIndex((r) => r === s);
|
|
123
|
+
b.fields.splice(C, 1), b.fields.splice(l, 0, s);
|
|
103
124
|
}
|
|
104
125
|
}
|
|
105
|
-
function
|
|
106
|
-
|
|
126
|
+
function we(s) {
|
|
127
|
+
pe(s), z();
|
|
107
128
|
}
|
|
108
|
-
async function
|
|
109
|
-
|
|
129
|
+
async function z() {
|
|
130
|
+
se("update:modelValue", $e.value), T.value = !1;
|
|
110
131
|
}
|
|
111
132
|
function Fe() {
|
|
112
|
-
|
|
133
|
+
T.value = !0;
|
|
113
134
|
}
|
|
114
|
-
function
|
|
115
|
-
|
|
135
|
+
function W(s) {
|
|
136
|
+
s != null && (A(s.logoSrc) && k.getLogoUrl != null && (s.logoSrc = k.getLogoUrl()), A(s.bgSrc) && k.getBackgroundUrl != null && (s.bgSrc = k.getBackgroundUrl()));
|
|
116
137
|
}
|
|
117
|
-
return
|
|
118
|
-
|
|
119
|
-
}),
|
|
120
|
-
|
|
121
|
-
}),
|
|
122
|
-
|
|
123
|
-
}), (
|
|
124
|
-
const
|
|
125
|
-
return e(t) != null ? (
|
|
126
|
-
o(
|
|
138
|
+
return Z(() => k.openToggle, () => {
|
|
139
|
+
T.value = !0;
|
|
140
|
+
}), Z(() => k.modelValue, (s) => {
|
|
141
|
+
j(s), W(t.value);
|
|
142
|
+
}), Pe(() => {
|
|
143
|
+
j(k.modelValue), W(t.value);
|
|
144
|
+
}), (s, l) => {
|
|
145
|
+
const b = ee("bt-avatar"), C = ee("v-select");
|
|
146
|
+
return e(t) != null ? (i(), d("div", We, [
|
|
147
|
+
o(e(Ie), {
|
|
127
148
|
fullscreen: "",
|
|
128
149
|
"retain-focus": !1,
|
|
129
150
|
transition: "dialog-bottom-transition",
|
|
130
|
-
modelValue:
|
|
131
|
-
"onUpdate:modelValue": l[18] || (l[18] = (
|
|
151
|
+
modelValue: T.value,
|
|
152
|
+
"onUpdate:modelValue": l[18] || (l[18] = (r) => T.value = r)
|
|
132
153
|
}, {
|
|
133
154
|
default: a(() => [
|
|
134
|
-
o(S, null, {
|
|
155
|
+
o(e(S), null, {
|
|
135
156
|
default: a(() => [
|
|
136
|
-
o(
|
|
157
|
+
o(e(re), {
|
|
137
158
|
class: "pa-0",
|
|
138
159
|
fluid: "",
|
|
139
|
-
style:
|
|
160
|
+
style: H(xe.value)
|
|
140
161
|
}, {
|
|
141
162
|
default: a(() => [
|
|
142
|
-
o(
|
|
163
|
+
o(e(O), { color: "primary" }, {
|
|
143
164
|
default: a(() => [
|
|
144
|
-
o(
|
|
165
|
+
o(e(g), {
|
|
145
166
|
icon: "$close",
|
|
146
|
-
onClick: l[0] || (l[0] = (
|
|
167
|
+
onClick: l[0] || (l[0] = (r) => T.value = !1)
|
|
147
168
|
}),
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
e(t).title != null ? (
|
|
151
|
-
])) :
|
|
152
|
-
o(
|
|
153
|
-
o(
|
|
169
|
+
s.title != null ? (i(), d("div", Ze, [
|
|
170
|
+
V("div", el, $(s.title), 1),
|
|
171
|
+
e(t).title != null ? (i(), d("div", ll, $(e(t).title), 1)) : p("", !0)
|
|
172
|
+
])) : p("", !0),
|
|
173
|
+
o(e(q)),
|
|
174
|
+
o(e(te), null, {
|
|
154
175
|
default: a(() => [
|
|
155
|
-
o(
|
|
156
|
-
onClick:
|
|
176
|
+
o(e(g), {
|
|
177
|
+
onClick: z,
|
|
157
178
|
text: "Done"
|
|
158
179
|
})
|
|
159
180
|
]),
|
|
@@ -162,154 +183,154 @@ const Ye = { key: 0 }, Ze = { key: 0 }, el = { class: "text-h6" }, ll = {
|
|
|
162
183
|
]),
|
|
163
184
|
_: 1
|
|
164
185
|
}),
|
|
165
|
-
o(S, {
|
|
186
|
+
o(e(S), {
|
|
166
187
|
class: "d-flex",
|
|
167
188
|
theme: e(t).theme
|
|
168
189
|
}, {
|
|
169
190
|
default: a(() => [
|
|
170
|
-
o(
|
|
171
|
-
onClick:
|
|
172
|
-
style:
|
|
191
|
+
o(e(re), {
|
|
192
|
+
onClick: y(e(Y), ["stop"]),
|
|
193
|
+
style: H([{ height: "calc(100vh - 64px)" }, `background-color: ${e(t).bgColor}`]),
|
|
173
194
|
class: "overflow-y-auto pa-0"
|
|
174
195
|
}, {
|
|
175
196
|
default: a(() => [
|
|
176
|
-
e(t).useLogoSrc && !e(
|
|
197
|
+
e(t).useLogoSrc && !e(A)(e(t).logoSrc) ? (i(), f(e(O), {
|
|
177
198
|
key: 0,
|
|
178
|
-
style:
|
|
199
|
+
style: H(`background-color: ${e(t).bgColor}`)
|
|
179
200
|
}, {
|
|
180
201
|
default: a(() => [
|
|
181
|
-
|
|
182
|
-
o(
|
|
183
|
-
|
|
184
|
-
o(
|
|
202
|
+
V("div", ol, $(e(t).title), 1),
|
|
203
|
+
o(e(q)),
|
|
204
|
+
V("div", tl, [
|
|
205
|
+
o(b, {
|
|
185
206
|
src: e(t).logoSrc
|
|
186
207
|
}, null, 8, ["src"])
|
|
187
208
|
])
|
|
188
209
|
]),
|
|
189
210
|
_: 1
|
|
190
|
-
}, 8, ["style"])) :
|
|
191
|
-
o(
|
|
211
|
+
}, 8, ["style"])) : p("", !0),
|
|
212
|
+
o(e(X), { "bg-color": "transparent" }, {
|
|
192
213
|
default: a(() => [
|
|
193
|
-
o(
|
|
214
|
+
o(e(Ae), {
|
|
194
215
|
group: "",
|
|
195
216
|
"hide-on-leave": ""
|
|
196
217
|
}, {
|
|
197
218
|
default: a(() => [
|
|
198
|
-
(
|
|
199
|
-
key:
|
|
200
|
-
slide:
|
|
219
|
+
(i(!0), d(F, null, _(e(t).slides, (r, c) => I(s.$slots, `${r.name}-builder`, {
|
|
220
|
+
key: c,
|
|
221
|
+
slide: r
|
|
201
222
|
}, () => [
|
|
202
|
-
|
|
203
|
-
onClick:
|
|
223
|
+
V("div", {
|
|
224
|
+
onClick: y((h) => e(Ue)(r), ["stop"])
|
|
204
225
|
}, [
|
|
205
|
-
o(
|
|
206
|
-
default: a(({ isHovering:
|
|
207
|
-
o(S,
|
|
208
|
-
class: ["mx-1 my-6 pt-2 pb-5", e(
|
|
226
|
+
o(e(Xe), null, {
|
|
227
|
+
default: a(({ isHovering: h, props: L }) => [
|
|
228
|
+
o(e(S), U({
|
|
229
|
+
class: ["mx-1 my-6 pt-2 pb-5", e(v) === r ? "text-primary" : void 0],
|
|
209
230
|
ripple: !1,
|
|
210
231
|
variant: "outlined",
|
|
211
232
|
ref_for: !0
|
|
212
|
-
},
|
|
233
|
+
}, L), {
|
|
213
234
|
default: a(() => [
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
o(
|
|
235
|
+
V("div", al, [
|
|
236
|
+
V("div", nl, [
|
|
237
|
+
o(e(ae), null, {
|
|
217
238
|
default: a(() => [
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
o(
|
|
221
|
-
onClick:
|
|
239
|
+
h ? (i(), d("div", il, [
|
|
240
|
+
V("div", sl, [
|
|
241
|
+
o(e(g), {
|
|
242
|
+
onClick: y((m) => e(Se)(c), ["stop"]),
|
|
222
243
|
class: "ma-0 pa-0",
|
|
223
|
-
disabled:
|
|
244
|
+
disabled: c == 0 || !s.isEditing,
|
|
224
245
|
icon: "$menu-up",
|
|
225
246
|
size: "x-small",
|
|
226
247
|
variant: "text"
|
|
227
248
|
}, null, 8, ["onClick", "disabled"]),
|
|
228
|
-
o(
|
|
229
|
-
onClick:
|
|
249
|
+
o(e(g), {
|
|
250
|
+
onClick: y((m) => e(be)(c), ["stop"]),
|
|
230
251
|
class: "ma-0 pa-0",
|
|
231
|
-
disabled:
|
|
252
|
+
disabled: c >= e(t).slides.length - 1 || !s.isEditing,
|
|
232
253
|
icon: "$menu-down",
|
|
233
254
|
size: "x-small",
|
|
234
255
|
variant: "text"
|
|
235
256
|
}, null, 8, ["onClick", "disabled"])
|
|
236
257
|
]),
|
|
237
|
-
o(
|
|
238
|
-
onClick:
|
|
258
|
+
o(e(g), {
|
|
259
|
+
onClick: y((m) => e(t).slides.splice(c + 1, 0, e(fe)(r)), ["stop"]),
|
|
239
260
|
class: "ma-0 pa-0",
|
|
240
261
|
icon: "$content-duplicate",
|
|
241
262
|
size: "x-small",
|
|
242
263
|
title: "Duplicate",
|
|
243
264
|
variant: "text"
|
|
244
265
|
}, null, 8, ["onClick"])
|
|
245
|
-
])) :
|
|
266
|
+
])) : p("", !0)
|
|
246
267
|
]),
|
|
247
268
|
_: 2
|
|
248
269
|
}, 1024)
|
|
249
270
|
]),
|
|
250
|
-
o(
|
|
271
|
+
o(e(Ye), null, {
|
|
251
272
|
default: a(() => [
|
|
252
|
-
|
|
273
|
+
B($(r.name), 1)
|
|
253
274
|
]),
|
|
254
275
|
_: 2
|
|
255
276
|
}, 1024),
|
|
256
|
-
o(
|
|
257
|
-
o(
|
|
277
|
+
o(e(q)),
|
|
278
|
+
o(e(Oe), null, {
|
|
258
279
|
default: a(() => [
|
|
259
|
-
(
|
|
280
|
+
(r == null ? void 0 : r.canDelete) !== !1 && h ? (i(), f(e(g), {
|
|
260
281
|
key: 0,
|
|
261
282
|
class: "ma-0 mr-2 pa-0 text-error",
|
|
262
|
-
onClick:
|
|
283
|
+
onClick: y((m) => e(he)(r.name), ["stop"]),
|
|
263
284
|
icon: "$delete",
|
|
264
285
|
variant: "text"
|
|
265
|
-
}, null, 8, ["onClick"])) :
|
|
286
|
+
}, null, 8, ["onClick"])) : p("", !0)
|
|
266
287
|
]),
|
|
267
288
|
_: 2
|
|
268
289
|
}, 1024)
|
|
269
290
|
]),
|
|
270
|
-
e(
|
|
271
|
-
(
|
|
272
|
-
(
|
|
273
|
-
key: `${
|
|
274
|
-
onDuplicate: (
|
|
275
|
-
onMovedown: (
|
|
276
|
-
onMoveup: (
|
|
277
|
-
onSelect: (
|
|
278
|
-
field:
|
|
291
|
+
e(Le)(r.fields) ? (i(), d("div", ul, [
|
|
292
|
+
(i(!0), d(F, null, _(r.fields, (m, n) => (i(), d("div", null, [
|
|
293
|
+
(i(), f(Re, {
|
|
294
|
+
key: `${n}${m.prop ?? ""}${m.type ?? ""}`,
|
|
295
|
+
onDuplicate: (R) => r.fields.splice(n + 1, 0, e(ce)(m)),
|
|
296
|
+
onMovedown: (R) => Q(m, n + 1, r),
|
|
297
|
+
onMoveup: (R) => Q(m, n - 1, r),
|
|
298
|
+
onSelect: (R) => e(_e)(r, m),
|
|
299
|
+
field: m,
|
|
279
300
|
isBuilding: "",
|
|
280
|
-
isSelected: e(
|
|
281
|
-
variant:
|
|
301
|
+
isSelected: e(u) === m,
|
|
302
|
+
variant: Te.value
|
|
282
303
|
}, null, 8, ["onDuplicate", "onMovedown", "onMoveup", "onSelect", "field", "isSelected", "variant"]))
|
|
283
304
|
]))), 256))
|
|
284
|
-
])) :
|
|
285
|
-
|
|
286
|
-
o(
|
|
287
|
-
activator: a(({ props:
|
|
288
|
-
o(
|
|
305
|
+
])) : p("", !0),
|
|
306
|
+
r.canEdit !== !1 ? (i(), d("div", dl, [
|
|
307
|
+
o(e(E), { "z-index": "2500" }, {
|
|
308
|
+
activator: a(({ props: m }) => [
|
|
309
|
+
o(e(g), U({
|
|
289
310
|
class: "mx-auto",
|
|
290
311
|
color: e(t).ctlColor,
|
|
291
312
|
"prepend-icon": "$plus",
|
|
292
313
|
text: "Add Field",
|
|
293
314
|
ref_for: !0
|
|
294
|
-
},
|
|
315
|
+
}, m), null, 16, ["color"])
|
|
295
316
|
]),
|
|
296
317
|
default: a(() => [
|
|
297
|
-
o(S, { "max-width": "550" }, {
|
|
318
|
+
o(e(S), { "max-width": "550" }, {
|
|
298
319
|
default: a(() => [
|
|
299
|
-
o(
|
|
320
|
+
o(e(je), { "no-gutters": "" }, {
|
|
300
321
|
default: a(() => [
|
|
301
|
-
(
|
|
302
|
-
key:
|
|
322
|
+
(i(!0), d(F, null, _(e(Me), (m, n) => (i(), f(e(Je), {
|
|
323
|
+
key: n,
|
|
303
324
|
cols: "6"
|
|
304
325
|
}, {
|
|
305
326
|
default: a(() => [
|
|
306
|
-
o(S, {
|
|
327
|
+
o(e(S), {
|
|
307
328
|
class: "ma-1",
|
|
308
|
-
onClick:
|
|
329
|
+
onClick: y((R) => e(de)(m, r), ["stop"]),
|
|
309
330
|
color: e(t).ctlColor,
|
|
310
|
-
"prepend-icon":
|
|
311
|
-
subtitle:
|
|
312
|
-
title:
|
|
331
|
+
"prepend-icon": m.icon,
|
|
332
|
+
subtitle: m.description,
|
|
333
|
+
title: m.label
|
|
313
334
|
}, null, 8, ["onClick", "color", "prepend-icon", "subtitle", "title"])
|
|
314
335
|
]),
|
|
315
336
|
_: 2
|
|
@@ -323,14 +344,14 @@ const Ye = { key: 0 }, Ze = { key: 0 }, el = { class: "text-h6" }, ll = {
|
|
|
323
344
|
]),
|
|
324
345
|
_: 2
|
|
325
346
|
}, 1024)
|
|
326
|
-
])) :
|
|
347
|
+
])) : p("", !0)
|
|
327
348
|
]),
|
|
328
349
|
_: 2
|
|
329
350
|
}, 1040, ["class"])
|
|
330
351
|
]),
|
|
331
352
|
_: 2
|
|
332
353
|
}, 1024)
|
|
333
|
-
], 8,
|
|
354
|
+
], 8, rl)
|
|
334
355
|
])), 128))
|
|
335
356
|
]),
|
|
336
357
|
_: 3
|
|
@@ -338,9 +359,9 @@ const Ye = { key: 0 }, Ze = { key: 0 }, el = { class: "text-h6" }, ll = {
|
|
|
338
359
|
]),
|
|
339
360
|
_: 3
|
|
340
361
|
}),
|
|
341
|
-
|
|
342
|
-
o(
|
|
343
|
-
onClick:
|
|
362
|
+
V("div", ml, [
|
|
363
|
+
o(e(g), {
|
|
364
|
+
onClick: y(e(me), ["stop"]),
|
|
344
365
|
color: e(t).ctlColor,
|
|
345
366
|
"prepend-icon": "$card-plus-outline",
|
|
346
367
|
text: "Add Slide"
|
|
@@ -349,46 +370,46 @@ const Ye = { key: 0 }, Ze = { key: 0 }, el = { class: "text-h6" }, ll = {
|
|
|
349
370
|
]),
|
|
350
371
|
_: 3
|
|
351
372
|
}, 8, ["onClick", "style"]),
|
|
352
|
-
o(S, {
|
|
373
|
+
o(e(S), {
|
|
353
374
|
class: "overflow-y-auto",
|
|
354
375
|
width: "400",
|
|
355
376
|
style: { height: "calc(100vh - 64px)" },
|
|
356
377
|
tile: ""
|
|
357
378
|
}, {
|
|
358
379
|
default: a(() => {
|
|
359
|
-
var
|
|
380
|
+
var r, c, h, L, m;
|
|
360
381
|
return [
|
|
361
|
-
o(
|
|
382
|
+
o(e(O), null, {
|
|
362
383
|
default: a(() => [
|
|
363
|
-
e(
|
|
384
|
+
e(v) != null || e(u) != null ? (i(), f(e(g), {
|
|
364
385
|
key: 0,
|
|
365
386
|
icon: "$close",
|
|
366
|
-
onClick:
|
|
367
|
-
}, null, 8, ["onClick"])) : (
|
|
387
|
+
onClick: y(e(Y), ["stop"])
|
|
388
|
+
}, null, 8, ["onClick"])) : (i(), f(e(Ke), {
|
|
368
389
|
key: 1,
|
|
369
390
|
class: "mx-3",
|
|
370
391
|
icon: "$cog"
|
|
371
392
|
})),
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
e(
|
|
393
|
+
V("div", null, [
|
|
394
|
+
V("div", pl, [
|
|
395
|
+
e(u) != null ? (i(), d("span", cl, "Field")) : e(v) != null ? (i(), d("span", fl, "Slide")) : (i(), d("span", vl, "Form"))
|
|
375
396
|
]),
|
|
376
|
-
|
|
377
|
-
e(
|
|
397
|
+
V("div", gl, [
|
|
398
|
+
e(u) != null ? (i(), d("span", Vl, $(e(u).type), 1)) : e(v) != null ? (i(), d("span", yl, $(e(v).name), 1)) : (i(), d("span", kl, "Properties"))
|
|
378
399
|
])
|
|
379
400
|
]),
|
|
380
|
-
o(
|
|
381
|
-
o(
|
|
401
|
+
o(e(q)),
|
|
402
|
+
o(e(te), null, {
|
|
382
403
|
default: a(() => {
|
|
383
|
-
var
|
|
404
|
+
var n;
|
|
384
405
|
return [
|
|
385
|
-
e(
|
|
406
|
+
e(u) != null || e(v) != null ? (i(), f(e(g), {
|
|
386
407
|
key: 0,
|
|
387
|
-
disabled: ((
|
|
408
|
+
disabled: ((n = e(v)) == null ? void 0 : n.canDelete) == !1,
|
|
388
409
|
class: "text-error",
|
|
389
|
-
onClick:
|
|
410
|
+
onClick: y(e(Ce), ["stop"]),
|
|
390
411
|
icon: "$delete"
|
|
391
|
-
}, null, 8, ["disabled", "onClick"])) :
|
|
412
|
+
}, null, 8, ["disabled", "onClick"])) : p("", !0)
|
|
392
413
|
];
|
|
393
414
|
}),
|
|
394
415
|
_: 1
|
|
@@ -396,173 +417,173 @@ const Ye = { key: 0 }, Ze = { key: 0 }, el = { class: "text-h6" }, ll = {
|
|
|
396
417
|
]),
|
|
397
418
|
_: 1
|
|
398
419
|
}),
|
|
399
|
-
|
|
420
|
+
J.value.length > 0 ? (i(), f(e(S), {
|
|
400
421
|
key: 0,
|
|
401
422
|
subtitle: "This form requires fields with these properties:"
|
|
402
423
|
}, {
|
|
403
424
|
text: a(() => [
|
|
404
|
-
(
|
|
405
|
-
l[25] || (l[25] =
|
|
406
|
-
|
|
425
|
+
(i(!0), d(F, null, _(J.value, (n) => (i(), d("div", null, [
|
|
426
|
+
l[25] || (l[25] = V("span", null, "Prop:", -1)),
|
|
427
|
+
V("span", bl, $(n), 1)
|
|
407
428
|
]))), 256))
|
|
408
429
|
]),
|
|
409
430
|
_: 1
|
|
410
|
-
})) :
|
|
411
|
-
e(
|
|
412
|
-
e(
|
|
431
|
+
})) : p("", !0),
|
|
432
|
+
e(u) != null ? (i(), d("div", Sl, [
|
|
433
|
+
e(ge) ? (i(), f(e(x), {
|
|
413
434
|
key: 0,
|
|
414
435
|
"hide-details": "",
|
|
415
436
|
label: "Label",
|
|
416
|
-
modelValue: e(
|
|
417
|
-
"onUpdate:modelValue": l[1] || (l[1] = (
|
|
418
|
-
}, null, 8, ["modelValue"])) :
|
|
419
|
-
o(
|
|
437
|
+
modelValue: e(u).label,
|
|
438
|
+
"onUpdate:modelValue": l[1] || (l[1] = (n) => e(u).label = n)
|
|
439
|
+
}, null, 8, ["modelValue"])) : p("", !0),
|
|
440
|
+
o(e(Qe), {
|
|
420
441
|
"auto-grow": "",
|
|
421
442
|
"hide-details": "",
|
|
422
443
|
label: "Description",
|
|
423
444
|
lines: "three",
|
|
424
|
-
modelValue: e(
|
|
425
|
-
"onUpdate:modelValue": l[2] || (l[2] = (
|
|
445
|
+
modelValue: e(u).description,
|
|
446
|
+
"onUpdate:modelValue": l[2] || (l[2] = (n) => e(u).description = n)
|
|
426
447
|
}, null, 8, ["modelValue"]),
|
|
427
|
-
e(
|
|
448
|
+
e(Ve) ? (i(), f(e(x), {
|
|
428
449
|
key: 1,
|
|
429
450
|
"hide-details": "",
|
|
430
451
|
label: "Placeholder",
|
|
431
|
-
modelValue: e(
|
|
432
|
-
"onUpdate:modelValue": l[3] || (l[3] = (
|
|
433
|
-
}, null, 8, ["modelValue"])) :
|
|
434
|
-
e(ye) ? (
|
|
452
|
+
modelValue: e(u).placeholder,
|
|
453
|
+
"onUpdate:modelValue": l[3] || (l[3] = (n) => e(u).placeholder = n)
|
|
454
|
+
}, null, 8, ["modelValue"])) : p("", !0),
|
|
455
|
+
e(ye) ? (i(), f(e(x), {
|
|
435
456
|
key: 2,
|
|
436
|
-
readonly: ((
|
|
457
|
+
readonly: ((r = e(v)) == null ? void 0 : r.canEdit) == !1,
|
|
437
458
|
label: "Field Property",
|
|
438
|
-
rules: e(
|
|
439
|
-
modelValue: e(
|
|
440
|
-
"onUpdate:modelValue": l[4] || (l[4] = (
|
|
441
|
-
}, null, 8, ["readonly", "rules", "modelValue"])) :
|
|
442
|
-
e(
|
|
459
|
+
rules: e(ve),
|
|
460
|
+
modelValue: e(u).prop,
|
|
461
|
+
"onUpdate:modelValue": l[4] || (l[4] = (n) => e(u).prop = n)
|
|
462
|
+
}, null, 8, ["readonly", "rules", "modelValue"])) : p("", !0),
|
|
463
|
+
e(u).type == "button" ? (i(), f(e(x), {
|
|
443
464
|
key: 3,
|
|
444
465
|
label: "URL to navigate to",
|
|
445
|
-
modelValue: e(
|
|
446
|
-
"onUpdate:modelValue": l[5] || (l[5] = (
|
|
447
|
-
}, null, 8, ["modelValue"])) :
|
|
448
|
-
e(ke) ? (
|
|
466
|
+
modelValue: e(u).url,
|
|
467
|
+
"onUpdate:modelValue": l[5] || (l[5] = (n) => e(u).url = n)
|
|
468
|
+
}, null, 8, ["modelValue"])) : p("", !0),
|
|
469
|
+
e(ke) ? (i(), f(e(P), {
|
|
449
470
|
key: 4,
|
|
450
|
-
color: e(
|
|
471
|
+
color: e(u).isRequired ? "primary" : void 0,
|
|
451
472
|
inset: "",
|
|
452
|
-
label: e(
|
|
453
|
-
readonly: ((
|
|
454
|
-
modelValue: e(
|
|
455
|
-
"onUpdate:modelValue": l[6] || (l[6] = (
|
|
456
|
-
}, null, 8, ["color", "label", "readonly", "modelValue"])) :
|
|
457
|
-
o(
|
|
458
|
-
color: e(
|
|
473
|
+
label: e(u).isRequired ? "Required" : "Not Required",
|
|
474
|
+
readonly: ((c = e(v)) == null ? void 0 : c.canEdit) === !1,
|
|
475
|
+
modelValue: e(u).isRequired,
|
|
476
|
+
"onUpdate:modelValue": l[6] || (l[6] = (n) => e(u).isRequired = n)
|
|
477
|
+
}, null, 8, ["color", "label", "readonly", "modelValue"])) : p("", !0),
|
|
478
|
+
o(e(P), {
|
|
479
|
+
color: e(u).remember ? "primary" : void 0,
|
|
459
480
|
inset: "",
|
|
460
|
-
label: e(
|
|
461
|
-
readonly: ((
|
|
462
|
-
modelValue: e(
|
|
463
|
-
"onUpdate:modelValue": l[7] || (l[7] = (
|
|
481
|
+
label: e(u).remember ? "Remember On Reset" : "Forget On Reset",
|
|
482
|
+
readonly: ((h = e(v)) == null ? void 0 : h.canEdit) === !1,
|
|
483
|
+
modelValue: e(u).remember,
|
|
484
|
+
"onUpdate:modelValue": l[7] || (l[7] = (n) => e(u).remember = n)
|
|
464
485
|
}, null, 8, ["color", "label", "readonly", "modelValue"]),
|
|
465
|
-
e(
|
|
486
|
+
e(u).type == "button" ? (i(), f(e(P), {
|
|
466
487
|
key: 5,
|
|
467
|
-
color: e(
|
|
488
|
+
color: e(u).isSubmitButton ? "primary" : void 0,
|
|
468
489
|
inset: "",
|
|
469
490
|
label: "Submit On Click",
|
|
470
|
-
readonly: ((
|
|
471
|
-
modelValue: e(
|
|
472
|
-
"onUpdate:modelValue": l[8] || (l[8] = (
|
|
473
|
-
}, null, 8, ["color", "readonly", "modelValue"])) :
|
|
474
|
-
])) : e(
|
|
475
|
-
o(
|
|
476
|
-
canEdit: e(
|
|
491
|
+
readonly: ((L = e(v)) == null ? void 0 : L.canEdit) === !1,
|
|
492
|
+
modelValue: e(u).isSubmitButton,
|
|
493
|
+
"onUpdate:modelValue": l[8] || (l[8] = (n) => e(u).isSubmitButton = n)
|
|
494
|
+
}, null, 8, ["color", "readonly", "modelValue"])) : p("", !0)
|
|
495
|
+
])) : e(v) != null ? (i(), d("div", Cl, [
|
|
496
|
+
o(e(x), {
|
|
497
|
+
canEdit: e(v).canEdit !== !1,
|
|
477
498
|
label: "Slide Name",
|
|
478
|
-
readonly: ((
|
|
479
|
-
modelValue: e(
|
|
480
|
-
"onUpdate:modelValue": l[9] || (l[9] = (
|
|
499
|
+
readonly: ((m = e(v)) == null ? void 0 : m.canEdit) === !1,
|
|
500
|
+
modelValue: e(v).name,
|
|
501
|
+
"onUpdate:modelValue": l[9] || (l[9] = (n) => e(v).name = n)
|
|
481
502
|
}, null, 8, ["canEdit", "readonly", "modelValue"])
|
|
482
|
-
])) : (
|
|
483
|
-
o(
|
|
503
|
+
])) : (i(), d("div", hl, [
|
|
504
|
+
o(e(x), {
|
|
484
505
|
disabled: "",
|
|
485
506
|
"hide-details": "",
|
|
486
507
|
label: "Version",
|
|
487
508
|
modelValue: e(t).version,
|
|
488
|
-
"onUpdate:modelValue": l[10] || (l[10] = (
|
|
509
|
+
"onUpdate:modelValue": l[10] || (l[10] = (n) => e(t).version = n)
|
|
489
510
|
}, null, 8, ["modelValue"]),
|
|
490
|
-
o(
|
|
511
|
+
o(e(x), {
|
|
491
512
|
"hide-details": "",
|
|
492
513
|
label: "Form Title",
|
|
493
514
|
modelValue: e(t).title,
|
|
494
|
-
"onUpdate:modelValue": l[11] || (l[11] = (
|
|
515
|
+
"onUpdate:modelValue": l[11] || (l[11] = (n) => e(t).title = n)
|
|
495
516
|
}, null, 8, ["modelValue"]),
|
|
496
|
-
o(
|
|
517
|
+
o(C, {
|
|
497
518
|
"hide-details": "",
|
|
498
519
|
label: "Form Variant",
|
|
499
520
|
items: ["basic", "half-and-half", "single-page"],
|
|
500
521
|
modelValue: e(t).variant,
|
|
501
|
-
"onUpdate:modelValue": l[12] || (l[12] = (
|
|
522
|
+
"onUpdate:modelValue": l[12] || (l[12] = (n) => e(t).variant = n)
|
|
502
523
|
}, null, 8, ["modelValue"]),
|
|
503
|
-
o(
|
|
524
|
+
o(C, {
|
|
504
525
|
"hide-details": "",
|
|
505
526
|
label: "Theme",
|
|
506
527
|
items: ["light", "dark"],
|
|
507
528
|
modelValue: e(t).theme,
|
|
508
|
-
"onUpdate:modelValue": l[13] || (l[13] = (
|
|
529
|
+
"onUpdate:modelValue": l[13] || (l[13] = (n) => e(t).theme = n)
|
|
509
530
|
}, null, 8, ["modelValue"]),
|
|
510
|
-
o(
|
|
531
|
+
o(e(P), {
|
|
511
532
|
color: e(t).useLogoSrc ? "primary" : void 0,
|
|
512
533
|
"hide-details": "",
|
|
513
534
|
inset: "",
|
|
514
535
|
label: "Show My Logo",
|
|
515
536
|
modelValue: e(t).useLogoSrc,
|
|
516
|
-
"onUpdate:modelValue": l[14] || (l[14] = (
|
|
537
|
+
"onUpdate:modelValue": l[14] || (l[14] = (n) => e(t).useLogoSrc = n)
|
|
517
538
|
}, null, 8, ["color", "modelValue"]),
|
|
518
|
-
o(
|
|
539
|
+
o(e(P), {
|
|
519
540
|
color: e(t).useBgSrc ? "primary" : void 0,
|
|
520
541
|
"hide-details": "",
|
|
521
542
|
inset: "",
|
|
522
543
|
label: "Use Background Image",
|
|
523
544
|
modelValue: e(t).useBgSrc,
|
|
524
|
-
"onUpdate:modelValue": l[15] || (l[15] = (
|
|
545
|
+
"onUpdate:modelValue": l[15] || (l[15] = (n) => e(t).useBgSrc = n)
|
|
525
546
|
}, null, 8, ["color", "modelValue"]),
|
|
526
|
-
e(t).useBgSrc &&
|
|
547
|
+
e(t).useBgSrc && s.imgProps != null ? (i(), f(e(w), {
|
|
527
548
|
key: 0,
|
|
528
549
|
class: "ml-2"
|
|
529
550
|
}, {
|
|
530
551
|
default: a(() => l[26] || (l[26] = [
|
|
531
|
-
|
|
552
|
+
B("Background Image")
|
|
532
553
|
])),
|
|
533
554
|
_: 1
|
|
534
|
-
})) :
|
|
535
|
-
o(
|
|
555
|
+
})) : p("", !0),
|
|
556
|
+
o(e(ae), { "hide-on-leave": "" }, {
|
|
536
557
|
default: a(() => [
|
|
537
|
-
e(t).useBgSrc &&
|
|
538
|
-
o(
|
|
558
|
+
e(t).useBgSrc && s.imgProps != null ? (i(), d("div", $l, [
|
|
559
|
+
o(He, U(s.imgProps, {
|
|
539
560
|
src: e(t).bgSrc
|
|
540
561
|
}), null, 16, ["src"])
|
|
541
|
-
])) :
|
|
562
|
+
])) : p("", !0)
|
|
542
563
|
]),
|
|
543
564
|
_: 1
|
|
544
565
|
}),
|
|
545
|
-
o(
|
|
566
|
+
o(e(w), { class: "ml-2" }, {
|
|
546
567
|
default: a(() => l[27] || (l[27] = [
|
|
547
|
-
|
|
568
|
+
B("Background Color")
|
|
548
569
|
])),
|
|
549
570
|
_: 1
|
|
550
571
|
}),
|
|
551
|
-
o(
|
|
572
|
+
o(e(D), {
|
|
552
573
|
width: "100%",
|
|
553
574
|
modelValue: e(t).bgColor,
|
|
554
|
-
"onUpdate:modelValue": l[16] || (l[16] = (
|
|
575
|
+
"onUpdate:modelValue": l[16] || (l[16] = (n) => e(t).bgColor = n)
|
|
555
576
|
}, null, 8, ["modelValue"]),
|
|
556
|
-
o(
|
|
577
|
+
o(e(w), { class: "ml-2" }, {
|
|
557
578
|
default: a(() => l[28] || (l[28] = [
|
|
558
|
-
|
|
579
|
+
B("Button Color")
|
|
559
580
|
])),
|
|
560
581
|
_: 1
|
|
561
582
|
}),
|
|
562
|
-
o(
|
|
583
|
+
o(e(D), {
|
|
563
584
|
width: "100%",
|
|
564
585
|
modelValue: e(t).ctlColor,
|
|
565
|
-
"onUpdate:modelValue": l[17] || (l[17] = (
|
|
586
|
+
"onUpdate:modelValue": l[17] || (l[17] = (n) => e(t).ctlColor = n)
|
|
566
587
|
}, null, 8, ["modelValue"])
|
|
567
588
|
]))
|
|
568
589
|
];
|
|
@@ -581,70 +602,70 @@ const Ye = { key: 0 }, Ze = { key: 0 }, el = { class: "text-h6" }, ll = {
|
|
|
581
602
|
]),
|
|
582
603
|
_: 3
|
|
583
604
|
}, 8, ["modelValue"]),
|
|
584
|
-
o(
|
|
585
|
-
actualUsedHeight:
|
|
605
|
+
o(qe, {
|
|
606
|
+
actualUsedHeight: s.actualUsedHeight,
|
|
586
607
|
canSubmit: !1,
|
|
587
|
-
data:
|
|
608
|
+
data: ue.value,
|
|
588
609
|
isEditing: "",
|
|
589
|
-
onGetSchema:
|
|
590
|
-
overrideSchema:
|
|
610
|
+
onGetSchema: s.onGetSchema,
|
|
611
|
+
overrideSchema: s.overrideSchema,
|
|
591
612
|
schema: e(t),
|
|
592
|
-
useSchemaStyles:
|
|
593
|
-
},
|
|
613
|
+
useSchemaStyles: s.useSchemaStyles
|
|
614
|
+
}, ze({
|
|
594
615
|
"form-toolbar-right": a(() => [
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
activator: a(({ props:
|
|
598
|
-
o(
|
|
616
|
+
V("div", _l, [
|
|
617
|
+
K.value != null ? (i(), f(e(E), { key: 0 }, {
|
|
618
|
+
activator: a(({ props: r }) => [
|
|
619
|
+
o(e(g), U({
|
|
599
620
|
color: e(t).ctlColor,
|
|
600
621
|
size: "x-small",
|
|
601
622
|
text: "Use Template"
|
|
602
|
-
},
|
|
623
|
+
}, r), null, 16, ["color"])
|
|
603
624
|
]),
|
|
604
625
|
default: a(() => [
|
|
605
|
-
o(
|
|
626
|
+
o(e(X), { "min-width": "300" }, {
|
|
606
627
|
default: a(() => [
|
|
607
|
-
(
|
|
608
|
-
onClick:
|
|
609
|
-
subtitle:
|
|
610
|
-
title:
|
|
628
|
+
(i(!0), d(F, null, _(K.value, (r) => (i(), f(e(G), {
|
|
629
|
+
onClick: y((c) => we(r), ["stop"]),
|
|
630
|
+
subtitle: r.description,
|
|
631
|
+
title: r.templateName
|
|
611
632
|
}, null, 8, ["onClick", "subtitle", "title"]))), 256))
|
|
612
633
|
]),
|
|
613
634
|
_: 1
|
|
614
635
|
})
|
|
615
636
|
]),
|
|
616
637
|
_: 1
|
|
617
|
-
})) :
|
|
618
|
-
o(
|
|
619
|
-
activator: a(({ props:
|
|
620
|
-
o(
|
|
638
|
+
})) : p("", !0),
|
|
639
|
+
o(e(E), null, {
|
|
640
|
+
activator: a(({ props: r }) => [
|
|
641
|
+
o(e(g), U({
|
|
621
642
|
color: e(t).ctlColor,
|
|
622
643
|
icon: "$view-carousel",
|
|
623
644
|
size: "x-small",
|
|
624
645
|
title: "Form Variant"
|
|
625
|
-
},
|
|
646
|
+
}, r), null, 16, ["color"])
|
|
626
647
|
]),
|
|
627
648
|
default: a(() => [
|
|
628
|
-
o(
|
|
649
|
+
o(e(X), null, {
|
|
629
650
|
default: a(() => [
|
|
630
|
-
o(
|
|
651
|
+
o(e(w), null, {
|
|
631
652
|
default: a(() => l[29] || (l[29] = [
|
|
632
|
-
|
|
653
|
+
B("Form Variant")
|
|
633
654
|
])),
|
|
634
655
|
_: 1
|
|
635
656
|
}),
|
|
636
|
-
o(
|
|
637
|
-
onClick: l[19] || (l[19] =
|
|
657
|
+
o(e(G), {
|
|
658
|
+
onClick: l[19] || (l[19] = y((r) => e(t).variant = "basic", ["stop"])),
|
|
638
659
|
active: e(t).variant == "basic",
|
|
639
660
|
title: "Basic"
|
|
640
661
|
}, null, 8, ["active"]),
|
|
641
|
-
o(
|
|
642
|
-
onClick: l[20] || (l[20] =
|
|
662
|
+
o(e(G), {
|
|
663
|
+
onClick: l[20] || (l[20] = y((r) => e(t).variant = "single-page", ["stop"])),
|
|
643
664
|
active: e(t).variant == "single-page",
|
|
644
665
|
title: "Single Page"
|
|
645
666
|
}, null, 8, ["active"]),
|
|
646
|
-
o(
|
|
647
|
-
onClick: l[21] || (l[21] =
|
|
667
|
+
o(e(G), {
|
|
668
|
+
onClick: l[21] || (l[21] = y((r) => e(t).variant = "half-and-half", ["stop"])),
|
|
648
669
|
active: e(t).variant == "half-and-half",
|
|
649
670
|
title: "Half And Half"
|
|
650
671
|
}, null, 8, ["active"])
|
|
@@ -654,29 +675,29 @@ const Ye = { key: 0 }, Ze = { key: 0 }, el = { class: "text-h6" }, ll = {
|
|
|
654
675
|
]),
|
|
655
676
|
_: 1
|
|
656
677
|
}),
|
|
657
|
-
o(
|
|
658
|
-
activator: a(({ props:
|
|
659
|
-
o(
|
|
678
|
+
o(e(E), { "close-on-content-click": !1 }, {
|
|
679
|
+
activator: a(({ props: r }) => [
|
|
680
|
+
o(e(g), U({
|
|
660
681
|
class: "ml-1",
|
|
661
682
|
color: e(t).ctlColor,
|
|
662
683
|
icon: "$format-color-fill",
|
|
663
684
|
size: "x-small",
|
|
664
685
|
title: "Background Color"
|
|
665
|
-
},
|
|
686
|
+
}, r), null, 16, ["color"])
|
|
666
687
|
]),
|
|
667
688
|
default: a(() => [
|
|
668
|
-
o(S, null, {
|
|
689
|
+
o(e(S), null, {
|
|
669
690
|
default: a(() => [
|
|
670
|
-
o(
|
|
691
|
+
o(e(w), { class: "ml-2" }, {
|
|
671
692
|
default: a(() => l[30] || (l[30] = [
|
|
672
|
-
|
|
693
|
+
B("Background Color")
|
|
673
694
|
])),
|
|
674
695
|
_: 1
|
|
675
696
|
}),
|
|
676
|
-
o(
|
|
697
|
+
o(e(D), {
|
|
677
698
|
"onUpdate:modelValue": [
|
|
678
|
-
|
|
679
|
-
l[22] || (l[22] = (
|
|
699
|
+
z,
|
|
700
|
+
l[22] || (l[22] = (r) => e(t).bgColor = r)
|
|
680
701
|
],
|
|
681
702
|
width: "250",
|
|
682
703
|
modelValue: e(t).bgColor
|
|
@@ -687,29 +708,29 @@ const Ye = { key: 0 }, Ze = { key: 0 }, el = { class: "text-h6" }, ll = {
|
|
|
687
708
|
]),
|
|
688
709
|
_: 1
|
|
689
710
|
}),
|
|
690
|
-
o(
|
|
691
|
-
activator: a(({ props:
|
|
692
|
-
o(
|
|
711
|
+
o(e(E), { "close-on-content-click": !1 }, {
|
|
712
|
+
activator: a(({ props: r }) => [
|
|
713
|
+
o(e(g), U({
|
|
693
714
|
class: "ml-1",
|
|
694
715
|
color: e(t).ctlColor,
|
|
695
716
|
icon: "$palette",
|
|
696
717
|
size: "x-small",
|
|
697
718
|
title: "Button Color"
|
|
698
|
-
},
|
|
719
|
+
}, r), null, 16, ["color"])
|
|
699
720
|
]),
|
|
700
721
|
default: a(() => [
|
|
701
|
-
o(S, null, {
|
|
722
|
+
o(e(S), null, {
|
|
702
723
|
default: a(() => [
|
|
703
|
-
o(
|
|
724
|
+
o(e(w), { class: "ml-2" }, {
|
|
704
725
|
default: a(() => l[31] || (l[31] = [
|
|
705
|
-
|
|
726
|
+
B("Button Color")
|
|
706
727
|
])),
|
|
707
728
|
_: 1
|
|
708
729
|
}),
|
|
709
|
-
o(
|
|
730
|
+
o(e(D), {
|
|
710
731
|
"onUpdate:modelValue": [
|
|
711
|
-
|
|
712
|
-
l[23] || (l[23] = (
|
|
732
|
+
z,
|
|
733
|
+
l[23] || (l[23] = (r) => e(t).ctlColor = r)
|
|
713
734
|
],
|
|
714
735
|
width: "250",
|
|
715
736
|
modelValue: e(t).ctlColor
|
|
@@ -720,14 +741,14 @@ const Ye = { key: 0 }, Ze = { key: 0 }, el = { class: "text-h6" }, ll = {
|
|
|
720
741
|
]),
|
|
721
742
|
_: 1
|
|
722
743
|
}),
|
|
723
|
-
o(
|
|
724
|
-
onClick: l[24] || (l[24] = (
|
|
744
|
+
o(e(g), {
|
|
745
|
+
onClick: l[24] || (l[24] = (r) => e(t).theme = e(t).theme == "light" ? "dark" : "light"),
|
|
725
746
|
class: "ml-1",
|
|
726
747
|
color: e(t).ctlColor,
|
|
727
748
|
icon: "$theme-light-dark",
|
|
728
749
|
size: "small"
|
|
729
750
|
}, null, 8, ["color"]),
|
|
730
|
-
o(
|
|
751
|
+
o(e(g), {
|
|
731
752
|
onClick: Fe,
|
|
732
753
|
class: "ml-1",
|
|
733
754
|
color: e(t).ctlColor,
|
|
@@ -740,23 +761,23 @@ const Ye = { key: 0 }, Ze = { key: 0 }, el = { class: "text-h6" }, ll = {
|
|
|
740
761
|
]),
|
|
741
762
|
_: 2
|
|
742
763
|
}, [
|
|
743
|
-
|
|
744
|
-
name: `${
|
|
745
|
-
fn: a((
|
|
746
|
-
|
|
764
|
+
_(e(t).slides.flatMap((r) => r.fields), (r) => ({
|
|
765
|
+
name: `${r.prop}`,
|
|
766
|
+
fn: a((c) => [
|
|
767
|
+
I(s.$slots, r.prop, le(oe(c)))
|
|
747
768
|
])
|
|
748
769
|
})),
|
|
749
|
-
|
|
750
|
-
name: `${
|
|
751
|
-
fn: a((
|
|
752
|
-
|
|
770
|
+
_(e(t).slides, (r) => ({
|
|
771
|
+
name: `${r.name}`,
|
|
772
|
+
fn: a((c) => [
|
|
773
|
+
I(s.$slots, r.name, le(oe(c)))
|
|
753
774
|
])
|
|
754
775
|
}))
|
|
755
776
|
]), 1032, ["actualUsedHeight", "data", "onGetSchema", "overrideSchema", "schema", "useSchemaStyles"])
|
|
756
|
-
])) :
|
|
777
|
+
])) : p("", !0);
|
|
757
778
|
};
|
|
758
779
|
}
|
|
759
780
|
});
|
|
760
781
|
export {
|
|
761
|
-
|
|
782
|
+
Zl as default
|
|
762
783
|
};
|