maz-ui 3.7.0 → 3.8.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/components/MazDialog.d.ts +31 -7
- package/components/MazDialog.mjs +80 -50
- package/components/MazDialog.umd.js +2 -2
- package/components/MazDialogPromise/use-maz-dialog-promise.d.ts +2 -2
- package/components/MazDialogPromise.d.ts +37 -1
- package/components/MazDialogPromise.mjs +182 -102
- package/components/MazDialogPromise.umd.js +2 -2
- package/components/MazDropzone.d.ts +1 -1
- package/components/MazLazyImg.d.ts +2 -10
- package/components/MazPicker.d.ts +2 -2
- package/components/MazPicker.mjs +1 -1
- package/components/MazSelect.d.ts +1 -1
- package/modules/maz-ui.mjs +5 -5
- package/modules/maz-ui.umd.js +2 -2
- package/package.json +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maz-ui",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.0",
|
|
4
4
|
"description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
|
|
5
5
|
"author": "Louis Mazel <me@loicmazuel.com>",
|
|
6
6
|
"main": "modules/maz-ui.umd.js",
|
|
@@ -46,40 +46,40 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@babel/core": "^7.21.
|
|
49
|
+
"@babel/core": "^7.21.3",
|
|
50
50
|
"@babel/preset-env": "^7.20.2",
|
|
51
51
|
"@babel/preset-typescript": "^7.18.6",
|
|
52
52
|
"@rollup/plugin-typescript": "^11.0.0",
|
|
53
53
|
"@types/dropzone": "^5.7.4",
|
|
54
|
-
"@types/google.maps": "^3.
|
|
55
|
-
"@types/node": "^18.
|
|
54
|
+
"@types/google.maps": "^3.52.4",
|
|
55
|
+
"@types/node": "^18.15.10",
|
|
56
56
|
"@types/rollup-plugin-peer-deps-external": "^2.2.1",
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
58
|
-
"@typescript-eslint/parser": "^5.
|
|
59
|
-
"@vitejs/plugin-vue": "^4.
|
|
60
|
-
"@vitest/coverage-c8": "^0.29.
|
|
57
|
+
"@typescript-eslint/eslint-plugin": "^5.57.0",
|
|
58
|
+
"@typescript-eslint/parser": "^5.57.0",
|
|
59
|
+
"@vitejs/plugin-vue": "^4.1.0",
|
|
60
|
+
"@vitest/coverage-c8": "^0.29.7",
|
|
61
61
|
"@vue/compiler-sfc": "^3.2.39",
|
|
62
62
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
63
63
|
"@vue/eslint-config-typescript": "^11.0.1",
|
|
64
|
-
"@vue/test-utils": "^2.2
|
|
64
|
+
"@vue/test-utils": "^2.3.2",
|
|
65
65
|
"@vue/tsconfig": "^0.1.3",
|
|
66
|
-
"autoprefixer": "^10.4.
|
|
66
|
+
"autoprefixer": "^10.4.14",
|
|
67
67
|
"c8": "^7.12.0",
|
|
68
68
|
"chalk": "^4.1.2",
|
|
69
69
|
"chart.js": "^3.9.1",
|
|
70
70
|
"cross-env": "^7.0.3",
|
|
71
71
|
"dayjs": "^1.11.7",
|
|
72
72
|
"dropzone": "^6.0.0-beta.2",
|
|
73
|
-
"eslint": "^8.
|
|
73
|
+
"eslint": "^8.36.0",
|
|
74
74
|
"eslint-plugin-prettier": "^4.2.1",
|
|
75
|
-
"eslint-plugin-sonarjs": "^0.
|
|
75
|
+
"eslint-plugin-sonarjs": "^0.19.0",
|
|
76
76
|
"eslint-plugin-unicorn": "^46.0.0",
|
|
77
|
-
"eslint-plugin-vue": "^9.
|
|
77
|
+
"eslint-plugin-vue": "^9.10.0",
|
|
78
78
|
"fs": "0.0.2",
|
|
79
|
-
"jsdom": "^21.1.
|
|
79
|
+
"jsdom": "^21.1.1",
|
|
80
80
|
"json-templater": "^1.2.0",
|
|
81
|
-
"libphonenumber-js": "^1.10.
|
|
82
|
-
"lint-staged": "^13.
|
|
81
|
+
"libphonenumber-js": "^1.10.24",
|
|
82
|
+
"lint-staged": "^13.2.0",
|
|
83
83
|
"minimist": "^1.2.8",
|
|
84
84
|
"onchange": "^7.1.0",
|
|
85
85
|
"path": "^0.12.7",
|
|
@@ -89,14 +89,14 @@
|
|
|
89
89
|
"postcss-nested": "^6.0.0",
|
|
90
90
|
"postcss-simple-vars": "^7.0.1",
|
|
91
91
|
"postcss-url": "^10.1.3",
|
|
92
|
-
"prettier": "^2.8.
|
|
93
|
-
"prettier-plugin-tailwindcss": "^0.2.
|
|
92
|
+
"prettier": "^2.8.7",
|
|
93
|
+
"prettier-plugin-tailwindcss": "^0.2.5",
|
|
94
94
|
"replace-in-file": "^6.3.5",
|
|
95
|
-
"rimraf": "^4.1
|
|
96
|
-
"rollup": "^3.
|
|
97
|
-
"rollup-plugin-dts": "^5.
|
|
95
|
+
"rimraf": "^4.4.1",
|
|
96
|
+
"rollup": "^3.20.2",
|
|
97
|
+
"rollup-plugin-dts": "^5.3.0",
|
|
98
98
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
99
|
-
"sass": "^1.
|
|
99
|
+
"sass": "^1.60.0",
|
|
100
100
|
"semver": "^7.3.8",
|
|
101
101
|
"stylelint": "^14.16.1",
|
|
102
102
|
"stylelint-config-prettier": "^9.0.4",
|
|
@@ -106,14 +106,14 @@
|
|
|
106
106
|
"stylelint-config-tailwindcss": "^0.0.7",
|
|
107
107
|
"tailwind-css-variables": "^3.0.1",
|
|
108
108
|
"tailwindcss": "^3.2.4",
|
|
109
|
-
"terser": "^5.16.
|
|
109
|
+
"terser": "^5.16.8",
|
|
110
110
|
"ts-node": "^10.9.1",
|
|
111
|
-
"typescript": "^
|
|
112
|
-
"vite": "^4.
|
|
113
|
-
"vite-plugin-css-injected-by-js": "^3.0
|
|
111
|
+
"typescript": "^5.0.2",
|
|
112
|
+
"vite": "^4.2.1",
|
|
113
|
+
"vite-plugin-css-injected-by-js": "^3.1.0",
|
|
114
114
|
"vite-plugin-static-copy": "^0.13.1",
|
|
115
115
|
"vite-svg-loader": "^4.0.0",
|
|
116
|
-
"vitest": "^0.29.
|
|
116
|
+
"vitest": "^0.29.7",
|
|
117
117
|
"vitest-canvas-mock": "^0.2.2",
|
|
118
118
|
"vue": "^3.2.45",
|
|
119
119
|
"vue-loader": "^17.0.1",
|