eco-vue-js 0.10.7 → 0.10.9

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 (246) 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 +10 -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 +3 -1
  97. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts.map +1 -1
  98. package/dist/components/InfiniteList/WInfiniteList.vue.js +2 -2
  99. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts +13 -9
  100. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts.map +1 -1
  101. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.js +7 -6
  102. package/dist/components/InfiniteList/components/InfiniteListButton.vue.d.ts +1 -1
  103. package/dist/components/InfiniteList/components/InfiniteListButton.vue.d.ts.map +1 -1
  104. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts +1 -1
  105. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts.map +1 -1
  106. package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.d.ts +1 -1
  107. package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.d.ts.map +1 -1
  108. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts +1 -1
  109. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts.map +1 -1
  110. package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts +8 -8
  111. package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts.map +1 -1
  112. package/dist/components/InfoCard/WInfoCard.vue.d.ts +7 -8
  113. package/dist/components/InfoCard/WInfoCard.vue.d.ts.map +1 -1
  114. package/dist/components/InfoCard/WInfoCardNegative.vue.d.ts +7 -8
  115. package/dist/components/InfoCard/WInfoCardNegative.vue.d.ts.map +1 -1
  116. package/dist/components/Input/WInput.vue.d.ts +1 -1
  117. package/dist/components/Input/WInput.vue.d.ts.map +1 -1
  118. package/dist/components/Input/WInputAsync.vue.d.ts +1 -1
  119. package/dist/components/Input/WInputAsync.vue.d.ts.map +1 -1
  120. package/dist/components/Input/WInputDate.vue.d.ts +2 -1
  121. package/dist/components/Input/WInputDate.vue.d.ts.map +1 -1
  122. package/dist/components/Input/WInputOptions.vue.d.ts +1 -1
  123. package/dist/components/Input/WInputOptions.vue.d.ts.map +1 -1
  124. package/dist/components/Input/WInputOptions.vue.js +1 -1
  125. package/dist/components/Input/WInputSuggest.vue.d.ts +3 -3
  126. package/dist/components/Input/WInputSuggest.vue.d.ts.map +1 -1
  127. package/dist/components/Input/components/InputActions.vue.d.ts +13 -22
  128. package/dist/components/Input/components/InputActions.vue.d.ts.map +1 -1
  129. package/dist/components/Input/components/InputActionsButton.vue.d.ts +11 -14
  130. package/dist/components/Input/components/InputActionsButton.vue.d.ts.map +1 -1
  131. package/dist/components/Link/WLink.vue.d.ts +2 -1
  132. package/dist/components/Link/WLink.vue.d.ts.map +1 -1
  133. package/dist/components/Link/WLinkArrow.vue.d.ts +2 -1
  134. package/dist/components/Link/WLinkArrow.vue.d.ts.map +1 -1
  135. package/dist/components/List/WList.vue.d.ts +1 -1
  136. package/dist/components/List/WList.vue.d.ts.map +1 -1
  137. package/dist/components/List/WList.vue.js +9 -7
  138. package/dist/components/List/WListCard.vue.d.ts +24 -34
  139. package/dist/components/List/WListCard.vue.d.ts.map +1 -1
  140. package/dist/components/List/WListCard.vue.js +2 -1
  141. package/dist/components/List/WListCardField.vue.d.ts +9 -12
  142. package/dist/components/List/WListCardField.vue.d.ts.map +1 -1
  143. package/dist/components/List/WListHeader.vue.d.ts +15 -18
  144. package/dist/components/List/WListHeader.vue.d.ts.map +1 -1
  145. package/dist/components/List/WListHeader.vue.js +10 -3
  146. package/dist/components/List/WListHeaderItem.vue.d.ts +1 -1
  147. package/dist/components/List/WListHeaderItem.vue.d.ts.map +1 -1
  148. package/dist/components/List/components/HeaderFieldNested.vue.d.ts +1 -1
  149. package/dist/components/List/components/HeaderFieldNested.vue.d.ts.map +1 -1
  150. package/dist/components/List/components/HeaderItemResizer.vue.d.ts +3 -3
  151. package/dist/components/List/components/HeaderItemResizer.vue.d.ts.map +1 -1
  152. package/dist/components/List/components/HeaderSettings.vue.d.ts +1 -1
  153. package/dist/components/List/components/HeaderSettings.vue.d.ts.map +1 -1
  154. package/dist/components/List/components/HeaderSettings.vue.js +1 -1
  155. package/dist/components/List/components/HeaderSettingsItem.vue.d.ts +1 -1
  156. package/dist/components/List/components/HeaderSettingsItem.vue.d.ts.map +1 -1
  157. package/dist/components/List/components/HeaderSettingsModeButton.vue.d.ts +3 -5
  158. package/dist/components/List/components/HeaderSettingsModeButton.vue.d.ts.map +1 -1
  159. package/dist/components/List/components/HeaderSort.vue.d.ts +1 -1
  160. package/dist/components/List/components/HeaderSort.vue.d.ts.map +1 -1
  161. package/dist/components/List/components/HeaderSortItem.vue.d.ts +1 -1
  162. package/dist/components/List/components/HeaderSortItem.vue.d.ts.map +1 -1
  163. package/dist/components/List/components/ListCardAction.vue.d.ts +1 -1
  164. package/dist/components/List/components/ListCardAction.vue.d.ts.map +1 -1
  165. package/dist/components/List/components/ListCardAction.vue.js +1 -1
  166. package/dist/components/List/components/ListCardFieldNested.vue.d.ts +1 -1
  167. package/dist/components/List/components/ListCardFieldNested.vue.d.ts.map +1 -1
  168. package/dist/components/List/components/ListCardFieldNestedItem.vue.d.ts +1 -1
  169. package/dist/components/List/components/ListCardFieldNestedItem.vue.d.ts.map +1 -1
  170. package/dist/components/MenuItem/WMenuItem.vue.d.ts +2 -1
  171. package/dist/components/MenuItem/WMenuItem.vue.d.ts.map +1 -1
  172. package/dist/components/Modal/WModal.vue.d.ts +1 -1
  173. package/dist/components/Modal/WModal.vue.d.ts.map +1 -1
  174. package/dist/components/Modal/WModalStepper.vue.d.ts +12 -14
  175. package/dist/components/Modal/WModalStepper.vue.d.ts.map +1 -1
  176. package/dist/components/Modal/WModalWrapper.vue.d.ts +6 -6
  177. package/dist/components/Modal/WModalWrapper.vue.d.ts.map +1 -1
  178. package/dist/components/Modal/components/ModalCloseButton.vue.d.ts +1 -1
  179. package/dist/components/Modal/components/ModalCloseButton.vue.d.ts.map +1 -1
  180. package/dist/components/Modal/modals/Confirm/ConfirmModal.vue.d.ts +5 -15
  181. package/dist/components/Modal/modals/Confirm/ConfirmModal.vue.d.ts.map +1 -1
  182. package/dist/components/Nav/WNavBar.vue.d.ts +2 -1
  183. package/dist/components/Nav/WNavBar.vue.d.ts.map +1 -1
  184. package/dist/components/Nav/WNavItem.vue.d.ts +2 -1
  185. package/dist/components/Nav/WNavItem.vue.d.ts.map +1 -1
  186. package/dist/components/Nav/WNavItemExpand.vue.d.ts +10 -4
  187. package/dist/components/Nav/WNavItemExpand.vue.d.ts.map +1 -1
  188. package/dist/components/Nav/WNavItemTransition.vue.d.ts +2 -1
  189. package/dist/components/Nav/WNavItemTransition.vue.d.ts.map +1 -1
  190. package/dist/components/Notify/WNotify.vue.d.ts.map +1 -1
  191. package/dist/components/Notify/components/NotifyCard.vue.d.ts +1 -1
  192. package/dist/components/Notify/components/NotifyCard.vue.d.ts.map +1 -1
  193. package/dist/components/NumberFormatter/WNumberFormatter.vue.d.ts +3 -8
  194. package/dist/components/NumberFormatter/WNumberFormatter.vue.d.ts.map +1 -1
  195. package/dist/components/Page/WPage.vue.d.ts +13 -20
  196. package/dist/components/Page/WPage.vue.d.ts.map +1 -1
  197. package/dist/components/Page/WPageNumerator.vue.d.ts +3 -2
  198. package/dist/components/Page/WPageNumerator.vue.d.ts.map +1 -1
  199. package/dist/components/Page/WPageTitle.vue.d.ts +3 -5
  200. package/dist/components/Page/WPageTitle.vue.d.ts.map +1 -1
  201. package/dist/components/Progress/WProgress.vue.d.ts +3 -4
  202. package/dist/components/Progress/WProgress.vue.d.ts.map +1 -1
  203. package/dist/components/Select/WSelect.vue.d.ts +1 -1
  204. package/dist/components/Select/WSelect.vue.d.ts.map +1 -1
  205. package/dist/components/Select/WSelectAsync.vue.d.ts +1 -1
  206. package/dist/components/Select/WSelectAsync.vue.d.ts.map +1 -1
  207. package/dist/components/Select/WSelectAsyncList.vue.d.ts +1 -1
  208. package/dist/components/Select/WSelectAsyncList.vue.d.ts.map +1 -1
  209. package/dist/components/Select/WSelectAsyncSingle.vue.d.ts +1 -1
  210. package/dist/components/Select/WSelectAsyncSingle.vue.d.ts.map +1 -1
  211. package/dist/components/Select/WSelectSingle.vue.d.ts +1 -1
  212. package/dist/components/Select/WSelectSingle.vue.d.ts.map +1 -1
  213. package/dist/components/Select/WSelectStringified.vue.d.ts +1 -1
  214. package/dist/components/Select/WSelectStringified.vue.d.ts.map +1 -1
  215. package/dist/components/Select/components/SelectAsyncList.vue.d.ts +1 -1
  216. package/dist/components/Select/components/SelectAsyncList.vue.d.ts.map +1 -1
  217. package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts +1 -1
  218. package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts.map +1 -1
  219. package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts +1 -1
  220. package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts.map +1 -1
  221. package/dist/components/Select/components/SelectOption.vue.d.ts +1 -1
  222. package/dist/components/Select/components/SelectOption.vue.d.ts.map +1 -1
  223. package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts +1 -1
  224. package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts.map +1 -1
  225. package/dist/components/Skeleton/WSkeleton.vue.d.ts +1 -1
  226. package/dist/components/Skeleton/WSkeleton.vue.d.ts.map +1 -1
  227. package/dist/components/Spinner/WSpinner.vue.d.ts +1 -1
  228. package/dist/components/Spinner/WSpinner.vue.d.ts.map +1 -1
  229. package/dist/components/Tabs/WTabs.vue.d.ts +4 -3
  230. package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -1
  231. package/dist/components/Tabs/WTabsColumns.vue.d.ts +2 -1
  232. package/dist/components/Tabs/WTabsColumns.vue.d.ts.map +1 -1
  233. package/dist/components/Tabs/WTabsItem.vue.d.ts +2 -1
  234. package/dist/components/Tabs/WTabsItem.vue.d.ts.map +1 -1
  235. package/dist/components/Tabs/components/TabItem.vue.d.ts +10 -13
  236. package/dist/components/Tabs/components/TabItem.vue.d.ts.map +1 -1
  237. package/dist/components/Tabs/components/TabTitleButton.vue.d.ts +20 -32
  238. package/dist/components/Tabs/components/TabTitleButton.vue.d.ts.map +1 -1
  239. package/dist/components/Toggle/WToggle.vue.d.ts +1 -1
  240. package/dist/components/Toggle/WToggle.vue.d.ts.map +1 -1
  241. package/dist/components/Tooltip/WTooltip.vue.d.ts +23 -9
  242. package/dist/components/Tooltip/WTooltip.vue.d.ts.map +1 -1
  243. package/dist/components/Tooltip/WTooltipContainer.vue.d.ts.map +1 -1
  244. package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts +11 -14
  245. package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts.map +1 -1
  246. package/package.json +4 -3
