yuyeon 0.3.3 → 0.3.4-beta.12

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 (439) hide show
  1. package/dist/style.css +1 -1
  2. package/dist/yuyeon.js +3107 -3080
  3. package/dist/yuyeon.umd.cjs +3 -3
  4. package/lib/abstract/items.js.map +1 -1
  5. package/lib/components/alert/YAlert.js +3 -4
  6. package/lib/components/alert/YAlert.js.map +1 -1
  7. package/lib/components/alert/index.js.map +1 -1
  8. package/lib/components/app/YApp.js +2 -2
  9. package/lib/components/app/YApp.js.map +1 -1
  10. package/lib/components/app/index.js.map +1 -1
  11. package/lib/components/badge/YBadge.js +3 -3
  12. package/lib/components/badge/YBadge.js.map +1 -1
  13. package/lib/components/badge/YBadge.scss +3 -2
  14. package/lib/components/badge/index.js.map +1 -1
  15. package/lib/components/bench/YBench.js +3 -4
  16. package/lib/components/bench/YBench.js.map +1 -1
  17. package/lib/components/bench/index.js.map +1 -1
  18. package/lib/components/button/YButton.js +1 -2
  19. package/lib/components/button/YButton.js.map +1 -1
  20. package/lib/components/button/index.js.map +1 -1
  21. package/lib/components/card/YCard.js.map +1 -1
  22. package/lib/components/card/YCard.scss +2 -2
  23. package/lib/components/card/YCardBody.js.map +1 -1
  24. package/lib/components/card/YCardFooter.js.map +1 -1
  25. package/lib/components/card/YCardHeader.js.map +1 -1
  26. package/lib/components/card/index.js.map +1 -1
  27. package/lib/components/checkbox/YCheckbox.js +1 -2
  28. package/lib/components/checkbox/YCheckbox.js.map +1 -1
  29. package/lib/components/checkbox/YInputCheckbox.js +1 -2
  30. package/lib/components/checkbox/YInputCheckbox.js.map +1 -1
  31. package/lib/components/checkbox/index.js.map +1 -1
  32. package/lib/components/chip/YChip.js +1 -2
  33. package/lib/components/chip/YChip.js.map +1 -1
  34. package/lib/components/chip/index.js.map +1 -1
  35. package/lib/components/date-picker/YDateCalendar.js +55 -53
  36. package/lib/components/date-picker/YDateCalendar.js.map +1 -1
  37. package/lib/components/date-picker/YDatePicker.js +24 -25
  38. package/lib/components/date-picker/YDatePicker.js.map +1 -1
  39. package/lib/components/date-picker/YDatePickerControl.js +19 -20
  40. package/lib/components/date-picker/YDatePickerControl.js.map +1 -1
  41. package/lib/components/date-picker/YMonthPicker.js +10 -11
  42. package/lib/components/date-picker/YMonthPicker.js.map +1 -1
  43. package/lib/components/date-picker/YYearPicker.js +11 -13
  44. package/lib/components/date-picker/YYearPicker.js.map +1 -1
  45. package/lib/components/date-picker/index.js.map +1 -1
  46. package/lib/components/default-provider/YDefaultProvider.js.map +1 -1
  47. package/lib/components/default-provider/index.js.map +1 -1
  48. package/lib/components/dialog/YDialog.js +32 -32
  49. package/lib/components/dialog/YDialog.js.map +1 -1
  50. package/lib/components/dialog/index.js.map +1 -1
  51. package/lib/components/divider/YDivider.js +5 -5
  52. package/lib/components/divider/YDivider.js.map +1 -1
  53. package/lib/components/divider/index.js.map +1 -1
  54. package/lib/components/draggable/YDraggable.js +10 -11
  55. package/lib/components/draggable/YDraggable.js.map +1 -1
  56. package/lib/components/draggable/index.js +2 -0
  57. package/lib/components/draggable/index.js.map +1 -0
  58. package/lib/components/dropdown/YDropdown.js +16 -17
  59. package/lib/components/dropdown/YDropdown.js.map +1 -1
  60. package/lib/components/dropdown/index.js.map +1 -1
  61. package/lib/components/field-input/YFieldInput.js +42 -40
  62. package/lib/components/field-input/YFieldInput.js.map +1 -1
  63. package/lib/components/field-input/index.js.map +1 -1
  64. package/lib/components/form/YForm.js +12 -14
  65. package/lib/components/form/YForm.js.map +1 -1
  66. package/lib/components/form/index.js.map +1 -1
  67. package/lib/components/hover/YHover.js +9 -8
  68. package/lib/components/hover/YHover.js.map +1 -1
  69. package/lib/components/hover/index.js.map +1 -1
  70. package/lib/components/icon/YIcon.js +2 -4
  71. package/lib/components/icon/YIcon.js.map +1 -1
  72. package/lib/components/icon/index.js.map +1 -1
  73. package/lib/components/icons/YIconCheckbox.js +7 -6
  74. package/lib/components/icons/YIconCheckbox.js.map +1 -1
  75. package/lib/components/icons/YIconClear.js +2 -1
  76. package/lib/components/icons/YIconClear.js.map +1 -1
  77. package/lib/components/icons/YIconDropdown.js +2 -1
  78. package/lib/components/icons/YIconDropdown.js.map +1 -1
  79. package/lib/components/icons/YIconExpand.js +1 -0
  80. package/lib/components/icons/YIconExpand.js.map +1 -1
  81. package/lib/components/icons/YIconPageControl.js +7 -6
  82. package/lib/components/icons/YIconPageControl.js.map +1 -1
  83. package/lib/components/icons/YIconSort.js +6 -5
  84. package/lib/components/icons/YIconSort.js.map +1 -1
  85. package/lib/components/icons/YIconSort.scss +2 -0
  86. package/lib/components/icons/index.js.map +1 -1
  87. package/lib/components/img/YImg.js +30 -31
  88. package/lib/components/img/YImg.js.map +1 -1
  89. package/lib/components/img/index.js.map +1 -1
  90. package/lib/components/index.js.map +1 -1
  91. package/lib/components/input/YInput.js +1 -2
  92. package/lib/components/input/YInput.js.map +1 -1
  93. package/lib/components/input/YInput.scss +10 -9
  94. package/lib/components/input/index.js.map +1 -1
  95. package/lib/components/ip-field/YIpv4Field.js +1 -2
  96. package/lib/components/ip-field/YIpv4Field.js.map +1 -1
  97. package/lib/components/ip-field/index.js.map +1 -1
  98. package/lib/components/layer/YLayer.js +4 -3
  99. package/lib/components/layer/YLayer.js.map +1 -1
  100. package/lib/components/layer/active-delay.js.map +1 -1
  101. package/lib/components/layer/active-stack.js.map +1 -1
  102. package/lib/components/layer/base.js.map +1 -1
  103. package/lib/components/layer/content.js.map +1 -1
  104. package/lib/components/layer/index.js.map +1 -1
  105. package/lib/components/layer/scroll-strategies.js.map +1 -1
  106. package/lib/components/list/YList.js +1 -2
  107. package/lib/components/list/YList.js.map +1 -1
  108. package/lib/components/list/YListItem.js +1 -2
  109. package/lib/components/list/YListItem.js.map +1 -1
  110. package/lib/components/list/index.js.map +1 -1
  111. package/lib/components/loading/YSpinnerRing.js.map +1 -1
  112. package/lib/components/loading/index.js.map +1 -1
  113. package/lib/components/menu/YMenu.js +5 -8
  114. package/lib/components/menu/YMenu.js.map +1 -1
  115. package/lib/components/menu/YMenu.scss +3 -4
  116. package/lib/components/menu/index.js.map +1 -1
  117. package/lib/components/navigation/YNavigation.js +1 -2
  118. package/lib/components/navigation/YNavigation.js.map +1 -1
  119. package/lib/components/navigation/index.js.map +1 -1
  120. package/lib/components/pagination/YPagination.js +1 -2
  121. package/lib/components/pagination/YPagination.js.map +1 -1
  122. package/lib/components/pagination/index.js.map +1 -1
  123. package/lib/components/panel/YDividePanel.js +1 -2
  124. package/lib/components/panel/YDividePanel.js.map +1 -1
  125. package/lib/components/panel/YDividePanel.scss +1 -0
  126. package/lib/components/panel/index.js.map +1 -1
  127. package/lib/components/plate/YPlate.js +3 -4
  128. package/lib/components/plate/YPlate.js.map +1 -1
  129. package/lib/components/plate/index.js.map +1 -1
  130. package/lib/components/progress-bar/YProgressBar.js +1 -2
  131. package/lib/components/progress-bar/YProgressBar.js.map +1 -1
  132. package/lib/components/progress-bar/index.js.map +1 -1
  133. package/lib/components/progress-ring/YProgressRing.js +3 -4
  134. package/lib/components/progress-ring/YProgressRing.js.map +1 -1
  135. package/lib/components/progress-ring/index.js.map +1 -1
  136. package/lib/components/radio/YRadio.js +58 -0
  137. package/lib/components/radio/YRadio.js.map +1 -0
  138. package/lib/components/radio/YRadio.scss +38 -0
  139. package/lib/components/radio/YRadioIcon.js +33 -0
  140. package/lib/components/radio/YRadioIcon.js.map +1 -0
  141. package/lib/components/radio/YRadioIcon.scss +43 -0
  142. package/lib/components/radio/index.js +3 -0
  143. package/lib/components/radio/index.js.map +1 -0
  144. package/lib/components/select/YSelect.js +41 -43
  145. package/lib/components/select/YSelect.js.map +1 -1
  146. package/lib/components/select/index.js.map +1 -1
  147. package/lib/components/slider/YSlider.js.map +1 -1
  148. package/lib/components/slider/index.js.map +1 -1
  149. package/lib/components/slider/slider.js.map +1 -1
  150. package/lib/components/snackbar/YSnackbar.js +6 -6
  151. package/lib/components/snackbar/YSnackbar.js.map +1 -1
  152. package/lib/components/snackbar/index.js.map +1 -1
  153. package/lib/components/switch/YSwitch.js +1 -2
  154. package/lib/components/switch/YSwitch.js.map +1 -1
  155. package/lib/components/switch/index.js.map +1 -1
  156. package/lib/components/tab/YTab.js +2 -3
  157. package/lib/components/tab/YTab.js.map +1 -1
  158. package/lib/components/tab/YTab.scss +1 -1
  159. package/lib/components/tab/YTabs.js +1 -2
  160. package/lib/components/tab/YTabs.js.map +1 -1
  161. package/lib/components/tab/index.js.map +1 -1
  162. package/lib/components/tab/shared.js.map +1 -1
  163. package/lib/components/tab/types.js.map +1 -1
  164. package/lib/components/table/YDataTable.js +8 -6
  165. package/lib/components/table/YDataTable.js.map +1 -1
  166. package/lib/components/table/YDataTableBody.js +1 -2
  167. package/lib/components/table/YDataTableBody.js.map +1 -1
  168. package/lib/components/table/YDataTableCell.js +1 -2
  169. package/lib/components/table/YDataTableCell.js.map +1 -1
  170. package/lib/components/table/YDataTableControl.js +8 -6
  171. package/lib/components/table/YDataTableControl.js.map +1 -1
  172. package/lib/components/table/YDataTableControl.scss +10 -0
  173. package/lib/components/table/YDataTableHead.js +1 -1
  174. package/lib/components/table/YDataTableHead.js.map +1 -1
  175. package/lib/components/table/YDataTableLayer.js +1 -2
  176. package/lib/components/table/YDataTableLayer.js.map +1 -1
  177. package/lib/components/table/YDataTableLayerRow.js +1 -2
  178. package/lib/components/table/YDataTableLayerRow.js.map +1 -1
  179. package/lib/components/table/YDataTableLayerRows.js +1 -2
  180. package/lib/components/table/YDataTableLayerRows.js.map +1 -1
  181. package/lib/components/table/YDataTableRow.js +1 -2
  182. package/lib/components/table/YDataTableRow.js.map +1 -1
  183. package/lib/components/table/YDataTableServer.js +8 -6
  184. package/lib/components/table/YDataTableServer.js.map +1 -1
  185. package/lib/components/table/YTable.js +1 -2
  186. package/lib/components/table/YTable.js.map +1 -1
  187. package/lib/components/table/composables/expand.js.map +1 -1
  188. package/lib/components/table/composables/header.js.map +1 -1
  189. package/lib/components/table/composables/items.js.map +1 -1
  190. package/lib/components/table/composables/measure.js +1 -1
  191. package/lib/components/table/composables/measure.js.map +1 -1
  192. package/lib/components/table/composables/options.js.map +1 -1
  193. package/lib/components/table/composables/pagination.js.map +1 -1
  194. package/lib/components/table/composables/provides.js.map +1 -1
  195. package/lib/components/table/composables/selection.js.map +1 -1
  196. package/lib/components/table/composables/sorted-items.js.map +1 -1
  197. package/lib/components/table/composables/sorting.js.map +1 -1
  198. package/lib/components/table/index.js.map +1 -1
  199. package/lib/components/table/types/common.js.map +1 -1
  200. package/lib/components/table/types/header.js.map +1 -1
  201. package/lib/components/table/types/index.js.map +1 -1
  202. package/lib/components/table/types/item.js.map +1 -1
  203. package/lib/components/table/types/row.js.map +1 -1
  204. package/lib/components/text-ellipsis/YTextEllipsis.js +1 -2
  205. package/lib/components/text-ellipsis/YTextEllipsis.js.map +1 -1
  206. package/lib/components/text-ellipsis/index.js.map +1 -1
  207. package/lib/components/text-highlighter/YTextHighlighter.js +2 -1
  208. package/lib/components/text-highlighter/YTextHighlighter.js.map +1 -1
  209. package/lib/components/text-highlighter/index.js.map +1 -1
  210. package/lib/components/text-interpolation/YTi.js +2 -2
  211. package/lib/components/text-interpolation/YTi.js.map +1 -1
  212. package/lib/components/text-interpolation/index.js.map +1 -1
  213. package/lib/components/textarea/YTextarea.js +1 -2
  214. package/lib/components/textarea/YTextarea.js.map +1 -1
  215. package/lib/components/textarea/index.js.map +1 -1
  216. package/lib/components/toggle-button/YToggleButton.js.map +1 -1
  217. package/lib/components/toggle-button/index.js.map +1 -1
  218. package/lib/components/tooltip/YTooltip.js +1 -2
  219. package/lib/components/tooltip/YTooltip.js.map +1 -1
  220. package/lib/components/tooltip/index.js.map +1 -1
  221. package/lib/components/transitions/expand-transition.js.map +1 -1
  222. package/lib/components/transitions/index.js.map +1 -1
  223. package/lib/components/tree-view/YTreeView.js +1 -2
  224. package/lib/components/tree-view/YTreeView.js.map +1 -1
  225. package/lib/components/tree-view/YTreeViewNode.js +7 -4
  226. package/lib/components/tree-view/YTreeViewNode.js.map +1 -1
  227. package/lib/components/tree-view/index.js.map +1 -1
  228. package/lib/components/tree-view/tree-view.js.map +1 -1
  229. package/lib/components/tree-view/types.js.map +1 -1
  230. package/lib/components/tree-view/util.js.map +1 -1
  231. package/lib/composables/choice-link.js.map +1 -1
  232. package/lib/composables/choice.js.map +1 -1
  233. package/lib/composables/communication.js.map +1 -1
  234. package/lib/composables/component.js.map +1 -1
  235. package/lib/composables/coordinate/arrangement.js.map +1 -1
  236. package/lib/composables/coordinate/index.js.map +1 -1
  237. package/lib/composables/coordinate/levitation.js +2 -2
  238. package/lib/composables/coordinate/levitation.js.map +1 -1
  239. package/lib/composables/coordinate/types.js.map +1 -1
  240. package/lib/composables/coordinate/utils/point.js.map +1 -1
  241. package/lib/composables/date/factory.js.map +1 -1
  242. package/lib/composables/date/index.js.map +1 -1
  243. package/lib/composables/date/setting.js.map +1 -1
  244. package/lib/composables/date/types.js.map +1 -1
  245. package/lib/composables/defaults/index.js.map +1 -1
  246. package/lib/composables/defaults/share.js.map +1 -1
  247. package/lib/composables/defaults/types.js.map +1 -1
  248. package/lib/composables/dimension.js.map +1 -1
  249. package/lib/composables/focus.js.map +1 -1
  250. package/lib/composables/form.js +5 -5
  251. package/lib/composables/form.js.map +1 -1
  252. package/lib/composables/i18n/index.js.map +1 -1
  253. package/lib/composables/i18n/locale.js.map +1 -1
  254. package/lib/composables/i18n/rtl.js.map +1 -1
  255. package/lib/composables/i18n/share.js.map +1 -1
  256. package/lib/composables/icon.js +1 -2
  257. package/lib/composables/icon.js.map +1 -1
  258. package/lib/composables/index.js.map +1 -1
  259. package/lib/composables/layer-group.js.map +1 -1
  260. package/lib/composables/layout.js.map +1 -1
  261. package/lib/composables/list-items.js.map +1 -1
  262. package/lib/composables/progress.js.map +1 -1
  263. package/lib/composables/ref.js.map +1 -1
  264. package/lib/composables/resize-observer.js.map +1 -1
  265. package/lib/composables/scope.js.map +1 -1
  266. package/lib/composables/style-color.js +1 -2
  267. package/lib/composables/style-color.js.map +1 -1
  268. package/lib/composables/theme/factory.js.map +1 -1
  269. package/lib/composables/theme/helper.js.map +1 -1
  270. package/lib/composables/theme/index.js +8 -1
  271. package/lib/composables/theme/index.js.map +1 -1
  272. package/lib/composables/theme/setting.js.map +1 -1
  273. package/lib/composables/theme/types.js.map +1 -1
  274. package/lib/composables/timing.js.map +1 -1
  275. package/lib/composables/transition.js.map +1 -1
  276. package/lib/composables/validation.js +7 -4
  277. package/lib/composables/validation.js.map +1 -1
  278. package/lib/composables/vue-router.js.map +1 -1
  279. package/lib/directives/complement-click/index.js.map +1 -1
  280. package/lib/directives/index.js +3 -0
  281. package/lib/directives/index.js.map +1 -0
  282. package/lib/directives/plate-wave/index.js +2 -2
  283. package/lib/directives/plate-wave/index.js.map +1 -1
  284. package/lib/directives/theme-class/index.js +24 -0
  285. package/lib/directives/theme-class/index.js.map +1 -0
  286. package/lib/etc/index.js.map +1 -1
  287. package/lib/i18n/built-in.js.map +1 -1
  288. package/lib/i18n/config.js.map +1 -1
  289. package/lib/i18n/types.js.map +1 -1
  290. package/lib/index.js +3 -3
  291. package/lib/index.js.map +1 -1
  292. package/lib/locales/en.js.map +1 -1
  293. package/lib/locales/index.js.map +1 -1
  294. package/lib/locales/ko.js.map +1 -1
  295. package/lib/mixins/di.js.map +1 -1
  296. package/lib/mixins/rebind-attrs.js +0 -2
  297. package/lib/mixins/rebind-attrs.js.map +1 -1
  298. package/lib/styles/_elevation.scss +0 -1
  299. package/lib/styles/base.scss +3 -1
  300. package/lib/styles/settings/_elevation.scss +12 -12
  301. package/lib/styles/settings/_provided.scss +23 -23
  302. package/lib/styles/theme/dark.scss +3 -3
  303. package/lib/styles/theme/index.scss +0 -1
  304. package/lib/styles/theme/light.scss +3 -3
  305. package/lib/styles/util/_mixin.scss +16 -16
  306. package/lib/types/index.js.map +1 -1
  307. package/lib/util/anchor.js.map +1 -1
  308. package/lib/util/array.js.map +1 -1
  309. package/lib/util/collection.js.map +1 -1
  310. package/lib/util/color/apca.js +1 -0
  311. package/lib/util/color/apca.js.map +1 -1
  312. package/lib/util/color/const.js.map +1 -1
  313. package/lib/util/color/contrast/contrast.js.map +1 -1
  314. package/lib/util/color/conversion.js.map +1 -1
  315. package/lib/util/color/hct/cam16.js.map +1 -1
  316. package/lib/util/color/hct/hct-solver.js +6 -6
  317. package/lib/util/color/hct/hct-solver.js.map +1 -1
  318. package/lib/util/color/hct/hct.js.map +1 -1
  319. package/lib/util/color/hct/viewing-conditions.js +6 -4
  320. package/lib/util/color/hct/viewing-conditions.js.map +1 -1
  321. package/lib/util/color/index.js +13 -13
  322. package/lib/util/color/index.js.map +1 -1
  323. package/lib/util/color/palettes/core-palette.js.map +1 -1
  324. package/lib/util/color/palettes/tonal-palette.js +3 -3
  325. package/lib/util/color/palettes/tonal-palette.js.map +1 -1
  326. package/lib/util/color/types.js.map +1 -1
  327. package/lib/util/color/utils/math-utils.js +62 -62
  328. package/lib/util/color/utils/math-utils.js.map +1 -1
  329. package/lib/util/common.js +28 -13
  330. package/lib/util/common.js.map +1 -1
  331. package/lib/util/component/component.js.map +1 -1
  332. package/lib/util/component/index.js.map +1 -1
  333. package/lib/util/component/inject-self.js.map +1 -1
  334. package/lib/util/component/props.js.map +1 -1
  335. package/lib/util/component/types.js.map +1 -1
  336. package/lib/util/date/adapters/yuyeon-date-adapter.js +3 -3
  337. package/lib/util/date/adapters/yuyeon-date-adapter.js.map +1 -1
  338. package/lib/util/date/built-in.js +2 -0
  339. package/lib/util/date/built-in.js.map +1 -1
  340. package/lib/util/date/index.js +1 -1
  341. package/lib/util/date/index.js.map +1 -1
  342. package/lib/util/date/types.js.map +1 -1
  343. package/lib/util/debounce.js +1 -1
  344. package/lib/util/debounce.js.map +1 -1
  345. package/lib/util/dom.js +10 -1
  346. package/lib/util/dom.js.map +1 -1
  347. package/lib/util/environments.js.map +1 -1
  348. package/lib/util/frame-scheduler.js +3 -3
  349. package/lib/util/frame-scheduler.js.map +1 -1
  350. package/lib/util/index.js +11 -11
  351. package/lib/util/index.js.map +1 -1
  352. package/lib/util/reactivity.js +3 -3
  353. package/lib/util/reactivity.js.map +1 -1
  354. package/lib/util/rect.js.map +1 -1
  355. package/lib/util/scroll.js.map +1 -1
  356. package/lib/util/string.js +6 -1
  357. package/lib/util/string.js.map +1 -1
  358. package/lib/util/ui.js.map +1 -1
  359. package/lib/util/validation.js.map +1 -1
  360. package/package.json +132 -123
  361. package/types/abstract/items.d.ts +4 -4
  362. package/types/components/alert/YAlert.d.ts +2 -2
  363. package/types/components/badge/YBadge.d.ts +0 -3
  364. package/types/components/button/YButton.d.ts +3 -3
  365. package/types/components/checkbox/YCheckbox.d.ts +4 -4
  366. package/types/components/chip/YChip.d.ts +0 -3
  367. package/types/components/date-picker/YDateCalendar.d.ts +3 -3
  368. package/types/components/date-picker/YDatePickerControl.d.ts +7 -7
  369. package/types/components/dialog/YDialog.d.ts +108 -6480
  370. package/types/components/draggable/YDraggable.d.ts +6 -6
  371. package/types/components/draggable/index.d.ts +1 -0
  372. package/types/components/dropdown/YDropdown.d.ts +87 -87
  373. package/types/components/field-input/YFieldInput.d.ts +20 -14
  374. package/types/components/form/YForm.d.ts +3 -3
  375. package/types/components/icon/YIcon.d.ts +4 -4
  376. package/types/components/icons/YIconPageControl.d.ts +1 -1
  377. package/types/components/icons/YIconSort.d.ts +1 -1
  378. package/types/components/icons/index.d.ts +4 -4
  379. package/types/components/img/YImg.d.ts +26 -26
  380. package/types/components/input/YInput.d.ts +13 -13
  381. package/types/components/ip-field/YIpv4Field.d.ts +5 -5
  382. package/types/components/layer/YLayer.d.ts +55 -3240
  383. package/types/components/layer/scroll-strategies.d.ts +4 -4
  384. package/types/components/menu/YMenu.d.ts +74 -6446
  385. package/types/components/pagination/YPagination.d.ts +3 -3
  386. package/types/components/radio/YRadio.d.ts +25 -0
  387. package/types/components/radio/YRadioIcon.d.ts +6 -0
  388. package/types/components/radio/index.d.ts +2 -0
  389. package/types/components/select/YSelect.d.ts +178 -496
  390. package/types/components/slider/YSlider.d.ts +1 -1
  391. package/types/components/snackbar/YSnackbar.d.ts +55 -55
  392. package/types/components/tab/YTab.d.ts +3 -3
  393. package/types/components/tab/YTabs.d.ts +1 -1
  394. package/types/components/table/YDataTable.d.ts +33 -87
  395. package/types/components/table/YDataTableBody.d.ts +3 -3
  396. package/types/components/table/YDataTableCell.d.ts +2 -2
  397. package/types/components/table/YDataTableControl.d.ts +18 -6
  398. package/types/components/table/YDataTableLayer.d.ts +2 -2
  399. package/types/components/table/YDataTableRow.d.ts +1 -1
  400. package/types/components/table/YDataTableServer.d.ts +54 -99
  401. package/types/components/table/YTable.d.ts +3 -3
  402. package/types/components/table/composables/expand.d.ts +4 -4
  403. package/types/components/table/composables/header.d.ts +16 -48
  404. package/types/components/table/composables/items.d.ts +2 -2
  405. package/types/components/table/composables/pagination.d.ts +10 -10
  406. package/types/components/table/composables/selection.d.ts +6 -6
  407. package/types/components/table/composables/sorting.d.ts +8 -14
  408. package/types/components/table/types/item.d.ts +1 -1
  409. package/types/components/textarea/YTextarea.d.ts +30 -30
  410. package/types/components/tooltip/YTooltip.d.ts +67 -67
  411. package/types/components/tree-view/YTreeView.d.ts +7 -7
  412. package/types/components/tree-view/YTreeViewNode.d.ts +5 -5
  413. package/types/components/tree-view/tree-view.d.ts +2 -2
  414. package/types/composables/choice.d.ts +2 -2
  415. package/types/composables/coordinate/index.d.ts +27 -3205
  416. package/types/composables/dimension.d.ts +6 -6
  417. package/types/composables/form.d.ts +17 -27
  418. package/types/composables/list-items.d.ts +3 -3
  419. package/types/composables/style-color.d.ts +0 -1
  420. package/types/composables/theme/index.d.ts +1 -0
  421. package/types/composables/transition.d.ts +10 -10
  422. package/types/composables/validation.d.ts +6 -6
  423. package/types/composables/vue-router.d.ts +3 -3
  424. package/types/declares.d.ts +1 -0
  425. package/types/directives/index.d.ts +2 -0
  426. package/types/directives/plate-wave/index.d.ts +7 -1
  427. package/types/globals.d.ts +19 -20
  428. package/types/shims.d.ts +58 -52
  429. package/types/types/index.d.ts +3 -0
  430. package/types/util/anchor.d.ts +1 -1
  431. package/types/util/common.d.ts +3 -0
  432. package/types/util/component/component.d.ts +1 -2
  433. package/types/util/component/props.d.ts +1 -1
  434. package/types/util/component/types.d.ts +1 -1
  435. package/types/util/date/index.d.ts +1 -1
  436. package/types/util/dom.d.ts +2 -0
  437. package/types/util/index.d.ts +11 -11
  438. package/types/util/string.d.ts +1 -0
  439. /package/types/directives/{theme-class.d.ts → theme-class/index.d.ts} +0 -0
