@vectoriox/iox-builder 1.4.25 → 1.4.26
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
|
@@ -923,6 +923,7 @@ declare class StyleRegistryService {
|
|
|
923
923
|
*/
|
|
924
924
|
private rewriteVh;
|
|
925
925
|
private toKebabCase;
|
|
926
|
+
private _flushPending;
|
|
926
927
|
private flush;
|
|
927
928
|
static ɵfac: i0.ɵɵFactoryDeclaration<StyleRegistryService, never>;
|
|
928
929
|
static ɵprov: i0.ɵɵInjectableDeclaration<StyleRegistryService>;
|