package/README.md CHANGED
@@ -48,18 +48,18 @@ import IconCheck from 'eco-vue-js/dist/assets/icons/default/IconCheck'
48
48
 
49
49
  ### Local testing
50
50
 
51
- 1. Build library:
51
+ 1. Register the library globally:
52
52
  ```
53
- npm i
54
- npm run build
53
+ npm link
55
54
  ```
56
- 2. Create a `.tgz` file and copy absolute path to it:
55
+ 2. Run development build with HMR:
57
56
  ```
58
- npm pack
57
+ npm ci
58
+ npm run dev
59
59
  ```
60
- 3. Install library from created `.tgz`
60
+ 3. Creates a symlink to the built library in project
61
61
  ```
62
- npm i --save <absolute_path_to_file>
62
+ npm link eco-vue-js
63
63
  ```
64
64
 
65
65
  ### Updating the bundle
@@ -1,5 +1,6 @@
1
1
  import { VNode } from 'vue';
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: Readonly<{
4
5
  top?: () => VNode[];
5
6
  filter?: () => VNode[];
@@ -10,10 +11,10 @@ declare function __VLS_template(): {
10
11
  bottom?: () => VNode[];
11
12
  };
12
13
  refs: {};
13
- attrs: Partial<{}>;
14
+ rootEl: HTMLDivElement;
14
15
  };
