sprintify-ui 0.8.40 → 0.8.42

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 (137) hide show
  1. package/dist/sprintify-ui.es.js +4910 -4972
  2. package/dist/types/components/BaseActionItem.vue.d.ts +5 -15
  3. package/dist/types/components/BaseActionItemButton.vue.d.ts +4 -25
  4. package/dist/types/components/BaseAddressForm.vue.d.ts +6 -45
  5. package/dist/types/components/BaseAlert.vue.d.ts +11 -37
  6. package/dist/types/components/BaseApp.vue.d.ts +8 -3
  7. package/dist/types/components/BaseAppDialogs.vue.d.ts +1 -1
  8. package/dist/types/components/BaseAppSnackbars.vue.d.ts +1 -1
  9. package/dist/types/components/BaseAutocomplete.vue.d.ts +585 -37
  10. package/dist/types/components/BaseAutocompleteDrawer.vue.d.ts +24 -16
  11. package/dist/types/components/BaseAutocompleteFetch.vue.d.ts +526 -36
  12. package/dist/types/components/BaseAvatar.vue.d.ts +4 -4
  13. package/dist/types/components/BaseAvatarGroup.vue.d.ts +4 -4
  14. package/dist/types/components/BaseBadge.vue.d.ts +11 -35
  15. package/dist/types/components/BaseBelongsTo.vue.d.ts +524 -34
  16. package/dist/types/components/BaseBelongsToFetch.vue.d.ts +484 -35
  17. package/dist/types/components/BaseBoolean.vue.d.ts +3 -12
  18. package/dist/types/components/BaseBreadcrumbs.vue.d.ts +4 -4
  19. package/dist/types/components/BaseButton.vue.d.ts +17 -53
  20. package/dist/types/components/BaseButtonGroup.vue.d.ts +19 -14
  21. package/dist/types/components/BaseCalendar.vue.d.ts +46 -13
  22. package/dist/types/components/BaseCard.vue.d.ts +13 -6
  23. package/dist/types/components/BaseCardRow.vue.d.ts +13 -31
  24. package/dist/types/components/BaseCharacterCounter.vue.d.ts +4 -4
  25. package/dist/types/components/BaseClipboard.vue.d.ts +14 -6
  26. package/dist/types/components/BaseCollapse.vue.d.ts +20 -52
  27. package/dist/types/components/BaseColor.vue.d.ts +8 -8
  28. package/dist/types/components/BaseContainer.vue.d.ts +11 -33
  29. package/dist/types/components/BaseCounter.vue.d.ts +4 -4
  30. package/dist/types/components/BaseCropper.vue.d.ts +29 -30
  31. package/dist/types/components/BaseCropperModal.vue.d.ts +8 -17
  32. package/dist/types/components/BaseDataIterator.vue.d.ts +6 -6
  33. package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +10 -14
  34. package/dist/types/components/BaseDataIteratorSectionButton.vue.d.ts +6 -15
  35. package/dist/types/components/BaseDataIteratorSectionColumns.vue.d.ts +4 -4
  36. package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +13 -17
  37. package/dist/types/components/BaseDataTable.vue.d.ts +842 -26
  38. package/dist/types/components/BaseDataTableRowAction.vue.d.ts +4 -25
  39. package/dist/types/components/BaseDataTableTemplate.vue.d.ts +129 -14
  40. package/dist/types/components/BaseDatePicker.vue.d.ts +7 -56
  41. package/dist/types/components/BaseDateSelect.vue.d.ts +5 -5
  42. package/dist/types/components/BaseDescriptionList.vue.d.ts +8 -3
  43. package/dist/types/components/BaseDescriptionListItem.vue.d.ts +11 -4
  44. package/dist/types/components/BaseDialog.vue.d.ts +516 -8
  45. package/dist/types/components/BaseDisplayRelativeTime.vue.d.ts +15 -8
  46. package/dist/types/components/BaseDraggable.vue.d.ts +18 -20
  47. package/dist/types/components/BaseDropdown.vue.d.ts +18 -10
  48. package/dist/types/components/BaseDropdownAutocomplete.vue.d.ts +23 -16
  49. package/dist/types/components/BaseField.vue.d.ts +12 -7
  50. package/dist/types/components/BaseFieldI18n.vue.d.ts +7 -7
  51. package/dist/types/components/BaseFilePicker.vue.d.ts +20 -44
  52. package/dist/types/components/BaseFilePickerCrop.vue.d.ts +51 -39
  53. package/dist/types/components/BaseFileUploader.vue.d.ts +40 -76
  54. package/dist/types/components/BaseForm.vue.d.ts +22 -15
  55. package/dist/types/components/BaseGantt.vue.d.ts +21 -40
  56. package/dist/types/components/BaseHasMany.vue.d.ts +325 -39
  57. package/dist/types/components/BaseHeader.vue.d.ts +4 -37
  58. package/dist/types/components/BaseIconPicker.vue.d.ts +6 -31
  59. package/dist/types/components/BaseInput.vue.d.ts +12 -12
  60. package/dist/types/components/BaseInputError.vue.d.ts +11 -6
  61. package/dist/types/components/BaseInputLabel.vue.d.ts +4 -4
  62. package/dist/types/components/BaseInputPercent.vue.d.ts +9 -9
  63. package/dist/types/components/BaseJsonReader.vue.d.ts +4 -29
  64. package/dist/types/components/BaseJsonReaderItem.vue.d.ts +3 -12
  65. package/dist/types/components/BaseLayoutNotificationDropdown.vue.d.ts +5 -5
  66. package/dist/types/components/BaseLayoutNotificationItem.vue.d.ts +4 -4
  67. package/dist/types/components/BaseLayoutNotificationItemContent.vue.d.ts +3 -12
  68. package/dist/types/components/BaseLayoutSidebar.vue.d.ts +16 -11
  69. package/dist/types/components/BaseLayoutSidebarConfigurable.vue.d.ts +13 -8
  70. package/dist/types/components/BaseLayoutStacked.vue.d.ts +22 -42
  71. package/dist/types/components/BaseLayoutStackedConfigurable.vue.d.ts +12 -7
  72. package/dist/types/components/BaseLazy.vue.d.ts +24 -15
  73. package/dist/types/components/BaseLoadingCover.vue.d.ts +5 -5
  74. package/dist/types/components/BaseMediaGallery.vue.d.ts +5 -5
  75. package/dist/types/components/BaseMediaGalleryItem.vue.d.ts +5 -5
  76. package/dist/types/components/BaseMediaItem.vue.d.ts +5 -5
  77. package/dist/types/components/BaseMediaLibrary.vue.d.ts +38 -33
  78. package/dist/types/components/BaseMediaList.vue.d.ts +5 -5
  79. package/dist/types/components/BaseMediaListItem.vue.d.ts +6 -6
  80. package/dist/types/components/BaseMediaPictures.vue.d.ts +5 -5
  81. package/dist/types/components/BaseMediaPicturesItem.vue.d.ts +5 -5
  82. package/dist/types/components/BaseMediaPreview.vue.d.ts +5 -5
  83. package/dist/types/components/BaseMenu.vue.d.ts +31 -23
  84. package/dist/types/components/BaseMenuItem.vue.d.ts +5 -5
  85. package/dist/types/components/BaseModalCenter.vue.d.ts +14 -9
  86. package/dist/types/components/BaseModalSide.vue.d.ts +14 -9
  87. package/dist/types/components/BaseNavbar.vue.d.ts +23 -16
  88. package/dist/types/components/BaseNavbarItem.vue.d.ts +5 -5
  89. package/dist/types/components/BaseNavbarItemContent.vue.d.ts +4 -4
  90. package/dist/types/components/BaseNavbarSideItem.vue.d.ts +5 -5
  91. package/dist/types/components/BaseNavbarSideItemContent.vue.d.ts +4 -4
  92. package/dist/types/components/BasePagination.vue.d.ts +5 -5
  93. package/dist/types/components/BasePanel.vue.d.ts +5 -5
  94. package/dist/types/components/BasePassword.vue.d.ts +8 -8
  95. package/dist/types/components/BaseProgressCircle.vue.d.ts +4 -4
  96. package/dist/types/components/BaseRadioGroup.vue.d.ts +15 -10
  97. package/dist/types/components/BaseReadMore.vue.d.ts +13 -6
  98. package/dist/types/components/BaseRichText.vue.d.ts +6 -6
  99. package/dist/types/components/BaseScrollColumn.vue.d.ts +5 -5
  100. package/dist/types/components/BaseSelect.vue.d.ts +15 -8
  101. package/dist/types/components/BaseShortcut.vue.d.ts +5 -5
  102. package/dist/types/components/BaseSideNavigation.vue.d.ts +11 -27
  103. package/dist/types/components/BaseSideNavigationItem.vue.d.ts +13 -31
  104. package/dist/types/components/BaseSkeleton.vue.d.ts +4 -4
  105. package/dist/types/components/BaseStatistic.vue.d.ts +6 -4
  106. package/dist/types/components/BaseStepper.vue.d.ts +4 -4
  107. package/dist/types/components/BaseStepperItem.vue.d.ts +5 -5
  108. package/dist/types/components/BaseSwitch.vue.d.ts +14 -9
  109. package/dist/types/components/BaseSystemAlert.vue.d.ts +12 -7
  110. package/dist/types/components/BaseTabItem.vue.d.ts +15 -31
  111. package/dist/types/components/BaseTable.vue.d.ts +15 -45
  112. package/dist/types/components/BaseTableBody.vue.d.ts +8 -3
  113. package/dist/types/components/BaseTableCell.vue.d.ts +13 -47
  114. package/dist/types/components/BaseTableColumn.vue.d.ts +8 -8
  115. package/dist/types/components/BaseTableHead.vue.d.ts +11 -27
  116. package/dist/types/components/BaseTableHeader.vue.d.ts +15 -35
  117. package/dist/types/components/BaseTableRow.vue.d.ts +15 -41
  118. package/dist/types/components/BaseTabs.vue.d.ts +14 -27
  119. package/dist/types/components/BaseTagAutocomplete.vue.d.ts +235 -39
  120. package/dist/types/components/BaseTagAutocompleteFetch.vue.d.ts +457 -39
  121. package/dist/types/components/BaseTextarea.vue.d.ts +8 -8
  122. package/dist/types/components/BaseTextareaAutoresize.vue.d.ts +8 -8
  123. package/dist/types/components/BaseTimePicker.vue.d.ts +6 -6
  124. package/dist/types/components/BaseTimeline.vue.d.ts +3 -3
  125. package/dist/types/components/BaseTimelineItem.vue.d.ts +3 -3
  126. package/dist/types/components/BaseToast.vue.d.ts +3 -12
  127. package/dist/types/components/BaseTooltip.vue.d.ts +15 -36
  128. package/dist/types/components/BaseUniqueCode.vue.d.ts +5 -5
  129. package/dist/types/components/SlotComponent.d.ts +4 -4
  130. package/dist/types/stories/PageInputSizes.vue.d.ts +1 -1
  131. package/dist/types/stories/PageShow.vue.d.ts +1 -1
  132. package/dist/types/svg/BaseEmptyState.vue.d.ts +1 -1
  133. package/dist/types/svg/BaseSpinnerLarge.vue.d.ts +1 -1
  134. package/dist/types/svg/BaseSpinnerSmall.vue.d.ts +1 -1
  135. package/package.json +1 -6
  136. package/src/components/BaseLazy.stories.js +28 -7
  137. package/src/components/BaseLazy.vue +64 -10
