@milaboratories/uikit 2.7.3 → 2.8.1

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 (623) hide show
  1. package/.turbo/turbo-build.log +5 -627
  2. package/.turbo/turbo-lint.log +5 -0
  3. package/.turbo/turbo-type-check.log +2 -2
  4. package/CHANGELOG.md +12 -0
  5. package/dist/__tests__/compositions/usePollingQuery.spec.d.ts +1 -0
  6. package/dist/__tests__/compositions/usePollingQuery.spec.d.ts.map +1 -0
  7. package/dist/__tests__/compositions/useValidation.spec.d.ts +1 -0
  8. package/dist/__tests__/compositions/useValidation.spec.d.ts.map +1 -0
  9. package/dist/__tests__/setup.d.ts +1 -0
  10. package/dist/__tests__/setup.d.ts.map +1 -0
  11. package/dist/__tests__/use-debounce-fn.test.d.ts +1 -0
  12. package/dist/__tests__/use-debounce-fn.test.d.ts.map +1 -0
  13. package/dist/base/BtnBase.vue.d.ts +1 -0
  14. package/dist/base/BtnBase.vue.d.ts.map +1 -0
  15. package/dist/colors/__tests__/colors.spec.d.ts +1 -0
  16. package/dist/colors/__tests__/colors.spec.d.ts.map +1 -0
  17. package/dist/colors/color.d.ts +1 -0
  18. package/dist/colors/color.d.ts.map +1 -0
  19. package/dist/colors/gradient.d.ts +1 -0
  20. package/dist/colors/gradient.d.ts.map +1 -0
  21. package/dist/colors/index.d.ts +1 -0
  22. package/dist/colors/index.d.ts.map +1 -0
  23. package/dist/colors/palette.d.ts +1 -0
  24. package/dist/colors/palette.d.ts.map +1 -0
  25. package/dist/components/ContextProvider.vue.d.ts +1 -0
  26. package/dist/components/ContextProvider.vue.d.ts.map +1 -0
  27. package/dist/components/DataTable/BaseCellComponent.vue.d.ts +1 -0
  28. package/dist/components/DataTable/BaseCellComponent.vue.d.ts.map +1 -0
  29. package/dist/components/DataTable/ColumnCaret.vue.d.ts +1 -0
  30. package/dist/components/DataTable/ColumnCaret.vue.d.ts.map +1 -0
  31. package/dist/components/DataTable/ColumnsCommandMenu.vue.d.ts +1 -0
  32. package/dist/components/DataTable/ColumnsCommandMenu.vue.d.ts.map +1 -0
  33. package/dist/components/DataTable/RowsCommandMenu.vue.d.ts +1 -0
  34. package/dist/components/DataTable/RowsCommandMenu.vue.d.ts.map +1 -0
  35. package/dist/components/DataTable/TScroll.vue.d.ts +1 -0
  36. package/dist/components/DataTable/TScroll.vue.d.ts.map +1 -0
  37. package/dist/components/DataTable/TableComponent.vue.d.ts +1 -0
  38. package/dist/components/DataTable/TableComponent.vue.d.ts.map +1 -0
  39. package/dist/components/DataTable/TableComponent.vue.js +1 -1
  40. package/dist/components/DataTable/TdCell.vue.d.ts +1 -0
  41. package/dist/components/DataTable/TdCell.vue.d.ts.map +1 -0
  42. package/dist/components/DataTable/ThCell.vue.d.ts +1 -0
  43. package/dist/components/DataTable/ThCell.vue.d.ts.map +1 -0
  44. package/dist/components/DataTable/TrBody.vue.d.ts +1 -0
  45. package/dist/components/DataTable/TrBody.vue.d.ts.map +1 -0
  46. package/dist/components/DataTable/TrHead.vue.d.ts +1 -0
  47. package/dist/components/DataTable/TrHead.vue.d.ts.map +1 -0
  48. package/dist/components/DataTable/adapters/AsyncData.d.ts +1 -0
  49. package/dist/components/DataTable/adapters/AsyncData.d.ts.map +1 -0
  50. package/dist/components/DataTable/adapters/RawData.d.ts +1 -0
  51. package/dist/components/DataTable/adapters/RawData.d.ts.map +1 -0
  52. package/dist/components/DataTable/assets/TableIcon.vue.d.ts +1 -0
  53. package/dist/components/DataTable/assets/TableIcon.vue.d.ts.map +1 -0
  54. package/dist/components/DataTable/composition/useColumn.d.ts +1 -0
  55. package/dist/components/DataTable/composition/useColumn.d.ts.map +1 -0
  56. package/dist/components/DataTable/composition/useMouseUp.d.ts +1 -0
  57. package/dist/components/DataTable/composition/useMouseUp.d.ts.map +1 -0
  58. package/dist/components/DataTable/composition/useResize.d.ts +1 -0
  59. package/dist/components/DataTable/composition/useResize.d.ts.map +1 -0
  60. package/dist/components/DataTable/composition/useTableColumns.d.ts +1 -0
  61. package/dist/components/DataTable/composition/useTableColumns.d.ts.map +1 -0
  62. package/dist/components/DataTable/composition/useTableRows.d.ts +1 -0
  63. package/dist/components/DataTable/composition/useTableRows.d.ts.map +1 -0
  64. package/dist/components/DataTable/constants.d.ts +1 -0
  65. package/dist/components/DataTable/constants.d.ts.map +1 -0
  66. package/dist/components/DataTable/domain.d.ts +1 -0
  67. package/dist/components/DataTable/domain.d.ts.map +1 -0
  68. package/dist/components/DataTable/index.d.ts +1 -0
  69. package/dist/components/DataTable/index.d.ts.map +1 -0
  70. package/dist/components/DataTable/keys.d.ts +1 -0
  71. package/dist/components/DataTable/keys.d.ts.map +1 -0
  72. package/dist/components/DataTable/state.d.ts +1 -0
  73. package/dist/components/DataTable/state.d.ts.map +1 -0
  74. package/dist/components/DataTable/types.d.ts +1 -0
  75. package/dist/components/DataTable/types.d.ts.map +1 -0
  76. package/dist/components/DropdownListItem.vue.d.ts +1 -0
  77. package/dist/components/DropdownListItem.vue.d.ts.map +1 -0
  78. package/dist/components/GridTable/constants.d.ts +1 -0
  79. package/dist/components/GridTable/constants.d.ts.map +1 -0
  80. package/dist/components/GridTable/domain.d.ts +1 -0
  81. package/dist/components/GridTable/domain.d.ts.map +1 -0
  82. package/dist/components/GridTable/getColumnPositions.d.ts +1 -0
  83. package/dist/components/GridTable/getColumnPositions.d.ts.map +1 -0
  84. package/dist/components/GridTable/types.d.ts +1 -0
  85. package/dist/components/GridTable/types.d.ts.map +1 -0
  86. package/dist/components/GridTable/useColumn.d.ts +1 -0
  87. package/dist/components/GridTable/useColumn.d.ts.map +1 -0
  88. package/dist/components/GridTable/useMouseUp.d.ts +1 -0
  89. package/dist/components/GridTable/useMouseUp.d.ts.map +1 -0
  90. package/dist/components/GridTable/useResize.d.ts +1 -0
  91. package/dist/components/GridTable/useResize.d.ts.map +1 -0
  92. package/dist/components/HScroll.vue.d.ts +1 -0
  93. package/dist/components/HScroll.vue.d.ts.map +1 -0
  94. package/dist/components/InputRange.vue.d.ts +1 -0
  95. package/dist/components/InputRange.vue.d.ts.map +1 -0
  96. package/dist/components/LongText.vue.d.ts +1 -0
  97. package/dist/components/LongText.vue.d.ts.map +1 -0
  98. package/dist/components/PlAccordion/ExpandTransition.vue.d.ts +1 -0
  99. package/dist/components/PlAccordion/ExpandTransition.vue.d.ts.map +1 -0
  100. package/dist/components/PlAccordion/ExpandTransition.vue.js +27 -0
  101. package/dist/components/PlAccordion/ExpandTransition.vue.js.map +1 -0
  102. package/dist/components/PlAccordion/PlAccordion.vue.d.ts +1 -0
  103. package/dist/components/PlAccordion/PlAccordion.vue.d.ts.map +1 -0
  104. package/dist/components/PlAccordion/PlAccordionSection.vue.d.ts +1 -0
  105. package/dist/components/PlAccordion/PlAccordionSection.vue.d.ts.map +1 -0
  106. package/dist/components/PlAccordion/index.d.ts +1 -0
  107. package/dist/components/PlAccordion/index.d.ts.map +1 -0
  108. package/dist/components/PlAlert/PlAlert.vue.d.ts +1 -0
  109. package/dist/components/PlAlert/PlAlert.vue.d.ts.map +1 -0
  110. package/dist/components/PlAlert/index.d.ts +1 -0
  111. package/dist/components/PlAlert/index.d.ts.map +1 -0
  112. package/dist/components/PlAutocomplete/PlAutocomplete.vue.d.ts +1 -0
  113. package/dist/components/PlAutocomplete/PlAutocomplete.vue.d.ts.map +1 -0
  114. package/dist/components/PlAutocomplete/__tests__/PlAutocomplete.spec.d.ts +1 -0
  115. package/dist/components/PlAutocomplete/__tests__/PlAutocomplete.spec.d.ts.map +1 -0
  116. package/dist/components/PlAutocomplete/index.d.ts +1 -0
  117. package/dist/components/PlAutocomplete/index.d.ts.map +1 -0
  118. package/dist/components/PlAutocompleteMulti/PlAutocompleteMulti.vue.d.ts +1 -0
  119. package/dist/components/PlAutocompleteMulti/PlAutocompleteMulti.vue.d.ts.map +1 -0
  120. package/dist/components/PlAutocompleteMulti/__tests__/PlAutocompleteMulti.spec.d.ts +1 -0
  121. package/dist/components/PlAutocompleteMulti/__tests__/PlAutocompleteMulti.spec.d.ts.map +1 -0
  122. package/dist/components/PlAutocompleteMulti/index.d.ts +1 -0
  123. package/dist/components/PlAutocompleteMulti/index.d.ts.map +1 -0
  124. package/dist/components/PlBtnAccent/PlBtnAccent.vue.d.ts +1 -0
  125. package/dist/components/PlBtnAccent/PlBtnAccent.vue.d.ts.map +1 -0
  126. package/dist/components/PlBtnAccent/index.d.ts +1 -0
  127. package/dist/components/PlBtnAccent/index.d.ts.map +1 -0
  128. package/dist/components/PlBtnDanger/PlBtnDanger.vue.d.ts +1 -0
  129. package/dist/components/PlBtnDanger/PlBtnDanger.vue.d.ts.map +1 -0
  130. package/dist/components/PlBtnDanger/index.d.ts +1 -0
  131. package/dist/components/PlBtnDanger/index.d.ts.map +1 -0
  132. package/dist/components/PlBtnGhost/PlBtnGhost.vue.d.ts +1 -0
  133. package/dist/components/PlBtnGhost/PlBtnGhost.vue.d.ts.map +1 -0
  134. package/dist/components/PlBtnGhost/index.d.ts +1 -0
  135. package/dist/components/PlBtnGhost/index.d.ts.map +1 -0
  136. package/dist/components/PlBtnGroup/PlBtnGroup.vue.d.ts +1 -0
  137. package/dist/components/PlBtnGroup/PlBtnGroup.vue.d.ts.map +1 -0
  138. package/dist/components/PlBtnGroup/index.d.ts +1 -0
  139. package/dist/components/PlBtnGroup/index.d.ts.map +1 -0
  140. package/dist/components/PlBtnLink/PlBtnLink.vue.d.ts +1 -0
  141. package/dist/components/PlBtnLink/PlBtnLink.vue.d.ts.map +1 -0
  142. package/dist/components/PlBtnLink/index.d.ts +1 -0
  143. package/dist/components/PlBtnLink/index.d.ts.map +1 -0
  144. package/dist/components/PlBtnPrimary/PlBtnPrimary.vue.d.ts +1 -0
  145. package/dist/components/PlBtnPrimary/PlBtnPrimary.vue.d.ts.map +1 -0
  146. package/dist/components/PlBtnPrimary/__tests__/BtnPrimary.spec.d.ts +1 -0
  147. package/dist/components/PlBtnPrimary/__tests__/BtnPrimary.spec.d.ts.map +1 -0
  148. package/dist/components/PlBtnPrimary/index.d.ts +1 -0
  149. package/dist/components/PlBtnPrimary/index.d.ts.map +1 -0
  150. package/dist/components/PlBtnSecondary/PlBtnSecondary.vue.d.ts +1 -0
  151. package/dist/components/PlBtnSecondary/PlBtnSecondary.vue.d.ts.map +1 -0
  152. package/dist/components/PlBtnSecondary/index.d.ts +1 -0
  153. package/dist/components/PlBtnSecondary/index.d.ts.map +1 -0
  154. package/dist/components/PlBtnSplit/PlBtnSplit.vue.d.ts +1 -0
  155. package/dist/components/PlBtnSplit/PlBtnSplit.vue.d.ts.map +1 -0
  156. package/dist/components/PlBtnSplit/__tests__/PlBtnSplit.spec.d.ts +1 -0
  157. package/dist/components/PlBtnSplit/__tests__/PlBtnSplit.spec.d.ts.map +1 -0
  158. package/dist/components/PlBtnSplit/index.d.ts +1 -0
  159. package/dist/components/PlBtnSplit/index.d.ts.map +1 -0
  160. package/dist/components/PlChartHistogram/PlChartHistogram.vue.d.ts +1 -0
  161. package/dist/components/PlChartHistogram/PlChartHistogram.vue.d.ts.map +1 -0
  162. package/dist/components/PlChartHistogram/createGridlines.d.ts +1 -0
  163. package/dist/components/PlChartHistogram/createGridlines.d.ts.map +1 -0
  164. package/dist/components/PlChartHistogram/createLabels.d.ts +1 -0
  165. package/dist/components/PlChartHistogram/createLabels.d.ts.map +1 -0
  166. package/dist/components/PlChartHistogram/createSvgContainer.d.ts +1 -0
  167. package/dist/components/PlChartHistogram/createSvgContainer.d.ts.map +1 -0
  168. package/dist/components/PlChartHistogram/drawBins.d.ts +1 -0
  169. package/dist/components/PlChartHistogram/drawBins.d.ts.map +1 -0
  170. package/dist/components/PlChartHistogram/drawThreshold.d.ts +1 -0
  171. package/dist/components/PlChartHistogram/drawThreshold.d.ts.map +1 -0
  172. package/dist/components/PlChartHistogram/histogram.d.ts +1 -0
  173. package/dist/components/PlChartHistogram/histogram.d.ts.map +1 -0
  174. package/dist/components/PlChartHistogram/index.d.ts +1 -0
  175. package/dist/components/PlChartHistogram/index.d.ts.map +1 -0
  176. package/dist/components/PlChartHistogram/logspace.d.ts +1 -0
  177. package/dist/components/PlChartHistogram/logspace.d.ts.map +1 -0
  178. package/dist/components/PlChartHistogram/normalizeBins.d.ts +1 -0
  179. package/dist/components/PlChartHistogram/normalizeBins.d.ts.map +1 -0
  180. package/dist/components/PlChartHistogram/scales.spec.d.ts +1 -0
  181. package/dist/components/PlChartHistogram/scales.spec.d.ts.map +1 -0
  182. package/dist/components/PlChartHistogram/types.d.ts +1 -0
  183. package/dist/components/PlChartHistogram/types.d.ts.map +1 -0
  184. package/dist/components/PlChartStackedBar/Legends.vue.d.ts +1 -0
  185. package/dist/components/PlChartStackedBar/Legends.vue.d.ts.map +1 -0
  186. package/dist/components/PlChartStackedBar/PlChartStackedBar.vue.d.ts +1 -0
  187. package/dist/components/PlChartStackedBar/PlChartStackedBar.vue.d.ts.map +1 -0
  188. package/dist/components/PlChartStackedBar/PlChartStackedBarCompact.vue.d.ts +1 -0
  189. package/dist/components/PlChartStackedBar/PlChartStackedBarCompact.vue.d.ts.map +1 -0
  190. package/dist/components/PlChartStackedBar/StackedRow.vue.d.ts +1 -0
  191. package/dist/components/PlChartStackedBar/StackedRow.vue.d.ts.map +1 -0
  192. package/dist/components/PlChartStackedBar/StackedRowCompact.vue.d.ts +1 -0
  193. package/dist/components/PlChartStackedBar/StackedRowCompact.vue.d.ts.map +1 -0
  194. package/dist/components/PlChartStackedBar/index.d.ts +1 -0
  195. package/dist/components/PlChartStackedBar/index.d.ts.map +1 -0
  196. package/dist/components/PlChartStackedBar/types.d.ts +1 -0
  197. package/dist/components/PlChartStackedBar/types.d.ts.map +1 -0
  198. package/dist/components/PlCheckbox/PlCheckbox.vue.d.ts +1 -0
  199. package/dist/components/PlCheckbox/PlCheckbox.vue.d.ts.map +1 -0
  200. package/dist/components/PlCheckbox/PlCheckboxBase.vue.d.ts +1 -0
  201. package/dist/components/PlCheckbox/PlCheckboxBase.vue.d.ts.map +1 -0
  202. package/dist/components/PlCheckbox/__tests__/PlCheckbox.spec.d.ts +1 -0
  203. package/dist/components/PlCheckbox/__tests__/PlCheckbox.spec.d.ts.map +1 -0
  204. package/dist/components/PlCheckbox/index.d.ts +1 -0
  205. package/dist/components/PlCheckbox/index.d.ts.map +1 -0
  206. package/dist/components/PlCheckboxGroup/PlCheckboxGroup.vue.d.ts +1 -0
  207. package/dist/components/PlCheckboxGroup/PlCheckboxGroup.vue.d.ts.map +1 -0
  208. package/dist/components/PlCheckboxGroup/index.d.ts +1 -0
  209. package/dist/components/PlCheckboxGroup/index.d.ts.map +1 -0
  210. package/dist/components/PlChip/PlChip.vue.d.ts +1 -0
  211. package/dist/components/PlChip/PlChip.vue.d.ts.map +1 -0
  212. package/dist/components/PlChip/index.d.ts +1 -0
  213. package/dist/components/PlChip/index.d.ts.map +1 -0
  214. package/dist/components/PlClipboard/PlClipboard.vue.d.ts +1 -0
  215. package/dist/components/PlClipboard/PlClipboard.vue.d.ts.map +1 -0
  216. package/dist/components/PlClipboard/index.d.ts +1 -0
  217. package/dist/components/PlClipboard/index.d.ts.map +1 -0
  218. package/dist/components/PlConfirmDialog.vue.d.ts +1 -0
  219. package/dist/components/PlConfirmDialog.vue.d.ts.map +1 -0
  220. package/dist/components/PlDialogModal/PlDialogModal.vue.d.ts +1 -0
  221. package/dist/components/PlDialogModal/PlDialogModal.vue.d.ts.map +1 -0
  222. package/dist/components/PlDialogModal/index.d.ts +1 -0
  223. package/dist/components/PlDialogModal/index.d.ts.map +1 -0
  224. package/dist/components/PlDropdown/OptionList.vue.d.ts +1 -0
  225. package/dist/components/PlDropdown/OptionList.vue.d.ts.map +1 -0
  226. package/dist/components/PlDropdown/PlDropdown.vue.d.ts +1 -0
  227. package/dist/components/PlDropdown/PlDropdown.vue.d.ts.map +1 -0
  228. package/dist/components/PlDropdown/__tests__/PlDropdown.spec.d.ts +1 -0
  229. package/dist/components/PlDropdown/__tests__/PlDropdown.spec.d.ts.map +1 -0
  230. package/dist/components/PlDropdown/index.d.ts +1 -0
  231. package/dist/components/PlDropdown/index.d.ts.map +1 -0
  232. package/dist/components/PlDropdown/types.d.ts +1 -0
  233. package/dist/components/PlDropdown/types.d.ts.map +1 -0
  234. package/dist/components/PlDropdown/useGroupBy.d.ts +1 -0
  235. package/dist/components/PlDropdown/useGroupBy.d.ts.map +1 -0
  236. package/dist/components/PlDropdownLegacy/PlDropdownLegacy.vue.d.ts +1 -0
  237. package/dist/components/PlDropdownLegacy/PlDropdownLegacy.vue.d.ts.map +1 -0
  238. package/dist/components/PlDropdownLegacy/__tests__/PlDropdownLegacy.spec.d.ts +1 -0
  239. package/dist/components/PlDropdownLegacy/__tests__/PlDropdownLegacy.spec.d.ts.map +1 -0
  240. package/dist/components/PlDropdownLegacy/index.d.ts +1 -0
  241. package/dist/components/PlDropdownLegacy/index.d.ts.map +1 -0
  242. package/dist/components/PlDropdownLine/PlDropdownLine.vue.d.ts +3 -2
  243. package/dist/components/PlDropdownLine/PlDropdownLine.vue.d.ts.map +1 -0
  244. package/dist/components/PlDropdownLine/ResizableInput.vue.d.ts +1 -0
  245. package/dist/components/PlDropdownLine/ResizableInput.vue.d.ts.map +1 -0
  246. package/dist/components/PlDropdownLine/index.d.ts +1 -0
  247. package/dist/components/PlDropdownLine/index.d.ts.map +1 -0
  248. package/dist/components/PlDropdownMulti/PlDropdownMulti.vue.d.ts +1 -0
  249. package/dist/components/PlDropdownMulti/PlDropdownMulti.vue.d.ts.map +1 -0
  250. package/dist/components/PlDropdownMulti/__tests__/PlDropdownMulti.spec.d.ts +1 -0
  251. package/dist/components/PlDropdownMulti/__tests__/PlDropdownMulti.spec.d.ts.map +1 -0
  252. package/dist/components/PlDropdownMulti/index.d.ts +1 -0
  253. package/dist/components/PlDropdownMulti/index.d.ts.map +1 -0
  254. package/dist/components/PlDropdownMultiRef/PlDropdownMultiRef.vue.d.ts +1 -0
  255. package/dist/components/PlDropdownMultiRef/PlDropdownMultiRef.vue.d.ts.map +1 -0
  256. package/dist/components/PlDropdownMultiRef/__tests__/PlDropdownMultiRef.spec.d.ts +1 -0
  257. package/dist/components/PlDropdownMultiRef/__tests__/PlDropdownMultiRef.spec.d.ts.map +1 -0
  258. package/dist/components/PlDropdownMultiRef/index.d.ts +1 -0
  259. package/dist/components/PlDropdownMultiRef/index.d.ts.map +1 -0
  260. package/dist/components/PlDropdownRef/PlDropdownRef.vue.d.ts +1 -0
  261. package/dist/components/PlDropdownRef/PlDropdownRef.vue.d.ts.map +1 -0
  262. package/dist/components/PlDropdownRef/__tests__/PlDropdownRef.spec.d.ts +1 -0
  263. package/dist/components/PlDropdownRef/__tests__/PlDropdownRef.spec.d.ts.map +1 -0
  264. package/dist/components/PlDropdownRef/index.d.ts +1 -0
  265. package/dist/components/PlDropdownRef/index.d.ts.map +1 -0
  266. package/dist/components/PlEditableTitle/PlEditableTitle.vue.d.ts +1 -0
  267. package/dist/components/PlEditableTitle/PlEditableTitle.vue.d.ts.map +1 -0
  268. package/dist/components/PlEditableTitle/index.d.ts +1 -0
  269. package/dist/components/PlEditableTitle/index.d.ts.map +1 -0
  270. package/dist/components/PlElementList/PlElementList.vue.d.ts +1 -0
  271. package/dist/components/PlElementList/PlElementList.vue.d.ts.map +1 -0
  272. package/dist/components/PlElementList/PlElementListItem.vue.d.ts +1 -0
  273. package/dist/components/PlElementList/PlElementListItem.vue.d.ts.map +1 -0
  274. package/dist/components/PlElementList/index.d.ts +1 -0
  275. package/dist/components/PlElementList/index.d.ts.map +1 -0
  276. package/dist/components/PlElementList/utils.d.ts +1 -0
  277. package/dist/components/PlElementList/utils.d.ts.map +1 -0
  278. package/dist/components/PlErrorAlert/PlErrorAlert.vue.d.ts +1 -0
  279. package/dist/components/PlErrorAlert/PlErrorAlert.vue.d.ts.map +1 -0
  280. package/dist/components/PlErrorAlert/index.d.ts +1 -0
  281. package/dist/components/PlErrorAlert/index.d.ts.map +1 -0
  282. package/dist/components/PlErrorBoundary/PlErrorBoundary.vue.d.ts +1 -0
  283. package/dist/components/PlErrorBoundary/PlErrorBoundary.vue.d.ts.map +1 -0
  284. package/dist/components/PlErrorBoundary/index.d.ts +1 -0
  285. package/dist/components/PlErrorBoundary/index.d.ts.map +1 -0
  286. package/dist/components/PlFileDialog/Local.vue.d.ts +1 -0
  287. package/dist/components/PlFileDialog/Local.vue.d.ts.map +1 -0
  288. package/dist/components/PlFileDialog/PlFileDialog.vue.d.ts +5 -4
  289. package/dist/components/PlFileDialog/PlFileDialog.vue.d.ts.map +1 -0
  290. package/dist/components/PlFileDialog/Remote.vue.d.ts +2 -1
  291. package/dist/components/PlFileDialog/Remote.vue.d.ts.map +1 -0
  292. package/dist/components/PlFileDialog/Shortcuts.vue.d.ts +1 -0
  293. package/dist/components/PlFileDialog/Shortcuts.vue.d.ts.map +1 -0
  294. package/dist/components/PlFileDialog/index.d.ts +1 -0
  295. package/dist/components/PlFileDialog/index.d.ts.map +1 -0
  296. package/dist/components/PlFileDialog/remote.d.ts +1 -0
  297. package/dist/components/PlFileDialog/remote.d.ts.map +1 -0
  298. package/dist/components/PlFileDialog/utils.d.ts +1 -0
  299. package/dist/components/PlFileDialog/utils.d.ts.map +1 -0
  300. package/dist/components/PlFileDialog/utils.test.d.ts +1 -0
  301. package/dist/components/PlFileDialog/utils.test.d.ts.map +1 -0
  302. package/dist/components/PlFileInput/PlFileInput.vue.d.ts +1 -0
  303. package/dist/components/PlFileInput/PlFileInput.vue.d.ts.map +1 -0
  304. package/dist/components/PlFileInput/index.d.ts +1 -0
  305. package/dist/components/PlFileInput/index.d.ts.map +1 -0
  306. package/dist/components/PlFileInput/utils.d.ts +1 -0
  307. package/dist/components/PlFileInput/utils.d.ts.map +1 -0
  308. package/dist/components/PlIcon16/PlIcon16.vue.d.ts +1 -0
  309. package/dist/components/PlIcon16/PlIcon16.vue.d.ts.map +1 -0
  310. package/dist/components/PlIcon16/index.d.ts +1 -0
  311. package/dist/components/PlIcon16/index.d.ts.map +1 -0
  312. package/dist/components/PlIcon24/PlIcon24.vue.d.ts +1 -0
  313. package/dist/components/PlIcon24/PlIcon24.vue.d.ts.map +1 -0
  314. package/dist/components/PlIcon24/index.d.ts +1 -0
  315. package/dist/components/PlIcon24/index.d.ts.map +1 -0
  316. package/dist/components/PlLoaderCircular/PlLoaderCircular.vue.d.ts +1 -0
  317. package/dist/components/PlLoaderCircular/PlLoaderCircular.vue.d.ts.map +1 -0
  318. package/dist/components/PlLoaderCircular/index.d.ts +1 -0
  319. package/dist/components/PlLoaderCircular/index.d.ts.map +1 -0
  320. package/dist/components/PlLoaderLogo.vue.d.ts +8 -0
  321. package/dist/components/PlLoaderLogo.vue.d.ts.map +1 -0
  322. package/dist/components/PlLoaderLogo.vue.js +10 -0
  323. package/dist/components/PlLoaderLogo.vue.js.map +1 -0
  324. package/dist/components/PlLoaderLogo.vue2.js +30 -0
  325. package/dist/components/PlLoaderLogo.vue2.js.map +1 -0
  326. package/dist/components/PlLoaderLogo.vue3.js +11 -0
  327. package/dist/components/PlLoaderLogo.vue3.js.map +1 -0
  328. package/dist/components/PlLogView/PlLogView.vue.d.ts +1 -0
  329. package/dist/components/PlLogView/PlLogView.vue.d.ts.map +1 -0
  330. package/dist/components/PlLogView/index.d.ts +1 -0
  331. package/dist/components/PlLogView/index.d.ts.map +1 -0
  332. package/dist/components/PlLogView/useLogHandle.d.ts +1 -0
  333. package/dist/components/PlLogView/useLogHandle.d.ts.map +1 -0
  334. package/dist/components/PlMaskIcon16/index.d.ts +1 -0
  335. package/dist/components/PlMaskIcon16/index.d.ts.map +1 -0
  336. package/dist/components/PlMaskIcon24/index.d.ts +1 -0
  337. package/dist/components/PlMaskIcon24/index.d.ts.map +1 -0
  338. package/dist/components/PlNotificationAlert/PlNotificationAlert.vue.d.ts +1 -0
  339. package/dist/components/PlNotificationAlert/PlNotificationAlert.vue.d.ts.map +1 -0
  340. package/dist/components/PlNotificationAlert/index.d.ts +1 -0
  341. package/dist/components/PlNotificationAlert/index.d.ts.map +1 -0
  342. package/dist/components/PlNumberField/PlNumberField.vue.d.ts +1 -0
  343. package/dist/components/PlNumberField/PlNumberField.vue.d.ts.map +1 -0
  344. package/dist/components/PlNumberField/__tests__/PlNumberField.spec.d.ts +1 -0
  345. package/dist/components/PlNumberField/__tests__/PlNumberField.spec.d.ts.map +1 -0
  346. package/dist/components/PlNumberField/index.d.ts +1 -0
  347. package/dist/components/PlNumberField/index.d.ts.map +1 -0
  348. package/dist/components/PlNumberField/parseNumber.d.ts +1 -0
  349. package/dist/components/PlNumberField/parseNumber.d.ts.map +1 -0
  350. package/dist/components/PlProgressBar/PlProgressBar.vue.d.ts +1 -0
  351. package/dist/components/PlProgressBar/PlProgressBar.vue.d.ts.map +1 -0
  352. package/dist/components/PlProgressBar/index.d.ts +1 -0
  353. package/dist/components/PlProgressBar/index.d.ts.map +1 -0
  354. package/dist/components/PlProgressCell/PlProgressCell.vue.d.ts +1 -0
  355. package/dist/components/PlProgressCell/PlProgressCell.vue.d.ts.map +1 -0
  356. package/dist/components/PlProgressCell/index.d.ts +1 -0
  357. package/dist/components/PlProgressCell/index.d.ts.map +1 -0
  358. package/dist/components/PlProgressCell/types.d.ts +1 -0
  359. package/dist/components/PlProgressCell/types.d.ts.map +1 -0
  360. package/dist/components/PlRadio/PlRadio.vue.d.ts +1 -0
  361. package/dist/components/PlRadio/PlRadio.vue.d.ts.map +1 -0
  362. package/dist/components/PlRadio/PlRadioGroup.vue.d.ts +1 -0
  363. package/dist/components/PlRadio/PlRadioGroup.vue.d.ts.map +1 -0
  364. package/dist/components/PlRadio/__tests__/PlRadioGroup.spec.d.ts +1 -0
  365. package/dist/components/PlRadio/__tests__/PlRadioGroup.spec.d.ts.map +1 -0
  366. package/dist/components/PlRadio/index.d.ts +1 -0
  367. package/dist/components/PlRadio/index.d.ts.map +1 -0
  368. package/dist/components/PlRadio/keys.d.ts +1 -0
  369. package/dist/components/PlRadio/keys.d.ts.map +1 -0
  370. package/dist/components/PlSearchField/PlSearchField.vue.d.ts +1 -0
  371. package/dist/components/PlSearchField/PlSearchField.vue.d.ts.map +1 -0
  372. package/dist/components/PlSearchField/index.d.ts +1 -0
  373. package/dist/components/PlSearchField/index.d.ts.map +1 -0
  374. package/dist/components/PlSectionSeparator/PlSectionSeparator.vue.d.ts +1 -0
  375. package/dist/components/PlSectionSeparator/PlSectionSeparator.vue.d.ts.map +1 -0
  376. package/dist/components/PlSectionSeparator/index.d.ts +1 -0
  377. package/dist/components/PlSectionSeparator/index.d.ts.map +1 -0
  378. package/dist/components/PlSidebar/PlSidebarGroup.vue.d.ts +1 -0
  379. package/dist/components/PlSidebar/PlSidebarGroup.vue.d.ts.map +1 -0
  380. package/dist/components/PlSidebar/PlSidebarItem.vue.d.ts +1 -0
  381. package/dist/components/PlSidebar/PlSidebarItem.vue.d.ts.map +1 -0
  382. package/dist/components/PlSidebar/index.d.ts +1 -0
  383. package/dist/components/PlSidebar/index.d.ts.map +1 -0
  384. package/dist/components/PlSlideModal/PlPureSlideModal.vue.d.ts +1 -0
  385. package/dist/components/PlSlideModal/PlPureSlideModal.vue.d.ts.map +1 -0
  386. package/dist/components/PlSlideModal/PlPureSlideModal.vue.js +1 -1
  387. package/dist/components/PlSlideModal/PlSlideModal.vue.d.ts +1 -0
  388. package/dist/components/PlSlideModal/PlSlideModal.vue.d.ts.map +1 -0
  389. package/dist/components/PlSlideModal/index.d.ts +1 -0
  390. package/dist/components/PlSlideModal/index.d.ts.map +1 -0
  391. package/dist/components/PlSlideModal/props.d.ts +1 -0
  392. package/dist/components/PlSlideModal/props.d.ts.map +1 -0
  393. package/dist/components/PlSpacer/PlSpacer.vue.d.ts +1 -0
  394. package/dist/components/PlSpacer/PlSpacer.vue.d.ts.map +1 -0
  395. package/dist/components/PlSpacer/index.d.ts +1 -0
  396. package/dist/components/PlSpacer/index.d.ts.map +1 -0
  397. package/dist/components/PlSplash/PlSplash.vue.d.ts +1 -0
  398. package/dist/components/PlSplash/PlSplash.vue.d.ts.map +1 -0
  399. package/dist/components/PlSplash/index.d.ts +1 -0
  400. package/dist/components/PlSplash/index.d.ts.map +1 -0
  401. package/dist/components/PlStatusTag/PlStatusTag.vue.d.ts +1 -0
  402. package/dist/components/PlStatusTag/PlStatusTag.vue.d.ts.map +1 -0
  403. package/dist/components/PlStatusTag/index.d.ts +1 -0
  404. package/dist/components/PlStatusTag/index.d.ts.map +1 -0
  405. package/dist/components/PlStatusTag/types.d.ts +1 -0
  406. package/dist/components/PlStatusTag/types.d.ts.map +1 -0
  407. package/dist/components/PlSvg/PlSvg.vue.d.ts +1 -0
  408. package/dist/components/PlSvg/PlSvg.vue.d.ts.map +1 -0
  409. package/dist/components/PlSvg/index.d.ts +1 -0
  410. package/dist/components/PlSvg/index.d.ts.map +1 -0
  411. package/dist/components/PlSvg/registry.d.ts +1 -0
  412. package/dist/components/PlSvg/registry.d.ts.map +1 -0
  413. package/dist/components/PlTabs/PlTabs.vue.d.ts +1 -0
  414. package/dist/components/PlTabs/PlTabs.vue.d.ts.map +1 -0
  415. package/dist/components/PlTabs/Tab.vue.d.ts +1 -0
  416. package/dist/components/PlTabs/Tab.vue.d.ts.map +1 -0
  417. package/dist/components/PlTabs/index.d.ts +1 -0
  418. package/dist/components/PlTabs/index.d.ts.map +1 -0
  419. package/dist/components/PlTabs/types.d.ts +1 -0
  420. package/dist/components/PlTabs/types.d.ts.map +1 -0
  421. package/dist/components/PlTextArea/PlTextArea.vue.d.ts +1 -0
  422. package/dist/components/PlTextArea/PlTextArea.vue.d.ts.map +1 -0
  423. package/dist/components/PlTextArea/__tests__/PlTextArea.spec.d.ts +1 -0
  424. package/dist/components/PlTextArea/__tests__/PlTextArea.spec.d.ts.map +1 -0
  425. package/dist/components/PlTextArea/index.d.ts +1 -0
  426. package/dist/components/PlTextArea/index.d.ts.map +1 -0
  427. package/dist/components/PlTextField/PlTextField.vue.d.ts +1 -0
  428. package/dist/components/PlTextField/PlTextField.vue.d.ts.map +1 -0
  429. package/dist/components/PlTextField/__tests__/TextField.spec.d.ts +1 -0
  430. package/dist/components/PlTextField/__tests__/TextField.spec.d.ts.map +1 -0
  431. package/dist/components/PlTextField/index.d.ts +1 -0
  432. package/dist/components/PlTextField/index.d.ts.map +1 -0
  433. package/dist/components/PlToggleSwitch/PlToggleSwitch.vue.d.ts +1 -0
  434. package/dist/components/PlToggleSwitch/PlToggleSwitch.vue.d.ts.map +1 -0
  435. package/dist/components/PlToggleSwitch/index.d.ts +1 -0
  436. package/dist/components/PlToggleSwitch/index.d.ts.map +1 -0
  437. package/dist/components/PlTooltip/Beak.vue.d.ts +1 -0
  438. package/dist/components/PlTooltip/Beak.vue.d.ts.map +1 -0
  439. package/dist/components/PlTooltip/PlTooltip.vue.d.ts +1 -0
  440. package/dist/components/PlTooltip/PlTooltip.vue.d.ts.map +1 -0
  441. package/dist/components/PlTooltip/global.d.ts +1 -0
  442. package/dist/components/PlTooltip/global.d.ts.map +1 -0
  443. package/dist/components/PlTooltip/index.d.ts +1 -0
  444. package/dist/components/PlTooltip/index.d.ts.map +1 -0
  445. package/dist/components/PlTooltip/useTooltipPosition.d.ts +1 -0
  446. package/dist/components/PlTooltip/useTooltipPosition.d.ts.map +1 -0
  447. package/dist/components/Scrollable.vue.d.ts +1 -0
  448. package/dist/components/Scrollable.vue.d.ts.map +1 -0
  449. package/dist/components/Slider.vue.d.ts +1 -0
  450. package/dist/components/Slider.vue.d.ts.map +1 -0
  451. package/dist/components/SliderRange.vue.d.ts +1 -0
  452. package/dist/components/SliderRange.vue.d.ts.map +1 -0
  453. package/dist/components/SliderRangeTriple.vue.d.ts +1 -0
  454. package/dist/components/SliderRangeTriple.vue.d.ts.map +1 -0
  455. package/dist/components/TabItem.vue.d.ts +1 -0
  456. package/dist/components/TabItem.vue.d.ts.map +1 -0
  457. package/dist/components/ThemeSwitcher.vue.d.ts +1 -0
  458. package/dist/components/ThemeSwitcher.vue.d.ts.map +1 -0
  459. package/dist/components/TransitionSlidePanel.vue.d.ts +1 -0
  460. package/dist/components/TransitionSlidePanel.vue.d.ts.map +1 -0
  461. package/dist/components/VScroll.vue.d.ts +1 -0
  462. package/dist/components/VScroll.vue.d.ts.map +1 -0
  463. package/dist/components/contextMenu/Menu.vue.d.ts +1 -0
  464. package/dist/components/contextMenu/Menu.vue.d.ts.map +1 -0
  465. package/dist/components/contextMenu/index.d.ts +1 -0
  466. package/dist/components/contextMenu/index.d.ts.map +1 -0
  467. package/dist/components/contextMenu/types.d.ts +1 -0
  468. package/dist/components/contextMenu/types.d.ts.map +1 -0
  469. package/dist/composition/computedCached.d.ts +1 -0
  470. package/dist/composition/computedCached.d.ts.map +1 -0
  471. package/dist/composition/filters/index.d.ts +1 -0
  472. package/dist/composition/filters/index.d.ts.map +1 -0
  473. package/dist/composition/filters/metadata.d.ts +1 -0
  474. package/dist/composition/filters/metadata.d.ts.map +1 -0
  475. package/dist/composition/filters/types.d.ts +1 -0
  476. package/dist/composition/filters/types.d.ts.map +1 -0
  477. package/dist/composition/useClickOutside.d.ts +1 -0
  478. package/dist/composition/useClickOutside.d.ts.map +1 -0
  479. package/dist/composition/useComponentProp.d.ts +1 -0
  480. package/dist/composition/useComponentProp.d.ts.map +1 -0
  481. package/dist/composition/useConfirm.d.ts +1 -0
  482. package/dist/composition/useConfirm.d.ts.map +1 -0
  483. package/dist/composition/useDraggable.d.ts +1 -0
  484. package/dist/composition/useDraggable.d.ts.map +1 -0
  485. package/dist/composition/useEventListener.d.ts +1 -0
  486. package/dist/composition/useEventListener.d.ts.map +1 -0
  487. package/dist/composition/useFilteredList.d.ts +1 -0
  488. package/dist/composition/useFilteredList.d.ts.map +1 -0
  489. package/dist/composition/useFormState.d.ts +1 -0
  490. package/dist/composition/useFormState.d.ts.map +1 -0
  491. package/dist/composition/useHover.d.ts +1 -0
  492. package/dist/composition/useHover.d.ts.map +1 -0
  493. package/dist/composition/useInterval.d.ts +1 -0
  494. package/dist/composition/useInterval.d.ts.map +1 -0
  495. package/dist/composition/useLocalStorage.d.ts +1 -0
  496. package/dist/composition/useLocalStorage.d.ts.map +1 -0
  497. package/dist/composition/useMouse.d.ts +1 -0
  498. package/dist/composition/useMouse.d.ts.map +1 -0
  499. package/dist/composition/useMouseCapture.d.ts +1 -0
  500. package/dist/composition/useMouseCapture.d.ts.map +1 -0
  501. package/dist/composition/useNotificationPosition.d.ts +1 -0
  502. package/dist/composition/useNotificationPosition.d.ts.map +1 -0
  503. package/dist/composition/usePollingQuery.d.ts +1 -0
  504. package/dist/composition/usePollingQuery.d.ts.map +1 -0
  505. package/dist/composition/usePosition.d.ts +1 -0
  506. package/dist/composition/usePosition.d.ts.map +1 -0
  507. package/dist/composition/useQuery.d.ts +1 -0
  508. package/dist/composition/useQuery.d.ts.map +1 -0
  509. package/dist/composition/useResizeObserver.d.ts +1 -0
  510. package/dist/composition/useResizeObserver.d.ts.map +1 -0
  511. package/dist/composition/useRipple.d.ts +1 -0
  512. package/dist/composition/useRipple.d.ts.map +1 -0
  513. package/dist/composition/useScroll.d.ts +1 -0
  514. package/dist/composition/useScroll.d.ts.map +1 -0
  515. package/dist/composition/useSliderBreakpoints.d.ts +1 -0
  516. package/dist/composition/useSliderBreakpoints.d.ts.map +1 -0
  517. package/dist/composition/useSortable.d.ts +1 -0
  518. package/dist/composition/useSortable.d.ts.map +1 -0
  519. package/dist/composition/useSortable2.d.ts +1 -0
  520. package/dist/composition/useSortable2.d.ts.map +1 -0
  521. package/dist/composition/useTheme.d.ts +1 -0
  522. package/dist/composition/useTheme.d.ts.map +1 -0
  523. package/dist/composition/useTransformedModel.d.ts +1 -0
  524. package/dist/composition/useTransformedModel.d.ts.map +1 -0
  525. package/dist/composition/useWatchFetch.d.ts +1 -0
  526. package/dist/composition/useWatchFetch.d.ts.map +1 -0
  527. package/dist/composition/utils.d.ts +1 -0
  528. package/dist/composition/utils.d.ts.map +1 -0
  529. package/dist/composition/watchCached.d.ts +1 -0
  530. package/dist/composition/watchCached.d.ts.map +1 -0
  531. package/dist/demo-site-data/all-css-variables.d.ts +1 -0
  532. package/dist/demo-site-data/all-css-variables.d.ts.map +1 -0
  533. package/dist/generated/icons-16.d.ts +1 -0
  534. package/dist/generated/icons-16.d.ts.map +1 -0
  535. package/dist/generated/icons-24.d.ts +1 -0
  536. package/dist/generated/icons-24.d.ts.map +1 -0
  537. package/dist/global/resizeObserver.d.ts +1 -0
  538. package/dist/global/resizeObserver.d.ts.map +1 -0
  539. package/dist/helpers/dom.d.ts +1 -0
  540. package/dist/helpers/dom.d.ts.map +1 -0
  541. package/dist/helpers/downloadContent.d.ts +1 -0
  542. package/dist/helpers/downloadContent.d.ts.map +1 -0
  543. package/dist/helpers/error.d.ts +1 -0
  544. package/dist/helpers/error.d.ts.map +1 -0
  545. package/dist/helpers/functions.d.ts +1 -0
  546. package/dist/helpers/functions.d.ts.map +1 -0
  547. package/dist/helpers/index.d.ts +1 -0
  548. package/dist/helpers/index.d.ts.map +1 -0
  549. package/dist/helpers/iterators.d.ts +1 -0
  550. package/dist/helpers/iterators.d.ts.map +1 -0
  551. package/dist/helpers/math.d.ts +1 -0
  552. package/dist/helpers/math.d.ts.map +1 -0
  553. package/dist/helpers/objects.d.ts +1 -0
  554. package/dist/helpers/objects.d.ts.map +1 -0
  555. package/dist/helpers/utils.d.ts +1 -0
  556. package/dist/helpers/utils.d.ts.map +1 -0
  557. package/dist/index.d.ts +3 -0
  558. package/dist/index.d.ts.map +1 -0
  559. package/dist/index.js +217 -213
  560. package/dist/index.js.map +1 -1
  561. package/dist/layout/PlBlockPage/PlBlockPage.vue.d.ts +6 -12
  562. package/dist/layout/PlBlockPage/PlBlockPage.vue.d.ts.map +1 -0
  563. package/dist/layout/PlBlockPage/PlBlockPage.vue.js +38 -39
  564. package/dist/layout/PlBlockPage/PlBlockPage.vue.js.map +1 -1
  565. package/dist/layout/PlBlockPage/PlBlockPageTitleTeleportId.d.ts +1 -0
  566. package/dist/layout/PlBlockPage/PlBlockPageTitleTeleportId.d.ts.map +1 -0
  567. package/dist/layout/PlBlockPage/index.d.ts +1 -0
  568. package/dist/layout/PlBlockPage/index.d.ts.map +1 -0
  569. package/dist/layout/PlBlockPage/usePlBlockPageTitleTeleportTarget.d.ts +1 -0
  570. package/dist/layout/PlBlockPage/usePlBlockPageTitleTeleportTarget.d.ts.map +1 -0
  571. package/dist/layout/PlContainer/PlContainer.vue.d.ts +1 -0
  572. package/dist/layout/PlContainer/PlContainer.vue.d.ts.map +1 -0
  573. package/dist/layout/PlContainer/index.d.ts +1 -0
  574. package/dist/layout/PlContainer/index.d.ts.map +1 -0
  575. package/dist/layout/PlGrid/PlGrid.vue.d.ts +1 -0
  576. package/dist/layout/PlGrid/PlGrid.vue.d.ts.map +1 -0
  577. package/dist/layout/PlGrid/index.d.ts +1 -0
  578. package/dist/layout/PlGrid/index.d.ts.map +1 -0
  579. package/dist/layout/PlPlaceholder/PlPlaceholder.vue.d.ts +8 -0
  580. package/dist/layout/PlPlaceholder/PlPlaceholder.vue.d.ts.map +1 -0
  581. package/dist/layout/PlPlaceholder/PlPlaceholder.vue.js +10 -0
  582. package/dist/layout/PlPlaceholder/PlPlaceholder.vue.js.map +1 -0
  583. package/dist/layout/PlPlaceholder/PlPlaceholder.vue2.js +52 -0
  584. package/dist/layout/PlPlaceholder/PlPlaceholder.vue2.js.map +1 -0
  585. package/dist/layout/PlPlaceholder/PlPlaceholder.vue3.js +26 -0
  586. package/dist/layout/PlPlaceholder/PlPlaceholder.vue3.js.map +1 -0
  587. package/dist/layout/PlPlaceholder/index.d.ts +2 -0
  588. package/dist/layout/PlPlaceholder/index.d.ts.map +1 -0
  589. package/dist/layout/PlRow/PlRow.vue.d.ts +1 -0
  590. package/dist/layout/PlRow/PlRow.vue.d.ts.map +1 -0
  591. package/dist/layout/PlRow/index.d.ts +1 -0
  592. package/dist/layout/PlRow/index.d.ts.map +1 -0
  593. package/dist/layout/PlSpacer/PlSpacer.vue.d.ts +1 -0
  594. package/dist/layout/PlSpacer/PlSpacer.vue.d.ts.map +1 -0
  595. package/dist/layout/PlSpacer/index.d.ts +1 -0
  596. package/dist/layout/PlSpacer/index.d.ts.map +1 -0
  597. package/dist/types.d.ts +1 -0
  598. package/dist/types.d.ts.map +1 -0
  599. package/dist/utils/DoubleContour.vue.d.ts +1 -0
  600. package/dist/utils/DoubleContour.vue.d.ts.map +1 -0
  601. package/dist/utils/DropdownOverlay/DropdownOverlay.vue.d.ts +1 -0
  602. package/dist/utils/DropdownOverlay/DropdownOverlay.vue.d.ts.map +1 -0
  603. package/dist/utils/DropdownOverlay/index.d.ts +1 -0
  604. package/dist/utils/DropdownOverlay/index.d.ts.map +1 -0
  605. package/dist/utils/InnerBorder.vue.d.ts +1 -0
  606. package/dist/utils/InnerBorder.vue.d.ts.map +1 -0
  607. package/dist/utils/PlCloseModalBtn.vue.d.ts +1 -0
  608. package/dist/utils/PlCloseModalBtn.vue.d.ts.map +1 -0
  609. package/dist/utils/TextLabel.vue.d.ts +1 -0
  610. package/dist/utils/TextLabel.vue.d.ts.map +1 -0
  611. package/dist/utils/WebStopWatchElement.d.ts +1 -0
  612. package/dist/utils/WebStopWatchElement.d.ts.map +1 -0
  613. package/dist/utils/useLabelNotch.d.ts +1 -0
  614. package/dist/utils/useLabelNotch.d.ts.map +1 -0
  615. package/dist/utils/useValidation.d.ts +1 -0
  616. package/dist/utils/useValidation.d.ts.map +1 -0
  617. package/package.json +7 -7
  618. package/src/components/PlLoaderLogo.vue +62 -0
  619. package/src/index.ts +3 -0
  620. package/src/layout/PlBlockPage/PlBlockPage.vue +22 -13
  621. package/src/layout/PlPlaceholder/PlPlaceholder.vue +147 -0
  622. package/src/layout/PlPlaceholder/index.ts +4 -0
  623. package/src/layout/PlPlaceholder/paint-worklet.js +123 -0
