|
482 | 482 | "endLine": 19 |
483 | 483 | } |
484 | 484 | }, |
485 | | - { |
486 | | - "name": "CDK_DROP_LIST_GROUP", |
487 | | - "type": "any", |
488 | | - "entryType": "constant", |
489 | | - "rawComment": "/**\n * Injection token that can be used to reference instances of `CdkDropListGroup`. It serves as\n * alternative token to the actual `CdkDropListGroup` class which could cause unnecessary\n * retention of the class and its directive metadata.\n */", |
490 | | - "description": "Injection token that can be used to reference instances of `CdkDropListGroup`. It serves as\nalternative token to the actual `CdkDropListGroup` class which could cause unnecessary\nretention of the class and its directive metadata.", |
491 | | - "jsdocTags": [], |
492 | | - "source": { |
493 | | - "filePath": "/src/cdk/drag-drop/directives/drop-list-group.ts", |
494 | | - "startLine": 16, |
495 | | - "endLine": 18 |
496 | | - } |
497 | | - }, |
498 | 485 | { |
499 | 486 | "name": "CdkDragRelease", |
500 | 487 | "entryType": "interface", |
|
533 | 520 | "endLine": 26 |
534 | 521 | } |
535 | 522 | }, |
| 523 | + { |
| 524 | + "name": "CDK_DROP_LIST_GROUP", |
| 525 | + "type": "any", |
| 526 | + "entryType": "constant", |
| 527 | + "rawComment": "/**\n * Injection token that can be used to reference instances of `CdkDropListGroup`. It serves as\n * alternative token to the actual `CdkDropListGroup` class which could cause unnecessary\n * retention of the class and its directive metadata.\n */", |
| 528 | + "description": "Injection token that can be used to reference instances of `CdkDropListGroup`. It serves as\nalternative token to the actual `CdkDropListGroup` class which could cause unnecessary\nretention of the class and its directive metadata.", |
| 529 | + "jsdocTags": [], |
| 530 | + "source": { |
| 531 | + "filePath": "/src/cdk/drag-drop/directives/drop-list-group.ts", |
| 532 | + "startLine": 17, |
| 533 | + "endLine": 19 |
| 534 | + } |
| 535 | + }, |
536 | 536 | { |
537 | 537 | "name": "CDK_DRAG_PLACEHOLDER", |
538 | 538 | "type": "any", |
|
560 | 560 | } |
561 | 561 | }, |
562 | 562 | { |
563 | | - "name": "CdkDropListGroup", |
| 563 | + "name": "CdkDragPlaceholder", |
564 | 564 | "isAbstract": false, |
565 | | - "entryType": "undecorated_class", |
| 565 | + "entryType": "directive", |
566 | 566 | "members": [ |
567 | 567 | { |
568 | | - "name": "disabled", |
569 | | - "type": "boolean", |
| 568 | + "name": "templateRef", |
| 569 | + "type": "any", |
570 | 570 | "memberType": "property", |
571 | 571 | "memberTags": [], |
572 | | - "description": "Whether starting a dragging sequence from inside this group is disabled.", |
| 572 | + "description": "", |
573 | 573 | "jsdocTags": [] |
574 | 574 | }, |
| 575 | + { |
| 576 | + "name": "data", |
| 577 | + "type": "T", |
| 578 | + "memberType": "property", |
| 579 | + "memberTags": [ |
| 580 | + "input" |
| 581 | + ], |
| 582 | + "description": "Context data to be added to the placeholder template instance.", |
| 583 | + "jsdocTags": [], |
| 584 | + "inputAlias": "data", |
| 585 | + "isRequiredInput": false |
| 586 | + }, |
575 | 587 | { |
576 | 588 | "name": "ngOnDestroy", |
577 | 589 | "signatures": [ |
|
608 | 620 | ], |
609 | 621 | "generics": [ |
610 | 622 | { |
611 | | - "name": "T" |
| 623 | + "name": "T", |
| 624 | + "default": "any" |
612 | 625 | } |
613 | 626 | ], |
614 | | - "description": "Declaratively connects sibling `cdkDropList` instances together. All of the `cdkDropList`\nelements that are placed inside a `cdkDropListGroup` will be connected to each other\nautomatically. Can be used as an alternative to the `cdkDropListConnectedTo` input\nfrom `cdkDropList`.", |
| 627 | + "description": "Element that will be used as a template for the placeholder of a CdkDrag when\nit is being dragged. The placeholder is displayed in place of the element being dragged.", |
615 | 628 | "jsdocTags": [], |
616 | | - "rawComment": "/**\n * Declaratively connects sibling `cdkDropList` instances together. All of the `cdkDropList`\n * elements that are placed inside a `cdkDropListGroup` will be connected to each other\n * automatically. Can be used as an alternative to the `cdkDropListConnectedTo` input\n * from `cdkDropList`.\n */", |
| 629 | + "rawComment": "/**\n * Element that will be used as a template for the placeholder of a CdkDrag when\n * it is being dragged. The placeholder is displayed in place of the element being dragged.\n */", |
617 | 630 | "implements": [ |
618 | 631 | "OnDestroy" |
619 | 632 | ], |
| 633 | + "isStandalone": true, |
| 634 | + "selector": "ng-template[cdkDragPlaceholder]", |
| 635 | + "exportAs": [], |
| 636 | + "aliases": [ |
| 637 | + "cdkDragPlaceholder" |
| 638 | + ], |
620 | 639 | "source": { |
621 | | - "filePath": "/src/cdk/drag-drop/directives/drop-list-group.ts", |
622 | | - "startLine": 26, |
623 | | - "endLine": 42 |
| 640 | + "filePath": "/src/cdk/drag-drop/directives/drag-placeholder.ts", |
| 641 | + "startLine": 23, |
| 642 | + "endLine": 44 |
624 | 643 | } |
625 | 644 | }, |
626 | 645 | { |
627 | | - "name": "CdkDragPlaceholder", |
| 646 | + "name": "CdkDropListGroup", |
628 | 647 | "isAbstract": false, |
629 | | - "entryType": "directive", |
| 648 | + "entryType": "undecorated_class", |
630 | 649 | "members": [ |
631 | 650 | { |
632 | | - "name": "templateRef", |
633 | | - "type": "any", |
| 651 | + "name": "disabled", |
| 652 | + "type": "boolean", |
634 | 653 | "memberType": "property", |
635 | 654 | "memberTags": [], |
636 | | - "description": "", |
| 655 | + "description": "Whether starting a dragging sequence from inside this group is disabled.", |
637 | 656 | "jsdocTags": [] |
638 | 657 | }, |
639 | | - { |
640 | | - "name": "data", |
641 | | - "type": "T", |
642 | | - "memberType": "property", |
643 | | - "memberTags": [ |
644 | | - "input" |
645 | | - ], |
646 | | - "description": "Context data to be added to the placeholder template instance.", |
647 | | - "jsdocTags": [], |
648 | | - "inputAlias": "data", |
649 | | - "isRequiredInput": false |
650 | | - }, |
651 | 658 | { |
652 | 659 | "name": "ngOnDestroy", |
653 | 660 | "signatures": [ |
|
684 | 691 | ], |
685 | 692 | "generics": [ |
686 | 693 | { |
687 | | - "name": "T", |
688 | | - "default": "any" |
| 694 | + "name": "T" |
689 | 695 | } |
690 | 696 | ], |
691 | | - "description": "Element that will be used as a template for the placeholder of a CdkDrag when\nit is being dragged. The placeholder is displayed in place of the element being dragged.", |
| 697 | + "description": "Declaratively connects sibling `cdkDropList` instances together. All of the `cdkDropList`\nelements that are placed inside a `cdkDropListGroup` will be connected to each other\nautomatically. Can be used as an alternative to the `cdkDropListConnectedTo` input\nfrom `cdkDropList`.", |
692 | 698 | "jsdocTags": [], |
693 | | - "rawComment": "/**\n * Element that will be used as a template for the placeholder of a CdkDrag when\n * it is being dragged. The placeholder is displayed in place of the element being dragged.\n */", |
| 699 | + "rawComment": "/**\n * Declaratively connects sibling `cdkDropList` instances together. All of the `cdkDropList`\n * elements that are placed inside a `cdkDropListGroup` will be connected to each other\n * automatically. Can be used as an alternative to the `cdkDropListConnectedTo` input\n * from `cdkDropList`.\n */", |
694 | 700 | "implements": [ |
695 | 701 | "OnDestroy" |
696 | 702 | ], |
697 | | - "isStandalone": true, |
698 | | - "selector": "ng-template[cdkDragPlaceholder]", |
699 | | - "exportAs": [], |
700 | | - "aliases": [ |
701 | | - "cdkDragPlaceholder" |
702 | | - ], |
703 | 703 | "source": { |
704 | | - "filePath": "/src/cdk/drag-drop/directives/drag-placeholder.ts", |
705 | | - "startLine": 23, |
706 | | - "endLine": 44 |
| 704 | + "filePath": "/src/cdk/drag-drop/directives/drop-list-group.ts", |
| 705 | + "startLine": 27, |
| 706 | + "endLine": 43 |
707 | 707 | } |
708 | 708 | }, |
709 | 709 | { |
|
6294 | 6294 | "@angular/core" |
6295 | 6295 | ], |
6296 | 6296 | [ |
6297 | | - "OnDestroy", |
| 6297 | + "Input", |
6298 | 6298 | "@angular/core" |
6299 | 6299 | ], |
6300 | 6300 | [ |
6301 | | - "Input", |
| 6301 | + "OnDestroy", |
6302 | 6302 | "@angular/core" |
6303 | 6303 | ], |
6304 | 6304 | [ |
|
6422 | 6422 | "@angular/cdk/drag-drop" |
6423 | 6423 | ], |
6424 | 6424 | [ |
6425 | | - "CDK_DROP_LIST_GROUP", |
| 6425 | + "CdkDragRelease", |
6426 | 6426 | "@angular/cdk/drag-drop" |
6427 | 6427 | ], |
6428 | 6428 | [ |
6429 | | - "CdkDragRelease", |
| 6429 | + "CDK_DROP_LIST_GROUP", |
6430 | 6430 | "@angular/cdk/drag-drop" |
6431 | 6431 | ], |
6432 | 6432 | [ |
|
6438 | 6438 | "@angular/cdk/drag-drop" |
6439 | 6439 | ], |
6440 | 6440 | [ |
6441 | | - "CdkDropListGroup", |
| 6441 | + "CdkDragPlaceholder", |
6442 | 6442 | "@angular/cdk/drag-drop" |
6443 | 6443 | ], |
6444 | 6444 | [ |
6445 | | - "CdkDragPlaceholder", |
| 6445 | + "CdkDropListGroup", |
6446 | 6446 | "@angular/cdk/drag-drop" |
6447 | 6447 | ], |
6448 | 6448 | [ |
|
6593 | 6593 | "DropListOrientation", |
6594 | 6594 | "@angular/cdk/drag-drop" |
6595 | 6595 | ], |
6596 | | - [ |
6597 | | - "CDK_DROP_LIST_GROUP", |
6598 | | - "@angular/cdk/drag-drop" |
6599 | | - ], |
6600 | 6596 | [ |
6601 | 6597 | "CdkDragRelease", |
6602 | 6598 | "@angular/cdk/drag-drop" |
|
6609 | 6605 | "CdkDragRelease.event", |
6610 | 6606 | "@angular/cdk/drag-drop" |
6611 | 6607 | ], |
| 6608 | + [ |
| 6609 | + "CDK_DROP_LIST_GROUP", |
| 6610 | + "@angular/cdk/drag-drop" |
| 6611 | + ], |
6612 | 6612 | [ |
6613 | 6613 | "CDK_DRAG_PLACEHOLDER", |
6614 | 6614 | "@angular/cdk/drag-drop" |
|
6618 | 6618 | "@angular/cdk/drag-drop" |
6619 | 6619 | ], |
6620 | 6620 | [ |
6621 | | - "CdkDropListGroup", |
| 6621 | + "CdkDragPlaceholder", |
6622 | 6622 | "@angular/cdk/drag-drop" |
6623 | 6623 | ], |
6624 | 6624 | [ |
6625 | | - "CdkDropListGroup.disabled", |
| 6625 | + "CdkDragPlaceholder.templateRef", |
6626 | 6626 | "@angular/cdk/drag-drop" |
6627 | 6627 | ], |
6628 | 6628 | [ |
6629 | | - "CdkDropListGroup.ngOnDestroy", |
| 6629 | + "CdkDragPlaceholder.data", |
6630 | 6630 | "@angular/cdk/drag-drop" |
6631 | 6631 | ], |
6632 | 6632 | [ |
6633 | | - "CdkDragPlaceholder", |
| 6633 | + "CdkDragPlaceholder.ngOnDestroy", |
6634 | 6634 | "@angular/cdk/drag-drop" |
6635 | 6635 | ], |
6636 | 6636 | [ |
6637 | | - "CdkDragPlaceholder.templateRef", |
| 6637 | + "CdkDropListGroup", |
6638 | 6638 | "@angular/cdk/drag-drop" |
6639 | 6639 | ], |
6640 | 6640 | [ |
6641 | | - "CdkDragPlaceholder.data", |
| 6641 | + "CdkDropListGroup.disabled", |
6642 | 6642 | "@angular/cdk/drag-drop" |
6643 | 6643 | ], |
6644 | 6644 | [ |
6645 | | - "CdkDragPlaceholder.ngOnDestroy", |
| 6645 | + "CdkDropListGroup.ngOnDestroy", |
6646 | 6646 | "@angular/cdk/drag-drop" |
6647 | 6647 | ], |
6648 | 6648 | [ |
|
0 commit comments