@maltjoy/core-vue 4.3.0 → 4.4.0-beta
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/components/JoyAvatar/VJoyAvatar.vue.d.ts +2 -2
- package/dist/components/JoyBottomSheet/VJoyBottomSheet.vue.d.ts +1 -1
- package/dist/components/JoyButton/VJoyButton.vue.d.ts +1 -1
- package/dist/components/JoyDialogTrigger/VJoyDialogTrigger.vue.d.ts +2 -2
- package/dist/components/JoyDrawerTrigger/VJoyDrawerTrigger.vue.d.ts +2 -2
- package/dist/components/JoyIcon/VJoyIcon.vue.d.ts +1 -1
- package/dist/components/JoyProductTour/JoyProductTour.store.d.ts +2 -2
- package/dist/components/JoySnackbar/VJoySnackbar.vue.d.ts +1 -1
- package/dist/components/JoyTitleBrand/VJoyTitleBrand.vue.d.ts +19 -0
- package/dist/components/index.d.ts +2 -1
- package/dist/{style-CuJh_KFd.js → core-vue.js} +1298 -1279
- package/dist/core-vue.umd.cjs +12 -0
- package/dist/joy-core-vue-manifest.json +9 -2
- package/dist/style.css +1 -1
- package/joy-components.d.ts +1 -0
- package/package.json +25 -24
- package/LICENSE +0 -21
- package/dist/components/main.d.ts +0 -8
- package/dist/components.cjs +0 -1
- package/dist/components.js +0 -87
- package/dist/main.cjs +0 -1
- package/dist/main.js +0 -164
- package/dist/style-E2O6Fed7.cjs +0 -12
|
@@ -26,10 +26,10 @@ declare const _default: import("vue").DefineComponent<AvatarProps, {
|
|
|
26
26
|
}, string, import("vue").PublicProps, Readonly<AvatarProps> & Readonly<{
|
|
27
27
|
onClick?: (() => any) | undefined;
|
|
28
28
|
}>, {
|
|
29
|
-
size: TJoyAvatarSizes;
|
|
30
29
|
color: import("./JoyAvatar.types").FreelancerAvatarColors | "transparent";
|
|
31
|
-
|
|
30
|
+
size: TJoyAvatarSizes;
|
|
32
31
|
loading: "lazy" | "eager";
|
|
32
|
+
profile: "default" | "strategy";
|
|
33
33
|
isEmpty: boolean;
|
|
34
34
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
35
35
|
export default _default;
|
|
@@ -25,11 +25,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Bo
|
|
|
25
25
|
}, string, import("vue").PublicProps, Readonly<BottomSheetProps> & Readonly<{
|
|
26
26
|
"onBottom-sheet:close"?: (() => any) | undefined;
|
|
27
27
|
}>, {
|
|
28
|
+
frozen: boolean;
|
|
28
29
|
closeLabel: string;
|
|
29
30
|
open: boolean;
|
|
30
31
|
preventBodyScroll: boolean;
|
|
31
32
|
teleport: string | import("vue").RendererElement | null;
|
|
32
|
-
frozen: boolean;
|
|
33
33
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Readonly<{
|
|
34
34
|
/** Main content of the component */
|
|
35
35
|
'bottom-sheet-content': () => any;
|
|
@@ -89,9 +89,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
89
89
|
}>> & Readonly<{}>, {
|
|
90
90
|
circle: boolean;
|
|
91
91
|
size: TJoyButtonSizes;
|
|
92
|
+
iconPosition: import("../../types/index.js").TPositions;
|
|
92
93
|
loading: boolean;
|
|
93
94
|
variant: TJoyButtonVariants;
|
|
94
|
-
iconPosition: import("../../types/index.js").TPositions;
|
|
95
95
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, Readonly<{
|
|
96
96
|
/** Default slot for button text */
|
|
97
97
|
default(): any;
|
|
@@ -245,7 +245,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
245
245
|
"onDialog:after-hide"?: (() => any) | undefined;
|
|
246
246
|
"onDialog:before-unmount"?: (() => any) | undefined;
|
|
247
247
|
"onDialog:confirm"?: (() => any) | undefined;
|
|
248
|
-
}>, "
|
|
248
|
+
}>, "isOpen" | "hide" | "show" | "hasFooterSlots" | ("size" | "closeLabel" | "open" | "preventBodyScroll" | "teleport" | "disableTeleport" | "demoMode" | "patternConfirm" | "patternBrand" | "buttonSize" | "bannerHeight")> & import("vue").ShallowUnwrapRef<{
|
|
249
249
|
hasFooterSlots: import("vue").ComputedRef<boolean>;
|
|
250
250
|
hide: (options?: {
|
|
251
251
|
fireHideEvent: boolean;
|
|
@@ -520,7 +520,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
520
520
|
"onDialog:after-hide"?: (() => any) | undefined;
|
|
521
521
|
"onDialog:before-unmount"?: (() => any) | undefined;
|
|
522
522
|
"onDialog:confirm"?: (() => any) | undefined;
|
|
523
|
-
}>, "
|
|
523
|
+
}>, "isOpen" | "hide" | "show" | "hasFooterSlots" | ("size" | "closeLabel" | "open" | "preventBodyScroll" | "teleport" | "disableTeleport" | "demoMode" | "patternConfirm" | "patternBrand" | "buttonSize" | "bannerHeight")> & import("vue").ShallowUnwrapRef<{
|
|
524
524
|
hasFooterSlots: import("vue").ComputedRef<boolean>;
|
|
525
525
|
hide: (options?: {
|
|
526
526
|
fireHideEvent: boolean;
|
|
@@ -214,7 +214,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
214
214
|
"onDrawer:after-hide"?: (() => any) | undefined;
|
|
215
215
|
"onDrawer:before-unmount"?: (() => any) | undefined;
|
|
216
216
|
"onDrawer:confirm"?: (() => any) | undefined;
|
|
217
|
-
}>, "
|
|
217
|
+
}>, "isOpen" | "hide" | "show" | "hasFooterSlots" | ("size" | "closeLabel" | "open" | "preventBodyScroll" | "teleport" | "disableTeleport" | "demoMode" | "buttonSize" | "elevated")> & import("vue").ShallowUnwrapRef<{
|
|
218
218
|
hasFooterSlots: import("vue").ComputedRef<boolean>;
|
|
219
219
|
hide: (options?: {
|
|
220
220
|
fireHideEvent: boolean;
|
|
@@ -456,7 +456,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
456
456
|
"onDrawer:after-hide"?: (() => any) | undefined;
|
|
457
457
|
"onDrawer:before-unmount"?: (() => any) | undefined;
|
|
458
458
|
"onDrawer:confirm"?: (() => any) | undefined;
|
|
459
|
-
}>, "
|
|
459
|
+
}>, "isOpen" | "hide" | "show" | "hasFooterSlots" | ("size" | "closeLabel" | "open" | "preventBodyScroll" | "teleport" | "disableTeleport" | "demoMode" | "buttonSize" | "elevated")> & import("vue").ShallowUnwrapRef<{
|
|
460
460
|
hasFooterSlots: import("vue").ComputedRef<boolean>;
|
|
461
461
|
hide: (options?: {
|
|
462
462
|
fireHideEvent: boolean;
|
|
@@ -55,8 +55,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
55
55
|
default: string;
|
|
56
56
|
};
|
|
57
57
|
}>> & Readonly<{}>, {
|
|
58
|
-
size: import("../../types").TSizes;
|
|
59
58
|
color: TJoyIconsColors;
|
|
60
59
|
tabIndex: number;
|
|
60
|
+
size: import("../../types").TSizes;
|
|
61
61
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
62
62
|
export default _default;
|
|
@@ -80,7 +80,7 @@ export declare const productTourState: {
|
|
|
80
80
|
closeButton: boolean;
|
|
81
81
|
}> & Omit<Readonly<import("./JoyProductTour.types.js").VJoyProductTourProps> & Readonly<{
|
|
82
82
|
"onProduct-tour:hide"?: (() => any) | undefined;
|
|
83
|
-
}>, "
|
|
83
|
+
}>, "isOpen" | "hide" | "show" | ("open" | "step" | "steps" | "position" | "maxWidth" | "disableOverlay" | "spotlightPadding" | "closeButton")> & import("vue").ShallowUnwrapRef<{
|
|
84
84
|
hide: () => void;
|
|
85
85
|
show: () => void;
|
|
86
86
|
isOpen: import("vue").Ref<boolean, boolean>;
|
|
@@ -164,7 +164,7 @@ export declare const productTourState: {
|
|
|
164
164
|
closeButton: boolean;
|
|
165
165
|
}> & Omit<Readonly<import("./JoyProductTour.types.js").VJoyProductTourProps> & Readonly<{
|
|
166
166
|
"onProduct-tour:hide"?: (() => any) | undefined;
|
|
167
|
-
}>, "
|
|
167
|
+
}>, "isOpen" | "hide" | "show" | ("open" | "step" | "steps" | "position" | "maxWidth" | "disableOverlay" | "spotlightPadding" | "closeButton")> & import("vue").ShallowUnwrapRef<{
|
|
168
168
|
hide: () => void;
|
|
169
169
|
show: () => void;
|
|
170
170
|
isOpen: import("vue").Ref<boolean, boolean>;
|
|
@@ -96,9 +96,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
96
96
|
type: NumberConstructor;
|
|
97
97
|
};
|
|
98
98
|
}>> & Readonly<{}>, {
|
|
99
|
-
frozen: boolean;
|
|
100
99
|
level: TJoySnackbarLevels;
|
|
101
100
|
closable: boolean;
|
|
102
101
|
duration: number | "forever";
|
|
102
|
+
frozen: boolean;
|
|
103
103
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
104
104
|
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export interface TitleBrandProps {
|
|
2
|
+
/** HTML tag that will be used. Default to "p" but if it's used as an actual heading, prefer using Hn tags. */
|
|
3
|
+
tag?: string;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<TitleBrandProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<TitleBrandProps> & Readonly<{}>, {
|
|
6
|
+
tag: string;
|
|
7
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, Readonly<{
|
|
8
|
+
/** Inject you title content here. To highlight a specific part, use a "span" tag. */
|
|
9
|
+
default(): any;
|
|
10
|
+
}> & {
|
|
11
|
+
/** Inject you title content here. To highlight a specific part, use a "span" tag. */
|
|
12
|
+
default(): any;
|
|
13
|
+
}>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -65,10 +65,11 @@ import { default as VJoyTemplate } from './JoyTemplate/VJoyTemplate.vue';
|
|
|
65
65
|
import { default as VJoyTemplateShape } from './JoyTemplateShape/VJoyTemplateShape.vue';
|
|
66
66
|
import { default as VJoyText } from './JoyText/VJoyText.vue';
|
|
67
67
|
import { default as VJoyTextarea } from './JoyTextarea/VJoyTextarea.vue';
|
|
68
|
+
import { default as VJoyTitleBrand } from './JoyTitleBrand/VJoyTitleBrand.vue';
|
|
68
69
|
import { default as VJoyToggle } from './JoyToggle/VJoyToggle.vue';
|
|
69
70
|
import { default as VJoyTooltip } from './JoyTooltip/VJoyTooltip.vue';
|
|
70
71
|
import { default as VJoyUserCard } from './JoyUserCard/VJoyUserCard.vue';
|
|
71
72
|
import { default as VJoyWalkthrough } from './JoyWalkthrough/VJoyWalkthrough.vue';
|
|
72
73
|
import { default as VJoyWalkthroughTrigger } from './JoyWalkthroughTrigger/VJoyWalkthroughTrigger.vue';
|
|
73
74
|
import { default as VJoyWrapper } from './JoyWrapper/VJoyWrapper.vue';
|
|
74
|
-
export { VJoyAvailability, VJoyAvatar, VJoyAvatarsList, VJoyBadge, VJoyBadgeLevel, VJoyBlockSkeleton, VJoyBottomSheet, VJoyBottomSheetTrigger, VJoyButton, VJoyCheckbox, VJoyCollapse, VJoyCollapseItem, VJoyCompanyAvatar, VJoyCounter, VJoyDialog, VJoyDialogTrigger, VJoyDividerCta, VJoyDot, VJoyDrawer, VJoyDrawerTrigger, VJoyDropdown, VJoyDropdownList, VJoyDropzone, VJoyFilterBar, VJoyFilterBarButton, VJoyFormError, VJoyFormFieldSkeleton, VJoyFunnel, VJoyFunnelFooter, VJoyHeader, VJoyHighlight, VJoyIcon, VJoyIndicator, VJoyIndicators, VJoyInput, VJoyLabel, VJoyLink, VJoyListItem, VJoyMenu, VJoyMultiCheckbox, VJoyPagination, VJoyPanel, VJoyPanelSection, VJoyProductTour, VJoyProductTourTrigger, VJoyProgressBar, VJoyRadio, VJoyRadioGroup, VJoyRatingStars, VJoyScreenLoader, VJoySelect, VJoySelectableItem, VJoySelectableItemGroup, VJoySeparator, VJoySnackbar, VJoySpinner, VJoyStep, VJoyStepper, VJoyTab, VJoyTabs, VJoyTag, VJoyTagsInput, VJoyTagsList, VJoyTemplate, VJoyTemplateShape, VJoyText, VJoyTextarea, VJoyToggle, VJoyTooltip, VJoyUserCard, VJoyWalkthrough, VJoyWalkthroughTrigger, VJoyWrapper, };
|
|
75
|
+
export { VJoyAvailability, VJoyAvatar, VJoyAvatarsList, VJoyBadge, VJoyBadgeLevel, VJoyBlockSkeleton, VJoyBottomSheet, VJoyBottomSheetTrigger, VJoyButton, VJoyCheckbox, VJoyCollapse, VJoyCollapseItem, VJoyCompanyAvatar, VJoyCounter, VJoyDialog, VJoyDialogTrigger, VJoyDividerCta, VJoyDot, VJoyDrawer, VJoyDrawerTrigger, VJoyDropdown, VJoyDropdownList, VJoyDropzone, VJoyFilterBar, VJoyFilterBarButton, VJoyFormError, VJoyFormFieldSkeleton, VJoyFunnel, VJoyFunnelFooter, VJoyHeader, VJoyHighlight, VJoyIcon, VJoyIndicator, VJoyIndicators, VJoyInput, VJoyLabel, VJoyLink, VJoyListItem, VJoyMenu, VJoyMultiCheckbox, VJoyPagination, VJoyPanel, VJoyPanelSection, VJoyProductTour, VJoyProductTourTrigger, VJoyProgressBar, VJoyRadio, VJoyRadioGroup, VJoyRatingStars, VJoyScreenLoader, VJoySelect, VJoySelectableItem, VJoySelectableItemGroup, VJoySeparator, VJoySnackbar, VJoySpinner, VJoyStep, VJoyStepper, VJoyTab, VJoyTabs, VJoyTag, VJoyTagsInput, VJoyTagsList, VJoyTemplate, VJoyTemplateShape, VJoyText, VJoyTextarea, VJoyTitleBrand, VJoyToggle, VJoyTooltip, VJoyUserCard, VJoyWalkthrough, VJoyWalkthroughTrigger, VJoyWrapper, };
|