@@ -0,0 +1,5 @@
1
+  WARN  Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
+
3
+ > @milaboratories/uikit@2.8.1 lint /home/runner/_work/platforma/platforma/lib/ui/uikit
4
+ > eslint .
5
+
@@ -1,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @milaboratories/uikit@2.7.3 type-check /home/runner/_work/platforma/platforma/lib/ui/uikit
3
+ > @milaboratories/uikit@2.8.1 type-check /home/runner/_work/platforma/platforma/lib/ui/uikit
4
4
  > ts-builder types --target browser-lib
5
5
 
6
- ↳ vue-tsc.js --noEmit --project ./tsconfig.json
6
+ ↳ vue-tsc.js --noEmit --project ./tsconfig.json --customConditions ,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @milaboratories/uikit
2
2
 
3
+ ## 2.8.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @platforma-sdk/model@1.48.2
8
+
9
+ ## 2.8.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 8398f3a: Add PlPlaceholder and PlLoaderLogo components
14
+
3
15
  ## 2.7.3
4
16
 
5
17
  ### Patch Changes
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=usePollingQuery.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"usePollingQuery.spec.d.ts","sourceRoot":"","sources":["../../../src/__tests__/compositions/usePollingQuery.spec.ts"],"names":[],"mappings":""}
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=useValidation.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useValidation.spec.d.ts","sourceRoot":"","sources":["../../../src/__tests__/compositions/useValidation.spec.ts"],"names":[],"mappings":""}
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=setup.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../src/__tests__/setup.ts"],"names":[],"mappings":""}
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=use-debounce-fn.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"use-debounce-fn.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/use-debounce-fn.test.ts"],"names":[],"mappings":""}
@@ -29,3 +29,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
29
29
  $slots: S;
