pukaad-ui-lib 1.25.0 → 1.26.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.25.0",
4
+ "version": "1.26.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -12,7 +12,6 @@ declare var __VLS_6: {
12
12
  }, __VLS_8: {
13
13
  items: TypeItem;
14
14
  dividerClass: string;
15
- contentClass: string;
16
15
  }, __VLS_10: {
17
16
  label: string;
18
17
  item: TypeItem;
@@ -35,22 +35,23 @@
35
35
  </div>
36
36
  <div
37
37
  v-if="arrShow.includes(i_item)"
38
- class="flex flex-col gap-[16px] mt-[16px]"
38
+ class="flex flex-col gap-[16px] mt-[16px] pl-[24px]"
39
39
  >
40
40
  <slot
41
41
  name="children"
42
42
  :items="item"
43
- :divider-class="divider ? 'border-b border-silver' : ''"
44
- :content-class="'pl-[24px]'"
43
+ :divider-class="
44
+ divider ? 'border-b border-silver ml-[-24px] pl-[24px]' : ''
45
+ "
45
46
  >
46
47
  <div
47
48
  v-for="(cill, i_child) in item.children"
48
49
  :key="i_child"
49
- :class="divider ? 'border-b border-silver' : ''"
50
+ :class="
51
+ divider ? 'border-b border-silver ml-[-24px] pl-[24px]' : ''
52
+ "
50
53
  >
51
- <div class="pl-[24px]">
52
- <slot name="children-item" :label="cill.label" :item="cill" />
53
- </div>
54
+ <slot name="children-item" :label="cill.label" :item="cill" />
54
55
  </div>
55
56
  </slot>
56
57
  </div>
@@ -12,7 +12,6 @@ declare var __VLS_6: {
12
12
  }, __VLS_8: {
13
13
  items: TypeItem;
14
14
  dividerClass: string;
15
- contentClass: string;
16
15
  }, __VLS_10: {
17
16
  label: string;
18
17
  item: TypeItem;
@@ -37,8 +37,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
37
37
  name: string;
38
38
  placeholder: string;
39
39
  description: string;
40
- options: AutocompleteOption[] | string[] | number[];
41
40
  limit: number;
41
+ options: AutocompleteOption[] | string[] | number[];
42
42
  disabledErrorMessage: boolean;
43
43
  disabledBorder: boolean;
44
44
  showCounter: boolean;
@@ -37,8 +37,8 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
37
37
  name: string;
38
38
  placeholder: string;
39
39
  description: string;
40
- options: AutocompleteOption[] | string[] | number[];
41
40
  limit: number;
41
+ options: AutocompleteOption[] | string[] | number[];
42
42
  disabledErrorMessage: boolean;
43
43
  disabledBorder: boolean;
44
44
  showCounter: 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
- 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>;
@@ -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;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.25.0",
3
+ "version": "1.26.0",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",