eco-vue-js 0.10.8 → 0.10.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 (243) hide show
  1. package/README.md +7 -7
  2. package/dist/components/ActionsBar/WActionsBar.vue.d.ts +3 -2
  3. package/dist/components/ActionsBar/WActionsBar.vue.d.ts.map +1 -1
  4. package/dist/components/BottomSheet/WBottomSheet.vue.d.ts +8 -8
  5. package/dist/components/BottomSheet/WBottomSheet.vue.d.ts.map +1 -1
  6. package/dist/components/Button/WButton.vue.d.ts +2 -1
  7. package/dist/components/Button/WButton.vue.d.ts.map +1 -1
  8. package/dist/components/Button/WButtonAction.vue.d.ts +2 -1
  9. package/dist/components/Button/WButtonAction.vue.d.ts.map +1 -1
  10. package/dist/components/Button/WButtonCopy.vue.d.ts +3 -4
  11. package/dist/components/Button/WButtonCopy.vue.d.ts.map +1 -1
  12. package/dist/components/Button/WButtonDropdown.vue.d.ts +15 -6
  13. package/dist/components/Button/WButtonDropdown.vue.d.ts.map +1 -1
  14. package/dist/components/Button/WButtonGroup.vue.d.ts +1 -1
  15. package/dist/components/Button/WButtonGroup.vue.d.ts.map +1 -1
  16. package/dist/components/Button/WButtonMore.vue.d.ts +7 -8
  17. package/dist/components/Button/WButtonMore.vue.d.ts.map +1 -1
  18. package/dist/components/Button/WButtonMoreItem.vue.d.ts +2 -1
  19. package/dist/components/Button/WButtonMoreItem.vue.d.ts.map +1 -1
  20. package/dist/components/Button/WButtonSelection.vue.d.ts +27 -18
  21. package/dist/components/Button/WButtonSelection.vue.d.ts.map +1 -1
  22. package/dist/components/Button/WButtonSelection.vue.js +1 -1
  23. package/dist/components/Button/WButtonSelectionAction.vue.d.ts +5 -10
  24. package/dist/components/Button/WButtonSelectionAction.vue.d.ts.map +1 -1
  25. package/dist/components/Checkbox/WCheckbox.vue.d.ts +16 -25
  26. package/dist/components/Checkbox/WCheckbox.vue.d.ts.map +1 -1
  27. package/dist/components/Checkbox/WCheckbox.vue.js +1 -1
  28. package/dist/components/Chip/WChip.vue.d.ts +8 -10
  29. package/dist/components/Chip/WChip.vue.d.ts.map +1 -1
  30. package/dist/components/ClickOutside/WClickOutside.vue.d.ts +3 -2
  31. package/dist/components/ClickOutside/WClickOutside.vue.d.ts.map +1 -1
  32. package/dist/components/Counter/WCounter.vue.d.ts +4 -7
  33. package/dist/components/Counter/WCounter.vue.d.ts.map +1 -1
  34. package/dist/components/DatePicker/WDatePicker.vue.d.ts +5 -8
  35. package/dist/components/DatePicker/WDatePicker.vue.d.ts.map +1 -1
  36. package/dist/components/DatePicker/WDatePickerSingle.vue.d.ts +5 -9
  37. package/dist/components/DatePicker/WDatePickerSingle.vue.d.ts.map +1 -1
  38. package/dist/components/DatePicker/components/CalendarDay.vue.d.ts +5 -14
  39. package/dist/components/DatePicker/components/CalendarDay.vue.d.ts.map +1 -1
  40. package/dist/components/DatePicker/components/CalendarMonth.vue.d.ts +5 -13
  41. package/dist/components/DatePicker/components/CalendarMonth.vue.d.ts.map +1 -1
  42. package/dist/components/DatePicker/components/CalendarToggle.vue.d.ts +5 -6
  43. package/dist/components/DatePicker/components/CalendarToggle.vue.d.ts.map +1 -1
  44. package/dist/components/DatePicker/components/CalendarValue.vue.d.ts +5 -9
  45. package/dist/components/DatePicker/components/CalendarValue.vue.d.ts.map +1 -1
  46. package/dist/components/DatePicker/components/CalendarWeek.vue.d.ts +5 -13
  47. package/dist/components/DatePicker/components/CalendarWeek.vue.d.ts.map +1 -1
  48. package/dist/components/Dropdown/WDropdown.vue.d.ts +3 -2
  49. package/dist/components/Dropdown/WDropdown.vue.d.ts.map +1 -1
  50. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +5 -4
  51. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
  52. package/dist/components/EmptyComponent/WEmptyComponent.vue.d.ts +2 -1
  53. package/dist/components/EmptyComponent/WEmptyComponent.vue.d.ts.map +1 -1
  54. package/dist/components/Expansion/WExpansion.vue.d.ts +8 -9
  55. package/dist/components/Expansion/WExpansion.vue.d.ts.map +1 -1
  56. package/dist/components/Expansion/WExpansionItem.vue.d.ts +19 -18
  57. package/dist/components/Expansion/WExpansionItem.vue.d.ts.map +1 -1
  58. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts +5 -2
  59. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts.map +1 -1
  60. package/dist/components/FieldWrapper/components/FilterButton.vue.d.ts +3 -6
  61. package/dist/components/FieldWrapper/components/FilterButton.vue.d.ts.map +1 -1
  62. package/dist/components/FilePicker/WFilePicker.vue.d.ts +15 -22
  63. package/dist/components/FilePicker/WFilePicker.vue.d.ts.map +1 -1
  64. package/dist/components/FilePicker/WFilePicker.vue.js +1 -1
  65. package/dist/components/FilePicker/components/FilePickerItem.vue.d.ts +9 -10
  66. package/dist/components/FilePicker/components/FilePickerItem.vue.d.ts.map +1 -1
  67. package/dist/components/FilePicker/components/FilePickerSvg.vue.d.ts +4 -8
  68. package/dist/components/FilePicker/components/FilePickerSvg.vue.d.ts.map +1 -1
  69. package/dist/components/FilterWrapper/WFilterWrapper.vue.d.ts +8 -8
  70. package/dist/components/FilterWrapper/WFilterWrapper.vue.d.ts.map +1 -1
  71. package/dist/components/Form/WForm.vue.d.ts +9 -11
  72. package/dist/components/Form/WForm.vue.d.ts.map +1 -1
  73. package/dist/components/Form/WFormValidator.vue.d.ts +16 -20
  74. package/dist/components/Form/WFormValidator.vue.d.ts.map +1 -1
  75. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts +1 -1
  76. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts.map +1 -1
  77. package/dist/components/FormAsync/WFormAsyncInput.vue.d.ts +1 -1
  78. package/dist/components/FormAsync/WFormAsyncInput.vue.d.ts.map +1 -1
  79. package/dist/components/FormAsync/WFormAsyncSelect.vue.d.ts +1 -1
  80. package/dist/components/FormAsync/WFormAsyncSelect.vue.d.ts.map +1 -1
  81. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.d.ts +1 -1
  82. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.d.ts.map +1 -1
  83. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.d.ts +1 -1
  84. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.d.ts.map +1 -1
  85. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.d.ts +1 -1
  86. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.d.ts.map +1 -1
  87. package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts +1 -1
  88. package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts.map +1 -1
  89. package/dist/components/HeaderBar/WHeaderBar.vue.d.ts +15 -12
  90. package/dist/components/HeaderBar/WHeaderBar.vue.d.ts.map +1 -1
  91. package/dist/components/HeaderBar/WHeaderBar.vue.js +1 -1
  92. package/dist/components/ImageViewer/WImageViewer.vue.d.ts +3 -6
  93. package/dist/components/ImageViewer/WImageViewer.vue.d.ts.map +1 -1
  94. package/dist/components/ImageViewer/components/ImageModal.vue.d.ts +5 -7
  95. package/dist/components/ImageViewer/components/ImageModal.vue.d.ts.map +1 -1
  96. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts +1 -1
  97. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts.map +1 -1
  98. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts +10 -8
  99. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts.map +1 -1
  100. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.js +2 -2
  101. package/dist/components/InfiniteList/components/InfiniteListButton.vue.d.ts +1 -1
  102. package/dist/components/InfiniteList/components/InfiniteListButton.vue.d.ts.map +1 -1
  103. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts +1 -1
  104. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts.map +1 -1
  105. package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.d.ts +1 -1
  106. package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.d.ts.map +1 -1
  107. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts +1 -1
  108. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts.map +1 -1
  109. package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts +8 -8
  110. package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts.map +1 -1
  111. package/dist/components/InfoCard/WInfoCard.vue.d.ts +7 -8
  112. package/dist/components/InfoCard/WInfoCard.vue.d.ts.map +1 -1
  113. package/dist/components/InfoCard/WInfoCardNegative.vue.d.ts +7 -8
  114. package/dist/components/InfoCard/WInfoCardNegative.vue.d.ts.map +1 -1
  115. package/dist/components/Input/WInput.vue.d.ts +1 -1
  116. package/dist/components/Input/WInput.vue.d.ts.map +1 -1
  117. package/dist/components/Input/WInputAsync.vue.d.ts +1 -1
  118. package/dist/components/Input/WInputAsync.vue.d.ts.map +1 -1
  119. package/dist/components/Input/WInputDate.vue.d.ts +2 -1
  120. package/dist/components/Input/WInputDate.vue.d.ts.map +1 -1
  121. package/dist/components/Input/WInputOptions.vue.d.ts +1 -1
  122. package/dist/components/Input/WInputOptions.vue.d.ts.map +1 -1
  123. package/dist/components/Input/WInputOptions.vue.js +1 -1
  124. package/dist/components/Input/WInputSuggest.vue.d.ts +3 -3
  125. package/dist/components/Input/WInputSuggest.vue.d.ts.map +1 -1
  126. package/dist/components/Input/components/InputActions.vue.d.ts +13 -22
  127. package/dist/components/Input/components/InputActions.vue.d.ts.map +1 -1
  128. package/dist/components/Input/components/InputActionsButton.vue.d.ts +11 -14
  129. package/dist/components/Input/components/InputActionsButton.vue.d.ts.map +1 -1
  130. package/dist/components/Link/WLink.vue.d.ts +2 -1
  131. package/dist/components/Link/WLink.vue.d.ts.map +1 -1
  132. package/dist/components/Link/WLinkArrow.vue.d.ts +2 -1
  133. package/dist/components/Link/WLinkArrow.vue.d.ts.map +1 -1
  134. package/dist/components/List/WList.vue.d.ts +1 -1
  135. package/dist/components/List/WList.vue.d.ts.map +1 -1
  136. package/dist/components/List/WList.vue.js +4 -3
  137. package/dist/components/List/WListCard.vue.d.ts +24 -34
  138. package/dist/components/List/WListCard.vue.d.ts.map +1 -1
  139. package/dist/components/List/WListCard.vue.js +2 -1
  140. package/dist/components/List/WListCardField.vue.d.ts +9 -12
  141. package/dist/components/List/WListCardField.vue.d.ts.map +1 -1
  142. package/dist/components/List/WListHeader.vue.d.ts +13 -18
  143. package/dist/components/List/WListHeader.vue.d.ts.map +1 -1
  144. package/dist/components/List/WListHeaderItem.vue.d.ts +1 -1
  145. package/dist/components/List/WListHeaderItem.vue.d.ts.map +1 -1
  146. package/dist/components/List/components/HeaderFieldNested.vue.d.ts +1 -1
  147. package/dist/components/List/components/HeaderFieldNested.vue.d.ts.map +1 -1
  148. package/dist/components/List/components/HeaderItemResizer.vue.d.ts +3 -3
  149. package/dist/components/List/components/HeaderItemResizer.vue.d.ts.map +1 -1
  150. package/dist/components/List/components/HeaderSettings.vue.d.ts +1 -1
  151. package/dist/components/List/components/HeaderSettings.vue.d.ts.map +1 -1
  152. package/dist/components/List/components/HeaderSettingsItem.vue.d.ts +1 -1
  153. package/dist/components/List/components/HeaderSettingsItem.vue.d.ts.map +1 -1
  154. package/dist/components/List/components/HeaderSettingsModeButton.vue.d.ts +3 -5
  155. package/dist/components/List/components/HeaderSettingsModeButton.vue.d.ts.map +1 -1
  156. package/dist/components/List/components/HeaderSort.vue.d.ts +1 -1
  157. package/dist/components/List/components/HeaderSort.vue.d.ts.map +1 -1
  158. package/dist/components/List/components/HeaderSortItem.vue.d.ts +1 -1
  159. package/dist/components/List/components/HeaderSortItem.vue.d.ts.map +1 -1
  160. package/dist/components/List/components/ListCardAction.vue.d.ts +1 -1
  161. package/dist/components/List/components/ListCardAction.vue.d.ts.map +1 -1
  162. package/dist/components/List/components/ListCardAction.vue.js +1 -1
  163. package/dist/components/List/components/ListCardFieldNested.vue.d.ts +1 -1
  164. package/dist/components/List/components/ListCardFieldNested.vue.d.ts.map +1 -1
  165. package/dist/components/List/components/ListCardFieldNestedItem.vue.d.ts +1 -1
  166. package/dist/components/List/components/ListCardFieldNestedItem.vue.d.ts.map +1 -1
  167. package/dist/components/MenuItem/WMenuItem.vue.d.ts +2 -1
  168. package/dist/components/MenuItem/WMenuItem.vue.d.ts.map +1 -1
  169. package/dist/components/Modal/WModal.vue.d.ts +1 -1
  170. package/dist/components/Modal/WModal.vue.d.ts.map +1 -1
  171. package/dist/components/Modal/WModalStepper.vue.d.ts +12 -14
  172. package/dist/components/Modal/WModalStepper.vue.d.ts.map +1 -1
  173. package/dist/components/Modal/WModalWrapper.vue.d.ts +6 -6
  174. package/dist/components/Modal/WModalWrapper.vue.d.ts.map +1 -1
  175. package/dist/components/Modal/components/ModalCloseButton.vue.d.ts +1 -1
  176. package/dist/components/Modal/components/ModalCloseButton.vue.d.ts.map +1 -1
  177. package/dist/components/Modal/modals/Confirm/ConfirmModal.vue.d.ts +5 -15
  178. package/dist/components/Modal/modals/Confirm/ConfirmModal.vue.d.ts.map +1 -1
  179. package/dist/components/Nav/WNavBar.vue.d.ts +2 -1
  180. package/dist/components/Nav/WNavBar.vue.d.ts.map +1 -1
  181. package/dist/components/Nav/WNavItem.vue.d.ts +2 -1
  182. package/dist/components/Nav/WNavItem.vue.d.ts.map +1 -1
  183. package/dist/components/Nav/WNavItemExpand.vue.d.ts +10 -4
  184. package/dist/components/Nav/WNavItemExpand.vue.d.ts.map +1 -1
  185. package/dist/components/Nav/WNavItemTransition.vue.d.ts +2 -1
  186. package/dist/components/Nav/WNavItemTransition.vue.d.ts.map +1 -1
  187. package/dist/components/Notify/WNotify.vue.d.ts.map +1 -1
  188. package/dist/components/Notify/components/NotifyCard.vue.d.ts +1 -1
  189. package/dist/components/Notify/components/NotifyCard.vue.d.ts.map +1 -1
  190. package/dist/components/NumberFormatter/WNumberFormatter.vue.d.ts +3 -8
  191. package/dist/components/NumberFormatter/WNumberFormatter.vue.d.ts.map +1 -1
  192. package/dist/components/Page/WPage.vue.d.ts +13 -20
  193. package/dist/components/Page/WPage.vue.d.ts.map +1 -1
  194. package/dist/components/Page/WPageNumerator.vue.d.ts +3 -2
  195. package/dist/components/Page/WPageNumerator.vue.d.ts.map +1 -1
  196. package/dist/components/Page/WPageTitle.vue.d.ts +3 -5
  197. package/dist/components/Page/WPageTitle.vue.d.ts.map +1 -1
  198. package/dist/components/Progress/WProgress.vue.d.ts +3 -4
  199. package/dist/components/Progress/WProgress.vue.d.ts.map +1 -1
  200. package/dist/components/Select/WSelect.vue.d.ts +1 -1
  201. package/dist/components/Select/WSelect.vue.d.ts.map +1 -1
  202. package/dist/components/Select/WSelectAsync.vue.d.ts +1 -1
  203. package/dist/components/Select/WSelectAsync.vue.d.ts.map +1 -1
  204. package/dist/components/Select/WSelectAsyncList.vue.d.ts +1 -1
  205. package/dist/components/Select/WSelectAsyncList.vue.d.ts.map +1 -1
  206. package/dist/components/Select/WSelectAsyncSingle.vue.d.ts +1 -1
  207. package/dist/components/Select/WSelectAsyncSingle.vue.d.ts.map +1 -1
  208. package/dist/components/Select/WSelectSingle.vue.d.ts +1 -1
  209. package/dist/components/Select/WSelectSingle.vue.d.ts.map +1 -1
  210. package/dist/components/Select/WSelectStringified.vue.d.ts +1 -1
  211. package/dist/components/Select/WSelectStringified.vue.d.ts.map +1 -1
  212. package/dist/components/Select/components/SelectAsyncList.vue.d.ts +1 -1
  213. package/dist/components/Select/components/SelectAsyncList.vue.d.ts.map +1 -1
  214. package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts +1 -1
  215. package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts.map +1 -1
  216. package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts +1 -1
  217. package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts.map +1 -1
  218. package/dist/components/Select/components/SelectOption.vue.d.ts +1 -1
  219. package/dist/components/Select/components/SelectOption.vue.d.ts.map +1 -1
  220. package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts +1 -1
  221. package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts.map +1 -1
  222. package/dist/components/Skeleton/WSkeleton.vue.d.ts +1 -1
  223. package/dist/components/Skeleton/WSkeleton.vue.d.ts.map +1 -1
  224. package/dist/components/Spinner/WSpinner.vue.d.ts +1 -1
  225. package/dist/components/Spinner/WSpinner.vue.d.ts.map +1 -1
  226. package/dist/components/Tabs/WTabs.vue.d.ts +4 -3
  227. package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -1
  228. package/dist/components/Tabs/WTabsColumns.vue.d.ts +2 -1
  229. package/dist/components/Tabs/WTabsColumns.vue.d.ts.map +1 -1
  230. package/dist/components/Tabs/WTabsItem.vue.d.ts +2 -1
  231. package/dist/components/Tabs/WTabsItem.vue.d.ts.map +1 -1
  232. package/dist/components/Tabs/components/TabItem.vue.d.ts +10 -13
  233. package/dist/components/Tabs/components/TabItem.vue.d.ts.map +1 -1
  234. package/dist/components/Tabs/components/TabTitleButton.vue.d.ts +20 -32
  235. package/dist/components/Tabs/components/TabTitleButton.vue.d.ts.map +1 -1
  236. package/dist/components/Toggle/WToggle.vue.d.ts +1 -1
  237. package/dist/components/Toggle/WToggle.vue.d.ts.map +1 -1
  238. package/dist/components/Tooltip/WTooltip.vue.d.ts +23 -9
  239. package/dist/components/Tooltip/WTooltip.vue.d.ts.map +1 -1
  240. package/dist/components/Tooltip/WTooltipContainer.vue.d.ts.map +1 -1
  241. package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts +11 -14
  242. package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts.map +1 -1
  243. package/package.json +4 -3
