@maltjoy/core-vue 6.5.0-beta.1 → 6.5.0-beta.2
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/App.vue.d.ts +2 -0
- package/dist/components/JoyAdminBanner/VJoyAdminBanner.vue.d.ts +7 -0
- package/dist/components/JoyAvailability/JoyAvailability.types.d.ts +1 -0
- package/dist/components/JoyAvailability/VJoyAvailability.vue.d.ts +10 -0
- package/dist/components/JoyAvatar/JoyAvatar.types.d.ts +5 -0
- package/dist/components/JoyAvatar/VJoyAvatar.vue.d.ts +68 -0
- package/dist/components/JoyAvatarsList/VJoyAvatarsList.vue.d.ts +27 -0
- package/dist/components/JoyBadge/JoyBadge.types.d.ts +2 -0
- package/dist/components/JoyBadge/VJoyBadge.vue.d.ts +66 -0
- package/dist/components/JoyBadgeLevel/JoyBadgeLevel.types.d.ts +12 -0
- package/dist/components/JoyBadgeLevel/VJoyBadgeLevel.vue.d.ts +49 -0
- package/dist/components/JoyBlockSkeleton/VJoyBlockSkeleton.vue.d.ts +32 -0
- package/dist/components/JoyBottomSheet/VJoyBottomSheet.vue.d.ts +49 -0
- package/dist/components/JoyButton/JoyButton.types.d.ts +6 -0
- package/dist/components/JoyButton/VJoyButton.vue.d.ts +101 -0
- package/dist/components/JoyButtonCard/JoyButtonCard.types.d.ts +13 -0
- package/dist/components/JoyButtonCard/VJoyButtonCard.vue.d.ts +18 -0
- package/dist/components/JoyCheckbox/JoyCheckbox.types.d.ts +26 -0
- package/dist/components/JoyCheckbox/VJoyCheckbox.vue.d.ts +36 -0
- package/dist/components/JoyCheckboxCard/JoyCheckboxCard.types.d.ts +7 -0
- package/dist/components/JoyCheckboxCard/VJoyCheckboxCard.vue.d.ts +35 -0
- package/dist/components/JoyCheckboxGroup/VJoyCheckboxGroup.vue.d.ts +67 -0
- package/dist/components/JoyCollapse/VJoyCollapse.vue.d.ts +215 -0
- package/dist/components/JoyCollapseItem/JoyCollapseItem.types.d.ts +5 -0
- package/dist/components/JoyCollapseItem/VJoyCollapseItem.vue.d.ts +101 -0
- package/dist/components/JoyCompanyAvatar/JoyCompanyAvatar.types.d.ts +2 -0
- package/dist/components/JoyCompanyAvatar/VJoyCompanyAvatar.vue.d.ts +39 -0
- package/dist/components/JoyDialog/JoyDialog.types.d.ts +2 -0
- package/dist/components/JoyDialog/VJoyDialog.vue.d.ts +238 -0
- package/dist/components/JoyDialogTrigger/VJoyDialogTrigger.vue.d.ts +589 -0
- package/dist/components/JoyDot/VJoyDot.types.d.ts +1 -0
- package/dist/components/JoyDot/VJoyDot.vue.d.ts +15 -0
- package/dist/components/JoyDrawer/JoyDrawer.types.d.ts +1 -0
- package/dist/components/JoyDrawer/VJoyDrawer.vue.d.ts +195 -0
- package/dist/components/JoyDrawerTrigger/VJoyDrawerTrigger.vue.d.ts +509 -0
- package/dist/components/JoyDropdown/JoyDropdown.types.d.ts +18 -0
- package/dist/components/JoyDropdown/VJoyDropdown.vue.d.ts +220 -0
- package/dist/components/JoyDropdownList/JoyDropdownList.types.d.ts +2 -0
- package/dist/components/JoyDropdownList/VJoyDropdownList.vue.d.ts +136 -0
- package/dist/components/JoyDropzone/VJoyDropzone.vue.d.ts +153 -0
- package/dist/components/JoyDropzone/VJoyDropzoneFileItem.vue.d.ts +84 -0
- package/dist/components/JoyDropzone/VJoyDropzoneIcon.vue.d.ts +26 -0
- package/dist/components/JoyFilterBar/VJoyFilterBar.vue.d.ts +19 -0
- package/dist/components/JoyFilterBarButton/VJoyFilterBarButton.vue.d.ts +43 -0
- package/dist/components/JoyFloatingActionsBar/VJoyFloatingActionsBar.vue.d.ts +30 -0
- package/dist/components/JoyFormError/VJoyFormError.vue.d.ts +63 -0
- package/dist/components/JoyFormFieldSkeleton/VJoyFormFieldSkeleton.vue.d.ts +41 -0
- package/dist/components/JoyFormGroup/VJoyFormGroup.vue.d.ts +13 -0
- package/dist/components/JoyFunnel/JoyFunnel.types.d.ts +3 -0
- package/dist/components/JoyFunnel/VJoyFunnel.vue.d.ts +71 -0
- package/dist/components/JoyFunnelFooter/VJoyFunnelFooter.vue.d.ts +13 -0
- package/dist/components/JoyFunnelHeader/VJoyFunnelHeader.vue.d.ts +13 -0
- package/dist/components/JoyHighlight/JoyHighlight.types.d.ts +3 -0
- package/dist/components/JoyHighlight/VJoyHighlight.vue.d.ts +76 -0
- package/dist/components/JoyIcon/JoyIcon.types.d.ts +5 -0
- package/dist/components/JoyIcon/VJoyIcon.vue.d.ts +62 -0
- package/dist/components/JoyIconButton/JoyIconButton.types.d.ts +5 -0
- package/dist/components/JoyIconButton/VJoyIconButton.vue.d.ts +80 -0
- package/dist/components/JoyIndicator/VJoyIndicator.vue.d.ts +44 -0
- package/dist/components/JoyIndicators/JoyIndicators.types.d.ts +1 -0
- package/dist/components/JoyIndicators/VJoyIndicators.vue.d.ts +74 -0
- package/dist/components/JoyInput/JoyInput.types.d.ts +33 -0
- package/dist/components/JoyInput/VJoyInput.vue.d.ts +38 -0
- package/dist/components/JoyInputDigit/JoyInputDigit.types.d.ts +14 -0
- package/dist/components/JoyInputDigit/VJoyInputDigit.vue.d.ts +24 -0
- package/dist/components/JoyInputNumber/VJoyInputNumber.vue.d.ts +33 -0
- package/dist/components/JoyInputPassword/VJoyInputPassword.vue.d.ts +31 -0
- package/dist/components/JoyLabel/JoyLabel.types.d.ts +3 -0
- package/dist/components/JoyLabel/VJoyLabel.vue.d.ts +57 -0
- package/dist/components/JoyLink/JoyLink.types.d.ts +2 -0
- package/dist/components/JoyLink/VJoyLink.vue.d.ts +41 -0
- package/dist/components/JoyListItem/VJoyListItem.vue.d.ts +21 -0
- package/dist/components/JoyMenu/JoyMenu.types.d.ts +13 -0
- package/dist/components/JoyMenu/VJoyMenu.vue.d.ts +59 -0
- package/dist/components/JoyMenuItem/JoyMenuItem.types.d.ts +13 -0
- package/dist/components/JoyMenuItem/VJoyMenuItem.vue.d.ts +73 -0
- package/dist/components/JoyPagination/PaginationIcon.vue.d.ts +35 -0
- package/dist/components/JoyPagination/VJoyPagination.vue.d.ts +84 -0
- package/dist/components/JoyPanel/JoyPanel.types.d.ts +4 -0
- package/dist/components/JoyPanel/VJoyPanel.vue.d.ts +103 -0
- package/dist/components/JoyPanelSection/VJoyPanelSection.vue.d.ts +10 -0
- package/dist/components/JoyPasswordRequirement/JoyPasswordRequirement.types.d.ts +7 -0
- package/dist/components/JoyPasswordRequirement/VJoyPasswordRequirement.vue.d.ts +13 -0
- package/dist/components/JoyProductTour/JoyProductTour.store.d.ts +174 -0
- package/dist/components/JoyProductTour/JoyProductTour.types.d.ts +38 -0
- package/dist/components/JoyProductTour/JoyProductTourSpotlight/VJoyProductTourSpotlight.vue.d.ts +6 -0
- package/dist/components/JoyProductTour/VJoyProductTour.vue.d.ts +21 -0
- package/dist/components/JoyProductTour/VJoyProductTourInner.vue.d.ts +27 -0
- package/dist/components/JoyProductTourTrigger/VJoyProductTourTrigger.vue.d.ts +167 -0
- package/dist/components/JoyProgressBar/JoyProgressBar.types.d.ts +2 -0
- package/dist/components/JoyProgressBar/VJoyProgressBar.vue.d.ts +67 -0
- package/dist/components/JoyRadio/JoyRadio.types.d.ts +1 -0
- package/dist/components/JoyRadio/VJoyRadio.vue.d.ts +117 -0
- package/dist/components/JoyRadioGroup/JoyRadioGroup.types.d.ts +1 -0
- package/dist/components/JoyRadioGroup/VJoyRadioGroup.vue.d.ts +33 -0
- package/dist/components/JoyRatingStars/JoyRatingStars.types.d.ts +2 -0
- package/dist/components/JoyRatingStars/VJoyRatingStars.vue.d.ts +51 -0
- package/dist/components/JoyScreenLoader/VJoyScreenLoader.types.d.ts +1 -0
- package/dist/components/JoyScreenLoader/VJoyScreenLoader.vue.d.ts +44 -0
- package/dist/components/JoySelect/JoySelect.types.d.ts +2 -0
- package/dist/components/JoySelect/VJoySelect.vue.d.ts +121 -0
- package/dist/components/JoySelectableItem/VJoySelectableItem.types.d.ts +8 -0
- package/dist/components/JoySelectableItem/VJoySelectableItem.vue.d.ts +76 -0
- package/dist/components/JoySelectableItemGroup/VJoySelectableItemGroup.vue.d.ts +93 -0
- package/dist/components/JoySeparator/JoySeparator.types.d.ts +3 -0
- package/dist/components/JoySeparator/VJoySeparator.vue.d.ts +24 -0
- package/dist/components/JoySnackbar/JoySnackbar.types.d.ts +19 -0
- package/dist/components/JoySnackbar/VJoySnackbar.vue.d.ts +104 -0
- package/dist/components/JoySnackbar/VJoySnackbarService.d.ts +25 -0
- package/dist/components/JoySnackbar/index.d.ts +1 -0
- package/dist/components/JoySpinner/JoySpinner.types.d.ts +1 -0
- package/dist/components/JoySpinner/VJoySpinner.vue.d.ts +12 -0
- package/dist/components/JoyStep/TJoyStep.types.d.ts +1 -0
- package/dist/components/JoyStep/VJoyStep.vue.d.ts +86 -0
- package/dist/components/JoyStepper/VJoyStepper.vue.d.ts +171 -0
- package/dist/components/JoyTab/TabButton.vue.d.ts +79 -0
- package/dist/components/JoyTab/VJoyTab.vue.d.ts +81 -0
- package/dist/components/JoyTabs/VJoyTabs.vue.d.ts +103 -0
- package/dist/components/JoyTag/JoyTag.types.d.ts +14 -0
- package/dist/components/JoyTag/VJoyTag.vue.d.ts +52 -0
- package/dist/components/JoyTagsInput/JoyTagsInput.service.d.ts +5 -0
- package/dist/components/JoyTagsInput/JoyTagsInput.types.d.ts +4 -0
- package/dist/components/JoyTagsInput/VJoyTagsInput.vue.d.ts +124 -0
- package/dist/components/JoyTagsList/JoyTagsList.types.d.ts +4 -0
- package/dist/components/JoyTagsList/VJoyTagsList.vue.d.ts +140 -0
- package/dist/components/JoyTemplate/JoyTemplate.types.d.ts +1 -0
- package/dist/components/JoyTemplate/VJoyTemplate.vue.d.ts +92 -0
- package/dist/components/JoyTemplate/_JoyTemplateShape/TemplateShape.vue.d.ts +2 -0
- package/dist/components/JoyText/JoyText.types.d.ts +4 -0
- package/dist/components/JoyText/VJoyText.vue.d.ts +40 -0
- package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +155 -0
- package/dist/components/JoyTitleBrand/VJoyTitleBrand.vue.d.ts +19 -0
- package/dist/components/JoyToggle/VJoyToggle.vue.d.ts +104 -0
- package/dist/components/JoyTooltip/VJoyTooltip.vue.d.ts +112 -0
- package/dist/components/JoyUserCard/VJoyUserCard.vue.d.ts +71 -0
- package/dist/components/JoyWalkthrough/VJoyWalkthrough.vue.d.ts +39 -0
- package/dist/components/JoyWalkthroughTrigger/VJoyWalkthroughTrigger.vue.d.ts +9 -0
- package/dist/components/JoyWrapper/JoyWrapper.types.d.ts +5 -0
- package/dist/components/JoyWrapper/VJoyWrapper.vue.d.ts +100 -0
- package/dist/components/compat.d.ts +1 -0
- package/dist/components/component-metadata.d.ts +22 -0
- package/dist/components/components.d.ts +8 -0
- package/dist/components/components.types.d.ts +42 -0
- package/dist/components/index.d.ts +84 -0
- package/dist/composables/events.d.ts +5 -0
- package/dist/composables/helpers.d.ts +9 -0
- package/dist/composables/index.d.ts +5 -0
- package/dist/composables/overlay-a11y.d.ts +21 -0
- package/dist/directives/index.d.ts +1 -0
- package/dist/directives/ripple.d.ts +4 -0
- package/dist/events/bus.d.ts +3 -0
- package/dist/events/index.d.ts +1 -0
- package/dist/helpers/index.d.ts +15 -0
- package/dist/joy-core-vue-manifest.json +96 -0
- package/dist/main.d.ts +1 -0
- package/dist/pages/FunnelAndStepper.vue.d.ts +2 -0
- package/dist/pages/FunnelMode.vue.d.ts +2 -0
- package/dist/pages/IndexPage.vue.d.ts +2 -0
- package/dist/stories/fixtures/index.d.ts +1 -0
- package/dist/types/index.d.ts +27 -0
- package/package.json +1 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export interface AdminBannerProps {
|
|
2
|
+
label?: string;
|
|
3
|
+
}
|
|
4
|
+
declare const _default: import("vue").DefineComponent<AdminBannerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AdminBannerProps> & Readonly<{}>, {
|
|
5
|
+
label: string;
|
|
6
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type TJoyAvailabilityStatus = 'AVAILABLE' | 'AVAILABLE_AND_VERIFIED' | 'NOT_AVAILABLE_WITH_DATE' | 'AVAILABLE_SOON' | 'NOT_AVAILABLE';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { TJoyAvailabilityStatus } from './JoyAvailability.types';
|
|
2
|
+
interface AvailabilityProps {
|
|
3
|
+
label?: string;
|
|
4
|
+
status?: TJoyAvailabilityStatus;
|
|
5
|
+
isPartial?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: import("vue").DefineComponent<AvailabilityProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<AvailabilityProps> & Readonly<{}>, {
|
|
8
|
+
status: TJoyAvailabilityStatus;
|
|
9
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
export default _default;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { TJoyAvatarSizes } from './JoyAvatar.types';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
+
size?: TJoyAvatarSizes | undefined;
|
|
4
|
+
/** Display the initials based on Firstname and Lastname */
|
|
5
|
+
fullName?: string | undefined;
|
|
6
|
+
/** Pass a photo URL that will be displayed over the fullname */
|
|
7
|
+
photoUrl?: string | undefined;
|
|
8
|
+
/** In a big avatar list, you may have to say "there are still XYZ more avatars". Use this to display the amount. */
|
|
9
|
+
totalNumber?: number | undefined;
|
|
10
|
+
/** No functional purpose here. Only style. You need to trigger router change manually, depending on the framework you use. */
|
|
11
|
+
link?: boolean | undefined;
|
|
12
|
+
/** Use it to display "strategy" tag. */
|
|
13
|
+
profile?: "default" | "strategy" | undefined;
|
|
14
|
+
/** Only applied if you set a photoUrl */
|
|
15
|
+
loading?: "lazy" | "eager" | undefined;
|
|
16
|
+
/** Basic state with no information */
|
|
17
|
+
isEmpty?: boolean | undefined;
|
|
18
|
+
/** Placeholder icon is no photo is given, and showLetters is set to false */
|
|
19
|
+
placeholder?: import("@maltjoy/icons").JoyIconsId | undefined;
|
|
20
|
+
/** If no photo is given and this parameter is set to false, it will directly display the placeholder icon */
|
|
21
|
+
showLetters?: boolean | undefined;
|
|
22
|
+
}, {
|
|
23
|
+
isAnonymous: import("vue").ComputedRef<boolean>;
|
|
24
|
+
initials: import("vue").ComputedRef<string>;
|
|
25
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
26
|
+
click: () => any;
|
|
27
|
+
}, string, import("vue").PublicProps, Readonly<{
|
|
28
|
+
size?: TJoyAvatarSizes | undefined;
|
|
29
|
+
/** Display the initials based on Firstname and Lastname */
|
|
30
|
+
fullName?: string | undefined;
|
|
31
|
+
/** Pass a photo URL that will be displayed over the fullname */
|
|
32
|
+
photoUrl?: string | undefined;
|
|
33
|
+
/** In a big avatar list, you may have to say "there are still XYZ more avatars". Use this to display the amount. */
|
|
34
|
+
totalNumber?: number | undefined;
|
|
35
|
+
/** No functional purpose here. Only style. You need to trigger router change manually, depending on the framework you use. */
|
|
36
|
+
link?: boolean | undefined;
|
|
37
|
+
/** Use it to display "strategy" tag. */
|
|
38
|
+
profile?: "default" | "strategy" | undefined;
|
|
39
|
+
/** Only applied if you set a photoUrl */
|
|
40
|
+
loading?: "lazy" | "eager" | undefined;
|
|
41
|
+
/** Basic state with no information */
|
|
42
|
+
isEmpty?: boolean | undefined;
|
|
43
|
+
/** Placeholder icon is no photo is given, and showLetters is set to false */
|
|
44
|
+
placeholder?: import("@maltjoy/icons").JoyIconsId | undefined;
|
|
45
|
+
/** If no photo is given and this parameter is set to false, it will directly display the placeholder icon */
|
|
46
|
+
showLetters?: boolean | undefined;
|
|
47
|
+
}> & Readonly<{
|
|
48
|
+
onClick?: (() => any) | undefined;
|
|
49
|
+
}>, {
|
|
50
|
+
size: TJoyAvatarSizes;
|
|
51
|
+
profile: "default" | "strategy";
|
|
52
|
+
loading: "lazy" | "eager";
|
|
53
|
+
isEmpty: boolean;
|
|
54
|
+
placeholder: import("@maltjoy/icons").JoyIconsId;
|
|
55
|
+
showLetters: boolean;
|
|
56
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Readonly<{
|
|
57
|
+
/** Inject the image here. Use any Nuxt or custom wrapper to better handle performances. */
|
|
58
|
+
default(): any;
|
|
59
|
+
}> & {
|
|
60
|
+
/** Inject the image here. Use any Nuxt or custom wrapper to better handle performances. */
|
|
61
|
+
default(): any;
|
|
62
|
+
}>;
|
|
63
|
+
export default _default;
|
|
64
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
65
|
+
new (): {
|
|
66
|
+
$slots: S;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
/** Renders a compact list of avatars */
|
|
3
|
+
compress: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
+
/** Renders a compact list of avatars */
|
|
9
|
+
compress: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
}>> & Readonly<{}>, {
|
|
14
|
+
compress: boolean;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
16
|
+
/** Use this slot to inject all your VJoyAvatar. VJoyAvatars applies some style to the list. */
|
|
17
|
+
default(): any;
|
|
18
|
+
}> & {
|
|
19
|
+
/** Use this slot to inject all your VJoyAvatar. VJoyAvatars applies some style to the list. */
|
|
20
|
+
default(): any;
|
|
21
|
+
}>;
|
|
22
|
+
export default _default;
|
|
23
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
24
|
+
new (): {
|
|
25
|
+
$slots: S;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
/**
|
|
4
|
+
* Display the colored bulletpoint on the left
|
|
5
|
+
*/
|
|
6
|
+
bulletpoint: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Use label or slot in order to inject the text.
|
|
12
|
+
*/
|
|
13
|
+
label: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
/**
|
|
18
|
+
* Color of the badge. Override the color with `--badge-bg-color` and `--badge-circle-color` if needed.
|
|
19
|
+
*
|
|
20
|
+
* You can use the `TJoyBadgeVariants` type.
|
|
21
|
+
*/
|
|
22
|
+
variant: {
|
|
23
|
+
type: PropType<import("../JoyDot/VJoyDot.types").TJoyDotVariants>;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
27
|
+
/**
|
|
28
|
+
* Display the colored bulletpoint on the left
|
|
29
|
+
*/
|
|
30
|
+
bulletpoint: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Use label or slot in order to inject the text.
|
|
36
|
+
*/
|
|
37
|
+
label: {
|
|
38
|
+
type: StringConstructor;
|
|
39
|
+
default: string;
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* Color of the badge. Override the color with `--badge-bg-color` and `--badge-circle-color` if needed.
|
|
43
|
+
*
|
|
44
|
+
* You can use the `TJoyBadgeVariants` type.
|
|
45
|
+
*/
|
|
46
|
+
variant: {
|
|
47
|
+
type: PropType<import("../JoyDot/VJoyDot.types").TJoyDotVariants>;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
}>> & Readonly<{}>, {
|
|
51
|
+
label: string;
|
|
52
|
+
variant: import("../JoyDot/VJoyDot.types").TJoyDotVariants;
|
|
53
|
+
bulletpoint: boolean;
|
|
54
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
55
|
+
/** Use the slot as an alternative to "label" property. */
|
|
56
|
+
default(): any;
|
|
57
|
+
}> & {
|
|
58
|
+
/** Use the slot as an alternative to "label" property. */
|
|
59
|
+
default(): any;
|
|
60
|
+
}>;
|
|
61
|
+
export default _default;
|
|
62
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
63
|
+
new (): {
|
|
64
|
+
$slots: S;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare enum JoyBadgeLevelEnum {
|
|
2
|
+
HIGH_POTENTIAL = "highpotential",
|
|
3
|
+
HIGH_POTENTIAL_AUTO = "high-potential-auto",
|
|
4
|
+
MALT_LINKER = "maltlinker",
|
|
5
|
+
NEW = "new",
|
|
6
|
+
SUPER_MALTER = "supermalter",
|
|
7
|
+
VERIFIED = "verified"
|
|
8
|
+
}
|
|
9
|
+
export declare enum JoyBadgeProgramEnum {
|
|
10
|
+
HIGH_POTENTIAL = "program_high-potential"
|
|
11
|
+
}
|
|
12
|
+
export type TJoyBadges = `${JoyBadgeLevelEnum | JoyBadgeProgramEnum}`;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
+
/** type: `TJoyBadges` */
|
|
4
|
+
type: {
|
|
5
|
+
type: PropType<"highpotential" | "high-potential-auto" | "maltlinker" | "new" | "supermalter" | "verified" | "program_high-potential">;
|
|
6
|
+
required: true;
|
|
7
|
+
};
|
|
8
|
+
/** If supermalter type is given, specify the level (from 1 to 3) */
|
|
9
|
+
superMalterLevel: {
|
|
10
|
+
type: NumberConstructor;
|
|
11
|
+
default: number;
|
|
12
|
+
};
|
|
13
|
+
/** Display the default badge label */
|
|
14
|
+
visibleText: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
/** type: `TJoyBadges` */
|
|
20
|
+
type: {
|
|
21
|
+
type: PropType<"highpotential" | "high-potential-auto" | "maltlinker" | "new" | "supermalter" | "verified" | "program_high-potential">;
|
|
22
|
+
required: true;
|
|
23
|
+
};
|
|
24
|
+
/** If supermalter type is given, specify the level (from 1 to 3) */
|
|
25
|
+
superMalterLevel: {
|
|
26
|
+
type: NumberConstructor;
|
|
27
|
+
default: number;
|
|
28
|
+
};
|
|
29
|
+
/** Display the default badge label */
|
|
30
|
+
visibleText: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
}>> & Readonly<{}>, {
|
|
35
|
+
superMalterLevel: number;
|
|
36
|
+
visibleText: boolean;
|
|
37
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
38
|
+
/** Override the default given label */
|
|
39
|
+
default(): any;
|
|
40
|
+
}> & {
|
|
41
|
+
/** Override the default given label */
|
|
42
|
+
default(): any;
|
|
43
|
+
}>;
|
|
44
|
+
export default _default;
|
|
45
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
|
+
new (): {
|
|
47
|
+
$slots: S;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
/** If you want to use it properly you need to set fixed width and height */
|
|
3
|
+
circle: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
7
|
+
/** Size in any unit. Example: 50px, 100%... */
|
|
8
|
+
width: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
};
|
|
11
|
+
/** Size in any unit. */
|
|
12
|
+
height: {
|
|
13
|
+
type: StringConstructor;
|
|
14
|
+
};
|
|
15
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
/** If you want to use it properly you need to set fixed width and height */
|
|
17
|
+
circle: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
/** Size in any unit. Example: 50px, 100%... */
|
|
22
|
+
width: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
};
|
|
25
|
+
/** Size in any unit. */
|
|
26
|
+
height: {
|
|
27
|
+
type: StringConstructor;
|
|
28
|
+
};
|
|
29
|
+
}>> & Readonly<{}>, {
|
|
30
|
+
circle: boolean;
|
|
31
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
32
|
+
export default _default;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { TeleportProps } from 'vue';
|
|
2
|
+
interface BottomSheetProps {
|
|
3
|
+
/**
|
|
4
|
+
* Label injected in the default CTA
|
|
5
|
+
*/
|
|
6
|
+
closeLabel?: string;
|
|
7
|
+
open?: boolean;
|
|
8
|
+
preventBodyScroll?: boolean;
|
|
9
|
+
teleport?: TeleportProps['to'];
|
|
10
|
+
frozen?: boolean;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @returns {void}
|
|
14
|
+
*/
|
|
15
|
+
declare function show(): void;
|
|
16
|
+
declare function hide(): void;
|
|
17
|
+
declare function moveContainer(translationY: number): void;
|
|
18
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<BottomSheetProps, {
|
|
19
|
+
hide: typeof hide;
|
|
20
|
+
show: typeof show;
|
|
21
|
+
isOpen: import("vue").Ref<boolean, boolean>;
|
|
22
|
+
moveContainer: typeof moveContainer;
|
|
23
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
24
|
+
"bottom-sheet:close": () => any;
|
|
25
|
+
}, string, import("vue").PublicProps, Readonly<BottomSheetProps> & Readonly<{
|
|
26
|
+
"onBottom-sheet:close"?: (() => any) | undefined;
|
|
27
|
+
}>, {
|
|
28
|
+
frozen: boolean;
|
|
29
|
+
closeLabel: string;
|
|
30
|
+
open: boolean;
|
|
31
|
+
preventBodyScroll: boolean;
|
|
32
|
+
teleport: string | import("vue").RendererElement | null;
|
|
33
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Readonly<{
|
|
34
|
+
/** Main content of the component */
|
|
35
|
+
'bottom-sheet-content': () => any;
|
|
36
|
+
/** Put whatever type of CTA you need here */
|
|
37
|
+
'bottom-sheet-cta': () => any;
|
|
38
|
+
}> & {
|
|
39
|
+
/** Main content of the component */
|
|
40
|
+
'bottom-sheet-content': () => any;
|
|
41
|
+
/** Put whatever type of CTA you need here */
|
|
42
|
+
'bottom-sheet-cta': () => any;
|
|
43
|
+
}>;
|
|
44
|
+
export default _default;
|
|
45
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
46
|
+
new (): {
|
|
47
|
+
$slots: S;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { TGenericVariants, TPositions, TSizes } from '../../types';
|
|
2
|
+
export type TJoyDefaultButtonVariants = TGenericVariants | 'main' | 'admin' | 'ghost';
|
|
3
|
+
export type TJoyAIButtonVariants = `${TJoyDefaultButtonVariants}-ai`;
|
|
4
|
+
export type TJoyButtonVariants = TJoyDefaultButtonVariants | Exclude<TJoyAIButtonVariants, 'admin-ai'>;
|
|
5
|
+
export type TJoyButtonSizes = Extract<TSizes, 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large'>;
|
|
6
|
+
export type TJoyButtonIconPositions = TPositions;
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import { TJoyButtonSizes, TJoyButtonVariants } from './JoyButton.types';
|
|
2
|
+
import { PropType } from 'vue';
|
|
3
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
|
+
/** The button takes all the available space (100% width) */
|
|
5
|
+
full: {
|
|
6
|
+
type: BooleanConstructor;
|
|
7
|
+
default: boolean;
|
|
8
|
+
};
|
|
9
|
+
/** Name of the icon, placed before the text */
|
|
10
|
+
icon: {
|
|
11
|
+
type: PropType<import("@maltjoy/icons").JoyIconsId>;
|
|
12
|
+
};
|
|
13
|
+
/** Left to the text or right */
|
|
14
|
+
iconPosition: {
|
|
15
|
+
type: PropType<import("../../types/index.js").TPositions>;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
/**
|
|
19
|
+
* Use default slot or label property.
|
|
20
|
+
*/
|
|
21
|
+
label: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
};
|
|
24
|
+
/** Change the component's state and display a JoySpinner. */
|
|
25
|
+
loading: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
/** Button or Link color variant */
|
|
30
|
+
variant: {
|
|
31
|
+
type: PropType<TJoyButtonVariants>;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
/** Button or Link size */
|
|
35
|
+
size: {
|
|
36
|
+
type: PropType<TJoyButtonSizes>;
|
|
37
|
+
default: string;
|
|
38
|
+
};
|
|
39
|
+
id: {
|
|
40
|
+
type: StringConstructor;
|
|
41
|
+
};
|
|
42
|
+
}>, {
|
|
43
|
+
generatedId: string;
|
|
44
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
|
+
/** The button takes all the available space (100% width) */
|
|
46
|
+
full: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
/** Name of the icon, placed before the text */
|
|
51
|
+
icon: {
|
|
52
|
+
type: PropType<import("@maltjoy/icons").JoyIconsId>;
|
|
53
|
+
};
|
|
54
|
+
/** Left to the text or right */
|
|
55
|
+
iconPosition: {
|
|
56
|
+
type: PropType<import("../../types/index.js").TPositions>;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* Use default slot or label property.
|
|
61
|
+
*/
|
|
62
|
+
label: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
};
|
|
65
|
+
/** Change the component's state and display a JoySpinner. */
|
|
66
|
+
loading: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
/** Button or Link color variant */
|
|
71
|
+
variant: {
|
|
72
|
+
type: PropType<TJoyButtonVariants>;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
/** Button or Link size */
|
|
76
|
+
size: {
|
|
77
|
+
type: PropType<TJoyButtonSizes>;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
80
|
+
id: {
|
|
81
|
+
type: StringConstructor;
|
|
82
|
+
};
|
|
83
|
+
}>> & Readonly<{}>, {
|
|
84
|
+
size: TJoyButtonSizes;
|
|
85
|
+
loading: boolean;
|
|
86
|
+
variant: TJoyButtonVariants;
|
|
87
|
+
full: boolean;
|
|
88
|
+
iconPosition: import("../../types/index.js").TPositions;
|
|
89
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
90
|
+
/** Default slot for button text */
|
|
91
|
+
default(): any;
|
|
92
|
+
}> & {
|
|
93
|
+
/** Default slot for button text */
|
|
94
|
+
default(): any;
|
|
95
|
+
}>;
|
|
96
|
+
export default _default;
|
|
97
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
98
|
+
new (): {
|
|
99
|
+
$slots: S;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Component } from 'vue';
|
|
2
|
+
export type TJoyButtonCardType = 'a' | 'button' | Component;
|
|
3
|
+
export type TJoyButtonCardAlign = 'left' | 'center' | 'right';
|
|
4
|
+
export interface VJoyButtonCardProps {
|
|
5
|
+
/** Disabled state */
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
/** Native href for anchor rendering */
|
|
8
|
+
href?: string;
|
|
9
|
+
/** HTML element or Vue component to render */
|
|
10
|
+
type?: TJoyButtonCardType;
|
|
11
|
+
/** Content alignment inside the card */
|
|
12
|
+
align?: TJoyButtonCardAlign;
|
|
13
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { VJoyButtonCardProps } from './JoyButtonCard.types';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<VJoyButtonCardProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<VJoyButtonCardProps> & Readonly<{}>, {
|
|
3
|
+
type: import("./JoyButtonCard.types").TJoyButtonCardType;
|
|
4
|
+
disabled: boolean;
|
|
5
|
+
align: import("./JoyButtonCard.types").TJoyButtonCardAlign;
|
|
6
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Readonly<{
|
|
7
|
+
/** Main content for the card */
|
|
8
|
+
default(): any;
|
|
9
|
+
}> & {
|
|
10
|
+
/** Main content for the card */
|
|
11
|
+
default(): any;
|
|
12
|
+
}>;
|
|
13
|
+
export default _default;
|
|
14
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
15
|
+
new (): {
|
|
16
|
+
$slots: S;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export interface VJoyCheckboxProps {
|
|
2
|
+
/** Can't be used in addition of v-model. See usage : https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#indeterminate_state_checkboxes */
|
|
3
|
+
indeterminate?: boolean;
|
|
4
|
+
/**
|
|
5
|
+
* Internal purpose in order to prevent double focus mark on selectable-item
|
|
6
|
+
* @internal
|
|
7
|
+
*/
|
|
8
|
+
displayFocus?: boolean;
|
|
9
|
+
/** Use it to replace the default slot */
|
|
10
|
+
label?: string;
|
|
11
|
+
/** Checked state of the component */
|
|
12
|
+
checked?: boolean;
|
|
13
|
+
/**
|
|
14
|
+
* Invalid state of the component
|
|
15
|
+
*
|
|
16
|
+
* Note: A checked checkbox cannot be invalid (the `checked` state takes priority over `invalid` state).
|
|
17
|
+
*/
|
|
18
|
+
invalid?: boolean;
|
|
19
|
+
/** The value is used in multiselection context in order to build array of values. */
|
|
20
|
+
value?: string;
|
|
21
|
+
/** Removes any interactivity if disabled */
|
|
22
|
+
disabled?: boolean;
|
|
23
|
+
id?: string;
|
|
24
|
+
name?: string;
|
|
25
|
+
required?: boolean;
|
|
26
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { VJoyCheckboxProps } from './JoyCheckbox.types';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<VJoyCheckboxProps, {
|
|
3
|
+
isIndeterminate: import("vue").Ref<boolean, boolean>;
|
|
4
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
5
|
+
blur: () => any;
|
|
6
|
+
focus: () => any;
|
|
7
|
+
"update:checked": (value: boolean) => any;
|
|
8
|
+
}, string, import("vue").PublicProps, Readonly<VJoyCheckboxProps> & Readonly<{
|
|
9
|
+
onBlur?: (() => any) | undefined;
|
|
10
|
+
onFocus?: (() => any) | undefined;
|
|
11
|
+
"onUpdate:checked"?: ((value: boolean) => any) | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
invalid: boolean;
|
|
14
|
+
required: boolean;
|
|
15
|
+
value: string;
|
|
16
|
+
disabled: boolean;
|
|
17
|
+
checked: boolean;
|
|
18
|
+
indeterminate: boolean;
|
|
19
|
+
displayFocus: boolean;
|
|
20
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Readonly<{
|
|
21
|
+
/** Default slot for checkbox label. You can as well use the label property. */
|
|
22
|
+
default(): any;
|
|
23
|
+
/** For additional content */
|
|
24
|
+
'checkbox-content': () => any;
|
|
25
|
+
}> & {
|
|
26
|
+
/** Default slot for checkbox label. You can as well use the label property. */
|
|
27
|
+
default(): any;
|
|
28
|
+
/** For additional content */
|
|
29
|
+
'checkbox-content': () => any;
|
|
30
|
+
}>;
|
|
31
|
+
export default _default;
|
|
32
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
|
+
new (): {
|
|
34
|
+
$slots: S;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { VJoyCheckboxProps } from '../JoyCheckbox/JoyCheckbox.types';
|
|
2
|
+
export interface VJoyCheckboxCardProps extends Omit<VJoyCheckboxProps, 'displayFocus'> {
|
|
3
|
+
/** Secondary label displayed below the main label */
|
|
4
|
+
subLabel?: string;
|
|
5
|
+
/** Whether the checkbox card should fit its content */
|
|
6
|
+
fitContent?: boolean;
|
|
7
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import type { VJoyCheckboxCardProps } from './JoyCheckboxCard.types';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<VJoyCheckboxCardProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
+
blur: () => any;
|
|
4
|
+
focus: () => any;
|
|
5
|
+
"update:checked": (value: boolean) => any;
|
|
6
|
+
}, string, import("vue").PublicProps, Readonly<VJoyCheckboxCardProps> & Readonly<{
|
|
7
|
+
onBlur?: (() => any) | undefined;
|
|
8
|
+
onFocus?: (() => any) | undefined;
|
|
9
|
+
"onUpdate:checked"?: ((value: boolean) => any) | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
invalid: boolean;
|
|
12
|
+
required: boolean;
|
|
13
|
+
value: string;
|
|
14
|
+
disabled: boolean;
|
|
15
|
+
checked: boolean;
|
|
16
|
+
indeterminate: boolean;
|
|
17
|
+
subLabel: string;
|
|
18
|
+
fitContent: boolean;
|
|
19
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Readonly<{
|
|
20
|
+
/** Right aligned free slot, displayed next to the main label. */
|
|
21
|
+
'header-right': () => any;
|
|
22
|
+
/** Free content slot, displayed below label and sublabel. */
|
|
23
|
+
'checkbox-card-content': () => any;
|
|
24
|
+
}> & {
|
|
25
|
+
/** Right aligned free slot, displayed next to the main label. */
|
|
26
|
+
'header-right': () => any;
|
|
27
|
+
/** Free content slot, displayed below label and sublabel. */
|
|
28
|
+
'checkbox-card-content': () => any;
|
|
29
|
+
}>;
|
|
30
|
+
export default _default;
|
|
31
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
32
|
+
new (): {
|
|
33
|
+
$slots: S;
|
|
34
|
+
};
|
|
35
|
+
};
|