sprintify-ui 0.8.35 → 0.8.37
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 +1 -1
- package/dist/sprintify-ui.es.js +7597 -7492
- package/dist/types/components/BaseActionItem.vue.d.ts +12 -2
- package/dist/types/components/BaseActionItemButton.vue.d.ts +3 -3
- package/dist/types/components/BaseAddressForm.vue.d.ts +19 -19
- package/dist/types/components/BaseAlert.vue.d.ts +19 -17
- package/dist/types/components/BaseApp.vue.d.ts +4 -2
- package/dist/types/components/BaseAppDialogs.vue.d.ts +2 -2
- package/dist/types/components/BaseAutocomplete.vue.d.ts +47 -44
- package/dist/types/components/BaseAutocompleteDrawer.vue.d.ts +22 -19
- package/dist/types/components/BaseAutocompleteFetch.vue.d.ts +44 -41
- package/dist/types/components/BaseAvatar.vue.d.ts +4 -4
- package/dist/types/components/BaseAvatarGroup.vue.d.ts +1 -1
- package/dist/types/components/BaseBadge.vue.d.ts +22 -19
- package/dist/types/components/BaseBelongsTo.vue.d.ts +38 -35
- package/dist/types/components/BaseBelongsToFetch.vue.d.ts +39 -36
- package/dist/types/components/BaseButton.vue.d.ts +54 -31
- package/dist/types/components/BaseButtonGroup.vue.d.ts +22 -19
- package/dist/types/components/BaseCalendar.vue.d.ts +24 -22
- package/dist/types/components/BaseCard.vue.d.ts +6 -4
- package/dist/types/components/BaseCardRow.vue.d.ts +9 -7
- package/dist/types/components/BaseCharacterCounter.vue.d.ts +1 -1
- package/dist/types/components/BaseClipboard.vue.d.ts +6 -4
- package/dist/types/components/BaseCollapse.vue.d.ts +34 -32
- package/dist/types/components/BaseColor.vue.d.ts +5 -4
- package/dist/types/components/BaseContainer.vue.d.ts +19 -13
- package/dist/types/components/BaseCounter.vue.d.ts +1 -1
- package/dist/types/components/BaseCropper.vue.d.ts +24 -22
- package/dist/types/components/BaseCropperModal.vue.d.ts +4 -4
- package/dist/types/components/BaseDataIterator.vue.d.ts +13 -24
- package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +6 -4
- package/dist/types/components/BaseDataIteratorSectionColumns.vue.d.ts +3 -818
- package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +6 -4
- package/dist/types/components/BaseDataTable.vue.d.ts +37 -40
- package/dist/types/components/BaseDataTableRowAction.vue.d.ts +2 -2
- package/dist/types/components/BaseDataTableTemplate.vue.d.ts +28 -25
- package/dist/types/components/BaseDatePicker.vue.d.ts +33 -33
- package/dist/types/components/BaseDateSelect.vue.d.ts +3 -2
- package/dist/types/components/BaseDescriptionList.vue.d.ts +4 -2
- package/dist/types/components/BaseDescriptionListItem.vue.d.ts +4 -2
- package/dist/types/components/BaseDialog.vue.d.ts +9 -7
- package/dist/types/components/BaseDisplayRelativeTime.vue.d.ts +9 -7
- package/dist/types/components/BaseDraggable.vue.d.ts +10 -8
- package/dist/types/components/BaseDropdown.vue.d.ts +10 -8
- package/dist/types/components/BaseDropdownAutocomplete.vue.d.ts +20 -18
- package/dist/types/components/BaseField.vue.d.ts +11 -8
- package/dist/types/components/BaseFieldI18n.vue.d.ts +6 -6
- package/dist/types/components/BaseFilePicker.vue.d.ts +24 -22
- package/dist/types/components/BaseFilePickerCrop.vue.d.ts +18 -16
- package/dist/types/components/BaseFileUploader.vue.d.ts +58 -56
- package/dist/types/components/BaseForm.vue.d.ts +21 -19
- package/dist/types/components/BaseGantt.vue.d.ts +20 -411
- package/dist/types/components/BaseHasMany.vue.d.ts +39 -37
- package/dist/types/components/BaseHeader.vue.d.ts +20 -20
- package/dist/types/components/BaseIconPicker.vue.d.ts +7 -7
- package/dist/types/components/BaseInput.vue.d.ts +32 -31
- package/dist/types/components/BaseInputError.vue.d.ts +9 -6
- package/dist/types/components/BaseInputLabel.vue.d.ts +3 -2
- package/dist/types/components/BaseInputPercent.vue.d.ts +8 -8
- package/dist/types/components/BaseJsonReader.vue.d.ts +7 -7
- package/dist/types/components/BaseJsonReaderItem.vue.d.ts +4 -4
- package/dist/types/components/BaseLayoutNotificationDropdown.vue.d.ts +1 -1
- package/dist/types/components/BaseLayoutSidebar.vue.d.ts +13 -10
- package/dist/types/components/BaseLayoutSidebarConfigurable.vue.d.ts +10 -8
- package/dist/types/components/BaseLayoutStacked.vue.d.ts +25 -23
- package/dist/types/components/BaseLayoutStackedConfigurable.vue.d.ts +9 -7
- package/dist/types/components/BaseLoadingCover.vue.d.ts +3 -3
- package/dist/types/components/BaseMediaGallery.vue.d.ts +1 -1
- package/dist/types/components/BaseMediaLibrary.vue.d.ts +39 -38
- 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/BaseMenu.vue.d.ts +26 -18
- package/dist/types/components/BaseMenuItem.vue.d.ts +5 -5
- package/dist/types/components/BaseModalCenter.vue.d.ts +8 -6
- package/dist/types/components/BaseModalSide.vue.d.ts +8 -6
- package/dist/types/components/BaseNavbar.vue.d.ts +17 -15
- package/dist/types/components/BaseNavbarItem.vue.d.ts +1 -1
- package/dist/types/components/BaseNavbarItemContent.vue.d.ts +4 -4
- package/dist/types/components/BaseNavbarSideItem.vue.d.ts +1 -1
- package/dist/types/components/BaseNavbarSideItemContent.vue.d.ts +4 -4
- package/dist/types/components/BasePanel.vue.d.ts +1 -1
- package/dist/types/components/BasePassword.vue.d.ts +6 -5
- package/dist/types/components/BaseProgressCircle.vue.d.ts +2 -2
- package/dist/types/components/BaseRadioGroup.vue.d.ts +10 -8
- package/dist/types/components/BaseReadMore.vue.d.ts +6 -4
- package/dist/types/components/BaseRichText.vue.d.ts +6 -5
- package/dist/types/components/BaseScrollColumn.vue.d.ts +1 -1
- package/dist/types/components/BaseSelect.vue.d.ts +13 -10
- package/dist/types/components/BaseShortcut.vue.d.ts +4 -4
- package/dist/types/components/BaseSideNavigation.vue.d.ts +8 -6
- package/dist/types/components/BaseSideNavigationItem.vue.d.ts +12 -10
- package/dist/types/components/BaseStatistic.vue.d.ts +1 -1
- package/dist/types/components/BaseSwitch.vue.d.ts +14 -12
- package/dist/types/components/BaseSystemAlert.vue.d.ts +13 -11
- package/dist/types/components/BaseTabItem.vue.d.ts +12 -10
- package/dist/types/components/BaseTable.vue.d.ts +27 -24
- package/dist/types/components/BaseTableBody.vue.d.ts +4 -2
- package/dist/types/components/BaseTableCell.vue.d.ts +29 -27
- package/dist/types/components/BaseTableColumn.vue.d.ts +11 -11
- package/dist/types/components/BaseTableHead.vue.d.ts +6 -4
- package/dist/types/components/BaseTableHeader.vue.d.ts +11 -9
- package/dist/types/components/BaseTableRow.vue.d.ts +20 -18
- package/dist/types/components/BaseTabs.vue.d.ts +8 -6
- package/dist/types/components/BaseTagAutocomplete.vue.d.ts +47 -44
- package/dist/types/components/BaseTagAutocompleteFetch.vue.d.ts +40 -38
- package/dist/types/components/BaseTextarea.vue.d.ts +8 -7
- package/dist/types/components/BaseTextareaAutoresize.vue.d.ts +7 -6
- package/dist/types/components/BaseTimePicker.vue.d.ts +4 -3
- package/dist/types/components/BaseTooltip.vue.d.ts +15 -13
- package/dist/types/composables/breakpoints.d.ts +6 -6
- package/dist/types/composables/mediaQuery.d.ts +1 -1
- package/dist/types/composables/modal.d.ts +1 -1
- package/package.json +14 -20
- package/src/components/BaseAddressForm.stories.js +32 -33
- package/src/components/BaseAlert.stories.js +13 -13
- package/src/components/BaseAutocomplete.stories.js +26 -26
- package/src/components/BaseAutocomplete.vue +10 -3
- package/src/components/BaseAutocompleteFetch.stories.js +24 -28
- package/src/components/BaseAvatar.stories.js +11 -11
- package/src/components/BaseAvatarGroup.stories.js +9 -9
- package/src/components/BaseBadge.stories.js +18 -19
- package/src/components/BaseBelongsTo.stories.js +20 -20
- package/src/components/BaseBelongsToFetch.stories.js +21 -25
- package/src/components/BaseBoolean.stories.js +3 -3
- package/src/components/BaseBreadcrumbs.stories.js +14 -14
- package/src/components/BaseButton.stories.js +34 -34
- package/src/components/BaseButtonGroup.stories.js +18 -18
- package/src/components/BaseCalendar.stories.js +122 -46
- package/src/components/BaseCard.stories.js +3 -3
- package/src/components/BaseCharacterCounter.stories.js +5 -5
- package/src/components/BaseClipboard.stories.js +6 -6
- package/src/components/BaseCollapse.stories.js +81 -82
- package/src/components/BaseColor.stories.js +8 -8
- package/src/components/BaseContainer.stories.js +6 -6
- package/src/components/BaseCounter.stories.js +9 -9
- package/src/components/BaseCropper.stories.js +11 -11
- package/src/components/BaseCropperModal.stories.js +6 -6
- package/src/components/BaseDataIterator.stories.js +30 -33
- package/src/components/BaseDataTable.stories.js +61 -56
- package/src/components/BaseDatePicker.stories.js +29 -29
- package/src/components/BaseDateSelect.stories.js +9 -9
- package/src/components/BaseDescriptionList.stories.js +4 -4
- package/src/components/BaseDialog.stories.js +27 -27
- package/src/components/BaseDisplayRelativeTime.stories.js +4 -4
- package/src/components/BaseDropdown.stories.js +13 -13
- package/src/components/BaseDropdownAutocomplete.stories.js +25 -25
- package/src/components/BaseFieldI18n.stories.js +9 -9
- package/src/components/BaseFilePicker.stories.js +8 -8
- package/src/components/BaseFilePickerCrop.stories.js +15 -15
- package/src/components/BaseFileUploader.stories.js +12 -13
- package/src/components/BaseForm.stories.js +7 -7
- package/src/components/BaseGantt.stories.js +22 -16
- package/src/components/BaseHasMany.stories.js +18 -22
- package/src/components/BaseHeader.stories.js +43 -43
- package/src/components/BaseIconPicker.stories.js +4 -4
- package/src/components/BaseInput.stories.js +48 -48
- package/src/components/BaseInputLabel.stories.js +6 -6
- package/src/components/BaseInputPercent.stories.js +8 -8
- package/src/components/BaseJsonReader.stories.js +42 -49
- package/src/components/BaseJsonReader.vue +0 -1
- package/src/components/BaseLayoutSidebar.vue +1 -1
- package/src/components/BaseLayoutSidebarConfigurable.stories.js +72 -73
- package/src/components/BaseLayoutSidebarConfigurable.vue +1 -1
- package/src/components/BaseLayoutStackedConfigurable.stories.js +68 -69
- package/src/components/BaseLoadingCover.stories.js +9 -9
- package/src/components/BaseMediaItem.stories.js +10 -10
- package/src/components/BaseMediaLibrary.stories.js +58 -58
- package/src/components/BaseMediaPreview.stories.js +21 -21
- package/src/components/BaseMenu.stories.js +34 -34
- package/src/components/BaseModalCenter.stories.js +9 -9
- package/src/components/BaseModalSide.stories.js +6 -6
- package/src/components/BaseNavbar.stories.js +26 -26
- package/src/components/BasePagination.stories.js +2 -2
- package/src/components/BasePanel.stories.js +9 -9
- package/src/components/BasePassword.stories.js +11 -12
- package/src/components/BaseProgressCircle.stories.js +3 -3
- package/src/components/BaseRadioGroup.stories.js +15 -15
- package/src/components/BaseReadMore.stories.js +3 -3
- package/src/components/BaseRichText.stories.js +32 -32
- package/src/components/BaseSelect.stories.js +19 -19
- package/src/components/BaseShortcut.stories.js +28 -28
- package/src/components/BaseSideNavigation.stories.js +11 -11
- package/src/components/BaseSkeleton.stories.js +3 -3
- package/src/components/BaseStatistic.stories.js +16 -16
- package/src/components/BaseStepper.stories.js +29 -29
- package/src/components/BaseStepperItem.stories.js +11 -11
- package/src/components/BaseSwitch.stories.js +25 -25
- package/src/components/BaseSystemAlert.stories.js +7 -7
- package/src/components/BaseTable.stories.js +14 -16
- package/src/components/BaseTabs.stories.js +12 -13
- package/src/components/BaseTagAutocomplete.stories.js +19 -19
- package/src/components/BaseTagAutocompleteFetch.stories.js +11 -11
- package/src/components/BaseTextarea.stories.js +10 -10
- package/src/components/BaseTextareaAutoresize.stories.js +13 -13
- package/src/components/BaseTimePicker.stories.js +9 -9
- package/src/components/BaseTimeline.stories.js +22 -22
- package/src/components/BaseTimelineItem.stories.js +23 -22
- package/src/components/BaseToast.stories.js +6 -6
- package/src/components/BaseTooltip.stories.js +27 -27
- package/src/components/BaseUniqueCode.stories.js +7 -7
- package/src/stories/InputSizes.stories.js +13 -14
- package/src/stories/List.stories.js +92 -92
- package/src/stories/Show.stories.js +13 -14
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { DataIteratorSection } from '@/types';
|
|
2
|
-
declare
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
3
6
|
modelValue: boolean;
|
|
4
7
|
section: DataIteratorSection;
|
|
5
8
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
@@ -9,9 +12,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
9
12
|
section: DataIteratorSection;
|
|
10
13
|
}>>> & {
|
|
11
14
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
12
|
-
}, {}, {}
|
|
13
|
-
|
|
14
|
-
}>;
|
|
15
|
+
}, {}, {}>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
15
17
|
export default _default;
|
|
16
18
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
19
|
new (): {
|
|
@@ -2,9 +2,29 @@ import { PropType } from 'vue';
|
|
|
2
2
|
import { CollectionItem, DataIteratorSection, DataTableQuery, RowAction } from '@/types';
|
|
3
3
|
import { RouteLocationRaw } from 'vue-router';
|
|
4
4
|
import { ActionItem } from '@/types';
|
|
5
|
+
import { Size } from '@/utils/sizes';
|
|
5
6
|
declare function fetch(): void;
|
|
6
7
|
declare function fetchWithoutLoading(): void;
|
|
7
|
-
declare
|
|
8
|
+
declare function __VLS_template(): Partial<Record<string, (_: {}) => any>> & {
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
detail?(_: {
|
|
11
|
+
row: import("@/types").Row;
|
|
12
|
+
index: number;
|
|
13
|
+
}): any;
|
|
14
|
+
checkedHeader?(_: any): any;
|
|
15
|
+
filters?(_: {
|
|
16
|
+
query: DataTableQuery;
|
|
17
|
+
updateQuery: (newQuery: DataTableQuery) => void;
|
|
18
|
+
updateQueryValue: (key: string, value: any) => void;
|
|
19
|
+
}): any;
|
|
20
|
+
sidebarTop?(_: {
|
|
21
|
+
paginationMetadata: import("@/types").PaginationMetadata | null;
|
|
22
|
+
}): any;
|
|
23
|
+
sidebarBottom?(_: {
|
|
24
|
+
paginationMetadata: import("@/types").PaginationMetadata | null;
|
|
25
|
+
}): any;
|
|
26
|
+
};
|
|
27
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
8
28
|
/**
|
|
9
29
|
* Data table items
|
|
10
30
|
*/
|
|
@@ -191,7 +211,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
191
211
|
*/
|
|
192
212
|
size: {
|
|
193
213
|
default: string;
|
|
194
|
-
type: PropType<
|
|
214
|
+
type: PropType<Size>;
|
|
195
215
|
};
|
|
196
216
|
/**
|
|
197
217
|
* Data iterator sections
|
|
@@ -226,7 +246,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
226
246
|
*/
|
|
227
247
|
filtersPosition: {
|
|
228
248
|
default: string;
|
|
229
|
-
type: PropType<"
|
|
249
|
+
type: PropType<"top" | "section">;
|
|
230
250
|
};
|
|
231
251
|
/**
|
|
232
252
|
* Row key. Used to identify rows for faster rendering.
|
|
@@ -438,7 +458,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
438
458
|
*/
|
|
439
459
|
size: {
|
|
440
460
|
default: string;
|
|
441
|
-
type: PropType<
|
|
461
|
+
type: PropType<Size>;
|
|
442
462
|
};
|
|
443
463
|
/**
|
|
444
464
|
* Data iterator sections
|
|
@@ -473,7 +493,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
473
493
|
*/
|
|
474
494
|
filtersPosition: {
|
|
475
495
|
default: string;
|
|
476
|
-
type: PropType<"
|
|
496
|
+
type: PropType<"top" | "section">;
|
|
477
497
|
};
|
|
478
498
|
/**
|
|
479
499
|
* Row key. Used to identify rows for faster rendering.
|
|
@@ -496,8 +516,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
496
516
|
onFetch?: ((...args: any[]) => any) | undefined;
|
|
497
517
|
}, {
|
|
498
518
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
499
|
-
actions: ActionItem[];
|
|
500
519
|
url: string | undefined;
|
|
520
|
+
actions: ActionItem[];
|
|
501
521
|
items: CollectionItem[] | undefined;
|
|
502
522
|
urlQuery: Record<string, any>;
|
|
503
523
|
defaultQuery: DataTableQuery;
|
|
@@ -508,53 +528,30 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
508
528
|
scrollTopOnFetch: boolean;
|
|
509
529
|
filtersPosition: "section" | "top";
|
|
510
530
|
perPage: number;
|
|
511
|
-
|
|
531
|
+
maxHeight: number;
|
|
532
|
+
virtualScrolling: boolean;
|
|
533
|
+
detailed: boolean;
|
|
534
|
+
checkable: boolean;
|
|
535
|
+
isRowCheckable: Function;
|
|
536
|
+
checkedRows: Record<string, any>[];
|
|
537
|
+
hasDetailedVisible: (row: any) => boolean;
|
|
512
538
|
rowTo: ((row: CollectionItem) => RouteLocationRaw) | undefined;
|
|
513
539
|
rowHref: ((row: CollectionItem) => string) | undefined;
|
|
514
540
|
onRowClick: (row: CollectionItem, index: number, event: MouseEvent) => void;
|
|
541
|
+
rowKey: (row: CollectionItem) => string | number;
|
|
542
|
+
showUrl: ((row: CollectionItem) => RouteLocationRaw) | undefined;
|
|
515
543
|
editButton: boolean;
|
|
516
544
|
editUrl: ((row: CollectionItem) => RouteLocationRaw) | undefined;
|
|
517
545
|
deleteButton: boolean;
|
|
518
546
|
deleteUrl: ((row: CollectionItem) => string) | undefined;
|
|
519
547
|
deleteLabel: string;
|
|
520
548
|
deleteMessage: string;
|
|
521
|
-
detailed: boolean;
|
|
522
|
-
hasDetailedVisible: (row: any) => boolean;
|
|
523
|
-
checkable: boolean;
|
|
524
549
|
checkableActions: ActionItem[];
|
|
525
|
-
checkedRows: Record<string, any>[];
|
|
526
|
-
isRowCheckable: Function;
|
|
527
550
|
toggleable: boolean;
|
|
528
|
-
maxHeight: number;
|
|
529
551
|
rowActions: RowAction[];
|
|
530
552
|
numberOfVisibleRowActions: number;
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
}, {}>, Partial<Record<string, (_: {}) => any>> & {
|
|
534
|
-
default?(_: {}): any;
|
|
535
|
-
detail?(_: {
|
|
536
|
-
row: import("@/types").Row;
|
|
537
|
-
index: number;
|
|
538
|
-
}): any;
|
|
539
|
-
checkedHeader?(_: any): any;
|
|
540
|
-
filters?(_: {
|
|
541
|
-
query: {
|
|
542
|
-
[x: string]: any;
|
|
543
|
-
page?: number | undefined;
|
|
544
|
-
sort?: string | undefined;
|
|
545
|
-
search?: string | undefined;
|
|
546
|
-
filter?: Record<string, any> | undefined;
|
|
547
|
-
};
|
|
548
|
-
updateQuery: (newQuery: DataTableQuery) => void;
|
|
549
|
-
updateQueryValue: (key: string, value: any) => void;
|
|
550
|
-
}): any;
|
|
551
|
-
sidebarTop?(_: {
|
|
552
|
-
paginationMetadata: import("@/types").PaginationMetadata | null;
|
|
553
|
-
}): any;
|
|
554
|
-
sidebarBottom?(_: {
|
|
555
|
-
paginationMetadata: import("@/types").PaginationMetadata | null;
|
|
556
|
-
}): any;
|
|
557
|
-
}>;
|
|
553
|
+
}, {}>;
|
|
554
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
558
555
|
export default _default;
|
|
559
556
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
560
557
|
new (): {
|
|
@@ -3,13 +3,13 @@ import { Size } from '@/utils/sizes';
|
|
|
3
3
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
4
4
|
row: CollectionItem;
|
|
5
5
|
rowAction: RowAction;
|
|
6
|
-
size?:
|
|
6
|
+
size?: Size;
|
|
7
7
|
}>, {
|
|
8
8
|
size: string;
|
|
9
9
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
10
10
|
row: CollectionItem;
|
|
11
11
|
rowAction: RowAction;
|
|
12
|
-
size?:
|
|
12
|
+
size?: Size;
|
|
13
13
|
}>, {
|
|
14
14
|
size: string;
|
|
15
15
|
}>>>, {
|
|
@@ -1,11 +1,20 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { BaseTableColumnData, CollectionItem, Row } from '@/types';
|
|
3
|
+
import { Size } from '@/utils/sizes';
|
|
3
4
|
import { RouteLocationRaw } from 'vue-router';
|
|
4
5
|
/**
|
|
5
6
|
* Remove all rows in current page.
|
|
6
7
|
*/
|
|
7
8
|
declare function uncheckAll(): void;
|
|
8
|
-
declare
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
detail?(_: {
|
|
12
|
+
row: Row;
|
|
13
|
+
index: number;
|
|
14
|
+
}): any;
|
|
15
|
+
empty?(_: {}): any;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
9
18
|
/** Table data */
|
|
10
19
|
data: {
|
|
11
20
|
type: PropType<Row[]>;
|
|
@@ -63,7 +72,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
63
72
|
type: NumberConstructor;
|
|
64
73
|
};
|
|
65
74
|
size: {
|
|
66
|
-
type: PropType<
|
|
75
|
+
type: PropType<Size>;
|
|
67
76
|
default: string;
|
|
68
77
|
};
|
|
69
78
|
rowTo: {
|
|
@@ -91,23 +100,23 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
91
100
|
id: string;
|
|
92
101
|
label: string;
|
|
93
102
|
field: string;
|
|
94
|
-
meta: Record<string, any
|
|
103
|
+
meta: undefined | Record<string, any>;
|
|
95
104
|
newKey: string;
|
|
96
105
|
numeric: boolean;
|
|
97
|
-
align: "
|
|
106
|
+
align: "left" | "center" | "right";
|
|
98
107
|
searchable: boolean;
|
|
99
108
|
sortable: boolean;
|
|
100
109
|
ignoreRowInteractions: boolean;
|
|
101
110
|
toggle: boolean;
|
|
102
111
|
toggleDefault: boolean;
|
|
103
112
|
width: number;
|
|
104
|
-
class?: string | string[] | undefined;
|
|
113
|
+
class?: (string | string[]) | undefined;
|
|
105
114
|
to?: ((row: Row) => RouteLocationRaw) | undefined;
|
|
106
115
|
href?: ((row: Row) => string) | undefined;
|
|
107
|
-
target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
|
|
116
|
+
target?: ("_blank" | "_self" | "_parent" | "_top") | undefined;
|
|
108
117
|
onClick?: ((row: Row, index: number, column: BaseTableColumnData, colIndex: number, event: MouseEvent) => void) | undefined;
|
|
109
118
|
style: {
|
|
110
|
-
width:
|
|
119
|
+
width: undefined | number;
|
|
111
120
|
};
|
|
112
121
|
}[]>;
|
|
113
122
|
uncheckAll: typeof uncheckAll;
|
|
@@ -180,7 +189,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
180
189
|
type: NumberConstructor;
|
|
181
190
|
};
|
|
182
191
|
size: {
|
|
183
|
-
type: PropType<
|
|
192
|
+
type: PropType<Size>;
|
|
184
193
|
default: string;
|
|
185
194
|
};
|
|
186
195
|
rowTo: {
|
|
@@ -214,31 +223,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
214
223
|
"onCell-click"?: ((...args: any[]) => any) | undefined;
|
|
215
224
|
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
216
225
|
}, {
|
|
226
|
+
data: Row[];
|
|
217
227
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
218
228
|
loading: boolean;
|
|
219
229
|
sortField: string;
|
|
220
230
|
sortDirection: string;
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
231
|
+
maxHeight: number;
|
|
232
|
+
virtualScrolling: boolean;
|
|
233
|
+
visibleColumns: string[];
|
|
224
234
|
detailed: boolean;
|
|
225
|
-
hasDetailedVisible: Function;
|
|
226
235
|
checkable: boolean;
|
|
227
|
-
checkedRows: Row[];
|
|
228
236
|
isRowCheckable: Function;
|
|
229
|
-
|
|
237
|
+
checkedRows: Row[];
|
|
238
|
+
hasDetailedVisible: Function;
|
|
239
|
+
rowTo: ((row: CollectionItem) => RouteLocationRaw) | undefined;
|
|
240
|
+
rowHref: ((row: CollectionItem) => string) | undefined;
|
|
241
|
+
onRowClick: ((row: CollectionItem, index: number, event: MouseEvent) => void) | undefined;
|
|
230
242
|
rowKey: ((row: CollectionItem) => string | number) | undefined;
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
visibleColumns: string[];
|
|
234
|
-
}, {}>, {
|
|
235
|
-
default?(_: {}): any;
|
|
236
|
-
detail?(_: {
|
|
237
|
-
row: Row;
|
|
238
|
-
index: number;
|
|
239
|
-
}): any;
|
|
240
|
-
empty?(_: {}): any;
|
|
241
|
-
}>;
|
|
243
|
+
}, {}>;
|
|
244
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
242
245
|
export default _default;
|
|
243
246
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
244
247
|
new (): {
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { Size } from '@/utils/sizes';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
-
modelValue?: string |
|
|
4
|
-
required?: boolean
|
|
5
|
-
size?:
|
|
6
|
-
disabled?: boolean
|
|
7
|
-
minDate?: string | Date | null
|
|
8
|
-
maxDate?: string | Date | null
|
|
9
|
-
hasError?: boolean
|
|
10
|
-
name?: string
|
|
11
|
-
inline?: boolean
|
|
12
|
-
showInput?: boolean
|
|
13
|
-
enableTime?: boolean
|
|
14
|
-
mode?: "
|
|
15
|
-
noCalendar?: boolean
|
|
16
|
-
disableDates?: (string | Date | ((date: Date) => boolean))[]
|
|
17
|
-
showRemoveButton?: boolean
|
|
3
|
+
modelValue?: string | null | string[];
|
|
4
|
+
required?: boolean;
|
|
5
|
+
size?: Size;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
minDate?: string | Date | null;
|
|
8
|
+
maxDate?: string | Date | null;
|
|
9
|
+
hasError?: boolean;
|
|
10
|
+
name?: string;
|
|
11
|
+
inline?: boolean;
|
|
12
|
+
showInput?: boolean;
|
|
13
|
+
enableTime?: boolean;
|
|
14
|
+
mode?: "single" | "multiple" | "range" | "time";
|
|
15
|
+
noCalendar?: boolean;
|
|
16
|
+
disableDates?: (string | Date | ((date: Date) => boolean))[];
|
|
17
|
+
showRemoveButton?: boolean;
|
|
18
18
|
}>, {
|
|
19
19
|
modelValue: null;
|
|
20
20
|
required: undefined;
|
|
@@ -34,21 +34,21 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
34
34
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
35
35
|
"update:modelValue": (...args: any[]) => void;
|
|
36
36
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
37
|
-
modelValue?: string |
|
|
38
|
-
required?: boolean
|
|
39
|
-
size?:
|
|
40
|
-
disabled?: boolean
|
|
41
|
-
minDate?: string | Date | null
|
|
42
|
-
maxDate?: string | Date | null
|
|
43
|
-
hasError?: boolean
|
|
44
|
-
name?: string
|
|
45
|
-
inline?: boolean
|
|
46
|
-
showInput?: boolean
|
|
47
|
-
enableTime?: boolean
|
|
48
|
-
mode?: "
|
|
49
|
-
noCalendar?: boolean
|
|
50
|
-
disableDates?: (string | Date | ((date: Date) => boolean))[]
|
|
51
|
-
showRemoveButton?: boolean
|
|
37
|
+
modelValue?: string | null | string[];
|
|
38
|
+
required?: boolean;
|
|
39
|
+
size?: Size;
|
|
40
|
+
disabled?: boolean;
|
|
41
|
+
minDate?: string | Date | null;
|
|
42
|
+
maxDate?: string | Date | null;
|
|
43
|
+
hasError?: boolean;
|
|
44
|
+
name?: string;
|
|
45
|
+
inline?: boolean;
|
|
46
|
+
showInput?: boolean;
|
|
47
|
+
enableTime?: boolean;
|
|
48
|
+
mode?: "single" | "multiple" | "range" | "time";
|
|
49
|
+
noCalendar?: boolean;
|
|
50
|
+
disableDates?: (string | Date | ((date: Date) => boolean))[];
|
|
51
|
+
showRemoveButton?: boolean;
|
|
52
52
|
}>, {
|
|
53
53
|
modelValue: null;
|
|
54
54
|
required: undefined;
|
|
@@ -69,14 +69,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
69
69
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
70
70
|
}, {
|
|
71
71
|
required: boolean;
|
|
72
|
-
modelValue: string | null | string[];
|
|
73
72
|
size: Size;
|
|
74
73
|
name: string;
|
|
74
|
+
mode: "single" | "multiple" | "range" | "time";
|
|
75
|
+
inline: boolean;
|
|
76
|
+
modelValue: string | null | string[];
|
|
75
77
|
disabled: boolean;
|
|
76
78
|
hasError: boolean;
|
|
77
|
-
inline: boolean;
|
|
78
79
|
showRemoveButton: boolean;
|
|
79
|
-
mode: 'single' | 'multiple' | 'range' | 'time';
|
|
80
80
|
minDate: string | Date | null;
|
|
81
81
|
maxDate: string | Date | null;
|
|
82
82
|
showInput: boolean;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
+
import { Size } from '@/utils/sizes';
|
|
2
3
|
declare const _default: import("vue").DefineComponent<{
|
|
3
4
|
modelValue: {
|
|
4
5
|
required: true;
|
|
@@ -10,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10
11
|
};
|
|
11
12
|
size: {
|
|
12
13
|
default: undefined;
|
|
13
|
-
type: PropType<
|
|
14
|
+
type: PropType<Size>;
|
|
14
15
|
};
|
|
15
16
|
disabled: {
|
|
16
17
|
default: boolean;
|
|
@@ -49,7 +50,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
50
|
};
|
|
50
51
|
size: {
|
|
51
52
|
default: undefined;
|
|
52
|
-
type: PropType<
|
|
53
|
+
type: PropType<Size>;
|
|
53
54
|
};
|
|
54
55
|
disabled: {
|
|
55
56
|
default: boolean;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
2
|
default?(_: {}): any;
|
|
3
|
-
}
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
4
6
|
export default _default;
|
|
5
7
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
8
|
new (): {
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
2
|
left?(_: {}): any;
|
|
3
3
|
right?(_: {}): any;
|
|
4
|
-
}
|
|
4
|
+
};
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
6
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
5
7
|
export default _default;
|
|
6
8
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
7
9
|
new (): {
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { InputConfigProps } from '@/types';
|
|
3
|
-
declare
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
default?(_: {}): any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
4
7
|
color: {
|
|
5
8
|
required: true;
|
|
6
9
|
type: PropType<"info" | "success" | "danger" | "warning">;
|
|
@@ -70,19 +73,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
70
73
|
type: PropType<boolean | InputConfigProps>;
|
|
71
74
|
};
|
|
72
75
|
}>> & {
|
|
73
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
74
76
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
77
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
75
78
|
}, {
|
|
79
|
+
html: boolean;
|
|
80
|
+
input: boolean | InputConfigProps;
|
|
76
81
|
title: string;
|
|
77
82
|
message: string;
|
|
78
83
|
errorMessage: string | null | undefined;
|
|
79
|
-
html: boolean;
|
|
80
|
-
input: boolean | InputConfigProps;
|
|
81
84
|
confirmText: string;
|
|
82
85
|
cancelText: string;
|
|
83
|
-
}, {}
|
|
84
|
-
|
|
85
|
-
}>;
|
|
86
|
+
}, {}>;
|
|
87
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
86
88
|
export default _default;
|
|
87
89
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
88
90
|
new (): {
|
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
default?(_: {
|
|
3
|
+
readableDate: string;
|
|
4
|
+
}): any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
2
7
|
value: {
|
|
3
8
|
required: true;
|
|
4
9
|
type: StringConstructor;
|
|
@@ -33,14 +38,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
33
38
|
type: StringConstructor;
|
|
34
39
|
};
|
|
35
40
|
}>>, {
|
|
36
|
-
tooltip: boolean;
|
|
37
41
|
as: string;
|
|
42
|
+
tooltip: boolean;
|
|
38
43
|
timeZone: string;
|
|
39
|
-
}, {}
|
|
40
|
-
|
|
41
|
-
readableDate: string;
|
|
42
|
-
}): any;
|
|
43
|
-
}>;
|
|
44
|
+
}, {}>;
|
|
45
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
44
46
|
export default _default;
|
|
45
47
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
48
|
new (): {
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
item?(_: {
|
|
3
|
+
key: any;
|
|
4
|
+
element: any;
|
|
5
|
+
index: number;
|
|
6
|
+
}): any;
|
|
7
|
+
};
|
|
8
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
2
9
|
modelValue: any[];
|
|
3
10
|
itemKey: string;
|
|
4
11
|
handle: string;
|
|
@@ -12,13 +19,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
12
19
|
disabled: boolean;
|
|
13
20
|
}>>> & {
|
|
14
21
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
15
|
-
}, {}, {}
|
|
16
|
-
|
|
17
|
-
key: any;
|
|
18
|
-
element: any;
|
|
19
|
-
index: number;
|
|
20
|
-
}): any;
|
|
21
|
-
}>;
|
|
22
|
+
}, {}, {}>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
22
24
|
export default _default;
|
|
23
25
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
24
26
|
new (): {
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
import { Placement } from '@floating-ui/vue';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
-
declare
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
button?(_: {}): any;
|
|
5
|
+
dropdown?(_: {
|
|
6
|
+
close: any;
|
|
7
|
+
opened: any;
|
|
8
|
+
}): any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
4
11
|
animated: {
|
|
5
12
|
default: boolean;
|
|
6
13
|
type: BooleanConstructor;
|
|
@@ -30,13 +37,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
30
37
|
placement: Placement;
|
|
31
38
|
animated: boolean;
|
|
32
39
|
keepAlive: boolean;
|
|
33
|
-
}, {}
|
|
34
|
-
|
|
35
|
-
dropdown?(_: {
|
|
36
|
-
close: any;
|
|
37
|
-
opened: any;
|
|
38
|
-
}): any;
|
|
39
|
-
}>;
|
|
40
|
+
}, {}>;
|
|
41
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
40
42
|
export default _default;
|
|
41
43
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
42
44
|
new (): {
|
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { RawOption, SelectConfiguration } from '@/types';
|
|
3
3
|
import { Placement } from '@floating-ui/vue';
|
|
4
|
-
declare
|
|
4
|
+
declare function __VLS_template(): {
|
|
5
|
+
button?(_: {
|
|
6
|
+
newValue: any;
|
|
7
|
+
}): any;
|
|
8
|
+
option?(_: {
|
|
9
|
+
option: any;
|
|
10
|
+
active: any;
|
|
11
|
+
size: "xs" | "sm" | "base";
|
|
12
|
+
}): any;
|
|
13
|
+
};
|
|
14
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
5
15
|
modelValue: {
|
|
6
|
-
type: PropType<RawOption | RawOption
|
|
16
|
+
type: PropType<RawOption[] | RawOption | null | undefined>;
|
|
7
17
|
default: undefined;
|
|
8
18
|
};
|
|
9
19
|
multiple: {
|
|
@@ -50,7 +60,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
50
60
|
"update:model-value": (...args: any[]) => void;
|
|
51
61
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
62
|
modelValue: {
|
|
53
|
-
type: PropType<RawOption | RawOption
|
|
63
|
+
type: PropType<RawOption[] | RawOption | null | undefined>;
|
|
54
64
|
default: undefined;
|
|
55
65
|
};
|
|
56
66
|
multiple: {
|
|
@@ -97,26 +107,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
97
107
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
98
108
|
}, {
|
|
99
109
|
required: boolean;
|
|
100
|
-
modelValue: RawOption | RawOption[] | null | undefined;
|
|
101
|
-
size: "xs" | "sm" | "base";
|
|
102
110
|
select: SelectConfiguration | undefined;
|
|
111
|
+
size: "xs" | "sm" | "base";
|
|
103
112
|
options: RawOption[] | undefined;
|
|
113
|
+
placement: Placement;
|
|
114
|
+
modelValue: RawOption | RawOption[] | null | undefined;
|
|
115
|
+
url: string;
|
|
104
116
|
labelKey: string;
|
|
105
117
|
valueKey: string;
|
|
106
|
-
emptyOptionLabel: string;
|
|
107
|
-
url: string;
|
|
108
118
|
multiple: boolean;
|
|
109
|
-
|
|
110
|
-
}, {}
|
|
111
|
-
|
|
112
|
-
newValue: any;
|
|
113
|
-
}): any;
|
|
114
|
-
option?(_: {
|
|
115
|
-
option: any;
|
|
116
|
-
active: any;
|
|
117
|
-
size: "xs" | "sm" | "base";
|
|
118
|
-
}): any;
|
|
119
|
-
}>;
|
|
119
|
+
emptyOptionLabel: string;
|
|
120
|
+
}, {}>;
|
|
121
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
120
122
|
export default _default;
|
|
121
123
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
122
124
|
new (): {
|