sprintify-ui 0.6.81 → 0.6.83

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