sprintify-ui 0.6.80 → 0.6.82

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 (227) hide show
  1. package/dist/sprintify-ui.es.js +15698 -15581
  2. package/dist/style.css +1 -1
  3. package/dist/types/components/BaseActionItem.vue.d.ts +31 -0
  4. package/dist/types/components/BaseActionItemButton.vue.d.ts +32 -0
  5. package/dist/types/components/BaseAddressForm.vue.d.ts +92 -0
  6. package/dist/types/components/BaseAlert.vue.d.ts +61 -0
  7. package/dist/types/{src/components → components}/BaseApp.vue.d.ts +1 -1
  8. package/dist/types/{src/components → components}/BaseAppDialogs.vue.d.ts +2 -2
  9. package/dist/types/components/BaseAppNotifications.vue.d.ts +2 -0
  10. package/dist/types/{src/components → components}/BaseAutocomplete.vue.d.ts +18 -18
  11. package/dist/types/{src/components → components}/BaseAutocompleteDrawer.vue.d.ts +4 -4
  12. package/dist/types/{src/components → components}/BaseAutocompleteFetch.vue.d.ts +13 -13
  13. package/dist/types/{src/components → components}/BaseAvatar.vue.d.ts +5 -5
  14. package/dist/types/{src/components → components}/BaseAvatarGroup.vue.d.ts +2 -2
  15. package/dist/types/components/BaseBadge.vue.d.ts +60 -0
  16. package/dist/types/{src/components → components}/BaseBelongsTo.vue.d.ts +8 -8
  17. package/dist/types/{src/components → components}/BaseBelongsToFetch.vue.d.ts +8 -8
  18. package/dist/types/components/BaseBoolean.vue.d.ts +15 -0
  19. package/dist/types/{src/components → components}/BaseBreadcrumbs.vue.d.ts +1 -1
  20. package/dist/types/components/BaseButton.vue.d.ts +95 -0
  21. package/dist/types/{src/components → components}/BaseButtonGroup.vue.d.ts +7 -7
  22. package/dist/types/{src/components → components}/BaseCalendar.vue.d.ts +19 -19
  23. package/dist/types/{src/components → components}/BaseCard.vue.d.ts +1 -1
  24. package/dist/types/components/BaseCardRow.vue.d.ts +42 -0
  25. package/dist/types/{src/components → components}/BaseCharacterCounter.vue.d.ts +2 -2
  26. package/dist/types/{src/components → components}/BaseClipboard.vue.d.ts +1 -1
  27. package/dist/types/{src/components → components}/BaseColor.vue.d.ts +4 -4
  28. package/dist/types/{src/components → components}/BaseContainer.vue.d.ts +1 -1
  29. package/dist/types/{src/components → components}/BaseCounter.vue.d.ts +2 -2
  30. package/dist/types/{src/components → components}/BaseCropper.vue.d.ts +25 -42
  31. package/dist/types/components/BaseCropperModal.vue.d.ts +27 -0
  32. package/dist/types/{src/components → components}/BaseDataIterator.vue.d.ts +1 -1
  33. package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +23 -0
  34. package/dist/types/components/BaseDataIteratorSectionButton.vue.d.ts +23 -0
  35. package/dist/types/{src/components → components}/BaseDataIteratorSectionColumns.vue.d.ts +257 -173
  36. package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +29 -0
  37. package/dist/types/{src/components → components}/BaseDataTable.vue.d.ts +7 -7
  38. package/dist/types/components/BaseDataTableRowAction.vue.d.ts +35 -0
  39. package/dist/types/{src/components → components}/BaseDataTableTemplate.vue.d.ts +12 -12
  40. package/dist/types/components/BaseDatePicker.vue.d.ts +99 -0
  41. package/dist/types/{src/components → components}/BaseDateSelect.vue.d.ts +2 -2
  42. package/dist/types/{src/components → components}/BaseDescriptionList.vue.d.ts +1 -1
  43. package/dist/types/{src/components → components}/BaseDescriptionListItem.vue.d.ts +1 -1
  44. package/dist/types/{src/components → components}/BaseDialog.vue.d.ts +4 -4
  45. package/dist/types/{src/components → components}/BaseDisplayRelativeTime.vue.d.ts +2 -2
  46. package/dist/types/components/BaseDraggable.vue.d.ts +36 -0
  47. package/dist/types/{src/components → components}/BaseDropdown.vue.d.ts +1 -1
  48. package/dist/types/{src/components → components}/BaseDropdownAutocomplete.vue.d.ts +8 -8
  49. package/dist/types/{src/components → components}/BaseField.vue.d.ts +3 -3
  50. package/dist/types/{src/components → components}/BaseFieldI18n.vue.d.ts +5 -5
  51. package/dist/types/components/BaseFilePicker.vue.d.ts +69 -0
  52. package/dist/types/components/BaseFilePickerCrop.vue.d.ts +62 -0
  53. package/dist/types/components/BaseFileUploader.vue.d.ts +122 -0
  54. package/dist/types/{src/components → components}/BaseForm.vue.d.ts +4 -4
  55. package/dist/types/{src/components → components}/BaseGantt.vue.d.ts +141 -120
  56. package/dist/types/{src/components → components}/BaseHasMany.vue.d.ts +2 -2
  57. package/dist/types/components/BaseHeader.vue.d.ts +78 -0
  58. package/dist/types/components/BaseIconPicker.vue.d.ts +43 -0
  59. package/dist/types/{src/components → components}/BaseInput.vue.d.ts +15 -15
  60. package/dist/types/{src/components → components}/BaseInputError.vue.d.ts +1 -1
  61. package/dist/types/{src/components → components}/BaseInputLabel.vue.d.ts +1 -1
  62. package/dist/types/{src/components → components}/BaseInputPercent.vue.d.ts +8 -8
  63. package/dist/types/{src/components → components}/BaseLayoutNotificationDropdown.vue.d.ts +2 -2
  64. package/dist/types/{src/components → components}/BaseLayoutNotificationItem.vue.d.ts +1 -1
  65. package/dist/types/components/BaseLayoutNotificationItemContent.vue.d.ts +18 -0
  66. package/dist/types/{src/components → components}/BaseLayoutSidebar.vue.d.ts +2 -2
  67. package/dist/types/{src/components → components}/BaseLayoutSidebarConfigurable.vue.d.ts +3 -3
  68. package/dist/types/components/BaseLayoutStacked.vue.d.ts +59 -0
  69. package/dist/types/{src/components → components}/BaseLayoutStackedConfigurable.vue.d.ts +3 -3
  70. package/dist/types/{src/components → components}/BaseLoadingCover.vue.d.ts +4 -4
  71. package/dist/types/{src/components → components}/BaseMediaGallery.vue.d.ts +4 -4
  72. package/dist/types/{src/components → components}/BaseMediaGalleryItem.vue.d.ts +3 -3
  73. package/dist/types/{src/components → components}/BaseMediaItem.vue.d.ts +3 -3
  74. package/dist/types/{src/components → components}/BaseMediaLibrary.vue.d.ts +10 -10
  75. package/dist/types/{src/components → components}/BaseMediaList.vue.d.ts +4 -4
  76. package/dist/types/{src/components → components}/BaseMediaListItem.vue.d.ts +4 -4
  77. package/dist/types/{src/components → components}/BaseMediaPictures.vue.d.ts +4 -4
  78. package/dist/types/{src/components → components}/BaseMediaPicturesItem.vue.d.ts +3 -3
  79. package/dist/types/{src/components → components}/BaseMediaPreview.vue.d.ts +3 -3
  80. package/dist/types/{src/components → components}/BaseMenu.vue.d.ts +5 -5
  81. package/dist/types/{src/components → components}/BaseMenuItem.vue.d.ts +6 -6
  82. package/dist/types/{src/components → components}/BaseModalCenter.vue.d.ts +1 -1
  83. package/dist/types/{src/components → components}/BaseModalSide.vue.d.ts +1 -1
  84. package/dist/types/{src/components → components}/BaseNavbar.vue.d.ts +2 -2
  85. package/dist/types/{src/components → components}/BaseNavbarItem.vue.d.ts +11 -2
  86. package/dist/types/{src/components → components}/BaseNavbarItemContent.vue.d.ts +5 -5
  87. package/dist/types/{src/components → components}/BaseNavbarSideItem.vue.d.ts +2 -2
  88. package/dist/types/{src/components → components}/BaseNavbarSideItemContent.vue.d.ts +5 -5
  89. package/dist/types/{src/components → components}/BasePagination.vue.d.ts +1 -1
  90. package/dist/types/{src/components → components}/BasePanel.vue.d.ts +1 -1
  91. package/dist/types/{src/components → components}/BasePassword.vue.d.ts +5 -5
  92. package/dist/types/{src/components → components}/BaseProgressCircle.vue.d.ts +3 -3
  93. package/dist/types/{src/components → components}/BaseRadioGroup.vue.d.ts +3 -3
  94. package/dist/types/{src/components → components}/BaseReadMore.vue.d.ts +1 -1
  95. package/dist/types/{src/components → components}/BaseRichText.vue.d.ts +7 -7
  96. package/dist/types/{src/components → components}/BaseScrollColumn.vue.d.ts +2 -2
  97. package/dist/types/{src/components → components}/BaseSelect.vue.d.ts +5 -5
  98. package/dist/types/{src/components → components}/BaseShortcut.vue.d.ts +5 -5
  99. package/dist/types/components/BaseSideNavigation.vue.d.ts +36 -0
  100. package/dist/types/components/BaseSideNavigationItem.vue.d.ts +46 -0
  101. package/dist/types/{src/components → components}/BaseSkeleton.vue.d.ts +1 -1
  102. package/dist/types/{src/components → components}/BaseStatistic.vue.d.ts +2 -2
  103. package/dist/types/{src/components → components}/BaseStepper.vue.d.ts +1 -1
  104. package/dist/types/{src/components → components}/BaseStepperItem.vue.d.ts +1 -1
  105. package/dist/types/{src/components → components}/BaseSwitch.vue.d.ts +8 -8
  106. package/dist/types/{src/components → components}/BaseSystemAlert.vue.d.ts +4 -4
  107. package/dist/types/components/BaseTabItem.vue.d.ts +46 -0
  108. package/dist/types/components/BaseTable.vue.d.ts +58 -0
  109. package/dist/types/{src/components → components}/BaseTableBody.vue.d.ts +1 -1
  110. package/dist/types/components/BaseTableCell.vue.d.ts +68 -0
  111. package/dist/types/{src/components → components}/BaseTableColumn.vue.d.ts +9 -9
  112. package/dist/types/components/BaseTableHead.vue.d.ts +36 -0
  113. package/dist/types/components/BaseTableHeader.vue.d.ts +47 -0
  114. package/dist/types/components/BaseTableRow.vue.d.ts +66 -0
  115. package/dist/types/components/BaseTabs.vue.d.ts +36 -0
  116. package/dist/types/{src/components → components}/BaseTagAutocomplete.vue.d.ts +13 -13
  117. package/dist/types/{src/components → components}/BaseTagAutocompleteFetch.vue.d.ts +5 -5
  118. package/dist/types/{src/components → components}/BaseTextarea.vue.d.ts +7 -7
  119. package/dist/types/{src/components → components}/BaseTextareaAutoresize.vue.d.ts +8 -8
  120. package/dist/types/{src/components → components}/BaseTimePicker.vue.d.ts +5 -5
  121. package/dist/types/{src/components → components}/BaseTimeline.vue.d.ts +1 -1
  122. package/dist/types/{src/components → components}/BaseTimelineItem.vue.d.ts +1 -1
  123. package/dist/types/components/BaseToast.vue.d.ts +17 -0
  124. package/dist/types/components/BaseTooltip.vue.d.ts +47 -0
  125. package/dist/types/{src/components → components}/BaseUniqueCode.vue.d.ts +1 -1
  126. package/dist/types/{src/components → components}/SlotComponent.d.ts +1 -1
  127. package/dist/types/{src/services → services}/gantt/format.d.ts +4 -4
  128. package/dist/types/{src/services → services}/gantt/timescale.d.ts +2 -2
  129. package/dist/types/stories/PageInputSizes.vue.d.ts +2 -0
  130. package/dist/types/stories/PageShow.vue.d.ts +2 -0
  131. package/dist/types/svg/BaseEmptyState.vue.d.ts +2 -0
  132. package/dist/types/svg/BaseSpinnerLarge.vue.d.ts +2 -0
  133. package/dist/types/svg/BaseSpinnerSmall.vue.d.ts +2 -0
  134. package/dist/types/{src/types → types}/index.d.ts +1 -0
  135. package/package.json +58 -58
  136. package/src/components/BaseActionItem.vue +2 -1
  137. package/src/components/BaseLayoutNotificationItem.vue +1 -1
  138. package/src/components/BaseNavbarItem.vue +25 -2
  139. package/src/components/BaseTimePicker.vue +3 -1
  140. package/src/types/index.ts +1 -0
  141. package/dist/types/src/components/BaseActionItem.vue.d.ts +0 -32
  142. package/dist/types/src/components/BaseActionItemButton.vue.d.ts +0 -25
  143. package/dist/types/src/components/BaseAddressForm.vue.d.ts +0 -121
  144. package/dist/types/src/components/BaseAlert.vue.d.ts +0 -68
  145. package/dist/types/src/components/BaseAppNotifications.vue.d.ts +0 -2
  146. package/dist/types/src/components/BaseBadge.vue.d.ts +0 -69
  147. package/dist/types/src/components/BaseBoolean.vue.d.ts +0 -10
  148. package/dist/types/src/components/BaseButton.vue.d.ts +0 -120
  149. package/dist/types/src/components/BaseCardRow.vue.d.ts +0 -33
  150. package/dist/types/src/components/BaseCropperModal.vue.d.ts +0 -28
  151. package/dist/types/src/components/BaseDataIteratorSectionBox.vue.d.ts +0 -20
  152. package/dist/types/src/components/BaseDataIteratorSectionButton.vue.d.ts +0 -25
  153. package/dist/types/src/components/BaseDataIteratorSectionModal.vue.d.ts +0 -32
  154. package/dist/types/src/components/BaseDataTableRowAction.vue.d.ts +0 -32
  155. package/dist/types/src/components/BaseDatePicker.vue.d.ts +0 -136
  156. package/dist/types/src/components/BaseDraggable.vue.d.ts +0 -51
  157. package/dist/types/src/components/BaseFilePicker.vue.d.ts +0 -74
  158. package/dist/types/src/components/BaseFilePickerCrop.vue.d.ts +0 -65
  159. package/dist/types/src/components/BaseFileUploader.vue.d.ts +0 -147
  160. package/dist/types/src/components/BaseHeader.vue.d.ts +0 -93
  161. package/dist/types/src/components/BaseIconPicker.vue.d.ts +0 -36
  162. package/dist/types/src/components/BaseLayoutNotificationItemContent.vue.d.ts +0 -21
  163. package/dist/types/src/components/BaseLayoutStacked.vue.d.ts +0 -56
  164. package/dist/types/src/components/BaseSideNavigation.vue.d.ts +0 -21
  165. package/dist/types/src/components/BaseSideNavigationItem.vue.d.ts +0 -41
  166. package/dist/types/src/components/BaseTabItem.vue.d.ts +0 -41
  167. package/dist/types/src/components/BaseTable.vue.d.ts +0 -59
  168. package/dist/types/src/components/BaseTableCell.vue.d.ts +0 -77
  169. package/dist/types/src/components/BaseTableHead.vue.d.ts +0 -21
  170. package/dist/types/src/components/BaseTableHeader.vue.d.ts +0 -40
  171. package/dist/types/src/components/BaseTableRow.vue.d.ts +0 -67
  172. package/dist/types/src/components/BaseTabs.vue.d.ts +0 -21
  173. package/dist/types/src/components/BaseToast.vue.d.ts +0 -20
  174. package/dist/types/src/components/BaseTooltip.vue.d.ts +0 -40
  175. package/dist/types/src/stories/PageInputSizes.vue.d.ts +0 -2
  176. package/dist/types/src/stories/PageShow.vue.d.ts +0 -2
  177. package/dist/types/src/svg/BaseEmptyState.vue.d.ts +0 -2
  178. package/dist/types/src/svg/BaseSpinnerLarge.vue.d.ts +0 -2
  179. package/dist/types/src/svg/BaseSpinnerSmall.vue.d.ts +0 -2
  180. /package/dist/types/{src/components → components}/index.d.ts +0 -0
  181. /package/dist/types/{src/composables → composables}/breakpoints.d.ts +0 -0
  182. /package/dist/types/{src/composables → composables}/clickOutside.d.ts +0 -0
  183. /package/dist/types/{src/composables → composables}/field.d.ts +0 -0
  184. /package/dist/types/{src/composables → composables}/hasOptions.d.ts +0 -0
  185. /package/dist/types/{src/composables → composables}/inputSize.d.ts +0 -0
  186. /package/dist/types/{src/composables → composables}/mediaQuery.d.ts +0 -0
  187. /package/dist/types/{src/composables → composables}/modal.d.ts +0 -0
  188. /package/dist/types/{src/composables → composables}/paginatedData.d.ts +0 -0
  189. /package/dist/types/{src/composables → composables}/tooltip.d.ts +0 -0
  190. /package/dist/types/{src/constants → constants}/MyConstants.d.ts +0 -0
  191. /package/dist/types/{src/constants → constants}/index.d.ts +0 -0
  192. /package/dist/types/{src/i18n → i18n}/index.d.ts +0 -0
  193. /package/dist/types/{src/index.d.ts → index.d.ts} +0 -0
  194. /package/dist/types/{src/services → services}/gantt/types.d.ts +0 -0
  195. /package/dist/types/{src/services → services}/table/classes.d.ts +0 -0
  196. /package/dist/types/{src/services → services}/table/types.d.ts +0 -0
  197. /package/dist/types/{src/stores → stores}/dialogs.d.ts +0 -0
  198. /package/dist/types/{src/stores → stores}/i18n.d.ts +0 -0
  199. /package/dist/types/{src/stores → stores}/notifications.d.ts +0 -0
  200. /package/dist/types/{src/stores → stores}/systemAlerts.d.ts +0 -0
  201. /package/dist/types/{src/types → types}/CalendarEvent.d.ts +0 -0
  202. /package/dist/types/{src/types → types}/Color.d.ts +0 -0
  203. /package/dist/types/{src/types → types}/Country.d.ts +0 -0
  204. /package/dist/types/{src/types → types}/ImagePickerResult.d.ts +0 -0
  205. /package/dist/types/{src/types → types}/Media.d.ts +0 -0
  206. /package/dist/types/{src/types → types}/Notification.d.ts +0 -0
  207. /package/dist/types/{src/types → types}/Region.d.ts +0 -0
  208. /package/dist/types/{src/types → types}/Status.d.ts +0 -0
  209. /package/dist/types/{src/types → types}/StepperItem.d.ts +0 -0
  210. /package/dist/types/{src/types → types}/TimelineItem.d.ts +0 -0
  211. /package/dist/types/{src/types → types}/UploadedFile.d.ts +0 -0
  212. /package/dist/types/{src/types → types}/User.d.ts +0 -0
  213. /package/dist/types/{src/utils → utils}/blob.d.ts +0 -0
  214. /package/dist/types/{src/utils → utils}/colors.d.ts +0 -0
  215. /package/dist/types/{src/utils → utils}/cropper/avatar.d.ts +0 -0
  216. /package/dist/types/{src/utils → utils}/cropper/cover.d.ts +0 -0
  217. /package/dist/types/{src/utils → utils}/cropper/presetInterface.d.ts +0 -0
  218. /package/dist/types/{src/utils → utils}/cropper/presets.d.ts +0 -0
  219. /package/dist/types/{src/utils → utils}/fileSizeFormat.d.ts +0 -0
  220. /package/dist/types/{src/utils → utils}/fileValidations.d.ts +0 -0
  221. /package/dist/types/{src/utils → utils}/getApiData.d.ts +0 -0
  222. /package/dist/types/{src/utils → utils}/index.d.ts +0 -0
  223. /package/dist/types/{src/utils → utils}/resizeImageFromURI.d.ts +0 -0
  224. /package/dist/types/{src/utils → utils}/scrollPreventer.d.ts +0 -0
  225. /package/dist/types/{src/utils → utils}/sizes.d.ts +0 -0
  226. /package/dist/types/{src/utils → utils}/slots.d.ts +0 -0
  227. /package/dist/types/{src/utils → utils}/toHumanList.d.ts +0 -0
