pukaad-ui-lib 1.24.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.24.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;
@@ -37,7 +37,7 @@
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 name="children" :items="item">
41
41
  <div
42
42
  v-for="(cill, i_child) in item.children"
43
43
  :key="i_child"
@@ -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.24.0",
3
+ "version": "1.24.1",
4
4
  "description": "pukaad-ui for MeMSG",
5
5
  "repository": {
6
6
  "type": "git",