wacom 20.0.21 → 20.0.22
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.
- package/fesm2022/wacom.mjs +2 -1
- package/fesm2022/wacom.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -367,6 +367,7 @@ declare abstract class CrudComponent<Service extends CrudServiceInterface<Docume
|
|
|
367
367
|
*/
|
|
368
368
|
protected bulkManagement(create?: boolean): () => void;
|
|
369
369
|
protected configType: 'server' | 'local';
|
|
370
|
+
protected perPage: number;
|
|
370
371
|
/**
|
|
371
372
|
* Configuration object used by the UI for rendering table and handling actions.
|
|
372
373
|
*/
|