@zeedhi/zd-richtext-common 1.5.2 → 1.5.3

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": "@zeedhi/zd-richtext-common",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "RichTextCommon by BVR",
5
5
  "main": "dist/rich-text-common.umd.js",
6
6
  "module": "dist/rich-text-common.esm.js",
@@ -23,5 +23,5 @@
23
23
  "@zeedhi/common": "^1.74.0",
24
24
  "@zeedhi/core": "^1.74.0"
25
25
  },
26
- "gitHead": "9ca7713e55a3c661d1b932c971fbfff56d3c4c34"
26
+ "gitHead": "8836006ea62574c8f60d2efc40a411b02bafa569"
27
27
  }
@@ -12,7 +12,7 @@ export interface IRichText extends IComponentRender {
12
12
  outlined?: boolean;
13
13
  width?: number | string;
14
14
  height?: number | string;
15
- fillHeight?: boolean;
15
+ fillHeight?: boolean | string;
16
16
  fonts?: IFonts[];
17
17
  label?: string;
18
18
  enableFullscreen?: boolean;
@@ -50,7 +50,7 @@ export declare class RichText extends ComponentRender implements IRichText {
50
50
  events: IRickTextEvents;
51
51
  get value(): any;
52
52
  set value(value: any);
53
- fillHeight: boolean;
53
+ fillHeight: boolean | string;
54
54
  formatGetter: IDictionary<() => any>;
55
55
  /**
56
56
  * Rich text content