jobdone-shared-files 1.1.4 → 1.1.5

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.
@@ -33,7 +33,7 @@
33
33
  </div>
34
34
 
35
35
  <div class="overflow-auto flex-grow-1 py-1">
36
- <slot name="list-content-top"></slot>
36
+ <slot name="list-content-top" :moduleInfo="moduleInfoData"></slot>
37
37
  <template v-if="moduleInfoData.generalApps?.length > 0">
38
38
  <ul class="list-group list-group-aside">
39
39
  <div class="bg-gray-100 text-gray-500 ps-4 pt-3 pb-2">
@@ -62,7 +62,7 @@
62
62
  </li>
63
63
  </ul>
64
64
  </template>
65
- <slot name="list-content-bottom"></slot>
65
+ <slot name="list-content-bottom" :moduleInfo="moduleInfoData"></slot>
66
66
  </div>
67
67
 
68
68
  <div class="bg-body sticky-bottom border-top">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jobdone-shared-files",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Shared JS and SCSS for Jobdone Enterprise.",
5
5
  "main": "index.js",
6
6
  "scripts": {