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
|
@@ -10,11 +10,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
10
10
|
};
|
|
11
11
|
color: {
|
|
12
12
|
default: string;
|
|
13
|
-
type: PropType<"
|
|
13
|
+
type: PropType<"info" | "success" | "danger" | "warning" | "primary" | "dark" | "light">;
|
|
14
14
|
};
|
|
15
15
|
size: {
|
|
16
16
|
default: string;
|
|
17
|
-
type: PropType<"
|
|
17
|
+
type: PropType<"xs" | "sm" | "base" | "lg" | "xl">;
|
|
18
18
|
};
|
|
19
19
|
hasError: {
|
|
20
20
|
default: boolean;
|
|
@@ -38,7 +38,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
38
38
|
};
|
|
39
39
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
40
40
|
"update:modelValue": (...args: any[]) => void;
|
|
41
|
-
}, string, import("vue").
|
|
41
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
42
|
modelValue: {
|
|
43
43
|
default: boolean;
|
|
44
44
|
type: PropType<string | number | boolean | null | undefined>;
|
|
@@ -49,11 +49,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
49
49
|
};
|
|
50
50
|
color: {
|
|
51
51
|
default: string;
|
|
52
|
-
type: PropType<"
|
|
52
|
+
type: PropType<"info" | "success" | "danger" | "warning" | "primary" | "dark" | "light">;
|
|
53
53
|
};
|
|
54
54
|
size: {
|
|
55
55
|
default: string;
|
|
56
|
-
type: PropType<"
|
|
56
|
+
type: PropType<"xs" | "sm" | "base" | "lg" | "xl">;
|
|
57
57
|
};
|
|
58
58
|
hasError: {
|
|
59
59
|
default: boolean;
|
|
@@ -79,10 +79,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
79
79
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
80
80
|
}, {
|
|
81
81
|
required: boolean;
|
|
82
|
-
name: string;
|
|
83
|
-
color: "dark" | "light" | "danger" | "success" | "warning" | "primary" | "info";
|
|
84
|
-
size: "base" | "xs" | "sm" | "lg" | "xl";
|
|
85
82
|
modelValue: string | number | boolean | null | undefined;
|
|
83
|
+
size: "xs" | "sm" | "base" | "lg" | "xl";
|
|
84
|
+
color: "info" | "success" | "danger" | "warning" | "primary" | "dark" | "light";
|
|
85
|
+
name: string;
|
|
86
86
|
disabled: boolean;
|
|
87
87
|
hasError: boolean;
|
|
88
88
|
checkedIcon: string;
|
|
@@ -11,7 +11,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
11
11
|
};
|
|
12
12
|
color: {
|
|
13
13
|
default: string;
|
|
14
|
-
type: PropType<"
|
|
14
|
+
type: PropType<"info" | "success" | "danger" | "warning">;
|
|
15
15
|
};
|
|
16
16
|
closable: {
|
|
17
17
|
default: boolean;
|
|
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
19
19
|
};
|
|
20
20
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
21
|
close: (...args: any[]) => void;
|
|
22
|
-
}, string, import("vue").
|
|
22
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
23
|
to: {
|
|
24
24
|
default: undefined;
|
|
25
25
|
type: PropType<RouteLocationRaw | undefined>;
|
|
@@ -30,7 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
30
30
|
};
|
|
31
31
|
color: {
|
|
32
32
|
default: string;
|
|
33
|
-
type: PropType<"
|
|
33
|
+
type: PropType<"info" | "success" | "danger" | "warning">;
|
|
34
34
|
};
|
|
35
35
|
closable: {
|
|
36
36
|
default: boolean;
|
|
@@ -39,8 +39,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
39
39
|
}>> & {
|
|
40
40
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
}, {
|
|
42
|
+
color: "info" | "success" | "danger" | "warning";
|
|
42
43
|
to: RouteLocationRaw | undefined;
|
|
43
|
-
color: "danger" | "success" | "warning" | "info";
|
|
44
44
|
action: () => void | Promise<void>;
|
|
45
45
|
closable: boolean;
|
|
46
46
|
}, {}>, {
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { RouteLocationRaw } from 'vue-router';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
+
to: RouteLocationRaw;
|
|
4
|
+
disabled?: boolean | undefined;
|
|
5
|
+
activeStrategy?: "default" | "exact" | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
disabled: boolean;
|
|
8
|
+
activeStrategy: string;
|
|
9
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
10
|
+
to: RouteLocationRaw;
|
|
11
|
+
disabled?: boolean | undefined;
|
|
12
|
+
activeStrategy?: "default" | "exact" | undefined;
|
|
13
|
+
}>, {
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
activeStrategy: string;
|
|
16
|
+
}>>>, {
|
|
17
|
+
disabled: boolean;
|
|
18
|
+
activeStrategy: "default" | "exact";
|
|
19
|
+
}, {}>, {
|
|
20
|
+
default?(_: {
|
|
21
|
+
active: boolean;
|
|
22
|
+
}): any;
|
|
23
|
+
}>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithDefaults<P, D> = {
|
|
26
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
27
|
+
default: D[K];
|
|
28
|
+
}> : P[K];
|
|
29
|
+
};
|
|
30
|
+
type __VLS_Prettify<T> = {
|
|
31
|
+
[K in keyof T]: T[K];
|
|
32
|
+
} & {};
|
|
33
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
39
|
+
type __VLS_TypePropsToOption<T> = {
|
|
40
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
42
|
+
} : {
|
|
43
|
+
type: import('vue').PropType<T[K]>;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { ClassNameValue } from 'tailwind-merge';
|
|
2
|
+
import { CellSpacing } from '../services/table/types';
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
4
|
+
spacing?: CellSpacing | undefined;
|
|
5
|
+
grid?: boolean | undefined;
|
|
6
|
+
striped?: boolean | undefined;
|
|
7
|
+
flush?: boolean | undefined;
|
|
8
|
+
class?: ClassNameValue;
|
|
9
|
+
}>, {
|
|
10
|
+
spacing: string;
|
|
11
|
+
grid: boolean;
|
|
12
|
+
striped: boolean;
|
|
13
|
+
flush: boolean;
|
|
14
|
+
class: undefined;
|
|
15
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
16
|
+
spacing?: CellSpacing | undefined;
|
|
17
|
+
grid?: boolean | undefined;
|
|
18
|
+
striped?: boolean | undefined;
|
|
19
|
+
flush?: boolean | undefined;
|
|
20
|
+
class?: ClassNameValue;
|
|
21
|
+
}>, {
|
|
22
|
+
spacing: string;
|
|
23
|
+
grid: boolean;
|
|
24
|
+
striped: boolean;
|
|
25
|
+
flush: boolean;
|
|
26
|
+
class: undefined;
|
|
27
|
+
}>>>, {
|
|
28
|
+
class: string | false | 0 | ClassNameValue[] | null;
|
|
29
|
+
spacing: CellSpacing;
|
|
30
|
+
grid: boolean;
|
|
31
|
+
striped: boolean;
|
|
32
|
+
flush: boolean;
|
|
33
|
+
}, {}>, {
|
|
34
|
+
default?(_: {}): any;
|
|
35
|
+
}>;
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_WithDefaults<P, D> = {
|
|
38
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
39
|
+
default: D[K];
|
|
40
|
+
}> : P[K];
|
|
41
|
+
};
|
|
42
|
+
type __VLS_Prettify<T> = {
|
|
43
|
+
[K in keyof T]: T[K];
|
|
44
|
+
} & {};
|
|
45
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
|
+
new (): {
|
|
47
|
+
$slots: S;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
51
|
+
type __VLS_TypePropsToOption<T> = {
|
|
52
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
53
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
54
|
+
} : {
|
|
55
|
+
type: import('vue').PropType<T[K]>;
|
|
56
|
+
required: true;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
}>;
|
|
4
4
|
export default _default;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { RouteLocationRaw } from 'vue-router';
|
|
2
|
+
import { ClassNameValue } from 'tailwind-merge';
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
4
|
+
href?: string | undefined;
|
|
5
|
+
to?: RouteLocationRaw | undefined;
|
|
6
|
+
target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
|
|
7
|
+
title?: string | undefined;
|
|
8
|
+
align?: "right" | "left" | "center" | undefined;
|
|
9
|
+
colspan?: string | number | undefined;
|
|
10
|
+
class?: ClassNameValue;
|
|
11
|
+
}>, {
|
|
12
|
+
href: undefined;
|
|
13
|
+
to: undefined;
|
|
14
|
+
target: undefined;
|
|
15
|
+
title: undefined;
|
|
16
|
+
align: string;
|
|
17
|
+
colspan: undefined;
|
|
18
|
+
class: undefined;
|
|
19
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
20
|
+
href?: string | undefined;
|
|
21
|
+
to?: RouteLocationRaw | undefined;
|
|
22
|
+
target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
|
|
23
|
+
title?: string | undefined;
|
|
24
|
+
align?: "right" | "left" | "center" | undefined;
|
|
25
|
+
colspan?: string | number | undefined;
|
|
26
|
+
class?: ClassNameValue;
|
|
27
|
+
}>, {
|
|
28
|
+
href: undefined;
|
|
29
|
+
to: undefined;
|
|
30
|
+
target: undefined;
|
|
31
|
+
title: undefined;
|
|
32
|
+
align: string;
|
|
33
|
+
colspan: undefined;
|
|
34
|
+
class: undefined;
|
|
35
|
+
}>>>, {
|
|
36
|
+
class: string | false | 0 | ClassNameValue[] | null;
|
|
37
|
+
title: string;
|
|
38
|
+
to: RouteLocationRaw;
|
|
39
|
+
href: string;
|
|
40
|
+
target: "_blank" | "_self" | "_parent" | "_top";
|
|
41
|
+
align: "right" | "left" | "center";
|
|
42
|
+
colspan: string | number;
|
|
43
|
+
}, {}>, {
|
|
44
|
+
default?(_: {}): any;
|
|
45
|
+
}>;
|
|
46
|
+
export default _default;
|
|
47
|
+
type __VLS_WithDefaults<P, D> = {
|
|
48
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
49
|
+
default: D[K];
|
|
50
|
+
}> : P[K];
|
|
51
|
+
};
|
|
52
|
+
type __VLS_Prettify<T> = {
|
|
53
|
+
[K in keyof T]: T[K];
|
|
54
|
+
} & {};
|
|
55
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
56
|
+
new (): {
|
|
57
|
+
$slots: S;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
61
|
+
type __VLS_TypePropsToOption<T> = {
|
|
62
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
63
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
64
|
+
} : {
|
|
65
|
+
type: import('vue').PropType<T[K]>;
|
|
66
|
+
required: true;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
};
|
|
31
31
|
position: {
|
|
32
32
|
default: string;
|
|
33
|
-
type: PropType<"
|
|
33
|
+
type: PropType<"right" | "left" | "center">;
|
|
34
34
|
};
|
|
35
35
|
searchable: {
|
|
36
36
|
default: boolean;
|
|
@@ -81,7 +81,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
81
81
|
width: string | undefined;
|
|
82
82
|
padding: string | undefined;
|
|
83
83
|
};
|
|
84
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
84
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
85
85
|
label: {
|
|
86
86
|
default: string;
|
|
87
87
|
type: StringConstructor;
|
|
@@ -112,7 +112,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
112
112
|
};
|
|
113
113
|
position: {
|
|
114
114
|
default: string;
|
|
115
|
-
type: PropType<"
|
|
115
|
+
type: PropType<"right" | "left" | "center">;
|
|
116
116
|
};
|
|
117
117
|
searchable: {
|
|
118
118
|
default: boolean;
|
|
@@ -153,18 +153,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
153
153
|
default: () => {};
|
|
154
154
|
};
|
|
155
155
|
}>>, {
|
|
156
|
-
label: string;
|
|
157
|
-
meta: Record<string, any> | unknown[];
|
|
158
|
-
toggle: boolean;
|
|
159
|
-
position: "left" | "right" | "center";
|
|
160
|
-
width: number;
|
|
161
156
|
field: string;
|
|
162
|
-
|
|
157
|
+
width: number;
|
|
163
158
|
searchable: boolean;
|
|
159
|
+
meta: unknown[] | Record<string, any>;
|
|
160
|
+
label: string;
|
|
164
161
|
customKey: string | number;
|
|
162
|
+
padding: string;
|
|
165
163
|
numeric: boolean;
|
|
164
|
+
position: "right" | "left" | "center";
|
|
166
165
|
sortable: boolean;
|
|
167
166
|
clickable: boolean;
|
|
167
|
+
toggle: boolean;
|
|
168
168
|
toggleDefault: boolean;
|
|
169
169
|
customSort: Function;
|
|
170
170
|
customSearch: Function;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
sticky?: boolean | undefined;
|
|
3
|
+
}>, {
|
|
4
|
+
sticky: boolean;
|
|
5
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
6
|
+
sticky?: boolean | undefined;
|
|
7
|
+
}>, {
|
|
8
|
+
sticky: boolean;
|
|
9
|
+
}>>>, {
|
|
10
|
+
sticky: boolean;
|
|
11
|
+
}, {}>, {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
}>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithDefaults<P, D> = {
|
|
16
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
17
|
+
default: D[K];
|
|
18
|
+
}> : P[K];
|
|
19
|
+
};
|
|
20
|
+
type __VLS_Prettify<T> = {
|
|
21
|
+
[K in keyof T]: T[K];
|
|
22
|
+
} & {};
|
|
23
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { ClassNameValue } from 'tailwind-merge';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
3
|
+
class?: ClassNameValue;
|
|
4
|
+
align?: "right" | "left" | "center" | undefined;
|
|
5
|
+
colspan?: number | undefined;
|
|
6
|
+
}>, {
|
|
7
|
+
class: undefined;
|
|
8
|
+
align: string;
|
|
9
|
+
colspan: undefined;
|
|
10
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
11
|
+
class?: ClassNameValue;
|
|
12
|
+
align?: "right" | "left" | "center" | undefined;
|
|
13
|
+
colspan?: number | undefined;
|
|
14
|
+
}>, {
|
|
15
|
+
class: undefined;
|
|
16
|
+
align: string;
|
|
17
|
+
colspan: undefined;
|
|
18
|
+
}>>>, {
|
|
19
|
+
class: string | false | 0 | ClassNameValue[] | null;
|
|
20
|
+
align: "right" | "left" | "center";
|
|
21
|
+
colspan: number;
|
|
22
|
+
}, {}>, {
|
|
23
|
+
default?(_: {}): any;
|
|
24
|
+
}>;
|
|
25
|
+
export default _default;
|
|
26
|
+
type __VLS_WithDefaults<P, D> = {
|
|
27
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
28
|
+
default: D[K];
|
|
29
|
+
}> : P[K];
|
|
30
|
+
};
|
|
31
|
+
type __VLS_Prettify<T> = {
|
|
32
|
+
[K in keyof T]: T[K];
|
|
33
|
+
} & {};
|
|
34
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
35
|
+
new (): {
|
|
36
|
+
$slots: S;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
40
|
+
type __VLS_TypePropsToOption<T> = {
|
|
41
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
42
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
43
|
+
} : {
|
|
44
|
+
type: import('vue').PropType<T[K]>;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { ClassNameValue } from 'tailwind-merge';
|
|
2
|
+
import { RouteLocationRaw } from 'vue-router';
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
4
|
+
href?: string | undefined;
|
|
5
|
+
to?: RouteLocationRaw | undefined;
|
|
6
|
+
target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
|
|
7
|
+
title?: string | undefined;
|
|
8
|
+
class?: ClassNameValue;
|
|
9
|
+
}>, {
|
|
10
|
+
href: undefined;
|
|
11
|
+
to: undefined;
|
|
12
|
+
target: undefined;
|
|
13
|
+
title: undefined;
|
|
14
|
+
class: undefined;
|
|
15
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
|
+
click: (...args: any[]) => void;
|
|
17
|
+
mouseenter: (...args: any[]) => void;
|
|
18
|
+
mouseleave: (...args: any[]) => void;
|
|
19
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
20
|
+
href?: string | undefined;
|
|
21
|
+
to?: RouteLocationRaw | undefined;
|
|
22
|
+
target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
|
|
23
|
+
title?: string | undefined;
|
|
24
|
+
class?: ClassNameValue;
|
|
25
|
+
}>, {
|
|
26
|
+
href: undefined;
|
|
27
|
+
to: undefined;
|
|
28
|
+
target: undefined;
|
|
29
|
+
title: undefined;
|
|
30
|
+
class: undefined;
|
|
31
|
+
}>>> & {
|
|
32
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
33
|
+
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
34
|
+
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
35
|
+
}, {
|
|
36
|
+
class: string | false | 0 | ClassNameValue[] | null;
|
|
37
|
+
title: string;
|
|
38
|
+
to: RouteLocationRaw;
|
|
39
|
+
href: string;
|
|
40
|
+
target: "_blank" | "_self" | "_parent" | "_top";
|
|
41
|
+
}, {}>, {
|
|
42
|
+
default?(_: {}): any;
|
|
43
|
+
}>;
|
|
44
|
+
export default _default;
|
|
45
|
+
type __VLS_WithDefaults<P, D> = {
|
|
46
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
47
|
+
default: D[K];
|
|
48
|
+
}> : P[K];
|
|
49
|
+
};
|
|
50
|
+
type __VLS_Prettify<T> = {
|
|
51
|
+
[K in keyof T]: T[K];
|
|
52
|
+
} & {};
|
|
53
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
54
|
+
new (): {
|
|
55
|
+
$slots: S;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
59
|
+
type __VLS_TypePropsToOption<T> = {
|
|
60
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
61
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
62
|
+
} : {
|
|
63
|
+
type: import('vue').PropType<T[K]>;
|
|
64
|
+
required: true;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
size?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
3
|
+
}>, {
|
|
4
|
+
size: string;
|
|
5
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
6
|
+
size?: "xs" | "sm" | "md" | "lg" | undefined;
|
|
7
|
+
}>, {
|
|
8
|
+
size: string;
|
|
9
|
+
}>>>, {
|
|
10
|
+
size: "xs" | "sm" | "md" | "lg";
|
|
11
|
+
}, {}>, {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
}>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithDefaults<P, D> = {
|
|
16
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
17
|
+
default: D[K];
|
|
18
|
+
}> : P[K];
|
|
19
|
+
};
|
|
20
|
+
type __VLS_Prettify<T> = {
|
|
21
|
+
[K in keyof T]: T[K];
|
|
22
|
+
} & {};
|
|
23
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -68,7 +68,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
68
68
|
};
|
|
69
69
|
dropdownShow: {
|
|
70
70
|
default: string;
|
|
71
|
-
type: PropType<"
|
|
71
|
+
type: PropType<"focus" | "always">;
|
|
72
72
|
};
|
|
73
73
|
focusOnMount: {
|
|
74
74
|
default: boolean;
|
|
@@ -89,12 +89,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
89
89
|
open: typeof open;
|
|
90
90
|
setKeywords: typeof setKeywords;
|
|
91
91
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
92
|
-
close: (...args: any[]) => void;
|
|
93
92
|
"update:modelValue": (...args: any[]) => void;
|
|
94
|
-
scrollBottom: (...args: any[]) => void;
|
|
95
93
|
typing: (...args: any[]) => void;
|
|
96
94
|
open: (...args: any[]) => void;
|
|
97
|
-
|
|
95
|
+
close: (...args: any[]) => void;
|
|
96
|
+
scrollBottom: (...args: any[]) => void;
|
|
97
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
98
98
|
modelValue: {
|
|
99
99
|
required: true;
|
|
100
100
|
type: PropType<Option[] | null>;
|
|
@@ -157,7 +157,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
157
157
|
};
|
|
158
158
|
dropdownShow: {
|
|
159
159
|
default: string;
|
|
160
|
-
type: PropType<"
|
|
160
|
+
type: PropType<"focus" | "always">;
|
|
161
161
|
};
|
|
162
162
|
focusOnMount: {
|
|
163
163
|
default: boolean;
|
|
@@ -173,25 +173,25 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
173
173
|
};
|
|
174
174
|
}>> & {
|
|
175
175
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
176
|
-
onScrollBottom?: ((...args: any[]) => any) | undefined;
|
|
177
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
178
176
|
onTyping?: ((...args: any[]) => any) | undefined;
|
|
179
177
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
178
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
179
|
+
onScrollBottom?: ((...args: any[]) => any) | undefined;
|
|
180
180
|
}, {
|
|
181
181
|
filter: (option: NormalizedOption) => boolean;
|
|
182
182
|
required: boolean;
|
|
183
|
-
name: string;
|
|
184
183
|
size: "xs" | "sm" | "md";
|
|
185
|
-
|
|
184
|
+
name: string;
|
|
186
185
|
placeholder: string;
|
|
186
|
+
loading: boolean;
|
|
187
|
+
loadingBottom: boolean;
|
|
187
188
|
disabled: boolean;
|
|
188
189
|
hasError: boolean;
|
|
189
|
-
|
|
190
|
+
inline: boolean;
|
|
191
|
+
dropdownShow: "focus" | "always";
|
|
190
192
|
visibleFocus: boolean;
|
|
191
|
-
loading: boolean;
|
|
192
|
-
loadingBottom: boolean;
|
|
193
|
-
dropdownShow: "always" | "focus";
|
|
194
193
|
focusOnMount: boolean;
|
|
194
|
+
max: number;
|
|
195
195
|
twContainer: string | string[];
|
|
196
196
|
}, {}>, {
|
|
197
197
|
items?(_: {
|
|
@@ -54,9 +54,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
54
54
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
55
55
|
focus: (...args: any[]) => void;
|
|
56
56
|
"update:modelValue": (...args: any[]) => void;
|
|
57
|
-
scrollBottom: (...args: any[]) => void;
|
|
58
57
|
typing: (...args: any[]) => void;
|
|
59
|
-
|
|
58
|
+
scrollBottom: (...args: any[]) => void;
|
|
59
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
60
60
|
modelValue: {
|
|
61
61
|
required: true;
|
|
62
62
|
type: PropType<Option[]>;
|
|
@@ -102,18 +102,18 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
102
102
|
type: BooleanConstructor;
|
|
103
103
|
};
|
|
104
104
|
}>> & {
|
|
105
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
106
105
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
107
|
-
onScrollBottom?: ((...args: any[]) => any) | undefined;
|
|
108
106
|
onTyping?: ((...args: any[]) => any) | undefined;
|
|
107
|
+
onScrollBottom?: ((...args: any[]) => any) | undefined;
|
|
108
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
109
109
|
}, {
|
|
110
110
|
required: boolean;
|
|
111
111
|
placeholder: string;
|
|
112
112
|
disabled: boolean;
|
|
113
113
|
hasError: boolean;
|
|
114
|
-
max: number;
|
|
115
114
|
focusOnMount: boolean;
|
|
116
115
|
queryKey: string;
|
|
116
|
+
max: number;
|
|
117
117
|
}, {}>, {
|
|
118
118
|
items?(_: {
|
|
119
119
|
items: import("@/types").NormalizedOption[];
|
|
@@ -54,10 +54,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
54
54
|
focus: typeof focus;
|
|
55
55
|
blur: typeof blur;
|
|
56
56
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
57
|
-
blur: (...args: any[]) => void;
|
|
58
57
|
focus: (...args: any[]) => void;
|
|
59
58
|
"update:modelValue": (...args: any[]) => void;
|
|
60
|
-
|
|
59
|
+
blur: (...args: any[]) => void;
|
|
60
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
61
61
|
modelValue: {
|
|
62
62
|
default: undefined;
|
|
63
63
|
type: PropType<string | null | undefined>;
|
|
@@ -107,21 +107,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
107
107
|
type: BooleanConstructor;
|
|
108
108
|
};
|
|
109
109
|
}>> & {
|
|
110
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
110
111
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
111
112
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
112
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
113
113
|
}, {
|
|
114
114
|
class: string | string[];
|
|
115
115
|
type: string;
|
|
116
116
|
required: boolean;
|
|
117
|
-
name: string;
|
|
118
|
-
size: "xs" | "sm" | "md";
|
|
119
117
|
modelValue: string | null | undefined;
|
|
120
|
-
|
|
121
|
-
|
|
118
|
+
size: "xs" | "sm" | "md";
|
|
119
|
+
name: string;
|
|
122
120
|
placeholder: string;
|
|
123
121
|
disabled: boolean;
|
|
124
122
|
hasError: boolean;
|
|
123
|
+
autocomplete: boolean;
|
|
124
|
+
preventSubmit: boolean;
|
|
125
125
|
rows: number;
|
|
126
126
|
}, {}>;
|
|
127
127
|
export default _default;
|