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.
Files changed (32) hide show
  1. package/README.md +6 -6
  2. package/components/MazAccordion.mjs +1 -1
  3. package/components/MazPhoneNumberInput.mjs +1 -1
  4. package/components/MazSelect.d.ts +2 -2
  5. package/components/MazSelect.mjs +1 -1
  6. package/components/MazTable.d.ts +8 -0
  7. package/components/MazTable.mjs +1 -1
  8. package/components/assets/MazAccordion.css +1 -1
  9. package/components/assets/MazPhoneNumberInput.css +1 -1
  10. package/components/assets/MazSelect.css +1 -1
  11. package/components/assets/MazTable.css +1 -1
  12. package/components/chunks/{MazAccordion-U9Jq3iFD.mjs → MazAccordion-3KSb_aBw.mjs} +74 -74
  13. package/components/chunks/{MazBtn-bL_VYiL1.mjs → MazBtn-M7Pnxit5.mjs} +2 -2
  14. package/components/chunks/{MazBtn-A_B9pbiE.mjs → MazBtn-WsXG0JB8.mjs} +2 -2
  15. package/components/chunks/{MazCheckbox-eI5DclIt.mjs → MazCheckbox-4gr5TnSK.mjs} +1 -1
  16. package/components/chunks/{MazCheckbox-GE-RvDQj.mjs → MazCheckbox-EadIf3L9.mjs} +1 -1
  17. package/components/chunks/{MazIcon-icjrWrvA.mjs → MazIcon-002AxbwZ.mjs} +1 -1
  18. package/components/chunks/{MazPhoneNumberInput-BiFGrTa7.mjs → MazPhoneNumberInput-TdklZIjq.mjs} +155 -159
  19. package/components/chunks/{MazSelect-nwyPkcJ-.mjs → MazSelect-ABbMoI-M.mjs} +173 -177
  20. package/components/chunks/{MazSpinner-Q96BIyG0.mjs → MazSpinner-1Sy8XBOO.mjs} +1 -1
  21. package/components/chunks/{MazSpinner-bzcUb8Gi.mjs → MazSpinner-B2tSR6e8.mjs} +1 -1
  22. package/components/chunks/{MazSpinner-LpsGR4tG.mjs → MazSpinner-eGQPU8Yp.mjs} +1 -1
  23. package/components/chunks/{MazSpinner-kv0RbQpi.mjs → MazSpinner-liomP-Gb.mjs} +1 -1
  24. package/components/chunks/{MazTable-rnu9lv5r.mjs → MazTable-4_j2qksi.mjs} +611 -610
  25. package/nuxt/index.json +1 -1
  26. package/nuxt/index.mjs +2 -2
  27. package/nuxt/types.d.mts +2 -2
  28. package/package.json +4 -4
  29. package/resolvers/unplugin-vue-components-resolver.d.ts +1 -1
  30. package/types/components/MazSelect.vue.d.ts +2 -2
  31. package/types/components/MazTable.vue.d.ts +8 -0
  32. package/types/resolvers/unplugin-vue-components-resolver.d.ts +1 -1
package/README.md CHANGED
@@ -8,26 +8,26 @@
8
8
  [![license](https://badgen.net/npm/license/lodash)](https://www.npmjs.com/package/maz-ui)
9
9
  [![Downloads](https://badgen.net/npm/dm/maz-ui)](https://npm-stat.com/charts.html?package=maz-ui)
10
10
 
11
- [![bundlephobia_tree](https://badgen.net/bundlephobia/tree-shaking/maz-ui)](https://bundlephobia.com/package/maz-ui)
11
+ <!-- [![bundlephobia_tree](https://badgen.net/bundlephobia/tree-shaking/maz-ui)](https://bundlephobia.com/package/maz-ui)
12
12
  [![bundlephobia_zip](https://badgen.net/bundlephobia/min/maz-ui)](https://bundlephobia.com/package/maz-ui)
13
13
  [![bundlephobia_zip](https://badgen.net/bundlephobia/minzip/maz-ui)](https://bundlephobia.com/package/maz-ui)
14
- [![bundlephobia_deps](https://badgen.net/bundlephobia/dependency-count/maz-ui)](https://bundlephobia.com/package/maz-ui)
14
+ [![bundlephobia_deps](https://badgen.net/bundlephobia/dependency-count/maz-ui)](https://bundlephobia.com/package/maz-ui) -->
15
15
 
16
16
  [![maintainability](https://api.codeclimate.com/v1/badges/6b27047dcf150ccddfac/maintainability)](https://codeclimate.com/github/LouisMazel/maz-ui/maintainability)
17
17
  [![test_coverage](https://api.codeclimate.com/v1/badges/6b27047dcf150ccddfac/test_coverage)](https://codeclimate.com/github/LouisMazel/maz-ui/test_coverage)
18
18
  ![github-actions-test-unit](https://github.com/LouisMazel/maz-ui/actions/workflows/lib-test-unit.yml/badge.svg)
19
19
 
20
- > [maz-ui](https://louismazel.github.io/maz-ui-3/) is a standalone components library and tools for [Vue.JS](https://vuejs.org) & [Nuxt.JS](https://nuxtjs.org/) (v3.x)
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://louismazel.github.io/maz-ui-3/)
24
+ [Documentation & Components](https://maz-ui.com/)
25
25
 
26
26
  ## Install
27
27
 
28
28
  ### maz-ui
29
29
 
30
- [Getting Started](https://louismazel.github.io/maz-ui-3/guide/getting-started)
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://louismazel.github.io/maz-ui-3/guide/cli)
38
+ [Documentation & Commands](https://maz-ui.com/guide/cli)
39
39
 
40
40
  ```bash
41
41
  npm install @mazui/cli
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazAccordion-U9Jq3iFD.mjs";
1
+ import { M as f } from "./chunks/MazAccordion-3KSb_aBw.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazPhoneNumberInput-BiFGrTa7.mjs";
1
+ import { M as f } from "./chunks/MazPhoneNumberInput-TdklZIjq.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -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: number;
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: number;
121
+ itemHeight: undefined;
122
122
  maxListHeight: number;
123
123
  maxListWidth: undefined;
124
124
  size: string;
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazSelect-nwyPkcJ-.mjs";
1
+ import { M as f } from "./chunks/MazSelect-ABbMoI-M.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -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?(_: {
@@ -1,4 +1,4 @@
1
- import { M as f } from "./chunks/MazTable-rnu9lv5r.mjs";
1
+ import { M as f } from "./chunks/MazTable-4_j2qksi.mjs";
2
2
  export {
3
3
  f as default
4
4
  };