sprintify-ui 0.8.41 → 0.8.43
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 +4910 -4972
- package/dist/types/components/BaseActionItem.vue.d.ts +5 -15
- package/dist/types/components/BaseActionItemButton.vue.d.ts +4 -25
- package/dist/types/components/BaseAddressForm.vue.d.ts +6 -45
- package/dist/types/components/BaseAlert.vue.d.ts +11 -37
- package/dist/types/components/BaseApp.vue.d.ts +8 -3
- package/dist/types/components/BaseAppDialogs.vue.d.ts +1 -1
- package/dist/types/components/BaseAppSnackbars.vue.d.ts +1 -1
- package/dist/types/components/BaseAutocomplete.vue.d.ts +585 -37
- package/dist/types/components/BaseAutocompleteDrawer.vue.d.ts +24 -16
- package/dist/types/components/BaseAutocompleteFetch.vue.d.ts +526 -36
- package/dist/types/components/BaseAvatar.vue.d.ts +4 -4
- package/dist/types/components/BaseAvatarGroup.vue.d.ts +4 -4
- package/dist/types/components/BaseBadge.vue.d.ts +11 -35
- package/dist/types/components/BaseBelongsTo.vue.d.ts +524 -34
- package/dist/types/components/BaseBelongsToFetch.vue.d.ts +484 -35
- package/dist/types/components/BaseBoolean.vue.d.ts +3 -12
- package/dist/types/components/BaseBreadcrumbs.vue.d.ts +4 -4
- package/dist/types/components/BaseButton.vue.d.ts +17 -53
- package/dist/types/components/BaseButtonGroup.vue.d.ts +19 -14
- package/dist/types/components/BaseCalendar.vue.d.ts +46 -13
- package/dist/types/components/BaseCard.vue.d.ts +13 -6
- package/dist/types/components/BaseCardRow.vue.d.ts +13 -31
- package/dist/types/components/BaseCharacterCounter.vue.d.ts +4 -4
- package/dist/types/components/BaseClipboard.vue.d.ts +14 -6
- package/dist/types/components/BaseCollapse.vue.d.ts +20 -52
- package/dist/types/components/BaseColor.vue.d.ts +8 -8
- package/dist/types/components/BaseContainer.vue.d.ts +11 -33
- package/dist/types/components/BaseCounter.vue.d.ts +4 -4
- package/dist/types/components/BaseCropper.vue.d.ts +29 -30
- package/dist/types/components/BaseCropperModal.vue.d.ts +8 -17
- package/dist/types/components/BaseDataIterator.vue.d.ts +6 -6
- package/dist/types/components/BaseDataIteratorSectionBox.vue.d.ts +10 -14
- package/dist/types/components/BaseDataIteratorSectionButton.vue.d.ts +6 -15
- package/dist/types/components/BaseDataIteratorSectionColumns.vue.d.ts +4 -4
- package/dist/types/components/BaseDataIteratorSectionModal.vue.d.ts +13 -17
- package/dist/types/components/BaseDataTable.vue.d.ts +842 -26
- package/dist/types/components/BaseDataTableRowAction.vue.d.ts +4 -25
- package/dist/types/components/BaseDataTableTemplate.vue.d.ts +129 -14
- package/dist/types/components/BaseDatePicker.vue.d.ts +7 -56
- package/dist/types/components/BaseDateSelect.vue.d.ts +5 -5
- package/dist/types/components/BaseDescriptionList.vue.d.ts +8 -3
- package/dist/types/components/BaseDescriptionListItem.vue.d.ts +11 -4
- package/dist/types/components/BaseDialog.vue.d.ts +516 -8
- package/dist/types/components/BaseDisplayRelativeTime.vue.d.ts +15 -8
- package/dist/types/components/BaseDraggable.vue.d.ts +18 -20
- package/dist/types/components/BaseDropdown.vue.d.ts +18 -10
- package/dist/types/components/BaseDropdownAutocomplete.vue.d.ts +23 -16
- package/dist/types/components/BaseField.vue.d.ts +12 -7
- package/dist/types/components/BaseFieldI18n.vue.d.ts +7 -7
- package/dist/types/components/BaseFilePicker.vue.d.ts +20 -44
- package/dist/types/components/BaseFilePickerCrop.vue.d.ts +51 -39
- package/dist/types/components/BaseFileUploader.vue.d.ts +40 -76
- package/dist/types/components/BaseForm.vue.d.ts +22 -15
- package/dist/types/components/BaseGantt.vue.d.ts +21 -40
- package/dist/types/components/BaseHasMany.vue.d.ts +325 -39
- package/dist/types/components/BaseHeader.vue.d.ts +4 -37
- package/dist/types/components/BaseIconPicker.vue.d.ts +6 -31
- package/dist/types/components/BaseInput.vue.d.ts +12 -12
- package/dist/types/components/BaseInputError.vue.d.ts +11 -6
- package/dist/types/components/BaseInputLabel.vue.d.ts +4 -4
- package/dist/types/components/BaseInputPercent.vue.d.ts +9 -9
- package/dist/types/components/BaseJsonReader.vue.d.ts +4 -29
- package/dist/types/components/BaseJsonReaderItem.vue.d.ts +3 -12
- package/dist/types/components/BaseLayoutNotificationDropdown.vue.d.ts +5 -5
- package/dist/types/components/BaseLayoutNotificationItem.vue.d.ts +4 -4
- package/dist/types/components/BaseLayoutNotificationItemContent.vue.d.ts +3 -12
- package/dist/types/components/BaseLayoutSidebar.vue.d.ts +16 -11
- package/dist/types/components/BaseLayoutSidebarConfigurable.vue.d.ts +13 -8
- package/dist/types/components/BaseLayoutStacked.vue.d.ts +22 -42
- package/dist/types/components/BaseLayoutStackedConfigurable.vue.d.ts +12 -7
- package/dist/types/components/BaseLazy.vue.d.ts +24 -15
- package/dist/types/components/BaseLoadingCover.vue.d.ts +5 -5
- package/dist/types/components/BaseMediaGallery.vue.d.ts +5 -5
- package/dist/types/components/BaseMediaGalleryItem.vue.d.ts +5 -5
- package/dist/types/components/BaseMediaItem.vue.d.ts +5 -5
- package/dist/types/components/BaseMediaLibrary.vue.d.ts +38 -33
- package/dist/types/components/BaseMediaList.vue.d.ts +5 -5
- package/dist/types/components/BaseMediaListItem.vue.d.ts +6 -6
- package/dist/types/components/BaseMediaPictures.vue.d.ts +5 -5
- package/dist/types/components/BaseMediaPicturesItem.vue.d.ts +5 -5
- package/dist/types/components/BaseMediaPreview.vue.d.ts +5 -5
- package/dist/types/components/BaseMenu.vue.d.ts +31 -23
- package/dist/types/components/BaseMenuItem.vue.d.ts +5 -5
- package/dist/types/components/BaseModalCenter.vue.d.ts +14 -9
- package/dist/types/components/BaseModalSide.vue.d.ts +14 -9
- package/dist/types/components/BaseNavbar.vue.d.ts +23 -16
- package/dist/types/components/BaseNavbarItem.vue.d.ts +5 -5
- package/dist/types/components/BaseNavbarItemContent.vue.d.ts +4 -4
- package/dist/types/components/BaseNavbarSideItem.vue.d.ts +5 -5
- package/dist/types/components/BaseNavbarSideItemContent.vue.d.ts +4 -4
- package/dist/types/components/BasePagination.vue.d.ts +5 -5
- package/dist/types/components/BasePanel.vue.d.ts +5 -5
- package/dist/types/components/BasePassword.vue.d.ts +8 -8
- package/dist/types/components/BaseProgressCircle.vue.d.ts +4 -4
- package/dist/types/components/BaseRadioGroup.vue.d.ts +15 -10
- package/dist/types/components/BaseReadMore.vue.d.ts +13 -6
- package/dist/types/components/BaseRichText.vue.d.ts +6 -6
- package/dist/types/components/BaseScrollColumn.vue.d.ts +5 -5
- package/dist/types/components/BaseSelect.vue.d.ts +15 -8
- package/dist/types/components/BaseShortcut.vue.d.ts +5 -5
- package/dist/types/components/BaseSideNavigation.vue.d.ts +11 -27
- package/dist/types/components/BaseSideNavigationItem.vue.d.ts +13 -31
- package/dist/types/components/BaseSkeleton.vue.d.ts +4 -4
- package/dist/types/components/BaseStatistic.vue.d.ts +6 -4
- package/dist/types/components/BaseStepper.vue.d.ts +4 -4
- package/dist/types/components/BaseStepperItem.vue.d.ts +5 -5
- package/dist/types/components/BaseSwitch.vue.d.ts +14 -9
- package/dist/types/components/BaseSystemAlert.vue.d.ts +12 -7
- package/dist/types/components/BaseTabItem.vue.d.ts +15 -31
- package/dist/types/components/BaseTable.vue.d.ts +15 -45
- package/dist/types/components/BaseTableBody.vue.d.ts +8 -3
- package/dist/types/components/BaseTableCell.vue.d.ts +13 -47
- package/dist/types/components/BaseTableColumn.vue.d.ts +8 -8
- package/dist/types/components/BaseTableHead.vue.d.ts +11 -27
- package/dist/types/components/BaseTableHeader.vue.d.ts +15 -35
- package/dist/types/components/BaseTableRow.vue.d.ts +15 -41
- package/dist/types/components/BaseTabs.vue.d.ts +14 -27
- package/dist/types/components/BaseTagAutocomplete.vue.d.ts +235 -39
- package/dist/types/components/BaseTagAutocompleteFetch.vue.d.ts +457 -39
- package/dist/types/components/BaseTextarea.vue.d.ts +8 -8
- package/dist/types/components/BaseTextareaAutoresize.vue.d.ts +8 -8
- package/dist/types/components/BaseTimePicker.vue.d.ts +6 -6
- package/dist/types/components/BaseTimeline.vue.d.ts +3 -3
- package/dist/types/components/BaseTimelineItem.vue.d.ts +3 -3
- package/dist/types/components/BaseToast.vue.d.ts +3 -12
- package/dist/types/components/BaseTooltip.vue.d.ts +15 -36
- package/dist/types/components/BaseUniqueCode.vue.d.ts +5 -5
- package/dist/types/components/SlotComponent.d.ts +4 -4
- package/dist/types/stories/PageInputSizes.vue.d.ts +1 -1
- package/dist/types/stories/PageShow.vue.d.ts +1 -1
- package/dist/types/svg/BaseEmptyState.vue.d.ts +1 -1
- package/dist/types/svg/BaseSpinnerLarge.vue.d.ts +1 -1
- package/dist/types/svg/BaseSpinnerSmall.vue.d.ts +1 -1
- package/package.json +1 -6
- package/src/components/BaseLazy.stories.js +28 -7
- package/src/components/BaseLazy.vue +64 -10
- package/src/components/index.ts +1 -0
|
@@ -3,19 +3,26 @@ declare function toggleMenu(): void;
|
|
|
3
3
|
declare function openMenu(): void;
|
|
4
4
|
declare function closeMenu(): void;
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
6
|
+
slots: {
|
|
7
|
+
navbar?(_: {
|
|
8
|
+
mobile: boolean;
|
|
9
|
+
dark: boolean;
|
|
10
|
+
height: number;
|
|
11
|
+
}): any;
|
|
12
|
+
mobile?(_: {
|
|
13
|
+
dark: boolean;
|
|
14
|
+
toggleMenu: typeof toggleMenu;
|
|
15
|
+
closeMenu: typeof closeMenu;
|
|
16
|
+
openMenu: typeof openMenu;
|
|
17
|
+
}): any;
|
|
18
|
+
};
|
|
19
|
+
refs: {
|
|
20
|
+
navRef: HTMLElement;
|
|
21
|
+
};
|
|
22
|
+
attrs: Partial<{}>;
|
|
17
23
|
};
|
|
18
|
-
|
|
24
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
19
26
|
dark: {
|
|
20
27
|
default: boolean;
|
|
21
28
|
type: BooleanConstructor;
|
|
@@ -36,7 +43,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
36
43
|
default: string;
|
|
37
44
|
type: PropType<"xs" | "sm" | "md">;
|
|
38
45
|
};
|
|
39
|
-
}
|
|
46
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
47
|
dark: {
|
|
41
48
|
default: boolean;
|
|
42
49
|
type: BooleanConstructor;
|
|
@@ -57,14 +64,14 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
57
64
|
default: string;
|
|
58
65
|
type: PropType<"xs" | "sm" | "md">;
|
|
59
66
|
};
|
|
60
|
-
}
|
|
67
|
+
}>> & Readonly<{}>, {
|
|
61
68
|
dark: boolean;
|
|
62
69
|
class: string | string[];
|
|
63
70
|
size: "xs" | "sm" | "md";
|
|
64
71
|
height: number;
|
|
65
72
|
breakpoint: number;
|
|
66
|
-
}, {}>;
|
|
67
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
73
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
74
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
68
75
|
export default _default;
|
|
69
76
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
70
77
|
new (): {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ActionItem } from '@/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
item: {
|
|
5
5
|
required: true;
|
|
6
6
|
type: PropType<ActionItem>;
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
default: undefined;
|
|
18
18
|
type: PropType<string | string[]>;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
20
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
21
|
click: (...args: any[]) => void;
|
|
22
22
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
23
|
item: {
|
|
@@ -36,11 +36,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
36
|
default: undefined;
|
|
37
37
|
type: PropType<string | string[]>;
|
|
38
38
|
};
|
|
39
|
-
}>> & {
|
|
39
|
+
}>> & Readonly<{
|
|
40
40
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
41
|
-
}
|
|
41
|
+
}>, {
|
|
42
42
|
dark: boolean;
|
|
43
43
|
size: "xs" | "sm" | "md";
|
|
44
44
|
twDropdown: string | string[];
|
|
45
|
-
}, {}>;
|
|
45
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
46
46
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
label: {
|
|
4
4
|
default: undefined;
|
|
5
5
|
type: StringConstructor;
|
|
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
default: string;
|
|
25
25
|
type: PropType<"xs" | "sm" | "md">;
|
|
26
26
|
};
|
|
27
|
-
}
|
|
27
|
+
}>, {}, {}, {}, {}, 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;
|
|
@@ -49,12 +49,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
49
|
default: string;
|
|
50
50
|
type: PropType<"xs" | "sm" | "md">;
|
|
51
51
|
};
|
|
52
|
-
}
|
|
52
|
+
}>> & Readonly<{}>, {
|
|
53
53
|
dark: boolean;
|
|
54
54
|
active: boolean;
|
|
55
55
|
label: string;
|
|
56
56
|
icon: string;
|
|
57
57
|
size: "xs" | "sm" | "md";
|
|
58
58
|
count: number;
|
|
59
|
-
}, {}>;
|
|
59
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
60
60
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { ActionItem } from '@/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
item: {
|
|
5
5
|
required: true;
|
|
6
6
|
type: PropType<ActionItem>;
|
|
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17
17
|
default: boolean;
|
|
18
18
|
type: BooleanConstructor;
|
|
19
19
|
};
|
|
20
|
-
}
|
|
20
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
21
|
click: (...args: any[]) => void;
|
|
22
22
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
23
|
item: {
|
|
@@ -36,11 +36,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
36
|
default: boolean;
|
|
37
37
|
type: BooleanConstructor;
|
|
38
38
|
};
|
|
39
|
-
}>> & {
|
|
39
|
+
}>> & Readonly<{
|
|
40
40
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
41
|
-
}
|
|
41
|
+
}>, {
|
|
42
42
|
dark: boolean;
|
|
43
43
|
size: "xs" | "sm" | "md";
|
|
44
44
|
collapsed: boolean;
|
|
45
|
-
}, {}>;
|
|
45
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
46
46
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
label: {
|
|
4
4
|
default: undefined;
|
|
5
5
|
type: StringConstructor;
|
|
@@ -28,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
default: boolean;
|
|
29
29
|
type: BooleanConstructor;
|
|
30
30
|
};
|
|
31
|
-
}
|
|
31
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
32
|
label: {
|
|
33
33
|
default: undefined;
|
|
34
34
|
type: StringConstructor;
|
|
@@ -57,7 +57,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
57
57
|
default: boolean;
|
|
58
58
|
type: BooleanConstructor;
|
|
59
59
|
};
|
|
60
|
-
}
|
|
60
|
+
}>> & Readonly<{}>, {
|
|
61
61
|
dark: boolean;
|
|
62
62
|
active: boolean;
|
|
63
63
|
label: string;
|
|
@@ -65,5 +65,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
65
|
size: "xs" | "sm" | "md";
|
|
66
66
|
count: number;
|
|
67
67
|
collapsed: boolean;
|
|
68
|
-
}, {}>;
|
|
68
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
69
69
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
modelValue: {
|
|
3
3
|
default: number;
|
|
4
4
|
required: true;
|
|
@@ -12,7 +12,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12
12
|
default: number;
|
|
13
13
|
type: NumberConstructor;
|
|
14
14
|
};
|
|
15
|
-
}
|
|
15
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
16
16
|
"update:model-value": (...args: any[]) => void;
|
|
17
17
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
18
|
modelValue: {
|
|
@@ -28,10 +28,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28
28
|
default: number;
|
|
29
29
|
type: NumberConstructor;
|
|
30
30
|
};
|
|
31
|
-
}>> & {
|
|
31
|
+
}>> & Readonly<{
|
|
32
32
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
33
|
-
}
|
|
33
|
+
}>, {
|
|
34
34
|
modelValue: number;
|
|
35
35
|
totalVisible: number;
|
|
36
|
-
}, {}>;
|
|
36
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
37
37
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
title: {
|
|
3
3
|
required: true;
|
|
4
4
|
type: StringConstructor;
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
default: boolean;
|
|
12
12
|
type: BooleanConstructor;
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
}>, {}, {}, {}, {}, 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;
|
|
@@ -24,8 +24,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
default: boolean;
|
|
25
25
|
type: BooleanConstructor;
|
|
26
26
|
};
|
|
27
|
-
}
|
|
28
|
-
description: string;
|
|
27
|
+
}>> & Readonly<{}>, {
|
|
29
28
|
bordered: boolean;
|
|
30
|
-
|
|
29
|
+
description: string;
|
|
30
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
31
31
|
export default _default;
|
|
@@ -2,7 +2,7 @@ import { PropType } from 'vue';
|
|
|
2
2
|
import { Size } from '@/utils/sizes';
|
|
3
3
|
declare function focus(): void;
|
|
4
4
|
declare function blur(): void;
|
|
5
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
6
6
|
modelValue: {
|
|
7
7
|
default: string;
|
|
8
8
|
type: PropType<string | null>;
|
|
@@ -31,10 +31,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
31
31
|
default: boolean;
|
|
32
32
|
type: BooleanConstructor;
|
|
33
33
|
};
|
|
34
|
-
}
|
|
34
|
+
}>, {
|
|
35
35
|
focus: typeof focus;
|
|
36
36
|
blur: typeof blur;
|
|
37
|
-
},
|
|
37
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
38
38
|
blur: (...args: any[]) => void;
|
|
39
39
|
focus: (...args: any[]) => void;
|
|
40
40
|
"update:modelValue": (...args: any[]) => void;
|
|
@@ -67,17 +67,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
default: boolean;
|
|
68
68
|
type: BooleanConstructor;
|
|
69
69
|
};
|
|
70
|
-
}>> & {
|
|
71
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
70
|
+
}>> & Readonly<{
|
|
72
71
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
72
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
73
73
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
74
|
-
}
|
|
74
|
+
}>, {
|
|
75
75
|
required: boolean;
|
|
76
76
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
77
77
|
name: string;
|
|
78
|
+
disabled: boolean;
|
|
78
79
|
modelValue: string | null;
|
|
79
80
|
placeholder: string;
|
|
80
|
-
disabled: boolean;
|
|
81
81
|
hasError: boolean;
|
|
82
|
-
}, {}>;
|
|
82
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
83
83
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
2
|
radius: {
|
|
3
3
|
default: number;
|
|
4
4
|
type: NumberConstructor;
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
default: number;
|
|
12
12
|
type: NumberConstructor;
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
}>, {}, {}, {
|
|
15
15
|
normalizedRadius(): number;
|
|
16
16
|
circumference(): number;
|
|
17
17
|
strokeDashoffset(): number;
|
|
@@ -30,9 +30,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
default: number;
|
|
31
31
|
type: NumberConstructor;
|
|
32
32
|
};
|
|
33
|
-
}
|
|
33
|
+
}>> & Readonly<{}>, {
|
|
34
34
|
progress: number;
|
|
35
35
|
stroke: number;
|
|
36
36
|
radius: number;
|
|
37
|
-
}, {}>;
|
|
37
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
38
|
export default _default;
|
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { NormalizedOption, RawOption, OptionValue } from '@/types';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
-
|
|
5
|
-
option:
|
|
6
|
-
|
|
4
|
+
slots: {
|
|
5
|
+
option?(_: {
|
|
6
|
+
option: NormalizedOption;
|
|
7
|
+
}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {};
|
|
10
|
+
attrs: Partial<{}>;
|
|
7
11
|
};
|
|
8
|
-
|
|
12
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9
14
|
modelValue: {
|
|
10
15
|
default: undefined;
|
|
11
16
|
type: PropType<OptionValue | undefined>;
|
|
@@ -46,7 +51,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
46
51
|
default: boolean;
|
|
47
52
|
type: BooleanConstructor;
|
|
48
53
|
};
|
|
49
|
-
}
|
|
54
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
50
55
|
"update:modelValue": (...args: any[]) => void;
|
|
51
56
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
57
|
modelValue: {
|
|
@@ -89,18 +94,18 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
89
94
|
default: boolean;
|
|
90
95
|
type: BooleanConstructor;
|
|
91
96
|
};
|
|
92
|
-
}>> & {
|
|
97
|
+
}>> & Readonly<{
|
|
93
98
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
94
|
-
}
|
|
99
|
+
}>, {
|
|
95
100
|
required: boolean;
|
|
96
101
|
name: string;
|
|
102
|
+
disabled: boolean;
|
|
97
103
|
labelClass: string;
|
|
98
104
|
modelValue: OptionValue | undefined;
|
|
99
|
-
disabled: boolean;
|
|
100
105
|
hasError: boolean;
|
|
101
106
|
twInput: string;
|
|
102
|
-
}, {}>;
|
|
103
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
107
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
108
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
104
109
|
export default _default;
|
|
105
110
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
106
111
|
new (): {
|
|
@@ -1,20 +1,27 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {
|
|
6
|
+
content: HTMLParagraphElement;
|
|
7
|
+
};
|
|
8
|
+
attrs: Partial<{}>;
|
|
3
9
|
};
|
|
4
|
-
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
12
|
maxLines: {
|
|
6
13
|
default: number;
|
|
7
14
|
type: NumberConstructor;
|
|
8
15
|
};
|
|
9
|
-
}
|
|
16
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10
17
|
maxLines: {
|
|
11
18
|
default: number;
|
|
12
19
|
type: NumberConstructor;
|
|
13
20
|
};
|
|
14
|
-
}
|
|
21
|
+
}>> & Readonly<{}>, {
|
|
15
22
|
maxLines: number;
|
|
16
|
-
}, {}>;
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
24
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
25
|
export default _default;
|
|
19
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
27
|
new (): {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import Delta from 'quill-delta';
|
|
3
3
|
import { Size } from '@/utils/sizes';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
modelValue: {
|
|
6
6
|
default: undefined;
|
|
7
7
|
type: PropType<string | Delta | null | undefined>;
|
|
@@ -42,7 +42,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
42
42
|
default: boolean;
|
|
43
43
|
type: BooleanConstructor;
|
|
44
44
|
};
|
|
45
|
-
}
|
|
45
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
46
46
|
"update:modelValue": (...args: any[]) => void;
|
|
47
47
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
48
48
|
modelValue: {
|
|
@@ -85,18 +85,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
85
85
|
default: boolean;
|
|
86
86
|
type: BooleanConstructor;
|
|
87
87
|
};
|
|
88
|
-
}>> & {
|
|
88
|
+
}>> & Readonly<{
|
|
89
89
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
90
|
-
}
|
|
90
|
+
}>, {
|
|
91
91
|
required: boolean;
|
|
92
92
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
93
93
|
name: string;
|
|
94
|
+
disabled: boolean;
|
|
94
95
|
modelValue: string | Delta | null | undefined;
|
|
95
96
|
placeholder: string;
|
|
96
|
-
disabled: boolean;
|
|
97
97
|
hasError: boolean;
|
|
98
98
|
enable: boolean;
|
|
99
99
|
toolbar: string | Record<string, any> | unknown[] | undefined;
|
|
100
100
|
theme: "" | "snow" | "bubble";
|
|
101
|
-
}, {}>;
|
|
101
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
102
102
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
value: {
|
|
4
4
|
default: undefined;
|
|
5
5
|
type: PropType<string | null | undefined>;
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
default: () => string[];
|
|
21
21
|
type: PropType<string[]>;
|
|
22
22
|
};
|
|
23
|
-
}
|
|
23
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
24
|
selectTime: (...args: any[]) => void;
|
|
25
25
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
26
|
value: {
|
|
@@ -43,11 +43,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
43
43
|
default: () => string[];
|
|
44
44
|
type: PropType<string[]>;
|
|
45
45
|
};
|
|
46
|
-
}>> & {
|
|
46
|
+
}>> & Readonly<{
|
|
47
47
|
onSelectTime?: ((...args: any[]) => any) | undefined;
|
|
48
|
-
}
|
|
48
|
+
}>, {
|
|
49
49
|
value: string | null | undefined;
|
|
50
50
|
type: string;
|
|
51
51
|
times: string[];
|
|
52
|
-
}, {}>;
|
|
52
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
53
53
|
export default _default;
|
|
@@ -3,9 +3,16 @@ import { RawOption } from '@/types';
|
|
|
3
3
|
import { Size } from '@/utils/sizes';
|
|
4
4
|
type SelectOption = string | number | null;
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
|
-
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {
|
|
10
|
+
select: HTMLSelectElement;
|
|
11
|
+
};
|
|
12
|
+
attrs: Partial<{}>;
|
|
7
13
|
};
|
|
8
|
-
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9
16
|
modelValue: {
|
|
10
17
|
default: undefined;
|
|
11
18
|
type: PropType<SelectOption | undefined>;
|
|
@@ -54,7 +61,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
54
61
|
default: boolean;
|
|
55
62
|
type: BooleanConstructor;
|
|
56
63
|
};
|
|
57
|
-
}
|
|
64
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
58
65
|
"update:modelValue": (...args: any[]) => void;
|
|
59
66
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
60
67
|
modelValue: {
|
|
@@ -105,23 +112,23 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
105
112
|
default: boolean;
|
|
106
113
|
type: BooleanConstructor;
|
|
107
114
|
};
|
|
108
|
-
}>> & {
|
|
115
|
+
}>> & Readonly<{
|
|
109
116
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
110
|
-
}
|
|
117
|
+
}>, {
|
|
111
118
|
class: string | string[];
|
|
112
119
|
required: boolean;
|
|
113
120
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
114
121
|
name: string;
|
|
115
122
|
options: RawOption[];
|
|
123
|
+
disabled: boolean;
|
|
116
124
|
modelValue: SelectOption | undefined;
|
|
117
125
|
placeholder: string;
|
|
118
|
-
disabled: boolean;
|
|
119
126
|
hasError: boolean;
|
|
120
127
|
visibleFocus: boolean;
|
|
121
128
|
labelKey: string;
|
|
122
129
|
valueKey: string;
|
|
123
|
-
}, {}>;
|
|
124
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
130
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
131
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
125
132
|
export default _default;
|
|
126
133
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
127
134
|
new (): {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { RouteLocationRaw } from 'vue-router';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
to: {
|
|
5
5
|
default: undefined;
|
|
6
6
|
type: PropType<RouteLocationRaw | undefined>;
|
|
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
default: string;
|
|
38
38
|
type: PropType<"low" | "high">;
|
|
39
39
|
};
|
|
40
|
-
}
|
|
40
|
+
}>, {}, {}, {}, {}, 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>;
|
|
@@ -74,13 +74,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
74
74
|
default: string;
|
|
75
75
|
type: PropType<"low" | "high">;
|
|
76
76
|
};
|
|
77
|
-
}
|
|
78
|
-
description: string;
|
|
77
|
+
}>> & Readonly<{}>, {
|
|
79
78
|
to: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric | undefined;
|
|
80
79
|
href: string | undefined;
|
|
81
80
|
color: string;
|
|
81
|
+
description: string;
|
|
82
82
|
contrast: "high" | "low";
|
|
83
83
|
action: () => Promise<void> | undefined;
|
|
84
84
|
linkText: string;
|
|
85
|
-
}, {}>;
|
|
85
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
86
86
|
export default _default;
|
|
@@ -1,38 +1,22 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
3
7
|
};
|
|
4
|
-
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
5
10
|
size?: "xs" | "sm" | "md" | "lg";
|
|
6
|
-
}
|
|
7
|
-
size: string;
|
|
8
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
11
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
9
12
|
size?: "xs" | "sm" | "md" | "lg";
|
|
10
|
-
}>, {
|
|
11
|
-
size: string;
|
|
12
|
-
}>>>, {
|
|
13
|
+
}> & Readonly<{}>, {
|
|
13
14
|
size: "xs" | "sm" | "md" | "lg";
|
|
14
|
-
}, {}>;
|
|
15
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
16
17
|
export default _default;
|
|
17
|
-
type __VLS_WithDefaults<P, D> = {
|
|
18
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
19
|
-
default: D[K];
|
|
20
|
-
}> : P[K];
|
|
21
|
-
};
|
|
22
|
-
type __VLS_Prettify<T> = {
|
|
23
|
-
[K in keyof T]: T[K];
|
|
24
|
-
} & {};
|
|
25
18
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
19
|
new (): {
|
|
27
20
|
$slots: S;
|
|
28
21
|
};
|
|
29
22
|
};
|
|
30
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
31
|
-
type __VLS_TypePropsToOption<T> = {
|
|
32
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
33
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
34
|
-
} : {
|
|
35
|
-
type: import('vue').PropType<T[K]>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
};
|