ngx-wapp-components 3.0.21-alpha.3 → 3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-wapp-components",
3
- "version": "3.0.21-alpha.3",
3
+ "version": "3.0.21",
4
4
  "description": "This is a Wapping reusable component library published by Wapping.",
5
5
  "keywords": [
6
6
  "code",
@@ -59,4 +59,4 @@
59
59
  "default": "./fesm2022/ngx-wapp-components.mjs"
60
60
  }
61
61
  }
62
- }
62
+ }
@@ -39,6 +39,7 @@ import { MatIconRegistry } from '@angular/material/icon';
39
39
  import { ComponentType } from '@angular/cdk/portal';
40
40
  import * as i169 from '@angular/material/dialog';
41
41
  import { MatDialog, MatDialogConfig, MatDialogRef } from '@angular/material/dialog';
42
+ import * as monacoTypes from 'monaco-editor';
42
43
  import { DeviceDetectorService } from 'ngx-device-detector';
43
44
  import * as i110 from 'primeng/inputtext';
44
45
  import * as i114 from 'primeng/button';
@@ -3918,6 +3919,7 @@ declare class WCodeBlockComponent implements OnInit {
3918
3919
  constructor();
3919
3920
  ngOnInit(): void;
3920
3921
  onValueChange(value: string): void;
3922
+ onEditorInit(editor: monacoTypes.editor.IStandaloneCodeEditor): void;
3921
3923
  static ɵfac: i0.ɵɵFactoryDeclaration<WCodeBlockComponent, never>;
3922
3924
  static ɵcmp: i0.ɵɵComponentDeclaration<WCodeBlockComponent, "w-code-block", never, { "editorOptions": { "alias": "editorOptions"; "required": false; }; "languages": { "alias": "languages"; "required": false; }; "codeText": { "alias": "codeText"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, { "codeTextOutput": "codeTextOutput"; }, never, never, false, never>;
3923
3925
  }