matcha-components 20.267.0 → 20.268.0
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/index.d.ts
CHANGED
|
@@ -3170,6 +3170,8 @@ declare class MatchaPageBuilderComponent implements OnInit, AfterViewInit, OnDes
|
|
|
3170
3170
|
gjsContainer: ElementRef;
|
|
3171
3171
|
showControls: boolean;
|
|
3172
3172
|
onSave: EventEmitter<string>;
|
|
3173
|
+
onChange: EventEmitter<string>;
|
|
3174
|
+
private _changeDebounceTimer;
|
|
3173
3175
|
containerId: string;
|
|
3174
3176
|
isLoading: boolean;
|
|
3175
3177
|
private editor;
|
|
@@ -3182,7 +3184,7 @@ declare class MatchaPageBuilderComponent implements OnInit, AfterViewInit, OnDes
|
|
|
3182
3184
|
save(): void;
|
|
3183
3185
|
ngOnDestroy(): void;
|
|
3184
3186
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaPageBuilderComponent, never>;
|
|
3185
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MatchaPageBuilderComponent, "matcha-page-builder", never, { "showControls": { "alias": "showControls"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, { "onSave": "onSave"; }, never, never, false, never>;
|
|
3187
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MatchaPageBuilderComponent, "matcha-page-builder", never, { "showControls": { "alias": "showControls"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, { "onSave": "onSave"; "onChange": "onChange"; }, never, never, false, never>;
|
|
3186
3188
|
}
|
|
3187
3189
|
|
|
3188
3190
|
declare class MatchaPageBuilderModule {
|