30
30
  };
31
31
  };
32
+ //# sourceMappingURL=BtnBase.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BtnBase.vue.d.ts","sourceRoot":"","sources":["../../src/base/BtnBase.vue"],"names":[],"mappings":"AAiDA,OAAO,KAAK,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,UAAU,CAAC;;cAQzC,OAAO;YACT,OAAO;YACP,OAAO;WACR,IAAI;YACH,OAAO;WACR,cAAc;cACX,OAAO;oBACD,OAAO;;cAPb,OAAO;YACT,OAAO;YACP,OAAO;WACR,IAAI;YACH,OAAO;WACR,cAAc;cACX,OAAO;oBACD,OAAO;;;;qBAgEI,GAAG;kBACN,GAAG;;AA1E7B,wBAoHK;AASL,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1,2 @@
1
1
  export {};
2
+ //# sourceMappingURL=colors.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"colors.spec.d.ts","sourceRoot":"","sources":["../../../src/colors/__tests__/colors.spec.ts"],"names":[],"mappings":""}
@@ -42,3 +42,4 @@ export declare namespace Color {
42
42
  };
43
43
  }
44
44
  export type Color = ReturnType<typeof Color>;
45
+ //# sourceMappingURL=color.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"color.d.ts","sourceRoot":"","sources":["../../src/colors/color.ts"],"names":[],"mappings":"AAAA,OAAO,EAAqB,KAAK,gBAAgB,EAAE,MAAM,WAAW,CAAC;AAErE;;;;;;;;GAQG;AACH,wBAAgB,KAAK,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,GAAE,MAAU;gBAG3C,MAAM;gBACN,MAAM;gBACN,MAAM;gBACN,MAAM;;;;;EAwB9B;yBA9Be,KAAK;uBAkCC,MAAM,KAAG,KAAK;0BAwBX,MAAM;oBAvDN,MAAM;oBACN,MAAM;oBACN,MAAM;oBACN,MAAM;;;;;;4BA4DJ,gBAAgB;oBA/DlB,MAAM;oBACN,MAAM;oBACN,MAAM;oBACN,MAAM;;;;;;;AA0B/B,MAAM,MAAM,KAAK,GAAG,UAAU,CAAC,OAAO,KAAK,CAAC,CAAC"}
@@ -67,3 +67,4 @@ export declare function Gradient(gradient: GradientSource): {
67
67
  toJSON(): string;
68
68
  }[];
