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,12 +1,9 @@
1
- import { defineComponent as g, computed as d, ref as B, openBlock as T, createBlock as D, unref as a, withCtx as p, createVNode as s, mergeProps as f } from "vue";
2
- import N from "../bt-core/core/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.mjs";
3
- import "../bt-core/core/node_modules/@vuepic/vue-datepicker/dist/main.css.mjs";
4
- import { useAuth as S } from "../composables/auth.mjs";
5
- import { useDates as F } from "../composables/dates.mjs";
6
- import { useTheme as $ } from "vuetify";
7
- import { VMenu as h } from "../bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs";
8
- import { VTextField as w } from "../bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs";
9
- const P = /* @__PURE__ */ g({
1
+ import { defineComponent as D, computed as d, ref as N, resolveComponent as s, openBlock as S, createBlock as C, withCtx as p, createVNode as f, mergeProps as c, unref as a } from "vue";
2
+ import $ from "../bt-core/core/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.mjs";
3
+ import { useAuth as h } from "../composables/auth.mjs";
4
+ import { useDates as w } from "../composables/dates.mjs";
5
+ import { useTheme as z } from "vuetify";
6
+ const Z = /* @__PURE__ */ D({
10
7
  inheritAttrs: !1,
11
8
  __name: "BT-Date-Select",
12
9
  props: {
@@ -22,49 +19,52 @@ const P = /* @__PURE__ */ g({
22
19
  useTime: { type: Boolean }
23
20
  },
24
21
  emits: ["update:modelValue"],
25
- setup(V, { emit: c }) {
26
- const v = $(), t = V, y = c, { btString: k, tzString: i } = F(), b = S(), o = d({
22
+ setup(v, { emit: V }) {
23
+ const y = z(), t = v, k = V, { btString: b, tzString: i } = w(), g = h(), o = d({
27
24
  get() {
28
- return t.modelValue == "0001-01-01T00:00:00" && t.ignoreMinDate ? k() : t.modelValue;
25
+ return t.modelValue == "0001-01-01T00:00:00" && t.ignoreMinDate ? b() : t.modelValue;
29
26
  },
30
27
  set(e) {
31
- y("update:modelValue", e == null ? e : `${e.split(".")[0]}Z`);
28
+ k("update:modelValue", e == null ? e : `${e.split(".")[0]}Z`);
32
29
  }
33
- }), r = d(() => t.modelValue ? i(t.modelValue, t.format) : void 0), m = B();
34
- return t.dateFrom != null ? m.value = t.dateFrom : t.fromNow && (m.value = i()), (e, l) => (T(), D(a(h), { "open-delay": "5" }, {
35
- activator: p(({ props: n }) => [
36
- s(a(w), f({
37
- "append-inner-icon": e.canSelectNone && o.value != null && o.value.length > 0 ? "$close" : void 0,
38
- "onClick:appendInner": l[0] || (l[0] = (u) => o.value = void 0),
39
- density: e.density
40
- }, n, {
41
- "hide-details": "",
42
- label: e.label,
43
- readonly: "",
44
- variant: e.fieldVariant,
45
- modelValue: r.value,
46
- "onUpdate:modelValue": l[1] || (l[1] = (u) => r.value = u)
47
- }), null, 16, ["append-inner-icon", "density", "label", "variant", "modelValue"])
48
- ]),
49
- default: p(() => [
50
- s(a(N), f({
51
- "auto-apply": "",
52
- dark: a(v).global.current.value.dark,
53
- "enable-time-picker": e.useTime,
54
- inline: "",
55
- "is-24": !1,
56
- "time-picker-inline": e.useTime,
57
- timezone: a(b).timeZone.value,
58
- utc: ""
59
- }, e.$attrs, {
60
- modelValue: o.value,
61
- "onUpdate:modelValue": l[2] || (l[2] = (n) => o.value = n)
62
- }), null, 16, ["dark", "enable-time-picker", "time-picker-inline", "timezone", "modelValue"])
63
- ]),
64
- _: 1
65
- }));
30
+ }), r = d(() => t.modelValue ? i(t.modelValue, t.format) : void 0), m = N();
31
+ return t.dateFrom != null ? m.value = t.dateFrom : t.fromNow && (m.value = i()), (e, l) => {
32
+ const B = s("v-text-field"), T = s("v-menu");
33
+ return S(), C(T, { "open-delay": "5" }, {
34
+ activator: p(({ props: n }) => [
35
+ f(B, c({
36
+ "append-inner-icon": e.canSelectNone && o.value != null && o.value.length > 0 ? "$close" : void 0,
37
+ "onClick:appendInner": l[0] || (l[0] = (u) => o.value = void 0),
38
+ density: e.density
39
+ }, n, {
40
+ "hide-details": "",
41
+ label: e.label,
42
+ readonly: "",
43
+ variant: e.fieldVariant,
44
+ modelValue: r.value,
45
+ "onUpdate:modelValue": l[1] || (l[1] = (u) => r.value = u)
46
+ }), null, 16, ["append-inner-icon", "density", "label", "variant", "modelValue"])
47
+ ]),
48
+ default: p(() => [
49
+ f(a($), c({
50
+ "auto-apply": "",
51
+ dark: a(y).global.current.value.dark,
52
+ "enable-time-picker": e.useTime,
53
+ inline: "",
54
+ "is-24": !1,
55
+ "time-picker-inline": e.useTime,
56
+ timezone: a(g).timeZone.value,
57
+ utc: ""
58
+ }, e.$attrs, {
59
+ modelValue: o.value,
60
+ "onUpdate:modelValue": l[2] || (l[2] = (n) => o.value = n)
61
+ }), null, 16, ["dark", "enable-time-picker", "time-picker-inline", "timezone", "modelValue"])
62
+ ]),
63
+ _: 1
64
+ });
65
+ };
66
66
  }
67
67
  });
68
68
  export {
69
- P as default
69
+ Z as default
70
70
  };
@@ -1,4 +1,3 @@
1
-
2
1
  interface FieldProps {
3
2
  date?: any;
4
3
  dateFrom?: string;
@@ -1,10 +1,9 @@
1
- import { defineComponent as y, computed as n, openBlock as g, createBlock as k, unref as l, mergeProps as B } from "vue";
1
+ import { defineComponent as y, computed as r, openBlock as g, createBlock as k, unref as l, mergeProps as B } from "vue";
2
2
  import V from "../bt-core/core/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.mjs";
3
- import "../bt-core/core/node_modules/@vuepic/vue-datepicker/dist/main.css.mjs";
4
3
  import { useDates as T } from "../composables/dates.mjs";
5
4
  import { useAuth as h } from "../composables/auth.mjs";
6
5
  import { useTheme as D } from "vuetify";
7
- const $ = /* @__PURE__ */ y({
6
+ const Z = /* @__PURE__ */ y({
8
7
  inheritAttrs: !1,
9
8
  __name: "BT-Date",
10
9
  props: {
@@ -23,9 +22,9 @@ const $ = /* @__PURE__ */ y({
23
22
  },
24
23
  emits: ["update:modelValue"],
25
24
  setup(i, { emit: m }) {
26
- const u = D(), t = i, s = m, p = h(), { btString: d, getToday: f } = T(), c = n(() => t.dateFrom ?? (t.fromNow ? f() : void 0)), r = n({
25
+ const u = D(), t = i, s = m, d = h(), { btString: p, getToday: f } = T(), c = r(() => t.dateFrom ?? (t.fromNow ? f() : void 0)), n = r({
27
26
  get() {
28
- return t.modelValue == "0001-01-01T00:00:00" && t.ignoreMinDate ? d() : t.modelValue;
27
+ return t.modelValue == "0001-01-01T00:00:00" && t.ignoreMinDate ? p() : t.modelValue;
29
28
  },
30
29
  set(e) {
31
30
  var o;
@@ -42,14 +41,14 @@ const $ = /* @__PURE__ */ y({
42
41
  "multi-dates": e.multi,
43
42
  range: e.range,
44
43
  "time-picker-inline": e.useTime,
45
- timezone: l(p).timeZone.value,
44
+ timezone: l(d).timeZone.value,
46
45
  utc: ""
47
46
  }, e.$attrs, {
48
- modelValue: r.value,
49
- "onUpdate:modelValue": o[0] || (o[0] = (a) => r.value = a)
47
+ modelValue: n.value,
48
+ "onUpdate:modelValue": o[0] || (o[0] = (a) => n.value = a)
50
49
  }), null, 16, ["dark", "enable-time-picker", "min-date", "multi-dates", "range", "time-picker-inline", "timezone", "modelValue"]));
51
50
  }
52
51
  });
53
52
  export {
54
- $ as default
53
+ Z as default
55
54
  };
@@ -1,52 +1,52 @@
1
- import { defineComponent as h, ref as V, computed as _, watch as k, openBlock as a, createBlock as s, unref as r, withCtx as n, createVNode as p, createElementBlock as w, Fragment as x, renderList as B } from "vue";
2
- import { useRouter as C } from "vue-router";
3
- import { useDemo as D } from "../composables/demo.mjs";
4
- import { VDialog as P } from "../bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs";
5
- import { VCard as c } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
6
- import { VList as S } from "../bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs";
7
- const E = /* @__PURE__ */ h({
1
+ import { defineComponent as k, ref as w, computed as x, watch as B, resolveComponent as l, openBlock as a, createBlock as m, withCtx as r, createVNode as p, createElementBlock as C, Fragment as D, renderList as P } from "vue";
2
+ import { useRouter as S } from "vue-router";
3
+ import { useDemo as V } from "../composables/demo.mjs";
4
+ const R = /* @__PURE__ */ k({
8
5
  __name: "BT-Demo-Profile-Select",
9
6
  props: {
10
7
  to: {},
11
8
  toggleShow: { type: Boolean }
12
9
  },
13
10
  setup(d) {
14
- const l = d, t = V(!1), { getProfiles: i, startDemo: f } = D(), v = _(() => i != null ? i() ?? [] : []), u = C();
15
- function g(o) {
16
- f(o.id), o.navigateTo != null ? u.push({ name: o.navigateTo }) : l.to != null && u.push({ name: l.to });
11
+ const n = d, t = w(!1), { getProfiles: s, startDemo: v } = V(), f = x(() => s != null ? s() ?? [] : []), c = S();
12
+ function _(o) {
13
+ v(o.id), o.navigateTo != null ? c.push({ name: o.navigateTo }) : n.to != null && c.push({ name: n.to });
17
14
  }
18
- return k(() => l.toggleShow, () => {
15
+ return B(() => n.toggleShow, () => {
19
16
  t.value = !t.value;
20
- }), (o, m) => (a(), s(r(P), {
21
- modelValue: t.value,
22
- "onUpdate:modelValue": m[0] || (m[0] = (e) => t.value = e),
23
- "max-width": "400"
24
- }, {
25
- default: n(() => [
26
- p(r(c), { title: "Demo Profiles" }, {
27
- default: n(() => [
28
- p(r(S), { class: "pa-0" }, {
29
- default: n(() => [
30
- (a(!0), w(x, null, B(v.value, (e) => (a(), s(r(c), {
31
- key: e.id,
32
- class: "ma-1",
33
- onClick: (L) => g(e),
34
- "prepend-avatar": e.profileAvatarURL,
35
- "prepend-icon": e.profileIcon,
36
- text: e.description,
37
- title: e.profileName
38
- }, null, 8, ["onClick", "prepend-avatar", "prepend-icon", "text", "title"]))), 128))
39
- ]),
40
- _: 1
41
- })
42
- ]),
43
- _: 1
44
- })
45
- ]),
46
- _: 1
47
- }, 8, ["modelValue"]));
17
+ }), (o, i) => {
18
+ const u = l("v-card"), g = l("v-list"), h = l("v-dialog");
19
+ return a(), m(h, {
20
+ modelValue: t.value,
21
+ "onUpdate:modelValue": i[0] || (i[0] = (e) => t.value = e),
22
+ "max-width": "400"
23
+ }, {
24
+ default: r(() => [
25
+ p(u, { title: "Demo Profiles" }, {
26
+ default: r(() => [
27
+ p(g, { class: "pa-0" }, {
28
+ default: r(() => [
29
+ (a(!0), C(D, null, P(f.value, (e) => (a(), m(u, {
30
+ key: e.id,
31
+ class: "ma-1",
32
+ onClick: (T) => _(e),
33
+ "prepend-avatar": e.profileAvatarURL,
34
+ "prepend-icon": e.profileIcon,
35
+ text: e.description,
36
+ title: e.profileName
37
+ }, null, 8, ["onClick", "prepend-avatar", "prepend-icon", "text", "title"]))), 128))
38
+ ]),
39
+ _: 1
40
+ })
41
+ ]),
42
+ _: 1
43
+ })
44
+ ]),
45
+ _: 1
46
+ }, 8, ["modelValue"]);
47
+ };
48
48
  }
49
49
  });
50
50
  export {
51
- E as default
51
+ R as default
52
52
  };
@@ -1,14 +1,11 @@
1
- import { defineComponent as C, ref as m, onUnmounted as g, openBlock as o, createBlock as D, unref as u, withCtx as i, createVNode as f } from "vue";
2
- import { registerDialog as V } from "../composables/dialog-items.mjs";
3
- import { VDialog as s } from "../bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs";
4
- import { VCard as T } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
5
- import { VBtn as n } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
6
- const y = /* @__PURE__ */ C({
1
+ import { defineComponent as g, ref as c, onUnmounted as C, resolveComponent as u, openBlock as s, createBlock as D, withCtx as f, createVNode as n } from "vue";
2
+ import { registerDialog as T } from "../composables/dialog-items.mjs";
3
+ const w = /* @__PURE__ */ g({
7
4
  __name: "BT-Dialog-Confirm",
8
- setup(h) {
9
- const a = m(!1), t = m({});
5
+ setup(b) {
6
+ const a = c(!1), t = c({});
10
7
  let r;
11
- const x = V({
8
+ const i = T({
12
9
  dialogType: "confirm",
13
10
  open: (e, l) => {
14
11
  e.height ?? (e.height = "65vh"), e.maxWidth ?? (e.maxWidth = "350px"), e.cancelText ?? (e.cancelText = "Cancel"), e.confirmText ?? (e.confirmText = "Confirm"), e.text ?? (e.text = "Are you sure?"), t.value = e, a.value = !0, r = l;
@@ -21,43 +18,46 @@ const y = /* @__PURE__ */ C({
21
18
  isError: !1
22
19
  }), a.value = !1;
23
20
  }
24
- function c() {
21
+ function v() {
25
22
  r != null && r({
26
23
  isCancelled: !0,
27
24
  isConfirmed: !1,
28
25
  isError: !1
29
26
  }), a.value = !1;
30
27
  }
31
- return g(() => {
32
- x();
33
- }), (e, l) => (o(), D(u(s), {
34
- "max-width": t.value.maxWidth,
35
- modelValue: a.value,
36
- "onUpdate:modelValue": l[2] || (l[2] = (v) => a.value = v)
37
- }, {
38
- default: i(() => [
39
- f(u(T), {
40
- subtitle: t.value.subtitle,
41
- text: t.value.text,
42
- title: t.value.title
43
- }, {
44
- actions: i(() => [
45
- f(u(n), {
46
- onClick: l[0] || (l[0] = () => c()),
47
- text: t.value.cancelText
48
- }, null, 8, ["text"]),
49
- f(u(n), {
50
- onClick: l[1] || (l[1] = () => d()),
51
- text: t.value.confirmText
52
- }, null, 8, ["text"])
53
- ]),
54
- _: 1
55
- }, 8, ["subtitle", "text", "title"])
56
- ]),
57
- _: 1
58
- }, 8, ["max-width", "modelValue"]));
28
+ return C(() => {
29
+ i();
30
+ }), (e, l) => {
31
+ const m = u("v-btn"), x = u("v-card"), o = u("v-dialog");
32
+ return s(), D(o, {
33
+ "max-width": t.value.maxWidth,
34
+ modelValue: a.value,
35
+ "onUpdate:modelValue": l[2] || (l[2] = (_) => a.value = _)
36
+ }, {
37
+ default: f(() => [
38
+ n(x, {
39
+ subtitle: t.value.subtitle,
40
+ text: t.value.text,
41
+ title: t.value.title
42
+ }, {
43
+ actions: f(() => [
44
+ n(m, {
45
+ onClick: l[0] || (l[0] = () => v()),
46
+ text: t.value.cancelText
47
+ }, null, 8, ["text"]),
48
+ n(m, {
49
+ onClick: l[1] || (l[1] = () => d()),
50
+ text: t.value.confirmText
51
+ }, null, 8, ["text"])
52
+ ]),
53
+ _: 1
54
+ }, 8, ["subtitle", "text", "title"])
55
+ ]),
56
+ _: 1
57
+ }, 8, ["max-width", "modelValue"]);
58
+ };
59
59
  }
60
60
  });
61
61
  export {
62
- y as default
62
+ w as default
63
63
  };
@@ -1,12 +1,9 @@
1
- import { defineComponent as s, ref as n, onUnmounted as D, resolveComponent as C, openBlock as V, createBlock as T, unref as m, withCtx as i, createVNode as d } from "vue";
1
+ import { defineComponent as D, ref as v, onUnmounted as C, resolveComponent as m, openBlock as T, createBlock as b, withCtx as f, createVNode as n } from "vue";
2
2
  import { registerDialog as w } from "../composables/dialog-items.mjs";
3
- import { VDialog as b } from "../bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs";
4
- import { VCard as h } from "../bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs";
5
- import { VBtn as v } from "../bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs";
6
- const F = /* @__PURE__ */ s({
3
+ const k = /* @__PURE__ */ D({
7
4
  __name: "BT-Dialog-Date",
8
- setup(y) {
9
- const t = n(!1), l = n({}), u = n();
5
+ setup(V) {
6
+ const t = v(!1), l = v({}), u = v();
10
7
  let r;
11
8
  const o = w({
12
9
  dialogType: "date",
@@ -14,7 +11,7 @@ const F = /* @__PURE__ */ s({
14
11
  e.format ?? (e.format = "ccc dd/LL/yyyy"), e.height ?? (e.height = "65vh"), e.maxWidth ?? (e.maxWidth = "300px"), e.cancelText ?? (e.cancelText = "Cancel"), e.confirmText ?? (e.confirmText = "Confirm"), e.range ?? (e.range = !1), l.value = e, t.value = !0, r = a, u.value = e.startingDate;
15
12
  }
16
13
  });
17
- function c() {
14
+ function i() {
18
15
  r != null && r({
19
16
  isCancelled: !1,
20
17
  isConfirmed: !0,
@@ -30,23 +27,23 @@ const F = /* @__PURE__ */ s({
30
27
  isError: !1
31
28
  }), t.value = !1;
32
29
  }
33
- return D(() => {
30
+ return C(() => {
34
31
  o();
35
32
  }), (e, a) => {
36
- const x = C("bt-date");
37
- return V(), T(m(b), {
33
+ const x = m("bt-date"), c = m("v-btn"), s = m("v-card"), _ = m("v-dialog");
34
+ return T(), b(_, {
38
35
  "max-width": l.value.maxWidth,
39
36
  modelValue: t.value,
40
- "onUpdate:modelValue": a[3] || (a[3] = (f) => t.value = f)
37
+ "onUpdate:modelValue": a[3] || (a[3] = (d) => t.value = d)
41
38
  }, {
42
- default: i(() => [
43
- d(m(h), {
39
+ default: f(() => [
40
+ n(s, {
44
41
  subtitle: l.value.subtitle,
45
42
  text: l.value.text,
46
43
  title: l.value.title
47
44
  }, {
48
- default: i(() => [
49
- d(x, {
45
+ default: f(() => [
46
+ n(x, {
50
47
  dateFrom: l.value.dateFrom,
51
48
  dateRules: l.value.dateRules,
52
49
  format: l.value.format,
@@ -56,16 +53,16 @@ const F = /* @__PURE__ */ s({
56
53
  startingDate: l.value.startingDate,
57
54
  useTime: l.value.useTime,
58
55
  modelValue: u.value,
59
- "onUpdate:modelValue": a[0] || (a[0] = (f) => u.value = f)
56
+ "onUpdate:modelValue": a[0] || (a[0] = (d) => u.value = d)
60
57
  }, null, 8, ["dateFrom", "dateRules", "format", "fromNow", "horizontal", "range", "startingDate", "useTime", "modelValue"])
61
58
  ]),
62
- actions: i(() => [
63
- d(m(v), {
59
+ actions: f(() => [
60
+ n(c, {
64
61
  onClick: a[1] || (a[1] = () => g()),
65
62
  text: l.value.cancelText
66
63
  }, null, 8, ["text"]),
67
- d(m(v), {
68
- onClick: a[2] || (a[2] = () => c()),
64
+ n(c, {
65
+ onClick: a[2] || (a[2] = () => i()),
69
66
  text: l.value.confirmText
70
67
  }, null, 8, ["text"])
71
68
  ]),
@@ -78,5 +75,5 @@ const F = /* @__PURE__ */ s({
78
75
  }
79
76
  });
80
77
  export {
81
- F as default
78
+ k as default
82
79
  };