@@ -1,6 +1,6 @@
1
1
  import { ActionColors } from '@/types';
2
2
  import { PropType } from 'vue';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  count: {
5
5
  required: true;
6
6
  type: NumberConstructor;
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
17
17
  default: string;
18
18
  type: PropType<ActionColors>;
19
19
  };
20
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
21
  count: {
22
22
  required: true;
23
23
  type: NumberConstructor;
@@ -34,9 +34,9 @@ declare const _default: import("vue").DefineComponent<{
34
34
  default: string;
35
35
  type: PropType<ActionColors>;
36
36
  };
37
- }>>, {
37
+ }>> & Readonly<{}>, {
38
38
  color: ActionColors;
39
39
  size: "xs" | "sm" | "md";
40
40
  maxDigit: number;
41
- }, {}>;
41
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
42
  export default _default;
@@ -5,56 +5,55 @@ declare function resetViewPort(): void;
5
5
  declare function rotateLeft(): void;
6
6
  declare function rotateRight(): void;
7
7
  declare function __VLS_template(): {
8
- header?(_: {
9
- save: typeof save;
10
- resetViewPort: typeof resetViewPort;
11
- rotateLeft: typeof rotateLeft;
12
- rotateRight: typeof rotateRight;
13
- saving: boolean;
14
- initializing: boolean;
15
- }): any;
16
- footer?(_: {
17
- save: typeof save;
18
- resetViewPort: typeof resetViewPort;
19
- rotateLeft: typeof rotateLeft;
20
- rotateRight: typeof rotateRight;
21
- saving: boolean;
22
- initializing: boolean;
23
- }): any;
8
+ slots: {
9
+ header?(_: {
10
+ save: typeof save;
11
+ resetViewPort: typeof resetViewPort;
12
+ rotateLeft: typeof rotateLeft;
13
+ rotateRight: typeof rotateRight;
14
+ saving: boolean;
15
+ initializing: boolean;
16
+ }): any;
17
+ footer?(_: {
18
+ save: typeof save;
19
+ resetViewPort: typeof resetViewPort;
20
+ rotateLeft: typeof rotateLeft;
21
+ rotateRight: typeof rotateRight;
22
+ saving: boolean;
23
+ initializing: boolean;
24
+ }): any;
25
+ };
26
+ refs: {
27
+ container: HTMLDivElement;
28
+ croppie: HTMLDivElement;
29
+ };
30
+ attrs: Partial<{}>;
24
31
  };
