eco-vue-js 0.11.1 → 0.11.3

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 (286) hide show
  1. package/dist/components/ActionsBar/WActionsBar.vue.d.ts +29 -0
  2. package/dist/components/ActionsBar/WActionsBar.vue.d.ts.map +1 -0
  3. package/dist/components/ActionsBar/WActionsBarFilter.vue.d.ts +24 -0
  4. package/dist/components/ActionsBar/WActionsBarFilter.vue.d.ts.map +1 -0
  5. package/dist/components/BottomSheet/WBottomSheet.vue.d.ts +32 -0
  6. package/dist/components/BottomSheet/WBottomSheet.vue.d.ts.map +1 -0
  7. package/dist/components/Button/WButton.vue.d.ts +3 -3
  8. package/dist/components/Button/WButtonAction.vue.d.ts +45 -0
  9. package/dist/components/Button/WButtonAction.vue.d.ts.map +1 -0
  10. package/dist/components/Button/WButtonCopy.vue.d.ts +6 -0
  11. package/dist/components/Button/WButtonCopy.vue.d.ts.map +1 -0
  12. package/dist/components/Button/WButtonDropdown.vue.d.ts +35 -0
  13. package/dist/components/Button/WButtonDropdown.vue.d.ts.map +1 -0
  14. package/dist/components/Button/WButtonGroup.vue.d.ts +31 -0
  15. package/dist/components/Button/WButtonGroup.vue.d.ts.map +1 -0
  16. package/dist/components/Button/WButtonInput.vue.d.ts +16 -0
  17. package/dist/components/Button/WButtonInput.vue.d.ts.map +1 -0
  18. package/dist/components/Button/WButtonMore.vue.d.ts +31 -0
  19. package/dist/components/Button/WButtonMore.vue.d.ts.map +1 -0
  20. package/dist/components/Button/WButtonMoreItem.vue.d.ts +30 -0
  21. package/dist/components/Button/WButtonMoreItem.vue.d.ts.map +1 -0
  22. package/dist/components/Button/WButtonSelection.vue.d.ts +50 -0
  23. package/dist/components/Button/WButtonSelection.vue.d.ts.map +1 -0
  24. package/dist/components/Button/WButtonSelectionAction.vue.d.ts +15 -0
  25. package/dist/components/Button/WButtonSelectionAction.vue.d.ts.map +1 -0
  26. package/dist/components/Button/WButtonSelectionState.vue.d.ts +22 -0
  27. package/dist/components/Button/WButtonSelectionState.vue.d.ts.map +1 -0
  28. package/dist/components/Button/WButtonTab.vue.d.ts +44 -0
  29. package/dist/components/Button/WButtonTab.vue.d.ts.map +1 -0
  30. package/dist/components/Button/WButtonUnselect.vue.d.ts +13 -0
  31. package/dist/components/Button/WButtonUnselect.vue.d.ts.map +1 -0
  32. package/dist/components/Chart/WChartLine.vue.d.ts +41 -0
  33. package/dist/components/Chart/WChartLine.vue.d.ts.map +1 -0
  34. package/dist/components/Chart/WChartLinear.vue.d.ts +50 -0
  35. package/dist/components/Chart/WChartLinear.vue.d.ts.map +1 -0
  36. package/dist/components/Chart/components/ChartAxis.vue.d.ts +10 -0
  37. package/dist/components/Chart/components/ChartAxis.vue.d.ts.map +1 -0
  38. package/dist/components/Checkbox/WCheckbox.vue.d.ts +31 -0
  39. package/dist/components/Checkbox/WCheckbox.vue.d.ts.map +1 -0
  40. package/dist/components/Checkbox/WCheckboxGroup.vue.d.ts +27 -0
  41. package/dist/components/Checkbox/WCheckboxGroup.vue.d.ts.map +1 -0
  42. package/dist/components/Checkbox/WCheckboxGroupMultiple.vue.d.ts +31 -0
  43. package/dist/components/Checkbox/WCheckboxGroupMultiple.vue.d.ts.map +1 -0
  44. package/dist/components/Chip/WChip.vue.d.ts +28 -0
  45. package/dist/components/Chip/WChip.vue.d.ts.map +1 -0
  46. package/dist/components/ClickOutside/WClickOutside.vue.d.ts +29 -0
  47. package/dist/components/ClickOutside/WClickOutside.vue.d.ts.map +1 -0
  48. package/dist/components/Counter/WCounter.vue.d.ts +10 -0
  49. package/dist/components/Counter/WCounter.vue.d.ts.map +1 -0
  50. package/dist/components/DatePicker/WDatePicker.vue.d.ts +22 -0
  51. package/dist/components/DatePicker/WDatePicker.vue.d.ts.map +1 -0
  52. package/dist/components/DatePicker/WDatePickerSingle.vue.d.ts +23 -0
  53. package/dist/components/DatePicker/WDatePickerSingle.vue.d.ts.map +1 -0
  54. package/dist/components/DatePicker/components/CalendarDay.vue.d.ts +23 -0
  55. package/dist/components/DatePicker/components/CalendarDay.vue.d.ts.map +1 -0
  56. package/dist/components/DatePicker/components/CalendarMonth.vue.d.ts +23 -0
  57. package/dist/components/DatePicker/components/CalendarMonth.vue.d.ts.map +1 -0
  58. package/dist/components/DatePicker/components/CalendarToggle.vue.d.ts +12 -0
  59. package/dist/components/DatePicker/components/CalendarToggle.vue.d.ts.map +1 -0
  60. package/dist/components/DatePicker/components/CalendarValue.vue.d.ts +13 -0
  61. package/dist/components/DatePicker/components/CalendarValue.vue.d.ts.map +1 -0
  62. package/dist/components/DatePicker/components/CalendarWeek.vue.d.ts +22 -0
  63. package/dist/components/DatePicker/components/CalendarWeek.vue.d.ts.map +1 -0
  64. package/dist/components/Dismissable/WDismissable.vue.d.ts +34 -0
  65. package/dist/components/Dismissable/WDismissable.vue.d.ts.map +1 -0
  66. package/dist/components/DragContainer/WDragContainer.vue.d.ts +36 -0
  67. package/dist/components/DragContainer/WDragContainer.vue.d.ts.map +1 -0
  68. package/dist/components/DragContainer/components/DragItem.vue.d.ts +43 -0
  69. package/dist/components/DragContainer/components/DragItem.vue.d.ts.map +1 -0
  70. package/dist/components/Dropdown/WDropdown.vue.d.ts +32 -0
  71. package/dist/components/Dropdown/WDropdown.vue.d.ts.map +1 -0
  72. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +175 -0
  73. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -0
  74. package/dist/components/Expansion/WExpansion.vue.d.ts +29 -0
  75. package/dist/components/Expansion/WExpansion.vue.d.ts.map +1 -0
  76. package/dist/components/Expansion/WExpansionItem.vue.d.ts +39 -0
  77. package/dist/components/Expansion/WExpansionItem.vue.d.ts.map +1 -0
  78. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts +48 -0
  79. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts.map +1 -0
  80. package/dist/components/FieldWrapper/components/FilterButton.vue.d.ts +8 -0
  81. package/dist/components/FieldWrapper/components/FilterButton.vue.d.ts.map +1 -0
  82. package/dist/components/FilePicker/WFilePicker.vue.d.ts +58 -0
  83. package/dist/components/FilePicker/WFilePicker.vue.d.ts.map +1 -0
  84. package/dist/components/FilePicker/components/FilePickerItem.vue.d.ts +27 -0
  85. package/dist/components/FilePicker/components/FilePickerItem.vue.d.ts.map +1 -0
  86. package/dist/components/FilePicker/components/FilePickerSvg.vue.d.ts +11 -0
  87. package/dist/components/FilePicker/components/FilePickerSvg.vue.d.ts.map +1 -0
  88. package/dist/components/FilterWrapper/WFilterWrapper.vue.d.ts +30 -0
  89. package/dist/components/FilterWrapper/WFilterWrapper.vue.d.ts.map +1 -0
  90. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts +27 -0
  91. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts.map +1 -0
  92. package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.d.ts +27 -0
  93. package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.d.ts.map +1 -0
  94. package/dist/components/FormAsync/WFormAsyncInput.vue.d.ts +27 -0
  95. package/dist/components/FormAsync/WFormAsyncInput.vue.d.ts.map +1 -0
  96. package/dist/components/FormAsync/WFormAsyncSelect.vue.d.ts +22 -0
  97. package/dist/components/FormAsync/WFormAsyncSelect.vue.d.ts.map +1 -0
  98. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.d.ts +22 -0
  99. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.d.ts.map +1 -0
  100. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.d.ts +22 -0
  101. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.d.ts.map +1 -0
  102. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.d.ts +22 -0
  103. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.d.ts.map +1 -0
  104. package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts +19 -0
  105. package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts.map +1 -0
  106. package/dist/components/FormAsync/use/useFormAsync.d.ts +2 -2
  107. package/dist/components/HeaderBar/WHeaderBar.vue.d.ts +29 -0
  108. package/dist/components/HeaderBar/WHeaderBar.vue.d.ts.map +1 -0
  109. package/dist/components/HeaderBar/WHeaderBarSearch.vue.d.ts +32 -0
  110. package/dist/components/HeaderBar/WHeaderBarSearch.vue.d.ts.map +1 -0
  111. package/dist/components/ImageViewer/WImageViewer.vue.d.ts +8 -0
  112. package/dist/components/ImageViewer/WImageViewer.vue.d.ts.map +1 -0
  113. package/dist/components/ImageViewer/components/ImageModal.vue.d.ts +11 -0
  114. package/dist/components/ImageViewer/components/ImageModal.vue.d.ts.map +1 -0
  115. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts +174 -0
  116. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts.map +1 -0
  117. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts +32 -0
  118. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts.map +1 -0
  119. package/dist/components/InfiniteList/components/InfiniteListButton.vue.d.ts +9 -0
  120. package/dist/components/InfiniteList/components/InfiniteListButton.vue.d.ts.map +1 -0
  121. package/dist/components/InfiniteList/components/InfiniteListHeaderHeight.vue.d.ts +31 -0
  122. package/dist/components/InfiniteList/components/InfiniteListHeaderHeight.vue.d.ts.map +1 -0
  123. package/dist/components/InfiniteList/components/InfiniteListHeaderPadding.vue.d.ts +22 -0
  124. package/dist/components/InfiniteList/components/InfiniteListHeaderPadding.vue.d.ts.map +1 -0
  125. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts +77 -0
  126. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts.map +1 -0
  127. package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.d.ts +18 -0
  128. package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.d.ts.map +1 -0
  129. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts +82 -0
  130. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts.map +1 -0
  131. package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts +31 -0
  132. package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts.map +1 -0
  133. package/dist/components/InfoCard/WInfoCard.vue.d.ts +27 -0
  134. package/dist/components/InfoCard/WInfoCard.vue.d.ts.map +1 -0
  135. package/dist/components/InfoCard/WInfoCardNegative.vue.d.ts +23 -0
  136. package/dist/components/InfoCard/WInfoCardNegative.vue.d.ts.map +1 -0
  137. package/dist/components/Input/WInput.vue.d.ts +50 -0
  138. package/dist/components/Input/WInput.vue.d.ts.map +1 -0
  139. package/dist/components/Input/WInputAsync.vue.d.ts +27 -0
  140. package/dist/components/Input/WInputAsync.vue.d.ts.map +1 -0
  141. package/dist/components/Input/WInputDate.vue.d.ts +52 -0
  142. package/dist/components/Input/WInputDate.vue.d.ts.map +1 -0
  143. package/dist/components/Input/WInputOptions.vue.d.ts +33 -0
  144. package/dist/components/Input/WInputOptions.vue.d.ts.map +1 -0
  145. package/dist/components/Input/WInputSuggest.vue.d.ts +53 -0
  146. package/dist/components/Input/WInputSuggest.vue.d.ts.map +1 -0
  147. package/dist/components/Input/components/ContentEditable.vue.d.ts +24 -0
  148. package/dist/components/Input/components/ContentEditable.vue.d.ts.map +1 -0
  149. package/dist/components/Input/components/InputActions.vue.d.ts +42 -0
  150. package/dist/components/Input/components/InputActions.vue.d.ts.map +1 -0
  151. package/dist/components/Input/components/InputActionsButton.vue.d.ts +28 -0
  152. package/dist/components/Input/components/InputActionsButton.vue.d.ts.map +1 -0
  153. package/dist/components/Link/WLink.vue.d.ts +34 -0
  154. package/dist/components/Link/WLink.vue.d.ts.map +1 -0
  155. package/dist/components/Link/WLinkArrow.vue.d.ts +22 -0
  156. package/dist/components/Link/WLinkArrow.vue.d.ts.map +1 -0
  157. package/dist/components/List/WList.vue.d.ts +75 -0
  158. package/dist/components/List/WList.vue.d.ts.map +1 -0
  159. package/dist/components/List/WListCard.vue.d.ts +197 -0
  160. package/dist/components/List/WListCard.vue.d.ts.map +1 -0
  161. package/dist/components/List/WListCardField.vue.d.ts +25 -0
  162. package/dist/components/List/WListCardField.vue.d.ts.map +1 -0
  163. package/dist/components/List/WListFilter.vue.d.ts +26 -0
  164. package/dist/components/List/WListFilter.vue.d.ts.map +1 -0
  165. package/dist/components/List/WListHeader.vue.d.ts +33 -0
  166. package/dist/components/List/WListHeader.vue.d.ts.map +1 -0
  167. package/dist/components/List/WListHeaderItem.vue.d.ts +34 -0
  168. package/dist/components/List/WListHeaderItem.vue.d.ts.map +1 -0
  169. package/dist/components/List/components/HeaderFieldNested.vue.d.ts +36 -0
  170. package/dist/components/List/components/HeaderFieldNested.vue.d.ts.map +1 -0
  171. package/dist/components/List/components/HeaderItem.vue.d.ts +18 -0
  172. package/dist/components/List/components/HeaderItem.vue.d.ts.map +1 -0
  173. package/dist/components/List/components/HeaderItemResizer.vue.d.ts +24 -0
  174. package/dist/components/List/components/HeaderItemResizer.vue.d.ts.map +1 -0
  175. package/dist/components/List/components/HeaderSettings.vue.d.ts +32 -0
  176. package/dist/components/List/components/HeaderSettings.vue.d.ts.map +1 -0
  177. package/dist/components/List/components/HeaderSettingsList.vue.d.ts +27 -0
  178. package/dist/components/List/components/HeaderSettingsList.vue.d.ts.map +1 -0
  179. package/dist/components/List/components/HeaderSettingsModeButton.vue.d.ts +11 -0
  180. package/dist/components/List/components/HeaderSettingsModeButton.vue.d.ts.map +1 -0
  181. package/dist/components/List/components/HeaderSort.vue.d.ts +32 -0
  182. package/dist/components/List/components/HeaderSort.vue.d.ts.map +1 -0
  183. package/dist/components/List/components/HeaderSortItem.vue.d.ts +22 -0
  184. package/dist/components/List/components/HeaderSortItem.vue.d.ts.map +1 -0
  185. package/dist/components/List/components/ListCardAction.vue.d.ts +22 -0
  186. package/dist/components/List/components/ListCardAction.vue.d.ts.map +1 -0
  187. package/dist/components/List/components/ListCardFieldNested.vue.d.ts +35 -0
  188. package/dist/components/List/components/ListCardFieldNested.vue.d.ts.map +1 -0
  189. package/dist/components/List/components/ListCardFieldNestedItem.vue.d.ts +23 -0
  190. package/dist/components/List/components/ListCardFieldNestedItem.vue.d.ts.map +1 -0
  191. package/dist/components/List/components/ListFilterGlobal.vue.d.ts +27 -0
  192. package/dist/components/List/components/ListFilterGlobal.vue.d.ts.map +1 -0
  193. package/dist/components/List/components/ListFilterGlobalItem.vue.d.ts +30 -0
  194. package/dist/components/List/components/ListFilterGlobalItem.vue.d.ts.map +1 -0
  195. package/dist/components/List/components/ListFilterLocal.vue.d.ts +25 -0
  196. package/dist/components/List/components/ListFilterLocal.vue.d.ts.map +1 -0
  197. package/dist/components/List/components/ListFilterSearch.vue.d.ts +23 -0
  198. package/dist/components/List/components/ListFilterSearch.vue.d.ts.map +1 -0
  199. package/dist/components/List/components/ListFilterSelect.vue.d.ts +21 -0
  200. package/dist/components/List/components/ListFilterSelect.vue.d.ts.map +1 -0
  201. package/dist/components/MenuItem/WMenuItem.vue.d.ts +28 -0
  202. package/dist/components/MenuItem/WMenuItem.vue.d.ts.map +1 -0
  203. package/dist/components/Modal/WModal.vue.d.ts +5 -0
  204. package/dist/components/Modal/WModal.vue.d.ts.map +1 -0
  205. package/dist/components/Modal/WModalExport.vue.d.ts +25 -0
  206. package/dist/components/Modal/WModalExport.vue.d.ts.map +1 -0
  207. package/dist/components/Modal/WModalImport.vue.d.ts +24 -0
  208. package/dist/components/Modal/WModalImport.vue.d.ts.map +1 -0
  209. package/dist/components/Modal/WModalStepper.vue.d.ts +1115 -0
  210. package/dist/components/Modal/WModalStepper.vue.d.ts.map +1 -0
  211. package/dist/components/Modal/components/ModalCloseButton.vue.d.ts +9 -0
  212. package/dist/components/Modal/components/ModalCloseButton.vue.d.ts.map +1 -0
  213. package/dist/components/Nav/WNavBar.vue.d.ts +22 -0
  214. package/dist/components/Nav/WNavBar.vue.d.ts.map +1 -0
  215. package/dist/components/Nav/WNavItem.vue.d.ts +22 -0
  216. package/dist/components/Nav/WNavItem.vue.d.ts.map +1 -0
  217. package/dist/components/Nav/WNavItemExpand.vue.d.ts +152 -0
  218. package/dist/components/Nav/WNavItemExpand.vue.d.ts.map +1 -0
  219. package/dist/components/Nav/WNavItemTransition.vue.d.ts +18 -0
  220. package/dist/components/Nav/WNavItemTransition.vue.d.ts.map +1 -0
  221. package/dist/components/Notify/WNotify.vue.d.ts +3 -0
  222. package/dist/components/Notify/WNotify.vue.d.ts.map +1 -0
  223. package/dist/components/Notify/components/NotifyCard.vue.d.ts +22 -0
  224. package/dist/components/Notify/components/NotifyCard.vue.d.ts.map +1 -0
  225. package/dist/components/NumberFormatter/WNumberFormatter.vue.d.ts +10 -0
  226. package/dist/components/NumberFormatter/WNumberFormatter.vue.d.ts.map +1 -0
  227. package/dist/components/Page/WPage.vue.d.ts +43 -0
  228. package/dist/components/Page/WPage.vue.d.ts.map +1 -0
  229. package/dist/components/Page/WPageBreadcrumbs.vue.d.ts +3 -0
  230. package/dist/components/Page/WPageBreadcrumbs.vue.d.ts.map +1 -0
  231. package/dist/components/Page/WPageNumerator.vue.d.ts +18 -0
  232. package/dist/components/Page/WPageNumerator.vue.d.ts.map +1 -0
  233. package/dist/components/Page/WPageTitle.vue.d.ts +7 -0
  234. package/dist/components/Page/WPageTitle.vue.d.ts.map +1 -0
  235. package/dist/components/Progress/WProgress.vue.d.ts +6 -0
  236. package/dist/components/Progress/WProgress.vue.d.ts.map +1 -0
  237. package/dist/components/Progress/WProgressStriped.vue.d.ts +6 -0
  238. package/dist/components/Progress/WProgressStriped.vue.d.ts.map +1 -0
  239. package/dist/components/Select/WSelect.vue.d.ts +43 -0
  240. package/dist/components/Select/WSelect.vue.d.ts.map +1 -0
  241. package/dist/components/Select/WSelectAsync.vue.d.ts +43 -0
  242. package/dist/components/Select/WSelectAsync.vue.d.ts.map +1 -0
  243. package/dist/components/Select/WSelectAsyncList.vue.d.ts +44 -0
  244. package/dist/components/Select/WSelectAsyncList.vue.d.ts.map +1 -0
  245. package/dist/components/Select/WSelectAsyncSingle.vue.d.ts +33 -0
  246. package/dist/components/Select/WSelectAsyncSingle.vue.d.ts.map +1 -0
  247. package/dist/components/Select/WSelectSingle.vue.d.ts +36 -0
  248. package/dist/components/Select/WSelectSingle.vue.d.ts.map +1 -0
  249. package/dist/components/Select/WSelectStringified.vue.d.ts +36 -0
  250. package/dist/components/Select/WSelectStringified.vue.d.ts.map +1 -0
  251. package/dist/components/Select/components/SelectAsyncList.vue.d.ts +53 -0
  252. package/dist/components/Select/components/SelectAsyncList.vue.d.ts.map +1 -0
  253. package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts +35 -0
  254. package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts.map +1 -0
  255. package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts +35 -0
  256. package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts.map +1 -0
  257. package/dist/components/Select/components/SelectOption.vue.d.ts +52 -0
  258. package/dist/components/Select/components/SelectOption.vue.d.ts.map +1 -0
  259. package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts +29 -0
  260. package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts.map +1 -0
  261. package/dist/components/Shine/WShineEffect.vue.d.ts +3 -0
  262. package/dist/components/Shine/WShineEffect.vue.d.ts.map +1 -0
  263. package/dist/components/Status/WStatusIcon.vue.d.ts +7 -0
  264. package/dist/components/Status/WStatusIcon.vue.d.ts.map +1 -0
  265. package/dist/components/Tabs/WTabs.vue.d.ts +898 -0
  266. package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -0
  267. package/dist/components/Tabs/WTabsColumns.vue.d.ts +20 -0
  268. package/dist/components/Tabs/WTabsColumns.vue.d.ts.map +1 -0
  269. package/dist/components/Tabs/WTabsItem.vue.d.ts +31 -0
  270. package/dist/components/Tabs/WTabsItem.vue.d.ts.map +1 -0
  271. package/dist/components/Tabs/components/TabItem.vue.d.ts +250 -0
  272. package/dist/components/Tabs/components/TabItem.vue.d.ts.map +1 -0
  273. package/dist/components/Tabs/components/TabTitleButton.vue.d.ts +59 -0
  274. package/dist/components/Tabs/components/TabTitleButton.vue.d.ts.map +1 -0
  275. package/dist/components/Toggle/WToggle.vue.d.ts +19 -0
  276. package/dist/components/Toggle/WToggle.vue.d.ts.map +1 -0
  277. package/dist/components/Toggle/WToggleTheme.vue.d.ts +9 -0
  278. package/dist/components/Toggle/WToggleTheme.vue.d.ts.map +1 -0
  279. package/dist/components/Tooltip/WTooltipContainer.vue.d.ts +72 -0
  280. package/dist/components/Tooltip/WTooltipContainer.vue.d.ts.map +1 -0
  281. package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts +35 -0
  282. package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts.map +1 -0
  283. package/dist/main.d.ts +206 -0
  284. package/dist/main.d.ts.map +1 -0
  285. package/dist/utils/ApiClient.d.ts +1 -1
  286. package/package.json +277 -277
