pukaad-ui-lib 1.3.2 → 1.3.3

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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
- "name": "pukaad-ui",
2
+ "name": "pukaad-ui-lib",
3
3
  "configKey": "pukaadUI",
4
- "version": "1.3.2",
4
+ "version": "1.3.3",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -3,7 +3,7 @@ import tailwindcss from '@tailwindcss/vite';
3
3
 
4
4
  const module$1 = defineNuxtModule({
5
5
  meta: {
6
- name: "pukaad-ui",
6
+ name: "pukaad-ui-lib",
7
7
  configKey: "pukaadUI"
8
8
  },
9
9
  defaults: {},
@@ -64,12 +64,12 @@ declare const __VLS_export: import("vue").DefineComponent<ImageCropperProps, {
64
64
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ImageCropperProps> & Readonly<{}>, {
65
65
  center: boolean;
66
66
  src: string;
67
+ modal: boolean;
67
68
  responsive: boolean;
68
69
  restore: boolean;
69
70
  checkCrossOrigin: boolean;
70
71
  checkOrientation: boolean;
71
72
  crossorigin: "" | "anonymous" | "use-credentials";
72
- modal: boolean;
73
73
  guides: boolean;
74
74
  highlight: boolean;
75
75
  background: boolean;
@@ -64,12 +64,12 @@ declare const __VLS_export: import("vue").DefineComponent<ImageCropperProps, {
64
64
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ImageCropperProps> & Readonly<{}>, {
65
65
  center: boolean;
66
66
  src: string;
67
+ modal: boolean;
67
68
  responsive: boolean;
68
69
  restore: boolean;
69
70
  checkCrossOrigin: boolean;
70
71
  checkOrientation: boolean;
71
72
  crossorigin: "" | "anonymous" | "use-credentials";
72
- modal: boolean;
73
73
  guides: boolean;
74
74
  highlight: boolean;
75
75
  background: boolean;
@@ -35,9 +35,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
35
35
  required: boolean;
36
36
  id: string;
37
37
  name: string;
38
- placeholder: string;
39
38
  description: string;
40
39
  options: AutocompleteOption[] | string[] | number[];
40
+ placeholder: string;
41
41
  disabledErrorMessage: boolean;
42
42
  disabledBorder: boolean;
43
43
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -35,9 +35,9 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
35
35
  required: boolean;
36
36
  id: string;
37
37
  name: string;
38
- placeholder: string;
39
38
  description: string;
40
39
  options: AutocompleteOption[] | string[] | number[];
40
+ placeholder: string;
41
41
  disabledErrorMessage: boolean;
42
42
  disabledBorder: boolean;
43
43
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -5,7 +5,7 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare var __VLS_22: {
8
- label: string;
8
+ label: any;
9
9
  }, __VLS_29: {};
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_22) => any;
@@ -27,8 +27,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
27
27
  label: string;
28
28
  name: string;
29
29
  limit: number;
30
- disabledErrorMessage: boolean;
31
30
  accept: string;
31
+ disabledErrorMessage: boolean;
32
32
  labelIcon: string;
33
33
  disabledDrop: boolean;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -5,7 +5,7 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare var __VLS_22: {
8
- label: string;
8
+ label: any;
9
9
  }, __VLS_29: {};
10
10
  type __VLS_Slots = {} & {
11
11
  default?: (props: typeof __VLS_22) => any;
@@ -27,8 +27,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {
27
27
  label: string;
28
28
  name: string;
29
29
  limit: number;
30
- disabledErrorMessage: boolean;
31
30
  accept: string;
31
+ disabledErrorMessage: boolean;
32
32
  labelIcon: string;
33
33
  disabledDrop: boolean;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -18,8 +18,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
18
18
  }>, {
19
19
  id: string;
20
20
  name: string;
21
- new: boolean;
22
21
  disabledForgotPassword: boolean;
22
+ new: boolean;
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
24
  declare const _default: typeof __VLS_export;
25
25
  export default _default;
@@ -18,8 +18,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
18
18
  }>, {
19
19
  id: string;
20
20
  name: string;
21
- new: boolean;
22
21
  disabledForgotPassword: boolean;
22
+ new: boolean;
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
24
  declare const _default: typeof __VLS_export;
25
25
  export default _default;
@@ -5,10 +5,10 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare var __VLS_7: {
8
- item: number | import("@/types/components/input/input-radio").InputRadioItem;
9
- }, __VLS_10: `label-${string}-text` | `label-${number}-text`, __VLS_11: {}, __VLS_14: `label-${string}-text` | `label-${number}-text`, __VLS_15: {}, __VLS_17: {
10
- item: string | number;
11
- }, __VLS_20: `label-${string}-text` | `label-${number}-text`, __VLS_21: {}, __VLS_24: `label-${string}-text` | `label-${number}-text`, __VLS_25: {}, __VLS_27: {};
8
+ item: any;
9
+ }, __VLS_10: `label-${any}-text`, __VLS_11: {}, __VLS_14: `label-${any}-text`, __VLS_15: {}, __VLS_17: {
10
+ item: any;
11
+ }, __VLS_20: `label-${any}-text`, __VLS_21: {}, __VLS_24: `label-${any}-text`, __VLS_25: {}, __VLS_27: {};
12
12
  type __VLS_Slots = {} & {
13
13
  [K in NonNullable<typeof __VLS_10>]?: (props: typeof __VLS_11) => any;
14
14
  } & {
@@ -5,10 +5,10 @@ type __VLS_ModelProps = {
5
5
  };
6
6
  type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
7
7
  declare var __VLS_7: {
8
- item: number | import("@/types/components/input/input-radio").InputRadioItem;
9
- }, __VLS_10: `label-${string}-text` | `label-${number}-text`, __VLS_11: {}, __VLS_14: `label-${string}-text` | `label-${number}-text`, __VLS_15: {}, __VLS_17: {
10
- item: string | number;
11
- }, __VLS_20: `label-${string}-text` | `label-${number}-text`, __VLS_21: {}, __VLS_24: `label-${string}-text` | `label-${number}-text`, __VLS_25: {}, __VLS_27: {};
8
+ item: any;
9
+ }, __VLS_10: `label-${any}-text`, __VLS_11: {}, __VLS_14: `label-${any}-text`, __VLS_15: {}, __VLS_17: {
10
+ item: any;
11
+ }, __VLS_20: `label-${any}-text`, __VLS_21: {}, __VLS_24: `label-${any}-text`, __VLS_25: {}, __VLS_27: {};
12
12
  type __VLS_Slots = {} & {
13
13
  [K in NonNullable<typeof __VLS_10>]?: (props: typeof __VLS_11) => any;
14
14
  } & {
@@ -12,9 +12,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
12
12
  color: InputSliderColor;
13
13
  fullWidth: boolean;
14
14
  label: string;
15
+ step: number;
15
16
  min: number;
16
17
  max: number;
17
- step: number;
18
18
  lineHeight: number | string;
19
19
  appearance: boolean;
20
20
  thumbSize: number | string;
@@ -12,9 +12,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {},
12
12
  color: InputSliderColor;
13
13
  fullWidth: boolean;
14
14
  label: string;
15
+ step: number;
15
16
  min: number;
16
17
  max: number;
17
- step: number;
18
18
  lineHeight: number | string;
19
19
  appearance: boolean;
20
20
  thumbSize: number | string;
@@ -25,8 +25,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
25
25
  required: boolean;
26
26
  name: string;
27
27
  disabled: boolean;
28
- disabledPadding: boolean;
29
28
  rows: number | string;
29
+ disabledPadding: boolean;
30
30
  disabledErrorMessage: boolean;
31
31
  disabledBorder: boolean;
32
32
  showCounter: boolean;
@@ -25,8 +25,8 @@ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {
25
25
  required: boolean;
26
26
  name: string;
27
27
  disabled: boolean;
28
- disabledPadding: boolean;
29
28
  rows: number | string;
29
+ disabledPadding: boolean;
30
30
  disabledErrorMessage: boolean;
31
31
  disabledBorder: boolean;
32
32
  showCounter: boolean;
@@ -10,14 +10,14 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
10
10
  declare var __VLS_1: {
11
11
  item: TableHeader[];
12
12
  }, __VLS_8: {
13
- items: Record<string, any>[];
14
- header: TableHeader[] | undefined;
13
+ items: any;
14
+ header: any;
15
15
  }, __VLS_10: {
16
- item: Record<string, any>;
17
- header: TableHeader[] | undefined;
16
+ item: any;
17
+ header: any;
18
18
  index: number;
19
- }, __VLS_13: `item-${string}`, __VLS_14: {
20
- item: Record<string, any>;
19
+ }, __VLS_13: `item-${any}`, __VLS_14: {
20
+ item: any;
21
21
  };
22
22
  type __VLS_Slots = {} & {
23
23
  [K in NonNullable<typeof __VLS_13>]?: (props: typeof __VLS_14) => any;
@@ -10,14 +10,14 @@ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
10
10
  declare var __VLS_1: {
11
11
  item: TableHeader[];
12
12
  }, __VLS_8: {
13
- items: Record<string, any>[];
14
- header: TableHeader[] | undefined;
13
+ items: any;
14
+ header: any;
15
15
  }, __VLS_10: {
16
- item: Record<string, any>;
17
- header: TableHeader[] | undefined;
16
+ item: any;
17
+ header: any;
18
18
  index: number;
19
- }, __VLS_13: `item-${string}`, __VLS_14: {
20
- item: Record<string, any>;
19
+ }, __VLS_13: `item-${any}`, __VLS_14: {
20
+ item: any;
21
21
  };
22
22
  type __VLS_Slots = {} & {
23
23
  [K in NonNullable<typeof __VLS_13>]?: (props: typeof __VLS_14) => any;
@@ -3,7 +3,7 @@ type __VLS_Props = DialogRootProps & {
3
3
  title?: string;
4
4
  description?: string;
5
5
  };
6
- declare var __VLS_31: {};
6
+ declare var __VLS_31: any;
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_31) => any;
9
9
  };
@@ -3,7 +3,7 @@ type __VLS_Props = DialogRootProps & {
3
3
  title?: string;
4
4
  description?: string;
5
5
  };
6
- declare var __VLS_31: {};
6
+ declare var __VLS_31: any;
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_31) => any;
9
9
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",