wacom 20.0.20 → 20.0.21
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 -1
- package/fesm2022/wacom.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -319,6 +319,8 @@ declare abstract class CrudComponent<Service extends CrudServiceInterface<Docume
|
|
|
319
319
|
private __core;
|
|
320
320
|
/** AlertService handles alerts */
|
|
321
321
|
private __alert;
|
|
322
|
+
/** ChangeDetectorRef handles on push strategy */
|
|
323
|
+
private __cdr;
|
|
322
324
|
/** Internal reference to form service matching FormServiceInterface */
|
|
323
325
|
private __form;
|
|
324
326
|
/**
|