pukaad-ui-lib 1.12.0 → 1.14.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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
3
  "configKey": "pukaadUI",
4
- "version": "1.12.0",
4
+ "version": "1.14.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -64,6 +64,7 @@ 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
+ background: boolean;
67
68
  responsive: boolean;
68
69
  restore: boolean;
69
70
  checkCrossOrigin: boolean;
@@ -72,7 +73,6 @@ declare const __VLS_export: import("vue").DefineComponent<ImageCropperProps, {
72
73
  modal: boolean;
73
74
  guides: boolean;
74
75
  highlight: boolean;
75
- background: boolean;
76
76
  autoCrop: boolean;
77
77
  movable: boolean;
78
78
  rotatable: boolean;
@@ -64,6 +64,7 @@ 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
+ background: boolean;
67
68
  responsive: boolean;
68
69
  restore: boolean;
69
70
  checkCrossOrigin: boolean;
@@ -72,7 +73,6 @@ declare const __VLS_export: import("vue").DefineComponent<ImageCropperProps, {
72
73
  modal: boolean;
73
74
  guides: boolean;
74
75
  highlight: boolean;
75
- background: boolean;
76
76
  autoCrop: boolean;
77
77
  movable: boolean;
78
78
  rotatable: boolean;
@@ -36,8 +36,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
36
36
  id: string;
37
37
  name: string;
38
38
  description: string;
39
- options: AutocompleteOption[] | string[] | number[];
40
39
  placeholder: string;
40
+ options: AutocompleteOption[] | string[] | number[];
41
41
  limit: number;
42
42
  disabledErrorMessage: boolean;
43
43
  disabledBorder: boolean;
@@ -36,8 +36,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
36
36
  id: string;
37
37
  name: string;
38
38
  description: string;
39
- options: AutocompleteOption[] | string[] | number[];
40
39
  placeholder: string;
40
+ options: AutocompleteOption[] | string[] | number[];
41
41
  limit: number;
42
42
  disabledErrorMessage: boolean;
43
43
  disabledBorder: boolean;
@@ -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
- accept: string;
31
30
  disabledErrorMessage: boolean;
31
+ accept: string;
32
32
  labelIcon: string;
33
33
  disabledDrop: boolean;
34
34
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, 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
- accept: string;
31
30
  disabledErrorMessage: boolean;
31
+ accept: string;
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
- disabledForgotPassword: boolean;
22
21
  new: boolean;
22
+ disabledForgotPassword: 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
- disabledForgotPassword: boolean;
22
21
  new: boolean;
22
+ disabledForgotPassword: boolean;
23
23
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
24
  declare const _default: typeof __VLS_export;
25
25
  export default _default;
@@ -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;
16
15
  min: number;
17
16
  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;
16
15
  min: number;
17
16
  max: number;
17
+ step: number;
18
18
  lineHeight: number | string;
19
19
  appearance: boolean;
20
20
  thumbSize: number | string;
@@ -4,16 +4,12 @@ type __VLS_ModelProps = {
4
4
  declare var __VLS_6: {
5
5
  open: boolean;
6
6
  }, __VLS_8: {
7
- open: boolean;
8
- }, __VLS_10: {
9
7
  open: true;
10
8
  };
11
9
  type __VLS_Slots = {} & {
12
10
  header?: (props: typeof __VLS_6) => any;
13
11
  } & {
14
- content?: (props: typeof __VLS_8) => any;
15
- } & {
16
- default?: (props: typeof __VLS_10) => any;
12
+ default?: (props: typeof __VLS_8) => any;
17
13
  };
18
14
  declare const __VLS_base: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
15
  "update:modelValue": (value: boolean) => any;
@@ -2,8 +2,10 @@
2
2
  <div class="flex flex-col">
3
3
  <!-- Header Row with Toggle -->
4
4
  <div class="flex items-center">
5
- <!-- Tree Line Indicator -->
6
- <div class="relative w-6 shrink-0 mr-4 self-stretch">
5
+ <!-- Tree Line + Toggle Button -->
6
+ <div
7
+ class="relative w-6 shrink-0 mr-4 flex items-center justify-center self-stretch"
8
+ >
7
9
  <!-- Dashed line (full height) -->
8
10
  <div
9
11
  class="absolute left-[11px] top-0 bottom-0 w-0 h-full border-l-2 border-dashed border-gray-300"
@@ -11,7 +13,7 @@
11
13
 
12
14
  <!-- Toggle Button (centered with header) -->
13
15
  <button
14
- class="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2 z-10 flex items-center justify-center w-5 h-5 rounded border-2 border-primary text-primary bg-white shrink-0 transition-colors"
16
+ class="relative z-10 flex items-center justify-center w-5 h-5 rounded border-2 border-primary text-primary bg-white shrink-0 transition-colors"
15
17
  @click.stop="isOpen = !isOpen"
16
18
  >
17
19
  <Icon
@@ -23,13 +25,10 @@
23
25
 
24
26
  <!-- Header Content -->
25
27
  <div
26
- class="flex-1 min-w-0 flex items-center gap-3 cursor-pointer select-none"
28
+ class="flex-1 min-w-0 cursor-pointer select-none"
27
29
  @click="isOpen = !isOpen"
28
30
  >
29
- <div class="flex-1 min-w-0">
30
- <slot name="header" :open="isOpen" />
31
- </div>
32
- <slot name="content" :open="isOpen" />
31
+ <slot name="header" :open="isOpen" />
33
32
  </div>
34
33
  </div>
35
34
 
@@ -4,16 +4,12 @@ type __VLS_ModelProps = {
4
4
  declare var __VLS_6: {
5
5
  open: boolean;
6
6
  }, __VLS_8: {
7
- open: boolean;
8
- }, __VLS_10: {
9
7
  open: true;
10
8
  };
11
9
  type __VLS_Slots = {} & {
12
10
  header?: (props: typeof __VLS_6) => any;
13
11
  } & {
14
- content?: (props: typeof __VLS_8) => any;
15
- } & {
16
- default?: (props: typeof __VLS_10) => any;
12
+ default?: (props: typeof __VLS_8) => any;
17
13
  };
18
14
  declare const __VLS_base: import("vue").DefineComponent<__VLS_ModelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
15
  "update:modelValue": (value: boolean) => any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.12.0",
3
+ "version": "1.14.0",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",