matcha-components 20.228.0 → 20.231.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.
@@ -5,7 +5,7 @@
5
5
  .sun-editor th, .sun-editor td, .sun-editor input, .sun-editor select, .sun-editor textarea, .sun-editor button {font-size:14px; font-family:sans-serif; line-height:1.5; color:#111;}
6
6
  .sun-editor body, .sun-editor div, .sun-editor dl, .sun-editor dt, .sun-editor dd, .sun-editor ul, .sun-editor ol, .sun-editor li,
7
7
  .sun-editor h1, .sun-editor h2, .sun-editor h3, .sun-editor h4, .sun-editor h5, .sun-editor h6, .sun-editor pre, .sun-editor code, .sun-editor form, .sun-editor fieldset,
8
- .sun-editor legend, .sun-editor textarea, .sun-editor p, .sun-editor blockquote, .sun-editor th, .sun-editor td, .sun-editor input, .sun-editor select, .sun-editor textarea, .sun-editor button {margin:0; padding:0; border:0; color:#000 !important;}
8
+ .sun-editor legend, .sun-editor textarea, .sun-editor p, .sun-editor blockquote, .sun-editor th, .sun-editor td, .sun-editor input, .sun-editor select, .sun-editor textarea, .sun-editor button {margin:0; padding:0; border:0; color:#000;}
9
9
  .sun-editor dl, .sun-editor ul, .sun-editor ol, .sun-editor menu, .sun-editor li {list-style: none !important;}
10
10
  .sun-editor hr {margin:6px 0 6px 0 !important;}
11
11
  .sun-editor textarea {resize:none !important; border:0 !important;}
@@ -9064,6 +9064,7 @@ class MatchaTimeComponent {
9064
9064
  }
9065
9065
  this.onChange(null);
9066
9066
  }
9067
+ this.onTouched();
9067
9068
  this.onValidatorChange();
9068
9069
  }
9069
9070
  openNativeTimePicker() {
@@ -14721,7 +14722,7 @@ class MatchaTextEditorComponent {
14721
14722
  useExisting: forwardRef(() => MatchaTextEditorComponent),
14722
14723
  multi: true,
14723
14724
  },
14724
- ], ngImport: i0, template: "<matcha-spinner *ngIf=\"isLoading\"></matcha-spinner>\n<textarea [id]=\"editorId\" [style.display]=\"isLoading ? 'none' : 'block'\" style=\"width:100%;\"></textarea>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MatchaSpinnerComponent, selector: "matcha-spinner", inputs: ["progress", "color", "size", "size-xs", "size-sm", "size-md", "size-lg", "size-xl"] }] }); }
14725
+ ], ngImport: i0, template: "<matcha-spinner *ngIf=\"isLoading\"></matcha-spinner>\n<textarea [id]=\"editorId\" style=\"display:none; width:100%;\"></textarea>\n", styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: MatchaSpinnerComponent, selector: "matcha-spinner", inputs: ["progress", "color", "size", "size-xs", "size-sm", "size-md", "size-lg", "size-xl"] }] }); }
14725
14726
  }
14726
14727
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImport: i0, type: MatchaTextEditorComponent, decorators: [{
14727
14728
  type: Component,
@@ -14731,7 +14732,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.19", ngImpo
14731
14732
  useExisting: forwardRef(() => MatchaTextEditorComponent),
14732
14733
  multi: true,
14733
14734
  },
14734
- ], template: "<matcha-spinner *ngIf=\"isLoading\"></matcha-spinner>\n<textarea [id]=\"editorId\" [style.display]=\"isLoading ? 'none' : 'block'\" style=\"width:100%;\"></textarea>\n" }]
14735
+ ], template: "<matcha-spinner *ngIf=\"isLoading\"></matcha-spinner>\n<textarea [id]=\"editorId\" style=\"display:none; width:100%;\"></textarea>\n" }]
14735
14736
  }], ctorParameters: () => [{ type: i0.NgZone }], propDecorators: { value: [{
14736
14737
  type: Input
14737
14738
  }], config: [{