@maltjoy/core-vue 3.36.0-next → 3.37.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/LICENSE +21 -0
- package/dist/App.vue.d.ts +1 -1
- package/dist/components/JoyAvailability/VJoyAvailability.vue.d.ts +4 -4
- package/dist/components/JoyAvatar/VJoyAvatar.vue.d.ts +10 -10
- package/dist/components/JoyAvatarsList/VJoyAvatarsList.vue.d.ts +4 -4
- package/dist/components/JoyBadge/VJoyBadge.vue.d.ts +4 -4
- package/dist/components/JoyBadgeLevel/VJoyBadgeLevel.vue.d.ts +4 -4
- package/dist/components/JoyBlockSkeleton/VJoyBlockSkeleton.vue.d.ts +4 -4
- package/dist/components/JoyBottomSheet/VJoyBottomSheet.vue.d.ts +8 -8
- package/dist/components/JoyBottomSheetTrigger/VJoyBottomSheetTrigger.vue.d.ts +93 -52
- package/dist/components/JoyButton/VJoyButton.vue.d.ts +7 -7
- package/dist/components/JoyButton/useRandomId.d.ts +1 -1
- package/dist/components/JoyCheckbox/VJoyCheckbox.vue.d.ts +15 -15
- package/dist/components/JoyCollapse/VJoyCollapse.vue.d.ts +52 -27
- package/dist/components/JoyCollapseItem/VJoyCollapseItem.vue.d.ts +9 -9
- package/dist/components/JoyCompanyAvatar/VJoyCompanyAvatar.vue.d.ts +7 -7
- package/dist/components/JoyCounter/VJoyCounter.vue.d.ts +16 -16
- package/dist/components/JoyDialog/VJoyDialog.vue.d.ts +13 -13
- package/dist/components/JoyDialogTrigger/VJoyDialogTrigger.vue.d.ts +193 -82
- package/dist/components/JoyDividerCta/VJoyDividerCta.vue.d.ts +4 -4
- package/dist/components/JoyDot/VJoyDot.vue.d.ts +4 -4
- package/dist/components/JoyDrawer/VJoyDrawer.vue.d.ts +13 -13
- package/dist/components/JoyDrawerTrigger/VJoyDrawerTrigger.vue.d.ts +171 -78
- package/dist/components/JoyDropdown/VJoyDropdown.vue.d.ts +13 -13
- package/dist/components/JoyDropdownList/VJoyDropdownList.vue.d.ts +11 -11
- package/dist/components/JoyDropzone/VJoyDropzone.vue.d.ts +10 -16
- package/dist/components/JoyDropzone/VJoyDropzoneFileItem.vue.d.ts +7 -7
- package/dist/components/JoyDropzone/VJoyDropzoneIcon.vue.d.ts +3 -3
- package/dist/components/JoyFilterBar/VJoyFilterBar.vue.d.ts +3 -3
- package/dist/components/JoyFilterBarButton/VJoyFilterBarButton.vue.d.ts +6 -6
- package/dist/components/JoyFooter/VJoyFooter.vue.d.ts +1 -1
- package/dist/components/JoyFormError/VJoyFormError.vue.d.ts +4 -4
- package/dist/components/JoyFormFieldSkeleton/VJoyFormFieldSkeleton.vue.d.ts +5 -5
- package/dist/components/JoyFunnel/VJoyFunnel.vue.d.ts +6 -6
- package/dist/components/JoyFunnelFooter/VJoyFunnelFooter.vue.d.ts +1 -1
- package/dist/components/JoyHeader/VJoyHeader.vue.d.ts +1 -1
- package/dist/components/JoyHighlight/VJoyHighlight.vue.d.ts +5 -5
- package/dist/components/JoyIcon/VJoyIcon.vue.d.ts +4 -4
- package/dist/components/JoyIndicator/VJoyIndicator.vue.d.ts +4 -4
- package/dist/components/JoyIndicators/VJoyIndicators.vue.d.ts +10 -10
- package/dist/components/JoyInput/VJoyInput.vue.d.ts +12 -12
- package/dist/components/JoyLabel/VJoyLabel.vue.d.ts +5 -5
- package/dist/components/JoyLink/VJoyLink.vue.d.ts +4 -4
- package/dist/components/JoyListItem/VJoyListItem.vue.d.ts +15 -6
- package/dist/components/JoyMenu/VJoyMenu.vue.d.ts +8 -8
- package/dist/components/JoyMultiCheckbox/VJoyMultiCheckbox.vue.d.ts +6 -6
- package/dist/components/JoyPagination/PaginationIcon.vue.d.ts +6 -6
- package/dist/components/JoyPagination/VJoyPagination.vue.d.ts +6 -6
- package/dist/components/JoyPanel/VJoyPanel.vue.d.ts +4 -4
- package/dist/components/JoyPanelSection/VJoyPanelSection.vue.d.ts +1 -1
- package/dist/components/JoyProductTour/JoyProductTour.store.d.ts +150 -113
- package/dist/components/JoyProductTour/JoyProductTourSpotlight/VJoyProductTourSpotlight.vue.d.ts +1 -1
- package/dist/components/JoyProductTour/VJoyProductTour.vue.d.ts +27 -6
- package/dist/components/JoyProductTour/VJoyProductTourInner.vue.d.ts +43 -8
- package/dist/components/JoyProductTourTrigger/VJoyProductTourTrigger.vue.d.ts +257 -48
- package/dist/components/JoyProgressBar/VJoyProgressBar.vue.d.ts +6 -6
- package/dist/components/JoyRadio/VJoyRadio.vue.d.ts +10 -10
- package/dist/components/JoyRadioGroup/VJoyRadioGroup.vue.d.ts +4 -4
- package/dist/components/JoyRatingStars/VJoyRatingStars.vue.d.ts +5 -5
- package/dist/components/JoyScreenLoader/VJoyScreenLoader.vue.d.ts +4 -4
- package/dist/components/JoySelect/VJoySelect.vue.d.ts +11 -11
- package/dist/components/JoySelectableItem/VJoySelectableItem.vue.d.ts +10 -10
- package/dist/components/JoySelectableItemGroup/VJoySelectableItemGroup.vue.d.ts +9 -9
- package/dist/components/JoySeparator/VJoySeparator.vue.d.ts +4 -4
- package/dist/components/JoySnackbar/VJoySnackbar.vue.d.ts +6 -6
- package/dist/components/JoySpinner/VJoySpinner.vue.d.ts +3 -3
- package/dist/components/JoyStep/VJoyStep.vue.d.ts +7 -7
- package/dist/components/JoyStepper/VJoyStepper.vue.d.ts +46 -19
- package/dist/components/JoyTab/TabButton.vue.d.ts +6 -6
- package/dist/components/JoyTab/VJoyTab.vue.d.ts +4 -4
- package/dist/components/JoyTabs/VJoyTabs.vue.d.ts +28 -12
- package/dist/components/JoyTag/VJoyTag.vue.d.ts +44 -9
- package/dist/components/JoyTagsInput/VJoyTagsInput.vue.d.ts +13 -13
- package/dist/components/JoyTagsList/VJoyTagsList.vue.d.ts +15 -15
- package/dist/components/JoyTemplate/VJoyTemplate.vue.d.ts +4 -4
- package/dist/components/JoyTemplateShape/VJoyTemplateShape.vue.d.ts +1 -1
- package/dist/components/JoyText/VJoyText.vue.d.ts +7 -7
- package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +10 -10
- package/dist/components/JoyToggle/VJoyToggle.vue.d.ts +7 -7
- package/dist/components/JoyTooltip/VJoyTooltip.vue.d.ts +7 -7
- package/dist/components/JoyUserCard/VJoyUserCard.vue.d.ts +3 -3
- package/dist/components/JoyWalkthrough/VJoyWalkthrough.vue.d.ts +36 -9
- package/dist/components/JoyWalkthroughTrigger/VJoyWalkthroughTrigger.vue.d.ts +10 -1
- package/dist/components/JoyWrapper/VJoyWrapper.vue.d.ts +5 -5
- package/dist/components.cjs +1 -1
- package/dist/components.js +2 -2
- package/dist/composables/helpers.d.ts +1 -1
- package/dist/joy-core-vue-manifest.json +1 -1
- package/dist/main.cjs +1 -1
- package/dist/main.js +2 -2
- package/dist/pages/FunnelAndStepper.vue.d.ts +1 -1
- package/dist/pages/FunnelMode.vue.d.ts +1 -1
- package/dist/pages/IndexPage.vue.d.ts +1 -1
- package/dist/style-DiEVDLd0.cjs +16 -0
- package/dist/{style-fNjzeg7Q.js → style-DqUSTCzR.js} +1775 -1775
- package/dist/style.css +1 -1
- package/dist/tests/helpers/FocusOnFormElement.vue.d.ts +4 -4
- package/package.json +30 -31
- package/dist/style-Cg6-S4et.cjs +0 -16
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
rootInputElement: import("vue").Ref<null
|
|
3
|
-
rootSelectElement: import("vue").Ref<null
|
|
4
|
-
rootTextareaElement: import("vue").Ref<null
|
|
5
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<
|
|
2
|
+
rootInputElement: import("vue").Ref<null>;
|
|
3
|
+
rootSelectElement: import("vue").Ref<null>;
|
|
4
|
+
rootTextareaElement: import("vue").Ref<null>;
|
|
5
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
6
6
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@maltjoy/core-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.37.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -24,40 +24,18 @@
|
|
|
24
24
|
"./dist/style.css": "./dist/style.css",
|
|
25
25
|
"./dist/joy-core-vue-manifest.json": "./dist/joy-core-vue-manifest.json"
|
|
26
26
|
},
|
|
27
|
-
"scripts": {
|
|
28
|
-
"prepare": "pnpm generate:components-autoimports && pnpm generate:components-types",
|
|
29
|
-
"dev": "pnpm prepare && vite",
|
|
30
|
-
"build:lib": "vite build",
|
|
31
|
-
"build": "pnpm typecheck && vite build && vue-tsc --declaration --emitDeclarationOnly --outDir dist && pnpm test && pnpm generate:manifest",
|
|
32
|
-
"preview": "vite preview",
|
|
33
|
-
"test": "vitest run --dom --coverage",
|
|
34
|
-
"test:dev": "vitest watch --dom",
|
|
35
|
-
"test:update": "vitest run --dom -u",
|
|
36
|
-
"lint": "eslint --ext .ts,.vue src",
|
|
37
|
-
"lint:fix": "eslint --ext .ts,.vue src --fix",
|
|
38
|
-
"lint:staged": "eslint --fix",
|
|
39
|
-
"format": "prettier --write \"**/*.{js,ts,vue}\"",
|
|
40
|
-
"format:staged": "prettier --write",
|
|
41
|
-
"storybook": "pnpm prepare && storybook dev --port=33725",
|
|
42
|
-
"typecheck": "vue-tsc --noEmit",
|
|
43
|
-
"build-storybook": "pnpm prepare && storybook build",
|
|
44
|
-
"preview-storybook": "pnpm storybook build && pnpm dlx http-server ./storybook-static/",
|
|
45
|
-
"generate:components-types": "node src/tasks/generate-components-types.mjs",
|
|
46
|
-
"generate:components-autoimports": "node src/tasks/generate-components-autoimports.mjs",
|
|
47
|
-
"generate:manifest": "node src/tasks/generate-manifest.mjs"
|
|
48
|
-
},
|
|
49
27
|
"dependencies": {
|
|
50
28
|
"@floating-ui/dom": "1.5.3",
|
|
51
29
|
"@floating-ui/vue": "^1.0.2",
|
|
52
|
-
"@maltjoy/css": "3.
|
|
53
|
-
"@maltjoy/icons": "3.
|
|
54
|
-
"@maltjoy/themes": "3.
|
|
30
|
+
"@maltjoy/css": "3.37.0",
|
|
31
|
+
"@maltjoy/icons": "3.37.0",
|
|
32
|
+
"@maltjoy/themes": "3.37.0",
|
|
55
33
|
"@vueuse/components": "10.8.0",
|
|
56
34
|
"@vueuse/core": "10.8.0",
|
|
57
35
|
"@vueuse/integrations": "10.5.0",
|
|
58
36
|
"focus-trap": "^7.5.4",
|
|
59
37
|
"mitt": "3.0.1",
|
|
60
|
-
"vue": "3.
|
|
38
|
+
"vue": "3.4.38",
|
|
61
39
|
"vue-router": "4.4.0"
|
|
62
40
|
},
|
|
63
41
|
"devDependencies": {
|
|
@@ -78,8 +56,8 @@
|
|
|
78
56
|
"@typescript-eslint/parser": "5.59.11",
|
|
79
57
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
80
58
|
"@vitest/coverage-istanbul": "^0.28.4",
|
|
81
|
-
"@vue/runtime-core": "3.
|
|
82
|
-
"@vue/runtime-dom": "3.
|
|
59
|
+
"@vue/runtime-core": "3.3.4",
|
|
60
|
+
"@vue/runtime-dom": "3.3.4",
|
|
83
61
|
"@vue/test-utils": "^2.2.10",
|
|
84
62
|
"chromatic": "11.3.0",
|
|
85
63
|
"eslint": "8.42.0",
|
|
@@ -93,6 +71,27 @@
|
|
|
93
71
|
"typescript": "5.3.3",
|
|
94
72
|
"vite": "5.2.10",
|
|
95
73
|
"vitest": "^0.28.4",
|
|
96
|
-
"vue-tsc": "2.
|
|
74
|
+
"vue-tsc": "2.0.26"
|
|
75
|
+
},
|
|
76
|
+
"scripts": {
|
|
77
|
+
"dev": "pnpm prepare && vite",
|
|
78
|
+
"build:lib": "vite build",
|
|
79
|
+
"build": "pnpm typecheck && vite build && vue-tsc --declaration --emitDeclarationOnly --outDir dist && pnpm test && pnpm generate:manifest",
|
|
80
|
+
"preview": "vite preview",
|
|
81
|
+
"test": "vitest run --dom --coverage",
|
|
82
|
+
"test:dev": "vitest watch --dom",
|
|
83
|
+
"test:update": "vitest run --dom -u",
|
|
84
|
+
"lint": "eslint --ext .ts,.vue src",
|
|
85
|
+
"lint:fix": "eslint --ext .ts,.vue src --fix",
|
|
86
|
+
"lint:staged": "eslint --fix",
|
|
87
|
+
"format": "prettier --write \"**/*.{js,ts,vue}\"",
|
|
88
|
+
"format:staged": "prettier --write",
|
|
89
|
+
"storybook": "pnpm prepare && storybook dev --port=33725",
|
|
90
|
+
"typecheck": "vue-tsc --noEmit",
|
|
91
|
+
"build-storybook": "pnpm prepare && storybook build",
|
|
92
|
+
"preview-storybook": "pnpm storybook build && pnpm dlx http-server ./storybook-static/",
|
|
93
|
+
"generate:components-types": "node src/tasks/generate-components-types.mjs",
|
|
94
|
+
"generate:components-autoimports": "node src/tasks/generate-components-autoimports.mjs",
|
|
95
|
+
"generate:manifest": "node src/tasks/generate-manifest.mjs"
|
|
97
96
|
}
|
|
98
|
-
}
|
|
97
|
+
}
|