@acorex/components 20.7.41 → 20.7.43

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,9 +1,9 @@
1
1
  {
2
2
  "name": "@acorex/components",
3
- "version": "20.7.41",
3
+ "version": "20.7.43",
4
4
  "peerDependencies": {
5
- "@acorex/core": "20.7.41",
6
- "@acorex/cdk": "20.7.41",
5
+ "@acorex/core": "20.7.43",
6
+ "@acorex/cdk": "20.7.43",
7
7
  "polytype": ">=0.17.0",
8
8
  "angular-imask": ">=7.6.1",
9
9
  "gridstack": ">=12.0.0",
@@ -460,14 +460,14 @@
460
460
  "types": "./toast/index.d.ts",
461
461
  "default": "./fesm2022/acorex-components-toast.mjs"
462
462
  },
463
- "./tooltip": {
464
- "types": "./tooltip/index.d.ts",
465
- "default": "./fesm2022/acorex-components-tooltip.mjs"
466
- },
467
463
  "./toolbar": {
468
464
  "types": "./toolbar/index.d.ts",
469
465
  "default": "./fesm2022/acorex-components-toolbar.mjs"
470
466
  },
467
+ "./tooltip": {
468
+ "types": "./tooltip/index.d.ts",
469
+ "default": "./fesm2022/acorex-components-tooltip.mjs"
470
+ },
471
471
  "./tree-view": {
472
472
  "types": "./tree-view/index.d.ts",
473
473
  "default": "./fesm2022/acorex-components-tree-view.mjs"
@@ -26,6 +26,11 @@ declare class AXWysiwygContainerComponent extends AXWysiwygContainerComponent_ba
26
26
  *
27
27
  */
28
28
  placeHolder: i0.InputSignal<string>;
29
+ /**
30
+ * Specifies the initial editor height in number of text lines.
31
+ *
32
+ */
33
+ initialLine: i0.InputSignal<number>;
29
34
  private wysiwygService;
30
35
  protected isQuillLoaded: i0.WritableSignal<boolean>;
31
36
  private isEditorClean;
@@ -65,7 +70,7 @@ declare class AXWysiwygContainerComponent extends AXWysiwygContainerComponent_ba
65
70
  private get __hostName();
66
71
  get __hostClass(): string;
67
72
  static ɵfac: i0.ɵɵFactoryDeclaration<AXWysiwygContainerComponent, never>;
68
- static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygContainerComponent, "ax-wysiwyg-container", never, { "look": { "alias": "look"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeHolder": { "alias": "placeHolder"; "required": false; "isSignal": true; }; }, { "onValueChanged": "onValueChanged"; }, ["container", "toolbar"], ["*", "ax-validation-rule"], true, never>;
73
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXWysiwygContainerComponent, "ax-wysiwyg-container", never, { "look": { "alias": "look"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeHolder": { "alias": "placeHolder"; "required": false; "isSignal": true; }; "initialLine": { "alias": "initialLine"; "required": false; "isSignal": true; }; }, { "onValueChanged": "onValueChanged"; }, ["container", "toolbar"], ["*", "ax-validation-rule"], true, never>;
69
74
  }
70
75
 
71
76
  /**