ngx-wapp-components 3.0.21 → 3.0.22-alpha.2

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",
3
+ "version": "3.0.22-alpha.2",
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,7 +39,6 @@ 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';
43
42
  import { DeviceDetectorService } from 'ngx-device-detector';
44
43
  import * as i110 from 'primeng/inputtext';
45
44
  import * as i114 from 'primeng/button';
@@ -3919,7 +3918,6 @@ declare class WCodeBlockComponent implements OnInit {
3919
3918
  constructor();
3920
3919
  ngOnInit(): void;
3921
3920
  onValueChange(value: string): void;
3922
- onEditorInit(editor: monacoTypes.editor.IStandaloneCodeEditor): void;
3923
3921
  static ɵfac: i0.ɵɵFactoryDeclaration<WCodeBlockComponent, never>;
3924
3922
  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>;
3925
3923
  }