bt-core-app 2.2.9 → 2.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (294) 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 -46
  22. package/dist/components/BT-Demo-Profile-Select.vue.mjs +40 -40
  23. package/dist/components/BT-Dialog-Confirm.vue.mjs +39 -39
  24. package/dist/components/BT-Dialog-Date.vue.mjs +19 -22
  25. package/dist/components/BT-Dialog-Number.vue.mjs +121 -125
  26. package/dist/components/BT-Dialog-Select.vue.mjs +85 -96
  27. package/dist/components/BT-Divider.vue.mjs +21 -20
  28. package/dist/components/BT-Drag-Counter.vue.mjs +1 -1
  29. package/dist/components/BT-Drag-Counter.vue2.mjs +89 -89
  30. package/dist/components/BT-Entity.vue.mjs +82 -82
  31. package/dist/components/BT-Error.vue.mjs +27 -26
  32. package/dist/components/BT-Field-Checkbox.vue.mjs +31 -30
  33. package/dist/components/BT-Field-Date.vue.mjs +84 -87
  34. package/dist/components/BT-Field-Entity.vue.mjs +16 -20
  35. package/dist/components/BT-Field-Select-Simple.vue.mjs +26 -24
  36. package/dist/components/BT-Field-Select.vue.mjs +34 -32
  37. package/dist/components/BT-Field-String.vue.mjs +52 -54
  38. package/dist/components/BT-Field-Switch.vue.mjs +43 -44
  39. package/dist/components/BT-Field-Tags.vue.mjs +55 -57
  40. package/dist/components/BT-Field-Textarea.vue.mjs +43 -44
  41. package/dist/components/BT-Field-Trigger.vue.mjs +270 -276
  42. package/dist/components/BT-Field.vue.mjs +38 -39
  43. package/dist/components/BT-Form-Builder.vue.mjs +325 -346
  44. package/dist/components/BT-Form-Field.vue.mjs +81 -88
  45. package/dist/components/BT-Form.vue.mjs +269 -280
  46. package/dist/components/BT-Header-Option.vue.mjs +19 -21
  47. package/dist/components/BT-Image-Select.vue.mjs +177 -186
  48. package/dist/components/BT-Json.vue.mjs +30 -29
  49. package/dist/components/BT-Loader.vue.mjs +31 -32
  50. package/dist/components/BT-Nav-Sidebar.vue.mjs +124 -130
  51. package/dist/components/BT-Number.vue.mjs +1 -1
  52. package/dist/components/BT-Number.vue2.mjs +19 -17
  53. package/dist/components/BT-Numpad.vue.mjs +144 -147
  54. package/dist/components/BT-Select-List-Box.vue.mjs +276 -287
  55. package/dist/components/BT-Select-Simple.vue.mjs +23 -21
  56. package/dist/components/BT-Select.vue.mjs +37 -36
  57. package/dist/components/BT-Signature-Overlay.vue.mjs +112 -113
  58. package/dist/components/BT-Signature.vue.mjs +96 -96
  59. package/dist/components/BT-Slider.vue.mjs +103 -109
  60. package/dist/components/BT-Square-Check.vue.mjs +65 -65
  61. package/dist/components/BT-Status-Item.vue.mjs +16 -18
  62. package/dist/components/BT-Tags.vue.mjs +22 -21
  63. package/dist/components/BT-Tour.vue.mjs +65 -69
  64. package/dist/style.css +1 -1
  65. package/package.json +1 -1
  66. package/dist/_virtual/VAlert.sass.mjs +0 -1
  67. package/dist/_virtual/VAvatar.sass.mjs +0 -1
  68. package/dist/_virtual/VBtn.sass.mjs +0 -1
  69. package/dist/_virtual/VBtnGroup.sass.mjs +0 -1
  70. package/dist/_virtual/VBtnToggle.sass.mjs +0 -1
  71. package/dist/_virtual/VCard.sass.mjs +0 -1
  72. package/dist/_virtual/VCheckbox.sass.mjs +0 -1
  73. package/dist/_virtual/VChip.sass.mjs +0 -1
  74. package/dist/_virtual/VChipGroup.sass.mjs +0 -1
  75. package/dist/_virtual/VColorPicker.sass.mjs +0 -1
  76. package/dist/_virtual/VColorPickerCanvas.sass.mjs +0 -1
  77. package/dist/_virtual/VColorPickerEdit.sass.mjs +0 -1
  78. package/dist/_virtual/VColorPickerPreview.sass.mjs +0 -1
  79. package/dist/_virtual/VColorPickerSwatches.sass.mjs +0 -1
  80. package/dist/_virtual/VCombobox.sass.mjs +0 -1
  81. package/dist/_virtual/VContainer.sass.mjs +0 -1
  82. package/dist/_virtual/VCounter.sass.mjs +0 -1
  83. package/dist/_virtual/VDialog.sass.mjs +0 -1
  84. package/dist/_virtual/VDivider.sass.mjs +0 -1
  85. package/dist/_virtual/VField.sass.mjs +0 -1
  86. package/dist/_virtual/VGrid.sass.mjs +0 -1
  87. package/dist/_virtual/VIcon.sass.mjs +0 -1
  88. package/dist/_virtual/VImg.sass.mjs +0 -1
  89. package/dist/_virtual/VInput.sass.mjs +0 -1
  90. package/dist/_virtual/VLabel.sass.mjs +0 -1
  91. package/dist/_virtual/VList.sass.mjs +0 -1
  92. package/dist/_virtual/VListItem.sass.mjs +0 -1
  93. package/dist/_virtual/VMenu.sass.mjs +0 -1
  94. package/dist/_virtual/VMessages.sass.mjs +0 -1
  95. package/dist/_virtual/VNavigationDrawer.sass.mjs +0 -1
  96. package/dist/_virtual/VOverlay.sass.mjs +0 -1
  97. package/dist/_virtual/VPagination.sass.mjs +0 -1
  98. package/dist/_virtual/VPicker.sass.mjs +0 -1
  99. package/dist/_virtual/VProgressCircular.sass.mjs +0 -1
  100. package/dist/_virtual/VProgressLinear.sass.mjs +0 -1
  101. package/dist/_virtual/VRating.sass.mjs +0 -1
  102. package/dist/_virtual/VResponsive.sass.mjs +0 -1
  103. package/dist/_virtual/VRipple.sass.mjs +0 -1
  104. package/dist/_virtual/VSelect.sass.mjs +0 -1
  105. package/dist/_virtual/VSelectionControl.sass.mjs +0 -1
  106. package/dist/_virtual/VSelectionControlGroup.sass.mjs +0 -1
  107. package/dist/_virtual/VSheet.sass.mjs +0 -1
  108. package/dist/_virtual/VSlideGroup.sass.mjs +0 -1
  109. package/dist/_virtual/VSlider.sass.mjs +0 -1
  110. package/dist/_virtual/VSliderThumb.sass.mjs +0 -1
  111. package/dist/_virtual/VSliderTrack.sass.mjs +0 -1
  112. package/dist/_virtual/VSpacer.sass.mjs +0 -1
  113. package/dist/_virtual/VSwitch.sass.mjs +0 -1
  114. package/dist/_virtual/VTab.sass.mjs +0 -1
  115. package/dist/_virtual/VTable.sass.mjs +0 -1
  116. package/dist/_virtual/VTabs.sass.mjs +0 -1
  117. package/dist/_virtual/VTextField.sass.mjs +0 -1
  118. package/dist/_virtual/VTextarea.sass.mjs +0 -1
  119. package/dist/_virtual/VToolbar.sass.mjs +0 -1
  120. package/dist/_virtual/VVirtualScroll.sass.mjs +0 -1
  121. package/dist/_virtual/VWindow.sass.mjs +0 -1
  122. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlert.mjs +0 -196
  123. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAlert/VAlertTitle.mjs +0 -5
  124. package/dist/bt-core/core/node_modules/vuetify/lib/components/VAvatar/VAvatar.mjs +0 -92
  125. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtn/VBtn.mjs +0 -220
  126. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnGroup/VBtnGroup.mjs +0 -68
  127. package/dist/bt-core/core/node_modules/vuetify/lib/components/VBtnToggle/VBtnToggle.mjs +0 -57
  128. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCard.mjs +0 -180
  129. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardActions.mjs +0 -32
  130. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardItem.mjs +0 -118
  131. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardSubtitle.mjs +0 -29
  132. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardText.mjs +0 -29
  133. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCard/VCardTitle.mjs +0 -5
  134. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckbox.mjs +0 -74
  135. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCheckbox/VCheckboxBtn.mjs +0 -53
  136. package/dist/bt-core/core/node_modules/vuetify/lib/components/VChip/VChip.mjs +0 -263
  137. package/dist/bt-core/core/node_modules/vuetify/lib/components/VChipGroup/VChipGroup.mjs +0 -87
  138. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPicker.mjs +0 -161
  139. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerCanvas.mjs +0 -166
  140. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerEdit.mjs +0 -97
  141. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerPreview.mjs +0 -123
  142. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/VColorPickerSwatches.mjs +0 -72
  143. package/dist/bt-core/core/node_modules/vuetify/lib/components/VColorPicker/util/index.mjs +0 -193
  144. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCombobox/VCombobox.mjs +0 -501
  145. package/dist/bt-core/core/node_modules/vuetify/lib/components/VCounter/VCounter.mjs +0 -51
  146. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDefaultsProvider/VDefaultsProvider.mjs +0 -39
  147. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDialog/VDialog.mjs +0 -103
  148. package/dist/bt-core/core/node_modules/vuetify/lib/components/VDivider/VDivider.mjs +0 -82
  149. package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VField.mjs +0 -295
  150. package/dist/bt-core/core/node_modules/vuetify/lib/components/VField/VFieldLabel.mjs +0 -28
  151. package/dist/bt-core/core/node_modules/vuetify/lib/components/VForm/VForm.mjs +0 -53
  152. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VCol.mjs +0 -98
  153. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VContainer.mjs +0 -41
  154. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VRow.mjs +0 -104
  155. package/dist/bt-core/core/node_modules/vuetify/lib/components/VGrid/VSpacer.mjs +0 -6
  156. package/dist/bt-core/core/node_modules/vuetify/lib/components/VHover/VHover.mjs +0 -41
  157. package/dist/bt-core/core/node_modules/vuetify/lib/components/VIcon/VIcon.mjs +0 -77
  158. package/dist/bt-core/core/node_modules/vuetify/lib/components/VImg/VImg.mjs +0 -248
  159. package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/InputIcon.mjs +0 -40
  160. package/dist/bt-core/core/node_modules/vuetify/lib/components/VInput/VInput.mjs +0 -154
  161. package/dist/bt-core/core/node_modules/vuetify/lib/components/VLabel/VLabel.mjs +0 -36
  162. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VList.mjs +0 -281
  163. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListChildren.mjs +0 -104
  164. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListGroup.mjs +0 -129
  165. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItem.mjs +0 -312
  166. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemSubtitle.mjs +0 -29
  167. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListItemTitle.mjs +0 -5
  168. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/VListSubheader.mjs +0 -50
  169. package/dist/bt-core/core/node_modules/vuetify/lib/components/VList/list.mjs +0 -38
  170. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/VMenu.mjs +0 -132
  171. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMenu/shared.mjs +0 -4
  172. package/dist/bt-core/core/node_modules/vuetify/lib/components/VMessages/VMessages.mjs +0 -55
  173. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +0 -247
  174. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/sticky.mjs +0 -44
  175. package/dist/bt-core/core/node_modules/vuetify/lib/components/VNavigationDrawer/touch.mjs +0 -100
  176. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/VOverlay.mjs +0 -291
  177. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/locationStrategies.mjs +0 -292
  178. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/requestNewFrame.mjs +0 -15
  179. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/scrollStrategies.mjs +0 -91
  180. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/useActivator.mjs +0 -179
  181. package/dist/bt-core/core/node_modules/vuetify/lib/components/VOverlay/util/point.mjs +0 -42
  182. package/dist/bt-core/core/node_modules/vuetify/lib/components/VPagination/VPagination.mjs +0 -315
  183. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressCircular/VProgressCircular.mjs +0 -129
  184. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/VProgressLinear.mjs +0 -195
  185. package/dist/bt-core/core/node_modules/vuetify/lib/components/VProgressLinear/chunks.mjs +0 -53
  186. package/dist/bt-core/core/node_modules/vuetify/lib/components/VRating/VRating.mjs +0 -217
  187. package/dist/bt-core/core/node_modules/vuetify/lib/components/VResponsive/VResponsive.mjs +0 -56
  188. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/VSelect.mjs +0 -475
  189. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelect/useScrolling.mjs +0 -57
  190. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControl/VSelectionControl.mjs +0 -183
  191. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +0 -106
  192. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSheet/VSheet.mjs +0 -61
  193. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/VSlideGroup.mjs +0 -287
  194. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlideGroup/helpers.mjs +0 -54
  195. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSlider.mjs +0 -159
  196. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderThumb.mjs +0 -176
  197. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/VSliderTrack.mjs +0 -109
  198. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSlider/slider.mjs +0 -242
  199. package/dist/bt-core/core/node_modules/vuetify/lib/components/VSwitch/VSwitch.mjs +0 -172
  200. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTable/VTable.mjs +0 -66
  201. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTab.mjs +0 -126
  202. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabs.mjs +0 -153
  203. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindow.mjs +0 -48
  204. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/VTabsWindowItem.mjs +0 -29
  205. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTabs/shared.mjs +0 -4
  206. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextField/VTextField.mjs +0 -204
  207. package/dist/bt-core/core/node_modules/vuetify/lib/components/VTextarea/VTextarea.mjs +0 -258
  208. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbar.mjs +0 -167
  209. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarItems.mjs +0 -38
  210. package/dist/bt-core/core/node_modules/vuetify/lib/components/VToolbar/VToolbarTitle.mjs +0 -37
  211. package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScroll.mjs +0 -106
  212. package/dist/bt-core/core/node_modules/vuetify/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +0 -47
  213. package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindow.mjs +0 -211
  214. package/dist/bt-core/core/node_modules/vuetify/lib/components/VWindow/VWindowItem.mjs +0 -93
  215. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/createTransition.mjs +0 -113
  216. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/dialog-transition.mjs +0 -136
  217. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/expand-transition.mjs +0 -52
  218. package/dist/bt-core/core/node_modules/vuetify/lib/components/transitions/index.mjs +0 -22
  219. package/dist/bt-core/core/node_modules/vuetify/lib/composables/autocomplete.mjs +0 -21
  220. package/dist/bt-core/core/node_modules/vuetify/lib/composables/autofocus.mjs +0 -14
  221. package/dist/bt-core/core/node_modules/vuetify/lib/composables/border.mjs +0 -19
  222. package/dist/bt-core/core/node_modules/vuetify/lib/composables/color.mjs +0 -69
  223. package/dist/bt-core/core/node_modules/vuetify/lib/composables/component.mjs +0 -11
  224. package/dist/bt-core/core/node_modules/vuetify/lib/composables/delay.mjs +0 -34
  225. package/dist/bt-core/core/node_modules/vuetify/lib/composables/density.mjs +0 -20
  226. package/dist/bt-core/core/node_modules/vuetify/lib/composables/dimensions.mjs +0 -23
  227. package/dist/bt-core/core/node_modules/vuetify/lib/composables/display.mjs +0 -32
  228. package/dist/bt-core/core/node_modules/vuetify/lib/composables/elevation.mjs +0 -25
  229. package/dist/bt-core/core/node_modules/vuetify/lib/composables/filter.mjs +0 -125
  230. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focus.mjs +0 -31
  231. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusGroups.mjs +0 -54
  232. package/dist/bt-core/core/node_modules/vuetify/lib/composables/focusTrap.mjs +0 -97
  233. package/dist/bt-core/core/node_modules/vuetify/lib/composables/form.mjs +0 -112
  234. package/dist/bt-core/core/node_modules/vuetify/lib/composables/forwardRefs.mjs +0 -78
  235. package/dist/bt-core/core/node_modules/vuetify/lib/composables/goto.mjs +0 -86
  236. package/dist/bt-core/core/node_modules/vuetify/lib/composables/group.mjs +0 -169
  237. package/dist/bt-core/core/node_modules/vuetify/lib/composables/hydration.mjs +0 -20
  238. package/dist/bt-core/core/node_modules/vuetify/lib/composables/iconSizes.mjs +0 -21
  239. package/dist/bt-core/core/node_modules/vuetify/lib/composables/intersectionObserver.mjs +0 -24
  240. package/dist/bt-core/core/node_modules/vuetify/lib/composables/layout.mjs +0 -43
  241. package/dist/bt-core/core/node_modules/vuetify/lib/composables/lazy.mjs +0 -21
  242. package/dist/bt-core/core/node_modules/vuetify/lib/composables/list-items.mjs +0 -120
  243. package/dist/bt-core/core/node_modules/vuetify/lib/composables/loader.mjs +0 -38
  244. package/dist/bt-core/core/node_modules/vuetify/lib/composables/locale.mjs +0 -22
  245. package/dist/bt-core/core/node_modules/vuetify/lib/composables/location.mjs +0 -49
  246. package/dist/bt-core/core/node_modules/vuetify/lib/composables/menuActivator.mjs +0 -24
  247. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/activeStrategies.mjs +0 -102
  248. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/nested.mjs +0 -315
  249. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/openStrategies.mjs +0 -60
  250. package/dist/bt-core/core/node_modules/vuetify/lib/composables/nested/selectStrategies.mjs +0 -206
  251. package/dist/bt-core/core/node_modules/vuetify/lib/composables/position.mjs +0 -22
  252. package/dist/bt-core/core/node_modules/vuetify/lib/composables/proxiedModel.mjs +0 -35
  253. package/dist/bt-core/core/node_modules/vuetify/lib/composables/refs.mjs +0 -15
  254. package/dist/bt-core/core/node_modules/vuetify/lib/composables/resizeObserver.mjs +0 -26
  255. package/dist/bt-core/core/node_modules/vuetify/lib/composables/reveal.mjs +0 -21
  256. package/dist/bt-core/core/node_modules/vuetify/lib/composables/rounded.mjs +0 -30
  257. package/dist/bt-core/core/node_modules/vuetify/lib/composables/router.mjs +0 -97
  258. package/dist/bt-core/core/node_modules/vuetify/lib/composables/scopeId.mjs +0 -12
  259. package/dist/bt-core/core/node_modules/vuetify/lib/composables/selectLink.mjs +0 -16
  260. package/dist/bt-core/core/node_modules/vuetify/lib/composables/size.mjs +0 -27
  261. package/dist/bt-core/core/node_modules/vuetify/lib/composables/ssrBoot.mjs +0 -17
  262. package/dist/bt-core/core/node_modules/vuetify/lib/composables/stack.mjs +0 -39
  263. package/dist/bt-core/core/node_modules/vuetify/lib/composables/tag.mjs +0 -10
  264. package/dist/bt-core/core/node_modules/vuetify/lib/composables/teleport.mjs +0 -21
  265. package/dist/bt-core/core/node_modules/vuetify/lib/composables/theme.mjs +0 -32
  266. package/dist/bt-core/core/node_modules/vuetify/lib/composables/toggleScope.mjs +0 -19
  267. package/dist/bt-core/core/node_modules/vuetify/lib/composables/touch.mjs +0 -73
  268. package/dist/bt-core/core/node_modules/vuetify/lib/composables/transition.mjs +0 -34
  269. package/dist/bt-core/core/node_modules/vuetify/lib/composables/validation.mjs +0 -139
  270. package/dist/bt-core/core/node_modules/vuetify/lib/composables/variant.mjs +0 -53
  271. package/dist/bt-core/core/node_modules/vuetify/lib/composables/virtual.mjs +0 -164
  272. package/dist/bt-core/core/node_modules/vuetify/lib/directives/click-outside/index.mjs +0 -62
  273. package/dist/bt-core/core/node_modules/vuetify/lib/directives/intersect/index.mjs +0 -41
  274. package/dist/bt-core/core/node_modules/vuetify/lib/directives/ripple/index.mjs +0 -183
  275. package/dist/bt-core/core/node_modules/vuetify/lib/directives/touch/index.mjs +0 -89
  276. package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPicker.mjs +0 -77
  277. package/dist/bt-core/core/node_modules/vuetify/lib/labs/VPicker/VPickerTitle.mjs +0 -5
  278. package/dist/bt-core/core/node_modules/vuetify/lib/labs/rules/rules.mjs +0 -15
  279. package/dist/bt-core/core/node_modules/vuetify/lib/util/anchor.mjs +0 -53
  280. package/dist/bt-core/core/node_modules/vuetify/lib/util/animation.mjs +0 -44
  281. package/dist/bt-core/core/node_modules/vuetify/lib/util/bindProps.mjs +0 -36
  282. package/dist/bt-core/core/node_modules/vuetify/lib/util/box.mjs +0 -73
  283. package/dist/bt-core/core/node_modules/vuetify/lib/util/color/APCA.mjs +0 -19
  284. package/dist/bt-core/core/node_modules/vuetify/lib/util/color/transformSRGB.mjs +0 -16
  285. package/dist/bt-core/core/node_modules/vuetify/lib/util/colorUtils.mjs +0 -224
  286. package/dist/bt-core/core/node_modules/vuetify/lib/util/createSimpleFunctional.mjs +0 -31
  287. package/dist/bt-core/core/node_modules/vuetify/lib/util/deepEqual.mjs +0 -37
  288. package/dist/bt-core/core/node_modules/vuetify/lib/util/dom.mjs +0 -14
  289. package/dist/bt-core/core/node_modules/vuetify/lib/util/easing.mjs +0 -23
  290. package/dist/bt-core/core/node_modules/vuetify/lib/util/getScrollParent.mjs +0 -34
  291. package/dist/bt-core/core/node_modules/vuetify/lib/util/globals.mjs +0 -8
  292. package/dist/bt-core/core/node_modules/vuetify/lib/util/isFixedPosition.mjs +0 -11
  293. package/dist/bt-core/core/node_modules/vuetify/lib/util/throttle.mjs +0 -25
  294. package/dist/bt-core/core/node_modules/vuetify/lib/util/useRender.mjs +0 -8
