bt-core-app 2.2.9 → 2.2.10
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/bt-core/core/node_modules/vuetify/lib/composables/defaults.mjs +45 -70
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/icons.mjs +40 -73
- package/dist/bt-core/core/node_modules/vuetify/lib/util/console.mjs +4 -12
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getCurrentInstance.mjs +6 -13
- package/dist/bt-core/core/node_modules/vuetify/lib/util/helpers.mjs +28 -408
- package/dist/components/BT-Assistant-Menu.vue.mjs +407 -420
- 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 +100 -110
- package/dist/components/BT-Blade-Items.vue.mjs +1 -1
- package/dist/components/BT-Blade-Items.vue2.mjs +399 -411
- package/dist/components/BT-Blade-Steps.vue.mjs +2 -2
- package/dist/components/BT-Blade-Steps.vue2.mjs +626 -641
- package/dist/components/BT-Blade.vue.mjs +192 -201
- package/dist/components/BT-Btn.vue.mjs +25 -23
- package/dist/components/BT-Camera-Overlay.vue.mjs +142 -144
- package/dist/components/BT-Col.vue.mjs +19 -17
- package/dist/components/BT-Color-Picker-Menu.vue.mjs +49 -51
- package/dist/components/BT-Cosmetics-Menu.vue.mjs +173 -180
- package/dist/components/BT-Cron.vue.mjs +249 -264
- package/dist/components/BT-Date-Select.vue.mjs +47 -46
- 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 +19 -22
- package/dist/components/BT-Dialog-Number.vue.mjs +121 -125
- package/dist/components/BT-Dialog-Select.vue.mjs +85 -96
- package/dist/components/BT-Divider.vue.mjs +21 -20
- 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 +27 -26
- package/dist/components/BT-Field-Checkbox.vue.mjs +31 -30
- package/dist/components/BT-Field-Date.vue.mjs +84 -87
- package/dist/components/BT-Field-Entity.vue.mjs +16 -20
- package/dist/components/BT-Field-Select-Simple.vue.mjs +26 -24
- package/dist/components/BT-Field-Select.vue.mjs +34 -32
- package/dist/components/BT-Field-String.vue.mjs +52 -54
- package/dist/components/BT-Field-Switch.vue.mjs +43 -44
- package/dist/components/BT-Field-Tags.vue.mjs +55 -57
- package/dist/components/BT-Field-Textarea.vue.mjs +43 -44
- package/dist/components/BT-Field-Trigger.vue.mjs +270 -276
- package/dist/components/BT-Field.vue.mjs +38 -39
- package/dist/components/BT-Form-Builder.vue.mjs +325 -346
- package/dist/components/BT-Form-Field.vue.mjs +81 -88
- package/dist/components/BT-Form.vue.mjs +269 -280
- package/dist/components/BT-Header-Option.vue.mjs +19 -21
- package/dist/components/BT-Image-Select.vue.mjs +177 -186
- package/dist/components/BT-Json.vue.mjs +30 -29
- package/dist/components/BT-Loader.vue.mjs +31 -32
- package/dist/components/BT-Nav-Sidebar.vue.mjs +124 -130
- package/dist/components/BT-Number.vue.mjs +1 -1
- package/dist/components/BT-Number.vue2.mjs +19 -17
- package/dist/components/BT-Numpad.vue.mjs +144 -147
- package/dist/components/BT-Select-List-Box.vue.mjs +276 -287
- package/dist/components/BT-Select-Simple.vue.mjs +23 -21
- package/dist/components/BT-Select.vue.mjs +37 -36
- package/dist/components/BT-Signature-Overlay.vue.mjs +112 -113
- package/dist/components/BT-Signature.vue.mjs +96 -96
- package/dist/components/BT-Slider.vue.mjs +103 -109
- package/dist/components/BT-Square-Check.vue.mjs +65 -65
- package/dist/components/BT-Status-Item.vue.mjs +16 -18
- package/dist/components/BT-Tags.vue.mjs +22 -21
- package/dist/components/BT-Tour.vue.mjs +65 -69
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/_virtual/VAlert.sass.mjs +0 -1
- package/dist/_virtual/VAvatar.sass.mjs +0 -1
- package/dist/_virtual/VBtn.sass.mjs +0 -1
- package/dist/_virtual/VBtnGroup.sass.mjs +0 -1
- package/dist/_virtual/VBtnToggle.sass.mjs +0 -1
- package/dist/_virtual/VCard.sass.mjs +0 -1
- package/dist/_virtual/VCheckbox.sass.mjs +0 -1
- package/dist/_virtual/VChip.sass.mjs +0 -1
- package/dist/_virtual/VChipGroup.sass.mjs +0 -1
- package/dist/_virtual/VColorPicker.sass.mjs +0 -1
- package/dist/_virtual/VColorPickerCanvas.sass.mjs +0 -1
- package/dist/_virtual/VColorPickerEdit.sass.mjs +0 -1
- package/dist/_virtual/VColorPickerPreview.sass.mjs +0 -1
- package/dist/_virtual/VColorPickerSwatches.sass.mjs +0 -1
- package/dist/_virtual/VCombobox.sass.mjs +0 -1
- package/dist/_virtual/VContainer.sass.mjs +0 -1
- package/dist/_virtual/VCounter.sass.mjs +0 -1
- package/dist/_virtual/VDialog.sass.mjs +0 -1
- package/dist/_virtual/VDivider.sass.mjs +0 -1
- package/dist/_virtual/VField.sass.mjs +0 -1
- package/dist/_virtual/VGrid.sass.mjs +0 -1
- package/dist/_virtual/VIcon.sass.mjs +0 -1
- package/dist/_virtual/VImg.sass.mjs +0 -1
- package/dist/_virtual/VInput.sass.mjs +0 -1
- package/dist/_virtual/VLabel.sass.mjs +0 -1
- package/dist/_virtual/VList.sass.mjs +0 -1
- package/dist/_virtual/VListItem.sass.mjs +0 -1
- package/dist/_virtual/VMenu.sass.mjs +0 -1
- package/dist/_virtual/VMessages.sass.mjs +0 -1
- package/dist/_virtual/VNavigationDrawer.sass.mjs +0 -1
- package/dist/_virtual/VOverlay.sass.mjs +0 -1
- package/dist/_virtual/VPagination.sass.mjs +0 -1
- package/dist/_virtual/VPicker.sass.mjs +0 -1
- package/dist/_virtual/VProgressCircular.sass.mjs +0 -1
- package/dist/_virtual/VProgressLinear.sass.mjs +0 -1
- package/dist/_virtual/VRating.sass.mjs +0 -1
- package/dist/_virtual/VResponsive.sass.mjs +0 -1
- package/dist/_virtual/VRipple.sass.mjs +0 -1
- package/dist/_virtual/VSelect.sass.mjs +0 -1
- package/dist/_virtual/VSelectionControl.sass.mjs +0 -1
- package/dist/_virtual/VSelectionControlGroup.sass.mjs +0 -1
- package/dist/_virtual/VSheet.sass.mjs +0 -1
- package/dist/_virtual/VSlideGroup.sass.mjs +0 -1
- package/dist/_virtual/VSlider.sass.mjs +0 -1
- package/dist/_virtual/VSliderThumb.sass.mjs +0 -1
- package/dist/_virtual/VSliderTrack.sass.mjs +0 -1
- package/dist/_virtual/VSpacer.sass.mjs +0 -1
- package/dist/_virtual/VSwitch.sass.mjs +0 -1
- package/dist/_virtual/VTab.sass.mjs +0 -1
- package/dist/_virtual/VTable.sass.mjs +0 -1
- package/dist/_virtual/VTabs.sass.mjs +0 -1
- package/dist/_virtual/VTextField.sass.mjs +0 -1
- package/dist/_virtual/VTextarea.sass.mjs +0 -1
- package/dist/_virtual/VToolbar.sass.mjs +0 -1
- package/dist/_virtual/VVirtualScroll.sass.mjs +0 -1
- package/dist/_virtual/VWindow.sass.mjs +0 -1
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +0 -196
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +0 -5
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +0 -92
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +0 -220
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +0 -68
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +0 -57
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +0 -180
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +0 -32
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +0 -118
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +0 -29
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +0 -29
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +0 -5
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +0 -74
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +0 -53
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +0 -263
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +0 -87
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +0 -161
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +0 -166
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +0 -97
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +0 -123
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +0 -72
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +0 -193
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +0 -501
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +0 -51
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +0 -39
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +0 -103
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +0 -82
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +0 -295
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +0 -28
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +0 -53
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +0 -98
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +0 -41
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +0 -104
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +0 -6
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +0 -41
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +0 -77
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +0 -248
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +0 -40
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +0 -154
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +0 -36
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +0 -281
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +0 -104
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +0 -129
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +0 -312
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +0 -29
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +0 -5
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +0 -50
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +0 -38
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +0 -132
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +0 -4
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +0 -55
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +0 -247
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +0 -44
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +0 -100
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +0 -291
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +0 -292
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +0 -15
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +0 -91
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +0 -179
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +0 -42
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +0 -315
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +0 -129
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +0 -195
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +0 -53
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +0 -217
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +0 -56
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +0 -475
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +0 -57
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +0 -183
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +0 -106
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +0 -61
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +0 -287
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +0 -54
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +0 -159
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +0 -176
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +0 -109
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +0 -242
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +0 -172
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +0 -66
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +0 -126
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +0 -153
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +0 -48
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +0 -29
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +0 -4
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +0 -204
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +0 -258
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +0 -167
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +0 -38
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +0 -37
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +0 -106
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +0 -47
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +0 -211
- package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +0 -93
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +0 -113
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +0 -136
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +0 -52
- package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +0 -22
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +0 -21
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +0 -14
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +0 -19
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +0 -69
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +0 -11
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +0 -34
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +0 -20
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +0 -23
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +0 -32
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +0 -25
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +0 -125
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +0 -31
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +0 -54
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +0 -97
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +0 -112
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +0 -78
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +0 -86
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +0 -169
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +0 -20
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +0 -21
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +0 -24
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +0 -43
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +0 -21
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +0 -120
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +0 -38
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +0 -22
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +0 -49
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +0 -24
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +0 -102
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +0 -315
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +0 -60
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +0 -206
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +0 -22
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +0 -35
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +0 -15
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +0 -26
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +0 -21
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +0 -30
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +0 -97
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +0 -12
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +0 -16
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +0 -27
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +0 -17
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +0 -39
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +0 -10
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +0 -21
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +0 -32
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +0 -19
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +0 -73
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +0 -34
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +0 -139
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +0 -53
- package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +0 -164
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +0 -62
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +0 -41
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +0 -183
- package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +0 -89
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +0 -77
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +0 -5
- package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +0 -15
- package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +0 -53
- package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +0 -44
- package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +0 -36
- package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +0 -73
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +0 -19
- package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +0 -16
- package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +0 -224
- package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +0 -31
- package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +0 -37
- package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +0 -14
- package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +0 -23
- package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +0 -34
- package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +0 -8
- package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +0 -11
- package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +0 -25
- package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +0 -8
|
@@ -1,20 +1,9 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import { isNullOrEmpty as
|
|
1
|
+
import { defineComponent as de, ref as R, computed as C, watch as Z, onMounted as ve, resolveComponent as p, openBlock as t, createBlock as u, normalizeStyle as k, withCtx as n, createVNode as l, unref as c, renderSlot as f, createElementBlock as v, Fragment as N, renderList as z, createElementVNode as b, toDisplayString as _, withModifiers as x, createCommentVNode as r } from "vue";
|
|
2
|
+
import ee from "./BT-Form-Field.vue.mjs";
|
|
3
|
+
import { isNullOrEmpty as H, isLengthyArray as le } from "../composables/helpers.mjs";
|
|
4
4
|
import { useResponsiveStyle as me } from "../composables/heights.mjs";
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import { VContainer as A } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs";
|
|
8
|
-
import { VCard as ee } 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 P } from "../bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs";
|
|
11
|
-
import { VForm as le } from "../bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs";
|
|
12
|
-
import { VToolbar as J } 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 { VSlideXTransition as ae, VSlideYReverseTransition as U } from "../bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs";
|
|
16
|
-
import { VDivider as se } from "../bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs";
|
|
17
|
-
import { VCol as re } from "../bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs";
|
|
5
|
+
import ae from "./BT-Loader.vue.mjs";
|
|
6
|
+
import te from "./BT-Error.vue.mjs";
|
|
18
7
|
const ce = { class: "text-h6 ml-3" }, fe = {
|
|
19
8
|
key: 0,
|
|
20
9
|
class: "d-flex justify-center mr-6"
|
|
@@ -33,22 +22,22 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
33
22
|
}, $e = { class: "mx-4 text-no-wrap" }, Ce = {
|
|
34
23
|
key: 0,
|
|
35
24
|
class: "d-flex"
|
|
36
|
-
},
|
|
25
|
+
}, _e = {
|
|
37
26
|
key: 1,
|
|
38
27
|
class: "ma-4"
|
|
39
|
-
},
|
|
28
|
+
}, we = {
|
|
40
29
|
key: 2,
|
|
41
30
|
class: "text-error"
|
|
42
|
-
},
|
|
31
|
+
}, Me = { class: "text-h6 ml-3" }, Be = {
|
|
43
32
|
key: 0,
|
|
44
33
|
class: "d-flex justify-center mr-6"
|
|
45
|
-
},
|
|
34
|
+
}, Ee = { class: "d-flex align-center" }, Ne = {
|
|
46
35
|
key: 0,
|
|
47
36
|
class: "text-error"
|
|
48
|
-
},
|
|
37
|
+
}, ze = { class: "text-h6 ml-3" }, He = {
|
|
49
38
|
key: 0,
|
|
50
39
|
class: "d-flex justify-center mr-6"
|
|
51
|
-
},
|
|
40
|
+
}, Re = /* @__PURE__ */ de({
|
|
52
41
|
__name: "BT-Form",
|
|
53
42
|
props: {
|
|
54
43
|
actualUsedHeight: { default: 0 },
|
|
@@ -68,210 +57,210 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
68
57
|
useSchemaStyles: { type: Boolean, default: !0 },
|
|
69
58
|
variant: {}
|
|
70
59
|
},
|
|
71
|
-
setup(
|
|
72
|
-
const
|
|
60
|
+
setup(ie) {
|
|
61
|
+
const o = ie, O = R(), ue = C(() => JSON.stringify(o.data)), F = C(() => ue.value != O.value), { style: j } = me({
|
|
73
62
|
getUsedHeight() {
|
|
74
|
-
var e = 64 +
|
|
63
|
+
var e = 64 + o.actualUsedHeight + (U.value == "half-and-half" ? 0 : 32);
|
|
75
64
|
return e;
|
|
76
65
|
},
|
|
77
66
|
overflow: !0
|
|
78
|
-
}),
|
|
79
|
-
var
|
|
80
|
-
if (!
|
|
67
|
+
}), U = C(() => o.variant ?? o.schema.variant ?? "basic"), s = R(0), w = R(), B = R(!1), M = R(), L = C(() => o.isEditing && !B.value), g = C(() => {
|
|
68
|
+
var a;
|
|
69
|
+
if (!o.useSchemaStyles)
|
|
81
70
|
return;
|
|
82
|
-
let e = ((
|
|
83
|
-
return
|
|
84
|
-
}),
|
|
85
|
-
var
|
|
86
|
-
if (!
|
|
71
|
+
let e = ((a = o.overrideSchema) == null ? void 0 : a.logoSrc) ?? o.schema.logoSrc;
|
|
72
|
+
return H(e) ? void 0 : e;
|
|
73
|
+
}), I = C(() => {
|
|
74
|
+
var a;
|
|
75
|
+
if (!o.useSchemaStyles)
|
|
87
76
|
return;
|
|
88
|
-
let e = ((
|
|
89
|
-
if (!
|
|
77
|
+
let e = ((a = o.overrideSchema) == null ? void 0 : a.bgSrc) ?? o.schema.bgSrc;
|
|
78
|
+
if (!H(e))
|
|
90
79
|
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%;`;
|
|
91
80
|
});
|
|
92
|
-
var
|
|
93
|
-
var
|
|
94
|
-
if (
|
|
95
|
-
var e = ((
|
|
96
|
-
if (!
|
|
81
|
+
var G = C(() => {
|
|
82
|
+
var a;
|
|
83
|
+
if (o.useSchemaStyles) {
|
|
84
|
+
var e = ((a = o.overrideSchema) == null ? void 0 : a.bgColor) ?? o.schema.bgColor;
|
|
85
|
+
if (!H(e))
|
|
97
86
|
return `background-color: ${e};`;
|
|
98
87
|
}
|
|
99
|
-
}),
|
|
100
|
-
var
|
|
101
|
-
if (
|
|
102
|
-
var e = ((
|
|
103
|
-
return
|
|
88
|
+
}), K = C(() => {
|
|
89
|
+
var a;
|
|
90
|
+
if (o.useSchemaStyles) {
|
|
91
|
+
var e = ((a = o.overrideSchema) == null ? void 0 : a.theme) ?? o.schema.theme;
|
|
92
|
+
return H(e) ? void 0 : e;
|
|
104
93
|
}
|
|
105
|
-
}), D =
|
|
106
|
-
var
|
|
107
|
-
if (
|
|
108
|
-
var e = ((
|
|
109
|
-
return
|
|
94
|
+
}), D = C(() => {
|
|
95
|
+
var a;
|
|
96
|
+
if (o.useSchemaStyles) {
|
|
97
|
+
var e = ((a = o.overrideSchema) == null ? void 0 : a.ctlColor) ?? o.schema.ctlColor;
|
|
98
|
+
return H(e) ? void 0 : e;
|
|
110
99
|
}
|
|
111
100
|
});
|
|
112
|
-
async function
|
|
113
|
-
|
|
101
|
+
async function Q() {
|
|
102
|
+
M.value = "Saving Progress", w.value = o.onSaveAsync != null ? await o.onSaveAsync() : void 0, M.value = void 0, O.value = JSON.stringify(o.data);
|
|
114
103
|
}
|
|
115
|
-
async function
|
|
116
|
-
|
|
104
|
+
async function W() {
|
|
105
|
+
M.value = "Submitting", w.value = o.onSubmitAsync != null ? await o.onSubmitAsync() : void 0, M.value = void 0, w.value == null && (s.value++, B.value = !0);
|
|
117
106
|
}
|
|
118
|
-
function
|
|
119
|
-
if (
|
|
120
|
-
var
|
|
121
|
-
console.log(
|
|
122
|
-
|
|
107
|
+
function oe(e) {
|
|
108
|
+
if (o.data != null) {
|
|
109
|
+
var a = Object.keys(o.data), d = e ? o.schema.slides.flatMap((h) => h.fields.filter((S) => !!S.remember && S.prop != null).map((S) => S.prop)) : [];
|
|
110
|
+
console.log(a), console.log(d), console.log(o.schema), a.forEach((h) => {
|
|
111
|
+
d.some((S) => S == h) || (console.log(h), o.data[h] = void 0);
|
|
123
112
|
});
|
|
124
113
|
}
|
|
125
|
-
console.log(
|
|
114
|
+
console.log(o.data), B.value = !1, s.value = 0, O.value = JSON.stringify(o.data), w.value = void 0;
|
|
126
115
|
}
|
|
127
|
-
return
|
|
128
|
-
console.log("reseting with memory"),
|
|
129
|
-
}),
|
|
130
|
-
console.log("reseting"),
|
|
131
|
-
}),
|
|
132
|
-
|
|
133
|
-
}, { deep: !1 }),
|
|
134
|
-
|
|
135
|
-
}), (e,
|
|
136
|
-
const
|
|
137
|
-
return e.schema != null &&
|
|
116
|
+
return Z(() => o.resetRememberToggle, () => {
|
|
117
|
+
console.log("reseting with memory"), oe(!0);
|
|
118
|
+
}), Z(() => o.resetToggle, () => {
|
|
119
|
+
console.log("reseting"), oe(!1);
|
|
120
|
+
}), Z(() => o.data, (e) => {
|
|
121
|
+
O.value = JSON.stringify(e);
|
|
122
|
+
}, { deep: !1 }), ve(() => {
|
|
123
|
+
O.value = JSON.stringify(o.data);
|
|
124
|
+
}), (e, a) => {
|
|
125
|
+
const d = p("v-btn"), h = p("v-spacer"), S = p("v-slide-x-transition"), T = p("bt-avatar"), A = p("v-toolbar"), q = p("v-slide-y-reverse-transition"), X = p("v-form"), V = p("v-window-item"), se = p("v-window"), Y = p("v-card"), J = p("v-container"), ne = p("v-divider"), re = p("v-col");
|
|
126
|
+
return e.schema != null && U.value == "basic" ? (t(), u(J, {
|
|
138
127
|
key: 0,
|
|
139
128
|
class: "ma-0 pa-0",
|
|
140
129
|
fluid: "",
|
|
141
|
-
style:
|
|
130
|
+
style: k(I.value)
|
|
142
131
|
}, {
|
|
143
132
|
default: n(() => [
|
|
144
|
-
|
|
133
|
+
l(J, { class: "ma-0 pa-0" }, {
|
|
145
134
|
default: n(() => [
|
|
146
|
-
|
|
135
|
+
l(Y, {
|
|
147
136
|
class: "mx-100",
|
|
148
137
|
"max-width": "900",
|
|
149
|
-
style:
|
|
150
|
-
theme:
|
|
138
|
+
style: k(c(G)),
|
|
139
|
+
theme: c(K)
|
|
151
140
|
}, {
|
|
152
141
|
default: n(() => [
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
modelValue:
|
|
156
|
-
"onUpdate:modelValue":
|
|
142
|
+
f(e.$slots, "top"),
|
|
143
|
+
l(se, {
|
|
144
|
+
modelValue: s.value,
|
|
145
|
+
"onUpdate:modelValue": a[5] || (a[5] = (m) => s.value = m)
|
|
157
146
|
}, {
|
|
158
147
|
default: n(() => [
|
|
159
|
-
(
|
|
148
|
+
(t(!0), v(N, null, z(e.schema.slides, (m, E) => (t(), u(V, { key: E }, {
|
|
160
149
|
default: n(() => [
|
|
161
|
-
|
|
162
|
-
default: n(({ errors: y, isValid:
|
|
163
|
-
e.hideHeader !== !0 ? (
|
|
150
|
+
l(X, null, {
|
|
151
|
+
default: n(({ errors: y, isValid: $ }) => [
|
|
152
|
+
e.hideHeader !== !0 ? (t(), u(A, {
|
|
164
153
|
key: 0,
|
|
165
154
|
color: "transparent"
|
|
166
155
|
}, {
|
|
167
156
|
default: n(() => [
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
157
|
+
f(e.$slots, "form-toolbar", {}, () => [
|
|
158
|
+
f(e.$slots, "form-toolbar-left", { schema: e.schema }),
|
|
159
|
+
l(d, {
|
|
171
160
|
icon: "$chevron-left",
|
|
172
|
-
onClick:
|
|
173
|
-
disabled:
|
|
161
|
+
onClick: a[0] || (a[0] = (i) => s.value--),
|
|
162
|
+
disabled: s.value == 0,
|
|
174
163
|
variant: "text"
|
|
175
164
|
}, null, 8, ["disabled"]),
|
|
176
|
-
|
|
165
|
+
l(d, {
|
|
177
166
|
icon: "$chevron-right",
|
|
178
|
-
onClick:
|
|
179
|
-
disabled:
|
|
167
|
+
onClick: a[1] || (a[1] = (i) => s.value++),
|
|
168
|
+
disabled: !$.value || s.value >= e.schema.slides.length - 1,
|
|
180
169
|
variant: "text"
|
|
181
170
|
}, null, 8, ["disabled"]),
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
171
|
+
b("div", ce, _(e.label ?? e.schema.title), 1),
|
|
172
|
+
l(h),
|
|
173
|
+
f(e.$slots, "form-toolbar-right", { schema: e.schema }),
|
|
174
|
+
l(S, null, {
|
|
186
175
|
default: n(() => [
|
|
187
|
-
|
|
176
|
+
F.value && e.canSaveProgress !== !1 ? (t(), u(d, {
|
|
188
177
|
key: 0,
|
|
189
|
-
onClick:
|
|
178
|
+
onClick: x(Q, ["stop"]),
|
|
190
179
|
class: "mr-4",
|
|
191
180
|
"prepend-icon": "$content-save",
|
|
192
181
|
size: "small",
|
|
193
182
|
text: "Save",
|
|
194
183
|
variant: "outlined"
|
|
195
|
-
})) :
|
|
184
|
+
})) : r("", !0)
|
|
196
185
|
]),
|
|
197
186
|
_: 1
|
|
198
187
|
}),
|
|
199
|
-
g.value != null ? (
|
|
200
|
-
g.value != null ? (
|
|
188
|
+
g.value != null ? (t(), v("div", fe, [
|
|
189
|
+
g.value != null ? (t(), u(T, {
|
|
201
190
|
key: 0,
|
|
202
191
|
src: g.value
|
|
203
|
-
}, null, 8, ["src"])) :
|
|
204
|
-
])) :
|
|
192
|
+
}, null, 8, ["src"])) : r("", !0)
|
|
193
|
+
])) : r("", !0)
|
|
205
194
|
])
|
|
206
195
|
]),
|
|
207
196
|
_: 2
|
|
208
|
-
}, 1024)) :
|
|
209
|
-
|
|
210
|
-
style:
|
|
197
|
+
}, 1024)) : r("", !0),
|
|
198
|
+
b("div", {
|
|
199
|
+
style: k(e.useScroll ? c(j) : void 0)
|
|
211
200
|
}, [
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
201
|
+
l(te, { errorMsg: w.value }, null, 8, ["errorMsg"]),
|
|
202
|
+
l(ae, { loadingMsg: M.value }, null, 8, ["loadingMsg"]),
|
|
203
|
+
f(e.$slots, m.name, {
|
|
215
204
|
data: e.data,
|
|
216
|
-
slide:
|
|
205
|
+
slide: m
|
|
217
206
|
}, () => [
|
|
218
|
-
(
|
|
219
|
-
|
|
207
|
+
(t(!0), v(N, null, z(m.fields, (i, P) => (t(), v("div", { key: P }, [
|
|
208
|
+
f(e.$slots, i.prop, {
|
|
220
209
|
data: e.data,
|
|
221
|
-
field:
|
|
210
|
+
field: i,
|
|
222
211
|
variant: "text"
|
|
223
212
|
}, () => [
|
|
224
|
-
|
|
213
|
+
l(ee, {
|
|
225
214
|
data: e.data,
|
|
226
|
-
field:
|
|
227
|
-
isEditing:
|
|
215
|
+
field: i,
|
|
216
|
+
isEditing: L.value,
|
|
228
217
|
variant: "text"
|
|
229
218
|
}, null, 8, ["data", "field", "isEditing"])
|
|
230
219
|
])
|
|
231
220
|
]))), 128))
|
|
232
221
|
]),
|
|
233
|
-
|
|
234
|
-
|
|
222
|
+
b("div", ge, [
|
|
223
|
+
l(q, {
|
|
235
224
|
group: "",
|
|
236
225
|
"hide-on-leave": ""
|
|
237
226
|
}, {
|
|
238
227
|
default: n(() => [
|
|
239
|
-
|
|
240
|
-
onClick:
|
|
228
|
+
s.value != 0 ? (t(), u(d, {
|
|
229
|
+
onClick: a[2] || (a[2] = (i) => s.value--),
|
|
241
230
|
class: "ma-4",
|
|
242
|
-
color:
|
|
231
|
+
color: c(D),
|
|
243
232
|
key: "1",
|
|
244
233
|
text: "Back"
|
|
245
|
-
}, null, 8, ["color"])) :
|
|
234
|
+
}, null, 8, ["color"])) : r("", !0)
|
|
246
235
|
]),
|
|
247
236
|
_: 1
|
|
248
237
|
}),
|
|
249
|
-
|
|
250
|
-
|
|
238
|
+
l(h),
|
|
239
|
+
l(q, {
|
|
251
240
|
group: "",
|
|
252
241
|
"hide-on-leave": ""
|
|
253
242
|
}, {
|
|
254
243
|
default: n(() => [
|
|
255
|
-
|
|
256
|
-
onClick:
|
|
244
|
+
s.value < e.schema.slides.length - 1 ? (t(), u(d, {
|
|
245
|
+
onClick: a[3] || (a[3] = (i) => s.value++),
|
|
257
246
|
class: "ma-4",
|
|
258
|
-
color:
|
|
259
|
-
disabled:
|
|
247
|
+
color: c(D),
|
|
248
|
+
disabled: m.fields.filter((i) => !!i.isRequired).length > 0 && !$.value,
|
|
260
249
|
key: "1",
|
|
261
250
|
text: "Next"
|
|
262
|
-
}, null, 8, ["color", "disabled"])) : e.isEditing && e.canSubmit && !
|
|
263
|
-
onClick:
|
|
251
|
+
}, null, 8, ["color", "disabled"])) : e.isEditing && e.canSubmit && !B.value && s.value >= e.schema.slides.length - 1 ? (t(), u(d, {
|
|
252
|
+
onClick: W,
|
|
264
253
|
class: "ma-4",
|
|
265
|
-
color:
|
|
266
|
-
disabled:
|
|
254
|
+
color: c(D),
|
|
255
|
+
disabled: m.fields.filter((i) => !!i.isRequired).length > 0 && !$.value,
|
|
267
256
|
key: "2",
|
|
268
257
|
text: "Submit"
|
|
269
|
-
}, null, 8, ["color", "disabled"])) :
|
|
258
|
+
}, null, 8, ["color", "disabled"])) : r("", !0)
|
|
270
259
|
]),
|
|
271
260
|
_: 2
|
|
272
261
|
}, 1024)
|
|
273
262
|
]),
|
|
274
|
-
|
|
263
|
+
c(le)(y) ? (t(), v("div", he, _(y), 1)) : r("", !0)
|
|
275
264
|
], 4)
|
|
276
265
|
]),
|
|
277
266
|
_: 2
|
|
@@ -279,32 +268,32 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
279
268
|
]),
|
|
280
269
|
_: 2
|
|
281
270
|
}, 1024))), 128)),
|
|
282
|
-
|
|
271
|
+
l(V, null, {
|
|
283
272
|
default: n(() => [
|
|
284
|
-
e.hideHeader !== !0 ? (
|
|
273
|
+
e.hideHeader !== !0 ? (t(), u(A, {
|
|
285
274
|
key: 0,
|
|
286
275
|
color: "transparent"
|
|
287
276
|
}, {
|
|
288
277
|
default: n(() => [
|
|
289
|
-
|
|
278
|
+
l(d, {
|
|
290
279
|
icon: "$chevron-left",
|
|
291
|
-
onClick:
|
|
292
|
-
disabled:
|
|
280
|
+
onClick: a[4] || (a[4] = (m) => s.value--),
|
|
281
|
+
disabled: s.value == 0,
|
|
293
282
|
variant: "text"
|
|
294
283
|
}, null, 8, ["disabled"]),
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
g.value != null ? (
|
|
298
|
-
g.value != null ? (
|
|
284
|
+
b("div", ye, _(e.label ?? e.schema.title), 1),
|
|
285
|
+
l(h),
|
|
286
|
+
g.value != null ? (t(), v("div", pe, [
|
|
287
|
+
g.value != null ? (t(), u(T, {
|
|
299
288
|
key: 0,
|
|
300
289
|
src: g.value
|
|
301
|
-
}, null, 8, ["src"])) :
|
|
302
|
-
])) :
|
|
290
|
+
}, null, 8, ["src"])) : r("", !0)
|
|
291
|
+
])) : r("", !0)
|
|
303
292
|
]),
|
|
304
293
|
_: 1
|
|
305
|
-
})) :
|
|
306
|
-
|
|
307
|
-
style:
|
|
294
|
+
})) : r("", !0),
|
|
295
|
+
b("div", {
|
|
296
|
+
style: k(e.useScroll ? c(j) : void 0),
|
|
308
297
|
class: "d-flex flex-column align-center justify-center"
|
|
309
298
|
}, " Done! Thankyou. ", 4)
|
|
310
299
|
]),
|
|
@@ -321,114 +310,114 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
321
310
|
})
|
|
322
311
|
]),
|
|
323
312
|
_: 3
|
|
324
|
-
}, 8, ["style"])) : e.schema != null &&
|
|
313
|
+
}, 8, ["style"])) : e.schema != null && U.value == "single-page" ? (t(), u(J, {
|
|
325
314
|
key: 1,
|
|
326
315
|
class: "ma-0 pa-0",
|
|
327
316
|
fluid: "",
|
|
328
|
-
style:
|
|
317
|
+
style: k(I.value)
|
|
329
318
|
}, {
|
|
330
319
|
default: n(() => [
|
|
331
|
-
|
|
320
|
+
l(J, { class: "ma-0 pa-0" }, {
|
|
332
321
|
default: n(() => [
|
|
333
|
-
|
|
334
|
-
default: n(({ errors:
|
|
335
|
-
|
|
322
|
+
l(X, null, {
|
|
323
|
+
default: n(({ errors: m, isValid: E }) => [
|
|
324
|
+
l(Y, {
|
|
336
325
|
class: "mx-100",
|
|
337
326
|
"max-width": "900",
|
|
338
|
-
style:
|
|
339
|
-
theme:
|
|
327
|
+
style: k(c(G)),
|
|
328
|
+
theme: c(K)
|
|
340
329
|
}, {
|
|
341
330
|
default: n(() => [
|
|
342
|
-
|
|
343
|
-
e.hideHeader !== !0 ? (
|
|
331
|
+
f(e.$slots, "top"),
|
|
332
|
+
e.hideHeader !== !0 ? (t(), u(A, {
|
|
344
333
|
key: 0,
|
|
345
334
|
color: "transparent"
|
|
346
335
|
}, {
|
|
347
336
|
default: n(() => [
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
337
|
+
f(e.$slots, "form-toolbar", {}, () => [
|
|
338
|
+
f(e.$slots, "form-toolbar-left"),
|
|
339
|
+
l(d, {
|
|
351
340
|
icon: "$chevron-left",
|
|
352
|
-
onClick:
|
|
353
|
-
disabled:
|
|
341
|
+
onClick: a[6] || (a[6] = (y) => s.value--),
|
|
342
|
+
disabled: s.value == 0,
|
|
354
343
|
variant: "text"
|
|
355
344
|
}, null, 8, ["disabled"]),
|
|
356
|
-
|
|
345
|
+
l(d, {
|
|
357
346
|
icon: "$chevron-right",
|
|
358
|
-
onClick:
|
|
359
|
-
disabled: !
|
|
347
|
+
onClick: a[7] || (a[7] = (y) => s.value++),
|
|
348
|
+
disabled: !E.value || s.value >= e.schema.slides.length - 1,
|
|
360
349
|
variant: "text"
|
|
361
350
|
}, null, 8, ["disabled"]),
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
351
|
+
b("div", be, _(e.label ?? e.schema.title), 1),
|
|
352
|
+
l(h),
|
|
353
|
+
f(e.$slots, "form-toolbar-right"),
|
|
354
|
+
l(S, null, {
|
|
366
355
|
default: n(() => [
|
|
367
|
-
|
|
356
|
+
F.value && e.canSaveProgress !== !1 ? (t(), u(d, {
|
|
368
357
|
key: 0,
|
|
369
|
-
onClick:
|
|
358
|
+
onClick: x(Q, ["stop"]),
|
|
370
359
|
class: "mr-4",
|
|
371
360
|
"prepend-icon": "$content-save",
|
|
372
361
|
size: "small",
|
|
373
362
|
text: "Save",
|
|
374
363
|
variant: "outlined"
|
|
375
|
-
})) :
|
|
364
|
+
})) : r("", !0)
|
|
376
365
|
]),
|
|
377
366
|
_: 1
|
|
378
367
|
}),
|
|
379
|
-
g.value != null ? (
|
|
380
|
-
g.value != null ? (
|
|
368
|
+
g.value != null ? (t(), v("div", ke, [
|
|
369
|
+
g.value != null ? (t(), u(T, {
|
|
381
370
|
key: 0,
|
|
382
371
|
src: g.value
|
|
383
|
-
}, null, 8, ["src"])) :
|
|
384
|
-
])) :
|
|
372
|
+
}, null, 8, ["src"])) : r("", !0)
|
|
373
|
+
])) : r("", !0)
|
|
385
374
|
])
|
|
386
375
|
]),
|
|
387
376
|
_: 2
|
|
388
|
-
}, 1024)) :
|
|
389
|
-
|
|
390
|
-
style:
|
|
377
|
+
}, 1024)) : r("", !0),
|
|
378
|
+
b("div", {
|
|
379
|
+
style: k(e.useScroll ? c(j) : void 0)
|
|
391
380
|
}, [
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
(
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
381
|
+
l(te, { errorMsg: w.value }, null, 8, ["errorMsg"]),
|
|
382
|
+
l(ae, { loadingMsg: M.value }, null, 8, ["loadingMsg"]),
|
|
383
|
+
(t(!0), v(N, null, z(e.schema.slides, (y, $) => (t(), v("div", { key: $ }, [
|
|
384
|
+
c(H)(y.name) ? r("", !0) : (t(), v("div", Se, [
|
|
385
|
+
l(ne, { style: { "max-width": "50px" } }),
|
|
386
|
+
b("div", $e, _(y.name), 1),
|
|
387
|
+
l(ne)
|
|
399
388
|
])),
|
|
400
|
-
|
|
389
|
+
f(e.$slots, y.name, {
|
|
401
390
|
data: e.data,
|
|
402
391
|
slide: y
|
|
403
392
|
}, () => [
|
|
404
|
-
(
|
|
405
|
-
|
|
393
|
+
(t(!0), v(N, null, z(y.fields, (i, P) => (t(), v("div", { key: P }, [
|
|
394
|
+
f(e.$slots, i.prop, {
|
|
406
395
|
data: e.data,
|
|
407
|
-
field:
|
|
396
|
+
field: i,
|
|
408
397
|
variant: "text"
|
|
409
398
|
}, () => [
|
|
410
|
-
|
|
399
|
+
l(ee, {
|
|
411
400
|
data: e.data,
|
|
412
|
-
field:
|
|
413
|
-
isEditing:
|
|
401
|
+
field: i,
|
|
402
|
+
isEditing: L.value,
|
|
414
403
|
variant: "text"
|
|
415
404
|
}, null, 8, ["data", "field", "isEditing"])
|
|
416
405
|
])
|
|
417
406
|
]))), 128))
|
|
418
407
|
])
|
|
419
408
|
]))), 128)),
|
|
420
|
-
e.isEditing && e.canSubmit ? (
|
|
421
|
-
|
|
422
|
-
|
|
409
|
+
e.isEditing && e.canSubmit ? (t(), v("div", Ce, [
|
|
410
|
+
l(h),
|
|
411
|
+
B.value ? (t(), v("div", _e, " Done. Thankyou! ")) : (t(), u(d, {
|
|
423
412
|
key: 0,
|
|
424
|
-
onClick:
|
|
413
|
+
onClick: W,
|
|
425
414
|
class: "ma-4",
|
|
426
|
-
color:
|
|
427
|
-
disabled: !
|
|
415
|
+
color: c(D),
|
|
416
|
+
disabled: !E.value,
|
|
428
417
|
text: "Submit"
|
|
429
418
|
}, null, 8, ["color", "disabled"])),
|
|
430
|
-
|
|
431
|
-
])) :
|
|
419
|
+
c(le)(m) ? (t(), v("div", we, _(m), 1)) : r("", !0)
|
|
420
|
+
])) : r("", !0)
|
|
432
421
|
], 4)
|
|
433
422
|
]),
|
|
434
423
|
_: 2
|
|
@@ -441,148 +430,148 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
441
430
|
})
|
|
442
431
|
]),
|
|
443
432
|
_: 3
|
|
444
|
-
}, 8, ["style"])) : e.schema != null &&
|
|
433
|
+
}, 8, ["style"])) : e.schema != null && U.value == "half-and-half" ? (t(), u(J, {
|
|
445
434
|
key: 2,
|
|
446
435
|
class: "pa-0 ma-0",
|
|
447
436
|
fluid: "",
|
|
448
|
-
style:
|
|
437
|
+
style: k(I.value)
|
|
449
438
|
}, {
|
|
450
439
|
default: n(() => [
|
|
451
|
-
|
|
440
|
+
l(re, {
|
|
452
441
|
class: "pa-0",
|
|
453
442
|
cols: "12",
|
|
454
443
|
md: "6"
|
|
455
444
|
}, {
|
|
456
445
|
default: n(() => [
|
|
457
|
-
|
|
446
|
+
l(Y, {
|
|
458
447
|
class: "w-100",
|
|
459
|
-
style:
|
|
448
|
+
style: k(c(G)),
|
|
460
449
|
tile: "",
|
|
461
|
-
theme:
|
|
450
|
+
theme: c(K)
|
|
462
451
|
}, {
|
|
463
452
|
default: n(() => [
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
modelValue:
|
|
467
|
-
"onUpdate:modelValue":
|
|
453
|
+
f(e.$slots, "top"),
|
|
454
|
+
l(se, {
|
|
455
|
+
modelValue: s.value,
|
|
456
|
+
"onUpdate:modelValue": a[13] || (a[13] = (m) => s.value = m)
|
|
468
457
|
}, {
|
|
469
458
|
default: n(() => [
|
|
470
|
-
(
|
|
459
|
+
(t(!0), v(N, null, z(e.schema.slides, (m, E) => (t(), u(V, { key: E }, {
|
|
471
460
|
default: n(() => [
|
|
472
|
-
|
|
473
|
-
default: n(({ errors: y, isValid:
|
|
474
|
-
e.hideHeader !== !0 ? (
|
|
461
|
+
l(X, null, {
|
|
462
|
+
default: n(({ errors: y, isValid: $ }) => [
|
|
463
|
+
e.hideHeader !== !0 ? (t(), u(A, {
|
|
475
464
|
key: 0,
|
|
476
465
|
color: "transparent"
|
|
477
466
|
}, {
|
|
478
467
|
default: n(() => [
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
468
|
+
f(e.$slots, "form-toolbar", {}, () => [
|
|
469
|
+
f(e.$slots, "form-toolbar-left"),
|
|
470
|
+
l(d, {
|
|
482
471
|
icon: "$chevron-left",
|
|
483
|
-
onClick:
|
|
484
|
-
disabled:
|
|
472
|
+
onClick: a[8] || (a[8] = (i) => s.value--),
|
|
473
|
+
disabled: s.value == 0,
|
|
485
474
|
variant: "text"
|
|
486
475
|
}, null, 8, ["disabled"]),
|
|
487
|
-
|
|
476
|
+
l(d, {
|
|
488
477
|
icon: "$chevron-right",
|
|
489
|
-
onClick:
|
|
490
|
-
disabled:
|
|
478
|
+
onClick: a[9] || (a[9] = (i) => s.value++),
|
|
479
|
+
disabled: !$.value || s.value >= e.schema.slides.length - 1,
|
|
491
480
|
variant: "text"
|
|
492
481
|
}, null, 8, ["disabled"]),
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
482
|
+
b("div", Me, _(e.label ?? e.schema.title), 1),
|
|
483
|
+
l(h),
|
|
484
|
+
f(e.$slots, "form-toolbar-right"),
|
|
485
|
+
l(S, null, {
|
|
497
486
|
default: n(() => [
|
|
498
|
-
|
|
487
|
+
F.value && e.canSaveProgress !== !1 ? (t(), u(d, {
|
|
499
488
|
key: 0,
|
|
500
|
-
onClick:
|
|
489
|
+
onClick: x(Q, ["stop"]),
|
|
501
490
|
class: "mr-4",
|
|
502
491
|
"prepend-icon": "$content-save",
|
|
503
492
|
size: "small",
|
|
504
493
|
text: "Save",
|
|
505
494
|
variant: "outlined"
|
|
506
|
-
})) :
|
|
495
|
+
})) : r("", !0)
|
|
507
496
|
]),
|
|
508
497
|
_: 1
|
|
509
498
|
}),
|
|
510
|
-
g.value != null ? (
|
|
511
|
-
g.value != null ? (
|
|
499
|
+
g.value != null ? (t(), v("div", Be, [
|
|
500
|
+
g.value != null ? (t(), u(T, {
|
|
512
501
|
key: 0,
|
|
513
502
|
src: g.value
|
|
514
|
-
}, null, 8, ["src"])) :
|
|
515
|
-
])) :
|
|
503
|
+
}, null, 8, ["src"])) : r("", !0)
|
|
504
|
+
])) : r("", !0)
|
|
516
505
|
])
|
|
517
506
|
]),
|
|
518
507
|
_: 2
|
|
519
|
-
}, 1024)) :
|
|
520
|
-
|
|
521
|
-
style:
|
|
508
|
+
}, 1024)) : r("", !0),
|
|
509
|
+
b("div", {
|
|
510
|
+
style: k(e.useScroll ? c(j) : void 0)
|
|
522
511
|
}, [
|
|
523
|
-
|
|
524
|
-
|
|
512
|
+
l(te, { errorMsg: w.value }, null, 8, ["errorMsg"]),
|
|
513
|
+
l(re, {
|
|
525
514
|
class: "pa-0 mx-auto",
|
|
526
515
|
cols: "12"
|
|
527
516
|
}, {
|
|
528
517
|
default: n(() => [
|
|
529
|
-
|
|
518
|
+
f(e.$slots, m.name, {
|
|
530
519
|
data: e.data,
|
|
531
|
-
slide:
|
|
520
|
+
slide: m
|
|
532
521
|
}, () => [
|
|
533
|
-
(
|
|
534
|
-
|
|
522
|
+
(t(!0), v(N, null, z(m.fields, (i, P) => (t(), v("div", { key: P }, [
|
|
523
|
+
f(e.$slots, i.prop, {
|
|
535
524
|
data: e.data,
|
|
536
|
-
field:
|
|
525
|
+
field: i,
|
|
537
526
|
variant: "tonal"
|
|
538
527
|
}, () => [
|
|
539
|
-
|
|
528
|
+
l(ee, {
|
|
540
529
|
data: e.data,
|
|
541
|
-
field:
|
|
542
|
-
isEditing:
|
|
530
|
+
field: i,
|
|
531
|
+
isEditing: L.value,
|
|
543
532
|
variant: "tonal"
|
|
544
533
|
}, null, 8, ["data", "field", "isEditing"])
|
|
545
534
|
])
|
|
546
535
|
]))), 128))
|
|
547
536
|
]),
|
|
548
|
-
|
|
549
|
-
|
|
537
|
+
b("div", Ee, [
|
|
538
|
+
l(q, {
|
|
550
539
|
group: "",
|
|
551
540
|
"hide-on-leave": ""
|
|
552
541
|
}, {
|
|
553
542
|
default: n(() => [
|
|
554
|
-
|
|
555
|
-
onClick:
|
|
543
|
+
s.value != 0 ? (t(), u(d, {
|
|
544
|
+
onClick: a[10] || (a[10] = (i) => s.value--),
|
|
556
545
|
class: "ma-4",
|
|
557
546
|
key: "1",
|
|
558
547
|
text: "Back"
|
|
559
|
-
})) :
|
|
548
|
+
})) : r("", !0)
|
|
560
549
|
]),
|
|
561
550
|
_: 1
|
|
562
551
|
}),
|
|
563
|
-
|
|
564
|
-
|
|
552
|
+
l(h),
|
|
553
|
+
l(q, {
|
|
565
554
|
group: "",
|
|
566
555
|
"hide-on-leave": ""
|
|
567
556
|
}, {
|
|
568
557
|
default: n(() => [
|
|
569
|
-
|
|
570
|
-
onClick:
|
|
558
|
+
s.value < e.schema.slides.length - 1 ? (t(), u(d, {
|
|
559
|
+
onClick: a[11] || (a[11] = (i) => s.value++),
|
|
571
560
|
class: "ma-4",
|
|
572
|
-
disabled:
|
|
561
|
+
disabled: m.fields.filter((i) => !!i.isRequired).length > 0 && !$.value,
|
|
573
562
|
key: "1",
|
|
574
563
|
text: "Next"
|
|
575
|
-
}, null, 8, ["disabled"])) : e.isEditing && e.canSubmit && !
|
|
576
|
-
onClick:
|
|
564
|
+
}, null, 8, ["disabled"])) : e.isEditing && e.canSubmit && !B.value && s.value >= e.schema.slides.length - 1 ? (t(), u(d, {
|
|
565
|
+
onClick: W,
|
|
577
566
|
class: "ma-4",
|
|
578
|
-
disabled:
|
|
567
|
+
disabled: m.fields.filter((i) => !!i.isRequired).length > 0 && !$.value,
|
|
579
568
|
key: "2",
|
|
580
569
|
text: "Submit"
|
|
581
|
-
}, null, 8, ["disabled"])) :
|
|
570
|
+
}, null, 8, ["disabled"])) : r("", !0)
|
|
582
571
|
]),
|
|
583
572
|
_: 2
|
|
584
573
|
}, 1024),
|
|
585
|
-
|
|
574
|
+
c(le)(y) ? (t(), v("div", Ne, _(y), 1)) : r("", !0)
|
|
586
575
|
])
|
|
587
576
|
]),
|
|
588
577
|
_: 2
|
|
@@ -594,32 +583,32 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
594
583
|
]),
|
|
595
584
|
_: 2
|
|
596
585
|
}, 1024))), 128)),
|
|
597
|
-
|
|
586
|
+
l(V, null, {
|
|
598
587
|
default: n(() => [
|
|
599
|
-
e.hideHeader !== !0 ? (
|
|
588
|
+
e.hideHeader !== !0 ? (t(), u(A, {
|
|
600
589
|
key: 0,
|
|
601
590
|
color: "transparent"
|
|
602
591
|
}, {
|
|
603
592
|
default: n(() => [
|
|
604
|
-
|
|
593
|
+
l(d, {
|
|
605
594
|
icon: "$chevron-left",
|
|
606
|
-
onClick:
|
|
607
|
-
disabled:
|
|
595
|
+
onClick: a[12] || (a[12] = (m) => s.value--),
|
|
596
|
+
disabled: s.value == 0,
|
|
608
597
|
variant: "text"
|
|
609
598
|
}, null, 8, ["disabled"]),
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
g.value != null ? (
|
|
613
|
-
g.value != null ? (
|
|
599
|
+
b("div", ze, _(e.label ?? e.schema.title), 1),
|
|
600
|
+
l(h),
|
|
601
|
+
g.value != null ? (t(), v("div", He, [
|
|
602
|
+
g.value != null ? (t(), u(T, {
|
|
614
603
|
key: 0,
|
|
615
604
|
src: g.value
|
|
616
|
-
}, null, 8, ["src"])) :
|
|
617
|
-
])) :
|
|
605
|
+
}, null, 8, ["src"])) : r("", !0)
|
|
606
|
+
])) : r("", !0)
|
|
618
607
|
]),
|
|
619
608
|
_: 1
|
|
620
|
-
})) :
|
|
621
|
-
|
|
622
|
-
style:
|
|
609
|
+
})) : r("", !0),
|
|
610
|
+
b("div", {
|
|
611
|
+
style: k(e.useScroll ? c(j) : void 0),
|
|
623
612
|
class: "d-flex flex-column align-center justify-center"
|
|
624
613
|
}, " Done! Thankyou. ", 4)
|
|
625
614
|
]),
|
|
@@ -634,13 +623,13 @@ const ce = { class: "text-h6 ml-3" }, fe = {
|
|
|
634
623
|
]),
|
|
635
624
|
_: 3
|
|
636
625
|
}),
|
|
637
|
-
|
|
626
|
+
l(ae, { loadingMsg: M.value }, null, 8, ["loadingMsg"])
|
|
638
627
|
]),
|
|
639
628
|
_: 3
|
|
640
|
-
}, 8, ["style"])) :
|
|
629
|
+
}, 8, ["style"])) : r("", !0);
|
|
641
630
|
};
|
|
642
631
|
}
|
|
643
632
|
});
|
|
644
633
|
export {
|
|
645
|
-
|
|
634
|
+
Re as default
|
|
646
635
|
};
|