69
69
  };
70
+ //# sourceMappingURL=gradient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gradient.d.ts","sourceRoot":"","sources":["../../src/colors/gradient.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEzC,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,MAAM,MAAM,cAAc,GAAG,CAAC,MAAM,GAAG,KAAK,CAAC,EAAE,GAAG,OAAO,CAAC;AAsC1D;;;;;;;GAOG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,GAAG,KAAK,CAK/E;AAED;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,cAAc,GAAG,KAAK,EAAE,CAY9D;AAED;;GAEG;AACH,wBAAgB,QAAQ,CAAC,QAAQ,EAAE,cAAc;qBAET,KAAK,EAAE;IAE3C;;;;OAIG;oBACa,MAAM;;;;;;;;;;IAkBtB;;;;;OAKG;gBACS,MAAM,YAAY,MAAM;;;;;;;;;;IAMpC;;OAEG;aACM,MAAM;;;;;;;;;;EAalB"}
@@ -1,3 +1,4 @@
1
1
  export * from './palette';
2
2
  export * from './color';
3
3
  export * from './gradient';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/colors/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC"}
@@ -53,3 +53,4 @@ export declare const categoricalColors: {
53
53
  grey_dark: string;
54
54
  };
55
55
  export type CategoricalColor = keyof typeof categoricalColors;
