@maltjoy/core-vue 5.2.0 → 5.3.1
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/JoyProductTour/JoyProductTour.store.d.ts +6 -6
- package/dist/components/JoyProductTour/VJoyProductTourInner.vue.d.ts +1 -1
- package/dist/components/JoyProductTourTrigger/VJoyProductTourTrigger.vue.d.ts +2 -2
- package/dist/components/JoyTooltip/VJoyTooltip.vue.d.ts +3 -3
- package/dist/components/index.d.ts +1 -2
- package/dist/core-vue.js +3996 -4198
- package/dist/core-vue.umd.cjs +2 -2
- package/dist/joy-core-vue-manifest.json +5 -6
- package/dist/style.css +1 -1
- package/joy-components.d.ts +0 -1
- package/package.json +17 -17
- package/dist/components/JoyCounter/VJoyCounter.vue.d.ts +0 -181
|
@@ -9,7 +9,7 @@ export declare const productTourState: {
|
|
|
9
9
|
readonly icon?: import("@maltjoy/icons").JoyIconsId | undefined;
|
|
10
10
|
readonly steps?: number | undefined;
|
|
11
11
|
readonly step?: number | undefined;
|
|
12
|
-
readonly position?: "left" | "right" | "
|
|
12
|
+
readonly position?: "left" | "right" | "bottom" | "top" | undefined;
|
|
13
13
|
readonly open?: boolean | undefined;
|
|
14
14
|
readonly maxWidth?: number | undefined;
|
|
15
15
|
readonly disableOverlay?: boolean | undefined;
|
|
@@ -43,7 +43,7 @@ export declare const productTourState: {
|
|
|
43
43
|
}, string, {
|
|
44
44
|
open: boolean;
|
|
45
45
|
maxWidth: number;
|
|
46
|
-
position: "left" | "right" | "
|
|
46
|
+
position: "left" | "right" | "bottom" | "top";
|
|
47
47
|
step: number;
|
|
48
48
|
steps: number;
|
|
49
49
|
disableOverlay: boolean;
|
|
@@ -72,7 +72,7 @@ export declare const productTourState: {
|
|
|
72
72
|
} & Readonly<{
|
|
73
73
|
open: boolean;
|
|
74
74
|
maxWidth: number;
|
|
75
|
-
position: "left" | "right" | "
|
|
75
|
+
position: "left" | "right" | "bottom" | "top";
|
|
76
76
|
step: number;
|
|
77
77
|
steps: number;
|
|
78
78
|
disableOverlay: boolean;
|
|
@@ -93,7 +93,7 @@ export declare const productTourState: {
|
|
|
93
93
|
readonly icon?: import("@maltjoy/icons").JoyIconsId | undefined;
|
|
94
94
|
readonly steps?: number | undefined;
|
|
95
95
|
readonly step?: number | undefined;
|
|
96
|
-
readonly position?: "left" | "right" | "
|
|
96
|
+
readonly position?: "left" | "right" | "bottom" | "top" | undefined;
|
|
97
97
|
readonly open?: boolean | undefined;
|
|
98
98
|
readonly maxWidth?: number | undefined;
|
|
99
99
|
readonly disableOverlay?: boolean | undefined;
|
|
@@ -127,7 +127,7 @@ export declare const productTourState: {
|
|
|
127
127
|
}, string, {
|
|
128
128
|
open: boolean;
|
|
129
129
|
maxWidth: number;
|
|
130
|
-
position: "left" | "right" | "
|
|
130
|
+
position: "left" | "right" | "bottom" | "top";
|
|
131
131
|
step: number;
|
|
132
132
|
steps: number;
|
|
133
133
|
disableOverlay: boolean;
|
|
@@ -156,7 +156,7 @@ export declare const productTourState: {
|
|
|
156
156
|
} & Readonly<{
|
|
157
157
|
open: boolean;
|
|
158
158
|
maxWidth: number;
|
|
159
|
-
position: "left" | "right" | "
|
|
159
|
+
position: "left" | "right" | "bottom" | "top";
|
|
160
160
|
step: number;
|
|
161
161
|
steps: number;
|
|
162
162
|
disableOverlay: boolean;
|
|
@@ -12,7 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<VJ
|
|
|
12
12
|
}>, {
|
|
13
13
|
open: boolean;
|
|
14
14
|
maxWidth: number;
|
|
15
|
-
position: "left" | "right" | "
|
|
15
|
+
position: "left" | "right" | "bottom" | "top";
|
|
16
16
|
step: number;
|
|
17
17
|
steps: number;
|
|
18
18
|
disableOverlay: boolean;
|
|
@@ -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" | "bottom" | "top" | undefined;
|
|
11
11
|
readonly open?: boolean | undefined;
|
|
12
12
|
readonly maxWidth?: number | undefined;
|
|
13
13
|
readonly disableOverlay?: boolean | 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" | "bottom" | "top" | undefined;
|
|
88
88
|
readonly open?: boolean | undefined;
|
|
89
89
|
readonly maxWidth?: number | undefined;
|
|
90
90
|
readonly disableOverlay?: boolean | undefined;
|
|
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
6
6
|
};
|
|
7
7
|
/** It will automatically switch to another placement if there is not enough space. Please see https://floating-ui.com/docs/tutorial#placements for available values */
|
|
8
8
|
placement: {
|
|
9
|
-
type: PropType<import("@floating-ui/vue").
|
|
9
|
+
type: PropType<import("@floating-ui/vue").MaybeReadonlyRef<import("@floating-ui/vue").Placement | undefined>>;
|
|
10
10
|
default: string;
|
|
11
11
|
};
|
|
12
12
|
/** Mouseenter (default) or click */
|
|
@@ -51,7 +51,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
51
51
|
};
|
|
52
52
|
/** It will automatically switch to another placement if there is not enough space. Please see https://floating-ui.com/docs/tutorial#placements for available values */
|
|
53
53
|
placement: {
|
|
54
|
-
type: PropType<import("@floating-ui/vue").
|
|
54
|
+
type: PropType<import("@floating-ui/vue").MaybeReadonlyRef<import("@floating-ui/vue").Placement | undefined>>;
|
|
55
55
|
default: string;
|
|
56
56
|
};
|
|
57
57
|
/** Mouseenter (default) or click */
|
|
@@ -88,7 +88,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<im
|
|
|
88
88
|
};
|
|
89
89
|
}>> & Readonly<{}>, {
|
|
90
90
|
show: boolean;
|
|
91
|
-
placement: import("@floating-ui/vue").
|
|
91
|
+
placement: import("@floating-ui/vue").MaybeReadonlyRef<import("@floating-ui/vue").Placement | undefined>;
|
|
92
92
|
event: "click" | "mouseenter";
|
|
93
93
|
delay: number;
|
|
94
94
|
tooltipWidth: number;
|
|
@@ -12,7 +12,6 @@ import { default as VJoyCheckbox } from './JoyCheckbox/VJoyCheckbox.vue';
|
|
|
12
12
|
import { default as VJoyCollapse } from './JoyCollapse/VJoyCollapse.vue';
|
|
13
13
|
import { default as VJoyCollapseItem } from './JoyCollapseItem/VJoyCollapseItem.vue';
|
|
14
14
|
import { default as VJoyCompanyAvatar } from './JoyCompanyAvatar/VJoyCompanyAvatar.vue';
|
|
15
|
-
import { default as VJoyCounter } from './JoyCounter/VJoyCounter.vue';
|
|
16
15
|
import { default as VJoyDialog } from './JoyDialog/VJoyDialog.vue';
|
|
17
16
|
import { default as VJoyDialogTrigger } from './JoyDialogTrigger/VJoyDialogTrigger.vue';
|
|
18
17
|
import { default as VJoyDot } from './JoyDot/VJoyDot.vue';
|
|
@@ -73,4 +72,4 @@ import { default as VJoyUserCard } from './JoyUserCard/VJoyUserCard.vue';
|
|
|
73
72
|
import { default as VJoyWalkthrough } from './JoyWalkthrough/VJoyWalkthrough.vue';
|
|
74
73
|
import { default as VJoyWalkthroughTrigger } from './JoyWalkthroughTrigger/VJoyWalkthroughTrigger.vue';
|
|
75
74
|
import { default as VJoyWrapper } from './JoyWrapper/VJoyWrapper.vue';
|
|
76
|
-
export { VJoyAdminBanner, VJoyAvailability, VJoyAvatar, VJoyAvatarsList, VJoyBadge, VJoyBadgeLevel, VJoyBlockSkeleton, VJoyBottomSheet, VJoyBottomSheetTrigger, VJoyButton, VJoyCheckbox, VJoyCollapse, VJoyCollapseItem, VJoyCompanyAvatar,
|
|
75
|
+
export { VJoyAdminBanner, VJoyAvailability, VJoyAvatar, VJoyAvatarsList, VJoyBadge, VJoyBadgeLevel, VJoyBlockSkeleton, VJoyBottomSheet, VJoyBottomSheetTrigger, VJoyButton, VJoyCheckbox, VJoyCollapse, VJoyCollapseItem, VJoyCompanyAvatar, VJoyDialog, VJoyDialogTrigger, VJoyDot, VJoyDrawer, VJoyDrawerTrigger, VJoyDropdown, VJoyDropdownList, VJoyDropzone, VJoyFilterBar, VJoyFilterBarButton, VJoyFormError, VJoyFormFieldSkeleton, VJoyFunnel, VJoyFunnelFooter, VJoyFunnelHeader, VJoyHighlight, VJoyIcon, VJoyIndicator, VJoyIndicators, VJoyInput, VJoyLabel, VJoyLink, VJoyListItem, VJoyMenu, VJoyMenuItem, 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, };
|