@@ -37,14 +37,14 @@ export declare const pressDataTableSelectionProps: <Defaults extends {
37
37
  default: unknown extends Defaults["enableSelect"] ? boolean : boolean | Defaults["enableSelect"];
38
38
  };
39
39
  selectStrategy: unknown extends Defaults["selectStrategy"] ? {
40
- type: PropType<"page" | "all" | "single">;
40
+ type: PropType<"single" | "page" | "all">;
41
41
  default: string;
42
42
  } : Omit<{
43
- type: PropType<"page" | "all" | "single">;
43
+ type: PropType<"single" | "page" | "all">;
44
44
  default: string;
45
45
  }, "type" | "default"> & {
46
- type: PropType<unknown extends Defaults["selectStrategy"] ? "page" | "all" | "single" : Defaults["selectStrategy"] | NonNullable<"page" | "all" | "single">>;
47
- default: unknown extends Defaults["selectStrategy"] ? "page" | "all" | "single" : Defaults["selectStrategy"] | NonNullable<"page" | "all" | "single">;
46
+ type: PropType<unknown extends Defaults["selectStrategy"] ? "all" | "page" | "single" : Defaults["selectStrategy"] | NonNullable<"all" | "page" | "single">>;
47
+ default: unknown extends Defaults["selectStrategy"] ? "all" | "page" | "single" : Defaults["selectStrategy"] | NonNullable<"all" | "page" | "single">;
48
48
  };