56
+ //# sourceMappingURL=palette.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"palette.d.ts","sourceRoot":"","sources":["../../src/colors/palette.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,OAAO,UAgBnB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,KAAK,UAgBjB,CAAC;AAiMF,eAAO,MAAM,QAAQ;;;;;;;;;;;;CAYpB,CAAC;AAEF,MAAM,MAAM,OAAO,GAAG,MAAM,OAAO,QAAQ,CAAC;AAE5C;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4B7B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,iBAAiB,CAAC"}
@@ -20,3 +20,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
20
20
  $slots: S;
21
21
  };
22
22
  };
23
+ //# sourceMappingURL=ContextProvider.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ContextProvider.vue.d.ts","sourceRoot":"","sources":["../../src/components/ContextProvider.vue"],"names":[],"mappings":"AAmBA,OAAO,EAAE,KAAK,YAAY,EAAqB,MAAM,KAAK,CAAC;AAE3D,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,YAAY,CAAC,OAAO,CAAC,CAAC;CACnC,CAAC;AAUF,iBAAS,cAAc;WAoBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -12,3 +12,4 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
12
12
  baseRef: HTMLDivElement;
13
13
  }, HTMLDivElement>;
14
14
  export default _default;
15
+ //# sourceMappingURL=BaseCellComponent.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BaseCellComponent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/BaseCellComponent.vue"],"names":[],"mappings":"AA+DA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAKzC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,SAAS,GAAG,SAAS,CAAC;IACjC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;;;;;;;;AA0GF,wBASG"}
@@ -4,3 +4,4 @@ type __VLS_Props = {
4
4
  };