@@ -1,29 +1,29 @@
1
+ type __VLS_Props = {
2
+ scrollingElement: Element | null;
3
+ };
1
4
  declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
2
6
  slots: {
3
7
  default?(_: {}): any;
4
8
  };
5
9
  refs: {
6
10
  container: HTMLDivElement;
7
11
  };
8
- attrs: Partial<{}>;
12
+ rootEl: HTMLDivElement;
9
13
  };
10
14
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('vue').DefineComponent<{
12
- scrollingElement: Element | null;
13
- }, {
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
14
16
  checkIsScrollUp: () => void;
15
17
  checkIsScrollDown: () => void;
16
18
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
17
19
  "scroll:up": () => any;
18
20
  "scroll:down": () => any;
19
- }, string, import('vue').PublicProps, Readonly<{
20
- scrollingElement: Element | null;
21
- }> & Readonly<{
21
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
22
22
  "onScroll:up"?: (() => any) | undefined;
23
23
  "onScroll:down"?: (() => any) | undefined;
24
24
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
25
25
  container: HTMLDivElement;
26
- }, any>;
26
+ }, HTMLDivElement>;
27
27
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
28
28
  export default _default;
29
29
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"InfiniteListScroll.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/InfiniteList/components/InfiniteListScroll.vue"],"names":[],"mappings":"AAgJA,iBAAS,cAAc;;yBA4BM,GAAG;;;;;WAUlB,OAAO,IAA6B;EAEjD;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;sBAzHD,OAAO,GAAG,IAAI;;;;;;;;sBAAd,OAAO,GAAG,IAAI;;;;;;OAqIhC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"InfiniteListScroll.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/InfiniteList/components/InfiniteListScroll.vue"],"names":[],"mappings":"AAKA;AAyEA,KAAK,WAAW,GAAG;IACjB,gBAAgB,EAAE,OAAO,GAAG,IAAI,CAAA;CACjC,CAAC;AA8DF,iBAAS,cAAc;WA0BT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;kBAUnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,18 +1,17 @@
1
+ type __VLS_Props = {
2
+ noBg?: boolean;
3
+ noIcon?: boolean;
4
+ };
1
5
  declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
