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