@acorex/components 21.0.0-next.41 → 21.0.0-next.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": "21.0.0-next.41",
3
+ "version": "21.0.0-next.43",
4
4
  "peerDependencies": {
5
- "@acorex/core": "21.0.0-next.41",
6
- "@acorex/cdk": "21.0.0-next.41",
5
+ "@acorex/core": "21.0.0-next.43",
6
+ "@acorex/cdk": "21.0.0-next.43",
7
7
  "@angular/common": "^20.0.0",
8
8
  "@angular/core": "^20.0.0",
9
9
  "@angular/cdk": "^20.0.0",
@@ -264,6 +264,8 @@ declare class AXTreeViewComponent {
264
264
  protected readonly cascadesToChildren: _angular_core.Signal<boolean>;
265
265
  /** Computed: Returns true when parent nodes show indeterminate state based on children selection */
266
266
  protected readonly hasIntermediateState: _angular_core.Signal<boolean>;
267
+ /** Computed: Returns true when drag handle should be shown */
268
+ protected readonly shouldShowDragHandle: _angular_core.Signal<boolean>;
267
269
  /**
268
270
  * Get a property value from a node using the configured field name
269
271
  */
@@ -33,6 +33,7 @@ declare class AXWysiwygContainerComponent extends AXWysiwygContainerComponent_ba
33
33
  private container;
34
34
  private toolbar;
35
35
  private platformId;
36
+ private quillConvertor;
36
37
  /** @ignore */
37
38
  protected changeHandler(): Promise<void>;
38
39
  /** @ignore */