@xui/dock-manager 2.0.0-alpha.11 → 2.0.0-alpha.12

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": "@xui/dock-manager",
3
- "version": "2.0.0-alpha.11",
3
+ "version": "2.0.0-alpha.12",
4
4
  "description": "Modern Angular 22 UI Library based on TailwindCSS",
5
5
  "keywords": [
6
6
  "angular",
@@ -40,8 +40,8 @@
40
40
  "@angular/core": "22",
41
41
  "@ng-icons/core": "34",
42
42
  "@ng-icons/material-icons": "34",
43
- "@xui/core": "2.0.0-alpha.11",
44
- "@xui/icon": "2.0.0-alpha.11",
43
+ "@xui/core": "2.0.0-alpha.12",
44
+ "@xui/icon": "2.0.0-alpha.12",
45
45
  "clsx": "^2.1.1"
46
46
  },
47
47
  "publishConfig": {
@@ -26,7 +26,7 @@ declare class XuiDockContent {
26
26
  readonly contentId: _angular_core.InputSignal<string>;
27
27
  readonly template: TemplateRef<unknown>;
28
28
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<XuiDockContent, never>;
29
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<XuiDockContent, "ng-template[xuiDockContent]", never, { "contentId": { "alias": "xuiDockContent"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
29
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<XuiDockContent, "ng-template[xuiDockContent]", ["xuiDockContent"], { "contentId": { "alias": "xuiDockContent"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
30
30
  }
31
31
  /** What {@link XuiDockContentOutlet} needs from the dock manager above it. */
32
32
  interface XuiDockContentMounter {
@@ -47,7 +47,7 @@ declare class XuiDockContentOutlet {
47
47
  readonly contentId: _angular_core.InputSignal<string>;
48
48
  constructor();
49
49
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<XuiDockContentOutlet, never>;
50
- static ɵdir: _angular_core.ɵɵDirectiveDeclaration<XuiDockContentOutlet, "[xuiDockContentOutlet]", never, { "contentId": { "alias": "xuiDockContentOutlet"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
50
+ static ɵdir: _angular_core.ɵɵDirectiveDeclaration<XuiDockContentOutlet, "[xuiDockContentOutlet]", ["xuiDockContentOutlet"], { "contentId": { "alias": "xuiDockContentOutlet"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
51
51
  }
52
52
 
53
53
  /**
@@ -521,6 +521,7 @@ declare class XuiDockManager implements XuiDockContentMounter {
521
521
  private previewRect;
522
522
  private elementForPane;
523
523
  private paneForKey;
524
+ private readonly pointerDrag;
524
525
  private release;
525
526
  /** Follow the pointer until it is released, then clean up after ourselves. */
526
527
  private trackPointer;