5
5
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
6
6
  export default _default;
7
+ //# sourceMappingURL=ColumnCaret.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColumnCaret.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/ColumnCaret.vue"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAKlD,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,kBAAkB,CAAC;CAC5B,CAAC;;AA4CF,wBAOG"}
@@ -1,2 +1,3 @@
1
1
  declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
3
+ //# sourceMappingURL=ColumnsCommandMenu.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColumnsCommandMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/ColumnsCommandMenu.vue"],"names":[],"mappings":";AA6GA,wBAKG"}
@@ -1,2 +1,3 @@
1
1
  declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
3
+ //# sourceMappingURL=RowsCommandMenu.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RowsCommandMenu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/RowsCommandMenu.vue"],"names":[],"mappings":";AA+GA,wBAKG"}
@@ -11,3 +11,4 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
11
11
  handleRef: HTMLDivElement;
12
12
  }, HTMLDivElement>;
13
13
  export default _default;
14
+ //# sourceMappingURL=TScroll.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TScroll.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/TScroll.vue"],"names":[],"mappings":"AAmDA,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;;;;;;;;AA4EF,wBASG"}
@@ -14,3 +14,4 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
14
14
  bodyRef: HTMLDivElement;
15
15
  }, HTMLDivElement>;
16
16
  export default _default;
17
+ //# sourceMappingURL=TableComponent.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableComponent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/TableComponent.vue"],"names":[],"mappings":"AA2GA,OAAO,gCAAgC,CAAC;AAGxC,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAoBxD,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,QAAQ,CAAC,aAAa,CAAC,CAAC;CACnC,CAAC;;;;;;;;;;;;AA+QF,wBASG"}
@@ -4,8 +4,8 @@
4
4
  .context-menu[data-v-12530966]{display:block;position:absolute;top:50px;left:50px;z-index:var(--z-context-menu);margin:0;padding:3px 0 4px;background:#fffffff2;box-shadow:0 8px 15px #00000059;border-radius:4px;font-family:Lucida Grande,sans-serif;font-size:14px;line-height:15px}.context-menu[data-v-12530966]:before{display:block;position:absolute;content:"";top:-1px;left:-1px;bottom:-1px;right:-1px;border-radius:4px;border:1px solid rgba(0,0,0,.125);z-index:-1}.context-menu hr[data-v-12530966]{border:none;height:1px;background:#0000001a;margin:6px 1px 5px;padding:0}.context-menu>div[data-v-12530966]{display:block;padding:0 20px;border-top:1px solid rgba(0,0,0,0);border-bottom:1px solid rgba(0,0,0,0)}.context-menu>div span[data-v-12530966]{vertical-align:2px;-webkit-user-select:none;user-select:none}.context-menu>div[data-v-12530966]:hover{background:-webkit-linear-gradient(top,#648bf5,#2866f2);background:linear-gradient(to bottom,#648bf5,#2866f2);border-top:1px solid #5a82eb;border-bottom:1px solid #1758e7}.context-menu>div[data-v-12530966]:hover:after{color:#fff}
5
5
  .ui-lt-container{min-width:0;white-space:nowrap;overflow:hidden;position:relative;border-radius:5px}.ui-lt-container span{display:inline-block;overflow:hidden;text-overflow:ellipsis;width:100%;vertical-align:bottom;pointer-events:all!important}.ui-lt-container .ui-lt-animate{position:relative;animation:left-to-right var(--v5deba9de) infinite alternate linear;overflow:unset!important;text-overflow:unset!important;width:fit-content!important}@keyframes left-to-right{0%{transform:translate(0);left:0%}to{transform:translate(-101%);left:101%}}
6
6
  .pl-block-page{--pl-block-page-body-padding: var(--main-spacing, 24px);padding:var(--container-spacing);background-color:var(--bg-elevated-01);height:100%;max-width:100%;display:grid;grid-template-rows:auto minmax(0,1fr)}.pl-block-page.noBodyGutters{--pl-block-page-body-padding: 0}.pl-block-page__title{height:80px;display:flex;align-items:center;gap:12px;padding:20px 24px;min-width:0;max-width:100%}.pl-block-page__title__default{flex:1;min-width:0;max-width:100%;margin:0;color:var(--txt-01);display:flex;flex-direction:row;align-items:center;gap:12px}.pl-block-page__title__default>span{font-size:28px;font-weight:500;line-height:36px;letter-spacing:-.56px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;max-width:100%;display:inline-block}.pl-block-page__title__append{margin-left:auto;display:flex;align-items:center;gap:2px}.pl-block-page__title__append__teleport{display:flex;align-items:center;gap:2px}.pl-block-page__body{max-width:100%;display:flex;flex-direction:column;gap:var(--gap-v);padding:var(--pl-block-page-body-padding);--thumb-color: var(--ic-02);overflow-y:auto;overflow-x:auto}.pl-block-page__body::-webkit-scrollbar{width:var(--scrollbar-width, 6px);height:5px;background-color:transparent;display:block}.pl-block-page__body::-webkit-scrollbar-thumb{background:var(--thumb-color);border-radius:5px}.pl-block-page__body::-webkit-scrollbar-thumb:hover{--thumb-color: var(--border-color-focus)}
7
- .pl-loader-circular{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.pl-loader-circular__svg{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:100%;width:100%;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.pl-loader-circular__svg-circle{stroke-dasharray:150,200;stroke-dashoffset:-10;-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes color{0%{stroke:var(--ic-02)}40%{stroke:var(--ic-02)}66%{stroke:var(--ic-02)}80%,90%{stroke:var(--ic-02)}}
8
7
  .pl-container{display:flex;flex-direction:column;gap:var(--gap-v)}
8
+ .pl-loader-circular{position:relative;height:100%;display:flex;align-items:center;justify-content:center}.pl-loader-circular__svg{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:100%;width:100%;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}.pl-loader-circular__svg-circle{stroke-dasharray:150,200;stroke-dashoffset:-10;-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}to{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes color{0%{stroke:var(--ic-02)}40%{stroke:var(--ic-02)}66%{stroke:var(--ic-02)}80%,90%{stroke:var(--ic-02)}}
9
9
  .pl-grid{display:grid;row-gap:var(--gap-h);column-gap:var(--gap-v)}
10
10
  .pl-row{display:flex;flex-direction:row;gap:var(--gap-h)}.pl-row.noGap{gap:0}.pl-row.wrap{flex-wrap:wrap}.pl-row.align-center{align-items:center}
11
11
  .expand-collapse-fix{overflow:hidden}.expand-collapse-enter-active,.expand-collapse-leave-active{transition:height .2s ease-in-out,opacity .2s ease-in-out;height:var(--component-height)}.expand-collapse-enter-from,.expand-collapse-leave-to{opacity:.5;height:0}
@@ -6,3 +6,4 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
6
6
  cellRef: HTMLDivElement;
7
7
  }, HTMLDivElement>;
8
8
  export default _default;
9
+ //# sourceMappingURL=TdCell.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TdCell.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/TdCell.vue"],"names":[],"mappings":"AAkHA,OAAO,KAAK,EAAO,SAAS,EAAE,MAAM,SAAS,CAAC;AAI9C,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,SAAS,CAAC;CACjB,CAAC;;;;AAsLF,wBAQG"}
@@ -12,3 +12,4 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
12
12
  "onChange:sort"?: ((...args: any[]) => any) | undefined;
13
13
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14
14
  export default _default;
15
+ //# sourceMappingURL=ThCell.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThCell.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/ThCell.vue"],"names":[],"mappings":"AA6CA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAIlD,KAAK,WAAW,GAAG;IACjB,GAAG,EAAE,kBAAkB,CAAC;CACzB,CAAC;;;;;;;;;;AA+EF,wBAQG"}
@@ -23,3 +23,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
23
23
  $slots: S;
24
24
  };
25
25
  };
26
+ //# sourceMappingURL=TrBody.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TrBody.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/TrBody.vue"],"names":[],"mappings":"AA2BA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAGxC,KAAK,WAAW,GAAG;IACjB,GAAG,EAAE,QAAQ,CAAC;CACf,CAAC;AAcF,iBAAS,cAAc;WAgCT,OAAO,IAA6B;;yBAXrB,GAAG;;;;;;EAgB/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;kBAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -15,3 +15,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
15
15
  $slots: S;
16
16
  };
17
17
  };
