@kris701/ez-ui 1.2.0 → 1.2.1

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.
@@ -3171,7 +3171,7 @@ class EzUIShowMoreText {
3171
3171
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.1.0", ngImport: i0, type: EzUIShowMoreText, deps: [], target: i0.ɵɵFactoryTarget.Component });
3172
3172
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "22.1.0", type: EzUIShowMoreText, isStandalone: true, selector: "ezui-showmoretext", inputs: { value: "value", maxCharacters: "maxCharacters" }, usesOnChanges: true, ngImport: i0, template: `
3173
3173
  <tui-elastic-container>
3174
- {{ current() }}
3174
+ <div [innerHTML]="current()"></div>
3175
3175
  <button
3176
3176
  tuiLink
3177
3177
  type="button"
@@ -3191,7 +3191,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.0", ngImpor
3191
3191
  TuiLink
3192
3192
  ], template: `
3193
3193
  <tui-elastic-container>
3194
- {{ current() }}
3194
+ <div [innerHTML]="current()"></div>
3195
3195
  <button
3196
3196
  tuiLink
3197
3197
  type="button"