ng-firebase-table-kxp 1.2.8 → 1.2.9

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.
@@ -123,6 +123,7 @@ export interface Pagination {
123
123
  filterFn?: (item: any) => boolean;
124
124
  size?: number;
125
125
  clientPageIndex?: number;
126
+ fullPageSize?: number;
126
127
  }
127
128
  export interface Condition {
128
129
  operator: WhereFilterOp;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-firebase-table-kxp",
3
- "version": "1.2.8",
3
+ "version": "1.2.9",
4
4
  "description": "Uma biblioteca Angular poderosa para criar tabelas dinâmicas com integração completa ao Firebase Firestore",
5
5
  "keywords": [
6
6
  "angular",