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.
- package/README.md +4 -2
- package/dist/BaseCkeditor-C9d4NSCx.js +113 -0
- package/dist/sprintify-ui.es.js +14283 -81751
- package/dist/style.css +3 -3
- package/dist/types/components/BaseActionButtons.vue.d.ts +1 -1
- package/dist/types/components/BaseActionItem.vue.d.ts +7 -10
- package/dist/types/components/BaseAddressForm.vue.d.ts +1 -1
- package/dist/types/components/BaseAlert.vue.d.ts +24 -11
- package/dist/types/components/BaseApp.vue.d.ts +14 -12
- package/dist/types/components/BaseAssign.vue.d.ts +1 -1
- package/dist/types/components/BaseAutocomplete.vue.d.ts +642 -452
- package/dist/types/components/BaseAutocompleteDrawer.vue.d.ts +117 -22
- package/dist/types/components/BaseAutocompleteFetch.vue.d.ts +1029 -410
- package/dist/types/components/BaseAvatar.vue.d.ts +1 -1
- package/dist/types/components/BaseAvatarGroup.vue.d.ts +1 -1
- package/dist/types/components/BaseBadge.vue.d.ts +23 -11
- package/dist/types/components/BaseBelongsTo.vue.d.ts +985 -409
- package/dist/types/components/BaseBelongsToFetch.vue.d.ts +750 -369
- package/dist/types/components/BaseBoolean.vue.d.ts +1 -1
- package/dist/types/components/BaseBreadcrumbs.vue.d.ts +1 -1
- package/dist/types/components/BaseButton.vue.d.ts +57 -13
- package/dist/types/components/BaseButtonGroup.vue.d.ts +166 -15
- package/dist/types/components/BaseCard.vue.d.ts +26 -12
- package/dist/types/components/BaseCardRow.vue.d.ts +20 -11
- package/dist/types/components/BaseCharacterCounter.vue.d.ts +1 -1
- package/dist/types/components/BaseCkeditor.vue.d.ts +32 -0
- package/dist/types/components/BaseClipboard.vue.d.ts +45 -13
- package/dist/types/components/BaseCollapse.vue.d.ts +41 -20
- package/dist/types/components/BaseContainer.vue.d.ts +16 -11
- package/dist/types/components/BaseCounter.vue.d.ts +1 -1
- package/dist/types/components/BaseCropper.vue.d.ts +55 -30
- package/dist/types/components/BaseDataIterator.vue.d.ts +43 -42
- package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +15 -12
- package/dist/types/components/BaseDataIteratorSectionColumns.vue.d.ts +1 -1
- package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +19 -10
- package/dist/types/components/BaseDataTable.vue.d.ts +2045 -735
- package/dist/types/components/BaseDataTableTemplate.vue.d.ts +563 -100
- package/dist/types/components/BaseDatePicker.vue.d.ts +1 -1
- package/dist/types/components/BaseDateSelect.vue.d.ts +1 -1
- package/dist/types/components/BaseDescriptionList.vue.d.ts +12 -12
- package/dist/types/components/BaseDescriptionListItem.vue.d.ts +16 -15
- package/dist/types/components/BaseDialog.vue.d.ts +114 -407
- package/dist/types/components/BaseDisplayRelativeTime.vue.d.ts +55 -13
- package/dist/types/components/BaseDraggable.vue.d.ts +21 -17
- package/dist/types/components/BaseDropdown.vue.d.ts +155 -17
- package/dist/types/components/BaseDropdownAutocomplete.vue.d.ts +134 -19
- package/dist/types/components/BaseField.vue.d.ts +103 -12
- package/dist/types/components/BaseFieldI18n.vue.d.ts +1 -1
- package/dist/types/components/BaseFilePicker.vue.d.ts +35 -16
- package/dist/types/components/BaseFilePickerCrop.vue.d.ts +87 -42
- package/dist/types/components/BaseFileUploader.vue.d.ts +195 -29
- package/dist/types/components/BaseForm.vue.d.ts +161 -20
- package/dist/types/components/BaseGantt.vue.d.ts +1130 -409
- package/dist/types/components/BaseHasMany.vue.d.ts +586 -345
- package/dist/types/components/BaseHasManyFetch.vue.d.ts +598 -249
- package/dist/types/components/BaseHeader.vue.d.ts +1 -1
- package/dist/types/components/BaseIconPicker.vue.d.ts +1 -1
- package/dist/types/components/BaseInputError.vue.d.ts +23 -11
- package/dist/types/components/BaseJsonReaderItem.vue.d.ts +1 -1
- package/dist/types/components/BaseLayoutNotificationItemContent.vue.d.ts +1 -1
- package/dist/types/components/BaseLayoutSidebar.vue.d.ts +127 -16
- package/dist/types/components/BaseLayoutSidebarConfigurable.vue.d.ts +115 -13
- package/dist/types/components/BaseLayoutStacked.vue.d.ts +69 -22
- package/dist/types/components/BaseLayoutStackedConfigurable.vue.d.ts +120 -10
- package/dist/types/components/BaseLazy.vue.d.ts +20 -15
- package/dist/types/components/BaseMediaGallery.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaGalleryItem.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaItem.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaLibrary.vue.d.ts +234 -34
- package/dist/types/components/BaseMediaList.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaListItem.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaPictures.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaPicturesItem.vue.d.ts +1 -1
- package/dist/types/components/BaseMenu.vue.d.ts +233 -30
- package/dist/types/components/BaseMenuItem.vue.d.ts +1 -1
- package/dist/types/components/BaseModalCenter.vue.d.ts +88 -12
- package/dist/types/components/BaseModalSide.vue.d.ts +72 -12
- package/dist/types/components/BaseNavbar.vue.d.ts +88 -22
- package/dist/types/components/BaseNavbarItem.vue.d.ts +1 -1
- package/dist/types/components/BaseNavbarItemContent.vue.d.ts +1 -1
- package/dist/types/components/BaseNavbarSideItem.vue.d.ts +1 -1
- package/dist/types/components/BaseNavbarSideItemContent.vue.d.ts +1 -1
- package/dist/types/components/BasePagination.vue.d.ts +1 -1
- package/dist/types/components/BaseRadioGroup.vue.d.ts +113 -13
- package/dist/types/components/BaseReadMore.vue.d.ts +31 -12
- package/dist/types/components/BaseRichText.vue.d.ts +1 -1
- package/dist/types/components/BaseSelect.vue.d.ts +149 -12
- package/dist/types/components/BaseShortcut.vue.d.ts +1 -1
- package/dist/types/components/BaseSideNavigation.vue.d.ts +11 -12
- package/dist/types/components/BaseSideNavigationItem.vue.d.ts +22 -13
- package/dist/types/components/BaseSkeleton.vue.d.ts +3 -3
- package/dist/types/components/BaseStepper.vue.d.ts +1 -1
- package/dist/types/components/BaseSwitch.vue.d.ts +118 -10
- package/dist/types/components/BaseSystemAlert.vue.d.ts +58 -11
- package/dist/types/components/BaseTabItem.vue.d.ts +25 -16
- package/dist/types/components/BaseTable.vue.d.ts +29 -14
- package/dist/types/components/BaseTableBody.vue.d.ts +9 -12
- package/dist/types/components/BaseTableCell.vue.d.ts +40 -15
- package/dist/types/components/BaseTableColumn.vue.d.ts +2 -2
- package/dist/types/components/BaseTableHead.vue.d.ts +14 -12
- package/dist/types/components/BaseTableHeader.vue.d.ts +25 -14
- package/dist/types/components/BaseTableRow.vue.d.ts +40 -13
- package/dist/types/components/BaseTabs.vue.d.ts +16 -15
- package/dist/types/components/BaseTagAutocomplete.vue.d.ts +578 -199
- package/dist/types/components/BaseTagAutocompleteFetch.vue.d.ts +803 -346
- package/dist/types/components/BaseTextareaAutoresize.vue.d.ts +1 -1
- package/dist/types/components/BaseTimeline.vue.d.ts +1 -1
- package/dist/types/components/BaseTimelineItem.vue.d.ts +1 -1
- package/dist/types/components/BaseToast.vue.d.ts +1 -1
- package/dist/types/components/BaseTooltip.vue.d.ts +41 -15
- package/dist/types/components/BaseUniqueCode.vue.d.ts +1 -1
- package/dist/types/stories/PageInputSizes.vue.d.ts +1 -1
- package/dist/types/stories/PageShow.vue.d.ts +1 -1
- package/dist/types/svg/BaseEmptyState.vue.d.ts +1 -1
- package/dist/types/svg/BaseSpinnerSmall.vue.d.ts +1 -1
- package/package.json +3 -4
- package/src/components/BaseCkeditor.vue +137 -0
- package/src/components/BaseRichText.vue +10 -100
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
import {
|
|
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
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
|
|
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, {},
|
|
48
|
-
declare const _default:
|
|
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
|
|
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:
|
|
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, {},
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
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
|
-
})
|
|
316
|
-
sidebarTop
|
|
316
|
+
}) => any) | undefined;
|
|
317
|
+
sidebarTop?: ((props: {
|
|
317
318
|
paginationMetadata: import("@/types").PaginationMetadata | null;
|
|
318
|
-
})
|
|
319
|
-
sidebarBottom
|
|
319
|
+
}) => any) | undefined;
|
|
320
|
+
sidebarBottom?: ((props: {
|
|
320
321
|
paginationMetadata: import("@/types").PaginationMetadata | null;
|
|
321
|
-
})
|
|
322
|
+
}) => any) | undefined;
|
|
322
323
|
}>;
|
|
323
324
|
export default _default;
|
|
324
|
-
type
|
|
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
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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
|
|
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, {},
|
|
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
|
-
|
|
7
|
-
|
|
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
|
-
|
|
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:
|
|
29
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
21
30
|
export default _default;
|
|
22
|
-
type
|
|
31
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
23
32
|
new (): {
|
|
24
33
|
$slots: S;
|
|
25
34
|
};
|