@skyux/lists 11.30.1 → 12.0.0-alpha.0
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 +751 -742
- package/fesm2022/skyux-lists-testing.mjs +16 -16
- package/fesm2022/skyux-lists-testing.mjs.map +1 -1
- package/fesm2022/skyux-lists.mjs +102 -102
- package/fesm2022/skyux-lists.mjs.map +1 -1
- package/package.json +16 -20
- package/esm2022/index.mjs +0 -23
- package/esm2022/lib/modules/filter/filter-button.component.mjs +0 -79
- package/esm2022/lib/modules/filter/filter-inline-item.component.mjs +0 -14
- package/esm2022/lib/modules/filter/filter-inline.component.mjs +0 -14
- package/esm2022/lib/modules/filter/filter-summary-item.component.mjs +0 -52
- package/esm2022/lib/modules/filter/filter-summary.component.mjs +0 -15
- package/esm2022/lib/modules/filter/filter.module.mjs +0 -60
- package/esm2022/lib/modules/infinite-scroll/infinite-scroll-dom-adapter.service.mjs +0 -81
- package/esm2022/lib/modules/infinite-scroll/infinite-scroll.component.mjs +0 -115
- package/esm2022/lib/modules/infinite-scroll/infinite-scroll.module.mjs +0 -19
- package/esm2022/lib/modules/paging/paging-content.component.mjs +0 -15
- package/esm2022/lib/modules/paging/paging.component.mjs +0 -151
- package/esm2022/lib/modules/paging/paging.module.mjs +0 -39
- package/esm2022/lib/modules/paging/types/paging-content-change-args.mjs +0 -2
- package/esm2022/lib/modules/repeater/repeater-adapter.service.mjs +0 -75
- package/esm2022/lib/modules/repeater/repeater-auto-scroll-options.mjs +0 -2
- package/esm2022/lib/modules/repeater/repeater-auto-scroll.service.mjs +0 -17
- package/esm2022/lib/modules/repeater/repeater-auto-scroller.mjs +0 -2
- package/esm2022/lib/modules/repeater/repeater-expand-mode-type.mjs +0 -2
- package/esm2022/lib/modules/repeater/repeater-item-content.component.mjs +0 -14
- package/esm2022/lib/modules/repeater/repeater-item-context-menu.component.mjs +0 -17
- package/esm2022/lib/modules/repeater/repeater-item-roles.type.mjs +0 -2
- package/esm2022/lib/modules/repeater/repeater-item-title.component.mjs +0 -14
- package/esm2022/lib/modules/repeater/repeater-item.component.mjs +0 -558
- package/esm2022/lib/modules/repeater/repeater-role.type.mjs +0 -2
- package/esm2022/lib/modules/repeater/repeater.component.mjs +0 -371
- package/esm2022/lib/modules/repeater/repeater.module.mjs +0 -77
- package/esm2022/lib/modules/repeater/repeater.service.mjs +0 -86
- package/esm2022/lib/modules/shared/sky-lists-resources.module.mjs +0 -72
- package/esm2022/lib/modules/sort/sort-item.component.mjs +0 -69
- package/esm2022/lib/modules/sort/sort-menu-heading.component.mjs +0 -13
- package/esm2022/lib/modules/sort/sort.component.mjs +0 -45
- package/esm2022/lib/modules/sort/sort.module.mjs +0 -48
- package/esm2022/lib/modules/sort/sort.service.mjs +0 -20
- package/esm2022/skyux-lists.mjs +0 -5
- package/esm2022/testing/legacy/filter/filter-fixture-button.mjs +0 -53
- package/esm2022/testing/legacy/filter/filter-fixture-summary.mjs +0 -32
- package/esm2022/testing/legacy/filter/filter-testing.module.mjs +0 -18
- package/esm2022/testing/legacy/filter/lists-filter-fixture-button.mjs +0 -2
- package/esm2022/testing/legacy/infinite-scroll/infinite-scroll-fixture.mjs +0 -31
- package/esm2022/testing/legacy/infinite-scroll/infinite-scroll-testing.module.mjs +0 -18
- package/esm2022/testing/legacy/paging/paging-fixture-button.mjs +0 -2
- package/esm2022/testing/legacy/paging/paging-fixture.mjs +0 -95
- package/esm2022/testing/legacy/paging/paging-testing.module.mjs +0 -18
- package/esm2022/testing/legacy/sort/sort-fixture-menu-item.mjs +0 -2
- package/esm2022/testing/legacy/sort/sort-fixture-menu.mjs +0 -2
- package/esm2022/testing/legacy/sort/sort-fixture.mjs +0 -149
- package/esm2022/testing/legacy/sort/sort-testing.module.mjs +0 -20
- package/esm2022/testing/modules/infinite-scroll/infinite-scroll-harness-filters.mjs +0 -2
- package/esm2022/testing/modules/infinite-scroll/infinite-scroll-harness.mjs +0 -49
- package/esm2022/testing/modules/repeater/repeater-harness-filters.mjs +0 -2
- package/esm2022/testing/modules/repeater/repeater-harness.mjs +0 -25
- package/esm2022/testing/modules/repeater/repeater-item-harness-filters.mjs +0 -2
- package/esm2022/testing/modules/repeater/repeater-item-harness.mjs +0 -149
- package/esm2022/testing/public-api.mjs +0 -13
- package/esm2022/testing/skyux-lists-testing.mjs +0 -5
package/documentation.json
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"fileName": "projects/lists/src/modules/filter/filter.module.ts",
|
|
53
53
|
"line": 38,
|
|
54
54
|
"character": 13,
|
|
55
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
55
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter.module.ts#L38"
|
|
56
56
|
}
|
|
57
57
|
],
|
|
58
58
|
"decorators": [
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.module.ts",
|
|
85
85
|
"line": 13,
|
|
86
86
|
"character": 13,
|
|
87
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
87
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.module.ts#L13"
|
|
88
88
|
}
|
|
89
89
|
],
|
|
90
90
|
"decorators": [
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"fileName": "projects/lists/src/modules/paging/paging.module.ts",
|
|
117
117
|
"line": 24,
|
|
118
118
|
"character": 13,
|
|
119
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
119
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.module.ts#L24"
|
|
120
120
|
}
|
|
121
121
|
],
|
|
122
122
|
"decorators": [
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"fileName": "projects/lists/src/modules/repeater/repeater.module.ts",
|
|
149
149
|
"line": 48,
|
|
150
150
|
"character": 13,
|
|
151
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
151
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.module.ts#L48"
|
|
152
152
|
}
|
|
153
153
|
],
|
|
154
154
|
"decorators": [
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
"fileName": "projects/lists/src/modules/sort/sort.module.ts",
|
|
181
181
|
"line": 30,
|
|
182
182
|
"character": 13,
|
|
183
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
183
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort.module.ts#L30"
|
|
184
184
|
}
|
|
185
185
|
],
|
|
186
186
|
"decorators": [
|
|
@@ -208,9 +208,9 @@
|
|
|
208
208
|
"sources": [
|
|
209
209
|
{
|
|
210
210
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
211
|
-
"line":
|
|
211
|
+
"line": 94,
|
|
212
212
|
"character": 2,
|
|
213
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
213
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L94"
|
|
214
214
|
}
|
|
215
215
|
],
|
|
216
216
|
"signatures": [
|
|
@@ -223,9 +223,9 @@
|
|
|
223
223
|
"sources": [
|
|
224
224
|
{
|
|
225
225
|
"fileName": "libs/components/lists/src/lib/modules/filter/filter-button.component.ts",
|
|
226
|
-
"line":
|
|
226
|
+
"line": 94,
|
|
227
227
|
"character": 2,
|
|
228
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
228
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L94"
|
|
229
229
|
}
|
|
230
230
|
],
|
|
231
231
|
"type": {
|
|
@@ -272,9 +272,9 @@
|
|
|
272
272
|
"sources": [
|
|
273
273
|
{
|
|
274
274
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
275
|
-
"line":
|
|
275
|
+
"line": 70,
|
|
276
276
|
"character": 9,
|
|
277
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
277
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L70"
|
|
278
278
|
}
|
|
279
279
|
],
|
|
280
280
|
"type": {
|
|
@@ -323,9 +323,9 @@
|
|
|
323
323
|
"sources": [
|
|
324
324
|
{
|
|
325
325
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
326
|
-
"line":
|
|
326
|
+
"line": 42,
|
|
327
327
|
"character": 9,
|
|
328
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
328
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L42"
|
|
329
329
|
}
|
|
330
330
|
],
|
|
331
331
|
"type": {
|
|
@@ -373,9 +373,9 @@
|
|
|
373
373
|
"sources": [
|
|
374
374
|
{
|
|
375
375
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
376
|
-
"line":
|
|
376
|
+
"line": 51,
|
|
377
377
|
"character": 9,
|
|
378
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
378
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L51"
|
|
379
379
|
}
|
|
380
380
|
],
|
|
381
381
|
"type": {
|
|
@@ -432,9 +432,9 @@
|
|
|
432
432
|
"sources": [
|
|
433
433
|
{
|
|
434
434
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
435
|
-
"line":
|
|
435
|
+
"line": 62,
|
|
436
436
|
"character": 9,
|
|
437
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
437
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L62"
|
|
438
438
|
}
|
|
439
439
|
],
|
|
440
440
|
"type": {
|
|
@@ -466,9 +466,9 @@
|
|
|
466
466
|
"sources": [
|
|
467
467
|
{
|
|
468
468
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
469
|
-
"line":
|
|
469
|
+
"line": 76,
|
|
470
470
|
"character": 9,
|
|
471
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
471
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L76"
|
|
472
472
|
}
|
|
473
473
|
],
|
|
474
474
|
"type": {
|
|
@@ -501,9 +501,9 @@
|
|
|
501
501
|
"sources": [
|
|
502
502
|
{
|
|
503
503
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
504
|
-
"line":
|
|
504
|
+
"line": 88,
|
|
505
505
|
"character": 9,
|
|
506
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
506
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L88"
|
|
507
507
|
}
|
|
508
508
|
],
|
|
509
509
|
"type": {
|
|
@@ -547,9 +547,9 @@
|
|
|
547
547
|
"sources": [
|
|
548
548
|
{
|
|
549
549
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
550
|
-
"line":
|
|
550
|
+
"line": 82,
|
|
551
551
|
"character": 9,
|
|
552
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
552
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L82"
|
|
553
553
|
}
|
|
554
554
|
],
|
|
555
555
|
"type": {
|
|
@@ -574,15 +574,15 @@
|
|
|
574
574
|
"sources": [
|
|
575
575
|
{
|
|
576
576
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
577
|
-
"line":
|
|
577
|
+
"line": 27,
|
|
578
578
|
"character": 13,
|
|
579
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
579
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L27"
|
|
580
580
|
},
|
|
581
581
|
{
|
|
582
582
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
583
|
-
"line":
|
|
583
|
+
"line": 30,
|
|
584
584
|
"character": 13,
|
|
585
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
585
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L30"
|
|
586
586
|
}
|
|
587
587
|
],
|
|
588
588
|
"getSignature": {
|
|
@@ -602,9 +602,9 @@
|
|
|
602
602
|
"sources": [
|
|
603
603
|
{
|
|
604
604
|
"fileName": "libs/components/lists/src/lib/modules/filter/filter-button.component.ts",
|
|
605
|
-
"line":
|
|
605
|
+
"line": 27,
|
|
606
606
|
"character": 13,
|
|
607
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
607
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L27"
|
|
608
608
|
}
|
|
609
609
|
],
|
|
610
610
|
"type": {
|
|
@@ -621,9 +621,9 @@
|
|
|
621
621
|
"sources": [
|
|
622
622
|
{
|
|
623
623
|
"fileName": "libs/components/lists/src/lib/modules/filter/filter-button.component.ts",
|
|
624
|
-
"line":
|
|
624
|
+
"line": 30,
|
|
625
625
|
"character": 13,
|
|
626
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
626
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L30"
|
|
627
627
|
}
|
|
628
628
|
],
|
|
629
629
|
"parameters": [
|
|
@@ -661,9 +661,9 @@
|
|
|
661
661
|
"sources": [
|
|
662
662
|
{
|
|
663
663
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
664
|
-
"line":
|
|
664
|
+
"line": 104,
|
|
665
665
|
"character": 9,
|
|
666
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
666
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L104"
|
|
667
667
|
}
|
|
668
668
|
],
|
|
669
669
|
"signatures": [
|
|
@@ -676,9 +676,9 @@
|
|
|
676
676
|
"sources": [
|
|
677
677
|
{
|
|
678
678
|
"fileName": "libs/components/lists/src/lib/modules/filter/filter-button.component.ts",
|
|
679
|
-
"line":
|
|
679
|
+
"line": 104,
|
|
680
680
|
"character": 9,
|
|
681
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
681
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L104"
|
|
682
682
|
}
|
|
683
683
|
],
|
|
684
684
|
"type": {
|
|
@@ -725,16 +725,16 @@
|
|
|
725
725
|
"sources": [
|
|
726
726
|
{
|
|
727
727
|
"fileName": "projects/lists/src/modules/filter/filter-button.component.ts",
|
|
728
|
-
"line":
|
|
728
|
+
"line": 22,
|
|
729
729
|
"character": 13,
|
|
730
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
730
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-button.component.ts#L22"
|
|
731
731
|
}
|
|
732
732
|
],
|
|
733
733
|
"decorators": [
|
|
734
734
|
{
|
|
735
735
|
"name": "Component",
|
|
736
736
|
"arguments": {
|
|
737
|
-
"obj": "@Component({\n selector: 'sky-filter-button',\n styleUrls: ['./filter-button.component.scss'],\n templateUrl: './filter-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})"
|
|
737
|
+
"obj": "@Component({\n selector: 'sky-filter-button',\n styleUrls: ['./filter-button.component.scss'],\n templateUrl: './filter-button.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n})"
|
|
738
738
|
}
|
|
739
739
|
}
|
|
740
740
|
]
|
|
@@ -763,9 +763,9 @@
|
|
|
763
763
|
"sources": [
|
|
764
764
|
{
|
|
765
765
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
766
|
-
"line":
|
|
766
|
+
"line": 300,
|
|
767
767
|
"character": 2,
|
|
768
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
768
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L300"
|
|
769
769
|
}
|
|
770
770
|
],
|
|
771
771
|
"signatures": [
|
|
@@ -778,9 +778,9 @@
|
|
|
778
778
|
"sources": [
|
|
779
779
|
{
|
|
780
780
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
781
|
-
"line":
|
|
781
|
+
"line": 300,
|
|
782
782
|
"character": 2,
|
|
783
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
783
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L300"
|
|
784
784
|
}
|
|
785
785
|
],
|
|
786
786
|
"parameters": [
|
|
@@ -891,9 +891,9 @@
|
|
|
891
891
|
"sources": [
|
|
892
892
|
{
|
|
893
893
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
894
|
-
"line":
|
|
894
|
+
"line": 244,
|
|
895
895
|
"character": 9,
|
|
896
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
896
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L244"
|
|
897
897
|
}
|
|
898
898
|
],
|
|
899
899
|
"type": {
|
|
@@ -922,9 +922,9 @@
|
|
|
922
922
|
"sources": [
|
|
923
923
|
{
|
|
924
924
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
925
|
-
"line":
|
|
925
|
+
"line": 189,
|
|
926
926
|
"character": 9,
|
|
927
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
927
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L189"
|
|
928
928
|
}
|
|
929
929
|
],
|
|
930
930
|
"type": {
|
|
@@ -960,9 +960,9 @@
|
|
|
960
960
|
"sources": [
|
|
961
961
|
{
|
|
962
962
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
963
|
-
"line":
|
|
963
|
+
"line": 213,
|
|
964
964
|
"character": 9,
|
|
965
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
965
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L213"
|
|
966
966
|
}
|
|
967
967
|
],
|
|
968
968
|
"type": {
|
|
@@ -982,9 +982,9 @@
|
|
|
982
982
|
"sources": [
|
|
983
983
|
{
|
|
984
984
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
985
|
-
"line":
|
|
985
|
+
"line": 211,
|
|
986
986
|
"character": 9,
|
|
987
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
987
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L211"
|
|
988
988
|
}
|
|
989
989
|
],
|
|
990
990
|
"type": {
|
|
@@ -1023,9 +1023,9 @@
|
|
|
1023
1023
|
"sources": [
|
|
1024
1024
|
{
|
|
1025
1025
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1026
|
-
"line":
|
|
1026
|
+
"line": 195,
|
|
1027
1027
|
"character": 9,
|
|
1028
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1028
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L195"
|
|
1029
1029
|
}
|
|
1030
1030
|
],
|
|
1031
1031
|
"type": {
|
|
@@ -1061,9 +1061,9 @@
|
|
|
1061
1061
|
"sources": [
|
|
1062
1062
|
{
|
|
1063
1063
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1064
|
-
"line":
|
|
1064
|
+
"line": 252,
|
|
1065
1065
|
"character": 9,
|
|
1066
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1066
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L252"
|
|
1067
1067
|
}
|
|
1068
1068
|
],
|
|
1069
1069
|
"type": {
|
|
@@ -1094,9 +1094,9 @@
|
|
|
1094
1094
|
"sources": [
|
|
1095
1095
|
{
|
|
1096
1096
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1097
|
-
"line":
|
|
1097
|
+
"line": 215,
|
|
1098
1098
|
"character": 9,
|
|
1099
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1099
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L215"
|
|
1100
1100
|
}
|
|
1101
1101
|
],
|
|
1102
1102
|
"type": {
|
|
@@ -1133,9 +1133,9 @@
|
|
|
1133
1133
|
"sources": [
|
|
1134
1134
|
{
|
|
1135
1135
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1136
|
-
"line":
|
|
1136
|
+
"line": 202,
|
|
1137
1137
|
"character": 9,
|
|
1138
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1138
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L202"
|
|
1139
1139
|
}
|
|
1140
1140
|
],
|
|
1141
1141
|
"type": {
|
|
@@ -1192,9 +1192,9 @@
|
|
|
1192
1192
|
"sources": [
|
|
1193
1193
|
{
|
|
1194
1194
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1195
|
-
"line":
|
|
1195
|
+
"line": 118,
|
|
1196
1196
|
"character": 9,
|
|
1197
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1197
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L118"
|
|
1198
1198
|
}
|
|
1199
1199
|
],
|
|
1200
1200
|
"type": {
|
|
@@ -1239,9 +1239,9 @@
|
|
|
1239
1239
|
"sources": [
|
|
1240
1240
|
{
|
|
1241
1241
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1242
|
-
"line":
|
|
1242
|
+
"line": 125,
|
|
1243
1243
|
"character": 9,
|
|
1244
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1244
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L125"
|
|
1245
1245
|
}
|
|
1246
1246
|
],
|
|
1247
1247
|
"type": {
|
|
@@ -1276,9 +1276,9 @@
|
|
|
1276
1276
|
"sources": [
|
|
1277
1277
|
{
|
|
1278
1278
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1279
|
-
"line":
|
|
1279
|
+
"line": 217,
|
|
1280
1280
|
"character": 9,
|
|
1281
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1281
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L217"
|
|
1282
1282
|
}
|
|
1283
1283
|
],
|
|
1284
1284
|
"type": {
|
|
@@ -1307,9 +1307,9 @@
|
|
|
1307
1307
|
"sources": [
|
|
1308
1308
|
{
|
|
1309
1309
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1310
|
-
"line":
|
|
1310
|
+
"line": 208,
|
|
1311
1311
|
"character": 9,
|
|
1312
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1312
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L208"
|
|
1313
1313
|
}
|
|
1314
1314
|
],
|
|
1315
1315
|
"type": {
|
|
@@ -1345,9 +1345,9 @@
|
|
|
1345
1345
|
"sources": [
|
|
1346
1346
|
{
|
|
1347
1347
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1348
|
-
"line":
|
|
1348
|
+
"line": 255,
|
|
1349
1349
|
"character": 9,
|
|
1350
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1350
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L255"
|
|
1351
1351
|
}
|
|
1352
1352
|
],
|
|
1353
1353
|
"type": {
|
|
@@ -1378,9 +1378,9 @@
|
|
|
1378
1378
|
"sources": [
|
|
1379
1379
|
{
|
|
1380
1380
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1381
|
-
"line":
|
|
1381
|
+
"line": 258,
|
|
1382
1382
|
"character": 9,
|
|
1383
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1383
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L258"
|
|
1384
1384
|
}
|
|
1385
1385
|
],
|
|
1386
1386
|
"type": {
|
|
@@ -1411,9 +1411,9 @@
|
|
|
1411
1411
|
"sources": [
|
|
1412
1412
|
{
|
|
1413
1413
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1414
|
-
"line":
|
|
1414
|
+
"line": 261,
|
|
1415
1415
|
"character": 9,
|
|
1416
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1416
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L261"
|
|
1417
1417
|
}
|
|
1418
1418
|
],
|
|
1419
1419
|
"type": {
|
|
@@ -1444,9 +1444,9 @@
|
|
|
1444
1444
|
"sources": [
|
|
1445
1445
|
{
|
|
1446
1446
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1447
|
-
"line":
|
|
1447
|
+
"line": 236,
|
|
1448
1448
|
"character": 9,
|
|
1449
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1449
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L236"
|
|
1450
1450
|
}
|
|
1451
1451
|
],
|
|
1452
1452
|
"type": {
|
|
@@ -1506,9 +1506,9 @@
|
|
|
1506
1506
|
"sources": [
|
|
1507
1507
|
{
|
|
1508
1508
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1509
|
-
"line":
|
|
1509
|
+
"line": 162,
|
|
1510
1510
|
"character": 9,
|
|
1511
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1511
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L162"
|
|
1512
1512
|
}
|
|
1513
1513
|
],
|
|
1514
1514
|
"type": {
|
|
@@ -1533,9 +1533,9 @@
|
|
|
1533
1533
|
"sources": [
|
|
1534
1534
|
{
|
|
1535
1535
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1536
|
-
"line":
|
|
1536
|
+
"line": 238,
|
|
1537
1537
|
"character": 9,
|
|
1538
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1538
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L238"
|
|
1539
1539
|
}
|
|
1540
1540
|
],
|
|
1541
1541
|
"type": {
|
|
@@ -1556,9 +1556,9 @@
|
|
|
1556
1556
|
"sources": [
|
|
1557
1557
|
{
|
|
1558
1558
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1559
|
-
"line":
|
|
1559
|
+
"line": 240,
|
|
1560
1560
|
"character": 9,
|
|
1561
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1561
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L240"
|
|
1562
1562
|
}
|
|
1563
1563
|
],
|
|
1564
1564
|
"type": {
|
|
@@ -1578,9 +1578,9 @@
|
|
|
1578
1578
|
"sources": [
|
|
1579
1579
|
{
|
|
1580
1580
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1581
|
-
"line":
|
|
1581
|
+
"line": 270,
|
|
1582
1582
|
"character": 9,
|
|
1583
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1583
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L270"
|
|
1584
1584
|
}
|
|
1585
1585
|
],
|
|
1586
1586
|
"type": {
|
|
@@ -1621,9 +1621,9 @@
|
|
|
1621
1621
|
"sources": [
|
|
1622
1622
|
{
|
|
1623
1623
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1624
|
-
"line":
|
|
1624
|
+
"line": 168,
|
|
1625
1625
|
"character": 9,
|
|
1626
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1626
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L168"
|
|
1627
1627
|
}
|
|
1628
1628
|
],
|
|
1629
1629
|
"type": {
|
|
@@ -1656,9 +1656,9 @@
|
|
|
1656
1656
|
"sources": [
|
|
1657
1657
|
{
|
|
1658
1658
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1659
|
-
"line":
|
|
1659
|
+
"line": 175,
|
|
1660
1660
|
"character": 9,
|
|
1661
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1661
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L175"
|
|
1662
1662
|
}
|
|
1663
1663
|
],
|
|
1664
1664
|
"type": {
|
|
@@ -1683,9 +1683,9 @@
|
|
|
1683
1683
|
"sources": [
|
|
1684
1684
|
{
|
|
1685
1685
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1686
|
-
"line":
|
|
1686
|
+
"line": 242,
|
|
1687
1687
|
"character": 9,
|
|
1688
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1688
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L242"
|
|
1689
1689
|
}
|
|
1690
1690
|
],
|
|
1691
1691
|
"type": {
|
|
@@ -1737,9 +1737,9 @@
|
|
|
1737
1737
|
"sources": [
|
|
1738
1738
|
{
|
|
1739
1739
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1740
|
-
"line":
|
|
1740
|
+
"line": 183,
|
|
1741
1741
|
"character": 9,
|
|
1742
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1742
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L183"
|
|
1743
1743
|
}
|
|
1744
1744
|
],
|
|
1745
1745
|
"type": {
|
|
@@ -1763,15 +1763,15 @@
|
|
|
1763
1763
|
"sources": [
|
|
1764
1764
|
{
|
|
1765
1765
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1766
|
-
"line":
|
|
1766
|
+
"line": 73,
|
|
1767
1767
|
"character": 13,
|
|
1768
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1768
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L73"
|
|
1769
1769
|
},
|
|
1770
1770
|
{
|
|
1771
1771
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1772
|
-
"line":
|
|
1772
|
+
"line": 90,
|
|
1773
1773
|
"character": 13,
|
|
1774
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1774
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L90"
|
|
1775
1775
|
}
|
|
1776
1776
|
],
|
|
1777
1777
|
"getSignature": {
|
|
@@ -1783,9 +1783,9 @@
|
|
|
1783
1783
|
"sources": [
|
|
1784
1784
|
{
|
|
1785
1785
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
1786
|
-
"line":
|
|
1786
|
+
"line": 90,
|
|
1787
1787
|
"character": 13,
|
|
1788
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1788
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L90"
|
|
1789
1789
|
}
|
|
1790
1790
|
],
|
|
1791
1791
|
"type": {
|
|
@@ -1810,9 +1810,9 @@
|
|
|
1810
1810
|
"sources": [
|
|
1811
1811
|
{
|
|
1812
1812
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
1813
|
-
"line":
|
|
1813
|
+
"line": 73,
|
|
1814
1814
|
"character": 13,
|
|
1815
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1815
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L73"
|
|
1816
1816
|
}
|
|
1817
1817
|
],
|
|
1818
1818
|
"parameters": [
|
|
@@ -1850,15 +1850,15 @@
|
|
|
1850
1850
|
"sources": [
|
|
1851
1851
|
{
|
|
1852
1852
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1853
|
-
"line":
|
|
1853
|
+
"line": 219,
|
|
1854
1854
|
"character": 13,
|
|
1855
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1855
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L219"
|
|
1856
1856
|
},
|
|
1857
1857
|
{
|
|
1858
1858
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1859
|
-
"line":
|
|
1859
|
+
"line": 232,
|
|
1860
1860
|
"character": 13,
|
|
1861
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1861
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L232"
|
|
1862
1862
|
}
|
|
1863
1863
|
],
|
|
1864
1864
|
"getSignature": {
|
|
@@ -1870,9 +1870,9 @@
|
|
|
1870
1870
|
"sources": [
|
|
1871
1871
|
{
|
|
1872
1872
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
1873
|
-
"line":
|
|
1873
|
+
"line": 232,
|
|
1874
1874
|
"character": 13,
|
|
1875
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1875
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L232"
|
|
1876
1876
|
}
|
|
1877
1877
|
],
|
|
1878
1878
|
"type": {
|
|
@@ -1889,9 +1889,9 @@
|
|
|
1889
1889
|
"sources": [
|
|
1890
1890
|
{
|
|
1891
1891
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
1892
|
-
"line":
|
|
1892
|
+
"line": 219,
|
|
1893
1893
|
"character": 13,
|
|
1894
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1894
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L219"
|
|
1895
1895
|
}
|
|
1896
1896
|
],
|
|
1897
1897
|
"parameters": [
|
|
@@ -1925,15 +1925,15 @@
|
|
|
1925
1925
|
"sources": [
|
|
1926
1926
|
{
|
|
1927
1927
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1928
|
-
"line":
|
|
1928
|
+
"line": 132,
|
|
1929
1929
|
"character": 13,
|
|
1930
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1930
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L132"
|
|
1931
1931
|
},
|
|
1932
1932
|
{
|
|
1933
1933
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
1934
|
-
"line":
|
|
1934
|
+
"line": 136,
|
|
1935
1935
|
"character": 13,
|
|
1936
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1936
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L136"
|
|
1937
1937
|
}
|
|
1938
1938
|
],
|
|
1939
1939
|
"getSignature": {
|
|
@@ -1945,9 +1945,9 @@
|
|
|
1945
1945
|
"sources": [
|
|
1946
1946
|
{
|
|
1947
1947
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
1948
|
-
"line":
|
|
1948
|
+
"line": 136,
|
|
1949
1949
|
"character": 13,
|
|
1950
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1950
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L136"
|
|
1951
1951
|
}
|
|
1952
1952
|
],
|
|
1953
1953
|
"type": {
|
|
@@ -1983,9 +1983,9 @@
|
|
|
1983
1983
|
"sources": [
|
|
1984
1984
|
{
|
|
1985
1985
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
1986
|
-
"line":
|
|
1986
|
+
"line": 132,
|
|
1987
1987
|
"character": 13,
|
|
1988
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
1988
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L132"
|
|
1989
1989
|
}
|
|
1990
1990
|
],
|
|
1991
1991
|
"parameters": [
|
|
@@ -2023,15 +2023,15 @@
|
|
|
2023
2023
|
"sources": [
|
|
2024
2024
|
{
|
|
2025
2025
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2026
|
-
"line":
|
|
2026
|
+
"line": 146,
|
|
2027
2027
|
"character": 13,
|
|
2028
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2028
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L146"
|
|
2029
2029
|
},
|
|
2030
2030
|
{
|
|
2031
2031
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2032
|
-
"line":
|
|
2032
|
+
"line": 153,
|
|
2033
2033
|
"character": 13,
|
|
2034
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2034
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L153"
|
|
2035
2035
|
}
|
|
2036
2036
|
],
|
|
2037
2037
|
"getSignature": {
|
|
@@ -2043,9 +2043,9 @@
|
|
|
2043
2043
|
"sources": [
|
|
2044
2044
|
{
|
|
2045
2045
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2046
|
-
"line":
|
|
2046
|
+
"line": 153,
|
|
2047
2047
|
"character": 13,
|
|
2048
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2048
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L153"
|
|
2049
2049
|
}
|
|
2050
2050
|
],
|
|
2051
2051
|
"type": {
|
|
@@ -2081,9 +2081,9 @@
|
|
|
2081
2081
|
"sources": [
|
|
2082
2082
|
{
|
|
2083
2083
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2084
|
-
"line":
|
|
2084
|
+
"line": 146,
|
|
2085
2085
|
"character": 13,
|
|
2086
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2086
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L146"
|
|
2087
2087
|
}
|
|
2088
2088
|
],
|
|
2089
2089
|
"parameters": [
|
|
@@ -2121,15 +2121,15 @@
|
|
|
2121
2121
|
"sources": [
|
|
2122
2122
|
{
|
|
2123
2123
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2124
|
-
"line":
|
|
2124
|
+
"line": 103,
|
|
2125
2125
|
"character": 13,
|
|
2126
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2126
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L103"
|
|
2127
2127
|
},
|
|
2128
2128
|
{
|
|
2129
2129
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2130
|
-
"line":
|
|
2130
|
+
"line": 108,
|
|
2131
2131
|
"character": 13,
|
|
2132
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2132
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L108"
|
|
2133
2133
|
}
|
|
2134
2134
|
],
|
|
2135
2135
|
"getSignature": {
|
|
@@ -2141,9 +2141,9 @@
|
|
|
2141
2141
|
"sources": [
|
|
2142
2142
|
{
|
|
2143
2143
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2144
|
-
"line":
|
|
2144
|
+
"line": 108,
|
|
2145
2145
|
"character": 13,
|
|
2146
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2146
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L108"
|
|
2147
2147
|
}
|
|
2148
2148
|
],
|
|
2149
2149
|
"type": {
|
|
@@ -2176,9 +2176,9 @@
|
|
|
2176
2176
|
"sources": [
|
|
2177
2177
|
{
|
|
2178
2178
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2179
|
-
"line":
|
|
2179
|
+
"line": 103,
|
|
2180
2180
|
"character": 13,
|
|
2181
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2181
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L103"
|
|
2182
2182
|
}
|
|
2183
2183
|
],
|
|
2184
2184
|
"parameters": [
|
|
@@ -2216,9 +2216,9 @@
|
|
|
2216
2216
|
"sources": [
|
|
2217
2217
|
{
|
|
2218
2218
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2219
|
-
"line":
|
|
2219
|
+
"line": 247,
|
|
2220
2220
|
"character": 13,
|
|
2221
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2221
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L247"
|
|
2222
2222
|
}
|
|
2223
2223
|
],
|
|
2224
2224
|
"getSignature": {
|
|
@@ -2230,9 +2230,9 @@
|
|
|
2230
2230
|
"sources": [
|
|
2231
2231
|
{
|
|
2232
2232
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2233
|
-
"line":
|
|
2233
|
+
"line": 247,
|
|
2234
2234
|
"character": 13,
|
|
2235
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2235
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L247"
|
|
2236
2236
|
}
|
|
2237
2237
|
],
|
|
2238
2238
|
"type": {
|
|
@@ -2253,9 +2253,9 @@
|
|
|
2253
2253
|
"sources": [
|
|
2254
2254
|
{
|
|
2255
2255
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2256
|
-
"line":
|
|
2256
|
+
"line": 62,
|
|
2257
2257
|
"character": 13,
|
|
2258
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2258
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L62"
|
|
2259
2259
|
}
|
|
2260
2260
|
],
|
|
2261
2261
|
"getSignature": {
|
|
@@ -2275,9 +2275,9 @@
|
|
|
2275
2275
|
"sources": [
|
|
2276
2276
|
{
|
|
2277
2277
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2278
|
-
"line":
|
|
2278
|
+
"line": 62,
|
|
2279
2279
|
"character": 13,
|
|
2280
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2280
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L62"
|
|
2281
2281
|
}
|
|
2282
2282
|
],
|
|
2283
2283
|
"type": {
|
|
@@ -2307,9 +2307,9 @@
|
|
|
2307
2307
|
"sources": [
|
|
2308
2308
|
{
|
|
2309
2309
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2310
|
-
"line":
|
|
2310
|
+
"line": 264,
|
|
2311
2311
|
"character": 13,
|
|
2312
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2312
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L264"
|
|
2313
2313
|
}
|
|
2314
2314
|
],
|
|
2315
2315
|
"setSignature": {
|
|
@@ -2321,9 +2321,9 @@
|
|
|
2321
2321
|
"sources": [
|
|
2322
2322
|
{
|
|
2323
2323
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2324
|
-
"line":
|
|
2324
|
+
"line": 264,
|
|
2325
2325
|
"character": 13,
|
|
2326
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2326
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L264"
|
|
2327
2327
|
}
|
|
2328
2328
|
],
|
|
2329
2329
|
"parameters": [
|
|
@@ -2368,9 +2368,9 @@
|
|
|
2368
2368
|
"sources": [
|
|
2369
2369
|
{
|
|
2370
2370
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2371
|
-
"line":
|
|
2371
|
+
"line": 462,
|
|
2372
2372
|
"character": 9,
|
|
2373
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2373
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L462"
|
|
2374
2374
|
}
|
|
2375
2375
|
],
|
|
2376
2376
|
"signatures": [
|
|
@@ -2383,9 +2383,9 @@
|
|
|
2383
2383
|
"sources": [
|
|
2384
2384
|
{
|
|
2385
2385
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2386
|
-
"line":
|
|
2386
|
+
"line": 462,
|
|
2387
2387
|
"character": 9,
|
|
2388
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2388
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L462"
|
|
2389
2389
|
}
|
|
2390
2390
|
],
|
|
2391
2391
|
"parameters": [
|
|
@@ -2420,9 +2420,9 @@
|
|
|
2420
2420
|
"sources": [
|
|
2421
2421
|
{
|
|
2422
2422
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2423
|
-
"line":
|
|
2423
|
+
"line": 456,
|
|
2424
2424
|
"character": 9,
|
|
2425
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2425
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L456"
|
|
2426
2426
|
}
|
|
2427
2427
|
],
|
|
2428
2428
|
"signatures": [
|
|
@@ -2435,9 +2435,9 @@
|
|
|
2435
2435
|
"sources": [
|
|
2436
2436
|
{
|
|
2437
2437
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2438
|
-
"line":
|
|
2438
|
+
"line": 456,
|
|
2439
2439
|
"character": 9,
|
|
2440
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2440
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L456"
|
|
2441
2441
|
}
|
|
2442
2442
|
],
|
|
2443
2443
|
"type": {
|
|
@@ -2459,9 +2459,9 @@
|
|
|
2459
2459
|
"sources": [
|
|
2460
2460
|
{
|
|
2461
2461
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2462
|
-
"line":
|
|
2462
|
+
"line": 508,
|
|
2463
2463
|
"character": 9,
|
|
2464
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2464
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L508"
|
|
2465
2465
|
}
|
|
2466
2466
|
],
|
|
2467
2467
|
"signatures": [
|
|
@@ -2474,9 +2474,9 @@
|
|
|
2474
2474
|
"sources": [
|
|
2475
2475
|
{
|
|
2476
2476
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2477
|
-
"line":
|
|
2477
|
+
"line": 508,
|
|
2478
2478
|
"character": 9,
|
|
2479
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2479
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L508"
|
|
2480
2480
|
}
|
|
2481
2481
|
],
|
|
2482
2482
|
"parameters": [
|
|
@@ -2516,9 +2516,9 @@
|
|
|
2516
2516
|
"sources": [
|
|
2517
2517
|
{
|
|
2518
2518
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2519
|
-
"line":
|
|
2519
|
+
"line": 358,
|
|
2520
2520
|
"character": 9,
|
|
2521
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2521
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L358"
|
|
2522
2522
|
}
|
|
2523
2523
|
],
|
|
2524
2524
|
"signatures": [
|
|
@@ -2539,9 +2539,9 @@
|
|
|
2539
2539
|
"sources": [
|
|
2540
2540
|
{
|
|
2541
2541
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2542
|
-
"line":
|
|
2542
|
+
"line": 358,
|
|
2543
2543
|
"character": 9,
|
|
2544
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2544
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L358"
|
|
2545
2545
|
}
|
|
2546
2546
|
],
|
|
2547
2547
|
"type": {
|
|
@@ -2573,9 +2573,9 @@
|
|
|
2573
2573
|
"sources": [
|
|
2574
2574
|
{
|
|
2575
2575
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2576
|
-
"line":
|
|
2576
|
+
"line": 363,
|
|
2577
2577
|
"character": 9,
|
|
2578
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2578
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L363"
|
|
2579
2579
|
}
|
|
2580
2580
|
],
|
|
2581
2581
|
"signatures": [
|
|
@@ -2596,9 +2596,9 @@
|
|
|
2596
2596
|
"sources": [
|
|
2597
2597
|
{
|
|
2598
2598
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2599
|
-
"line":
|
|
2599
|
+
"line": 363,
|
|
2600
2600
|
"character": 9,
|
|
2601
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2601
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L363"
|
|
2602
2602
|
}
|
|
2603
2603
|
],
|
|
2604
2604
|
"type": {
|
|
@@ -2630,9 +2630,9 @@
|
|
|
2630
2630
|
"sources": [
|
|
2631
2631
|
{
|
|
2632
2632
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2633
|
-
"line":
|
|
2633
|
+
"line": 345,
|
|
2634
2634
|
"character": 9,
|
|
2635
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2635
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L345"
|
|
2636
2636
|
}
|
|
2637
2637
|
],
|
|
2638
2638
|
"signatures": [
|
|
@@ -2653,9 +2653,9 @@
|
|
|
2653
2653
|
"sources": [
|
|
2654
2654
|
{
|
|
2655
2655
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2656
|
-
"line":
|
|
2656
|
+
"line": 345,
|
|
2657
2657
|
"character": 9,
|
|
2658
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2658
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L345"
|
|
2659
2659
|
}
|
|
2660
2660
|
],
|
|
2661
2661
|
"type": {
|
|
@@ -2687,9 +2687,9 @@
|
|
|
2687
2687
|
"sources": [
|
|
2688
2688
|
{
|
|
2689
2689
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2690
|
-
"line":
|
|
2690
|
+
"line": 500,
|
|
2691
2691
|
"character": 9,
|
|
2692
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2692
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L500"
|
|
2693
2693
|
}
|
|
2694
2694
|
],
|
|
2695
2695
|
"signatures": [
|
|
@@ -2702,9 +2702,9 @@
|
|
|
2702
2702
|
"sources": [
|
|
2703
2703
|
{
|
|
2704
2704
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2705
|
-
"line":
|
|
2705
|
+
"line": 500,
|
|
2706
2706
|
"character": 9,
|
|
2707
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2707
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L500"
|
|
2708
2708
|
}
|
|
2709
2709
|
],
|
|
2710
2710
|
"parameters": [
|
|
@@ -2744,9 +2744,9 @@
|
|
|
2744
2744
|
"sources": [
|
|
2745
2745
|
{
|
|
2746
2746
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2747
|
-
"line":
|
|
2747
|
+
"line": 504,
|
|
2748
2748
|
"character": 9,
|
|
2749
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2749
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L504"
|
|
2750
2750
|
}
|
|
2751
2751
|
],
|
|
2752
2752
|
"signatures": [
|
|
@@ -2759,9 +2759,9 @@
|
|
|
2759
2759
|
"sources": [
|
|
2760
2760
|
{
|
|
2761
2761
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2762
|
-
"line":
|
|
2762
|
+
"line": 504,
|
|
2763
2763
|
"character": 9,
|
|
2764
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2764
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L504"
|
|
2765
2765
|
}
|
|
2766
2766
|
],
|
|
2767
2767
|
"parameters": [
|
|
@@ -2801,9 +2801,9 @@
|
|
|
2801
2801
|
"sources": [
|
|
2802
2802
|
{
|
|
2803
2803
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2804
|
-
"line":
|
|
2804
|
+
"line": 376,
|
|
2805
2805
|
"character": 9,
|
|
2806
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2806
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L376"
|
|
2807
2807
|
}
|
|
2808
2808
|
],
|
|
2809
2809
|
"signatures": [
|
|
@@ -2816,9 +2816,9 @@
|
|
|
2816
2816
|
"sources": [
|
|
2817
2817
|
{
|
|
2818
2818
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2819
|
-
"line":
|
|
2819
|
+
"line": 376,
|
|
2820
2820
|
"character": 9,
|
|
2821
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2821
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L376"
|
|
2822
2822
|
}
|
|
2823
2823
|
],
|
|
2824
2824
|
"parameters": [
|
|
@@ -2858,9 +2858,9 @@
|
|
|
2858
2858
|
"sources": [
|
|
2859
2859
|
{
|
|
2860
2860
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2861
|
-
"line":
|
|
2861
|
+
"line": 574,
|
|
2862
2862
|
"character": 9,
|
|
2863
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2863
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L574"
|
|
2864
2864
|
}
|
|
2865
2865
|
],
|
|
2866
2866
|
"signatures": [
|
|
@@ -2873,9 +2873,9 @@
|
|
|
2873
2873
|
"sources": [
|
|
2874
2874
|
{
|
|
2875
2875
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2876
|
-
"line":
|
|
2876
|
+
"line": 574,
|
|
2877
2877
|
"character": 9,
|
|
2878
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2878
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L574"
|
|
2879
2879
|
}
|
|
2880
2880
|
],
|
|
2881
2881
|
"parameters": [
|
|
@@ -2910,9 +2910,9 @@
|
|
|
2910
2910
|
"sources": [
|
|
2911
2911
|
{
|
|
2912
2912
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2913
|
-
"line":
|
|
2913
|
+
"line": 515,
|
|
2914
2914
|
"character": 9,
|
|
2915
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2915
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L515"
|
|
2916
2916
|
}
|
|
2917
2917
|
],
|
|
2918
2918
|
"signatures": [
|
|
@@ -2925,9 +2925,9 @@
|
|
|
2925
2925
|
"sources": [
|
|
2926
2926
|
{
|
|
2927
2927
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2928
|
-
"line":
|
|
2928
|
+
"line": 515,
|
|
2929
2929
|
"character": 9,
|
|
2930
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2930
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L515"
|
|
2931
2931
|
}
|
|
2932
2932
|
],
|
|
2933
2933
|
"parameters": [
|
|
@@ -2967,9 +2967,9 @@
|
|
|
2967
2967
|
"sources": [
|
|
2968
2968
|
{
|
|
2969
2969
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
2970
|
-
"line":
|
|
2970
|
+
"line": 466,
|
|
2971
2971
|
"character": 9,
|
|
2972
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2972
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L466"
|
|
2973
2973
|
}
|
|
2974
2974
|
],
|
|
2975
2975
|
"signatures": [
|
|
@@ -2982,9 +2982,9 @@
|
|
|
2982
2982
|
"sources": [
|
|
2983
2983
|
{
|
|
2984
2984
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
2985
|
-
"line":
|
|
2985
|
+
"line": 466,
|
|
2986
2986
|
"character": 9,
|
|
2987
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
2987
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L466"
|
|
2988
2988
|
}
|
|
2989
2989
|
],
|
|
2990
2990
|
"parameters": [
|
|
@@ -3024,9 +3024,9 @@
|
|
|
3024
3024
|
"sources": [
|
|
3025
3025
|
{
|
|
3026
3026
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
3027
|
-
"line":
|
|
3027
|
+
"line": 479,
|
|
3028
3028
|
"character": 9,
|
|
3029
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3029
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L479"
|
|
3030
3030
|
}
|
|
3031
3031
|
],
|
|
3032
3032
|
"signatures": [
|
|
@@ -3039,9 +3039,9 @@
|
|
|
3039
3039
|
"sources": [
|
|
3040
3040
|
{
|
|
3041
3041
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts",
|
|
3042
|
-
"line":
|
|
3042
|
+
"line": 479,
|
|
3043
3043
|
"character": 9,
|
|
3044
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3044
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L479"
|
|
3045
3045
|
}
|
|
3046
3046
|
],
|
|
3047
3047
|
"parameters": [
|
|
@@ -3148,9 +3148,9 @@
|
|
|
3148
3148
|
"sources": [
|
|
3149
3149
|
{
|
|
3150
3150
|
"fileName": "projects/lists/src/modules/repeater/repeater-item.component.ts",
|
|
3151
|
-
"line":
|
|
3151
|
+
"line": 54,
|
|
3152
3152
|
"character": 13,
|
|
3153
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3153
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item.component.ts#L54"
|
|
3154
3154
|
}
|
|
3155
3155
|
],
|
|
3156
3156
|
"implementedTypes": [
|
|
@@ -3186,7 +3186,7 @@
|
|
|
3186
3186
|
{
|
|
3187
3187
|
"name": "Component",
|
|
3188
3188
|
"arguments": {
|
|
3189
|
-
"obj": "@Component({\n selector: 'sky-repeater-item',\n styleUrls: ['./repeater-item.component.scss'],\n templateUrl: './repeater-item.component.html',\n animations: [skyAnimationSlide],\n providers: [SkyContentInfoProvider],\n encapsulation: ViewEncapsulation.None,\n})"
|
|
3189
|
+
"obj": "@Component({\n selector: 'sky-repeater-item',\n styleUrls: ['./repeater-item.component.scss'],\n templateUrl: './repeater-item.component.html',\n animations: [skyAnimationSlide],\n providers: [SkyContentInfoProvider],\n encapsulation: ViewEncapsulation.None,\n standalone: false,\n})"
|
|
3190
3190
|
}
|
|
3191
3191
|
}
|
|
3192
3192
|
]
|
|
@@ -3215,9 +3215,9 @@
|
|
|
3215
3215
|
"sources": [
|
|
3216
3216
|
{
|
|
3217
3217
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3218
|
-
"line":
|
|
3218
|
+
"line": 144,
|
|
3219
3219
|
"character": 2,
|
|
3220
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3220
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L144"
|
|
3221
3221
|
}
|
|
3222
3222
|
],
|
|
3223
3223
|
"signatures": [
|
|
@@ -3230,9 +3230,9 @@
|
|
|
3230
3230
|
"sources": [
|
|
3231
3231
|
{
|
|
3232
3232
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater.component.ts",
|
|
3233
|
-
"line":
|
|
3233
|
+
"line": 144,
|
|
3234
3234
|
"character": 2,
|
|
3235
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3235
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L144"
|
|
3236
3236
|
}
|
|
3237
3237
|
],
|
|
3238
3238
|
"type": {
|
|
@@ -3263,9 +3263,9 @@
|
|
|
3263
3263
|
"sources": [
|
|
3264
3264
|
{
|
|
3265
3265
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3266
|
-
"line":
|
|
3266
|
+
"line": 60,
|
|
3267
3267
|
"character": 9,
|
|
3268
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3268
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L60"
|
|
3269
3269
|
}
|
|
3270
3270
|
],
|
|
3271
3271
|
"type": {
|
|
@@ -3297,9 +3297,9 @@
|
|
|
3297
3297
|
"sources": [
|
|
3298
3298
|
{
|
|
3299
3299
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3300
|
-
"line":
|
|
3300
|
+
"line": 113,
|
|
3301
3301
|
"character": 9,
|
|
3302
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3302
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L113"
|
|
3303
3303
|
}
|
|
3304
3304
|
],
|
|
3305
3305
|
"type": {
|
|
@@ -3370,9 +3370,9 @@
|
|
|
3370
3370
|
"sources": [
|
|
3371
3371
|
{
|
|
3372
3372
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3373
|
-
"line":
|
|
3373
|
+
"line": 70,
|
|
3374
3374
|
"character": 9,
|
|
3375
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3375
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L70"
|
|
3376
3376
|
}
|
|
3377
3377
|
],
|
|
3378
3378
|
"type": {
|
|
@@ -3396,9 +3396,9 @@
|
|
|
3396
3396
|
"sources": [
|
|
3397
3397
|
{
|
|
3398
3398
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3399
|
-
"line":
|
|
3399
|
+
"line": 126,
|
|
3400
3400
|
"character": 9,
|
|
3401
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3401
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L126"
|
|
3402
3402
|
}
|
|
3403
3403
|
],
|
|
3404
3404
|
"type": {
|
|
@@ -3418,9 +3418,9 @@
|
|
|
3418
3418
|
"sources": [
|
|
3419
3419
|
{
|
|
3420
3420
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3421
|
-
"line":
|
|
3421
|
+
"line": 124,
|
|
3422
3422
|
"character": 9,
|
|
3423
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3423
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L124"
|
|
3424
3424
|
}
|
|
3425
3425
|
],
|
|
3426
3426
|
"type": {
|
|
@@ -3469,9 +3469,9 @@
|
|
|
3469
3469
|
"sources": [
|
|
3470
3470
|
{
|
|
3471
3471
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3472
|
-
"line":
|
|
3472
|
+
"line": 121,
|
|
3473
3473
|
"character": 9,
|
|
3474
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3474
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L121"
|
|
3475
3475
|
}
|
|
3476
3476
|
],
|
|
3477
3477
|
"type": {
|
|
@@ -3526,9 +3526,9 @@
|
|
|
3526
3526
|
"sources": [
|
|
3527
3527
|
{
|
|
3528
3528
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3529
|
-
"line":
|
|
3529
|
+
"line": 78,
|
|
3530
3530
|
"character": 9,
|
|
3531
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3531
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L78"
|
|
3532
3532
|
}
|
|
3533
3533
|
],
|
|
3534
3534
|
"type": {
|
|
@@ -3553,9 +3553,9 @@
|
|
|
3553
3553
|
"sources": [
|
|
3554
3554
|
{
|
|
3555
3555
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3556
|
-
"line":
|
|
3556
|
+
"line": 128,
|
|
3557
3557
|
"character": 9,
|
|
3558
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3558
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L128"
|
|
3559
3559
|
}
|
|
3560
3560
|
],
|
|
3561
3561
|
"type": {
|
|
@@ -3580,15 +3580,15 @@
|
|
|
3580
3580
|
"sources": [
|
|
3581
3581
|
{
|
|
3582
3582
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3583
|
-
"line":
|
|
3583
|
+
"line": 100,
|
|
3584
3584
|
"character": 13,
|
|
3585
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3585
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L100"
|
|
3586
3586
|
},
|
|
3587
3587
|
{
|
|
3588
3588
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3589
|
-
"line":
|
|
3589
|
+
"line": 105,
|
|
3590
3590
|
"character": 13,
|
|
3591
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3591
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L105"
|
|
3592
3592
|
}
|
|
3593
3593
|
],
|
|
3594
3594
|
"getSignature": {
|
|
@@ -3600,9 +3600,9 @@
|
|
|
3600
3600
|
"sources": [
|
|
3601
3601
|
{
|
|
3602
3602
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater.component.ts",
|
|
3603
|
-
"line":
|
|
3603
|
+
"line": 105,
|
|
3604
3604
|
"character": 13,
|
|
3605
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3605
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L105"
|
|
3606
3606
|
}
|
|
3607
3607
|
],
|
|
3608
3608
|
"type": {
|
|
@@ -3720,9 +3720,9 @@
|
|
|
3720
3720
|
"sources": [
|
|
3721
3721
|
{
|
|
3722
3722
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater.component.ts",
|
|
3723
|
-
"line":
|
|
3723
|
+
"line": 100,
|
|
3724
3724
|
"character": 13,
|
|
3725
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3725
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L100"
|
|
3726
3726
|
}
|
|
3727
3727
|
],
|
|
3728
3728
|
"parameters": [
|
|
@@ -3762,9 +3762,9 @@
|
|
|
3762
3762
|
"sources": [
|
|
3763
3763
|
{
|
|
3764
3764
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3765
|
-
"line":
|
|
3765
|
+
"line": 185,
|
|
3766
3766
|
"character": 9,
|
|
3767
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3767
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L185"
|
|
3768
3768
|
}
|
|
3769
3769
|
],
|
|
3770
3770
|
"signatures": [
|
|
@@ -3785,9 +3785,9 @@
|
|
|
3785
3785
|
"sources": [
|
|
3786
3786
|
{
|
|
3787
3787
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater.component.ts",
|
|
3788
|
-
"line":
|
|
3788
|
+
"line": 185,
|
|
3789
3789
|
"character": 9,
|
|
3790
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3790
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L185"
|
|
3791
3791
|
}
|
|
3792
3792
|
],
|
|
3793
3793
|
"type": {
|
|
@@ -3819,9 +3819,9 @@
|
|
|
3819
3819
|
"sources": [
|
|
3820
3820
|
{
|
|
3821
3821
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3822
|
-
"line":
|
|
3822
|
+
"line": 228,
|
|
3823
3823
|
"character": 9,
|
|
3824
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3824
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L228"
|
|
3825
3825
|
}
|
|
3826
3826
|
],
|
|
3827
3827
|
"signatures": [
|
|
@@ -3842,9 +3842,9 @@
|
|
|
3842
3842
|
"sources": [
|
|
3843
3843
|
{
|
|
3844
3844
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater.component.ts",
|
|
3845
|
-
"line":
|
|
3845
|
+
"line": 228,
|
|
3846
3846
|
"character": 9,
|
|
3847
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3847
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L228"
|
|
3848
3848
|
}
|
|
3849
3849
|
],
|
|
3850
3850
|
"type": {
|
|
@@ -3876,9 +3876,9 @@
|
|
|
3876
3876
|
"sources": [
|
|
3877
3877
|
{
|
|
3878
3878
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3879
|
-
"line":
|
|
3879
|
+
"line": 239,
|
|
3880
3880
|
"character": 9,
|
|
3881
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3881
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L239"
|
|
3882
3882
|
}
|
|
3883
3883
|
],
|
|
3884
3884
|
"signatures": [
|
|
@@ -3899,9 +3899,9 @@
|
|
|
3899
3899
|
"sources": [
|
|
3900
3900
|
{
|
|
3901
3901
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater.component.ts",
|
|
3902
|
-
"line":
|
|
3902
|
+
"line": 239,
|
|
3903
3903
|
"character": 9,
|
|
3904
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3904
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L239"
|
|
3905
3905
|
}
|
|
3906
3906
|
],
|
|
3907
3907
|
"parameters": [
|
|
@@ -3959,9 +3959,9 @@
|
|
|
3959
3959
|
"sources": [
|
|
3960
3960
|
{
|
|
3961
3961
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
3962
|
-
"line":
|
|
3962
|
+
"line": 260,
|
|
3963
3963
|
"character": 9,
|
|
3964
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3964
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L260"
|
|
3965
3965
|
}
|
|
3966
3966
|
],
|
|
3967
3967
|
"signatures": [
|
|
@@ -3982,9 +3982,9 @@
|
|
|
3982
3982
|
"sources": [
|
|
3983
3983
|
{
|
|
3984
3984
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater.component.ts",
|
|
3985
|
-
"line":
|
|
3985
|
+
"line": 260,
|
|
3986
3986
|
"character": 9,
|
|
3987
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
3987
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L260"
|
|
3988
3988
|
}
|
|
3989
3989
|
],
|
|
3990
3990
|
"type": {
|
|
@@ -4016,9 +4016,9 @@
|
|
|
4016
4016
|
"sources": [
|
|
4017
4017
|
{
|
|
4018
4018
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
4019
|
-
"line":
|
|
4019
|
+
"line": 266,
|
|
4020
4020
|
"character": 9,
|
|
4021
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4021
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L266"
|
|
4022
4022
|
}
|
|
4023
4023
|
],
|
|
4024
4024
|
"signatures": [
|
|
@@ -4039,9 +4039,9 @@
|
|
|
4039
4039
|
"sources": [
|
|
4040
4040
|
{
|
|
4041
4041
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater.component.ts",
|
|
4042
|
-
"line":
|
|
4042
|
+
"line": 266,
|
|
4043
4043
|
"character": 9,
|
|
4044
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4044
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L266"
|
|
4045
4045
|
}
|
|
4046
4046
|
],
|
|
4047
4047
|
"type": {
|
|
@@ -4073,9 +4073,9 @@
|
|
|
4073
4073
|
"sources": [
|
|
4074
4074
|
{
|
|
4075
4075
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
4076
|
-
"line":
|
|
4076
|
+
"line": 270,
|
|
4077
4077
|
"character": 9,
|
|
4078
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4078
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L270"
|
|
4079
4079
|
}
|
|
4080
4080
|
],
|
|
4081
4081
|
"signatures": [
|
|
@@ -4088,9 +4088,9 @@
|
|
|
4088
4088
|
"sources": [
|
|
4089
4089
|
{
|
|
4090
4090
|
"fileName": "libs/components/lists/src/lib/modules/repeater/repeater.component.ts",
|
|
4091
|
-
"line":
|
|
4091
|
+
"line": 270,
|
|
4092
4092
|
"character": 9,
|
|
4093
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4093
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L270"
|
|
4094
4094
|
}
|
|
4095
4095
|
],
|
|
4096
4096
|
"type": {
|
|
@@ -4143,9 +4143,9 @@
|
|
|
4143
4143
|
"sources": [
|
|
4144
4144
|
{
|
|
4145
4145
|
"fileName": "projects/lists/src/modules/repeater/repeater.component.ts",
|
|
4146
|
-
"line":
|
|
4146
|
+
"line": 50,
|
|
4147
4147
|
"character": 13,
|
|
4148
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4148
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater.component.ts#L50"
|
|
4149
4149
|
}
|
|
4150
4150
|
],
|
|
4151
4151
|
"implementedTypes": [
|
|
@@ -4199,7 +4199,7 @@
|
|
|
4199
4199
|
{
|
|
4200
4200
|
"name": "Component",
|
|
4201
4201
|
"arguments": {
|
|
4202
|
-
"obj": "@Component({\n selector: 'sky-repeater',\n styleUrls: ['./repeater.component.scss'],\n templateUrl: './repeater.component.html',\n providers: [\n SkyRepeaterService,\n SkyRepeaterAdapterService,\n SkyRepeaterAutoScrollService,\n ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})"
|
|
4202
|
+
"obj": "@Component({\n selector: 'sky-repeater',\n styleUrls: ['./repeater.component.scss'],\n templateUrl: './repeater.component.html',\n providers: [\n SkyRepeaterService,\n SkyRepeaterAdapterService,\n SkyRepeaterAutoScrollService,\n ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n})"
|
|
4203
4203
|
}
|
|
4204
4204
|
}
|
|
4205
4205
|
]
|
|
@@ -4230,16 +4230,16 @@
|
|
|
4230
4230
|
"sources": [
|
|
4231
4231
|
{
|
|
4232
4232
|
"fileName": "projects/lists/src/modules/repeater/repeater-item-title.component.ts",
|
|
4233
|
-
"line":
|
|
4233
|
+
"line": 11,
|
|
4234
4234
|
"character": 13,
|
|
4235
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4235
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item-title.component.ts#L11"
|
|
4236
4236
|
}
|
|
4237
4237
|
],
|
|
4238
4238
|
"decorators": [
|
|
4239
4239
|
{
|
|
4240
4240
|
"name": "Component",
|
|
4241
4241
|
"arguments": {
|
|
4242
|
-
"obj": "@Component({\n selector: 'sky-repeater-item-title',\n templateUrl: './repeater-item-title.component.html',\n})"
|
|
4242
|
+
"obj": "@Component({\n selector: 'sky-repeater-item-title',\n templateUrl: './repeater-item-title.component.html',\n standalone: false,\n})"
|
|
4243
4243
|
}
|
|
4244
4244
|
}
|
|
4245
4245
|
]
|
|
@@ -4260,9 +4260,9 @@
|
|
|
4260
4260
|
"sources": [
|
|
4261
4261
|
{
|
|
4262
4262
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
4263
|
-
"line":
|
|
4263
|
+
"line": 60,
|
|
4264
4264
|
"character": 2,
|
|
4265
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4265
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L60"
|
|
4266
4266
|
}
|
|
4267
4267
|
],
|
|
4268
4268
|
"signatures": [
|
|
@@ -4275,9 +4275,9 @@
|
|
|
4275
4275
|
"sources": [
|
|
4276
4276
|
{
|
|
4277
4277
|
"fileName": "libs/components/lists/src/lib/modules/sort/sort-item.component.ts",
|
|
4278
|
-
"line":
|
|
4278
|
+
"line": 60,
|
|
4279
4279
|
"character": 2,
|
|
4280
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4280
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L60"
|
|
4281
4281
|
}
|
|
4282
4282
|
],
|
|
4283
4283
|
"parameters": [
|
|
@@ -4342,9 +4342,9 @@
|
|
|
4342
4342
|
"sources": [
|
|
4343
4343
|
{
|
|
4344
4344
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
4345
|
-
"line":
|
|
4345
|
+
"line": 38,
|
|
4346
4346
|
"character": 9,
|
|
4347
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4347
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L38"
|
|
4348
4348
|
}
|
|
4349
4349
|
],
|
|
4350
4350
|
"type": {
|
|
@@ -4368,9 +4368,9 @@
|
|
|
4368
4368
|
"sources": [
|
|
4369
4369
|
{
|
|
4370
4370
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
4371
|
-
"line":
|
|
4371
|
+
"line": 46,
|
|
4372
4372
|
"character": 9,
|
|
4373
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4373
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L46"
|
|
4374
4374
|
}
|
|
4375
4375
|
],
|
|
4376
4376
|
"type": {
|
|
@@ -4410,9 +4410,9 @@
|
|
|
4410
4410
|
"sources": [
|
|
4411
4411
|
{
|
|
4412
4412
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
4413
|
-
"line":
|
|
4413
|
+
"line": 44,
|
|
4414
4414
|
"character": 9,
|
|
4415
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4415
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L44"
|
|
4416
4416
|
}
|
|
4417
4417
|
],
|
|
4418
4418
|
"type": {
|
|
@@ -4449,9 +4449,9 @@
|
|
|
4449
4449
|
"sources": [
|
|
4450
4450
|
{
|
|
4451
4451
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
4452
|
-
"line":
|
|
4452
|
+
"line": 51,
|
|
4453
4453
|
"character": 9,
|
|
4454
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4454
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L51"
|
|
4455
4455
|
}
|
|
4456
4456
|
],
|
|
4457
4457
|
"type": {
|
|
@@ -4482,9 +4482,9 @@
|
|
|
4482
4482
|
"sources": [
|
|
4483
4483
|
{
|
|
4484
4484
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
4485
|
-
"line":
|
|
4485
|
+
"line": 92,
|
|
4486
4486
|
"character": 9,
|
|
4487
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4487
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L92"
|
|
4488
4488
|
}
|
|
4489
4489
|
],
|
|
4490
4490
|
"signatures": [
|
|
@@ -4497,9 +4497,9 @@
|
|
|
4497
4497
|
"sources": [
|
|
4498
4498
|
{
|
|
4499
4499
|
"fileName": "libs/components/lists/src/lib/modules/sort/sort-item.component.ts",
|
|
4500
|
-
"line":
|
|
4500
|
+
"line": 92,
|
|
4501
4501
|
"character": 9,
|
|
4502
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4502
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L92"
|
|
4503
4503
|
}
|
|
4504
4504
|
],
|
|
4505
4505
|
"type": {
|
|
@@ -4521,9 +4521,9 @@
|
|
|
4521
4521
|
"sources": [
|
|
4522
4522
|
{
|
|
4523
4523
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
4524
|
-
"line":
|
|
4524
|
+
"line": 80,
|
|
4525
4525
|
"character": 9,
|
|
4526
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4526
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L80"
|
|
4527
4527
|
}
|
|
4528
4528
|
],
|
|
4529
4529
|
"signatures": [
|
|
@@ -4544,9 +4544,9 @@
|
|
|
4544
4544
|
"sources": [
|
|
4545
4545
|
{
|
|
4546
4546
|
"fileName": "libs/components/lists/src/lib/modules/sort/sort-item.component.ts",
|
|
4547
|
-
"line":
|
|
4547
|
+
"line": 80,
|
|
4548
4548
|
"character": 9,
|
|
4549
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4549
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L80"
|
|
4550
4550
|
}
|
|
4551
4551
|
],
|
|
4552
4552
|
"parameters": [
|
|
@@ -4604,9 +4604,9 @@
|
|
|
4604
4604
|
"sources": [
|
|
4605
4605
|
{
|
|
4606
4606
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
4607
|
-
"line":
|
|
4607
|
+
"line": 99,
|
|
4608
4608
|
"character": 9,
|
|
4609
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4609
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L99"
|
|
4610
4610
|
}
|
|
4611
4611
|
],
|
|
4612
4612
|
"signatures": [
|
|
@@ -4627,9 +4627,9 @@
|
|
|
4627
4627
|
"sources": [
|
|
4628
4628
|
{
|
|
4629
4629
|
"fileName": "libs/components/lists/src/lib/modules/sort/sort-item.component.ts",
|
|
4630
|
-
"line":
|
|
4630
|
+
"line": 99,
|
|
4631
4631
|
"character": 9,
|
|
4632
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4632
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L99"
|
|
4633
4633
|
}
|
|
4634
4634
|
],
|
|
4635
4635
|
"type": {
|
|
@@ -4661,9 +4661,9 @@
|
|
|
4661
4661
|
"sources": [
|
|
4662
4662
|
{
|
|
4663
4663
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
4664
|
-
"line":
|
|
4664
|
+
"line": 65,
|
|
4665
4665
|
"character": 9,
|
|
4666
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4666
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L65"
|
|
4667
4667
|
}
|
|
4668
4668
|
],
|
|
4669
4669
|
"signatures": [
|
|
@@ -4684,9 +4684,9 @@
|
|
|
4684
4684
|
"sources": [
|
|
4685
4685
|
{
|
|
4686
4686
|
"fileName": "libs/components/lists/src/lib/modules/sort/sort-item.component.ts",
|
|
4687
|
-
"line":
|
|
4687
|
+
"line": 65,
|
|
4688
4688
|
"character": 9,
|
|
4689
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4689
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L65"
|
|
4690
4690
|
}
|
|
4691
4691
|
],
|
|
4692
4692
|
"type": {
|
|
@@ -4737,9 +4737,9 @@
|
|
|
4737
4737
|
"sources": [
|
|
4738
4738
|
{
|
|
4739
4739
|
"fileName": "projects/lists/src/modules/sort/sort-item.component.ts",
|
|
4740
|
-
"line":
|
|
4740
|
+
"line": 33,
|
|
4741
4741
|
"character": 13,
|
|
4742
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4742
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort-item.component.ts#L33"
|
|
4743
4743
|
}
|
|
4744
4744
|
],
|
|
4745
4745
|
"implementedTypes": [
|
|
@@ -4775,7 +4775,7 @@
|
|
|
4775
4775
|
{
|
|
4776
4776
|
"name": "Component",
|
|
4777
4777
|
"arguments": {
|
|
4778
|
-
"obj": "@Component({\n selector: 'sky-sort-item',\n templateUrl: './sort-item.component.html',\n styleUrls: ['./sort-item.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n})"
|
|
4778
|
+
"obj": "@Component({\n selector: 'sky-sort-item',\n templateUrl: './sort-item.component.html',\n styleUrls: ['./sort-item.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n standalone: false,\n})"
|
|
4779
4779
|
}
|
|
4780
4780
|
}
|
|
4781
4781
|
]
|
|
@@ -4796,9 +4796,9 @@
|
|
|
4796
4796
|
"sources": [
|
|
4797
4797
|
{
|
|
4798
4798
|
"fileName": "projects/lists/src/modules/sort/sort.component.ts",
|
|
4799
|
-
"line":
|
|
4799
|
+
"line": 52,
|
|
4800
4800
|
"character": 2,
|
|
4801
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4801
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort.component.ts#L52"
|
|
4802
4802
|
}
|
|
4803
4803
|
],
|
|
4804
4804
|
"signatures": [
|
|
@@ -4811,9 +4811,9 @@
|
|
|
4811
4811
|
"sources": [
|
|
4812
4812
|
{
|
|
4813
4813
|
"fileName": "libs/components/lists/src/lib/modules/sort/sort.component.ts",
|
|
4814
|
-
"line":
|
|
4814
|
+
"line": 52,
|
|
4815
4815
|
"character": 2,
|
|
4816
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4816
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort.component.ts#L52"
|
|
4817
4817
|
}
|
|
4818
4818
|
],
|
|
4819
4819
|
"type": {
|
|
@@ -4868,9 +4868,9 @@
|
|
|
4868
4868
|
"sources": [
|
|
4869
4869
|
{
|
|
4870
4870
|
"fileName": "projects/lists/src/modules/sort/sort.component.ts",
|
|
4871
|
-
"line":
|
|
4871
|
+
"line": 35,
|
|
4872
4872
|
"character": 9,
|
|
4873
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4873
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort.component.ts#L35"
|
|
4874
4874
|
}
|
|
4875
4875
|
],
|
|
4876
4876
|
"type": {
|
|
@@ -4894,9 +4894,9 @@
|
|
|
4894
4894
|
"sources": [
|
|
4895
4895
|
{
|
|
4896
4896
|
"fileName": "projects/lists/src/modules/sort/sort.component.ts",
|
|
4897
|
-
"line":
|
|
4897
|
+
"line": 43,
|
|
4898
4898
|
"character": 9,
|
|
4899
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4899
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort.component.ts#L43"
|
|
4900
4900
|
}
|
|
4901
4901
|
],
|
|
4902
4902
|
"type": {
|
|
@@ -4941,9 +4941,9 @@
|
|
|
4941
4941
|
"sources": [
|
|
4942
4942
|
{
|
|
4943
4943
|
"fileName": "projects/lists/src/modules/sort/sort.component.ts",
|
|
4944
|
-
"line":
|
|
4944
|
+
"line": 41,
|
|
4945
4945
|
"character": 9,
|
|
4946
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4946
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort.component.ts#L41"
|
|
4947
4947
|
}
|
|
4948
4948
|
],
|
|
4949
4949
|
"type": {
|
|
@@ -4968,9 +4968,9 @@
|
|
|
4968
4968
|
"sources": [
|
|
4969
4969
|
{
|
|
4970
4970
|
"fileName": "projects/lists/src/modules/sort/sort.component.ts",
|
|
4971
|
-
"line":
|
|
4971
|
+
"line": 46,
|
|
4972
4972
|
"character": 9,
|
|
4973
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
4973
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort.component.ts#L46"
|
|
4974
4974
|
}
|
|
4975
4975
|
],
|
|
4976
4976
|
"type": {
|
|
@@ -5003,9 +5003,9 @@
|
|
|
5003
5003
|
"sources": [
|
|
5004
5004
|
{
|
|
5005
5005
|
"fileName": "projects/lists/src/modules/sort/sort.component.ts",
|
|
5006
|
-
"line":
|
|
5006
|
+
"line": 56,
|
|
5007
5007
|
"character": 9,
|
|
5008
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5008
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort.component.ts#L56"
|
|
5009
5009
|
}
|
|
5010
5010
|
],
|
|
5011
5011
|
"signatures": [
|
|
@@ -5018,9 +5018,9 @@
|
|
|
5018
5018
|
"sources": [
|
|
5019
5019
|
{
|
|
5020
5020
|
"fileName": "libs/components/lists/src/lib/modules/sort/sort.component.ts",
|
|
5021
|
-
"line":
|
|
5021
|
+
"line": 56,
|
|
5022
5022
|
"character": 9,
|
|
5023
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5023
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort.component.ts#L56"
|
|
5024
5024
|
}
|
|
5025
5025
|
],
|
|
5026
5026
|
"type": {
|
|
@@ -5058,16 +5058,16 @@
|
|
|
5058
5058
|
"sources": [
|
|
5059
5059
|
{
|
|
5060
5060
|
"fileName": "projects/lists/src/modules/sort/sort.component.ts",
|
|
5061
|
-
"line":
|
|
5061
|
+
"line": 25,
|
|
5062
5062
|
"character": 13,
|
|
5063
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5063
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/sort/sort.component.ts#L25"
|
|
5064
5064
|
}
|
|
5065
5065
|
],
|
|
5066
5066
|
"decorators": [
|
|
5067
5067
|
{
|
|
5068
5068
|
"name": "Component",
|
|
5069
5069
|
"arguments": {
|
|
5070
|
-
"obj": "@Component({\n selector: 'sky-sort',\n styleUrls: ['./sort.component.scss'],\n templateUrl: './sort.component.html',\n providers: [SkySortService],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})"
|
|
5070
|
+
"obj": "@Component({\n selector: 'sky-sort',\n styleUrls: ['./sort.component.scss'],\n templateUrl: './sort.component.html',\n providers: [SkySortService],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n})"
|
|
5071
5071
|
}
|
|
5072
5072
|
}
|
|
5073
5073
|
]
|
|
@@ -5092,7 +5092,7 @@
|
|
|
5092
5092
|
"fileName": "projects/lists/src/modules/paging/paging-content.component.ts",
|
|
5093
5093
|
"line": 8,
|
|
5094
5094
|
"character": 13,
|
|
5095
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5095
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging-content.component.ts#L8"
|
|
5096
5096
|
}
|
|
5097
5097
|
],
|
|
5098
5098
|
"decorators": [
|
|
@@ -5130,16 +5130,16 @@
|
|
|
5130
5130
|
"sources": [
|
|
5131
5131
|
{
|
|
5132
5132
|
"fileName": "projects/lists/src/modules/filter/filter-inline.component.ts",
|
|
5133
|
-
"line":
|
|
5133
|
+
"line": 12,
|
|
5134
5134
|
"character": 13,
|
|
5135
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5135
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-inline.component.ts#L12"
|
|
5136
5136
|
}
|
|
5137
5137
|
],
|
|
5138
5138
|
"decorators": [
|
|
5139
5139
|
{
|
|
5140
5140
|
"name": "Component",
|
|
5141
5141
|
"arguments": {
|
|
5142
|
-
"obj": "@Component({\n selector: 'sky-filter-inline',\n styleUrls: ['./filter-inline.component.scss'],\n templateUrl: './filter-inline.component.html',\n})"
|
|
5142
|
+
"obj": "@Component({\n selector: 'sky-filter-inline',\n styleUrls: ['./filter-inline.component.scss'],\n templateUrl: './filter-inline.component.html',\n standalone: false,\n})"
|
|
5143
5143
|
}
|
|
5144
5144
|
}
|
|
5145
5145
|
]
|
|
@@ -5170,16 +5170,16 @@
|
|
|
5170
5170
|
"sources": [
|
|
5171
5171
|
{
|
|
5172
5172
|
"fileName": "projects/lists/src/modules/filter/filter-inline-item.component.ts",
|
|
5173
|
-
"line":
|
|
5173
|
+
"line": 12,
|
|
5174
5174
|
"character": 13,
|
|
5175
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5175
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-inline-item.component.ts#L12"
|
|
5176
5176
|
}
|
|
5177
5177
|
],
|
|
5178
5178
|
"decorators": [
|
|
5179
5179
|
{
|
|
5180
5180
|
"name": "Component",
|
|
5181
5181
|
"arguments": {
|
|
5182
|
-
"obj": "@Component({\n selector: 'sky-filter-inline-item',\n styleUrls: ['./filter-inline-item.component.scss'],\n templateUrl: './filter-inline-item.component.html',\n})"
|
|
5182
|
+
"obj": "@Component({\n selector: 'sky-filter-inline-item',\n styleUrls: ['./filter-inline-item.component.scss'],\n templateUrl: './filter-inline-item.component.html',\n standalone: false,\n})"
|
|
5183
5183
|
}
|
|
5184
5184
|
}
|
|
5185
5185
|
]
|
|
@@ -5218,9 +5218,9 @@
|
|
|
5218
5218
|
"sources": [
|
|
5219
5219
|
{
|
|
5220
5220
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
5221
|
-
"line":
|
|
5221
|
+
"line": 36,
|
|
5222
5222
|
"character": 9,
|
|
5223
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5223
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L36"
|
|
5224
5224
|
}
|
|
5225
5225
|
],
|
|
5226
5226
|
"type": {
|
|
@@ -5264,9 +5264,9 @@
|
|
|
5264
5264
|
"sources": [
|
|
5265
5265
|
{
|
|
5266
5266
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
5267
|
-
"line":
|
|
5267
|
+
"line": 42,
|
|
5268
5268
|
"character": 9,
|
|
5269
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5269
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L42"
|
|
5270
5270
|
}
|
|
5271
5271
|
],
|
|
5272
5272
|
"type": {
|
|
@@ -5302,15 +5302,15 @@
|
|
|
5302
5302
|
"sources": [
|
|
5303
5303
|
{
|
|
5304
5304
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
5305
|
-
"line":
|
|
5305
|
+
"line": 24,
|
|
5306
5306
|
"character": 13,
|
|
5307
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5307
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L24"
|
|
5308
5308
|
},
|
|
5309
5309
|
{
|
|
5310
5310
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
5311
|
-
"line":
|
|
5311
|
+
"line": 28,
|
|
5312
5312
|
"character": 13,
|
|
5313
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5313
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L28"
|
|
5314
5314
|
}
|
|
5315
5315
|
],
|
|
5316
5316
|
"getSignature": {
|
|
@@ -5330,9 +5330,9 @@
|
|
|
5330
5330
|
"sources": [
|
|
5331
5331
|
{
|
|
5332
5332
|
"fileName": "libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts",
|
|
5333
|
-
"line":
|
|
5333
|
+
"line": 24,
|
|
5334
5334
|
"character": 13,
|
|
5335
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5335
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L24"
|
|
5336
5336
|
}
|
|
5337
5337
|
],
|
|
5338
5338
|
"type": {
|
|
@@ -5349,9 +5349,9 @@
|
|
|
5349
5349
|
"sources": [
|
|
5350
5350
|
{
|
|
5351
5351
|
"fileName": "libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts",
|
|
5352
|
-
"line":
|
|
5352
|
+
"line": 28,
|
|
5353
5353
|
"character": 13,
|
|
5354
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5354
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L28"
|
|
5355
5355
|
}
|
|
5356
5356
|
],
|
|
5357
5357
|
"parameters": [
|
|
@@ -5389,9 +5389,9 @@
|
|
|
5389
5389
|
"sources": [
|
|
5390
5390
|
{
|
|
5391
5391
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
5392
|
-
"line":
|
|
5392
|
+
"line": 50,
|
|
5393
5393
|
"character": 9,
|
|
5394
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5394
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L50"
|
|
5395
5395
|
}
|
|
5396
5396
|
],
|
|
5397
5397
|
"signatures": [
|
|
@@ -5404,9 +5404,9 @@
|
|
|
5404
5404
|
"sources": [
|
|
5405
5405
|
{
|
|
5406
5406
|
"fileName": "libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts",
|
|
5407
|
-
"line":
|
|
5407
|
+
"line": 50,
|
|
5408
5408
|
"character": 9,
|
|
5409
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5409
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L50"
|
|
5410
5410
|
}
|
|
5411
5411
|
],
|
|
5412
5412
|
"type": {
|
|
@@ -5428,9 +5428,9 @@
|
|
|
5428
5428
|
"sources": [
|
|
5429
5429
|
{
|
|
5430
5430
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
5431
|
-
"line":
|
|
5431
|
+
"line": 46,
|
|
5432
5432
|
"character": 9,
|
|
5433
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5433
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L46"
|
|
5434
5434
|
}
|
|
5435
5435
|
],
|
|
5436
5436
|
"signatures": [
|
|
@@ -5443,9 +5443,9 @@
|
|
|
5443
5443
|
"sources": [
|
|
5444
5444
|
{
|
|
5445
5445
|
"fileName": "libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts",
|
|
5446
|
-
"line":
|
|
5446
|
+
"line": 46,
|
|
5447
5447
|
"character": 9,
|
|
5448
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5448
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L46"
|
|
5449
5449
|
}
|
|
5450
5450
|
],
|
|
5451
5451
|
"type": {
|
|
@@ -5467,9 +5467,9 @@
|
|
|
5467
5467
|
"sources": [
|
|
5468
5468
|
{
|
|
5469
5469
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
5470
|
-
"line":
|
|
5470
|
+
"line": 54,
|
|
5471
5471
|
"character": 9,
|
|
5472
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5472
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L54"
|
|
5473
5473
|
}
|
|
5474
5474
|
],
|
|
5475
5475
|
"signatures": [
|
|
@@ -5482,9 +5482,9 @@
|
|
|
5482
5482
|
"sources": [
|
|
5483
5483
|
{
|
|
5484
5484
|
"fileName": "libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts",
|
|
5485
|
-
"line":
|
|
5485
|
+
"line": 54,
|
|
5486
5486
|
"character": 9,
|
|
5487
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5487
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L54"
|
|
5488
5488
|
}
|
|
5489
5489
|
],
|
|
5490
5490
|
"type": {
|
|
@@ -5528,16 +5528,16 @@
|
|
|
5528
5528
|
"sources": [
|
|
5529
5529
|
{
|
|
5530
5530
|
"fileName": "projects/lists/src/modules/filter/filter-summary-item.component.ts",
|
|
5531
|
-
"line":
|
|
5531
|
+
"line": 19,
|
|
5532
5532
|
"character": 13,
|
|
5533
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5533
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-summary-item.component.ts#L19"
|
|
5534
5534
|
}
|
|
5535
5535
|
],
|
|
5536
5536
|
"decorators": [
|
|
5537
5537
|
{
|
|
5538
5538
|
"name": "Component",
|
|
5539
5539
|
"arguments": {
|
|
5540
|
-
"obj": "@Component({\n selector: 'sky-filter-summary-item',\n styleUrls: ['./filter-summary-item.component.scss'],\n templateUrl: './filter-summary-item.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})"
|
|
5540
|
+
"obj": "@Component({\n selector: 'sky-filter-summary-item',\n styleUrls: ['./filter-summary-item.component.scss'],\n templateUrl: './filter-summary-item.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n})"
|
|
5541
5541
|
}
|
|
5542
5542
|
}
|
|
5543
5543
|
]
|
|
@@ -5568,16 +5568,16 @@
|
|
|
5568
5568
|
"sources": [
|
|
5569
5569
|
{
|
|
5570
5570
|
"fileName": "projects/lists/src/modules/filter/filter-summary.component.ts",
|
|
5571
|
-
"line":
|
|
5571
|
+
"line": 13,
|
|
5572
5572
|
"character": 13,
|
|
5573
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5573
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/filter/filter-summary.component.ts#L13"
|
|
5574
5574
|
}
|
|
5575
5575
|
],
|
|
5576
5576
|
"decorators": [
|
|
5577
5577
|
{
|
|
5578
5578
|
"name": "Component",
|
|
5579
5579
|
"arguments": {
|
|
5580
|
-
"obj": "@Component({\n selector: 'sky-filter-summary',\n styleUrls: ['./filter-summary.component.scss'],\n templateUrl: './filter-summary.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n})"
|
|
5580
|
+
"obj": "@Component({\n selector: 'sky-filter-summary',\n styleUrls: ['./filter-summary.component.scss'],\n templateUrl: './filter-summary.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n})"
|
|
5581
5581
|
}
|
|
5582
5582
|
}
|
|
5583
5583
|
]
|
|
@@ -5598,9 +5598,9 @@
|
|
|
5598
5598
|
"sources": [
|
|
5599
5599
|
{
|
|
5600
5600
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
5601
|
-
"line":
|
|
5601
|
+
"line": 82,
|
|
5602
5602
|
"character": 2,
|
|
5603
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5603
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L82"
|
|
5604
5604
|
}
|
|
5605
5605
|
],
|
|
5606
5606
|
"signatures": [
|
|
@@ -5613,9 +5613,9 @@
|
|
|
5613
5613
|
"sources": [
|
|
5614
5614
|
{
|
|
5615
5615
|
"fileName": "libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
5616
|
-
"line":
|
|
5616
|
+
"line": 82,
|
|
5617
5617
|
"character": 2,
|
|
5618
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5618
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L82"
|
|
5619
5619
|
}
|
|
5620
5620
|
],
|
|
5621
5621
|
"parameters": [
|
|
@@ -5694,9 +5694,9 @@
|
|
|
5694
5694
|
"sources": [
|
|
5695
5695
|
{
|
|
5696
5696
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
5697
|
-
"line":
|
|
5697
|
+
"line": 73,
|
|
5698
5698
|
"character": 9,
|
|
5699
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5699
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L73"
|
|
5700
5700
|
}
|
|
5701
5701
|
],
|
|
5702
5702
|
"type": {
|
|
@@ -5741,9 +5741,9 @@
|
|
|
5741
5741
|
"sources": [
|
|
5742
5742
|
{
|
|
5743
5743
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
5744
|
-
"line":
|
|
5744
|
+
"line": 71,
|
|
5745
5745
|
"character": 9,
|
|
5746
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5746
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L71"
|
|
5747
5747
|
}
|
|
5748
5748
|
],
|
|
5749
5749
|
"type": {
|
|
@@ -5779,15 +5779,15 @@
|
|
|
5779
5779
|
"sources": [
|
|
5780
5780
|
{
|
|
5781
5781
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
5782
|
-
"line":
|
|
5782
|
+
"line": 32,
|
|
5783
5783
|
"character": 13,
|
|
5784
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5784
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L32"
|
|
5785
5785
|
},
|
|
5786
5786
|
{
|
|
5787
5787
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
5788
|
-
"line":
|
|
5788
|
+
"line": 35,
|
|
5789
5789
|
"character": 13,
|
|
5790
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5790
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L35"
|
|
5791
5791
|
}
|
|
5792
5792
|
],
|
|
5793
5793
|
"getSignature": {
|
|
@@ -5818,9 +5818,9 @@
|
|
|
5818
5818
|
"sources": [
|
|
5819
5819
|
{
|
|
5820
5820
|
"fileName": "libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
5821
|
-
"line":
|
|
5821
|
+
"line": 32,
|
|
5822
5822
|
"character": 13,
|
|
5823
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5823
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L32"
|
|
5824
5824
|
}
|
|
5825
5825
|
],
|
|
5826
5826
|
"type": {
|
|
@@ -5837,9 +5837,9 @@
|
|
|
5837
5837
|
"sources": [
|
|
5838
5838
|
{
|
|
5839
5839
|
"fileName": "libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
5840
|
-
"line":
|
|
5840
|
+
"line": 35,
|
|
5841
5841
|
"character": 13,
|
|
5842
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5842
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L35"
|
|
5843
5843
|
}
|
|
5844
5844
|
],
|
|
5845
5845
|
"parameters": [
|
|
@@ -5877,15 +5877,15 @@
|
|
|
5877
5877
|
"sources": [
|
|
5878
5878
|
{
|
|
5879
5879
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
5880
|
-
"line":
|
|
5880
|
+
"line": 53,
|
|
5881
5881
|
"character": 13,
|
|
5882
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5882
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L53"
|
|
5883
5883
|
},
|
|
5884
5884
|
{
|
|
5885
5885
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
5886
|
-
"line":
|
|
5886
|
+
"line": 57,
|
|
5887
5887
|
"character": 13,
|
|
5888
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5888
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L57"
|
|
5889
5889
|
}
|
|
5890
5890
|
],
|
|
5891
5891
|
"getSignature": {
|
|
@@ -5959,9 +5959,9 @@
|
|
|
5959
5959
|
"sources": [
|
|
5960
5960
|
{
|
|
5961
5961
|
"fileName": "libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
5962
|
-
"line":
|
|
5962
|
+
"line": 53,
|
|
5963
5963
|
"character": 13,
|
|
5964
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5964
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L53"
|
|
5965
5965
|
}
|
|
5966
5966
|
],
|
|
5967
5967
|
"type": {
|
|
@@ -5978,9 +5978,9 @@
|
|
|
5978
5978
|
"sources": [
|
|
5979
5979
|
{
|
|
5980
5980
|
"fileName": "libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
5981
|
-
"line":
|
|
5981
|
+
"line": 57,
|
|
5982
5982
|
"character": 13,
|
|
5983
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
5983
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L57"
|
|
5984
5984
|
}
|
|
5985
5985
|
],
|
|
5986
5986
|
"parameters": [
|
|
@@ -6018,9 +6018,9 @@
|
|
|
6018
6018
|
"sources": [
|
|
6019
6019
|
{
|
|
6020
6020
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
6021
|
-
"line":
|
|
6021
|
+
"line": 92,
|
|
6022
6022
|
"character": 9,
|
|
6023
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6023
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L92"
|
|
6024
6024
|
}
|
|
6025
6025
|
],
|
|
6026
6026
|
"signatures": [
|
|
@@ -6041,9 +6041,9 @@
|
|
|
6041
6041
|
"sources": [
|
|
6042
6042
|
{
|
|
6043
6043
|
"fileName": "libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
6044
|
-
"line":
|
|
6044
|
+
"line": 92,
|
|
6045
6045
|
"character": 9,
|
|
6046
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6046
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L92"
|
|
6047
6047
|
}
|
|
6048
6048
|
],
|
|
6049
6049
|
"type": {
|
|
@@ -6075,9 +6075,9 @@
|
|
|
6075
6075
|
"sources": [
|
|
6076
6076
|
{
|
|
6077
6077
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
6078
|
-
"line":
|
|
6078
|
+
"line": 98,
|
|
6079
6079
|
"character": 9,
|
|
6080
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6080
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L98"
|
|
6081
6081
|
}
|
|
6082
6082
|
],
|
|
6083
6083
|
"signatures": [
|
|
@@ -6090,9 +6090,9 @@
|
|
|
6090
6090
|
"sources": [
|
|
6091
6091
|
{
|
|
6092
6092
|
"fileName": "libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
6093
|
-
"line":
|
|
6093
|
+
"line": 98,
|
|
6094
6094
|
"character": 9,
|
|
6095
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6095
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L98"
|
|
6096
6096
|
}
|
|
6097
6097
|
],
|
|
6098
6098
|
"type": {
|
|
@@ -6136,9 +6136,9 @@
|
|
|
6136
6136
|
"sources": [
|
|
6137
6137
|
{
|
|
6138
6138
|
"fileName": "projects/lists/src/modules/infinite-scroll/infinite-scroll.component.ts",
|
|
6139
|
-
"line":
|
|
6139
|
+
"line": 25,
|
|
6140
6140
|
"character": 13,
|
|
6141
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6141
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/infinite-scroll/infinite-scroll.component.ts#L25"
|
|
6142
6142
|
}
|
|
6143
6143
|
],
|
|
6144
6144
|
"implementedTypes": [
|
|
@@ -6156,7 +6156,7 @@
|
|
|
6156
6156
|
{
|
|
6157
6157
|
"name": "Component",
|
|
6158
6158
|
"arguments": {
|
|
6159
|
-
"obj": "@Component({\n selector: 'sky-infinite-scroll',\n templateUrl: './infinite-scroll.component.html',\n styleUrls: ['./infinite-scroll.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyInfiniteScrollDomAdapterService],\n})"
|
|
6159
|
+
"obj": "@Component({\n selector: 'sky-infinite-scroll',\n templateUrl: './infinite-scroll.component.html',\n styleUrls: ['./infinite-scroll.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n providers: [SkyInfiniteScrollDomAdapterService],\n standalone: false,\n})"
|
|
6160
6160
|
}
|
|
6161
6161
|
}
|
|
6162
6162
|
]
|
|
@@ -6187,9 +6187,9 @@
|
|
|
6187
6187
|
"sources": [
|
|
6188
6188
|
{
|
|
6189
6189
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6190
|
-
"line":
|
|
6190
|
+
"line": 73,
|
|
6191
6191
|
"character": 9,
|
|
6192
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6192
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L73"
|
|
6193
6193
|
}
|
|
6194
6194
|
],
|
|
6195
6195
|
"type": {
|
|
@@ -6227,9 +6227,9 @@
|
|
|
6227
6227
|
"sources": [
|
|
6228
6228
|
{
|
|
6229
6229
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6230
|
-
"line":
|
|
6230
|
+
"line": 76,
|
|
6231
6231
|
"character": 9,
|
|
6232
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6232
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L76"
|
|
6233
6233
|
}
|
|
6234
6234
|
],
|
|
6235
6235
|
"type": {
|
|
@@ -6268,9 +6268,9 @@
|
|
|
6268
6268
|
"sources": [
|
|
6269
6269
|
{
|
|
6270
6270
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6271
|
-
"line":
|
|
6271
|
+
"line": 29,
|
|
6272
6272
|
"character": 9,
|
|
6273
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6273
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L29"
|
|
6274
6274
|
}
|
|
6275
6275
|
],
|
|
6276
6276
|
"type": {
|
|
@@ -6303,9 +6303,9 @@
|
|
|
6303
6303
|
"sources": [
|
|
6304
6304
|
{
|
|
6305
6305
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6306
|
-
"line":
|
|
6306
|
+
"line": 63,
|
|
6307
6307
|
"character": 9,
|
|
6308
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6308
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L63"
|
|
6309
6309
|
}
|
|
6310
6310
|
],
|
|
6311
6311
|
"type": {
|
|
@@ -6341,9 +6341,9 @@
|
|
|
6341
6341
|
"sources": [
|
|
6342
6342
|
{
|
|
6343
6343
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6344
|
-
"line":
|
|
6344
|
+
"line": 78,
|
|
6345
6345
|
"character": 9,
|
|
6346
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6346
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L78"
|
|
6347
6347
|
}
|
|
6348
6348
|
],
|
|
6349
6349
|
"type": {
|
|
@@ -6375,9 +6375,9 @@
|
|
|
6375
6375
|
"sources": [
|
|
6376
6376
|
{
|
|
6377
6377
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6378
|
-
"line":
|
|
6378
|
+
"line": 35,
|
|
6379
6379
|
"character": 9,
|
|
6380
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6380
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L35"
|
|
6381
6381
|
}
|
|
6382
6382
|
],
|
|
6383
6383
|
"type": {
|
|
@@ -6410,9 +6410,9 @@
|
|
|
6410
6410
|
"sources": [
|
|
6411
6411
|
{
|
|
6412
6412
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6413
|
-
"line":
|
|
6413
|
+
"line": 41,
|
|
6414
6414
|
"character": 9,
|
|
6415
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6415
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L41"
|
|
6416
6416
|
}
|
|
6417
6417
|
],
|
|
6418
6418
|
"type": {
|
|
@@ -6437,9 +6437,9 @@
|
|
|
6437
6437
|
"sources": [
|
|
6438
6438
|
{
|
|
6439
6439
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6440
|
-
"line":
|
|
6440
|
+
"line": 80,
|
|
6441
6441
|
"character": 9,
|
|
6442
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6442
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L80"
|
|
6443
6443
|
}
|
|
6444
6444
|
],
|
|
6445
6445
|
"type": {
|
|
@@ -6468,9 +6468,9 @@
|
|
|
6468
6468
|
"sources": [
|
|
6469
6469
|
{
|
|
6470
6470
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6471
|
-
"line":
|
|
6471
|
+
"line": 47,
|
|
6472
6472
|
"character": 9,
|
|
6473
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6473
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L47"
|
|
6474
6474
|
}
|
|
6475
6475
|
],
|
|
6476
6476
|
"type": {
|
|
@@ -6514,9 +6514,9 @@
|
|
|
6514
6514
|
"sources": [
|
|
6515
6515
|
{
|
|
6516
6516
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6517
|
-
"line":
|
|
6517
|
+
"line": 57,
|
|
6518
6518
|
"character": 9,
|
|
6519
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6519
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L57"
|
|
6520
6520
|
}
|
|
6521
6521
|
],
|
|
6522
6522
|
"type": {
|
|
@@ -6540,9 +6540,9 @@
|
|
|
6540
6540
|
"sources": [
|
|
6541
6541
|
{
|
|
6542
6542
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6543
|
-
"line":
|
|
6543
|
+
"line": 133,
|
|
6544
6544
|
"character": 13,
|
|
6545
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6545
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L133"
|
|
6546
6546
|
}
|
|
6547
6547
|
],
|
|
6548
6548
|
"getSignature": {
|
|
@@ -6554,9 +6554,9 @@
|
|
|
6554
6554
|
"sources": [
|
|
6555
6555
|
{
|
|
6556
6556
|
"fileName": "libs/components/lists/src/lib/modules/paging/paging.component.ts",
|
|
6557
|
-
"line":
|
|
6557
|
+
"line": 133,
|
|
6558
6558
|
"character": 13,
|
|
6559
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6559
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L133"
|
|
6560
6560
|
}
|
|
6561
6561
|
],
|
|
6562
6562
|
"type": {
|
|
@@ -6577,9 +6577,9 @@
|
|
|
6577
6577
|
"sources": [
|
|
6578
6578
|
{
|
|
6579
6579
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6580
|
-
"line":
|
|
6580
|
+
"line": 129,
|
|
6581
6581
|
"character": 13,
|
|
6582
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6582
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L129"
|
|
6583
6583
|
}
|
|
6584
6584
|
],
|
|
6585
6585
|
"getSignature": {
|
|
@@ -6591,9 +6591,9 @@
|
|
|
6591
6591
|
"sources": [
|
|
6592
6592
|
{
|
|
6593
6593
|
"fileName": "libs/components/lists/src/lib/modules/paging/paging.component.ts",
|
|
6594
|
-
"line":
|
|
6594
|
+
"line": 129,
|
|
6595
6595
|
"character": 13,
|
|
6596
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6596
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L129"
|
|
6597
6597
|
}
|
|
6598
6598
|
],
|
|
6599
6599
|
"type": {
|
|
@@ -6614,9 +6614,9 @@
|
|
|
6614
6614
|
"sources": [
|
|
6615
6615
|
{
|
|
6616
6616
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6617
|
-
"line":
|
|
6617
|
+
"line": 121,
|
|
6618
6618
|
"character": 9,
|
|
6619
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6619
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L121"
|
|
6620
6620
|
}
|
|
6621
6621
|
],
|
|
6622
6622
|
"signatures": [
|
|
@@ -6629,9 +6629,9 @@
|
|
|
6629
6629
|
"sources": [
|
|
6630
6630
|
{
|
|
6631
6631
|
"fileName": "libs/components/lists/src/lib/modules/paging/paging.component.ts",
|
|
6632
|
-
"line":
|
|
6632
|
+
"line": 121,
|
|
6633
6633
|
"character": 9,
|
|
6634
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6634
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L121"
|
|
6635
6635
|
}
|
|
6636
6636
|
],
|
|
6637
6637
|
"type": {
|
|
@@ -6653,9 +6653,9 @@
|
|
|
6653
6653
|
"sources": [
|
|
6654
6654
|
{
|
|
6655
6655
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6656
|
-
"line":
|
|
6656
|
+
"line": 84,
|
|
6657
6657
|
"character": 9,
|
|
6658
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6658
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L84"
|
|
6659
6659
|
}
|
|
6660
6660
|
],
|
|
6661
6661
|
"signatures": [
|
|
@@ -6676,9 +6676,9 @@
|
|
|
6676
6676
|
"sources": [
|
|
6677
6677
|
{
|
|
6678
6678
|
"fileName": "libs/components/lists/src/lib/modules/paging/paging.component.ts",
|
|
6679
|
-
"line":
|
|
6679
|
+
"line": 84,
|
|
6680
6680
|
"character": 9,
|
|
6681
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6681
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L84"
|
|
6682
6682
|
}
|
|
6683
6683
|
],
|
|
6684
6684
|
"parameters": [
|
|
@@ -6736,9 +6736,9 @@
|
|
|
6736
6736
|
"sources": [
|
|
6737
6737
|
{
|
|
6738
6738
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6739
|
-
"line":
|
|
6739
|
+
"line": 125,
|
|
6740
6740
|
"character": 9,
|
|
6741
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6741
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L125"
|
|
6742
6742
|
}
|
|
6743
6743
|
],
|
|
6744
6744
|
"signatures": [
|
|
@@ -6751,9 +6751,9 @@
|
|
|
6751
6751
|
"sources": [
|
|
6752
6752
|
{
|
|
6753
6753
|
"fileName": "libs/components/lists/src/lib/modules/paging/paging.component.ts",
|
|
6754
|
-
"line":
|
|
6754
|
+
"line": 125,
|
|
6755
6755
|
"character": 9,
|
|
6756
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6756
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L125"
|
|
6757
6757
|
}
|
|
6758
6758
|
],
|
|
6759
6759
|
"type": {
|
|
@@ -6775,9 +6775,9 @@
|
|
|
6775
6775
|
"sources": [
|
|
6776
6776
|
{
|
|
6777
6777
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6778
|
-
"line":
|
|
6778
|
+
"line": 88,
|
|
6779
6779
|
"character": 9,
|
|
6780
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6780
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L88"
|
|
6781
6781
|
}
|
|
6782
6782
|
],
|
|
6783
6783
|
"signatures": [
|
|
@@ -6790,9 +6790,9 @@
|
|
|
6790
6790
|
"sources": [
|
|
6791
6791
|
{
|
|
6792
6792
|
"fileName": "libs/components/lists/src/lib/modules/paging/paging.component.ts",
|
|
6793
|
-
"line":
|
|
6793
|
+
"line": 88,
|
|
6794
6794
|
"character": 9,
|
|
6795
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6795
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L88"
|
|
6796
6796
|
}
|
|
6797
6797
|
],
|
|
6798
6798
|
"parameters": [
|
|
@@ -6872,9 +6872,9 @@
|
|
|
6872
6872
|
"sources": [
|
|
6873
6873
|
{
|
|
6874
6874
|
"fileName": "projects/lists/src/modules/paging/paging.component.ts",
|
|
6875
|
-
"line":
|
|
6875
|
+
"line": 24,
|
|
6876
6876
|
"character": 13,
|
|
6877
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6877
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/paging.component.ts#L24"
|
|
6878
6878
|
}
|
|
6879
6879
|
],
|
|
6880
6880
|
"implementedTypes": [
|
|
@@ -6892,7 +6892,7 @@
|
|
|
6892
6892
|
{
|
|
6893
6893
|
"name": "Component",
|
|
6894
6894
|
"arguments": {
|
|
6895
|
-
"obj": "@Component({\n selector: 'sky-paging',\n templateUrl: './paging.component.html',\n styleUrls: ['./paging.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})"
|
|
6895
|
+
"obj": "@Component({\n selector: 'sky-paging',\n templateUrl: './paging.component.html',\n styleUrls: ['./paging.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n standalone: false,\n})"
|
|
6896
6896
|
}
|
|
6897
6897
|
}
|
|
6898
6898
|
]
|
|
@@ -6923,16 +6923,16 @@
|
|
|
6923
6923
|
"sources": [
|
|
6924
6924
|
{
|
|
6925
6925
|
"fileName": "projects/lists/src/modules/repeater/repeater-item-content.component.ts",
|
|
6926
|
-
"line":
|
|
6926
|
+
"line": 11,
|
|
6927
6927
|
"character": 13,
|
|
6928
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6928
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item-content.component.ts#L11"
|
|
6929
6929
|
}
|
|
6930
6930
|
],
|
|
6931
6931
|
"decorators": [
|
|
6932
6932
|
{
|
|
6933
6933
|
"name": "Component",
|
|
6934
6934
|
"arguments": {
|
|
6935
|
-
"obj": "@Component({\n selector: 'sky-repeater-item-content',\n templateUrl: './repeater-item-content.component.html',\n})"
|
|
6935
|
+
"obj": "@Component({\n selector: 'sky-repeater-item-content',\n templateUrl: './repeater-item-content.component.html',\n standalone: false,\n})"
|
|
6936
6936
|
}
|
|
6937
6937
|
}
|
|
6938
6938
|
]
|
|
@@ -6971,16 +6971,16 @@
|
|
|
6971
6971
|
"sources": [
|
|
6972
6972
|
{
|
|
6973
6973
|
"fileName": "projects/lists/src/modules/repeater/repeater-item-context-menu.component.ts",
|
|
6974
|
-
"line":
|
|
6974
|
+
"line": 14,
|
|
6975
6975
|
"character": 13,
|
|
6976
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
6976
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-item-context-menu.component.ts#L14"
|
|
6977
6977
|
}
|
|
6978
6978
|
],
|
|
6979
6979
|
"decorators": [
|
|
6980
6980
|
{
|
|
6981
6981
|
"name": "Component",
|
|
6982
6982
|
"arguments": {
|
|
6983
|
-
"obj": "@Component({\n selector: 'sky-repeater-item-context-menu',\n templateUrl: './repeater-item-context-menu.component.html',\n})"
|
|
6983
|
+
"obj": "@Component({\n selector: 'sky-repeater-item-context-menu',\n templateUrl: './repeater-item-context-menu.component.html',\n standalone: false,\n})"
|
|
6984
6984
|
}
|
|
6985
6985
|
}
|
|
6986
6986
|
]
|
|
@@ -7019,7 +7019,7 @@
|
|
|
7019
7019
|
"fileName": "projects/lists/src/modules/paging/types/paging-content-change-args.ts",
|
|
7020
7020
|
"line": 8,
|
|
7021
7021
|
"character": 2,
|
|
7022
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7022
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/types/paging-content-change-args.ts#L8"
|
|
7023
7023
|
}
|
|
7024
7024
|
],
|
|
7025
7025
|
"type": {
|
|
@@ -7046,7 +7046,7 @@
|
|
|
7046
7046
|
"fileName": "projects/lists/src/modules/paging/types/paging-content-change-args.ts",
|
|
7047
7047
|
"line": 13,
|
|
7048
7048
|
"character": 2,
|
|
7049
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7049
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/types/paging-content-change-args.ts#L13"
|
|
7050
7050
|
}
|
|
7051
7051
|
],
|
|
7052
7052
|
"type": {
|
|
@@ -7062,7 +7062,7 @@
|
|
|
7062
7062
|
"fileName": "libs/components/lists/src/lib/modules/paging/types/paging-content-change-args.ts",
|
|
7063
7063
|
"line": 13,
|
|
7064
7064
|
"character": 19,
|
|
7065
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7065
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/types/paging-content-change-args.ts#L13"
|
|
7066
7066
|
}
|
|
7067
7067
|
],
|
|
7068
7068
|
"signatures": [
|
|
@@ -7077,7 +7077,7 @@
|
|
|
7077
7077
|
"fileName": "libs/components/lists/src/lib/modules/paging/types/paging-content-change-args.ts",
|
|
7078
7078
|
"line": 13,
|
|
7079
7079
|
"character": 19,
|
|
7080
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7080
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/types/paging-content-change-args.ts#L13"
|
|
7081
7081
|
}
|
|
7082
7082
|
],
|
|
7083
7083
|
"type": {
|
|
@@ -7104,7 +7104,7 @@
|
|
|
7104
7104
|
"fileName": "projects/lists/src/modules/paging/types/paging-content-change-args.ts",
|
|
7105
7105
|
"line": 4,
|
|
7106
7106
|
"character": 17,
|
|
7107
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7107
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/paging/types/paging-content-change-args.ts#L4"
|
|
7108
7108
|
}
|
|
7109
7109
|
]
|
|
7110
7110
|
},
|
|
@@ -7119,7 +7119,7 @@
|
|
|
7119
7119
|
"fileName": "projects/lists/src/modules/repeater/repeater-expand-mode-type.ts",
|
|
7120
7120
|
"line": 1,
|
|
7121
7121
|
"character": 12,
|
|
7122
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7122
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/src/lib/modules/repeater/repeater-expand-mode-type.ts#L1"
|
|
7123
7123
|
}
|
|
7124
7124
|
],
|
|
7125
7125
|
"type": {
|
|
@@ -7232,7 +7232,7 @@
|
|
|
7232
7232
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-harness.ts",
|
|
7233
7233
|
"line": 30,
|
|
7234
7234
|
"character": 15,
|
|
7235
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7235
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-harness.ts#L30"
|
|
7236
7236
|
}
|
|
7237
7237
|
],
|
|
7238
7238
|
"signatures": [
|
|
@@ -7255,7 +7255,7 @@
|
|
|
7255
7255
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-harness.ts",
|
|
7256
7256
|
"line": 30,
|
|
7257
7257
|
"character": 15,
|
|
7258
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7258
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-harness.ts#L30"
|
|
7259
7259
|
}
|
|
7260
7260
|
],
|
|
7261
7261
|
"parameters": [
|
|
@@ -7404,7 +7404,7 @@
|
|
|
7404
7404
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-harness.ts",
|
|
7405
7405
|
"line": 21,
|
|
7406
7406
|
"character": 16,
|
|
7407
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7407
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-harness.ts#L21"
|
|
7408
7408
|
}
|
|
7409
7409
|
],
|
|
7410
7410
|
"signatures": [
|
|
@@ -7443,7 +7443,7 @@
|
|
|
7443
7443
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-harness.ts",
|
|
7444
7444
|
"line": 21,
|
|
7445
7445
|
"character": 16,
|
|
7446
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7446
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-harness.ts#L21"
|
|
7447
7447
|
}
|
|
7448
7448
|
],
|
|
7449
7449
|
"parameters": [
|
|
@@ -7507,7 +7507,7 @@
|
|
|
7507
7507
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-harness.ts",
|
|
7508
7508
|
"line": 11,
|
|
7509
7509
|
"character": 13,
|
|
7510
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7510
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-harness.ts#L11"
|
|
7511
7511
|
}
|
|
7512
7512
|
],
|
|
7513
7513
|
"extendedTypes": [
|
|
@@ -7615,7 +7615,7 @@
|
|
|
7615
7615
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-item-harness.ts",
|
|
7616
7616
|
"line": 56,
|
|
7617
7617
|
"character": 15,
|
|
7618
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7618
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L56"
|
|
7619
7619
|
}
|
|
7620
7620
|
],
|
|
7621
7621
|
"signatures": [
|
|
@@ -7638,7 +7638,7 @@
|
|
|
7638
7638
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts",
|
|
7639
7639
|
"line": 56,
|
|
7640
7640
|
"character": 15,
|
|
7641
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7641
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L56"
|
|
7642
7642
|
}
|
|
7643
7643
|
],
|
|
7644
7644
|
"type": {
|
|
@@ -7673,7 +7673,7 @@
|
|
|
7673
7673
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-item-harness.ts",
|
|
7674
7674
|
"line": 162,
|
|
7675
7675
|
"character": 15,
|
|
7676
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7676
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L162"
|
|
7677
7677
|
}
|
|
7678
7678
|
],
|
|
7679
7679
|
"signatures": [
|
|
@@ -7696,7 +7696,7 @@
|
|
|
7696
7696
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts",
|
|
7697
7697
|
"line": 162,
|
|
7698
7698
|
"character": 15,
|
|
7699
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7699
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L162"
|
|
7700
7700
|
}
|
|
7701
7701
|
],
|
|
7702
7702
|
"type": {
|
|
@@ -7731,7 +7731,7 @@
|
|
|
7731
7731
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-item-harness.ts",
|
|
7732
7732
|
"line": 98,
|
|
7733
7733
|
"character": 15,
|
|
7734
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7734
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L98"
|
|
7735
7735
|
}
|
|
7736
7736
|
],
|
|
7737
7737
|
"signatures": [
|
|
@@ -7754,7 +7754,7 @@
|
|
|
7754
7754
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts",
|
|
7755
7755
|
"line": 98,
|
|
7756
7756
|
"character": 15,
|
|
7757
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7757
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L98"
|
|
7758
7758
|
}
|
|
7759
7759
|
],
|
|
7760
7760
|
"type": {
|
|
@@ -7789,7 +7789,7 @@
|
|
|
7789
7789
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-item-harness.ts",
|
|
7790
7790
|
"line": 146,
|
|
7791
7791
|
"character": 15,
|
|
7792
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7792
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L146"
|
|
7793
7793
|
}
|
|
7794
7794
|
],
|
|
7795
7795
|
"signatures": [
|
|
@@ -7812,7 +7812,7 @@
|
|
|
7812
7812
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts",
|
|
7813
7813
|
"line": 146,
|
|
7814
7814
|
"character": 15,
|
|
7815
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7815
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L146"
|
|
7816
7816
|
}
|
|
7817
7817
|
],
|
|
7818
7818
|
"type": {
|
|
@@ -7847,7 +7847,7 @@
|
|
|
7847
7847
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-item-harness.ts",
|
|
7848
7848
|
"line": 112,
|
|
7849
7849
|
"character": 15,
|
|
7850
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7850
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L112"
|
|
7851
7851
|
}
|
|
7852
7852
|
],
|
|
7853
7853
|
"signatures": [
|
|
@@ -7870,7 +7870,7 @@
|
|
|
7870
7870
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts",
|
|
7871
7871
|
"line": 112,
|
|
7872
7872
|
"character": 15,
|
|
7873
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7873
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L112"
|
|
7874
7874
|
}
|
|
7875
7875
|
],
|
|
7876
7876
|
"type": {
|
|
@@ -7905,7 +7905,7 @@
|
|
|
7905
7905
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-item-harness.ts",
|
|
7906
7906
|
"line": 119,
|
|
7907
7907
|
"character": 15,
|
|
7908
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7908
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L119"
|
|
7909
7909
|
}
|
|
7910
7910
|
],
|
|
7911
7911
|
"signatures": [
|
|
@@ -7928,7 +7928,7 @@
|
|
|
7928
7928
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts",
|
|
7929
7929
|
"line": 119,
|
|
7930
7930
|
"character": 15,
|
|
7931
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
7931
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L119"
|
|
7932
7932
|
}
|
|
7933
7933
|
],
|
|
7934
7934
|
"type": {
|
|
@@ -8051,7 +8051,7 @@
|
|
|
8051
8051
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-item-harness.ts",
|
|
8052
8052
|
"line": 126,
|
|
8053
8053
|
"character": 15,
|
|
8054
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8054
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L126"
|
|
8055
8055
|
}
|
|
8056
8056
|
],
|
|
8057
8057
|
"signatures": [
|
|
@@ -8074,7 +8074,7 @@
|
|
|
8074
8074
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts",
|
|
8075
8075
|
"line": 126,
|
|
8076
8076
|
"character": 15,
|
|
8077
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8077
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L126"
|
|
8078
8078
|
}
|
|
8079
8079
|
],
|
|
8080
8080
|
"type": {
|
|
@@ -8109,7 +8109,7 @@
|
|
|
8109
8109
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-item-harness.ts",
|
|
8110
8110
|
"line": 133,
|
|
8111
8111
|
"character": 15,
|
|
8112
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8112
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L133"
|
|
8113
8113
|
}
|
|
8114
8114
|
],
|
|
8115
8115
|
"signatures": [
|
|
@@ -8132,7 +8132,7 @@
|
|
|
8132
8132
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts",
|
|
8133
8133
|
"line": 133,
|
|
8134
8134
|
"character": 15,
|
|
8135
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8135
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L133"
|
|
8136
8136
|
}
|
|
8137
8137
|
],
|
|
8138
8138
|
"type": {
|
|
@@ -8167,7 +8167,7 @@
|
|
|
8167
8167
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-item-harness.ts",
|
|
8168
8168
|
"line": 178,
|
|
8169
8169
|
"character": 15,
|
|
8170
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8170
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L178"
|
|
8171
8171
|
}
|
|
8172
8172
|
],
|
|
8173
8173
|
"signatures": [
|
|
@@ -8190,7 +8190,7 @@
|
|
|
8190
8190
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts",
|
|
8191
8191
|
"line": 178,
|
|
8192
8192
|
"character": 15,
|
|
8193
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8193
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L178"
|
|
8194
8194
|
}
|
|
8195
8195
|
],
|
|
8196
8196
|
"type": {
|
|
@@ -8225,7 +8225,7 @@
|
|
|
8225
8225
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-item-harness.ts",
|
|
8226
8226
|
"line": 63,
|
|
8227
8227
|
"character": 15,
|
|
8228
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8228
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L63"
|
|
8229
8229
|
}
|
|
8230
8230
|
],
|
|
8231
8231
|
"signatures": [
|
|
@@ -8248,7 +8248,7 @@
|
|
|
8248
8248
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts",
|
|
8249
8249
|
"line": 63,
|
|
8250
8250
|
"character": 15,
|
|
8251
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8251
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L63"
|
|
8252
8252
|
}
|
|
8253
8253
|
],
|
|
8254
8254
|
"type": {
|
|
@@ -8283,7 +8283,7 @@
|
|
|
8283
8283
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-item-harness.ts",
|
|
8284
8284
|
"line": 70,
|
|
8285
8285
|
"character": 15,
|
|
8286
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8286
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L70"
|
|
8287
8287
|
}
|
|
8288
8288
|
],
|
|
8289
8289
|
"signatures": [
|
|
@@ -8306,7 +8306,7 @@
|
|
|
8306
8306
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts",
|
|
8307
8307
|
"line": 70,
|
|
8308
8308
|
"character": 15,
|
|
8309
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8309
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L70"
|
|
8310
8310
|
}
|
|
8311
8311
|
],
|
|
8312
8312
|
"type": {
|
|
@@ -8342,7 +8342,7 @@
|
|
|
8342
8342
|
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
8343
8343
|
"line": 16,
|
|
8344
8344
|
"character": 15,
|
|
8345
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8345
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/core/testing/src/shared/queryable-component-harness.ts#L16"
|
|
8346
8346
|
}
|
|
8347
8347
|
],
|
|
8348
8348
|
"signatures": [
|
|
@@ -8367,7 +8367,7 @@
|
|
|
8367
8367
|
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
8368
8368
|
"line": 16,
|
|
8369
8369
|
"character": 15,
|
|
8370
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8370
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/core/testing/src/shared/queryable-component-harness.ts#L16"
|
|
8371
8371
|
}
|
|
8372
8372
|
],
|
|
8373
8373
|
"typeParameters": [
|
|
@@ -8461,7 +8461,7 @@
|
|
|
8461
8461
|
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
8462
8462
|
"line": 34,
|
|
8463
8463
|
"character": 15,
|
|
8464
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8464
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/core/testing/src/shared/queryable-component-harness.ts#L34"
|
|
8465
8465
|
}
|
|
8466
8466
|
],
|
|
8467
8467
|
"signatures": [
|
|
@@ -8486,7 +8486,7 @@
|
|
|
8486
8486
|
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
8487
8487
|
"line": 34,
|
|
8488
8488
|
"character": 15,
|
|
8489
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8489
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/core/testing/src/shared/queryable-component-harness.ts#L34"
|
|
8490
8490
|
}
|
|
8491
8491
|
],
|
|
8492
8492
|
"typeParameters": [
|
|
@@ -8583,7 +8583,7 @@
|
|
|
8583
8583
|
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
8584
8584
|
"line": 25,
|
|
8585
8585
|
"character": 15,
|
|
8586
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8586
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/core/testing/src/shared/queryable-component-harness.ts#L25"
|
|
8587
8587
|
}
|
|
8588
8588
|
],
|
|
8589
8589
|
"signatures": [
|
|
@@ -8608,7 +8608,7 @@
|
|
|
8608
8608
|
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
8609
8609
|
"line": 25,
|
|
8610
8610
|
"character": 15,
|
|
8611
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8611
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/core/testing/src/shared/queryable-component-harness.ts#L25"
|
|
8612
8612
|
}
|
|
8613
8613
|
],
|
|
8614
8614
|
"typeParameters": [
|
|
@@ -8702,7 +8702,7 @@
|
|
|
8702
8702
|
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
8703
8703
|
"line": 43,
|
|
8704
8704
|
"character": 15,
|
|
8705
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8705
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/core/testing/src/shared/queryable-component-harness.ts#L43"
|
|
8706
8706
|
}
|
|
8707
8707
|
],
|
|
8708
8708
|
"signatures": [
|
|
@@ -8727,7 +8727,7 @@
|
|
|
8727
8727
|
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
8728
8728
|
"line": 43,
|
|
8729
8729
|
"character": 15,
|
|
8730
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8730
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/core/testing/src/shared/queryable-component-harness.ts#L43"
|
|
8731
8731
|
}
|
|
8732
8732
|
],
|
|
8733
8733
|
"parameters": [
|
|
@@ -8791,7 +8791,7 @@
|
|
|
8791
8791
|
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
8792
8792
|
"line": 59,
|
|
8793
8793
|
"character": 15,
|
|
8794
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8794
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/core/testing/src/shared/queryable-component-harness.ts#L59"
|
|
8795
8795
|
}
|
|
8796
8796
|
],
|
|
8797
8797
|
"signatures": [
|
|
@@ -8816,7 +8816,7 @@
|
|
|
8816
8816
|
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
8817
8817
|
"line": 59,
|
|
8818
8818
|
"character": 15,
|
|
8819
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8819
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/core/testing/src/shared/queryable-component-harness.ts#L59"
|
|
8820
8820
|
}
|
|
8821
8821
|
],
|
|
8822
8822
|
"parameters": [
|
|
@@ -8883,7 +8883,7 @@
|
|
|
8883
8883
|
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
8884
8884
|
"line": 50,
|
|
8885
8885
|
"character": 15,
|
|
8886
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8886
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/core/testing/src/shared/queryable-component-harness.ts#L50"
|
|
8887
8887
|
}
|
|
8888
8888
|
],
|
|
8889
8889
|
"signatures": [
|
|
@@ -8908,7 +8908,7 @@
|
|
|
8908
8908
|
"fileName": "libs/components/core/testing/src/shared/queryable-component-harness.ts",
|
|
8909
8909
|
"line": 50,
|
|
8910
8910
|
"character": 15,
|
|
8911
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8911
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/core/testing/src/shared/queryable-component-harness.ts#L50"
|
|
8912
8912
|
}
|
|
8913
8913
|
],
|
|
8914
8914
|
"parameters": [
|
|
@@ -8971,7 +8971,7 @@
|
|
|
8971
8971
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-item-harness.ts",
|
|
8972
8972
|
"line": 84,
|
|
8973
8973
|
"character": 15,
|
|
8974
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8974
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L84"
|
|
8975
8975
|
}
|
|
8976
8976
|
],
|
|
8977
8977
|
"signatures": [
|
|
@@ -8994,7 +8994,7 @@
|
|
|
8994
8994
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts",
|
|
8995
8995
|
"line": 84,
|
|
8996
8996
|
"character": 15,
|
|
8997
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
8997
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L84"
|
|
8998
8998
|
}
|
|
8999
8999
|
],
|
|
9000
9000
|
"type": {
|
|
@@ -9029,7 +9029,7 @@
|
|
|
9029
9029
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-item-harness.ts",
|
|
9030
9030
|
"line": 185,
|
|
9031
9031
|
"character": 15,
|
|
9032
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9032
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L185"
|
|
9033
9033
|
}
|
|
9034
9034
|
],
|
|
9035
9035
|
"signatures": [
|
|
@@ -9052,7 +9052,7 @@
|
|
|
9052
9052
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts",
|
|
9053
9053
|
"line": 185,
|
|
9054
9054
|
"character": 15,
|
|
9055
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9055
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L185"
|
|
9056
9056
|
}
|
|
9057
9057
|
],
|
|
9058
9058
|
"type": {
|
|
@@ -9088,7 +9088,7 @@
|
|
|
9088
9088
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-item-harness.ts",
|
|
9089
9089
|
"line": 39,
|
|
9090
9090
|
"character": 16,
|
|
9091
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9091
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L39"
|
|
9092
9092
|
}
|
|
9093
9093
|
],
|
|
9094
9094
|
"signatures": [
|
|
@@ -9127,7 +9127,7 @@
|
|
|
9127
9127
|
"fileName": "libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts",
|
|
9128
9128
|
"line": 39,
|
|
9129
9129
|
"character": 16,
|
|
9130
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9130
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L39"
|
|
9131
9131
|
}
|
|
9132
9132
|
],
|
|
9133
9133
|
"parameters": [
|
|
@@ -9209,7 +9209,7 @@
|
|
|
9209
9209
|
"fileName": "projects/lists/src/testing/modules/repeater/repeater-item-harness.ts",
|
|
9210
9210
|
"line": 11,
|
|
9211
9211
|
"character": 13,
|
|
9212
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
|
9212
|
+
"url": "https://github.com/blackbaud/skyux/blob/1dd1f2a823b5b6c6103874369a8374910f2f3850/libs/components/lists/testing/src/modules/repeater/repeater-item-harness.ts#L11"
|
|
9213
9213
|
}
|
|
9214
9214
|
],
|
|
9215
9215
|
"extendedTypes": [
|
|
@@ -10519,7 +10519,7 @@
|
|
|
10519
10519
|
{
|
|
10520
10520
|
"fileName": "demo.component.ts",
|
|
10521
10521
|
"filePath": "/projects/lists/documentation/code-examples/sort/basic/demo.component.ts",
|
|
10522
|
-
"rawContents": "import { CommonModule } from '@angular/common';\nimport { Component, OnInit } from '@angular/core';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkyRepeaterModule, SkySortModule } from '@skyux/lists';\n\ninterface Item {\n title: string;\n note: string;\n assignee: string;\n date: Date;\n}\ninterface SortOption {\n id: number;\n label: string;\n name: keyof Item;\n descending: boolean;\n}\n\n@Component({\n
|
|
10522
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { Component, OnInit } from '@angular/core';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkyRepeaterModule, SkySortModule } from '@skyux/lists';\n\ninterface Item {\n title: string;\n note: string;\n assignee: string;\n date: Date;\n}\ninterface SortOption {\n id: number;\n label: string;\n name: keyof Item;\n descending: boolean;\n}\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [CommonModule, SkyRepeaterModule, SkySortModule, SkyToolbarModule],\n})\nexport class DemoComponent implements OnInit {\n protected initialState = 3;\n\n protected sortedItems: Item[] = [\n {\n title: 'Call Robert Hernandez',\n note: 'Robert recently gave a very generous gift. We should call to thank him.',\n assignee: 'Debby Fowler',\n date: new Date('12/22/2015'),\n },\n {\n title: 'Send invitation to ball',\n note: \"The Spring Ball is coming up soon. Let's get those invitations out!\",\n assignee: 'Debby Fowler',\n date: new Date('1/1/2016'),\n },\n {\n title: 'Clean up desk',\n note: 'File and organize papers.',\n assignee: 'Tim Howard',\n date: new Date('2/2/2016'),\n },\n {\n title: 'Investigate leads',\n note: 'Check out leads for important charity event funding.',\n assignee: 'Larry Williams',\n date: new Date('4/5/2016'),\n },\n {\n title: 'Send thank you note',\n note: 'Send a thank you note to Timothy for his donation.',\n assignee: 'Catherine Hooper',\n date: new Date('11/11/2015'),\n },\n ];\n\n protected sortOptions: SortOption[] = [\n {\n id: 1,\n label: 'Assigned to (A - Z)',\n name: 'assignee',\n descending: false,\n },\n {\n id: 2,\n label: 'Assigned to (Z - A)',\n name: 'assignee',\n descending: true,\n },\n {\n id: 3,\n label: 'Date created (newest first)',\n name: 'date',\n descending: true,\n },\n {\n id: 4,\n label: 'Date created (oldest first)',\n name: 'date',\n descending: false,\n },\n {\n id: 5,\n label: 'Note title (A - Z)',\n name: 'title',\n descending: false,\n },\n {\n id: 6,\n label: 'Note title (Z - A)',\n name: 'title',\n descending: true,\n },\n ];\n\n public ngOnInit(): void {\n this.sortItems(this.sortOptions[2]);\n }\n\n protected sortItems(option: SortOption): void {\n this.sortedItems = this.sortedItems.sort((a, b) => {\n const descending = option.descending ? -1 : 1;\n const sortProperty: keyof typeof a = option.name;\n\n if (a[sortProperty] > b[sortProperty]) {\n return descending;\n } else if (a[sortProperty] < b[sortProperty]) {\n return -1 * descending;\n } else {\n return 0;\n }\n });\n }\n}\n"
|
|
10523
10523
|
},
|
|
10524
10524
|
{
|
|
10525
10525
|
"fileName": "demo.component.html",
|
|
@@ -10529,7 +10529,7 @@
|
|
|
10529
10529
|
{
|
|
10530
10530
|
"fileName": "demo.component.ts",
|
|
10531
10531
|
"filePath": "/projects/lists/documentation/code-examples/repeater/inline-form/demo.component.ts",
|
|
10532
|
-
"rawContents": "import { Component, inject } from '@angular/core';\nimport {\n FormBuilder,\n FormControl,\n FormGroup,\n FormsModule,\n ReactiveFormsModule,\n} from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyIconModule } from '@skyux/icon';\nimport {\n SkyInlineFormButtonLayout,\n SkyInlineFormCloseArgs,\n SkyInlineFormConfig,\n} from '@skyux/inline-form';\nimport { SkyRepeaterModule } from '@skyux/lists';\n\ninterface DemoForm {\n id: FormControl<string>;\n note: FormControl<string>;\n title: FormControl<string>;\n}\n\ninterface Item {\n id: string;\n title: string | undefined;\n note: string | undefined;\n}\n\n@Component({\n
|
|
10532
|
+
"rawContents": "import { Component, inject } from '@angular/core';\nimport {\n FormBuilder,\n FormControl,\n FormGroup,\n FormsModule,\n ReactiveFormsModule,\n} from '@angular/forms';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyIconModule } from '@skyux/icon';\nimport {\n SkyInlineFormButtonLayout,\n SkyInlineFormCloseArgs,\n SkyInlineFormConfig,\n} from '@skyux/inline-form';\nimport { SkyRepeaterModule } from '@skyux/lists';\n\ninterface DemoForm {\n id: FormControl<string>;\n note: FormControl<string>;\n title: FormControl<string>;\n}\n\ninterface Item {\n id: string;\n title: string | undefined;\n note: string | undefined;\n}\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [\n FormsModule,\n ReactiveFormsModule,\n SkyIconModule,\n SkyInputBoxModule,\n SkyRepeaterModule,\n ],\n})\nexport class DemoComponent {\n protected activeInlineFormId: string | undefined;\n protected formGroup: FormGroup<DemoForm>;\n\n protected inlineFormConfig: SkyInlineFormConfig = {\n buttonLayout: SkyInlineFormButtonLayout.SaveCancel,\n };\n\n protected items: Item[] = [\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 constructor() {\n this.formGroup = inject(FormBuilder).group({\n id: new FormControl('', { nonNullable: true }),\n title: new FormControl('', { nonNullable: true }),\n note: new FormControl('', { nonNullable: true }),\n });\n }\n\n protected showInlineForm(item: Item): void {\n this.activeInlineFormId = item.id;\n this.formGroup.patchValue({\n note: item.note,\n title: item.title,\n });\n }\n\n protected 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.formGroup.value.note;\n found.title = this.formGroup.value.title;\n }\n }\n\n this.formGroup.patchValue({\n note: undefined,\n title: undefined,\n });\n\n // Close the active form.\n this.activeInlineFormId = undefined;\n }\n}\n"
|
|
10533
10533
|
},
|
|
10534
10534
|
{
|
|
10535
10535
|
"fileName": "demo.component.html",
|
|
@@ -10539,7 +10539,7 @@
|
|
|
10539
10539
|
{
|
|
10540
10540
|
"fileName": "demo.component.ts",
|
|
10541
10541
|
"filePath": "/projects/lists/documentation/code-examples/repeater/basic/demo.component.ts",
|
|
10542
|
-
"rawContents": "import { Component } from '@angular/core';\nimport { SkyRepeaterModule } from '@skyux/lists';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\n@Component({\n
|
|
10542
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyRepeaterModule } from '@skyux/lists';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n styleUrls: ['./demo.component.scss'],\n imports: [SkyDropdownModule, SkyRepeaterModule],\n})\nexport class DemoComponent {\n protected items: {\n note: string;\n status?: string;\n title?: string;\n accessibilityLabel?: string;\n }[] = [\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 note: 'Three other tasks were not displayed',\n accessibilityLabel: 'Other tasks',\n },\n ];\n\n protected onActionClicked(buttonText: string): void {\n alert(buttonText + ' was clicked!');\n }\n}\n"
|
|
10543
10543
|
},
|
|
10544
10544
|
{
|
|
10545
10545
|
"fileName": "demo.component.spec.ts",
|
|
@@ -10564,7 +10564,7 @@
|
|
|
10564
10564
|
{
|
|
10565
10565
|
"fileName": "demo.component.ts",
|
|
10566
10566
|
"filePath": "/projects/lists/documentation/code-examples/repeater/add-remove/demo.component.ts",
|
|
10567
|
-
"rawContents": "import { Component } from '@angular/core';\nimport { SkyRepeaterModule } from '@skyux/lists';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { Item } from './item';\n\nlet nextId = 0;\n\n@Component({\n
|
|
10567
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyRepeaterModule } from '@skyux/lists';\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { Item } from './item';\n\nlet nextId = 0;\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n styleUrls: ['./demo.component.scss'],\n imports: [SkyDropdownModule, SkyRepeaterModule],\n})\nexport class DemoComponent {\n protected items: Item[] = [\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 protected 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 protected changeItems(tags: Item[]): void {\n console.log('Tags in order ', tags);\n }\n\n protected onActionClicked(buttonText: string): void {\n alert(buttonText + ' was clicked!');\n }\n\n protected removeItems(): void {\n this.items = this.items.filter((item) => !item.isSelected);\n }\n}\n"
|
|
10568
10568
|
},
|
|
10569
10569
|
{
|
|
10570
10570
|
"fileName": "demo.component.spec.ts",
|
|
@@ -10589,7 +10589,7 @@
|
|
|
10589
10589
|
{
|
|
10590
10590
|
"fileName": "demo.component.ts",
|
|
10591
10591
|
"filePath": "/projects/lists/documentation/code-examples/paging/with-content/demo.component.ts",
|
|
10592
|
-
"rawContents": "import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { SkyDescriptionListModule } from '@skyux/layout';\nimport {\n SkyPagingContentChangeArgs,\n SkyPagingModule,\n SkyRepeaterModule,\n} from '@skyux/lists';\n\nimport { Subject, shareReplay, switchMap, tap } from 'rxjs';\n\nimport { DemoDataService } from './demo-data.service';\n\n@Component({\n
|
|
10592
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { SkyDescriptionListModule } from '@skyux/layout';\nimport {\n SkyPagingContentChangeArgs,\n SkyPagingModule,\n SkyRepeaterModule,\n} from '@skyux/lists';\n\nimport { Subject, shareReplay, switchMap, tap } from 'rxjs';\n\nimport { DemoDataService } from './demo-data.service';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [\n CommonModule,\n SkyDescriptionListModule,\n SkyPagingModule,\n SkyRepeaterModule,\n ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class DemoComponent {\n #demoDataSvc = inject(DemoDataService);\n\n protected currentPage = 1;\n protected pageSize = 5;\n protected contentChange = new Subject<SkyPagingContentChangeArgs>();\n\n protected pagedData = this.contentChange.pipe(\n switchMap((args) =>\n this.#demoDataSvc.getPagedData(args.currentPage, this.pageSize).pipe(\n tap(() => {\n args.loadingComplete();\n }),\n ),\n ),\n shareReplay(1),\n );\n}\n"
|
|
10593
10593
|
},
|
|
10594
10594
|
{
|
|
10595
10595
|
"fileName": "demo.component.html",
|
|
@@ -10609,7 +10609,7 @@
|
|
|
10609
10609
|
{
|
|
10610
10610
|
"fileName": "demo.component.ts",
|
|
10611
10611
|
"filePath": "/projects/lists/documentation/code-examples/paging/basic/demo.component.ts",
|
|
10612
|
-
"rawContents": "import { Component } from '@angular/core';\nimport { SkyPagingModule } from '@skyux/lists';\n\n@Component({\n
|
|
10612
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyPagingModule } from '@skyux/lists';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [SkyPagingModule],\n})\nexport class DemoComponent {\n protected currentPage = 1;\n}\n"
|
|
10613
10613
|
},
|
|
10614
10614
|
{
|
|
10615
10615
|
"fileName": "demo.component.html",
|
|
@@ -10624,7 +10624,7 @@
|
|
|
10624
10624
|
{
|
|
10625
10625
|
"fileName": "demo.component.ts",
|
|
10626
10626
|
"filePath": "/projects/lists/documentation/code-examples/infinite-scroll/repeater/demo.component.ts",
|
|
10627
|
-
"rawContents": "import { Component, OnInit } from '@angular/core';\nimport { SkyInfiniteScrollModule, SkyRepeaterModule } from '@skyux/lists';\n\nimport { InfiniteScrollDemoItem } from './item';\n\nlet nextId = 0;\n\n@Component({\n
|
|
10627
|
+
"rawContents": "import { Component, OnInit } from '@angular/core';\nimport { SkyInfiniteScrollModule, SkyRepeaterModule } from '@skyux/lists';\n\nimport { InfiniteScrollDemoItem } from './item';\n\nlet nextId = 0;\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [SkyInfiniteScrollModule, SkyRepeaterModule],\n})\nexport class DemoComponent implements OnInit {\n protected items: InfiniteScrollDemoItem[] = [];\n protected itemsHaveMore = true;\n\n public ngOnInit(): void {\n void this.#addData();\n }\n\n protected onScrollEnd(): void {\n if (this.itemsHaveMore) {\n void this.#addData();\n }\n }\n\n async #addData(): Promise<void> {\n const result = await this.#mockRemote();\n this.items = this.items.concat(result.data);\n this.itemsHaveMore = result.hasMore;\n }\n\n #mockRemote(): Promise<{\n data: InfiniteScrollDemoItem[];\n hasMore: boolean;\n }> {\n const data: InfiniteScrollDemoItem[] = [];\n\n for (let i = 0; i < 8; i++) {\n data.push({\n name: `Item #${++nextId}`,\n });\n }\n\n // Simulate async request.\n return new Promise((resolve) => {\n setTimeout(() => {\n resolve({\n data,\n hasMore: nextId < 50,\n });\n }, 1000);\n });\n }\n}\n"
|
|
10628
10628
|
},
|
|
10629
10629
|
{
|
|
10630
10630
|
"fileName": "demo.component.html",
|
|
@@ -10644,7 +10644,7 @@
|
|
|
10644
10644
|
{
|
|
10645
10645
|
"fileName": "filter-modal.component.ts",
|
|
10646
10646
|
"filePath": "/projects/lists/documentation/code-examples/filter/modal/filter-modal.component.ts",
|
|
10647
|
-
"rawContents": "import { Component, inject } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyCheckboxModule, SkyInputBoxModule } from '@skyux/forms';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { Filter } from './filter';\nimport { FilterModalContext } from './filter-modal-context';\n\n@Component({\n
|
|
10647
|
+
"rawContents": "import { Component, inject } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyCheckboxModule, SkyInputBoxModule } from '@skyux/forms';\nimport { SkyModalInstance, SkyModalModule } from '@skyux/modals';\n\nimport { Filter } from './filter';\nimport { FilterModalContext } from './filter-modal-context';\n\n@Component({\n selector: 'app-filter-modal',\n templateUrl: './filter-modal.component.html',\n imports: [FormsModule, SkyCheckboxModule, SkyInputBoxModule, SkyModalModule],\n})\nexport class FilterModalComponent {\n protected hideOrange = false;\n protected fruitType = 'any';\n\n protected readonly context = inject(FilterModalContext);\n protected readonly instance = inject(SkyModalInstance);\n\n constructor() {\n if (this.context.appliedFilters.length > 0) {\n this.#setFormFilters(this.context.appliedFilters);\n } else {\n this.clearAllFilters();\n }\n }\n\n protected applyFilters(): void {\n const result = this.#getAppliedFiltersArray();\n this.instance.save(result);\n }\n\n protected cancel(): void {\n this.instance.cancel();\n }\n\n protected clearAllFilters(): void {\n this.hideOrange = false;\n this.fruitType = 'any';\n }\n\n #getAppliedFiltersArray(): Filter[] {\n const appliedFilters: Filter[] = [];\n\n if (this.fruitType !== 'any') {\n appliedFilters.push({\n name: 'fruitType',\n value: this.fruitType,\n label: this.fruitType,\n });\n }\n\n if (this.hideOrange) {\n appliedFilters.push({\n name: 'hideOrange',\n value: true,\n label: 'hide orange fruits',\n });\n }\n\n return appliedFilters;\n }\n\n #setFormFilters(appliedFilters: Filter[]): void {\n for (const appliedFilter of appliedFilters) {\n if (appliedFilter.name === 'fruitType') {\n this.fruitType = `${appliedFilter.value}`;\n }\n\n if (appliedFilter.name === 'hideOrange') {\n this.hideOrange = !!appliedFilter.value;\n }\n }\n }\n}\n"
|
|
10648
10648
|
},
|
|
10649
10649
|
{
|
|
10650
10650
|
"fileName": "filter-modal.component.html",
|
|
@@ -10659,7 +10659,7 @@
|
|
|
10659
10659
|
{
|
|
10660
10660
|
"fileName": "demo.component.ts",
|
|
10661
10661
|
"filePath": "/projects/lists/documentation/code-examples/filter/modal/demo.component.ts",
|
|
10662
|
-
"rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkyFilterModule, SkyRepeaterModule } from '@skyux/lists';\nimport { SkyModalCloseArgs, SkyModalService } from '@skyux/modals';\n\nimport { Filter } from './filter';\nimport { FilterModalContext } from './filter-modal-context';\nimport { FilterModalComponent } from './filter-modal.component';\nimport { Fruit } from './fruit';\n\n@Component({\n
|
|
10662
|
+
"rawContents": "import {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n inject,\n} from '@angular/core';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkyFilterModule, SkyRepeaterModule } from '@skyux/lists';\nimport { SkyModalCloseArgs, SkyModalService } from '@skyux/modals';\n\nimport { Filter } from './filter';\nimport { FilterModalContext } from './filter-modal-context';\nimport { FilterModalComponent } from './filter-modal.component';\nimport { Fruit } from './fruit';\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [SkyFilterModule, SkyRepeaterModule, SkyToolbarModule],\n})\nexport class DemoComponent {\n protected appliedFilters: Filter[] = [];\n protected filteredItems: Fruit[];\n protected 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 protected showInlineFilters = false;\n\n readonly #changeDetectorRef = inject(ChangeDetectorRef);\n readonly #modalSvc = inject(SkyModalService);\n\n constructor() {\n this.filteredItems = this.items.slice();\n }\n\n protected onDismiss(index: number): void {\n this.appliedFilters.splice(index, 1);\n this.filteredItems = this.#filterItems(this.items, this.appliedFilters);\n }\n\n protected onInlineFilterButtonClicked(): void {\n this.showInlineFilters = !this.showInlineFilters;\n }\n\n protected onModalFilterButtonClick(): void {\n const modalInstance = this.#modalSvc.open(FilterModalComponent, [\n {\n provide: FilterModalContext,\n useValue: {\n appliedFilters: this.appliedFilters,\n },\n },\n ]);\n\n modalInstance.closed.subscribe((result: SkyModalCloseArgs) => {\n if (result.reason === 'save') {\n this.appliedFilters = (result.data as Filter[]).slice();\n this.filteredItems = this.#filterItems(this.items, this.appliedFilters);\n this.#changeDetectorRef.markForCheck();\n }\n });\n }\n\n #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 #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 #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 #orangeFilterFailed(filter: Filter, item: Fruit): boolean {\n return (\n filter.name === 'hideOrange' && !!filter.value && item.color === 'orange'\n );\n }\n}\n"
|
|
10663
10663
|
},
|
|
10664
10664
|
{
|
|
10665
10665
|
"fileName": "demo.component.html",
|
|
@@ -10669,7 +10669,7 @@
|
|
|
10669
10669
|
{
|
|
10670
10670
|
"fileName": "demo.component.ts",
|
|
10671
10671
|
"filePath": "/projects/lists/documentation/code-examples/filter/inline/demo.component.ts",
|
|
10672
|
-
"rawContents": "import { Component } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyCheckboxModule, SkyInputBoxModule } from '@skyux/forms';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkyFilterModule, SkyRepeaterModule } from '@skyux/lists';\n\ninterface Filter {\n name: string;\n value: string | boolean;\n}\n\ninterface Fruit {\n name: string;\n type: string;\n color: string;\n}\n\n@Component({\n
|
|
10672
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyCheckboxModule, SkyInputBoxModule } from '@skyux/forms';\nimport { SkyToolbarModule } from '@skyux/layout';\nimport { SkyFilterModule, SkyRepeaterModule } from '@skyux/lists';\n\ninterface Filter {\n name: string;\n value: string | boolean;\n}\n\ninterface Fruit {\n name: string;\n type: string;\n color: string;\n}\n\n@Component({\n selector: 'app-demo',\n templateUrl: './demo.component.html',\n imports: [\n FormsModule,\n SkyCheckboxModule,\n SkyIdModule,\n SkyFilterModule,\n SkyInputBoxModule,\n SkyRepeaterModule,\n SkyToolbarModule,\n ],\n})\nexport class DemoComponent {\n protected appliedFilters: Filter[] = [];\n protected filteredItems: Fruit[];\n protected filtersActive = false;\n protected fruitType = 'any';\n protected hideOrange = false;\n\n protected 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 protected showInlineFilters = false;\n\n constructor() {\n this.filteredItems = this.items.slice();\n }\n\n protected filterButtonClicked(): void {\n this.showInlineFilters = !this.showInlineFilters;\n }\n\n protected fruitTypeChange(newValue: string): void {\n this.fruitType = newValue;\n this.#setFilterActiveState();\n }\n\n protected hideOrangeChange(newValue: boolean): void {\n this.hideOrange = newValue;\n this.#setFilterActiveState();\n }\n\n #setFilterActiveState(): void {\n this.appliedFilters = [];\n\n if (this.fruitType !== 'any') {\n this.appliedFilters.push({\n name: 'fruitType',\n value: this.fruitType,\n });\n }\n\n if (this.hideOrange) {\n this.appliedFilters.push({\n name: 'hideOrange',\n value: true,\n });\n }\n\n this.filtersActive = this.appliedFilters.length > 0;\n this.filteredItems = this.#filterItems(this.items, this.appliedFilters);\n }\n\n #orangeFilterFailed(filter: Filter, item: Fruit): boolean {\n return (\n filter.name === 'hideOrange' && !!filter.value && item.color === 'orange'\n );\n }\n\n #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 #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 #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"
|
|
10673
10673
|
},
|
|
10674
10674
|
{
|
|
10675
10675
|
"fileName": "demo.component.html",
|
|
@@ -10679,36 +10679,36 @@
|
|
|
10679
10679
|
],
|
|
10680
10680
|
"codeExampleDependencies": {
|
|
10681
10681
|
"/projects/lists/documentation/code-examples/sort/basic": {
|
|
10682
|
-
"@angular-devkit/core": "
|
|
10683
|
-
"@angular-devkit/schematics": "
|
|
10684
|
-
"@angular/animations": "
|
|
10685
|
-
"@angular/cdk": "
|
|
10686
|
-
"@angular/cli": "
|
|
10687
|
-
"@angular/common": "
|
|
10688
|
-
"@angular/core": "
|
|
10689
|
-
"@angular/forms": "
|
|
10690
|
-
"@angular/platform-browser": "
|
|
10691
|
-
"@angular/router": "
|
|
10682
|
+
"@angular-devkit/core": "19.0.6",
|
|
10683
|
+
"@angular-devkit/schematics": "19.0.6",
|
|
10684
|
+
"@angular/animations": "19.0.5",
|
|
10685
|
+
"@angular/cdk": "19.0.4",
|
|
10686
|
+
"@angular/cli": "19.0.6",
|
|
10687
|
+
"@angular/common": "19.0.5",
|
|
10688
|
+
"@angular/core": "19.0.5",
|
|
10689
|
+
"@angular/forms": "19.0.5",
|
|
10690
|
+
"@angular/platform-browser": "19.0.5",
|
|
10691
|
+
"@angular/router": "19.0.5",
|
|
10692
10692
|
"@blackbaud/skyux-design-tokens": "0.0.42",
|
|
10693
|
-
"@schematics/angular": "
|
|
10694
|
-
"@skyux-sdk/testing": "
|
|
10695
|
-
"@skyux/animations": "
|
|
10696
|
-
"@skyux/assets": "
|
|
10697
|
-
"@skyux/config": "
|
|
10698
|
-
"@skyux/core": "
|
|
10699
|
-
"@skyux/forms": "
|
|
10700
|
-
"@skyux/help-inline": "
|
|
10701
|
-
"@skyux/i18n": "
|
|
10702
|
-
"@skyux/icon": "
|
|
10693
|
+
"@schematics/angular": "19.0.6",
|
|
10694
|
+
"@skyux-sdk/testing": "12.0.0-alpha.0",
|
|
10695
|
+
"@skyux/animations": "12.0.0-alpha.0",
|
|
10696
|
+
"@skyux/assets": "12.0.0-alpha.0",
|
|
10697
|
+
"@skyux/config": "12.0.0-alpha.0",
|
|
10698
|
+
"@skyux/core": "12.0.0-alpha.0",
|
|
10699
|
+
"@skyux/forms": "12.0.0-alpha.0",
|
|
10700
|
+
"@skyux/help-inline": "12.0.0-alpha.0",
|
|
10701
|
+
"@skyux/i18n": "12.0.0-alpha.0",
|
|
10702
|
+
"@skyux/icon": "12.0.0-alpha.0",
|
|
10703
10703
|
"@skyux/icons": "7.8.0",
|
|
10704
|
-
"@skyux/indicators": "
|
|
10705
|
-
"@skyux/inline-form": "
|
|
10706
|
-
"@skyux/layout": "
|
|
10707
|
-
"@skyux/lists": "
|
|
10708
|
-
"@skyux/modals": "
|
|
10709
|
-
"@skyux/popovers": "
|
|
10710
|
-
"@skyux/router": "
|
|
10711
|
-
"@skyux/theme": "
|
|
10704
|
+
"@skyux/indicators": "12.0.0-alpha.0",
|
|
10705
|
+
"@skyux/inline-form": "12.0.0-alpha.0",
|
|
10706
|
+
"@skyux/layout": "12.0.0-alpha.0",
|
|
10707
|
+
"@skyux/lists": "12.0.0-alpha.0",
|
|
10708
|
+
"@skyux/modals": "12.0.0-alpha.0",
|
|
10709
|
+
"@skyux/popovers": "12.0.0-alpha.0",
|
|
10710
|
+
"@skyux/router": "12.0.0-alpha.0",
|
|
10711
|
+
"@skyux/theme": "12.0.0-alpha.0",
|
|
10712
10712
|
"@types/dragula": "2.1.36",
|
|
10713
10713
|
"@types/node": "20.14.12",
|
|
10714
10714
|
"axe-core": "4.10.0",
|
|
@@ -10718,38 +10718,39 @@
|
|
|
10718
10718
|
"fontfaceobserver": "2.3.0",
|
|
10719
10719
|
"glob": "11.0.0",
|
|
10720
10720
|
"jsonc-parser": "3.3.1",
|
|
10721
|
+
"minimist": "1.2.8",
|
|
10721
10722
|
"ng2-dragula": "5.1.0",
|
|
10722
10723
|
"rxjs": "7.8.1",
|
|
10723
|
-
"tslib": "2.
|
|
10724
|
-
"zone.js": "0.
|
|
10724
|
+
"tslib": "2.8.1",
|
|
10725
|
+
"zone.js": "0.15.0"
|
|
10725
10726
|
},
|
|
10726
10727
|
"/projects/lists/documentation/code-examples/repeater/inline-form": {
|
|
10727
|
-
"@angular-devkit/core": "
|
|
10728
|
-
"@angular-devkit/schematics": "
|
|
10729
|
-
"@angular/animations": "
|
|
10730
|
-
"@angular/cdk": "
|
|
10731
|
-
"@angular/cli": "
|
|
10732
|
-
"@angular/common": "
|
|
10733
|
-
"@angular/core": "
|
|
10734
|
-
"@angular/forms": "
|
|
10735
|
-
"@angular/platform-browser": "
|
|
10736
|
-
"@angular/router": "
|
|
10728
|
+
"@angular-devkit/core": "19.0.6",
|
|
10729
|
+
"@angular-devkit/schematics": "19.0.6",
|
|
10730
|
+
"@angular/animations": "19.0.5",
|
|
10731
|
+
"@angular/cdk": "19.0.4",
|
|
10732
|
+
"@angular/cli": "19.0.6",
|
|
10733
|
+
"@angular/common": "19.0.5",
|
|
10734
|
+
"@angular/core": "19.0.5",
|
|
10735
|
+
"@angular/forms": "19.0.5",
|
|
10736
|
+
"@angular/platform-browser": "19.0.5",
|
|
10737
|
+
"@angular/router": "19.0.5",
|
|
10737
10738
|
"@blackbaud/skyux-design-tokens": "0.0.42",
|
|
10738
|
-
"@schematics/angular": "
|
|
10739
|
-
"@skyux-sdk/testing": "
|
|
10740
|
-
"@skyux/animations": "
|
|
10741
|
-
"@skyux/assets": "
|
|
10742
|
-
"@skyux/core": "
|
|
10743
|
-
"@skyux/forms": "
|
|
10744
|
-
"@skyux/help-inline": "
|
|
10745
|
-
"@skyux/i18n": "
|
|
10746
|
-
"@skyux/icon": "
|
|
10739
|
+
"@schematics/angular": "19.0.6",
|
|
10740
|
+
"@skyux-sdk/testing": "12.0.0-alpha.0",
|
|
10741
|
+
"@skyux/animations": "12.0.0-alpha.0",
|
|
10742
|
+
"@skyux/assets": "12.0.0-alpha.0",
|
|
10743
|
+
"@skyux/core": "12.0.0-alpha.0",
|
|
10744
|
+
"@skyux/forms": "12.0.0-alpha.0",
|
|
10745
|
+
"@skyux/help-inline": "12.0.0-alpha.0",
|
|
10746
|
+
"@skyux/i18n": "12.0.0-alpha.0",
|
|
10747
|
+
"@skyux/icon": "12.0.0-alpha.0",
|
|
10747
10748
|
"@skyux/icons": "7.8.0",
|
|
10748
|
-
"@skyux/indicators": "
|
|
10749
|
-
"@skyux/inline-form": "
|
|
10750
|
-
"@skyux/lists": "
|
|
10751
|
-
"@skyux/popovers": "
|
|
10752
|
-
"@skyux/theme": "
|
|
10749
|
+
"@skyux/indicators": "12.0.0-alpha.0",
|
|
10750
|
+
"@skyux/inline-form": "12.0.0-alpha.0",
|
|
10751
|
+
"@skyux/lists": "12.0.0-alpha.0",
|
|
10752
|
+
"@skyux/popovers": "12.0.0-alpha.0",
|
|
10753
|
+
"@skyux/theme": "12.0.0-alpha.0",
|
|
10753
10754
|
"@types/dragula": "2.1.36",
|
|
10754
10755
|
"@types/node": "20.14.12",
|
|
10755
10756
|
"axe-core": "4.10.0",
|
|
@@ -10759,38 +10760,39 @@
|
|
|
10759
10760
|
"fontfaceobserver": "2.3.0",
|
|
10760
10761
|
"glob": "11.0.0",
|
|
10761
10762
|
"jsonc-parser": "3.3.1",
|
|
10763
|
+
"minimist": "1.2.8",
|
|
10762
10764
|
"ng2-dragula": "5.1.0",
|
|
10763
10765
|
"rxjs": "7.8.1",
|
|
10764
|
-
"tslib": "2.
|
|
10765
|
-
"zone.js": "0.
|
|
10766
|
+
"tslib": "2.8.1",
|
|
10767
|
+
"zone.js": "0.15.0"
|
|
10766
10768
|
},
|
|
10767
10769
|
"/projects/lists/documentation/code-examples/repeater/basic": {
|
|
10768
|
-
"@angular-devkit/core": "
|
|
10769
|
-
"@angular-devkit/schematics": "
|
|
10770
|
-
"@angular/animations": "
|
|
10771
|
-
"@angular/cdk": "
|
|
10772
|
-
"@angular/cli": "
|
|
10773
|
-
"@angular/common": "
|
|
10774
|
-
"@angular/core": "
|
|
10775
|
-
"@angular/forms": "
|
|
10776
|
-
"@angular/platform-browser": "
|
|
10777
|
-
"@angular/router": "
|
|
10770
|
+
"@angular-devkit/core": "19.0.6",
|
|
10771
|
+
"@angular-devkit/schematics": "19.0.6",
|
|
10772
|
+
"@angular/animations": "19.0.5",
|
|
10773
|
+
"@angular/cdk": "19.0.4",
|
|
10774
|
+
"@angular/cli": "19.0.6",
|
|
10775
|
+
"@angular/common": "19.0.5",
|
|
10776
|
+
"@angular/core": "19.0.5",
|
|
10777
|
+
"@angular/forms": "19.0.5",
|
|
10778
|
+
"@angular/platform-browser": "19.0.5",
|
|
10779
|
+
"@angular/router": "19.0.5",
|
|
10778
10780
|
"@blackbaud/skyux-design-tokens": "0.0.42",
|
|
10779
|
-
"@schematics/angular": "
|
|
10780
|
-
"@skyux-sdk/testing": "
|
|
10781
|
-
"@skyux/animations": "
|
|
10782
|
-
"@skyux/assets": "
|
|
10783
|
-
"@skyux/core": "
|
|
10784
|
-
"@skyux/forms": "
|
|
10785
|
-
"@skyux/help-inline": "
|
|
10786
|
-
"@skyux/i18n": "
|
|
10787
|
-
"@skyux/icon": "
|
|
10781
|
+
"@schematics/angular": "19.0.6",
|
|
10782
|
+
"@skyux-sdk/testing": "12.0.0-alpha.0",
|
|
10783
|
+
"@skyux/animations": "12.0.0-alpha.0",
|
|
10784
|
+
"@skyux/assets": "12.0.0-alpha.0",
|
|
10785
|
+
"@skyux/core": "12.0.0-alpha.0",
|
|
10786
|
+
"@skyux/forms": "12.0.0-alpha.0",
|
|
10787
|
+
"@skyux/help-inline": "12.0.0-alpha.0",
|
|
10788
|
+
"@skyux/i18n": "12.0.0-alpha.0",
|
|
10789
|
+
"@skyux/icon": "12.0.0-alpha.0",
|
|
10788
10790
|
"@skyux/icons": "7.8.0",
|
|
10789
|
-
"@skyux/indicators": "
|
|
10790
|
-
"@skyux/inline-form": "
|
|
10791
|
-
"@skyux/lists": "
|
|
10792
|
-
"@skyux/popovers": "
|
|
10793
|
-
"@skyux/theme": "
|
|
10791
|
+
"@skyux/indicators": "12.0.0-alpha.0",
|
|
10792
|
+
"@skyux/inline-form": "12.0.0-alpha.0",
|
|
10793
|
+
"@skyux/lists": "12.0.0-alpha.0",
|
|
10794
|
+
"@skyux/popovers": "12.0.0-alpha.0",
|
|
10795
|
+
"@skyux/theme": "12.0.0-alpha.0",
|
|
10794
10796
|
"@types/dragula": "2.1.36",
|
|
10795
10797
|
"@types/node": "20.14.12",
|
|
10796
10798
|
"axe-core": "4.10.0",
|
|
@@ -10800,38 +10802,39 @@
|
|
|
10800
10802
|
"fontfaceobserver": "2.3.0",
|
|
10801
10803
|
"glob": "11.0.0",
|
|
10802
10804
|
"jsonc-parser": "3.3.1",
|
|
10805
|
+
"minimist": "1.2.8",
|
|
10803
10806
|
"ng2-dragula": "5.1.0",
|
|
10804
10807
|
"rxjs": "7.8.1",
|
|
10805
|
-
"tslib": "2.
|
|
10806
|
-
"zone.js": "0.
|
|
10808
|
+
"tslib": "2.8.1",
|
|
10809
|
+
"zone.js": "0.15.0"
|
|
10807
10810
|
},
|
|
10808
10811
|
"/projects/lists/documentation/code-examples/repeater/add-remove": {
|
|
10809
|
-
"@angular-devkit/core": "
|
|
10810
|
-
"@angular-devkit/schematics": "
|
|
10811
|
-
"@angular/animations": "
|
|
10812
|
-
"@angular/cdk": "
|
|
10813
|
-
"@angular/cli": "
|
|
10814
|
-
"@angular/common": "
|
|
10815
|
-
"@angular/core": "
|
|
10816
|
-
"@angular/forms": "
|
|
10817
|
-
"@angular/platform-browser": "
|
|
10818
|
-
"@angular/router": "
|
|
10812
|
+
"@angular-devkit/core": "19.0.6",
|
|
10813
|
+
"@angular-devkit/schematics": "19.0.6",
|
|
10814
|
+
"@angular/animations": "19.0.5",
|
|
10815
|
+
"@angular/cdk": "19.0.4",
|
|
10816
|
+
"@angular/cli": "19.0.6",
|
|
10817
|
+
"@angular/common": "19.0.5",
|
|
10818
|
+
"@angular/core": "19.0.5",
|
|
10819
|
+
"@angular/forms": "19.0.5",
|
|
10820
|
+
"@angular/platform-browser": "19.0.5",
|
|
10821
|
+
"@angular/router": "19.0.5",
|
|
10819
10822
|
"@blackbaud/skyux-design-tokens": "0.0.42",
|
|
10820
|
-
"@schematics/angular": "
|
|
10821
|
-
"@skyux-sdk/testing": "
|
|
10822
|
-
"@skyux/animations": "
|
|
10823
|
-
"@skyux/assets": "
|
|
10824
|
-
"@skyux/core": "
|
|
10825
|
-
"@skyux/forms": "
|
|
10826
|
-
"@skyux/help-inline": "
|
|
10827
|
-
"@skyux/i18n": "
|
|
10828
|
-
"@skyux/icon": "
|
|
10823
|
+
"@schematics/angular": "19.0.6",
|
|
10824
|
+
"@skyux-sdk/testing": "12.0.0-alpha.0",
|
|
10825
|
+
"@skyux/animations": "12.0.0-alpha.0",
|
|
10826
|
+
"@skyux/assets": "12.0.0-alpha.0",
|
|
10827
|
+
"@skyux/core": "12.0.0-alpha.0",
|
|
10828
|
+
"@skyux/forms": "12.0.0-alpha.0",
|
|
10829
|
+
"@skyux/help-inline": "12.0.0-alpha.0",
|
|
10830
|
+
"@skyux/i18n": "12.0.0-alpha.0",
|
|
10831
|
+
"@skyux/icon": "12.0.0-alpha.0",
|
|
10829
10832
|
"@skyux/icons": "7.8.0",
|
|
10830
|
-
"@skyux/indicators": "
|
|
10831
|
-
"@skyux/inline-form": "
|
|
10832
|
-
"@skyux/lists": "
|
|
10833
|
-
"@skyux/popovers": "
|
|
10834
|
-
"@skyux/theme": "
|
|
10833
|
+
"@skyux/indicators": "12.0.0-alpha.0",
|
|
10834
|
+
"@skyux/inline-form": "12.0.0-alpha.0",
|
|
10835
|
+
"@skyux/lists": "12.0.0-alpha.0",
|
|
10836
|
+
"@skyux/popovers": "12.0.0-alpha.0",
|
|
10837
|
+
"@skyux/theme": "12.0.0-alpha.0",
|
|
10835
10838
|
"@types/dragula": "2.1.36",
|
|
10836
10839
|
"@types/node": "20.14.12",
|
|
10837
10840
|
"axe-core": "4.10.0",
|
|
@@ -10841,42 +10844,43 @@
|
|
|
10841
10844
|
"fontfaceobserver": "2.3.0",
|
|
10842
10845
|
"glob": "11.0.0",
|
|
10843
10846
|
"jsonc-parser": "3.3.1",
|
|
10847
|
+
"minimist": "1.2.8",
|
|
10844
10848
|
"ng2-dragula": "5.1.0",
|
|
10845
10849
|
"rxjs": "7.8.1",
|
|
10846
|
-
"tslib": "2.
|
|
10847
|
-
"zone.js": "0.
|
|
10850
|
+
"tslib": "2.8.1",
|
|
10851
|
+
"zone.js": "0.15.0"
|
|
10848
10852
|
},
|
|
10849
10853
|
"/projects/lists/documentation/code-examples/paging/with-content": {
|
|
10850
|
-
"@angular-devkit/core": "
|
|
10851
|
-
"@angular-devkit/schematics": "
|
|
10852
|
-
"@angular/animations": "
|
|
10853
|
-
"@angular/cdk": "
|
|
10854
|
-
"@angular/cli": "
|
|
10855
|
-
"@angular/common": "
|
|
10856
|
-
"@angular/core": "
|
|
10857
|
-
"@angular/forms": "
|
|
10858
|
-
"@angular/platform-browser": "
|
|
10859
|
-
"@angular/router": "
|
|
10854
|
+
"@angular-devkit/core": "19.0.6",
|
|
10855
|
+
"@angular-devkit/schematics": "19.0.6",
|
|
10856
|
+
"@angular/animations": "19.0.5",
|
|
10857
|
+
"@angular/cdk": "19.0.4",
|
|
10858
|
+
"@angular/cli": "19.0.6",
|
|
10859
|
+
"@angular/common": "19.0.5",
|
|
10860
|
+
"@angular/core": "19.0.5",
|
|
10861
|
+
"@angular/forms": "19.0.5",
|
|
10862
|
+
"@angular/platform-browser": "19.0.5",
|
|
10863
|
+
"@angular/router": "19.0.5",
|
|
10860
10864
|
"@blackbaud/skyux-design-tokens": "0.0.42",
|
|
10861
|
-
"@schematics/angular": "
|
|
10862
|
-
"@skyux-sdk/testing": "
|
|
10863
|
-
"@skyux/animations": "
|
|
10864
|
-
"@skyux/assets": "
|
|
10865
|
-
"@skyux/config": "
|
|
10866
|
-
"@skyux/core": "
|
|
10867
|
-
"@skyux/forms": "
|
|
10868
|
-
"@skyux/help-inline": "
|
|
10869
|
-
"@skyux/i18n": "
|
|
10870
|
-
"@skyux/icon": "
|
|
10865
|
+
"@schematics/angular": "19.0.6",
|
|
10866
|
+
"@skyux-sdk/testing": "12.0.0-alpha.0",
|
|
10867
|
+
"@skyux/animations": "12.0.0-alpha.0",
|
|
10868
|
+
"@skyux/assets": "12.0.0-alpha.0",
|
|
10869
|
+
"@skyux/config": "12.0.0-alpha.0",
|
|
10870
|
+
"@skyux/core": "12.0.0-alpha.0",
|
|
10871
|
+
"@skyux/forms": "12.0.0-alpha.0",
|
|
10872
|
+
"@skyux/help-inline": "12.0.0-alpha.0",
|
|
10873
|
+
"@skyux/i18n": "12.0.0-alpha.0",
|
|
10874
|
+
"@skyux/icon": "12.0.0-alpha.0",
|
|
10871
10875
|
"@skyux/icons": "7.8.0",
|
|
10872
|
-
"@skyux/indicators": "
|
|
10873
|
-
"@skyux/inline-form": "
|
|
10874
|
-
"@skyux/layout": "
|
|
10875
|
-
"@skyux/lists": "
|
|
10876
|
-
"@skyux/modals": "
|
|
10877
|
-
"@skyux/popovers": "
|
|
10878
|
-
"@skyux/router": "
|
|
10879
|
-
"@skyux/theme": "
|
|
10876
|
+
"@skyux/indicators": "12.0.0-alpha.0",
|
|
10877
|
+
"@skyux/inline-form": "12.0.0-alpha.0",
|
|
10878
|
+
"@skyux/layout": "12.0.0-alpha.0",
|
|
10879
|
+
"@skyux/lists": "12.0.0-alpha.0",
|
|
10880
|
+
"@skyux/modals": "12.0.0-alpha.0",
|
|
10881
|
+
"@skyux/popovers": "12.0.0-alpha.0",
|
|
10882
|
+
"@skyux/router": "12.0.0-alpha.0",
|
|
10883
|
+
"@skyux/theme": "12.0.0-alpha.0",
|
|
10880
10884
|
"@types/dragula": "2.1.36",
|
|
10881
10885
|
"@types/node": "20.14.12",
|
|
10882
10886
|
"axe-core": "4.10.0",
|
|
@@ -10886,38 +10890,39 @@
|
|
|
10886
10890
|
"fontfaceobserver": "2.3.0",
|
|
10887
10891
|
"glob": "11.0.0",
|
|
10888
10892
|
"jsonc-parser": "3.3.1",
|
|
10893
|
+
"minimist": "1.2.8",
|
|
10889
10894
|
"ng2-dragula": "5.1.0",
|
|
10890
10895
|
"rxjs": "7.8.1",
|
|
10891
|
-
"tslib": "2.
|
|
10892
|
-
"zone.js": "0.
|
|
10896
|
+
"tslib": "2.8.1",
|
|
10897
|
+
"zone.js": "0.15.0"
|
|
10893
10898
|
},
|
|
10894
10899
|
"/projects/lists/documentation/code-examples/paging/basic": {
|
|
10895
|
-
"@angular-devkit/core": "
|
|
10896
|
-
"@angular-devkit/schematics": "
|
|
10897
|
-
"@angular/animations": "
|
|
10898
|
-
"@angular/cdk": "
|
|
10899
|
-
"@angular/cli": "
|
|
10900
|
-
"@angular/common": "
|
|
10901
|
-
"@angular/core": "
|
|
10902
|
-
"@angular/forms": "
|
|
10903
|
-
"@angular/platform-browser": "
|
|
10904
|
-
"@angular/router": "
|
|
10900
|
+
"@angular-devkit/core": "19.0.6",
|
|
10901
|
+
"@angular-devkit/schematics": "19.0.6",
|
|
10902
|
+
"@angular/animations": "19.0.5",
|
|
10903
|
+
"@angular/cdk": "19.0.4",
|
|
10904
|
+
"@angular/cli": "19.0.6",
|
|
10905
|
+
"@angular/common": "19.0.5",
|
|
10906
|
+
"@angular/core": "19.0.5",
|
|
10907
|
+
"@angular/forms": "19.0.5",
|
|
10908
|
+
"@angular/platform-browser": "19.0.5",
|
|
10909
|
+
"@angular/router": "19.0.5",
|
|
10905
10910
|
"@blackbaud/skyux-design-tokens": "0.0.42",
|
|
10906
|
-
"@schematics/angular": "
|
|
10907
|
-
"@skyux-sdk/testing": "
|
|
10908
|
-
"@skyux/animations": "
|
|
10909
|
-
"@skyux/assets": "
|
|
10910
|
-
"@skyux/core": "
|
|
10911
|
-
"@skyux/forms": "
|
|
10912
|
-
"@skyux/help-inline": "
|
|
10913
|
-
"@skyux/i18n": "
|
|
10914
|
-
"@skyux/icon": "
|
|
10911
|
+
"@schematics/angular": "19.0.6",
|
|
10912
|
+
"@skyux-sdk/testing": "12.0.0-alpha.0",
|
|
10913
|
+
"@skyux/animations": "12.0.0-alpha.0",
|
|
10914
|
+
"@skyux/assets": "12.0.0-alpha.0",
|
|
10915
|
+
"@skyux/core": "12.0.0-alpha.0",
|
|
10916
|
+
"@skyux/forms": "12.0.0-alpha.0",
|
|
10917
|
+
"@skyux/help-inline": "12.0.0-alpha.0",
|
|
10918
|
+
"@skyux/i18n": "12.0.0-alpha.0",
|
|
10919
|
+
"@skyux/icon": "12.0.0-alpha.0",
|
|
10915
10920
|
"@skyux/icons": "7.8.0",
|
|
10916
|
-
"@skyux/indicators": "
|
|
10917
|
-
"@skyux/inline-form": "
|
|
10918
|
-
"@skyux/lists": "
|
|
10919
|
-
"@skyux/popovers": "
|
|
10920
|
-
"@skyux/theme": "
|
|
10921
|
+
"@skyux/indicators": "12.0.0-alpha.0",
|
|
10922
|
+
"@skyux/inline-form": "12.0.0-alpha.0",
|
|
10923
|
+
"@skyux/lists": "12.0.0-alpha.0",
|
|
10924
|
+
"@skyux/popovers": "12.0.0-alpha.0",
|
|
10925
|
+
"@skyux/theme": "12.0.0-alpha.0",
|
|
10921
10926
|
"@types/dragula": "2.1.36",
|
|
10922
10927
|
"@types/node": "20.14.12",
|
|
10923
10928
|
"axe-core": "4.10.0",
|
|
@@ -10927,38 +10932,39 @@
|
|
|
10927
10932
|
"fontfaceobserver": "2.3.0",
|
|
10928
10933
|
"glob": "11.0.0",
|
|
10929
10934
|
"jsonc-parser": "3.3.1",
|
|
10935
|
+
"minimist": "1.2.8",
|
|
10930
10936
|
"ng2-dragula": "5.1.0",
|
|
10931
10937
|
"rxjs": "7.8.1",
|
|
10932
|
-
"tslib": "2.
|
|
10933
|
-
"zone.js": "0.
|
|
10938
|
+
"tslib": "2.8.1",
|
|
10939
|
+
"zone.js": "0.15.0"
|
|
10934
10940
|
},
|
|
10935
10941
|
"/projects/lists/documentation/code-examples/infinite-scroll/repeater": {
|
|
10936
|
-
"@angular-devkit/core": "
|
|
10937
|
-
"@angular-devkit/schematics": "
|
|
10938
|
-
"@angular/animations": "
|
|
10939
|
-
"@angular/cdk": "
|
|
10940
|
-
"@angular/cli": "
|
|
10941
|
-
"@angular/common": "
|
|
10942
|
-
"@angular/core": "
|
|
10943
|
-
"@angular/forms": "
|
|
10944
|
-
"@angular/platform-browser": "
|
|
10945
|
-
"@angular/router": "
|
|
10942
|
+
"@angular-devkit/core": "19.0.6",
|
|
10943
|
+
"@angular-devkit/schematics": "19.0.6",
|
|
10944
|
+
"@angular/animations": "19.0.5",
|
|
10945
|
+
"@angular/cdk": "19.0.4",
|
|
10946
|
+
"@angular/cli": "19.0.6",
|
|
10947
|
+
"@angular/common": "19.0.5",
|
|
10948
|
+
"@angular/core": "19.0.5",
|
|
10949
|
+
"@angular/forms": "19.0.5",
|
|
10950
|
+
"@angular/platform-browser": "19.0.5",
|
|
10951
|
+
"@angular/router": "19.0.5",
|
|
10946
10952
|
"@blackbaud/skyux-design-tokens": "0.0.42",
|
|
10947
|
-
"@schematics/angular": "
|
|
10948
|
-
"@skyux-sdk/testing": "
|
|
10949
|
-
"@skyux/animations": "
|
|
10950
|
-
"@skyux/assets": "
|
|
10951
|
-
"@skyux/core": "
|
|
10952
|
-
"@skyux/forms": "
|
|
10953
|
-
"@skyux/help-inline": "
|
|
10954
|
-
"@skyux/i18n": "
|
|
10955
|
-
"@skyux/icon": "
|
|
10953
|
+
"@schematics/angular": "19.0.6",
|
|
10954
|
+
"@skyux-sdk/testing": "12.0.0-alpha.0",
|
|
10955
|
+
"@skyux/animations": "12.0.0-alpha.0",
|
|
10956
|
+
"@skyux/assets": "12.0.0-alpha.0",
|
|
10957
|
+
"@skyux/core": "12.0.0-alpha.0",
|
|
10958
|
+
"@skyux/forms": "12.0.0-alpha.0",
|
|
10959
|
+
"@skyux/help-inline": "12.0.0-alpha.0",
|
|
10960
|
+
"@skyux/i18n": "12.0.0-alpha.0",
|
|
10961
|
+
"@skyux/icon": "12.0.0-alpha.0",
|
|
10956
10962
|
"@skyux/icons": "7.8.0",
|
|
10957
|
-
"@skyux/indicators": "
|
|
10958
|
-
"@skyux/inline-form": "
|
|
10959
|
-
"@skyux/lists": "
|
|
10960
|
-
"@skyux/popovers": "
|
|
10961
|
-
"@skyux/theme": "
|
|
10963
|
+
"@skyux/indicators": "12.0.0-alpha.0",
|
|
10964
|
+
"@skyux/inline-form": "12.0.0-alpha.0",
|
|
10965
|
+
"@skyux/lists": "12.0.0-alpha.0",
|
|
10966
|
+
"@skyux/popovers": "12.0.0-alpha.0",
|
|
10967
|
+
"@skyux/theme": "12.0.0-alpha.0",
|
|
10962
10968
|
"@types/dragula": "2.1.36",
|
|
10963
10969
|
"@types/node": "20.14.12",
|
|
10964
10970
|
"axe-core": "4.10.0",
|
|
@@ -10968,42 +10974,43 @@
|
|
|
10968
10974
|
"fontfaceobserver": "2.3.0",
|
|
10969
10975
|
"glob": "11.0.0",
|
|
10970
10976
|
"jsonc-parser": "3.3.1",
|
|
10977
|
+
"minimist": "1.2.8",
|
|
10971
10978
|
"ng2-dragula": "5.1.0",
|
|
10972
10979
|
"rxjs": "7.8.1",
|
|
10973
|
-
"tslib": "2.
|
|
10974
|
-
"zone.js": "0.
|
|
10980
|
+
"tslib": "2.8.1",
|
|
10981
|
+
"zone.js": "0.15.0"
|
|
10975
10982
|
},
|
|
10976
10983
|
"/projects/lists/documentation/code-examples/filter/modal": {
|
|
10977
|
-
"@angular-devkit/core": "
|
|
10978
|
-
"@angular-devkit/schematics": "
|
|
10979
|
-
"@angular/animations": "
|
|
10980
|
-
"@angular/cdk": "
|
|
10981
|
-
"@angular/cli": "
|
|
10982
|
-
"@angular/common": "
|
|
10983
|
-
"@angular/core": "
|
|
10984
|
-
"@angular/forms": "
|
|
10985
|
-
"@angular/platform-browser": "
|
|
10986
|
-
"@angular/router": "
|
|
10984
|
+
"@angular-devkit/core": "19.0.6",
|
|
10985
|
+
"@angular-devkit/schematics": "19.0.6",
|
|
10986
|
+
"@angular/animations": "19.0.5",
|
|
10987
|
+
"@angular/cdk": "19.0.4",
|
|
10988
|
+
"@angular/cli": "19.0.6",
|
|
10989
|
+
"@angular/common": "19.0.5",
|
|
10990
|
+
"@angular/core": "19.0.5",
|
|
10991
|
+
"@angular/forms": "19.0.5",
|
|
10992
|
+
"@angular/platform-browser": "19.0.5",
|
|
10993
|
+
"@angular/router": "19.0.5",
|
|
10987
10994
|
"@blackbaud/skyux-design-tokens": "0.0.42",
|
|
10988
|
-
"@schematics/angular": "
|
|
10989
|
-
"@skyux-sdk/testing": "
|
|
10990
|
-
"@skyux/animations": "
|
|
10991
|
-
"@skyux/assets": "
|
|
10992
|
-
"@skyux/config": "
|
|
10993
|
-
"@skyux/core": "
|
|
10994
|
-
"@skyux/forms": "
|
|
10995
|
-
"@skyux/help-inline": "
|
|
10996
|
-
"@skyux/i18n": "
|
|
10997
|
-
"@skyux/icon": "
|
|
10995
|
+
"@schematics/angular": "19.0.6",
|
|
10996
|
+
"@skyux-sdk/testing": "12.0.0-alpha.0",
|
|
10997
|
+
"@skyux/animations": "12.0.0-alpha.0",
|
|
10998
|
+
"@skyux/assets": "12.0.0-alpha.0",
|
|
10999
|
+
"@skyux/config": "12.0.0-alpha.0",
|
|
11000
|
+
"@skyux/core": "12.0.0-alpha.0",
|
|
11001
|
+
"@skyux/forms": "12.0.0-alpha.0",
|
|
11002
|
+
"@skyux/help-inline": "12.0.0-alpha.0",
|
|
11003
|
+
"@skyux/i18n": "12.0.0-alpha.0",
|
|
11004
|
+
"@skyux/icon": "12.0.0-alpha.0",
|
|
10998
11005
|
"@skyux/icons": "7.8.0",
|
|
10999
|
-
"@skyux/indicators": "
|
|
11000
|
-
"@skyux/inline-form": "
|
|
11001
|
-
"@skyux/layout": "
|
|
11002
|
-
"@skyux/lists": "
|
|
11003
|
-
"@skyux/modals": "
|
|
11004
|
-
"@skyux/popovers": "
|
|
11005
|
-
"@skyux/router": "
|
|
11006
|
-
"@skyux/theme": "
|
|
11006
|
+
"@skyux/indicators": "12.0.0-alpha.0",
|
|
11007
|
+
"@skyux/inline-form": "12.0.0-alpha.0",
|
|
11008
|
+
"@skyux/layout": "12.0.0-alpha.0",
|
|
11009
|
+
"@skyux/lists": "12.0.0-alpha.0",
|
|
11010
|
+
"@skyux/modals": "12.0.0-alpha.0",
|
|
11011
|
+
"@skyux/popovers": "12.0.0-alpha.0",
|
|
11012
|
+
"@skyux/router": "12.0.0-alpha.0",
|
|
11013
|
+
"@skyux/theme": "12.0.0-alpha.0",
|
|
11007
11014
|
"@types/dragula": "2.1.36",
|
|
11008
11015
|
"@types/node": "20.14.12",
|
|
11009
11016
|
"axe-core": "4.10.0",
|
|
@@ -11013,42 +11020,43 @@
|
|
|
11013
11020
|
"fontfaceobserver": "2.3.0",
|
|
11014
11021
|
"glob": "11.0.0",
|
|
11015
11022
|
"jsonc-parser": "3.3.1",
|
|
11023
|
+
"minimist": "1.2.8",
|
|
11016
11024
|
"ng2-dragula": "5.1.0",
|
|
11017
11025
|
"rxjs": "7.8.1",
|
|
11018
|
-
"tslib": "2.
|
|
11019
|
-
"zone.js": "0.
|
|
11026
|
+
"tslib": "2.8.1",
|
|
11027
|
+
"zone.js": "0.15.0"
|
|
11020
11028
|
},
|
|
11021
11029
|
"/projects/lists/documentation/code-examples/filter/inline": {
|
|
11022
|
-
"@angular-devkit/core": "
|
|
11023
|
-
"@angular-devkit/schematics": "
|
|
11024
|
-
"@angular/animations": "
|
|
11025
|
-
"@angular/cdk": "
|
|
11026
|
-
"@angular/cli": "
|
|
11027
|
-
"@angular/common": "
|
|
11028
|
-
"@angular/core": "
|
|
11029
|
-
"@angular/forms": "
|
|
11030
|
-
"@angular/platform-browser": "
|
|
11031
|
-
"@angular/router": "
|
|
11030
|
+
"@angular-devkit/core": "19.0.6",
|
|
11031
|
+
"@angular-devkit/schematics": "19.0.6",
|
|
11032
|
+
"@angular/animations": "19.0.5",
|
|
11033
|
+
"@angular/cdk": "19.0.4",
|
|
11034
|
+
"@angular/cli": "19.0.6",
|
|
11035
|
+
"@angular/common": "19.0.5",
|
|
11036
|
+
"@angular/core": "19.0.5",
|
|
11037
|
+
"@angular/forms": "19.0.5",
|
|
11038
|
+
"@angular/platform-browser": "19.0.5",
|
|
11039
|
+
"@angular/router": "19.0.5",
|
|
11032
11040
|
"@blackbaud/skyux-design-tokens": "0.0.42",
|
|
11033
|
-
"@schematics/angular": "
|
|
11034
|
-
"@skyux-sdk/testing": "
|
|
11035
|
-
"@skyux/animations": "
|
|
11036
|
-
"@skyux/assets": "
|
|
11037
|
-
"@skyux/config": "
|
|
11038
|
-
"@skyux/core": "
|
|
11039
|
-
"@skyux/forms": "
|
|
11040
|
-
"@skyux/help-inline": "
|
|
11041
|
-
"@skyux/i18n": "
|
|
11042
|
-
"@skyux/icon": "
|
|
11041
|
+
"@schematics/angular": "19.0.6",
|
|
11042
|
+
"@skyux-sdk/testing": "12.0.0-alpha.0",
|
|
11043
|
+
"@skyux/animations": "12.0.0-alpha.0",
|
|
11044
|
+
"@skyux/assets": "12.0.0-alpha.0",
|
|
11045
|
+
"@skyux/config": "12.0.0-alpha.0",
|
|
11046
|
+
"@skyux/core": "12.0.0-alpha.0",
|
|
11047
|
+
"@skyux/forms": "12.0.0-alpha.0",
|
|
11048
|
+
"@skyux/help-inline": "12.0.0-alpha.0",
|
|
11049
|
+
"@skyux/i18n": "12.0.0-alpha.0",
|
|
11050
|
+
"@skyux/icon": "12.0.0-alpha.0",
|
|
11043
11051
|
"@skyux/icons": "7.8.0",
|
|
11044
|
-
"@skyux/indicators": "
|
|
11045
|
-
"@skyux/inline-form": "
|
|
11046
|
-
"@skyux/layout": "
|
|
11047
|
-
"@skyux/lists": "
|
|
11048
|
-
"@skyux/modals": "
|
|
11049
|
-
"@skyux/popovers": "
|
|
11050
|
-
"@skyux/router": "
|
|
11051
|
-
"@skyux/theme": "
|
|
11052
|
+
"@skyux/indicators": "12.0.0-alpha.0",
|
|
11053
|
+
"@skyux/inline-form": "12.0.0-alpha.0",
|
|
11054
|
+
"@skyux/layout": "12.0.0-alpha.0",
|
|
11055
|
+
"@skyux/lists": "12.0.0-alpha.0",
|
|
11056
|
+
"@skyux/modals": "12.0.0-alpha.0",
|
|
11057
|
+
"@skyux/popovers": "12.0.0-alpha.0",
|
|
11058
|
+
"@skyux/router": "12.0.0-alpha.0",
|
|
11059
|
+
"@skyux/theme": "12.0.0-alpha.0",
|
|
11052
11060
|
"@types/dragula": "2.1.36",
|
|
11053
11061
|
"@types/node": "20.14.12",
|
|
11054
11062
|
"axe-core": "4.10.0",
|
|
@@ -11058,10 +11066,11 @@
|
|
|
11058
11066
|
"fontfaceobserver": "2.3.0",
|
|
11059
11067
|
"glob": "11.0.0",
|
|
11060
11068
|
"jsonc-parser": "3.3.1",
|
|
11069
|
+
"minimist": "1.2.8",
|
|
11061
11070
|
"ng2-dragula": "5.1.0",
|
|
11062
11071
|
"rxjs": "7.8.1",
|
|
11063
|
-
"tslib": "2.
|
|
11064
|
-
"zone.js": "0.
|
|
11072
|
+
"tslib": "2.8.1",
|
|
11073
|
+
"zone.js": "0.15.0"
|
|
11065
11074
|
}
|
|
11066
11075
|
}
|
|
11067
11076
|
}
|