@skyux/core 8.0.0-alpha.0 → 8.0.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +684 -610
- package/esm2020/index.mjs +3 -1
- package/esm2020/lib/modules/adapter-service/adapter.module.mjs +4 -4
- package/esm2020/lib/modules/adapter-service/adapter.service.mjs +3 -3
- package/esm2020/lib/modules/affix/affix.directive.mjs +3 -3
- package/esm2020/lib/modules/affix/affix.module.mjs +4 -4
- package/esm2020/lib/modules/affix/affix.service.mjs +3 -3
- package/esm2020/lib/modules/affix/affixer.mjs +22 -22
- package/esm2020/lib/modules/dock/dock-dom-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/dock/dock-item.mjs +7 -7
- package/esm2020/lib/modules/dock/dock.component.mjs +4 -4
- package/esm2020/lib/modules/dock/dock.module.mjs +4 -4
- package/esm2020/lib/modules/dock/dock.service.mjs +10 -10
- package/esm2020/lib/modules/dynamic-component/dynamic-component.module.mjs +4 -4
- package/esm2020/lib/modules/dynamic-component/dynamic-component.service.mjs +3 -3
- package/esm2020/lib/modules/format/app-format.mjs +3 -3
- package/esm2020/lib/modules/id/id.directive.mjs +7 -7
- package/esm2020/lib/modules/id/id.module.mjs +4 -4
- package/esm2020/lib/modules/id/id.service.mjs +3 -3
- package/esm2020/lib/modules/log/log.module.mjs +4 -4
- package/esm2020/lib/modules/log/log.service.mjs +48 -32
- package/esm2020/lib/modules/media-query/media-query.module.mjs +4 -4
- package/esm2020/lib/modules/media-query/media-query.service.mjs +10 -10
- package/esm2020/lib/modules/mutation/mutation-observer-service.mjs +3 -3
- package/esm2020/lib/modules/numeric/numeric.module.mjs +4 -4
- package/esm2020/lib/modules/numeric/numeric.pipe.mjs +3 -3
- package/esm2020/lib/modules/numeric/numeric.service.mjs +3 -3
- package/esm2020/lib/modules/overlay/overlay-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/overlay/overlay-instance.mjs +13 -13
- package/esm2020/lib/modules/overlay/overlay.component.mjs +28 -13
- package/esm2020/lib/modules/overlay/overlay.module.mjs +4 -4
- package/esm2020/lib/modules/overlay/overlay.service.mjs +3 -3
- package/esm2020/lib/modules/percent-pipe/percent-pipe.module.mjs +4 -4
- package/esm2020/lib/modules/percent-pipe/percent.pipe.mjs +7 -7
- package/esm2020/lib/modules/resize-observer/resize-observer-media-query.service.mjs +10 -10
- package/esm2020/lib/modules/resize-observer/resize-observer.service.mjs +3 -3
- package/esm2020/lib/modules/scrollable-host/scrollable-host.service.mjs +46 -12
- package/esm2020/lib/modules/shared/number-format/number-format-utility.mjs +2 -1
- package/esm2020/lib/modules/shared/sky-core-resources.module.mjs +4 -4
- package/esm2020/lib/modules/stacking-context/stacking-context-token.mjs +6 -0
- package/esm2020/lib/modules/stacking-context/stacking-context.mjs +2 -0
- package/esm2020/lib/modules/title/title.service.mjs +3 -3
- package/esm2020/lib/modules/trim/trim.directive.mjs +3 -3
- package/esm2020/lib/modules/trim/trim.module.mjs +4 -4
- package/esm2020/lib/modules/ui-config/ui-config.service.mjs +3 -3
- package/esm2020/lib/modules/viewkeeper/viewkeeper-host-options.mjs +3 -3
- package/esm2020/lib/modules/viewkeeper/viewkeeper.directive.mjs +11 -11
- package/esm2020/lib/modules/viewkeeper/viewkeeper.module.mjs +4 -4
- package/esm2020/lib/modules/viewkeeper/viewkeeper.service.mjs +3 -3
- package/esm2020/lib/modules/window/window-ref.mjs +3 -3
- package/esm2020/testing/core-testing.module.mjs +4 -4
- package/esm2020/testing/mock-media-query.service.mjs +10 -10
- package/esm2020/testing/mock-ui-config.service.mjs +4 -4
- package/fesm2015/skyux-core-testing.mjs +16 -16
- package/fesm2015/skyux-core-testing.mjs.map +1 -1
- package/fesm2015/skyux-core.mjs +327 -256
- package/fesm2015/skyux-core.mjs.map +1 -1
- package/fesm2020/skyux-core-testing.mjs +16 -16
- package/fesm2020/skyux-core-testing.mjs.map +1 -1
- package/fesm2020/skyux-core.mjs +324 -256
- package/fesm2020/skyux-core.mjs.map +1 -1
- package/index.d.ts +2 -0
- package/lib/modules/affix/affix-horizontal-alignment.d.ts +1 -1
- package/lib/modules/affix/affix-placement.d.ts +1 -1
- package/lib/modules/affix/affix-vertical-alignment.d.ts +1 -1
- package/lib/modules/log/log.service.d.ts +11 -2
- package/lib/modules/media-query/media-query-listener.d.ts +1 -1
- package/lib/modules/overlay/overlay.component.d.ts +3 -1
- package/lib/modules/scrollable-host/scrollable-host.service.d.ts +4 -2
- package/lib/modules/stacking-context/stacking-context-token.d.ts +6 -0
- package/lib/modules/stacking-context/stacking-context.d.ts +7 -0
- package/package.json +8 -8
package/documentation.json
CHANGED
@@ -93,7 +93,7 @@
|
|
93
93
|
"fileName": "projects/core/src/modules/affix/affix-auto-fit-context.ts",
|
94
94
|
"line": 5,
|
95
95
|
"character": 2,
|
96
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
96
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-auto-fit-context.ts#L5"
|
97
97
|
}
|
98
98
|
],
|
99
99
|
"type": {
|
@@ -120,7 +120,7 @@
|
|
120
120
|
"fileName": "projects/core/src/modules/affix/affix-auto-fit-context.ts",
|
121
121
|
"line": 10,
|
122
122
|
"character": 2,
|
123
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
123
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-auto-fit-context.ts#L10"
|
124
124
|
}
|
125
125
|
],
|
126
126
|
"type": {
|
@@ -143,7 +143,7 @@
|
|
143
143
|
"fileName": "projects/core/src/modules/affix/affix-auto-fit-context.ts",
|
144
144
|
"line": 1,
|
145
145
|
"character": 12,
|
146
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
146
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-auto-fit-context.ts#L1"
|
147
147
|
}
|
148
148
|
]
|
149
149
|
},
|
@@ -181,7 +181,7 @@
|
|
181
181
|
"fileName": "projects/core/src/modules/dock/dock-location.ts",
|
182
182
|
"line": 8,
|
183
183
|
"character": 2,
|
184
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
184
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-location.ts#L8"
|
185
185
|
}
|
186
186
|
],
|
187
187
|
"type": {
|
@@ -208,7 +208,7 @@
|
|
208
208
|
"fileName": "projects/core/src/modules/dock/dock-location.ts",
|
209
209
|
"line": 13,
|
210
210
|
"character": 2,
|
211
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
211
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-location.ts#L13"
|
212
212
|
}
|
213
213
|
],
|
214
214
|
"type": {
|
@@ -235,7 +235,7 @@
|
|
235
235
|
"fileName": "projects/core/src/modules/dock/dock-location.ts",
|
236
236
|
"line": 18,
|
237
237
|
"character": 2,
|
238
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
238
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-location.ts#L18"
|
239
239
|
}
|
240
240
|
],
|
241
241
|
"type": {
|
@@ -259,7 +259,7 @@
|
|
259
259
|
"fileName": "projects/core/src/modules/dock/dock-location.ts",
|
260
260
|
"line": 4,
|
261
261
|
"character": 12,
|
262
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
262
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-location.ts#L4"
|
263
263
|
}
|
264
264
|
]
|
265
265
|
},
|
@@ -297,7 +297,7 @@
|
|
297
297
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-location.ts",
|
298
298
|
"line": 8,
|
299
299
|
"character": 2,
|
300
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
300
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dynamic-component/dynamic-component-location.ts#L8"
|
301
301
|
}
|
302
302
|
],
|
303
303
|
"type": {
|
@@ -324,7 +324,7 @@
|
|
324
324
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-location.ts",
|
325
325
|
"line": 13,
|
326
326
|
"character": 2,
|
327
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
327
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dynamic-component/dynamic-component-location.ts#L13"
|
328
328
|
}
|
329
329
|
],
|
330
330
|
"type": {
|
@@ -351,7 +351,7 @@
|
|
351
351
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-location.ts",
|
352
352
|
"line": 18,
|
353
353
|
"character": 2,
|
354
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
354
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dynamic-component/dynamic-component-location.ts#L18"
|
355
355
|
}
|
356
356
|
],
|
357
357
|
"type": {
|
@@ -378,7 +378,7 @@
|
|
378
378
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-location.ts",
|
379
379
|
"line": 23,
|
380
380
|
"character": 2,
|
381
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
381
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dynamic-component/dynamic-component-location.ts#L23"
|
382
382
|
}
|
383
383
|
],
|
384
384
|
"type": {
|
@@ -405,7 +405,7 @@
|
|
405
405
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-location.ts",
|
406
406
|
"line": 28,
|
407
407
|
"character": 2,
|
408
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
408
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dynamic-component/dynamic-component-location.ts#L28"
|
409
409
|
}
|
410
410
|
],
|
411
411
|
"type": {
|
@@ -431,19 +431,19 @@
|
|
431
431
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-location.ts",
|
432
432
|
"line": 4,
|
433
433
|
"character": 12,
|
434
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
434
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dynamic-component/dynamic-component-location.ts#L4"
|
435
435
|
}
|
436
436
|
]
|
437
437
|
},
|
438
438
|
{
|
439
|
-
"id":
|
439
|
+
"id": 421,
|
440
440
|
"name": "SkyMediaBreakpoints",
|
441
441
|
"kind": 8,
|
442
442
|
"kindString": "Enumeration",
|
443
443
|
"flags": {},
|
444
444
|
"children": [
|
445
445
|
{
|
446
|
-
"id":
|
446
|
+
"id": 425,
|
447
447
|
"name": "lg",
|
448
448
|
"kind": 16,
|
449
449
|
"kindString": "Enumeration Member",
|
@@ -461,7 +461,7 @@
|
|
461
461
|
"fileName": "projects/core/src/modules/media-query/media-breakpoints.ts",
|
462
462
|
"line": 20,
|
463
463
|
"character": 2,
|
464
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
464
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-breakpoints.ts#L20"
|
465
465
|
}
|
466
466
|
],
|
467
467
|
"type": {
|
@@ -470,7 +470,7 @@
|
|
470
470
|
}
|
471
471
|
},
|
472
472
|
{
|
473
|
-
"id":
|
473
|
+
"id": 424,
|
474
474
|
"name": "md",
|
475
475
|
"kind": 16,
|
476
476
|
"kindString": "Enumeration Member",
|
@@ -488,7 +488,7 @@
|
|
488
488
|
"fileName": "projects/core/src/modules/media-query/media-breakpoints.ts",
|
489
489
|
"line": 15,
|
490
490
|
"character": 2,
|
491
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
491
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-breakpoints.ts#L15"
|
492
492
|
}
|
493
493
|
],
|
494
494
|
"type": {
|
@@ -497,7 +497,7 @@
|
|
497
497
|
}
|
498
498
|
},
|
499
499
|
{
|
500
|
-
"id":
|
500
|
+
"id": 423,
|
501
501
|
"name": "sm",
|
502
502
|
"kind": 16,
|
503
503
|
"kindString": "Enumeration Member",
|
@@ -515,7 +515,7 @@
|
|
515
515
|
"fileName": "projects/core/src/modules/media-query/media-breakpoints.ts",
|
516
516
|
"line": 10,
|
517
517
|
"character": 2,
|
518
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
518
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-breakpoints.ts#L10"
|
519
519
|
}
|
520
520
|
],
|
521
521
|
"type": {
|
@@ -524,7 +524,7 @@
|
|
524
524
|
}
|
525
525
|
},
|
526
526
|
{
|
527
|
-
"id":
|
527
|
+
"id": 422,
|
528
528
|
"name": "xs",
|
529
529
|
"kind": 16,
|
530
530
|
"kindString": "Enumeration Member",
|
@@ -542,7 +542,7 @@
|
|
542
542
|
"fileName": "projects/core/src/modules/media-query/media-breakpoints.ts",
|
543
543
|
"line": 5,
|
544
544
|
"character": 2,
|
545
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
545
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-breakpoints.ts#L5"
|
546
546
|
}
|
547
547
|
],
|
548
548
|
"type": {
|
@@ -555,10 +555,10 @@
|
|
555
555
|
{
|
556
556
|
"title": "Enumeration Members",
|
557
557
|
"children": [
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
558
|
+
425,
|
559
|
+
424,
|
560
|
+
423,
|
561
|
+
422
|
562
562
|
]
|
563
563
|
}
|
564
564
|
],
|
@@ -567,12 +567,12 @@
|
|
567
567
|
"fileName": "projects/core/src/modules/media-query/media-breakpoints.ts",
|
568
568
|
"line": 1,
|
569
569
|
"character": 12,
|
570
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
570
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-breakpoints.ts#L1"
|
571
571
|
}
|
572
572
|
]
|
573
573
|
},
|
574
574
|
{
|
575
|
-
"id":
|
575
|
+
"id": 492,
|
576
576
|
"name": "NumericOptions",
|
577
577
|
"kind": 128,
|
578
578
|
"kindString": "Class",
|
@@ -606,7 +606,7 @@
|
|
606
606
|
},
|
607
607
|
"children": [
|
608
608
|
{
|
609
|
-
"id":
|
609
|
+
"id": 497,
|
610
610
|
"name": "currencySign",
|
611
611
|
"kind": 1024,
|
612
612
|
"kindString": "Property",
|
@@ -627,7 +627,7 @@
|
|
627
627
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
628
628
|
"line": 58,
|
629
629
|
"character": 9,
|
630
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
630
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L58"
|
631
631
|
}
|
632
632
|
],
|
633
633
|
"type": {
|
@@ -646,12 +646,12 @@
|
|
646
646
|
"defaultValue": "'standard'",
|
647
647
|
"implementationOf": {
|
648
648
|
"type": "reference",
|
649
|
-
"id":
|
649
|
+
"id": 486,
|
650
650
|
"name": "SkyNumericOptions.currencySign"
|
651
651
|
}
|
652
652
|
},
|
653
653
|
{
|
654
|
-
"id":
|
654
|
+
"id": 495,
|
655
655
|
"name": "digits",
|
656
656
|
"kind": 1024,
|
657
657
|
"kindString": "Property",
|
@@ -672,7 +672,7 @@
|
|
672
672
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
673
673
|
"line": 54,
|
674
674
|
"character": 9,
|
675
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
675
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L54"
|
676
676
|
}
|
677
677
|
],
|
678
678
|
"type": {
|
@@ -682,12 +682,12 @@
|
|
682
682
|
"defaultValue": "1",
|
683
683
|
"implementationOf": {
|
684
684
|
"type": "reference",
|
685
|
-
"id":
|
685
|
+
"id": 484,
|
686
686
|
"name": "SkyNumericOptions.digits"
|
687
687
|
}
|
688
688
|
},
|
689
689
|
{
|
690
|
-
"id":
|
690
|
+
"id": 496,
|
691
691
|
"name": "format",
|
692
692
|
"kind": 1024,
|
693
693
|
"kindString": "Property",
|
@@ -724,7 +724,7 @@
|
|
724
724
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
725
725
|
"line": 56,
|
726
726
|
"character": 9,
|
727
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
727
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L56"
|
728
728
|
}
|
729
729
|
],
|
730
730
|
"type": {
|
@@ -734,12 +734,12 @@
|
|
734
734
|
"defaultValue": "'number'",
|
735
735
|
"implementationOf": {
|
736
736
|
"type": "reference",
|
737
|
-
"id":
|
737
|
+
"id": 485,
|
738
738
|
"name": "SkyNumericOptions.format"
|
739
739
|
}
|
740
740
|
},
|
741
741
|
{
|
742
|
-
"id":
|
742
|
+
"id": 498,
|
743
743
|
"name": "iso",
|
744
744
|
"kind": 1024,
|
745
745
|
"kindString": "Property",
|
@@ -760,7 +760,7 @@
|
|
760
760
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
761
761
|
"line": 60,
|
762
762
|
"character": 9,
|
763
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
763
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L60"
|
764
764
|
}
|
765
765
|
],
|
766
766
|
"type": {
|
@@ -770,12 +770,12 @@
|
|
770
770
|
"defaultValue": "'USD'",
|
771
771
|
"implementationOf": {
|
772
772
|
"type": "reference",
|
773
|
-
"id":
|
773
|
+
"id": 487,
|
774
774
|
"name": "SkyNumericOptions.iso"
|
775
775
|
}
|
776
776
|
},
|
777
777
|
{
|
778
|
-
"id":
|
778
|
+
"id": 499,
|
779
779
|
"name": "locale",
|
780
780
|
"kind": 1024,
|
781
781
|
"kindString": "Property",
|
@@ -796,7 +796,7 @@
|
|
796
796
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
797
797
|
"line": 62,
|
798
798
|
"character": 9,
|
799
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
799
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L62"
|
800
800
|
}
|
801
801
|
],
|
802
802
|
"type": {
|
@@ -805,12 +805,12 @@
|
|
805
805
|
},
|
806
806
|
"implementationOf": {
|
807
807
|
"type": "reference",
|
808
|
-
"id":
|
808
|
+
"id": 488,
|
809
809
|
"name": "SkyNumericOptions.locale"
|
810
810
|
}
|
811
811
|
},
|
812
812
|
{
|
813
|
-
"id":
|
813
|
+
"id": 500,
|
814
814
|
"name": "minDigits",
|
815
815
|
"kind": 1024,
|
816
816
|
"kindString": "Property",
|
@@ -863,7 +863,7 @@
|
|
863
863
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
864
864
|
"line": 64,
|
865
865
|
"character": 9,
|
866
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
866
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L64"
|
867
867
|
}
|
868
868
|
],
|
869
869
|
"type": {
|
@@ -872,12 +872,12 @@
|
|
872
872
|
},
|
873
873
|
"implementationOf": {
|
874
874
|
"type": "reference",
|
875
|
-
"id":
|
875
|
+
"id": 489,
|
876
876
|
"name": "SkyNumericOptions.minDigits"
|
877
877
|
}
|
878
878
|
},
|
879
879
|
{
|
880
|
-
"id":
|
880
|
+
"id": 501,
|
881
881
|
"name": "truncate",
|
882
882
|
"kind": 1024,
|
883
883
|
"kindString": "Property",
|
@@ -898,7 +898,7 @@
|
|
898
898
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
899
899
|
"line": 66,
|
900
900
|
"character": 9,
|
901
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
901
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L66"
|
902
902
|
}
|
903
903
|
],
|
904
904
|
"type": {
|
@@ -908,12 +908,12 @@
|
|
908
908
|
"defaultValue": "true",
|
909
909
|
"implementationOf": {
|
910
910
|
"type": "reference",
|
911
|
-
"id":
|
911
|
+
"id": 490,
|
912
912
|
"name": "SkyNumericOptions.truncate"
|
913
913
|
}
|
914
914
|
},
|
915
915
|
{
|
916
|
-
"id":
|
916
|
+
"id": 502,
|
917
917
|
"name": "truncateAfter",
|
918
918
|
"kind": 1024,
|
919
919
|
"kindString": "Property",
|
@@ -942,7 +942,7 @@
|
|
942
942
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
943
943
|
"line": 68,
|
944
944
|
"character": 9,
|
945
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
945
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L68"
|
946
946
|
}
|
947
947
|
],
|
948
948
|
"type": {
|
@@ -952,7 +952,7 @@
|
|
952
952
|
"defaultValue": "1000",
|
953
953
|
"implementationOf": {
|
954
954
|
"type": "reference",
|
955
|
-
"id":
|
955
|
+
"id": 491,
|
956
956
|
"name": "SkyNumericOptions.truncateAfter"
|
957
957
|
}
|
958
958
|
}
|
@@ -961,20 +961,20 @@
|
|
961
961
|
{
|
962
962
|
"title": "Constructors",
|
963
963
|
"children": [
|
964
|
-
|
964
|
+
493
|
965
965
|
]
|
966
966
|
},
|
967
967
|
{
|
968
968
|
"title": "Properties",
|
969
969
|
"children": [
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
970
|
+
497,
|
971
|
+
495,
|
972
|
+
496,
|
973
|
+
498,
|
974
|
+
499,
|
975
|
+
500,
|
976
|
+
501,
|
977
|
+
502
|
978
978
|
]
|
979
979
|
}
|
980
980
|
],
|
@@ -983,13 +983,13 @@
|
|
983
983
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
984
984
|
"line": 53,
|
985
985
|
"character": 13,
|
986
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
986
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L53"
|
987
987
|
}
|
988
988
|
],
|
989
989
|
"implementedTypes": [
|
990
990
|
{
|
991
991
|
"type": "reference",
|
992
|
-
"id":
|
992
|
+
"id": 483,
|
993
993
|
"name": "SkyNumericOptions"
|
994
994
|
}
|
995
995
|
]
|
@@ -1014,7 +1014,7 @@
|
|
1014
1014
|
"fileName": "projects/core/src/modules/affix/affix.module.ts",
|
1015
1015
|
"line": 11,
|
1016
1016
|
"character": 13,
|
1017
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1017
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.module.ts#L11"
|
1018
1018
|
}
|
1019
1019
|
]
|
1020
1020
|
},
|
@@ -1036,7 +1036,7 @@
|
|
1036
1036
|
"fileName": "projects/core/src/modules/affix/affix.service.ts",
|
1037
1037
|
"line": 16,
|
1038
1038
|
"character": 2,
|
1039
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1039
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.service.ts#L16"
|
1040
1040
|
}
|
1041
1041
|
],
|
1042
1042
|
"signatures": [
|
@@ -1082,7 +1082,7 @@
|
|
1082
1082
|
"fileName": "projects/core/src/modules/affix/affix.service.ts",
|
1083
1083
|
"line": 24,
|
1084
1084
|
"character": 9,
|
1085
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1085
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.service.ts#L24"
|
1086
1086
|
}
|
1087
1087
|
],
|
1088
1088
|
"signatures": [
|
@@ -1167,7 +1167,7 @@
|
|
1167
1167
|
"fileName": "projects/core/src/modules/affix/affix.service.ts",
|
1168
1168
|
"line": 13,
|
1169
1169
|
"character": 13,
|
1170
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1170
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.service.ts#L13"
|
1171
1171
|
}
|
1172
1172
|
]
|
1173
1173
|
},
|
@@ -1189,7 +1189,7 @@
|
|
1189
1189
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1190
1190
|
"line": 119,
|
1191
1191
|
"character": 2,
|
1192
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1192
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affixer.ts#L119"
|
1193
1193
|
}
|
1194
1194
|
],
|
1195
1195
|
"signatures": [
|
@@ -1248,7 +1248,7 @@
|
|
1248
1248
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1249
1249
|
"line": 47,
|
1250
1250
|
"character": 13,
|
1251
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1251
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affixer.ts#L47"
|
1252
1252
|
}
|
1253
1253
|
],
|
1254
1254
|
"getSignature": {
|
@@ -1293,7 +1293,7 @@
|
|
1293
1293
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1294
1294
|
"line": 56,
|
1295
1295
|
"character": 13,
|
1296
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1296
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affixer.ts#L56"
|
1297
1297
|
}
|
1298
1298
|
],
|
1299
1299
|
"getSignature": {
|
@@ -1337,7 +1337,7 @@
|
|
1337
1337
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1338
1338
|
"line": 64,
|
1339
1339
|
"character": 13,
|
1340
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1340
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affixer.ts#L64"
|
1341
1341
|
}
|
1342
1342
|
],
|
1343
1343
|
"getSignature": {
|
@@ -1390,7 +1390,7 @@
|
|
1390
1390
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1391
1391
|
"line": 137,
|
1392
1392
|
"character": 9,
|
1393
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1393
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affixer.ts#L137"
|
1394
1394
|
}
|
1395
1395
|
],
|
1396
1396
|
"signatures": [
|
@@ -1473,7 +1473,7 @@
|
|
1473
1473
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1474
1474
|
"line": 168,
|
1475
1475
|
"character": 9,
|
1476
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1476
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affixer.ts#L168"
|
1477
1477
|
}
|
1478
1478
|
],
|
1479
1479
|
"signatures": [
|
@@ -1511,7 +1511,7 @@
|
|
1511
1511
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1512
1512
|
"line": 152,
|
1513
1513
|
"character": 9,
|
1514
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1514
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affixer.ts#L152"
|
1515
1515
|
}
|
1516
1516
|
],
|
1517
1517
|
"signatures": [
|
@@ -1542,7 +1542,7 @@
|
|
1542
1542
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1543
1543
|
"line": 159,
|
1544
1544
|
"character": 9,
|
1545
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1545
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affixer.ts#L159"
|
1546
1546
|
}
|
1547
1547
|
],
|
1548
1548
|
"signatures": [
|
@@ -1598,7 +1598,7 @@
|
|
1598
1598
|
"fileName": "projects/core/src/modules/affix/affixer.ts",
|
1599
1599
|
"line": 43,
|
1600
1600
|
"character": 13,
|
1601
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1601
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affixer.ts#L43"
|
1602
1602
|
}
|
1603
1603
|
]
|
1604
1604
|
},
|
@@ -1622,7 +1622,7 @@
|
|
1622
1622
|
"fileName": "projects/core/src/modules/format/app-format.ts",
|
1623
1623
|
"line": 7,
|
1624
1624
|
"character": 9,
|
1625
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1625
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/format/app-format.ts#L7"
|
1626
1626
|
}
|
1627
1627
|
],
|
1628
1628
|
"signatures": [
|
@@ -1688,12 +1688,12 @@
|
|
1688
1688
|
"fileName": "projects/core/src/modules/format/app-format.ts",
|
1689
1689
|
"line": 6,
|
1690
1690
|
"character": 13,
|
1691
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1691
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/format/app-format.ts#L6"
|
1692
1692
|
}
|
1693
1693
|
]
|
1694
1694
|
},
|
1695
1695
|
{
|
1696
|
-
"id":
|
1696
|
+
"id": 742,
|
1697
1697
|
"name": "SkyAppTitleService",
|
1698
1698
|
"kind": 128,
|
1699
1699
|
"kindString": "Class",
|
@@ -1708,7 +1708,7 @@
|
|
1708
1708
|
},
|
1709
1709
|
"children": [
|
1710
1710
|
{
|
1711
|
-
"id":
|
1711
|
+
"id": 743,
|
1712
1712
|
"name": "constructor",
|
1713
1713
|
"kind": 512,
|
1714
1714
|
"kindString": "Constructor",
|
@@ -1718,19 +1718,19 @@
|
|
1718
1718
|
"fileName": "projects/core/src/modules/title/title.service.ts",
|
1719
1719
|
"line": 15,
|
1720
1720
|
"character": 2,
|
1721
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1721
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/title/title.service.ts#L15"
|
1722
1722
|
}
|
1723
1723
|
],
|
1724
1724
|
"signatures": [
|
1725
1725
|
{
|
1726
|
-
"id":
|
1726
|
+
"id": 744,
|
1727
1727
|
"name": "new SkyAppTitleService",
|
1728
1728
|
"kind": 16384,
|
1729
1729
|
"kindString": "Constructor signature",
|
1730
1730
|
"flags": {},
|
1731
1731
|
"parameters": [
|
1732
1732
|
{
|
1733
|
-
"id":
|
1733
|
+
"id": 745,
|
1734
1734
|
"name": "title",
|
1735
1735
|
"kind": 32768,
|
1736
1736
|
"kindString": "Parameter",
|
@@ -1745,14 +1745,14 @@
|
|
1745
1745
|
],
|
1746
1746
|
"type": {
|
1747
1747
|
"type": "reference",
|
1748
|
-
"id":
|
1748
|
+
"id": 742,
|
1749
1749
|
"name": "SkyAppTitleService"
|
1750
1750
|
}
|
1751
1751
|
}
|
1752
1752
|
]
|
1753
1753
|
},
|
1754
1754
|
{
|
1755
|
-
"id":
|
1755
|
+
"id": 747,
|
1756
1756
|
"name": "setTitle",
|
1757
1757
|
"kind": 2048,
|
1758
1758
|
"kindString": "Method",
|
@@ -1764,12 +1764,12 @@
|
|
1764
1764
|
"fileName": "projects/core/src/modules/title/title.service.ts",
|
1765
1765
|
"line": 24,
|
1766
1766
|
"character": 9,
|
1767
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1767
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/title/title.service.ts#L24"
|
1768
1768
|
}
|
1769
1769
|
],
|
1770
1770
|
"signatures": [
|
1771
1771
|
{
|
1772
|
-
"id":
|
1772
|
+
"id": 748,
|
1773
1773
|
"name": "setTitle",
|
1774
1774
|
"kind": 4096,
|
1775
1775
|
"kindString": "Call signature",
|
@@ -1784,7 +1784,7 @@
|
|
1784
1784
|
},
|
1785
1785
|
"parameters": [
|
1786
1786
|
{
|
1787
|
-
"id":
|
1787
|
+
"id": 749,
|
1788
1788
|
"name": "args",
|
1789
1789
|
"kind": 32768,
|
1790
1790
|
"kindString": "Parameter",
|
@@ -1799,7 +1799,7 @@
|
|
1799
1799
|
},
|
1800
1800
|
"type": {
|
1801
1801
|
"type": "reference",
|
1802
|
-
"id":
|
1802
|
+
"id": 740,
|
1803
1803
|
"name": "SkyAppSetTitleArgs"
|
1804
1804
|
}
|
1805
1805
|
}
|
@@ -1816,13 +1816,13 @@
|
|
1816
1816
|
{
|
1817
1817
|
"title": "Constructors",
|
1818
1818
|
"children": [
|
1819
|
-
|
1819
|
+
743
|
1820
1820
|
]
|
1821
1821
|
},
|
1822
1822
|
{
|
1823
1823
|
"title": "Methods",
|
1824
1824
|
"children": [
|
1825
|
-
|
1825
|
+
747
|
1826
1826
|
]
|
1827
1827
|
}
|
1828
1828
|
],
|
@@ -1831,12 +1831,12 @@
|
|
1831
1831
|
"fileName": "projects/core/src/modules/title/title.service.ts",
|
1832
1832
|
"line": 12,
|
1833
1833
|
"character": 13,
|
1834
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1834
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/title/title.service.ts#L12"
|
1835
1835
|
}
|
1836
1836
|
]
|
1837
1837
|
},
|
1838
1838
|
{
|
1839
|
-
"id":
|
1839
|
+
"id": 798,
|
1840
1840
|
"name": "SkyAppWindowRef",
|
1841
1841
|
"kind": 128,
|
1842
1842
|
"kindString": "Class",
|
@@ -1851,7 +1851,7 @@
|
|
1851
1851
|
},
|
1852
1852
|
"children": [
|
1853
1853
|
{
|
1854
|
-
"id":
|
1854
|
+
"id": 801,
|
1855
1855
|
"name": "nativeWindow",
|
1856
1856
|
"kind": 262144,
|
1857
1857
|
"kindString": "Accessor",
|
@@ -1863,11 +1863,11 @@
|
|
1863
1863
|
"fileName": "projects/core/src/modules/window/window-ref.ts",
|
1864
1864
|
"line": 22,
|
1865
1865
|
"character": 13,
|
1866
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1866
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/window/window-ref.ts#L22"
|
1867
1867
|
}
|
1868
1868
|
],
|
1869
1869
|
"getSignature": {
|
1870
|
-
"id":
|
1870
|
+
"id": 802,
|
1871
1871
|
"name": "nativeWindow",
|
1872
1872
|
"kind": 524288,
|
1873
1873
|
"kindString": "Get signature",
|
@@ -1899,13 +1899,13 @@
|
|
1899
1899
|
{
|
1900
1900
|
"title": "Constructors",
|
1901
1901
|
"children": [
|
1902
|
-
|
1902
|
+
799
|
1903
1903
|
]
|
1904
1904
|
},
|
1905
1905
|
{
|
1906
1906
|
"title": "Accessors",
|
1907
1907
|
"children": [
|
1908
|
-
|
1908
|
+
801
|
1909
1909
|
]
|
1910
1910
|
}
|
1911
1911
|
],
|
@@ -1914,7 +1914,7 @@
|
|
1914
1914
|
"fileName": "projects/core/src/modules/window/window-ref.ts",
|
1915
1915
|
"line": 18,
|
1916
1916
|
"character": 13,
|
1917
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1917
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/window/window-ref.ts#L18"
|
1918
1918
|
}
|
1919
1919
|
]
|
1920
1920
|
},
|
@@ -1976,7 +1976,7 @@
|
|
1976
1976
|
"fileName": "projects/core/src/modules/adapter-service/adapter.module.ts",
|
1977
1977
|
"line": 8,
|
1978
1978
|
"character": 13,
|
1979
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
1979
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/adapter-service/adapter.module.ts#L8"
|
1980
1980
|
}
|
1981
1981
|
]
|
1982
1982
|
},
|
@@ -1998,7 +1998,7 @@
|
|
1998
1998
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
1999
1999
|
"line": 32,
|
2000
2000
|
"character": 2,
|
2001
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
2001
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/adapter-service/adapter.service.ts#L32"
|
2002
2002
|
}
|
2003
2003
|
],
|
2004
2004
|
"signatures": [
|
@@ -2044,7 +2044,7 @@
|
|
2044
2044
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2045
2045
|
"line": 98,
|
2046
2046
|
"character": 9,
|
2047
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
2047
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/adapter-service/adapter.service.ts#L98"
|
2048
2048
|
}
|
2049
2049
|
],
|
2050
2050
|
"signatures": [
|
@@ -2148,7 +2148,7 @@
|
|
2148
2148
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2149
2149
|
"line": 154,
|
2150
2150
|
"character": 9,
|
2151
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
2151
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/adapter-service/adapter.service.ts#L154"
|
2152
2152
|
}
|
2153
2153
|
],
|
2154
2154
|
"signatures": [
|
@@ -2246,7 +2246,7 @@
|
|
2246
2246
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2247
2247
|
"line": 127,
|
2248
2248
|
"character": 9,
|
2249
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
2249
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/adapter-service/adapter.service.ts#L127"
|
2250
2250
|
}
|
2251
2251
|
],
|
2252
2252
|
"signatures": [
|
@@ -2386,7 +2386,7 @@
|
|
2386
2386
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2387
2387
|
"line": 187,
|
2388
2388
|
"character": 9,
|
2389
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
2389
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/adapter-service/adapter.service.ts#L187"
|
2390
2390
|
}
|
2391
2391
|
],
|
2392
2392
|
"signatures": [
|
@@ -2453,7 +2453,7 @@
|
|
2453
2453
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2454
2454
|
"line": 196,
|
2455
2455
|
"character": 9,
|
2456
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
2456
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/adapter-service/adapter.service.ts#L196"
|
2457
2457
|
}
|
2458
2458
|
],
|
2459
2459
|
"signatures": [
|
@@ -2535,7 +2535,7 @@
|
|
2535
2535
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2536
2536
|
"line": 229,
|
2537
2537
|
"character": 9,
|
2538
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
2538
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/adapter-service/adapter.service.ts#L229"
|
2539
2539
|
}
|
2540
2540
|
],
|
2541
2541
|
"signatures": [
|
@@ -2621,7 +2621,7 @@
|
|
2621
2621
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2622
2622
|
"line": 43,
|
2623
2623
|
"character": 9,
|
2624
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
2624
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/adapter-service/adapter.service.ts#L43"
|
2625
2625
|
}
|
2626
2626
|
],
|
2627
2627
|
"signatures": [
|
@@ -2699,7 +2699,7 @@
|
|
2699
2699
|
},
|
2700
2700
|
"type": {
|
2701
2701
|
"type": "reference",
|
2702
|
-
"id":
|
2702
|
+
"id": 421,
|
2703
2703
|
"name": "SkyMediaBreakpoints"
|
2704
2704
|
}
|
2705
2705
|
}
|
@@ -2724,7 +2724,7 @@
|
|
2724
2724
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2725
2725
|
"line": 245,
|
2726
2726
|
"character": 9,
|
2727
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
2727
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/adapter-service/adapter.service.ts#L245"
|
2728
2728
|
}
|
2729
2729
|
],
|
2730
2730
|
"signatures": [
|
@@ -2810,7 +2810,7 @@
|
|
2810
2810
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2811
2811
|
"line": 84,
|
2812
2812
|
"character": 9,
|
2813
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
2813
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/adapter-service/adapter.service.ts#L84"
|
2814
2814
|
}
|
2815
2815
|
],
|
2816
2816
|
"signatures": [
|
@@ -2900,7 +2900,7 @@
|
|
2900
2900
|
"fileName": "projects/core/src/modules/adapter-service/adapter.service.ts",
|
2901
2901
|
"line": 29,
|
2902
2902
|
"character": 13,
|
2903
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
2903
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/adapter-service/adapter.service.ts#L29"
|
2904
2904
|
}
|
2905
2905
|
]
|
2906
2906
|
},
|
@@ -2930,7 +2930,7 @@
|
|
2930
2930
|
"fileName": "projects/core/src/modules/dock/dock-item.ts",
|
2931
2931
|
"line": 22,
|
2932
2932
|
"character": 2,
|
2933
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
2933
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-item.ts#L22"
|
2934
2934
|
}
|
2935
2935
|
],
|
2936
2936
|
"signatures": [
|
@@ -3027,7 +3027,7 @@
|
|
3027
3027
|
"fileName": "projects/core/src/modules/dock/dock-item.ts",
|
3028
3028
|
"line": 23,
|
3029
3029
|
"character": 20,
|
3030
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3030
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-item.ts#L23"
|
3031
3031
|
}
|
3032
3032
|
],
|
3033
3033
|
"type": {
|
@@ -3058,7 +3058,7 @@
|
|
3058
3058
|
"fileName": "projects/core/src/modules/dock/dock-item.ts",
|
3059
3059
|
"line": 24,
|
3060
3060
|
"character": 20,
|
3061
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3061
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-item.ts#L24"
|
3062
3062
|
}
|
3063
3063
|
],
|
3064
3064
|
"type": {
|
@@ -3079,7 +3079,7 @@
|
|
3079
3079
|
"fileName": "projects/core/src/modules/dock/dock-item.ts",
|
3080
3080
|
"line": 10,
|
3081
3081
|
"character": 13,
|
3082
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3082
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-item.ts#L10"
|
3083
3083
|
}
|
3084
3084
|
],
|
3085
3085
|
"getSignature": {
|
@@ -3123,7 +3123,7 @@
|
|
3123
3123
|
"fileName": "projects/core/src/modules/dock/dock-item.ts",
|
3124
3124
|
"line": 32,
|
3125
3125
|
"character": 9,
|
3126
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3126
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-item.ts#L32"
|
3127
3127
|
}
|
3128
3128
|
],
|
3129
3129
|
"signatures": [
|
@@ -3181,7 +3181,7 @@
|
|
3181
3181
|
"fileName": "projects/core/src/modules/dock/dock-item.ts",
|
3182
3182
|
"line": 6,
|
3183
3183
|
"character": 13,
|
3184
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3184
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-item.ts#L6"
|
3185
3185
|
}
|
3186
3186
|
],
|
3187
3187
|
"typeParameters": [
|
@@ -3214,7 +3214,7 @@
|
|
3214
3214
|
"fileName": "projects/core/src/modules/dock/dock.module.ts",
|
3215
3215
|
"line": 13,
|
3216
3216
|
"character": 13,
|
3217
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3217
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock.module.ts#L13"
|
3218
3218
|
}
|
3219
3219
|
]
|
3220
3220
|
},
|
@@ -3244,7 +3244,7 @@
|
|
3244
3244
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
3245
3245
|
"line": 38,
|
3246
3246
|
"character": 2,
|
3247
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3247
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock.service.ts#L38"
|
3248
3248
|
}
|
3249
3249
|
],
|
3250
3250
|
"signatures": [
|
@@ -3288,7 +3288,7 @@
|
|
3288
3288
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
3289
3289
|
"line": 30,
|
3290
3290
|
"character": 13,
|
3291
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3291
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock.service.ts#L30"
|
3292
3292
|
}
|
3293
3293
|
],
|
3294
3294
|
"getSignature": {
|
@@ -3334,7 +3334,7 @@
|
|
3334
3334
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
3335
3335
|
"line": 47,
|
3336
3336
|
"character": 9,
|
3337
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3337
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock.service.ts#L47"
|
3338
3338
|
}
|
3339
3339
|
],
|
3340
3340
|
"signatures": [
|
@@ -3441,7 +3441,7 @@
|
|
3441
3441
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
3442
3442
|
"line": 81,
|
3443
3443
|
"character": 9,
|
3444
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3444
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock.service.ts#L81"
|
3445
3445
|
}
|
3446
3446
|
],
|
3447
3447
|
"signatures": [
|
@@ -3515,7 +3515,7 @@
|
|
3515
3515
|
"fileName": "projects/core/src/modules/dock/dock.service.ts",
|
3516
3516
|
"line": 23,
|
3517
3517
|
"character": 13,
|
3518
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3518
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock.service.ts#L23"
|
3519
3519
|
}
|
3520
3520
|
]
|
3521
3521
|
},
|
@@ -3582,7 +3582,7 @@
|
|
3582
3582
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component.module.ts",
|
3583
3583
|
"line": 9,
|
3584
3584
|
"character": 13,
|
3585
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3585
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dynamic-component/dynamic-component.module.ts#L9"
|
3586
3586
|
}
|
3587
3587
|
]
|
3588
3588
|
},
|
@@ -3606,7 +3606,7 @@
|
|
3606
3606
|
"fileName": "projects/core/src/modules/id/id.module.ts",
|
3607
3607
|
"line": 9,
|
3608
3608
|
"character": 13,
|
3609
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3609
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/id/id.module.ts#L9"
|
3610
3610
|
}
|
3611
3611
|
]
|
3612
3612
|
},
|
@@ -3638,7 +3638,7 @@
|
|
3638
3638
|
"fileName": "projects/core/src/modules/id/id.service.ts",
|
3639
3639
|
"line": 12,
|
3640
3640
|
"character": 9,
|
3641
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3641
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/id/id.service.ts#L12"
|
3642
3642
|
}
|
3643
3643
|
],
|
3644
3644
|
"signatures": [
|
@@ -3675,7 +3675,7 @@
|
|
3675
3675
|
"fileName": "projects/core/src/modules/id/id.service.ts",
|
3676
3676
|
"line": 11,
|
3677
3677
|
"character": 13,
|
3678
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3678
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/id/id.service.ts#L11"
|
3679
3679
|
}
|
3680
3680
|
]
|
3681
3681
|
},
|
@@ -3737,12 +3737,12 @@
|
|
3737
3737
|
"fileName": "projects/core/src/modules/log/log.module.ts",
|
3738
3738
|
"line": 8,
|
3739
3739
|
"character": 13,
|
3740
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3740
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/log/log.module.ts#L8"
|
3741
3741
|
}
|
3742
3742
|
]
|
3743
3743
|
},
|
3744
3744
|
{
|
3745
|
-
"id":
|
3745
|
+
"id": 430,
|
3746
3746
|
"name": "SkyMediaQueryModule",
|
3747
3747
|
"kind": 128,
|
3748
3748
|
"kindString": "Class",
|
@@ -3790,7 +3790,7 @@
|
|
3790
3790
|
{
|
3791
3791
|
"title": "Constructors",
|
3792
3792
|
"children": [
|
3793
|
-
|
3793
|
+
431
|
3794
3794
|
]
|
3795
3795
|
}
|
3796
3796
|
],
|
@@ -3799,19 +3799,19 @@
|
|
3799
3799
|
"fileName": "projects/core/src/modules/media-query/media-query.module.ts",
|
3800
3800
|
"line": 8,
|
3801
3801
|
"character": 13,
|
3802
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3802
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-query.module.ts#L8"
|
3803
3803
|
}
|
3804
3804
|
]
|
3805
3805
|
},
|
3806
3806
|
{
|
3807
|
-
"id":
|
3807
|
+
"id": 433,
|
3808
3808
|
"name": "SkyMediaQueryService",
|
3809
3809
|
"kind": 128,
|
3810
3810
|
"kindString": "Class",
|
3811
3811
|
"flags": {},
|
3812
3812
|
"children": [
|
3813
3813
|
{
|
3814
|
-
"id":
|
3814
|
+
"id": 438,
|
3815
3815
|
"name": "constructor",
|
3816
3816
|
"kind": 512,
|
3817
3817
|
"kindString": "Constructor",
|
@@ -3821,19 +3821,19 @@
|
|
3821
3821
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
3822
3822
|
"line": 80,
|
3823
3823
|
"character": 2,
|
3824
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3824
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-query.service.ts#L80"
|
3825
3825
|
}
|
3826
3826
|
],
|
3827
3827
|
"signatures": [
|
3828
3828
|
{
|
3829
|
-
"id":
|
3829
|
+
"id": 439,
|
3830
3830
|
"name": "new SkyMediaQueryService",
|
3831
3831
|
"kind": 16384,
|
3832
3832
|
"kindString": "Constructor signature",
|
3833
3833
|
"flags": {},
|
3834
3834
|
"parameters": [
|
3835
3835
|
{
|
3836
|
-
"id":
|
3836
|
+
"id": 440,
|
3837
3837
|
"name": "zone",
|
3838
3838
|
"kind": 32768,
|
3839
3839
|
"kindString": "Parameter",
|
@@ -3848,14 +3848,14 @@
|
|
3848
3848
|
],
|
3849
3849
|
"type": {
|
3850
3850
|
"type": "reference",
|
3851
|
-
"id":
|
3851
|
+
"id": 433,
|
3852
3852
|
"name": "SkyMediaQueryService"
|
3853
3853
|
}
|
3854
3854
|
}
|
3855
3855
|
]
|
3856
3856
|
},
|
3857
3857
|
{
|
3858
|
-
"id":
|
3858
|
+
"id": 437,
|
3859
3859
|
"name": "lg",
|
3860
3860
|
"kind": 1024,
|
3861
3861
|
"kindString": "Property",
|
@@ -3895,7 +3895,7 @@
|
|
3895
3895
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
3896
3896
|
"line": 36,
|
3897
3897
|
"character": 16,
|
3898
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3898
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-query.service.ts#L36"
|
3899
3899
|
}
|
3900
3900
|
],
|
3901
3901
|
"type": {
|
@@ -3905,7 +3905,7 @@
|
|
3905
3905
|
"defaultValue": "'(min-width: 1200px)'"
|
3906
3906
|
},
|
3907
3907
|
{
|
3908
|
-
"id":
|
3908
|
+
"id": 436,
|
3909
3909
|
"name": "md",
|
3910
3910
|
"kind": 1024,
|
3911
3911
|
"kindString": "Property",
|
@@ -3945,7 +3945,7 @@
|
|
3945
3945
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
3946
3946
|
"line": 30,
|
3947
3947
|
"character": 16,
|
3948
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3948
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-query.service.ts#L30"
|
3949
3949
|
}
|
3950
3950
|
],
|
3951
3951
|
"type": {
|
@@ -3955,7 +3955,7 @@
|
|
3955
3955
|
"defaultValue": "'(min-width: 992px) and (max-width: 1199px)'"
|
3956
3956
|
},
|
3957
3957
|
{
|
3958
|
-
"id":
|
3958
|
+
"id": 435,
|
3959
3959
|
"name": "sm",
|
3960
3960
|
"kind": 1024,
|
3961
3961
|
"kindString": "Property",
|
@@ -3995,7 +3995,7 @@
|
|
3995
3995
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
3996
3996
|
"line": 24,
|
3997
3997
|
"character": 16,
|
3998
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
3998
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-query.service.ts#L24"
|
3999
3999
|
}
|
4000
4000
|
],
|
4001
4001
|
"type": {
|
@@ -4005,7 +4005,7 @@
|
|
4005
4005
|
"defaultValue": "'(min-width: 768px) and (max-width: 991px)'"
|
4006
4006
|
},
|
4007
4007
|
{
|
4008
|
-
"id":
|
4008
|
+
"id": 434,
|
4009
4009
|
"name": "xs",
|
4010
4010
|
"kind": 1024,
|
4011
4011
|
"kindString": "Property",
|
@@ -4045,7 +4045,7 @@
|
|
4045
4045
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
4046
4046
|
"line": 18,
|
4047
4047
|
"character": 16,
|
4048
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4048
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-query.service.ts#L18"
|
4049
4049
|
}
|
4050
4050
|
],
|
4051
4051
|
"type": {
|
@@ -4055,7 +4055,7 @@
|
|
4055
4055
|
"defaultValue": "'(max-width: 767px)'"
|
4056
4056
|
},
|
4057
4057
|
{
|
4058
|
-
"id":
|
4058
|
+
"id": 441,
|
4059
4059
|
"name": "current",
|
4060
4060
|
"kind": 262144,
|
4061
4061
|
"kindString": "Accessor",
|
@@ -4067,11 +4067,11 @@
|
|
4067
4067
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
4068
4068
|
"line": 41,
|
4069
4069
|
"character": 13,
|
4070
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4070
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-query.service.ts#L41"
|
4071
4071
|
}
|
4072
4072
|
],
|
4073
4073
|
"getSignature": {
|
4074
|
-
"id":
|
4074
|
+
"id": 442,
|
4075
4075
|
"name": "current",
|
4076
4076
|
"kind": 524288,
|
4077
4077
|
"kindString": "Get signature",
|
@@ -4086,13 +4086,13 @@
|
|
4086
4086
|
},
|
4087
4087
|
"type": {
|
4088
4088
|
"type": "reference",
|
4089
|
-
"id":
|
4089
|
+
"id": 421,
|
4090
4090
|
"name": "SkyMediaBreakpoints"
|
4091
4091
|
}
|
4092
4092
|
}
|
4093
4093
|
},
|
4094
4094
|
{
|
4095
|
-
"id":
|
4095
|
+
"id": 457,
|
4096
4096
|
"name": "ngOnDestroy",
|
4097
4097
|
"kind": 2048,
|
4098
4098
|
"kindString": "Method",
|
@@ -4104,12 +4104,12 @@
|
|
4104
4104
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
4105
4105
|
"line": 85,
|
4106
4106
|
"character": 9,
|
4107
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4107
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-query.service.ts#L85"
|
4108
4108
|
}
|
4109
4109
|
],
|
4110
4110
|
"signatures": [
|
4111
4111
|
{
|
4112
|
-
"id":
|
4112
|
+
"id": 458,
|
4113
4113
|
"name": "ngOnDestroy",
|
4114
4114
|
"kind": 4096,
|
4115
4115
|
"kindString": "Call signature",
|
@@ -4130,7 +4130,7 @@
|
|
4130
4130
|
}
|
4131
4131
|
},
|
4132
4132
|
{
|
4133
|
-
"id":
|
4133
|
+
"id": 459,
|
4134
4134
|
"name": "subscribe",
|
4135
4135
|
"kind": 2048,
|
4136
4136
|
"kindString": "Method",
|
@@ -4142,12 +4142,12 @@
|
|
4142
4142
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
4143
4143
|
"line": 94,
|
4144
4144
|
"character": 9,
|
4145
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4145
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-query.service.ts#L94"
|
4146
4146
|
}
|
4147
4147
|
],
|
4148
4148
|
"signatures": [
|
4149
4149
|
{
|
4150
|
-
"id":
|
4150
|
+
"id": 460,
|
4151
4151
|
"name": "subscribe",
|
4152
4152
|
"kind": 4096,
|
4153
4153
|
"kindString": "Call signature",
|
@@ -4162,7 +4162,7 @@
|
|
4162
4162
|
},
|
4163
4163
|
"parameters": [
|
4164
4164
|
{
|
4165
|
-
"id":
|
4165
|
+
"id": 461,
|
4166
4166
|
"name": "listener",
|
4167
4167
|
"kind": 32768,
|
4168
4168
|
"kindString": "Parameter",
|
@@ -4177,7 +4177,7 @@
|
|
4177
4177
|
},
|
4178
4178
|
"type": {
|
4179
4179
|
"type": "reference",
|
4180
|
-
"id":
|
4180
|
+
"id": 426,
|
4181
4181
|
"name": "SkyMediaQueryListener"
|
4182
4182
|
}
|
4183
4183
|
}
|
@@ -4196,29 +4196,29 @@
|
|
4196
4196
|
{
|
4197
4197
|
"title": "Constructors",
|
4198
4198
|
"children": [
|
4199
|
-
|
4199
|
+
438
|
4200
4200
|
]
|
4201
4201
|
},
|
4202
4202
|
{
|
4203
4203
|
"title": "Properties",
|
4204
4204
|
"children": [
|
4205
|
-
|
4206
|
-
|
4207
|
-
|
4208
|
-
|
4205
|
+
437,
|
4206
|
+
436,
|
4207
|
+
435,
|
4208
|
+
434
|
4209
4209
|
]
|
4210
4210
|
},
|
4211
4211
|
{
|
4212
4212
|
"title": "Accessors",
|
4213
4213
|
"children": [
|
4214
|
-
|
4214
|
+
441
|
4215
4215
|
]
|
4216
4216
|
},
|
4217
4217
|
{
|
4218
4218
|
"title": "Methods",
|
4219
4219
|
"children": [
|
4220
|
-
|
4221
|
-
|
4220
|
+
457,
|
4221
|
+
459
|
4222
4222
|
]
|
4223
4223
|
}
|
4224
4224
|
],
|
@@ -4227,7 +4227,7 @@
|
|
4227
4227
|
"fileName": "projects/core/src/modules/media-query/media-query.service.ts",
|
4228
4228
|
"line": 13,
|
4229
4229
|
"character": 13,
|
4230
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4230
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-query.service.ts#L13"
|
4231
4231
|
}
|
4232
4232
|
],
|
4233
4233
|
"implementedTypes": [
|
@@ -4240,7 +4240,7 @@
|
|
4240
4240
|
]
|
4241
4241
|
},
|
4242
4242
|
{
|
4243
|
-
"id":
|
4243
|
+
"id": 480,
|
4244
4244
|
"name": "SkyNumericModule",
|
4245
4245
|
"kind": 128,
|
4246
4246
|
"kindString": "Class",
|
@@ -4250,7 +4250,7 @@
|
|
4250
4250
|
{
|
4251
4251
|
"title": "Constructors",
|
4252
4252
|
"children": [
|
4253
|
-
|
4253
|
+
481
|
4254
4254
|
]
|
4255
4255
|
}
|
4256
4256
|
],
|
@@ -4259,12 +4259,12 @@
|
|
4259
4259
|
"fileName": "projects/core/src/modules/numeric/numeric.module.ts",
|
4260
4260
|
"line": 14,
|
4261
4261
|
"character": 13,
|
4262
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4262
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.module.ts#L14"
|
4263
4263
|
}
|
4264
4264
|
]
|
4265
4265
|
},
|
4266
4266
|
{
|
4267
|
-
"id":
|
4267
|
+
"id": 503,
|
4268
4268
|
"name": "SkyNumericPipe",
|
4269
4269
|
"kind": 128,
|
4270
4270
|
"kindString": "Class",
|
@@ -4279,7 +4279,7 @@
|
|
4279
4279
|
},
|
4280
4280
|
"children": [
|
4281
4281
|
{
|
4282
|
-
"id":
|
4282
|
+
"id": 504,
|
4283
4283
|
"name": "constructor",
|
4284
4284
|
"kind": 512,
|
4285
4285
|
"kindString": "Constructor",
|
@@ -4289,19 +4289,19 @@
|
|
4289
4289
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4290
4290
|
"line": 38,
|
4291
4291
|
"character": 2,
|
4292
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4292
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.pipe.ts#L38"
|
4293
4293
|
}
|
4294
4294
|
],
|
4295
4295
|
"signatures": [
|
4296
4296
|
{
|
4297
|
-
"id":
|
4297
|
+
"id": 505,
|
4298
4298
|
"name": "new SkyNumericPipe",
|
4299
4299
|
"kind": 16384,
|
4300
4300
|
"kindString": "Constructor signature",
|
4301
4301
|
"flags": {},
|
4302
4302
|
"parameters": [
|
4303
4303
|
{
|
4304
|
-
"id":
|
4304
|
+
"id": 506,
|
4305
4305
|
"name": "localeProvider",
|
4306
4306
|
"kind": 32768,
|
4307
4307
|
"kindString": "Parameter",
|
@@ -4312,19 +4312,19 @@
|
|
4312
4312
|
}
|
4313
4313
|
},
|
4314
4314
|
{
|
4315
|
-
"id":
|
4315
|
+
"id": 507,
|
4316
4316
|
"name": "numericSvc",
|
4317
4317
|
"kind": 32768,
|
4318
4318
|
"kindString": "Parameter",
|
4319
4319
|
"flags": {},
|
4320
4320
|
"type": {
|
4321
4321
|
"type": "reference",
|
4322
|
-
"id":
|
4322
|
+
"id": 521,
|
4323
4323
|
"name": "SkyNumericService"
|
4324
4324
|
}
|
4325
4325
|
},
|
4326
4326
|
{
|
4327
|
-
"id":
|
4327
|
+
"id": 508,
|
4328
4328
|
"name": "changeDetector",
|
4329
4329
|
"kind": 32768,
|
4330
4330
|
"kindString": "Parameter",
|
@@ -4339,14 +4339,14 @@
|
|
4339
4339
|
],
|
4340
4340
|
"type": {
|
4341
4341
|
"type": "reference",
|
4342
|
-
"id":
|
4342
|
+
"id": 503,
|
4343
4343
|
"name": "SkyNumericPipe"
|
4344
4344
|
}
|
4345
4345
|
}
|
4346
4346
|
]
|
4347
4347
|
},
|
4348
4348
|
{
|
4349
|
-
"id":
|
4349
|
+
"id": 515,
|
4350
4350
|
"name": "ngOnDestroy",
|
4351
4351
|
"kind": 2048,
|
4352
4352
|
"kindString": "Method",
|
@@ -4358,12 +4358,12 @@
|
|
4358
4358
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4359
4359
|
"line": 56,
|
4360
4360
|
"character": 9,
|
4361
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4361
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.pipe.ts#L56"
|
4362
4362
|
}
|
4363
4363
|
],
|
4364
4364
|
"signatures": [
|
4365
4365
|
{
|
4366
|
-
"id":
|
4366
|
+
"id": 516,
|
4367
4367
|
"name": "ngOnDestroy",
|
4368
4368
|
"kind": 4096,
|
4369
4369
|
"kindString": "Call signature",
|
@@ -4384,7 +4384,7 @@
|
|
4384
4384
|
}
|
4385
4385
|
},
|
4386
4386
|
{
|
4387
|
-
"id":
|
4387
|
+
"id": 517,
|
4388
4388
|
"name": "transform",
|
4389
4389
|
"kind": 2048,
|
4390
4390
|
"kindString": "Method",
|
@@ -4396,12 +4396,12 @@
|
|
4396
4396
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4397
4397
|
"line": 64,
|
4398
4398
|
"character": 9,
|
4399
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4399
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.pipe.ts#L64"
|
4400
4400
|
}
|
4401
4401
|
],
|
4402
4402
|
"signatures": [
|
4403
4403
|
{
|
4404
|
-
"id":
|
4404
|
+
"id": 518,
|
4405
4405
|
"name": "transform",
|
4406
4406
|
"kind": 4096,
|
4407
4407
|
"kindString": "Call signature",
|
@@ -4416,7 +4416,7 @@
|
|
4416
4416
|
},
|
4417
4417
|
"parameters": [
|
4418
4418
|
{
|
4419
|
-
"id":
|
4419
|
+
"id": 519,
|
4420
4420
|
"name": "value",
|
4421
4421
|
"kind": 32768,
|
4422
4422
|
"kindString": "Parameter",
|
@@ -4427,7 +4427,7 @@
|
|
4427
4427
|
}
|
4428
4428
|
},
|
4429
4429
|
{
|
4430
|
-
"id":
|
4430
|
+
"id": 520,
|
4431
4431
|
"name": "config",
|
4432
4432
|
"kind": 32768,
|
4433
4433
|
"kindString": "Parameter",
|
@@ -4436,7 +4436,7 @@
|
|
4436
4436
|
},
|
4437
4437
|
"type": {
|
4438
4438
|
"type": "reference",
|
4439
|
-
"id":
|
4439
|
+
"id": 483,
|
4440
4440
|
"name": "SkyNumericOptions"
|
4441
4441
|
}
|
4442
4442
|
}
|
@@ -4461,14 +4461,14 @@
|
|
4461
4461
|
{
|
4462
4462
|
"title": "Constructors",
|
4463
4463
|
"children": [
|
4464
|
-
|
4464
|
+
504
|
4465
4465
|
]
|
4466
4466
|
},
|
4467
4467
|
{
|
4468
4468
|
"title": "Methods",
|
4469
4469
|
"children": [
|
4470
|
-
|
4471
|
-
|
4470
|
+
515,
|
4471
|
+
517
|
4472
4472
|
]
|
4473
4473
|
}
|
4474
4474
|
],
|
@@ -4477,7 +4477,7 @@
|
|
4477
4477
|
"fileName": "projects/core/src/modules/numeric/numeric.pipe.ts",
|
4478
4478
|
"line": 25,
|
4479
4479
|
"character": 13,
|
4480
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4480
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.pipe.ts#L25"
|
4481
4481
|
}
|
4482
4482
|
],
|
4483
4483
|
"implementedTypes": [
|
@@ -4496,14 +4496,14 @@
|
|
4496
4496
|
]
|
4497
4497
|
},
|
4498
4498
|
{
|
4499
|
-
"id":
|
4499
|
+
"id": 521,
|
4500
4500
|
"name": "SkyNumericService",
|
4501
4501
|
"kind": 128,
|
4502
4502
|
"kindString": "Class",
|
4503
4503
|
"flags": {},
|
4504
4504
|
"children": [
|
4505
4505
|
{
|
4506
|
-
"id":
|
4506
|
+
"id": 522,
|
4507
4507
|
"name": "constructor",
|
4508
4508
|
"kind": 512,
|
4509
4509
|
"kindString": "Constructor",
|
@@ -4513,19 +4513,19 @@
|
|
4513
4513
|
"fileName": "projects/core/src/modules/numeric/numeric.service.ts",
|
4514
4514
|
"line": 28,
|
4515
4515
|
"character": 2,
|
4516
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4516
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.service.ts#L28"
|
4517
4517
|
}
|
4518
4518
|
],
|
4519
4519
|
"signatures": [
|
4520
4520
|
{
|
4521
|
-
"id":
|
4521
|
+
"id": 523,
|
4522
4522
|
"name": "new SkyNumericService",
|
4523
4523
|
"kind": 16384,
|
4524
4524
|
"kindString": "Constructor signature",
|
4525
4525
|
"flags": {},
|
4526
4526
|
"parameters": [
|
4527
4527
|
{
|
4528
|
-
"id":
|
4528
|
+
"id": 524,
|
4529
4529
|
"name": "resourcesSvc",
|
4530
4530
|
"kind": 32768,
|
4531
4531
|
"kindString": "Parameter",
|
@@ -4538,14 +4538,14 @@
|
|
4538
4538
|
],
|
4539
4539
|
"type": {
|
4540
4540
|
"type": "reference",
|
4541
|
-
"id":
|
4541
|
+
"id": 521,
|
4542
4542
|
"name": "SkyNumericService"
|
4543
4543
|
}
|
4544
4544
|
}
|
4545
4545
|
]
|
4546
4546
|
},
|
4547
4547
|
{
|
4548
|
-
"id":
|
4548
|
+
"id": 529,
|
4549
4549
|
"name": "formatNumber",
|
4550
4550
|
"kind": 2048,
|
4551
4551
|
"kindString": "Method",
|
@@ -4557,12 +4557,12 @@
|
|
4557
4557
|
"fileName": "projects/core/src/modules/numeric/numeric.service.ts",
|
4558
4558
|
"line": 44,
|
4559
4559
|
"character": 9,
|
4560
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4560
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.service.ts#L44"
|
4561
4561
|
}
|
4562
4562
|
],
|
4563
4563
|
"signatures": [
|
4564
4564
|
{
|
4565
|
-
"id":
|
4565
|
+
"id": 530,
|
4566
4566
|
"name": "formatNumber",
|
4567
4567
|
"kind": 4096,
|
4568
4568
|
"kindString": "Call signature",
|
@@ -4577,7 +4577,7 @@
|
|
4577
4577
|
},
|
4578
4578
|
"parameters": [
|
4579
4579
|
{
|
4580
|
-
"id":
|
4580
|
+
"id": 531,
|
4581
4581
|
"name": "value",
|
4582
4582
|
"kind": 32768,
|
4583
4583
|
"kindString": "Parameter",
|
@@ -4596,7 +4596,7 @@
|
|
4596
4596
|
}
|
4597
4597
|
},
|
4598
4598
|
{
|
4599
|
-
"id":
|
4599
|
+
"id": 532,
|
4600
4600
|
"name": "options",
|
4601
4601
|
"kind": 32768,
|
4602
4602
|
"kindString": "Parameter",
|
@@ -4611,7 +4611,7 @@
|
|
4611
4611
|
},
|
4612
4612
|
"type": {
|
4613
4613
|
"type": "reference",
|
4614
|
-
"id":
|
4614
|
+
"id": 483,
|
4615
4615
|
"name": "SkyNumericOptions"
|
4616
4616
|
}
|
4617
4617
|
}
|
@@ -4628,13 +4628,13 @@
|
|
4628
4628
|
{
|
4629
4629
|
"title": "Constructors",
|
4630
4630
|
"children": [
|
4631
|
-
|
4631
|
+
522
|
4632
4632
|
]
|
4633
4633
|
},
|
4634
4634
|
{
|
4635
4635
|
"title": "Methods",
|
4636
4636
|
"children": [
|
4637
|
-
|
4637
|
+
529
|
4638
4638
|
]
|
4639
4639
|
}
|
4640
4640
|
],
|
@@ -4643,12 +4643,12 @@
|
|
4643
4643
|
"fileName": "projects/core/src/modules/numeric/numeric.service.ts",
|
4644
4644
|
"line": 12,
|
4645
4645
|
"character": 13,
|
4646
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4646
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.service.ts#L12"
|
4647
4647
|
}
|
4648
4648
|
]
|
4649
4649
|
},
|
4650
4650
|
{
|
4651
|
-
"id":
|
4651
|
+
"id": 558,
|
4652
4652
|
"name": "SkyOverlayInstance",
|
4653
4653
|
"kind": 128,
|
4654
4654
|
"kindString": "Class",
|
@@ -4663,7 +4663,7 @@
|
|
4663
4663
|
},
|
4664
4664
|
"children": [
|
4665
4665
|
{
|
4666
|
-
"id":
|
4666
|
+
"id": 559,
|
4667
4667
|
"name": "constructor",
|
4668
4668
|
"kind": 512,
|
4669
4669
|
"kindString": "Constructor",
|
@@ -4673,19 +4673,19 @@
|
|
4673
4673
|
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4674
4674
|
"line": 37,
|
4675
4675
|
"character": 2,
|
4676
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4676
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-instance.ts#L37"
|
4677
4677
|
}
|
4678
4678
|
],
|
4679
4679
|
"signatures": [
|
4680
4680
|
{
|
4681
|
-
"id":
|
4681
|
+
"id": 560,
|
4682
4682
|
"name": "new SkyOverlayInstance",
|
4683
4683
|
"kind": 16384,
|
4684
4684
|
"kindString": "Constructor signature",
|
4685
4685
|
"flags": {},
|
4686
4686
|
"parameters": [
|
4687
4687
|
{
|
4688
|
-
"id":
|
4688
|
+
"id": 561,
|
4689
4689
|
"name": "config",
|
4690
4690
|
"kind": 32768,
|
4691
4691
|
"kindString": "Parameter",
|
@@ -4700,12 +4700,12 @@
|
|
4700
4700
|
},
|
4701
4701
|
"type": {
|
4702
4702
|
"type": "reference",
|
4703
|
-
"id":
|
4703
|
+
"id": 551,
|
4704
4704
|
"name": "SkyOverlayConfig"
|
4705
4705
|
}
|
4706
4706
|
},
|
4707
4707
|
{
|
4708
|
-
"id":
|
4708
|
+
"id": 562,
|
4709
4709
|
"name": "componentRef",
|
4710
4710
|
"kind": 32768,
|
4711
4711
|
"kindString": "Parameter",
|
@@ -4726,14 +4726,14 @@
|
|
4726
4726
|
],
|
4727
4727
|
"type": {
|
4728
4728
|
"type": "reference",
|
4729
|
-
"id":
|
4729
|
+
"id": 558,
|
4730
4730
|
"name": "SkyOverlayInstance"
|
4731
4731
|
}
|
4732
4732
|
}
|
4733
4733
|
]
|
4734
4734
|
},
|
4735
4735
|
{
|
4736
|
-
"id":
|
4736
|
+
"id": 573,
|
4737
4737
|
"name": "componentRef",
|
4738
4738
|
"kind": 1024,
|
4739
4739
|
"kindString": "Property",
|
@@ -4746,7 +4746,7 @@
|
|
4746
4746
|
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4747
4747
|
"line": 42,
|
4748
4748
|
"character": 20,
|
4749
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4749
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-instance.ts#L42"
|
4750
4750
|
}
|
4751
4751
|
],
|
4752
4752
|
"type": {
|
@@ -4763,7 +4763,7 @@
|
|
4763
4763
|
}
|
4764
4764
|
},
|
4765
4765
|
{
|
4766
|
-
"id":
|
4766
|
+
"id": 572,
|
4767
4767
|
"name": "config",
|
4768
4768
|
"kind": 1024,
|
4769
4769
|
"kindString": "Property",
|
@@ -4784,17 +4784,17 @@
|
|
4784
4784
|
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4785
4785
|
"line": 41,
|
4786
4786
|
"character": 20,
|
4787
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4787
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-instance.ts#L41"
|
4788
4788
|
}
|
4789
4789
|
],
|
4790
4790
|
"type": {
|
4791
4791
|
"type": "reference",
|
4792
|
-
"id":
|
4792
|
+
"id": 551,
|
4793
4793
|
"name": "SkyOverlayConfig"
|
4794
4794
|
}
|
4795
4795
|
},
|
4796
4796
|
{
|
4797
|
-
"id":
|
4797
|
+
"id": 567,
|
4798
4798
|
"name": "id",
|
4799
4799
|
"kind": 1024,
|
4800
4800
|
"kindString": "Property",
|
@@ -4806,7 +4806,7 @@
|
|
4806
4806
|
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4807
4807
|
"line": 27,
|
4808
4808
|
"character": 9,
|
4809
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4809
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-instance.ts#L27"
|
4810
4810
|
}
|
4811
4811
|
],
|
4812
4812
|
"type": {
|
@@ -4815,7 +4815,7 @@
|
|
4815
4815
|
}
|
4816
4816
|
},
|
4817
4817
|
{
|
4818
|
-
"id":
|
4818
|
+
"id": 563,
|
4819
4819
|
"name": "backdropClick",
|
4820
4820
|
"kind": 262144,
|
4821
4821
|
"kindString": "Accessor",
|
@@ -4827,11 +4827,11 @@
|
|
4827
4827
|
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4828
4828
|
"line": 16,
|
4829
4829
|
"character": 13,
|
4830
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4830
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-instance.ts#L16"
|
4831
4831
|
}
|
4832
4832
|
],
|
4833
4833
|
"getSignature": {
|
4834
|
-
"id":
|
4834
|
+
"id": 564,
|
4835
4835
|
"name": "backdropClick",
|
4836
4836
|
"kind": 524288,
|
4837
4837
|
"kindString": "Get signature",
|
@@ -4859,7 +4859,7 @@
|
|
4859
4859
|
}
|
4860
4860
|
},
|
4861
4861
|
{
|
4862
|
-
"id":
|
4862
|
+
"id": 565,
|
4863
4863
|
"name": "closed",
|
4864
4864
|
"kind": 262144,
|
4865
4865
|
"kindString": "Accessor",
|
@@ -4871,11 +4871,11 @@
|
|
4871
4871
|
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4872
4872
|
"line": 23,
|
4873
4873
|
"character": 13,
|
4874
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4874
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-instance.ts#L23"
|
4875
4875
|
}
|
4876
4876
|
],
|
4877
4877
|
"getSignature": {
|
4878
|
-
"id":
|
4878
|
+
"id": 566,
|
4879
4879
|
"name": "closed",
|
4880
4880
|
"kind": 524288,
|
4881
4881
|
"kindString": "Get signature",
|
@@ -4903,7 +4903,7 @@
|
|
4903
4903
|
}
|
4904
4904
|
},
|
4905
4905
|
{
|
4906
|
-
"id":
|
4906
|
+
"id": 574,
|
4907
4907
|
"name": "attachComponent",
|
4908
4908
|
"kind": 2048,
|
4909
4909
|
"kindString": "Method",
|
@@ -4915,12 +4915,12 @@
|
|
4915
4915
|
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
4916
4916
|
"line": 68,
|
4917
4917
|
"character": 9,
|
4918
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
4918
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-instance.ts#L68"
|
4919
4919
|
}
|
4920
4920
|
],
|
4921
4921
|
"signatures": [
|
4922
4922
|
{
|
4923
|
-
"id":
|
4923
|
+
"id": 575,
|
4924
4924
|
"name": "attachComponent",
|
4925
4925
|
"kind": 4096,
|
4926
4926
|
"kindString": "Call signature",
|
@@ -4935,7 +4935,7 @@
|
|
4935
4935
|
},
|
4936
4936
|
"typeParameter": [
|
4937
4937
|
{
|
4938
|
-
"id":
|
4938
|
+
"id": 576,
|
4939
4939
|
"name": "C",
|
4940
4940
|
"kind": 131072,
|
4941
4941
|
"kindString": "Type parameter",
|
@@ -4944,7 +4944,7 @@
|
|
4944
4944
|
],
|
4945
4945
|
"parameters": [
|
4946
4946
|
{
|
4947
|
-
"id":
|
4947
|
+
"id": 577,
|
4948
4948
|
"name": "component",
|
4949
4949
|
"kind": 32768,
|
4950
4950
|
"kindString": "Parameter",
|
@@ -4962,7 +4962,7 @@
|
|
4962
4962
|
"typeArguments": [
|
4963
4963
|
{
|
4964
4964
|
"type": "reference",
|
4965
|
-
"id":
|
4965
|
+
"id": 576,
|
4966
4966
|
"name": "C"
|
4967
4967
|
}
|
4968
4968
|
],
|
@@ -4972,7 +4972,7 @@
|
|
4972
4972
|
}
|
4973
4973
|
},
|
4974
4974
|
{
|
4975
|
-
"id":
|
4975
|
+
"id": 578,
|
4976
4976
|
"name": "providers",
|
4977
4977
|
"kind": 32768,
|
4978
4978
|
"kindString": "Parameter",
|
@@ -5000,14 +5000,14 @@
|
|
5000
5000
|
],
|
5001
5001
|
"type": {
|
5002
5002
|
"type": "reference",
|
5003
|
-
"id":
|
5003
|
+
"id": 576,
|
5004
5004
|
"name": "C"
|
5005
5005
|
}
|
5006
5006
|
}
|
5007
5007
|
]
|
5008
5008
|
},
|
5009
5009
|
{
|
5010
|
-
"id":
|
5010
|
+
"id": 579,
|
5011
5011
|
"name": "attachTemplate",
|
5012
5012
|
"kind": 2048,
|
5013
5013
|
"kindString": "Method",
|
@@ -5019,12 +5019,12 @@
|
|
5019
5019
|
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
5020
5020
|
"line": 84,
|
5021
5021
|
"character": 9,
|
5022
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5022
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-instance.ts#L84"
|
5023
5023
|
}
|
5024
5024
|
],
|
5025
5025
|
"signatures": [
|
5026
5026
|
{
|
5027
|
-
"id":
|
5027
|
+
"id": 580,
|
5028
5028
|
"name": "attachTemplate",
|
5029
5029
|
"kind": 4096,
|
5030
5030
|
"kindString": "Call signature",
|
@@ -5047,7 +5047,7 @@
|
|
5047
5047
|
},
|
5048
5048
|
"typeParameter": [
|
5049
5049
|
{
|
5050
|
-
"id":
|
5050
|
+
"id": 581,
|
5051
5051
|
"name": "T",
|
5052
5052
|
"kind": 131072,
|
5053
5053
|
"kindString": "Type parameter",
|
@@ -5056,7 +5056,7 @@
|
|
5056
5056
|
],
|
5057
5057
|
"parameters": [
|
5058
5058
|
{
|
5059
|
-
"id":
|
5059
|
+
"id": 582,
|
5060
5060
|
"name": "templateRef",
|
5061
5061
|
"kind": 32768,
|
5062
5062
|
"kindString": "Parameter",
|
@@ -5082,7 +5082,7 @@
|
|
5082
5082
|
"typeArguments": [
|
5083
5083
|
{
|
5084
5084
|
"type": "reference",
|
5085
|
-
"id":
|
5085
|
+
"id": 581,
|
5086
5086
|
"name": "T"
|
5087
5087
|
}
|
5088
5088
|
],
|
@@ -5092,7 +5092,7 @@
|
|
5092
5092
|
}
|
5093
5093
|
},
|
5094
5094
|
{
|
5095
|
-
"id":
|
5095
|
+
"id": 583,
|
5096
5096
|
"name": "context",
|
5097
5097
|
"kind": 32768,
|
5098
5098
|
"kindString": "Parameter",
|
@@ -5109,7 +5109,7 @@
|
|
5109
5109
|
},
|
5110
5110
|
"type": {
|
5111
5111
|
"type": "reference",
|
5112
|
-
"id":
|
5112
|
+
"id": 581,
|
5113
5113
|
"name": "T"
|
5114
5114
|
}
|
5115
5115
|
}
|
@@ -5126,29 +5126,29 @@
|
|
5126
5126
|
{
|
5127
5127
|
"title": "Constructors",
|
5128
5128
|
"children": [
|
5129
|
-
|
5129
|
+
559
|
5130
5130
|
]
|
5131
5131
|
},
|
5132
5132
|
{
|
5133
5133
|
"title": "Properties",
|
5134
5134
|
"children": [
|
5135
|
-
|
5136
|
-
|
5137
|
-
|
5135
|
+
573,
|
5136
|
+
572,
|
5137
|
+
567
|
5138
5138
|
]
|
5139
5139
|
},
|
5140
5140
|
{
|
5141
5141
|
"title": "Accessors",
|
5142
5142
|
"children": [
|
5143
|
-
|
5144
|
-
|
5143
|
+
563,
|
5144
|
+
565
|
5145
5145
|
]
|
5146
5146
|
},
|
5147
5147
|
{
|
5148
5148
|
"title": "Methods",
|
5149
5149
|
"children": [
|
5150
|
-
|
5151
|
-
|
5150
|
+
574,
|
5151
|
+
579
|
5152
5152
|
]
|
5153
5153
|
}
|
5154
5154
|
],
|
@@ -5157,12 +5157,12 @@
|
|
5157
5157
|
"fileName": "projects/core/src/modules/overlay/overlay-instance.ts",
|
5158
5158
|
"line": 12,
|
5159
5159
|
"character": 13,
|
5160
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5160
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-instance.ts#L12"
|
5161
5161
|
}
|
5162
5162
|
]
|
5163
5163
|
},
|
5164
5164
|
{
|
5165
|
-
"id":
|
5165
|
+
"id": 584,
|
5166
5166
|
"name": "SkyOverlayModule",
|
5167
5167
|
"kind": 128,
|
5168
5168
|
"kindString": "Class",
|
@@ -5172,7 +5172,7 @@
|
|
5172
5172
|
{
|
5173
5173
|
"title": "Constructors",
|
5174
5174
|
"children": [
|
5175
|
-
|
5175
|
+
585
|
5176
5176
|
]
|
5177
5177
|
}
|
5178
5178
|
],
|
@@ -5181,12 +5181,12 @@
|
|
5181
5181
|
"fileName": "projects/core/src/modules/overlay/overlay.module.ts",
|
5182
5182
|
"line": 10,
|
5183
5183
|
"character": 13,
|
5184
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5184
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay.module.ts#L10"
|
5185
5185
|
}
|
5186
5186
|
]
|
5187
5187
|
},
|
5188
5188
|
{
|
5189
|
-
"id":
|
5189
|
+
"id": 587,
|
5190
5190
|
"name": "SkyOverlayService",
|
5191
5191
|
"kind": 128,
|
5192
5192
|
"kindString": "Class",
|
@@ -5207,7 +5207,7 @@
|
|
5207
5207
|
},
|
5208
5208
|
"children": [
|
5209
5209
|
{
|
5210
|
-
"id":
|
5210
|
+
"id": 589,
|
5211
5211
|
"name": "constructor",
|
5212
5212
|
"kind": 512,
|
5213
5213
|
"kindString": "Constructor",
|
@@ -5217,19 +5217,19 @@
|
|
5217
5217
|
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
5218
5218
|
"line": 35,
|
5219
5219
|
"character": 2,
|
5220
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5220
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay.service.ts#L35"
|
5221
5221
|
}
|
5222
5222
|
],
|
5223
5223
|
"signatures": [
|
5224
5224
|
{
|
5225
|
-
"id":
|
5225
|
+
"id": 590,
|
5226
5226
|
"name": "new SkyOverlayService",
|
5227
5227
|
"kind": 16384,
|
5228
5228
|
"kindString": "Constructor signature",
|
5229
5229
|
"flags": {},
|
5230
5230
|
"parameters": [
|
5231
5231
|
{
|
5232
|
-
"id":
|
5232
|
+
"id": 591,
|
5233
5233
|
"name": "applicationRef",
|
5234
5234
|
"kind": 32768,
|
5235
5235
|
"kindString": "Parameter",
|
@@ -5242,7 +5242,7 @@
|
|
5242
5242
|
}
|
5243
5243
|
},
|
5244
5244
|
{
|
5245
|
-
"id":
|
5245
|
+
"id": 592,
|
5246
5246
|
"name": "componentFactoryResolver",
|
5247
5247
|
"kind": 32768,
|
5248
5248
|
"kindString": "Parameter",
|
@@ -5255,7 +5255,7 @@
|
|
5255
5255
|
}
|
5256
5256
|
},
|
5257
5257
|
{
|
5258
|
-
"id":
|
5258
|
+
"id": 593,
|
5259
5259
|
"name": "injector",
|
5260
5260
|
"kind": 32768,
|
5261
5261
|
"kindString": "Parameter",
|
@@ -5268,7 +5268,7 @@
|
|
5268
5268
|
}
|
5269
5269
|
},
|
5270
5270
|
{
|
5271
|
-
"id":
|
5271
|
+
"id": 594,
|
5272
5272
|
"name": "adapter",
|
5273
5273
|
"kind": 32768,
|
5274
5274
|
"kindString": "Parameter",
|
@@ -5281,14 +5281,14 @@
|
|
5281
5281
|
],
|
5282
5282
|
"type": {
|
5283
5283
|
"type": "reference",
|
5284
|
-
"id":
|
5284
|
+
"id": 587,
|
5285
5285
|
"name": "SkyOverlayService"
|
5286
5286
|
}
|
5287
5287
|
}
|
5288
5288
|
]
|
5289
5289
|
},
|
5290
5290
|
{
|
5291
|
-
"id":
|
5291
|
+
"id": 602,
|
5292
5292
|
"name": "close",
|
5293
5293
|
"kind": 2048,
|
5294
5294
|
"kindString": "Method",
|
@@ -5300,12 +5300,12 @@
|
|
5300
5300
|
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
5301
5301
|
"line": 78,
|
5302
5302
|
"character": 9,
|
5303
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5303
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay.service.ts#L78"
|
5304
5304
|
}
|
5305
5305
|
],
|
5306
5306
|
"signatures": [
|
5307
5307
|
{
|
5308
|
-
"id":
|
5308
|
+
"id": 603,
|
5309
5309
|
"name": "close",
|
5310
5310
|
"kind": 4096,
|
5311
5311
|
"kindString": "Call signature",
|
@@ -5320,7 +5320,7 @@
|
|
5320
5320
|
},
|
5321
5321
|
"parameters": [
|
5322
5322
|
{
|
5323
|
-
"id":
|
5323
|
+
"id": 604,
|
5324
5324
|
"name": "instance",
|
5325
5325
|
"kind": 32768,
|
5326
5326
|
"kindString": "Parameter",
|
@@ -5335,7 +5335,7 @@
|
|
5335
5335
|
},
|
5336
5336
|
"type": {
|
5337
5337
|
"type": "reference",
|
5338
|
-
"id":
|
5338
|
+
"id": 558,
|
5339
5339
|
"name": "SkyOverlayInstance"
|
5340
5340
|
}
|
5341
5341
|
}
|
@@ -5348,7 +5348,7 @@
|
|
5348
5348
|
]
|
5349
5349
|
},
|
5350
5350
|
{
|
5351
|
-
"id":
|
5351
|
+
"id": 605,
|
5352
5352
|
"name": "closeAll",
|
5353
5353
|
"kind": 2048,
|
5354
5354
|
"kindString": "Method",
|
@@ -5360,12 +5360,12 @@
|
|
5360
5360
|
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
5361
5361
|
"line": 99,
|
5362
5362
|
"character": 9,
|
5363
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5363
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay.service.ts#L99"
|
5364
5364
|
}
|
5365
5365
|
],
|
5366
5366
|
"signatures": [
|
5367
5367
|
{
|
5368
|
-
"id":
|
5368
|
+
"id": 606,
|
5369
5369
|
"name": "closeAll",
|
5370
5370
|
"kind": 4096,
|
5371
5371
|
"kindString": "Call signature",
|
@@ -5386,7 +5386,7 @@
|
|
5386
5386
|
]
|
5387
5387
|
},
|
5388
5388
|
{
|
5389
|
-
"id":
|
5389
|
+
"id": 599,
|
5390
5390
|
"name": "create",
|
5391
5391
|
"kind": 2048,
|
5392
5392
|
"kindString": "Method",
|
@@ -5398,12 +5398,12 @@
|
|
5398
5398
|
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
5399
5399
|
"line": 51,
|
5400
5400
|
"character": 9,
|
5401
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5401
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay.service.ts#L51"
|
5402
5402
|
}
|
5403
5403
|
],
|
5404
5404
|
"signatures": [
|
5405
5405
|
{
|
5406
|
-
"id":
|
5406
|
+
"id": 600,
|
5407
5407
|
"name": "create",
|
5408
5408
|
"kind": 4096,
|
5409
5409
|
"kindString": "Call signature",
|
@@ -5426,7 +5426,7 @@
|
|
5426
5426
|
},
|
5427
5427
|
"parameters": [
|
5428
5428
|
{
|
5429
|
-
"id":
|
5429
|
+
"id": 601,
|
5430
5430
|
"name": "config",
|
5431
5431
|
"kind": 32768,
|
5432
5432
|
"kindString": "Parameter",
|
@@ -5443,14 +5443,14 @@
|
|
5443
5443
|
},
|
5444
5444
|
"type": {
|
5445
5445
|
"type": "reference",
|
5446
|
-
"id":
|
5446
|
+
"id": 551,
|
5447
5447
|
"name": "SkyOverlayConfig"
|
5448
5448
|
}
|
5449
5449
|
}
|
5450
5450
|
],
|
5451
5451
|
"type": {
|
5452
5452
|
"type": "reference",
|
5453
|
-
"id":
|
5453
|
+
"id": 558,
|
5454
5454
|
"name": "SkyOverlayInstance"
|
5455
5455
|
}
|
5456
5456
|
}
|
@@ -5461,15 +5461,15 @@
|
|
5461
5461
|
{
|
5462
5462
|
"title": "Constructors",
|
5463
5463
|
"children": [
|
5464
|
-
|
5464
|
+
589
|
5465
5465
|
]
|
5466
5466
|
},
|
5467
5467
|
{
|
5468
5468
|
"title": "Methods",
|
5469
5469
|
"children": [
|
5470
|
-
|
5471
|
-
|
5472
|
-
|
5470
|
+
602,
|
5471
|
+
605,
|
5472
|
+
599
|
5473
5473
|
]
|
5474
5474
|
}
|
5475
5475
|
],
|
@@ -5478,19 +5478,19 @@
|
|
5478
5478
|
"fileName": "projects/core/src/modules/overlay/overlay.service.ts",
|
5479
5479
|
"line": 23,
|
5480
5480
|
"character": 13,
|
5481
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5481
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay.service.ts#L23"
|
5482
5482
|
}
|
5483
5483
|
]
|
5484
5484
|
},
|
5485
5485
|
{
|
5486
|
-
"id":
|
5486
|
+
"id": 619,
|
5487
5487
|
"name": "SkyPercentPipe",
|
5488
5488
|
"kind": 128,
|
5489
5489
|
"kindString": "Class",
|
5490
5490
|
"flags": {},
|
5491
5491
|
"children": [
|
5492
5492
|
{
|
5493
|
-
"id":
|
5493
|
+
"id": 620,
|
5494
5494
|
"name": "constructor",
|
5495
5495
|
"kind": 512,
|
5496
5496
|
"kindString": "Constructor",
|
@@ -5500,19 +5500,19 @@
|
|
5500
5500
|
"fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
|
5501
5501
|
"line": 32,
|
5502
5502
|
"character": 2,
|
5503
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5503
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/percent-pipe/percent.pipe.ts#L32"
|
5504
5504
|
}
|
5505
5505
|
],
|
5506
5506
|
"signatures": [
|
5507
5507
|
{
|
5508
|
-
"id":
|
5508
|
+
"id": 621,
|
5509
5509
|
"name": "new SkyPercentPipe",
|
5510
5510
|
"kind": 16384,
|
5511
5511
|
"kindString": "Constructor signature",
|
5512
5512
|
"flags": {},
|
5513
5513
|
"parameters": [
|
5514
5514
|
{
|
5515
|
-
"id":
|
5515
|
+
"id": 622,
|
5516
5516
|
"name": "localeProvider",
|
5517
5517
|
"kind": 32768,
|
5518
5518
|
"kindString": "Parameter",
|
@@ -5525,14 +5525,14 @@
|
|
5525
5525
|
],
|
5526
5526
|
"type": {
|
5527
5527
|
"type": "reference",
|
5528
|
-
"id":
|
5528
|
+
"id": 619,
|
5529
5529
|
"name": "SkyPercentPipe"
|
5530
5530
|
}
|
5531
5531
|
}
|
5532
5532
|
]
|
5533
5533
|
},
|
5534
5534
|
{
|
5535
|
-
"id":
|
5535
|
+
"id": 623,
|
5536
5536
|
"name": "defaultLocale",
|
5537
5537
|
"kind": 262144,
|
5538
5538
|
"kindString": "Accessor",
|
@@ -5544,11 +5544,11 @@
|
|
5544
5544
|
"fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
|
5545
5545
|
"line": 14,
|
5546
5546
|
"character": 13,
|
5547
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5547
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/percent-pipe/percent.pipe.ts#L14"
|
5548
5548
|
}
|
5549
5549
|
],
|
5550
5550
|
"getSignature": {
|
5551
|
-
"id":
|
5551
|
+
"id": 624,
|
5552
5552
|
"name": "defaultLocale",
|
5553
5553
|
"kind": 524288,
|
5554
5554
|
"kindString": "Get signature",
|
@@ -5560,7 +5560,7 @@
|
|
5560
5560
|
}
|
5561
5561
|
},
|
5562
5562
|
{
|
5563
|
-
"id":
|
5563
|
+
"id": 632,
|
5564
5564
|
"name": "ngOnDestroy",
|
5565
5565
|
"kind": 2048,
|
5566
5566
|
"kindString": "Method",
|
@@ -5572,12 +5572,12 @@
|
|
5572
5572
|
"fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
|
5573
5573
|
"line": 42,
|
5574
5574
|
"character": 9,
|
5575
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5575
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/percent-pipe/percent.pipe.ts#L42"
|
5576
5576
|
}
|
5577
5577
|
],
|
5578
5578
|
"signatures": [
|
5579
5579
|
{
|
5580
|
-
"id":
|
5580
|
+
"id": 633,
|
5581
5581
|
"name": "ngOnDestroy",
|
5582
5582
|
"kind": 4096,
|
5583
5583
|
"kindString": "Call signature",
|
@@ -5598,7 +5598,7 @@
|
|
5598
5598
|
}
|
5599
5599
|
},
|
5600
5600
|
{
|
5601
|
-
"id":
|
5601
|
+
"id": 634,
|
5602
5602
|
"name": "transform",
|
5603
5603
|
"kind": 2048,
|
5604
5604
|
"kindString": "Method",
|
@@ -5610,19 +5610,19 @@
|
|
5610
5610
|
"fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
|
5611
5611
|
"line": 47,
|
5612
5612
|
"character": 9,
|
5613
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5613
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/percent-pipe/percent.pipe.ts#L47"
|
5614
5614
|
}
|
5615
5615
|
],
|
5616
5616
|
"signatures": [
|
5617
5617
|
{
|
5618
|
-
"id":
|
5618
|
+
"id": 635,
|
5619
5619
|
"name": "transform",
|
5620
5620
|
"kind": 4096,
|
5621
5621
|
"kindString": "Call signature",
|
5622
5622
|
"flags": {},
|
5623
5623
|
"parameters": [
|
5624
5624
|
{
|
5625
|
-
"id":
|
5625
|
+
"id": 636,
|
5626
5626
|
"name": "value",
|
5627
5627
|
"kind": 32768,
|
5628
5628
|
"kindString": "Parameter",
|
@@ -5633,7 +5633,7 @@
|
|
5633
5633
|
}
|
5634
5634
|
},
|
5635
5635
|
{
|
5636
|
-
"id":
|
5636
|
+
"id": 637,
|
5637
5637
|
"name": "format",
|
5638
5638
|
"kind": 32768,
|
5639
5639
|
"kindString": "Parameter",
|
@@ -5646,7 +5646,7 @@
|
|
5646
5646
|
}
|
5647
5647
|
},
|
5648
5648
|
{
|
5649
|
-
"id":
|
5649
|
+
"id": 638,
|
5650
5650
|
"name": "locale",
|
5651
5651
|
"kind": 32768,
|
5652
5652
|
"kindString": "Parameter",
|
@@ -5679,20 +5679,20 @@
|
|
5679
5679
|
{
|
5680
5680
|
"title": "Constructors",
|
5681
5681
|
"children": [
|
5682
|
-
|
5682
|
+
620
|
5683
5683
|
]
|
5684
5684
|
},
|
5685
5685
|
{
|
5686
5686
|
"title": "Accessors",
|
5687
5687
|
"children": [
|
5688
|
-
|
5688
|
+
623
|
5689
5689
|
]
|
5690
5690
|
},
|
5691
5691
|
{
|
5692
5692
|
"title": "Methods",
|
5693
5693
|
"children": [
|
5694
|
-
|
5695
|
-
|
5694
|
+
632,
|
5695
|
+
634
|
5696
5696
|
]
|
5697
5697
|
}
|
5698
5698
|
],
|
@@ -5701,7 +5701,7 @@
|
|
5701
5701
|
"fileName": "projects/core/src/modules/percent-pipe/percent.pipe.ts",
|
5702
5702
|
"line": 13,
|
5703
5703
|
"character": 13,
|
5704
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5704
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/percent-pipe/percent.pipe.ts#L13"
|
5705
5705
|
}
|
5706
5706
|
],
|
5707
5707
|
"implementedTypes": [
|
@@ -5720,7 +5720,7 @@
|
|
5720
5720
|
]
|
5721
5721
|
},
|
5722
5722
|
{
|
5723
|
-
"id":
|
5723
|
+
"id": 616,
|
5724
5724
|
"name": "SkyPercentPipeModule",
|
5725
5725
|
"kind": 128,
|
5726
5726
|
"kindString": "Class",
|
@@ -5730,7 +5730,7 @@
|
|
5730
5730
|
{
|
5731
5731
|
"title": "Constructors",
|
5732
5732
|
"children": [
|
5733
|
-
|
5733
|
+
617
|
5734
5734
|
]
|
5735
5735
|
}
|
5736
5736
|
],
|
@@ -5739,12 +5739,12 @@
|
|
5739
5739
|
"fileName": "projects/core/src/modules/percent-pipe/percent-pipe.module.ts",
|
5740
5740
|
"line": 14,
|
5741
5741
|
"character": 13,
|
5742
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5742
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/percent-pipe/percent-pipe.module.ts#L14"
|
5743
5743
|
}
|
5744
5744
|
]
|
5745
5745
|
},
|
5746
5746
|
{
|
5747
|
-
"id":
|
5747
|
+
"id": 659,
|
5748
5748
|
"name": "SkyResizeObserverMediaQueryService",
|
5749
5749
|
"kind": 128,
|
5750
5750
|
"kindString": "Class",
|
@@ -5767,7 +5767,7 @@
|
|
5767
5767
|
},
|
5768
5768
|
"children": [
|
5769
5769
|
{
|
5770
|
-
"id":
|
5770
|
+
"id": 660,
|
5771
5771
|
"name": "constructor",
|
5772
5772
|
"kind": 512,
|
5773
5773
|
"kindString": "Constructor",
|
@@ -5777,40 +5777,40 @@
|
|
5777
5777
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5778
5778
|
"line": 59,
|
5779
5779
|
"character": 2,
|
5780
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5780
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/resize-observer/resize-observer-media-query.service.ts#L59"
|
5781
5781
|
}
|
5782
5782
|
],
|
5783
5783
|
"signatures": [
|
5784
5784
|
{
|
5785
|
-
"id":
|
5785
|
+
"id": 661,
|
5786
5786
|
"name": "new SkyResizeObserverMediaQueryService",
|
5787
5787
|
"kind": 16384,
|
5788
5788
|
"kindString": "Constructor signature",
|
5789
5789
|
"flags": {},
|
5790
5790
|
"parameters": [
|
5791
5791
|
{
|
5792
|
-
"id":
|
5792
|
+
"id": 662,
|
5793
5793
|
"name": "resizeObserverSvc",
|
5794
5794
|
"kind": 32768,
|
5795
5795
|
"kindString": "Parameter",
|
5796
5796
|
"flags": {},
|
5797
5797
|
"type": {
|
5798
5798
|
"type": "reference",
|
5799
|
-
"id":
|
5799
|
+
"id": 641,
|
5800
5800
|
"name": "SkyResizeObserverService"
|
5801
5801
|
}
|
5802
5802
|
}
|
5803
5803
|
],
|
5804
5804
|
"type": {
|
5805
5805
|
"type": "reference",
|
5806
|
-
"id":
|
5806
|
+
"id": 659,
|
5807
5807
|
"name": "SkyResizeObserverMediaQueryService"
|
5808
5808
|
}
|
5809
5809
|
}
|
5810
5810
|
]
|
5811
5811
|
},
|
5812
5812
|
{
|
5813
|
-
"id":
|
5813
|
+
"id": 663,
|
5814
5814
|
"name": "current",
|
5815
5815
|
"kind": 262144,
|
5816
5816
|
"kindString": "Accessor",
|
@@ -5822,11 +5822,11 @@
|
|
5822
5822
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5823
5823
|
"line": 23,
|
5824
5824
|
"character": 13,
|
5825
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5825
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/resize-observer/resize-observer-media-query.service.ts#L23"
|
5826
5826
|
}
|
5827
5827
|
],
|
5828
5828
|
"getSignature": {
|
5829
|
-
"id":
|
5829
|
+
"id": 664,
|
5830
5830
|
"name": "current",
|
5831
5831
|
"kind": 524288,
|
5832
5832
|
"kindString": "Get signature",
|
@@ -5841,13 +5841,13 @@
|
|
5841
5841
|
},
|
5842
5842
|
"type": {
|
5843
5843
|
"type": "reference",
|
5844
|
-
"id":
|
5844
|
+
"id": 421,
|
5845
5845
|
"name": "SkyMediaBreakpoints"
|
5846
5846
|
}
|
5847
5847
|
}
|
5848
5848
|
},
|
5849
5849
|
{
|
5850
|
-
"id":
|
5850
|
+
"id": 677,
|
5851
5851
|
"name": "ngOnDestroy",
|
5852
5852
|
"kind": 2048,
|
5853
5853
|
"kindString": "Method",
|
@@ -5859,12 +5859,12 @@
|
|
5859
5859
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5860
5860
|
"line": 63,
|
5861
5861
|
"character": 9,
|
5862
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5862
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/resize-observer/resize-observer-media-query.service.ts#L63"
|
5863
5863
|
}
|
5864
5864
|
],
|
5865
5865
|
"signatures": [
|
5866
5866
|
{
|
5867
|
-
"id":
|
5867
|
+
"id": 678,
|
5868
5868
|
"name": "ngOnDestroy",
|
5869
5869
|
"kind": 4096,
|
5870
5870
|
"kindString": "Call signature",
|
@@ -5885,7 +5885,7 @@
|
|
5885
5885
|
}
|
5886
5886
|
},
|
5887
5887
|
{
|
5888
|
-
"id":
|
5888
|
+
"id": 681,
|
5889
5889
|
"name": "observe",
|
5890
5890
|
"kind": 2048,
|
5891
5891
|
"kindString": "Method",
|
@@ -5897,12 +5897,12 @@
|
|
5897
5897
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5898
5898
|
"line": 81,
|
5899
5899
|
"character": 9,
|
5900
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5900
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/resize-observer/resize-observer-media-query.service.ts#L81"
|
5901
5901
|
}
|
5902
5902
|
],
|
5903
5903
|
"signatures": [
|
5904
5904
|
{
|
5905
|
-
"id":
|
5905
|
+
"id": 682,
|
5906
5906
|
"name": "observe",
|
5907
5907
|
"kind": 4096,
|
5908
5908
|
"kindString": "Call signature",
|
@@ -5925,7 +5925,7 @@
|
|
5925
5925
|
},
|
5926
5926
|
"parameters": [
|
5927
5927
|
{
|
5928
|
-
"id":
|
5928
|
+
"id": 683,
|
5929
5929
|
"name": "element",
|
5930
5930
|
"kind": 32768,
|
5931
5931
|
"kindString": "Parameter",
|
@@ -5946,14 +5946,14 @@
|
|
5946
5946
|
],
|
5947
5947
|
"type": {
|
5948
5948
|
"type": "reference",
|
5949
|
-
"id":
|
5949
|
+
"id": 659,
|
5950
5950
|
"name": "SkyResizeObserverMediaQueryService"
|
5951
5951
|
}
|
5952
5952
|
}
|
5953
5953
|
]
|
5954
5954
|
},
|
5955
5955
|
{
|
5956
|
-
"id":
|
5956
|
+
"id": 686,
|
5957
5957
|
"name": "subscribe",
|
5958
5958
|
"kind": 2048,
|
5959
5959
|
"kindString": "Method",
|
@@ -5965,12 +5965,12 @@
|
|
5965
5965
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
5966
5966
|
"line": 117,
|
5967
5967
|
"character": 9,
|
5968
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
5968
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/resize-observer/resize-observer-media-query.service.ts#L117"
|
5969
5969
|
}
|
5970
5970
|
],
|
5971
5971
|
"signatures": [
|
5972
5972
|
{
|
5973
|
-
"id":
|
5973
|
+
"id": 687,
|
5974
5974
|
"name": "subscribe",
|
5975
5975
|
"kind": 4096,
|
5976
5976
|
"kindString": "Call signature",
|
@@ -5985,14 +5985,14 @@
|
|
5985
5985
|
},
|
5986
5986
|
"parameters": [
|
5987
5987
|
{
|
5988
|
-
"id":
|
5988
|
+
"id": 688,
|
5989
5989
|
"name": "listener",
|
5990
5990
|
"kind": 32768,
|
5991
5991
|
"kindString": "Parameter",
|
5992
5992
|
"flags": {},
|
5993
5993
|
"type": {
|
5994
5994
|
"type": "reference",
|
5995
|
-
"id":
|
5995
|
+
"id": 426,
|
5996
5996
|
"name": "SkyMediaQueryListener"
|
5997
5997
|
}
|
5998
5998
|
}
|
@@ -6007,7 +6007,7 @@
|
|
6007
6007
|
]
|
6008
6008
|
},
|
6009
6009
|
{
|
6010
|
-
"id":
|
6010
|
+
"id": 684,
|
6011
6011
|
"name": "unobserve",
|
6012
6012
|
"kind": 2048,
|
6013
6013
|
"kindString": "Method",
|
@@ -6019,12 +6019,12 @@
|
|
6019
6019
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
6020
6020
|
"line": 109,
|
6021
6021
|
"character": 9,
|
6022
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6022
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/resize-observer/resize-observer-media-query.service.ts#L109"
|
6023
6023
|
}
|
6024
6024
|
],
|
6025
6025
|
"signatures": [
|
6026
6026
|
{
|
6027
|
-
"id":
|
6027
|
+
"id": 685,
|
6028
6028
|
"name": "unobserve",
|
6029
6029
|
"kind": 4096,
|
6030
6030
|
"kindString": "Call signature",
|
@@ -6049,22 +6049,22 @@
|
|
6049
6049
|
{
|
6050
6050
|
"title": "Constructors",
|
6051
6051
|
"children": [
|
6052
|
-
|
6052
|
+
660
|
6053
6053
|
]
|
6054
6054
|
},
|
6055
6055
|
{
|
6056
6056
|
"title": "Accessors",
|
6057
6057
|
"children": [
|
6058
|
-
|
6058
|
+
663
|
6059
6059
|
]
|
6060
6060
|
},
|
6061
6061
|
{
|
6062
6062
|
"title": "Methods",
|
6063
6063
|
"children": [
|
6064
|
-
|
6065
|
-
|
6066
|
-
|
6067
|
-
|
6064
|
+
677,
|
6065
|
+
681,
|
6066
|
+
686,
|
6067
|
+
684
|
6068
6068
|
]
|
6069
6069
|
}
|
6070
6070
|
],
|
@@ -6073,7 +6073,7 @@
|
|
6073
6073
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer-media-query.service.ts",
|
6074
6074
|
"line": 19,
|
6075
6075
|
"character": 13,
|
6076
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6076
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/resize-observer/resize-observer-media-query.service.ts#L19"
|
6077
6077
|
}
|
6078
6078
|
],
|
6079
6079
|
"implementedTypes": [
|
@@ -6086,7 +6086,7 @@
|
|
6086
6086
|
]
|
6087
6087
|
},
|
6088
6088
|
{
|
6089
|
-
"id":
|
6089
|
+
"id": 641,
|
6090
6090
|
"name": "SkyResizeObserverService",
|
6091
6091
|
"kind": 128,
|
6092
6092
|
"kindString": "Class",
|
@@ -6101,7 +6101,7 @@
|
|
6101
6101
|
},
|
6102
6102
|
"children": [
|
6103
6103
|
{
|
6104
|
-
"id":
|
6104
|
+
"id": 642,
|
6105
6105
|
"name": "constructor",
|
6106
6106
|
"kind": 512,
|
6107
6107
|
"kindString": "Constructor",
|
@@ -6111,19 +6111,19 @@
|
|
6111
6111
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
|
6112
6112
|
"line": 24,
|
6113
6113
|
"character": 2,
|
6114
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6114
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/resize-observer/resize-observer.service.ts#L24"
|
6115
6115
|
}
|
6116
6116
|
],
|
6117
6117
|
"signatures": [
|
6118
6118
|
{
|
6119
|
-
"id":
|
6119
|
+
"id": 643,
|
6120
6120
|
"name": "new SkyResizeObserverService",
|
6121
6121
|
"kind": 16384,
|
6122
6122
|
"kindString": "Constructor signature",
|
6123
6123
|
"flags": {},
|
6124
6124
|
"parameters": [
|
6125
6125
|
{
|
6126
|
-
"id":
|
6126
|
+
"id": 644,
|
6127
6127
|
"name": "zone",
|
6128
6128
|
"kind": 32768,
|
6129
6129
|
"kindString": "Parameter",
|
@@ -6138,14 +6138,14 @@
|
|
6138
6138
|
],
|
6139
6139
|
"type": {
|
6140
6140
|
"type": "reference",
|
6141
|
-
"id":
|
6141
|
+
"id": 641,
|
6142
6142
|
"name": "SkyResizeObserverService"
|
6143
6143
|
}
|
6144
6144
|
}
|
6145
6145
|
]
|
6146
6146
|
},
|
6147
6147
|
{
|
6148
|
-
"id":
|
6148
|
+
"id": 648,
|
6149
6149
|
"name": "ngOnDestroy",
|
6150
6150
|
"kind": 2048,
|
6151
6151
|
"kindString": "Method",
|
@@ -6157,12 +6157,12 @@
|
|
6157
6157
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
|
6158
6158
|
"line": 31,
|
6159
6159
|
"character": 9,
|
6160
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6160
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/resize-observer/resize-observer.service.ts#L31"
|
6161
6161
|
}
|
6162
6162
|
],
|
6163
6163
|
"signatures": [
|
6164
6164
|
{
|
6165
|
-
"id":
|
6165
|
+
"id": 649,
|
6166
6166
|
"name": "ngOnDestroy",
|
6167
6167
|
"kind": 4096,
|
6168
6168
|
"kindString": "Call signature",
|
@@ -6183,7 +6183,7 @@
|
|
6183
6183
|
}
|
6184
6184
|
},
|
6185
6185
|
{
|
6186
|
-
"id":
|
6186
|
+
"id": 650,
|
6187
6187
|
"name": "observe",
|
6188
6188
|
"kind": 2048,
|
6189
6189
|
"kindString": "Method",
|
@@ -6195,12 +6195,12 @@
|
|
6195
6195
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
|
6196
6196
|
"line": 38,
|
6197
6197
|
"character": 9,
|
6198
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6198
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/resize-observer/resize-observer.service.ts#L38"
|
6199
6199
|
}
|
6200
6200
|
],
|
6201
6201
|
"signatures": [
|
6202
6202
|
{
|
6203
|
-
"id":
|
6203
|
+
"id": 651,
|
6204
6204
|
"name": "observe",
|
6205
6205
|
"kind": 4096,
|
6206
6206
|
"kindString": "Call signature",
|
@@ -6215,7 +6215,7 @@
|
|
6215
6215
|
},
|
6216
6216
|
"parameters": [
|
6217
6217
|
{
|
6218
|
-
"id":
|
6218
|
+
"id": 652,
|
6219
6219
|
"name": "element",
|
6220
6220
|
"kind": 32768,
|
6221
6221
|
"kindString": "Parameter",
|
@@ -6256,14 +6256,14 @@
|
|
6256
6256
|
{
|
6257
6257
|
"title": "Constructors",
|
6258
6258
|
"children": [
|
6259
|
-
|
6259
|
+
642
|
6260
6260
|
]
|
6261
6261
|
},
|
6262
6262
|
{
|
6263
6263
|
"title": "Methods",
|
6264
6264
|
"children": [
|
6265
|
-
|
6266
|
-
|
6265
|
+
648,
|
6266
|
+
650
|
6267
6267
|
]
|
6268
6268
|
}
|
6269
6269
|
],
|
@@ -6272,7 +6272,7 @@
|
|
6272
6272
|
"fileName": "projects/core/src/modules/resize-observer/resize-observer.service.ts",
|
6273
6273
|
"line": 18,
|
6274
6274
|
"character": 13,
|
6275
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6275
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/resize-observer/resize-observer.service.ts#L18"
|
6276
6276
|
}
|
6277
6277
|
],
|
6278
6278
|
"implementedTypes": [
|
@@ -6285,14 +6285,14 @@
|
|
6285
6285
|
]
|
6286
6286
|
},
|
6287
6287
|
{
|
6288
|
-
"id":
|
6288
|
+
"id": 698,
|
6289
6289
|
"name": "SkyScrollableHostService",
|
6290
6290
|
"kind": 128,
|
6291
6291
|
"kindString": "Class",
|
6292
6292
|
"flags": {},
|
6293
6293
|
"children": [
|
6294
6294
|
{
|
6295
|
-
"id":
|
6295
|
+
"id": 699,
|
6296
6296
|
"name": "constructor",
|
6297
6297
|
"kind": 512,
|
6298
6298
|
"kindString": "Constructor",
|
@@ -6300,21 +6300,21 @@
|
|
6300
6300
|
"sources": [
|
6301
6301
|
{
|
6302
6302
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
6303
|
-
"line":
|
6303
|
+
"line": 35,
|
6304
6304
|
"character": 2,
|
6305
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6305
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/scrollable-host/scrollable-host.service.ts#L35"
|
6306
6306
|
}
|
6307
6307
|
],
|
6308
6308
|
"signatures": [
|
6309
6309
|
{
|
6310
|
-
"id":
|
6310
|
+
"id": 700,
|
6311
6311
|
"name": "new SkyScrollableHostService",
|
6312
6312
|
"kind": 16384,
|
6313
6313
|
"kindString": "Constructor signature",
|
6314
6314
|
"flags": {},
|
6315
6315
|
"parameters": [
|
6316
6316
|
{
|
6317
|
-
"id":
|
6317
|
+
"id": 701,
|
6318
6318
|
"name": "mutationObserverSvc",
|
6319
6319
|
"kind": 32768,
|
6320
6320
|
"kindString": "Parameter",
|
@@ -6325,28 +6325,42 @@
|
|
6325
6325
|
}
|
6326
6326
|
},
|
6327
6327
|
{
|
6328
|
-
"id":
|
6328
|
+
"id": 702,
|
6329
6329
|
"name": "windowRef",
|
6330
6330
|
"kind": 32768,
|
6331
6331
|
"kindString": "Parameter",
|
6332
6332
|
"flags": {},
|
6333
6333
|
"type": {
|
6334
6334
|
"type": "reference",
|
6335
|
-
"id":
|
6335
|
+
"id": 798,
|
6336
6336
|
"name": "SkyAppWindowRef"
|
6337
6337
|
}
|
6338
|
+
},
|
6339
|
+
{
|
6340
|
+
"id": 703,
|
6341
|
+
"name": "resizeObserverSvc",
|
6342
|
+
"kind": 32768,
|
6343
|
+
"kindString": "Parameter",
|
6344
|
+
"flags": {
|
6345
|
+
"isOptional": true
|
6346
|
+
},
|
6347
|
+
"type": {
|
6348
|
+
"type": "reference",
|
6349
|
+
"id": 641,
|
6350
|
+
"name": "SkyResizeObserverService"
|
6351
|
+
}
|
6338
6352
|
}
|
6339
6353
|
],
|
6340
6354
|
"type": {
|
6341
6355
|
"type": "reference",
|
6342
|
-
"id":
|
6356
|
+
"id": 698,
|
6343
6357
|
"name": "SkyScrollableHostService"
|
6344
6358
|
}
|
6345
6359
|
}
|
6346
6360
|
]
|
6347
6361
|
},
|
6348
6362
|
{
|
6349
|
-
"id":
|
6363
|
+
"id": 707,
|
6350
6364
|
"name": "getScrollableHost",
|
6351
6365
|
"kind": 2048,
|
6352
6366
|
"kindString": "Method",
|
@@ -6356,14 +6370,14 @@
|
|
6356
6370
|
"sources": [
|
6357
6371
|
{
|
6358
6372
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
6359
|
-
"line":
|
6373
|
+
"line": 50,
|
6360
6374
|
"character": 9,
|
6361
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6375
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/scrollable-host/scrollable-host.service.ts#L50"
|
6362
6376
|
}
|
6363
6377
|
],
|
6364
6378
|
"signatures": [
|
6365
6379
|
{
|
6366
|
-
"id":
|
6380
|
+
"id": 708,
|
6367
6381
|
"name": "getScrollableHost",
|
6368
6382
|
"kind": 4096,
|
6369
6383
|
"kindString": "Call signature",
|
@@ -6389,7 +6403,7 @@
|
|
6389
6403
|
},
|
6390
6404
|
"parameters": [
|
6391
6405
|
{
|
6392
|
-
"id":
|
6406
|
+
"id": 709,
|
6393
6407
|
"name": "elementRef",
|
6394
6408
|
"kind": 32768,
|
6395
6409
|
"kindString": "Parameter",
|
@@ -6437,7 +6451,66 @@
|
|
6437
6451
|
]
|
6438
6452
|
},
|
6439
6453
|
{
|
6440
|
-
"id":
|
6454
|
+
"id": 716,
|
6455
|
+
"name": "watchScrollableHostClipPathChanges",
|
6456
|
+
"kind": 2048,
|
6457
|
+
"kindString": "Method",
|
6458
|
+
"flags": {
|
6459
|
+
"isPublic": true
|
6460
|
+
},
|
6461
|
+
"sources": [
|
6462
|
+
{
|
6463
|
+
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
6464
|
+
"line": 207,
|
6465
|
+
"character": 9,
|
6466
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/scrollable-host/scrollable-host.service.ts#L207"
|
6467
|
+
}
|
6468
|
+
],
|
6469
|
+
"signatures": [
|
6470
|
+
{
|
6471
|
+
"id": 717,
|
6472
|
+
"name": "watchScrollableHostClipPathChanges",
|
6473
|
+
"kind": 4096,
|
6474
|
+
"kindString": "Call signature",
|
6475
|
+
"flags": {},
|
6476
|
+
"parameters": [
|
6477
|
+
{
|
6478
|
+
"id": 718,
|
6479
|
+
"name": "elementRef",
|
6480
|
+
"kind": 32768,
|
6481
|
+
"kindString": "Parameter",
|
6482
|
+
"flags": {},
|
6483
|
+
"type": {
|
6484
|
+
"type": "reference",
|
6485
|
+
"typeArguments": [
|
6486
|
+
{
|
6487
|
+
"type": "intrinsic",
|
6488
|
+
"name": "any"
|
6489
|
+
}
|
6490
|
+
],
|
6491
|
+
"name": "ElementRef",
|
6492
|
+
"qualifiedName": "ElementRef",
|
6493
|
+
"package": "@angular/core"
|
6494
|
+
}
|
6495
|
+
}
|
6496
|
+
],
|
6497
|
+
"type": {
|
6498
|
+
"type": "reference",
|
6499
|
+
"typeArguments": [
|
6500
|
+
{
|
6501
|
+
"type": "intrinsic",
|
6502
|
+
"name": "string"
|
6503
|
+
}
|
6504
|
+
],
|
6505
|
+
"name": "Observable",
|
6506
|
+
"qualifiedName": "Observable",
|
6507
|
+
"package": "rxjs"
|
6508
|
+
}
|
6509
|
+
}
|
6510
|
+
]
|
6511
|
+
},
|
6512
|
+
{
|
6513
|
+
"id": 713,
|
6441
6514
|
"name": "watchScrollableHostScrollEvents",
|
6442
6515
|
"kind": 2048,
|
6443
6516
|
"kindString": "Method",
|
@@ -6447,14 +6520,14 @@
|
|
6447
6520
|
"sources": [
|
6448
6521
|
{
|
6449
6522
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
6450
|
-
"line":
|
6523
|
+
"line": 148,
|
6451
6524
|
"character": 9,
|
6452
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6525
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/scrollable-host/scrollable-host.service.ts#L148"
|
6453
6526
|
}
|
6454
6527
|
],
|
6455
6528
|
"signatures": [
|
6456
6529
|
{
|
6457
|
-
"id":
|
6530
|
+
"id": 714,
|
6458
6531
|
"name": "watchScrollableHostScrollEvents",
|
6459
6532
|
"kind": 4096,
|
6460
6533
|
"kindString": "Call signature",
|
@@ -6480,7 +6553,7 @@
|
|
6480
6553
|
},
|
6481
6554
|
"parameters": [
|
6482
6555
|
{
|
6483
|
-
"id":
|
6556
|
+
"id": 715,
|
6484
6557
|
"name": "elementRef",
|
6485
6558
|
"kind": 32768,
|
6486
6559
|
"kindString": "Parameter",
|
@@ -6527,28 +6600,29 @@
|
|
6527
6600
|
{
|
6528
6601
|
"title": "Constructors",
|
6529
6602
|
"children": [
|
6530
|
-
|
6603
|
+
699
|
6531
6604
|
]
|
6532
6605
|
},
|
6533
6606
|
{
|
6534
6607
|
"title": "Methods",
|
6535
6608
|
"children": [
|
6536
|
-
|
6537
|
-
|
6609
|
+
707,
|
6610
|
+
716,
|
6611
|
+
713
|
6538
6612
|
]
|
6539
6613
|
}
|
6540
6614
|
],
|
6541
6615
|
"sources": [
|
6542
6616
|
{
|
6543
6617
|
"fileName": "projects/core/src/modules/scrollable-host/scrollable-host.service.ts",
|
6544
|
-
"line":
|
6618
|
+
"line": 28,
|
6545
6619
|
"character": 13,
|
6546
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6620
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/scrollable-host/scrollable-host.service.ts#L28"
|
6547
6621
|
}
|
6548
6622
|
]
|
6549
6623
|
},
|
6550
6624
|
{
|
6551
|
-
"id":
|
6625
|
+
"id": 750,
|
6552
6626
|
"name": "SkyTrimModule",
|
6553
6627
|
"kind": 128,
|
6554
6628
|
"kindString": "Class",
|
@@ -6558,7 +6632,7 @@
|
|
6558
6632
|
{
|
6559
6633
|
"title": "Constructors",
|
6560
6634
|
"children": [
|
6561
|
-
|
6635
|
+
751
|
6562
6636
|
]
|
6563
6637
|
}
|
6564
6638
|
],
|
@@ -6567,19 +6641,19 @@
|
|
6567
6641
|
"fileName": "projects/core/src/modules/trim/trim.module.ts",
|
6568
6642
|
"line": 9,
|
6569
6643
|
"character": 13,
|
6570
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6644
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/trim/trim.module.ts#L9"
|
6571
6645
|
}
|
6572
6646
|
]
|
6573
6647
|
},
|
6574
6648
|
{
|
6575
|
-
"id":
|
6649
|
+
"id": 753,
|
6576
6650
|
"name": "SkyUIConfigService",
|
6577
6651
|
"kind": 128,
|
6578
6652
|
"kindString": "Class",
|
6579
6653
|
"flags": {},
|
6580
6654
|
"children": [
|
6581
6655
|
{
|
6582
|
-
"id":
|
6656
|
+
"id": 756,
|
6583
6657
|
"name": "getConfig",
|
6584
6658
|
"kind": 2048,
|
6585
6659
|
"kindString": "Method",
|
@@ -6591,19 +6665,19 @@
|
|
6591
6665
|
"fileName": "projects/core/src/modules/ui-config/ui-config.service.ts",
|
6592
6666
|
"line": 9,
|
6593
6667
|
"character": 9,
|
6594
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6668
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/ui-config/ui-config.service.ts#L9"
|
6595
6669
|
}
|
6596
6670
|
],
|
6597
6671
|
"signatures": [
|
6598
6672
|
{
|
6599
|
-
"id":
|
6673
|
+
"id": 757,
|
6600
6674
|
"name": "getConfig",
|
6601
6675
|
"kind": 4096,
|
6602
6676
|
"kindString": "Call signature",
|
6603
6677
|
"flags": {},
|
6604
6678
|
"parameters": [
|
6605
6679
|
{
|
6606
|
-
"id":
|
6680
|
+
"id": 758,
|
6607
6681
|
"name": "key",
|
6608
6682
|
"kind": 32768,
|
6609
6683
|
"kindString": "Parameter",
|
@@ -6614,7 +6688,7 @@
|
|
6614
6688
|
}
|
6615
6689
|
},
|
6616
6690
|
{
|
6617
|
-
"id":
|
6691
|
+
"id": 759,
|
6618
6692
|
"name": "defaultConfig",
|
6619
6693
|
"kind": 32768,
|
6620
6694
|
"kindString": "Parameter",
|
@@ -6643,7 +6717,7 @@
|
|
6643
6717
|
]
|
6644
6718
|
},
|
6645
6719
|
{
|
6646
|
-
"id":
|
6720
|
+
"id": 760,
|
6647
6721
|
"name": "setConfig",
|
6648
6722
|
"kind": 2048,
|
6649
6723
|
"kindString": "Method",
|
@@ -6655,19 +6729,19 @@
|
|
6655
6729
|
"fileName": "projects/core/src/modules/ui-config/ui-config.service.ts",
|
6656
6730
|
"line": 14,
|
6657
6731
|
"character": 9,
|
6658
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6732
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/ui-config/ui-config.service.ts#L14"
|
6659
6733
|
}
|
6660
6734
|
],
|
6661
6735
|
"signatures": [
|
6662
6736
|
{
|
6663
|
-
"id":
|
6737
|
+
"id": 761,
|
6664
6738
|
"name": "setConfig",
|
6665
6739
|
"kind": 4096,
|
6666
6740
|
"kindString": "Call signature",
|
6667
6741
|
"flags": {},
|
6668
6742
|
"parameters": [
|
6669
6743
|
{
|
6670
|
-
"id":
|
6744
|
+
"id": 762,
|
6671
6745
|
"name": "key",
|
6672
6746
|
"kind": 32768,
|
6673
6747
|
"kindString": "Parameter",
|
@@ -6678,7 +6752,7 @@
|
|
6678
6752
|
}
|
6679
6753
|
},
|
6680
6754
|
{
|
6681
|
-
"id":
|
6755
|
+
"id": 763,
|
6682
6756
|
"name": "value",
|
6683
6757
|
"kind": 32768,
|
6684
6758
|
"kindString": "Parameter",
|
@@ -6709,14 +6783,14 @@
|
|
6709
6783
|
{
|
6710
6784
|
"title": "Constructors",
|
6711
6785
|
"children": [
|
6712
|
-
|
6786
|
+
754
|
6713
6787
|
]
|
6714
6788
|
},
|
6715
6789
|
{
|
6716
6790
|
"title": "Methods",
|
6717
6791
|
"children": [
|
6718
|
-
|
6719
|
-
|
6792
|
+
756,
|
6793
|
+
760
|
6720
6794
|
]
|
6721
6795
|
}
|
6722
6796
|
],
|
@@ -6725,12 +6799,12 @@
|
|
6725
6799
|
"fileName": "projects/core/src/modules/ui-config/ui-config.service.ts",
|
6726
6800
|
"line": 8,
|
6727
6801
|
"character": 13,
|
6728
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6802
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/ui-config/ui-config.service.ts#L8"
|
6729
6803
|
}
|
6730
6804
|
]
|
6731
6805
|
},
|
6732
6806
|
{
|
6733
|
-
"id":
|
6807
|
+
"id": 764,
|
6734
6808
|
"name": "SkyViewkeeperHostOptions",
|
6735
6809
|
"kind": 128,
|
6736
6810
|
"kindString": "Class",
|
@@ -6745,7 +6819,7 @@
|
|
6745
6819
|
},
|
6746
6820
|
"children": [
|
6747
6821
|
{
|
6748
|
-
"id":
|
6822
|
+
"id": 767,
|
6749
6823
|
"name": "boundaryEl",
|
6750
6824
|
"kind": 1024,
|
6751
6825
|
"kindString": "Property",
|
@@ -6766,7 +6840,7 @@
|
|
6766
6840
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6767
6841
|
"line": 7,
|
6768
6842
|
"character": 9,
|
6769
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6843
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-host-options.ts#L7"
|
6770
6844
|
}
|
6771
6845
|
],
|
6772
6846
|
"type": {
|
@@ -6777,12 +6851,12 @@
|
|
6777
6851
|
},
|
6778
6852
|
"implementationOf": {
|
6779
6853
|
"type": "reference",
|
6780
|
-
"id":
|
6854
|
+
"id": 775,
|
6781
6855
|
"name": "SkyViewkeeperOptions.boundaryEl"
|
6782
6856
|
}
|
6783
6857
|
},
|
6784
6858
|
{
|
6785
|
-
"id":
|
6859
|
+
"id": 768,
|
6786
6860
|
"name": "el",
|
6787
6861
|
"kind": 1024,
|
6788
6862
|
"kindString": "Property",
|
@@ -6803,7 +6877,7 @@
|
|
6803
6877
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6804
6878
|
"line": 9,
|
6805
6879
|
"character": 9,
|
6806
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6880
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-host-options.ts#L9"
|
6807
6881
|
}
|
6808
6882
|
],
|
6809
6883
|
"type": {
|
@@ -6814,12 +6888,12 @@
|
|
6814
6888
|
},
|
6815
6889
|
"implementationOf": {
|
6816
6890
|
"type": "reference",
|
6817
|
-
"id":
|
6891
|
+
"id": 776,
|
6818
6892
|
"name": "SkyViewkeeperOptions.el"
|
6819
6893
|
}
|
6820
6894
|
},
|
6821
6895
|
{
|
6822
|
-
"id":
|
6896
|
+
"id": 769,
|
6823
6897
|
"name": "scrollableHost",
|
6824
6898
|
"kind": 1024,
|
6825
6899
|
"kindString": "Property",
|
@@ -6840,7 +6914,7 @@
|
|
6840
6914
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6841
6915
|
"line": 11,
|
6842
6916
|
"character": 9,
|
6843
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6917
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-host-options.ts#L11"
|
6844
6918
|
}
|
6845
6919
|
],
|
6846
6920
|
"type": {
|
@@ -6851,12 +6925,12 @@
|
|
6851
6925
|
},
|
6852
6926
|
"implementationOf": {
|
6853
6927
|
"type": "reference",
|
6854
|
-
"id":
|
6928
|
+
"id": 777,
|
6855
6929
|
"name": "SkyViewkeeperOptions.scrollableHost"
|
6856
6930
|
}
|
6857
6931
|
},
|
6858
6932
|
{
|
6859
|
-
"id":
|
6933
|
+
"id": 770,
|
6860
6934
|
"name": "setWidth",
|
6861
6935
|
"kind": 1024,
|
6862
6936
|
"kindString": "Property",
|
@@ -6877,7 +6951,7 @@
|
|
6877
6951
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6878
6952
|
"line": 13,
|
6879
6953
|
"character": 9,
|
6880
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6954
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-host-options.ts#L13"
|
6881
6955
|
}
|
6882
6956
|
],
|
6883
6957
|
"type": {
|
@@ -6886,12 +6960,12 @@
|
|
6886
6960
|
},
|
6887
6961
|
"implementationOf": {
|
6888
6962
|
"type": "reference",
|
6889
|
-
"id":
|
6963
|
+
"id": 778,
|
6890
6964
|
"name": "SkyViewkeeperOptions.setWidth"
|
6891
6965
|
}
|
6892
6966
|
},
|
6893
6967
|
{
|
6894
|
-
"id":
|
6968
|
+
"id": 771,
|
6895
6969
|
"name": "verticalOffset",
|
6896
6970
|
"kind": 1024,
|
6897
6971
|
"kindString": "Property",
|
@@ -6912,7 +6986,7 @@
|
|
6912
6986
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6913
6987
|
"line": 15,
|
6914
6988
|
"character": 9,
|
6915
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
6989
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-host-options.ts#L15"
|
6916
6990
|
}
|
6917
6991
|
],
|
6918
6992
|
"type": {
|
@@ -6921,12 +6995,12 @@
|
|
6921
6995
|
},
|
6922
6996
|
"implementationOf": {
|
6923
6997
|
"type": "reference",
|
6924
|
-
"id":
|
6998
|
+
"id": 779,
|
6925
6999
|
"name": "SkyViewkeeperOptions.verticalOffset"
|
6926
7000
|
}
|
6927
7001
|
},
|
6928
7002
|
{
|
6929
|
-
"id":
|
7003
|
+
"id": 772,
|
6930
7004
|
"name": "verticalOffsetEl",
|
6931
7005
|
"kind": 1024,
|
6932
7006
|
"kindString": "Property",
|
@@ -6947,7 +7021,7 @@
|
|
6947
7021
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6948
7022
|
"line": 17,
|
6949
7023
|
"character": 9,
|
6950
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7024
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-host-options.ts#L17"
|
6951
7025
|
}
|
6952
7026
|
],
|
6953
7027
|
"type": {
|
@@ -6958,12 +7032,12 @@
|
|
6958
7032
|
},
|
6959
7033
|
"implementationOf": {
|
6960
7034
|
"type": "reference",
|
6961
|
-
"id":
|
7035
|
+
"id": 780,
|
6962
7036
|
"name": "SkyViewkeeperOptions.verticalOffsetEl"
|
6963
7037
|
}
|
6964
7038
|
},
|
6965
7039
|
{
|
6966
|
-
"id":
|
7040
|
+
"id": 773,
|
6967
7041
|
"name": "viewportMarginTop",
|
6968
7042
|
"kind": 1024,
|
6969
7043
|
"kindString": "Property",
|
@@ -6984,7 +7058,7 @@
|
|
6984
7058
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
6985
7059
|
"line": 19,
|
6986
7060
|
"character": 9,
|
6987
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7061
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-host-options.ts#L19"
|
6988
7062
|
}
|
6989
7063
|
],
|
6990
7064
|
"type": {
|
@@ -6993,7 +7067,7 @@
|
|
6993
7067
|
},
|
6994
7068
|
"implementationOf": {
|
6995
7069
|
"type": "reference",
|
6996
|
-
"id":
|
7070
|
+
"id": 781,
|
6997
7071
|
"name": "SkyViewkeeperOptions.viewportMarginTop"
|
6998
7072
|
}
|
6999
7073
|
}
|
@@ -7002,19 +7076,19 @@
|
|
7002
7076
|
{
|
7003
7077
|
"title": "Constructors",
|
7004
7078
|
"children": [
|
7005
|
-
|
7079
|
+
765
|
7006
7080
|
]
|
7007
7081
|
},
|
7008
7082
|
{
|
7009
7083
|
"title": "Properties",
|
7010
7084
|
"children": [
|
7011
|
-
|
7012
|
-
|
7013
|
-
|
7014
|
-
|
7015
|
-
|
7016
|
-
|
7017
|
-
|
7085
|
+
767,
|
7086
|
+
768,
|
7087
|
+
769,
|
7088
|
+
770,
|
7089
|
+
771,
|
7090
|
+
772,
|
7091
|
+
773
|
7018
7092
|
]
|
7019
7093
|
}
|
7020
7094
|
],
|
@@ -7023,19 +7097,19 @@
|
|
7023
7097
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-host-options.ts",
|
7024
7098
|
"line": 6,
|
7025
7099
|
"character": 13,
|
7026
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7100
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-host-options.ts#L6"
|
7027
7101
|
}
|
7028
7102
|
],
|
7029
7103
|
"implementedTypes": [
|
7030
7104
|
{
|
7031
7105
|
"type": "reference",
|
7032
|
-
"id":
|
7106
|
+
"id": 774,
|
7033
7107
|
"name": "SkyViewkeeperOptions"
|
7034
7108
|
}
|
7035
7109
|
]
|
7036
7110
|
},
|
7037
7111
|
{
|
7038
|
-
"id":
|
7112
|
+
"id": 782,
|
7039
7113
|
"name": "SkyViewkeeperModule",
|
7040
7114
|
"kind": 128,
|
7041
7115
|
"kindString": "Class",
|
@@ -7045,7 +7119,7 @@
|
|
7045
7119
|
{
|
7046
7120
|
"title": "Constructors",
|
7047
7121
|
"children": [
|
7048
|
-
|
7122
|
+
783
|
7049
7123
|
]
|
7050
7124
|
}
|
7051
7125
|
],
|
@@ -7054,12 +7128,12 @@
|
|
7054
7128
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.module.ts",
|
7055
7129
|
"line": 9,
|
7056
7130
|
"character": 13,
|
7057
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7131
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper.module.ts#L9"
|
7058
7132
|
}
|
7059
7133
|
]
|
7060
7134
|
},
|
7061
7135
|
{
|
7062
|
-
"id":
|
7136
|
+
"id": 785,
|
7063
7137
|
"name": "SkyViewkeeperService",
|
7064
7138
|
"kind": 128,
|
7065
7139
|
"kindString": "Class",
|
@@ -7074,7 +7148,7 @@
|
|
7074
7148
|
},
|
7075
7149
|
"children": [
|
7076
7150
|
{
|
7077
|
-
"id":
|
7151
|
+
"id": 786,
|
7078
7152
|
"name": "constructor",
|
7079
7153
|
"kind": 512,
|
7080
7154
|
"kindString": "Constructor",
|
@@ -7084,19 +7158,19 @@
|
|
7084
7158
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
|
7085
7159
|
"line": 16,
|
7086
7160
|
"character": 2,
|
7087
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7161
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper.service.ts#L16"
|
7088
7162
|
}
|
7089
7163
|
],
|
7090
7164
|
"signatures": [
|
7091
7165
|
{
|
7092
|
-
"id":
|
7166
|
+
"id": 787,
|
7093
7167
|
"name": "new SkyViewkeeperService",
|
7094
7168
|
"kind": 16384,
|
7095
7169
|
"kindString": "Constructor signature",
|
7096
7170
|
"flags": {},
|
7097
7171
|
"parameters": [
|
7098
7172
|
{
|
7099
|
-
"id":
|
7173
|
+
"id": 788,
|
7100
7174
|
"name": "hostOptions",
|
7101
7175
|
"kind": 32768,
|
7102
7176
|
"kindString": "Parameter",
|
@@ -7105,21 +7179,21 @@
|
|
7105
7179
|
},
|
7106
7180
|
"type": {
|
7107
7181
|
"type": "reference",
|
7108
|
-
"id":
|
7182
|
+
"id": 764,
|
7109
7183
|
"name": "SkyViewkeeperHostOptions"
|
7110
7184
|
}
|
7111
7185
|
}
|
7112
7186
|
],
|
7113
7187
|
"type": {
|
7114
7188
|
"type": "reference",
|
7115
|
-
"id":
|
7189
|
+
"id": 785,
|
7116
7190
|
"name": "SkyViewkeeperService"
|
7117
7191
|
}
|
7118
7192
|
}
|
7119
7193
|
]
|
7120
7194
|
},
|
7121
7195
|
{
|
7122
|
-
"id":
|
7196
|
+
"id": 790,
|
7123
7197
|
"name": "create",
|
7124
7198
|
"kind": 2048,
|
7125
7199
|
"kindString": "Method",
|
@@ -7131,19 +7205,19 @@
|
|
7131
7205
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
|
7132
7206
|
"line": 24,
|
7133
7207
|
"character": 9,
|
7134
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7208
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper.service.ts#L24"
|
7135
7209
|
}
|
7136
7210
|
],
|
7137
7211
|
"signatures": [
|
7138
7212
|
{
|
7139
|
-
"id":
|
7213
|
+
"id": 791,
|
7140
7214
|
"name": "create",
|
7141
7215
|
"kind": 4096,
|
7142
7216
|
"kindString": "Call signature",
|
7143
7217
|
"flags": {},
|
7144
7218
|
"parameters": [
|
7145
7219
|
{
|
7146
|
-
"id":
|
7220
|
+
"id": 792,
|
7147
7221
|
"name": "options",
|
7148
7222
|
"kind": 32768,
|
7149
7223
|
"kindString": "Parameter",
|
@@ -7158,7 +7232,7 @@
|
|
7158
7232
|
},
|
7159
7233
|
"type": {
|
7160
7234
|
"type": "reference",
|
7161
|
-
"id":
|
7235
|
+
"id": 774,
|
7162
7236
|
"name": "SkyViewkeeperOptions"
|
7163
7237
|
}
|
7164
7238
|
}
|
@@ -7171,7 +7245,7 @@
|
|
7171
7245
|
]
|
7172
7246
|
},
|
7173
7247
|
{
|
7174
|
-
"id":
|
7248
|
+
"id": 793,
|
7175
7249
|
"name": "destroy",
|
7176
7250
|
"kind": 2048,
|
7177
7251
|
"kindString": "Method",
|
@@ -7183,12 +7257,12 @@
|
|
7183
7257
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
|
7184
7258
|
"line": 34,
|
7185
7259
|
"character": 9,
|
7186
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7260
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper.service.ts#L34"
|
7187
7261
|
}
|
7188
7262
|
],
|
7189
7263
|
"signatures": [
|
7190
7264
|
{
|
7191
|
-
"id":
|
7265
|
+
"id": 794,
|
7192
7266
|
"name": "destroy",
|
7193
7267
|
"kind": 4096,
|
7194
7268
|
"kindString": "Call signature",
|
@@ -7203,7 +7277,7 @@
|
|
7203
7277
|
},
|
7204
7278
|
"parameters": [
|
7205
7279
|
{
|
7206
|
-
"id":
|
7280
|
+
"id": 795,
|
7207
7281
|
"name": "vk",
|
7208
7282
|
"kind": 32768,
|
7209
7283
|
"kindString": "Parameter",
|
@@ -7234,14 +7308,14 @@
|
|
7234
7308
|
{
|
7235
7309
|
"title": "Constructors",
|
7236
7310
|
"children": [
|
7237
|
-
|
7311
|
+
786
|
7238
7312
|
]
|
7239
7313
|
},
|
7240
7314
|
{
|
7241
7315
|
"title": "Methods",
|
7242
7316
|
"children": [
|
7243
|
-
|
7244
|
-
|
7317
|
+
790,
|
7318
|
+
793
|
7245
7319
|
]
|
7246
7320
|
}
|
7247
7321
|
],
|
@@ -7250,7 +7324,7 @@
|
|
7250
7324
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.service.ts",
|
7251
7325
|
"line": 13,
|
7252
7326
|
"character": 13,
|
7253
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7327
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper.service.ts#L13"
|
7254
7328
|
}
|
7255
7329
|
]
|
7256
7330
|
},
|
@@ -7280,7 +7354,7 @@
|
|
7280
7354
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7281
7355
|
"line": 107,
|
7282
7356
|
"character": 2,
|
7283
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7357
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L107"
|
7284
7358
|
}
|
7285
7359
|
],
|
7286
7360
|
"signatures": [
|
@@ -7370,7 +7444,7 @@
|
|
7370
7444
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7371
7445
|
"line": 43,
|
7372
7446
|
"character": 9,
|
7373
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7447
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L43"
|
7374
7448
|
}
|
7375
7449
|
],
|
7376
7450
|
"type": {
|
@@ -7418,7 +7492,7 @@
|
|
7418
7492
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7419
7493
|
"line": 49,
|
7420
7494
|
"character": 9,
|
7421
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7495
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L49"
|
7422
7496
|
}
|
7423
7497
|
],
|
7424
7498
|
"type": {
|
@@ -7466,7 +7540,7 @@
|
|
7466
7540
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7467
7541
|
"line": 55,
|
7468
7542
|
"character": 9,
|
7469
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7543
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L55"
|
7470
7544
|
}
|
7471
7545
|
],
|
7472
7546
|
"type": {
|
@@ -7513,7 +7587,7 @@
|
|
7513
7587
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7514
7588
|
"line": 61,
|
7515
7589
|
"character": 9,
|
7516
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7590
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L61"
|
7517
7591
|
}
|
7518
7592
|
],
|
7519
7593
|
"type": {
|
@@ -7561,7 +7635,7 @@
|
|
7561
7635
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7562
7636
|
"line": 67,
|
7563
7637
|
"character": 9,
|
7564
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7638
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L67"
|
7565
7639
|
}
|
7566
7640
|
],
|
7567
7641
|
"type": {
|
@@ -7590,7 +7664,7 @@
|
|
7590
7664
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7591
7665
|
"line": 85,
|
7592
7666
|
"character": 9,
|
7593
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7667
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L85"
|
7594
7668
|
}
|
7595
7669
|
],
|
7596
7670
|
"type": {
|
@@ -7629,7 +7703,7 @@
|
|
7629
7703
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7630
7704
|
"line": 91,
|
7631
7705
|
"character": 9,
|
7632
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7706
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L91"
|
7633
7707
|
}
|
7634
7708
|
],
|
7635
7709
|
"type": {
|
@@ -7685,7 +7759,7 @@
|
|
7685
7759
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7686
7760
|
"line": 73,
|
7687
7761
|
"character": 9,
|
7688
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7762
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L73"
|
7689
7763
|
}
|
7690
7764
|
],
|
7691
7765
|
"type": {
|
@@ -7715,7 +7789,7 @@
|
|
7715
7789
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7716
7790
|
"line": 97,
|
7717
7791
|
"character": 9,
|
7718
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7792
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L97"
|
7719
7793
|
}
|
7720
7794
|
],
|
7721
7795
|
"type": {
|
@@ -7772,7 +7846,7 @@
|
|
7772
7846
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7773
7847
|
"line": 79,
|
7774
7848
|
"character": 9,
|
7775
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7849
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L79"
|
7776
7850
|
}
|
7777
7851
|
],
|
7778
7852
|
"type": {
|
@@ -7802,7 +7876,7 @@
|
|
7802
7876
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7803
7877
|
"line": 37,
|
7804
7878
|
"character": 9,
|
7805
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7879
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L37"
|
7806
7880
|
}
|
7807
7881
|
],
|
7808
7882
|
"type": {
|
@@ -7825,7 +7899,7 @@
|
|
7825
7899
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7826
7900
|
"line": 130,
|
7827
7901
|
"character": 9,
|
7828
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7902
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L130"
|
7829
7903
|
}
|
7830
7904
|
],
|
7831
7905
|
"signatures": [
|
@@ -7878,7 +7952,7 @@
|
|
7878
7952
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7879
7953
|
"line": 145,
|
7880
7954
|
"character": 9,
|
7881
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7955
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L145"
|
7882
7956
|
}
|
7883
7957
|
],
|
7884
7958
|
"signatures": [
|
@@ -7916,7 +7990,7 @@
|
|
7916
7990
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7917
7991
|
"line": 112,
|
7918
7992
|
"character": 9,
|
7919
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
7993
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L112"
|
7920
7994
|
}
|
7921
7995
|
],
|
7922
7996
|
"signatures": [
|
@@ -7979,7 +8053,7 @@
|
|
7979
8053
|
"fileName": "projects/core/src/modules/affix/affix.directive.ts",
|
7980
8054
|
"line": 32,
|
7981
8055
|
"character": 13,
|
7982
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8056
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix.directive.ts#L32"
|
7983
8057
|
}
|
7984
8058
|
],
|
7985
8059
|
"implementedTypes": [
|
@@ -8061,7 +8135,7 @@
|
|
8061
8135
|
"fileName": "projects/core/src/modules/id/id.directive.ts",
|
8062
8136
|
"line": 21,
|
8063
8137
|
"character": 2,
|
8064
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8138
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/id/id.directive.ts#L21"
|
8065
8139
|
}
|
8066
8140
|
],
|
8067
8141
|
"signatures": [
|
@@ -8138,7 +8212,7 @@
|
|
8138
8212
|
"fileName": "projects/core/src/modules/id/id.directive.ts",
|
8139
8213
|
"line": 15,
|
8140
8214
|
"character": 13,
|
8141
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8215
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/id/id.directive.ts#L15"
|
8142
8216
|
}
|
8143
8217
|
],
|
8144
8218
|
"getSignature": {
|
@@ -8173,7 +8247,7 @@
|
|
8173
8247
|
"fileName": "projects/core/src/modules/id/id.directive.ts",
|
8174
8248
|
"line": 14,
|
8175
8249
|
"character": 13,
|
8176
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8250
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/id/id.directive.ts#L14"
|
8177
8251
|
}
|
8178
8252
|
]
|
8179
8253
|
},
|
@@ -8195,7 +8269,7 @@
|
|
8195
8269
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
8196
8270
|
"line": 52,
|
8197
8271
|
"character": 2,
|
8198
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8272
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper.directive.ts#L52"
|
8199
8273
|
}
|
8200
8274
|
],
|
8201
8275
|
"signatures": [
|
@@ -8244,7 +8318,7 @@
|
|
8244
8318
|
"flags": {},
|
8245
8319
|
"type": {
|
8246
8320
|
"type": "reference",
|
8247
|
-
"id":
|
8321
|
+
"id": 785,
|
8248
8322
|
"name": "SkyViewkeeperService"
|
8249
8323
|
}
|
8250
8324
|
},
|
@@ -8258,7 +8332,7 @@
|
|
8258
8332
|
},
|
8259
8333
|
"type": {
|
8260
8334
|
"type": "reference",
|
8261
|
-
"id":
|
8335
|
+
"id": 698,
|
8262
8336
|
"name": "SkyScrollableHostService"
|
8263
8337
|
}
|
8264
8338
|
}
|
@@ -8284,13 +8358,13 @@
|
|
8284
8358
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
8285
8359
|
"line": 24,
|
8286
8360
|
"character": 13,
|
8287
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8361
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper.directive.ts#L24"
|
8288
8362
|
},
|
8289
8363
|
{
|
8290
8364
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
8291
8365
|
"line": 30,
|
8292
8366
|
"character": 13,
|
8293
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8367
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper.directive.ts#L30"
|
8294
8368
|
}
|
8295
8369
|
],
|
8296
8370
|
"getSignature": {
|
@@ -8348,7 +8422,7 @@
|
|
8348
8422
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
8349
8423
|
"line": 75,
|
8350
8424
|
"character": 9,
|
8351
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8425
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper.directive.ts#L75"
|
8352
8426
|
}
|
8353
8427
|
],
|
8354
8428
|
"signatures": [
|
@@ -8386,7 +8460,7 @@
|
|
8386
8460
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
8387
8461
|
"line": 64,
|
8388
8462
|
"character": 9,
|
8389
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8463
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper.directive.ts#L64"
|
8390
8464
|
}
|
8391
8465
|
],
|
8392
8466
|
"signatures": [
|
@@ -8438,7 +8512,7 @@
|
|
8438
8512
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper.directive.ts",
|
8439
8513
|
"line": 22,
|
8440
8514
|
"character": 13,
|
8441
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8515
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper.directive.ts#L22"
|
8442
8516
|
}
|
8443
8517
|
],
|
8444
8518
|
"implementedTypes": [
|
@@ -8482,7 +8556,7 @@
|
|
8482
8556
|
"fileName": "projects/core/src/modules/trim/trim.directive.ts",
|
8483
8557
|
"line": 16,
|
8484
8558
|
"character": 2,
|
8485
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8559
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/trim/trim.directive.ts#L16"
|
8486
8560
|
}
|
8487
8561
|
],
|
8488
8562
|
"signatures": [
|
@@ -8545,7 +8619,7 @@
|
|
8545
8619
|
"fileName": "projects/core/src/modules/trim/trim.directive.ts",
|
8546
8620
|
"line": 40,
|
8547
8621
|
"character": 9,
|
8548
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8622
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/trim/trim.directive.ts#L40"
|
8549
8623
|
}
|
8550
8624
|
],
|
8551
8625
|
"signatures": [
|
@@ -8583,7 +8657,7 @@
|
|
8583
8657
|
"fileName": "projects/core/src/modules/trim/trim.directive.ts",
|
8584
8658
|
"line": 35,
|
8585
8659
|
"character": 9,
|
8586
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8660
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/trim/trim.directive.ts#L35"
|
8587
8661
|
}
|
8588
8662
|
],
|
8589
8663
|
"signatures": [
|
@@ -8629,7 +8703,7 @@
|
|
8629
8703
|
"fileName": "projects/core/src/modules/trim/trim.directive.ts",
|
8630
8704
|
"line": 11,
|
8631
8705
|
"character": 13,
|
8632
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8706
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/trim/trim.directive.ts#L11"
|
8633
8707
|
}
|
8634
8708
|
],
|
8635
8709
|
"implementedTypes": [
|
@@ -8675,7 +8749,7 @@
|
|
8675
8749
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
8676
8750
|
"line": 11,
|
8677
8751
|
"character": 2,
|
8678
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8752
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-config.ts#L11"
|
8679
8753
|
}
|
8680
8754
|
],
|
8681
8755
|
"type": {
|
@@ -8731,7 +8805,7 @@
|
|
8731
8805
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
8732
8806
|
"line": 20,
|
8733
8807
|
"character": 2,
|
8734
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8808
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-config.ts#L20"
|
8735
8809
|
}
|
8736
8810
|
],
|
8737
8811
|
"type": {
|
@@ -8761,7 +8835,7 @@
|
|
8761
8835
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
8762
8836
|
"line": 27,
|
8763
8837
|
"character": 2,
|
8764
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8838
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-config.ts#L27"
|
8765
8839
|
}
|
8766
8840
|
],
|
8767
8841
|
"type": {
|
@@ -8790,7 +8864,7 @@
|
|
8790
8864
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
8791
8865
|
"line": 32,
|
8792
8866
|
"character": 2,
|
8793
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8867
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-config.ts#L32"
|
8794
8868
|
}
|
8795
8869
|
],
|
8796
8870
|
"type": {
|
@@ -8820,7 +8894,7 @@
|
|
8820
8894
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
8821
8895
|
"line": 37,
|
8822
8896
|
"character": 2,
|
8823
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8897
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-config.ts#L37"
|
8824
8898
|
}
|
8825
8899
|
],
|
8826
8900
|
"type": {
|
@@ -8849,7 +8923,7 @@
|
|
8849
8923
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
8850
8924
|
"line": 42,
|
8851
8925
|
"character": 2,
|
8852
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8926
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-config.ts#L42"
|
8853
8927
|
}
|
8854
8928
|
],
|
8855
8929
|
"type": {
|
@@ -8879,7 +8953,7 @@
|
|
8879
8953
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
8880
8954
|
"line": 47,
|
8881
8955
|
"character": 2,
|
8882
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8956
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-config.ts#L47"
|
8883
8957
|
}
|
8884
8958
|
],
|
8885
8959
|
"type": {
|
@@ -8908,7 +8982,7 @@
|
|
8908
8982
|
"fileName": "projects/core/src/modules/affix/affix-config.ts",
|
8909
8983
|
"line": 7,
|
8910
8984
|
"character": 17,
|
8911
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
8985
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-config.ts#L7"
|
8912
8986
|
}
|
8913
8987
|
]
|
8914
8988
|
},
|
@@ -8940,7 +9014,7 @@
|
|
8940
9014
|
"fileName": "projects/core/src/modules/affix/affix-offset.ts",
|
8941
9015
|
"line": 5,
|
8942
9016
|
"character": 2,
|
8943
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9017
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-offset.ts#L5"
|
8944
9018
|
}
|
8945
9019
|
],
|
8946
9020
|
"type": {
|
@@ -8961,7 +9035,7 @@
|
|
8961
9035
|
"fileName": "projects/core/src/modules/affix/affix-offset.ts",
|
8962
9036
|
"line": 7,
|
8963
9037
|
"character": 2,
|
8964
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9038
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-offset.ts#L7"
|
8965
9039
|
}
|
8966
9040
|
],
|
8967
9041
|
"type": {
|
@@ -8982,7 +9056,7 @@
|
|
8982
9056
|
"fileName": "projects/core/src/modules/affix/affix-offset.ts",
|
8983
9057
|
"line": 9,
|
8984
9058
|
"character": 2,
|
8985
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9059
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-offset.ts#L9"
|
8986
9060
|
}
|
8987
9061
|
],
|
8988
9062
|
"type": {
|
@@ -9003,7 +9077,7 @@
|
|
9003
9077
|
"fileName": "projects/core/src/modules/affix/affix-offset.ts",
|
9004
9078
|
"line": 11,
|
9005
9079
|
"character": 2,
|
9006
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9080
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-offset.ts#L11"
|
9007
9081
|
}
|
9008
9082
|
],
|
9009
9083
|
"type": {
|
@@ -9028,7 +9102,7 @@
|
|
9028
9102
|
"fileName": "projects/core/src/modules/affix/affix-offset.ts",
|
9029
9103
|
"line": 4,
|
9030
9104
|
"character": 17,
|
9031
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9105
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-offset.ts#L4"
|
9032
9106
|
}
|
9033
9107
|
]
|
9034
9108
|
},
|
@@ -9060,7 +9134,7 @@
|
|
9060
9134
|
"fileName": "projects/core/src/modules/affix/affix-offset-change.ts",
|
9061
9135
|
"line": 7,
|
9062
9136
|
"character": 2,
|
9063
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9137
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-offset-change.ts#L7"
|
9064
9138
|
}
|
9065
9139
|
],
|
9066
9140
|
"type": {
|
@@ -9083,7 +9157,7 @@
|
|
9083
9157
|
"fileName": "projects/core/src/modules/affix/affix-offset-change.ts",
|
9084
9158
|
"line": 6,
|
9085
9159
|
"character": 17,
|
9086
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9160
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-offset-change.ts#L6"
|
9087
9161
|
}
|
9088
9162
|
]
|
9089
9163
|
},
|
@@ -9113,7 +9187,7 @@
|
|
9113
9187
|
"fileName": "projects/core/src/modules/affix/affix-placement-change.ts",
|
9114
9188
|
"line": 7,
|
9115
9189
|
"character": 2,
|
9116
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9190
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-placement-change.ts#L7"
|
9117
9191
|
}
|
9118
9192
|
],
|
9119
9193
|
"type": {
|
@@ -9136,19 +9210,19 @@
|
|
9136
9210
|
"fileName": "projects/core/src/modules/affix/affix-placement-change.ts",
|
9137
9211
|
"line": 3,
|
9138
9212
|
"character": 17,
|
9139
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9213
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-placement-change.ts#L3"
|
9140
9214
|
}
|
9141
9215
|
]
|
9142
9216
|
},
|
9143
9217
|
{
|
9144
|
-
"id":
|
9218
|
+
"id": 740,
|
9145
9219
|
"name": "SkyAppSetTitleArgs",
|
9146
9220
|
"kind": 256,
|
9147
9221
|
"kindString": "Interface",
|
9148
9222
|
"flags": {},
|
9149
9223
|
"children": [
|
9150
9224
|
{
|
9151
|
-
"id":
|
9225
|
+
"id": 741,
|
9152
9226
|
"name": "titleParts",
|
9153
9227
|
"kind": 1024,
|
9154
9228
|
"kindString": "Property",
|
@@ -9158,7 +9232,7 @@
|
|
9158
9232
|
"fileName": "projects/core/src/modules/title/set-title-args.ts",
|
9159
9233
|
"line": 2,
|
9160
9234
|
"character": 2,
|
9161
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9235
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/title/set-title-args.ts#L2"
|
9162
9236
|
}
|
9163
9237
|
],
|
9164
9238
|
"type": {
|
@@ -9174,7 +9248,7 @@
|
|
9174
9248
|
{
|
9175
9249
|
"title": "Properties",
|
9176
9250
|
"children": [
|
9177
|
-
|
9251
|
+
741
|
9178
9252
|
]
|
9179
9253
|
}
|
9180
9254
|
],
|
@@ -9183,7 +9257,7 @@
|
|
9183
9257
|
"fileName": "projects/core/src/modules/title/set-title-args.ts",
|
9184
9258
|
"line": 1,
|
9185
9259
|
"character": 17,
|
9186
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9260
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/title/set-title-args.ts#L1"
|
9187
9261
|
}
|
9188
9262
|
]
|
9189
9263
|
},
|
@@ -9223,7 +9297,7 @@
|
|
9223
9297
|
"fileName": "projects/core/src/modules/dock/dock-insert-component-config.ts",
|
9224
9298
|
"line": 9,
|
9225
9299
|
"character": 2,
|
9226
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9300
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-insert-component-config.ts#L9"
|
9227
9301
|
}
|
9228
9302
|
],
|
9229
9303
|
"type": {
|
@@ -9257,7 +9331,7 @@
|
|
9257
9331
|
"fileName": "projects/core/src/modules/dock/dock-item-config.ts",
|
9258
9332
|
"line": 10,
|
9259
9333
|
"character": 2,
|
9260
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9334
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-item-config.ts#L10"
|
9261
9335
|
}
|
9262
9336
|
],
|
9263
9337
|
"type": {
|
@@ -9285,7 +9359,7 @@
|
|
9285
9359
|
"fileName": "projects/core/src/modules/dock/dock-insert-component-config.ts",
|
9286
9360
|
"line": 5,
|
9287
9361
|
"character": 17,
|
9288
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9362
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-insert-component-config.ts#L5"
|
9289
9363
|
}
|
9290
9364
|
],
|
9291
9365
|
"extendedTypes": [
|
@@ -9332,7 +9406,7 @@
|
|
9332
9406
|
"fileName": "projects/core/src/modules/dock/dock-item-config.ts",
|
9333
9407
|
"line": 10,
|
9334
9408
|
"character": 2,
|
9335
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9409
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-item-config.ts#L10"
|
9336
9410
|
}
|
9337
9411
|
],
|
9338
9412
|
"type": {
|
@@ -9354,7 +9428,7 @@
|
|
9354
9428
|
"fileName": "projects/core/src/modules/dock/dock-item-config.ts",
|
9355
9429
|
"line": 4,
|
9356
9430
|
"character": 17,
|
9357
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9431
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-item-config.ts#L4"
|
9358
9432
|
}
|
9359
9433
|
],
|
9360
9434
|
"extendedBy": [
|
@@ -9401,7 +9475,7 @@
|
|
9401
9475
|
"fileName": "projects/core/src/modules/dock/dock-options.ts",
|
9402
9476
|
"line": 10,
|
9403
9477
|
"character": 2,
|
9404
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9478
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-options.ts#L10"
|
9405
9479
|
}
|
9406
9480
|
],
|
9407
9481
|
"type": {
|
@@ -9447,7 +9521,7 @@
|
|
9447
9521
|
"fileName": "projects/core/src/modules/dock/dock-options.ts",
|
9448
9522
|
"line": 15,
|
9449
9523
|
"character": 2,
|
9450
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9524
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-options.ts#L15"
|
9451
9525
|
}
|
9452
9526
|
],
|
9453
9527
|
"type": {
|
@@ -9478,7 +9552,7 @@
|
|
9478
9552
|
"fileName": "projects/core/src/modules/dock/dock-options.ts",
|
9479
9553
|
"line": 20,
|
9480
9554
|
"character": 2,
|
9481
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9555
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-options.ts#L20"
|
9482
9556
|
}
|
9483
9557
|
],
|
9484
9558
|
"type": {
|
@@ -9502,7 +9576,7 @@
|
|
9502
9576
|
"fileName": "projects/core/src/modules/dock/dock-options.ts",
|
9503
9577
|
"line": 6,
|
9504
9578
|
"character": 17,
|
9505
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9579
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dock/dock-options.ts#L6"
|
9506
9580
|
}
|
9507
9581
|
]
|
9508
9582
|
},
|
@@ -9542,7 +9616,7 @@
|
|
9542
9616
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-options.ts",
|
9543
9617
|
"line": 12,
|
9544
9618
|
"character": 2,
|
9545
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9619
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dynamic-component/dynamic-component-options.ts#L12"
|
9546
9620
|
}
|
9547
9621
|
],
|
9548
9622
|
"type": {
|
@@ -9572,7 +9646,7 @@
|
|
9572
9646
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-options.ts",
|
9573
9647
|
"line": 32,
|
9574
9648
|
"character": 2,
|
9575
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9649
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dynamic-component/dynamic-component-options.ts#L32"
|
9576
9650
|
}
|
9577
9651
|
],
|
9578
9652
|
"type": {
|
@@ -9603,7 +9677,7 @@
|
|
9603
9677
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-options.ts",
|
9604
9678
|
"line": 17,
|
9605
9679
|
"character": 2,
|
9606
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9680
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dynamic-component/dynamic-component-options.ts#L17"
|
9607
9681
|
}
|
9608
9682
|
],
|
9609
9683
|
"type": {
|
@@ -9653,7 +9727,7 @@
|
|
9653
9727
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-options.ts",
|
9654
9728
|
"line": 22,
|
9655
9729
|
"character": 2,
|
9656
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9730
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dynamic-component/dynamic-component-options.ts#L22"
|
9657
9731
|
}
|
9658
9732
|
],
|
9659
9733
|
"type": {
|
@@ -9684,7 +9758,7 @@
|
|
9684
9758
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-options.ts",
|
9685
9759
|
"line": 27,
|
9686
9760
|
"character": 2,
|
9687
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9761
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dynamic-component/dynamic-component-options.ts#L27"
|
9688
9762
|
}
|
9689
9763
|
],
|
9690
9764
|
"type": {
|
@@ -9712,7 +9786,7 @@
|
|
9712
9786
|
"fileName": "projects/core/src/modules/dynamic-component/dynamic-component-options.ts",
|
9713
9787
|
"line": 8,
|
9714
9788
|
"character": 17,
|
9715
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9789
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/dynamic-component/dynamic-component-options.ts#L8"
|
9716
9790
|
}
|
9717
9791
|
]
|
9718
9792
|
},
|
@@ -9784,7 +9858,7 @@
|
|
9784
9858
|
"fileName": "projects/core/src/modules/adapter-service/focusable-children-options.ts",
|
9785
9859
|
"line": 9,
|
9786
9860
|
"character": 2,
|
9787
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9861
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/adapter-service/focusable-children-options.ts#L9"
|
9788
9862
|
}
|
9789
9863
|
],
|
9790
9864
|
"type": {
|
@@ -9829,7 +9903,7 @@
|
|
9829
9903
|
"fileName": "projects/core/src/modules/adapter-service/focusable-children-options.ts",
|
9830
9904
|
"line": 15,
|
9831
9905
|
"character": 2,
|
9832
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9906
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/adapter-service/focusable-children-options.ts#L15"
|
9833
9907
|
}
|
9834
9908
|
],
|
9835
9909
|
"type": {
|
@@ -9852,12 +9926,12 @@
|
|
9852
9926
|
"fileName": "projects/core/src/modules/adapter-service/focusable-children-options.ts",
|
9853
9927
|
"line": 4,
|
9854
9928
|
"character": 17,
|
9855
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9929
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/adapter-service/focusable-children-options.ts#L4"
|
9856
9930
|
}
|
9857
9931
|
]
|
9858
9932
|
},
|
9859
9933
|
{
|
9860
|
-
"id":
|
9934
|
+
"id": 483,
|
9861
9935
|
"name": "SkyNumericOptions",
|
9862
9936
|
"kind": 256,
|
9863
9937
|
"kindString": "Interface",
|
@@ -9872,7 +9946,7 @@
|
|
9872
9946
|
},
|
9873
9947
|
"children": [
|
9874
9948
|
{
|
9875
|
-
"id":
|
9949
|
+
"id": 486,
|
9876
9950
|
"name": "currencySign",
|
9877
9951
|
"kind": 1024,
|
9878
9952
|
"kindString": "Property",
|
@@ -9892,7 +9966,7 @@
|
|
9892
9966
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
9893
9967
|
"line": 18,
|
9894
9968
|
"character": 2,
|
9895
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
9969
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L18"
|
9896
9970
|
}
|
9897
9971
|
],
|
9898
9972
|
"type": {
|
@@ -9910,7 +9984,7 @@
|
|
9910
9984
|
}
|
9911
9985
|
},
|
9912
9986
|
{
|
9913
|
-
"id":
|
9987
|
+
"id": 484,
|
9914
9988
|
"name": "digits",
|
9915
9989
|
"kind": 1024,
|
9916
9990
|
"kindString": "Property",
|
@@ -9930,7 +10004,7 @@
|
|
9930
10004
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
9931
10005
|
"line": 8,
|
9932
10006
|
"character": 2,
|
9933
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10007
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L8"
|
9934
10008
|
}
|
9935
10009
|
],
|
9936
10010
|
"type": {
|
@@ -9939,7 +10013,7 @@
|
|
9939
10013
|
}
|
9940
10014
|
},
|
9941
10015
|
{
|
9942
|
-
"id":
|
10016
|
+
"id": 485,
|
9943
10017
|
"name": "format",
|
9944
10018
|
"kind": 1024,
|
9945
10019
|
"kindString": "Property",
|
@@ -9975,7 +10049,7 @@
|
|
9975
10049
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
9976
10050
|
"line": 13,
|
9977
10051
|
"character": 2,
|
9978
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10052
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L13"
|
9979
10053
|
}
|
9980
10054
|
],
|
9981
10055
|
"type": {
|
@@ -9984,7 +10058,7 @@
|
|
9984
10058
|
}
|
9985
10059
|
},
|
9986
10060
|
{
|
9987
|
-
"id":
|
10061
|
+
"id": 487,
|
9988
10062
|
"name": "iso",
|
9989
10063
|
"kind": 1024,
|
9990
10064
|
"kindString": "Property",
|
@@ -10004,7 +10078,7 @@
|
|
10004
10078
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
10005
10079
|
"line": 23,
|
10006
10080
|
"character": 2,
|
10007
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10081
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L23"
|
10008
10082
|
}
|
10009
10083
|
],
|
10010
10084
|
"type": {
|
@@ -10013,7 +10087,7 @@
|
|
10013
10087
|
}
|
10014
10088
|
},
|
10015
10089
|
{
|
10016
|
-
"id":
|
10090
|
+
"id": 488,
|
10017
10091
|
"name": "locale",
|
10018
10092
|
"kind": 1024,
|
10019
10093
|
"kindString": "Property",
|
@@ -10033,7 +10107,7 @@
|
|
10033
10107
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
10034
10108
|
"line": 28,
|
10035
10109
|
"character": 2,
|
10036
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10110
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L28"
|
10037
10111
|
}
|
10038
10112
|
],
|
10039
10113
|
"type": {
|
@@ -10042,7 +10116,7 @@
|
|
10042
10116
|
}
|
10043
10117
|
},
|
10044
10118
|
{
|
10045
|
-
"id":
|
10119
|
+
"id": 489,
|
10046
10120
|
"name": "minDigits",
|
10047
10121
|
"kind": 1024,
|
10048
10122
|
"kindString": "Property",
|
@@ -10094,7 +10168,7 @@
|
|
10094
10168
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
10095
10169
|
"line": 35,
|
10096
10170
|
"character": 2,
|
10097
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10171
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L35"
|
10098
10172
|
}
|
10099
10173
|
],
|
10100
10174
|
"type": {
|
@@ -10103,7 +10177,7 @@
|
|
10103
10177
|
}
|
10104
10178
|
},
|
10105
10179
|
{
|
10106
|
-
"id":
|
10180
|
+
"id": 490,
|
10107
10181
|
"name": "truncate",
|
10108
10182
|
"kind": 1024,
|
10109
10183
|
"kindString": "Property",
|
@@ -10123,7 +10197,7 @@
|
|
10123
10197
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
10124
10198
|
"line": 41,
|
10125
10199
|
"character": 2,
|
10126
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10200
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L41"
|
10127
10201
|
}
|
10128
10202
|
],
|
10129
10203
|
"type": {
|
@@ -10132,7 +10206,7 @@
|
|
10132
10206
|
}
|
10133
10207
|
},
|
10134
10208
|
{
|
10135
|
-
"id":
|
10209
|
+
"id": 491,
|
10136
10210
|
"name": "truncateAfter",
|
10137
10211
|
"kind": 1024,
|
10138
10212
|
"kindString": "Property",
|
@@ -10160,7 +10234,7 @@
|
|
10160
10234
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
10161
10235
|
"line": 46,
|
10162
10236
|
"character": 2,
|
10163
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10237
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L46"
|
10164
10238
|
}
|
10165
10239
|
],
|
10166
10240
|
"type": {
|
@@ -10173,14 +10247,14 @@
|
|
10173
10247
|
{
|
10174
10248
|
"title": "Properties",
|
10175
10249
|
"children": [
|
10176
|
-
|
10177
|
-
|
10178
|
-
|
10179
|
-
|
10180
|
-
|
10181
|
-
|
10182
|
-
|
10183
|
-
|
10250
|
+
486,
|
10251
|
+
484,
|
10252
|
+
485,
|
10253
|
+
487,
|
10254
|
+
488,
|
10255
|
+
489,
|
10256
|
+
490,
|
10257
|
+
491
|
10184
10258
|
]
|
10185
10259
|
}
|
10186
10260
|
],
|
@@ -10189,26 +10263,26 @@
|
|
10189
10263
|
"fileName": "projects/core/src/modules/numeric/numeric.options.ts",
|
10190
10264
|
"line": 4,
|
10191
10265
|
"character": 17,
|
10192
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10266
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/numeric/numeric.options.ts#L4"
|
10193
10267
|
}
|
10194
10268
|
],
|
10195
10269
|
"implementedBy": [
|
10196
10270
|
{
|
10197
10271
|
"type": "reference",
|
10198
|
-
"id":
|
10272
|
+
"id": 492,
|
10199
10273
|
"name": "NumericOptions"
|
10200
10274
|
}
|
10201
10275
|
]
|
10202
10276
|
},
|
10203
10277
|
{
|
10204
|
-
"id":
|
10278
|
+
"id": 551,
|
10205
10279
|
"name": "SkyOverlayConfig",
|
10206
10280
|
"kind": 256,
|
10207
10281
|
"kindString": "Interface",
|
10208
10282
|
"flags": {},
|
10209
10283
|
"children": [
|
10210
10284
|
{
|
10211
|
-
"id":
|
10285
|
+
"id": 552,
|
10212
10286
|
"name": "closeOnNavigation",
|
10213
10287
|
"kind": 1024,
|
10214
10288
|
"kindString": "Property",
|
@@ -10228,7 +10302,7 @@
|
|
10228
10302
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
10229
10303
|
"line": 5,
|
10230
10304
|
"character": 2,
|
10231
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10305
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-config.ts#L5"
|
10232
10306
|
}
|
10233
10307
|
],
|
10234
10308
|
"type": {
|
@@ -10237,7 +10311,7 @@
|
|
10237
10311
|
}
|
10238
10312
|
},
|
10239
10313
|
{
|
10240
|
-
"id":
|
10314
|
+
"id": 553,
|
10241
10315
|
"name": "enableClose",
|
10242
10316
|
"kind": 1024,
|
10243
10317
|
"kindString": "Property",
|
@@ -10257,7 +10331,7 @@
|
|
10257
10331
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
10258
10332
|
"line": 10,
|
10259
10333
|
"character": 2,
|
10260
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10334
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-config.ts#L10"
|
10261
10335
|
}
|
10262
10336
|
],
|
10263
10337
|
"type": {
|
@@ -10266,7 +10340,7 @@
|
|
10266
10340
|
}
|
10267
10341
|
},
|
10268
10342
|
{
|
10269
|
-
"id":
|
10343
|
+
"id": 554,
|
10270
10344
|
"name": "enablePointerEvents",
|
10271
10345
|
"kind": 1024,
|
10272
10346
|
"kindString": "Property",
|
@@ -10286,7 +10360,7 @@
|
|
10286
10360
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
10287
10361
|
"line": 15,
|
10288
10362
|
"character": 2,
|
10289
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10363
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-config.ts#L15"
|
10290
10364
|
}
|
10291
10365
|
],
|
10292
10366
|
"type": {
|
@@ -10295,7 +10369,7 @@
|
|
10295
10369
|
}
|
10296
10370
|
},
|
10297
10371
|
{
|
10298
|
-
"id":
|
10372
|
+
"id": 555,
|
10299
10373
|
"name": "enableScroll",
|
10300
10374
|
"kind": 1024,
|
10301
10375
|
"kindString": "Property",
|
@@ -10315,7 +10389,7 @@
|
|
10315
10389
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
10316
10390
|
"line": 20,
|
10317
10391
|
"character": 2,
|
10318
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10392
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-config.ts#L20"
|
10319
10393
|
}
|
10320
10394
|
],
|
10321
10395
|
"type": {
|
@@ -10324,7 +10398,7 @@
|
|
10324
10398
|
}
|
10325
10399
|
},
|
10326
10400
|
{
|
10327
|
-
"id":
|
10401
|
+
"id": 556,
|
10328
10402
|
"name": "showBackdrop",
|
10329
10403
|
"kind": 1024,
|
10330
10404
|
"kindString": "Property",
|
@@ -10344,7 +10418,7 @@
|
|
10344
10418
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
10345
10419
|
"line": 25,
|
10346
10420
|
"character": 2,
|
10347
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10421
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-config.ts#L25"
|
10348
10422
|
}
|
10349
10423
|
],
|
10350
10424
|
"type": {
|
@@ -10353,7 +10427,7 @@
|
|
10353
10427
|
}
|
10354
10428
|
},
|
10355
10429
|
{
|
10356
|
-
"id":
|
10430
|
+
"id": 557,
|
10357
10431
|
"name": "wrapperClass",
|
10358
10432
|
"kind": 1024,
|
10359
10433
|
"kindString": "Property",
|
@@ -10373,7 +10447,7 @@
|
|
10373
10447
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
10374
10448
|
"line": 30,
|
10375
10449
|
"character": 2,
|
10376
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10450
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-config.ts#L30"
|
10377
10451
|
}
|
10378
10452
|
],
|
10379
10453
|
"type": {
|
@@ -10386,12 +10460,12 @@
|
|
10386
10460
|
{
|
10387
10461
|
"title": "Properties",
|
10388
10462
|
"children": [
|
10389
|
-
|
10390
|
-
|
10391
|
-
|
10392
|
-
|
10393
|
-
|
10394
|
-
|
10463
|
+
552,
|
10464
|
+
553,
|
10465
|
+
554,
|
10466
|
+
555,
|
10467
|
+
556,
|
10468
|
+
557
|
10395
10469
|
]
|
10396
10470
|
}
|
10397
10471
|
],
|
@@ -10400,12 +10474,12 @@
|
|
10400
10474
|
"fileName": "projects/core/src/modules/overlay/overlay-config.ts",
|
10401
10475
|
"line": 1,
|
10402
10476
|
"character": 17,
|
10403
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10477
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/overlay/overlay-config.ts#L1"
|
10404
10478
|
}
|
10405
10479
|
]
|
10406
10480
|
},
|
10407
10481
|
{
|
10408
|
-
"id":
|
10482
|
+
"id": 774,
|
10409
10483
|
"name": "SkyViewkeeperOptions",
|
10410
10484
|
"kind": 256,
|
10411
10485
|
"kindString": "Interface",
|
@@ -10420,7 +10494,7 @@
|
|
10420
10494
|
},
|
10421
10495
|
"children": [
|
10422
10496
|
{
|
10423
|
-
"id":
|
10497
|
+
"id": 775,
|
10424
10498
|
"name": "boundaryEl",
|
10425
10499
|
"kind": 1024,
|
10426
10500
|
"kindString": "Property",
|
@@ -10440,7 +10514,7 @@
|
|
10440
10514
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-options.ts",
|
10441
10515
|
"line": 10,
|
10442
10516
|
"character": 2,
|
10443
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10517
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-options.ts#L10"
|
10444
10518
|
}
|
10445
10519
|
],
|
10446
10520
|
"type": {
|
@@ -10451,7 +10525,7 @@
|
|
10451
10525
|
}
|
10452
10526
|
},
|
10453
10527
|
{
|
10454
|
-
"id":
|
10528
|
+
"id": 776,
|
10455
10529
|
"name": "el",
|
10456
10530
|
"kind": 1024,
|
10457
10531
|
"kindString": "Property",
|
@@ -10471,7 +10545,7 @@
|
|
10471
10545
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-options.ts",
|
10472
10546
|
"line": 15,
|
10473
10547
|
"character": 2,
|
10474
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10548
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-options.ts#L15"
|
10475
10549
|
}
|
10476
10550
|
],
|
10477
10551
|
"type": {
|
@@ -10482,7 +10556,7 @@
|
|
10482
10556
|
}
|
10483
10557
|
},
|
10484
10558
|
{
|
10485
|
-
"id":
|
10559
|
+
"id": 777,
|
10486
10560
|
"name": "scrollableHost",
|
10487
10561
|
"kind": 1024,
|
10488
10562
|
"kindString": "Property",
|
@@ -10502,7 +10576,7 @@
|
|
10502
10576
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-options.ts",
|
10503
10577
|
"line": 21,
|
10504
10578
|
"character": 2,
|
10505
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10579
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-options.ts#L21"
|
10506
10580
|
}
|
10507
10581
|
],
|
10508
10582
|
"type": {
|
@@ -10513,7 +10587,7 @@
|
|
10513
10587
|
}
|
10514
10588
|
},
|
10515
10589
|
{
|
10516
|
-
"id":
|
10590
|
+
"id": 778,
|
10517
10591
|
"name": "setWidth",
|
10518
10592
|
"kind": 1024,
|
10519
10593
|
"kindString": "Property",
|
@@ -10533,7 +10607,7 @@
|
|
10533
10607
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-options.ts",
|
10534
10608
|
"line": 29,
|
10535
10609
|
"character": 2,
|
10536
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10610
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-options.ts#L29"
|
10537
10611
|
}
|
10538
10612
|
],
|
10539
10613
|
"type": {
|
@@ -10542,7 +10616,7 @@
|
|
10542
10616
|
}
|
10543
10617
|
},
|
10544
10618
|
{
|
10545
|
-
"id":
|
10619
|
+
"id": 779,
|
10546
10620
|
"name": "verticalOffset",
|
10547
10621
|
"kind": 1024,
|
10548
10622
|
"kindString": "Property",
|
@@ -10562,7 +10636,7 @@
|
|
10562
10636
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-options.ts",
|
10563
10637
|
"line": 34,
|
10564
10638
|
"character": 2,
|
10565
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10639
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-options.ts#L34"
|
10566
10640
|
}
|
10567
10641
|
],
|
10568
10642
|
"type": {
|
@@ -10571,7 +10645,7 @@
|
|
10571
10645
|
}
|
10572
10646
|
},
|
10573
10647
|
{
|
10574
|
-
"id":
|
10648
|
+
"id": 780,
|
10575
10649
|
"name": "verticalOffsetEl",
|
10576
10650
|
"kind": 1024,
|
10577
10651
|
"kindString": "Property",
|
@@ -10591,7 +10665,7 @@
|
|
10591
10665
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-options.ts",
|
10592
10666
|
"line": 41,
|
10593
10667
|
"character": 2,
|
10594
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10668
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-options.ts#L41"
|
10595
10669
|
}
|
10596
10670
|
],
|
10597
10671
|
"type": {
|
@@ -10602,7 +10676,7 @@
|
|
10602
10676
|
}
|
10603
10677
|
},
|
10604
10678
|
{
|
10605
|
-
"id":
|
10679
|
+
"id": 781,
|
10606
10680
|
"name": "viewportMarginTop",
|
10607
10681
|
"kind": 1024,
|
10608
10682
|
"kindString": "Property",
|
@@ -10622,7 +10696,7 @@
|
|
10622
10696
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-options.ts",
|
10623
10697
|
"line": 46,
|
10624
10698
|
"character": 2,
|
10625
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10699
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-options.ts#L46"
|
10626
10700
|
}
|
10627
10701
|
],
|
10628
10702
|
"type": {
|
@@ -10635,13 +10709,13 @@
|
|
10635
10709
|
{
|
10636
10710
|
"title": "Properties",
|
10637
10711
|
"children": [
|
10638
|
-
|
10639
|
-
|
10640
|
-
|
10641
|
-
|
10642
|
-
|
10643
|
-
|
10644
|
-
|
10712
|
+
775,
|
10713
|
+
776,
|
10714
|
+
777,
|
10715
|
+
778,
|
10716
|
+
779,
|
10717
|
+
780,
|
10718
|
+
781
|
10645
10719
|
]
|
10646
10720
|
}
|
10647
10721
|
],
|
@@ -10650,13 +10724,13 @@
|
|
10650
10724
|
"fileName": "projects/core/src/modules/viewkeeper/viewkeeper-options.ts",
|
10651
10725
|
"line": 4,
|
10652
10726
|
"character": 17,
|
10653
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10727
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/viewkeeper/viewkeeper-options.ts#L4"
|
10654
10728
|
}
|
10655
10729
|
],
|
10656
10730
|
"implementedBy": [
|
10657
10731
|
{
|
10658
10732
|
"type": "reference",
|
10659
|
-
"id":
|
10733
|
+
"id": 764,
|
10660
10734
|
"name": "SkyViewkeeperHostOptions"
|
10661
10735
|
}
|
10662
10736
|
]
|
@@ -10680,7 +10754,7 @@
|
|
10680
10754
|
"fileName": "projects/core/src/modules/affix/affix-horizontal-alignment.ts",
|
10681
10755
|
"line": 4,
|
10682
10756
|
"character": 12,
|
10683
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10757
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-horizontal-alignment.ts#L4"
|
10684
10758
|
}
|
10685
10759
|
],
|
10686
10760
|
"type": {
|
@@ -10720,7 +10794,7 @@
|
|
10720
10794
|
"fileName": "projects/core/src/modules/affix/affix-placement.ts",
|
10721
10795
|
"line": 4,
|
10722
10796
|
"character": 12,
|
10723
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10797
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-placement.ts#L4"
|
10724
10798
|
}
|
10725
10799
|
],
|
10726
10800
|
"type": {
|
@@ -10764,7 +10838,7 @@
|
|
10764
10838
|
"fileName": "projects/core/src/modules/affix/affix-vertical-alignment.ts",
|
10765
10839
|
"line": 4,
|
10766
10840
|
"character": 12,
|
10767
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10841
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/affix/affix-vertical-alignment.ts#L4"
|
10768
10842
|
}
|
10769
10843
|
],
|
10770
10844
|
"type": {
|
@@ -10786,7 +10860,7 @@
|
|
10786
10860
|
}
|
10787
10861
|
},
|
10788
10862
|
{
|
10789
|
-
"id":
|
10863
|
+
"id": 426,
|
10790
10864
|
"name": "SkyMediaQueryListener",
|
10791
10865
|
"kind": 4194304,
|
10792
10866
|
"kindString": "Type alias",
|
@@ -10796,13 +10870,13 @@
|
|
10796
10870
|
"fileName": "projects/core/src/modules/media-query/media-query-listener.ts",
|
10797
10871
|
"line": 7,
|
10798
10872
|
"character": 12,
|
10799
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10873
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-query-listener.ts#L7"
|
10800
10874
|
}
|
10801
10875
|
],
|
10802
10876
|
"type": {
|
10803
10877
|
"type": "reflection",
|
10804
10878
|
"declaration": {
|
10805
|
-
"id":
|
10879
|
+
"id": 427,
|
10806
10880
|
"name": "__type",
|
10807
10881
|
"kind": 65536,
|
10808
10882
|
"kindString": "Type literal",
|
@@ -10812,12 +10886,12 @@
|
|
10812
10886
|
"fileName": "libs/components/core/src/lib/modules/media-query/media-query-listener.ts",
|
10813
10887
|
"line": 7,
|
10814
10888
|
"character": 36,
|
10815
|
-
"url": "https://github.com/blackbaud/skyux/blob/
|
10889
|
+
"url": "https://github.com/blackbaud/skyux/blob/9633708/libs/components/core/src/lib/modules/media-query/media-query-listener.ts#L7"
|
10816
10890
|
}
|
10817
10891
|
],
|
10818
10892
|
"signatures": [
|
10819
10893
|
{
|
10820
|
-
"id":
|
10894
|
+
"id": 428,
|
10821
10895
|
"name": "__type",
|
10822
10896
|
"kind": 4096,
|
10823
10897
|
"kindString": "Call signature",
|
@@ -10840,14 +10914,14 @@
|
|
10840
10914
|
},
|
10841
10915
|
"parameters": [
|
10842
10916
|
{
|
10843
|
-
"id":
|
10917
|
+
"id": 429,
|
10844
10918
|
"name": "args",
|
10845
10919
|
"kind": 32768,
|
10846
10920
|
"kindString": "Parameter",
|
10847
10921
|
"flags": {},
|
10848
10922
|
"type": {
|
10849
10923
|
"type": "reference",
|
10850
|
-
"id":
|
10924
|
+
"id": 421,
|
10851
10925
|
"name": "SkyMediaBreakpoints"
|
10852
10926
|
}
|
10853
10927
|
}
|