matcha-components 20.231.0 → 20.232.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.
@@ -14577,7 +14577,7 @@ class MatchaTextEditorComponent {
14577
14577
  }
14578
14578
  constructor(_ngZone) {
14579
14579
  this._ngZone = _ngZone;
14580
- this.editorId = `matcha-text-editor-${Math.random().toString(36).substr(2, 9)}`;
14580
+ this.editorId = `matcha-text-editor-${Math.random().toString(36).substring(2, 11)}`;
14581
14581
  this.isLoading = true;
14582
14582
  this.config = { ...DEFAULT_CONFIG };
14583
14583
  this.contentChange = new EventEmitter();