@@ -1,180 +0,0 @@
1
- import { shallowRef as w, watch as E, withDirectives as O, createVNode as n, mergeProps as _, createElementVNode as j } from "vue";
2
- import "../../../../../../../_virtual/VCard.sass.mjs";
3
- import { VCardActions as F } from "./VCardActions.mjs";
4
- import { VCardItem as H } from "./VCardItem.mjs";
5
- import { VCardText as U } from "./VCardText.mjs";
6
- import { makeBorderProps as q, useBorder as z } from "../../composables/border.mjs";
7
- import { makeComponentProps as G } from "../../composables/component.mjs";
8
- import { makeDensityProps as J, useDensity as K } from "../../composables/density.mjs";
9
- import { makeDimensionProps as M, useDimension as Q } from "../../composables/dimensions.mjs";
10
- import { makeElevationProps as W, useElevation as X } from "../../composables/elevation.mjs";
11
- import { IconValue as m } from "../../composables/icons.mjs";
12
- import { makeLoaderProps as Y, useLoader as Z, LoaderSlot as $ } from "../../composables/loader.mjs";
13
- import { makeLocationProps as ee, useLocation as te } from "../../composables/location.mjs";
14
- import { makePositionProps as ae, usePosition as ne } from "../../composables/position.mjs";
15
- import { makeRoundedProps as ie, useRounded as oe } from "../../composables/rounded.mjs";
16
- import { makeRouterProps as le, useLink as re } from "../../composables/router.mjs";
17
- import { makeTagProps as de } from "../../composables/tag.mjs";
18
- import { makeThemeProps as me, provideTheme as se } from "../../composables/theme.mjs";
19
- import { makeVariantProps as ue, useVariant as ce, genOverlays as fe } from "../../composables/variant.mjs";
20
- import s from "../../directives/ripple/index.mjs";
21
- import { VImg as ve } from "../VImg/VImg.mjs";
22
- import { VDefaultsProvider as ge } from "../VDefaultsProvider/VDefaultsProvider.mjs";
23
- import { propsFactory as ke } from "../../util/propsFactory.mjs";
24
- import { genericComponent as be } from "../../util/defineComponent.mjs";
25
- import { useRender as Ce } from "../../util/useRender.mjs";
26
- import { convertToUnit as pe } from "../../util/helpers.mjs";
27
- const ye = ke({
28
- appendAvatar: String,
29
- appendIcon: m,
30
- disabled: Boolean,
31
- flat: Boolean,
32
- hover: Boolean,
33
- image: String,
34
- link: {
35
- type: Boolean,
36
- default: void 0
37
- },
38
- prependAvatar: String,
39
- prependIcon: m,
40
- ripple: {
41
- type: [Boolean, Object],
42
- default: !0
43
- },
44
- subtitle: {
45
- type: [String, Number, Boolean],
46
- default: void 0
47
- },
48
- text: {
49
- type: [String, Number, Boolean],
50
- default: void 0
51
- },
52
- title: {
53
- type: [String, Number, Boolean],
54
- default: void 0
55
- },
56
- ...q(),
57
- ...G(),
58
- ...J(),
59
- ...M(),
60
- ...W(),
61
- ...Y(),
62
- ...ee(),
63
- ...ae(),
64
- ...ie(),
65
- ...le(),
66
- ...de(),
67
- ...me(),
68
- ...ue({
69
- variant: "elevated"
70
- })
71
- }, "VCard"), Me = be()({
72
- name: "VCard",
73
- directives: {
74
- vRipple: s
75
- },
76
- props: ye(),
77
- setup(e, u) {
78
- let {
79
- attrs: c,
80
- slots: t
81
- } = u;
82
- const {
83
- themeClasses: f
84
- } = se(e), {
85
- borderClasses: v
86
- } = z(e), {
87
- colorClasses: g,
88
- colorStyles: k,
89
- variantClasses: b
90
- } = ce(e), {
91
- densityClasses: C
92
- } = K(e), {
93
- dimensionStyles: p
94
- } = Q(e), {
95
- elevationClasses: y
96
- } = X(e), {
97
- loaderClasses: h
98
- } = Z(e), {
99
- locationStyles: P
100
- } = te(e), {
101
- positionClasses: V
102
- } = ne(e), {
103
- roundedClasses: I
104
- } = oe(e), o = re(e, c), l = w(void 0);
105
- return E(() => e.loading, (i, a) => {
106
- l.value = !i && typeof a == "string" ? a : typeof i == "boolean" ? void 0 : i;
107
- }, {
108
- immediate: !0
109
- }), Ce(() => {
110
- const i = e.link !== !1 && o.isLink.value, a = !e.disabled && e.link !== !1 && (e.link || o.isClickable.value), S = i ? "a" : e.tag, x = !!(t.title || e.title != null), A = !!(t.subtitle || e.subtitle != null), B = x || A, L = !!(t.append || e.appendAvatar || e.appendIcon), T = !!(t.prepend || e.prependAvatar || e.prependIcon), D = !!(t.image || e.image), R = B || T || L, N = !!(t.text || e.text != null);
111
- return O(n(S, _(o.linkProps, {
112
- class: ["v-card", {
113
- "v-card--disabled": e.disabled,
114
- "v-card--flat": e.flat,
115
- "v-card--hover": e.hover && !(e.disabled || e.flat),
116
- "v-card--link": a
117
- }, f.value, v.value, g.value, C.value, y.value, h.value, V.value, I.value, b.value, e.class],
118
- style: [k.value, p.value, P.value, {
119
- "--v-card-height": pe(e.height)
120
- }, e.style],
121
- onClick: a && o.navigate.value,
122
- tabindex: e.disabled ? -1 : void 0
123
- }), {
124
- default: () => {
125
- var r;
126
- return [D && j("div", {
127
- key: "image",
128
- class: "v-card__image"
129
- }, [t.image ? n(ge, {
130
- key: "image-defaults",
131
- disabled: !e.image,
132
- defaults: {
133
- VImg: {
134
- cover: !0,
135
- src: e.image
136
- }
137
- }
138
- }, t.image) : n(ve, {
139
- key: "image-img",
140
- cover: !0,
141
- src: e.image
142
- }, null)]), n($, {
143
- name: "v-card",
144
- active: !!e.loading,
145
- color: l.value
146
- }, {
147
- default: t.loader
148
- }), R && n(H, {
149
- key: "item",
150
- prependAvatar: e.prependAvatar,
151
- prependIcon: e.prependIcon,
152
- title: e.title,
153
- subtitle: e.subtitle,
154
- appendAvatar: e.appendAvatar,
155
- appendIcon: e.appendIcon
156
- }, {
157
- default: t.item,
158
- prepend: t.prepend,
159
- title: t.title,
160
- subtitle: t.subtitle,
161
- append: t.append
162
- }), N && n(U, {
163
- key: "text"
164
- }, {
165
- default: () => {
166
- var d;
167
- return [((d = t.text) == null ? void 0 : d.call(t)) ?? e.text];
168
- }
169
- }), (r = t.default) == null ? void 0 : r.call(t), t.actions && n(F, null, {
170
- default: t.actions
171
- }), fe(a, "v-card")];
172
- }
173
- }), [[s, a && e.ripple]]);
174
- }), {};
175
- }
176
- });
177
- export {
178
- Me as VCard,
179
- ye as makeVCardProps
180
- };
@@ -1,32 +0,0 @@
1
- import { createVNode as e, normalizeClass as s, normalizeStyle as m } from "vue";
2
- import { makeComponentProps as a } from "../../composables/component.mjs";
3
- import { provideDefaults as n } from "../../composables/defaults.mjs";
4
- import { makeTagProps as i } from "../../composables/tag.mjs";
5
- import { propsFactory as p } from "../../util/propsFactory.mjs";
6
- import { genericComponent as c } from "../../util/defineComponent.mjs";
7
- import { useRender as l } from "../../util/useRender.mjs";
8
- const d = p({
9
- ...a(),
10
- ...i()
11
- }, "VCardActions"), k = c()({
12
- name: "VCardActions",
13
- props: d(),
14
- setup(o, r) {
15
- let {
16
- slots: t
17
- } = r;
18
- return n({
19
- VBtn: {
20
- slim: !0,
21
- variant: "text"
22
- }
23
- }), l(() => e(o.tag, {
24
- class: s(["v-card-actions", o.class]),
25
- style: m(o.style)
26
- }, t)), {};
27
- }
28
- });
29
- export {
30
- k as VCardActions,
31
- d as makeVCardActionsProps
32
- };
@@ -1,118 +0,0 @@
1
- import { createVNode as n, normalizeClass as V, normalizeStyle as k, createElementVNode as d, Fragment as m, toDisplayString as p } from "vue";
2
- import { VCardSubtitle as g } from "./VCardSubtitle.mjs";
3
- import { VCardTitle as b } from "./VCardTitle.mjs";
4
- import { makeComponentProps as C } from "../../composables/component.mjs";
5
- import { makeDensityProps as S } from "../../composables/density.mjs";
6
- import { IconValue as c } from "../../composables/icons.mjs";
7
- import { makeTagProps as P } from "../../composables/tag.mjs";
8
- import { VAvatar as o } from "../VAvatar/VAvatar.mjs";
9
- import { VIcon as u } from "../VIcon/VIcon.mjs";
10
- import { VDefaultsProvider as y } from "../VDefaultsProvider/VDefaultsProvider.mjs";
11
- import { propsFactory as h } from "../../util/propsFactory.mjs";
12
- import { genericComponent as _ } from "../../util/defineComponent.mjs";
13
- import { useRender as N } from "../../util/useRender.mjs";
14
- const D = h({
15
- appendAvatar: String,
16
- appendIcon: c,
17
- prependAvatar: String,
18
- prependIcon: c,
19
- subtitle: {
20
- type: [String, Number, Boolean],
21
- default: void 0
22
- },
23
- title: {
24
- type: [String, Number, Boolean],
25
- default: void 0
26
- },
27
- ...C(),
28
- ...S(),
29
- ...P()
30
- }, "VCardItem"), J = _()({
31
- name: "VCardItem",
32
- props: D(),
33
- setup(e, s) {
34
- let {
35
- slots: t
36
- } = s;
37
- return N(() => {
38
- const i = !!(e.prependAvatar || e.prependIcon), f = !!(i || t.prepend), r = !!(e.appendAvatar || e.appendIcon), v = !!(r || t.append), I = !!(e.title != null || t.title), A = !!(e.subtitle != null || t.subtitle);
39
- return n(e.tag, {
40
- class: V(["v-card-item", e.class]),
41
- style: k(e.style)
42
- }, {
43
- default: () => {
44
- var l;
45
- return [f && d("div", {
46
- key: "prepend",
47
- class: "v-card-item__prepend"
48
- }, [t.prepend ? n(y, {
49
- key: "prepend-defaults",
50
- disabled: !i,
51
- defaults: {
52
- VAvatar: {
53
- density: e.density,
54
- image: e.prependAvatar
55
- },
56
- VIcon: {
57
- density: e.density,
58
- icon: e.prependIcon
59
- }
60
- }
61
- }, t.prepend) : d(m, null, [e.prependAvatar && n(o, {
62
- key: "prepend-avatar",
63
- density: e.density,
64
- image: e.prependAvatar
65
- }, null), e.prependIcon && n(u, {
66
- key: "prepend-icon",
67
- density: e.density,
68
- icon: e.prependIcon
69
- }, null)])]), d("div", {
70
- class: "v-card-item__content"
71
- }, [I && n(b, {
72
- key: "title"
73
- }, {
74
- default: () => {
75
- var a;
76
- return [((a = t.title) == null ? void 0 : a.call(t)) ?? p(e.title)];
77
- }
78
- }), A && n(g, {
79
- key: "subtitle"
80
- }, {
81
- default: () => {
82
- var a;
83
- return [((a = t.subtitle) == null ? void 0 : a.call(t)) ?? p(e.subtitle)];
84
- }
85
- }), (l = t.default) == null ? void 0 : l.call(t)]), v && d("div", {
86
- key: "append",
87
- class: "v-card-item__append"
88
- }, [t.append ? n(y, {
89
- key: "append-defaults",
90
- disabled: !r,
91
- defaults: {
92
- VAvatar: {
93
- density: e.density,
94
- image: e.appendAvatar
95
- },
96
- VIcon: {
97
- density: e.density,
98
- icon: e.appendIcon
99
- }
100
- }
101
- }, t.append) : d(m, null, [e.appendIcon && n(u, {
102
- key: "append-icon",
103
- density: e.density,
104
- icon: e.appendIcon
105
- }, null), e.appendAvatar && n(o, {
106
- key: "append-avatar",
107
- density: e.density,
108
- image: e.appendAvatar
109
- }, null)])])];
110
- }
111
- });
112
- }), {};
113
- }
114
- });
115
- export {
116
- J as VCardItem,
117
- D as makeCardItemProps
118
- };
@@ -1,29 +0,0 @@
1
- import { createVNode as o, normalizeClass as a, normalizeStyle as m } from "vue";
2
- import { makeComponentProps as i } from "../../composables/component.mjs";
3
- import { makeTagProps as s } from "../../composables/tag.mjs";
4
- import { propsFactory as l } from "../../util/propsFactory.mjs";
5
- import { genericComponent as p } from "../../util/defineComponent.mjs";
6
- import { useRender as n } from "../../util/useRender.mjs";
7
- const c = l({
8
- opacity: [Number, String],
9
- ...i(),
10
- ...s()
11
- }, "VCardSubtitle"), S = p()({
12
- name: "VCardSubtitle",
13
- props: c(),
14
- setup(t, r) {
15
- let {
16
- slots: e
17
- } = r;
18
- return n(() => o(t.tag, {
19
- class: a(["v-card-subtitle", t.class]),
20
- style: m([{
21
- "--v-card-subtitle-opacity": t.opacity
22
- }, t.style])
23
- }, e)), {};
24
- }
25
- });
26
- export {
27
- S as VCardSubtitle,
28
- c as makeVCardSubtitleProps
29
- };
@@ -1,29 +0,0 @@
1
- import { createVNode as o, normalizeClass as a, normalizeStyle as m } from "vue";
2
- import { makeComponentProps as s } from "../../composables/component.mjs";
3
- import { makeTagProps as p } from "../../composables/tag.mjs";
4
- import { propsFactory as i } from "../../util/propsFactory.mjs";
5
- import { genericComponent as n } from "../../util/defineComponent.mjs";
6
- import { useRender as c } from "../../util/useRender.mjs";
7
- const l = i({
8
- opacity: [Number, String],
9
- ...s(),
10
- ...p()
11
- }, "VCardText"), V = n()({
12
- name: "VCardText",
13
- props: l(),
14
- setup(t, r) {
15
- let {
16
- slots: e
17
- } = r;
18
- return c(() => o(t.tag, {
19
- class: a(["v-card-text", t.class]),
20
- style: m([{
21
- "--v-card-text-opacity": t.opacity
22
- }, t.style])
23
- }, e)), {};
24
- }
25
- });
26
- export {
27
- V as VCardText,
28
- l as makeVCardTextProps
29
- };
@@ -1,5 +0,0 @@
1
- import { createSimpleFunctional as t } from "../../util/createSimpleFunctional.mjs";
2
- const r = t("v-card-title");
3
- export {
4
- r as VCardTitle
5
- };
@@ -1,74 +0,0 @@
1
- import { ref as F, useId as R, createVNode as l, mergeProps as u } from "vue";
2
- import "../../../../../../../_virtual/VCheckbox.sass.mjs";
3
- import { makeVCheckboxBtnProps as g, VCheckboxBtn as a } from "./VCheckboxBtn.mjs";
4
- import { makeVInputProps as B, VInput as i } from "../VInput/VInput.mjs";
5
- import { useFocus as U } from "../../composables/focus.mjs";
6
- import { forwardRefs as w } from "../../composables/forwardRefs.mjs";
7
- import { useProxiedModel as D } from "../../composables/proxiedModel.mjs";
8
- import { propsFactory as M } from "../../util/propsFactory.mjs";
9
- import { omit as d, filterInputAttrs as N } from "../../util/helpers.mjs";
10
- import { genericComponent as $ } from "../../util/defineComponent.mjs";
11
- import { useRender as j } from "../../util/useRender.mjs";
12
- const q = M({
13
- ...d(B(), ["direction"]),
14
- ...d(g(), ["inline"])
15
- }, "VCheckbox"), W = $()({
16
- name: "VCheckbox",
17
- inheritAttrs: !1,
18
- props: q(),
19
- emits: {
20
- "update:modelValue": (e) => !0,
21
- "update:focused": (e) => !0
22
- },
23
- setup(e, m) {
24
- let {
25
- attrs: c,
26
- slots: r
27
- } = m;
28
- const o = D(e, "modelValue"), {
29
- isFocused: n,
30
- focus: f,
31
- blur: p
32
- } = U(e), s = F(), V = R();
33
- return j(() => {
34
- const [b, k] = N(c), v = i.filterProps(e), x = a.filterProps(e);
35
- return l(i, u({
36
- ref: s,
37
- class: ["v-checkbox", e.class]
38
- }, b, v, {
39
- modelValue: o.value,
40
- "onUpdate:modelValue": (t) => o.value = t,
41
- id: e.id || `checkbox-${V}`,
42
- focused: n.value,
43
- style: e.style
44
- }), {
45
- ...r,
46
- default: (t) => {
47
- let {
48
- id: h,
49
- messagesId: P,
50
- isDisabled: C,
51
- isReadonly: y,
52
- isValid: I
53
- } = t;
54
- return l(a, u(x, {
55
- id: h.value,
56
- "aria-describedby": P.value,
57
- disabled: C.value,
58
- readonly: y.value
59
- }, k, {
60
- error: I.value === !1,
61
- modelValue: o.value,
62
- "onUpdate:modelValue": (A) => o.value = A,
63
- onFocus: f,
64
- onBlur: p
65
- }), r);
66
- }
67
- });
68
- }), w({}, s);
69
- }
70
- });
71
- export {
72
- W as VCheckbox,
73
- q as makeVCheckboxProps
74
- };
@@ -1,53 +0,0 @@
1
- import { toRef as r, createVNode as f, mergeProps as v } from "vue";
2
- import { makeVSelectionControlProps as I, VSelectionControl as a } from "../VSelectionControl/VSelectionControl.mjs";
3
- import { IconValue as V } from "../../composables/icons.mjs";
4
- import { useProxiedModel as c } from "../../composables/proxiedModel.mjs";
5
- import { propsFactory as k } from "../../util/propsFactory.mjs";
6
- import { genericComponent as x } from "../../util/defineComponent.mjs";
7
- import { useRender as h } from "../../util/useRender.mjs";
8
- import { omit as b } from "../../util/helpers.mjs";
9
- const p = k({
10
- indeterminate: Boolean,
11
- indeterminateIcon: {
12
- type: V,
13
- default: "$checkboxIndeterminate"
14
- },
15
- ...I({
16
- falseIcon: "$checkboxOff",
17
- trueIcon: "$checkboxOn"
18
- })
19
- }, "VCheckboxBtn"), S = x()({
20
- name: "VCheckboxBtn",
21
- props: p(),
22
- emits: {
23
- "update:modelValue": (e) => !0,
24
- "update:indeterminate": (e) => !0
25
- },
26
- setup(e, l) {
27
- let {
28
- slots: m
29
- } = l;
30
- const o = c(e, "indeterminate"), t = c(e, "modelValue");
31
- function i(n) {
32
- o.value && (o.value = !1);
33
- }
34
- const u = r(() => o.value ? e.indeterminateIcon : e.falseIcon), d = r(() => o.value ? e.indeterminateIcon : e.trueIcon);
35
- return h(() => {
36
- const n = b(a.filterProps(e), ["modelValue"]);
37
- return f(a, v(n, {
38
- modelValue: t.value,
39
- "onUpdate:modelValue": [(s) => t.value = s, i],
40
- class: ["v-checkbox-btn", e.class],
41
- style: e.style,
42
- type: "checkbox",
43
- falseIcon: u.value,
44
- trueIcon: d.value,
45
- "aria-checked": o.value ? "mixed" : void 0
46
- }), m);
47
- }), {};
48
- }
49
- });
50
- export {
51
- S as VCheckboxBtn,
52
- p as makeVCheckboxBtnProps
53
- };