Skip to content

Commit 2cb67c0

Browse files
angular-robotatscott
authored andcommitted
docs: update cross-repo adev docs
Updated Angular adev cross repo docs files.
1 parent 1ef503e commit 2cb67c0

2 files changed

Lines changed: 72 additions & 72 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"branchName": "refs/heads/main",
3-
"sha": "647ea5205c06a14e19cfe737a35e86459c498ae5"
3+
"sha": "bfca87c802f6e00ac37607e41c8b1fcf87d35b7f"
44
}

adev/src/content/cdk/cdk_drag_drop.json

Lines changed: 71 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -482,19 +482,6 @@
482482
"endLine": 19
483483
}
484484
},
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-
},
498485
{
499486
"name": "CdkDragRelease",
500487
"entryType": "interface",
@@ -533,6 +520,19 @@
533520
"endLine": 26
534521
}
535522
},
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+
},
536536
{
537537
"name": "CDK_DRAG_PLACEHOLDER",
538538
"type": "any",
@@ -560,18 +560,30 @@
560560
}
561561
},
562562
{
563-
"name": "CdkDropListGroup",
563+
"name": "CdkDragPlaceholder",
564564
"isAbstract": false,
565-
"entryType": "undecorated_class",
565+
"entryType": "directive",
566566
"members": [
567567
{
568-
"name": "disabled",
569-
"type": "boolean",
568+
"name": "templateRef",
569+
"type": "any",
570570
"memberType": "property",
571571
"memberTags": [],
572-
"description": "Whether starting a dragging sequence from inside this group is disabled.",
572+
"description": "",
573573
"jsdocTags": []
574574
},
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+
},
575587
{
576588
"name": "ngOnDestroy",
577589
"signatures": [
@@ -608,46 +620,41 @@
608620
],
609621
"generics": [
610622
{
611-
"name": "T"
623+
"name": "T",
624+
"default": "any"
612625
}
613626
],
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.",
615628
"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 */",
617630
"implements": [
618631
"OnDestroy"
619632
],
633+
"isStandalone": true,
634+
"selector": "ng-template[cdkDragPlaceholder]",
635+
"exportAs": [],
636+
"aliases": [
637+
"cdkDragPlaceholder"
638+
],
620639
"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
624643
}
625644
},
626645
{
627-
"name": "CdkDragPlaceholder",
646+
"name": "CdkDropListGroup",
628647
"isAbstract": false,
629-
"entryType": "directive",
648+
"entryType": "undecorated_class",
630649
"members": [
631650
{
632-
"name": "templateRef",
633-
"type": "any",
651+
"name": "disabled",
652+
"type": "boolean",
634653
"memberType": "property",
635654
"memberTags": [],
636-
"description": "",
655+
"description": "Whether starting a dragging sequence from inside this group is disabled.",
637656
"jsdocTags": []
638657
},
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-
},
651658
{
652659
"name": "ngOnDestroy",
653660
"signatures": [
@@ -684,26 +691,19 @@
684691
],
685692
"generics": [
686693
{
687-
"name": "T",
688-
"default": "any"
694+
"name": "T"
689695
}
690696
],
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`.",
692698
"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 */",
694700
"implements": [
695701
"OnDestroy"
696702
],
697-
"isStandalone": true,
698-
"selector": "ng-template[cdkDragPlaceholder]",
699-
"exportAs": [],
700-
"aliases": [
701-
"cdkDragPlaceholder"
702-
],
703703
"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
707707
}
708708
},
709709
{
@@ -6294,11 +6294,11 @@
62946294
"@angular/core"
62956295
],
62966296
[
6297-
"OnDestroy",
6297+
"Input",
62986298
"@angular/core"
62996299
],
63006300
[
6301-
"Input",
6301+
"OnDestroy",
63026302
"@angular/core"
63036303
],
63046304
[
@@ -6422,11 +6422,11 @@
64226422
"@angular/cdk/drag-drop"
64236423
],
64246424
[
6425-
"CDK_DROP_LIST_GROUP",
6425+
"CdkDragRelease",
64266426
"@angular/cdk/drag-drop"
64276427
],
64286428
[
6429-
"CdkDragRelease",
6429+
"CDK_DROP_LIST_GROUP",
64306430
"@angular/cdk/drag-drop"
64316431
],
64326432
[
@@ -6438,11 +6438,11 @@
64386438
"@angular/cdk/drag-drop"
64396439
],
64406440
[
6441-
"CdkDropListGroup",
6441+
"CdkDragPlaceholder",
64426442
"@angular/cdk/drag-drop"
64436443
],
64446444
[
6445-
"CdkDragPlaceholder",
6445+
"CdkDropListGroup",
64466446
"@angular/cdk/drag-drop"
64476447
],
64486448
[
@@ -6593,10 +6593,6 @@
65936593
"DropListOrientation",
65946594
"@angular/cdk/drag-drop"
65956595
],
6596-
[
6597-
"CDK_DROP_LIST_GROUP",
6598-
"@angular/cdk/drag-drop"
6599-
],
66006596
[
66016597
"CdkDragRelease",
66026598
"@angular/cdk/drag-drop"
@@ -6609,6 +6605,10 @@
66096605
"CdkDragRelease.event",
66106606
"@angular/cdk/drag-drop"
66116607
],
6608+
[
6609+
"CDK_DROP_LIST_GROUP",
6610+
"@angular/cdk/drag-drop"
6611+
],
66126612
[
66136613
"CDK_DRAG_PLACEHOLDER",
66146614
"@angular/cdk/drag-drop"
@@ -6618,31 +6618,31 @@
66186618
"@angular/cdk/drag-drop"
66196619
],
66206620
[
6621-
"CdkDropListGroup",
6621+
"CdkDragPlaceholder",
66226622
"@angular/cdk/drag-drop"
66236623
],
66246624
[
6625-
"CdkDropListGroup.disabled",
6625+
"CdkDragPlaceholder.templateRef",
66266626
"@angular/cdk/drag-drop"
66276627
],
66286628
[
6629-
"CdkDropListGroup.ngOnDestroy",
6629+
"CdkDragPlaceholder.data",
66306630
"@angular/cdk/drag-drop"
66316631
],
66326632
[
6633-
"CdkDragPlaceholder",
6633+
"CdkDragPlaceholder.ngOnDestroy",
66346634
"@angular/cdk/drag-drop"
66356635
],
66366636
[
6637-
"CdkDragPlaceholder.templateRef",
6637+
"CdkDropListGroup",
66386638
"@angular/cdk/drag-drop"
66396639
],
66406640
[
6641-
"CdkDragPlaceholder.data",
6641+
"CdkDropListGroup.disabled",
66426642
"@angular/cdk/drag-drop"
66436643
],
66446644
[
6645-
"CdkDragPlaceholder.ngOnDestroy",
6645+
"CdkDropListGroup.ngOnDestroy",
66466646
"@angular/cdk/drag-drop"
66476647
],
66486648
[

0 commit comments

Comments
 (0)