@@ -5,75 +5,117 @@ declare const _default: import("vue").DefineComponent<{
5
5
  type: PropType<({
6
6
  $: import("vue").ComponentInternalInstance;
7
7
  $data: {};
8
- $props: {
9
- data?: import("../types").Row[] | undefined;
10
- size?: "xs" | "sm" | "md" | undefined;
11
- loading?: boolean | undefined;
12
- sortField?: string | undefined;
13
- sortDirection?: string | undefined;
14
- visibleColumns?: number[] | undefined;
15
- detailed?: boolean | undefined;
16
- checkable?: boolean | undefined;
17
- checkboxPosition?: "left" | "right" | undefined;
18
- isRowCheckable?: Function | undefined;
19
- checkedRows?: import("../types").Row[] | undefined;
20
- hasDetailedVisible?: Function | undefined;
21
- rowKey?: string | undefined;
22
- detailTransition?: string | undefined;
23
- maxHeight?: number | undefined;
24
- class?: unknown;
25
- style?: unknown;
26
- key?: string | number | symbol | undefined;
27
- ref?: import("vue").VNodeRef | undefined;
28
- ref_for?: boolean | undefined;
29
- ref_key?: string | undefined;
30
- onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
31
- [key: string]: any;
32
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
- [key: string]: any;
34
- }>) => void)[] | undefined;
35
- onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
36
- [key: string]: any;
37
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
38
- [key: string]: any;
39
- }>) => void)[] | undefined;
40
- onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
- [key: string]: any;
42
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
- [key: string]: any;
44
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
- [key: string]: any;
46
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
- [key: string]: any;
48
- }>) => void)[] | undefined;
49
- onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
- [key: string]: any;
51
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
52
- [key: string]: any;
53
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
54
- [key: string]: any;
55
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
56
- [key: string]: any;
57
- }>) => void)[] | undefined;
58
- onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
59
- [key: string]: any;
60
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
61
- [key: string]: any;
62
- }>) => void)[] | undefined;
63
- onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
64
- [key: string]: any;
65
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
66
- [key: string]: any;
67
- }>) => void)[] | undefined;
8
+ $props: Partial<{
9
+ size: "xs" | "sm" | "md";
10
+ loading: boolean;
11
+ sortField: string;
12
+ sortDirection: string;
13
+ detailed: boolean;
14
+ hasDetailedVisible: Function;
15
+ checkable: boolean;
16
+ checkedRows: import("@/types/index.js").Row[];
17
+ isRowCheckable: Function;
18
+ maxHeight: number;
19
+ data: import("@/types/index.js").Row[];
20
+ visibleColumns: number[];
21
+ checkboxPosition: "right" | "left";
22
+ rowKey: string;
23
+ detailTransition: string;
24
+ }> & Omit<{
25
+ readonly size: "xs" | "sm" | "md";
26
+ readonly loading: boolean;
27
+ readonly sortField: string;
28
+ readonly sortDirection: string;
29
+ readonly detailed: boolean;
30
+ readonly hasDetailedVisible: Function;
31
+ readonly checkable: boolean;
32
+ readonly checkedRows: import("@/types/index.js").Row[];
33
+ readonly isRowCheckable: Function;
34
+ readonly data: import("@/types/index.js").Row[];
35
+ readonly checkboxPosition: "right" | "left";
36
+ readonly rowKey: string;
37
+ readonly detailTransition: string;
38
+ readonly maxHeight?: number | undefined;
39
+ readonly visibleColumns?: number[] | undefined;
68
40
  onCheck?: ((...args: any[]) => any) | undefined;
41
+ "onCell-click"?: ((...args: any[]) => any) | undefined;
69
42
  onSort?: ((...args: any[]) => any) | undefined;
70
43
  "onCheck-all"?: ((...args: any[]) => any) | undefined;
71
44
  "onUpdate:checkedRows"?: ((...args: any[]) => any) | undefined;
72
45
  "onDetails-open"?: ((...args: any[]) => any) | undefined;
73
46
  "onDetails-close"?: ((...args: any[]) => any) | undefined;
74
47
  "onUpdate:openedDetailed"?: ((...args: any[]) => any) | undefined;
48
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
49
+ data: {
50
+ type: PropType<import("@/types/index.js").Row[]>;
51
+ default: () => never[];
52
+ };
53
+ loading: {
54
+ default: boolean;
55
+ type: BooleanConstructor;
56
+ };
57
+ visibleColumns: {
58
+ default: undefined;
59
+ type: PropType<number[]>;
60
+ };
61
+ detailed: {
62
+ default: boolean;
63
+ type: BooleanConstructor;
64
+ };
65
+ checkable: {
66
+ default: boolean;
67
+ type: BooleanConstructor;
68
+ };
69
+ checkboxPosition: {
70
+ type: PropType<"right" | "left">;
71
+ default: string;
72
+ };
73
+ isRowCheckable: {
74
+ type: FunctionConstructor;
75
+ default: () => boolean;
76
+ };
77
+ checkedRows: {
78
+ default: () => never[];
79
+ type: PropType<import("@/types/index.js").Row[]>;
80
+ };
81
+ sortField: {
82
+ type: StringConstructor;
83
+ default: string;
84
+ };
85
+ sortDirection: {
86
+ type: StringConstructor;
87
+ default: string;
88
+ };
89
+ hasDetailedVisible: {
90
+ type: FunctionConstructor;
91
+ default: () => boolean;
92
+ };
93
+ rowKey: {
94
+ type: StringConstructor;
95
+ default: string;
96
+ };
97
+ detailTransition: {
98
+ type: StringConstructor;
99
+ default: string;
100
+ };
101
+ maxHeight: {
102
+ default: undefined;
103
+ type: NumberConstructor;
104
+ };
105
+ size: {
106
+ type: PropType<"xs" | "sm" | "md">;
107
+ default: string;
108
+ };
109
+ }>> & {
110
+ onCheck?: ((...args: any[]) => any) | undefined;
75
111
  "onCell-click"?: ((...args: any[]) => any) | undefined;
76
- };
112
+ onSort?: ((...args: any[]) => any) | undefined;
113
+ "onCheck-all"?: ((...args: any[]) => any) | undefined;
114
+ "onUpdate:checkedRows"?: ((...args: any[]) => any) | undefined;
115
+ "onDetails-open"?: ((...args: any[]) => any) | undefined;
116
+ "onDetails-close"?: ((...args: any[]) => any) | undefined;
117
+ "onUpdate:openedDetailed"?: ((...args: any[]) => any) | undefined;
118
+ }, "size" | "loading" | "sortField" | "sortDirection" | "detailed" | "hasDetailedVisible" | "checkable" | "checkedRows" | "isRowCheckable" | "maxHeight" | "data" | "visibleColumns" | "checkboxPosition" | "rowKey" | "detailTransition">;
77
119
  $attrs: {
78
120
  [x: string]: unknown;
79
121
  };
