@maltjoy/core-vue 3.23.0-next → 3.23.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 +1 -1
- package/dist/components/JoyAvatar/VJoyAvatar.vue.d.ts +1 -1
- package/dist/components/JoyAvatarsList/VJoyAvatarsList.vue.d.ts +1 -1
- package/dist/components/JoyBadge/VJoyBadge.vue.d.ts +1 -1
- package/dist/components/JoyBadgeLevel/VJoyBadgeLevel.vue.d.ts +1 -1
- package/dist/components/JoyBlockSkeleton/VJoyBlockSkeleton.vue.d.ts +1 -1
- package/dist/components/JoyBottomSheet/VJoyBottomSheet.vue.d.ts +1 -1
- package/dist/components/JoyBottomSheetTrigger/VJoyBottomSheetTrigger.vue.d.ts +6 -9
- package/dist/components/JoyButton/VJoyButton.vue.d.ts +1 -1
- package/dist/components/JoyCheckbox/VJoyCheckbox.vue.d.ts +1 -1
- package/dist/components/JoyCollapse/VJoyCollapse.vue.d.ts +109 -76
- package/dist/components/JoyCollapseItem/VJoyCollapseItem.vue.d.ts +2 -5
- package/dist/components/JoyCompanyAvatar/VJoyCompanyAvatar.vue.d.ts +1 -1
- package/dist/components/JoyCounter/VJoyCounter.vue.d.ts +1 -1
- package/dist/components/JoyDialog/VJoyDialog.vue.d.ts +1 -1
- package/dist/components/JoyDialogTrigger/VJoyDialogTrigger.vue.d.ts +6 -9
- package/dist/components/JoyDividerCta/VJoyDividerCta.vue.d.ts +1 -1
- package/dist/components/JoyDrawer/VJoyDrawer.vue.d.ts +1 -1
- package/dist/components/JoyDrawerTrigger/VJoyDrawerTrigger.vue.d.ts +6 -9
- package/dist/components/JoyDropdown/VJoyDropdown.vue.d.ts +1 -1
- package/dist/components/JoyDropdownList/VJoyDropdownList.vue.d.ts +1 -1
- package/dist/components/JoyFilterBar/VJoyFilterBar.vue.d.ts +1 -1
- package/dist/components/JoyFilterBarButton/VJoyFilterBarButton.vue.d.ts +1 -1
- package/dist/components/JoyFooter/VJoyFooter.vue.d.ts +2 -5
- package/dist/components/JoyFormError/VJoyFormError.vue.d.ts +1 -1
- package/dist/components/JoyFormFieldSkeleton/VJoyFormFieldSkeleton.vue.d.ts +1 -1
- package/dist/components/JoyFunnel/VJoyFunnel.vue.d.ts +2 -7
- package/dist/components/JoyHeader/VJoyHeader.vue.d.ts +2 -5
- package/dist/components/JoyHighlight/VJoyHighlight.vue.d.ts +1 -1
- package/dist/components/JoyIcon/VJoyIcon.vue.d.ts +1 -1
- package/dist/components/JoyIndicator/VJoyIndicator.vue.d.ts +1 -1
- package/dist/components/JoyIndicators/VJoyIndicators.vue.d.ts +3 -5
- package/dist/components/JoyInput/VJoyInput.vue.d.ts +1 -1
- package/dist/components/JoyLabel/VJoyLabel.vue.d.ts +1 -1
- package/dist/components/JoyLink/VJoyLink.vue.d.ts +1 -1
- package/dist/components/JoyMenu/VJoyMenu.vue.d.ts +1 -1
- package/dist/components/JoyMultiCheckbox/VJoyMultiCheckbox.vue.d.ts +1 -1
- package/dist/components/JoyPagination/PaginationIcon.vue.d.ts +1 -1
- package/dist/components/JoyPagination/VJoyPagination.vue.d.ts +4 -1
- package/dist/components/JoyPanel/VJoyPanel.vue.d.ts +1 -1
- package/dist/components/JoyPanelSection/VJoyPanelSection.vue.d.ts +1 -1
- package/dist/components/JoyProgressBar/VJoyProgressBar.vue.d.ts +1 -1
- package/dist/components/JoyRadio/VJoyRadio.vue.d.ts +1 -1
- package/dist/components/JoyRadioGroup/VJoyRadioGroup.vue.d.ts +1 -1
- package/dist/components/JoyRatingStars/VJoyRatingStars.vue.d.ts +1 -1
- package/dist/components/JoyScreenLoader/VJoyScreenLoader.vue.d.ts +1 -1
- package/dist/components/JoySelect/VJoySelect.vue.d.ts +2 -7
- package/dist/components/JoySelectableItem/VJoySelectableItem.vue.d.ts +1 -1
- package/dist/components/JoySelectableItemGroup/VJoySelectableItemGroup.vue.d.ts +1 -1
- package/dist/components/JoySeparator/VJoySeparator.vue.d.ts +1 -1
- package/dist/components/JoySnackbar/VJoySnackbar.vue.d.ts +1 -1
- package/dist/components/JoySpinner/VJoySpinner.vue.d.ts +1 -1
- package/dist/components/JoyStep/VJoyStep.vue.d.ts +1 -1
- package/dist/components/JoyStepper/VJoyStepper.vue.d.ts +108 -73
- package/dist/components/JoyTab/TabButton.vue.d.ts +1 -1
- package/dist/components/JoyTab/VJoyTab.vue.d.ts +2 -11
- package/dist/components/JoyTabs/VJoyTabs.vue.d.ts +80 -50
- package/dist/components/JoyTag/VJoyTag.vue.d.ts +1 -1
- package/dist/components/JoyTagsList/VJoyTagsList.vue.d.ts +1 -1
- package/dist/components/JoyTemplate/VJoyTemplate.vue.d.ts +1 -1
- package/dist/components/JoyTemplateShape/VJoyTemplateShape.vue.d.ts +1 -1
- package/dist/components/JoyText/VJoyText.vue.d.ts +1 -1
- package/dist/components/JoyTextarea/VJoyTextarea.vue.d.ts +1 -1
- package/dist/components/JoyToggle/VJoyToggle.vue.d.ts +1 -1
- package/dist/components/JoyUserCard/VJoyUserCard.vue.d.ts +1 -1
- package/dist/components/JoyWrapper/VJoyWrapper.vue.d.ts +1 -1
- package/dist/joy-vue.js +434 -424
- package/dist/joy-vue.umd.cjs +4 -4
- package/dist/pages/FunnelMode.vue.d.ts +1 -1
- package/dist/pages/IndexPage.vue.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/tests/helpers/FocusOnFormElement.vue.d.ts +1 -1
- package/package.json +24 -25
|
@@ -2,5 +2,5 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2
2
|
rootInputElement: import("vue").Ref<null>;
|
|
3
3
|
rootSelectElement: import("vue").Ref<null>;
|
|
4
4
|
rootTextareaElement: import("vue").Ref<null>;
|
|
5
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
5
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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.23.0
|
|
3
|
+
"version": "3.23.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -17,38 +17,17 @@
|
|
|
17
17
|
},
|
|
18
18
|
"./dist/style.css": "./dist/style.css"
|
|
19
19
|
},
|
|
20
|
-
"scripts": {
|
|
21
|
-
"prepare": "pnpm generate:components-autoimports && pnpm generate:components-types",
|
|
22
|
-
"dev": "pnpm prepare && vite",
|
|
23
|
-
"build:lib": "vite build",
|
|
24
|
-
"build": "pnpm typecheck && vite build && vue-tsc --declaration --emitDeclarationOnly --outDir dist && pnpm test",
|
|
25
|
-
"preview": "vite preview",
|
|
26
|
-
"test": "vitest run --dom --coverage",
|
|
27
|
-
"test:dev": "vitest watch --dom",
|
|
28
|
-
"test:update": "vitest run --dom -u",
|
|
29
|
-
"lint": "eslint --ext .ts,.vue src",
|
|
30
|
-
"lint:fix": "eslint --ext .ts,.vue src --fix",
|
|
31
|
-
"lint:staged": "eslint --fix",
|
|
32
|
-
"format": "prettier --write \"**/*.{js,ts,vue}\"",
|
|
33
|
-
"format:staged": "prettier --write",
|
|
34
|
-
"storybook": "pnpm prepare && storybook dev",
|
|
35
|
-
"typecheck": "vue-tsc --noEmit",
|
|
36
|
-
"build-storybook": "pnpm prepare && storybook build",
|
|
37
|
-
"preview-storybook": "pnpm build-storybook && pnpm dlx http-server ./storybook-static/",
|
|
38
|
-
"generate:components-types": "node src/tasks/generate-components-types.mjs",
|
|
39
|
-
"generate:components-autoimports": "node src/tasks/generate-components-autoimports.mjs"
|
|
40
|
-
},
|
|
41
20
|
"dependencies": {
|
|
42
21
|
"@floating-ui/dom": "1.5.3",
|
|
43
22
|
"@floating-ui/vue": "^1.0.2",
|
|
44
|
-
"@maltjoy/icons": "3.
|
|
45
|
-
"@maltjoy/themes": "3.
|
|
23
|
+
"@maltjoy/icons": "3.23.0",
|
|
24
|
+
"@maltjoy/themes": "3.23.0",
|
|
46
25
|
"@vueuse/components": "10.8.0",
|
|
47
26
|
"@vueuse/core": "10.8.0",
|
|
48
27
|
"@vueuse/integrations": "10.5.0",
|
|
49
28
|
"focus-trap": "^7.5.4",
|
|
50
29
|
"mitt": "3.0.1",
|
|
51
|
-
"vue": "3.
|
|
30
|
+
"vue": "3.3.8",
|
|
52
31
|
"vue-router": "4.2.5"
|
|
53
32
|
},
|
|
54
33
|
"devDependencies": {
|
|
@@ -91,5 +70,25 @@
|
|
|
91
70
|
"vite": "^4.0.0",
|
|
92
71
|
"vitest": "^0.28.4",
|
|
93
72
|
"vue-tsc": "1.8.27"
|
|
73
|
+
},
|
|
74
|
+
"scripts": {
|
|
75
|
+
"dev": "pnpm prepare && vite",
|
|
76
|
+
"build:lib": "vite build",
|
|
77
|
+
"build": "pnpm typecheck && vite build && vue-tsc --declaration --emitDeclarationOnly --outDir dist && pnpm test",
|
|
78
|
+
"preview": "vite preview",
|
|
79
|
+
"test": "vitest run --dom --coverage",
|
|
80
|
+
"test:dev": "vitest watch --dom",
|
|
81
|
+
"test:update": "vitest run --dom -u",
|
|
82
|
+
"lint": "eslint --ext .ts,.vue src",
|
|
83
|
+
"lint:fix": "eslint --ext .ts,.vue src --fix",
|
|
84
|
+
"lint:staged": "eslint --fix",
|
|
85
|
+
"format": "prettier --write \"**/*.{js,ts,vue}\"",
|
|
86
|
+
"format:staged": "prettier --write",
|
|
87
|
+
"storybook": "pnpm prepare && storybook dev",
|
|
88
|
+
"typecheck": "vue-tsc --noEmit",
|
|
89
|
+
"build-storybook": "pnpm prepare && storybook build",
|
|
90
|
+
"preview-storybook": "pnpm build-storybook && pnpm dlx http-server ./storybook-static/",
|
|
91
|
+
"generate:components-types": "node src/tasks/generate-components-types.mjs",
|
|
92
|
+
"generate:components-autoimports": "node src/tasks/generate-components-autoimports.mjs"
|
|
94
93
|
}
|
|
95
94
|
}
|