vueless 0.0.475 → 0.0.476

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 (405) hide show
  1. package/composables/useBreakpoint.js +1 -1
  2. package/composables/useUI.js +1 -204
  3. package/constants.js +1 -2
  4. package/directives/clickOutside/vClickOutside.js +2 -2
  5. package/directives/tooltip/storybook/stories.js +5 -5
  6. package/{index.ts → index.js} +6 -9
  7. package/package.json +17 -28
  8. package/{preset.tailwind.ts → preset.tailwind.js} +22 -30
  9. package/ui.button/config.js +0 -12
  10. package/ui.button-link/ULink.vue +1 -1
  11. package/ui.button-link/config.js +0 -9
  12. package/ui.data-list/UDataList.vue +4 -4
  13. package/ui.dropdown-badge/config.js +0 -1
  14. package/ui.dropdown-button/config.js +0 -1
  15. package/ui.form-checkbox/config.js +0 -9
  16. package/ui.form-color-picker/config.js +0 -7
  17. package/ui.form-input/UInput.vue +1 -1
  18. package/ui.form-input-money/useFormatCurrency.js +1 -1
  19. package/ui.form-input-number/UInputNumber.vue +3 -4
  20. package/ui.form-label/config.js +2 -2
  21. package/ui.form-radio/config.js +0 -6
  22. package/ui.form-switch/config.js +0 -6
  23. package/ui.image-avatar/config.js +0 -5
  24. package/ui.image-icon/config.js +0 -5
  25. package/ui.loader/config.js +0 -1
  26. package/ui.loader-overlay/config.js +0 -1
  27. package/ui.loader-progress/config.js +0 -1
  28. package/ui.navigation-progress/config.js +0 -9
  29. package/ui.other-dot/config.js +0 -1
  30. package/ui.text-alert/config.js +0 -7
  31. package/ui.text-badge/config.js +0 -8
  32. package/ui.text-block/UText.vue +62 -18
  33. package/ui.text-block/storybook/Docs.mdx +2 -2
  34. package/ui.text-block/storybook/{stories.ts → stories.js} +7 -12
  35. package/ui.text-block/useAttrs.js +15 -0
  36. package/ui.text-file/UFile.vue +14 -12
  37. package/ui.text-file/config.js +2 -12
  38. package/ui.text-files/config.js +1 -1
  39. package/ui.text-header/config.js +0 -1
  40. package/ui.text-money/config.js +0 -1
  41. package/ui.text-money/utilMoney.js +2 -2
  42. package/{utilsTs/utilTheme.ts → utils/utilTheme.js} +27 -31
  43. package/utils/utilUI.js +204 -0
  44. package/web-types.json +120 -30
  45. package/adatper.locale/locales/en.d.ts +0 -289
  46. package/adatper.locale/vue-i18n.d.ts +0 -9
  47. package/adatper.locale/vueless.d.ts +0 -11
  48. package/composables/useAutoPosition.d.ts +0 -15
  49. package/composables/useBreakpoint.d.ts +0 -7
  50. package/composables/useLocale.d.ts +0 -3
  51. package/composables/useMutationObserver.d.ts +0 -7
  52. package/composables/useUI.d.ts +0 -17
  53. package/composablesTs/useAutoPosition.d.ts +0 -28
  54. package/composablesTs/useAutoPosition.ts +0 -115
  55. package/composablesTs/useBreakpoint.d.ts +0 -7
  56. package/composablesTs/useBreakpoint.ts +0 -106
  57. package/composablesTs/useLocale.d.ts +0 -3
  58. package/composablesTs/useLocale.ts +0 -25
  59. package/composablesTs/useMutationObserver.d.ts +0 -8
  60. package/composablesTs/useMutationObserver.ts +0 -50
  61. package/composablesTs/useUI.d.ts +0 -68
  62. package/composablesTs/useUI.ts +0 -566
  63. package/constants.d.ts +0 -42
  64. package/constants.ts +0 -73
  65. package/directives/clickOutside/storybook/stories.d.ts +0 -653
  66. package/directives/clickOutside/vClickOutside.d.ts +0 -6
  67. package/directives/index.d.ts +0 -2
  68. package/directives/tooltip/storybook/stories.d.ts +0 -252
  69. package/directives/tooltip/vTooltip.d.ts +0 -6
  70. package/index.d.ts +0 -15
  71. package/preset.tailwind.d.ts +0 -116
  72. package/types.d.ts +0 -131
  73. package/types.ts +0 -218
  74. package/ui.button/UButton.vue.d.ts +0 -73
  75. package/ui.button/config.d.ts +0 -130
  76. package/ui.button/constants.d.ts +0 -1
  77. package/ui.button/storybook/stories.d.ts +0 -3062
  78. package/ui.button/useAttrs.d.ts +0 -11
  79. package/ui.button-link/ULink.vue.d.ts +0 -66
  80. package/ui.button-link/config.d.ts +0 -101
  81. package/ui.button-link/constants.d.ts +0 -1
  82. package/ui.button-link/storybook/stories.d.ts +0 -4567
  83. package/ui.button-link/useAttrs.d.ts +0 -14
  84. package/ui.button-toggle/UToggle.vue.d.ts +0 -50
  85. package/ui.button-toggle/config.d.ts +0 -65
  86. package/ui.button-toggle/constants.d.ts +0 -3
  87. package/ui.button-toggle/storybook/stories.d.ts +0 -2683
  88. package/ui.button-toggle/useAttrs.d.ts +0 -11
  89. package/ui.button-toggle-item/UToggleItem.vue.d.ts +0 -36
  90. package/ui.button-toggle-item/config.d.ts +0 -41
  91. package/ui.button-toggle-item/constants.d.ts +0 -1
  92. package/ui.button-toggle-item/storybook/stories.d.ts +0 -495
  93. package/ui.button-toggle-item/useAttrs.d.ts +0 -15
  94. package/ui.container-accordion/UAccordion.vue.d.ts +0 -32
  95. package/ui.container-accordion/config.d.ts +0 -40
  96. package/ui.container-accordion/constants.d.ts +0 -1
  97. package/ui.container-accordion/storybook/stories.d.ts +0 -732
  98. package/ui.container-accordion/useAttrs.d.ts +0 -13
  99. package/ui.container-card/UCard.vue.d.ts +0 -31
  100. package/ui.container-card/config.d.ts +0 -13
  101. package/ui.container-card/constants.d.ts +0 -1
  102. package/ui.container-card/storybook/stories.d.ts +0 -3906
  103. package/ui.container-card/useAttrs.d.ts +0 -11
  104. package/ui.container-col/UCol.vue.d.ts +0 -33
  105. package/ui.container-col/config.d.ts +0 -81
  106. package/ui.container-col/constants.d.ts +0 -1
  107. package/ui.container-col/storybook/stories.d.ts +0 -840
  108. package/ui.container-col/useAttrs.d.ts +0 -11
  109. package/ui.container-divider/UDivider.vue.d.ts +0 -25
  110. package/ui.container-divider/config.d.ts +0 -102
  111. package/ui.container-divider/constants.d.ts +0 -1
  112. package/ui.container-divider/storybook/stories.d.ts +0 -577
  113. package/ui.container-divider/useAttrs.d.ts +0 -11
  114. package/ui.container-group/UGroup.vue.d.ts +0 -33
  115. package/ui.container-group/config.d.ts +0 -38
  116. package/ui.container-group/constants.d.ts +0 -1
  117. package/ui.container-group/storybook/stories.d.ts +0 -2869
  118. package/ui.container-group/useAttrs.d.ts +0 -11
  119. package/ui.container-modal/UModal.vue.d.ts +0 -59
  120. package/ui.container-modal/config.d.ts +0 -77
  121. package/ui.container-modal/constants.d.ts +0 -1
  122. package/ui.container-modal/storybook/stories.d.ts +0 -8377
  123. package/ui.container-modal/useAttrs.d.ts +0 -11
  124. package/ui.container-modal-confirm/UModalConfirm.vue.d.ts +0 -59
  125. package/ui.container-modal-confirm/config.d.ts +0 -23
  126. package/ui.container-modal-confirm/constants.d.ts +0 -1
  127. package/ui.container-modal-confirm/storybook/stories.d.ts +0 -4494
  128. package/ui.container-modal-confirm/useAttrs.d.ts +0 -11
  129. package/ui.container-page/UPage.vue.d.ts +0 -47
  130. package/ui.container-page/config.d.ts +0 -85
  131. package/ui.container-page/constants.d.ts +0 -1
  132. package/ui.container-page/storybook/stories.d.ts +0 -8723
  133. package/ui.container-page/useAttrs.d.ts +0 -13
  134. package/ui.container-row/URow.vue.d.ts +0 -35
  135. package/ui.container-row/config.d.ts +0 -85
  136. package/ui.container-row/constants.d.ts +0 -1
  137. package/ui.container-row/storybook/stories.d.ts +0 -2619
  138. package/ui.container-row/useAttrs.d.ts +0 -11
  139. package/ui.data-list/UDataList.vue.d.ts +0 -74
  140. package/ui.data-list/config.d.ts +0 -48
  141. package/ui.data-list/constants.d.ts +0 -1
  142. package/ui.data-list/storybook/stories.d.ts +0 -3342
  143. package/ui.data-list/useAttrs.d.ts +0 -11
  144. package/ui.data-table/UTable.vue.d.ts +0 -90
  145. package/ui.data-table/UTableRow.vue.d.ts +0 -61
  146. package/ui.data-table/config.d.ts +0 -128
  147. package/ui.data-table/constants.d.ts +0 -1
  148. package/ui.data-table/storybook/stories.d.ts +0 -13069
  149. package/ui.data-table/useAttrs.d.ts +0 -17
  150. package/ui.data-table/utilTable.d.ts +0 -9
  151. package/ui.dropdown-badge/UDropdownBadge.vue.d.ts +0 -145
  152. package/ui.dropdown-badge/config.d.ts +0 -39
  153. package/ui.dropdown-badge/constants.d.ts +0 -1
  154. package/ui.dropdown-badge/storybook/stories.d.ts +0 -1246
  155. package/ui.dropdown-badge/useAttrs.d.ts +0 -13
  156. package/ui.dropdown-button/UDropdownButton.vue.d.ts +0 -151
  157. package/ui.dropdown-button/config.d.ts +0 -52
  158. package/ui.dropdown-button/constants.d.ts +0 -4
  159. package/ui.dropdown-button/storybook/stories.d.ts +0 -1912
  160. package/ui.dropdown-button/useAttrs.d.ts +0 -13
  161. package/ui.dropdown-link/UDropdownLink.vue.d.ts +0 -149
  162. package/ui.dropdown-link/config.d.ts +0 -37
  163. package/ui.dropdown-link/constants.d.ts +0 -1
  164. package/ui.dropdown-link/storybook/stories.d.ts +0 -1333
  165. package/ui.dropdown-link/useAttrs.d.ts +0 -13
  166. package/ui.dropdown-list/UDropdownList.vue.d.ts +0 -59
  167. package/ui.dropdown-list/config.d.ts +0 -77
  168. package/ui.dropdown-list/constants.d.ts +0 -1
  169. package/ui.dropdown-list/storybook/stories.d.ts +0 -783
  170. package/ui.dropdown-list/useAttrs.d.ts +0 -11
  171. package/ui.dropdown-list/usePointer.d.ts +0 -8
  172. package/ui.form-calendar/UCalendar.vue.d.ts +0 -31
  173. package/ui.form-calendar/UCalendarDayView.vue.d.ts +0 -26
  174. package/ui.form-calendar/UCalendarMonthView.vue.d.ts +0 -26
  175. package/ui.form-calendar/UCalendarYearView.vue.d.ts +0 -26
  176. package/ui.form-calendar/config.d.ts +0 -207
  177. package/ui.form-calendar/constants.d.ts +0 -66
  178. package/ui.form-calendar/storybook/stories.d.ts +0 -262
  179. package/ui.form-calendar/useAttrs.d.ts +0 -11
  180. package/ui.form-calendar/utilCalendar.d.ts +0 -8
  181. package/ui.form-calendar/utilDate.d.ts +0 -30
  182. package/ui.form-calendar/utilFormatting.d.ts +0 -68
  183. package/ui.form-checkbox/UCheckbox.vue.d.ts +0 -50
  184. package/ui.form-checkbox/config.d.ts +0 -67
  185. package/ui.form-checkbox/constants.d.ts +0 -1
  186. package/ui.form-checkbox/storybook/stories.d.ts +0 -1589
  187. package/ui.form-checkbox/useAttrs.d.ts +0 -14
  188. package/ui.form-checkbox-group/UCheckboxGroup.vue.d.ts +0 -40
  189. package/ui.form-checkbox-group/config.d.ts +0 -21
  190. package/ui.form-checkbox-group/constants.d.ts +0 -1
  191. package/ui.form-checkbox-group/storybook/stories.d.ts +0 -2441
  192. package/ui.form-checkbox-group/useAttrs.d.ts +0 -11
  193. package/ui.form-checkbox-multi-state/UCheckboxMultiState.vue.d.ts +0 -24
  194. package/ui.form-checkbox-multi-state/config.d.ts +0 -10
  195. package/ui.form-checkbox-multi-state/constants.d.ts +0 -1
  196. package/ui.form-checkbox-multi-state/storybook/stories.d.ts +0 -187
  197. package/ui.form-checkbox-multi-state/useAttrs.d.ts +0 -13
  198. package/ui.form-color-picker/UColorPicker.vue.d.ts +0 -28
  199. package/ui.form-color-picker/config.d.ts +0 -42
  200. package/ui.form-color-picker/constants.d.ts +0 -1
  201. package/ui.form-color-picker/storybook/stories.d.ts +0 -316
  202. package/ui.form-color-picker/useAttrs.d.ts +0 -11
  203. package/ui.form-date-picker/UDatePicker.vue.d.ts +0 -135
  204. package/ui.form-date-picker/config.d.ts +0 -184
  205. package/ui.form-date-picker/constants.d.ts +0 -1
  206. package/ui.form-date-picker/index.d.ts +0 -1
  207. package/ui.form-date-picker/storybook/stories.d.ts +0 -3242
  208. package/ui.form-date-picker/useAttrs.d.ts +0 -14
  209. package/ui.form-date-picker-range/UDatePickerRange.vue.d.ts +0 -545
  210. package/ui.form-date-picker-range/UDatePickerRangeInputs.vue.d.ts +0 -6
  211. package/ui.form-date-picker-range/UDatePickerRangePeriodMenu.vue.d.ts +0 -7
  212. package/ui.form-date-picker-range/config.d.ts +0 -265
  213. package/ui.form-date-picker-range/constants.d.ts +0 -20
  214. package/ui.form-date-picker-range/storybook/stories.d.ts +0 -5545
  215. package/ui.form-date-picker-range/useAttrs.d.ts +0 -17
  216. package/ui.form-date-picker-range/useUserFormat.d.ts +0 -3
  217. package/ui.form-date-picker-range/utilDateRange.d.ts +0 -20
  218. package/ui.form-date-picker-range/utilValidation.d.ts +0 -3
  219. package/ui.form-input/UInput.vue.d.ts +0 -59
  220. package/ui.form-input/config.d.ts +0 -59
  221. package/ui.form-input/constants.d.ts +0 -1
  222. package/ui.form-input/storybook/stories.d.ts +0 -5734
  223. package/ui.form-input/useAttrs.d.ts +0 -11
  224. package/ui.form-input-file/UInputFile.vue.d.ts +0 -57
  225. package/ui.form-input-file/config.d.ts +0 -94
  226. package/ui.form-input-file/constants.d.ts +0 -1
  227. package/ui.form-input-file/storybook/stories.d.ts +0 -1116
  228. package/ui.form-input-file/useAttrs.d.ts +0 -11
  229. package/ui.form-input-file/utilFileForm.d.ts +0 -1
  230. package/ui.form-input-money/UInputMoney.vue.d.ts +0 -183
  231. package/ui.form-input-money/config.d.ts +0 -17
  232. package/ui.form-input-money/constants.d.ts +0 -1
  233. package/ui.form-input-money/storybook/stories.d.ts +0 -7519
  234. package/ui.form-input-money/useAttrs.d.ts +0 -11
  235. package/ui.form-input-money/useFormatCurrency.d.ts +0 -5
  236. package/ui.form-input-money/utilFormat.d.ts +0 -7
  237. package/ui.form-input-number/UInputNumber.vue.d.ts +0 -30
  238. package/ui.form-input-number/config.d.ts +0 -40
  239. package/ui.form-input-number/constants.d.ts +0 -1
  240. package/ui.form-input-number/storybook/stories.d.ts +0 -363
  241. package/ui.form-input-number/useAttrs.d.ts +0 -11
  242. package/ui.form-input-rating/UInputRating.vue.d.ts +0 -49
  243. package/ui.form-input-rating/config.d.ts +0 -56
  244. package/ui.form-input-rating/constants.d.ts +0 -1
  245. package/ui.form-input-rating/storybook/stories.d.ts +0 -1336
  246. package/ui.form-input-rating/useAttrs.d.ts +0 -11
  247. package/ui.form-input-search/UInputSearch.vue.d.ts +0 -177
  248. package/ui.form-input-search/config.d.ts +0 -21
  249. package/ui.form-input-search/constants.d.ts +0 -1
  250. package/ui.form-input-search/storybook/stories.d.ts +0 -3325
  251. package/ui.form-input-search/useAttrs.d.ts +0 -11
  252. package/ui.form-label/ULabel.vue.d.ts +0 -46
  253. package/ui.form-label/config.d.ts +0 -139
  254. package/ui.form-label/constants.d.ts +0 -8
  255. package/ui.form-label/storybook/stories.d.ts +0 -1133
  256. package/ui.form-label/useAttrs.d.ts +0 -11
  257. package/ui.form-radio/URadio.vue.d.ts +0 -46
  258. package/ui.form-radio/config.d.ts +0 -30
  259. package/ui.form-radio/constants.d.ts +0 -1
  260. package/ui.form-radio/storybook/stories.d.ts +0 -1270
  261. package/ui.form-radio/useAttrs.d.ts +0 -14
  262. package/ui.form-radio-group/URadioGroup.vue.d.ts +0 -40
  263. package/ui.form-radio-group/config.d.ts +0 -21
  264. package/ui.form-radio-group/constants.d.ts +0 -1
  265. package/ui.form-radio-group/storybook/stories.d.ts +0 -1239
  266. package/ui.form-radio-group/useAttrs.d.ts +0 -11
  267. package/ui.form-select/USelect.vue.d.ts +0 -405
  268. package/ui.form-select/config.d.ts +0 -146
  269. package/ui.form-select/constants.d.ts +0 -13
  270. package/ui.form-select/storybook/stories.d.ts +0 -19025
  271. package/ui.form-select/useAttrs.d.ts +0 -15
  272. package/ui.form-select/utilSelect.d.ts +0 -11
  273. package/ui.form-switch/USwitch.vue.d.ts +0 -30
  274. package/ui.form-switch/config.d.ts +0 -106
  275. package/ui.form-switch/constants.d.ts +0 -1
  276. package/ui.form-switch/storybook/stories.d.ts +0 -703
  277. package/ui.form-switch/useAttrs.d.ts +0 -13
  278. package/ui.form-switch/utilVariant.d.ts +0 -169
  279. package/ui.form-textarea/UTextarea.vue.d.ts +0 -132
  280. package/ui.form-textarea/config.d.ts +0 -55
  281. package/ui.form-textarea/constants.d.ts +0 -1
  282. package/ui.form-textarea/storybook/stories.d.ts +0 -2175
  283. package/ui.form-textarea/useAttrs.d.ts +0 -11
  284. package/ui.image-avatar/UAvatar.vue.d.ts +0 -40
  285. package/ui.image-avatar/config.d.ts +0 -51
  286. package/ui.image-avatar/constants.d.ts +0 -1
  287. package/ui.image-avatar/storybook/stories.d.ts +0 -1640
  288. package/ui.image-avatar/useAttrs.d.ts +0 -11
  289. package/ui.image-icon/UIcon.vue.d.ts +0 -28
  290. package/ui.image-icon/config.d.ts +0 -52
  291. package/ui.image-icon/constants.d.ts +0 -1
  292. package/ui.image-icon/storybook/stories.d.ts +0 -516
  293. package/ui.image-icon/useAttrs.d.ts +0 -11
  294. package/ui.loader/ULoader.vue.d.ts +0 -23
  295. package/ui.loader/config.d.ts +0 -49
  296. package/ui.loader/constants.d.ts +0 -2
  297. package/ui.loader/storybook/stories.d.ts +0 -655
  298. package/ui.loader/useAttrs.d.ts +0 -11
  299. package/ui.loader-overlay/ULoaderOverlay.vue.d.ts +0 -21
  300. package/ui.loader-overlay/config.d.ts +0 -25
  301. package/ui.loader-overlay/constants.d.ts +0 -1
  302. package/ui.loader-overlay/storybook/stories.d.ts +0 -362
  303. package/ui.loader-overlay/useAttrs.d.ts +0 -11
  304. package/ui.loader-overlay/useLoaderOverlay.d.ts +0 -10
  305. package/ui.loader-overlay/utilLoaderOverlay.d.ts +0 -2
  306. package/ui.loader-progress/ULoaderProgress.vue.d.ts +0 -11
  307. package/ui.loader-progress/config.d.ts +0 -24
  308. package/ui.loader-progress/constants.d.ts +0 -3
  309. package/ui.loader-progress/storybook/stories.d.ts +0 -742
  310. package/ui.loader-progress/useAttrs.d.ts +0 -11
  311. package/ui.loader-progress/useLoaderProgress.d.ts +0 -15
  312. package/ui.loader-progress/utilLoaderProgress.d.ts +0 -5
  313. package/ui.navigation-pagination/UPagination.vue.d.ts +0 -54
  314. package/ui.navigation-pagination/config.d.ts +0 -41
  315. package/ui.navigation-pagination/constants.d.ts +0 -1
  316. package/ui.navigation-pagination/storybook/stories.d.ts +0 -1033
  317. package/ui.navigation-pagination/useAttrs.d.ts +0 -11
  318. package/ui.navigation-progress/StepperProgress.vue.d.ts +0 -15
  319. package/ui.navigation-progress/UProgress.vue.d.ts +0 -41
  320. package/ui.navigation-progress/config.d.ts +0 -139
  321. package/ui.navigation-progress/constants.d.ts +0 -5
  322. package/ui.navigation-progress/storybook/stories.d.ts +0 -2827
  323. package/ui.navigation-progress/useAttrs.d.ts +0 -11
  324. package/ui.navigation-tab/UTab.vue.d.ts +0 -27
  325. package/ui.navigation-tab/config.d.ts +0 -24
  326. package/ui.navigation-tab/constants.d.ts +0 -1
  327. package/ui.navigation-tab/storybook/stories.d.ts +0 -316
  328. package/ui.navigation-tab/useAttrs.d.ts +0 -14
  329. package/ui.navigation-tabs/UTabs.vue.d.ts +0 -30
  330. package/ui.navigation-tabs/config.d.ts +0 -24
  331. package/ui.navigation-tabs/constants.d.ts +0 -1
  332. package/ui.navigation-tabs/storybook/stories.d.ts +0 -354
  333. package/ui.navigation-tabs/useAttrs.d.ts +0 -11
  334. package/ui.other-dot/UDot.vue.d.ts +0 -13
  335. package/ui.other-dot/config.d.ts +0 -28
  336. package/ui.other-dot/constants.d.ts +0 -1
  337. package/ui.other-dot/storybook/stories.d.ts +0 -645
  338. package/ui.other-dot/useAttrs.d.ts +0 -11
  339. package/ui.text-alert/UAlert.vue.d.ts +0 -53
  340. package/ui.text-alert/config.d.ts +0 -75
  341. package/ui.text-alert/constants.d.ts +0 -1
  342. package/ui.text-alert/storybook/stories.d.ts +0 -4845
  343. package/ui.text-alert/useAttrs.d.ts +0 -11
  344. package/ui.text-badge/UBadge.vue.d.ts +0 -60
  345. package/ui.text-badge/config.d.ts +0 -102
  346. package/ui.text-badge/constants.d.ts +0 -1
  347. package/ui.text-badge/storybook/stories.d.ts +0 -1869
  348. package/ui.text-badge/useAttrs.d.ts +0 -11
  349. package/ui.text-block/UText.vue.d.ts +0 -21
  350. package/ui.text-block/config.d.ts +0 -27
  351. package/ui.text-block/constants.d.ts +0 -1
  352. package/ui.text-block/storybook/stories.d.ts +0 -12
  353. package/ui.text-block/types.d.ts +0 -9
  354. package/ui.text-block/types.ts +0 -33
  355. package/ui.text-block/useAttrs.d.ts +0 -3
  356. package/ui.text-block/useAttrs.ts +0 -18
  357. package/ui.text-empty/UEmpty.vue.d.ts +0 -29
  358. package/ui.text-empty/config.d.ts +0 -55
  359. package/ui.text-empty/constants.d.ts +0 -1
  360. package/ui.text-empty/storybook/stories.d.ts +0 -1212
  361. package/ui.text-empty/useAttrs.d.ts +0 -11
  362. package/ui.text-file/UFile.vue.d.ts +0 -57
  363. package/ui.text-file/config.d.ts +0 -42
  364. package/ui.text-file/constants.d.ts +0 -1
  365. package/ui.text-file/storybook/stories.d.ts +0 -136
  366. package/ui.text-file/useAttrs.d.ts +0 -11
  367. package/ui.text-files/UFiles.vue.d.ts +0 -52
  368. package/ui.text-files/config.d.ts +0 -10
  369. package/ui.text-files/constants.d.ts +0 -1
  370. package/ui.text-files/storybook/stories.d.ts +0 -131
  371. package/ui.text-files/useAttrs.d.ts +0 -11
  372. package/ui.text-header/UHeader.vue.d.ts +0 -33
  373. package/ui.text-header/config.d.ts +0 -54
  374. package/ui.text-header/constants.d.ts +0 -1
  375. package/ui.text-header/storybook/stories.d.ts +0 -694
  376. package/ui.text-header/useAttrs.d.ts +0 -11
  377. package/ui.text-money/UMoney.vue.d.ts +0 -48
  378. package/ui.text-money/config.d.ts +0 -77
  379. package/ui.text-money/constants.d.ts +0 -1
  380. package/ui.text-money/storybook/stories.d.ts +0 -2090
  381. package/ui.text-money/useAttrs.d.ts +0 -11
  382. package/ui.text-money/utilMoney.d.ts +0 -14
  383. package/ui.text-notify/UNotify.vue.d.ts +0 -13
  384. package/ui.text-notify/config.d.ts +0 -58
  385. package/ui.text-notify/constants.d.ts +0 -20
  386. package/ui.text-notify/storybook/stories.d.ts +0 -653
  387. package/ui.text-notify/useAttrs.d.ts +0 -11
  388. package/ui.text-notify/utilNotify.d.ts +0 -7
  389. package/utils/utilHelper.d.ts +0 -9
  390. package/utils/utilPlatform.d.ts +0 -6
  391. package/utils/utilStorybook.d.ts +0 -15
  392. package/utils/utilUI.d.ts +0 -68
  393. package/utilsTs/utilHelper.d.ts +0 -9
  394. package/utilsTs/utilHelper.ts +0 -70
  395. package/utilsTs/utilPlatform.d.ts +0 -7
  396. package/utilsTs/utilPlatform.ts +0 -53
  397. package/utilsTs/utilStorybook.d.ts +0 -24
  398. package/utilsTs/utilStorybook.ts +0 -292
  399. package/utilsTs/utilTailwind.d.ts +0 -1
  400. package/utilsTs/utilTailwind.ts +0 -38
  401. package/utilsTs/utilTheme.d.ts +0 -8
  402. package/utilsTs/utilUI.d.ts +0 -67
  403. package/utilsTs/utilUI.ts +0 -142
  404. /package/ui.text-block/{config.ts → config.js} +0 -0
  405. /package/ui.text-block/{constants.ts → constants.js} +0 -0
