@skyux/popovers 7.0.0-beta.0 → 7.0.0-beta.10
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/documentation.json +500 -392
- package/esm2020/lib/modules/dropdown/dropdown-item.component.mjs +21 -16
- package/esm2020/lib/modules/dropdown/dropdown-menu.component.mjs +136 -130
- package/esm2020/lib/modules/dropdown/dropdown.component.mjs +157 -142
- package/esm2020/lib/modules/dropdown/types/dropdown-button-type.mjs +1 -1
- package/esm2020/lib/modules/popover/popover-content.component.mjs +130 -104
- package/esm2020/lib/modules/popover/popover.component.mjs +51 -40
- package/esm2020/lib/modules/popover/popover.directive.mjs +129 -136
- package/esm2020/testing/dropdown/dropdown-fixture.mjs +45 -44
- package/esm2020/testing/popover/popover-fixture.mjs +31 -44
- package/fesm2015/skyux-popovers-testing.mjs +73 -87
- package/fesm2015/skyux-popovers-testing.mjs.map +1 -1
- package/fesm2015/skyux-popovers.mjs +633 -567
- package/fesm2015/skyux-popovers.mjs.map +1 -1
- package/fesm2020/skyux-popovers-testing.mjs +73 -86
- package/fesm2020/skyux-popovers-testing.mjs.map +1 -1
- package/fesm2020/skyux-popovers.mjs +617 -564
- package/fesm2020/skyux-popovers.mjs.map +1 -1
- package/lib/modules/dropdown/dropdown-item.component.d.ts +1 -4
- package/lib/modules/dropdown/dropdown-menu.component.d.ts +2 -15
- package/lib/modules/dropdown/dropdown.component.d.ts +12 -36
- package/lib/modules/dropdown/types/dropdown-button-type.d.ts +1 -1
- package/lib/modules/popover/popover-content.component.d.ts +9 -23
- package/lib/modules/popover/popover.component.d.ts +4 -13
- package/lib/modules/popover/popover.directive.d.ts +1 -14
- package/package.json +6 -6
- package/testing/dropdown/dropdown-fixture.d.ts +1 -7
- package/testing/popover/popover-fixture.d.ts +1 -18
package/documentation.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"originalName": "",
|
|
27
27
|
"children": [
|
|
28
28
|
{
|
|
29
|
-
"id":
|
|
29
|
+
"id": 385,
|
|
30
30
|
"name": "SkyPopoverMessageType",
|
|
31
31
|
"kind": 8,
|
|
32
32
|
"kindString": "Enumeration",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
},
|
|
37
37
|
"children": [
|
|
38
38
|
{
|
|
39
|
-
"id":
|
|
39
|
+
"id": 387,
|
|
40
40
|
"name": "Close",
|
|
41
41
|
"kind": 16,
|
|
42
|
-
"kindString": "Enumeration
|
|
42
|
+
"kindString": "Enumeration Member",
|
|
43
43
|
"flags": {},
|
|
44
44
|
"comment": {
|
|
45
45
|
"shortText": "Closes the popover."
|
|
@@ -51,13 +51,17 @@
|
|
|
51
51
|
"character": 2
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
|
+
"type": {
|
|
55
|
+
"type": "literal",
|
|
56
|
+
"value": 1
|
|
57
|
+
},
|
|
54
58
|
"defaultValue": "1"
|
|
55
59
|
},
|
|
56
60
|
{
|
|
57
|
-
"id":
|
|
61
|
+
"id": 389,
|
|
58
62
|
"name": "Focus",
|
|
59
63
|
"kind": 16,
|
|
60
|
-
"kindString": "Enumeration
|
|
64
|
+
"kindString": "Enumeration Member",
|
|
61
65
|
"flags": {},
|
|
62
66
|
"comment": {
|
|
63
67
|
"shortText": "Brings focus to the popover element."
|
|
@@ -69,13 +73,17 @@
|
|
|
69
73
|
"character": 2
|
|
70
74
|
}
|
|
71
75
|
],
|
|
76
|
+
"type": {
|
|
77
|
+
"type": "literal",
|
|
78
|
+
"value": 3
|
|
79
|
+
},
|
|
72
80
|
"defaultValue": "3"
|
|
73
81
|
},
|
|
74
82
|
{
|
|
75
|
-
"id":
|
|
83
|
+
"id": 386,
|
|
76
84
|
"name": "Open",
|
|
77
85
|
"kind": 16,
|
|
78
|
-
"kindString": "Enumeration
|
|
86
|
+
"kindString": "Enumeration Member",
|
|
79
87
|
"flags": {},
|
|
80
88
|
"comment": {
|
|
81
89
|
"shortText": "Opens the popover."
|
|
@@ -87,13 +95,17 @@
|
|
|
87
95
|
"character": 2
|
|
88
96
|
}
|
|
89
97
|
],
|
|
98
|
+
"type": {
|
|
99
|
+
"type": "literal",
|
|
100
|
+
"value": 0
|
|
101
|
+
},
|
|
90
102
|
"defaultValue": "0"
|
|
91
103
|
},
|
|
92
104
|
{
|
|
93
|
-
"id":
|
|
105
|
+
"id": 388,
|
|
94
106
|
"name": "Reposition",
|
|
95
107
|
"kind": 16,
|
|
96
|
-
"kindString": "Enumeration
|
|
108
|
+
"kindString": "Enumeration Member",
|
|
97
109
|
"flags": {},
|
|
98
110
|
"comment": {
|
|
99
111
|
"shortText": "Repositions the popover to the appropriate position.\nThis is useful for when the popover's width and height change while it is open."
|
|
@@ -105,18 +117,22 @@
|
|
|
105
117
|
"character": 2
|
|
106
118
|
}
|
|
107
119
|
],
|
|
120
|
+
"type": {
|
|
121
|
+
"type": "literal",
|
|
122
|
+
"value": 2
|
|
123
|
+
},
|
|
108
124
|
"defaultValue": "2"
|
|
109
125
|
}
|
|
110
126
|
],
|
|
111
127
|
"groups": [
|
|
112
128
|
{
|
|
113
|
-
"title": "Enumeration
|
|
129
|
+
"title": "Enumeration Members",
|
|
114
130
|
"kind": 16,
|
|
115
131
|
"children": [
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
132
|
+
387,
|
|
133
|
+
389,
|
|
134
|
+
386,
|
|
135
|
+
388
|
|
120
136
|
]
|
|
121
137
|
}
|
|
122
138
|
],
|
|
@@ -129,7 +145,7 @@
|
|
|
129
145
|
]
|
|
130
146
|
},
|
|
131
147
|
{
|
|
132
|
-
"id":
|
|
148
|
+
"id": 376,
|
|
133
149
|
"name": "SkyDropdownModule",
|
|
134
150
|
"kind": 128,
|
|
135
151
|
"kindString": "Class",
|
|
@@ -154,7 +170,7 @@
|
|
|
154
170
|
"title": "Constructors",
|
|
155
171
|
"kind": 512,
|
|
156
172
|
"children": [
|
|
157
|
-
|
|
173
|
+
377
|
|
158
174
|
]
|
|
159
175
|
}
|
|
160
176
|
],
|
|
@@ -167,7 +183,7 @@
|
|
|
167
183
|
]
|
|
168
184
|
},
|
|
169
185
|
{
|
|
170
|
-
"id":
|
|
186
|
+
"id": 379,
|
|
171
187
|
"name": "SkyPopoverModule",
|
|
172
188
|
"kind": 128,
|
|
173
189
|
"kindString": "Class",
|
|
@@ -192,7 +208,7 @@
|
|
|
192
208
|
"title": "Constructors",
|
|
193
209
|
"kind": 512,
|
|
194
210
|
"children": [
|
|
195
|
-
|
|
211
|
+
380
|
|
196
212
|
]
|
|
197
213
|
}
|
|
198
214
|
],
|
|
@@ -239,7 +255,7 @@
|
|
|
239
255
|
"sources": [
|
|
240
256
|
{
|
|
241
257
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
242
|
-
"line":
|
|
258
|
+
"line": 49,
|
|
243
259
|
"character": 2
|
|
244
260
|
}
|
|
245
261
|
],
|
|
@@ -306,7 +322,7 @@
|
|
|
306
322
|
]
|
|
307
323
|
},
|
|
308
324
|
{
|
|
309
|
-
"id":
|
|
325
|
+
"id": 13,
|
|
310
326
|
"name": "isActive",
|
|
311
327
|
"kind": 1024,
|
|
312
328
|
"kindString": "Property",
|
|
@@ -316,7 +332,7 @@
|
|
|
316
332
|
"sources": [
|
|
317
333
|
{
|
|
318
334
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
319
|
-
"line":
|
|
335
|
+
"line": 40,
|
|
320
336
|
"character": 9
|
|
321
337
|
}
|
|
322
338
|
],
|
|
@@ -327,7 +343,7 @@
|
|
|
327
343
|
"defaultValue": "false"
|
|
328
344
|
},
|
|
329
345
|
{
|
|
330
|
-
"id":
|
|
346
|
+
"id": 14,
|
|
331
347
|
"name": "isDisabled",
|
|
332
348
|
"kind": 1024,
|
|
333
349
|
"kindString": "Property",
|
|
@@ -337,7 +353,7 @@
|
|
|
337
353
|
"sources": [
|
|
338
354
|
{
|
|
339
355
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
340
|
-
"line":
|
|
356
|
+
"line": 42,
|
|
341
357
|
"character": 9
|
|
342
358
|
}
|
|
343
359
|
],
|
|
@@ -432,37 +448,6 @@
|
|
|
432
448
|
}
|
|
433
449
|
]
|
|
434
450
|
},
|
|
435
|
-
{
|
|
436
|
-
"id": 13,
|
|
437
|
-
"name": "buttonElement",
|
|
438
|
-
"kind": 262144,
|
|
439
|
-
"kindString": "Accessor",
|
|
440
|
-
"flags": {
|
|
441
|
-
"isPublic": true
|
|
442
|
-
},
|
|
443
|
-
"sources": [
|
|
444
|
-
{
|
|
445
|
-
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
446
|
-
"line": 40,
|
|
447
|
-
"character": 13
|
|
448
|
-
}
|
|
449
|
-
],
|
|
450
|
-
"getSignature": [
|
|
451
|
-
{
|
|
452
|
-
"id": 14,
|
|
453
|
-
"name": "buttonElement",
|
|
454
|
-
"kind": 524288,
|
|
455
|
-
"kindString": "Get signature",
|
|
456
|
-
"flags": {},
|
|
457
|
-
"type": {
|
|
458
|
-
"type": "reference",
|
|
459
|
-
"qualifiedName": "HTMLButtonElement",
|
|
460
|
-
"package": "typescript",
|
|
461
|
-
"name": "HTMLButtonElement"
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
]
|
|
465
|
-
},
|
|
466
451
|
{
|
|
467
452
|
"id": 21,
|
|
468
453
|
"name": "focusElement",
|
|
@@ -474,7 +459,7 @@
|
|
|
474
459
|
"sources": [
|
|
475
460
|
{
|
|
476
461
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
477
|
-
"line":
|
|
462
|
+
"line": 71,
|
|
478
463
|
"character": 9
|
|
479
464
|
}
|
|
480
465
|
],
|
|
@@ -516,7 +501,7 @@
|
|
|
516
501
|
"sources": [
|
|
517
502
|
{
|
|
518
503
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
519
|
-
"line":
|
|
504
|
+
"line": 81,
|
|
520
505
|
"character": 9
|
|
521
506
|
}
|
|
522
507
|
],
|
|
@@ -545,7 +530,7 @@
|
|
|
545
530
|
"sources": [
|
|
546
531
|
{
|
|
547
532
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
548
|
-
"line":
|
|
533
|
+
"line": 58,
|
|
549
534
|
"character": 9
|
|
550
535
|
}
|
|
551
536
|
],
|
|
@@ -582,7 +567,7 @@
|
|
|
582
567
|
"sources": [
|
|
583
568
|
{
|
|
584
569
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-item.component.ts",
|
|
585
|
-
"line":
|
|
570
|
+
"line": 87,
|
|
586
571
|
"character": 9
|
|
587
572
|
}
|
|
588
573
|
],
|
|
@@ -614,16 +599,15 @@
|
|
|
614
599
|
"kind": 1024,
|
|
615
600
|
"children": [
|
|
616
601
|
18,
|
|
617
|
-
|
|
618
|
-
|
|
602
|
+
13,
|
|
603
|
+
14
|
|
619
604
|
]
|
|
620
605
|
},
|
|
621
606
|
{
|
|
622
607
|
"title": "Accessors",
|
|
623
608
|
"kind": 262144,
|
|
624
609
|
"children": [
|
|
625
|
-
9
|
|
626
|
-
13
|
|
610
|
+
9
|
|
627
611
|
]
|
|
628
612
|
},
|
|
629
613
|
{
|
|
@@ -654,7 +638,7 @@
|
|
|
654
638
|
]
|
|
655
639
|
},
|
|
656
640
|
{
|
|
657
|
-
"id":
|
|
641
|
+
"id": 30,
|
|
658
642
|
"name": "SkyDropdownButtonComponent",
|
|
659
643
|
"kind": 128,
|
|
660
644
|
"kindString": "Class",
|
|
@@ -682,7 +666,7 @@
|
|
|
682
666
|
"title": "Constructors",
|
|
683
667
|
"kind": 512,
|
|
684
668
|
"children": [
|
|
685
|
-
|
|
669
|
+
31
|
|
686
670
|
]
|
|
687
671
|
}
|
|
688
672
|
],
|
|
@@ -695,7 +679,7 @@
|
|
|
695
679
|
]
|
|
696
680
|
},
|
|
697
681
|
{
|
|
698
|
-
"id":
|
|
682
|
+
"id": 33,
|
|
699
683
|
"name": "SkyDropdownComponent",
|
|
700
684
|
"kind": 128,
|
|
701
685
|
"kindString": "Class",
|
|
@@ -719,7 +703,7 @@
|
|
|
719
703
|
],
|
|
720
704
|
"children": [
|
|
721
705
|
{
|
|
722
|
-
"id":
|
|
706
|
+
"id": 34,
|
|
723
707
|
"name": "constructor",
|
|
724
708
|
"kind": 512,
|
|
725
709
|
"kindString": "Constructor",
|
|
@@ -727,20 +711,20 @@
|
|
|
727
711
|
"sources": [
|
|
728
712
|
{
|
|
729
713
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
730
|
-
"line":
|
|
714
|
+
"line": 238,
|
|
731
715
|
"character": 2
|
|
732
716
|
}
|
|
733
717
|
],
|
|
734
718
|
"signatures": [
|
|
735
719
|
{
|
|
736
|
-
"id":
|
|
720
|
+
"id": 35,
|
|
737
721
|
"name": "SkyDropdownComponent",
|
|
738
722
|
"kind": 16384,
|
|
739
723
|
"kindString": "Constructor signature",
|
|
740
724
|
"flags": {},
|
|
741
725
|
"parameters": [
|
|
742
726
|
{
|
|
743
|
-
"id":
|
|
727
|
+
"id": 36,
|
|
744
728
|
"name": "changeDetector",
|
|
745
729
|
"kind": 32768,
|
|
746
730
|
"kindString": "Parameter",
|
|
@@ -753,7 +737,7 @@
|
|
|
753
737
|
}
|
|
754
738
|
},
|
|
755
739
|
{
|
|
756
|
-
"id":
|
|
740
|
+
"id": 37,
|
|
757
741
|
"name": "affixService",
|
|
758
742
|
"kind": 32768,
|
|
759
743
|
"kindString": "Parameter",
|
|
@@ -764,7 +748,7 @@
|
|
|
764
748
|
}
|
|
765
749
|
},
|
|
766
750
|
{
|
|
767
|
-
"id":
|
|
751
|
+
"id": 38,
|
|
768
752
|
"name": "overlayService",
|
|
769
753
|
"kind": 32768,
|
|
770
754
|
"kindString": "Parameter",
|
|
@@ -775,7 +759,18 @@
|
|
|
775
759
|
}
|
|
776
760
|
},
|
|
777
761
|
{
|
|
778
|
-
"id":
|
|
762
|
+
"id": 39,
|
|
763
|
+
"name": "logService",
|
|
764
|
+
"kind": 32768,
|
|
765
|
+
"kindString": "Parameter",
|
|
766
|
+
"flags": {},
|
|
767
|
+
"type": {
|
|
768
|
+
"type": "reference",
|
|
769
|
+
"name": "SkyLogService"
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"id": 40,
|
|
779
774
|
"name": "themeSvc",
|
|
780
775
|
"kind": 32768,
|
|
781
776
|
"kindString": "Parameter",
|
|
@@ -802,14 +797,56 @@
|
|
|
802
797
|
],
|
|
803
798
|
"type": {
|
|
804
799
|
"type": "reference",
|
|
805
|
-
"id":
|
|
800
|
+
"id": 33,
|
|
806
801
|
"name": "SkyDropdownComponent"
|
|
807
802
|
}
|
|
808
803
|
}
|
|
809
804
|
]
|
|
810
805
|
},
|
|
811
806
|
{
|
|
812
|
-
"id":
|
|
807
|
+
"id": 49,
|
|
808
|
+
"name": "disabled",
|
|
809
|
+
"kind": 1024,
|
|
810
|
+
"kindString": "Property",
|
|
811
|
+
"flags": {
|
|
812
|
+
"isPublic": true
|
|
813
|
+
},
|
|
814
|
+
"comment": {
|
|
815
|
+
"shortText": "Indicates whether to disable the dropdown button.",
|
|
816
|
+
"tags": [
|
|
817
|
+
{
|
|
818
|
+
"tag": "default",
|
|
819
|
+
"text": "false\n"
|
|
820
|
+
}
|
|
821
|
+
]
|
|
822
|
+
},
|
|
823
|
+
"decorators": [
|
|
824
|
+
{
|
|
825
|
+
"name": "Input",
|
|
826
|
+
"type": {
|
|
827
|
+
"type": "reference",
|
|
828
|
+
"qualifiedName": "InputDecorator",
|
|
829
|
+
"package": "@angular/core",
|
|
830
|
+
"name": "Input"
|
|
831
|
+
},
|
|
832
|
+
"arguments": {}
|
|
833
|
+
}
|
|
834
|
+
],
|
|
835
|
+
"sources": [
|
|
836
|
+
{
|
|
837
|
+
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
838
|
+
"line": 92,
|
|
839
|
+
"character": 9
|
|
840
|
+
}
|
|
841
|
+
],
|
|
842
|
+
"type": {
|
|
843
|
+
"type": "intrinsic",
|
|
844
|
+
"name": "boolean"
|
|
845
|
+
},
|
|
846
|
+
"defaultValue": "false"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"id": 72,
|
|
813
850
|
"name": "isMouseEnter",
|
|
814
851
|
"kind": 1024,
|
|
815
852
|
"kindString": "Property",
|
|
@@ -819,7 +856,7 @@
|
|
|
819
856
|
"sources": [
|
|
820
857
|
{
|
|
821
858
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
822
|
-
"line":
|
|
859
|
+
"line": 183,
|
|
823
860
|
"character": 9
|
|
824
861
|
}
|
|
825
862
|
],
|
|
@@ -830,7 +867,7 @@
|
|
|
830
867
|
"defaultValue": "false"
|
|
831
868
|
},
|
|
832
869
|
{
|
|
833
|
-
"id":
|
|
870
|
+
"id": 73,
|
|
834
871
|
"name": "isVisible",
|
|
835
872
|
"kind": 1024,
|
|
836
873
|
"kindString": "Property",
|
|
@@ -840,7 +877,7 @@
|
|
|
840
877
|
"sources": [
|
|
841
878
|
{
|
|
842
879
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
843
|
-
"line":
|
|
880
|
+
"line": 185,
|
|
844
881
|
"character": 9
|
|
845
882
|
}
|
|
846
883
|
],
|
|
@@ -886,7 +923,7 @@
|
|
|
886
923
|
}
|
|
887
924
|
},
|
|
888
925
|
{
|
|
889
|
-
"id":
|
|
926
|
+
"id": 75,
|
|
890
927
|
"name": "menuAriaRole",
|
|
891
928
|
"kind": 1024,
|
|
892
929
|
"kindString": "Property",
|
|
@@ -896,7 +933,7 @@
|
|
|
896
933
|
"sources": [
|
|
897
934
|
{
|
|
898
935
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
899
|
-
"line":
|
|
936
|
+
"line": 189,
|
|
900
937
|
"character": 9
|
|
901
938
|
}
|
|
902
939
|
],
|
|
@@ -906,7 +943,50 @@
|
|
|
906
943
|
}
|
|
907
944
|
},
|
|
908
945
|
{
|
|
909
|
-
"id":
|
|
946
|
+
"id": 76,
|
|
947
|
+
"name": "menuContainerTemplateRef",
|
|
948
|
+
"kind": 1024,
|
|
949
|
+
"kindString": "Property",
|
|
950
|
+
"flags": {
|
|
951
|
+
"isPublic": true
|
|
952
|
+
},
|
|
953
|
+
"decorators": [
|
|
954
|
+
{
|
|
955
|
+
"name": "ViewChild",
|
|
956
|
+
"type": {
|
|
957
|
+
"type": "reference",
|
|
958
|
+
"qualifiedName": "ViewChildDecorator",
|
|
959
|
+
"package": "@angular/core",
|
|
960
|
+
"name": "ViewChild"
|
|
961
|
+
},
|
|
962
|
+
"arguments": {
|
|
963
|
+
"selector": "'menuContainerTemplateRef'",
|
|
964
|
+
"opts": "{\n read: TemplateRef,\n static: true,\n }"
|
|
965
|
+
}
|
|
966
|
+
}
|
|
967
|
+
],
|
|
968
|
+
"sources": [
|
|
969
|
+
{
|
|
970
|
+
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
971
|
+
"line": 195,
|
|
972
|
+
"character": 9
|
|
973
|
+
}
|
|
974
|
+
],
|
|
975
|
+
"type": {
|
|
976
|
+
"type": "reference",
|
|
977
|
+
"typeArguments": [
|
|
978
|
+
{
|
|
979
|
+
"type": "intrinsic",
|
|
980
|
+
"name": "unknown"
|
|
981
|
+
}
|
|
982
|
+
],
|
|
983
|
+
"qualifiedName": "TemplateRef",
|
|
984
|
+
"package": "@angular/core",
|
|
985
|
+
"name": "TemplateRef"
|
|
986
|
+
}
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"id": 74,
|
|
910
990
|
"name": "menuId",
|
|
911
991
|
"kind": 1024,
|
|
912
992
|
"kindString": "Property",
|
|
@@ -916,7 +996,7 @@
|
|
|
916
996
|
"sources": [
|
|
917
997
|
{
|
|
918
998
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
919
|
-
"line":
|
|
999
|
+
"line": 187,
|
|
920
1000
|
"character": 9
|
|
921
1001
|
}
|
|
922
1002
|
],
|
|
@@ -951,7 +1031,7 @@
|
|
|
951
1031
|
"sources": [
|
|
952
1032
|
{
|
|
953
1033
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
954
|
-
"line":
|
|
1034
|
+
"line": 142,
|
|
955
1035
|
"character": 9
|
|
956
1036
|
}
|
|
957
1037
|
],
|
|
@@ -961,7 +1041,7 @@
|
|
|
961
1041
|
}
|
|
962
1042
|
},
|
|
963
1043
|
{
|
|
964
|
-
"id":
|
|
1044
|
+
"id": 41,
|
|
965
1045
|
"name": "buttonStyle",
|
|
966
1046
|
"kind": 262144,
|
|
967
1047
|
"kindString": "Accessor",
|
|
@@ -983,13 +1063,13 @@
|
|
|
983
1063
|
"sources": [
|
|
984
1064
|
{
|
|
985
1065
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
986
|
-
"line":
|
|
1066
|
+
"line": 52,
|
|
987
1067
|
"character": 13
|
|
988
1068
|
}
|
|
989
1069
|
],
|
|
990
1070
|
"getSignature": [
|
|
991
1071
|
{
|
|
992
|
-
"id":
|
|
1072
|
+
"id": 42,
|
|
993
1073
|
"name": "buttonStyle",
|
|
994
1074
|
"kind": 524288,
|
|
995
1075
|
"kindString": "Get signature",
|
|
@@ -1011,7 +1091,7 @@
|
|
|
1011
1091
|
],
|
|
1012
1092
|
"setSignature": [
|
|
1013
1093
|
{
|
|
1014
|
-
"id":
|
|
1094
|
+
"id": 43,
|
|
1015
1095
|
"name": "buttonStyle",
|
|
1016
1096
|
"kind": 1048576,
|
|
1017
1097
|
"kindString": "Set signature",
|
|
@@ -1027,7 +1107,7 @@
|
|
|
1027
1107
|
},
|
|
1028
1108
|
"parameters": [
|
|
1029
1109
|
{
|
|
1030
|
-
"id":
|
|
1110
|
+
"id": 44,
|
|
1031
1111
|
"name": "value",
|
|
1032
1112
|
"kind": 32768,
|
|
1033
1113
|
"kindString": "Parameter",
|
|
@@ -1046,7 +1126,7 @@
|
|
|
1046
1126
|
]
|
|
1047
1127
|
},
|
|
1048
1128
|
{
|
|
1049
|
-
"id":
|
|
1129
|
+
"id": 45,
|
|
1050
1130
|
"name": "buttonType",
|
|
1051
1131
|
"kind": 262144,
|
|
1052
1132
|
"kindString": "Accessor",
|
|
@@ -1068,19 +1148,19 @@
|
|
|
1068
1148
|
"sources": [
|
|
1069
1149
|
{
|
|
1070
1150
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1071
|
-
"line":
|
|
1151
|
+
"line": 68,
|
|
1072
1152
|
"character": 13
|
|
1073
1153
|
}
|
|
1074
1154
|
],
|
|
1075
1155
|
"getSignature": [
|
|
1076
1156
|
{
|
|
1077
|
-
"id":
|
|
1157
|
+
"id": 46,
|
|
1078
1158
|
"name": "buttonType",
|
|
1079
1159
|
"kind": 524288,
|
|
1080
1160
|
"kindString": "Get signature",
|
|
1081
1161
|
"flags": {},
|
|
1082
1162
|
"comment": {
|
|
1083
|
-
"shortText": "Specifies the type of button to render as the dropdown's trigger element. To display a button\nwith text and a caret, specify `'select'` and then enter the button text in a\n`sky-dropdown-button` element. To display a round button with an ellipsis, specify\n`'context-menu'`.
|
|
1163
|
+
"shortText": "Specifies the type of button to render as the dropdown's trigger element. To display a button\nwith text and a caret, specify `'select'` and then enter the button text in a\n`sky-dropdown-button` element. To display a round button with an ellipsis, specify\n`'context-menu'`.",
|
|
1084
1164
|
"tags": [
|
|
1085
1165
|
{
|
|
1086
1166
|
"tag": "default",
|
|
@@ -1096,13 +1176,13 @@
|
|
|
1096
1176
|
],
|
|
1097
1177
|
"setSignature": [
|
|
1098
1178
|
{
|
|
1099
|
-
"id":
|
|
1179
|
+
"id": 47,
|
|
1100
1180
|
"name": "buttonType",
|
|
1101
1181
|
"kind": 1048576,
|
|
1102
1182
|
"kindString": "Set signature",
|
|
1103
1183
|
"flags": {},
|
|
1104
1184
|
"comment": {
|
|
1105
|
-
"shortText": "Specifies the type of button to render as the dropdown's trigger element. To display a button\nwith text and a caret, specify `'select'` and then enter the button text in a\n`sky-dropdown-button` element. To display a round button with an ellipsis, specify\n`'context-menu'`.
|
|
1185
|
+
"shortText": "Specifies the type of button to render as the dropdown's trigger element. To display a button\nwith text and a caret, specify `'select'` and then enter the button text in a\n`sky-dropdown-button` element. To display a round button with an ellipsis, specify\n`'context-menu'`.",
|
|
1106
1186
|
"tags": [
|
|
1107
1187
|
{
|
|
1108
1188
|
"tag": "default",
|
|
@@ -1112,7 +1192,7 @@
|
|
|
1112
1192
|
},
|
|
1113
1193
|
"parameters": [
|
|
1114
1194
|
{
|
|
1115
|
-
"id":
|
|
1195
|
+
"id": 48,
|
|
1116
1196
|
"name": "value",
|
|
1117
1197
|
"kind": 32768,
|
|
1118
1198
|
"kindString": "Parameter",
|
|
@@ -1130,91 +1210,6 @@
|
|
|
1130
1210
|
}
|
|
1131
1211
|
]
|
|
1132
1212
|
},
|
|
1133
|
-
{
|
|
1134
|
-
"id": 46,
|
|
1135
|
-
"name": "disabled",
|
|
1136
|
-
"kind": 262144,
|
|
1137
|
-
"kindString": "Accessor",
|
|
1138
|
-
"flags": {
|
|
1139
|
-
"isPublic": true
|
|
1140
|
-
},
|
|
1141
|
-
"decorators": [
|
|
1142
|
-
{
|
|
1143
|
-
"name": "Input",
|
|
1144
|
-
"type": {
|
|
1145
|
-
"type": "reference",
|
|
1146
|
-
"qualifiedName": "InputDecorator",
|
|
1147
|
-
"package": "@angular/core",
|
|
1148
|
-
"name": "Input"
|
|
1149
|
-
},
|
|
1150
|
-
"arguments": {}
|
|
1151
|
-
}
|
|
1152
|
-
],
|
|
1153
|
-
"sources": [
|
|
1154
|
-
{
|
|
1155
|
-
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1156
|
-
"line": 82,
|
|
1157
|
-
"character": 13
|
|
1158
|
-
}
|
|
1159
|
-
],
|
|
1160
|
-
"getSignature": [
|
|
1161
|
-
{
|
|
1162
|
-
"id": 47,
|
|
1163
|
-
"name": "disabled",
|
|
1164
|
-
"kind": 524288,
|
|
1165
|
-
"kindString": "Get signature",
|
|
1166
|
-
"flags": {},
|
|
1167
|
-
"comment": {
|
|
1168
|
-
"shortText": "Indicates whether to disable the dropdown button.",
|
|
1169
|
-
"tags": [
|
|
1170
|
-
{
|
|
1171
|
-
"tag": "default",
|
|
1172
|
-
"text": "false\n"
|
|
1173
|
-
}
|
|
1174
|
-
]
|
|
1175
|
-
},
|
|
1176
|
-
"type": {
|
|
1177
|
-
"type": "intrinsic",
|
|
1178
|
-
"name": "boolean"
|
|
1179
|
-
}
|
|
1180
|
-
}
|
|
1181
|
-
],
|
|
1182
|
-
"setSignature": [
|
|
1183
|
-
{
|
|
1184
|
-
"id": 48,
|
|
1185
|
-
"name": "disabled",
|
|
1186
|
-
"kind": 1048576,
|
|
1187
|
-
"kindString": "Set signature",
|
|
1188
|
-
"flags": {},
|
|
1189
|
-
"comment": {
|
|
1190
|
-
"shortText": "Indicates whether to disable the dropdown button.",
|
|
1191
|
-
"tags": [
|
|
1192
|
-
{
|
|
1193
|
-
"tag": "default",
|
|
1194
|
-
"text": "false\n"
|
|
1195
|
-
}
|
|
1196
|
-
]
|
|
1197
|
-
},
|
|
1198
|
-
"parameters": [
|
|
1199
|
-
{
|
|
1200
|
-
"id": 49,
|
|
1201
|
-
"name": "value",
|
|
1202
|
-
"kind": 32768,
|
|
1203
|
-
"kindString": "Parameter",
|
|
1204
|
-
"flags": {},
|
|
1205
|
-
"type": {
|
|
1206
|
-
"type": "intrinsic",
|
|
1207
|
-
"name": "boolean"
|
|
1208
|
-
}
|
|
1209
|
-
}
|
|
1210
|
-
],
|
|
1211
|
-
"type": {
|
|
1212
|
-
"type": "intrinsic",
|
|
1213
|
-
"name": "void"
|
|
1214
|
-
}
|
|
1215
|
-
}
|
|
1216
|
-
]
|
|
1217
|
-
},
|
|
1218
1213
|
{
|
|
1219
1214
|
"id": 50,
|
|
1220
1215
|
"name": "dismissOnBlur",
|
|
@@ -1238,7 +1233,7 @@
|
|
|
1238
1233
|
"sources": [
|
|
1239
1234
|
{
|
|
1240
1235
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1241
|
-
"line":
|
|
1236
|
+
"line": 99,
|
|
1242
1237
|
"character": 13
|
|
1243
1238
|
}
|
|
1244
1239
|
],
|
|
@@ -1345,7 +1340,7 @@
|
|
|
1345
1340
|
},
|
|
1346
1341
|
"type": {
|
|
1347
1342
|
"type": "reference",
|
|
1348
|
-
"id":
|
|
1343
|
+
"id": 359,
|
|
1349
1344
|
"name": "SkyDropdownHorizontalAlignment"
|
|
1350
1345
|
}
|
|
1351
1346
|
}
|
|
@@ -1375,7 +1370,7 @@
|
|
|
1375
1370
|
"flags": {},
|
|
1376
1371
|
"type": {
|
|
1377
1372
|
"type": "reference",
|
|
1378
|
-
"id":
|
|
1373
|
+
"id": 359,
|
|
1379
1374
|
"name": "SkyDropdownHorizontalAlignment"
|
|
1380
1375
|
}
|
|
1381
1376
|
}
|
|
@@ -1398,7 +1393,7 @@
|
|
|
1398
1393
|
"sources": [
|
|
1399
1394
|
{
|
|
1400
1395
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1401
|
-
"line":
|
|
1396
|
+
"line": 163,
|
|
1402
1397
|
"character": 13
|
|
1403
1398
|
}
|
|
1404
1399
|
],
|
|
@@ -1468,41 +1463,20 @@
|
|
|
1468
1463
|
"sources": [
|
|
1469
1464
|
{
|
|
1470
1465
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1471
|
-
"line":
|
|
1466
|
+
"line": 175,
|
|
1472
1467
|
"character": 13
|
|
1473
1468
|
}
|
|
1474
1469
|
],
|
|
1475
|
-
"getSignature": [
|
|
1476
|
-
{
|
|
1477
|
-
"id": 70,
|
|
1478
|
-
"name": "menuContainerElementRef",
|
|
1479
|
-
"kind": 524288,
|
|
1480
|
-
"kindString": "Get signature",
|
|
1481
|
-
"flags": {},
|
|
1482
|
-
"type": {
|
|
1483
|
-
"type": "reference",
|
|
1484
|
-
"typeArguments": [
|
|
1485
|
-
{
|
|
1486
|
-
"type": "intrinsic",
|
|
1487
|
-
"name": "any"
|
|
1488
|
-
}
|
|
1489
|
-
],
|
|
1490
|
-
"qualifiedName": "ElementRef",
|
|
1491
|
-
"package": "@angular/core",
|
|
1492
|
-
"name": "ElementRef"
|
|
1493
|
-
}
|
|
1494
|
-
}
|
|
1495
|
-
],
|
|
1496
1470
|
"setSignature": [
|
|
1497
1471
|
{
|
|
1498
|
-
"id":
|
|
1472
|
+
"id": 70,
|
|
1499
1473
|
"name": "menuContainerElementRef",
|
|
1500
1474
|
"kind": 1048576,
|
|
1501
1475
|
"kindString": "Set signature",
|
|
1502
1476
|
"flags": {},
|
|
1503
1477
|
"parameters": [
|
|
1504
1478
|
{
|
|
1505
|
-
"id":
|
|
1479
|
+
"id": 71,
|
|
1506
1480
|
"name": "value",
|
|
1507
1481
|
"kind": 32768,
|
|
1508
1482
|
"kindString": "Parameter",
|
|
@@ -1551,7 +1525,7 @@
|
|
|
1551
1525
|
"sources": [
|
|
1552
1526
|
{
|
|
1553
1527
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1554
|
-
"line":
|
|
1528
|
+
"line": 155,
|
|
1555
1529
|
"character": 13
|
|
1556
1530
|
}
|
|
1557
1531
|
],
|
|
@@ -1577,7 +1551,7 @@
|
|
|
1577
1551
|
},
|
|
1578
1552
|
"type": {
|
|
1579
1553
|
"type": "reference",
|
|
1580
|
-
"id":
|
|
1554
|
+
"id": 375,
|
|
1581
1555
|
"name": "SkyDropdownTriggerType"
|
|
1582
1556
|
}
|
|
1583
1557
|
}
|
|
@@ -1611,7 +1585,7 @@
|
|
|
1611
1585
|
"flags": {},
|
|
1612
1586
|
"type": {
|
|
1613
1587
|
"type": "reference",
|
|
1614
|
-
"id":
|
|
1588
|
+
"id": 375,
|
|
1615
1589
|
"name": "SkyDropdownTriggerType"
|
|
1616
1590
|
}
|
|
1617
1591
|
}
|
|
@@ -1624,7 +1598,93 @@
|
|
|
1624
1598
|
]
|
|
1625
1599
|
},
|
|
1626
1600
|
{
|
|
1627
|
-
"id":
|
|
1601
|
+
"id": 77,
|
|
1602
|
+
"name": "triggerButton",
|
|
1603
|
+
"kind": 262144,
|
|
1604
|
+
"kindString": "Accessor",
|
|
1605
|
+
"flags": {
|
|
1606
|
+
"isPublic": true
|
|
1607
|
+
},
|
|
1608
|
+
"decorators": [
|
|
1609
|
+
{
|
|
1610
|
+
"name": "ViewChild",
|
|
1611
|
+
"type": {
|
|
1612
|
+
"type": "reference",
|
|
1613
|
+
"qualifiedName": "ViewChildDecorator",
|
|
1614
|
+
"package": "@angular/core",
|
|
1615
|
+
"name": "ViewChild"
|
|
1616
|
+
},
|
|
1617
|
+
"arguments": {
|
|
1618
|
+
"selector": "'triggerButton'",
|
|
1619
|
+
"opts": "{\n read: ElementRef,\n static: true,\n }"
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
],
|
|
1623
|
+
"sources": [
|
|
1624
|
+
{
|
|
1625
|
+
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1626
|
+
"line": 201,
|
|
1627
|
+
"character": 13
|
|
1628
|
+
}
|
|
1629
|
+
],
|
|
1630
|
+
"getSignature": [
|
|
1631
|
+
{
|
|
1632
|
+
"id": 78,
|
|
1633
|
+
"name": "triggerButton",
|
|
1634
|
+
"kind": 524288,
|
|
1635
|
+
"kindString": "Get signature",
|
|
1636
|
+
"flags": {},
|
|
1637
|
+
"type": {
|
|
1638
|
+
"type": "reference",
|
|
1639
|
+
"typeArguments": [
|
|
1640
|
+
{
|
|
1641
|
+
"type": "intrinsic",
|
|
1642
|
+
"name": "any"
|
|
1643
|
+
}
|
|
1644
|
+
],
|
|
1645
|
+
"qualifiedName": "ElementRef",
|
|
1646
|
+
"package": "@angular/core",
|
|
1647
|
+
"name": "ElementRef"
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
],
|
|
1651
|
+
"setSignature": [
|
|
1652
|
+
{
|
|
1653
|
+
"id": 79,
|
|
1654
|
+
"name": "triggerButton",
|
|
1655
|
+
"kind": 1048576,
|
|
1656
|
+
"kindString": "Set signature",
|
|
1657
|
+
"flags": {},
|
|
1658
|
+
"parameters": [
|
|
1659
|
+
{
|
|
1660
|
+
"id": 80,
|
|
1661
|
+
"name": "value",
|
|
1662
|
+
"kind": 32768,
|
|
1663
|
+
"kindString": "Parameter",
|
|
1664
|
+
"flags": {},
|
|
1665
|
+
"type": {
|
|
1666
|
+
"type": "reference",
|
|
1667
|
+
"typeArguments": [
|
|
1668
|
+
{
|
|
1669
|
+
"type": "intrinsic",
|
|
1670
|
+
"name": "any"
|
|
1671
|
+
}
|
|
1672
|
+
],
|
|
1673
|
+
"qualifiedName": "ElementRef",
|
|
1674
|
+
"package": "@angular/core",
|
|
1675
|
+
"name": "ElementRef"
|
|
1676
|
+
}
|
|
1677
|
+
}
|
|
1678
|
+
],
|
|
1679
|
+
"type": {
|
|
1680
|
+
"type": "intrinsic",
|
|
1681
|
+
"name": "void"
|
|
1682
|
+
}
|
|
1683
|
+
}
|
|
1684
|
+
]
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"id": 99,
|
|
1628
1688
|
"name": "ngOnDestroy",
|
|
1629
1689
|
"kind": 2048,
|
|
1630
1690
|
"kindString": "Method",
|
|
@@ -1634,13 +1694,13 @@
|
|
|
1634
1694
|
"sources": [
|
|
1635
1695
|
{
|
|
1636
1696
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1637
|
-
"line":
|
|
1697
|
+
"line": 267,
|
|
1638
1698
|
"character": 9
|
|
1639
1699
|
}
|
|
1640
1700
|
],
|
|
1641
1701
|
"signatures": [
|
|
1642
1702
|
{
|
|
1643
|
-
"id":
|
|
1703
|
+
"id": 100,
|
|
1644
1704
|
"name": "ngOnDestroy",
|
|
1645
1705
|
"kind": 4096,
|
|
1646
1706
|
"kindString": "Call signature",
|
|
@@ -1661,7 +1721,7 @@
|
|
|
1661
1721
|
}
|
|
1662
1722
|
},
|
|
1663
1723
|
{
|
|
1664
|
-
"id":
|
|
1724
|
+
"id": 97,
|
|
1665
1725
|
"name": "ngOnInit",
|
|
1666
1726
|
"kind": 2048,
|
|
1667
1727
|
"kindString": "Method",
|
|
@@ -1671,13 +1731,13 @@
|
|
|
1671
1731
|
"sources": [
|
|
1672
1732
|
{
|
|
1673
1733
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1674
|
-
"line":
|
|
1734
|
+
"line": 252,
|
|
1675
1735
|
"character": 9
|
|
1676
1736
|
}
|
|
1677
1737
|
],
|
|
1678
1738
|
"signatures": [
|
|
1679
1739
|
{
|
|
1680
|
-
"id":
|
|
1740
|
+
"id": 98,
|
|
1681
1741
|
"name": "ngOnInit",
|
|
1682
1742
|
"kind": 4096,
|
|
1683
1743
|
"kindString": "Call signature",
|
|
@@ -1703,18 +1763,20 @@
|
|
|
1703
1763
|
"title": "Constructors",
|
|
1704
1764
|
"kind": 512,
|
|
1705
1765
|
"children": [
|
|
1706
|
-
|
|
1766
|
+
34
|
|
1707
1767
|
]
|
|
1708
1768
|
},
|
|
1709
1769
|
{
|
|
1710
1770
|
"title": "Properties",
|
|
1711
1771
|
"kind": 1024,
|
|
1712
1772
|
"children": [
|
|
1773
|
+
49,
|
|
1774
|
+
72,
|
|
1713
1775
|
73,
|
|
1714
|
-
74,
|
|
1715
1776
|
54,
|
|
1716
|
-
76,
|
|
1717
1777
|
75,
|
|
1778
|
+
76,
|
|
1779
|
+
74,
|
|
1718
1780
|
60
|
|
1719
1781
|
]
|
|
1720
1782
|
},
|
|
@@ -1722,29 +1784,29 @@
|
|
|
1722
1784
|
"title": "Accessors",
|
|
1723
1785
|
"kind": 262144,
|
|
1724
1786
|
"children": [
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
46,
|
|
1787
|
+
41,
|
|
1788
|
+
45,
|
|
1728
1789
|
50,
|
|
1729
1790
|
55,
|
|
1730
1791
|
65,
|
|
1731
1792
|
69,
|
|
1732
|
-
61
|
|
1793
|
+
61,
|
|
1794
|
+
77
|
|
1733
1795
|
]
|
|
1734
1796
|
},
|
|
1735
1797
|
{
|
|
1736
1798
|
"title": "Methods",
|
|
1737
1799
|
"kind": 2048,
|
|
1738
1800
|
"children": [
|
|
1739
|
-
|
|
1740
|
-
|
|
1801
|
+
99,
|
|
1802
|
+
97
|
|
1741
1803
|
]
|
|
1742
1804
|
}
|
|
1743
1805
|
],
|
|
1744
1806
|
"sources": [
|
|
1745
1807
|
{
|
|
1746
1808
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown.component.ts",
|
|
1747
|
-
"line":
|
|
1809
|
+
"line": 44,
|
|
1748
1810
|
"character": 13
|
|
1749
1811
|
}
|
|
1750
1812
|
],
|
|
@@ -1764,7 +1826,7 @@
|
|
|
1764
1826
|
]
|
|
1765
1827
|
},
|
|
1766
1828
|
{
|
|
1767
|
-
"id":
|
|
1829
|
+
"id": 120,
|
|
1768
1830
|
"name": "SkyDropdownMenuComponent",
|
|
1769
1831
|
"kind": 128,
|
|
1770
1832
|
"kindString": "Class",
|
|
@@ -1788,7 +1850,7 @@
|
|
|
1788
1850
|
],
|
|
1789
1851
|
"children": [
|
|
1790
1852
|
{
|
|
1791
|
-
"id":
|
|
1853
|
+
"id": 121,
|
|
1792
1854
|
"name": "constructor",
|
|
1793
1855
|
"kind": 512,
|
|
1794
1856
|
"kindString": "Constructor",
|
|
@@ -1796,20 +1858,20 @@
|
|
|
1796
1858
|
"sources": [
|
|
1797
1859
|
{
|
|
1798
1860
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
1799
|
-
"line":
|
|
1861
|
+
"line": 124,
|
|
1800
1862
|
"character": 2
|
|
1801
1863
|
}
|
|
1802
1864
|
],
|
|
1803
1865
|
"signatures": [
|
|
1804
1866
|
{
|
|
1805
|
-
"id":
|
|
1867
|
+
"id": 122,
|
|
1806
1868
|
"name": "SkyDropdownMenuComponent",
|
|
1807
1869
|
"kind": 16384,
|
|
1808
1870
|
"kindString": "Constructor signature",
|
|
1809
1871
|
"flags": {},
|
|
1810
1872
|
"parameters": [
|
|
1811
1873
|
{
|
|
1812
|
-
"id":
|
|
1874
|
+
"id": 123,
|
|
1813
1875
|
"name": "changeDetector",
|
|
1814
1876
|
"kind": 32768,
|
|
1815
1877
|
"kindString": "Parameter",
|
|
@@ -1822,7 +1884,7 @@
|
|
|
1822
1884
|
}
|
|
1823
1885
|
},
|
|
1824
1886
|
{
|
|
1825
|
-
"id":
|
|
1887
|
+
"id": 124,
|
|
1826
1888
|
"name": "elementRef",
|
|
1827
1889
|
"kind": 32768,
|
|
1828
1890
|
"kindString": "Parameter",
|
|
@@ -1841,11 +1903,13 @@
|
|
|
1841
1903
|
}
|
|
1842
1904
|
},
|
|
1843
1905
|
{
|
|
1844
|
-
"id":
|
|
1906
|
+
"id": 125,
|
|
1845
1907
|
"name": "dropdownComponent",
|
|
1846
1908
|
"kind": 32768,
|
|
1847
1909
|
"kindString": "Parameter",
|
|
1848
|
-
"flags": {
|
|
1910
|
+
"flags": {
|
|
1911
|
+
"isOptional": true
|
|
1912
|
+
},
|
|
1849
1913
|
"decorators": [
|
|
1850
1914
|
{
|
|
1851
1915
|
"name": "Optional",
|
|
@@ -1860,21 +1924,21 @@
|
|
|
1860
1924
|
],
|
|
1861
1925
|
"type": {
|
|
1862
1926
|
"type": "reference",
|
|
1863
|
-
"id":
|
|
1927
|
+
"id": 33,
|
|
1864
1928
|
"name": "SkyDropdownComponent"
|
|
1865
1929
|
}
|
|
1866
1930
|
}
|
|
1867
1931
|
],
|
|
1868
1932
|
"type": {
|
|
1869
1933
|
"type": "reference",
|
|
1870
|
-
"id":
|
|
1934
|
+
"id": 120,
|
|
1871
1935
|
"name": "SkyDropdownMenuComponent"
|
|
1872
1936
|
}
|
|
1873
1937
|
}
|
|
1874
1938
|
]
|
|
1875
1939
|
},
|
|
1876
1940
|
{
|
|
1877
|
-
"id":
|
|
1941
|
+
"id": 126,
|
|
1878
1942
|
"name": "ariaLabelledBy",
|
|
1879
1943
|
"kind": 1024,
|
|
1880
1944
|
"kindString": "Property",
|
|
@@ -1909,7 +1973,7 @@
|
|
|
1909
1973
|
}
|
|
1910
1974
|
},
|
|
1911
1975
|
{
|
|
1912
|
-
"id":
|
|
1976
|
+
"id": 136,
|
|
1913
1977
|
"name": "dropdownMenuId",
|
|
1914
1978
|
"kind": 1024,
|
|
1915
1979
|
"kindString": "Property",
|
|
@@ -1919,7 +1983,7 @@
|
|
|
1919
1983
|
"sources": [
|
|
1920
1984
|
{
|
|
1921
1985
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
1922
|
-
"line":
|
|
1986
|
+
"line": 91,
|
|
1923
1987
|
"character": 9
|
|
1924
1988
|
}
|
|
1925
1989
|
],
|
|
@@ -1930,7 +1994,7 @@
|
|
|
1930
1994
|
"defaultValue": "..."
|
|
1931
1995
|
},
|
|
1932
1996
|
{
|
|
1933
|
-
"id":
|
|
1997
|
+
"id": 141,
|
|
1934
1998
|
"name": "menuItems",
|
|
1935
1999
|
"kind": 1024,
|
|
1936
2000
|
"kindString": "Property",
|
|
@@ -1955,7 +2019,7 @@
|
|
|
1955
2019
|
"sources": [
|
|
1956
2020
|
{
|
|
1957
2021
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
1958
|
-
"line":
|
|
2022
|
+
"line": 110,
|
|
1959
2023
|
"character": 9
|
|
1960
2024
|
}
|
|
1961
2025
|
],
|
|
@@ -1974,7 +2038,7 @@
|
|
|
1974
2038
|
}
|
|
1975
2039
|
},
|
|
1976
2040
|
{
|
|
1977
|
-
"id":
|
|
2041
|
+
"id": 127,
|
|
1978
2042
|
"name": "ariaRole",
|
|
1979
2043
|
"kind": 262144,
|
|
1980
2044
|
"kindString": "Accessor",
|
|
@@ -2002,7 +2066,7 @@
|
|
|
2002
2066
|
],
|
|
2003
2067
|
"getSignature": [
|
|
2004
2068
|
{
|
|
2005
|
-
"id":
|
|
2069
|
+
"id": 128,
|
|
2006
2070
|
"name": "ariaRole",
|
|
2007
2071
|
"kind": 524288,
|
|
2008
2072
|
"kindString": "Get signature",
|
|
@@ -2024,7 +2088,7 @@
|
|
|
2024
2088
|
],
|
|
2025
2089
|
"setSignature": [
|
|
2026
2090
|
{
|
|
2027
|
-
"id":
|
|
2091
|
+
"id": 129,
|
|
2028
2092
|
"name": "ariaRole",
|
|
2029
2093
|
"kind": 1048576,
|
|
2030
2094
|
"kindString": "Set signature",
|
|
@@ -2040,7 +2104,7 @@
|
|
|
2040
2104
|
},
|
|
2041
2105
|
"parameters": [
|
|
2042
2106
|
{
|
|
2043
|
-
"id":
|
|
2107
|
+
"id": 130,
|
|
2044
2108
|
"name": "value",
|
|
2045
2109
|
"kind": 32768,
|
|
2046
2110
|
"kindString": "Parameter",
|
|
@@ -2059,7 +2123,7 @@
|
|
|
2059
2123
|
]
|
|
2060
2124
|
},
|
|
2061
2125
|
{
|
|
2062
|
-
"id":
|
|
2126
|
+
"id": 137,
|
|
2063
2127
|
"name": "menuIndex",
|
|
2064
2128
|
"kind": 262144,
|
|
2065
2129
|
"kindString": "Accessor",
|
|
@@ -2069,13 +2133,13 @@
|
|
|
2069
2133
|
"sources": [
|
|
2070
2134
|
{
|
|
2071
2135
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2072
|
-
"line":
|
|
2136
|
+
"line": 93,
|
|
2073
2137
|
"character": 13
|
|
2074
2138
|
}
|
|
2075
2139
|
],
|
|
2076
2140
|
"getSignature": [
|
|
2077
2141
|
{
|
|
2078
|
-
"id":
|
|
2142
|
+
"id": 138,
|
|
2079
2143
|
"name": "menuIndex",
|
|
2080
2144
|
"kind": 524288,
|
|
2081
2145
|
"kindString": "Get signature",
|
|
@@ -2088,14 +2152,14 @@
|
|
|
2088
2152
|
],
|
|
2089
2153
|
"setSignature": [
|
|
2090
2154
|
{
|
|
2091
|
-
"id":
|
|
2155
|
+
"id": 139,
|
|
2092
2156
|
"name": "menuIndex",
|
|
2093
2157
|
"kind": 1048576,
|
|
2094
2158
|
"kindString": "Set signature",
|
|
2095
2159
|
"flags": {},
|
|
2096
2160
|
"parameters": [
|
|
2097
2161
|
{
|
|
2098
|
-
"id":
|
|
2162
|
+
"id": 140,
|
|
2099
2163
|
"name": "value",
|
|
2100
2164
|
"kind": 32768,
|
|
2101
2165
|
"kindString": "Parameter",
|
|
@@ -2114,7 +2178,7 @@
|
|
|
2114
2178
|
]
|
|
2115
2179
|
},
|
|
2116
2180
|
{
|
|
2117
|
-
"id":
|
|
2181
|
+
"id": 153,
|
|
2118
2182
|
"name": "focusFirstItem",
|
|
2119
2183
|
"kind": 2048,
|
|
2120
2184
|
"kindString": "Method",
|
|
@@ -2124,13 +2188,13 @@
|
|
|
2124
2188
|
"sources": [
|
|
2125
2189
|
{
|
|
2126
2190
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2127
|
-
"line":
|
|
2191
|
+
"line": 201,
|
|
2128
2192
|
"character": 9
|
|
2129
2193
|
}
|
|
2130
2194
|
],
|
|
2131
2195
|
"signatures": [
|
|
2132
2196
|
{
|
|
2133
|
-
"id":
|
|
2197
|
+
"id": 154,
|
|
2134
2198
|
"name": "focusFirstItem",
|
|
2135
2199
|
"kind": 4096,
|
|
2136
2200
|
"kindString": "Call signature",
|
|
@@ -2143,7 +2207,7 @@
|
|
|
2143
2207
|
]
|
|
2144
2208
|
},
|
|
2145
2209
|
{
|
|
2146
|
-
"id":
|
|
2210
|
+
"id": 155,
|
|
2147
2211
|
"name": "focusLastItem",
|
|
2148
2212
|
"kind": 2048,
|
|
2149
2213
|
"kindString": "Method",
|
|
@@ -2153,13 +2217,13 @@
|
|
|
2153
2217
|
"sources": [
|
|
2154
2218
|
{
|
|
2155
2219
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2156
|
-
"line":
|
|
2220
|
+
"line": 216,
|
|
2157
2221
|
"character": 9
|
|
2158
2222
|
}
|
|
2159
2223
|
],
|
|
2160
2224
|
"signatures": [
|
|
2161
2225
|
{
|
|
2162
|
-
"id":
|
|
2226
|
+
"id": 156,
|
|
2163
2227
|
"name": "focusLastItem",
|
|
2164
2228
|
"kind": 4096,
|
|
2165
2229
|
"kindString": "Call signature",
|
|
@@ -2172,7 +2236,7 @@
|
|
|
2172
2236
|
]
|
|
2173
2237
|
},
|
|
2174
2238
|
{
|
|
2175
|
-
"id":
|
|
2239
|
+
"id": 159,
|
|
2176
2240
|
"name": "focusNextItem",
|
|
2177
2241
|
"kind": 2048,
|
|
2178
2242
|
"kindString": "Method",
|
|
@@ -2182,13 +2246,13 @@
|
|
|
2182
2246
|
"sources": [
|
|
2183
2247
|
{
|
|
2184
2248
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2185
|
-
"line":
|
|
2249
|
+
"line": 246,
|
|
2186
2250
|
"character": 9
|
|
2187
2251
|
}
|
|
2188
2252
|
],
|
|
2189
2253
|
"signatures": [
|
|
2190
2254
|
{
|
|
2191
|
-
"id":
|
|
2255
|
+
"id": 160,
|
|
2192
2256
|
"name": "focusNextItem",
|
|
2193
2257
|
"kind": 4096,
|
|
2194
2258
|
"kindString": "Call signature",
|
|
@@ -2201,7 +2265,7 @@
|
|
|
2201
2265
|
]
|
|
2202
2266
|
},
|
|
2203
2267
|
{
|
|
2204
|
-
"id":
|
|
2268
|
+
"id": 157,
|
|
2205
2269
|
"name": "focusPreviousItem",
|
|
2206
2270
|
"kind": 2048,
|
|
2207
2271
|
"kindString": "Method",
|
|
@@ -2211,13 +2275,13 @@
|
|
|
2211
2275
|
"sources": [
|
|
2212
2276
|
{
|
|
2213
2277
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2214
|
-
"line":
|
|
2278
|
+
"line": 231,
|
|
2215
2279
|
"character": 9
|
|
2216
2280
|
}
|
|
2217
2281
|
],
|
|
2218
2282
|
"signatures": [
|
|
2219
2283
|
{
|
|
2220
|
-
"id":
|
|
2284
|
+
"id": 158,
|
|
2221
2285
|
"name": "focusPreviousItem",
|
|
2222
2286
|
"kind": 4096,
|
|
2223
2287
|
"kindString": "Call signature",
|
|
@@ -2230,7 +2294,7 @@
|
|
|
2230
2294
|
]
|
|
2231
2295
|
},
|
|
2232
2296
|
{
|
|
2233
|
-
"id":
|
|
2297
|
+
"id": 149,
|
|
2234
2298
|
"name": "ngAfterContentInit",
|
|
2235
2299
|
"kind": 2048,
|
|
2236
2300
|
"kindString": "Method",
|
|
@@ -2240,13 +2304,13 @@
|
|
|
2240
2304
|
"sources": [
|
|
2241
2305
|
{
|
|
2242
2306
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2243
|
-
"line":
|
|
2307
|
+
"line": 134,
|
|
2244
2308
|
"character": 9
|
|
2245
2309
|
}
|
|
2246
2310
|
],
|
|
2247
2311
|
"signatures": [
|
|
2248
2312
|
{
|
|
2249
|
-
"id":
|
|
2313
|
+
"id": 150,
|
|
2250
2314
|
"name": "ngAfterContentInit",
|
|
2251
2315
|
"kind": 4096,
|
|
2252
2316
|
"kindString": "Call signature",
|
|
@@ -2267,7 +2331,7 @@
|
|
|
2267
2331
|
}
|
|
2268
2332
|
},
|
|
2269
2333
|
{
|
|
2270
|
-
"id":
|
|
2334
|
+
"id": 151,
|
|
2271
2335
|
"name": "ngOnDestroy",
|
|
2272
2336
|
"kind": 2048,
|
|
2273
2337
|
"kindString": "Method",
|
|
@@ -2277,13 +2341,13 @@
|
|
|
2277
2341
|
"sources": [
|
|
2278
2342
|
{
|
|
2279
2343
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2280
|
-
"line":
|
|
2344
|
+
"line": 196,
|
|
2281
2345
|
"character": 9
|
|
2282
2346
|
}
|
|
2283
2347
|
],
|
|
2284
2348
|
"signatures": [
|
|
2285
2349
|
{
|
|
2286
|
-
"id":
|
|
2350
|
+
"id": 152,
|
|
2287
2351
|
"name": "ngOnDestroy",
|
|
2288
2352
|
"kind": 4096,
|
|
2289
2353
|
"kindString": "Call signature",
|
|
@@ -2304,7 +2368,7 @@
|
|
|
2304
2368
|
}
|
|
2305
2369
|
},
|
|
2306
2370
|
{
|
|
2307
|
-
"id":
|
|
2371
|
+
"id": 161,
|
|
2308
2372
|
"name": "reset",
|
|
2309
2373
|
"kind": 2048,
|
|
2310
2374
|
"kindString": "Method",
|
|
@@ -2314,13 +2378,13 @@
|
|
|
2314
2378
|
"sources": [
|
|
2315
2379
|
{
|
|
2316
2380
|
"fileName": "projects/popovers/src/modules/dropdown/dropdown-menu.component.ts",
|
|
2317
|
-
"line":
|
|
2381
|
+
"line": 261,
|
|
2318
2382
|
"character": 9
|
|
2319
2383
|
}
|
|
2320
2384
|
],
|
|
2321
2385
|
"signatures": [
|
|
2322
2386
|
{
|
|
2323
|
-
"id":
|
|
2387
|
+
"id": 162,
|
|
2324
2388
|
"name": "reset",
|
|
2325
2389
|
"kind": 4096,
|
|
2326
2390
|
"kindString": "Call signature",
|
|
@@ -2338,37 +2402,37 @@
|
|
|
2338
2402
|
"title": "Constructors",
|
|
2339
2403
|
"kind": 512,
|
|
2340
2404
|
"children": [
|
|
2341
|
-
|
|
2405
|
+
121
|
|
2342
2406
|
]
|
|
2343
2407
|
},
|
|
2344
2408
|
{
|
|
2345
2409
|
"title": "Properties",
|
|
2346
2410
|
"kind": 1024,
|
|
2347
2411
|
"children": [
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2412
|
+
126,
|
|
2413
|
+
136,
|
|
2414
|
+
141
|
|
2351
2415
|
]
|
|
2352
2416
|
},
|
|
2353
2417
|
{
|
|
2354
2418
|
"title": "Accessors",
|
|
2355
2419
|
"kind": 262144,
|
|
2356
2420
|
"children": [
|
|
2357
|
-
|
|
2358
|
-
|
|
2421
|
+
127,
|
|
2422
|
+
137
|
|
2359
2423
|
]
|
|
2360
2424
|
},
|
|
2361
2425
|
{
|
|
2362
2426
|
"title": "Methods",
|
|
2363
2427
|
"kind": 2048,
|
|
2364
2428
|
"children": [
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2429
|
+
153,
|
|
2430
|
+
155,
|
|
2431
|
+
159,
|
|
2432
|
+
157,
|
|
2433
|
+
149,
|
|
2434
|
+
151,
|
|
2435
|
+
161
|
|
2372
2436
|
]
|
|
2373
2437
|
}
|
|
2374
2438
|
],
|
|
@@ -2395,7 +2459,7 @@
|
|
|
2395
2459
|
]
|
|
2396
2460
|
},
|
|
2397
2461
|
{
|
|
2398
|
-
"id":
|
|
2462
|
+
"id": 262,
|
|
2399
2463
|
"name": "SkyPopoverComponent",
|
|
2400
2464
|
"kind": 128,
|
|
2401
2465
|
"kindString": "Class",
|
|
@@ -2416,7 +2480,7 @@
|
|
|
2416
2480
|
],
|
|
2417
2481
|
"children": [
|
|
2418
2482
|
{
|
|
2419
|
-
"id":
|
|
2483
|
+
"id": 263,
|
|
2420
2484
|
"name": "constructor",
|
|
2421
2485
|
"kind": 512,
|
|
2422
2486
|
"kindString": "Constructor",
|
|
@@ -2424,20 +2488,20 @@
|
|
|
2424
2488
|
"sources": [
|
|
2425
2489
|
{
|
|
2426
2490
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2427
|
-
"line":
|
|
2491
|
+
"line": 139,
|
|
2428
2492
|
"character": 2
|
|
2429
2493
|
}
|
|
2430
2494
|
],
|
|
2431
2495
|
"signatures": [
|
|
2432
2496
|
{
|
|
2433
|
-
"id":
|
|
2497
|
+
"id": 264,
|
|
2434
2498
|
"name": "SkyPopoverComponent",
|
|
2435
2499
|
"kind": 16384,
|
|
2436
2500
|
"kindString": "Constructor signature",
|
|
2437
2501
|
"flags": {},
|
|
2438
2502
|
"parameters": [
|
|
2439
2503
|
{
|
|
2440
|
-
"id":
|
|
2504
|
+
"id": 265,
|
|
2441
2505
|
"name": "overlayService",
|
|
2442
2506
|
"kind": 32768,
|
|
2443
2507
|
"kindString": "Parameter",
|
|
@@ -2450,14 +2514,14 @@
|
|
|
2450
2514
|
],
|
|
2451
2515
|
"type": {
|
|
2452
2516
|
"type": "reference",
|
|
2453
|
-
"id":
|
|
2517
|
+
"id": 262,
|
|
2454
2518
|
"name": "SkyPopoverComponent"
|
|
2455
2519
|
}
|
|
2456
2520
|
}
|
|
2457
2521
|
]
|
|
2458
2522
|
},
|
|
2459
2523
|
{
|
|
2460
|
-
"id":
|
|
2524
|
+
"id": 287,
|
|
2461
2525
|
"name": "isMouseEnter",
|
|
2462
2526
|
"kind": 1024,
|
|
2463
2527
|
"kindString": "Property",
|
|
@@ -2467,7 +2531,7 @@
|
|
|
2467
2531
|
"sources": [
|
|
2468
2532
|
{
|
|
2469
2533
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2470
|
-
"line":
|
|
2534
|
+
"line": 113,
|
|
2471
2535
|
"character": 9
|
|
2472
2536
|
}
|
|
2473
2537
|
],
|
|
@@ -2478,7 +2542,7 @@
|
|
|
2478
2542
|
"defaultValue": "false"
|
|
2479
2543
|
},
|
|
2480
2544
|
{
|
|
2481
|
-
"id":
|
|
2545
|
+
"id": 283,
|
|
2482
2546
|
"name": "popoverClosed",
|
|
2483
2547
|
"kind": 1024,
|
|
2484
2548
|
"kindString": "Property",
|
|
@@ -2503,7 +2567,7 @@
|
|
|
2503
2567
|
"sources": [
|
|
2504
2568
|
{
|
|
2505
2569
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2506
|
-
"line":
|
|
2570
|
+
"line": 92,
|
|
2507
2571
|
"character": 9
|
|
2508
2572
|
}
|
|
2509
2573
|
],
|
|
@@ -2512,7 +2576,7 @@
|
|
|
2512
2576
|
"typeArguments": [
|
|
2513
2577
|
{
|
|
2514
2578
|
"type": "reference",
|
|
2515
|
-
"id":
|
|
2579
|
+
"id": 262,
|
|
2516
2580
|
"name": "SkyPopoverComponent"
|
|
2517
2581
|
}
|
|
2518
2582
|
],
|
|
@@ -2523,7 +2587,7 @@
|
|
|
2523
2587
|
"defaultValue": "..."
|
|
2524
2588
|
},
|
|
2525
2589
|
{
|
|
2526
|
-
"id":
|
|
2590
|
+
"id": 284,
|
|
2527
2591
|
"name": "popoverOpened",
|
|
2528
2592
|
"kind": 1024,
|
|
2529
2593
|
"kindString": "Property",
|
|
@@ -2548,7 +2612,7 @@
|
|
|
2548
2612
|
"sources": [
|
|
2549
2613
|
{
|
|
2550
2614
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2551
|
-
"line":
|
|
2615
|
+
"line": 98,
|
|
2552
2616
|
"character": 9
|
|
2553
2617
|
}
|
|
2554
2618
|
],
|
|
@@ -2557,7 +2621,7 @@
|
|
|
2557
2621
|
"typeArguments": [
|
|
2558
2622
|
{
|
|
2559
2623
|
"type": "reference",
|
|
2560
|
-
"id":
|
|
2624
|
+
"id": 262,
|
|
2561
2625
|
"name": "SkyPopoverComponent"
|
|
2562
2626
|
}
|
|
2563
2627
|
],
|
|
@@ -2568,7 +2632,7 @@
|
|
|
2568
2632
|
"defaultValue": "..."
|
|
2569
2633
|
},
|
|
2570
2634
|
{
|
|
2571
|
-
"id":
|
|
2635
|
+
"id": 278,
|
|
2572
2636
|
"name": "popoverTitle",
|
|
2573
2637
|
"kind": 1024,
|
|
2574
2638
|
"kindString": "Property",
|
|
@@ -2593,7 +2657,7 @@
|
|
|
2593
2657
|
"sources": [
|
|
2594
2658
|
{
|
|
2595
2659
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2596
|
-
"line":
|
|
2660
|
+
"line": 73,
|
|
2597
2661
|
"character": 9
|
|
2598
2662
|
}
|
|
2599
2663
|
],
|
|
@@ -2603,7 +2667,50 @@
|
|
|
2603
2667
|
}
|
|
2604
2668
|
},
|
|
2605
2669
|
{
|
|
2606
|
-
"id":
|
|
2670
|
+
"id": 288,
|
|
2671
|
+
"name": "templateRef",
|
|
2672
|
+
"kind": 1024,
|
|
2673
|
+
"kindString": "Property",
|
|
2674
|
+
"flags": {
|
|
2675
|
+
"isPublic": true
|
|
2676
|
+
},
|
|
2677
|
+
"decorators": [
|
|
2678
|
+
{
|
|
2679
|
+
"name": "ViewChild",
|
|
2680
|
+
"type": {
|
|
2681
|
+
"type": "reference",
|
|
2682
|
+
"qualifiedName": "ViewChildDecorator",
|
|
2683
|
+
"package": "@angular/core",
|
|
2684
|
+
"name": "ViewChild"
|
|
2685
|
+
},
|
|
2686
|
+
"arguments": {
|
|
2687
|
+
"selector": "'templateRef'",
|
|
2688
|
+
"opts": "{\n read: TemplateRef,\n static: true,\n }"
|
|
2689
|
+
}
|
|
2690
|
+
}
|
|
2691
|
+
],
|
|
2692
|
+
"sources": [
|
|
2693
|
+
{
|
|
2694
|
+
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2695
|
+
"line": 119,
|
|
2696
|
+
"character": 9
|
|
2697
|
+
}
|
|
2698
|
+
],
|
|
2699
|
+
"type": {
|
|
2700
|
+
"type": "reference",
|
|
2701
|
+
"typeArguments": [
|
|
2702
|
+
{
|
|
2703
|
+
"type": "intrinsic",
|
|
2704
|
+
"name": "unknown"
|
|
2705
|
+
}
|
|
2706
|
+
],
|
|
2707
|
+
"qualifiedName": "TemplateRef",
|
|
2708
|
+
"package": "@angular/core",
|
|
2709
|
+
"name": "TemplateRef"
|
|
2710
|
+
}
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"id": 266,
|
|
2607
2714
|
"name": "alignment",
|
|
2608
2715
|
"kind": 262144,
|
|
2609
2716
|
"kindString": "Accessor",
|
|
@@ -2631,7 +2738,7 @@
|
|
|
2631
2738
|
],
|
|
2632
2739
|
"getSignature": [
|
|
2633
2740
|
{
|
|
2634
|
-
"id":
|
|
2741
|
+
"id": 267,
|
|
2635
2742
|
"name": "alignment",
|
|
2636
2743
|
"kind": 524288,
|
|
2637
2744
|
"kindString": "Get signature",
|
|
@@ -2647,14 +2754,14 @@
|
|
|
2647
2754
|
},
|
|
2648
2755
|
"type": {
|
|
2649
2756
|
"type": "reference",
|
|
2650
|
-
"id":
|
|
2757
|
+
"id": 382,
|
|
2651
2758
|
"name": "SkyPopoverAlignment"
|
|
2652
2759
|
}
|
|
2653
2760
|
}
|
|
2654
2761
|
],
|
|
2655
2762
|
"setSignature": [
|
|
2656
2763
|
{
|
|
2657
|
-
"id":
|
|
2764
|
+
"id": 268,
|
|
2658
2765
|
"name": "alignment",
|
|
2659
2766
|
"kind": 1048576,
|
|
2660
2767
|
"kindString": "Set signature",
|
|
@@ -2670,14 +2777,14 @@
|
|
|
2670
2777
|
},
|
|
2671
2778
|
"parameters": [
|
|
2672
2779
|
{
|
|
2673
|
-
"id":
|
|
2780
|
+
"id": 269,
|
|
2674
2781
|
"name": "value",
|
|
2675
2782
|
"kind": 32768,
|
|
2676
2783
|
"kindString": "Parameter",
|
|
2677
2784
|
"flags": {},
|
|
2678
2785
|
"type": {
|
|
2679
2786
|
"type": "reference",
|
|
2680
|
-
"id":
|
|
2787
|
+
"id": 382,
|
|
2681
2788
|
"name": "SkyPopoverAlignment"
|
|
2682
2789
|
}
|
|
2683
2790
|
}
|
|
@@ -2690,7 +2797,7 @@
|
|
|
2690
2797
|
]
|
|
2691
2798
|
},
|
|
2692
2799
|
{
|
|
2693
|
-
"id":
|
|
2800
|
+
"id": 270,
|
|
2694
2801
|
"name": "dismissOnBlur",
|
|
2695
2802
|
"kind": 262144,
|
|
2696
2803
|
"kindString": "Accessor",
|
|
@@ -2718,7 +2825,7 @@
|
|
|
2718
2825
|
],
|
|
2719
2826
|
"getSignature": [
|
|
2720
2827
|
{
|
|
2721
|
-
"id":
|
|
2828
|
+
"id": 271,
|
|
2722
2829
|
"name": "dismissOnBlur",
|
|
2723
2830
|
"kind": 524288,
|
|
2724
2831
|
"kindString": "Get signature",
|
|
@@ -2740,7 +2847,7 @@
|
|
|
2740
2847
|
],
|
|
2741
2848
|
"setSignature": [
|
|
2742
2849
|
{
|
|
2743
|
-
"id":
|
|
2850
|
+
"id": 272,
|
|
2744
2851
|
"name": "dismissOnBlur",
|
|
2745
2852
|
"kind": 1048576,
|
|
2746
2853
|
"kindString": "Set signature",
|
|
@@ -2756,7 +2863,7 @@
|
|
|
2756
2863
|
},
|
|
2757
2864
|
"parameters": [
|
|
2758
2865
|
{
|
|
2759
|
-
"id":
|
|
2866
|
+
"id": 273,
|
|
2760
2867
|
"name": "value",
|
|
2761
2868
|
"kind": 32768,
|
|
2762
2869
|
"kindString": "Parameter",
|
|
@@ -2775,7 +2882,7 @@
|
|
|
2775
2882
|
]
|
|
2776
2883
|
},
|
|
2777
2884
|
{
|
|
2778
|
-
"id":
|
|
2885
|
+
"id": 274,
|
|
2779
2886
|
"name": "placement",
|
|
2780
2887
|
"kind": 262144,
|
|
2781
2888
|
"kindString": "Accessor",
|
|
@@ -2797,13 +2904,13 @@
|
|
|
2797
2904
|
"sources": [
|
|
2798
2905
|
{
|
|
2799
2906
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2800
|
-
"line":
|
|
2907
|
+
"line": 61,
|
|
2801
2908
|
"character": 13
|
|
2802
2909
|
}
|
|
2803
2910
|
],
|
|
2804
2911
|
"getSignature": [
|
|
2805
2912
|
{
|
|
2806
|
-
"id":
|
|
2913
|
+
"id": 275,
|
|
2807
2914
|
"name": "placement",
|
|
2808
2915
|
"kind": 524288,
|
|
2809
2916
|
"kindString": "Get signature",
|
|
@@ -2819,14 +2926,14 @@
|
|
|
2819
2926
|
},
|
|
2820
2927
|
"type": {
|
|
2821
2928
|
"type": "reference",
|
|
2822
|
-
"id":
|
|
2929
|
+
"id": 390,
|
|
2823
2930
|
"name": "SkyPopoverPlacement"
|
|
2824
2931
|
}
|
|
2825
2932
|
}
|
|
2826
2933
|
],
|
|
2827
2934
|
"setSignature": [
|
|
2828
2935
|
{
|
|
2829
|
-
"id":
|
|
2936
|
+
"id": 276,
|
|
2830
2937
|
"name": "placement",
|
|
2831
2938
|
"kind": 1048576,
|
|
2832
2939
|
"kindString": "Set signature",
|
|
@@ -2842,14 +2949,14 @@
|
|
|
2842
2949
|
},
|
|
2843
2950
|
"parameters": [
|
|
2844
2951
|
{
|
|
2845
|
-
"id":
|
|
2952
|
+
"id": 277,
|
|
2846
2953
|
"name": "value",
|
|
2847
2954
|
"kind": 32768,
|
|
2848
2955
|
"kindString": "Parameter",
|
|
2849
2956
|
"flags": {},
|
|
2850
2957
|
"type": {
|
|
2851
2958
|
"type": "reference",
|
|
2852
|
-
"id":
|
|
2959
|
+
"id": 390,
|
|
2853
2960
|
"name": "SkyPopoverPlacement"
|
|
2854
2961
|
}
|
|
2855
2962
|
}
|
|
@@ -2862,7 +2969,7 @@
|
|
|
2862
2969
|
]
|
|
2863
2970
|
},
|
|
2864
2971
|
{
|
|
2865
|
-
"id":
|
|
2972
|
+
"id": 279,
|
|
2866
2973
|
"name": "popoverType",
|
|
2867
2974
|
"kind": 262144,
|
|
2868
2975
|
"kindString": "Accessor",
|
|
@@ -2884,13 +2991,13 @@
|
|
|
2884
2991
|
"sources": [
|
|
2885
2992
|
{
|
|
2886
2993
|
"fileName": "projects/popovers/src/modules/popover/popover.component.ts",
|
|
2887
|
-
"line":
|
|
2994
|
+
"line": 80,
|
|
2888
2995
|
"character": 13
|
|
2889
2996
|
}
|
|
2890
2997
|
],
|
|
2891
2998
|
"getSignature": [
|
|
2892
2999
|
{
|
|
2893
|
-
"id":
|
|
3000
|
+
"id": 280,
|
|
2894
3001
|
"name": "popoverType",
|
|
2895
3002
|
"kind": 524288,
|
|
2896
3003
|
"kindString": "Get signature",
|
|
@@ -2906,14 +3013,14 @@
|
|
|
2906
3013
|
},
|
|
2907
3014
|
"type": {
|
|
2908
3015
|
"type": "reference",
|
|
2909
|
-
"id":
|
|
3016
|
+
"id": 399,
|
|
2910
3017
|
"name": "SkyPopoverType"
|
|
2911
3018
|
}
|
|
2912
3019
|
}
|
|
2913
3020
|
],
|
|
2914
3021
|
"setSignature": [
|
|
2915
3022
|
{
|
|
2916
|
-
"id":
|
|
3023
|
+
"id": 281,
|
|
2917
3024
|
"name": "popoverType",
|
|
2918
3025
|
"kind": 1048576,
|
|
2919
3026
|
"kindString": "Set signature",
|
|
@@ -2929,14 +3036,14 @@
|
|
|
2929
3036
|
},
|
|
2930
3037
|
"parameters": [
|
|
2931
3038
|
{
|
|
2932
|
-
"id":
|
|
3039
|
+
"id": 282,
|
|
2933
3040
|
"name": "value",
|
|
2934
3041
|
"kind": 32768,
|
|
2935
3042
|
"kindString": "Parameter",
|
|
2936
3043
|
"flags": {},
|
|
2937
3044
|
"type": {
|
|
2938
3045
|
"type": "reference",
|
|
2939
|
-
"id":
|
|
3046
|
+
"id": 399,
|
|
2940
3047
|
"name": "SkyPopoverType"
|
|
2941
3048
|
}
|
|
2942
3049
|
}
|
|
@@ -2949,7 +3056,7 @@
|
|
|
2949
3056
|
]
|
|
2950
3057
|
},
|
|
2951
3058
|
{
|
|
2952
|
-
"id":
|
|
3059
|
+
"id": 298,
|
|
2953
3060
|
"name": "ngOnDestroy",
|
|
2954
3061
|
"kind": 2048,
|
|
2955
3062
|
"kindString": "Method",
|
|
@@ -2965,7 +3072,7 @@
|
|
|
2965
3072
|
],
|
|
2966
3073
|
"signatures": [
|
|
2967
3074
|
{
|
|
2968
|
-
"id":
|
|
3075
|
+
"id": 299,
|
|
2969
3076
|
"name": "ngOnDestroy",
|
|
2970
3077
|
"kind": 4096,
|
|
2971
3078
|
"kindString": "Call signature",
|
|
@@ -2991,34 +3098,35 @@
|
|
|
2991
3098
|
"title": "Constructors",
|
|
2992
3099
|
"kind": 512,
|
|
2993
3100
|
"children": [
|
|
2994
|
-
|
|
3101
|
+
263
|
|
2995
3102
|
]
|
|
2996
3103
|
},
|
|
2997
3104
|
{
|
|
2998
3105
|
"title": "Properties",
|
|
2999
3106
|
"kind": 1024,
|
|
3000
3107
|
"children": [
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3108
|
+
287,
|
|
3109
|
+
283,
|
|
3110
|
+
284,
|
|
3111
|
+
278,
|
|
3112
|
+
288
|
|
3005
3113
|
]
|
|
3006
3114
|
},
|
|
3007
3115
|
{
|
|
3008
3116
|
"title": "Accessors",
|
|
3009
3117
|
"kind": 262144,
|
|
3010
3118
|
"children": [
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3119
|
+
266,
|
|
3120
|
+
270,
|
|
3121
|
+
274,
|
|
3122
|
+
279
|
|
3015
3123
|
]
|
|
3016
3124
|
},
|
|
3017
3125
|
{
|
|
3018
3126
|
"title": "Methods",
|
|
3019
3127
|
"kind": 2048,
|
|
3020
3128
|
"children": [
|
|
3021
|
-
|
|
3129
|
+
298
|
|
3022
3130
|
]
|
|
3023
3131
|
}
|
|
3024
3132
|
],
|
|
@@ -3039,7 +3147,7 @@
|
|
|
3039
3147
|
]
|
|
3040
3148
|
},
|
|
3041
3149
|
{
|
|
3042
|
-
"id":
|
|
3150
|
+
"id": 313,
|
|
3043
3151
|
"name": "SkyPopoverDirective",
|
|
3044
3152
|
"kind": 128,
|
|
3045
3153
|
"kindString": "Class",
|
|
@@ -3060,7 +3168,7 @@
|
|
|
3060
3168
|
],
|
|
3061
3169
|
"children": [
|
|
3062
3170
|
{
|
|
3063
|
-
"id":
|
|
3171
|
+
"id": 314,
|
|
3064
3172
|
"name": "constructor",
|
|
3065
3173
|
"kind": 512,
|
|
3066
3174
|
"kindString": "Constructor",
|
|
@@ -3068,20 +3176,20 @@
|
|
|
3068
3176
|
"sources": [
|
|
3069
3177
|
{
|
|
3070
3178
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3071
|
-
"line":
|
|
3179
|
+
"line": 73,
|
|
3072
3180
|
"character": 2
|
|
3073
3181
|
}
|
|
3074
3182
|
],
|
|
3075
3183
|
"signatures": [
|
|
3076
3184
|
{
|
|
3077
|
-
"id":
|
|
3185
|
+
"id": 315,
|
|
3078
3186
|
"name": "SkyPopoverDirective",
|
|
3079
3187
|
"kind": 16384,
|
|
3080
3188
|
"kindString": "Constructor signature",
|
|
3081
3189
|
"flags": {},
|
|
3082
3190
|
"parameters": [
|
|
3083
3191
|
{
|
|
3084
|
-
"id":
|
|
3192
|
+
"id": 316,
|
|
3085
3193
|
"name": "elementRef",
|
|
3086
3194
|
"kind": 32768,
|
|
3087
3195
|
"kindString": "Parameter",
|
|
@@ -3102,14 +3210,14 @@
|
|
|
3102
3210
|
],
|
|
3103
3211
|
"type": {
|
|
3104
3212
|
"type": "reference",
|
|
3105
|
-
"id":
|
|
3213
|
+
"id": 313,
|
|
3106
3214
|
"name": "SkyPopoverDirective"
|
|
3107
3215
|
}
|
|
3108
3216
|
}
|
|
3109
3217
|
]
|
|
3110
3218
|
},
|
|
3111
3219
|
{
|
|
3112
|
-
"id":
|
|
3220
|
+
"id": 317,
|
|
3113
3221
|
"name": "skyPopover",
|
|
3114
3222
|
"kind": 1024,
|
|
3115
3223
|
"kindString": "Property",
|
|
@@ -3146,12 +3254,12 @@
|
|
|
3146
3254
|
],
|
|
3147
3255
|
"type": {
|
|
3148
3256
|
"type": "reference",
|
|
3149
|
-
"id":
|
|
3257
|
+
"id": 262,
|
|
3150
3258
|
"name": "SkyPopoverComponent"
|
|
3151
3259
|
}
|
|
3152
3260
|
},
|
|
3153
3261
|
{
|
|
3154
|
-
"id":
|
|
3262
|
+
"id": 318,
|
|
3155
3263
|
"name": "skyPopoverAlignment",
|
|
3156
3264
|
"kind": 1024,
|
|
3157
3265
|
"kindString": "Property",
|
|
@@ -3182,12 +3290,12 @@
|
|
|
3182
3290
|
],
|
|
3183
3291
|
"type": {
|
|
3184
3292
|
"type": "reference",
|
|
3185
|
-
"id":
|
|
3293
|
+
"id": 382,
|
|
3186
3294
|
"name": "SkyPopoverAlignment"
|
|
3187
3295
|
}
|
|
3188
3296
|
},
|
|
3189
3297
|
{
|
|
3190
|
-
"id":
|
|
3298
|
+
"id": 325,
|
|
3191
3299
|
"name": "skyPopoverPlacement",
|
|
3192
3300
|
"kind": 1024,
|
|
3193
3301
|
"kindString": "Property",
|
|
@@ -3218,12 +3326,12 @@
|
|
|
3218
3326
|
],
|
|
3219
3327
|
"type": {
|
|
3220
3328
|
"type": "reference",
|
|
3221
|
-
"id":
|
|
3329
|
+
"id": 390,
|
|
3222
3330
|
"name": "SkyPopoverPlacement"
|
|
3223
3331
|
}
|
|
3224
3332
|
},
|
|
3225
3333
|
{
|
|
3226
|
-
"id":
|
|
3334
|
+
"id": 319,
|
|
3227
3335
|
"name": "skyPopoverMessageStream",
|
|
3228
3336
|
"kind": 262144,
|
|
3229
3337
|
"kindString": "Accessor",
|
|
@@ -3251,7 +3359,7 @@
|
|
|
3251
3359
|
],
|
|
3252
3360
|
"getSignature": [
|
|
3253
3361
|
{
|
|
3254
|
-
"id":
|
|
3362
|
+
"id": 320,
|
|
3255
3363
|
"name": "skyPopoverMessageStream",
|
|
3256
3364
|
"kind": 524288,
|
|
3257
3365
|
"kindString": "Get signature",
|
|
@@ -3264,7 +3372,7 @@
|
|
|
3264
3372
|
"typeArguments": [
|
|
3265
3373
|
{
|
|
3266
3374
|
"type": "reference",
|
|
3267
|
-
"id":
|
|
3375
|
+
"id": 383,
|
|
3268
3376
|
"name": "SkyPopoverMessage"
|
|
3269
3377
|
}
|
|
3270
3378
|
],
|
|
@@ -3276,7 +3384,7 @@
|
|
|
3276
3384
|
],
|
|
3277
3385
|
"setSignature": [
|
|
3278
3386
|
{
|
|
3279
|
-
"id":
|
|
3387
|
+
"id": 321,
|
|
3280
3388
|
"name": "skyPopoverMessageStream",
|
|
3281
3389
|
"kind": 1048576,
|
|
3282
3390
|
"kindString": "Set signature",
|
|
@@ -3286,7 +3394,7 @@
|
|
|
3286
3394
|
},
|
|
3287
3395
|
"parameters": [
|
|
3288
3396
|
{
|
|
3289
|
-
"id":
|
|
3397
|
+
"id": 322,
|
|
3290
3398
|
"name": "value",
|
|
3291
3399
|
"kind": 32768,
|
|
3292
3400
|
"kindString": "Parameter",
|
|
@@ -3296,7 +3404,7 @@
|
|
|
3296
3404
|
"typeArguments": [
|
|
3297
3405
|
{
|
|
3298
3406
|
"type": "reference",
|
|
3299
|
-
"id":
|
|
3407
|
+
"id": 383,
|
|
3300
3408
|
"name": "SkyPopoverMessage"
|
|
3301
3409
|
}
|
|
3302
3410
|
],
|
|
@@ -3314,7 +3422,7 @@
|
|
|
3314
3422
|
]
|
|
3315
3423
|
},
|
|
3316
3424
|
{
|
|
3317
|
-
"id":
|
|
3425
|
+
"id": 326,
|
|
3318
3426
|
"name": "skyPopoverTrigger",
|
|
3319
3427
|
"kind": 262144,
|
|
3320
3428
|
"kindString": "Accessor",
|
|
@@ -3342,7 +3450,7 @@
|
|
|
3342
3450
|
],
|
|
3343
3451
|
"getSignature": [
|
|
3344
3452
|
{
|
|
3345
|
-
"id":
|
|
3453
|
+
"id": 327,
|
|
3346
3454
|
"name": "skyPopoverTrigger",
|
|
3347
3455
|
"kind": 524288,
|
|
3348
3456
|
"kindString": "Get signature",
|
|
@@ -3352,14 +3460,14 @@
|
|
|
3352
3460
|
},
|
|
3353
3461
|
"type": {
|
|
3354
3462
|
"type": "reference",
|
|
3355
|
-
"id":
|
|
3463
|
+
"id": 398,
|
|
3356
3464
|
"name": "SkyPopoverTrigger"
|
|
3357
3465
|
}
|
|
3358
3466
|
}
|
|
3359
3467
|
],
|
|
3360
3468
|
"setSignature": [
|
|
3361
3469
|
{
|
|
3362
|
-
"id":
|
|
3470
|
+
"id": 328,
|
|
3363
3471
|
"name": "skyPopoverTrigger",
|
|
3364
3472
|
"kind": 1048576,
|
|
3365
3473
|
"kindString": "Set signature",
|
|
@@ -3369,14 +3477,14 @@
|
|
|
3369
3477
|
},
|
|
3370
3478
|
"parameters": [
|
|
3371
3479
|
{
|
|
3372
|
-
"id":
|
|
3480
|
+
"id": 329,
|
|
3373
3481
|
"name": "value",
|
|
3374
3482
|
"kind": 32768,
|
|
3375
3483
|
"kindString": "Parameter",
|
|
3376
3484
|
"flags": {},
|
|
3377
3485
|
"type": {
|
|
3378
3486
|
"type": "reference",
|
|
3379
|
-
"id":
|
|
3487
|
+
"id": 398,
|
|
3380
3488
|
"name": "SkyPopoverTrigger"
|
|
3381
3489
|
}
|
|
3382
3490
|
}
|
|
@@ -3389,7 +3497,7 @@
|
|
|
3389
3497
|
]
|
|
3390
3498
|
},
|
|
3391
3499
|
{
|
|
3392
|
-
"id":
|
|
3500
|
+
"id": 335,
|
|
3393
3501
|
"name": "ngOnDestroy",
|
|
3394
3502
|
"kind": 2048,
|
|
3395
3503
|
"kindString": "Method",
|
|
@@ -3399,13 +3507,13 @@
|
|
|
3399
3507
|
"sources": [
|
|
3400
3508
|
{
|
|
3401
3509
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3402
|
-
"line":
|
|
3510
|
+
"line": 82,
|
|
3403
3511
|
"character": 9
|
|
3404
3512
|
}
|
|
3405
3513
|
],
|
|
3406
3514
|
"signatures": [
|
|
3407
3515
|
{
|
|
3408
|
-
"id":
|
|
3516
|
+
"id": 336,
|
|
3409
3517
|
"name": "ngOnDestroy",
|
|
3410
3518
|
"kind": 4096,
|
|
3411
3519
|
"kindString": "Call signature",
|
|
@@ -3426,7 +3534,7 @@
|
|
|
3426
3534
|
}
|
|
3427
3535
|
},
|
|
3428
3536
|
{
|
|
3429
|
-
"id":
|
|
3537
|
+
"id": 333,
|
|
3430
3538
|
"name": "ngOnInit",
|
|
3431
3539
|
"kind": 2048,
|
|
3432
3540
|
"kindString": "Method",
|
|
@@ -3436,13 +3544,13 @@
|
|
|
3436
3544
|
"sources": [
|
|
3437
3545
|
{
|
|
3438
3546
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3439
|
-
"line":
|
|
3547
|
+
"line": 78,
|
|
3440
3548
|
"character": 9
|
|
3441
3549
|
}
|
|
3442
3550
|
],
|
|
3443
3551
|
"signatures": [
|
|
3444
3552
|
{
|
|
3445
|
-
"id":
|
|
3553
|
+
"id": 334,
|
|
3446
3554
|
"name": "ngOnInit",
|
|
3447
3555
|
"kind": 4096,
|
|
3448
3556
|
"kindString": "Call signature",
|
|
@@ -3463,7 +3571,7 @@
|
|
|
3463
3571
|
}
|
|
3464
3572
|
},
|
|
3465
3573
|
{
|
|
3466
|
-
"id":
|
|
3574
|
+
"id": 337,
|
|
3467
3575
|
"name": "togglePopover",
|
|
3468
3576
|
"kind": 2048,
|
|
3469
3577
|
"kindString": "Method",
|
|
@@ -3473,13 +3581,13 @@
|
|
|
3473
3581
|
"sources": [
|
|
3474
3582
|
{
|
|
3475
3583
|
"fileName": "projects/popovers/src/modules/popover/popover.directive.ts",
|
|
3476
|
-
"line":
|
|
3584
|
+
"line": 87,
|
|
3477
3585
|
"character": 9
|
|
3478
3586
|
}
|
|
3479
3587
|
],
|
|
3480
3588
|
"signatures": [
|
|
3481
3589
|
{
|
|
3482
|
-
"id":
|
|
3590
|
+
"id": 338,
|
|
3483
3591
|
"name": "togglePopover",
|
|
3484
3592
|
"kind": 4096,
|
|
3485
3593
|
"kindString": "Call signature",
|
|
@@ -3497,33 +3605,33 @@
|
|
|
3497
3605
|
"title": "Constructors",
|
|
3498
3606
|
"kind": 512,
|
|
3499
3607
|
"children": [
|
|
3500
|
-
|
|
3608
|
+
314
|
|
3501
3609
|
]
|
|
3502
3610
|
},
|
|
3503
3611
|
{
|
|
3504
3612
|
"title": "Properties",
|
|
3505
3613
|
"kind": 1024,
|
|
3506
3614
|
"children": [
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3615
|
+
317,
|
|
3616
|
+
318,
|
|
3617
|
+
325
|
|
3510
3618
|
]
|
|
3511
3619
|
},
|
|
3512
3620
|
{
|
|
3513
3621
|
"title": "Accessors",
|
|
3514
3622
|
"kind": 262144,
|
|
3515
3623
|
"children": [
|
|
3516
|
-
|
|
3517
|
-
|
|
3624
|
+
319,
|
|
3625
|
+
326
|
|
3518
3626
|
]
|
|
3519
3627
|
},
|
|
3520
3628
|
{
|
|
3521
3629
|
"title": "Methods",
|
|
3522
3630
|
"kind": 2048,
|
|
3523
3631
|
"children": [
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3632
|
+
335,
|
|
3633
|
+
333,
|
|
3634
|
+
337
|
|
3527
3635
|
]
|
|
3528
3636
|
}
|
|
3529
3637
|
],
|
|
@@ -3550,7 +3658,7 @@
|
|
|
3550
3658
|
]
|
|
3551
3659
|
},
|
|
3552
3660
|
{
|
|
3553
|
-
"id":
|
|
3661
|
+
"id": 383,
|
|
3554
3662
|
"name": "SkyPopoverMessage",
|
|
3555
3663
|
"kind": 256,
|
|
3556
3664
|
"kindString": "Interface",
|
|
@@ -3560,7 +3668,7 @@
|
|
|
3560
3668
|
},
|
|
3561
3669
|
"children": [
|
|
3562
3670
|
{
|
|
3563
|
-
"id":
|
|
3671
|
+
"id": 384,
|
|
3564
3672
|
"name": "type",
|
|
3565
3673
|
"kind": 1024,
|
|
3566
3674
|
"kindString": "Property",
|
|
@@ -3579,7 +3687,7 @@
|
|
|
3579
3687
|
],
|
|
3580
3688
|
"type": {
|
|
3581
3689
|
"type": "reference",
|
|
3582
|
-
"id":
|
|
3690
|
+
"id": 385,
|
|
3583
3691
|
"name": "SkyPopoverMessageType"
|
|
3584
3692
|
}
|
|
3585
3693
|
}
|
|
@@ -3589,7 +3697,7 @@
|
|
|
3589
3697
|
"title": "Properties",
|
|
3590
3698
|
"kind": 1024,
|
|
3591
3699
|
"children": [
|
|
3592
|
-
|
|
3700
|
+
384
|
|
3593
3701
|
]
|
|
3594
3702
|
}
|
|
3595
3703
|
],
|
|
@@ -3602,7 +3710,7 @@
|
|
|
3602
3710
|
]
|
|
3603
3711
|
},
|
|
3604
3712
|
{
|
|
3605
|
-
"id":
|
|
3713
|
+
"id": 359,
|
|
3606
3714
|
"name": "SkyDropdownHorizontalAlignment",
|
|
3607
3715
|
"kind": 4194304,
|
|
3608
3716
|
"kindString": "Type alias",
|
|
@@ -3636,7 +3744,7 @@
|
|
|
3636
3744
|
}
|
|
3637
3745
|
},
|
|
3638
3746
|
{
|
|
3639
|
-
"id":
|
|
3747
|
+
"id": 375,
|
|
3640
3748
|
"name": "SkyDropdownTriggerType",
|
|
3641
3749
|
"kind": 4194304,
|
|
3642
3750
|
"kindString": "Type alias",
|
|
@@ -3666,7 +3774,7 @@
|
|
|
3666
3774
|
}
|
|
3667
3775
|
},
|
|
3668
3776
|
{
|
|
3669
|
-
"id":
|
|
3777
|
+
"id": 382,
|
|
3670
3778
|
"name": "SkyPopoverAlignment",
|
|
3671
3779
|
"kind": 4194304,
|
|
3672
3780
|
"kindString": "Type alias",
|
|
@@ -3700,7 +3808,7 @@
|
|
|
3700
3808
|
}
|
|
3701
3809
|
},
|
|
3702
3810
|
{
|
|
3703
|
-
"id":
|
|
3811
|
+
"id": 390,
|
|
3704
3812
|
"name": "SkyPopoverPlacement",
|
|
3705
3813
|
"kind": 4194304,
|
|
3706
3814
|
"kindString": "Type alias",
|
|
@@ -3738,7 +3846,7 @@
|
|
|
3738
3846
|
}
|
|
3739
3847
|
},
|
|
3740
3848
|
{
|
|
3741
|
-
"id":
|
|
3849
|
+
"id": 398,
|
|
3742
3850
|
"name": "SkyPopoverTrigger",
|
|
3743
3851
|
"kind": 4194304,
|
|
3744
3852
|
"kindString": "Type alias",
|
|
@@ -3768,7 +3876,7 @@
|
|
|
3768
3876
|
}
|
|
3769
3877
|
},
|
|
3770
3878
|
{
|
|
3771
|
-
"id":
|
|
3879
|
+
"id": 399,
|
|
3772
3880
|
"name": "SkyPopoverType",
|
|
3773
3881
|
"kind": 4194304,
|
|
3774
3882
|
"kindString": "Type alias",
|
|
@@ -3798,14 +3906,14 @@
|
|
|
3798
3906
|
}
|
|
3799
3907
|
},
|
|
3800
3908
|
{
|
|
3801
|
-
"id":
|
|
3909
|
+
"id": 452,
|
|
3802
3910
|
"name": "SkyPopoversFixtureDropdownItem",
|
|
3803
3911
|
"kind": 256,
|
|
3804
3912
|
"kindString": "Interface",
|
|
3805
3913
|
"flags": {},
|
|
3806
3914
|
"children": [
|
|
3807
3915
|
{
|
|
3808
|
-
"id":
|
|
3916
|
+
"id": 453,
|
|
3809
3917
|
"name": "ariaRole",
|
|
3810
3918
|
"kind": 1024,
|
|
3811
3919
|
"kindString": "Property",
|
|
@@ -3828,7 +3936,7 @@
|
|
|
3828
3936
|
"title": "Properties",
|
|
3829
3937
|
"kind": 1024,
|
|
3830
3938
|
"children": [
|
|
3831
|
-
|
|
3939
|
+
453
|
|
3832
3940
|
]
|
|
3833
3941
|
}
|
|
3834
3942
|
],
|
|
@@ -3891,7 +3999,7 @@
|
|
|
3891
3999
|
{
|
|
3892
4000
|
"fileName": "popover-demo.component.ts",
|
|
3893
4001
|
"filePath": "/projects/popovers/documentation/code-examples/popover/programmatic/popover-demo.component.ts",
|
|
3894
|
-
"rawContents": "import { Component } from '@angular/core';\nimport { SkyPopoverMessage, SkyPopoverMessageType } from '@skyux/popovers';\n\nimport { Subject } from 'rxjs';\n\n@Component({\n selector: 'app-popover-demo',\n templateUrl: './popover-demo.component.html',\n})\nexport class PopoverDemoComponent {\n public popoverController = new Subject<SkyPopoverMessage>();\n\n
|
|
4002
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyPopoverMessage, SkyPopoverMessageType } from '@skyux/popovers';\n\nimport { Subject } from 'rxjs';\n\n@Component({\n selector: 'app-popover-demo',\n templateUrl: './popover-demo.component.html',\n})\nexport class PopoverDemoComponent {\n public popoverController = new Subject<SkyPopoverMessage>();\n\n #popoverOpen = false;\n\n public onPopoverStateChange(isOpen: boolean): void {\n this.#popoverOpen = isOpen;\n }\n\n public openPopover(): void {\n if (!this.#popoverOpen) {\n this.#sendMessage(SkyPopoverMessageType.Open);\n }\n }\n\n #sendMessage(type: SkyPopoverMessageType): void {\n const message: SkyPopoverMessage = { type };\n this.popoverController.next(message);\n }\n}\n"
|
|
3895
4003
|
},
|
|
3896
4004
|
{
|
|
3897
4005
|
"fileName": "popover-demo.module.ts",
|