@cloudron/pankow 3.7.0 → 4.0.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.
@@ -126,7 +126,7 @@ onMounted(() => {
126
126
  :style="{ 'text-align': columns[column].align || null, width: typeof columns[column].width === 'string' ? columns[column].width : 'auto' }"
127
127
  :class="{ 'pankow-table-cell-hide-mobile': columns[column].hideMobile, 'pankow-table-cell-nowrap': columns[column].nowrap }"
128
128
  >
129
- <slot :name="column" v-if="$slots[column]" v-bind="item"/>
129
+ <slot :name="column" v-if="$slots[column]" :item="item"/>
130
130
  <span v-if="!$slots[column]">{{ (column in item) ? (item[column].label || item[column]) : `TableView Error: item has no property '${column}' nor a template with that name` }}</span>
131
131
  </td>
132
132
  </tr>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudron/pankow",
3
3
  "private": false,
4
- "version": "3.7.0",
4
+ "version": "4.0.0",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "types": "types/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "license": "ISC",
24
24
  "dependencies": {
25
25
  "@fontsource/inter": "^5.2.8",
26
- "@fortawesome/fontawesome-free": "^7.1.0",
26
+ "@fortawesome/fontawesome-free": "^7.2.0",
27
27
  "filesize": "^11.0.13",
28
28
  "monaco-editor": "^0.55.1",
29
29
  "online-3d-viewer": "^0.18.0"