pukaad-ui-lib 1.23.0 → 1.24.1

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