15
16
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
17
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
17
18
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
19
  export default _default;
19
20
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WActionsBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ActionsBar/WActionsBar.vue"],"names":[],"mappings":"AA4GA,OAAO,EAAC,KAAK,KAAK,EAA8C,MAAM,KAAK,CAAA;AA8C3E,iBAAS,cAAc;;cATf,MAAM,KAAK,EAAE;iBACV,MAAM,KAAK,EAAE;iBACb,MAAM,KAAK,EAAE;;cAFhB,MAAM,KAAK,EAAE;iBACV,MAAM,KAAK,EAAE;iBACb,MAAM,KAAK,EAAE;;;WA4KV,OAAO,IAA6B;EAEjD;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WActionsBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ActionsBar/WActionsBar.vue"],"names":[],"mappings":"AAgEA;AA4GA,OAAO,EAAC,KAAK,KAAK,EAA8C,MAAM,KAAK,CAAA;AA0C3E,iBAAS,cAAc;WAyGT,OAAO,IAA6B;;cAhH1C,MAAM,KAAK,EAAE;iBACV,MAAM,KAAK,EAAE;iBACb,MAAM,KAAK,EAAE;;cAFhB,MAAM,KAAK,EAAE;iBACV,MAAM,KAAK,EAAE;iBACb,MAAM,KAAK,EAAE;;;;EAmHvB;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,4 +1,8 @@
1
+ type __VLS_Props = {
2
+ isOpen: boolean;
3
+ };
1
4
  declare function __VLS_template(): {
5
+ attrs: Partial<{}>;
2
6
  slots: {
3
7
  toggle?(_: {
4
8
  unclickable: boolean;
@@ -12,21 +16,17 @@ declare function __VLS_template(): {
12
16
  backdrop: HTMLDivElement;
13
17
  content: HTMLDivElement;
14
18
  };
15
- attrs: Partial<{}>;
19
+ rootEl: HTMLDivElement;
16
20
  };
17
21
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
- declare const __VLS_component: import('vue').DefineComponent<{
19
- isOpen: boolean;
20
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
22
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
21
23
  close: () => any;
22
- }, string, import('vue').PublicProps, Readonly<{
23
- isOpen: boolean;
24
- }> & Readonly<{
24
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
25
25
  onClose?: (() => any) | undefined;
26
26
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
27
27
  backdrop: HTMLDivElement;
28
28
  content: HTMLDivElement;
29
- }, any>;
29
+ }, HTMLDivElement>;
30
30
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
31
31
  export default _default;
32
32
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WBottomSheet.vue.d.ts","sourceRoot":"","sources":["../../../src/components/BottomSheet/WBottomSheet.vue"],"names":[],"mappings":"AAsLA,iBAAS,cAAc;;;;YAmIK,GAAG;;;YACF,GAAG;yBACF,GAAG;;;;;;WAWnB,OAAO,IAA6B;EAEjD;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YA5NX,OAAO;;;;YAAP,OAAO;;;;;;OAsOf,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":"WBottomSheet.vue.d.ts","sourceRoot":"","sources":["../../../src/components/BottomSheet/WBottomSheet.vue"],"names":[],"mappings":"AA4DA;AAwHA,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,OAAO,CAAA;CAChB,CAAC;AAsDF,iBAAS,cAAc;WAyGT,OAAO,IAA6B;;;;YAdtB,GAAG;;;YACF,GAAG;yBACF,GAAG;;;;;;;EAiBhC;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;kBASnB,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"}
@@ -14,11 +14,12 @@ interface Props extends Partial<LinkProps> {
14
14
  semanticTypeMap?: Partial<Record<SemanticType, string>>;
15
15
  }
16
16
  declare function __VLS_template(): {
17
+ attrs: Partial<{}>;
17
18
  slots: {
18
19
  default?(_: {}): any;
19
20
  };
20
21
  refs: {};
21
- attrs: Partial<{}>;
22
+ rootEl: any;
22
23
  };
23
24
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
24
25
  declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -1 +1 @@
1
- {"version":3,"file":"WButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButton.vue"],"names":[],"mappings":"AAkGA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAM5C,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAMjD,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,GAAG,CAAC,EAAE,GAAG,GAAG,QAAQ,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;IAChD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,eAAe,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC,CAAA;CACxD;AA0CD,iBAAS,cAAc;;yBAoIM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;UAlNZ,MAAM;;SADP,GAAG,GAAG,QAAQ;kBAHL,YAAY;YAOlB,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM;UADzC,MAAM;qBAIK,OAAO,CAAC,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;6EAsNvD,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":"WButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButton.vue"],"names":[],"mappings":"AA+CA;AAkGA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAM5C,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAIjD,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,GAAG,CAAC,EAAE,GAAG,GAAG,QAAQ,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;IAChD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,eAAe,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC,CAAA;CACxD;AAsCD,iBAAS,cAAc;WAuGT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;UAzKZ,MAAM;;SADP,GAAG,GAAG,QAAQ;kBAHL,YAAY;YAOlB,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM;UADzC,MAAM;qBAIK,OAAO,CAAC,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC;6EA4KvD,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"}
@@ -10,11 +10,12 @@ interface Props extends Partial<LinkProps> {
10
10
  outline?: boolean;
11
11
  }
