sprintify-ui 0.8.41 → 0.8.42
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
|
@@ -3,7 +3,7 @@ import { Size } from '@/utils/sizes';
|
|
|
3
3
|
declare function focusAction(): void;
|
|
4
4
|
declare function blurAction(): void;
|
|
5
5
|
declare function selectAction(): void;
|
|
6
|
-
declare const _default: import("vue").DefineComponent<{
|
|
6
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
7
|
modelValue: {
|
|
8
8
|
default: string;
|
|
9
9
|
type: PropType<string | number | null>;
|
|
@@ -80,7 +80,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
80
|
type: PropType<undefined | null | number>;
|
|
81
81
|
};
|
|
82
82
|
mask: {
|
|
83
|
-
type: (
|
|
83
|
+
type: (StringConstructor | ArrayConstructor | FunctionConstructor)[];
|
|
84
84
|
default(): null;
|
|
85
85
|
};
|
|
86
86
|
visibleFocus: {
|
|
@@ -95,13 +95,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
95
95
|
default: undefined;
|
|
96
96
|
type: PropType<() => void>;
|
|
97
97
|
};
|
|
98
|
-
}
|
|
98
|
+
}>, {
|
|
99
99
|
focus: typeof focusAction;
|
|
100
100
|
blur: typeof blurAction;
|
|
101
101
|
select: typeof selectAction;
|
|
102
|
-
},
|
|
103
|
-
click: (...args: any[]) => void;
|
|
102
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
104
103
|
blur: (...args: any[]) => void;
|
|
104
|
+
click: (...args: any[]) => void;
|
|
105
105
|
focus: (...args: any[]) => void;
|
|
106
106
|
keydown: (...args: any[]) => void;
|
|
107
107
|
"update:modelValue": (...args: any[]) => void;
|
|
@@ -182,7 +182,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
182
182
|
type: PropType<undefined | null | number>;
|
|
183
183
|
};
|
|
184
184
|
mask: {
|
|
185
|
-
type: (
|
|
185
|
+
type: (StringConstructor | ArrayConstructor | FunctionConstructor)[];
|
|
186
186
|
default(): null;
|
|
187
187
|
};
|
|
188
188
|
visibleFocus: {
|
|
@@ -197,25 +197,25 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
197
197
|
default: undefined;
|
|
198
198
|
type: PropType<() => void>;
|
|
199
199
|
};
|
|
200
|
-
}>> & {
|
|
200
|
+
}>> & Readonly<{
|
|
201
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
201
202
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
202
203
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
203
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
204
204
|
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
205
205
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
206
|
-
}
|
|
206
|
+
}>, {
|
|
207
207
|
class: string | string[];
|
|
208
208
|
type: string;
|
|
209
|
-
required: boolean;
|
|
210
209
|
mask: string | Function | unknown[];
|
|
211
210
|
step: number | null | undefined;
|
|
211
|
+
required: boolean;
|
|
212
212
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
213
213
|
name: string | null | undefined;
|
|
214
|
+
disabled: boolean;
|
|
214
215
|
modelValue: string | number | null;
|
|
215
216
|
autocomplete: boolean;
|
|
216
217
|
preventSubmit: boolean;
|
|
217
218
|
placeholder: string;
|
|
218
|
-
disabled: boolean;
|
|
219
219
|
iconLeft: string | null | undefined;
|
|
220
220
|
iconRight: string | null | undefined;
|
|
221
221
|
prefix: string | null | undefined;
|
|
@@ -226,5 +226,5 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
226
226
|
visibleFocus: boolean;
|
|
227
227
|
onIconLeftClick: () => void;
|
|
228
228
|
onIconRightClick: () => void;
|
|
229
|
-
}, {}>;
|
|
229
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
230
230
|
export default _default;
|
|
@@ -1,22 +1,27 @@
|
|
|
1
1
|
import { Size } from '@/utils/sizes';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
-
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
attrs: Partial<{}>;
|
|
5
9
|
};
|
|
6
|
-
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
7
12
|
size: {
|
|
8
13
|
default: undefined;
|
|
9
14
|
type: PropType<Size>;
|
|
10
15
|
};
|
|
11
|
-
}
|
|
16
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
17
|
size: {
|
|
13
18
|
default: undefined;
|
|
14
19
|
type: PropType<Size>;
|
|
15
20
|
};
|
|
16
|
-
}
|
|
21
|
+
}>> & Readonly<{}>, {
|
|
17
22
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
18
|
-
}, {}>;
|
|
19
|
-
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"]>;
|
|
20
25
|
export default _default;
|
|
21
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
27
|
new (): {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { Size } from '@/utils/sizes';
|
|
3
3
|
import { ClassNameValue } from 'tailwind-merge';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
required: {
|
|
6
6
|
default: boolean;
|
|
7
7
|
type: BooleanConstructor;
|
|
@@ -22,7 +22,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
22
22
|
default: undefined;
|
|
23
23
|
type: PropType<Size>;
|
|
24
24
|
};
|
|
25
|
-
}
|
|
25
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
26
|
required: {
|
|
27
27
|
default: boolean;
|
|
28
28
|
type: BooleanConstructor;
|
|
@@ -43,10 +43,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
43
43
|
default: undefined;
|
|
44
44
|
type: PropType<Size>;
|
|
45
45
|
};
|
|
46
|
-
}
|
|
46
|
+
}>> & Readonly<{}>, {
|
|
47
47
|
class: ClassNameValue;
|
|
48
48
|
required: boolean;
|
|
49
49
|
size: "xs" | "sm" | "md" | "lg" | "xl";
|
|
50
50
|
help: string | null;
|
|
51
|
-
}, {}>;
|
|
51
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
52
52
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
declare function focus(): void;
|
|
3
3
|
declare function blur(): void;
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
/**
|
|
6
6
|
* The value of the input. Can be a number or null.
|
|
7
7
|
* 0.1 = 10%
|
|
@@ -58,10 +58,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
58
58
|
default: undefined;
|
|
59
59
|
type: NumberConstructor;
|
|
60
60
|
};
|
|
61
|
-
}
|
|
61
|
+
}>, {
|
|
62
62
|
focus: typeof focus;
|
|
63
63
|
blur: typeof blur;
|
|
64
|
-
},
|
|
64
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
65
65
|
blur: (...args: any[]) => void;
|
|
66
66
|
focus: (...args: any[]) => void;
|
|
67
67
|
"update:modelValue": (...args: any[]) => void;
|
|
@@ -122,21 +122,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
122
122
|
default: undefined;
|
|
123
123
|
type: NumberConstructor;
|
|
124
124
|
};
|
|
125
|
-
}>> & {
|
|
126
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
125
|
+
}>> & Readonly<{
|
|
127
126
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
127
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
128
128
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
129
|
-
}
|
|
130
|
-
required: boolean;
|
|
129
|
+
}>, {
|
|
131
130
|
step: number;
|
|
132
131
|
icon: string;
|
|
132
|
+
required: boolean;
|
|
133
133
|
name: string;
|
|
134
|
+
disabled: boolean;
|
|
134
135
|
modelValue: string | number | null;
|
|
135
136
|
preventSubmit: boolean;
|
|
136
137
|
placeholder: string;
|
|
137
|
-
disabled: boolean;
|
|
138
138
|
hasError: boolean;
|
|
139
139
|
min: number;
|
|
140
140
|
max: number;
|
|
141
|
-
}, {}>;
|
|
141
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
142
142
|
export default _default;
|
|
@@ -1,43 +1,18 @@
|
|
|
1
1
|
import { Size } from '@/utils/sizes';
|
|
2
2
|
import { JsonData } from '@/types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
modelValue: JsonData;
|
|
5
5
|
size?: Size;
|
|
6
6
|
variant?: "list" | "collapse";
|
|
7
7
|
class?: string | string[];
|
|
8
|
-
}
|
|
9
|
-
size: string;
|
|
10
|
-
variant: string;
|
|
11
|
-
class: undefined;
|
|
12
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
8
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
13
9
|
modelValue: JsonData;
|
|
14
10
|
size?: Size;
|
|
15
11
|
variant?: "list" | "collapse";
|
|
16
12
|
class?: string | string[];
|
|
17
|
-
}>, {
|
|
18
|
-
size: string;
|
|
19
|
-
variant: string;
|
|
20
|
-
class: undefined;
|
|
21
|
-
}>>>, {
|
|
13
|
+
}> & Readonly<{}>, {
|
|
22
14
|
class: string | string[];
|
|
23
15
|
size: Size;
|
|
24
16
|
variant: "list" | "collapse";
|
|
25
|
-
}, {}>;
|
|
17
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
18
|
export default _default;
|
|
27
|
-
type __VLS_WithDefaults<P, D> = {
|
|
28
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
29
|
-
default: D[K];
|
|
30
|
-
}> : P[K];
|
|
31
|
-
};
|
|
32
|
-
type __VLS_Prettify<T> = {
|
|
33
|
-
[K in keyof T]: T[K];
|
|
34
|
-
} & {};
|
|
35
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
36
|
-
type __VLS_TypePropsToOption<T> = {
|
|
37
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
38
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
39
|
-
} : {
|
|
40
|
-
type: import('vue').PropType<T[K]>;
|
|
41
|
-
required: true;
|
|
42
|
-
};
|
|
43
|
-
};
|
|
@@ -1,25 +1,16 @@
|
|
|
1
1
|
import { JsonDataItem } from '@/types';
|
|
2
2
|
import { Size } from '@/utils/sizes';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
4
4
|
modelValue: JsonDataItem;
|
|
5
5
|
label: string | number;
|
|
6
6
|
size: Size;
|
|
7
7
|
class?: string | string[];
|
|
8
8
|
variant: "list" | "collapse";
|
|
9
|
-
}
|
|
9
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
10
10
|
modelValue: JsonDataItem;
|
|
11
11
|
label: string | number;
|
|
12
12
|
size: Size;
|
|
13
13
|
class?: string | string[];
|
|
14
14
|
variant: "list" | "collapse";
|
|
15
|
-
}
|
|
15
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
16
|
export default _default;
|
|
17
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
-
type __VLS_TypePropsToOption<T> = {
|
|
19
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
-
} : {
|
|
22
|
-
type: import('vue').PropType<T[K]>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { NotificationsConfig } from '../types';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
notificationsConfig: {
|
|
5
5
|
required: true;
|
|
6
6
|
type: PropType<NotificationsConfig>;
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
default: string;
|
|
14
14
|
type: PropType<"xs" | "sm" | "md">;
|
|
15
15
|
};
|
|
16
|
-
}
|
|
16
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
17
17
|
click: (...args: any[]) => void;
|
|
18
18
|
open: (...args: any[]) => void;
|
|
19
19
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -29,11 +29,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
default: string;
|
|
30
30
|
type: PropType<"xs" | "sm" | "md">;
|
|
31
31
|
};
|
|
32
|
-
}>> & {
|
|
32
|
+
}>> & Readonly<{
|
|
33
33
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
35
|
-
}
|
|
35
|
+
}>, {
|
|
36
36
|
dark: boolean;
|
|
37
37
|
size: "xs" | "sm" | "md";
|
|
38
|
-
}, {}>;
|
|
38
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
39
39
|
export default _default;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { Notification } from '@/types/Notification';
|
|
2
2
|
import { PropType } from 'vue';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
notification: {
|
|
5
5
|
required: true;
|
|
6
6
|
type: PropType<Notification>;
|
|
7
7
|
};
|
|
8
|
-
}
|
|
8
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
click: (...args: any[]) => void;
|
|
10
10
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
notification: {
|
|
12
12
|
required: true;
|
|
13
13
|
type: PropType<Notification>;
|
|
14
14
|
};
|
|
15
|
-
}>> & {
|
|
15
|
+
}>> & Readonly<{
|
|
16
16
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
17
|
-
}, {}, {}>;
|
|
17
|
+
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
18
|
export default _default;
|
|
@@ -1,18 +1,9 @@
|
|
|
1
1
|
import { Notification } from '@/types/Notification';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
active: boolean;
|
|
4
4
|
notification: Notification;
|
|
5
|
-
}
|
|
5
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
6
6
|
active: boolean;
|
|
7
7
|
notification: Notification;
|
|
8
|
-
}
|
|
8
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
9
|
export default _default;
|
|
10
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
-
type __VLS_TypePropsToOption<T> = {
|
|
12
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
-
} : {
|
|
15
|
-
type: import('vue').PropType<T[K]>;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { RouteLocationRaw } from 'vue-router';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
4
|
+
slots: {
|
|
5
|
+
menu?(_: {}): any;
|
|
6
|
+
menu?(_: {
|
|
7
|
+
collapsed: boolean;
|
|
8
|
+
}): any;
|
|
9
|
+
navbar?(_: {}): any;
|
|
10
|
+
default?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
attrs: Partial<{}>;
|
|
10
14
|
};
|
|
11
|
-
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
12
17
|
appName: {
|
|
13
18
|
default: string;
|
|
14
19
|
type: StringConstructor;
|
|
@@ -29,7 +34,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
29
34
|
default: string;
|
|
30
35
|
type: PropType<"xs" | "sm" | "md">;
|
|
31
36
|
};
|
|
32
|
-
}
|
|
37
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
38
|
appName: {
|
|
34
39
|
default: string;
|
|
35
40
|
type: StringConstructor;
|
|
@@ -50,14 +55,14 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
50
55
|
default: string;
|
|
51
56
|
type: PropType<"xs" | "sm" | "md">;
|
|
52
57
|
};
|
|
53
|
-
}
|
|
58
|
+
}>> & Readonly<{}>, {
|
|
54
59
|
dark: boolean;
|
|
55
60
|
size: "xs" | "sm" | "md";
|
|
56
61
|
appName: string;
|
|
57
62
|
logoUrl: string;
|
|
58
63
|
logoTo: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
59
|
-
}, {}>;
|
|
60
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
64
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
65
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
61
66
|
export default _default;
|
|
62
67
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
63
68
|
new (): {
|
|
@@ -4,10 +4,15 @@ import { PropType } from 'vue';
|
|
|
4
4
|
import { NotificationsConfig } from '../types';
|
|
5
5
|
import { RouteLocationRaw } from 'vue-router';
|
|
6
6
|
declare function __VLS_template(): {
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
slots: {
|
|
8
|
+
navbar?(_: {}): any;
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
};
|
|
11
|
+
refs: {};
|
|
12
|
+
attrs: Partial<{}>;
|
|
9
13
|
};
|
|
10
|
-
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
11
16
|
appName: {
|
|
12
17
|
default: string;
|
|
13
18
|
type: StringConstructor;
|
|
@@ -44,7 +49,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
44
49
|
default: string;
|
|
45
50
|
type: PropType<"xs" | "sm" | "md">;
|
|
46
51
|
};
|
|
47
|
-
}
|
|
52
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
48
53
|
"notification:click": (...args: any[]) => void;
|
|
49
54
|
"notification:open": (...args: any[]) => void;
|
|
50
55
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -84,18 +89,18 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
84
89
|
default: string;
|
|
85
90
|
type: PropType<"xs" | "sm" | "md">;
|
|
86
91
|
};
|
|
87
|
-
}>> & {
|
|
92
|
+
}>> & Readonly<{
|
|
88
93
|
"onNotification:click"?: ((...args: any[]) => any) | undefined;
|
|
89
94
|
"onNotification:open"?: ((...args: any[]) => any) | undefined;
|
|
90
|
-
}
|
|
95
|
+
}>, {
|
|
91
96
|
dark: boolean;
|
|
92
97
|
size: "xs" | "sm" | "md";
|
|
93
98
|
notifications: NotificationsConfig;
|
|
94
99
|
appName: string;
|
|
95
100
|
logoUrl: string;
|
|
96
101
|
logoTo: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
97
|
-
}, {}>;
|
|
98
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
102
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
103
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
99
104
|
export default _default;
|
|
100
105
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
101
106
|
new (): {
|
|
@@ -1,61 +1,41 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
slots: {
|
|
3
|
+
navbar?(_: {
|
|
4
|
+
mobile: boolean;
|
|
5
|
+
dark: boolean;
|
|
6
|
+
height: number;
|
|
7
|
+
}): any;
|
|
8
|
+
mobile?(_: {
|
|
9
|
+
dark: boolean;
|
|
10
|
+
toggleMenu: () => void;
|
|
11
|
+
closeMenu: () => void;
|
|
12
|
+
openMenu: () => void;
|
|
13
|
+
}): any;
|
|
14
|
+
default?(_: {}): any;
|
|
15
|
+
};
|
|
16
|
+
refs: {};
|
|
17
|
+
attrs: Partial<{}>;
|
|
14
18
|
};
|
|
15
|
-
|
|
19
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
16
21
|
class?: string | string[];
|
|
17
22
|
dark?: boolean;
|
|
18
23
|
navbar?: Record<string, unknown>;
|
|
19
24
|
size?: "xs" | "sm" | "md";
|
|
20
|
-
}
|
|
21
|
-
class: string;
|
|
22
|
-
navbar: any;
|
|
23
|
-
size: string;
|
|
24
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
25
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
25
26
|
class?: string | string[];
|
|
26
27
|
dark?: boolean;
|
|
27
28
|
navbar?: Record<string, unknown>;
|
|
28
29
|
size?: "xs" | "sm" | "md";
|
|
29
|
-
}>, {
|
|
30
|
-
class: string;
|
|
31
|
-
navbar: any;
|
|
32
|
-
size: string;
|
|
33
|
-
}>>>, {
|
|
30
|
+
}> & Readonly<{}>, {
|
|
34
31
|
class: string | string[];
|
|
35
32
|
size: "xs" | "sm" | "md";
|
|
36
33
|
navbar: Record<string, unknown>;
|
|
37
|
-
}, {}>;
|
|
38
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
34
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
35
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
39
36
|
export default _default;
|
|
40
|
-
type __VLS_WithDefaults<P, D> = {
|
|
41
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
42
|
-
default: D[K];
|
|
43
|
-
}> : P[K];
|
|
44
|
-
};
|
|
45
|
-
type __VLS_Prettify<T> = {
|
|
46
|
-
[K in keyof T]: T[K];
|
|
47
|
-
} & {};
|
|
48
37
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
49
38
|
new (): {
|
|
50
39
|
$slots: S;
|
|
51
40
|
};
|
|
52
41
|
};
|
|
53
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
54
|
-
type __VLS_TypePropsToOption<T> = {
|
|
55
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
56
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
57
|
-
} : {
|
|
58
|
-
type: import('vue').PropType<T[K]>;
|
|
59
|
-
required: true;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
@@ -3,9 +3,14 @@ import { ActionItem, NotificationsConfig } from '@/types';
|
|
|
3
3
|
import { PropType } from 'vue';
|
|
4
4
|
import { RouteLocationRaw } from 'vue-router';
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
|
-
|
|
6
|
+
slots: {
|
|
7
|
+
default?(_: {}): 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
|
appName: {
|
|
10
15
|
default: string;
|
|
11
16
|
type: StringConstructor;
|
|
@@ -46,7 +51,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
46
51
|
default: string;
|
|
47
52
|
type: PropType<"xs" | "sm" | "md">;
|
|
48
53
|
};
|
|
49
|
-
}
|
|
54
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
50
55
|
"notification:click": (...args: any[]) => void;
|
|
51
56
|
"notification:open": (...args: any[]) => void;
|
|
52
57
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -90,10 +95,10 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
90
95
|
default: string;
|
|
91
96
|
type: PropType<"xs" | "sm" | "md">;
|
|
92
97
|
};
|
|
93
|
-
}>> & {
|
|
98
|
+
}>> & Readonly<{
|
|
94
99
|
"onNotification:click"?: ((...args: any[]) => any) | undefined;
|
|
95
100
|
"onNotification:open"?: ((...args: any[]) => any) | undefined;
|
|
96
|
-
}
|
|
101
|
+
}>, {
|
|
97
102
|
dark: boolean;
|
|
98
103
|
size: "xs" | "sm" | "md";
|
|
99
104
|
notifications: NotificationsConfig;
|
|
@@ -101,8 +106,8 @@ declare const __VLS_component: import("vue").DefineComponent<{
|
|
|
101
106
|
appName: string;
|
|
102
107
|
logoUrl: string;
|
|
103
108
|
logoTo: string | import("vue-router").RouteLocationAsRelativeGeneric | import("vue-router").RouteLocationAsPathGeneric;
|
|
104
|
-
}, {}>;
|
|
105
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component,
|
|
109
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
110
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
106
111
|
export default _default;
|
|
107
112
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
108
113
|
new (): {
|
|
@@ -1,25 +1,34 @@
|
|
|
1
|
+
import { UseIntersectionObserverOptions } from '@vueuse/core';
|
|
2
|
+
declare const TRIGGER_MOUNT = "mount";
|
|
3
|
+
declare const TRIGGER_INTERSECTION = "intersection";
|
|
1
4
|
declare function __VLS_template(): {
|
|
2
|
-
|
|
3
|
-
|
|
5
|
+
slots: {
|
|
6
|
+
default?(_: {}): any;
|
|
7
|
+
preview?(_: {}): any;
|
|
8
|
+
};
|
|
9
|
+
refs: {
|
|
10
|
+
nodeRef: HTMLDivElement;
|
|
11
|
+
};
|
|
12
|
+
attrs: Partial<{}>;
|
|
4
13
|
};
|
|
5
|
-
|
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
6
16
|
delay?: number;
|
|
7
|
-
|
|
17
|
+
trigger?: typeof TRIGGER_MOUNT | typeof TRIGGER_INTERSECTION;
|
|
18
|
+
intersectionConfig?: UseIntersectionObserverOptions;
|
|
19
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
8
20
|
delay?: number;
|
|
9
|
-
|
|
10
|
-
|
|
21
|
+
trigger?: typeof TRIGGER_MOUNT | typeof TRIGGER_INTERSECTION;
|
|
22
|
+
intersectionConfig?: UseIntersectionObserverOptions;
|
|
23
|
+
}> & Readonly<{}>, {
|
|
24
|
+
delay: number;
|
|
25
|
+
trigger: typeof TRIGGER_MOUNT | typeof TRIGGER_INTERSECTION;
|
|
26
|
+
intersectionConfig: UseIntersectionObserverOptions;
|
|
27
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
29
|
export default _default;
|
|
12
30
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
31
|
new (): {
|
|
14
32
|
$slots: S;
|
|
15
33
|
};
|
|
16
34
|
};
|
|
17
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
18
|
-
type __VLS_TypePropsToOption<T> = {
|
|
19
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
20
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
21
|
-
} : {
|
|
22
|
-
type: import('vue').PropType<T[K]>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
};
|