eco-vue-js 0.8.41 → 0.8.42

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 (281) hide show
  1. package/dist/components/ActionsBar/WActionsBar.vue.d.ts.map +1 -1
  2. package/dist/components/ActionsBar/WActionsBar.vue.js +8 -8
  3. package/dist/components/BottomSheet/WBottomSheet.vue.d.ts +4 -4
  4. package/dist/components/BottomSheet/WBottomSheet.vue.d.ts.map +1 -1
  5. package/dist/components/BottomSheet/WBottomSheet.vue.js +28 -39
  6. package/dist/components/Button/WButton.vue.d.ts +1 -1
  7. package/dist/components/Button/WButton.vue.d.ts.map +1 -1
  8. package/dist/components/Button/WButton.vue.js +7 -7
  9. package/dist/components/Button/WButtonAction.vue.d.ts +1 -1
  10. package/dist/components/Button/WButtonAction.vue.d.ts.map +1 -1
  11. package/dist/components/Button/WButtonAction.vue.js +3 -3
  12. package/dist/components/Button/WButtonCopy.vue.d.ts.map +1 -1
  13. package/dist/components/Button/WButtonCopy.vue.js +1 -1
  14. package/dist/components/Button/WButtonDropdown.vue.d.ts +1 -1
  15. package/dist/components/Button/WButtonDropdown.vue.d.ts.map +1 -1
  16. package/dist/components/Button/WButtonDropdown.vue.js +3 -3
  17. package/dist/components/Button/WButtonGroup.vue.d.ts.map +1 -1
  18. package/dist/components/Button/WButtonGroup.vue.js +2 -2
  19. package/dist/components/Button/WButtonMore.vue.d.ts.map +1 -1
  20. package/dist/components/Button/WButtonMore.vue.js +4 -4
  21. package/dist/components/Button/WButtonMoreItem.vue.d.ts.map +1 -1
  22. package/dist/components/Button/WButtonMoreItem.vue.js +1 -1
  23. package/dist/components/Button/WButtonSelection.vue.d.ts.map +1 -1
  24. package/dist/components/Button/WButtonSelection.vue.js +8 -8
  25. package/dist/components/Button/WButtonSelectionAction.vue.d.ts.map +1 -1
  26. package/dist/components/Button/WButtonSelectionAction.vue.js +3 -3
  27. package/dist/components/Button/types.d.ts +1 -1
  28. package/dist/components/Button/types.d.ts.map +1 -1
  29. package/dist/components/Checkbox/WCheckbox.vue.d.ts +3 -1
  30. package/dist/components/Checkbox/WCheckbox.vue.d.ts.map +1 -1
  31. package/dist/components/Checkbox/WCheckbox.vue.js +11 -12
  32. package/dist/components/Chip/WChip.vue.d.ts.map +1 -1
  33. package/dist/components/Chip/WChip.vue.js +2 -2
  34. package/dist/components/ClickOutside/WClickOutside.vue.d.ts +3 -1
  35. package/dist/components/ClickOutside/WClickOutside.vue.d.ts.map +1 -1
  36. package/dist/components/ClickOutside/WClickOutside.vue.js +5 -7
  37. package/dist/components/Counter/WCounter.vue.d.ts.map +1 -1
  38. package/dist/components/Counter/WCounter.vue.js +3 -3
  39. package/dist/components/DatePicker/WDatePicker.vue.d.ts.map +1 -1
  40. package/dist/components/DatePicker/WDatePicker.vue.js +2 -2
  41. package/dist/components/DatePicker/WDatePickerSingle.vue.d.ts.map +1 -1
  42. package/dist/components/DatePicker/WDatePickerSingle.vue.js +1 -1
  43. package/dist/components/DatePicker/components/CalendarDay.vue.d.ts.map +1 -1
  44. package/dist/components/DatePicker/components/CalendarDay.vue.js +6 -6
  45. package/dist/components/DatePicker/components/CalendarMonth.vue.d.ts +1 -1
  46. package/dist/components/DatePicker/components/CalendarMonth.vue.d.ts.map +1 -1
  47. package/dist/components/DatePicker/components/CalendarMonth.vue.js +3 -3
  48. package/dist/components/DatePicker/components/CalendarToggle.vue.d.ts.map +1 -1
  49. package/dist/components/DatePicker/components/CalendarToggle.vue.js +6 -6
  50. package/dist/components/DatePicker/components/CalendarValue.vue.d.ts.map +1 -1
  51. package/dist/components/DatePicker/components/CalendarValue.vue.js +1 -1
  52. package/dist/components/DatePicker/components/CalendarWeek.vue.d.ts.map +1 -1
  53. package/dist/components/DatePicker/models/types.d.ts.map +1 -1
  54. package/dist/components/Dropdown/WDropdown.vue.d.ts +3 -1
  55. package/dist/components/Dropdown/WDropdown.vue.d.ts.map +1 -1
  56. package/dist/components/Dropdown/WDropdown.vue.js +6 -7
  57. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +4 -0
  58. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
  59. package/dist/components/Expansion/WExpansion.vue.d.ts.map +1 -1
  60. package/dist/components/Expansion/WExpansion.vue.js +1 -1
  61. package/dist/components/Expansion/WExpansionItem.vue.d.ts.map +1 -1
  62. package/dist/components/Expansion/WExpansionItem.vue.js +5 -5
  63. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts.map +1 -1
  64. package/dist/components/FieldWrapper/WFieldWrapper.vue.js +10 -10
  65. package/dist/components/FieldWrapper/types.d.ts.map +1 -1
  66. package/dist/components/FilePicker/WFilePicker.vue.d.ts +4 -1
  67. package/dist/components/FilePicker/WFilePicker.vue.d.ts.map +1 -1
  68. package/dist/components/FilePicker/WFilePicker.vue.js +24 -26
  69. package/dist/components/FilePicker/components/FilePickerItem.vue.d.ts.map +1 -1
  70. package/dist/components/FilePicker/components/FilePickerItem.vue.js +3 -3
  71. package/dist/components/FilePicker/components/FilePickerSvg.vue.d.ts +3 -1
  72. package/dist/components/FilePicker/components/FilePickerSvg.vue.d.ts.map +1 -1
  73. package/dist/components/FilePicker/components/FilePickerSvg.vue.js +4 -5
  74. package/dist/components/FilterWrapper/WFilterWrapper.vue.d.ts.map +1 -1
  75. package/dist/components/FilterWrapper/WFilterWrapper.vue.js +4 -4
  76. package/dist/components/Form/WForm.vue.d.ts.map +1 -1
  77. package/dist/components/Form/WFormValidator.vue.d.ts +1 -1
  78. package/dist/components/Form/WFormValidator.vue.d.ts.map +1 -1
  79. package/dist/components/Form/WFormValidator.vue.js +7 -7
  80. package/dist/components/Form/use/useFormErrorMessageMap.d.ts.map +1 -1
  81. package/dist/components/Form/use/useFormHasChangesMap.d.ts.map +1 -1
  82. package/dist/components/Form/use/useFormInitModelMap.d.ts.map +1 -1
  83. package/dist/components/Form/use/useFormInvalidateMap.d.ts.map +1 -1
  84. package/dist/components/Form/use/useFormTitleMap.d.ts.map +1 -1
  85. package/dist/components/Form/use/useFormValidateMap.d.ts.map +1 -1
  86. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts.map +1 -1
  87. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.js +3 -3
  88. package/dist/components/FormAsync/WFormAsyncInput.vue.d.ts.map +1 -1
  89. package/dist/components/FormAsync/WFormAsyncInput.vue.js +2 -2
  90. package/dist/components/FormAsync/WFormAsyncSelect.vue.d.ts.map +1 -1
  91. package/dist/components/FormAsync/WFormAsyncSelect.vue.js +2 -2
  92. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.d.ts.map +1 -1
  93. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +2 -2
  94. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.d.ts.map +1 -1
  95. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +2 -2
  96. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.d.ts.map +1 -1
  97. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +2 -2
  98. package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts.map +1 -1
  99. package/dist/components/FormAsync/WFormAsyncToggle.vue.js +1 -1
  100. package/dist/components/FormAsync/types.d.ts +2 -2
  101. package/dist/components/FormAsync/types.d.ts.map +1 -1
  102. package/dist/components/HeaderBar/WHeaderBar.vue.d.ts.map +1 -1
  103. package/dist/components/HeaderBar/WHeaderBar.vue.js +14 -16
  104. package/dist/components/ImageViewer/WImageViewer.vue.d.ts.map +1 -1
  105. package/dist/components/ImageViewer/WImageViewer.vue.js +6 -6
  106. package/dist/components/ImageViewer/components/ImageModal.vue.d.ts.map +1 -1
  107. package/dist/components/ImageViewer/components/ImageModal.vue2.js +3 -3
  108. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts +2 -2
  109. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts.map +1 -1
  110. package/dist/components/InfiniteList/WInfiniteList.vue.js +9 -10
  111. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts.map +1 -1
  112. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.js +2 -1
  113. package/dist/components/InfiniteList/components/EmptyComponent.vue.d.ts.map +1 -1
  114. package/dist/components/InfiniteList/components/InfiniteListButton.vue.d.ts.map +1 -1
  115. package/dist/components/InfiniteList/components/InfiniteListButton.vue.js +2 -2
  116. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts.map +1 -1
  117. package/dist/components/InfiniteList/components/InfiniteListPage.vue.js +15 -16
  118. package/dist/components/InfiniteList/components/InfiniteListPageSelectItem.vue.d.ts.map +1 -1
  119. package/dist/components/InfiniteList/components/InfiniteListPageSelection.vue.d.ts.map +1 -1
  120. package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.d.ts.map +1 -1
  121. package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.js +1 -1
  122. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts.map +1 -1
  123. package/dist/components/InfiniteList/components/InfiniteListPages.vue.js +17 -18
  124. package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts.map +1 -1
  125. package/dist/components/InfiniteList/models/utils.d.ts.map +1 -1
  126. package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts.map +1 -1
  127. package/dist/components/InfiniteList/use/useRefetchNextPages.d.ts.map +1 -1
  128. package/dist/components/InfiniteList/use/useSelected.d.ts.map +1 -1
  129. package/dist/components/InfoCard/WInfoCard.vue.d.ts.map +1 -1
  130. package/dist/components/InfoCard/WInfoCard.vue.js +3 -3
  131. package/dist/components/InfoCard/WInfoCardNegative.vue.d.ts.map +1 -1
  132. package/dist/components/InfoCard/WInfoCardNegative.vue.js +5 -5
  133. package/dist/components/Input/WInput.vue.d.ts.map +1 -1
  134. package/dist/components/Input/WInput.vue.js +15 -16
  135. package/dist/components/Input/WInputAsync.vue.d.ts.map +1 -1
  136. package/dist/components/Input/WInputAsync.vue.js +12 -15
  137. package/dist/components/Input/WInputDate.vue.d.ts +9 -2
  138. package/dist/components/Input/WInputDate.vue.d.ts.map +1 -1
  139. package/dist/components/Input/WInputDate.vue.js +6 -9
  140. package/dist/components/Input/WInputOptions.vue.d.ts.map +1 -1
  141. package/dist/components/Input/WInputOptions.vue.js +9 -12
  142. package/dist/components/Input/WInputSuggest.vue.d.ts.map +1 -1
  143. package/dist/components/Input/WInputSuggest.vue.js +16 -23
  144. package/dist/components/Input/components/InputActions.vue.d.ts.map +1 -1
  145. package/dist/components/Input/components/InputActions.vue.js +3 -3
  146. package/dist/components/Input/components/InputActionsButton.vue.d.ts.map +1 -1
  147. package/dist/components/Input/components/InputActionsButton.vue.js +2 -2
  148. package/dist/components/Input/types.d.ts +1 -1
  149. package/dist/components/Input/types.d.ts.map +1 -1
  150. package/dist/components/Link/WLink.vue.d.ts +1 -1
  151. package/dist/components/Link/WLink.vue.d.ts.map +1 -1
  152. package/dist/components/Link/WLink.vue.js +4 -4
  153. package/dist/components/Link/WLinkArrow.vue.d.ts.map +1 -1
  154. package/dist/components/Link/WLinkArrow.vue.js +1 -1
  155. package/dist/components/List/WList.vue.d.ts.map +1 -1
  156. package/dist/components/List/WList.vue.js +6 -5
  157. package/dist/components/List/WListCard.vue.d.ts.map +1 -1
  158. package/dist/components/List/WListCard.vue.js +19 -19
  159. package/dist/components/List/WListCardField.vue.d.ts.map +1 -1
  160. package/dist/components/List/WListHeader.vue.d.ts.map +1 -1
  161. package/dist/components/List/WListHeader.vue.js +8 -8
  162. package/dist/components/List/WListHeaderItem.vue.d.ts.map +1 -1
  163. package/dist/components/List/WListHeaderItem.vue.js +4 -4
  164. package/dist/components/List/components/HeaderFieldNested.vue.d.ts.map +1 -1
  165. package/dist/components/List/components/HeaderItemResizer.vue.d.ts.map +1 -1
  166. package/dist/components/List/components/HeaderItemResizer.vue.js +1 -1
  167. package/dist/components/List/components/HeaderSettings.vue.d.ts.map +1 -1
  168. package/dist/components/List/components/HeaderSettings.vue.js +4 -4
  169. package/dist/components/List/components/HeaderSettingsItem.vue.d.ts.map +1 -1
  170. package/dist/components/List/components/HeaderSettingsItem.vue.js +4 -4
  171. package/dist/components/List/components/ListCardFieldNested.vue.d.ts.map +1 -1
  172. package/dist/components/List/components/ListCardFieldNested.vue.js +1 -1
  173. package/dist/components/List/components/ListCardFieldNestedItem.vue.d.ts.map +1 -1
  174. package/dist/components/List/use/useFieldConfigMap.d.ts +1 -1
  175. package/dist/components/List/use/useFieldConfigMap.d.ts.map +1 -1
  176. package/dist/components/MenuItem/WMenuItem.vue.d.ts.map +1 -1
  177. package/dist/components/MenuItem/WMenuItem.vue.js +2 -2
  178. package/dist/components/Modal/WModal.vue.d.ts.map +1 -1
  179. package/dist/components/Modal/WModal.vue.js +2 -2
  180. package/dist/components/Modal/WModalStepper.vue.d.ts +201 -1
  181. package/dist/components/Modal/WModalStepper.vue.d.ts.map +1 -1
  182. package/dist/components/Modal/WModalStepper.vue.js +9 -10
  183. package/dist/components/Modal/WModalWrapper.vue.d.ts.map +1 -1
  184. package/dist/components/Modal/WModalWrapper.vue.js +4 -4
  185. package/dist/components/Modal/components/ModalCloseButton.vue.d.ts +3 -1
  186. package/dist/components/Modal/components/ModalCloseButton.vue.d.ts.map +1 -1
  187. package/dist/components/Modal/components/ModalCloseButton.vue.js +5 -6
  188. package/dist/components/Modal/modals/Confirm/ConfirmModal.vue.d.ts.map +1 -1
  189. package/dist/components/Modal/modals/Confirm/ConfirmModal.vue2.js +2 -2
  190. package/dist/components/Nav/WNavBar.vue.d.ts.map +1 -1
  191. package/dist/components/Nav/WNavBar.vue.js +4 -4
  192. package/dist/components/Nav/WNavItem.vue.d.ts.map +1 -1
  193. package/dist/components/Nav/WNavItem.vue.js +9 -9
  194. package/dist/components/Nav/WNavItemExpand.vue.d.ts.map +1 -1
  195. package/dist/components/Nav/WNavItemExpand.vue.js +3 -3
  196. package/dist/components/Notify/WNotify.vue.d.ts.map +1 -1
  197. package/dist/components/Notify/WNotify.vue.js +1 -1
  198. package/dist/components/Notify/components/NotifyCard.vue.d.ts +4 -2
  199. package/dist/components/Notify/components/NotifyCard.vue.d.ts.map +1 -1
  200. package/dist/components/Notify/components/NotifyCard.vue.js +17 -18
  201. package/dist/components/Notify/models/NotifyType.d.ts.map +1 -1
  202. package/dist/components/Notify/models/types.d.ts +1 -1
  203. package/dist/components/Notify/models/types.d.ts.map +1 -1
  204. package/dist/components/Select/WSelect.vue.d.ts +1 -1
  205. package/dist/components/Select/WSelect.vue.d.ts.map +1 -1
  206. package/dist/components/Select/WSelect.vue.js +13 -16
  207. package/dist/components/Select/WSelectAsync.vue.d.ts.map +1 -1
  208. package/dist/components/Select/WSelectAsync.vue.js +13 -17
  209. package/dist/components/Select/WSelectAsyncList.vue.d.ts.map +1 -1
  210. package/dist/components/Select/WSelectAsyncList.vue.js +11 -11
  211. package/dist/components/Select/WSelectAsyncSingle.vue.d.ts.map +1 -1
  212. package/dist/components/Select/WSelectSingle.vue.d.ts +1 -1
  213. package/dist/components/Select/WSelectSingle.vue.d.ts.map +1 -1
  214. package/dist/components/Select/WSelectSingle.vue.js +5 -8
  215. package/dist/components/Select/WSelectStringified.vue.d.ts +1 -1
  216. package/dist/components/Select/WSelectStringified.vue.d.ts.map +1 -1
  217. package/dist/components/Select/WSelectStringified.vue.js +4 -7
  218. package/dist/components/Select/components/SelectAsyncList.vue.d.ts.map +1 -1
  219. package/dist/components/Select/components/SelectAsyncList.vue.js +2 -2
  220. package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts.map +1 -1
  221. package/dist/components/Select/components/SelectAsyncPrefix.vue.js +5 -5
  222. package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts.map +1 -1
  223. package/dist/components/Select/components/SelectAsyncPrefixPage.vue.js +5 -5
  224. package/dist/components/Select/components/SelectOption.vue.d.ts.map +1 -1
  225. package/dist/components/Select/components/SelectOption.vue.js +8 -9
  226. package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts +1 -1
  227. package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts.map +1 -1
  228. package/dist/components/Select/components/SelectOptionPrefix.vue.js +5 -5
  229. package/dist/components/Spinner/WSpinner.vue.js +1 -1
  230. package/dist/components/Tabs/WTabs.vue.d.ts +3 -1
  231. package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -1
  232. package/dist/components/Tabs/WTabs.vue.js +22 -25
  233. package/dist/components/Tabs/WTabsColumns.vue.d.ts.map +1 -1
  234. package/dist/components/Tabs/WTabsColumns.vue.js +1 -1
  235. package/dist/components/Tabs/components/TabItem.vue.d.ts +3 -1
  236. package/dist/components/Tabs/components/TabItem.vue.d.ts.map +1 -1
  237. package/dist/components/Tabs/components/TabItem.vue.js +6 -8
  238. package/dist/components/Tabs/use/useIsInsideTab.d.ts.map +1 -1
  239. package/dist/components/Tabs/use/useTabActiveListener.d.ts.map +1 -1
  240. package/dist/components/Tabs/use/useTabItemActiveListener.d.ts.map +1 -1
  241. package/dist/components/Toggle/WToggle.vue.d.ts.map +1 -1
  242. package/dist/components/Toggle/WToggle.vue.js +8 -8
  243. package/dist/components/Toggle/types.d.ts.map +1 -1
  244. package/dist/components/Tooltip/WTooltip.vue.d.ts.map +1 -1
  245. package/dist/components/Tooltip/WTooltip.vue.js +1 -1
  246. package/dist/components/Tooltip/WTooltipContainer.vue.d.ts.map +1 -1
  247. package/dist/components/Tooltip/WTooltipContainer.vue.js +1 -1
  248. package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts +3 -1
  249. package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts.map +1 -1
  250. package/dist/components/Tooltip/components/TooltipContainer.vue.js +14 -15
  251. package/dist/components/Tooltip/models/utils.d.ts.map +1 -1
  252. package/dist/imports/componentsPlugin.d.ts +1 -1
  253. package/dist/imports/componentsPlugin.d.ts.map +1 -1
  254. package/dist/imports/iconsSax.d.ts +2 -0
  255. package/dist/imports/iconsSax.d.ts.map +1 -1
  256. package/dist/imports/iconsSax.js +2 -0
  257. package/dist/main.d.ts +1 -1
  258. package/dist/main.d.ts.map +1 -1
  259. package/dist/main.js +2 -1
  260. package/dist/types/global.d.ts +1 -0
  261. package/dist/utils/HorizontalAlign.d.ts.map +1 -1
  262. package/dist/utils/Modal.d.ts +1 -1
  263. package/dist/utils/Modal.d.ts.map +1 -1
  264. package/dist/utils/Notify.d.ts.map +1 -1
  265. package/dist/utils/SemanticType.d.ts.map +1 -1
  266. package/dist/utils/api.d.ts.map +1 -1
  267. package/dist/utils/order.d.ts.map +1 -1
  268. package/dist/utils/useCopy.d.ts.map +1 -1
  269. package/dist/utils/useCopy.js +1 -1
  270. package/dist/utils/useDefaultQuery.d.ts +1 -1
  271. package/dist/utils/useDefaultQuery.d.ts.map +1 -1
  272. package/dist/utils/useDefaultQuery.js +1 -1
  273. package/dist/utils/useQueryUpdater.d.ts.map +1 -1
  274. package/dist/utils/useSelected.d.ts.map +1 -1
  275. package/eslint/plugin.js +43 -0
  276. package/eslint/recommended.js +171 -0
  277. package/eslint/rules/modal-declaration.js +33 -0
  278. package/eslint/rules/modal-import-async.js +38 -0
  279. package/eslint/rules/modal-import.js +44 -0
  280. package/eslint/rules/ui-kit-imports.js +65 -0
  281. package/package.json +14 -6
