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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wacom",
3
- "version": "21.2.0",
3
+ "version": "21.2.1",
4
4
  "license": "MIT",
5
5
  "repository": "WebArtWork/wacom",
6
6
  "funding": [
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
  */