25
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<{
32
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
33
+ declare const __VLS_component: import("vue").DefineComponent<{
26
34
  source: string;
27
35
  config?: CropperConfig;
28
36
  preset?: "avatar" | "cover";
29
37
  presetOptions?: Record<string, any>;
30
38
  disabled?: boolean;
31
39
  saveOptions?: ResultOptions;
32
- }>, {
40
+ }, {
33
41
  save: typeof save;
34
42
  resetViewPort: typeof resetViewPort;
35
43
  rotateLeft: typeof rotateLeft;
36
44
  rotateRight: typeof rotateRight;
37
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
45
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
38
46
  source: string;
39
47
  config?: CropperConfig;
40
48
  preset?: "avatar" | "cover";
41
49
  presetOptions?: Record<string, any>;
42
50
  disabled?: boolean;
43
51
  saveOptions?: ResultOptions;
44
- }>>>, {}, {}>;
45
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
52
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
53
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
46
54
  export default _default;
47
55
  type __VLS_WithTemplateSlots<T, S> = T & {
48
56
  new (): {
49
57
  $slots: S;
50
58
  };
51
59
  };
52
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
53
- type __VLS_TypePropsToOption<T> = {
54
- [K in keyof T]-?: {} extends Pick<T, K> ? {
55
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
56
- } : {
57
- type: import('vue').PropType<T[K]>;
58
- required: true;
59
- };
60
- };
@@ -1,27 +1,18 @@
1
1
  import { BaseCropperConfig } from '@/types';
2
2
  declare function save(): Promise<unknown>;
3
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
3
+ declare const _default: import("vue").DefineComponent<{
4
4
  modelValue?: boolean;
5
5
  cropper: BaseCropperConfig;
6
- }>, {
6
+ }, {
7
7
  save: typeof save;
8
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:modelValue": (value: boolean) => void;
10
- cropped: (value: string | Blob | HTMLCanvasElement) => void;
11
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
8
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
9
+ "update:modelValue": (value: boolean) => any;
10
+ cropped: (value: string | Blob | HTMLCanvasElement) => any;
11
+ }, string, import("vue").PublicProps, Readonly<{
12
12
  modelValue?: boolean;
13
13
  cropper: BaseCropperConfig;
14
- }>>> & {
14
+ }> & Readonly<{
15
15
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
16
16
  onCropped?: ((value: string | Blob | HTMLCanvasElement) => any) | undefined;
17
- }, {}, {}>;
17
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
18
  export default _default;
19
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
- type __VLS_TypePropsToOption<T> = {
21
- [K in keyof T]-?: {} extends Pick<T, K> ? {
22
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
- } : {
24
- type: import('vue').PropType<T[K]>;
25
- required: true;
26
- };
27
- };
@@ -3,7 +3,7 @@ import { Collection, DataIteratorSection, DataTableQuery } from '@/types';
3
3
  import { ActionItem } from '@/types';
4
4
  type Direction = 'asc' | 'desc';
5
5
  import { Size } from '@/utils/sizes';
6
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
6
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
7
  /**
8
8
  * Data to display
9
9
  */
@@ -105,7 +105,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
105
105
  default: undefined;
106
106
  type: PropType<(items: Collection, search: string | null) => Collection>;
107
107
  };