2
7
  slots: {
3
8
  default?(_: {}): any;
4
9
  };
5
10
  refs: {};
6
- attrs: Partial<{}>;
11
+ rootEl: HTMLDivElement;
7
12
  };
8
13
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import('vue').DefineComponent<{
10
- noBg?: boolean;
11
- noIcon?: boolean;
12
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
13
- noBg?: boolean;
14
- noIcon?: boolean;
15
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
16
15
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
16
  export default _default;
18
17
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WInfoCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InfoCard/WInfoCard.vue"],"names":[],"mappings":"AAyCA,iBAAS,cAAc;;yBAqDM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAnFZ,OAAO;aACL,OAAO;;WADT,OAAO;aACL,OAAO;iGAwFhB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WInfoCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InfoCard/WInfoCard.vue"],"names":[],"mappings":"AAiBA;AA6BA,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;AAKF,iBAAS,cAAc;WAyCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,19 +1,18 @@
1
1
  import { SemanticType } from '../../utils/SemanticType';
2
+ type __VLS_Props = {
3
+ title: string;
4
+ semanticType?: SemanticType;
5
+ };
2
6
  declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
3
8
  slots: {
4
9
  default?(_: {}): any;
5
10
  };
6
11
  refs: {};
7
- attrs: Partial<{}>;
12
+ rootEl: HTMLDivElement;
8
13
  };
