matcha-components 20.267.0 → 20.269.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,12 +3184,12 @@ 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 {
|
|
3189
3191
|
static ɵfac: i0.ɵɵFactoryDeclaration<MatchaPageBuilderModule, never>;
|
|
3190
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaPageBuilderModule, [typeof MatchaPageBuilderComponent], [typeof i2.CommonModule, typeof MatchaButtonModule, typeof
|
|
3192
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MatchaPageBuilderModule, [typeof MatchaPageBuilderComponent], [typeof i2.CommonModule, typeof MatchaButtonModule, typeof MatchaSkeletonModule], [typeof MatchaPageBuilderComponent]>;
|
|
3191
3193
|
static ɵinj: i0.ɵɵInjectorDeclaration<MatchaPageBuilderModule>;
|
|
3192
3194
|
}
|
|
3193
3195
|
|