18
+ //# sourceMappingURL=TrHead.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TrHead.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/TrHead.vue"],"names":[],"mappings":"AAeA,iBAAS,cAAc;WAwBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -9,3 +9,4 @@ export declare class AsyncData<D extends DataRow> implements Types.DataSource {
9
9
  getHeight(): Promise<number>;
10
10
  getRows(scrollTop: number, bodyHeight: number): Promise<Row[]>;
11
11
  }
12
+ //# sourceMappingURL=AsyncData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AsyncData.d.ts","sourceRoot":"","sources":["../../../../src/components/DataTable/adapters/AsyncData.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,UAAU,CAAC;AACvC,OAAO,KAAK,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AAI7C,qBAAa,SAAS,CAAC,CAAC,SAAS,OAAO,CAAE,YAAW,KAAK,CAAC,UAAU;aAEjD,GAAG,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC;aACzB,SAAS,EAAE,MAAM;aACjB,iBAAiB,EAAE,KAAK,CAAC,iBAAiB;gBAF1C,GAAG,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,EACzB,SAAS,EAAE,MAAM,EACjB,iBAAiB,EAAE,KAAK,CAAC,iBAAiB;IAG5D,IAAI,MAAM,WAET;IAEK,SAAS,IAAI,OAAO,CAAC,MAAM,CAAC;IAI5B,OAAO,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;CAYrE"}
@@ -10,3 +10,4 @@ export declare class RawData<D extends DataRow = DataRow> implements Types.DataS
10
10
  getHeight(): Promise<number>;
11
11
  getRows(scrollTop: number, bodyHeight: number): Promise<Row<D>[]>;
12
12
  }
13
+ //# sourceMappingURL=RawData.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RawData.d.ts","sourceRoot":"","sources":["../../../../src/components/DataTable/adapters/RawData.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,UAAU,CAAC;AACvC,OAAO,KAAK,EAAE,OAAO,EAAE,iBAAiB,EAAE,GAAG,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAOlF,qBAAa,OAAO,CAAC,CAAC,SAAS,OAAO,GAAG,OAAO,CAAE,YAAW,KAAK,CAAC,UAAU;aAIzD,KAAK,EAAE,CAAC,EAAE;aACV,aAAa,EAAE,gBAAgB,CAAC,CAAC,CAAC;aAClC,iBAAiB,EAAE,iBAAiB,CAAC,CAAC,CAAC;IALzD,OAAO,CAAC,UAAU,CAAS;gBAGT,KAAK,EAAE,CAAC,EAAE,EACV,aAAa,EAAE,gBAAgB,CAAC,CAAC,CAAC,EAClC,iBAAiB,EAAE,iBAAiB,CAAC,CAAC,CAAC;IA2BzD,IAAI,IAAI,IAAI,GAAG,CAAC,CAAC,CAAC,EAAE,CAEnB;IAEK,SAAS;IAIT,OAAO,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC;CAMxE"}
@@ -1,2 +1,3 @@
1
1
  declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
2
2
  export default _default;
3
+ //# sourceMappingURL=TableIcon.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableIcon.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/DataTable/assets/TableIcon.vue"],"names":[],"mappings":";AAgEA,wBAMG"}
@@ -8,3 +8,4 @@ export declare function useColumn(cb: (state: {
8
8
  width: number;
9
9
  }) => void;
10
10
  };
11
+ //# sourceMappingURL=useColumn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useColumn.d.ts","sourceRoot":"","sources":["../../../../src/components/DataTable/composition/useColumn.ts"],"names":[],"mappings":"AAIA,wBAAgB,SAAS,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE;IAAE,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,KAAK,IAAI,EAAE,KAAK,EAAE,MAAM,IAAI;eAGxF;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE;EAwB/C"}
@@ -1 +1,2 @@
1
1
  export declare function useMouseUp(update: (ev: globalThis.MouseEvent) => void): void;
2
+ //# sourceMappingURL=useMouseUp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useMouseUp.d.ts","sourceRoot":"","sources":["../../../../src/components/DataTable/composition/useMouseUp.ts"],"names":[],"mappings":"AAEA,wBAAgB,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,UAAU,CAAC,UAAU,KAAK,IAAI,QAGrE"}
@@ -7,3 +7,4 @@ export declare function useResize(state: State, tableRef: Ref<HTMLElement | unde
7
7
  mouseDown: (e: MouseEvent) => void;
8
8
  };
9
9
  export {};
10
+ //# sourceMappingURL=useResize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useResize.d.ts","sourceRoot":"","sources":["../../../../src/components/DataTable/composition/useResize.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE/B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAOzC,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AAEtC,KAAK,QAAQ,CAAC,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;AAE9B,wBAAgB,kBAAkB,CAAC,QAAQ,EAAE,QAAQ,CAAC,WAAW,GAAG,SAAS,CAAC,cAc7E;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,GAAG,CAAC,WAAW,GAAG,SAAS,CAAC;mBAsBtD,UAAU;EAoCjC"}
@@ -4,3 +4,4 @@ export declare function useTableColumns(state: {
4
4
  data: TableData;
5
5
  settings: ComputedRef<TableSettings>;
6
6
  }): ComputedRef<TableColumn[]>;
7
+ //# sourceMappingURL=useTableColumns.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useTableColumns.d.ts","sourceRoot":"","sources":["../../../../src/components/DataTable/composition/useTableColumns.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAsB,aAAa,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAC1F,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,KAAK,CAAC;AAOvC,wBAAgB,eAAe,CAAC,KAAK,EAAE;IAAE,IAAI,EAAE,SAAS,CAAC;IAAC,QAAQ,EAAE,WAAW,CAAC,aAAa,CAAC,CAAA;CAAE,8BA+C/F"}
@@ -1,3 +1,4 @@
1
1
  import { ComputedRef } from 'vue';
2
2
  import { TableColumn, TableData, TableRow } from '../types';
3
3
  export declare function useTableRows(data: TableData, tableColumns: ComputedRef<TableColumn[]>): ComputedRef<TableRow[]>;
4
+ //# sourceMappingURL=useTableRows.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useTableRows.d.ts","sourceRoot":"","sources":["../../../../src/components/DataTable/composition/useTableRows.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,KAAK,CAAC;AAEvC,OAAO,KAAK,EAAa,WAAW,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAG5E,wBAAgB,YAAY,CAAC,IAAI,EAAE,SAAS,EAAE,YAAY,EAAE,WAAW,CAAC,WAAW,EAAE,CAAC,2BA4CrF"}
@@ -3,3 +3,4 @@ export declare const RESIZE_GAP = 10;
3
3
  export declare const MIN_COLUMN_WIDTH = 30;
4
4
  export declare const DEFAULT_ROW_HEIGHT = 40;
5
5
  export declare const WINDOW_DELTA = 60;
6
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,GAAG,IAAI,CAAC;AAErB,eAAO,MAAM,UAAU,KAAK,CAAC;AAE7B,eAAO,MAAM,gBAAgB,KAAK,CAAC;AAEnC,eAAO,MAAM,kBAAkB,KAAK,CAAC;AAErC,eAAO,MAAM,YAAY,KAAK,CAAC"}
@@ -9,3 +9,4 @@ export declare function rotate<T>(v: T, lst: T[]): T;
9
9
  * @returns
10
10
  */
11
11
  export declare function sliceBy<T>(arr: readonly T[], predicate: (el: T, index: number) => boolean): T[];
12
+ //# sourceMappingURL=domain.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domain.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/domain.ts"],"names":[],"mappings":"AAAA,wBAAgB,YAAY,CAAC,CAAC,EAAE,OAAO,mBAQtC;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,GAAG,MAAM,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,UAe3H;AAED,eAAO,MAAM,QAAQ,GAAI,CAAC,KAAK,CAAC,KAAG,CAAM,CAAC;AAE1C,wBAAgB,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,KAGvC;AAED;;;;;GAKG;AACH,wBAAgB,OAAO,CAAC,CAAC,EAAE,GAAG,EAAE,SAAS,CAAC,EAAE,EAAE,SAAS,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,OAAO,GAAG,CAAC,EAAE,CAoB/F"}
@@ -33,3 +33,4 @@ export declare function useRawData<D extends Types.DataRow>(rowsRef: AnyRef<D[]>
33
33
  export declare function useRawDataComponent<D extends Types.DataRow>(rowsRef: AnyRef<D[]>, raw: MaybeRef<RawTableSettings<D>>): ComputedRef<import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
34
34
  [key: string]: any;
35
35
  }>>;
36
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC7C,OAAO,SAAS,MAAM,sBAAsB,CAAC;AAC7C,OAAO,KAAK,KAAK,KAAK,MAAM,SAAS,CAAC;AACtC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,KAAK,CAAC;AAGvC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEjD,KAAK,MAAM,CAAC,CAAC,IAAI,QAAQ,CAAC,CAAC,CAAC,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC;AAE9C,wBAAgB,QAAQ,CAAC,CAAC,SAAS,KAAK,CAAC,OAAO,EAAE,aAAa,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,aAAa,CAEhG;AAED,wBAAgB,OAAO,CAAC,KAAK,CAAC,CAAC,SAAS,aAAa,EAAE,aAAa,EAAE,CAAC;;GAEtE;AAED,OAAO,EAAE,SAAS,EAAE,CAAC;AAErB,OAAO,EAAE,KAAK,EAAE,CAAC;AAEjB,mBAAmB;AAEnB,wBAAgB,eAAe,CAAC,CAAC,SAAS,KAAK,CAAC,OAAO,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,WAAW,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC,CAAC,GAAG,aAAa,CAGzH;AAED,wBAAgB,UAAU,CAAC,CAAC,SAAS,KAAK,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,QAAQ,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC;;;;;;;;;;IAK3G;AAED;;;;;GAKG;AACH,wBAAgB,mBAAmB,CAAC,CAAC,SAAS,KAAK,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,QAAQ,CAAC,gBAAgB,CAAC,CAAC,CAAC,CAAC;;IAWpH"}
@@ -79,3 +79,4 @@ export declare const injectState: () => {
79
79
  width: number;
80
80
  }): void;
81
81
  };
82
+ //# sourceMappingURL=keys.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"keys.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/keys.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,WAAW,EAAU,MAAM,KAAK,CAAC;AAClE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC7C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAErC,eAAO,MAAM,WAAW,EAAe,YAAY,CAAC,WAAW,CAAC,aAAa,CAAC,CAAC,CAAC;AAEhF,eAAO,MAAM,QAAQ,EAAe,YAAY,CAAC,KAAK,CAAC,CAAC;AAExD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA0B,CAAC"}
@@ -76,3 +76,4 @@ export declare function createState(props: TableProps): {
76
76
  }): void;
77
77
  };
78
78
  export type State = ReturnType<typeof createState>;