@@ -1,1912 +0,0 @@
1
- declare namespace _default {
2
- export let id: string;
3
- export let title: string;
4
- export { UDropdownButton as component };
5
- export namespace args {
6
- let label: string;
7
- let options: {
8
- label: string;
9
- }[];
10
- }
11
- export let argTypes: {
12
- defaultTemplate?: {
13
- table: {
14
- disable: boolean;
15
- };
16
- } | undefined;
17
- slotTemplate?: {
18
- table: {
19
- disable: boolean;
20
- };
21
- } | undefined;
22
- };
23
- export namespace parameters {
24
- namespace docs {
25
- namespace story {
26
- let height: string;
27
- }
28
- }
29
- }
30
- }
31
- export default _default;
32
- export function Default(args: any): {
33
- components: {
34
- UDropdownButton: {
35
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
36
- $emit: (event: "clickOption", ...args: any[]) => void;
37
- label: string;
38
- id: string;
39
- config: Record<string, any>;
40
- options: unknown[];
41
- dataTest: string;
42
- color?: string | undefined;
43
- disabled?: boolean | undefined;
44
- size?: string | undefined;
45
- square?: boolean | undefined;
46
- filled?: boolean | undefined;
47
- variant?: string | undefined;
48
- round?: boolean | undefined;
49
- labelKey?: string | undefined;
50
- noIcon?: boolean | undefined;
51
- yPosition?: string | undefined;
52
- xPosition?: string | undefined;
53
- $props: {
54
- readonly label?: string | undefined;
55
- readonly id?: string | undefined;
56
- readonly config?: Record<string, any> | undefined;
57
- readonly options?: unknown[] | undefined;
58
- readonly dataTest?: string | undefined;
59
- readonly color?: string | undefined;
60
- readonly disabled?: boolean | undefined;
61
- readonly size?: string | undefined;
62
- readonly square?: boolean | undefined;
63
- readonly filled?: boolean | undefined;
64
- readonly variant?: string | undefined;
65
- readonly round?: boolean | undefined;
66
- readonly labelKey?: string | undefined;
67
- readonly noIcon?: boolean | undefined;
68
- readonly yPosition?: string | undefined;
69
- readonly xPosition?: string | undefined;
70
- };
71
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
72
- P: {};
73
- B: {};
74
- D: {};
75
- C: {};
76
- M: {};
77
- Defaults: {};
78
- }, Readonly<{}> & Readonly<{}>, {
79
- $emit: (event: "clickOption", ...args: any[]) => void;
80
- label: string;
81
- id: string;
82
- config: Record<string, any>;
83
- options: unknown[];
84
- dataTest: string;
85
- color?: string | undefined;
86
- disabled?: boolean | undefined;
87
- size?: string | undefined;
88
- square?: boolean | undefined;
89
- filled?: boolean | undefined;
90
- variant?: string | undefined;
91
- round?: boolean | undefined;
92
- labelKey?: string | undefined;
93
- noIcon?: boolean | undefined;
94
- yPosition?: string | undefined;
95
- xPosition?: string | undefined;
96
- $props: {
97
- readonly label?: string | undefined;
98
- readonly id?: string | undefined;
99
- readonly config?: Record<string, any> | undefined;
100
- readonly options?: unknown[] | undefined;
101
- readonly dataTest?: string | undefined;
102
- readonly color?: string | undefined;
103
- readonly disabled?: boolean | undefined;
104
- readonly size?: string | undefined;
105
- readonly square?: boolean | undefined;
106
- readonly filled?: boolean | undefined;
107
- readonly variant?: string | undefined;
108
- readonly round?: boolean | undefined;
109
- readonly labelKey?: string | undefined;
110
- readonly noIcon?: boolean | undefined;
111
- readonly yPosition?: string | undefined;
112
- readonly xPosition?: string | undefined;
113
- };
114
- }, {}, {}, {}, {}>;
115
- __isFragment?: never;
116
- __isTeleport?: never;
117
- __isSuspense?: never;
118
- } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
119
- $emit: (event: "clickOption", ...args: any[]) => void;
120
- label: string;
121
- id: string;
122
- config: Record<string, any>;
123
- options: unknown[];
124
- dataTest: string;
125
- color?: string | undefined;
126
- disabled?: boolean | undefined;
127
- size?: string | undefined;
128
- square?: boolean | undefined;
129
- filled?: boolean | undefined;
130
- variant?: string | undefined;
131
- round?: boolean | undefined;
132
- labelKey?: string | undefined;
133
- noIcon?: boolean | undefined;
134
- yPosition?: string | undefined;
135
- xPosition?: string | undefined;
136
- $props: {
137
- readonly label?: string | undefined;
138
- readonly id?: string | undefined;
139
- readonly config?: Record<string, any> | undefined;
140
- readonly options?: unknown[] | undefined;
141
- readonly dataTest?: string | undefined;
142
- readonly color?: string | undefined;
143
- readonly disabled?: boolean | undefined;
144
- readonly size?: string | undefined;
145
- readonly square?: boolean | undefined;
146
- readonly filled?: boolean | undefined;
147
- readonly variant?: string | undefined;
148
- readonly round?: boolean | undefined;
149
- readonly labelKey?: string | undefined;
150
- readonly noIcon?: boolean | undefined;
151
- readonly yPosition?: string | undefined;
152
- readonly xPosition?: string | undefined;
153
- };
154
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
155
- $slots: {
156
- left?(_: {
157
- opened: boolean;
158
- }): any;
159
- default?(_: {
160
- label: string;
161
- opened: boolean;
162
- }): any;
163
- right?(_: {
164
- opened: boolean;
165
- }): any;
166
- };
167
- });
168
- UIcon: import("vue").DefineComponent<{}, {
169
- $emit: (event: "click", ...args: any[]) => void;
170
- config: Record<string, any>;
171
- name: string;
172
- src: Record<string, any>;
173
- tooltip: string;
174
- tooltipSettings: Record<string, any>;
175
- dataTest: string;
176
- internal: boolean;
177
- color?: string | undefined;
178
- size?: string | undefined;
179
- interactive?: boolean | undefined;
180
- variant?: string | undefined;
181
- $props: {
182
- readonly config?: Record<string, any> | undefined;
183
- readonly name?: string | undefined;
184
- readonly src?: Record<string, any> | undefined;
185
- readonly tooltip?: string | undefined;
186
- readonly tooltipSettings?: Record<string, any> | undefined;
187
- readonly dataTest?: string | undefined;
188
- readonly internal?: boolean | undefined;
189
- readonly color?: string | undefined;
190
- readonly size?: string | undefined;
191
- readonly interactive?: boolean | undefined;
192
- readonly variant?: string | undefined;
193
- };
194
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
195
- };
196
- setup(): {
197
- args: any;
198
- slots: any;
199
- };
200
- template: string;
201
- };
202
- export namespace Default {
203
- let args_1: {};
204
- export { args_1 as args };
205
- }
206
- export function Filled(args: any): {
207
- components: {
208
- UDropdownButton: {
209
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
210
- $emit: (event: "clickOption", ...args: any[]) => void;
211
- label: string;
212
- id: string;
213
- config: Record<string, any>;
214
- options: unknown[];
215
- dataTest: string;
216
- color?: string | undefined;
217
- disabled?: boolean | undefined;
218
- size?: string | undefined;
219
- square?: boolean | undefined;
220
- filled?: boolean | undefined;
221
- variant?: string | undefined;
222
- round?: boolean | undefined;
223
- labelKey?: string | undefined;
224
- noIcon?: boolean | undefined;
225
- yPosition?: string | undefined;
226
- xPosition?: string | undefined;
227
- $props: {
228
- readonly label?: string | undefined;
229
- readonly id?: string | undefined;
230
- readonly config?: Record<string, any> | undefined;
231
- readonly options?: unknown[] | undefined;
232
- readonly dataTest?: string | undefined;
233
- readonly color?: string | undefined;
234
- readonly disabled?: boolean | undefined;
235
- readonly size?: string | undefined;
236
- readonly square?: boolean | undefined;
237
- readonly filled?: boolean | undefined;
238
- readonly variant?: string | undefined;
239
- readonly round?: boolean | undefined;
240
- readonly labelKey?: string | undefined;
241
- readonly noIcon?: boolean | undefined;
242
- readonly yPosition?: string | undefined;
243
- readonly xPosition?: string | undefined;
244
- };
245
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
246
- P: {};
247
- B: {};
248
- D: {};
249
- C: {};
250
- M: {};
251
- Defaults: {};
252
- }, Readonly<{}> & Readonly<{}>, {
253
- $emit: (event: "clickOption", ...args: any[]) => void;
254
- label: string;
255
- id: string;
256
- config: Record<string, any>;
257
- options: unknown[];
258
- dataTest: string;
259
- color?: string | undefined;
260
- disabled?: boolean | undefined;
261
- size?: string | undefined;
262
- square?: boolean | undefined;
263
- filled?: boolean | undefined;
264
- variant?: string | undefined;
265
- round?: boolean | undefined;
266
- labelKey?: string | undefined;
267
- noIcon?: boolean | undefined;
268
- yPosition?: string | undefined;
269
- xPosition?: string | undefined;
270
- $props: {
271
- readonly label?: string | undefined;
272
- readonly id?: string | undefined;
273
- readonly config?: Record<string, any> | undefined;
274
- readonly options?: unknown[] | undefined;
275
- readonly dataTest?: string | undefined;
276
- readonly color?: string | undefined;
277
- readonly disabled?: boolean | undefined;
278
- readonly size?: string | undefined;
279
- readonly square?: boolean | undefined;
280
- readonly filled?: boolean | undefined;
281
- readonly variant?: string | undefined;
282
- readonly round?: boolean | undefined;
283
- readonly labelKey?: string | undefined;
284
- readonly noIcon?: boolean | undefined;
285
- readonly yPosition?: string | undefined;
286
- readonly xPosition?: string | undefined;
287
- };
288
- }, {}, {}, {}, {}>;
289
- __isFragment?: never;
290
- __isTeleport?: never;
291
- __isSuspense?: never;
292
- } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
293
- $emit: (event: "clickOption", ...args: any[]) => void;
294
- label: string;
295
- id: string;
296
- config: Record<string, any>;
297
- options: unknown[];
298
- dataTest: string;
299
- color?: string | undefined;
300
- disabled?: boolean | undefined;
301
- size?: string | undefined;
302
- square?: boolean | undefined;
303
- filled?: boolean | undefined;
304
- variant?: string | undefined;
305
- round?: boolean | undefined;
306
- labelKey?: string | undefined;
307
- noIcon?: boolean | undefined;
308
- yPosition?: string | undefined;
309
- xPosition?: string | undefined;
310
- $props: {
311
- readonly label?: string | undefined;
312
- readonly id?: string | undefined;
313
- readonly config?: Record<string, any> | undefined;
314
- readonly options?: unknown[] | undefined;
315
- readonly dataTest?: string | undefined;
316
- readonly color?: string | undefined;
317
- readonly disabled?: boolean | undefined;
318
- readonly size?: string | undefined;
319
- readonly square?: boolean | undefined;
320
- readonly filled?: boolean | undefined;
321
- readonly variant?: string | undefined;
322
- readonly round?: boolean | undefined;
323
- readonly labelKey?: string | undefined;
324
- readonly noIcon?: boolean | undefined;
325
- readonly yPosition?: string | undefined;
326
- readonly xPosition?: string | undefined;
327
- };
328
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
329
- $slots: {
330
- left?(_: {
331
- opened: boolean;
332
- }): any;
333
- default?(_: {
334
- label: string;
335
- opened: boolean;
336
- }): any;
337
- right?(_: {
338
- opened: boolean;
339
- }): any;
340
- };
341
- });
342
- UIcon: import("vue").DefineComponent<{}, {
343
- $emit: (event: "click", ...args: any[]) => void;
344
- config: Record<string, any>;
345
- name: string;
346
- src: Record<string, any>;
347
- tooltip: string;
348
- tooltipSettings: Record<string, any>;
349
- dataTest: string;
350
- internal: boolean;
351
- color?: string | undefined;
352
- size?: string | undefined;
353
- interactive?: boolean | undefined;
354
- variant?: string | undefined;
355
- $props: {
356
- readonly config?: Record<string, any> | undefined;
357
- readonly name?: string | undefined;
358
- readonly src?: Record<string, any> | undefined;
359
- readonly tooltip?: string | undefined;
360
- readonly tooltipSettings?: Record<string, any> | undefined;
361
- readonly dataTest?: string | undefined;
362
- readonly internal?: boolean | undefined;
363
- readonly color?: string | undefined;
364
- readonly size?: string | undefined;
365
- readonly interactive?: boolean | undefined;
366
- readonly variant?: string | undefined;
367
- };
368
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
369
- };
370
- setup(): {
371
- args: any;
372
- slots: any;
373
- };
374
- template: string;
375
- };
376
- export namespace Filled {
377
- export namespace args_2 {
378
- let variant: string;
379
- let filled: boolean;
380
- }
381
- export { args_2 as args };
382
- }
383
- export function Variants(args: any, { argTypes }?: {}): {
384
- components: {
385
- UDropdownButton: {
386
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
387
- $emit: (event: "clickOption", ...args: any[]) => void;
388
- label: string;
389
- id: string;
390
- config: Record<string, any>;
391
- options: unknown[];
392
- dataTest: string;
393
- color?: string | undefined;
394
- disabled?: boolean | undefined;
395
- size?: string | undefined;
396
- square?: boolean | undefined;
397
- filled?: boolean | undefined;
398
- variant?: string | undefined;
399
- round?: boolean | undefined;
400
- labelKey?: string | undefined;
401
- noIcon?: boolean | undefined;
402
- yPosition?: string | undefined;
403
- xPosition?: string | undefined;
404
- $props: {
405
- readonly label?: string | undefined;
406
- readonly id?: string | undefined;
407
- readonly config?: Record<string, any> | undefined;
408
- readonly options?: unknown[] | undefined;
409
- readonly dataTest?: string | undefined;
410
- readonly color?: string | undefined;
411
- readonly disabled?: boolean | undefined;
412
- readonly size?: string | undefined;
413
- readonly square?: boolean | undefined;
414
- readonly filled?: boolean | undefined;
415
- readonly variant?: string | undefined;
416
- readonly round?: boolean | undefined;
417
- readonly labelKey?: string | undefined;
418
- readonly noIcon?: boolean | undefined;
419
- readonly yPosition?: string | undefined;
420
- readonly xPosition?: string | undefined;
421
- };
422
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
423
- P: {};
424
- B: {};
425
- D: {};
426
- C: {};
427
- M: {};
428
- Defaults: {};
429
- }, Readonly<{}> & Readonly<{}>, {
430
- $emit: (event: "clickOption", ...args: any[]) => void;
431
- label: string;
432
- id: string;
433
- config: Record<string, any>;
434
- options: unknown[];
435
- dataTest: string;
436
- color?: string | undefined;
437
- disabled?: boolean | undefined;
438
- size?: string | undefined;
439
- square?: boolean | undefined;
440
- filled?: boolean | undefined;
441
- variant?: string | undefined;
442
- round?: boolean | undefined;
443
- labelKey?: string | undefined;
444
- noIcon?: boolean | undefined;
445
- yPosition?: string | undefined;
446
- xPosition?: string | undefined;
447
- $props: {
448
- readonly label?: string | undefined;
449
- readonly id?: string | undefined;
450
- readonly config?: Record<string, any> | undefined;
451
- readonly options?: unknown[] | undefined;
452
- readonly dataTest?: string | undefined;
453
- readonly color?: string | undefined;
454
- readonly disabled?: boolean | undefined;
455
- readonly size?: string | undefined;
456
- readonly square?: boolean | undefined;
457
- readonly filled?: boolean | undefined;
458
- readonly variant?: string | undefined;
459
- readonly round?: boolean | undefined;
460
- readonly labelKey?: string | undefined;
461
- readonly noIcon?: boolean | undefined;
462
- readonly yPosition?: string | undefined;
463
- readonly xPosition?: string | undefined;
464
- };
465
- }, {}, {}, {}, {}>;
466
- __isFragment?: never;
467
- __isTeleport?: never;
468
- __isSuspense?: never;
469
- } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
470
- $emit: (event: "clickOption", ...args: any[]) => void;
471
- label: string;
472
- id: string;
473
- config: Record<string, any>;
474
- options: unknown[];
475
- dataTest: string;
476
- color?: string | undefined;
477
- disabled?: boolean | undefined;
478
- size?: string | undefined;
479
- square?: boolean | undefined;
480
- filled?: boolean | undefined;
481
- variant?: string | undefined;
482
- round?: boolean | undefined;
483
- labelKey?: string | undefined;
484
- noIcon?: boolean | undefined;
485
- yPosition?: string | undefined;
486
- xPosition?: string | undefined;
487
- $props: {
488
- readonly label?: string | undefined;
489
- readonly id?: string | undefined;
490
- readonly config?: Record<string, any> | undefined;
491
- readonly options?: unknown[] | undefined;
492
- readonly dataTest?: string | undefined;
493
- readonly color?: string | undefined;
494
- readonly disabled?: boolean | undefined;
495
- readonly size?: string | undefined;
496
- readonly square?: boolean | undefined;
497
- readonly filled?: boolean | undefined;
498
- readonly variant?: string | undefined;
499
- readonly round?: boolean | undefined;
500
- readonly labelKey?: string | undefined;
501
- readonly noIcon?: boolean | undefined;
502
- readonly yPosition?: string | undefined;
503
- readonly xPosition?: string | undefined;
504
- };
505
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
506
- $slots: {
507
- left?(_: {
508
- opened: boolean;
509
- }): any;
510
- default?(_: {
511
- label: string;
512
- opened: boolean;
513
- }): any;
514
- right?(_: {
515
- opened: boolean;
516
- }): any;
517
- };
518
- });
519
- URow: {
520
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
521
- config: Record<string, any>;
522
- dataTest: string;
523
- reverse?: boolean | undefined;
524
- content?: string | undefined;
525
- gap?: string | undefined;
526
- align?: string | undefined;
527
- justify?: string | undefined;
528
- wrap?: boolean | undefined;
529
- noMobile?: boolean | undefined;
530
- $props: {
531
- readonly config?: Record<string, any> | undefined;
532
- readonly dataTest?: string | undefined;
533
- readonly reverse?: boolean | undefined;
534
- readonly content?: string | undefined;
535
- readonly gap?: string | undefined;
536
- readonly align?: string | undefined;
537
- readonly justify?: string | undefined;
538
- readonly wrap?: boolean | undefined;
539
- readonly noMobile?: boolean | undefined;
540
- };
541
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
542
- P: {};
543
- B: {};
544
- D: {};
545
- C: {};
546
- M: {};
547
- Defaults: {};
548
- }, Readonly<{}> & Readonly<{}>, {
549
- config: Record<string, any>;
550
- dataTest: string;
551
- reverse?: boolean | undefined;
552
- content?: string | undefined;
553
- gap?: string | undefined;
554
- align?: string | undefined;
555
- justify?: string | undefined;
556
- wrap?: boolean | undefined;
557
- noMobile?: boolean | undefined;
558
- $props: {
559
- readonly config?: Record<string, any> | undefined;
560
- readonly dataTest?: string | undefined;
561
- readonly reverse?: boolean | undefined;
562
- readonly content?: string | undefined;
563
- readonly gap?: string | undefined;
564
- readonly align?: string | undefined;
565
- readonly justify?: string | undefined;
566
- readonly wrap?: boolean | undefined;
567
- readonly noMobile?: boolean | undefined;
568
- };
569
- }, {}, {}, {}, {}>;
570
- __isFragment?: never;
571
- __isTeleport?: never;
572
- __isSuspense?: never;
573
- } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
574
- config: Record<string, any>;
575
- dataTest: string;
576
- reverse?: boolean | undefined;
577
- content?: string | undefined;
578
- gap?: string | undefined;
579
- align?: string | undefined;
580
- justify?: string | undefined;
581
- wrap?: boolean | undefined;
582
- noMobile?: boolean | undefined;
583
- $props: {
584
- readonly config?: Record<string, any> | undefined;
585
- readonly dataTest?: string | undefined;
586
- readonly reverse?: boolean | undefined;
587
- readonly content?: string | undefined;
588
- readonly gap?: string | undefined;
589
- readonly align?: string | undefined;
590
- readonly justify?: string | undefined;
591
- readonly wrap?: boolean | undefined;
592
- readonly noMobile?: boolean | undefined;
593
- };
594
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
595
- $slots: {
596
- default?(_: {}): any;
597
- };
598
- });
599
- };
600
- setup(): {
601
- args: any;
602
- options: any;
603
- };
604
- template: string;
605
- };
606
- export namespace Variants {
607
- export namespace args_3 {
608
- let _enum: string;
609
- export { _enum as enum };
610
- export let text: string;
611
- }
612
- export { args_3 as args };
613
- }
614
- export function Sizes(args: any, { argTypes }?: {}): {
615
- components: {
616
- UDropdownButton: {
617
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
618
- $emit: (event: "clickOption", ...args: any[]) => void;
619
- label: string;
620
- id: string;
621
- config: Record<string, any>;
622
- options: unknown[];
623
- dataTest: string;
624
- color?: string | undefined;
625
- disabled?: boolean | undefined;
626
- size?: string | undefined;
627
- square?: boolean | undefined;
628
- filled?: boolean | undefined;
629
- variant?: string | undefined;
630
- round?: boolean | undefined;
631
- labelKey?: string | undefined;
632
- noIcon?: boolean | undefined;
633
- yPosition?: string | undefined;
634
- xPosition?: string | undefined;
635
- $props: {
636
- readonly label?: string | undefined;
637
- readonly id?: string | undefined;
638
- readonly config?: Record<string, any> | undefined;
639
- readonly options?: unknown[] | undefined;
640
- readonly dataTest?: string | undefined;
641
- readonly color?: string | undefined;
642
- readonly disabled?: boolean | undefined;
643
- readonly size?: string | undefined;
644
- readonly square?: boolean | undefined;
645
- readonly filled?: boolean | undefined;
646
- readonly variant?: string | undefined;
647
- readonly round?: boolean | undefined;
648
- readonly labelKey?: string | undefined;
649
- readonly noIcon?: boolean | undefined;
650
- readonly yPosition?: string | undefined;
651
- readonly xPosition?: string | undefined;
652
- };
653
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
654
- P: {};
655
- B: {};
656
- D: {};
657
- C: {};
658
- M: {};
659
- Defaults: {};
660
- }, Readonly<{}> & Readonly<{}>, {
661
- $emit: (event: "clickOption", ...args: any[]) => void;
662
- label: string;
663
- id: string;
664
- config: Record<string, any>;
665
- options: unknown[];
666
- dataTest: string;
667
- color?: string | undefined;
668
- disabled?: boolean | undefined;
669
- size?: string | undefined;
670
- square?: boolean | undefined;
671
- filled?: boolean | undefined;
672
- variant?: string | undefined;
673
- round?: boolean | undefined;
674
- labelKey?: string | undefined;
675
- noIcon?: boolean | undefined;
676
- yPosition?: string | undefined;
677
- xPosition?: string | undefined;
678
- $props: {
679
- readonly label?: string | undefined;
680
- readonly id?: string | undefined;
681
- readonly config?: Record<string, any> | undefined;
682
- readonly options?: unknown[] | undefined;
683
- readonly dataTest?: string | undefined;
684
- readonly color?: string | undefined;
685
- readonly disabled?: boolean | undefined;
686
- readonly size?: string | undefined;
687
- readonly square?: boolean | undefined;
688
- readonly filled?: boolean | undefined;
689
- readonly variant?: string | undefined;
690
- readonly round?: boolean | undefined;
691
- readonly labelKey?: string | undefined;
692
- readonly noIcon?: boolean | undefined;
693
- readonly yPosition?: string | undefined;
694
- readonly xPosition?: string | undefined;
695
- };
696
- }, {}, {}, {}, {}>;
697
- __isFragment?: never;
698
- __isTeleport?: never;
699
- __isSuspense?: never;
700
- } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
701
- $emit: (event: "clickOption", ...args: any[]) => void;
702
- label: string;
703
- id: string;
704
- config: Record<string, any>;
705
- options: unknown[];
706
- dataTest: string;
707
- color?: string | undefined;
708
- disabled?: boolean | undefined;
709
- size?: string | undefined;
710
- square?: boolean | undefined;
711
- filled?: boolean | undefined;
712
- variant?: string | undefined;
713
- round?: boolean | undefined;
714
- labelKey?: string | undefined;
715
- noIcon?: boolean | undefined;
716
- yPosition?: string | undefined;
717
- xPosition?: string | undefined;
718
- $props: {
719
- readonly label?: string | undefined;
720
- readonly id?: string | undefined;
721
- readonly config?: Record<string, any> | undefined;
722
- readonly options?: unknown[] | undefined;
723
- readonly dataTest?: string | undefined;
724
- readonly color?: string | undefined;
725
- readonly disabled?: boolean | undefined;
726
- readonly size?: string | undefined;
727
- readonly square?: boolean | undefined;
728
- readonly filled?: boolean | undefined;
729
- readonly variant?: string | undefined;
730
- readonly round?: boolean | undefined;
731
- readonly labelKey?: string | undefined;
732
- readonly noIcon?: boolean | undefined;
733
- readonly yPosition?: string | undefined;
734
- readonly xPosition?: string | undefined;
735
- };
736
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
737
- $slots: {
738
- left?(_: {
739
- opened: boolean;
740
- }): any;
741
- default?(_: {
742
- label: string;
743
- opened: boolean;
744
- }): any;
745
- right?(_: {
746
- opened: boolean;
747
- }): any;
748
- };
749
- });
750
- URow: {
751
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
752
- config: Record<string, any>;
753
- dataTest: string;
754
- reverse?: boolean | undefined;
755
- content?: string | undefined;
756
- gap?: string | undefined;
757
- align?: string | undefined;
758
- justify?: string | undefined;
759
- wrap?: boolean | undefined;
760
- noMobile?: boolean | undefined;
761
- $props: {
762
- readonly config?: Record<string, any> | undefined;
763
- readonly dataTest?: string | undefined;
764
- readonly reverse?: boolean | undefined;
765
- readonly content?: string | undefined;
766
- readonly gap?: string | undefined;
767
- readonly align?: string | undefined;
768
- readonly justify?: string | undefined;
769
- readonly wrap?: boolean | undefined;
770
- readonly noMobile?: boolean | undefined;
771
- };
772
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
773
- P: {};
774
- B: {};
775
- D: {};
776
- C: {};
777
- M: {};
778
- Defaults: {};
779
- }, Readonly<{}> & Readonly<{}>, {
780
- config: Record<string, any>;
781
- dataTest: string;
782
- reverse?: boolean | undefined;
783
- content?: string | undefined;
784
- gap?: string | undefined;
785
- align?: string | undefined;
786
- justify?: string | undefined;
787
- wrap?: boolean | undefined;
788
- noMobile?: boolean | undefined;
789
- $props: {
790
- readonly config?: Record<string, any> | undefined;
791
- readonly dataTest?: string | undefined;
792
- readonly reverse?: boolean | undefined;
793
- readonly content?: string | undefined;
794
- readonly gap?: string | undefined;
795
- readonly align?: string | undefined;
796
- readonly justify?: string | undefined;
797
- readonly wrap?: boolean | undefined;
798
- readonly noMobile?: boolean | undefined;
799
- };
800
- }, {}, {}, {}, {}>;
801
- __isFragment?: never;
802
- __isTeleport?: never;
803
- __isSuspense?: never;
804
- } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
805
- config: Record<string, any>;
806
- dataTest: string;
807
- reverse?: boolean | undefined;
808
- content?: string | undefined;
809
- gap?: string | undefined;
810
- align?: string | undefined;
811
- justify?: string | undefined;
812
- wrap?: boolean | undefined;
813
- noMobile?: boolean | undefined;
814
- $props: {
815
- readonly config?: Record<string, any> | undefined;
816
- readonly dataTest?: string | undefined;
817
- readonly reverse?: boolean | undefined;
818
- readonly content?: string | undefined;
819
- readonly gap?: string | undefined;
820
- readonly align?: string | undefined;
821
- readonly justify?: string | undefined;
822
- readonly wrap?: boolean | undefined;
823
- readonly noMobile?: boolean | undefined;
824
- };
825
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
826
- $slots: {
827
- default?(_: {}): any;
828
- };
829
- });
830
- };
831
- setup(): {
832
- args: any;
833
- options: any;
834
- };
835
- template: string;
836
- };
837
- export namespace Sizes {
838
- export namespace args_4 {
839
- let _enum_1: string;
840
- export { _enum_1 as enum };
841
- let text_1: string;
842
- export { text_1 as text };
843
- }
844
- export { args_4 as args };
845
- }
846
- export function VariantColors(args: any, { argTypes }?: {}): {
847
- components: {
848
- UDropdownButton: {
849
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
850
- $emit: (event: "clickOption", ...args: any[]) => void;
851
- label: string;
852
- id: string;
853
- config: Record<string, any>;
854
- options: unknown[];
855
- dataTest: string;
856
- color?: string | undefined;
857
- disabled?: boolean | undefined;
858
- size?: string | undefined;
859
- square?: boolean | undefined;
860
- filled?: boolean | undefined;
861
- variant?: string | undefined;
862
- round?: boolean | undefined;
863
- labelKey?: string | undefined;
864
- noIcon?: boolean | undefined;
865
- yPosition?: string | undefined;
866
- xPosition?: string | undefined;
867
- $props: {
868
- readonly label?: string | undefined;
869
- readonly id?: string | undefined;
870
- readonly config?: Record<string, any> | undefined;
871
- readonly options?: unknown[] | undefined;
872
- readonly dataTest?: string | undefined;
873
- readonly color?: string | undefined;
874
- readonly disabled?: boolean | undefined;
875
- readonly size?: string | undefined;
876
- readonly square?: boolean | undefined;
877
- readonly filled?: boolean | undefined;
878
- readonly variant?: string | undefined;
879
- readonly round?: boolean | undefined;
880
- readonly labelKey?: string | undefined;
881
- readonly noIcon?: boolean | undefined;
882
- readonly yPosition?: string | undefined;
883
- readonly xPosition?: string | undefined;
884
- };
885
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
886
- P: {};
887
- B: {};
888
- D: {};
889
- C: {};
890
- M: {};
891
- Defaults: {};
892
- }, Readonly<{}> & Readonly<{}>, {
893
- $emit: (event: "clickOption", ...args: any[]) => void;
894
- label: string;
895
- id: string;
896
- config: Record<string, any>;
897
- options: unknown[];
898
- dataTest: string;
899
- color?: string | undefined;
900
- disabled?: boolean | undefined;
901
- size?: string | undefined;
902
- square?: boolean | undefined;
903
- filled?: boolean | undefined;
904
- variant?: string | undefined;
905
- round?: boolean | undefined;
906
- labelKey?: string | undefined;
907
- noIcon?: boolean | undefined;
908
- yPosition?: string | undefined;
909
- xPosition?: string | undefined;
910
- $props: {
911
- readonly label?: string | undefined;
912
- readonly id?: string | undefined;
913
- readonly config?: Record<string, any> | undefined;
914
- readonly options?: unknown[] | undefined;
915
- readonly dataTest?: string | undefined;
916
- readonly color?: string | undefined;
917
- readonly disabled?: boolean | undefined;
918
- readonly size?: string | undefined;
919
- readonly square?: boolean | undefined;
920
- readonly filled?: boolean | undefined;
921
- readonly variant?: string | undefined;
922
- readonly round?: boolean | undefined;
923
- readonly labelKey?: string | undefined;
924
- readonly noIcon?: boolean | undefined;
925
- readonly yPosition?: string | undefined;
926
- readonly xPosition?: string | undefined;
927
- };
928
- }, {}, {}, {}, {}>;
929
- __isFragment?: never;
930
- __isTeleport?: never;
931
- __isSuspense?: never;
932
- } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
933
- $emit: (event: "clickOption", ...args: any[]) => void;
934
- label: string;
935
- id: string;
936
- config: Record<string, any>;
937
- options: unknown[];
938
- dataTest: string;
939
- color?: string | undefined;
940
- disabled?: boolean | undefined;
941
- size?: string | undefined;
942
- square?: boolean | undefined;
943
- filled?: boolean | undefined;
944
- variant?: string | undefined;
945
- round?: boolean | undefined;
946
- labelKey?: string | undefined;
947
- noIcon?: boolean | undefined;
948
- yPosition?: string | undefined;
949
- xPosition?: string | undefined;
950
- $props: {
951
- readonly label?: string | undefined;
952
- readonly id?: string | undefined;
953
- readonly config?: Record<string, any> | undefined;
954
- readonly options?: unknown[] | undefined;
955
- readonly dataTest?: string | undefined;
956
- readonly color?: string | undefined;
957
- readonly disabled?: boolean | undefined;
958
- readonly size?: string | undefined;
959
- readonly square?: boolean | undefined;
960
- readonly filled?: boolean | undefined;
961
- readonly variant?: string | undefined;
962
- readonly round?: boolean | undefined;
963
- readonly labelKey?: string | undefined;
964
- readonly noIcon?: boolean | undefined;
965
- readonly yPosition?: string | undefined;
966
- readonly xPosition?: string | undefined;
967
- };
968
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
969
- $slots: {
970
- left?(_: {
971
- opened: boolean;
972
- }): any;
973
- default?(_: {
974
- label: string;
975
- opened: boolean;
976
- }): any;
977
- right?(_: {
978
- opened: boolean;
979
- }): any;
980
- };
981
- });
982
- URow: {
983
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
984
- config: Record<string, any>;
985
- dataTest: string;
986
- reverse?: boolean | undefined;
987
- content?: string | undefined;
988
- gap?: string | undefined;
989
- align?: string | undefined;
990
- justify?: string | undefined;
991
- wrap?: boolean | undefined;
992
- noMobile?: boolean | undefined;
993
- $props: {
994
- readonly config?: Record<string, any> | undefined;
995
- readonly dataTest?: string | undefined;
996
- readonly reverse?: boolean | undefined;
997
- readonly content?: string | undefined;
998
- readonly gap?: string | undefined;
999
- readonly align?: string | undefined;
1000
- readonly justify?: string | undefined;
1001
- readonly wrap?: boolean | undefined;
1002
- readonly noMobile?: boolean | undefined;
1003
- };
1004
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1005
- P: {};
1006
- B: {};
1007
- D: {};
1008
- C: {};
1009
- M: {};
1010
- Defaults: {};
1011
- }, Readonly<{}> & Readonly<{}>, {
1012
- config: Record<string, any>;
1013
- dataTest: string;
1014
- reverse?: boolean | undefined;
1015
- content?: string | undefined;
1016
- gap?: string | undefined;
1017
- align?: string | undefined;
1018
- justify?: string | undefined;
1019
- wrap?: boolean | undefined;
1020
- noMobile?: boolean | undefined;
1021
- $props: {
1022
- readonly config?: Record<string, any> | undefined;
1023
- readonly dataTest?: string | undefined;
1024
- readonly reverse?: boolean | undefined;
1025
- readonly content?: string | undefined;
1026
- readonly gap?: string | undefined;
1027
- readonly align?: string | undefined;
1028
- readonly justify?: string | undefined;
1029
- readonly wrap?: boolean | undefined;
1030
- readonly noMobile?: boolean | undefined;
1031
- };
1032
- }, {}, {}, {}, {}>;
1033
- __isFragment?: never;
1034
- __isTeleport?: never;
1035
- __isSuspense?: never;
1036
- } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
1037
- config: Record<string, any>;
1038
- dataTest: string;
1039
- reverse?: boolean | undefined;
1040
- content?: string | undefined;
1041
- gap?: string | undefined;
1042
- align?: string | undefined;
1043
- justify?: string | undefined;
1044
- wrap?: boolean | undefined;
1045
- noMobile?: boolean | undefined;
1046
- $props: {
1047
- readonly config?: Record<string, any> | undefined;
1048
- readonly dataTest?: string | undefined;
1049
- readonly reverse?: boolean | undefined;
1050
- readonly content?: string | undefined;
1051
- readonly gap?: string | undefined;
1052
- readonly align?: string | undefined;
1053
- readonly justify?: string | undefined;
1054
- readonly wrap?: boolean | undefined;
1055
- readonly noMobile?: boolean | undefined;
1056
- };
1057
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1058
- $slots: {
1059
- default?(_: {}): any;
1060
- };
1061
- });
1062
- UCol: {
1063
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
1064
- config: Record<string, any>;
1065
- dataTest: string;
1066
- reverse?: boolean | undefined;
1067
- content?: string | undefined;
1068
- gap?: string | undefined;
1069
- align?: string | undefined;
1070
- justify?: string | undefined;
1071
- wrap?: boolean | undefined;
1072
- $props: {
1073
- readonly config?: Record<string, any> | undefined;
1074
- readonly dataTest?: string | undefined;
1075
- readonly reverse?: boolean | undefined;
1076
- readonly content?: string | undefined;
1077
- readonly gap?: string | undefined;
1078
- readonly align?: string | undefined;
1079
- readonly justify?: string | undefined;
1080
- readonly wrap?: boolean | undefined;
1081
- };
1082
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1083
- P: {};
1084
- B: {};
1085
- D: {};
1086
- C: {};
1087
- M: {};
1088
- Defaults: {};
1089
- }, Readonly<{}> & Readonly<{}>, {
1090
- config: Record<string, any>;
1091
- dataTest: string;
1092
- reverse?: boolean | undefined;
1093
- content?: string | undefined;
1094
- gap?: string | undefined;
1095
- align?: string | undefined;
1096
- justify?: string | undefined;
1097
- wrap?: boolean | undefined;
1098
- $props: {
1099
- readonly config?: Record<string, any> | undefined;
1100
- readonly dataTest?: string | undefined;
1101
- readonly reverse?: boolean | undefined;
1102
- readonly content?: string | undefined;
1103
- readonly gap?: string | undefined;
1104
- readonly align?: string | undefined;
1105
- readonly justify?: string | undefined;
1106
- readonly wrap?: boolean | undefined;
1107
- };
1108
- }, {}, {}, {}, {}>;
1109
- __isFragment?: never;
1110
- __isTeleport?: never;
1111
- __isSuspense?: never;
1112
- } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
1113
- config: Record<string, any>;
1114
- dataTest: string;
1115
- reverse?: boolean | undefined;
1116
- content?: string | undefined;
1117
- gap?: string | undefined;
1118
- align?: string | undefined;
1119
- justify?: string | undefined;
1120
- wrap?: boolean | undefined;
1121
- $props: {
1122
- readonly config?: Record<string, any> | undefined;
1123
- readonly dataTest?: string | undefined;
1124
- readonly reverse?: boolean | undefined;
1125
- readonly content?: string | undefined;
1126
- readonly gap?: string | undefined;
1127
- readonly align?: string | undefined;
1128
- readonly justify?: string | undefined;
1129
- readonly wrap?: boolean | undefined;
1130
- };
1131
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1132
- $slots: {
1133
- default?(_: {}): any;
1134
- };
1135
- });
1136
- };
1137
- setup(): {
1138
- args: any;
1139
- variants: any;
1140
- colors: any;
1141
- };
1142
- template: string;
1143
- };
1144
- export namespace VariantColors {
1145
- export namespace args_5 {
1146
- let text_2: string;
1147
- export { text_2 as text };
1148
- }
1149
- export { args_5 as args };
1150
- }
1151
- export function WithoutDropdownIcon(args: any, { argTypes }?: {}): {
1152
- components: {
1153
- UDropdownButton: {
1154
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
1155
- $emit: (event: "clickOption", ...args: any[]) => void;
1156
- label: string;
1157
- id: string;
1158
- config: Record<string, any>;
1159
- options: unknown[];
1160
- dataTest: string;
1161
- color?: string | undefined;
1162
- disabled?: boolean | undefined;
1163
- size?: string | undefined;
1164
- square?: boolean | undefined;
1165
- filled?: boolean | undefined;
1166
- variant?: string | undefined;
1167
- round?: boolean | undefined;
1168
- labelKey?: string | undefined;
1169
- noIcon?: boolean | undefined;
1170
- yPosition?: string | undefined;
1171
- xPosition?: string | undefined;
1172
- $props: {
1173
- readonly label?: string | undefined;
1174
- readonly id?: string | undefined;
1175
- readonly config?: Record<string, any> | undefined;
1176
- readonly options?: unknown[] | undefined;
1177
- readonly dataTest?: string | undefined;
1178
- readonly color?: string | undefined;
1179
- readonly disabled?: boolean | undefined;
1180
- readonly size?: string | undefined;
1181
- readonly square?: boolean | undefined;
1182
- readonly filled?: boolean | undefined;
1183
- readonly variant?: string | undefined;
1184
- readonly round?: boolean | undefined;
1185
- readonly labelKey?: string | undefined;
1186
- readonly noIcon?: boolean | undefined;
1187
- readonly yPosition?: string | undefined;
1188
- readonly xPosition?: string | undefined;
1189
- };
1190
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1191
- P: {};
1192
- B: {};
1193
- D: {};
1194
- C: {};
1195
- M: {};
1196
- Defaults: {};
1197
- }, Readonly<{}> & Readonly<{}>, {
1198
- $emit: (event: "clickOption", ...args: any[]) => void;
1199
- label: string;
1200
- id: string;
1201
- config: Record<string, any>;
1202
- options: unknown[];
1203
- dataTest: string;
1204
- color?: string | undefined;
1205
- disabled?: boolean | undefined;
1206
- size?: string | undefined;
1207
- square?: boolean | undefined;
1208
- filled?: boolean | undefined;
1209
- variant?: string | undefined;
1210
- round?: boolean | undefined;
1211
- labelKey?: string | undefined;
1212
- noIcon?: boolean | undefined;
1213
- yPosition?: string | undefined;
1214
- xPosition?: string | undefined;
1215
- $props: {
1216
- readonly label?: string | undefined;
1217
- readonly id?: string | undefined;
1218
- readonly config?: Record<string, any> | undefined;
1219
- readonly options?: unknown[] | undefined;
1220
- readonly dataTest?: string | undefined;
1221
- readonly color?: string | undefined;
1222
- readonly disabled?: boolean | undefined;
1223
- readonly size?: string | undefined;
1224
- readonly square?: boolean | undefined;
1225
- readonly filled?: boolean | undefined;
1226
- readonly variant?: string | undefined;
1227
- readonly round?: boolean | undefined;
1228
- readonly labelKey?: string | undefined;
1229
- readonly noIcon?: boolean | undefined;
1230
- readonly yPosition?: string | undefined;
1231
- readonly xPosition?: string | undefined;
1232
- };
1233
- }, {}, {}, {}, {}>;
1234
- __isFragment?: never;
1235
- __isTeleport?: never;
1236
- __isSuspense?: never;
1237
- } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
1238
- $emit: (event: "clickOption", ...args: any[]) => void;
1239
- label: string;
1240
- id: string;
1241
- config: Record<string, any>;
1242
- options: unknown[];
1243
- dataTest: string;
1244
- color?: string | undefined;
1245
- disabled?: boolean | undefined;
1246
- size?: string | undefined;
1247
- square?: boolean | undefined;
1248
- filled?: boolean | undefined;
1249
- variant?: string | undefined;
1250
- round?: boolean | undefined;
1251
- labelKey?: string | undefined;
1252
- noIcon?: boolean | undefined;
1253
- yPosition?: string | undefined;
1254
- xPosition?: string | undefined;
1255
- $props: {
1256
- readonly label?: string | undefined;
1257
- readonly id?: string | undefined;
1258
- readonly config?: Record<string, any> | undefined;
1259
- readonly options?: unknown[] | undefined;
1260
- readonly dataTest?: string | undefined;
1261
- readonly color?: string | undefined;
1262
- readonly disabled?: boolean | undefined;
1263
- readonly size?: string | undefined;
1264
- readonly square?: boolean | undefined;
1265
- readonly filled?: boolean | undefined;
1266
- readonly variant?: string | undefined;
1267
- readonly round?: boolean | undefined;
1268
- readonly labelKey?: string | undefined;
1269
- readonly noIcon?: boolean | undefined;
1270
- readonly yPosition?: string | undefined;
1271
- readonly xPosition?: string | undefined;
1272
- };
1273
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1274
- $slots: {
1275
- left?(_: {
1276
- opened: boolean;
1277
- }): any;
1278
- default?(_: {
1279
- label: string;
1280
- opened: boolean;
1281
- }): any;
1282
- right?(_: {
1283
- opened: boolean;
1284
- }): any;
1285
- };
1286
- });
1287
- URow: {
1288
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
1289
- config: Record<string, any>;
1290
- dataTest: string;
1291
- reverse?: boolean | undefined;
1292
- content?: string | undefined;
1293
- gap?: string | undefined;
1294
- align?: string | undefined;
1295
- justify?: string | undefined;
1296
- wrap?: boolean | undefined;
1297
- noMobile?: boolean | undefined;
1298
- $props: {
1299
- readonly config?: Record<string, any> | undefined;
1300
- readonly dataTest?: string | undefined;
1301
- readonly reverse?: boolean | undefined;
1302
- readonly content?: string | undefined;
1303
- readonly gap?: string | undefined;
1304
- readonly align?: string | undefined;
1305
- readonly justify?: string | undefined;
1306
- readonly wrap?: boolean | undefined;
1307
- readonly noMobile?: boolean | undefined;
1308
- };
1309
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1310
- P: {};
1311
- B: {};
1312
- D: {};
1313
- C: {};
1314
- M: {};
1315
- Defaults: {};
1316
- }, Readonly<{}> & Readonly<{}>, {
1317
- config: Record<string, any>;
1318
- dataTest: string;
1319
- reverse?: boolean | undefined;
1320
- content?: string | undefined;
1321
- gap?: string | undefined;
1322
- align?: string | undefined;
1323
- justify?: string | undefined;
1324
- wrap?: boolean | undefined;
1325
- noMobile?: boolean | undefined;
1326
- $props: {
1327
- readonly config?: Record<string, any> | undefined;
1328
- readonly dataTest?: string | undefined;
1329
- readonly reverse?: boolean | undefined;
1330
- readonly content?: string | undefined;
1331
- readonly gap?: string | undefined;
1332
- readonly align?: string | undefined;
1333
- readonly justify?: string | undefined;
1334
- readonly wrap?: boolean | undefined;
1335
- readonly noMobile?: boolean | undefined;
1336
- };
1337
- }, {}, {}, {}, {}>;
1338
- __isFragment?: never;
1339
- __isTeleport?: never;
1340
- __isSuspense?: never;
1341
- } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
1342
- config: Record<string, any>;
1343
- dataTest: string;
1344
- reverse?: boolean | undefined;
1345
- content?: string | undefined;
1346
- gap?: string | undefined;
1347
- align?: string | undefined;
1348
- justify?: string | undefined;
1349
- wrap?: boolean | undefined;
1350
- noMobile?: boolean | undefined;
1351
- $props: {
1352
- readonly config?: Record<string, any> | undefined;
1353
- readonly dataTest?: string | undefined;
1354
- readonly reverse?: boolean | undefined;
1355
- readonly content?: string | undefined;
1356
- readonly gap?: string | undefined;
1357
- readonly align?: string | undefined;
1358
- readonly justify?: string | undefined;
1359
- readonly wrap?: boolean | undefined;
1360
- readonly noMobile?: boolean | undefined;
1361
- };
1362
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1363
- $slots: {
1364
- default?(_: {}): any;
1365
- };
1366
- });
1367
- };
1368
- setup(): {
1369
- args: any;
1370
- options: any;
1371
- };
1372
- template: string;
1373
- };
1374
- export namespace WithoutDropdownIcon {
1375
- export namespace args_6 {
1376
- let _enum_2: string;
1377
- export { _enum_2 as enum };
1378
- export let noIcon: boolean;
1379
- }
1380
- export { args_6 as args };
1381
- }
1382
- export function DefaultSlot(args: any): {
1383
- components: {
1384
- UDropdownButton: {
1385
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
1386
- $emit: (event: "clickOption", ...args: any[]) => void;
1387
- label: string;
1388
- id: string;
1389
- config: Record<string, any>;
1390
- options: unknown[];
1391
- dataTest: string;
1392
- color?: string | undefined;
1393
- disabled?: boolean | undefined;
1394
- size?: string | undefined;
1395
- square?: boolean | undefined;
1396
- filled?: boolean | undefined;
1397
- variant?: string | undefined;
1398
- round?: boolean | undefined;
1399
- labelKey?: string | undefined;
1400
- noIcon?: boolean | undefined;
1401
- yPosition?: string | undefined;
1402
- xPosition?: string | undefined;
1403
- $props: {
1404
- readonly label?: string | undefined;
1405
- readonly id?: string | undefined;
1406
- readonly config?: Record<string, any> | undefined;
1407
- readonly options?: unknown[] | undefined;
1408
- readonly dataTest?: string | undefined;
1409
- readonly color?: string | undefined;
1410
- readonly disabled?: boolean | undefined;
1411
- readonly size?: string | undefined;
1412
- readonly square?: boolean | undefined;
1413
- readonly filled?: boolean | undefined;
1414
- readonly variant?: string | undefined;
1415
- readonly round?: boolean | undefined;
1416
- readonly labelKey?: string | undefined;
1417
- readonly noIcon?: boolean | undefined;
1418
- readonly yPosition?: string | undefined;
1419
- readonly xPosition?: string | undefined;
1420
- };
1421
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1422
- P: {};
1423
- B: {};
1424
- D: {};
1425
- C: {};
1426
- M: {};
1427
- Defaults: {};
1428
- }, Readonly<{}> & Readonly<{}>, {
1429
- $emit: (event: "clickOption", ...args: any[]) => void;
1430
- label: string;
1431
- id: string;
1432
- config: Record<string, any>;
1433
- options: unknown[];
1434
- dataTest: string;
1435
- color?: string | undefined;
1436
- disabled?: boolean | undefined;
1437
- size?: string | undefined;
1438
- square?: boolean | undefined;
1439
- filled?: boolean | undefined;
1440
- variant?: string | undefined;
1441
- round?: boolean | undefined;
1442
- labelKey?: string | undefined;
1443
- noIcon?: boolean | undefined;
1444
- yPosition?: string | undefined;
1445
- xPosition?: string | undefined;
1446
- $props: {
1447
- readonly label?: string | undefined;
1448
- readonly id?: string | undefined;
1449
- readonly config?: Record<string, any> | undefined;
1450
- readonly options?: unknown[] | undefined;
1451
- readonly dataTest?: string | undefined;
1452
- readonly color?: string | undefined;
1453
- readonly disabled?: boolean | undefined;
1454
- readonly size?: string | undefined;
1455
- readonly square?: boolean | undefined;
1456
- readonly filled?: boolean | undefined;
1457
- readonly variant?: string | undefined;
1458
- readonly round?: boolean | undefined;
1459
- readonly labelKey?: string | undefined;
1460
- readonly noIcon?: boolean | undefined;
1461
- readonly yPosition?: string | undefined;
1462
- readonly xPosition?: string | undefined;
1463
- };
1464
- }, {}, {}, {}, {}>;
1465
- __isFragment?: never;
1466
- __isTeleport?: never;
1467
- __isSuspense?: never;
1468
- } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
1469
- $emit: (event: "clickOption", ...args: any[]) => void;
1470
- label: string;
1471
- id: string;
1472
- config: Record<string, any>;
1473
- options: unknown[];
1474
- dataTest: string;
1475
- color?: string | undefined;
1476
- disabled?: boolean | undefined;
1477
- size?: string | undefined;
1478
- square?: boolean | undefined;
1479
- filled?: boolean | undefined;
1480
- variant?: string | undefined;
1481
- round?: boolean | undefined;
1482
- labelKey?: string | undefined;
1483
- noIcon?: boolean | undefined;
1484
- yPosition?: string | undefined;
1485
- xPosition?: string | undefined;
1486
- $props: {
1487
- readonly label?: string | undefined;
1488
- readonly id?: string | undefined;
1489
- readonly config?: Record<string, any> | undefined;
1490
- readonly options?: unknown[] | undefined;
1491
- readonly dataTest?: string | undefined;
1492
- readonly color?: string | undefined;
1493
- readonly disabled?: boolean | undefined;
1494
- readonly size?: string | undefined;
1495
- readonly square?: boolean | undefined;
1496
- readonly filled?: boolean | undefined;
1497
- readonly variant?: string | undefined;
1498
- readonly round?: boolean | undefined;
1499
- readonly labelKey?: string | undefined;
1500
- readonly noIcon?: boolean | undefined;
1501
- readonly yPosition?: string | undefined;
1502
- readonly xPosition?: string | undefined;
1503
- };
1504
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1505
- $slots: {
1506
- left?(_: {
1507
- opened: boolean;
1508
- }): any;
1509
- default?(_: {
1510
- label: string;
1511
- opened: boolean;
1512
- }): any;
1513
- right?(_: {
1514
- opened: boolean;
1515
- }): any;
1516
- };
1517
- });
1518
- UIcon: import("vue").DefineComponent<{}, {
1519
- $emit: (event: "click", ...args: any[]) => void;
1520
- config: Record<string, any>;
1521
- name: string;
1522
- src: Record<string, any>;
1523
- tooltip: string;
1524
- tooltipSettings: Record<string, any>;
1525
- dataTest: string;
1526
- internal: boolean;
1527
- color?: string | undefined;
1528
- size?: string | undefined;
1529
- interactive?: boolean | undefined;
1530
- variant?: string | undefined;
1531
- $props: {
1532
- readonly config?: Record<string, any> | undefined;
1533
- readonly name?: string | undefined;
1534
- readonly src?: Record<string, any> | undefined;
1535
- readonly tooltip?: string | undefined;
1536
- readonly tooltipSettings?: Record<string, any> | undefined;
1537
- readonly dataTest?: string | undefined;
1538
- readonly internal?: boolean | undefined;
1539
- readonly color?: string | undefined;
1540
- readonly size?: string | undefined;
1541
- readonly interactive?: boolean | undefined;
1542
- readonly variant?: string | undefined;
1543
- };
1544
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1545
- };
1546
- setup(): {
1547
- args: any;
1548
- slots: any;
1549
- };
1550
- template: string;
1551
- };
1552
- export namespace DefaultSlot {
1553
- export namespace args_7 {
1554
- let slotTemplate: string;
1555
- }
1556
- export { args_7 as args };
1557
- }
1558
- export function LeftSlot(args: any): {
1559
- components: {
1560
- UDropdownButton: {
1561
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
1562
- $emit: (event: "clickOption", ...args: any[]) => void;
1563
- label: string;
1564
- id: string;
1565
- config: Record<string, any>;
1566
- options: unknown[];
1567
- dataTest: string;
1568
- color?: string | undefined;
1569
- disabled?: boolean | undefined;
1570
- size?: string | undefined;
1571
- square?: boolean | undefined;
1572
- filled?: boolean | undefined;
1573
- variant?: string | undefined;
1574
- round?: boolean | undefined;
1575
- labelKey?: string | undefined;
1576
- noIcon?: boolean | undefined;
1577
- yPosition?: string | undefined;
1578
- xPosition?: string | undefined;
1579
- $props: {
1580
- readonly label?: string | undefined;
1581
- readonly id?: string | undefined;
1582
- readonly config?: Record<string, any> | undefined;
1583
- readonly options?: unknown[] | undefined;
1584
- readonly dataTest?: string | undefined;
1585
- readonly color?: string | undefined;
1586
- readonly disabled?: boolean | undefined;
1587
- readonly size?: string | undefined;
1588
- readonly square?: boolean | undefined;
1589
- readonly filled?: boolean | undefined;
1590
- readonly variant?: string | undefined;
1591
- readonly round?: boolean | undefined;
1592
- readonly labelKey?: string | undefined;
1593
- readonly noIcon?: boolean | undefined;
1594
- readonly yPosition?: string | undefined;
1595
- readonly xPosition?: string | undefined;
1596
- };
1597
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1598
- P: {};
1599
- B: {};
1600
- D: {};
1601
- C: {};
1602
- M: {};
1603
- Defaults: {};
1604
- }, Readonly<{}> & Readonly<{}>, {
1605
- $emit: (event: "clickOption", ...args: any[]) => void;
1606
- label: string;
1607
- id: string;
1608
- config: Record<string, any>;
1609
- options: unknown[];
1610
- dataTest: string;
1611
- color?: string | undefined;
1612
- disabled?: boolean | undefined;
1613
- size?: string | undefined;
1614
- square?: boolean | undefined;
1615
- filled?: boolean | undefined;
1616
- variant?: string | undefined;
1617
- round?: boolean | undefined;
1618
- labelKey?: string | undefined;
1619
- noIcon?: boolean | undefined;
1620
- yPosition?: string | undefined;
1621
- xPosition?: string | undefined;
1622
- $props: {
1623
- readonly label?: string | undefined;
1624
- readonly id?: string | undefined;
1625
- readonly config?: Record<string, any> | undefined;
1626
- readonly options?: unknown[] | undefined;
1627
- readonly dataTest?: string | undefined;
1628
- readonly color?: string | undefined;
1629
- readonly disabled?: boolean | undefined;
1630
- readonly size?: string | undefined;
1631
- readonly square?: boolean | undefined;
1632
- readonly filled?: boolean | undefined;
1633
- readonly variant?: string | undefined;
1634
- readonly round?: boolean | undefined;
1635
- readonly labelKey?: string | undefined;
1636
- readonly noIcon?: boolean | undefined;
1637
- readonly yPosition?: string | undefined;
1638
- readonly xPosition?: string | undefined;
1639
- };
1640
- }, {}, {}, {}, {}>;
1641
- __isFragment?: never;
1642
- __isTeleport?: never;
1643
- __isSuspense?: never;
1644
- } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
1645
- $emit: (event: "clickOption", ...args: any[]) => void;
1646
- label: string;
1647
- id: string;
1648
- config: Record<string, any>;
1649
- options: unknown[];
1650
- dataTest: string;
1651
- color?: string | undefined;
1652
- disabled?: boolean | undefined;
1653
- size?: string | undefined;
1654
- square?: boolean | undefined;
1655
- filled?: boolean | undefined;
1656
- variant?: string | undefined;
1657
- round?: boolean | undefined;
1658
- labelKey?: string | undefined;
1659
- noIcon?: boolean | undefined;
1660
- yPosition?: string | undefined;
1661
- xPosition?: string | undefined;
1662
- $props: {
1663
- readonly label?: string | undefined;
1664
- readonly id?: string | undefined;
1665
- readonly config?: Record<string, any> | undefined;
1666
- readonly options?: unknown[] | undefined;
1667
- readonly dataTest?: string | undefined;
1668
- readonly color?: string | undefined;
1669
- readonly disabled?: boolean | undefined;
1670
- readonly size?: string | undefined;
1671
- readonly square?: boolean | undefined;
1672
- readonly filled?: boolean | undefined;
1673
- readonly variant?: string | undefined;
1674
- readonly round?: boolean | undefined;
1675
- readonly labelKey?: string | undefined;
1676
- readonly noIcon?: boolean | undefined;
1677
- readonly yPosition?: string | undefined;
1678
- readonly xPosition?: string | undefined;
1679
- };
1680
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1681
- $slots: {
1682
- left?(_: {
1683
- opened: boolean;
1684
- }): any;
1685
- default?(_: {
1686
- label: string;
1687
- opened: boolean;
1688
- }): any;
1689
- right?(_: {
1690
- opened: boolean;
1691
- }): any;
1692
- };
1693
- });
1694
- UIcon: import("vue").DefineComponent<{}, {
1695
- $emit: (event: "click", ...args: any[]) => void;
1696
- config: Record<string, any>;
1697
- name: string;
1698
- src: Record<string, any>;
1699
- tooltip: string;
1700
- tooltipSettings: Record<string, any>;
1701
- dataTest: string;
1702
- internal: boolean;
1703
- color?: string | undefined;
1704
- size?: string | undefined;
1705
- interactive?: boolean | undefined;
1706
- variant?: string | undefined;
1707
- $props: {
1708
- readonly config?: Record<string, any> | undefined;
1709
- readonly name?: string | undefined;
1710
- readonly src?: Record<string, any> | undefined;
1711
- readonly tooltip?: string | undefined;
1712
- readonly tooltipSettings?: Record<string, any> | undefined;
1713
- readonly dataTest?: string | undefined;
1714
- readonly internal?: boolean | undefined;
1715
- readonly color?: string | undefined;
1716
- readonly size?: string | undefined;
1717
- readonly interactive?: boolean | undefined;
1718
- readonly variant?: string | undefined;
1719
- };
1720
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1721
- };
1722
- setup(): {
1723
- args: any;
1724
- slots: any;
1725
- };
1726
- template: string;
1727
- };
1728
- export namespace LeftSlot {
1729
- export namespace args_8 {
1730
- let slotTemplate_1: string;
1731
- export { slotTemplate_1 as slotTemplate };
1732
- }
1733
- export { args_8 as args };
1734
- }
1735
- export function RightSlot(args: any): {
1736
- components: {
1737
- UDropdownButton: {
1738
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
1739
- $emit: (event: "clickOption", ...args: any[]) => void;
1740
- label: string;
1741
- id: string;
1742
- config: Record<string, any>;
1743
- options: unknown[];
1744
- dataTest: string;
1745
- color?: string | undefined;
1746
- disabled?: boolean | undefined;
1747
- size?: string | undefined;
1748
- square?: boolean | undefined;
1749
- filled?: boolean | undefined;
1750
- variant?: string | undefined;
1751
- round?: boolean | undefined;
1752
- labelKey?: string | undefined;
1753
- noIcon?: boolean | undefined;
1754
- yPosition?: string | undefined;
1755
- xPosition?: string | undefined;
1756
- $props: {
1757
- readonly label?: string | undefined;
1758
- readonly id?: string | undefined;
1759
- readonly config?: Record<string, any> | undefined;
1760
- readonly options?: unknown[] | undefined;
1761
- readonly dataTest?: string | undefined;
1762
- readonly color?: string | undefined;
1763
- readonly disabled?: boolean | undefined;
1764
- readonly size?: string | undefined;
1765
- readonly square?: boolean | undefined;
1766
- readonly filled?: boolean | undefined;
1767
- readonly variant?: string | undefined;
1768
- readonly round?: boolean | undefined;
1769
- readonly labelKey?: string | undefined;
1770
- readonly noIcon?: boolean | undefined;
1771
- readonly yPosition?: string | undefined;
1772
- readonly xPosition?: string | undefined;
1773
- };
1774
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<{}> & Readonly<{}>, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1775
- P: {};
1776
- B: {};
1777
- D: {};
1778
- C: {};
1779
- M: {};
1780
- Defaults: {};
1781
- }, Readonly<{}> & Readonly<{}>, {
1782
- $emit: (event: "clickOption", ...args: any[]) => void;
1783
- label: string;
1784
- id: string;
1785
- config: Record<string, any>;
1786
- options: unknown[];
1787
- dataTest: string;
1788
- color?: string | undefined;
1789
- disabled?: boolean | undefined;
1790
- size?: string | undefined;
1791
- square?: boolean | undefined;
1792
- filled?: boolean | undefined;
1793
- variant?: string | undefined;
1794
- round?: boolean | undefined;
1795
- labelKey?: string | undefined;
1796
- noIcon?: boolean | undefined;
1797
- yPosition?: string | undefined;
1798
- xPosition?: string | undefined;
1799
- $props: {
1800
- readonly label?: string | undefined;
1801
- readonly id?: string | undefined;
1802
- readonly config?: Record<string, any> | undefined;
1803
- readonly options?: unknown[] | undefined;
1804
- readonly dataTest?: string | undefined;
1805
- readonly color?: string | undefined;
1806
- readonly disabled?: boolean | undefined;
1807
- readonly size?: string | undefined;
1808
- readonly square?: boolean | undefined;
1809
- readonly filled?: boolean | undefined;
1810
- readonly variant?: string | undefined;
1811
- readonly round?: boolean | undefined;
1812
- readonly labelKey?: string | undefined;
1813
- readonly noIcon?: boolean | undefined;
1814
- readonly yPosition?: string | undefined;
1815
- readonly xPosition?: string | undefined;
1816
- };
1817
- }, {}, {}, {}, {}>;
1818
- __isFragment?: never;
1819
- __isTeleport?: never;
1820
- __isSuspense?: never;
1821
- } & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
1822
- $emit: (event: "clickOption", ...args: any[]) => void;
1823
- label: string;
1824
- id: string;
1825
- config: Record<string, any>;
1826
- options: unknown[];
1827
- dataTest: string;
1828
- color?: string | undefined;
1829
- disabled?: boolean | undefined;
1830
- size?: string | undefined;
1831
- square?: boolean | undefined;
1832
- filled?: boolean | undefined;
1833
- variant?: string | undefined;
1834
- round?: boolean | undefined;
1835
- labelKey?: string | undefined;
1836
- noIcon?: boolean | undefined;
1837
- yPosition?: string | undefined;
1838
- xPosition?: string | undefined;
1839
- $props: {
1840
- readonly label?: string | undefined;
1841
- readonly id?: string | undefined;
1842
- readonly config?: Record<string, any> | undefined;
1843
- readonly options?: unknown[] | undefined;
1844
- readonly dataTest?: string | undefined;
1845
- readonly color?: string | undefined;
1846
- readonly disabled?: boolean | undefined;
1847
- readonly size?: string | undefined;
1848
- readonly square?: boolean | undefined;
1849
- readonly filled?: boolean | undefined;
1850
- readonly variant?: string | undefined;
1851
- readonly round?: boolean | undefined;
1852
- readonly labelKey?: string | undefined;
1853
- readonly noIcon?: boolean | undefined;
1854
- readonly yPosition?: string | undefined;
1855
- readonly xPosition?: string | undefined;
1856
- };
1857
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1858
- $slots: {
1859
- left?(_: {
1860
- opened: boolean;
1861
- }): any;
1862
- default?(_: {
1863
- label: string;
1864
- opened: boolean;
1865
- }): any;
1866
- right?(_: {
1867
- opened: boolean;
1868
- }): any;
1869
- };
1870
- });
1871
- UIcon: import("vue").DefineComponent<{}, {
1872
- $emit: (event: "click", ...args: any[]) => void;
1873
- config: Record<string, any>;
1874
- name: string;
1875
- src: Record<string, any>;
1876
- tooltip: string;
1877
- tooltipSettings: Record<string, any>;
1878
- dataTest: string;
1879
- internal: boolean;
1880
- color?: string | undefined;
1881
- size?: string | undefined;
1882
- interactive?: boolean | undefined;
1883
- variant?: string | undefined;
1884
- $props: {
1885
- readonly config?: Record<string, any> | undefined;
1886
- readonly name?: string | undefined;
1887
- readonly src?: Record<string, any> | undefined;
1888
- readonly tooltip?: string | undefined;
1889
- readonly tooltipSettings?: Record<string, any> | undefined;
1890
- readonly dataTest?: string | undefined;
1891
- readonly internal?: boolean | undefined;
1892
- readonly color?: string | undefined;
1893
- readonly size?: string | undefined;
1894
- readonly interactive?: boolean | undefined;
1895
- readonly variant?: string | undefined;
1896
- };
1897
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1898
- };
1899
- setup(): {
1900
- args: any;
1901
- slots: any;
1902
- };
1903
- template: string;
1904
- };
1905
- export namespace RightSlot {
1906
- export namespace args_9 {
1907
- let slotTemplate_2: string;
1908
- export { slotTemplate_2 as slotTemplate };
1909
- }
1910
- export { args_9 as args };
1911
- }
1912
- import UDropdownButton from "../../ui.dropdown-button/UDropdownButton.vue";