12
12
  declare function __VLS_template(): {
13
+ attrs: Partial<{}>;
13
14
  slots: {
14
15
  icon?(_: {}): any;
15
16
  };
16
17
  refs: {};
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<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonAction.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonAction.vue"],"names":[],"mappings":"AAAA,OA0FO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAM5C,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAsBjD,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,GAAG,CAAC,EAAE,QAAQ,GAAG,GAAG,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAgCD,iBAAS,cAAc;;sBAgGI,GAAG;;;WAShB,OAAO,IAA6B;EAEjD;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WAhKX,MAAM;;UAJP,YAAY;SAGb,QAAQ,GAAG,GAAG;kBAEL,YAAY;6EAyK3B,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":"WButtonAction.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonAction.vue"],"names":[],"mappings":"AAmCA;AAAA,OA0FO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAM5C,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAoBjD,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,GAAG,CAAC,EAAE,QAAQ,GAAG,GAAG,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AA4BD,iBAAS,cAAc;WAkFT,OAAO,IAA6B;;sBAVvB,GAAG;;;;EAe7B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WAtIX,MAAM;;UAJP,YAAY;SAGb,QAAQ,GAAG,GAAG;kBAEL,YAAY;6EA8I3B,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"}
@@ -1,7 +1,6 @@
1
- declare const _default: import('vue').DefineComponent<{
1
+ type __VLS_Props = {
2
2
  value: string;
3
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
4
- value: string;
5
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
3
+ };
4
+ declare const _default: 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>;
6
5
  export default _default;
7
6
  //# sourceMappingURL=WButtonCopy.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonCopy.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonCopy.vue"],"names":[],"mappings":";WA6CS,MAAM;;WAAN,MAAM;;AAoFf,wBAMG"}
1
+ {"version":3,"file":"WButtonCopy.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonCopy.vue"],"names":[],"mappings":"AAoBA;AA0CA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;;AA4EF,wBAOG"}
@@ -1,20 +1,24 @@
1
1
  import { ButtonDropdownProps } from './types';
2
+ import { VNode } from 'vue';
2
3
  import { HorizontalAlign } from '../../utils/HorizontalAlign';
3
4
  declare function __VLS_template(): {
4
- slots: {
5
- content?(_: {
6
- close: () => void;
7
- }): any;
5
+ attrs: Partial<{}>;
6
+ slots: Readonly<{
7
+ button?: () => VNode[];
8
+ content?: () => VNode[];
9
+ }> & {
10
+ button?: () => VNode[];
11
+ content?: () => VNode[];
8
12
  };
9
13
  refs: {};
10
- attrs: Partial<{}>;
14
+ rootEl: HTMLDivElement;
11
15
  };
12
16
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
17
  declare const __VLS_component: import('vue').DefineComponent<ButtonDropdownProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ButtonDropdownProps> & Readonly<{}>, {
14
18
  maxHeight: number;
15
19
  maxWidth: number;
16
20
  horizontalAlign: HorizontalAlign;
17
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
18
22
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
23
  export default _default;
20
24
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonDropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonDropdown.vue"],"names":[],"mappings":"AA8FA,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,SAAS,CAAA;AAShD,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AA+BvD,iBAAS,cAAc;;;;YA0JO,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6EAOnB,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":"WButtonDropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonDropdown.vue"],"names":[],"mappings":"AA+DA;AAmGA,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,SAAS,CAAA;AAEhD,OAAO,EAAC,KAAK,KAAK,EAAM,MAAM,KAAK,CAAA;AAOnC,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAgCvD,iBAAS,cAAc;WAiKT,OAAO,IAA6B;;iBA5KvC,MAAM,KAAK,EAAE;kBACZ,MAAM,KAAK,EAAE;;iBADd,MAAM,KAAK,EAAE;kBACZ,MAAM,KAAK,EAAE;;;;EAgLxB;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;wFAQnB,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"}
@@ -4,7 +4,7 @@ declare const _default: <Model extends number | string | null | boolean, Entity
4
4
  }["fn"] | undefined = undefined>(__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<{
5
5
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
6
6
  readonly "onUpdate:model-value"?: ((value: Model) => any) | undefined;
7
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:model-value"> & ButtonGroupProps<Model, Entity, ValueGetter>> & import('vue').PublicProps;
7
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:model-value"> & ButtonGroupProps<Model, Entity, ValueGetter> & Partial<{}>> & import('vue').PublicProps;
8
8
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
9
9
  attrs: any;
10
10
  slots: {
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonGroup.vue"],"names":[],"mappings":"AAqGA,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAA;yBAW5B,KAAK,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,SAAS;IAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,CAAA;CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,2BAC3J,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;WA6KxD,mBAAmB,CAAC;;2LAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAlCc,GAAG;;;;YACD,GAAG;uBACJ,GAAG;;cAtIzB,oBAAoB,SAAS,KAAK,KAAG,IAAI;;;;YA2KH,OAAO,CAAC,OAAO,WAAW,CAAC;;AAvLvE,wBAuL4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"WButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonGroup.vue"],"names":[],"mappings":"AA2DA;AAqGA,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAA;yBAU5B,KAAK,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,SAAS;IAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,CAAA;CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,2BAC3J,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;WAuL1D,mBAAmB,CAAC;;yMAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBApCgB,GAAG;;;;YACD,GAAG;uBACJ,GAAG;;cA/IzB,oBAAoB,SAAS,KAAK,KAAG,IAAI;;;;YAsLH,OAAO,CAAC,OAAO,WAAW,CAAC;;AAjMvE,wBAiM4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,20 +1,19 @@
1
+ type __VLS_Props = {
2
+ icon?: SVGComponent;
3
+ disabled?: boolean;
4
+ };
1
5
  declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
2
7
  slots: {
3
8
  default?(_: {
4
9
  close: () => void;
5
10
  }): any;
6
11
  };
7
12
  refs: {};
8
- attrs: Partial<{}>;
13
+ rootEl: HTMLButtonElement;
9
14
  };
10
15
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('vue').DefineComponent<{
12
- icon?: SVGComponent;
13
- disabled?: boolean;
14
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
15
- icon?: SVGComponent;
16
- disabled?: boolean;
17
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ 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, {}, HTMLButtonElement>;
18
17
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
18
  export default _default;
20
19
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonMore.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonMore.vue"],"names":[],"mappings":"AA4GA,iBAAS,cAAc;;;yBARL,IAAI;YA6GQ,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WArJZ,YAAY;eACR,OAAO;;WADX,YAAY;eACR,OAAO;iGA0JlB,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":"WButtonMore.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonMore.vue"],"names":[],"mappings":"AA8CA;AAoFA,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAiBF,iBAAS,cAAc;WA+FT,OAAO,IAA6B;;;yBArGhC,IAAI;YA2FQ,GAAG;;;;EAehC;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,gTAOnB,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
  download?: string;
8
8
  }
9
9
  declare function __VLS_template(): {
10
+ attrs: Partial<{}>;
10
11
  slots: {
11
12
  icon?(_: {}): 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":"WButtonMoreItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonMoreItem.vue"],"names":[],"mappings":"AA2CA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAM5C,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAuBD,iBAAS,cAAc;;sBA6CG,GAAG;;;WASf,OAAO,IAA6B;EAEjD;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;UA9FZ,YAAY;UAEZ,MAAM;cACF,MAAM;6EAkGjB,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":"WButtonMoreItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonMoreItem.vue"],"names":[],"mappings":"AAkBA;AA2CA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAI5C,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAqBD,iBAAS,cAAc;WAoDT,OAAO,IAA6B;;sBAVxB,GAAG;;;;EAe5B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;UA7FZ,YAAY;UAEZ,MAAM;cACF,MAAM;6EAkGjB,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"}
@@ -1,36 +1,45 @@
1
+ import { VNode } from 'vue';
2
+ type __VLS_Props = {
3
+ title?: string;
4
+ disableMessage?: string;
5
+ selectedCount?: number;
6
+ };
1
7
  declare function __VLS_template(): {
2
- slots: {
3
- default?(_: {
8
+ attrs: Partial<{}>;
9
+ slots: Readonly<{
10
+ default?: (props: {
11
+ disableMessage: string | undefined;
12
+ cssClass: string;
13
+ }) => VNode[];
14
+ more?: (props: {
15
+ disableMessage: string | undefined;
16
+ cssClass: string;
17
+ }) => VNode[];
18
+ settings?: () => VNode[];
19
+ }> & {
20
+ default?: (props: {
4
21
  disableMessage: string | undefined;
5
22
  cssClass: string;
6
- }): any;
7
- more?(_: {
23
+ }) => VNode[];
24
+ more?: (props: {
8
25
  disableMessage: string | undefined;
9
26
  cssClass: string;
10
- }): any;
11
- settings?(_: {}): any;
27
+ }) => VNode[];
28
+ settings?: () => VNode[];
12
29
  };
13
30
  refs: {};
14
- attrs: Partial<{}>;
31
+ rootEl: HTMLDivElement;
15
32
  };
16
33
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: import('vue').DefineComponent<{
18
- title?: string;
19
- disableMessage?: string;
20
- selectedCount?: number;
21
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
34
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
22
35
  "clear:selection": () => any;
23
- }, string, import('vue').PublicProps, Readonly<{
24
- title?: string;
25
- disableMessage?: string;
26
- selectedCount?: number;
27
- }> & Readonly<{
36
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
28
37
  "onClear:selection"?: (() => any) | undefined;
29
38
  }>, {
30
39
  title: string;
31
40
  disableMessage: string;
32
41
  selectedCount: number;
33
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
42
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
34
43
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
35
44
  export default _default;
36
45
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonSelection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonSelection.vue"],"names":[],"mappings":"AAyJA,iBAAS,cAAc;;;;;YA6KM,GAAG;;;;YACL,GAAG;0BACC,GAAG;;;WASpB,OAAO,IAA6B;EAEjD;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YAlPT,MAAM;qBACG,MAAM;oBACP,MAAM;;;;YAFd,MAAM;qBACG,MAAM;oBACP,MAAM;;;;WAFd,MAAM;oBACG,MAAM;mBACP,MAAM;6EA0PxB,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":"WButtonSelection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonSelection.vue"],"names":[],"mappings":"AAiEA;AA6GA,OAAO,EAAC,KAAK,KAAK,EAAyB,MAAM,KAAK,CAAA;AActD,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,aAAa,CAAC,EAAE,MAAM,CAAA;CACvB,CAAC;AAgCJ,iBAAS,cAAc;WAmJT,OAAO,IAA6B;;kBA/JtC,CAAC,KAAK,EAAE;YAAC,cAAc,EAAE,MAAM,GAAG,SAAS,CAAC;YAAC,QAAQ,EAAE,MAAM,CAAA;SAAC,KAAK,KAAK,EAAE;eAC7E,CAAC,KAAK,EAAE;YAAC,cAAc,EAAE,MAAM,GAAG,SAAS,CAAC;YAAC,QAAQ,EAAE,MAAM,CAAA;SAAC,KAAK,KAAK,EAAE;mBACtE,MAAM,KAAK,EAAE;;kBAFd,CAAC,KAAK,EAAE;YAAC,cAAc,EAAE,MAAM,GAAG,SAAS,CAAC;YAAC,QAAQ,EAAE,MAAM,CAAA;SAAC,KAAK,KAAK,EAAE;eAC7E,CAAC,KAAK,EAAE;YAAC,cAAc,EAAE,MAAM,GAAG,SAAS,CAAC;YAAC,QAAQ,EAAE,MAAM,CAAA;SAAC,KAAK,KAAK,EAAE;mBACtE,MAAM,KAAK,EAAE;;;;EAkKzB;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WAhNT,MAAM;oBACG,MAAM;mBACP,MAAM;wFAuNxB,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"}
@@ -35,7 +35,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
35
35
  disableMessage: disableMessageValue.value,
36
36
  cssClass: "border-r border-solid border-gray-300 dark:border-gray-700 last:border-r-0"
37
37
  }))),
38
- _ctx.$slots.more?.()?.length ? (openBlock(), createBlock(_sfc_main$1, {
38
+ _ctx.$slots.more ? (openBlock(), createBlock(_sfc_main$1, {
39
39
  key: 0,
40
40
  "is-open": isOpen.value,
41
41
  "max-width": 200,
@@ -1,19 +1,14 @@
1
- declare const _default: import('vue').DefineComponent<{
1
+ type __VLS_Props = {
2
2
  title?: string;
3
3
  icon: SVGComponent;
4
4
  disableMessage?: string;
5
5
  disabled?: boolean;
6
6
  active?: boolean;
7
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
8
9
  click: () => any;
9
- }, string, import('vue').PublicProps, Readonly<{
10
- title?: string;
11
- icon: SVGComponent;
12
- disableMessage?: string;
13
- disabled?: boolean;
14
- active?: boolean;
15
- }> & Readonly<{
10
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
16
11
  onClick?: (() => any) | undefined;
17
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
12
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
18
13
  export default _default;
19
14
  //# sourceMappingURL=WButtonSelectionAction.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonSelectionAction.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonSelectionAction.vue"],"names":[],"mappings":";YAwDU,MAAM;UACR,YAAY;qBACD,MAAM;eACZ,OAAO;aACT,OAAO;;;;YAJR,MAAM;UACR,YAAY;qBACD,MAAM;eACZ,OAAO;aACT,OAAO;;;;AAqHlB,wBASG"}
1
+ {"version":3,"file":"WButtonSelectionAction.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonSelectionAction.vue"],"names":[],"mappings":"AAiCA;AAqDA,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,YAAY,CAAA;IAClB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;;;;;;AAsFF,wBAQG"}
@@ -1,14 +1,4 @@
1
- declare function __VLS_template(): {
2
- slots: {
3
- default?(_: {}): any;
4
- };
5
- refs: {
6
- element: HTMLButtonElement;
7
- };
8
- attrs: Partial<{}>;
9
- };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('vue').DefineComponent<{
1
+ type __VLS_Props = {
12
2
  modelValue: boolean | null;
13
3
  title?: string;
14
4
  disabled?: boolean;
@@ -19,26 +9,27 @@ declare const __VLS_component: import('vue').DefineComponent<{
19
9
  intermediate?: boolean;
20
10
  tooltipText?: string;
21
11
  alignTop?: boolean;
22
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
12
+ };
13
+ declare function __VLS_template(): {
14
+ attrs: Partial<{}>;
15
+ slots: {
16
+ default?(_: {}): any;
17
+ };
18
+ refs: {
19
+ element: HTMLButtonElement;
20
+ };
21
+ rootEl: HTMLButtonElement;
22
+ };
23
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
24
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
23
25
  "update:modelValue": (value: boolean) => any;
24
26
  "update-shift:modelValue": (value: boolean) => any;
25
- }, string, import('vue').PublicProps, Readonly<{
26
- modelValue: boolean | null;
27
- title?: string;
28
- disabled?: boolean;
29
- readonly?: boolean;
30
- icon?: SVGComponent;
31
- radio?: boolean;
32
- loading?: boolean;
33
- intermediate?: boolean;
34
- tooltipText?: string;
35
- alignTop?: boolean;
36
- }> & Readonly<{
27
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
37
28
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
38
29
  "onUpdate-shift:modelValue"?: ((value: boolean) => any) | undefined;
39
30
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
40
31
  element: HTMLButtonElement;
41
- }, any>;
32
+ }, HTMLButtonElement>;
42
33
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
43
34
  export default _default;
44
35
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/WCheckbox.vue"],"names":[],"mappings":"AAqKA,iBAAS,cAAc;;yBAkKO,GAAG;;;;;WAUnB,OAAO,IAA6B;EAEjD;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;gBAjOP,OAAO,GAAG,IAAI;YAClB,MAAM;eACH,OAAO;eACP,OAAO;WACX,YAAY;YACX,OAAO;cACL,OAAO;mBACF,OAAO;kBACR,MAAM;eACT,OAAO;;;;;gBATN,OAAO,GAAG,IAAI;YAClB,MAAM;eACH,OAAO;eACP,OAAO;WACX,YAAY;YACX,OAAO;cACL,OAAO;mBACF,OAAO;kBACR,MAAM;eACT,OAAO;;;;;;OAmOlB,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":"WCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Checkbox/WCheckbox.vue"],"names":[],"mappings":"AAoFA;AAgIA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,OAAO,GAAG,IAAI,CAAA;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAmBF,iBAAS,cAAc;WAuIT,OAAO,IAA6B;;yBAXpB,GAAG;;;;;;EAgBhC;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;qBASnB,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"}
@@ -98,7 +98,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
98
98
  class: "pointer-events-none"
99
99
  }, null, 8, ["text", "trigger"])) : createCommentVNode("", true)
100
100
  ], 42, _hoisted_1),
101
- _ctx.$slots.default?.().length || _ctx.title ? (openBlock(), createElementBlock("div", _hoisted_2, [
101
+ _ctx.$slots.default || _ctx.title ? (openBlock(), createElementBlock("div", _hoisted_2, [
102
102
  renderSlot(_ctx.$slots, "default", {}, () => [
103
103
  createTextVNode(toDisplayString(_ctx.title), 1)
104
104
  ])
@@ -1,21 +1,19 @@
1
1
  import { SemanticType } from '../../utils/SemanticType';
2
+ type __VLS_Props = {
3
+ text?: string;
4
+ semanticType?: SemanticType;
5
+ skeleton?: boolean;
6
+ };
2
7
  declare function __VLS_template(): {
8
+ attrs: Partial<{}>;
3
9
  slots: {
4
10
  default?(_: {}): any;
5
11
  };
6
12
  refs: {};
7
- attrs: Partial<{}>;
13
+ rootEl: any;
8
14
  };
9
15
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
- declare const __VLS_component: import('vue').DefineComponent<{
11
- text?: string;
12
- semanticType?: SemanticType;
13
- skeleton?: boolean;
14
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
15
- text?: string;
16
- semanticType?: SemanticType;
17
- skeleton?: boolean;
18
- }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
+ 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, {}, any>;
19
17
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
18
  export default _default;
21
19
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WChip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Chip/WChip.vue"],"names":[],"mappings":"AAwCA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAwBjD,iBAAS,cAAc;;yBA+CM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAzFZ,MAAM;mBACE,YAAY;eAChB,OAAO;;WAFX,MAAM;mBACE,YAAY;eAChB,OAAO;iGA6FlB,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":"WChip.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Chip/WChip.vue"],"names":[],"mappings":"AAgBA;AAwCA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAEjD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAcF,iBAAS,cAAc;WAuCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,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,11 +1,12 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {}): any;
4
5
  };
5
6
  refs: {
6
7
  element: HTMLDivElement;
7
8
  };
8
- attrs: Partial<{}>;
9
+ rootEl: HTMLDivElement;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -14,7 +15,7 @@ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {},
14
15
  onClick?: (() => any) | undefined;
15
16
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
16
17
  element: HTMLDivElement;
17
- }, any>;
18
+ }, HTMLDivElement>;
18
19
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
20
  export default _default;
20
21
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WClickOutside.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ClickOutside/WClickOutside.vue"],"names":[],"mappings":"AA6EA,iBAAS,cAAc;;yBA4BM,GAAG;;;;;WAUlB,OAAO,IAA6B;EAEjD;AAUD,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;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WClickOutside.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ClickOutside/WClickOutside.vue"],"names":[],"mappings":"AAKA;AAuEA,iBAAS,cAAc;WA0BT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;kBAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,13 +1,10 @@
1
- declare const _default: import('vue').DefineComponent<{
1
+ type __VLS_Props = {
2
2
  count: number;
3
3
  trigger?: number;
4
4
  small?: boolean;
5
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
6
- count: number;
7
- trigger?: number;
8
- small?: boolean;
9
- }> & Readonly<{}>, {
5
+ };
6
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
7
  trigger: number;
11
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
8
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
12
9
  export default _default;
13
10
  //# sourceMappingURL=WCounter.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WCounter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Counter/WCounter.vue"],"names":[],"mappings":";WAwDW,MAAM;cACH,MAAM;YACR,OAAO;;WAFR,MAAM;cACH,MAAM;YACR,OAAO;;aADL,MAAM;;AAsGpB,wBAOG"}
1
+ {"version":3,"file":"WCounter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Counter/WCounter.vue"],"names":[],"mappings":"AAYA;AAqDA,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB,CAAC;;aAFU,MAAM;;AA6EpB,wBAQG"}
@@ -1,16 +1,13 @@
1
1
  import { DateRange } from './models/types';
2
- declare const _default: import('vue').DefineComponent<{
2
+ type __VLS_Props = {
3
3
  modelValue: DateRange | undefined;
4
4
  minDate?: Date;
5
5
  maxDate?: Date;
6
- }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
6
+ };
7
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
7
8
  "update:modelValue": (value: DateRange | undefined) => any;
8
- }, string, import('vue').PublicProps, Readonly<{
9
- modelValue: DateRange | undefined;
10
- minDate?: Date;
11
- maxDate?: Date;
12
- }> & Readonly<{
9
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
13
10
  "onUpdate:modelValue"?: ((value: DateRange | undefined) => any) | undefined;
14
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
11
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
12
  export default _default;
16
13
  //# sourceMappingURL=WDatePicker.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WDatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/WDatePicker.vue"],"names":[],"mappings":"AAwJA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAA;;gBAa/B,SAAS,GAAG,SAAS;cACvB,IAAI;cACJ,IAAI;;;;gBAFF,SAAS,GAAG,SAAS;cACvB,IAAI;cACJ,IAAI;;;;AAyUhB,wBASG"}
1
+ {"version":3,"file":"WDatePicker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DatePicker/WDatePicker.vue"],"names":[],"mappings":"AA4DA;AAwJA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAA;AAU7C,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,SAAS,GAAG,SAAS,CAAA;IACjC,OAAO,CAAC,EAAE,IAAI,CAAA;IACd,OAAO,CAAC,EAAE,IAAI,CAAA;CACf,CAAC;;;;;;AA4RF,wBAQG"}