@@ -0,0 +1,898 @@
1
+ import { TabsProps } from './types';
2
+ import { default as WForm } from '../Form/WForm.vue';
3
+ declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
5
+ slots: Readonly<{
6
+ default: () => void;
7
+ }> & {
8
+ default: () => void;
9
+ };
10
+ refs: {
11
+ form: ({
12
+ $: import('vue').ComponentInternalInstance;
13
+ $data: {};
14
+ $props: {
15
+ readonly name?: string | undefined;
16
+ readonly title?: string | undefined;
17
+ readonly noTag?: boolean | undefined;
18
+ readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
19
+ readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
20
+ readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
21
+ readonly "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
22
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
23
+ $attrs: {
24
+ [x: string]: unknown;
25
+ };
26
+ $refs: {
27
+ [x: string]: unknown;
28
+ };
29
+ $slots: Readonly<{
30
+ [name: string]: import('vue').Slot<any> | undefined;
31
+ }>;
32
+ $root: import('vue').ComponentPublicInstance | null;
33
+ $parent: import('vue').ComponentPublicInstance | null;
34
+ $host: Element | null;
35
+ $emit: ((event: "update:is-valid", value: boolean | undefined) => void) & ((event: "update:has-changes", value: boolean) => void) & ((event: "update:has-value", value: boolean | null) => void) & ((event: "update:has-shown", value: boolean) => void);
36
+ $el: any;
37
+ $options: import('vue').ComponentOptionsBase<Readonly<{
38
+ name?: string;
39
+ title?: string;
40
+ noTag?: boolean;
41
+ }> & Readonly<{
42
+ "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
43
+ "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
44
+ "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
45
+ "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
46
+ }>, {
47
+ isValid: import('vue').ComputedRef<boolean>;
48
+ hasChanges: import('vue').Ref<boolean, boolean>;
49
+ hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
50
+ hasValue: import('vue').Ref<boolean | null, boolean | null>;
51
+ hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
52
+ hasShown: import('vue').Ref<boolean, boolean>;
53
+ hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
54
+ validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
55
+ validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
56
+ invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
57
+ invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
58
+ initModel: import('vue').Ref<() => void, () => void>;
59
+ initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
60
+ errorMessage: import('vue').Ref<string | undefined, string | undefined>;
61
+ errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
62
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
63
+ "update:is-valid": (value: boolean | undefined) => any;
64
+ "update:has-changes": (value: boolean) => any;
65
+ "update:has-value": (value: boolean | null) => any;
66
+ "update:has-shown": (value: boolean) => any;
67
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
68
+ beforeCreate?: (() => void) | (() => void)[];
69
+ created?: (() => void) | (() => void)[];
70
+ beforeMount?: (() => void) | (() => void)[];
71
+ mounted?: (() => void) | (() => void)[];
72
+ beforeUpdate?: (() => void) | (() => void)[];
73
+ updated?: (() => void) | (() => void)[];
74
+ activated?: (() => void) | (() => void)[];
75
+ deactivated?: (() => void) | (() => void)[];
76
+ beforeDestroy?: (() => void) | (() => void)[];
77
+ beforeUnmount?: (() => void) | (() => void)[];
78
+ destroyed?: (() => void) | (() => void)[];
79
+ unmounted?: (() => void) | (() => void)[];
80
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
81
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
82
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
83
+ };
84
+ $forceUpdate: () => void;
85
+ $nextTick: typeof import('vue').nextTick;
86
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
87
+ } & Readonly<{}> & Omit<Readonly<{
88
+ name?: string;
89
+ title?: string;
90
+ noTag?: boolean;
91
+ }> & Readonly<{
92
+ "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
93
+ "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
94
+ "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
95
+ "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
96
+ }>, "isValid" | "hasChanges" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validate" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessage" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
97
+ isValid: import('vue').ComputedRef<boolean>;
98
+ hasChanges: import('vue').Ref<boolean, boolean>;
99
+ hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
100
+ hasValue: import('vue').Ref<boolean | null, boolean | null>;
101
+ hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
102
+ hasShown: import('vue').Ref<boolean, boolean>;
103
+ hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
104
+ validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
105
+ validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
106
+ invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
107
+ invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
108
+ initModel: import('vue').Ref<() => void, () => void>;
109
+ initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
110
+ errorMessage: import('vue').Ref<string | undefined, string | undefined>;
111
+ errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
112
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
113
+ $slots: {
114
+ default?(_: {}): any;
115
+ };
116
+ }) | null;
117
+ buttonContainer: HTMLDivElement;
118
+ button: (({
119
+ $: import('vue').ComponentInternalInstance;
120
+ $data: {};
121
+ $props: {
122
+ readonly active: boolean;
123
+ readonly index: number;
124
+ readonly hasError: boolean;
125
+ readonly hasChanges: boolean;
126
+ readonly hasValue: boolean;
127
+ readonly title?: string | undefined;
128
+ readonly icon: SVGComponent | undefined;
129
+ readonly first: boolean;
130
+ readonly last: boolean;
131
+ readonly disabled?: boolean | undefined;
132
+ readonly stepper?: boolean | undefined;
133
+ readonly showHasValue?: boolean | undefined;
134
+ readonly side?: boolean | undefined;
135
+ readonly statusIcon?: boolean | undefined;
136
+ readonly onClick?: ((value: MouseEvent) => any) | undefined;
137
+ readonly "onUpdate:scroll-position"?: ((value: {
138
+ left: number;
139
+ } | {
140
+ top: number;
141
+ }) => any) | undefined;
142
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
143
+ $attrs: {
144
+ [x: string]: unknown;
145
+ };
146
+ $refs: {
147
+ [x: string]: unknown;
148
+ } & {
149
+ container: HTMLDivElement;
150
+ };
151
+ $slots: Readonly<{
152
+ [name: string]: import('vue').Slot<any> | undefined;
153
+ }>;
154
+ $root: import('vue').ComponentPublicInstance | null;
155
+ $parent: import('vue').ComponentPublicInstance | null;
156
+ $host: Element | null;
157
+ $emit: ((event: "click", value: MouseEvent) => void) & ((event: "update:scroll-position", value: {
158
+ left: number;
159
+ } | {
160
+ top: number;
161
+ }) => void);
162
+ $el: HTMLDivElement;
163
+ $options: import('vue').ComponentOptionsBase<Readonly<{
164
+ active: boolean;
165
+ index: number;
166
+ hasError: boolean;
167
+ hasChanges: boolean;
168
+ hasValue: boolean;
169
+ title?: string;
170
+ icon: SVGComponent | undefined;
171
+ first: boolean;
172
+ last: boolean;
173
+ disabled?: boolean;
174
+ stepper?: boolean;
175
+ showHasValue?: boolean;
176
+ side?: boolean;
177
+ statusIcon?: boolean;
178
+ }> & Readonly<{
179
+ onClick?: ((value: MouseEvent) => any) | undefined;
180
+ "onUpdate:scroll-position"?: ((value: {
181
+ left: number;
182
+ } | {
183
+ top: number;
184
+ }) => any) | undefined;
185
+ }>, {
186
+ update: () => void;
187
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
188
+ click: (value: MouseEvent) => any;
189
+ "update:scroll-position": (value: {
190
+ left: number;
191
+ } | {
192
+ top: number;
193
+ }) => any;
194
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
195
+ beforeCreate?: (() => void) | (() => void)[];
196
+ created?: (() => void) | (() => void)[];
197
+ beforeMount?: (() => void) | (() => void)[];
198
+ mounted?: (() => void) | (() => void)[];
199
+ beforeUpdate?: (() => void) | (() => void)[];
200
+ updated?: (() => void) | (() => void)[];
201
+ activated?: (() => void) | (() => void)[];
202
+ deactivated?: (() => void) | (() => void)[];
203
+ beforeDestroy?: (() => void) | (() => void)[];
204
+ beforeUnmount?: (() => void) | (() => void)[];
205
+ destroyed?: (() => void) | (() => void)[];
206
+ unmounted?: (() => void) | (() => void)[];
207
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
208
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
209
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
210
+ };
211
+ $forceUpdate: () => void;
212
+ $nextTick: typeof import('vue').nextTick;
213
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
214
+ } & Readonly<{}> & Omit<Readonly<{
215
+ active: boolean;
216
+ index: number;
217
+ hasError: boolean;
218
+ hasChanges: boolean;
219
+ hasValue: boolean;
220
+ title?: string;
221
+ icon: SVGComponent | undefined;
222
+ first: boolean;
223
+ last: boolean;
224
+ disabled?: boolean;
225
+ stepper?: boolean;
226
+ showHasValue?: boolean;
227
+ side?: boolean;
228
+ statusIcon?: boolean;
229
+ }> & Readonly<{
230
+ onClick?: ((value: MouseEvent) => any) | undefined;
231
+ "onUpdate:scroll-position"?: ((value: {
232
+ left: number;
233
+ } | {
234
+ top: number;
235
+ }) => any) | undefined;
236
+ }>, "update"> & import('vue').ShallowUnwrapRef<{
237
+ update: () => void;
238
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
239
+ $slots: {
240
+ title?(_: {}): any;
241
+ right?(_: {
242
+ hasChanges: boolean;
243
+ hasError: boolean;
244
+ hasValue: boolean;
245
+ }): any;
246
+ };
247
+ }) | null)[];
248
+ tabItem: (({
249
+ $: import('vue').ComponentInternalInstance;
250
+ $data: {};
251
+ $props: {
252
+ readonly name: string;
253
+ readonly title: string | undefined;
254
+ readonly active: boolean;
255
+ readonly removable: boolean;
256
+ readonly "onTab:switch"?: ((value: string) => any) | undefined;
257
+ readonly "onUpdate:height"?: ((value: number) => any) | undefined;
258
+ readonly "onUpdate:active"?: (() => any) | undefined;
259
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
260
+ $attrs: {
261
+ [x: string]: unknown;
262
+ };
263
+ $refs: {
264
+ [x: string]: unknown;
265
+ } & {
266
+ form: ({
267
+ $: import('vue').ComponentInternalInstance;
268
+ $data: {};
269
+ $props: {
270
+ readonly name?: string | undefined;
271
+ readonly title?: string | undefined;
272
+ readonly noTag?: boolean | undefined;
273
+ readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
274
+ readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
275
+ readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
276
+ readonly "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
277
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
278
+ $attrs: {
279
+ [x: string]: unknown;
280
+ };
281
+ $refs: {
282
+ [x: string]: unknown;
283
+ };
284
+ $slots: Readonly<{
285
+ [name: string]: import('vue').Slot<any> | undefined;
286
+ }>;
287
+ $root: import('vue').ComponentPublicInstance | null;
288
+ $parent: import('vue').ComponentPublicInstance | null;
289
+ $host: Element | null;
290
+ $emit: ((event: "update:is-valid", value: boolean | undefined) => void) & ((event: "update:has-changes", value: boolean) => void) & ((event: "update:has-value", value: boolean | null) => void) & ((event: "update:has-shown", value: boolean) => void);
291
+ $el: any;
292
+ $options: import('vue').ComponentOptionsBase<Readonly<{
293
+ name?: string;
294
+ title?: string;
295
+ noTag?: boolean;
296
+ }> & Readonly<{
297
+ "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
298
+ "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
299
+ "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
300
+ "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
301
+ }>, {
302
+ isValid: import('vue').ComputedRef<boolean>;
303
+ hasChanges: import('vue').Ref<boolean, boolean>;
304
+ hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
305
+ hasValue: import('vue').Ref<boolean | null, boolean | null>;
306
+ hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
307
+ hasShown: import('vue').Ref<boolean, boolean>;
308
+ hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
309
+ validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
310
+ validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
311
+ invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
312
+ invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
313
+ initModel: import('vue').Ref<() => void, () => void>;
314
+ initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
315
+ errorMessage: import('vue').Ref<string | undefined, string | undefined>;
316
+ errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
317
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
318
+ "update:is-valid": (value: boolean | undefined) => any;
319
+ "update:has-changes": (value: boolean) => any;
320
+ "update:has-value": (value: boolean | null) => any;
321
+ "update:has-shown": (value: boolean) => any;
322
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
323
+ beforeCreate?: (() => void) | (() => void)[];
324
+ created?: (() => void) | (() => void)[];
325
+ beforeMount?: (() => void) | (() => void)[];
326
+ mounted?: (() => void) | (() => void)[];
327
+ beforeUpdate?: (() => void) | (() => void)[];
328
+ updated?: (() => void) | (() => void)[];
329
+ activated?: (() => void) | (() => void)[];
330
+ deactivated?: (() => void) | (() => void)[];
331
+ beforeDestroy?: (() => void) | (() => void)[];
332
+ beforeUnmount?: (() => void) | (() => void)[];
333
+ destroyed?: (() => void) | (() => void)[];
334
+ unmounted?: (() => void) | (() => void)[];
335
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
336
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
337
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
338
+ };
339
+ $forceUpdate: () => void;
340
+ $nextTick: typeof import('vue').nextTick;
341
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
342
+ } & Readonly<{}> & Omit<Readonly<{
343
+ name?: string;
344
+ title?: string;
345
+ noTag?: boolean;
346
+ }> & Readonly<{
347
+ "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
348
+ "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
349
+ "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
350
+ "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
351
+ }>, "isValid" | "hasChanges" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validate" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessage" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
352
+ isValid: import('vue').ComputedRef<boolean>;
353
+ hasChanges: import('vue').Ref<boolean, boolean>;
354
+ hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
355
+ hasValue: import('vue').Ref<boolean | null, boolean | null>;
356
+ hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
357
+ hasShown: import('vue').Ref<boolean, boolean>;
358
+ hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
359
+ validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
360
+ validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
361
+ invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
362
+ invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
363
+ initModel: import('vue').Ref<() => void, () => void>;
364
+ initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
365
+ errorMessage: import('vue').Ref<string | undefined, string | undefined>;
366
+ errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
367
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
368
+ $slots: {
369
+ default?(_: {}): any;
370
+ };
371
+ }) | null;
372
+ };
373
+ $slots: Readonly<{
374
+ [name: string]: import('vue').Slot<any> | undefined;
375
+ }>;
376
+ $root: import('vue').ComponentPublicInstance | null;
377
+ $parent: import('vue').ComponentPublicInstance | null;
378
+ $host: Element | null;
379
+ $emit: ((event: "tab:switch", value: string) => void) & ((event: "update:height", value: number) => void) & ((event: "update:active") => void);
380
+ $el: any;
381
+ $options: import('vue').ComponentOptionsBase<Readonly<{
382
+ name: string;
383
+ title: string | undefined;
384
+ active: boolean;
385
+ removable: boolean;
386
+ }> & Readonly<{
387
+ "onTab:switch"?: ((value: string) => any) | undefined;
388
+ "onUpdate:height"?: ((value: number) => any) | undefined;
389
+ "onUpdate:active"?: (() => any) | undefined;
390
+ }>, {
391
+ emitHeight: () => void;
392
+ name: import('vue').Ref<string, string>;
393
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
394
+ "tab:switch": (value: string) => any;
395
+ "update:height": (value: number) => any;
396
+ "update:active": () => any;
397
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
398
+ beforeCreate?: (() => void) | (() => void)[];
399
+ created?: (() => void) | (() => void)[];
400
+ beforeMount?: (() => void) | (() => void)[];
401
+ mounted?: (() => void) | (() => void)[];
402
+ beforeUpdate?: (() => void) | (() => void)[];
403
+ updated?: (() => void) | (() => void)[];
404
+ activated?: (() => void) | (() => void)[];
405
+ deactivated?: (() => void) | (() => void)[];
406
+ beforeDestroy?: (() => void) | (() => void)[];
407
+ beforeUnmount?: (() => void) | (() => void)[];
408
+ destroyed?: (() => void) | (() => void)[];
409
+ unmounted?: (() => void) | (() => void)[];
410
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
411
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
412
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
413
+ };
414
+ $forceUpdate: () => void;
415
+ $nextTick: typeof import('vue').nextTick;
416
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
417
+ } & Readonly<{}> & Omit<Readonly<{
418
+ name: string;
419
+ title: string | undefined;
420
+ active: boolean;
421
+ removable: boolean;
422
+ }> & Readonly<{
423
+ "onTab:switch"?: ((value: string) => any) | undefined;
424
+ "onUpdate:height"?: ((value: number) => any) | undefined;
425
+ "onUpdate:active"?: (() => any) | undefined;
426
+ }>, "name" | "emitHeight"> & import('vue').ShallowUnwrapRef<{
427
+ emitHeight: () => void;
428
+ name: import('vue').Ref<string, string>;
429
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
430
+ $slots: {
431
+ default?(_: {}): any;
432
+ };
433
+ }) | null)[];
434
+ };
435
+ rootEl: any;
436
+ };
437
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
438
+ declare const __VLS_component: import('vue').DefineComponent<TabsProps, {
439
+ updateCurrent: (value: string) => void;
440
+ updateIndex: (value: number) => void;
441
+ next: (update?: boolean) => void;
442
+ previous: () => void;
443
+ jump: (name: string, update?: boolean) => void;
444
+ validate: (name: string, silent?: boolean | undefined, path?: import('../Form/models/utils').ValidatePath | undefined) => ReturnType<ComponentInstance<typeof WForm>["validate"]>;
445
+ validateIfNoError: (name: string, silent?: boolean | undefined, path?: import('../Form/models/utils').ValidatePath | undefined) => ReturnType<ComponentInstance<typeof WForm>["validate"]>;
446
+ invalidate: (name: string, messages: Record<string, string | string[] | undefined>) => ReturnType<ComponentInstance<typeof WForm>["invalidate"]>;
447
+ initModel: (name: string) => ReturnType<ComponentInstance<typeof WForm>["initModel"]>;
448
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
449
+ "update:has-changes": (value: boolean) => any;
450
+ "update:first": (value: boolean) => any;
451
+ "update:last": (value: boolean) => any;
452
+ "update:current": (value: string) => any;
453
+ "update:current-index": (value: number) => any;
454
+ "update:current-title": (value: string | undefined) => any;
455
+ "update:tabs-length": (value: number) => any;
456
+ "update:progress": (value: number) => any;
457
+ }, string, import('vue').PublicProps, Readonly<TabsProps> & Readonly<{
458
+ "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
459
+ "onUpdate:first"?: ((value: boolean) => any) | undefined;
460
+ "onUpdate:last"?: ((value: boolean) => any) | undefined;
461
+ "onUpdate:current"?: ((value: string) => any) | undefined;
462
+ "onUpdate:current-index"?: ((value: number) => any) | undefined;
463
+ "onUpdate:current-title"?: ((value: string | undefined) => any) | undefined;
464
+ "onUpdate:tabs-length"?: ((value: number) => any) | undefined;
465
+ "onUpdate:progress"?: ((value: number) => any) | undefined;
466
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
467
+ form: ({
468
+ $: import('vue').ComponentInternalInstance;
469
+ $data: {};
470
+ $props: {
471
+ readonly name?: string | undefined;
472
+ readonly title?: string | undefined;
473
+ readonly noTag?: boolean | undefined;
474
+ readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
475
+ readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
476
+ readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
477
+ readonly "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
478
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
479
+ $attrs: {
480
+ [x: string]: unknown;
481
+ };
482
+ $refs: {
483
+ [x: string]: unknown;
484
+ };
485
+ $slots: Readonly<{
486
+ [name: string]: import('vue').Slot<any> | undefined;
487
+ }>;
488
+ $root: import('vue').ComponentPublicInstance | null;
489
+ $parent: import('vue').ComponentPublicInstance | null;
490
+ $host: Element | null;
491
+ $emit: ((event: "update:is-valid", value: boolean | undefined) => void) & ((event: "update:has-changes", value: boolean) => void) & ((event: "update:has-value", value: boolean | null) => void) & ((event: "update:has-shown", value: boolean) => void);
492
+ $el: any;
493
+ $options: import('vue').ComponentOptionsBase<Readonly<{
494
+ name?: string;
495
+ title?: string;
496
+ noTag?: boolean;
497
+ }> & Readonly<{
498
+ "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
499
+ "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
500
+ "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
501
+ "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
502
+ }>, {
503
+ isValid: import('vue').ComputedRef<boolean>;
504
+ hasChanges: import('vue').Ref<boolean, boolean>;
505
+ hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
506
+ hasValue: import('vue').Ref<boolean | null, boolean | null>;
507
+ hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
508
+ hasShown: import('vue').Ref<boolean, boolean>;
509
+ hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
510
+ validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
511
+ validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
512
+ invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
513
+ invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
514
+ initModel: import('vue').Ref<() => void, () => void>;
515
+ initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
516
+ errorMessage: import('vue').Ref<string | undefined, string | undefined>;
517
+ errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
518
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
519
+ "update:is-valid": (value: boolean | undefined) => any;
520
+ "update:has-changes": (value: boolean) => any;
521
+ "update:has-value": (value: boolean | null) => any;
522
+ "update:has-shown": (value: boolean) => any;
523
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
524
+ beforeCreate?: (() => void) | (() => void)[];
525
+ created?: (() => void) | (() => void)[];
526
+ beforeMount?: (() => void) | (() => void)[];
527
+ mounted?: (() => void) | (() => void)[];
528
+ beforeUpdate?: (() => void) | (() => void)[];
529
+ updated?: (() => void) | (() => void)[];
530
+ activated?: (() => void) | (() => void)[];
531
+ deactivated?: (() => void) | (() => void)[];
532
+ beforeDestroy?: (() => void) | (() => void)[];
533
+ beforeUnmount?: (() => void) | (() => void)[];
534
+ destroyed?: (() => void) | (() => void)[];
535
+ unmounted?: (() => void) | (() => void)[];
536
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
537
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
538
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
539
+ };
540
+ $forceUpdate: () => void;
541
+ $nextTick: typeof import('vue').nextTick;
542
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
543
+ } & Readonly<{}> & Omit<Readonly<{
544
+ name?: string;
545
+ title?: string;
546
+ noTag?: boolean;
547
+ }> & Readonly<{
548
+ "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
549
+ "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
550
+ "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
551
+ "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
552
+ }>, "isValid" | "hasChanges" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validate" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessage" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
553
+ isValid: import('vue').ComputedRef<boolean>;
554
+ hasChanges: import('vue').Ref<boolean, boolean>;
555
+ hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
556
+ hasValue: import('vue').Ref<boolean | null, boolean | null>;
557
+ hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
558
+ hasShown: import('vue').Ref<boolean, boolean>;
559
+ hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
560
+ validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
561
+ validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
562
+ invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
563
+ invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
564
+ initModel: import('vue').Ref<() => void, () => void>;
565
+ initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
566
+ errorMessage: import('vue').Ref<string | undefined, string | undefined>;
567
+ errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
568
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
569
+ $slots: {
570
+ default?(_: {}): any;
571
+ };
572
+ }) | null;
573
+ buttonContainer: HTMLDivElement;
574
+ button: (({
575
+ $: import('vue').ComponentInternalInstance;
576
+ $data: {};
577
+ $props: {
578
+ readonly active: boolean;
579
+ readonly index: number;
580
+ readonly hasError: boolean;
581
+ readonly hasChanges: boolean;
582
+ readonly hasValue: boolean;
583
+ readonly title?: string | undefined;
584
+ readonly icon: SVGComponent | undefined;
585
+ readonly first: boolean;
586
+ readonly last: boolean;
587
+ readonly disabled?: boolean | undefined;
588
+ readonly stepper?: boolean | undefined;
589
+ readonly showHasValue?: boolean | undefined;
590
+ readonly side?: boolean | undefined;
591
+ readonly statusIcon?: boolean | undefined;
592
+ readonly onClick?: ((value: MouseEvent) => any) | undefined;
593
+ readonly "onUpdate:scroll-position"?: ((value: {
594
+ left: number;
595
+ } | {
596
+ top: number;
597
+ }) => any) | undefined;
598
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
599
+ $attrs: {
600
+ [x: string]: unknown;
601
+ };
602
+ $refs: {
603
+ [x: string]: unknown;
604
+ } & {
605
+ container: HTMLDivElement;
606
+ };
607
+ $slots: Readonly<{
608
+ [name: string]: import('vue').Slot<any> | undefined;
609
+ }>;
610
+ $root: import('vue').ComponentPublicInstance | null;
611
+ $parent: import('vue').ComponentPublicInstance | null;
612
+ $host: Element | null;
613
+ $emit: ((event: "click", value: MouseEvent) => void) & ((event: "update:scroll-position", value: {
614
+ left: number;
615
+ } | {
616
+ top: number;
617
+ }) => void);
618
+ $el: HTMLDivElement;
619
+ $options: import('vue').ComponentOptionsBase<Readonly<{
620
+ active: boolean;
621
+ index: number;
622
+ hasError: boolean;
623
+ hasChanges: boolean;
624
+ hasValue: boolean;
625
+ title?: string;
626
+ icon: SVGComponent | undefined;
627
+ first: boolean;
628
+ last: boolean;
629
+ disabled?: boolean;
630
+ stepper?: boolean;
631
+ showHasValue?: boolean;
632
+ side?: boolean;
633
+ statusIcon?: boolean;
634
+ }> & Readonly<{
635
+ onClick?: ((value: MouseEvent) => any) | undefined;
636
+ "onUpdate:scroll-position"?: ((value: {
637
+ left: number;
638
+ } | {
639
+ top: number;
640
+ }) => any) | undefined;
641
+ }>, {
642
+ update: () => void;
643
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
644
+ click: (value: MouseEvent) => any;
645
+ "update:scroll-position": (value: {
646
+ left: number;
647
+ } | {
648
+ top: number;
649
+ }) => any;
650
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
651
+ beforeCreate?: (() => void) | (() => void)[];
652
+ created?: (() => void) | (() => void)[];
653
+ beforeMount?: (() => void) | (() => void)[];
654
+ mounted?: (() => void) | (() => void)[];
655
+ beforeUpdate?: (() => void) | (() => void)[];
656
+ updated?: (() => void) | (() => void)[];
657
+ activated?: (() => void) | (() => void)[];
658
+ deactivated?: (() => void) | (() => void)[];
659
+ beforeDestroy?: (() => void) | (() => void)[];
660
+ beforeUnmount?: (() => void) | (() => void)[];
661
+ destroyed?: (() => void) | (() => void)[];
662
+ unmounted?: (() => void) | (() => void)[];
663
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
664
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
665
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
666
+ };
667
+ $forceUpdate: () => void;
668
+ $nextTick: typeof import('vue').nextTick;
669
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
670
+ } & Readonly<{}> & Omit<Readonly<{
671
+ active: boolean;
672
+ index: number;
673
+ hasError: boolean;
674
+ hasChanges: boolean;
675
+ hasValue: boolean;
676
+ title?: string;
677
+ icon: SVGComponent | undefined;
678
+ first: boolean;
679
+ last: boolean;
680
+ disabled?: boolean;
681
+ stepper?: boolean;
682
+ showHasValue?: boolean;
683
+ side?: boolean;
684
+ statusIcon?: boolean;
685
+ }> & Readonly<{
686
+ onClick?: ((value: MouseEvent) => any) | undefined;
687
+ "onUpdate:scroll-position"?: ((value: {
688
+ left: number;
689
+ } | {
690
+ top: number;
691
+ }) => any) | undefined;
692
+ }>, "update"> & import('vue').ShallowUnwrapRef<{
693
+ update: () => void;
694
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
695
+ $slots: {
696
+ title?(_: {}): any;
697
+ right?(_: {
698
+ hasChanges: boolean;
699
+ hasError: boolean;
700
+ hasValue: boolean;
701
+ }): any;
702
+ };
703
+ }) | null)[];
704
+ tabItem: (({
705
+ $: import('vue').ComponentInternalInstance;
706
+ $data: {};
707
+ $props: {
708
+ readonly name: string;
709
+ readonly title: string | undefined;
710
+ readonly active: boolean;
711
+ readonly removable: boolean;
712
+ readonly "onTab:switch"?: ((value: string) => any) | undefined;
713
+ readonly "onUpdate:height"?: ((value: number) => any) | undefined;
714
+ readonly "onUpdate:active"?: (() => any) | undefined;
715
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
716
+ $attrs: {
717
+ [x: string]: unknown;
718
+ };
719
+ $refs: {
720
+ [x: string]: unknown;
721
+ } & {
722
+ form: ({
723
+ $: import('vue').ComponentInternalInstance;
724
+ $data: {};
725
+ $props: {
726
+ readonly name?: string | undefined;
727
+ readonly title?: string | undefined;
728
+ readonly noTag?: boolean | undefined;
729
+ readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
730
+ readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
731
+ readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
732
+ readonly "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
733
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
734
+ $attrs: {
735
+ [x: string]: unknown;
736
+ };
737
+ $refs: {
738
+ [x: string]: unknown;
739
+ };
740
+ $slots: Readonly<{
741
+ [name: string]: import('vue').Slot<any> | undefined;
742
+ }>;
743
+ $root: import('vue').ComponentPublicInstance | null;
744
+ $parent: import('vue').ComponentPublicInstance | null;
745
+ $host: Element | null;
746
+ $emit: ((event: "update:is-valid", value: boolean | undefined) => void) & ((event: "update:has-changes", value: boolean) => void) & ((event: "update:has-value", value: boolean | null) => void) & ((event: "update:has-shown", value: boolean) => void);
747
+ $el: any;
748
+ $options: import('vue').ComponentOptionsBase<Readonly<{
749
+ name?: string;
750
+ title?: string;
751
+ noTag?: boolean;
752
+ }> & Readonly<{
753
+ "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
754
+ "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
755
+ "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
756
+ "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
757
+ }>, {
758
+ isValid: import('vue').ComputedRef<boolean>;
759
+ hasChanges: import('vue').Ref<boolean, boolean>;
760
+ hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
761
+ hasValue: import('vue').Ref<boolean | null, boolean | null>;
762
+ hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
763
+ hasShown: import('vue').Ref<boolean, boolean>;
764
+ hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
765
+ validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
766
+ validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
767
+ invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
768
+ invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
769
+ initModel: import('vue').Ref<() => void, () => void>;
770
+ initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
771
+ errorMessage: import('vue').Ref<string | undefined, string | undefined>;
772
+ errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
773
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
774
+ "update:is-valid": (value: boolean | undefined) => any;
775
+ "update:has-changes": (value: boolean) => any;
776
+ "update:has-value": (value: boolean | null) => any;
777
+ "update:has-shown": (value: boolean) => any;
778
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
779
+ beforeCreate?: (() => void) | (() => void)[];
780
+ created?: (() => void) | (() => void)[];
781
+ beforeMount?: (() => void) | (() => void)[];
782
+ mounted?: (() => void) | (() => void)[];
783
+ beforeUpdate?: (() => void) | (() => void)[];
784
+ updated?: (() => void) | (() => void)[];
785
+ activated?: (() => void) | (() => void)[];
786
+ deactivated?: (() => void) | (() => void)[];
787
+ beforeDestroy?: (() => void) | (() => void)[];
788
+ beforeUnmount?: (() => void) | (() => void)[];
789
+ destroyed?: (() => void) | (() => void)[];
790
+ unmounted?: (() => void) | (() => void)[];
791
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
792
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
793
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
794
+ };
795
+ $forceUpdate: () => void;
796
+ $nextTick: typeof import('vue').nextTick;
797
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
798
+ } & Readonly<{}> & Omit<Readonly<{
799
+ name?: string;
800
+ title?: string;
801
+ noTag?: boolean;
802
+ }> & Readonly<{
803
+ "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
804
+ "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
805
+ "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
806
+ "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
807
+ }>, "isValid" | "hasChanges" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validate" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessage" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
808
+ isValid: import('vue').ComputedRef<boolean>;
809
+ hasChanges: import('vue').Ref<boolean, boolean>;
810
+ hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
811
+ hasValue: import('vue').Ref<boolean | null, boolean | null>;
812
+ hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
813
+ hasShown: import('vue').Ref<boolean, boolean>;
814
+ hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
815
+ validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
816
+ validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
817
+ invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
818
+ invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
819
+ initModel: import('vue').Ref<() => void, () => void>;
820
+ initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
821
+ errorMessage: import('vue').Ref<string | undefined, string | undefined>;
822
+ errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
823
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
824
+ $slots: {
825
+ default?(_: {}): any;
826
+ };
827
+ }) | null;
828
+ };
829
+ $slots: Readonly<{
830
+ [name: string]: import('vue').Slot<any> | undefined;
831
+ }>;
832
+ $root: import('vue').ComponentPublicInstance | null;
833
+ $parent: import('vue').ComponentPublicInstance | null;
834
+ $host: Element | null;
835
+ $emit: ((event: "tab:switch", value: string) => void) & ((event: "update:height", value: number) => void) & ((event: "update:active") => void);
836
+ $el: any;
837
+ $options: import('vue').ComponentOptionsBase<Readonly<{
838
+ name: string;
839
+ title: string | undefined;
840
+ active: boolean;
841
+ removable: boolean;
842
+ }> & Readonly<{
843
+ "onTab:switch"?: ((value: string) => any) | undefined;
844
+ "onUpdate:height"?: ((value: number) => any) | undefined;
845
+ "onUpdate:active"?: (() => any) | undefined;
846
+ }>, {
847
+ emitHeight: () => void;
848
+ name: import('vue').Ref<string, string>;
849
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
850
+ "tab:switch": (value: string) => any;
851
+ "update:height": (value: number) => any;
852
+ "update:active": () => any;
853
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
854
+ beforeCreate?: (() => void) | (() => void)[];
855
+ created?: (() => void) | (() => void)[];
856
+ beforeMount?: (() => void) | (() => void)[];
857
+ mounted?: (() => void) | (() => void)[];
858
+ beforeUpdate?: (() => void) | (() => void)[];
859
+ updated?: (() => void) | (() => void)[];
860
+ activated?: (() => void) | (() => void)[];
861
+ deactivated?: (() => void) | (() => void)[];
862
+ beforeDestroy?: (() => void) | (() => void)[];
863
+ beforeUnmount?: (() => void) | (() => void)[];
864
+ destroyed?: (() => void) | (() => void)[];
865
+ unmounted?: (() => void) | (() => void)[];
866
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
867
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
868
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
869
+ };
870
+ $forceUpdate: () => void;
871
+ $nextTick: typeof import('vue').nextTick;
872
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
873
+ } & Readonly<{}> & Omit<Readonly<{
874
+ name: string;
875
+ title: string | undefined;
876
+ active: boolean;
877
+ removable: boolean;
878
+ }> & Readonly<{
879
+ "onTab:switch"?: ((value: string) => any) | undefined;
880
+ "onUpdate:height"?: ((value: number) => any) | undefined;
881
+ "onUpdate:active"?: (() => any) | undefined;
882
+ }>, "name" | "emitHeight"> & import('vue').ShallowUnwrapRef<{
883
+ emitHeight: () => void;
884
+ name: import('vue').Ref<string, string>;
885
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
886
+ $slots: {
887
+ default?(_: {}): any;
888
+ };
889
+ }) | null)[];
890
+ }, any>;
891
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
892
+ export default _default;
893
+ type __VLS_WithTemplateSlots<T, S> = T & {
894
+ new (): {
895
+ $slots: S;
896
+ };
897
+ };
898
+ //# sourceMappingURL=WTabs.vue.d.ts.map