108
- }, {
108
+ }>, {
109
109
  fetch: () => void;
110
110
  fetchWithLoading: () => void;
111
111
  fetchWithoutLoading: () => void;
@@ -123,7 +123,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
123
123
  search?: string | undefined;
124
124
  filter?: Record<string, any> | undefined;
125
125
  }>;
126
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
126
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
127
127
  click: (...args: any[]) => void;
128
128
  delete: (...args: any[]) => void;
129
129
  checkAll: (...args: any[]) => void;
@@ -234,7 +234,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
234
234
  default: undefined;
235
235
  type: PropType<(items: Collection, search: string | null) => Collection>;
236
236
  };
237
- }>> & {
237
+ }>> & Readonly<{
238
238
  onClick?: ((...args: any[]) => any) | undefined;
239
239
  onDelete?: ((...args: any[]) => any) | undefined;
240
240
  onCheckAll?: ((...args: any[]) => any) | undefined;
@@ -243,7 +243,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
243
243
  "onUpdate:query"?: ((...args: any[]) => any) | undefined;
244
244
  "onWill-scroll-top"?: ((...args: any[]) => any) | undefined;
245
245
  onFetch?: ((...args: any[]) => any) | undefined;
246
- }, {
246
+ }>, {
247
247
  search: (items: Collection, search: string | null) => Collection;
248
248
  size: "xs" | "sm" | "md" | "lg" | "xl";
249
249
  url: string | undefined;
@@ -258,7 +258,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
258
258
  scrollTopOnFetch: boolean;
259
259
  filtersPosition: "section" | "top";
260
260
  perPage: number;
261
- }, {}>, Partial<Record<string, (_: {
261
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Partial<Record<string, (_: {
262
262
  query: DataTableQuery;
263
263
  updateQuery: (newQuery: DataTableQuery) => void;
264
264
  updateQueryValue: (key: string, value: any) => void;
@@ -1,25 +1,21 @@
1
1
  import { DataIteratorSection } from '@/types';
2
2
  declare function __VLS_template(): {
3
- default?(_: {}): any;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ attrs: Partial<{}>;
4
8
  };
5
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<{
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<{
6
11
  section: DataIteratorSection;
7
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
12
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
8
13
  section: DataIteratorSection;
9
- }>>>, {}, {}>;
10
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
14
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
16
  export default _default;
12
17
  type __VLS_WithTemplateSlots<T, S> = T & {
13
18
  new (): {
14
19
  $slots: S;
15
20
  };
16
21
  };
17
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
18
- type __VLS_TypePropsToOption<T> = {
19
- [K in keyof T]-?: {} extends Pick<T, K> ? {
20
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
21
- } : {
22
- type: import('vue').PropType<T[K]>;
23
- required: true;
24
- };
25
- };
@@ -1,23 +1,14 @@
1
1
  import { DataIteratorSection } from '@/types';
2
2
  import { Size } from '@/utils/sizes';
3
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
3
+ declare const _default: import("vue").DefineComponent<{
4
4
  section: DataIteratorSection;
5
5
  size: Size;
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
- open: () => void;
8
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
6
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
+ open: () => any;
8
+ }, string, import("vue").PublicProps, Readonly<{
9
9
  section: DataIteratorSection;
10
10
  size: Size;
11
- }>>> & {
11
+ }> & Readonly<{
12
12
  onOpen?: (() => any) | undefined;
13
- }, {}, {}>;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
14
  export default _default;
15
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
- type __VLS_TypePropsToOption<T> = {
17
- [K in keyof T]-?: {} extends Pick<T, K> ? {
18
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
- } : {
20
- type: import('vue').PropType<T[K]>;
21
- required: true;
22
- };
23
- };
@@ -1,6 +1,6 @@
1
1
  import { PropType } from 'vue';
2
2
  import BaseDataTableTemplate from './BaseDataTableTemplate.vue';
3
- declare const _default: import("vue").DefineComponent<{
3
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  table: {
5
5
  required: true;
6
6
  type: PropType<InstanceType<typeof BaseDataTableTemplate> | null>;
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<{
9
9
  required: true;
10
10
  type: PropType<string[]>;
11
11
  };
12
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
13
  "update:visibleColumns": (...args: any[]) => void;
14
14
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
15
  table: {
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
20
20
  required: true;
21
21
  type: PropType<string[]>;
22
22
  };
23
- }>> & {
23
+ }>> & Readonly<{
24
24
  "onUpdate:visibleColumns"?: ((...args: any[]) => any) | undefined;
25
- }, {}, {}>;
25
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
26
  export default _default;
@@ -1,31 +1,27 @@
1
1
  import { DataIteratorSection } from '@/types';
2
2
  declare function __VLS_template(): {
3
- default?(_: {}): any;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ attrs: Partial<{}>;
4
8
  };
5
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<{
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<{
6
11
  modelValue: boolean;
7
12
  section: DataIteratorSection;
8
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
- "update:modelValue": (value: boolean) => void;
10
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
13
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
14
+ "update:modelValue": (value: boolean) => any;
15
+ }, string, import("vue").PublicProps, Readonly<{
11
16
  modelValue: boolean;
12
17
  section: DataIteratorSection;
13
- }>>> & {
18
+ }> & Readonly<{
14
19
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
15
- }, {}, {}>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
20
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
22
  export default _default;
18
23
  type __VLS_WithTemplateSlots<T, S> = T & {
19
24
  new (): {
20
25
  $slots: S;
21
26
  };
22
27
  };
23
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
- type __VLS_TypePropsToOption<T> = {
25
- [K in keyof T]-?: {} extends Pick<T, K> ? {
26
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
27
- } : {
28
- type: import('vue').PropType<T[K]>;
29
- required: true;
30
- };
31
- };