@maltjoy/core-vue 6.0.1 → 6.1.0
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/JoyBottomSheet/VJoyBottomSheet.vue.d.ts +1 -1
- package/dist/components/JoyButton/VJoyButton.vue.d.ts +1 -1
- package/dist/components/JoyCheckboxGroup/VJoyCheckboxGroup.vue.d.ts +1 -1
- package/dist/components/JoyDialog/VJoyDialog.vue.d.ts +2 -2
- package/dist/components/JoyDialogTrigger/VJoyDialogTrigger.vue.d.ts +20 -20
- package/dist/components/JoyDrawer/VJoyDrawer.vue.d.ts +2 -2
- package/dist/components/JoyDrawerTrigger/VJoyDrawerTrigger.vue.d.ts +20 -20
- package/dist/components/JoyDropdown/VJoyDropdown.vue.d.ts +2 -2
- package/dist/components/JoyDropdownList/VJoyDropdownList.vue.d.ts +1 -1
- package/dist/components/JoyFloatingActionsBar/VJoyFloatingActionsBar.vue.d.ts +2 -2
- package/dist/components/JoyIndicator/VJoyIndicator.vue.d.ts +1 -1
- package/dist/components/JoyIndicators/VJoyIndicators.vue.d.ts +1 -1
- package/dist/components/JoyMenuItem/VJoyMenuItem.vue.d.ts +1 -1
- package/dist/components/JoyPanel/VJoyPanel.vue.d.ts +1 -1
- package/dist/components/JoyProductTour/JoyProductTour.store.d.ts +32 -24
- package/dist/components/JoyProductTour/VJoyProductTour.vue.d.ts +1 -1
- package/dist/components/JoyProductTour/VJoyProductTourInner.vue.d.ts +7 -5
- package/dist/components/JoyProductTourTrigger/VJoyProductTourTrigger.vue.d.ts +12 -12
- package/dist/components/JoySnackbar/VJoySnackbarService.d.ts +3 -3
- package/dist/components/JoyTagsInput/VJoyTagsInput.vue.d.ts +4 -4
- package/dist/components/index.d.ts +82 -82
- package/dist/core-vue.js +2529 -2524
- package/dist/core-vue.umd.cjs +3 -3
- package/dist/joy-core-vue-manifest.json +4 -4
- package/dist/style.css +1 -1
- package/package.json +13 -16
|
@@ -7,7 +7,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
7
7
|
readonly icon?: import("@maltjoy/icons").JoyIconsId | undefined;
|
|
8
8
|
readonly steps?: number | undefined;
|
|
9
9
|
readonly step?: number | undefined;
|
|
10
|
-
readonly position?: "left" | "right" | "
|
|
10
|
+
readonly position?: "left" | "right" | "top" | "bottom" | undefined;
|
|
11
11
|
readonly open?: boolean | undefined;
|
|
12
12
|
readonly maxWidth?: number | undefined;
|
|
13
13
|
readonly disableOverlay?: boolean | undefined;
|
|
@@ -35,8 +35,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
35
35
|
}>, {
|
|
36
36
|
show: () => void;
|
|
37
37
|
hide: (options?: {
|
|
38
|
-
fireHideEvent
|
|
39
|
-
}) => void;
|
|
38
|
+
fireHideEvent?: boolean | undefined;
|
|
39
|
+
} | undefined) => void;
|
|
40
40
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
41
41
|
"product-tour:hide": () => any;
|
|
42
42
|
}, string, {
|
|
@@ -65,11 +65,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
65
65
|
closeButton: boolean;
|
|
66
66
|
}> & Omit<Readonly<import("../components.types.js").VJoyProductTourProps> & Readonly<{
|
|
67
67
|
"onProduct-tour:hide"?: (() => any) | undefined;
|
|
68
|
-
}>, "
|
|
68
|
+
}>, "hide" | "show" | "closeButton"> & import("vue").ShallowUnwrapRef<{
|
|
69
69
|
show: () => void;
|
|
70
70
|
hide: (options?: {
|
|
71
|
-
fireHideEvent
|
|
72
|
-
}) => void;
|
|
71
|
+
fireHideEvent?: boolean | undefined;
|
|
72
|
+
} | undefined) => void;
|
|
73
73
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
74
74
|
$slots: Readonly<import("../components.types.js").VJoyProductTourSlots> & import("../components.types.js").VJoyProductTourSlots;
|
|
75
75
|
}) | null | undefined;
|
|
@@ -84,7 +84,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
84
84
|
readonly icon?: import("@maltjoy/icons").JoyIconsId | undefined;
|
|
85
85
|
readonly steps?: number | undefined;
|
|
86
86
|
readonly step?: number | undefined;
|
|
87
|
-
readonly position?: "left" | "right" | "
|
|
87
|
+
readonly position?: "left" | "right" | "top" | "bottom" | undefined;
|
|
88
88
|
readonly open?: boolean | undefined;
|
|
89
89
|
readonly maxWidth?: number | undefined;
|
|
90
90
|
readonly disableOverlay?: boolean | undefined;
|
|
@@ -112,8 +112,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
112
112
|
}>, {
|
|
113
113
|
show: () => void;
|
|
114
114
|
hide: (options?: {
|
|
115
|
-
fireHideEvent
|
|
116
|
-
}) => void;
|
|
115
|
+
fireHideEvent?: boolean | undefined;
|
|
116
|
+
} | undefined) => void;
|
|
117
117
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
118
118
|
"product-tour:hide": () => any;
|
|
119
119
|
}, string, {
|
|
@@ -142,11 +142,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
142
142
|
closeButton: boolean;
|
|
143
143
|
}> & Omit<Readonly<import("../components.types.js").VJoyProductTourProps> & Readonly<{
|
|
144
144
|
"onProduct-tour:hide"?: (() => any) | undefined;
|
|
145
|
-
}>, "
|
|
145
|
+
}>, "hide" | "show" | "closeButton"> & import("vue").ShallowUnwrapRef<{
|
|
146
146
|
show: () => void;
|
|
147
147
|
hide: (options?: {
|
|
148
|
-
fireHideEvent
|
|
149
|
-
}) => void;
|
|
148
|
+
fireHideEvent?: boolean | undefined;
|
|
149
|
+
} | undefined) => void;
|
|
150
150
|
}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
151
151
|
$slots: Readonly<import("../components.types.js").VJoyProductTourSlots> & import("../components.types.js").VJoyProductTourSlots;
|
|
152
152
|
}) | null | undefined;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { App } from 'vue';
|
|
2
2
|
import { IJoynackbarServiceOptions, IJoynackbarServiceReturn } from './JoySnackbar.types';
|
|
3
|
-
export declare
|
|
3
|
+
export declare const snackbarMountedInstances: App<Element>[];
|
|
4
4
|
/**
|
|
5
5
|
* For testing purpose, it's called before test execution.
|
|
6
6
|
* @return {void}
|
|
@@ -14,8 +14,8 @@ export declare function resetCount(): void;
|
|
|
14
14
|
* @return {void}
|
|
15
15
|
*/
|
|
16
16
|
export declare function createAllSnackbarsContainer(options?: {
|
|
17
|
-
appendTo
|
|
18
|
-
defaultMountSelector
|
|
17
|
+
appendTo?: string;
|
|
18
|
+
defaultMountSelector?: string;
|
|
19
19
|
}): void;
|
|
20
20
|
/**
|
|
21
21
|
* @param {Object} options - pushVJoySnackbar options. Props are mandatory.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type
|
|
1
|
+
import { type Ref } from 'vue';
|
|
2
2
|
import { TAGS_INPUT_ERRORS } from './JoyTagsInput.types';
|
|
3
3
|
import type { TJoyTagVariants, TJoyTagSizes } from '../JoyTag/JoyTag.types';
|
|
4
4
|
declare const _default: <T extends string>(__VLS_props: {
|
|
@@ -10,7 +10,7 @@ declare const _default: <T extends string>(__VLS_props: {
|
|
|
10
10
|
size?: TJoyTagSizes | undefined;
|
|
11
11
|
modelValue?: T[] | undefined;
|
|
12
12
|
invalid?: boolean | undefined;
|
|
13
|
-
validation?: "
|
|
13
|
+
validation?: "email" | "none" | undefined;
|
|
14
14
|
duplicationError?: string | undefined;
|
|
15
15
|
invalidEmailError?: string | undefined;
|
|
16
16
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
@@ -47,7 +47,7 @@ declare const _default: <T extends string>(__VLS_props: {
|
|
|
47
47
|
size?: TJoyTagSizes | undefined;
|
|
48
48
|
modelValue?: T[] | undefined;
|
|
49
49
|
invalid?: boolean | undefined;
|
|
50
|
-
validation?: "
|
|
50
|
+
validation?: "email" | "none" | undefined;
|
|
51
51
|
duplicationError?: string | undefined;
|
|
52
52
|
invalidEmailError?: string | undefined;
|
|
53
53
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
@@ -88,7 +88,7 @@ declare const _default: <T extends string>(__VLS_props: {
|
|
|
88
88
|
size?: TJoyTagSizes | undefined;
|
|
89
89
|
modelValue?: T[] | undefined;
|
|
90
90
|
invalid?: boolean | undefined;
|
|
91
|
-
validation?: "
|
|
91
|
+
validation?: "email" | "none" | undefined;
|
|
92
92
|
duplicationError?: string | undefined;
|
|
93
93
|
invalidEmailError?: string | undefined;
|
|
94
94
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
@@ -1,84 +1,84 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import
|
|
61
|
-
import
|
|
62
|
-
import
|
|
63
|
-
import
|
|
64
|
-
import
|
|
65
|
-
import
|
|
66
|
-
import
|
|
67
|
-
import
|
|
68
|
-
import
|
|
69
|
-
import
|
|
70
|
-
import
|
|
71
|
-
import
|
|
72
|
-
import
|
|
73
|
-
import
|
|
74
|
-
import
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import
|
|
78
|
-
import
|
|
79
|
-
import
|
|
80
|
-
import
|
|
81
|
-
import
|
|
82
|
-
import
|
|
1
|
+
import VJoyAdminBanner from './JoyAdminBanner/VJoyAdminBanner.vue';
|
|
2
|
+
import VJoyAvailability from './JoyAvailability/VJoyAvailability.vue';
|
|
3
|
+
import VJoyAvatar from './JoyAvatar/VJoyAvatar.vue';
|
|
4
|
+
import VJoyAvatarsList from './JoyAvatarsList/VJoyAvatarsList.vue';
|
|
5
|
+
import VJoyBadge from './JoyBadge/VJoyBadge.vue';
|
|
6
|
+
import VJoyBadgeLevel from './JoyBadgeLevel/VJoyBadgeLevel.vue';
|
|
7
|
+
import VJoyBlockSkeleton from './JoyBlockSkeleton/VJoyBlockSkeleton.vue';
|
|
8
|
+
import VJoyBottomSheet from './JoyBottomSheet/VJoyBottomSheet.vue';
|
|
9
|
+
import VJoyBottomSheetTrigger from './JoyBottomSheetTrigger/VJoyBottomSheetTrigger.vue';
|
|
10
|
+
import VJoyButton from './JoyButton/VJoyButton.vue';
|
|
11
|
+
import VJoyButtonCard from './JoyButtonCard/VJoyButtonCard.vue';
|
|
12
|
+
import VJoyCheckbox from './JoyCheckbox/VJoyCheckbox.vue';
|
|
13
|
+
import VJoyCheckboxCard from './JoyCheckboxCard/VJoyCheckboxCard.vue';
|
|
14
|
+
import VJoyCheckboxGroup from './JoyCheckboxGroup/VJoyCheckboxGroup.vue';
|
|
15
|
+
import VJoyCollapse from './JoyCollapse/VJoyCollapse.vue';
|
|
16
|
+
import VJoyCollapseItem from './JoyCollapseItem/VJoyCollapseItem.vue';
|
|
17
|
+
import VJoyCompanyAvatar from './JoyCompanyAvatar/VJoyCompanyAvatar.vue';
|
|
18
|
+
import VJoyDialog from './JoyDialog/VJoyDialog.vue';
|
|
19
|
+
import VJoyDialogTrigger from './JoyDialogTrigger/VJoyDialogTrigger.vue';
|
|
20
|
+
import VJoyDot from './JoyDot/VJoyDot.vue';
|
|
21
|
+
import VJoyDrawer from './JoyDrawer/VJoyDrawer.vue';
|
|
22
|
+
import VJoyDrawerTrigger from './JoyDrawerTrigger/VJoyDrawerTrigger.vue';
|
|
23
|
+
import VJoyDropdown from './JoyDropdown/VJoyDropdown.vue';
|
|
24
|
+
import VJoyDropdownList from './JoyDropdownList/VJoyDropdownList.vue';
|
|
25
|
+
import VJoyDropzone from './JoyDropzone/VJoyDropzone.vue';
|
|
26
|
+
import VJoyFilterBar from './JoyFilterBar/VJoyFilterBar.vue';
|
|
27
|
+
import VJoyFilterBarButton from './JoyFilterBarButton/VJoyFilterBarButton.vue';
|
|
28
|
+
import VJoyFloatingActionsBar from './JoyFloatingActionsBar/VJoyFloatingActionsBar.vue';
|
|
29
|
+
import VJoyFormError from './JoyFormError/VJoyFormError.vue';
|
|
30
|
+
import VJoyFormFieldSkeleton from './JoyFormFieldSkeleton/VJoyFormFieldSkeleton.vue';
|
|
31
|
+
import VJoyFormGroup from './JoyFormGroup/VJoyFormGroup.vue';
|
|
32
|
+
import VJoyFunnel from './JoyFunnel/VJoyFunnel.vue';
|
|
33
|
+
import VJoyFunnelFooter from './JoyFunnelFooter/VJoyFunnelFooter.vue';
|
|
34
|
+
import VJoyFunnelHeader from './JoyFunnelHeader/VJoyFunnelHeader.vue';
|
|
35
|
+
import VJoyHighlight from './JoyHighlight/VJoyHighlight.vue';
|
|
36
|
+
import VJoyIcon from './JoyIcon/VJoyIcon.vue';
|
|
37
|
+
import VJoyIconButton from './JoyIconButton/VJoyIconButton.vue';
|
|
38
|
+
import VJoyIndicator from './JoyIndicator/VJoyIndicator.vue';
|
|
39
|
+
import VJoyIndicators from './JoyIndicators/VJoyIndicators.vue';
|
|
40
|
+
import VJoyInput from './JoyInput/VJoyInput.vue';
|
|
41
|
+
import VJoyInputDigit from './JoyInputDigit/VJoyInputDigit.vue';
|
|
42
|
+
import VJoyInputNumber from './JoyInputNumber/VJoyInputNumber.vue';
|
|
43
|
+
import VJoyInputPassword from './JoyInputPassword/VJoyInputPassword.vue';
|
|
44
|
+
import VJoyLabel from './JoyLabel/VJoyLabel.vue';
|
|
45
|
+
import VJoyLink from './JoyLink/VJoyLink.vue';
|
|
46
|
+
import VJoyListItem from './JoyListItem/VJoyListItem.vue';
|
|
47
|
+
import VJoyMenu from './JoyMenu/VJoyMenu.vue';
|
|
48
|
+
import VJoyMenuItem from './JoyMenuItem/VJoyMenuItem.vue';
|
|
49
|
+
import VJoyPagination from './JoyPagination/VJoyPagination.vue';
|
|
50
|
+
import VJoyPanel from './JoyPanel/VJoyPanel.vue';
|
|
51
|
+
import VJoyPanelSection from './JoyPanelSection/VJoyPanelSection.vue';
|
|
52
|
+
import VJoyPasswordRequirement from './JoyPasswordRequirement/VJoyPasswordRequirement.vue';
|
|
53
|
+
import VJoyProductTour from './JoyProductTour/VJoyProductTour.vue';
|
|
54
|
+
import VJoyProductTourTrigger from './JoyProductTourTrigger/VJoyProductTourTrigger.vue';
|
|
55
|
+
import VJoyProgressBar from './JoyProgressBar/VJoyProgressBar.vue';
|
|
56
|
+
import VJoyRadio from './JoyRadio/VJoyRadio.vue';
|
|
57
|
+
import VJoyRadioGroup from './JoyRadioGroup/VJoyRadioGroup.vue';
|
|
58
|
+
import VJoyRatingStars from './JoyRatingStars/VJoyRatingStars.vue';
|
|
59
|
+
import VJoyScreenLoader from './JoyScreenLoader/VJoyScreenLoader.vue';
|
|
60
|
+
import VJoySelect from './JoySelect/VJoySelect.vue';
|
|
61
|
+
import VJoySelectableItem from './JoySelectableItem/VJoySelectableItem.vue';
|
|
62
|
+
import VJoySelectableItemGroup from './JoySelectableItemGroup/VJoySelectableItemGroup.vue';
|
|
63
|
+
import VJoySeparator from './JoySeparator/VJoySeparator.vue';
|
|
64
|
+
import VJoySnackbar from './JoySnackbar/VJoySnackbar.vue';
|
|
65
|
+
import VJoySpinner from './JoySpinner/VJoySpinner.vue';
|
|
66
|
+
import VJoyStep from './JoyStep/VJoyStep.vue';
|
|
67
|
+
import VJoyStepper from './JoyStepper/VJoyStepper.vue';
|
|
68
|
+
import VJoyTab from './JoyTab/VJoyTab.vue';
|
|
69
|
+
import VJoyTabs from './JoyTabs/VJoyTabs.vue';
|
|
70
|
+
import VJoyTag from './JoyTag/VJoyTag.vue';
|
|
71
|
+
import VJoyTagsInput from './JoyTagsInput/VJoyTagsInput.vue';
|
|
72
|
+
import VJoyTagsList from './JoyTagsList/VJoyTagsList.vue';
|
|
73
|
+
import VJoyTemplate from './JoyTemplate/VJoyTemplate.vue';
|
|
74
|
+
import VJoyText from './JoyText/VJoyText.vue';
|
|
75
|
+
import VJoyTextarea from './JoyTextarea/VJoyTextarea.vue';
|
|
76
|
+
import VJoyTitleBrand from './JoyTitleBrand/VJoyTitleBrand.vue';
|
|
77
|
+
import VJoyToggle from './JoyToggle/VJoyToggle.vue';
|
|
78
|
+
import VJoyTooltip from './JoyTooltip/VJoyTooltip.vue';
|
|
79
|
+
import VJoyUserCard from './JoyUserCard/VJoyUserCard.vue';
|
|
80
|
+
import VJoyWalkthrough from './JoyWalkthrough/VJoyWalkthrough.vue';
|
|
81
|
+
import VJoyWalkthroughTrigger from './JoyWalkthroughTrigger/VJoyWalkthroughTrigger.vue';
|
|
82
|
+
import VJoyWrapper from './JoyWrapper/VJoyWrapper.vue';
|
|
83
83
|
export { VJoyAdminBanner, VJoyAvailability, VJoyAvatar, VJoyAvatarsList, VJoyBadge, VJoyBadgeLevel, VJoyBlockSkeleton, VJoyBottomSheet, VJoyBottomSheetTrigger, VJoyButton, VJoyButtonCard, VJoyCheckbox, VJoyCheckboxCard, VJoyCheckboxGroup, VJoyCollapse, VJoyCollapseItem, VJoyCompanyAvatar, VJoyDialog, VJoyDialogTrigger, VJoyDot, VJoyDrawer, VJoyDrawerTrigger, VJoyDropdown, VJoyDropdownList, VJoyDropzone, VJoyFilterBar, VJoyFilterBarButton, VJoyFloatingActionsBar, VJoyFormError, VJoyFormFieldSkeleton, VJoyFormGroup, VJoyFunnel, VJoyFunnelFooter, VJoyFunnelHeader, VJoyHighlight, VJoyIcon, VJoyIconButton, VJoyIndicator, VJoyIndicators, VJoyInput, VJoyInputDigit, VJoyInputNumber, VJoyInputPassword, VJoyLabel, VJoyLink, VJoyListItem, VJoyMenu, VJoyMenuItem, VJoyPagination, VJoyPanel, VJoyPanelSection, VJoyPasswordRequirement, VJoyProductTour, VJoyProductTourTrigger, VJoyProgressBar, VJoyRadio, VJoyRadioGroup, VJoyRatingStars, VJoyScreenLoader, VJoySelect, VJoySelectableItem, VJoySelectableItemGroup, VJoySeparator, VJoySnackbar, VJoySpinner, VJoyStep, VJoyStepper, VJoyTab, VJoyTabs, VJoyTag, VJoyTagsInput, VJoyTagsList, VJoyTemplate, VJoyText, VJoyTextarea, VJoyTitleBrand, VJoyToggle, VJoyTooltip, VJoyUserCard, VJoyWalkthrough, VJoyWalkthroughTrigger, VJoyWrapper, };
|
|
84
84
|
export * from './compat';
|