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
|
@@ -65,7 +65,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
65
65
|
};
|
|
66
66
|
dropdownShow: {
|
|
67
67
|
default: string;
|
|
68
|
-
type: PropType<"
|
|
68
|
+
type: PropType<"focus" | "always">;
|
|
69
69
|
};
|
|
70
70
|
showModelValue: {
|
|
71
71
|
default: boolean;
|
|
@@ -99,14 +99,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
99
99
|
open: typeof open;
|
|
100
100
|
setKeywords: typeof setKeywords;
|
|
101
101
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
102
|
-
select: (...args: any[]) => void;
|
|
103
|
-
close: (...args: any[]) => void;
|
|
104
|
-
"update:modelValue": (...args: any[]) => void;
|
|
105
102
|
clear: (...args: any[]) => void;
|
|
106
|
-
|
|
103
|
+
"update:modelValue": (...args: any[]) => void;
|
|
107
104
|
typing: (...args: any[]) => void;
|
|
108
105
|
open: (...args: any[]) => void;
|
|
109
|
-
|
|
106
|
+
close: (...args: any[]) => void;
|
|
107
|
+
scrollBottom: (...args: any[]) => void;
|
|
108
|
+
select: (...args: any[]) => void;
|
|
109
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
110
110
|
modelValue: {
|
|
111
111
|
default: undefined;
|
|
112
112
|
type: PropType<Option | null | undefined>;
|
|
@@ -165,7 +165,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
165
165
|
};
|
|
166
166
|
dropdownShow: {
|
|
167
167
|
default: string;
|
|
168
|
-
type: PropType<"
|
|
168
|
+
type: PropType<"focus" | "always">;
|
|
169
169
|
};
|
|
170
170
|
showModelValue: {
|
|
171
171
|
default: boolean;
|
|
@@ -193,29 +193,29 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
193
193
|
type: PropType<SelectConfiguration | undefined>;
|
|
194
194
|
};
|
|
195
195
|
}>> & {
|
|
196
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
197
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
198
|
-
onScrollBottom?: ((...args: any[]) => any) | undefined;
|
|
199
196
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
200
|
-
|
|
197
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
201
198
|
onTyping?: ((...args: any[]) => any) | undefined;
|
|
202
199
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
200
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
201
|
+
onScrollBottom?: ((...args: any[]) => any) | undefined;
|
|
202
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
203
203
|
}, {
|
|
204
204
|
filter: (option: NormalizedOption) => boolean;
|
|
205
205
|
required: boolean;
|
|
206
|
+
modelValue: Option | null | undefined;
|
|
207
|
+
size: "xs" | "sm" | "md";
|
|
206
208
|
select: SelectConfiguration | undefined;
|
|
207
209
|
name: string;
|
|
208
|
-
size: "xs" | "sm" | "md";
|
|
209
|
-
inline: boolean;
|
|
210
|
-
modelValue: Option | null | undefined;
|
|
211
210
|
placeholder: string;
|
|
212
|
-
disabled: boolean;
|
|
213
|
-
hasError: boolean;
|
|
214
|
-
visibleFocus: boolean;
|
|
215
211
|
loading: boolean;
|
|
216
212
|
loadingBottom: boolean;
|
|
217
|
-
|
|
213
|
+
disabled: boolean;
|
|
214
|
+
hasError: boolean;
|
|
215
|
+
inline: boolean;
|
|
216
|
+
dropdownShow: "focus" | "always";
|
|
218
217
|
showModelValue: boolean;
|
|
218
|
+
visibleFocus: boolean;
|
|
219
219
|
focusOnMount: boolean;
|
|
220
220
|
showEmptyOption: boolean;
|
|
221
221
|
emptyOptionLabel: string;
|
|
@@ -33,9 +33,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
33
33
|
}, {
|
|
34
34
|
onKeydown: typeof onKeydown;
|
|
35
35
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
|
-
select: (...args: any[]) => void;
|
|
37
36
|
scrollBottom: (...args: any[]) => void;
|
|
38
|
-
|
|
37
|
+
select: (...args: any[]) => void;
|
|
38
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
39
39
|
selected: {
|
|
40
40
|
type: PropType<NormalizedOption | NormalizedOption[] | null | undefined>;
|
|
41
41
|
default: undefined;
|
|
@@ -65,15 +65,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
65
65
|
default: string;
|
|
66
66
|
};
|
|
67
67
|
}>> & {
|
|
68
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
69
68
|
onScrollBottom?: ((...args: any[]) => any) | undefined;
|
|
69
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
70
70
|
}, {
|
|
71
71
|
size: "xs" | "sm" | "md";
|
|
72
72
|
options: NormalizedOption[];
|
|
73
73
|
loading: boolean;
|
|
74
|
+
loadingBottom: boolean;
|
|
74
75
|
selected: NormalizedOption | NormalizedOption[] | null | undefined;
|
|
75
76
|
keywords: string;
|
|
76
|
-
loadingBottom: boolean;
|
|
77
77
|
twDrawer: string;
|
|
78
78
|
}, {}>, {
|
|
79
79
|
empty?(_: {}): any;
|
|
@@ -51,7 +51,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
51
51
|
};
|
|
52
52
|
dropdownShow: {
|
|
53
53
|
default: string;
|
|
54
|
-
type: PropType<"
|
|
54
|
+
type: PropType<"focus" | "always">;
|
|
55
55
|
};
|
|
56
56
|
showModelValue: {
|
|
57
57
|
default: boolean;
|
|
@@ -84,12 +84,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
84
84
|
close: () => void | undefined;
|
|
85
85
|
setKeywords: (input: string) => void | undefined;
|
|
86
86
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
87
|
+
clear: (...args: any[]) => void;
|
|
87
88
|
focus: (...args: any[]) => void;
|
|
88
89
|
"update:modelValue": (...args: any[]) => void;
|
|
89
|
-
clear: (...args: any[]) => void;
|
|
90
|
-
scrollBottom: (...args: any[]) => void;
|
|
91
90
|
typing: (...args: any[]) => void;
|
|
92
|
-
|
|
91
|
+
scrollBottom: (...args: any[]) => void;
|
|
92
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
93
93
|
modelValue: {
|
|
94
94
|
default: undefined;
|
|
95
95
|
type: PropType<Option | null | undefined>;
|
|
@@ -140,7 +140,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
140
140
|
};
|
|
141
141
|
dropdownShow: {
|
|
142
142
|
default: string;
|
|
143
|
-
type: PropType<"
|
|
143
|
+
type: PropType<"focus" | "always">;
|
|
144
144
|
};
|
|
145
145
|
showModelValue: {
|
|
146
146
|
default: boolean;
|
|
@@ -167,24 +167,24 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
167
167
|
type: PropType<SelectConfiguration | undefined>;
|
|
168
168
|
};
|
|
169
169
|
}>> & {
|
|
170
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
171
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
172
|
-
onScrollBottom?: ((...args: any[]) => any) | undefined;
|
|
173
170
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
171
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
174
172
|
onTyping?: ((...args: any[]) => any) | undefined;
|
|
173
|
+
onScrollBottom?: ((...args: any[]) => any) | undefined;
|
|
174
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
175
175
|
}, {
|
|
176
176
|
required: boolean;
|
|
177
|
+
modelValue: Option | null | undefined;
|
|
178
|
+
size: "xs" | "sm" | "md";
|
|
177
179
|
select: SelectConfiguration | undefined;
|
|
178
180
|
name: string;
|
|
179
|
-
size: "xs" | "sm" | "md";
|
|
180
|
-
inline: boolean;
|
|
181
|
-
modelValue: Option | null | undefined;
|
|
182
181
|
placeholder: string;
|
|
183
182
|
disabled: boolean;
|
|
184
183
|
hasError: boolean;
|
|
185
|
-
|
|
186
|
-
dropdownShow: "
|
|
184
|
+
inline: boolean;
|
|
185
|
+
dropdownShow: "focus" | "always";
|
|
187
186
|
showModelValue: boolean;
|
|
187
|
+
visibleFocus: boolean;
|
|
188
188
|
focusOnMount: boolean;
|
|
189
189
|
showEmptyOption: boolean;
|
|
190
190
|
emptyOptionLabel: string;
|
|
@@ -16,7 +16,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
};
|
|
17
17
|
detailsPosition: {
|
|
18
18
|
default: string;
|
|
19
|
-
type: PropType<"
|
|
19
|
+
type: PropType<"right" | "left">;
|
|
20
20
|
};
|
|
21
21
|
class: {
|
|
22
22
|
default: string;
|
|
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
default: undefined;
|
|
31
31
|
type: PropType<RouteLocationRaw>;
|
|
32
32
|
};
|
|
33
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
33
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34
34
|
user: {
|
|
35
35
|
required: true;
|
|
36
36
|
type: PropType<User>;
|
|
@@ -45,7 +45,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
45
|
};
|
|
46
46
|
detailsPosition: {
|
|
47
47
|
default: string;
|
|
48
|
-
type: PropType<"
|
|
48
|
+
type: PropType<"right" | "left">;
|
|
49
49
|
};
|
|
50
50
|
class: {
|
|
51
51
|
default: string;
|
|
@@ -61,10 +61,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
61
61
|
};
|
|
62
62
|
}>>, {
|
|
63
63
|
class: string;
|
|
64
|
-
to: RouteLocationRaw;
|
|
65
64
|
size: string;
|
|
66
65
|
showDetails: boolean;
|
|
67
|
-
detailsPosition: "
|
|
66
|
+
detailsPosition: "right" | "left";
|
|
68
67
|
tooltip: boolean;
|
|
68
|
+
to: RouteLocationRaw;
|
|
69
69
|
}, {}>;
|
|
70
70
|
export default _default;
|
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
default: number;
|
|
19
19
|
type: NumberConstructor;
|
|
20
20
|
};
|
|
21
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
21
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
22
|
users: {
|
|
23
23
|
required: true;
|
|
24
24
|
type: PropType<User[]>;
|
|
@@ -36,8 +36,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
36
|
type: NumberConstructor;
|
|
37
37
|
};
|
|
38
38
|
}>>, {
|
|
39
|
-
to: (user: User) => RouteLocationRaw;
|
|
40
39
|
size: string;
|
|
40
|
+
to: (user: User) => RouteLocationRaw;
|
|
41
41
|
max: number;
|
|
42
42
|
}, {}>;
|
|
43
43
|
export default _default;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
class?: string | string[] | undefined;
|
|
3
|
+
contrast?: "low" | "high" | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
size?: string | undefined;
|
|
6
|
+
icon?: string | undefined;
|
|
7
|
+
wrap?: boolean | undefined;
|
|
8
|
+
bordered?: boolean | undefined;
|
|
9
|
+
}>, {
|
|
10
|
+
class: undefined;
|
|
11
|
+
contrast: string;
|
|
12
|
+
color: string;
|
|
13
|
+
size: string;
|
|
14
|
+
icon: undefined;
|
|
15
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
16
|
+
class?: string | string[] | undefined;
|
|
17
|
+
contrast?: "low" | "high" | undefined;
|
|
18
|
+
color?: string | undefined;
|
|
19
|
+
size?: string | undefined;
|
|
20
|
+
icon?: string | undefined;
|
|
21
|
+
wrap?: boolean | undefined;
|
|
22
|
+
bordered?: boolean | undefined;
|
|
23
|
+
}>, {
|
|
24
|
+
class: undefined;
|
|
25
|
+
contrast: string;
|
|
26
|
+
color: string;
|
|
27
|
+
size: string;
|
|
28
|
+
icon: undefined;
|
|
29
|
+
}>>>, {
|
|
30
|
+
class: string | string[];
|
|
31
|
+
size: string;
|
|
32
|
+
color: string;
|
|
33
|
+
icon: string;
|
|
34
|
+
contrast: "low" | "high";
|
|
35
|
+
}, {}>, {
|
|
36
|
+
default?(_: {}): any;
|
|
37
|
+
}>;
|
|
38
|
+
export default _default;
|
|
39
|
+
type __VLS_WithDefaults<P, D> = {
|
|
40
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
41
|
+
default: D[K];
|
|
42
|
+
}> : P[K];
|
|
43
|
+
};
|
|
44
|
+
type __VLS_Prettify<T> = {
|
|
45
|
+
[K in keyof T]: T[K];
|
|
46
|
+
} & {};
|
|
47
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
48
|
+
new (): {
|
|
49
|
+
$slots: S;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
53
|
+
type __VLS_TypePropsToOption<T> = {
|
|
54
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
55
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
56
|
+
} : {
|
|
57
|
+
type: import('vue').PropType<T[K]>;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
@@ -47,7 +47,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
47
47
|
};
|
|
48
48
|
dropdownShow: {
|
|
49
49
|
default: string;
|
|
50
|
-
type: PropType<"
|
|
50
|
+
type: PropType<"focus" | "always">;
|
|
51
51
|
};
|
|
52
52
|
showModelValue: {
|
|
53
53
|
default: boolean;
|
|
@@ -81,7 +81,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
81
81
|
setKeywords: (input: string) => void | undefined;
|
|
82
82
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
83
83
|
"update:modelValue": (...args: any[]) => void;
|
|
84
|
-
}, string, import("vue").
|
|
84
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
85
85
|
modelValue: {
|
|
86
86
|
default: undefined;
|
|
87
87
|
type: PropType<string | number | null | undefined>;
|
|
@@ -128,7 +128,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
128
128
|
};
|
|
129
129
|
dropdownShow: {
|
|
130
130
|
default: string;
|
|
131
|
-
type: PropType<"
|
|
131
|
+
type: PropType<"focus" | "always">;
|
|
132
132
|
};
|
|
133
133
|
showModelValue: {
|
|
134
134
|
default: boolean;
|
|
@@ -158,17 +158,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
158
158
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
159
159
|
}, {
|
|
160
160
|
required: boolean;
|
|
161
|
+
modelValue: string | number | null | undefined;
|
|
162
|
+
size: "xs" | "sm" | "md";
|
|
161
163
|
select: SelectConfiguration | undefined;
|
|
162
164
|
name: string;
|
|
163
|
-
size: "xs" | "sm" | "md";
|
|
164
|
-
inline: boolean;
|
|
165
|
-
modelValue: string | number | null | undefined;
|
|
166
165
|
placeholder: string;
|
|
167
166
|
disabled: boolean;
|
|
168
167
|
hasError: boolean;
|
|
169
|
-
|
|
170
|
-
dropdownShow: "
|
|
168
|
+
inline: boolean;
|
|
169
|
+
dropdownShow: "focus" | "always";
|
|
171
170
|
showModelValue: boolean;
|
|
171
|
+
visibleFocus: boolean;
|
|
172
172
|
focusOnMount: boolean;
|
|
173
173
|
showEmptyOption: boolean;
|
|
174
174
|
emptyOptionLabel: string;
|
|
@@ -55,7 +55,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
55
55
|
};
|
|
56
56
|
dropdownShow: {
|
|
57
57
|
default: string;
|
|
58
|
-
type: PropType<"
|
|
58
|
+
type: PropType<"focus" | "always">;
|
|
59
59
|
};
|
|
60
60
|
showModelValue: {
|
|
61
61
|
default: boolean;
|
|
@@ -89,7 +89,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
89
89
|
setKeywords: (input: string) => void | undefined;
|
|
90
90
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
91
91
|
"update:modelValue": (...args: any[]) => void;
|
|
92
|
-
}, string, import("vue").
|
|
92
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
93
93
|
modelValue: {
|
|
94
94
|
default: undefined;
|
|
95
95
|
type: PropType<string | number | null | undefined>;
|
|
@@ -144,7 +144,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
144
144
|
};
|
|
145
145
|
dropdownShow: {
|
|
146
146
|
default: string;
|
|
147
|
-
type: PropType<"
|
|
147
|
+
type: PropType<"focus" | "always">;
|
|
148
148
|
};
|
|
149
149
|
showModelValue: {
|
|
150
150
|
default: boolean;
|
|
@@ -174,17 +174,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
174
174
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
175
175
|
}, {
|
|
176
176
|
required: boolean;
|
|
177
|
+
modelValue: string | number | null | undefined;
|
|
178
|
+
size: "xs" | "sm" | "md";
|
|
177
179
|
select: SelectConfiguration | undefined;
|
|
178
180
|
name: string;
|
|
179
|
-
size: "xs" | "sm" | "md";
|
|
180
|
-
inline: boolean;
|
|
181
|
-
modelValue: string | number | null | undefined;
|
|
182
181
|
placeholder: string;
|
|
183
182
|
disabled: boolean;
|
|
184
183
|
hasError: boolean;
|
|
185
|
-
|
|
186
|
-
dropdownShow: "
|
|
184
|
+
inline: boolean;
|
|
185
|
+
dropdownShow: "focus" | "always";
|
|
187
186
|
showModelValue: boolean;
|
|
187
|
+
visibleFocus: boolean;
|
|
188
188
|
focusOnMount: boolean;
|
|
189
189
|
showEmptyOption: boolean;
|
|
190
190
|
emptyOptionLabel: string;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
2
|
+
modelValue?: boolean | string | number | null | undefined;
|
|
3
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
4
|
+
modelValue?: boolean | string | number | null | undefined;
|
|
5
|
+
}>>>, {}, {}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToOption<T> = {
|
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
+
} : {
|
|
12
|
+
type: import('vue').PropType<T[K]>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9
9
|
type: PropType<"sm" | "md">;
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
12
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13
13
|
breadcrumbs: {
|
|
14
14
|
required: true;
|
|
15
15
|
type: PropType<Breadcrumb[]>;
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { ClassNameValue } from 'tailwind-merge';
|
|
2
|
+
import { RouteLocationRaw } from 'vue-router';
|
|
3
|
+
declare function focus(): void;
|
|
4
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
5
|
+
as?: string | undefined;
|
|
6
|
+
disabled?: boolean | undefined;
|
|
7
|
+
class?: ClassNameValue;
|
|
8
|
+
loading?: boolean | undefined;
|
|
9
|
+
icon?: string | undefined;
|
|
10
|
+
href?: string | undefined;
|
|
11
|
+
type?: "button" | "submit" | "reset" | undefined;
|
|
12
|
+
iconPosition?: "start" | "end" | undefined;
|
|
13
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
14
|
+
color?: string | undefined;
|
|
15
|
+
to?: RouteLocationRaw | undefined;
|
|
16
|
+
}>, {
|
|
17
|
+
as: string;
|
|
18
|
+
disabled: boolean;
|
|
19
|
+
class: string;
|
|
20
|
+
loading: boolean;
|
|
21
|
+
icon: string;
|
|
22
|
+
href: undefined;
|
|
23
|
+
type: string;
|
|
24
|
+
iconPosition: string;
|
|
25
|
+
size: string;
|
|
26
|
+
color: string;
|
|
27
|
+
to: undefined;
|
|
28
|
+
}>, {
|
|
29
|
+
focus: typeof focus;
|
|
30
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
|
+
click: (...args: any[]) => void;
|
|
32
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
33
|
+
as?: string | undefined;
|
|
34
|
+
disabled?: boolean | undefined;
|
|
35
|
+
class?: ClassNameValue;
|
|
36
|
+
loading?: boolean | undefined;
|
|
37
|
+
icon?: string | undefined;
|
|
38
|
+
href?: string | undefined;
|
|
39
|
+
type?: "button" | "submit" | "reset" | undefined;
|
|
40
|
+
iconPosition?: "start" | "end" | undefined;
|
|
41
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl" | undefined;
|
|
42
|
+
color?: string | undefined;
|
|
43
|
+
to?: RouteLocationRaw | undefined;
|
|
44
|
+
}>, {
|
|
45
|
+
as: string;
|
|
46
|
+
disabled: boolean;
|
|
47
|
+
class: string;
|
|
48
|
+
loading: boolean;
|
|
49
|
+
icon: string;
|
|
50
|
+
href: undefined;
|
|
51
|
+
type: string;
|
|
52
|
+
iconPosition: string;
|
|
53
|
+
size: string;
|
|
54
|
+
color: string;
|
|
55
|
+
to: undefined;
|
|
56
|
+
}>>> & {
|
|
57
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
58
|
+
}, {
|
|
59
|
+
class: string | false | 0 | ClassNameValue[] | null;
|
|
60
|
+
type: "button" | "submit" | "reset";
|
|
61
|
+
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
62
|
+
color: string;
|
|
63
|
+
icon: string;
|
|
64
|
+
loading: boolean;
|
|
65
|
+
disabled: boolean;
|
|
66
|
+
to: RouteLocationRaw;
|
|
67
|
+
as: string;
|
|
68
|
+
href: string;
|
|
69
|
+
iconPosition: "start" | "end";
|
|
70
|
+
}, {}>, {
|
|
71
|
+
default?(_: {}): any;
|
|
72
|
+
}>;
|
|
73
|
+
export default _default;
|
|
74
|
+
type __VLS_WithDefaults<P, D> = {
|
|
75
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
76
|
+
default: D[K];
|
|
77
|
+
}> : P[K];
|
|
78
|
+
};
|
|
79
|
+
type __VLS_Prettify<T> = {
|
|
80
|
+
[K in keyof T]: T[K];
|
|
81
|
+
} & {};
|
|
82
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
83
|
+
new (): {
|
|
84
|
+
$slots: S;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
88
|
+
type __VLS_TypePropsToOption<T> = {
|
|
89
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
90
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
91
|
+
} : {
|
|
92
|
+
type: import('vue').PropType<T[K]>;
|
|
93
|
+
required: true;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
@@ -26,7 +26,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
26
26
|
type: PropType<"button" | "submit">;
|
|
27
27
|
};
|
|
28
28
|
buttonColor: {
|
|
29
|
-
default(option: Option, selected: boolean): "
|
|
29
|
+
default(option: Option, selected: boolean): "" | "primary";
|
|
30
30
|
type: PropType<(option: Option, selected: boolean) => string>;
|
|
31
31
|
};
|
|
32
32
|
twButton: {
|
|
@@ -63,7 +63,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
63
63
|
};
|
|
64
64
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
65
65
|
"update:modelValue": (...args: any[]) => void;
|
|
66
|
-
}, string, import("vue").
|
|
66
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
67
67
|
modelValue: {
|
|
68
68
|
default: undefined;
|
|
69
69
|
type: PropType<Option | Option[] | null | undefined>;
|
|
@@ -89,7 +89,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
89
89
|
type: PropType<"button" | "submit">;
|
|
90
90
|
};
|
|
91
91
|
buttonColor: {
|
|
92
|
-
default(option: Option, selected: boolean): "
|
|
92
|
+
default(option: Option, selected: boolean): "" | "primary";
|
|
93
93
|
type: PropType<(option: Option, selected: boolean) => string>;
|
|
94
94
|
};
|
|
95
95
|
twButton: {
|
|
@@ -129,16 +129,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
129
129
|
}, {
|
|
130
130
|
class: string | string[];
|
|
131
131
|
required: boolean;
|
|
132
|
-
name: string;
|
|
133
|
-
size: "xs" | "sm" | "md";
|
|
134
132
|
modelValue: Option | Option[] | null | undefined;
|
|
133
|
+
size: "xs" | "sm" | "md";
|
|
134
|
+
name: string;
|
|
135
135
|
disabled: boolean;
|
|
136
136
|
hasError: boolean;
|
|
137
|
-
multiple: boolean;
|
|
138
|
-
spacing: "default" | "none";
|
|
139
137
|
buttonType: "button" | "submit";
|
|
140
138
|
buttonColor: (option: Option, selected: boolean) => string;
|
|
141
139
|
twButton: string | string[];
|
|
140
|
+
spacing: "default" | "none";
|
|
141
|
+
multiple: boolean;
|
|
142
142
|
}, {}>, {
|
|
143
143
|
option?(_: {
|
|
144
144
|
selected: import("vue").ComputedRef<boolean>;
|
|
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
19
19
|
};
|
|
20
20
|
eventDisplay: {
|
|
21
21
|
default: string;
|
|
22
|
-
type: PropType<"
|
|
22
|
+
type: PropType<"none" | "auto" | "block" | "list-item" | "background" | "inverse-background">;
|
|
23
23
|
};
|
|
24
24
|
editable: {
|
|
25
25
|
default: boolean;
|
|
@@ -47,16 +47,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
47
47
|
};
|
|
48
48
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
49
49
|
click: (...args: any[]) => void;
|
|
50
|
+
remove: (...args: any[]) => void;
|
|
50
51
|
select: (...args: any[]) => void;
|
|
51
|
-
change: (...args: any[]) => void;
|
|
52
52
|
mouseenter: (...args: any[]) => void;
|
|
53
|
-
drop: (...args: any[]) => void;
|
|
54
53
|
mouseleave: (...args: any[]) => void;
|
|
55
|
-
resize: (...args: any[]) => void;
|
|
56
|
-
remove: (...args: any[]) => void;
|
|
57
54
|
add: (...args: any[]) => void;
|
|
55
|
+
change: (...args: any[]) => void;
|
|
56
|
+
resize: (...args: any[]) => void;
|
|
57
|
+
drop: (...args: any[]) => void;
|
|
58
58
|
dateClick: (...args: any[]) => void;
|
|
59
|
-
}, string, import("vue").
|
|
59
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
60
60
|
headerToolbarLeft: {
|
|
61
61
|
default: string;
|
|
62
62
|
type: StringConstructor;
|
|
@@ -75,7 +75,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
75
75
|
};
|
|
76
76
|
eventDisplay: {
|
|
77
77
|
default: string;
|
|
78
|
-
type: PropType<"
|
|
78
|
+
type: PropType<"none" | "auto" | "block" | "list-item" | "background" | "inverse-background">;
|
|
79
79
|
};
|
|
80
80
|
editable: {
|
|
81
81
|
default: boolean;
|
|
@@ -103,27 +103,27 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
103
103
|
};
|
|
104
104
|
}>> & {
|
|
105
105
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
106
|
-
onDrop?: ((...args: any[]) => any) | undefined;
|
|
107
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
108
|
-
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
109
|
-
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
110
106
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
111
107
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
112
|
-
|
|
108
|
+
onMouseenter?: ((...args: any[]) => any) | undefined;
|
|
109
|
+
onMouseleave?: ((...args: any[]) => any) | undefined;
|
|
113
110
|
onAdd?: ((...args: any[]) => any) | undefined;
|
|
111
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
112
|
+
onResize?: ((...args: any[]) => any) | undefined;
|
|
113
|
+
onDrop?: ((...args: any[]) => any) | undefined;
|
|
114
114
|
onDateClick?: ((...args: any[]) => any) | undefined;
|
|
115
115
|
}, {
|
|
116
|
-
|
|
116
|
+
headerToolbarLeft: string;
|
|
117
|
+
headerToolbarCenter: string;
|
|
118
|
+
headerToolbarRight: string;
|
|
117
119
|
initialView: "dayGridMonth" | "timeGridWeek" | "timeGridDay" | "listWeek" | "multiMonthPlugin";
|
|
118
|
-
|
|
120
|
+
eventDisplay: "none" | "auto" | "block" | "list-item" | "background" | "inverse-background";
|
|
119
121
|
editable: boolean;
|
|
120
|
-
eventDisplay: "auto" | "none" | "block" | "list-item" | "background" | "inverse-background";
|
|
121
|
-
dayMaxEvents: boolean;
|
|
122
122
|
selectable: boolean;
|
|
123
|
+
dayMaxEvents: boolean;
|
|
124
|
+
weekends: boolean;
|
|
123
125
|
events: CalendarEvent[];
|
|
124
|
-
|
|
125
|
-
headerToolbarCenter: string;
|
|
126
|
-
headerToolbarRight: string;
|
|
126
|
+
locale: string;
|
|
127
127
|
}, {}>, {
|
|
128
128
|
eventContent?(_: any): any;
|
|
129
129
|
}>;
|
|
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
3
3
|
default: boolean;
|
|
4
4
|
type: BooleanConstructor;
|
|
5
5
|
};
|
|
6
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
6
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
7
|
clipped: {
|
|
8
8
|
default: boolean;
|
|
9
9
|
type: BooleanConstructor;
|