sprintify-ui 0.6.81 → 0.6.83
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 +15301 -15194
- 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 +245 -191
- 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 +19 -25
- 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/components/BaseJsonReader.vue.d.ts +40 -0
- 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 +3 -3
- 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/assets/base-json-reader.css +32 -0
- package/src/assets/main.css +1 -0
- package/src/components/BaseActionItem.vue +2 -1
- package/src/components/BaseDataTableTemplate.vue +36 -44
- package/src/components/BaseJsonReader.stories.js +128 -0
- package/src/components/BaseJsonReader.vue +199 -0
- package/src/components/BaseLayoutNotificationItem.vue +1 -1
- package/src/components/BaseNavbarItem.vue +25 -2
- package/src/components/BaseScrollColumn.vue +0 -2
- package/src/components/BaseTimePicker.vue +0 -3
- 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
|
@@ -22,7 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
22
22
|
};
|
|
23
23
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
24
|
"update:modelValue": (...args: any[]) => void;
|
|
25
|
-
}, string, import("vue").
|
|
25
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
26
|
modelValue: {
|
|
27
27
|
default: boolean;
|
|
28
28
|
type: BooleanConstructor;
|
|
@@ -23,7 +23,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
23
23
|
default: string;
|
|
24
24
|
type: PropType<"xs" | "sm" | "md">;
|
|
25
25
|
};
|
|
26
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
26
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
27
|
dark: {
|
|
28
28
|
default: boolean;
|
|
29
29
|
type: BooleanConstructor;
|
|
@@ -45,9 +45,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
45
45
|
type: PropType<"xs" | "sm" | "md">;
|
|
46
46
|
};
|
|
47
47
|
}>>, {
|
|
48
|
-
dark: boolean;
|
|
49
48
|
class: string | string[];
|
|
50
49
|
size: "xs" | "sm" | "md";
|
|
50
|
+
dark: boolean;
|
|
51
51
|
height: number;
|
|
52
52
|
breakpoint: number;
|
|
53
53
|
}, {}>, {
|
|
@@ -13,9 +13,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
default: string;
|
|
14
14
|
type: PropType<"xs" | "sm" | "md">;
|
|
15
15
|
};
|
|
16
|
+
twDropdown: {
|
|
17
|
+
default: undefined;
|
|
18
|
+
type: PropType<string | string[]>;
|
|
19
|
+
};
|
|
16
20
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
21
|
click: (...args: any[]) => void;
|
|
18
|
-
}, string, import("vue").
|
|
22
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
23
|
item: {
|
|
20
24
|
required: true;
|
|
21
25
|
type: PropType<ActionItem>;
|
|
@@ -28,10 +32,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
32
|
default: string;
|
|
29
33
|
type: PropType<"xs" | "sm" | "md">;
|
|
30
34
|
};
|
|
35
|
+
twDropdown: {
|
|
36
|
+
default: undefined;
|
|
37
|
+
type: PropType<string | string[]>;
|
|
38
|
+
};
|
|
31
39
|
}>> & {
|
|
32
40
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
33
41
|
}, {
|
|
34
|
-
dark: boolean;
|
|
35
42
|
size: "xs" | "sm" | "md";
|
|
43
|
+
dark: boolean;
|
|
44
|
+
twDropdown: string | string[];
|
|
36
45
|
}, {}>;
|
|
37
46
|
export default _default;
|
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
default: string;
|
|
25
25
|
type: PropType<"xs" | "sm" | "md">;
|
|
26
26
|
};
|
|
27
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
27
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
label: {
|
|
29
29
|
default: undefined;
|
|
30
30
|
type: StringConstructor;
|
|
@@ -50,11 +50,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
type: PropType<"xs" | "sm" | "md">;
|
|
51
51
|
};
|
|
52
52
|
}>>, {
|
|
53
|
-
dark: boolean;
|
|
54
|
-
active: boolean;
|
|
55
|
-
label: string;
|
|
56
|
-
icon: string;
|
|
57
53
|
size: "xs" | "sm" | "md";
|
|
54
|
+
icon: string;
|
|
58
55
|
count: number;
|
|
56
|
+
dark: boolean;
|
|
57
|
+
label: string;
|
|
58
|
+
active: boolean;
|
|
59
59
|
}, {}>;
|
|
60
60
|
export default _default;
|
|
@@ -15,7 +15,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
};
|
|
16
16
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
17
|
click: (...args: any[]) => void;
|
|
18
|
-
}, string, import("vue").
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
19
|
item: {
|
|
20
20
|
required: true;
|
|
21
21
|
type: PropType<ActionItem>;
|
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
}>> & {
|
|
32
32
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
33
33
|
}, {
|
|
34
|
-
dark: boolean;
|
|
35
34
|
size: "xs" | "sm" | "md";
|
|
35
|
+
dark: boolean;
|
|
36
36
|
}, {}>;
|
|
37
37
|
export default _default;
|
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
default: string;
|
|
25
25
|
type: PropType<"xs" | "sm" | "md">;
|
|
26
26
|
};
|
|
27
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
27
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
label: {
|
|
29
29
|
default: undefined;
|
|
30
30
|
type: StringConstructor;
|
|
@@ -50,11 +50,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
type: PropType<"xs" | "sm" | "md">;
|
|
51
51
|
};
|
|
52
52
|
}>>, {
|
|
53
|
-
dark: boolean;
|
|
54
|
-
active: boolean;
|
|
55
|
-
label: string;
|
|
56
|
-
icon: string;
|
|
57
53
|
size: "xs" | "sm" | "md";
|
|
54
|
+
icon: string;
|
|
58
55
|
count: number;
|
|
56
|
+
dark: boolean;
|
|
57
|
+
label: string;
|
|
58
|
+
active: boolean;
|
|
59
59
|
}, {}>;
|
|
60
60
|
export default _default;
|
|
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
};
|
|
15
15
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
16
|
"update:model-value": (...args: any[]) => void;
|
|
17
|
-
}, string, import("vue").
|
|
17
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
18
|
modelValue: {
|
|
19
19
|
default: number;
|
|
20
20
|
required: true;
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
default: boolean;
|
|
12
12
|
type: BooleanConstructor;
|
|
13
13
|
};
|
|
14
|
-
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
14
|
+
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
15
|
title: {
|
|
16
16
|
required: true;
|
|
17
17
|
type: StringConstructor;
|
|
@@ -34,10 +34,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
34
|
focus: typeof focus;
|
|
35
35
|
blur: typeof blur;
|
|
36
36
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
37
|
-
blur: (...args: any[]) => void;
|
|
38
37
|
focus: (...args: any[]) => void;
|
|
39
38
|
"update:modelValue": (...args: any[]) => void;
|
|
40
|
-
|
|
39
|
+
blur: (...args: any[]) => void;
|
|
40
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
41
|
modelValue: {
|
|
42
42
|
default: string;
|
|
43
43
|
type: PropType<string | null>;
|
|
@@ -67,14 +67,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
type: BooleanConstructor;
|
|
68
68
|
};
|
|
69
69
|
}>> & {
|
|
70
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
70
71
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
71
72
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
72
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
73
73
|
}, {
|
|
74
74
|
required: boolean;
|
|
75
|
-
name: string;
|
|
76
|
-
size: "xs" | "sm" | "md";
|
|
77
75
|
modelValue: string | null;
|
|
76
|
+
size: "xs" | "sm" | "md";
|
|
77
|
+
name: string;
|
|
78
78
|
placeholder: string;
|
|
79
79
|
disabled: boolean;
|
|
80
80
|
hasError: boolean;
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
strokeDashoffset(): number;
|
|
18
18
|
fontSize(): number;
|
|
19
19
|
circleStyle(): Record<string, string>;
|
|
20
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
20
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
21
|
radius: {
|
|
22
22
|
default: number;
|
|
23
23
|
type: NumberConstructor;
|
|
@@ -31,8 +31,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
type: NumberConstructor;
|
|
32
32
|
};
|
|
33
33
|
}>>, {
|
|
34
|
-
progress: number;
|
|
35
|
-
stroke: number;
|
|
36
34
|
radius: number;
|
|
35
|
+
stroke: number;
|
|
36
|
+
progress: number;
|
|
37
37
|
}, {}>;
|
|
38
38
|
export default _default;
|
|
@@ -43,7 +43,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
43
43
|
};
|
|
44
44
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
45
45
|
"update:modelValue": (...args: any[]) => void;
|
|
46
|
-
}, string, import("vue").
|
|
46
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
47
|
modelValue: {
|
|
48
48
|
default: undefined;
|
|
49
49
|
type: PropType<OptionValue | undefined>;
|
|
@@ -88,11 +88,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
88
88
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
required: boolean;
|
|
91
|
-
name: string;
|
|
92
|
-
labelClass: string;
|
|
93
91
|
modelValue: OptionValue | undefined;
|
|
92
|
+
name: string;
|
|
94
93
|
disabled: boolean;
|
|
95
94
|
hasError: boolean;
|
|
95
|
+
labelClass: string;
|
|
96
96
|
twInput: string;
|
|
97
97
|
}, {}>, {
|
|
98
98
|
option?(_: {
|
|
@@ -3,7 +3,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
3
3
|
default: number;
|
|
4
4
|
type: NumberConstructor;
|
|
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
|
maxLines: {
|
|
8
8
|
default: number;
|
|
9
9
|
type: NumberConstructor;
|
|
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
type: PropType<"xs" | "sm" | "md">;
|
|
15
15
|
};
|
|
16
16
|
toolbar: {
|
|
17
|
-
type: PropType<string | Record<string, any> |
|
|
17
|
+
type: PropType<string | unknown[] | Record<string, any> | undefined>;
|
|
18
18
|
default(): string[];
|
|
19
19
|
};
|
|
20
20
|
placeholder: {
|
|
@@ -43,7 +43,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
43
43
|
};
|
|
44
44
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
45
45
|
"update:modelValue": (...args: any[]) => void;
|
|
46
|
-
}, string, import("vue").
|
|
46
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
47
|
modelValue: {
|
|
48
48
|
default: undefined;
|
|
49
49
|
type: PropType<string | Delta | null | undefined>;
|
|
@@ -57,7 +57,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
type: PropType<"xs" | "sm" | "md">;
|
|
58
58
|
};
|
|
59
59
|
toolbar: {
|
|
60
|
-
type: PropType<string | Record<string, any> |
|
|
60
|
+
type: PropType<string | unknown[] | Record<string, any> | undefined>;
|
|
61
61
|
default(): string[];
|
|
62
62
|
};
|
|
63
63
|
placeholder: {
|
|
@@ -88,14 +88,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
88
88
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
required: boolean;
|
|
91
|
-
name: string;
|
|
92
|
-
size: "xs" | "sm" | "md";
|
|
93
91
|
modelValue: string | Delta | null | undefined;
|
|
92
|
+
size: "xs" | "sm" | "md";
|
|
93
|
+
name: string;
|
|
94
94
|
placeholder: string;
|
|
95
95
|
disabled: boolean;
|
|
96
96
|
hasError: boolean;
|
|
97
|
-
enable: boolean;
|
|
98
|
-
toolbar: string | Record<string, any> | unknown[] | undefined;
|
|
99
97
|
theme: "" | "snow" | "bubble";
|
|
98
|
+
toolbar: string | unknown[] | Record<string, any> | undefined;
|
|
99
|
+
enable: boolean;
|
|
100
100
|
}, {}>;
|
|
101
101
|
export default _default;
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
};
|
|
23
23
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
24
|
selectTime: (...args: any[]) => void;
|
|
25
|
-
}, string, import("vue").
|
|
25
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
26
|
value: {
|
|
27
27
|
default: undefined;
|
|
28
28
|
type: PropType<string | null | undefined>;
|
|
@@ -46,8 +46,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
46
46
|
}>> & {
|
|
47
47
|
onSelectTime?: ((...args: any[]) => any) | undefined;
|
|
48
48
|
}, {
|
|
49
|
-
value: string | null | undefined;
|
|
50
49
|
type: string;
|
|
50
|
+
value: string | null | undefined;
|
|
51
51
|
times: string[];
|
|
52
52
|
}, {}>;
|
|
53
53
|
export default _default;
|
|
@@ -52,7 +52,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
52
52
|
};
|
|
53
53
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
54
54
|
"update:modelValue": (...args: any[]) => void;
|
|
55
|
-
}, string, import("vue").
|
|
55
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
56
56
|
modelValue: {
|
|
57
57
|
default: undefined;
|
|
58
58
|
type: PropType<SelectOption | undefined>;
|
|
@@ -106,16 +106,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
106
106
|
}, {
|
|
107
107
|
class: string | string[];
|
|
108
108
|
required: boolean;
|
|
109
|
-
|
|
109
|
+
modelValue: SelectOption | undefined;
|
|
110
110
|
size: "xs" | "sm" | "md";
|
|
111
111
|
options: Option[];
|
|
112
|
-
|
|
112
|
+
labelKey: string;
|
|
113
|
+
valueKey: string;
|
|
114
|
+
name: string;
|
|
113
115
|
placeholder: string;
|
|
114
116
|
disabled: boolean;
|
|
115
117
|
hasError: boolean;
|
|
116
118
|
visibleFocus: boolean;
|
|
117
|
-
labelKey: string;
|
|
118
|
-
valueKey: string;
|
|
119
119
|
}, {}>, {
|
|
120
120
|
default?(_: {}): any;
|
|
121
121
|
}>;
|
|
@@ -35,9 +35,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35
35
|
};
|
|
36
36
|
contrast: {
|
|
37
37
|
default: string;
|
|
38
|
-
type: PropType<"
|
|
38
|
+
type: PropType<"low" | "high">;
|
|
39
39
|
};
|
|
40
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
40
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
41
41
|
to: {
|
|
42
42
|
default: undefined;
|
|
43
43
|
type: PropType<RouteLocationRaw | undefined>;
|
|
@@ -72,14 +72,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
72
|
};
|
|
73
73
|
contrast: {
|
|
74
74
|
default: string;
|
|
75
|
-
type: PropType<"
|
|
75
|
+
type: PropType<"low" | "high">;
|
|
76
76
|
};
|
|
77
77
|
}>>, {
|
|
78
|
+
color: string;
|
|
78
79
|
to: RouteLocationRaw | undefined;
|
|
80
|
+
contrast: "low" | "high";
|
|
79
81
|
href: string | undefined;
|
|
80
|
-
color: string;
|
|
81
82
|
description: string;
|
|
82
|
-
contrast: "high" | "low";
|
|
83
83
|
action: () => Promise<void> | undefined;
|
|
84
84
|
linkText: string;
|
|
85
85
|
}, {}>;
|
|
@@ -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
|
+
};
|
|
@@ -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
|
+
};
|
|
@@ -8,7 +8,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
8
8
|
default: string;
|
|
9
9
|
type: PropType<string | string[]>;
|
|
10
10
|
};
|
|
11
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
11
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
delay: {
|
|
13
13
|
default: string;
|
|
14
14
|
type: StringConstructor;
|
|
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25
25
|
textClass(): string;
|
|
26
26
|
icon(): string;
|
|
27
27
|
centerClass(): string;
|
|
28
|
-
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
28
|
+
}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
29
|
label: {
|
|
30
30
|
default: null;
|
|
31
31
|
type: PropType<string | null>;
|
|
@@ -48,8 +48,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
48
48
|
};
|
|
49
49
|
}>>, {
|
|
50
50
|
label: string | null;
|
|
51
|
-
caption: string | null;
|
|
52
51
|
secondaryValue: string | null;
|
|
53
52
|
trend: "up" | "down" | null;
|
|
53
|
+
caption: string | null;
|
|
54
54
|
}, {}>;
|
|
55
55
|
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
|
items: {
|
|
12
12
|
required: true;
|
|
13
13
|
type: PropType<StepperItem[]>;
|
|
@@ -23,7 +23,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
};
|
|
24
24
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
25
25
|
click: (...args: any[]) => void;
|
|
26
|
-
}, string, import("vue").
|
|
26
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
27
|
stepNumber: {
|
|
28
28
|
required: true;
|
|
29
29
|
type: NumberConstructor;
|
|
@@ -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
|
+
};
|