79
+ //# sourceMappingURL=state.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"state.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/state.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAyB,UAAU,EAAE,GAAG,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAmBlH,wBAAgB,WAAW,CAAC,KAAK,EAAE,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBA6EvB;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE;uBAIjC,GAAG,EAAE;0BAGF,kBAAkB,EAAE;qBAGzB,UAAU;uBAGR,UAAU;2BAGN,MAAM;6BAGJ,MAAM;+BAGJ,MAAM;iCAGJ,MAAM;;2BASZ;QAAE,MAAM,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE;EAkC3D;AAED,MAAM,MAAM,KAAK,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC"}
@@ -141,3 +141,4 @@ export type RawTableSettings<D extends DataRow = DataRow> = Readonly<{
141
141
  onUpdatedRow?: (row: Row<D>) => void;
142
142
  }>;
143
143
  export {};
144
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/types.ts"],"names":[],"mappings":"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"}
@@ -13,3 +13,4 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
13
13
  useCheckbox: boolean;
14
14
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
15
15
  export default _default;
16
+ //# sourceMappingURL=DropdownListItem.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DropdownListItem.vue.d.ts","sourceRoot":"","sources":["../../src/components/DropdownListItem.vue"],"names":[],"mappings":"AAqEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AAErD,KAAK,WAAW,GAAG;IACf,MAAM,EAAE,oBAAoB,CAAC;IAC7B,UAAU,EAAE,OAAO,CAAC;IACpB,IAAI,EAAE,OAAO,GAAG,QAAQ,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;;UAHM,OAAO,GAAG,QAAQ;gBADZ,OAAO;eAER,OAAO;iBACJ,OAAO;;AA6GzB,wBAQG"}
@@ -4,3 +4,4 @@ export declare const RESIZE_GAP = 10;
4
4
  export declare const MIN_COLUMN_WIDTH = 30;
5
5
  export declare const cellEventOptions: ListOption<CellEvent>[];
6
6
  export declare const columnEventOptions: ListOption<ColumnEvent>[];
7
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/GridTable/constants.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAC9C,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtD,eAAO,MAAM,UAAU,KAAK,CAAC;AAC7B,eAAO,MAAM,gBAAgB,KAAK,CAAC;AAEnC,eAAO,MAAM,gBAAgB,EAAE,UAAU,CAAC,SAAS,CAAC,EASnD,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,UAAU,CAAC,WAAW,CAAC,EASvD,CAAC"}
@@ -1,2 +1,3 @@
1
1
  export declare function toComparable(v: unknown): string | number;
2
2
  export declare function compareRecords(sorts: Record<string, 'ASC' | 'DESC'>, a: Record<string, unknown>, b: Record<string, unknown>): number;
3
+ //# sourceMappingURL=domain.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domain.d.ts","sourceRoot":"","sources":["../../../src/components/GridTable/domain.ts"],"names":[],"mappings":"AAAA,wBAAgB,YAAY,CAAC,CAAC,EAAE,OAAO,mBAQtC;AAED,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,GAAG,MAAM,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,UAe3H"}
@@ -7,3 +7,4 @@ export declare function getColumnPositions(tableRef: MaybeRef<HTMLElement | unde
7
7
  right: number;
8
8
  }[];
9
9
  export {};
10
+ //# sourceMappingURL=getColumnPositions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getColumnPositions.d.ts","sourceRoot":"","sources":["../../../src/components/GridTable/getColumnPositions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAI/B,KAAK,QAAQ,CAAC,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;AAE9B,wBAAgB,kBAAkB,CAAC,QAAQ,EAAE,QAAQ,CAAC,WAAW,GAAG,SAAS,CAAC;;;;;IAa7E"}
@@ -54,3 +54,4 @@ export type Data = {
54
54
  scrollTop: number;
55
55
  };
56
56
  export {};
57
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/GridTable/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAE9C,KAAK,OAAO,GAAG;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,CAAC;AAEtC,MAAM,MAAM,cAAc,GAAG;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC;IAC7B,IAAI,CAAC,EAAE;QACL,SAAS,EAAE,MAAM,GAAG,KAAK,GAAG,SAAS,CAAC;KACvC,CAAC;IACF,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,EAAE,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,EAAE,EAAE,QAAQ,EAAE,CAAC,EAAE,EAAE,CAAC,KAAK,IAAI,KAAK,IAAI,CAAC;AAE1H,MAAM,MAAM,WAAW,GAAG,eAAe,GAAG,eAAe,CAAC;AAE5D,MAAM,MAAM,SAAS,GAAG,YAAY,GAAG,cAAc,CAAC;AAEtD,MAAM,MAAM,QAAQ,GAAG;IACrB,OAAO,EAAE,cAAc,EAAE,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CAAC;IAChC,SAAS,CAAC,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAChC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,YAAY,CAAC,EAAE,WAAW,EAAE,CAAC;IAC7B,UAAU,CAAC,EAAE,SAAS,EAAE,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,OAAO,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,IAAI,GAAG;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAC/C,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EACJ;QACA,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,CAAC,EAAE,MAAM,CAAC;QACV,KAAK,EAAE,MAAM,CAAC;KACf,GACC,SAAS,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC"}
@@ -8,3 +8,4 @@ export declare function useColumn(cb: (state: {
8
8
  width: number;
9
9
  }) => void;
10
10
  };
11
+ //# sourceMappingURL=useColumn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useColumn.d.ts","sourceRoot":"","sources":["../../../src/components/GridTable/useColumn.ts"],"names":[],"mappings":"AAIA,wBAAgB,SAAS,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE;IAAE,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,KAAK,IAAI,EAAE,KAAK,EAAE,MAAM,IAAI;eAGxF;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE;EAwB/C"}
@@ -1 +1,2 @@
1
1
  export declare function useMouseUp(update: (ev: globalThis.MouseEvent) => void): void;
2
+ //# sourceMappingURL=useMouseUp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useMouseUp.d.ts","sourceRoot":"","sources":["../../../src/components/GridTable/useMouseUp.ts"],"names":[],"mappings":"AAIA,wBAAgB,UAAU,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE,UAAU,CAAC,UAAU,KAAK,IAAI,QAGrE"}
@@ -5,3 +5,4 @@ export declare function useResize(data: Data, tableRef: Ref<HTMLElement | undefi
5
5
  x: number;
6
6
  }) => void;
7
7
  };
8
+ //# sourceMappingURL=useResize.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useResize.d.ts","sourceRoot":"","sources":["../../../src/components/GridTable/useResize.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE/B,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AASpC,wBAAgB,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,GAAG,CAAC,WAAW,GAAG,SAAS,CAAC;mBAmBpD;QAAE,CAAC,EAAE,MAAM,CAAA;KAAE;EAoCpC"}
@@ -11,3 +11,4 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
11
11
  scrollRef: HTMLDivElement;
12
12
  }, any>;
13
13
  export default _default;
14
+ //# sourceMappingURL=HScroll.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HScroll.vue.d.ts","sourceRoot":"","sources":["../../src/components/HScroll.vue"],"names":[],"mappings":"AA8DA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;;;;;;;;AAyFF,wBAQG"}
@@ -12,3 +12,4 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
12
12
  separator: string;
13
13
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
14
  export default _default;
15
+ //# sourceMappingURL=InputRange.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InputRange.vue.d.ts","sourceRoot":"","sources":["../../src/components/InputRange.vue"],"names":[],"mappings":"AAuGA,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;;;;;;;;eADY,MAAM;;AA0JtB,wBAQG"}
@@ -19,3 +19,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
19
19
  $slots: S;
20
20
  };
21
21
  };
22
+ //# sourceMappingURL=LongText.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LongText.vue.d.ts","sourceRoot":"","sources":["../../src/components/LongText.vue"],"names":[],"mappings":"AAmHA,iBAAS,cAAc;WAuCT,OAAO,IAA6B;;yBAZrB,GAAG;;;;;;EAiB/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;kBAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -15,3 +15,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
15
15
  $slots: S;
16
16
  };
17
17
  };
18
+ //# sourceMappingURL=ExpandTransition.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExpandTransition.vue.d.ts","sourceRoot":"","sources":["../../../src/components/PlAccordion/ExpandTransition.vue"],"names":[],"mappings":"AAmDA,iBAAS,cAAc;WAqDT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { defineComponent as n, createBlock as r, openBlock as a, Transition as s, withCtx as p, renderSlot as c } from "vue";
2
+ const f = /* @__PURE__ */ n({
3
+ __name: "ExpandTransition",
4
+ setup(l) {
5
+ const t = (e) => {
6
+ e.classList.add("expand-collapse-fix"), e.style.setProperty("--component-height", e.scrollHeight + "px");
7
+ }, o = (e) => {
8
+ e.style.removeProperty("--component-height"), e.classList.remove("expand-collapse-fix");
9
+ };
10
+ return (e, i) => (a(), r(s, {
11
+ name: "expand-collapse",
12
+ onEnter: t,
13
+ onLeave: t,
14
+ onAfterEnter: o,
15
+ onAfterLeave: o
16
+ }, {
17
+ default: p(() => [
18
+ c(e.$slots, "default")
19
+ ]),
20
+ _: 3
21
+ }));
22
+ }
23
+ });
24
+ export {
25
+ f as default
26
+ };
27
+ //# sourceMappingURL=ExpandTransition.vue.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExpandTransition.vue.js","sources":["../../../src/components/PlAccordion/ExpandTransition.vue"],"sourcesContent":["<script lang=\"ts\" setup>\nconst onStart = (el: Element) => {\n el.classList.add('expand-collapse-fix');\n (el as HTMLElement).style.setProperty('--component-height', el.scrollHeight + 'px');\n};\n\nconst onAfter = (el: Element) => {\n (el as HTMLElement).style.removeProperty('--component-height');\n el.classList.remove('expand-collapse-fix');\n};\n</script>\n\n<template>\n <Transition name=\"expand-collapse\" @enter=\"onStart\" @leave=\"onStart\" @after-enter=\"onAfter\" @after-leave=\"onAfter\">\n <slot/>\n </Transition>\n</template>\n\n<style>\n.expand-collapse-fix {\n overflow: hidden;\n}\n\n.expand-collapse-enter-active,\n.expand-collapse-leave-active {\n transition:\n height 0.2s ease-in-out,\n opacity 0.2s ease-in-out;\n height: var(--component-height);\n}\n\n.expand-collapse-enter-from,\n.expand-collapse-leave-to {\n opacity: 0.5;\n height: 0;\n}\n</style>\n"],"names":["onStart","el","onAfter","_createBlock","_Transition","_renderSlot","_ctx"],"mappings":";;;;AACA,UAAMA,IAAU,CAACC,MAAgB;AAC/B,MAAAA,EAAG,UAAU,IAAI,qBAAqB,GACrCA,EAAmB,MAAM,YAAY,sBAAsBA,EAAG,eAAe,IAAI;AAAA,IACpF,GAEMC,IAAU,CAACD,MAAgB;AAC9B,MAAAA,EAAmB,MAAM,eAAe,oBAAoB,GAC7DA,EAAG,UAAU,OAAO,qBAAqB;AAAA,IAC3C;2BAIEE,EAEaC,GAAA;AAAA,MAFD,MAAK;AAAA,MAAmB,SAAOJ;AAAA,MAAU,SAAOA;AAAA,MAAU,cAAaE;AAAA,MAAU,cAAaA;AAAA,IAAA;iBACxG,MAAO;AAAA,QAAPG,EAAOC,EAAA,QAAA,SAAA;AAAA,MAAA;;;;;"}