49
49
  modelValue: unknown extends Defaults["modelValue"] ? {
50
50
  type: PropType<readonly any[]>;
@@ -57,10 +57,10 @@ export declare const pressDataTableSelectionProps: <Defaults extends {
57
57
  default: unknown extends Defaults["modelValue"] ? readonly any[] : readonly any[] | Defaults["modelValue"];
58
58
  };
59
59
  itemComparator: unknown extends Defaults["itemComparator"] ? {
60
- type: PropType<string | typeof deepEqual>;
60
+ type: PropType<typeof deepEqual | string>;
61
61
  default: () => typeof deepEqual;
62
62
  } : Omit<{
63
- type: PropType<string | typeof deepEqual>;
63
+ type: PropType<typeof deepEqual | string>;
64
64
  default: () => typeof deepEqual;
65
65
  }, "type" | "default"> & {
66
66
  type: PropType<unknown extends Defaults["itemComparator"] ? string | typeof deepEqual : Defaults["itemComparator"] | NonNullable<string | typeof deepEqual>>;
@@ -1,4 +1,4 @@
1
- import { PropType, Ref } from 'vue';
1
+ import { DeepReadonly, PropType, Ref } from 'vue';
2
2
  import { DataTableProvideSortingData, InternalDataTableHeader, SortOption } from '../types';
3
3
 
4
4
  export declare const pressDataTableSortProps: <Defaults extends {
@@ -6,31 +6,25 @@ export declare const pressDataTableSortProps: <Defaults extends {
6
6
  multiSort?: unknown;
7
7
  } = {}>(defaults?: Defaults | undefined) => {
8
8
  sortBy: unknown extends Defaults["sortBy"] ? {
9
- type: PropType<readonly {
10
- readonly key: string;
11
- readonly order?: boolean | "desc" | "asc" | undefined;
12
- }[]>;
9
+ type: PropType<DeepReadonly<SortOption[]>>;
13
10
  default: () => never[];
14
11
  } : Omit<{
15
- type: PropType<readonly {
16
- readonly key: string;
17
- readonly order?: boolean | "desc" | "asc" | undefined;
18
- }[]>;
12
+ type: PropType<DeepReadonly<SortOption[]>>;
19
13
  default: () => never[];
20
14
  }, "type" | "default"> & {
21
15
  type: PropType<unknown extends Defaults["sortBy"] ? readonly {
22
16
  readonly key: string;
23
- readonly order?: boolean | "desc" | "asc" | undefined;
17
+ readonly order?: boolean | "asc" | "desc" | undefined;
24
18
  }[] : readonly {
25
19
  readonly key: string;
26
- readonly order?: boolean | "desc" | "asc" | undefined;
20
+ readonly order?: boolean | "asc" | "desc" | undefined;
27
21
  }[] | Defaults["sortBy"]>;
28
22
  default: unknown extends Defaults["sortBy"] ? readonly {
29
23
  readonly key: string;
30
- readonly order?: boolean | "desc" | "asc" | undefined;
24
+ readonly order?: boolean | "asc" | "desc" | undefined;
31
25
  }[] : readonly {
32
26
  readonly key: string;
33
- readonly order?: boolean | "desc" | "asc" | undefined;
27
+ readonly order?: boolean | "asc" | "desc" | undefined;
34
28
  }[] | Defaults["sortBy"];
35
29
  };
36
30
  multiSort: unknown extends Defaults["multiSort"] ? BooleanConstructor : {
@@ -55,7 +49,7 @@ export declare function provideSorting(options: {
55
49
  multiSort?: Ref<boolean>;
56
50
  }): DataTableProvideSortingData;
57
51
  export declare function useSorting(): {
58
- sortBy: Ref<readonly SortOption[], readonly SortOption[]>;
52
+ sortBy: Ref<readonly SortOption[]>;
59
53
  toggleSort: (col: InternalDataTableHeader) => void;
60
54
  isSorted: (col: InternalDataTableHeader) => boolean;
61
55
  };
@@ -1,4 +1,4 @@
1
- import { SelectableItem, provideSelection } from '../composables/selection';
1
+ import { provideSelection, SelectableItem } from '../composables/selection';
2
2
  import { InternalDataTableHeader } from './header';
3
3
 
4
4
  type ItemSlotBase<T> = {
@@ -52,10 +52,10 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
52
52
  default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
53
53
  };
54
54
  status: unknown extends Defaults["status"] ? {
55
- type: PropType<"error" | "warning" | "success" | undefined>;
55
+ type: PropType<"success" | "warning" | "error" | undefined>;
56
56
  validator(value: string): boolean;
57
57
  } : Omit<{
58
- type: PropType<"error" | "warning" | "success" | undefined>;
58
+ type: PropType<"success" | "warning" | "error" | undefined>;
59
59
  validator(value: string): boolean;
60
60
  }, "type" | "default"> & {
61
61
  type: PropType<unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"]>;
@@ -65,14 +65,14 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
65
65
  type: PropType<unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"]>;
66
66
  default: unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"];
67
67
  };
68
- validators: unknown extends Defaults["validators"] ? PropType<string[] | ((v: any) => string | boolean)[]> : {
69
- type: PropType<unknown extends Defaults["validators"] ? string[] | ((v: any) => string | boolean)[] : NonNullable<string[] | ((v: any) => string | boolean)[]> | Defaults["validators"]>;
70
- default: unknown extends Defaults["validators"] ? string[] | ((v: any) => string | boolean)[] : NonNullable<string[] | ((v: any) => string | boolean)[]> | Defaults["validators"];
68
+ validators: unknown extends Defaults["validators"] ? PropType<string[] | ((v: any) => boolean | string)[]> : {
69
+ type: PropType<unknown extends Defaults["validators"] ? string[] | ((v: any) => boolean | string)[] : NonNullable<string[] | ((v: any) => boolean | string)[]> | Defaults["validators"]>;
70
+ default: unknown extends Defaults["validators"] ? string[] | ((v: any) => boolean | string)[] : NonNullable<string[] | ((v: any) => boolean | string)[]> | Defaults["validators"];
71
71
  };
72
72
  validateOn: unknown extends Defaults["validateOn"] ? {
73
- type: PropType<string>;
73
+ type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
74
74
  } : Omit<{
75
- type: PropType<string>;
75
+ type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
76
76
  }, "type" | "default"> & {
77
77
  type: PropType<unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"]>;
78
78
  default: unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"];
@@ -82,10 +82,10 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
82
82
  default: unknown extends Defaults["validationValue"] ? any : any;
83
83
  };
84
84
  maxErrors: unknown extends Defaults["maxErrors"] ? {
85
- type: PropType<string | number>;
85
+ type: PropType<number | string>;
86
86
  default: number;
87
87
  } : Omit<{
88
- type: PropType<string | number>;
88
+ type: PropType<number | string>;
89
89
  default: number;
90
90
  }, "type" | "default"> & {
91
91
  type: PropType<unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"]>;
@@ -209,17 +209,17 @@ export declare const YTextarea: import('vue').DefineComponent<{
209
209
  readonly: PropType<boolean>;
210
210
  disabled: PropType<boolean>;
211
211
  status: {
212
- type: PropType<"error" | "warning" | "success" | undefined>;
212
+ type: PropType<"success" | "warning" | "error" | undefined>;
213
213
  validator(value: string): boolean;
214
214
  };
215
215
  helperText: StringConstructor;
216
- validators: PropType<string[] | ((v: any) => string | boolean)[]>;
216
+ validators: PropType<((v: any) => boolean | string)[] | string[]>;
217
217
  validateOn: {
218
- type: PropType<string>;
218
+ type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
219
219
  };
220
220
  validationValue: null;
221
221
  maxErrors: {
222
- type: PropType<string | number>;
222
+ type: PropType<number | string>;
223
223
  default: number;
224
224
  };
225
225
  name: StringConstructor;
@@ -258,7 +258,7 @@ export declare const YTextarea: import('vue').DefineComponent<{
258
258
  filled: PropType<boolean>;
259
259
  ceramic: PropType<boolean>;
260
260
  displayText: PropType<string | ((value: any) => string)>;
261
- whenInputValid: PropType<number | boolean>;
261
+ whenInputValid: PropType<boolean | number>;
262
262
  }, {
263
263
  el$: import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
264
264
  extended: PropType<any>;
@@ -267,17 +267,17 @@ export declare const YTextarea: import('vue').DefineComponent<{
267
267
  readonly: PropType<boolean>;
268
268
  disabled: PropType<boolean>;
269
269
  status: {
270
- type: PropType<"error" | "warning" | "success" | undefined>;
270
+ type: PropType<"success" | "warning" | "error" | undefined>;
271
271
  validator(value: string): boolean;
272
272
  };
273
273
  helperText: StringConstructor;
274
- validators: PropType<string[] | ((v: any) => string | boolean)[]>;
274
+ validators: PropType<((v: any) => boolean | string)[] | string[]>;
275
275
  validateOn: {
276
- type: PropType<string>;
276
+ type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
277
277
  };
278
278
  validationValue: null;
279
279
  maxErrors: {
280
- type: PropType<string | number>;
280
+ type: PropType<number | string>;
281
281
  default: number;
282
282
  };
283
283
  name: StringConstructor;
@@ -347,17 +347,17 @@ export declare const YTextarea: import('vue').DefineComponent<{
347
347
  readonly: PropType<boolean>;
348
348
  disabled: PropType<boolean>;
349
349
  status: {
350
- type: PropType<"error" | "warning" | "success" | undefined>;
350
+ type: PropType<"success" | "warning" | "error" | undefined>;
351
351
  validator(value: string): boolean;
352
352
  };
353
353
  helperText: StringConstructor;
354
- validators: PropType<string[] | ((v: any) => string | boolean)[]>;
354
+ validators: PropType<((v: any) => boolean | string)[] | string[]>;
355
355
  validateOn: {
356
- type: PropType<string>;
356
+ type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
357
357
  };
358
358
  validationValue: null;
359
359
  maxErrors: {
360
- type: PropType<string | number>;
360
+ type: PropType<number | string>;
361
361
  default: number;
362
362
  };
363
363
  name: StringConstructor;
@@ -420,17 +420,17 @@ export declare const YTextarea: import('vue').DefineComponent<{
420
420
  readonly: PropType<boolean>;
421
421
  disabled: PropType<boolean>;
422
422
  status: {
423
- type: PropType<"error" | "warning" | "success" | undefined>;
423
+ type: PropType<"success" | "warning" | "error" | undefined>;
424
424
  validator(value: string): boolean;
425
425
  };
426
426
  helperText: StringConstructor;
427
- validators: PropType<string[] | ((v: any) => string | boolean)[]>;
427
+ validators: PropType<((v: any) => boolean | string)[] | string[]>;
428
428
  validateOn: {
429
- type: PropType<string>;
429
+ type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
430
430
  };
431
431
  validationValue: null;
432
432
  maxErrors: {
433
- type: PropType<string | number>;
433
+ type: PropType<number | string>;
434
434
  default: number;
435
435
  };
436
436
  name: StringConstructor;
@@ -500,17 +500,17 @@ export declare const YTextarea: import('vue').DefineComponent<{
500
500
  readonly: PropType<boolean>;
501
501
  disabled: PropType<boolean>;
502
502
  status: {
503
- type: PropType<"error" | "warning" | "success" | undefined>;
503
+ type: PropType<"success" | "warning" | "error" | undefined>;
504
504
  validator(value: string): boolean;
505
505
  };
506
506
  helperText: StringConstructor;
507
- validators: PropType<string[] | ((v: any) => string | boolean)[]>;
507
+ validators: PropType<((v: any) => boolean | string)[] | string[]>;
508
508
  validateOn: {
509
- type: PropType<string>;
509
+ type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
510
510
  };
511
511
  validationValue: null;
512
512
  maxErrors: {
513
- type: PropType<string | number>;
513
+ type: PropType<number | string>;
514
514
  default: number;
515
515
  };
516
516
  name: StringConstructor;
@@ -40,38 +40,38 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
40
40
  } = {}>(defaults?: Defaults | undefined) => {
41
41
  transition: unknown extends Defaults["transition"] ? Omit<{
42
42
  type: PropType<string | (import('vue').TransitionProps & {
43
- is?: import('vue').Component | undefined;
43
+ is?: import('vue').Component;
44
44
  })>;
45
45
  default: string;
46
46
  }, "type" | "default"> & {
47
47
  type: PropType<NonNullable<string | (import('vue').TransitionProps & {
48
- is?: import('vue').Component | undefined;
48
+ is?: import('vue').Component;
49
49
  })>>;
50
50
  default: NonNullable<string | (import('vue').TransitionProps & {
51
- is?: import('vue').Component | undefined;
51
+ is?: import('vue').Component;
52
52
  })>;
53
53
  } : Omit<Omit<{
54
54
  type: PropType<string | (import('vue').TransitionProps & {
55
- is?: import('vue').Component | undefined;
55
+ is?: import('vue').Component;
56
56
  })>;
57
57
  default: string;
58
58
  }, "type" | "default"> & {
59
59
  type: PropType<NonNullable<string | (import('vue').TransitionProps & {
60
- is?: import('vue').Component | undefined;
60
+ is?: import('vue').Component;
61
61
  })>>;
62
62
  default: NonNullable<string | (import('vue').TransitionProps & {
63
- is?: import('vue').Component | undefined;
63
+ is?: import('vue').Component;
64
64
  })>;
65
65
  }, "type" | "default"> & {
66
66
  type: PropType<unknown extends Defaults["transition"] ? NonNullable<string | (import('vue').TransitionProps & {
67
- is?: import('vue').Component | undefined;
67
+ is?: import('vue').Component;
68
68
  })> : Defaults["transition"] | NonNullable<NonNullable<string | (import('vue').TransitionProps & {
69
- is?: import('vue').Component | undefined;
69
+ is?: import('vue').Component;
70
70
  })>>>;
71
71
  default: unknown extends Defaults["transition"] ? NonNullable<string | (import('vue').TransitionProps & {
72
- is?: import('vue').Component | undefined;
72
+ is?: import('vue').Component;
73
73
  })> : Defaults["transition"] | NonNullable<NonNullable<string | (import('vue').TransitionProps & {
74
- is?: import('vue').Component | undefined;
74
+ is?: import('vue').Component;
75
75
  })>>;
76
76
  };
77
77
  minWidth: unknown extends Defaults["minWidth"] ? PropType<string | number> : {
@@ -99,31 +99,31 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
99
99
  default: unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"];
100
100
  };
101
101
  scrollStrategy: unknown extends Defaults["scrollStrategy"] ? Omit<{
102
- type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
102
+ type: PropType<import('../layer/scroll-strategies').StrategyProps["scrollStrategy"]>;
103
103
  default: string;
104
104
  validator: (val: any) => boolean;
105
105
  }, "type" | "default"> & {
106
- type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
107
- default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
106
+ type: PropType<NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">>;
107
+ default: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
108
108
  } : Omit<Omit<{
109
- type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
109
+ type: PropType<import('../layer/scroll-strategies').StrategyProps["scrollStrategy"]>;
110
110
  default: string;
111
111
  validator: (val: any) => boolean;
112
112
  }, "type" | "default"> & {
113
- type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
114
- default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
113
+ type: PropType<NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">>;
114
+ default: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
115
115
  }, "type" | "default"> & {
116
- type: PropType<unknown extends Defaults["scrollStrategy"] ? NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition"> : NonNullable<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">> | Defaults["scrollStrategy"]>;
117
- default: unknown extends Defaults["scrollStrategy"] ? NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition"> : NonNullable<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">> | Defaults["scrollStrategy"];
116
+ type: PropType<unknown extends Defaults["scrollStrategy"] ? NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition"> : NonNullable<NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">> | Defaults["scrollStrategy"]>;
117
+ default: unknown extends Defaults["scrollStrategy"] ? NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition"> : NonNullable<NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">> | Defaults["scrollStrategy"];
118
118
  };
119
119
  coordinateStrategy: unknown extends Defaults["coordinateStrategy"] ? Omit<{
120
- type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
120
+ type: PropType<("levitation" | "arrangement") | import('../../composables/coordinate').CoordinateStrategyFn>;
121
121
  default: string;
122
122
  }, "type" | "default"> & {
123
123
  type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
124
124
  default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
125
125
  } : Omit<Omit<{
126
- type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
126
+ type: PropType<("levitation" | "arrangement") | import('../../composables/coordinate').CoordinateStrategyFn>;
127
127
  default: string;
128
128
  }, "type" | "default"> & {
129
129
  type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
@@ -133,23 +133,23 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
133
133
  default: unknown extends Defaults["coordinateStrategy"] ? NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn> : Defaults["coordinateStrategy"] | NonNullable<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
134
134
  };
135
135
  position: unknown extends Defaults["position"] ? {
136
- type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
136
+ type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
137
137
  default: string;
138
138
  } : Omit<{
139
- type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
139
+ type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
140
140
  default: string;
141
141
  }, "type" | "default"> & {
142
- type: PropType<unknown extends Defaults["position"] ? "default" | "top" | "bottom" | "start" | "end" | "left" | "right" : NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right"> | Defaults["position"]>;
143
- default: unknown extends Defaults["position"] ? "default" | "top" | "bottom" | "start" | "end" | "left" | "right" : NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right"> | Defaults["position"];
142
+ type: PropType<unknown extends Defaults["position"] ? "default" | "bottom" | "left" | "right" | "top" | "start" | "end" : NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end"> | Defaults["position"]>;
143
+ default: unknown extends Defaults["position"] ? "default" | "bottom" | "left" | "right" | "top" | "start" | "end" : NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end"> | Defaults["position"];
144
144
  };
145
145
  align: unknown extends Defaults["align"] ? Omit<{
146
- type: PropType<"top" | "bottom" | "start" | "end" | "center">;
146
+ type: PropType<"start" | "center" | "end" | "top" | "bottom">;
147
147
  default: string;
148
148
  }, "type" | "default"> & {
149
149
  type: PropType<string>;
150
150
  default: string;
151
151
  } : Omit<Omit<{
152
- type: PropType<"top" | "bottom" | "start" | "end" | "center">;
152
+ type: PropType<"start" | "center" | "end" | "top" | "bottom">;
153
153
  default: string;
154
154
  }, "type" | "default"> & {
155
155
  type: PropType<string>;
@@ -169,12 +169,12 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
169
169
  default: unknown extends Defaults["origin"] ? string : string | Defaults["origin"];
170
170
  };
171
171
  offset: unknown extends Defaults["offset"] ? Omit<{
172
- type: PropType<string | number | number[]>;
172
+ type: PropType<number | string | number[]>;
173
173
  }, "type" | "default"> & {
174
174
  type: PropType<NonNullable<string | number | number[]>>;
175
175
  default: NonNullable<string | number | number[]>;
176
176
  } : Omit<Omit<{
177
- type: PropType<string | number | number[]>;
177
+ type: PropType<number | string | number[]>;
178
178
  }, "type" | "default"> & {
179
179
  type: PropType<NonNullable<string | number | number[]>>;
180
180
  default: NonNullable<string | number | number[]>;
@@ -245,20 +245,20 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
245
245
  default: unknown extends Defaults["eager"] ? boolean : boolean | Defaults["eager"];
246
246
  };
247
247
  classes: unknown extends Defaults["classes"] ? {
248
- type: PropType<string | string[] | Record<string, any>>;
248
+ type: PropType<string[] | string | Record<string, any>>;
249
249
  } : Omit<{
250
- type: PropType<string | string[] | Record<string, any>>;
250
+ type: PropType<string[] | string | Record<string, any>>;
251
251
  }, "type" | "default"> & {
252
- type: PropType<unknown extends Defaults["classes"] ? string | string[] | Record<string, any> : NonNullable<string | string[] | Record<string, any>> | Defaults["classes"]>;
253
- default: unknown extends Defaults["classes"] ? string | string[] | Record<string, any> : NonNullable<string | string[] | Record<string, any>> | Defaults["classes"];
252
+ type: PropType<unknown extends Defaults["classes"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["classes"]>;
253
+ default: unknown extends Defaults["classes"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["classes"];
254
254
  };
255
255
  contentClasses: unknown extends Defaults["contentClasses"] ? {
256
- type: PropType<string | string[] | Record<string, any>>;
256
+ type: PropType<string[] | string | Record<string, any>>;
257
257
  } : Omit<{
258
- type: PropType<string | string[] | Record<string, any>>;
258
+ type: PropType<string[] | string | Record<string, any>>;
259
259
  }, "type" | "default"> & {
260
- type: PropType<unknown extends Defaults["contentClasses"] ? string | string[] | Record<string, any> : NonNullable<string | string[] | Record<string, any>> | Defaults["contentClasses"]>;
261
- default: unknown extends Defaults["contentClasses"] ? string | string[] | Record<string, any> : NonNullable<string | string[] | Record<string, any>> | Defaults["contentClasses"];
260
+ type: PropType<unknown extends Defaults["contentClasses"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["contentClasses"]>;
261
+ default: unknown extends Defaults["contentClasses"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["contentClasses"];
262
262
  };
263
263
  closeClickScrim: unknown extends Defaults["closeClickScrim"] ? {
264
264
  type: PropType<boolean>;
@@ -269,14 +269,14 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
269
269
  default: unknown extends Defaults["closeClickScrim"] ? boolean : boolean | Defaults["closeClickScrim"];
270
270
  };
271
271
  contentStyles: unknown extends Defaults["contentStyles"] ? {
272
- type: PropType<import('vue').CSSProperties>;
272
+ type: PropType<import('../../types').CssProperties>;
273
273
  default: () => void;
274
274
  } : Omit<{
275
- type: PropType<import('vue').CSSProperties>;
275
+ type: PropType<import('../../types').CssProperties>;
276
276
  default: () => void;
277
277
  }, "type" | "default"> & {
278
- type: PropType<unknown extends Defaults["contentStyles"] ? import('vue').CSSProperties : import('vue').CSSProperties | Defaults["contentStyles"]>;
279
- default: unknown extends Defaults["contentStyles"] ? import('vue').CSSProperties : import('vue').CSSProperties | Defaults["contentStyles"];
278
+ type: PropType<unknown extends Defaults["contentStyles"] ? import('../../types').CssProperties : import('../../types').CssProperties | Defaults["contentStyles"]>;
279
+ default: unknown extends Defaults["contentStyles"] ? import('../../types').CssProperties : import('../../types').CssProperties | Defaults["contentStyles"];
280
280
  };
281
281
  disabled: unknown extends Defaults["disabled"] ? {
282
282
  type: PropType<boolean>;
@@ -333,10 +333,10 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
333
333
  default: unknown extends Defaults["closeDelay"] ? number : number | Defaults["closeDelay"];
334
334
  };
335
335
  zIndex: unknown extends Defaults["zIndex"] ? {
336
- type: PropType<string | number>;
336
+ type: PropType<number | string>;
337
337
  default: number;
338
338
  } : Omit<{
339
- type: PropType<string | number>;
339
+ type: PropType<number | string>;
340
340
  default: number;
341
341
  }, "type" | "default"> & {
342
342
  type: PropType<unknown extends Defaults["zIndex"] ? string | number : NonNullable<string | number> | Defaults["zIndex"]>;
@@ -351,12 +351,12 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
351
351
  default: unknown extends Defaults["layerGroup"] ? string | Element : NonNullable<string | Element> | Defaults["layerGroup"];
352
352
  };
353
353
  tooltipClasses: unknown extends Defaults["tooltipClasses"] ? {
354
- type: PropType<string | string[] | Record<string, any>>;
354
+ type: PropType<string[] | string | Record<string, any>>;
355
355
  } : Omit<{
356
- type: PropType<string | string[] | Record<string, any>>;
356
+ type: PropType<string[] | string | Record<string, any>>;
357
357
  }, "type" | "default"> & {
358
- type: PropType<unknown extends Defaults["tooltipClasses"] ? string | string[] | Record<string, any> : NonNullable<string | string[] | Record<string, any>> | Defaults["tooltipClasses"]>;
359
- default: unknown extends Defaults["tooltipClasses"] ? string | string[] | Record<string, any> : NonNullable<string | string[] | Record<string, any>> | Defaults["tooltipClasses"];
358
+ type: PropType<unknown extends Defaults["tooltipClasses"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["tooltipClasses"]>;
359
+ default: unknown extends Defaults["tooltipClasses"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["tooltipClasses"];
360
360
  };
361
361
  preventClip: unknown extends Defaults["preventClip"] ? {
362
362
  type: PropType<boolean>;
@@ -375,44 +375,44 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
375
375
  export declare const YTooltip: import('vue').DefineComponent<{
376
376
  transition: Omit<{
377
377
  type: PropType<string | (import('vue').TransitionProps & {
378
- is?: import('vue').Component | undefined;
378
+ is?: import('vue').Component;
379
379
  })>;
380
380
  default: string;
381
381
  }, "type" | "default"> & {
382
382
  type: PropType<NonNullable<string | (import('vue').TransitionProps & {
383
- is?: import('vue').Component | undefined;
383
+ is?: import('vue').Component;
384
384
  })>>;
385
385
  default: NonNullable<string | (import('vue').TransitionProps & {
386
- is?: import('vue').Component | undefined;
386
+ is?: import('vue').Component;
387
387
  })>;
388
388
  };
389
- minWidth: PropType<string | number>;
390
- width: PropType<string | number>;
391
- maxWidth: PropType<string | number>;
392
- minHeight: PropType<string | number>;
393
- height: PropType<string | number>;
394
- maxHeight: PropType<string | number>;
389
+ minWidth: PropType<number | string>;
390
+ width: PropType<number | string>;
391
+ maxWidth: PropType<number | string>;
392
+ minHeight: PropType<number | string>;
393
+ height: PropType<number | string>;
394
+ maxHeight: PropType<number | string>;
395
395
  scrollStrategy: Omit<{
396
- type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
396
+ type: PropType<import('../layer/scroll-strategies').StrategyProps["scrollStrategy"]>;
397
397
  default: string;
398
398
  validator: (val: any) => boolean;
399
399
  }, "type" | "default"> & {
400
- type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
401
- default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
400
+ type: PropType<NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">>;
401
+ default: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
402
402
  };
403
403
  coordinateStrategy: Omit<{
404
- type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
404
+ type: PropType<("levitation" | "arrangement") | import('../../composables/coordinate').CoordinateStrategyFn>;
405
405
  default: string;
406
406
  }, "type" | "default"> & {
407
407
  type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
408
408
  default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
409
409
  };
410
410
  position: {
411
- type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
411
+ type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
412
412
  default: string;
413
413
  };
414
414
  align: Omit<{
415
- type: PropType<"top" | "bottom" | "start" | "end" | "center">;
415
+ type: PropType<"start" | "center" | "end" | "top" | "bottom">;
416
416
  default: string;
417
417
  }, "type" | "default"> & {
418
418
  type: PropType<string>;
@@ -423,7 +423,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
423
423
  default: string;
424
424
  };
425
425
  offset: Omit<{
426
- type: PropType<string | number | number[]>;
426
+ type: PropType<number | string | number[]>;
427
427
  }, "type" | "default"> & {
428
428
  type: PropType<NonNullable<string | number | number[]>>;
429
429
  default: NonNullable<string | number | number[]>;
@@ -451,16 +451,16 @@ export declare const YTooltip: import('vue').DefineComponent<{
451
451
  type: PropType<boolean>;
452
452
  };
453
453
  classes: {
454
- type: PropType<string | string[] | Record<string, any>>;
454
+ type: PropType<string[] | string | Record<string, any>>;
455
455
  };
456
456
  contentClasses: {
457
- type: PropType<string | string[] | Record<string, any>>;
457
+ type: PropType<string[] | string | Record<string, any>>;
458
458
  };
459
459
  closeClickScrim: {
460
460
  type: PropType<boolean>;
461
461
  };
462
462
  contentStyles: {
463
- type: PropType<import('vue').CSSProperties>;
463
+ type: PropType<import('../../types').CssProperties>;
464
464
  default: () => void;
465
465
  };
466
466
  disabled: {
@@ -486,13 +486,13 @@ export declare const YTooltip: import('vue').DefineComponent<{
486
486
  default: number;
487
487
  };
488
488
  zIndex: {
489
- type: PropType<string | number>;
489
+ type: PropType<number | string>;
490
490
  default: number;
491
491
  };
492
492
  contained: BooleanConstructor;
493
493
  layerGroup: PropType<string | Element>;
494
494
  tooltipClasses: {
495
- type: PropType<string | string[] | Record<string, any>>;
495
+ type: PropType<string[] | string | Record<string, any>>;
496
496
  };
497
497
  preventClip: {
498
498
  type: PropType<boolean>;