9
14
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import('vue').DefineComponent<{
11
- title: string;
12
- semanticType?: SemanticType;
13
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
14
- title: string;
15
- semanticType?: SemanticType;
16
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
15
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
17
16
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
17
  export default _default;
19
18
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WInfoCardNegative.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InfoCard/WInfoCardNegative.vue"],"names":[],"mappings":"AAqCA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAuBjD,iBAAS,cAAc;;yBAkDM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAlFZ,MAAM;mBACE,YAAY;;WADpB,MAAM;mBACE,YAAY;iGAuF3B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WInfoCardNegative.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InfoCard/WInfoCardNegative.vue"],"names":[],"mappings":"AAcA;AAqCA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAWjD,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,YAAY,CAAA;CAC5B,CAAC;AAKF,iBAAS,cAAc;WA0CT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { InputProps } from './types';
2
2
  declare const _default: <Type extends InputType = "text">(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
- props: __VLS_PrettifyLocal<any & InputProps<Type>> & import('vue').PublicProps;
3
+ props: __VLS_PrettifyLocal<any & InputProps<Type> & Partial<{}>> & import('vue').PublicProps;
4
4
  expose(exposed: import('vue').ShallowUnwrapRef<{
5
5
  focus: () => void;
6
6
  blur: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"WInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInput.vue"],"names":[],"mappings":"AAwXA,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,SAAS,CAAA;yBAYtB,IAAI,SAAS,SAAS,wBACzB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA+sBxD,mBAAmB,CAAC,sBAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;qBAxmB/B,IAAI;oBAML,IAAI;MAkmBkD,GAAG,IAAI;WACpE,GAAG;;uBA1Dc,GAAG;0BACA,GAAG;wBACL,GAAG;wBACF,GAAG;wBACH,GAAG;uBACJ,GAAG;wBACF,GAAG;uBACJ,GAAG;uBACH,GAAG;;;YA9oBzB,mBAAmB,SAAS,4CAAa,SAAS,GAAG,IAAI;YACzD,gBAAgB,SAAS,aAAa,GAAG,IAAI;YAC7C,aAAa,SAAS,aAAa,GAAG,IAAI;YAC1C,eAAe,SAAS,aAAa,GAAG,IAAI;YAC5C,iBAAiB,SAAS,aAAa,GAAG,IAAI;YAC9C,oBAAoB,SAAS,aAAa,GAAG,IAAI;YACjD,aAAa,GAAG,IAAI;YACpB,OAAO,SAAS,UAAU,GAAG,IAAI;YACjC,MAAM,SAAS,UAAU,GAAG,IAAI;YAChC,OAAO,SAAS,UAAU,GAAG,IAAI;YACjC,WAAW,SAAS,UAAU,GAAG,IAAI;YACrC,cAAc,SAAS,UAAU,GAAG,IAAI;YACxC,cAAc,SAAS,KAAK,GAAG,IAAI;YACnC,OAAO,GAAG,IAAI;;;;;YAwrBwB,OAAO,CAAC,OAAO,WAAW,CAAC;;AAztBvE,wBAytB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"WInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInput.vue"],"names":[],"mappings":"AA0KA;AAwXA,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,SAAS,CAAA;yBAWtB,IAAI,SAAS,SAAS,wBACzB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAkkB1D,mBAAmB,CAAC,oCAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB;qBA3d7B,IAAI;oBAML,IAAI;MAqdgD,GAAG,IAAI;WACpE,GAAG;;uBA/CgB,GAAG;0BACA,GAAG;wBACL,GAAG;wBACF,GAAG;wBACH,GAAG;uBACJ,GAAG;wBACF,GAAG;uBACJ,GAAG;uBACH,GAAG;;;YA7gBzB,mBAAmB,SAAS,4CAAa,SAAS,GAAG,IAAI;YACzD,gBAAgB,SAAS,aAAa,GAAG,IAAI;YAC7C,aAAa,SAAS,aAAa,GAAG,IAAI;YAC1C,eAAe,SAAS,aAAa,GAAG,IAAI;YAC5C,iBAAiB,SAAS,aAAa,GAAG,IAAI;YAC9C,oBAAoB,SAAS,aAAa,GAAG,IAAI;YACjD,aAAa,GAAG,IAAI;YACpB,OAAO,SAAS,UAAU,GAAG,IAAI;YACjC,MAAM,SAAS,UAAU,GAAG,IAAI;YAChC,OAAO,SAAS,UAAU,GAAG,IAAI;YACjC,WAAW,SAAS,UAAU,GAAG,IAAI;YACrC,cAAc,SAAS,UAAU,GAAG,IAAI;YACxC,cAAc,SAAS,KAAK,GAAG,IAAI;YACnC,OAAO,GAAG,IAAI;;;;;YA4iBwB,OAAO,CAAC,OAAO,WAAW,CAAC;;AA5kBvE,wBA4kB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -2,7 +2,7 @@ import { InputAsyncProps } from './types';
2
2
  declare const _default: <Type extends InputType = "text">(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
3
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
4
4
  readonly "onUpdate:modelValue"?: ((value: (Type extends "number" ? number : string) | undefined) => any) | undefined;
5
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & InputAsyncProps<Type>> & import('vue').PublicProps;
5
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:modelValue"> & InputAsyncProps<Type> & Partial<{}>> & import('vue').PublicProps;
6
6
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
7
7
  attrs: any;
8
8
  slots: {
@@ -1 +1 @@
1
- {"version":3,"file":"WInputAsync.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputAsync.vue"],"names":[],"mappings":"AA0SA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,SAAS,CAAA;yBAiB3B,IAAI,SAAS,SAAS,wBACzB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAofxD,mBAAmB,CAAC;;mKAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBA/Ce,GAAG;0BACA,GAAG;uBACN,GAAG;;cA9bzB,mBAAmB,SAAS,4CAAa,SAAS,KAAG,IAAI;;;;YAgfnB,OAAO,CAAC,OAAO,WAAW,CAAC;;AA9fvE,wBA8f4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"WInputAsync.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputAsync.vue"],"names":[],"mappings":"AAgHA;AA0SA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,SAAS,CAAA;yBAgB3B,IAAI,SAAS,SAAS,wBACzB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAwc1D,mBAAmB,CAAC;;iLAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAjDiB,GAAG;0BACA,GAAG;uBACN,GAAG;;cAjZzB,mBAAmB,SAAS,4CAAa,SAAS,KAAG,IAAI;;;;YAqcnB,OAAO,CAAC,OAAO,WAAW,CAAC;;AAldvE,wBAkd4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import { InputDateProps } from './types';
2
2
  import { HorizontalAlign } from '../../utils/HorizontalAlign';
3
3
  declare function __VLS_template(): {
4
+ attrs: Partial<{}>;
4
5
  slots: {
5
6
  title?(_: {}): any;
6
7
  subtitle?(_: {}): any;
@@ -14,7 +15,7 @@ declare function __VLS_template(): {
14
15
  updateDropdown: () => void;
15
16
  }> | null;
16
17
  };
17
- attrs: Partial<{}>;
18
+ rootEl: any;
18
19
  };
19
20
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
21
  declare const __VLS_component: import('vue').DefineComponent<InputDateProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -1 +1 @@
1
- {"version":3,"file":"WInputDate.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputDate.vue"],"names":[],"mappings":"AAgHA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,SAAS,CAAA;AAO3C,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAuEvD,iBAAS,cAAc;;uBAiJK,GAAG;0BACA,GAAG;uBACN,GAAG;;;;;;;;;;WAUjB,OAAO,IAA6B;EAEjD;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;OAWnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WInputDate.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputDate.vue"],"names":[],"mappings":"AAiDA;AAgHA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,SAAS,CAAA;AAO3C,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAiEvD,iBAAS,cAAc;WA6HT,OAAO,IAA6B;;uBAbtB,GAAG;0BACA,GAAG;uBACN,GAAG;;;;;;;;;;;EAgB9B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;OASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -6,7 +6,7 @@ declare const _default: <Type extends InputType = "text", Option extends Record<
6
6
  }>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
7
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
8
8
  readonly "onUpdate:model-value"?: ((value: Type extends "number" ? number : string) => any) | undefined;
9
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:model-value"> & InputOptionsProps<Type, Option>> & import('vue').PublicProps;
9
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:model-value"> & InputOptionsProps<Type, Option> & Partial<{}>> & import('vue').PublicProps;
10
10
  expose(exposed: import('vue').ShallowUnwrapRef<{
11
11
  focus: () => void;
12
12
  blur: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"WInputOptions.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputOptions.vue"],"names":[],"mappings":"AAwMA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;yBAU7B,IAAI,SAAS,SAAS,WAAW,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG;IAAC,EAAE,EAAE,MAAM,CAAA;CAAC;QAA8B,MAAM;gBACzH,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA0YxD,mBAAmB,CAAC;;8KAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;;MAAsB,GAAG,IAAI;WACpE,GAAG;;uBA7Ce,GAAG;0BACA,GAAG;uBACN,GAAG;;;;;YACF,GAAG;;cAzV1B,oBAAoB,qDAAsB,IAAI;;;;YAwYR,OAAO,CAAC,OAAO,WAAW,CAAC;;AApZvE,wBAoZ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"WInputOptions.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputOptions.vue"],"names":[],"mappings":"AA+EA;AAwMA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;yBAS7B,IAAI,SAAS,SAAS,WAAW,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG;IAAC,EAAE,EAAE,MAAM,CAAA;CAAC;QAA8B,MAAM;gBACzH,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAiV1D,mBAAmB,CAAC;;4LAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB;;;MAAsB,GAAG,IAAI;WACpE,GAAG;;uBA/CiB,GAAG;0BACA,GAAG;uBACN,GAAG;;;;;YACF,GAAG;;cA/R1B,oBAAoB,qDAAsB,IAAI;;;;YAgVR,OAAO,CAAC,OAAO,WAAW,CAAC;;AA3VvE,wBA2V4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -196,7 +196,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
196
196
  ]),
197
197
  key: "1"
198
198
  } : void 0,
199
- _ctx.$slots.right?.()?.length ? {
199
+ _ctx.$slots.right ? {
200
200
  name: "right",
201
201
  fn: withCtx(() => [
202
202
  renderSlot(_ctx.$slots, "right")
@@ -1,7 +1,7 @@
1
1
  import { InputSuggestProps } from './types';
2
2
  import { VNode } from 'vue';
3
3
  declare const _default: <Type extends InputType = "text">(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
- props: __VLS_PrettifyLocal<any & InputSuggestProps<Type>> & import('vue').PublicProps;
4
+ props: __VLS_PrettifyLocal<any & InputSuggestProps<Type> & Partial<{}>> & import('vue').PublicProps;
5
5
  expose(exposed: import('vue').ShallowUnwrapRef<{
6
6
  focus: () => void;
7
7
  blur: () => void;
@@ -16,7 +16,7 @@ declare const _default: <Type extends InputType = "text">(__VLS_props: NonNullab
16
16
  unclickable?: boolean;
17
17
  }) => void;
18
18
  right?: (props: Record<string, never>) => void;
19
- content?: (props: {
19
+ content?: (props?: {
20
20
  scrollingElement?: Element;
21
21
  }) => VNode[];
22
22
  }> & {
@@ -26,7 +26,7 @@ declare const _default: <Type extends InputType = "text">(__VLS_props: NonNullab
26
26
  unclickable?: boolean;
27
27
  }) => void;
28
28
  right?: (props: Record<string, never>) => void;
29
- content?: (props: {
29
+ content?: (props?: {
30
30
  scrollingElement?: Element;
31
31
  }) => VNode[];
32
32
  };
@@ -1 +1 @@
1
- {"version":3,"file":"WInputSuggest.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputSuggest.vue"],"names":[],"mappings":"AA4NA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAE9C,OAAO,EAAC,KAAK,KAAK,EAAgC,MAAM,KAAK,CAAA;yBAa5C,IAAI,SAAS,SAAS,wBACzB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAifxD,mBAAmB,CAAC,6BAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;;;;MAAsB,GAAG,IAAI;WACpE,GAAG;;gBAnaH,MAAM,IAAI;mBACP,MAAM,IAAI;iBACZ,CAAC,KAAK,EAAE;YAAC,WAAW,CAAC,EAAE,OAAO,CAAA;SAAC,KAAK,IAAI;gBACzC,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,IAAI;kBACpC,CAAC,KAAK,EAAE;YAAC,gBAAgB,CAAC,EAAE,OAAO,CAAA;SAAC,KAAK,KAAK,EAAE;;gBAJlD,MAAM,IAAI;mBACP,MAAM,IAAI;iBACZ,CAAC,KAAK,EAAE;YAAC,WAAW,CAAC,EAAE,OAAO,CAAA;SAAC,KAAK,IAAI;gBACzC,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,IAAI;kBACpC,CAAC,KAAK,EAAE;YAAC,gBAAgB,CAAC,EAAE,OAAO,CAAA;SAAC,KAAK,KAAK,EAAE;;;YAlEtD,mBAAmB,mDAAsB,IAAI;YAC7C,gBAAgB,SAAS,aAAa,GAAG,IAAI;YAC7C,aAAa,SAAS,aAAa,GAAG,IAAI;YAC1C,eAAe,SAAS,aAAa,GAAG,IAAI;YAC5C,iBAAiB,SAAS,aAAa,GAAG,IAAI;YAC9C,MAAM,GAAG,IAAI;YACb,OAAO,GAAG,IAAI;YACd,aAAa,GAAG,IAAI;YACpB,OAAO,SAAS,UAAU,GAAG,IAAI;YACjC,MAAM,SAAS,UAAU,GAAG,IAAI;;;;;YA6dM,OAAO,CAAC,OAAO,WAAW,CAAC;;AA3fvE,wBA2f4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"WInputSuggest.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputSuggest.vue"],"names":[],"mappings":"AA6HA;AA4NA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAE9C,OAAO,EAAC,KAAK,KAAK,EAAgC,MAAM,KAAK,CAAA;yBAY5C,IAAI,SAAS,SAAS,wBACzB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA6Y1D,mBAAmB,CAAC,2CAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB;;;;;MAAsB,GAAG,IAAI;WACpE,GAAG;;gBA/TD,MAAM,IAAI;mBACP,MAAM,IAAI;iBACZ,CAAC,KAAK,EAAE;YAAC,WAAW,CAAC,EAAE,OAAO,CAAA;SAAC,KAAK,IAAI;gBACzC,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,IAAI;kBACpC,CAAC,KAAK,CAAC,EAAE;YAAC,gBAAgB,CAAC,EAAE,OAAO,CAAA;SAAC,KAAK,KAAK,EAAE;;gBAJnD,MAAM,IAAI;mBACP,MAAM,IAAI;iBACZ,CAAC,KAAK,EAAE;YAAC,WAAW,CAAC,EAAE,OAAO,CAAA;SAAC,KAAK,IAAI;gBACzC,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,IAAI;kBACpC,CAAC,KAAK,CAAC,EAAE;YAAC,gBAAgB,CAAC,EAAE,OAAO,CAAA;SAAC,KAAK,KAAK,EAAE;;;YAnEvD,mBAAmB,mDAAsB,IAAI;YAC7C,gBAAgB,SAAS,aAAa,GAAG,IAAI;YAC7C,aAAa,SAAS,aAAa,GAAG,IAAI;YAC1C,eAAe,SAAS,aAAa,GAAG,IAAI;YAC5C,iBAAiB,SAAS,aAAa,GAAG,IAAI;YAC9C,MAAM,GAAG,IAAI;YACb,OAAO,GAAG,IAAI;YACd,aAAa,GAAG,IAAI;YACpB,OAAO,SAAS,UAAU,GAAG,IAAI;YACjC,MAAM,SAAS,UAAU,GAAG,IAAI;;;;;YA0XM,OAAO,CAAC,OAAO,WAAW,CAAC;;AAvZvE,wBAuZ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,12 +1,4 @@
1
- declare function __VLS_template(): {
2
- slots: {
3
- default?(_: {}): any;
4
- };
5
- refs: {};
6
- attrs: Partial<{}>;
7
- };
8
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import('vue').DefineComponent<{
1
+ type __VLS_Props = {
10
2
  modelValue?: number | string;
11
3
  loading?: boolean;
12
4
  allowClear?: boolean;
@@ -17,24 +9,23 @@ declare const __VLS_component: import('vue').DefineComponent<{
17
9
  textSecure?: boolean;
18
10
  isSecureVisible?: boolean;
19
11
  focused?: boolean;
20
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
+ };
13
+ declare function __VLS_template(): {
14
+ attrs: Partial<{}>;
15
+ slots: {
16
+ default?(_: {}): any;
17
+ };
18
+ refs: {};
19
+ rootEl: any;
20
+ };
21
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
21
23
  "click:paste": () => any;
22
24
  "show:secure": (value: MouseEvent) => any;
23
25
  "hide:secure": (value: MouseEvent) => any;
24
26
  "click:clear": () => any;
25
27
  "click:slot": (value: MouseEvent) => any;
26
- }, string, import('vue').PublicProps, Readonly<{
27
- modelValue?: number | string;
28
- loading?: boolean;
29
- allowClear?: boolean;
30
- allowPaste?: boolean;
31
- allowCopy?: boolean;
32
- disabled?: boolean;
33
- readonly?: boolean;
34
- textSecure?: boolean;
35
- isSecureVisible?: boolean;
36
- focused?: boolean;
37
- }> & Readonly<{
28
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
38
29
  "onClick:paste"?: (() => any) | undefined;
39
30
  "onShow:secure"?: ((value: MouseEvent) => any) | undefined;
40
31
  "onHide:secure"?: ((value: MouseEvent) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"InputActions.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/components/InputActions.vue"],"names":[],"mappings":"AA+IA,iBAAS,cAAc;;yBAmLO,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;iBAzPN,MAAM,GAAG,MAAM;cAClB,OAAO;iBACJ,OAAO;iBACP,OAAO;gBACR,OAAO;eACR,OAAO;eACP,OAAO;iBACL,OAAO;sBACF,OAAO;cACf,OAAO;;;;;;;;iBATJ,MAAM,GAAG,MAAM;cAClB,OAAO;iBACJ,OAAO;iBACP,OAAO;gBACR,OAAO;eACR,OAAO;eACP,OAAO;iBACL,OAAO;sBACF,OAAO;cACf,OAAO;;;;;;;kFA6PjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"InputActions.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/components/InputActions.vue"],"names":[],"mappings":"AAsDA;AA0GA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC5B,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;AAgBF,iBAAS,cAAc;WA2KT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;kFAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,26 +1,23 @@
1
+ type __VLS_Props = {
2
+ tooltipText?: string;
3
+ disabled?: boolean;
4
+ icon?: SVGComponent;
5
+ top?: boolean;
6
+ };
1
7
  declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
2
9
  slots: {
3
10
  default?(_: {}): any;
4
11
  };
5
12
  refs: {};
6
- attrs: Partial<{}>;
13
+ rootEl: HTMLButtonElement;
7
14
  };
8
15
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import('vue').DefineComponent<{
10
- tooltipText?: string;
11
- disabled?: boolean;
12
- icon?: SVGComponent;
13
- top?: boolean;
14
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
16
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
15
17
  click: (value: MouseEvent) => any;
16
- }, string, import('vue').PublicProps, Readonly<{
17
- tooltipText?: string;
18
- disabled?: boolean;
19
- icon?: SVGComponent;
20
- top?: boolean;
21
- }> & Readonly<{
18
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
22
19
  onClick?: ((value: MouseEvent) => any) | undefined;
23
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
24
21
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
25
22
  export default _default;
26
23
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"InputActionsButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/components/InputActionsButton.vue"],"names":[],"mappings":"AAkEA,iBAAS,cAAc;;yBA2DM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;kBArGL,MAAM;eACT,OAAO;WACX,YAAY;UACb,OAAO;;;;kBAHC,MAAM;eACT,OAAO;WACX,YAAY;UACb,OAAO;;;kFA2Gb,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"InputActionsButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/components/InputActionsButton.vue"],"names":[],"mappings":"AA2BA;AA6CA,KAAK,WAAW,GAAG;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,GAAG,CAAC,EAAE,OAAO,CAAA;CACd,CAAC;AAUF,iBAAS,cAAc;WAwDT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;gGAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -7,11 +7,12 @@ interface Props extends Partial<LinkProps> {
7
7
  semanticType?: SemanticType;
8
8
  }
9
9
  declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
10
11
  slots: {
11
12
  default?(_: {}): any;
12
13
  };
13
14
  refs: {};
14
- attrs: Partial<{}>;
15
+ rootEl: any;
15
16
  };
16
17
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
18
  declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
@@ -1 +1 @@
1
- {"version":3,"file":"WLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Link/WLink.vue"],"names":[],"mappings":"AA4CA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAO5C,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAIjD,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;IAChD,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,YAAY,CAAA;CAC5B;AAyBD,iBAAS,cAAc;;yBAoDO,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAxGZ,MAAM;;kBACE,YAAY;YAFlB,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM;UADzC,MAAM;6EAiHb,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Link/WLink.vue"],"names":[],"mappings":"AAaA;AA4CA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAO5C,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAEjD,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;IAChD,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,YAAY,CAAA;CAC5B;AAuBD,iBAAS,cAAc;WAiDT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UA7FZ,MAAM;;kBACE,YAAY;YAFlB,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM;UADzC,MAAM;6EAuGb,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -3,11 +3,12 @@ interface Props extends LinkProps {
3
3
  text?: string;
4
4
  }
5
5
  declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
6
7
  slots: {
7
8
  default?(_: {}): any;
8
9
  };
9
10
  refs: {};
10
- attrs: Partial<{}>;
11
+ rootEl: any;
11
12
  };
12
13
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
14
  declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -1 +1 @@
1
- {"version":3,"file":"WLinkArrow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Link/WLinkArrow.vue"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAQ5C,UAAU,KAAM,SAAQ,SAAS;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AASD,iBAAS,cAAc;;yBAuDM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,sRAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WLinkArrow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Link/WLinkArrow.vue"],"names":[],"mappings":"AAcA;AA8BA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAM5C,UAAU,KAAM,SAAQ,SAAS;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAOD,iBAAS,cAAc;WA8CT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,sRAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -37,7 +37,7 @@ declare const _default: <Data extends DefaultData, QueryParams, Fields extends L
37
37
  cardColumns: CardColumns;
38
38
  cardAreas: CardAreas<Fields, CardColumns["length"]>;
39
39
  cardTo?: (item: Data) => LinkProps["to"];
40
- }> & import('vue').PublicProps;
40
+ } & Partial<{}>> & import('vue').PublicProps;
41
41
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
42
42
  attrs: any;
43
43
  slots: {
@@ -1 +1 @@
1
- {"version":3,"file":"WList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WList.vue"],"names":[],"mappings":"AAwXA,OAAO,KAAK,EAAC,aAAa,EAAE,SAAS,EAAE,cAAc,EAAE,cAAc,EAAE,OAAO,EAAE,UAAU,EAAE,aAAa,EAAC,MAAM,SAAS,CAAA;AACzH,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAC5C,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAA;AAWzC,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAA;yBAYrB,IAAI,SAAS,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,UAAU,CAAC,IAAI,EAAE,WAAW,CAAC,EAAE,WAAW,SAAS,SAAS,OAAO,EAAE,eAC9H,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAirBxD,mBAAmB,CAAC;;;;;;gBA7qBpB,MAAM;gBACN,MAAM;oBACF,cAAc,CAAC,IAAI,CAAC;oBACpB,iBAAiB,CAAC,IAAI,EAAE,WAAW,CAAC;qBACnC,WAAW;uBACT,OAAO,CAAC,YAAY,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC;6BACxC,MAAM;wBACX,MAAM;eACf,aAAa,CAAC,WAAW,CAAC,EAAE;mBACxB,aAAa,CAAC,WAAW,CAAC,EAAE;eAChC,aAAa,CAAC,IAAI,CAAC,EAAE;yBACX,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO;oBAC5B,MAAM;2BACC,MAAM;6BACJ,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM;oBACvD,OAAO;mBACR,MAAM;0BACC,cAAc,CAAC,MAAM,CAAC;sBAC1B,QAAQ;mBACX,OAAO;sBACJ,OAAO;mBACV,OAAO;qBACL,OAAO;yBACH,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,GAAG,SAAS;kBACzC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,KAAK,OAAO;qBAC1B,WAAW;mBACb,SAAS,CAAC,MAAM,EAAE,WAAW,CAAC,QAAQ,CAAC,CAAC;iBAC1C,CAAC,IAAI,EAAE,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC;KAkpB6C,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;YA9De,GAAG;;;;;YACH,GAAG;;cAllBzB,cAAc,SAAS,QAAQ,KAAG,IAAI;;;;YAopBA,OAAO,CAAC,OAAO,WAAW,CAAC;;AA3rBvE,wBA2rB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"WList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WList.vue"],"names":[],"mappings":"AA2OA;AAyXA,OAAO,KAAK,EAAC,aAAa,EAAE,SAAS,EAAE,cAAc,EAAE,cAAc,EAAE,OAAO,EAAE,UAAU,EAAE,aAAa,EAAC,MAAM,SAAS,CAAA;AACzH,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAC5C,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAA;AAWzC,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAA;yBAWrB,IAAI,SAAS,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,UAAU,CAAC,IAAI,EAAE,WAAW,CAAC,EAAE,WAAW,SAAS,SAAS,OAAO,EAAE,eAC9H,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAktB1D,mBAAmB,CAAC;;;;;;gBA/sBlB,MAAM;gBACN,MAAM;oBACF,cAAc,CAAC,IAAI,CAAC;oBACpB,iBAAiB,CAAC,IAAI,EAAE,WAAW,CAAC;qBACnC,WAAW;uBACT,OAAO,CAAC,YAAY,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC;6BACxC,MAAM;wBACX,MAAM;eACf,aAAa,CAAC,WAAW,CAAC,EAAE;mBACxB,aAAa,CAAC,WAAW,CAAC,EAAE;eAChC,aAAa,CAAC,IAAI,CAAC,EAAE;yBACX,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO;oBAC5B,MAAM;2BACC,MAAM;6BACJ,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM;oBACvD,OAAO;mBACR,MAAM;0BACC,cAAc,CAAC,MAAM,CAAC;sBAC1B,QAAQ;mBACX,OAAO;sBACJ,OAAO;mBACV,OAAO;qBACL,OAAO;yBACH,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,GAAG,SAAS;kBACzC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,KAAK,OAAO;qBAC1B,WAAW;mBACb,SAAS,CAAC,MAAM,EAAE,WAAW,CAAC,QAAQ,CAAC,CAAC;iBAC1C,CAAC,IAAI,EAAE,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC;mBAorBoD,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;YAhEiB,GAAG;;;;;YACH,GAAG;;cAlnBzB,cAAc,SAAS,QAAQ,KAAG,IAAI;;;;YAsrBA,OAAO,CAAC,OAAO,WAAW,CAAC;;AA5tBvE,wBA4tB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -245,9 +245,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
245
245
  "has-border": _ctx.hasBorder,
246
246
  "allow-open": allowOpen.value && !skeleton,
247
247
  "align-top": _ctx.alignTop,
248
- "form-name": !skeleton ? _ctx.formNameGetter?.(item) : void 0,
248
+ "form-name": skeleton ? void 0 : _ctx.formNameGetter?.(item),
249
249
  card: unref(isGrid),
250
- to: _ctx.cardTo?.(item),
250
+ to: skeleton ? void 0 : _ctx.cardTo?.(item),
251
+ skeleton,
251
252
  selected: skeleton ? false : unref(getIsSelected)(value, position),
252
253
  "allow-select": allowSelect.value,
253
254
  "allow-select-hover": unref(allowSelectHover),
@@ -327,7 +328,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
327
328
  ]),
328
329
  key: "1"
329
330
  } : void 0
330
- ]), 1032, ["disabled", "disable-more", "mobile", "card-class", "card-wrapper-class", "has-border", "allow-open", "align-top", "form-name", "card", "to", "selected", "allow-select", "allow-select-hover", "onToggle:selected", "onHover:selected"])
331
+ ]), 1032, ["disabled", "disable-more", "mobile", "card-class", "card-wrapper-class", "has-border", "allow-open", "align-top", "form-name", "card", "to", "skeleton", "selected", "allow-select", "allow-select-hover", "onToggle:selected", "onHover:selected"])
331
332
  ]),