@@ -85,11 +127,11 @@ declare const _default: import("vue").DefineComponent<{
85
127
  }>;
86
128
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
87
129
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
88
- $emit: ((event: "sort", ...args: any[]) => void) & ((event: "check", ...args: any[]) => void) & ((event: "check-all", ...args: any[]) => void) & ((event: "update:checkedRows", ...args: any[]) => void) & ((event: "details-open", ...args: any[]) => void) & ((event: "details-close", ...args: any[]) => void) & ((event: "update:openedDetailed", ...args: any[]) => void) & ((event: "cell-click", ...args: any[]) => void);
130
+ $emit: ((event: "sort", ...args: any[]) => void) & ((event: "check", ...args: any[]) => void) & ((event: "cell-click", ...args: any[]) => void) & ((event: "check-all", ...args: any[]) => void) & ((event: "update:checkedRows", ...args: any[]) => void) & ((event: "details-open", ...args: any[]) => void) & ((event: "details-close", ...args: any[]) => void) & ((event: "update:openedDetailed", ...args: any[]) => void);
89
131
  $el: any;
90
132
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
91
133
  data: {
92
- type: PropType<import("../types").Row[]>;
134
+ type: PropType<import("@/types/index.js").Row[]>;
93
135
  default: () => never[];
94
136
  };
