maz-ui 3.31.1 → 3.31.2
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/README.md +6 -6
- package/components/MazAccordion.mjs +1 -1
- package/components/MazPhoneNumberInput.mjs +1 -1
- package/components/MazSelect.d.ts +2 -2
- package/components/MazSelect.mjs +1 -1
- package/components/MazTable.d.ts +8 -0
- package/components/MazTable.mjs +1 -1
- package/components/assets/MazAccordion.css +1 -1
- package/components/assets/MazPhoneNumberInput.css +1 -1
- package/components/assets/MazSelect.css +1 -1
- package/components/assets/MazTable.css +1 -1
- package/components/chunks/{MazAccordion-U9Jq3iFD.mjs → MazAccordion-3KSb_aBw.mjs} +74 -74
- package/components/chunks/{MazBtn-bL_VYiL1.mjs → MazBtn-M7Pnxit5.mjs} +2 -2
- package/components/chunks/{MazBtn-A_B9pbiE.mjs → MazBtn-WsXG0JB8.mjs} +2 -2
- package/components/chunks/{MazCheckbox-eI5DclIt.mjs → MazCheckbox-4gr5TnSK.mjs} +1 -1
- package/components/chunks/{MazCheckbox-GE-RvDQj.mjs → MazCheckbox-EadIf3L9.mjs} +1 -1
- package/components/chunks/{MazIcon-icjrWrvA.mjs → MazIcon-002AxbwZ.mjs} +1 -1
- package/components/chunks/{MazPhoneNumberInput-BiFGrTa7.mjs → MazPhoneNumberInput-TdklZIjq.mjs} +155 -159
- package/components/chunks/{MazSelect-nwyPkcJ-.mjs → MazSelect-ABbMoI-M.mjs} +173 -177
- package/components/chunks/{MazSpinner-Q96BIyG0.mjs → MazSpinner-1Sy8XBOO.mjs} +1 -1
- package/components/chunks/{MazSpinner-bzcUb8Gi.mjs → MazSpinner-B2tSR6e8.mjs} +1 -1
- package/components/chunks/{MazSpinner-LpsGR4tG.mjs → MazSpinner-eGQPU8Yp.mjs} +1 -1
- package/components/chunks/{MazSpinner-kv0RbQpi.mjs → MazSpinner-liomP-Gb.mjs} +1 -1
- package/components/chunks/{MazTable-rnu9lv5r.mjs → MazTable-4_j2qksi.mjs} +611 -610
- package/nuxt/index.json +1 -1
- package/nuxt/index.mjs +2 -2
- package/nuxt/types.d.mts +2 -2
- package/package.json +4 -4
- package/resolvers/unplugin-vue-components-resolver.d.ts +1 -1
- package/types/components/MazSelect.vue.d.ts +2 -2
- package/types/components/MazTable.vue.d.ts +8 -0
- package/types/resolvers/unplugin-vue-components-resolver.d.ts +1 -1
package/README.md
CHANGED
|
@@ -8,26 +8,26 @@
|
|
|
8
8
|
[](https://www.npmjs.com/package/maz-ui)
|
|
9
9
|
[](https://npm-stat.com/charts.html?package=maz-ui)
|
|
10
10
|
|
|
11
|
-
[](https://bundlephobia.com/package/maz-ui)
|
|
11
|
+
<!-- [](https://bundlephobia.com/package/maz-ui)
|
|
12
12
|
[](https://bundlephobia.com/package/maz-ui)
|
|
13
13
|
[](https://bundlephobia.com/package/maz-ui)
|
|
14
|
-
[](https://bundlephobia.com/package/maz-ui)
|
|
14
|
+
[](https://bundlephobia.com/package/maz-ui) -->
|
|
15
15
|
|
|
16
16
|
[](https://codeclimate.com/github/LouisMazel/maz-ui/maintainability)
|
|
17
17
|
[](https://codeclimate.com/github/LouisMazel/maz-ui/test_coverage)
|
|
18
18
|

|
|
19
19
|
|
|
20
|
-
> [maz-ui](https://
|
|
20
|
+
> [maz-ui](https://maz-ui.com/) is a standalone components library and tools for [Vue.JS](https://vuejs.org) & [Nuxt.JS](https://nuxtjs.org/) (v3.x)
|
|
21
21
|
|
|
22
22
|
## Documentation & Components
|
|
23
23
|
|
|
24
|
-
[Documentation & Components](https://
|
|
24
|
+
[Documentation & Components](https://maz-ui.com/)
|
|
25
25
|
|
|
26
26
|
## Install
|
|
27
27
|
|
|
28
28
|
### maz-ui
|
|
29
29
|
|
|
30
|
-
[Getting Started](https://
|
|
30
|
+
[Getting Started](https://maz-ui.com/guide/getting-started)
|
|
31
31
|
|
|
32
32
|
```bash
|
|
33
33
|
npm install maz-ui
|
|
@@ -35,7 +35,7 @@ npm install maz-ui
|
|
|
35
35
|
|
|
36
36
|
### @mazui/cli
|
|
37
37
|
|
|
38
|
-
[Documentation & Commands](https://
|
|
38
|
+
[Documentation & Commands](https://maz-ui.com/guide/cli)
|
|
39
39
|
|
|
40
40
|
```bash
|
|
41
41
|
npm install @mazui/cli
|
|
@@ -53,7 +53,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
53
53
|
optionLabelKey: string;
|
|
54
54
|
optionInputValueKey: string;
|
|
55
55
|
listPosition: string;
|
|
56
|
-
itemHeight:
|
|
56
|
+
itemHeight: undefined;
|
|
57
57
|
maxListHeight: number;
|
|
58
58
|
maxListWidth: undefined;
|
|
59
59
|
size: string;
|
|
@@ -118,7 +118,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
118
118
|
optionLabelKey: string;
|
|
119
119
|
optionInputValueKey: string;
|
|
120
120
|
listPosition: string;
|
|
121
|
-
itemHeight:
|
|
121
|
+
itemHeight: undefined;
|
|
122
122
|
maxListHeight: number;
|
|
123
123
|
maxListWidth: undefined;
|
|
124
124
|
size: string;
|
package/components/MazSelect.mjs
CHANGED
package/components/MazTable.d.ts
CHANGED
|
@@ -39,6 +39,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
39
39
|
* @values `'xl' | 'lg' | 'md' | 'sm' | 'xs' | 'mini'`
|
|
40
40
|
*/
|
|
41
41
|
size?: Size | undefined;
|
|
42
|
+
/** title of the table */
|
|
43
|
+
title?: string | undefined;
|
|
42
44
|
/** headers of the table */
|
|
43
45
|
headers?: Header[] | undefined;
|
|
44
46
|
/** allow sort feature to all columns */
|
|
@@ -107,6 +109,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
107
109
|
tableClass: undefined;
|
|
108
110
|
tableStyle: undefined;
|
|
109
111
|
modelValue: undefined;
|
|
112
|
+
title: undefined;
|
|
110
113
|
size: string;
|
|
111
114
|
rows: undefined;
|
|
112
115
|
searchQuery: undefined;
|
|
@@ -141,6 +144,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
141
144
|
* @values `'xl' | 'lg' | 'md' | 'sm' | 'xs' | 'mini'`
|
|
142
145
|
*/
|
|
143
146
|
size?: Size | undefined;
|
|
147
|
+
/** title of the table */
|
|
148
|
+
title?: string | undefined;
|
|
144
149
|
/** headers of the table */
|
|
145
150
|
headers?: Header[] | undefined;
|
|
146
151
|
/** allow sort feature to all columns */
|
|
@@ -209,6 +214,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
209
214
|
tableClass: undefined;
|
|
210
215
|
tableStyle: undefined;
|
|
211
216
|
modelValue: undefined;
|
|
217
|
+
title: undefined;
|
|
212
218
|
size: string;
|
|
213
219
|
rows: undefined;
|
|
214
220
|
searchQuery: undefined;
|
|
@@ -236,6 +242,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
236
242
|
size: Size;
|
|
237
243
|
color: Color;
|
|
238
244
|
caption: string;
|
|
245
|
+
title: string;
|
|
239
246
|
modelValue: (string | number | boolean)[];
|
|
240
247
|
searchPlaceholder: string;
|
|
241
248
|
searchQuery: string;
|
|
@@ -277,6 +284,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
277
284
|
row: Row;
|
|
278
285
|
value: any;
|
|
279
286
|
}) => any>> & {
|
|
287
|
+
title?(_: {}): any;
|
|
280
288
|
caption?(_: {}): any;
|
|
281
289
|
thead?(_: {}): any;
|
|
282
290
|
header?(_: {
|
package/components/MazTable.mjs
CHANGED