@@ -1,10 +1,10 @@
1
1
  import { defineComponent, openBlock, createElementBlock, createElementVNode, createVNode, unref, normalizeClass, createTextVNode, toDisplayString, renderSlot } from 'vue';
2
- import { SemanticType } from '../../utils/SemanticType.js';
3
2
  import IconDanger from '../../assets/icons/default/IconDanger.svg.js';
3
+ import { SemanticType } from '../../utils/SemanticType.js';
4
4
 
5
- const _hoisted_1 = { class: "p-4 rounded-2xl bg-gray-100 dark:bg-gray-800 mt-2" };
6
- const _hoisted_2 = { class: "text-accent mb-2 font-normal text-balance" };
7
- const _hoisted_3 = { class: "text-description font-normal text-balance" };
5
+ const _hoisted_1 = { class: "mt-2 rounded-2xl bg-gray-100 p-4 dark:bg-gray-800" };
6
+ const _hoisted_2 = { class: "text-accent mb-2 text-balance font-normal" };
7
+ const _hoisted_3 = { class: "text-description text-balance font-normal" };
8
8
  const _sfc_main = /* @__PURE__ */ defineComponent({
9
9
  __name: "WInfoCardNegative",
10
10
  props: {
@@ -24,7 +24,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
24
24
  return openBlock(), createElementBlock("div", _hoisted_1, [
25
25
  createElementVNode("div", _hoisted_2, [
26
26
  createVNode(unref(IconDanger), {
27
- class: normalizeClass(["inline -mt-1 mr-2", stylesMap[_ctx.semanticType ?? unref(SemanticType).NEGARIVE]])
27
+ class: normalizeClass(["-mt-1 mr-2 inline", stylesMap[_ctx.semanticType ?? unref(SemanticType).NEGARIVE]])
28
28
  }, null, 8, ["class"]),
29
29
  createTextVNode(toDisplayString(_ctx.title), 1)
30
30
  ]),
@@ -1 +1 @@
1
- {"version":3,"file":"WInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInput.vue"],"names":[],"mappings":"AA0WA,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,SAAS,CAAA;yBAItB,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;WAssBxD,mBAAmB,CAAC,sBAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;qBA/lB/B,IAAI;oBAML,IAAI;MAylBkD,GAAG,IAAI;WACpE,GAAG;;uBAxDc,GAAG;0BACA,GAAG;wBACL,GAAG;wBACF,GAAG;wBACH,GAAG;uBACJ,GAAG;;;YApoBzB,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;;;;;YA+qBwB,OAAO,CAAC,OAAO,WAAW,CAAC;;AAhtBvE,wBAgtB4E;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":"AAyWA,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;WAosBxD,mBAAmB,CAAC,sBAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;qBA7lB/B,IAAI;oBAML,IAAI;MAulBkD,GAAG,IAAI;WACpE,GAAG;;uBAvDc,GAAG;0BACA,GAAG;wBACL,GAAG;wBACF,GAAG;wBACH,GAAG;uBACJ,GAAG;;;YAnoBzB,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;;;;;YA6qBwB,OAAO,CAAC,OAAO,WAAW,CAAC;;AA9sBvE,wBA8sB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,13 +1,13 @@
1
- import { defineComponent, ref, onMounted, onBeforeUnmount, openBlock, createBlock, mergeProps, createSlots, withCtx, renderSlot, createElementVNode, createElementBlock, normalizeClass, toDisplayString, createCommentVNode, withModifiers, resolveDynamicComponent, withKeys, createVNode, nextTick } from 'vue';
2
- import _sfc_main$2 from './components/InputActions.vue.js';
3
- import { Notify } from '../../utils/Notify.js';
4
- import { useTabActiveListener } from '../Tabs/use/useTabActiveListener.js';
1
+ import { defineComponent, useTemplateRef, ref, onMounted, onBeforeUnmount, openBlock, createBlock, mergeProps, createSlots, withCtx, renderSlot, createElementVNode, createElementBlock, normalizeClass, toDisplayString, createCommentVNode, withModifiers, resolveDynamicComponent, withKeys, createVNode, nextTick } from 'vue';
5
2
  import _sfc_main$1 from '../FieldWrapper/WFieldWrapper.vue.js';
3
+ import { useTabActiveListener } from '../Tabs/use/useTabActiveListener.js';
4
+ import { Notify } from '../../utils/Notify.js';
5
+ import _sfc_main$2 from './components/InputActions.vue.js';
6
6
 
7
7
  const _hoisted_1 = { class: "flex flex-wrap gap-1" };
8
8
  const _hoisted_2 = {
9
9
  key: 0,
10
- class: "flex items-center w-11 h-full justify-center text-description select-none"
10
+ class: "text-description flex h-full w-11 select-none items-center justify-center"
11
11
  };
12
12
  const _hoisted_3 = { class: "flex flex-wrap gap-1" };
13
13
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -52,7 +52,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
52
52
  setup(__props, { expose: __expose, emit: __emit }) {
53
53
  const props = __props;
54
54
  const emit = __emit;
55
- const input = ref();
55
+ const inputRef = useTemplateRef("input");
56
56
  const isSecureVisible = ref(false);
57
57
  const updateModelValue = (value) => {
58
58
  if (props.loading || props.disabled || props.readonly || props.unclickable) return;
@@ -99,15 +99,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
99
99
  if (props.disabled || props.readonly || props.unclickable) return;
100
100
  if (typeof props.modelValue === "string") updateModelValue("");
101
101
  else updateModelValue(void 0);
102
- input.value?.focus();
102
+ inputRef.value?.focus();
103
103
  emit("click:clear");
104
104
  };
105
105
  const focus = () => {
106
106
  if (props.disabled || props.readonly || props.unclickable) return;
107
- input.value?.focus();
107
+ inputRef.value?.focus();
108
108
  };
109
109
  const blur = () => {
110
- input.value?.blur();
110
+ inputRef.value?.blur();
111
111
  };
112
112
  const checkPermission = async () => {
113
113
  const result = await navigator.permissions.query({ name: "clipboard-read" });
@@ -208,7 +208,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
208
208
  name: "field",
209
209
  fn: withCtx(({ id, setFocused, focused }) => [
210
210
  createElementVNode("div", {
211
- class: normalizeClass(["relative border border-solid rounded-xl bg-default dark:bg-default-dark transition-colors duration-75 overflow-hidden min-h-11 grid grid-cols-[auto,1fr,auto]", {
211
+ class: normalizeClass(["bg-default dark:bg-default-dark relative grid min-h-11 grid-cols-[auto,1fr,auto] overflow-hidden rounded-xl border border-solid transition-colors duration-75", {
212
212
  "focus-within:border-primary-default dark:focus-within:border-primary-dark": !_ctx.disabled && !_ctx.readonly && !_ctx.unclickable,
213
213
  "cursor-text": !_ctx.disabled,
214
214
  "border-negative dark:border-negative-dark": _ctx.errorMessage,
@@ -223,7 +223,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
223
223
  (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), { class: "square-5" }))
224
224
  ])) : createCommentVNode("", true),
225
225
  createElementVNode("div", {
226
- class: normalizeClass(["col-start-2 grid grid-cols-1 group/input", {
226
+ class: normalizeClass(["group/input col-start-2 grid grid-cols-1", {
227
227
  "py-1 first:pl-1 last:pr-1": _ctx.$slots.prefix
228
228
  }])
229
229
  }, [
@@ -231,16 +231,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
231
231
  renderSlot(_ctx.$slots, "prefix"),
232
232
  (openBlock(), createBlock(resolveDynamicComponent(_ctx.textarea ? "textarea" : "input"), {
233
233
  id,
234
- ref_key: "input",
235
- ref: input,
236
- class: normalizeClass(["text-base font-normal outline-0 border-none bg-[inherit] flex-1 max-w-full w-input disabled:opacity-80 disabled:cursor-not-allowed placeholder:text-gray-400 dark:placeholder:text-gray-500 appearance-none", {
234
+ ref: "input",
235
+ class: normalizeClass(["w-input max-w-full flex-1 appearance-none border-none bg-[inherit] text-base font-normal outline-0 placeholder:text-gray-400 disabled:cursor-not-allowed disabled:opacity-80 dark:placeholder:text-gray-500", {
237
236
  "min-h-[var(--textarea-height,10rem)] w-full py-3": _ctx.textarea,
238
237
  "resize-y": _ctx.resize && _ctx.textarea,
239
238
  "resize-none": !_ctx.resize && _ctx.textarea,
240
239
  "h-[var(--input-height,2.625rem)]": !_ctx.textarea && !_ctx.$slots.suffix,
241
240
  "h-[var(--input-height,2.125rem)]": !_ctx.textarea && _ctx.$slots.suffix,
242
- "group-first/input:pl-3 first:pl-0 [&:not(:first-child)]:pl-3 group-last/input:pr-3": !_ctx.hideInput,
243
- "w-0 max-w-0 p-0 absolute": _ctx.hideInput,
241
+ "first:pl-0 group-first/input:pl-3 group-last/input:pr-3 [&:not(:first-child)]:pl-3": !_ctx.hideInput,
242
+ "absolute w-0 max-w-0 p-0": _ctx.hideInput,
244
243
  "font-mono": _ctx.mono,
245
244
  "text-secure": _ctx.textSecure && !isSecureVisible.value,
246
245
  "text-black-default dark:text-gray-200": !_ctx.disabled,
@@ -1 +1 @@
1
- {"version":3,"file":"WInputAsync.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputAsync.vue"],"names":[],"mappings":"AAoOA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,SAAS,CAAA;yBAI3B,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;WAiaxD,mBAAmB,CAAC;;mKAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBA/Ce,GAAG;0BACA,GAAG;uBACN,GAAG;;cA3WzB,mBAAmB,SAAS,4CAAa,SAAS,KAAG,IAAI;;;;YA6ZnB,OAAO,CAAC,OAAO,WAAW,CAAC;;AA3avE,wBA2a4E;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":"AA8NA,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;WA+ZxD,mBAAmB,CAAC;;mKAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBA9Ce,GAAG;0BACA,GAAG;uBACN,GAAG;;cA1WzB,mBAAmB,SAAS,4CAAa,SAAS,KAAG,IAAI;;;;YA2ZnB,OAAO,CAAC,OAAO,WAAW,CAAC;;AAzavE,wBAya4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,13 +1,13 @@
1
- import { defineComponent, ref, computed, watch, toRef, openBlock, createBlock, mergeProps, createSlots, withCtx, renderSlot, createElementBlock, Fragment, normalizeClass, withModifiers, unref, createCommentVNode, nextTick } from 'vue';
1
+ import { defineComponent, ref, useTemplateRef, computed, watch, toRef, openBlock, createBlock, mergeProps, createSlots, withCtx, renderSlot, createElementBlock, Fragment, normalizeClass, withModifiers, unref, createCommentVNode, nextTick } from 'vue';
2
2
  import _sfc_main$1 from './WInput.vue.js';
3
+ import WSkeleton from '../Skeleton/WSkeleton.vue.js';
3
4
  import WSpinner from '../Spinner/WSpinner.vue.js';
4
- import IconEdit from '../../assets/icons/sax/IconEdit.svg.js';
5
+ import _sfc_main$2 from '../Tooltip/WTooltip.vue.js';
5
6
  import IconCheck from '../../assets/icons/default/IconCheck.svg.js';
7
+ import IconEdit from '../../assets/icons/sax/IconEdit.svg.js';
6
8
  import IconSlash from '../../assets/icons/sax/IconSlash.svg.js';
7
- import WSkeleton from '../Skeleton/WSkeleton.vue.js';
8
9
  import { Modal } from '../../utils/Modal.js';
9
10
  import { SemanticType } from '../../utils/SemanticType.js';
10
- import _sfc_main$2 from '../Tooltip/WTooltip.vue.js';
11
11
 
12
12
  const _sfc_main = /* @__PURE__ */ defineComponent({
13
13
  ...{ inheritAttrs: false },
@@ -55,7 +55,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
55
55
  const focused = ref(false);
56
56
  const saved = ref(false);
57
57
  const value = ref();
58
- const input = ref();
58
+ const inputRef = useTemplateRef("input");
59
59
  const errorMessageValue = ref();
60
60
  const hasChangesValue = computed(() => props.modelValue !== value.value);
61
61
  const canSave = computed(() => props.textSecure && focused.value || hasChangesValue.value);
@@ -65,7 +65,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
65
65
  };
66
66
  const cancel = () => {
67
67
  reset();
68
- input.value?.blur();
68
+ inputRef.value?.blur();
69
69
  };
70
70
  const toggle = async () => {
71
71
  if (props.disabled || props.loading) return;
@@ -94,7 +94,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
94
94
  }, () => {
95
95
  closeModal = null;
96
96
  nextTick().then(() => {
97
- if (focused.value) input.value?.focus();
97
+ if (focused.value) inputRef.value?.focus();
98
98
  });
99
99
  });
100
100
  } else {
@@ -104,12 +104,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
104
104
  };
105
105
  const open = () => {
106
106
  if (props.disabled || props.loading) return;
107
- input.value?.focus();
107
+ inputRef.value?.focus();
108
108
  };
109
109
  watch(toRef(props, "modelValue"), (modelValue) => {
110
110
  value.value = modelValue;
111
111
  if (!props.placeholderSecure && saved.value) {
112
- input.value?.blur();
112
+ inputRef.value?.blur();
113
113
  saved.value = false;
114
114
  }
115
115
  }, { immediate: true });
@@ -124,7 +124,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
124
124
  const emitUpdateModelValue = (newValue) => {
125
125
  if (props.disabled || props.loading) return;
126
126
  if (errorMessageValue.value) return;
127
- if (props.placeholderSecure) input.value?.blur();
127
+ if (props.placeholderSecure) inputRef.value?.blur();
128
128
  emit("update:modelValue", newValue);
129
129
  if (!props.placeholderSecure) saved.value = true;
130
130
  };
@@ -141,10 +141,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
141
141
  }
142
142
  };
143
143
  return (_ctx, _cache) => {
144
- return openBlock(), createBlock(_sfc_main$1, mergeProps({
145
- ref_key: "input",
146
- ref: input
147
- }, {
144
+ return openBlock(), createBlock(_sfc_main$1, mergeProps({ ref: "input" }, {
148
145
  ...props,
149
146
  modelValue: value.value,
150
147
  disabledActions: !focused.value && !hasChangesValue.value || _ctx.disabledActions,
@@ -185,7 +182,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
185
182
  class: "w-skeleton-w-11 w-skeleton-h-11 w-skeleton-rounded-lg"
186
183
  })) : (openBlock(), createElementBlock("button", {
187
184
  key: 1,
188
- class: normalizeClass(["relative square-11 rounded-lg flex items-center justify-center bg-default dark:bg-default-dark border border-solid border-gray-200 dark:border-gray-800", {
185
+ class: normalizeClass(["square-11 bg-default dark:bg-default-dark relative flex items-center justify-center rounded-lg border border-solid border-gray-200 dark:border-gray-800", {
189
186
  "cursor-not-allowed": _ctx.disabled,
190
187
  "cursor-progress": _ctx.loading,
191
188
  "w-ripple w-ripple-hover": !_ctx.disabled && !_ctx.loading,
@@ -1,5 +1,5 @@
1
- import { HorizontalAlign } from '../../utils/HorizontalAlign';
2
1
  import { InputDateProps } from './types';
2
+ import { HorizontalAlign } from '../../utils/HorizontalAlign';
3
3
  declare function __VLS_template(): {
4
4
  slots: {
5
5
  title?(_: {}): any;
@@ -28,7 +28,14 @@ declare const __VLS_component: import('vue').DefineComponent<InputDateProps, {},
28
28
  modelValue: Date;
29
29
  minDate: Date;
30
30
  maxDate: Date;
31
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
31
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
32
+ inputComponent: import('vue').ShallowUnwrapRef<{
33
+ focus: () => void;
34
+ blur: () => void;
35
+ close: () => void;
36
+ updateDropdown: () => void;
37
+ }> | null;
38
+ }, any>;
32
39
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
40
  export default _default;
34
41
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WInputDate.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputDate.vue"],"names":[],"mappings":"AAkHA,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AACvD,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,SAAS,CAAA;AAuE3C,iBAAS,cAAc;;uBAiJK,GAAG;0BACA,GAAG;uBACN,GAAG;;;;;;;;;;WAUjB,OAAO,IAA6B;EAEjD;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;6EAUnB,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":"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,8 +1,8 @@
1
- import { defineComponent, ref, watch, openBlock, createBlock, mergeProps, createSlots, withCtx, createElementVNode, withModifiers, createVNode, renderSlot } from 'vue';
1
+ import { defineComponent, useTemplateRef, ref, watch, openBlock, createBlock, mergeProps, unref, createSlots, withCtx, createElementVNode, withModifiers, createVNode, renderSlot } from 'vue';
2
2
  import _sfc_main$2 from '../DatePicker/WDatePickerSingle.vue.js';
3
- import { dateFormat, parseDate } from '../../utils/dateTime.js';
4
3
  import _sfc_main$1 from './WInputSuggest.vue.js';
5
4
  import { HorizontalAlign } from '../../utils/HorizontalAlign.js';
5
+ import { dateFormat, parseDate } from '../../utils/dateTime.js';
6
6
 
7
7
  const _sfc_main = /* @__PURE__ */ defineComponent({
8
8
  ...{ inheritAttrs: false },
@@ -55,7 +55,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
55
55
  setup(__props, { emit: __emit }) {
56
56
  const props = __props;
57
57
  const emit = __emit;
58
- const inputComponent = ref();
58
+ const inputComponentRef = useTemplateRef("inputComponent");
59
59
  const inputValue = ref(props.modelValue ? dateFormat(props.modelValue) : "");
60
60
  const updateInputValue = (value) => {
61
61
  inputValue.value = value;
@@ -78,21 +78,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
78
78
  inputValue.value = value ? dateFormat(value) : "";
79
79
  });
80
80
  return (_ctx, _cache) => {
81
- return openBlock(), createBlock(_sfc_main$1, mergeProps({
82
- ref_key: "inputComponent",
83
- ref: inputComponent
84
- }, {
81
+ return openBlock(), createBlock(_sfc_main$1, mergeProps({ ref: "inputComponent" }, {
85
82
  ...props,
86
83
  modelValue: inputValue.value
87
84
  }, {
88
85
  class: _ctx.$attrs.class,
89
86
  "onUpdate:modelValue": updateInputValue,
90
87
  onClose: _cache[2] || (_cache[2] = ($event) => formatModelValue(_ctx.modelValue)),
91
- "onKeypress:enter": _cache[3] || (_cache[3] = ($event) => inputComponent.value?.blur())
88
+ "onKeypress:enter": _cache[3] || (_cache[3] = ($event) => unref(inputComponentRef)?.blur())
92
89
  }), createSlots({
93
90
  content: withCtx(() => [
94
91
  createElementVNode("div", {
95
- class: "sm:p-6 sm:w-[28rem] sm-not:w-screen sm-not:px-3",
92
+ class: "sm-not:w-screen sm-not:px-3 sm:w-[28rem] sm:p-6",
96
93
  onMousedown: _cache[1] || (_cache[1] = withModifiers(() => {
97
94
  }, ["prevent"]))
98
95
  }, [
@@ -1 +1 @@
1
- {"version":3,"file":"WInputOptions.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputOptions.vue"],"names":[],"mappings":"AA0MA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;yBAG7B,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;WA4YxD,mBAAmB,CAAC;;8KAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;;MAAsB,GAAG,IAAI;WACpE,GAAG;;uBA9Ce,GAAG;0BACA,GAAG;uBACN,GAAG;;;;;YACF,GAAG;;cA1V1B,oBAAoB,qDAAsB,IAAI;;;;YA0YR,OAAO,CAAC,OAAO,WAAW,CAAC;;AAtZvE,wBAsZ4E;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":"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,13 +1,13 @@
1
- import { defineComponent, ref, computed, watch, toRef, nextTick, openBlock, createBlock, mergeProps, withModifiers, createSlots, withCtx, createElementBlock, createElementVNode, toDisplayString, createCommentVNode, Fragment, renderList, renderSlot, resolveDynamicComponent } from 'vue';
1
+ import { defineComponent, ref, useTemplateRef, computed, watch, toRef, nextTick, openBlock, createBlock, mergeProps, withModifiers, createSlots, withCtx, createElementBlock, createElementVNode, toDisplayString, createCommentVNode, Fragment, renderList, renderSlot, resolveDynamicComponent } from 'vue';
2
+ import _sfc_main$1 from './WInputSuggest.vue.js';
2
3
  import _sfc_main$2 from '../Select/components/SelectOption.vue.js';
3
4
  import { debounce } from '../../utils/utils.js';
4
- import _sfc_main$1 from './WInputSuggest.vue.js';
5
5
 
6
6
  const _hoisted_1 = {
7
7
  key: 0,
8
- class: "py-2 px-[1.0625rem] first:pt-4 last:pb-4"
8
+ class: "px-[1.0625rem] py-2 first:pt-4 last:pb-4"
9
9
  };
10
- const _hoisted_2 = { class: "select-none cursor-default w-select-field sm-not:px-3" };
10
+ const _hoisted_2 = { class: "w-select-field sm-not:px-3 cursor-default select-none" };
11
11
  const _sfc_main = /* @__PURE__ */ defineComponent({
12
12
  __name: "WInputOptions",
13
13
  props: {
@@ -61,7 +61,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
61
61
  const props = __props;
62
62
  const emit = __emit;
63
63
  const isOpen = ref(false);
64
- const input = ref();
64
+ const inputRef = useTemplateRef("input");
65
65
  const cursor = ref(-1);
66
66
  const isCursorLocked = ref(false);
67
67
  const lastIndex = computed(() => props.options.length);
@@ -111,24 +111,21 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
111
111
  emit("update:model-value", value);
112
112
  };
113
113
  const focus = () => {
114
- input.value?.focus();
114
+ inputRef.value?.focus();
115
115
  };
116
116
  const blur = () => {
117
- input.value?.blur();
117
+ inputRef.value?.blur();
118
118
  };
119
119
  watch(toRef(props, "modelValue"), async () => {
120
120
  await nextTick();
121
- input.value?.updateDropdown();
121
+ inputRef.value?.updateDropdown();
122
122
  });
123
123
  __expose({
124
124
  focus,
125
125
  blur
126
126
  });
127
127
  return (_ctx, _cache) => {
128
- return openBlock(), createBlock(_sfc_main$1, mergeProps({
129
- ref_key: "input",
130
- ref: input
131
- }, props, {
128
+ return openBlock(), createBlock(_sfc_main$1, mergeProps({ ref: "input" }, props, {
132
129
  class: _ctx.$attrs.class,
133
130
  "onUpdate:modelValue": updateModelValue,
134
131
  "onKeypress:enter": withModifiers(selectCursor, ["stop", "prevent"]),
@@ -1 +1 @@
1
- {"version":3,"file":"WInputSuggest.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputSuggest.vue"],"names":[],"mappings":"AAiOA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;yBAG7B,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;WAqfxD,mBAAmB,CAAC,6BAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;;;;MAAsB,GAAG,IAAI;WACpE,GAAG;;gBAvaH,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,IAAI;;gBAJ/C,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,IAAI;;;YAlEnD,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;;;;;YAieM,OAAO,CAAC,OAAO,WAAW,CAAC;;AA/fvE,wBA+f4E;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":"AA4NA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;yBAe7B,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,IAAI;;gBAJ/C,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,IAAI;;;YAlEnD,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,11 +1,11 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeClass, createBlock, resolveDynamicComponent, unref, mergeProps, withCtx, createVNode, createSlots, renderSlot, createCommentVNode, createElementVNode, Fragment, renderList, createTextVNode, toDisplayString } from 'vue';
2
- import _sfc_main$2 from '../DropdownMenu/WDropdownMenu.vue.js';
1
+ import { defineComponent, ref, useTemplateRef, computed, openBlock, createElementBlock, normalizeClass, createBlock, resolveDynamicComponent, unref, mergeProps, withCtx, createVNode, createSlots, renderSlot, createCommentVNode, createElementVNode, Fragment, renderList, createTextVNode, toDisplayString } from 'vue';
3
2
  import _sfc_main$1 from '../BottomSheet/WBottomSheet.vue.js';
3
+ import _sfc_main$2 from '../DropdownMenu/WDropdownMenu.vue.js';
4
4
  import _sfc_main$3 from './WInput.vue.js';
5
+ import WSkeleton from '../Skeleton/WSkeleton.vue.js';
5
6
  import IconArrow from '../../assets/icons/default/IconArrow.svg.js';
6
- import { getIsMobile, getIsTouchDevice } from '../../utils/mobile.js';
7
7
  import { HorizontalAlign } from '../../utils/HorizontalAlign.js';
8
- import WSkeleton from '../Skeleton/WSkeleton.vue.js';
8
+ import { getIsMobile, getIsTouchDevice } from '../../utils/mobile.js';
9
9
 
10
10
  const _sfc_main = /* @__PURE__ */ defineComponent({
11
11
  ...{ inheritAttrs: false },
@@ -57,10 +57,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
57
57
  const props = __props;
58
58
  const emit = __emit;
59
59
  const isOpen = ref(false);
60
- const dropdownMenu = ref();
61
- const input = ref();
60
+ const dropdownMenuRef = useTemplateRef("dropdownMenu");
61
+ const inputRef = useTemplateRef("input");
62
+ const contentRef = useTemplateRef("content");
62
63
  const isMobile = getIsMobile() || getIsTouchDevice();
63
- const content = ref();
64
64
  const isDisabled = computed(() => props.readonly || props.disabled);
65
65
  const open = () => {
66
66
  if (isDisabled.value) return;
@@ -73,13 +73,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
73
73
  };
74
74
  const focus = () => {
75
75
  if (isMobile) open();
76
- input.value?.focus();
76
+ inputRef.value?.focus();
77
77
  };
78
78
  const blur = () => {
79
- input.value?.blur();
79
+ inputRef.value?.blur();
80
80
  };
81
81
  const updateDropdown = () => {
82
- dropdownMenu.value?.updateDropdown?.();
82
+ if (dropdownMenuRef.value && "updateDropdown" in dropdownMenuRef.value) dropdownMenuRef.value.updateDropdown();
83
83
  };
84
84
  __expose({
85
85
  focus,
@@ -91,10 +91,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
91
91
  return openBlock(), createElementBlock("div", {
92
92
  class: normalizeClass(_ctx.$attrs.class)
93
93
  }, [
94
- (openBlock(), createBlock(resolveDynamicComponent(unref(isMobile) ? _sfc_main$1 : _sfc_main$2), mergeProps({
95
- ref_key: "dropdownMenu",
96
- ref: dropdownMenu
97
- }, unref(isMobile) ? {
94
+ (openBlock(), createBlock(resolveDynamicComponent(unref(isMobile) ? _sfc_main$1 : _sfc_main$2), mergeProps({ ref: "dropdownMenu" }, unref(isMobile) ? {
98
95
  isOpen: isOpen.value,
99
96
  onClose: close
100
97
  } : {
@@ -107,10 +104,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
107
104
  noZIndex: _ctx.noZIndex
108
105
  }), {
109
106
  toggle: withCtx(({ unclickable }) => [
110
- createVNode(_sfc_main$3, mergeProps({
111
- ref_key: "input",
112
- ref: input
113
- }, {
107
+ createVNode(_sfc_main$3, mergeProps({ ref: "input" }, {
114
108
  ...props,
115
109
  title: unclickable ? _ctx.mobileTitle ?? _ctx.title : _ctx.title,
116
110
  unclickable,
@@ -174,18 +168,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
174
168
  ]),
175
169
  content: withCtx((contentScope) => [
176
170
  createElementVNode("div", {
177
- ref_key: "content",
178
- ref: content,
171
+ ref: "content",
179
172
  class: normalizeClass(["bg-default dark:bg-default-dark w-full", {
180
173
  "pb-[50vh]": unref(isMobile),
181
- "rounded-xl max-h-[inherit] shadow-md overflow-x-hidden overflow-y-overlay overscroll-contain dark:border dark:border-solid dark:border-gray-800": !unref(isMobile),
174
+ "overflow-y-overlay max-h-[inherit] overflow-x-hidden overscroll-contain rounded-xl shadow-md dark:border dark:border-solid dark:border-gray-800": !unref(isMobile),
182
175
  "mt-5": "istop" in contentScope && contentScope.istop === false && (_ctx.errorMessage || _ctx.maxLength)
183
176
  }])
184
177
  }, [
185
178
  _ctx.$slots.content?.().length ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(_ctx.$slots.content?.(), (slot, index) => {
186
179
  return openBlock(), createBlock(resolveDynamicComponent(slot), {
187
180
  key: index,
188
- "scrolling-element": unref(isMobile) ? content.value?.parentElement : content.value,
181
+ "scrolling-element": unref(isMobile) ? unref(contentRef)?.parentElement : unref(contentRef),
189
182
  onClose: close
190
183
  }, null, 40, ["scrolling-element"]);
191
184
  }), 128)) : createCommentVNode("", true)
@@ -195,7 +188,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
195
188
  }, 16)),
196
189
  _ctx.description ? (openBlock(), createElementBlock("div", {
197
190
  key: 0,
198
- class: normalizeClass(["text-xs font-normal text-description pb-4 whitespace-pre-wrap break-words", {
191
+ class: normalizeClass(["text-description whitespace-pre-wrap break-words pb-4 text-xs font-normal", {
199
192
  "opacity-50": _ctx.disabled && !_ctx.skeleton
200
193
  }])
201
194
  }, [
@@ -1 +1 @@
1
- {"version":3,"file":"InputActions.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/components/InputActions.vue"],"names":[],"mappings":"AAsIA,iBAAS,cAAc;;yBAmLO,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;iBA1PN,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;;;;;;;kFA8PjB,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":"AA4IA,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,19 +1,19 @@
1
1
  import { defineComponent, toRef, openBlock, createElementBlock, createBlock, markRaw, unref, createCommentVNode, createVNode, withCtx, renderSlot } from 'vue';
2
+ import WSpinner from '../../Spinner/WSpinner.vue.js';
2
3
  import IconClose from '../../../assets/icons/sax/IconClose.svg.js';
3
4
  import IconEye from '../../../assets/icons/sax/IconEye.svg.js';
4
5
  import IconEyeSlash from '../../../assets/icons/sax/IconEyeSlash.svg.js';
5
6
  import IconPaste from '../../../assets/icons/sax/IconPaste.svg.js';
6
- import WSpinner from '../../Spinner/WSpinner.vue.js';
7
7
  import { useCopy } from '../../../utils/useCopy.js';
8
8
  import _sfc_main$1 from './InputActionsButton.vue.js';
9
9
 
10
10
  const _hoisted_1 = {
11
11
  key: 0,
12
- class: "flex rounded-xl overflow-hidden bg-default dark:bg-default-dark"
12
+ class: "bg-default dark:bg-default-dark flex overflow-hidden rounded-xl"
13
13
  };
14
14
  const _hoisted_2 = {
15
15
  key: 4,
16
- class: "h-full w-11 flex items-center justify-center text-description cursor-progress"
16
+ class: "text-description flex h-full w-11 cursor-progress items-center justify-center"
17
17
  };
18
18
  const _sfc_main = /* @__PURE__ */ defineComponent({
19
19
  __name: "InputActions",
@@ -1 +1 @@
1
- {"version":3,"file":"InputActionsButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/components/InputActionsButton.vue"],"names":[],"mappings":"AAoEA,iBAAS,cAAc;;yBA4DM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;kBAvGL,MAAM;eACT,OAAO;WACX,YAAY;UACb,OAAO;;;;kBAHC,MAAM;eACT,OAAO;WACX,YAAY;UACb,OAAO;;;kFA6Gb,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":"AAkEA,iBAAS,cAAc;;yBA4DM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;kBAtGL,MAAM;eACT,OAAO;WACX,YAAY;UACb,OAAO;;;;kBAHC,MAAM;eACT,OAAO;WACX,YAAY;UACb,OAAO;;;kFA4Gb,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"}
@@ -16,11 +16,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
16
16
  return openBlock(), createElementBlock("button", {
17
17
  disabled: _ctx.disabled,
18
18
  class: normalizeClass([{
19
- "cursor-pointer w-ripple w-ripple-hover": !_ctx.disabled,
19
+ "w-ripple w-ripple-hover cursor-pointer": !_ctx.disabled,
20
20
  "cursor-not-allowed": _ctx.disabled,
21
21
  "items-center": !_ctx.top,
22
22
  "items-start": _ctx.top
23
- }, "h-full w-11 py-[0.6875rem] flex justify-center relative text-description select-none"]),
23
+ }, "text-description relative flex h-full w-11 select-none justify-center py-[0.6875rem]"]),
24
24
  onMousedown: _cache[0] || (_cache[0] = withModifiers(() => {
25
25
  }, ["prevent", "stop"])),
26
26
  onClick: _cache[1] || (_cache[1] = withModifiers(($event) => _ctx.$emit("click", $event), ["stop"]))
@@ -1,6 +1,6 @@
1
+ import { DropdownMenuProps } from '../DropdownMenu/types';
1
2
  import { FieldWrapperProps } from '../FieldWrapper/types';
2
3
  import { Component } from 'vue';
3
- import { DropdownMenuProps } from '../DropdownMenu/types';
4
4
  export interface InputProps<Type extends InputType> extends Omit<FieldWrapperProps, 'modelValue'> {
5
5
  modelValue?: (Type extends 'number' ? number : string) | undefined;
6
6
  type?: Type;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Input/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,iCAAiC,CAAA;AACtE,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,KAAK,CAAA;AAClC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,uBAAuB,CAAA;AAE5D,MAAM,WAAW,UAAU,CAAC,IAAI,SAAS,SAAS,CAAE,SAAQ,IAAI,CAAC,iBAAiB,EAAE,YAAY,CAAC;IAC/F,UAAU,CAAC,EAAE,CAAC,IAAI,SAAS,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC,GAAG,SAAS,CAAA;IAClE,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,MAAM,WAAW,eAAe,CAAC,IAAI,SAAS,SAAS,CAAE,SAAQ,UAAU,CAAC,IAAI,CAAC;IAC/E,QAAQ,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAA;CACrC;AAED,MAAM,WAAW,iBAAiB,CAAC,IAAI,SAAS,SAAS,CAAE,SAAQ,UAAU,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,QAAQ,GAAG,aAAa,GAAG,YAAY,CAAC,CAAC;IAC5J,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,iBAAiB,CAAC,IAAI,SAAS,SAAS,EAAE,MAAM,CAAE,SAAQ,iBAAiB,CAAC,IAAI,CAAC;IAChG,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,QAAQ,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAA;IAChF,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,eAAe,CAAC,EAAE,SAAS,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,KAAK,CAAC,EAAE,OAAO,CAAA;KAAC,CAAC,CAAA;CACnF;AAED,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,EAAE,YAAY,CAAC;IACnF,UAAU,CAAC,EAAE,IAAI,GAAG,SAAS,CAAA;IAC7B,OAAO,CAAC,EAAE,IAAI,CAAA;IACd,OAAO,CAAC,EAAE,IAAI,CAAA;CACf"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Input/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,uBAAuB,CAAA;AAC5D,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,iCAAiC,CAAA;AACtE,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,KAAK,CAAA;AAElC,MAAM,WAAW,UAAU,CAAC,IAAI,SAAS,SAAS,CAAE,SAAQ,IAAI,CAAC,iBAAiB,EAAE,YAAY,CAAC;IAC/F,UAAU,CAAC,EAAE,CAAC,IAAI,SAAS,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC,GAAG,SAAS,CAAA;IAClE,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,MAAM,WAAW,eAAe,CAAC,IAAI,SAAS,SAAS,CAAE,SAAQ,UAAU,CAAC,IAAI,CAAC;IAC/E,QAAQ,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAA;CACrC;AAED,MAAM,WAAW,iBAAiB,CAAC,IAAI,SAAS,SAAS,CAAE,SAAQ,UAAU,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,QAAQ,GAAG,aAAa,GAAG,YAAY,CAAC,CAAC;IAC5J,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,iBAAiB,CAAC,IAAI,SAAS,SAAS,EAAE,MAAM,CAAE,SAAQ,iBAAiB,CAAC,IAAI,CAAC;IAChG,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,QAAQ,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAA;IAChF,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,eAAe,CAAC,EAAE,SAAS,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,KAAK,CAAC,EAAE,OAAO,CAAA;KAAC,CAAC,CAAA;CACnF;AAED,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,EAAE,YAAY,CAAC;IACnF,UAAU,CAAC,EAAE,IAAI,GAAG,SAAS,CAAA;IAC7B,OAAO,CAAC,EAAE,IAAI,CAAA;IACd,OAAO,CAAC,EAAE,IAAI,CAAA;CACf"}
@@ -1,5 +1,5 @@
1
- import { SemanticType } from '../../utils/SemanticType';
2
1
  import { LinkProps } from '../../types/types';
2
+ import { SemanticType } from '../../utils/SemanticType';
3
3
  interface Props extends Partial<LinkProps> {
4
4
  href?: string;
5
5
  target?: '_self' | '_blank' | '_parent' | '_top';
@@ -1 +1 @@
1
- {"version":3,"file":"WLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Link/WLink.vue"],"names":[],"mappings":"AAqDA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAEjD,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAI5C,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;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB;AA0BD,iBAAS,cAAc;;yBAyEO,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UA/HZ,MAAM;;kBACE,YAAY;YAFlB,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM;UADzC,MAAM;6EAwIb,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":"AAqDA,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;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB;AAyBD,iBAAS,cAAc;;yBAyEO,GAAG;;;WASnB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UA9HZ,MAAM;;kBACE,YAAY;YAFlB,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM;UADzC,MAAM;6EAuIb,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,8 +1,8 @@
1
1
  import { defineComponent, openBlock, createBlock, resolveDynamicComponent, unref, mergeProps, withCtx, createVNode, normalizeClass, renderSlot, createTextVNode, toDisplayString } from 'vue';
2
2
  import { RouterLink } from 'vue-router';
3
3
  import IconLink from '../../assets/icons/sax/IconLink.svg.js';
4
- import { SemanticType } from '../../utils/SemanticType.js';
5
4
  import { semanticTypeTextStylesMap, semanticTypeChipsStylesMap } from '../Button/models/semanticTypeStylesMap.js';
5
+ import { SemanticType } from '../../utils/SemanticType.js';
6
6
 
7
7
  const _sfc_main = /* @__PURE__ */ defineComponent({
8
8
  __name: "WLink",
@@ -17,7 +17,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
17
17
  setup(__props) {
18
18
  return (_ctx, _cache) => {
19
19
  return openBlock(), createBlock(resolveDynamicComponent(_ctx.to ? unref(RouterLink) : "a"), mergeProps(!_ctx.to ? { target: _ctx.target, href: _ctx.href } : { to: _ctx.to }, {
20
- class: ["cursor-pointer overflow-hidden no-underline hover:underline font-normal truncate whitespace-normal", {
20
+ class: ["cursor-pointer overflow-hidden truncate whitespace-normal font-normal no-underline hover:underline", {
21
21
  "text-base": !_ctx.small,
22
22
  "text-xs": _ctx.small,
23
23
  [unref(semanticTypeTextStylesMap)[_ctx.semanticType]]: true
@@ -26,8 +26,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26
26
  default: withCtx(() => [
27
27
  createVNode(unref(IconLink), {
28
28
  class: normalizeClass(["inline rounded-lg p-px", {
29
- "square-5 mr-1 -mt-1": !_ctx.small,
30
- "square-3.5 mr-0.5 -mt-0.5": _ctx.small,
29
+ "square-5 -mt-1 mr-1": !_ctx.small,
30
+ "square-3.5 -mt-0.5 mr-0.5": _ctx.small,
31
31
  [unref(semanticTypeChipsStylesMap)[_ctx.semanticType]]: true
32
32
  }])
33
33
  }, null, 8, ["class"]),
@@ -1 +1 @@
1
- {"version":3,"file":"WLinkArrow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Link/WLinkArrow.vue"],"names":[],"mappings":"AA+BA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAI5C,UAAU,KAAM,SAAQ,SAAS;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;AAUD,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":"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"}
@@ -12,7 +12,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
12
12
  return (_ctx, _cache) => {
13
13
  return openBlock(), createBlock(unref(RouterLink), {
14
14
  to: _ctx.to,
15
- class: "py-2 text-description text-base font-normal cursor-pointer select-none self-end no-underline hover:text-primary-default dark:hover:text-primary-dark flex gap-2 items-center"
15
+ class: "text-description hover:text-primary-default dark:hover:text-primary-dark flex cursor-pointer select-none items-center gap-2 self-end py-2 text-base font-normal no-underline"
16
16
  }, {
17
17
  default: withCtx(() => [
18
18
  renderSlot(_ctx.$slots, "default", {}, () => [