95
137
  loading: {
@@ -109,7 +151,7 @@ declare const _default: import("vue").DefineComponent<{
109
151
  type: BooleanConstructor;
110
152
  };
111
153
  checkboxPosition: {
112
- type: PropType<"left" | "right">;
154
+ type: PropType<"right" | "left">;
113
155
  default: string;
114
156
  };
115
157
  isRowCheckable: {
@@ -118,7 +160,7 @@ declare const _default: import("vue").DefineComponent<{
118
160
  };
119
161
  checkedRows: {
120
162
  default: () => never[];
121
- type: PropType<import("../types").Row[]>;
163
+ type: PropType<import("@/types/index.js").Row[]>;
122
164
  };
123
165
  sortField: {
124
166
  type: StringConstructor;
@@ -150,13 +192,13 @@ declare const _default: import("vue").DefineComponent<{
150
192
  };
151
193
  }>> & {
152
194
  onCheck?: ((...args: any[]) => any) | undefined;
195
+ "onCell-click"?: ((...args: any[]) => any) | undefined;
153
196
  onSort?: ((...args: any[]) => any) | undefined;
154
197
  "onCheck-all"?: ((...args: any[]) => any) | undefined;
155
198
  "onUpdate:checkedRows"?: ((...args: any[]) => any) | undefined;
156
199
  "onDetails-open"?: ((...args: any[]) => any) | undefined;
157
200
  "onDetails-close"?: ((...args: any[]) => any) | undefined;
158
201
  "onUpdate:openedDetailed"?: ((...args: any[]) => any) | undefined;
159
- "onCell-click"?: ((...args: any[]) => any) | undefined;
160
202
  }, {
161
203
  newColumns: import("vue").ComputedRef<{
162
204
  id: string;
@@ -165,7 +207,7 @@ declare const _default: import("vue").DefineComponent<{
165
207
  meta: Record<string, any> | undefined;
166
208
  newKey: number;
167
209
  numeric: boolean;
168
- position: "left" | "right";
210
+ position: "right" | "left";
169
211
  searchable: boolean;
170
212
  sortable: boolean;
171
213
  clickable: boolean;
@@ -175,36 +217,36 @@ declare const _default: import("vue").DefineComponent<{
175
217
  style: {
176
218
  width: number | undefined;
177
219
  };
178
- thAttrs: (column: import("../types").BaseTableColumn) => Record<string, any>;
179
- tdAttrs: (row: import("../types").Row, column: import("../types").BaseTableColumn) => Record<string, any>;
220
+ thAttrs: (column: import("@/types/index.js").BaseTableColumn) => Record<string, any>;
221
+ tdAttrs: (row: import("@/types/index.js").Row, column: import("@/types/index.js").BaseTableColumn) => Record<string, any>;
180
222
  }[]>;
181
223
  uncheckAll: () => void;
182
224
  scrollTop: () => void;
183
225
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
184
226
  sort: (...args: any[]) => void;
185
227
  check: (...args: any[]) => void;
228
+ "cell-click": (...args: any[]) => void;
186
229
  "check-all": (...args: any[]) => void;
187
230
  "update:checkedRows": (...args: any[]) => void;
188
231
  "details-open": (...args: any[]) => void;
189
232
  "details-close": (...args: any[]) => void;
190
233
  "update:openedDetailed": (...args: any[]) => void;
191
- "cell-click": (...args: any[]) => void;
192
234
  }, string, {
193
- data: import("../types").Row[];
194
235
  size: "xs" | "sm" | "md";
195
236
  loading: boolean;
196
237
  sortField: string;
197
238
  sortDirection: string;
198
- visibleColumns: number[];
199
239
  detailed: boolean;
240
+ hasDetailedVisible: Function;
200
241
  checkable: boolean;
201
- checkboxPosition: "left" | "right";
242
+ checkedRows: import("@/types/index.js").Row[];
202
243
  isRowCheckable: Function;
203
- checkedRows: import("../types").Row[];
204
- hasDetailedVisible: Function;
244
+ maxHeight: number;
245
+ data: import("@/types/index.js").Row[];
246
+ visibleColumns: number[];
247
+ checkboxPosition: "right" | "left";
205
248
  rowKey: string;
206
249
  detailTransition: string;
207
- maxHeight: number;
208
250
  }, {}, string, {}> & {
209
251
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
210
252
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -225,9 +267,9 @@ declare const _default: import("vue").DefineComponent<{
225
267
  $forceUpdate: () => void;
226
268
  $nextTick: typeof import("vue").nextTick;
227
269
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
228
- } & Readonly<import("vue").ExtractPropTypes<{
270
+ } & Omit<Readonly<import("vue").ExtractPropTypes<{
229
271
  data: {
230
- type: PropType<import("../types").Row[]>;
272
+ type: PropType<import("@/types/index.js").Row[]>;
231
273
  default: () => never[];
232
274
  };
233
275
  loading: {
@@ -247,7 +289,7 @@ declare const _default: import("vue").DefineComponent<{
247
289
  type: BooleanConstructor;
248
290
  };
249
291
  checkboxPosition: {
250
- type: PropType<"left" | "right">;
292
+ type: PropType<"right" | "left">;
251
293
  default: string;
252
294
  };
253
295
  isRowCheckable: {
@@ -256,7 +298,7 @@ declare const _default: import("vue").DefineComponent<{
256
298
  };
257
299
  checkedRows: {
258
300
  default: () => never[];
259
- type: PropType<import("../types").Row[]>;
301
+ type: PropType<import("@/types/index.js").Row[]>;
260
302
  };
261
303
  sortField: {
262
304
  type: StringConstructor;
@@ -288,14 +330,14 @@ declare const _default: import("vue").DefineComponent<{
288
330
  };
289
331
  }>> & {
290
332
  onCheck?: ((...args: any[]) => any) | undefined;
333
+ "onCell-click"?: ((...args: any[]) => any) | undefined;
291
334
  onSort?: ((...args: any[]) => any) | undefined;
292
335
  "onCheck-all"?: ((...args: any[]) => any) | undefined;
293
336
  "onUpdate:checkedRows"?: ((...args: any[]) => any) | undefined;
294
337
  "onDetails-open"?: ((...args: any[]) => any) | undefined;
295
338
  "onDetails-close"?: ((...args: any[]) => any) | undefined;
296
339
  "onUpdate:openedDetailed"?: ((...args: any[]) => any) | undefined;
297
- "onCell-click"?: ((...args: any[]) => any) | undefined;
298
- } & import("vue").ShallowUnwrapRef<{
340
+ }, "newColumns" | "uncheckAll" | "scrollTop"> & import("vue").ShallowUnwrapRef<{
299
341
  newColumns: import("vue").ComputedRef<{
300
342
  id: string;
301
343
  label: string;
@@ -303,7 +345,7 @@ declare const _default: import("vue").DefineComponent<{
303
345
  meta: Record<string, any> | undefined;
304
346
  newKey: number;
305
347
  numeric: boolean;
306
- position: "left" | "right";
348
+ position: "right" | "left";
307
349
  searchable: boolean;
308
350
  sortable: boolean;
309
351
  clickable: boolean;
@@ -313,8 +355,8 @@ declare const _default: import("vue").DefineComponent<{
313
355
  style: {
314
356
  width: number | undefined;
315
357
  };
316
- thAttrs: (column: import("../types").BaseTableColumn) => Record<string, any>;
317
- tdAttrs: (row: import("../types").Row, column: import("../types").BaseTableColumn) => Record<string, any>;
358
+ thAttrs: (column: import("@/types/index.js").BaseTableColumn) => Record<string, any>;
359
+ tdAttrs: (row: import("@/types/index.js").Row, column: import("@/types/index.js").BaseTableColumn) => Record<string, any>;
318
360
  }[]>;
319
361
  uncheckAll: () => void;
320
362
  scrollTop: () => void;
@@ -322,7 +364,7 @@ declare const _default: import("vue").DefineComponent<{
322
364
  $slots: {
323
365
  default?(_: {}): any;
324
366
  detail?(_: {
325
- row: import("../types").Row;
367
+ row: import("@/types/index.js").Row;
326
368
  index: number;
327
369
  }): any;
328
370
  empty?(_: {}): any;
@@ -336,81 +378,123 @@ declare const _default: import("vue").DefineComponent<{
336
378
  };
337
379
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
338
380
  "update:visibleColumns": (...args: any[]) => void;
339
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
381
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
340
382
  table: {
341
383
  required: true;
342
384
  type: PropType<({
343
385
  $: import("vue").ComponentInternalInstance;
344
386
  $data: {};
345
- $props: {
346
- data?: import("../types").Row[] | undefined;
347
- size?: "xs" | "sm" | "md" | undefined;
348
- loading?: boolean | undefined;
349
- sortField?: string | undefined;
350
- sortDirection?: string | undefined;
351
- visibleColumns?: number[] | undefined;
352
- detailed?: boolean | undefined;
353
- checkable?: boolean | undefined;
354
- checkboxPosition?: "left" | "right" | undefined;
355
- isRowCheckable?: Function | undefined;
356
- checkedRows?: import("../types").Row[] | undefined;
357
- hasDetailedVisible?: Function | undefined;
358
- rowKey?: string | undefined;
359
- detailTransition?: string | undefined;
360
- maxHeight?: number | undefined;
361
- class?: unknown;
362
- style?: unknown;
363
- key?: string | number | symbol | undefined;
364
- ref?: import("vue").VNodeRef | undefined;
365
- ref_for?: boolean | undefined;
366
- ref_key?: string | undefined;
367
- onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
368
- [key: string]: any;
369
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
370
- [key: string]: any;
371
- }>) => void)[] | undefined;
372
- onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
373
- [key: string]: any;
374
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
375
- [key: string]: any;
376
- }>) => void)[] | undefined;
377
- onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
378
- [key: string]: any;
379
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
380
- [key: string]: any;
381
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
382
- [key: string]: any;
383
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
384
- [key: string]: any;
385
- }>) => void)[] | undefined;
386
- onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
387
- [key: string]: any;
388
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
389
- [key: string]: any;
390
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
391
- [key: string]: any;
392
- }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
393
- [key: string]: any;
394
- }>) => void)[] | undefined;
395
- onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
396
- [key: string]: any;
397
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
398
- [key: string]: any;
399
- }>) => void)[] | undefined;
400
- onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
401
- [key: string]: any;
402
- }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
403
- [key: string]: any;
404
- }>) => void)[] | undefined;
387
+ $props: Partial<{
388
+ size: "xs" | "sm" | "md";
389
+ loading: boolean;
390
+ sortField: string;
391
+ sortDirection: string;
392
+ detailed: boolean;
393
+ hasDetailedVisible: Function;
394
+ checkable: boolean;
395
+ checkedRows: import("@/types/index.js").Row[];
396
+ isRowCheckable: Function;
397
+ maxHeight: number;
398
+ data: import("@/types/index.js").Row[];
399
+ visibleColumns: number[];
400
+ checkboxPosition: "right" | "left";
401
+ rowKey: string;
402
+ detailTransition: string;
403
+ }> & Omit<{
404
+ readonly size: "xs" | "sm" | "md";
405
+ readonly loading: boolean;
406
+ readonly sortField: string;
407
+ readonly sortDirection: string;
408
+ readonly detailed: boolean;
409
+ readonly hasDetailedVisible: Function;
410
+ readonly checkable: boolean;
411
+ readonly checkedRows: import("@/types/index.js").Row[];
412
+ readonly isRowCheckable: Function;
413
+ readonly data: import("@/types/index.js").Row[];
414
+ readonly checkboxPosition: "right" | "left";
415
+ readonly rowKey: string;
416
+ readonly detailTransition: string;
417
+ readonly maxHeight?: number | undefined;
418
+ readonly visibleColumns?: number[] | undefined;
405
419
  onCheck?: ((...args: any[]) => any) | undefined;
420
+ "onCell-click"?: ((...args: any[]) => any) | undefined;
406
421
  onSort?: ((...args: any[]) => any) | undefined;
407
422
  "onCheck-all"?: ((...args: any[]) => any) | undefined;
408
423
  "onUpdate:checkedRows"?: ((...args: any[]) => any) | undefined;
409
424
  "onDetails-open"?: ((...args: any[]) => any) | undefined;
410
425
  "onDetails-close"?: ((...args: any[]) => any) | undefined;
411
426
  "onUpdate:openedDetailed"?: ((...args: any[]) => any) | undefined;
427
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
428
+ data: {
429
+ type: PropType<import("@/types/index.js").Row[]>;
430
+ default: () => never[];
431
+ };
432
+ loading: {
433
+ default: boolean;
434
+ type: BooleanConstructor;
435
+ };
436
+ visibleColumns: {
437
+ default: undefined;
438
+ type: PropType<number[]>;
439
+ };
440
+ detailed: {
441
+ default: boolean;
442
+ type: BooleanConstructor;
443
+ };
444
+ checkable: {
445
+ default: boolean;
446
+ type: BooleanConstructor;
447
+ };
448
+ checkboxPosition: {
449
+ type: PropType<"right" | "left">;
450
+ default: string;
451
+ };
452
+ isRowCheckable: {
453
+ type: FunctionConstructor;
454
+ default: () => boolean;
455
+ };
456
+ checkedRows: {
457
+ default: () => never[];
458
+ type: PropType<import("@/types/index.js").Row[]>;
459
+ };
460
+ sortField: {
461
+ type: StringConstructor;
462
+ default: string;
463
+ };
464
+ sortDirection: {
465
+ type: StringConstructor;
466
+ default: string;
467
+ };
468
+ hasDetailedVisible: {
469
+ type: FunctionConstructor;
470
+ default: () => boolean;
471
+ };
472
+ rowKey: {
473
+ type: StringConstructor;
474
+ default: string;
475
+ };
476
+ detailTransition: {
477
+ type: StringConstructor;
478
+ default: string;
479
+ };
480
+ maxHeight: {
481
+ default: undefined;
482
+ type: NumberConstructor;
483
+ };
484
+ size: {
485
+ type: PropType<"xs" | "sm" | "md">;
486
+ default: string;
487
+ };
488
+ }>> & {
489
+ onCheck?: ((...args: any[]) => any) | undefined;
412
490
  "onCell-click"?: ((...args: any[]) => any) | undefined;
413
- };
491
+ onSort?: ((...args: any[]) => any) | undefined;
492
+ "onCheck-all"?: ((...args: any[]) => any) | undefined;
493
+ "onUpdate:checkedRows"?: ((...args: any[]) => any) | undefined;
494
+ "onDetails-open"?: ((...args: any[]) => any) | undefined;
495
+ "onDetails-close"?: ((...args: any[]) => any) | undefined;
496
+ "onUpdate:openedDetailed"?: ((...args: any[]) => any) | undefined;
497
+ }, "size" | "loading" | "sortField" | "sortDirection" | "detailed" | "hasDetailedVisible" | "checkable" | "checkedRows" | "isRowCheckable" | "maxHeight" | "data" | "visibleColumns" | "checkboxPosition" | "rowKey" | "detailTransition">;
414
498
  $attrs: {
415
499
  [x: string]: unknown;
416
500
  };