332
333
  _: 3
333
334
  }, 8, ["use-query-fn", "query-params", "query-options", "skeleton-length", "page-length", "count", "page-class", "style", "class"])
@@ -1,5 +1,23 @@
1
1
  import { LinkProps } from '../../types/types';
2
+ type __VLS_Props = {
3
+ disabled: boolean | undefined;
4
+ mobile: boolean | undefined;
5
+ alignTop: boolean | undefined;
6
+ hasBorder: boolean | undefined;
7
+ cardClass: string | undefined;
8
+ cardWrapperClass: string | undefined;
9
+ allowOpen: boolean | undefined;
10
+ disableMore: boolean | undefined;
11
+ formName: string | undefined;
12
+ card: boolean;
13
+ to: LinkProps['to'] | undefined;
14
+ skeleton: boolean;
15
+ selected: boolean;
16
+ allowSelect: boolean;
17
+ allowSelectHover: boolean;
18
+ };
2
19
  declare function __VLS_template(): {
20
+ attrs: Partial<{}>;
3
21
  slots: {
4
22
  default?(_: {
5
23
  toggle: () => void;
@@ -13,46 +31,18 @@ declare function __VLS_template(): {
13
31
  refs: {
14
32
  form: unknown;
15
33
  };
16
- attrs: Partial<{}>;
34
+ rootEl: any;
17
35
  };
18
36
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
- declare const __VLS_component: import('vue').DefineComponent<{
20
- disabled: boolean | undefined;
21
- mobile: boolean | undefined;
22
- alignTop: boolean | undefined;
23
- hasBorder: boolean | undefined;
24
- cardClass: string | undefined;
25
- cardWrapperClass: string | undefined;
26
- allowOpen: boolean | undefined;
27
- disableMore: boolean | undefined;
28
- formName: string | undefined;
29
- card: boolean;
30
- to: LinkProps["to"] | undefined;
31
- selected: boolean;
32
- allowSelect: boolean;
33
- allowSelectHover: boolean;
34
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
37
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
35
38
  "toggle:selected": () => any;
36
39
  "hover:selected": () => any;
37
- }, string, import('vue').PublicProps, Readonly<{
38
- disabled: boolean | undefined;
39
- mobile: boolean | undefined;
40
- alignTop: boolean | undefined;
41
- hasBorder: boolean | undefined;
42
- cardClass: string | undefined;
43
- cardWrapperClass: string | undefined;
44
- allowOpen: boolean | undefined;
45
- disableMore: boolean | undefined;
46
- formName: string | undefined;
47
- card: boolean;
48
- to: LinkProps["to"] | undefined;
49
- selected: boolean;
50
- allowSelect: boolean;
51
- allowSelectHover: boolean;
52
- }> & Readonly<{
40
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
53
41
  "onToggle:selected"?: (() => any) | undefined;
54
42
  "onHover:selected"?: (() => any) | undefined;
55
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
43
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
44
+ form: unknown;
45
+ }, any>;
56
46
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
57
47
  export default _default;
58
48
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WListCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WListCard.vue"],"names":[],"mappings":"AA8OA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AA8D5C,iBAAS,cAAc;;;;;;YAwZO,GAAG;sBACN,GAAG;sBACH,GAAG;2BACE,GAAG;;;;;WAUrB,OAAO,IAA6B;EAEjD;AA2BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cA9eT,OAAO,GAAG,SAAS;YACrB,OAAO,GAAG,SAAS;cACjB,OAAO,GAAG,SAAS;eAClB,OAAO,GAAG,SAAS;eACnB,MAAM,GAAG,SAAS;sBACX,MAAM,GAAG,SAAS;eACzB,OAAO,GAAG,SAAS;iBACjB,OAAO,GAAG,SAAS;cACtB,MAAM,GAAG,SAAS;UACtB,OAAO;QACT,SAAS,CAAC,IAAI,CAAC,GAAG,SAAS;cAErB,OAAO;iBACJ,OAAO;sBACF,OAAO;;;;;cAdf,OAAO,GAAG,SAAS;YACrB,OAAO,GAAG,SAAS;cACjB,OAAO,GAAG,SAAS;eAClB,OAAO,GAAG,SAAS;eACnB,MAAM,GAAG,SAAS;sBACX,MAAM,GAAG,SAAS;eACzB,OAAO,GAAG,SAAS;iBACjB,OAAO,GAAG,SAAS;cACtB,MAAM,GAAG,SAAS;UACtB,OAAO;QACT,SAAS,CAAC,IAAI,CAAC,GAAG,SAAS;cAErB,OAAO;iBACJ,OAAO;sBACF,OAAO;;;;kFA0ezB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WListCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WListCard.vue"],"names":[],"mappings":"AAuLA;AA+OA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAgB5C,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,MAAM,EAAE,OAAO,GAAG,SAAS,CAAA;IAC3B,QAAQ,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,SAAS,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,SAAS,EAAE,MAAM,GAAG,SAAS,CAAA;IAC7B,gBAAgB,EAAE,MAAM,GAAG,SAAS,CAAA;IACpC,SAAS,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,WAAW,EAAE,OAAO,GAAG,SAAS,CAAA;IAChC,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAA;IAC5B,IAAI,EAAE,OAAO,CAAA;IACb,EAAE,EAAE,SAAS,CAAC,IAAI,CAAC,GAAG,SAAS,CAAA;IAC/B,QAAQ,EAAE,OAAO,CAAA;IAEjB,QAAQ,EAAE,OAAO,CAAA;IACjB,WAAW,EAAE,OAAO,CAAA;IACpB,gBAAgB,EAAE,OAAO,CAAA;CAC1B,CAAC;AAuBF,iBAAS,cAAc;WA6UT,OAAO,IAA6B;;;;;;YAdpB,GAAG;sBACN,GAAG;sBACH,GAAG;2BACE,GAAG;;;;;;EAgBlC;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;OAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -39,6 +39,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
39
39
  formName: {},
40
40
  card: { type: Boolean },
41
41
  to: {},
42
+ skeleton: { type: Boolean },
42
43
  selected: { type: Boolean },
43
44
  allowSelect: { type: Boolean },
44
45
  allowSelectHover: { type: Boolean }
@@ -52,7 +53,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
52
53
  isOpen.value = !isOpen.value;
53
54
  };
54
55
  const validate = (...args) => formRef.value?.validate(...args);
55
- const isActionShown = computed(() => props.allowOpen || props.to !== void 0 || props.allowSelectHover);
56
+ const isActionShown = computed(() => !props.skeleton && (props.allowOpen || props.to !== void 0 || props.allowSelectHover));
56
57
  return (_ctx, _cache) => {
57
58
  return openBlock(), createElementBlock(Fragment, null, [
58
59
  createElementVNode("div", mergeProps(_ctx.allowSelect ? { "onMouseover": () => _ctx.$emit("hover:selected") } : void 0, {
@@ -1,23 +1,20 @@
1
+ type __VLS_Props = {
2
+ modelValue?: string | number;
3
+ skeleton?: boolean;
4
+ allowOpen?: boolean;
5
+ noPadding?: boolean;
6
+ };
1
7
  declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
2
9
  slots: {
3
10
  default?(_: {}): any;
4
11
  inner?(_: {}): any;
5
12
  };
6
13
  refs: {};
7
- attrs: Partial<{}>;
14
+ rootEl: HTMLDivElement;
8
15
  };
9
16
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import('vue').DefineComponent<{
11
- modelValue?: string | number;
12
- skeleton?: boolean;
13
- allowOpen?: boolean;
14
- noPadding?: boolean;
15
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
16
- modelValue?: string | number;
17
- skeleton?: boolean;
18
- allowOpen?: boolean;
19
- noPadding?: boolean;
20
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
21
18
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
19
  export default _default;
23
20
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WListCardField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WListCardField.vue"],"names":[],"mappings":"AAiDA,iBAAS,cAAc;;yBA+CM,GAAG;uBACL,GAAG;;;WAShB,OAAO,IAA6B;EAEjD;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;iBAhFN,MAAM,GAAG,MAAM;eACjB,OAAO;gBACN,OAAO;gBACP,OAAO;;iBAHN,MAAM,GAAG,MAAM;eACjB,OAAO;gBACN,OAAO;gBACP,OAAO;iGAmFnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WListCardField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WListCardField.vue"],"names":[],"mappings":"AAoBA;AAmCA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AAKF,iBAAS,cAAc;WA6CT,OAAO,IAA6B;;yBAXrB,GAAG;uBACL,GAAG;;;;EAe7B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}