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