bt-core-app 2.2.10 → 2.2.11

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