sprintify-ui 0.6.80 → 0.6.82
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/dist/sprintify-ui.es.js +15698 -15581
- package/dist/style.css +1 -1
- package/dist/types/components/BaseActionItem.vue.d.ts +31 -0
- package/dist/types/components/BaseActionItemButton.vue.d.ts +32 -0
- package/dist/types/components/BaseAddressForm.vue.d.ts +92 -0
- package/dist/types/components/BaseAlert.vue.d.ts +61 -0
- package/dist/types/{src/components → components}/BaseApp.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BaseAppDialogs.vue.d.ts +2 -2
- package/dist/types/components/BaseAppNotifications.vue.d.ts +2 -0
- package/dist/types/{src/components → components}/BaseAutocomplete.vue.d.ts +18 -18
- package/dist/types/{src/components → components}/BaseAutocompleteDrawer.vue.d.ts +4 -4
- package/dist/types/{src/components → components}/BaseAutocompleteFetch.vue.d.ts +13 -13
- package/dist/types/{src/components → components}/BaseAvatar.vue.d.ts +5 -5
- package/dist/types/{src/components → components}/BaseAvatarGroup.vue.d.ts +2 -2
- package/dist/types/components/BaseBadge.vue.d.ts +60 -0
- package/dist/types/{src/components → components}/BaseBelongsTo.vue.d.ts +8 -8
- package/dist/types/{src/components → components}/BaseBelongsToFetch.vue.d.ts +8 -8
- package/dist/types/components/BaseBoolean.vue.d.ts +15 -0
- package/dist/types/{src/components → components}/BaseBreadcrumbs.vue.d.ts +1 -1
- package/dist/types/components/BaseButton.vue.d.ts +95 -0
- package/dist/types/{src/components → components}/BaseButtonGroup.vue.d.ts +7 -7
- package/dist/types/{src/components → components}/BaseCalendar.vue.d.ts +19 -19
- package/dist/types/{src/components → components}/BaseCard.vue.d.ts +1 -1
- package/dist/types/components/BaseCardRow.vue.d.ts +42 -0
- package/dist/types/{src/components → components}/BaseCharacterCounter.vue.d.ts +2 -2
- package/dist/types/{src/components → components}/BaseClipboard.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BaseColor.vue.d.ts +4 -4
- package/dist/types/{src/components → components}/BaseContainer.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BaseCounter.vue.d.ts +2 -2
- package/dist/types/{src/components → components}/BaseCropper.vue.d.ts +25 -42
- package/dist/types/components/BaseCropperModal.vue.d.ts +27 -0
- package/dist/types/{src/components → components}/BaseDataIterator.vue.d.ts +1 -1
- package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +23 -0
- package/dist/types/components/BaseDataIteratorSectionButton.vue.d.ts +23 -0
- package/dist/types/{src/components → components}/BaseDataIteratorSectionColumns.vue.d.ts +257 -173
- package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +29 -0
- package/dist/types/{src/components → components}/BaseDataTable.vue.d.ts +7 -7
- package/dist/types/components/BaseDataTableRowAction.vue.d.ts +35 -0
- package/dist/types/{src/components → components}/BaseDataTableTemplate.vue.d.ts +12 -12
- package/dist/types/components/BaseDatePicker.vue.d.ts +99 -0
- package/dist/types/{src/components → components}/BaseDateSelect.vue.d.ts +2 -2
- package/dist/types/{src/components → components}/BaseDescriptionList.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BaseDescriptionListItem.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BaseDialog.vue.d.ts +4 -4
- package/dist/types/{src/components → components}/BaseDisplayRelativeTime.vue.d.ts +2 -2
- package/dist/types/components/BaseDraggable.vue.d.ts +36 -0
- package/dist/types/{src/components → components}/BaseDropdown.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BaseDropdownAutocomplete.vue.d.ts +8 -8
- package/dist/types/{src/components → components}/BaseField.vue.d.ts +3 -3
- package/dist/types/{src/components → components}/BaseFieldI18n.vue.d.ts +5 -5
- package/dist/types/components/BaseFilePicker.vue.d.ts +69 -0
- package/dist/types/components/BaseFilePickerCrop.vue.d.ts +62 -0
- package/dist/types/components/BaseFileUploader.vue.d.ts +122 -0
- package/dist/types/{src/components → components}/BaseForm.vue.d.ts +4 -4
- package/dist/types/{src/components → components}/BaseGantt.vue.d.ts +141 -120
- package/dist/types/{src/components → components}/BaseHasMany.vue.d.ts +2 -2
- package/dist/types/components/BaseHeader.vue.d.ts +78 -0
- package/dist/types/components/BaseIconPicker.vue.d.ts +43 -0
- package/dist/types/{src/components → components}/BaseInput.vue.d.ts +15 -15
- package/dist/types/{src/components → components}/BaseInputError.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BaseInputLabel.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BaseInputPercent.vue.d.ts +8 -8
- package/dist/types/{src/components → components}/BaseLayoutNotificationDropdown.vue.d.ts +2 -2
- package/dist/types/{src/components → components}/BaseLayoutNotificationItem.vue.d.ts +1 -1
- package/dist/types/components/BaseLayoutNotificationItemContent.vue.d.ts +18 -0
- package/dist/types/{src/components → components}/BaseLayoutSidebar.vue.d.ts +2 -2
- package/dist/types/{src/components → components}/BaseLayoutSidebarConfigurable.vue.d.ts +3 -3
- package/dist/types/components/BaseLayoutStacked.vue.d.ts +59 -0
- package/dist/types/{src/components → components}/BaseLayoutStackedConfigurable.vue.d.ts +3 -3
- package/dist/types/{src/components → components}/BaseLoadingCover.vue.d.ts +4 -4
- package/dist/types/{src/components → components}/BaseMediaGallery.vue.d.ts +4 -4
- package/dist/types/{src/components → components}/BaseMediaGalleryItem.vue.d.ts +3 -3
- package/dist/types/{src/components → components}/BaseMediaItem.vue.d.ts +3 -3
- package/dist/types/{src/components → components}/BaseMediaLibrary.vue.d.ts +10 -10
- package/dist/types/{src/components → components}/BaseMediaList.vue.d.ts +4 -4
- package/dist/types/{src/components → components}/BaseMediaListItem.vue.d.ts +4 -4
- package/dist/types/{src/components → components}/BaseMediaPictures.vue.d.ts +4 -4
- package/dist/types/{src/components → components}/BaseMediaPicturesItem.vue.d.ts +3 -3
- package/dist/types/{src/components → components}/BaseMediaPreview.vue.d.ts +3 -3
- package/dist/types/{src/components → components}/BaseMenu.vue.d.ts +5 -5
- package/dist/types/{src/components → components}/BaseMenuItem.vue.d.ts +6 -6
- package/dist/types/{src/components → components}/BaseModalCenter.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BaseModalSide.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BaseNavbar.vue.d.ts +2 -2
- package/dist/types/{src/components → components}/BaseNavbarItem.vue.d.ts +11 -2
- package/dist/types/{src/components → components}/BaseNavbarItemContent.vue.d.ts +5 -5
- package/dist/types/{src/components → components}/BaseNavbarSideItem.vue.d.ts +2 -2
- package/dist/types/{src/components → components}/BaseNavbarSideItemContent.vue.d.ts +5 -5
- package/dist/types/{src/components → components}/BasePagination.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BasePanel.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BasePassword.vue.d.ts +5 -5
- package/dist/types/{src/components → components}/BaseProgressCircle.vue.d.ts +3 -3
- package/dist/types/{src/components → components}/BaseRadioGroup.vue.d.ts +3 -3
- package/dist/types/{src/components → components}/BaseReadMore.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BaseRichText.vue.d.ts +7 -7
- package/dist/types/{src/components → components}/BaseScrollColumn.vue.d.ts +2 -2
- package/dist/types/{src/components → components}/BaseSelect.vue.d.ts +5 -5
- package/dist/types/{src/components → components}/BaseShortcut.vue.d.ts +5 -5
- package/dist/types/components/BaseSideNavigation.vue.d.ts +36 -0
- package/dist/types/components/BaseSideNavigationItem.vue.d.ts +46 -0
- package/dist/types/{src/components → components}/BaseSkeleton.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BaseStatistic.vue.d.ts +2 -2
- package/dist/types/{src/components → components}/BaseStepper.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BaseStepperItem.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BaseSwitch.vue.d.ts +8 -8
- package/dist/types/{src/components → components}/BaseSystemAlert.vue.d.ts +4 -4
- package/dist/types/components/BaseTabItem.vue.d.ts +46 -0
- package/dist/types/components/BaseTable.vue.d.ts +58 -0
- package/dist/types/{src/components → components}/BaseTableBody.vue.d.ts +1 -1
- package/dist/types/components/BaseTableCell.vue.d.ts +68 -0
- package/dist/types/{src/components → components}/BaseTableColumn.vue.d.ts +9 -9
- package/dist/types/components/BaseTableHead.vue.d.ts +36 -0
- package/dist/types/components/BaseTableHeader.vue.d.ts +47 -0
- package/dist/types/components/BaseTableRow.vue.d.ts +66 -0
- package/dist/types/components/BaseTabs.vue.d.ts +36 -0
- package/dist/types/{src/components → components}/BaseTagAutocomplete.vue.d.ts +13 -13
- package/dist/types/{src/components → components}/BaseTagAutocompleteFetch.vue.d.ts +5 -5
- package/dist/types/{src/components → components}/BaseTextarea.vue.d.ts +7 -7
- package/dist/types/{src/components → components}/BaseTextareaAutoresize.vue.d.ts +8 -8
- package/dist/types/{src/components → components}/BaseTimePicker.vue.d.ts +5 -5
- package/dist/types/{src/components → components}/BaseTimeline.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/BaseTimelineItem.vue.d.ts +1 -1
- package/dist/types/components/BaseToast.vue.d.ts +17 -0
- package/dist/types/components/BaseTooltip.vue.d.ts +47 -0
- package/dist/types/{src/components → components}/BaseUniqueCode.vue.d.ts +1 -1
- package/dist/types/{src/components → components}/SlotComponent.d.ts +1 -1
- package/dist/types/{src/services → services}/gantt/format.d.ts +4 -4
- package/dist/types/{src/services → services}/gantt/timescale.d.ts +2 -2
- package/dist/types/stories/PageInputSizes.vue.d.ts +2 -0
- package/dist/types/stories/PageShow.vue.d.ts +2 -0
- package/dist/types/svg/BaseEmptyState.vue.d.ts +2 -0
- package/dist/types/svg/BaseSpinnerLarge.vue.d.ts +2 -0
- package/dist/types/svg/BaseSpinnerSmall.vue.d.ts +2 -0
- package/dist/types/{src/types → types}/index.d.ts +1 -0
- package/package.json +58 -58
- package/src/components/BaseActionItem.vue +2 -1
- package/src/components/BaseLayoutNotificationItem.vue +1 -1
- package/src/components/BaseNavbarItem.vue +25 -2
- package/src/components/BaseTimePicker.vue +3 -1
- package/src/types/index.ts +1 -0
- package/dist/types/src/components/BaseActionItem.vue.d.ts +0 -32
- package/dist/types/src/components/BaseActionItemButton.vue.d.ts +0 -25
- package/dist/types/src/components/BaseAddressForm.vue.d.ts +0 -121
- package/dist/types/src/components/BaseAlert.vue.d.ts +0 -68
- package/dist/types/src/components/BaseAppNotifications.vue.d.ts +0 -2
- package/dist/types/src/components/BaseBadge.vue.d.ts +0 -69
- package/dist/types/src/components/BaseBoolean.vue.d.ts +0 -10
- package/dist/types/src/components/BaseButton.vue.d.ts +0 -120
- package/dist/types/src/components/BaseCardRow.vue.d.ts +0 -33
- package/dist/types/src/components/BaseCropperModal.vue.d.ts +0 -28
- package/dist/types/src/components/BaseDataIteratorSectionBox.vue.d.ts +0 -20
- package/dist/types/src/components/BaseDataIteratorSectionButton.vue.d.ts +0 -25
- package/dist/types/src/components/BaseDataIteratorSectionModal.vue.d.ts +0 -32
- package/dist/types/src/components/BaseDataTableRowAction.vue.d.ts +0 -32
- package/dist/types/src/components/BaseDatePicker.vue.d.ts +0 -136
- package/dist/types/src/components/BaseDraggable.vue.d.ts +0 -51
- package/dist/types/src/components/BaseFilePicker.vue.d.ts +0 -74
- package/dist/types/src/components/BaseFilePickerCrop.vue.d.ts +0 -65
- package/dist/types/src/components/BaseFileUploader.vue.d.ts +0 -147
- package/dist/types/src/components/BaseHeader.vue.d.ts +0 -93
- package/dist/types/src/components/BaseIconPicker.vue.d.ts +0 -36
- package/dist/types/src/components/BaseLayoutNotificationItemContent.vue.d.ts +0 -21
- package/dist/types/src/components/BaseLayoutStacked.vue.d.ts +0 -56
- package/dist/types/src/components/BaseSideNavigation.vue.d.ts +0 -21
- package/dist/types/src/components/BaseSideNavigationItem.vue.d.ts +0 -41
- package/dist/types/src/components/BaseTabItem.vue.d.ts +0 -41
- package/dist/types/src/components/BaseTable.vue.d.ts +0 -59
- package/dist/types/src/components/BaseTableCell.vue.d.ts +0 -77
- package/dist/types/src/components/BaseTableHead.vue.d.ts +0 -21
- package/dist/types/src/components/BaseTableHeader.vue.d.ts +0 -40
- package/dist/types/src/components/BaseTableRow.vue.d.ts +0 -67
- package/dist/types/src/components/BaseTabs.vue.d.ts +0 -21
- package/dist/types/src/components/BaseToast.vue.d.ts +0 -20
- package/dist/types/src/components/BaseTooltip.vue.d.ts +0 -40
- package/dist/types/src/stories/PageInputSizes.vue.d.ts +0 -2
- package/dist/types/src/stories/PageShow.vue.d.ts +0 -2
- package/dist/types/src/svg/BaseEmptyState.vue.d.ts +0 -2
- package/dist/types/src/svg/BaseSpinnerLarge.vue.d.ts +0 -2
- package/dist/types/src/svg/BaseSpinnerSmall.vue.d.ts +0 -2
- /package/dist/types/{src/components → components}/index.d.ts +0 -0
- /package/dist/types/{src/composables → composables}/breakpoints.d.ts +0 -0
- /package/dist/types/{src/composables → composables}/clickOutside.d.ts +0 -0
- /package/dist/types/{src/composables → composables}/field.d.ts +0 -0
- /package/dist/types/{src/composables → composables}/hasOptions.d.ts +0 -0
- /package/dist/types/{src/composables → composables}/inputSize.d.ts +0 -0
- /package/dist/types/{src/composables → composables}/mediaQuery.d.ts +0 -0
- /package/dist/types/{src/composables → composables}/modal.d.ts +0 -0
- /package/dist/types/{src/composables → composables}/paginatedData.d.ts +0 -0
- /package/dist/types/{src/composables → composables}/tooltip.d.ts +0 -0
- /package/dist/types/{src/constants → constants}/MyConstants.d.ts +0 -0
- /package/dist/types/{src/constants → constants}/index.d.ts +0 -0
- /package/dist/types/{src/i18n → i18n}/index.d.ts +0 -0
- /package/dist/types/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/types/{src/services → services}/gantt/types.d.ts +0 -0
- /package/dist/types/{src/services → services}/table/classes.d.ts +0 -0
- /package/dist/types/{src/services → services}/table/types.d.ts +0 -0
- /package/dist/types/{src/stores → stores}/dialogs.d.ts +0 -0
- /package/dist/types/{src/stores → stores}/i18n.d.ts +0 -0
- /package/dist/types/{src/stores → stores}/notifications.d.ts +0 -0
- /package/dist/types/{src/stores → stores}/systemAlerts.d.ts +0 -0
- /package/dist/types/{src/types → types}/CalendarEvent.d.ts +0 -0
- /package/dist/types/{src/types → types}/Color.d.ts +0 -0
- /package/dist/types/{src/types → types}/Country.d.ts +0 -0
- /package/dist/types/{src/types → types}/ImagePickerResult.d.ts +0 -0
- /package/dist/types/{src/types → types}/Media.d.ts +0 -0
- /package/dist/types/{src/types → types}/Notification.d.ts +0 -0
- /package/dist/types/{src/types → types}/Region.d.ts +0 -0
- /package/dist/types/{src/types → types}/Status.d.ts +0 -0
- /package/dist/types/{src/types → types}/StepperItem.d.ts +0 -0
- /package/dist/types/{src/types → types}/TimelineItem.d.ts +0 -0
- /package/dist/types/{src/types → types}/UploadedFile.d.ts +0 -0
- /package/dist/types/{src/types → types}/User.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/blob.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/colors.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/cropper/avatar.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/cropper/cover.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/cropper/presetInterface.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/cropper/presets.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/fileSizeFormat.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/fileValidations.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/getApiData.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/index.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/resizeImageFromURI.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/scrollPreventer.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/sizes.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/slots.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/toHumanList.d.ts +0 -0
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { Breadcrumb, ActionItem } from '@/types';
|
|
2
|
+
import BaseBadge from './BaseBadge.vue';
|
|
3
|
+
type BaseBadgeProps = InstanceType<typeof BaseBadge>["$props"] & {
|
|
4
|
+
label: string;
|
|
5
|
+
};
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
7
|
+
title: string;
|
|
8
|
+
subtitle?: string | undefined;
|
|
9
|
+
attributes?: {
|
|
10
|
+
icon?: string | undefined;
|
|
11
|
+
label: string;
|
|
12
|
+
tooltip?: string | undefined;
|
|
13
|
+
}[] | undefined;
|
|
14
|
+
actions?: ActionItem[] | undefined;
|
|
15
|
+
badge?: BaseBadgeProps | undefined;
|
|
16
|
+
layout?: "default" | "compact" | undefined;
|
|
17
|
+
breadcrumbs?: Breadcrumb[] | undefined;
|
|
18
|
+
maxActions?: number | undefined;
|
|
19
|
+
}>, {
|
|
20
|
+
subtitle: undefined;
|
|
21
|
+
attributes: undefined;
|
|
22
|
+
actions: undefined;
|
|
23
|
+
badge: undefined;
|
|
24
|
+
layout: string;
|
|
25
|
+
breadcrumbs: undefined;
|
|
26
|
+
maxActions: number;
|
|
27
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
28
|
+
title: string;
|
|
29
|
+
subtitle?: string | undefined;
|
|
30
|
+
attributes?: {
|
|
31
|
+
icon?: string | undefined;
|
|
32
|
+
label: string;
|
|
33
|
+
tooltip?: string | undefined;
|
|
34
|
+
}[] | undefined;
|
|
35
|
+
actions?: ActionItem[] | undefined;
|
|
36
|
+
badge?: BaseBadgeProps | undefined;
|
|
37
|
+
layout?: "default" | "compact" | undefined;
|
|
38
|
+
breadcrumbs?: Breadcrumb[] | undefined;
|
|
39
|
+
maxActions?: number | undefined;
|
|
40
|
+
}>, {
|
|
41
|
+
subtitle: undefined;
|
|
42
|
+
attributes: undefined;
|
|
43
|
+
actions: undefined;
|
|
44
|
+
badge: undefined;
|
|
45
|
+
layout: string;
|
|
46
|
+
breadcrumbs: undefined;
|
|
47
|
+
maxActions: number;
|
|
48
|
+
}>>>, {
|
|
49
|
+
actions: ActionItem[];
|
|
50
|
+
breadcrumbs: Breadcrumb[];
|
|
51
|
+
layout: 'default' | 'compact';
|
|
52
|
+
subtitle: string;
|
|
53
|
+
attributes: {
|
|
54
|
+
icon?: string;
|
|
55
|
+
label: string;
|
|
56
|
+
tooltip?: string;
|
|
57
|
+
}[];
|
|
58
|
+
badge: BaseBadgeProps;
|
|
59
|
+
maxActions: number;
|
|
60
|
+
}, {}>;
|
|
61
|
+
export default _default;
|
|
62
|
+
type __VLS_WithDefaults<P, D> = {
|
|
63
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
64
|
+
default: D[K];
|
|
65
|
+
}> : P[K];
|
|
66
|
+
};
|
|
67
|
+
type __VLS_Prettify<T> = {
|
|
68
|
+
[K in keyof T]: T[K];
|
|
69
|
+
} & {};
|
|
70
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
71
|
+
type __VLS_TypePropsToOption<T> = {
|
|
72
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
73
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
74
|
+
} : {
|
|
75
|
+
type: import('vue').PropType<T[K]>;
|
|
76
|
+
required: true;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
modelValue?: string | null | undefined;
|
|
3
|
+
collection?: string | undefined;
|
|
4
|
+
maxWidth?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
modelValue: null;
|
|
7
|
+
collection: string;
|
|
8
|
+
maxWidth: string;
|
|
9
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
|
+
"update:modelValue": (...args: any[]) => void;
|
|
11
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
12
|
+
modelValue?: string | null | undefined;
|
|
13
|
+
collection?: string | undefined;
|
|
14
|
+
maxWidth?: string | undefined;
|
|
15
|
+
}>, {
|
|
16
|
+
modelValue: null;
|
|
17
|
+
collection: string;
|
|
18
|
+
maxWidth: string;
|
|
19
|
+
}>>> & {
|
|
20
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
21
|
+
}, {
|
|
22
|
+
modelValue: string | null;
|
|
23
|
+
collection: string;
|
|
24
|
+
maxWidth: string;
|
|
25
|
+
}, {}>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithDefaults<P, D> = {
|
|
28
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
+
default: D[K];
|
|
30
|
+
}> : P[K];
|
|
31
|
+
};
|
|
32
|
+
type __VLS_Prettify<T> = {
|
|
33
|
+
[K in keyof T]: T[K];
|
|
34
|
+
} & {};
|
|
35
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
+
type __VLS_TypePropsToOption<T> = {
|
|
37
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
+
} : {
|
|
40
|
+
type: import('vue').PropType<T[K]>;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
@@ -100,11 +100,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
100
100
|
select: typeof selectAction;
|
|
101
101
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
102
102
|
click: (...args: any[]) => void;
|
|
103
|
-
blur: (...args: any[]) => void;
|
|
104
103
|
focus: (...args: any[]) => void;
|
|
105
|
-
keydown: (...args: any[]) => void;
|
|
106
104
|
"update:modelValue": (...args: any[]) => void;
|
|
107
|
-
|
|
105
|
+
blur: (...args: any[]) => void;
|
|
106
|
+
keydown: (...args: any[]) => void;
|
|
107
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
108
108
|
modelValue: {
|
|
109
109
|
default: string;
|
|
110
110
|
type: PropType<string | number | null>;
|
|
@@ -198,31 +198,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
198
198
|
};
|
|
199
199
|
}>> & {
|
|
200
200
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
201
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
201
202
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
202
203
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
203
204
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
204
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
205
205
|
}, {
|
|
206
206
|
class: string | string[];
|
|
207
207
|
type: string;
|
|
208
208
|
required: boolean;
|
|
209
|
-
mask: string | Function | unknown[];
|
|
210
|
-
step: number | null | undefined;
|
|
211
|
-
name: string | null | undefined;
|
|
212
|
-
size: "xs" | "sm" | "md";
|
|
213
209
|
modelValue: string | number | null;
|
|
214
|
-
|
|
215
|
-
|
|
210
|
+
prefix: string | null | undefined;
|
|
211
|
+
size: "xs" | "sm" | "md";
|
|
212
|
+
name: string | null | undefined;
|
|
216
213
|
placeholder: string;
|
|
217
214
|
disabled: boolean;
|
|
215
|
+
hasError: boolean;
|
|
216
|
+
visibleFocus: boolean;
|
|
217
|
+
max: number | null | undefined;
|
|
218
|
+
min: number | null | undefined;
|
|
219
|
+
step: number | null | undefined;
|
|
220
|
+
autocomplete: boolean;
|
|
221
|
+
preventSubmit: boolean;
|
|
218
222
|
iconLeft: string | null | undefined;
|
|
219
223
|
iconRight: string | null | undefined;
|
|
220
|
-
prefix: string | null | undefined;
|
|
221
224
|
suffix: string | null | undefined;
|
|
222
|
-
|
|
223
|
-
min: number | null | undefined;
|
|
224
|
-
max: number | null | undefined;
|
|
225
|
-
visibleFocus: boolean;
|
|
225
|
+
mask: string | Function | unknown[];
|
|
226
226
|
onIconLeftClick: () => void;
|
|
227
227
|
onIconRightClick: () => void;
|
|
228
228
|
}, {}>;
|
|
@@ -4,7 +4,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
4
4
|
default: undefined;
|
|
5
5
|
type: PropType<"xs" | "sm" | "md">;
|
|
6
6
|
};
|
|
7
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
7
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
size: {
|
|
9
9
|
default: undefined;
|
|
10
10
|
type: PropType<"xs" | "sm" | "md">;
|
|
@@ -21,7 +21,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
default: undefined;
|
|
22
22
|
type: PropType<"xs" | "sm" | "md">;
|
|
23
23
|
};
|
|
24
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
24
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
required: {
|
|
26
26
|
default: boolean;
|
|
27
27
|
type: BooleanConstructor;
|
|
@@ -62,10 +62,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
62
62
|
focus: typeof focus;
|
|
63
63
|
blur: typeof blur;
|
|
64
64
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
65
|
-
blur: (...args: any[]) => void;
|
|
66
65
|
focus: (...args: any[]) => void;
|
|
67
66
|
"update:modelValue": (...args: any[]) => void;
|
|
68
|
-
|
|
67
|
+
blur: (...args: any[]) => void;
|
|
68
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
69
69
|
/**
|
|
70
70
|
* The value of the input. Can be a number or null.
|
|
71
71
|
* 0.1 = 10%
|
|
@@ -123,20 +123,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
type: NumberConstructor;
|
|
124
124
|
};
|
|
125
125
|
}>> & {
|
|
126
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
126
127
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
127
128
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
128
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
129
129
|
}, {
|
|
130
130
|
required: boolean;
|
|
131
|
-
step: number;
|
|
132
|
-
name: string;
|
|
133
|
-
icon: string;
|
|
134
131
|
modelValue: string | number | null;
|
|
135
|
-
|
|
132
|
+
icon: string;
|
|
133
|
+
name: string;
|
|
136
134
|
placeholder: string;
|
|
137
135
|
disabled: boolean;
|
|
138
136
|
hasError: boolean;
|
|
139
|
-
min: number;
|
|
140
137
|
max: number;
|
|
138
|
+
min: number;
|
|
139
|
+
step: number;
|
|
140
|
+
preventSubmit: boolean;
|
|
141
141
|
}, {}>;
|
|
142
142
|
export default _default;
|
|
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
17
|
click: (...args: any[]) => void;
|
|
18
18
|
open: (...args: any[]) => void;
|
|
19
|
-
}, string, import("vue").
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
20
|
notificationsConfig: {
|
|
21
21
|
required: true;
|
|
22
22
|
type: PropType<NotificationsConfig>;
|
|
@@ -33,7 +33,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33
33
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
35
35
|
}, {
|
|
36
|
-
dark: boolean;
|
|
37
36
|
size: "xs" | "sm" | "md";
|
|
37
|
+
dark: boolean;
|
|
38
38
|
}, {}>;
|
|
39
39
|
export default _default;
|
|
@@ -7,7 +7,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7
7
|
};
|
|
8
8
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
click: (...args: any[]) => void;
|
|
10
|
-
}, string, import("vue").
|
|
10
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
notification: {
|
|
12
12
|
required: true;
|
|
13
13
|
type: PropType<Notification>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Notification } from '@/types/Notification';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
3
|
+
active: boolean;
|
|
4
|
+
notification: Notification;
|
|
5
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
6
|
+
active: boolean;
|
|
7
|
+
notification: Notification;
|
|
8
|
+
}>>>, {}, {}>;
|
|
9
|
+
export default _default;
|
|
10
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
+
type __VLS_TypePropsToOption<T> = {
|
|
12
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
+
} : {
|
|
15
|
+
type: import('vue').PropType<T[K]>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -21,7 +21,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
21
21
|
default: string;
|
|
22
22
|
type: PropType<"xs" | "sm" | "md">;
|
|
23
23
|
};
|
|
24
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
24
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
appName: {
|
|
26
26
|
default: string;
|
|
27
27
|
type: StringConstructor;
|
|
@@ -43,8 +43,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
43
43
|
type: PropType<"xs" | "sm" | "md">;
|
|
44
44
|
};
|
|
45
45
|
}>>, {
|
|
46
|
-
dark: boolean;
|
|
47
46
|
size: "xs" | "sm" | "md";
|
|
47
|
+
dark: boolean;
|
|
48
48
|
appName: string;
|
|
49
49
|
logoUrl: string;
|
|
50
50
|
logoTo: RouteLocationRaw;
|
|
@@ -43,7 +43,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
43
43
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
44
44
|
"notification:click": (...args: any[]) => void;
|
|
45
45
|
"notification:open": (...args: any[]) => void;
|
|
46
|
-
}, string, import("vue").
|
|
46
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
47
|
appName: {
|
|
48
48
|
default: string;
|
|
49
49
|
type: StringConstructor;
|
|
@@ -84,12 +84,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
84
84
|
"onNotification:click"?: ((...args: any[]) => any) | undefined;
|
|
85
85
|
"onNotification:open"?: ((...args: any[]) => any) | undefined;
|
|
86
86
|
}, {
|
|
87
|
-
dark: boolean;
|
|
88
87
|
size: "xs" | "sm" | "md";
|
|
89
|
-
|
|
88
|
+
dark: boolean;
|
|
90
89
|
appName: string;
|
|
91
90
|
logoUrl: string;
|
|
92
91
|
logoTo: RouteLocationRaw;
|
|
92
|
+
notifications: NotificationsConfig;
|
|
93
93
|
}, {}>, {
|
|
94
94
|
default?(_: {}): any;
|
|
95
95
|
}>;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
class?: string | string[] | undefined;
|
|
3
|
+
dark?: boolean | undefined;
|
|
4
|
+
navbar?: Record<string, unknown> | undefined;
|
|
5
|
+
size?: "xs" | "sm" | "md" | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
class: string;
|
|
8
|
+
navbar: any;
|
|
9
|
+
size: string;
|
|
10
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
11
|
+
class?: string | string[] | undefined;
|
|
12
|
+
dark?: boolean | undefined;
|
|
13
|
+
navbar?: Record<string, unknown> | undefined;
|
|
14
|
+
size?: "xs" | "sm" | "md" | undefined;
|
|
15
|
+
}>, {
|
|
16
|
+
class: string;
|
|
17
|
+
navbar: any;
|
|
18
|
+
size: string;
|
|
19
|
+
}>>>, {
|
|
20
|
+
class: string | string[];
|
|
21
|
+
size: "xs" | "sm" | "md";
|
|
22
|
+
navbar: Record<string, unknown>;
|
|
23
|
+
}, {}>, {
|
|
24
|
+
navbar?(_: {
|
|
25
|
+
mobile: boolean;
|
|
26
|
+
dark: boolean;
|
|
27
|
+
height: number;
|
|
28
|
+
}): any;
|
|
29
|
+
mobile?(_: {
|
|
30
|
+
dark: boolean;
|
|
31
|
+
toggleMenu: () => void;
|
|
32
|
+
closeMenu: () => void;
|
|
33
|
+
openMenu: () => void;
|
|
34
|
+
}): any;
|
|
35
|
+
default?(_: {}): any;
|
|
36
|
+
}>;
|
|
37
|
+
export default _default;
|
|
38
|
+
type __VLS_WithDefaults<P, D> = {
|
|
39
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
40
|
+
default: D[K];
|
|
41
|
+
}> : P[K];
|
|
42
|
+
};
|
|
43
|
+
type __VLS_Prettify<T> = {
|
|
44
|
+
[K in keyof T]: T[K];
|
|
45
|
+
} & {};
|
|
46
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
47
|
+
new (): {
|
|
48
|
+
$slots: S;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
52
|
+
type __VLS_TypePropsToOption<T> = {
|
|
53
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
54
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
55
|
+
} : {
|
|
56
|
+
type: import('vue').PropType<T[K]>;
|
|
57
|
+
required: true;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
@@ -46,7 +46,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
46
46
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
47
47
|
"notification:click": (...args: any[]) => void;
|
|
48
48
|
"notification:open": (...args: any[]) => void;
|
|
49
|
-
}, string, import("vue").
|
|
49
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
50
50
|
appName: {
|
|
51
51
|
default: string;
|
|
52
52
|
type: StringConstructor;
|
|
@@ -91,13 +91,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
91
91
|
"onNotification:click"?: ((...args: any[]) => any) | undefined;
|
|
92
92
|
"onNotification:open"?: ((...args: any[]) => any) | undefined;
|
|
93
93
|
}, {
|
|
94
|
-
dark: boolean;
|
|
95
94
|
size: "xs" | "sm" | "md";
|
|
96
|
-
|
|
95
|
+
dark: boolean;
|
|
97
96
|
navbar: Record<string, unknown>;
|
|
98
97
|
appName: string;
|
|
99
98
|
logoUrl: string;
|
|
100
99
|
logoTo: RouteLocationRaw;
|
|
100
|
+
notifications: NotificationsConfig;
|
|
101
101
|
}, {}>, {
|
|
102
102
|
default?(_: {}): any;
|
|
103
103
|
}>;
|
|
@@ -42,7 +42,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
42
|
default: number;
|
|
43
43
|
type: NumberConstructor;
|
|
44
44
|
};
|
|
45
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
45
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
46
46
|
/**
|
|
47
47
|
* Show/Hide the loading cover
|
|
48
48
|
*/
|
|
@@ -86,11 +86,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
86
86
|
type: NumberConstructor;
|
|
87
87
|
};
|
|
88
88
|
}>>, {
|
|
89
|
-
size: "sm" | "lg";
|
|
90
89
|
modelValue: boolean;
|
|
91
|
-
|
|
92
|
-
delay: number;
|
|
90
|
+
size: "sm" | "lg";
|
|
93
91
|
twBackdrop: string;
|
|
94
92
|
twIcon: string;
|
|
93
|
+
duration: string;
|
|
94
|
+
delay: number;
|
|
95
95
|
}, {}>;
|
|
96
96
|
export default _default;
|
|
@@ -4,7 +4,7 @@ import { PropType } from 'vue';
|
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
modelValue: {
|
|
6
6
|
required: true;
|
|
7
|
-
type: PropType<(
|
|
7
|
+
type: PropType<(Media | UploadedFile)[]>;
|
|
8
8
|
};
|
|
9
9
|
showRemove: {
|
|
10
10
|
default: boolean;
|
|
@@ -27,12 +27,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
type: NumberConstructor;
|
|
28
28
|
};
|
|
29
29
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
30
|
-
"update:modelValue": (...args: any[]) => void;
|
|
31
30
|
remove: (...args: any[]) => void;
|
|
32
|
-
|
|
31
|
+
"update:modelValue": (...args: any[]) => void;
|
|
32
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
33
|
modelValue: {
|
|
34
34
|
required: true;
|
|
35
|
-
type: PropType<(
|
|
35
|
+
type: PropType<(Media | UploadedFile)[]>;
|
|
36
36
|
};
|
|
37
37
|
showRemove: {
|
|
38
38
|
default: boolean;
|
|
@@ -4,7 +4,7 @@ import { PropType } from 'vue';
|
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
media: {
|
|
6
6
|
required: true;
|
|
7
|
-
type: PropType<
|
|
7
|
+
type: PropType<Media | UploadedFile>;
|
|
8
8
|
};
|
|
9
9
|
showRemove: {
|
|
10
10
|
default: boolean;
|
|
@@ -20,10 +20,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
};
|
|
21
21
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
22
|
remove: (...args: any[]) => void;
|
|
23
|
-
}, string, import("vue").
|
|
23
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
media: {
|
|
25
25
|
required: true;
|
|
26
|
-
type: PropType<
|
|
26
|
+
type: PropType<Media | UploadedFile>;
|
|
27
27
|
};
|
|
28
28
|
showRemove: {
|
|
29
29
|
default: boolean;
|
|
@@ -4,7 +4,7 @@ import { PropType } from 'vue';
|
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
media: {
|
|
6
6
|
required: true;
|
|
7
|
-
type: PropType<
|
|
7
|
+
type: PropType<Media | UploadedFile>;
|
|
8
8
|
};
|
|
9
9
|
showRemove: {
|
|
10
10
|
default: boolean;
|
|
@@ -12,10 +12,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
};
|
|
13
13
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
14
|
remove: (...args: any[]) => void;
|
|
15
|
-
}, string, import("vue").
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
16
|
media: {
|
|
17
17
|
required: true;
|
|
18
|
-
type: PropType<
|
|
18
|
+
type: PropType<Media | UploadedFile>;
|
|
19
19
|
};
|
|
20
20
|
showRemove: {
|
|
21
21
|
default: boolean;
|
|
@@ -70,15 +70,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
70
70
|
};
|
|
71
71
|
layout: {
|
|
72
72
|
default: string;
|
|
73
|
-
type: PropType<"
|
|
73
|
+
type: PropType<"gallery" | "list" | "images">;
|
|
74
74
|
};
|
|
75
75
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
76
76
|
success: (...args: any[]) => void;
|
|
77
|
+
"update:modelValue": (...args: any[]) => void;
|
|
77
78
|
start: (...args: any[]) => void;
|
|
78
79
|
end: (...args: any[]) => void;
|
|
79
|
-
"update:modelValue": (...args: any[]) => void;
|
|
80
80
|
fail: (...args: any[]) => void;
|
|
81
|
-
}, string, import("vue").
|
|
81
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
82
82
|
modelValue: {
|
|
83
83
|
default: undefined;
|
|
84
84
|
type: PropType<MediaLibraryPayload>;
|
|
@@ -145,7 +145,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
145
145
|
};
|
|
146
146
|
layout: {
|
|
147
147
|
default: string;
|
|
148
|
-
type: PropType<"
|
|
148
|
+
type: PropType<"gallery" | "list" | "images">;
|
|
149
149
|
};
|
|
150
150
|
}>> & {
|
|
151
151
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
@@ -154,22 +154,22 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
154
154
|
onEnd?: ((...args: any[]) => any) | undefined;
|
|
155
155
|
onFail?: ((...args: any[]) => any) | undefined;
|
|
156
156
|
}, {
|
|
157
|
-
name: string;
|
|
158
157
|
modelValue: MediaLibraryPayload;
|
|
158
|
+
name: string;
|
|
159
159
|
disabled: boolean;
|
|
160
160
|
hasError: boolean;
|
|
161
|
-
min: number;
|
|
162
161
|
max: number;
|
|
163
|
-
cropper: boolean | BaseCropperConfig | null;
|
|
164
|
-
accept: string;
|
|
165
162
|
multiple: boolean;
|
|
166
|
-
|
|
163
|
+
min: number;
|
|
164
|
+
cropper: boolean | BaseCropperConfig | null;
|
|
165
|
+
layout: "gallery" | "list" | "images";
|
|
167
166
|
maxSize: number;
|
|
167
|
+
accept: string;
|
|
168
168
|
acceptedExtensions: string[];
|
|
169
|
-
draggable: boolean;
|
|
170
169
|
currentMedia: Media[];
|
|
171
170
|
uploadUrl: string;
|
|
172
171
|
pickerComponent: "BaseFilePicker" | "BaseFilePickerCrop";
|
|
172
|
+
draggable: boolean;
|
|
173
173
|
listProps: Record<string, unknown>;
|
|
174
174
|
}, {}>, {
|
|
175
175
|
default?(_: {
|
|
@@ -4,7 +4,7 @@ import { PropType } from 'vue';
|
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
modelValue: {
|
|
6
6
|
required: true;
|
|
7
|
-
type: PropType<(
|
|
7
|
+
type: PropType<(Media | UploadedFile)[]>;
|
|
8
8
|
};
|
|
9
9
|
showRemove: {
|
|
10
10
|
default: boolean;
|
|
@@ -19,12 +19,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19
19
|
type: BooleanConstructor;
|
|
20
20
|
};
|
|
21
21
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
|
-
"update:modelValue": (...args: any[]) => void;
|
|
23
22
|
remove: (...args: any[]) => void;
|
|
24
|
-
|
|
23
|
+
"update:modelValue": (...args: any[]) => void;
|
|
24
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
modelValue: {
|
|
26
26
|
required: true;
|
|
27
|
-
type: PropType<(
|
|
27
|
+
type: PropType<(Media | UploadedFile)[]>;
|
|
28
28
|
};
|
|
29
29
|
showRemove: {
|
|
30
30
|
default: boolean;
|
|
@@ -4,7 +4,7 @@ import { PropType } from 'vue';
|
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
media: {
|
|
6
6
|
required: true;
|
|
7
|
-
type: PropType<
|
|
7
|
+
type: PropType<Media | UploadedFile>;
|
|
8
8
|
};
|
|
9
9
|
disabled: {
|
|
10
10
|
default: boolean;
|
|
@@ -21,10 +21,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21
21
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
22
22
|
remove: (...args: any[]) => void;
|
|
23
23
|
update: (...args: any[]) => void;
|
|
24
|
-
}, string, import("vue").
|
|
24
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
25
|
media: {
|
|
26
26
|
required: true;
|
|
27
|
-
type: PropType<
|
|
27
|
+
type: PropType<Media | UploadedFile>;
|
|
28
28
|
};
|
|
29
29
|
disabled: {
|
|
30
30
|
default: boolean;
|
|
@@ -39,8 +39,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
39
39
|
type: BooleanConstructor;
|
|
40
40
|
};
|
|
41
41
|
}>> & {
|
|
42
|
-
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
43
42
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
43
|
+
onUpdate?: ((...args: any[]) => any) | undefined;
|
|
44
44
|
}, {
|
|
45
45
|
disabled: boolean;
|
|
46
46
|
showRemove: boolean;
|
|
@@ -4,7 +4,7 @@ import { PropType } from 'vue';
|
|
|
4
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
5
|
modelValue: {
|
|
6
6
|
required: true;
|
|
7
|
-
type: PropType<(
|
|
7
|
+
type: PropType<(Media | UploadedFile)[]>;
|
|
8
8
|
};
|
|
9
9
|
showRemove: {
|
|
10
10
|
default: boolean;
|
|
@@ -23,12 +23,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
type: NumberConstructor;
|
|
24
24
|
};
|
|
25
25
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
26
|
-
"update:modelValue": (...args: any[]) => void;
|
|
27
26
|
remove: (...args: any[]) => void;
|
|
28
|
-
|
|
27
|
+
"update:modelValue": (...args: any[]) => void;
|
|
28
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
29
|
modelValue: {
|
|
30
30
|
required: true;
|
|
31
|
-
type: PropType<(
|
|
31
|
+
type: PropType<(Media | UploadedFile)[]>;
|
|
32
32
|
};
|
|
33
33
|
showRemove: {
|
|
34
34
|
default: boolean;
|