@@ -422,11 +506,11 @@ declare const _default: import("vue").DefineComponent<{
422
506
  }>;
423
507
  $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
424
508
  $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
425
- $emit: ((event: "sort", ...args: any[]) => void) & ((event: "check", ...args: any[]) => void) & ((event: "check-all", ...args: any[]) => void) & ((event: "update:checkedRows", ...args: any[]) => void) & ((event: "details-open", ...args: any[]) => void) & ((event: "details-close", ...args: any[]) => void) & ((event: "update:openedDetailed", ...args: any[]) => void) & ((event: "cell-click", ...args: any[]) => void);
509
+ $emit: ((event: "sort", ...args: any[]) => void) & ((event: "check", ...args: any[]) => void) & ((event: "cell-click", ...args: any[]) => void) & ((event: "check-all", ...args: any[]) => void) & ((event: "update:checkedRows", ...args: any[]) => void) & ((event: "details-open", ...args: any[]) => void) & ((event: "details-close", ...args: any[]) => void) & ((event: "update:openedDetailed", ...args: any[]) => void);
426
510
  $el: any;
427
511
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
428
512
  data: {
429
- type: PropType<import("../types").Row[]>;
513
+ type: PropType<import("@/types/index.js").Row[]>;
430
514
  default: () => never[];
431
515
  };
