maz-ui 3.6.8 → 3.6.9
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/MazInput.d.ts
CHANGED
|
@@ -250,7 +250,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
250
250
|
error: boolean;
|
|
251
251
|
success: boolean;
|
|
252
252
|
warning: boolean;
|
|
253
|
-
readonly: boolean;
|
|
254
253
|
size: Size;
|
|
255
254
|
color: Color;
|
|
256
255
|
type: string;
|
|
@@ -263,6 +262,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
263
262
|
id: string;
|
|
264
263
|
noRadius: boolean;
|
|
265
264
|
placeholder: string;
|
|
265
|
+
readonly: boolean;
|
|
266
266
|
hint: string;
|
|
267
267
|
inputClasses: string;
|
|
268
268
|
noBorder: boolean;
|
|
@@ -154,10 +154,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
154
154
|
onOpen?: ((...args: any[]) => any) | undefined;
|
|
155
155
|
"onUpdate:model-value"?: ((...args: any[]) => any) | undefined;
|
|
156
156
|
}, {
|
|
157
|
-
search: boolean;
|
|
158
157
|
size: Size;
|
|
159
158
|
color: Color;
|
|
160
159
|
required: boolean;
|
|
160
|
+
search: boolean;
|
|
161
161
|
open: boolean;
|
|
162
162
|
modelValue: ModelValueSimple;
|
|
163
163
|
disabled: boolean;
|
|
@@ -11,7 +11,7 @@ export interface Step {
|
|
|
11
11
|
}
|
|
12
12
|
export type Steps = Step[];
|
|
13
13
|
export type { Color } from './types';
|
|
14
|
-
declare const _default: import("vue").DefineComponent<{
|
|
14
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
15
15
|
modelValue: {
|
|
16
16
|
type: NumberConstructor;
|
|
17
17
|
default: undefined;
|
|
@@ -99,5 +99,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
99
99
|
allStepsOpened: boolean;
|
|
100
100
|
allStepsValidated: boolean;
|
|
101
101
|
canCloseSteps: boolean;
|
|
102
|
-
}
|
|
102
|
+
}>, Record<string, (_: {}) => any> & Record<string, (_: {}) => any> & Record<string, (_: {}) => any> & Record<string, (_: {
|
|
103
|
+
validated: boolean;
|
|
104
|
+
error: boolean | undefined;
|
|
105
|
+
warning: boolean | undefined;
|
|
106
|
+
nextStep: () => void;
|
|
107
|
+
previousStep: () => void;
|
|
108
|
+
}) => any>>;
|
|
103
109
|
export default _default;
|
|
110
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
111
|
+
new (): {
|
|
112
|
+
$slots: S;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
@@ -111,13 +111,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
111
111
|
error: boolean;
|
|
112
112
|
success: boolean;
|
|
113
113
|
warning: boolean;
|
|
114
|
-
readonly: boolean;
|
|
115
114
|
color: Color;
|
|
116
115
|
required: boolean;
|
|
117
116
|
name: string;
|
|
118
117
|
modelValue: string;
|
|
119
118
|
disabled: boolean;
|
|
120
119
|
id: string;
|
|
120
|
+
readonly: boolean;
|
|
121
121
|
hint: string;
|
|
122
122
|
}>;
|
|
123
123
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "maz-ui",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.9",
|
|
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",
|
|
@@ -78,19 +78,19 @@
|
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@babel/preset-env": "^7.20.2",
|
|
80
80
|
"@babel/preset-typescript": "^7.18.6",
|
|
81
|
-
"@rollup/plugin-typescript": "^
|
|
81
|
+
"@rollup/plugin-typescript": "^11.0.0",
|
|
82
82
|
"@types/dropzone": "^5.7.4",
|
|
83
83
|
"@types/google.maps": "^3.51.0",
|
|
84
|
-
"@types/node": "^18.11.
|
|
84
|
+
"@types/node": "^18.11.18",
|
|
85
85
|
"@types/rollup-plugin-peer-deps-external": "^2.2.1",
|
|
86
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
87
|
-
"@typescript-eslint/parser": "^5.
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
|
87
|
+
"@typescript-eslint/parser": "^5.48.1",
|
|
88
88
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
89
|
-
"@vitest/coverage-c8": "^0.
|
|
89
|
+
"@vitest/coverage-c8": "^0.27.1",
|
|
90
90
|
"@vue/compiler-sfc": "^3.2.39",
|
|
91
91
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
92
92
|
"@vue/eslint-config-typescript": "^11.0.1",
|
|
93
|
-
"@vue/test-utils": "^2.2.
|
|
93
|
+
"@vue/test-utils": "^2.2.7",
|
|
94
94
|
"@vue/tsconfig": "^0.1.3",
|
|
95
95
|
"autoprefixer": "^10.4.11",
|
|
96
96
|
"c8": "^7.12.0",
|
|
@@ -99,34 +99,34 @@
|
|
|
99
99
|
"cross-env": "^7.0.3",
|
|
100
100
|
"dayjs": "^1.11.7",
|
|
101
101
|
"dropzone": "^6.0.0-beta.2",
|
|
102
|
-
"eslint": "^8.
|
|
102
|
+
"eslint": "^8.31.0",
|
|
103
103
|
"eslint-plugin-prettier": "^4.2.1",
|
|
104
|
-
"eslint-plugin-sonarjs": "^0.
|
|
104
|
+
"eslint-plugin-sonarjs": "^0.18.0",
|
|
105
105
|
"eslint-plugin-unicorn": "^45.0.2",
|
|
106
|
-
"eslint-plugin-vue": "^9.
|
|
106
|
+
"eslint-plugin-vue": "^9.9.0",
|
|
107
107
|
"fs": "0.0.2",
|
|
108
|
-
"jsdom": "^
|
|
108
|
+
"jsdom": "^21.0.0",
|
|
109
109
|
"json-templater": "^1.2.0",
|
|
110
|
-
"libphonenumber-js": "^1.10.
|
|
110
|
+
"libphonenumber-js": "^1.10.18",
|
|
111
111
|
"lint-staged": "^13.1.0",
|
|
112
112
|
"onchange": "^7.1.0",
|
|
113
113
|
"path": "^0.12.7",
|
|
114
|
-
"postcss": "^8.4.
|
|
114
|
+
"postcss": "^8.4.21",
|
|
115
115
|
"postcss-html": "^1.5.0",
|
|
116
116
|
"postcss-import": "^15.1.0",
|
|
117
117
|
"postcss-nested": "^6.0.0",
|
|
118
118
|
"postcss-simple-vars": "^7.0.1",
|
|
119
119
|
"postcss-url": "^10.1.3",
|
|
120
|
-
"prettier": "^2.8.
|
|
120
|
+
"prettier": "^2.8.2",
|
|
121
121
|
"prettier-plugin-tailwindcss": "^0.2.1",
|
|
122
122
|
"replace-in-file": "^6.3.5",
|
|
123
|
-
"rimraf": "^
|
|
124
|
-
"rollup": "^3.
|
|
125
|
-
"rollup-plugin-dts": "^5.
|
|
123
|
+
"rimraf": "^4.0.4",
|
|
124
|
+
"rollup": "^3.10.0",
|
|
125
|
+
"rollup-plugin-dts": "^5.1.1",
|
|
126
126
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
127
|
-
"sass": "^1.
|
|
127
|
+
"sass": "^1.57.1",
|
|
128
128
|
"semver": "^7.3.8",
|
|
129
|
-
"stylelint": "^14.16.
|
|
129
|
+
"stylelint": "^14.16.1",
|
|
130
130
|
"stylelint-config-prettier": "^9.0.4",
|
|
131
131
|
"stylelint-config-recommended-vue": "^1.4.0",
|
|
132
132
|
"stylelint-config-standard": "^29.0.0",
|
|
@@ -137,14 +137,14 @@
|
|
|
137
137
|
"terser": "^5.16.1",
|
|
138
138
|
"ts-node": "^10.9.1",
|
|
139
139
|
"typescript": "^4.9.4",
|
|
140
|
-
"vite": "^4.0.
|
|
141
|
-
"vite-plugin-css-injected-by-js": "^2.
|
|
142
|
-
"vitest": "^0.
|
|
140
|
+
"vite": "^4.0.4",
|
|
141
|
+
"vite-plugin-css-injected-by-js": "^2.3.1",
|
|
142
|
+
"vitest": "^0.27.1",
|
|
143
143
|
"vitest-canvas-mock": "^0.2.2",
|
|
144
144
|
"vue": "^3.2.45",
|
|
145
145
|
"vue-loader": "^17.0.1",
|
|
146
146
|
"vue-router": "^4.1.6",
|
|
147
|
-
"vue-tsc": "^1.0.
|
|
147
|
+
"vue-tsc": "^1.0.24",
|
|
148
148
|
"vuedraggable": "^2.24.3"
|
|
149
149
|
},
|
|
150
150
|
"engines": {
|