info-library 2.10.34 → 2.10.35

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.
@@ -6142,6 +6142,9 @@
6142
6142
  document.querySelector("#" + this.id + " .angular-editor-textarea").addEventListener('blur', ( /**
6143
6143
  * @return {?}
6144
6144
  */function () { return _this.focused = false; }));
6145
+ document.querySelector("#" + this.id + " .angular-editor-textarea").addEventListener('mouseout', ( /**
6146
+ * @return {?}
6147
+ */function () { return _this.editor.editorToolbar['editorService'].saveSelection(); }));
6145
6148
  };
6146
6149
  /**
6147
6150
  * @private
@@ -6201,7 +6204,7 @@
6201
6204
  InfoEditorComponent.decorators = [
6202
6205
  { type: i0.Component, args: [{
6203
6206
  selector: 'info-editor',
6204
- template: "<angular-editor [attr.id]=\"id\" [attr.focused]=\"focused\" [(ngModel)]=\"value\" name=\"editor\" [config]=\"editorConfig\" (ngModelChange)=\"onChangeValue()\" [required]=\"required\"></angular-editor>\r\n",
6207
+ template: "<angular-editor [attr.id]=\"id\" [attr.focused]=\"focused\" [(ngModel)]=\"value\" name=\"editor\" [config]=\"editorConfig\" (ngModelChange)=\"onChangeValue()\" [required]=\"required\" #editor></angular-editor>\r\n",
6205
6208
  providers: [{
6206
6209
  provide: forms.NG_VALUE_ACCESSOR,
6207
6210
  useExisting: i0.forwardRef(( /**
@@ -6217,6 +6220,7 @@
6217
6220
  { type: platformBrowser.DomSanitizer }
6218
6221
  ]; };
6219
6222
  InfoEditorComponent.propDecorators = {
6223
+ editor: [{ type: i0.ViewChild, args: ['editor',] }],
6220
6224
  required: [{ type: i0.Input }],
6221
6225
  disabled: [{ type: i0.Input }],
6222
6226
  height: [{ type: i0.Input }],
@@ -6226,6 +6230,8 @@
6226
6230
  minwidth: [{ type: i0.Input }]
6227
6231
  };
6228
6232
  if (false) {
6233
+ /** @type {?} */
6234
+ InfoEditorComponent.prototype.editor;
6229
6235
  /** @type {?} */
6230
6236
  InfoEditorComponent.prototype.required;
6231
6237
  /** @type {?} */