pukaad-ui-lib 1.24.0 → 1.25.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.24.0",
4
+ "version": "1.25.0",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -10,7 +10,9 @@ declare var __VLS_6: {
10
10
  label: string;
11
11
  item: TypeItem;
12
12
  }, __VLS_8: {
13
- items: TypeItem[];
13
+ items: TypeItem;
14
+ dividerClass: string;
15
+ contentClass: string;
14
16
  }, __VLS_10: {
15
17
  label: string;
16
18
  item: TypeItem;
@@ -37,7 +37,12 @@
37
37
  v-if="arrShow.includes(i_item)"
38
38
  class="flex flex-col gap-[16px] mt-[16px]"
39
39
  >
40
- <slot name="children" :items="item.children">
40
+ <slot
41
+ name="children"
42
+ :items="item"
43
+ :divider-class="divider ? 'border-b border-silver' : ''"
44
+ :content-class="'pl-[24px]'"
45
+ >
41
46
  <div
42
47
  v-for="(cill, i_child) in item.children"
43
48
  :key="i_child"
@@ -10,7 +10,9 @@ declare var __VLS_6: {
10
10
  label: string;
11
11
  item: TypeItem;
12
12
  }, __VLS_8: {
13
- items: TypeItem[];
13
+ items: TypeItem;
14
+ dividerClass: string;
15
+ contentClass: string;
14
16
  }, __VLS_10: {
15
17
  label: string;
16
18
  item: TypeItem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pukaad-ui-lib",
3
- "version": "1.24.0",
3
+ "version": "1.25.0",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",