432
516
  loading: {
@@ -446,7 +530,7 @@ declare const _default: import("vue").DefineComponent<{
446
530
  type: BooleanConstructor;
447
531
  };
448
532
  checkboxPosition: {
449
- type: PropType<"left" | "right">;
533
+ type: PropType<"right" | "left">;
450
534
  default: string;
451
535
  };
452
536
  isRowCheckable: {
@@ -455,7 +539,7 @@ declare const _default: import("vue").DefineComponent<{
455
539
  };
456
540
  checkedRows: {
457
541
  default: () => never[];
458
- type: PropType<import("../types").Row[]>;
542
+ type: PropType<import("@/types/index.js").Row[]>;
459
543
  };
460
544
  sortField: {
461
545
  type: StringConstructor;
@@ -487,13 +571,13 @@ declare const _default: import("vue").DefineComponent<{
487
571
  };
488
572
  }>> & {
489
573
  onCheck?: ((...args: any[]) => any) | undefined;
574
+ "onCell-click"?: ((...args: any[]) => any) | undefined;
490
575
  onSort?: ((...args: any[]) => any) | undefined;
491
576
  "onCheck-all"?: ((...args: any[]) => any) | undefined;
492
577
  "onUpdate:checkedRows"?: ((...args: any[]) => any) | undefined;
493
578
  "onDetails-open"?: ((...args: any[]) => any) | undefined;
494
579
  "onDetails-close"?: ((...args: any[]) => any) | undefined;
495
580
  "onUpdate:openedDetailed"?: ((...args: any[]) => any) | undefined;
496
- "onCell-click"?: ((...args: any[]) => any) | undefined;
497
581
  }, {
498
582
  newColumns: import("vue").ComputedRef<{
499
583
  id: string;
@@ -502,7 +586,7 @@ declare const _default: import("vue").DefineComponent<{
502
586
  meta: Record<string, any> | undefined;
503
587
  newKey: number;
504
588
  numeric: boolean;
505
- position: "left" | "right";
589
+ position: "right" | "left";
506
590
  searchable: boolean;
507
591
  sortable: boolean;
508
592
  clickable: boolean;
@@ -512,36 +596,36 @@ declare const _default: import("vue").DefineComponent<{
512
596
  style: {
513
597
  width: number | undefined;
514
598
  };
515
- thAttrs: (column: import("../types").BaseTableColumn) => Record<string, any>;
516
- tdAttrs: (row: import("../types").Row, column: import("../types").BaseTableColumn) => Record<string, any>;
599
+ thAttrs: (column: import("@/types/index.js").BaseTableColumn) => Record<string, any>;
600
+ tdAttrs: (row: import("@/types/index.js").Row, column: import("@/types/index.js").BaseTableColumn) => Record<string, any>;
517
601
  }[]>;
518
602
  uncheckAll: () => void;
519
603
  scrollTop: () => void;
520
604
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
521
605
  sort: (...args: any[]) => void;
522
606
  check: (...args: any[]) => void;
607
+ "cell-click": (...args: any[]) => void;
523
608
  "check-all": (...args: any[]) => void;
524
609
  "update:checkedRows": (...args: any[]) => void;
525
610
  "details-open": (...args: any[]) => void;
526
611
  "details-close": (...args: any[]) => void;
527
612
  "update:openedDetailed": (...args: any[]) => void;
528
- "cell-click": (...args: any[]) => void;
529
613
  }, string, {
530
- data: import("../types").Row[];
531
614
  size: "xs" | "sm" | "md";
532
615
  loading: boolean;
533
616
  sortField: string;
534
617
  sortDirection: string;
535
- visibleColumns: number[];
536
618
  detailed: boolean;
619
+ hasDetailedVisible: Function;
537
620
  checkable: boolean;
538
- checkboxPosition: "left" | "right";
621
+ checkedRows: import("@/types/index.js").Row[];
539
622
  isRowCheckable: Function;
540
- checkedRows: import("../types").Row[];
541
- hasDetailedVisible: Function;
623
+ maxHeight: number;
624
+ data: import("@/types/index.js").Row[];
625
+ visibleColumns: number[];
626
+ checkboxPosition: "right" | "left";
542
627
  rowKey: string;
543
628
  detailTransition: string;
544
- maxHeight: number;
545
629
  }, {}, string, {}> & {
546
630
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
547
631
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -562,9 +646,9 @@ declare const _default: import("vue").DefineComponent<{
562
646
  $forceUpdate: () => void;
563
647
  $nextTick: typeof import("vue").nextTick;
564
648
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
565
- } & Readonly<import("vue").ExtractPropTypes<{
649
+ } & Omit<Readonly<import("vue").ExtractPropTypes<{
566
650
  data: {
567
- type: PropType<import("../types").Row[]>;
651
+ type: PropType<import("@/types/index.js").Row[]>;
568
652
  default: () => never[];
569
653
  };
570
654
  loading: {
@@ -584,7 +668,7 @@ declare const _default: import("vue").DefineComponent<{
584
668
  type: BooleanConstructor;
585
669
  };
586
670
  checkboxPosition: {
587
- type: PropType<"left" | "right">;
671
+ type: PropType<"right" | "left">;
588
672
  default: string;
589
673
  };
590
674
  isRowCheckable: {
@@ -593,7 +677,7 @@ declare const _default: import("vue").DefineComponent<{
593
677
  };
594
678
  checkedRows: {
595
679
  default: () => never[];
596
- type: PropType<import("../types").Row[]>;
680
+ type: PropType<import("@/types/index.js").Row[]>;
597
681
  };
598
682
  sortField: {
599
683
  type: StringConstructor;
@@ -625,14 +709,14 @@ declare const _default: import("vue").DefineComponent<{
625
709
  };
626
710
  }>> & {
627
711
  onCheck?: ((...args: any[]) => any) | undefined;
712
+ "onCell-click"?: ((...args: any[]) => any) | undefined;
628
713
  onSort?: ((...args: any[]) => any) | undefined;
629
714
  "onCheck-all"?: ((...args: any[]) => any) | undefined;
630
715
  "onUpdate:checkedRows"?: ((...args: any[]) => any) | undefined;
631
716
  "onDetails-open"?: ((...args: any[]) => any) | undefined;
632
717
  "onDetails-close"?: ((...args: any[]) => any) | undefined;
633
718
  "onUpdate:openedDetailed"?: ((...args: any[]) => any) | undefined;
634
- "onCell-click"?: ((...args: any[]) => any) | undefined;
635
- } & import("vue").ShallowUnwrapRef<{
719
+ }, "newColumns" | "uncheckAll" | "scrollTop"> & import("vue").ShallowUnwrapRef<{
636
720
  newColumns: import("vue").ComputedRef<{
637
721
  id: string;
638
722
  label: string;
@@ -640,7 +724,7 @@ declare const _default: import("vue").DefineComponent<{
640
724
  meta: Record<string, any> | undefined;
641
725
  newKey: number;
642
726
  numeric: boolean;
643
- position: "left" | "right";
727
+ position: "right" | "left";
644
728
  searchable: boolean;
645
729
  sortable: boolean;
646
730
  clickable: boolean;
@@ -650,8 +734,8 @@ declare const _default: import("vue").DefineComponent<{
650
734
  style: {
651
735
  width: number | undefined;
652
736
  };
653
- thAttrs: (column: import("../types").BaseTableColumn) => Record<string, any>;
654
- tdAttrs: (row: import("../types").Row, column: import("../types").BaseTableColumn) => Record<string, any>;
737
+ thAttrs: (column: import("@/types/index.js").BaseTableColumn) => Record<string, any>;
738
+ tdAttrs: (row: import("@/types/index.js").Row, column: import("@/types/index.js").BaseTableColumn) => Record<string, any>;
655
739
  }[]>;
656
740
  uncheckAll: () => void;
657
741
  scrollTop: () => void;
@@ -659,7 +743,7 @@ declare const _default: import("vue").DefineComponent<{
659
743
  $slots: {
660
744
  default?(_: {}): any;
661
745
  detail?(_: {
662
- row: import("../types").Row;
746
+ row: import("@/types/index.js").Row;
663
747
  index: number;
664
748
  }): any;
665
749
  empty?(_: {}): any;