@skyux/lists 8.0.0-alpha.2 → 8.0.0-alpha.20
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 +1896 -455
- package/esm2020/lib/modules/filter/filter-button.component.mjs +13 -13
- package/esm2020/lib/modules/filter/filter-inline-item.component.mjs +3 -3
- package/esm2020/lib/modules/filter/filter-inline.component.mjs +3 -3
- package/esm2020/lib/modules/filter/filter-summary-item.component.mjs +3 -3
- package/esm2020/lib/modules/filter/filter-summary.component.mjs +3 -3
- package/esm2020/lib/modules/filter/filter.module.mjs +4 -4
- package/esm2020/lib/modules/infinite-scroll/infinite-scroll-dom-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/infinite-scroll/infinite-scroll.component.mjs +23 -23
- package/esm2020/lib/modules/infinite-scroll/infinite-scroll.module.mjs +4 -4
- package/esm2020/lib/modules/paging/paging.component.mjs +4 -4
- package/esm2020/lib/modules/paging/paging.module.mjs +4 -4
- package/esm2020/lib/modules/repeater/repeater-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/repeater/repeater-auto-scroll-options.mjs +2 -0
- package/esm2020/lib/modules/repeater/repeater-auto-scroll.service.mjs +17 -0
- package/esm2020/lib/modules/repeater/repeater-auto-scroller.mjs +2 -0
- package/esm2020/lib/modules/repeater/repeater-item-content.component.mjs +3 -3
- package/esm2020/lib/modules/repeater/repeater-item-context-menu.component.mjs +3 -3
- package/esm2020/lib/modules/repeater/repeater-item-title.component.mjs +3 -3
- package/esm2020/lib/modules/repeater/repeater-item.component.mjs +88 -86
- package/esm2020/lib/modules/repeater/repeater.component.mjs +109 -65
- package/esm2020/lib/modules/repeater/repeater.module.mjs +4 -4
- package/esm2020/lib/modules/repeater/repeater.service.mjs +4 -4
- package/esm2020/lib/modules/shared/sky-lists-resources.module.mjs +9 -7
- package/esm2020/lib/modules/sort/sort-item.component.mjs +5 -5
- package/esm2020/lib/modules/sort/sort-menu-heading.component.mjs +3 -3
- package/esm2020/lib/modules/sort/sort.component.mjs +3 -3
- package/esm2020/lib/modules/sort/sort.module.mjs +4 -4
- package/esm2020/lib/modules/sort/sort.service.mjs +3 -3
- package/esm2020/testing/filter/filter-testing.module.mjs +4 -4
- package/esm2020/testing/infinite-scroll/infinite-scroll-testing.module.mjs +4 -4
- package/esm2020/testing/paging/paging-fixture.mjs +9 -9
- package/esm2020/testing/paging/paging-testing.module.mjs +4 -4
- package/esm2020/testing/repeater/repeater-harness.mjs +1 -2
- package/esm2020/testing/repeater/repeater-item-harness.mjs +84 -4
- package/esm2020/testing/sort/sort-fixture.mjs +8 -8
- package/esm2020/testing/sort/sort-testing.module.mjs +4 -4
- package/fesm2015/skyux-lists-testing.mjs +133 -35
- package/fesm2015/skyux-lists-testing.mjs.map +1 -1
- package/fesm2015/skyux-lists.mjs +321 -259
- package/fesm2015/skyux-lists.mjs.map +1 -1
- package/fesm2020/skyux-lists-testing.mjs +114 -35
- package/fesm2020/skyux-lists-testing.mjs.map +1 -1
- package/fesm2020/skyux-lists.mjs +320 -259
- package/fesm2020/skyux-lists.mjs.map +1 -1
- package/lib/modules/repeater/repeater-auto-scroll-options.d.ts +9 -0
- package/lib/modules/repeater/repeater-auto-scroll.service.d.ts +11 -0
- package/lib/modules/repeater/repeater-auto-scroller.d.ts +6 -0
- package/lib/modules/repeater/repeater-expand-mode-type.d.ts +1 -1
- package/lib/modules/repeater/repeater-item-roles.type.d.ts +1 -1
- package/lib/modules/repeater/repeater-item.component.d.ts +2 -1
- package/lib/modules/repeater/repeater-role.type.d.ts +1 -1
- package/lib/modules/repeater/repeater.component.d.ts +6 -8
- package/lib/modules/repeater/repeater.service.d.ts +2 -2
- package/package.json +18 -16
- package/testing/filter/lists-filter-fixture-button.d.ts +1 -1
- package/testing/repeater/repeater-harness.d.ts +0 -1
- package/testing/repeater/repeater-item-harness.d.ts +37 -2
package/documentation.json
CHANGED
|
@@ -19,7 +19,9 @@
|
|
|
19
19
|
"SkyPagingComponent": "class-skypagingcomponent",
|
|
20
20
|
"SkyRepeaterItemContentComponent": "class-skyrepeateritemcontentcomponent",
|
|
21
21
|
"SkyRepeaterItemContextMenuComponent": "class-skyrepeateritemcontextmenucomponent",
|
|
22
|
-
"SkyRepeaterExpandModeType": "type-alias-skyrepeaterexpandmodetype"
|
|
22
|
+
"SkyRepeaterExpandModeType": "type-alias-skyrepeaterexpandmodetype",
|
|
23
|
+
"SkyRepeaterHarness": "class-skyrepeaterharness",
|
|
24
|
+
"SkyRepeaterItemHarness": "class-skyrepeateritemharness"
|
|
23
25
|
},
|
|
24
26
|
"typedoc": {
|
|
25
27
|
"id": 0,
|
|
@@ -29,7 +31,7 @@
|
|
|
29
31
|
"originalName": "",
|
|
30
32
|
"children": [
|
|
31
33
|
{
|
|
32
|
-
"id":
|
|
34
|
+
"id": 325,
|
|
33
35
|
"name": "SkyFilterModule",
|
|
34
36
|
"kind": 128,
|
|
35
37
|
"kindString": "Class",
|
|
@@ -39,7 +41,7 @@
|
|
|
39
41
|
{
|
|
40
42
|
"title": "Constructors",
|
|
41
43
|
"children": [
|
|
42
|
-
|
|
44
|
+
326
|
|
43
45
|
]
|
|
44
46
|
}
|
|
45
47
|
],
|
|
@@ -48,12 +50,12 @@
|
|
|
48
50
|
"fileName": "projects/lists/src/modules/filter/filter.module.ts",
|
|
49
51
|
"line": 37,
|
|
50
52
|
"character": 13,
|
|
51
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
53
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter.module.ts#L37"
|
|
52
54
|
}
|
|
53
55
|
]
|
|
54
56
|
},
|
|
55
57
|
{
|
|
56
|
-
"id":
|
|
58
|
+
"id": 328,
|
|
57
59
|
"name": "SkyInfiniteScrollModule",
|
|
58
60
|
"kind": 128,
|
|
59
61
|
"kindString": "Class",
|
|
@@ -63,7 +65,7 @@
|
|
|
63
65
|
{
|
|
64
66
|
"title": "Constructors",
|
|
65
67
|
"children": [
|
|
66
|
-
|
|
68
|
+
329
|
|
67
69
|
]
|
|
68
70
|
}
|
|
69
71
|
],
|
|
@@ -72,12 +74,12 @@
|
|
|
72
74
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.module.ts",
|
|
73
75
|
"line": 14,
|
|
74
76
|
"character": 13,
|
|
75
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
77
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.module.ts#L14"
|
|
76
78
|
}
|
|
77
79
|
]
|
|
78
80
|
},
|
|
79
81
|
{
|
|
80
|
-
"id":
|
|
82
|
+
"id": 331,
|
|
81
83
|
"name": "SkyPagingModule",
|
|
82
84
|
"kind": 128,
|
|
83
85
|
"kindString": "Class",
|
|
@@ -87,7 +89,7 @@
|
|
|
87
89
|
{
|
|
88
90
|
"title": "Constructors",
|
|
89
91
|
"children": [
|
|
90
|
-
|
|
92
|
+
332
|
|
91
93
|
]
|
|
92
94
|
}
|
|
93
95
|
],
|
|
@@ -96,12 +98,12 @@
|
|
|
96
98
|
"fileName": "projects/lists/src/modules/paging/paging.module.ts",
|
|
97
99
|
"line": 20,
|
|
98
100
|
"character": 13,
|
|
99
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
101
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.module.ts#L20"
|
|
100
102
|
}
|
|
101
103
|
]
|
|
102
104
|
},
|
|
103
105
|
{
|
|
104
|
-
"id":
|
|
106
|
+
"id": 335,
|
|
105
107
|
"name": "SkyRepeaterModule",
|
|
106
108
|
"kind": 128,
|
|
107
109
|
"kindString": "Class",
|
|
@@ -111,7 +113,7 @@
|
|
|
111
113
|
{
|
|
112
114
|
"title": "Constructors",
|
|
113
115
|
"children": [
|
|
114
|
-
|
|
116
|
+
336
|
|
115
117
|
]
|
|
116
118
|
}
|
|
117
119
|
],
|
|
@@ -120,12 +122,12 @@
|
|
|
120
122
|
"fileName": "projects/lists/src/modules/repeater/repeater.module.ts",
|
|
121
123
|
"line": 45,
|
|
122
124
|
"character": 13,
|
|
123
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
125
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.module.ts#L45"
|
|
124
126
|
}
|
|
125
127
|
]
|
|
126
128
|
},
|
|
127
129
|
{
|
|
128
|
-
"id":
|
|
130
|
+
"id": 338,
|
|
129
131
|
"name": "SkySortModule",
|
|
130
132
|
"kind": 128,
|
|
131
133
|
"kindString": "Class",
|
|
@@ -135,7 +137,7 @@
|
|
|
135
137
|
{
|
|
136
138
|
"title": "Constructors",
|
|
137
139
|
"children": [
|
|
138
|
-
|
|
140
|
+
339
|
|
139
141
|
]
|
|
140
142
|
}
|
|
141
143
|
],
|
|
@@ -144,7 +146,7 @@
|
|
|
144
146
|
"fileName": "projects/lists/src/modules/sort/sort.module.ts",
|
|
145
147
|
"line": 30,
|
|
146
148
|
"character": 13,
|
|
147
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
149
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/sort/sort.module.ts#L30"
|
|
148
150
|
}
|
|
149
151
|
]
|
|
150
152
|
},
|
|
@@ -166,7 +168,7 @@
|
|
|
166
168
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
167
169
|
"line": 74,
|
|
168
170
|
"character": 2,
|
|
169
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
171
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L74"
|
|
170
172
|
}
|
|
171
173
|
],
|
|
172
174
|
"signatures": [
|
|
@@ -221,7 +223,7 @@
|
|
|
221
223
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
222
224
|
"line": 54,
|
|
223
225
|
"character": 9,
|
|
224
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
226
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L54"
|
|
225
227
|
}
|
|
226
228
|
],
|
|
227
229
|
"type": {
|
|
@@ -267,7 +269,7 @@
|
|
|
267
269
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
268
270
|
"line": 37,
|
|
269
271
|
"character": 9,
|
|
270
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
272
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L37"
|
|
271
273
|
}
|
|
272
274
|
],
|
|
273
275
|
"type": {
|
|
@@ -312,7 +314,7 @@
|
|
|
312
314
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
313
315
|
"line": 46,
|
|
314
316
|
"character": 9,
|
|
315
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
317
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L46"
|
|
316
318
|
}
|
|
317
319
|
],
|
|
318
320
|
"type": {
|
|
@@ -342,7 +344,7 @@
|
|
|
342
344
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
343
345
|
"line": 60,
|
|
344
346
|
"character": 9,
|
|
345
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
347
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L60"
|
|
346
348
|
}
|
|
347
349
|
],
|
|
348
350
|
"type": {
|
|
@@ -372,7 +374,7 @@
|
|
|
372
374
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
373
375
|
"line": 72,
|
|
374
376
|
"character": 9,
|
|
375
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
377
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L72"
|
|
376
378
|
}
|
|
377
379
|
],
|
|
378
380
|
"type": {
|
|
@@ -410,7 +412,7 @@
|
|
|
410
412
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
411
413
|
"line": 66,
|
|
412
414
|
"character": 9,
|
|
413
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
415
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L66"
|
|
414
416
|
}
|
|
415
417
|
],
|
|
416
418
|
"type": {
|
|
@@ -432,13 +434,13 @@
|
|
|
432
434
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
433
435
|
"line": 22,
|
|
434
436
|
"character": 13,
|
|
435
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
437
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L22"
|
|
436
438
|
},
|
|
437
439
|
{
|
|
438
440
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
439
441
|
"line": 25,
|
|
440
442
|
"character": 13,
|
|
441
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
443
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L25"
|
|
442
444
|
}
|
|
443
445
|
],
|
|
444
446
|
"getSignature": {
|
|
@@ -498,7 +500,7 @@
|
|
|
498
500
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
499
501
|
"line": 82,
|
|
500
502
|
"character": 9,
|
|
501
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
503
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L82"
|
|
502
504
|
}
|
|
503
505
|
],
|
|
504
506
|
"signatures": [
|
|
@@ -552,7 +554,7 @@
|
|
|
552
554
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
553
555
|
"line": 17,
|
|
554
556
|
"character": 13,
|
|
555
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
557
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L17"
|
|
556
558
|
}
|
|
557
559
|
]
|
|
558
560
|
},
|
|
@@ -580,9 +582,9 @@
|
|
|
580
582
|
"sources": [
|
|
581
583
|
{
|
|
582
584
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
583
|
-
"line":
|
|
585
|
+
"line": 274,
|
|
584
586
|
"character": 2,
|
|
585
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
587
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L274"
|
|
586
588
|
}
|
|
587
589
|
],
|
|
588
590
|
"signatures": [
|
|
@@ -667,6 +669,28 @@
|
|
|
667
669
|
}
|
|
668
670
|
]
|
|
669
671
|
},
|
|
672
|
+
{
|
|
673
|
+
"id": 160,
|
|
674
|
+
"name": "animationDisabled",
|
|
675
|
+
"kind": 1024,
|
|
676
|
+
"kindString": "Property",
|
|
677
|
+
"flags": {
|
|
678
|
+
"isPublic": true
|
|
679
|
+
},
|
|
680
|
+
"sources": [
|
|
681
|
+
{
|
|
682
|
+
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
683
|
+
"line": 231,
|
|
684
|
+
"character": 9,
|
|
685
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L231"
|
|
686
|
+
}
|
|
687
|
+
],
|
|
688
|
+
"type": {
|
|
689
|
+
"type": "intrinsic",
|
|
690
|
+
"name": "boolean"
|
|
691
|
+
},
|
|
692
|
+
"defaultValue": "false"
|
|
693
|
+
},
|
|
670
694
|
{
|
|
671
695
|
"id": 144,
|
|
672
696
|
"name": "collapse",
|
|
@@ -688,7 +712,7 @@
|
|
|
688
712
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
689
713
|
"line": 176,
|
|
690
714
|
"character": 9,
|
|
691
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
715
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L176"
|
|
692
716
|
}
|
|
693
717
|
],
|
|
694
718
|
"type": {
|
|
@@ -718,7 +742,7 @@
|
|
|
718
742
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
719
743
|
"line": 200,
|
|
720
744
|
"character": 9,
|
|
721
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
745
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L200"
|
|
722
746
|
}
|
|
723
747
|
],
|
|
724
748
|
"type": {
|
|
@@ -739,7 +763,7 @@
|
|
|
739
763
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
740
764
|
"line": 198,
|
|
741
765
|
"character": 9,
|
|
742
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
766
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L198"
|
|
743
767
|
}
|
|
744
768
|
],
|
|
745
769
|
"type": {
|
|
@@ -776,7 +800,7 @@
|
|
|
776
800
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
777
801
|
"line": 182,
|
|
778
802
|
"character": 9,
|
|
779
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
803
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L182"
|
|
780
804
|
}
|
|
781
805
|
],
|
|
782
806
|
"type": {
|
|
@@ -794,7 +818,7 @@
|
|
|
794
818
|
"defaultValue": "..."
|
|
795
819
|
},
|
|
796
820
|
{
|
|
797
|
-
"id":
|
|
821
|
+
"id": 163,
|
|
798
822
|
"name": "grabHandle",
|
|
799
823
|
"kind": 1024,
|
|
800
824
|
"kindString": "Property",
|
|
@@ -804,9 +828,9 @@
|
|
|
804
828
|
"sources": [
|
|
805
829
|
{
|
|
806
830
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
807
|
-
"line":
|
|
831
|
+
"line": 239,
|
|
808
832
|
"character": 9,
|
|
809
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
833
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L239"
|
|
810
834
|
}
|
|
811
835
|
],
|
|
812
836
|
"type": {
|
|
@@ -835,7 +859,7 @@
|
|
|
835
859
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
836
860
|
"line": 202,
|
|
837
861
|
"character": 9,
|
|
838
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
862
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L202"
|
|
839
863
|
}
|
|
840
864
|
],
|
|
841
865
|
"type": {
|
|
@@ -873,7 +897,7 @@
|
|
|
873
897
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
874
898
|
"line": 189,
|
|
875
899
|
"character": 9,
|
|
876
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
900
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L189"
|
|
877
901
|
}
|
|
878
902
|
],
|
|
879
903
|
"type": {
|
|
@@ -919,7 +943,7 @@
|
|
|
919
943
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
920
944
|
"line": 105,
|
|
921
945
|
"character": 9,
|
|
922
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
946
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L105"
|
|
923
947
|
}
|
|
924
948
|
],
|
|
925
949
|
"type": {
|
|
@@ -956,7 +980,7 @@
|
|
|
956
980
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
957
981
|
"line": 112,
|
|
958
982
|
"character": 9,
|
|
959
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
983
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L112"
|
|
960
984
|
}
|
|
961
985
|
],
|
|
962
986
|
"type": {
|
|
@@ -985,7 +1009,7 @@
|
|
|
985
1009
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
986
1010
|
"line": 204,
|
|
987
1011
|
"character": 9,
|
|
988
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1012
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L204"
|
|
989
1013
|
}
|
|
990
1014
|
],
|
|
991
1015
|
"type": {
|
|
@@ -1015,7 +1039,7 @@
|
|
|
1015
1039
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1016
1040
|
"line": 195,
|
|
1017
1041
|
"character": 9,
|
|
1018
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1042
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L195"
|
|
1019
1043
|
}
|
|
1020
1044
|
],
|
|
1021
1045
|
"type": {
|
|
@@ -1033,7 +1057,7 @@
|
|
|
1033
1057
|
"defaultValue": "..."
|
|
1034
1058
|
},
|
|
1035
1059
|
{
|
|
1036
|
-
"id":
|
|
1060
|
+
"id": 164,
|
|
1037
1061
|
"name": "itemContentRef",
|
|
1038
1062
|
"kind": 1024,
|
|
1039
1063
|
"kindString": "Property",
|
|
@@ -1043,9 +1067,9 @@
|
|
|
1043
1067
|
"sources": [
|
|
1044
1068
|
{
|
|
1045
1069
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1046
|
-
"line":
|
|
1070
|
+
"line": 242,
|
|
1047
1071
|
"character": 9,
|
|
1048
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1072
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L242"
|
|
1049
1073
|
}
|
|
1050
1074
|
],
|
|
1051
1075
|
"type": {
|
|
@@ -1062,7 +1086,7 @@
|
|
|
1062
1086
|
}
|
|
1063
1087
|
},
|
|
1064
1088
|
{
|
|
1065
|
-
"id":
|
|
1089
|
+
"id": 165,
|
|
1066
1090
|
"name": "itemHeaderRef",
|
|
1067
1091
|
"kind": 1024,
|
|
1068
1092
|
"kindString": "Property",
|
|
@@ -1072,9 +1096,9 @@
|
|
|
1072
1096
|
"sources": [
|
|
1073
1097
|
{
|
|
1074
1098
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1075
|
-
"line":
|
|
1099
|
+
"line": 245,
|
|
1076
1100
|
"character": 9,
|
|
1077
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1101
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L245"
|
|
1078
1102
|
}
|
|
1079
1103
|
],
|
|
1080
1104
|
"type": {
|
|
@@ -1119,7 +1143,7 @@
|
|
|
1119
1143
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1120
1144
|
"line": 97,
|
|
1121
1145
|
"character": 9,
|
|
1122
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1146
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L97"
|
|
1123
1147
|
}
|
|
1124
1148
|
],
|
|
1125
1149
|
"type": {
|
|
@@ -1128,7 +1152,7 @@
|
|
|
1128
1152
|
}
|
|
1129
1153
|
},
|
|
1130
1154
|
{
|
|
1131
|
-
"id":
|
|
1155
|
+
"id": 166,
|
|
1132
1156
|
"name": "itemRef",
|
|
1133
1157
|
"kind": 1024,
|
|
1134
1158
|
"kindString": "Property",
|
|
@@ -1138,9 +1162,9 @@
|
|
|
1138
1162
|
"sources": [
|
|
1139
1163
|
{
|
|
1140
1164
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1141
|
-
"line":
|
|
1165
|
+
"line": 248,
|
|
1142
1166
|
"character": 9,
|
|
1143
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1167
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L248"
|
|
1144
1168
|
}
|
|
1145
1169
|
],
|
|
1146
1170
|
"type": {
|
|
@@ -1169,7 +1193,7 @@
|
|
|
1169
1193
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1170
1194
|
"line": 223,
|
|
1171
1195
|
"character": 9,
|
|
1172
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1196
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L223"
|
|
1173
1197
|
}
|
|
1174
1198
|
],
|
|
1175
1199
|
"type": {
|
|
@@ -1198,7 +1222,7 @@
|
|
|
1198
1222
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1199
1223
|
"line": 225,
|
|
1200
1224
|
"character": 9,
|
|
1201
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1225
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L225"
|
|
1202
1226
|
}
|
|
1203
1227
|
],
|
|
1204
1228
|
"type": {
|
|
@@ -1220,7 +1244,7 @@
|
|
|
1220
1244
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1221
1245
|
"line": 227,
|
|
1222
1246
|
"character": 9,
|
|
1223
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1247
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L227"
|
|
1224
1248
|
}
|
|
1225
1249
|
],
|
|
1226
1250
|
"type": {
|
|
@@ -1265,7 +1289,7 @@
|
|
|
1265
1289
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1266
1290
|
"line": 149,
|
|
1267
1291
|
"character": 9,
|
|
1268
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1292
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L149"
|
|
1269
1293
|
}
|
|
1270
1294
|
],
|
|
1271
1295
|
"type": {
|
|
@@ -1275,7 +1299,7 @@
|
|
|
1275
1299
|
"defaultValue": "false"
|
|
1276
1300
|
},
|
|
1277
1301
|
{
|
|
1278
|
-
"id":
|
|
1302
|
+
"id": 167,
|
|
1279
1303
|
"name": "repeaterItemContentComponents",
|
|
1280
1304
|
"kind": 1024,
|
|
1281
1305
|
"kindString": "Property",
|
|
@@ -1285,9 +1309,9 @@
|
|
|
1285
1309
|
"sources": [
|
|
1286
1310
|
{
|
|
1287
1311
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1288
|
-
"line":
|
|
1312
|
+
"line": 251,
|
|
1289
1313
|
"character": 9,
|
|
1290
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1314
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L251"
|
|
1291
1315
|
}
|
|
1292
1316
|
],
|
|
1293
1317
|
"type": {
|
|
@@ -1325,7 +1349,7 @@
|
|
|
1325
1349
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1326
1350
|
"line": 155,
|
|
1327
1351
|
"character": 9,
|
|
1328
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1352
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L155"
|
|
1329
1353
|
}
|
|
1330
1354
|
],
|
|
1331
1355
|
"type": {
|
|
@@ -1355,7 +1379,7 @@
|
|
|
1355
1379
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1356
1380
|
"line": 162,
|
|
1357
1381
|
"character": 9,
|
|
1358
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1382
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L162"
|
|
1359
1383
|
}
|
|
1360
1384
|
],
|
|
1361
1385
|
"type": {
|
|
@@ -1377,7 +1401,7 @@
|
|
|
1377
1401
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1378
1402
|
"line": 229,
|
|
1379
1403
|
"character": 9,
|
|
1380
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1404
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L229"
|
|
1381
1405
|
}
|
|
1382
1406
|
],
|
|
1383
1407
|
"type": {
|
|
@@ -1430,7 +1454,7 @@
|
|
|
1430
1454
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1431
1455
|
"line": 170,
|
|
1432
1456
|
"character": 9,
|
|
1433
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1457
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L170"
|
|
1434
1458
|
}
|
|
1435
1459
|
],
|
|
1436
1460
|
"type": {
|
|
@@ -1451,13 +1475,13 @@
|
|
|
1451
1475
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1452
1476
|
"line": 68,
|
|
1453
1477
|
"character": 13,
|
|
1454
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1478
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L68"
|
|
1455
1479
|
},
|
|
1456
1480
|
{
|
|
1457
1481
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1458
1482
|
"line": 85,
|
|
1459
1483
|
"character": 13,
|
|
1460
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1484
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L85"
|
|
1461
1485
|
}
|
|
1462
1486
|
],
|
|
1463
1487
|
"getSignature": {
|
|
@@ -1517,13 +1541,13 @@
|
|
|
1517
1541
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1518
1542
|
"line": 206,
|
|
1519
1543
|
"character": 13,
|
|
1520
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1544
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L206"
|
|
1521
1545
|
},
|
|
1522
1546
|
{
|
|
1523
1547
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1524
1548
|
"line": 219,
|
|
1525
1549
|
"character": 13,
|
|
1526
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1550
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L219"
|
|
1527
1551
|
}
|
|
1528
1552
|
],
|
|
1529
1553
|
"getSignature": {
|
|
@@ -1575,13 +1599,13 @@
|
|
|
1575
1599
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1576
1600
|
"line": 119,
|
|
1577
1601
|
"character": 13,
|
|
1578
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1602
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L119"
|
|
1579
1603
|
},
|
|
1580
1604
|
{
|
|
1581
1605
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1582
1606
|
"line": 123,
|
|
1583
1607
|
"character": 13,
|
|
1584
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1608
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L123"
|
|
1585
1609
|
}
|
|
1586
1610
|
],
|
|
1587
1611
|
"getSignature": {
|
|
@@ -1652,13 +1676,13 @@
|
|
|
1652
1676
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1653
1677
|
"line": 133,
|
|
1654
1678
|
"character": 13,
|
|
1655
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1679
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L133"
|
|
1656
1680
|
},
|
|
1657
1681
|
{
|
|
1658
1682
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1659
1683
|
"line": 140,
|
|
1660
1684
|
"character": 13,
|
|
1661
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1685
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L140"
|
|
1662
1686
|
}
|
|
1663
1687
|
],
|
|
1664
1688
|
"getSignature": {
|
|
@@ -1717,7 +1741,7 @@
|
|
|
1717
1741
|
}
|
|
1718
1742
|
},
|
|
1719
1743
|
{
|
|
1720
|
-
"id":
|
|
1744
|
+
"id": 161,
|
|
1721
1745
|
"name": "repeaterGroupClass",
|
|
1722
1746
|
"kind": 262144,
|
|
1723
1747
|
"kindString": "Accessor",
|
|
@@ -1725,13 +1749,13 @@
|
|
|
1725
1749
|
"sources": [
|
|
1726
1750
|
{
|
|
1727
1751
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1728
|
-
"line":
|
|
1752
|
+
"line": 234,
|
|
1729
1753
|
"character": 6,
|
|
1730
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1754
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L234"
|
|
1731
1755
|
}
|
|
1732
1756
|
],
|
|
1733
1757
|
"getSignature": {
|
|
1734
|
-
"id":
|
|
1758
|
+
"id": 162,
|
|
1735
1759
|
"name": "repeaterGroupClass",
|
|
1736
1760
|
"kind": 524288,
|
|
1737
1761
|
"kindString": "Get signature",
|
|
@@ -1755,7 +1779,7 @@
|
|
|
1755
1779
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1756
1780
|
"line": 57,
|
|
1757
1781
|
"character": 13,
|
|
1758
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1782
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L57"
|
|
1759
1783
|
}
|
|
1760
1784
|
],
|
|
1761
1785
|
"getSignature": {
|
|
@@ -1788,7 +1812,7 @@
|
|
|
1788
1812
|
}
|
|
1789
1813
|
},
|
|
1790
1814
|
{
|
|
1791
|
-
"id":
|
|
1815
|
+
"id": 197,
|
|
1792
1816
|
"name": "chevronDirectionChange",
|
|
1793
1817
|
"kind": 2048,
|
|
1794
1818
|
"kindString": "Method",
|
|
@@ -1798,21 +1822,21 @@
|
|
|
1798
1822
|
"sources": [
|
|
1799
1823
|
{
|
|
1800
1824
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1801
|
-
"line":
|
|
1825
|
+
"line": 437,
|
|
1802
1826
|
"character": 9,
|
|
1803
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1827
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L437"
|
|
1804
1828
|
}
|
|
1805
1829
|
],
|
|
1806
1830
|
"signatures": [
|
|
1807
1831
|
{
|
|
1808
|
-
"id":
|
|
1832
|
+
"id": 198,
|
|
1809
1833
|
"name": "chevronDirectionChange",
|
|
1810
1834
|
"kind": 4096,
|
|
1811
1835
|
"kindString": "Call signature",
|
|
1812
1836
|
"flags": {},
|
|
1813
1837
|
"parameters": [
|
|
1814
1838
|
{
|
|
1815
|
-
"id":
|
|
1839
|
+
"id": 199,
|
|
1816
1840
|
"name": "direction",
|
|
1817
1841
|
"kind": 32768,
|
|
1818
1842
|
"kindString": "Parameter",
|
|
@@ -1831,7 +1855,7 @@
|
|
|
1831
1855
|
]
|
|
1832
1856
|
},
|
|
1833
1857
|
{
|
|
1834
|
-
"id":
|
|
1858
|
+
"id": 195,
|
|
1835
1859
|
"name": "headerClick",
|
|
1836
1860
|
"kind": 2048,
|
|
1837
1861
|
"kindString": "Method",
|
|
@@ -1841,14 +1865,14 @@
|
|
|
1841
1865
|
"sources": [
|
|
1842
1866
|
{
|
|
1843
1867
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1844
|
-
"line":
|
|
1868
|
+
"line": 431,
|
|
1845
1869
|
"character": 9,
|
|
1846
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1870
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L431"
|
|
1847
1871
|
}
|
|
1848
1872
|
],
|
|
1849
1873
|
"signatures": [
|
|
1850
1874
|
{
|
|
1851
|
-
"id":
|
|
1875
|
+
"id": 196,
|
|
1852
1876
|
"name": "headerClick",
|
|
1853
1877
|
"kind": 4096,
|
|
1854
1878
|
"kindString": "Call signature",
|
|
@@ -1861,7 +1885,7 @@
|
|
|
1861
1885
|
]
|
|
1862
1886
|
},
|
|
1863
1887
|
{
|
|
1864
|
-
"id":
|
|
1888
|
+
"id": 213,
|
|
1865
1889
|
"name": "moveToTop",
|
|
1866
1890
|
"kind": 2048,
|
|
1867
1891
|
"kindString": "Method",
|
|
@@ -1871,21 +1895,21 @@
|
|
|
1871
1895
|
"sources": [
|
|
1872
1896
|
{
|
|
1873
1897
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1874
|
-
"line":
|
|
1898
|
+
"line": 483,
|
|
1875
1899
|
"character": 9,
|
|
1876
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1900
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L483"
|
|
1877
1901
|
}
|
|
1878
1902
|
],
|
|
1879
1903
|
"signatures": [
|
|
1880
1904
|
{
|
|
1881
|
-
"id":
|
|
1905
|
+
"id": 214,
|
|
1882
1906
|
"name": "moveToTop",
|
|
1883
1907
|
"kind": 4096,
|
|
1884
1908
|
"kindString": "Call signature",
|
|
1885
1909
|
"flags": {},
|
|
1886
1910
|
"parameters": [
|
|
1887
1911
|
{
|
|
1888
|
-
"id":
|
|
1912
|
+
"id": 215,
|
|
1889
1913
|
"name": "event",
|
|
1890
1914
|
"kind": 32768,
|
|
1891
1915
|
"kindString": "Parameter",
|
|
@@ -1906,7 +1930,7 @@
|
|
|
1906
1930
|
]
|
|
1907
1931
|
},
|
|
1908
1932
|
{
|
|
1909
|
-
"id":
|
|
1933
|
+
"id": 188,
|
|
1910
1934
|
"name": "ngAfterViewInit",
|
|
1911
1935
|
"kind": 2048,
|
|
1912
1936
|
"kindString": "Method",
|
|
@@ -1916,14 +1940,14 @@
|
|
|
1916
1940
|
"sources": [
|
|
1917
1941
|
{
|
|
1918
1942
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1919
|
-
"line":
|
|
1943
|
+
"line": 333,
|
|
1920
1944
|
"character": 9,
|
|
1921
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1945
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L333"
|
|
1922
1946
|
}
|
|
1923
1947
|
],
|
|
1924
1948
|
"signatures": [
|
|
1925
1949
|
{
|
|
1926
|
-
"id":
|
|
1950
|
+
"id": 189,
|
|
1927
1951
|
"name": "ngAfterViewInit",
|
|
1928
1952
|
"kind": 4096,
|
|
1929
1953
|
"kindString": "Call signature",
|
|
@@ -1944,7 +1968,7 @@
|
|
|
1944
1968
|
}
|
|
1945
1969
|
},
|
|
1946
1970
|
{
|
|
1947
|
-
"id":
|
|
1971
|
+
"id": 190,
|
|
1948
1972
|
"name": "ngOnDestroy",
|
|
1949
1973
|
"kind": 2048,
|
|
1950
1974
|
"kindString": "Method",
|
|
@@ -1954,14 +1978,14 @@
|
|
|
1954
1978
|
"sources": [
|
|
1955
1979
|
{
|
|
1956
1980
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1957
|
-
"line":
|
|
1981
|
+
"line": 338,
|
|
1958
1982
|
"character": 9,
|
|
1959
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1983
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L338"
|
|
1960
1984
|
}
|
|
1961
1985
|
],
|
|
1962
1986
|
"signatures": [
|
|
1963
1987
|
{
|
|
1964
|
-
"id":
|
|
1988
|
+
"id": 191,
|
|
1965
1989
|
"name": "ngOnDestroy",
|
|
1966
1990
|
"kind": 4096,
|
|
1967
1991
|
"kindString": "Call signature",
|
|
@@ -1982,7 +2006,7 @@
|
|
|
1982
2006
|
}
|
|
1983
2007
|
},
|
|
1984
2008
|
{
|
|
1985
|
-
"id":
|
|
2009
|
+
"id": 186,
|
|
1986
2010
|
"name": "ngOnInit",
|
|
1987
2011
|
"kind": 2048,
|
|
1988
2012
|
"kindString": "Method",
|
|
@@ -1992,14 +2016,14 @@
|
|
|
1992
2016
|
"sources": [
|
|
1993
2017
|
{
|
|
1994
2018
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1995
|
-
"line":
|
|
2019
|
+
"line": 320,
|
|
1996
2020
|
"character": 9,
|
|
1997
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2021
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L320"
|
|
1998
2022
|
}
|
|
1999
2023
|
],
|
|
2000
2024
|
"signatures": [
|
|
2001
2025
|
{
|
|
2002
|
-
"id":
|
|
2026
|
+
"id": 187,
|
|
2003
2027
|
"name": "ngOnInit",
|
|
2004
2028
|
"kind": 4096,
|
|
2005
2029
|
"kindString": "Call signature",
|
|
@@ -2020,7 +2044,7 @@
|
|
|
2020
2044
|
}
|
|
2021
2045
|
},
|
|
2022
2046
|
{
|
|
2023
|
-
"id":
|
|
2047
|
+
"id": 207,
|
|
2024
2048
|
"name": "onCheckboxChange",
|
|
2025
2049
|
"kind": 2048,
|
|
2026
2050
|
"kindString": "Method",
|
|
@@ -2030,21 +2054,21 @@
|
|
|
2030
2054
|
"sources": [
|
|
2031
2055
|
{
|
|
2032
2056
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2033
|
-
"line":
|
|
2057
|
+
"line": 475,
|
|
2034
2058
|
"character": 9,
|
|
2035
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2059
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L475"
|
|
2036
2060
|
}
|
|
2037
2061
|
],
|
|
2038
2062
|
"signatures": [
|
|
2039
2063
|
{
|
|
2040
|
-
"id":
|
|
2064
|
+
"id": 208,
|
|
2041
2065
|
"name": "onCheckboxChange",
|
|
2042
2066
|
"kind": 4096,
|
|
2043
2067
|
"kindString": "Call signature",
|
|
2044
2068
|
"flags": {},
|
|
2045
2069
|
"parameters": [
|
|
2046
2070
|
{
|
|
2047
|
-
"id":
|
|
2071
|
+
"id": 209,
|
|
2048
2072
|
"name": "value",
|
|
2049
2073
|
"kind": 32768,
|
|
2050
2074
|
"kindString": "Parameter",
|
|
@@ -2063,7 +2087,7 @@
|
|
|
2063
2087
|
]
|
|
2064
2088
|
},
|
|
2065
2089
|
{
|
|
2066
|
-
"id":
|
|
2090
|
+
"id": 210,
|
|
2067
2091
|
"name": "onInlineFormClose",
|
|
2068
2092
|
"kind": 2048,
|
|
2069
2093
|
"kindString": "Method",
|
|
@@ -2073,21 +2097,21 @@
|
|
|
2073
2097
|
"sources": [
|
|
2074
2098
|
{
|
|
2075
2099
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2076
|
-
"line":
|
|
2100
|
+
"line": 479,
|
|
2077
2101
|
"character": 9,
|
|
2078
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2102
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L479"
|
|
2079
2103
|
}
|
|
2080
2104
|
],
|
|
2081
2105
|
"signatures": [
|
|
2082
2106
|
{
|
|
2083
|
-
"id":
|
|
2107
|
+
"id": 211,
|
|
2084
2108
|
"name": "onInlineFormClose",
|
|
2085
2109
|
"kind": 4096,
|
|
2086
2110
|
"kindString": "Call signature",
|
|
2087
2111
|
"flags": {},
|
|
2088
2112
|
"parameters": [
|
|
2089
2113
|
{
|
|
2090
|
-
"id":
|
|
2114
|
+
"id": 212,
|
|
2091
2115
|
"name": "inlineFormCloseArgs",
|
|
2092
2116
|
"kind": 32768,
|
|
2093
2117
|
"kindString": "Parameter",
|
|
@@ -2106,7 +2130,7 @@
|
|
|
2106
2130
|
]
|
|
2107
2131
|
},
|
|
2108
2132
|
{
|
|
2109
|
-
"id":
|
|
2133
|
+
"id": 192,
|
|
2110
2134
|
"name": "onKeydown",
|
|
2111
2135
|
"kind": 2048,
|
|
2112
2136
|
"kindString": "Method",
|
|
@@ -2116,21 +2140,21 @@
|
|
|
2116
2140
|
"sources": [
|
|
2117
2141
|
{
|
|
2118
2142
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2119
|
-
"line":
|
|
2143
|
+
"line": 351,
|
|
2120
2144
|
"character": 9,
|
|
2121
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2145
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L351"
|
|
2122
2146
|
}
|
|
2123
2147
|
],
|
|
2124
2148
|
"signatures": [
|
|
2125
2149
|
{
|
|
2126
|
-
"id":
|
|
2150
|
+
"id": 193,
|
|
2127
2151
|
"name": "onKeydown",
|
|
2128
2152
|
"kind": 4096,
|
|
2129
2153
|
"kindString": "Call signature",
|
|
2130
2154
|
"flags": {},
|
|
2131
2155
|
"parameters": [
|
|
2132
2156
|
{
|
|
2133
|
-
"id":
|
|
2157
|
+
"id": 194,
|
|
2134
2158
|
"name": "$event",
|
|
2135
2159
|
"kind": 32768,
|
|
2136
2160
|
"kindString": "Parameter",
|
|
@@ -2151,7 +2175,7 @@
|
|
|
2151
2175
|
]
|
|
2152
2176
|
},
|
|
2153
2177
|
{
|
|
2154
|
-
"id":
|
|
2178
|
+
"id": 219,
|
|
2155
2179
|
"name": "onReorderHandleBlur",
|
|
2156
2180
|
"kind": 2048,
|
|
2157
2181
|
"kindString": "Method",
|
|
@@ -2161,21 +2185,21 @@
|
|
|
2161
2185
|
"sources": [
|
|
2162
2186
|
{
|
|
2163
2187
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2164
|
-
"line":
|
|
2188
|
+
"line": 549,
|
|
2165
2189
|
"character": 9,
|
|
2166
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2190
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L549"
|
|
2167
2191
|
}
|
|
2168
2192
|
],
|
|
2169
2193
|
"signatures": [
|
|
2170
2194
|
{
|
|
2171
|
-
"id":
|
|
2195
|
+
"id": 220,
|
|
2172
2196
|
"name": "onReorderHandleBlur",
|
|
2173
2197
|
"kind": 4096,
|
|
2174
2198
|
"kindString": "Call signature",
|
|
2175
2199
|
"flags": {},
|
|
2176
2200
|
"parameters": [
|
|
2177
2201
|
{
|
|
2178
|
-
"id":
|
|
2202
|
+
"id": 221,
|
|
2179
2203
|
"name": "event",
|
|
2180
2204
|
"kind": 32768,
|
|
2181
2205
|
"kindString": "Parameter",
|
|
@@ -2194,7 +2218,7 @@
|
|
|
2194
2218
|
]
|
|
2195
2219
|
},
|
|
2196
2220
|
{
|
|
2197
|
-
"id":
|
|
2221
|
+
"id": 216,
|
|
2198
2222
|
"name": "onReorderHandleKeyDown",
|
|
2199
2223
|
"kind": 2048,
|
|
2200
2224
|
"kindString": "Method",
|
|
@@ -2204,21 +2228,21 @@
|
|
|
2204
2228
|
"sources": [
|
|
2205
2229
|
{
|
|
2206
2230
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2207
|
-
"line":
|
|
2231
|
+
"line": 490,
|
|
2208
2232
|
"character": 9,
|
|
2209
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2233
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L490"
|
|
2210
2234
|
}
|
|
2211
2235
|
],
|
|
2212
2236
|
"signatures": [
|
|
2213
2237
|
{
|
|
2214
|
-
"id":
|
|
2238
|
+
"id": 217,
|
|
2215
2239
|
"name": "onReorderHandleKeyDown",
|
|
2216
2240
|
"kind": 4096,
|
|
2217
2241
|
"kindString": "Call signature",
|
|
2218
2242
|
"flags": {},
|
|
2219
2243
|
"parameters": [
|
|
2220
2244
|
{
|
|
2221
|
-
"id":
|
|
2245
|
+
"id": 218,
|
|
2222
2246
|
"name": "event",
|
|
2223
2247
|
"kind": 32768,
|
|
2224
2248
|
"kindString": "Parameter",
|
|
@@ -2239,7 +2263,7 @@
|
|
|
2239
2263
|
]
|
|
2240
2264
|
},
|
|
2241
2265
|
{
|
|
2242
|
-
"id":
|
|
2266
|
+
"id": 200,
|
|
2243
2267
|
"name": "onRepeaterItemClick",
|
|
2244
2268
|
"kind": 2048,
|
|
2245
2269
|
"kindString": "Method",
|
|
@@ -2249,21 +2273,21 @@
|
|
|
2249
2273
|
"sources": [
|
|
2250
2274
|
{
|
|
2251
2275
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2252
|
-
"line":
|
|
2276
|
+
"line": 441,
|
|
2253
2277
|
"character": 9,
|
|
2254
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2278
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L441"
|
|
2255
2279
|
}
|
|
2256
2280
|
],
|
|
2257
2281
|
"signatures": [
|
|
2258
2282
|
{
|
|
2259
|
-
"id":
|
|
2283
|
+
"id": 201,
|
|
2260
2284
|
"name": "onRepeaterItemClick",
|
|
2261
2285
|
"kind": 4096,
|
|
2262
2286
|
"kindString": "Call signature",
|
|
2263
2287
|
"flags": {},
|
|
2264
2288
|
"parameters": [
|
|
2265
2289
|
{
|
|
2266
|
-
"id":
|
|
2290
|
+
"id": 202,
|
|
2267
2291
|
"name": "event",
|
|
2268
2292
|
"kind": 32768,
|
|
2269
2293
|
"kindString": "Parameter",
|
|
@@ -2284,7 +2308,7 @@
|
|
|
2284
2308
|
]
|
|
2285
2309
|
},
|
|
2286
2310
|
{
|
|
2287
|
-
"id":
|
|
2311
|
+
"id": 203,
|
|
2288
2312
|
"name": "updateForExpanded",
|
|
2289
2313
|
"kind": 2048,
|
|
2290
2314
|
"kindString": "Method",
|
|
@@ -2294,21 +2318,21 @@
|
|
|
2294
2318
|
"sources": [
|
|
2295
2319
|
{
|
|
2296
2320
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2297
|
-
"line":
|
|
2321
|
+
"line": 454,
|
|
2298
2322
|
"character": 9,
|
|
2299
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2323
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L454"
|
|
2300
2324
|
}
|
|
2301
2325
|
],
|
|
2302
2326
|
"signatures": [
|
|
2303
2327
|
{
|
|
2304
|
-
"id":
|
|
2328
|
+
"id": 204,
|
|
2305
2329
|
"name": "updateForExpanded",
|
|
2306
2330
|
"kind": 4096,
|
|
2307
2331
|
"kindString": "Call signature",
|
|
2308
2332
|
"flags": {},
|
|
2309
2333
|
"parameters": [
|
|
2310
2334
|
{
|
|
2311
|
-
"id":
|
|
2335
|
+
"id": 205,
|
|
2312
2336
|
"name": "value",
|
|
2313
2337
|
"kind": 32768,
|
|
2314
2338
|
"kindString": "Parameter",
|
|
@@ -2317,6 +2341,17 @@
|
|
|
2317
2341
|
"type": "intrinsic",
|
|
2318
2342
|
"name": "boolean"
|
|
2319
2343
|
}
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
"id": 206,
|
|
2347
|
+
"name": "animate",
|
|
2348
|
+
"kind": 32768,
|
|
2349
|
+
"kindString": "Parameter",
|
|
2350
|
+
"flags": {},
|
|
2351
|
+
"type": {
|
|
2352
|
+
"type": "intrinsic",
|
|
2353
|
+
"name": "boolean"
|
|
2354
|
+
}
|
|
2320
2355
|
}
|
|
2321
2356
|
],
|
|
2322
2357
|
"type": {
|
|
@@ -2337,26 +2372,27 @@
|
|
|
2337
2372
|
{
|
|
2338
2373
|
"title": "Properties",
|
|
2339
2374
|
"children": [
|
|
2375
|
+
160,
|
|
2340
2376
|
144,
|
|
2341
2377
|
149,
|
|
2342
2378
|
148,
|
|
2343
2379
|
145,
|
|
2344
|
-
|
|
2380
|
+
163,
|
|
2345
2381
|
150,
|
|
2346
2382
|
146,
|
|
2347
2383
|
130,
|
|
2348
2384
|
131,
|
|
2349
2385
|
151,
|
|
2350
2386
|
147,
|
|
2351
|
-
163,
|
|
2352
2387
|
164,
|
|
2353
|
-
129,
|
|
2354
2388
|
165,
|
|
2389
|
+
129,
|
|
2390
|
+
166,
|
|
2355
2391
|
156,
|
|
2356
2392
|
157,
|
|
2357
2393
|
158,
|
|
2358
2394
|
140,
|
|
2359
|
-
|
|
2395
|
+
167,
|
|
2360
2396
|
141,
|
|
2361
2397
|
142,
|
|
2362
2398
|
159,
|
|
@@ -2370,26 +2406,26 @@
|
|
|
2370
2406
|
152,
|
|
2371
2407
|
132,
|
|
2372
2408
|
136,
|
|
2373
|
-
|
|
2409
|
+
161,
|
|
2374
2410
|
123
|
|
2375
2411
|
]
|
|
2376
2412
|
},
|
|
2377
2413
|
{
|
|
2378
2414
|
"title": "Methods",
|
|
2379
2415
|
"children": [
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2416
|
+
197,
|
|
2417
|
+
195,
|
|
2418
|
+
213,
|
|
2419
|
+
188,
|
|
2420
|
+
190,
|
|
2421
|
+
186,
|
|
2422
|
+
207,
|
|
2423
|
+
210,
|
|
2424
|
+
192,
|
|
2425
|
+
219,
|
|
2426
|
+
216,
|
|
2427
|
+
200,
|
|
2428
|
+
203
|
|
2393
2429
|
]
|
|
2394
2430
|
}
|
|
2395
2431
|
],
|
|
@@ -2398,7 +2434,7 @@
|
|
|
2398
2434
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2399
2435
|
"line": 49,
|
|
2400
2436
|
"character": 13,
|
|
2401
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2437
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L49"
|
|
2402
2438
|
}
|
|
2403
2439
|
],
|
|
2404
2440
|
"implementedTypes": [
|
|
@@ -2423,7 +2459,7 @@
|
|
|
2423
2459
|
]
|
|
2424
2460
|
},
|
|
2425
2461
|
{
|
|
2426
|
-
"id":
|
|
2462
|
+
"id": 235,
|
|
2427
2463
|
"name": "SkyRepeaterComponent",
|
|
2428
2464
|
"kind": 128,
|
|
2429
2465
|
"kindString": "Class",
|
|
@@ -2438,7 +2474,7 @@
|
|
|
2438
2474
|
},
|
|
2439
2475
|
"children": [
|
|
2440
2476
|
{
|
|
2441
|
-
"id":
|
|
2477
|
+
"id": 236,
|
|
2442
2478
|
"name": "constructor",
|
|
2443
2479
|
"kind": 512,
|
|
2444
2480
|
"kindString": "Constructor",
|
|
@@ -2446,110 +2482,28 @@
|
|
|
2446
2482
|
"sources": [
|
|
2447
2483
|
{
|
|
2448
2484
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2449
|
-
"line":
|
|
2485
|
+
"line": 144,
|
|
2450
2486
|
"character": 2,
|
|
2451
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2487
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L144"
|
|
2452
2488
|
}
|
|
2453
2489
|
],
|
|
2454
2490
|
"signatures": [
|
|
2455
2491
|
{
|
|
2456
|
-
"id":
|
|
2492
|
+
"id": 237,
|
|
2457
2493
|
"name": "SkyRepeaterComponent",
|
|
2458
2494
|
"kind": 16384,
|
|
2459
2495
|
"kindString": "Constructor signature",
|
|
2460
2496
|
"flags": {},
|
|
2461
|
-
"parameters": [
|
|
2462
|
-
{
|
|
2463
|
-
"id": 235,
|
|
2464
|
-
"name": "changeDetector",
|
|
2465
|
-
"kind": 32768,
|
|
2466
|
-
"kindString": "Parameter",
|
|
2467
|
-
"flags": {},
|
|
2468
|
-
"type": {
|
|
2469
|
-
"type": "reference",
|
|
2470
|
-
"name": "ChangeDetectorRef",
|
|
2471
|
-
"qualifiedName": "ChangeDetectorRef",
|
|
2472
|
-
"package": "@angular/core"
|
|
2473
|
-
}
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
"id": 236,
|
|
2477
|
-
"name": "repeaterService",
|
|
2478
|
-
"kind": 32768,
|
|
2479
|
-
"kindString": "Parameter",
|
|
2480
|
-
"flags": {},
|
|
2481
|
-
"type": {
|
|
2482
|
-
"type": "reference",
|
|
2483
|
-
"name": "SkyRepeaterService"
|
|
2484
|
-
}
|
|
2485
|
-
},
|
|
2486
|
-
{
|
|
2487
|
-
"id": 237,
|
|
2488
|
-
"name": "adapterService",
|
|
2489
|
-
"kind": 32768,
|
|
2490
|
-
"kindString": "Parameter",
|
|
2491
|
-
"flags": {},
|
|
2492
|
-
"type": {
|
|
2493
|
-
"type": "reference",
|
|
2494
|
-
"name": "SkyRepeaterAdapterService"
|
|
2495
|
-
}
|
|
2496
|
-
},
|
|
2497
|
-
{
|
|
2498
|
-
"id": 238,
|
|
2499
|
-
"name": "dragulaService",
|
|
2500
|
-
"kind": 32768,
|
|
2501
|
-
"kindString": "Parameter",
|
|
2502
|
-
"flags": {},
|
|
2503
|
-
"type": {
|
|
2504
|
-
"type": "reference",
|
|
2505
|
-
"name": "DragulaService",
|
|
2506
|
-
"qualifiedName": "DragulaService",
|
|
2507
|
-
"package": "ng2-dragula"
|
|
2508
|
-
}
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"id": 239,
|
|
2512
|
-
"name": "elementRef",
|
|
2513
|
-
"kind": 32768,
|
|
2514
|
-
"kindString": "Parameter",
|
|
2515
|
-
"flags": {},
|
|
2516
|
-
"type": {
|
|
2517
|
-
"type": "reference",
|
|
2518
|
-
"typeArguments": [
|
|
2519
|
-
{
|
|
2520
|
-
"type": "intrinsic",
|
|
2521
|
-
"name": "any"
|
|
2522
|
-
}
|
|
2523
|
-
],
|
|
2524
|
-
"name": "ElementRef",
|
|
2525
|
-
"qualifiedName": "ElementRef",
|
|
2526
|
-
"package": "@angular/core"
|
|
2527
|
-
}
|
|
2528
|
-
},
|
|
2529
|
-
{
|
|
2530
|
-
"id": 240,
|
|
2531
|
-
"name": "renderer",
|
|
2532
|
-
"kind": 32768,
|
|
2533
|
-
"kindString": "Parameter",
|
|
2534
|
-
"flags": {},
|
|
2535
|
-
"type": {
|
|
2536
|
-
"type": "reference",
|
|
2537
|
-
"name": "Renderer2",
|
|
2538
|
-
"qualifiedName": "Renderer2",
|
|
2539
|
-
"package": "@angular/core"
|
|
2540
|
-
}
|
|
2541
|
-
}
|
|
2542
|
-
],
|
|
2543
2497
|
"type": {
|
|
2544
2498
|
"type": "reference",
|
|
2545
|
-
"id":
|
|
2499
|
+
"id": 235,
|
|
2546
2500
|
"name": "SkyRepeaterComponent"
|
|
2547
2501
|
}
|
|
2548
2502
|
}
|
|
2549
2503
|
]
|
|
2550
2504
|
},
|
|
2551
2505
|
{
|
|
2552
|
-
"id":
|
|
2506
|
+
"id": 238,
|
|
2553
2507
|
"name": "activeIndex",
|
|
2554
2508
|
"kind": 1024,
|
|
2555
2509
|
"kindString": "Property",
|
|
@@ -2567,9 +2521,9 @@
|
|
|
2567
2521
|
"sources": [
|
|
2568
2522
|
{
|
|
2569
2523
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2570
|
-
"line":
|
|
2524
|
+
"line": 60,
|
|
2571
2525
|
"character": 9,
|
|
2572
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2526
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L60"
|
|
2573
2527
|
}
|
|
2574
2528
|
],
|
|
2575
2529
|
"type": {
|
|
@@ -2578,7 +2532,7 @@
|
|
|
2578
2532
|
}
|
|
2579
2533
|
},
|
|
2580
2534
|
{
|
|
2581
|
-
"id":
|
|
2535
|
+
"id": 245,
|
|
2582
2536
|
"name": "activeIndexChange",
|
|
2583
2537
|
"kind": 1024,
|
|
2584
2538
|
"kindString": "Property",
|
|
@@ -2596,9 +2550,9 @@
|
|
|
2596
2550
|
"sources": [
|
|
2597
2551
|
{
|
|
2598
2552
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2599
|
-
"line":
|
|
2553
|
+
"line": 113,
|
|
2600
2554
|
"character": 9,
|
|
2601
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2555
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L113"
|
|
2602
2556
|
}
|
|
2603
2557
|
],
|
|
2604
2558
|
"type": {
|
|
@@ -2616,7 +2570,7 @@
|
|
|
2616
2570
|
"defaultValue": "..."
|
|
2617
2571
|
},
|
|
2618
2572
|
{
|
|
2619
|
-
"id":
|
|
2573
|
+
"id": 239,
|
|
2620
2574
|
"name": "ariaLabel",
|
|
2621
2575
|
"kind": 1024,
|
|
2622
2576
|
"kindString": "Property",
|
|
@@ -2661,9 +2615,9 @@
|
|
|
2661
2615
|
"sources": [
|
|
2662
2616
|
{
|
|
2663
2617
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2664
|
-
"line":
|
|
2618
|
+
"line": 70,
|
|
2665
2619
|
"character": 9,
|
|
2666
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2620
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L70"
|
|
2667
2621
|
}
|
|
2668
2622
|
],
|
|
2669
2623
|
"type": {
|
|
@@ -2672,7 +2626,7 @@
|
|
|
2672
2626
|
}
|
|
2673
2627
|
},
|
|
2674
2628
|
{
|
|
2675
|
-
"id":
|
|
2629
|
+
"id": 248,
|
|
2676
2630
|
"name": "dragulaGroupName",
|
|
2677
2631
|
"kind": 1024,
|
|
2678
2632
|
"kindString": "Property",
|
|
@@ -2682,9 +2636,9 @@
|
|
|
2682
2636
|
"sources": [
|
|
2683
2637
|
{
|
|
2684
2638
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2685
|
-
"line":
|
|
2639
|
+
"line": 126,
|
|
2686
2640
|
"character": 9,
|
|
2687
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2641
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L126"
|
|
2688
2642
|
}
|
|
2689
2643
|
],
|
|
2690
2644
|
"type": {
|
|
@@ -2693,7 +2647,7 @@
|
|
|
2693
2647
|
}
|
|
2694
2648
|
},
|
|
2695
2649
|
{
|
|
2696
|
-
"id":
|
|
2650
|
+
"id": 247,
|
|
2697
2651
|
"name": "items",
|
|
2698
2652
|
"kind": 1024,
|
|
2699
2653
|
"kindString": "Property",
|
|
@@ -2703,9 +2657,9 @@
|
|
|
2703
2657
|
"sources": [
|
|
2704
2658
|
{
|
|
2705
2659
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2706
|
-
"line":
|
|
2660
|
+
"line": 124,
|
|
2707
2661
|
"character": 9,
|
|
2708
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2662
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L124"
|
|
2709
2663
|
}
|
|
2710
2664
|
],
|
|
2711
2665
|
"type": {
|
|
@@ -2723,7 +2677,7 @@
|
|
|
2723
2677
|
}
|
|
2724
2678
|
},
|
|
2725
2679
|
{
|
|
2726
|
-
"id":
|
|
2680
|
+
"id": 246,
|
|
2727
2681
|
"name": "orderChange",
|
|
2728
2682
|
"kind": 1024,
|
|
2729
2683
|
"kindString": "Property",
|
|
@@ -2749,9 +2703,9 @@
|
|
|
2749
2703
|
"sources": [
|
|
2750
2704
|
{
|
|
2751
2705
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2752
|
-
"line":
|
|
2706
|
+
"line": 121,
|
|
2753
2707
|
"character": 9,
|
|
2754
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2708
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L121"
|
|
2755
2709
|
}
|
|
2756
2710
|
],
|
|
2757
2711
|
"type": {
|
|
@@ -2772,7 +2726,7 @@
|
|
|
2772
2726
|
"defaultValue": "..."
|
|
2773
2727
|
},
|
|
2774
2728
|
{
|
|
2775
|
-
"id":
|
|
2729
|
+
"id": 240,
|
|
2776
2730
|
"name": "reorderable",
|
|
2777
2731
|
"kind": 1024,
|
|
2778
2732
|
"kindString": "Property",
|
|
@@ -2798,9 +2752,9 @@
|
|
|
2798
2752
|
"sources": [
|
|
2799
2753
|
{
|
|
2800
2754
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2801
|
-
"line":
|
|
2755
|
+
"line": 78,
|
|
2802
2756
|
"character": 9,
|
|
2803
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2757
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L78"
|
|
2804
2758
|
}
|
|
2805
2759
|
],
|
|
2806
2760
|
"type": {
|
|
@@ -2810,7 +2764,7 @@
|
|
|
2810
2764
|
"defaultValue": "false"
|
|
2811
2765
|
},
|
|
2812
2766
|
{
|
|
2813
|
-
"id":
|
|
2767
|
+
"id": 249,
|
|
2814
2768
|
"name": "role",
|
|
2815
2769
|
"kind": 1024,
|
|
2816
2770
|
"kindString": "Property",
|
|
@@ -2820,9 +2774,9 @@
|
|
|
2820
2774
|
"sources": [
|
|
2821
2775
|
{
|
|
2822
2776
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2823
|
-
"line":
|
|
2777
|
+
"line": 128,
|
|
2824
2778
|
"character": 9,
|
|
2825
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2779
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L128"
|
|
2826
2780
|
}
|
|
2827
2781
|
],
|
|
2828
2782
|
"type": {
|
|
@@ -2831,7 +2785,7 @@
|
|
|
2831
2785
|
}
|
|
2832
2786
|
},
|
|
2833
2787
|
{
|
|
2834
|
-
"id":
|
|
2788
|
+
"id": 241,
|
|
2835
2789
|
"name": "expandMode",
|
|
2836
2790
|
"kind": 262144,
|
|
2837
2791
|
"kindString": "Accessor",
|
|
@@ -2841,30 +2795,31 @@
|
|
|
2841
2795
|
"sources": [
|
|
2842
2796
|
{
|
|
2843
2797
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2844
|
-
"line":
|
|
2798
|
+
"line": 100,
|
|
2845
2799
|
"character": 13,
|
|
2846
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2800
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L100"
|
|
2847
2801
|
},
|
|
2848
2802
|
{
|
|
2849
2803
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2850
|
-
"line":
|
|
2804
|
+
"line": 105,
|
|
2851
2805
|
"character": 13,
|
|
2852
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2806
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L105"
|
|
2853
2807
|
}
|
|
2854
2808
|
],
|
|
2855
2809
|
"getSignature": {
|
|
2856
|
-
"id":
|
|
2810
|
+
"id": 242,
|
|
2857
2811
|
"name": "expandMode",
|
|
2858
2812
|
"kind": 524288,
|
|
2859
2813
|
"kindString": "Get signature",
|
|
2860
2814
|
"flags": {},
|
|
2861
2815
|
"type": {
|
|
2862
|
-
"type": "
|
|
2863
|
-
"
|
|
2816
|
+
"type": "reference",
|
|
2817
|
+
"id": 334,
|
|
2818
|
+
"name": "SkyRepeaterExpandModeType"
|
|
2864
2819
|
}
|
|
2865
2820
|
},
|
|
2866
2821
|
"setSignature": {
|
|
2867
|
-
"id":
|
|
2822
|
+
"id": 243,
|
|
2868
2823
|
"name": "expandMode",
|
|
2869
2824
|
"kind": 1048576,
|
|
2870
2825
|
"kindString": "Set signature",
|
|
@@ -2970,14 +2925,15 @@
|
|
|
2970
2925
|
},
|
|
2971
2926
|
"parameters": [
|
|
2972
2927
|
{
|
|
2973
|
-
"id":
|
|
2928
|
+
"id": 244,
|
|
2974
2929
|
"name": "value",
|
|
2975
2930
|
"kind": 32768,
|
|
2976
2931
|
"kindString": "Parameter",
|
|
2977
2932
|
"flags": {},
|
|
2978
2933
|
"type": {
|
|
2979
|
-
"type": "
|
|
2980
|
-
"
|
|
2934
|
+
"type": "reference",
|
|
2935
|
+
"id": 334,
|
|
2936
|
+
"name": "SkyRepeaterExpandModeType"
|
|
2981
2937
|
}
|
|
2982
2938
|
}
|
|
2983
2939
|
],
|
|
@@ -2988,7 +2944,7 @@
|
|
|
2988
2944
|
}
|
|
2989
2945
|
},
|
|
2990
2946
|
{
|
|
2991
|
-
"id":
|
|
2947
|
+
"id": 262,
|
|
2992
2948
|
"name": "ngAfterContentInit",
|
|
2993
2949
|
"kind": 2048,
|
|
2994
2950
|
"kindString": "Method",
|
|
@@ -2998,14 +2954,14 @@
|
|
|
2998
2954
|
"sources": [
|
|
2999
2955
|
{
|
|
3000
2956
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3001
|
-
"line":
|
|
2957
|
+
"line": 187,
|
|
3002
2958
|
"character": 9,
|
|
3003
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2959
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L187"
|
|
3004
2960
|
}
|
|
3005
2961
|
],
|
|
3006
2962
|
"signatures": [
|
|
3007
2963
|
{
|
|
3008
|
-
"id":
|
|
2964
|
+
"id": 263,
|
|
3009
2965
|
"name": "ngAfterContentInit",
|
|
3010
2966
|
"kind": 4096,
|
|
3011
2967
|
"kindString": "Call signature",
|
|
@@ -3026,7 +2982,45 @@
|
|
|
3026
2982
|
}
|
|
3027
2983
|
},
|
|
3028
2984
|
{
|
|
3029
|
-
"id":
|
|
2985
|
+
"id": 264,
|
|
2986
|
+
"name": "ngAfterViewChecked",
|
|
2987
|
+
"kind": 2048,
|
|
2988
|
+
"kindString": "Method",
|
|
2989
|
+
"flags": {
|
|
2990
|
+
"isPublic": true
|
|
2991
|
+
},
|
|
2992
|
+
"sources": [
|
|
2993
|
+
{
|
|
2994
|
+
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2995
|
+
"line": 230,
|
|
2996
|
+
"character": 9,
|
|
2997
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L230"
|
|
2998
|
+
}
|
|
2999
|
+
],
|
|
3000
|
+
"signatures": [
|
|
3001
|
+
{
|
|
3002
|
+
"id": 265,
|
|
3003
|
+
"name": "ngAfterViewChecked",
|
|
3004
|
+
"kind": 4096,
|
|
3005
|
+
"kindString": "Call signature",
|
|
3006
|
+
"flags": {},
|
|
3007
|
+
"type": {
|
|
3008
|
+
"type": "intrinsic",
|
|
3009
|
+
"name": "void"
|
|
3010
|
+
},
|
|
3011
|
+
"implementationOf": {
|
|
3012
|
+
"type": "reference",
|
|
3013
|
+
"name": "AfterViewChecked.ngAfterViewChecked"
|
|
3014
|
+
}
|
|
3015
|
+
}
|
|
3016
|
+
],
|
|
3017
|
+
"implementationOf": {
|
|
3018
|
+
"type": "reference",
|
|
3019
|
+
"name": "AfterViewChecked.ngAfterViewChecked"
|
|
3020
|
+
}
|
|
3021
|
+
},
|
|
3022
|
+
{
|
|
3023
|
+
"id": 266,
|
|
3030
3024
|
"name": "ngOnChanges",
|
|
3031
3025
|
"kind": 2048,
|
|
3032
3026
|
"kindString": "Method",
|
|
@@ -3036,21 +3030,21 @@
|
|
|
3036
3030
|
"sources": [
|
|
3037
3031
|
{
|
|
3038
3032
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3039
|
-
"line":
|
|
3033
|
+
"line": 241,
|
|
3040
3034
|
"character": 9,
|
|
3041
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3035
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L241"
|
|
3042
3036
|
}
|
|
3043
3037
|
],
|
|
3044
3038
|
"signatures": [
|
|
3045
3039
|
{
|
|
3046
|
-
"id":
|
|
3040
|
+
"id": 267,
|
|
3047
3041
|
"name": "ngOnChanges",
|
|
3048
3042
|
"kind": 4096,
|
|
3049
3043
|
"kindString": "Call signature",
|
|
3050
3044
|
"flags": {},
|
|
3051
3045
|
"parameters": [
|
|
3052
3046
|
{
|
|
3053
|
-
"id":
|
|
3047
|
+
"id": 268,
|
|
3054
3048
|
"name": "changes",
|
|
3055
3049
|
"kind": 32768,
|
|
3056
3050
|
"kindString": "Parameter",
|
|
@@ -3079,7 +3073,7 @@
|
|
|
3079
3073
|
}
|
|
3080
3074
|
},
|
|
3081
3075
|
{
|
|
3082
|
-
"id":
|
|
3076
|
+
"id": 269,
|
|
3083
3077
|
"name": "ngOnDestroy",
|
|
3084
3078
|
"kind": 2048,
|
|
3085
3079
|
"kindString": "Method",
|
|
@@ -3089,14 +3083,14 @@
|
|
|
3089
3083
|
"sources": [
|
|
3090
3084
|
{
|
|
3091
3085
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3092
|
-
"line":
|
|
3086
|
+
"line": 262,
|
|
3093
3087
|
"character": 9,
|
|
3094
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3088
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L262"
|
|
3095
3089
|
}
|
|
3096
3090
|
],
|
|
3097
3091
|
"signatures": [
|
|
3098
3092
|
{
|
|
3099
|
-
"id":
|
|
3093
|
+
"id": 270,
|
|
3100
3094
|
"name": "ngOnDestroy",
|
|
3101
3095
|
"kind": 4096,
|
|
3102
3096
|
"kindString": "Call signature",
|
|
@@ -3117,7 +3111,7 @@
|
|
|
3117
3111
|
}
|
|
3118
3112
|
},
|
|
3119
3113
|
{
|
|
3120
|
-
"id":
|
|
3114
|
+
"id": 271,
|
|
3121
3115
|
"name": "ngOnInit",
|
|
3122
3116
|
"kind": 2048,
|
|
3123
3117
|
"kindString": "Method",
|
|
@@ -3127,14 +3121,14 @@
|
|
|
3127
3121
|
"sources": [
|
|
3128
3122
|
{
|
|
3129
3123
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3130
|
-
"line":
|
|
3124
|
+
"line": 268,
|
|
3131
3125
|
"character": 9,
|
|
3132
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3126
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L268"
|
|
3133
3127
|
}
|
|
3134
3128
|
],
|
|
3135
3129
|
"signatures": [
|
|
3136
3130
|
{
|
|
3137
|
-
"id":
|
|
3131
|
+
"id": 272,
|
|
3138
3132
|
"name": "ngOnInit",
|
|
3139
3133
|
"kind": 4096,
|
|
3140
3134
|
"kindString": "Call signature",
|
|
@@ -3155,7 +3149,7 @@
|
|
|
3155
3149
|
}
|
|
3156
3150
|
},
|
|
3157
3151
|
{
|
|
3158
|
-
"id":
|
|
3152
|
+
"id": 273,
|
|
3159
3153
|
"name": "onCdkObserveContent",
|
|
3160
3154
|
"kind": 2048,
|
|
3161
3155
|
"kindString": "Method",
|
|
@@ -3165,14 +3159,14 @@
|
|
|
3165
3159
|
"sources": [
|
|
3166
3160
|
{
|
|
3167
3161
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3168
|
-
"line":
|
|
3162
|
+
"line": 272,
|
|
3169
3163
|
"character": 9,
|
|
3170
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3164
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L272"
|
|
3171
3165
|
}
|
|
3172
3166
|
],
|
|
3173
3167
|
"signatures": [
|
|
3174
3168
|
{
|
|
3175
|
-
"id":
|
|
3169
|
+
"id": 274,
|
|
3176
3170
|
"name": "onCdkObserveContent",
|
|
3177
3171
|
"kind": 4096,
|
|
3178
3172
|
"kindString": "Call signature",
|
|
@@ -3189,45 +3183,46 @@
|
|
|
3189
3183
|
{
|
|
3190
3184
|
"title": "Constructors",
|
|
3191
3185
|
"children": [
|
|
3192
|
-
|
|
3186
|
+
236
|
|
3193
3187
|
]
|
|
3194
3188
|
},
|
|
3195
3189
|
{
|
|
3196
3190
|
"title": "Properties",
|
|
3197
3191
|
"children": [
|
|
3198
|
-
|
|
3192
|
+
238,
|
|
3193
|
+
245,
|
|
3194
|
+
239,
|
|
3199
3195
|
248,
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
249
|
|
3204
|
-
243,
|
|
3205
|
-
252
|
|
3196
|
+
247,
|
|
3197
|
+
246,
|
|
3198
|
+
240,
|
|
3199
|
+
249
|
|
3206
3200
|
]
|
|
3207
3201
|
},
|
|
3208
3202
|
{
|
|
3209
3203
|
"title": "Accessors",
|
|
3210
3204
|
"children": [
|
|
3211
|
-
|
|
3205
|
+
241
|
|
3212
3206
|
]
|
|
3213
3207
|
},
|
|
3214
3208
|
{
|
|
3215
3209
|
"title": "Methods",
|
|
3216
3210
|
"children": [
|
|
3217
|
-
260,
|
|
3218
3211
|
262,
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
269
|
|
3212
|
+
264,
|
|
3213
|
+
266,
|
|
3214
|
+
269,
|
|
3215
|
+
271,
|
|
3216
|
+
273
|
|
3222
3217
|
]
|
|
3223
3218
|
}
|
|
3224
3219
|
],
|
|
3225
3220
|
"sources": [
|
|
3226
3221
|
{
|
|
3227
3222
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3228
|
-
"line":
|
|
3223
|
+
"line": 50,
|
|
3229
3224
|
"character": 13,
|
|
3230
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3225
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L50"
|
|
3231
3226
|
}
|
|
3232
3227
|
],
|
|
3233
3228
|
"implementedTypes": [
|
|
@@ -3237,6 +3232,12 @@
|
|
|
3237
3232
|
"qualifiedName": "AfterContentInit",
|
|
3238
3233
|
"package": "@angular/core"
|
|
3239
3234
|
},
|
|
3235
|
+
{
|
|
3236
|
+
"type": "reference",
|
|
3237
|
+
"name": "AfterViewChecked",
|
|
3238
|
+
"qualifiedName": "AfterViewChecked",
|
|
3239
|
+
"package": "@angular/core"
|
|
3240
|
+
},
|
|
3240
3241
|
{
|
|
3241
3242
|
"type": "reference",
|
|
3242
3243
|
"name": "OnChanges",
|
|
@@ -3258,7 +3259,7 @@
|
|
|
3258
3259
|
]
|
|
3259
3260
|
},
|
|
3260
3261
|
{
|
|
3261
|
-
"id":
|
|
3262
|
+
"id": 294,
|
|
3262
3263
|
"name": "SkyRepeaterItemTitleComponent",
|
|
3263
3264
|
"kind": 128,
|
|
3264
3265
|
"kindString": "Class",
|
|
@@ -3276,7 +3277,7 @@
|
|
|
3276
3277
|
{
|
|
3277
3278
|
"title": "Constructors",
|
|
3278
3279
|
"children": [
|
|
3279
|
-
|
|
3280
|
+
295
|
|
3280
3281
|
]
|
|
3281
3282
|
}
|
|
3282
3283
|
],
|
|
@@ -3285,19 +3286,19 @@
|
|
|
3285
3286
|
"fileName": "projects/lists/src/modules/repeater/repeater-item-title.component.ts",
|
|
3286
3287
|
"line": 10,
|
|
3287
3288
|
"character": 13,
|
|
3288
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3289
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item-title.component.ts#L10"
|
|
3289
3290
|
}
|
|
3290
3291
|
]
|
|
3291
3292
|
},
|
|
3292
3293
|
{
|
|
3293
|
-
"id":
|
|
3294
|
+
"id": 297,
|
|
3294
3295
|
"name": "SkySortItemComponent",
|
|
3295
3296
|
"kind": 128,
|
|
3296
3297
|
"kindString": "Class",
|
|
3297
3298
|
"flags": {},
|
|
3298
3299
|
"children": [
|
|
3299
3300
|
{
|
|
3300
|
-
"id":
|
|
3301
|
+
"id": 298,
|
|
3301
3302
|
"name": "constructor",
|
|
3302
3303
|
"kind": 512,
|
|
3303
3304
|
"kindString": "Constructor",
|
|
@@ -3307,19 +3308,19 @@
|
|
|
3307
3308
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3308
3309
|
"line": 52,
|
|
3309
3310
|
"character": 2,
|
|
3310
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3311
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L52"
|
|
3311
3312
|
}
|
|
3312
3313
|
],
|
|
3313
3314
|
"signatures": [
|
|
3314
3315
|
{
|
|
3315
|
-
"id":
|
|
3316
|
+
"id": 299,
|
|
3316
3317
|
"name": "SkySortItemComponent",
|
|
3317
3318
|
"kind": 16384,
|
|
3318
3319
|
"kindString": "Constructor signature",
|
|
3319
3320
|
"flags": {},
|
|
3320
3321
|
"parameters": [
|
|
3321
3322
|
{
|
|
3322
|
-
"id":
|
|
3323
|
+
"id": 300,
|
|
3323
3324
|
"name": "sortService",
|
|
3324
3325
|
"kind": 32768,
|
|
3325
3326
|
"kindString": "Parameter",
|
|
@@ -3330,7 +3331,7 @@
|
|
|
3330
3331
|
}
|
|
3331
3332
|
},
|
|
3332
3333
|
{
|
|
3333
|
-
"id":
|
|
3334
|
+
"id": 301,
|
|
3334
3335
|
"name": "detector",
|
|
3335
3336
|
"kind": 32768,
|
|
3336
3337
|
"kindString": "Parameter",
|
|
@@ -3345,14 +3346,14 @@
|
|
|
3345
3346
|
],
|
|
3346
3347
|
"type": {
|
|
3347
3348
|
"type": "reference",
|
|
3348
|
-
"id":
|
|
3349
|
+
"id": 297,
|
|
3349
3350
|
"name": "SkySortItemComponent"
|
|
3350
3351
|
}
|
|
3351
3352
|
}
|
|
3352
3353
|
]
|
|
3353
3354
|
},
|
|
3354
3355
|
{
|
|
3355
|
-
"id":
|
|
3356
|
+
"id": 302,
|
|
3356
3357
|
"name": "active",
|
|
3357
3358
|
"kind": 1024,
|
|
3358
3359
|
"kindString": "Property",
|
|
@@ -3372,7 +3373,7 @@
|
|
|
3372
3373
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3373
3374
|
"line": 33,
|
|
3374
3375
|
"character": 9,
|
|
3375
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3376
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L33"
|
|
3376
3377
|
}
|
|
3377
3378
|
],
|
|
3378
3379
|
"type": {
|
|
@@ -3381,7 +3382,7 @@
|
|
|
3381
3382
|
}
|
|
3382
3383
|
},
|
|
3383
3384
|
{
|
|
3384
|
-
"id":
|
|
3385
|
+
"id": 304,
|
|
3385
3386
|
"name": "isSelected",
|
|
3386
3387
|
"kind": 1024,
|
|
3387
3388
|
"kindString": "Property",
|
|
@@ -3393,7 +3394,7 @@
|
|
|
3393
3394
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3394
3395
|
"line": 41,
|
|
3395
3396
|
"character": 9,
|
|
3396
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3397
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L41"
|
|
3397
3398
|
}
|
|
3398
3399
|
],
|
|
3399
3400
|
"type": {
|
|
@@ -3411,7 +3412,7 @@
|
|
|
3411
3412
|
"defaultValue": "..."
|
|
3412
3413
|
},
|
|
3413
3414
|
{
|
|
3414
|
-
"id":
|
|
3415
|
+
"id": 303,
|
|
3415
3416
|
"name": "itemSelect",
|
|
3416
3417
|
"kind": 1024,
|
|
3417
3418
|
"kindString": "Property",
|
|
@@ -3431,7 +3432,7 @@
|
|
|
3431
3432
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3432
3433
|
"line": 39,
|
|
3433
3434
|
"character": 9,
|
|
3434
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3435
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L39"
|
|
3435
3436
|
}
|
|
3436
3437
|
],
|
|
3437
3438
|
"type": {
|
|
@@ -3449,7 +3450,7 @@
|
|
|
3449
3450
|
"defaultValue": "..."
|
|
3450
3451
|
},
|
|
3451
3452
|
{
|
|
3452
|
-
"id":
|
|
3453
|
+
"id": 314,
|
|
3453
3454
|
"name": "itemClicked",
|
|
3454
3455
|
"kind": 2048,
|
|
3455
3456
|
"kindString": "Method",
|
|
@@ -3461,12 +3462,12 @@
|
|
|
3461
3462
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3462
3463
|
"line": 84,
|
|
3463
3464
|
"character": 9,
|
|
3464
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3465
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L84"
|
|
3465
3466
|
}
|
|
3466
3467
|
],
|
|
3467
3468
|
"signatures": [
|
|
3468
3469
|
{
|
|
3469
|
-
"id":
|
|
3470
|
+
"id": 315,
|
|
3470
3471
|
"name": "itemClicked",
|
|
3471
3472
|
"kind": 4096,
|
|
3472
3473
|
"kindString": "Call signature",
|
|
@@ -3479,7 +3480,7 @@
|
|
|
3479
3480
|
]
|
|
3480
3481
|
},
|
|
3481
3482
|
{
|
|
3482
|
-
"id":
|
|
3483
|
+
"id": 311,
|
|
3483
3484
|
"name": "ngOnChanges",
|
|
3484
3485
|
"kind": 2048,
|
|
3485
3486
|
"kindString": "Method",
|
|
@@ -3491,19 +3492,19 @@
|
|
|
3491
3492
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3492
3493
|
"line": 72,
|
|
3493
3494
|
"character": 9,
|
|
3494
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3495
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L72"
|
|
3495
3496
|
}
|
|
3496
3497
|
],
|
|
3497
3498
|
"signatures": [
|
|
3498
3499
|
{
|
|
3499
|
-
"id":
|
|
3500
|
+
"id": 312,
|
|
3500
3501
|
"name": "ngOnChanges",
|
|
3501
3502
|
"kind": 4096,
|
|
3502
3503
|
"kindString": "Call signature",
|
|
3503
3504
|
"flags": {},
|
|
3504
3505
|
"parameters": [
|
|
3505
3506
|
{
|
|
3506
|
-
"id":
|
|
3507
|
+
"id": 313,
|
|
3507
3508
|
"name": "changes",
|
|
3508
3509
|
"kind": 32768,
|
|
3509
3510
|
"kindString": "Parameter",
|
|
@@ -3532,7 +3533,7 @@
|
|
|
3532
3533
|
}
|
|
3533
3534
|
},
|
|
3534
3535
|
{
|
|
3535
|
-
"id":
|
|
3536
|
+
"id": 316,
|
|
3536
3537
|
"name": "ngOnDestroy",
|
|
3537
3538
|
"kind": 2048,
|
|
3538
3539
|
"kindString": "Method",
|
|
@@ -3544,12 +3545,12 @@
|
|
|
3544
3545
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3545
3546
|
"line": 91,
|
|
3546
3547
|
"character": 9,
|
|
3547
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3548
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L91"
|
|
3548
3549
|
}
|
|
3549
3550
|
],
|
|
3550
3551
|
"signatures": [
|
|
3551
3552
|
{
|
|
3552
|
-
"id":
|
|
3553
|
+
"id": 317,
|
|
3553
3554
|
"name": "ngOnDestroy",
|
|
3554
3555
|
"kind": 4096,
|
|
3555
3556
|
"kindString": "Call signature",
|
|
@@ -3570,7 +3571,7 @@
|
|
|
3570
3571
|
}
|
|
3571
3572
|
},
|
|
3572
3573
|
{
|
|
3573
|
-
"id":
|
|
3574
|
+
"id": 309,
|
|
3574
3575
|
"name": "ngOnInit",
|
|
3575
3576
|
"kind": 2048,
|
|
3576
3577
|
"kindString": "Method",
|
|
@@ -3582,12 +3583,12 @@
|
|
|
3582
3583
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3583
3584
|
"line": 57,
|
|
3584
3585
|
"character": 9,
|
|
3585
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3586
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L57"
|
|
3586
3587
|
}
|
|
3587
3588
|
],
|
|
3588
3589
|
"signatures": [
|
|
3589
3590
|
{
|
|
3590
|
-
"id":
|
|
3591
|
+
"id": 310,
|
|
3591
3592
|
"name": "ngOnInit",
|
|
3592
3593
|
"kind": 4096,
|
|
3593
3594
|
"kindString": "Call signature",
|
|
@@ -3612,24 +3613,24 @@
|
|
|
3612
3613
|
{
|
|
3613
3614
|
"title": "Constructors",
|
|
3614
3615
|
"children": [
|
|
3615
|
-
|
|
3616
|
+
298
|
|
3616
3617
|
]
|
|
3617
3618
|
},
|
|
3618
3619
|
{
|
|
3619
3620
|
"title": "Properties",
|
|
3620
3621
|
"children": [
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3622
|
+
302,
|
|
3623
|
+
304,
|
|
3624
|
+
303
|
|
3624
3625
|
]
|
|
3625
3626
|
},
|
|
3626
3627
|
{
|
|
3627
3628
|
"title": "Methods",
|
|
3628
3629
|
"children": [
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3630
|
+
314,
|
|
3631
|
+
311,
|
|
3632
|
+
316,
|
|
3633
|
+
309
|
|
3633
3634
|
]
|
|
3634
3635
|
}
|
|
3635
3636
|
],
|
|
@@ -3638,7 +3639,7 @@
|
|
|
3638
3639
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3639
3640
|
"line": 28,
|
|
3640
3641
|
"character": 13,
|
|
3641
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3642
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L28"
|
|
3642
3643
|
}
|
|
3643
3644
|
],
|
|
3644
3645
|
"implementedTypes": [
|
|
@@ -3663,14 +3664,14 @@
|
|
|
3663
3664
|
]
|
|
3664
3665
|
},
|
|
3665
3666
|
{
|
|
3666
|
-
"id":
|
|
3667
|
+
"id": 318,
|
|
3667
3668
|
"name": "SkySortComponent",
|
|
3668
3669
|
"kind": 128,
|
|
3669
3670
|
"kindString": "Class",
|
|
3670
3671
|
"flags": {},
|
|
3671
3672
|
"children": [
|
|
3672
3673
|
{
|
|
3673
|
-
"id":
|
|
3674
|
+
"id": 322,
|
|
3674
3675
|
"name": "dropdownController",
|
|
3675
3676
|
"kind": 1024,
|
|
3676
3677
|
"kindString": "Property",
|
|
@@ -3682,7 +3683,7 @@
|
|
|
3682
3683
|
"fileName": "projects/lists/src/modules/sort/sort.component.ts",
|
|
3683
3684
|
"line": 22,
|
|
3684
3685
|
"character": 9,
|
|
3685
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3686
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/sort/sort.component.ts#L22"
|
|
3686
3687
|
}
|
|
3687
3688
|
],
|
|
3688
3689
|
"type": {
|
|
@@ -3700,7 +3701,7 @@
|
|
|
3700
3701
|
"defaultValue": "..."
|
|
3701
3702
|
},
|
|
3702
3703
|
{
|
|
3703
|
-
"id":
|
|
3704
|
+
"id": 321,
|
|
3704
3705
|
"name": "showButtonText",
|
|
3705
3706
|
"kind": 1024,
|
|
3706
3707
|
"kindString": "Property",
|
|
@@ -3720,7 +3721,7 @@
|
|
|
3720
3721
|
"fileName": "projects/lists/src/modules/sort/sort.component.ts",
|
|
3721
3722
|
"line": 20,
|
|
3722
3723
|
"character": 9,
|
|
3723
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3724
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/sort/sort.component.ts#L20"
|
|
3724
3725
|
}
|
|
3725
3726
|
],
|
|
3726
3727
|
"type": {
|
|
@@ -3730,7 +3731,7 @@
|
|
|
3730
3731
|
"defaultValue": "false"
|
|
3731
3732
|
},
|
|
3732
3733
|
{
|
|
3733
|
-
"id":
|
|
3734
|
+
"id": 323,
|
|
3734
3735
|
"name": "dropdownClicked",
|
|
3735
3736
|
"kind": 2048,
|
|
3736
3737
|
"kindString": "Method",
|
|
@@ -3742,12 +3743,12 @@
|
|
|
3742
3743
|
"fileName": "projects/lists/src/modules/sort/sort.component.ts",
|
|
3743
3744
|
"line": 24,
|
|
3744
3745
|
"character": 9,
|
|
3745
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3746
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/sort/sort.component.ts#L24"
|
|
3746
3747
|
}
|
|
3747
3748
|
],
|
|
3748
3749
|
"signatures": [
|
|
3749
3750
|
{
|
|
3750
|
-
"id":
|
|
3751
|
+
"id": 324,
|
|
3751
3752
|
"name": "dropdownClicked",
|
|
3752
3753
|
"kind": 4096,
|
|
3753
3754
|
"kindString": "Call signature",
|
|
@@ -3764,20 +3765,20 @@
|
|
|
3764
3765
|
{
|
|
3765
3766
|
"title": "Constructors",
|
|
3766
3767
|
"children": [
|
|
3767
|
-
|
|
3768
|
+
319
|
|
3768
3769
|
]
|
|
3769
3770
|
},
|
|
3770
3771
|
{
|
|
3771
3772
|
"title": "Properties",
|
|
3772
3773
|
"children": [
|
|
3773
|
-
|
|
3774
|
-
|
|
3774
|
+
322,
|
|
3775
|
+
321
|
|
3775
3776
|
]
|
|
3776
3777
|
},
|
|
3777
3778
|
{
|
|
3778
3779
|
"title": "Methods",
|
|
3779
3780
|
"children": [
|
|
3780
|
-
|
|
3781
|
+
323
|
|
3781
3782
|
]
|
|
3782
3783
|
}
|
|
3783
3784
|
],
|
|
@@ -3786,7 +3787,7 @@
|
|
|
3786
3787
|
"fileName": "projects/lists/src/modules/sort/sort.component.ts",
|
|
3787
3788
|
"line": 15,
|
|
3788
3789
|
"character": 13,
|
|
3789
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3790
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/sort/sort.component.ts#L15"
|
|
3790
3791
|
}
|
|
3791
3792
|
]
|
|
3792
3793
|
},
|
|
@@ -3818,7 +3819,7 @@
|
|
|
3818
3819
|
"fileName": "projects/lists/src/modules/filter/filter-inline.component.ts",
|
|
3819
3820
|
"line": 11,
|
|
3820
3821
|
"character": 13,
|
|
3821
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3822
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-inline.component.ts#L11"
|
|
3822
3823
|
}
|
|
3823
3824
|
]
|
|
3824
3825
|
},
|
|
@@ -3850,7 +3851,7 @@
|
|
|
3850
3851
|
"fileName": "projects/lists/src/modules/filter/filter-inline-item.component.ts",
|
|
3851
3852
|
"line": 11,
|
|
3852
3853
|
"character": 13,
|
|
3853
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3854
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-inline-item.component.ts#L11"
|
|
3854
3855
|
}
|
|
3855
3856
|
]
|
|
3856
3857
|
},
|
|
@@ -3890,7 +3891,7 @@
|
|
|
3890
3891
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
3891
3892
|
"line": 35,
|
|
3892
3893
|
"character": 9,
|
|
3893
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3894
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L35"
|
|
3894
3895
|
}
|
|
3895
3896
|
],
|
|
3896
3897
|
"type": {
|
|
@@ -3928,7 +3929,7 @@
|
|
|
3928
3929
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
3929
3930
|
"line": 41,
|
|
3930
3931
|
"character": 9,
|
|
3931
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3932
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L41"
|
|
3932
3933
|
}
|
|
3933
3934
|
],
|
|
3934
3935
|
"type": {
|
|
@@ -3958,13 +3959,13 @@
|
|
|
3958
3959
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
3959
3960
|
"line": 23,
|
|
3960
3961
|
"character": 13,
|
|
3961
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3962
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L23"
|
|
3962
3963
|
},
|
|
3963
3964
|
{
|
|
3964
3965
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
3965
3966
|
"line": 27,
|
|
3966
3967
|
"character": 13,
|
|
3967
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3968
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L27"
|
|
3968
3969
|
}
|
|
3969
3970
|
],
|
|
3970
3971
|
"getSignature": {
|
|
@@ -4024,7 +4025,7 @@
|
|
|
4024
4025
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
4025
4026
|
"line": 49,
|
|
4026
4027
|
"character": 9,
|
|
4027
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4028
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L49"
|
|
4028
4029
|
}
|
|
4029
4030
|
],
|
|
4030
4031
|
"signatures": [
|
|
@@ -4054,7 +4055,7 @@
|
|
|
4054
4055
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
4055
4056
|
"line": 45,
|
|
4056
4057
|
"character": 9,
|
|
4057
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4058
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L45"
|
|
4058
4059
|
}
|
|
4059
4060
|
],
|
|
4060
4061
|
"signatures": [
|
|
@@ -4084,7 +4085,7 @@
|
|
|
4084
4085
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
4085
4086
|
"line": 53,
|
|
4086
4087
|
"character": 9,
|
|
4087
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4088
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L53"
|
|
4088
4089
|
}
|
|
4089
4090
|
],
|
|
4090
4091
|
"signatures": [
|
|
@@ -4136,7 +4137,7 @@
|
|
|
4136
4137
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
4137
4138
|
"line": 18,
|
|
4138
4139
|
"character": 13,
|
|
4139
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4140
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L18"
|
|
4140
4141
|
}
|
|
4141
4142
|
]
|
|
4142
4143
|
},
|
|
@@ -4168,7 +4169,7 @@
|
|
|
4168
4169
|
"fileName": "projects/lists/src/modules/filter/filter-summary.component.ts",
|
|
4169
4170
|
"line": 12,
|
|
4170
4171
|
"character": 13,
|
|
4171
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4172
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/filter/filter-summary.component.ts#L12"
|
|
4172
4173
|
}
|
|
4173
4174
|
]
|
|
4174
4175
|
},
|
|
@@ -4190,7 +4191,7 @@
|
|
|
4190
4191
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4191
4192
|
"line": 81,
|
|
4192
4193
|
"character": 2,
|
|
4193
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4194
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L81"
|
|
4194
4195
|
}
|
|
4195
4196
|
],
|
|
4196
4197
|
"signatures": [
|
|
@@ -4266,7 +4267,7 @@
|
|
|
4266
4267
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4267
4268
|
"line": 72,
|
|
4268
4269
|
"character": 9,
|
|
4269
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4270
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L72"
|
|
4270
4271
|
}
|
|
4271
4272
|
],
|
|
4272
4273
|
"type": {
|
|
@@ -4312,7 +4313,7 @@
|
|
|
4312
4313
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4313
4314
|
"line": 70,
|
|
4314
4315
|
"character": 9,
|
|
4315
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4316
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L70"
|
|
4316
4317
|
}
|
|
4317
4318
|
],
|
|
4318
4319
|
"type": {
|
|
@@ -4342,13 +4343,13 @@
|
|
|
4342
4343
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4343
4344
|
"line": 31,
|
|
4344
4345
|
"character": 13,
|
|
4345
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4346
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L31"
|
|
4346
4347
|
},
|
|
4347
4348
|
{
|
|
4348
4349
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4349
4350
|
"line": 34,
|
|
4350
4351
|
"character": 13,
|
|
4351
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4352
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L34"
|
|
4352
4353
|
}
|
|
4353
4354
|
],
|
|
4354
4355
|
"getSignature": {
|
|
@@ -4419,13 +4420,13 @@
|
|
|
4419
4420
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4420
4421
|
"line": 52,
|
|
4421
4422
|
"character": 13,
|
|
4422
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4423
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L52"
|
|
4423
4424
|
},
|
|
4424
4425
|
{
|
|
4425
4426
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4426
4427
|
"line": 56,
|
|
4427
4428
|
"character": 13,
|
|
4428
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4429
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L56"
|
|
4429
4430
|
}
|
|
4430
4431
|
],
|
|
4431
4432
|
"getSignature": {
|
|
@@ -4539,7 +4540,7 @@
|
|
|
4539
4540
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4540
4541
|
"line": 91,
|
|
4541
4542
|
"character": 9,
|
|
4542
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4543
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L91"
|
|
4543
4544
|
}
|
|
4544
4545
|
],
|
|
4545
4546
|
"signatures": [
|
|
@@ -4577,7 +4578,7 @@
|
|
|
4577
4578
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4578
4579
|
"line": 97,
|
|
4579
4580
|
"character": 9,
|
|
4580
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4581
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L97"
|
|
4581
4582
|
}
|
|
4582
4583
|
],
|
|
4583
4584
|
"signatures": [
|
|
@@ -4629,7 +4630,7 @@
|
|
|
4629
4630
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4630
4631
|
"line": 24,
|
|
4631
4632
|
"character": 13,
|
|
4632
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4633
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L24"
|
|
4633
4634
|
}
|
|
4634
4635
|
],
|
|
4635
4636
|
"implementedTypes": [
|
|
@@ -4669,7 +4670,7 @@
|
|
|
4669
4670
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4670
4671
|
"line": 22,
|
|
4671
4672
|
"character": 9,
|
|
4672
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4673
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.component.ts#L22"
|
|
4673
4674
|
}
|
|
4674
4675
|
],
|
|
4675
4676
|
"type": {
|
|
@@ -4699,7 +4700,7 @@
|
|
|
4699
4700
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4700
4701
|
"line": 56,
|
|
4701
4702
|
"character": 9,
|
|
4702
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4703
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.component.ts#L56"
|
|
4703
4704
|
}
|
|
4704
4705
|
],
|
|
4705
4706
|
"type": {
|
|
@@ -4729,7 +4730,7 @@
|
|
|
4729
4730
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4730
4731
|
"line": 58,
|
|
4731
4732
|
"character": 9,
|
|
4732
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4733
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.component.ts#L58"
|
|
4733
4734
|
}
|
|
4734
4735
|
],
|
|
4735
4736
|
"type": {
|
|
@@ -4762,7 +4763,7 @@
|
|
|
4762
4763
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4763
4764
|
"line": 28,
|
|
4764
4765
|
"character": 9,
|
|
4765
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4766
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.component.ts#L28"
|
|
4766
4767
|
}
|
|
4767
4768
|
],
|
|
4768
4769
|
"type": {
|
|
@@ -4792,7 +4793,7 @@
|
|
|
4792
4793
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4793
4794
|
"line": 34,
|
|
4794
4795
|
"character": 9,
|
|
4795
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4796
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.component.ts#L34"
|
|
4796
4797
|
}
|
|
4797
4798
|
],
|
|
4798
4799
|
"type": {
|
|
@@ -4814,7 +4815,7 @@
|
|
|
4814
4815
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4815
4816
|
"line": 60,
|
|
4816
4817
|
"character": 9,
|
|
4817
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4818
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.component.ts#L60"
|
|
4818
4819
|
}
|
|
4819
4820
|
],
|
|
4820
4821
|
"type": {
|
|
@@ -4844,7 +4845,7 @@
|
|
|
4844
4845
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4845
4846
|
"line": 40,
|
|
4846
4847
|
"character": 9,
|
|
4847
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4848
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.component.ts#L40"
|
|
4848
4849
|
}
|
|
4849
4850
|
],
|
|
4850
4851
|
"type": {
|
|
@@ -4885,7 +4886,7 @@
|
|
|
4885
4886
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4886
4887
|
"line": 50,
|
|
4887
4888
|
"character": 9,
|
|
4888
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4889
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.component.ts#L50"
|
|
4889
4890
|
}
|
|
4890
4891
|
],
|
|
4891
4892
|
"type": {
|
|
@@ -4906,7 +4907,7 @@
|
|
|
4906
4907
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4907
4908
|
"line": 98,
|
|
4908
4909
|
"character": 13,
|
|
4909
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4910
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.component.ts#L98"
|
|
4910
4911
|
}
|
|
4911
4912
|
],
|
|
4912
4913
|
"getSignature": {
|
|
@@ -4934,7 +4935,7 @@
|
|
|
4934
4935
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4935
4936
|
"line": 94,
|
|
4936
4937
|
"character": 13,
|
|
4937
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4938
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.component.ts#L94"
|
|
4938
4939
|
}
|
|
4939
4940
|
],
|
|
4940
4941
|
"getSignature": {
|
|
@@ -4962,7 +4963,7 @@
|
|
|
4962
4963
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4963
4964
|
"line": 86,
|
|
4964
4965
|
"character": 9,
|
|
4965
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4966
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.component.ts#L86"
|
|
4966
4967
|
}
|
|
4967
4968
|
],
|
|
4968
4969
|
"signatures": [
|
|
@@ -4992,7 +4993,7 @@
|
|
|
4992
4993
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4993
4994
|
"line": 62,
|
|
4994
4995
|
"character": 9,
|
|
4995
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4996
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.component.ts#L62"
|
|
4996
4997
|
}
|
|
4997
4998
|
],
|
|
4998
4999
|
"signatures": [
|
|
@@ -5045,7 +5046,7 @@
|
|
|
5045
5046
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
5046
5047
|
"line": 90,
|
|
5047
5048
|
"character": 9,
|
|
5048
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5049
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.component.ts#L90"
|
|
5049
5050
|
}
|
|
5050
5051
|
],
|
|
5051
5052
|
"signatures": [
|
|
@@ -5075,7 +5076,7 @@
|
|
|
5075
5076
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
5076
5077
|
"line": 66,
|
|
5077
5078
|
"character": 9,
|
|
5078
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5079
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.component.ts#L66"
|
|
5079
5080
|
}
|
|
5080
5081
|
],
|
|
5081
5082
|
"signatures": [
|
|
@@ -5148,7 +5149,7 @@
|
|
|
5148
5149
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
5149
5150
|
"line": 17,
|
|
5150
5151
|
"character": 13,
|
|
5151
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5152
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/paging/paging.component.ts#L17"
|
|
5152
5153
|
}
|
|
5153
5154
|
],
|
|
5154
5155
|
"implementedTypes": [
|
|
@@ -5188,7 +5189,7 @@
|
|
|
5188
5189
|
"fileName": "projects/lists/src/modules/repeater/repeater-item-content.component.ts",
|
|
5189
5190
|
"line": 10,
|
|
5190
5191
|
"character": 13,
|
|
5191
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5192
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item-content.component.ts#L10"
|
|
5192
5193
|
}
|
|
5193
5194
|
]
|
|
5194
5195
|
},
|
|
@@ -5228,12 +5229,12 @@
|
|
|
5228
5229
|
"fileName": "projects/lists/src/modules/repeater/repeater-item-context-menu.component.ts",
|
|
5229
5230
|
"line": 13,
|
|
5230
5231
|
"character": 13,
|
|
5231
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5232
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-item-context-menu.component.ts#L13"
|
|
5232
5233
|
}
|
|
5233
5234
|
]
|
|
5234
5235
|
},
|
|
5235
5236
|
{
|
|
5236
|
-
"id":
|
|
5237
|
+
"id": 334,
|
|
5237
5238
|
"name": "SkyRepeaterExpandModeType",
|
|
5238
5239
|
"kind": 4194304,
|
|
5239
5240
|
"kindString": "Type alias",
|
|
@@ -5243,7 +5244,7 @@
|
|
|
5243
5244
|
"fileName": "projects/lists/src/modules/repeater/repeater-expand-mode-type.ts",
|
|
5244
5245
|
"line": 1,
|
|
5245
5246
|
"character": 12,
|
|
5246
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5247
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/src/lib/modules/repeater/repeater-expand-mode-type.ts#L1"
|
|
5247
5248
|
}
|
|
5248
5249
|
],
|
|
5249
5250
|
"type": {
|
|
@@ -5263,52 +5264,1482 @@
|
|
|
5263
5264
|
}
|
|
5264
5265
|
]
|
|
5265
5266
|
}
|
|
5266
|
-
}
|
|
5267
|
-
],
|
|
5268
|
-
"groups": [
|
|
5267
|
+
},
|
|
5269
5268
|
{
|
|
5270
|
-
"
|
|
5269
|
+
"id": 413,
|
|
5270
|
+
"name": "SkyRepeaterHarness",
|
|
5271
|
+
"kind": 128,
|
|
5272
|
+
"kindString": "Class",
|
|
5273
|
+
"flags": {},
|
|
5274
|
+
"comment": {
|
|
5275
|
+
"summary": [
|
|
5276
|
+
{
|
|
5277
|
+
"kind": "text",
|
|
5278
|
+
"text": "Harness for interacting with a repeater component in tests."
|
|
5279
|
+
}
|
|
5280
|
+
]
|
|
5281
|
+
},
|
|
5271
5282
|
"children": [
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
-
|
|
5275
|
-
|
|
5276
|
-
|
|
5277
|
-
|
|
5278
|
-
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
|
|
5283
|
-
|
|
5284
|
-
|
|
5285
|
-
|
|
5286
|
-
|
|
5287
|
-
|
|
5288
|
-
|
|
5289
|
-
|
|
5290
|
-
|
|
5291
|
-
|
|
5292
|
-
|
|
5293
|
-
|
|
5294
|
-
|
|
5295
|
-
|
|
5296
|
-
|
|
5297
|
-
|
|
5298
|
-
|
|
5299
|
-
|
|
5300
|
-
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
|
|
5304
|
-
|
|
5305
|
-
|
|
5306
|
-
|
|
5307
|
-
|
|
5308
|
-
|
|
5309
|
-
|
|
5310
|
-
|
|
5311
|
-
|
|
5283
|
+
{
|
|
5284
|
+
"id": 423,
|
|
5285
|
+
"name": "constructor",
|
|
5286
|
+
"kind": 512,
|
|
5287
|
+
"kindString": "Constructor",
|
|
5288
|
+
"flags": {},
|
|
5289
|
+
"sources": [
|
|
5290
|
+
{
|
|
5291
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
5292
|
+
"line": 38,
|
|
5293
|
+
"character": 4
|
|
5294
|
+
}
|
|
5295
|
+
],
|
|
5296
|
+
"signatures": [
|
|
5297
|
+
{
|
|
5298
|
+
"id": 424,
|
|
5299
|
+
"name": "new SkyRepeaterHarness",
|
|
5300
|
+
"kind": 16384,
|
|
5301
|
+
"kindString": "Constructor signature",
|
|
5302
|
+
"flags": {},
|
|
5303
|
+
"parameters": [
|
|
5304
|
+
{
|
|
5305
|
+
"id": 425,
|
|
5306
|
+
"name": "locatorFactory",
|
|
5307
|
+
"kind": 32768,
|
|
5308
|
+
"kindString": "Parameter",
|
|
5309
|
+
"flags": {},
|
|
5310
|
+
"type": {
|
|
5311
|
+
"type": "reference",
|
|
5312
|
+
"name": "LocatorFactory",
|
|
5313
|
+
"qualifiedName": "LocatorFactory",
|
|
5314
|
+
"package": "@angular/cdk"
|
|
5315
|
+
}
|
|
5316
|
+
}
|
|
5317
|
+
],
|
|
5318
|
+
"type": {
|
|
5319
|
+
"type": "reference",
|
|
5320
|
+
"id": 413,
|
|
5321
|
+
"name": "SkyRepeaterHarness"
|
|
5322
|
+
},
|
|
5323
|
+
"inheritedFrom": {
|
|
5324
|
+
"type": "reference",
|
|
5325
|
+
"name": "SkyComponentHarness.constructor"
|
|
5326
|
+
}
|
|
5327
|
+
}
|
|
5328
|
+
],
|
|
5329
|
+
"inheritedFrom": {
|
|
5330
|
+
"type": "reference",
|
|
5331
|
+
"name": "SkyComponentHarness.constructor"
|
|
5332
|
+
}
|
|
5333
|
+
},
|
|
5334
|
+
{
|
|
5335
|
+
"id": 426,
|
|
5336
|
+
"name": "getRepeaterItems",
|
|
5337
|
+
"kind": 2048,
|
|
5338
|
+
"kindString": "Method",
|
|
5339
|
+
"flags": {
|
|
5340
|
+
"isPublic": true
|
|
5341
|
+
},
|
|
5342
|
+
"sources": [
|
|
5343
|
+
{
|
|
5344
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-harness.ts",
|
|
5345
|
+
"line": 30,
|
|
5346
|
+
"character": 15,
|
|
5347
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-harness.ts#L30"
|
|
5348
|
+
}
|
|
5349
|
+
],
|
|
5350
|
+
"signatures": [
|
|
5351
|
+
{
|
|
5352
|
+
"id": 427,
|
|
5353
|
+
"name": "getRepeaterItems",
|
|
5354
|
+
"kind": 4096,
|
|
5355
|
+
"kindString": "Call signature",
|
|
5356
|
+
"flags": {},
|
|
5357
|
+
"comment": {
|
|
5358
|
+
"summary": [
|
|
5359
|
+
{
|
|
5360
|
+
"kind": "text",
|
|
5361
|
+
"text": "Gets a list of child repeater items."
|
|
5362
|
+
}
|
|
5363
|
+
]
|
|
5364
|
+
},
|
|
5365
|
+
"parameters": [
|
|
5366
|
+
{
|
|
5367
|
+
"id": 428,
|
|
5368
|
+
"name": "filters",
|
|
5369
|
+
"kind": 32768,
|
|
5370
|
+
"kindString": "Parameter",
|
|
5371
|
+
"flags": {
|
|
5372
|
+
"isOptional": true
|
|
5373
|
+
},
|
|
5374
|
+
"type": {
|
|
5375
|
+
"type": "reference",
|
|
5376
|
+
"name": "SkyRepeaterItemHarnessFilters"
|
|
5377
|
+
}
|
|
5378
|
+
}
|
|
5379
|
+
],
|
|
5380
|
+
"type": {
|
|
5381
|
+
"type": "reference",
|
|
5382
|
+
"typeArguments": [
|
|
5383
|
+
{
|
|
5384
|
+
"type": "array",
|
|
5385
|
+
"elementType": {
|
|
5386
|
+
"type": "reference",
|
|
5387
|
+
"id": 456,
|
|
5388
|
+
"name": "SkyRepeaterItemHarness"
|
|
5389
|
+
}
|
|
5390
|
+
}
|
|
5391
|
+
],
|
|
5392
|
+
"name": "Promise",
|
|
5393
|
+
"qualifiedName": "Promise",
|
|
5394
|
+
"package": "typescript"
|
|
5395
|
+
}
|
|
5396
|
+
}
|
|
5397
|
+
]
|
|
5398
|
+
},
|
|
5399
|
+
{
|
|
5400
|
+
"id": 432,
|
|
5401
|
+
"name": "host",
|
|
5402
|
+
"kind": 2048,
|
|
5403
|
+
"kindString": "Method",
|
|
5404
|
+
"flags": {},
|
|
5405
|
+
"sources": [
|
|
5406
|
+
{
|
|
5407
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
5408
|
+
"line": 40,
|
|
5409
|
+
"character": 4
|
|
5410
|
+
}
|
|
5411
|
+
],
|
|
5412
|
+
"signatures": [
|
|
5413
|
+
{
|
|
5414
|
+
"id": 433,
|
|
5415
|
+
"name": "host",
|
|
5416
|
+
"kind": 4096,
|
|
5417
|
+
"kindString": "Call signature",
|
|
5418
|
+
"flags": {},
|
|
5419
|
+
"comment": {
|
|
5420
|
+
"summary": [
|
|
5421
|
+
{
|
|
5422
|
+
"kind": "text",
|
|
5423
|
+
"text": "Gets a "
|
|
5424
|
+
},
|
|
5425
|
+
{
|
|
5426
|
+
"kind": "code",
|
|
5427
|
+
"text": "`Promise`"
|
|
5428
|
+
},
|
|
5429
|
+
{
|
|
5430
|
+
"kind": "text",
|
|
5431
|
+
"text": " for the "
|
|
5432
|
+
},
|
|
5433
|
+
{
|
|
5434
|
+
"kind": "code",
|
|
5435
|
+
"text": "`TestElement`"
|
|
5436
|
+
},
|
|
5437
|
+
{
|
|
5438
|
+
"kind": "text",
|
|
5439
|
+
"text": " representing the host element of the component."
|
|
5440
|
+
}
|
|
5441
|
+
]
|
|
5442
|
+
},
|
|
5443
|
+
"type": {
|
|
5444
|
+
"type": "reference",
|
|
5445
|
+
"typeArguments": [
|
|
5446
|
+
{
|
|
5447
|
+
"type": "reference",
|
|
5448
|
+
"name": "TestElement",
|
|
5449
|
+
"qualifiedName": "TestElement",
|
|
5450
|
+
"package": "@angular/cdk"
|
|
5451
|
+
}
|
|
5452
|
+
],
|
|
5453
|
+
"name": "Promise",
|
|
5454
|
+
"qualifiedName": "Promise",
|
|
5455
|
+
"package": "typescript"
|
|
5456
|
+
},
|
|
5457
|
+
"inheritedFrom": {
|
|
5458
|
+
"type": "reference",
|
|
5459
|
+
"name": "SkyComponentHarness.host"
|
|
5460
|
+
}
|
|
5461
|
+
}
|
|
5462
|
+
],
|
|
5463
|
+
"inheritedFrom": {
|
|
5464
|
+
"type": "reference",
|
|
5465
|
+
"name": "SkyComponentHarness.host"
|
|
5466
|
+
}
|
|
5467
|
+
},
|
|
5468
|
+
{
|
|
5469
|
+
"id": 415,
|
|
5470
|
+
"name": "with",
|
|
5471
|
+
"kind": 2048,
|
|
5472
|
+
"kindString": "Method",
|
|
5473
|
+
"flags": {
|
|
5474
|
+
"isPublic": true,
|
|
5475
|
+
"isStatic": true
|
|
5476
|
+
},
|
|
5477
|
+
"sources": [
|
|
5478
|
+
{
|
|
5479
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-harness.ts",
|
|
5480
|
+
"line": 21,
|
|
5481
|
+
"character": 16,
|
|
5482
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-harness.ts#L21"
|
|
5483
|
+
}
|
|
5484
|
+
],
|
|
5485
|
+
"signatures": [
|
|
5486
|
+
{
|
|
5487
|
+
"id": 416,
|
|
5488
|
+
"name": "with",
|
|
5489
|
+
"kind": 4096,
|
|
5490
|
+
"kindString": "Call signature",
|
|
5491
|
+
"flags": {},
|
|
5492
|
+
"comment": {
|
|
5493
|
+
"summary": [
|
|
5494
|
+
{
|
|
5495
|
+
"kind": "text",
|
|
5496
|
+
"text": "Gets a "
|
|
5497
|
+
},
|
|
5498
|
+
{
|
|
5499
|
+
"kind": "code",
|
|
5500
|
+
"text": "`HarnessPredicate`"
|
|
5501
|
+
},
|
|
5502
|
+
{
|
|
5503
|
+
"kind": "text",
|
|
5504
|
+
"text": " that can be used to search for a\n"
|
|
5505
|
+
},
|
|
5506
|
+
{
|
|
5507
|
+
"kind": "code",
|
|
5508
|
+
"text": "`SkyRepeaterHarness`"
|
|
5509
|
+
},
|
|
5510
|
+
{
|
|
5511
|
+
"kind": "text",
|
|
5512
|
+
"text": " that meets certain criteria."
|
|
5513
|
+
}
|
|
5514
|
+
]
|
|
5515
|
+
},
|
|
5516
|
+
"parameters": [
|
|
5517
|
+
{
|
|
5518
|
+
"id": 417,
|
|
5519
|
+
"name": "filters",
|
|
5520
|
+
"kind": 32768,
|
|
5521
|
+
"kindString": "Parameter",
|
|
5522
|
+
"flags": {},
|
|
5523
|
+
"type": {
|
|
5524
|
+
"type": "reference",
|
|
5525
|
+
"name": "SkyRepeaterHarnessFilters"
|
|
5526
|
+
}
|
|
5527
|
+
}
|
|
5528
|
+
],
|
|
5529
|
+
"type": {
|
|
5530
|
+
"type": "reference",
|
|
5531
|
+
"typeArguments": [
|
|
5532
|
+
{
|
|
5533
|
+
"type": "reference",
|
|
5534
|
+
"id": 413,
|
|
5535
|
+
"name": "SkyRepeaterHarness"
|
|
5536
|
+
}
|
|
5537
|
+
],
|
|
5538
|
+
"name": "HarnessPredicate",
|
|
5539
|
+
"qualifiedName": "HarnessPredicate",
|
|
5540
|
+
"package": "@angular/cdk"
|
|
5541
|
+
}
|
|
5542
|
+
}
|
|
5543
|
+
]
|
|
5544
|
+
}
|
|
5545
|
+
],
|
|
5546
|
+
"groups": [
|
|
5547
|
+
{
|
|
5548
|
+
"title": "Constructors",
|
|
5549
|
+
"children": [
|
|
5550
|
+
423
|
|
5551
|
+
]
|
|
5552
|
+
},
|
|
5553
|
+
{
|
|
5554
|
+
"title": "Methods",
|
|
5555
|
+
"children": [
|
|
5556
|
+
426,
|
|
5557
|
+
432,
|
|
5558
|
+
415
|
|
5559
|
+
]
|
|
5560
|
+
}
|
|
5561
|
+
],
|
|
5562
|
+
"sources": [
|
|
5563
|
+
{
|
|
5564
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-harness.ts",
|
|
5565
|
+
"line": 11,
|
|
5566
|
+
"character": 13,
|
|
5567
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-harness.ts#L11"
|
|
5568
|
+
}
|
|
5569
|
+
],
|
|
5570
|
+
"extendedTypes": [
|
|
5571
|
+
{
|
|
5572
|
+
"type": "reference",
|
|
5573
|
+
"name": "SkyComponentHarness"
|
|
5574
|
+
}
|
|
5575
|
+
]
|
|
5576
|
+
},
|
|
5577
|
+
{
|
|
5578
|
+
"id": 456,
|
|
5579
|
+
"name": "SkyRepeaterItemHarness",
|
|
5580
|
+
"kind": 128,
|
|
5581
|
+
"kindString": "Class",
|
|
5582
|
+
"flags": {},
|
|
5583
|
+
"comment": {
|
|
5584
|
+
"summary": [
|
|
5585
|
+
{
|
|
5586
|
+
"kind": "text",
|
|
5587
|
+
"text": "Harness for interacting with a repeater item component in tests."
|
|
5588
|
+
}
|
|
5589
|
+
]
|
|
5590
|
+
},
|
|
5591
|
+
"children": [
|
|
5592
|
+
{
|
|
5593
|
+
"id": 466,
|
|
5594
|
+
"name": "constructor",
|
|
5595
|
+
"kind": 512,
|
|
5596
|
+
"kindString": "Constructor",
|
|
5597
|
+
"flags": {},
|
|
5598
|
+
"sources": [
|
|
5599
|
+
{
|
|
5600
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
5601
|
+
"line": 38,
|
|
5602
|
+
"character": 4
|
|
5603
|
+
}
|
|
5604
|
+
],
|
|
5605
|
+
"signatures": [
|
|
5606
|
+
{
|
|
5607
|
+
"id": 467,
|
|
5608
|
+
"name": "new SkyRepeaterItemHarness",
|
|
5609
|
+
"kind": 16384,
|
|
5610
|
+
"kindString": "Constructor signature",
|
|
5611
|
+
"flags": {},
|
|
5612
|
+
"parameters": [
|
|
5613
|
+
{
|
|
5614
|
+
"id": 468,
|
|
5615
|
+
"name": "locatorFactory",
|
|
5616
|
+
"kind": 32768,
|
|
5617
|
+
"kindString": "Parameter",
|
|
5618
|
+
"flags": {},
|
|
5619
|
+
"type": {
|
|
5620
|
+
"type": "reference",
|
|
5621
|
+
"name": "LocatorFactory",
|
|
5622
|
+
"qualifiedName": "LocatorFactory",
|
|
5623
|
+
"package": "@angular/cdk"
|
|
5624
|
+
}
|
|
5625
|
+
}
|
|
5626
|
+
],
|
|
5627
|
+
"type": {
|
|
5628
|
+
"type": "reference",
|
|
5629
|
+
"id": 456,
|
|
5630
|
+
"name": "SkyRepeaterItemHarness"
|
|
5631
|
+
},
|
|
5632
|
+
"inheritedFrom": {
|
|
5633
|
+
"type": "reference",
|
|
5634
|
+
"name": "SkyComponentHarness.constructor"
|
|
5635
|
+
}
|
|
5636
|
+
}
|
|
5637
|
+
],
|
|
5638
|
+
"inheritedFrom": {
|
|
5639
|
+
"type": "reference",
|
|
5640
|
+
"name": "SkyComponentHarness.constructor"
|
|
5641
|
+
}
|
|
5642
|
+
},
|
|
5643
|
+
{
|
|
5644
|
+
"id": 507,
|
|
5645
|
+
"name": "collapse",
|
|
5646
|
+
"kind": 2048,
|
|
5647
|
+
"kindString": "Method",
|
|
5648
|
+
"flags": {
|
|
5649
|
+
"isPublic": true
|
|
5650
|
+
},
|
|
5651
|
+
"sources": [
|
|
5652
|
+
{
|
|
5653
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
5654
|
+
"line": 188,
|
|
5655
|
+
"character": 15,
|
|
5656
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L188"
|
|
5657
|
+
}
|
|
5658
|
+
],
|
|
5659
|
+
"signatures": [
|
|
5660
|
+
{
|
|
5661
|
+
"id": 508,
|
|
5662
|
+
"name": "collapse",
|
|
5663
|
+
"kind": 4096,
|
|
5664
|
+
"kindString": "Call signature",
|
|
5665
|
+
"flags": {},
|
|
5666
|
+
"comment": {
|
|
5667
|
+
"summary": [
|
|
5668
|
+
{
|
|
5669
|
+
"kind": "text",
|
|
5670
|
+
"text": "Collapses the repeater item, or does nothing if already collapsed."
|
|
5671
|
+
}
|
|
5672
|
+
]
|
|
5673
|
+
},
|
|
5674
|
+
"type": {
|
|
5675
|
+
"type": "reference",
|
|
5676
|
+
"typeArguments": [
|
|
5677
|
+
{
|
|
5678
|
+
"type": "intrinsic",
|
|
5679
|
+
"name": "void"
|
|
5680
|
+
}
|
|
5681
|
+
],
|
|
5682
|
+
"name": "Promise",
|
|
5683
|
+
"qualifiedName": "Promise",
|
|
5684
|
+
"package": "typescript"
|
|
5685
|
+
}
|
|
5686
|
+
}
|
|
5687
|
+
]
|
|
5688
|
+
},
|
|
5689
|
+
{
|
|
5690
|
+
"id": 495,
|
|
5691
|
+
"name": "deselect",
|
|
5692
|
+
"kind": 2048,
|
|
5693
|
+
"kindString": "Method",
|
|
5694
|
+
"flags": {
|
|
5695
|
+
"isPublic": true
|
|
5696
|
+
},
|
|
5697
|
+
"sources": [
|
|
5698
|
+
{
|
|
5699
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
5700
|
+
"line": 124,
|
|
5701
|
+
"character": 15,
|
|
5702
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L124"
|
|
5703
|
+
}
|
|
5704
|
+
],
|
|
5705
|
+
"signatures": [
|
|
5706
|
+
{
|
|
5707
|
+
"id": 496,
|
|
5708
|
+
"name": "deselect",
|
|
5709
|
+
"kind": 4096,
|
|
5710
|
+
"kindString": "Call signature",
|
|
5711
|
+
"flags": {},
|
|
5712
|
+
"comment": {
|
|
5713
|
+
"summary": [
|
|
5714
|
+
{
|
|
5715
|
+
"kind": "text",
|
|
5716
|
+
"text": "Deselects the repeater item."
|
|
5717
|
+
}
|
|
5718
|
+
]
|
|
5719
|
+
},
|
|
5720
|
+
"type": {
|
|
5721
|
+
"type": "reference",
|
|
5722
|
+
"typeArguments": [
|
|
5723
|
+
{
|
|
5724
|
+
"type": "intrinsic",
|
|
5725
|
+
"name": "void"
|
|
5726
|
+
}
|
|
5727
|
+
],
|
|
5728
|
+
"name": "Promise",
|
|
5729
|
+
"qualifiedName": "Promise",
|
|
5730
|
+
"package": "typescript"
|
|
5731
|
+
}
|
|
5732
|
+
}
|
|
5733
|
+
]
|
|
5734
|
+
},
|
|
5735
|
+
{
|
|
5736
|
+
"id": 505,
|
|
5737
|
+
"name": "expand",
|
|
5738
|
+
"kind": 2048,
|
|
5739
|
+
"kindString": "Method",
|
|
5740
|
+
"flags": {
|
|
5741
|
+
"isPublic": true
|
|
5742
|
+
},
|
|
5743
|
+
"sources": [
|
|
5744
|
+
{
|
|
5745
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
5746
|
+
"line": 172,
|
|
5747
|
+
"character": 15,
|
|
5748
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L172"
|
|
5749
|
+
}
|
|
5750
|
+
],
|
|
5751
|
+
"signatures": [
|
|
5752
|
+
{
|
|
5753
|
+
"id": 506,
|
|
5754
|
+
"name": "expand",
|
|
5755
|
+
"kind": 4096,
|
|
5756
|
+
"kindString": "Call signature",
|
|
5757
|
+
"flags": {},
|
|
5758
|
+
"comment": {
|
|
5759
|
+
"summary": [
|
|
5760
|
+
{
|
|
5761
|
+
"kind": "text",
|
|
5762
|
+
"text": "Expands the repeater item, or does nothing if already expanded."
|
|
5763
|
+
}
|
|
5764
|
+
]
|
|
5765
|
+
},
|
|
5766
|
+
"type": {
|
|
5767
|
+
"type": "reference",
|
|
5768
|
+
"typeArguments": [
|
|
5769
|
+
{
|
|
5770
|
+
"type": "intrinsic",
|
|
5771
|
+
"name": "void"
|
|
5772
|
+
}
|
|
5773
|
+
],
|
|
5774
|
+
"name": "Promise",
|
|
5775
|
+
"qualifiedName": "Promise",
|
|
5776
|
+
"package": "typescript"
|
|
5777
|
+
}
|
|
5778
|
+
}
|
|
5779
|
+
]
|
|
5780
|
+
},
|
|
5781
|
+
{
|
|
5782
|
+
"id": 497,
|
|
5783
|
+
"name": "getContentText",
|
|
5784
|
+
"kind": 2048,
|
|
5785
|
+
"kindString": "Method",
|
|
5786
|
+
"flags": {
|
|
5787
|
+
"isPublic": true
|
|
5788
|
+
},
|
|
5789
|
+
"sources": [
|
|
5790
|
+
{
|
|
5791
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
5792
|
+
"line": 138,
|
|
5793
|
+
"character": 15,
|
|
5794
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L138"
|
|
5795
|
+
}
|
|
5796
|
+
],
|
|
5797
|
+
"signatures": [
|
|
5798
|
+
{
|
|
5799
|
+
"id": 498,
|
|
5800
|
+
"name": "getContentText",
|
|
5801
|
+
"kind": 4096,
|
|
5802
|
+
"kindString": "Call signature",
|
|
5803
|
+
"flags": {},
|
|
5804
|
+
"comment": {
|
|
5805
|
+
"summary": [
|
|
5806
|
+
{
|
|
5807
|
+
"kind": "text",
|
|
5808
|
+
"text": "Gets the text of the repeater item content."
|
|
5809
|
+
}
|
|
5810
|
+
]
|
|
5811
|
+
},
|
|
5812
|
+
"type": {
|
|
5813
|
+
"type": "reference",
|
|
5814
|
+
"typeArguments": [
|
|
5815
|
+
{
|
|
5816
|
+
"type": "intrinsic",
|
|
5817
|
+
"name": "string"
|
|
5818
|
+
}
|
|
5819
|
+
],
|
|
5820
|
+
"name": "Promise",
|
|
5821
|
+
"qualifiedName": "Promise",
|
|
5822
|
+
"package": "typescript"
|
|
5823
|
+
}
|
|
5824
|
+
}
|
|
5825
|
+
]
|
|
5826
|
+
},
|
|
5827
|
+
{
|
|
5828
|
+
"id": 499,
|
|
5829
|
+
"name": "getTitleText",
|
|
5830
|
+
"kind": 2048,
|
|
5831
|
+
"kindString": "Method",
|
|
5832
|
+
"flags": {
|
|
5833
|
+
"isPublic": true
|
|
5834
|
+
},
|
|
5835
|
+
"sources": [
|
|
5836
|
+
{
|
|
5837
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
5838
|
+
"line": 145,
|
|
5839
|
+
"character": 15,
|
|
5840
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L145"
|
|
5841
|
+
}
|
|
5842
|
+
],
|
|
5843
|
+
"signatures": [
|
|
5844
|
+
{
|
|
5845
|
+
"id": 500,
|
|
5846
|
+
"name": "getTitleText",
|
|
5847
|
+
"kind": 4096,
|
|
5848
|
+
"kindString": "Call signature",
|
|
5849
|
+
"flags": {},
|
|
5850
|
+
"comment": {
|
|
5851
|
+
"summary": [
|
|
5852
|
+
{
|
|
5853
|
+
"kind": "text",
|
|
5854
|
+
"text": "Gets the text of the repeater item title."
|
|
5855
|
+
}
|
|
5856
|
+
]
|
|
5857
|
+
},
|
|
5858
|
+
"type": {
|
|
5859
|
+
"type": "reference",
|
|
5860
|
+
"typeArguments": [
|
|
5861
|
+
{
|
|
5862
|
+
"type": "intrinsic",
|
|
5863
|
+
"name": "string"
|
|
5864
|
+
}
|
|
5865
|
+
],
|
|
5866
|
+
"name": "Promise",
|
|
5867
|
+
"qualifiedName": "Promise",
|
|
5868
|
+
"package": "typescript"
|
|
5869
|
+
}
|
|
5870
|
+
}
|
|
5871
|
+
]
|
|
5872
|
+
},
|
|
5873
|
+
{
|
|
5874
|
+
"id": 516,
|
|
5875
|
+
"name": "host",
|
|
5876
|
+
"kind": 2048,
|
|
5877
|
+
"kindString": "Method",
|
|
5878
|
+
"flags": {},
|
|
5879
|
+
"sources": [
|
|
5880
|
+
{
|
|
5881
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
5882
|
+
"line": 40,
|
|
5883
|
+
"character": 4
|
|
5884
|
+
}
|
|
5885
|
+
],
|
|
5886
|
+
"signatures": [
|
|
5887
|
+
{
|
|
5888
|
+
"id": 517,
|
|
5889
|
+
"name": "host",
|
|
5890
|
+
"kind": 4096,
|
|
5891
|
+
"kindString": "Call signature",
|
|
5892
|
+
"flags": {},
|
|
5893
|
+
"comment": {
|
|
5894
|
+
"summary": [
|
|
5895
|
+
{
|
|
5896
|
+
"kind": "text",
|
|
5897
|
+
"text": "Gets a "
|
|
5898
|
+
},
|
|
5899
|
+
{
|
|
5900
|
+
"kind": "code",
|
|
5901
|
+
"text": "`Promise`"
|
|
5902
|
+
},
|
|
5903
|
+
{
|
|
5904
|
+
"kind": "text",
|
|
5905
|
+
"text": " for the "
|
|
5906
|
+
},
|
|
5907
|
+
{
|
|
5908
|
+
"kind": "code",
|
|
5909
|
+
"text": "`TestElement`"
|
|
5910
|
+
},
|
|
5911
|
+
{
|
|
5912
|
+
"kind": "text",
|
|
5913
|
+
"text": " representing the host element of the component."
|
|
5914
|
+
}
|
|
5915
|
+
]
|
|
5916
|
+
},
|
|
5917
|
+
"type": {
|
|
5918
|
+
"type": "reference",
|
|
5919
|
+
"typeArguments": [
|
|
5920
|
+
{
|
|
5921
|
+
"type": "reference",
|
|
5922
|
+
"name": "TestElement",
|
|
5923
|
+
"qualifiedName": "TestElement",
|
|
5924
|
+
"package": "@angular/cdk"
|
|
5925
|
+
}
|
|
5926
|
+
],
|
|
5927
|
+
"name": "Promise",
|
|
5928
|
+
"qualifiedName": "Promise",
|
|
5929
|
+
"package": "typescript"
|
|
5930
|
+
},
|
|
5931
|
+
"inheritedFrom": {
|
|
5932
|
+
"type": "reference",
|
|
5933
|
+
"name": "SkyComponentHarness.host"
|
|
5934
|
+
}
|
|
5935
|
+
}
|
|
5936
|
+
],
|
|
5937
|
+
"inheritedFrom": {
|
|
5938
|
+
"type": "reference",
|
|
5939
|
+
"name": "SkyComponentHarness.host"
|
|
5940
|
+
}
|
|
5941
|
+
},
|
|
5942
|
+
{
|
|
5943
|
+
"id": 501,
|
|
5944
|
+
"name": "isCollapsible",
|
|
5945
|
+
"kind": 2048,
|
|
5946
|
+
"kindString": "Method",
|
|
5947
|
+
"flags": {
|
|
5948
|
+
"isPublic": true
|
|
5949
|
+
},
|
|
5950
|
+
"sources": [
|
|
5951
|
+
{
|
|
5952
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
5953
|
+
"line": 152,
|
|
5954
|
+
"character": 15,
|
|
5955
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L152"
|
|
5956
|
+
}
|
|
5957
|
+
],
|
|
5958
|
+
"signatures": [
|
|
5959
|
+
{
|
|
5960
|
+
"id": 502,
|
|
5961
|
+
"name": "isCollapsible",
|
|
5962
|
+
"kind": 4096,
|
|
5963
|
+
"kindString": "Call signature",
|
|
5964
|
+
"flags": {},
|
|
5965
|
+
"comment": {
|
|
5966
|
+
"summary": [
|
|
5967
|
+
{
|
|
5968
|
+
"kind": "text",
|
|
5969
|
+
"text": "Whether the repeater item is collapsible."
|
|
5970
|
+
}
|
|
5971
|
+
]
|
|
5972
|
+
},
|
|
5973
|
+
"type": {
|
|
5974
|
+
"type": "reference",
|
|
5975
|
+
"typeArguments": [
|
|
5976
|
+
{
|
|
5977
|
+
"type": "intrinsic",
|
|
5978
|
+
"name": "boolean"
|
|
5979
|
+
}
|
|
5980
|
+
],
|
|
5981
|
+
"name": "Promise",
|
|
5982
|
+
"qualifiedName": "Promise",
|
|
5983
|
+
"package": "typescript"
|
|
5984
|
+
}
|
|
5985
|
+
}
|
|
5986
|
+
]
|
|
5987
|
+
},
|
|
5988
|
+
{
|
|
5989
|
+
"id": 503,
|
|
5990
|
+
"name": "isExpanded",
|
|
5991
|
+
"kind": 2048,
|
|
5992
|
+
"kindString": "Method",
|
|
5993
|
+
"flags": {
|
|
5994
|
+
"isPublic": true
|
|
5995
|
+
},
|
|
5996
|
+
"sources": [
|
|
5997
|
+
{
|
|
5998
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
5999
|
+
"line": 159,
|
|
6000
|
+
"character": 15,
|
|
6001
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L159"
|
|
6002
|
+
}
|
|
6003
|
+
],
|
|
6004
|
+
"signatures": [
|
|
6005
|
+
{
|
|
6006
|
+
"id": 504,
|
|
6007
|
+
"name": "isExpanded",
|
|
6008
|
+
"kind": 4096,
|
|
6009
|
+
"kindString": "Call signature",
|
|
6010
|
+
"flags": {},
|
|
6011
|
+
"comment": {
|
|
6012
|
+
"summary": [
|
|
6013
|
+
{
|
|
6014
|
+
"kind": "text",
|
|
6015
|
+
"text": "Whether the repeater item is expanded, or throws an error informing of the lack of collapsibility."
|
|
6016
|
+
}
|
|
6017
|
+
]
|
|
6018
|
+
},
|
|
6019
|
+
"type": {
|
|
6020
|
+
"type": "reference",
|
|
6021
|
+
"typeArguments": [
|
|
6022
|
+
{
|
|
6023
|
+
"type": "intrinsic",
|
|
6024
|
+
"name": "boolean"
|
|
6025
|
+
}
|
|
6026
|
+
],
|
|
6027
|
+
"name": "Promise",
|
|
6028
|
+
"qualifiedName": "Promise",
|
|
6029
|
+
"package": "typescript"
|
|
6030
|
+
}
|
|
6031
|
+
}
|
|
6032
|
+
]
|
|
6033
|
+
},
|
|
6034
|
+
{
|
|
6035
|
+
"id": 509,
|
|
6036
|
+
"name": "isReorderable",
|
|
6037
|
+
"kind": 2048,
|
|
6038
|
+
"kindString": "Method",
|
|
6039
|
+
"flags": {
|
|
6040
|
+
"isPublic": true
|
|
6041
|
+
},
|
|
6042
|
+
"sources": [
|
|
6043
|
+
{
|
|
6044
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6045
|
+
"line": 204,
|
|
6046
|
+
"character": 15,
|
|
6047
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L204"
|
|
6048
|
+
}
|
|
6049
|
+
],
|
|
6050
|
+
"signatures": [
|
|
6051
|
+
{
|
|
6052
|
+
"id": 510,
|
|
6053
|
+
"name": "isReorderable",
|
|
6054
|
+
"kind": 4096,
|
|
6055
|
+
"kindString": "Call signature",
|
|
6056
|
+
"flags": {},
|
|
6057
|
+
"comment": {
|
|
6058
|
+
"summary": [
|
|
6059
|
+
{
|
|
6060
|
+
"kind": "text",
|
|
6061
|
+
"text": "Whether the repeater item is reorderable."
|
|
6062
|
+
}
|
|
6063
|
+
]
|
|
6064
|
+
},
|
|
6065
|
+
"type": {
|
|
6066
|
+
"type": "reference",
|
|
6067
|
+
"typeArguments": [
|
|
6068
|
+
{
|
|
6069
|
+
"type": "intrinsic",
|
|
6070
|
+
"name": "boolean"
|
|
6071
|
+
}
|
|
6072
|
+
],
|
|
6073
|
+
"name": "Promise",
|
|
6074
|
+
"qualifiedName": "Promise",
|
|
6075
|
+
"package": "typescript"
|
|
6076
|
+
}
|
|
6077
|
+
}
|
|
6078
|
+
]
|
|
6079
|
+
},
|
|
6080
|
+
{
|
|
6081
|
+
"id": 475,
|
|
6082
|
+
"name": "isSelectable",
|
|
6083
|
+
"kind": 2048,
|
|
6084
|
+
"kindString": "Method",
|
|
6085
|
+
"flags": {
|
|
6086
|
+
"isPublic": true
|
|
6087
|
+
},
|
|
6088
|
+
"sources": [
|
|
6089
|
+
{
|
|
6090
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6091
|
+
"line": 57,
|
|
6092
|
+
"character": 15,
|
|
6093
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L57"
|
|
6094
|
+
}
|
|
6095
|
+
],
|
|
6096
|
+
"signatures": [
|
|
6097
|
+
{
|
|
6098
|
+
"id": 476,
|
|
6099
|
+
"name": "isSelectable",
|
|
6100
|
+
"kind": 4096,
|
|
6101
|
+
"kindString": "Call signature",
|
|
6102
|
+
"flags": {},
|
|
6103
|
+
"comment": {
|
|
6104
|
+
"summary": [
|
|
6105
|
+
{
|
|
6106
|
+
"kind": "text",
|
|
6107
|
+
"text": "Whether the repeater item is selectable."
|
|
6108
|
+
}
|
|
6109
|
+
]
|
|
6110
|
+
},
|
|
6111
|
+
"type": {
|
|
6112
|
+
"type": "reference",
|
|
6113
|
+
"typeArguments": [
|
|
6114
|
+
{
|
|
6115
|
+
"type": "intrinsic",
|
|
6116
|
+
"name": "boolean"
|
|
6117
|
+
}
|
|
6118
|
+
],
|
|
6119
|
+
"name": "Promise",
|
|
6120
|
+
"qualifiedName": "Promise",
|
|
6121
|
+
"package": "typescript"
|
|
6122
|
+
}
|
|
6123
|
+
}
|
|
6124
|
+
]
|
|
6125
|
+
},
|
|
6126
|
+
{
|
|
6127
|
+
"id": 477,
|
|
6128
|
+
"name": "isSelected",
|
|
6129
|
+
"kind": 2048,
|
|
6130
|
+
"kindString": "Method",
|
|
6131
|
+
"flags": {
|
|
6132
|
+
"isPublic": true
|
|
6133
|
+
},
|
|
6134
|
+
"sources": [
|
|
6135
|
+
{
|
|
6136
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6137
|
+
"line": 64,
|
|
6138
|
+
"character": 15,
|
|
6139
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L64"
|
|
6140
|
+
}
|
|
6141
|
+
],
|
|
6142
|
+
"signatures": [
|
|
6143
|
+
{
|
|
6144
|
+
"id": 478,
|
|
6145
|
+
"name": "isSelected",
|
|
6146
|
+
"kind": 4096,
|
|
6147
|
+
"kindString": "Call signature",
|
|
6148
|
+
"flags": {},
|
|
6149
|
+
"comment": {
|
|
6150
|
+
"summary": [
|
|
6151
|
+
{
|
|
6152
|
+
"kind": "text",
|
|
6153
|
+
"text": "Whether the repeater item is selected."
|
|
6154
|
+
}
|
|
6155
|
+
]
|
|
6156
|
+
},
|
|
6157
|
+
"type": {
|
|
6158
|
+
"type": "reference",
|
|
6159
|
+
"typeArguments": [
|
|
6160
|
+
{
|
|
6161
|
+
"type": "intrinsic",
|
|
6162
|
+
"name": "boolean"
|
|
6163
|
+
}
|
|
6164
|
+
],
|
|
6165
|
+
"name": "Promise",
|
|
6166
|
+
"qualifiedName": "Promise",
|
|
6167
|
+
"package": "typescript"
|
|
6168
|
+
}
|
|
6169
|
+
}
|
|
6170
|
+
]
|
|
6171
|
+
},
|
|
6172
|
+
{
|
|
6173
|
+
"id": 479,
|
|
6174
|
+
"name": "queryHarness",
|
|
6175
|
+
"kind": 2048,
|
|
6176
|
+
"kindString": "Method",
|
|
6177
|
+
"flags": {
|
|
6178
|
+
"isPublic": true
|
|
6179
|
+
},
|
|
6180
|
+
"sources": [
|
|
6181
|
+
{
|
|
6182
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6183
|
+
"line": 78,
|
|
6184
|
+
"character": 15,
|
|
6185
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L78"
|
|
6186
|
+
}
|
|
6187
|
+
],
|
|
6188
|
+
"signatures": [
|
|
6189
|
+
{
|
|
6190
|
+
"id": 480,
|
|
6191
|
+
"name": "queryHarness",
|
|
6192
|
+
"kind": 4096,
|
|
6193
|
+
"kindString": "Call signature",
|
|
6194
|
+
"flags": {},
|
|
6195
|
+
"comment": {
|
|
6196
|
+
"summary": [
|
|
6197
|
+
{
|
|
6198
|
+
"kind": "text",
|
|
6199
|
+
"text": "Returns a child harness."
|
|
6200
|
+
}
|
|
6201
|
+
]
|
|
6202
|
+
},
|
|
6203
|
+
"typeParameter": [
|
|
6204
|
+
{
|
|
6205
|
+
"id": 481,
|
|
6206
|
+
"name": "T",
|
|
6207
|
+
"kind": 131072,
|
|
6208
|
+
"kindString": "Type parameter",
|
|
6209
|
+
"flags": {},
|
|
6210
|
+
"type": {
|
|
6211
|
+
"type": "reference",
|
|
6212
|
+
"typeArguments": [
|
|
6213
|
+
{
|
|
6214
|
+
"type": "reference",
|
|
6215
|
+
"id": 481,
|
|
6216
|
+
"name": "T"
|
|
6217
|
+
}
|
|
6218
|
+
],
|
|
6219
|
+
"name": "ComponentHarness",
|
|
6220
|
+
"qualifiedName": "ComponentHarness",
|
|
6221
|
+
"package": "@angular/cdk"
|
|
6222
|
+
}
|
|
6223
|
+
}
|
|
6224
|
+
],
|
|
6225
|
+
"parameters": [
|
|
6226
|
+
{
|
|
6227
|
+
"id": 482,
|
|
6228
|
+
"name": "query",
|
|
6229
|
+
"kind": 32768,
|
|
6230
|
+
"kindString": "Parameter",
|
|
6231
|
+
"flags": {},
|
|
6232
|
+
"type": {
|
|
6233
|
+
"type": "reference",
|
|
6234
|
+
"typeArguments": [
|
|
6235
|
+
{
|
|
6236
|
+
"type": "reference",
|
|
6237
|
+
"id": 481,
|
|
6238
|
+
"name": "T"
|
|
6239
|
+
}
|
|
6240
|
+
],
|
|
6241
|
+
"name": "HarnessQuery",
|
|
6242
|
+
"qualifiedName": "HarnessQuery",
|
|
6243
|
+
"package": "@angular/cdk"
|
|
6244
|
+
}
|
|
6245
|
+
}
|
|
6246
|
+
],
|
|
6247
|
+
"type": {
|
|
6248
|
+
"type": "reference",
|
|
6249
|
+
"typeArguments": [
|
|
6250
|
+
{
|
|
6251
|
+
"type": "reference",
|
|
6252
|
+
"id": 481,
|
|
6253
|
+
"name": "T"
|
|
6254
|
+
}
|
|
6255
|
+
],
|
|
6256
|
+
"name": "Promise",
|
|
6257
|
+
"qualifiedName": "Promise",
|
|
6258
|
+
"package": "typescript"
|
|
6259
|
+
}
|
|
6260
|
+
}
|
|
6261
|
+
]
|
|
6262
|
+
},
|
|
6263
|
+
{
|
|
6264
|
+
"id": 483,
|
|
6265
|
+
"name": "queryHarnesses",
|
|
6266
|
+
"kind": 2048,
|
|
6267
|
+
"kindString": "Method",
|
|
6268
|
+
"flags": {
|
|
6269
|
+
"isPublic": true
|
|
6270
|
+
},
|
|
6271
|
+
"sources": [
|
|
6272
|
+
{
|
|
6273
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6274
|
+
"line": 87,
|
|
6275
|
+
"character": 15,
|
|
6276
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L87"
|
|
6277
|
+
}
|
|
6278
|
+
],
|
|
6279
|
+
"signatures": [
|
|
6280
|
+
{
|
|
6281
|
+
"id": 484,
|
|
6282
|
+
"name": "queryHarnesses",
|
|
6283
|
+
"kind": 4096,
|
|
6284
|
+
"kindString": "Call signature",
|
|
6285
|
+
"flags": {},
|
|
6286
|
+
"comment": {
|
|
6287
|
+
"summary": [
|
|
6288
|
+
{
|
|
6289
|
+
"kind": "text",
|
|
6290
|
+
"text": "Returns child harnesses."
|
|
6291
|
+
}
|
|
6292
|
+
]
|
|
6293
|
+
},
|
|
6294
|
+
"typeParameter": [
|
|
6295
|
+
{
|
|
6296
|
+
"id": 485,
|
|
6297
|
+
"name": "T",
|
|
6298
|
+
"kind": 131072,
|
|
6299
|
+
"kindString": "Type parameter",
|
|
6300
|
+
"flags": {},
|
|
6301
|
+
"type": {
|
|
6302
|
+
"type": "reference",
|
|
6303
|
+
"typeArguments": [
|
|
6304
|
+
{
|
|
6305
|
+
"type": "reference",
|
|
6306
|
+
"id": 485,
|
|
6307
|
+
"name": "T"
|
|
6308
|
+
}
|
|
6309
|
+
],
|
|
6310
|
+
"name": "ComponentHarness",
|
|
6311
|
+
"qualifiedName": "ComponentHarness",
|
|
6312
|
+
"package": "@angular/cdk"
|
|
6313
|
+
}
|
|
6314
|
+
}
|
|
6315
|
+
],
|
|
6316
|
+
"parameters": [
|
|
6317
|
+
{
|
|
6318
|
+
"id": 486,
|
|
6319
|
+
"name": "harness",
|
|
6320
|
+
"kind": 32768,
|
|
6321
|
+
"kindString": "Parameter",
|
|
6322
|
+
"flags": {},
|
|
6323
|
+
"type": {
|
|
6324
|
+
"type": "reference",
|
|
6325
|
+
"typeArguments": [
|
|
6326
|
+
{
|
|
6327
|
+
"type": "reference",
|
|
6328
|
+
"id": 485,
|
|
6329
|
+
"name": "T"
|
|
6330
|
+
}
|
|
6331
|
+
],
|
|
6332
|
+
"name": "HarnessQuery",
|
|
6333
|
+
"qualifiedName": "HarnessQuery",
|
|
6334
|
+
"package": "@angular/cdk"
|
|
6335
|
+
}
|
|
6336
|
+
}
|
|
6337
|
+
],
|
|
6338
|
+
"type": {
|
|
6339
|
+
"type": "reference",
|
|
6340
|
+
"typeArguments": [
|
|
6341
|
+
{
|
|
6342
|
+
"type": "array",
|
|
6343
|
+
"elementType": {
|
|
6344
|
+
"type": "reference",
|
|
6345
|
+
"id": 485,
|
|
6346
|
+
"name": "T"
|
|
6347
|
+
}
|
|
6348
|
+
}
|
|
6349
|
+
],
|
|
6350
|
+
"name": "Promise",
|
|
6351
|
+
"qualifiedName": "Promise",
|
|
6352
|
+
"package": "typescript"
|
|
6353
|
+
}
|
|
6354
|
+
}
|
|
6355
|
+
]
|
|
6356
|
+
},
|
|
6357
|
+
{
|
|
6358
|
+
"id": 487,
|
|
6359
|
+
"name": "querySelector",
|
|
6360
|
+
"kind": 2048,
|
|
6361
|
+
"kindString": "Method",
|
|
6362
|
+
"flags": {
|
|
6363
|
+
"isPublic": true
|
|
6364
|
+
},
|
|
6365
|
+
"sources": [
|
|
6366
|
+
{
|
|
6367
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6368
|
+
"line": 96,
|
|
6369
|
+
"character": 15,
|
|
6370
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L96"
|
|
6371
|
+
}
|
|
6372
|
+
],
|
|
6373
|
+
"signatures": [
|
|
6374
|
+
{
|
|
6375
|
+
"id": 488,
|
|
6376
|
+
"name": "querySelector",
|
|
6377
|
+
"kind": 4096,
|
|
6378
|
+
"kindString": "Call signature",
|
|
6379
|
+
"flags": {},
|
|
6380
|
+
"comment": {
|
|
6381
|
+
"summary": [
|
|
6382
|
+
{
|
|
6383
|
+
"kind": "text",
|
|
6384
|
+
"text": "Returns a child test element."
|
|
6385
|
+
}
|
|
6386
|
+
]
|
|
6387
|
+
},
|
|
6388
|
+
"parameters": [
|
|
6389
|
+
{
|
|
6390
|
+
"id": 489,
|
|
6391
|
+
"name": "selector",
|
|
6392
|
+
"kind": 32768,
|
|
6393
|
+
"kindString": "Parameter",
|
|
6394
|
+
"flags": {},
|
|
6395
|
+
"type": {
|
|
6396
|
+
"type": "intrinsic",
|
|
6397
|
+
"name": "string"
|
|
6398
|
+
}
|
|
6399
|
+
}
|
|
6400
|
+
],
|
|
6401
|
+
"type": {
|
|
6402
|
+
"type": "reference",
|
|
6403
|
+
"typeArguments": [
|
|
6404
|
+
{
|
|
6405
|
+
"type": "reference",
|
|
6406
|
+
"name": "TestElement",
|
|
6407
|
+
"qualifiedName": "TestElement",
|
|
6408
|
+
"package": "@angular/cdk"
|
|
6409
|
+
}
|
|
6410
|
+
],
|
|
6411
|
+
"name": "Promise",
|
|
6412
|
+
"qualifiedName": "Promise",
|
|
6413
|
+
"package": "typescript"
|
|
6414
|
+
}
|
|
6415
|
+
}
|
|
6416
|
+
]
|
|
6417
|
+
},
|
|
6418
|
+
{
|
|
6419
|
+
"id": 490,
|
|
6420
|
+
"name": "querySelectorAll",
|
|
6421
|
+
"kind": 2048,
|
|
6422
|
+
"kindString": "Method",
|
|
6423
|
+
"flags": {
|
|
6424
|
+
"isPublic": true
|
|
6425
|
+
},
|
|
6426
|
+
"sources": [
|
|
6427
|
+
{
|
|
6428
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6429
|
+
"line": 103,
|
|
6430
|
+
"character": 15,
|
|
6431
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L103"
|
|
6432
|
+
}
|
|
6433
|
+
],
|
|
6434
|
+
"signatures": [
|
|
6435
|
+
{
|
|
6436
|
+
"id": 491,
|
|
6437
|
+
"name": "querySelectorAll",
|
|
6438
|
+
"kind": 4096,
|
|
6439
|
+
"kindString": "Call signature",
|
|
6440
|
+
"flags": {},
|
|
6441
|
+
"comment": {
|
|
6442
|
+
"summary": [
|
|
6443
|
+
{
|
|
6444
|
+
"kind": "text",
|
|
6445
|
+
"text": "Returns child test elements."
|
|
6446
|
+
}
|
|
6447
|
+
]
|
|
6448
|
+
},
|
|
6449
|
+
"parameters": [
|
|
6450
|
+
{
|
|
6451
|
+
"id": 492,
|
|
6452
|
+
"name": "selector",
|
|
6453
|
+
"kind": 32768,
|
|
6454
|
+
"kindString": "Parameter",
|
|
6455
|
+
"flags": {},
|
|
6456
|
+
"type": {
|
|
6457
|
+
"type": "intrinsic",
|
|
6458
|
+
"name": "string"
|
|
6459
|
+
}
|
|
6460
|
+
}
|
|
6461
|
+
],
|
|
6462
|
+
"type": {
|
|
6463
|
+
"type": "reference",
|
|
6464
|
+
"typeArguments": [
|
|
6465
|
+
{
|
|
6466
|
+
"type": "array",
|
|
6467
|
+
"elementType": {
|
|
6468
|
+
"type": "reference",
|
|
6469
|
+
"name": "TestElement",
|
|
6470
|
+
"qualifiedName": "TestElement",
|
|
6471
|
+
"package": "@angular/cdk"
|
|
6472
|
+
}
|
|
6473
|
+
}
|
|
6474
|
+
],
|
|
6475
|
+
"name": "Promise",
|
|
6476
|
+
"qualifiedName": "Promise",
|
|
6477
|
+
"package": "typescript"
|
|
6478
|
+
}
|
|
6479
|
+
}
|
|
6480
|
+
]
|
|
6481
|
+
},
|
|
6482
|
+
{
|
|
6483
|
+
"id": 493,
|
|
6484
|
+
"name": "select",
|
|
6485
|
+
"kind": 2048,
|
|
6486
|
+
"kindString": "Method",
|
|
6487
|
+
"flags": {
|
|
6488
|
+
"isPublic": true
|
|
6489
|
+
},
|
|
6490
|
+
"sources": [
|
|
6491
|
+
{
|
|
6492
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6493
|
+
"line": 110,
|
|
6494
|
+
"character": 15,
|
|
6495
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L110"
|
|
6496
|
+
}
|
|
6497
|
+
],
|
|
6498
|
+
"signatures": [
|
|
6499
|
+
{
|
|
6500
|
+
"id": 494,
|
|
6501
|
+
"name": "select",
|
|
6502
|
+
"kind": 4096,
|
|
6503
|
+
"kindString": "Call signature",
|
|
6504
|
+
"flags": {},
|
|
6505
|
+
"comment": {
|
|
6506
|
+
"summary": [
|
|
6507
|
+
{
|
|
6508
|
+
"kind": "text",
|
|
6509
|
+
"text": "Selects the repeater item."
|
|
6510
|
+
}
|
|
6511
|
+
]
|
|
6512
|
+
},
|
|
6513
|
+
"type": {
|
|
6514
|
+
"type": "reference",
|
|
6515
|
+
"typeArguments": [
|
|
6516
|
+
{
|
|
6517
|
+
"type": "intrinsic",
|
|
6518
|
+
"name": "void"
|
|
6519
|
+
}
|
|
6520
|
+
],
|
|
6521
|
+
"name": "Promise",
|
|
6522
|
+
"qualifiedName": "Promise",
|
|
6523
|
+
"package": "typescript"
|
|
6524
|
+
}
|
|
6525
|
+
}
|
|
6526
|
+
]
|
|
6527
|
+
},
|
|
6528
|
+
{
|
|
6529
|
+
"id": 511,
|
|
6530
|
+
"name": "sendToTop",
|
|
6531
|
+
"kind": 2048,
|
|
6532
|
+
"kindString": "Method",
|
|
6533
|
+
"flags": {
|
|
6534
|
+
"isPublic": true
|
|
6535
|
+
},
|
|
6536
|
+
"sources": [
|
|
6537
|
+
{
|
|
6538
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6539
|
+
"line": 211,
|
|
6540
|
+
"character": 15,
|
|
6541
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L211"
|
|
6542
|
+
}
|
|
6543
|
+
],
|
|
6544
|
+
"signatures": [
|
|
6545
|
+
{
|
|
6546
|
+
"id": 512,
|
|
6547
|
+
"name": "sendToTop",
|
|
6548
|
+
"kind": 4096,
|
|
6549
|
+
"kindString": "Call signature",
|
|
6550
|
+
"flags": {},
|
|
6551
|
+
"comment": {
|
|
6552
|
+
"summary": [
|
|
6553
|
+
{
|
|
6554
|
+
"kind": "text",
|
|
6555
|
+
"text": "Moves the repeater item to the top of the list"
|
|
6556
|
+
}
|
|
6557
|
+
]
|
|
6558
|
+
},
|
|
6559
|
+
"type": {
|
|
6560
|
+
"type": "reference",
|
|
6561
|
+
"typeArguments": [
|
|
6562
|
+
{
|
|
6563
|
+
"type": "intrinsic",
|
|
6564
|
+
"name": "void"
|
|
6565
|
+
}
|
|
6566
|
+
],
|
|
6567
|
+
"name": "Promise",
|
|
6568
|
+
"qualifiedName": "Promise",
|
|
6569
|
+
"package": "typescript"
|
|
6570
|
+
}
|
|
6571
|
+
}
|
|
6572
|
+
]
|
|
6573
|
+
},
|
|
6574
|
+
{
|
|
6575
|
+
"id": 458,
|
|
6576
|
+
"name": "with",
|
|
6577
|
+
"kind": 2048,
|
|
6578
|
+
"kindString": "Method",
|
|
6579
|
+
"flags": {
|
|
6580
|
+
"isPublic": true,
|
|
6581
|
+
"isStatic": true
|
|
6582
|
+
},
|
|
6583
|
+
"sources": [
|
|
6584
|
+
{
|
|
6585
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6586
|
+
"line": 42,
|
|
6587
|
+
"character": 16,
|
|
6588
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L42"
|
|
6589
|
+
}
|
|
6590
|
+
],
|
|
6591
|
+
"signatures": [
|
|
6592
|
+
{
|
|
6593
|
+
"id": 459,
|
|
6594
|
+
"name": "with",
|
|
6595
|
+
"kind": 4096,
|
|
6596
|
+
"kindString": "Call signature",
|
|
6597
|
+
"flags": {},
|
|
6598
|
+
"comment": {
|
|
6599
|
+
"summary": [
|
|
6600
|
+
{
|
|
6601
|
+
"kind": "text",
|
|
6602
|
+
"text": "Gets a "
|
|
6603
|
+
},
|
|
6604
|
+
{
|
|
6605
|
+
"kind": "code",
|
|
6606
|
+
"text": "`HarnessPredicate`"
|
|
6607
|
+
},
|
|
6608
|
+
{
|
|
6609
|
+
"kind": "text",
|
|
6610
|
+
"text": " that can be used to search for a\n"
|
|
6611
|
+
},
|
|
6612
|
+
{
|
|
6613
|
+
"kind": "code",
|
|
6614
|
+
"text": "`SkyRepeaterItemHarness`"
|
|
6615
|
+
},
|
|
6616
|
+
{
|
|
6617
|
+
"kind": "text",
|
|
6618
|
+
"text": " that meets certain criteria."
|
|
6619
|
+
}
|
|
6620
|
+
]
|
|
6621
|
+
},
|
|
6622
|
+
"parameters": [
|
|
6623
|
+
{
|
|
6624
|
+
"id": 460,
|
|
6625
|
+
"name": "filters",
|
|
6626
|
+
"kind": 32768,
|
|
6627
|
+
"kindString": "Parameter",
|
|
6628
|
+
"flags": {},
|
|
6629
|
+
"type": {
|
|
6630
|
+
"type": "reference",
|
|
6631
|
+
"name": "SkyRepeaterItemHarnessFilters"
|
|
6632
|
+
}
|
|
6633
|
+
}
|
|
6634
|
+
],
|
|
6635
|
+
"type": {
|
|
6636
|
+
"type": "reference",
|
|
6637
|
+
"typeArguments": [
|
|
6638
|
+
{
|
|
6639
|
+
"type": "reference",
|
|
6640
|
+
"id": 456,
|
|
6641
|
+
"name": "SkyRepeaterItemHarness"
|
|
6642
|
+
}
|
|
6643
|
+
],
|
|
6644
|
+
"name": "HarnessPredicate",
|
|
6645
|
+
"qualifiedName": "HarnessPredicate",
|
|
6646
|
+
"package": "@angular/cdk"
|
|
6647
|
+
}
|
|
6648
|
+
}
|
|
6649
|
+
]
|
|
6650
|
+
}
|
|
6651
|
+
],
|
|
6652
|
+
"groups": [
|
|
6653
|
+
{
|
|
6654
|
+
"title": "Constructors",
|
|
6655
|
+
"children": [
|
|
6656
|
+
466
|
|
6657
|
+
]
|
|
6658
|
+
},
|
|
6659
|
+
{
|
|
6660
|
+
"title": "Methods",
|
|
6661
|
+
"children": [
|
|
6662
|
+
507,
|
|
6663
|
+
495,
|
|
6664
|
+
505,
|
|
6665
|
+
497,
|
|
6666
|
+
499,
|
|
6667
|
+
516,
|
|
6668
|
+
501,
|
|
6669
|
+
503,
|
|
6670
|
+
509,
|
|
6671
|
+
475,
|
|
6672
|
+
477,
|
|
6673
|
+
479,
|
|
6674
|
+
483,
|
|
6675
|
+
487,
|
|
6676
|
+
490,
|
|
6677
|
+
493,
|
|
6678
|
+
511,
|
|
6679
|
+
458
|
|
6680
|
+
]
|
|
6681
|
+
}
|
|
6682
|
+
],
|
|
6683
|
+
"sources": [
|
|
6684
|
+
{
|
|
6685
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6686
|
+
"line": 16,
|
|
6687
|
+
"character": 13,
|
|
6688
|
+
"url": "https://github.com/blackbaud/skyux/blob/1ca0ad1/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L16"
|
|
6689
|
+
}
|
|
6690
|
+
],
|
|
6691
|
+
"extendedTypes": [
|
|
6692
|
+
{
|
|
6693
|
+
"type": "reference",
|
|
6694
|
+
"name": "SkyComponentHarness"
|
|
6695
|
+
}
|
|
6696
|
+
]
|
|
6697
|
+
}
|
|
6698
|
+
],
|
|
6699
|
+
"groups": [
|
|
6700
|
+
{
|
|
6701
|
+
"title": "Modules",
|
|
6702
|
+
"children": [
|
|
6703
|
+
1,
|
|
6704
|
+
2
|
|
6705
|
+
]
|
|
6706
|
+
}
|
|
6707
|
+
]
|
|
6708
|
+
},
|
|
6709
|
+
"codeExamples": [
|
|
6710
|
+
{
|
|
6711
|
+
"fileName": "filter-demo.component.html",
|
|
6712
|
+
"filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.html",
|
|
6713
|
+
"rawContents": "<sky-toolbar>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <sky-filter-button\n [active]=\"filtersActive\"\n [ariaControls]=\"inlineFilters.id\"\n [ariaExpanded]=\"showInlineFilters\"\n [showButtonText]=\"true\"\n (filterButtonClick)=\"filterButtonClicked()\"\n >\n </sky-filter-button>\n </sky-toolbar-item>\n </sky-toolbar-section>\n</sky-toolbar>\n\n<div skyId [hidden]=\"!showInlineFilters\" #inlineFilters>\n <sky-filter-inline>\n <sky-filter-inline-item>\n <label\n class=\"sky-control-label sky-margin-inline-lg\"\n [for]=\"fruitInput.id\"\n >\n Fruit type\n </label>\n <select\n skyId\n [ngModel]=\"fruitType\"\n (ngModelChange)=\"fruitTypeChange($event)\"\n #fruitInput\n >\n <option value=\"any\">Any fruit</option>\n <option value=\"citrus\">Citrus</option>\n <option value=\"berry\">Berry</option>\n </select>\n </sky-filter-inline-item>\n <sky-filter-inline-item>\n <sky-checkbox\n [ngModel]=\"hideOrange\"\n (ngModelChange)=\"hideOrangeChange($event)\"\n >\n <sky-checkbox-label> Hide orange fruits </sky-checkbox-label>\n </sky-checkbox>\n </sky-filter-inline-item>\n </sky-filter-inline>\n</div>\n\n<sky-repeater expandMode=\"none\">\n <sky-repeater-item *ngFor=\"let item of filteredItems\">\n <sky-repeater-item-title>\n {{ item.name }}\n </sky-repeater-item-title>\n </sky-repeater-item>\n</sky-repeater>\n"
|
|
6714
|
+
},
|
|
6715
|
+
{
|
|
6716
|
+
"fileName": "filter-demo.component.ts",
|
|
6717
|
+
"filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.ts",
|
|
6718
|
+
"rawContents": "import { Component } from '@angular/core';\n\nimport { Filter } from './filter';\nimport { Fruit } from './fruit';\n\n@Component({\n selector: 'app-filter-demo',\n templateUrl: './filter-demo.component.html',\n})\nexport class FilterDemoComponent {\n public appliedFilters: Filter[] = [];\n\n public filteredItems: Fruit[];\n\n public filtersActive = false;\n\n public fruitType = 'any';\n\n public hideOrange = false;\n\n public items: Fruit[] = [\n {\n name: 'Orange',\n type: 'citrus',\n color: 'orange',\n },\n {\n name: 'Mango',\n type: 'other',\n color: 'orange',\n },\n {\n name: 'Lime',\n type: 'citrus',\n color: 'green',\n },\n {\n name: 'Strawberry',\n type: 'berry',\n color: 'red',\n },\n {\n name: 'Blueberry',\n type: 'berry',\n color: 'blue',\n },\n ];\n\n public showInlineFilters = false;\n\n constructor() {\n this.filteredItems = this.items.slice();\n }\n\n public filterButtonClicked(): void {\n this.showInlineFilters = !this.showInlineFilters;\n }\n\n public fruitTypeChange(newValue: string): void {\n this.fruitType = newValue;\n this.setFilterActiveState();\n }\n\n public hideOrangeChange(newValue: boolean): void {\n this.hideOrange = newValue;\n this.setFilterActiveState();\n }\n\n private setFilterActiveState(): void {\n this.appliedFilters = [];\n if (this.fruitType !== 'any') {\n this.appliedFilters.push({\n name: 'fruitType',\n value: this.fruitType,\n });\n }\n if (this.hideOrange) {\n this.appliedFilters.push({\n name: 'hideOrange',\n value: true,\n });\n }\n this.filtersActive = this.appliedFilters.length > 0;\n\n this.filteredItems = this.filterItems(this.items, this.appliedFilters);\n }\n\n private orangeFilterFailed(filter: Filter, item: Fruit): boolean {\n return (\n filter.name === 'hideOrange' && !!filter.value && item.color === 'orange'\n );\n }\n\n private fruitTypeFilterFailed(filter: Filter, item: Fruit): boolean {\n return (\n filter.name === 'fruitType' &&\n filter.value !== 'any' &&\n filter.value !== item.type\n );\n }\n\n private itemIsShown(filters: Filter[], item: Fruit): boolean {\n let passesFilter = true,\n j: number;\n\n for (j = 0; j < filters.length; j++) {\n if (this.orangeFilterFailed(filters[j], item)) {\n passesFilter = false;\n } else if (this.fruitTypeFilterFailed(filters[j], item)) {\n passesFilter = false;\n }\n }\n\n return passesFilter;\n }\n\n private filterItems(items: Fruit[], filters: Filter[]): Fruit[] {\n let i: number, passesFilter: boolean;\n const result: Fruit[] = [];\n\n for (i = 0; i < items.length; i++) {\n passesFilter = this.itemIsShown(filters, items[i]);\n if (passesFilter) {\n result.push(items[i]);\n }\n }\n\n return result;\n }\n}\n"
|
|
6719
|
+
},
|
|
6720
|
+
{
|
|
6721
|
+
"fileName": "filter-demo.module.ts",
|
|
6722
|
+
"filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.module.ts",
|
|
6723
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyCheckboxModule } from '@skyux/forms';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkyFilterModule, SkyRepeaterModule } from '@skyux/lists';\n\nimport { FilterDemoComponent } from './filter-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyCheckboxModule,\n SkyIdModule,\n SkyFilterModule,\n SkyRepeaterModule,\n SkyToolbarModule,\n ],\n declarations: [FilterDemoComponent],\n exports: [FilterDemoComponent],\n})\nexport class FilterDemoModule {}\n"
|
|
6724
|
+
},
|
|
6725
|
+
{
|
|
6726
|
+
"fileName": "filter.ts",
|
|
6727
|
+
"filePath": "/projects/lists/documentation/code-examples/filter/inline/filter.ts",
|
|
6728
|
+
"rawContents": "export interface Filter {\n name: string;\n value: string | boolean;\n}\n"
|
|
6729
|
+
},
|
|
6730
|
+
{
|
|
6731
|
+
"fileName": "fruit.ts",
|
|
6732
|
+
"filePath": "/projects/lists/documentation/code-examples/filter/inline/fruit.ts",
|
|
6733
|
+
"rawContents": "export interface Fruit {\n name: string;\n type: string;\n color: string;\n}\n"
|
|
6734
|
+
},
|
|
6735
|
+
{
|
|
6736
|
+
"fileName": "filter-demo-modal-context.ts",
|
|
6737
|
+
"filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal-context.ts",
|
|
6738
|
+
"rawContents": "import { Filter } from './filter';\n\nexport class FilterDemoModalContext {\n public appliedFilters: Filter[] = [];\n}\n"
|
|
6739
|
+
},
|
|
6740
|
+
{
|
|
6741
|
+
"fileName": "filter-demo-modal.component.html",
|
|
6742
|
+
"filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal.component.html",
|
|
5312
6743
|
"rawContents": "<sky-modal>\n <sky-modal-header> Filter food preferences </sky-modal-header>\n <sky-modal-content>\n <label class=\"sky-control-label\" [for]=\"fruitInput.id\"> Fruit type </label>\n <select class=\"sky-form-control\" skyId [(ngModel)]=\"fruitType\" #fruitInput>\n <option value=\"any\">Any fruit</option>\n <option value=\"citrus\">Citrus</option>\n <option value=\"berry\">Berry</option>\n </select>\n <div style=\"margin-top: 15px\">\n <sky-checkbox [(ngModel)]=\"hideOrange\">\n <sky-checkbox-label> Hide orange fruits </sky-checkbox-label>\n </sky-checkbox>\n </div>\n </sky-modal-content>\n <sky-modal-footer>\n <button\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n (click)=\"applyFilters()\"\n >\n Apply\n </button>\n <button\n class=\"sky-btn sky-btn-link\"\n type=\"button\"\n (click)=\"clearAllFilters()\"\n >\n Clear\n </button>\n <button class=\"sky-btn sky-btn-link\" type=\"button\" (click)=\"cancel()\">\n Cancel\n </button>\n </sky-modal-footer>\n</sky-modal>\n"
|
|
5313
6744
|
},
|
|
5314
6745
|
{
|
|
@@ -5379,22 +6810,27 @@
|
|
|
5379
6810
|
{
|
|
5380
6811
|
"fileName": "repeater-demo-item.ts",
|
|
5381
6812
|
"filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo-item.ts",
|
|
5382
|
-
"rawContents": "export interface RepeaterDemoItem {\n title: string;\n note: string;\n status: string;\n}\n"
|
|
6813
|
+
"rawContents": "export interface RepeaterDemoItem {\n title: string;\n note: string;\n status: string;\n isSelected: boolean;\n}\n"
|
|
5383
6814
|
},
|
|
5384
6815
|
{
|
|
5385
6816
|
"fileName": "repeater-demo.component.html",
|
|
5386
6817
|
"filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.html",
|
|
5387
|
-
"rawContents": "<div class=\"sky-margin-stacked-lg\">\n <sky-repeater\n [reorderable]=\"true\"\n (orderChange)=\"changeItems($event)\"\n [expandMode]=\"'single'\"\n >\n <sky-repeater-item
|
|
6818
|
+
"rawContents": "<div class=\"sky-margin-stacked-lg\">\n <sky-repeater\n [reorderable]=\"true\"\n (orderChange)=\"changeItems($event)\"\n [expandMode]=\"'single'\"\n data-sky-id=\"repeater-demo\"\n >\n <sky-repeater-item\n *ngFor=\"let item of items\"\n [tag]=\"item.note\"\n [selectable]=\"true\"\n [(isSelected)]=\"item.isSelected\"\n >\n <sky-repeater-item-title class=\"demo-repeater-flex\">\n <div class=\"demo-repeater-item-title sky-font-emphasized\">\n {{ item.title }}\n </div>\n <div>\n {{ item.status }}\n </div>\n </sky-repeater-item-title>\n <sky-repeater-item-context-menu>\n <sky-dropdown buttonType=\"context-menu\">\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onActionClicked('Action 1')\">\n Action 1\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onActionClicked('Action 2')\">\n Action 2\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-repeater-item-context-menu>\n <sky-repeater-item-content>\n {{ item.note }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n </sky-repeater>\n</div>\n\n<button\n data-sky-id=\"add-button\"\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n (click)=\"addItem()\"\n>\n Add item\n</button>\n\n<button\n data-sky-id=\"remove-button\"\n class=\"sky-btn sky-btn-default sky-margin-inline-sm\"\n (click)=\"removeItems()\"\n>\n Remove selected items\n</button>\n"
|
|
5388
6819
|
},
|
|
5389
6820
|
{
|
|
5390
6821
|
"fileName": "repeater-demo.component.scss",
|
|
5391
6822
|
"filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.scss",
|
|
5392
6823
|
"rawContents": ".demo-repeater-flex {\n display: flex;\n flex-wrap: wrap;\n\n .demo-repeater-item-title {\n flex-grow: 1;\n }\n}\n"
|
|
5393
6824
|
},
|
|
6825
|
+
{
|
|
6826
|
+
"fileName": "repeater-demo.component.spec.ts",
|
|
6827
|
+
"filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.spec.ts",
|
|
6828
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport {\n SkyRepeaterHarness,\n SkyRepeaterItemHarness,\n} from '@skyux/lists/testing';\n\nimport { RepeaterDemoComponent } from './repeater-demo.component';\nimport { RepeaterDemoModule } from './repeater-demo.module';\n\ndescribe('Repeater add remove demo', () => {\n async function setupTest(): Promise<{\n repeaterHarness: SkyRepeaterHarness | null;\n repeaterItems: SkyRepeaterItemHarness[] | null;\n fixture: ComponentFixture<RepeaterDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(RepeaterDemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const repeaterHarness = await loader.getHarness(\n SkyRepeaterHarness.with({ dataSkyId: 'repeater-demo' })\n );\n\n const repeaterItems = await repeaterHarness.getRepeaterItems();\n\n return { repeaterHarness, repeaterItems, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [RepeaterDemoModule, NoopAnimationsModule],\n });\n });\n\n it('should allow items to be expanded and collapsed', async () => {\n const { repeaterItems } = await setupTest();\n let first = true;\n\n for (const item of repeaterItems!) {\n await expectAsync(item.isCollapsible()).toBeResolvedTo(true);\n // in single expand mode, the first item is expanded by default\n await expectAsync(item.isExpanded()).toBeResolvedTo(first ? true : false);\n first = false;\n await item.collapse();\n await expectAsync(item.isExpanded()).toBeResolvedTo(false);\n await item.expand();\n await expectAsync(item.isExpanded()).toBeResolvedTo(true);\n }\n });\n\n it('should allow items to be reordered', async () => {\n const { repeaterHarness } = await setupTest();\n\n const expectedContent = [\n {\n title: 'Call Robert Hernandez Completed',\n body: 'Robert recently gave a very generous gift. We should call him to thank him.',\n },\n {\n title: 'Send invitation to Spring Ball Past due',\n body: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n },\n ];\n\n let repeaterItems = await repeaterHarness?.getRepeaterItems();\n expect(repeaterItems).toBeDefined();\n expect(repeaterItems?.length).toBe(2);\n\n for (const item of repeaterItems!) {\n await expectAsync(item.isReorderable()).toBeResolvedTo(true);\n }\n\n await expectAsync(repeaterItems?.[1].getTitleText()).toBeResolvedTo(\n expectedContent[1].title\n );\n await repeaterItems?.[1].sendToTop();\n\n repeaterItems = await repeaterHarness?.getRepeaterItems();\n await expectAsync(repeaterItems?.[1].getTitleText()).toBeResolvedTo(\n expectedContent[0].title\n );\n });\n\n it('should allow items to be added and removed', async () => {\n const { repeaterHarness, fixture } = await setupTest();\n\n let repeaterItems = await repeaterHarness?.getRepeaterItems();\n expect(repeaterItems).toBeDefined();\n expect(repeaterItems?.length).toBe(2);\n\n for (const item of repeaterItems!) {\n await expectAsync(item.isSelectable()).toBeResolvedTo(true);\n }\n\n const addButton = fixture.nativeElement.querySelector(\n '[data-sky-id=\"add-button\"]'\n );\n const removeButton = fixture.nativeElement.querySelector(\n '[data-sky-id=\"remove-button\"]'\n );\n\n addButton.click();\n fixture.detectChanges();\n\n repeaterItems = await repeaterHarness?.getRepeaterItems();\n expect(repeaterItems).toBeDefined();\n expect(repeaterItems?.length).toBe(3);\n\n await expectAsync(repeaterItems?.[0].isSelected()).toBeResolvedTo(false);\n await repeaterItems?.[0].select();\n await expectAsync(repeaterItems?.[0].isSelected()).toBeResolvedTo(true);\n await expectAsync(repeaterItems?.[1].isSelected()).toBeResolvedTo(false);\n await repeaterItems?.[1].select();\n await expectAsync(repeaterItems?.[1].isSelected()).toBeResolvedTo(true);\n\n removeButton.click();\n fixture.detectChanges();\n\n repeaterItems = await repeaterHarness?.getRepeaterItems();\n expect(repeaterItems).toBeDefined();\n expect(repeaterItems?.length).toBe(1);\n });\n});\n"
|
|
6829
|
+
},
|
|
5394
6830
|
{
|
|
5395
6831
|
"fileName": "repeater-demo.component.ts",
|
|
5396
6832
|
"filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.ts",
|
|
5397
|
-
"rawContents": "import { Component } from '@angular/core';\n\nimport { RepeaterDemoItem } from './repeater-demo-item';\n\nlet nextId = 0;\n\n@Component({\n selector: 'app-repeater-demo',\n templateUrl: './repeater-demo.component.html',\n styleUrls: ['./repeater-demo.component.scss'],\n})\nexport class RepeaterDemoComponent {\n public items: RepeaterDemoItem[] = [\n {\n title: 'Call Robert Hernandez',\n note: 'Robert recently gave a very generous gift. We should call him to thank him.',\n status: 'Completed',\n },\n {\n title: 'Send invitation to Spring Ball',\n note: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n status: 'Past due',\n },\n ];\n\n public addItem(): void {\n this.items.push({\n title: 'New reminder ' + ++nextId,\n note: 'This is a new reminder',\n status: 'Active',\n });\n }\n\n public changeItems(tags: RepeaterDemoItem[]): void {\n console.log('Tags in order ', tags);\n }\n\n public onActionClicked(buttonText: string): void {\n alert(buttonText + ' was clicked!');\n }\n\n public
|
|
6833
|
+
"rawContents": "import { Component } from '@angular/core';\n\nimport { RepeaterDemoItem } from './repeater-demo-item';\n\nlet nextId = 0;\n\n@Component({\n selector: 'app-repeater-demo',\n templateUrl: './repeater-demo.component.html',\n styleUrls: ['./repeater-demo.component.scss'],\n})\nexport class RepeaterDemoComponent {\n public items: RepeaterDemoItem[] = [\n {\n title: 'Call Robert Hernandez',\n note: 'Robert recently gave a very generous gift. We should call him to thank him.',\n status: 'Completed',\n isSelected: false,\n },\n {\n title: 'Send invitation to Spring Ball',\n note: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n status: 'Past due',\n isSelected: false,\n },\n ];\n\n public addItem(): void {\n this.items.push({\n title: 'New reminder ' + ++nextId,\n note: 'This is a new reminder',\n status: 'Active',\n isSelected: false,\n });\n }\n\n public changeItems(tags: RepeaterDemoItem[]): void {\n console.log('Tags in order ', tags);\n }\n\n public onActionClicked(buttonText: string): void {\n alert(buttonText + ' was clicked!');\n }\n\n public removeItems(): void {\n this.items = this.items.filter((item) => !item.isSelected);\n }\n}\n"
|
|
5398
6834
|
},
|
|
5399
6835
|
{
|
|
5400
6836
|
"fileName": "repeater-demo.module.ts",
|
|
@@ -5404,13 +6840,18 @@
|
|
|
5404
6840
|
{
|
|
5405
6841
|
"fileName": "repeater-demo.component.html",
|
|
5406
6842
|
"filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.html",
|
|
5407
|
-
"rawContents": "<sky-repeater>\n <sky-repeater-item *ngFor=\"let item of items\">\n <sky-repeater-item-title class=\"demo-repeater-flex\">\n <div class=\"demo-repeater-item-title sky-font-emphasized\">\n {{ item.title }}\n </div>\n <div>\n {{ item.status }}\n </div>\n </sky-repeater-item-title>\n <sky-repeater-item-context-menu>\n <sky-dropdown buttonType=\"context-menu\">\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onActionClicked('Action 1')\">\n Action 1\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onActionClicked('Action 2')\">\n Action 2\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-repeater-item-context-menu>\n <sky-repeater-item-content>\n {{ item.note }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n"
|
|
6843
|
+
"rawContents": "<sky-repeater data-sky-id=\"repeater-demo\">\n <sky-repeater-item *ngFor=\"let item of items\">\n <sky-repeater-item-title class=\"demo-repeater-flex\">\n <div class=\"demo-repeater-item-title sky-font-emphasized\">\n {{ item.title }}\n </div>\n <div>\n {{ item.status }}\n </div>\n </sky-repeater-item-title>\n <sky-repeater-item-context-menu>\n <sky-dropdown buttonType=\"context-menu\">\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onActionClicked('Action 1')\">\n Action 1\n </button>\n </sky-dropdown-item>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"onActionClicked('Action 2')\">\n Action 2\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-repeater-item-context-menu>\n <sky-repeater-item-content>\n {{ item.note }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n"
|
|
5408
6844
|
},
|
|
5409
6845
|
{
|
|
5410
6846
|
"fileName": "repeater-demo.component.scss",
|
|
5411
6847
|
"filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.scss",
|
|
5412
6848
|
"rawContents": ".demo-repeater-flex {\n display: flex;\n flex-wrap: wrap;\n\n .demo-repeater-item-title {\n flex-grow: 1;\n }\n}\n"
|
|
5413
6849
|
},
|
|
6850
|
+
{
|
|
6851
|
+
"fileName": "repeater-demo.component.spec.ts",
|
|
6852
|
+
"filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.spec.ts",
|
|
6853
|
+
"rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { NoopAnimationsModule } from '@angular/platform-browser/animations';\nimport {\n SkyRepeaterHarness,\n SkyRepeaterItemHarness,\n} from '@skyux/lists/testing';\n\nimport { RepeaterDemoComponent } from './repeater-demo.component';\nimport { RepeaterDemoModule } from './repeater-demo.module';\n\ndescribe('Repeater basic demo', () => {\n async function setupTest(): Promise<{\n repeaterHarness: SkyRepeaterHarness | null;\n repeaterItems: SkyRepeaterItemHarness[] | null;\n fixture: ComponentFixture<RepeaterDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(RepeaterDemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n\n const repeaterHarness = await loader.getHarness(\n SkyRepeaterHarness.with({ dataSkyId: 'repeater-demo' })\n );\n\n const repeaterItems = await repeaterHarness.getRepeaterItems();\n\n return { repeaterHarness, repeaterItems, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [RepeaterDemoModule, NoopAnimationsModule],\n });\n });\n\n it('should display the repeater item contents', async () => {\n const { repeaterItems } = await setupTest();\n\n const expectedContent = [\n {\n title: 'Call Robert Hernandez Completed',\n body: 'Robert recently gave a very generous gift. We should call him to thank him.',\n },\n {\n title: 'Send invitation to Spring Ball Past due',\n body: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n },\n ];\n\n for (let i = 0; i < repeaterItems!.length; i++) {\n await expectAsync(repeaterItems![i].getTitleText()).toBeResolvedTo(\n expectedContent[i].title\n );\n await expectAsync(repeaterItems![i].getContentText()).toBeResolvedTo(\n expectedContent[i].body\n );\n }\n });\n});\n"
|
|
6854
|
+
},
|
|
5414
6855
|
{
|
|
5415
6856
|
"fileName": "repeater-demo.component.ts",
|
|
5416
6857
|
"filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.ts",
|