pangea-lib 2.12.13 → 2.12.14

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.
@@ -120,7 +120,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
120
120
  }) => any>> & {
121
121
  header?(_: {}): any;
122
122
  filters?(_: {}): any;
123
- actionsButtons?(_: {}): any;
123
+ actionsButtons?(_: {
124
+ item: any;
125
+ }): any;
124
126
  smallDevicesItem?(_: {
125
127
  item: any;
126
128
  }): any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "2.12.13",
4
+ "version": "2.12.14",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea#readme",