sprintify-ui 0.10.13 → 0.10.15

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 (118) hide show
  1. package/README.md +4 -2
  2. package/dist/BaseCkeditor-C9d4NSCx.js +113 -0
  3. package/dist/sprintify-ui.es.js +14283 -81751
  4. package/dist/style.css +3 -3
  5. package/dist/types/components/BaseActionButtons.vue.d.ts +1 -1
  6. package/dist/types/components/BaseActionItem.vue.d.ts +7 -10
  7. package/dist/types/components/BaseAddressForm.vue.d.ts +1 -1
  8. package/dist/types/components/BaseAlert.vue.d.ts +24 -11
  9. package/dist/types/components/BaseApp.vue.d.ts +14 -12
  10. package/dist/types/components/BaseAssign.vue.d.ts +1 -1
  11. package/dist/types/components/BaseAutocomplete.vue.d.ts +642 -452
  12. package/dist/types/components/BaseAutocompleteDrawer.vue.d.ts +117 -22
  13. package/dist/types/components/BaseAutocompleteFetch.vue.d.ts +1029 -410
  14. package/dist/types/components/BaseAvatar.vue.d.ts +1 -1
  15. package/dist/types/components/BaseAvatarGroup.vue.d.ts +1 -1
  16. package/dist/types/components/BaseBadge.vue.d.ts +23 -11
  17. package/dist/types/components/BaseBelongsTo.vue.d.ts +985 -409
  18. package/dist/types/components/BaseBelongsToFetch.vue.d.ts +750 -369
  19. package/dist/types/components/BaseBoolean.vue.d.ts +1 -1
  20. package/dist/types/components/BaseBreadcrumbs.vue.d.ts +1 -1
  21. package/dist/types/components/BaseButton.vue.d.ts +57 -13
  22. package/dist/types/components/BaseButtonGroup.vue.d.ts +166 -15
  23. package/dist/types/components/BaseCard.vue.d.ts +26 -12
  24. package/dist/types/components/BaseCardRow.vue.d.ts +20 -11
  25. package/dist/types/components/BaseCharacterCounter.vue.d.ts +1 -1
  26. package/dist/types/components/BaseCkeditor.vue.d.ts +32 -0
  27. package/dist/types/components/BaseClipboard.vue.d.ts +45 -13
  28. package/dist/types/components/BaseCollapse.vue.d.ts +41 -20
  29. package/dist/types/components/BaseContainer.vue.d.ts +16 -11
  30. package/dist/types/components/BaseCounter.vue.d.ts +1 -1
  31. package/dist/types/components/BaseCropper.vue.d.ts +55 -30
  32. package/dist/types/components/BaseDataIterator.vue.d.ts +43 -42
  33. package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +15 -12
  34. package/dist/types/components/BaseDataIteratorSectionColumns.vue.d.ts +1 -1
  35. package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +19 -10
  36. package/dist/types/components/BaseDataTable.vue.d.ts +2045 -735
  37. package/dist/types/components/BaseDataTableTemplate.vue.d.ts +563 -100
  38. package/dist/types/components/BaseDatePicker.vue.d.ts +1 -1
  39. package/dist/types/components/BaseDateSelect.vue.d.ts +1 -1
  40. package/dist/types/components/BaseDescriptionList.vue.d.ts +12 -12
  41. package/dist/types/components/BaseDescriptionListItem.vue.d.ts +16 -15
  42. package/dist/types/components/BaseDialog.vue.d.ts +114 -407
  43. package/dist/types/components/BaseDisplayRelativeTime.vue.d.ts +55 -13
  44. package/dist/types/components/BaseDraggable.vue.d.ts +21 -17
  45. package/dist/types/components/BaseDropdown.vue.d.ts +155 -17
  46. package/dist/types/components/BaseDropdownAutocomplete.vue.d.ts +134 -19
  47. package/dist/types/components/BaseField.vue.d.ts +103 -12
  48. package/dist/types/components/BaseFieldI18n.vue.d.ts +1 -1
  49. package/dist/types/components/BaseFilePicker.vue.d.ts +35 -16
  50. package/dist/types/components/BaseFilePickerCrop.vue.d.ts +87 -42
  51. package/dist/types/components/BaseFileUploader.vue.d.ts +195 -29
  52. package/dist/types/components/BaseForm.vue.d.ts +161 -20
  53. package/dist/types/components/BaseGantt.vue.d.ts +1130 -409
  54. package/dist/types/components/BaseHasMany.vue.d.ts +586 -345
  55. package/dist/types/components/BaseHasManyFetch.vue.d.ts +598 -249
  56. package/dist/types/components/BaseHeader.vue.d.ts +1 -1
  57. package/dist/types/components/BaseIconPicker.vue.d.ts +1 -1
  58. package/dist/types/components/BaseInputError.vue.d.ts +23 -11
  59. package/dist/types/components/BaseJsonReaderItem.vue.d.ts +1 -1
  60. package/dist/types/components/BaseLayoutNotificationItemContent.vue.d.ts +1 -1
  61. package/dist/types/components/BaseLayoutSidebar.vue.d.ts +127 -16
  62. package/dist/types/components/BaseLayoutSidebarConfigurable.vue.d.ts +115 -13
  63. package/dist/types/components/BaseLayoutStacked.vue.d.ts +69 -22
  64. package/dist/types/components/BaseLayoutStackedConfigurable.vue.d.ts +120 -10
  65. package/dist/types/components/BaseLazy.vue.d.ts +20 -15
  66. package/dist/types/components/BaseMediaGallery.vue.d.ts +1 -1
  67. package/dist/types/components/BaseMediaGalleryItem.vue.d.ts +1 -1
  68. package/dist/types/components/BaseMediaItem.vue.d.ts +1 -1
  69. package/dist/types/components/BaseMediaLibrary.vue.d.ts +234 -34
  70. package/dist/types/components/BaseMediaList.vue.d.ts +1 -1
  71. package/dist/types/components/BaseMediaListItem.vue.d.ts +1 -1
  72. package/dist/types/components/BaseMediaPictures.vue.d.ts +1 -1
  73. package/dist/types/components/BaseMediaPicturesItem.vue.d.ts +1 -1
  74. package/dist/types/components/BaseMenu.vue.d.ts +233 -30
  75. package/dist/types/components/BaseMenuItem.vue.d.ts +1 -1
  76. package/dist/types/components/BaseModalCenter.vue.d.ts +88 -12
  77. package/dist/types/components/BaseModalSide.vue.d.ts +72 -12
  78. package/dist/types/components/BaseNavbar.vue.d.ts +88 -22
  79. package/dist/types/components/BaseNavbarItem.vue.d.ts +1 -1
  80. package/dist/types/components/BaseNavbarItemContent.vue.d.ts +1 -1
  81. package/dist/types/components/BaseNavbarSideItem.vue.d.ts +1 -1
  82. package/dist/types/components/BaseNavbarSideItemContent.vue.d.ts +1 -1
  83. package/dist/types/components/BasePagination.vue.d.ts +1 -1
  84. package/dist/types/components/BaseRadioGroup.vue.d.ts +113 -13
  85. package/dist/types/components/BaseReadMore.vue.d.ts +31 -12
  86. package/dist/types/components/BaseRichText.vue.d.ts +1 -1
  87. package/dist/types/components/BaseSelect.vue.d.ts +149 -12
  88. package/dist/types/components/BaseShortcut.vue.d.ts +1 -1
  89. package/dist/types/components/BaseSideNavigation.vue.d.ts +11 -12
  90. package/dist/types/components/BaseSideNavigationItem.vue.d.ts +22 -13
  91. package/dist/types/components/BaseSkeleton.vue.d.ts +3 -3
  92. package/dist/types/components/BaseStepper.vue.d.ts +1 -1
  93. package/dist/types/components/BaseSwitch.vue.d.ts +118 -10
  94. package/dist/types/components/BaseSystemAlert.vue.d.ts +58 -11
  95. package/dist/types/components/BaseTabItem.vue.d.ts +25 -16
  96. package/dist/types/components/BaseTable.vue.d.ts +29 -14
  97. package/dist/types/components/BaseTableBody.vue.d.ts +9 -12
  98. package/dist/types/components/BaseTableCell.vue.d.ts +40 -15
  99. package/dist/types/components/BaseTableColumn.vue.d.ts +2 -2
  100. package/dist/types/components/BaseTableHead.vue.d.ts +14 -12
  101. package/dist/types/components/BaseTableHeader.vue.d.ts +25 -14
  102. package/dist/types/components/BaseTableRow.vue.d.ts +40 -13
  103. package/dist/types/components/BaseTabs.vue.d.ts +16 -15
  104. package/dist/types/components/BaseTagAutocomplete.vue.d.ts +578 -199
  105. package/dist/types/components/BaseTagAutocompleteFetch.vue.d.ts +803 -346
  106. package/dist/types/components/BaseTextareaAutoresize.vue.d.ts +1 -1
  107. package/dist/types/components/BaseTimeline.vue.d.ts +1 -1
  108. package/dist/types/components/BaseTimelineItem.vue.d.ts +1 -1
  109. package/dist/types/components/BaseToast.vue.d.ts +1 -1
  110. package/dist/types/components/BaseTooltip.vue.d.ts +41 -15
  111. package/dist/types/components/BaseUniqueCode.vue.d.ts +1 -1
  112. package/dist/types/stories/PageInputSizes.vue.d.ts +1 -1
  113. package/dist/types/stories/PageShow.vue.d.ts +1 -1
  114. package/dist/types/svg/BaseEmptyState.vue.d.ts +1 -1
  115. package/dist/types/svg/BaseSpinnerSmall.vue.d.ts +1 -1
  116. package/package.json +3 -4
  117. package/src/components/BaseCkeditor.vue +137 -0
  118. package/src/components/BaseRichText.vue +10 -100
