@skyux/lists 8.0.0-alpha.2 → 8.0.0-alpha.21
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 +1921 -453
- 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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/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/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L140"
|
|
1662
1686
|
}
|
|
1663
1687
|
],
|
|
1664
1688
|
"getSignature": {
|
|
@@ -1717,21 +1741,23 @@
|
|
|
1717
1741
|
}
|
|
1718
1742
|
},
|
|
1719
1743
|
{
|
|
1720
|
-
"id":
|
|
1744
|
+
"id": 161,
|
|
1721
1745
|
"name": "repeaterGroupClass",
|
|
1722
1746
|
"kind": 262144,
|
|
1723
1747
|
"kindString": "Accessor",
|
|
1724
|
-
"flags": {
|
|
1748
|
+
"flags": {
|
|
1749
|
+
"isPublic": true
|
|
1750
|
+
},
|
|
1725
1751
|
"sources": [
|
|
1726
1752
|
{
|
|
1727
1753
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1728
|
-
"line":
|
|
1729
|
-
"character":
|
|
1730
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1754
|
+
"line": 234,
|
|
1755
|
+
"character": 13,
|
|
1756
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L234"
|
|
1731
1757
|
}
|
|
1732
1758
|
],
|
|
1733
1759
|
"getSignature": {
|
|
1734
|
-
"id":
|
|
1760
|
+
"id": 162,
|
|
1735
1761
|
"name": "repeaterGroupClass",
|
|
1736
1762
|
"kind": 524288,
|
|
1737
1763
|
"kindString": "Get signature",
|
|
@@ -1755,7 +1781,7 @@
|
|
|
1755
1781
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1756
1782
|
"line": 57,
|
|
1757
1783
|
"character": 13,
|
|
1758
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1784
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L57"
|
|
1759
1785
|
}
|
|
1760
1786
|
],
|
|
1761
1787
|
"getSignature": {
|
|
@@ -1788,7 +1814,7 @@
|
|
|
1788
1814
|
}
|
|
1789
1815
|
},
|
|
1790
1816
|
{
|
|
1791
|
-
"id":
|
|
1817
|
+
"id": 197,
|
|
1792
1818
|
"name": "chevronDirectionChange",
|
|
1793
1819
|
"kind": 2048,
|
|
1794
1820
|
"kindString": "Method",
|
|
@@ -1798,21 +1824,21 @@
|
|
|
1798
1824
|
"sources": [
|
|
1799
1825
|
{
|
|
1800
1826
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1801
|
-
"line":
|
|
1827
|
+
"line": 437,
|
|
1802
1828
|
"character": 9,
|
|
1803
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1829
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L437"
|
|
1804
1830
|
}
|
|
1805
1831
|
],
|
|
1806
1832
|
"signatures": [
|
|
1807
1833
|
{
|
|
1808
|
-
"id":
|
|
1834
|
+
"id": 198,
|
|
1809
1835
|
"name": "chevronDirectionChange",
|
|
1810
1836
|
"kind": 4096,
|
|
1811
1837
|
"kindString": "Call signature",
|
|
1812
1838
|
"flags": {},
|
|
1813
1839
|
"parameters": [
|
|
1814
1840
|
{
|
|
1815
|
-
"id":
|
|
1841
|
+
"id": 199,
|
|
1816
1842
|
"name": "direction",
|
|
1817
1843
|
"kind": 32768,
|
|
1818
1844
|
"kindString": "Parameter",
|
|
@@ -1831,7 +1857,7 @@
|
|
|
1831
1857
|
]
|
|
1832
1858
|
},
|
|
1833
1859
|
{
|
|
1834
|
-
"id":
|
|
1860
|
+
"id": 195,
|
|
1835
1861
|
"name": "headerClick",
|
|
1836
1862
|
"kind": 2048,
|
|
1837
1863
|
"kindString": "Method",
|
|
@@ -1841,14 +1867,14 @@
|
|
|
1841
1867
|
"sources": [
|
|
1842
1868
|
{
|
|
1843
1869
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1844
|
-
"line":
|
|
1870
|
+
"line": 431,
|
|
1845
1871
|
"character": 9,
|
|
1846
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1872
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L431"
|
|
1847
1873
|
}
|
|
1848
1874
|
],
|
|
1849
1875
|
"signatures": [
|
|
1850
1876
|
{
|
|
1851
|
-
"id":
|
|
1877
|
+
"id": 196,
|
|
1852
1878
|
"name": "headerClick",
|
|
1853
1879
|
"kind": 4096,
|
|
1854
1880
|
"kindString": "Call signature",
|
|
@@ -1861,7 +1887,7 @@
|
|
|
1861
1887
|
]
|
|
1862
1888
|
},
|
|
1863
1889
|
{
|
|
1864
|
-
"id":
|
|
1890
|
+
"id": 213,
|
|
1865
1891
|
"name": "moveToTop",
|
|
1866
1892
|
"kind": 2048,
|
|
1867
1893
|
"kindString": "Method",
|
|
@@ -1871,21 +1897,21 @@
|
|
|
1871
1897
|
"sources": [
|
|
1872
1898
|
{
|
|
1873
1899
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1874
|
-
"line":
|
|
1900
|
+
"line": 483,
|
|
1875
1901
|
"character": 9,
|
|
1876
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1902
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L483"
|
|
1877
1903
|
}
|
|
1878
1904
|
],
|
|
1879
1905
|
"signatures": [
|
|
1880
1906
|
{
|
|
1881
|
-
"id":
|
|
1907
|
+
"id": 214,
|
|
1882
1908
|
"name": "moveToTop",
|
|
1883
1909
|
"kind": 4096,
|
|
1884
1910
|
"kindString": "Call signature",
|
|
1885
1911
|
"flags": {},
|
|
1886
1912
|
"parameters": [
|
|
1887
1913
|
{
|
|
1888
|
-
"id":
|
|
1914
|
+
"id": 215,
|
|
1889
1915
|
"name": "event",
|
|
1890
1916
|
"kind": 32768,
|
|
1891
1917
|
"kindString": "Parameter",
|
|
@@ -1906,7 +1932,7 @@
|
|
|
1906
1932
|
]
|
|
1907
1933
|
},
|
|
1908
1934
|
{
|
|
1909
|
-
"id":
|
|
1935
|
+
"id": 188,
|
|
1910
1936
|
"name": "ngAfterViewInit",
|
|
1911
1937
|
"kind": 2048,
|
|
1912
1938
|
"kindString": "Method",
|
|
@@ -1916,14 +1942,14 @@
|
|
|
1916
1942
|
"sources": [
|
|
1917
1943
|
{
|
|
1918
1944
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1919
|
-
"line":
|
|
1945
|
+
"line": 333,
|
|
1920
1946
|
"character": 9,
|
|
1921
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1947
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L333"
|
|
1922
1948
|
}
|
|
1923
1949
|
],
|
|
1924
1950
|
"signatures": [
|
|
1925
1951
|
{
|
|
1926
|
-
"id":
|
|
1952
|
+
"id": 189,
|
|
1927
1953
|
"name": "ngAfterViewInit",
|
|
1928
1954
|
"kind": 4096,
|
|
1929
1955
|
"kindString": "Call signature",
|
|
@@ -1944,7 +1970,7 @@
|
|
|
1944
1970
|
}
|
|
1945
1971
|
},
|
|
1946
1972
|
{
|
|
1947
|
-
"id":
|
|
1973
|
+
"id": 190,
|
|
1948
1974
|
"name": "ngOnDestroy",
|
|
1949
1975
|
"kind": 2048,
|
|
1950
1976
|
"kindString": "Method",
|
|
@@ -1954,14 +1980,14 @@
|
|
|
1954
1980
|
"sources": [
|
|
1955
1981
|
{
|
|
1956
1982
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1957
|
-
"line":
|
|
1983
|
+
"line": 338,
|
|
1958
1984
|
"character": 9,
|
|
1959
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1985
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L338"
|
|
1960
1986
|
}
|
|
1961
1987
|
],
|
|
1962
1988
|
"signatures": [
|
|
1963
1989
|
{
|
|
1964
|
-
"id":
|
|
1990
|
+
"id": 191,
|
|
1965
1991
|
"name": "ngOnDestroy",
|
|
1966
1992
|
"kind": 4096,
|
|
1967
1993
|
"kindString": "Call signature",
|
|
@@ -1982,7 +2008,7 @@
|
|
|
1982
2008
|
}
|
|
1983
2009
|
},
|
|
1984
2010
|
{
|
|
1985
|
-
"id":
|
|
2011
|
+
"id": 186,
|
|
1986
2012
|
"name": "ngOnInit",
|
|
1987
2013
|
"kind": 2048,
|
|
1988
2014
|
"kindString": "Method",
|
|
@@ -1992,14 +2018,14 @@
|
|
|
1992
2018
|
"sources": [
|
|
1993
2019
|
{
|
|
1994
2020
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1995
|
-
"line":
|
|
2021
|
+
"line": 320,
|
|
1996
2022
|
"character": 9,
|
|
1997
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2023
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L320"
|
|
1998
2024
|
}
|
|
1999
2025
|
],
|
|
2000
2026
|
"signatures": [
|
|
2001
2027
|
{
|
|
2002
|
-
"id":
|
|
2028
|
+
"id": 187,
|
|
2003
2029
|
"name": "ngOnInit",
|
|
2004
2030
|
"kind": 4096,
|
|
2005
2031
|
"kindString": "Call signature",
|
|
@@ -2020,7 +2046,7 @@
|
|
|
2020
2046
|
}
|
|
2021
2047
|
},
|
|
2022
2048
|
{
|
|
2023
|
-
"id":
|
|
2049
|
+
"id": 207,
|
|
2024
2050
|
"name": "onCheckboxChange",
|
|
2025
2051
|
"kind": 2048,
|
|
2026
2052
|
"kindString": "Method",
|
|
@@ -2030,21 +2056,21 @@
|
|
|
2030
2056
|
"sources": [
|
|
2031
2057
|
{
|
|
2032
2058
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2033
|
-
"line":
|
|
2059
|
+
"line": 475,
|
|
2034
2060
|
"character": 9,
|
|
2035
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2061
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L475"
|
|
2036
2062
|
}
|
|
2037
2063
|
],
|
|
2038
2064
|
"signatures": [
|
|
2039
2065
|
{
|
|
2040
|
-
"id":
|
|
2066
|
+
"id": 208,
|
|
2041
2067
|
"name": "onCheckboxChange",
|
|
2042
2068
|
"kind": 4096,
|
|
2043
2069
|
"kindString": "Call signature",
|
|
2044
2070
|
"flags": {},
|
|
2045
2071
|
"parameters": [
|
|
2046
2072
|
{
|
|
2047
|
-
"id":
|
|
2073
|
+
"id": 209,
|
|
2048
2074
|
"name": "value",
|
|
2049
2075
|
"kind": 32768,
|
|
2050
2076
|
"kindString": "Parameter",
|
|
@@ -2063,7 +2089,7 @@
|
|
|
2063
2089
|
]
|
|
2064
2090
|
},
|
|
2065
2091
|
{
|
|
2066
|
-
"id":
|
|
2092
|
+
"id": 210,
|
|
2067
2093
|
"name": "onInlineFormClose",
|
|
2068
2094
|
"kind": 2048,
|
|
2069
2095
|
"kindString": "Method",
|
|
@@ -2073,21 +2099,21 @@
|
|
|
2073
2099
|
"sources": [
|
|
2074
2100
|
{
|
|
2075
2101
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2076
|
-
"line":
|
|
2102
|
+
"line": 479,
|
|
2077
2103
|
"character": 9,
|
|
2078
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2104
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L479"
|
|
2079
2105
|
}
|
|
2080
2106
|
],
|
|
2081
2107
|
"signatures": [
|
|
2082
2108
|
{
|
|
2083
|
-
"id":
|
|
2109
|
+
"id": 211,
|
|
2084
2110
|
"name": "onInlineFormClose",
|
|
2085
2111
|
"kind": 4096,
|
|
2086
2112
|
"kindString": "Call signature",
|
|
2087
2113
|
"flags": {},
|
|
2088
2114
|
"parameters": [
|
|
2089
2115
|
{
|
|
2090
|
-
"id":
|
|
2116
|
+
"id": 212,
|
|
2091
2117
|
"name": "inlineFormCloseArgs",
|
|
2092
2118
|
"kind": 32768,
|
|
2093
2119
|
"kindString": "Parameter",
|
|
@@ -2106,7 +2132,7 @@
|
|
|
2106
2132
|
]
|
|
2107
2133
|
},
|
|
2108
2134
|
{
|
|
2109
|
-
"id":
|
|
2135
|
+
"id": 192,
|
|
2110
2136
|
"name": "onKeydown",
|
|
2111
2137
|
"kind": 2048,
|
|
2112
2138
|
"kindString": "Method",
|
|
@@ -2116,21 +2142,21 @@
|
|
|
2116
2142
|
"sources": [
|
|
2117
2143
|
{
|
|
2118
2144
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2119
|
-
"line":
|
|
2145
|
+
"line": 351,
|
|
2120
2146
|
"character": 9,
|
|
2121
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2147
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L351"
|
|
2122
2148
|
}
|
|
2123
2149
|
],
|
|
2124
2150
|
"signatures": [
|
|
2125
2151
|
{
|
|
2126
|
-
"id":
|
|
2152
|
+
"id": 193,
|
|
2127
2153
|
"name": "onKeydown",
|
|
2128
2154
|
"kind": 4096,
|
|
2129
2155
|
"kindString": "Call signature",
|
|
2130
2156
|
"flags": {},
|
|
2131
2157
|
"parameters": [
|
|
2132
2158
|
{
|
|
2133
|
-
"id":
|
|
2159
|
+
"id": 194,
|
|
2134
2160
|
"name": "$event",
|
|
2135
2161
|
"kind": 32768,
|
|
2136
2162
|
"kindString": "Parameter",
|
|
@@ -2151,7 +2177,7 @@
|
|
|
2151
2177
|
]
|
|
2152
2178
|
},
|
|
2153
2179
|
{
|
|
2154
|
-
"id":
|
|
2180
|
+
"id": 219,
|
|
2155
2181
|
"name": "onReorderHandleBlur",
|
|
2156
2182
|
"kind": 2048,
|
|
2157
2183
|
"kindString": "Method",
|
|
@@ -2161,21 +2187,21 @@
|
|
|
2161
2187
|
"sources": [
|
|
2162
2188
|
{
|
|
2163
2189
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2164
|
-
"line":
|
|
2190
|
+
"line": 549,
|
|
2165
2191
|
"character": 9,
|
|
2166
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2192
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L549"
|
|
2167
2193
|
}
|
|
2168
2194
|
],
|
|
2169
2195
|
"signatures": [
|
|
2170
2196
|
{
|
|
2171
|
-
"id":
|
|
2197
|
+
"id": 220,
|
|
2172
2198
|
"name": "onReorderHandleBlur",
|
|
2173
2199
|
"kind": 4096,
|
|
2174
2200
|
"kindString": "Call signature",
|
|
2175
2201
|
"flags": {},
|
|
2176
2202
|
"parameters": [
|
|
2177
2203
|
{
|
|
2178
|
-
"id":
|
|
2204
|
+
"id": 221,
|
|
2179
2205
|
"name": "event",
|
|
2180
2206
|
"kind": 32768,
|
|
2181
2207
|
"kindString": "Parameter",
|
|
@@ -2194,7 +2220,7 @@
|
|
|
2194
2220
|
]
|
|
2195
2221
|
},
|
|
2196
2222
|
{
|
|
2197
|
-
"id":
|
|
2223
|
+
"id": 216,
|
|
2198
2224
|
"name": "onReorderHandleKeyDown",
|
|
2199
2225
|
"kind": 2048,
|
|
2200
2226
|
"kindString": "Method",
|
|
@@ -2204,21 +2230,21 @@
|
|
|
2204
2230
|
"sources": [
|
|
2205
2231
|
{
|
|
2206
2232
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2207
|
-
"line":
|
|
2233
|
+
"line": 490,
|
|
2208
2234
|
"character": 9,
|
|
2209
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2235
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L490"
|
|
2210
2236
|
}
|
|
2211
2237
|
],
|
|
2212
2238
|
"signatures": [
|
|
2213
2239
|
{
|
|
2214
|
-
"id":
|
|
2240
|
+
"id": 217,
|
|
2215
2241
|
"name": "onReorderHandleKeyDown",
|
|
2216
2242
|
"kind": 4096,
|
|
2217
2243
|
"kindString": "Call signature",
|
|
2218
2244
|
"flags": {},
|
|
2219
2245
|
"parameters": [
|
|
2220
2246
|
{
|
|
2221
|
-
"id":
|
|
2247
|
+
"id": 218,
|
|
2222
2248
|
"name": "event",
|
|
2223
2249
|
"kind": 32768,
|
|
2224
2250
|
"kindString": "Parameter",
|
|
@@ -2239,7 +2265,7 @@
|
|
|
2239
2265
|
]
|
|
2240
2266
|
},
|
|
2241
2267
|
{
|
|
2242
|
-
"id":
|
|
2268
|
+
"id": 200,
|
|
2243
2269
|
"name": "onRepeaterItemClick",
|
|
2244
2270
|
"kind": 2048,
|
|
2245
2271
|
"kindString": "Method",
|
|
@@ -2249,21 +2275,21 @@
|
|
|
2249
2275
|
"sources": [
|
|
2250
2276
|
{
|
|
2251
2277
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2252
|
-
"line":
|
|
2278
|
+
"line": 441,
|
|
2253
2279
|
"character": 9,
|
|
2254
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2280
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L441"
|
|
2255
2281
|
}
|
|
2256
2282
|
],
|
|
2257
2283
|
"signatures": [
|
|
2258
2284
|
{
|
|
2259
|
-
"id":
|
|
2285
|
+
"id": 201,
|
|
2260
2286
|
"name": "onRepeaterItemClick",
|
|
2261
2287
|
"kind": 4096,
|
|
2262
2288
|
"kindString": "Call signature",
|
|
2263
2289
|
"flags": {},
|
|
2264
2290
|
"parameters": [
|
|
2265
2291
|
{
|
|
2266
|
-
"id":
|
|
2292
|
+
"id": 202,
|
|
2267
2293
|
"name": "event",
|
|
2268
2294
|
"kind": 32768,
|
|
2269
2295
|
"kindString": "Parameter",
|
|
@@ -2284,7 +2310,7 @@
|
|
|
2284
2310
|
]
|
|
2285
2311
|
},
|
|
2286
2312
|
{
|
|
2287
|
-
"id":
|
|
2313
|
+
"id": 203,
|
|
2288
2314
|
"name": "updateForExpanded",
|
|
2289
2315
|
"kind": 2048,
|
|
2290
2316
|
"kindString": "Method",
|
|
@@ -2294,21 +2320,21 @@
|
|
|
2294
2320
|
"sources": [
|
|
2295
2321
|
{
|
|
2296
2322
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2297
|
-
"line":
|
|
2323
|
+
"line": 454,
|
|
2298
2324
|
"character": 9,
|
|
2299
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2325
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L454"
|
|
2300
2326
|
}
|
|
2301
2327
|
],
|
|
2302
2328
|
"signatures": [
|
|
2303
2329
|
{
|
|
2304
|
-
"id":
|
|
2330
|
+
"id": 204,
|
|
2305
2331
|
"name": "updateForExpanded",
|
|
2306
2332
|
"kind": 4096,
|
|
2307
2333
|
"kindString": "Call signature",
|
|
2308
2334
|
"flags": {},
|
|
2309
2335
|
"parameters": [
|
|
2310
2336
|
{
|
|
2311
|
-
"id":
|
|
2337
|
+
"id": 205,
|
|
2312
2338
|
"name": "value",
|
|
2313
2339
|
"kind": 32768,
|
|
2314
2340
|
"kindString": "Parameter",
|
|
@@ -2317,6 +2343,17 @@
|
|
|
2317
2343
|
"type": "intrinsic",
|
|
2318
2344
|
"name": "boolean"
|
|
2319
2345
|
}
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
"id": 206,
|
|
2349
|
+
"name": "animate",
|
|
2350
|
+
"kind": 32768,
|
|
2351
|
+
"kindString": "Parameter",
|
|
2352
|
+
"flags": {},
|
|
2353
|
+
"type": {
|
|
2354
|
+
"type": "intrinsic",
|
|
2355
|
+
"name": "boolean"
|
|
2356
|
+
}
|
|
2320
2357
|
}
|
|
2321
2358
|
],
|
|
2322
2359
|
"type": {
|
|
@@ -2337,26 +2374,27 @@
|
|
|
2337
2374
|
{
|
|
2338
2375
|
"title": "Properties",
|
|
2339
2376
|
"children": [
|
|
2377
|
+
160,
|
|
2340
2378
|
144,
|
|
2341
2379
|
149,
|
|
2342
2380
|
148,
|
|
2343
2381
|
145,
|
|
2344
|
-
|
|
2382
|
+
163,
|
|
2345
2383
|
150,
|
|
2346
2384
|
146,
|
|
2347
2385
|
130,
|
|
2348
2386
|
131,
|
|
2349
2387
|
151,
|
|
2350
2388
|
147,
|
|
2351
|
-
163,
|
|
2352
2389
|
164,
|
|
2353
|
-
129,
|
|
2354
2390
|
165,
|
|
2391
|
+
129,
|
|
2392
|
+
166,
|
|
2355
2393
|
156,
|
|
2356
2394
|
157,
|
|
2357
2395
|
158,
|
|
2358
2396
|
140,
|
|
2359
|
-
|
|
2397
|
+
167,
|
|
2360
2398
|
141,
|
|
2361
2399
|
142,
|
|
2362
2400
|
159,
|
|
@@ -2370,26 +2408,26 @@
|
|
|
2370
2408
|
152,
|
|
2371
2409
|
132,
|
|
2372
2410
|
136,
|
|
2373
|
-
|
|
2411
|
+
161,
|
|
2374
2412
|
123
|
|
2375
2413
|
]
|
|
2376
2414
|
},
|
|
2377
2415
|
{
|
|
2378
2416
|
"title": "Methods",
|
|
2379
2417
|
"children": [
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2418
|
+
197,
|
|
2419
|
+
195,
|
|
2420
|
+
213,
|
|
2421
|
+
188,
|
|
2422
|
+
190,
|
|
2423
|
+
186,
|
|
2424
|
+
207,
|
|
2425
|
+
210,
|
|
2426
|
+
192,
|
|
2427
|
+
219,
|
|
2428
|
+
216,
|
|
2429
|
+
200,
|
|
2430
|
+
203
|
|
2393
2431
|
]
|
|
2394
2432
|
}
|
|
2395
2433
|
],
|
|
@@ -2398,7 +2436,7 @@
|
|
|
2398
2436
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2399
2437
|
"line": 49,
|
|
2400
2438
|
"character": 13,
|
|
2401
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2439
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L49"
|
|
2402
2440
|
}
|
|
2403
2441
|
],
|
|
2404
2442
|
"implementedTypes": [
|
|
@@ -2423,7 +2461,7 @@
|
|
|
2423
2461
|
]
|
|
2424
2462
|
},
|
|
2425
2463
|
{
|
|
2426
|
-
"id":
|
|
2464
|
+
"id": 235,
|
|
2427
2465
|
"name": "SkyRepeaterComponent",
|
|
2428
2466
|
"kind": 128,
|
|
2429
2467
|
"kindString": "Class",
|
|
@@ -2438,7 +2476,7 @@
|
|
|
2438
2476
|
},
|
|
2439
2477
|
"children": [
|
|
2440
2478
|
{
|
|
2441
|
-
"id":
|
|
2479
|
+
"id": 236,
|
|
2442
2480
|
"name": "constructor",
|
|
2443
2481
|
"kind": 512,
|
|
2444
2482
|
"kindString": "Constructor",
|
|
@@ -2446,110 +2484,28 @@
|
|
|
2446
2484
|
"sources": [
|
|
2447
2485
|
{
|
|
2448
2486
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2449
|
-
"line":
|
|
2487
|
+
"line": 144,
|
|
2450
2488
|
"character": 2,
|
|
2451
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2489
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L144"
|
|
2452
2490
|
}
|
|
2453
2491
|
],
|
|
2454
2492
|
"signatures": [
|
|
2455
2493
|
{
|
|
2456
|
-
"id":
|
|
2494
|
+
"id": 237,
|
|
2457
2495
|
"name": "SkyRepeaterComponent",
|
|
2458
2496
|
"kind": 16384,
|
|
2459
2497
|
"kindString": "Constructor signature",
|
|
2460
2498
|
"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
2499
|
"type": {
|
|
2544
2500
|
"type": "reference",
|
|
2545
|
-
"id":
|
|
2501
|
+
"id": 235,
|
|
2546
2502
|
"name": "SkyRepeaterComponent"
|
|
2547
2503
|
}
|
|
2548
2504
|
}
|
|
2549
2505
|
]
|
|
2550
2506
|
},
|
|
2551
2507
|
{
|
|
2552
|
-
"id":
|
|
2508
|
+
"id": 238,
|
|
2553
2509
|
"name": "activeIndex",
|
|
2554
2510
|
"kind": 1024,
|
|
2555
2511
|
"kindString": "Property",
|
|
@@ -2567,9 +2523,9 @@
|
|
|
2567
2523
|
"sources": [
|
|
2568
2524
|
{
|
|
2569
2525
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2570
|
-
"line":
|
|
2526
|
+
"line": 60,
|
|
2571
2527
|
"character": 9,
|
|
2572
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2528
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L60"
|
|
2573
2529
|
}
|
|
2574
2530
|
],
|
|
2575
2531
|
"type": {
|
|
@@ -2578,7 +2534,7 @@
|
|
|
2578
2534
|
}
|
|
2579
2535
|
},
|
|
2580
2536
|
{
|
|
2581
|
-
"id":
|
|
2537
|
+
"id": 245,
|
|
2582
2538
|
"name": "activeIndexChange",
|
|
2583
2539
|
"kind": 1024,
|
|
2584
2540
|
"kindString": "Property",
|
|
@@ -2596,9 +2552,9 @@
|
|
|
2596
2552
|
"sources": [
|
|
2597
2553
|
{
|
|
2598
2554
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2599
|
-
"line":
|
|
2555
|
+
"line": 113,
|
|
2600
2556
|
"character": 9,
|
|
2601
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2557
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L113"
|
|
2602
2558
|
}
|
|
2603
2559
|
],
|
|
2604
2560
|
"type": {
|
|
@@ -2616,7 +2572,7 @@
|
|
|
2616
2572
|
"defaultValue": "..."
|
|
2617
2573
|
},
|
|
2618
2574
|
{
|
|
2619
|
-
"id":
|
|
2575
|
+
"id": 239,
|
|
2620
2576
|
"name": "ariaLabel",
|
|
2621
2577
|
"kind": 1024,
|
|
2622
2578
|
"kindString": "Property",
|
|
@@ -2661,9 +2617,9 @@
|
|
|
2661
2617
|
"sources": [
|
|
2662
2618
|
{
|
|
2663
2619
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2664
|
-
"line":
|
|
2620
|
+
"line": 70,
|
|
2665
2621
|
"character": 9,
|
|
2666
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2622
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L70"
|
|
2667
2623
|
}
|
|
2668
2624
|
],
|
|
2669
2625
|
"type": {
|
|
@@ -2672,7 +2628,7 @@
|
|
|
2672
2628
|
}
|
|
2673
2629
|
},
|
|
2674
2630
|
{
|
|
2675
|
-
"id":
|
|
2631
|
+
"id": 248,
|
|
2676
2632
|
"name": "dragulaGroupName",
|
|
2677
2633
|
"kind": 1024,
|
|
2678
2634
|
"kindString": "Property",
|
|
@@ -2682,9 +2638,9 @@
|
|
|
2682
2638
|
"sources": [
|
|
2683
2639
|
{
|
|
2684
2640
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2685
|
-
"line":
|
|
2641
|
+
"line": 126,
|
|
2686
2642
|
"character": 9,
|
|
2687
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2643
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L126"
|
|
2688
2644
|
}
|
|
2689
2645
|
],
|
|
2690
2646
|
"type": {
|
|
@@ -2693,7 +2649,7 @@
|
|
|
2693
2649
|
}
|
|
2694
2650
|
},
|
|
2695
2651
|
{
|
|
2696
|
-
"id":
|
|
2652
|
+
"id": 247,
|
|
2697
2653
|
"name": "items",
|
|
2698
2654
|
"kind": 1024,
|
|
2699
2655
|
"kindString": "Property",
|
|
@@ -2703,9 +2659,9 @@
|
|
|
2703
2659
|
"sources": [
|
|
2704
2660
|
{
|
|
2705
2661
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2706
|
-
"line":
|
|
2662
|
+
"line": 124,
|
|
2707
2663
|
"character": 9,
|
|
2708
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2664
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L124"
|
|
2709
2665
|
}
|
|
2710
2666
|
],
|
|
2711
2667
|
"type": {
|
|
@@ -2723,7 +2679,7 @@
|
|
|
2723
2679
|
}
|
|
2724
2680
|
},
|
|
2725
2681
|
{
|
|
2726
|
-
"id":
|
|
2682
|
+
"id": 246,
|
|
2727
2683
|
"name": "orderChange",
|
|
2728
2684
|
"kind": 1024,
|
|
2729
2685
|
"kindString": "Property",
|
|
@@ -2749,9 +2705,9 @@
|
|
|
2749
2705
|
"sources": [
|
|
2750
2706
|
{
|
|
2751
2707
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2752
|
-
"line":
|
|
2708
|
+
"line": 121,
|
|
2753
2709
|
"character": 9,
|
|
2754
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2710
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L121"
|
|
2755
2711
|
}
|
|
2756
2712
|
],
|
|
2757
2713
|
"type": {
|
|
@@ -2772,7 +2728,7 @@
|
|
|
2772
2728
|
"defaultValue": "..."
|
|
2773
2729
|
},
|
|
2774
2730
|
{
|
|
2775
|
-
"id":
|
|
2731
|
+
"id": 240,
|
|
2776
2732
|
"name": "reorderable",
|
|
2777
2733
|
"kind": 1024,
|
|
2778
2734
|
"kindString": "Property",
|
|
@@ -2798,9 +2754,9 @@
|
|
|
2798
2754
|
"sources": [
|
|
2799
2755
|
{
|
|
2800
2756
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2801
|
-
"line":
|
|
2757
|
+
"line": 78,
|
|
2802
2758
|
"character": 9,
|
|
2803
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2759
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L78"
|
|
2804
2760
|
}
|
|
2805
2761
|
],
|
|
2806
2762
|
"type": {
|
|
@@ -2810,7 +2766,7 @@
|
|
|
2810
2766
|
"defaultValue": "false"
|
|
2811
2767
|
},
|
|
2812
2768
|
{
|
|
2813
|
-
"id":
|
|
2769
|
+
"id": 249,
|
|
2814
2770
|
"name": "role",
|
|
2815
2771
|
"kind": 1024,
|
|
2816
2772
|
"kindString": "Property",
|
|
@@ -2820,9 +2776,9 @@
|
|
|
2820
2776
|
"sources": [
|
|
2821
2777
|
{
|
|
2822
2778
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2823
|
-
"line":
|
|
2779
|
+
"line": 128,
|
|
2824
2780
|
"character": 9,
|
|
2825
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2781
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L128"
|
|
2826
2782
|
}
|
|
2827
2783
|
],
|
|
2828
2784
|
"type": {
|
|
@@ -2831,7 +2787,7 @@
|
|
|
2831
2787
|
}
|
|
2832
2788
|
},
|
|
2833
2789
|
{
|
|
2834
|
-
"id":
|
|
2790
|
+
"id": 241,
|
|
2835
2791
|
"name": "expandMode",
|
|
2836
2792
|
"kind": 262144,
|
|
2837
2793
|
"kindString": "Accessor",
|
|
@@ -2841,30 +2797,31 @@
|
|
|
2841
2797
|
"sources": [
|
|
2842
2798
|
{
|
|
2843
2799
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2844
|
-
"line":
|
|
2800
|
+
"line": 100,
|
|
2845
2801
|
"character": 13,
|
|
2846
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2802
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L100"
|
|
2847
2803
|
},
|
|
2848
2804
|
{
|
|
2849
2805
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2850
|
-
"line":
|
|
2806
|
+
"line": 105,
|
|
2851
2807
|
"character": 13,
|
|
2852
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2808
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L105"
|
|
2853
2809
|
}
|
|
2854
2810
|
],
|
|
2855
2811
|
"getSignature": {
|
|
2856
|
-
"id":
|
|
2812
|
+
"id": 242,
|
|
2857
2813
|
"name": "expandMode",
|
|
2858
2814
|
"kind": 524288,
|
|
2859
2815
|
"kindString": "Get signature",
|
|
2860
2816
|
"flags": {},
|
|
2861
2817
|
"type": {
|
|
2862
|
-
"type": "
|
|
2863
|
-
"
|
|
2818
|
+
"type": "reference",
|
|
2819
|
+
"id": 334,
|
|
2820
|
+
"name": "SkyRepeaterExpandModeType"
|
|
2864
2821
|
}
|
|
2865
2822
|
},
|
|
2866
2823
|
"setSignature": {
|
|
2867
|
-
"id":
|
|
2824
|
+
"id": 243,
|
|
2868
2825
|
"name": "expandMode",
|
|
2869
2826
|
"kind": 1048576,
|
|
2870
2827
|
"kindString": "Set signature",
|
|
@@ -2970,14 +2927,15 @@
|
|
|
2970
2927
|
},
|
|
2971
2928
|
"parameters": [
|
|
2972
2929
|
{
|
|
2973
|
-
"id":
|
|
2930
|
+
"id": 244,
|
|
2974
2931
|
"name": "value",
|
|
2975
2932
|
"kind": 32768,
|
|
2976
2933
|
"kindString": "Parameter",
|
|
2977
2934
|
"flags": {},
|
|
2978
2935
|
"type": {
|
|
2979
|
-
"type": "
|
|
2980
|
-
"
|
|
2936
|
+
"type": "reference",
|
|
2937
|
+
"id": 334,
|
|
2938
|
+
"name": "SkyRepeaterExpandModeType"
|
|
2981
2939
|
}
|
|
2982
2940
|
}
|
|
2983
2941
|
],
|
|
@@ -2988,7 +2946,7 @@
|
|
|
2988
2946
|
}
|
|
2989
2947
|
},
|
|
2990
2948
|
{
|
|
2991
|
-
"id":
|
|
2949
|
+
"id": 262,
|
|
2992
2950
|
"name": "ngAfterContentInit",
|
|
2993
2951
|
"kind": 2048,
|
|
2994
2952
|
"kindString": "Method",
|
|
@@ -2998,14 +2956,14 @@
|
|
|
2998
2956
|
"sources": [
|
|
2999
2957
|
{
|
|
3000
2958
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3001
|
-
"line":
|
|
2959
|
+
"line": 187,
|
|
3002
2960
|
"character": 9,
|
|
3003
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2961
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L187"
|
|
3004
2962
|
}
|
|
3005
2963
|
],
|
|
3006
2964
|
"signatures": [
|
|
3007
2965
|
{
|
|
3008
|
-
"id":
|
|
2966
|
+
"id": 263,
|
|
3009
2967
|
"name": "ngAfterContentInit",
|
|
3010
2968
|
"kind": 4096,
|
|
3011
2969
|
"kindString": "Call signature",
|
|
@@ -3026,7 +2984,45 @@
|
|
|
3026
2984
|
}
|
|
3027
2985
|
},
|
|
3028
2986
|
{
|
|
3029
|
-
"id":
|
|
2987
|
+
"id": 264,
|
|
2988
|
+
"name": "ngAfterViewChecked",
|
|
2989
|
+
"kind": 2048,
|
|
2990
|
+
"kindString": "Method",
|
|
2991
|
+
"flags": {
|
|
2992
|
+
"isPublic": true
|
|
2993
|
+
},
|
|
2994
|
+
"sources": [
|
|
2995
|
+
{
|
|
2996
|
+
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
2997
|
+
"line": 230,
|
|
2998
|
+
"character": 9,
|
|
2999
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L230"
|
|
3000
|
+
}
|
|
3001
|
+
],
|
|
3002
|
+
"signatures": [
|
|
3003
|
+
{
|
|
3004
|
+
"id": 265,
|
|
3005
|
+
"name": "ngAfterViewChecked",
|
|
3006
|
+
"kind": 4096,
|
|
3007
|
+
"kindString": "Call signature",
|
|
3008
|
+
"flags": {},
|
|
3009
|
+
"type": {
|
|
3010
|
+
"type": "intrinsic",
|
|
3011
|
+
"name": "void"
|
|
3012
|
+
},
|
|
3013
|
+
"implementationOf": {
|
|
3014
|
+
"type": "reference",
|
|
3015
|
+
"name": "AfterViewChecked.ngAfterViewChecked"
|
|
3016
|
+
}
|
|
3017
|
+
}
|
|
3018
|
+
],
|
|
3019
|
+
"implementationOf": {
|
|
3020
|
+
"type": "reference",
|
|
3021
|
+
"name": "AfterViewChecked.ngAfterViewChecked"
|
|
3022
|
+
}
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
"id": 266,
|
|
3030
3026
|
"name": "ngOnChanges",
|
|
3031
3027
|
"kind": 2048,
|
|
3032
3028
|
"kindString": "Method",
|
|
@@ -3036,21 +3032,21 @@
|
|
|
3036
3032
|
"sources": [
|
|
3037
3033
|
{
|
|
3038
3034
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3039
|
-
"line":
|
|
3035
|
+
"line": 241,
|
|
3040
3036
|
"character": 9,
|
|
3041
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3037
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L241"
|
|
3042
3038
|
}
|
|
3043
3039
|
],
|
|
3044
3040
|
"signatures": [
|
|
3045
3041
|
{
|
|
3046
|
-
"id":
|
|
3042
|
+
"id": 267,
|
|
3047
3043
|
"name": "ngOnChanges",
|
|
3048
3044
|
"kind": 4096,
|
|
3049
3045
|
"kindString": "Call signature",
|
|
3050
3046
|
"flags": {},
|
|
3051
3047
|
"parameters": [
|
|
3052
3048
|
{
|
|
3053
|
-
"id":
|
|
3049
|
+
"id": 268,
|
|
3054
3050
|
"name": "changes",
|
|
3055
3051
|
"kind": 32768,
|
|
3056
3052
|
"kindString": "Parameter",
|
|
@@ -3079,7 +3075,7 @@
|
|
|
3079
3075
|
}
|
|
3080
3076
|
},
|
|
3081
3077
|
{
|
|
3082
|
-
"id":
|
|
3078
|
+
"id": 269,
|
|
3083
3079
|
"name": "ngOnDestroy",
|
|
3084
3080
|
"kind": 2048,
|
|
3085
3081
|
"kindString": "Method",
|
|
@@ -3089,14 +3085,14 @@
|
|
|
3089
3085
|
"sources": [
|
|
3090
3086
|
{
|
|
3091
3087
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3092
|
-
"line":
|
|
3088
|
+
"line": 262,
|
|
3093
3089
|
"character": 9,
|
|
3094
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3090
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L262"
|
|
3095
3091
|
}
|
|
3096
3092
|
],
|
|
3097
3093
|
"signatures": [
|
|
3098
3094
|
{
|
|
3099
|
-
"id":
|
|
3095
|
+
"id": 270,
|
|
3100
3096
|
"name": "ngOnDestroy",
|
|
3101
3097
|
"kind": 4096,
|
|
3102
3098
|
"kindString": "Call signature",
|
|
@@ -3117,7 +3113,7 @@
|
|
|
3117
3113
|
}
|
|
3118
3114
|
},
|
|
3119
3115
|
{
|
|
3120
|
-
"id":
|
|
3116
|
+
"id": 271,
|
|
3121
3117
|
"name": "ngOnInit",
|
|
3122
3118
|
"kind": 2048,
|
|
3123
3119
|
"kindString": "Method",
|
|
@@ -3127,14 +3123,14 @@
|
|
|
3127
3123
|
"sources": [
|
|
3128
3124
|
{
|
|
3129
3125
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3130
|
-
"line":
|
|
3126
|
+
"line": 268,
|
|
3131
3127
|
"character": 9,
|
|
3132
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3128
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L268"
|
|
3133
3129
|
}
|
|
3134
3130
|
],
|
|
3135
3131
|
"signatures": [
|
|
3136
3132
|
{
|
|
3137
|
-
"id":
|
|
3133
|
+
"id": 272,
|
|
3138
3134
|
"name": "ngOnInit",
|
|
3139
3135
|
"kind": 4096,
|
|
3140
3136
|
"kindString": "Call signature",
|
|
@@ -3155,7 +3151,7 @@
|
|
|
3155
3151
|
}
|
|
3156
3152
|
},
|
|
3157
3153
|
{
|
|
3158
|
-
"id":
|
|
3154
|
+
"id": 273,
|
|
3159
3155
|
"name": "onCdkObserveContent",
|
|
3160
3156
|
"kind": 2048,
|
|
3161
3157
|
"kindString": "Method",
|
|
@@ -3165,14 +3161,14 @@
|
|
|
3165
3161
|
"sources": [
|
|
3166
3162
|
{
|
|
3167
3163
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3168
|
-
"line":
|
|
3164
|
+
"line": 272,
|
|
3169
3165
|
"character": 9,
|
|
3170
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3166
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L272"
|
|
3171
3167
|
}
|
|
3172
3168
|
],
|
|
3173
3169
|
"signatures": [
|
|
3174
3170
|
{
|
|
3175
|
-
"id":
|
|
3171
|
+
"id": 274,
|
|
3176
3172
|
"name": "onCdkObserveContent",
|
|
3177
3173
|
"kind": 4096,
|
|
3178
3174
|
"kindString": "Call signature",
|
|
@@ -3189,45 +3185,46 @@
|
|
|
3189
3185
|
{
|
|
3190
3186
|
"title": "Constructors",
|
|
3191
3187
|
"children": [
|
|
3192
|
-
|
|
3188
|
+
236
|
|
3193
3189
|
]
|
|
3194
3190
|
},
|
|
3195
3191
|
{
|
|
3196
3192
|
"title": "Properties",
|
|
3197
3193
|
"children": [
|
|
3198
|
-
|
|
3194
|
+
238,
|
|
3195
|
+
245,
|
|
3196
|
+
239,
|
|
3199
3197
|
248,
|
|
3200
|
-
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
249
|
|
3204
|
-
243,
|
|
3205
|
-
252
|
|
3198
|
+
247,
|
|
3199
|
+
246,
|
|
3200
|
+
240,
|
|
3201
|
+
249
|
|
3206
3202
|
]
|
|
3207
3203
|
},
|
|
3208
3204
|
{
|
|
3209
3205
|
"title": "Accessors",
|
|
3210
3206
|
"children": [
|
|
3211
|
-
|
|
3207
|
+
241
|
|
3212
3208
|
]
|
|
3213
3209
|
},
|
|
3214
3210
|
{
|
|
3215
3211
|
"title": "Methods",
|
|
3216
3212
|
"children": [
|
|
3217
|
-
260,
|
|
3218
3213
|
262,
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
269
|
|
3214
|
+
264,
|
|
3215
|
+
266,
|
|
3216
|
+
269,
|
|
3217
|
+
271,
|
|
3218
|
+
273
|
|
3222
3219
|
]
|
|
3223
3220
|
}
|
|
3224
3221
|
],
|
|
3225
3222
|
"sources": [
|
|
3226
3223
|
{
|
|
3227
3224
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3228
|
-
"line":
|
|
3225
|
+
"line": 50,
|
|
3229
3226
|
"character": 13,
|
|
3230
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3227
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L50"
|
|
3231
3228
|
}
|
|
3232
3229
|
],
|
|
3233
3230
|
"implementedTypes": [
|
|
@@ -3237,6 +3234,12 @@
|
|
|
3237
3234
|
"qualifiedName": "AfterContentInit",
|
|
3238
3235
|
"package": "@angular/core"
|
|
3239
3236
|
},
|
|
3237
|
+
{
|
|
3238
|
+
"type": "reference",
|
|
3239
|
+
"name": "AfterViewChecked",
|
|
3240
|
+
"qualifiedName": "AfterViewChecked",
|
|
3241
|
+
"package": "@angular/core"
|
|
3242
|
+
},
|
|
3240
3243
|
{
|
|
3241
3244
|
"type": "reference",
|
|
3242
3245
|
"name": "OnChanges",
|
|
@@ -3258,7 +3261,7 @@
|
|
|
3258
3261
|
]
|
|
3259
3262
|
},
|
|
3260
3263
|
{
|
|
3261
|
-
"id":
|
|
3264
|
+
"id": 294,
|
|
3262
3265
|
"name": "SkyRepeaterItemTitleComponent",
|
|
3263
3266
|
"kind": 128,
|
|
3264
3267
|
"kindString": "Class",
|
|
@@ -3276,7 +3279,7 @@
|
|
|
3276
3279
|
{
|
|
3277
3280
|
"title": "Constructors",
|
|
3278
3281
|
"children": [
|
|
3279
|
-
|
|
3282
|
+
295
|
|
3280
3283
|
]
|
|
3281
3284
|
}
|
|
3282
3285
|
],
|
|
@@ -3285,19 +3288,19 @@
|
|
|
3285
3288
|
"fileName": "projects/lists/src/modules/repeater/repeater-item-title.component.ts",
|
|
3286
3289
|
"line": 10,
|
|
3287
3290
|
"character": 13,
|
|
3288
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3291
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item-title.component.ts#L10"
|
|
3289
3292
|
}
|
|
3290
3293
|
]
|
|
3291
3294
|
},
|
|
3292
3295
|
{
|
|
3293
|
-
"id":
|
|
3296
|
+
"id": 297,
|
|
3294
3297
|
"name": "SkySortItemComponent",
|
|
3295
3298
|
"kind": 128,
|
|
3296
3299
|
"kindString": "Class",
|
|
3297
3300
|
"flags": {},
|
|
3298
3301
|
"children": [
|
|
3299
3302
|
{
|
|
3300
|
-
"id":
|
|
3303
|
+
"id": 298,
|
|
3301
3304
|
"name": "constructor",
|
|
3302
3305
|
"kind": 512,
|
|
3303
3306
|
"kindString": "Constructor",
|
|
@@ -3307,19 +3310,19 @@
|
|
|
3307
3310
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3308
3311
|
"line": 52,
|
|
3309
3312
|
"character": 2,
|
|
3310
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3313
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L52"
|
|
3311
3314
|
}
|
|
3312
3315
|
],
|
|
3313
3316
|
"signatures": [
|
|
3314
3317
|
{
|
|
3315
|
-
"id":
|
|
3318
|
+
"id": 299,
|
|
3316
3319
|
"name": "SkySortItemComponent",
|
|
3317
3320
|
"kind": 16384,
|
|
3318
3321
|
"kindString": "Constructor signature",
|
|
3319
3322
|
"flags": {},
|
|
3320
3323
|
"parameters": [
|
|
3321
3324
|
{
|
|
3322
|
-
"id":
|
|
3325
|
+
"id": 300,
|
|
3323
3326
|
"name": "sortService",
|
|
3324
3327
|
"kind": 32768,
|
|
3325
3328
|
"kindString": "Parameter",
|
|
@@ -3330,7 +3333,7 @@
|
|
|
3330
3333
|
}
|
|
3331
3334
|
},
|
|
3332
3335
|
{
|
|
3333
|
-
"id":
|
|
3336
|
+
"id": 301,
|
|
3334
3337
|
"name": "detector",
|
|
3335
3338
|
"kind": 32768,
|
|
3336
3339
|
"kindString": "Parameter",
|
|
@@ -3345,14 +3348,14 @@
|
|
|
3345
3348
|
],
|
|
3346
3349
|
"type": {
|
|
3347
3350
|
"type": "reference",
|
|
3348
|
-
"id":
|
|
3351
|
+
"id": 297,
|
|
3349
3352
|
"name": "SkySortItemComponent"
|
|
3350
3353
|
}
|
|
3351
3354
|
}
|
|
3352
3355
|
]
|
|
3353
3356
|
},
|
|
3354
3357
|
{
|
|
3355
|
-
"id":
|
|
3358
|
+
"id": 302,
|
|
3356
3359
|
"name": "active",
|
|
3357
3360
|
"kind": 1024,
|
|
3358
3361
|
"kindString": "Property",
|
|
@@ -3372,7 +3375,7 @@
|
|
|
3372
3375
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3373
3376
|
"line": 33,
|
|
3374
3377
|
"character": 9,
|
|
3375
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3378
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L33"
|
|
3376
3379
|
}
|
|
3377
3380
|
],
|
|
3378
3381
|
"type": {
|
|
@@ -3381,7 +3384,7 @@
|
|
|
3381
3384
|
}
|
|
3382
3385
|
},
|
|
3383
3386
|
{
|
|
3384
|
-
"id":
|
|
3387
|
+
"id": 304,
|
|
3385
3388
|
"name": "isSelected",
|
|
3386
3389
|
"kind": 1024,
|
|
3387
3390
|
"kindString": "Property",
|
|
@@ -3393,7 +3396,7 @@
|
|
|
3393
3396
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3394
3397
|
"line": 41,
|
|
3395
3398
|
"character": 9,
|
|
3396
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3399
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L41"
|
|
3397
3400
|
}
|
|
3398
3401
|
],
|
|
3399
3402
|
"type": {
|
|
@@ -3411,7 +3414,7 @@
|
|
|
3411
3414
|
"defaultValue": "..."
|
|
3412
3415
|
},
|
|
3413
3416
|
{
|
|
3414
|
-
"id":
|
|
3417
|
+
"id": 303,
|
|
3415
3418
|
"name": "itemSelect",
|
|
3416
3419
|
"kind": 1024,
|
|
3417
3420
|
"kindString": "Property",
|
|
@@ -3431,7 +3434,7 @@
|
|
|
3431
3434
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3432
3435
|
"line": 39,
|
|
3433
3436
|
"character": 9,
|
|
3434
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3437
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L39"
|
|
3435
3438
|
}
|
|
3436
3439
|
],
|
|
3437
3440
|
"type": {
|
|
@@ -3449,7 +3452,7 @@
|
|
|
3449
3452
|
"defaultValue": "..."
|
|
3450
3453
|
},
|
|
3451
3454
|
{
|
|
3452
|
-
"id":
|
|
3455
|
+
"id": 314,
|
|
3453
3456
|
"name": "itemClicked",
|
|
3454
3457
|
"kind": 2048,
|
|
3455
3458
|
"kindString": "Method",
|
|
@@ -3461,12 +3464,12 @@
|
|
|
3461
3464
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3462
3465
|
"line": 84,
|
|
3463
3466
|
"character": 9,
|
|
3464
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3467
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L84"
|
|
3465
3468
|
}
|
|
3466
3469
|
],
|
|
3467
3470
|
"signatures": [
|
|
3468
3471
|
{
|
|
3469
|
-
"id":
|
|
3472
|
+
"id": 315,
|
|
3470
3473
|
"name": "itemClicked",
|
|
3471
3474
|
"kind": 4096,
|
|
3472
3475
|
"kindString": "Call signature",
|
|
@@ -3479,7 +3482,7 @@
|
|
|
3479
3482
|
]
|
|
3480
3483
|
},
|
|
3481
3484
|
{
|
|
3482
|
-
"id":
|
|
3485
|
+
"id": 311,
|
|
3483
3486
|
"name": "ngOnChanges",
|
|
3484
3487
|
"kind": 2048,
|
|
3485
3488
|
"kindString": "Method",
|
|
@@ -3491,19 +3494,19 @@
|
|
|
3491
3494
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3492
3495
|
"line": 72,
|
|
3493
3496
|
"character": 9,
|
|
3494
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3497
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L72"
|
|
3495
3498
|
}
|
|
3496
3499
|
],
|
|
3497
3500
|
"signatures": [
|
|
3498
3501
|
{
|
|
3499
|
-
"id":
|
|
3502
|
+
"id": 312,
|
|
3500
3503
|
"name": "ngOnChanges",
|
|
3501
3504
|
"kind": 4096,
|
|
3502
3505
|
"kindString": "Call signature",
|
|
3503
3506
|
"flags": {},
|
|
3504
3507
|
"parameters": [
|
|
3505
3508
|
{
|
|
3506
|
-
"id":
|
|
3509
|
+
"id": 313,
|
|
3507
3510
|
"name": "changes",
|
|
3508
3511
|
"kind": 32768,
|
|
3509
3512
|
"kindString": "Parameter",
|
|
@@ -3532,7 +3535,7 @@
|
|
|
3532
3535
|
}
|
|
3533
3536
|
},
|
|
3534
3537
|
{
|
|
3535
|
-
"id":
|
|
3538
|
+
"id": 316,
|
|
3536
3539
|
"name": "ngOnDestroy",
|
|
3537
3540
|
"kind": 2048,
|
|
3538
3541
|
"kindString": "Method",
|
|
@@ -3544,12 +3547,12 @@
|
|
|
3544
3547
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3545
3548
|
"line": 91,
|
|
3546
3549
|
"character": 9,
|
|
3547
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3550
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L91"
|
|
3548
3551
|
}
|
|
3549
3552
|
],
|
|
3550
3553
|
"signatures": [
|
|
3551
3554
|
{
|
|
3552
|
-
"id":
|
|
3555
|
+
"id": 317,
|
|
3553
3556
|
"name": "ngOnDestroy",
|
|
3554
3557
|
"kind": 4096,
|
|
3555
3558
|
"kindString": "Call signature",
|
|
@@ -3570,7 +3573,7 @@
|
|
|
3570
3573
|
}
|
|
3571
3574
|
},
|
|
3572
3575
|
{
|
|
3573
|
-
"id":
|
|
3576
|
+
"id": 309,
|
|
3574
3577
|
"name": "ngOnInit",
|
|
3575
3578
|
"kind": 2048,
|
|
3576
3579
|
"kindString": "Method",
|
|
@@ -3582,12 +3585,12 @@
|
|
|
3582
3585
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3583
3586
|
"line": 57,
|
|
3584
3587
|
"character": 9,
|
|
3585
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3588
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L57"
|
|
3586
3589
|
}
|
|
3587
3590
|
],
|
|
3588
3591
|
"signatures": [
|
|
3589
3592
|
{
|
|
3590
|
-
"id":
|
|
3593
|
+
"id": 310,
|
|
3591
3594
|
"name": "ngOnInit",
|
|
3592
3595
|
"kind": 4096,
|
|
3593
3596
|
"kindString": "Call signature",
|
|
@@ -3612,24 +3615,24 @@
|
|
|
3612
3615
|
{
|
|
3613
3616
|
"title": "Constructors",
|
|
3614
3617
|
"children": [
|
|
3615
|
-
|
|
3618
|
+
298
|
|
3616
3619
|
]
|
|
3617
3620
|
},
|
|
3618
3621
|
{
|
|
3619
3622
|
"title": "Properties",
|
|
3620
3623
|
"children": [
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
+
302,
|
|
3625
|
+
304,
|
|
3626
|
+
303
|
|
3624
3627
|
]
|
|
3625
3628
|
},
|
|
3626
3629
|
{
|
|
3627
3630
|
"title": "Methods",
|
|
3628
3631
|
"children": [
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3632
|
+
314,
|
|
3633
|
+
311,
|
|
3634
|
+
316,
|
|
3635
|
+
309
|
|
3633
3636
|
]
|
|
3634
3637
|
}
|
|
3635
3638
|
],
|
|
@@ -3638,7 +3641,7 @@
|
|
|
3638
3641
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
3639
3642
|
"line": 28,
|
|
3640
3643
|
"character": 13,
|
|
3641
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3644
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L28"
|
|
3642
3645
|
}
|
|
3643
3646
|
],
|
|
3644
3647
|
"implementedTypes": [
|
|
@@ -3663,14 +3666,14 @@
|
|
|
3663
3666
|
]
|
|
3664
3667
|
},
|
|
3665
3668
|
{
|
|
3666
|
-
"id":
|
|
3669
|
+
"id": 318,
|
|
3667
3670
|
"name": "SkySortComponent",
|
|
3668
3671
|
"kind": 128,
|
|
3669
3672
|
"kindString": "Class",
|
|
3670
3673
|
"flags": {},
|
|
3671
3674
|
"children": [
|
|
3672
3675
|
{
|
|
3673
|
-
"id":
|
|
3676
|
+
"id": 322,
|
|
3674
3677
|
"name": "dropdownController",
|
|
3675
3678
|
"kind": 1024,
|
|
3676
3679
|
"kindString": "Property",
|
|
@@ -3682,7 +3685,7 @@
|
|
|
3682
3685
|
"fileName": "projects/lists/src/modules/sort/sort.component.ts",
|
|
3683
3686
|
"line": 22,
|
|
3684
3687
|
"character": 9,
|
|
3685
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3688
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/sort/sort.component.ts#L22"
|
|
3686
3689
|
}
|
|
3687
3690
|
],
|
|
3688
3691
|
"type": {
|
|
@@ -3700,7 +3703,7 @@
|
|
|
3700
3703
|
"defaultValue": "..."
|
|
3701
3704
|
},
|
|
3702
3705
|
{
|
|
3703
|
-
"id":
|
|
3706
|
+
"id": 321,
|
|
3704
3707
|
"name": "showButtonText",
|
|
3705
3708
|
"kind": 1024,
|
|
3706
3709
|
"kindString": "Property",
|
|
@@ -3720,7 +3723,7 @@
|
|
|
3720
3723
|
"fileName": "projects/lists/src/modules/sort/sort.component.ts",
|
|
3721
3724
|
"line": 20,
|
|
3722
3725
|
"character": 9,
|
|
3723
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3726
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/sort/sort.component.ts#L20"
|
|
3724
3727
|
}
|
|
3725
3728
|
],
|
|
3726
3729
|
"type": {
|
|
@@ -3730,7 +3733,7 @@
|
|
|
3730
3733
|
"defaultValue": "false"
|
|
3731
3734
|
},
|
|
3732
3735
|
{
|
|
3733
|
-
"id":
|
|
3736
|
+
"id": 323,
|
|
3734
3737
|
"name": "dropdownClicked",
|
|
3735
3738
|
"kind": 2048,
|
|
3736
3739
|
"kindString": "Method",
|
|
@@ -3742,12 +3745,12 @@
|
|
|
3742
3745
|
"fileName": "projects/lists/src/modules/sort/sort.component.ts",
|
|
3743
3746
|
"line": 24,
|
|
3744
3747
|
"character": 9,
|
|
3745
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3748
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/sort/sort.component.ts#L24"
|
|
3746
3749
|
}
|
|
3747
3750
|
],
|
|
3748
3751
|
"signatures": [
|
|
3749
3752
|
{
|
|
3750
|
-
"id":
|
|
3753
|
+
"id": 324,
|
|
3751
3754
|
"name": "dropdownClicked",
|
|
3752
3755
|
"kind": 4096,
|
|
3753
3756
|
"kindString": "Call signature",
|
|
@@ -3764,20 +3767,20 @@
|
|
|
3764
3767
|
{
|
|
3765
3768
|
"title": "Constructors",
|
|
3766
3769
|
"children": [
|
|
3767
|
-
|
|
3770
|
+
319
|
|
3768
3771
|
]
|
|
3769
3772
|
},
|
|
3770
3773
|
{
|
|
3771
3774
|
"title": "Properties",
|
|
3772
3775
|
"children": [
|
|
3773
|
-
|
|
3774
|
-
|
|
3776
|
+
322,
|
|
3777
|
+
321
|
|
3775
3778
|
]
|
|
3776
3779
|
},
|
|
3777
3780
|
{
|
|
3778
3781
|
"title": "Methods",
|
|
3779
3782
|
"children": [
|
|
3780
|
-
|
|
3783
|
+
323
|
|
3781
3784
|
]
|
|
3782
3785
|
}
|
|
3783
3786
|
],
|
|
@@ -3786,7 +3789,7 @@
|
|
|
3786
3789
|
"fileName": "projects/lists/src/modules/sort/sort.component.ts",
|
|
3787
3790
|
"line": 15,
|
|
3788
3791
|
"character": 13,
|
|
3789
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3792
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/sort/sort.component.ts#L15"
|
|
3790
3793
|
}
|
|
3791
3794
|
]
|
|
3792
3795
|
},
|
|
@@ -3818,7 +3821,7 @@
|
|
|
3818
3821
|
"fileName": "projects/lists/src/modules/filter/filter-inline.component.ts",
|
|
3819
3822
|
"line": 11,
|
|
3820
3823
|
"character": 13,
|
|
3821
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3824
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/filter/filter-inline.component.ts#L11"
|
|
3822
3825
|
}
|
|
3823
3826
|
]
|
|
3824
3827
|
},
|
|
@@ -3850,7 +3853,7 @@
|
|
|
3850
3853
|
"fileName": "projects/lists/src/modules/filter/filter-inline-item.component.ts",
|
|
3851
3854
|
"line": 11,
|
|
3852
3855
|
"character": 13,
|
|
3853
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3856
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/filter/filter-inline-item.component.ts#L11"
|
|
3854
3857
|
}
|
|
3855
3858
|
]
|
|
3856
3859
|
},
|
|
@@ -3890,7 +3893,7 @@
|
|
|
3890
3893
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
3891
3894
|
"line": 35,
|
|
3892
3895
|
"character": 9,
|
|
3893
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3896
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L35"
|
|
3894
3897
|
}
|
|
3895
3898
|
],
|
|
3896
3899
|
"type": {
|
|
@@ -3928,7 +3931,7 @@
|
|
|
3928
3931
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
3929
3932
|
"line": 41,
|
|
3930
3933
|
"character": 9,
|
|
3931
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3934
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L41"
|
|
3932
3935
|
}
|
|
3933
3936
|
],
|
|
3934
3937
|
"type": {
|
|
@@ -3958,13 +3961,13 @@
|
|
|
3958
3961
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
3959
3962
|
"line": 23,
|
|
3960
3963
|
"character": 13,
|
|
3961
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3964
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L23"
|
|
3962
3965
|
},
|
|
3963
3966
|
{
|
|
3964
3967
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
3965
3968
|
"line": 27,
|
|
3966
3969
|
"character": 13,
|
|
3967
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3970
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L27"
|
|
3968
3971
|
}
|
|
3969
3972
|
],
|
|
3970
3973
|
"getSignature": {
|
|
@@ -4024,7 +4027,7 @@
|
|
|
4024
4027
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
4025
4028
|
"line": 49,
|
|
4026
4029
|
"character": 9,
|
|
4027
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4030
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L49"
|
|
4028
4031
|
}
|
|
4029
4032
|
],
|
|
4030
4033
|
"signatures": [
|
|
@@ -4054,7 +4057,7 @@
|
|
|
4054
4057
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
4055
4058
|
"line": 45,
|
|
4056
4059
|
"character": 9,
|
|
4057
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4060
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L45"
|
|
4058
4061
|
}
|
|
4059
4062
|
],
|
|
4060
4063
|
"signatures": [
|
|
@@ -4084,7 +4087,7 @@
|
|
|
4084
4087
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
4085
4088
|
"line": 53,
|
|
4086
4089
|
"character": 9,
|
|
4087
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4090
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L53"
|
|
4088
4091
|
}
|
|
4089
4092
|
],
|
|
4090
4093
|
"signatures": [
|
|
@@ -4136,7 +4139,7 @@
|
|
|
4136
4139
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
4137
4140
|
"line": 18,
|
|
4138
4141
|
"character": 13,
|
|
4139
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4142
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L18"
|
|
4140
4143
|
}
|
|
4141
4144
|
]
|
|
4142
4145
|
},
|
|
@@ -4168,7 +4171,7 @@
|
|
|
4168
4171
|
"fileName": "projects/lists/src/modules/filter/filter-summary.component.ts",
|
|
4169
4172
|
"line": 12,
|
|
4170
4173
|
"character": 13,
|
|
4171
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4174
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/filter/filter-summary.component.ts#L12"
|
|
4172
4175
|
}
|
|
4173
4176
|
]
|
|
4174
4177
|
},
|
|
@@ -4190,7 +4193,7 @@
|
|
|
4190
4193
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4191
4194
|
"line": 81,
|
|
4192
4195
|
"character": 2,
|
|
4193
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4196
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L81"
|
|
4194
4197
|
}
|
|
4195
4198
|
],
|
|
4196
4199
|
"signatures": [
|
|
@@ -4266,7 +4269,7 @@
|
|
|
4266
4269
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4267
4270
|
"line": 72,
|
|
4268
4271
|
"character": 9,
|
|
4269
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4272
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L72"
|
|
4270
4273
|
}
|
|
4271
4274
|
],
|
|
4272
4275
|
"type": {
|
|
@@ -4312,7 +4315,7 @@
|
|
|
4312
4315
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4313
4316
|
"line": 70,
|
|
4314
4317
|
"character": 9,
|
|
4315
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4318
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L70"
|
|
4316
4319
|
}
|
|
4317
4320
|
],
|
|
4318
4321
|
"type": {
|
|
@@ -4342,13 +4345,13 @@
|
|
|
4342
4345
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4343
4346
|
"line": 31,
|
|
4344
4347
|
"character": 13,
|
|
4345
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4348
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L31"
|
|
4346
4349
|
},
|
|
4347
4350
|
{
|
|
4348
4351
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4349
4352
|
"line": 34,
|
|
4350
4353
|
"character": 13,
|
|
4351
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4354
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L34"
|
|
4352
4355
|
}
|
|
4353
4356
|
],
|
|
4354
4357
|
"getSignature": {
|
|
@@ -4419,13 +4422,13 @@
|
|
|
4419
4422
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4420
4423
|
"line": 52,
|
|
4421
4424
|
"character": 13,
|
|
4422
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4425
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L52"
|
|
4423
4426
|
},
|
|
4424
4427
|
{
|
|
4425
4428
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4426
4429
|
"line": 56,
|
|
4427
4430
|
"character": 13,
|
|
4428
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4431
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L56"
|
|
4429
4432
|
}
|
|
4430
4433
|
],
|
|
4431
4434
|
"getSignature": {
|
|
@@ -4539,7 +4542,7 @@
|
|
|
4539
4542
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4540
4543
|
"line": 91,
|
|
4541
4544
|
"character": 9,
|
|
4542
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4545
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L91"
|
|
4543
4546
|
}
|
|
4544
4547
|
],
|
|
4545
4548
|
"signatures": [
|
|
@@ -4577,7 +4580,7 @@
|
|
|
4577
4580
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4578
4581
|
"line": 97,
|
|
4579
4582
|
"character": 9,
|
|
4580
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4583
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L97"
|
|
4581
4584
|
}
|
|
4582
4585
|
],
|
|
4583
4586
|
"signatures": [
|
|
@@ -4629,7 +4632,7 @@
|
|
|
4629
4632
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
4630
4633
|
"line": 24,
|
|
4631
4634
|
"character": 13,
|
|
4632
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4635
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L24"
|
|
4633
4636
|
}
|
|
4634
4637
|
],
|
|
4635
4638
|
"implementedTypes": [
|
|
@@ -4669,7 +4672,7 @@
|
|
|
4669
4672
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4670
4673
|
"line": 22,
|
|
4671
4674
|
"character": 9,
|
|
4672
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4675
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/paging/paging.component.ts#L22"
|
|
4673
4676
|
}
|
|
4674
4677
|
],
|
|
4675
4678
|
"type": {
|
|
@@ -4699,7 +4702,7 @@
|
|
|
4699
4702
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4700
4703
|
"line": 56,
|
|
4701
4704
|
"character": 9,
|
|
4702
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4705
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/paging/paging.component.ts#L56"
|
|
4703
4706
|
}
|
|
4704
4707
|
],
|
|
4705
4708
|
"type": {
|
|
@@ -4729,7 +4732,7 @@
|
|
|
4729
4732
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4730
4733
|
"line": 58,
|
|
4731
4734
|
"character": 9,
|
|
4732
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4735
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/paging/paging.component.ts#L58"
|
|
4733
4736
|
}
|
|
4734
4737
|
],
|
|
4735
4738
|
"type": {
|
|
@@ -4762,7 +4765,7 @@
|
|
|
4762
4765
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4763
4766
|
"line": 28,
|
|
4764
4767
|
"character": 9,
|
|
4765
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4768
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/paging/paging.component.ts#L28"
|
|
4766
4769
|
}
|
|
4767
4770
|
],
|
|
4768
4771
|
"type": {
|
|
@@ -4792,7 +4795,7 @@
|
|
|
4792
4795
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4793
4796
|
"line": 34,
|
|
4794
4797
|
"character": 9,
|
|
4795
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4798
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/paging/paging.component.ts#L34"
|
|
4796
4799
|
}
|
|
4797
4800
|
],
|
|
4798
4801
|
"type": {
|
|
@@ -4814,7 +4817,7 @@
|
|
|
4814
4817
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4815
4818
|
"line": 60,
|
|
4816
4819
|
"character": 9,
|
|
4817
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4820
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/paging/paging.component.ts#L60"
|
|
4818
4821
|
}
|
|
4819
4822
|
],
|
|
4820
4823
|
"type": {
|
|
@@ -4844,7 +4847,7 @@
|
|
|
4844
4847
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4845
4848
|
"line": 40,
|
|
4846
4849
|
"character": 9,
|
|
4847
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4850
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/paging/paging.component.ts#L40"
|
|
4848
4851
|
}
|
|
4849
4852
|
],
|
|
4850
4853
|
"type": {
|
|
@@ -4885,7 +4888,7 @@
|
|
|
4885
4888
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4886
4889
|
"line": 50,
|
|
4887
4890
|
"character": 9,
|
|
4888
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4891
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/paging/paging.component.ts#L50"
|
|
4889
4892
|
}
|
|
4890
4893
|
],
|
|
4891
4894
|
"type": {
|
|
@@ -4906,7 +4909,7 @@
|
|
|
4906
4909
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4907
4910
|
"line": 98,
|
|
4908
4911
|
"character": 13,
|
|
4909
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4912
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/paging/paging.component.ts#L98"
|
|
4910
4913
|
}
|
|
4911
4914
|
],
|
|
4912
4915
|
"getSignature": {
|
|
@@ -4934,7 +4937,7 @@
|
|
|
4934
4937
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4935
4938
|
"line": 94,
|
|
4936
4939
|
"character": 13,
|
|
4937
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4940
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/paging/paging.component.ts#L94"
|
|
4938
4941
|
}
|
|
4939
4942
|
],
|
|
4940
4943
|
"getSignature": {
|
|
@@ -4962,7 +4965,7 @@
|
|
|
4962
4965
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4963
4966
|
"line": 86,
|
|
4964
4967
|
"character": 9,
|
|
4965
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4968
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/paging/paging.component.ts#L86"
|
|
4966
4969
|
}
|
|
4967
4970
|
],
|
|
4968
4971
|
"signatures": [
|
|
@@ -4992,7 +4995,7 @@
|
|
|
4992
4995
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
4993
4996
|
"line": 62,
|
|
4994
4997
|
"character": 9,
|
|
4995
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4998
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/paging/paging.component.ts#L62"
|
|
4996
4999
|
}
|
|
4997
5000
|
],
|
|
4998
5001
|
"signatures": [
|
|
@@ -5045,7 +5048,7 @@
|
|
|
5045
5048
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
5046
5049
|
"line": 90,
|
|
5047
5050
|
"character": 9,
|
|
5048
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5051
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/paging/paging.component.ts#L90"
|
|
5049
5052
|
}
|
|
5050
5053
|
],
|
|
5051
5054
|
"signatures": [
|
|
@@ -5075,7 +5078,7 @@
|
|
|
5075
5078
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
5076
5079
|
"line": 66,
|
|
5077
5080
|
"character": 9,
|
|
5078
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5081
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/paging/paging.component.ts#L66"
|
|
5079
5082
|
}
|
|
5080
5083
|
],
|
|
5081
5084
|
"signatures": [
|
|
@@ -5148,7 +5151,7 @@
|
|
|
5148
5151
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
5149
5152
|
"line": 17,
|
|
5150
5153
|
"character": 13,
|
|
5151
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5154
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/paging/paging.component.ts#L17"
|
|
5152
5155
|
}
|
|
5153
5156
|
],
|
|
5154
5157
|
"implementedTypes": [
|
|
@@ -5188,7 +5191,7 @@
|
|
|
5188
5191
|
"fileName": "projects/lists/src/modules/repeater/repeater-item-content.component.ts",
|
|
5189
5192
|
"line": 10,
|
|
5190
5193
|
"character": 13,
|
|
5191
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5194
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item-content.component.ts#L10"
|
|
5192
5195
|
}
|
|
5193
5196
|
]
|
|
5194
5197
|
},
|
|
@@ -5228,12 +5231,12 @@
|
|
|
5228
5231
|
"fileName": "projects/lists/src/modules/repeater/repeater-item-context-menu.component.ts",
|
|
5229
5232
|
"line": 13,
|
|
5230
5233
|
"character": 13,
|
|
5231
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5234
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-item-context-menu.component.ts#L13"
|
|
5232
5235
|
}
|
|
5233
5236
|
]
|
|
5234
5237
|
},
|
|
5235
5238
|
{
|
|
5236
|
-
"id":
|
|
5239
|
+
"id": 334,
|
|
5237
5240
|
"name": "SkyRepeaterExpandModeType",
|
|
5238
5241
|
"kind": 4194304,
|
|
5239
5242
|
"kindString": "Type alias",
|
|
@@ -5243,7 +5246,7 @@
|
|
|
5243
5246
|
"fileName": "projects/lists/src/modules/repeater/repeater-expand-mode-type.ts",
|
|
5244
5247
|
"line": 1,
|
|
5245
5248
|
"character": 12,
|
|
5246
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5249
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/src/lib/modules/repeater/repeater-expand-mode-type.ts#L1"
|
|
5247
5250
|
}
|
|
5248
5251
|
],
|
|
5249
5252
|
"type": {
|
|
@@ -5263,47 +5266,1477 @@
|
|
|
5263
5266
|
}
|
|
5264
5267
|
]
|
|
5265
5268
|
}
|
|
5266
|
-
}
|
|
5267
|
-
],
|
|
5268
|
-
"groups": [
|
|
5269
|
+
},
|
|
5269
5270
|
{
|
|
5270
|
-
"
|
|
5271
|
+
"id": 413,
|
|
5272
|
+
"name": "SkyRepeaterHarness",
|
|
5273
|
+
"kind": 128,
|
|
5274
|
+
"kindString": "Class",
|
|
5275
|
+
"flags": {},
|
|
5276
|
+
"comment": {
|
|
5277
|
+
"summary": [
|
|
5278
|
+
{
|
|
5279
|
+
"kind": "text",
|
|
5280
|
+
"text": "Harness for interacting with a repeater component in tests."
|
|
5281
|
+
}
|
|
5282
|
+
]
|
|
5283
|
+
},
|
|
5271
5284
|
"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
|
-
|
|
5285
|
+
{
|
|
5286
|
+
"id": 423,
|
|
5287
|
+
"name": "constructor",
|
|
5288
|
+
"kind": 512,
|
|
5289
|
+
"kindString": "Constructor",
|
|
5290
|
+
"flags": {},
|
|
5291
|
+
"sources": [
|
|
5292
|
+
{
|
|
5293
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
5294
|
+
"line": 38,
|
|
5295
|
+
"character": 4
|
|
5296
|
+
}
|
|
5297
|
+
],
|
|
5298
|
+
"signatures": [
|
|
5299
|
+
{
|
|
5300
|
+
"id": 424,
|
|
5301
|
+
"name": "new SkyRepeaterHarness",
|
|
5302
|
+
"kind": 16384,
|
|
5303
|
+
"kindString": "Constructor signature",
|
|
5304
|
+
"flags": {},
|
|
5305
|
+
"parameters": [
|
|
5306
|
+
{
|
|
5307
|
+
"id": 425,
|
|
5308
|
+
"name": "locatorFactory",
|
|
5309
|
+
"kind": 32768,
|
|
5310
|
+
"kindString": "Parameter",
|
|
5311
|
+
"flags": {},
|
|
5312
|
+
"type": {
|
|
5313
|
+
"type": "reference",
|
|
5314
|
+
"name": "LocatorFactory",
|
|
5315
|
+
"qualifiedName": "LocatorFactory",
|
|
5316
|
+
"package": "@angular/cdk"
|
|
5317
|
+
}
|
|
5318
|
+
}
|
|
5319
|
+
],
|
|
5320
|
+
"type": {
|
|
5321
|
+
"type": "reference",
|
|
5322
|
+
"id": 413,
|
|
5323
|
+
"name": "SkyRepeaterHarness"
|
|
5324
|
+
},
|
|
5325
|
+
"inheritedFrom": {
|
|
5326
|
+
"type": "reference",
|
|
5327
|
+
"name": "SkyComponentHarness.constructor"
|
|
5328
|
+
}
|
|
5329
|
+
}
|
|
5330
|
+
],
|
|
5331
|
+
"inheritedFrom": {
|
|
5332
|
+
"type": "reference",
|
|
5333
|
+
"name": "SkyComponentHarness.constructor"
|
|
5334
|
+
}
|
|
5335
|
+
},
|
|
5336
|
+
{
|
|
5337
|
+
"id": 426,
|
|
5338
|
+
"name": "getRepeaterItems",
|
|
5339
|
+
"kind": 2048,
|
|
5340
|
+
"kindString": "Method",
|
|
5341
|
+
"flags": {
|
|
5342
|
+
"isPublic": true
|
|
5343
|
+
},
|
|
5344
|
+
"sources": [
|
|
5345
|
+
{
|
|
5346
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-harness.ts",
|
|
5347
|
+
"line": 30,
|
|
5348
|
+
"character": 15,
|
|
5349
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-harness.ts#L30"
|
|
5350
|
+
}
|
|
5351
|
+
],
|
|
5352
|
+
"signatures": [
|
|
5353
|
+
{
|
|
5354
|
+
"id": 427,
|
|
5355
|
+
"name": "getRepeaterItems",
|
|
5356
|
+
"kind": 4096,
|
|
5357
|
+
"kindString": "Call signature",
|
|
5358
|
+
"flags": {},
|
|
5359
|
+
"comment": {
|
|
5360
|
+
"summary": [
|
|
5361
|
+
{
|
|
5362
|
+
"kind": "text",
|
|
5363
|
+
"text": "Gets a list of child repeater items."
|
|
5364
|
+
}
|
|
5365
|
+
]
|
|
5366
|
+
},
|
|
5367
|
+
"parameters": [
|
|
5368
|
+
{
|
|
5369
|
+
"id": 428,
|
|
5370
|
+
"name": "filters",
|
|
5371
|
+
"kind": 32768,
|
|
5372
|
+
"kindString": "Parameter",
|
|
5373
|
+
"flags": {
|
|
5374
|
+
"isOptional": true
|
|
5375
|
+
},
|
|
5376
|
+
"type": {
|
|
5377
|
+
"type": "reference",
|
|
5378
|
+
"name": "SkyRepeaterItemHarnessFilters"
|
|
5379
|
+
}
|
|
5380
|
+
}
|
|
5381
|
+
],
|
|
5382
|
+
"type": {
|
|
5383
|
+
"type": "reference",
|
|
5384
|
+
"typeArguments": [
|
|
5385
|
+
{
|
|
5386
|
+
"type": "array",
|
|
5387
|
+
"elementType": {
|
|
5388
|
+
"type": "reference",
|
|
5389
|
+
"id": 456,
|
|
5390
|
+
"name": "SkyRepeaterItemHarness"
|
|
5391
|
+
}
|
|
5392
|
+
}
|
|
5393
|
+
],
|
|
5394
|
+
"name": "Promise",
|
|
5395
|
+
"qualifiedName": "Promise",
|
|
5396
|
+
"package": "typescript"
|
|
5397
|
+
}
|
|
5398
|
+
}
|
|
5399
|
+
]
|
|
5400
|
+
},
|
|
5401
|
+
{
|
|
5402
|
+
"id": 432,
|
|
5403
|
+
"name": "host",
|
|
5404
|
+
"kind": 2048,
|
|
5405
|
+
"kindString": "Method",
|
|
5406
|
+
"flags": {},
|
|
5407
|
+
"sources": [
|
|
5408
|
+
{
|
|
5409
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
5410
|
+
"line": 40,
|
|
5411
|
+
"character": 4
|
|
5412
|
+
}
|
|
5413
|
+
],
|
|
5414
|
+
"signatures": [
|
|
5415
|
+
{
|
|
5416
|
+
"id": 433,
|
|
5417
|
+
"name": "host",
|
|
5418
|
+
"kind": 4096,
|
|
5419
|
+
"kindString": "Call signature",
|
|
5420
|
+
"flags": {},
|
|
5421
|
+
"comment": {
|
|
5422
|
+
"summary": [
|
|
5423
|
+
{
|
|
5424
|
+
"kind": "text",
|
|
5425
|
+
"text": "Gets a "
|
|
5426
|
+
},
|
|
5427
|
+
{
|
|
5428
|
+
"kind": "code",
|
|
5429
|
+
"text": "`Promise`"
|
|
5430
|
+
},
|
|
5431
|
+
{
|
|
5432
|
+
"kind": "text",
|
|
5433
|
+
"text": " for the "
|
|
5434
|
+
},
|
|
5435
|
+
{
|
|
5436
|
+
"kind": "code",
|
|
5437
|
+
"text": "`TestElement`"
|
|
5438
|
+
},
|
|
5439
|
+
{
|
|
5440
|
+
"kind": "text",
|
|
5441
|
+
"text": " representing the host element of the component."
|
|
5442
|
+
}
|
|
5443
|
+
]
|
|
5444
|
+
},
|
|
5445
|
+
"type": {
|
|
5446
|
+
"type": "reference",
|
|
5447
|
+
"typeArguments": [
|
|
5448
|
+
{
|
|
5449
|
+
"type": "reference",
|
|
5450
|
+
"name": "TestElement",
|
|
5451
|
+
"qualifiedName": "TestElement",
|
|
5452
|
+
"package": "@angular/cdk"
|
|
5453
|
+
}
|
|
5454
|
+
],
|
|
5455
|
+
"name": "Promise",
|
|
5456
|
+
"qualifiedName": "Promise",
|
|
5457
|
+
"package": "typescript"
|
|
5458
|
+
},
|
|
5459
|
+
"inheritedFrom": {
|
|
5460
|
+
"type": "reference",
|
|
5461
|
+
"name": "SkyComponentHarness.host"
|
|
5462
|
+
}
|
|
5463
|
+
}
|
|
5464
|
+
],
|
|
5465
|
+
"inheritedFrom": {
|
|
5466
|
+
"type": "reference",
|
|
5467
|
+
"name": "SkyComponentHarness.host"
|
|
5468
|
+
}
|
|
5469
|
+
},
|
|
5470
|
+
{
|
|
5471
|
+
"id": 415,
|
|
5472
|
+
"name": "with",
|
|
5473
|
+
"kind": 2048,
|
|
5474
|
+
"kindString": "Method",
|
|
5475
|
+
"flags": {
|
|
5476
|
+
"isPublic": true,
|
|
5477
|
+
"isStatic": true
|
|
5478
|
+
},
|
|
5479
|
+
"sources": [
|
|
5480
|
+
{
|
|
5481
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-harness.ts",
|
|
5482
|
+
"line": 21,
|
|
5483
|
+
"character": 16,
|
|
5484
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-harness.ts#L21"
|
|
5485
|
+
}
|
|
5486
|
+
],
|
|
5487
|
+
"signatures": [
|
|
5488
|
+
{
|
|
5489
|
+
"id": 416,
|
|
5490
|
+
"name": "with",
|
|
5491
|
+
"kind": 4096,
|
|
5492
|
+
"kindString": "Call signature",
|
|
5493
|
+
"flags": {},
|
|
5494
|
+
"comment": {
|
|
5495
|
+
"summary": [
|
|
5496
|
+
{
|
|
5497
|
+
"kind": "text",
|
|
5498
|
+
"text": "Gets a "
|
|
5499
|
+
},
|
|
5500
|
+
{
|
|
5501
|
+
"kind": "code",
|
|
5502
|
+
"text": "`HarnessPredicate`"
|
|
5503
|
+
},
|
|
5504
|
+
{
|
|
5505
|
+
"kind": "text",
|
|
5506
|
+
"text": " that can be used to search for a\n"
|
|
5507
|
+
},
|
|
5508
|
+
{
|
|
5509
|
+
"kind": "code",
|
|
5510
|
+
"text": "`SkyRepeaterHarness`"
|
|
5511
|
+
},
|
|
5512
|
+
{
|
|
5513
|
+
"kind": "text",
|
|
5514
|
+
"text": " that meets certain criteria."
|
|
5515
|
+
}
|
|
5516
|
+
]
|
|
5517
|
+
},
|
|
5518
|
+
"parameters": [
|
|
5519
|
+
{
|
|
5520
|
+
"id": 417,
|
|
5521
|
+
"name": "filters",
|
|
5522
|
+
"kind": 32768,
|
|
5523
|
+
"kindString": "Parameter",
|
|
5524
|
+
"flags": {},
|
|
5525
|
+
"type": {
|
|
5526
|
+
"type": "reference",
|
|
5527
|
+
"name": "SkyRepeaterHarnessFilters"
|
|
5528
|
+
}
|
|
5529
|
+
}
|
|
5530
|
+
],
|
|
5531
|
+
"type": {
|
|
5532
|
+
"type": "reference",
|
|
5533
|
+
"typeArguments": [
|
|
5534
|
+
{
|
|
5535
|
+
"type": "reference",
|
|
5536
|
+
"id": 413,
|
|
5537
|
+
"name": "SkyRepeaterHarness"
|
|
5538
|
+
}
|
|
5539
|
+
],
|
|
5540
|
+
"name": "HarnessPredicate",
|
|
5541
|
+
"qualifiedName": "HarnessPredicate",
|
|
5542
|
+
"package": "@angular/cdk"
|
|
5543
|
+
}
|
|
5544
|
+
}
|
|
5545
|
+
]
|
|
5546
|
+
}
|
|
5547
|
+
],
|
|
5548
|
+
"groups": [
|
|
5549
|
+
{
|
|
5550
|
+
"title": "Constructors",
|
|
5551
|
+
"children": [
|
|
5552
|
+
423
|
|
5553
|
+
]
|
|
5554
|
+
},
|
|
5555
|
+
{
|
|
5556
|
+
"title": "Methods",
|
|
5557
|
+
"children": [
|
|
5558
|
+
426,
|
|
5559
|
+
432,
|
|
5560
|
+
415
|
|
5561
|
+
]
|
|
5562
|
+
}
|
|
5563
|
+
],
|
|
5564
|
+
"sources": [
|
|
5565
|
+
{
|
|
5566
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-harness.ts",
|
|
5567
|
+
"line": 11,
|
|
5568
|
+
"character": 13,
|
|
5569
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-harness.ts#L11"
|
|
5570
|
+
}
|
|
5571
|
+
],
|
|
5572
|
+
"extendedTypes": [
|
|
5573
|
+
{
|
|
5574
|
+
"type": "reference",
|
|
5575
|
+
"name": "SkyComponentHarness"
|
|
5576
|
+
}
|
|
5577
|
+
]
|
|
5578
|
+
},
|
|
5579
|
+
{
|
|
5580
|
+
"id": 456,
|
|
5581
|
+
"name": "SkyRepeaterItemHarness",
|
|
5582
|
+
"kind": 128,
|
|
5583
|
+
"kindString": "Class",
|
|
5584
|
+
"flags": {},
|
|
5585
|
+
"comment": {
|
|
5586
|
+
"summary": [
|
|
5587
|
+
{
|
|
5588
|
+
"kind": "text",
|
|
5589
|
+
"text": "Harness for interacting with a repeater item component in tests."
|
|
5590
|
+
}
|
|
5591
|
+
]
|
|
5592
|
+
},
|
|
5593
|
+
"children": [
|
|
5594
|
+
{
|
|
5595
|
+
"id": 466,
|
|
5596
|
+
"name": "constructor",
|
|
5597
|
+
"kind": 512,
|
|
5598
|
+
"kindString": "Constructor",
|
|
5599
|
+
"flags": {},
|
|
5600
|
+
"sources": [
|
|
5601
|
+
{
|
|
5602
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
5603
|
+
"line": 38,
|
|
5604
|
+
"character": 4
|
|
5605
|
+
}
|
|
5606
|
+
],
|
|
5607
|
+
"signatures": [
|
|
5608
|
+
{
|
|
5609
|
+
"id": 467,
|
|
5610
|
+
"name": "new SkyRepeaterItemHarness",
|
|
5611
|
+
"kind": 16384,
|
|
5612
|
+
"kindString": "Constructor signature",
|
|
5613
|
+
"flags": {},
|
|
5614
|
+
"parameters": [
|
|
5615
|
+
{
|
|
5616
|
+
"id": 468,
|
|
5617
|
+
"name": "locatorFactory",
|
|
5618
|
+
"kind": 32768,
|
|
5619
|
+
"kindString": "Parameter",
|
|
5620
|
+
"flags": {},
|
|
5621
|
+
"type": {
|
|
5622
|
+
"type": "reference",
|
|
5623
|
+
"name": "LocatorFactory",
|
|
5624
|
+
"qualifiedName": "LocatorFactory",
|
|
5625
|
+
"package": "@angular/cdk"
|
|
5626
|
+
}
|
|
5627
|
+
}
|
|
5628
|
+
],
|
|
5629
|
+
"type": {
|
|
5630
|
+
"type": "reference",
|
|
5631
|
+
"id": 456,
|
|
5632
|
+
"name": "SkyRepeaterItemHarness"
|
|
5633
|
+
},
|
|
5634
|
+
"inheritedFrom": {
|
|
5635
|
+
"type": "reference",
|
|
5636
|
+
"name": "SkyComponentHarness.constructor"
|
|
5637
|
+
}
|
|
5638
|
+
}
|
|
5639
|
+
],
|
|
5640
|
+
"inheritedFrom": {
|
|
5641
|
+
"type": "reference",
|
|
5642
|
+
"name": "SkyComponentHarness.constructor"
|
|
5643
|
+
}
|
|
5644
|
+
},
|
|
5645
|
+
{
|
|
5646
|
+
"id": 507,
|
|
5647
|
+
"name": "collapse",
|
|
5648
|
+
"kind": 2048,
|
|
5649
|
+
"kindString": "Method",
|
|
5650
|
+
"flags": {
|
|
5651
|
+
"isPublic": true
|
|
5652
|
+
},
|
|
5653
|
+
"sources": [
|
|
5654
|
+
{
|
|
5655
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
5656
|
+
"line": 188,
|
|
5657
|
+
"character": 15,
|
|
5658
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L188"
|
|
5659
|
+
}
|
|
5660
|
+
],
|
|
5661
|
+
"signatures": [
|
|
5662
|
+
{
|
|
5663
|
+
"id": 508,
|
|
5664
|
+
"name": "collapse",
|
|
5665
|
+
"kind": 4096,
|
|
5666
|
+
"kindString": "Call signature",
|
|
5667
|
+
"flags": {},
|
|
5668
|
+
"comment": {
|
|
5669
|
+
"summary": [
|
|
5670
|
+
{
|
|
5671
|
+
"kind": "text",
|
|
5672
|
+
"text": "Collapses the repeater item, or does nothing if already collapsed."
|
|
5673
|
+
}
|
|
5674
|
+
]
|
|
5675
|
+
},
|
|
5676
|
+
"type": {
|
|
5677
|
+
"type": "reference",
|
|
5678
|
+
"typeArguments": [
|
|
5679
|
+
{
|
|
5680
|
+
"type": "intrinsic",
|
|
5681
|
+
"name": "void"
|
|
5682
|
+
}
|
|
5683
|
+
],
|
|
5684
|
+
"name": "Promise",
|
|
5685
|
+
"qualifiedName": "Promise",
|
|
5686
|
+
"package": "typescript"
|
|
5687
|
+
}
|
|
5688
|
+
}
|
|
5689
|
+
]
|
|
5690
|
+
},
|
|
5691
|
+
{
|
|
5692
|
+
"id": 495,
|
|
5693
|
+
"name": "deselect",
|
|
5694
|
+
"kind": 2048,
|
|
5695
|
+
"kindString": "Method",
|
|
5696
|
+
"flags": {
|
|
5697
|
+
"isPublic": true
|
|
5698
|
+
},
|
|
5699
|
+
"sources": [
|
|
5700
|
+
{
|
|
5701
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
5702
|
+
"line": 124,
|
|
5703
|
+
"character": 15,
|
|
5704
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L124"
|
|
5705
|
+
}
|
|
5706
|
+
],
|
|
5707
|
+
"signatures": [
|
|
5708
|
+
{
|
|
5709
|
+
"id": 496,
|
|
5710
|
+
"name": "deselect",
|
|
5711
|
+
"kind": 4096,
|
|
5712
|
+
"kindString": "Call signature",
|
|
5713
|
+
"flags": {},
|
|
5714
|
+
"comment": {
|
|
5715
|
+
"summary": [
|
|
5716
|
+
{
|
|
5717
|
+
"kind": "text",
|
|
5718
|
+
"text": "Deselects the repeater item."
|
|
5719
|
+
}
|
|
5720
|
+
]
|
|
5721
|
+
},
|
|
5722
|
+
"type": {
|
|
5723
|
+
"type": "reference",
|
|
5724
|
+
"typeArguments": [
|
|
5725
|
+
{
|
|
5726
|
+
"type": "intrinsic",
|
|
5727
|
+
"name": "void"
|
|
5728
|
+
}
|
|
5729
|
+
],
|
|
5730
|
+
"name": "Promise",
|
|
5731
|
+
"qualifiedName": "Promise",
|
|
5732
|
+
"package": "typescript"
|
|
5733
|
+
}
|
|
5734
|
+
}
|
|
5735
|
+
]
|
|
5736
|
+
},
|
|
5737
|
+
{
|
|
5738
|
+
"id": 505,
|
|
5739
|
+
"name": "expand",
|
|
5740
|
+
"kind": 2048,
|
|
5741
|
+
"kindString": "Method",
|
|
5742
|
+
"flags": {
|
|
5743
|
+
"isPublic": true
|
|
5744
|
+
},
|
|
5745
|
+
"sources": [
|
|
5746
|
+
{
|
|
5747
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
5748
|
+
"line": 172,
|
|
5749
|
+
"character": 15,
|
|
5750
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L172"
|
|
5751
|
+
}
|
|
5752
|
+
],
|
|
5753
|
+
"signatures": [
|
|
5754
|
+
{
|
|
5755
|
+
"id": 506,
|
|
5756
|
+
"name": "expand",
|
|
5757
|
+
"kind": 4096,
|
|
5758
|
+
"kindString": "Call signature",
|
|
5759
|
+
"flags": {},
|
|
5760
|
+
"comment": {
|
|
5761
|
+
"summary": [
|
|
5762
|
+
{
|
|
5763
|
+
"kind": "text",
|
|
5764
|
+
"text": "Expands the repeater item, or does nothing if already expanded."
|
|
5765
|
+
}
|
|
5766
|
+
]
|
|
5767
|
+
},
|
|
5768
|
+
"type": {
|
|
5769
|
+
"type": "reference",
|
|
5770
|
+
"typeArguments": [
|
|
5771
|
+
{
|
|
5772
|
+
"type": "intrinsic",
|
|
5773
|
+
"name": "void"
|
|
5774
|
+
}
|
|
5775
|
+
],
|
|
5776
|
+
"name": "Promise",
|
|
5777
|
+
"qualifiedName": "Promise",
|
|
5778
|
+
"package": "typescript"
|
|
5779
|
+
}
|
|
5780
|
+
}
|
|
5781
|
+
]
|
|
5782
|
+
},
|
|
5783
|
+
{
|
|
5784
|
+
"id": 497,
|
|
5785
|
+
"name": "getContentText",
|
|
5786
|
+
"kind": 2048,
|
|
5787
|
+
"kindString": "Method",
|
|
5788
|
+
"flags": {
|
|
5789
|
+
"isPublic": true
|
|
5790
|
+
},
|
|
5791
|
+
"sources": [
|
|
5792
|
+
{
|
|
5793
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
5794
|
+
"line": 138,
|
|
5795
|
+
"character": 15,
|
|
5796
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L138"
|
|
5797
|
+
}
|
|
5798
|
+
],
|
|
5799
|
+
"signatures": [
|
|
5800
|
+
{
|
|
5801
|
+
"id": 498,
|
|
5802
|
+
"name": "getContentText",
|
|
5803
|
+
"kind": 4096,
|
|
5804
|
+
"kindString": "Call signature",
|
|
5805
|
+
"flags": {},
|
|
5806
|
+
"comment": {
|
|
5807
|
+
"summary": [
|
|
5808
|
+
{
|
|
5809
|
+
"kind": "text",
|
|
5810
|
+
"text": "Gets the text of the repeater item content."
|
|
5811
|
+
}
|
|
5812
|
+
]
|
|
5813
|
+
},
|
|
5814
|
+
"type": {
|
|
5815
|
+
"type": "reference",
|
|
5816
|
+
"typeArguments": [
|
|
5817
|
+
{
|
|
5818
|
+
"type": "intrinsic",
|
|
5819
|
+
"name": "string"
|
|
5820
|
+
}
|
|
5821
|
+
],
|
|
5822
|
+
"name": "Promise",
|
|
5823
|
+
"qualifiedName": "Promise",
|
|
5824
|
+
"package": "typescript"
|
|
5825
|
+
}
|
|
5826
|
+
}
|
|
5827
|
+
]
|
|
5828
|
+
},
|
|
5829
|
+
{
|
|
5830
|
+
"id": 499,
|
|
5831
|
+
"name": "getTitleText",
|
|
5832
|
+
"kind": 2048,
|
|
5833
|
+
"kindString": "Method",
|
|
5834
|
+
"flags": {
|
|
5835
|
+
"isPublic": true
|
|
5836
|
+
},
|
|
5837
|
+
"sources": [
|
|
5838
|
+
{
|
|
5839
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
5840
|
+
"line": 145,
|
|
5841
|
+
"character": 15,
|
|
5842
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L145"
|
|
5843
|
+
}
|
|
5844
|
+
],
|
|
5845
|
+
"signatures": [
|
|
5846
|
+
{
|
|
5847
|
+
"id": 500,
|
|
5848
|
+
"name": "getTitleText",
|
|
5849
|
+
"kind": 4096,
|
|
5850
|
+
"kindString": "Call signature",
|
|
5851
|
+
"flags": {},
|
|
5852
|
+
"comment": {
|
|
5853
|
+
"summary": [
|
|
5854
|
+
{
|
|
5855
|
+
"kind": "text",
|
|
5856
|
+
"text": "Gets the text of the repeater item title."
|
|
5857
|
+
}
|
|
5858
|
+
]
|
|
5859
|
+
},
|
|
5860
|
+
"type": {
|
|
5861
|
+
"type": "reference",
|
|
5862
|
+
"typeArguments": [
|
|
5863
|
+
{
|
|
5864
|
+
"type": "intrinsic",
|
|
5865
|
+
"name": "string"
|
|
5866
|
+
}
|
|
5867
|
+
],
|
|
5868
|
+
"name": "Promise",
|
|
5869
|
+
"qualifiedName": "Promise",
|
|
5870
|
+
"package": "typescript"
|
|
5871
|
+
}
|
|
5872
|
+
}
|
|
5873
|
+
]
|
|
5874
|
+
},
|
|
5875
|
+
{
|
|
5876
|
+
"id": 516,
|
|
5877
|
+
"name": "host",
|
|
5878
|
+
"kind": 2048,
|
|
5879
|
+
"kindString": "Method",
|
|
5880
|
+
"flags": {},
|
|
5881
|
+
"sources": [
|
|
5882
|
+
{
|
|
5883
|
+
"fileName": "node_modules/@angular/cdk/testing/index.d.ts",
|
|
5884
|
+
"line": 40,
|
|
5885
|
+
"character": 4
|
|
5886
|
+
}
|
|
5887
|
+
],
|
|
5888
|
+
"signatures": [
|
|
5889
|
+
{
|
|
5890
|
+
"id": 517,
|
|
5891
|
+
"name": "host",
|
|
5892
|
+
"kind": 4096,
|
|
5893
|
+
"kindString": "Call signature",
|
|
5894
|
+
"flags": {},
|
|
5895
|
+
"comment": {
|
|
5896
|
+
"summary": [
|
|
5897
|
+
{
|
|
5898
|
+
"kind": "text",
|
|
5899
|
+
"text": "Gets a "
|
|
5900
|
+
},
|
|
5901
|
+
{
|
|
5902
|
+
"kind": "code",
|
|
5903
|
+
"text": "`Promise`"
|
|
5904
|
+
},
|
|
5905
|
+
{
|
|
5906
|
+
"kind": "text",
|
|
5907
|
+
"text": " for the "
|
|
5908
|
+
},
|
|
5909
|
+
{
|
|
5910
|
+
"kind": "code",
|
|
5911
|
+
"text": "`TestElement`"
|
|
5912
|
+
},
|
|
5913
|
+
{
|
|
5914
|
+
"kind": "text",
|
|
5915
|
+
"text": " representing the host element of the component."
|
|
5916
|
+
}
|
|
5917
|
+
]
|
|
5918
|
+
},
|
|
5919
|
+
"type": {
|
|
5920
|
+
"type": "reference",
|
|
5921
|
+
"typeArguments": [
|
|
5922
|
+
{
|
|
5923
|
+
"type": "reference",
|
|
5924
|
+
"name": "TestElement",
|
|
5925
|
+
"qualifiedName": "TestElement",
|
|
5926
|
+
"package": "@angular/cdk"
|
|
5927
|
+
}
|
|
5928
|
+
],
|
|
5929
|
+
"name": "Promise",
|
|
5930
|
+
"qualifiedName": "Promise",
|
|
5931
|
+
"package": "typescript"
|
|
5932
|
+
},
|
|
5933
|
+
"inheritedFrom": {
|
|
5934
|
+
"type": "reference",
|
|
5935
|
+
"name": "SkyComponentHarness.host"
|
|
5936
|
+
}
|
|
5937
|
+
}
|
|
5938
|
+
],
|
|
5939
|
+
"inheritedFrom": {
|
|
5940
|
+
"type": "reference",
|
|
5941
|
+
"name": "SkyComponentHarness.host"
|
|
5942
|
+
}
|
|
5943
|
+
},
|
|
5944
|
+
{
|
|
5945
|
+
"id": 501,
|
|
5946
|
+
"name": "isCollapsible",
|
|
5947
|
+
"kind": 2048,
|
|
5948
|
+
"kindString": "Method",
|
|
5949
|
+
"flags": {
|
|
5950
|
+
"isPublic": true
|
|
5951
|
+
},
|
|
5952
|
+
"sources": [
|
|
5953
|
+
{
|
|
5954
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
5955
|
+
"line": 152,
|
|
5956
|
+
"character": 15,
|
|
5957
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L152"
|
|
5958
|
+
}
|
|
5959
|
+
],
|
|
5960
|
+
"signatures": [
|
|
5961
|
+
{
|
|
5962
|
+
"id": 502,
|
|
5963
|
+
"name": "isCollapsible",
|
|
5964
|
+
"kind": 4096,
|
|
5965
|
+
"kindString": "Call signature",
|
|
5966
|
+
"flags": {},
|
|
5967
|
+
"comment": {
|
|
5968
|
+
"summary": [
|
|
5969
|
+
{
|
|
5970
|
+
"kind": "text",
|
|
5971
|
+
"text": "Whether the repeater item is collapsible."
|
|
5972
|
+
}
|
|
5973
|
+
]
|
|
5974
|
+
},
|
|
5975
|
+
"type": {
|
|
5976
|
+
"type": "reference",
|
|
5977
|
+
"typeArguments": [
|
|
5978
|
+
{
|
|
5979
|
+
"type": "intrinsic",
|
|
5980
|
+
"name": "boolean"
|
|
5981
|
+
}
|
|
5982
|
+
],
|
|
5983
|
+
"name": "Promise",
|
|
5984
|
+
"qualifiedName": "Promise",
|
|
5985
|
+
"package": "typescript"
|
|
5986
|
+
}
|
|
5987
|
+
}
|
|
5988
|
+
]
|
|
5989
|
+
},
|
|
5990
|
+
{
|
|
5991
|
+
"id": 503,
|
|
5992
|
+
"name": "isExpanded",
|
|
5993
|
+
"kind": 2048,
|
|
5994
|
+
"kindString": "Method",
|
|
5995
|
+
"flags": {
|
|
5996
|
+
"isPublic": true
|
|
5997
|
+
},
|
|
5998
|
+
"sources": [
|
|
5999
|
+
{
|
|
6000
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6001
|
+
"line": 159,
|
|
6002
|
+
"character": 15,
|
|
6003
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L159"
|
|
6004
|
+
}
|
|
6005
|
+
],
|
|
6006
|
+
"signatures": [
|
|
6007
|
+
{
|
|
6008
|
+
"id": 504,
|
|
6009
|
+
"name": "isExpanded",
|
|
6010
|
+
"kind": 4096,
|
|
6011
|
+
"kindString": "Call signature",
|
|
6012
|
+
"flags": {},
|
|
6013
|
+
"comment": {
|
|
6014
|
+
"summary": [
|
|
6015
|
+
{
|
|
6016
|
+
"kind": "text",
|
|
6017
|
+
"text": "Whether the repeater item is expanded, or throws an error informing of the lack of collapsibility."
|
|
6018
|
+
}
|
|
6019
|
+
]
|
|
6020
|
+
},
|
|
6021
|
+
"type": {
|
|
6022
|
+
"type": "reference",
|
|
6023
|
+
"typeArguments": [
|
|
6024
|
+
{
|
|
6025
|
+
"type": "intrinsic",
|
|
6026
|
+
"name": "boolean"
|
|
6027
|
+
}
|
|
6028
|
+
],
|
|
6029
|
+
"name": "Promise",
|
|
6030
|
+
"qualifiedName": "Promise",
|
|
6031
|
+
"package": "typescript"
|
|
6032
|
+
}
|
|
6033
|
+
}
|
|
6034
|
+
]
|
|
6035
|
+
},
|
|
6036
|
+
{
|
|
6037
|
+
"id": 509,
|
|
6038
|
+
"name": "isReorderable",
|
|
6039
|
+
"kind": 2048,
|
|
6040
|
+
"kindString": "Method",
|
|
6041
|
+
"flags": {
|
|
6042
|
+
"isPublic": true
|
|
6043
|
+
},
|
|
6044
|
+
"sources": [
|
|
6045
|
+
{
|
|
6046
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6047
|
+
"line": 204,
|
|
6048
|
+
"character": 15,
|
|
6049
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L204"
|
|
6050
|
+
}
|
|
6051
|
+
],
|
|
6052
|
+
"signatures": [
|
|
6053
|
+
{
|
|
6054
|
+
"id": 510,
|
|
6055
|
+
"name": "isReorderable",
|
|
6056
|
+
"kind": 4096,
|
|
6057
|
+
"kindString": "Call signature",
|
|
6058
|
+
"flags": {},
|
|
6059
|
+
"comment": {
|
|
6060
|
+
"summary": [
|
|
6061
|
+
{
|
|
6062
|
+
"kind": "text",
|
|
6063
|
+
"text": "Whether the repeater item is reorderable."
|
|
6064
|
+
}
|
|
6065
|
+
]
|
|
6066
|
+
},
|
|
6067
|
+
"type": {
|
|
6068
|
+
"type": "reference",
|
|
6069
|
+
"typeArguments": [
|
|
6070
|
+
{
|
|
6071
|
+
"type": "intrinsic",
|
|
6072
|
+
"name": "boolean"
|
|
6073
|
+
}
|
|
6074
|
+
],
|
|
6075
|
+
"name": "Promise",
|
|
6076
|
+
"qualifiedName": "Promise",
|
|
6077
|
+
"package": "typescript"
|
|
6078
|
+
}
|
|
6079
|
+
}
|
|
6080
|
+
]
|
|
6081
|
+
},
|
|
6082
|
+
{
|
|
6083
|
+
"id": 475,
|
|
6084
|
+
"name": "isSelectable",
|
|
6085
|
+
"kind": 2048,
|
|
6086
|
+
"kindString": "Method",
|
|
6087
|
+
"flags": {
|
|
6088
|
+
"isPublic": true
|
|
6089
|
+
},
|
|
6090
|
+
"sources": [
|
|
6091
|
+
{
|
|
6092
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6093
|
+
"line": 57,
|
|
6094
|
+
"character": 15,
|
|
6095
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L57"
|
|
6096
|
+
}
|
|
6097
|
+
],
|
|
6098
|
+
"signatures": [
|
|
6099
|
+
{
|
|
6100
|
+
"id": 476,
|
|
6101
|
+
"name": "isSelectable",
|
|
6102
|
+
"kind": 4096,
|
|
6103
|
+
"kindString": "Call signature",
|
|
6104
|
+
"flags": {},
|
|
6105
|
+
"comment": {
|
|
6106
|
+
"summary": [
|
|
6107
|
+
{
|
|
6108
|
+
"kind": "text",
|
|
6109
|
+
"text": "Whether the repeater item is selectable."
|
|
6110
|
+
}
|
|
6111
|
+
]
|
|
6112
|
+
},
|
|
6113
|
+
"type": {
|
|
6114
|
+
"type": "reference",
|
|
6115
|
+
"typeArguments": [
|
|
6116
|
+
{
|
|
6117
|
+
"type": "intrinsic",
|
|
6118
|
+
"name": "boolean"
|
|
6119
|
+
}
|
|
6120
|
+
],
|
|
6121
|
+
"name": "Promise",
|
|
6122
|
+
"qualifiedName": "Promise",
|
|
6123
|
+
"package": "typescript"
|
|
6124
|
+
}
|
|
6125
|
+
}
|
|
6126
|
+
]
|
|
6127
|
+
},
|
|
6128
|
+
{
|
|
6129
|
+
"id": 477,
|
|
6130
|
+
"name": "isSelected",
|
|
6131
|
+
"kind": 2048,
|
|
6132
|
+
"kindString": "Method",
|
|
6133
|
+
"flags": {
|
|
6134
|
+
"isPublic": true
|
|
6135
|
+
},
|
|
6136
|
+
"sources": [
|
|
6137
|
+
{
|
|
6138
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6139
|
+
"line": 64,
|
|
6140
|
+
"character": 15,
|
|
6141
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L64"
|
|
6142
|
+
}
|
|
6143
|
+
],
|
|
6144
|
+
"signatures": [
|
|
6145
|
+
{
|
|
6146
|
+
"id": 478,
|
|
6147
|
+
"name": "isSelected",
|
|
6148
|
+
"kind": 4096,
|
|
6149
|
+
"kindString": "Call signature",
|
|
6150
|
+
"flags": {},
|
|
6151
|
+
"comment": {
|
|
6152
|
+
"summary": [
|
|
6153
|
+
{
|
|
6154
|
+
"kind": "text",
|
|
6155
|
+
"text": "Whether the repeater item is selected."
|
|
6156
|
+
}
|
|
6157
|
+
]
|
|
6158
|
+
},
|
|
6159
|
+
"type": {
|
|
6160
|
+
"type": "reference",
|
|
6161
|
+
"typeArguments": [
|
|
6162
|
+
{
|
|
6163
|
+
"type": "intrinsic",
|
|
6164
|
+
"name": "boolean"
|
|
6165
|
+
}
|
|
6166
|
+
],
|
|
6167
|
+
"name": "Promise",
|
|
6168
|
+
"qualifiedName": "Promise",
|
|
6169
|
+
"package": "typescript"
|
|
6170
|
+
}
|
|
6171
|
+
}
|
|
6172
|
+
]
|
|
6173
|
+
},
|
|
6174
|
+
{
|
|
6175
|
+
"id": 479,
|
|
6176
|
+
"name": "queryHarness",
|
|
6177
|
+
"kind": 2048,
|
|
6178
|
+
"kindString": "Method",
|
|
6179
|
+
"flags": {
|
|
6180
|
+
"isPublic": true
|
|
6181
|
+
},
|
|
6182
|
+
"sources": [
|
|
6183
|
+
{
|
|
6184
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6185
|
+
"line": 78,
|
|
6186
|
+
"character": 15,
|
|
6187
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L78"
|
|
6188
|
+
}
|
|
6189
|
+
],
|
|
6190
|
+
"signatures": [
|
|
6191
|
+
{
|
|
6192
|
+
"id": 480,
|
|
6193
|
+
"name": "queryHarness",
|
|
6194
|
+
"kind": 4096,
|
|
6195
|
+
"kindString": "Call signature",
|
|
6196
|
+
"flags": {},
|
|
6197
|
+
"comment": {
|
|
6198
|
+
"summary": [
|
|
6199
|
+
{
|
|
6200
|
+
"kind": "text",
|
|
6201
|
+
"text": "Returns a child harness."
|
|
6202
|
+
}
|
|
6203
|
+
]
|
|
6204
|
+
},
|
|
6205
|
+
"typeParameter": [
|
|
6206
|
+
{
|
|
6207
|
+
"id": 481,
|
|
6208
|
+
"name": "T",
|
|
6209
|
+
"kind": 131072,
|
|
6210
|
+
"kindString": "Type parameter",
|
|
6211
|
+
"flags": {},
|
|
6212
|
+
"type": {
|
|
6213
|
+
"type": "reference",
|
|
6214
|
+
"typeArguments": [
|
|
6215
|
+
{
|
|
6216
|
+
"type": "reference",
|
|
6217
|
+
"id": 481,
|
|
6218
|
+
"name": "T"
|
|
6219
|
+
}
|
|
6220
|
+
],
|
|
6221
|
+
"name": "ComponentHarness",
|
|
6222
|
+
"qualifiedName": "ComponentHarness",
|
|
6223
|
+
"package": "@angular/cdk"
|
|
6224
|
+
}
|
|
6225
|
+
}
|
|
6226
|
+
],
|
|
6227
|
+
"parameters": [
|
|
6228
|
+
{
|
|
6229
|
+
"id": 482,
|
|
6230
|
+
"name": "query",
|
|
6231
|
+
"kind": 32768,
|
|
6232
|
+
"kindString": "Parameter",
|
|
6233
|
+
"flags": {},
|
|
6234
|
+
"type": {
|
|
6235
|
+
"type": "reference",
|
|
6236
|
+
"typeArguments": [
|
|
6237
|
+
{
|
|
6238
|
+
"type": "reference",
|
|
6239
|
+
"id": 481,
|
|
6240
|
+
"name": "T"
|
|
6241
|
+
}
|
|
6242
|
+
],
|
|
6243
|
+
"name": "HarnessQuery",
|
|
6244
|
+
"qualifiedName": "HarnessQuery",
|
|
6245
|
+
"package": "@angular/cdk"
|
|
6246
|
+
}
|
|
6247
|
+
}
|
|
6248
|
+
],
|
|
6249
|
+
"type": {
|
|
6250
|
+
"type": "reference",
|
|
6251
|
+
"typeArguments": [
|
|
6252
|
+
{
|
|
6253
|
+
"type": "reference",
|
|
6254
|
+
"id": 481,
|
|
6255
|
+
"name": "T"
|
|
6256
|
+
}
|
|
6257
|
+
],
|
|
6258
|
+
"name": "Promise",
|
|
6259
|
+
"qualifiedName": "Promise",
|
|
6260
|
+
"package": "typescript"
|
|
6261
|
+
}
|
|
6262
|
+
}
|
|
6263
|
+
]
|
|
6264
|
+
},
|
|
6265
|
+
{
|
|
6266
|
+
"id": 483,
|
|
6267
|
+
"name": "queryHarnesses",
|
|
6268
|
+
"kind": 2048,
|
|
6269
|
+
"kindString": "Method",
|
|
6270
|
+
"flags": {
|
|
6271
|
+
"isPublic": true
|
|
6272
|
+
},
|
|
6273
|
+
"sources": [
|
|
6274
|
+
{
|
|
6275
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6276
|
+
"line": 87,
|
|
6277
|
+
"character": 15,
|
|
6278
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L87"
|
|
6279
|
+
}
|
|
6280
|
+
],
|
|
6281
|
+
"signatures": [
|
|
6282
|
+
{
|
|
6283
|
+
"id": 484,
|
|
6284
|
+
"name": "queryHarnesses",
|
|
6285
|
+
"kind": 4096,
|
|
6286
|
+
"kindString": "Call signature",
|
|
6287
|
+
"flags": {},
|
|
6288
|
+
"comment": {
|
|
6289
|
+
"summary": [
|
|
6290
|
+
{
|
|
6291
|
+
"kind": "text",
|
|
6292
|
+
"text": "Returns child harnesses."
|
|
6293
|
+
}
|
|
6294
|
+
]
|
|
6295
|
+
},
|
|
6296
|
+
"typeParameter": [
|
|
6297
|
+
{
|
|
6298
|
+
"id": 485,
|
|
6299
|
+
"name": "T",
|
|
6300
|
+
"kind": 131072,
|
|
6301
|
+
"kindString": "Type parameter",
|
|
6302
|
+
"flags": {},
|
|
6303
|
+
"type": {
|
|
6304
|
+
"type": "reference",
|
|
6305
|
+
"typeArguments": [
|
|
6306
|
+
{
|
|
6307
|
+
"type": "reference",
|
|
6308
|
+
"id": 485,
|
|
6309
|
+
"name": "T"
|
|
6310
|
+
}
|
|
6311
|
+
],
|
|
6312
|
+
"name": "ComponentHarness",
|
|
6313
|
+
"qualifiedName": "ComponentHarness",
|
|
6314
|
+
"package": "@angular/cdk"
|
|
6315
|
+
}
|
|
6316
|
+
}
|
|
6317
|
+
],
|
|
6318
|
+
"parameters": [
|
|
6319
|
+
{
|
|
6320
|
+
"id": 486,
|
|
6321
|
+
"name": "harness",
|
|
6322
|
+
"kind": 32768,
|
|
6323
|
+
"kindString": "Parameter",
|
|
6324
|
+
"flags": {},
|
|
6325
|
+
"type": {
|
|
6326
|
+
"type": "reference",
|
|
6327
|
+
"typeArguments": [
|
|
6328
|
+
{
|
|
6329
|
+
"type": "reference",
|
|
6330
|
+
"id": 485,
|
|
6331
|
+
"name": "T"
|
|
6332
|
+
}
|
|
6333
|
+
],
|
|
6334
|
+
"name": "HarnessQuery",
|
|
6335
|
+
"qualifiedName": "HarnessQuery",
|
|
6336
|
+
"package": "@angular/cdk"
|
|
6337
|
+
}
|
|
6338
|
+
}
|
|
6339
|
+
],
|
|
6340
|
+
"type": {
|
|
6341
|
+
"type": "reference",
|
|
6342
|
+
"typeArguments": [
|
|
6343
|
+
{
|
|
6344
|
+
"type": "array",
|
|
6345
|
+
"elementType": {
|
|
6346
|
+
"type": "reference",
|
|
6347
|
+
"id": 485,
|
|
6348
|
+
"name": "T"
|
|
6349
|
+
}
|
|
6350
|
+
}
|
|
6351
|
+
],
|
|
6352
|
+
"name": "Promise",
|
|
6353
|
+
"qualifiedName": "Promise",
|
|
6354
|
+
"package": "typescript"
|
|
6355
|
+
}
|
|
6356
|
+
}
|
|
6357
|
+
]
|
|
6358
|
+
},
|
|
6359
|
+
{
|
|
6360
|
+
"id": 487,
|
|
6361
|
+
"name": "querySelector",
|
|
6362
|
+
"kind": 2048,
|
|
6363
|
+
"kindString": "Method",
|
|
6364
|
+
"flags": {
|
|
6365
|
+
"isPublic": true
|
|
6366
|
+
},
|
|
6367
|
+
"sources": [
|
|
6368
|
+
{
|
|
6369
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6370
|
+
"line": 96,
|
|
6371
|
+
"character": 15,
|
|
6372
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L96"
|
|
6373
|
+
}
|
|
6374
|
+
],
|
|
6375
|
+
"signatures": [
|
|
6376
|
+
{
|
|
6377
|
+
"id": 488,
|
|
6378
|
+
"name": "querySelector",
|
|
6379
|
+
"kind": 4096,
|
|
6380
|
+
"kindString": "Call signature",
|
|
6381
|
+
"flags": {},
|
|
6382
|
+
"comment": {
|
|
6383
|
+
"summary": [
|
|
6384
|
+
{
|
|
6385
|
+
"kind": "text",
|
|
6386
|
+
"text": "Returns a child test element."
|
|
6387
|
+
}
|
|
6388
|
+
]
|
|
6389
|
+
},
|
|
6390
|
+
"parameters": [
|
|
6391
|
+
{
|
|
6392
|
+
"id": 489,
|
|
6393
|
+
"name": "selector",
|
|
6394
|
+
"kind": 32768,
|
|
6395
|
+
"kindString": "Parameter",
|
|
6396
|
+
"flags": {},
|
|
6397
|
+
"type": {
|
|
6398
|
+
"type": "intrinsic",
|
|
6399
|
+
"name": "string"
|
|
6400
|
+
}
|
|
6401
|
+
}
|
|
6402
|
+
],
|
|
6403
|
+
"type": {
|
|
6404
|
+
"type": "reference",
|
|
6405
|
+
"typeArguments": [
|
|
6406
|
+
{
|
|
6407
|
+
"type": "reference",
|
|
6408
|
+
"name": "TestElement",
|
|
6409
|
+
"qualifiedName": "TestElement",
|
|
6410
|
+
"package": "@angular/cdk"
|
|
6411
|
+
}
|
|
6412
|
+
],
|
|
6413
|
+
"name": "Promise",
|
|
6414
|
+
"qualifiedName": "Promise",
|
|
6415
|
+
"package": "typescript"
|
|
6416
|
+
}
|
|
6417
|
+
}
|
|
6418
|
+
]
|
|
6419
|
+
},
|
|
6420
|
+
{
|
|
6421
|
+
"id": 490,
|
|
6422
|
+
"name": "querySelectorAll",
|
|
6423
|
+
"kind": 2048,
|
|
6424
|
+
"kindString": "Method",
|
|
6425
|
+
"flags": {
|
|
6426
|
+
"isPublic": true
|
|
6427
|
+
},
|
|
6428
|
+
"sources": [
|
|
6429
|
+
{
|
|
6430
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6431
|
+
"line": 103,
|
|
6432
|
+
"character": 15,
|
|
6433
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L103"
|
|
6434
|
+
}
|
|
6435
|
+
],
|
|
6436
|
+
"signatures": [
|
|
6437
|
+
{
|
|
6438
|
+
"id": 491,
|
|
6439
|
+
"name": "querySelectorAll",
|
|
6440
|
+
"kind": 4096,
|
|
6441
|
+
"kindString": "Call signature",
|
|
6442
|
+
"flags": {},
|
|
6443
|
+
"comment": {
|
|
6444
|
+
"summary": [
|
|
6445
|
+
{
|
|
6446
|
+
"kind": "text",
|
|
6447
|
+
"text": "Returns child test elements."
|
|
6448
|
+
}
|
|
6449
|
+
]
|
|
6450
|
+
},
|
|
6451
|
+
"parameters": [
|
|
6452
|
+
{
|
|
6453
|
+
"id": 492,
|
|
6454
|
+
"name": "selector",
|
|
6455
|
+
"kind": 32768,
|
|
6456
|
+
"kindString": "Parameter",
|
|
6457
|
+
"flags": {},
|
|
6458
|
+
"type": {
|
|
6459
|
+
"type": "intrinsic",
|
|
6460
|
+
"name": "string"
|
|
6461
|
+
}
|
|
6462
|
+
}
|
|
6463
|
+
],
|
|
6464
|
+
"type": {
|
|
6465
|
+
"type": "reference",
|
|
6466
|
+
"typeArguments": [
|
|
6467
|
+
{
|
|
6468
|
+
"type": "array",
|
|
6469
|
+
"elementType": {
|
|
6470
|
+
"type": "reference",
|
|
6471
|
+
"name": "TestElement",
|
|
6472
|
+
"qualifiedName": "TestElement",
|
|
6473
|
+
"package": "@angular/cdk"
|
|
6474
|
+
}
|
|
6475
|
+
}
|
|
6476
|
+
],
|
|
6477
|
+
"name": "Promise",
|
|
6478
|
+
"qualifiedName": "Promise",
|
|
6479
|
+
"package": "typescript"
|
|
6480
|
+
}
|
|
6481
|
+
}
|
|
6482
|
+
]
|
|
6483
|
+
},
|
|
6484
|
+
{
|
|
6485
|
+
"id": 493,
|
|
6486
|
+
"name": "select",
|
|
6487
|
+
"kind": 2048,
|
|
6488
|
+
"kindString": "Method",
|
|
6489
|
+
"flags": {
|
|
6490
|
+
"isPublic": true
|
|
6491
|
+
},
|
|
6492
|
+
"sources": [
|
|
6493
|
+
{
|
|
6494
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6495
|
+
"line": 110,
|
|
6496
|
+
"character": 15,
|
|
6497
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L110"
|
|
6498
|
+
}
|
|
6499
|
+
],
|
|
6500
|
+
"signatures": [
|
|
6501
|
+
{
|
|
6502
|
+
"id": 494,
|
|
6503
|
+
"name": "select",
|
|
6504
|
+
"kind": 4096,
|
|
6505
|
+
"kindString": "Call signature",
|
|
6506
|
+
"flags": {},
|
|
6507
|
+
"comment": {
|
|
6508
|
+
"summary": [
|
|
6509
|
+
{
|
|
6510
|
+
"kind": "text",
|
|
6511
|
+
"text": "Selects the repeater item."
|
|
6512
|
+
}
|
|
6513
|
+
]
|
|
6514
|
+
},
|
|
6515
|
+
"type": {
|
|
6516
|
+
"type": "reference",
|
|
6517
|
+
"typeArguments": [
|
|
6518
|
+
{
|
|
6519
|
+
"type": "intrinsic",
|
|
6520
|
+
"name": "void"
|
|
6521
|
+
}
|
|
6522
|
+
],
|
|
6523
|
+
"name": "Promise",
|
|
6524
|
+
"qualifiedName": "Promise",
|
|
6525
|
+
"package": "typescript"
|
|
6526
|
+
}
|
|
6527
|
+
}
|
|
6528
|
+
]
|
|
6529
|
+
},
|
|
6530
|
+
{
|
|
6531
|
+
"id": 511,
|
|
6532
|
+
"name": "sendToTop",
|
|
6533
|
+
"kind": 2048,
|
|
6534
|
+
"kindString": "Method",
|
|
6535
|
+
"flags": {
|
|
6536
|
+
"isPublic": true
|
|
6537
|
+
},
|
|
6538
|
+
"sources": [
|
|
6539
|
+
{
|
|
6540
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6541
|
+
"line": 211,
|
|
6542
|
+
"character": 15,
|
|
6543
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L211"
|
|
6544
|
+
}
|
|
6545
|
+
],
|
|
6546
|
+
"signatures": [
|
|
6547
|
+
{
|
|
6548
|
+
"id": 512,
|
|
6549
|
+
"name": "sendToTop",
|
|
6550
|
+
"kind": 4096,
|
|
6551
|
+
"kindString": "Call signature",
|
|
6552
|
+
"flags": {},
|
|
6553
|
+
"comment": {
|
|
6554
|
+
"summary": [
|
|
6555
|
+
{
|
|
6556
|
+
"kind": "text",
|
|
6557
|
+
"text": "Moves the repeater item to the top of the list"
|
|
6558
|
+
}
|
|
6559
|
+
]
|
|
6560
|
+
},
|
|
6561
|
+
"type": {
|
|
6562
|
+
"type": "reference",
|
|
6563
|
+
"typeArguments": [
|
|
6564
|
+
{
|
|
6565
|
+
"type": "intrinsic",
|
|
6566
|
+
"name": "void"
|
|
6567
|
+
}
|
|
6568
|
+
],
|
|
6569
|
+
"name": "Promise",
|
|
6570
|
+
"qualifiedName": "Promise",
|
|
6571
|
+
"package": "typescript"
|
|
6572
|
+
}
|
|
6573
|
+
}
|
|
6574
|
+
]
|
|
6575
|
+
},
|
|
6576
|
+
{
|
|
6577
|
+
"id": 458,
|
|
6578
|
+
"name": "with",
|
|
6579
|
+
"kind": 2048,
|
|
6580
|
+
"kindString": "Method",
|
|
6581
|
+
"flags": {
|
|
6582
|
+
"isPublic": true,
|
|
6583
|
+
"isStatic": true
|
|
6584
|
+
},
|
|
6585
|
+
"sources": [
|
|
6586
|
+
{
|
|
6587
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6588
|
+
"line": 42,
|
|
6589
|
+
"character": 16,
|
|
6590
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L42"
|
|
6591
|
+
}
|
|
6592
|
+
],
|
|
6593
|
+
"signatures": [
|
|
6594
|
+
{
|
|
6595
|
+
"id": 459,
|
|
6596
|
+
"name": "with",
|
|
6597
|
+
"kind": 4096,
|
|
6598
|
+
"kindString": "Call signature",
|
|
6599
|
+
"flags": {},
|
|
6600
|
+
"comment": {
|
|
6601
|
+
"summary": [
|
|
6602
|
+
{
|
|
6603
|
+
"kind": "text",
|
|
6604
|
+
"text": "Gets a "
|
|
6605
|
+
},
|
|
6606
|
+
{
|
|
6607
|
+
"kind": "code",
|
|
6608
|
+
"text": "`HarnessPredicate`"
|
|
6609
|
+
},
|
|
6610
|
+
{
|
|
6611
|
+
"kind": "text",
|
|
6612
|
+
"text": " that can be used to search for a\n"
|
|
6613
|
+
},
|
|
6614
|
+
{
|
|
6615
|
+
"kind": "code",
|
|
6616
|
+
"text": "`SkyRepeaterItemHarness`"
|
|
6617
|
+
},
|
|
6618
|
+
{
|
|
6619
|
+
"kind": "text",
|
|
6620
|
+
"text": " that meets certain criteria."
|
|
6621
|
+
}
|
|
6622
|
+
]
|
|
6623
|
+
},
|
|
6624
|
+
"parameters": [
|
|
6625
|
+
{
|
|
6626
|
+
"id": 460,
|
|
6627
|
+
"name": "filters",
|
|
6628
|
+
"kind": 32768,
|
|
6629
|
+
"kindString": "Parameter",
|
|
6630
|
+
"flags": {},
|
|
6631
|
+
"type": {
|
|
6632
|
+
"type": "reference",
|
|
6633
|
+
"name": "SkyRepeaterItemHarnessFilters"
|
|
6634
|
+
}
|
|
6635
|
+
}
|
|
6636
|
+
],
|
|
6637
|
+
"type": {
|
|
6638
|
+
"type": "reference",
|
|
6639
|
+
"typeArguments": [
|
|
6640
|
+
{
|
|
6641
|
+
"type": "reference",
|
|
6642
|
+
"id": 456,
|
|
6643
|
+
"name": "SkyRepeaterItemHarness"
|
|
6644
|
+
}
|
|
6645
|
+
],
|
|
6646
|
+
"name": "HarnessPredicate",
|
|
6647
|
+
"qualifiedName": "HarnessPredicate",
|
|
6648
|
+
"package": "@angular/cdk"
|
|
6649
|
+
}
|
|
6650
|
+
}
|
|
6651
|
+
]
|
|
6652
|
+
}
|
|
6653
|
+
],
|
|
6654
|
+
"groups": [
|
|
6655
|
+
{
|
|
6656
|
+
"title": "Constructors",
|
|
6657
|
+
"children": [
|
|
6658
|
+
466
|
|
6659
|
+
]
|
|
6660
|
+
},
|
|
6661
|
+
{
|
|
6662
|
+
"title": "Methods",
|
|
6663
|
+
"children": [
|
|
6664
|
+
507,
|
|
6665
|
+
495,
|
|
6666
|
+
505,
|
|
6667
|
+
497,
|
|
6668
|
+
499,
|
|
6669
|
+
516,
|
|
6670
|
+
501,
|
|
6671
|
+
503,
|
|
6672
|
+
509,
|
|
6673
|
+
475,
|
|
6674
|
+
477,
|
|
6675
|
+
479,
|
|
6676
|
+
483,
|
|
6677
|
+
487,
|
|
6678
|
+
490,
|
|
6679
|
+
493,
|
|
6680
|
+
511,
|
|
6681
|
+
458
|
|
6682
|
+
]
|
|
6683
|
+
}
|
|
6684
|
+
],
|
|
6685
|
+
"sources": [
|
|
6686
|
+
{
|
|
6687
|
+
"fileName": "projects/lists/src/testing/repeater/repeater-item-harness.ts",
|
|
6688
|
+
"line": 16,
|
|
6689
|
+
"character": 13,
|
|
6690
|
+
"url": "https://github.com/blackbaud/skyux/blob/d33b7b7/libs/components/lists/testing/src/repeater/repeater-item-harness.ts#L16"
|
|
6691
|
+
}
|
|
6692
|
+
],
|
|
6693
|
+
"extendedTypes": [
|
|
6694
|
+
{
|
|
6695
|
+
"type": "reference",
|
|
6696
|
+
"name": "SkyComponentHarness"
|
|
6697
|
+
}
|
|
6698
|
+
]
|
|
6699
|
+
}
|
|
6700
|
+
],
|
|
6701
|
+
"groups": [
|
|
6702
|
+
{
|
|
6703
|
+
"title": "Modules",
|
|
6704
|
+
"children": [
|
|
6705
|
+
1,
|
|
6706
|
+
2
|
|
6707
|
+
]
|
|
6708
|
+
}
|
|
6709
|
+
]
|
|
6710
|
+
},
|
|
6711
|
+
"codeExamples": [
|
|
6712
|
+
{
|
|
6713
|
+
"fileName": "filter-demo.component.html",
|
|
6714
|
+
"filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.html",
|
|
6715
|
+
"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"
|
|
6716
|
+
},
|
|
6717
|
+
{
|
|
6718
|
+
"fileName": "filter-demo.component.ts",
|
|
6719
|
+
"filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.component.ts",
|
|
6720
|
+
"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"
|
|
6721
|
+
},
|
|
6722
|
+
{
|
|
6723
|
+
"fileName": "filter-demo.module.ts",
|
|
6724
|
+
"filePath": "/projects/lists/documentation/code-examples/filter/inline/filter-demo.module.ts",
|
|
6725
|
+
"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"
|
|
6726
|
+
},
|
|
6727
|
+
{
|
|
6728
|
+
"fileName": "filter.ts",
|
|
6729
|
+
"filePath": "/projects/lists/documentation/code-examples/filter/inline/filter.ts",
|
|
6730
|
+
"rawContents": "export interface Filter {\n name: string;\n value: string | boolean;\n}\n"
|
|
6731
|
+
},
|
|
6732
|
+
{
|
|
6733
|
+
"fileName": "fruit.ts",
|
|
6734
|
+
"filePath": "/projects/lists/documentation/code-examples/filter/inline/fruit.ts",
|
|
6735
|
+
"rawContents": "export interface Fruit {\n name: string;\n type: string;\n color: string;\n}\n"
|
|
6736
|
+
},
|
|
6737
|
+
{
|
|
6738
|
+
"fileName": "filter-demo-modal-context.ts",
|
|
6739
|
+
"filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-demo-modal-context.ts",
|
|
5307
6740
|
"rawContents": "import { Filter } from './filter';\n\nexport class FilterDemoModalContext {\n public appliedFilters: Filter[] = [];\n}\n"
|
|
5308
6741
|
},
|
|
5309
6742
|
{
|
|
@@ -5379,22 +6812,27 @@
|
|
|
5379
6812
|
{
|
|
5380
6813
|
"fileName": "repeater-demo-item.ts",
|
|
5381
6814
|
"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"
|
|
6815
|
+
"rawContents": "export interface RepeaterDemoItem {\n title: string;\n note: string;\n status: string;\n isSelected: boolean;\n}\n"
|
|
5383
6816
|
},
|
|
5384
6817
|
{
|
|
5385
6818
|
"fileName": "repeater-demo.component.html",
|
|
5386
6819
|
"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
|
|
6820
|
+
"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
6821
|
},
|
|
5389
6822
|
{
|
|
5390
6823
|
"fileName": "repeater-demo.component.scss",
|
|
5391
6824
|
"filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.scss",
|
|
5392
6825
|
"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
6826
|
},
|
|
6827
|
+
{
|
|
6828
|
+
"fileName": "repeater-demo.component.spec.ts",
|
|
6829
|
+
"filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/repeater-demo.component.spec.ts",
|
|
6830
|
+
"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 title: 'Assign prospects Due tomorrow',\n body: 'There are 14 new prospects who are not assigned to fundraisers.',\n },\n {\n title: 'Process gift receipts Due next week',\n body: 'There are 28 recent gifts that are not receipted.',\n },\n ];\n\n let repeaterItems = await repeaterHarness?.getRepeaterItems();\n expect(repeaterItems).toBeDefined();\n expect(repeaterItems?.length).toBe(expectedContent.length);\n\n if (repeaterItems) {\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\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(4);\n\n if (repeaterItems) {\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(5);\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(3);\n }\n });\n});\n"
|
|
6831
|
+
},
|
|
5394
6832
|
{
|
|
5395
6833
|
"fileName": "repeater-demo.component.ts",
|
|
5396
6834
|
"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.
|
|
6835
|
+
"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 title: 'Assign prospects',\n note: 'There are 14 new prospects who are not assigned to fundraisers.',\n status: 'Due tomorrow',\n isSelected: false,\n },\n {\n title: 'Process gift receipts',\n note: 'There are 28 recent gifts that are not receipted.',\n status: 'Due next week',\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
6836
|
},
|
|
5399
6837
|
{
|
|
5400
6838
|
"fileName": "repeater-demo.module.ts",
|
|
@@ -5404,23 +6842,53 @@
|
|
|
5404
6842
|
{
|
|
5405
6843
|
"fileName": "repeater-demo.component.html",
|
|
5406
6844
|
"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"
|
|
6845
|
+
"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
6846
|
},
|
|
5409
6847
|
{
|
|
5410
6848
|
"fileName": "repeater-demo.component.scss",
|
|
5411
6849
|
"filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.scss",
|
|
5412
6850
|
"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
6851
|
},
|
|
6852
|
+
{
|
|
6853
|
+
"fileName": "repeater-demo.component.spec.ts",
|
|
6854
|
+
"filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.spec.ts",
|
|
6855
|
+
"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 title: 'Assign prospects Due tomorrow',\n body: 'There are 14 new prospects who are not assigned to fundraisers.',\n },\n {\n title: 'Process gift receipts Due next week',\n body: 'There are 28 recent gifts that are not receipted.',\n },\n ];\n\n expect(repeaterItems?.length).toBe(expectedContent.length);\n\n if (repeaterItems) {\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});\n"
|
|
6856
|
+
},
|
|
5414
6857
|
{
|
|
5415
6858
|
"fileName": "repeater-demo.component.ts",
|
|
5416
6859
|
"filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.component.ts",
|
|
5417
|
-
"rawContents": "import { Component } from '@angular/core';\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: any[] = [\n {\n title: 'Call Robert Hernandez',\n note: 'Robert recently gave a very generous gift.
|
|
6860
|
+
"rawContents": "import { Component } from '@angular/core';\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: any[] = [\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 title: 'Assign prospects',\n note: 'There are 14 new prospects who are not assigned to fundraisers.',\n status: 'Due tomorrow',\n },\n {\n title: 'Process gift receipts',\n note: 'There are 28 recent gifts that are not receipted.',\n status: 'Due next week',\n },\n ];\n\n public onActionClicked(buttonText: string): void {\n alert(buttonText + ' was clicked!');\n }\n}\n"
|
|
5418
6861
|
},
|
|
5419
6862
|
{
|
|
5420
6863
|
"fileName": "repeater-demo.module.ts",
|
|
5421
6864
|
"filePath": "/projects/lists/documentation/code-examples/repeater/basic/repeater-demo.module.ts",
|
|
5422
6865
|
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyRepeaterModule } from '@skyux/lists';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { RepeaterDemoComponent } from './repeater-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDropdownModule, SkyRepeaterModule],\n declarations: [RepeaterDemoComponent],\n exports: [RepeaterDemoComponent],\n})\nexport class RepeaterDemoModule {}\n"
|
|
5423
6866
|
},
|
|
6867
|
+
{
|
|
6868
|
+
"fileName": "repeater-demo-item.ts",
|
|
6869
|
+
"filePath": "/projects/lists/documentation/code-examples/repeater/inline-form/repeater-demo-item.ts",
|
|
6870
|
+
"rawContents": "export interface RepeaterDemoItem {\n id: string;\n title: string | undefined;\n note: string | undefined;\n}\n"
|
|
6871
|
+
},
|
|
6872
|
+
{
|
|
6873
|
+
"fileName": "repeater-demo.component.html",
|
|
6874
|
+
"filePath": "/projects/lists/documentation/code-examples/repeater/inline-form/repeater-demo.component.html",
|
|
6875
|
+
"rawContents": "<sky-repeater>\n <sky-repeater-item\n *ngFor=\"let item of items\"\n [inlineFormConfig]=\"inlineFormConfig\"\n [inlineFormTemplate]=\"inlineFormTemplate\"\n [showInlineForm]=\"activeInlineFormId === item.id\"\n (inlineFormClose)=\"onInlineFormClose($event)\"\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 <button\n aria-label=\"Edit\"\n class=\"sky-btn sky-btn-link sky-btn-link-inline sky-no-focus sky-demo-btn-edit\"\n type=\"button\"\n (click)=\"showInlineForm(item)\"\n >\n <sky-icon icon=\"pencil\"> </sky-icon>\n </button>\n </div>\n </sky-repeater-item-title>\n\n <sky-repeater-item-content>\n {{ item.note }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n\n<ng-template #inlineFormTemplate>\n <form novalidate [formGroup]=\"myForm\">\n <div class=\"sky-form-group\">\n <sky-input-box>\n <label class=\"sky-control-label\" [for]=\"myTitle.id\"> Title </label>\n <input\n class=\"sky-form-control\"\n formControlName=\"title\"\n skyId\n type=\"text\"\n #myTitle=\"skyId\"\n />\n </sky-input-box>\n </div>\n <div class=\"sky-form-group\">\n <sky-input-box>\n <label class=\"sky-control-label\" [for]=\"myNote.id\"> Note </label>\n <input\n class=\"sky-form-control\"\n formControlName=\"note\"\n skyId\n type=\"text\"\n #myNote=\"skyId\"\n />\n </sky-input-box>\n </div>\n </form>\n</ng-template>\n"
|
|
6876
|
+
},
|
|
6877
|
+
{
|
|
6878
|
+
"fileName": "repeater-demo.component.scss",
|
|
6879
|
+
"filePath": "/projects/lists/documentation/code-examples/repeater/inline-form/repeater-demo.component.scss",
|
|
6880
|
+
"rawContents": ".demo-repeater-flex {\n display: flex;\n flex-wrap: wrap;\n\n .demo-repeater-item-title {\n flex-grow: 1;\n }\n}\n"
|
|
6881
|
+
},
|
|
6882
|
+
{
|
|
6883
|
+
"fileName": "repeater-demo.component.ts",
|
|
6884
|
+
"filePath": "/projects/lists/documentation/code-examples/repeater/inline-form/repeater-demo.component.ts",
|
|
6885
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { FormBuilder, FormControl, FormGroup } from '@angular/forms';\nimport {\n SkyInlineFormButtonLayout,\n SkyInlineFormCloseArgs,\n SkyInlineFormConfig,\n} from '@skyux/inline-form';\n\nimport { RepeaterDemoItem } from './repeater-demo-item';\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 activeInlineFormId: string | undefined;\n\n public inlineFormConfig: SkyInlineFormConfig = {\n buttonLayout: SkyInlineFormButtonLayout.SaveCancel,\n };\n\n public items: RepeaterDemoItem[] = [\n {\n id: '1',\n title: '2019 Spring Gala',\n note: 'Gala for friends and family',\n },\n {\n id: '2',\n title: '2019 Special Winter Event',\n note: 'A special event',\n },\n {\n id: '3',\n title: '2019 Donor Appreciation Event',\n note: 'Event for all donors and families',\n },\n {\n id: '4',\n title: '2020 Spring Gala',\n note: 'Gala for friends and family',\n },\n ];\n\n public myForm: FormGroup;\n\n constructor(formBuilder: FormBuilder) {\n this.myForm = formBuilder.group({\n id: new FormControl(),\n title: new FormControl(),\n note: new FormControl(),\n });\n }\n\n public showInlineForm(item: RepeaterDemoItem): void {\n this.activeInlineFormId = item.id;\n this.myForm.patchValue({\n note: item.note,\n title: item.title,\n });\n }\n\n public onInlineFormClose(args: SkyInlineFormCloseArgs): void {\n if (args.reason === 'save') {\n const found = this.items.find(\n (item) => item.id === this.activeInlineFormId\n );\n if (found) {\n found.note = this.myForm.get('note')?.value;\n found.title = this.myForm.get('title')?.value;\n }\n }\n\n this.myForm.patchValue({\n note: undefined,\n title: undefined,\n });\n\n // Close the active form.\n this.activeInlineFormId = undefined;\n }\n}\n"
|
|
6886
|
+
},
|
|
6887
|
+
{
|
|
6888
|
+
"fileName": "repeater-demo.module.ts",
|
|
6889
|
+
"filePath": "/projects/lists/documentation/code-examples/repeater/inline-form/repeater-demo.module.ts",
|
|
6890
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { ReactiveFormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyIconModule } from '@skyux/indicators';\nimport { SkyInlineFormModule } from '@skyux/inline-form';\nimport { SkyRepeaterModule } from '@skyux/lists';\n\nimport { RepeaterDemoComponent } from './repeater-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n ReactiveFormsModule,\n SkyIconModule,\n SkyIdModule,\n SkyInlineFormModule,\n SkyInputBoxModule,\n SkyRepeaterModule,\n ],\n exports: [RepeaterDemoComponent],\n declarations: [RepeaterDemoComponent],\n})\nexport class RepeaterDemoModule {}\n"
|
|
6891
|
+
},
|
|
5424
6892
|
{
|
|
5425
6893
|
"fileName": "repeater-demo-item.ts",
|
|
5426
6894
|
"filePath": "/projects/lists/documentation/code-examples/sort/basic/repeater-demo-item.ts",
|