pangea-lib 2.11.607 → 2.11.609

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.
@@ -1,3 +1,4 @@
1
+ import { PlainObject } from 'pangea-helpers';
1
2
  import { Item, Columns, ColumnAlign, SearchParams, Indentation, DropdownOption, TextProp } from '../../types';
2
3
 
3
4
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
@@ -44,6 +45,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
44
45
  searchInputPlaceholder: {
45
46
  type: import('vue').PropType<string>;
46
47
  };
48
+ filters: {
49
+ type: import('vue').PropType<PlainObject>;
50
+ };
47
51
  indentation: {
48
52
  type: import('vue').PropType<Indentation>;
49
53
  };
@@ -98,6 +102,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
98
102
  searchInputPlaceholder: {
99
103
  type: import('vue').PropType<string>;
100
104
  };
105
+ filters: {
106
+ type: import('vue').PropType<PlainObject>;
107
+ };
101
108
  indentation: {
102
109
  type: import('vue').PropType<Indentation>;
103
110
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "2.11.607",
4
+ "version": "2.11.609",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea#readme",