@@ -1,5 +1,8 @@
1
- import { ResultOptions } from 'croppie';
1
+ import { Ref } from 'vue';
2
+ import Croppie, { ResultOptions } from 'croppie';
2
3
  import { CropperConfig } from '../types';
4
+ import { BaseIcon, BaseLoadingCover } from '.';
5
+ import { t } from '@/i18n';
3
6
  type __VLS_Props = {
4
7
  source: string;
5
8
  config?: CropperConfig;
@@ -8,46 +11,68 @@ type __VLS_Props = {
8
11
  disabled?: boolean;
9
12
  saveOptions?: ResultOptions;
10
13
  };
14
+ declare const ZOOMER_HEIGHT = 44;
15
+ declare const container: Ref<HTMLElement | null>;
16
+ declare const croppie: Ref<HTMLElement | null>;
17
+ declare const initializing: Ref<boolean, boolean>;
18
+ declare const saving: Ref<boolean, boolean>;
19
+ declare const showDragHelp: Ref<boolean, boolean>;
20
+ declare const cropperConfiguration: import("vue").ComputedRef<Croppie.CroppieOptions>;
11
21
  declare function save(result?: ResultOptions): Promise<HTMLCanvasElement | string | Blob | null>;
12
22
  declare function resetViewPort(): void;
13
23
  declare function rotateLeft(): void;
14
24
  declare function rotateRight(): void;
15
- declare function __VLS_template(): {
16
- attrs: Partial<{}>;
17
- slots: {
18
- header?(_: {
19
- save: typeof save;
20
- resetViewPort: typeof resetViewPort;
21
- rotateLeft: typeof rotateLeft;
22
- rotateRight: typeof rotateRight;
23
- saving: boolean;
24
- initializing: boolean;
25
- }): any;
26
- footer?(_: {
27
- save: typeof save;
28
- resetViewPort: typeof resetViewPort;
29
- rotateLeft: typeof rotateLeft;
30
- rotateRight: typeof rotateRight;
31
- saving: boolean;
32
- initializing: boolean;
33
- }): any;
34
- };
35
- refs: {
36
- container: HTMLDivElement;
37
- croppie: HTMLDivElement;
38
- };
39
- rootEl: HTMLDivElement;
25
+ declare const shared: {
26
+ save: typeof save;
27
+ resetViewPort: typeof resetViewPort;
28
+ rotateLeft: typeof rotateLeft;
29
+ rotateRight: typeof rotateRight;
40
30
  };
41
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
31
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
32
+ declare var __VLS_1: {
33
+ save: typeof save;
34
+ resetViewPort: typeof resetViewPort;
35
+ rotateLeft: typeof rotateLeft;
36
+ rotateRight: typeof rotateRight;
37
+ saving: boolean;
38
+ initializing: boolean;
39
+ }, __VLS_19: {
40
+ save: typeof save;
41
+ resetViewPort: typeof resetViewPort;
42
+ rotateLeft: typeof rotateLeft;
43
+ rotateRight: typeof rotateRight;
44
+ saving: boolean;
45
+ initializing: boolean;
46
+ };
47
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
48
+ header?: (props: typeof __VLS_1) => any;
49
+ } & {
50
+ footer?: (props: typeof __VLS_19) => any;
51
+ }>;
52
+ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
53
+ BaseIcon: typeof BaseIcon;
54
+ BaseLoadingCover: typeof BaseLoadingCover;
55
+ t: typeof t;
56
+ ZOOMER_HEIGHT: typeof ZOOMER_HEIGHT;
57
+ container: typeof container;
58
+ croppie: typeof croppie;
59
+ initializing: typeof initializing;
60
+ saving: typeof saving;
61
+ showDragHelp: typeof showDragHelp;
62
+ cropperConfiguration: typeof cropperConfiguration;
63
+ rotateLeft: typeof rotateLeft;
64
+ rotateRight: typeof rotateRight;
65
+ shared: typeof shared;
66
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
42
67
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
43
68
  save: typeof save;
44
69
  resetViewPort: typeof resetViewPort;
45
70
  rotateLeft: typeof rotateLeft;
46
71
  rotateRight: typeof rotateRight;
47
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
48
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
72
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
73
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
49
74
  export default _default;
50
- type __VLS_WithTemplateSlots<T, S> = T & {
75
+ type __VLS_WithSlots<T, S> = T & {
51
76
  new (): {
52
77
  $slots: S;
53
78
  };
@@ -3,7 +3,7 @@ import { Collection, DataIteratorSection, DataTableQuery, PaginatedCollection, R
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<import("vue").ExtractPropTypes<{
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7
7
  /**
8
8
  * Data to display
9
9
  */
@@ -253,41 +253,42 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
253
253
  scrollTopOnFetch: boolean;
254
254
  filtersPosition: "section" | "top";
255
255
  perPage: number;
256
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>, Partial<Record<string, (_: {
257
- query: {
258
- [x: string]: any;
259
- page?: number | undefined;
260
- sort?: string | undefined;
261
- search?: string | undefined;
262
- filter?: Record<string, any> | undefined;
263
- };
264
- updateQuery: (newQuery: DataTableQuery) => void;
265
- updateQueryValue: (key: string, value: any) => void;
266
- updateQueryValueDebounce: import("lodash").DebouncedFunc<(key: string, value: any) => void>;
267
- }) => any>> & Partial<Record<string, (_: {
268
- query: {
269
- [x: string]: any;
270
- page?: number | undefined;
271
- sort?: string | undefined;
272
- search?: string | undefined;
273
- filter?: Record<string, any> | undefined;
274
- };
275
- updateQuery: (newQuery: DataTableQuery) => void;
276
- updateQueryValue: (key: string, value: any) => void;
277
- updateQueryValueDebounce: import("lodash").DebouncedFunc<(key: string, value: any) => void>;
278
- }) => any>> & Partial<Record<string, (_: {
279
- query: {
280
- [x: string]: any;
281
- page?: number | undefined;
282
- sort?: string | undefined;
283
- search?: string | undefined;
284
- filter?: Record<string, any> | undefined;
285
- };
286
- updateQuery: (newQuery: DataTableQuery) => void;
287
- updateQueryValue: (key: string, value: any) => void;
288
- updateQueryValueDebounce: import("lodash").DebouncedFunc<(key: string, value: any) => void>;
289
- }) => any>> & {
290
- default?(_: {
256
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
257
+ [x: string]: (((props: {
258
+ query: {
259
+ [x: string]: any;
260
+ page?: number | undefined;
261
+ sort?: string | undefined;
262
+ search?: string | undefined;
263
+ filter?: Record<string, any> | undefined;
264
+ };
265
+ updateQuery: (newQuery: DataTableQuery) => void;
266
+ updateQueryValue: (key: string, value: any) => void;
267
+ updateQueryValueDebounce: import("lodash").DebouncedFunc<(key: string, value: any) => void>;
268
+ }) => any) & ((props: {
269
+ query: {
270
+ [x: string]: any;
271
+ page?: number | undefined;
272
+ sort?: string | undefined;
273
+ search?: string | undefined;
274
+ filter?: Record<string, any> | undefined;
275
+ };
276
+ updateQuery: (newQuery: DataTableQuery) => void;
277
+ updateQueryValue: (key: string, value: any) => void;
278
+ updateQueryValueDebounce: import("lodash").DebouncedFunc<(key: string, value: any) => void>;
279
+ }) => any) & ((props: {
280
+ query: {
281
+ [x: string]: any;
282
+ page?: number | undefined;
283
+ sort?: string | undefined;
284
+ search?: string | undefined;
285
+ filter?: Record<string, any> | undefined;
286
+ };
287
+ updateQuery: (newQuery: DataTableQuery) => void;
288
+ updateQueryValue: (key: string, value: any) => void;
289
+ updateQueryValueDebounce: import("lodash").DebouncedFunc<(key: string, value: any) => void>;
290
+ }) => any)) | undefined;
291
+ default?: ((props: {
291
292
  data: import("@/types").CollectionItem[] | {
292
293
  meta: {
293
294
  current_page: number;
@@ -312,16 +313,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
312
313
  sortDirection: Direction;
313
314
  onSortChange: (field: string, direction: Direction) => void;
314
315
  onPageChange: (p: number) => void;
315
- }): any;
316
- sidebarTop?(_: {
316
+ }) => any) | undefined;
317
+ sidebarTop?: ((props: {
317
318
  paginationMetadata: import("@/types").PaginationMetadata | null;
318
- }): any;
319
- sidebarBottom?(_: {
319
+ }) => any) | undefined;
320
+ sidebarBottom?: ((props: {
320
321
  paginationMetadata: import("@/types").PaginationMetadata | null;
321
- }): any;
322
+ }) => any) | undefined;
322
323
  }>;
323
324
  export default _default;
324
- type __VLS_WithTemplateSlots<T, S> = T & {
325
+ type __VLS_WithSlots<T, S> = T & {
325
326
  new (): {
326
327
  $slots: S;
327
328
  };
@@ -1,20 +1,23 @@
1
1
  import { DataIteratorSection } from '@/types';
2
+ import { BaseCard, BaseIcon } from '.';
2
3
  type __VLS_Props = {
3
4
  section: DataIteratorSection;
4
5
  };
5
- declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
- slots: {
8
- default?(_: {}): any;
9
- };
10
- refs: {};
11
- rootEl: HTMLDivElement;
12
- };
13
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
15
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
6
+ declare const active: import("vue").Ref<boolean, boolean>;
7
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
8
+ declare var __VLS_10: {};
9
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
10
+ default?: (props: typeof __VLS_10) => any;
11
+ }>;
12
+ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
13
+ BaseCard: typeof BaseCard;
14
+ BaseIcon: typeof BaseIcon;
15
+ active: typeof active;
16
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
19
  export default _default;
17
- type __VLS_WithTemplateSlots<T, S> = T & {
20
+ type __VLS_WithSlots<T, S> = T & {
18
21
  new (): {
19
22
  $slots: S;
20
23
  };
@@ -32,5 +32,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
32
32
  }>> & Readonly<{
33
33
  "onUpdate:visibleColumns"?: ((...args: any[]) => any) | undefined;
34
34
  "onUpdate:columnOrder"?: ((...args: any[]) => any) | undefined;
35
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
35
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
36
36
  export default _default;
@@ -1,25 +1,34 @@
1
1
  import { DataIteratorSection } from '@/types';
2
+ import BaseModalSide from './BaseModalSide.vue';
2
3
  type __VLS_Props = {
3
4
  modelValue: boolean;
4
5
  section: DataIteratorSection;
5
6
  };
6
- declare function __VLS_template(): {
7
- attrs: Partial<{}>;
8
- slots: {
9
- default?(_: {}): any;
10
- };
11
- refs: {};
12
- rootEl: any;
7
+ type __VLS_Emit = {
8
+ (event: 'update:modelValue', value: boolean): void;
13
9
  };
14
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const emit: __VLS_Emit;
11
+ declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
12
+ declare var __VLS_9: {};
13
+ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$slots> & {
14
+ default?: (props: typeof __VLS_9) => any;
15
+ }>;
16
+ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
17
+ BaseModalSide: typeof BaseModalSide;
18
+ emit: typeof emit;
19
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
20
+ "update:modelValue": (value: boolean) => any;
21
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
22
+ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
23
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
24
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
16
25
  "update:modelValue": (value: boolean) => any;
17
26
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
18
27
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
19
28
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
29
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
21
30
  export default _default;
22
- type __VLS_WithTemplateSlots<T, S> = T & {
31
+ type __VLS_WithSlots<T, S> = T & {
23
32
  new (): {
24
33
  $slots: S;
25
34
  };