wacom 21.2.0 → 21.2.1
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 +7 -0
- package/fesm2022/wacom.mjs.map +1 -1
- package/package.json +1 -1
- package/types/wacom.d.ts +4 -0
package/package.json
CHANGED
package/types/wacom.d.ts
CHANGED
|
@@ -384,6 +384,10 @@ declare abstract class CrudComponent<Service extends CrudServiceInterface<Docume
|
|
|
384
384
|
*/
|
|
385
385
|
constructor(formConfig: unknown, formService: unknown, crudService: Service, module?: string);
|
|
386
386
|
protected localDocumentsFilter: (doc: Document) => boolean;
|
|
387
|
+
/**
|
|
388
|
+
* Allow set query customization
|
|
389
|
+
*/
|
|
390
|
+
protected setDocumentsQuery(query: string): string;
|
|
387
391
|
/**
|
|
388
392
|
* Loads documents for a given page.
|
|
389
393
|
*/
|